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

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

          <span class="text-sm font-medium text-nine-white">
            $16.29
          </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="Wooded Bastion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36b591ec-0231-4b91-a132-eb3aedfdf8fa.jpg?1783930080" />

        <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">
            Wooded Bastion
        </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="Wooded Bastion" src="https://cards.scryfall.io/large/front/3/6/36b591ec-0231-4b91-a132-eb3aedfdf8fa.jpg?1783930080" />
    </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">
                $16.29
              </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">
                $16.88
              </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">$12.00</span>
              <span class="text-xs text-grey-text">Credit: $15.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:16.12},{&quot;2026-06-12&quot;:16.12},{&quot;2026-06-13&quot;:16.16},{&quot;2026-06-14&quot;:16.16},{&quot;2026-06-15&quot;:16.11},{&quot;2026-06-16&quot;:16.11},{&quot;2026-06-17&quot;:16.11},{&quot;2026-06-18&quot;:16.11},{&quot;2026-06-19&quot;:16.11},{&quot;2026-06-20&quot;:16.11},{&quot;2026-06-21&quot;:16.11},{&quot;2026-06-22&quot;:16.11},{&quot;2026-06-23&quot;:15.97},{&quot;2026-06-24&quot;:15.97},{&quot;2026-06-25&quot;:15.97},{&quot;2026-06-26&quot;:15.97},{&quot;2026-06-27&quot;:15.97},{&quot;2026-06-28&quot;:16.0},{&quot;2026-06-29&quot;:16.0},{&quot;2026-06-30&quot;:16.12},{&quot;2026-07-01&quot;:16.12},{&quot;2026-07-02&quot;:16.12},{&quot;2026-07-03&quot;:16.15},{&quot;2026-07-04&quot;:16.15},{&quot;2026-07-05&quot;:16.15},{&quot;2026-07-06&quot;:16.15},{&quot;2026-07-07&quot;:16.15},{&quot;2026-07-08&quot;:16.15},{&quot;2026-07-09&quot;:16.15},{&quot;2026-07-10&quot;:16.15},{&quot;2026-07-11&quot;:16.17},{&quot;2026-07-12&quot;:16.17},{&quot;2026-07-13&quot;:16.22},{&quot;2026-07-14&quot;:16.22},{&quot;2026-07-15&quot;:16.33},{&quot;2026-07-16&quot;:16.12},{&quot;2026-07-17&quot;:16.12},{&quot;2026-07-18&quot;:16.36},{&quot;2026-07-19&quot;:16.36},{&quot;2026-07-20&quot;:16.36},{&quot;2026-07-21&quot;:16.36},{&quot;2026-07-23&quot;:16.44},{&quot;2026-07-25&quot;:16.44},{&quot;2026-07-26&quot;:16.44},{&quot;2026-07-27&quot;:16.44},{&quot;2026-07-28&quot;:16.44},{&quot;2026-07-29&quot;:16.44},{&quot;2026-07-30&quot;:16.36},{&quot;2026-07-31&quot;:16.36},{&quot;2026-08-01&quot;:16.36},{&quot;2026-08-02&quot;:16.36},{&quot;2026-08-03&quot;:16.36},{&quot;2026-08-04&quot;:16.36},{&quot;2026-08-05&quot;:16.36},{&quot;2026-08-07&quot;:16.25},{&quot;2026-08-08&quot;:16.25},{&quot;2026-08-09&quot;:16.22},{&quot;2026-08-10&quot;:16.14},{&quot;2026-08-11&quot;:16.08},{&quot;2026-08-12&quot;:16.08},{&quot;2026-08-13&quot;:16.08},{&quot;2026-08-14&quot;:16.08},{&quot;2026-08-15&quot;:16.08},{&quot;2026-08-16&quot;:16.08},{&quot;2026-08-17&quot;:16.05},{&quot;2026-08-18&quot;:16.05},{&quot;2026-08-19&quot;:16.05},{&quot;2026-08-20&quot;:16.05},{&quot;2026-08-21&quot;:16.09},{&quot;2026-08-22&quot;:16.15},{&quot;2026-08-23&quot;:16.2},{&quot;2026-08-24&quot;:16.2},{&quot;2026-08-25&quot;:16.04},{&quot;2026-08-26&quot;:16.04},{&quot;2026-08-27&quot;:16.04},{&quot;2026-08-28&quot;:16.26},{&quot;2026-08-29&quot;:16.26},{&quot;2026-08-30&quot;:16.26},{&quot;2026-08-31&quot;:16.26},{&quot;2026-09-01&quot;:16.26},{&quot;2026-09-02&quot;:16.67},{&quot;2026-09-03&quot;:16.67},{&quot;2026-09-04&quot;:16.67},{&quot;2026-09-05&quot;:16.67},{&quot;2026-09-06&quot;:16.67},{&quot;2026-09-07&quot;:16.67},{&quot;2026-09-08&quot;:16.83},{&quot;2026-09-09&quot;:16.88},{&quot;2026-09-10&quot;:16.88},{&quot;2026-09-11&quot;:16.88}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:16.27},{&quot;2026-06-12&quot;:16.29},{&quot;2026-06-13&quot;:16.49},{&quot;2026-06-14&quot;:16.46},{&quot;2026-06-15&quot;:16.25},{&quot;2026-06-16&quot;:16.0},{&quot;2026-06-17&quot;:15.63},{&quot;2026-06-18&quot;:15.63},{&quot;2026-06-19&quot;:15.71},{&quot;2026-06-20&quot;:15.64},{&quot;2026-06-21&quot;:15.64},{&quot;2026-06-22&quot;:15.64},{&quot;2026-06-23&quot;:15.66},{&quot;2026-06-24&quot;:14.72},{&quot;2026-06-25&quot;:14.49},{&quot;2026-06-26&quot;:14.66},{&quot;2026-06-27&quot;:15.05},{&quot;2026-06-28&quot;:15.05},{&quot;2026-06-29&quot;:15.05},{&quot;2026-06-30&quot;:14.97},{&quot;2026-07-01&quot;:14.97},{&quot;2026-07-02&quot;:14.97},{&quot;2026-07-03&quot;:14.94},{&quot;2026-07-04&quot;:14.78},{&quot;2026-07-05&quot;:14.78},{&quot;2026-07-06&quot;:14.78},{&quot;2026-07-07&quot;:14.75},{&quot;2026-07-08&quot;:14.75},{&quot;2026-07-09&quot;:14.56},{&quot;2026-07-10&quot;:14.43},{&quot;2026-07-11&quot;:14.49},{&quot;2026-07-12&quot;:14.5},{&quot;2026-07-13&quot;:14.62},{&quot;2026-07-14&quot;:14.73},{&quot;2026-07-15&quot;:14.73},{&quot;2026-07-16&quot;:14.73},{&quot;2026-07-17&quot;:14.73},{&quot;2026-07-18&quot;:14.73},{&quot;2026-07-19&quot;:14.66},{&quot;2026-07-20&quot;:15.03},{&quot;2026-07-21&quot;:15.27},{&quot;2026-07-23&quot;:15.36},{&quot;2026-07-25&quot;:15.91},{&quot;2026-07-26&quot;:16.1},{&quot;2026-07-27&quot;:16.4},{&quot;2026-07-28&quot;:16.64},{&quot;2026-07-29&quot;:16.74},{&quot;2026-07-30&quot;:16.74},{&quot;2026-07-31&quot;:16.68},{&quot;2026-08-01&quot;:16.9},{&quot;2026-08-02&quot;:17.18},{&quot;2026-08-03&quot;:17.06},{&quot;2026-08-04&quot;:17.07},{&quot;2026-08-05&quot;:17.31},{&quot;2026-08-07&quot;:17.39},{&quot;2026-08-08&quot;:17.35},{&quot;2026-08-09&quot;:17.06},{&quot;2026-08-10&quot;:16.59},{&quot;2026-08-11&quot;:16.4},{&quot;2026-08-12&quot;:16.6},{&quot;2026-08-13&quot;:16.6},{&quot;2026-08-14&quot;:16.61},{&quot;2026-08-15&quot;:16.61},{&quot;2026-08-16&quot;:16.65},{&quot;2026-08-17&quot;:16.67},{&quot;2026-08-18&quot;:16.58},{&quot;2026-08-19&quot;:16.16},{&quot;2026-08-20&quot;:16.16},{&quot;2026-08-21&quot;:15.95},{&quot;2026-08-22&quot;:15.83},{&quot;2026-08-23&quot;:16.03},{&quot;2026-08-24&quot;:16.03},{&quot;2026-08-25&quot;:16.03},{&quot;2026-08-26&quot;:16.14},{&quot;2026-08-27&quot;:16.14},{&quot;2026-08-28&quot;:16.27},{&quot;2026-08-29&quot;:16.27},{&quot;2026-08-30&quot;:16.4},{&quot;2026-08-31&quot;:16.08},{&quot;2026-09-01&quot;:16.08},{&quot;2026-09-02&quot;:16.28},{&quot;2026-09-03&quot;:16.19},{&quot;2026-09-04&quot;:16.14},{&quot;2026-09-05&quot;:16.14},{&quot;2026-09-06&quot;:16.26},{&quot;2026-09-07&quot;:16.11},{&quot;2026-09-08&quot;:16.11},{&quot;2026-09-09&quot;:16.29},{&quot;2026-09-10&quot;:16.29},{&quot;2026-09-11&quot;:16.29}]}"
        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="75429"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Arcane Signet" src="https://cards.scryfall.io/large/front/7/4/741218da-de09-4603-8409-b4b646909ffa.jpg?1783913903" />
    </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">
                $16.25
              </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">
                $35.84
              </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">$10.50</span>
              <span class="text-xs text-grey-text">Credit: $13.65</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:32.37},{&quot;2026-06-10&quot;:32.37},{&quot;2026-06-11&quot;:32.37},{&quot;2026-06-12&quot;:32.61},{&quot;2026-06-13&quot;:32.61},{&quot;2026-06-14&quot;:32.61},{&quot;2026-06-15&quot;:35.19},{&quot;2026-06-16&quot;:35.09},{&quot;2026-06-17&quot;:35.09},{&quot;2026-06-18&quot;:35.09},{&quot;2026-06-19&quot;:35.09},{&quot;2026-06-20&quot;:35.09},{&quot;2026-06-21&quot;:35.09},{&quot;2026-06-22&quot;:35.09},{&quot;2026-06-24&quot;:35.09},{&quot;2026-06-25&quot;:35.41},{&quot;2026-06-26&quot;:35.41},{&quot;2026-06-27&quot;:35.41},{&quot;2026-06-28&quot;:35.49},{&quot;2026-06-29&quot;:35.57},{&quot;2026-06-30&quot;:35.19},{&quot;2026-07-01&quot;:35.19},{&quot;2026-07-02&quot;:35.19},{&quot;2026-07-03&quot;:35.19},{&quot;2026-07-04&quot;:35.19},{&quot;2026-07-05&quot;:35.19},{&quot;2026-07-06&quot;:35.19},{&quot;2026-07-07&quot;:35.19},{&quot;2026-07-08&quot;:35.19},{&quot;2026-07-09&quot;:35.19},{&quot;2026-07-10&quot;:35.19},{&quot;2026-07-11&quot;:35.19},{&quot;2026-07-12&quot;:35.19},{&quot;2026-07-13&quot;:35.19},{&quot;2026-07-14&quot;:35.19},{&quot;2026-07-15&quot;:35.19},{&quot;2026-07-16&quot;:35.19},{&quot;2026-07-17&quot;:35.19},{&quot;2026-07-18&quot;:35.19},{&quot;2026-07-19&quot;:35.47},{&quot;2026-07-20&quot;:35.68},{&quot;2026-07-21&quot;:35.68},{&quot;2026-07-23&quot;:35.68},{&quot;2026-07-25&quot;:35.68},{&quot;2026-07-26&quot;:35.68},{&quot;2026-07-27&quot;:35.68},{&quot;2026-07-29&quot;:35.68},{&quot;2026-07-30&quot;:35.68},{&quot;2026-07-31&quot;:35.68},{&quot;2026-08-01&quot;:35.68},{&quot;2026-08-02&quot;:35.68},{&quot;2026-08-03&quot;:35.68},{&quot;2026-08-04&quot;:35.68},{&quot;2026-08-05&quot;:35.68},{&quot;2026-08-07&quot;:35.68},{&quot;2026-08-08&quot;:35.68},{&quot;2026-08-09&quot;:35.68},{&quot;2026-08-10&quot;:35.68},{&quot;2026-08-11&quot;:35.68},{&quot;2026-08-12&quot;:35.68},{&quot;2026-08-13&quot;:35.68},{&quot;2026-08-14&quot;:35.68},{&quot;2026-08-15&quot;:35.68},{&quot;2026-08-16&quot;:35.68},{&quot;2026-08-17&quot;:35.68},{&quot;2026-08-18&quot;:35.68},{&quot;2026-08-19&quot;:35.68},{&quot;2026-08-20&quot;:35.68},{&quot;2026-08-21&quot;:35.81},{&quot;2026-08-22&quot;:35.81},{&quot;2026-08-23&quot;:35.77},{&quot;2026-08-24&quot;:35.77},{&quot;2026-08-25&quot;:35.77},{&quot;2026-08-26&quot;:35.77},{&quot;2026-08-27&quot;:35.77},{&quot;2026-08-28&quot;:35.77},{&quot;2026-08-29&quot;:35.77},{&quot;2026-08-30&quot;:35.77},{&quot;2026-08-31&quot;:35.77},{&quot;2026-09-01&quot;:35.77},{&quot;2026-09-02&quot;:35.78},{&quot;2026-09-03&quot;:35.78},{&quot;2026-09-04&quot;:35.84},{&quot;2026-09-05&quot;:35.84},{&quot;2026-09-06&quot;:35.84},{&quot;2026-09-07&quot;:35.84},{&quot;2026-09-08&quot;:35.84},{&quot;2026-09-09&quot;:35.84},{&quot;2026-09-10&quot;:35.84},{&quot;2026-09-11&quot;:35.84}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:14.53},{&quot;2026-06-10&quot;:14.65},{&quot;2026-06-11&quot;:14.98},{&quot;2026-06-12&quot;:14.98},{&quot;2026-06-13&quot;:15.14},{&quot;2026-06-14&quot;:15.32},{&quot;2026-06-15&quot;:15.57},{&quot;2026-06-16&quot;:15.57},{&quot;2026-06-17&quot;:15.45},{&quot;2026-06-18&quot;:15.65},{&quot;2026-06-19&quot;:15.66},{&quot;2026-06-20&quot;:15.66},{&quot;2026-06-21&quot;:15.66},{&quot;2026-06-22&quot;:15.66},{&quot;2026-06-24&quot;:15.71},{&quot;2026-06-25&quot;:15.71},{&quot;2026-06-26&quot;:15.76},{&quot;2026-06-27&quot;:15.98},{&quot;2026-06-28&quot;:15.98},{&quot;2026-06-29&quot;:16.36},{&quot;2026-06-30&quot;:16.36},{&quot;2026-07-01&quot;:16.44},{&quot;2026-07-02&quot;:16.44},{&quot;2026-07-03&quot;:16.44},{&quot;2026-07-04&quot;:16.44},{&quot;2026-07-05&quot;:16.44},{&quot;2026-07-06&quot;:16.52},{&quot;2026-07-07&quot;:16.52},{&quot;2026-07-08&quot;:16.52},{&quot;2026-07-09&quot;:16.62},{&quot;2026-07-10&quot;:16.62},{&quot;2026-07-11&quot;:16.62},{&quot;2026-07-12&quot;:16.42},{&quot;2026-07-13&quot;:16.42},{&quot;2026-07-14&quot;:16.46},{&quot;2026-07-15&quot;:16.46},{&quot;2026-07-16&quot;:16.41},{&quot;2026-07-17&quot;:16.25},{&quot;2026-07-18&quot;:16.06},{&quot;2026-07-19&quot;:16.06},{&quot;2026-07-20&quot;:16.03},{&quot;2026-07-21&quot;:16.03},{&quot;2026-07-23&quot;:16.03},{&quot;2026-07-25&quot;:16.06},{&quot;2026-07-26&quot;:15.97},{&quot;2026-07-27&quot;:16.2},{&quot;2026-07-29&quot;:16.14},{&quot;2026-07-30&quot;:16.14},{&quot;2026-07-31&quot;:16.22},{&quot;2026-08-01&quot;:16.22},{&quot;2026-08-02&quot;:16.22},{&quot;2026-08-03&quot;:16.22},{&quot;2026-08-04&quot;:16.22},{&quot;2026-08-05&quot;:16.21},{&quot;2026-08-07&quot;:16.21},{&quot;2026-08-08&quot;:16.23},{&quot;2026-08-09&quot;:16.23},{&quot;2026-08-10&quot;:16.15},{&quot;2026-08-11&quot;:16.15},{&quot;2026-08-12&quot;:16.15},{&quot;2026-08-13&quot;:16.15},{&quot;2026-08-14&quot;:16.15},{&quot;2026-08-15&quot;:16.15},{&quot;2026-08-16&quot;:16.31},{&quot;2026-08-17&quot;:16.31},{&quot;2026-08-18&quot;:16.43},{&quot;2026-08-19&quot;:16.43},{&quot;2026-08-20&quot;:16.43},{&quot;2026-08-21&quot;:16.3},{&quot;2026-08-22&quot;:16.3},{&quot;2026-08-23&quot;:16.3},{&quot;2026-08-24&quot;:16.28},{&quot;2026-08-25&quot;:16.28},{&quot;2026-08-26&quot;:16.29},{&quot;2026-08-27&quot;:16.29},{&quot;2026-08-28&quot;:16.29},{&quot;2026-08-29&quot;:16.29},{&quot;2026-08-30&quot;:16.23},{&quot;2026-08-31&quot;:16.34},{&quot;2026-09-01&quot;:16.34},{&quot;2026-09-02&quot;:16.34},{&quot;2026-09-03&quot;:16.41},{&quot;2026-09-04&quot;:16.41},{&quot;2026-09-05&quot;:16.41},{&quot;2026-09-06&quot;:16.41},{&quot;2026-09-07&quot;:16.41},{&quot;2026-09-08&quot;:16.33},{&quot;2026-09-09&quot;:16.26},{&quot;2026-09-10&quot;:16.26},{&quot;2026-09-11&quot;:16.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Illustrious Wanderglyph
        </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 — Golem</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>
          </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="Illustrious Wanderglyph" src="https://cards.scryfall.io/large/front/c/4/c4536a7c-8373-4b4a-bba9-c4f9568423db.jpg?1783913928" />
    </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">
                $16.18
              </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">
                $16.05
              </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">$13.50</span>
              <span class="text-xs text-grey-text">Credit: $17.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;:16.55},{&quot;2026-06-14&quot;:16.63},{&quot;2026-06-15&quot;:16.79},{&quot;2026-06-16&quot;:16.77},{&quot;2026-06-17&quot;:16.75},{&quot;2026-06-18&quot;:16.65},{&quot;2026-06-19&quot;:16.67},{&quot;2026-06-20&quot;:16.67},{&quot;2026-06-21&quot;:16.79},{&quot;2026-06-22&quot;:16.79},{&quot;2026-06-23&quot;:16.79},{&quot;2026-06-24&quot;:16.79},{&quot;2026-06-25&quot;:16.79},{&quot;2026-06-26&quot;:16.79},{&quot;2026-06-27&quot;:16.69},{&quot;2026-06-28&quot;:16.69},{&quot;2026-06-29&quot;:16.58},{&quot;2026-06-30&quot;:16.65},{&quot;2026-07-01&quot;:16.65},{&quot;2026-07-02&quot;:16.54},{&quot;2026-07-03&quot;:16.54},{&quot;2026-07-04&quot;:16.56},{&quot;2026-07-05&quot;:16.56},{&quot;2026-07-06&quot;:16.56},{&quot;2026-07-07&quot;:16.56},{&quot;2026-07-08&quot;:16.6},{&quot;2026-07-09&quot;:16.6},{&quot;2026-07-10&quot;:16.68},{&quot;2026-07-11&quot;:16.51},{&quot;2026-07-12&quot;:16.51},{&quot;2026-07-13&quot;:16.42},{&quot;2026-07-14&quot;:16.42},{&quot;2026-07-15&quot;:16.42},{&quot;2026-07-16&quot;:16.42},{&quot;2026-07-17&quot;:16.42},{&quot;2026-07-18&quot;:16.42},{&quot;2026-07-19&quot;:16.46},{&quot;2026-07-20&quot;:16.46},{&quot;2026-07-21&quot;:16.46},{&quot;2026-07-22&quot;:16.46},{&quot;2026-07-23&quot;:16.46},{&quot;2026-07-24&quot;:16.48},{&quot;2026-07-25&quot;:16.5},{&quot;2026-07-26&quot;:16.43},{&quot;2026-07-27&quot;:16.47},{&quot;2026-07-28&quot;:16.47},{&quot;2026-07-29&quot;:16.46},{&quot;2026-07-30&quot;:16.46},{&quot;2026-07-31&quot;:16.43},{&quot;2026-08-01&quot;:16.43},{&quot;2026-08-02&quot;:16.22},{&quot;2026-08-03&quot;:16.18},{&quot;2026-08-04&quot;:16.18},{&quot;2026-08-05&quot;:16.18},{&quot;2026-08-07&quot;:16.15},{&quot;2026-08-08&quot;:15.95},{&quot;2026-08-09&quot;:15.95},{&quot;2026-08-10&quot;:15.95},{&quot;2026-08-11&quot;:15.95},{&quot;2026-08-12&quot;:15.95},{&quot;2026-08-13&quot;:16.05},{&quot;2026-08-14&quot;:15.83},{&quot;2026-08-15&quot;:15.83},{&quot;2026-08-16&quot;:15.84},{&quot;2026-08-17&quot;:15.84},{&quot;2026-08-18&quot;:15.86},{&quot;2026-08-19&quot;:15.86},{&quot;2026-08-20&quot;:15.86},{&quot;2026-08-21&quot;:15.86},{&quot;2026-08-22&quot;:15.86},{&quot;2026-08-23&quot;:15.93},{&quot;2026-08-24&quot;:15.93},{&quot;2026-08-25&quot;:15.85},{&quot;2026-08-26&quot;:15.91},{&quot;2026-08-27&quot;:15.98},{&quot;2026-08-28&quot;:15.98},{&quot;2026-08-29&quot;:15.98},{&quot;2026-08-30&quot;:16.01},{&quot;2026-08-31&quot;:16.01},{&quot;2026-09-01&quot;:16.07},{&quot;2026-09-02&quot;:16.05},{&quot;2026-09-03&quot;:16.05},{&quot;2026-09-04&quot;:16.05},{&quot;2026-09-05&quot;:16.05},{&quot;2026-09-06&quot;:16.05},{&quot;2026-09-07&quot;:16.05},{&quot;2026-09-08&quot;:16.05},{&quot;2026-09-09&quot;:16.05},{&quot;2026-09-10&quot;:16.05},{&quot;2026-09-11&quot;:16.05}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.73},{&quot;2026-06-14&quot;:16.73},{&quot;2026-06-15&quot;:16.73},{&quot;2026-06-16&quot;:16.89},{&quot;2026-06-17&quot;:16.89},{&quot;2026-06-18&quot;:16.85},{&quot;2026-06-19&quot;:16.8},{&quot;2026-06-20&quot;:16.8},{&quot;2026-06-21&quot;:16.74},{&quot;2026-06-22&quot;:16.74},{&quot;2026-06-23&quot;:16.95},{&quot;2026-06-24&quot;:16.94},{&quot;2026-06-25&quot;:16.94},{&quot;2026-06-26&quot;:16.94},{&quot;2026-06-27&quot;:16.96},{&quot;2026-06-28&quot;:16.98},{&quot;2026-06-29&quot;:17.03},{&quot;2026-06-30&quot;:17.03},{&quot;2026-07-01&quot;:17.03},{&quot;2026-07-02&quot;:17.03},{&quot;2026-07-03&quot;:17.03},{&quot;2026-07-04&quot;:16.79},{&quot;2026-07-05&quot;:16.79},{&quot;2026-07-06&quot;:16.79},{&quot;2026-07-07&quot;:16.79},{&quot;2026-07-08&quot;:16.79},{&quot;2026-07-09&quot;:16.61},{&quot;2026-07-10&quot;:16.32},{&quot;2026-07-11&quot;:16.22},{&quot;2026-07-12&quot;:15.88},{&quot;2026-07-13&quot;:15.85},{&quot;2026-07-14&quot;:15.72},{&quot;2026-07-15&quot;:15.72},{&quot;2026-07-16&quot;:15.72},{&quot;2026-07-17&quot;:15.72},{&quot;2026-07-18&quot;:15.44},{&quot;2026-07-19&quot;:15.44},{&quot;2026-07-20&quot;:15.47},{&quot;2026-07-21&quot;:15.47},{&quot;2026-07-22&quot;:15.21},{&quot;2026-07-23&quot;:15.02},{&quot;2026-07-24&quot;:14.95},{&quot;2026-07-25&quot;:14.92},{&quot;2026-07-26&quot;:14.92},{&quot;2026-07-27&quot;:14.82},{&quot;2026-07-28&quot;:14.93},{&quot;2026-07-29&quot;:15.03},{&quot;2026-07-30&quot;:15.03},{&quot;2026-07-31&quot;:14.89},{&quot;2026-08-01&quot;:15.01},{&quot;2026-08-02&quot;:15.01},{&quot;2026-08-03&quot;:14.82},{&quot;2026-08-04&quot;:14.97},{&quot;2026-08-05&quot;:14.98},{&quot;2026-08-07&quot;:14.94},{&quot;2026-08-08&quot;:14.94},{&quot;2026-08-09&quot;:14.91},{&quot;2026-08-10&quot;:15.08},{&quot;2026-08-11&quot;:15.04},{&quot;2026-08-12&quot;:14.95},{&quot;2026-08-13&quot;:14.95},{&quot;2026-08-14&quot;:15.03},{&quot;2026-08-15&quot;:15.13},{&quot;2026-08-16&quot;:15.12},{&quot;2026-08-17&quot;:15.16},{&quot;2026-08-18&quot;:15.12},{&quot;2026-08-19&quot;:15.11},{&quot;2026-08-20&quot;:15.39},{&quot;2026-08-21&quot;:15.41},{&quot;2026-08-22&quot;:15.46},{&quot;2026-08-23&quot;:15.46},{&quot;2026-08-24&quot;:15.55},{&quot;2026-08-25&quot;:15.68},{&quot;2026-08-26&quot;:15.77},{&quot;2026-08-27&quot;:15.77},{&quot;2026-08-28&quot;:15.77},{&quot;2026-08-29&quot;:15.77},{&quot;2026-08-30&quot;:15.93},{&quot;2026-08-31&quot;:16.08},{&quot;2026-09-01&quot;:15.98},{&quot;2026-09-02&quot;:16.02},{&quot;2026-09-03&quot;:16.02},{&quot;2026-09-04&quot;:15.89},{&quot;2026-09-05&quot;:15.89},{&quot;2026-09-06&quot;:15.9},{&quot;2026-09-07&quot;:15.9},{&quot;2026-09-08&quot;:15.9},{&quot;2026-09-09&quot;:16.16},{&quot;2026-09-10&quot;:16.18},{&quot;2026-09-11&quot;:16.18}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Urza, Lord High Artificer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18b26e53-1fc2-4d07-a56f-9000ed25580d.jpg?1783918485" />

        <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">
            Urza, Lord High Artificer
        </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 Artificer</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="Urza, Lord High Artificer" src="https://cards.scryfall.io/large/front/1/8/18b26e53-1fc2-4d07-a56f-9000ed25580d.jpg?1783918485" />
    </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">
                $16.17
              </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">
                $15.30
              </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">$13.00</span>
              <span class="text-xs text-grey-text">Credit: $16.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;:14.55},{&quot;2026-06-14&quot;:14.55},{&quot;2026-06-15&quot;:14.55},{&quot;2026-06-16&quot;:14.55},{&quot;2026-06-17&quot;:14.55},{&quot;2026-06-18&quot;:14.55},{&quot;2026-06-19&quot;:14.55},{&quot;2026-06-20&quot;:14.55},{&quot;2026-06-21&quot;:14.55},{&quot;2026-06-22&quot;:14.55},{&quot;2026-06-23&quot;:14.55},{&quot;2026-06-24&quot;:14.55},{&quot;2026-06-25&quot;:14.55},{&quot;2026-06-26&quot;:14.55},{&quot;2026-06-27&quot;:14.55},{&quot;2026-06-28&quot;:14.3},{&quot;2026-06-29&quot;:14.3},{&quot;2026-06-30&quot;:14.3},{&quot;2026-07-01&quot;:14.21},{&quot;2026-07-02&quot;:14.21},{&quot;2026-07-03&quot;:14.29},{&quot;2026-07-04&quot;:14.29},{&quot;2026-07-05&quot;:14.29},{&quot;2026-07-06&quot;:14.41},{&quot;2026-07-07&quot;:14.43},{&quot;2026-07-08&quot;:14.41},{&quot;2026-07-09&quot;:14.38},{&quot;2026-07-10&quot;:14.36},{&quot;2026-07-11&quot;:14.32},{&quot;2026-07-12&quot;:14.32},{&quot;2026-07-13&quot;:14.32},{&quot;2026-07-14&quot;:14.36},{&quot;2026-07-15&quot;:14.36},{&quot;2026-07-16&quot;:14.36},{&quot;2026-07-17&quot;:14.36},{&quot;2026-07-18&quot;:14.36},{&quot;2026-07-19&quot;:14.41},{&quot;2026-07-20&quot;:14.38},{&quot;2026-07-21&quot;:14.31},{&quot;2026-07-22&quot;:14.31},{&quot;2026-07-23&quot;:14.31},{&quot;2026-07-24&quot;:14.25},{&quot;2026-07-25&quot;:14.25},{&quot;2026-07-26&quot;:14.19},{&quot;2026-07-27&quot;:14.21},{&quot;2026-07-28&quot;:14.31},{&quot;2026-07-29&quot;:14.31},{&quot;2026-07-30&quot;:14.31},{&quot;2026-07-31&quot;:14.31},{&quot;2026-08-01&quot;:14.31},{&quot;2026-08-02&quot;:14.31},{&quot;2026-08-03&quot;:14.58},{&quot;2026-08-04&quot;:14.55},{&quot;2026-08-05&quot;:14.55},{&quot;2026-08-07&quot;:14.55},{&quot;2026-08-08&quot;:14.8},{&quot;2026-08-09&quot;:14.8},{&quot;2026-08-10&quot;:15.14},{&quot;2026-08-11&quot;:15.14},{&quot;2026-08-12&quot;:15.14},{&quot;2026-08-13&quot;:15.14},{&quot;2026-08-14&quot;:15.14},{&quot;2026-08-15&quot;:15.14},{&quot;2026-08-16&quot;:15.14},{&quot;2026-08-17&quot;:15.14},{&quot;2026-08-18&quot;:15.14},{&quot;2026-08-19&quot;:15.21},{&quot;2026-08-20&quot;:15.31},{&quot;2026-08-21&quot;:15.34},{&quot;2026-08-22&quot;:15.34},{&quot;2026-08-23&quot;:15.32},{&quot;2026-08-24&quot;:15.32},{&quot;2026-08-25&quot;:15.32},{&quot;2026-08-26&quot;:15.32},{&quot;2026-08-27&quot;:15.32},{&quot;2026-08-28&quot;:15.28},{&quot;2026-08-29&quot;:15.28},{&quot;2026-08-30&quot;:14.88},{&quot;2026-08-31&quot;:14.88},{&quot;2026-09-01&quot;:14.88},{&quot;2026-09-02&quot;:14.88},{&quot;2026-09-03&quot;:14.88},{&quot;2026-09-04&quot;:14.88},{&quot;2026-09-05&quot;:14.98},{&quot;2026-09-06&quot;:15.1},{&quot;2026-09-07&quot;:15.23},{&quot;2026-09-08&quot;:15.23},{&quot;2026-09-09&quot;:15.23},{&quot;2026-09-10&quot;:15.23},{&quot;2026-09-11&quot;:15.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.26},{&quot;2026-06-14&quot;:14.25},{&quot;2026-06-15&quot;:14.2},{&quot;2026-06-16&quot;:14.2},{&quot;2026-06-17&quot;:14.21},{&quot;2026-06-18&quot;:14.21},{&quot;2026-06-19&quot;:14.24},{&quot;2026-06-20&quot;:14.28},{&quot;2026-06-21&quot;:14.28},{&quot;2026-06-22&quot;:14.29},{&quot;2026-06-23&quot;:14.29},{&quot;2026-06-24&quot;:14.29},{&quot;2026-06-25&quot;:14.29},{&quot;2026-06-26&quot;:14.39},{&quot;2026-06-27&quot;:14.47},{&quot;2026-06-28&quot;:14.35},{&quot;2026-06-29&quot;:14.45},{&quot;2026-06-30&quot;:14.25},{&quot;2026-07-01&quot;:14.25},{&quot;2026-07-02&quot;:14.25},{&quot;2026-07-03&quot;:14.18},{&quot;2026-07-04&quot;:14.18},{&quot;2026-07-05&quot;:14.18},{&quot;2026-07-06&quot;:14.18},{&quot;2026-07-07&quot;:14.18},{&quot;2026-07-08&quot;:14.18},{&quot;2026-07-09&quot;:14.31},{&quot;2026-07-10&quot;:14.31},{&quot;2026-07-11&quot;:14.31},{&quot;2026-07-12&quot;:14.24},{&quot;2026-07-13&quot;:14.44},{&quot;2026-07-14&quot;:14.44},{&quot;2026-07-15&quot;:14.5},{&quot;2026-07-16&quot;:14.5},{&quot;2026-07-17&quot;:14.56},{&quot;2026-07-18&quot;:14.75},{&quot;2026-07-19&quot;:14.78},{&quot;2026-07-20&quot;:14.96},{&quot;2026-07-21&quot;:15.12},{&quot;2026-07-22&quot;:15.12},{&quot;2026-07-23&quot;:15.24},{&quot;2026-07-24&quot;:15.24},{&quot;2026-07-25&quot;:15.24},{&quot;2026-07-26&quot;:15.24},{&quot;2026-07-27&quot;:15.29},{&quot;2026-07-28&quot;:15.29},{&quot;2026-07-29&quot;:15.29},{&quot;2026-07-30&quot;:15.29},{&quot;2026-07-31&quot;:15.27},{&quot;2026-08-01&quot;:15.52},{&quot;2026-08-02&quot;:15.52},{&quot;2026-08-03&quot;:15.52},{&quot;2026-08-04&quot;:15.52},{&quot;2026-08-05&quot;:15.88},{&quot;2026-08-07&quot;:15.92},{&quot;2026-08-08&quot;:15.92},{&quot;2026-08-09&quot;:15.92},{&quot;2026-08-10&quot;:15.88},{&quot;2026-08-11&quot;:15.88},{&quot;2026-08-12&quot;:15.88},{&quot;2026-08-13&quot;:15.96},{&quot;2026-08-14&quot;:15.96},{&quot;2026-08-15&quot;:15.96},{&quot;2026-08-16&quot;:15.85},{&quot;2026-08-17&quot;:15.85},{&quot;2026-08-18&quot;:15.85},{&quot;2026-08-19&quot;:15.85},{&quot;2026-08-20&quot;:15.85},{&quot;2026-08-21&quot;:15.85},{&quot;2026-08-22&quot;:15.84},{&quot;2026-08-23&quot;:15.69},{&quot;2026-08-24&quot;:15.69},{&quot;2026-08-25&quot;:15.84},{&quot;2026-08-26&quot;:15.66},{&quot;2026-08-27&quot;:15.66},{&quot;2026-08-28&quot;:15.66},{&quot;2026-08-29&quot;:15.66},{&quot;2026-08-30&quot;:15.59},{&quot;2026-08-31&quot;:15.73},{&quot;2026-09-01&quot;:15.73},{&quot;2026-09-02&quot;:15.73},{&quot;2026-09-03&quot;:15.91},{&quot;2026-09-04&quot;:15.93},{&quot;2026-09-05&quot;:15.93},{&quot;2026-09-06&quot;:15.93},{&quot;2026-09-07&quot;:15.82},{&quot;2026-09-08&quot;:15.9},{&quot;2026-09-09&quot;:16.17},{&quot;2026-09-10&quot;:16.17},{&quot;2026-09-11&quot;:16.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="84582"
  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-war 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">
            Bolas&#39;s Citadel
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.14
          </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="Bolas&#39;s Citadel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d2124603-d20e-40eb-97f0-a66323397ac2.jpg?1783933451" />

        <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">
            Bolas&#39;s Citadel
        </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Bolas&#39;s Citadel" src="https://cards.scryfall.io/large/front/d/2/d2124603-d20e-40eb-97f0-a66323397ac2.jpg?1783933451" />
    </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">
                $16.14
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:21.38},{&quot;2026-06-14&quot;:21.38},{&quot;2026-06-15&quot;:21.38},{&quot;2026-06-16&quot;:21.57},{&quot;2026-06-17&quot;:21.57},{&quot;2026-06-18&quot;:21.57},{&quot;2026-06-19&quot;:21.57},{&quot;2026-06-20&quot;:21.57},{&quot;2026-06-21&quot;:21.87},{&quot;2026-06-22&quot;:21.87},{&quot;2026-06-23&quot;:21.87},{&quot;2026-06-24&quot;:21.87},{&quot;2026-06-25&quot;:21.87},{&quot;2026-06-26&quot;:21.87},{&quot;2026-06-27&quot;:21.87},{&quot;2026-06-28&quot;:21.87},{&quot;2026-06-29&quot;:21.87},{&quot;2026-06-30&quot;:21.87},{&quot;2026-07-01&quot;:22.1},{&quot;2026-07-02&quot;:22.1},{&quot;2026-07-03&quot;:22.1},{&quot;2026-07-04&quot;:22.1},{&quot;2026-07-05&quot;:22.1},{&quot;2026-07-06&quot;:22.1},{&quot;2026-07-07&quot;:22.1},{&quot;2026-07-08&quot;:22.1},{&quot;2026-07-09&quot;:22.1},{&quot;2026-07-10&quot;:22.12},{&quot;2026-07-11&quot;:22.12},{&quot;2026-07-12&quot;:22.12},{&quot;2026-07-13&quot;:22.12},{&quot;2026-07-14&quot;:22.12},{&quot;2026-07-15&quot;:22.12},{&quot;2026-07-16&quot;:22.36},{&quot;2026-07-17&quot;:22.36},{&quot;2026-07-18&quot;:22.36},{&quot;2026-07-19&quot;:22.36},{&quot;2026-07-20&quot;:22.36},{&quot;2026-07-21&quot;:22.36},{&quot;2026-07-22&quot;:22.36},{&quot;2026-07-23&quot;:22.36},{&quot;2026-07-24&quot;:22.36},{&quot;2026-07-25&quot;:22.36},{&quot;2026-07-26&quot;:22.36},{&quot;2026-07-27&quot;:22.36},{&quot;2026-07-28&quot;:22.36},{&quot;2026-07-29&quot;:22.36},{&quot;2026-07-30&quot;:22.36},{&quot;2026-07-31&quot;:22.39},{&quot;2026-08-01&quot;:22.33},{&quot;2026-08-02&quot;:22.33},{&quot;2026-08-03&quot;:22.33},{&quot;2026-08-04&quot;:21.89},{&quot;2026-08-05&quot;:21.89},{&quot;2026-08-07&quot;:21.89},{&quot;2026-08-08&quot;:21.89},{&quot;2026-08-09&quot;:21.89},{&quot;2026-08-10&quot;:21.89},{&quot;2026-08-11&quot;:21.45},{&quot;2026-08-12&quot;:21.45},{&quot;2026-08-13&quot;:21.45},{&quot;2026-08-14&quot;:20.92},{&quot;2026-08-15&quot;:20.92},{&quot;2026-08-16&quot;:20.92},{&quot;2026-08-17&quot;:20.92},{&quot;2026-08-18&quot;:20.92},{&quot;2026-08-19&quot;:20.92},{&quot;2026-08-20&quot;:20.79},{&quot;2026-08-21&quot;:20.76},{&quot;2026-08-22&quot;:20.76},{&quot;2026-08-23&quot;:20.76},{&quot;2026-08-24&quot;:20.76},{&quot;2026-08-25&quot;:20.71},{&quot;2026-08-26&quot;:20.71},{&quot;2026-08-27&quot;:20.71},{&quot;2026-08-28&quot;:20.71},{&quot;2026-08-29&quot;:20.71},{&quot;2026-08-30&quot;:20.71},{&quot;2026-08-31&quot;:20.71},{&quot;2026-09-01&quot;:20.71},{&quot;2026-09-02&quot;:20.75},{&quot;2026-09-03&quot;:20.75},{&quot;2026-09-04&quot;:20.26},{&quot;2026-09-05&quot;:20.26},{&quot;2026-09-06&quot;:20.15},{&quot;2026-09-07&quot;:20.15},{&quot;2026-09-08&quot;:19.38},{&quot;2026-09-09&quot;:19.38},{&quot;2026-09-10&quot;:19.3},{&quot;2026-09-11&quot;:19.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:17.8},{&quot;2026-06-14&quot;:17.76},{&quot;2026-06-15&quot;:17.94},{&quot;2026-06-16&quot;:18.1},{&quot;2026-06-17&quot;:18.22},{&quot;2026-06-18&quot;:18.24},{&quot;2026-06-19&quot;:17.68},{&quot;2026-06-20&quot;:17.76},{&quot;2026-06-21&quot;:17.63},{&quot;2026-06-22&quot;:17.23},{&quot;2026-06-23&quot;:16.84},{&quot;2026-06-24&quot;:16.75},{&quot;2026-06-25&quot;:16.37},{&quot;2026-06-26&quot;:16.28},{&quot;2026-06-27&quot;:16.21},{&quot;2026-06-28&quot;:16.06},{&quot;2026-06-29&quot;:16.08},{&quot;2026-06-30&quot;:16.15},{&quot;2026-07-01&quot;:16.34},{&quot;2026-07-02&quot;:16.32},{&quot;2026-07-03&quot;:16.16},{&quot;2026-07-04&quot;:16.62},{&quot;2026-07-05&quot;:16.88},{&quot;2026-07-06&quot;:16.81},{&quot;2026-07-07&quot;:17.32},{&quot;2026-07-08&quot;:17.46},{&quot;2026-07-09&quot;:17.17},{&quot;2026-07-10&quot;:17.54},{&quot;2026-07-11&quot;:17.37},{&quot;2026-07-12&quot;:17.15},{&quot;2026-07-13&quot;:17.12},{&quot;2026-07-14&quot;:16.87},{&quot;2026-07-15&quot;:16.93},{&quot;2026-07-16&quot;:17.02},{&quot;2026-07-17&quot;:16.89},{&quot;2026-07-18&quot;:16.47},{&quot;2026-07-19&quot;:16.51},{&quot;2026-07-20&quot;:16.31},{&quot;2026-07-21&quot;:16.01},{&quot;2026-07-22&quot;:15.8},{&quot;2026-07-23&quot;:15.8},{&quot;2026-07-24&quot;:15.87},{&quot;2026-07-25&quot;:15.9},{&quot;2026-07-26&quot;:16.2},{&quot;2026-07-27&quot;:15.83},{&quot;2026-07-28&quot;:16.04},{&quot;2026-07-29&quot;:15.8},{&quot;2026-07-30&quot;:15.75},{&quot;2026-07-31&quot;:15.69},{&quot;2026-08-01&quot;:15.99},{&quot;2026-08-02&quot;:16.3},{&quot;2026-08-03&quot;:16.57},{&quot;2026-08-04&quot;:17.16},{&quot;2026-08-05&quot;:16.67},{&quot;2026-08-07&quot;:16.57},{&quot;2026-08-08&quot;:16.41},{&quot;2026-08-09&quot;:16.24},{&quot;2026-08-10&quot;:15.75},{&quot;2026-08-11&quot;:15.74},{&quot;2026-08-12&quot;:15.55},{&quot;2026-08-13&quot;:15.31},{&quot;2026-08-14&quot;:15.28},{&quot;2026-08-15&quot;:15.61},{&quot;2026-08-16&quot;:15.48},{&quot;2026-08-17&quot;:14.57},{&quot;2026-08-18&quot;:14.3},{&quot;2026-08-19&quot;:14.18},{&quot;2026-08-20&quot;:14.28},{&quot;2026-08-21&quot;:14.72},{&quot;2026-08-22&quot;:14.39},{&quot;2026-08-23&quot;:14.64},{&quot;2026-08-24&quot;:14.89},{&quot;2026-08-25&quot;:14.93},{&quot;2026-08-26&quot;:14.7},{&quot;2026-08-27&quot;:14.96},{&quot;2026-08-28&quot;:16.29},{&quot;2026-08-29&quot;:16.29},{&quot;2026-08-30&quot;:16.53},{&quot;2026-08-31&quot;:16.54},{&quot;2026-09-01&quot;:15.65},{&quot;2026-09-02&quot;:16.13},{&quot;2026-09-03&quot;:16.01},{&quot;2026-09-04&quot;:15.57},{&quot;2026-09-05&quot;:16.63},{&quot;2026-09-06&quot;:16.74},{&quot;2026-09-07&quot;:16.63},{&quot;2026-09-08&quot;:16.31},{&quot;2026-09-09&quot;:16.37},{&quot;2026-09-10&quot;:16.51},{&quot;2026-09-11&quot;:16.14}]}"
        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="79727"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kiki-Jiki, Mirror Breaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8a30fe7c-3c6b-4d05-adb7-9f87df29cd3b.jpg?1783927723" />

        <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">
            Kiki-Jiki, Mirror Breaker
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Kiki-Jiki, Mirror Breaker" src="https://cards.scryfall.io/large/front/8/a/8a30fe7c-3c6b-4d05-adb7-9f87df29cd3b.jpg?1783927723" />
    </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">
                $16.12
              </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">
                $66.64
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:62.9},{&quot;2026-06-14&quot;:63.46},{&quot;2026-06-15&quot;:63.46},{&quot;2026-06-16&quot;:63.46},{&quot;2026-06-17&quot;:63.46},{&quot;2026-06-18&quot;:63.46},{&quot;2026-06-19&quot;:63.46},{&quot;2026-06-20&quot;:63.46},{&quot;2026-06-21&quot;:63.46},{&quot;2026-06-22&quot;:63.66},{&quot;2026-06-23&quot;:63.66},{&quot;2026-06-24&quot;:63.66},{&quot;2026-06-25&quot;:63.66},{&quot;2026-06-26&quot;:63.66},{&quot;2026-06-27&quot;:63.84},{&quot;2026-06-28&quot;:63.84},{&quot;2026-06-29&quot;:63.84},{&quot;2026-06-30&quot;:64.0},{&quot;2026-07-01&quot;:64.0},{&quot;2026-07-02&quot;:64.0},{&quot;2026-07-03&quot;:64.0},{&quot;2026-07-04&quot;:64.0},{&quot;2026-07-05&quot;:64.0},{&quot;2026-07-06&quot;:64.0},{&quot;2026-07-07&quot;:64.0},{&quot;2026-07-08&quot;:64.31},{&quot;2026-07-09&quot;:64.65},{&quot;2026-07-10&quot;:64.65},{&quot;2026-07-11&quot;:64.65},{&quot;2026-07-12&quot;:64.65},{&quot;2026-07-13&quot;:64.76},{&quot;2026-07-14&quot;:64.76},{&quot;2026-07-15&quot;:64.76},{&quot;2026-07-16&quot;:64.76},{&quot;2026-07-17&quot;:64.76},{&quot;2026-07-18&quot;:64.76},{&quot;2026-07-19&quot;:64.76},{&quot;2026-07-20&quot;:64.76},{&quot;2026-07-21&quot;:64.9},{&quot;2026-07-22&quot;:64.9},{&quot;2026-07-23&quot;:64.9},{&quot;2026-07-24&quot;:64.9},{&quot;2026-07-25&quot;:65.02},{&quot;2026-07-26&quot;:65.02},{&quot;2026-07-27&quot;:65.02},{&quot;2026-07-28&quot;:65.02},{&quot;2026-07-29&quot;:65.02},{&quot;2026-07-30&quot;:65.02},{&quot;2026-07-31&quot;:65.02},{&quot;2026-08-01&quot;:65.02},{&quot;2026-08-02&quot;:65.02},{&quot;2026-08-03&quot;:65.02},{&quot;2026-08-04&quot;:65.17},{&quot;2026-08-05&quot;:65.17},{&quot;2026-08-07&quot;:65.17},{&quot;2026-08-08&quot;:65.17},{&quot;2026-08-09&quot;:65.17},{&quot;2026-08-10&quot;:65.17},{&quot;2026-08-11&quot;:65.17},{&quot;2026-08-12&quot;:65.17},{&quot;2026-08-13&quot;:65.11},{&quot;2026-08-14&quot;:65.11},{&quot;2026-08-15&quot;:65.11},{&quot;2026-08-16&quot;:65.11},{&quot;2026-08-17&quot;:65.11},{&quot;2026-08-18&quot;:65.11},{&quot;2026-08-19&quot;:65.56},{&quot;2026-08-20&quot;:65.56},{&quot;2026-08-21&quot;:65.78},{&quot;2026-08-22&quot;:65.78},{&quot;2026-08-23&quot;:65.78},{&quot;2026-08-24&quot;:65.78},{&quot;2026-08-25&quot;:65.78},{&quot;2026-08-26&quot;:65.78},{&quot;2026-08-27&quot;:65.78},{&quot;2026-08-28&quot;:65.78},{&quot;2026-08-29&quot;:65.78},{&quot;2026-08-30&quot;:65.72},{&quot;2026-08-31&quot;:65.72},{&quot;2026-09-01&quot;:65.72},{&quot;2026-09-02&quot;:65.72},{&quot;2026-09-03&quot;:65.72},{&quot;2026-09-04&quot;:65.72},{&quot;2026-09-05&quot;:66.64},{&quot;2026-09-06&quot;:66.64},{&quot;2026-09-07&quot;:66.64},{&quot;2026-09-08&quot;:66.64},{&quot;2026-09-09&quot;:66.64},{&quot;2026-09-10&quot;:66.64},{&quot;2026-09-11&quot;:66.64}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:13.7},{&quot;2026-06-14&quot;:13.7},{&quot;2026-06-15&quot;:13.74},{&quot;2026-06-16&quot;:13.67},{&quot;2026-06-17&quot;:13.5},{&quot;2026-06-18&quot;:13.5},{&quot;2026-06-19&quot;:13.74},{&quot;2026-06-20&quot;:13.35},{&quot;2026-06-21&quot;:13.35},{&quot;2026-06-22&quot;:13.3},{&quot;2026-06-23&quot;:13.12},{&quot;2026-06-24&quot;:13.12},{&quot;2026-06-25&quot;:14.98},{&quot;2026-06-26&quot;:15.26},{&quot;2026-06-27&quot;:15.85},{&quot;2026-06-28&quot;:15.85},{&quot;2026-06-29&quot;:16.14},{&quot;2026-06-30&quot;:16.14},{&quot;2026-07-01&quot;:15.96},{&quot;2026-07-02&quot;:15.71},{&quot;2026-07-03&quot;:15.88},{&quot;2026-07-04&quot;:15.66},{&quot;2026-07-05&quot;:15.73},{&quot;2026-07-06&quot;:15.73},{&quot;2026-07-07&quot;:15.78},{&quot;2026-07-08&quot;:15.84},{&quot;2026-07-09&quot;:15.8},{&quot;2026-07-10&quot;:15.97},{&quot;2026-07-11&quot;:15.85},{&quot;2026-07-12&quot;:16.09},{&quot;2026-07-13&quot;:16.09},{&quot;2026-07-14&quot;:16.09},{&quot;2026-07-15&quot;:16.03},{&quot;2026-07-16&quot;:16.03},{&quot;2026-07-17&quot;:15.87},{&quot;2026-07-18&quot;:15.87},{&quot;2026-07-19&quot;:15.72},{&quot;2026-07-20&quot;:15.87},{&quot;2026-07-21&quot;:15.87},{&quot;2026-07-22&quot;:15.87},{&quot;2026-07-23&quot;:15.87},{&quot;2026-07-24&quot;:15.89},{&quot;2026-07-25&quot;:16.02},{&quot;2026-07-26&quot;:15.91},{&quot;2026-07-27&quot;:16.06},{&quot;2026-07-28&quot;:16.04},{&quot;2026-07-29&quot;:16.02},{&quot;2026-07-30&quot;:16.0},{&quot;2026-07-31&quot;:15.84},{&quot;2026-08-01&quot;:15.84},{&quot;2026-08-02&quot;:15.88},{&quot;2026-08-03&quot;:16.01},{&quot;2026-08-04&quot;:15.85},{&quot;2026-08-05&quot;:15.78},{&quot;2026-08-07&quot;:15.68},{&quot;2026-08-08&quot;:15.68},{&quot;2026-08-09&quot;:15.68},{&quot;2026-08-10&quot;:15.69},{&quot;2026-08-11&quot;:15.68},{&quot;2026-08-12&quot;:15.68},{&quot;2026-08-13&quot;:15.61},{&quot;2026-08-14&quot;:15.6},{&quot;2026-08-15&quot;:15.65},{&quot;2026-08-16&quot;:15.65},{&quot;2026-08-17&quot;:15.66},{&quot;2026-08-18&quot;:15.62},{&quot;2026-08-19&quot;:15.62},{&quot;2026-08-20&quot;:15.56},{&quot;2026-08-21&quot;:15.59},{&quot;2026-08-22&quot;:15.72},{&quot;2026-08-23&quot;:15.72},{&quot;2026-08-24&quot;:15.75},{&quot;2026-08-25&quot;:15.64},{&quot;2026-08-26&quot;:15.64},{&quot;2026-08-27&quot;:15.64},{&quot;2026-08-28&quot;:15.62},{&quot;2026-08-29&quot;:15.62},{&quot;2026-08-30&quot;:15.86},{&quot;2026-08-31&quot;:15.84},{&quot;2026-09-01&quot;:15.73},{&quot;2026-09-02&quot;:15.6},{&quot;2026-09-03&quot;:15.45},{&quot;2026-09-04&quot;:15.45},{&quot;2026-09-05&quot;:15.68},{&quot;2026-09-06&quot;:15.68},{&quot;2026-09-07&quot;:15.68},{&quot;2026-09-08&quot;:15.68},{&quot;2026-09-09&quot;:15.75},{&quot;2026-09-10&quot;:15.8},{&quot;2026-09-11&quot;:16.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112571"
  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-hoc 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">
            Andúril, Narsil Reforged
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Andúril, Narsil Reforged" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5c495189-451e-46ca-9a71-825dab50a0e7.jpg?1784626910" />

        <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">
            Andúril, Narsil Reforged
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Andúril, Narsil Reforged" src="https://cards.scryfall.io/large/front/5/c/5c495189-451e-46ca-9a71-825dab50a0e7.jpg?1784626910" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-03&quot;:49.99},{&quot;2026-08-04&quot;:49.99},{&quot;2026-08-05&quot;:44.99},{&quot;2026-08-07&quot;:12.64},{&quot;2026-08-08&quot;:8.06},{&quot;2026-08-09&quot;:7.61},{&quot;2026-08-10&quot;:7.63},{&quot;2026-08-11&quot;:7.97},{&quot;2026-08-12&quot;:8.29},{&quot;2026-08-13&quot;:8.66},{&quot;2026-08-14&quot;:9.51},{&quot;2026-08-15&quot;:9.67},{&quot;2026-08-16&quot;:10.91},{&quot;2026-08-17&quot;:11.65},{&quot;2026-08-18&quot;:13.0},{&quot;2026-08-19&quot;:14.03},{&quot;2026-08-20&quot;:14.03},{&quot;2026-08-21&quot;:14.53},{&quot;2026-08-22&quot;:15.49},{&quot;2026-08-23&quot;:15.93},{&quot;2026-08-24&quot;:15.86},{&quot;2026-08-25&quot;:15.86},{&quot;2026-08-26&quot;:15.57},{&quot;2026-08-27&quot;:15.79},{&quot;2026-08-28&quot;:15.82},{&quot;2026-08-29&quot;:15.82},{&quot;2026-08-30&quot;:16.12},{&quot;2026-08-31&quot;:15.95},{&quot;2026-09-01&quot;:15.95},{&quot;2026-09-02&quot;:16.21},{&quot;2026-09-03&quot;:16.22},{&quot;2026-09-04&quot;:16.22},{&quot;2026-09-05&quot;:16.2},{&quot;2026-09-06&quot;:16.22},{&quot;2026-09-07&quot;:16.23},{&quot;2026-09-08&quot;:16.29},{&quot;2026-09-09&quot;:16.28},{&quot;2026-09-10&quot;:16.18},{&quot;2026-09-11&quot;:16.08}],&quot;normal&quot;:[{&quot;2026-08-07&quot;:8.0},{&quot;2026-08-08&quot;:7.13},{&quot;2026-08-09&quot;:7.04},{&quot;2026-08-10&quot;:7.13},{&quot;2026-08-11&quot;:7.21},{&quot;2026-08-12&quot;:7.32},{&quot;2026-08-13&quot;:7.77},{&quot;2026-08-14&quot;:7.82},{&quot;2026-08-15&quot;:7.32},{&quot;2026-08-16&quot;:8.15},{&quot;2026-08-17&quot;:9.1},{&quot;2026-08-18&quot;:11.1},{&quot;2026-08-19&quot;:12.18},{&quot;2026-08-20&quot;:12.18},{&quot;2026-08-21&quot;:14.34},{&quot;2026-08-22&quot;:14.55},{&quot;2026-08-23&quot;:14.95},{&quot;2026-08-24&quot;:15.06},{&quot;2026-08-25&quot;:15.06},{&quot;2026-08-26&quot;:14.45},{&quot;2026-08-27&quot;:14.72},{&quot;2026-08-28&quot;:14.59},{&quot;2026-08-29&quot;:14.59},{&quot;2026-08-30&quot;:15.25},{&quot;2026-08-31&quot;:15.04},{&quot;2026-09-01&quot;:15.04},{&quot;2026-09-02&quot;:15.35},{&quot;2026-09-03&quot;:15.63},{&quot;2026-09-04&quot;:15.67},{&quot;2026-09-05&quot;:15.69},{&quot;2026-09-06&quot;:15.81},{&quot;2026-09-07&quot;:16.02},{&quot;2026-09-08&quot;:16.17},{&quot;2026-09-09&quot;:16.31},{&quot;2026-09-10&quot;:15.82},{&quot;2026-09-11&quot;:15.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Hammer of Nazahn
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Hammer of Nazahn" src="https://cards.scryfall.io/large/front/f/b/fbce79af-968a-481b-8cd7-a323c083851d.jpg?1783930109" />
    </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">
                $16.06
              </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">
                $18.80
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:18.25},{&quot;2026-06-14&quot;:18.25},{&quot;2026-06-15&quot;:18.25},{&quot;2026-06-16&quot;:18.25},{&quot;2026-06-17&quot;:18.27},{&quot;2026-06-18&quot;:18.27},{&quot;2026-06-19&quot;:18.27},{&quot;2026-06-20&quot;:18.27},{&quot;2026-06-21&quot;:18.27},{&quot;2026-06-22&quot;:18.27},{&quot;2026-06-23&quot;:18.27},{&quot;2026-06-24&quot;:18.27},{&quot;2026-06-25&quot;:18.27},{&quot;2026-06-26&quot;:18.14},{&quot;2026-06-27&quot;:18.14},{&quot;2026-06-28&quot;:18.14},{&quot;2026-06-29&quot;:18.14},{&quot;2026-06-30&quot;:18.27},{&quot;2026-07-01&quot;:18.27},{&quot;2026-07-02&quot;:18.27},{&quot;2026-07-03&quot;:18.62},{&quot;2026-07-04&quot;:18.62},{&quot;2026-07-05&quot;:18.62},{&quot;2026-07-06&quot;:18.92},{&quot;2026-07-07&quot;:18.92},{&quot;2026-07-08&quot;:18.92},{&quot;2026-07-09&quot;:18.92},{&quot;2026-07-10&quot;:18.92},{&quot;2026-07-11&quot;:18.92},{&quot;2026-07-12&quot;:18.92},{&quot;2026-07-13&quot;:18.92},{&quot;2026-07-14&quot;:18.92},{&quot;2026-07-15&quot;:18.92},{&quot;2026-07-16&quot;:18.92},{&quot;2026-07-17&quot;:18.92},{&quot;2026-07-18&quot;:18.92},{&quot;2026-07-19&quot;:18.92},{&quot;2026-07-20&quot;:18.92},{&quot;2026-07-21&quot;:18.92},{&quot;2026-07-22&quot;:18.92},{&quot;2026-07-23&quot;:18.92},{&quot;2026-07-24&quot;:18.92},{&quot;2026-07-25&quot;:18.92},{&quot;2026-07-26&quot;:18.92},{&quot;2026-07-27&quot;:18.92},{&quot;2026-07-28&quot;:18.92},{&quot;2026-07-29&quot;:18.92},{&quot;2026-07-30&quot;:18.92},{&quot;2026-07-31&quot;:18.92},{&quot;2026-08-01&quot;:18.92},{&quot;2026-08-02&quot;:18.92},{&quot;2026-08-03&quot;:18.92},{&quot;2026-08-04&quot;:18.92},{&quot;2026-08-05&quot;:18.92},{&quot;2026-08-07&quot;:18.92},{&quot;2026-08-08&quot;:18.92},{&quot;2026-08-09&quot;:18.92},{&quot;2026-08-10&quot;:18.95},{&quot;2026-08-11&quot;:18.95},{&quot;2026-08-12&quot;:18.95},{&quot;2026-08-13&quot;:18.95},{&quot;2026-08-14&quot;:18.95},{&quot;2026-08-15&quot;:18.86},{&quot;2026-08-16&quot;:18.86},{&quot;2026-08-17&quot;:18.86},{&quot;2026-08-18&quot;:18.86},{&quot;2026-08-19&quot;:18.86},{&quot;2026-08-20&quot;:18.86},{&quot;2026-08-21&quot;:18.86},{&quot;2026-08-22&quot;:18.86},{&quot;2026-08-23&quot;:18.88},{&quot;2026-08-24&quot;:18.88},{&quot;2026-08-25&quot;:18.88},{&quot;2026-08-26&quot;:18.88},{&quot;2026-08-27&quot;:18.88},{&quot;2026-08-28&quot;:18.88},{&quot;2026-08-29&quot;:18.88},{&quot;2026-08-30&quot;:18.93},{&quot;2026-08-31&quot;:18.96},{&quot;2026-09-01&quot;:18.96},{&quot;2026-09-02&quot;:18.99},{&quot;2026-09-03&quot;:18.99},{&quot;2026-09-04&quot;:18.99},{&quot;2026-09-05&quot;:18.99},{&quot;2026-09-06&quot;:18.99},{&quot;2026-09-07&quot;:18.8},{&quot;2026-09-08&quot;:18.8},{&quot;2026-09-09&quot;:18.8},{&quot;2026-09-10&quot;:18.8},{&quot;2026-09-11&quot;:18.8}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:15.63},{&quot;2026-06-14&quot;:15.79},{&quot;2026-06-15&quot;:15.56},{&quot;2026-06-16&quot;:15.64},{&quot;2026-06-17&quot;:15.64},{&quot;2026-06-18&quot;:15.56},{&quot;2026-06-19&quot;:15.8},{&quot;2026-06-20&quot;:15.8},{&quot;2026-06-21&quot;:15.83},{&quot;2026-06-22&quot;:15.83},{&quot;2026-06-23&quot;:15.83},{&quot;2026-06-24&quot;:15.83},{&quot;2026-06-25&quot;:15.8},{&quot;2026-06-26&quot;:15.15},{&quot;2026-06-27&quot;:15.75},{&quot;2026-06-28&quot;:15.75},{&quot;2026-06-29&quot;:15.92},{&quot;2026-06-30&quot;:15.69},{&quot;2026-07-01&quot;:15.88},{&quot;2026-07-02&quot;:15.88},{&quot;2026-07-03&quot;:15.88},{&quot;2026-07-04&quot;:15.91},{&quot;2026-07-05&quot;:15.95},{&quot;2026-07-06&quot;:15.97},{&quot;2026-07-07&quot;:15.91},{&quot;2026-07-08&quot;:15.91},{&quot;2026-07-09&quot;:16.23},{&quot;2026-07-10&quot;:16.33},{&quot;2026-07-11&quot;:16.24},{&quot;2026-07-12&quot;:16.05},{&quot;2026-07-13&quot;:16.22},{&quot;2026-07-14&quot;:16.09},{&quot;2026-07-15&quot;:16.05},{&quot;2026-07-16&quot;:15.74},{&quot;2026-07-17&quot;:15.78},{&quot;2026-07-18&quot;:15.54},{&quot;2026-07-19&quot;:15.6},{&quot;2026-07-20&quot;:15.55},{&quot;2026-07-21&quot;:15.42},{&quot;2026-07-22&quot;:15.42},{&quot;2026-07-23&quot;:15.51},{&quot;2026-07-24&quot;:15.51},{&quot;2026-07-25&quot;:15.51},{&quot;2026-07-26&quot;:15.75},{&quot;2026-07-27&quot;:15.71},{&quot;2026-07-28&quot;:15.52},{&quot;2026-07-29&quot;:15.52},{&quot;2026-07-30&quot;:15.52},{&quot;2026-07-31&quot;:16.32},{&quot;2026-08-01&quot;:16.32},{&quot;2026-08-02&quot;:16.32},{&quot;2026-08-03&quot;:16.32},{&quot;2026-08-04&quot;:16.28},{&quot;2026-08-05&quot;:16.28},{&quot;2026-08-07&quot;:16.22},{&quot;2026-08-08&quot;:16.02},{&quot;2026-08-09&quot;:16.02},{&quot;2026-08-10&quot;:16.06},{&quot;2026-08-11&quot;:15.83},{&quot;2026-08-12&quot;:15.24},{&quot;2026-08-13&quot;:15.24},{&quot;2026-08-14&quot;:15.24},{&quot;2026-08-15&quot;:14.7},{&quot;2026-08-16&quot;:14.7},{&quot;2026-08-17&quot;:14.57},{&quot;2026-08-18&quot;:14.71},{&quot;2026-08-19&quot;:14.85},{&quot;2026-08-20&quot;:15.57},{&quot;2026-08-21&quot;:15.79},{&quot;2026-08-22&quot;:15.71},{&quot;2026-08-23&quot;:15.59},{&quot;2026-08-24&quot;:15.55},{&quot;2026-08-25&quot;:15.45},{&quot;2026-08-26&quot;:15.31},{&quot;2026-08-27&quot;:15.0},{&quot;2026-08-28&quot;:14.99},{&quot;2026-08-29&quot;:14.99},{&quot;2026-08-30&quot;:15.27},{&quot;2026-08-31&quot;:15.27},{&quot;2026-09-01&quot;:15.22},{&quot;2026-09-02&quot;:15.56},{&quot;2026-09-03&quot;:15.53},{&quot;2026-09-04&quot;:15.53},{&quot;2026-09-05&quot;:15.66},{&quot;2026-09-06&quot;:15.67},{&quot;2026-09-07&quot;:15.69},{&quot;2026-09-08&quot;:15.87},{&quot;2026-09-09&quot;:15.87},{&quot;2026-09-10&quot;:16.06},{&quot;2026-09-11&quot;:16.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Akroma&#39;s Will" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c281997b-1566-4469-a14c-6645f81ab023.jpg?1783928892" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Akroma&#39;s Will" src="https://cards.scryfall.io/large/front/c/2/c281997b-1566-4469-a14c-6645f81ab023.jpg?1783928892" />
    </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">
                $15.97
              </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">
                $17.92
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:17.76},{&quot;2026-06-10&quot;:17.8},{&quot;2026-06-11&quot;:17.8},{&quot;2026-06-12&quot;:17.8},{&quot;2026-06-13&quot;:17.8},{&quot;2026-06-14&quot;:17.8},{&quot;2026-06-15&quot;:17.8},{&quot;2026-06-16&quot;:17.8},{&quot;2026-06-17&quot;:17.8},{&quot;2026-06-18&quot;:17.8},{&quot;2026-06-19&quot;:17.8},{&quot;2026-06-20&quot;:17.8},{&quot;2026-06-21&quot;:17.8},{&quot;2026-06-22&quot;:17.77},{&quot;2026-06-24&quot;:17.73},{&quot;2026-06-25&quot;:17.74},{&quot;2026-06-26&quot;:17.74},{&quot;2026-06-27&quot;:17.74},{&quot;2026-06-28&quot;:17.74},{&quot;2026-06-29&quot;:17.74},{&quot;2026-06-30&quot;:17.74},{&quot;2026-07-01&quot;:17.62},{&quot;2026-07-02&quot;:17.62},{&quot;2026-07-03&quot;:17.65},{&quot;2026-07-04&quot;:17.6},{&quot;2026-07-05&quot;:17.56},{&quot;2026-07-06&quot;:17.56},{&quot;2026-07-07&quot;:17.56},{&quot;2026-07-08&quot;:17.56},{&quot;2026-07-09&quot;:17.56},{&quot;2026-07-10&quot;:17.56},{&quot;2026-07-11&quot;:17.56},{&quot;2026-07-12&quot;:17.56},{&quot;2026-07-13&quot;:17.56},{&quot;2026-07-14&quot;:17.56},{&quot;2026-07-15&quot;:17.56},{&quot;2026-07-16&quot;:17.56},{&quot;2026-07-17&quot;:17.57},{&quot;2026-07-18&quot;:17.59},{&quot;2026-07-19&quot;:17.59},{&quot;2026-07-20&quot;:17.6},{&quot;2026-07-21&quot;:17.6},{&quot;2026-07-23&quot;:17.61},{&quot;2026-07-25&quot;:17.57},{&quot;2026-07-26&quot;:17.57},{&quot;2026-07-27&quot;:17.46},{&quot;2026-07-29&quot;:17.46},{&quot;2026-07-30&quot;:17.55},{&quot;2026-07-31&quot;:17.49},{&quot;2026-08-01&quot;:17.49},{&quot;2026-08-02&quot;:17.49},{&quot;2026-08-03&quot;:17.49},{&quot;2026-08-04&quot;:17.49},{&quot;2026-08-05&quot;:17.49},{&quot;2026-08-07&quot;:17.49},{&quot;2026-08-08&quot;:17.49},{&quot;2026-08-09&quot;:17.49},{&quot;2026-08-10&quot;:17.49},{&quot;2026-08-11&quot;:17.67},{&quot;2026-08-12&quot;:17.67},{&quot;2026-08-13&quot;:17.67},{&quot;2026-08-14&quot;:17.71},{&quot;2026-08-15&quot;:17.71},{&quot;2026-08-16&quot;:17.71},{&quot;2026-08-17&quot;:17.71},{&quot;2026-08-18&quot;:17.71},{&quot;2026-08-19&quot;:17.72},{&quot;2026-08-20&quot;:17.72},{&quot;2026-08-21&quot;:17.72},{&quot;2026-08-22&quot;:17.72},{&quot;2026-08-23&quot;:17.62},{&quot;2026-08-24&quot;:17.75},{&quot;2026-08-25&quot;:17.75},{&quot;2026-08-26&quot;:17.75},{&quot;2026-08-27&quot;:17.75},{&quot;2026-08-28&quot;:17.79},{&quot;2026-08-29&quot;:17.79},{&quot;2026-08-30&quot;:17.91},{&quot;2026-08-31&quot;:17.92},{&quot;2026-09-01&quot;:17.92},{&quot;2026-09-02&quot;:17.92},{&quot;2026-09-03&quot;:17.92},{&quot;2026-09-04&quot;:17.92},{&quot;2026-09-05&quot;:17.92},{&quot;2026-09-06&quot;:17.92},{&quot;2026-09-07&quot;:17.92},{&quot;2026-09-08&quot;:17.92},{&quot;2026-09-09&quot;:17.92},{&quot;2026-09-10&quot;:17.92},{&quot;2026-09-11&quot;:17.92}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:15.91},{&quot;2026-06-10&quot;:15.51},{&quot;2026-06-11&quot;:15.49},{&quot;2026-06-12&quot;:15.58},{&quot;2026-06-13&quot;:15.58},{&quot;2026-06-14&quot;:15.58},{&quot;2026-06-15&quot;:15.54},{&quot;2026-06-16&quot;:15.81},{&quot;2026-06-17&quot;:15.75},{&quot;2026-06-18&quot;:15.75},{&quot;2026-06-19&quot;:15.8},{&quot;2026-06-20&quot;:15.81},{&quot;2026-06-21&quot;:15.71},{&quot;2026-06-22&quot;:15.71},{&quot;2026-06-24&quot;:15.31},{&quot;2026-06-25&quot;:15.39},{&quot;2026-06-26&quot;:15.39},{&quot;2026-06-27&quot;:15.39},{&quot;2026-06-28&quot;:15.06},{&quot;2026-06-29&quot;:14.93},{&quot;2026-06-30&quot;:14.76},{&quot;2026-07-01&quot;:14.51},{&quot;2026-07-02&quot;:14.07},{&quot;2026-07-03&quot;:13.96},{&quot;2026-07-04&quot;:14.02},{&quot;2026-07-05&quot;:13.75},{&quot;2026-07-06&quot;:13.63},{&quot;2026-07-07&quot;:13.41},{&quot;2026-07-08&quot;:13.51},{&quot;2026-07-09&quot;:13.39},{&quot;2026-07-10&quot;:13.52},{&quot;2026-07-11&quot;:13.71},{&quot;2026-07-12&quot;:13.69},{&quot;2026-07-13&quot;:13.45},{&quot;2026-07-14&quot;:13.48},{&quot;2026-07-15&quot;:13.31},{&quot;2026-07-16&quot;:13.78},{&quot;2026-07-17&quot;:13.95},{&quot;2026-07-18&quot;:14.05},{&quot;2026-07-19&quot;:14.43},{&quot;2026-07-20&quot;:13.95},{&quot;2026-07-21&quot;:13.86},{&quot;2026-07-23&quot;:14.08},{&quot;2026-07-25&quot;:14.18},{&quot;2026-07-26&quot;:14.26},{&quot;2026-07-27&quot;:14.51},{&quot;2026-07-29&quot;:14.69},{&quot;2026-07-30&quot;:14.85},{&quot;2026-07-31&quot;:14.6},{&quot;2026-08-01&quot;:14.59},{&quot;2026-08-02&quot;:14.59},{&quot;2026-08-03&quot;:14.57},{&quot;2026-08-04&quot;:14.47},{&quot;2026-08-05&quot;:14.8},{&quot;2026-08-07&quot;:14.74},{&quot;2026-08-08&quot;:14.74},{&quot;2026-08-09&quot;:14.76},{&quot;2026-08-10&quot;:14.7},{&quot;2026-08-11&quot;:14.59},{&quot;2026-08-12&quot;:13.99},{&quot;2026-08-13&quot;:14.09},{&quot;2026-08-14&quot;:14.54},{&quot;2026-08-15&quot;:14.61},{&quot;2026-08-16&quot;:14.65},{&quot;2026-08-17&quot;:14.41},{&quot;2026-08-18&quot;:14.12},{&quot;2026-08-19&quot;:14.51},{&quot;2026-08-20&quot;:14.51},{&quot;2026-08-21&quot;:15.18},{&quot;2026-08-22&quot;:15.31},{&quot;2026-08-23&quot;:15.49},{&quot;2026-08-24&quot;:15.17},{&quot;2026-08-25&quot;:15.17},{&quot;2026-08-26&quot;:15.09},{&quot;2026-08-27&quot;:15.05},{&quot;2026-08-28&quot;:15.24},{&quot;2026-08-29&quot;:15.24},{&quot;2026-08-30&quot;:15.33},{&quot;2026-08-31&quot;:15.35},{&quot;2026-09-01&quot;:15.35},{&quot;2026-09-02&quot;:15.29},{&quot;2026-09-03&quot;:15.37},{&quot;2026-09-04&quot;:15.33},{&quot;2026-09-05&quot;:15.4},{&quot;2026-09-06&quot;:15.73},{&quot;2026-09-07&quot;:15.64},{&quot;2026-09-08&quot;:15.95},{&quot;2026-09-09&quot;:15.91},{&quot;2026-09-10&quot;:16.03},{&quot;2026-09-11&quot;:15.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kaldra Compleat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/87cc2855-6b14-44dd-a398-7dc2bbae081f.jpg?1783926807" />

        <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">
            Kaldra Compleat
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Kaldra Compleat" src="https://cards.scryfall.io/large/front/8/7/87cc2855-6b14-44dd-a398-7dc2bbae081f.jpg?1783926807" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:15.46},{&quot;2026-06-11&quot;:15.46},{&quot;2026-06-12&quot;:15.71},{&quot;2026-06-13&quot;:15.71},{&quot;2026-06-14&quot;:15.71},{&quot;2026-06-15&quot;:15.71},{&quot;2026-06-16&quot;:15.71},{&quot;2026-06-17&quot;:15.71},{&quot;2026-06-18&quot;:15.71},{&quot;2026-06-19&quot;:15.71},{&quot;2026-06-20&quot;:15.71},{&quot;2026-06-21&quot;:15.71},{&quot;2026-06-22&quot;:15.78},{&quot;2026-06-23&quot;:15.78},{&quot;2026-06-24&quot;:15.78},{&quot;2026-06-25&quot;:15.78},{&quot;2026-06-26&quot;:15.78},{&quot;2026-06-27&quot;:15.78},{&quot;2026-06-28&quot;:15.81},{&quot;2026-06-29&quot;:16.05},{&quot;2026-06-30&quot;:16.05},{&quot;2026-07-01&quot;:16.05},{&quot;2026-07-02&quot;:16.05},{&quot;2026-07-03&quot;:16.05},{&quot;2026-07-04&quot;:16.05},{&quot;2026-07-05&quot;:16.05},{&quot;2026-07-06&quot;:16.05},{&quot;2026-07-07&quot;:16.05},{&quot;2026-07-08&quot;:16.05},{&quot;2026-07-09&quot;:16.05},{&quot;2026-07-10&quot;:16.05},{&quot;2026-07-11&quot;:16.05},{&quot;2026-07-12&quot;:16.05},{&quot;2026-07-13&quot;:16.05},{&quot;2026-07-14&quot;:16.05},{&quot;2026-07-15&quot;:16.05},{&quot;2026-07-16&quot;:16.05},{&quot;2026-07-17&quot;:16.13},{&quot;2026-07-18&quot;:15.74},{&quot;2026-07-19&quot;:15.74},{&quot;2026-07-20&quot;:15.74},{&quot;2026-07-21&quot;:15.74},{&quot;2026-07-23&quot;:15.9},{&quot;2026-07-25&quot;:15.82},{&quot;2026-07-26&quot;:15.82},{&quot;2026-07-27&quot;:15.82},{&quot;2026-07-29&quot;:15.96},{&quot;2026-07-30&quot;:15.96},{&quot;2026-07-31&quot;:15.96},{&quot;2026-08-01&quot;:15.96},{&quot;2026-08-02&quot;:15.96},{&quot;2026-08-03&quot;:15.96},{&quot;2026-08-04&quot;:15.84},{&quot;2026-08-05&quot;:15.84},{&quot;2026-08-07&quot;:15.84},{&quot;2026-08-08&quot;:15.77},{&quot;2026-08-09&quot;:15.77},{&quot;2026-08-10&quot;:15.77},{&quot;2026-08-11&quot;:15.77},{&quot;2026-08-12&quot;:15.77},{&quot;2026-08-13&quot;:15.77},{&quot;2026-08-14&quot;:15.77},{&quot;2026-08-15&quot;:15.77},{&quot;2026-08-16&quot;:15.77},{&quot;2026-08-17&quot;:15.82},{&quot;2026-08-18&quot;:15.82},{&quot;2026-08-19&quot;:15.82},{&quot;2026-08-20&quot;:15.82},{&quot;2026-08-21&quot;:15.82},{&quot;2026-08-22&quot;:15.82},{&quot;2026-08-23&quot;:15.82},{&quot;2026-08-24&quot;:15.82},{&quot;2026-08-25&quot;:15.82},{&quot;2026-08-26&quot;:15.82},{&quot;2026-08-27&quot;:15.82},{&quot;2026-08-28&quot;:15.82},{&quot;2026-08-29&quot;:15.82},{&quot;2026-08-30&quot;:15.82},{&quot;2026-08-31&quot;:15.82},{&quot;2026-09-01&quot;:15.82},{&quot;2026-09-02&quot;:15.82},{&quot;2026-09-03&quot;:15.82},{&quot;2026-09-04&quot;:15.81},{&quot;2026-09-05&quot;:15.81},{&quot;2026-09-06&quot;:15.81},{&quot;2026-09-07&quot;:15.81},{&quot;2026-09-08&quot;:15.81},{&quot;2026-09-09&quot;:15.81},{&quot;2026-09-10&quot;:15.81},{&quot;2026-09-11&quot;:15.81}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.37},{&quot;2026-06-11&quot;:7.48},{&quot;2026-06-12&quot;:7.26},{&quot;2026-06-13&quot;:7.29},{&quot;2026-06-14&quot;:7.39},{&quot;2026-06-15&quot;:7.48},{&quot;2026-06-16&quot;:7.63},{&quot;2026-06-17&quot;:7.55},{&quot;2026-06-18&quot;:7.58},{&quot;2026-06-19&quot;:7.6},{&quot;2026-06-20&quot;:7.57},{&quot;2026-06-21&quot;:7.84},{&quot;2026-06-22&quot;:7.66},{&quot;2026-06-23&quot;:7.72},{&quot;2026-06-24&quot;:7.65},{&quot;2026-06-25&quot;:7.68},{&quot;2026-06-26&quot;:7.66},{&quot;2026-06-27&quot;:7.39},{&quot;2026-06-28&quot;:7.61},{&quot;2026-06-29&quot;:7.6},{&quot;2026-06-30&quot;:7.73},{&quot;2026-07-01&quot;:7.81},{&quot;2026-07-02&quot;:7.64},{&quot;2026-07-03&quot;:7.57},{&quot;2026-07-04&quot;:7.56},{&quot;2026-07-05&quot;:7.61},{&quot;2026-07-06&quot;:7.69},{&quot;2026-07-07&quot;:7.65},{&quot;2026-07-08&quot;:7.92},{&quot;2026-07-09&quot;:8.0},{&quot;2026-07-10&quot;:8.02},{&quot;2026-07-11&quot;:8.02},{&quot;2026-07-12&quot;:8.41},{&quot;2026-07-13&quot;:8.44},{&quot;2026-07-14&quot;:8.56},{&quot;2026-07-15&quot;:8.84},{&quot;2026-07-16&quot;:8.81},{&quot;2026-07-17&quot;:8.75},{&quot;2026-07-18&quot;:8.4},{&quot;2026-07-19&quot;:8.28},{&quot;2026-07-20&quot;:8.09},{&quot;2026-07-21&quot;:7.87},{&quot;2026-07-23&quot;:8.04},{&quot;2026-07-25&quot;:7.58},{&quot;2026-07-26&quot;:7.57},{&quot;2026-07-27&quot;:7.86},{&quot;2026-07-29&quot;:7.99},{&quot;2026-07-30&quot;:8.13},{&quot;2026-07-31&quot;:8.36},{&quot;2026-08-01&quot;:8.47},{&quot;2026-08-02&quot;:8.38},{&quot;2026-08-03&quot;:8.82},{&quot;2026-08-04&quot;:8.8},{&quot;2026-08-05&quot;:8.98},{&quot;2026-08-07&quot;:8.76},{&quot;2026-08-08&quot;:8.75},{&quot;2026-08-09&quot;:8.7},{&quot;2026-08-10&quot;:8.8},{&quot;2026-08-11&quot;:8.85},{&quot;2026-08-12&quot;:8.94},{&quot;2026-08-13&quot;:8.78},{&quot;2026-08-14&quot;:8.69},{&quot;2026-08-15&quot;:8.79},{&quot;2026-08-16&quot;:8.55},{&quot;2026-08-17&quot;:8.64},{&quot;2026-08-18&quot;:8.81},{&quot;2026-08-19&quot;:9.25},{&quot;2026-08-20&quot;:9.25},{&quot;2026-08-21&quot;:10.12},{&quot;2026-08-22&quot;:10.06},{&quot;2026-08-23&quot;:10.32},{&quot;2026-08-24&quot;:10.82},{&quot;2026-08-25&quot;:10.82},{&quot;2026-08-26&quot;:10.53},{&quot;2026-08-27&quot;:10.37},{&quot;2026-08-28&quot;:10.42},{&quot;2026-08-29&quot;:10.42},{&quot;2026-08-30&quot;:10.19},{&quot;2026-08-31&quot;:10.26},{&quot;2026-09-01&quot;:10.26},{&quot;2026-09-02&quot;:9.65},{&quot;2026-09-03&quot;:9.41},{&quot;2026-09-04&quot;:9.43},{&quot;2026-09-05&quot;:9.35},{&quot;2026-09-06&quot;:9.22},{&quot;2026-09-07&quot;:9.3},{&quot;2026-09-08&quot;:9.14},{&quot;2026-09-09&quot;:9.04},{&quot;2026-09-10&quot;:8.89},{&quot;2026-09-11&quot;:8.95}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96771"
  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-spg 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">
            Robe of Stars
        </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="text-sm font-medium text-nine-white">
            $15.74
          </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="Robe of Stars" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c89a70e9-c180-483d-8a76-951b52162fda.jpg?1783905795" />

        <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">
            Robe of Stars
        </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 — Equipment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Robe of Stars" src="https://cards.scryfall.io/large/front/c/8/c89a70e9-c180-483d-8a76-951b52162fda.jpg?1783905795" />
    </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">
                $15.74
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:19.67},{&quot;2026-06-14&quot;:19.67},{&quot;2026-06-15&quot;:19.67},{&quot;2026-06-16&quot;:19.67},{&quot;2026-06-17&quot;:19.58},{&quot;2026-06-18&quot;:19.58},{&quot;2026-06-19&quot;:19.58},{&quot;2026-06-20&quot;:19.47},{&quot;2026-06-21&quot;:19.35},{&quot;2026-06-22&quot;:19.41},{&quot;2026-06-23&quot;:19.41},{&quot;2026-06-24&quot;:19.41},{&quot;2026-06-25&quot;:19.35},{&quot;2026-06-26&quot;:19.52},{&quot;2026-06-27&quot;:19.53},{&quot;2026-06-28&quot;:19.53},{&quot;2026-06-29&quot;:19.53},{&quot;2026-06-30&quot;:19.53},{&quot;2026-07-01&quot;:19.53},{&quot;2026-07-02&quot;:19.53},{&quot;2026-07-03&quot;:19.53},{&quot;2026-07-04&quot;:19.53},{&quot;2026-07-05&quot;:19.7},{&quot;2026-07-06&quot;:19.83},{&quot;2026-07-07&quot;:19.67},{&quot;2026-07-08&quot;:19.77},{&quot;2026-07-09&quot;:19.77},{&quot;2026-07-10&quot;:19.82},{&quot;2026-07-11&quot;:19.82},{&quot;2026-07-12&quot;:19.86},{&quot;2026-07-13&quot;:19.9},{&quot;2026-07-14&quot;:19.93},{&quot;2026-07-15&quot;:19.77},{&quot;2026-07-16&quot;:19.77},{&quot;2026-07-17&quot;:19.77},{&quot;2026-07-18&quot;:19.77},{&quot;2026-07-19&quot;:19.75},{&quot;2026-07-20&quot;:20.18},{&quot;2026-07-21&quot;:20.18},{&quot;2026-07-22&quot;:20.18},{&quot;2026-07-23&quot;:20.22},{&quot;2026-07-24&quot;:20.24},{&quot;2026-07-25&quot;:20.24},{&quot;2026-07-26&quot;:20.24},{&quot;2026-07-27&quot;:20.35},{&quot;2026-07-28&quot;:20.35},{&quot;2026-07-29&quot;:20.48},{&quot;2026-07-30&quot;:20.48},{&quot;2026-07-31&quot;:20.42},{&quot;2026-08-01&quot;:20.46},{&quot;2026-08-02&quot;:20.74},{&quot;2026-08-03&quot;:20.74},{&quot;2026-08-04&quot;:20.93},{&quot;2026-08-05&quot;:20.93},{&quot;2026-08-07&quot;:20.93},{&quot;2026-08-08&quot;:20.93},{&quot;2026-08-09&quot;:21.22},{&quot;2026-08-10&quot;:21.22},{&quot;2026-08-11&quot;:21.26},{&quot;2026-08-12&quot;:21.26},{&quot;2026-08-13&quot;:21.35},{&quot;2026-08-14&quot;:21.35},{&quot;2026-08-15&quot;:21.22},{&quot;2026-08-16&quot;:21.22},{&quot;2026-08-17&quot;:21.23},{&quot;2026-08-18&quot;:21.23},{&quot;2026-08-19&quot;:21.45},{&quot;2026-08-20&quot;:21.46},{&quot;2026-08-21&quot;:21.46},{&quot;2026-08-22&quot;:21.49},{&quot;2026-08-23&quot;:21.49},{&quot;2026-08-24&quot;:21.49},{&quot;2026-08-25&quot;:21.49},{&quot;2026-08-26&quot;:21.49},{&quot;2026-08-27&quot;:21.49},{&quot;2026-08-28&quot;:21.49},{&quot;2026-08-29&quot;:21.49},{&quot;2026-08-30&quot;:21.46},{&quot;2026-08-31&quot;:21.5},{&quot;2026-09-01&quot;:21.5},{&quot;2026-09-02&quot;:21.37},{&quot;2026-09-03&quot;:21.45},{&quot;2026-09-04&quot;:21.44},{&quot;2026-09-05&quot;:21.44},{&quot;2026-09-06&quot;:21.54},{&quot;2026-09-07&quot;:21.54},{&quot;2026-09-08&quot;:21.83},{&quot;2026-09-09&quot;:21.83},{&quot;2026-09-10&quot;:21.83},{&quot;2026-09-11&quot;:21.83}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.44},{&quot;2026-06-14&quot;:14.33},{&quot;2026-06-15&quot;:14.25},{&quot;2026-06-16&quot;:14.25},{&quot;2026-06-17&quot;:14.24},{&quot;2026-06-18&quot;:14.19},{&quot;2026-06-19&quot;:13.91},{&quot;2026-06-20&quot;:13.91},{&quot;2026-06-21&quot;:13.89},{&quot;2026-06-22&quot;:13.91},{&quot;2026-06-23&quot;:13.86},{&quot;2026-06-24&quot;:13.83},{&quot;2026-06-25&quot;:13.89},{&quot;2026-06-26&quot;:13.89},{&quot;2026-06-27&quot;:13.86},{&quot;2026-06-28&quot;:13.85},{&quot;2026-06-29&quot;:13.85},{&quot;2026-06-30&quot;:13.83},{&quot;2026-07-01&quot;:14.0},{&quot;2026-07-02&quot;:14.11},{&quot;2026-07-03&quot;:14.27},{&quot;2026-07-04&quot;:14.22},{&quot;2026-07-05&quot;:14.14},{&quot;2026-07-06&quot;:13.89},{&quot;2026-07-07&quot;:13.9},{&quot;2026-07-08&quot;:13.9},{&quot;2026-07-09&quot;:13.9},{&quot;2026-07-10&quot;:13.93},{&quot;2026-07-11&quot;:13.94},{&quot;2026-07-12&quot;:13.9},{&quot;2026-07-13&quot;:13.87},{&quot;2026-07-14&quot;:13.97},{&quot;2026-07-15&quot;:14.09},{&quot;2026-07-16&quot;:14.48},{&quot;2026-07-17&quot;:14.62},{&quot;2026-07-18&quot;:14.66},{&quot;2026-07-19&quot;:14.63},{&quot;2026-07-20&quot;:14.76},{&quot;2026-07-21&quot;:15.06},{&quot;2026-07-22&quot;:15.06},{&quot;2026-07-23&quot;:15.51},{&quot;2026-07-24&quot;:15.35},{&quot;2026-07-25&quot;:15.83},{&quot;2026-07-26&quot;:15.83},{&quot;2026-07-27&quot;:15.83},{&quot;2026-07-28&quot;:15.72},{&quot;2026-07-29&quot;:15.6},{&quot;2026-07-30&quot;:15.59},{&quot;2026-07-31&quot;:15.81},{&quot;2026-08-01&quot;:15.77},{&quot;2026-08-02&quot;:15.63},{&quot;2026-08-03&quot;:15.78},{&quot;2026-08-04&quot;:15.85},{&quot;2026-08-05&quot;:15.81},{&quot;2026-08-07&quot;:15.38},{&quot;2026-08-08&quot;:15.49},{&quot;2026-08-09&quot;:15.41},{&quot;2026-08-10&quot;:15.37},{&quot;2026-08-11&quot;:15.31},{&quot;2026-08-12&quot;:15.31},{&quot;2026-08-13&quot;:15.62},{&quot;2026-08-14&quot;:16.01},{&quot;2026-08-15&quot;:15.87},{&quot;2026-08-16&quot;:15.87},{&quot;2026-08-17&quot;:15.88},{&quot;2026-08-18&quot;:15.85},{&quot;2026-08-19&quot;:15.49},{&quot;2026-08-20&quot;:15.49},{&quot;2026-08-21&quot;:15.67},{&quot;2026-08-22&quot;:15.67},{&quot;2026-08-23&quot;:15.85},{&quot;2026-08-24&quot;:15.89},{&quot;2026-08-25&quot;:16.2},{&quot;2026-08-26&quot;:16.2},{&quot;2026-08-27&quot;:16.2},{&quot;2026-08-28&quot;:16.2},{&quot;2026-08-29&quot;:16.2},{&quot;2026-08-30&quot;:16.23},{&quot;2026-08-31&quot;:16.51},{&quot;2026-09-01&quot;:15.99},{&quot;2026-09-02&quot;:15.74},{&quot;2026-09-03&quot;:15.74},{&quot;2026-09-04&quot;:15.74},{&quot;2026-09-05&quot;:15.81},{&quot;2026-09-06&quot;:15.81},{&quot;2026-09-07&quot;:15.78},{&quot;2026-09-08&quot;:15.75},{&quot;2026-09-09&quot;:15.75},{&quot;2026-09-10&quot;:15.61},{&quot;2026-09-11&quot;:15.74}]}"
        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="84154"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $15.67
          </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="Expropriate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/6/46423a22-781b-4cb0-b3a9-9bf888b4f82a.jpg?1783931939" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></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="Expropriate" src="https://cards.scryfall.io/large/front/4/6/46423a22-781b-4cb0-b3a9-9bf888b4f82a.jpg?1783931939" />
    </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">
                $15.67
              </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">$7.50</span>
              <span class="text-xs text-grey-text">Credit: $9.75</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:16.56},{&quot;2026-06-12&quot;:16.56},{&quot;2026-06-13&quot;:16.55},{&quot;2026-06-14&quot;:16.37},{&quot;2026-06-15&quot;:16.28},{&quot;2026-06-16&quot;:16.28},{&quot;2026-06-17&quot;:16.28},{&quot;2026-06-18&quot;:16.36},{&quot;2026-06-19&quot;:16.36},{&quot;2026-06-20&quot;:16.36},{&quot;2026-06-21&quot;:16.21},{&quot;2026-06-22&quot;:16.21},{&quot;2026-06-23&quot;:16.29},{&quot;2026-06-24&quot;:16.1},{&quot;2026-06-25&quot;:16.1},{&quot;2026-06-26&quot;:15.6},{&quot;2026-06-27&quot;:15.6},{&quot;2026-06-28&quot;:15.54},{&quot;2026-06-29&quot;:15.54},{&quot;2026-06-30&quot;:15.42},{&quot;2026-07-01&quot;:15.42},{&quot;2026-07-02&quot;:15.4},{&quot;2026-07-03&quot;:15.37},{&quot;2026-07-04&quot;:15.15},{&quot;2026-07-05&quot;:15.08},{&quot;2026-07-06&quot;:14.77},{&quot;2026-07-07&quot;:14.67},{&quot;2026-07-08&quot;:14.67},{&quot;2026-07-09&quot;:14.67},{&quot;2026-07-10&quot;:14.67},{&quot;2026-07-11&quot;:14.67},{&quot;2026-07-12&quot;:14.67},{&quot;2026-07-13&quot;:14.72},{&quot;2026-07-14&quot;:14.66},{&quot;2026-07-15&quot;:14.57},{&quot;2026-07-16&quot;:14.62},{&quot;2026-07-17&quot;:14.62},{&quot;2026-07-18&quot;:14.66},{&quot;2026-07-19&quot;:14.32},{&quot;2026-07-20&quot;:14.32},{&quot;2026-07-21&quot;:14.23},{&quot;2026-07-23&quot;:14.39},{&quot;2026-07-25&quot;:14.37},{&quot;2026-07-26&quot;:14.42},{&quot;2026-07-27&quot;:14.42},{&quot;2026-07-28&quot;:14.42},{&quot;2026-07-29&quot;:14.47},{&quot;2026-07-30&quot;:14.41},{&quot;2026-07-31&quot;:14.41},{&quot;2026-08-01&quot;:14.41},{&quot;2026-08-02&quot;:14.51},{&quot;2026-08-03&quot;:14.69},{&quot;2026-08-04&quot;:14.46},{&quot;2026-08-05&quot;:14.48},{&quot;2026-08-07&quot;:14.8},{&quot;2026-08-08&quot;:14.8},{&quot;2026-08-09&quot;:14.68},{&quot;2026-08-10&quot;:14.64},{&quot;2026-08-11&quot;:14.64},{&quot;2026-08-12&quot;:14.73},{&quot;2026-08-13&quot;:14.94},{&quot;2026-08-14&quot;:14.89},{&quot;2026-08-15&quot;:14.89},{&quot;2026-08-16&quot;:14.8},{&quot;2026-08-17&quot;:14.84},{&quot;2026-08-18&quot;:14.84},{&quot;2026-08-19&quot;:14.9},{&quot;2026-08-20&quot;:14.9},{&quot;2026-08-21&quot;:15.28},{&quot;2026-08-22&quot;:15.4},{&quot;2026-08-23&quot;:15.45},{&quot;2026-08-24&quot;:15.32},{&quot;2026-08-25&quot;:15.32},{&quot;2026-08-26&quot;:15.51},{&quot;2026-08-27&quot;:15.51},{&quot;2026-08-28&quot;:15.48},{&quot;2026-08-29&quot;:15.48},{&quot;2026-08-30&quot;:15.39},{&quot;2026-08-31&quot;:15.51},{&quot;2026-09-01&quot;:15.51},{&quot;2026-09-02&quot;:15.46},{&quot;2026-09-03&quot;:15.6},{&quot;2026-09-04&quot;:15.56},{&quot;2026-09-05&quot;:15.56},{&quot;2026-09-06&quot;:15.57},{&quot;2026-09-07&quot;:15.53},{&quot;2026-09-08&quot;:15.53},{&quot;2026-09-09&quot;:15.69},{&quot;2026-09-10&quot;:15.67},{&quot;2026-09-11&quot;:15.67}]}"
        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="14433"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $15.66
          </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="It That Betrays" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/ca08b369-783d-4fe4-8fc8-9cd595638550.jpg?1783915458" />

        <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">
            It That Betrays
        </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 — Eldrazi</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-12'></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="It That Betrays" src="https://cards.scryfall.io/large/front/c/a/ca08b369-783d-4fe4-8fc8-9cd595638550.jpg?1783915458" />
    </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">
                $15.66
              </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">$6.75</span>
              <span class="text-xs text-grey-text">Credit: $8.78</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:15.66},{&quot;2026-06-13&quot;:15.43},{&quot;2026-06-14&quot;:15.46},{&quot;2026-06-15&quot;:15.04},{&quot;2026-06-16&quot;:14.86},{&quot;2026-06-17&quot;:15.09},{&quot;2026-06-18&quot;:15.3},{&quot;2026-06-19&quot;:15.92},{&quot;2026-06-20&quot;:16.28},{&quot;2026-06-21&quot;:17.58},{&quot;2026-06-22&quot;:17.51},{&quot;2026-06-23&quot;:18.62},{&quot;2026-06-24&quot;:18.65},{&quot;2026-06-25&quot;:18.88},{&quot;2026-06-26&quot;:18.66},{&quot;2026-06-27&quot;:18.35},{&quot;2026-06-28&quot;:18.28},{&quot;2026-06-29&quot;:18.28},{&quot;2026-06-30&quot;:18.24},{&quot;2026-07-01&quot;:17.98},{&quot;2026-07-02&quot;:18.03},{&quot;2026-07-03&quot;:17.43},{&quot;2026-07-04&quot;:17.43},{&quot;2026-07-05&quot;:17.43},{&quot;2026-07-06&quot;:17.01},{&quot;2026-07-07&quot;:16.82},{&quot;2026-07-08&quot;:16.43},{&quot;2026-07-09&quot;:16.1},{&quot;2026-07-10&quot;:16.35},{&quot;2026-07-11&quot;:15.6},{&quot;2026-07-12&quot;:15.11},{&quot;2026-07-13&quot;:15.37},{&quot;2026-07-14&quot;:16.08},{&quot;2026-07-15&quot;:16.29},{&quot;2026-07-16&quot;:16.27},{&quot;2026-07-17&quot;:16.24},{&quot;2026-07-18&quot;:16.24},{&quot;2026-07-19&quot;:16.24},{&quot;2026-07-20&quot;:16.6},{&quot;2026-07-21&quot;:16.6},{&quot;2026-07-23&quot;:16.36},{&quot;2026-07-24&quot;:17.04},{&quot;2026-07-25&quot;:17.19},{&quot;2026-07-26&quot;:17.19},{&quot;2026-07-27&quot;:17.05},{&quot;2026-07-28&quot;:17.38},{&quot;2026-07-29&quot;:17.38},{&quot;2026-07-30&quot;:17.38},{&quot;2026-07-31&quot;:17.13},{&quot;2026-08-01&quot;:17.13},{&quot;2026-08-02&quot;:17.45},{&quot;2026-08-03&quot;:17.27},{&quot;2026-08-04&quot;:17.09},{&quot;2026-08-05&quot;:17.09},{&quot;2026-08-07&quot;:16.64},{&quot;2026-08-08&quot;:16.69},{&quot;2026-08-09&quot;:16.54},{&quot;2026-08-10&quot;:16.23},{&quot;2026-08-11&quot;:16.17},{&quot;2026-08-12&quot;:16.17},{&quot;2026-08-13&quot;:16.44},{&quot;2026-08-14&quot;:16.27},{&quot;2026-08-15&quot;:16.15},{&quot;2026-08-16&quot;:16.09},{&quot;2026-08-17&quot;:15.9},{&quot;2026-08-18&quot;:15.5},{&quot;2026-08-19&quot;:15.33},{&quot;2026-08-20&quot;:15.33},{&quot;2026-08-21&quot;:14.39},{&quot;2026-08-22&quot;:13.93},{&quot;2026-08-23&quot;:13.93},{&quot;2026-08-24&quot;:14.09},{&quot;2026-08-25&quot;:14.29},{&quot;2026-08-26&quot;:14.58},{&quot;2026-08-27&quot;:14.87},{&quot;2026-08-28&quot;:14.99},{&quot;2026-08-29&quot;:14.99},{&quot;2026-08-30&quot;:15.6},{&quot;2026-08-31&quot;:15.6},{&quot;2026-09-01&quot;:15.68},{&quot;2026-09-02&quot;:16.09},{&quot;2026-09-03&quot;:16.34},{&quot;2026-09-04&quot;:16.26},{&quot;2026-09-05&quot;:16.27},{&quot;2026-09-06&quot;:16.26},{&quot;2026-09-07&quot;:16.52},{&quot;2026-09-08&quot;:15.83},{&quot;2026-09-09&quot;:15.97},{&quot;2026-09-10&quot;:15.87},{&quot;2026-09-11&quot;:15.66}]}"
        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="74934"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $15.65
          </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="Aragorn, the Uniter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/5/f52471b8-c962-496e-8634-127337eede01.jpg?1783916154" />

        <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">
            Aragorn, the Uniter
        </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</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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Aragorn, the Uniter" src="https://cards.scryfall.io/large/front/f/5/f52471b8-c962-496e-8634-127337eede01.jpg?1783916154" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:14.49},{&quot;2026-06-12&quot;:14.44},{&quot;2026-06-13&quot;:14.44},{&quot;2026-06-14&quot;:14.44},{&quot;2026-06-15&quot;:14.55},{&quot;2026-06-16&quot;:14.48},{&quot;2026-06-17&quot;:14.48},{&quot;2026-06-18&quot;:14.48},{&quot;2026-06-19&quot;:14.48},{&quot;2026-06-20&quot;:14.48},{&quot;2026-06-21&quot;:14.48},{&quot;2026-06-22&quot;:14.48},{&quot;2026-06-23&quot;:14.48},{&quot;2026-06-24&quot;:14.71},{&quot;2026-06-25&quot;:14.8},{&quot;2026-06-26&quot;:14.66},{&quot;2026-06-27&quot;:14.66},{&quot;2026-06-28&quot;:14.71},{&quot;2026-06-29&quot;:14.71},{&quot;2026-06-30&quot;:14.65},{&quot;2026-07-01&quot;:14.88},{&quot;2026-07-02&quot;:14.89},{&quot;2026-07-03&quot;:14.89},{&quot;2026-07-04&quot;:15.01},{&quot;2026-07-05&quot;:15.13},{&quot;2026-07-06&quot;:15.13},{&quot;2026-07-07&quot;:15.13},{&quot;2026-07-08&quot;:15.08},{&quot;2026-07-09&quot;:15.08},{&quot;2026-07-10&quot;:15.08},{&quot;2026-07-11&quot;:15.08},{&quot;2026-07-12&quot;:15.08},{&quot;2026-07-13&quot;:15.12},{&quot;2026-07-14&quot;:15.0},{&quot;2026-07-15&quot;:15.0},{&quot;2026-07-16&quot;:15.0},{&quot;2026-07-17&quot;:15.11},{&quot;2026-07-18&quot;:14.98},{&quot;2026-07-19&quot;:14.9},{&quot;2026-07-20&quot;:14.9},{&quot;2026-07-21&quot;:15.11},{&quot;2026-07-23&quot;:15.11},{&quot;2026-07-25&quot;:15.14},{&quot;2026-07-26&quot;:15.16},{&quot;2026-07-27&quot;:15.16},{&quot;2026-07-28&quot;:15.16},{&quot;2026-07-29&quot;:15.07},{&quot;2026-07-30&quot;:15.07},{&quot;2026-07-31&quot;:14.99},{&quot;2026-08-01&quot;:14.99},{&quot;2026-08-02&quot;:15.19},{&quot;2026-08-03&quot;:15.3},{&quot;2026-08-04&quot;:15.3},{&quot;2026-08-05&quot;:15.19},{&quot;2026-08-07&quot;:15.19},{&quot;2026-08-08&quot;:15.19},{&quot;2026-08-09&quot;:15.19},{&quot;2026-08-10&quot;:15.21},{&quot;2026-08-11&quot;:15.13},{&quot;2026-08-12&quot;:15.13},{&quot;2026-08-13&quot;:15.13},{&quot;2026-08-14&quot;:15.13},{&quot;2026-08-15&quot;:15.17},{&quot;2026-08-16&quot;:15.19},{&quot;2026-08-17&quot;:15.28},{&quot;2026-08-18&quot;:15.3},{&quot;2026-08-19&quot;:15.29},{&quot;2026-08-20&quot;:15.29},{&quot;2026-08-21&quot;:15.26},{&quot;2026-08-22&quot;:15.26},{&quot;2026-08-23&quot;:15.26},{&quot;2026-08-24&quot;:15.26},{&quot;2026-08-25&quot;:15.44},{&quot;2026-08-26&quot;:15.44},{&quot;2026-08-27&quot;:15.41},{&quot;2026-08-28&quot;:15.41},{&quot;2026-08-29&quot;:15.41},{&quot;2026-08-30&quot;:15.35},{&quot;2026-08-31&quot;:15.35},{&quot;2026-09-01&quot;:15.35},{&quot;2026-09-02&quot;:15.35},{&quot;2026-09-03&quot;:15.35},{&quot;2026-09-04&quot;:15.35},{&quot;2026-09-05&quot;:15.35},{&quot;2026-09-06&quot;:15.3},{&quot;2026-09-07&quot;:15.3},{&quot;2026-09-08&quot;:15.5},{&quot;2026-09-09&quot;:15.69},{&quot;2026-09-10&quot;:15.69},{&quot;2026-09-11&quot;:15.65}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:9.45},{&quot;2026-06-12&quot;:9.45},{&quot;2026-06-13&quot;:9.44},{&quot;2026-06-14&quot;:9.44},{&quot;2026-06-15&quot;:9.43},{&quot;2026-06-16&quot;:9.43},{&quot;2026-06-17&quot;:9.46},{&quot;2026-06-18&quot;:9.5},{&quot;2026-06-19&quot;:9.37},{&quot;2026-06-20&quot;:9.48},{&quot;2026-06-21&quot;:9.28},{&quot;2026-06-22&quot;:9.28},{&quot;2026-06-23&quot;:9.68},{&quot;2026-06-24&quot;:9.47},{&quot;2026-06-25&quot;:9.74},{&quot;2026-06-26&quot;:9.98},{&quot;2026-06-27&quot;:10.03},{&quot;2026-06-28&quot;:9.89},{&quot;2026-06-29&quot;:10.21},{&quot;2026-06-30&quot;:10.24},{&quot;2026-07-01&quot;:10.29},{&quot;2026-07-02&quot;:10.66},{&quot;2026-07-03&quot;:10.72},{&quot;2026-07-04&quot;:10.79},{&quot;2026-07-05&quot;:10.46},{&quot;2026-07-06&quot;:10.51},{&quot;2026-07-07&quot;:10.55},{&quot;2026-07-08&quot;:10.67},{&quot;2026-07-09&quot;:10.67},{&quot;2026-07-10&quot;:10.81},{&quot;2026-07-11&quot;:10.86},{&quot;2026-07-12&quot;:10.78},{&quot;2026-07-13&quot;:10.78},{&quot;2026-07-14&quot;:10.93},{&quot;2026-07-15&quot;:10.84},{&quot;2026-07-16&quot;:10.9},{&quot;2026-07-17&quot;:10.73},{&quot;2026-07-18&quot;:10.83},{&quot;2026-07-19&quot;:10.87},{&quot;2026-07-20&quot;:11.21},{&quot;2026-07-21&quot;:11.05},{&quot;2026-07-23&quot;:11.05},{&quot;2026-07-25&quot;:11.11},{&quot;2026-07-26&quot;:11.11},{&quot;2026-07-27&quot;:11.37},{&quot;2026-07-28&quot;:11.6},{&quot;2026-07-29&quot;:11.61},{&quot;2026-07-30&quot;:11.47},{&quot;2026-07-31&quot;:11.34},{&quot;2026-08-01&quot;:11.27},{&quot;2026-08-02&quot;:11.09},{&quot;2026-08-03&quot;:11.35},{&quot;2026-08-04&quot;:11.5},{&quot;2026-08-05&quot;:11.5},{&quot;2026-08-07&quot;:11.34},{&quot;2026-08-08&quot;:11.33},{&quot;2026-08-09&quot;:11.75},{&quot;2026-08-10&quot;:11.29},{&quot;2026-08-11&quot;:11.3},{&quot;2026-08-12&quot;:11.34},{&quot;2026-08-13&quot;:12.5},{&quot;2026-08-14&quot;:12.46},{&quot;2026-08-15&quot;:12.52},{&quot;2026-08-16&quot;:12.51},{&quot;2026-08-17&quot;:12.69},{&quot;2026-08-18&quot;:12.7},{&quot;2026-08-19&quot;:12.87},{&quot;2026-08-20&quot;:12.87},{&quot;2026-08-21&quot;:12.97},{&quot;2026-08-22&quot;:12.63},{&quot;2026-08-23&quot;:12.52},{&quot;2026-08-24&quot;:12.73},{&quot;2026-08-25&quot;:12.49},{&quot;2026-08-26&quot;:12.49},{&quot;2026-08-27&quot;:12.49},{&quot;2026-08-28&quot;:12.49},{&quot;2026-08-29&quot;:12.49},{&quot;2026-08-30&quot;:11.47},{&quot;2026-08-31&quot;:11.47},{&quot;2026-09-01&quot;:11.47},{&quot;2026-09-02&quot;:11.47},{&quot;2026-09-03&quot;:11.47},{&quot;2026-09-04&quot;:11.53},{&quot;2026-09-05&quot;:11.53},{&quot;2026-09-06&quot;:11.53},{&quot;2026-09-07&quot;:11.65},{&quot;2026-09-08&quot;:11.67},{&quot;2026-09-09&quot;:11.67},{&quot;2026-09-10&quot;:11.67},{&quot;2026-09-11&quot;:11.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="112610"
  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">
            Beorn the Fierce
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $15.61
          </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="Beorn the Fierce" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/949e4c23-d0e7-4e11-abd4-33ff78b1c963.jpg?1784631793" />

        <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">
            Beorn the Fierce
        </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 — Bear Shapeshifter Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Beorn the Fierce" src="https://cards.scryfall.io/large/front/9/4/949e4c23-d0e7-4e11-abd4-33ff78b1c963.jpg?1784631793" />
    </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">
                $15.61
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-07&quot;:24.78},{&quot;2026-08-08&quot;:24.65},{&quot;2026-08-09&quot;:24.7},{&quot;2026-08-10&quot;:24.97},{&quot;2026-08-11&quot;:25.54},{&quot;2026-08-12&quot;:26.3},{&quot;2026-08-13&quot;:28.1},{&quot;2026-08-14&quot;:28.4},{&quot;2026-08-15&quot;:20.82},{&quot;2026-08-16&quot;:21.1},{&quot;2026-08-17&quot;:20.87},{&quot;2026-08-18&quot;:21.44},{&quot;2026-08-19&quot;:22.87},{&quot;2026-08-20&quot;:23.13},{&quot;2026-08-21&quot;:23.08},{&quot;2026-08-22&quot;:24.45},{&quot;2026-08-23&quot;:24.71},{&quot;2026-08-24&quot;:25.26},{&quot;2026-08-25&quot;:25.07},{&quot;2026-08-26&quot;:26.24},{&quot;2026-08-27&quot;:26.23},{&quot;2026-08-28&quot;:26.4},{&quot;2026-08-29&quot;:26.4},{&quot;2026-08-30&quot;:26.71},{&quot;2026-08-31&quot;:26.81},{&quot;2026-09-01&quot;:26.6},{&quot;2026-09-02&quot;:26.55},{&quot;2026-09-03&quot;:26.51},{&quot;2026-09-04&quot;:26.44},{&quot;2026-09-05&quot;:26.46},{&quot;2026-09-06&quot;:26.22},{&quot;2026-09-07&quot;:26.3},{&quot;2026-09-08&quot;:26.15},{&quot;2026-09-09&quot;:26.01},{&quot;2026-09-10&quot;:26.01},{&quot;2026-09-11&quot;:26.01}],&quot;normal&quot;:[{&quot;2026-07-25&quot;:94.99},{&quot;2026-07-26&quot;:94.99},{&quot;2026-07-27&quot;:82.49},{&quot;2026-07-28&quot;:82.49},{&quot;2026-07-29&quot;:76.66},{&quot;2026-07-30&quot;:76.66},{&quot;2026-07-31&quot;:72.49},{&quot;2026-08-01&quot;:72.49},{&quot;2026-08-02&quot;:72.49},{&quot;2026-08-03&quot;:64.49},{&quot;2026-08-04&quot;:64.49},{&quot;2026-08-05&quot;:57.07},{&quot;2026-08-07&quot;:41.58},{&quot;2026-08-08&quot;:24.34},{&quot;2026-08-09&quot;:17.65},{&quot;2026-08-10&quot;:16.88},{&quot;2026-08-11&quot;:16.46},{&quot;2026-08-12&quot;:16.28},{&quot;2026-08-13&quot;:16.89},{&quot;2026-08-14&quot;:17.7},{&quot;2026-08-15&quot;:15.99},{&quot;2026-08-16&quot;:15.86},{&quot;2026-08-17&quot;:16.38},{&quot;2026-08-18&quot;:17.0},{&quot;2026-08-19&quot;:18.02},{&quot;2026-08-20&quot;:18.24},{&quot;2026-08-21&quot;:19.24},{&quot;2026-08-22&quot;:18.97},{&quot;2026-08-23&quot;:19.73},{&quot;2026-08-24&quot;:20.63},{&quot;2026-08-25&quot;:18.96},{&quot;2026-08-26&quot;:19.22},{&quot;2026-08-27&quot;:19.39},{&quot;2026-08-28&quot;:19.22},{&quot;2026-08-29&quot;:19.22},{&quot;2026-08-30&quot;:19.13},{&quot;2026-08-31&quot;:19.04},{&quot;2026-09-01&quot;:18.04},{&quot;2026-09-02&quot;:18.4},{&quot;2026-09-03&quot;:18.53},{&quot;2026-09-04&quot;:18.54},{&quot;2026-09-05&quot;:17.7},{&quot;2026-09-06&quot;:16.37},{&quot;2026-09-07&quot;:17.33},{&quot;2026-09-08&quot;:17.6},{&quot;2026-09-09&quot;:17.3},{&quot;2026-09-10&quot;:15.72},{&quot;2026-09-11&quot;:15.61}]}"
        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="76619"
  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">
            Undead Warchief
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $15.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="Undead Warchief" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/7/f7d770b6-7765-4e48-ab31-98a58ff4de66.jpg?1783931274" />

        <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">
            Undead Warchief
        </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</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="Undead Warchief" src="https://cards.scryfall.io/large/front/f/7/f7d770b6-7765-4e48-ab31-98a58ff4de66.jpg?1783931274" />
    </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">
                $15.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$7.75</span>
              <span class="text-xs text-grey-text">Credit: $10.08</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:17.26},{&quot;2026-06-14&quot;:17.26},{&quot;2026-06-15&quot;:17.06},{&quot;2026-06-16&quot;:17.06},{&quot;2026-06-17&quot;:17.06},{&quot;2026-06-18&quot;:17.06},{&quot;2026-06-19&quot;:16.87},{&quot;2026-06-20&quot;:16.87},{&quot;2026-06-21&quot;:16.87},{&quot;2026-06-22&quot;:16.87},{&quot;2026-06-23&quot;:16.87},{&quot;2026-06-24&quot;:16.87},{&quot;2026-06-25&quot;:16.87},{&quot;2026-06-26&quot;:16.87},{&quot;2026-06-27&quot;:16.87},{&quot;2026-06-28&quot;:16.85},{&quot;2026-06-29&quot;:16.85},{&quot;2026-06-30&quot;:16.85},{&quot;2026-07-01&quot;:16.85},{&quot;2026-07-02&quot;:16.85},{&quot;2026-07-03&quot;:16.85},{&quot;2026-07-04&quot;:16.85},{&quot;2026-07-05&quot;:16.69},{&quot;2026-07-06&quot;:16.4},{&quot;2026-07-07&quot;:16.4},{&quot;2026-07-08&quot;:16.2},{&quot;2026-07-09&quot;:16.2},{&quot;2026-07-10&quot;:16.2},{&quot;2026-07-11&quot;:16.2},{&quot;2026-07-12&quot;:16.23},{&quot;2026-07-13&quot;:16.39},{&quot;2026-07-14&quot;:16.39},{&quot;2026-07-15&quot;:16.42},{&quot;2026-07-16&quot;:16.42},{&quot;2026-07-17&quot;:16.42},{&quot;2026-07-18&quot;:16.42},{&quot;2026-07-19&quot;:15.76},{&quot;2026-07-20&quot;:15.57},{&quot;2026-07-21&quot;:15.49},{&quot;2026-07-22&quot;:15.39},{&quot;2026-07-23&quot;:15.39},{&quot;2026-07-24&quot;:15.13},{&quot;2026-07-25&quot;:15.13},{&quot;2026-07-26&quot;:15.13},{&quot;2026-07-27&quot;:15.16},{&quot;2026-07-28&quot;:15.16},{&quot;2026-07-29&quot;:15.06},{&quot;2026-07-30&quot;:15.06},{&quot;2026-07-31&quot;:15.03},{&quot;2026-08-01&quot;:15.08},{&quot;2026-08-02&quot;:15.06},{&quot;2026-08-03&quot;:14.84},{&quot;2026-08-04&quot;:14.84},{&quot;2026-08-05&quot;:14.76},{&quot;2026-08-07&quot;:14.76},{&quot;2026-08-08&quot;:14.76},{&quot;2026-08-09&quot;:14.76},{&quot;2026-08-10&quot;:14.69},{&quot;2026-08-11&quot;:14.67},{&quot;2026-08-12&quot;:14.67},{&quot;2026-08-13&quot;:14.86},{&quot;2026-08-14&quot;:14.83},{&quot;2026-08-15&quot;:14.81},{&quot;2026-08-16&quot;:14.81},{&quot;2026-08-17&quot;:14.96},{&quot;2026-08-18&quot;:14.96},{&quot;2026-08-19&quot;:14.96},{&quot;2026-08-20&quot;:14.96},{&quot;2026-08-21&quot;:15.11},{&quot;2026-08-22&quot;:14.94},{&quot;2026-08-23&quot;:14.94},{&quot;2026-08-24&quot;:14.94},{&quot;2026-08-25&quot;:14.94},{&quot;2026-08-26&quot;:14.94},{&quot;2026-08-27&quot;:14.94},{&quot;2026-08-28&quot;:14.92},{&quot;2026-08-29&quot;:14.92},{&quot;2026-08-30&quot;:14.82},{&quot;2026-08-31&quot;:14.82},{&quot;2026-09-01&quot;:14.91},{&quot;2026-09-02&quot;:14.92},{&quot;2026-09-03&quot;:15.13},{&quot;2026-09-04&quot;:15.45},{&quot;2026-09-05&quot;:15.47},{&quot;2026-09-06&quot;:15.47},{&quot;2026-09-07&quot;:15.78},{&quot;2026-09-08&quot;:15.78},{&quot;2026-09-09&quot;:15.78},{&quot;2026-09-10&quot;:15.59},{&quot;2026-09-11&quot;:15.53}],&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="80325"
  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">
            Goryo&#39;s Vengeance
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant — Arcane
      </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">
            $15.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="Goryo&#39;s Vengeance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/2/6261205d-3506-4f0a-98ce-690f40df7a5a.jpg?1783933822" />

        <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">
            Goryo&#39;s Vengeance
        </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 — Arcane</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goryo&#39;s Vengeance" src="https://cards.scryfall.io/large/front/6/2/6261205d-3506-4f0a-98ce-690f40df7a5a.jpg?1783933822" />
    </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">
                $15.51
              </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">
                $13.11
              </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">$12.50</span>
              <span class="text-xs text-grey-text">Credit: $16.25</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:11.53},{&quot;2026-06-13&quot;:11.06},{&quot;2026-06-14&quot;:11.06},{&quot;2026-06-15&quot;:11.06},{&quot;2026-06-16&quot;:11.06},{&quot;2026-06-17&quot;:11.06},{&quot;2026-06-18&quot;:11.06},{&quot;2026-06-19&quot;:11.06},{&quot;2026-06-20&quot;:11.06},{&quot;2026-06-21&quot;:11.06},{&quot;2026-06-22&quot;:11.06},{&quot;2026-06-23&quot;:11.06},{&quot;2026-06-24&quot;:11.06},{&quot;2026-06-25&quot;:11.06},{&quot;2026-06-26&quot;:11.04},{&quot;2026-06-27&quot;:11.04},{&quot;2026-06-28&quot;:11.04},{&quot;2026-06-29&quot;:11.09},{&quot;2026-06-30&quot;:11.09},{&quot;2026-07-01&quot;:11.09},{&quot;2026-07-02&quot;:11.09},{&quot;2026-07-03&quot;:11.09},{&quot;2026-07-04&quot;:11.1},{&quot;2026-07-05&quot;:11.1},{&quot;2026-07-06&quot;:11.1},{&quot;2026-07-07&quot;:11.1},{&quot;2026-07-08&quot;:11.1},{&quot;2026-07-09&quot;:11.1},{&quot;2026-07-10&quot;:11.1},{&quot;2026-07-11&quot;:11.1},{&quot;2026-07-12&quot;:11.1},{&quot;2026-07-13&quot;:11.1},{&quot;2026-07-14&quot;:11.1},{&quot;2026-07-15&quot;:11.1},{&quot;2026-07-16&quot;:11.14},{&quot;2026-07-17&quot;:11.14},{&quot;2026-07-18&quot;:11.14},{&quot;2026-07-19&quot;:11.14},{&quot;2026-07-20&quot;:11.14},{&quot;2026-07-21&quot;:11.14},{&quot;2026-07-23&quot;:11.27},{&quot;2026-07-24&quot;:11.27},{&quot;2026-07-25&quot;:11.4},{&quot;2026-07-26&quot;:11.4},{&quot;2026-07-27&quot;:11.4},{&quot;2026-07-28&quot;:11.68},{&quot;2026-07-29&quot;:11.68},{&quot;2026-07-30&quot;:11.68},{&quot;2026-07-31&quot;:11.68},{&quot;2026-08-01&quot;:11.68},{&quot;2026-08-02&quot;:11.68},{&quot;2026-08-03&quot;:11.68},{&quot;2026-08-04&quot;:11.68},{&quot;2026-08-05&quot;:11.68},{&quot;2026-08-07&quot;:11.68},{&quot;2026-08-08&quot;:11.68},{&quot;2026-08-09&quot;:11.68},{&quot;2026-08-10&quot;:11.68},{&quot;2026-08-11&quot;:11.68},{&quot;2026-08-12&quot;:11.76},{&quot;2026-08-13&quot;:11.76},{&quot;2026-08-14&quot;:12.31},{&quot;2026-08-15&quot;:12.96},{&quot;2026-08-16&quot;:12.96},{&quot;2026-08-17&quot;:12.96},{&quot;2026-08-18&quot;:12.96},{&quot;2026-08-19&quot;:12.96},{&quot;2026-08-20&quot;:12.96},{&quot;2026-08-21&quot;:12.96},{&quot;2026-08-22&quot;:12.96},{&quot;2026-08-23&quot;:12.96},{&quot;2026-08-24&quot;:12.96},{&quot;2026-08-25&quot;:12.96},{&quot;2026-08-26&quot;:12.96},{&quot;2026-08-27&quot;:12.96},{&quot;2026-08-28&quot;:12.96},{&quot;2026-08-29&quot;:12.96},{&quot;2026-08-30&quot;:12.96},{&quot;2026-08-31&quot;:13.11},{&quot;2026-09-01&quot;:13.11},{&quot;2026-09-02&quot;:13.11},{&quot;2026-09-03&quot;:13.11},{&quot;2026-09-04&quot;:13.11},{&quot;2026-09-05&quot;:13.11},{&quot;2026-09-06&quot;:13.11},{&quot;2026-09-07&quot;:13.11},{&quot;2026-09-08&quot;:13.11},{&quot;2026-09-09&quot;:13.11},{&quot;2026-09-10&quot;:13.11},{&quot;2026-09-11&quot;:13.11}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.56},{&quot;2026-06-13&quot;:9.45},{&quot;2026-06-14&quot;:9.51},{&quot;2026-06-15&quot;:9.66},{&quot;2026-06-16&quot;:9.77},{&quot;2026-06-17&quot;:9.85},{&quot;2026-06-18&quot;:10.27},{&quot;2026-06-19&quot;:10.2},{&quot;2026-06-20&quot;:10.17},{&quot;2026-06-21&quot;:10.1},{&quot;2026-06-22&quot;:10.1},{&quot;2026-06-23&quot;:10.26},{&quot;2026-06-24&quot;:10.63},{&quot;2026-06-25&quot;:10.59},{&quot;2026-06-26&quot;:10.76},{&quot;2026-06-27&quot;:10.95},{&quot;2026-06-28&quot;:10.95},{&quot;2026-06-29&quot;:10.97},{&quot;2026-06-30&quot;:11.07},{&quot;2026-07-01&quot;:11.0},{&quot;2026-07-02&quot;:11.0},{&quot;2026-07-03&quot;:11.13},{&quot;2026-07-04&quot;:11.28},{&quot;2026-07-05&quot;:11.26},{&quot;2026-07-06&quot;:11.33},{&quot;2026-07-07&quot;:11.54},{&quot;2026-07-08&quot;:11.54},{&quot;2026-07-09&quot;:11.28},{&quot;2026-07-10&quot;:11.4},{&quot;2026-07-11&quot;:11.27},{&quot;2026-07-12&quot;:11.41},{&quot;2026-07-13&quot;:11.48},{&quot;2026-07-14&quot;:11.42},{&quot;2026-07-15&quot;:11.57},{&quot;2026-07-16&quot;:11.68},{&quot;2026-07-17&quot;:11.68},{&quot;2026-07-18&quot;:11.62},{&quot;2026-07-19&quot;:11.62},{&quot;2026-07-20&quot;:12.04},{&quot;2026-07-21&quot;:12.04},{&quot;2026-07-23&quot;:12.27},{&quot;2026-07-24&quot;:12.27},{&quot;2026-07-25&quot;:12.38},{&quot;2026-07-26&quot;:12.47},{&quot;2026-07-27&quot;:12.75},{&quot;2026-07-28&quot;:12.81},{&quot;2026-07-29&quot;:12.93},{&quot;2026-07-30&quot;:12.97},{&quot;2026-07-31&quot;:13.25},{&quot;2026-08-01&quot;:13.48},{&quot;2026-08-02&quot;:13.48},{&quot;2026-08-03&quot;:13.48},{&quot;2026-08-04&quot;:14.04},{&quot;2026-08-05&quot;:14.04},{&quot;2026-08-07&quot;:14.04},{&quot;2026-08-08&quot;:14.04},{&quot;2026-08-09&quot;:14.28},{&quot;2026-08-10&quot;:14.28},{&quot;2026-08-11&quot;:14.28},{&quot;2026-08-12&quot;:14.29},{&quot;2026-08-13&quot;:14.69},{&quot;2026-08-14&quot;:14.89},{&quot;2026-08-15&quot;:14.88},{&quot;2026-08-16&quot;:14.87},{&quot;2026-08-17&quot;:14.87},{&quot;2026-08-18&quot;:14.94},{&quot;2026-08-19&quot;:15.17},{&quot;2026-08-20&quot;:15.17},{&quot;2026-08-21&quot;:15.06},{&quot;2026-08-22&quot;:15.71},{&quot;2026-08-23&quot;:15.71},{&quot;2026-08-24&quot;:15.71},{&quot;2026-08-25&quot;:15.92},{&quot;2026-08-26&quot;:15.92},{&quot;2026-08-27&quot;:15.8},{&quot;2026-08-28&quot;:15.81},{&quot;2026-08-29&quot;:15.81},{&quot;2026-08-30&quot;:15.79},{&quot;2026-08-31&quot;:15.76},{&quot;2026-09-01&quot;:15.76},{&quot;2026-09-02&quot;:15.76},{&quot;2026-09-03&quot;:15.76},{&quot;2026-09-04&quot;:15.76},{&quot;2026-09-05&quot;:15.76},{&quot;2026-09-06&quot;:15.76},{&quot;2026-09-07&quot;:15.46},{&quot;2026-09-08&quot;:15.46},{&quot;2026-09-09&quot;:15.44},{&quot;2026-09-10&quot;:15.44},{&quot;2026-09-11&quot;:15.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="12870"
  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">
            Reflecting Pool
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Reflecting Pool" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18a1b3f5-473d-45ca-be0d-e67e77ba30ce.jpg?1783922656" />

        <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">
            Reflecting Pool
        </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="Reflecting Pool" src="https://cards.scryfall.io/large/front/1/8/18a1b3f5-473d-45ca-be0d-e67e77ba30ce.jpg?1783922656" />
    </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">
                $15.48
              </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">
                $15.80
              </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">$11.00</span>
              <span class="text-xs text-grey-text">Credit: $14.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:17.86},{&quot;2026-06-12&quot;:17.86},{&quot;2026-06-13&quot;:17.9},{&quot;2026-06-14&quot;:17.7},{&quot;2026-06-15&quot;:18.03},{&quot;2026-06-16&quot;:18.71},{&quot;2026-06-17&quot;:18.78},{&quot;2026-06-18&quot;:18.78},{&quot;2026-06-19&quot;:18.78},{&quot;2026-06-20&quot;:18.78},{&quot;2026-06-21&quot;:18.78},{&quot;2026-06-22&quot;:18.78},{&quot;2026-06-23&quot;:18.78},{&quot;2026-06-24&quot;:18.5},{&quot;2026-06-25&quot;:18.5},{&quot;2026-06-26&quot;:18.5},{&quot;2026-06-27&quot;:18.5},{&quot;2026-06-28&quot;:18.5},{&quot;2026-06-29&quot;:18.51},{&quot;2026-06-30&quot;:18.51},{&quot;2026-07-01&quot;:18.51},{&quot;2026-07-02&quot;:18.51},{&quot;2026-07-03&quot;:18.51},{&quot;2026-07-04&quot;:18.61},{&quot;2026-07-05&quot;:18.61},{&quot;2026-07-06&quot;:18.61},{&quot;2026-07-07&quot;:18.61},{&quot;2026-07-08&quot;:18.61},{&quot;2026-07-09&quot;:18.61},{&quot;2026-07-10&quot;:18.61},{&quot;2026-07-11&quot;:18.37},{&quot;2026-07-12&quot;:18.37},{&quot;2026-07-13&quot;:18.37},{&quot;2026-07-14&quot;:18.37},{&quot;2026-07-15&quot;:18.37},{&quot;2026-07-16&quot;:18.37},{&quot;2026-07-17&quot;:18.37},{&quot;2026-07-18&quot;:18.37},{&quot;2026-07-19&quot;:18.37},{&quot;2026-07-20&quot;:18.37},{&quot;2026-07-21&quot;:18.37},{&quot;2026-07-23&quot;:18.41},{&quot;2026-07-25&quot;:18.41},{&quot;2026-07-26&quot;:18.41},{&quot;2026-07-27&quot;:18.44},{&quot;2026-07-28&quot;:18.42},{&quot;2026-07-29&quot;:18.42},{&quot;2026-07-30&quot;:18.37},{&quot;2026-07-31&quot;:18.14},{&quot;2026-08-01&quot;:18.05},{&quot;2026-08-02&quot;:18.05},{&quot;2026-08-03&quot;:17.98},{&quot;2026-08-04&quot;:17.85},{&quot;2026-08-05&quot;:17.85},{&quot;2026-08-07&quot;:17.85},{&quot;2026-08-08&quot;:17.7},{&quot;2026-08-09&quot;:17.7},{&quot;2026-08-10&quot;:17.71},{&quot;2026-08-11&quot;:17.53},{&quot;2026-08-12&quot;:16.95},{&quot;2026-08-13&quot;:16.95},{&quot;2026-08-14&quot;:16.95},{&quot;2026-08-15&quot;:16.95},{&quot;2026-08-16&quot;:16.95},{&quot;2026-08-17&quot;:16.95},{&quot;2026-08-18&quot;:16.95},{&quot;2026-08-19&quot;:16.95},{&quot;2026-08-20&quot;:16.95},{&quot;2026-08-21&quot;:16.95},{&quot;2026-08-22&quot;:16.95},{&quot;2026-08-23&quot;:16.91},{&quot;2026-08-24&quot;:16.62},{&quot;2026-08-25&quot;:16.62},{&quot;2026-08-26&quot;:16.62},{&quot;2026-08-27&quot;:16.62},{&quot;2026-08-28&quot;:15.97},{&quot;2026-08-29&quot;:15.97},{&quot;2026-08-30&quot;:15.86},{&quot;2026-08-31&quot;:15.84},{&quot;2026-09-01&quot;:15.84},{&quot;2026-09-02&quot;:15.84},{&quot;2026-09-03&quot;:15.96},{&quot;2026-09-04&quot;:15.96},{&quot;2026-09-05&quot;:15.96},{&quot;2026-09-06&quot;:15.96},{&quot;2026-09-07&quot;:15.56},{&quot;2026-09-08&quot;:15.56},{&quot;2026-09-09&quot;:15.75},{&quot;2026-09-10&quot;:15.78},{&quot;2026-09-11&quot;:15.8}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:16.31},{&quot;2026-06-12&quot;:16.52},{&quot;2026-06-13&quot;:16.52},{&quot;2026-06-14&quot;:16.73},{&quot;2026-06-15&quot;:16.6},{&quot;2026-06-16&quot;:16.55},{&quot;2026-06-17&quot;:16.16},{&quot;2026-06-18&quot;:15.94},{&quot;2026-06-19&quot;:15.78},{&quot;2026-06-20&quot;:15.62},{&quot;2026-06-21&quot;:15.54},{&quot;2026-06-22&quot;:15.01},{&quot;2026-06-23&quot;:15.16},{&quot;2026-06-24&quot;:15.16},{&quot;2026-06-25&quot;:14.69},{&quot;2026-06-26&quot;:14.13},{&quot;2026-06-27&quot;:14.74},{&quot;2026-06-28&quot;:14.85},{&quot;2026-06-29&quot;:15.02},{&quot;2026-06-30&quot;:15.19},{&quot;2026-07-01&quot;:15.2},{&quot;2026-07-02&quot;:15.06},{&quot;2026-07-03&quot;:15.03},{&quot;2026-07-04&quot;:14.94},{&quot;2026-07-05&quot;:14.79},{&quot;2026-07-06&quot;:14.97},{&quot;2026-07-07&quot;:14.95},{&quot;2026-07-08&quot;:15.08},{&quot;2026-07-09&quot;:15.19},{&quot;2026-07-10&quot;:15.2},{&quot;2026-07-11&quot;:15.18},{&quot;2026-07-12&quot;:15.18},{&quot;2026-07-13&quot;:15.12},{&quot;2026-07-14&quot;:15.03},{&quot;2026-07-15&quot;:15.0},{&quot;2026-07-16&quot;:14.76},{&quot;2026-07-17&quot;:14.78},{&quot;2026-07-18&quot;:14.8},{&quot;2026-07-19&quot;:14.66},{&quot;2026-07-20&quot;:14.67},{&quot;2026-07-21&quot;:14.57},{&quot;2026-07-23&quot;:14.3},{&quot;2026-07-25&quot;:14.57},{&quot;2026-07-26&quot;:14.64},{&quot;2026-07-27&quot;:14.71},{&quot;2026-07-28&quot;:14.81},{&quot;2026-07-29&quot;:14.74},{&quot;2026-07-30&quot;:14.72},{&quot;2026-07-31&quot;:14.74},{&quot;2026-08-01&quot;:14.74},{&quot;2026-08-02&quot;:14.87},{&quot;2026-08-03&quot;:14.99},{&quot;2026-08-04&quot;:15.0},{&quot;2026-08-05&quot;:15.0},{&quot;2026-08-07&quot;:15.04},{&quot;2026-08-08&quot;:15.06},{&quot;2026-08-09&quot;:15.11},{&quot;2026-08-10&quot;:15.08},{&quot;2026-08-11&quot;:14.98},{&quot;2026-08-12&quot;:14.97},{&quot;2026-08-13&quot;:15.05},{&quot;2026-08-14&quot;:15.05},{&quot;2026-08-15&quot;:15.05},{&quot;2026-08-16&quot;:15.0},{&quot;2026-08-17&quot;:14.96},{&quot;2026-08-18&quot;:14.98},{&quot;2026-08-19&quot;:14.97},{&quot;2026-08-20&quot;:14.97},{&quot;2026-08-21&quot;:15.02},{&quot;2026-08-22&quot;:15.07},{&quot;2026-08-23&quot;:14.97},{&quot;2026-08-24&quot;:15.05},{&quot;2026-08-25&quot;:15.05},{&quot;2026-08-26&quot;:14.91},{&quot;2026-08-27&quot;:14.82},{&quot;2026-08-28&quot;:14.93},{&quot;2026-08-29&quot;:14.93},{&quot;2026-08-30&quot;:14.96},{&quot;2026-08-31&quot;:15.49},{&quot;2026-09-01&quot;:15.49},{&quot;2026-09-02&quot;:15.66},{&quot;2026-09-03&quot;:16.0},{&quot;2026-09-04&quot;:15.76},{&quot;2026-09-05&quot;:15.71},{&quot;2026-09-06&quot;:15.62},{&quot;2026-09-07&quot;:15.71},{&quot;2026-09-08&quot;:15.63},{&quot;2026-09-09&quot;:15.67},{&quot;2026-09-10&quot;:15.5},{&quot;2026-09-11&quot;:15.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Windgrace
      </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">
            $15.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="Lord Windgrace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/1/213d6fb8-5624-4804-b263-51f339482754.jpg?1783934329" />

        <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">
            Lord Windgrace
        </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 — Windgrace</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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lord Windgrace" src="https://cards.scryfall.io/large/front/2/1/213d6fb8-5624-4804-b263-51f339482754.jpg?1783934329" />
    </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">
                $15.39
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:13.73},{&quot;2026-06-14&quot;:13.73},{&quot;2026-06-15&quot;:13.52},{&quot;2026-06-16&quot;:13.22},{&quot;2026-06-17&quot;:13.22},{&quot;2026-06-18&quot;:13.22},{&quot;2026-06-19&quot;:13.03},{&quot;2026-06-20&quot;:13.09},{&quot;2026-06-21&quot;:13.09},{&quot;2026-06-22&quot;:13.09},{&quot;2026-06-23&quot;:13.09},{&quot;2026-06-24&quot;:13.09},{&quot;2026-06-25&quot;:13.32},{&quot;2026-06-26&quot;:13.32},{&quot;2026-06-27&quot;:13.32},{&quot;2026-06-28&quot;:13.32},{&quot;2026-06-29&quot;:13.34},{&quot;2026-06-30&quot;:13.34},{&quot;2026-07-01&quot;:13.34},{&quot;2026-07-02&quot;:13.34},{&quot;2026-07-03&quot;:12.85},{&quot;2026-07-04&quot;:13.25},{&quot;2026-07-05&quot;:13.25},{&quot;2026-07-06&quot;:11.57},{&quot;2026-07-07&quot;:11.57},{&quot;2026-07-08&quot;:11.57},{&quot;2026-07-09&quot;:11.57},{&quot;2026-07-10&quot;:11.48},{&quot;2026-07-11&quot;:11.35},{&quot;2026-07-12&quot;:11.35},{&quot;2026-07-13&quot;:11.35},{&quot;2026-07-14&quot;:11.35},{&quot;2026-07-15&quot;:11.51},{&quot;2026-07-16&quot;:11.73},{&quot;2026-07-17&quot;:11.73},{&quot;2026-07-18&quot;:11.73},{&quot;2026-07-19&quot;:11.49},{&quot;2026-07-20&quot;:11.49},{&quot;2026-07-21&quot;:11.48},{&quot;2026-07-22&quot;:11.37},{&quot;2026-07-23&quot;:11.32},{&quot;2026-07-24&quot;:11.32},{&quot;2026-07-25&quot;:11.43},{&quot;2026-07-26&quot;:11.58},{&quot;2026-07-27&quot;:11.64},{&quot;2026-07-28&quot;:11.75},{&quot;2026-07-29&quot;:11.56},{&quot;2026-07-30&quot;:12.15},{&quot;2026-07-31&quot;:12.21},{&quot;2026-08-01&quot;:12.31},{&quot;2026-08-02&quot;:12.31},{&quot;2026-08-03&quot;:13.27},{&quot;2026-08-04&quot;:13.31},{&quot;2026-08-05&quot;:13.31},{&quot;2026-08-07&quot;:13.1},{&quot;2026-08-08&quot;:13.81},{&quot;2026-08-09&quot;:13.84},{&quot;2026-08-10&quot;:14.16},{&quot;2026-08-11&quot;:14.16},{&quot;2026-08-12&quot;:14.16},{&quot;2026-08-13&quot;:14.14},{&quot;2026-08-14&quot;:14.14},{&quot;2026-08-15&quot;:15.17},{&quot;2026-08-16&quot;:15.21},{&quot;2026-08-17&quot;:15.25},{&quot;2026-08-18&quot;:15.19},{&quot;2026-08-19&quot;:15.02},{&quot;2026-08-20&quot;:15.08},{&quot;2026-08-21&quot;:15.08},{&quot;2026-08-22&quot;:15.08},{&quot;2026-08-23&quot;:15.08},{&quot;2026-08-24&quot;:15.26},{&quot;2026-08-25&quot;:15.26},{&quot;2026-08-26&quot;:15.26},{&quot;2026-08-27&quot;:15.48},{&quot;2026-08-28&quot;:15.34},{&quot;2026-08-29&quot;:15.34},{&quot;2026-08-30&quot;:15.41},{&quot;2026-08-31&quot;:15.5},{&quot;2026-09-01&quot;:15.36},{&quot;2026-09-02&quot;:15.6},{&quot;2026-09-03&quot;:15.6},{&quot;2026-09-04&quot;:15.6},{&quot;2026-09-05&quot;:15.6},{&quot;2026-09-06&quot;:15.72},{&quot;2026-09-07&quot;:15.72},{&quot;2026-09-08&quot;:16.28},{&quot;2026-09-09&quot;:16.28},{&quot;2026-09-10&quot;:16.28},{&quot;2026-09-11&quot;:15.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="57337"
  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-onc 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">
            Contaminant Grafter
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $15.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="Contaminant Grafter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dd899d93-15f9-4297-8da0-e20e21ec01ce.jpg?1783918142" />

        <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">
            Contaminant Grafter
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></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="Contaminant Grafter" src="https://cards.scryfall.io/large/front/d/d/dd899d93-15f9-4297-8da0-e20e21ec01ce.jpg?1783918142" />
    </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">
                $15.35
              </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">$10.00</span>
              <span class="text-xs text-grey-text">Credit: $13.00</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;:11.28},{&quot;2026-06-11&quot;:11.28},{&quot;2026-06-12&quot;:11.28},{&quot;2026-06-13&quot;:11.28},{&quot;2026-06-14&quot;:11.3},{&quot;2026-06-15&quot;:11.58},{&quot;2026-06-16&quot;:11.71},{&quot;2026-06-17&quot;:11.87},{&quot;2026-06-18&quot;:11.87},{&quot;2026-06-19&quot;:11.87},{&quot;2026-06-20&quot;:11.86},{&quot;2026-06-21&quot;:11.95},{&quot;2026-06-22&quot;:12.01},{&quot;2026-06-23&quot;:11.89},{&quot;2026-06-24&quot;:11.91},{&quot;2026-06-25&quot;:11.78},{&quot;2026-06-26&quot;:10.97},{&quot;2026-06-27&quot;:11.53},{&quot;2026-06-28&quot;:11.53},{&quot;2026-06-29&quot;:11.81},{&quot;2026-06-30&quot;:11.77},{&quot;2026-07-01&quot;:11.6},{&quot;2026-07-02&quot;:11.6},{&quot;2026-07-03&quot;:11.6},{&quot;2026-07-04&quot;:11.87},{&quot;2026-07-05&quot;:11.64},{&quot;2026-07-06&quot;:11.64},{&quot;2026-07-07&quot;:11.5},{&quot;2026-07-08&quot;:11.26},{&quot;2026-07-09&quot;:11.42},{&quot;2026-07-10&quot;:11.38},{&quot;2026-07-11&quot;:11.38},{&quot;2026-07-12&quot;:11.2},{&quot;2026-07-13&quot;:11.2},{&quot;2026-07-14&quot;:11.46},{&quot;2026-07-15&quot;:11.39},{&quot;2026-07-16&quot;:11.5},{&quot;2026-07-17&quot;:11.03},{&quot;2026-07-18&quot;:11.11},{&quot;2026-07-19&quot;:11.05},{&quot;2026-07-20&quot;:11.13},{&quot;2026-07-21&quot;:11.34},{&quot;2026-07-23&quot;:11.61},{&quot;2026-07-25&quot;:11.7},{&quot;2026-07-26&quot;:12.31},{&quot;2026-07-27&quot;:12.06},{&quot;2026-07-29&quot;:12.31},{&quot;2026-07-30&quot;:12.57},{&quot;2026-07-31&quot;:13.16},{&quot;2026-08-01&quot;:13.07},{&quot;2026-08-02&quot;:13.09},{&quot;2026-08-03&quot;:13.13},{&quot;2026-08-04&quot;:12.71},{&quot;2026-08-05&quot;:12.84},{&quot;2026-08-07&quot;:13.17},{&quot;2026-08-08&quot;:13.24},{&quot;2026-08-09&quot;:13.0},{&quot;2026-08-10&quot;:13.07},{&quot;2026-08-11&quot;:12.58},{&quot;2026-08-12&quot;:12.64},{&quot;2026-08-13&quot;:12.79},{&quot;2026-08-14&quot;:12.93},{&quot;2026-08-15&quot;:12.8},{&quot;2026-08-16&quot;:12.67},{&quot;2026-08-17&quot;:12.89},{&quot;2026-08-18&quot;:13.18},{&quot;2026-08-19&quot;:13.18},{&quot;2026-08-20&quot;:13.18},{&quot;2026-08-21&quot;:13.18},{&quot;2026-08-22&quot;:13.18},{&quot;2026-08-23&quot;:13.18},{&quot;2026-08-24&quot;:13.18},{&quot;2026-08-25&quot;:13.18},{&quot;2026-08-26&quot;:14.36},{&quot;2026-08-27&quot;:14.36},{&quot;2026-08-28&quot;:14.24},{&quot;2026-08-29&quot;:14.24},{&quot;2026-08-30&quot;:14.74},{&quot;2026-08-31&quot;:14.78},{&quot;2026-09-01&quot;:14.78},{&quot;2026-09-02&quot;:14.88},{&quot;2026-09-03&quot;:14.88},{&quot;2026-09-04&quot;:14.88},{&quot;2026-09-05&quot;:15.07},{&quot;2026-09-06&quot;:15.37},{&quot;2026-09-07&quot;:15.37},{&quot;2026-09-08&quot;:15.37},{&quot;2026-09-09&quot;:15.37},{&quot;2026-09-10&quot;:15.54},{&quot;2026-09-11&quot;:15.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="112372"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $15.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="Six" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36b1481a-16b2-4a10-9db0-0f078e07d5cc.jpg?1782736654" />

        <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">
            Six
        </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 — Treefolk</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="Six" src="https://cards.scryfall.io/large/front/3/6/36b1481a-16b2-4a10-9db0-0f078e07d5cc.jpg?1782736654" />
    </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">
                $15.34
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-07-19&quot;:27.86},{&quot;2026-07-20&quot;:27.78},{&quot;2026-07-21&quot;:27.59},{&quot;2026-07-22&quot;:26.89},{&quot;2026-07-23&quot;:26.45},{&quot;2026-07-24&quot;:26.06},{&quot;2026-07-25&quot;:24.85},{&quot;2026-07-26&quot;:23.69},{&quot;2026-07-27&quot;:23.38},{&quot;2026-07-28&quot;:20.91},{&quot;2026-07-29&quot;:19.53},{&quot;2026-07-30&quot;:18.46},{&quot;2026-07-31&quot;:17.8},{&quot;2026-08-01&quot;:17.36},{&quot;2026-08-02&quot;:16.08},{&quot;2026-08-03&quot;:15.44},{&quot;2026-08-04&quot;:15.67},{&quot;2026-08-05&quot;:15.71},{&quot;2026-08-07&quot;:15.49},{&quot;2026-08-08&quot;:15.72},{&quot;2026-08-09&quot;:16.68},{&quot;2026-08-10&quot;:16.95},{&quot;2026-08-11&quot;:17.29},{&quot;2026-08-12&quot;:17.25},{&quot;2026-08-13&quot;:17.21},{&quot;2026-08-14&quot;:16.29},{&quot;2026-08-15&quot;:16.2},{&quot;2026-08-16&quot;:16.21},{&quot;2026-08-17&quot;:16.26},{&quot;2026-08-18&quot;:16.43},{&quot;2026-08-19&quot;:16.44},{&quot;2026-08-20&quot;:16.75},{&quot;2026-08-21&quot;:16.62},{&quot;2026-08-22&quot;:16.32},{&quot;2026-08-23&quot;:16.26},{&quot;2026-08-24&quot;:16.11},{&quot;2026-08-25&quot;:15.8},{&quot;2026-08-26&quot;:15.79},{&quot;2026-08-27&quot;:15.74},{&quot;2026-08-28&quot;:15.0},{&quot;2026-08-29&quot;:15.0},{&quot;2026-08-30&quot;:14.46},{&quot;2026-08-31&quot;:14.0},{&quot;2026-09-01&quot;:14.12},{&quot;2026-09-02&quot;:14.33},{&quot;2026-09-03&quot;:14.37},{&quot;2026-09-04&quot;:14.41},{&quot;2026-09-05&quot;:14.66},{&quot;2026-09-06&quot;:14.8},{&quot;2026-09-07&quot;:15.05},{&quot;2026-09-08&quot;:15.19},{&quot;2026-09-09&quot;:15.17},{&quot;2026-09-10&quot;:15.38},{&quot;2026-09-11&quot;:15.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="94877"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $15.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="Diabolic Intent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a2ec8e5e-ada8-4cd7-b43d-157568356a80.jpg?1783906385" />

        <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">
            Diabolic Intent
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Diabolic Intent" src="https://cards.scryfall.io/large/front/a/2/a2ec8e5e-ada8-4cd7-b43d-157568356a80.jpg?1783906385" />
    </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">
                $15.32
              </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">
                $46.11
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.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-11&quot;:33.91},{&quot;2026-06-12&quot;:33.91},{&quot;2026-06-13&quot;:33.88},{&quot;2026-06-14&quot;:33.81},{&quot;2026-06-15&quot;:33.81},{&quot;2026-06-16&quot;:33.81},{&quot;2026-06-17&quot;:33.81},{&quot;2026-06-18&quot;:33.81},{&quot;2026-06-19&quot;:33.83},{&quot;2026-06-20&quot;:33.83},{&quot;2026-06-21&quot;:33.86},{&quot;2026-06-22&quot;:34.2},{&quot;2026-06-23&quot;:34.2},{&quot;2026-06-24&quot;:34.2},{&quot;2026-06-25&quot;:34.2},{&quot;2026-06-26&quot;:34.2},{&quot;2026-06-27&quot;:34.2},{&quot;2026-06-28&quot;:34.2},{&quot;2026-06-29&quot;:34.2},{&quot;2026-06-30&quot;:33.98},{&quot;2026-07-01&quot;:34.28},{&quot;2026-07-02&quot;:34.28},{&quot;2026-07-03&quot;:34.09},{&quot;2026-07-04&quot;:34.24},{&quot;2026-07-05&quot;:34.24},{&quot;2026-07-06&quot;:34.24},{&quot;2026-07-07&quot;:34.24},{&quot;2026-07-08&quot;:34.24},{&quot;2026-07-09&quot;:34.21},{&quot;2026-07-10&quot;:34.21},{&quot;2026-07-11&quot;:33.99},{&quot;2026-07-12&quot;:34.46},{&quot;2026-07-13&quot;:34.46},{&quot;2026-07-14&quot;:34.42},{&quot;2026-07-15&quot;:34.67},{&quot;2026-07-16&quot;:34.67},{&quot;2026-07-17&quot;:34.67},{&quot;2026-07-18&quot;:34.66},{&quot;2026-07-19&quot;:34.66},{&quot;2026-07-20&quot;:34.95},{&quot;2026-07-21&quot;:34.77},{&quot;2026-07-23&quot;:34.97},{&quot;2026-07-25&quot;:34.98},{&quot;2026-07-26&quot;:34.98},{&quot;2026-07-27&quot;:34.98},{&quot;2026-07-28&quot;:35.98},{&quot;2026-07-29&quot;:36.25},{&quot;2026-07-30&quot;:36.25},{&quot;2026-07-31&quot;:36.25},{&quot;2026-08-01&quot;:36.24},{&quot;2026-08-02&quot;:36.61},{&quot;2026-08-03&quot;:36.61},{&quot;2026-08-04&quot;:36.44},{&quot;2026-08-05&quot;:36.44},{&quot;2026-08-07&quot;:36.78},{&quot;2026-08-08&quot;:37.14},{&quot;2026-08-09&quot;:37.66},{&quot;2026-08-10&quot;:38.08},{&quot;2026-08-11&quot;:38.89},{&quot;2026-08-12&quot;:38.89},{&quot;2026-08-13&quot;:38.89},{&quot;2026-08-14&quot;:39.89},{&quot;2026-08-15&quot;:39.98},{&quot;2026-08-16&quot;:39.98},{&quot;2026-08-17&quot;:40.58},{&quot;2026-08-18&quot;:40.58},{&quot;2026-08-19&quot;:40.63},{&quot;2026-08-20&quot;:40.63},{&quot;2026-08-21&quot;:42.87},{&quot;2026-08-22&quot;:42.87},{&quot;2026-08-23&quot;:43.68},{&quot;2026-08-24&quot;:44.2},{&quot;2026-08-25&quot;:44.2},{&quot;2026-08-26&quot;:44.65},{&quot;2026-08-27&quot;:44.65},{&quot;2026-08-28&quot;:44.65},{&quot;2026-08-29&quot;:44.65},{&quot;2026-08-30&quot;:44.67},{&quot;2026-08-31&quot;:44.67},{&quot;2026-09-01&quot;:44.55},{&quot;2026-09-02&quot;:44.55},{&quot;2026-09-03&quot;:44.55},{&quot;2026-09-04&quot;:44.51},{&quot;2026-09-05&quot;:45.32},{&quot;2026-09-06&quot;:45.32},{&quot;2026-09-07&quot;:46.11},{&quot;2026-09-08&quot;:46.11},{&quot;2026-09-09&quot;:46.11},{&quot;2026-09-10&quot;:46.11},{&quot;2026-09-11&quot;:46.11}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:14.49},{&quot;2026-06-12&quot;:14.51},{&quot;2026-06-13&quot;:14.37},{&quot;2026-06-14&quot;:14.12},{&quot;2026-06-15&quot;:14.15},{&quot;2026-06-16&quot;:14.17},{&quot;2026-06-17&quot;:14.11},{&quot;2026-06-18&quot;:14.41},{&quot;2026-06-19&quot;:14.83},{&quot;2026-06-20&quot;:14.88},{&quot;2026-06-21&quot;:14.73},{&quot;2026-06-22&quot;:14.59},{&quot;2026-06-23&quot;:14.54},{&quot;2026-06-24&quot;:14.51},{&quot;2026-06-25&quot;:14.4},{&quot;2026-06-26&quot;:13.23},{&quot;2026-06-27&quot;:13.59},{&quot;2026-06-28&quot;:13.68},{&quot;2026-06-29&quot;:13.68},{&quot;2026-06-30&quot;:13.59},{&quot;2026-07-01&quot;:13.87},{&quot;2026-07-02&quot;:13.71},{&quot;2026-07-03&quot;:13.73},{&quot;2026-07-04&quot;:13.96},{&quot;2026-07-05&quot;:14.19},{&quot;2026-07-06&quot;:14.16},{&quot;2026-07-07&quot;:13.99},{&quot;2026-07-08&quot;:13.85},{&quot;2026-07-09&quot;:13.61},{&quot;2026-07-10&quot;:13.63},{&quot;2026-07-11&quot;:13.74},{&quot;2026-07-12&quot;:13.81},{&quot;2026-07-13&quot;:14.61},{&quot;2026-07-14&quot;:15.04},{&quot;2026-07-15&quot;:15.18},{&quot;2026-07-16&quot;:14.88},{&quot;2026-07-17&quot;:15.04},{&quot;2026-07-18&quot;:14.68},{&quot;2026-07-19&quot;:14.69},{&quot;2026-07-20&quot;:14.3},{&quot;2026-07-21&quot;:14.09},{&quot;2026-07-23&quot;:13.39},{&quot;2026-07-25&quot;:13.97},{&quot;2026-07-26&quot;:13.69},{&quot;2026-07-27&quot;:14.45},{&quot;2026-07-28&quot;:14.52},{&quot;2026-07-29&quot;:14.61},{&quot;2026-07-30&quot;:15.15},{&quot;2026-07-31&quot;:14.42},{&quot;2026-08-01&quot;:14.36},{&quot;2026-08-02&quot;:14.69},{&quot;2026-08-03&quot;:14.62},{&quot;2026-08-04&quot;:14.38},{&quot;2026-08-05&quot;:14.38},{&quot;2026-08-07&quot;:15.75},{&quot;2026-08-08&quot;:15.36},{&quot;2026-08-09&quot;:15.43},{&quot;2026-08-10&quot;:15.41},{&quot;2026-08-11&quot;:15.7},{&quot;2026-08-12&quot;:15.67},{&quot;2026-08-13&quot;:15.46},{&quot;2026-08-14&quot;:15.61},{&quot;2026-08-15&quot;:15.57},{&quot;2026-08-16&quot;:15.62},{&quot;2026-08-17&quot;:15.31},{&quot;2026-08-18&quot;:15.22},{&quot;2026-08-19&quot;:15.0},{&quot;2026-08-20&quot;:15.0},{&quot;2026-08-21&quot;:15.77},{&quot;2026-08-22&quot;:15.77},{&quot;2026-08-23&quot;:16.38},{&quot;2026-08-24&quot;:16.5},{&quot;2026-08-25&quot;:16.73},{&quot;2026-08-26&quot;:16.74},{&quot;2026-08-27&quot;:16.87},{&quot;2026-08-28&quot;:17.21},{&quot;2026-08-29&quot;:17.21},{&quot;2026-08-30&quot;:16.5},{&quot;2026-08-31&quot;:16.4},{&quot;2026-09-01&quot;:16.51},{&quot;2026-09-02&quot;:16.32},{&quot;2026-09-03&quot;:16.11},{&quot;2026-09-04&quot;:15.95},{&quot;2026-09-05&quot;:15.65},{&quot;2026-09-06&quot;:15.65},{&quot;2026-09-07&quot;:15.06},{&quot;2026-09-08&quot;:15.07},{&quot;2026-09-09&quot;:15.12},{&quot;2026-09-10&quot;:15.26},{&quot;2026-09-11&quot;:15.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="6452"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-chr ss-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">
            Ashnod&#39;s Altar
        </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">
              ↑
              5%
            </span>

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

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

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

        <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">
            Ashnod&#39;s Altar
        </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">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="Ashnod&#39;s Altar" src="https://cards.scryfall.io/large/front/d/5/d5e1a75e-1369-4f28-bb7d-e7ea2e6087e9.jpg?1783947356" />
    </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">
                $15.24
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</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;:14.16},{&quot;2026-06-14&quot;:14.16},{&quot;2026-06-15&quot;:14.13},{&quot;2026-06-16&quot;:14.05},{&quot;2026-06-17&quot;:13.64},{&quot;2026-06-18&quot;:13.7},{&quot;2026-06-19&quot;:13.18},{&quot;2026-06-20&quot;:14.56},{&quot;2026-06-21&quot;:14.28},{&quot;2026-06-22&quot;:14.19},{&quot;2026-06-23&quot;:14.19},{&quot;2026-06-24&quot;:14.21},{&quot;2026-06-25&quot;:14.21},{&quot;2026-06-26&quot;:15.05},{&quot;2026-06-27&quot;:15.54},{&quot;2026-06-28&quot;:15.58},{&quot;2026-06-29&quot;:15.58},{&quot;2026-06-30&quot;:16.61},{&quot;2026-07-01&quot;:17.01},{&quot;2026-07-02&quot;:15.93},{&quot;2026-07-03&quot;:16.0},{&quot;2026-07-04&quot;:15.74},{&quot;2026-07-05&quot;:15.26},{&quot;2026-07-06&quot;:14.86},{&quot;2026-07-07&quot;:14.74},{&quot;2026-07-08&quot;:15.93},{&quot;2026-07-09&quot;:16.07},{&quot;2026-07-10&quot;:16.07},{&quot;2026-07-11&quot;:16.1},{&quot;2026-07-12&quot;:16.1},{&quot;2026-07-13&quot;:16.6},{&quot;2026-07-14&quot;:16.67},{&quot;2026-07-15&quot;:16.71},{&quot;2026-07-16&quot;:17.45},{&quot;2026-07-17&quot;:17.46},{&quot;2026-07-18&quot;:17.01},{&quot;2026-07-19&quot;:16.65},{&quot;2026-07-20&quot;:15.26},{&quot;2026-07-21&quot;:15.92},{&quot;2026-07-22&quot;:15.92},{&quot;2026-07-23&quot;:15.8},{&quot;2026-07-24&quot;:15.84},{&quot;2026-07-25&quot;:15.42},{&quot;2026-07-26&quot;:15.41},{&quot;2026-07-27&quot;:15.51},{&quot;2026-07-28&quot;:15.59},{&quot;2026-07-29&quot;:15.33},{&quot;2026-07-30&quot;:15.39},{&quot;2026-07-31&quot;:15.53},{&quot;2026-08-01&quot;:15.76},{&quot;2026-08-02&quot;:15.66},{&quot;2026-08-03&quot;:15.16},{&quot;2026-08-04&quot;:15.12},{&quot;2026-08-05&quot;:15.12},{&quot;2026-08-07&quot;:14.94},{&quot;2026-08-08&quot;:14.82},{&quot;2026-08-09&quot;:14.85},{&quot;2026-08-10&quot;:14.75},{&quot;2026-08-11&quot;:14.43},{&quot;2026-08-12&quot;:14.43},{&quot;2026-08-13&quot;:14.16},{&quot;2026-08-14&quot;:14.16},{&quot;2026-08-15&quot;:13.79},{&quot;2026-08-16&quot;:13.79},{&quot;2026-08-17&quot;:13.75},{&quot;2026-08-18&quot;:13.44},{&quot;2026-08-19&quot;:14.14},{&quot;2026-08-20&quot;:14.49},{&quot;2026-08-21&quot;:15.07},{&quot;2026-08-22&quot;:15.07},{&quot;2026-08-23&quot;:15.34},{&quot;2026-08-24&quot;:15.37},{&quot;2026-08-25&quot;:15.55},{&quot;2026-08-26&quot;:15.56},{&quot;2026-08-27&quot;:15.56},{&quot;2026-08-28&quot;:14.84},{&quot;2026-08-29&quot;:14.84},{&quot;2026-08-30&quot;:15.07},{&quot;2026-08-31&quot;:14.95},{&quot;2026-09-01&quot;:14.81},{&quot;2026-09-02&quot;:14.71},{&quot;2026-09-03&quot;:14.48},{&quot;2026-09-04&quot;:14.36},{&quot;2026-09-05&quot;:14.47},{&quot;2026-09-06&quot;:14.68},{&quot;2026-09-07&quot;:15.53},{&quot;2026-09-08&quot;:15.41},{&quot;2026-09-09&quot;:15.21},{&quot;2026-09-10&quot;:15.4},{&quot;2026-09-11&quot;:15.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28350"
  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">
            Robe of Stars
        </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="text-sm font-medium text-nine-white">
            $15.15
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Robe of Stars
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Robe of Stars" src="https://cards.scryfall.io/large/front/b/2/b2992175-5499-4a83-9ff2-03c7c34819c3.jpg?1783926256" />
    </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">
                $15.15
              </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">$10.00</span>
              <span class="text-xs text-grey-text">Credit: $13.00</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;:13.54},{&quot;2026-06-13&quot;:14.11},{&quot;2026-06-14&quot;:14.42},{&quot;2026-06-15&quot;:14.55},{&quot;2026-06-16&quot;:14.55},{&quot;2026-06-17&quot;:14.23},{&quot;2026-06-18&quot;:14.47},{&quot;2026-06-19&quot;:14.38},{&quot;2026-06-20&quot;:14.36},{&quot;2026-06-21&quot;:14.36},{&quot;2026-06-22&quot;:14.36},{&quot;2026-06-23&quot;:14.36},{&quot;2026-06-24&quot;:14.32},{&quot;2026-06-25&quot;:14.44},{&quot;2026-06-26&quot;:14.42},{&quot;2026-06-27&quot;:14.48},{&quot;2026-06-28&quot;:14.75},{&quot;2026-06-29&quot;:14.73},{&quot;2026-06-30&quot;:15.18},{&quot;2026-07-01&quot;:15.18},{&quot;2026-07-02&quot;:15.18},{&quot;2026-07-03&quot;:15.26},{&quot;2026-07-04&quot;:15.29},{&quot;2026-07-05&quot;:15.29},{&quot;2026-07-06&quot;:15.29},{&quot;2026-07-07&quot;:15.32},{&quot;2026-07-08&quot;:15.22},{&quot;2026-07-09&quot;:15.22},{&quot;2026-07-10&quot;:15.22},{&quot;2026-07-11&quot;:15.27},{&quot;2026-07-12&quot;:15.0},{&quot;2026-07-13&quot;:15.0},{&quot;2026-07-14&quot;:15.0},{&quot;2026-07-15&quot;:14.63},{&quot;2026-07-16&quot;:14.65},{&quot;2026-07-17&quot;:14.34},{&quot;2026-07-18&quot;:14.29},{&quot;2026-07-19&quot;:14.25},{&quot;2026-07-20&quot;:14.26},{&quot;2026-07-21&quot;:14.3},{&quot;2026-07-23&quot;:14.33},{&quot;2026-07-24&quot;:14.34},{&quot;2026-07-25&quot;:14.3},{&quot;2026-07-26&quot;:14.24},{&quot;2026-07-27&quot;:14.18},{&quot;2026-07-28&quot;:14.33},{&quot;2026-07-29&quot;:14.41},{&quot;2026-07-30&quot;:14.68},{&quot;2026-07-31&quot;:14.74},{&quot;2026-08-01&quot;:14.81},{&quot;2026-08-02&quot;:14.83},{&quot;2026-08-03&quot;:14.98},{&quot;2026-08-04&quot;:14.89},{&quot;2026-08-05&quot;:14.7},{&quot;2026-08-07&quot;:14.96},{&quot;2026-08-08&quot;:15.37},{&quot;2026-08-09&quot;:15.31},{&quot;2026-08-10&quot;:15.3},{&quot;2026-08-11&quot;:15.09},{&quot;2026-08-12&quot;:14.97},{&quot;2026-08-13&quot;:14.97},{&quot;2026-08-14&quot;:14.85},{&quot;2026-08-15&quot;:14.64},{&quot;2026-08-16&quot;:14.66},{&quot;2026-08-17&quot;:14.71},{&quot;2026-08-18&quot;:14.34},{&quot;2026-08-19&quot;:14.31},{&quot;2026-08-20&quot;:14.31},{&quot;2026-08-21&quot;:14.17},{&quot;2026-08-22&quot;:13.95},{&quot;2026-08-23&quot;:13.96},{&quot;2026-08-24&quot;:13.96},{&quot;2026-08-25&quot;:14.36},{&quot;2026-08-26&quot;:14.36},{&quot;2026-08-27&quot;:14.44},{&quot;2026-08-28&quot;:14.74},{&quot;2026-08-29&quot;:14.74},{&quot;2026-08-30&quot;:14.98},{&quot;2026-08-31&quot;:14.98},{&quot;2026-09-01&quot;:15.05},{&quot;2026-09-02&quot;:15.05},{&quot;2026-09-03&quot;:14.84},{&quot;2026-09-04&quot;:15.08},{&quot;2026-09-05&quot;:15.16},{&quot;2026-09-06&quot;:15.16},{&quot;2026-09-07&quot;:15.27},{&quot;2026-09-08&quot;:15.27},{&quot;2026-09-09&quot;:15.01},{&quot;2026-09-10&quot;:15.15},{&quot;2026-09-11&quot;:15.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="72740"
  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-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">
            Awaken the Woods
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Awaken the Woods" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1c95f8b8-faba-4412-8d8f-093e2ec903f0.jpg?1783920050" />

        <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">
            Awaken the Woods
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></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="Awaken the Woods" src="https://cards.scryfall.io/large/front/1/c/1c95f8b8-faba-4412-8d8f-093e2ec903f0.jpg?1783920050" />
    </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">
                $15.15
              </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">
                $19.38
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:20.73},{&quot;2026-06-14&quot;:20.73},{&quot;2026-06-15&quot;:20.73},{&quot;2026-06-16&quot;:20.72},{&quot;2026-06-17&quot;:20.72},{&quot;2026-06-18&quot;:20.72},{&quot;2026-06-19&quot;:20.72},{&quot;2026-06-20&quot;:20.72},{&quot;2026-06-21&quot;:20.72},{&quot;2026-06-22&quot;:21.08},{&quot;2026-06-23&quot;:21.08},{&quot;2026-06-24&quot;:21.08},{&quot;2026-06-25&quot;:21.08},{&quot;2026-06-26&quot;:21.08},{&quot;2026-06-27&quot;:21.08},{&quot;2026-06-28&quot;:21.08},{&quot;2026-06-29&quot;:21.08},{&quot;2026-06-30&quot;:21.08},{&quot;2026-07-01&quot;:21.08},{&quot;2026-07-02&quot;:21.08},{&quot;2026-07-03&quot;:21.08},{&quot;2026-07-04&quot;:21.08},{&quot;2026-07-05&quot;:21.08},{&quot;2026-07-06&quot;:21.08},{&quot;2026-07-07&quot;:21.08},{&quot;2026-07-08&quot;:21.08},{&quot;2026-07-09&quot;:21.08},{&quot;2026-07-10&quot;:21.08},{&quot;2026-07-11&quot;:21.08},{&quot;2026-07-12&quot;:21.08},{&quot;2026-07-13&quot;:21.08},{&quot;2026-07-14&quot;:21.08},{&quot;2026-07-15&quot;:21.08},{&quot;2026-07-16&quot;:20.88},{&quot;2026-07-17&quot;:20.88},{&quot;2026-07-18&quot;:20.88},{&quot;2026-07-19&quot;:20.88},{&quot;2026-07-20&quot;:20.88},{&quot;2026-07-21&quot;:20.88},{&quot;2026-07-22&quot;:20.88},{&quot;2026-07-23&quot;:20.88},{&quot;2026-07-24&quot;:20.88},{&quot;2026-07-25&quot;:20.88},{&quot;2026-07-26&quot;:20.88},{&quot;2026-07-27&quot;:20.88},{&quot;2026-07-28&quot;:20.88},{&quot;2026-07-29&quot;:20.88},{&quot;2026-07-30&quot;:20.88},{&quot;2026-07-31&quot;:20.88},{&quot;2026-08-01&quot;:20.88},{&quot;2026-08-02&quot;:20.88},{&quot;2026-08-03&quot;:20.88},{&quot;2026-08-04&quot;:20.88},{&quot;2026-08-05&quot;:20.88},{&quot;2026-08-07&quot;:20.75},{&quot;2026-08-08&quot;:20.75},{&quot;2026-08-09&quot;:20.75},{&quot;2026-08-10&quot;:20.75},{&quot;2026-08-11&quot;:20.75},{&quot;2026-08-12&quot;:20.75},{&quot;2026-08-13&quot;:20.75},{&quot;2026-08-14&quot;:20.55},{&quot;2026-08-15&quot;:20.55},{&quot;2026-08-16&quot;:20.55},{&quot;2026-08-17&quot;:19.88},{&quot;2026-08-18&quot;:19.88},{&quot;2026-08-19&quot;:19.88},{&quot;2026-08-20&quot;:19.88},{&quot;2026-08-21&quot;:19.95},{&quot;2026-08-22&quot;:19.95},{&quot;2026-08-23&quot;:19.95},{&quot;2026-08-24&quot;:19.95},{&quot;2026-08-25&quot;:19.95},{&quot;2026-08-26&quot;:19.95},{&quot;2026-08-27&quot;:19.95},{&quot;2026-08-28&quot;:19.95},{&quot;2026-08-29&quot;:19.95},{&quot;2026-08-30&quot;:19.95},{&quot;2026-08-31&quot;:19.95},{&quot;2026-09-01&quot;:19.58},{&quot;2026-09-02&quot;:19.58},{&quot;2026-09-03&quot;:19.58},{&quot;2026-09-04&quot;:19.58},{&quot;2026-09-05&quot;:19.58},{&quot;2026-09-06&quot;:19.58},{&quot;2026-09-07&quot;:19.58},{&quot;2026-09-08&quot;:19.58},{&quot;2026-09-09&quot;:19.38},{&quot;2026-09-10&quot;:19.38},{&quot;2026-09-11&quot;:19.38}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.27},{&quot;2026-06-14&quot;:18.39},{&quot;2026-06-15&quot;:18.5},{&quot;2026-06-16&quot;:18.5},{&quot;2026-06-17&quot;:18.5},{&quot;2026-06-18&quot;:18.74},{&quot;2026-06-19&quot;:18.82},{&quot;2026-06-20&quot;:18.9},{&quot;2026-06-21&quot;:18.9},{&quot;2026-06-22&quot;:18.9},{&quot;2026-06-23&quot;:18.68},{&quot;2026-06-24&quot;:18.7},{&quot;2026-06-25&quot;:18.7},{&quot;2026-06-26&quot;:18.76},{&quot;2026-06-27&quot;:18.8},{&quot;2026-06-28&quot;:18.76},{&quot;2026-06-29&quot;:18.71},{&quot;2026-06-30&quot;:18.71},{&quot;2026-07-01&quot;:18.69},{&quot;2026-07-02&quot;:18.57},{&quot;2026-07-03&quot;:18.21},{&quot;2026-07-04&quot;:17.96},{&quot;2026-07-05&quot;:17.48},{&quot;2026-07-06&quot;:17.23},{&quot;2026-07-07&quot;:16.51},{&quot;2026-07-08&quot;:16.62},{&quot;2026-07-09&quot;:16.47},{&quot;2026-07-10&quot;:16.47},{&quot;2026-07-11&quot;:16.47},{&quot;2026-07-12&quot;:16.31},{&quot;2026-07-13&quot;:16.16},{&quot;2026-07-14&quot;:15.95},{&quot;2026-07-15&quot;:15.95},{&quot;2026-07-16&quot;:15.54},{&quot;2026-07-17&quot;:15.41},{&quot;2026-07-18&quot;:15.18},{&quot;2026-07-19&quot;:15.05},{&quot;2026-07-20&quot;:14.77},{&quot;2026-07-21&quot;:14.77},{&quot;2026-07-22&quot;:14.42},{&quot;2026-07-23&quot;:14.46},{&quot;2026-07-24&quot;:14.21},{&quot;2026-07-25&quot;:14.21},{&quot;2026-07-26&quot;:13.71},{&quot;2026-07-27&quot;:13.63},{&quot;2026-07-28&quot;:13.41},{&quot;2026-07-29&quot;:13.28},{&quot;2026-07-30&quot;:13.2},{&quot;2026-07-31&quot;:13.02},{&quot;2026-08-01&quot;:13.18},{&quot;2026-08-02&quot;:13.67},{&quot;2026-08-03&quot;:13.72},{&quot;2026-08-04&quot;:14.05},{&quot;2026-08-05&quot;:14.21},{&quot;2026-08-07&quot;:14.22},{&quot;2026-08-08&quot;:14.28},{&quot;2026-08-09&quot;:14.24},{&quot;2026-08-10&quot;:14.24},{&quot;2026-08-11&quot;:14.27},{&quot;2026-08-12&quot;:14.33},{&quot;2026-08-13&quot;:14.33},{&quot;2026-08-14&quot;:14.4},{&quot;2026-08-15&quot;:14.41},{&quot;2026-08-16&quot;:14.34},{&quot;2026-08-17&quot;:14.26},{&quot;2026-08-18&quot;:14.26},{&quot;2026-08-19&quot;:14.17},{&quot;2026-08-20&quot;:13.94},{&quot;2026-08-21&quot;:13.94},{&quot;2026-08-22&quot;:13.97},{&quot;2026-08-23&quot;:13.9},{&quot;2026-08-24&quot;:13.84},{&quot;2026-08-25&quot;:13.79},{&quot;2026-08-26&quot;:13.79},{&quot;2026-08-27&quot;:13.79},{&quot;2026-08-28&quot;:13.81},{&quot;2026-08-29&quot;:13.81},{&quot;2026-08-30&quot;:14.71},{&quot;2026-08-31&quot;:14.86},{&quot;2026-09-01&quot;:14.86},{&quot;2026-09-02&quot;:14.85},{&quot;2026-09-03&quot;:14.85},{&quot;2026-09-04&quot;:14.87},{&quot;2026-09-05&quot;:14.89},{&quot;2026-09-06&quot;:14.89},{&quot;2026-09-07&quot;:14.89},{&quot;2026-09-08&quot;:14.9},{&quot;2026-09-09&quot;:14.9},{&quot;2026-09-10&quot;:15.02},{&quot;2026-09-11&quot;:15.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="38219"
  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-jou 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">
            Athreos, God of Passage
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Athreos, God of Passage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/52705c53-883e-4b6a-9c08-3fa35f6f17d5.jpg?1783939406" />

        <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">
            Athreos, God of Passage
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Athreos, God of Passage" src="https://cards.scryfall.io/large/front/5/2/52705c53-883e-4b6a-9c08-3fa35f6f17d5.jpg?1783939406" />
    </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">
                $15.09
              </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">
                $40.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">$7.75</span>
              <span class="text-xs text-grey-text">Credit: $10.08</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:41.08},{&quot;2026-06-10&quot;:41.08},{&quot;2026-06-11&quot;:41.08},{&quot;2026-06-12&quot;:41.08},{&quot;2026-06-13&quot;:41.08},{&quot;2026-06-14&quot;:41.08},{&quot;2026-06-15&quot;:41.08},{&quot;2026-06-16&quot;:41.08},{&quot;2026-06-17&quot;:41.08},{&quot;2026-06-18&quot;:41.08},{&quot;2026-06-19&quot;:41.08},{&quot;2026-06-20&quot;:41.08},{&quot;2026-06-21&quot;:41.08},{&quot;2026-06-22&quot;:41.08},{&quot;2026-06-24&quot;:41.08},{&quot;2026-06-25&quot;:41.08},{&quot;2026-06-26&quot;:41.08},{&quot;2026-06-27&quot;:41.08},{&quot;2026-06-28&quot;:41.08},{&quot;2026-06-29&quot;:41.08},{&quot;2026-06-30&quot;:41.08},{&quot;2026-07-01&quot;:41.08},{&quot;2026-07-02&quot;:41.08},{&quot;2026-07-03&quot;:41.08},{&quot;2026-07-04&quot;:41.08},{&quot;2026-07-05&quot;:41.08},{&quot;2026-07-06&quot;:41.08},{&quot;2026-07-07&quot;:41.08},{&quot;2026-07-08&quot;:41.08},{&quot;2026-07-09&quot;:41.08},{&quot;2026-07-10&quot;:41.08},{&quot;2026-07-11&quot;:41.08},{&quot;2026-07-12&quot;:41.08},{&quot;2026-07-13&quot;:41.08},{&quot;2026-07-14&quot;:41.08},{&quot;2026-07-15&quot;:41.08},{&quot;2026-07-16&quot;:41.08},{&quot;2026-07-17&quot;:40.36},{&quot;2026-07-18&quot;:40.36},{&quot;2026-07-19&quot;:40.36},{&quot;2026-07-20&quot;:40.36},{&quot;2026-07-21&quot;:40.36},{&quot;2026-07-23&quot;:40.36},{&quot;2026-07-25&quot;:40.36},{&quot;2026-07-26&quot;:40.36},{&quot;2026-07-27&quot;:40.36},{&quot;2026-07-29&quot;:40.36},{&quot;2026-07-30&quot;:40.36},{&quot;2026-07-31&quot;:40.36},{&quot;2026-08-01&quot;:40.36},{&quot;2026-08-02&quot;:40.36},{&quot;2026-08-03&quot;:40.36},{&quot;2026-08-04&quot;:40.36},{&quot;2026-08-05&quot;:40.36},{&quot;2026-08-07&quot;:40.36},{&quot;2026-08-08&quot;:40.36},{&quot;2026-08-09&quot;:40.36},{&quot;2026-08-10&quot;:40.36},{&quot;2026-08-11&quot;:40.36},{&quot;2026-08-12&quot;:40.36},{&quot;2026-08-13&quot;:40.36},{&quot;2026-08-14&quot;:40.36},{&quot;2026-08-15&quot;:40.36},{&quot;2026-08-16&quot;:40.36},{&quot;2026-08-17&quot;:40.36},{&quot;2026-08-18&quot;:40.36},{&quot;2026-08-19&quot;:40.36},{&quot;2026-08-20&quot;:40.36},{&quot;2026-08-21&quot;:40.36},{&quot;2026-08-22&quot;:40.36},{&quot;2026-08-23&quot;:40.36},{&quot;2026-08-24&quot;:40.36},{&quot;2026-08-25&quot;:40.36},{&quot;2026-08-26&quot;:40.36},{&quot;2026-08-27&quot;:40.36},{&quot;2026-08-28&quot;:40.36},{&quot;2026-08-29&quot;:40.36},{&quot;2026-08-30&quot;:40.36},{&quot;2026-08-31&quot;:40.36},{&quot;2026-09-01&quot;:40.36},{&quot;2026-09-02&quot;:40.36},{&quot;2026-09-03&quot;:40.36},{&quot;2026-09-04&quot;:40.36},{&quot;2026-09-05&quot;:40.36},{&quot;2026-09-06&quot;:40.36},{&quot;2026-09-07&quot;:40.36},{&quot;2026-09-08&quot;:40.36},{&quot;2026-09-09&quot;:40.36},{&quot;2026-09-10&quot;:40.36},{&quot;2026-09-11&quot;:40.36}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:15.49},{&quot;2026-06-10&quot;:15.49},{&quot;2026-06-11&quot;:15.57},{&quot;2026-06-12&quot;:15.57},{&quot;2026-06-13&quot;:15.57},{&quot;2026-06-14&quot;:15.57},{&quot;2026-06-15&quot;:15.57},{&quot;2026-06-16&quot;:15.57},{&quot;2026-06-17&quot;:15.53},{&quot;2026-06-18&quot;:15.81},{&quot;2026-06-19&quot;:15.81},{&quot;2026-06-20&quot;:15.81},{&quot;2026-06-21&quot;:15.73},{&quot;2026-06-22&quot;:15.65},{&quot;2026-06-24&quot;:15.55},{&quot;2026-06-25&quot;:15.55},{&quot;2026-06-26&quot;:15.55},{&quot;2026-06-27&quot;:15.55},{&quot;2026-06-28&quot;:15.55},{&quot;2026-06-29&quot;:15.55},{&quot;2026-06-30&quot;:15.55},{&quot;2026-07-01&quot;:15.56},{&quot;2026-07-02&quot;:15.56},{&quot;2026-07-03&quot;:15.53},{&quot;2026-07-04&quot;:15.53},{&quot;2026-07-05&quot;:15.53},{&quot;2026-07-06&quot;:15.53},{&quot;2026-07-07&quot;:15.53},{&quot;2026-07-08&quot;:15.53},{&quot;2026-07-09&quot;:15.46},{&quot;2026-07-10&quot;:15.46},{&quot;2026-07-11&quot;:15.46},{&quot;2026-07-12&quot;:15.65},{&quot;2026-07-13&quot;:15.65},{&quot;2026-07-14&quot;:15.65},{&quot;2026-07-15&quot;:15.53},{&quot;2026-07-16&quot;:15.53},{&quot;2026-07-17&quot;:15.39},{&quot;2026-07-18&quot;:15.43},{&quot;2026-07-19&quot;:15.43},{&quot;2026-07-20&quot;:15.43},{&quot;2026-07-21&quot;:15.43},{&quot;2026-07-23&quot;:15.19},{&quot;2026-07-25&quot;:15.48},{&quot;2026-07-26&quot;:15.48},{&quot;2026-07-27&quot;:15.48},{&quot;2026-07-29&quot;:15.22},{&quot;2026-07-30&quot;:15.22},{&quot;2026-07-31&quot;:15.1},{&quot;2026-08-01&quot;:15.1},{&quot;2026-08-02&quot;:15.02},{&quot;2026-08-03&quot;:15.02},{&quot;2026-08-04&quot;:14.95},{&quot;2026-08-05&quot;:14.95},{&quot;2026-08-07&quot;:14.95},{&quot;2026-08-08&quot;:15.03},{&quot;2026-08-09&quot;:14.99},{&quot;2026-08-10&quot;:15.02},{&quot;2026-08-11&quot;:15.02},{&quot;2026-08-12&quot;:15.02},{&quot;2026-08-13&quot;:15.35},{&quot;2026-08-14&quot;:15.35},{&quot;2026-08-15&quot;:14.79},{&quot;2026-08-16&quot;:14.84},{&quot;2026-08-17&quot;:14.84},{&quot;2026-08-18&quot;:14.84},{&quot;2026-08-19&quot;:14.84},{&quot;2026-08-20&quot;:14.84},{&quot;2026-08-21&quot;:14.84},{&quot;2026-08-22&quot;:14.84},{&quot;2026-08-23&quot;:14.75},{&quot;2026-08-24&quot;:14.64},{&quot;2026-08-25&quot;:14.64},{&quot;2026-08-26&quot;:14.62},{&quot;2026-08-27&quot;:14.81},{&quot;2026-08-28&quot;:14.87},{&quot;2026-08-29&quot;:14.87},{&quot;2026-08-30&quot;:14.68},{&quot;2026-08-31&quot;:14.68},{&quot;2026-09-01&quot;:14.68},{&quot;2026-09-02&quot;:14.75},{&quot;2026-09-03&quot;:14.75},{&quot;2026-09-04&quot;:14.78},{&quot;2026-09-05&quot;:14.78},{&quot;2026-09-06&quot;:14.78},{&quot;2026-09-07&quot;:14.78},{&quot;2026-09-08&quot;:14.78},{&quot;2026-09-09&quot;:14.78},{&quot;2026-09-10&quot;:15.09},{&quot;2026-09-11&quot;:15.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13836"
  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">
            Bothersome Quasit
        </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-50 text-badge-text">
              ↑
              1%
            </span>

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bothersome Quasit" src="https://cards.scryfall.io/large/front/6/e/6e9a0a23-cd62-4762-b751-ac0159a1b3c5.jpg?1783922501" />
    </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">
                $15.05
              </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">$9.50</span>
              <span class="text-xs text-grey-text">Credit: $12.35</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;:15.38},{&quot;2026-06-14&quot;:15.38},{&quot;2026-06-15&quot;:15.38},{&quot;2026-06-16&quot;:15.66},{&quot;2026-06-17&quot;:15.64},{&quot;2026-06-18&quot;:15.88},{&quot;2026-06-19&quot;:15.69},{&quot;2026-06-20&quot;:15.69},{&quot;2026-06-21&quot;:15.69},{&quot;2026-06-22&quot;:15.58},{&quot;2026-06-23&quot;:15.0},{&quot;2026-06-24&quot;:14.79},{&quot;2026-06-25&quot;:14.79},{&quot;2026-06-26&quot;:14.23},{&quot;2026-06-27&quot;:13.8},{&quot;2026-06-28&quot;:14.1},{&quot;2026-06-29&quot;:14.5},{&quot;2026-06-30&quot;:14.71},{&quot;2026-07-01&quot;:14.57},{&quot;2026-07-02&quot;:15.01},{&quot;2026-07-03&quot;:14.56},{&quot;2026-07-04&quot;:14.51},{&quot;2026-07-05&quot;:14.46},{&quot;2026-07-06&quot;:14.35},{&quot;2026-07-07&quot;:14.25},{&quot;2026-07-08&quot;:14.14},{&quot;2026-07-09&quot;:14.28},{&quot;2026-07-10&quot;:14.3},{&quot;2026-07-11&quot;:14.18},{&quot;2026-07-12&quot;:14.18},{&quot;2026-07-13&quot;:13.98},{&quot;2026-07-14&quot;:13.98},{&quot;2026-07-15&quot;:13.98},{&quot;2026-07-16&quot;:14.04},{&quot;2026-07-17&quot;:14.02},{&quot;2026-07-18&quot;:14.08},{&quot;2026-07-19&quot;:14.04},{&quot;2026-07-20&quot;:14.04},{&quot;2026-07-21&quot;:14.04},{&quot;2026-07-22&quot;:14.12},{&quot;2026-07-23&quot;:13.97},{&quot;2026-07-24&quot;:13.92},{&quot;2026-07-25&quot;:14.13},{&quot;2026-07-26&quot;:14.13},{&quot;2026-07-27&quot;:14.48},{&quot;2026-07-28&quot;:14.48},{&quot;2026-07-29&quot;:14.48},{&quot;2026-07-30&quot;:14.54},{&quot;2026-07-31&quot;:14.54},{&quot;2026-08-01&quot;:14.54},{&quot;2026-08-02&quot;:14.54},{&quot;2026-08-03&quot;:14.61},{&quot;2026-08-04&quot;:14.68},{&quot;2026-08-05&quot;:14.76},{&quot;2026-08-07&quot;:14.96},{&quot;2026-08-08&quot;:14.98},{&quot;2026-08-09&quot;:15.35},{&quot;2026-08-10&quot;:15.49},{&quot;2026-08-11&quot;:15.5},{&quot;2026-08-12&quot;:15.5},{&quot;2026-08-13&quot;:15.5},{&quot;2026-08-14&quot;:15.4},{&quot;2026-08-15&quot;:15.4},{&quot;2026-08-16&quot;:15.27},{&quot;2026-08-17&quot;:14.93},{&quot;2026-08-18&quot;:14.99},{&quot;2026-08-19&quot;:15.0},{&quot;2026-08-20&quot;:15.11},{&quot;2026-08-21&quot;:15.04},{&quot;2026-08-22&quot;:14.87},{&quot;2026-08-23&quot;:14.95},{&quot;2026-08-24&quot;:14.82},{&quot;2026-08-25&quot;:14.74},{&quot;2026-08-26&quot;:14.76},{&quot;2026-08-27&quot;:14.71},{&quot;2026-08-28&quot;:14.75},{&quot;2026-08-29&quot;:14.75},{&quot;2026-08-30&quot;:14.91},{&quot;2026-08-31&quot;:14.91},{&quot;2026-09-01&quot;:14.87},{&quot;2026-09-02&quot;:14.83},{&quot;2026-09-03&quot;:14.76},{&quot;2026-09-04&quot;:14.86},{&quot;2026-09-05&quot;:14.93},{&quot;2026-09-06&quot;:15.06},{&quot;2026-09-07&quot;:15.11},{&quot;2026-09-08&quot;:15.01},{&quot;2026-09-09&quot;:15.16},{&quot;2026-09-10&quot;:15.26},{&quot;2026-09-11&quot;:15.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blazing Sunsteel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/9/69d276fe-5f2b-41aa-80fa-64d3b60fd54f.jpg?1783928737" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Blazing Sunsteel" src="https://cards.scryfall.io/large/front/6/9/69d276fe-5f2b-41aa-80fa-64d3b60fd54f.jpg?1783928737" />
    </div>

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.02},{&quot;2026-06-11&quot;:3.04},{&quot;2026-06-12&quot;:3.05},{&quot;2026-06-13&quot;:3.08},{&quot;2026-06-14&quot;:3.07},{&quot;2026-06-15&quot;:3.01},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:3.0},{&quot;2026-06-18&quot;:2.95},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:2.96},{&quot;2026-06-21&quot;:3.02},{&quot;2026-06-22&quot;:2.96},{&quot;2026-06-23&quot;:2.97},{&quot;2026-06-24&quot;:2.95},{&quot;2026-06-25&quot;:2.97},{&quot;2026-06-26&quot;:2.99},{&quot;2026-06-27&quot;:2.99},{&quot;2026-06-28&quot;:2.96},{&quot;2026-06-29&quot;:3.12},{&quot;2026-06-30&quot;:3.11},{&quot;2026-07-01&quot;:3.15},{&quot;2026-07-02&quot;:3.15},{&quot;2026-07-03&quot;:3.17},{&quot;2026-07-04&quot;:3.12},{&quot;2026-07-05&quot;:3.29},{&quot;2026-07-06&quot;:3.37},{&quot;2026-07-07&quot;:3.39},{&quot;2026-07-08&quot;:3.27},{&quot;2026-07-09&quot;:3.34},{&quot;2026-07-10&quot;:3.55},{&quot;2026-07-11&quot;:3.65},{&quot;2026-07-12&quot;:3.66},{&quot;2026-07-13&quot;:3.48},{&quot;2026-07-14&quot;:3.42},{&quot;2026-07-15&quot;:3.5},{&quot;2026-07-16&quot;:3.52},{&quot;2026-07-17&quot;:3.22},{&quot;2026-07-18&quot;:3.4},{&quot;2026-07-19&quot;:3.43},{&quot;2026-07-20&quot;:3.61},{&quot;2026-07-21&quot;:3.58},{&quot;2026-07-23&quot;:4.32},{&quot;2026-07-25&quot;:4.46},{&quot;2026-07-26&quot;:4.67},{&quot;2026-07-27&quot;:4.74},{&quot;2026-07-29&quot;:5.3},{&quot;2026-07-30&quot;:5.85},{&quot;2026-07-31&quot;:5.9},{&quot;2026-08-01&quot;:6.03},{&quot;2026-08-02&quot;:6.26},{&quot;2026-08-03&quot;:6.29},{&quot;2026-08-04&quot;:6.3},{&quot;2026-08-05&quot;:6.29},{&quot;2026-08-07&quot;:6.51},{&quot;2026-08-08&quot;:6.94},{&quot;2026-08-09&quot;:7.66},{&quot;2026-08-10&quot;:8.89},{&quot;2026-08-11&quot;:9.57},{&quot;2026-08-12&quot;:10.27},{&quot;2026-08-13&quot;:11.0},{&quot;2026-08-14&quot;:11.73},{&quot;2026-08-15&quot;:12.47},{&quot;2026-08-16&quot;:13.51},{&quot;2026-08-17&quot;:14.13},{&quot;2026-08-18&quot;:14.32},{&quot;2026-08-19&quot;:14.29},{&quot;2026-08-20&quot;:14.29},{&quot;2026-08-21&quot;:13.61},{&quot;2026-08-22&quot;:13.74},{&quot;2026-08-23&quot;:14.63},{&quot;2026-08-24&quot;:15.01},{&quot;2026-08-25&quot;:15.01},{&quot;2026-08-26&quot;:15.21},{&quot;2026-08-27&quot;:15.84},{&quot;2026-08-28&quot;:16.03},{&quot;2026-08-29&quot;:16.03},{&quot;2026-08-30&quot;:16.21},{&quot;2026-08-31&quot;:16.29},{&quot;2026-09-01&quot;:16.29},{&quot;2026-09-02&quot;:15.81},{&quot;2026-09-03&quot;:15.73},{&quot;2026-09-04&quot;:15.51},{&quot;2026-09-05&quot;:15.2},{&quot;2026-09-06&quot;:15.09},{&quot;2026-09-07&quot;:15.17},{&quot;2026-09-08&quot;:15.25},{&quot;2026-09-09&quot;:15.09},{&quot;2026-09-10&quot;:15.03},{&quot;2026-09-11&quot;:15.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Drannith Magistrate
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Drannith Magistrate" src="https://cards.scryfall.io/large/front/6/e/6e6bc88e-311f-4d11-ae4f-bbd1713b4772.jpg?1783930945" />
    </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">
                $15.02
              </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">
                $24.25
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$13.50</span>
              <span class="text-xs text-grey-text">Credit: $17.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-11&quot;:25.12},{&quot;2026-06-12&quot;:25.12},{&quot;2026-06-13&quot;:25.12},{&quot;2026-06-14&quot;:25.12},{&quot;2026-06-15&quot;:25.12},{&quot;2026-06-16&quot;:25.12},{&quot;2026-06-17&quot;:25.12},{&quot;2026-06-18&quot;:25.12},{&quot;2026-06-19&quot;:25.12},{&quot;2026-06-20&quot;:25.12},{&quot;2026-06-21&quot;:25.12},{&quot;2026-06-22&quot;:25.12},{&quot;2026-06-23&quot;:25.12},{&quot;2026-06-24&quot;:25.12},{&quot;2026-06-25&quot;:25.12},{&quot;2026-06-26&quot;:25.12},{&quot;2026-06-27&quot;:25.12},{&quot;2026-06-28&quot;:25.12},{&quot;2026-06-29&quot;:24.04},{&quot;2026-06-30&quot;:24.04},{&quot;2026-07-01&quot;:24.04},{&quot;2026-07-02&quot;:24.04},{&quot;2026-07-03&quot;:24.04},{&quot;2026-07-04&quot;:24.04},{&quot;2026-07-05&quot;:24.04},{&quot;2026-07-06&quot;:24.04},{&quot;2026-07-07&quot;:24.04},{&quot;2026-07-08&quot;:24.04},{&quot;2026-07-09&quot;:24.04},{&quot;2026-07-10&quot;:24.04},{&quot;2026-07-11&quot;:24.04},{&quot;2026-07-12&quot;:24.04},{&quot;2026-07-13&quot;:24.04},{&quot;2026-07-14&quot;:24.04},{&quot;2026-07-15&quot;:24.04},{&quot;2026-07-16&quot;:24.04},{&quot;2026-07-17&quot;:24.04},{&quot;2026-07-18&quot;:24.04},{&quot;2026-07-19&quot;:24.04},{&quot;2026-07-20&quot;:24.04},{&quot;2026-07-21&quot;:24.04},{&quot;2026-07-23&quot;:24.04},{&quot;2026-07-25&quot;:24.04},{&quot;2026-07-26&quot;:24.04},{&quot;2026-07-27&quot;:24.04},{&quot;2026-07-28&quot;:24.04},{&quot;2026-07-29&quot;:24.04},{&quot;2026-07-30&quot;:24.04},{&quot;2026-07-31&quot;:24.2},{&quot;2026-08-01&quot;:24.2},{&quot;2026-08-02&quot;:24.2},{&quot;2026-08-03&quot;:24.2},{&quot;2026-08-04&quot;:24.2},{&quot;2026-08-05&quot;:24.2},{&quot;2026-08-07&quot;:24.2},{&quot;2026-08-08&quot;:24.2},{&quot;2026-08-09&quot;:24.2},{&quot;2026-08-10&quot;:24.2},{&quot;2026-08-11&quot;:24.2},{&quot;2026-08-12&quot;:24.2},{&quot;2026-08-13&quot;:24.2},{&quot;2026-08-14&quot;:24.63},{&quot;2026-08-15&quot;:24.63},{&quot;2026-08-16&quot;:24.63},{&quot;2026-08-17&quot;:23.83},{&quot;2026-08-18&quot;:23.83},{&quot;2026-08-19&quot;:23.83},{&quot;2026-08-20&quot;:23.83},{&quot;2026-08-21&quot;:23.83},{&quot;2026-08-22&quot;:23.83},{&quot;2026-08-23&quot;:23.83},{&quot;2026-08-24&quot;:23.83},{&quot;2026-08-25&quot;:23.83},{&quot;2026-08-26&quot;:23.83},{&quot;2026-08-27&quot;:23.83},{&quot;2026-08-28&quot;:24.99},{&quot;2026-08-29&quot;:24.99},{&quot;2026-08-30&quot;:25.32},{&quot;2026-08-31&quot;:24.25},{&quot;2026-09-01&quot;:24.25},{&quot;2026-09-02&quot;:24.25},{&quot;2026-09-03&quot;:24.25},{&quot;2026-09-04&quot;:24.25},{&quot;2026-09-05&quot;:24.25},{&quot;2026-09-06&quot;:24.25},{&quot;2026-09-07&quot;:24.25},{&quot;2026-09-08&quot;:24.25},{&quot;2026-09-09&quot;:24.25},{&quot;2026-09-10&quot;:24.25},{&quot;2026-09-11&quot;:24.25}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:14.61},{&quot;2026-06-12&quot;:14.8},{&quot;2026-06-13&quot;:14.76},{&quot;2026-06-14&quot;:14.76},{&quot;2026-06-15&quot;:14.76},{&quot;2026-06-16&quot;:14.76},{&quot;2026-06-17&quot;:14.74},{&quot;2026-06-18&quot;:14.74},{&quot;2026-06-19&quot;:14.74},{&quot;2026-06-20&quot;:14.74},{&quot;2026-06-21&quot;:14.74},{&quot;2026-06-22&quot;:14.74},{&quot;2026-06-23&quot;:14.72},{&quot;2026-06-24&quot;:14.72},{&quot;2026-06-25&quot;:14.72},{&quot;2026-06-26&quot;:14.72},{&quot;2026-06-27&quot;:14.81},{&quot;2026-06-28&quot;:14.81},{&quot;2026-06-29&quot;:14.81},{&quot;2026-06-30&quot;:14.81},{&quot;2026-07-01&quot;:14.81},{&quot;2026-07-02&quot;:14.81},{&quot;2026-07-03&quot;:14.81},{&quot;2026-07-04&quot;:14.81},{&quot;2026-07-05&quot;:14.81},{&quot;2026-07-06&quot;:14.84},{&quot;2026-07-07&quot;:14.84},{&quot;2026-07-08&quot;:14.84},{&quot;2026-07-09&quot;:14.84},{&quot;2026-07-10&quot;:14.84},{&quot;2026-07-11&quot;:14.84},{&quot;2026-07-12&quot;:14.84},{&quot;2026-07-13&quot;:14.84},{&quot;2026-07-14&quot;:14.84},{&quot;2026-07-15&quot;:14.84},{&quot;2026-07-16&quot;:14.94},{&quot;2026-07-17&quot;:14.94},{&quot;2026-07-18&quot;:14.94},{&quot;2026-07-19&quot;:14.94},{&quot;2026-07-20&quot;:14.94},{&quot;2026-07-21&quot;:14.94},{&quot;2026-07-23&quot;:14.94},{&quot;2026-07-25&quot;:14.94},{&quot;2026-07-26&quot;:15.08},{&quot;2026-07-27&quot;:15.08},{&quot;2026-07-28&quot;:15.08},{&quot;2026-07-29&quot;:15.02},{&quot;2026-07-30&quot;:15.02},{&quot;2026-07-31&quot;:15.02},{&quot;2026-08-01&quot;:15.02},{&quot;2026-08-02&quot;:15.02},{&quot;2026-08-03&quot;:15.02},{&quot;2026-08-04&quot;:15.02},{&quot;2026-08-05&quot;:15.02},{&quot;2026-08-07&quot;:15.02},{&quot;2026-08-08&quot;:15.02},{&quot;2026-08-09&quot;:15.02},{&quot;2026-08-10&quot;:15.02},{&quot;2026-08-11&quot;:15.02},{&quot;2026-08-12&quot;:15.02},{&quot;2026-08-13&quot;:15.02},{&quot;2026-08-14&quot;:15.02},{&quot;2026-08-15&quot;:15.02},{&quot;2026-08-16&quot;:15.02},{&quot;2026-08-17&quot;:15.02},{&quot;2026-08-18&quot;:15.02},{&quot;2026-08-19&quot;:15.02},{&quot;2026-08-20&quot;:15.02},{&quot;2026-08-21&quot;:15.02},{&quot;2026-08-22&quot;:15.02},{&quot;2026-08-23&quot;:15.02},{&quot;2026-08-24&quot;:15.02},{&quot;2026-08-25&quot;:15.02},{&quot;2026-08-26&quot;:15.02},{&quot;2026-08-27&quot;:15.02},{&quot;2026-08-28&quot;:15.02},{&quot;2026-08-29&quot;:15.02},{&quot;2026-08-30&quot;:15.02},{&quot;2026-08-31&quot;:15.02},{&quot;2026-09-01&quot;:15.02},{&quot;2026-09-02&quot;:15.02},{&quot;2026-09-03&quot;:15.02},{&quot;2026-09-04&quot;:15.02},{&quot;2026-09-05&quot;:15.02},{&quot;2026-09-06&quot;:15.02},{&quot;2026-09-07&quot;:15.02},{&quot;2026-09-08&quot;:15.02},{&quot;2026-09-09&quot;:15.02},{&quot;2026-09-10&quot;:15.02},{&quot;2026-09-11&quot;:15.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="87360"
  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">
            Sundial of the Infinite
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sundial of the Infinite" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d77b771d-9c7e-43b1-ac23-849ca882113b.jpg?1783931238" />

        <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">
            Sundial of the Infinite
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sundial of the Infinite" src="https://cards.scryfall.io/large/front/d/7/d77b771d-9c7e-43b1-ac23-849ca882113b.jpg?1783931238" />
    </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">
                $14.93
              </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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:19.31},{&quot;2026-06-14&quot;:19.5},{&quot;2026-06-15&quot;:19.24},{&quot;2026-06-16&quot;:19.24},{&quot;2026-06-17&quot;:19.24},{&quot;2026-06-18&quot;:19.24},{&quot;2026-06-19&quot;:19.24},{&quot;2026-06-20&quot;:19.24},{&quot;2026-06-21&quot;:19.31},{&quot;2026-06-22&quot;:19.31},{&quot;2026-06-23&quot;:19.38},{&quot;2026-06-24&quot;:19.38},{&quot;2026-06-25&quot;:19.42},{&quot;2026-06-26&quot;:19.42},{&quot;2026-06-27&quot;:19.42},{&quot;2026-06-28&quot;:19.42},{&quot;2026-06-29&quot;:19.42},{&quot;2026-06-30&quot;:19.42},{&quot;2026-07-01&quot;:19.06},{&quot;2026-07-02&quot;:19.03},{&quot;2026-07-03&quot;:19.03},{&quot;2026-07-04&quot;:18.78},{&quot;2026-07-05&quot;:18.04},{&quot;2026-07-06&quot;:18.04},{&quot;2026-07-07&quot;:17.73},{&quot;2026-07-08&quot;:17.67},{&quot;2026-07-09&quot;:17.67},{&quot;2026-07-10&quot;:17.39},{&quot;2026-07-11&quot;:17.09},{&quot;2026-07-12&quot;:17.07},{&quot;2026-07-13&quot;:17.07},{&quot;2026-07-14&quot;:16.04},{&quot;2026-07-15&quot;:16.04},{&quot;2026-07-16&quot;:15.95},{&quot;2026-07-17&quot;:16.0},{&quot;2026-07-18&quot;:15.8},{&quot;2026-07-19&quot;:15.8},{&quot;2026-07-20&quot;:15.8},{&quot;2026-07-21&quot;:15.8},{&quot;2026-07-22&quot;:15.8},{&quot;2026-07-23&quot;:15.8},{&quot;2026-07-24&quot;:15.41},{&quot;2026-07-25&quot;:15.2},{&quot;2026-07-26&quot;:15.05},{&quot;2026-07-27&quot;:14.96},{&quot;2026-07-28&quot;:14.73},{&quot;2026-07-29&quot;:14.73},{&quot;2026-07-30&quot;:14.73},{&quot;2026-07-31&quot;:14.54},{&quot;2026-08-01&quot;:14.54},{&quot;2026-08-02&quot;:14.54},{&quot;2026-08-03&quot;:14.83},{&quot;2026-08-04&quot;:14.65},{&quot;2026-08-05&quot;:14.65},{&quot;2026-08-07&quot;:14.65},{&quot;2026-08-08&quot;:14.65},{&quot;2026-08-09&quot;:14.65},{&quot;2026-08-10&quot;:14.73},{&quot;2026-08-11&quot;:14.73},{&quot;2026-08-12&quot;:14.58},{&quot;2026-08-13&quot;:14.58},{&quot;2026-08-14&quot;:14.8},{&quot;2026-08-15&quot;:14.8},{&quot;2026-08-16&quot;:14.8},{&quot;2026-08-17&quot;:14.8},{&quot;2026-08-18&quot;:14.8},{&quot;2026-08-19&quot;:14.8},{&quot;2026-08-20&quot;:14.8},{&quot;2026-08-21&quot;:14.8},{&quot;2026-08-22&quot;:14.8},{&quot;2026-08-23&quot;:14.8},{&quot;2026-08-24&quot;:14.8},{&quot;2026-08-25&quot;:14.8},{&quot;2026-08-26&quot;:14.8},{&quot;2026-08-27&quot;:14.8},{&quot;2026-08-28&quot;:14.8},{&quot;2026-08-29&quot;:14.8},{&quot;2026-08-30&quot;:14.8},{&quot;2026-08-31&quot;:14.89},{&quot;2026-09-01&quot;:14.89},{&quot;2026-09-02&quot;:14.97},{&quot;2026-09-03&quot;:14.97},{&quot;2026-09-04&quot;:14.97},{&quot;2026-09-05&quot;:14.93},{&quot;2026-09-06&quot;:14.93},{&quot;2026-09-07&quot;:14.93},{&quot;2026-09-08&quot;:14.93},{&quot;2026-09-09&quot;:14.93},{&quot;2026-09-10&quot;:14.93},{&quot;2026-09-11&quot;:14.93}],&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="80021"
  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">
            Pyrohemia
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.89
          </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="Pyrohemia" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a592660b-4d1a-4e83-8359-80bdd5b53506.jpg?1783910189" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Pyrohemia" src="https://cards.scryfall.io/large/front/a/5/a592660b-4d1a-4e83-8359-80bdd5b53506.jpg?1783910189" />
    </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">
                $14.89
              </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">$9.50</span>
              <span class="text-xs text-grey-text">Credit: $12.35</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.02},{&quot;2026-06-13&quot;:6.16},{&quot;2026-06-14&quot;:6.17},{&quot;2026-06-15&quot;:6.57},{&quot;2026-06-16&quot;:6.54},{&quot;2026-06-17&quot;:6.33},{&quot;2026-06-18&quot;:6.59},{&quot;2026-06-19&quot;:6.57},{&quot;2026-06-20&quot;:7.02},{&quot;2026-06-21&quot;:7.02},{&quot;2026-06-22&quot;:7.04},{&quot;2026-06-23&quot;:7.05},{&quot;2026-06-24&quot;:7.03},{&quot;2026-06-25&quot;:7.32},{&quot;2026-06-26&quot;:7.51},{&quot;2026-06-27&quot;:7.33},{&quot;2026-06-28&quot;:7.28},{&quot;2026-06-29&quot;:7.23},{&quot;2026-06-30&quot;:7.35},{&quot;2026-07-01&quot;:7.57},{&quot;2026-07-02&quot;:7.75},{&quot;2026-07-03&quot;:7.46},{&quot;2026-07-04&quot;:7.52},{&quot;2026-07-05&quot;:7.58},{&quot;2026-07-06&quot;:8.04},{&quot;2026-07-07&quot;:8.89},{&quot;2026-07-08&quot;:9.5},{&quot;2026-07-09&quot;:10.0},{&quot;2026-07-10&quot;:10.26},{&quot;2026-07-11&quot;:10.26},{&quot;2026-07-12&quot;:10.55},{&quot;2026-07-13&quot;:10.46},{&quot;2026-07-14&quot;:10.31},{&quot;2026-07-15&quot;:10.31},{&quot;2026-07-16&quot;:10.44},{&quot;2026-07-17&quot;:10.61},{&quot;2026-07-18&quot;:11.13},{&quot;2026-07-19&quot;:11.26},{&quot;2026-07-20&quot;:10.44},{&quot;2026-07-21&quot;:9.64},{&quot;2026-07-23&quot;:8.75},{&quot;2026-07-24&quot;:9.03},{&quot;2026-07-25&quot;:9.21},{&quot;2026-07-26&quot;:9.22},{&quot;2026-07-27&quot;:9.6},{&quot;2026-07-28&quot;:9.66},{&quot;2026-07-29&quot;:9.66},{&quot;2026-07-30&quot;:9.67},{&quot;2026-07-31&quot;:10.86},{&quot;2026-08-01&quot;:10.89},{&quot;2026-08-02&quot;:10.95},{&quot;2026-08-03&quot;:11.41},{&quot;2026-08-04&quot;:11.46},{&quot;2026-08-05&quot;:11.46},{&quot;2026-08-07&quot;:11.45},{&quot;2026-08-08&quot;:11.78},{&quot;2026-08-09&quot;:11.48},{&quot;2026-08-10&quot;:11.13},{&quot;2026-08-11&quot;:10.97},{&quot;2026-08-12&quot;:10.93},{&quot;2026-08-13&quot;:10.86},{&quot;2026-08-14&quot;:11.2},{&quot;2026-08-15&quot;:11.66},{&quot;2026-08-16&quot;:11.76},{&quot;2026-08-17&quot;:11.9},{&quot;2026-08-18&quot;:12.19},{&quot;2026-08-19&quot;:12.01},{&quot;2026-08-20&quot;:12.01},{&quot;2026-08-21&quot;:12.24},{&quot;2026-08-22&quot;:12.91},{&quot;2026-08-23&quot;:13.0},{&quot;2026-08-24&quot;:13.0},{&quot;2026-08-25&quot;:13.19},{&quot;2026-08-26&quot;:13.69},{&quot;2026-08-27&quot;:13.64},{&quot;2026-08-28&quot;:13.88},{&quot;2026-08-29&quot;:13.88},{&quot;2026-08-30&quot;:13.83},{&quot;2026-08-31&quot;:14.8},{&quot;2026-09-01&quot;:14.71},{&quot;2026-09-02&quot;:14.71},{&quot;2026-09-03&quot;:14.73},{&quot;2026-09-04&quot;:15.15},{&quot;2026-09-05&quot;:15.13},{&quot;2026-09-06&quot;:15.1},{&quot;2026-09-07&quot;:15.26},{&quot;2026-09-08&quot;:15.49},{&quot;2026-09-09&quot;:15.49},{&quot;2026-09-10&quot;:15.11},{&quot;2026-09-11&quot;:14.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53642"
  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">
            Bear Umbra
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.88
          </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="Bear Umbra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a195fb1-f2e9-4e05-8a04-c335e1afbef6.jpg?1783923955" />

        <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">
            Bear Umbra
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bear Umbra" src="https://cards.scryfall.io/large/front/5/a/5a195fb1-f2e9-4e05-8a04-c335e1afbef6.jpg?1783923955" />
    </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">
                $14.88
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.65},{&quot;2026-06-14&quot;:10.5},{&quot;2026-06-15&quot;:10.56},{&quot;2026-06-16&quot;:10.61},{&quot;2026-06-17&quot;:10.56},{&quot;2026-06-18&quot;:10.39},{&quot;2026-06-19&quot;:9.45},{&quot;2026-06-20&quot;:9.84},{&quot;2026-06-21&quot;:9.66},{&quot;2026-06-22&quot;:9.81},{&quot;2026-06-23&quot;:9.37},{&quot;2026-06-24&quot;:9.92},{&quot;2026-06-25&quot;:10.79},{&quot;2026-06-26&quot;:10.56},{&quot;2026-06-27&quot;:10.53},{&quot;2026-06-28&quot;:10.46},{&quot;2026-06-29&quot;:10.43},{&quot;2026-06-30&quot;:10.68},{&quot;2026-07-01&quot;:10.9},{&quot;2026-07-02&quot;:10.61},{&quot;2026-07-03&quot;:10.41},{&quot;2026-07-04&quot;:10.91},{&quot;2026-07-05&quot;:11.12},{&quot;2026-07-06&quot;:11.48},{&quot;2026-07-07&quot;:11.12},{&quot;2026-07-08&quot;:11.47},{&quot;2026-07-09&quot;:11.05},{&quot;2026-07-10&quot;:10.73},{&quot;2026-07-11&quot;:10.82},{&quot;2026-07-12&quot;:10.92},{&quot;2026-07-13&quot;:10.79},{&quot;2026-07-14&quot;:11.04},{&quot;2026-07-15&quot;:10.91},{&quot;2026-07-16&quot;:11.18},{&quot;2026-07-17&quot;:11.12},{&quot;2026-07-18&quot;:11.26},{&quot;2026-07-19&quot;:11.42},{&quot;2026-07-20&quot;:11.44},{&quot;2026-07-21&quot;:11.83},{&quot;2026-07-22&quot;:11.78},{&quot;2026-07-23&quot;:11.78},{&quot;2026-07-24&quot;:11.91},{&quot;2026-07-25&quot;:11.93},{&quot;2026-07-26&quot;:12.09},{&quot;2026-07-27&quot;:12.23},{&quot;2026-07-28&quot;:12.11},{&quot;2026-07-29&quot;:12.08},{&quot;2026-07-30&quot;:11.88},{&quot;2026-07-31&quot;:11.75},{&quot;2026-08-01&quot;:11.91},{&quot;2026-08-02&quot;:11.82},{&quot;2026-08-03&quot;:11.77},{&quot;2026-08-04&quot;:11.68},{&quot;2026-08-05&quot;:11.59},{&quot;2026-08-07&quot;:11.66},{&quot;2026-08-08&quot;:11.77},{&quot;2026-08-09&quot;:11.65},{&quot;2026-08-10&quot;:12.2},{&quot;2026-08-11&quot;:12.36},{&quot;2026-08-12&quot;:12.26},{&quot;2026-08-13&quot;:12.26},{&quot;2026-08-14&quot;:12.17},{&quot;2026-08-15&quot;:12.53},{&quot;2026-08-16&quot;:12.57},{&quot;2026-08-17&quot;:12.43},{&quot;2026-08-18&quot;:12.17},{&quot;2026-08-19&quot;:12.49},{&quot;2026-08-20&quot;:12.52},{&quot;2026-08-21&quot;:12.52},{&quot;2026-08-22&quot;:12.52},{&quot;2026-08-23&quot;:13.07},{&quot;2026-08-24&quot;:13.61},{&quot;2026-08-25&quot;:13.58},{&quot;2026-08-26&quot;:13.41},{&quot;2026-08-27&quot;:13.88},{&quot;2026-08-28&quot;:14.0},{&quot;2026-08-29&quot;:14.0},{&quot;2026-08-30&quot;:14.64},{&quot;2026-08-31&quot;:14.86},{&quot;2026-09-01&quot;:15.33},{&quot;2026-09-02&quot;:15.12},{&quot;2026-09-03&quot;:16.57},{&quot;2026-09-04&quot;:16.33},{&quot;2026-09-05&quot;:16.02},{&quot;2026-09-06&quot;:15.64},{&quot;2026-09-07&quot;:15.4},{&quot;2026-09-08&quot;:15.1},{&quot;2026-09-09&quot;:14.93},{&quot;2026-09-10&quot;:15.0},{&quot;2026-09-11&quot;:14.88}]}"
        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="79946"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.84
          </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="Optimus Prime, Hero // Optimus Prime, Autobot Leader" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/0/f04ed2cc-aae1-400b-9cc5-5d4e3e3dd714.jpg?1783919902" />

        <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">
            Optimus Prime, 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 Artifact Creature — Robot</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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"
    >
        <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="Optimus Prime, Hero // Optimus Prime, Autobot Leader" src="https://cards.scryfall.io/large/front/f/0/f04ed2cc-aae1-400b-9cc5-5d4e3e3dd714.jpg?1783919902" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Optimus Prime, Hero // Optimus Prime, Autobot Leader" src="https://cards.scryfall.io/large/back/f/0/f04ed2cc-aae1-400b-9cc5-5d4e3e3dd714.jpg?1783919902" />
              </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">
                $14.84
              </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">
                $29.25
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.75},{&quot;2026-06-14&quot;:5.78},{&quot;2026-06-15&quot;:5.67},{&quot;2026-06-16&quot;:5.67},{&quot;2026-06-17&quot;:5.63},{&quot;2026-06-18&quot;:5.63},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.56},{&quot;2026-06-21&quot;:5.66},{&quot;2026-06-22&quot;:5.66},{&quot;2026-06-23&quot;:5.66},{&quot;2026-06-24&quot;:5.66},{&quot;2026-06-25&quot;:5.66},{&quot;2026-06-26&quot;:5.65},{&quot;2026-06-27&quot;:5.73},{&quot;2026-06-28&quot;:5.75},{&quot;2026-06-29&quot;:5.75},{&quot;2026-06-30&quot;:5.75},{&quot;2026-07-01&quot;:5.75},{&quot;2026-07-02&quot;:5.79},{&quot;2026-07-03&quot;:5.79},{&quot;2026-07-04&quot;:5.79},{&quot;2026-07-05&quot;:5.79},{&quot;2026-07-06&quot;:5.79},{&quot;2026-07-07&quot;:5.82},{&quot;2026-07-08&quot;:5.82},{&quot;2026-07-09&quot;:5.82},{&quot;2026-07-10&quot;:5.82},{&quot;2026-07-11&quot;:5.79},{&quot;2026-07-12&quot;:5.79},{&quot;2026-07-13&quot;:5.79},{&quot;2026-07-14&quot;:5.79},{&quot;2026-07-15&quot;:5.79},{&quot;2026-07-16&quot;:5.8},{&quot;2026-07-17&quot;:5.73},{&quot;2026-07-18&quot;:5.73},{&quot;2026-07-19&quot;:5.73},{&quot;2026-07-20&quot;:5.73},{&quot;2026-07-21&quot;:5.73},{&quot;2026-07-22&quot;:5.66},{&quot;2026-07-23&quot;:5.6},{&quot;2026-07-24&quot;:5.58},{&quot;2026-07-25&quot;:5.6},{&quot;2026-07-26&quot;:5.6},{&quot;2026-07-27&quot;:5.63},{&quot;2026-07-28&quot;:5.63},{&quot;2026-07-29&quot;:5.63},{&quot;2026-07-30&quot;:5.63},{&quot;2026-07-31&quot;:5.69},{&quot;2026-08-01&quot;:5.69},{&quot;2026-08-02&quot;:5.69},{&quot;2026-08-03&quot;:5.68},{&quot;2026-08-04&quot;:5.68},{&quot;2026-08-05&quot;:5.7},{&quot;2026-08-07&quot;:5.73},{&quot;2026-08-08&quot;:5.73},{&quot;2026-08-09&quot;:5.76},{&quot;2026-08-10&quot;:5.76},{&quot;2026-08-11&quot;:5.76},{&quot;2026-08-12&quot;:5.76},{&quot;2026-08-13&quot;:5.71},{&quot;2026-08-14&quot;:5.71},{&quot;2026-08-15&quot;:5.72},{&quot;2026-08-16&quot;:5.6},{&quot;2026-08-17&quot;:5.6},{&quot;2026-08-18&quot;:5.6},{&quot;2026-08-19&quot;:5.62},{&quot;2026-08-20&quot;:5.62},{&quot;2026-08-21&quot;:5.62},{&quot;2026-08-22&quot;:5.61},{&quot;2026-08-23&quot;:5.61},{&quot;2026-08-24&quot;:5.61},{&quot;2026-08-25&quot;:5.61},{&quot;2026-08-26&quot;:5.69},{&quot;2026-08-27&quot;:5.71},{&quot;2026-08-28&quot;:8.97},{&quot;2026-08-29&quot;:8.97},{&quot;2026-08-30&quot;:16.05},{&quot;2026-08-31&quot;:20.3},{&quot;2026-09-01&quot;:23.52},{&quot;2026-09-02&quot;:24.17},{&quot;2026-09-03&quot;:24.17},{&quot;2026-09-04&quot;:24.61},{&quot;2026-09-05&quot;:26.32},{&quot;2026-09-06&quot;:26.32},{&quot;2026-09-07&quot;:26.32},{&quot;2026-09-08&quot;:28.23},{&quot;2026-09-09&quot;:28.72},{&quot;2026-09-10&quot;:29.25},{&quot;2026-09-11&quot;:29.25}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.56},{&quot;2026-06-14&quot;:4.18},{&quot;2026-06-15&quot;:4.04},{&quot;2026-06-16&quot;:3.85},{&quot;2026-06-17&quot;:3.6},{&quot;2026-06-18&quot;:3.34},{&quot;2026-06-19&quot;:3.19},{&quot;2026-06-20&quot;:2.98},{&quot;2026-06-21&quot;:2.91},{&quot;2026-06-22&quot;:3.01},{&quot;2026-06-23&quot;:2.98},{&quot;2026-06-24&quot;:2.91},{&quot;2026-06-25&quot;:3.08},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.22},{&quot;2026-06-28&quot;:3.2},{&quot;2026-06-29&quot;:3.25},{&quot;2026-06-30&quot;:3.17},{&quot;2026-07-01&quot;:3.35},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.1},{&quot;2026-07-04&quot;:2.96},{&quot;2026-07-05&quot;:3.01},{&quot;2026-07-06&quot;:2.93},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:3.02},{&quot;2026-07-10&quot;:3.12},{&quot;2026-07-11&quot;:3.27},{&quot;2026-07-12&quot;:3.41},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.55},{&quot;2026-07-15&quot;:3.54},{&quot;2026-07-16&quot;:3.57},{&quot;2026-07-17&quot;:3.79},{&quot;2026-07-18&quot;:3.79},{&quot;2026-07-19&quot;:3.79},{&quot;2026-07-20&quot;:3.8},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-22&quot;:3.61},{&quot;2026-07-23&quot;:3.53},{&quot;2026-07-24&quot;:3.47},{&quot;2026-07-25&quot;:3.5},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.29},{&quot;2026-07-28&quot;:3.37},{&quot;2026-07-29&quot;:3.58},{&quot;2026-07-30&quot;:3.67},{&quot;2026-07-31&quot;:3.63},{&quot;2026-08-01&quot;:3.63},{&quot;2026-08-02&quot;:3.63},{&quot;2026-08-03&quot;:3.64},{&quot;2026-08-04&quot;:3.58},{&quot;2026-08-05&quot;:3.54},{&quot;2026-08-07&quot;:3.48},{&quot;2026-08-08&quot;:3.5},{&quot;2026-08-09&quot;:3.47},{&quot;2026-08-10&quot;:3.43},{&quot;2026-08-11&quot;:3.4},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.42},{&quot;2026-08-14&quot;:3.57},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.53},{&quot;2026-08-17&quot;:3.71},{&quot;2026-08-18&quot;:3.72},{&quot;2026-08-19&quot;:3.81},{&quot;2026-08-20&quot;:4.03},{&quot;2026-08-21&quot;:3.93},{&quot;2026-08-22&quot;:3.78},{&quot;2026-08-23&quot;:3.86},{&quot;2026-08-24&quot;:3.93},{&quot;2026-08-25&quot;:4.05},{&quot;2026-08-26&quot;:3.9},{&quot;2026-08-27&quot;:4.13},{&quot;2026-08-28&quot;:5.27},{&quot;2026-08-29&quot;:5.27},{&quot;2026-08-30&quot;:8.37},{&quot;2026-08-31&quot;:9.85},{&quot;2026-09-01&quot;:11.87},{&quot;2026-09-02&quot;:14.91},{&quot;2026-09-03&quot;:15.58},{&quot;2026-09-04&quot;:13.4},{&quot;2026-09-05&quot;:14.25},{&quot;2026-09-06&quot;:14.22},{&quot;2026-09-07&quot;:15.07},{&quot;2026-09-08&quot;:15.59},{&quot;2026-09-09&quot;:15.35},{&quot;2026-09-10&quot;:15.33},{&quot;2026-09-11&quot;:14.84}]}"
        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="46269"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Tribute to the World Tree
        </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">
            $14.81
          </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="Tribute to the World Tree" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/0/c0cdeaba-fc21-44e6-bf99-aa1ff379401b.jpg?1783916960" />

        <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">
            Tribute to the World Tree
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Tribute to the World Tree" src="https://cards.scryfall.io/large/front/c/0/c0cdeaba-fc21-44e6-bf99-aa1ff379401b.jpg?1783916960" />
    </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">
                $14.81
              </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">
                $17.88
              </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">$15.50</span>
              <span class="text-xs text-grey-text">Credit: $20.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:14.5},{&quot;2026-06-14&quot;:14.4},{&quot;2026-06-15&quot;:14.32},{&quot;2026-06-16&quot;:14.32},{&quot;2026-06-17&quot;:14.43},{&quot;2026-06-18&quot;:14.43},{&quot;2026-06-19&quot;:14.43},{&quot;2026-06-20&quot;:14.43},{&quot;2026-06-21&quot;:14.43},{&quot;2026-06-22&quot;:14.18},{&quot;2026-06-23&quot;:14.18},{&quot;2026-06-24&quot;:14.18},{&quot;2026-06-25&quot;:14.22},{&quot;2026-06-26&quot;:14.22},{&quot;2026-06-27&quot;:14.32},{&quot;2026-06-28&quot;:14.37},{&quot;2026-06-29&quot;:14.37},{&quot;2026-06-30&quot;:14.2},{&quot;2026-07-01&quot;:14.13},{&quot;2026-07-02&quot;:14.13},{&quot;2026-07-03&quot;:14.03},{&quot;2026-07-04&quot;:14.03},{&quot;2026-07-05&quot;:14.03},{&quot;2026-07-06&quot;:14.03},{&quot;2026-07-07&quot;:14.04},{&quot;2026-07-08&quot;:14.04},{&quot;2026-07-09&quot;:14.23},{&quot;2026-07-10&quot;:14.23},{&quot;2026-07-11&quot;:14.23},{&quot;2026-07-12&quot;:14.22},{&quot;2026-07-13&quot;:14.29},{&quot;2026-07-14&quot;:14.28},{&quot;2026-07-15&quot;:14.28},{&quot;2026-07-16&quot;:14.28},{&quot;2026-07-17&quot;:14.28},{&quot;2026-07-18&quot;:14.28},{&quot;2026-07-19&quot;:14.35},{&quot;2026-07-20&quot;:14.27},{&quot;2026-07-21&quot;:14.43},{&quot;2026-07-22&quot;:14.66},{&quot;2026-07-23&quot;:14.73},{&quot;2026-07-24&quot;:14.86},{&quot;2026-07-25&quot;:14.86},{&quot;2026-07-26&quot;:14.86},{&quot;2026-07-27&quot;:14.86},{&quot;2026-07-28&quot;:14.86},{&quot;2026-07-29&quot;:14.86},{&quot;2026-07-30&quot;:14.88},{&quot;2026-07-31&quot;:14.88},{&quot;2026-08-01&quot;:14.86},{&quot;2026-08-02&quot;:15.07},{&quot;2026-08-03&quot;:15.04},{&quot;2026-08-04&quot;:15.24},{&quot;2026-08-05&quot;:15.35},{&quot;2026-08-07&quot;:15.45},{&quot;2026-08-08&quot;:15.28},{&quot;2026-08-09&quot;:15.45},{&quot;2026-08-10&quot;:15.44},{&quot;2026-08-11&quot;:15.4},{&quot;2026-08-12&quot;:15.46},{&quot;2026-08-13&quot;:15.4},{&quot;2026-08-14&quot;:15.33},{&quot;2026-08-15&quot;:15.33},{&quot;2026-08-16&quot;:15.29},{&quot;2026-08-17&quot;:15.29},{&quot;2026-08-18&quot;:15.53},{&quot;2026-08-19&quot;:15.7},{&quot;2026-08-20&quot;:15.66},{&quot;2026-08-21&quot;:15.45},{&quot;2026-08-22&quot;:15.45},{&quot;2026-08-23&quot;:15.45},{&quot;2026-08-24&quot;:15.65},{&quot;2026-08-25&quot;:15.86},{&quot;2026-08-26&quot;:15.78},{&quot;2026-08-27&quot;:15.78},{&quot;2026-08-28&quot;:15.85},{&quot;2026-08-29&quot;:15.85},{&quot;2026-08-30&quot;:15.93},{&quot;2026-08-31&quot;:16.12},{&quot;2026-09-01&quot;:16.37},{&quot;2026-09-02&quot;:16.55},{&quot;2026-09-03&quot;:16.97},{&quot;2026-09-04&quot;:16.97},{&quot;2026-09-05&quot;:16.97},{&quot;2026-09-06&quot;:16.97},{&quot;2026-09-07&quot;:17.92},{&quot;2026-09-08&quot;:17.88},{&quot;2026-09-09&quot;:17.88},{&quot;2026-09-10&quot;:17.88},{&quot;2026-09-11&quot;:17.88}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:12.85},{&quot;2026-06-14&quot;:12.93},{&quot;2026-06-15&quot;:13.25},{&quot;2026-06-16&quot;:13.49},{&quot;2026-06-17&quot;:13.57},{&quot;2026-06-18&quot;:13.49},{&quot;2026-06-19&quot;:13.54},{&quot;2026-06-20&quot;:13.37},{&quot;2026-06-21&quot;:13.17},{&quot;2026-06-22&quot;:13.14},{&quot;2026-06-23&quot;:13.14},{&quot;2026-06-24&quot;:13.11},{&quot;2026-06-25&quot;:12.94},{&quot;2026-06-26&quot;:12.82},{&quot;2026-06-27&quot;:12.87},{&quot;2026-06-28&quot;:12.72},{&quot;2026-06-29&quot;:12.78},{&quot;2026-06-30&quot;:12.63},{&quot;2026-07-01&quot;:12.72},{&quot;2026-07-02&quot;:12.56},{&quot;2026-07-03&quot;:12.39},{&quot;2026-07-04&quot;:12.7},{&quot;2026-07-05&quot;:12.5},{&quot;2026-07-06&quot;:12.61},{&quot;2026-07-07&quot;:12.83},{&quot;2026-07-08&quot;:12.57},{&quot;2026-07-09&quot;:12.69},{&quot;2026-07-10&quot;:12.72},{&quot;2026-07-11&quot;:13.0},{&quot;2026-07-12&quot;:12.61},{&quot;2026-07-13&quot;:12.61},{&quot;2026-07-14&quot;:12.58},{&quot;2026-07-15&quot;:12.49},{&quot;2026-07-16&quot;:12.87},{&quot;2026-07-17&quot;:13.14},{&quot;2026-07-18&quot;:13.75},{&quot;2026-07-19&quot;:13.83},{&quot;2026-07-20&quot;:14.25},{&quot;2026-07-21&quot;:14.66},{&quot;2026-07-22&quot;:14.68},{&quot;2026-07-23&quot;:14.68},{&quot;2026-07-24&quot;:14.5},{&quot;2026-07-25&quot;:14.31},{&quot;2026-07-26&quot;:13.97},{&quot;2026-07-27&quot;:13.96},{&quot;2026-07-28&quot;:13.76},{&quot;2026-07-29&quot;:13.52},{&quot;2026-07-30&quot;:12.8},{&quot;2026-07-31&quot;:12.14},{&quot;2026-08-01&quot;:12.25},{&quot;2026-08-02&quot;:12.7},{&quot;2026-08-03&quot;:13.31},{&quot;2026-08-04&quot;:13.2},{&quot;2026-08-05&quot;:13.07},{&quot;2026-08-07&quot;:13.11},{&quot;2026-08-08&quot;:13.38},{&quot;2026-08-09&quot;:13.39},{&quot;2026-08-10&quot;:13.56},{&quot;2026-08-11&quot;:13.41},{&quot;2026-08-12&quot;:13.52},{&quot;2026-08-13&quot;:13.53},{&quot;2026-08-14&quot;:13.31},{&quot;2026-08-15&quot;:13.45},{&quot;2026-08-16&quot;:13.66},{&quot;2026-08-17&quot;:14.04},{&quot;2026-08-18&quot;:14.27},{&quot;2026-08-19&quot;:13.62},{&quot;2026-08-20&quot;:14.0},{&quot;2026-08-21&quot;:14.08},{&quot;2026-08-22&quot;:14.24},{&quot;2026-08-23&quot;:14.12},{&quot;2026-08-24&quot;:14.58},{&quot;2026-08-25&quot;:14.22},{&quot;2026-08-26&quot;:13.69},{&quot;2026-08-27&quot;:13.6},{&quot;2026-08-28&quot;:13.27},{&quot;2026-08-29&quot;:13.27},{&quot;2026-08-30&quot;:12.51},{&quot;2026-08-31&quot;:12.56},{&quot;2026-09-01&quot;:12.94},{&quot;2026-09-02&quot;:13.53},{&quot;2026-09-03&quot;:13.36},{&quot;2026-09-04&quot;:13.68},{&quot;2026-09-05&quot;:13.94},{&quot;2026-09-06&quot;:14.57},{&quot;2026-09-07&quot;:14.09},{&quot;2026-09-08&quot;:13.88},{&quot;2026-09-09&quot;:14.7},{&quot;2026-09-10&quot;:14.61},{&quot;2026-09-11&quot;:14.81}]}"
        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="87226"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $14.79
          </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="Bear Umbra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9fe8f2a7-70cd-41e9-b87d-16dc44c21537.jpg?1783914952" />

        <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">
            Bear Umbra
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bear Umbra" src="https://cards.scryfall.io/large/front/9/f/9fe8f2a7-70cd-41e9-b87d-16dc44c21537.jpg?1783914952" />
    </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">
                $14.79
              </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">$11.00</span>
              <span class="text-xs text-grey-text">Credit: $14.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.54},{&quot;2026-06-14&quot;:10.54},{&quot;2026-06-15&quot;:10.71},{&quot;2026-06-16&quot;:10.47},{&quot;2026-06-17&quot;:10.45},{&quot;2026-06-18&quot;:10.65},{&quot;2026-06-19&quot;:10.65},{&quot;2026-06-20&quot;:10.6},{&quot;2026-06-21&quot;:10.66},{&quot;2026-06-22&quot;:10.66},{&quot;2026-06-23&quot;:10.66},{&quot;2026-06-24&quot;:10.78},{&quot;2026-06-25&quot;:11.01},{&quot;2026-06-26&quot;:10.84},{&quot;2026-06-27&quot;:10.84},{&quot;2026-06-28&quot;:11.01},{&quot;2026-06-29&quot;:11.01},{&quot;2026-06-30&quot;:11.31},{&quot;2026-07-01&quot;:11.31},{&quot;2026-07-02&quot;:11.31},{&quot;2026-07-03&quot;:11.2},{&quot;2026-07-04&quot;:11.3},{&quot;2026-07-05&quot;:11.2},{&quot;2026-07-06&quot;:11.1},{&quot;2026-07-07&quot;:10.96},{&quot;2026-07-08&quot;:10.96},{&quot;2026-07-09&quot;:10.97},{&quot;2026-07-10&quot;:10.97},{&quot;2026-07-11&quot;:10.88},{&quot;2026-07-12&quot;:11.1},{&quot;2026-07-13&quot;:11.07},{&quot;2026-07-14&quot;:11.07},{&quot;2026-07-15&quot;:10.98},{&quot;2026-07-16&quot;:10.73},{&quot;2026-07-17&quot;:10.61},{&quot;2026-07-18&quot;:10.79},{&quot;2026-07-19&quot;:10.89},{&quot;2026-07-20&quot;:11.18},{&quot;2026-07-21&quot;:11.21},{&quot;2026-07-22&quot;:11.42},{&quot;2026-07-23&quot;:11.52},{&quot;2026-07-24&quot;:11.05},{&quot;2026-07-25&quot;:11.15},{&quot;2026-07-26&quot;:11.15},{&quot;2026-07-27&quot;:11.13},{&quot;2026-07-28&quot;:11.13},{&quot;2026-07-29&quot;:11.25},{&quot;2026-07-30&quot;:11.41},{&quot;2026-07-31&quot;:11.57},{&quot;2026-08-01&quot;:11.62},{&quot;2026-08-02&quot;:11.56},{&quot;2026-08-03&quot;:11.49},{&quot;2026-08-04&quot;:11.6},{&quot;2026-08-05&quot;:11.51},{&quot;2026-08-07&quot;:11.18},{&quot;2026-08-08&quot;:11.03},{&quot;2026-08-09&quot;:11.25},{&quot;2026-08-10&quot;:11.42},{&quot;2026-08-11&quot;:11.14},{&quot;2026-08-12&quot;:11.3},{&quot;2026-08-13&quot;:11.3},{&quot;2026-08-14&quot;:10.98},{&quot;2026-08-15&quot;:11.02},{&quot;2026-08-16&quot;:11.53},{&quot;2026-08-17&quot;:12.46},{&quot;2026-08-18&quot;:12.85},{&quot;2026-08-19&quot;:12.79},{&quot;2026-08-20&quot;:13.24},{&quot;2026-08-21&quot;:13.24},{&quot;2026-08-22&quot;:13.0},{&quot;2026-08-23&quot;:13.14},{&quot;2026-08-24&quot;:12.8},{&quot;2026-08-25&quot;:12.81},{&quot;2026-08-26&quot;:12.84},{&quot;2026-08-27&quot;:12.9},{&quot;2026-08-28&quot;:12.98},{&quot;2026-08-29&quot;:12.98},{&quot;2026-08-30&quot;:12.99},{&quot;2026-08-31&quot;:13.46},{&quot;2026-09-01&quot;:13.48},{&quot;2026-09-02&quot;:13.3},{&quot;2026-09-03&quot;:13.3},{&quot;2026-09-04&quot;:13.75},{&quot;2026-09-05&quot;:13.88},{&quot;2026-09-06&quot;:13.78},{&quot;2026-09-07&quot;:14.24},{&quot;2026-09-08&quot;:13.84},{&quot;2026-09-09&quot;:14.67},{&quot;2026-09-10&quot;:14.68},{&quot;2026-09-11&quot;:14.79}]}"
        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="10927"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c21 ss-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">
            Thousand-Year Elixir
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.74
          </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="Thousand-Year Elixir" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/95c2d832-5244-4236-81d5-2920aa2e281e.jpg?1783927502" />

        <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">
            Thousand-Year Elixir
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Thousand-Year Elixir" src="https://cards.scryfall.io/large/front/9/5/95c2d832-5244-4236-81d5-2920aa2e281e.jpg?1783927502" />
    </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">
                $14.74
              </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">$15.00</span>
              <span class="text-xs text-grey-text">Credit: $19.50</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:15.68},{&quot;2026-06-11&quot;:15.51},{&quot;2026-06-12&quot;:15.41},{&quot;2026-06-13&quot;:15.17},{&quot;2026-06-14&quot;:14.78},{&quot;2026-06-15&quot;:14.81},{&quot;2026-06-16&quot;:14.85},{&quot;2026-06-17&quot;:14.77},{&quot;2026-06-18&quot;:14.77},{&quot;2026-06-19&quot;:14.65},{&quot;2026-06-20&quot;:14.59},{&quot;2026-06-21&quot;:14.59},{&quot;2026-06-22&quot;:14.44},{&quot;2026-06-23&quot;:14.26},{&quot;2026-06-24&quot;:14.24},{&quot;2026-06-25&quot;:14.04},{&quot;2026-06-26&quot;:14.17},{&quot;2026-06-27&quot;:14.35},{&quot;2026-06-28&quot;:14.46},{&quot;2026-06-29&quot;:14.45},{&quot;2026-06-30&quot;:14.26},{&quot;2026-07-01&quot;:14.24},{&quot;2026-07-02&quot;:14.35},{&quot;2026-07-03&quot;:14.33},{&quot;2026-07-04&quot;:14.32},{&quot;2026-07-05&quot;:14.28},{&quot;2026-07-06&quot;:14.4},{&quot;2026-07-07&quot;:14.38},{&quot;2026-07-08&quot;:14.36},{&quot;2026-07-09&quot;:14.43},{&quot;2026-07-10&quot;:14.43},{&quot;2026-07-11&quot;:14.66},{&quot;2026-07-12&quot;:14.68},{&quot;2026-07-13&quot;:14.63},{&quot;2026-07-14&quot;:14.58},{&quot;2026-07-15&quot;:14.72},{&quot;2026-07-16&quot;:14.57},{&quot;2026-07-17&quot;:14.46},{&quot;2026-07-18&quot;:14.41},{&quot;2026-07-19&quot;:14.41},{&quot;2026-07-20&quot;:14.34},{&quot;2026-07-21&quot;:14.3},{&quot;2026-07-23&quot;:14.23},{&quot;2026-07-25&quot;:14.68},{&quot;2026-07-26&quot;:14.73},{&quot;2026-07-27&quot;:14.8},{&quot;2026-07-29&quot;:14.56},{&quot;2026-07-30&quot;:14.6},{&quot;2026-07-31&quot;:14.64},{&quot;2026-08-01&quot;:14.64},{&quot;2026-08-02&quot;:14.59},{&quot;2026-08-03&quot;:14.56},{&quot;2026-08-04&quot;:14.49},{&quot;2026-08-05&quot;:14.42},{&quot;2026-08-07&quot;:14.44},{&quot;2026-08-08&quot;:14.37},{&quot;2026-08-09&quot;:14.51},{&quot;2026-08-10&quot;:14.61},{&quot;2026-08-11&quot;:14.59},{&quot;2026-08-12&quot;:14.51},{&quot;2026-08-13&quot;:14.53},{&quot;2026-08-14&quot;:14.54},{&quot;2026-08-15&quot;:14.58},{&quot;2026-08-16&quot;:14.77},{&quot;2026-08-17&quot;:14.66},{&quot;2026-08-18&quot;:14.65},{&quot;2026-08-19&quot;:14.59},{&quot;2026-08-20&quot;:14.59},{&quot;2026-08-21&quot;:14.44},{&quot;2026-08-22&quot;:14.56},{&quot;2026-08-23&quot;:14.53},{&quot;2026-08-24&quot;:14.61},{&quot;2026-08-25&quot;:14.61},{&quot;2026-08-26&quot;:14.66},{&quot;2026-08-27&quot;:14.61},{&quot;2026-08-28&quot;:14.55},{&quot;2026-08-29&quot;:14.55},{&quot;2026-08-30&quot;:14.53},{&quot;2026-08-31&quot;:14.61},{&quot;2026-09-01&quot;:14.61},{&quot;2026-09-02&quot;:14.77},{&quot;2026-09-03&quot;:14.78},{&quot;2026-09-04&quot;:14.81},{&quot;2026-09-05&quot;:14.82},{&quot;2026-09-06&quot;:14.82},{&quot;2026-09-07&quot;:14.82},{&quot;2026-09-08&quot;:14.79},{&quot;2026-09-09&quot;:14.75},{&quot;2026-09-10&quot;:14.8},{&quot;2026-09-11&quot;:14.74}]}"
        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="16471"
  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-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">
            Ugin, the Spirit Dragon
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Ugin
      </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">
            $14.73
          </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="Ugin, the Spirit Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a11e75a0-17f0-429a-a77a-268fe6257010.jpg?1783930636" />

        <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">
            Ugin, the Spirit Dragon
        </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 — Ugin</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-8'></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="Ugin, the Spirit Dragon" src="https://cards.scryfall.io/large/front/a/1/a11e75a0-17f0-429a-a77a-268fe6257010.jpg?1783930636" />
    </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">
                $14.73
              </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">
                $30.35
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:29.73},{&quot;2026-06-14&quot;:29.73},{&quot;2026-06-15&quot;:29.73},{&quot;2026-06-16&quot;:29.74},{&quot;2026-06-17&quot;:29.72},{&quot;2026-06-18&quot;:29.73},{&quot;2026-06-19&quot;:29.73},{&quot;2026-06-20&quot;:29.73},{&quot;2026-06-21&quot;:29.78},{&quot;2026-06-22&quot;:29.92},{&quot;2026-06-23&quot;:29.92},{&quot;2026-06-24&quot;:29.92},{&quot;2026-06-25&quot;:29.92},{&quot;2026-06-26&quot;:29.92},{&quot;2026-06-27&quot;:29.92},{&quot;2026-06-28&quot;:29.92},{&quot;2026-06-29&quot;:29.92},{&quot;2026-06-30&quot;:29.99},{&quot;2026-07-01&quot;:29.99},{&quot;2026-07-02&quot;:29.99},{&quot;2026-07-03&quot;:29.99},{&quot;2026-07-04&quot;:29.99},{&quot;2026-07-05&quot;:29.99},{&quot;2026-07-06&quot;:29.99},{&quot;2026-07-07&quot;:30.08},{&quot;2026-07-08&quot;:30.08},{&quot;2026-07-09&quot;:30.08},{&quot;2026-07-10&quot;:30.08},{&quot;2026-07-11&quot;:30.08},{&quot;2026-07-12&quot;:30.08},{&quot;2026-07-13&quot;:30.08},{&quot;2026-07-14&quot;:30.08},{&quot;2026-07-15&quot;:30.08},{&quot;2026-07-16&quot;:30.08},{&quot;2026-07-17&quot;:30.08},{&quot;2026-07-18&quot;:30.08},{&quot;2026-07-19&quot;:30.08},{&quot;2026-07-20&quot;:30.08},{&quot;2026-07-21&quot;:30.08},{&quot;2026-07-22&quot;:30.08},{&quot;2026-07-23&quot;:30.08},{&quot;2026-07-24&quot;:30.08},{&quot;2026-07-25&quot;:30.08},{&quot;2026-07-26&quot;:30.08},{&quot;2026-07-27&quot;:30.08},{&quot;2026-07-28&quot;:30.08},{&quot;2026-07-29&quot;:30.07},{&quot;2026-07-30&quot;:30.07},{&quot;2026-07-31&quot;:30.07},{&quot;2026-08-01&quot;:30.07},{&quot;2026-08-02&quot;:30.07},{&quot;2026-08-03&quot;:30.07},{&quot;2026-08-04&quot;:30.12},{&quot;2026-08-05&quot;:30.12},{&quot;2026-08-07&quot;:30.12},{&quot;2026-08-08&quot;:30.12},{&quot;2026-08-09&quot;:30.12},{&quot;2026-08-10&quot;:30.12},{&quot;2026-08-11&quot;:30.22},{&quot;2026-08-12&quot;:30.22},{&quot;2026-08-13&quot;:30.22},{&quot;2026-08-14&quot;:30.22},{&quot;2026-08-15&quot;:30.22},{&quot;2026-08-16&quot;:30.22},{&quot;2026-08-17&quot;:30.22},{&quot;2026-08-18&quot;:30.22},{&quot;2026-08-19&quot;:30.22},{&quot;2026-08-20&quot;:30.22},{&quot;2026-08-21&quot;:30.22},{&quot;2026-08-22&quot;:30.22},{&quot;2026-08-23&quot;:30.32},{&quot;2026-08-24&quot;:30.32},{&quot;2026-08-25&quot;:30.32},{&quot;2026-08-26&quot;:30.32},{&quot;2026-08-27&quot;:30.37},{&quot;2026-08-28&quot;:30.31},{&quot;2026-08-29&quot;:30.31},{&quot;2026-08-30&quot;:30.31},{&quot;2026-08-31&quot;:30.31},{&quot;2026-09-01&quot;:30.31},{&quot;2026-09-02&quot;:30.24},{&quot;2026-09-03&quot;:30.24},{&quot;2026-09-04&quot;:30.24},{&quot;2026-09-05&quot;:30.35},{&quot;2026-09-06&quot;:30.35},{&quot;2026-09-07&quot;:30.35},{&quot;2026-09-08&quot;:30.35},{&quot;2026-09-09&quot;:30.35},{&quot;2026-09-10&quot;:30.35},{&quot;2026-09-11&quot;:30.35}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.53},{&quot;2026-06-14&quot;:14.53},{&quot;2026-06-15&quot;:14.53},{&quot;2026-06-16&quot;:14.53},{&quot;2026-06-17&quot;:14.55},{&quot;2026-06-18&quot;:14.55},{&quot;2026-06-19&quot;:14.55},{&quot;2026-06-20&quot;:14.64},{&quot;2026-06-21&quot;:14.64},{&quot;2026-06-22&quot;:14.64},{&quot;2026-06-23&quot;:14.59},{&quot;2026-06-24&quot;:14.59},{&quot;2026-06-25&quot;:14.47},{&quot;2026-06-26&quot;:13.93},{&quot;2026-06-27&quot;:14.53},{&quot;2026-06-28&quot;:14.6},{&quot;2026-06-29&quot;:14.6},{&quot;2026-06-30&quot;:14.6},{&quot;2026-07-01&quot;:14.54},{&quot;2026-07-02&quot;:14.56},{&quot;2026-07-03&quot;:14.54},{&quot;2026-07-04&quot;:14.61},{&quot;2026-07-05&quot;:14.65},{&quot;2026-07-06&quot;:14.65},{&quot;2026-07-07&quot;:14.59},{&quot;2026-07-08&quot;:14.53},{&quot;2026-07-09&quot;:14.52},{&quot;2026-07-10&quot;:14.52},{&quot;2026-07-11&quot;:14.52},{&quot;2026-07-12&quot;:14.52},{&quot;2026-07-13&quot;:14.52},{&quot;2026-07-14&quot;:14.52},{&quot;2026-07-15&quot;:14.52},{&quot;2026-07-16&quot;:14.57},{&quot;2026-07-17&quot;:14.63},{&quot;2026-07-18&quot;:14.8},{&quot;2026-07-19&quot;:14.89},{&quot;2026-07-20&quot;:14.89},{&quot;2026-07-21&quot;:14.89},{&quot;2026-07-22&quot;:14.89},{&quot;2026-07-23&quot;:15.06},{&quot;2026-07-24&quot;:15.06},{&quot;2026-07-25&quot;:15.06},{&quot;2026-07-26&quot;:15.09},{&quot;2026-07-27&quot;:15.09},{&quot;2026-07-28&quot;:15.09},{&quot;2026-07-29&quot;:14.92},{&quot;2026-07-30&quot;:14.92},{&quot;2026-07-31&quot;:14.92},{&quot;2026-08-01&quot;:14.92},{&quot;2026-08-02&quot;:14.84},{&quot;2026-08-03&quot;:14.84},{&quot;2026-08-04&quot;:14.72},{&quot;2026-08-05&quot;:14.76},{&quot;2026-08-07&quot;:14.82},{&quot;2026-08-08&quot;:14.82},{&quot;2026-08-09&quot;:14.82},{&quot;2026-08-10&quot;:14.8},{&quot;2026-08-11&quot;:14.8},{&quot;2026-08-12&quot;:14.8},{&quot;2026-08-13&quot;:14.73},{&quot;2026-08-14&quot;:14.73},{&quot;2026-08-15&quot;:14.61},{&quot;2026-08-16&quot;:14.57},{&quot;2026-08-17&quot;:14.57},{&quot;2026-08-18&quot;:14.57},{&quot;2026-08-19&quot;:14.57},{&quot;2026-08-20&quot;:14.71},{&quot;2026-08-21&quot;:14.8},{&quot;2026-08-22&quot;:14.8},{&quot;2026-08-23&quot;:14.8},{&quot;2026-08-24&quot;:14.8},{&quot;2026-08-25&quot;:14.8},{&quot;2026-08-26&quot;:14.89},{&quot;2026-08-27&quot;:14.89},{&quot;2026-08-28&quot;:14.98},{&quot;2026-08-29&quot;:14.98},{&quot;2026-08-30&quot;:14.97},{&quot;2026-08-31&quot;:14.89},{&quot;2026-09-01&quot;:14.82},{&quot;2026-09-02&quot;:14.7},{&quot;2026-09-03&quot;:14.61},{&quot;2026-09-04&quot;:14.5},{&quot;2026-09-05&quot;:14.54},{&quot;2026-09-06&quot;:14.56},{&quot;2026-09-07&quot;:14.57},{&quot;2026-09-08&quot;:14.57},{&quot;2026-09-09&quot;:14.52},{&quot;2026-09-10&quot;:14.58},{&quot;2026-09-11&quot;:14.73}]}"
        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="14053"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Monk
      </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">
            $14.70
          </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="Azusa, Lost but Seeking" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/1/2184e61d-6f25-425a-b914-b7d6ecd002c2.jpg?1783915499" />

        <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">
            Azusa, Lost but Seeking
        </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 Monk</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="Azusa, Lost but Seeking" src="https://cards.scryfall.io/large/front/2/1/2184e61d-6f25-425a-b914-b7d6ecd002c2.jpg?1783915499" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:14.19},{&quot;2026-06-14&quot;:14.19},{&quot;2026-06-15&quot;:14.19},{&quot;2026-06-16&quot;:14.23},{&quot;2026-06-17&quot;:14.19},{&quot;2026-06-18&quot;:14.3},{&quot;2026-06-19&quot;:14.3},{&quot;2026-06-20&quot;:14.3},{&quot;2026-06-21&quot;:14.3},{&quot;2026-06-22&quot;:14.3},{&quot;2026-06-23&quot;:14.05},{&quot;2026-06-24&quot;:14.05},{&quot;2026-06-25&quot;:14.05},{&quot;2026-06-26&quot;:14.05},{&quot;2026-06-27&quot;:14.05},{&quot;2026-06-28&quot;:14.05},{&quot;2026-06-29&quot;:14.15},{&quot;2026-06-30&quot;:14.15},{&quot;2026-07-01&quot;:14.15},{&quot;2026-07-02&quot;:14.15},{&quot;2026-07-03&quot;:14.27},{&quot;2026-07-04&quot;:14.5},{&quot;2026-07-05&quot;:14.27},{&quot;2026-07-06&quot;:14.23},{&quot;2026-07-07&quot;:14.23},{&quot;2026-07-08&quot;:14.23},{&quot;2026-07-09&quot;:14.23},{&quot;2026-07-10&quot;:14.01},{&quot;2026-07-11&quot;:14.01},{&quot;2026-07-12&quot;:13.88},{&quot;2026-07-13&quot;:13.88},{&quot;2026-07-14&quot;:13.88},{&quot;2026-07-15&quot;:13.82},{&quot;2026-07-16&quot;:13.9},{&quot;2026-07-17&quot;:14.44},{&quot;2026-07-18&quot;:14.4},{&quot;2026-07-19&quot;:14.4},{&quot;2026-07-20&quot;:14.44},{&quot;2026-07-21&quot;:14.44},{&quot;2026-07-22&quot;:14.44},{&quot;2026-07-23&quot;:14.5},{&quot;2026-07-24&quot;:14.36},{&quot;2026-07-25&quot;:14.4},{&quot;2026-07-26&quot;:14.4},{&quot;2026-07-27&quot;:14.38},{&quot;2026-07-28&quot;:14.46},{&quot;2026-07-29&quot;:14.46},{&quot;2026-07-30&quot;:14.41},{&quot;2026-07-31&quot;:14.48},{&quot;2026-08-01&quot;:14.48},{&quot;2026-08-02&quot;:14.48},{&quot;2026-08-03&quot;:14.48},{&quot;2026-08-04&quot;:14.48},{&quot;2026-08-05&quot;:14.48},{&quot;2026-08-07&quot;:14.68},{&quot;2026-08-08&quot;:14.68},{&quot;2026-08-09&quot;:14.68},{&quot;2026-08-10&quot;:14.94},{&quot;2026-08-11&quot;:14.99},{&quot;2026-08-12&quot;:15.19},{&quot;2026-08-13&quot;:15.19},{&quot;2026-08-14&quot;:15.19},{&quot;2026-08-15&quot;:15.19},{&quot;2026-08-16&quot;:15.19},{&quot;2026-08-17&quot;:14.56},{&quot;2026-08-18&quot;:14.57},{&quot;2026-08-19&quot;:14.57},{&quot;2026-08-20&quot;:14.57},{&quot;2026-08-21&quot;:14.61},{&quot;2026-08-22&quot;:14.64},{&quot;2026-08-23&quot;:14.63},{&quot;2026-08-24&quot;:14.63},{&quot;2026-08-25&quot;:14.63},{&quot;2026-08-26&quot;:14.8},{&quot;2026-08-27&quot;:14.8},{&quot;2026-08-28&quot;:14.8},{&quot;2026-08-29&quot;:14.8},{&quot;2026-08-30&quot;:14.8},{&quot;2026-08-31&quot;:14.8},{&quot;2026-09-01&quot;:14.8},{&quot;2026-09-02&quot;:14.79},{&quot;2026-09-03&quot;:14.75},{&quot;2026-09-04&quot;:14.75},{&quot;2026-09-05&quot;:14.78},{&quot;2026-09-06&quot;:14.72},{&quot;2026-09-07&quot;:14.72},{&quot;2026-09-08&quot;:14.74},{&quot;2026-09-09&quot;:14.74},{&quot;2026-09-10&quot;:14.74},{&quot;2026-09-11&quot;:14.7}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.19},{&quot;2026-06-14&quot;:14.19},{&quot;2026-06-15&quot;:14.19},{&quot;2026-06-16&quot;:14.14},{&quot;2026-06-17&quot;:14.22},{&quot;2026-06-18&quot;:14.22},{&quot;2026-06-19&quot;:14.17},{&quot;2026-06-20&quot;:14.17},{&quot;2026-06-21&quot;:14.06},{&quot;2026-06-22&quot;:13.82},{&quot;2026-06-23&quot;:13.8},{&quot;2026-06-24&quot;:13.8},{&quot;2026-06-25&quot;:13.8},{&quot;2026-06-26&quot;:13.91},{&quot;2026-06-27&quot;:14.02},{&quot;2026-06-28&quot;:14.1},{&quot;2026-06-29&quot;:14.1},{&quot;2026-06-30&quot;:14.1},{&quot;2026-07-01&quot;:14.11},{&quot;2026-07-02&quot;:14.19},{&quot;2026-07-03&quot;:14.19},{&quot;2026-07-04&quot;:14.06},{&quot;2026-07-05&quot;:14.0},{&quot;2026-07-06&quot;:14.0},{&quot;2026-07-07&quot;:14.0},{&quot;2026-07-08&quot;:13.9},{&quot;2026-07-09&quot;:13.78},{&quot;2026-07-10&quot;:13.66},{&quot;2026-07-11&quot;:13.66},{&quot;2026-07-12&quot;:13.66},{&quot;2026-07-13&quot;:13.66},{&quot;2026-07-14&quot;:13.66},{&quot;2026-07-15&quot;:13.66},{&quot;2026-07-16&quot;:13.72},{&quot;2026-07-17&quot;:13.72},{&quot;2026-07-18&quot;:13.98},{&quot;2026-07-19&quot;:13.99},{&quot;2026-07-20&quot;:14.06},{&quot;2026-07-21&quot;:14.06},{&quot;2026-07-22&quot;:13.97},{&quot;2026-07-23&quot;:13.97},{&quot;2026-07-24&quot;:13.99},{&quot;2026-07-25&quot;:13.97},{&quot;2026-07-26&quot;:13.79},{&quot;2026-07-27&quot;:13.71},{&quot;2026-07-28&quot;:13.65},{&quot;2026-07-29&quot;:13.65},{&quot;2026-07-30&quot;:13.65},{&quot;2026-07-31&quot;:13.84},{&quot;2026-08-01&quot;:13.84},{&quot;2026-08-02&quot;:13.68},{&quot;2026-08-03&quot;:13.58},{&quot;2026-08-04&quot;:13.58},{&quot;2026-08-05&quot;:13.58},{&quot;2026-08-07&quot;:13.58},{&quot;2026-08-08&quot;:13.52},{&quot;2026-08-09&quot;:13.28},{&quot;2026-08-10&quot;:13.28},{&quot;2026-08-11&quot;:13.19},{&quot;2026-08-12&quot;:12.93},{&quot;2026-08-13&quot;:12.81},{&quot;2026-08-14&quot;:12.81},{&quot;2026-08-15&quot;:12.81},{&quot;2026-08-16&quot;:12.66},{&quot;2026-08-17&quot;:12.52},{&quot;2026-08-18&quot;:12.66},{&quot;2026-08-19&quot;:12.6},{&quot;2026-08-20&quot;:12.52},{&quot;2026-08-21&quot;:12.3},{&quot;2026-08-22&quot;:12.38},{&quot;2026-08-23&quot;:12.36},{&quot;2026-08-24&quot;:12.58},{&quot;2026-08-25&quot;:12.41},{&quot;2026-08-26&quot;:12.41},{&quot;2026-08-27&quot;:12.52},{&quot;2026-08-28&quot;:12.52},{&quot;2026-08-29&quot;:12.52},{&quot;2026-08-30&quot;:12.43},{&quot;2026-08-31&quot;:12.47},{&quot;2026-09-01&quot;:12.56},{&quot;2026-09-02&quot;:12.56},{&quot;2026-09-03&quot;:12.5},{&quot;2026-09-04&quot;:12.35},{&quot;2026-09-05&quot;:12.54},{&quot;2026-09-06&quot;:12.6},{&quot;2026-09-07&quot;:12.77},{&quot;2026-09-08&quot;:12.78},{&quot;2026-09-09&quot;:12.77},{&quot;2026-09-10&quot;:12.73},{&quot;2026-09-11&quot;:12.81}]}"
        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="97969"
  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">
            Bitterbloom Bearer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Faerie Rogue
      </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">
            $14.70
          </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="Bitterbloom Bearer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/7127164d-f2a3-4d79-b6db-93507ff5ab47.jpg?1782684074" />

        <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">
            Bitterbloom Bearer
        </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 — Faerie Rogue</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Bitterbloom Bearer" src="https://cards.scryfall.io/large/front/7/1/7127164d-f2a3-4d79-b6db-93507ff5ab47.jpg?1782684074" />
    </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">
                $14.70
              </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">
                $16.83
              </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">$11.00</span>
              <span class="text-xs text-grey-text">Credit: $14.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:18.35},{&quot;2026-06-13&quot;:18.31},{&quot;2026-06-14&quot;:18.37},{&quot;2026-06-15&quot;:18.43},{&quot;2026-06-16&quot;:18.43},{&quot;2026-06-17&quot;:18.43},{&quot;2026-06-18&quot;:18.48},{&quot;2026-06-19&quot;:18.48},{&quot;2026-06-20&quot;:18.43},{&quot;2026-06-21&quot;:18.43},{&quot;2026-06-22&quot;:18.43},{&quot;2026-06-23&quot;:18.57},{&quot;2026-06-24&quot;:18.57},{&quot;2026-06-25&quot;:18.62},{&quot;2026-06-26&quot;:18.64},{&quot;2026-06-27&quot;:18.68},{&quot;2026-06-28&quot;:18.68},{&quot;2026-06-29&quot;:18.52},{&quot;2026-06-30&quot;:18.18},{&quot;2026-07-01&quot;:18.22},{&quot;2026-07-02&quot;:17.98},{&quot;2026-07-03&quot;:17.79},{&quot;2026-07-04&quot;:17.79},{&quot;2026-07-05&quot;:17.92},{&quot;2026-07-06&quot;:17.73},{&quot;2026-07-07&quot;:17.59},{&quot;2026-07-08&quot;:17.59},{&quot;2026-07-09&quot;:17.59},{&quot;2026-07-10&quot;:17.59},{&quot;2026-07-11&quot;:17.59},{&quot;2026-07-12&quot;:17.59},{&quot;2026-07-13&quot;:17.59},{&quot;2026-07-14&quot;:17.54},{&quot;2026-07-15&quot;:17.5},{&quot;2026-07-16&quot;:17.32},{&quot;2026-07-17&quot;:17.24},{&quot;2026-07-18&quot;:17.24},{&quot;2026-07-19&quot;:17.03},{&quot;2026-07-20&quot;:17.04},{&quot;2026-07-21&quot;:17.04},{&quot;2026-07-23&quot;:16.45},{&quot;2026-07-24&quot;:16.34},{&quot;2026-07-25&quot;:16.52},{&quot;2026-07-26&quot;:16.49},{&quot;2026-07-27&quot;:16.45},{&quot;2026-07-28&quot;:16.2},{&quot;2026-07-29&quot;:15.95},{&quot;2026-07-30&quot;:15.55},{&quot;2026-07-31&quot;:16.02},{&quot;2026-08-01&quot;:16.05},{&quot;2026-08-02&quot;:16.05},{&quot;2026-08-03&quot;:15.95},{&quot;2026-08-04&quot;:16.05},{&quot;2026-08-05&quot;:16.04},{&quot;2026-08-07&quot;:16.3},{&quot;2026-08-08&quot;:16.06},{&quot;2026-08-09&quot;:16.06},{&quot;2026-08-10&quot;:16.28},{&quot;2026-08-11&quot;:16.34},{&quot;2026-08-12&quot;:16.34},{&quot;2026-08-13&quot;:16.54},{&quot;2026-08-14&quot;:16.55},{&quot;2026-08-15&quot;:16.83},{&quot;2026-08-16&quot;:16.83},{&quot;2026-08-17&quot;:16.87},{&quot;2026-08-18&quot;:16.86},{&quot;2026-08-19&quot;:16.89},{&quot;2026-08-20&quot;:16.89},{&quot;2026-08-21&quot;:17.22},{&quot;2026-08-22&quot;:16.88},{&quot;2026-08-23&quot;:17.02},{&quot;2026-08-24&quot;:17.07},{&quot;2026-08-25&quot;:17.14},{&quot;2026-08-26&quot;:17.14},{&quot;2026-08-27&quot;:17.18},{&quot;2026-08-28&quot;:16.98},{&quot;2026-08-29&quot;:16.98},{&quot;2026-08-30&quot;:17.06},{&quot;2026-08-31&quot;:17.06},{&quot;2026-09-01&quot;:17.06},{&quot;2026-09-02&quot;:17.06},{&quot;2026-09-03&quot;:17.06},{&quot;2026-09-04&quot;:16.96},{&quot;2026-09-05&quot;:16.96},{&quot;2026-09-06&quot;:16.96},{&quot;2026-09-07&quot;:16.98},{&quot;2026-09-08&quot;:16.98},{&quot;2026-09-09&quot;:16.97},{&quot;2026-09-10&quot;:16.83},{&quot;2026-09-11&quot;:16.83}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:17.3},{&quot;2026-06-13&quot;:17.09},{&quot;2026-06-14&quot;:17.11},{&quot;2026-06-15&quot;:17.15},{&quot;2026-06-16&quot;:17.27},{&quot;2026-06-17&quot;:17.27},{&quot;2026-06-18&quot;:17.06},{&quot;2026-06-19&quot;:17.22},{&quot;2026-06-20&quot;:17.52},{&quot;2026-06-21&quot;:17.58},{&quot;2026-06-22&quot;:17.65},{&quot;2026-06-23&quot;:17.26},{&quot;2026-06-24&quot;:17.34},{&quot;2026-06-25&quot;:17.18},{&quot;2026-06-26&quot;:17.01},{&quot;2026-06-27&quot;:17.21},{&quot;2026-06-28&quot;:17.04},{&quot;2026-06-29&quot;:17.11},{&quot;2026-06-30&quot;:17.01},{&quot;2026-07-01&quot;:16.97},{&quot;2026-07-02&quot;:16.84},{&quot;2026-07-03&quot;:16.41},{&quot;2026-07-04&quot;:16.24},{&quot;2026-07-05&quot;:15.81},{&quot;2026-07-06&quot;:16.49},{&quot;2026-07-07&quot;:16.54},{&quot;2026-07-08&quot;:16.57},{&quot;2026-07-09&quot;:16.68},{&quot;2026-07-10&quot;:16.77},{&quot;2026-07-11&quot;:16.53},{&quot;2026-07-12&quot;:15.56},{&quot;2026-07-13&quot;:15.26},{&quot;2026-07-14&quot;:14.29},{&quot;2026-07-15&quot;:14.01},{&quot;2026-07-16&quot;:13.98},{&quot;2026-07-17&quot;:13.74},{&quot;2026-07-18&quot;:14.32},{&quot;2026-07-19&quot;:14.77},{&quot;2026-07-20&quot;:15.16},{&quot;2026-07-21&quot;:15.63},{&quot;2026-07-23&quot;:16.26},{&quot;2026-07-24&quot;:16.26},{&quot;2026-07-25&quot;:15.93},{&quot;2026-07-26&quot;:15.8},{&quot;2026-07-27&quot;:15.95},{&quot;2026-07-28&quot;:15.44},{&quot;2026-07-29&quot;:15.45},{&quot;2026-07-30&quot;:15.68},{&quot;2026-07-31&quot;:16.6},{&quot;2026-08-01&quot;:16.6},{&quot;2026-08-02&quot;:16.84},{&quot;2026-08-03&quot;:16.68},{&quot;2026-08-04&quot;:16.64},{&quot;2026-08-05&quot;:16.53},{&quot;2026-08-07&quot;:16.65},{&quot;2026-08-08&quot;:16.77},{&quot;2026-08-09&quot;:17.14},{&quot;2026-08-10&quot;:16.67},{&quot;2026-08-11&quot;:16.63},{&quot;2026-08-12&quot;:16.39},{&quot;2026-08-13&quot;:15.89},{&quot;2026-08-14&quot;:16.25},{&quot;2026-08-15&quot;:16.35},{&quot;2026-08-16&quot;:16.22},{&quot;2026-08-17&quot;:16.12},{&quot;2026-08-18&quot;:16.32},{&quot;2026-08-19&quot;:16.31},{&quot;2026-08-20&quot;:16.31},{&quot;2026-08-21&quot;:16.57},{&quot;2026-08-22&quot;:16.19},{&quot;2026-08-23&quot;:16.1},{&quot;2026-08-24&quot;:16.1},{&quot;2026-08-25&quot;:16.25},{&quot;2026-08-26&quot;:16.26},{&quot;2026-08-27&quot;:16.26},{&quot;2026-08-28&quot;:16.14},{&quot;2026-08-29&quot;:16.14},{&quot;2026-08-30&quot;:15.78},{&quot;2026-08-31&quot;:15.59},{&quot;2026-09-01&quot;:15.29},{&quot;2026-09-02&quot;:15.0},{&quot;2026-09-03&quot;:14.38},{&quot;2026-09-04&quot;:14.37},{&quot;2026-09-05&quot;:14.28},{&quot;2026-09-06&quot;:14.12},{&quot;2026-09-07&quot;:14.36},{&quot;2026-09-08&quot;:14.39},{&quot;2026-09-09&quot;:14.69},{&quot;2026-09-10&quot;:14.43},{&quot;2026-09-11&quot;:14.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.60
          </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="Tamiyo&#39;s Safekeeping" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/d/fd4b7ee2-de65-4288-872d-486065a4f226.jpg?1783923839" />

        <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">
            Tamiyo&#39;s Safekeeping
        </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-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="Tamiyo&#39;s Safekeeping" src="https://cards.scryfall.io/large/front/f/d/fd4b7ee2-de65-4288-872d-486065a4f226.jpg?1783923839" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  26%
                </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.69
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">$4.80</span>
              <span class="text-xs text-grey-text">Credit: $6.24</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$4.80</span>
              <span class="text-xs text-grey-text">Credit: $6.24</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.26},{&quot;2026-06-14&quot;:6.18},{&quot;2026-06-15&quot;:6.18},{&quot;2026-06-16&quot;:6.28},{&quot;2026-06-17&quot;:6.28},{&quot;2026-06-18&quot;:6.08},{&quot;2026-06-19&quot;:6.17},{&quot;2026-06-20&quot;:6.17},{&quot;2026-06-21&quot;:6.17},{&quot;2026-06-22&quot;:6.13},{&quot;2026-06-23&quot;:6.43},{&quot;2026-06-24&quot;:5.99},{&quot;2026-06-25&quot;:6.15},{&quot;2026-06-26&quot;:6.14},{&quot;2026-06-27&quot;:6.19},{&quot;2026-06-28&quot;:6.1},{&quot;2026-06-29&quot;:6.1},{&quot;2026-06-30&quot;:6.1},{&quot;2026-07-01&quot;:6.34},{&quot;2026-07-02&quot;:6.57},{&quot;2026-07-03&quot;:6.94},{&quot;2026-07-04&quot;:7.74},{&quot;2026-07-05&quot;:7.97},{&quot;2026-07-06&quot;:8.63},{&quot;2026-07-07&quot;:8.98},{&quot;2026-07-08&quot;:10.72},{&quot;2026-07-09&quot;:11.69},{&quot;2026-07-10&quot;:10.92},{&quot;2026-07-11&quot;:10.72},{&quot;2026-07-12&quot;:10.72},{&quot;2026-07-13&quot;:10.55},{&quot;2026-07-14&quot;:10.63},{&quot;2026-07-15&quot;:10.81},{&quot;2026-07-16&quot;:10.85},{&quot;2026-07-17&quot;:10.47},{&quot;2026-07-18&quot;:10.42},{&quot;2026-07-19&quot;:10.07},{&quot;2026-07-20&quot;:10.07},{&quot;2026-07-21&quot;:10.07},{&quot;2026-07-22&quot;:10.6},{&quot;2026-07-23&quot;:10.6},{&quot;2026-07-24&quot;:10.03},{&quot;2026-07-25&quot;:9.3},{&quot;2026-07-26&quot;:9.3},{&quot;2026-07-27&quot;:8.71},{&quot;2026-07-28&quot;:8.71},{&quot;2026-07-29&quot;:8.61},{&quot;2026-07-30&quot;:7.92},{&quot;2026-07-31&quot;:8.47},{&quot;2026-08-01&quot;:8.41},{&quot;2026-08-02&quot;:8.92},{&quot;2026-08-03&quot;:9.32},{&quot;2026-08-04&quot;:10.2},{&quot;2026-08-05&quot;:11.39},{&quot;2026-08-07&quot;:9.89},{&quot;2026-08-08&quot;:9.89},{&quot;2026-08-09&quot;:9.43},{&quot;2026-08-10&quot;:9.43},{&quot;2026-08-11&quot;:9.56},{&quot;2026-08-12&quot;:9.56},{&quot;2026-08-13&quot;:9.67},{&quot;2026-08-14&quot;:9.74},{&quot;2026-08-15&quot;:9.74},{&quot;2026-08-16&quot;:9.74},{&quot;2026-08-17&quot;:9.74},{&quot;2026-08-18&quot;:9.74},{&quot;2026-08-19&quot;:9.28},{&quot;2026-08-20&quot;:9.74},{&quot;2026-08-21&quot;:9.2},{&quot;2026-08-22&quot;:9.2},{&quot;2026-08-23&quot;:8.67},{&quot;2026-08-24&quot;:8.67},{&quot;2026-08-25&quot;:8.76},{&quot;2026-08-26&quot;:8.76},{&quot;2026-08-27&quot;:8.76},{&quot;2026-08-28&quot;:8.76},{&quot;2026-08-29&quot;:8.76},{&quot;2026-08-30&quot;:8.97},{&quot;2026-08-31&quot;:8.97},{&quot;2026-09-01&quot;:9.11},{&quot;2026-09-02&quot;:10.31},{&quot;2026-09-03&quot;:11.98},{&quot;2026-09-04&quot;:12.05},{&quot;2026-09-05&quot;:12.06},{&quot;2026-09-06&quot;:12.06},{&quot;2026-09-07&quot;:12.56},{&quot;2026-09-08&quot;:13.77},{&quot;2026-09-09&quot;:13.94},{&quot;2026-09-10&quot;:14.74},{&quot;2026-09-11&quot;:14.69}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.59},{&quot;2026-06-14&quot;:5.62},{&quot;2026-06-15&quot;:5.73},{&quot;2026-06-16&quot;:5.61},{&quot;2026-06-17&quot;:5.04},{&quot;2026-06-18&quot;:4.84},{&quot;2026-06-19&quot;:4.97},{&quot;2026-06-20&quot;:5.07},{&quot;2026-06-21&quot;:5.01},{&quot;2026-06-22&quot;:5.22},{&quot;2026-06-23&quot;:4.94},{&quot;2026-06-24&quot;:5.12},{&quot;2026-06-25&quot;:5.08},{&quot;2026-06-26&quot;:4.85},{&quot;2026-06-27&quot;:4.94},{&quot;2026-06-28&quot;:5.09},{&quot;2026-06-29&quot;:4.84},{&quot;2026-06-30&quot;:4.98},{&quot;2026-07-01&quot;:4.84},{&quot;2026-07-02&quot;:4.92},{&quot;2026-07-03&quot;:4.94},{&quot;2026-07-04&quot;:4.93},{&quot;2026-07-05&quot;:4.97},{&quot;2026-07-06&quot;:4.77},{&quot;2026-07-07&quot;:4.75},{&quot;2026-07-08&quot;:4.71},{&quot;2026-07-09&quot;:4.75},{&quot;2026-07-10&quot;:5.05},{&quot;2026-07-11&quot;:4.82},{&quot;2026-07-12&quot;:4.92},{&quot;2026-07-13&quot;:5.32},{&quot;2026-07-14&quot;:5.5},{&quot;2026-07-15&quot;:5.2},{&quot;2026-07-16&quot;:5.07},{&quot;2026-07-17&quot;:4.68},{&quot;2026-07-18&quot;:4.72},{&quot;2026-07-19&quot;:4.85},{&quot;2026-07-20&quot;:5.56},{&quot;2026-07-21&quot;:5.28},{&quot;2026-07-22&quot;:5.12},{&quot;2026-07-23&quot;:5.57},{&quot;2026-07-24&quot;:5.76},{&quot;2026-07-25&quot;:5.85},{&quot;2026-07-26&quot;:5.75},{&quot;2026-07-27&quot;:5.76},{&quot;2026-07-28&quot;:6.61},{&quot;2026-07-29&quot;:7.61},{&quot;2026-07-30&quot;:6.11},{&quot;2026-07-31&quot;:5.71},{&quot;2026-08-01&quot;:6.11},{&quot;2026-08-02&quot;:6.06},{&quot;2026-08-03&quot;:5.63},{&quot;2026-08-04&quot;:4.98},{&quot;2026-08-05&quot;:4.73},{&quot;2026-08-07&quot;:4.95},{&quot;2026-08-08&quot;:4.94},{&quot;2026-08-09&quot;:5.24},{&quot;2026-08-10&quot;:5.38},{&quot;2026-08-11&quot;:5.4},{&quot;2026-08-12&quot;:5.45},{&quot;2026-08-13&quot;:5.19},{&quot;2026-08-14&quot;:5.21},{&quot;2026-08-15&quot;:5.31},{&quot;2026-08-16&quot;:5.36},{&quot;2026-08-17&quot;:5.47},{&quot;2026-08-18&quot;:5.19},{&quot;2026-08-19&quot;:5.04},{&quot;2026-08-20&quot;:5.1},{&quot;2026-08-21&quot;:5.13},{&quot;2026-08-22&quot;:5.31},{&quot;2026-08-23&quot;:5.42},{&quot;2026-08-24&quot;:5.35},{&quot;2026-08-25&quot;:5.51},{&quot;2026-08-26&quot;:5.3},{&quot;2026-08-27&quot;:5.29},{&quot;2026-08-28&quot;:5.42},{&quot;2026-08-29&quot;:5.42},{&quot;2026-08-30&quot;:5.27},{&quot;2026-08-31&quot;:5.34},{&quot;2026-09-01&quot;:5.4},{&quot;2026-09-02&quot;:5.18},{&quot;2026-09-03&quot;:5.36},{&quot;2026-09-04&quot;:5.12},{&quot;2026-09-05&quot;:5.22},{&quot;2026-09-06&quot;:5.65},{&quot;2026-09-07&quot;:5.67},{&quot;2026-09-08&quot;:5.47},{&quot;2026-09-09&quot;:5.45},{&quot;2026-09-10&quot;:6.33},{&quot;2026-09-11&quot;:6.6}]}"
        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="74349"
  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">
            Misdirection
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.68
          </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="Misdirection" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/b/9b6cdf41-a8dc-4be9-a7df-a879cbf62489.jpg?1783932405" />

        <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">
            Misdirection
        </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-3'></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="Misdirection" src="https://cards.scryfall.io/large/front/9/b/9b6cdf41-a8dc-4be9-a7df-a879cbf62489.jpg?1783932405" />
    </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">
                $14.68
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:13.69},{&quot;2026-06-10&quot;:13.85},{&quot;2026-06-11&quot;:13.84},{&quot;2026-06-12&quot;:13.73},{&quot;2026-06-13&quot;:13.73},{&quot;2026-06-14&quot;:13.46},{&quot;2026-06-15&quot;:13.46},{&quot;2026-06-16&quot;:13.46},{&quot;2026-06-17&quot;:13.46},{&quot;2026-06-18&quot;:14.03},{&quot;2026-06-19&quot;:14.37},{&quot;2026-06-20&quot;:14.51},{&quot;2026-06-21&quot;:14.87},{&quot;2026-06-22&quot;:15.43},{&quot;2026-06-24&quot;:15.41},{&quot;2026-06-25&quot;:15.37},{&quot;2026-06-26&quot;:16.21},{&quot;2026-06-27&quot;:15.9},{&quot;2026-06-28&quot;:16.17},{&quot;2026-06-29&quot;:17.53},{&quot;2026-06-30&quot;:17.37},{&quot;2026-07-01&quot;:17.36},{&quot;2026-07-02&quot;:17.76},{&quot;2026-07-03&quot;:17.76},{&quot;2026-07-04&quot;:17.63},{&quot;2026-07-05&quot;:17.63},{&quot;2026-07-06&quot;:17.61},{&quot;2026-07-07&quot;:17.34},{&quot;2026-07-08&quot;:17.22},{&quot;2026-07-09&quot;:17.42},{&quot;2026-07-10&quot;:17.35},{&quot;2026-07-11&quot;:17.3},{&quot;2026-07-12&quot;:16.84},{&quot;2026-07-13&quot;:16.26},{&quot;2026-07-14&quot;:15.89},{&quot;2026-07-15&quot;:15.48},{&quot;2026-07-16&quot;:15.32},{&quot;2026-07-17&quot;:15.37},{&quot;2026-07-18&quot;:15.37},{&quot;2026-07-19&quot;:15.34},{&quot;2026-07-20&quot;:14.59},{&quot;2026-07-21&quot;:14.66},{&quot;2026-07-23&quot;:14.49},{&quot;2026-07-25&quot;:14.08},{&quot;2026-07-26&quot;:14.08},{&quot;2026-07-27&quot;:13.89},{&quot;2026-07-29&quot;:14.32},{&quot;2026-07-30&quot;:13.76},{&quot;2026-07-31&quot;:14.05},{&quot;2026-08-01&quot;:14.05},{&quot;2026-08-02&quot;:13.71},{&quot;2026-08-03&quot;:13.52},{&quot;2026-08-04&quot;:12.98},{&quot;2026-08-05&quot;:12.69},{&quot;2026-08-07&quot;:13.02},{&quot;2026-08-08&quot;:13.02},{&quot;2026-08-09&quot;:13.02},{&quot;2026-08-10&quot;:13.02},{&quot;2026-08-11&quot;:12.78},{&quot;2026-08-12&quot;:13.3},{&quot;2026-08-13&quot;:13.16},{&quot;2026-08-14&quot;:12.99},{&quot;2026-08-15&quot;:13.09},{&quot;2026-08-16&quot;:13.07},{&quot;2026-08-17&quot;:13.07},{&quot;2026-08-18&quot;:13.35},{&quot;2026-08-19&quot;:13.29},{&quot;2026-08-20&quot;:13.29},{&quot;2026-08-21&quot;:13.24},{&quot;2026-08-22&quot;:13.34},{&quot;2026-08-23&quot;:13.49},{&quot;2026-08-24&quot;:13.43},{&quot;2026-08-25&quot;:13.43},{&quot;2026-08-26&quot;:13.64},{&quot;2026-08-27&quot;:13.72},{&quot;2026-08-28&quot;:13.72},{&quot;2026-08-29&quot;:13.72},{&quot;2026-08-30&quot;:13.71},{&quot;2026-08-31&quot;:14.31},{&quot;2026-09-01&quot;:14.31},{&quot;2026-09-02&quot;:14.22},{&quot;2026-09-03&quot;:14.18},{&quot;2026-09-04&quot;:14.54},{&quot;2026-09-05&quot;:14.54},{&quot;2026-09-06&quot;:14.58},{&quot;2026-09-07&quot;:14.3},{&quot;2026-09-08&quot;:14.77},{&quot;2026-09-09&quot;:14.42},{&quot;2026-09-10&quot;:14.66},{&quot;2026-09-11&quot;:14.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.66
          </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="Thoughtseize" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e6e76c6b-9d60-4bc8-b88d-6c9c7fade9a6.jpg?1783927729" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Thoughtseize" src="https://cards.scryfall.io/large/front/e/6/e6e76c6b-9d60-4bc8-b88d-6c9c7fade9a6.jpg?1783927729" />
    </div>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:329.29},{&quot;2026-06-13&quot;:329.29},{&quot;2026-06-14&quot;:329.29},{&quot;2026-06-15&quot;:329.29},{&quot;2026-06-16&quot;:329.29},{&quot;2026-06-17&quot;:329.29},{&quot;2026-06-18&quot;:329.29},{&quot;2026-06-19&quot;:329.29},{&quot;2026-06-20&quot;:329.29},{&quot;2026-06-21&quot;:329.29},{&quot;2026-06-22&quot;:329.29},{&quot;2026-06-23&quot;:329.29},{&quot;2026-06-24&quot;:329.29},{&quot;2026-06-25&quot;:329.29},{&quot;2026-06-26&quot;:329.29},{&quot;2026-06-27&quot;:329.29},{&quot;2026-06-28&quot;:329.29},{&quot;2026-06-29&quot;:329.29},{&quot;2026-06-30&quot;:329.29},{&quot;2026-07-01&quot;:329.29},{&quot;2026-07-02&quot;:329.29},{&quot;2026-07-03&quot;:329.29},{&quot;2026-07-04&quot;:329.29},{&quot;2026-07-05&quot;:329.29},{&quot;2026-07-06&quot;:329.29},{&quot;2026-07-07&quot;:329.29},{&quot;2026-07-08&quot;:329.29},{&quot;2026-07-09&quot;:329.29},{&quot;2026-07-10&quot;:329.29},{&quot;2026-07-11&quot;:329.29},{&quot;2026-07-12&quot;:329.29},{&quot;2026-07-13&quot;:329.29},{&quot;2026-07-14&quot;:329.29},{&quot;2026-07-15&quot;:329.29},{&quot;2026-07-16&quot;:329.29},{&quot;2026-07-17&quot;:329.29},{&quot;2026-07-18&quot;:329.29},{&quot;2026-07-19&quot;:329.29},{&quot;2026-07-20&quot;:329.29},{&quot;2026-07-21&quot;:329.29},{&quot;2026-07-23&quot;:329.29},{&quot;2026-07-24&quot;:329.29},{&quot;2026-07-25&quot;:329.29},{&quot;2026-07-26&quot;:329.29},{&quot;2026-07-27&quot;:329.29},{&quot;2026-07-28&quot;:329.29},{&quot;2026-07-29&quot;:329.29},{&quot;2026-07-30&quot;:329.29},{&quot;2026-07-31&quot;:329.29},{&quot;2026-08-01&quot;:329.29},{&quot;2026-08-02&quot;:329.29},{&quot;2026-08-03&quot;:329.29},{&quot;2026-08-04&quot;:329.29},{&quot;2026-08-05&quot;:329.29},{&quot;2026-08-07&quot;:329.29},{&quot;2026-08-08&quot;:329.29},{&quot;2026-08-09&quot;:329.29},{&quot;2026-08-10&quot;:329.29},{&quot;2026-08-11&quot;:329.29},{&quot;2026-08-12&quot;:329.29},{&quot;2026-08-13&quot;:329.29},{&quot;2026-08-14&quot;:329.29},{&quot;2026-08-15&quot;:329.29},{&quot;2026-08-16&quot;:329.29},{&quot;2026-08-17&quot;:329.29},{&quot;2026-08-18&quot;:329.29},{&quot;2026-08-19&quot;:329.29},{&quot;2026-08-20&quot;:329.29},{&quot;2026-08-21&quot;:333.59},{&quot;2026-08-22&quot;:333.59},{&quot;2026-08-23&quot;:333.59},{&quot;2026-08-24&quot;:333.59},{&quot;2026-08-25&quot;:333.59},{&quot;2026-08-26&quot;:333.59},{&quot;2026-08-27&quot;:338.49},{&quot;2026-08-28&quot;:338.49},{&quot;2026-08-29&quot;:338.49},{&quot;2026-08-30&quot;:338.49},{&quot;2026-08-31&quot;:338.49},{&quot;2026-09-01&quot;:338.49},{&quot;2026-09-02&quot;:338.49},{&quot;2026-09-03&quot;:338.49},{&quot;2026-09-04&quot;:344.2},{&quot;2026-09-05&quot;:344.2},{&quot;2026-09-06&quot;:344.2},{&quot;2026-09-07&quot;:344.2},{&quot;2026-09-08&quot;:344.2},{&quot;2026-09-09&quot;:344.2},{&quot;2026-09-10&quot;:344.2},{&quot;2026-09-11&quot;:344.2}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:12.39},{&quot;2026-06-13&quot;:12.39},{&quot;2026-06-14&quot;:12.39},{&quot;2026-06-15&quot;:12.4},{&quot;2026-06-16&quot;:12.39},{&quot;2026-06-17&quot;:12.39},{&quot;2026-06-18&quot;:12.39},{&quot;2026-06-19&quot;:12.61},{&quot;2026-06-20&quot;:12.98},{&quot;2026-06-21&quot;:12.98},{&quot;2026-06-22&quot;:12.98},{&quot;2026-06-23&quot;:12.98},{&quot;2026-06-24&quot;:13.13},{&quot;2026-06-25&quot;:13.14},{&quot;2026-06-26&quot;:13.41},{&quot;2026-06-27&quot;:13.41},{&quot;2026-06-28&quot;:13.41},{&quot;2026-06-29&quot;:13.4},{&quot;2026-06-30&quot;:13.52},{&quot;2026-07-01&quot;:13.7},{&quot;2026-07-02&quot;:13.84},{&quot;2026-07-03&quot;:13.83},{&quot;2026-07-04&quot;:13.82},{&quot;2026-07-05&quot;:14.2},{&quot;2026-07-06&quot;:14.2},{&quot;2026-07-07&quot;:14.11},{&quot;2026-07-08&quot;:14.11},{&quot;2026-07-09&quot;:14.11},{&quot;2026-07-10&quot;:14.11},{&quot;2026-07-11&quot;:14.1},{&quot;2026-07-12&quot;:14.06},{&quot;2026-07-13&quot;:14.1},{&quot;2026-07-14&quot;:14.1},{&quot;2026-07-15&quot;:13.95},{&quot;2026-07-16&quot;:13.97},{&quot;2026-07-17&quot;:13.97},{&quot;2026-07-18&quot;:13.97},{&quot;2026-07-19&quot;:14.0},{&quot;2026-07-20&quot;:13.95},{&quot;2026-07-21&quot;:13.95},{&quot;2026-07-23&quot;:13.89},{&quot;2026-07-24&quot;:13.55},{&quot;2026-07-25&quot;:13.54},{&quot;2026-07-26&quot;:13.68},{&quot;2026-07-27&quot;:13.43},{&quot;2026-07-28&quot;:13.43},{&quot;2026-07-29&quot;:13.44},{&quot;2026-07-30&quot;:13.44},{&quot;2026-07-31&quot;:13.54},{&quot;2026-08-01&quot;:13.54},{&quot;2026-08-02&quot;:13.54},{&quot;2026-08-03&quot;:13.61},{&quot;2026-08-04&quot;:13.93},{&quot;2026-08-05&quot;:13.93},{&quot;2026-08-07&quot;:13.78},{&quot;2026-08-08&quot;:13.78},{&quot;2026-08-09&quot;:13.8},{&quot;2026-08-10&quot;:13.8},{&quot;2026-08-11&quot;:13.8},{&quot;2026-08-12&quot;:13.79},{&quot;2026-08-13&quot;:13.79},{&quot;2026-08-14&quot;:13.81},{&quot;2026-08-15&quot;:13.8},{&quot;2026-08-16&quot;:13.76},{&quot;2026-08-17&quot;:13.77},{&quot;2026-08-18&quot;:13.77},{&quot;2026-08-19&quot;:13.67},{&quot;2026-08-20&quot;:13.67},{&quot;2026-08-21&quot;:13.66},{&quot;2026-08-22&quot;:13.7},{&quot;2026-08-23&quot;:13.7},{&quot;2026-08-24&quot;:13.7},{&quot;2026-08-25&quot;:13.84},{&quot;2026-08-26&quot;:13.84},{&quot;2026-08-27&quot;:13.5},{&quot;2026-08-28&quot;:13.61},{&quot;2026-08-29&quot;:13.61},{&quot;2026-08-30&quot;:13.7},{&quot;2026-08-31&quot;:13.71},{&quot;2026-09-01&quot;:13.89},{&quot;2026-09-02&quot;:14.17},{&quot;2026-09-03&quot;:14.17},{&quot;2026-09-04&quot;:14.17},{&quot;2026-09-05&quot;:14.17},{&quot;2026-09-06&quot;:14.24},{&quot;2026-09-07&quot;:14.24},{&quot;2026-09-08&quot;:14.24},{&quot;2026-09-09&quot;:14.24},{&quot;2026-09-10&quot;:14.66},{&quot;2026-09-11&quot;:14.66}]}"
        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="12292"
  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">
            Descent into Avernus
        </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">
            $14.60
          </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="Descent into Avernus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/faadf72f-b2d5-4271-8d5c-a586acf63453.jpg?1783922742" />

        <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">
            Descent into Avernus
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Descent into Avernus" src="https://cards.scryfall.io/large/front/f/a/faadf72f-b2d5-4271-8d5c-a586acf63453.jpg?1783922742" />
    </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">
                $14.60
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:15.55},{&quot;2026-06-12&quot;:16.29},{&quot;2026-06-13&quot;:16.29},{&quot;2026-06-14&quot;:16.29},{&quot;2026-06-15&quot;:16.29},{&quot;2026-06-16&quot;:16.29},{&quot;2026-06-17&quot;:16.29},{&quot;2026-06-18&quot;:16.54},{&quot;2026-06-19&quot;:16.54},{&quot;2026-06-20&quot;:16.54},{&quot;2026-06-21&quot;:16.54},{&quot;2026-06-22&quot;:16.54},{&quot;2026-06-23&quot;:16.54},{&quot;2026-06-24&quot;:16.54},{&quot;2026-06-25&quot;:16.54},{&quot;2026-06-26&quot;:16.54},{&quot;2026-06-27&quot;:16.54},{&quot;2026-06-28&quot;:16.55},{&quot;2026-06-29&quot;:16.55},{&quot;2026-06-30&quot;:16.55},{&quot;2026-07-01&quot;:16.49},{&quot;2026-07-02&quot;:16.68},{&quot;2026-07-03&quot;:16.93},{&quot;2026-07-04&quot;:16.93},{&quot;2026-07-05&quot;:16.93},{&quot;2026-07-06&quot;:16.93},{&quot;2026-07-07&quot;:17.05},{&quot;2026-07-08&quot;:17.05},{&quot;2026-07-09&quot;:17.05},{&quot;2026-07-10&quot;:17.05},{&quot;2026-07-11&quot;:17.05},{&quot;2026-07-12&quot;:16.7},{&quot;2026-07-13&quot;:16.7},{&quot;2026-07-14&quot;:16.7},{&quot;2026-07-15&quot;:16.7},{&quot;2026-07-16&quot;:16.7},{&quot;2026-07-17&quot;:16.7},{&quot;2026-07-18&quot;:16.7},{&quot;2026-07-19&quot;:16.7},{&quot;2026-07-20&quot;:16.7},{&quot;2026-07-21&quot;:16.7},{&quot;2026-07-23&quot;:16.86},{&quot;2026-07-25&quot;:16.86},{&quot;2026-07-26&quot;:16.86},{&quot;2026-07-27&quot;:16.79},{&quot;2026-07-28&quot;:16.79},{&quot;2026-07-29&quot;:16.65},{&quot;2026-07-30&quot;:16.21},{&quot;2026-07-31&quot;:16.21},{&quot;2026-08-01&quot;:16.19},{&quot;2026-08-02&quot;:16.2},{&quot;2026-08-03&quot;:16.23},{&quot;2026-08-04&quot;:16.02},{&quot;2026-08-05&quot;:16.02},{&quot;2026-08-07&quot;:15.77},{&quot;2026-08-08&quot;:15.73},{&quot;2026-08-09&quot;:15.54},{&quot;2026-08-10&quot;:15.08},{&quot;2026-08-11&quot;:14.79},{&quot;2026-08-12&quot;:14.26},{&quot;2026-08-13&quot;:14.07},{&quot;2026-08-14&quot;:13.93},{&quot;2026-08-15&quot;:13.81},{&quot;2026-08-16&quot;:13.86},{&quot;2026-08-17&quot;:13.61},{&quot;2026-08-18&quot;:13.66},{&quot;2026-08-19&quot;:13.69},{&quot;2026-08-20&quot;:13.69},{&quot;2026-08-21&quot;:13.58},{&quot;2026-08-22&quot;:13.6},{&quot;2026-08-23&quot;:13.62},{&quot;2026-08-24&quot;:13.65},{&quot;2026-08-25&quot;:13.65},{&quot;2026-08-26&quot;:13.8},{&quot;2026-08-27&quot;:13.86},{&quot;2026-08-28&quot;:13.85},{&quot;2026-08-29&quot;:13.85},{&quot;2026-08-30&quot;:13.58},{&quot;2026-08-31&quot;:13.74},{&quot;2026-09-01&quot;:13.74},{&quot;2026-09-02&quot;:13.76},{&quot;2026-09-03&quot;:13.76},{&quot;2026-09-04&quot;:13.33},{&quot;2026-09-05&quot;:13.6},{&quot;2026-09-06&quot;:13.56},{&quot;2026-09-07&quot;:13.45},{&quot;2026-09-08&quot;:13.45},{&quot;2026-09-09&quot;:13.43},{&quot;2026-09-10&quot;:13.43},{&quot;2026-09-11&quot;:13.43}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:12.61},{&quot;2026-06-12&quot;:13.13},{&quot;2026-06-13&quot;:13.33},{&quot;2026-06-14&quot;:12.86},{&quot;2026-06-15&quot;:13.06},{&quot;2026-06-16&quot;:13.16},{&quot;2026-06-17&quot;:13.08},{&quot;2026-06-18&quot;:13.71},{&quot;2026-06-19&quot;:13.34},{&quot;2026-06-20&quot;:13.46},{&quot;2026-06-21&quot;:12.15},{&quot;2026-06-22&quot;:12.38},{&quot;2026-06-23&quot;:12.17},{&quot;2026-06-24&quot;:12.94},{&quot;2026-06-25&quot;:13.04},{&quot;2026-06-26&quot;:12.78},{&quot;2026-06-27&quot;:12.33},{&quot;2026-06-28&quot;:12.18},{&quot;2026-06-29&quot;:11.75},{&quot;2026-06-30&quot;:12.39},{&quot;2026-07-01&quot;:12.79},{&quot;2026-07-02&quot;:12.79},{&quot;2026-07-03&quot;:12.84},{&quot;2026-07-04&quot;:12.97},{&quot;2026-07-05&quot;:13.41},{&quot;2026-07-06&quot;:12.93},{&quot;2026-07-07&quot;:12.84},{&quot;2026-07-08&quot;:12.85},{&quot;2026-07-09&quot;:13.08},{&quot;2026-07-10&quot;:13.61},{&quot;2026-07-11&quot;:13.61},{&quot;2026-07-12&quot;:13.53},{&quot;2026-07-13&quot;:13.21},{&quot;2026-07-14&quot;:13.53},{&quot;2026-07-15&quot;:13.48},{&quot;2026-07-16&quot;:12.76},{&quot;2026-07-17&quot;:12.07},{&quot;2026-07-18&quot;:12.0},{&quot;2026-07-19&quot;:12.08},{&quot;2026-07-20&quot;:12.21},{&quot;2026-07-21&quot;:12.56},{&quot;2026-07-23&quot;:12.78},{&quot;2026-07-25&quot;:12.67},{&quot;2026-07-26&quot;:12.87},{&quot;2026-07-27&quot;:12.81},{&quot;2026-07-28&quot;:12.95},{&quot;2026-07-29&quot;:13.17},{&quot;2026-07-30&quot;:13.05},{&quot;2026-07-31&quot;:13.18},{&quot;2026-08-01&quot;:13.06},{&quot;2026-08-02&quot;:12.76},{&quot;2026-08-03&quot;:12.21},{&quot;2026-08-04&quot;:12.04},{&quot;2026-08-05&quot;:12.08},{&quot;2026-08-07&quot;:12.55},{&quot;2026-08-08&quot;:12.58},{&quot;2026-08-09&quot;:12.73},{&quot;2026-08-10&quot;:12.42},{&quot;2026-08-11&quot;:12.69},{&quot;2026-08-12&quot;:12.23},{&quot;2026-08-13&quot;:12.27},{&quot;2026-08-14&quot;:11.94},{&quot;2026-08-15&quot;:12.14},{&quot;2026-08-16&quot;:12.03},{&quot;2026-08-17&quot;:12.02},{&quot;2026-08-18&quot;:12.05},{&quot;2026-08-19&quot;:12.02},{&quot;2026-08-20&quot;:12.02},{&quot;2026-08-21&quot;:13.2},{&quot;2026-08-22&quot;:13.2},{&quot;2026-08-23&quot;:13.24},{&quot;2026-08-24&quot;:13.28},{&quot;2026-08-25&quot;:13.28},{&quot;2026-08-26&quot;:13.95},{&quot;2026-08-27&quot;:13.78},{&quot;2026-08-28&quot;:12.83},{&quot;2026-08-29&quot;:12.83},{&quot;2026-08-30&quot;:13.03},{&quot;2026-08-31&quot;:13.27},{&quot;2026-09-01&quot;:13.27},{&quot;2026-09-02&quot;:12.99},{&quot;2026-09-03&quot;:13.37},{&quot;2026-09-04&quot;:13.87},{&quot;2026-09-05&quot;:14.31},{&quot;2026-09-06&quot;:14.44},{&quot;2026-09-07&quot;:13.81},{&quot;2026-09-08&quot;:13.96},{&quot;2026-09-09&quot;:15.41},{&quot;2026-09-10&quot;:14.86},{&quot;2026-09-11&quot;:14.6}]}"
        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="80463"
  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">
            Seize the Day
        </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">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $14.60
          </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="Seize the Day" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0ee67808-abe3-4755-83a0-03681ad5f82f.jpg?1783933798" />

        <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">
            Seize the Day
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Seize the Day" src="https://cards.scryfall.io/large/front/0/e/0ee67808-abe3-4755-83a0-03681ad5f82f.jpg?1783933798" />
    </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">
                $14.60
              </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">
                $16.50
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:16.14},{&quot;2026-06-12&quot;:16.14},{&quot;2026-06-13&quot;:16.14},{&quot;2026-06-14&quot;:16.14},{&quot;2026-06-15&quot;:16.14},{&quot;2026-06-16&quot;:16.14},{&quot;2026-06-17&quot;:16.14},{&quot;2026-06-18&quot;:16.14},{&quot;2026-06-19&quot;:16.14},{&quot;2026-06-20&quot;:16.14},{&quot;2026-06-21&quot;:16.14},{&quot;2026-06-22&quot;:16.14},{&quot;2026-06-23&quot;:16.14},{&quot;2026-06-24&quot;:16.14},{&quot;2026-06-25&quot;:16.14},{&quot;2026-06-26&quot;:16.14},{&quot;2026-06-27&quot;:16.14},{&quot;2026-06-28&quot;:16.14},{&quot;2026-06-29&quot;:16.14},{&quot;2026-06-30&quot;:16.14},{&quot;2026-07-01&quot;:16.14},{&quot;2026-07-02&quot;:16.14},{&quot;2026-07-03&quot;:16.14},{&quot;2026-07-04&quot;:16.14},{&quot;2026-07-05&quot;:16.14},{&quot;2026-07-06&quot;:16.14},{&quot;2026-07-07&quot;:16.14},{&quot;2026-07-08&quot;:16.2},{&quot;2026-07-09&quot;:16.2},{&quot;2026-07-10&quot;:16.2},{&quot;2026-07-11&quot;:16.2},{&quot;2026-07-12&quot;:16.2},{&quot;2026-07-13&quot;:16.2},{&quot;2026-07-14&quot;:16.2},{&quot;2026-07-15&quot;:16.2},{&quot;2026-07-16&quot;:16.2},{&quot;2026-07-17&quot;:16.2},{&quot;2026-07-18&quot;:16.2},{&quot;2026-07-19&quot;:16.2},{&quot;2026-07-20&quot;:16.2},{&quot;2026-07-21&quot;:16.18},{&quot;2026-07-23&quot;:16.18},{&quot;2026-07-25&quot;:16.18},{&quot;2026-07-26&quot;:16.18},{&quot;2026-07-27&quot;:16.18},{&quot;2026-07-28&quot;:16.18},{&quot;2026-07-29&quot;:16.18},{&quot;2026-07-30&quot;:16.18},{&quot;2026-07-31&quot;:16.18},{&quot;2026-08-01&quot;:16.18},{&quot;2026-08-02&quot;:16.25},{&quot;2026-08-03&quot;:16.25},{&quot;2026-08-04&quot;:16.25},{&quot;2026-08-05&quot;:16.25},{&quot;2026-08-07&quot;:16.24},{&quot;2026-08-08&quot;:16.24},{&quot;2026-08-09&quot;:16.24},{&quot;2026-08-10&quot;:16.24},{&quot;2026-08-11&quot;:16.24},{&quot;2026-08-12&quot;:16.24},{&quot;2026-08-13&quot;:16.24},{&quot;2026-08-14&quot;:16.24},{&quot;2026-08-15&quot;:16.24},{&quot;2026-08-16&quot;:16.23},{&quot;2026-08-17&quot;:16.35},{&quot;2026-08-18&quot;:16.35},{&quot;2026-08-19&quot;:16.35},{&quot;2026-08-20&quot;:16.35},{&quot;2026-08-21&quot;:16.35},{&quot;2026-08-22&quot;:16.35},{&quot;2026-08-23&quot;:16.35},{&quot;2026-08-24&quot;:16.35},{&quot;2026-08-25&quot;:16.35},{&quot;2026-08-26&quot;:16.35},{&quot;2026-08-27&quot;:16.5},{&quot;2026-08-28&quot;:16.5},{&quot;2026-08-29&quot;:16.5},{&quot;2026-08-30&quot;:16.5},{&quot;2026-08-31&quot;:16.5},{&quot;2026-09-01&quot;:16.5},{&quot;2026-09-02&quot;:16.5},{&quot;2026-09-03&quot;:16.5},{&quot;2026-09-04&quot;:16.5},{&quot;2026-09-05&quot;:16.5},{&quot;2026-09-06&quot;:16.5},{&quot;2026-09-07&quot;:16.5},{&quot;2026-09-08&quot;:16.5},{&quot;2026-09-09&quot;:16.5},{&quot;2026-09-10&quot;:16.5},{&quot;2026-09-11&quot;:16.5}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:15.64},{&quot;2026-06-12&quot;:15.64},{&quot;2026-06-13&quot;:15.55},{&quot;2026-06-14&quot;:15.69},{&quot;2026-06-15&quot;:16.02},{&quot;2026-06-16&quot;:15.91},{&quot;2026-06-17&quot;:15.82},{&quot;2026-06-18&quot;:15.67},{&quot;2026-06-19&quot;:15.67},{&quot;2026-06-20&quot;:15.37},{&quot;2026-06-21&quot;:15.09},{&quot;2026-06-22&quot;:15.54},{&quot;2026-06-23&quot;:15.84},{&quot;2026-06-24&quot;:16.1},{&quot;2026-06-25&quot;:16.16},{&quot;2026-06-26&quot;:16.32},{&quot;2026-06-27&quot;:16.33},{&quot;2026-06-28&quot;:16.43},{&quot;2026-06-29&quot;:16.59},{&quot;2026-06-30&quot;:16.59},{&quot;2026-07-01&quot;:16.55},{&quot;2026-07-02&quot;:16.46},{&quot;2026-07-03&quot;:16.46},{&quot;2026-07-04&quot;:16.4},{&quot;2026-07-05&quot;:16.26},{&quot;2026-07-06&quot;:16.29},{&quot;2026-07-07&quot;:16.36},{&quot;2026-07-08&quot;:16.36},{&quot;2026-07-09&quot;:16.36},{&quot;2026-07-10&quot;:16.36},{&quot;2026-07-11&quot;:16.36},{&quot;2026-07-12&quot;:16.36},{&quot;2026-07-13&quot;:16.36},{&quot;2026-07-14&quot;:16.36},{&quot;2026-07-15&quot;:16.49},{&quot;2026-07-16&quot;:16.65},{&quot;2026-07-17&quot;:16.74},{&quot;2026-07-18&quot;:16.74},{&quot;2026-07-19&quot;:16.74},{&quot;2026-07-20&quot;:16.74},{&quot;2026-07-21&quot;:16.61},{&quot;2026-07-23&quot;:16.61},{&quot;2026-07-25&quot;:16.68},{&quot;2026-07-26&quot;:16.68},{&quot;2026-07-27&quot;:16.68},{&quot;2026-07-28&quot;:16.69},{&quot;2026-07-29&quot;:16.69},{&quot;2026-07-30&quot;:16.69},{&quot;2026-07-31&quot;:16.69},{&quot;2026-08-01&quot;:16.71},{&quot;2026-08-02&quot;:16.71},{&quot;2026-08-03&quot;:16.87},{&quot;2026-08-04&quot;:16.87},{&quot;2026-08-05&quot;:16.87},{&quot;2026-08-07&quot;:16.87},{&quot;2026-08-08&quot;:16.87},{&quot;2026-08-09&quot;:16.73},{&quot;2026-08-10&quot;:16.73},{&quot;2026-08-11&quot;:16.73},{&quot;2026-08-12&quot;:16.73},{&quot;2026-08-13&quot;:16.73},{&quot;2026-08-14&quot;:16.73},{&quot;2026-08-15&quot;:16.73},{&quot;2026-08-16&quot;:16.73},{&quot;2026-08-17&quot;:16.73},{&quot;2026-08-18&quot;:16.67},{&quot;2026-08-19&quot;:16.69},{&quot;2026-08-20&quot;:16.69},{&quot;2026-08-21&quot;:16.69},{&quot;2026-08-22&quot;:16.36},{&quot;2026-08-23&quot;:16.36},{&quot;2026-08-24&quot;:16.36},{&quot;2026-08-25&quot;:16.36},{&quot;2026-08-26&quot;:16.36},{&quot;2026-08-27&quot;:16.36},{&quot;2026-08-28&quot;:16.36},{&quot;2026-08-29&quot;:16.36},{&quot;2026-08-30&quot;:15.47},{&quot;2026-08-31&quot;:14.87},{&quot;2026-09-01&quot;:14.87},{&quot;2026-09-02&quot;:14.97},{&quot;2026-09-03&quot;:14.97},{&quot;2026-09-04&quot;:14.97},{&quot;2026-09-05&quot;:14.97},{&quot;2026-09-06&quot;:15.07},{&quot;2026-09-07&quot;:15.07},{&quot;2026-09-08&quot;:15.03},{&quot;2026-09-09&quot;:15.03},{&quot;2026-09-10&quot;:15.03},{&quot;2026-09-11&quot;:14.6}]}"
        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="91121"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Cryptolith Rite
        </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">
            $14.52
          </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="Cryptolith Rite" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/9/c9accff6-ed4c-484e-ad2c-f8056f0d35e3.jpg?1783908039" />

        <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">
            Cryptolith Rite
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Cryptolith Rite" src="https://cards.scryfall.io/large/front/c/9/c9accff6-ed4c-484e-ad2c-f8056f0d35e3.jpg?1783908039" />
    </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">
                $14.52
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:8.68},{&quot;2026-06-12&quot;:8.7},{&quot;2026-06-13&quot;:8.5},{&quot;2026-06-14&quot;:8.38},{&quot;2026-06-15&quot;:8.28},{&quot;2026-06-16&quot;:8.33},{&quot;2026-06-17&quot;:8.53},{&quot;2026-06-18&quot;:8.29},{&quot;2026-06-19&quot;:8.51},{&quot;2026-06-20&quot;:8.69},{&quot;2026-06-21&quot;:8.77},{&quot;2026-06-22&quot;:8.86},{&quot;2026-06-23&quot;:9.0},{&quot;2026-06-24&quot;:9.0},{&quot;2026-06-25&quot;:8.98},{&quot;2026-06-26&quot;:8.98},{&quot;2026-06-27&quot;:8.98},{&quot;2026-06-28&quot;:9.0},{&quot;2026-06-29&quot;:9.31},{&quot;2026-06-30&quot;:9.43},{&quot;2026-07-01&quot;:9.42},{&quot;2026-07-02&quot;:9.66},{&quot;2026-07-03&quot;:10.09},{&quot;2026-07-04&quot;:10.45},{&quot;2026-07-05&quot;:10.45},{&quot;2026-07-06&quot;:10.49},{&quot;2026-07-07&quot;:10.28},{&quot;2026-07-08&quot;:10.19},{&quot;2026-07-09&quot;:10.19},{&quot;2026-07-10&quot;:10.4},{&quot;2026-07-11&quot;:10.5},{&quot;2026-07-12&quot;:10.46},{&quot;2026-07-13&quot;:10.69},{&quot;2026-07-14&quot;:11.03},{&quot;2026-07-15&quot;:10.79},{&quot;2026-07-16&quot;:11.02},{&quot;2026-07-17&quot;:10.9},{&quot;2026-07-18&quot;:11.43},{&quot;2026-07-19&quot;:11.59},{&quot;2026-07-20&quot;:11.96},{&quot;2026-07-21&quot;:12.63},{&quot;2026-07-23&quot;:12.85},{&quot;2026-07-25&quot;:12.96},{&quot;2026-07-26&quot;:12.96},{&quot;2026-07-27&quot;:13.15},{&quot;2026-07-28&quot;:13.15},{&quot;2026-07-29&quot;:13.3},{&quot;2026-07-30&quot;:13.37},{&quot;2026-07-31&quot;:13.04},{&quot;2026-08-01&quot;:13.04},{&quot;2026-08-02&quot;:13.07},{&quot;2026-08-03&quot;:13.19},{&quot;2026-08-04&quot;:13.1},{&quot;2026-08-05&quot;:13.1},{&quot;2026-08-07&quot;:13.26},{&quot;2026-08-08&quot;:13.26},{&quot;2026-08-09&quot;:13.38},{&quot;2026-08-10&quot;:13.38},{&quot;2026-08-11&quot;:13.62},{&quot;2026-08-12&quot;:13.74},{&quot;2026-08-13&quot;:13.86},{&quot;2026-08-14&quot;:14.01},{&quot;2026-08-15&quot;:14.38},{&quot;2026-08-16&quot;:14.14},{&quot;2026-08-17&quot;:14.14},{&quot;2026-08-18&quot;:14.14},{&quot;2026-08-19&quot;:14.19},{&quot;2026-08-20&quot;:14.19},{&quot;2026-08-21&quot;:14.48},{&quot;2026-08-22&quot;:14.55},{&quot;2026-08-23&quot;:14.72},{&quot;2026-08-24&quot;:15.03},{&quot;2026-08-25&quot;:15.07},{&quot;2026-08-26&quot;:15.07},{&quot;2026-08-27&quot;:15.07},{&quot;2026-08-28&quot;:15.26},{&quot;2026-08-29&quot;:15.26},{&quot;2026-08-30&quot;:15.3},{&quot;2026-08-31&quot;:15.3},{&quot;2026-09-01&quot;:15.3},{&quot;2026-09-02&quot;:15.34},{&quot;2026-09-03&quot;:15.58},{&quot;2026-09-04&quot;:15.67},{&quot;2026-09-05&quot;:15.7},{&quot;2026-09-06&quot;:15.67},{&quot;2026-09-07&quot;:15.86},{&quot;2026-09-08&quot;:15.86},{&quot;2026-09-09&quot;:16.06},{&quot;2026-09-10&quot;:16.06},{&quot;2026-09-11&quot;:16.21}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:8.67},{&quot;2026-06-12&quot;:9.21},{&quot;2026-06-13&quot;:9.12},{&quot;2026-06-14&quot;:8.97},{&quot;2026-06-15&quot;:9.43},{&quot;2026-06-16&quot;:9.54},{&quot;2026-06-17&quot;:9.85},{&quot;2026-06-18&quot;:9.69},{&quot;2026-06-19&quot;:9.66},{&quot;2026-06-20&quot;:9.49},{&quot;2026-06-21&quot;:9.73},{&quot;2026-06-22&quot;:9.5},{&quot;2026-06-23&quot;:9.63},{&quot;2026-06-24&quot;:9.75},{&quot;2026-06-25&quot;:9.83},{&quot;2026-06-26&quot;:9.65},{&quot;2026-06-27&quot;:9.51},{&quot;2026-06-28&quot;:9.43},{&quot;2026-06-29&quot;:9.18},{&quot;2026-06-30&quot;:9.16},{&quot;2026-07-01&quot;:9.09},{&quot;2026-07-02&quot;:9.46},{&quot;2026-07-03&quot;:9.48},{&quot;2026-07-04&quot;:9.19},{&quot;2026-07-05&quot;:8.89},{&quot;2026-07-06&quot;:9.21},{&quot;2026-07-07&quot;:9.12},{&quot;2026-07-08&quot;:9.27},{&quot;2026-07-09&quot;:9.45},{&quot;2026-07-10&quot;:9.98},{&quot;2026-07-11&quot;:10.29},{&quot;2026-07-12&quot;:10.63},{&quot;2026-07-13&quot;:10.74},{&quot;2026-07-14&quot;:10.59},{&quot;2026-07-15&quot;:11.09},{&quot;2026-07-16&quot;:11.16},{&quot;2026-07-17&quot;:11.26},{&quot;2026-07-18&quot;:11.15},{&quot;2026-07-19&quot;:11.25},{&quot;2026-07-20&quot;:11.75},{&quot;2026-07-21&quot;:11.69},{&quot;2026-07-23&quot;:12.1},{&quot;2026-07-25&quot;:11.83},{&quot;2026-07-26&quot;:11.81},{&quot;2026-07-27&quot;:12.02},{&quot;2026-07-28&quot;:12.09},{&quot;2026-07-29&quot;:12.7},{&quot;2026-07-30&quot;:12.74},{&quot;2026-07-31&quot;:12.79},{&quot;2026-08-01&quot;:12.79},{&quot;2026-08-02&quot;:12.93},{&quot;2026-08-03&quot;:13.62},{&quot;2026-08-04&quot;:14.1},{&quot;2026-08-05&quot;:14.04},{&quot;2026-08-07&quot;:13.91},{&quot;2026-08-08&quot;:14.13},{&quot;2026-08-09&quot;:14.21},{&quot;2026-08-10&quot;:14.23},{&quot;2026-08-11&quot;:14.23},{&quot;2026-08-12&quot;:14.26},{&quot;2026-08-13&quot;:14.09},{&quot;2026-08-14&quot;:14.08},{&quot;2026-08-15&quot;:14.09},{&quot;2026-08-16&quot;:14.4},{&quot;2026-08-17&quot;:14.26},{&quot;2026-08-18&quot;:14.53},{&quot;2026-08-19&quot;:14.53},{&quot;2026-08-20&quot;:14.53},{&quot;2026-08-21&quot;:14.17},{&quot;2026-08-22&quot;:14.3},{&quot;2026-08-23&quot;:14.37},{&quot;2026-08-24&quot;:14.39},{&quot;2026-08-25&quot;:14.64},{&quot;2026-08-26&quot;:14.69},{&quot;2026-08-27&quot;:14.5},{&quot;2026-08-28&quot;:14.54},{&quot;2026-08-29&quot;:14.54},{&quot;2026-08-30&quot;:14.54},{&quot;2026-08-31&quot;:14.73},{&quot;2026-09-01&quot;:14.73},{&quot;2026-09-02&quot;:14.77},{&quot;2026-09-03&quot;:14.76},{&quot;2026-09-04&quot;:14.71},{&quot;2026-09-05&quot;:14.57},{&quot;2026-09-06&quot;:14.57},{&quot;2026-09-07&quot;:14.3},{&quot;2026-09-08&quot;:14.53},{&quot;2026-09-09&quot;:14.52},{&quot;2026-09-10&quot;:14.52},{&quot;2026-09-11&quot;:14.52}]}"
        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="96193"
  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-eoe 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">
            Dawnsire, Sunstar Dreadnought
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.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="Dawnsire, Sunstar Dreadnought" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/6133355c-3dcf-466a-b771-fe6c44d4fa4d.jpg?1782685420" />

        <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">
            Dawnsire, Sunstar Dreadnought
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dawnsire, Sunstar Dreadnought" src="https://cards.scryfall.io/large/front/6/1/6133355c-3dcf-466a-b771-fe6c44d4fa4d.jpg?1782685420" />
    </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">
                $14.51
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.52},{&quot;2026-06-14&quot;:6.52},{&quot;2026-06-15&quot;:6.52},{&quot;2026-06-16&quot;:6.52},{&quot;2026-06-17&quot;:6.62},{&quot;2026-06-18&quot;:6.61},{&quot;2026-06-19&quot;:6.62},{&quot;2026-06-20&quot;:6.62},{&quot;2026-06-21&quot;:6.62},{&quot;2026-06-22&quot;:6.6},{&quot;2026-06-23&quot;:6.63},{&quot;2026-06-24&quot;:6.55},{&quot;2026-06-25&quot;:6.57},{&quot;2026-06-26&quot;:6.64},{&quot;2026-06-27&quot;:6.62},{&quot;2026-06-28&quot;:6.85},{&quot;2026-06-29&quot;:6.89},{&quot;2026-06-30&quot;:6.88},{&quot;2026-07-01&quot;:6.9},{&quot;2026-07-02&quot;:6.9},{&quot;2026-07-03&quot;:6.93},{&quot;2026-07-04&quot;:6.93},{&quot;2026-07-05&quot;:6.83},{&quot;2026-07-06&quot;:6.94},{&quot;2026-07-07&quot;:7.11},{&quot;2026-07-08&quot;:7.11},{&quot;2026-07-09&quot;:7.24},{&quot;2026-07-10&quot;:7.24},{&quot;2026-07-11&quot;:7.26},{&quot;2026-07-12&quot;:7.26},{&quot;2026-07-13&quot;:7.25},{&quot;2026-07-14&quot;:7.25},{&quot;2026-07-15&quot;:7.22},{&quot;2026-07-16&quot;:7.22},{&quot;2026-07-17&quot;:7.05},{&quot;2026-07-18&quot;:7.02},{&quot;2026-07-19&quot;:7.06},{&quot;2026-07-20&quot;:6.98},{&quot;2026-07-21&quot;:7.01},{&quot;2026-07-22&quot;:7.03},{&quot;2026-07-23&quot;:6.99},{&quot;2026-07-24&quot;:6.81},{&quot;2026-07-25&quot;:6.85},{&quot;2026-07-26&quot;:6.77},{&quot;2026-07-27&quot;:6.73},{&quot;2026-07-28&quot;:6.81},{&quot;2026-07-29&quot;:7.41},{&quot;2026-07-30&quot;:7.61},{&quot;2026-07-31&quot;:7.69},{&quot;2026-08-01&quot;:7.68},{&quot;2026-08-02&quot;:7.68},{&quot;2026-08-03&quot;:7.83},{&quot;2026-08-04&quot;:7.98},{&quot;2026-08-05&quot;:7.49},{&quot;2026-08-07&quot;:7.31},{&quot;2026-08-08&quot;:7.31},{&quot;2026-08-09&quot;:7.91},{&quot;2026-08-10&quot;:8.6},{&quot;2026-08-11&quot;:9.06},{&quot;2026-08-12&quot;:9.04},{&quot;2026-08-13&quot;:9.04},{&quot;2026-08-14&quot;:9.76},{&quot;2026-08-15&quot;:9.69},{&quot;2026-08-16&quot;:9.59},{&quot;2026-08-17&quot;:9.81},{&quot;2026-08-18&quot;:9.7},{&quot;2026-08-19&quot;:10.06},{&quot;2026-08-20&quot;:10.18},{&quot;2026-08-21&quot;:10.46},{&quot;2026-08-22&quot;:10.09},{&quot;2026-08-23&quot;:10.45},{&quot;2026-08-24&quot;:10.97},{&quot;2026-08-25&quot;:11.1},{&quot;2026-08-26&quot;:10.85},{&quot;2026-08-27&quot;:11.03},{&quot;2026-08-28&quot;:11.22},{&quot;2026-08-29&quot;:11.22},{&quot;2026-08-30&quot;:10.88},{&quot;2026-08-31&quot;:11.46},{&quot;2026-09-01&quot;:11.36},{&quot;2026-09-02&quot;:12.11},{&quot;2026-09-03&quot;:12.05},{&quot;2026-09-04&quot;:12.44},{&quot;2026-09-05&quot;:12.8},{&quot;2026-09-06&quot;:12.88},{&quot;2026-09-07&quot;:12.88},{&quot;2026-09-08&quot;:13.32},{&quot;2026-09-09&quot;:13.68},{&quot;2026-09-10&quot;:14.88},{&quot;2026-09-11&quot;:14.97}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.64},{&quot;2026-06-14&quot;:5.48},{&quot;2026-06-15&quot;:5.88},{&quot;2026-06-16&quot;:5.95},{&quot;2026-06-17&quot;:5.94},{&quot;2026-06-18&quot;:5.73},{&quot;2026-06-19&quot;:5.73},{&quot;2026-06-20&quot;:5.6},{&quot;2026-06-21&quot;:5.67},{&quot;2026-06-22&quot;:5.7},{&quot;2026-06-23&quot;:5.65},{&quot;2026-06-24&quot;:5.59},{&quot;2026-06-25&quot;:5.02},{&quot;2026-06-26&quot;:5.09},{&quot;2026-06-27&quot;:5.11},{&quot;2026-06-28&quot;:5.16},{&quot;2026-06-29&quot;:5.48},{&quot;2026-06-30&quot;:5.74},{&quot;2026-07-01&quot;:6.33},{&quot;2026-07-02&quot;:6.29},{&quot;2026-07-03&quot;:5.5},{&quot;2026-07-04&quot;:5.49},{&quot;2026-07-05&quot;:5.68},{&quot;2026-07-06&quot;:6.07},{&quot;2026-07-07&quot;:5.95},{&quot;2026-07-08&quot;:5.83},{&quot;2026-07-09&quot;:5.79},{&quot;2026-07-10&quot;:5.75},{&quot;2026-07-11&quot;:5.99},{&quot;2026-07-12&quot;:6.06},{&quot;2026-07-13&quot;:6.04},{&quot;2026-07-14&quot;:5.64},{&quot;2026-07-15&quot;:5.97},{&quot;2026-07-16&quot;:6.31},{&quot;2026-07-17&quot;:5.89},{&quot;2026-07-18&quot;:5.91},{&quot;2026-07-19&quot;:5.9},{&quot;2026-07-20&quot;:6.52},{&quot;2026-07-21&quot;:7.09},{&quot;2026-07-22&quot;:7.07},{&quot;2026-07-23&quot;:7.01},{&quot;2026-07-24&quot;:6.86},{&quot;2026-07-25&quot;:7.16},{&quot;2026-07-26&quot;:7.14},{&quot;2026-07-27&quot;:7.3},{&quot;2026-07-28&quot;:7.31},{&quot;2026-07-29&quot;:7.89},{&quot;2026-07-30&quot;:8.64},{&quot;2026-07-31&quot;:7.35},{&quot;2026-08-01&quot;:7.24},{&quot;2026-08-02&quot;:7.3},{&quot;2026-08-03&quot;:7.92},{&quot;2026-08-04&quot;:8.49},{&quot;2026-08-05&quot;:8.35},{&quot;2026-08-07&quot;:7.48},{&quot;2026-08-08&quot;:8.28},{&quot;2026-08-09&quot;:8.72},{&quot;2026-08-10&quot;:9.44},{&quot;2026-08-11&quot;:8.87},{&quot;2026-08-12&quot;:8.16},{&quot;2026-08-13&quot;:8.59},{&quot;2026-08-14&quot;:9.03},{&quot;2026-08-15&quot;:10.0},{&quot;2026-08-16&quot;:9.79},{&quot;2026-08-17&quot;:10.68},{&quot;2026-08-18&quot;:11.0},{&quot;2026-08-19&quot;:11.8},{&quot;2026-08-20&quot;:12.07},{&quot;2026-08-21&quot;:10.91},{&quot;2026-08-22&quot;:10.65},{&quot;2026-08-23&quot;:10.6},{&quot;2026-08-24&quot;:11.85},{&quot;2026-08-25&quot;:11.79},{&quot;2026-08-26&quot;:11.43},{&quot;2026-08-27&quot;:12.94},{&quot;2026-08-28&quot;:12.77},{&quot;2026-08-29&quot;:12.77},{&quot;2026-08-30&quot;:11.72},{&quot;2026-08-31&quot;:11.56},{&quot;2026-09-01&quot;:13.19},{&quot;2026-09-02&quot;:12.82},{&quot;2026-09-03&quot;:12.84},{&quot;2026-09-04&quot;:12.63},{&quot;2026-09-05&quot;:12.87},{&quot;2026-09-06&quot;:13.14},{&quot;2026-09-07&quot;:13.16},{&quot;2026-09-08&quot;:13.28},{&quot;2026-09-09&quot;:14.11},{&quot;2026-09-10&quot;:14.46},{&quot;2026-09-11&quot;:14.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="13938"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Kindred Dominance
        </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="text-sm font-medium text-nine-white">
            $14.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="Kindred Dominance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/ada27732-0491-4c99-980d-2f3c3230f220.jpg?1783915511" />

        <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">
            Kindred Dominance
        </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-5'></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="Kindred Dominance" src="https://cards.scryfall.io/large/front/a/d/ada27732-0491-4c99-980d-2f3c3230f220.jpg?1783915511" />
    </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">
                $14.50
              </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">
                $18.51
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:21.91},{&quot;2026-06-11&quot;:21.91},{&quot;2026-06-12&quot;:21.99},{&quot;2026-06-13&quot;:22.36},{&quot;2026-06-14&quot;:22.36},{&quot;2026-06-15&quot;:22.3},{&quot;2026-06-16&quot;:22.3},{&quot;2026-06-17&quot;:22.3},{&quot;2026-06-18&quot;:22.3},{&quot;2026-06-19&quot;:22.3},{&quot;2026-06-20&quot;:22.3},{&quot;2026-06-21&quot;:22.3},{&quot;2026-06-22&quot;:22.3},{&quot;2026-06-23&quot;:22.3},{&quot;2026-06-24&quot;:22.3},{&quot;2026-06-25&quot;:22.33},{&quot;2026-06-26&quot;:22.33},{&quot;2026-06-27&quot;:22.12},{&quot;2026-06-28&quot;:22.12},{&quot;2026-06-29&quot;:22.12},{&quot;2026-06-30&quot;:22.12},{&quot;2026-07-01&quot;:22.12},{&quot;2026-07-02&quot;:22.12},{&quot;2026-07-03&quot;:22.12},{&quot;2026-07-04&quot;:22.12},{&quot;2026-07-05&quot;:22.12},{&quot;2026-07-06&quot;:21.83},{&quot;2026-07-07&quot;:21.47},{&quot;2026-07-08&quot;:21.47},{&quot;2026-07-09&quot;:21.29},{&quot;2026-07-10&quot;:21.05},{&quot;2026-07-11&quot;:21.05},{&quot;2026-07-12&quot;:21.05},{&quot;2026-07-13&quot;:20.92},{&quot;2026-07-14&quot;:20.92},{&quot;2026-07-15&quot;:20.92},{&quot;2026-07-16&quot;:20.92},{&quot;2026-07-17&quot;:20.82},{&quot;2026-07-18&quot;:20.82},{&quot;2026-07-19&quot;:20.82},{&quot;2026-07-20&quot;:20.82},{&quot;2026-07-21&quot;:20.82},{&quot;2026-07-23&quot;:20.82},{&quot;2026-07-25&quot;:19.8},{&quot;2026-07-26&quot;:19.8},{&quot;2026-07-27&quot;:19.57},{&quot;2026-07-29&quot;:19.4},{&quot;2026-07-30&quot;:19.3},{&quot;2026-07-31&quot;:19.06},{&quot;2026-08-01&quot;:19.06},{&quot;2026-08-02&quot;:18.89},{&quot;2026-08-03&quot;:18.79},{&quot;2026-08-04&quot;:18.66},{&quot;2026-08-05&quot;:18.66},{&quot;2026-08-07&quot;:18.46},{&quot;2026-08-08&quot;:18.74},{&quot;2026-08-09&quot;:18.74},{&quot;2026-08-10&quot;:18.84},{&quot;2026-08-11&quot;:18.93},{&quot;2026-08-12&quot;:18.89},{&quot;2026-08-13&quot;:19.12},{&quot;2026-08-14&quot;:19.06},{&quot;2026-08-15&quot;:18.97},{&quot;2026-08-16&quot;:18.97},{&quot;2026-08-17&quot;:18.84},{&quot;2026-08-18&quot;:18.84},{&quot;2026-08-19&quot;:18.84},{&quot;2026-08-20&quot;:18.84},{&quot;2026-08-21&quot;:18.84},{&quot;2026-08-22&quot;:18.9},{&quot;2026-08-23&quot;:18.89},{&quot;2026-08-24&quot;:18.86},{&quot;2026-08-25&quot;:18.86},{&quot;2026-08-26&quot;:18.76},{&quot;2026-08-27&quot;:18.7},{&quot;2026-08-28&quot;:18.7},{&quot;2026-08-29&quot;:18.7},{&quot;2026-08-30&quot;:18.7},{&quot;2026-08-31&quot;:18.7},{&quot;2026-09-01&quot;:18.7},{&quot;2026-09-02&quot;:18.7},{&quot;2026-09-03&quot;:18.7},{&quot;2026-09-04&quot;:18.67},{&quot;2026-09-05&quot;:18.67},{&quot;2026-09-06&quot;:18.67},{&quot;2026-09-07&quot;:18.54},{&quot;2026-09-08&quot;:18.51},{&quot;2026-09-09&quot;:18.51},{&quot;2026-09-10&quot;:18.51},{&quot;2026-09-11&quot;:18.51}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:18.27},{&quot;2026-06-11&quot;:18.4},{&quot;2026-06-12&quot;:18.32},{&quot;2026-06-13&quot;:17.99},{&quot;2026-06-14&quot;:17.71},{&quot;2026-06-15&quot;:17.61},{&quot;2026-06-16&quot;:17.01},{&quot;2026-06-17&quot;:16.74},{&quot;2026-06-18&quot;:16.72},{&quot;2026-06-19&quot;:16.72},{&quot;2026-06-20&quot;:16.87},{&quot;2026-06-21&quot;:17.0},{&quot;2026-06-22&quot;:16.97},{&quot;2026-06-23&quot;:17.1},{&quot;2026-06-24&quot;:17.14},{&quot;2026-06-25&quot;:16.97},{&quot;2026-06-26&quot;:17.15},{&quot;2026-06-27&quot;:17.15},{&quot;2026-06-28&quot;:17.14},{&quot;2026-06-29&quot;:17.07},{&quot;2026-06-30&quot;:17.13},{&quot;2026-07-01&quot;:17.05},{&quot;2026-07-02&quot;:17.15},{&quot;2026-07-03&quot;:17.3},{&quot;2026-07-04&quot;:17.5},{&quot;2026-07-05&quot;:17.49},{&quot;2026-07-06&quot;:17.6},{&quot;2026-07-07&quot;:17.59},{&quot;2026-07-08&quot;:17.59},{&quot;2026-07-09&quot;:17.78},{&quot;2026-07-10&quot;:17.73},{&quot;2026-07-11&quot;:17.73},{&quot;2026-07-12&quot;:17.73},{&quot;2026-07-13&quot;:17.65},{&quot;2026-07-14&quot;:17.67},{&quot;2026-07-15&quot;:17.67},{&quot;2026-07-16&quot;:17.67},{&quot;2026-07-17&quot;:17.57},{&quot;2026-07-18&quot;:17.37},{&quot;2026-07-19&quot;:17.37},{&quot;2026-07-20&quot;:17.42},{&quot;2026-07-21&quot;:17.28},{&quot;2026-07-23&quot;:17.28},{&quot;2026-07-25&quot;:17.28},{&quot;2026-07-26&quot;:17.28},{&quot;2026-07-27&quot;:17.2},{&quot;2026-07-29&quot;:17.55},{&quot;2026-07-30&quot;:17.55},{&quot;2026-07-31&quot;:17.67},{&quot;2026-08-01&quot;:17.67},{&quot;2026-08-02&quot;:17.53},{&quot;2026-08-03&quot;:17.53},{&quot;2026-08-04&quot;:17.57},{&quot;2026-08-05&quot;:17.57},{&quot;2026-08-07&quot;:17.57},{&quot;2026-08-08&quot;:17.41},{&quot;2026-08-09&quot;:17.41},{&quot;2026-08-10&quot;:16.95},{&quot;2026-08-11&quot;:16.8},{&quot;2026-08-12&quot;:16.8},{&quot;2026-08-13&quot;:16.68},{&quot;2026-08-14&quot;:16.7},{&quot;2026-08-15&quot;:16.58},{&quot;2026-08-16&quot;:16.58},{&quot;2026-08-17&quot;:16.63},{&quot;2026-08-18&quot;:16.45},{&quot;2026-08-19&quot;:16.45},{&quot;2026-08-20&quot;:16.45},{&quot;2026-08-21&quot;:16.09},{&quot;2026-08-22&quot;:16.09},{&quot;2026-08-23&quot;:15.8},{&quot;2026-08-24&quot;:15.8},{&quot;2026-08-25&quot;:15.8},{&quot;2026-08-26&quot;:15.26},{&quot;2026-08-27&quot;:15.26},{&quot;2026-08-28&quot;:15.02},{&quot;2026-08-29&quot;:15.02},{&quot;2026-08-30&quot;:15.02},{&quot;2026-08-31&quot;:14.71},{&quot;2026-09-01&quot;:14.71},{&quot;2026-09-02&quot;:14.81},{&quot;2026-09-03&quot;:14.61},{&quot;2026-09-04&quot;:14.61},{&quot;2026-09-05&quot;:14.57},{&quot;2026-09-06&quot;:14.44},{&quot;2026-09-07&quot;:14.44},{&quot;2026-09-08&quot;:14.48},{&quot;2026-09-09&quot;:14.5},{&quot;2026-09-10&quot;:14.5},{&quot;2026-09-11&quot;:14.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="14285"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.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="Ondu Spiritdancer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/a/0a30e4bf-ac1a-4670-ad73-84ba70e48a72.jpg?1783915474" />

        <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">
            Ondu Spiritdancer
        </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 — Kor Cleric</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>
          </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="Ondu Spiritdancer" src="https://cards.scryfall.io/large/front/0/a/0a30e4bf-ac1a-4670-ad73-84ba70e48a72.jpg?1783915474" />
    </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">
                $14.41
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:22.53},{&quot;2026-06-12&quot;:22.53},{&quot;2026-06-13&quot;:22.53},{&quot;2026-06-14&quot;:22.91},{&quot;2026-06-15&quot;:22.91},{&quot;2026-06-16&quot;:22.91},{&quot;2026-06-17&quot;:23.36},{&quot;2026-06-18&quot;:23.36},{&quot;2026-06-19&quot;:23.36},{&quot;2026-06-20&quot;:23.36},{&quot;2026-06-21&quot;:24.04},{&quot;2026-06-22&quot;:24.04},{&quot;2026-06-23&quot;:24.76},{&quot;2026-06-24&quot;:24.76},{&quot;2026-06-25&quot;:24.76},{&quot;2026-06-26&quot;:24.76},{&quot;2026-06-27&quot;:24.76},{&quot;2026-06-28&quot;:24.76},{&quot;2026-06-29&quot;:24.76},{&quot;2026-06-30&quot;:24.76},{&quot;2026-07-01&quot;:24.76},{&quot;2026-07-02&quot;:24.76},{&quot;2026-07-03&quot;:24.76},{&quot;2026-07-04&quot;:24.76},{&quot;2026-07-05&quot;:24.76},{&quot;2026-07-06&quot;:24.76},{&quot;2026-07-07&quot;:24.76},{&quot;2026-07-08&quot;:24.76},{&quot;2026-07-09&quot;:24.76},{&quot;2026-07-10&quot;:24.76},{&quot;2026-07-11&quot;:24.76},{&quot;2026-07-12&quot;:25.44},{&quot;2026-07-13&quot;:25.44},{&quot;2026-07-14&quot;:25.44},{&quot;2026-07-15&quot;:25.48},{&quot;2026-07-16&quot;:25.48},{&quot;2026-07-17&quot;:25.96},{&quot;2026-07-18&quot;:25.96},{&quot;2026-07-19&quot;:25.96},{&quot;2026-07-20&quot;:25.96},{&quot;2026-07-21&quot;:25.96},{&quot;2026-07-23&quot;:25.96},{&quot;2026-07-25&quot;:25.96},{&quot;2026-07-26&quot;:25.96},{&quot;2026-07-27&quot;:26.99},{&quot;2026-07-28&quot;:26.99},{&quot;2026-07-29&quot;:26.99},{&quot;2026-07-30&quot;:26.99},{&quot;2026-07-31&quot;:26.96},{&quot;2026-08-01&quot;:26.96},{&quot;2026-08-02&quot;:26.96},{&quot;2026-08-03&quot;:26.96},{&quot;2026-08-04&quot;:26.96},{&quot;2026-08-05&quot;:26.96},{&quot;2026-08-07&quot;:26.96},{&quot;2026-08-08&quot;:26.46},{&quot;2026-08-09&quot;:26.46},{&quot;2026-08-10&quot;:26.46},{&quot;2026-08-11&quot;:26.46},{&quot;2026-08-12&quot;:26.46},{&quot;2026-08-13&quot;:26.46},{&quot;2026-08-14&quot;:26.46},{&quot;2026-08-15&quot;:25.62},{&quot;2026-08-16&quot;:25.62},{&quot;2026-08-17&quot;:25.62},{&quot;2026-08-18&quot;:25.62},{&quot;2026-08-19&quot;:25.62},{&quot;2026-08-20&quot;:25.62},{&quot;2026-08-21&quot;:25.62},{&quot;2026-08-22&quot;:25.62},{&quot;2026-08-23&quot;:25.62},{&quot;2026-08-24&quot;:25.62},{&quot;2026-08-25&quot;:25.62},{&quot;2026-08-26&quot;:25.62},{&quot;2026-08-27&quot;:25.62},{&quot;2026-08-28&quot;:25.62},{&quot;2026-08-29&quot;:25.62},{&quot;2026-08-30&quot;:25.62},{&quot;2026-08-31&quot;:25.21},{&quot;2026-09-01&quot;:25.21},{&quot;2026-09-02&quot;:25.21},{&quot;2026-09-03&quot;:25.24},{&quot;2026-09-04&quot;:25.06},{&quot;2026-09-05&quot;:25.06},{&quot;2026-09-06&quot;:25.06},{&quot;2026-09-07&quot;:25.06},{&quot;2026-09-08&quot;:25.06},{&quot;2026-09-09&quot;:25.06},{&quot;2026-09-10&quot;:25.06},{&quot;2026-09-11&quot;:25.06}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:14.98},{&quot;2026-06-12&quot;:14.98},{&quot;2026-06-13&quot;:14.98},{&quot;2026-06-14&quot;:15.1},{&quot;2026-06-15&quot;:14.74},{&quot;2026-06-16&quot;:14.74},{&quot;2026-06-17&quot;:14.74},{&quot;2026-06-18&quot;:14.89},{&quot;2026-06-19&quot;:14.89},{&quot;2026-06-20&quot;:14.89},{&quot;2026-06-21&quot;:14.89},{&quot;2026-06-22&quot;:14.89},{&quot;2026-06-23&quot;:14.89},{&quot;2026-06-24&quot;:14.86},{&quot;2026-06-25&quot;:14.86},{&quot;2026-06-26&quot;:14.83},{&quot;2026-06-27&quot;:14.83},{&quot;2026-06-28&quot;:14.83},{&quot;2026-06-29&quot;:14.83},{&quot;2026-06-30&quot;:14.83},{&quot;2026-07-01&quot;:14.83},{&quot;2026-07-02&quot;:14.83},{&quot;2026-07-03&quot;:14.83},{&quot;2026-07-04&quot;:14.83},{&quot;2026-07-05&quot;:14.83},{&quot;2026-07-06&quot;:14.81},{&quot;2026-07-07&quot;:14.81},{&quot;2026-07-08&quot;:14.81},{&quot;2026-07-09&quot;:14.93},{&quot;2026-07-10&quot;:15.0},{&quot;2026-07-11&quot;:15.0},{&quot;2026-07-12&quot;:15.0},{&quot;2026-07-13&quot;:15.0},{&quot;2026-07-14&quot;:15.05},{&quot;2026-07-15&quot;:15.05},{&quot;2026-07-16&quot;:15.05},{&quot;2026-07-17&quot;:15.04},{&quot;2026-07-18&quot;:15.04},{&quot;2026-07-19&quot;:15.04},{&quot;2026-07-20&quot;:15.0},{&quot;2026-07-21&quot;:15.0},{&quot;2026-07-23&quot;:16.09},{&quot;2026-07-25&quot;:15.65},{&quot;2026-07-26&quot;:15.67},{&quot;2026-07-27&quot;:15.67},{&quot;2026-07-28&quot;:15.62},{&quot;2026-07-29&quot;:15.62},{&quot;2026-07-30&quot;:15.6},{&quot;2026-07-31&quot;:15.58},{&quot;2026-08-01&quot;:15.58},{&quot;2026-08-02&quot;:15.58},{&quot;2026-08-03&quot;:15.58},{&quot;2026-08-04&quot;:15.58},{&quot;2026-08-05&quot;:15.62},{&quot;2026-08-07&quot;:15.57},{&quot;2026-08-08&quot;:15.57},{&quot;2026-08-09&quot;:15.57},{&quot;2026-08-10&quot;:15.52},{&quot;2026-08-11&quot;:15.69},{&quot;2026-08-12&quot;:15.89},{&quot;2026-08-13&quot;:15.89},{&quot;2026-08-14&quot;:15.7},{&quot;2026-08-15&quot;:15.7},{&quot;2026-08-16&quot;:15.7},{&quot;2026-08-17&quot;:15.69},{&quot;2026-08-18&quot;:15.65},{&quot;2026-08-19&quot;:15.65},{&quot;2026-08-20&quot;:15.65},{&quot;2026-08-21&quot;:15.75},{&quot;2026-08-22&quot;:15.75},{&quot;2026-08-23&quot;:15.75},{&quot;2026-08-24&quot;:15.75},{&quot;2026-08-25&quot;:15.75},{&quot;2026-08-26&quot;:15.19},{&quot;2026-08-27&quot;:15.19},{&quot;2026-08-28&quot;:15.19},{&quot;2026-08-29&quot;:15.19},{&quot;2026-08-30&quot;:15.25},{&quot;2026-08-31&quot;:15.25},{&quot;2026-09-01&quot;:15.25},{&quot;2026-09-02&quot;:15.1},{&quot;2026-09-03&quot;:15.1},{&quot;2026-09-04&quot;:14.64},{&quot;2026-09-05&quot;:14.9},{&quot;2026-09-06&quot;:14.9},{&quot;2026-09-07&quot;:14.45},{&quot;2026-09-08&quot;:14.45},{&quot;2026-09-09&quot;:14.45},{&quot;2026-09-10&quot;:14.41},{&quot;2026-09-11&quot;:14.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="92857"
  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-spg 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">
            Ruinous Ultimatum
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.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="Ruinous Ultimatum" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/d/eddf05f8-9dcf-4e63-a411-6c2fc262f9c9.jpg?1742337149" />

        <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">
            Ruinous Ultimatum
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Ruinous Ultimatum" src="https://cards.scryfall.io/large/front/e/d/eddf05f8-9dcf-4e63-a411-6c2fc262f9c9.jpg?1742337149" />
    </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">
                $14.39
              </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">
                $22.94
              </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">$9.00</span>
              <span class="text-xs text-grey-text">Credit: $11.70</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;:19.74},{&quot;2026-06-14&quot;:19.72},{&quot;2026-06-15&quot;:19.4},{&quot;2026-06-16&quot;:19.4},{&quot;2026-06-17&quot;:19.4},{&quot;2026-06-18&quot;:19.4},{&quot;2026-06-19&quot;:19.4},{&quot;2026-06-20&quot;:19.96},{&quot;2026-06-21&quot;:20.02},{&quot;2026-06-22&quot;:20.07},{&quot;2026-06-23&quot;:20.07},{&quot;2026-06-24&quot;:20.07},{&quot;2026-06-25&quot;:20.07},{&quot;2026-06-26&quot;:19.62},{&quot;2026-06-27&quot;:19.62},{&quot;2026-06-28&quot;:19.62},{&quot;2026-06-29&quot;:19.62},{&quot;2026-06-30&quot;:19.56},{&quot;2026-07-01&quot;:19.87},{&quot;2026-07-02&quot;:19.87},{&quot;2026-07-03&quot;:20.39},{&quot;2026-07-04&quot;:20.39},{&quot;2026-07-05&quot;:20.48},{&quot;2026-07-06&quot;:20.48},{&quot;2026-07-07&quot;:20.48},{&quot;2026-07-08&quot;:20.48},{&quot;2026-07-09&quot;:20.48},{&quot;2026-07-10&quot;:20.48},{&quot;2026-07-11&quot;:20.87},{&quot;2026-07-12&quot;:20.83},{&quot;2026-07-13&quot;:20.88},{&quot;2026-07-14&quot;:20.88},{&quot;2026-07-15&quot;:20.88},{&quot;2026-07-16&quot;:20.88},{&quot;2026-07-17&quot;:21.1},{&quot;2026-07-18&quot;:21.1},{&quot;2026-07-19&quot;:21.1},{&quot;2026-07-20&quot;:21.1},{&quot;2026-07-21&quot;:21.1},{&quot;2026-07-22&quot;:21.1},{&quot;2026-07-23&quot;:21.03},{&quot;2026-07-24&quot;:21.03},{&quot;2026-07-25&quot;:21.51},{&quot;2026-07-26&quot;:21.55},{&quot;2026-07-27&quot;:21.55},{&quot;2026-07-28&quot;:21.55},{&quot;2026-07-29&quot;:21.55},{&quot;2026-07-30&quot;:21.8},{&quot;2026-07-31&quot;:22.29},{&quot;2026-08-01&quot;:22.29},{&quot;2026-08-02&quot;:22.02},{&quot;2026-08-03&quot;:22.19},{&quot;2026-08-04&quot;:21.56},{&quot;2026-08-05&quot;:21.63},{&quot;2026-08-07&quot;:21.63},{&quot;2026-08-08&quot;:22.89},{&quot;2026-08-09&quot;:23.31},{&quot;2026-08-10&quot;:23.31},{&quot;2026-08-11&quot;:23.31},{&quot;2026-08-12&quot;:23.31},{&quot;2026-08-13&quot;:23.31},{&quot;2026-08-14&quot;:23.31},{&quot;2026-08-15&quot;:23.92},{&quot;2026-08-16&quot;:23.92},{&quot;2026-08-17&quot;:23.92},{&quot;2026-08-18&quot;:23.89},{&quot;2026-08-19&quot;:23.89},{&quot;2026-08-20&quot;:23.89},{&quot;2026-08-21&quot;:23.89},{&quot;2026-08-22&quot;:23.89},{&quot;2026-08-23&quot;:23.89},{&quot;2026-08-24&quot;:23.6},{&quot;2026-08-25&quot;:23.69},{&quot;2026-08-26&quot;:23.41},{&quot;2026-08-27&quot;:23.31},{&quot;2026-08-28&quot;:23.31},{&quot;2026-08-29&quot;:23.31},{&quot;2026-08-30&quot;:22.96},{&quot;2026-08-31&quot;:22.96},{&quot;2026-09-01&quot;:22.96},{&quot;2026-09-02&quot;:22.96},{&quot;2026-09-03&quot;:22.96},{&quot;2026-09-04&quot;:22.96},{&quot;2026-09-05&quot;:22.93},{&quot;2026-09-06&quot;:22.94},{&quot;2026-09-07&quot;:22.94},{&quot;2026-09-08&quot;:22.94},{&quot;2026-09-09&quot;:22.94},{&quot;2026-09-10&quot;:22.94},{&quot;2026-09-11&quot;:22.94}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:13.34},{&quot;2026-06-14&quot;:13.34},{&quot;2026-06-15&quot;:13.33},{&quot;2026-06-16&quot;:13.45},{&quot;2026-06-17&quot;:13.45},{&quot;2026-06-18&quot;:13.45},{&quot;2026-06-19&quot;:13.34},{&quot;2026-06-20&quot;:13.34},{&quot;2026-06-21&quot;:13.34},{&quot;2026-06-22&quot;:13.34},{&quot;2026-06-23&quot;:13.34},{&quot;2026-06-24&quot;:13.34},{&quot;2026-06-25&quot;:13.23},{&quot;2026-06-26&quot;:13.12},{&quot;2026-06-27&quot;:13.07},{&quot;2026-06-28&quot;:13.07},{&quot;2026-06-29&quot;:12.32},{&quot;2026-06-30&quot;:12.46},{&quot;2026-07-01&quot;:12.75},{&quot;2026-07-02&quot;:12.66},{&quot;2026-07-03&quot;:12.84},{&quot;2026-07-04&quot;:13.06},{&quot;2026-07-05&quot;:13.3},{&quot;2026-07-06&quot;:13.46},{&quot;2026-07-07&quot;:13.46},{&quot;2026-07-08&quot;:13.46},{&quot;2026-07-09&quot;:13.46},{&quot;2026-07-10&quot;:13.46},{&quot;2026-07-11&quot;:13.46},{&quot;2026-07-12&quot;:13.34},{&quot;2026-07-13&quot;:13.2},{&quot;2026-07-14&quot;:13.2},{&quot;2026-07-15&quot;:13.11},{&quot;2026-07-16&quot;:13.23},{&quot;2026-07-17&quot;:13.18},{&quot;2026-07-18&quot;:13.4},{&quot;2026-07-19&quot;:13.4},{&quot;2026-07-20&quot;:13.33},{&quot;2026-07-21&quot;:13.49},{&quot;2026-07-22&quot;:13.49},{&quot;2026-07-23&quot;:13.89},{&quot;2026-07-24&quot;:13.89},{&quot;2026-07-25&quot;:13.49},{&quot;2026-07-26&quot;:13.49},{&quot;2026-07-27&quot;:13.3},{&quot;2026-07-28&quot;:13.37},{&quot;2026-07-29&quot;:13.46},{&quot;2026-07-30&quot;:13.44},{&quot;2026-07-31&quot;:13.2},{&quot;2026-08-01&quot;:13.21},{&quot;2026-08-02&quot;:13.21},{&quot;2026-08-03&quot;:14.0},{&quot;2026-08-04&quot;:14.0},{&quot;2026-08-05&quot;:14.0},{&quot;2026-08-07&quot;:14.0},{&quot;2026-08-08&quot;:14.0},{&quot;2026-08-09&quot;:14.0},{&quot;2026-08-10&quot;:14.0},{&quot;2026-08-11&quot;:14.0},{&quot;2026-08-12&quot;:14.0},{&quot;2026-08-13&quot;:14.0},{&quot;2026-08-14&quot;:14.0},{&quot;2026-08-15&quot;:14.0},{&quot;2026-08-16&quot;:14.12},{&quot;2026-08-17&quot;:14.12},{&quot;2026-08-18&quot;:14.26},{&quot;2026-08-19&quot;:14.26},{&quot;2026-08-20&quot;:14.18},{&quot;2026-08-21&quot;:14.18},{&quot;2026-08-22&quot;:14.18},{&quot;2026-08-23&quot;:14.18},{&quot;2026-08-24&quot;:14.22},{&quot;2026-08-25&quot;:14.22},{&quot;2026-08-26&quot;:14.22},{&quot;2026-08-27&quot;:13.96},{&quot;2026-08-28&quot;:13.85},{&quot;2026-08-29&quot;:13.85},{&quot;2026-08-30&quot;:14.04},{&quot;2026-08-31&quot;:14.0},{&quot;2026-09-01&quot;:14.0},{&quot;2026-09-02&quot;:14.04},{&quot;2026-09-03&quot;:14.05},{&quot;2026-09-04&quot;:14.05},{&quot;2026-09-05&quot;:13.86},{&quot;2026-09-06&quot;:13.86},{&quot;2026-09-07&quot;:14.02},{&quot;2026-09-08&quot;:14.5},{&quot;2026-09-09&quot;:14.5},{&quot;2026-09-10&quot;:14.5},{&quot;2026-09-11&quot;:14.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="109446"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soa ss-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">
            Triumph of the Hordes
        </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">
              ↓
              2%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Triumph of the Hordes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a0bc9d4-d99d-48e1-aeca-d2e5b1c99a84.jpg?1782683391" />

        <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">
            Triumph of the Hordes
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Triumph of the Hordes" src="https://cards.scryfall.io/large/front/5/a/5a0bc9d4-d99d-48e1-aeca-d2e5b1c99a84.jpg?1782683391" />
    </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">
                $14.30
              </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">
                $17.54
              </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">$9.00</span>
              <span class="text-xs text-grey-text">Credit: $11.70</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;:18.42},{&quot;2026-06-14&quot;:18.05},{&quot;2026-06-15&quot;:18.05},{&quot;2026-06-16&quot;:17.96},{&quot;2026-06-17&quot;:17.9},{&quot;2026-06-18&quot;:17.93},{&quot;2026-06-19&quot;:17.93},{&quot;2026-06-20&quot;:17.93},{&quot;2026-06-21&quot;:17.86},{&quot;2026-06-22&quot;:17.86},{&quot;2026-06-23&quot;:17.86},{&quot;2026-06-24&quot;:17.67},{&quot;2026-06-25&quot;:17.6},{&quot;2026-06-26&quot;:17.59},{&quot;2026-06-27&quot;:17.65},{&quot;2026-06-28&quot;:17.57},{&quot;2026-06-29&quot;:17.62},{&quot;2026-06-30&quot;:17.56},{&quot;2026-07-01&quot;:17.58},{&quot;2026-07-02&quot;:17.42},{&quot;2026-07-03&quot;:17.23},{&quot;2026-07-04&quot;:17.23},{&quot;2026-07-05&quot;:17.28},{&quot;2026-07-06&quot;:17.28},{&quot;2026-07-07&quot;:17.36},{&quot;2026-07-08&quot;:17.36},{&quot;2026-07-09&quot;:17.36},{&quot;2026-07-10&quot;:17.36},{&quot;2026-07-11&quot;:17.19},{&quot;2026-07-12&quot;:16.59},{&quot;2026-07-13&quot;:16.59},{&quot;2026-07-14&quot;:16.37},{&quot;2026-07-15&quot;:16.37},{&quot;2026-07-16&quot;:16.37},{&quot;2026-07-17&quot;:16.39},{&quot;2026-07-18&quot;:16.38},{&quot;2026-07-19&quot;:16.32},{&quot;2026-07-20&quot;:16.41},{&quot;2026-07-21&quot;:16.19},{&quot;2026-07-22&quot;:16.13},{&quot;2026-07-23&quot;:16.13},{&quot;2026-07-24&quot;:16.13},{&quot;2026-07-25&quot;:15.96},{&quot;2026-07-26&quot;:15.62},{&quot;2026-07-27&quot;:15.81},{&quot;2026-07-28&quot;:16.05},{&quot;2026-07-29&quot;:15.94},{&quot;2026-07-30&quot;:15.94},{&quot;2026-07-31&quot;:15.92},{&quot;2026-08-01&quot;:15.92},{&quot;2026-08-02&quot;:15.92},{&quot;2026-08-03&quot;:16.09},{&quot;2026-08-04&quot;:15.98},{&quot;2026-08-05&quot;:15.88},{&quot;2026-08-07&quot;:15.62},{&quot;2026-08-08&quot;:15.48},{&quot;2026-08-09&quot;:15.19},{&quot;2026-08-10&quot;:15.18},{&quot;2026-08-11&quot;:15.16},{&quot;2026-08-12&quot;:15.17},{&quot;2026-08-13&quot;:15.2},{&quot;2026-08-14&quot;:15.16},{&quot;2026-08-15&quot;:14.79},{&quot;2026-08-16&quot;:14.63},{&quot;2026-08-17&quot;:14.69},{&quot;2026-08-18&quot;:14.88},{&quot;2026-08-19&quot;:15.7},{&quot;2026-08-20&quot;:15.56},{&quot;2026-08-21&quot;:15.59},{&quot;2026-08-22&quot;:15.66},{&quot;2026-08-23&quot;:15.75},{&quot;2026-08-24&quot;:16.59},{&quot;2026-08-25&quot;:16.63},{&quot;2026-08-26&quot;:16.77},{&quot;2026-08-27&quot;:16.71},{&quot;2026-08-28&quot;:16.94},{&quot;2026-08-29&quot;:16.94},{&quot;2026-08-30&quot;:17.06},{&quot;2026-08-31&quot;:17.25},{&quot;2026-09-01&quot;:17.47},{&quot;2026-09-02&quot;:17.47},{&quot;2026-09-03&quot;:17.47},{&quot;2026-09-04&quot;:17.55},{&quot;2026-09-05&quot;:17.68},{&quot;2026-09-06&quot;:17.68},{&quot;2026-09-07&quot;:17.49},{&quot;2026-09-08&quot;:17.3},{&quot;2026-09-09&quot;:17.48},{&quot;2026-09-10&quot;:17.44},{&quot;2026-09-11&quot;:17.54}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.77},{&quot;2026-06-14&quot;:14.78},{&quot;2026-06-15&quot;:14.38},{&quot;2026-06-16&quot;:14.59},{&quot;2026-06-17&quot;:13.11},{&quot;2026-06-18&quot;:13.33},{&quot;2026-06-19&quot;:14.1},{&quot;2026-06-20&quot;:15.73},{&quot;2026-06-21&quot;:15.82},{&quot;2026-06-22&quot;:15.52},{&quot;2026-06-23&quot;:14.4},{&quot;2026-06-24&quot;:12.62},{&quot;2026-06-25&quot;:12.5},{&quot;2026-06-26&quot;:12.81},{&quot;2026-06-27&quot;:12.86},{&quot;2026-06-28&quot;:12.88},{&quot;2026-06-29&quot;:12.63},{&quot;2026-06-30&quot;:13.03},{&quot;2026-07-01&quot;:12.58},{&quot;2026-07-02&quot;:12.79},{&quot;2026-07-03&quot;:12.56},{&quot;2026-07-04&quot;:12.33},{&quot;2026-07-05&quot;:12.44},{&quot;2026-07-06&quot;:12.18},{&quot;2026-07-07&quot;:12.31},{&quot;2026-07-08&quot;:12.52},{&quot;2026-07-09&quot;:12.7},{&quot;2026-07-10&quot;:12.42},{&quot;2026-07-11&quot;:12.57},{&quot;2026-07-12&quot;:12.52},{&quot;2026-07-13&quot;:12.58},{&quot;2026-07-14&quot;:13.3},{&quot;2026-07-15&quot;:13.22},{&quot;2026-07-16&quot;:13.08},{&quot;2026-07-17&quot;:13.18},{&quot;2026-07-18&quot;:13.65},{&quot;2026-07-19&quot;:13.95},{&quot;2026-07-20&quot;:14.36},{&quot;2026-07-21&quot;:14.19},{&quot;2026-07-22&quot;:14.06},{&quot;2026-07-23&quot;:14.16},{&quot;2026-07-24&quot;:14.1},{&quot;2026-07-25&quot;:13.81},{&quot;2026-07-26&quot;:13.4},{&quot;2026-07-27&quot;:12.51},{&quot;2026-07-28&quot;:12.71},{&quot;2026-07-29&quot;:12.65},{&quot;2026-07-30&quot;:12.35},{&quot;2026-07-31&quot;:12.88},{&quot;2026-08-01&quot;:13.17},{&quot;2026-08-02&quot;:12.79},{&quot;2026-08-03&quot;:12.77},{&quot;2026-08-04&quot;:12.98},{&quot;2026-08-05&quot;:12.62},{&quot;2026-08-07&quot;:12.18},{&quot;2026-08-08&quot;:13.19},{&quot;2026-08-09&quot;:13.04},{&quot;2026-08-10&quot;:13.23},{&quot;2026-08-11&quot;:13.51},{&quot;2026-08-12&quot;:13.22},{&quot;2026-08-13&quot;:13.58},{&quot;2026-08-14&quot;:13.62},{&quot;2026-08-15&quot;:13.81},{&quot;2026-08-16&quot;:14.26},{&quot;2026-08-17&quot;:14.04},{&quot;2026-08-18&quot;:13.64},{&quot;2026-08-19&quot;:14.24},{&quot;2026-08-20&quot;:13.86},{&quot;2026-08-21&quot;:14.13},{&quot;2026-08-22&quot;:13.73},{&quot;2026-08-23&quot;:13.82},{&quot;2026-08-24&quot;:13.26},{&quot;2026-08-25&quot;:13.21},{&quot;2026-08-26&quot;:12.98},{&quot;2026-08-27&quot;:13.19},{&quot;2026-08-28&quot;:14.45},{&quot;2026-08-29&quot;:14.45},{&quot;2026-08-30&quot;:14.75},{&quot;2026-08-31&quot;:15.01},{&quot;2026-09-01&quot;:14.41},{&quot;2026-09-02&quot;:14.89},{&quot;2026-09-03&quot;:14.46},{&quot;2026-09-04&quot;:14.54},{&quot;2026-09-05&quot;:14.58},{&quot;2026-09-06&quot;:14.69},{&quot;2026-09-07&quot;:15.01},{&quot;2026-09-08&quot;:14.55},{&quot;2026-09-09&quot;:14.66},{&quot;2026-09-10&quot;:14.28},{&quot;2026-09-11&quot;:14.3}]}"
        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 251-300 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=5&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=5&amp;username=denvermullets" rel="prev">5</a><a role="link" aria-disabled="true" aria-current="page">6</a><a href="/load_collection?direction=asc&amp;page=7&amp;username=denvermullets" rel="next">7</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=7&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="20941"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              332
            </td>

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-mythic ss-fw ss-2x mr-4"></i>
              Urza, Lord High Artificer


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x mr-4"></i>
              Kiki-Jiki, Mirror Breaker


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hoc ss-mythic ss-fw ss-2x mr-4"></i>
              Andúril, Narsil Reforged


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112610"
          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">
              230
            </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>
              Beorn the Fierce


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80325"
          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">
              99
            </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>
              Goryo&#39;s Vengeance


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12870"
          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">
              358
            </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>
              Reflecting Pool


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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57337"
          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-onc ss-rare ss-fw ss-2x mr-4"></i>
              Contaminant Grafter


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72740"
          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">
              170
            </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-mythic ss-fw ss-2x mr-4"></i>
              Awaken the Woods


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-jou ss-mythic ss-fw ss-2x mr-4"></i>
              Athreos, God of Passage


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13836"
          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">
              674
            </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>
              Bothersome Quasit


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80021"
          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">
              PLC-119
            </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>
              Pyrohemia


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53642"
          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">
              113
            </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>
              Bear Umbra


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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Optimus Prime, Hero // Optimus Prime, Autobot Leader


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Tribute to the World Tree


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-mythic ss-fw ss-2x mr-4"></i>
              Ugin, the Spirit Dragon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Ugin
            </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-8'></i>
              </div>
            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74349"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              DDT-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Misdirection


            </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-3'></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">
                  $14.68

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12292"
          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">
              169
            </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>
              Descent into Avernus


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80463"
          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-uma ss-rare ss-fw ss-2x mr-4"></i>
              Seize the Day


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96193"
          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-eoe ss-mythic ss-fw ss-2x mr-4"></i>
              Dawnsire, Sunstar Dreadnought


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109446"
          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-soa ss-mythic ss-fw ss-2x mr-4"></i>
              Triumph of the Hordes


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

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

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="109446"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109446" src="/boxset_card/109446?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 251-300 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=5&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=5&amp;username=denvermullets" rel="prev">5</a><a role="link" aria-disabled="true" aria-current="page">6</a><a href="/load_collection?direction=asc&amp;page=7&amp;username=denvermullets" rel="next">7</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=7&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>