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

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


      </div>

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

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

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

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

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

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

        <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">
            Pattern of Rebirth
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Pattern of Rebirth" src="https://cards.scryfall.io/large/front/c/0/c0e34219-9fd9-4f11-a244-670fb75ef938.jpg?1783933788" />
    </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">
                $5.56
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.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-08&quot;:9.77},{&quot;2026-06-10&quot;:9.96},{&quot;2026-06-11&quot;:9.96},{&quot;2026-06-12&quot;:9.96},{&quot;2026-06-13&quot;:9.96},{&quot;2026-06-14&quot;:9.96},{&quot;2026-06-15&quot;:9.96},{&quot;2026-06-16&quot;:9.96},{&quot;2026-06-17&quot;:9.96},{&quot;2026-06-18&quot;:9.96},{&quot;2026-06-19&quot;:9.96},{&quot;2026-06-20&quot;:9.96},{&quot;2026-06-21&quot;:9.96},{&quot;2026-06-22&quot;:9.96},{&quot;2026-06-24&quot;:10.02},{&quot;2026-06-25&quot;:10.02},{&quot;2026-06-26&quot;:10.02},{&quot;2026-06-27&quot;:10.02},{&quot;2026-06-28&quot;:10.02},{&quot;2026-06-29&quot;:10.02},{&quot;2026-06-30&quot;:10.02},{&quot;2026-07-01&quot;:10.02},{&quot;2026-07-02&quot;:9.86},{&quot;2026-07-03&quot;:9.86},{&quot;2026-07-04&quot;:9.86},{&quot;2026-07-05&quot;:9.86},{&quot;2026-07-06&quot;:9.86},{&quot;2026-07-07&quot;:10.76},{&quot;2026-07-08&quot;:10.76},{&quot;2026-07-09&quot;:10.85},{&quot;2026-07-10&quot;:10.85},{&quot;2026-07-11&quot;:10.85},{&quot;2026-07-12&quot;:10.85},{&quot;2026-07-13&quot;:10.85},{&quot;2026-07-14&quot;:10.85},{&quot;2026-07-15&quot;:10.85},{&quot;2026-07-16&quot;:10.85},{&quot;2026-07-17&quot;:10.85},{&quot;2026-07-18&quot;:10.85},{&quot;2026-07-19&quot;:10.85},{&quot;2026-07-20&quot;:10.85},{&quot;2026-07-21&quot;:10.85},{&quot;2026-07-23&quot;:10.85},{&quot;2026-07-25&quot;:10.85},{&quot;2026-07-26&quot;:10.85},{&quot;2026-07-27&quot;:10.85},{&quot;2026-07-29&quot;:10.85},{&quot;2026-07-30&quot;:10.85},{&quot;2026-07-31&quot;:10.85},{&quot;2026-08-01&quot;:10.85},{&quot;2026-08-02&quot;:10.85},{&quot;2026-08-03&quot;:10.85},{&quot;2026-08-04&quot;:10.85},{&quot;2026-08-05&quot;:10.85},{&quot;2026-08-07&quot;:10.85},{&quot;2026-08-08&quot;:10.85},{&quot;2026-08-09&quot;:10.85},{&quot;2026-08-10&quot;:10.85},{&quot;2026-08-11&quot;:10.85},{&quot;2026-08-12&quot;:10.95},{&quot;2026-08-13&quot;:10.95},{&quot;2026-08-14&quot;:10.95},{&quot;2026-08-15&quot;:10.95},{&quot;2026-08-16&quot;:10.95},{&quot;2026-08-17&quot;:10.95},{&quot;2026-08-18&quot;:10.95},{&quot;2026-08-19&quot;:10.95},{&quot;2026-08-20&quot;:10.95},{&quot;2026-08-21&quot;:10.95},{&quot;2026-08-22&quot;:10.95},{&quot;2026-08-23&quot;:11.05},{&quot;2026-08-24&quot;:11.05},{&quot;2026-08-25&quot;:11.05},{&quot;2026-08-26&quot;:11.05},{&quot;2026-08-27&quot;:11.05},{&quot;2026-08-28&quot;:11.05},{&quot;2026-08-29&quot;:11.05},{&quot;2026-08-30&quot;:11.05},{&quot;2026-08-31&quot;:11.05},{&quot;2026-09-01&quot;:11.05},{&quot;2026-09-02&quot;:11.05},{&quot;2026-09-03&quot;:11.05},{&quot;2026-09-04&quot;:11.05},{&quot;2026-09-05&quot;:11.05},{&quot;2026-09-06&quot;:11.05},{&quot;2026-09-07&quot;:11.04},{&quot;2026-09-08&quot;:11.04},{&quot;2026-09-09&quot;:11.04},{&quot;2026-09-10&quot;:11.12},{&quot;2026-09-11&quot;:11.12}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.09},{&quot;2026-06-10&quot;:5.09},{&quot;2026-06-11&quot;:5.09},{&quot;2026-06-12&quot;:5.09},{&quot;2026-06-13&quot;:5.09},{&quot;2026-06-14&quot;:5.13},{&quot;2026-06-15&quot;:5.04},{&quot;2026-06-16&quot;:5.11},{&quot;2026-06-17&quot;:5.15},{&quot;2026-06-18&quot;:4.98},{&quot;2026-06-19&quot;:4.98},{&quot;2026-06-20&quot;:4.94},{&quot;2026-06-21&quot;:5.09},{&quot;2026-06-22&quot;:5.13},{&quot;2026-06-24&quot;:5.05},{&quot;2026-06-25&quot;:4.88},{&quot;2026-06-26&quot;:4.85},{&quot;2026-06-27&quot;:4.83},{&quot;2026-06-28&quot;:4.92},{&quot;2026-06-29&quot;:4.92},{&quot;2026-06-30&quot;:5.0},{&quot;2026-07-01&quot;:5.02},{&quot;2026-07-02&quot;:5.11},{&quot;2026-07-03&quot;:5.19},{&quot;2026-07-04&quot;:5.19},{&quot;2026-07-05&quot;:5.2},{&quot;2026-07-06&quot;:5.22},{&quot;2026-07-07&quot;:5.22},{&quot;2026-07-08&quot;:5.25},{&quot;2026-07-09&quot;:5.29},{&quot;2026-07-10&quot;:5.32},{&quot;2026-07-11&quot;:5.35},{&quot;2026-07-12&quot;:5.35},{&quot;2026-07-13&quot;:5.39},{&quot;2026-07-14&quot;:5.37},{&quot;2026-07-15&quot;:5.55},{&quot;2026-07-16&quot;:5.66},{&quot;2026-07-17&quot;:5.71},{&quot;2026-07-18&quot;:5.48},{&quot;2026-07-19&quot;:5.38},{&quot;2026-07-20&quot;:5.38},{&quot;2026-07-21&quot;:5.38},{&quot;2026-07-23&quot;:5.33},{&quot;2026-07-25&quot;:5.33},{&quot;2026-07-26&quot;:5.33},{&quot;2026-07-27&quot;:5.41},{&quot;2026-07-29&quot;:5.35},{&quot;2026-07-30&quot;:5.37},{&quot;2026-07-31&quot;:5.36},{&quot;2026-08-01&quot;:5.38},{&quot;2026-08-02&quot;:5.38},{&quot;2026-08-03&quot;:5.41},{&quot;2026-08-04&quot;:5.26},{&quot;2026-08-05&quot;:5.29},{&quot;2026-08-07&quot;:5.18},{&quot;2026-08-08&quot;:5.18},{&quot;2026-08-09&quot;:5.21},{&quot;2026-08-10&quot;:5.25},{&quot;2026-08-11&quot;:5.31},{&quot;2026-08-12&quot;:5.31},{&quot;2026-08-13&quot;:5.31},{&quot;2026-08-14&quot;:5.31},{&quot;2026-08-15&quot;:5.31},{&quot;2026-08-16&quot;:5.31},{&quot;2026-08-17&quot;:5.37},{&quot;2026-08-18&quot;:5.29},{&quot;2026-08-19&quot;:5.29},{&quot;2026-08-20&quot;:5.29},{&quot;2026-08-21&quot;:5.29},{&quot;2026-08-22&quot;:5.29},{&quot;2026-08-23&quot;:5.29},{&quot;2026-08-24&quot;:5.29},{&quot;2026-08-25&quot;:5.29},{&quot;2026-08-26&quot;:5.36},{&quot;2026-08-27&quot;:5.4},{&quot;2026-08-28&quot;:5.24},{&quot;2026-08-29&quot;:5.24},{&quot;2026-08-30&quot;:5.18},{&quot;2026-08-31&quot;:5.3},{&quot;2026-09-01&quot;:5.3},{&quot;2026-09-02&quot;:5.36},{&quot;2026-09-03&quot;:5.45},{&quot;2026-09-04&quot;:5.45},{&quot;2026-09-05&quot;:5.14},{&quot;2026-09-06&quot;:5.32},{&quot;2026-09-07&quot;:5.32},{&quot;2026-09-08&quot;:5.26},{&quot;2026-09-09&quot;:5.25},{&quot;2026-09-10&quot;:5.25},{&quot;2026-09-11&quot;:5.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="95424"
  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">
            Walking Ballista
        </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">
              ↓
              22%
            </span>

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Walking Ballista" src="https://cards.scryfall.io/large/front/5/0/50507ec0-72ff-4110-a73c-b6f256ac2e35.jpg?1783906229" />
    </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">
                $5.56
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.50</span>
              <span class="text-xs text-grey-text">Credit: $5.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;2026-08-19&quot;:15.01},{&quot;2026-08-20&quot;:15.01},{&quot;2026-08-21&quot;:14.84},{&quot;2026-08-22&quot;:14.84},{&quot;2026-08-23&quot;:14.9},{&quot;2026-08-24&quot;:14.9},{&quot;2026-08-25&quot;:14.9},{&quot;2026-08-26&quot;:14.9},{&quot;2026-08-27&quot;:14.9},{&quot;2026-08-28&quot;:14.9},{&quot;2026-08-29&quot;:14.9},{&quot;2026-08-30&quot;:14.68},{&quot;2026-08-31&quot;:14.66},{&quot;2026-09-01&quot;:14.65},{&quot;2026-09-02&quot;:14.65},{&quot;2026-09-03&quot;:14.65},{&quot;2026-09-04&quot;:14.65},{&quot;2026-09-05&quot;:14.65},{&quot;2026-09-06&quot;:14.64},{&quot;2026-09-07&quot;:14.64},{&quot;2026-09-08&quot;:14.64},{&quot;2026-09-09&quot;:14.6},{&quot;2026-09-10&quot;:14.6},{&quot;2026-09-11&quot;:14.6}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.61},{&quot;2026-06-14&quot;:7.43},{&quot;2026-06-15&quot;:7.38},{&quot;2026-06-16&quot;:7.28},{&quot;2026-06-17&quot;:7.43},{&quot;2026-06-18&quot;:7.44},{&quot;2026-06-19&quot;:7.38},{&quot;2026-06-20&quot;:7.13},{&quot;2026-06-21&quot;:7.04},{&quot;2026-06-22&quot;:6.85},{&quot;2026-06-23&quot;:6.86},{&quot;2026-06-24&quot;:6.88},{&quot;2026-06-25&quot;:6.95},{&quot;2026-06-26&quot;:6.4},{&quot;2026-06-27&quot;:6.38},{&quot;2026-06-28&quot;:6.18},{&quot;2026-06-29&quot;:6.12},{&quot;2026-06-30&quot;:6.22},{&quot;2026-07-01&quot;:6.17},{&quot;2026-07-02&quot;:6.04},{&quot;2026-07-03&quot;:6.31},{&quot;2026-07-04&quot;:6.52},{&quot;2026-07-05&quot;:6.96},{&quot;2026-07-06&quot;:6.7},{&quot;2026-07-07&quot;:6.8},{&quot;2026-07-08&quot;:7.08},{&quot;2026-07-09&quot;:6.97},{&quot;2026-07-10&quot;:6.98},{&quot;2026-07-11&quot;:7.24},{&quot;2026-07-12&quot;:7.45},{&quot;2026-07-13&quot;:7.29},{&quot;2026-07-14&quot;:7.37},{&quot;2026-07-15&quot;:7.39},{&quot;2026-07-16&quot;:7.24},{&quot;2026-07-17&quot;:7.06},{&quot;2026-07-18&quot;:7.32},{&quot;2026-07-19&quot;:7.45},{&quot;2026-07-20&quot;:7.45},{&quot;2026-07-21&quot;:7.41},{&quot;2026-07-22&quot;:7.35},{&quot;2026-07-23&quot;:7.41},{&quot;2026-07-24&quot;:7.29},{&quot;2026-07-25&quot;:7.19},{&quot;2026-07-26&quot;:7.31},{&quot;2026-07-27&quot;:7.25},{&quot;2026-07-28&quot;:7.24},{&quot;2026-07-29&quot;:7.18},{&quot;2026-07-30&quot;:6.92},{&quot;2026-07-31&quot;:7.03},{&quot;2026-08-01&quot;:7.16},{&quot;2026-08-02&quot;:7.33},{&quot;2026-08-03&quot;:7.44},{&quot;2026-08-04&quot;:7.29},{&quot;2026-08-05&quot;:7.27},{&quot;2026-08-07&quot;:7.54},{&quot;2026-08-08&quot;:7.46},{&quot;2026-08-09&quot;:7.33},{&quot;2026-08-10&quot;:7.66},{&quot;2026-08-11&quot;:7.76},{&quot;2026-08-12&quot;:7.85},{&quot;2026-08-13&quot;:7.44},{&quot;2026-08-14&quot;:7.2},{&quot;2026-08-15&quot;:7.52},{&quot;2026-08-16&quot;:7.53},{&quot;2026-08-17&quot;:7.64},{&quot;2026-08-18&quot;:7.82},{&quot;2026-08-19&quot;:7.64},{&quot;2026-08-20&quot;:7.56},{&quot;2026-08-21&quot;:7.66},{&quot;2026-08-22&quot;:7.84},{&quot;2026-08-23&quot;:7.51},{&quot;2026-08-24&quot;:7.27},{&quot;2026-08-25&quot;:7.34},{&quot;2026-08-26&quot;:7.41},{&quot;2026-08-27&quot;:7.31},{&quot;2026-08-28&quot;:7.39},{&quot;2026-08-29&quot;:7.39},{&quot;2026-08-30&quot;:7.46},{&quot;2026-08-31&quot;:7.5},{&quot;2026-09-01&quot;:7.47},{&quot;2026-09-02&quot;:7.41},{&quot;2026-09-03&quot;:7.29},{&quot;2026-09-04&quot;:7.22},{&quot;2026-09-05&quot;:7.1},{&quot;2026-09-06&quot;:6.79},{&quot;2026-09-07&quot;:6.34},{&quot;2026-09-08&quot;:6.05},{&quot;2026-09-09&quot;:5.89},{&quot;2026-09-10&quot;:5.88},{&quot;2026-09-11&quot;:5.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Herald&#39;s Horn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d6fa81d5-2ae1-433a-812b-9cf8ecb89a09.jpg?1783928090" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Herald&#39;s Horn
        </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-3'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Herald&#39;s Horn" src="https://cards.scryfall.io/large/front/d/6/d6fa81d5-2ae1-433a-812b-9cf8ecb89a09.jpg?1783928090" />
    </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">
                $5.55
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.16},{&quot;2026-06-14&quot;:5.14},{&quot;2026-06-15&quot;:5.14},{&quot;2026-06-16&quot;:5.16},{&quot;2026-06-17&quot;:5.24},{&quot;2026-06-18&quot;:5.25},{&quot;2026-06-19&quot;:5.25},{&quot;2026-06-20&quot;:5.26},{&quot;2026-06-21&quot;:5.22},{&quot;2026-06-22&quot;:5.21},{&quot;2026-06-23&quot;:5.12},{&quot;2026-06-24&quot;:5.06},{&quot;2026-06-25&quot;:5.08},{&quot;2026-06-26&quot;:5.08},{&quot;2026-06-27&quot;:5.04},{&quot;2026-06-28&quot;:5.05},{&quot;2026-06-29&quot;:4.97},{&quot;2026-06-30&quot;:4.83},{&quot;2026-07-01&quot;:4.76},{&quot;2026-07-02&quot;:4.72},{&quot;2026-07-03&quot;:4.67},{&quot;2026-07-04&quot;:4.75},{&quot;2026-07-05&quot;:4.81},{&quot;2026-07-06&quot;:4.75},{&quot;2026-07-07&quot;:4.86},{&quot;2026-07-08&quot;:4.86},{&quot;2026-07-09&quot;:4.88},{&quot;2026-07-10&quot;:4.89},{&quot;2026-07-11&quot;:4.89},{&quot;2026-07-12&quot;:5.01},{&quot;2026-07-13&quot;:4.94},{&quot;2026-07-14&quot;:4.95},{&quot;2026-07-15&quot;:4.91},{&quot;2026-07-16&quot;:4.91},{&quot;2026-07-17&quot;:4.89},{&quot;2026-07-18&quot;:4.83},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.92},{&quot;2026-07-21&quot;:4.93},{&quot;2026-07-22&quot;:4.87},{&quot;2026-07-23&quot;:4.87},{&quot;2026-07-24&quot;:4.88},{&quot;2026-07-25&quot;:4.88},{&quot;2026-07-26&quot;:4.93},{&quot;2026-07-27&quot;:4.86},{&quot;2026-07-28&quot;:4.88},{&quot;2026-07-29&quot;:4.83},{&quot;2026-07-30&quot;:4.83},{&quot;2026-07-31&quot;:4.82},{&quot;2026-08-01&quot;:4.82},{&quot;2026-08-02&quot;:4.82},{&quot;2026-08-03&quot;:4.82},{&quot;2026-08-04&quot;:4.82},{&quot;2026-08-05&quot;:4.8},{&quot;2026-08-07&quot;:4.74},{&quot;2026-08-08&quot;:4.74},{&quot;2026-08-09&quot;:4.71},{&quot;2026-08-10&quot;:4.45},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.54},{&quot;2026-08-13&quot;:4.61},{&quot;2026-08-14&quot;:4.69},{&quot;2026-08-15&quot;:5.07},{&quot;2026-08-16&quot;:5.09},{&quot;2026-08-17&quot;:5.14},{&quot;2026-08-18&quot;:5.21},{&quot;2026-08-19&quot;:5.21},{&quot;2026-08-20&quot;:5.27},{&quot;2026-08-21&quot;:5.25},{&quot;2026-08-22&quot;:5.29},{&quot;2026-08-23&quot;:5.29},{&quot;2026-08-24&quot;:5.26},{&quot;2026-08-25&quot;:5.26},{&quot;2026-08-26&quot;:5.3},{&quot;2026-08-27&quot;:5.25},{&quot;2026-08-28&quot;:5.32},{&quot;2026-08-29&quot;:5.32},{&quot;2026-08-30&quot;:5.44},{&quot;2026-08-31&quot;:5.44},{&quot;2026-09-01&quot;:5.43},{&quot;2026-09-02&quot;:5.42},{&quot;2026-09-03&quot;:5.42},{&quot;2026-09-04&quot;:5.42},{&quot;2026-09-05&quot;:5.44},{&quot;2026-09-06&quot;:5.49},{&quot;2026-09-07&quot;:5.48},{&quot;2026-09-08&quot;:5.53},{&quot;2026-09-09&quot;:5.57},{&quot;2026-09-10&quot;:5.59},{&quot;2026-09-11&quot;:5.55}]}"
        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="14176"
  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">
            Chaos Dragon
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $5.54
          </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="Chaos Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/08219fbc-c155-4d1d-a08c-d2546c44bccc.jpg?1783922430" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Chaos Dragon" src="https://cards.scryfall.io/large/front/0/8/08219fbc-c155-4d1d-a08c-d2546c44bccc.jpg?1783922430" />
    </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">
                $5.54
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.13},{&quot;2026-06-12&quot;:4.91},{&quot;2026-06-13&quot;:4.95},{&quot;2026-06-14&quot;:5.0},{&quot;2026-06-15&quot;:5.14},{&quot;2026-06-16&quot;:5.51},{&quot;2026-06-17&quot;:6.49},{&quot;2026-06-18&quot;:6.49},{&quot;2026-06-19&quot;:6.49},{&quot;2026-06-20&quot;:6.43},{&quot;2026-06-21&quot;:6.43},{&quot;2026-06-22&quot;:6.43},{&quot;2026-06-23&quot;:6.37},{&quot;2026-06-24&quot;:6.28},{&quot;2026-06-25&quot;:6.2},{&quot;2026-06-26&quot;:6.13},{&quot;2026-06-27&quot;:6.13},{&quot;2026-06-28&quot;:6.25},{&quot;2026-06-29&quot;:6.25},{&quot;2026-06-30&quot;:6.41},{&quot;2026-07-01&quot;:6.44},{&quot;2026-07-02&quot;:6.49},{&quot;2026-07-03&quot;:6.38},{&quot;2026-07-04&quot;:5.72},{&quot;2026-07-05&quot;:5.54},{&quot;2026-07-06&quot;:5.66},{&quot;2026-07-07&quot;:4.86},{&quot;2026-07-08&quot;:4.93},{&quot;2026-07-09&quot;:4.99},{&quot;2026-07-10&quot;:4.99},{&quot;2026-07-11&quot;:5.04},{&quot;2026-07-12&quot;:5.11},{&quot;2026-07-13&quot;:5.11},{&quot;2026-07-14&quot;:5.11},{&quot;2026-07-15&quot;:5.31},{&quot;2026-07-16&quot;:5.31},{&quot;2026-07-17&quot;:5.3},{&quot;2026-07-18&quot;:5.25},{&quot;2026-07-19&quot;:5.17},{&quot;2026-07-20&quot;:5.06},{&quot;2026-07-21&quot;:5.21},{&quot;2026-07-23&quot;:5.27},{&quot;2026-07-25&quot;:5.2},{&quot;2026-07-26&quot;:5.08},{&quot;2026-07-27&quot;:5.01},{&quot;2026-07-28&quot;:4.91},{&quot;2026-07-29&quot;:4.8},{&quot;2026-07-30&quot;:4.79},{&quot;2026-07-31&quot;:4.76},{&quot;2026-08-01&quot;:4.77},{&quot;2026-08-02&quot;:4.79},{&quot;2026-08-03&quot;:4.68},{&quot;2026-08-04&quot;:4.67},{&quot;2026-08-05&quot;:4.62},{&quot;2026-08-07&quot;:4.58},{&quot;2026-08-08&quot;:4.59},{&quot;2026-08-09&quot;:4.6},{&quot;2026-08-10&quot;:4.6},{&quot;2026-08-11&quot;:4.69},{&quot;2026-08-12&quot;:4.63},{&quot;2026-08-13&quot;:4.63},{&quot;2026-08-14&quot;:4.62},{&quot;2026-08-15&quot;:4.62},{&quot;2026-08-16&quot;:4.62},{&quot;2026-08-17&quot;:4.62},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.62},{&quot;2026-08-20&quot;:4.62},{&quot;2026-08-21&quot;:4.6},{&quot;2026-08-22&quot;:4.6},{&quot;2026-08-23&quot;:4.82},{&quot;2026-08-24&quot;:4.99},{&quot;2026-08-25&quot;:4.99},{&quot;2026-08-26&quot;:5.16},{&quot;2026-08-27&quot;:5.2},{&quot;2026-08-28&quot;:5.37},{&quot;2026-08-29&quot;:5.37},{&quot;2026-08-30&quot;:5.54},{&quot;2026-08-31&quot;:5.72},{&quot;2026-09-01&quot;:5.72},{&quot;2026-09-02&quot;:5.8},{&quot;2026-09-03&quot;:5.8},{&quot;2026-09-04&quot;:5.8},{&quot;2026-09-05&quot;:5.8},{&quot;2026-09-06&quot;:5.79},{&quot;2026-09-07&quot;:5.79},{&quot;2026-09-08&quot;:5.74},{&quot;2026-09-09&quot;:5.65},{&quot;2026-09-10&quot;:5.54},{&quot;2026-09-11&quot;:5.54}]}"
        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="40264"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $5.54
          </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="Elderfang Venom" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/d/7d5bbb02-a04e-4add-ae9a-67819cffdb3a.jpg?1783928335" />

        <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">
            Elderfang Venom
        </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-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="Elderfang Venom" src="https://cards.scryfall.io/large/front/7/d/7d5bbb02-a04e-4add-ae9a-67819cffdb3a.jpg?1783928335" />
    </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">
                $5.54
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:6.86},{&quot;2026-06-13&quot;:6.93},{&quot;2026-06-14&quot;:6.96},{&quot;2026-06-15&quot;:6.85},{&quot;2026-06-16&quot;:6.73},{&quot;2026-06-17&quot;:6.68},{&quot;2026-06-18&quot;:6.64},{&quot;2026-06-19&quot;:6.74},{&quot;2026-06-20&quot;:6.8},{&quot;2026-06-21&quot;:6.8},{&quot;2026-06-22&quot;:6.81},{&quot;2026-06-23&quot;:6.78},{&quot;2026-06-24&quot;:6.72},{&quot;2026-06-25&quot;:6.65},{&quot;2026-06-26&quot;:5.4},{&quot;2026-06-27&quot;:5.1},{&quot;2026-06-28&quot;:5.27},{&quot;2026-06-29&quot;:5.02},{&quot;2026-06-30&quot;:5.08},{&quot;2026-07-01&quot;:5.29},{&quot;2026-07-02&quot;:5.54},{&quot;2026-07-03&quot;:5.4},{&quot;2026-07-04&quot;:5.02},{&quot;2026-07-05&quot;:4.96},{&quot;2026-07-06&quot;:4.85},{&quot;2026-07-07&quot;:4.69},{&quot;2026-07-08&quot;:4.97},{&quot;2026-07-09&quot;:5.02},{&quot;2026-07-10&quot;:5.07},{&quot;2026-07-11&quot;:5.08},{&quot;2026-07-12&quot;:5.22},{&quot;2026-07-13&quot;:5.33},{&quot;2026-07-14&quot;:5.22},{&quot;2026-07-15&quot;:5.21},{&quot;2026-07-16&quot;:5.16},{&quot;2026-07-17&quot;:5.15},{&quot;2026-07-18&quot;:5.2},{&quot;2026-07-19&quot;:5.03},{&quot;2026-07-20&quot;:5.07},{&quot;2026-07-21&quot;:4.78},{&quot;2026-07-23&quot;:5.0},{&quot;2026-07-24&quot;:5.0},{&quot;2026-07-25&quot;:4.74},{&quot;2026-07-26&quot;:4.78},{&quot;2026-07-27&quot;:4.7},{&quot;2026-07-28&quot;:4.66},{&quot;2026-07-29&quot;:4.64},{&quot;2026-07-30&quot;:4.61},{&quot;2026-07-31&quot;:4.61},{&quot;2026-08-01&quot;:4.68},{&quot;2026-08-02&quot;:4.91},{&quot;2026-08-03&quot;:4.84},{&quot;2026-08-04&quot;:5.11},{&quot;2026-08-05&quot;:5.11},{&quot;2026-08-07&quot;:5.31},{&quot;2026-08-08&quot;:5.23},{&quot;2026-08-09&quot;:5.43},{&quot;2026-08-10&quot;:5.32},{&quot;2026-08-11&quot;:5.69},{&quot;2026-08-12&quot;:5.56},{&quot;2026-08-13&quot;:5.49},{&quot;2026-08-14&quot;:5.06},{&quot;2026-08-15&quot;:4.87},{&quot;2026-08-16&quot;:5.43},{&quot;2026-08-17&quot;:5.38},{&quot;2026-08-18&quot;:5.61},{&quot;2026-08-19&quot;:5.57},{&quot;2026-08-20&quot;:5.57},{&quot;2026-08-21&quot;:5.65},{&quot;2026-08-22&quot;:5.67},{&quot;2026-08-23&quot;:5.91},{&quot;2026-08-24&quot;:5.98},{&quot;2026-08-25&quot;:6.21},{&quot;2026-08-26&quot;:5.75},{&quot;2026-08-27&quot;:6.14},{&quot;2026-08-28&quot;:6.14},{&quot;2026-08-29&quot;:6.14},{&quot;2026-08-30&quot;:6.54},{&quot;2026-08-31&quot;:6.89},{&quot;2026-09-01&quot;:6.72},{&quot;2026-09-02&quot;:6.82},{&quot;2026-09-03&quot;:6.87},{&quot;2026-09-04&quot;:7.08},{&quot;2026-09-05&quot;:6.84},{&quot;2026-09-06&quot;:6.87},{&quot;2026-09-07&quot;:7.25},{&quot;2026-09-08&quot;:6.82},{&quot;2026-09-09&quot;:6.53},{&quot;2026-09-10&quot;:5.5},{&quot;2026-09-11&quot;:5.54}]}"
        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="46288"
  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">
            Wrenn and Realmbreaker
        </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-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.54
          </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 Realmbreaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/f/6f807d91-b157-44e8-a431-49782184f876.jpg?1783916956" />

        <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 Realmbreaker
        </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-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="Wrenn and Realmbreaker" src="https://cards.scryfall.io/large/front/6/f/6f807d91-b157-44e8-a431-49782184f876.jpg?1783916956" />
    </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">
                $5.54
              </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">
                $6.00
              </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.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;:6.98},{&quot;2026-06-11&quot;:6.98},{&quot;2026-06-12&quot;:6.98},{&quot;2026-06-13&quot;:6.98},{&quot;2026-06-14&quot;:6.98},{&quot;2026-06-15&quot;:6.94},{&quot;2026-06-16&quot;:6.97},{&quot;2026-06-17&quot;:6.97},{&quot;2026-06-18&quot;:6.95},{&quot;2026-06-19&quot;:6.95},{&quot;2026-06-20&quot;:6.95},{&quot;2026-06-21&quot;:6.95},{&quot;2026-06-22&quot;:6.95},{&quot;2026-06-23&quot;:6.95},{&quot;2026-06-24&quot;:6.95},{&quot;2026-06-25&quot;:6.95},{&quot;2026-06-26&quot;:6.95},{&quot;2026-06-27&quot;:6.95},{&quot;2026-06-28&quot;:6.95},{&quot;2026-06-29&quot;:6.95},{&quot;2026-06-30&quot;:6.95},{&quot;2026-07-01&quot;:6.95},{&quot;2026-07-02&quot;:6.97},{&quot;2026-07-03&quot;:6.97},{&quot;2026-07-04&quot;:6.97},{&quot;2026-07-05&quot;:6.97},{&quot;2026-07-06&quot;:6.97},{&quot;2026-07-07&quot;:6.97},{&quot;2026-07-08&quot;:6.97},{&quot;2026-07-09&quot;:6.97},{&quot;2026-07-10&quot;:6.97},{&quot;2026-07-11&quot;:6.97},{&quot;2026-07-12&quot;:6.97},{&quot;2026-07-13&quot;:6.97},{&quot;2026-07-14&quot;:6.97},{&quot;2026-07-15&quot;:6.97},{&quot;2026-07-16&quot;:6.97},{&quot;2026-07-17&quot;:6.97},{&quot;2026-07-18&quot;:6.97},{&quot;2026-07-19&quot;:6.97},{&quot;2026-07-20&quot;:6.97},{&quot;2026-07-21&quot;:6.97},{&quot;2026-07-23&quot;:6.97},{&quot;2026-07-25&quot;:6.97},{&quot;2026-07-26&quot;:6.97},{&quot;2026-07-27&quot;:6.97},{&quot;2026-07-29&quot;:6.97},{&quot;2026-07-30&quot;:6.97},{&quot;2026-07-31&quot;:6.85},{&quot;2026-08-01&quot;:6.85},{&quot;2026-08-02&quot;:6.85},{&quot;2026-08-03&quot;:6.85},{&quot;2026-08-04&quot;:6.66},{&quot;2026-08-05&quot;:6.66},{&quot;2026-08-07&quot;:6.5},{&quot;2026-08-08&quot;:6.5},{&quot;2026-08-09&quot;:6.5},{&quot;2026-08-10&quot;:6.5},{&quot;2026-08-11&quot;:6.5},{&quot;2026-08-12&quot;:6.5},{&quot;2026-08-13&quot;:6.5},{&quot;2026-08-14&quot;:6.5},{&quot;2026-08-15&quot;:6.5},{&quot;2026-08-16&quot;:6.5},{&quot;2026-08-17&quot;:6.5},{&quot;2026-08-18&quot;:6.42},{&quot;2026-08-19&quot;:6.31},{&quot;2026-08-20&quot;:6.31},{&quot;2026-08-21&quot;:6.27},{&quot;2026-08-22&quot;:6.27},{&quot;2026-08-23&quot;:6.27},{&quot;2026-08-24&quot;:6.27},{&quot;2026-08-25&quot;:6.27},{&quot;2026-08-26&quot;:6.27},{&quot;2026-08-27&quot;:6.27},{&quot;2026-08-28&quot;:6.27},{&quot;2026-08-29&quot;:6.27},{&quot;2026-08-30&quot;:6.31},{&quot;2026-08-31&quot;:6.18},{&quot;2026-09-01&quot;:6.18},{&quot;2026-09-02&quot;:6.18},{&quot;2026-09-03&quot;:6.18},{&quot;2026-09-04&quot;:6.1},{&quot;2026-09-05&quot;:6.1},{&quot;2026-09-06&quot;:6.08},{&quot;2026-09-07&quot;:6.08},{&quot;2026-09-08&quot;:6.08},{&quot;2026-09-09&quot;:6.08},{&quot;2026-09-10&quot;:6.0},{&quot;2026-09-11&quot;:6.0}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.26},{&quot;2026-06-11&quot;:6.26},{&quot;2026-06-12&quot;:6.21},{&quot;2026-06-13&quot;:6.16},{&quot;2026-06-14&quot;:6.16},{&quot;2026-06-15&quot;:6.16},{&quot;2026-06-16&quot;:6.18},{&quot;2026-06-17&quot;:6.18},{&quot;2026-06-18&quot;:6.12},{&quot;2026-06-19&quot;:6.1},{&quot;2026-06-20&quot;:6.1},{&quot;2026-06-21&quot;:6.11},{&quot;2026-06-22&quot;:5.99},{&quot;2026-06-23&quot;:5.99},{&quot;2026-06-24&quot;:5.93},{&quot;2026-06-25&quot;:5.84},{&quot;2026-06-26&quot;:5.82},{&quot;2026-06-27&quot;:5.72},{&quot;2026-06-28&quot;:5.75},{&quot;2026-06-29&quot;:5.82},{&quot;2026-06-30&quot;:5.8},{&quot;2026-07-01&quot;:5.83},{&quot;2026-07-02&quot;:5.83},{&quot;2026-07-03&quot;:5.79},{&quot;2026-07-04&quot;:5.79},{&quot;2026-07-05&quot;:5.76},{&quot;2026-07-06&quot;:5.71},{&quot;2026-07-07&quot;:5.68},{&quot;2026-07-08&quot;:5.67},{&quot;2026-07-09&quot;:5.64},{&quot;2026-07-10&quot;:5.67},{&quot;2026-07-11&quot;:5.58},{&quot;2026-07-12&quot;:5.54},{&quot;2026-07-13&quot;:5.58},{&quot;2026-07-14&quot;:5.48},{&quot;2026-07-15&quot;:5.28},{&quot;2026-07-16&quot;:5.31},{&quot;2026-07-17&quot;:5.3},{&quot;2026-07-18&quot;:5.29},{&quot;2026-07-19&quot;:5.37},{&quot;2026-07-20&quot;:5.37},{&quot;2026-07-21&quot;:5.41},{&quot;2026-07-23&quot;:5.42},{&quot;2026-07-25&quot;:5.44},{&quot;2026-07-26&quot;:5.46},{&quot;2026-07-27&quot;:5.52},{&quot;2026-07-29&quot;:5.72},{&quot;2026-07-30&quot;:5.72},{&quot;2026-07-31&quot;:5.79},{&quot;2026-08-01&quot;:5.76},{&quot;2026-08-02&quot;:5.77},{&quot;2026-08-03&quot;:5.74},{&quot;2026-08-04&quot;:5.72},{&quot;2026-08-05&quot;:5.72},{&quot;2026-08-07&quot;:5.78},{&quot;2026-08-08&quot;:5.74},{&quot;2026-08-09&quot;:5.74},{&quot;2026-08-10&quot;:5.66},{&quot;2026-08-11&quot;:5.58},{&quot;2026-08-12&quot;:5.54},{&quot;2026-08-13&quot;:5.6},{&quot;2026-08-14&quot;:5.54},{&quot;2026-08-15&quot;:5.51},{&quot;2026-08-16&quot;:5.48},{&quot;2026-08-17&quot;:5.46},{&quot;2026-08-18&quot;:5.46},{&quot;2026-08-19&quot;:5.47},{&quot;2026-08-20&quot;:5.47},{&quot;2026-08-21&quot;:5.35},{&quot;2026-08-22&quot;:5.35},{&quot;2026-08-23&quot;:5.21},{&quot;2026-08-24&quot;:5.31},{&quot;2026-08-25&quot;:5.31},{&quot;2026-08-26&quot;:5.28},{&quot;2026-08-27&quot;:5.33},{&quot;2026-08-28&quot;:5.23},{&quot;2026-08-29&quot;:5.23},{&quot;2026-08-30&quot;:5.33},{&quot;2026-08-31&quot;:5.33},{&quot;2026-09-01&quot;:5.33},{&quot;2026-09-02&quot;:5.37},{&quot;2026-09-03&quot;:5.52},{&quot;2026-09-04&quot;:5.52},{&quot;2026-09-05&quot;:5.58},{&quot;2026-09-06&quot;:5.51},{&quot;2026-09-07&quot;:5.52},{&quot;2026-09-08&quot;:5.54},{&quot;2026-09-09&quot;:5.54},{&quot;2026-09-10&quot;:5.54},{&quot;2026-09-11&quot;:5.54}]}"
        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="69443"
  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">
            Orvar, the All-Form
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $5.54
          </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="Orvar, the All-Form" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0bfdc564-51cc-4523-9d84-9d07907f41fe.jpg?1783909743" />

        <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">
            Orvar, the All-Form
        </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 — Shapeshifter</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Orvar, the All-Form" src="https://cards.scryfall.io/large/front/0/b/0bfdc564-51cc-4523-9d84-9d07907f41fe.jpg?1783909743" />
    </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">
                $5.54
              </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">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.79},{&quot;2026-06-10&quot;:5.09},{&quot;2026-06-11&quot;:5.17},{&quot;2026-06-12&quot;:5.27},{&quot;2026-06-13&quot;:5.56},{&quot;2026-06-14&quot;:5.6},{&quot;2026-06-15&quot;:5.6},{&quot;2026-06-16&quot;:5.58},{&quot;2026-06-17&quot;:5.52},{&quot;2026-06-18&quot;:5.55},{&quot;2026-06-19&quot;:5.48},{&quot;2026-06-20&quot;:5.46},{&quot;2026-06-21&quot;:5.33},{&quot;2026-06-22&quot;:5.22},{&quot;2026-06-24&quot;:5.25},{&quot;2026-06-25&quot;:5.24},{&quot;2026-06-26&quot;:5.17},{&quot;2026-06-27&quot;:5.09},{&quot;2026-06-28&quot;:5.18},{&quot;2026-06-29&quot;:5.48},{&quot;2026-06-30&quot;:5.8},{&quot;2026-07-01&quot;:5.99},{&quot;2026-07-02&quot;:5.99},{&quot;2026-07-03&quot;:6.07},{&quot;2026-07-04&quot;:6.14},{&quot;2026-07-05&quot;:6.52},{&quot;2026-07-06&quot;:6.64},{&quot;2026-07-07&quot;:6.6},{&quot;2026-07-08&quot;:6.57},{&quot;2026-07-09&quot;:6.57},{&quot;2026-07-10&quot;:6.57},{&quot;2026-07-11&quot;:6.62},{&quot;2026-07-12&quot;:6.58},{&quot;2026-07-13&quot;:6.58},{&quot;2026-07-14&quot;:6.7},{&quot;2026-07-15&quot;:6.49},{&quot;2026-07-16&quot;:6.32},{&quot;2026-07-17&quot;:6.4},{&quot;2026-07-18&quot;:6.4},{&quot;2026-07-19&quot;:6.4},{&quot;2026-07-20&quot;:6.27},{&quot;2026-07-21&quot;:6.1},{&quot;2026-07-23&quot;:5.68},{&quot;2026-07-25&quot;:5.85},{&quot;2026-07-26&quot;:5.9},{&quot;2026-07-27&quot;:5.9},{&quot;2026-07-29&quot;:5.86},{&quot;2026-07-30&quot;:5.86},{&quot;2026-07-31&quot;:5.78},{&quot;2026-08-01&quot;:5.54},{&quot;2026-08-02&quot;:5.49},{&quot;2026-08-03&quot;:5.47},{&quot;2026-08-04&quot;:5.47},{&quot;2026-08-05&quot;:5.47},{&quot;2026-08-07&quot;:5.52},{&quot;2026-08-08&quot;:5.53},{&quot;2026-08-09&quot;:5.53},{&quot;2026-08-10&quot;:5.67},{&quot;2026-08-11&quot;:5.67},{&quot;2026-08-12&quot;:5.67},{&quot;2026-08-13&quot;:5.75},{&quot;2026-08-14&quot;:5.75},{&quot;2026-08-15&quot;:5.97},{&quot;2026-08-16&quot;:6.04},{&quot;2026-08-17&quot;:5.85},{&quot;2026-08-18&quot;:6.01},{&quot;2026-08-19&quot;:5.93},{&quot;2026-08-20&quot;:5.93},{&quot;2026-08-21&quot;:5.99},{&quot;2026-08-22&quot;:6.09},{&quot;2026-08-23&quot;:6.2},{&quot;2026-08-24&quot;:6.2},{&quot;2026-08-25&quot;:6.2},{&quot;2026-08-26&quot;:6.16},{&quot;2026-08-27&quot;:6.07},{&quot;2026-08-28&quot;:6.02},{&quot;2026-08-29&quot;:6.02},{&quot;2026-08-30&quot;:5.89},{&quot;2026-08-31&quot;:5.64},{&quot;2026-09-01&quot;:5.64},{&quot;2026-09-02&quot;:5.76},{&quot;2026-09-03&quot;:5.83},{&quot;2026-09-04&quot;:5.69},{&quot;2026-09-05&quot;:5.63},{&quot;2026-09-06&quot;:5.73},{&quot;2026-09-07&quot;:5.73},{&quot;2026-09-08&quot;:5.58},{&quot;2026-09-09&quot;:5.45},{&quot;2026-09-10&quot;:5.61},{&quot;2026-09-11&quot;:5.54}],&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="73134"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Underground River" src="https://cards.scryfall.io/large/front/4/b/4b4fa784-010d-4b27-9e35-43ad78e1ed5e.jpg?1783919991" />
    </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">
                $5.54
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.29},{&quot;2026-06-14&quot;:11.29},{&quot;2026-06-15&quot;:11.36},{&quot;2026-06-16&quot;:11.36},{&quot;2026-06-17&quot;:11.29},{&quot;2026-06-18&quot;:11.29},{&quot;2026-06-19&quot;:11.29},{&quot;2026-06-20&quot;:11.29},{&quot;2026-06-21&quot;:11.29},{&quot;2026-06-22&quot;:11.29},{&quot;2026-06-23&quot;:11.29},{&quot;2026-06-24&quot;:11.29},{&quot;2026-06-25&quot;:11.29},{&quot;2026-06-26&quot;:11.29},{&quot;2026-06-27&quot;:11.37},{&quot;2026-06-28&quot;:11.29},{&quot;2026-06-29&quot;:11.29},{&quot;2026-06-30&quot;:11.29},{&quot;2026-07-01&quot;:11.29},{&quot;2026-07-02&quot;:11.29},{&quot;2026-07-03&quot;:11.34},{&quot;2026-07-04&quot;:11.39},{&quot;2026-07-05&quot;:11.39},{&quot;2026-07-06&quot;:11.39},{&quot;2026-07-07&quot;:11.39},{&quot;2026-07-08&quot;:11.39},{&quot;2026-07-09&quot;:11.31},{&quot;2026-07-10&quot;:11.31},{&quot;2026-07-11&quot;:11.31},{&quot;2026-07-12&quot;:11.35},{&quot;2026-07-13&quot;:11.47},{&quot;2026-07-14&quot;:11.47},{&quot;2026-07-15&quot;:11.47},{&quot;2026-07-16&quot;:11.47},{&quot;2026-07-17&quot;:11.39},{&quot;2026-07-18&quot;:11.42},{&quot;2026-07-19&quot;:11.42},{&quot;2026-07-20&quot;:11.43},{&quot;2026-07-21&quot;:11.32},{&quot;2026-07-22&quot;:11.3},{&quot;2026-07-23&quot;:11.33},{&quot;2026-07-24&quot;:11.41},{&quot;2026-07-25&quot;:11.28},{&quot;2026-07-26&quot;:11.28},{&quot;2026-07-27&quot;:11.28},{&quot;2026-07-28&quot;:11.51},{&quot;2026-07-29&quot;:11.48},{&quot;2026-07-30&quot;:11.48},{&quot;2026-07-31&quot;:11.48},{&quot;2026-08-01&quot;:11.48},{&quot;2026-08-02&quot;:11.48},{&quot;2026-08-03&quot;:11.48},{&quot;2026-08-04&quot;:11.49},{&quot;2026-08-05&quot;:11.49},{&quot;2026-08-07&quot;:11.37},{&quot;2026-08-08&quot;:11.25},{&quot;2026-08-09&quot;:11.25},{&quot;2026-08-10&quot;:11.25},{&quot;2026-08-11&quot;:11.25},{&quot;2026-08-12&quot;:11.25},{&quot;2026-08-13&quot;:11.25},{&quot;2026-08-14&quot;:11.25},{&quot;2026-08-15&quot;:11.25},{&quot;2026-08-16&quot;:11.34},{&quot;2026-08-17&quot;:11.34},{&quot;2026-08-18&quot;:11.29},{&quot;2026-08-19&quot;:11.28},{&quot;2026-08-20&quot;:11.28},{&quot;2026-08-21&quot;:11.28},{&quot;2026-08-22&quot;:11.28},{&quot;2026-08-23&quot;:11.28},{&quot;2026-08-24&quot;:11.28},{&quot;2026-08-25&quot;:11.28},{&quot;2026-08-26&quot;:11.28},{&quot;2026-08-27&quot;:11.35},{&quot;2026-08-28&quot;:11.34},{&quot;2026-08-29&quot;:11.34},{&quot;2026-08-30&quot;:11.27},{&quot;2026-08-31&quot;:11.27},{&quot;2026-09-01&quot;:11.27},{&quot;2026-09-02&quot;:11.29},{&quot;2026-09-03&quot;:11.29},{&quot;2026-09-04&quot;:11.37},{&quot;2026-09-05&quot;:11.37},{&quot;2026-09-06&quot;:11.37},{&quot;2026-09-07&quot;:11.37},{&quot;2026-09-08&quot;:11.37},{&quot;2026-09-09&quot;:11.37},{&quot;2026-09-10&quot;:11.26},{&quot;2026-09-11&quot;:11.26}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.7},{&quot;2026-06-14&quot;:4.7},{&quot;2026-06-15&quot;:4.65},{&quot;2026-06-16&quot;:4.63},{&quot;2026-06-17&quot;:4.63},{&quot;2026-06-18&quot;:4.63},{&quot;2026-06-19&quot;:4.75},{&quot;2026-06-20&quot;:4.8},{&quot;2026-06-21&quot;:4.76},{&quot;2026-06-22&quot;:4.75},{&quot;2026-06-23&quot;:4.8},{&quot;2026-06-24&quot;:4.84},{&quot;2026-06-25&quot;:4.81},{&quot;2026-06-26&quot;:4.87},{&quot;2026-06-27&quot;:4.93},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:4.94},{&quot;2026-06-30&quot;:4.94},{&quot;2026-07-01&quot;:4.91},{&quot;2026-07-02&quot;:5.0},{&quot;2026-07-03&quot;:4.95},{&quot;2026-07-04&quot;:4.96},{&quot;2026-07-05&quot;:5.01},{&quot;2026-07-06&quot;:5.05},{&quot;2026-07-07&quot;:5.09},{&quot;2026-07-08&quot;:5.09},{&quot;2026-07-09&quot;:5.05},{&quot;2026-07-10&quot;:4.98},{&quot;2026-07-11&quot;:5.0},{&quot;2026-07-12&quot;:5.05},{&quot;2026-07-13&quot;:5.1},{&quot;2026-07-14&quot;:5.1},{&quot;2026-07-15&quot;:5.12},{&quot;2026-07-16&quot;:5.17},{&quot;2026-07-17&quot;:5.17},{&quot;2026-07-18&quot;:5.13},{&quot;2026-07-19&quot;:5.14},{&quot;2026-07-20&quot;:5.14},{&quot;2026-07-21&quot;:5.1},{&quot;2026-07-22&quot;:5.05},{&quot;2026-07-23&quot;:5.01},{&quot;2026-07-24&quot;:5.01},{&quot;2026-07-25&quot;:5.08},{&quot;2026-07-26&quot;:5.13},{&quot;2026-07-27&quot;:5.13},{&quot;2026-07-28&quot;:5.12},{&quot;2026-07-29&quot;:5.12},{&quot;2026-07-30&quot;:5.07},{&quot;2026-07-31&quot;:5.03},{&quot;2026-08-01&quot;:5.04},{&quot;2026-08-02&quot;:5.01},{&quot;2026-08-03&quot;:5.04},{&quot;2026-08-04&quot;:5.01},{&quot;2026-08-05&quot;:4.96},{&quot;2026-08-07&quot;:4.86},{&quot;2026-08-08&quot;:4.87},{&quot;2026-08-09&quot;:4.48},{&quot;2026-08-10&quot;:4.33},{&quot;2026-08-11&quot;:4.3},{&quot;2026-08-12&quot;:4.29},{&quot;2026-08-13&quot;:4.26},{&quot;2026-08-14&quot;:4.25},{&quot;2026-08-15&quot;:4.27},{&quot;2026-08-16&quot;:4.2},{&quot;2026-08-17&quot;:4.11},{&quot;2026-08-18&quot;:4.12},{&quot;2026-08-19&quot;:3.89},{&quot;2026-08-20&quot;:3.94},{&quot;2026-08-21&quot;:3.97},{&quot;2026-08-22&quot;:4.17},{&quot;2026-08-23&quot;:4.19},{&quot;2026-08-24&quot;:4.19},{&quot;2026-08-25&quot;:4.21},{&quot;2026-08-26&quot;:4.2},{&quot;2026-08-27&quot;:4.05},{&quot;2026-08-28&quot;:4.08},{&quot;2026-08-29&quot;:4.08},{&quot;2026-08-30&quot;:4.19},{&quot;2026-08-31&quot;:4.39},{&quot;2026-09-01&quot;:4.43},{&quot;2026-09-02&quot;:4.45},{&quot;2026-09-03&quot;:4.39},{&quot;2026-09-04&quot;:4.69},{&quot;2026-09-05&quot;:4.99},{&quot;2026-09-06&quot;:5.05},{&quot;2026-09-07&quot;:5.1},{&quot;2026-09-08&quot;:5.21},{&quot;2026-09-09&quot;:5.2},{&quot;2026-09-10&quot;:5.42},{&quot;2026-09-11&quot;:5.54}]}"
        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="80042"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Kindred Sorcery — Eldrazi
      </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">
            $5.54
          </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="All Is Dust" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8cf632ef-70e3-46f2-af21-14ea7ef30237.jpg?1783933874" />

        <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">
            All Is Dust
        </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">Kindred Sorcery — Eldrazi</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>
          </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="All Is Dust" src="https://cards.scryfall.io/large/front/8/c/8cf632ef-70e3-46f2-af21-14ea7ef30237.jpg?1783933874" />
    </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">
                $5.54
              </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">
                $9.86
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:9.77},{&quot;2026-06-14&quot;:9.77},{&quot;2026-06-15&quot;:9.77},{&quot;2026-06-16&quot;:9.77},{&quot;2026-06-17&quot;:9.77},{&quot;2026-06-18&quot;:9.77},{&quot;2026-06-19&quot;:9.77},{&quot;2026-06-20&quot;:9.77},{&quot;2026-06-21&quot;:9.77},{&quot;2026-06-22&quot;:9.77},{&quot;2026-06-23&quot;:9.8},{&quot;2026-06-24&quot;:9.8},{&quot;2026-06-25&quot;:9.8},{&quot;2026-06-26&quot;:10.09},{&quot;2026-06-27&quot;:10.09},{&quot;2026-06-28&quot;:10.09},{&quot;2026-06-29&quot;:10.09},{&quot;2026-06-30&quot;:10.09},{&quot;2026-07-01&quot;:10.14},{&quot;2026-07-02&quot;:10.17},{&quot;2026-07-03&quot;:10.17},{&quot;2026-07-04&quot;:10.17},{&quot;2026-07-05&quot;:10.17},{&quot;2026-07-06&quot;:10.17},{&quot;2026-07-07&quot;:10.17},{&quot;2026-07-08&quot;:10.28},{&quot;2026-07-09&quot;:10.28},{&quot;2026-07-10&quot;:10.21},{&quot;2026-07-11&quot;:10.21},{&quot;2026-07-12&quot;:10.21},{&quot;2026-07-13&quot;:10.21},{&quot;2026-07-14&quot;:9.92},{&quot;2026-07-15&quot;:9.92},{&quot;2026-07-16&quot;:9.92},{&quot;2026-07-17&quot;:9.92},{&quot;2026-07-18&quot;:9.92},{&quot;2026-07-19&quot;:9.92},{&quot;2026-07-20&quot;:9.92},{&quot;2026-07-21&quot;:9.92},{&quot;2026-07-22&quot;:9.91},{&quot;2026-07-23&quot;:9.91},{&quot;2026-07-24&quot;:9.91},{&quot;2026-07-25&quot;:9.91},{&quot;2026-07-26&quot;:9.93},{&quot;2026-07-27&quot;:9.93},{&quot;2026-07-28&quot;:9.93},{&quot;2026-07-29&quot;:9.93},{&quot;2026-07-30&quot;:9.93},{&quot;2026-07-31&quot;:9.93},{&quot;2026-08-01&quot;:9.93},{&quot;2026-08-02&quot;:9.93},{&quot;2026-08-03&quot;:10.07},{&quot;2026-08-04&quot;:10.07},{&quot;2026-08-05&quot;:10.07},{&quot;2026-08-07&quot;:10.08},{&quot;2026-08-08&quot;:10.08},{&quot;2026-08-09&quot;:10.08},{&quot;2026-08-10&quot;:10.08},{&quot;2026-08-11&quot;:10.08},{&quot;2026-08-12&quot;:10.08},{&quot;2026-08-13&quot;:10.08},{&quot;2026-08-14&quot;:10.01},{&quot;2026-08-15&quot;:10.01},{&quot;2026-08-16&quot;:10.01},{&quot;2026-08-17&quot;:10.01},{&quot;2026-08-18&quot;:10.0},{&quot;2026-08-19&quot;:10.0},{&quot;2026-08-20&quot;:10.0},{&quot;2026-08-21&quot;:10.0},{&quot;2026-08-22&quot;:10.0},{&quot;2026-08-23&quot;:10.0},{&quot;2026-08-24&quot;:10.0},{&quot;2026-08-25&quot;:10.0},{&quot;2026-08-26&quot;:10.0},{&quot;2026-08-27&quot;:10.0},{&quot;2026-08-28&quot;:10.0},{&quot;2026-08-29&quot;:10.0},{&quot;2026-08-30&quot;:9.97},{&quot;2026-08-31&quot;:9.97},{&quot;2026-09-01&quot;:9.97},{&quot;2026-09-02&quot;:9.97},{&quot;2026-09-03&quot;:9.97},{&quot;2026-09-04&quot;:9.97},{&quot;2026-09-05&quot;:9.92},{&quot;2026-09-06&quot;:9.92},{&quot;2026-09-07&quot;:9.92},{&quot;2026-09-08&quot;:9.92},{&quot;2026-09-09&quot;:9.86},{&quot;2026-09-10&quot;:9.86},{&quot;2026-09-11&quot;:9.86}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.4},{&quot;2026-06-14&quot;:4.35},{&quot;2026-06-15&quot;:4.27},{&quot;2026-06-16&quot;:4.27},{&quot;2026-06-17&quot;:4.27},{&quot;2026-06-18&quot;:4.27},{&quot;2026-06-19&quot;:4.27},{&quot;2026-06-20&quot;:4.32},{&quot;2026-06-21&quot;:4.32},{&quot;2026-06-22&quot;:4.27},{&quot;2026-06-23&quot;:4.27},{&quot;2026-06-24&quot;:4.27},{&quot;2026-06-25&quot;:4.27},{&quot;2026-06-26&quot;:4.35},{&quot;2026-06-27&quot;:4.35},{&quot;2026-06-28&quot;:4.33},{&quot;2026-06-29&quot;:4.35},{&quot;2026-06-30&quot;:4.26},{&quot;2026-07-01&quot;:4.4},{&quot;2026-07-02&quot;:4.36},{&quot;2026-07-03&quot;:4.52},{&quot;2026-07-04&quot;:4.52},{&quot;2026-07-05&quot;:4.52},{&quot;2026-07-06&quot;:4.59},{&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.87},{&quot;2026-07-12&quot;:4.87},{&quot;2026-07-13&quot;:4.87},{&quot;2026-07-14&quot;:4.87},{&quot;2026-07-15&quot;:4.89},{&quot;2026-07-16&quot;:5.06},{&quot;2026-07-17&quot;:5.02},{&quot;2026-07-18&quot;:5.13},{&quot;2026-07-19&quot;:5.16},{&quot;2026-07-20&quot;:5.25},{&quot;2026-07-21&quot;:5.27},{&quot;2026-07-22&quot;:5.21},{&quot;2026-07-23&quot;:5.21},{&quot;2026-07-24&quot;:5.21},{&quot;2026-07-25&quot;:5.21},{&quot;2026-07-26&quot;:5.19},{&quot;2026-07-27&quot;:5.19},{&quot;2026-07-28&quot;:5.16},{&quot;2026-07-29&quot;:5.3},{&quot;2026-07-30&quot;:5.15},{&quot;2026-07-31&quot;:5.17},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.23},{&quot;2026-08-03&quot;:5.21},{&quot;2026-08-04&quot;:5.21},{&quot;2026-08-05&quot;:5.28},{&quot;2026-08-07&quot;:5.4},{&quot;2026-08-08&quot;:5.4},{&quot;2026-08-09&quot;:5.4},{&quot;2026-08-10&quot;:5.32},{&quot;2026-08-11&quot;:5.4},{&quot;2026-08-12&quot;:5.4},{&quot;2026-08-13&quot;:5.4},{&quot;2026-08-14&quot;:5.4},{&quot;2026-08-15&quot;:5.4},{&quot;2026-08-16&quot;:5.4},{&quot;2026-08-17&quot;:5.4},{&quot;2026-08-18&quot;:5.4},{&quot;2026-08-19&quot;:5.4},{&quot;2026-08-20&quot;:5.37},{&quot;2026-08-21&quot;:5.37},{&quot;2026-08-22&quot;:5.37},{&quot;2026-08-23&quot;:5.37},{&quot;2026-08-24&quot;:5.66},{&quot;2026-08-25&quot;:5.69},{&quot;2026-08-26&quot;:5.69},{&quot;2026-08-27&quot;:5.69},{&quot;2026-08-28&quot;:5.75},{&quot;2026-08-29&quot;:5.75},{&quot;2026-08-30&quot;:5.71},{&quot;2026-08-31&quot;:5.73},{&quot;2026-09-01&quot;:5.79},{&quot;2026-09-02&quot;:5.8},{&quot;2026-09-03&quot;:5.8},{&quot;2026-09-04&quot;:5.75},{&quot;2026-09-05&quot;:5.63},{&quot;2026-09-06&quot;:5.71},{&quot;2026-09-07&quot;:5.86},{&quot;2026-09-08&quot;:5.84},{&quot;2026-09-09&quot;:5.84},{&quot;2026-09-10&quot;:5.52},{&quot;2026-09-11&quot;:5.54}]}"
        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="15853"
  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-m21 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">
            Teferi&#39;s Ageless Insight
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Teferi&#39;s Ageless Insight" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c38d1722-96b0-4756-9da9-fe18b1c80649.jpg?1783930719" />

        <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">
            Teferi&#39;s Ageless Insight
        </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</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Teferi&#39;s Ageless Insight" src="https://cards.scryfall.io/large/front/c/3/c38d1722-96b0-4756-9da9-fe18b1c80649.jpg?1783930719" />
    </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">
                $5.53
              </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">
                $5.32
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;:4.2},{&quot;2026-06-13&quot;:4.2},{&quot;2026-06-14&quot;:4.17},{&quot;2026-06-15&quot;:4.33},{&quot;2026-06-16&quot;:4.34},{&quot;2026-06-17&quot;:4.39},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.4},{&quot;2026-06-20&quot;:4.4},{&quot;2026-06-21&quot;:4.42},{&quot;2026-06-22&quot;:4.42},{&quot;2026-06-23&quot;:4.42},{&quot;2026-06-24&quot;:4.42},{&quot;2026-06-25&quot;:4.42},{&quot;2026-06-26&quot;:4.41},{&quot;2026-06-27&quot;:4.41},{&quot;2026-06-28&quot;:4.43},{&quot;2026-06-29&quot;:4.43},{&quot;2026-06-30&quot;:4.43},{&quot;2026-07-01&quot;:4.43},{&quot;2026-07-02&quot;:4.42},{&quot;2026-07-03&quot;:4.49},{&quot;2026-07-04&quot;:4.76},{&quot;2026-07-05&quot;:5.08},{&quot;2026-07-06&quot;:5.49},{&quot;2026-07-07&quot;:5.62},{&quot;2026-07-08&quot;:5.73},{&quot;2026-07-09&quot;:5.85},{&quot;2026-07-10&quot;:5.85},{&quot;2026-07-11&quot;:5.85},{&quot;2026-07-12&quot;:5.85},{&quot;2026-07-13&quot;:5.85},{&quot;2026-07-14&quot;:5.93},{&quot;2026-07-15&quot;:5.9},{&quot;2026-07-16&quot;:5.98},{&quot;2026-07-17&quot;:6.2},{&quot;2026-07-18&quot;:6.35},{&quot;2026-07-19&quot;:6.33},{&quot;2026-07-20&quot;:6.27},{&quot;2026-07-21&quot;:6.42},{&quot;2026-07-23&quot;:6.41},{&quot;2026-07-24&quot;:6.42},{&quot;2026-07-25&quot;:6.42},{&quot;2026-07-26&quot;:6.37},{&quot;2026-07-27&quot;:6.25},{&quot;2026-07-28&quot;:6.11},{&quot;2026-07-29&quot;:6.11},{&quot;2026-07-30&quot;:5.96},{&quot;2026-07-31&quot;:5.88},{&quot;2026-08-01&quot;:5.88},{&quot;2026-08-02&quot;:5.88},{&quot;2026-08-03&quot;:5.88},{&quot;2026-08-04&quot;:5.88},{&quot;2026-08-05&quot;:5.88},{&quot;2026-08-07&quot;:5.91},{&quot;2026-08-08&quot;:5.97},{&quot;2026-08-09&quot;:5.97},{&quot;2026-08-10&quot;:5.97},{&quot;2026-08-11&quot;:5.97},{&quot;2026-08-12&quot;:5.97},{&quot;2026-08-13&quot;:5.97},{&quot;2026-08-14&quot;:5.97},{&quot;2026-08-15&quot;:5.97},{&quot;2026-08-16&quot;:5.88},{&quot;2026-08-17&quot;:5.8},{&quot;2026-08-18&quot;:5.8},{&quot;2026-08-19&quot;:5.8},{&quot;2026-08-20&quot;:5.8},{&quot;2026-08-21&quot;:5.61},{&quot;2026-08-22&quot;:5.56},{&quot;2026-08-23&quot;:5.56},{&quot;2026-08-24&quot;:5.56},{&quot;2026-08-25&quot;:5.52},{&quot;2026-08-26&quot;:5.52},{&quot;2026-08-27&quot;:5.52},{&quot;2026-08-28&quot;:5.45},{&quot;2026-08-29&quot;:5.45},{&quot;2026-08-30&quot;:5.37},{&quot;2026-08-31&quot;:5.37},{&quot;2026-09-01&quot;:5.37},{&quot;2026-09-02&quot;:5.37},{&quot;2026-09-03&quot;:5.37},{&quot;2026-09-04&quot;:5.37},{&quot;2026-09-05&quot;:5.37},{&quot;2026-09-06&quot;:5.37},{&quot;2026-09-07&quot;:5.37},{&quot;2026-09-08&quot;:5.37},{&quot;2026-09-09&quot;:5.37},{&quot;2026-09-10&quot;:5.32},{&quot;2026-09-11&quot;:5.32}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.24},{&quot;2026-06-13&quot;:4.4},{&quot;2026-06-14&quot;:4.32},{&quot;2026-06-15&quot;:3.71},{&quot;2026-06-16&quot;:3.67},{&quot;2026-06-17&quot;:3.75},{&quot;2026-06-18&quot;:3.83},{&quot;2026-06-19&quot;:3.74},{&quot;2026-06-20&quot;:3.87},{&quot;2026-06-21&quot;:4.59},{&quot;2026-06-22&quot;:4.81},{&quot;2026-06-23&quot;:4.9},{&quot;2026-06-24&quot;:5.2},{&quot;2026-06-25&quot;:5.4},{&quot;2026-06-26&quot;:5.65},{&quot;2026-06-27&quot;:5.63},{&quot;2026-06-28&quot;:5.5},{&quot;2026-06-29&quot;:5.88},{&quot;2026-06-30&quot;:5.75},{&quot;2026-07-01&quot;:5.76},{&quot;2026-07-02&quot;:5.84},{&quot;2026-07-03&quot;:5.42},{&quot;2026-07-04&quot;:5.52},{&quot;2026-07-05&quot;:5.47},{&quot;2026-07-06&quot;:5.17},{&quot;2026-07-07&quot;:4.73},{&quot;2026-07-08&quot;:4.38},{&quot;2026-07-09&quot;:3.81},{&quot;2026-07-10&quot;:3.69},{&quot;2026-07-11&quot;:3.51},{&quot;2026-07-12&quot;:3.6},{&quot;2026-07-13&quot;:3.98},{&quot;2026-07-14&quot;:4.36},{&quot;2026-07-15&quot;:4.37},{&quot;2026-07-16&quot;:4.75},{&quot;2026-07-17&quot;:4.92},{&quot;2026-07-18&quot;:4.69},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.58},{&quot;2026-07-21&quot;:4.96},{&quot;2026-07-23&quot;:5.25},{&quot;2026-07-24&quot;:5.1},{&quot;2026-07-25&quot;:5.46},{&quot;2026-07-26&quot;:5.46},{&quot;2026-07-27&quot;:5.48},{&quot;2026-07-28&quot;:4.89},{&quot;2026-07-29&quot;:5.26},{&quot;2026-07-30&quot;:5.22},{&quot;2026-07-31&quot;:5.45},{&quot;2026-08-01&quot;:5.42},{&quot;2026-08-02&quot;:5.38},{&quot;2026-08-03&quot;:5.68},{&quot;2026-08-04&quot;:6.08},{&quot;2026-08-05&quot;:5.99},{&quot;2026-08-07&quot;:6.19},{&quot;2026-08-08&quot;:6.04},{&quot;2026-08-09&quot;:5.55},{&quot;2026-08-10&quot;:5.28},{&quot;2026-08-11&quot;:5.21},{&quot;2026-08-12&quot;:5.21},{&quot;2026-08-13&quot;:5.21},{&quot;2026-08-14&quot;:5.38},{&quot;2026-08-15&quot;:5.38},{&quot;2026-08-16&quot;:5.98},{&quot;2026-08-17&quot;:5.99},{&quot;2026-08-18&quot;:6.22},{&quot;2026-08-19&quot;:6.49},{&quot;2026-08-20&quot;:6.49},{&quot;2026-08-21&quot;:6.37},{&quot;2026-08-22&quot;:6.07},{&quot;2026-08-23&quot;:5.54},{&quot;2026-08-24&quot;:5.48},{&quot;2026-08-25&quot;:5.5},{&quot;2026-08-26&quot;:5.51},{&quot;2026-08-27&quot;:5.51},{&quot;2026-08-28&quot;:5.51},{&quot;2026-08-29&quot;:5.51},{&quot;2026-08-30&quot;:6.04},{&quot;2026-08-31&quot;:5.9},{&quot;2026-09-01&quot;:5.9},{&quot;2026-09-02&quot;:5.63},{&quot;2026-09-03&quot;:5.44},{&quot;2026-09-04&quot;:5.39},{&quot;2026-09-05&quot;:5.04},{&quot;2026-09-06&quot;:5.4},{&quot;2026-09-07&quot;:5.4},{&quot;2026-09-08&quot;:5.31},{&quot;2026-09-09&quot;:5.34},{&quot;2026-09-10&quot;:5.31},{&quot;2026-09-11&quot;:5.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Phyrexian Arena" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/81c3099f-cea5-41d8-a753-096f0021b11b.jpg?1783931848" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Phyrexian Arena
        </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-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="Phyrexian Arena" src="https://cards.scryfall.io/large/front/8/1/81c3099f-cea5-41d8-a753-096f0021b11b.jpg?1783931848" />
    </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">
                $5.53
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.01},{&quot;2026-06-14&quot;:5.01},{&quot;2026-06-15&quot;:5.01},{&quot;2026-06-16&quot;:5.01},{&quot;2026-06-17&quot;:5.01},{&quot;2026-06-18&quot;:5.06},{&quot;2026-06-19&quot;:5.06},{&quot;2026-06-20&quot;:5.06},{&quot;2026-06-21&quot;:5.11},{&quot;2026-06-22&quot;:5.11},{&quot;2026-06-23&quot;:5.22},{&quot;2026-06-24&quot;:5.27},{&quot;2026-06-25&quot;:5.27},{&quot;2026-06-26&quot;:5.27},{&quot;2026-06-27&quot;:5.46},{&quot;2026-06-28&quot;:5.47},{&quot;2026-06-29&quot;:5.47},{&quot;2026-06-30&quot;:5.55},{&quot;2026-07-01&quot;:5.51},{&quot;2026-07-02&quot;:5.41},{&quot;2026-07-03&quot;:5.41},{&quot;2026-07-04&quot;:5.41},{&quot;2026-07-05&quot;:5.41},{&quot;2026-07-06&quot;:5.41},{&quot;2026-07-07&quot;:5.31},{&quot;2026-07-08&quot;:5.36},{&quot;2026-07-09&quot;:5.36},{&quot;2026-07-10&quot;:5.36},{&quot;2026-07-11&quot;:5.36},{&quot;2026-07-12&quot;:5.48},{&quot;2026-07-13&quot;:5.53},{&quot;2026-07-14&quot;:5.5},{&quot;2026-07-15&quot;:5.45},{&quot;2026-07-16&quot;:5.39},{&quot;2026-07-17&quot;:5.39},{&quot;2026-07-18&quot;:5.39},{&quot;2026-07-19&quot;:5.39},{&quot;2026-07-20&quot;:5.39},{&quot;2026-07-21&quot;:5.37},{&quot;2026-07-22&quot;:5.37},{&quot;2026-07-23&quot;:5.42},{&quot;2026-07-24&quot;:5.42},{&quot;2026-07-25&quot;:5.36},{&quot;2026-07-26&quot;:5.36},{&quot;2026-07-27&quot;:5.36},{&quot;2026-07-28&quot;:5.36},{&quot;2026-07-29&quot;:5.31},{&quot;2026-07-30&quot;:5.32},{&quot;2026-07-31&quot;:5.32},{&quot;2026-08-01&quot;:5.32},{&quot;2026-08-02&quot;:5.37},{&quot;2026-08-03&quot;:5.41},{&quot;2026-08-04&quot;:5.43},{&quot;2026-08-05&quot;:5.35},{&quot;2026-08-07&quot;:5.3},{&quot;2026-08-08&quot;:5.3},{&quot;2026-08-09&quot;:5.38},{&quot;2026-08-10&quot;:5.59},{&quot;2026-08-11&quot;:5.59},{&quot;2026-08-12&quot;:5.59},{&quot;2026-08-13&quot;:5.61},{&quot;2026-08-14&quot;:5.59},{&quot;2026-08-15&quot;:5.58},{&quot;2026-08-16&quot;:5.61},{&quot;2026-08-17&quot;:5.61},{&quot;2026-08-18&quot;:5.65},{&quot;2026-08-19&quot;:5.65},{&quot;2026-08-20&quot;:5.62},{&quot;2026-08-21&quot;:5.64},{&quot;2026-08-22&quot;:5.64},{&quot;2026-08-23&quot;:5.64},{&quot;2026-08-24&quot;:5.68},{&quot;2026-08-25&quot;:5.63},{&quot;2026-08-26&quot;:5.63},{&quot;2026-08-27&quot;:5.67},{&quot;2026-08-28&quot;:5.68},{&quot;2026-08-29&quot;:5.68},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.68},{&quot;2026-09-01&quot;:5.48},{&quot;2026-09-02&quot;:5.46},{&quot;2026-09-03&quot;:5.51},{&quot;2026-09-04&quot;:5.51},{&quot;2026-09-05&quot;:5.51},{&quot;2026-09-06&quot;:5.51},{&quot;2026-09-07&quot;:5.5},{&quot;2026-09-08&quot;:5.56},{&quot;2026-09-09&quot;:5.53},{&quot;2026-09-10&quot;:5.53},{&quot;2026-09-11&quot;:5.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            War Room
        </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="War Room" src="https://cards.scryfall.io/large/front/0/7/0775b4be-881c-4832-8954-d961064315b6.jpg?1782860989" />
    </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">
                $5.53
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.41},{&quot;2026-06-11&quot;:2.39},{&quot;2026-06-12&quot;:2.33},{&quot;2026-06-13&quot;:2.39},{&quot;2026-06-14&quot;:2.44},{&quot;2026-06-15&quot;:2.52},{&quot;2026-06-16&quot;:2.41},{&quot;2026-06-17&quot;:2.18},{&quot;2026-06-18&quot;:2.24},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.24},{&quot;2026-06-21&quot;:2.29},{&quot;2026-06-22&quot;:2.23},{&quot;2026-06-23&quot;:2.21},{&quot;2026-06-24&quot;:2.2},{&quot;2026-06-25&quot;:2.34},{&quot;2026-06-26&quot;:2.74},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.43},{&quot;2026-06-30&quot;:2.58},{&quot;2026-07-01&quot;:2.58},{&quot;2026-07-02&quot;:2.62},{&quot;2026-07-03&quot;:2.61},{&quot;2026-07-04&quot;:2.72},{&quot;2026-07-05&quot;:2.75},{&quot;2026-07-06&quot;:2.6},{&quot;2026-07-07&quot;:2.61},{&quot;2026-07-08&quot;:2.61},{&quot;2026-07-09&quot;:2.62},{&quot;2026-07-10&quot;:2.87},{&quot;2026-07-11&quot;:2.92},{&quot;2026-07-12&quot;:2.72},{&quot;2026-07-13&quot;:2.75},{&quot;2026-07-14&quot;:2.73},{&quot;2026-07-15&quot;:2.74},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.82},{&quot;2026-07-18&quot;:3.17},{&quot;2026-07-19&quot;:3.2},{&quot;2026-07-20&quot;:3.17},{&quot;2026-07-21&quot;:3.21},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-25&quot;:3.96},{&quot;2026-07-26&quot;:4.24},{&quot;2026-07-27&quot;:4.38},{&quot;2026-07-29&quot;:4.44},{&quot;2026-07-30&quot;:4.39},{&quot;2026-07-31&quot;:4.43},{&quot;2026-08-01&quot;:4.63},{&quot;2026-08-02&quot;:4.57},{&quot;2026-08-03&quot;:4.76},{&quot;2026-08-04&quot;:4.63},{&quot;2026-08-05&quot;:4.48},{&quot;2026-08-07&quot;:4.68},{&quot;2026-08-08&quot;:4.49},{&quot;2026-08-09&quot;:4.92},{&quot;2026-08-10&quot;:4.86},{&quot;2026-08-11&quot;:4.91},{&quot;2026-08-12&quot;:4.91},{&quot;2026-08-13&quot;:4.89},{&quot;2026-08-14&quot;:4.9},{&quot;2026-08-15&quot;:4.79},{&quot;2026-08-16&quot;:4.88},{&quot;2026-08-17&quot;:4.76},{&quot;2026-08-18&quot;:4.77},{&quot;2026-08-19&quot;:4.84},{&quot;2026-08-20&quot;:4.84},{&quot;2026-08-21&quot;:5.15},{&quot;2026-08-22&quot;:5.07},{&quot;2026-08-23&quot;:5.39},{&quot;2026-08-24&quot;:5.52},{&quot;2026-08-25&quot;:5.52},{&quot;2026-08-26&quot;:5.65},{&quot;2026-08-27&quot;:5.86},{&quot;2026-08-28&quot;:5.89},{&quot;2026-08-29&quot;:5.89},{&quot;2026-08-30&quot;:5.87},{&quot;2026-08-31&quot;:5.57},{&quot;2026-09-01&quot;:5.57},{&quot;2026-09-02&quot;:5.76},{&quot;2026-09-03&quot;:5.72},{&quot;2026-09-04&quot;:5.61},{&quot;2026-09-05&quot;:5.39},{&quot;2026-09-06&quot;:5.36},{&quot;2026-09-07&quot;:5.41},{&quot;2026-09-08&quot;:5.48},{&quot;2026-09-09&quot;:5.38},{&quot;2026-09-10&quot;:5.49},{&quot;2026-09-11&quot;:5.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Counterspell" src="https://cards.scryfall.io/large/front/e/8/e8493631-6c9c-40a8-b7de-ecf26ba6bf7d.jpg?1783947861" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.56},{&quot;2026-06-14&quot;:2.54},{&quot;2026-06-15&quot;:2.58},{&quot;2026-06-16&quot;:2.58},{&quot;2026-06-17&quot;:2.58},{&quot;2026-06-18&quot;:2.59},{&quot;2026-06-19&quot;:2.59},{&quot;2026-06-20&quot;:2.59},{&quot;2026-06-21&quot;:2.59},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.59},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.59},{&quot;2026-06-26&quot;:2.59},{&quot;2026-06-27&quot;:2.59},{&quot;2026-06-28&quot;:2.55},{&quot;2026-06-29&quot;:2.55},{&quot;2026-06-30&quot;:2.55},{&quot;2026-07-01&quot;:2.55},{&quot;2026-07-02&quot;:2.55},{&quot;2026-07-03&quot;:2.55},{&quot;2026-07-04&quot;:2.55},{&quot;2026-07-05&quot;:2.55},{&quot;2026-07-06&quot;:2.55},{&quot;2026-07-07&quot;:2.53},{&quot;2026-07-08&quot;:2.53},{&quot;2026-07-09&quot;:3.21},{&quot;2026-07-10&quot;:3.21},{&quot;2026-07-11&quot;:3.21},{&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.14},{&quot;2026-07-16&quot;:3.14},{&quot;2026-07-17&quot;:3.31},{&quot;2026-07-18&quot;:3.31},{&quot;2026-07-19&quot;:3.31},{&quot;2026-07-20&quot;:3.31},{&quot;2026-07-21&quot;:3.31},{&quot;2026-07-22&quot;:3.31},{&quot;2026-07-23&quot;:3.28},{&quot;2026-07-24&quot;:3.28},{&quot;2026-07-25&quot;:3.28},{&quot;2026-07-26&quot;:3.28},{&quot;2026-07-27&quot;:3.28},{&quot;2026-07-28&quot;:3.35},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.35},{&quot;2026-07-31&quot;:3.43},{&quot;2026-08-01&quot;:3.43},{&quot;2026-08-02&quot;:3.43},{&quot;2026-08-03&quot;:3.43},{&quot;2026-08-04&quot;:3.43},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.43},{&quot;2026-08-08&quot;:3.43},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.52},{&quot;2026-08-11&quot;:3.52},{&quot;2026-08-12&quot;:3.52},{&quot;2026-08-13&quot;:3.52},{&quot;2026-08-14&quot;:3.56},{&quot;2026-08-15&quot;:3.56},{&quot;2026-08-16&quot;:3.56},{&quot;2026-08-17&quot;:3.56},{&quot;2026-08-18&quot;:3.56},{&quot;2026-08-19&quot;:3.6},{&quot;2026-08-20&quot;:3.6},{&quot;2026-08-21&quot;:3.6},{&quot;2026-08-22&quot;:3.65},{&quot;2026-08-23&quot;:3.65},{&quot;2026-08-24&quot;:3.75},{&quot;2026-08-25&quot;:3.75},{&quot;2026-08-26&quot;:3.78},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.78},{&quot;2026-08-29&quot;:3.78},{&quot;2026-08-30&quot;:5.05},{&quot;2026-08-31&quot;:5.05},{&quot;2026-09-01&quot;:5.05},{&quot;2026-09-02&quot;:5.04},{&quot;2026-09-03&quot;:5.04},{&quot;2026-09-04&quot;:5.04},{&quot;2026-09-05&quot;:5.04},{&quot;2026-09-06&quot;:5.32},{&quot;2026-09-07&quot;:5.32},{&quot;2026-09-08&quot;:5.51},{&quot;2026-09-09&quot;:5.51},{&quot;2026-09-10&quot;:5.51},{&quot;2026-09-11&quot;:5.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Eiganjo, Seat of the Empire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c375a022-5b57-496d-a802-e4ea8376e9e4.jpg?1783923818" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Eiganjo, Seat of the Empire
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eiganjo, Seat of the Empire" src="https://cards.scryfall.io/large/front/c/3/c375a022-5b57-496d-a802-e4ea8376e9e4.jpg?1783923818" />
    </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">
                $5.51
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.30</span>
              <span class="text-xs text-grey-text">Credit: $5.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-11&quot;:6.02},{&quot;2026-06-12&quot;:6.02},{&quot;2026-06-13&quot;:6.05},{&quot;2026-06-14&quot;:5.99},{&quot;2026-06-15&quot;:5.99},{&quot;2026-06-16&quot;:5.84},{&quot;2026-06-17&quot;:5.84},{&quot;2026-06-18&quot;:5.82},{&quot;2026-06-19&quot;:5.82},{&quot;2026-06-20&quot;:5.86},{&quot;2026-06-21&quot;:5.77},{&quot;2026-06-22&quot;:5.69},{&quot;2026-06-23&quot;:5.65},{&quot;2026-06-24&quot;:5.67},{&quot;2026-06-25&quot;:5.67},{&quot;2026-06-26&quot;:5.72},{&quot;2026-06-27&quot;:5.72},{&quot;2026-06-28&quot;:5.72},{&quot;2026-06-29&quot;:5.87},{&quot;2026-06-30&quot;:5.87},{&quot;2026-07-01&quot;:5.83},{&quot;2026-07-02&quot;:5.82},{&quot;2026-07-03&quot;:5.8},{&quot;2026-07-04&quot;:5.8},{&quot;2026-07-05&quot;:5.8},{&quot;2026-07-06&quot;:5.8},{&quot;2026-07-07&quot;:5.87},{&quot;2026-07-08&quot;:5.9},{&quot;2026-07-09&quot;:5.97},{&quot;2026-07-10&quot;:5.83},{&quot;2026-07-11&quot;:5.83},{&quot;2026-07-12&quot;:5.83},{&quot;2026-07-13&quot;:5.83},{&quot;2026-07-14&quot;:5.83},{&quot;2026-07-15&quot;:5.84},{&quot;2026-07-16&quot;:5.84},{&quot;2026-07-17&quot;:5.83},{&quot;2026-07-18&quot;:5.73},{&quot;2026-07-19&quot;:5.64},{&quot;2026-07-20&quot;:5.56},{&quot;2026-07-21&quot;:5.56},{&quot;2026-07-23&quot;:5.56},{&quot;2026-07-25&quot;:5.56},{&quot;2026-07-26&quot;:5.56},{&quot;2026-07-27&quot;:5.63},{&quot;2026-07-28&quot;:5.63},{&quot;2026-07-29&quot;:5.65},{&quot;2026-07-30&quot;:5.57},{&quot;2026-07-31&quot;:5.56},{&quot;2026-08-01&quot;:5.56},{&quot;2026-08-02&quot;:5.52},{&quot;2026-08-03&quot;:5.5},{&quot;2026-08-04&quot;:5.5},{&quot;2026-08-05&quot;:5.5},{&quot;2026-08-07&quot;:5.39},{&quot;2026-08-08&quot;:5.4},{&quot;2026-08-09&quot;:5.4},{&quot;2026-08-10&quot;:5.46},{&quot;2026-08-11&quot;:5.46},{&quot;2026-08-12&quot;:5.44},{&quot;2026-08-13&quot;:5.47},{&quot;2026-08-14&quot;:5.5},{&quot;2026-08-15&quot;:5.51},{&quot;2026-08-16&quot;:5.51},{&quot;2026-08-17&quot;:5.51},{&quot;2026-08-18&quot;:5.51},{&quot;2026-08-19&quot;:5.51},{&quot;2026-08-20&quot;:5.51},{&quot;2026-08-21&quot;:5.49},{&quot;2026-08-22&quot;:5.49},{&quot;2026-08-23&quot;:5.56},{&quot;2026-08-24&quot;:5.58},{&quot;2026-08-25&quot;:5.58},{&quot;2026-08-26&quot;:5.59},{&quot;2026-08-27&quot;:5.59},{&quot;2026-08-28&quot;:5.59},{&quot;2026-08-29&quot;:5.59},{&quot;2026-08-30&quot;:5.62},{&quot;2026-08-31&quot;:5.62},{&quot;2026-09-01&quot;:5.62},{&quot;2026-09-02&quot;:5.6},{&quot;2026-09-03&quot;:5.6},{&quot;2026-09-04&quot;:5.6},{&quot;2026-09-05&quot;:5.6},{&quot;2026-09-06&quot;:5.6},{&quot;2026-09-07&quot;:5.6},{&quot;2026-09-08&quot;:5.6},{&quot;2026-09-09&quot;:5.63},{&quot;2026-09-10&quot;:5.68},{&quot;2026-09-11&quot;:5.72}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:6.27},{&quot;2026-06-12&quot;:6.57},{&quot;2026-06-13&quot;:6.45},{&quot;2026-06-14&quot;:6.43},{&quot;2026-06-15&quot;:6.64},{&quot;2026-06-16&quot;:6.43},{&quot;2026-06-17&quot;:7.0},{&quot;2026-06-18&quot;:7.04},{&quot;2026-06-19&quot;:6.83},{&quot;2026-06-20&quot;:6.74},{&quot;2026-06-21&quot;:6.58},{&quot;2026-06-22&quot;:6.25},{&quot;2026-06-23&quot;:6.25},{&quot;2026-06-24&quot;:5.84},{&quot;2026-06-25&quot;:5.66},{&quot;2026-06-26&quot;:5.51},{&quot;2026-06-27&quot;:5.37},{&quot;2026-06-28&quot;:5.24},{&quot;2026-06-29&quot;:5.11},{&quot;2026-06-30&quot;:5.25},{&quot;2026-07-01&quot;:5.34},{&quot;2026-07-02&quot;:5.18},{&quot;2026-07-03&quot;:5.29},{&quot;2026-07-04&quot;:5.26},{&quot;2026-07-05&quot;:5.33},{&quot;2026-07-06&quot;:5.41},{&quot;2026-07-07&quot;:5.38},{&quot;2026-07-08&quot;:5.42},{&quot;2026-07-09&quot;:5.37},{&quot;2026-07-10&quot;:5.49},{&quot;2026-07-11&quot;:5.44},{&quot;2026-07-12&quot;:5.4},{&quot;2026-07-13&quot;:5.4},{&quot;2026-07-14&quot;:5.28},{&quot;2026-07-15&quot;:5.24},{&quot;2026-07-16&quot;:5.26},{&quot;2026-07-17&quot;:5.25},{&quot;2026-07-18&quot;:5.17},{&quot;2026-07-19&quot;:5.18},{&quot;2026-07-20&quot;:5.13},{&quot;2026-07-21&quot;:5.12},{&quot;2026-07-23&quot;:5.03},{&quot;2026-07-25&quot;:5.17},{&quot;2026-07-26&quot;:5.12},{&quot;2026-07-27&quot;:5.23},{&quot;2026-07-28&quot;:5.31},{&quot;2026-07-29&quot;:5.17},{&quot;2026-07-30&quot;:5.08},{&quot;2026-07-31&quot;:4.75},{&quot;2026-08-01&quot;:4.74},{&quot;2026-08-02&quot;:4.73},{&quot;2026-08-03&quot;:4.82},{&quot;2026-08-04&quot;:5.15},{&quot;2026-08-05&quot;:5.17},{&quot;2026-08-07&quot;:5.14},{&quot;2026-08-08&quot;:5.13},{&quot;2026-08-09&quot;:5.14},{&quot;2026-08-10&quot;:5.16},{&quot;2026-08-11&quot;:5.15},{&quot;2026-08-12&quot;:5.14},{&quot;2026-08-13&quot;:5.05},{&quot;2026-08-14&quot;:5.04},{&quot;2026-08-15&quot;:5.03},{&quot;2026-08-16&quot;:5.19},{&quot;2026-08-17&quot;:5.16},{&quot;2026-08-18&quot;:5.28},{&quot;2026-08-19&quot;:5.39},{&quot;2026-08-20&quot;:5.39},{&quot;2026-08-21&quot;:5.77},{&quot;2026-08-22&quot;:5.8},{&quot;2026-08-23&quot;:5.85},{&quot;2026-08-24&quot;:5.83},{&quot;2026-08-25&quot;:5.83},{&quot;2026-08-26&quot;:5.41},{&quot;2026-08-27&quot;:5.32},{&quot;2026-08-28&quot;:5.38},{&quot;2026-08-29&quot;:5.38},{&quot;2026-08-30&quot;:5.48},{&quot;2026-08-31&quot;:5.48},{&quot;2026-09-01&quot;:5.48},{&quot;2026-09-02&quot;:5.54},{&quot;2026-09-03&quot;:5.47},{&quot;2026-09-04&quot;:5.38},{&quot;2026-09-05&quot;:5.31},{&quot;2026-09-06&quot;:5.34},{&quot;2026-09-07&quot;:5.25},{&quot;2026-09-08&quot;:5.35},{&quot;2026-09-09&quot;:5.55},{&quot;2026-09-10&quot;:5.52},{&quot;2026-09-11&quot;:5.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Cathars&#39; Crusade
        </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cathars&#39; Crusade" src="https://cards.scryfall.io/large/front/a/f/af1254a3-dc39-4365-ab53-c18d67cb0edf.jpg?1783910621" />
    </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">
                $5.51
              </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">$5.70</span>
              <span class="text-xs text-grey-text">Credit: $7.41</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.24},{&quot;2026-06-13&quot;:5.38},{&quot;2026-06-14&quot;:5.46},{&quot;2026-06-15&quot;:5.54},{&quot;2026-06-16&quot;:5.55},{&quot;2026-06-17&quot;:5.52},{&quot;2026-06-18&quot;:5.55},{&quot;2026-06-19&quot;:5.54},{&quot;2026-06-20&quot;:5.61},{&quot;2026-06-21&quot;:5.52},{&quot;2026-06-22&quot;:5.46},{&quot;2026-06-23&quot;:5.38},{&quot;2026-06-24&quot;:5.2},{&quot;2026-06-25&quot;:5.12},{&quot;2026-06-26&quot;:5.13},{&quot;2026-06-27&quot;:5.15},{&quot;2026-06-28&quot;:5.19},{&quot;2026-06-29&quot;:5.14},{&quot;2026-06-30&quot;:5.37},{&quot;2026-07-01&quot;:5.4},{&quot;2026-07-02&quot;:5.7},{&quot;2026-07-03&quot;:5.73},{&quot;2026-07-04&quot;:5.66},{&quot;2026-07-05&quot;:5.66},{&quot;2026-07-06&quot;:5.58},{&quot;2026-07-07&quot;:5.56},{&quot;2026-07-08&quot;:5.5},{&quot;2026-07-09&quot;:5.28},{&quot;2026-07-10&quot;:5.36},{&quot;2026-07-11&quot;:5.34},{&quot;2026-07-12&quot;:5.31},{&quot;2026-07-13&quot;:5.14},{&quot;2026-07-14&quot;:5.13},{&quot;2026-07-15&quot;:5.32},{&quot;2026-07-16&quot;:5.48},{&quot;2026-07-17&quot;:5.62},{&quot;2026-07-18&quot;:5.96},{&quot;2026-07-19&quot;:6.14},{&quot;2026-07-20&quot;:5.88},{&quot;2026-07-21&quot;:5.87},{&quot;2026-07-23&quot;:5.85},{&quot;2026-07-24&quot;:5.97},{&quot;2026-07-25&quot;:5.86},{&quot;2026-07-26&quot;:5.86},{&quot;2026-07-27&quot;:6.02},{&quot;2026-07-28&quot;:6.01},{&quot;2026-07-29&quot;:6.11},{&quot;2026-07-30&quot;:6.01},{&quot;2026-07-31&quot;:5.73},{&quot;2026-08-01&quot;:5.71},{&quot;2026-08-02&quot;:5.68},{&quot;2026-08-03&quot;:5.68},{&quot;2026-08-04&quot;:5.68},{&quot;2026-08-05&quot;:5.68},{&quot;2026-08-07&quot;:5.39},{&quot;2026-08-08&quot;:5.77},{&quot;2026-08-09&quot;:5.98},{&quot;2026-08-10&quot;:5.98},{&quot;2026-08-11&quot;:6.01},{&quot;2026-08-12&quot;:5.94},{&quot;2026-08-13&quot;:5.89},{&quot;2026-08-14&quot;:5.94},{&quot;2026-08-15&quot;:6.13},{&quot;2026-08-16&quot;:6.29},{&quot;2026-08-17&quot;:6.2},{&quot;2026-08-18&quot;:6.2},{&quot;2026-08-19&quot;:6.14},{&quot;2026-08-20&quot;:6.14},{&quot;2026-08-21&quot;:5.99},{&quot;2026-08-22&quot;:5.98},{&quot;2026-08-23&quot;:5.32},{&quot;2026-08-24&quot;:5.4},{&quot;2026-08-25&quot;:5.41},{&quot;2026-08-26&quot;:5.54},{&quot;2026-08-27&quot;:5.49},{&quot;2026-08-28&quot;:5.62},{&quot;2026-08-29&quot;:5.62},{&quot;2026-08-30&quot;:5.46},{&quot;2026-08-31&quot;:5.41},{&quot;2026-09-01&quot;:5.35},{&quot;2026-09-02&quot;:5.41},{&quot;2026-09-03&quot;:5.42},{&quot;2026-09-04&quot;:5.39},{&quot;2026-09-05&quot;:5.38},{&quot;2026-09-06&quot;:5.11},{&quot;2026-09-07&quot;:5.3},{&quot;2026-09-08&quot;:5.32},{&quot;2026-09-09&quot;:5.39},{&quot;2026-09-10&quot;:5.49},{&quot;2026-09-11&quot;:5.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rishkar&#39;s Expertise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4b5882ab-d9c7-4d85-98c4-7edfb19980b0.jpg?1783923951" />

        <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">
            Rishkar&#39;s Expertise
        </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-4'></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="Rishkar&#39;s Expertise" src="https://cards.scryfall.io/large/front/4/b/4b5882ab-d9c7-4d85-98c4-7edfb19980b0.jpg?1783923951" />
    </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">
                $5.51
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.80</span>
              <span class="text-xs text-grey-text">Credit: $3.64</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.13},{&quot;2026-06-14&quot;:3.12},{&quot;2026-06-15&quot;:3.14},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:3.1},{&quot;2026-06-18&quot;:3.16},{&quot;2026-06-19&quot;:3.21},{&quot;2026-06-20&quot;:3.25},{&quot;2026-06-21&quot;:3.25},{&quot;2026-06-22&quot;:3.25},{&quot;2026-06-23&quot;:3.28},{&quot;2026-06-24&quot;:3.25},{&quot;2026-06-25&quot;:3.27},{&quot;2026-06-26&quot;:3.27},{&quot;2026-06-27&quot;:3.27},{&quot;2026-06-28&quot;:3.35},{&quot;2026-06-29&quot;:3.32},{&quot;2026-06-30&quot;:3.28},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.27},{&quot;2026-07-03&quot;:3.27},{&quot;2026-07-04&quot;:3.29},{&quot;2026-07-05&quot;:3.3},{&quot;2026-07-06&quot;:3.29},{&quot;2026-07-07&quot;:3.29},{&quot;2026-07-08&quot;:3.34},{&quot;2026-07-09&quot;:3.31},{&quot;2026-07-10&quot;:3.29},{&quot;2026-07-11&quot;:3.32},{&quot;2026-07-12&quot;:3.38},{&quot;2026-07-13&quot;:3.38},{&quot;2026-07-14&quot;:3.42},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.52},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.64},{&quot;2026-07-19&quot;:3.62},{&quot;2026-07-20&quot;:3.67},{&quot;2026-07-21&quot;:3.76},{&quot;2026-07-22&quot;:3.88},{&quot;2026-07-23&quot;:3.87},{&quot;2026-07-24&quot;:3.87},{&quot;2026-07-25&quot;:3.87},{&quot;2026-07-26&quot;:3.87},{&quot;2026-07-27&quot;:3.85},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:3.73},{&quot;2026-07-30&quot;:3.66},{&quot;2026-07-31&quot;:3.77},{&quot;2026-08-01&quot;:3.77},{&quot;2026-08-02&quot;:4.19},{&quot;2026-08-03&quot;:4.5},{&quot;2026-08-04&quot;:4.5},{&quot;2026-08-05&quot;:4.56},{&quot;2026-08-07&quot;:4.6},{&quot;2026-08-08&quot;:4.61},{&quot;2026-08-09&quot;:4.64},{&quot;2026-08-10&quot;:4.64},{&quot;2026-08-11&quot;:4.64},{&quot;2026-08-12&quot;:4.5},{&quot;2026-08-13&quot;:4.5},{&quot;2026-08-14&quot;:4.5},{&quot;2026-08-15&quot;:4.48},{&quot;2026-08-16&quot;:4.45},{&quot;2026-08-17&quot;:4.41},{&quot;2026-08-18&quot;:4.38},{&quot;2026-08-19&quot;:4.34},{&quot;2026-08-20&quot;:4.34},{&quot;2026-08-21&quot;:4.31},{&quot;2026-08-22&quot;:4.27},{&quot;2026-08-23&quot;:4.27},{&quot;2026-08-24&quot;:4.27},{&quot;2026-08-25&quot;:4.2},{&quot;2026-08-26&quot;:4.25},{&quot;2026-08-27&quot;:4.25},{&quot;2026-08-28&quot;:4.53},{&quot;2026-08-29&quot;:4.53},{&quot;2026-08-30&quot;:4.93},{&quot;2026-08-31&quot;:4.89},{&quot;2026-09-01&quot;:5.28},{&quot;2026-09-02&quot;:5.31},{&quot;2026-09-03&quot;:5.29},{&quot;2026-09-04&quot;:5.42},{&quot;2026-09-05&quot;:5.78},{&quot;2026-09-06&quot;:5.72},{&quot;2026-09-07&quot;:5.8},{&quot;2026-09-08&quot;:5.78},{&quot;2026-09-09&quot;:5.78},{&quot;2026-09-10&quot;:5.66},{&quot;2026-09-11&quot;:5.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Mightstone and Weakstone // Urza, Planeswalker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/02aea379-b444-46a3-82f4-3038f698d4f4.jpg?1783920017" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            The Mightstone and Weakstone 
        </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 — Powerstone</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="The Mightstone and Weakstone // Urza, Planeswalker" src="https://cards.scryfall.io/large/front/0/2/02aea379-b444-46a3-82f4-3038f698d4f4.jpg?1783920017" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Urza, Planeswalker" src="https://cards.scryfall.io/large/front/4/0/40a01679-3224-427e-bd1d-b797b0ab68b7.jpg?1783920022" />
              </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-nine-white">
            2
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.86},{&quot;2026-06-11&quot;:4.86},{&quot;2026-06-12&quot;:4.87},{&quot;2026-06-13&quot;:5.02},{&quot;2026-06-14&quot;:5.11},{&quot;2026-06-15&quot;:5.23},{&quot;2026-06-16&quot;:5.43},{&quot;2026-06-17&quot;:5.43},{&quot;2026-06-18&quot;:5.38},{&quot;2026-06-19&quot;:5.78},{&quot;2026-06-20&quot;:5.92},{&quot;2026-06-21&quot;:6.09},{&quot;2026-06-22&quot;:6.26},{&quot;2026-06-23&quot;:6.24},{&quot;2026-06-24&quot;:6.26},{&quot;2026-06-25&quot;:6.26},{&quot;2026-06-26&quot;:6.61},{&quot;2026-06-27&quot;:6.53},{&quot;2026-06-28&quot;:6.53},{&quot;2026-06-29&quot;:6.53},{&quot;2026-06-30&quot;:6.53},{&quot;2026-07-01&quot;:6.53},{&quot;2026-07-02&quot;:6.53},{&quot;2026-07-03&quot;:6.53},{&quot;2026-07-04&quot;:6.2},{&quot;2026-07-05&quot;:6.26},{&quot;2026-07-06&quot;:6.26},{&quot;2026-07-07&quot;:6.32},{&quot;2026-07-08&quot;:6.18},{&quot;2026-07-09&quot;:6.18},{&quot;2026-07-10&quot;:6.2},{&quot;2026-07-11&quot;:6.2},{&quot;2026-07-12&quot;:6.2},{&quot;2026-07-13&quot;:6.2},{&quot;2026-07-14&quot;:6.21},{&quot;2026-07-15&quot;:6.36},{&quot;2026-07-16&quot;:6.32},{&quot;2026-07-17&quot;:6.32},{&quot;2026-07-18&quot;:6.4},{&quot;2026-07-19&quot;:6.3},{&quot;2026-07-20&quot;:6.06},{&quot;2026-07-21&quot;:6.06},{&quot;2026-07-23&quot;:6.02},{&quot;2026-07-25&quot;:5.86},{&quot;2026-07-26&quot;:5.64},{&quot;2026-07-27&quot;:5.72},{&quot;2026-07-29&quot;:5.48},{&quot;2026-07-30&quot;:5.48},{&quot;2026-07-31&quot;:5.08},{&quot;2026-08-01&quot;:5.08},{&quot;2026-08-02&quot;:5.1},{&quot;2026-08-03&quot;:5.1},{&quot;2026-08-04&quot;:5.07},{&quot;2026-08-05&quot;:5.09},{&quot;2026-08-07&quot;:5.28},{&quot;2026-08-08&quot;:5.36},{&quot;2026-08-09&quot;:5.41},{&quot;2026-08-10&quot;:5.63},{&quot;2026-08-11&quot;:5.63},{&quot;2026-08-12&quot;:5.45},{&quot;2026-08-13&quot;:5.45},{&quot;2026-08-14&quot;:5.41},{&quot;2026-08-15&quot;:5.47},{&quot;2026-08-16&quot;:5.47},{&quot;2026-08-17&quot;:5.47},{&quot;2026-08-18&quot;:5.95},{&quot;2026-08-19&quot;:5.95},{&quot;2026-08-20&quot;:5.95},{&quot;2026-08-21&quot;:5.95},{&quot;2026-08-22&quot;:5.95},{&quot;2026-08-23&quot;:5.95},{&quot;2026-08-24&quot;:5.95},{&quot;2026-08-25&quot;:5.95},{&quot;2026-08-26&quot;:5.95},{&quot;2026-08-27&quot;:5.98},{&quot;2026-08-28&quot;:6.02},{&quot;2026-08-29&quot;:6.02},{&quot;2026-08-30&quot;:5.94},{&quot;2026-08-31&quot;:5.94},{&quot;2026-09-01&quot;:5.94},{&quot;2026-09-02&quot;:5.92},{&quot;2026-09-03&quot;:5.77},{&quot;2026-09-04&quot;:5.77},{&quot;2026-09-05&quot;:5.75},{&quot;2026-09-06&quot;:5.7},{&quot;2026-09-07&quot;:5.64},{&quot;2026-09-08&quot;:5.53},{&quot;2026-09-09&quot;:5.5},{&quot;2026-09-10&quot;:5.5},{&quot;2026-09-11&quot;:5.51}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.2},{&quot;2026-06-11&quot;:5.07},{&quot;2026-06-12&quot;:4.98},{&quot;2026-06-13&quot;:4.82},{&quot;2026-06-14&quot;:4.58},{&quot;2026-06-15&quot;:4.58},{&quot;2026-06-16&quot;:4.61},{&quot;2026-06-17&quot;:4.46},{&quot;2026-06-18&quot;:4.07},{&quot;2026-06-19&quot;:4.14},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.33},{&quot;2026-06-22&quot;:4.16},{&quot;2026-06-23&quot;:4.13},{&quot;2026-06-24&quot;:3.99},{&quot;2026-06-25&quot;:3.83},{&quot;2026-06-26&quot;:3.79},{&quot;2026-06-27&quot;:3.87},{&quot;2026-06-28&quot;:3.91},{&quot;2026-06-29&quot;:3.93},{&quot;2026-06-30&quot;:3.95},{&quot;2026-07-01&quot;:4.06},{&quot;2026-07-02&quot;:4.04},{&quot;2026-07-03&quot;:4.01},{&quot;2026-07-04&quot;:4.38},{&quot;2026-07-05&quot;:4.53},{&quot;2026-07-06&quot;:4.71},{&quot;2026-07-07&quot;:5.0},{&quot;2026-07-08&quot;:4.98},{&quot;2026-07-09&quot;:4.76},{&quot;2026-07-10&quot;:4.56},{&quot;2026-07-11&quot;:4.36},{&quot;2026-07-12&quot;:4.44},{&quot;2026-07-13&quot;:4.47},{&quot;2026-07-14&quot;:4.29},{&quot;2026-07-15&quot;:4.39},{&quot;2026-07-16&quot;:4.4},{&quot;2026-07-17&quot;:4.5},{&quot;2026-07-18&quot;:4.33},{&quot;2026-07-19&quot;:4.13},{&quot;2026-07-20&quot;:4.32},{&quot;2026-07-21&quot;:4.53},{&quot;2026-07-23&quot;:4.34},{&quot;2026-07-25&quot;:4.6},{&quot;2026-07-26&quot;:4.59},{&quot;2026-07-27&quot;:4.67},{&quot;2026-07-29&quot;:4.52},{&quot;2026-07-30&quot;:4.57},{&quot;2026-07-31&quot;:4.53},{&quot;2026-08-01&quot;:4.65},{&quot;2026-08-02&quot;:4.73},{&quot;2026-08-03&quot;:4.77},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.77},{&quot;2026-08-07&quot;:4.78},{&quot;2026-08-08&quot;:4.8},{&quot;2026-08-09&quot;:4.91},{&quot;2026-08-10&quot;:4.92},{&quot;2026-08-11&quot;:4.85},{&quot;2026-08-12&quot;:4.87},{&quot;2026-08-13&quot;:5.14},{&quot;2026-08-14&quot;:5.14},{&quot;2026-08-15&quot;:5.06},{&quot;2026-08-16&quot;:5.02},{&quot;2026-08-17&quot;:5.04},{&quot;2026-08-18&quot;:5.12},{&quot;2026-08-19&quot;:5.11},{&quot;2026-08-20&quot;:5.11},{&quot;2026-08-21&quot;:5.08},{&quot;2026-08-22&quot;:5.0},{&quot;2026-08-23&quot;:4.94},{&quot;2026-08-24&quot;:4.83},{&quot;2026-08-25&quot;:4.83},{&quot;2026-08-26&quot;:5.02},{&quot;2026-08-27&quot;:4.88},{&quot;2026-08-28&quot;:4.82},{&quot;2026-08-29&quot;:4.82},{&quot;2026-08-30&quot;:4.91},{&quot;2026-08-31&quot;:5.15},{&quot;2026-09-01&quot;:5.15},{&quot;2026-09-02&quot;:5.17},{&quot;2026-09-03&quot;:5.28},{&quot;2026-09-04&quot;:5.28},{&quot;2026-09-05&quot;:5.19},{&quot;2026-09-06&quot;:5.19},{&quot;2026-09-07&quot;:5.31},{&quot;2026-09-08&quot;:5.37},{&quot;2026-09-09&quot;:5.52},{&quot;2026-09-10&quot;:5.38},{&quot;2026-09-11&quot;:5.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73739"
  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">
            Authority of the Consuls
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Authority of the Consuls" src="https://cards.scryfall.io/large/front/5/e/5ef92297-14e6-4d04-b224-df9e9ca69730.jpg?1783910477" />
    </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">
                $5.51
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.09},{&quot;2026-06-14&quot;:4.02},{&quot;2026-06-15&quot;:4.05},{&quot;2026-06-16&quot;:4.16},{&quot;2026-06-17&quot;:4.08},{&quot;2026-06-18&quot;:4.14},{&quot;2026-06-19&quot;:4.13},{&quot;2026-06-20&quot;:4.28},{&quot;2026-06-21&quot;:4.28},{&quot;2026-06-22&quot;:4.28},{&quot;2026-06-23&quot;:4.33},{&quot;2026-06-24&quot;:4.33},{&quot;2026-06-25&quot;:4.33},{&quot;2026-06-26&quot;:4.34},{&quot;2026-06-27&quot;:4.47},{&quot;2026-06-28&quot;:4.48},{&quot;2026-06-29&quot;:4.41},{&quot;2026-06-30&quot;:4.46},{&quot;2026-07-01&quot;:4.54},{&quot;2026-07-02&quot;:4.54},{&quot;2026-07-03&quot;:4.5},{&quot;2026-07-04&quot;:4.4},{&quot;2026-07-05&quot;:4.4},{&quot;2026-07-06&quot;:4.31},{&quot;2026-07-07&quot;:4.15},{&quot;2026-07-08&quot;:4.1},{&quot;2026-07-09&quot;:4.16},{&quot;2026-07-10&quot;:4.27},{&quot;2026-07-11&quot;:4.41},{&quot;2026-07-12&quot;:4.34},{&quot;2026-07-13&quot;:4.57},{&quot;2026-07-14&quot;:4.6},{&quot;2026-07-15&quot;:4.79},{&quot;2026-07-16&quot;:4.77},{&quot;2026-07-17&quot;:4.74},{&quot;2026-07-18&quot;:4.64},{&quot;2026-07-19&quot;:4.64},{&quot;2026-07-20&quot;:4.48},{&quot;2026-07-21&quot;:4.83},{&quot;2026-07-22&quot;:4.91},{&quot;2026-07-23&quot;:4.91},{&quot;2026-07-24&quot;:4.79},{&quot;2026-07-25&quot;:4.61},{&quot;2026-07-26&quot;:4.71},{&quot;2026-07-27&quot;:4.46},{&quot;2026-07-28&quot;:4.44},{&quot;2026-07-29&quot;:4.65},{&quot;2026-07-30&quot;:4.65},{&quot;2026-07-31&quot;:4.04},{&quot;2026-08-01&quot;:4.08},{&quot;2026-08-02&quot;:4.22},{&quot;2026-08-03&quot;:4.24},{&quot;2026-08-04&quot;:4.18},{&quot;2026-08-05&quot;:4.12},{&quot;2026-08-07&quot;:4.52},{&quot;2026-08-08&quot;:4.57},{&quot;2026-08-09&quot;:4.41},{&quot;2026-08-10&quot;:4.37},{&quot;2026-08-11&quot;:4.38},{&quot;2026-08-12&quot;:4.38},{&quot;2026-08-13&quot;:4.38},{&quot;2026-08-14&quot;:4.44},{&quot;2026-08-15&quot;:4.55},{&quot;2026-08-16&quot;:4.59},{&quot;2026-08-17&quot;:4.62},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.62},{&quot;2026-08-20&quot;:4.44},{&quot;2026-08-21&quot;:4.4},{&quot;2026-08-22&quot;:4.73},{&quot;2026-08-23&quot;:4.67},{&quot;2026-08-24&quot;:4.82},{&quot;2026-08-25&quot;:4.81},{&quot;2026-08-26&quot;:4.81},{&quot;2026-08-27&quot;:5.14},{&quot;2026-08-28&quot;:5.14},{&quot;2026-08-29&quot;:5.14},{&quot;2026-08-30&quot;:5.22},{&quot;2026-08-31&quot;:5.12},{&quot;2026-09-01&quot;:5.12},{&quot;2026-09-02&quot;:5.12},{&quot;2026-09-03&quot;:5.12},{&quot;2026-09-04&quot;:5.25},{&quot;2026-09-05&quot;:5.25},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.31},{&quot;2026-09-08&quot;:5.66},{&quot;2026-09-09&quot;:5.59},{&quot;2026-09-10&quot;:5.59},{&quot;2026-09-11&quot;:5.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77861"
  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-eld 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">
            Torbran, Thane of Red Fell
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Torbran, Thane of Red Fell" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/9/79f591cd-d277-4ba5-b1bf-1c09cac9cb8a.jpg?1783932614" />

        <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">
            Torbran, Thane of Red Fell
        </h3>

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Torbran, Thane of Red Fell" src="https://cards.scryfall.io/large/front/7/9/79f591cd-d277-4ba5-b1bf-1c09cac9cb8a.jpg?1783932614" />
    </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">
                $5.51
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.94},{&quot;2026-06-14&quot;:6.94},{&quot;2026-06-15&quot;:6.94},{&quot;2026-06-16&quot;:6.97},{&quot;2026-06-17&quot;:6.97},{&quot;2026-06-18&quot;:6.97},{&quot;2026-06-19&quot;:6.97},{&quot;2026-06-20&quot;:6.98},{&quot;2026-06-21&quot;:6.98},{&quot;2026-06-22&quot;:6.95},{&quot;2026-06-23&quot;:6.95},{&quot;2026-06-24&quot;:6.95},{&quot;2026-06-25&quot;:6.95},{&quot;2026-06-26&quot;:6.95},{&quot;2026-06-27&quot;:6.95},{&quot;2026-06-28&quot;:6.95},{&quot;2026-06-29&quot;:6.95},{&quot;2026-06-30&quot;:6.95},{&quot;2026-07-01&quot;:6.95},{&quot;2026-07-02&quot;:6.95},{&quot;2026-07-03&quot;:6.95},{&quot;2026-07-04&quot;:6.95},{&quot;2026-07-05&quot;:6.95},{&quot;2026-07-06&quot;:6.95},{&quot;2026-07-07&quot;:6.95},{&quot;2026-07-08&quot;:6.95},{&quot;2026-07-09&quot;:6.95},{&quot;2026-07-10&quot;:6.74},{&quot;2026-07-11&quot;:6.74},{&quot;2026-07-12&quot;:6.74},{&quot;2026-07-13&quot;:6.74},{&quot;2026-07-14&quot;:6.7},{&quot;2026-07-15&quot;:6.55},{&quot;2026-07-16&quot;:6.55},{&quot;2026-07-17&quot;:6.55},{&quot;2026-07-18&quot;:6.52},{&quot;2026-07-19&quot;:6.52},{&quot;2026-07-20&quot;:6.48},{&quot;2026-07-21&quot;:6.48},{&quot;2026-07-22&quot;:6.48},{&quot;2026-07-23&quot;:6.48},{&quot;2026-07-24&quot;:6.48},{&quot;2026-07-25&quot;:6.48},{&quot;2026-07-26&quot;:6.48},{&quot;2026-07-27&quot;:6.48},{&quot;2026-07-28&quot;:6.48},{&quot;2026-07-29&quot;:6.48},{&quot;2026-07-30&quot;:6.52},{&quot;2026-07-31&quot;:6.45},{&quot;2026-08-01&quot;:6.45},{&quot;2026-08-02&quot;:6.45},{&quot;2026-08-03&quot;:6.47},{&quot;2026-08-04&quot;:6.47},{&quot;2026-08-05&quot;:6.47},{&quot;2026-08-07&quot;:6.47},{&quot;2026-08-08&quot;:6.47},{&quot;2026-08-09&quot;:6.43},{&quot;2026-08-10&quot;:6.43},{&quot;2026-08-11&quot;:6.44},{&quot;2026-08-12&quot;:6.44},{&quot;2026-08-13&quot;:6.43},{&quot;2026-08-14&quot;:6.3},{&quot;2026-08-15&quot;:6.3},{&quot;2026-08-16&quot;:6.3},{&quot;2026-08-17&quot;:6.25},{&quot;2026-08-18&quot;:6.3},{&quot;2026-08-19&quot;:6.3},{&quot;2026-08-20&quot;:6.3},{&quot;2026-08-21&quot;:6.3},{&quot;2026-08-22&quot;:6.3},{&quot;2026-08-23&quot;:6.3},{&quot;2026-08-24&quot;:6.3},{&quot;2026-08-25&quot;:6.3},{&quot;2026-08-26&quot;:6.3},{&quot;2026-08-27&quot;:6.25},{&quot;2026-08-28&quot;:6.25},{&quot;2026-08-29&quot;:6.25},{&quot;2026-08-30&quot;:6.25},{&quot;2026-08-31&quot;:6.24},{&quot;2026-09-01&quot;:6.24},{&quot;2026-09-02&quot;:6.24},{&quot;2026-09-03&quot;:6.23},{&quot;2026-09-04&quot;:6.23},{&quot;2026-09-05&quot;:6.23},{&quot;2026-09-06&quot;:6.23},{&quot;2026-09-07&quot;:6.23},{&quot;2026-09-08&quot;:6.29},{&quot;2026-09-09&quot;:6.29},{&quot;2026-09-10&quot;:6.42},{&quot;2026-09-11&quot;:6.39}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.75},{&quot;2026-06-14&quot;:2.72},{&quot;2026-06-15&quot;:2.72},{&quot;2026-06-16&quot;:2.76},{&quot;2026-06-17&quot;:2.72},{&quot;2026-06-18&quot;:2.53},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.34},{&quot;2026-06-22&quot;:2.46},{&quot;2026-06-23&quot;:2.87},{&quot;2026-06-24&quot;:2.98},{&quot;2026-06-25&quot;:3.2},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.43},{&quot;2026-06-28&quot;:3.3},{&quot;2026-06-29&quot;:3.25},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.43},{&quot;2026-07-02&quot;:3.54},{&quot;2026-07-03&quot;:3.33},{&quot;2026-07-04&quot;:3.37},{&quot;2026-07-05&quot;:3.05},{&quot;2026-07-06&quot;:3.06},{&quot;2026-07-07&quot;:3.13},{&quot;2026-07-08&quot;:3.39},{&quot;2026-07-09&quot;:3.37},{&quot;2026-07-10&quot;:3.26},{&quot;2026-07-11&quot;:3.16},{&quot;2026-07-12&quot;:3.1},{&quot;2026-07-13&quot;:3.22},{&quot;2026-07-14&quot;:3.37},{&quot;2026-07-15&quot;:3.32},{&quot;2026-07-16&quot;:3.22},{&quot;2026-07-17&quot;:3.29},{&quot;2026-07-18&quot;:3.48},{&quot;2026-07-19&quot;:3.58},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.74},{&quot;2026-07-22&quot;:3.7},{&quot;2026-07-23&quot;:3.74},{&quot;2026-07-24&quot;:3.61},{&quot;2026-07-25&quot;:3.88},{&quot;2026-07-26&quot;:3.79},{&quot;2026-07-27&quot;:3.79},{&quot;2026-07-28&quot;:3.87},{&quot;2026-07-29&quot;:4.25},{&quot;2026-07-30&quot;:4.3},{&quot;2026-07-31&quot;:4.32},{&quot;2026-08-01&quot;:4.59},{&quot;2026-08-02&quot;:4.54},{&quot;2026-08-03&quot;:4.68},{&quot;2026-08-04&quot;:4.9},{&quot;2026-08-05&quot;:4.85},{&quot;2026-08-07&quot;:4.1},{&quot;2026-08-08&quot;:4.49},{&quot;2026-08-09&quot;:4.9},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.21},{&quot;2026-08-12&quot;:4.92},{&quot;2026-08-13&quot;:5.11},{&quot;2026-08-14&quot;:4.92},{&quot;2026-08-15&quot;:4.88},{&quot;2026-08-16&quot;:5.21},{&quot;2026-08-17&quot;:5.5},{&quot;2026-08-18&quot;:5.62},{&quot;2026-08-19&quot;:5.58},{&quot;2026-08-20&quot;:5.44},{&quot;2026-08-21&quot;:5.29},{&quot;2026-08-22&quot;:5.36},{&quot;2026-08-23&quot;:4.99},{&quot;2026-08-24&quot;:5.13},{&quot;2026-08-25&quot;:5.32},{&quot;2026-08-26&quot;:5.5},{&quot;2026-08-27&quot;:5.06},{&quot;2026-08-28&quot;:5.08},{&quot;2026-08-29&quot;:5.08},{&quot;2026-08-30&quot;:5.58},{&quot;2026-08-31&quot;:5.77},{&quot;2026-09-01&quot;:5.5},{&quot;2026-09-02&quot;:5.46},{&quot;2026-09-03&quot;:5.41},{&quot;2026-09-04&quot;:5.24},{&quot;2026-09-05&quot;:5.29},{&quot;2026-09-06&quot;:5.39},{&quot;2026-09-07&quot;:5.77},{&quot;2026-09-08&quot;:5.53},{&quot;2026-09-09&quot;:5.67},{&quot;2026-09-10&quot;:5.73},{&quot;2026-09-11&quot;:5.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Razorkin Needlehead" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/c/bc73b963-23c0-46d2-853a-34a8b463994e.jpg?1783909463" />

        <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">
            Razorkin Needlehead
        </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 Assassin</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Razorkin Needlehead" src="https://cards.scryfall.io/large/front/b/c/bc73b963-23c0-46d2-853a-34a8b463994e.jpg?1783909463" />
    </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">
                $5.50
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.92
              </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">$4.30</span>
              <span class="text-xs text-grey-text">Credit: $5.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;:6.99},{&quot;2026-06-14&quot;:6.99},{&quot;2026-06-15&quot;:6.99},{&quot;2026-06-16&quot;:7.0},{&quot;2026-06-17&quot;:7.0},{&quot;2026-06-18&quot;:7.08},{&quot;2026-06-19&quot;:7.08},{&quot;2026-06-20&quot;:7.08},{&quot;2026-06-21&quot;:7.08},{&quot;2026-06-22&quot;:7.08},{&quot;2026-06-23&quot;:7.08},{&quot;2026-06-24&quot;:7.08},{&quot;2026-06-25&quot;:7.08},{&quot;2026-06-26&quot;:7.12},{&quot;2026-06-27&quot;:7.18},{&quot;2026-06-28&quot;:7.2},{&quot;2026-06-29&quot;:7.2},{&quot;2026-06-30&quot;:7.2},{&quot;2026-07-01&quot;:7.2},{&quot;2026-07-02&quot;:7.2},{&quot;2026-07-03&quot;:7.21},{&quot;2026-07-04&quot;:7.21},{&quot;2026-07-05&quot;:7.21},{&quot;2026-07-06&quot;:7.2},{&quot;2026-07-07&quot;:7.2},{&quot;2026-07-08&quot;:7.13},{&quot;2026-07-09&quot;:7.05},{&quot;2026-07-10&quot;:6.97},{&quot;2026-07-11&quot;:6.9},{&quot;2026-07-12&quot;:6.92},{&quot;2026-07-13&quot;:6.92},{&quot;2026-07-14&quot;:6.92},{&quot;2026-07-15&quot;:6.92},{&quot;2026-07-16&quot;:6.92},{&quot;2026-07-17&quot;:6.92},{&quot;2026-07-18&quot;:6.92},{&quot;2026-07-19&quot;:6.85},{&quot;2026-07-20&quot;:6.81},{&quot;2026-07-21&quot;:6.81},{&quot;2026-07-22&quot;:6.81},{&quot;2026-07-23&quot;:6.59},{&quot;2026-07-24&quot;:6.28},{&quot;2026-07-25&quot;:6.22},{&quot;2026-07-26&quot;:6.15},{&quot;2026-07-27&quot;:6.13},{&quot;2026-07-28&quot;:6.03},{&quot;2026-07-29&quot;:6.01},{&quot;2026-07-30&quot;:5.97},{&quot;2026-07-31&quot;:5.95},{&quot;2026-08-01&quot;:5.96},{&quot;2026-08-02&quot;:5.96},{&quot;2026-08-03&quot;:5.94},{&quot;2026-08-04&quot;:5.94},{&quot;2026-08-05&quot;:5.86},{&quot;2026-08-07&quot;:5.63},{&quot;2026-08-08&quot;:5.63},{&quot;2026-08-09&quot;:5.63},{&quot;2026-08-10&quot;:5.63},{&quot;2026-08-11&quot;:5.89},{&quot;2026-08-12&quot;:5.8},{&quot;2026-08-13&quot;:5.76},{&quot;2026-08-14&quot;:5.63},{&quot;2026-08-15&quot;:5.62},{&quot;2026-08-16&quot;:5.6},{&quot;2026-08-17&quot;:5.6},{&quot;2026-08-18&quot;:5.58},{&quot;2026-08-19&quot;:5.58},{&quot;2026-08-20&quot;:5.58},{&quot;2026-08-21&quot;:5.54},{&quot;2026-08-22&quot;:5.56},{&quot;2026-08-23&quot;:5.56},{&quot;2026-08-24&quot;:5.55},{&quot;2026-08-25&quot;:5.54},{&quot;2026-08-26&quot;:5.61},{&quot;2026-08-27&quot;:5.61},{&quot;2026-08-28&quot;:5.61},{&quot;2026-08-29&quot;:5.61},{&quot;2026-08-30&quot;:5.63},{&quot;2026-08-31&quot;:5.62},{&quot;2026-09-01&quot;:5.75},{&quot;2026-09-02&quot;:5.79},{&quot;2026-09-03&quot;:5.95},{&quot;2026-09-04&quot;:5.95},{&quot;2026-09-05&quot;:5.95},{&quot;2026-09-06&quot;:5.98},{&quot;2026-09-07&quot;:6.0},{&quot;2026-09-08&quot;:5.92},{&quot;2026-09-09&quot;:5.92},{&quot;2026-09-10&quot;:5.92},{&quot;2026-09-11&quot;:5.92}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.23},{&quot;2026-06-14&quot;:6.37},{&quot;2026-06-15&quot;:6.35},{&quot;2026-06-16&quot;:6.63},{&quot;2026-06-17&quot;:6.56},{&quot;2026-06-18&quot;:6.21},{&quot;2026-06-19&quot;:5.84},{&quot;2026-06-20&quot;:5.58},{&quot;2026-06-21&quot;:5.58},{&quot;2026-06-22&quot;:5.52},{&quot;2026-06-23&quot;:5.52},{&quot;2026-06-24&quot;:5.62},{&quot;2026-06-25&quot;:5.63},{&quot;2026-06-26&quot;:5.65},{&quot;2026-06-27&quot;:5.56},{&quot;2026-06-28&quot;:5.62},{&quot;2026-06-29&quot;:5.53},{&quot;2026-06-30&quot;:5.49},{&quot;2026-07-01&quot;:5.29},{&quot;2026-07-02&quot;:5.2},{&quot;2026-07-03&quot;:5.21},{&quot;2026-07-04&quot;:5.19},{&quot;2026-07-05&quot;:5.21},{&quot;2026-07-06&quot;:5.34},{&quot;2026-07-07&quot;:5.23},{&quot;2026-07-08&quot;:4.72},{&quot;2026-07-09&quot;:4.8},{&quot;2026-07-10&quot;:4.92},{&quot;2026-07-11&quot;:4.99},{&quot;2026-07-12&quot;:4.96},{&quot;2026-07-13&quot;:4.91},{&quot;2026-07-14&quot;:4.99},{&quot;2026-07-15&quot;:4.88},{&quot;2026-07-16&quot;:5.02},{&quot;2026-07-17&quot;:5.03},{&quot;2026-07-18&quot;:5.12},{&quot;2026-07-19&quot;:5.01},{&quot;2026-07-20&quot;:5.05},{&quot;2026-07-21&quot;:5.04},{&quot;2026-07-22&quot;:4.89},{&quot;2026-07-23&quot;:4.18},{&quot;2026-07-24&quot;:4.11},{&quot;2026-07-25&quot;:3.99},{&quot;2026-07-26&quot;:4.1},{&quot;2026-07-27&quot;:4.49},{&quot;2026-07-28&quot;:4.53},{&quot;2026-07-29&quot;:4.67},{&quot;2026-07-30&quot;:4.67},{&quot;2026-07-31&quot;:4.88},{&quot;2026-08-01&quot;:4.85},{&quot;2026-08-02&quot;:4.68},{&quot;2026-08-03&quot;:4.63},{&quot;2026-08-04&quot;:4.61},{&quot;2026-08-05&quot;:5.29},{&quot;2026-08-07&quot;:5.17},{&quot;2026-08-08&quot;:4.86},{&quot;2026-08-09&quot;:4.08},{&quot;2026-08-10&quot;:4.05},{&quot;2026-08-11&quot;:4.09},{&quot;2026-08-12&quot;:4.28},{&quot;2026-08-13&quot;:4.38},{&quot;2026-08-14&quot;:4.4},{&quot;2026-08-15&quot;:4.41},{&quot;2026-08-16&quot;:4.26},{&quot;2026-08-17&quot;:4.32},{&quot;2026-08-18&quot;:4.32},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.62},{&quot;2026-08-21&quot;:4.63},{&quot;2026-08-22&quot;:4.64},{&quot;2026-08-23&quot;:4.63},{&quot;2026-08-24&quot;:4.73},{&quot;2026-08-25&quot;:4.63},{&quot;2026-08-26&quot;:4.7},{&quot;2026-08-27&quot;:4.73},{&quot;2026-08-28&quot;:4.7},{&quot;2026-08-29&quot;:4.7},{&quot;2026-08-30&quot;:5.2},{&quot;2026-08-31&quot;:5.48},{&quot;2026-09-01&quot;:5.59},{&quot;2026-09-02&quot;:5.73},{&quot;2026-09-03&quot;:5.99},{&quot;2026-09-04&quot;:6.12},{&quot;2026-09-05&quot;:6.03},{&quot;2026-09-06&quot;:5.95},{&quot;2026-09-07&quot;:5.92},{&quot;2026-09-08&quot;:5.49},{&quot;2026-09-09&quot;:5.49},{&quot;2026-09-10&quot;:5.58},{&quot;2026-09-11&quot;:5.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34106"
  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-ice 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">
            Márton Stromgald
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Márton Stromgald" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/7880e815-53e7-43e0-befd-e368f00a75d8.jpg?1783947487" />

        <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">
            Márton Stromgald
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Márton Stromgald" src="https://cards.scryfall.io/large/front/7/8/7880e815-53e7-43e0-befd-e368f00a75d8.jpg?1783947487" />
    </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">
                $5.50
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.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;:6.15},{&quot;2026-06-14&quot;:6.15},{&quot;2026-06-15&quot;:5.87},{&quot;2026-06-16&quot;:6.13},{&quot;2026-06-17&quot;:6.13},{&quot;2026-06-18&quot;:6.13},{&quot;2026-06-19&quot;:6.13},{&quot;2026-06-20&quot;:6.13},{&quot;2026-06-21&quot;:6.13},{&quot;2026-06-22&quot;:6.13},{&quot;2026-06-23&quot;:6.13},{&quot;2026-06-24&quot;:5.88},{&quot;2026-06-25&quot;:5.88},{&quot;2026-06-26&quot;:5.87},{&quot;2026-06-27&quot;:5.87},{&quot;2026-06-28&quot;:5.87},{&quot;2026-06-29&quot;:5.87},{&quot;2026-06-30&quot;:5.87},{&quot;2026-07-01&quot;:5.86},{&quot;2026-07-02&quot;:5.86},{&quot;2026-07-03&quot;:5.85},{&quot;2026-07-04&quot;:5.85},{&quot;2026-07-05&quot;:5.85},{&quot;2026-07-06&quot;:5.59},{&quot;2026-07-07&quot;:5.59},{&quot;2026-07-08&quot;:5.59},{&quot;2026-07-09&quot;:5.59},{&quot;2026-07-10&quot;:5.59},{&quot;2026-07-11&quot;:5.59},{&quot;2026-07-12&quot;:5.59},{&quot;2026-07-13&quot;:5.45},{&quot;2026-07-14&quot;:5.45},{&quot;2026-07-15&quot;:5.45},{&quot;2026-07-16&quot;:5.45},{&quot;2026-07-17&quot;:5.45},{&quot;2026-07-18&quot;:5.33},{&quot;2026-07-19&quot;:5.33},{&quot;2026-07-20&quot;:5.26},{&quot;2026-07-21&quot;:5.26},{&quot;2026-07-22&quot;:5.22},{&quot;2026-07-23&quot;:5.22},{&quot;2026-07-24&quot;:5.22},{&quot;2026-07-25&quot;:5.22},{&quot;2026-07-26&quot;:5.17},{&quot;2026-07-27&quot;:5.17},{&quot;2026-07-28&quot;:5.17},{&quot;2026-07-29&quot;:5.17},{&quot;2026-07-30&quot;:5.17},{&quot;2026-07-31&quot;:5.17},{&quot;2026-08-01&quot;:5.12},{&quot;2026-08-02&quot;:5.13},{&quot;2026-08-03&quot;:5.13},{&quot;2026-08-04&quot;:5.13},{&quot;2026-08-05&quot;:5.13},{&quot;2026-08-07&quot;:5.04},{&quot;2026-08-08&quot;:5.04},{&quot;2026-08-09&quot;:5.04},{&quot;2026-08-10&quot;:5.04},{&quot;2026-08-11&quot;:5.04},{&quot;2026-08-12&quot;:5.04},{&quot;2026-08-13&quot;:5.04},{&quot;2026-08-14&quot;:4.99},{&quot;2026-08-15&quot;:4.99},{&quot;2026-08-16&quot;:4.99},{&quot;2026-08-17&quot;:5.12},{&quot;2026-08-18&quot;:5.12},{&quot;2026-08-19&quot;:5.12},{&quot;2026-08-20&quot;:5.12},{&quot;2026-08-21&quot;:5.12},{&quot;2026-08-22&quot;:5.12},{&quot;2026-08-23&quot;:5.12},{&quot;2026-08-24&quot;:5.12},{&quot;2026-08-25&quot;:5.22},{&quot;2026-08-26&quot;:5.22},{&quot;2026-08-27&quot;:5.22},{&quot;2026-08-28&quot;:5.22},{&quot;2026-08-29&quot;:5.22},{&quot;2026-08-30&quot;:5.22},{&quot;2026-08-31&quot;:5.22},{&quot;2026-09-01&quot;:5.3},{&quot;2026-09-02&quot;:5.3},{&quot;2026-09-03&quot;:5.3},{&quot;2026-09-04&quot;:5.3},{&quot;2026-09-05&quot;:5.3},{&quot;2026-09-06&quot;:5.3},{&quot;2026-09-07&quot;:5.48},{&quot;2026-09-08&quot;:5.5},{&quot;2026-09-09&quot;:5.5},{&quot;2026-09-10&quot;:5.5},{&quot;2026-09-11&quot;:5.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Archetype of Aggression" src="https://cards.scryfall.io/large/front/d/2/d2d2b603-6acc-45a1-844f-20a934270a8f.jpg?1783925206" />
    </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">
                $5.50
              </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.25</span>
              <span class="text-xs text-grey-text">Credit: $2.93</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.35},{&quot;2026-06-12&quot;:4.35},{&quot;2026-06-13&quot;:4.38},{&quot;2026-06-14&quot;:4.38},{&quot;2026-06-15&quot;:4.38},{&quot;2026-06-16&quot;:4.38},{&quot;2026-06-17&quot;:4.38},{&quot;2026-06-18&quot;:4.38},{&quot;2026-06-19&quot;:4.36},{&quot;2026-06-20&quot;:4.36},{&quot;2026-06-21&quot;:4.36},{&quot;2026-06-22&quot;:4.36},{&quot;2026-06-23&quot;:4.32},{&quot;2026-06-24&quot;:4.32},{&quot;2026-06-25&quot;:4.37},{&quot;2026-06-26&quot;:4.43},{&quot;2026-06-27&quot;:4.51},{&quot;2026-06-28&quot;:4.57},{&quot;2026-06-29&quot;:4.57},{&quot;2026-06-30&quot;:4.57},{&quot;2026-07-01&quot;:4.59},{&quot;2026-07-02&quot;:4.59},{&quot;2026-07-03&quot;:4.59},{&quot;2026-07-04&quot;:4.51},{&quot;2026-07-05&quot;:4.51},{&quot;2026-07-06&quot;:4.57},{&quot;2026-07-07&quot;:4.57},{&quot;2026-07-08&quot;:4.57},{&quot;2026-07-09&quot;:4.57},{&quot;2026-07-10&quot;:4.57},{&quot;2026-07-11&quot;:4.57},{&quot;2026-07-12&quot;:4.57},{&quot;2026-07-13&quot;:4.57},{&quot;2026-07-14&quot;:4.57},{&quot;2026-07-15&quot;:4.57},{&quot;2026-07-16&quot;:4.63},{&quot;2026-07-17&quot;:4.63},{&quot;2026-07-18&quot;:4.64},{&quot;2026-07-19&quot;:4.62},{&quot;2026-07-20&quot;:4.55},{&quot;2026-07-21&quot;:4.54},{&quot;2026-07-23&quot;:4.54},{&quot;2026-07-25&quot;:4.51},{&quot;2026-07-26&quot;:4.53},{&quot;2026-07-27&quot;:4.37},{&quot;2026-07-28&quot;:4.37},{&quot;2026-07-29&quot;:4.34},{&quot;2026-07-30&quot;:4.34},{&quot;2026-07-31&quot;:4.43},{&quot;2026-08-01&quot;:4.43},{&quot;2026-08-02&quot;:4.42},{&quot;2026-08-03&quot;:4.42},{&quot;2026-08-04&quot;:4.42},{&quot;2026-08-05&quot;:4.42},{&quot;2026-08-07&quot;:4.42},{&quot;2026-08-08&quot;:4.42},{&quot;2026-08-09&quot;:4.42},{&quot;2026-08-10&quot;:4.42},{&quot;2026-08-11&quot;:4.42},{&quot;2026-08-12&quot;:4.42},{&quot;2026-08-13&quot;:4.42},{&quot;2026-08-14&quot;:4.42},{&quot;2026-08-15&quot;:4.42},{&quot;2026-08-16&quot;:4.42},{&quot;2026-08-17&quot;:4.37},{&quot;2026-08-18&quot;:4.37},{&quot;2026-08-19&quot;:4.37},{&quot;2026-08-20&quot;:4.37},{&quot;2026-08-21&quot;:4.37},{&quot;2026-08-22&quot;:4.46},{&quot;2026-08-23&quot;:4.46},{&quot;2026-08-24&quot;:4.46},{&quot;2026-08-25&quot;:4.46},{&quot;2026-08-26&quot;:4.43},{&quot;2026-08-27&quot;:4.35},{&quot;2026-08-28&quot;:4.35},{&quot;2026-08-29&quot;:4.35},{&quot;2026-08-30&quot;:4.37},{&quot;2026-08-31&quot;:4.47},{&quot;2026-09-01&quot;:4.47},{&quot;2026-09-02&quot;:4.68},{&quot;2026-09-03&quot;:4.79},{&quot;2026-09-04&quot;:4.9},{&quot;2026-09-05&quot;:4.91},{&quot;2026-09-06&quot;:4.91},{&quot;2026-09-07&quot;:4.91},{&quot;2026-09-08&quot;:5.16},{&quot;2026-09-09&quot;:5.3},{&quot;2026-09-10&quot;:5.3},{&quot;2026-09-11&quot;:5.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112557"
  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-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">
            Bard, King of Dale
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Bard, King of Dale" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/0/c05c2aa6-29c7-40f8-872e-91099b9225c4.jpg?1784377008" />

        <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">
            Bard, King of Dale
        </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 Noble Archer</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Bard, King of Dale" src="https://cards.scryfall.io/large/front/c/0/c05c2aa6-29c7-40f8-872e-91099b9225c4.jpg?1784377008" />
    </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">
                $5.50
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-05&quot;:15.68},{&quot;2026-08-07&quot;:10.26},{&quot;2026-08-08&quot;:7.22},{&quot;2026-08-09&quot;:7.55},{&quot;2026-08-10&quot;:7.78},{&quot;2026-08-11&quot;:8.64},{&quot;2026-08-12&quot;:9.5},{&quot;2026-08-13&quot;:9.99},{&quot;2026-08-14&quot;:10.13},{&quot;2026-08-15&quot;:6.85},{&quot;2026-08-16&quot;:6.04},{&quot;2026-08-17&quot;:6.47},{&quot;2026-08-18&quot;:6.74},{&quot;2026-08-19&quot;:7.77},{&quot;2026-08-20&quot;:7.73},{&quot;2026-08-21&quot;:8.08},{&quot;2026-08-22&quot;:7.6},{&quot;2026-08-23&quot;:8.33},{&quot;2026-08-24&quot;:8.81},{&quot;2026-08-25&quot;:8.66},{&quot;2026-08-26&quot;:8.66},{&quot;2026-08-27&quot;:8.42},{&quot;2026-08-28&quot;:8.18},{&quot;2026-08-29&quot;:8.18},{&quot;2026-08-30&quot;:7.88},{&quot;2026-08-31&quot;:7.6},{&quot;2026-09-01&quot;:8.11},{&quot;2026-09-02&quot;:8.56},{&quot;2026-09-03&quot;:8.5},{&quot;2026-09-04&quot;:8.46},{&quot;2026-09-05&quot;:8.38},{&quot;2026-09-06&quot;:7.89},{&quot;2026-09-07&quot;:7.58},{&quot;2026-09-08&quot;:7.23},{&quot;2026-09-09&quot;:7.03},{&quot;2026-09-10&quot;:6.58},{&quot;2026-09-11&quot;:6.53}],&quot;normal&quot;:[{&quot;2026-07-25&quot;:30.49},{&quot;2026-07-26&quot;:30.49},{&quot;2026-07-27&quot;:30.49},{&quot;2026-07-28&quot;:30.49},{&quot;2026-07-29&quot;:30.49},{&quot;2026-07-30&quot;:29.36},{&quot;2026-07-31&quot;:27.43},{&quot;2026-08-01&quot;:26.69},{&quot;2026-08-02&quot;:26.4},{&quot;2026-08-03&quot;:25.92},{&quot;2026-08-04&quot;:25.62},{&quot;2026-08-05&quot;:25.62},{&quot;2026-08-07&quot;:10.45},{&quot;2026-08-08&quot;:7.15},{&quot;2026-08-09&quot;:7.0},{&quot;2026-08-10&quot;:8.35},{&quot;2026-08-11&quot;:9.25},{&quot;2026-08-12&quot;:9.4},{&quot;2026-08-13&quot;:9.39},{&quot;2026-08-14&quot;:8.79},{&quot;2026-08-15&quot;:6.72},{&quot;2026-08-16&quot;:5.91},{&quot;2026-08-17&quot;:6.46},{&quot;2026-08-18&quot;:6.51},{&quot;2026-08-19&quot;:6.14},{&quot;2026-08-20&quot;:6.62},{&quot;2026-08-21&quot;:6.27},{&quot;2026-08-22&quot;:6.99},{&quot;2026-08-23&quot;:6.81},{&quot;2026-08-24&quot;:6.44},{&quot;2026-08-25&quot;:6.48},{&quot;2026-08-26&quot;:6.95},{&quot;2026-08-27&quot;:7.25},{&quot;2026-08-28&quot;:7.66},{&quot;2026-08-29&quot;:7.66},{&quot;2026-08-30&quot;:7.69},{&quot;2026-08-31&quot;:7.37},{&quot;2026-09-01&quot;:7.74},{&quot;2026-09-02&quot;:7.77},{&quot;2026-09-03&quot;:6.99},{&quot;2026-09-04&quot;:6.66},{&quot;2026-09-05&quot;:6.39},{&quot;2026-09-06&quot;:6.01},{&quot;2026-09-07&quot;:5.54},{&quot;2026-09-08&quot;:5.37},{&quot;2026-09-09&quot;:5.58},{&quot;2026-09-10&quot;:5.33},{&quot;2026-09-11&quot;:5.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Dark Ritual
        </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-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dark Ritual" src="https://cards.scryfall.io/large/front/4/9/493a5ca7-5f90-4af4-b6db-43ae09a2f2c9.jpg?1783931816" />
    </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">
                $5.49
              </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.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;:5.71},{&quot;2026-06-14&quot;:5.71},{&quot;2026-06-15&quot;:5.64},{&quot;2026-06-16&quot;:5.64},{&quot;2026-06-17&quot;:5.64},{&quot;2026-06-18&quot;:5.57},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.46},{&quot;2026-06-21&quot;:5.64},{&quot;2026-06-22&quot;:5.85},{&quot;2026-06-23&quot;:5.85},{&quot;2026-06-24&quot;:6.09},{&quot;2026-06-25&quot;:5.99},{&quot;2026-06-26&quot;:6.08},{&quot;2026-06-27&quot;:6.05},{&quot;2026-06-28&quot;:6.05},{&quot;2026-06-29&quot;:5.61},{&quot;2026-06-30&quot;:5.76},{&quot;2026-07-01&quot;:5.65},{&quot;2026-07-02&quot;:5.65},{&quot;2026-07-03&quot;:5.94},{&quot;2026-07-04&quot;:6.04},{&quot;2026-07-05&quot;:6.13},{&quot;2026-07-06&quot;:6.24},{&quot;2026-07-07&quot;:6.24},{&quot;2026-07-08&quot;:6.24},{&quot;2026-07-09&quot;:6.24},{&quot;2026-07-10&quot;:6.23},{&quot;2026-07-11&quot;:6.23},{&quot;2026-07-12&quot;:6.27},{&quot;2026-07-13&quot;:6.34},{&quot;2026-07-14&quot;:6.26},{&quot;2026-07-15&quot;:6.29},{&quot;2026-07-16&quot;:6.29},{&quot;2026-07-17&quot;:6.29},{&quot;2026-07-18&quot;:6.29},{&quot;2026-07-19&quot;:6.26},{&quot;2026-07-20&quot;:6.25},{&quot;2026-07-21&quot;:6.25},{&quot;2026-07-22&quot;:6.25},{&quot;2026-07-23&quot;:6.25},{&quot;2026-07-24&quot;:6.26},{&quot;2026-07-25&quot;:6.26},{&quot;2026-07-26&quot;:6.26},{&quot;2026-07-27&quot;:6.26},{&quot;2026-07-28&quot;:6.26},{&quot;2026-07-29&quot;:6.26},{&quot;2026-07-30&quot;:6.26},{&quot;2026-07-31&quot;:6.26},{&quot;2026-08-01&quot;:6.26},{&quot;2026-08-02&quot;:6.26},{&quot;2026-08-03&quot;:6.24},{&quot;2026-08-04&quot;:6.18},{&quot;2026-08-05&quot;:6.18},{&quot;2026-08-07&quot;:6.02},{&quot;2026-08-08&quot;:6.02},{&quot;2026-08-09&quot;:6.02},{&quot;2026-08-10&quot;:6.02},{&quot;2026-08-11&quot;:5.98},{&quot;2026-08-12&quot;:6.18},{&quot;2026-08-13&quot;:5.92},{&quot;2026-08-14&quot;:5.92},{&quot;2026-08-15&quot;:5.92},{&quot;2026-08-16&quot;:5.92},{&quot;2026-08-17&quot;:5.92},{&quot;2026-08-18&quot;:5.87},{&quot;2026-08-19&quot;:5.87},{&quot;2026-08-20&quot;:5.82},{&quot;2026-08-21&quot;:5.82},{&quot;2026-08-22&quot;:5.82},{&quot;2026-08-23&quot;:5.82},{&quot;2026-08-24&quot;:5.74},{&quot;2026-08-25&quot;:5.71},{&quot;2026-08-26&quot;:5.56},{&quot;2026-08-27&quot;:5.53},{&quot;2026-08-28&quot;:5.58},{&quot;2026-08-29&quot;:5.58},{&quot;2026-08-30&quot;:5.62},{&quot;2026-08-31&quot;:5.62},{&quot;2026-09-01&quot;:5.68},{&quot;2026-09-02&quot;:5.64},{&quot;2026-09-03&quot;:5.64},{&quot;2026-09-04&quot;:5.66},{&quot;2026-09-05&quot;:5.57},{&quot;2026-09-06&quot;:5.54},{&quot;2026-09-07&quot;:5.54},{&quot;2026-09-08&quot;:5.54},{&quot;2026-09-09&quot;:5.49},{&quot;2026-09-10&quot;:5.49},{&quot;2026-09-11&quot;:5.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Basilisk Collar
        </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>
          </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="Basilisk Collar" src="https://cards.scryfall.io/large/front/0/d/0d85fb76-2ae9-425b-9c5e-2c63471c9599.jpg?1783926175" />
    </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">
                $5.46
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $3.64</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.9},{&quot;2026-06-13&quot;:4.03},{&quot;2026-06-14&quot;:4.02},{&quot;2026-06-15&quot;:4.02},{&quot;2026-06-16&quot;:3.94},{&quot;2026-06-17&quot;:3.98},{&quot;2026-06-18&quot;:3.99},{&quot;2026-06-19&quot;:4.05},{&quot;2026-06-20&quot;:4.08},{&quot;2026-06-21&quot;:4.08},{&quot;2026-06-22&quot;:4.06},{&quot;2026-06-23&quot;:4.07},{&quot;2026-06-24&quot;:4.1},{&quot;2026-06-25&quot;:4.07},{&quot;2026-06-26&quot;:4.2},{&quot;2026-06-27&quot;:4.18},{&quot;2026-06-28&quot;:4.2},{&quot;2026-06-29&quot;:4.24},{&quot;2026-06-30&quot;:4.62},{&quot;2026-07-01&quot;:4.62},{&quot;2026-07-02&quot;:4.65},{&quot;2026-07-03&quot;:4.77},{&quot;2026-07-04&quot;:4.84},{&quot;2026-07-05&quot;:5.05},{&quot;2026-07-06&quot;:5.15},{&quot;2026-07-07&quot;:5.22},{&quot;2026-07-08&quot;:5.22},{&quot;2026-07-09&quot;:5.22},{&quot;2026-07-10&quot;:5.22},{&quot;2026-07-11&quot;:5.19},{&quot;2026-07-12&quot;:5.25},{&quot;2026-07-13&quot;:5.3},{&quot;2026-07-14&quot;:5.3},{&quot;2026-07-15&quot;:5.43},{&quot;2026-07-16&quot;:5.39},{&quot;2026-07-17&quot;:5.22},{&quot;2026-07-18&quot;:5.28},{&quot;2026-07-19&quot;:5.26},{&quot;2026-07-20&quot;:5.19},{&quot;2026-07-21&quot;:5.18},{&quot;2026-07-23&quot;:5.37},{&quot;2026-07-24&quot;:5.37},{&quot;2026-07-25&quot;:5.41},{&quot;2026-07-26&quot;:5.42},{&quot;2026-07-27&quot;:5.54},{&quot;2026-07-28&quot;:5.97},{&quot;2026-07-29&quot;:5.97},{&quot;2026-07-30&quot;:6.07},{&quot;2026-07-31&quot;:6.05},{&quot;2026-08-01&quot;:6.07},{&quot;2026-08-02&quot;:6.07},{&quot;2026-08-03&quot;:6.12},{&quot;2026-08-04&quot;:6.12},{&quot;2026-08-05&quot;:6.05},{&quot;2026-08-07&quot;:6.06},{&quot;2026-08-08&quot;:5.98},{&quot;2026-08-09&quot;:6.18},{&quot;2026-08-10&quot;:6.16},{&quot;2026-08-11&quot;:6.16},{&quot;2026-08-12&quot;:6.09},{&quot;2026-08-13&quot;:6.03},{&quot;2026-08-14&quot;:6.03},{&quot;2026-08-15&quot;:5.98},{&quot;2026-08-16&quot;:5.98},{&quot;2026-08-17&quot;:5.86},{&quot;2026-08-18&quot;:5.82},{&quot;2026-08-19&quot;:5.82},{&quot;2026-08-20&quot;:5.82},{&quot;2026-08-21&quot;:5.86},{&quot;2026-08-22&quot;:5.89},{&quot;2026-08-23&quot;:5.89},{&quot;2026-08-24&quot;:5.95},{&quot;2026-08-25&quot;:5.87},{&quot;2026-08-26&quot;:5.7},{&quot;2026-08-27&quot;:5.7},{&quot;2026-08-28&quot;:5.7},{&quot;2026-08-29&quot;:5.7},{&quot;2026-08-30&quot;:5.62},{&quot;2026-08-31&quot;:5.43},{&quot;2026-09-01&quot;:5.43},{&quot;2026-09-02&quot;:5.43},{&quot;2026-09-03&quot;:5.43},{&quot;2026-09-04&quot;:5.43},{&quot;2026-09-05&quot;:5.54},{&quot;2026-09-06&quot;:5.46},{&quot;2026-09-07&quot;:5.46},{&quot;2026-09-08&quot;:5.61},{&quot;2026-09-09&quot;:5.46},{&quot;2026-09-10&quot;:5.46},{&quot;2026-09-11&quot;:5.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19013"
  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">
            Braids, Arisen Nightmare
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Braids, Arisen Nightmare" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/2/f2559ff7-a97c-40c6-942f-36998eafb050.jpg?1783921240" />

        <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">
            Braids, Arisen Nightmare
        </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 — Nightmare</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><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="Braids, Arisen Nightmare" src="https://cards.scryfall.io/large/front/f/2/f2559ff7-a97c-40c6-942f-36998eafb050.jpg?1783921240" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.56},{&quot;2026-06-14&quot;:7.56},{&quot;2026-06-15&quot;:7.56},{&quot;2026-06-16&quot;:7.56},{&quot;2026-06-17&quot;:7.32},{&quot;2026-06-18&quot;:7.38},{&quot;2026-06-19&quot;:7.38},{&quot;2026-06-20&quot;:7.37},{&quot;2026-06-21&quot;:7.37},{&quot;2026-06-22&quot;:7.37},{&quot;2026-06-23&quot;:7.39},{&quot;2026-06-24&quot;:7.5},{&quot;2026-06-25&quot;:7.5},{&quot;2026-06-26&quot;:7.38},{&quot;2026-06-27&quot;:7.62},{&quot;2026-06-28&quot;:7.62},{&quot;2026-06-29&quot;:7.74},{&quot;2026-06-30&quot;:7.81},{&quot;2026-07-01&quot;:7.81},{&quot;2026-07-02&quot;:7.81},{&quot;2026-07-03&quot;:7.79},{&quot;2026-07-04&quot;:7.79},{&quot;2026-07-05&quot;:7.79},{&quot;2026-07-06&quot;:7.79},{&quot;2026-07-07&quot;:7.52},{&quot;2026-07-08&quot;:7.45},{&quot;2026-07-09&quot;:7.23},{&quot;2026-07-10&quot;:7.23},{&quot;2026-07-11&quot;:7.23},{&quot;2026-07-12&quot;:7.23},{&quot;2026-07-13&quot;:7.23},{&quot;2026-07-14&quot;:7.23},{&quot;2026-07-15&quot;:7.23},{&quot;2026-07-16&quot;:7.16},{&quot;2026-07-17&quot;:7.16},{&quot;2026-07-18&quot;:7.14},{&quot;2026-07-19&quot;:7.14},{&quot;2026-07-20&quot;:7.04},{&quot;2026-07-21&quot;:7.04},{&quot;2026-07-22&quot;:6.93},{&quot;2026-07-23&quot;:6.93},{&quot;2026-07-24&quot;:6.93},{&quot;2026-07-25&quot;:6.93},{&quot;2026-07-26&quot;:6.78},{&quot;2026-07-27&quot;:6.78},{&quot;2026-07-28&quot;:6.78},{&quot;2026-07-29&quot;:6.78},{&quot;2026-07-30&quot;:6.72},{&quot;2026-07-31&quot;:6.71},{&quot;2026-08-01&quot;:6.71},{&quot;2026-08-02&quot;:6.68},{&quot;2026-08-03&quot;:6.68},{&quot;2026-08-04&quot;:6.68},{&quot;2026-08-05&quot;:6.68},{&quot;2026-08-07&quot;:6.66},{&quot;2026-08-08&quot;:6.66},{&quot;2026-08-09&quot;:6.66},{&quot;2026-08-10&quot;:6.72},{&quot;2026-08-11&quot;:6.71},{&quot;2026-08-12&quot;:6.71},{&quot;2026-08-13&quot;:6.47},{&quot;2026-08-14&quot;:6.48},{&quot;2026-08-15&quot;:6.48},{&quot;2026-08-16&quot;:6.51},{&quot;2026-08-17&quot;:6.56},{&quot;2026-08-18&quot;:6.54},{&quot;2026-08-19&quot;:6.54},{&quot;2026-08-20&quot;:6.45},{&quot;2026-08-21&quot;:6.51},{&quot;2026-08-22&quot;:6.55},{&quot;2026-08-23&quot;:6.6},{&quot;2026-08-24&quot;:6.6},{&quot;2026-08-25&quot;:6.6},{&quot;2026-08-26&quot;:6.54},{&quot;2026-08-27&quot;:6.54},{&quot;2026-08-28&quot;:6.52},{&quot;2026-08-29&quot;:6.52},{&quot;2026-08-30&quot;:6.63},{&quot;2026-08-31&quot;:6.56},{&quot;2026-09-01&quot;:6.61},{&quot;2026-09-02&quot;:6.46},{&quot;2026-09-03&quot;:6.47},{&quot;2026-09-04&quot;:6.42},{&quot;2026-09-05&quot;:6.42},{&quot;2026-09-06&quot;:6.42},{&quot;2026-09-07&quot;:6.35},{&quot;2026-09-08&quot;:6.5},{&quot;2026-09-09&quot;:6.5},{&quot;2026-09-10&quot;:6.5},{&quot;2026-09-11&quot;:6.53}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.67},{&quot;2026-06-14&quot;:4.6},{&quot;2026-06-15&quot;:4.69},{&quot;2026-06-16&quot;:4.84},{&quot;2026-06-17&quot;:4.88},{&quot;2026-06-18&quot;:4.96},{&quot;2026-06-19&quot;:5.03},{&quot;2026-06-20&quot;:5.03},{&quot;2026-06-21&quot;:5.11},{&quot;2026-06-22&quot;:5.11},{&quot;2026-06-23&quot;:5.17},{&quot;2026-06-24&quot;:5.17},{&quot;2026-06-25&quot;:5.26},{&quot;2026-06-26&quot;:5.29},{&quot;2026-06-27&quot;:5.18},{&quot;2026-06-28&quot;:5.27},{&quot;2026-06-29&quot;:5.22},{&quot;2026-06-30&quot;:5.09},{&quot;2026-07-01&quot;:5.08},{&quot;2026-07-02&quot;:5.0},{&quot;2026-07-03&quot;:4.99},{&quot;2026-07-04&quot;:4.99},{&quot;2026-07-05&quot;:4.95},{&quot;2026-07-06&quot;:4.93},{&quot;2026-07-07&quot;:5.06},{&quot;2026-07-08&quot;:5.04},{&quot;2026-07-09&quot;:5.05},{&quot;2026-07-10&quot;:5.18},{&quot;2026-07-11&quot;:5.22},{&quot;2026-07-12&quot;:5.22},{&quot;2026-07-13&quot;:5.18},{&quot;2026-07-14&quot;:5.26},{&quot;2026-07-15&quot;:5.27},{&quot;2026-07-16&quot;:5.23},{&quot;2026-07-17&quot;:5.23},{&quot;2026-07-18&quot;:5.23},{&quot;2026-07-19&quot;:5.24},{&quot;2026-07-20&quot;:5.2},{&quot;2026-07-21&quot;:5.18},{&quot;2026-07-22&quot;:4.98},{&quot;2026-07-23&quot;:5.06},{&quot;2026-07-24&quot;:5.0},{&quot;2026-07-25&quot;:4.95},{&quot;2026-07-26&quot;:4.95},{&quot;2026-07-27&quot;:4.98},{&quot;2026-07-28&quot;:5.02},{&quot;2026-07-29&quot;:4.98},{&quot;2026-07-30&quot;:4.91},{&quot;2026-07-31&quot;:5.19},{&quot;2026-08-01&quot;:5.19},{&quot;2026-08-02&quot;:5.18},{&quot;2026-08-03&quot;:5.24},{&quot;2026-08-04&quot;:5.23},{&quot;2026-08-05&quot;:5.39},{&quot;2026-08-07&quot;:5.37},{&quot;2026-08-08&quot;:5.37},{&quot;2026-08-09&quot;:5.37},{&quot;2026-08-10&quot;:5.37},{&quot;2026-08-11&quot;:5.49},{&quot;2026-08-12&quot;:5.43},{&quot;2026-08-13&quot;:5.34},{&quot;2026-08-14&quot;:5.43},{&quot;2026-08-15&quot;:5.37},{&quot;2026-08-16&quot;:5.34},{&quot;2026-08-17&quot;:5.27},{&quot;2026-08-18&quot;:5.4},{&quot;2026-08-19&quot;:5.29},{&quot;2026-08-20&quot;:5.39},{&quot;2026-08-21&quot;:5.39},{&quot;2026-08-22&quot;:5.46},{&quot;2026-08-23&quot;:5.36},{&quot;2026-08-24&quot;:5.31},{&quot;2026-08-25&quot;:5.45},{&quot;2026-08-26&quot;:5.45},{&quot;2026-08-27&quot;:5.36},{&quot;2026-08-28&quot;:5.3},{&quot;2026-08-29&quot;:5.3},{&quot;2026-08-30&quot;:5.31},{&quot;2026-08-31&quot;:5.33},{&quot;2026-09-01&quot;:5.33},{&quot;2026-09-02&quot;:5.29},{&quot;2026-09-03&quot;:5.29},{&quot;2026-09-04&quot;:5.29},{&quot;2026-09-05&quot;:5.36},{&quot;2026-09-06&quot;:5.55},{&quot;2026-09-07&quot;:5.45},{&quot;2026-09-08&quot;:5.66},{&quot;2026-09-09&quot;:5.52},{&quot;2026-09-10&quot;:5.5},{&quot;2026-09-11&quot;:5.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.77
          </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="Lightning Greaves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e6cec97f-0a2b-4543-a02e-d5e42d337790.jpg?1783930105" />

        <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">
            Lightning Greaves
        </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="Lightning Greaves" src="https://cards.scryfall.io/large/front/e/6/e6cec97f-0a2b-4543-a02e-d5e42d337790.jpg?1783930105" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.34},{&quot;2026-06-11&quot;:5.34},{&quot;2026-06-12&quot;:5.34},{&quot;2026-06-13&quot;:5.34},{&quot;2026-06-14&quot;:5.34},{&quot;2026-06-15&quot;:5.34},{&quot;2026-06-16&quot;:5.34},{&quot;2026-06-17&quot;:5.34},{&quot;2026-06-18&quot;:5.34},{&quot;2026-06-19&quot;:5.34},{&quot;2026-06-20&quot;:5.34},{&quot;2026-06-21&quot;:5.34},{&quot;2026-06-22&quot;:5.47},{&quot;2026-06-23&quot;:5.42},{&quot;2026-06-24&quot;:5.42},{&quot;2026-06-25&quot;:5.42},{&quot;2026-06-26&quot;:5.53},{&quot;2026-06-27&quot;:5.55},{&quot;2026-06-28&quot;:5.51},{&quot;2026-06-29&quot;:5.53},{&quot;2026-06-30&quot;:5.53},{&quot;2026-07-01&quot;:5.5},{&quot;2026-07-02&quot;:5.5},{&quot;2026-07-03&quot;:5.52},{&quot;2026-07-04&quot;:5.52},{&quot;2026-07-05&quot;:5.52},{&quot;2026-07-06&quot;:5.57},{&quot;2026-07-07&quot;:5.65},{&quot;2026-07-08&quot;:5.65},{&quot;2026-07-09&quot;:5.65},{&quot;2026-07-10&quot;:5.65},{&quot;2026-07-11&quot;:5.65},{&quot;2026-07-12&quot;:5.65},{&quot;2026-07-13&quot;:5.53},{&quot;2026-07-14&quot;:5.53},{&quot;2026-07-15&quot;:5.53},{&quot;2026-07-16&quot;:5.64},{&quot;2026-07-17&quot;:5.72},{&quot;2026-07-18&quot;:5.72},{&quot;2026-07-19&quot;:5.72},{&quot;2026-07-20&quot;:5.85},{&quot;2026-07-21&quot;:5.92},{&quot;2026-07-23&quot;:5.92},{&quot;2026-07-25&quot;:5.9},{&quot;2026-07-26&quot;:5.9},{&quot;2026-07-27&quot;:5.9},{&quot;2026-07-29&quot;:5.9},{&quot;2026-07-30&quot;:5.9},{&quot;2026-07-31&quot;:5.9},{&quot;2026-08-01&quot;:5.9},{&quot;2026-08-02&quot;:5.9},{&quot;2026-08-03&quot;:5.9},{&quot;2026-08-04&quot;:5.85},{&quot;2026-08-05&quot;:5.85},{&quot;2026-08-07&quot;:5.85},{&quot;2026-08-08&quot;:5.85},{&quot;2026-08-09&quot;:5.87},{&quot;2026-08-10&quot;:5.87},{&quot;2026-08-11&quot;:5.91},{&quot;2026-08-12&quot;:6.01},{&quot;2026-08-13&quot;:6.01},{&quot;2026-08-14&quot;:5.99},{&quot;2026-08-15&quot;:5.99},{&quot;2026-08-16&quot;:5.99},{&quot;2026-08-17&quot;:5.99},{&quot;2026-08-18&quot;:5.99},{&quot;2026-08-19&quot;:5.99},{&quot;2026-08-20&quot;:5.99},{&quot;2026-08-21&quot;:5.99},{&quot;2026-08-22&quot;:5.99},{&quot;2026-08-23&quot;:5.99},{&quot;2026-08-24&quot;:5.99},{&quot;2026-08-25&quot;:5.99},{&quot;2026-08-26&quot;:5.99},{&quot;2026-08-27&quot;:5.99},{&quot;2026-08-28&quot;:5.99},{&quot;2026-08-29&quot;:5.99},{&quot;2026-08-30&quot;:5.99},{&quot;2026-08-31&quot;:5.99},{&quot;2026-09-01&quot;:5.99},{&quot;2026-09-02&quot;:5.99},{&quot;2026-09-03&quot;:5.99},{&quot;2026-09-04&quot;:6.01},{&quot;2026-09-05&quot;:5.9},{&quot;2026-09-06&quot;:5.9},{&quot;2026-09-07&quot;:5.9},{&quot;2026-09-08&quot;:5.9},{&quot;2026-09-09&quot;:5.86},{&quot;2026-09-10&quot;:5.44},{&quot;2026-09-11&quot;:5.44}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.83},{&quot;2026-06-11&quot;:4.81},{&quot;2026-06-12&quot;:4.81},{&quot;2026-06-13&quot;:4.81},{&quot;2026-06-14&quot;:4.81},{&quot;2026-06-15&quot;:4.81},{&quot;2026-06-16&quot;:4.81},{&quot;2026-06-17&quot;:4.81},{&quot;2026-06-18&quot;:4.8},{&quot;2026-06-19&quot;:4.8},{&quot;2026-06-20&quot;:4.8},{&quot;2026-06-21&quot;:4.77},{&quot;2026-06-22&quot;:4.77},{&quot;2026-06-23&quot;:4.77},{&quot;2026-06-24&quot;:4.79},{&quot;2026-06-25&quot;:4.76},{&quot;2026-06-26&quot;:4.8},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.8},{&quot;2026-06-29&quot;:4.8},{&quot;2026-06-30&quot;:4.8},{&quot;2026-07-01&quot;:4.8},{&quot;2026-07-02&quot;:4.79},{&quot;2026-07-03&quot;:4.7},{&quot;2026-07-04&quot;:4.7},{&quot;2026-07-05&quot;:4.71},{&quot;2026-07-06&quot;:4.76},{&quot;2026-07-07&quot;:4.75},{&quot;2026-07-08&quot;:4.75},{&quot;2026-07-09&quot;:4.76},{&quot;2026-07-10&quot;:4.76},{&quot;2026-07-11&quot;:4.75},{&quot;2026-07-12&quot;:4.69},{&quot;2026-07-13&quot;:4.61},{&quot;2026-07-14&quot;:4.57},{&quot;2026-07-15&quot;:4.72},{&quot;2026-07-16&quot;:4.72},{&quot;2026-07-17&quot;:4.79},{&quot;2026-07-18&quot;:4.83},{&quot;2026-07-19&quot;:4.83},{&quot;2026-07-20&quot;:4.77},{&quot;2026-07-21&quot;:4.69},{&quot;2026-07-23&quot;:4.69},{&quot;2026-07-25&quot;:4.55},{&quot;2026-07-26&quot;:4.66},{&quot;2026-07-27&quot;:4.66},{&quot;2026-07-29&quot;:4.66},{&quot;2026-07-30&quot;:4.7},{&quot;2026-07-31&quot;:4.72},{&quot;2026-08-01&quot;:4.72},{&quot;2026-08-02&quot;:4.81},{&quot;2026-08-03&quot;:4.81},{&quot;2026-08-04&quot;:4.89},{&quot;2026-08-05&quot;:4.89},{&quot;2026-08-07&quot;:4.89},{&quot;2026-08-08&quot;:4.89},{&quot;2026-08-09&quot;:4.89},{&quot;2026-08-10&quot;:4.89},{&quot;2026-08-11&quot;:4.86},{&quot;2026-08-12&quot;:4.85},{&quot;2026-08-13&quot;:4.76},{&quot;2026-08-14&quot;:4.76},{&quot;2026-08-15&quot;:4.76},{&quot;2026-08-16&quot;:4.82},{&quot;2026-08-17&quot;:4.81},{&quot;2026-08-18&quot;:4.81},{&quot;2026-08-19&quot;:4.95},{&quot;2026-08-20&quot;:4.95},{&quot;2026-08-21&quot;:4.94},{&quot;2026-08-22&quot;:4.94},{&quot;2026-08-23&quot;:4.93},{&quot;2026-08-24&quot;:4.93},{&quot;2026-08-25&quot;:4.93},{&quot;2026-08-26&quot;:4.92},{&quot;2026-08-27&quot;:4.96},{&quot;2026-08-28&quot;:4.97},{&quot;2026-08-29&quot;:4.97},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.77},{&quot;2026-09-01&quot;:4.77},{&quot;2026-09-02&quot;:4.78},{&quot;2026-09-03&quot;:4.78},{&quot;2026-09-04&quot;:4.76},{&quot;2026-09-05&quot;:4.74},{&quot;2026-09-06&quot;:4.74},{&quot;2026-09-07&quot;:4.69},{&quot;2026-09-08&quot;:4.69},{&quot;2026-09-09&quot;:4.73},{&quot;2026-09-10&quot;:4.72},{&quot;2026-09-11&quot;:4.77}]}"
        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="18419"
  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">
            Braids, Arisen Nightmare
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Braids, Arisen Nightmare
        </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 — Nightmare</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><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="Braids, Arisen Nightmare" src="https://cards.scryfall.io/large/front/4/f/4ff97c69-6a6b-401c-b0a1-55fa81045d19.jpg?1783921336" />
    </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">
                $4.10
              </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">
                $5.43
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.93},{&quot;2026-06-14&quot;:5.93},{&quot;2026-06-15&quot;:5.97},{&quot;2026-06-16&quot;:5.97},{&quot;2026-06-17&quot;:5.97},{&quot;2026-06-18&quot;:6.02},{&quot;2026-06-19&quot;:6.14},{&quot;2026-06-20&quot;:6.14},{&quot;2026-06-21&quot;:6.14},{&quot;2026-06-22&quot;:6.14},{&quot;2026-06-23&quot;:6.14},{&quot;2026-06-24&quot;:6.14},{&quot;2026-06-25&quot;:6.14},{&quot;2026-06-26&quot;:6.14},{&quot;2026-06-27&quot;:6.08},{&quot;2026-06-28&quot;:6.08},{&quot;2026-06-29&quot;:6.08},{&quot;2026-06-30&quot;:6.08},{&quot;2026-07-01&quot;:6.08},{&quot;2026-07-02&quot;:6.08},{&quot;2026-07-03&quot;:6.08},{&quot;2026-07-04&quot;:6.08},{&quot;2026-07-05&quot;:6.08},{&quot;2026-07-06&quot;:6.08},{&quot;2026-07-07&quot;:6.08},{&quot;2026-07-08&quot;:6.08},{&quot;2026-07-09&quot;:6.08},{&quot;2026-07-10&quot;:5.98},{&quot;2026-07-11&quot;:6.2},{&quot;2026-07-12&quot;:6.2},{&quot;2026-07-13&quot;:6.2},{&quot;2026-07-14&quot;:6.2},{&quot;2026-07-15&quot;:6.2},{&quot;2026-07-16&quot;:6.2},{&quot;2026-07-17&quot;:6.16},{&quot;2026-07-18&quot;:6.16},{&quot;2026-07-19&quot;:6.16},{&quot;2026-07-20&quot;:6.16},{&quot;2026-07-21&quot;:6.16},{&quot;2026-07-22&quot;:6.16},{&quot;2026-07-23&quot;:6.16},{&quot;2026-07-24&quot;:6.16},{&quot;2026-07-25&quot;:6.16},{&quot;2026-07-26&quot;:6.01},{&quot;2026-07-27&quot;:6.01},{&quot;2026-07-28&quot;:6.01},{&quot;2026-07-29&quot;:6.01},{&quot;2026-07-30&quot;:6.01},{&quot;2026-07-31&quot;:6.09},{&quot;2026-08-01&quot;:6.11},{&quot;2026-08-02&quot;:6.11},{&quot;2026-08-03&quot;:6.11},{&quot;2026-08-04&quot;:6.11},{&quot;2026-08-05&quot;:6.13},{&quot;2026-08-07&quot;:6.05},{&quot;2026-08-08&quot;:5.83},{&quot;2026-08-09&quot;:5.83},{&quot;2026-08-10&quot;:5.62},{&quot;2026-08-11&quot;:5.62},{&quot;2026-08-12&quot;:5.66},{&quot;2026-08-13&quot;:5.66},{&quot;2026-08-14&quot;:5.57},{&quot;2026-08-15&quot;:5.57},{&quot;2026-08-16&quot;:5.57},{&quot;2026-08-17&quot;:5.57},{&quot;2026-08-18&quot;:5.57},{&quot;2026-08-19&quot;:5.57},{&quot;2026-08-20&quot;:5.5},{&quot;2026-08-21&quot;:5.44},{&quot;2026-08-22&quot;:5.44},{&quot;2026-08-23&quot;:5.37},{&quot;2026-08-24&quot;:5.37},{&quot;2026-08-25&quot;:5.37},{&quot;2026-08-26&quot;:5.43},{&quot;2026-08-27&quot;:5.43},{&quot;2026-08-28&quot;:5.41},{&quot;2026-08-29&quot;:5.41},{&quot;2026-08-30&quot;:5.41},{&quot;2026-08-31&quot;:5.41},{&quot;2026-09-01&quot;:5.41},{&quot;2026-09-02&quot;:5.41},{&quot;2026-09-03&quot;:5.41},{&quot;2026-09-04&quot;:5.33},{&quot;2026-09-05&quot;:5.29},{&quot;2026-09-06&quot;:5.29},{&quot;2026-09-07&quot;:5.29},{&quot;2026-09-08&quot;:5.29},{&quot;2026-09-09&quot;:5.43},{&quot;2026-09-10&quot;:5.43},{&quot;2026-09-11&quot;:5.43}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.77},{&quot;2026-06-14&quot;:4.94},{&quot;2026-06-15&quot;:4.79},{&quot;2026-06-16&quot;:5.11},{&quot;2026-06-17&quot;:5.26},{&quot;2026-06-18&quot;:5.31},{&quot;2026-06-19&quot;:5.29},{&quot;2026-06-20&quot;:5.29},{&quot;2026-06-21&quot;:5.27},{&quot;2026-06-22&quot;:5.1},{&quot;2026-06-23&quot;:5.15},{&quot;2026-06-24&quot;:5.29},{&quot;2026-06-25&quot;:5.35},{&quot;2026-06-26&quot;:5.47},{&quot;2026-06-27&quot;:5.47},{&quot;2026-06-28&quot;:5.47},{&quot;2026-06-29&quot;:5.34},{&quot;2026-06-30&quot;:5.22},{&quot;2026-07-01&quot;:4.89},{&quot;2026-07-02&quot;:4.72},{&quot;2026-07-03&quot;:4.27},{&quot;2026-07-04&quot;:3.66},{&quot;2026-07-05&quot;:3.85},{&quot;2026-07-06&quot;:3.87},{&quot;2026-07-07&quot;:3.92},{&quot;2026-07-08&quot;:4.01},{&quot;2026-07-09&quot;:3.92},{&quot;2026-07-10&quot;:3.86},{&quot;2026-07-11&quot;:3.91},{&quot;2026-07-12&quot;:4.09},{&quot;2026-07-13&quot;:4.08},{&quot;2026-07-14&quot;:4.08},{&quot;2026-07-15&quot;:3.94},{&quot;2026-07-16&quot;:4.4},{&quot;2026-07-17&quot;:4.5},{&quot;2026-07-18&quot;:4.4},{&quot;2026-07-19&quot;:4.2},{&quot;2026-07-20&quot;:4.0},{&quot;2026-07-21&quot;:3.9},{&quot;2026-07-22&quot;:3.72},{&quot;2026-07-23&quot;:3.88},{&quot;2026-07-24&quot;:3.84},{&quot;2026-07-25&quot;:3.77},{&quot;2026-07-26&quot;:3.77},{&quot;2026-07-27&quot;:3.77},{&quot;2026-07-28&quot;:3.8},{&quot;2026-07-29&quot;:3.76},{&quot;2026-07-30&quot;:3.7},{&quot;2026-07-31&quot;:3.73},{&quot;2026-08-01&quot;:3.78},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.94},{&quot;2026-08-04&quot;:3.94},{&quot;2026-08-05&quot;:3.93},{&quot;2026-08-07&quot;:4.12},{&quot;2026-08-08&quot;:4.11},{&quot;2026-08-09&quot;:4.12},{&quot;2026-08-10&quot;:4.14},{&quot;2026-08-11&quot;:4.17},{&quot;2026-08-12&quot;:4.44},{&quot;2026-08-13&quot;:4.36},{&quot;2026-08-14&quot;:4.4},{&quot;2026-08-15&quot;:4.23},{&quot;2026-08-16&quot;:4.03},{&quot;2026-08-17&quot;:4.06},{&quot;2026-08-18&quot;:3.91},{&quot;2026-08-19&quot;:3.77},{&quot;2026-08-20&quot;:3.81},{&quot;2026-08-21&quot;:3.99},{&quot;2026-08-22&quot;:3.98},{&quot;2026-08-23&quot;:3.98},{&quot;2026-08-24&quot;:4.29},{&quot;2026-08-25&quot;:4.38},{&quot;2026-08-26&quot;:4.31},{&quot;2026-08-27&quot;:4.31},{&quot;2026-08-28&quot;:4.5},{&quot;2026-08-29&quot;:4.5},{&quot;2026-08-30&quot;:4.11},{&quot;2026-08-31&quot;:3.93},{&quot;2026-09-01&quot;:4.22},{&quot;2026-09-02&quot;:3.96},{&quot;2026-09-03&quot;:3.94},{&quot;2026-09-04&quot;:3.89},{&quot;2026-09-05&quot;:4.03},{&quot;2026-09-06&quot;:4.09},{&quot;2026-09-07&quot;:4.14},{&quot;2026-09-08&quot;:4.2},{&quot;2026-09-09&quot;:4.01},{&quot;2026-09-10&quot;:4.05},{&quot;2026-09-11&quot;:4.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Marwyn, the Nurturer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aad61d99-5c8e-47b7-ab1a-e70905f59205.jpg?1783928311" />

        <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">
            Marwyn, the Nurturer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Marwyn, the Nurturer" src="https://cards.scryfall.io/large/front/a/a/aad61d99-5c8e-47b7-ab1a-e70905f59205.jpg?1783928311" />
    </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">
                $5.43
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.46},{&quot;2026-06-14&quot;:5.45},{&quot;2026-06-15&quot;:5.4},{&quot;2026-06-16&quot;:5.36},{&quot;2026-06-17&quot;:5.36},{&quot;2026-06-18&quot;:5.36},{&quot;2026-06-19&quot;:5.36},{&quot;2026-06-20&quot;:5.39},{&quot;2026-06-21&quot;:5.34},{&quot;2026-06-22&quot;:5.34},{&quot;2026-06-23&quot;:5.25},{&quot;2026-06-24&quot;:5.22},{&quot;2026-06-25&quot;:5.22},{&quot;2026-06-26&quot;:5.22},{&quot;2026-06-27&quot;:5.22},{&quot;2026-06-28&quot;:5.22},{&quot;2026-06-29&quot;:5.22},{&quot;2026-06-30&quot;:5.17},{&quot;2026-07-01&quot;:5.15},{&quot;2026-07-02&quot;:5.15},{&quot;2026-07-03&quot;:5.15},{&quot;2026-07-04&quot;:5.09},{&quot;2026-07-05&quot;:4.91},{&quot;2026-07-06&quot;:4.81},{&quot;2026-07-07&quot;:4.79},{&quot;2026-07-08&quot;:4.79},{&quot;2026-07-09&quot;:4.68},{&quot;2026-07-10&quot;:4.4},{&quot;2026-07-11&quot;:4.39},{&quot;2026-07-12&quot;:4.39},{&quot;2026-07-13&quot;:4.43},{&quot;2026-07-14&quot;:4.41},{&quot;2026-07-15&quot;:4.37},{&quot;2026-07-16&quot;:4.37},{&quot;2026-07-17&quot;:4.25},{&quot;2026-07-18&quot;:4.25},{&quot;2026-07-19&quot;:4.29},{&quot;2026-07-20&quot;:4.14},{&quot;2026-07-21&quot;:3.98},{&quot;2026-07-22&quot;:4.06},{&quot;2026-07-23&quot;:3.87},{&quot;2026-07-24&quot;:4.03},{&quot;2026-07-25&quot;:4.0},{&quot;2026-07-26&quot;:4.06},{&quot;2026-07-27&quot;:3.99},{&quot;2026-07-28&quot;:3.75},{&quot;2026-07-29&quot;:3.84},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:3.85},{&quot;2026-08-01&quot;:3.85},{&quot;2026-08-02&quot;:3.99},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.81},{&quot;2026-08-05&quot;:3.8},{&quot;2026-08-07&quot;:3.89},{&quot;2026-08-08&quot;:4.03},{&quot;2026-08-09&quot;:4.02},{&quot;2026-08-10&quot;:4.03},{&quot;2026-08-11&quot;:4.08},{&quot;2026-08-12&quot;:4.14},{&quot;2026-08-13&quot;:4.21},{&quot;2026-08-14&quot;:4.34},{&quot;2026-08-15&quot;:4.46},{&quot;2026-08-16&quot;:4.5},{&quot;2026-08-17&quot;:4.69},{&quot;2026-08-18&quot;:4.58},{&quot;2026-08-19&quot;:4.73},{&quot;2026-08-20&quot;:4.83},{&quot;2026-08-21&quot;:4.85},{&quot;2026-08-22&quot;:5.01},{&quot;2026-08-23&quot;:5.07},{&quot;2026-08-24&quot;:5.12},{&quot;2026-08-25&quot;:5.13},{&quot;2026-08-26&quot;:5.24},{&quot;2026-08-27&quot;:5.17},{&quot;2026-08-28&quot;:5.24},{&quot;2026-08-29&quot;:5.24},{&quot;2026-08-30&quot;:5.48},{&quot;2026-08-31&quot;:5.47},{&quot;2026-09-01&quot;:5.38},{&quot;2026-09-02&quot;:5.44},{&quot;2026-09-03&quot;:5.79},{&quot;2026-09-04&quot;:5.84},{&quot;2026-09-05&quot;:5.88},{&quot;2026-09-06&quot;:5.83},{&quot;2026-09-07&quot;:5.76},{&quot;2026-09-08&quot;:5.76},{&quot;2026-09-09&quot;:5.72},{&quot;2026-09-10&quot;:5.69},{&quot;2026-09-11&quot;:5.43}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Curse of Opulence" src="https://cards.scryfall.io/large/front/4/4/440acae3-aadb-40f0-a608-d1d93578c6b0.jpg?1783922430" />
    </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">
                $5.42
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:3.42},{&quot;2026-06-12&quot;:3.23},{&quot;2026-06-13&quot;:3.14},{&quot;2026-06-14&quot;:3.14},{&quot;2026-06-15&quot;:3.11},{&quot;2026-06-16&quot;:3.2},{&quot;2026-06-17&quot;:3.21},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.07},{&quot;2026-06-20&quot;:3.07},{&quot;2026-06-21&quot;:3.07},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.52},{&quot;2026-06-24&quot;:3.43},{&quot;2026-06-25&quot;:3.43},{&quot;2026-06-26&quot;:3.43},{&quot;2026-06-27&quot;:3.26},{&quot;2026-06-28&quot;:3.26},{&quot;2026-06-29&quot;:3.21},{&quot;2026-06-30&quot;:3.21},{&quot;2026-07-01&quot;:3.21},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:3.2},{&quot;2026-07-04&quot;:3.26},{&quot;2026-07-05&quot;:3.44},{&quot;2026-07-06&quot;:3.44},{&quot;2026-07-07&quot;:3.7},{&quot;2026-07-08&quot;:3.62},{&quot;2026-07-09&quot;:3.71},{&quot;2026-07-10&quot;:3.85},{&quot;2026-07-11&quot;:3.74},{&quot;2026-07-12&quot;:3.72},{&quot;2026-07-13&quot;:3.6},{&quot;2026-07-14&quot;:3.66},{&quot;2026-07-15&quot;:3.73},{&quot;2026-07-16&quot;:3.73},{&quot;2026-07-17&quot;:3.75},{&quot;2026-07-18&quot;:3.75},{&quot;2026-07-19&quot;:3.75},{&quot;2026-07-20&quot;:3.75},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-23&quot;:3.77},{&quot;2026-07-25&quot;:3.77},{&quot;2026-07-26&quot;:3.77},{&quot;2026-07-27&quot;:3.97},{&quot;2026-07-28&quot;:3.97},{&quot;2026-07-29&quot;:4.12},{&quot;2026-07-30&quot;:4.12},{&quot;2026-07-31&quot;:3.87},{&quot;2026-08-01&quot;:3.62},{&quot;2026-08-02&quot;:3.54},{&quot;2026-08-03&quot;:3.62},{&quot;2026-08-04&quot;:3.62},{&quot;2026-08-05&quot;:3.64},{&quot;2026-08-07&quot;:3.74},{&quot;2026-08-08&quot;:3.67},{&quot;2026-08-09&quot;:3.67},{&quot;2026-08-10&quot;:3.82},{&quot;2026-08-11&quot;:3.82},{&quot;2026-08-12&quot;:3.82},{&quot;2026-08-13&quot;:3.8},{&quot;2026-08-14&quot;:3.93},{&quot;2026-08-15&quot;:3.99},{&quot;2026-08-16&quot;:4.1},{&quot;2026-08-17&quot;:4.12},{&quot;2026-08-18&quot;:4.28},{&quot;2026-08-19&quot;:4.28},{&quot;2026-08-20&quot;:4.28},{&quot;2026-08-21&quot;:4.42},{&quot;2026-08-22&quot;:4.22},{&quot;2026-08-23&quot;:4.55},{&quot;2026-08-24&quot;:4.55},{&quot;2026-08-25&quot;:4.55},{&quot;2026-08-26&quot;:4.71},{&quot;2026-08-27&quot;:4.71},{&quot;2026-08-28&quot;:4.68},{&quot;2026-08-29&quot;:4.68},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.68},{&quot;2026-09-01&quot;:4.68},{&quot;2026-09-02&quot;:4.68},{&quot;2026-09-03&quot;:4.73},{&quot;2026-09-04&quot;:4.83},{&quot;2026-09-05&quot;:5.08},{&quot;2026-09-06&quot;:5.28},{&quot;2026-09-07&quot;:5.28},{&quot;2026-09-08&quot;:5.23},{&quot;2026-09-09&quot;:5.26},{&quot;2026-09-10&quot;:5.42},{&quot;2026-09-11&quot;:5.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74485"
  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">
            Elanor Gardner
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elanor Gardner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/6165eb73-49a8-4337-aa5d-7d9d48b916c9.jpg?1783916222" />

        <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">
            Elanor Gardner
        </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 Scout</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elanor Gardner" src="https://cards.scryfall.io/large/front/6/1/6165eb73-49a8-4337-aa5d-7d9d48b916c9.jpg?1783916222" />
    </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">
                $5.41
              </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">
                $9.97
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.91},{&quot;2026-06-14&quot;:7.95},{&quot;2026-06-15&quot;:7.95},{&quot;2026-06-16&quot;:7.95},{&quot;2026-06-17&quot;:7.95},{&quot;2026-06-18&quot;:7.95},{&quot;2026-06-19&quot;:8.15},{&quot;2026-06-20&quot;:8.15},{&quot;2026-06-21&quot;:8.15},{&quot;2026-06-22&quot;:8.26},{&quot;2026-06-23&quot;:8.26},{&quot;2026-06-24&quot;:8.15},{&quot;2026-06-25&quot;:8.15},{&quot;2026-06-26&quot;:8.15},{&quot;2026-06-27&quot;:8.15},{&quot;2026-06-28&quot;:8.15},{&quot;2026-06-29&quot;:8.15},{&quot;2026-06-30&quot;:8.42},{&quot;2026-07-01&quot;:8.42},{&quot;2026-07-02&quot;:8.42},{&quot;2026-07-03&quot;:8.42},{&quot;2026-07-04&quot;:8.42},{&quot;2026-07-05&quot;:8.42},{&quot;2026-07-06&quot;:8.42},{&quot;2026-07-07&quot;:8.42},{&quot;2026-07-08&quot;:8.42},{&quot;2026-07-09&quot;:8.42},{&quot;2026-07-10&quot;:8.42},{&quot;2026-07-11&quot;:8.42},{&quot;2026-07-12&quot;:8.73},{&quot;2026-07-13&quot;:8.73},{&quot;2026-07-14&quot;:8.86},{&quot;2026-07-15&quot;:8.86},{&quot;2026-07-16&quot;:8.86},{&quot;2026-07-17&quot;:8.92},{&quot;2026-07-18&quot;:8.92},{&quot;2026-07-19&quot;:9.03},{&quot;2026-07-20&quot;:9.03},{&quot;2026-07-21&quot;:9.03},{&quot;2026-07-22&quot;:9.03},{&quot;2026-07-23&quot;:9.47},{&quot;2026-07-24&quot;:9.47},{&quot;2026-07-25&quot;:9.47},{&quot;2026-07-26&quot;:9.47},{&quot;2026-07-27&quot;:9.47},{&quot;2026-07-28&quot;:9.41},{&quot;2026-07-29&quot;:9.41},{&quot;2026-07-30&quot;:9.41},{&quot;2026-07-31&quot;:9.41},{&quot;2026-08-01&quot;:9.41},{&quot;2026-08-02&quot;:9.79},{&quot;2026-08-03&quot;:9.79},{&quot;2026-08-04&quot;:9.79},{&quot;2026-08-05&quot;:9.79},{&quot;2026-08-07&quot;:9.79},{&quot;2026-08-08&quot;:9.79},{&quot;2026-08-09&quot;:9.79},{&quot;2026-08-10&quot;:9.98},{&quot;2026-08-11&quot;:9.98},{&quot;2026-08-12&quot;:9.98},{&quot;2026-08-13&quot;:9.98},{&quot;2026-08-14&quot;:9.58},{&quot;2026-08-15&quot;:9.58},{&quot;2026-08-16&quot;:9.58},{&quot;2026-08-17&quot;:9.58},{&quot;2026-08-18&quot;:9.58},{&quot;2026-08-19&quot;:9.58},{&quot;2026-08-20&quot;:9.58},{&quot;2026-08-21&quot;:9.58},{&quot;2026-08-22&quot;:9.58},{&quot;2026-08-23&quot;:9.58},{&quot;2026-08-24&quot;:9.89},{&quot;2026-08-25&quot;:10.0},{&quot;2026-08-26&quot;:10.0},{&quot;2026-08-27&quot;:10.0},{&quot;2026-08-28&quot;:10.0},{&quot;2026-08-29&quot;:10.0},{&quot;2026-08-30&quot;:10.06},{&quot;2026-08-31&quot;:10.06},{&quot;2026-09-01&quot;:10.06},{&quot;2026-09-02&quot;:10.06},{&quot;2026-09-03&quot;:10.06},{&quot;2026-09-04&quot;:10.06},{&quot;2026-09-05&quot;:9.67},{&quot;2026-09-06&quot;:9.67},{&quot;2026-09-07&quot;:9.28},{&quot;2026-09-08&quot;:9.62},{&quot;2026-09-09&quot;:9.62},{&quot;2026-09-10&quot;:9.82},{&quot;2026-09-11&quot;:9.97}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.64},{&quot;2026-06-14&quot;:5.59},{&quot;2026-06-15&quot;:5.58},{&quot;2026-06-16&quot;:5.54},{&quot;2026-06-17&quot;:5.56},{&quot;2026-06-18&quot;:5.35},{&quot;2026-06-19&quot;:5.38},{&quot;2026-06-20&quot;:5.38},{&quot;2026-06-21&quot;:5.41},{&quot;2026-06-22&quot;:5.53},{&quot;2026-06-23&quot;:5.46},{&quot;2026-06-24&quot;:5.29},{&quot;2026-06-25&quot;:5.49},{&quot;2026-06-26&quot;:5.33},{&quot;2026-06-27&quot;:5.2},{&quot;2026-06-28&quot;:5.15},{&quot;2026-06-29&quot;:5.18},{&quot;2026-06-30&quot;:5.25},{&quot;2026-07-01&quot;:5.16},{&quot;2026-07-02&quot;:4.89},{&quot;2026-07-03&quot;:4.8},{&quot;2026-07-04&quot;:4.82},{&quot;2026-07-05&quot;:4.66},{&quot;2026-07-06&quot;:4.81},{&quot;2026-07-07&quot;:4.71},{&quot;2026-07-08&quot;:4.48},{&quot;2026-07-09&quot;:4.59},{&quot;2026-07-10&quot;:4.6},{&quot;2026-07-11&quot;:4.53},{&quot;2026-07-12&quot;:4.59},{&quot;2026-07-13&quot;:4.79},{&quot;2026-07-14&quot;:4.73},{&quot;2026-07-15&quot;:5.08},{&quot;2026-07-16&quot;:5.13},{&quot;2026-07-17&quot;:5.1},{&quot;2026-07-18&quot;:5.09},{&quot;2026-07-19&quot;:4.98},{&quot;2026-07-20&quot;:4.69},{&quot;2026-07-21&quot;:4.69},{&quot;2026-07-22&quot;:4.56},{&quot;2026-07-23&quot;:4.6},{&quot;2026-07-24&quot;:4.69},{&quot;2026-07-25&quot;:4.9},{&quot;2026-07-26&quot;:4.87},{&quot;2026-07-27&quot;:4.84},{&quot;2026-07-28&quot;:4.78},{&quot;2026-07-29&quot;:4.81},{&quot;2026-07-30&quot;:5.19},{&quot;2026-07-31&quot;:5.66},{&quot;2026-08-01&quot;:5.65},{&quot;2026-08-02&quot;:5.57},{&quot;2026-08-03&quot;:5.63},{&quot;2026-08-04&quot;:5.51},{&quot;2026-08-05&quot;:5.44},{&quot;2026-08-07&quot;:5.4},{&quot;2026-08-08&quot;:5.38},{&quot;2026-08-09&quot;:5.1},{&quot;2026-08-10&quot;:5.11},{&quot;2026-08-11&quot;:5.03},{&quot;2026-08-12&quot;:4.83},{&quot;2026-08-13&quot;:4.81},{&quot;2026-08-14&quot;:5.18},{&quot;2026-08-15&quot;:5.08},{&quot;2026-08-16&quot;:5.33},{&quot;2026-08-17&quot;:5.53},{&quot;2026-08-18&quot;:5.76},{&quot;2026-08-19&quot;:6.21},{&quot;2026-08-20&quot;:6.39},{&quot;2026-08-21&quot;:6.31},{&quot;2026-08-22&quot;:6.18},{&quot;2026-08-23&quot;:5.92},{&quot;2026-08-24&quot;:6.12},{&quot;2026-08-25&quot;:6.16},{&quot;2026-08-26&quot;:6.01},{&quot;2026-08-27&quot;:5.51},{&quot;2026-08-28&quot;:5.19},{&quot;2026-08-29&quot;:5.19},{&quot;2026-08-30&quot;:5.33},{&quot;2026-08-31&quot;:5.27},{&quot;2026-09-01&quot;:5.62},{&quot;2026-09-02&quot;:5.66},{&quot;2026-09-03&quot;:6.23},{&quot;2026-09-04&quot;:6.56},{&quot;2026-09-05&quot;:6.87},{&quot;2026-09-06&quot;:7.1},{&quot;2026-09-07&quot;:7.09},{&quot;2026-09-08&quot;:7.2},{&quot;2026-09-09&quot;:6.9},{&quot;2026-09-10&quot;:6.07},{&quot;2026-09-11&quot;:5.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Death Baron" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/11641a17-e979-4edb-adba-789f21fd017d.jpg?1783925342" />

        <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">
            Death Baron
        </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 — Zombie Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Death Baron" src="https://cards.scryfall.io/large/front/1/1/11641a17-e979-4edb-adba-789f21fd017d.jpg?1783925342" />
    </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">
                $5.40
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.32},{&quot;2026-06-12&quot;:5.35},{&quot;2026-06-13&quot;:5.47},{&quot;2026-06-14&quot;:5.41},{&quot;2026-06-15&quot;:5.5},{&quot;2026-06-16&quot;:5.5},{&quot;2026-06-17&quot;:5.27},{&quot;2026-06-18&quot;:5.27},{&quot;2026-06-19&quot;:5.18},{&quot;2026-06-20&quot;:5.2},{&quot;2026-06-21&quot;:5.22},{&quot;2026-06-22&quot;:5.15},{&quot;2026-06-23&quot;:5.18},{&quot;2026-06-24&quot;:5.16},{&quot;2026-06-25&quot;:5.12},{&quot;2026-06-26&quot;:5.35},{&quot;2026-06-27&quot;:5.27},{&quot;2026-06-28&quot;:5.31},{&quot;2026-06-29&quot;:5.31},{&quot;2026-06-30&quot;:5.38},{&quot;2026-07-01&quot;:5.38},{&quot;2026-07-02&quot;:5.39},{&quot;2026-07-03&quot;:5.26},{&quot;2026-07-04&quot;:5.22},{&quot;2026-07-05&quot;:4.9},{&quot;2026-07-06&quot;:4.9},{&quot;2026-07-07&quot;:4.95},{&quot;2026-07-08&quot;:5.15},{&quot;2026-07-09&quot;:5.16},{&quot;2026-07-10&quot;:5.24},{&quot;2026-07-11&quot;:5.15},{&quot;2026-07-12&quot;:5.15},{&quot;2026-07-13&quot;:5.04},{&quot;2026-07-14&quot;:5.12},{&quot;2026-07-15&quot;:5.11},{&quot;2026-07-16&quot;:5.12},{&quot;2026-07-17&quot;:5.12},{&quot;2026-07-18&quot;:5.18},{&quot;2026-07-19&quot;:5.18},{&quot;2026-07-20&quot;:5.12},{&quot;2026-07-21&quot;:5.15},{&quot;2026-07-23&quot;:4.96},{&quot;2026-07-25&quot;:4.93},{&quot;2026-07-26&quot;:5.02},{&quot;2026-07-27&quot;:4.91},{&quot;2026-07-28&quot;:4.82},{&quot;2026-07-29&quot;:4.61},{&quot;2026-07-30&quot;:4.61},{&quot;2026-07-31&quot;:4.61},{&quot;2026-08-01&quot;:4.51},{&quot;2026-08-02&quot;:4.58},{&quot;2026-08-03&quot;:4.55},{&quot;2026-08-04&quot;:4.45},{&quot;2026-08-05&quot;:4.55},{&quot;2026-08-07&quot;:5.03},{&quot;2026-08-08&quot;:4.87},{&quot;2026-08-09&quot;:4.7},{&quot;2026-08-10&quot;:4.78},{&quot;2026-08-11&quot;:4.94},{&quot;2026-08-12&quot;:4.61},{&quot;2026-08-13&quot;:4.55},{&quot;2026-08-14&quot;:4.57},{&quot;2026-08-15&quot;:4.65},{&quot;2026-08-16&quot;:4.7},{&quot;2026-08-17&quot;:4.82},{&quot;2026-08-18&quot;:5.05},{&quot;2026-08-19&quot;:4.98},{&quot;2026-08-20&quot;:4.98},{&quot;2026-08-21&quot;:5.25},{&quot;2026-08-22&quot;:5.25},{&quot;2026-08-23&quot;:5.17},{&quot;2026-08-24&quot;:5.29},{&quot;2026-08-25&quot;:5.34},{&quot;2026-08-26&quot;:5.23},{&quot;2026-08-27&quot;:5.13},{&quot;2026-08-28&quot;:5.05},{&quot;2026-08-29&quot;:5.05},{&quot;2026-08-30&quot;:5.14},{&quot;2026-08-31&quot;:5.24},{&quot;2026-09-01&quot;:5.33},{&quot;2026-09-02&quot;:5.23},{&quot;2026-09-03&quot;:5.19},{&quot;2026-09-04&quot;:5.64},{&quot;2026-09-05&quot;:5.53},{&quot;2026-09-06&quot;:5.57},{&quot;2026-09-07&quot;:5.42},{&quot;2026-09-08&quot;:5.52},{&quot;2026-09-09&quot;:5.6},{&quot;2026-09-10&quot;:5.4},{&quot;2026-09-11&quot;:5.4}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sanctum Weaver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/d/4d42e22d-f60e-40c5-b069-5e1708f3bebc.jpg?1783926826" />

        <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">
            Sanctum Weaver
        </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 Creature — Dryad</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="Sanctum Weaver" src="https://cards.scryfall.io/large/front/4/d/4d42e22d-f60e-40c5-b069-5e1708f3bebc.jpg?1783926826" />
    </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">
                $5.40
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-11&quot;:7.37},{&quot;2026-06-12&quot;:7.37},{&quot;2026-06-13&quot;:7.37},{&quot;2026-06-14&quot;:7.37},{&quot;2026-06-15&quot;:7.37},{&quot;2026-06-16&quot;:7.37},{&quot;2026-06-17&quot;:7.35},{&quot;2026-06-18&quot;:7.35},{&quot;2026-06-19&quot;:7.35},{&quot;2026-06-20&quot;:7.35},{&quot;2026-06-21&quot;:7.35},{&quot;2026-06-22&quot;:7.35},{&quot;2026-06-23&quot;:7.35},{&quot;2026-06-24&quot;:7.34},{&quot;2026-06-25&quot;:7.34},{&quot;2026-06-26&quot;:7.34},{&quot;2026-06-27&quot;:7.34},{&quot;2026-06-28&quot;:7.34},{&quot;2026-06-29&quot;:7.34},{&quot;2026-06-30&quot;:7.34},{&quot;2026-07-01&quot;:7.34},{&quot;2026-07-02&quot;:7.34},{&quot;2026-07-03&quot;:7.34},{&quot;2026-07-04&quot;:7.34},{&quot;2026-07-05&quot;:7.34},{&quot;2026-07-06&quot;:7.34},{&quot;2026-07-07&quot;:7.34},{&quot;2026-07-08&quot;:7.34},{&quot;2026-07-09&quot;:7.34},{&quot;2026-07-10&quot;:7.34},{&quot;2026-07-11&quot;:7.34},{&quot;2026-07-12&quot;:7.34},{&quot;2026-07-13&quot;:7.34},{&quot;2026-07-14&quot;:7.34},{&quot;2026-07-15&quot;:7.34},{&quot;2026-07-16&quot;:7.34},{&quot;2026-07-17&quot;:7.29},{&quot;2026-07-18&quot;:7.37},{&quot;2026-07-19&quot;:7.37},{&quot;2026-07-20&quot;:7.37},{&quot;2026-07-21&quot;:7.44},{&quot;2026-07-23&quot;:7.44},{&quot;2026-07-25&quot;:7.47},{&quot;2026-07-26&quot;:7.47},{&quot;2026-07-27&quot;:7.47},{&quot;2026-07-28&quot;:6.97},{&quot;2026-07-29&quot;:6.97},{&quot;2026-07-30&quot;:6.97},{&quot;2026-07-31&quot;:6.93},{&quot;2026-08-01&quot;:6.9},{&quot;2026-08-02&quot;:6.9},{&quot;2026-08-03&quot;:6.9},{&quot;2026-08-04&quot;:6.88},{&quot;2026-08-05&quot;:6.35},{&quot;2026-08-07&quot;:6.35},{&quot;2026-08-08&quot;:6.86},{&quot;2026-08-09&quot;:6.86},{&quot;2026-08-10&quot;:6.86},{&quot;2026-08-11&quot;:6.36},{&quot;2026-08-12&quot;:6.36},{&quot;2026-08-13&quot;:6.36},{&quot;2026-08-14&quot;:6.36},{&quot;2026-08-15&quot;:6.36},{&quot;2026-08-16&quot;:6.36},{&quot;2026-08-17&quot;:6.36},{&quot;2026-08-18&quot;:6.36},{&quot;2026-08-19&quot;:6.36},{&quot;2026-08-20&quot;:6.36},{&quot;2026-08-21&quot;:6.36},{&quot;2026-08-22&quot;:6.36},{&quot;2026-08-23&quot;:6.36},{&quot;2026-08-24&quot;:6.31},{&quot;2026-08-25&quot;:6.31},{&quot;2026-08-26&quot;:6.31},{&quot;2026-08-27&quot;:6.31},{&quot;2026-08-28&quot;:6.31},{&quot;2026-08-29&quot;:6.31},{&quot;2026-08-30&quot;:6.31},{&quot;2026-08-31&quot;:6.31},{&quot;2026-09-01&quot;:6.31},{&quot;2026-09-02&quot;:6.31},{&quot;2026-09-03&quot;:6.31},{&quot;2026-09-04&quot;:6.26},{&quot;2026-09-05&quot;:6.26},{&quot;2026-09-06&quot;:6.26},{&quot;2026-09-07&quot;:6.26},{&quot;2026-09-08&quot;:6.2},{&quot;2026-09-09&quot;:6.13},{&quot;2026-09-10&quot;:5.89},{&quot;2026-09-11&quot;:5.89}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.89},{&quot;2026-06-12&quot;:4.79},{&quot;2026-06-13&quot;:4.48},{&quot;2026-06-14&quot;:4.47},{&quot;2026-06-15&quot;:3.98},{&quot;2026-06-16&quot;:3.91},{&quot;2026-06-17&quot;:4.01},{&quot;2026-06-18&quot;:4.13},{&quot;2026-06-19&quot;:3.79},{&quot;2026-06-20&quot;:3.61},{&quot;2026-06-21&quot;:3.61},{&quot;2026-06-22&quot;:3.42},{&quot;2026-06-23&quot;:3.31},{&quot;2026-06-24&quot;:3.55},{&quot;2026-06-25&quot;:3.79},{&quot;2026-06-26&quot;:3.7},{&quot;2026-06-27&quot;:3.91},{&quot;2026-06-28&quot;:4.33},{&quot;2026-06-29&quot;:4.42},{&quot;2026-06-30&quot;:4.37},{&quot;2026-07-01&quot;:4.1},{&quot;2026-07-02&quot;:3.75},{&quot;2026-07-03&quot;:3.66},{&quot;2026-07-04&quot;:3.39},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.63},{&quot;2026-07-07&quot;:3.73},{&quot;2026-07-08&quot;:3.74},{&quot;2026-07-09&quot;:4.02},{&quot;2026-07-10&quot;:4.18},{&quot;2026-07-11&quot;:4.27},{&quot;2026-07-12&quot;:4.34},{&quot;2026-07-13&quot;:4.35},{&quot;2026-07-14&quot;:4.39},{&quot;2026-07-15&quot;:4.53},{&quot;2026-07-16&quot;:4.44},{&quot;2026-07-17&quot;:4.16},{&quot;2026-07-18&quot;:3.35},{&quot;2026-07-19&quot;:3.49},{&quot;2026-07-20&quot;:3.77},{&quot;2026-07-21&quot;:3.98},{&quot;2026-07-23&quot;:4.11},{&quot;2026-07-25&quot;:3.78},{&quot;2026-07-26&quot;:3.58},{&quot;2026-07-27&quot;:3.55},{&quot;2026-07-28&quot;:3.65},{&quot;2026-07-29&quot;:3.88},{&quot;2026-07-30&quot;:3.57},{&quot;2026-07-31&quot;:3.39},{&quot;2026-08-01&quot;:3.33},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.22},{&quot;2026-08-04&quot;:3.57},{&quot;2026-08-05&quot;:3.81},{&quot;2026-08-07&quot;:3.84},{&quot;2026-08-08&quot;:3.85},{&quot;2026-08-09&quot;:3.97},{&quot;2026-08-10&quot;:3.99},{&quot;2026-08-11&quot;:3.95},{&quot;2026-08-12&quot;:3.83},{&quot;2026-08-13&quot;:3.72},{&quot;2026-08-14&quot;:3.88},{&quot;2026-08-15&quot;:4.01},{&quot;2026-08-16&quot;:3.86},{&quot;2026-08-17&quot;:4.05},{&quot;2026-08-18&quot;:4.2},{&quot;2026-08-19&quot;:4.45},{&quot;2026-08-20&quot;:4.45},{&quot;2026-08-21&quot;:4.21},{&quot;2026-08-22&quot;:4.06},{&quot;2026-08-23&quot;:4.1},{&quot;2026-08-24&quot;:3.95},{&quot;2026-08-25&quot;:3.95},{&quot;2026-08-26&quot;:4.47},{&quot;2026-08-27&quot;:4.47},{&quot;2026-08-28&quot;:4.23},{&quot;2026-08-29&quot;:4.23},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.29},{&quot;2026-09-01&quot;:3.29},{&quot;2026-09-02&quot;:4.13},{&quot;2026-09-03&quot;:4.52},{&quot;2026-09-04&quot;:4.76},{&quot;2026-09-05&quot;:4.72},{&quot;2026-09-06&quot;:4.74},{&quot;2026-09-07&quot;:4.73},{&quot;2026-09-08&quot;:4.46},{&quot;2026-09-09&quot;:4.75},{&quot;2026-09-10&quot;:5.38},{&quot;2026-09-11&quot;:5.4}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13767"
  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-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">
            Folk Hero
        </span>


      </div>

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

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

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

        <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">
            Folk Hero
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Enchantment — Background</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="Folk Hero" src="https://cards.scryfall.io/large/front/a/8/a8b3aae8-fc36-45ed-84ed-efb8f543cada.jpg?1783922517" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.73},{&quot;2026-06-14&quot;:7.8},{&quot;2026-06-15&quot;:7.7},{&quot;2026-06-16&quot;:7.66},{&quot;2026-06-17&quot;:7.57},{&quot;2026-06-18&quot;:7.6},{&quot;2026-06-19&quot;:7.6},{&quot;2026-06-20&quot;:7.6},{&quot;2026-06-21&quot;:7.6},{&quot;2026-06-22&quot;:7.56},{&quot;2026-06-23&quot;:7.61},{&quot;2026-06-24&quot;:7.61},{&quot;2026-06-25&quot;:7.73},{&quot;2026-06-26&quot;:7.85},{&quot;2026-06-27&quot;:7.97},{&quot;2026-06-28&quot;:7.97},{&quot;2026-06-29&quot;:8.06},{&quot;2026-06-30&quot;:7.99},{&quot;2026-07-01&quot;:7.91},{&quot;2026-07-02&quot;:7.91},{&quot;2026-07-03&quot;:7.91},{&quot;2026-07-04&quot;:7.68},{&quot;2026-07-05&quot;:7.68},{&quot;2026-07-06&quot;:7.63},{&quot;2026-07-07&quot;:7.63},{&quot;2026-07-08&quot;:7.44},{&quot;2026-07-09&quot;:7.51},{&quot;2026-07-10&quot;:7.51},{&quot;2026-07-11&quot;:7.32},{&quot;2026-07-12&quot;:7.15},{&quot;2026-07-13&quot;:7.03},{&quot;2026-07-14&quot;:6.95},{&quot;2026-07-15&quot;:6.86},{&quot;2026-07-16&quot;:6.71},{&quot;2026-07-17&quot;:6.71},{&quot;2026-07-18&quot;:6.63},{&quot;2026-07-19&quot;:6.63},{&quot;2026-07-20&quot;:6.65},{&quot;2026-07-21&quot;:6.53},{&quot;2026-07-22&quot;:6.53},{&quot;2026-07-23&quot;:6.17},{&quot;2026-07-24&quot;:6.11},{&quot;2026-07-25&quot;:6.11},{&quot;2026-07-26&quot;:6.11},{&quot;2026-07-27&quot;:6.11},{&quot;2026-07-28&quot;:6.11},{&quot;2026-07-29&quot;:6.11},{&quot;2026-07-30&quot;:6.11},{&quot;2026-07-31&quot;:5.97},{&quot;2026-08-01&quot;:5.97},{&quot;2026-08-02&quot;:5.91},{&quot;2026-08-03&quot;:5.94},{&quot;2026-08-04&quot;:5.83},{&quot;2026-08-05&quot;:5.83},{&quot;2026-08-07&quot;:5.71},{&quot;2026-08-08&quot;:5.71},{&quot;2026-08-09&quot;:5.71},{&quot;2026-08-10&quot;:5.71},{&quot;2026-08-11&quot;:5.71},{&quot;2026-08-12&quot;:5.71},{&quot;2026-08-13&quot;:5.71},{&quot;2026-08-14&quot;:5.66},{&quot;2026-08-15&quot;:5.73},{&quot;2026-08-16&quot;:5.73},{&quot;2026-08-17&quot;:5.62},{&quot;2026-08-18&quot;:5.68},{&quot;2026-08-19&quot;:5.61},{&quot;2026-08-20&quot;:5.61},{&quot;2026-08-21&quot;:5.61},{&quot;2026-08-22&quot;:5.57},{&quot;2026-08-23&quot;:5.46},{&quot;2026-08-24&quot;:5.35},{&quot;2026-08-25&quot;:5.35},{&quot;2026-08-26&quot;:5.35},{&quot;2026-08-27&quot;:5.32},{&quot;2026-08-28&quot;:5.24},{&quot;2026-08-29&quot;:5.24},{&quot;2026-08-30&quot;:5.19},{&quot;2026-08-31&quot;:5.24},{&quot;2026-09-01&quot;:5.24},{&quot;2026-09-02&quot;:5.35},{&quot;2026-09-03&quot;:5.3},{&quot;2026-09-04&quot;:5.3},{&quot;2026-09-05&quot;:5.3},{&quot;2026-09-06&quot;:5.3},{&quot;2026-09-07&quot;:5.27},{&quot;2026-09-08&quot;:5.34},{&quot;2026-09-09&quot;:5.41},{&quot;2026-09-10&quot;:5.38},{&quot;2026-09-11&quot;:5.39}],&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="48710"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-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">
            Ephemerate
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Ephemerate
        </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-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="Ephemerate" src="https://cards.scryfall.io/large/front/2/d/2da5f3f8-5eef-498f-ba2c-2f3fbc3745aa.jpg?1783933164" />
    </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">
                $5.39
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:10.19},{&quot;2026-06-14&quot;:10.19},{&quot;2026-06-15&quot;:10.19},{&quot;2026-06-16&quot;:10.19},{&quot;2026-06-17&quot;:10.19},{&quot;2026-06-18&quot;:10.19},{&quot;2026-06-19&quot;:10.08},{&quot;2026-06-20&quot;:10.08},{&quot;2026-06-21&quot;:10.08},{&quot;2026-06-22&quot;:10.08},{&quot;2026-06-23&quot;:10.08},{&quot;2026-06-24&quot;:10.08},{&quot;2026-06-25&quot;:10.08},{&quot;2026-06-26&quot;:10.08},{&quot;2026-06-27&quot;:10.08},{&quot;2026-06-28&quot;:10.08},{&quot;2026-06-29&quot;:10.28},{&quot;2026-06-30&quot;:10.28},{&quot;2026-07-01&quot;:10.37},{&quot;2026-07-02&quot;:10.37},{&quot;2026-07-03&quot;:10.37},{&quot;2026-07-04&quot;:10.37},{&quot;2026-07-05&quot;:10.37},{&quot;2026-07-06&quot;:10.24},{&quot;2026-07-07&quot;:10.24},{&quot;2026-07-08&quot;:10.24},{&quot;2026-07-09&quot;:10.24},{&quot;2026-07-10&quot;:10.24},{&quot;2026-07-11&quot;:10.24},{&quot;2026-07-12&quot;:10.24},{&quot;2026-07-13&quot;:10.24},{&quot;2026-07-14&quot;:10.24},{&quot;2026-07-15&quot;:10.31},{&quot;2026-07-16&quot;:10.31},{&quot;2026-07-17&quot;:10.31},{&quot;2026-07-18&quot;:10.31},{&quot;2026-07-19&quot;:10.31},{&quot;2026-07-20&quot;:10.31},{&quot;2026-07-21&quot;:10.31},{&quot;2026-07-22&quot;:10.3},{&quot;2026-07-23&quot;:10.3},{&quot;2026-07-24&quot;:10.3},{&quot;2026-07-25&quot;:10.3},{&quot;2026-07-26&quot;:10.53},{&quot;2026-07-27&quot;:10.53},{&quot;2026-07-28&quot;:10.53},{&quot;2026-07-29&quot;:10.53},{&quot;2026-07-30&quot;:10.53},{&quot;2026-07-31&quot;:10.62},{&quot;2026-08-01&quot;:10.62},{&quot;2026-08-02&quot;:10.69},{&quot;2026-08-03&quot;:10.69},{&quot;2026-08-04&quot;:10.72},{&quot;2026-08-05&quot;:10.72},{&quot;2026-08-07&quot;:10.72},{&quot;2026-08-08&quot;:10.84},{&quot;2026-08-09&quot;:10.84},{&quot;2026-08-10&quot;:10.84},{&quot;2026-08-11&quot;:10.84},{&quot;2026-08-12&quot;:10.84},{&quot;2026-08-13&quot;:10.84},{&quot;2026-08-14&quot;:10.84},{&quot;2026-08-15&quot;:10.84},{&quot;2026-08-16&quot;:10.84},{&quot;2026-08-17&quot;:10.84},{&quot;2026-08-18&quot;:10.84},{&quot;2026-08-19&quot;:10.92},{&quot;2026-08-20&quot;:10.92},{&quot;2026-08-21&quot;:10.92},{&quot;2026-08-22&quot;:10.92},{&quot;2026-08-23&quot;:10.92},{&quot;2026-08-24&quot;:10.92},{&quot;2026-08-25&quot;:10.92},{&quot;2026-08-26&quot;:10.92},{&quot;2026-08-27&quot;:10.92},{&quot;2026-08-28&quot;:10.92},{&quot;2026-08-29&quot;:10.92},{&quot;2026-08-30&quot;:10.92},{&quot;2026-08-31&quot;:10.92},{&quot;2026-09-01&quot;:10.93},{&quot;2026-09-02&quot;:10.93},{&quot;2026-09-03&quot;:10.93},{&quot;2026-09-04&quot;:11.16},{&quot;2026-09-05&quot;:11.16},{&quot;2026-09-06&quot;:11.16},{&quot;2026-09-07&quot;:11.16},{&quot;2026-09-08&quot;:11.16},{&quot;2026-09-09&quot;:11.16},{&quot;2026-09-10&quot;:11.16},{&quot;2026-09-11&quot;:11.16}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.27},{&quot;2026-06-14&quot;:5.1},{&quot;2026-06-15&quot;:4.74},{&quot;2026-06-16&quot;:4.82},{&quot;2026-06-17&quot;:4.87},{&quot;2026-06-18&quot;:4.89},{&quot;2026-06-19&quot;:5.36},{&quot;2026-06-20&quot;:5.46},{&quot;2026-06-21&quot;:5.37},{&quot;2026-06-22&quot;:5.22},{&quot;2026-06-23&quot;:5.04},{&quot;2026-06-24&quot;:5.07},{&quot;2026-06-25&quot;:5.33},{&quot;2026-06-26&quot;:5.53},{&quot;2026-06-27&quot;:5.58},{&quot;2026-06-28&quot;:5.71},{&quot;2026-06-29&quot;:5.72},{&quot;2026-06-30&quot;:5.67},{&quot;2026-07-01&quot;:5.63},{&quot;2026-07-02&quot;:5.76},{&quot;2026-07-03&quot;:5.58},{&quot;2026-07-04&quot;:5.55},{&quot;2026-07-05&quot;:5.64},{&quot;2026-07-06&quot;:5.32},{&quot;2026-07-07&quot;:5.46},{&quot;2026-07-08&quot;:5.18},{&quot;2026-07-09&quot;:5.23},{&quot;2026-07-10&quot;:5.07},{&quot;2026-07-11&quot;:5.03},{&quot;2026-07-12&quot;:5.22},{&quot;2026-07-13&quot;:5.2},{&quot;2026-07-14&quot;:5.24},{&quot;2026-07-15&quot;:5.18},{&quot;2026-07-16&quot;:5.04},{&quot;2026-07-17&quot;:4.84},{&quot;2026-07-18&quot;:4.84},{&quot;2026-07-19&quot;:5.08},{&quot;2026-07-20&quot;:5.05},{&quot;2026-07-21&quot;:5.18},{&quot;2026-07-22&quot;:5.05},{&quot;2026-07-23&quot;:5.12},{&quot;2026-07-24&quot;:5.19},{&quot;2026-07-25&quot;:5.4},{&quot;2026-07-26&quot;:5.53},{&quot;2026-07-27&quot;:5.51},{&quot;2026-07-28&quot;:5.41},{&quot;2026-07-29&quot;:5.29},{&quot;2026-07-30&quot;:5.27},{&quot;2026-07-31&quot;:5.07},{&quot;2026-08-01&quot;:5.06},{&quot;2026-08-02&quot;:5.45},{&quot;2026-08-03&quot;:5.6},{&quot;2026-08-04&quot;:5.74},{&quot;2026-08-05&quot;:5.82},{&quot;2026-08-07&quot;:5.06},{&quot;2026-08-08&quot;:5.37},{&quot;2026-08-09&quot;:5.4},{&quot;2026-08-10&quot;:5.43},{&quot;2026-08-11&quot;:5.45},{&quot;2026-08-12&quot;:5.44},{&quot;2026-08-13&quot;:5.4},{&quot;2026-08-14&quot;:5.19},{&quot;2026-08-15&quot;:5.0},{&quot;2026-08-16&quot;:4.95},{&quot;2026-08-17&quot;:5.23},{&quot;2026-08-18&quot;:5.19},{&quot;2026-08-19&quot;:5.22},{&quot;2026-08-20&quot;:5.29},{&quot;2026-08-21&quot;:5.34},{&quot;2026-08-22&quot;:5.27},{&quot;2026-08-23&quot;:5.3},{&quot;2026-08-24&quot;:5.38},{&quot;2026-08-25&quot;:5.19},{&quot;2026-08-26&quot;:5.15},{&quot;2026-08-27&quot;:5.1},{&quot;2026-08-28&quot;:5.21},{&quot;2026-08-29&quot;:5.21},{&quot;2026-08-30&quot;:5.4},{&quot;2026-08-31&quot;:5.47},{&quot;2026-09-01&quot;:5.58},{&quot;2026-09-02&quot;:5.61},{&quot;2026-09-03&quot;:5.55},{&quot;2026-09-04&quot;:5.42},{&quot;2026-09-05&quot;:5.41},{&quot;2026-09-06&quot;:5.12},{&quot;2026-09-07&quot;:5.25},{&quot;2026-09-08&quot;:5.51},{&quot;2026-09-09&quot;:5.42},{&quot;2026-09-10&quot;:5.4},{&quot;2026-09-11&quot;:5.39}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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">
            Akki Battle Squad
        </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 Samurai</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>
          </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="Akki Battle Squad" src="https://cards.scryfall.io/large/front/c/a/ca624ce6-5b99-41af-8e26-b952f5a30916.jpg?1783923994" />
    </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">
                $5.39
              </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">$4.20</span>
              <span class="text-xs text-grey-text">Credit: $5.46</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.33},{&quot;2026-06-10&quot;:4.31},{&quot;2026-06-11&quot;:4.3},{&quot;2026-06-12&quot;:4.29},{&quot;2026-06-13&quot;:4.26},{&quot;2026-06-14&quot;:4.23},{&quot;2026-06-15&quot;:4.3},{&quot;2026-06-16&quot;:4.39},{&quot;2026-06-17&quot;:4.39},{&quot;2026-06-18&quot;:4.45},{&quot;2026-06-19&quot;:4.29},{&quot;2026-06-20&quot;:4.24},{&quot;2026-06-21&quot;:4.21},{&quot;2026-06-22&quot;:4.2},{&quot;2026-06-24&quot;:4.14},{&quot;2026-06-25&quot;:4.27},{&quot;2026-06-26&quot;:4.38},{&quot;2026-06-27&quot;:4.58},{&quot;2026-06-28&quot;:4.6},{&quot;2026-06-29&quot;:4.6},{&quot;2026-06-30&quot;:4.59},{&quot;2026-07-01&quot;:4.63},{&quot;2026-07-02&quot;:4.64},{&quot;2026-07-03&quot;:4.64},{&quot;2026-07-04&quot;:4.61},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.75},{&quot;2026-07-07&quot;:4.87},{&quot;2026-07-08&quot;:4.95},{&quot;2026-07-09&quot;:4.87},{&quot;2026-07-10&quot;:4.87},{&quot;2026-07-11&quot;:4.94},{&quot;2026-07-12&quot;:4.96},{&quot;2026-07-13&quot;:4.93},{&quot;2026-07-14&quot;:4.92},{&quot;2026-07-15&quot;:4.85},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.73},{&quot;2026-07-18&quot;:4.63},{&quot;2026-07-19&quot;:4.47},{&quot;2026-07-20&quot;:4.35},{&quot;2026-07-21&quot;:4.34},{&quot;2026-07-23&quot;:4.35},{&quot;2026-07-25&quot;:4.53},{&quot;2026-07-26&quot;:4.59},{&quot;2026-07-27&quot;:4.61},{&quot;2026-07-29&quot;:4.66},{&quot;2026-07-30&quot;:4.68},{&quot;2026-07-31&quot;:4.62},{&quot;2026-08-01&quot;:4.62},{&quot;2026-08-02&quot;:4.64},{&quot;2026-08-03&quot;:4.7},{&quot;2026-08-04&quot;:4.73},{&quot;2026-08-05&quot;:4.73},{&quot;2026-08-07&quot;:4.64},{&quot;2026-08-08&quot;:4.67},{&quot;2026-08-09&quot;:4.83},{&quot;2026-08-10&quot;:4.9},{&quot;2026-08-11&quot;:4.91},{&quot;2026-08-12&quot;:4.92},{&quot;2026-08-13&quot;:4.89},{&quot;2026-08-14&quot;:4.78},{&quot;2026-08-15&quot;:4.78},{&quot;2026-08-16&quot;:4.8},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:4.92},{&quot;2026-08-19&quot;:4.83},{&quot;2026-08-20&quot;:4.83},{&quot;2026-08-21&quot;:4.84},{&quot;2026-08-22&quot;:4.84},{&quot;2026-08-23&quot;:4.91},{&quot;2026-08-24&quot;:5.03},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:5.04},{&quot;2026-08-27&quot;:5.18},{&quot;2026-08-28&quot;:5.35},{&quot;2026-08-29&quot;:5.35},{&quot;2026-08-30&quot;:5.47},{&quot;2026-08-31&quot;:5.47},{&quot;2026-09-01&quot;:5.47},{&quot;2026-09-02&quot;:5.45},{&quot;2026-09-03&quot;:5.45},{&quot;2026-09-04&quot;:5.45},{&quot;2026-09-05&quot;:5.48},{&quot;2026-09-06&quot;:5.44},{&quot;2026-09-07&quot;:5.47},{&quot;2026-09-08&quot;:5.36},{&quot;2026-09-09&quot;:5.34},{&quot;2026-09-10&quot;:5.34},{&quot;2026-09-11&quot;:5.39}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blast-Furnace Hellkite" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/c/dc81402a-5ce5-43b9-9e97-1ada9ee9c1e3.jpg?1783919700" />

        <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">
            Blast-Furnace Hellkite
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></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="Blast-Furnace Hellkite" src="https://cards.scryfall.io/large/front/d/c/dc81402a-5ce5-43b9-9e97-1ada9ee9c1e3.jpg?1783919700" />
    </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">
                $5.38
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.45},{&quot;2026-06-12&quot;:5.45},{&quot;2026-06-13&quot;:5.51},{&quot;2026-06-14&quot;:5.47},{&quot;2026-06-15&quot;:5.42},{&quot;2026-06-16&quot;:5.54},{&quot;2026-06-17&quot;:5.56},{&quot;2026-06-18&quot;:5.56},{&quot;2026-06-19&quot;:5.42},{&quot;2026-06-20&quot;:5.28},{&quot;2026-06-21&quot;:5.21},{&quot;2026-06-22&quot;:5.21},{&quot;2026-06-23&quot;:4.89},{&quot;2026-06-24&quot;:4.76},{&quot;2026-06-25&quot;:4.7},{&quot;2026-06-26&quot;:4.78},{&quot;2026-06-27&quot;:4.71},{&quot;2026-06-28&quot;:4.76},{&quot;2026-06-29&quot;:4.61},{&quot;2026-06-30&quot;:4.62},{&quot;2026-07-01&quot;:4.62},{&quot;2026-07-02&quot;:4.64},{&quot;2026-07-03&quot;:4.63},{&quot;2026-07-04&quot;:4.63},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.65},{&quot;2026-07-07&quot;:4.68},{&quot;2026-07-08&quot;:4.68},{&quot;2026-07-09&quot;:4.74},{&quot;2026-07-10&quot;:4.79},{&quot;2026-07-11&quot;:4.85},{&quot;2026-07-12&quot;:4.92},{&quot;2026-07-13&quot;:4.85},{&quot;2026-07-14&quot;:4.9},{&quot;2026-07-15&quot;:4.87},{&quot;2026-07-16&quot;:4.8},{&quot;2026-07-17&quot;:4.74},{&quot;2026-07-18&quot;:4.74},{&quot;2026-07-19&quot;:4.74},{&quot;2026-07-20&quot;:4.99},{&quot;2026-07-21&quot;:5.09},{&quot;2026-07-23&quot;:5.12},{&quot;2026-07-25&quot;:5.14},{&quot;2026-07-26&quot;:5.13},{&quot;2026-07-27&quot;:5.16},{&quot;2026-07-28&quot;:5.16},{&quot;2026-07-29&quot;:5.17},{&quot;2026-07-30&quot;:5.17},{&quot;2026-07-31&quot;:5.17},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.12},{&quot;2026-08-03&quot;:5.12},{&quot;2026-08-04&quot;:5.22},{&quot;2026-08-05&quot;:5.3},{&quot;2026-08-07&quot;:5.59},{&quot;2026-08-08&quot;:5.59},{&quot;2026-08-09&quot;:5.59},{&quot;2026-08-10&quot;:5.54},{&quot;2026-08-11&quot;:5.54},{&quot;2026-08-12&quot;:5.48},{&quot;2026-08-13&quot;:5.49},{&quot;2026-08-14&quot;:5.49},{&quot;2026-08-15&quot;:5.35},{&quot;2026-08-16&quot;:5.35},{&quot;2026-08-17&quot;:5.35},{&quot;2026-08-18&quot;:5.39},{&quot;2026-08-19&quot;:5.39},{&quot;2026-08-20&quot;:5.39},{&quot;2026-08-21&quot;:5.43},{&quot;2026-08-22&quot;:5.45},{&quot;2026-08-23&quot;:5.29},{&quot;2026-08-24&quot;:5.29},{&quot;2026-08-25&quot;:5.29},{&quot;2026-08-26&quot;:5.29},{&quot;2026-08-27&quot;:5.29},{&quot;2026-08-28&quot;:5.29},{&quot;2026-08-29&quot;:5.29},{&quot;2026-08-30&quot;:5.16},{&quot;2026-08-31&quot;:5.11},{&quot;2026-09-01&quot;:5.11},{&quot;2026-09-02&quot;:5.07},{&quot;2026-09-03&quot;:5.07},{&quot;2026-09-04&quot;:5.09},{&quot;2026-09-05&quot;:5.13},{&quot;2026-09-06&quot;:5.27},{&quot;2026-09-07&quot;:5.23},{&quot;2026-09-08&quot;:5.24},{&quot;2026-09-09&quot;:5.28},{&quot;2026-09-10&quot;:5.37},{&quot;2026-09-11&quot;:5.38}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Windfall" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/7/77f679d0-dcea-4e31-bbc9-26a8fb2e2159.jpg?1783910209" />

        <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">
            Windfall
        </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="Windfall" src="https://cards.scryfall.io/large/front/7/7/77f679d0-dcea-4e31-bbc9-26a8fb2e2159.jpg?1783910209" />
    </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">
                $5.38
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.67},{&quot;2026-06-13&quot;:4.75},{&quot;2026-06-14&quot;:4.83},{&quot;2026-06-15&quot;:4.8},{&quot;2026-06-16&quot;:4.92},{&quot;2026-06-17&quot;:4.94},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.95},{&quot;2026-06-20&quot;:4.95},{&quot;2026-06-21&quot;:4.94},{&quot;2026-06-22&quot;:4.99},{&quot;2026-06-23&quot;:4.99},{&quot;2026-06-24&quot;:5.05},{&quot;2026-06-25&quot;:5.05},{&quot;2026-06-26&quot;:5.16},{&quot;2026-06-27&quot;:5.16},{&quot;2026-06-28&quot;:5.14},{&quot;2026-06-29&quot;:5.08},{&quot;2026-06-30&quot;:4.98},{&quot;2026-07-01&quot;:5.08},{&quot;2026-07-02&quot;:5.01},{&quot;2026-07-03&quot;:5.05},{&quot;2026-07-04&quot;:5.09},{&quot;2026-07-05&quot;:5.09},{&quot;2026-07-06&quot;:5.09},{&quot;2026-07-07&quot;:5.07},{&quot;2026-07-08&quot;:4.87},{&quot;2026-07-09&quot;:4.93},{&quot;2026-07-10&quot;:4.94},{&quot;2026-07-11&quot;:4.94},{&quot;2026-07-12&quot;:4.97},{&quot;2026-07-13&quot;:5.1},{&quot;2026-07-14&quot;:5.1},{&quot;2026-07-15&quot;:4.98},{&quot;2026-07-16&quot;:4.98},{&quot;2026-07-17&quot;:5.01},{&quot;2026-07-18&quot;:5.01},{&quot;2026-07-19&quot;:5.0},{&quot;2026-07-20&quot;:4.92},{&quot;2026-07-21&quot;:4.82},{&quot;2026-07-23&quot;:4.79},{&quot;2026-07-24&quot;:4.83},{&quot;2026-07-25&quot;:4.73},{&quot;2026-07-26&quot;:4.73},{&quot;2026-07-27&quot;:4.79},{&quot;2026-07-28&quot;:4.79},{&quot;2026-07-29&quot;:4.73},{&quot;2026-07-30&quot;:4.73},{&quot;2026-07-31&quot;:4.78},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:4.8},{&quot;2026-08-03&quot;:4.95},{&quot;2026-08-04&quot;:4.9},{&quot;2026-08-05&quot;:4.78},{&quot;2026-08-07&quot;:4.75},{&quot;2026-08-08&quot;:4.82},{&quot;2026-08-09&quot;:4.89},{&quot;2026-08-10&quot;:5.06},{&quot;2026-08-11&quot;:5.05},{&quot;2026-08-12&quot;:5.03},{&quot;2026-08-13&quot;:5.0},{&quot;2026-08-14&quot;:5.0},{&quot;2026-08-15&quot;:4.94},{&quot;2026-08-16&quot;:5.04},{&quot;2026-08-17&quot;:5.13},{&quot;2026-08-18&quot;:5.1},{&quot;2026-08-19&quot;:5.0},{&quot;2026-08-20&quot;:5.0},{&quot;2026-08-21&quot;:5.06},{&quot;2026-08-22&quot;:5.11},{&quot;2026-08-23&quot;:5.03},{&quot;2026-08-24&quot;:5.05},{&quot;2026-08-25&quot;:5.05},{&quot;2026-08-26&quot;:5.05},{&quot;2026-08-27&quot;:5.03},{&quot;2026-08-28&quot;:5.04},{&quot;2026-08-29&quot;:5.04},{&quot;2026-08-30&quot;:5.21},{&quot;2026-08-31&quot;:5.13},{&quot;2026-09-01&quot;:5.23},{&quot;2026-09-02&quot;:5.33},{&quot;2026-09-03&quot;:5.35},{&quot;2026-09-04&quot;:5.34},{&quot;2026-09-05&quot;:5.23},{&quot;2026-09-06&quot;:5.35},{&quot;2026-09-07&quot;:5.31},{&quot;2026-09-08&quot;:5.35},{&quot;2026-09-09&quot;:5.35},{&quot;2026-09-10&quot;:5.36},{&quot;2026-09-11&quot;:5.38}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="85578"
  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">
            Patriar&#39;s Seal
        </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">
            $5.36
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Patriar&#39;s Seal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/08bf0e79-efb8-4348-9b73-90293ac8f306.jpg?1783909996" />

        <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">
            Patriar&#39;s Seal
        </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-3'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Patriar&#39;s Seal" src="https://cards.scryfall.io/large/front/0/8/08bf0e79-efb8-4348-9b73-90293ac8f306.jpg?1783909996" />
    </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">
                $5.36
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.9},{&quot;2026-06-10&quot;:4.9},{&quot;2026-06-11&quot;:4.76},{&quot;2026-06-12&quot;:4.76},{&quot;2026-06-13&quot;:4.8},{&quot;2026-06-14&quot;:4.89},{&quot;2026-06-15&quot;:4.95},{&quot;2026-06-16&quot;:4.86},{&quot;2026-06-17&quot;:4.85},{&quot;2026-06-18&quot;:4.84},{&quot;2026-06-19&quot;:4.86},{&quot;2026-06-20&quot;:4.86},{&quot;2026-06-21&quot;:4.79},{&quot;2026-06-22&quot;:4.79},{&quot;2026-06-24&quot;:4.99},{&quot;2026-06-25&quot;:5.06},{&quot;2026-06-26&quot;:5.13},{&quot;2026-06-27&quot;:5.13},{&quot;2026-06-28&quot;:5.11},{&quot;2026-06-29&quot;:5.11},{&quot;2026-06-30&quot;:5.08},{&quot;2026-07-01&quot;:5.08},{&quot;2026-07-02&quot;:5.06},{&quot;2026-07-03&quot;:5.06},{&quot;2026-07-04&quot;:5.06},{&quot;2026-07-05&quot;:5.06},{&quot;2026-07-06&quot;:5.22},{&quot;2026-07-07&quot;:5.22},{&quot;2026-07-08&quot;:5.2},{&quot;2026-07-09&quot;:5.2},{&quot;2026-07-10&quot;:5.19},{&quot;2026-07-11&quot;:5.2},{&quot;2026-07-12&quot;:5.2},{&quot;2026-07-13&quot;:5.2},{&quot;2026-07-14&quot;:5.51},{&quot;2026-07-15&quot;:5.51},{&quot;2026-07-16&quot;:5.46},{&quot;2026-07-17&quot;:5.47},{&quot;2026-07-18&quot;:5.5},{&quot;2026-07-19&quot;:5.5},{&quot;2026-07-20&quot;:5.44},{&quot;2026-07-21&quot;:5.44},{&quot;2026-07-23&quot;:5.4},{&quot;2026-07-25&quot;:5.24},{&quot;2026-07-26&quot;:5.24},{&quot;2026-07-27&quot;:5.54},{&quot;2026-07-29&quot;:5.49},{&quot;2026-07-30&quot;:5.49},{&quot;2026-07-31&quot;:5.31},{&quot;2026-08-01&quot;:5.31},{&quot;2026-08-02&quot;:5.29},{&quot;2026-08-03&quot;:5.45},{&quot;2026-08-04&quot;:5.28},{&quot;2026-08-05&quot;:5.17},{&quot;2026-08-07&quot;:5.09},{&quot;2026-08-08&quot;:4.88},{&quot;2026-08-09&quot;:4.64},{&quot;2026-08-10&quot;:4.0},{&quot;2026-08-11&quot;:3.9},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.63},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:3.61},{&quot;2026-08-16&quot;:3.67},{&quot;2026-08-17&quot;:3.89},{&quot;2026-08-18&quot;:4.16},{&quot;2026-08-19&quot;:4.16},{&quot;2026-08-20&quot;:4.16},{&quot;2026-08-21&quot;:4.14},{&quot;2026-08-22&quot;:4.14},{&quot;2026-08-23&quot;:3.92},{&quot;2026-08-24&quot;:4.18},{&quot;2026-08-25&quot;:4.18},{&quot;2026-08-26&quot;:4.31},{&quot;2026-08-27&quot;:4.31},{&quot;2026-08-28&quot;:4.3},{&quot;2026-08-29&quot;:4.3},{&quot;2026-08-30&quot;:4.44},{&quot;2026-08-31&quot;:4.44},{&quot;2026-09-01&quot;:4.44},{&quot;2026-09-02&quot;:4.78},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.84},{&quot;2026-09-05&quot;:5.28},{&quot;2026-09-06&quot;:5.28},{&quot;2026-09-07&quot;:5.36},{&quot;2026-09-08&quot;:5.36},{&quot;2026-09-09&quot;:5.36},{&quot;2026-09-10&quot;:5.36},{&quot;2026-09-11&quot;:5.36}]}"
        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="39145"
  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-kld ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Authority of the Consuls" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/324b2f55-1e09-490e-8f7e-bfde85a91ac4.jpg?1783937237" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Authority of the Consuls" src="https://cards.scryfall.io/large/front/3/2/324b2f55-1e09-490e-8f7e-bfde85a91ac4.jpg?1783937237" />
    </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">
                $5.35
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $10.70
              </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.10</span>
              <span class="text-xs text-grey-text">Credit: $4.03</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;:10.86},{&quot;2026-06-11&quot;:10.86},{&quot;2026-06-12&quot;:10.86},{&quot;2026-06-13&quot;:10.86},{&quot;2026-06-14&quot;:10.86},{&quot;2026-06-15&quot;:10.86},{&quot;2026-06-16&quot;:10.86},{&quot;2026-06-17&quot;:10.86},{&quot;2026-06-18&quot;:10.86},{&quot;2026-06-19&quot;:10.58},{&quot;2026-06-20&quot;:10.58},{&quot;2026-06-21&quot;:10.58},{&quot;2026-06-22&quot;:10.58},{&quot;2026-06-23&quot;:10.35},{&quot;2026-06-24&quot;:10.14},{&quot;2026-06-25&quot;:10.14},{&quot;2026-06-26&quot;:10.14},{&quot;2026-06-27&quot;:10.09},{&quot;2026-06-28&quot;:10.09},{&quot;2026-06-29&quot;:10.09},{&quot;2026-06-30&quot;:10.09},{&quot;2026-07-01&quot;:10.09},{&quot;2026-07-02&quot;:9.88},{&quot;2026-07-03&quot;:9.88},{&quot;2026-07-04&quot;:9.88},{&quot;2026-07-05&quot;:9.88},{&quot;2026-07-06&quot;:9.88},{&quot;2026-07-07&quot;:9.88},{&quot;2026-07-08&quot;:9.88},{&quot;2026-07-09&quot;:9.88},{&quot;2026-07-10&quot;:9.88},{&quot;2026-07-11&quot;:9.88},{&quot;2026-07-12&quot;:10.36},{&quot;2026-07-13&quot;:10.36},{&quot;2026-07-14&quot;:10.36},{&quot;2026-07-15&quot;:10.36},{&quot;2026-07-16&quot;:10.36},{&quot;2026-07-17&quot;:10.34},{&quot;2026-07-18&quot;:10.34},{&quot;2026-07-19&quot;:10.34},{&quot;2026-07-20&quot;:10.34},{&quot;2026-07-21&quot;:10.4},{&quot;2026-07-23&quot;:10.4},{&quot;2026-07-25&quot;:10.4},{&quot;2026-07-26&quot;:10.4},{&quot;2026-07-27&quot;:10.4},{&quot;2026-07-29&quot;:10.4},{&quot;2026-07-30&quot;:10.4},{&quot;2026-07-31&quot;:10.4},{&quot;2026-08-01&quot;:10.4},{&quot;2026-08-02&quot;:10.4},{&quot;2026-08-03&quot;:10.4},{&quot;2026-08-04&quot;:10.4},{&quot;2026-08-05&quot;:10.4},{&quot;2026-08-07&quot;:10.5},{&quot;2026-08-08&quot;:10.5},{&quot;2026-08-09&quot;:10.5},{&quot;2026-08-10&quot;:10.59},{&quot;2026-08-11&quot;:10.59},{&quot;2026-08-12&quot;:10.59},{&quot;2026-08-13&quot;:10.59},{&quot;2026-08-14&quot;:10.59},{&quot;2026-08-15&quot;:10.59},{&quot;2026-08-16&quot;:10.59},{&quot;2026-08-17&quot;:10.59},{&quot;2026-08-18&quot;:10.59},{&quot;2026-08-19&quot;:10.59},{&quot;2026-08-20&quot;:10.59},{&quot;2026-08-21&quot;:10.59},{&quot;2026-08-22&quot;:10.59},{&quot;2026-08-23&quot;:10.59},{&quot;2026-08-24&quot;:10.59},{&quot;2026-08-25&quot;:10.59},{&quot;2026-08-26&quot;:10.59},{&quot;2026-08-27&quot;:10.59},{&quot;2026-08-28&quot;:10.59},{&quot;2026-08-29&quot;:10.59},{&quot;2026-08-30&quot;:10.59},{&quot;2026-08-31&quot;:10.59},{&quot;2026-09-01&quot;:10.59},{&quot;2026-09-02&quot;:10.79},{&quot;2026-09-03&quot;:10.71},{&quot;2026-09-04&quot;:10.71},{&quot;2026-09-05&quot;:10.71},{&quot;2026-09-06&quot;:10.71},{&quot;2026-09-07&quot;:10.71},{&quot;2026-09-08&quot;:10.71},{&quot;2026-09-09&quot;:10.71},{&quot;2026-09-10&quot;:10.71},{&quot;2026-09-11&quot;:10.7}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.77},{&quot;2026-06-11&quot;:4.72},{&quot;2026-06-12&quot;:4.34},{&quot;2026-06-13&quot;:4.34},{&quot;2026-06-14&quot;:4.28},{&quot;2026-06-15&quot;:4.38},{&quot;2026-06-16&quot;:4.43},{&quot;2026-06-17&quot;:4.37},{&quot;2026-06-18&quot;:4.37},{&quot;2026-06-19&quot;:4.36},{&quot;2026-06-20&quot;:4.36},{&quot;2026-06-21&quot;:4.33},{&quot;2026-06-22&quot;:4.26},{&quot;2026-06-23&quot;:4.25},{&quot;2026-06-24&quot;:4.28},{&quot;2026-06-25&quot;:4.21},{&quot;2026-06-26&quot;:4.21},{&quot;2026-06-27&quot;:4.08},{&quot;2026-06-28&quot;:4.0},{&quot;2026-06-29&quot;:3.93},{&quot;2026-06-30&quot;:4.01},{&quot;2026-07-01&quot;:4.06},{&quot;2026-07-02&quot;:4.03},{&quot;2026-07-03&quot;:3.94},{&quot;2026-07-04&quot;:3.98},{&quot;2026-07-05&quot;:3.95},{&quot;2026-07-06&quot;:4.01},{&quot;2026-07-07&quot;:4.15},{&quot;2026-07-08&quot;:4.16},{&quot;2026-07-09&quot;:4.16},{&quot;2026-07-10&quot;:4.17},{&quot;2026-07-11&quot;:4.31},{&quot;2026-07-12&quot;:4.31},{&quot;2026-07-13&quot;:4.53},{&quot;2026-07-14&quot;:4.5},{&quot;2026-07-15&quot;:4.62},{&quot;2026-07-16&quot;:4.74},{&quot;2026-07-17&quot;:4.7},{&quot;2026-07-18&quot;:5.24},{&quot;2026-07-19&quot;:5.3},{&quot;2026-07-20&quot;:5.26},{&quot;2026-07-21&quot;:5.09},{&quot;2026-07-23&quot;:4.67},{&quot;2026-07-25&quot;:4.71},{&quot;2026-07-26&quot;:4.67},{&quot;2026-07-27&quot;:4.63},{&quot;2026-07-29&quot;:4.58},{&quot;2026-07-30&quot;:4.27},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.14},{&quot;2026-08-02&quot;:4.39},{&quot;2026-08-03&quot;:4.42},{&quot;2026-08-04&quot;:4.59},{&quot;2026-08-05&quot;:4.59},{&quot;2026-08-07&quot;:4.62},{&quot;2026-08-08&quot;:4.63},{&quot;2026-08-09&quot;:4.68},{&quot;2026-08-10&quot;:4.68},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.9},{&quot;2026-08-13&quot;:4.79},{&quot;2026-08-14&quot;:5.31},{&quot;2026-08-15&quot;:5.3},{&quot;2026-08-16&quot;:5.3},{&quot;2026-08-17&quot;:5.43},{&quot;2026-08-18&quot;:5.64},{&quot;2026-08-19&quot;:5.62},{&quot;2026-08-20&quot;:5.62},{&quot;2026-08-21&quot;:5.66},{&quot;2026-08-22&quot;:5.41},{&quot;2026-08-23&quot;:5.3},{&quot;2026-08-24&quot;:5.31},{&quot;2026-08-25&quot;:5.31},{&quot;2026-08-26&quot;:5.12},{&quot;2026-08-27&quot;:5.12},{&quot;2026-08-28&quot;:5.51},{&quot;2026-08-29&quot;:5.51},{&quot;2026-08-30&quot;:4.85},{&quot;2026-08-31&quot;:4.91},{&quot;2026-09-01&quot;:4.91},{&quot;2026-09-02&quot;:4.74},{&quot;2026-09-03&quot;:5.02},{&quot;2026-09-04&quot;:5.0},{&quot;2026-09-05&quot;:5.06},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.29},{&quot;2026-09-08&quot;:5.22},{&quot;2026-09-09&quot;:5.49},{&quot;2026-09-10&quot;:5.43},{&quot;2026-09-11&quot;:5.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="2087"
  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-akh 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">
            Archfiend of Ifnir
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Archfiend of Ifnir" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/2/f216bfb7-739d-4a3a-8ba4-6507c66aa5ca.jpg?1783936398" />

        <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">
            Archfiend of Ifnir
        </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 — Demon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Archfiend of Ifnir" src="https://cards.scryfall.io/large/front/f/2/f216bfb7-739d-4a3a-8ba4-6507c66aa5ca.jpg?1783936398" />
    </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">
                $5.34
              </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 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-10&quot;:3.45},{&quot;2026-06-11&quot;:3.45},{&quot;2026-06-12&quot;:3.42},{&quot;2026-06-13&quot;:3.36},{&quot;2026-06-14&quot;:3.4},{&quot;2026-06-15&quot;:3.38},{&quot;2026-06-16&quot;:3.38},{&quot;2026-06-17&quot;:3.49},{&quot;2026-06-18&quot;:3.66},{&quot;2026-06-19&quot;:3.6},{&quot;2026-06-20&quot;:3.6},{&quot;2026-06-21&quot;:3.56},{&quot;2026-06-22&quot;:3.78},{&quot;2026-06-23&quot;:3.74},{&quot;2026-06-24&quot;:3.82},{&quot;2026-06-25&quot;:3.82},{&quot;2026-06-26&quot;:3.7},{&quot;2026-06-27&quot;:3.61},{&quot;2026-06-28&quot;:4.05},{&quot;2026-06-29&quot;:4.05},{&quot;2026-06-30&quot;:4.45},{&quot;2026-07-01&quot;:4.45},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.49},{&quot;2026-07-04&quot;:4.53},{&quot;2026-07-05&quot;:4.53},{&quot;2026-07-06&quot;:5.01},{&quot;2026-07-07&quot;:5.01},{&quot;2026-07-08&quot;:5.01},{&quot;2026-07-09&quot;:5.01},{&quot;2026-07-10&quot;:5.01},{&quot;2026-07-11&quot;:5.01},{&quot;2026-07-12&quot;:5.0},{&quot;2026-07-13&quot;:5.27},{&quot;2026-07-14&quot;:5.27},{&quot;2026-07-15&quot;:5.27},{&quot;2026-07-16&quot;:5.22},{&quot;2026-07-17&quot;:5.23},{&quot;2026-07-18&quot;:5.71},{&quot;2026-07-19&quot;:5.71},{&quot;2026-07-20&quot;:5.77},{&quot;2026-07-21&quot;:5.7},{&quot;2026-07-23&quot;:6.19},{&quot;2026-07-25&quot;:6.19},{&quot;2026-07-26&quot;:6.19},{&quot;2026-07-27&quot;:6.19},{&quot;2026-07-29&quot;:5.25},{&quot;2026-07-30&quot;:5.25},{&quot;2026-07-31&quot;:5.54},{&quot;2026-08-01&quot;:5.97},{&quot;2026-08-02&quot;:5.97},{&quot;2026-08-03&quot;:5.97},{&quot;2026-08-04&quot;:5.97},{&quot;2026-08-05&quot;:5.97},{&quot;2026-08-07&quot;:5.97},{&quot;2026-08-08&quot;:5.97},{&quot;2026-08-09&quot;:5.97},{&quot;2026-08-10&quot;:5.56},{&quot;2026-08-11&quot;:5.56},{&quot;2026-08-12&quot;:5.56},{&quot;2026-08-13&quot;:5.47},{&quot;2026-08-14&quot;:5.87},{&quot;2026-08-15&quot;:5.87},{&quot;2026-08-16&quot;:5.81},{&quot;2026-08-17&quot;:6.19},{&quot;2026-08-18&quot;:6.19},{&quot;2026-08-19&quot;:6.17},{&quot;2026-08-20&quot;:6.17},{&quot;2026-08-21&quot;:6.43},{&quot;2026-08-22&quot;:6.43},{&quot;2026-08-23&quot;:6.49},{&quot;2026-08-24&quot;:6.49},{&quot;2026-08-25&quot;:6.49},{&quot;2026-08-26&quot;:6.49},{&quot;2026-08-27&quot;:6.49},{&quot;2026-08-28&quot;:6.43},{&quot;2026-08-29&quot;:6.43},{&quot;2026-08-30&quot;:5.94},{&quot;2026-08-31&quot;:5.4},{&quot;2026-09-01&quot;:5.4},{&quot;2026-09-02&quot;:5.5},{&quot;2026-09-03&quot;:5.5},{&quot;2026-09-04&quot;:5.32},{&quot;2026-09-05&quot;:5.56},{&quot;2026-09-06&quot;:5.56},{&quot;2026-09-07&quot;:5.56},{&quot;2026-09-08&quot;:5.56},{&quot;2026-09-09&quot;:5.56},{&quot;2026-09-10&quot;:5.4},{&quot;2026-09-11&quot;:5.34}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Leaf-Crowned Visionary" src="https://cards.scryfall.io/large/front/a/a/aa7bd814-9f88-4e01-932d-07ac1abc060e.jpg?1783921299" />
    </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">
                $5.34
              </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">
                $4.82
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:6.07},{&quot;2026-06-12&quot;:5.96},{&quot;2026-06-13&quot;:5.96},{&quot;2026-06-14&quot;:5.96},{&quot;2026-06-15&quot;:5.96},{&quot;2026-06-16&quot;:5.96},{&quot;2026-06-17&quot;:5.96},{&quot;2026-06-18&quot;:5.96},{&quot;2026-06-19&quot;:5.96},{&quot;2026-06-20&quot;:5.99},{&quot;2026-06-21&quot;:5.99},{&quot;2026-06-22&quot;:6.04},{&quot;2026-06-23&quot;:6.04},{&quot;2026-06-24&quot;:6.04},{&quot;2026-06-25&quot;:6.04},{&quot;2026-06-26&quot;:6.04},{&quot;2026-06-27&quot;:6.04},{&quot;2026-06-28&quot;:6.04},{&quot;2026-06-29&quot;:6.04},{&quot;2026-06-30&quot;:5.97},{&quot;2026-07-01&quot;:5.98},{&quot;2026-07-02&quot;:5.98},{&quot;2026-07-03&quot;:6.01},{&quot;2026-07-04&quot;:6.01},{&quot;2026-07-05&quot;:6.01},{&quot;2026-07-06&quot;:6.01},{&quot;2026-07-07&quot;:6.01},{&quot;2026-07-08&quot;:6.01},{&quot;2026-07-09&quot;:6.01},{&quot;2026-07-10&quot;:6.01},{&quot;2026-07-11&quot;:6.01},{&quot;2026-07-12&quot;:6.01},{&quot;2026-07-13&quot;:5.96},{&quot;2026-07-14&quot;:5.96},{&quot;2026-07-15&quot;:5.96},{&quot;2026-07-16&quot;:5.96},{&quot;2026-07-17&quot;:5.93},{&quot;2026-07-18&quot;:5.93},{&quot;2026-07-19&quot;:5.84},{&quot;2026-07-20&quot;:5.86},{&quot;2026-07-21&quot;:5.86},{&quot;2026-07-23&quot;:5.86},{&quot;2026-07-25&quot;:5.86},{&quot;2026-07-26&quot;:5.86},{&quot;2026-07-27&quot;:5.73},{&quot;2026-07-28&quot;:5.73},{&quot;2026-07-29&quot;:5.73},{&quot;2026-07-30&quot;:5.73},{&quot;2026-07-31&quot;:5.47},{&quot;2026-08-01&quot;:5.26},{&quot;2026-08-02&quot;:5.08},{&quot;2026-08-03&quot;:5.08},{&quot;2026-08-04&quot;:5.09},{&quot;2026-08-05&quot;:5.09},{&quot;2026-08-07&quot;:4.96},{&quot;2026-08-08&quot;:4.92},{&quot;2026-08-09&quot;:4.92},{&quot;2026-08-10&quot;:4.92},{&quot;2026-08-11&quot;:4.92},{&quot;2026-08-12&quot;:4.77},{&quot;2026-08-13&quot;:4.73},{&quot;2026-08-14&quot;:4.67},{&quot;2026-08-15&quot;:4.73},{&quot;2026-08-16&quot;:4.77},{&quot;2026-08-17&quot;:4.77},{&quot;2026-08-18&quot;:4.88},{&quot;2026-08-19&quot;:4.77},{&quot;2026-08-20&quot;:4.77},{&quot;2026-08-21&quot;:4.78},{&quot;2026-08-22&quot;:4.74},{&quot;2026-08-23&quot;:4.77},{&quot;2026-08-24&quot;:4.77},{&quot;2026-08-25&quot;:4.77},{&quot;2026-08-26&quot;:4.92},{&quot;2026-08-27&quot;:4.92},{&quot;2026-08-28&quot;:4.92},{&quot;2026-08-29&quot;:4.92},{&quot;2026-08-30&quot;:4.87},{&quot;2026-08-31&quot;:4.92},{&quot;2026-09-01&quot;:4.92},{&quot;2026-09-02&quot;:4.86},{&quot;2026-09-03&quot;:4.88},{&quot;2026-09-04&quot;:4.84},{&quot;2026-09-05&quot;:4.84},{&quot;2026-09-06&quot;:4.84},{&quot;2026-09-07&quot;:4.84},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:4.85},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.82}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.63},{&quot;2026-06-12&quot;:5.34},{&quot;2026-06-13&quot;:5.34},{&quot;2026-06-14&quot;:5.32},{&quot;2026-06-15&quot;:5.32},{&quot;2026-06-16&quot;:5.34},{&quot;2026-06-17&quot;:5.21},{&quot;2026-06-18&quot;:5.11},{&quot;2026-06-19&quot;:4.9},{&quot;2026-06-20&quot;:4.84},{&quot;2026-06-21&quot;:4.74},{&quot;2026-06-22&quot;:4.71},{&quot;2026-06-23&quot;:4.79},{&quot;2026-06-24&quot;:4.79},{&quot;2026-06-25&quot;:4.74},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.73},{&quot;2026-06-28&quot;:4.68},{&quot;2026-06-29&quot;:4.75},{&quot;2026-06-30&quot;:4.66},{&quot;2026-07-01&quot;:4.61},{&quot;2026-07-02&quot;:4.67},{&quot;2026-07-03&quot;:4.73},{&quot;2026-07-04&quot;:4.6},{&quot;2026-07-05&quot;:4.53},{&quot;2026-07-06&quot;:4.66},{&quot;2026-07-07&quot;:4.72},{&quot;2026-07-08&quot;:4.83},{&quot;2026-07-09&quot;:4.82},{&quot;2026-07-10&quot;:4.82},{&quot;2026-07-11&quot;:4.82},{&quot;2026-07-12&quot;:4.85},{&quot;2026-07-13&quot;:4.8},{&quot;2026-07-14&quot;:5.06},{&quot;2026-07-15&quot;:5.08},{&quot;2026-07-16&quot;:5.07},{&quot;2026-07-17&quot;:4.99},{&quot;2026-07-18&quot;:4.91},{&quot;2026-07-19&quot;:4.86},{&quot;2026-07-20&quot;:4.79},{&quot;2026-07-21&quot;:4.81},{&quot;2026-07-23&quot;:4.83},{&quot;2026-07-25&quot;:4.83},{&quot;2026-07-26&quot;:4.65},{&quot;2026-07-27&quot;:4.79},{&quot;2026-07-28&quot;:4.81},{&quot;2026-07-29&quot;:4.81},{&quot;2026-07-30&quot;:4.67},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.53},{&quot;2026-08-02&quot;:4.55},{&quot;2026-08-03&quot;:4.58},{&quot;2026-08-04&quot;:4.67},{&quot;2026-08-05&quot;:4.67},{&quot;2026-08-07&quot;:4.5},{&quot;2026-08-08&quot;:4.49},{&quot;2026-08-09&quot;:4.61},{&quot;2026-08-10&quot;:4.77},{&quot;2026-08-11&quot;:4.69},{&quot;2026-08-12&quot;:4.8},{&quot;2026-08-13&quot;:4.85},{&quot;2026-08-14&quot;:4.81},{&quot;2026-08-15&quot;:4.81},{&quot;2026-08-16&quot;:4.81},{&quot;2026-08-17&quot;:4.62},{&quot;2026-08-18&quot;:4.84},{&quot;2026-08-19&quot;:4.82},{&quot;2026-08-20&quot;:4.82},{&quot;2026-08-21&quot;:4.95},{&quot;2026-08-22&quot;:4.92},{&quot;2026-08-23&quot;:4.9},{&quot;2026-08-24&quot;:4.96},{&quot;2026-08-25&quot;:4.96},{&quot;2026-08-26&quot;:5.0},{&quot;2026-08-27&quot;:5.02},{&quot;2026-08-28&quot;:4.9},{&quot;2026-08-29&quot;:4.9},{&quot;2026-08-30&quot;:4.98},{&quot;2026-08-31&quot;:4.92},{&quot;2026-09-01&quot;:4.92},{&quot;2026-09-02&quot;:5.02},{&quot;2026-09-03&quot;:5.07},{&quot;2026-09-04&quot;:5.18},{&quot;2026-09-05&quot;:5.26},{&quot;2026-09-06&quot;:5.18},{&quot;2026-09-07&quot;:5.33},{&quot;2026-09-08&quot;:5.26},{&quot;2026-09-09&quot;:5.18},{&quot;2026-09-10&quot;:5.25},{&quot;2026-09-11&quot;:5.34}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="87534"
  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-wot 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">
            Hardened Scales
        </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">
              ↓
              10%
            </span>

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

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

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

        <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">
            Hardened Scales
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Hardened Scales" src="https://cards.scryfall.io/large/front/d/2/d2d1bfab-25b4-474b-bdab-ac18215f1920.jpg?1783914918" />
    </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">
                $5.34
              </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">
                $9.71
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.0},{&quot;2026-06-14&quot;:8.07},{&quot;2026-06-15&quot;:8.07},{&quot;2026-06-16&quot;:7.81},{&quot;2026-06-17&quot;:7.81},{&quot;2026-06-18&quot;:7.74},{&quot;2026-06-19&quot;:7.46},{&quot;2026-06-20&quot;:7.46},{&quot;2026-06-21&quot;:7.46},{&quot;2026-06-22&quot;:7.46},{&quot;2026-06-23&quot;:7.46},{&quot;2026-06-24&quot;:7.53},{&quot;2026-06-25&quot;:7.53},{&quot;2026-06-26&quot;:7.68},{&quot;2026-06-27&quot;:7.68},{&quot;2026-06-28&quot;:7.68},{&quot;2026-06-29&quot;:7.74},{&quot;2026-06-30&quot;:7.68},{&quot;2026-07-01&quot;:7.45},{&quot;2026-07-02&quot;:7.59},{&quot;2026-07-03&quot;:7.59},{&quot;2026-07-04&quot;:7.81},{&quot;2026-07-05&quot;:7.82},{&quot;2026-07-06&quot;:8.03},{&quot;2026-07-07&quot;:8.03},{&quot;2026-07-08&quot;:8.03},{&quot;2026-07-09&quot;:8.03},{&quot;2026-07-10&quot;:8.03},{&quot;2026-07-11&quot;:8.03},{&quot;2026-07-12&quot;:8.03},{&quot;2026-07-13&quot;:8.09},{&quot;2026-07-14&quot;:8.15},{&quot;2026-07-15&quot;:8.14},{&quot;2026-07-16&quot;:8.49},{&quot;2026-07-17&quot;:8.49},{&quot;2026-07-18&quot;:8.5},{&quot;2026-07-19&quot;:8.5},{&quot;2026-07-20&quot;:8.5},{&quot;2026-07-21&quot;:8.56},{&quot;2026-07-22&quot;:8.56},{&quot;2026-07-23&quot;:8.56},{&quot;2026-07-24&quot;:8.58},{&quot;2026-07-25&quot;:8.71},{&quot;2026-07-26&quot;:8.71},{&quot;2026-07-27&quot;:8.71},{&quot;2026-07-28&quot;:8.71},{&quot;2026-07-29&quot;:8.78},{&quot;2026-07-30&quot;:8.78},{&quot;2026-07-31&quot;:9.12},{&quot;2026-08-01&quot;:9.17},{&quot;2026-08-02&quot;:9.16},{&quot;2026-08-03&quot;:9.16},{&quot;2026-08-04&quot;:9.16},{&quot;2026-08-05&quot;:9.33},{&quot;2026-08-07&quot;:9.41},{&quot;2026-08-08&quot;:9.41},{&quot;2026-08-09&quot;:9.41},{&quot;2026-08-10&quot;:9.41},{&quot;2026-08-11&quot;:9.38},{&quot;2026-08-12&quot;:9.35},{&quot;2026-08-13&quot;:9.35},{&quot;2026-08-14&quot;:9.35},{&quot;2026-08-15&quot;:9.35},{&quot;2026-08-16&quot;:9.22},{&quot;2026-08-17&quot;:9.22},{&quot;2026-08-18&quot;:9.22},{&quot;2026-08-19&quot;:9.29},{&quot;2026-08-20&quot;:9.2},{&quot;2026-08-21&quot;:9.19},{&quot;2026-08-22&quot;:9.19},{&quot;2026-08-23&quot;:9.24},{&quot;2026-08-24&quot;:9.24},{&quot;2026-08-25&quot;:9.29},{&quot;2026-08-26&quot;:9.29},{&quot;2026-08-27&quot;:9.29},{&quot;2026-08-28&quot;:9.29},{&quot;2026-08-29&quot;:9.29},{&quot;2026-08-30&quot;:9.29},{&quot;2026-08-31&quot;:8.94},{&quot;2026-09-01&quot;:9.2},{&quot;2026-09-02&quot;:9.23},{&quot;2026-09-03&quot;:9.16},{&quot;2026-09-04&quot;:9.16},{&quot;2026-09-05&quot;:9.16},{&quot;2026-09-06&quot;:9.16},{&quot;2026-09-07&quot;:9.21},{&quot;2026-09-08&quot;:9.21},{&quot;2026-09-09&quot;:9.21},{&quot;2026-09-10&quot;:9.21},{&quot;2026-09-11&quot;:9.71}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.73},{&quot;2026-06-14&quot;:4.51},{&quot;2026-06-15&quot;:4.31},{&quot;2026-06-16&quot;:4.08},{&quot;2026-06-17&quot;:4.09},{&quot;2026-06-18&quot;:4.31},{&quot;2026-06-19&quot;:4.52},{&quot;2026-06-20&quot;:4.61},{&quot;2026-06-21&quot;:4.49},{&quot;2026-06-22&quot;:4.57},{&quot;2026-06-23&quot;:4.61},{&quot;2026-06-24&quot;:4.6},{&quot;2026-06-25&quot;:4.56},{&quot;2026-06-26&quot;:4.52},{&quot;2026-06-27&quot;:4.58},{&quot;2026-06-28&quot;:4.65},{&quot;2026-06-29&quot;:4.88},{&quot;2026-06-30&quot;:4.82},{&quot;2026-07-01&quot;:5.03},{&quot;2026-07-02&quot;:5.19},{&quot;2026-07-03&quot;:5.13},{&quot;2026-07-04&quot;:5.08},{&quot;2026-07-05&quot;:5.01},{&quot;2026-07-06&quot;:4.84},{&quot;2026-07-07&quot;:4.9},{&quot;2026-07-08&quot;:5.16},{&quot;2026-07-09&quot;:5.17},{&quot;2026-07-10&quot;:5.11},{&quot;2026-07-11&quot;:5.07},{&quot;2026-07-12&quot;:5.13},{&quot;2026-07-13&quot;:5.02},{&quot;2026-07-14&quot;:4.79},{&quot;2026-07-15&quot;:4.99},{&quot;2026-07-16&quot;:4.69},{&quot;2026-07-17&quot;:4.7},{&quot;2026-07-18&quot;:4.66},{&quot;2026-07-19&quot;:4.54},{&quot;2026-07-20&quot;:4.52},{&quot;2026-07-21&quot;:4.6},{&quot;2026-07-22&quot;:4.54},{&quot;2026-07-23&quot;:4.81},{&quot;2026-07-24&quot;:4.94},{&quot;2026-07-25&quot;:5.0},{&quot;2026-07-26&quot;:4.78},{&quot;2026-07-27&quot;:4.67},{&quot;2026-07-28&quot;:4.69},{&quot;2026-07-29&quot;:4.58},{&quot;2026-07-30&quot;:4.13},{&quot;2026-07-31&quot;:4.9},{&quot;2026-08-01&quot;:4.83},{&quot;2026-08-02&quot;:4.89},{&quot;2026-08-03&quot;:4.79},{&quot;2026-08-04&quot;:4.98},{&quot;2026-08-05&quot;:5.01},{&quot;2026-08-07&quot;:4.83},{&quot;2026-08-08&quot;:4.64},{&quot;2026-08-09&quot;:4.65},{&quot;2026-08-10&quot;:4.69},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.76},{&quot;2026-08-13&quot;:5.02},{&quot;2026-08-14&quot;:5.0},{&quot;2026-08-15&quot;:4.99},{&quot;2026-08-16&quot;:4.9},{&quot;2026-08-17&quot;:5.02},{&quot;2026-08-18&quot;:4.9},{&quot;2026-08-19&quot;:5.02},{&quot;2026-08-20&quot;:4.95},{&quot;2026-08-21&quot;:4.58},{&quot;2026-08-22&quot;:4.57},{&quot;2026-08-23&quot;:4.7},{&quot;2026-08-24&quot;:5.02},{&quot;2026-08-25&quot;:5.17},{&quot;2026-08-26&quot;:5.14},{&quot;2026-08-27&quot;:5.17},{&quot;2026-08-28&quot;:5.16},{&quot;2026-08-29&quot;:5.16},{&quot;2026-08-30&quot;:5.45},{&quot;2026-08-31&quot;:5.39},{&quot;2026-09-01&quot;:5.47},{&quot;2026-09-02&quot;:5.58},{&quot;2026-09-03&quot;:5.9},{&quot;2026-09-04&quot;:6.05},{&quot;2026-09-05&quot;:5.91},{&quot;2026-09-06&quot;:5.68},{&quot;2026-09-07&quot;:5.2},{&quot;2026-09-08&quot;:5.18},{&quot;2026-09-09&quot;:5.31},{&quot;2026-09-10&quot;:5.09},{&quot;2026-09-11&quot;:5.34}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30004"
  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">
            Hypnotic Specter
        </span>


      </div>

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

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

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

        <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">
            Hypnotic Specter
        </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 — Specter</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><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="Hypnotic Specter" src="https://cards.scryfall.io/large/front/b/5/b5900350-be08-4904-8f1b-cc180ed08485.jpg?1783947842" />
    </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">
                $5.33
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.10</span>
              <span class="text-xs text-grey-text">Credit: $4.03</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.45},{&quot;2026-06-14&quot;:3.45},{&quot;2026-06-15&quot;:3.45},{&quot;2026-06-16&quot;:3.48},{&quot;2026-06-17&quot;:3.48},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.58},{&quot;2026-06-20&quot;:3.58},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.58},{&quot;2026-06-23&quot;:3.58},{&quot;2026-06-24&quot;:3.58},{&quot;2026-06-25&quot;:3.58},{&quot;2026-06-26&quot;:3.58},{&quot;2026-06-27&quot;:3.58},{&quot;2026-06-28&quot;:3.58},{&quot;2026-06-29&quot;:3.6},{&quot;2026-06-30&quot;:3.6},{&quot;2026-07-01&quot;:3.59},{&quot;2026-07-02&quot;:3.59},{&quot;2026-07-03&quot;:3.65},{&quot;2026-07-04&quot;:3.65},{&quot;2026-07-05&quot;:3.65},{&quot;2026-07-06&quot;:3.65},{&quot;2026-07-07&quot;:3.65},{&quot;2026-07-08&quot;:3.65},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.65},{&quot;2026-07-11&quot;:3.65},{&quot;2026-07-12&quot;:3.65},{&quot;2026-07-13&quot;:3.65},{&quot;2026-07-14&quot;:3.65},{&quot;2026-07-15&quot;:3.8},{&quot;2026-07-16&quot;:3.8},{&quot;2026-07-17&quot;:3.81},{&quot;2026-07-18&quot;:3.81},{&quot;2026-07-19&quot;:3.81},{&quot;2026-07-20&quot;:3.81},{&quot;2026-07-21&quot;:3.81},{&quot;2026-07-22&quot;:3.81},{&quot;2026-07-23&quot;:3.81},{&quot;2026-07-24&quot;:3.9},{&quot;2026-07-25&quot;:3.9},{&quot;2026-07-26&quot;:3.9},{&quot;2026-07-27&quot;:3.9},{&quot;2026-07-28&quot;:3.9},{&quot;2026-07-29&quot;:3.9},{&quot;2026-07-30&quot;:3.9},{&quot;2026-07-31&quot;:3.9},{&quot;2026-08-01&quot;:3.9},{&quot;2026-08-02&quot;:3.9},{&quot;2026-08-03&quot;:3.9},{&quot;2026-08-04&quot;:3.98},{&quot;2026-08-05&quot;:3.98},{&quot;2026-08-07&quot;:3.98},{&quot;2026-08-08&quot;:3.98},{&quot;2026-08-09&quot;:3.98},{&quot;2026-08-10&quot;:3.98},{&quot;2026-08-11&quot;:3.98},{&quot;2026-08-12&quot;:4.03},{&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.69},{&quot;2026-08-21&quot;:4.69},{&quot;2026-08-22&quot;:4.69},{&quot;2026-08-23&quot;:4.69},{&quot;2026-08-24&quot;:4.76},{&quot;2026-08-25&quot;:4.76},{&quot;2026-08-26&quot;:4.76},{&quot;2026-08-27&quot;:4.76},{&quot;2026-08-28&quot;:4.76},{&quot;2026-08-29&quot;:4.76},{&quot;2026-08-30&quot;:5.35},{&quot;2026-08-31&quot;:5.35},{&quot;2026-09-01&quot;:5.35},{&quot;2026-09-02&quot;:5.38},{&quot;2026-09-03&quot;:5.38},{&quot;2026-09-04&quot;:5.38},{&quot;2026-09-05&quot;:5.38},{&quot;2026-09-06&quot;:5.38},{&quot;2026-09-07&quot;:5.38},{&quot;2026-09-08&quot;:5.38},{&quot;2026-09-09&quot;:5.33},{&quot;2026-09-10&quot;:5.33},{&quot;2026-09-11&quot;:5.33}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="White Lotus Tile" src="https://cards.scryfall.io/large/front/1/d/1d70f9ec-fdc1-4219-b89b-c030d712c1fc.jpg?1783904914" />
    </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">
                $5.33
              </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">
                $6.17
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.49},{&quot;2026-06-14&quot;:5.38},{&quot;2026-06-15&quot;:5.43},{&quot;2026-06-16&quot;:5.43},{&quot;2026-06-17&quot;:5.43},{&quot;2026-06-18&quot;:5.33},{&quot;2026-06-19&quot;:5.21},{&quot;2026-06-20&quot;:5.19},{&quot;2026-06-21&quot;:4.95},{&quot;2026-06-22&quot;:4.72},{&quot;2026-06-23&quot;:4.76},{&quot;2026-06-24&quot;:4.76},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.73},{&quot;2026-06-27&quot;:4.7},{&quot;2026-06-28&quot;:4.71},{&quot;2026-06-29&quot;:4.74},{&quot;2026-06-30&quot;:4.57},{&quot;2026-07-01&quot;:4.53},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.39},{&quot;2026-07-04&quot;:4.46},{&quot;2026-07-05&quot;:4.56},{&quot;2026-07-06&quot;:4.72},{&quot;2026-07-07&quot;:4.72},{&quot;2026-07-08&quot;:4.64},{&quot;2026-07-09&quot;:4.7},{&quot;2026-07-10&quot;:4.7},{&quot;2026-07-11&quot;:4.7},{&quot;2026-07-12&quot;:4.7},{&quot;2026-07-13&quot;:4.67},{&quot;2026-07-14&quot;:4.67},{&quot;2026-07-15&quot;:4.67},{&quot;2026-07-16&quot;:4.67},{&quot;2026-07-17&quot;:4.67},{&quot;2026-07-18&quot;:4.67},{&quot;2026-07-19&quot;:4.67},{&quot;2026-07-20&quot;:4.67},{&quot;2026-07-21&quot;:4.77},{&quot;2026-07-22&quot;:5.11},{&quot;2026-07-23&quot;:5.06},{&quot;2026-07-24&quot;:5.07},{&quot;2026-07-25&quot;:5.04},{&quot;2026-07-26&quot;:5.13},{&quot;2026-07-27&quot;:5.09},{&quot;2026-07-28&quot;:4.93},{&quot;2026-07-29&quot;:4.76},{&quot;2026-07-30&quot;:4.87},{&quot;2026-07-31&quot;:4.88},{&quot;2026-08-01&quot;:4.88},{&quot;2026-08-02&quot;:5.0},{&quot;2026-08-03&quot;:5.2},{&quot;2026-08-04&quot;:5.09},{&quot;2026-08-05&quot;:5.26},{&quot;2026-08-07&quot;:5.29},{&quot;2026-08-08&quot;:5.25},{&quot;2026-08-09&quot;:5.25},{&quot;2026-08-10&quot;:5.31},{&quot;2026-08-11&quot;:5.47},{&quot;2026-08-12&quot;:5.47},{&quot;2026-08-13&quot;:5.55},{&quot;2026-08-14&quot;:5.55},{&quot;2026-08-15&quot;:5.55},{&quot;2026-08-16&quot;:5.55},{&quot;2026-08-17&quot;:5.57},{&quot;2026-08-18&quot;:5.57},{&quot;2026-08-19&quot;:5.57},{&quot;2026-08-20&quot;:5.57},{&quot;2026-08-21&quot;:5.61},{&quot;2026-08-22&quot;:5.8},{&quot;2026-08-23&quot;:5.8},{&quot;2026-08-24&quot;:5.85},{&quot;2026-08-25&quot;:5.81},{&quot;2026-08-26&quot;:5.96},{&quot;2026-08-27&quot;:5.96},{&quot;2026-08-28&quot;:5.96},{&quot;2026-08-29&quot;:5.96},{&quot;2026-08-30&quot;:6.23},{&quot;2026-08-31&quot;:6.21},{&quot;2026-09-01&quot;:6.17},{&quot;2026-09-02&quot;:6.25},{&quot;2026-09-03&quot;:6.25},{&quot;2026-09-04&quot;:6.43},{&quot;2026-09-05&quot;:6.4},{&quot;2026-09-06&quot;:6.48},{&quot;2026-09-07&quot;:6.51},{&quot;2026-09-08&quot;:6.39},{&quot;2026-09-09&quot;:6.39},{&quot;2026-09-10&quot;:6.39},{&quot;2026-09-11&quot;:6.17}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.83},{&quot;2026-06-14&quot;:3.89},{&quot;2026-06-15&quot;:4.13},{&quot;2026-06-16&quot;:4.0},{&quot;2026-06-17&quot;:4.03},{&quot;2026-06-18&quot;:4.22},{&quot;2026-06-19&quot;:4.33},{&quot;2026-06-20&quot;:4.33},{&quot;2026-06-21&quot;:4.37},{&quot;2026-06-22&quot;:4.43},{&quot;2026-06-23&quot;:4.39},{&quot;2026-06-24&quot;:4.44},{&quot;2026-06-25&quot;:4.42},{&quot;2026-06-26&quot;:4.43},{&quot;2026-06-27&quot;:4.39},{&quot;2026-06-28&quot;:4.39},{&quot;2026-06-29&quot;:4.73},{&quot;2026-06-30&quot;:4.37},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:3.87},{&quot;2026-07-03&quot;:3.97},{&quot;2026-07-04&quot;:3.91},{&quot;2026-07-05&quot;:3.98},{&quot;2026-07-06&quot;:4.31},{&quot;2026-07-07&quot;:4.44},{&quot;2026-07-08&quot;:4.42},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.11},{&quot;2026-07-11&quot;:4.34},{&quot;2026-07-12&quot;:4.28},{&quot;2026-07-13&quot;:4.42},{&quot;2026-07-14&quot;:4.46},{&quot;2026-07-15&quot;:4.37},{&quot;2026-07-16&quot;:4.28},{&quot;2026-07-17&quot;:4.15},{&quot;2026-07-18&quot;:4.43},{&quot;2026-07-19&quot;:4.71},{&quot;2026-07-20&quot;:4.58},{&quot;2026-07-21&quot;:4.49},{&quot;2026-07-22&quot;:4.34},{&quot;2026-07-23&quot;:4.33},{&quot;2026-07-24&quot;:4.46},{&quot;2026-07-25&quot;:4.6},{&quot;2026-07-26&quot;:4.62},{&quot;2026-07-27&quot;:4.67},{&quot;2026-07-28&quot;:4.75},{&quot;2026-07-29&quot;:4.93},{&quot;2026-07-30&quot;:4.85},{&quot;2026-07-31&quot;:4.89},{&quot;2026-08-01&quot;:5.0},{&quot;2026-08-02&quot;:4.92},{&quot;2026-08-03&quot;:5.12},{&quot;2026-08-04&quot;:5.14},{&quot;2026-08-05&quot;:5.11},{&quot;2026-08-07&quot;:4.89},{&quot;2026-08-08&quot;:5.07},{&quot;2026-08-09&quot;:5.11},{&quot;2026-08-10&quot;:5.08},{&quot;2026-08-11&quot;:5.15},{&quot;2026-08-12&quot;:5.25},{&quot;2026-08-13&quot;:5.17},{&quot;2026-08-14&quot;:5.36},{&quot;2026-08-15&quot;:5.19},{&quot;2026-08-16&quot;:5.37},{&quot;2026-08-17&quot;:5.32},{&quot;2026-08-18&quot;:5.55},{&quot;2026-08-19&quot;:5.63},{&quot;2026-08-20&quot;:5.66},{&quot;2026-08-21&quot;:5.14},{&quot;2026-08-22&quot;:5.45},{&quot;2026-08-23&quot;:4.8},{&quot;2026-08-24&quot;:5.01},{&quot;2026-08-25&quot;:4.58},{&quot;2026-08-26&quot;:4.33},{&quot;2026-08-27&quot;:4.55},{&quot;2026-08-28&quot;:4.64},{&quot;2026-08-29&quot;:4.64},{&quot;2026-08-30&quot;:4.83},{&quot;2026-08-31&quot;:5.05},{&quot;2026-09-01&quot;:4.98},{&quot;2026-09-02&quot;:5.41},{&quot;2026-09-03&quot;:5.65},{&quot;2026-09-04&quot;:5.52},{&quot;2026-09-05&quot;:5.26},{&quot;2026-09-06&quot;:5.14},{&quot;2026-09-07&quot;:5.18},{&quot;2026-09-08&quot;:5.31},{&quot;2026-09-09&quot;:5.64},{&quot;2026-09-10&quot;:5.52},{&quot;2026-09-11&quot;:5.33}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Stensian Sanguinist // Exsanguinate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/909a52bc-53f6-4654-9db7-e8f48333d765.jpg?1782683363" />

        <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">
            Stensian Sanguinist 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Stensian Sanguinist // Exsanguinate" src="https://cards.scryfall.io/large/front/9/0/909a52bc-53f6-4654-9db7-e8f48333d765.jpg?1782683363" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Stensian Sanguinist // Exsanguinate" src="https://cards.scryfall.io/large/front/9/0/909a52bc-53f6-4654-9db7-e8f48333d765.jpg?1782683363" />
              </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">
                $5.32
              </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">
                $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">$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;:6.27},{&quot;2026-06-12&quot;:6.48},{&quot;2026-06-13&quot;:6.87},{&quot;2026-06-14&quot;:6.62},{&quot;2026-06-15&quot;:6.58},{&quot;2026-06-16&quot;:6.3},{&quot;2026-06-17&quot;:6.05},{&quot;2026-06-18&quot;:5.87},{&quot;2026-06-19&quot;:5.88},{&quot;2026-06-20&quot;:6.47},{&quot;2026-06-21&quot;:6.5},{&quot;2026-06-22&quot;:6.19},{&quot;2026-06-23&quot;:6.07},{&quot;2026-06-24&quot;:6.16},{&quot;2026-06-25&quot;:6.03},{&quot;2026-06-26&quot;:5.73},{&quot;2026-06-27&quot;:5.48},{&quot;2026-06-28&quot;:5.25},{&quot;2026-06-29&quot;:5.22},{&quot;2026-06-30&quot;:5.12},{&quot;2026-07-01&quot;:5.16},{&quot;2026-07-02&quot;:5.1},{&quot;2026-07-03&quot;:5.08},{&quot;2026-07-04&quot;:5.1},{&quot;2026-07-05&quot;:5.07},{&quot;2026-07-06&quot;:5.23},{&quot;2026-07-07&quot;:5.27},{&quot;2026-07-08&quot;:5.21},{&quot;2026-07-09&quot;:5.01},{&quot;2026-07-10&quot;:4.99},{&quot;2026-07-11&quot;:5.07},{&quot;2026-07-12&quot;:5.08},{&quot;2026-07-13&quot;:5.03},{&quot;2026-07-14&quot;:4.98},{&quot;2026-07-15&quot;:4.92},{&quot;2026-07-16&quot;:4.71},{&quot;2026-07-17&quot;:4.59},{&quot;2026-07-18&quot;:4.57},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.34},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-23&quot;:4.12},{&quot;2026-07-25&quot;:4.37},{&quot;2026-07-26&quot;:4.4},{&quot;2026-07-27&quot;:4.57},{&quot;2026-07-28&quot;:4.62},{&quot;2026-07-29&quot;:4.72},{&quot;2026-07-30&quot;:4.84},{&quot;2026-07-31&quot;:4.91},{&quot;2026-08-01&quot;:4.97},{&quot;2026-08-02&quot;:5.09},{&quot;2026-08-03&quot;:5.59},{&quot;2026-08-04&quot;:5.6},{&quot;2026-08-05&quot;:5.68},{&quot;2026-08-07&quot;:5.09},{&quot;2026-08-08&quot;:5.05},{&quot;2026-08-09&quot;:5.0},{&quot;2026-08-10&quot;:4.93},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:5.11},{&quot;2026-08-13&quot;:5.12},{&quot;2026-08-14&quot;:5.24},{&quot;2026-08-15&quot;:5.18},{&quot;2026-08-16&quot;:5.27},{&quot;2026-08-17&quot;:5.25},{&quot;2026-08-18&quot;:5.15},{&quot;2026-08-19&quot;:5.19},{&quot;2026-08-20&quot;:5.19},{&quot;2026-08-21&quot;:5.45},{&quot;2026-08-22&quot;:5.51},{&quot;2026-08-23&quot;:5.42},{&quot;2026-08-24&quot;:5.44},{&quot;2026-08-25&quot;:5.44},{&quot;2026-08-26&quot;:5.06},{&quot;2026-08-27&quot;:4.77},{&quot;2026-08-28&quot;:4.57},{&quot;2026-08-29&quot;:4.57},{&quot;2026-08-30&quot;:4.46},{&quot;2026-08-31&quot;:4.52},{&quot;2026-09-01&quot;:4.52},{&quot;2026-09-02&quot;:4.97},{&quot;2026-09-03&quot;:4.94},{&quot;2026-09-04&quot;:5.01},{&quot;2026-09-05&quot;:4.95},{&quot;2026-09-06&quot;:4.94},{&quot;2026-09-07&quot;:5.05},{&quot;2026-09-08&quot;:5.2},{&quot;2026-09-09&quot;:5.35},{&quot;2026-09-10&quot;:5.36},{&quot;2026-09-11&quot;:5.32}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13989"
  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">
            Hullbreaker Horror
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Hullbreaker Horror
        </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 Horror</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="Hullbreaker Horror" src="https://cards.scryfall.io/large/front/b/f/bf786c50-1ba1-4f81-a800-bc98189040dd.jpg?1783922469" />
    </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">
                $5.31
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.54},{&quot;2026-06-14&quot;:6.61},{&quot;2026-06-15&quot;:6.71},{&quot;2026-06-16&quot;:6.8},{&quot;2026-06-17&quot;:6.72},{&quot;2026-06-18&quot;:6.66},{&quot;2026-06-19&quot;:6.66},{&quot;2026-06-20&quot;:6.66},{&quot;2026-06-21&quot;:6.59},{&quot;2026-06-22&quot;:6.51},{&quot;2026-06-23&quot;:6.51},{&quot;2026-06-24&quot;:6.51},{&quot;2026-06-25&quot;:6.51},{&quot;2026-06-26&quot;:6.51},{&quot;2026-06-27&quot;:6.31},{&quot;2026-06-28&quot;:6.31},{&quot;2026-06-29&quot;:6.29},{&quot;2026-06-30&quot;:6.29},{&quot;2026-07-01&quot;:6.24},{&quot;2026-07-02&quot;:5.95},{&quot;2026-07-03&quot;:5.91},{&quot;2026-07-04&quot;:6.02},{&quot;2026-07-05&quot;:5.97},{&quot;2026-07-06&quot;:5.9},{&quot;2026-07-07&quot;:5.9},{&quot;2026-07-08&quot;:5.76},{&quot;2026-07-09&quot;:5.64},{&quot;2026-07-10&quot;:5.64},{&quot;2026-07-11&quot;:5.49},{&quot;2026-07-12&quot;:5.47},{&quot;2026-07-13&quot;:5.53},{&quot;2026-07-14&quot;:5.6},{&quot;2026-07-15&quot;:5.65},{&quot;2026-07-16&quot;:5.64},{&quot;2026-07-17&quot;:5.64},{&quot;2026-07-18&quot;:5.57},{&quot;2026-07-19&quot;:5.58},{&quot;2026-07-20&quot;:5.61},{&quot;2026-07-21&quot;:5.69},{&quot;2026-07-22&quot;:5.66},{&quot;2026-07-23&quot;:5.68},{&quot;2026-07-24&quot;:5.74},{&quot;2026-07-25&quot;:5.76},{&quot;2026-07-26&quot;:5.73},{&quot;2026-07-27&quot;:5.72},{&quot;2026-07-28&quot;:5.72},{&quot;2026-07-29&quot;:5.72},{&quot;2026-07-30&quot;:5.72},{&quot;2026-07-31&quot;:5.68},{&quot;2026-08-01&quot;:5.63},{&quot;2026-08-02&quot;:5.68},{&quot;2026-08-03&quot;:5.68},{&quot;2026-08-04&quot;:5.68},{&quot;2026-08-05&quot;:5.68},{&quot;2026-08-07&quot;:5.73},{&quot;2026-08-08&quot;:5.73},{&quot;2026-08-09&quot;:5.73},{&quot;2026-08-10&quot;:5.69},{&quot;2026-08-11&quot;:5.69},{&quot;2026-08-12&quot;:5.67},{&quot;2026-08-13&quot;:5.67},{&quot;2026-08-14&quot;:5.67},{&quot;2026-08-15&quot;:5.69},{&quot;2026-08-16&quot;:5.62},{&quot;2026-08-17&quot;:5.57},{&quot;2026-08-18&quot;:5.5},{&quot;2026-08-19&quot;:5.5},{&quot;2026-08-20&quot;:5.41},{&quot;2026-08-21&quot;:5.44},{&quot;2026-08-22&quot;:5.44},{&quot;2026-08-23&quot;:5.38},{&quot;2026-08-24&quot;:5.39},{&quot;2026-08-25&quot;:5.36},{&quot;2026-08-26&quot;:5.32},{&quot;2026-08-27&quot;:5.32},{&quot;2026-08-28&quot;:5.38},{&quot;2026-08-29&quot;:5.38},{&quot;2026-08-30&quot;:5.39},{&quot;2026-08-31&quot;:5.39},{&quot;2026-09-01&quot;:5.42},{&quot;2026-09-02&quot;:5.42},{&quot;2026-09-03&quot;:5.42},{&quot;2026-09-04&quot;:5.35},{&quot;2026-09-05&quot;:5.34},{&quot;2026-09-06&quot;:5.33},{&quot;2026-09-07&quot;:5.37},{&quot;2026-09-08&quot;:5.37},{&quot;2026-09-09&quot;:5.36},{&quot;2026-09-10&quot;:5.33},{&quot;2026-09-11&quot;:5.31}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Summoner&#39;s Pact" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/e/ee0f88ac-8a90-4057-b0e6-c15fbd02da38.jpg?1783927768" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-0'></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="Summoner&#39;s Pact" src="https://cards.scryfall.io/large/front/e/e/ee0f88ac-8a90-4057-b0e6-c15fbd02da38.jpg?1783927768" />
    </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">
                $5.31
              </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">
                $20.36
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:15.5},{&quot;2026-06-14&quot;:15.5},{&quot;2026-06-15&quot;:16.0},{&quot;2026-06-16&quot;:16.0},{&quot;2026-06-17&quot;:16.6},{&quot;2026-06-18&quot;:16.6},{&quot;2026-06-19&quot;:16.6},{&quot;2026-06-20&quot;:16.6},{&quot;2026-06-21&quot;:16.6},{&quot;2026-06-22&quot;:16.76},{&quot;2026-06-23&quot;:16.76},{&quot;2026-06-24&quot;:16.76},{&quot;2026-06-25&quot;:16.76},{&quot;2026-06-26&quot;:17.16},{&quot;2026-06-27&quot;:17.16},{&quot;2026-06-28&quot;:17.16},{&quot;2026-06-29&quot;:17.16},{&quot;2026-06-30&quot;:17.16},{&quot;2026-07-01&quot;:17.16},{&quot;2026-07-02&quot;:17.16},{&quot;2026-07-03&quot;:17.97},{&quot;2026-07-04&quot;:17.97},{&quot;2026-07-05&quot;:17.97},{&quot;2026-07-06&quot;:18.32},{&quot;2026-07-07&quot;:18.32},{&quot;2026-07-08&quot;:18.32},{&quot;2026-07-09&quot;:18.32},{&quot;2026-07-10&quot;:18.32},{&quot;2026-07-11&quot;:18.32},{&quot;2026-07-12&quot;:18.32},{&quot;2026-07-13&quot;:18.32},{&quot;2026-07-14&quot;:18.32},{&quot;2026-07-15&quot;:18.32},{&quot;2026-07-16&quot;:18.32},{&quot;2026-07-17&quot;:18.32},{&quot;2026-07-18&quot;:18.32},{&quot;2026-07-19&quot;:18.32},{&quot;2026-07-20&quot;:18.6},{&quot;2026-07-21&quot;:18.6},{&quot;2026-07-22&quot;:18.77},{&quot;2026-07-23&quot;:18.77},{&quot;2026-07-24&quot;:18.93},{&quot;2026-07-25&quot;:19.25},{&quot;2026-07-26&quot;:19.25},{&quot;2026-07-27&quot;:19.25},{&quot;2026-07-28&quot;:19.25},{&quot;2026-07-29&quot;:19.25},{&quot;2026-07-30&quot;:19.25},{&quot;2026-07-31&quot;:19.25},{&quot;2026-08-01&quot;:19.25},{&quot;2026-08-02&quot;:19.25},{&quot;2026-08-03&quot;:19.74},{&quot;2026-08-04&quot;:20.09},{&quot;2026-08-05&quot;:20.09},{&quot;2026-08-07&quot;:20.09},{&quot;2026-08-08&quot;:20.09},{&quot;2026-08-09&quot;:20.09},{&quot;2026-08-10&quot;:20.09},{&quot;2026-08-11&quot;:20.09},{&quot;2026-08-12&quot;:20.09},{&quot;2026-08-13&quot;:20.36},{&quot;2026-08-14&quot;:20.36},{&quot;2026-08-15&quot;:20.36},{&quot;2026-08-16&quot;:20.36},{&quot;2026-08-17&quot;:20.36},{&quot;2026-08-18&quot;:20.36},{&quot;2026-08-19&quot;:20.36},{&quot;2026-08-20&quot;:20.36},{&quot;2026-08-21&quot;:20.36},{&quot;2026-08-22&quot;:20.36},{&quot;2026-08-23&quot;:20.36},{&quot;2026-08-24&quot;:20.36},{&quot;2026-08-25&quot;:20.36},{&quot;2026-08-26&quot;:20.36},{&quot;2026-08-27&quot;:20.36},{&quot;2026-08-28&quot;:20.36},{&quot;2026-08-29&quot;:20.36},{&quot;2026-08-30&quot;:20.36},{&quot;2026-08-31&quot;:20.36},{&quot;2026-09-01&quot;:20.36},{&quot;2026-09-02&quot;:20.36},{&quot;2026-09-03&quot;:20.36},{&quot;2026-09-04&quot;:20.36},{&quot;2026-09-05&quot;:20.36},{&quot;2026-09-06&quot;:20.36},{&quot;2026-09-07&quot;:20.36},{&quot;2026-09-08&quot;:20.36},{&quot;2026-09-09&quot;:20.36},{&quot;2026-09-10&quot;:20.36},{&quot;2026-09-11&quot;:20.36}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.99},{&quot;2026-06-14&quot;:4.9},{&quot;2026-06-15&quot;:4.99},{&quot;2026-06-16&quot;:4.95},{&quot;2026-06-17&quot;:4.95},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.86},{&quot;2026-06-20&quot;:4.88},{&quot;2026-06-21&quot;:4.92},{&quot;2026-06-22&quot;:4.92},{&quot;2026-06-23&quot;:4.88},{&quot;2026-06-24&quot;:4.89},{&quot;2026-06-25&quot;:4.89},{&quot;2026-06-26&quot;:4.88},{&quot;2026-06-27&quot;:4.88},{&quot;2026-06-28&quot;:4.89},{&quot;2026-06-29&quot;:4.89},{&quot;2026-06-30&quot;:4.92},{&quot;2026-07-01&quot;:5.01},{&quot;2026-07-02&quot;:5.15},{&quot;2026-07-03&quot;:5.13},{&quot;2026-07-04&quot;:5.13},{&quot;2026-07-05&quot;:5.13},{&quot;2026-07-06&quot;:5.22},{&quot;2026-07-07&quot;:5.18},{&quot;2026-07-08&quot;:5.18},{&quot;2026-07-09&quot;:5.21},{&quot;2026-07-10&quot;:5.19},{&quot;2026-07-11&quot;:5.15},{&quot;2026-07-12&quot;:5.09},{&quot;2026-07-13&quot;:5.13},{&quot;2026-07-14&quot;:5.13},{&quot;2026-07-15&quot;:5.13},{&quot;2026-07-16&quot;:5.11},{&quot;2026-07-17&quot;:5.09},{&quot;2026-07-18&quot;:5.09},{&quot;2026-07-19&quot;:5.08},{&quot;2026-07-20&quot;:5.1},{&quot;2026-07-21&quot;:5.15},{&quot;2026-07-22&quot;:5.15},{&quot;2026-07-23&quot;:5.16},{&quot;2026-07-24&quot;:5.16},{&quot;2026-07-25&quot;:5.18},{&quot;2026-07-26&quot;:5.25},{&quot;2026-07-27&quot;:5.28},{&quot;2026-07-28&quot;:5.34},{&quot;2026-07-29&quot;:5.36},{&quot;2026-07-30&quot;:5.37},{&quot;2026-07-31&quot;:5.5},{&quot;2026-08-01&quot;:5.47},{&quot;2026-08-02&quot;:5.48},{&quot;2026-08-03&quot;:5.53},{&quot;2026-08-04&quot;:5.51},{&quot;2026-08-05&quot;:5.51},{&quot;2026-08-07&quot;:5.59},{&quot;2026-08-08&quot;:5.6},{&quot;2026-08-09&quot;:5.59},{&quot;2026-08-10&quot;:5.53},{&quot;2026-08-11&quot;:5.49},{&quot;2026-08-12&quot;:5.59},{&quot;2026-08-13&quot;:5.58},{&quot;2026-08-14&quot;:5.63},{&quot;2026-08-15&quot;:5.61},{&quot;2026-08-16&quot;:5.61},{&quot;2026-08-17&quot;:5.63},{&quot;2026-08-18&quot;:5.63},{&quot;2026-08-19&quot;:5.61},{&quot;2026-08-20&quot;:5.61},{&quot;2026-08-21&quot;:5.6},{&quot;2026-08-22&quot;:5.62},{&quot;2026-08-23&quot;:5.89},{&quot;2026-08-24&quot;:5.88},{&quot;2026-08-25&quot;:5.89},{&quot;2026-08-26&quot;:5.89},{&quot;2026-08-27&quot;:5.89},{&quot;2026-08-28&quot;:5.78},{&quot;2026-08-29&quot;:5.78},{&quot;2026-08-30&quot;:5.78},{&quot;2026-08-31&quot;:5.9},{&quot;2026-09-01&quot;:5.9},{&quot;2026-09-02&quot;:5.9},{&quot;2026-09-03&quot;:5.9},{&quot;2026-09-04&quot;:5.77},{&quot;2026-09-05&quot;:5.68},{&quot;2026-09-06&quot;:5.69},{&quot;2026-09-07&quot;:5.66},{&quot;2026-09-08&quot;:5.47},{&quot;2026-09-09&quot;:5.47},{&quot;2026-09-10&quot;:5.35},{&quot;2026-09-11&quot;:5.31}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Darkness Crystal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/f/0f93b6ac-54ce-45d0-8549-19307406e6e5.jpg?1783906621" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><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="The Darkness Crystal" src="https://cards.scryfall.io/large/front/0/f/0f93b6ac-54ce-45d0-8549-19307406e6e5.jpg?1783906621" />
    </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">
                $5.31
              </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">
                $6.15
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:5.19},{&quot;2026-06-10&quot;:5.84},{&quot;2026-06-11&quot;:5.93},{&quot;2026-06-12&quot;:5.95},{&quot;2026-06-13&quot;:6.06},{&quot;2026-06-14&quot;:6.05},{&quot;2026-06-15&quot;:6.17},{&quot;2026-06-16&quot;:6.28},{&quot;2026-06-17&quot;:6.28},{&quot;2026-06-18&quot;:6.28},{&quot;2026-06-19&quot;:6.27},{&quot;2026-06-20&quot;:6.27},{&quot;2026-06-21&quot;:6.37},{&quot;2026-06-22&quot;:6.34},{&quot;2026-06-24&quot;:6.46},{&quot;2026-06-25&quot;:6.45},{&quot;2026-06-26&quot;:6.45},{&quot;2026-06-27&quot;:6.38},{&quot;2026-06-28&quot;:6.21},{&quot;2026-06-29&quot;:6.19},{&quot;2026-06-30&quot;:6.17},{&quot;2026-07-01&quot;:6.42},{&quot;2026-07-02&quot;:6.16},{&quot;2026-07-03&quot;:5.97},{&quot;2026-07-04&quot;:5.97},{&quot;2026-07-05&quot;:5.97},{&quot;2026-07-06&quot;:5.76},{&quot;2026-07-07&quot;:5.68},{&quot;2026-07-08&quot;:5.64},{&quot;2026-07-09&quot;:5.64},{&quot;2026-07-10&quot;:5.64},{&quot;2026-07-11&quot;:5.43},{&quot;2026-07-12&quot;:5.52},{&quot;2026-07-13&quot;:5.62},{&quot;2026-07-14&quot;:5.44},{&quot;2026-07-15&quot;:5.26},{&quot;2026-07-16&quot;:5.1},{&quot;2026-07-17&quot;:5.22},{&quot;2026-07-18&quot;:5.17},{&quot;2026-07-19&quot;:5.29},{&quot;2026-07-20&quot;:5.25},{&quot;2026-07-21&quot;:5.25},{&quot;2026-07-23&quot;:5.29},{&quot;2026-07-25&quot;:5.16},{&quot;2026-07-26&quot;:5.16},{&quot;2026-07-27&quot;:5.27},{&quot;2026-07-29&quot;:5.33},{&quot;2026-07-30&quot;:5.33},{&quot;2026-07-31&quot;:5.33},{&quot;2026-08-01&quot;:5.3},{&quot;2026-08-02&quot;:5.28},{&quot;2026-08-03&quot;:5.56},{&quot;2026-08-04&quot;:5.6},{&quot;2026-08-05&quot;:5.61},{&quot;2026-08-07&quot;:5.62},{&quot;2026-08-08&quot;:5.85},{&quot;2026-08-09&quot;:5.87},{&quot;2026-08-10&quot;:5.83},{&quot;2026-08-11&quot;:5.83},{&quot;2026-08-12&quot;:5.68},{&quot;2026-08-13&quot;:5.68},{&quot;2026-08-14&quot;:5.71},{&quot;2026-08-15&quot;:5.69},{&quot;2026-08-16&quot;:5.55},{&quot;2026-08-17&quot;:5.49},{&quot;2026-08-18&quot;:5.47},{&quot;2026-08-19&quot;:5.47},{&quot;2026-08-20&quot;:5.47},{&quot;2026-08-21&quot;:5.41},{&quot;2026-08-22&quot;:5.41},{&quot;2026-08-23&quot;:5.54},{&quot;2026-08-24&quot;:5.75},{&quot;2026-08-25&quot;:5.75},{&quot;2026-08-26&quot;:5.19},{&quot;2026-08-27&quot;:5.15},{&quot;2026-08-28&quot;:5.24},{&quot;2026-08-29&quot;:5.24},{&quot;2026-08-30&quot;:5.49},{&quot;2026-08-31&quot;:5.51},{&quot;2026-09-01&quot;:5.51},{&quot;2026-09-02&quot;:5.75},{&quot;2026-09-03&quot;:5.75},{&quot;2026-09-04&quot;:5.78},{&quot;2026-09-05&quot;:5.73},{&quot;2026-09-06&quot;:5.7},{&quot;2026-09-07&quot;:5.7},{&quot;2026-09-08&quot;:5.63},{&quot;2026-09-09&quot;:5.81},{&quot;2026-09-10&quot;:5.83},{&quot;2026-09-11&quot;:6.15}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.67},{&quot;2026-06-10&quot;:4.7},{&quot;2026-06-11&quot;:4.33},{&quot;2026-06-12&quot;:4.81},{&quot;2026-06-13&quot;:4.84},{&quot;2026-06-14&quot;:5.21},{&quot;2026-06-15&quot;:5.24},{&quot;2026-06-16&quot;:4.63},{&quot;2026-06-17&quot;:5.04},{&quot;2026-06-18&quot;:5.63},{&quot;2026-06-19&quot;:5.36},{&quot;2026-06-20&quot;:5.26},{&quot;2026-06-21&quot;:5.13},{&quot;2026-06-22&quot;:4.69},{&quot;2026-06-24&quot;:5.19},{&quot;2026-06-25&quot;:5.31},{&quot;2026-06-26&quot;:5.0},{&quot;2026-06-27&quot;:5.89},{&quot;2026-06-28&quot;:5.42},{&quot;2026-06-29&quot;:6.24},{&quot;2026-06-30&quot;:5.46},{&quot;2026-07-01&quot;:5.28},{&quot;2026-07-02&quot;:5.14},{&quot;2026-07-03&quot;:5.09},{&quot;2026-07-04&quot;:4.71},{&quot;2026-07-05&quot;:4.81},{&quot;2026-07-06&quot;:4.91},{&quot;2026-07-07&quot;:4.77},{&quot;2026-07-08&quot;:4.39},{&quot;2026-07-09&quot;:4.22},{&quot;2026-07-10&quot;:4.31},{&quot;2026-07-11&quot;:4.82},{&quot;2026-07-12&quot;:4.28},{&quot;2026-07-13&quot;:4.21},{&quot;2026-07-14&quot;:4.15},{&quot;2026-07-15&quot;:4.74},{&quot;2026-07-16&quot;:5.2},{&quot;2026-07-17&quot;:4.92},{&quot;2026-07-18&quot;:5.16},{&quot;2026-07-19&quot;:5.05},{&quot;2026-07-20&quot;:4.35},{&quot;2026-07-21&quot;:4.75},{&quot;2026-07-23&quot;:5.49},{&quot;2026-07-25&quot;:5.21},{&quot;2026-07-26&quot;:4.42},{&quot;2026-07-27&quot;:4.36},{&quot;2026-07-29&quot;:5.11},{&quot;2026-07-30&quot;:5.27},{&quot;2026-07-31&quot;:5.47},{&quot;2026-08-01&quot;:5.51},{&quot;2026-08-02&quot;:4.99},{&quot;2026-08-03&quot;:4.46},{&quot;2026-08-04&quot;:4.75},{&quot;2026-08-05&quot;:5.27},{&quot;2026-08-07&quot;:5.09},{&quot;2026-08-08&quot;:4.58},{&quot;2026-08-09&quot;:4.36},{&quot;2026-08-10&quot;:4.47},{&quot;2026-08-11&quot;:5.11},{&quot;2026-08-12&quot;:5.1},{&quot;2026-08-13&quot;:4.78},{&quot;2026-08-14&quot;:4.9},{&quot;2026-08-15&quot;:4.99},{&quot;2026-08-16&quot;:4.59},{&quot;2026-08-17&quot;:4.73},{&quot;2026-08-18&quot;:4.56},{&quot;2026-08-19&quot;:4.82},{&quot;2026-08-20&quot;:4.82},{&quot;2026-08-21&quot;:5.06},{&quot;2026-08-22&quot;:5.41},{&quot;2026-08-23&quot;:5.16},{&quot;2026-08-24&quot;:4.82},{&quot;2026-08-25&quot;:4.82},{&quot;2026-08-26&quot;:3.7},{&quot;2026-08-27&quot;:3.99},{&quot;2026-08-28&quot;:4.23},{&quot;2026-08-29&quot;:4.23},{&quot;2026-08-30&quot;:5.14},{&quot;2026-08-31&quot;:5.47},{&quot;2026-09-01&quot;:5.47},{&quot;2026-09-02&quot;:5.5},{&quot;2026-09-03&quot;:5.31},{&quot;2026-09-04&quot;:4.24},{&quot;2026-09-05&quot;:4.3},{&quot;2026-09-06&quot;:4.35},{&quot;2026-09-07&quot;:4.67},{&quot;2026-09-08&quot;:4.64},{&quot;2026-09-09&quot;:4.74},{&quot;2026-09-10&quot;:4.84},{&quot;2026-09-11&quot;:5.31}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wistfulness" src="https://cards.scryfall.io/large/front/d/b/db9aa986-ac2a-44bb-a88b-04c5d0d502b2.jpg?1782683924" />
    </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">
                $5.31
              </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">
                $6.24
              </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.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:12.82},{&quot;2026-06-11&quot;:12.82},{&quot;2026-06-12&quot;:12.82},{&quot;2026-06-13&quot;:12.9},{&quot;2026-06-14&quot;:12.78},{&quot;2026-06-15&quot;:13.21},{&quot;2026-06-16&quot;:13.39},{&quot;2026-06-17&quot;:13.61},{&quot;2026-06-18&quot;:13.61},{&quot;2026-06-19&quot;:13.51},{&quot;2026-06-20&quot;:13.49},{&quot;2026-06-21&quot;:13.38},{&quot;2026-06-22&quot;:13.38},{&quot;2026-06-23&quot;:13.44},{&quot;2026-06-24&quot;:13.44},{&quot;2026-06-25&quot;:13.41},{&quot;2026-06-26&quot;:13.41},{&quot;2026-06-27&quot;:13.55},{&quot;2026-06-28&quot;:13.55},{&quot;2026-06-29&quot;:13.55},{&quot;2026-06-30&quot;:13.58},{&quot;2026-07-01&quot;:13.64},{&quot;2026-07-02&quot;:13.64},{&quot;2026-07-03&quot;:13.61},{&quot;2026-07-04&quot;:13.61},{&quot;2026-07-05&quot;:13.8},{&quot;2026-07-06&quot;:13.8},{&quot;2026-07-07&quot;:13.8},{&quot;2026-07-08&quot;:13.8},{&quot;2026-07-09&quot;:13.64},{&quot;2026-07-10&quot;:13.47},{&quot;2026-07-11&quot;:13.47},{&quot;2026-07-12&quot;:13.47},{&quot;2026-07-13&quot;:13.47},{&quot;2026-07-14&quot;:13.47},{&quot;2026-07-15&quot;:13.47},{&quot;2026-07-16&quot;:13.47},{&quot;2026-07-17&quot;:13.47},{&quot;2026-07-18&quot;:13.47},{&quot;2026-07-19&quot;:13.47},{&quot;2026-07-20&quot;:13.33},{&quot;2026-07-21&quot;:13.33},{&quot;2026-07-23&quot;:13.09},{&quot;2026-07-25&quot;:13.09},{&quot;2026-07-26&quot;:13.09},{&quot;2026-07-27&quot;:12.63},{&quot;2026-07-29&quot;:12.3},{&quot;2026-07-30&quot;:12.3},{&quot;2026-07-31&quot;:12.26},{&quot;2026-08-01&quot;:12.26},{&quot;2026-08-02&quot;:12.26},{&quot;2026-08-03&quot;:12.26},{&quot;2026-08-04&quot;:12.26},{&quot;2026-08-05&quot;:12.19},{&quot;2026-08-07&quot;:12.19},{&quot;2026-08-08&quot;:12.19},{&quot;2026-08-09&quot;:12.19},{&quot;2026-08-10&quot;:11.89},{&quot;2026-08-11&quot;:11.5},{&quot;2026-08-12&quot;:11.29},{&quot;2026-08-13&quot;:11.29},{&quot;2026-08-14&quot;:11.29},{&quot;2026-08-15&quot;:11.29},{&quot;2026-08-16&quot;:11.29},{&quot;2026-08-17&quot;:11.29},{&quot;2026-08-18&quot;:11.29},{&quot;2026-08-19&quot;:11.29},{&quot;2026-08-20&quot;:11.29},{&quot;2026-08-21&quot;:10.21},{&quot;2026-08-22&quot;:10.21},{&quot;2026-08-23&quot;:10.21},{&quot;2026-08-24&quot;:10.21},{&quot;2026-08-25&quot;:10.21},{&quot;2026-08-26&quot;:9.43},{&quot;2026-08-27&quot;:9.43},{&quot;2026-08-28&quot;:9.43},{&quot;2026-08-29&quot;:9.43},{&quot;2026-08-30&quot;:8.14},{&quot;2026-08-31&quot;:7.0},{&quot;2026-09-01&quot;:7.0},{&quot;2026-09-02&quot;:7.05},{&quot;2026-09-03&quot;:7.05},{&quot;2026-09-04&quot;:6.78},{&quot;2026-09-05&quot;:6.57},{&quot;2026-09-06&quot;:6.44},{&quot;2026-09-07&quot;:6.44},{&quot;2026-09-08&quot;:6.24},{&quot;2026-09-09&quot;:6.24},{&quot;2026-09-10&quot;:6.24},{&quot;2026-09-11&quot;:6.24}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:12.44},{&quot;2026-06-11&quot;:12.73},{&quot;2026-06-12&quot;:12.26},{&quot;2026-06-13&quot;:12.49},{&quot;2026-06-14&quot;:12.44},{&quot;2026-06-15&quot;:12.4},{&quot;2026-06-16&quot;:12.26},{&quot;2026-06-17&quot;:12.34},{&quot;2026-06-18&quot;:11.78},{&quot;2026-06-19&quot;:11.76},{&quot;2026-06-20&quot;:11.8},{&quot;2026-06-21&quot;:11.72},{&quot;2026-06-22&quot;:11.38},{&quot;2026-06-23&quot;:11.36},{&quot;2026-06-24&quot;:10.59},{&quot;2026-06-25&quot;:10.55},{&quot;2026-06-26&quot;:10.4},{&quot;2026-06-27&quot;:10.26},{&quot;2026-06-28&quot;:10.09},{&quot;2026-06-29&quot;:9.2},{&quot;2026-06-30&quot;:8.23},{&quot;2026-07-01&quot;:8.57},{&quot;2026-07-02&quot;:8.9},{&quot;2026-07-03&quot;:9.18},{&quot;2026-07-04&quot;:9.18},{&quot;2026-07-05&quot;:9.03},{&quot;2026-07-06&quot;:9.76},{&quot;2026-07-07&quot;:9.76},{&quot;2026-07-08&quot;:9.89},{&quot;2026-07-09&quot;:9.57},{&quot;2026-07-10&quot;:9.56},{&quot;2026-07-11&quot;:9.49},{&quot;2026-07-12&quot;:8.98},{&quot;2026-07-13&quot;:8.78},{&quot;2026-07-14&quot;:8.94},{&quot;2026-07-15&quot;:8.49},{&quot;2026-07-16&quot;:7.97},{&quot;2026-07-17&quot;:7.21},{&quot;2026-07-18&quot;:7.06},{&quot;2026-07-19&quot;:6.86},{&quot;2026-07-20&quot;:6.92},{&quot;2026-07-21&quot;:6.93},{&quot;2026-07-23&quot;:6.82},{&quot;2026-07-25&quot;:6.83},{&quot;2026-07-26&quot;:6.93},{&quot;2026-07-27&quot;:6.91},{&quot;2026-07-29&quot;:7.1},{&quot;2026-07-30&quot;:7.07},{&quot;2026-07-31&quot;:7.29},{&quot;2026-08-01&quot;:7.51},{&quot;2026-08-02&quot;:7.39},{&quot;2026-08-03&quot;:7.4},{&quot;2026-08-04&quot;:7.31},{&quot;2026-08-05&quot;:7.23},{&quot;2026-08-07&quot;:7.26},{&quot;2026-08-08&quot;:7.4},{&quot;2026-08-09&quot;:7.5},{&quot;2026-08-10&quot;:7.46},{&quot;2026-08-11&quot;:7.33},{&quot;2026-08-12&quot;:7.41},{&quot;2026-08-13&quot;:7.28},{&quot;2026-08-14&quot;:7.3},{&quot;2026-08-15&quot;:7.1},{&quot;2026-08-16&quot;:7.04},{&quot;2026-08-17&quot;:6.99},{&quot;2026-08-18&quot;:6.94},{&quot;2026-08-19&quot;:6.94},{&quot;2026-08-20&quot;:6.94},{&quot;2026-08-21&quot;:7.19},{&quot;2026-08-22&quot;:7.11},{&quot;2026-08-23&quot;:6.92},{&quot;2026-08-24&quot;:6.74},{&quot;2026-08-25&quot;:6.74},{&quot;2026-08-26&quot;:6.13},{&quot;2026-08-27&quot;:6.25},{&quot;2026-08-28&quot;:6.02},{&quot;2026-08-29&quot;:6.02},{&quot;2026-08-30&quot;:5.97},{&quot;2026-08-31&quot;:5.72},{&quot;2026-09-01&quot;:5.72},{&quot;2026-09-02&quot;:5.51},{&quot;2026-09-03&quot;:5.37},{&quot;2026-09-04&quot;:5.38},{&quot;2026-09-05&quot;:5.53},{&quot;2026-09-06&quot;:5.75},{&quot;2026-09-07&quot;:5.6},{&quot;2026-09-08&quot;:5.54},{&quot;2026-09-09&quot;:5.54},{&quot;2026-09-10&quot;:5.47},{&quot;2026-09-11&quot;:5.31}]}"
        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 801-850 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=16&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=16&amp;username=denvermullets" rel="prev">16</a><a role="link" aria-disabled="true" aria-current="page">17</a><a href="/load_collection?direction=asc&amp;page=18&amp;username=denvermullets" rel="next">18</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=18&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="80543"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              176
            </td>

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95424"
          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">
              371
            </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>
              Walking Ballista


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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86196"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              C17-53
            </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>
              Herald&#39;s Horn


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14176"
          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">
              784
            </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>
              Chaos Dragon


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40264"
          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-khc ss-rare ss-fw ss-2x mr-4"></i>
              Elderfang Venom


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

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

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="69443"
          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">
              1683
            </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>
              Orvar, the All-Form


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80042"
          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-uma ss-rare ss-fw ss-2x mr-4"></i>
              All Is Dust


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86589"
          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">
              CN2-144
            </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>
              Phyrexian Arena


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

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

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

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

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


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29772"
          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">
              65
            </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>
              Counterspell


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41915"
          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-neo ss-rare ss-fw ss-2x mr-4"></i>
              Eiganjo, Seat of the Empire


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </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-4'></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">
                  $5.51

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              The Mightstone and Weakstone // Urza, Planeswalker


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73739"
          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">
              KLD-5
            </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>
              Authority of the Consuls


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-rare ss-fw ss-2x mr-4"></i>
              Torbran, Thane of Red Fell


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-rare ss-fw ss-2x mr-4"></i>
              Márton Stromgald


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78423"
          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">
              BNG-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>
              Archetype of Aggression


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112557"
          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">
              144
            </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-mythic ss-fw ss-2x mr-4"></i>
              Bard, King of Dale


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </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>
              </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19013"
          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">
              288
            </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>
              Braids, Arisen Nightmare


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18419"
          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">
              84
            </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>
              Braids, Arisen Nightmare


            </td>

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

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

                    <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">
                  $5.43

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

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

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

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.05
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18419"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18419" src="/boxset_card/18419?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40423"
          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">
              68
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x mr-4"></i>
              Marwyn, the Nurturer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.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.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40423"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40423" src="/boxset_card/40423?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14181"
          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">
              786
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Curse of Opulence


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura Curse
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.42

                    <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">
                $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.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14181"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14181" src="/boxset_card/14181?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74485"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              286
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Elanor Gardner


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Halfling 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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.41

                    <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">
                $4.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74485"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74485" src="/boxset_card/74485?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47554"
          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">
              111
            </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>
              Death Baron


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $5.40

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47554"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47554" src="/boxset_card/47554?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49251"
          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">
              171
            </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>
              Sanctum Weaver


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Creature — Dryad
            </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">
                  $5.40

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49251"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49251" src="/boxset_card/49251?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13767"
          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">
              650
            </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-mythic ss-fw ss-2x mr-4"></i>
              Folk Hero


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment — Background
            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.39

                    <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.75
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13767"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13767" src="/boxset_card/13767?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48710"
          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">
              7
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-common ss-fw ss-2x mr-4"></i>
              Ephemerate


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.39

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="48710"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_48710" src="/boxset_card/48710?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53365"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              18
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x mr-4"></i>
              Akki Battle Squad


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin Samurai
            </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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.39

                    <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">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53365"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53365" src="/boxset_card/53365?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72447"
          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-brc ss-rare ss-fw ss-2x mr-4"></i>
              Blast-Furnace Hellkite


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dragon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-7'></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">
                  $5.38

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="72447"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72447" src="/boxset_card/72447?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79562"
          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">
              USG-111
            </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>
              Windfall


            </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">
                  $5.38

                    <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">
                $3.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.84
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79562"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79562" src="/boxset_card/79562?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85578"
          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">
              CLB-332
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Patriar&#39;s Seal


            </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-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85578"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85578" src="/boxset_card/85578?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="39145"
          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">
              5
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-kld ss-rare ss-fw ss-2x mr-4"></i>
              Authority of the Consuls


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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">
                1.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="39145"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_39145" src="/boxset_card/39145?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="2087"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              78
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-akh ss-rare ss-fw ss-2x mr-4"></i>
              Archfiend of Ifnir


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — 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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </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">
                  $5.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.69
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="2087"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_2087" src="/boxset_card/2087?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18663"
          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">
              167
            </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>
              Leaf-Crowned Visionary


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $5.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18663"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18663" src="/boxset_card/18663?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87534"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              55
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x mr-4"></i>
              Hardened Scales


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87534"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87534" src="/boxset_card/87534?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30004"
          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">
              142
            </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>
              Hypnotic Specter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Specter
            </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><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">
                  $5.33

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.05
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30004"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30004" src="/boxset_card/30004?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98399"
          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">
              262
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x mr-4"></i>
              White Lotus Tile


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.33

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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="98399"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98399" src="/boxset_card/98399?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108860"
          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">
              29
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Stensian Sanguinist // Exsanguinate


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire 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-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">
                  $5.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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.76
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108860"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108860" src="/boxset_card/108860?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13989"
          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">
              724
            </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>
              Hullbreaker Horror


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Kraken 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-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">
                  $5.31

                    <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">
                $4.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.74
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13989"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13989" src="/boxset_card/13989?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79378"
          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">
              234
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x mr-4"></i>
              Summoner&#39;s Pact


            </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-0'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.31

                    <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">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.68
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79378"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79378" src="/boxset_card/79378?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94749"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              96
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              The Darkness Crystal


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><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">
                  $5.31

                    <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">
                $3.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.66
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94749"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94749" src="/boxset_card/94749?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99451"
          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">
              252
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-mythic ss-fw ss-2x mr-4"></i>
              Wistfulness


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental Incarnation
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.31

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="99451"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99451" src="/boxset_card/99451?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 801-850 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=16&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=16&amp;username=denvermullets" rel="prev">16</a><a role="link" aria-disabled="true" aria-current="page">17</a><a href="/load_collection?direction=asc&amp;page=18&amp;username=denvermullets" rel="next">18</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=18&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>