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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mossborn Hydra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/7054a0d7-396f-40b4-ab24-db591c3b08f0.jpg?1783909097" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Mossborn Hydra
        </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 — Elemental Hydra</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="Mossborn Hydra" src="https://cards.scryfall.io/large/front/7/0/7054a0d7-396f-40b4-ab24-db591c3b08f0.jpg?1783909097" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $12.19
              </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">
                $12.72
              </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-08&quot;:14.53},{&quot;2026-06-10&quot;:14.53},{&quot;2026-06-11&quot;:14.67},{&quot;2026-06-12&quot;:14.53},{&quot;2026-06-13&quot;:14.5},{&quot;2026-06-14&quot;:14.72},{&quot;2026-06-15&quot;:14.81},{&quot;2026-06-16&quot;:14.81},{&quot;2026-06-17&quot;:14.81},{&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.6},{&quot;2026-06-24&quot;:14.01},{&quot;2026-06-25&quot;:14.01},{&quot;2026-06-26&quot;:13.92},{&quot;2026-06-27&quot;:13.92},{&quot;2026-06-28&quot;:13.92},{&quot;2026-06-29&quot;:13.88},{&quot;2026-06-30&quot;:14.02},{&quot;2026-07-01&quot;:13.74},{&quot;2026-07-02&quot;:13.6},{&quot;2026-07-03&quot;:12.88},{&quot;2026-07-04&quot;:12.7},{&quot;2026-07-05&quot;:12.7},{&quot;2026-07-06&quot;:12.61},{&quot;2026-07-07&quot;:12.61},{&quot;2026-07-08&quot;:12.48},{&quot;2026-07-09&quot;:12.48},{&quot;2026-07-10&quot;:12.59},{&quot;2026-07-11&quot;:12.6},{&quot;2026-07-12&quot;:12.36},{&quot;2026-07-13&quot;:12.22},{&quot;2026-07-14&quot;:12.22},{&quot;2026-07-15&quot;:12.36},{&quot;2026-07-16&quot;:12.28},{&quot;2026-07-17&quot;:12.16},{&quot;2026-07-18&quot;:11.92},{&quot;2026-07-19&quot;:11.92},{&quot;2026-07-20&quot;:11.97},{&quot;2026-07-21&quot;:12.0},{&quot;2026-07-23&quot;:11.97},{&quot;2026-07-25&quot;:11.82},{&quot;2026-07-26&quot;:11.79},{&quot;2026-07-27&quot;:11.72},{&quot;2026-07-29&quot;:11.72},{&quot;2026-07-30&quot;:11.78},{&quot;2026-07-31&quot;:11.72},{&quot;2026-08-01&quot;:11.72},{&quot;2026-08-02&quot;:11.71},{&quot;2026-08-03&quot;:11.72},{&quot;2026-08-04&quot;:11.8},{&quot;2026-08-05&quot;:11.79},{&quot;2026-08-07&quot;:12.44},{&quot;2026-08-08&quot;:12.25},{&quot;2026-08-09&quot;:12.07},{&quot;2026-08-10&quot;:11.8},{&quot;2026-08-11&quot;:11.8},{&quot;2026-08-12&quot;:11.8},{&quot;2026-08-13&quot;:11.8},{&quot;2026-08-14&quot;:11.8},{&quot;2026-08-15&quot;:11.88},{&quot;2026-08-16&quot;:11.88},{&quot;2026-08-17&quot;:12.1},{&quot;2026-08-18&quot;:11.98},{&quot;2026-08-19&quot;:11.68},{&quot;2026-08-20&quot;:11.68},{&quot;2026-08-21&quot;:11.26},{&quot;2026-08-22&quot;:11.57},{&quot;2026-08-23&quot;:11.73},{&quot;2026-08-24&quot;:11.06},{&quot;2026-08-25&quot;:11.06},{&quot;2026-08-26&quot;:11.25},{&quot;2026-08-27&quot;:11.36},{&quot;2026-08-28&quot;:11.06},{&quot;2026-08-29&quot;:11.06},{&quot;2026-08-30&quot;:12.18},{&quot;2026-08-31&quot;:12.45},{&quot;2026-09-01&quot;:12.45},{&quot;2026-09-02&quot;:12.56},{&quot;2026-09-03&quot;:12.65},{&quot;2026-09-04&quot;:12.63},{&quot;2026-09-05&quot;:12.68},{&quot;2026-09-06&quot;:12.82},{&quot;2026-09-07&quot;:12.88},{&quot;2026-09-08&quot;:12.52},{&quot;2026-09-09&quot;:12.52},{&quot;2026-09-10&quot;:12.49},{&quot;2026-09-11&quot;:12.72}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:13.87},{&quot;2026-06-10&quot;:14.02},{&quot;2026-06-11&quot;:13.34},{&quot;2026-06-12&quot;:13.41},{&quot;2026-06-13&quot;:12.58},{&quot;2026-06-14&quot;:13.37},{&quot;2026-06-15&quot;:14.0},{&quot;2026-06-16&quot;:13.15},{&quot;2026-06-17&quot;:12.26},{&quot;2026-06-18&quot;:12.08},{&quot;2026-06-19&quot;:12.41},{&quot;2026-06-20&quot;:12.38},{&quot;2026-06-21&quot;:12.76},{&quot;2026-06-22&quot;:12.82},{&quot;2026-06-24&quot;:12.34},{&quot;2026-06-25&quot;:12.36},{&quot;2026-06-26&quot;:10.89},{&quot;2026-06-27&quot;:11.06},{&quot;2026-06-28&quot;:11.12},{&quot;2026-06-29&quot;:11.91},{&quot;2026-06-30&quot;:12.12},{&quot;2026-07-01&quot;:11.83},{&quot;2026-07-02&quot;:11.91},{&quot;2026-07-03&quot;:11.89},{&quot;2026-07-04&quot;:11.7},{&quot;2026-07-05&quot;:11.21},{&quot;2026-07-06&quot;:11.28},{&quot;2026-07-07&quot;:11.44},{&quot;2026-07-08&quot;:12.41},{&quot;2026-07-09&quot;:12.38},{&quot;2026-07-10&quot;:12.43},{&quot;2026-07-11&quot;:11.19},{&quot;2026-07-12&quot;:10.98},{&quot;2026-07-13&quot;:10.89},{&quot;2026-07-14&quot;:11.14},{&quot;2026-07-15&quot;:11.09},{&quot;2026-07-16&quot;:11.57},{&quot;2026-07-17&quot;:11.8},{&quot;2026-07-18&quot;:11.92},{&quot;2026-07-19&quot;:10.82},{&quot;2026-07-20&quot;:10.2},{&quot;2026-07-21&quot;:10.11},{&quot;2026-07-23&quot;:10.38},{&quot;2026-07-25&quot;:10.56},{&quot;2026-07-26&quot;:10.83},{&quot;2026-07-27&quot;:11.96},{&quot;2026-07-29&quot;:11.64},{&quot;2026-07-30&quot;:10.69},{&quot;2026-07-31&quot;:10.19},{&quot;2026-08-01&quot;:10.12},{&quot;2026-08-02&quot;:9.73},{&quot;2026-08-03&quot;:9.65},{&quot;2026-08-04&quot;:9.9},{&quot;2026-08-05&quot;:10.56},{&quot;2026-08-07&quot;:11.44},{&quot;2026-08-08&quot;:11.62},{&quot;2026-08-09&quot;:10.19},{&quot;2026-08-10&quot;:9.45},{&quot;2026-08-11&quot;:9.28},{&quot;2026-08-12&quot;:9.08},{&quot;2026-08-13&quot;:10.22},{&quot;2026-08-14&quot;:10.7},{&quot;2026-08-15&quot;:9.65},{&quot;2026-08-16&quot;:8.94},{&quot;2026-08-17&quot;:10.57},{&quot;2026-08-18&quot;:10.63},{&quot;2026-08-19&quot;:10.47},{&quot;2026-08-20&quot;:10.47},{&quot;2026-08-21&quot;:11.07},{&quot;2026-08-22&quot;:11.0},{&quot;2026-08-23&quot;:10.5},{&quot;2026-08-24&quot;:11.97},{&quot;2026-08-25&quot;:11.97},{&quot;2026-08-26&quot;:12.94},{&quot;2026-08-27&quot;:13.1},{&quot;2026-08-28&quot;:12.65},{&quot;2026-08-29&quot;:12.65},{&quot;2026-08-30&quot;:12.05},{&quot;2026-08-31&quot;:12.53},{&quot;2026-09-01&quot;:12.53},{&quot;2026-09-02&quot;:12.01},{&quot;2026-09-03&quot;:11.78},{&quot;2026-09-04&quot;:12.75},{&quot;2026-09-05&quot;:12.58},{&quot;2026-09-06&quot;:13.2},{&quot;2026-09-07&quot;:14.55},{&quot;2026-09-08&quot;:13.65},{&quot;2026-09-09&quot;:12.65},{&quot;2026-09-10&quot;:12.77},{&quot;2026-09-11&quot;:12.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86187"
  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">
            Traverse the Outlands
        </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">
            $12.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="Traverse the Outlands" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/3/43e5b269-14ef-4b47-8cca-92a132d9eea2.jpg?1783926363" />

        <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">
            Traverse the Outlands
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Traverse the Outlands" src="https://cards.scryfall.io/large/front/4/3/43e5b269-14ef-4b47-8cca-92a132d9eea2.jpg?1783926363" />
    </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">
                $12.17
              </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">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.11},{&quot;2026-06-13&quot;:9.08},{&quot;2026-06-14&quot;:9.08},{&quot;2026-06-15&quot;:9.08},{&quot;2026-06-16&quot;:9.08},{&quot;2026-06-17&quot;:9.08},{&quot;2026-06-18&quot;:8.93},{&quot;2026-06-19&quot;:8.66},{&quot;2026-06-20&quot;:8.76},{&quot;2026-06-21&quot;:8.67},{&quot;2026-06-22&quot;:8.67},{&quot;2026-06-23&quot;:8.55},{&quot;2026-06-24&quot;:8.42},{&quot;2026-06-25&quot;:8.43},{&quot;2026-06-26&quot;:8.43},{&quot;2026-06-27&quot;:8.46},{&quot;2026-06-28&quot;:8.5},{&quot;2026-06-29&quot;:8.5},{&quot;2026-06-30&quot;:8.5},{&quot;2026-07-01&quot;:8.86},{&quot;2026-07-02&quot;:9.2},{&quot;2026-07-03&quot;:9.63},{&quot;2026-07-04&quot;:9.63},{&quot;2026-07-05&quot;:9.52},{&quot;2026-07-06&quot;:9.52},{&quot;2026-07-07&quot;:9.52},{&quot;2026-07-08&quot;:9.52},{&quot;2026-07-09&quot;:9.52},{&quot;2026-07-10&quot;:9.56},{&quot;2026-07-11&quot;:9.65},{&quot;2026-07-12&quot;:9.68},{&quot;2026-07-13&quot;:9.86},{&quot;2026-07-14&quot;:9.85},{&quot;2026-07-15&quot;:9.84},{&quot;2026-07-16&quot;:9.96},{&quot;2026-07-17&quot;:9.96},{&quot;2026-07-18&quot;:9.96},{&quot;2026-07-19&quot;:10.0},{&quot;2026-07-20&quot;:10.0},{&quot;2026-07-21&quot;:10.01},{&quot;2026-07-23&quot;:10.02},{&quot;2026-07-24&quot;:10.02},{&quot;2026-07-25&quot;:10.12},{&quot;2026-07-26&quot;:10.12},{&quot;2026-07-27&quot;:10.19},{&quot;2026-07-28&quot;:9.97},{&quot;2026-07-29&quot;:10.21},{&quot;2026-07-30&quot;:10.21},{&quot;2026-07-31&quot;:10.31},{&quot;2026-08-01&quot;:10.42},{&quot;2026-08-02&quot;:10.52},{&quot;2026-08-03&quot;:10.65},{&quot;2026-08-04&quot;:10.78},{&quot;2026-08-05&quot;:10.92},{&quot;2026-08-07&quot;:10.84},{&quot;2026-08-08&quot;:10.84},{&quot;2026-08-09&quot;:10.94},{&quot;2026-08-10&quot;:10.97},{&quot;2026-08-11&quot;:10.97},{&quot;2026-08-12&quot;:11.22},{&quot;2026-08-13&quot;:11.22},{&quot;2026-08-14&quot;:11.22},{&quot;2026-08-15&quot;:11.22},{&quot;2026-08-16&quot;:11.45},{&quot;2026-08-17&quot;:12.9},{&quot;2026-08-18&quot;:13.22},{&quot;2026-08-19&quot;:13.37},{&quot;2026-08-20&quot;:13.37},{&quot;2026-08-21&quot;:13.55},{&quot;2026-08-22&quot;:13.55},{&quot;2026-08-23&quot;:13.55},{&quot;2026-08-24&quot;:13.55},{&quot;2026-08-25&quot;:13.55},{&quot;2026-08-26&quot;:13.55},{&quot;2026-08-27&quot;:13.55},{&quot;2026-08-28&quot;:13.39},{&quot;2026-08-29&quot;:13.39},{&quot;2026-08-30&quot;:13.39},{&quot;2026-08-31&quot;:13.39},{&quot;2026-09-01&quot;:13.39},{&quot;2026-09-02&quot;:13.39},{&quot;2026-09-03&quot;:12.98},{&quot;2026-09-04&quot;:12.7},{&quot;2026-09-05&quot;:12.42},{&quot;2026-09-06&quot;:12.17},{&quot;2026-09-07&quot;:12.17},{&quot;2026-09-08&quot;:12.17},{&quot;2026-09-09&quot;:12.17},{&quot;2026-09-10&quot;:12.42},{&quot;2026-09-11&quot;:12.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="28413"
  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">
            Reckless Endeavor
        </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">
            $12.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="Reckless Endeavor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/a/ba98a4bd-e217-4dba-aee9-315b4f843cdf.jpg?1783926245" />

        <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">
            Reckless Endeavor
        </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-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="Reckless Endeavor" src="https://cards.scryfall.io/large/front/b/a/ba98a4bd-e217-4dba-aee9-315b4f843cdf.jpg?1783926245" />
    </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">
                $12.14
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:9.57},{&quot;2026-06-12&quot;:9.77},{&quot;2026-06-13&quot;:10.22},{&quot;2026-06-14&quot;:10.39},{&quot;2026-06-15&quot;:10.29},{&quot;2026-06-16&quot;:10.73},{&quot;2026-06-17&quot;:10.72},{&quot;2026-06-18&quot;:10.58},{&quot;2026-06-19&quot;:10.57},{&quot;2026-06-20&quot;:10.7},{&quot;2026-06-21&quot;:10.7},{&quot;2026-06-22&quot;:10.65},{&quot;2026-06-23&quot;:10.76},{&quot;2026-06-24&quot;:10.81},{&quot;2026-06-25&quot;:10.75},{&quot;2026-06-26&quot;:10.75},{&quot;2026-06-27&quot;:10.52},{&quot;2026-06-28&quot;:10.26},{&quot;2026-06-29&quot;:10.29},{&quot;2026-06-30&quot;:10.33},{&quot;2026-07-01&quot;:10.25},{&quot;2026-07-02&quot;:10.15},{&quot;2026-07-03&quot;:10.15},{&quot;2026-07-04&quot;:10.01},{&quot;2026-07-05&quot;:9.57},{&quot;2026-07-06&quot;:9.64},{&quot;2026-07-07&quot;:9.55},{&quot;2026-07-08&quot;:9.34},{&quot;2026-07-09&quot;:9.32},{&quot;2026-07-10&quot;:9.32},{&quot;2026-07-11&quot;:9.43},{&quot;2026-07-12&quot;:9.72},{&quot;2026-07-13&quot;:9.45},{&quot;2026-07-14&quot;:9.53},{&quot;2026-07-15&quot;:9.72},{&quot;2026-07-16&quot;:9.78},{&quot;2026-07-17&quot;:9.71},{&quot;2026-07-18&quot;:10.07},{&quot;2026-07-19&quot;:10.07},{&quot;2026-07-20&quot;:10.24},{&quot;2026-07-21&quot;:10.01},{&quot;2026-07-23&quot;:10.23},{&quot;2026-07-25&quot;:10.24},{&quot;2026-07-26&quot;:10.07},{&quot;2026-07-27&quot;:10.27},{&quot;2026-07-28&quot;:10.27},{&quot;2026-07-29&quot;:10.11},{&quot;2026-07-30&quot;:10.02},{&quot;2026-07-31&quot;:10.02},{&quot;2026-08-01&quot;:10.02},{&quot;2026-08-02&quot;:9.93},{&quot;2026-08-03&quot;:10.53},{&quot;2026-08-04&quot;:10.28},{&quot;2026-08-05&quot;:10.41},{&quot;2026-08-07&quot;:10.17},{&quot;2026-08-08&quot;:10.35},{&quot;2026-08-09&quot;:10.35},{&quot;2026-08-10&quot;:10.36},{&quot;2026-08-11&quot;:10.56},{&quot;2026-08-12&quot;:10.77},{&quot;2026-08-13&quot;:11.02},{&quot;2026-08-14&quot;:10.91},{&quot;2026-08-15&quot;:10.86},{&quot;2026-08-16&quot;:11.26},{&quot;2026-08-17&quot;:11.25},{&quot;2026-08-18&quot;:11.25},{&quot;2026-08-19&quot;:11.26},{&quot;2026-08-20&quot;:11.26},{&quot;2026-08-21&quot;:11.19},{&quot;2026-08-22&quot;:11.27},{&quot;2026-08-23&quot;:11.2},{&quot;2026-08-24&quot;:11.53},{&quot;2026-08-25&quot;:11.53},{&quot;2026-08-26&quot;:11.53},{&quot;2026-08-27&quot;:11.3},{&quot;2026-08-28&quot;:11.51},{&quot;2026-08-29&quot;:11.51},{&quot;2026-08-30&quot;:11.35},{&quot;2026-08-31&quot;:11.4},{&quot;2026-09-01&quot;:11.4},{&quot;2026-09-02&quot;:11.03},{&quot;2026-09-03&quot;:11.07},{&quot;2026-09-04&quot;:11.23},{&quot;2026-09-05&quot;:12.03},{&quot;2026-09-06&quot;:11.81},{&quot;2026-09-07&quot;:11.81},{&quot;2026-09-08&quot;:11.74},{&quot;2026-09-09&quot;:11.84},{&quot;2026-09-10&quot;:11.97},{&quot;2026-09-11&quot;:12.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="77501"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Ophidian Eye
        </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">
            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">
            $12.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="Ophidian Eye" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/3/d3c58997-5555-423a-822e-749fac90e392.jpg?1783910303" />

        <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">
            Ophidian Eye
        </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">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-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="Ophidian Eye" src="https://cards.scryfall.io/large/front/d/3/d3c58997-5555-423a-822e-749fac90e392.jpg?1783910303" />
    </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">
                $12.14
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-11&quot;:12.1},{&quot;2026-06-12&quot;:12.46},{&quot;2026-06-13&quot;:12.46},{&quot;2026-06-14&quot;:12.46},{&quot;2026-06-15&quot;:12.52},{&quot;2026-06-16&quot;:12.52},{&quot;2026-06-17&quot;:12.65},{&quot;2026-06-18&quot;:12.55},{&quot;2026-06-19&quot;:12.6},{&quot;2026-06-20&quot;:12.61},{&quot;2026-06-21&quot;:12.49},{&quot;2026-06-22&quot;:12.48},{&quot;2026-06-23&quot;:12.48},{&quot;2026-06-24&quot;:12.51},{&quot;2026-06-25&quot;:12.51},{&quot;2026-06-26&quot;:12.62},{&quot;2026-06-27&quot;:12.62},{&quot;2026-06-28&quot;:12.36},{&quot;2026-06-29&quot;:12.27},{&quot;2026-06-30&quot;:12.27},{&quot;2026-07-01&quot;:12.27},{&quot;2026-07-02&quot;:12.29},{&quot;2026-07-03&quot;:12.25},{&quot;2026-07-04&quot;:12.3},{&quot;2026-07-05&quot;:12.3},{&quot;2026-07-06&quot;:12.23},{&quot;2026-07-07&quot;:12.18},{&quot;2026-07-08&quot;:12.16},{&quot;2026-07-09&quot;:12.16},{&quot;2026-07-10&quot;:12.16},{&quot;2026-07-11&quot;:12.16},{&quot;2026-07-12&quot;:12.16},{&quot;2026-07-13&quot;:12.18},{&quot;2026-07-14&quot;:12.27},{&quot;2026-07-15&quot;:12.27},{&quot;2026-07-16&quot;:12.18},{&quot;2026-07-17&quot;:12.21},{&quot;2026-07-18&quot;:12.21},{&quot;2026-07-19&quot;:12.21},{&quot;2026-07-20&quot;:12.21},{&quot;2026-07-21&quot;:12.37},{&quot;2026-07-23&quot;:12.31},{&quot;2026-07-25&quot;:12.29},{&quot;2026-07-26&quot;:12.15},{&quot;2026-07-27&quot;:12.0},{&quot;2026-07-28&quot;:11.97},{&quot;2026-07-29&quot;:11.84},{&quot;2026-07-30&quot;:11.71},{&quot;2026-07-31&quot;:11.73},{&quot;2026-08-01&quot;:11.73},{&quot;2026-08-02&quot;:11.67},{&quot;2026-08-03&quot;:11.76},{&quot;2026-08-04&quot;:11.7},{&quot;2026-08-05&quot;:11.71},{&quot;2026-08-07&quot;:11.63},{&quot;2026-08-08&quot;:11.65},{&quot;2026-08-09&quot;:11.65},{&quot;2026-08-10&quot;:11.58},{&quot;2026-08-11&quot;:11.32},{&quot;2026-08-12&quot;:11.32},{&quot;2026-08-13&quot;:11.23},{&quot;2026-08-14&quot;:11.24},{&quot;2026-08-15&quot;:11.66},{&quot;2026-08-16&quot;:11.48},{&quot;2026-08-17&quot;:11.54},{&quot;2026-08-18&quot;:11.5},{&quot;2026-08-19&quot;:11.54},{&quot;2026-08-20&quot;:11.54},{&quot;2026-08-21&quot;:11.77},{&quot;2026-08-22&quot;:12.06},{&quot;2026-08-23&quot;:11.94},{&quot;2026-08-24&quot;:11.94},{&quot;2026-08-25&quot;:12.02},{&quot;2026-08-26&quot;:12.08},{&quot;2026-08-27&quot;:12.14},{&quot;2026-08-28&quot;:12.14},{&quot;2026-08-29&quot;:12.14},{&quot;2026-08-30&quot;:12.34},{&quot;2026-08-31&quot;:12.37},{&quot;2026-09-01&quot;:12.44},{&quot;2026-09-02&quot;:12.21},{&quot;2026-09-03&quot;:12.21},{&quot;2026-09-04&quot;:12.21},{&quot;2026-09-05&quot;:12.08},{&quot;2026-09-06&quot;:12.01},{&quot;2026-09-07&quot;:12.07},{&quot;2026-09-08&quot;:12.13},{&quot;2026-09-09&quot;:11.97},{&quot;2026-09-10&quot;:12.06},{&quot;2026-09-11&quot;:12.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="109489"
  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-50 text-badge-text">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $12.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="Triumph of the Hordes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/9907e7de-62f1-4596-a242-d811f72e9f63.jpg?1782757804" />

        <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/9/9/9907e7de-62f1-4596-a242-d811f72e9f63.jpg?1782757804" />
    </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">
                $12.14
              </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">
                $0.00
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-13&quot;:13.87},{&quot;2026-06-14&quot;:13.69},{&quot;2026-06-15&quot;:13.68},{&quot;2026-06-16&quot;:13.69},{&quot;2026-06-17&quot;:13.75},{&quot;2026-06-18&quot;:13.64},{&quot;2026-06-19&quot;:13.79},{&quot;2026-06-20&quot;:13.86},{&quot;2026-06-21&quot;:13.85},{&quot;2026-06-22&quot;:13.75},{&quot;2026-06-23&quot;:13.66},{&quot;2026-06-24&quot;:13.57},{&quot;2026-06-25&quot;:13.08},{&quot;2026-06-26&quot;:13.08},{&quot;2026-06-27&quot;:12.78},{&quot;2026-06-28&quot;:12.73},{&quot;2026-06-29&quot;:12.73},{&quot;2026-06-30&quot;:12.82},{&quot;2026-07-01&quot;:12.71},{&quot;2026-07-02&quot;:12.52},{&quot;2026-07-03&quot;:12.2},{&quot;2026-07-04&quot;:12.26},{&quot;2026-07-05&quot;:12.23},{&quot;2026-07-06&quot;:12.27},{&quot;2026-07-07&quot;:12.27},{&quot;2026-07-08&quot;:12.18},{&quot;2026-07-09&quot;:12.36},{&quot;2026-07-10&quot;:12.36},{&quot;2026-07-11&quot;:12.42},{&quot;2026-07-12&quot;:12.27},{&quot;2026-07-13&quot;:12.28},{&quot;2026-07-14&quot;:12.3},{&quot;2026-07-15&quot;:12.39},{&quot;2026-07-16&quot;:12.36},{&quot;2026-07-17&quot;:12.45},{&quot;2026-07-18&quot;:12.45},{&quot;2026-07-19&quot;:12.48},{&quot;2026-07-20&quot;:12.5},{&quot;2026-07-21&quot;:12.48},{&quot;2026-07-22&quot;:12.48},{&quot;2026-07-23&quot;:12.5},{&quot;2026-07-24&quot;:12.51},{&quot;2026-07-25&quot;:12.51},{&quot;2026-07-26&quot;:12.37},{&quot;2026-07-27&quot;:12.32},{&quot;2026-07-28&quot;:12.24},{&quot;2026-07-29&quot;:12.12},{&quot;2026-07-30&quot;:11.98},{&quot;2026-07-31&quot;:11.83},{&quot;2026-08-01&quot;:11.77},{&quot;2026-08-02&quot;:11.7},{&quot;2026-08-03&quot;:11.6},{&quot;2026-08-04&quot;:11.52},{&quot;2026-08-05&quot;:11.52},{&quot;2026-08-07&quot;:11.42},{&quot;2026-08-08&quot;:11.42},{&quot;2026-08-09&quot;:11.42},{&quot;2026-08-10&quot;:11.37},{&quot;2026-08-11&quot;:11.37},{&quot;2026-08-12&quot;:11.32},{&quot;2026-08-13&quot;:11.3},{&quot;2026-08-14&quot;:11.23},{&quot;2026-08-15&quot;:11.08},{&quot;2026-08-16&quot;:11.03},{&quot;2026-08-17&quot;:11.04},{&quot;2026-08-18&quot;:11.08},{&quot;2026-08-19&quot;:11.05},{&quot;2026-08-20&quot;:11.34},{&quot;2026-08-21&quot;:11.22},{&quot;2026-08-22&quot;:10.78},{&quot;2026-08-23&quot;:10.87},{&quot;2026-08-24&quot;:11.12},{&quot;2026-08-25&quot;:11.12},{&quot;2026-08-26&quot;:11.12},{&quot;2026-08-27&quot;:11.16},{&quot;2026-08-28&quot;:11.23},{&quot;2026-08-29&quot;:11.23},{&quot;2026-08-30&quot;:11.21},{&quot;2026-08-31&quot;:11.26},{&quot;2026-09-01&quot;:11.26},{&quot;2026-09-02&quot;:11.26},{&quot;2026-09-03&quot;:11.23},{&quot;2026-09-04&quot;:11.23},{&quot;2026-09-05&quot;:11.41},{&quot;2026-09-06&quot;:11.39},{&quot;2026-09-07&quot;:11.75},{&quot;2026-09-08&quot;:11.8},{&quot;2026-09-09&quot;:11.94},{&quot;2026-09-10&quot;:12.21},{&quot;2026-09-11&quot;:12.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="80341"
  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">
            Wirewood Lodge
        </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">
              ↑
              2%
            </span>

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

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

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

        <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">
            Wirewood Lodge
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wirewood Lodge" src="https://cards.scryfall.io/large/front/c/f/cf3f4954-ab60-44a9-b2d6-a4be598e8ce6.jpg?1783932125" />
    </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">
                $12.13
              </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">$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-08&quot;:9.82},{&quot;2026-06-10&quot;:9.97},{&quot;2026-06-11&quot;:10.12},{&quot;2026-06-12&quot;:9.95},{&quot;2026-06-13&quot;:10.14},{&quot;2026-06-14&quot;:9.97},{&quot;2026-06-15&quot;:10.12},{&quot;2026-06-16&quot;:10.12},{&quot;2026-06-17&quot;:9.95},{&quot;2026-06-18&quot;:9.99},{&quot;2026-06-19&quot;:10.32},{&quot;2026-06-20&quot;:10.3},{&quot;2026-06-21&quot;:10.3},{&quot;2026-06-22&quot;:10.3},{&quot;2026-06-24&quot;:9.98},{&quot;2026-06-25&quot;:9.98},{&quot;2026-06-26&quot;:9.98},{&quot;2026-06-27&quot;:9.98},{&quot;2026-06-28&quot;:10.01},{&quot;2026-06-29&quot;:10.0},{&quot;2026-06-30&quot;:10.0},{&quot;2026-07-01&quot;:10.0},{&quot;2026-07-02&quot;:10.16},{&quot;2026-07-03&quot;:10.61},{&quot;2026-07-04&quot;:10.61},{&quot;2026-07-05&quot;:10.67},{&quot;2026-07-06&quot;:10.95},{&quot;2026-07-07&quot;:10.86},{&quot;2026-07-08&quot;:11.15},{&quot;2026-07-09&quot;:10.83},{&quot;2026-07-10&quot;:10.87},{&quot;2026-07-11&quot;:10.66},{&quot;2026-07-12&quot;:10.63},{&quot;2026-07-13&quot;:10.89},{&quot;2026-07-14&quot;:10.89},{&quot;2026-07-15&quot;:10.84},{&quot;2026-07-16&quot;:10.65},{&quot;2026-07-17&quot;:10.25},{&quot;2026-07-18&quot;:10.25},{&quot;2026-07-19&quot;:9.69},{&quot;2026-07-20&quot;:9.59},{&quot;2026-07-21&quot;:9.44},{&quot;2026-07-23&quot;:9.31},{&quot;2026-07-25&quot;:9.28},{&quot;2026-07-26&quot;:9.42},{&quot;2026-07-27&quot;:9.41},{&quot;2026-07-29&quot;:9.31},{&quot;2026-07-30&quot;:9.31},{&quot;2026-07-31&quot;:9.16},{&quot;2026-08-01&quot;:9.16},{&quot;2026-08-02&quot;:9.13},{&quot;2026-08-03&quot;:9.16},{&quot;2026-08-04&quot;:9.26},{&quot;2026-08-05&quot;:9.26},{&quot;2026-08-07&quot;:9.26},{&quot;2026-08-08&quot;:9.26},{&quot;2026-08-09&quot;:9.44},{&quot;2026-08-10&quot;:9.4},{&quot;2026-08-11&quot;:9.39},{&quot;2026-08-12&quot;:9.53},{&quot;2026-08-13&quot;:9.78},{&quot;2026-08-14&quot;:9.76},{&quot;2026-08-15&quot;:9.76},{&quot;2026-08-16&quot;:9.9},{&quot;2026-08-17&quot;:9.78},{&quot;2026-08-18&quot;:9.64},{&quot;2026-08-19&quot;:9.72},{&quot;2026-08-20&quot;:9.72},{&quot;2026-08-21&quot;:10.27},{&quot;2026-08-22&quot;:10.58},{&quot;2026-08-23&quot;:10.51},{&quot;2026-08-24&quot;:10.4},{&quot;2026-08-25&quot;:10.4},{&quot;2026-08-26&quot;:10.4},{&quot;2026-08-27&quot;:10.7},{&quot;2026-08-28&quot;:10.77},{&quot;2026-08-29&quot;:10.77},{&quot;2026-08-30&quot;:10.71},{&quot;2026-08-31&quot;:10.91},{&quot;2026-09-01&quot;:10.91},{&quot;2026-09-02&quot;:11.03},{&quot;2026-09-03&quot;:11.76},{&quot;2026-09-04&quot;:11.85},{&quot;2026-09-05&quot;:11.85},{&quot;2026-09-06&quot;:12.09},{&quot;2026-09-07&quot;:12.26},{&quot;2026-09-08&quot;:12.39},{&quot;2026-09-09&quot;:12.39},{&quot;2026-09-10&quot;:12.39},{&quot;2026-09-11&quot;:12.13}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $12.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="City of Brass" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c21565d0-fc40-4d89-9b27-87c03385e0af.jpg?1783904153" />

        <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">
            City of Brass
        </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="City of Brass" src="https://cards.scryfall.io/large/front/c/2/c21565d0-fc40-4d89-9b27-87c03385e0af.jpg?1783904153" />
    </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">
                $12.09
              </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">
                $31.53
              </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">$8.25</span>
              <span class="text-xs text-grey-text">Credit: $10.73</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:31.98},{&quot;2026-08-20&quot;:31.98},{&quot;2026-08-21&quot;:32.01},{&quot;2026-08-22&quot;:32.01},{&quot;2026-08-23&quot;:31.96},{&quot;2026-08-24&quot;:31.96},{&quot;2026-08-25&quot;:31.96},{&quot;2026-08-26&quot;:31.9},{&quot;2026-08-27&quot;:31.9},{&quot;2026-08-28&quot;:31.9},{&quot;2026-08-29&quot;:31.9},{&quot;2026-08-30&quot;:31.85},{&quot;2026-08-31&quot;:31.85},{&quot;2026-09-01&quot;:31.85},{&quot;2026-09-02&quot;:31.85},{&quot;2026-09-03&quot;:31.85},{&quot;2026-09-04&quot;:31.85},{&quot;2026-09-05&quot;:31.78},{&quot;2026-09-06&quot;:31.78},{&quot;2026-09-07&quot;:31.8},{&quot;2026-09-08&quot;:31.79},{&quot;2026-09-09&quot;:31.79},{&quot;2026-09-10&quot;:31.79},{&quot;2026-09-11&quot;:31.53}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:10.05},{&quot;2026-06-12&quot;:9.83},{&quot;2026-06-13&quot;:10.48},{&quot;2026-06-14&quot;:10.53},{&quot;2026-06-15&quot;:10.61},{&quot;2026-06-16&quot;:10.57},{&quot;2026-06-17&quot;:10.36},{&quot;2026-06-18&quot;:10.44},{&quot;2026-06-19&quot;:11.2},{&quot;2026-06-20&quot;:11.34},{&quot;2026-06-21&quot;:10.98},{&quot;2026-06-22&quot;:10.9},{&quot;2026-06-23&quot;:11.36},{&quot;2026-06-24&quot;:10.86},{&quot;2026-06-25&quot;:10.08},{&quot;2026-06-26&quot;:10.82},{&quot;2026-06-27&quot;:11.03},{&quot;2026-06-28&quot;:11.67},{&quot;2026-06-29&quot;:11.78},{&quot;2026-06-30&quot;:11.39},{&quot;2026-07-01&quot;:11.52},{&quot;2026-07-02&quot;:11.36},{&quot;2026-07-03&quot;:12.11},{&quot;2026-07-04&quot;:12.03},{&quot;2026-07-05&quot;:11.49},{&quot;2026-07-06&quot;:11.24},{&quot;2026-07-07&quot;:11.53},{&quot;2026-07-08&quot;:11.46},{&quot;2026-07-09&quot;:11.45},{&quot;2026-07-10&quot;:10.92},{&quot;2026-07-11&quot;:10.97},{&quot;2026-07-12&quot;:11.49},{&quot;2026-07-13&quot;:11.44},{&quot;2026-07-14&quot;:11.42},{&quot;2026-07-15&quot;:11.58},{&quot;2026-07-16&quot;:11.41},{&quot;2026-07-17&quot;:11.29},{&quot;2026-07-18&quot;:11.48},{&quot;2026-07-19&quot;:11.73},{&quot;2026-07-20&quot;:11.81},{&quot;2026-07-21&quot;:11.34},{&quot;2026-07-23&quot;:11.83},{&quot;2026-07-25&quot;:11.99},{&quot;2026-07-26&quot;:11.29},{&quot;2026-07-27&quot;:11.25},{&quot;2026-07-28&quot;:12.17},{&quot;2026-07-29&quot;:12.18},{&quot;2026-07-30&quot;:12.38},{&quot;2026-07-31&quot;:12.11},{&quot;2026-08-01&quot;:12.21},{&quot;2026-08-02&quot;:12.3},{&quot;2026-08-03&quot;:12.07},{&quot;2026-08-04&quot;:11.97},{&quot;2026-08-05&quot;:11.74},{&quot;2026-08-07&quot;:10.73},{&quot;2026-08-08&quot;:11.03},{&quot;2026-08-09&quot;:11.18},{&quot;2026-08-10&quot;:11.37},{&quot;2026-08-11&quot;:11.14},{&quot;2026-08-12&quot;:11.63},{&quot;2026-08-13&quot;:11.87},{&quot;2026-08-14&quot;:11.99},{&quot;2026-08-15&quot;:11.84},{&quot;2026-08-16&quot;:11.85},{&quot;2026-08-17&quot;:12.27},{&quot;2026-08-18&quot;:12.44},{&quot;2026-08-19&quot;:12.4},{&quot;2026-08-20&quot;:12.4},{&quot;2026-08-21&quot;:11.77},{&quot;2026-08-22&quot;:11.11},{&quot;2026-08-23&quot;:11.59},{&quot;2026-08-24&quot;:12.05},{&quot;2026-08-25&quot;:12.05},{&quot;2026-08-26&quot;:11.96},{&quot;2026-08-27&quot;:12.04},{&quot;2026-08-28&quot;:12.07},{&quot;2026-08-29&quot;:12.07},{&quot;2026-08-30&quot;:12.37},{&quot;2026-08-31&quot;:12.07},{&quot;2026-09-01&quot;:12.07},{&quot;2026-09-02&quot;:11.88},{&quot;2026-09-03&quot;:12.14},{&quot;2026-09-04&quot;:12.1},{&quot;2026-09-05&quot;:12.42},{&quot;2026-09-06&quot;:12.32},{&quot;2026-09-07&quot;:12.05},{&quot;2026-09-08&quot;:12.07},{&quot;2026-09-09&quot;:12.05},{&quot;2026-09-10&quot;:12.05},{&quot;2026-09-11&quot;:12.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="20401"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Sneak Attack
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Sneak Attack" src="https://cards.scryfall.io/large/front/3/d/3d9709ea-5962-4590-8b14-5213b14f9229.jpg?1783930156" />
    </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">
                $12.04
              </span>

            </div>
          </div>

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

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

                <span class="text-xs text-accent-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;2026-06-13&quot;:11.06},{&quot;2026-06-14&quot;:11.43},{&quot;2026-06-15&quot;:11.43},{&quot;2026-06-16&quot;:11.43},{&quot;2026-06-17&quot;:11.68},{&quot;2026-06-18&quot;:11.68},{&quot;2026-06-19&quot;:11.68},{&quot;2026-06-20&quot;:11.68},{&quot;2026-06-21&quot;:11.68},{&quot;2026-06-22&quot;:11.68},{&quot;2026-06-23&quot;:11.68},{&quot;2026-06-24&quot;:11.68},{&quot;2026-06-25&quot;:11.68},{&quot;2026-06-26&quot;:11.68},{&quot;2026-06-27&quot;:11.68},{&quot;2026-06-28&quot;:11.68},{&quot;2026-06-29&quot;:11.68},{&quot;2026-06-30&quot;:11.68},{&quot;2026-07-01&quot;:11.68},{&quot;2026-07-02&quot;:11.68},{&quot;2026-07-03&quot;:11.68},{&quot;2026-07-04&quot;:11.68},{&quot;2026-07-05&quot;:11.68},{&quot;2026-07-06&quot;:11.62},{&quot;2026-07-07&quot;:11.62},{&quot;2026-07-08&quot;:11.62},{&quot;2026-07-09&quot;:11.62},{&quot;2026-07-10&quot;:11.62},{&quot;2026-07-11&quot;:11.62},{&quot;2026-07-12&quot;:11.62},{&quot;2026-07-13&quot;:11.62},{&quot;2026-07-14&quot;:11.62},{&quot;2026-07-15&quot;:11.62},{&quot;2026-07-16&quot;:11.62},{&quot;2026-07-17&quot;:11.62},{&quot;2026-07-18&quot;:11.62},{&quot;2026-07-19&quot;:11.62},{&quot;2026-07-20&quot;:11.67},{&quot;2026-07-21&quot;:11.67},{&quot;2026-07-22&quot;:11.67},{&quot;2026-07-23&quot;:11.67},{&quot;2026-07-24&quot;:11.67},{&quot;2026-07-25&quot;:11.67},{&quot;2026-07-26&quot;:11.85},{&quot;2026-07-27&quot;:11.85},{&quot;2026-07-28&quot;:11.85},{&quot;2026-07-29&quot;:11.85},{&quot;2026-07-30&quot;:11.85},{&quot;2026-07-31&quot;:11.9},{&quot;2026-08-01&quot;:11.9},{&quot;2026-08-02&quot;:11.9},{&quot;2026-08-03&quot;:11.9},{&quot;2026-08-04&quot;:11.9},{&quot;2026-08-05&quot;:11.9},{&quot;2026-08-07&quot;:11.9},{&quot;2026-08-08&quot;:11.9},{&quot;2026-08-09&quot;:11.9},{&quot;2026-08-10&quot;:11.9},{&quot;2026-08-11&quot;:11.98},{&quot;2026-08-12&quot;:11.98},{&quot;2026-08-13&quot;:11.98},{&quot;2026-08-14&quot;:11.98},{&quot;2026-08-15&quot;:11.98},{&quot;2026-08-16&quot;:12.06},{&quot;2026-08-17&quot;:12.14},{&quot;2026-08-18&quot;:12.14},{&quot;2026-08-19&quot;:12.23},{&quot;2026-08-20&quot;:12.27},{&quot;2026-08-21&quot;:12.27},{&quot;2026-08-22&quot;:12.27},{&quot;2026-08-23&quot;:12.27},{&quot;2026-08-24&quot;:12.27},{&quot;2026-08-25&quot;:12.27},{&quot;2026-08-26&quot;:12.27},{&quot;2026-08-27&quot;:12.27},{&quot;2026-08-28&quot;:12.27},{&quot;2026-08-29&quot;:12.27},{&quot;2026-08-30&quot;:12.27},{&quot;2026-08-31&quot;:12.27},{&quot;2026-09-01&quot;:12.27},{&quot;2026-09-02&quot;:12.19},{&quot;2026-09-03&quot;:12.19},{&quot;2026-09-04&quot;:12.19},{&quot;2026-09-05&quot;:12.19},{&quot;2026-09-06&quot;:12.3},{&quot;2026-09-07&quot;:12.3},{&quot;2026-09-08&quot;:12.3},{&quot;2026-09-09&quot;:12.3},{&quot;2026-09-10&quot;:12.3},{&quot;2026-09-11&quot;:12.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.48},{&quot;2026-06-14&quot;:11.48},{&quot;2026-06-15&quot;:11.48},{&quot;2026-06-16&quot;:11.48},{&quot;2026-06-17&quot;:11.36},{&quot;2026-06-18&quot;:11.36},{&quot;2026-06-19&quot;:11.36},{&quot;2026-06-20&quot;:11.36},{&quot;2026-06-21&quot;:11.36},{&quot;2026-06-22&quot;:11.31},{&quot;2026-06-23&quot;:11.31},{&quot;2026-06-24&quot;:11.38},{&quot;2026-06-25&quot;:11.49},{&quot;2026-06-26&quot;:11.49},{&quot;2026-06-27&quot;:11.5},{&quot;2026-06-28&quot;:11.27},{&quot;2026-06-29&quot;:11.45},{&quot;2026-06-30&quot;:11.48},{&quot;2026-07-01&quot;:11.69},{&quot;2026-07-02&quot;:11.69},{&quot;2026-07-03&quot;:11.9},{&quot;2026-07-04&quot;:11.89},{&quot;2026-07-05&quot;:11.99},{&quot;2026-07-06&quot;:11.99},{&quot;2026-07-07&quot;:11.99},{&quot;2026-07-08&quot;:11.92},{&quot;2026-07-09&quot;:12.06},{&quot;2026-07-10&quot;:12.06},{&quot;2026-07-11&quot;:12.06},{&quot;2026-07-12&quot;:12.18},{&quot;2026-07-13&quot;:12.18},{&quot;2026-07-14&quot;:12.18},{&quot;2026-07-15&quot;:12.18},{&quot;2026-07-16&quot;:12.18},{&quot;2026-07-17&quot;:12.18},{&quot;2026-07-18&quot;:12.09},{&quot;2026-07-19&quot;:12.1},{&quot;2026-07-20&quot;:12.11},{&quot;2026-07-21&quot;:12.11},{&quot;2026-07-22&quot;:12.11},{&quot;2026-07-23&quot;:12.11},{&quot;2026-07-24&quot;:12.15},{&quot;2026-07-25&quot;:12.15},{&quot;2026-07-26&quot;:12.15},{&quot;2026-07-27&quot;:12.15},{&quot;2026-07-28&quot;:12.15},{&quot;2026-07-29&quot;:12.15},{&quot;2026-07-30&quot;:12.15},{&quot;2026-07-31&quot;:12.15},{&quot;2026-08-01&quot;:12.15},{&quot;2026-08-02&quot;:12.15},{&quot;2026-08-03&quot;:12.15},{&quot;2026-08-04&quot;:12.28},{&quot;2026-08-05&quot;:12.28},{&quot;2026-08-07&quot;:12.28},{&quot;2026-08-08&quot;:12.28},{&quot;2026-08-09&quot;:12.28},{&quot;2026-08-10&quot;:12.12},{&quot;2026-08-11&quot;:12.12},{&quot;2026-08-12&quot;:12.12},{&quot;2026-08-13&quot;:12.21},{&quot;2026-08-14&quot;:12.03},{&quot;2026-08-15&quot;:12.22},{&quot;2026-08-16&quot;:12.22},{&quot;2026-08-17&quot;:12.22},{&quot;2026-08-18&quot;:12.19},{&quot;2026-08-19&quot;:12.19},{&quot;2026-08-20&quot;:12.19},{&quot;2026-08-21&quot;:12.22},{&quot;2026-08-22&quot;:12.25},{&quot;2026-08-23&quot;:12.25},{&quot;2026-08-24&quot;:12.25},{&quot;2026-08-25&quot;:12.25},{&quot;2026-08-26&quot;:12.19},{&quot;2026-08-27&quot;:12.13},{&quot;2026-08-28&quot;:12.06},{&quot;2026-08-29&quot;:12.06},{&quot;2026-08-30&quot;:12.06},{&quot;2026-08-31&quot;:12.06},{&quot;2026-09-01&quot;:12.06},{&quot;2026-09-02&quot;:12.06},{&quot;2026-09-03&quot;:12.06},{&quot;2026-09-04&quot;:12.06},{&quot;2026-09-05&quot;:12.06},{&quot;2026-09-06&quot;:12.06},{&quot;2026-09-07&quot;:12.04},{&quot;2026-09-08&quot;:12.04},{&quot;2026-09-09&quot;:12.04},{&quot;2026-09-10&quot;:12.04},{&quot;2026-09-11&quot;:12.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Wrenn and Six" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/169fcff7-58f2-420b-a5f1-642ad38709b3.jpg?1783921778" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Wrenn and Six" src="https://cards.scryfall.io/large/front/1/6/169fcff7-58f2-420b-a5f1-642ad38709b3.jpg?1783921778" />
    </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">
                $12.03
              </span>

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $14.93
              </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">$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;:17.12},{&quot;2026-06-14&quot;:17.12},{&quot;2026-06-15&quot;:17.12},{&quot;2026-06-16&quot;:17.18},{&quot;2026-06-17&quot;:17.18},{&quot;2026-06-18&quot;:16.87},{&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.75},{&quot;2026-06-24&quot;:16.75},{&quot;2026-06-25&quot;:16.75},{&quot;2026-06-26&quot;:16.75},{&quot;2026-06-27&quot;:16.46},{&quot;2026-06-28&quot;:16.28},{&quot;2026-06-29&quot;:16.28},{&quot;2026-06-30&quot;:16.28},{&quot;2026-07-01&quot;:16.28},{&quot;2026-07-02&quot;:16.28},{&quot;2026-07-03&quot;:16.28},{&quot;2026-07-04&quot;:16.28},{&quot;2026-07-05&quot;:16.13},{&quot;2026-07-06&quot;:16.13},{&quot;2026-07-07&quot;:16.13},{&quot;2026-07-08&quot;:16.13},{&quot;2026-07-09&quot;:16.13},{&quot;2026-07-10&quot;:16.13},{&quot;2026-07-11&quot;:16.24},{&quot;2026-07-12&quot;:16.24},{&quot;2026-07-13&quot;:16.24},{&quot;2026-07-14&quot;:16.24},{&quot;2026-07-15&quot;:16.13},{&quot;2026-07-16&quot;:16.13},{&quot;2026-07-17&quot;:16.13},{&quot;2026-07-18&quot;:16.13},{&quot;2026-07-19&quot;:16.13},{&quot;2026-07-20&quot;:16.03},{&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.87},{&quot;2026-07-25&quot;:15.87},{&quot;2026-07-26&quot;:15.85},{&quot;2026-07-27&quot;:15.85},{&quot;2026-07-28&quot;:15.85},{&quot;2026-07-29&quot;:15.85},{&quot;2026-07-30&quot;:15.85},{&quot;2026-07-31&quot;:15.85},{&quot;2026-08-01&quot;:15.85},{&quot;2026-08-02&quot;:15.92},{&quot;2026-08-03&quot;:15.99},{&quot;2026-08-04&quot;:15.99},{&quot;2026-08-05&quot;:15.99},{&quot;2026-08-07&quot;:15.99},{&quot;2026-08-08&quot;:15.99},{&quot;2026-08-09&quot;:15.99},{&quot;2026-08-10&quot;:15.84},{&quot;2026-08-11&quot;:15.84},{&quot;2026-08-12&quot;:15.84},{&quot;2026-08-13&quot;:15.72},{&quot;2026-08-14&quot;:15.72},{&quot;2026-08-15&quot;:15.72},{&quot;2026-08-16&quot;:15.72},{&quot;2026-08-17&quot;:15.72},{&quot;2026-08-18&quot;:15.6},{&quot;2026-08-19&quot;:15.6},{&quot;2026-08-20&quot;:15.55},{&quot;2026-08-21&quot;:15.55},{&quot;2026-08-22&quot;:15.55},{&quot;2026-08-23&quot;:15.55},{&quot;2026-08-24&quot;:15.55},{&quot;2026-08-25&quot;:15.55},{&quot;2026-08-26&quot;:15.55},{&quot;2026-08-27&quot;:15.55},{&quot;2026-08-28&quot;:15.55},{&quot;2026-08-29&quot;:15.55},{&quot;2026-08-30&quot;:15.48},{&quot;2026-08-31&quot;:15.48},{&quot;2026-09-01&quot;:15.35},{&quot;2026-09-02&quot;:15.19},{&quot;2026-09-03&quot;:15.19},{&quot;2026-09-04&quot;:15.19},{&quot;2026-09-05&quot;:15.05},{&quot;2026-09-06&quot;:15.05},{&quot;2026-09-07&quot;:15.05},{&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;:[{&quot;2026-06-13&quot;:12.2},{&quot;2026-06-14&quot;:12.22},{&quot;2026-06-15&quot;:12.22},{&quot;2026-06-16&quot;:12.22},{&quot;2026-06-17&quot;:12.15},{&quot;2026-06-18&quot;:12.15},{&quot;2026-06-19&quot;:12.05},{&quot;2026-06-20&quot;:12.05},{&quot;2026-06-21&quot;:12.05},{&quot;2026-06-22&quot;:12.05},{&quot;2026-06-23&quot;:12.05},{&quot;2026-06-24&quot;:12.05},{&quot;2026-06-25&quot;:12.18},{&quot;2026-06-26&quot;:12.11},{&quot;2026-06-27&quot;:12.11},{&quot;2026-06-28&quot;:12.11},{&quot;2026-06-29&quot;:12.03},{&quot;2026-06-30&quot;:12.12},{&quot;2026-07-01&quot;:12.12},{&quot;2026-07-02&quot;:12.12},{&quot;2026-07-03&quot;:12.12},{&quot;2026-07-04&quot;:12.12},{&quot;2026-07-05&quot;:12.12},{&quot;2026-07-06&quot;:12.12},{&quot;2026-07-07&quot;:12.12},{&quot;2026-07-08&quot;:12.27},{&quot;2026-07-09&quot;:12.28},{&quot;2026-07-10&quot;:12.28},{&quot;2026-07-11&quot;:12.28},{&quot;2026-07-12&quot;:12.25},{&quot;2026-07-13&quot;:12.25},{&quot;2026-07-14&quot;:12.25},{&quot;2026-07-15&quot;:12.2},{&quot;2026-07-16&quot;:12.2},{&quot;2026-07-17&quot;:12.2},{&quot;2026-07-18&quot;:12.2},{&quot;2026-07-19&quot;:12.2},{&quot;2026-07-20&quot;:12.2},{&quot;2026-07-21&quot;:12.13},{&quot;2026-07-22&quot;:12.13},{&quot;2026-07-23&quot;:12.13},{&quot;2026-07-24&quot;:12.13},{&quot;2026-07-25&quot;:12.13},{&quot;2026-07-26&quot;:12.19},{&quot;2026-07-27&quot;:12.19},{&quot;2026-07-28&quot;:12.19},{&quot;2026-07-29&quot;:12.19},{&quot;2026-07-30&quot;:12.19},{&quot;2026-07-31&quot;:12.19},{&quot;2026-08-01&quot;:12.19},{&quot;2026-08-02&quot;:12.19},{&quot;2026-08-03&quot;:12.19},{&quot;2026-08-04&quot;:12.19},{&quot;2026-08-05&quot;:12.22},{&quot;2026-08-07&quot;:12.28},{&quot;2026-08-08&quot;:12.28},{&quot;2026-08-09&quot;:12.28},{&quot;2026-08-10&quot;:12.27},{&quot;2026-08-11&quot;:12.27},{&quot;2026-08-12&quot;:12.22},{&quot;2026-08-13&quot;:12.15},{&quot;2026-08-14&quot;:12.07},{&quot;2026-08-15&quot;:12.11},{&quot;2026-08-16&quot;:12.11},{&quot;2026-08-17&quot;:12.11},{&quot;2026-08-18&quot;:12.11},{&quot;2026-08-19&quot;:12.11},{&quot;2026-08-20&quot;:12.11},{&quot;2026-08-21&quot;:12.11},{&quot;2026-08-22&quot;:12.11},{&quot;2026-08-23&quot;:11.99},{&quot;2026-08-24&quot;:11.99},{&quot;2026-08-25&quot;:11.99},{&quot;2026-08-26&quot;:11.99},{&quot;2026-08-27&quot;:12.03},{&quot;2026-08-28&quot;:12.01},{&quot;2026-08-29&quot;:12.01},{&quot;2026-08-30&quot;:12.01},{&quot;2026-08-31&quot;:12.01},{&quot;2026-09-01&quot;:12.01},{&quot;2026-09-02&quot;:12.01},{&quot;2026-09-03&quot;:12.01},{&quot;2026-09-04&quot;:12.01},{&quot;2026-09-05&quot;:12.01},{&quot;2026-09-06&quot;:12.01},{&quot;2026-09-07&quot;:12.01},{&quot;2026-09-08&quot;:12.01},{&quot;2026-09-09&quot;:12.01},{&quot;2026-09-10&quot;:12.01},{&quot;2026-09-11&quot;:12.03}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $12.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="Mindcrank" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/8/8858a941-8175-476d-8177-2db4ffdcb3ad.jpg?1783922388" />

        <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">
            Mindcrank
        </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="Mindcrank" src="https://cards.scryfall.io/large/front/8/8/8858a941-8175-476d-8177-2db4ffdcb3ad.jpg?1783922388" />
    </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">
                $12.02
              </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">$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-10&quot;:10.85},{&quot;2026-06-11&quot;:10.85},{&quot;2026-06-12&quot;:10.68},{&quot;2026-06-13&quot;:10.47},{&quot;2026-06-14&quot;:10.53},{&quot;2026-06-15&quot;:10.59},{&quot;2026-06-16&quot;:11.0},{&quot;2026-06-17&quot;:11.0},{&quot;2026-06-18&quot;:11.07},{&quot;2026-06-19&quot;:11.37},{&quot;2026-06-20&quot;:11.68},{&quot;2026-06-21&quot;:11.85},{&quot;2026-06-22&quot;:11.85},{&quot;2026-06-23&quot;:12.1},{&quot;2026-06-24&quot;:11.89},{&quot;2026-06-25&quot;:11.89},{&quot;2026-06-26&quot;:12.19},{&quot;2026-06-27&quot;:12.33},{&quot;2026-06-28&quot;:12.33},{&quot;2026-06-29&quot;:11.84},{&quot;2026-06-30&quot;:11.9},{&quot;2026-07-01&quot;:11.65},{&quot;2026-07-02&quot;:11.65},{&quot;2026-07-03&quot;:11.64},{&quot;2026-07-04&quot;:11.64},{&quot;2026-07-05&quot;:11.82},{&quot;2026-07-06&quot;:12.05},{&quot;2026-07-07&quot;:12.31},{&quot;2026-07-08&quot;:12.58},{&quot;2026-07-09&quot;:12.8},{&quot;2026-07-10&quot;:12.7},{&quot;2026-07-11&quot;:12.98},{&quot;2026-07-12&quot;:12.86},{&quot;2026-07-13&quot;:13.07},{&quot;2026-07-14&quot;:13.26},{&quot;2026-07-15&quot;:13.4},{&quot;2026-07-16&quot;:13.05},{&quot;2026-07-17&quot;:12.99},{&quot;2026-07-18&quot;:13.08},{&quot;2026-07-19&quot;:13.08},{&quot;2026-07-20&quot;:13.08},{&quot;2026-07-21&quot;:13.08},{&quot;2026-07-23&quot;:13.15},{&quot;2026-07-25&quot;:12.17},{&quot;2026-07-26&quot;:12.48},{&quot;2026-07-27&quot;:12.48},{&quot;2026-07-29&quot;:12.48},{&quot;2026-07-30&quot;:12.64},{&quot;2026-07-31&quot;:12.64},{&quot;2026-08-01&quot;:12.64},{&quot;2026-08-02&quot;:12.64},{&quot;2026-08-03&quot;:12.25},{&quot;2026-08-04&quot;:12.07},{&quot;2026-08-05&quot;:11.89},{&quot;2026-08-07&quot;:11.73},{&quot;2026-08-08&quot;:11.73},{&quot;2026-08-09&quot;:11.65},{&quot;2026-08-10&quot;:11.59},{&quot;2026-08-11&quot;:11.59},{&quot;2026-08-12&quot;:11.58},{&quot;2026-08-13&quot;:11.62},{&quot;2026-08-14&quot;:11.23},{&quot;2026-08-15&quot;:11.42},{&quot;2026-08-16&quot;:11.43},{&quot;2026-08-17&quot;:11.43},{&quot;2026-08-18&quot;:11.41},{&quot;2026-08-19&quot;:11.66},{&quot;2026-08-20&quot;:11.66},{&quot;2026-08-21&quot;:11.66},{&quot;2026-08-22&quot;:11.69},{&quot;2026-08-23&quot;:11.9},{&quot;2026-08-24&quot;:11.87},{&quot;2026-08-25&quot;:11.87},{&quot;2026-08-26&quot;:11.83},{&quot;2026-08-27&quot;:11.71},{&quot;2026-08-28&quot;:11.76},{&quot;2026-08-29&quot;:11.76},{&quot;2026-08-30&quot;:12.12},{&quot;2026-08-31&quot;:12.88},{&quot;2026-09-01&quot;:12.88},{&quot;2026-09-02&quot;:12.91},{&quot;2026-09-03&quot;:13.02},{&quot;2026-09-04&quot;:12.81},{&quot;2026-09-05&quot;:12.7},{&quot;2026-09-06&quot;:12.7},{&quot;2026-09-07&quot;:12.7},{&quot;2026-09-08&quot;:12.48},{&quot;2026-09-09&quot;:12.24},{&quot;2026-09-10&quot;:11.86},{&quot;2026-09-11&quot;:12.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="57322"
  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">
            Phyresis Outbreak
        </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">
            $12.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="Phyresis Outbreak" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/0/40923aaf-c935-4aaf-920c-ae2c6ab6c1f9.jpg?1783918143" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Phyresis Outbreak" src="https://cards.scryfall.io/large/front/4/0/40923aaf-c935-4aaf-920c-ae2c6ab6c1f9.jpg?1783918143" />
    </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">
                $12.02
              </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;:9.75},{&quot;2026-06-14&quot;:9.75},{&quot;2026-06-15&quot;:9.85},{&quot;2026-06-16&quot;:10.0},{&quot;2026-06-17&quot;:9.95},{&quot;2026-06-18&quot;:9.95},{&quot;2026-06-19&quot;:9.63},{&quot;2026-06-20&quot;:10.11},{&quot;2026-06-21&quot;:10.04},{&quot;2026-06-22&quot;:10.23},{&quot;2026-06-23&quot;:10.23},{&quot;2026-06-24&quot;:10.27},{&quot;2026-06-25&quot;:10.18},{&quot;2026-06-26&quot;:9.96},{&quot;2026-06-27&quot;:9.95},{&quot;2026-06-28&quot;:9.89},{&quot;2026-06-29&quot;:10.17},{&quot;2026-06-30&quot;:10.41},{&quot;2026-07-01&quot;:10.34},{&quot;2026-07-02&quot;:10.34},{&quot;2026-07-03&quot;:10.34},{&quot;2026-07-04&quot;:10.48},{&quot;2026-07-05&quot;:10.48},{&quot;2026-07-06&quot;:10.49},{&quot;2026-07-07&quot;:10.1},{&quot;2026-07-08&quot;:10.16},{&quot;2026-07-09&quot;:10.16},{&quot;2026-07-10&quot;:10.16},{&quot;2026-07-11&quot;:10.22},{&quot;2026-07-12&quot;:10.06},{&quot;2026-07-13&quot;:10.28},{&quot;2026-07-14&quot;:10.4},{&quot;2026-07-15&quot;:10.62},{&quot;2026-07-16&quot;:10.74},{&quot;2026-07-17&quot;:11.02},{&quot;2026-07-18&quot;:11.02},{&quot;2026-07-19&quot;:11.03},{&quot;2026-07-20&quot;:10.86},{&quot;2026-07-21&quot;:10.8},{&quot;2026-07-22&quot;:10.86},{&quot;2026-07-23&quot;:10.85},{&quot;2026-07-24&quot;:10.86},{&quot;2026-07-25&quot;:10.86},{&quot;2026-07-26&quot;:10.91},{&quot;2026-07-27&quot;:10.91},{&quot;2026-07-28&quot;:10.91},{&quot;2026-07-29&quot;:10.91},{&quot;2026-07-30&quot;:10.96},{&quot;2026-07-31&quot;:10.87},{&quot;2026-08-01&quot;:10.85},{&quot;2026-08-02&quot;:10.85},{&quot;2026-08-03&quot;:10.89},{&quot;2026-08-04&quot;:10.78},{&quot;2026-08-05&quot;:10.78},{&quot;2026-08-07&quot;:10.93},{&quot;2026-08-08&quot;:10.94},{&quot;2026-08-09&quot;:11.14},{&quot;2026-08-10&quot;:11.14},{&quot;2026-08-11&quot;:11.19},{&quot;2026-08-12&quot;:11.12},{&quot;2026-08-13&quot;:11.26},{&quot;2026-08-14&quot;:11.26},{&quot;2026-08-15&quot;:11.26},{&quot;2026-08-16&quot;:11.26},{&quot;2026-08-17&quot;:11.26},{&quot;2026-08-18&quot;:11.48},{&quot;2026-08-19&quot;:11.48},{&quot;2026-08-20&quot;:11.48},{&quot;2026-08-21&quot;:11.67},{&quot;2026-08-22&quot;:11.6},{&quot;2026-08-23&quot;:11.47},{&quot;2026-08-24&quot;:11.44},{&quot;2026-08-25&quot;:11.51},{&quot;2026-08-26&quot;:11.59},{&quot;2026-08-27&quot;:11.88},{&quot;2026-08-28&quot;:11.92},{&quot;2026-08-29&quot;:11.92},{&quot;2026-08-30&quot;:11.88},{&quot;2026-08-31&quot;:11.88},{&quot;2026-09-01&quot;:11.95},{&quot;2026-09-02&quot;:12.07},{&quot;2026-09-03&quot;:12.07},{&quot;2026-09-04&quot;:11.88},{&quot;2026-09-05&quot;:12.07},{&quot;2026-09-06&quot;:12.07},{&quot;2026-09-07&quot;:11.94},{&quot;2026-09-08&quot;:12.0},{&quot;2026-09-09&quot;:12.06},{&quot;2026-09-10&quot;:12.02},{&quot;2026-09-11&quot;:12.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="23845"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

        <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">
            Enduring Tenacity
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment Creature — Snake Glimmer</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="Enduring Tenacity" src="https://cards.scryfall.io/large/front/d/5/d5756d4b-3068-412c-8643-880d3459151e.jpg?1783909481" />
    </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">
                $12.00
              </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">
                $12.87
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:16.4},{&quot;2026-06-14&quot;:16.4},{&quot;2026-06-15&quot;:16.4},{&quot;2026-06-16&quot;:16.52},{&quot;2026-06-17&quot;:16.51},{&quot;2026-06-18&quot;:16.51},{&quot;2026-06-19&quot;:16.51},{&quot;2026-06-20&quot;:16.51},{&quot;2026-06-21&quot;:16.16},{&quot;2026-06-22&quot;:16.16},{&quot;2026-06-23&quot;:16.16},{&quot;2026-06-24&quot;:16.16},{&quot;2026-06-25&quot;:16.16},{&quot;2026-06-26&quot;:16.11},{&quot;2026-06-27&quot;:16.11},{&quot;2026-06-28&quot;:16.11},{&quot;2026-06-29&quot;:16.11},{&quot;2026-06-30&quot;:15.77},{&quot;2026-07-01&quot;:15.67},{&quot;2026-07-02&quot;:15.59},{&quot;2026-07-03&quot;:15.58},{&quot;2026-07-04&quot;:15.58},{&quot;2026-07-05&quot;:15.58},{&quot;2026-07-06&quot;:15.33},{&quot;2026-07-07&quot;:15.33},{&quot;2026-07-08&quot;:15.33},{&quot;2026-07-09&quot;:15.33},{&quot;2026-07-10&quot;:15.33},{&quot;2026-07-11&quot;:15.33},{&quot;2026-07-12&quot;:15.33},{&quot;2026-07-13&quot;:15.33},{&quot;2026-07-14&quot;:15.33},{&quot;2026-07-15&quot;:15.33},{&quot;2026-07-16&quot;:15.33},{&quot;2026-07-17&quot;:15.33},{&quot;2026-07-18&quot;:15.33},{&quot;2026-07-19&quot;:15.33},{&quot;2026-07-20&quot;:15.21},{&quot;2026-07-21&quot;:14.84},{&quot;2026-07-22&quot;:14.79},{&quot;2026-07-23&quot;:14.67},{&quot;2026-07-24&quot;:14.67},{&quot;2026-07-25&quot;:14.49},{&quot;2026-07-26&quot;:14.49},{&quot;2026-07-27&quot;:14.49},{&quot;2026-07-28&quot;:14.49},{&quot;2026-07-29&quot;:14.27},{&quot;2026-07-30&quot;:13.9},{&quot;2026-07-31&quot;:13.74},{&quot;2026-08-01&quot;:13.74},{&quot;2026-08-02&quot;:13.74},{&quot;2026-08-03&quot;:13.46},{&quot;2026-08-04&quot;:13.42},{&quot;2026-08-05&quot;:13.06},{&quot;2026-08-07&quot;:12.04},{&quot;2026-08-08&quot;:11.9},{&quot;2026-08-09&quot;:11.84},{&quot;2026-08-10&quot;:11.85},{&quot;2026-08-11&quot;:11.85},{&quot;2026-08-12&quot;:11.61},{&quot;2026-08-13&quot;:11.75},{&quot;2026-08-14&quot;:11.67},{&quot;2026-08-15&quot;:11.79},{&quot;2026-08-16&quot;:11.79},{&quot;2026-08-17&quot;:11.9},{&quot;2026-08-18&quot;:11.64},{&quot;2026-08-19&quot;:11.6},{&quot;2026-08-20&quot;:11.57},{&quot;2026-08-21&quot;:11.92},{&quot;2026-08-22&quot;:11.92},{&quot;2026-08-23&quot;:11.92},{&quot;2026-08-24&quot;:11.94},{&quot;2026-08-25&quot;:12.63},{&quot;2026-08-26&quot;:12.63},{&quot;2026-08-27&quot;:12.63},{&quot;2026-08-28&quot;:12.61},{&quot;2026-08-29&quot;:12.61},{&quot;2026-08-30&quot;:12.6},{&quot;2026-08-31&quot;:12.63},{&quot;2026-09-01&quot;:12.58},{&quot;2026-09-02&quot;:12.58},{&quot;2026-09-03&quot;:12.58},{&quot;2026-09-04&quot;:12.61},{&quot;2026-09-05&quot;:12.7},{&quot;2026-09-06&quot;:12.61},{&quot;2026-09-07&quot;:12.61},{&quot;2026-09-08&quot;:12.59},{&quot;2026-09-09&quot;:12.59},{&quot;2026-09-10&quot;:12.82},{&quot;2026-09-11&quot;:12.87}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:12.7},{&quot;2026-06-14&quot;:11.81},{&quot;2026-06-15&quot;:12.28},{&quot;2026-06-16&quot;:11.77},{&quot;2026-06-17&quot;:12.51},{&quot;2026-06-18&quot;:12.87},{&quot;2026-06-19&quot;:12.57},{&quot;2026-06-20&quot;:12.47},{&quot;2026-06-21&quot;:12.37},{&quot;2026-06-22&quot;:14.09},{&quot;2026-06-23&quot;:14.18},{&quot;2026-06-24&quot;:14.08},{&quot;2026-06-25&quot;:12.34},{&quot;2026-06-26&quot;:12.0},{&quot;2026-06-27&quot;:12.12},{&quot;2026-06-28&quot;:12.07},{&quot;2026-06-29&quot;:12.71},{&quot;2026-06-30&quot;:13.02},{&quot;2026-07-01&quot;:13.42},{&quot;2026-07-02&quot;:13.32},{&quot;2026-07-03&quot;:13.27},{&quot;2026-07-04&quot;:13.58},{&quot;2026-07-05&quot;:13.2},{&quot;2026-07-06&quot;:12.81},{&quot;2026-07-07&quot;:12.87},{&quot;2026-07-08&quot;:13.09},{&quot;2026-07-09&quot;:12.91},{&quot;2026-07-10&quot;:13.28},{&quot;2026-07-11&quot;:13.23},{&quot;2026-07-12&quot;:13.34},{&quot;2026-07-13&quot;:13.09},{&quot;2026-07-14&quot;:12.78},{&quot;2026-07-15&quot;:12.96},{&quot;2026-07-16&quot;:12.56},{&quot;2026-07-17&quot;:12.52},{&quot;2026-07-18&quot;:11.99},{&quot;2026-07-19&quot;:11.96},{&quot;2026-07-20&quot;:11.73},{&quot;2026-07-21&quot;:11.79},{&quot;2026-07-22&quot;:12.22},{&quot;2026-07-23&quot;:12.59},{&quot;2026-07-24&quot;:12.45},{&quot;2026-07-25&quot;:12.14},{&quot;2026-07-26&quot;:12.02},{&quot;2026-07-27&quot;:11.56},{&quot;2026-07-28&quot;:12.07},{&quot;2026-07-29&quot;:11.89},{&quot;2026-07-30&quot;:12.06},{&quot;2026-07-31&quot;:11.43},{&quot;2026-08-01&quot;:11.88},{&quot;2026-08-02&quot;:12.92},{&quot;2026-08-03&quot;:13.39},{&quot;2026-08-04&quot;:13.21},{&quot;2026-08-05&quot;:12.8},{&quot;2026-08-07&quot;:12.52},{&quot;2026-08-08&quot;:12.5},{&quot;2026-08-09&quot;:12.47},{&quot;2026-08-10&quot;:13.14},{&quot;2026-08-11&quot;:13.12},{&quot;2026-08-12&quot;:13.03},{&quot;2026-08-13&quot;:12.18},{&quot;2026-08-14&quot;:12.19},{&quot;2026-08-15&quot;:11.83},{&quot;2026-08-16&quot;:11.82},{&quot;2026-08-17&quot;:11.29},{&quot;2026-08-18&quot;:11.25},{&quot;2026-08-19&quot;:11.28},{&quot;2026-08-20&quot;:11.7},{&quot;2026-08-21&quot;:11.67},{&quot;2026-08-22&quot;:11.55},{&quot;2026-08-23&quot;:12.39},{&quot;2026-08-24&quot;:12.18},{&quot;2026-08-25&quot;:11.9},{&quot;2026-08-26&quot;:11.97},{&quot;2026-08-27&quot;:11.51},{&quot;2026-08-28&quot;:11.62},{&quot;2026-08-29&quot;:11.62},{&quot;2026-08-30&quot;:11.56},{&quot;2026-08-31&quot;:11.6},{&quot;2026-09-01&quot;:11.55},{&quot;2026-09-02&quot;:11.28},{&quot;2026-09-03&quot;:11.45},{&quot;2026-09-04&quot;:11.91},{&quot;2026-09-05&quot;:11.78},{&quot;2026-09-06&quot;:12.11},{&quot;2026-09-07&quot;:12.29},{&quot;2026-09-08&quot;:12.73},{&quot;2026-09-09&quot;:12.44},{&quot;2026-09-10&quot;:12.05},{&quot;2026-09-11&quot;:12.0}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Baeloth Barrityl, Entertainer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/c/ec983aac-9eda-4086-ad7e-34da9b2987cc.jpg?1783922513" />

        <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">
            Baeloth Barrityl, Entertainer
        </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 — Elf Shaman</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></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="Baeloth Barrityl, Entertainer" src="https://cards.scryfall.io/large/front/e/c/ec983aac-9eda-4086-ad7e-34da9b2987cc.jpg?1783922513" />
    </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">
                $11.98
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:12.8},{&quot;2026-06-11&quot;:12.83},{&quot;2026-06-12&quot;:12.85},{&quot;2026-06-13&quot;:12.81},{&quot;2026-06-14&quot;:12.81},{&quot;2026-06-15&quot;:12.7},{&quot;2026-06-16&quot;:12.56},{&quot;2026-06-17&quot;:12.6},{&quot;2026-06-18&quot;:12.58},{&quot;2026-06-19&quot;:12.58},{&quot;2026-06-20&quot;:12.54},{&quot;2026-06-21&quot;:12.46},{&quot;2026-06-22&quot;:12.4},{&quot;2026-06-23&quot;:12.32},{&quot;2026-06-24&quot;:12.17},{&quot;2026-06-25&quot;:12.17},{&quot;2026-06-26&quot;:12.17},{&quot;2026-06-27&quot;:12.45},{&quot;2026-06-28&quot;:12.54},{&quot;2026-06-29&quot;:12.44},{&quot;2026-06-30&quot;:12.44},{&quot;2026-07-01&quot;:12.35},{&quot;2026-07-02&quot;:12.44},{&quot;2026-07-03&quot;:12.45},{&quot;2026-07-04&quot;:12.53},{&quot;2026-07-05&quot;:12.51},{&quot;2026-07-06&quot;:12.37},{&quot;2026-07-07&quot;:12.32},{&quot;2026-07-08&quot;:12.18},{&quot;2026-07-09&quot;:12.48},{&quot;2026-07-10&quot;:12.48},{&quot;2026-07-11&quot;:12.45},{&quot;2026-07-12&quot;:12.45},{&quot;2026-07-13&quot;:12.45},{&quot;2026-07-14&quot;:12.45},{&quot;2026-07-15&quot;:12.45},{&quot;2026-07-16&quot;:12.45},{&quot;2026-07-17&quot;:12.38},{&quot;2026-07-18&quot;:12.14},{&quot;2026-07-19&quot;:12.12},{&quot;2026-07-20&quot;:12.1},{&quot;2026-07-21&quot;:12.0},{&quot;2026-07-23&quot;:11.88},{&quot;2026-07-25&quot;:11.9},{&quot;2026-07-26&quot;:11.88},{&quot;2026-07-27&quot;:12.02},{&quot;2026-07-29&quot;:12.32},{&quot;2026-07-30&quot;:12.24},{&quot;2026-07-31&quot;:12.15},{&quot;2026-08-01&quot;:12.25},{&quot;2026-08-02&quot;:12.25},{&quot;2026-08-03&quot;:12.18},{&quot;2026-08-04&quot;:12.18},{&quot;2026-08-05&quot;:12.16},{&quot;2026-08-07&quot;:12.46},{&quot;2026-08-08&quot;:12.46},{&quot;2026-08-09&quot;:12.46},{&quot;2026-08-10&quot;:12.36},{&quot;2026-08-11&quot;:12.38},{&quot;2026-08-12&quot;:12.51},{&quot;2026-08-13&quot;:12.5},{&quot;2026-08-14&quot;:12.95},{&quot;2026-08-15&quot;:12.64},{&quot;2026-08-16&quot;:12.82},{&quot;2026-08-17&quot;:12.86},{&quot;2026-08-18&quot;:12.88},{&quot;2026-08-19&quot;:12.88},{&quot;2026-08-20&quot;:12.88},{&quot;2026-08-21&quot;:13.1},{&quot;2026-08-22&quot;:13.17},{&quot;2026-08-23&quot;:13.26},{&quot;2026-08-24&quot;:13.84},{&quot;2026-08-25&quot;:13.84},{&quot;2026-08-26&quot;:13.86},{&quot;2026-08-27&quot;:13.81},{&quot;2026-08-28&quot;:13.45},{&quot;2026-08-29&quot;:13.45},{&quot;2026-08-30&quot;:13.29},{&quot;2026-08-31&quot;:13.1},{&quot;2026-09-01&quot;:13.1},{&quot;2026-09-02&quot;:12.65},{&quot;2026-09-03&quot;:12.51},{&quot;2026-09-04&quot;:12.24},{&quot;2026-09-05&quot;:12.23},{&quot;2026-09-06&quot;:12.17},{&quot;2026-09-07&quot;:12.12},{&quot;2026-09-08&quot;:12.01},{&quot;2026-09-09&quot;:11.95},{&quot;2026-09-10&quot;:12.08},{&quot;2026-09-11&quot;:11.98}],&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="91127"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sorin, Imperious Bloodlord" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/8442dc20-68a2-4669-87da-076026bcff83.jpg?1783908035" />

        <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">
            Sorin, Imperious Bloodlord
        </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 — Sorin</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sorin, Imperious Bloodlord" src="https://cards.scryfall.io/large/front/8/4/8442dc20-68a2-4669-87da-076026bcff83.jpg?1783908035" />
    </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">
                $9.05
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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-11&quot;:9.87},{&quot;2026-06-12&quot;:10.24},{&quot;2026-06-13&quot;:10.24},{&quot;2026-06-14&quot;:10.24},{&quot;2026-06-15&quot;:10.24},{&quot;2026-06-16&quot;:10.3},{&quot;2026-06-17&quot;:10.34},{&quot;2026-06-18&quot;:10.34},{&quot;2026-06-19&quot;:10.4},{&quot;2026-06-20&quot;:10.41},{&quot;2026-06-21&quot;:10.38},{&quot;2026-06-22&quot;:10.38},{&quot;2026-06-23&quot;:10.38},{&quot;2026-06-24&quot;:10.38},{&quot;2026-06-25&quot;:10.38},{&quot;2026-06-26&quot;:10.38},{&quot;2026-06-27&quot;:10.38},{&quot;2026-06-28&quot;:10.45},{&quot;2026-06-29&quot;:10.28},{&quot;2026-06-30&quot;:10.28},{&quot;2026-07-01&quot;:10.32},{&quot;2026-07-02&quot;:10.32},{&quot;2026-07-03&quot;:10.32},{&quot;2026-07-04&quot;:10.32},{&quot;2026-07-05&quot;:10.32},{&quot;2026-07-06&quot;:10.77},{&quot;2026-07-07&quot;:10.77},{&quot;2026-07-08&quot;:10.77},{&quot;2026-07-09&quot;:10.77},{&quot;2026-07-10&quot;:10.77},{&quot;2026-07-11&quot;:10.77},{&quot;2026-07-12&quot;:10.67},{&quot;2026-07-13&quot;:10.67},{&quot;2026-07-14&quot;:10.67},{&quot;2026-07-15&quot;:10.67},{&quot;2026-07-16&quot;:10.67},{&quot;2026-07-17&quot;:10.71},{&quot;2026-07-18&quot;:10.71},{&quot;2026-07-19&quot;:10.71},{&quot;2026-07-20&quot;:10.71},{&quot;2026-07-21&quot;:10.66},{&quot;2026-07-23&quot;:10.66},{&quot;2026-07-25&quot;:10.65},{&quot;2026-07-26&quot;:11.0},{&quot;2026-07-27&quot;:11.12},{&quot;2026-07-28&quot;:11.12},{&quot;2026-07-29&quot;:10.74},{&quot;2026-07-30&quot;:10.74},{&quot;2026-07-31&quot;:10.78},{&quot;2026-08-01&quot;:10.78},{&quot;2026-08-02&quot;:10.84},{&quot;2026-08-03&quot;:10.84},{&quot;2026-08-04&quot;:10.84},{&quot;2026-08-05&quot;:10.84},{&quot;2026-08-07&quot;:10.91},{&quot;2026-08-08&quot;:10.91},{&quot;2026-08-09&quot;:10.99},{&quot;2026-08-10&quot;:10.99},{&quot;2026-08-11&quot;:10.99},{&quot;2026-08-12&quot;:10.99},{&quot;2026-08-13&quot;:10.99},{&quot;2026-08-14&quot;:10.99},{&quot;2026-08-15&quot;:10.99},{&quot;2026-08-16&quot;:10.99},{&quot;2026-08-17&quot;:11.46},{&quot;2026-08-18&quot;:11.46},{&quot;2026-08-19&quot;:11.38},{&quot;2026-08-20&quot;:11.38},{&quot;2026-08-21&quot;:11.47},{&quot;2026-08-22&quot;:11.4},{&quot;2026-08-23&quot;:11.75},{&quot;2026-08-24&quot;:12.18},{&quot;2026-08-25&quot;:12.18},{&quot;2026-08-26&quot;:11.8},{&quot;2026-08-27&quot;:11.8},{&quot;2026-08-28&quot;:11.87},{&quot;2026-08-29&quot;:11.87},{&quot;2026-08-30&quot;:11.86},{&quot;2026-08-31&quot;:11.86},{&quot;2026-09-01&quot;:11.86},{&quot;2026-09-02&quot;:11.98},{&quot;2026-09-03&quot;:11.98},{&quot;2026-09-04&quot;:11.98},{&quot;2026-09-05&quot;:11.98},{&quot;2026-09-06&quot;:11.98},{&quot;2026-09-07&quot;:11.98},{&quot;2026-09-08&quot;:11.98},{&quot;2026-09-09&quot;:11.98},{&quot;2026-09-10&quot;:11.98},{&quot;2026-09-11&quot;:11.98}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:9.51},{&quot;2026-06-12&quot;:9.51},{&quot;2026-06-13&quot;:9.45},{&quot;2026-06-14&quot;:9.69},{&quot;2026-06-15&quot;:9.69},{&quot;2026-06-16&quot;:9.35},{&quot;2026-06-17&quot;:9.35},{&quot;2026-06-18&quot;:9.35},{&quot;2026-06-19&quot;:9.46},{&quot;2026-06-20&quot;:9.58},{&quot;2026-06-21&quot;:9.58},{&quot;2026-06-22&quot;:9.58},{&quot;2026-06-23&quot;:9.62},{&quot;2026-06-24&quot;:9.85},{&quot;2026-06-25&quot;:9.85},{&quot;2026-06-26&quot;:9.85},{&quot;2026-06-27&quot;:9.85},{&quot;2026-06-28&quot;:9.85},{&quot;2026-06-29&quot;:9.85},{&quot;2026-06-30&quot;:10.11},{&quot;2026-07-01&quot;:10.11},{&quot;2026-07-02&quot;:10.03},{&quot;2026-07-03&quot;:10.12},{&quot;2026-07-04&quot;:10.12},{&quot;2026-07-05&quot;:10.13},{&quot;2026-07-06&quot;:10.23},{&quot;2026-07-07&quot;:10.09},{&quot;2026-07-08&quot;:10.09},{&quot;2026-07-09&quot;:10.09},{&quot;2026-07-10&quot;:10.11},{&quot;2026-07-11&quot;:10.22},{&quot;2026-07-12&quot;:10.07},{&quot;2026-07-13&quot;:9.62},{&quot;2026-07-14&quot;:9.43},{&quot;2026-07-15&quot;:9.53},{&quot;2026-07-16&quot;:9.53},{&quot;2026-07-17&quot;:9.53},{&quot;2026-07-18&quot;:9.53},{&quot;2026-07-19&quot;:9.29},{&quot;2026-07-20&quot;:9.29},{&quot;2026-07-21&quot;:9.31},{&quot;2026-07-23&quot;:9.31},{&quot;2026-07-25&quot;:9.64},{&quot;2026-07-26&quot;:9.82},{&quot;2026-07-27&quot;:9.97},{&quot;2026-07-28&quot;:9.97},{&quot;2026-07-29&quot;:9.97},{&quot;2026-07-30&quot;:9.97},{&quot;2026-07-31&quot;:9.97},{&quot;2026-08-01&quot;:9.97},{&quot;2026-08-02&quot;:9.97},{&quot;2026-08-03&quot;:10.11},{&quot;2026-08-04&quot;:10.2},{&quot;2026-08-05&quot;:10.2},{&quot;2026-08-07&quot;:10.1},{&quot;2026-08-08&quot;:10.1},{&quot;2026-08-09&quot;:9.94},{&quot;2026-08-10&quot;:9.71},{&quot;2026-08-11&quot;:9.55},{&quot;2026-08-12&quot;:9.57},{&quot;2026-08-13&quot;:9.85},{&quot;2026-08-14&quot;:9.85},{&quot;2026-08-15&quot;:9.85},{&quot;2026-08-16&quot;:9.85},{&quot;2026-08-17&quot;:10.15},{&quot;2026-08-18&quot;:10.15},{&quot;2026-08-19&quot;:10.19},{&quot;2026-08-20&quot;:10.19},{&quot;2026-08-21&quot;:10.01},{&quot;2026-08-22&quot;:9.93},{&quot;2026-08-23&quot;:10.09},{&quot;2026-08-24&quot;:9.95},{&quot;2026-08-25&quot;:9.95},{&quot;2026-08-26&quot;:9.66},{&quot;2026-08-27&quot;:9.66},{&quot;2026-08-28&quot;:9.66},{&quot;2026-08-29&quot;:9.66},{&quot;2026-08-30&quot;:9.41},{&quot;2026-08-31&quot;:9.42},{&quot;2026-09-01&quot;:9.42},{&quot;2026-09-02&quot;:9.11},{&quot;2026-09-03&quot;:8.96},{&quot;2026-09-04&quot;:8.96},{&quot;2026-09-05&quot;:8.48},{&quot;2026-09-06&quot;:9.11},{&quot;2026-09-07&quot;:9.11},{&quot;2026-09-08&quot;:8.86},{&quot;2026-09-09&quot;:8.86},{&quot;2026-09-10&quot;:8.96},{&quot;2026-09-11&quot;:9.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="45735"
  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">
            Faerie Mastermind
        </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">
            2 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Faerie Mastermind" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/52d3005f-a1c7-4ef5-911f-ccc0752f4181.jpg?1783917037" />

        <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">
            Faerie Mastermind
        </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 — 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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Faerie Mastermind" src="https://cards.scryfall.io/large/front/5/2/52d3005f-a1c7-4ef5-911f-ccc0752f4181.jpg?1783917037" />
    </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">
                $11.97
              </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">
                $14.79
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:26.58},{&quot;2026-06-14&quot;:26.58},{&quot;2026-06-15&quot;:26.58},{&quot;2026-06-16&quot;:26.58},{&quot;2026-06-17&quot;:26.58},{&quot;2026-06-18&quot;:26.58},{&quot;2026-06-19&quot;:26.58},{&quot;2026-06-20&quot;:26.58},{&quot;2026-06-21&quot;:25.36},{&quot;2026-06-22&quot;:25.36},{&quot;2026-06-23&quot;:24.73},{&quot;2026-06-24&quot;:24.73},{&quot;2026-06-25&quot;:23.91},{&quot;2026-06-26&quot;:23.91},{&quot;2026-06-27&quot;:23.91},{&quot;2026-06-28&quot;:23.91},{&quot;2026-06-29&quot;:23.91},{&quot;2026-06-30&quot;:23.91},{&quot;2026-07-01&quot;:22.87},{&quot;2026-07-02&quot;:22.73},{&quot;2026-07-03&quot;:22.73},{&quot;2026-07-04&quot;:22.39},{&quot;2026-07-05&quot;:22.39},{&quot;2026-07-06&quot;:22.56},{&quot;2026-07-07&quot;:21.99},{&quot;2026-07-08&quot;:21.28},{&quot;2026-07-09&quot;:20.55},{&quot;2026-07-10&quot;:20.55},{&quot;2026-07-11&quot;:20.55},{&quot;2026-07-12&quot;:20.55},{&quot;2026-07-13&quot;:20.17},{&quot;2026-07-14&quot;:20.17},{&quot;2026-07-15&quot;:20.17},{&quot;2026-07-16&quot;:20.17},{&quot;2026-07-17&quot;:20.17},{&quot;2026-07-18&quot;:19.79},{&quot;2026-07-19&quot;:19.79},{&quot;2026-07-20&quot;:19.79},{&quot;2026-07-21&quot;:19.79},{&quot;2026-07-22&quot;:19.79},{&quot;2026-07-23&quot;:19.42},{&quot;2026-07-24&quot;:19.06},{&quot;2026-07-25&quot;:19.06},{&quot;2026-07-26&quot;:19.06},{&quot;2026-07-27&quot;:19.06},{&quot;2026-07-28&quot;:19.06},{&quot;2026-07-29&quot;:19.06},{&quot;2026-07-30&quot;:18.08},{&quot;2026-07-31&quot;:17.64},{&quot;2026-08-01&quot;:17.64},{&quot;2026-08-02&quot;:17.64},{&quot;2026-08-03&quot;:17.64},{&quot;2026-08-04&quot;:17.29},{&quot;2026-08-05&quot;:16.96},{&quot;2026-08-07&quot;:16.59},{&quot;2026-08-08&quot;:16.59},{&quot;2026-08-09&quot;:16.59},{&quot;2026-08-10&quot;:16.28},{&quot;2026-08-11&quot;:15.9},{&quot;2026-08-12&quot;:15.9},{&quot;2026-08-13&quot;:15.65},{&quot;2026-08-14&quot;:15.65},{&quot;2026-08-15&quot;:15.36},{&quot;2026-08-16&quot;:15.36},{&quot;2026-08-17&quot;:15.08},{&quot;2026-08-18&quot;:14.99},{&quot;2026-08-19&quot;:14.99},{&quot;2026-08-20&quot;:14.95},{&quot;2026-08-21&quot;:14.95},{&quot;2026-08-22&quot;:14.93},{&quot;2026-08-23&quot;:14.93},{&quot;2026-08-24&quot;:14.93},{&quot;2026-08-25&quot;:14.61},{&quot;2026-08-26&quot;:14.61},{&quot;2026-08-27&quot;:14.52},{&quot;2026-08-28&quot;:14.52},{&quot;2026-08-29&quot;:14.52},{&quot;2026-08-30&quot;:14.63},{&quot;2026-08-31&quot;:14.63},{&quot;2026-09-01&quot;:14.55},{&quot;2026-09-02&quot;:14.61},{&quot;2026-09-03&quot;:14.61},{&quot;2026-09-04&quot;:14.72},{&quot;2026-09-05&quot;:14.84},{&quot;2026-09-06&quot;:14.83},{&quot;2026-09-07&quot;:14.83},{&quot;2026-09-08&quot;:14.83},{&quot;2026-09-09&quot;:14.83},{&quot;2026-09-10&quot;:14.79},{&quot;2026-09-11&quot;:14.79}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:12.01},{&quot;2026-06-14&quot;:12.28},{&quot;2026-06-15&quot;:12.81},{&quot;2026-06-16&quot;:12.98},{&quot;2026-06-17&quot;:12.85},{&quot;2026-06-18&quot;:13.14},{&quot;2026-06-19&quot;:12.87},{&quot;2026-06-20&quot;:12.75},{&quot;2026-06-21&quot;:12.74},{&quot;2026-06-22&quot;:12.87},{&quot;2026-06-23&quot;:13.03},{&quot;2026-06-24&quot;:12.96},{&quot;2026-06-25&quot;:12.96},{&quot;2026-06-26&quot;:12.81},{&quot;2026-06-27&quot;:12.78},{&quot;2026-06-28&quot;:12.78},{&quot;2026-06-29&quot;:12.62},{&quot;2026-06-30&quot;:12.92},{&quot;2026-07-01&quot;:12.97},{&quot;2026-07-02&quot;:12.41},{&quot;2026-07-03&quot;:11.94},{&quot;2026-07-04&quot;:12.27},{&quot;2026-07-05&quot;:12.16},{&quot;2026-07-06&quot;:12.29},{&quot;2026-07-07&quot;:12.15},{&quot;2026-07-08&quot;:12.58},{&quot;2026-07-09&quot;:12.57},{&quot;2026-07-10&quot;:12.35},{&quot;2026-07-11&quot;:12.17},{&quot;2026-07-12&quot;:12.47},{&quot;2026-07-13&quot;:12.77},{&quot;2026-07-14&quot;:12.98},{&quot;2026-07-15&quot;:12.58},{&quot;2026-07-16&quot;:12.56},{&quot;2026-07-17&quot;:12.19},{&quot;2026-07-18&quot;:12.17},{&quot;2026-07-19&quot;:12.16},{&quot;2026-07-20&quot;:12.2},{&quot;2026-07-21&quot;:12.18},{&quot;2026-07-22&quot;:12.11},{&quot;2026-07-23&quot;:11.87},{&quot;2026-07-24&quot;:12.01},{&quot;2026-07-25&quot;:11.87},{&quot;2026-07-26&quot;:11.86},{&quot;2026-07-27&quot;:11.9},{&quot;2026-07-28&quot;:11.69},{&quot;2026-07-29&quot;:11.75},{&quot;2026-07-30&quot;:11.83},{&quot;2026-07-31&quot;:12.2},{&quot;2026-08-01&quot;:12.15},{&quot;2026-08-02&quot;:12.23},{&quot;2026-08-03&quot;:12.29},{&quot;2026-08-04&quot;:12.8},{&quot;2026-08-05&quot;:12.79},{&quot;2026-08-07&quot;:12.66},{&quot;2026-08-08&quot;:12.58},{&quot;2026-08-09&quot;:12.52},{&quot;2026-08-10&quot;:12.39},{&quot;2026-08-11&quot;:12.16},{&quot;2026-08-12&quot;:12.2},{&quot;2026-08-13&quot;:12.0},{&quot;2026-08-14&quot;:11.91},{&quot;2026-08-15&quot;:12.04},{&quot;2026-08-16&quot;:12.03},{&quot;2026-08-17&quot;:12.08},{&quot;2026-08-18&quot;:12.0},{&quot;2026-08-19&quot;:11.95},{&quot;2026-08-20&quot;:12.16},{&quot;2026-08-21&quot;:12.27},{&quot;2026-08-22&quot;:12.42},{&quot;2026-08-23&quot;:12.41},{&quot;2026-08-24&quot;:12.63},{&quot;2026-08-25&quot;:12.66},{&quot;2026-08-26&quot;:12.76},{&quot;2026-08-27&quot;:12.77},{&quot;2026-08-28&quot;:12.82},{&quot;2026-08-29&quot;:12.82},{&quot;2026-08-30&quot;:12.79},{&quot;2026-08-31&quot;:12.64},{&quot;2026-09-01&quot;:12.64},{&quot;2026-09-02&quot;:12.51},{&quot;2026-09-03&quot;:12.53},{&quot;2026-09-04&quot;:12.21},{&quot;2026-09-05&quot;:12.17},{&quot;2026-09-06&quot;:12.2},{&quot;2026-09-07&quot;:12.23},{&quot;2026-09-08&quot;:12.21},{&quot;2026-09-09&quot;:12.17},{&quot;2026-09-10&quot;:11.97},{&quot;2026-09-11&quot;:11.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="542"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Xorn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/7/f73fdf76-e3a6-49d0-bfb0-4b7cdbd4271e.jpg?1783926470" />

        <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">
            Xorn
        </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 — Elemental</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="Xorn" src="https://cards.scryfall.io/large/front/f/7/f73fdf76-e3a6-49d0-bfb0-4b7cdbd4271e.jpg?1783926470" />
    </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">
                $11.95
              </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">
                $10.67
              </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;2026-06-08&quot;:9.52},{&quot;2026-06-10&quot;:9.52},{&quot;2026-06-11&quot;:9.57},{&quot;2026-06-12&quot;:9.57},{&quot;2026-06-13&quot;:9.57},{&quot;2026-06-14&quot;:9.62},{&quot;2026-06-15&quot;:9.62},{&quot;2026-06-16&quot;:9.62},{&quot;2026-06-17&quot;:9.62},{&quot;2026-06-18&quot;:9.62},{&quot;2026-06-19&quot;:9.46},{&quot;2026-06-20&quot;:9.26},{&quot;2026-06-21&quot;:9.26},{&quot;2026-06-22&quot;:9.15},{&quot;2026-06-24&quot;:8.92},{&quot;2026-06-25&quot;:8.9},{&quot;2026-06-26&quot;:8.69},{&quot;2026-06-27&quot;:8.69},{&quot;2026-06-28&quot;:8.69},{&quot;2026-06-29&quot;:8.76},{&quot;2026-06-30&quot;:8.76},{&quot;2026-07-01&quot;:8.76},{&quot;2026-07-02&quot;:8.76},{&quot;2026-07-03&quot;:8.76},{&quot;2026-07-04&quot;:8.76},{&quot;2026-07-05&quot;:8.57},{&quot;2026-07-06&quot;:8.57},{&quot;2026-07-07&quot;:8.57},{&quot;2026-07-08&quot;:8.57},{&quot;2026-07-09&quot;:8.49},{&quot;2026-07-10&quot;:8.49},{&quot;2026-07-11&quot;:8.39},{&quot;2026-07-12&quot;:8.39},{&quot;2026-07-13&quot;:8.31},{&quot;2026-07-14&quot;:8.31},{&quot;2026-07-15&quot;:8.31},{&quot;2026-07-16&quot;:8.31},{&quot;2026-07-17&quot;:8.37},{&quot;2026-07-18&quot;:8.37},{&quot;2026-07-19&quot;:8.31},{&quot;2026-07-20&quot;:8.11},{&quot;2026-07-21&quot;:7.94},{&quot;2026-07-23&quot;:8.11},{&quot;2026-07-25&quot;:8.19},{&quot;2026-07-26&quot;:8.08},{&quot;2026-07-27&quot;:8.02},{&quot;2026-07-29&quot;:7.96},{&quot;2026-07-30&quot;:7.96},{&quot;2026-07-31&quot;:8.07},{&quot;2026-08-01&quot;:8.07},{&quot;2026-08-02&quot;:7.92},{&quot;2026-08-03&quot;:7.94},{&quot;2026-08-04&quot;:8.1},{&quot;2026-08-05&quot;:8.28},{&quot;2026-08-07&quot;:8.28},{&quot;2026-08-08&quot;:8.28},{&quot;2026-08-09&quot;:8.31},{&quot;2026-08-10&quot;:8.56},{&quot;2026-08-11&quot;:8.62},{&quot;2026-08-12&quot;:8.79},{&quot;2026-08-13&quot;:9.01},{&quot;2026-08-14&quot;:8.94},{&quot;2026-08-15&quot;:9.14},{&quot;2026-08-16&quot;:9.14},{&quot;2026-08-17&quot;:9.08},{&quot;2026-08-18&quot;:9.13},{&quot;2026-08-19&quot;:9.35},{&quot;2026-08-20&quot;:9.35},{&quot;2026-08-21&quot;:9.48},{&quot;2026-08-22&quot;:9.5},{&quot;2026-08-23&quot;:9.5},{&quot;2026-08-24&quot;:9.53},{&quot;2026-08-25&quot;:9.53},{&quot;2026-08-26&quot;:9.65},{&quot;2026-08-27&quot;:10.03},{&quot;2026-08-28&quot;:10.03},{&quot;2026-08-29&quot;:10.03},{&quot;2026-08-30&quot;:10.12},{&quot;2026-08-31&quot;:10.43},{&quot;2026-09-01&quot;:10.43},{&quot;2026-09-02&quot;:10.52},{&quot;2026-09-03&quot;:10.52},{&quot;2026-09-04&quot;:10.6},{&quot;2026-09-05&quot;:10.68},{&quot;2026-09-06&quot;:10.68},{&quot;2026-09-07&quot;:10.74},{&quot;2026-09-08&quot;:10.9},{&quot;2026-09-09&quot;:10.74},{&quot;2026-09-10&quot;:10.57},{&quot;2026-09-11&quot;:10.67}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:8.36},{&quot;2026-06-10&quot;:8.16},{&quot;2026-06-11&quot;:8.22},{&quot;2026-06-12&quot;:8.16},{&quot;2026-06-13&quot;:8.14},{&quot;2026-06-14&quot;:8.14},{&quot;2026-06-15&quot;:7.79},{&quot;2026-06-16&quot;:7.97},{&quot;2026-06-17&quot;:7.95},{&quot;2026-06-18&quot;:8.0},{&quot;2026-06-19&quot;:8.13},{&quot;2026-06-20&quot;:8.31},{&quot;2026-06-21&quot;:8.31},{&quot;2026-06-22&quot;:7.84},{&quot;2026-06-24&quot;:7.62},{&quot;2026-06-25&quot;:7.51},{&quot;2026-06-26&quot;:7.33},{&quot;2026-06-27&quot;:7.09},{&quot;2026-06-28&quot;:7.31},{&quot;2026-06-29&quot;:7.23},{&quot;2026-06-30&quot;:7.37},{&quot;2026-07-01&quot;:7.31},{&quot;2026-07-02&quot;:7.28},{&quot;2026-07-03&quot;:7.33},{&quot;2026-07-04&quot;:7.39},{&quot;2026-07-05&quot;:7.15},{&quot;2026-07-06&quot;:7.23},{&quot;2026-07-07&quot;:7.44},{&quot;2026-07-08&quot;:7.49},{&quot;2026-07-09&quot;:7.61},{&quot;2026-07-10&quot;:7.55},{&quot;2026-07-11&quot;:7.47},{&quot;2026-07-12&quot;:7.4},{&quot;2026-07-13&quot;:7.11},{&quot;2026-07-14&quot;:7.0},{&quot;2026-07-15&quot;:7.14},{&quot;2026-07-16&quot;:7.04},{&quot;2026-07-17&quot;:7.29},{&quot;2026-07-18&quot;:7.36},{&quot;2026-07-19&quot;:7.56},{&quot;2026-07-20&quot;:7.51},{&quot;2026-07-21&quot;:7.51},{&quot;2026-07-23&quot;:7.64},{&quot;2026-07-25&quot;:7.97},{&quot;2026-07-26&quot;:7.87},{&quot;2026-07-27&quot;:7.82},{&quot;2026-07-29&quot;:7.74},{&quot;2026-07-30&quot;:7.73},{&quot;2026-07-31&quot;:7.74},{&quot;2026-08-01&quot;:7.87},{&quot;2026-08-02&quot;:7.8},{&quot;2026-08-03&quot;:7.85},{&quot;2026-08-04&quot;:7.89},{&quot;2026-08-05&quot;:7.77},{&quot;2026-08-07&quot;:8.09},{&quot;2026-08-08&quot;:8.3},{&quot;2026-08-09&quot;:8.37},{&quot;2026-08-10&quot;:8.81},{&quot;2026-08-11&quot;:9.03},{&quot;2026-08-12&quot;:9.3},{&quot;2026-08-13&quot;:9.28},{&quot;2026-08-14&quot;:9.75},{&quot;2026-08-15&quot;:9.92},{&quot;2026-08-16&quot;:9.95},{&quot;2026-08-17&quot;:10.12},{&quot;2026-08-18&quot;:9.89},{&quot;2026-08-19&quot;:9.75},{&quot;2026-08-20&quot;:9.75},{&quot;2026-08-21&quot;:11.42},{&quot;2026-08-22&quot;:10.74},{&quot;2026-08-23&quot;:10.12},{&quot;2026-08-24&quot;:10.2},{&quot;2026-08-25&quot;:10.2},{&quot;2026-08-26&quot;:11.34},{&quot;2026-08-27&quot;:11.58},{&quot;2026-08-28&quot;:11.41},{&quot;2026-08-29&quot;:11.41},{&quot;2026-08-30&quot;:11.4},{&quot;2026-08-31&quot;:11.39},{&quot;2026-09-01&quot;:11.39},{&quot;2026-09-02&quot;:11.81},{&quot;2026-09-03&quot;:11.84},{&quot;2026-09-04&quot;:11.73},{&quot;2026-09-05&quot;:12.13},{&quot;2026-09-06&quot;:12.19},{&quot;2026-09-07&quot;:12.55},{&quot;2026-09-08&quot;:12.41},{&quot;2026-09-09&quot;:11.75},{&quot;2026-09-10&quot;:11.93},{&quot;2026-09-11&quot;:11.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="18405"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Bird
      </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">
            $11.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="Birds of Paradise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/496849a5-4b24-4eae-8bfb-d46f645d85ea.jpg?1783918450" />

        <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">
            Birds of Paradise
        </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 — Bird</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="Birds of Paradise" src="https://cards.scryfall.io/large/front/4/9/496849a5-4b24-4eae-8bfb-d46f645d85ea.jpg?1783918450" />
    </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">
                $11.88
              </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">
                $12.98
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.75</span>
              <span class="text-xs text-grey-text">Credit: $7.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-06-13&quot;:12.95},{&quot;2026-06-14&quot;:12.9},{&quot;2026-06-15&quot;:12.9},{&quot;2026-06-16&quot;:12.96},{&quot;2026-06-17&quot;:13.15},{&quot;2026-06-18&quot;:13.15},{&quot;2026-06-19&quot;:13.03},{&quot;2026-06-20&quot;:12.78},{&quot;2026-06-21&quot;:12.9},{&quot;2026-06-22&quot;:12.9},{&quot;2026-06-23&quot;:12.91},{&quot;2026-06-24&quot;:12.88},{&quot;2026-06-25&quot;:12.89},{&quot;2026-06-26&quot;:12.89},{&quot;2026-06-27&quot;:12.89},{&quot;2026-06-28&quot;:12.89},{&quot;2026-06-29&quot;:12.89},{&quot;2026-06-30&quot;:12.83},{&quot;2026-07-01&quot;:12.93},{&quot;2026-07-02&quot;:13.17},{&quot;2026-07-03&quot;:13.17},{&quot;2026-07-04&quot;:13.22},{&quot;2026-07-05&quot;:13.22},{&quot;2026-07-06&quot;:13.19},{&quot;2026-07-07&quot;:13.19},{&quot;2026-07-08&quot;:13.19},{&quot;2026-07-09&quot;:13.19},{&quot;2026-07-10&quot;:13.16},{&quot;2026-07-11&quot;:13.16},{&quot;2026-07-12&quot;:13.16},{&quot;2026-07-13&quot;:13.16},{&quot;2026-07-14&quot;:13.16},{&quot;2026-07-15&quot;:13.19},{&quot;2026-07-16&quot;:13.31},{&quot;2026-07-17&quot;:13.31},{&quot;2026-07-18&quot;:13.27},{&quot;2026-07-19&quot;:13.27},{&quot;2026-07-20&quot;:13.27},{&quot;2026-07-21&quot;:13.27},{&quot;2026-07-22&quot;:13.27},{&quot;2026-07-23&quot;:13.27},{&quot;2026-07-24&quot;:13.27},{&quot;2026-07-25&quot;:13.32},{&quot;2026-07-26&quot;:13.29},{&quot;2026-07-27&quot;:13.29},{&quot;2026-07-28&quot;:13.28},{&quot;2026-07-29&quot;:13.28},{&quot;2026-07-30&quot;:13.18},{&quot;2026-07-31&quot;:13.18},{&quot;2026-08-01&quot;:13.13},{&quot;2026-08-02&quot;:13.13},{&quot;2026-08-03&quot;:13.13},{&quot;2026-08-04&quot;:13.13},{&quot;2026-08-05&quot;:13.13},{&quot;2026-08-07&quot;:13.14},{&quot;2026-08-08&quot;:13.14},{&quot;2026-08-09&quot;:13.14},{&quot;2026-08-10&quot;:13.14},{&quot;2026-08-11&quot;:13.07},{&quot;2026-08-12&quot;:13.08},{&quot;2026-08-13&quot;:13.05},{&quot;2026-08-14&quot;:13.05},{&quot;2026-08-15&quot;:13.05},{&quot;2026-08-16&quot;:12.99},{&quot;2026-08-17&quot;:12.99},{&quot;2026-08-18&quot;:12.99},{&quot;2026-08-19&quot;:12.99},{&quot;2026-08-20&quot;:12.99},{&quot;2026-08-21&quot;:12.99},{&quot;2026-08-22&quot;:12.99},{&quot;2026-08-23&quot;:12.94},{&quot;2026-08-24&quot;:12.94},{&quot;2026-08-25&quot;:12.94},{&quot;2026-08-26&quot;:12.98},{&quot;2026-08-27&quot;:12.89},{&quot;2026-08-28&quot;:12.78},{&quot;2026-08-29&quot;:12.78},{&quot;2026-08-30&quot;:12.89},{&quot;2026-08-31&quot;:12.97},{&quot;2026-09-01&quot;:12.96},{&quot;2026-09-02&quot;:13.0},{&quot;2026-09-03&quot;:13.0},{&quot;2026-09-04&quot;:13.0},{&quot;2026-09-05&quot;:13.0},{&quot;2026-09-06&quot;:13.0},{&quot;2026-09-07&quot;:13.0},{&quot;2026-09-08&quot;:12.91},{&quot;2026-09-09&quot;:12.91},{&quot;2026-09-10&quot;:12.98},{&quot;2026-09-11&quot;:12.98}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:12.25},{&quot;2026-06-14&quot;:12.29},{&quot;2026-06-15&quot;:12.23},{&quot;2026-06-16&quot;:12.23},{&quot;2026-06-17&quot;:12.23},{&quot;2026-06-18&quot;:12.28},{&quot;2026-06-19&quot;:12.44},{&quot;2026-06-20&quot;:12.46},{&quot;2026-06-21&quot;:12.46},{&quot;2026-06-22&quot;:12.5},{&quot;2026-06-23&quot;:12.5},{&quot;2026-06-24&quot;:12.45},{&quot;2026-06-25&quot;:12.45},{&quot;2026-06-26&quot;:12.45},{&quot;2026-06-27&quot;:12.45},{&quot;2026-06-28&quot;:12.45},{&quot;2026-06-29&quot;:12.45},{&quot;2026-06-30&quot;:12.51},{&quot;2026-07-01&quot;:12.51},{&quot;2026-07-02&quot;:12.51},{&quot;2026-07-03&quot;:12.41},{&quot;2026-07-04&quot;:12.41},{&quot;2026-07-05&quot;:12.41},{&quot;2026-07-06&quot;:12.33},{&quot;2026-07-07&quot;:12.33},{&quot;2026-07-08&quot;:12.33},{&quot;2026-07-09&quot;:12.43},{&quot;2026-07-10&quot;:12.43},{&quot;2026-07-11&quot;:12.41},{&quot;2026-07-12&quot;:12.47},{&quot;2026-07-13&quot;:12.48},{&quot;2026-07-14&quot;:12.48},{&quot;2026-07-15&quot;:12.48},{&quot;2026-07-16&quot;:12.25},{&quot;2026-07-17&quot;:12.24},{&quot;2026-07-18&quot;:12.27},{&quot;2026-07-19&quot;:12.24},{&quot;2026-07-20&quot;:12.34},{&quot;2026-07-21&quot;:12.34},{&quot;2026-07-22&quot;:12.23},{&quot;2026-07-23&quot;:12.23},{&quot;2026-07-24&quot;:12.28},{&quot;2026-07-25&quot;:12.25},{&quot;2026-07-26&quot;:12.28},{&quot;2026-07-27&quot;:12.28},{&quot;2026-07-28&quot;:12.28},{&quot;2026-07-29&quot;:12.28},{&quot;2026-07-30&quot;:12.28},{&quot;2026-07-31&quot;:12.26},{&quot;2026-08-01&quot;:12.2},{&quot;2026-08-02&quot;:12.09},{&quot;2026-08-03&quot;:12.01},{&quot;2026-08-04&quot;:12.01},{&quot;2026-08-05&quot;:12.11},{&quot;2026-08-07&quot;:12.13},{&quot;2026-08-08&quot;:12.21},{&quot;2026-08-09&quot;:12.25},{&quot;2026-08-10&quot;:12.42},{&quot;2026-08-11&quot;:12.36},{&quot;2026-08-12&quot;:12.36},{&quot;2026-08-13&quot;:12.48},{&quot;2026-08-14&quot;:12.48},{&quot;2026-08-15&quot;:12.48},{&quot;2026-08-16&quot;:12.52},{&quot;2026-08-17&quot;:12.71},{&quot;2026-08-18&quot;:12.71},{&quot;2026-08-19&quot;:12.71},{&quot;2026-08-20&quot;:12.75},{&quot;2026-08-21&quot;:12.77},{&quot;2026-08-22&quot;:12.77},{&quot;2026-08-23&quot;:12.75},{&quot;2026-08-24&quot;:12.57},{&quot;2026-08-25&quot;:12.42},{&quot;2026-08-26&quot;:12.55},{&quot;2026-08-27&quot;:12.47},{&quot;2026-08-28&quot;:12.32},{&quot;2026-08-29&quot;:12.32},{&quot;2026-08-30&quot;:12.32},{&quot;2026-08-31&quot;:12.14},{&quot;2026-09-01&quot;:12.03},{&quot;2026-09-02&quot;:11.95},{&quot;2026-09-03&quot;:11.95},{&quot;2026-09-04&quot;:11.92},{&quot;2026-09-05&quot;:11.79},{&quot;2026-09-06&quot;:11.83},{&quot;2026-09-07&quot;:11.83},{&quot;2026-09-08&quot;:11.58},{&quot;2026-09-09&quot;:11.61},{&quot;2026-09-10&quot;:11.61},{&quot;2026-09-11&quot;:11.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="49410"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Hall of Heliod&#39;s Generosity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/5/b5cbd10a-b9a6-4c00-8280-72bb4add4390.jpg?1783933066" />

        <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">
            Hall of Heliod&#39;s Generosity
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hall of Heliod&#39;s Generosity" src="https://cards.scryfall.io/large/front/b/5/b5cbd10a-b9a6-4c00-8280-72bb4add4390.jpg?1783933066" />
    </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">
                $11.87
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $19.40
              </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;:18.5},{&quot;2026-06-11&quot;:18.5},{&quot;2026-06-12&quot;:18.49},{&quot;2026-06-13&quot;:18.49},{&quot;2026-06-14&quot;:18.74},{&quot;2026-06-15&quot;:18.74},{&quot;2026-06-16&quot;:18.74},{&quot;2026-06-17&quot;:18.74},{&quot;2026-06-18&quot;:18.74},{&quot;2026-06-19&quot;:18.74},{&quot;2026-06-20&quot;:18.74},{&quot;2026-06-21&quot;:18.74},{&quot;2026-06-22&quot;:18.74},{&quot;2026-06-23&quot;:18.74},{&quot;2026-06-24&quot;:18.74},{&quot;2026-06-25&quot;:18.74},{&quot;2026-06-26&quot;:18.74},{&quot;2026-06-27&quot;:18.74},{&quot;2026-06-28&quot;:18.74},{&quot;2026-06-29&quot;:18.74},{&quot;2026-06-30&quot;:18.74},{&quot;2026-07-01&quot;:18.74},{&quot;2026-07-02&quot;:18.74},{&quot;2026-07-03&quot;:18.73},{&quot;2026-07-04&quot;:18.73},{&quot;2026-07-05&quot;:18.73},{&quot;2026-07-06&quot;:18.73},{&quot;2026-07-07&quot;:18.73},{&quot;2026-07-08&quot;:18.73},{&quot;2026-07-09&quot;:18.73},{&quot;2026-07-10&quot;:18.73},{&quot;2026-07-11&quot;:18.73},{&quot;2026-07-12&quot;:18.73},{&quot;2026-07-13&quot;:18.73},{&quot;2026-07-14&quot;:18.73},{&quot;2026-07-15&quot;:18.73},{&quot;2026-07-16&quot;:18.71},{&quot;2026-07-17&quot;:18.71},{&quot;2026-07-18&quot;:18.71},{&quot;2026-07-19&quot;:18.71},{&quot;2026-07-20&quot;:18.71},{&quot;2026-07-21&quot;:18.71},{&quot;2026-07-23&quot;:18.71},{&quot;2026-07-25&quot;:19.12},{&quot;2026-07-26&quot;:19.12},{&quot;2026-07-27&quot;:19.12},{&quot;2026-07-29&quot;:19.12},{&quot;2026-07-30&quot;:19.12},{&quot;2026-07-31&quot;:19.12},{&quot;2026-08-01&quot;:19.12},{&quot;2026-08-02&quot;:19.12},{&quot;2026-08-03&quot;:19.12},{&quot;2026-08-04&quot;:19.12},{&quot;2026-08-05&quot;:19.12},{&quot;2026-08-07&quot;:19.13},{&quot;2026-08-08&quot;:19.13},{&quot;2026-08-09&quot;:19.13},{&quot;2026-08-10&quot;:19.13},{&quot;2026-08-11&quot;:19.13},{&quot;2026-08-12&quot;:19.15},{&quot;2026-08-13&quot;:19.23},{&quot;2026-08-14&quot;:19.23},{&quot;2026-08-15&quot;:19.23},{&quot;2026-08-16&quot;:19.27},{&quot;2026-08-17&quot;:19.27},{&quot;2026-08-18&quot;:19.27},{&quot;2026-08-19&quot;:19.27},{&quot;2026-08-20&quot;:19.27},{&quot;2026-08-21&quot;:19.27},{&quot;2026-08-22&quot;:19.27},{&quot;2026-08-23&quot;:19.32},{&quot;2026-08-24&quot;:19.32},{&quot;2026-08-25&quot;:19.32},{&quot;2026-08-26&quot;:19.32},{&quot;2026-08-27&quot;:19.32},{&quot;2026-08-28&quot;:19.32},{&quot;2026-08-29&quot;:19.32},{&quot;2026-08-30&quot;:19.32},{&quot;2026-08-31&quot;:19.4},{&quot;2026-09-01&quot;:19.4},{&quot;2026-09-02&quot;:19.4},{&quot;2026-09-03&quot;:19.4},{&quot;2026-09-04&quot;:19.4},{&quot;2026-09-05&quot;:19.4},{&quot;2026-09-06&quot;:19.4},{&quot;2026-09-07&quot;:19.4},{&quot;2026-09-08&quot;:19.4},{&quot;2026-09-09&quot;:19.4},{&quot;2026-09-10&quot;:19.4},{&quot;2026-09-11&quot;:19.4}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:12.47},{&quot;2026-06-11&quot;:12.51},{&quot;2026-06-12&quot;:12.51},{&quot;2026-06-13&quot;:12.65},{&quot;2026-06-14&quot;:12.73},{&quot;2026-06-15&quot;:12.58},{&quot;2026-06-16&quot;:12.5},{&quot;2026-06-17&quot;:11.97},{&quot;2026-06-18&quot;:11.81},{&quot;2026-06-19&quot;:12.28},{&quot;2026-06-20&quot;:12.44},{&quot;2026-06-21&quot;:12.5},{&quot;2026-06-22&quot;:12.47},{&quot;2026-06-23&quot;:12.37},{&quot;2026-06-24&quot;:12.2},{&quot;2026-06-25&quot;:12.15},{&quot;2026-06-26&quot;:12.15},{&quot;2026-06-27&quot;:12.15},{&quot;2026-06-28&quot;:12.21},{&quot;2026-06-29&quot;:12.86},{&quot;2026-06-30&quot;:12.84},{&quot;2026-07-01&quot;:12.7},{&quot;2026-07-02&quot;:12.7},{&quot;2026-07-03&quot;:12.7},{&quot;2026-07-04&quot;:12.63},{&quot;2026-07-05&quot;:12.54},{&quot;2026-07-06&quot;:12.94},{&quot;2026-07-07&quot;:13.05},{&quot;2026-07-08&quot;:12.95},{&quot;2026-07-09&quot;:13.08},{&quot;2026-07-10&quot;:12.79},{&quot;2026-07-11&quot;:12.55},{&quot;2026-07-12&quot;:12.88},{&quot;2026-07-13&quot;:12.52},{&quot;2026-07-14&quot;:12.34},{&quot;2026-07-15&quot;:12.34},{&quot;2026-07-16&quot;:12.26},{&quot;2026-07-17&quot;:12.29},{&quot;2026-07-18&quot;:12.15},{&quot;2026-07-19&quot;:12.12},{&quot;2026-07-20&quot;:11.99},{&quot;2026-07-21&quot;:12.11},{&quot;2026-07-23&quot;:12.22},{&quot;2026-07-25&quot;:12.56},{&quot;2026-07-26&quot;:12.45},{&quot;2026-07-27&quot;:12.53},{&quot;2026-07-29&quot;:12.63},{&quot;2026-07-30&quot;:12.46},{&quot;2026-07-31&quot;:12.38},{&quot;2026-08-01&quot;:12.38},{&quot;2026-08-02&quot;:12.12},{&quot;2026-08-03&quot;:12.27},{&quot;2026-08-04&quot;:12.1},{&quot;2026-08-05&quot;:12.05},{&quot;2026-08-07&quot;:11.63},{&quot;2026-08-08&quot;:11.69},{&quot;2026-08-09&quot;:11.69},{&quot;2026-08-10&quot;:11.7},{&quot;2026-08-11&quot;:11.82},{&quot;2026-08-12&quot;:12.18},{&quot;2026-08-13&quot;:12.16},{&quot;2026-08-14&quot;:12.06},{&quot;2026-08-15&quot;:11.93},{&quot;2026-08-16&quot;:11.9},{&quot;2026-08-17&quot;:12.05},{&quot;2026-08-18&quot;:12.06},{&quot;2026-08-19&quot;:11.94},{&quot;2026-08-20&quot;:11.94},{&quot;2026-08-21&quot;:11.68},{&quot;2026-08-22&quot;:11.73},{&quot;2026-08-23&quot;:11.71},{&quot;2026-08-24&quot;:11.62},{&quot;2026-08-25&quot;:11.62},{&quot;2026-08-26&quot;:11.56},{&quot;2026-08-27&quot;:11.48},{&quot;2026-08-28&quot;:11.46},{&quot;2026-08-29&quot;:11.46},{&quot;2026-08-30&quot;:11.39},{&quot;2026-08-31&quot;:11.55},{&quot;2026-09-01&quot;:11.55},{&quot;2026-09-02&quot;:11.75},{&quot;2026-09-03&quot;:12.01},{&quot;2026-09-04&quot;:11.97},{&quot;2026-09-05&quot;:12.08},{&quot;2026-09-06&quot;:12.0},{&quot;2026-09-07&quot;:12.04},{&quot;2026-09-08&quot;:11.79},{&quot;2026-09-09&quot;:11.88},{&quot;2026-09-10&quot;:11.88},{&quot;2026-09-11&quot;:11.87}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.86
          </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="Aerith Gainsborough" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fa316d6e-9ea7-4496-a3f3-5023a6952473.jpg?1783906513" />

        <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">
            Aerith Gainsborough
        </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 Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Aerith Gainsborough" src="https://cards.scryfall.io/large/front/f/a/fa316d6e-9ea7-4496-a3f3-5023a6952473.jpg?1783906513" />
    </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">
                $11.86
              </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">
                $13.28
              </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">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:12.42},{&quot;2026-06-12&quot;:12.45},{&quot;2026-06-13&quot;:12.5},{&quot;2026-06-14&quot;:12.45},{&quot;2026-06-15&quot;:12.45},{&quot;2026-06-16&quot;:12.45},{&quot;2026-06-17&quot;:12.75},{&quot;2026-06-18&quot;:12.75},{&quot;2026-06-19&quot;:12.75},{&quot;2026-06-20&quot;:12.75},{&quot;2026-06-21&quot;:12.75},{&quot;2026-06-22&quot;:12.62},{&quot;2026-06-23&quot;:12.62},{&quot;2026-06-24&quot;:12.62},{&quot;2026-06-25&quot;:12.32},{&quot;2026-06-26&quot;:11.96},{&quot;2026-06-27&quot;:11.9},{&quot;2026-06-28&quot;:11.9},{&quot;2026-06-29&quot;:11.91},{&quot;2026-06-30&quot;:11.79},{&quot;2026-07-01&quot;:11.93},{&quot;2026-07-02&quot;:11.91},{&quot;2026-07-03&quot;:12.08},{&quot;2026-07-04&quot;:11.98},{&quot;2026-07-05&quot;:12.67},{&quot;2026-07-06&quot;:12.82},{&quot;2026-07-07&quot;:12.61},{&quot;2026-07-08&quot;:13.54},{&quot;2026-07-09&quot;:13.41},{&quot;2026-07-10&quot;:13.42},{&quot;2026-07-11&quot;:13.58},{&quot;2026-07-12&quot;:13.52},{&quot;2026-07-13&quot;:13.62},{&quot;2026-07-14&quot;:14.04},{&quot;2026-07-15&quot;:14.04},{&quot;2026-07-16&quot;:13.79},{&quot;2026-07-17&quot;:14.2},{&quot;2026-07-18&quot;:14.37},{&quot;2026-07-19&quot;:14.37},{&quot;2026-07-20&quot;:14.37},{&quot;2026-07-21&quot;:14.37},{&quot;2026-07-23&quot;:13.62},{&quot;2026-07-25&quot;:13.63},{&quot;2026-07-26&quot;:13.65},{&quot;2026-07-27&quot;:13.04},{&quot;2026-07-28&quot;:13.12},{&quot;2026-07-29&quot;:12.98},{&quot;2026-07-30&quot;:13.06},{&quot;2026-07-31&quot;:13.24},{&quot;2026-08-01&quot;:13.46},{&quot;2026-08-02&quot;:13.46},{&quot;2026-08-03&quot;:13.49},{&quot;2026-08-04&quot;:13.1},{&quot;2026-08-05&quot;:13.06},{&quot;2026-08-07&quot;:13.24},{&quot;2026-08-08&quot;:13.48},{&quot;2026-08-09&quot;:13.51},{&quot;2026-08-10&quot;:13.67},{&quot;2026-08-11&quot;:13.76},{&quot;2026-08-12&quot;:13.48},{&quot;2026-08-13&quot;:13.48},{&quot;2026-08-14&quot;:13.48},{&quot;2026-08-15&quot;:13.69},{&quot;2026-08-16&quot;:13.66},{&quot;2026-08-17&quot;:13.77},{&quot;2026-08-18&quot;:13.77},{&quot;2026-08-19&quot;:13.61},{&quot;2026-08-20&quot;:13.61},{&quot;2026-08-21&quot;:13.95},{&quot;2026-08-22&quot;:13.95},{&quot;2026-08-23&quot;:14.21},{&quot;2026-08-24&quot;:14.22},{&quot;2026-08-25&quot;:13.78},{&quot;2026-08-26&quot;:13.78},{&quot;2026-08-27&quot;:13.75},{&quot;2026-08-28&quot;:13.75},{&quot;2026-08-29&quot;:13.75},{&quot;2026-08-30&quot;:13.64},{&quot;2026-08-31&quot;:13.64},{&quot;2026-09-01&quot;:13.64},{&quot;2026-09-02&quot;:13.65},{&quot;2026-09-03&quot;:13.73},{&quot;2026-09-04&quot;:13.73},{&quot;2026-09-05&quot;:13.8},{&quot;2026-09-06&quot;:13.28},{&quot;2026-09-07&quot;:13.32},{&quot;2026-09-08&quot;:13.11},{&quot;2026-09-09&quot;:13.2},{&quot;2026-09-10&quot;:13.2},{&quot;2026-09-11&quot;:13.28}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:8.09},{&quot;2026-06-12&quot;:8.18},{&quot;2026-06-13&quot;:8.08},{&quot;2026-06-14&quot;:8.07},{&quot;2026-06-15&quot;:7.78},{&quot;2026-06-16&quot;:8.03},{&quot;2026-06-17&quot;:8.03},{&quot;2026-06-18&quot;:7.94},{&quot;2026-06-19&quot;:8.26},{&quot;2026-06-20&quot;:8.24},{&quot;2026-06-21&quot;:8.48},{&quot;2026-06-22&quot;:8.48},{&quot;2026-06-23&quot;:9.34},{&quot;2026-06-24&quot;:9.6},{&quot;2026-06-25&quot;:9.5},{&quot;2026-06-26&quot;:9.47},{&quot;2026-06-27&quot;:9.58},{&quot;2026-06-28&quot;:10.32},{&quot;2026-06-29&quot;:10.17},{&quot;2026-06-30&quot;:10.27},{&quot;2026-07-01&quot;:9.65},{&quot;2026-07-02&quot;:9.52},{&quot;2026-07-03&quot;:9.65},{&quot;2026-07-04&quot;:9.62},{&quot;2026-07-05&quot;:8.95},{&quot;2026-07-06&quot;:9.44},{&quot;2026-07-07&quot;:9.49},{&quot;2026-07-08&quot;:9.61},{&quot;2026-07-09&quot;:9.49},{&quot;2026-07-10&quot;:10.16},{&quot;2026-07-11&quot;:10.02},{&quot;2026-07-12&quot;:10.08},{&quot;2026-07-13&quot;:9.84},{&quot;2026-07-14&quot;:9.68},{&quot;2026-07-15&quot;:10.08},{&quot;2026-07-16&quot;:9.61},{&quot;2026-07-17&quot;:9.88},{&quot;2026-07-18&quot;:9.43},{&quot;2026-07-19&quot;:9.04},{&quot;2026-07-20&quot;:9.44},{&quot;2026-07-21&quot;:9.14},{&quot;2026-07-23&quot;:9.55},{&quot;2026-07-25&quot;:10.36},{&quot;2026-07-26&quot;:10.27},{&quot;2026-07-27&quot;:9.88},{&quot;2026-07-28&quot;:9.86},{&quot;2026-07-29&quot;:9.83},{&quot;2026-07-30&quot;:9.54},{&quot;2026-07-31&quot;:9.79},{&quot;2026-08-01&quot;:9.32},{&quot;2026-08-02&quot;:9.43},{&quot;2026-08-03&quot;:9.7},{&quot;2026-08-04&quot;:9.61},{&quot;2026-08-05&quot;:9.65},{&quot;2026-08-07&quot;:10.35},{&quot;2026-08-08&quot;:10.52},{&quot;2026-08-09&quot;:10.52},{&quot;2026-08-10&quot;:10.84},{&quot;2026-08-11&quot;:10.84},{&quot;2026-08-12&quot;:10.43},{&quot;2026-08-13&quot;:10.19},{&quot;2026-08-14&quot;:10.41},{&quot;2026-08-15&quot;:10.33},{&quot;2026-08-16&quot;:9.72},{&quot;2026-08-17&quot;:9.66},{&quot;2026-08-18&quot;:10.25},{&quot;2026-08-19&quot;:10.27},{&quot;2026-08-20&quot;:10.27},{&quot;2026-08-21&quot;:10.42},{&quot;2026-08-22&quot;:10.48},{&quot;2026-08-23&quot;:9.89},{&quot;2026-08-24&quot;:10.23},{&quot;2026-08-25&quot;:10.22},{&quot;2026-08-26&quot;:10.13},{&quot;2026-08-27&quot;:10.35},{&quot;2026-08-28&quot;:10.35},{&quot;2026-08-29&quot;:10.35},{&quot;2026-08-30&quot;:10.41},{&quot;2026-08-31&quot;:10.5},{&quot;2026-09-01&quot;:10.72},{&quot;2026-09-02&quot;:10.68},{&quot;2026-09-03&quot;:10.87},{&quot;2026-09-04&quot;:11.13},{&quot;2026-09-05&quot;:11.24},{&quot;2026-09-06&quot;:11.32},{&quot;2026-09-07&quot;:11.63},{&quot;2026-09-08&quot;:11.65},{&quot;2026-09-09&quot;:11.44},{&quot;2026-09-10&quot;:11.66},{&quot;2026-09-11&quot;:11.86}]}"
        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="70357"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Raise the Palisade
        </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">
            $11.85
          </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="Raise the Palisade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/9/7966eb7a-0ef7-470f-9769-0d5f45f0395b.jpg?1783916033" />

        <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">
            Raise the Palisade
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Raise the Palisade" src="https://cards.scryfall.io/large/front/7/9/7966eb7a-0ef7-470f-9769-0d5f45f0395b.jpg?1783916033" />
    </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">
                $11.85
              </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;:9.72},{&quot;2026-06-12&quot;:9.71},{&quot;2026-06-13&quot;:9.77},{&quot;2026-06-14&quot;:9.71},{&quot;2026-06-15&quot;:9.49},{&quot;2026-06-16&quot;:9.57},{&quot;2026-06-17&quot;:9.69},{&quot;2026-06-18&quot;:9.66},{&quot;2026-06-19&quot;:9.63},{&quot;2026-06-20&quot;:9.38},{&quot;2026-06-21&quot;:9.31},{&quot;2026-06-22&quot;:9.63},{&quot;2026-06-23&quot;:9.59},{&quot;2026-06-24&quot;:9.59},{&quot;2026-06-25&quot;:9.6},{&quot;2026-06-26&quot;:9.58},{&quot;2026-06-27&quot;:9.57},{&quot;2026-06-28&quot;:9.6},{&quot;2026-06-29&quot;:9.68},{&quot;2026-06-30&quot;:9.69},{&quot;2026-07-01&quot;:9.64},{&quot;2026-07-02&quot;:9.62},{&quot;2026-07-03&quot;:9.68},{&quot;2026-07-04&quot;:9.62},{&quot;2026-07-05&quot;:9.41},{&quot;2026-07-06&quot;:9.44},{&quot;2026-07-07&quot;:9.52},{&quot;2026-07-08&quot;:9.62},{&quot;2026-07-09&quot;:9.54},{&quot;2026-07-10&quot;:9.48},{&quot;2026-07-11&quot;:9.55},{&quot;2026-07-12&quot;:9.56},{&quot;2026-07-13&quot;:9.46},{&quot;2026-07-14&quot;:9.32},{&quot;2026-07-15&quot;:9.56},{&quot;2026-07-16&quot;:9.58},{&quot;2026-07-17&quot;:9.88},{&quot;2026-07-18&quot;:9.89},{&quot;2026-07-19&quot;:10.3},{&quot;2026-07-20&quot;:10.45},{&quot;2026-07-21&quot;:10.09},{&quot;2026-07-23&quot;:9.98},{&quot;2026-07-25&quot;:10.03},{&quot;2026-07-26&quot;:10.11},{&quot;2026-07-27&quot;:10.39},{&quot;2026-07-28&quot;:10.54},{&quot;2026-07-29&quot;:10.64},{&quot;2026-07-30&quot;:10.41},{&quot;2026-07-31&quot;:10.56},{&quot;2026-08-01&quot;:10.7},{&quot;2026-08-02&quot;:11.27},{&quot;2026-08-03&quot;:11.26},{&quot;2026-08-04&quot;:11.05},{&quot;2026-08-05&quot;:11.03},{&quot;2026-08-07&quot;:9.71},{&quot;2026-08-08&quot;:9.99},{&quot;2026-08-09&quot;:9.99},{&quot;2026-08-10&quot;:10.04},{&quot;2026-08-11&quot;:9.68},{&quot;2026-08-12&quot;:9.84},{&quot;2026-08-13&quot;:9.84},{&quot;2026-08-14&quot;:10.07},{&quot;2026-08-15&quot;:10.46},{&quot;2026-08-16&quot;:10.31},{&quot;2026-08-17&quot;:10.47},{&quot;2026-08-18&quot;:10.55},{&quot;2026-08-19&quot;:10.67},{&quot;2026-08-20&quot;:10.67},{&quot;2026-08-21&quot;:11.05},{&quot;2026-08-22&quot;:10.93},{&quot;2026-08-23&quot;:10.77},{&quot;2026-08-24&quot;:10.84},{&quot;2026-08-25&quot;:10.84},{&quot;2026-08-26&quot;:11.01},{&quot;2026-08-27&quot;:10.76},{&quot;2026-08-28&quot;:10.75},{&quot;2026-08-29&quot;:10.75},{&quot;2026-08-30&quot;:11.6},{&quot;2026-08-31&quot;:11.53},{&quot;2026-09-01&quot;:11.53},{&quot;2026-09-02&quot;:11.3},{&quot;2026-09-03&quot;:11.14},{&quot;2026-09-04&quot;:11.46},{&quot;2026-09-05&quot;:11.85},{&quot;2026-09-06&quot;:12.03},{&quot;2026-09-07&quot;:12.13},{&quot;2026-09-08&quot;:11.99},{&quot;2026-09-09&quot;:11.76},{&quot;2026-09-10&quot;:11.76},{&quot;2026-09-11&quot;:11.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.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="The Legend of Roku // Avatar Roku" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/95f2f5af-d405-4534-8683-5a9001f997b4.jpg?1783904959" />

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment — Saga</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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="The Legend of Roku // Avatar Roku" src="https://cards.scryfall.io/large/front/9/5/95f2f5af-d405-4534-8683-5a9001f997b4.jpg?1783904959" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="The Legend of Roku // Avatar Roku" src="https://cards.scryfall.io/large/back/9/5/95f2f5af-d405-4534-8683-5a9001f997b4.jpg?1783904959" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $11.83
              </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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;:12.97},{&quot;2026-06-14&quot;:13.04},{&quot;2026-06-15&quot;:13.25},{&quot;2026-06-16&quot;:13.25},{&quot;2026-06-17&quot;:13.25},{&quot;2026-06-18&quot;:13.03},{&quot;2026-06-19&quot;:12.68},{&quot;2026-06-20&quot;:12.75},{&quot;2026-06-21&quot;:12.75},{&quot;2026-06-22&quot;:12.75},{&quot;2026-06-23&quot;:12.81},{&quot;2026-06-24&quot;:12.72},{&quot;2026-06-25&quot;:12.62},{&quot;2026-06-26&quot;:12.62},{&quot;2026-06-27&quot;:12.58},{&quot;2026-06-28&quot;:12.59},{&quot;2026-06-29&quot;:12.59},{&quot;2026-06-30&quot;:12.59},{&quot;2026-07-01&quot;:12.59},{&quot;2026-07-02&quot;:12.59},{&quot;2026-07-03&quot;:12.69},{&quot;2026-07-04&quot;:12.33},{&quot;2026-07-05&quot;:12.36},{&quot;2026-07-06&quot;:12.45},{&quot;2026-07-07&quot;:12.3},{&quot;2026-07-08&quot;:12.3},{&quot;2026-07-09&quot;:12.18},{&quot;2026-07-10&quot;:12.32},{&quot;2026-07-11&quot;:12.27},{&quot;2026-07-12&quot;:12.41},{&quot;2026-07-13&quot;:12.41},{&quot;2026-07-14&quot;:12.22},{&quot;2026-07-15&quot;:12.12},{&quot;2026-07-16&quot;:12.37},{&quot;2026-07-17&quot;:12.15},{&quot;2026-07-18&quot;:12.15},{&quot;2026-07-19&quot;:12.15},{&quot;2026-07-20&quot;:12.15},{&quot;2026-07-21&quot;:11.89},{&quot;2026-07-22&quot;:11.6},{&quot;2026-07-23&quot;:11.42},{&quot;2026-07-24&quot;:11.42},{&quot;2026-07-25&quot;:11.57},{&quot;2026-07-26&quot;:11.16},{&quot;2026-07-27&quot;:11.28},{&quot;2026-07-28&quot;:11.42},{&quot;2026-07-29&quot;:11.29},{&quot;2026-07-30&quot;:11.64},{&quot;2026-07-31&quot;:11.92},{&quot;2026-08-01&quot;:11.92},{&quot;2026-08-02&quot;:11.32},{&quot;2026-08-03&quot;:11.44},{&quot;2026-08-04&quot;:11.44},{&quot;2026-08-05&quot;:11.53},{&quot;2026-08-07&quot;:11.32},{&quot;2026-08-08&quot;:11.29},{&quot;2026-08-09&quot;:11.27},{&quot;2026-08-10&quot;:11.21},{&quot;2026-08-11&quot;:11.21},{&quot;2026-08-12&quot;:10.52},{&quot;2026-08-13&quot;:10.25},{&quot;2026-08-14&quot;:10.26},{&quot;2026-08-15&quot;:10.18},{&quot;2026-08-16&quot;:10.18},{&quot;2026-08-17&quot;:9.8},{&quot;2026-08-18&quot;:9.87},{&quot;2026-08-19&quot;:10.05},{&quot;2026-08-20&quot;:10.05},{&quot;2026-08-21&quot;:10.05},{&quot;2026-08-22&quot;:9.96},{&quot;2026-08-23&quot;:9.96},{&quot;2026-08-24&quot;:10.23},{&quot;2026-08-25&quot;:10.22},{&quot;2026-08-26&quot;:10.69},{&quot;2026-08-27&quot;:10.8},{&quot;2026-08-28&quot;:10.8},{&quot;2026-08-29&quot;:10.8},{&quot;2026-08-30&quot;:10.98},{&quot;2026-08-31&quot;:10.98},{&quot;2026-09-01&quot;:10.88},{&quot;2026-09-02&quot;:10.94},{&quot;2026-09-03&quot;:10.96},{&quot;2026-09-04&quot;:11.26},{&quot;2026-09-05&quot;:11.82},{&quot;2026-09-06&quot;:11.82},{&quot;2026-09-07&quot;:11.83},{&quot;2026-09-08&quot;:11.83},{&quot;2026-09-09&quot;:11.83},{&quot;2026-09-10&quot;:11.83},{&quot;2026-09-11&quot;:11.83}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.08},{&quot;2026-06-14&quot;:11.14},{&quot;2026-06-15&quot;:10.81},{&quot;2026-06-16&quot;:10.78},{&quot;2026-06-17&quot;:10.91},{&quot;2026-06-18&quot;:11.04},{&quot;2026-06-19&quot;:10.81},{&quot;2026-06-20&quot;:10.47},{&quot;2026-06-21&quot;:10.02},{&quot;2026-06-22&quot;:9.72},{&quot;2026-06-23&quot;:9.63},{&quot;2026-06-24&quot;:9.51},{&quot;2026-06-25&quot;:9.57},{&quot;2026-06-26&quot;:9.1},{&quot;2026-06-27&quot;:9.39},{&quot;2026-06-28&quot;:9.48},{&quot;2026-06-29&quot;:9.58},{&quot;2026-06-30&quot;:9.4},{&quot;2026-07-01&quot;:8.85},{&quot;2026-07-02&quot;:8.85},{&quot;2026-07-03&quot;:8.91},{&quot;2026-07-04&quot;:9.13},{&quot;2026-07-05&quot;:9.58},{&quot;2026-07-06&quot;:9.59},{&quot;2026-07-07&quot;:9.2},{&quot;2026-07-08&quot;:8.59},{&quot;2026-07-09&quot;:9.0},{&quot;2026-07-10&quot;:10.21},{&quot;2026-07-11&quot;:10.13},{&quot;2026-07-12&quot;:10.0},{&quot;2026-07-13&quot;:9.94},{&quot;2026-07-14&quot;:10.31},{&quot;2026-07-15&quot;:10.33},{&quot;2026-07-16&quot;:10.42},{&quot;2026-07-17&quot;:10.5},{&quot;2026-07-18&quot;:10.75},{&quot;2026-07-19&quot;:10.52},{&quot;2026-07-20&quot;:10.17},{&quot;2026-07-21&quot;:10.24},{&quot;2026-07-22&quot;:9.76},{&quot;2026-07-23&quot;:9.7},{&quot;2026-07-24&quot;:10.06},{&quot;2026-07-25&quot;:10.4},{&quot;2026-07-26&quot;:10.78},{&quot;2026-07-27&quot;:10.9},{&quot;2026-07-28&quot;:10.16},{&quot;2026-07-29&quot;:10.04},{&quot;2026-07-30&quot;:9.88},{&quot;2026-07-31&quot;:9.78},{&quot;2026-08-01&quot;:9.83},{&quot;2026-08-02&quot;:9.88},{&quot;2026-08-03&quot;:10.0},{&quot;2026-08-04&quot;:9.74},{&quot;2026-08-05&quot;:10.06},{&quot;2026-08-07&quot;:10.39},{&quot;2026-08-08&quot;:9.79},{&quot;2026-08-09&quot;:10.05},{&quot;2026-08-10&quot;:9.86},{&quot;2026-08-11&quot;:9.37},{&quot;2026-08-12&quot;:8.68},{&quot;2026-08-13&quot;:8.92},{&quot;2026-08-14&quot;:8.92},{&quot;2026-08-15&quot;:9.04},{&quot;2026-08-16&quot;:8.67},{&quot;2026-08-17&quot;:9.01},{&quot;2026-08-18&quot;:9.42},{&quot;2026-08-19&quot;:9.69},{&quot;2026-08-20&quot;:9.67},{&quot;2026-08-21&quot;:10.03},{&quot;2026-08-22&quot;:10.05},{&quot;2026-08-23&quot;:9.88},{&quot;2026-08-24&quot;:10.09},{&quot;2026-08-25&quot;:10.18},{&quot;2026-08-26&quot;:10.18},{&quot;2026-08-27&quot;:10.62},{&quot;2026-08-28&quot;:10.36},{&quot;2026-08-29&quot;:10.36},{&quot;2026-08-30&quot;:10.35},{&quot;2026-08-31&quot;:10.29},{&quot;2026-09-01&quot;:10.29},{&quot;2026-09-02&quot;:10.26},{&quot;2026-09-03&quot;:10.18},{&quot;2026-09-04&quot;:9.82},{&quot;2026-09-05&quot;:9.05},{&quot;2026-09-06&quot;:8.95},{&quot;2026-09-07&quot;:8.84},{&quot;2026-09-08&quot;:8.84},{&quot;2026-09-09&quot;:8.97},{&quot;2026-09-10&quot;:8.82},{&quot;2026-09-11&quot;:8.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="108907"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $11.80
          </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="Faerie Mastermind" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/c/bc9a7599-3c7d-4b83-bff3-e3d1f20f1b0f.jpg?1782683295" />

        <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">
            Faerie Mastermind
        </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 — 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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Faerie Mastermind" src="https://cards.scryfall.io/large/front/b/c/bc9a7599-3c7d-4b83-bff3-e3d1f20f1b0f.jpg?1782683295" />
    </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">
                $11.80
              </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">
                $0.00
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-08&quot;:10.84},{&quot;2026-06-10&quot;:10.64},{&quot;2026-06-11&quot;:10.52},{&quot;2026-06-12&quot;:10.28},{&quot;2026-06-13&quot;:9.95},{&quot;2026-06-14&quot;:10.03},{&quot;2026-06-15&quot;:10.12},{&quot;2026-06-16&quot;:9.96},{&quot;2026-06-17&quot;:9.97},{&quot;2026-06-18&quot;:9.91},{&quot;2026-06-19&quot;:9.79},{&quot;2026-06-20&quot;:9.81},{&quot;2026-06-21&quot;:9.46},{&quot;2026-06-22&quot;:9.39},{&quot;2026-06-24&quot;:9.27},{&quot;2026-06-25&quot;:8.78},{&quot;2026-06-26&quot;:9.07},{&quot;2026-06-27&quot;:9.0},{&quot;2026-06-28&quot;:9.44},{&quot;2026-06-29&quot;:9.77},{&quot;2026-06-30&quot;:9.86},{&quot;2026-07-01&quot;:9.97},{&quot;2026-07-02&quot;:10.36},{&quot;2026-07-03&quot;:10.51},{&quot;2026-07-04&quot;:10.69},{&quot;2026-07-05&quot;:10.45},{&quot;2026-07-06&quot;:10.58},{&quot;2026-07-07&quot;:10.73},{&quot;2026-07-08&quot;:10.67},{&quot;2026-07-09&quot;:10.49},{&quot;2026-07-10&quot;:10.47},{&quot;2026-07-11&quot;:10.72},{&quot;2026-07-12&quot;:10.58},{&quot;2026-07-13&quot;:10.54},{&quot;2026-07-14&quot;:10.76},{&quot;2026-07-15&quot;:10.92},{&quot;2026-07-16&quot;:11.0},{&quot;2026-07-17&quot;:10.73},{&quot;2026-07-18&quot;:10.79},{&quot;2026-07-19&quot;:10.99},{&quot;2026-07-20&quot;:11.09},{&quot;2026-07-21&quot;:11.3},{&quot;2026-07-23&quot;:11.61},{&quot;2026-07-25&quot;:12.05},{&quot;2026-07-26&quot;:12.0},{&quot;2026-07-27&quot;:11.63},{&quot;2026-07-29&quot;:12.18},{&quot;2026-07-30&quot;:12.25},{&quot;2026-07-31&quot;:12.29},{&quot;2026-08-01&quot;:12.2},{&quot;2026-08-02&quot;:12.3},{&quot;2026-08-03&quot;:12.35},{&quot;2026-08-04&quot;:12.15},{&quot;2026-08-05&quot;:12.31},{&quot;2026-08-07&quot;:12.05},{&quot;2026-08-08&quot;:11.98},{&quot;2026-08-09&quot;:11.76},{&quot;2026-08-10&quot;:11.48},{&quot;2026-08-11&quot;:11.45},{&quot;2026-08-12&quot;:11.48},{&quot;2026-08-13&quot;:11.72},{&quot;2026-08-14&quot;:12.16},{&quot;2026-08-15&quot;:12.26},{&quot;2026-08-16&quot;:12.42},{&quot;2026-08-17&quot;:12.66},{&quot;2026-08-18&quot;:12.73},{&quot;2026-08-19&quot;:12.25},{&quot;2026-08-20&quot;:12.25},{&quot;2026-08-21&quot;:12.31},{&quot;2026-08-22&quot;:12.17},{&quot;2026-08-23&quot;:12.3},{&quot;2026-08-24&quot;:12.25},{&quot;2026-08-25&quot;:12.25},{&quot;2026-08-26&quot;:12.28},{&quot;2026-08-27&quot;:12.13},{&quot;2026-08-28&quot;:12.17},{&quot;2026-08-29&quot;:12.17},{&quot;2026-08-30&quot;:12.17},{&quot;2026-08-31&quot;:11.96},{&quot;2026-09-01&quot;:11.96},{&quot;2026-09-02&quot;:11.96},{&quot;2026-09-03&quot;:12.7},{&quot;2026-09-04&quot;:12.47},{&quot;2026-09-05&quot;:12.23},{&quot;2026-09-06&quot;:11.98},{&quot;2026-09-07&quot;:11.9},{&quot;2026-09-08&quot;:11.46},{&quot;2026-09-09&quot;:11.4},{&quot;2026-09-10&quot;:11.47},{&quot;2026-09-11&quot;:11.8}]}"
        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="13950"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.71
          </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="Storm-Kiln Artist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/52c896fe-c208-41ec-aad8-fe56c7858942.jpg?1783915509" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Storm-Kiln Artist" src="https://cards.scryfall.io/large/front/5/2/52c896fe-c208-41ec-aad8-fe56c7858942.jpg?1783915509" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$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;:10.41},{&quot;2026-06-14&quot;:10.43},{&quot;2026-06-15&quot;:10.43},{&quot;2026-06-16&quot;:10.31},{&quot;2026-06-17&quot;:10.72},{&quot;2026-06-18&quot;:10.86},{&quot;2026-06-19&quot;:10.89},{&quot;2026-06-20&quot;:10.89},{&quot;2026-06-21&quot;:10.89},{&quot;2026-06-22&quot;:10.89},{&quot;2026-06-23&quot;:10.89},{&quot;2026-06-24&quot;:11.07},{&quot;2026-06-25&quot;:10.94},{&quot;2026-06-26&quot;:10.9},{&quot;2026-06-27&quot;:10.78},{&quot;2026-06-28&quot;:10.8},{&quot;2026-06-29&quot;:10.8},{&quot;2026-06-30&quot;:10.88},{&quot;2026-07-01&quot;:10.9},{&quot;2026-07-02&quot;:10.9},{&quot;2026-07-03&quot;:10.9},{&quot;2026-07-04&quot;:11.09},{&quot;2026-07-05&quot;:11.24},{&quot;2026-07-06&quot;:11.39},{&quot;2026-07-07&quot;:11.45},{&quot;2026-07-08&quot;:11.37},{&quot;2026-07-09&quot;:11.33},{&quot;2026-07-10&quot;:11.33},{&quot;2026-07-11&quot;:11.28},{&quot;2026-07-12&quot;:11.51},{&quot;2026-07-13&quot;:11.48},{&quot;2026-07-14&quot;:11.48},{&quot;2026-07-15&quot;:11.4},{&quot;2026-07-16&quot;:11.51},{&quot;2026-07-17&quot;:11.58},{&quot;2026-07-18&quot;:11.58},{&quot;2026-07-19&quot;:11.97},{&quot;2026-07-20&quot;:11.97},{&quot;2026-07-21&quot;:11.92},{&quot;2026-07-22&quot;:11.84},{&quot;2026-07-23&quot;:11.84},{&quot;2026-07-24&quot;:11.79},{&quot;2026-07-25&quot;:11.82},{&quot;2026-07-26&quot;:11.85},{&quot;2026-07-27&quot;:11.9},{&quot;2026-07-28&quot;:11.9},{&quot;2026-07-29&quot;:11.99},{&quot;2026-07-30&quot;:11.99},{&quot;2026-07-31&quot;:12.0},{&quot;2026-08-01&quot;:12.0},{&quot;2026-08-02&quot;:12.07},{&quot;2026-08-03&quot;:12.1},{&quot;2026-08-04&quot;:11.99},{&quot;2026-08-05&quot;:11.99},{&quot;2026-08-07&quot;:11.69},{&quot;2026-08-08&quot;:11.69},{&quot;2026-08-09&quot;:11.67},{&quot;2026-08-10&quot;:11.67},{&quot;2026-08-11&quot;:11.63},{&quot;2026-08-12&quot;:11.63},{&quot;2026-08-13&quot;:11.65},{&quot;2026-08-14&quot;:11.62},{&quot;2026-08-15&quot;:11.58},{&quot;2026-08-16&quot;:11.57},{&quot;2026-08-17&quot;:11.54},{&quot;2026-08-18&quot;:11.44},{&quot;2026-08-19&quot;:11.47},{&quot;2026-08-20&quot;:11.4},{&quot;2026-08-21&quot;:11.42},{&quot;2026-08-22&quot;:11.42},{&quot;2026-08-23&quot;:11.42},{&quot;2026-08-24&quot;:11.47},{&quot;2026-08-25&quot;:11.47},{&quot;2026-08-26&quot;:11.53},{&quot;2026-08-27&quot;:11.48},{&quot;2026-08-28&quot;:11.48},{&quot;2026-08-29&quot;:11.48},{&quot;2026-08-30&quot;:11.46},{&quot;2026-08-31&quot;:11.46},{&quot;2026-09-01&quot;:11.46},{&quot;2026-09-02&quot;:11.46},{&quot;2026-09-03&quot;:11.49},{&quot;2026-09-04&quot;:11.53},{&quot;2026-09-05&quot;:11.61},{&quot;2026-09-06&quot;:11.67},{&quot;2026-09-07&quot;:11.67},{&quot;2026-09-08&quot;:11.72},{&quot;2026-09-09&quot;:11.72},{&quot;2026-09-10&quot;:11.71},{&quot;2026-09-11&quot;:11.71}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.31},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.2},{&quot;2026-06-16&quot;:4.23},{&quot;2026-06-17&quot;:4.18},{&quot;2026-06-18&quot;:4.29},{&quot;2026-06-19&quot;:4.29},{&quot;2026-06-20&quot;:4.01},{&quot;2026-06-21&quot;:3.98},{&quot;2026-06-22&quot;:3.92},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.72},{&quot;2026-06-25&quot;:3.72},{&quot;2026-06-26&quot;:3.55},{&quot;2026-06-27&quot;:3.66},{&quot;2026-06-28&quot;:3.72},{&quot;2026-06-29&quot;:3.75},{&quot;2026-06-30&quot;:3.84},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.86},{&quot;2026-07-03&quot;:3.93},{&quot;2026-07-04&quot;:4.0},{&quot;2026-07-05&quot;:4.01},{&quot;2026-07-06&quot;:4.02},{&quot;2026-07-07&quot;:4.0},{&quot;2026-07-08&quot;:4.0},{&quot;2026-07-09&quot;:4.08},{&quot;2026-07-10&quot;:4.26},{&quot;2026-07-11&quot;:4.21},{&quot;2026-07-12&quot;:4.29},{&quot;2026-07-13&quot;:4.38},{&quot;2026-07-14&quot;:4.15},{&quot;2026-07-15&quot;:4.11},{&quot;2026-07-16&quot;:4.13},{&quot;2026-07-17&quot;:4.22},{&quot;2026-07-18&quot;:4.28},{&quot;2026-07-19&quot;:4.09},{&quot;2026-07-20&quot;:4.06},{&quot;2026-07-21&quot;:4.23},{&quot;2026-07-22&quot;:4.18},{&quot;2026-07-23&quot;:4.29},{&quot;2026-07-24&quot;:4.26},{&quot;2026-07-25&quot;:4.18},{&quot;2026-07-26&quot;:4.22},{&quot;2026-07-27&quot;:4.39},{&quot;2026-07-28&quot;:3.82},{&quot;2026-07-29&quot;:3.98},{&quot;2026-07-30&quot;:3.83},{&quot;2026-07-31&quot;:3.91},{&quot;2026-08-01&quot;:3.94},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.9},{&quot;2026-08-04&quot;:3.95},{&quot;2026-08-05&quot;:3.92},{&quot;2026-08-07&quot;:3.99},{&quot;2026-08-08&quot;:4.08},{&quot;2026-08-09&quot;:4.13},{&quot;2026-08-10&quot;:4.18},{&quot;2026-08-11&quot;:4.26},{&quot;2026-08-12&quot;:4.17},{&quot;2026-08-13&quot;:4.11},{&quot;2026-08-14&quot;:3.98},{&quot;2026-08-15&quot;:4.0},{&quot;2026-08-16&quot;:4.12},{&quot;2026-08-17&quot;:4.25},{&quot;2026-08-18&quot;:4.46},{&quot;2026-08-19&quot;:4.36},{&quot;2026-08-20&quot;:4.14},{&quot;2026-08-21&quot;:3.85},{&quot;2026-08-22&quot;:3.96},{&quot;2026-08-23&quot;:3.78},{&quot;2026-08-24&quot;:3.87},{&quot;2026-08-25&quot;:3.96},{&quot;2026-08-26&quot;:3.88},{&quot;2026-08-27&quot;:3.84},{&quot;2026-08-28&quot;:3.97},{&quot;2026-08-29&quot;:3.97},{&quot;2026-08-30&quot;:4.12},{&quot;2026-08-31&quot;:4.24},{&quot;2026-09-01&quot;:4.18},{&quot;2026-09-02&quot;:4.01},{&quot;2026-09-03&quot;:4.08},{&quot;2026-09-04&quot;:4.01},{&quot;2026-09-05&quot;:3.98},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:4.46},{&quot;2026-09-08&quot;:4.46},{&quot;2026-09-09&quot;:4.58},{&quot;2026-09-10&quot;:4.53},{&quot;2026-09-11&quot;:4.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Improvisation Capstone" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/0/d01fe6e9-49ee-4708-833e-75cd5a9f167c.jpg?1782682936" />

        <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">
            Improvisation Capstone
        </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 — Lesson</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Improvisation Capstone" src="https://cards.scryfall.io/large/front/d/0/d01fe6e9-49ee-4708-833e-75cd5a9f167c.jpg?1782682936" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $11.24
              </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">
                $11.68
              </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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;:12.79},{&quot;2026-06-14&quot;:12.53},{&quot;2026-06-15&quot;:12.62},{&quot;2026-06-16&quot;:12.62},{&quot;2026-06-17&quot;:12.34},{&quot;2026-06-18&quot;:12.41},{&quot;2026-06-19&quot;:12.41},{&quot;2026-06-20&quot;:12.43},{&quot;2026-06-21&quot;:12.21},{&quot;2026-06-22&quot;:11.86},{&quot;2026-06-23&quot;:11.6},{&quot;2026-06-24&quot;:11.67},{&quot;2026-06-25&quot;:11.67},{&quot;2026-06-26&quot;:11.33},{&quot;2026-06-27&quot;:11.02},{&quot;2026-06-28&quot;:10.39},{&quot;2026-06-29&quot;:10.34},{&quot;2026-06-30&quot;:10.4},{&quot;2026-07-01&quot;:10.17},{&quot;2026-07-02&quot;:10.46},{&quot;2026-07-03&quot;:10.31},{&quot;2026-07-04&quot;:10.24},{&quot;2026-07-05&quot;:10.14},{&quot;2026-07-06&quot;:10.26},{&quot;2026-07-07&quot;:10.21},{&quot;2026-07-08&quot;:10.22},{&quot;2026-07-09&quot;:10.32},{&quot;2026-07-10&quot;:10.42},{&quot;2026-07-11&quot;:10.42},{&quot;2026-07-12&quot;:10.43},{&quot;2026-07-13&quot;:10.27},{&quot;2026-07-14&quot;:10.08},{&quot;2026-07-15&quot;:10.14},{&quot;2026-07-16&quot;:10.15},{&quot;2026-07-17&quot;:10.2},{&quot;2026-07-18&quot;:10.32},{&quot;2026-07-19&quot;:10.44},{&quot;2026-07-20&quot;:10.65},{&quot;2026-07-21&quot;:10.82},{&quot;2026-07-22&quot;:10.7},{&quot;2026-07-23&quot;:10.69},{&quot;2026-07-24&quot;:10.44},{&quot;2026-07-25&quot;:10.45},{&quot;2026-07-26&quot;:10.54},{&quot;2026-07-27&quot;:10.78},{&quot;2026-07-28&quot;:11.04},{&quot;2026-07-29&quot;:11.6},{&quot;2026-07-30&quot;:11.68},{&quot;2026-07-31&quot;:11.8},{&quot;2026-08-01&quot;:12.21},{&quot;2026-08-02&quot;:12.54},{&quot;2026-08-03&quot;:12.42},{&quot;2026-08-04&quot;:12.3},{&quot;2026-08-05&quot;:11.98},{&quot;2026-08-07&quot;:12.04},{&quot;2026-08-08&quot;:11.94},{&quot;2026-08-09&quot;:12.01},{&quot;2026-08-10&quot;:11.83},{&quot;2026-08-11&quot;:11.71},{&quot;2026-08-12&quot;:11.51},{&quot;2026-08-13&quot;:11.23},{&quot;2026-08-14&quot;:10.85},{&quot;2026-08-15&quot;:11.21},{&quot;2026-08-16&quot;:11.13},{&quot;2026-08-17&quot;:11.25},{&quot;2026-08-18&quot;:11.45},{&quot;2026-08-19&quot;:11.5},{&quot;2026-08-20&quot;:11.42},{&quot;2026-08-21&quot;:11.6},{&quot;2026-08-22&quot;:11.63},{&quot;2026-08-23&quot;:11.67},{&quot;2026-08-24&quot;:11.76},{&quot;2026-08-25&quot;:11.6},{&quot;2026-08-26&quot;:11.78},{&quot;2026-08-27&quot;:11.77},{&quot;2026-08-28&quot;:11.81},{&quot;2026-08-29&quot;:11.81},{&quot;2026-08-30&quot;:11.87},{&quot;2026-08-31&quot;:11.85},{&quot;2026-09-01&quot;:11.94},{&quot;2026-09-02&quot;:11.78},{&quot;2026-09-03&quot;:11.78},{&quot;2026-09-04&quot;:11.69},{&quot;2026-09-05&quot;:11.67},{&quot;2026-09-06&quot;:11.67},{&quot;2026-09-07&quot;:11.67},{&quot;2026-09-08&quot;:11.82},{&quot;2026-09-09&quot;:11.82},{&quot;2026-09-10&quot;:11.82},{&quot;2026-09-11&quot;:11.68}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.78},{&quot;2026-06-14&quot;:11.76},{&quot;2026-06-15&quot;:11.49},{&quot;2026-06-16&quot;:11.2},{&quot;2026-06-17&quot;:11.22},{&quot;2026-06-18&quot;:10.68},{&quot;2026-06-19&quot;:10.92},{&quot;2026-06-20&quot;:11.5},{&quot;2026-06-21&quot;:10.53},{&quot;2026-06-22&quot;:10.22},{&quot;2026-06-23&quot;:10.24},{&quot;2026-06-24&quot;:10.54},{&quot;2026-06-25&quot;:10.2},{&quot;2026-06-26&quot;:9.77},{&quot;2026-06-27&quot;:9.68},{&quot;2026-06-28&quot;:10.17},{&quot;2026-06-29&quot;:9.74},{&quot;2026-06-30&quot;:9.5},{&quot;2026-07-01&quot;:9.69},{&quot;2026-07-02&quot;:9.81},{&quot;2026-07-03&quot;:9.69},{&quot;2026-07-04&quot;:9.56},{&quot;2026-07-05&quot;:9.63},{&quot;2026-07-06&quot;:9.68},{&quot;2026-07-07&quot;:9.8},{&quot;2026-07-08&quot;:10.4},{&quot;2026-07-09&quot;:10.19},{&quot;2026-07-10&quot;:9.88},{&quot;2026-07-11&quot;:9.56},{&quot;2026-07-12&quot;:9.66},{&quot;2026-07-13&quot;:9.77},{&quot;2026-07-14&quot;:9.78},{&quot;2026-07-15&quot;:10.34},{&quot;2026-07-16&quot;:10.27},{&quot;2026-07-17&quot;:10.63},{&quot;2026-07-18&quot;:10.49},{&quot;2026-07-19&quot;:9.8},{&quot;2026-07-20&quot;:10.07},{&quot;2026-07-21&quot;:10.34},{&quot;2026-07-22&quot;:10.46},{&quot;2026-07-23&quot;:11.23},{&quot;2026-07-24&quot;:10.87},{&quot;2026-07-25&quot;:10.94},{&quot;2026-07-26&quot;:11.06},{&quot;2026-07-27&quot;:10.45},{&quot;2026-07-28&quot;:10.47},{&quot;2026-07-29&quot;:11.13},{&quot;2026-07-30&quot;:11.1},{&quot;2026-07-31&quot;:11.02},{&quot;2026-08-01&quot;:11.35},{&quot;2026-08-02&quot;:10.84},{&quot;2026-08-03&quot;:10.98},{&quot;2026-08-04&quot;:10.7},{&quot;2026-08-05&quot;:10.46},{&quot;2026-08-07&quot;:10.2},{&quot;2026-08-08&quot;:10.44},{&quot;2026-08-09&quot;:10.83},{&quot;2026-08-10&quot;:10.92},{&quot;2026-08-11&quot;:11.28},{&quot;2026-08-12&quot;:10.91},{&quot;2026-08-13&quot;:10.96},{&quot;2026-08-14&quot;:11.3},{&quot;2026-08-15&quot;:11.43},{&quot;2026-08-16&quot;:11.35},{&quot;2026-08-17&quot;:11.0},{&quot;2026-08-18&quot;:11.38},{&quot;2026-08-19&quot;:11.33},{&quot;2026-08-20&quot;:10.61},{&quot;2026-08-21&quot;:11.18},{&quot;2026-08-22&quot;:10.75},{&quot;2026-08-23&quot;:10.38},{&quot;2026-08-24&quot;:10.67},{&quot;2026-08-25&quot;:10.71},{&quot;2026-08-26&quot;:10.84},{&quot;2026-08-27&quot;:10.93},{&quot;2026-08-28&quot;:10.87},{&quot;2026-08-29&quot;:10.87},{&quot;2026-08-30&quot;:10.88},{&quot;2026-08-31&quot;:11.12},{&quot;2026-09-01&quot;:10.98},{&quot;2026-09-02&quot;:10.89},{&quot;2026-09-03&quot;:10.37},{&quot;2026-09-04&quot;:10.94},{&quot;2026-09-05&quot;:11.49},{&quot;2026-09-06&quot;:11.41},{&quot;2026-09-07&quot;:11.64},{&quot;2026-09-08&quot;:12.04},{&quot;2026-09-09&quot;:11.65},{&quot;2026-09-10&quot;:11.65},{&quot;2026-09-11&quot;:11.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="86669"
  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">
            Birds of Paradise
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Bird
      </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">
            $11.62
          </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="Birds of Paradise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e6bc963e-042f-4cdc-be38-de8e386c00b3.jpg?1783931841" />

        <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">
            Birds of Paradise
        </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 — Bird</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="Birds of Paradise" src="https://cards.scryfall.io/large/front/e/6/e6bc963e-042f-4cdc-be38-de8e386c00b3.jpg?1783931841" />
    </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">
                $11.62
              </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.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-10&quot;:12.58},{&quot;2026-06-11&quot;:12.7},{&quot;2026-06-12&quot;:12.74},{&quot;2026-06-13&quot;:12.74},{&quot;2026-06-14&quot;:12.74},{&quot;2026-06-15&quot;:12.74},{&quot;2026-06-16&quot;:12.85},{&quot;2026-06-17&quot;:12.81},{&quot;2026-06-18&quot;:12.81},{&quot;2026-06-19&quot;:12.83},{&quot;2026-06-20&quot;:12.83},{&quot;2026-06-21&quot;:12.83},{&quot;2026-06-22&quot;:12.82},{&quot;2026-06-23&quot;:12.82},{&quot;2026-06-24&quot;:12.82},{&quot;2026-06-25&quot;:12.82},{&quot;2026-06-26&quot;:12.82},{&quot;2026-06-27&quot;:12.82},{&quot;2026-06-28&quot;:12.82},{&quot;2026-06-29&quot;:12.95},{&quot;2026-06-30&quot;:12.95},{&quot;2026-07-01&quot;:12.95},{&quot;2026-07-02&quot;:12.95},{&quot;2026-07-03&quot;:12.9},{&quot;2026-07-04&quot;:12.9},{&quot;2026-07-05&quot;:12.9},{&quot;2026-07-06&quot;:12.9},{&quot;2026-07-07&quot;:12.9},{&quot;2026-07-08&quot;:12.9},{&quot;2026-07-09&quot;:12.9},{&quot;2026-07-10&quot;:12.99},{&quot;2026-07-11&quot;:12.99},{&quot;2026-07-12&quot;:12.99},{&quot;2026-07-13&quot;:12.99},{&quot;2026-07-14&quot;:12.95},{&quot;2026-07-15&quot;:12.95},{&quot;2026-07-16&quot;:12.95},{&quot;2026-07-17&quot;:12.95},{&quot;2026-07-18&quot;:12.95},{&quot;2026-07-19&quot;:12.9},{&quot;2026-07-20&quot;:12.9},{&quot;2026-07-21&quot;:12.9},{&quot;2026-07-23&quot;:13.1},{&quot;2026-07-25&quot;:13.1},{&quot;2026-07-26&quot;:13.24},{&quot;2026-07-27&quot;:13.24},{&quot;2026-07-29&quot;:13.24},{&quot;2026-07-30&quot;:13.24},{&quot;2026-07-31&quot;:13.17},{&quot;2026-08-01&quot;:13.17},{&quot;2026-08-02&quot;:13.01},{&quot;2026-08-03&quot;:13.01},{&quot;2026-08-04&quot;:13.01},{&quot;2026-08-05&quot;:12.65},{&quot;2026-08-07&quot;:12.65},{&quot;2026-08-08&quot;:12.65},{&quot;2026-08-09&quot;:12.5},{&quot;2026-08-10&quot;:12.52},{&quot;2026-08-11&quot;:12.58},{&quot;2026-08-12&quot;:12.36},{&quot;2026-08-13&quot;:12.48},{&quot;2026-08-14&quot;:12.59},{&quot;2026-08-15&quot;:12.59},{&quot;2026-08-16&quot;:12.59},{&quot;2026-08-17&quot;:12.59},{&quot;2026-08-18&quot;:12.35},{&quot;2026-08-19&quot;:11.73},{&quot;2026-08-20&quot;:11.73},{&quot;2026-08-21&quot;:11.62},{&quot;2026-08-22&quot;:11.64},{&quot;2026-08-23&quot;:11.64},{&quot;2026-08-24&quot;:11.58},{&quot;2026-08-25&quot;:11.58},{&quot;2026-08-26&quot;:11.58},{&quot;2026-08-27&quot;:11.58},{&quot;2026-08-28&quot;:11.39},{&quot;2026-08-29&quot;:11.39},{&quot;2026-08-30&quot;:11.39},{&quot;2026-08-31&quot;:11.42},{&quot;2026-09-01&quot;:11.42},{&quot;2026-09-02&quot;:11.45},{&quot;2026-09-03&quot;:11.45},{&quot;2026-09-04&quot;:11.45},{&quot;2026-09-05&quot;:11.4},{&quot;2026-09-06&quot;:11.4},{&quot;2026-09-07&quot;:11.56},{&quot;2026-09-08&quot;:11.56},{&quot;2026-09-09&quot;:11.56},{&quot;2026-09-10&quot;:11.56},{&quot;2026-09-11&quot;:11.62}]}"
        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="53936"
  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-ncc 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">
            Bennie Bracks, Zoologist
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Bennie Bracks, Zoologist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/b/3b21be33-c0f0-4ba9-b283-e498a71323c1.jpg?1783923344" />

        <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">
            Bennie Bracks, Zoologist
        </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 — Elf Druid</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Bennie Bracks, Zoologist" src="https://cards.scryfall.io/large/front/3/b/3b21be33-c0f0-4ba9-b283-e498a71323c1.jpg?1783923344" />
    </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">
                $11.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">
                $14.67
              </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">$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;:11.22},{&quot;2026-06-14&quot;:11.22},{&quot;2026-06-15&quot;:11.22},{&quot;2026-06-16&quot;:11.22},{&quot;2026-06-17&quot;:11.22},{&quot;2026-06-18&quot;:11.22},{&quot;2026-06-19&quot;:11.22},{&quot;2026-06-20&quot;:11.22},{&quot;2026-06-21&quot;:11.22},{&quot;2026-06-22&quot;:11.22},{&quot;2026-06-23&quot;:11.22},{&quot;2026-06-24&quot;:11.22},{&quot;2026-06-25&quot;:11.22},{&quot;2026-06-26&quot;:11.22},{&quot;2026-06-27&quot;:11.22},{&quot;2026-06-28&quot;:11.22},{&quot;2026-06-29&quot;:11.22},{&quot;2026-06-30&quot;:11.22},{&quot;2026-07-01&quot;:11.22},{&quot;2026-07-02&quot;:11.22},{&quot;2026-07-03&quot;:11.22},{&quot;2026-07-04&quot;:11.22},{&quot;2026-07-05&quot;:11.22},{&quot;2026-07-06&quot;:11.22},{&quot;2026-07-07&quot;:11.37},{&quot;2026-07-08&quot;:11.37},{&quot;2026-07-09&quot;:11.37},{&quot;2026-07-10&quot;:11.37},{&quot;2026-07-11&quot;:11.37},{&quot;2026-07-12&quot;:11.37},{&quot;2026-07-13&quot;:11.37},{&quot;2026-07-14&quot;:11.37},{&quot;2026-07-15&quot;:11.37},{&quot;2026-07-16&quot;:11.37},{&quot;2026-07-17&quot;:11.37},{&quot;2026-07-18&quot;:11.37},{&quot;2026-07-19&quot;:11.37},{&quot;2026-07-20&quot;:11.37},{&quot;2026-07-21&quot;:11.37},{&quot;2026-07-22&quot;:11.37},{&quot;2026-07-23&quot;:11.37},{&quot;2026-07-24&quot;:11.37},{&quot;2026-07-25&quot;:11.37},{&quot;2026-07-26&quot;:11.37},{&quot;2026-07-27&quot;:11.37},{&quot;2026-07-28&quot;:11.37},{&quot;2026-07-29&quot;:11.37},{&quot;2026-07-30&quot;:11.37},{&quot;2026-07-31&quot;:11.73},{&quot;2026-08-01&quot;:11.73},{&quot;2026-08-02&quot;:11.73},{&quot;2026-08-03&quot;:11.73},{&quot;2026-08-04&quot;:11.73},{&quot;2026-08-05&quot;:11.9},{&quot;2026-08-07&quot;:11.9},{&quot;2026-08-08&quot;:11.9},{&quot;2026-08-09&quot;:11.9},{&quot;2026-08-10&quot;:11.9},{&quot;2026-08-11&quot;:12.16},{&quot;2026-08-12&quot;:12.16},{&quot;2026-08-13&quot;:12.42},{&quot;2026-08-14&quot;:12.42},{&quot;2026-08-15&quot;:12.42},{&quot;2026-08-16&quot;:12.42},{&quot;2026-08-17&quot;:12.42},{&quot;2026-08-18&quot;:12.42},{&quot;2026-08-19&quot;:12.69},{&quot;2026-08-20&quot;:12.69},{&quot;2026-08-21&quot;:12.69},{&quot;2026-08-22&quot;:12.69},{&quot;2026-08-23&quot;:12.91},{&quot;2026-08-24&quot;:13.15},{&quot;2026-08-25&quot;:13.52},{&quot;2026-08-26&quot;:13.83},{&quot;2026-08-27&quot;:14.07},{&quot;2026-08-28&quot;:14.07},{&quot;2026-08-29&quot;:14.07},{&quot;2026-08-30&quot;:14.07},{&quot;2026-08-31&quot;:14.07},{&quot;2026-09-01&quot;:14.07},{&quot;2026-09-02&quot;:14.07},{&quot;2026-09-03&quot;:14.35},{&quot;2026-09-04&quot;:14.35},{&quot;2026-09-05&quot;:14.42},{&quot;2026-09-06&quot;:14.67},{&quot;2026-09-07&quot;:14.67},{&quot;2026-09-08&quot;:14.67},{&quot;2026-09-09&quot;:14.67},{&quot;2026-09-10&quot;:14.67},{&quot;2026-09-11&quot;:14.67}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:12.56},{&quot;2026-06-14&quot;:12.56},{&quot;2026-06-15&quot;:12.53},{&quot;2026-06-16&quot;:12.71},{&quot;2026-06-17&quot;:12.71},{&quot;2026-06-18&quot;:12.71},{&quot;2026-06-19&quot;:12.85},{&quot;2026-06-20&quot;:12.85},{&quot;2026-06-21&quot;:12.85},{&quot;2026-06-22&quot;:12.93},{&quot;2026-06-23&quot;:12.98},{&quot;2026-06-24&quot;:12.98},{&quot;2026-06-25&quot;:12.98},{&quot;2026-06-26&quot;:12.98},{&quot;2026-06-27&quot;:12.78},{&quot;2026-06-28&quot;:12.78},{&quot;2026-06-29&quot;:12.55},{&quot;2026-06-30&quot;:12.55},{&quot;2026-07-01&quot;:12.55},{&quot;2026-07-02&quot;:12.92},{&quot;2026-07-03&quot;:12.92},{&quot;2026-07-04&quot;:12.91},{&quot;2026-07-05&quot;:12.91},{&quot;2026-07-06&quot;:12.91},{&quot;2026-07-07&quot;:12.94},{&quot;2026-07-08&quot;:12.94},{&quot;2026-07-09&quot;:12.94},{&quot;2026-07-10&quot;:12.94},{&quot;2026-07-11&quot;:12.94},{&quot;2026-07-12&quot;:13.03},{&quot;2026-07-13&quot;:13.03},{&quot;2026-07-14&quot;:13.03},{&quot;2026-07-15&quot;:13.03},{&quot;2026-07-16&quot;:13.03},{&quot;2026-07-17&quot;:13.06},{&quot;2026-07-18&quot;:13.16},{&quot;2026-07-19&quot;:13.16},{&quot;2026-07-20&quot;:13.16},{&quot;2026-07-21&quot;:13.16},{&quot;2026-07-22&quot;:13.16},{&quot;2026-07-23&quot;:13.16},{&quot;2026-07-24&quot;:13.16},{&quot;2026-07-25&quot;:13.16},{&quot;2026-07-26&quot;:13.06},{&quot;2026-07-27&quot;:13.06},{&quot;2026-07-28&quot;:13.06},{&quot;2026-07-29&quot;:13.06},{&quot;2026-07-30&quot;:13.06},{&quot;2026-07-31&quot;:13.06},{&quot;2026-08-01&quot;:13.06},{&quot;2026-08-02&quot;:13.06},{&quot;2026-08-03&quot;:13.06},{&quot;2026-08-04&quot;:13.06},{&quot;2026-08-05&quot;:13.0},{&quot;2026-08-07&quot;:13.0},{&quot;2026-08-08&quot;:13.0},{&quot;2026-08-09&quot;:12.98},{&quot;2026-08-10&quot;:12.98},{&quot;2026-08-11&quot;:12.98},{&quot;2026-08-12&quot;:12.98},{&quot;2026-08-13&quot;:12.76},{&quot;2026-08-14&quot;:12.76},{&quot;2026-08-15&quot;:12.76},{&quot;2026-08-16&quot;:12.72},{&quot;2026-08-17&quot;:12.72},{&quot;2026-08-18&quot;:12.59},{&quot;2026-08-19&quot;:12.37},{&quot;2026-08-20&quot;:12.37},{&quot;2026-08-21&quot;:12.21},{&quot;2026-08-22&quot;:12.07},{&quot;2026-08-23&quot;:12.07},{&quot;2026-08-24&quot;:12.03},{&quot;2026-08-25&quot;:12.03},{&quot;2026-08-26&quot;:11.81},{&quot;2026-08-27&quot;:11.81},{&quot;2026-08-28&quot;:11.69},{&quot;2026-08-29&quot;:11.69},{&quot;2026-08-30&quot;:11.69},{&quot;2026-08-31&quot;:11.54},{&quot;2026-09-01&quot;:11.54},{&quot;2026-09-02&quot;:11.27},{&quot;2026-09-03&quot;:11.3},{&quot;2026-09-04&quot;:11.4},{&quot;2026-09-05&quot;:11.41},{&quot;2026-09-06&quot;:11.48},{&quot;2026-09-07&quot;:11.48},{&quot;2026-09-08&quot;:11.48},{&quot;2026-09-09&quot;:11.42},{&quot;2026-09-10&quot;:11.48},{&quot;2026-09-11&quot;:11.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="29890"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-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">
            Stasis
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.57
          </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="Stasis" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/3/f3d29fed-248d-4547-9455-3d69b1f2787d.jpg?1783947853" />

        <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">
            Stasis
        </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-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="Stasis" src="https://cards.scryfall.io/large/front/f/3/f3d29fed-248d-4547-9455-3d69b1f2787d.jpg?1783947853" />
    </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">
                $11.57
              </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">$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;:13.2},{&quot;2026-06-14&quot;:13.2},{&quot;2026-06-15&quot;:13.2},{&quot;2026-06-16&quot;:12.98},{&quot;2026-06-17&quot;:12.98},{&quot;2026-06-18&quot;:12.98},{&quot;2026-06-19&quot;:12.98},{&quot;2026-06-20&quot;:13.3},{&quot;2026-06-21&quot;:13.41},{&quot;2026-06-22&quot;:13.52},{&quot;2026-06-23&quot;:13.52},{&quot;2026-06-24&quot;:13.52},{&quot;2026-06-25&quot;:13.52},{&quot;2026-06-26&quot;:13.52},{&quot;2026-06-27&quot;:13.52},{&quot;2026-06-28&quot;:13.52},{&quot;2026-06-29&quot;:13.52},{&quot;2026-06-30&quot;:13.52},{&quot;2026-07-01&quot;:13.66},{&quot;2026-07-02&quot;:13.66},{&quot;2026-07-03&quot;:13.62},{&quot;2026-07-04&quot;:13.54},{&quot;2026-07-05&quot;:13.54},{&quot;2026-07-06&quot;:13.54},{&quot;2026-07-07&quot;:13.54},{&quot;2026-07-08&quot;:13.54},{&quot;2026-07-09&quot;:13.54},{&quot;2026-07-10&quot;:13.54},{&quot;2026-07-11&quot;:13.54},{&quot;2026-07-12&quot;:13.54},{&quot;2026-07-13&quot;:13.54},{&quot;2026-07-14&quot;:13.68},{&quot;2026-07-15&quot;:13.68},{&quot;2026-07-16&quot;:13.68},{&quot;2026-07-17&quot;:13.68},{&quot;2026-07-18&quot;:13.68},{&quot;2026-07-19&quot;:13.68},{&quot;2026-07-20&quot;:13.68},{&quot;2026-07-21&quot;:13.68},{&quot;2026-07-22&quot;:13.68},{&quot;2026-07-23&quot;:13.56},{&quot;2026-07-24&quot;:13.56},{&quot;2026-07-25&quot;:13.38},{&quot;2026-07-26&quot;:13.38},{&quot;2026-07-27&quot;:13.38},{&quot;2026-07-28&quot;:13.38},{&quot;2026-07-29&quot;:13.38},{&quot;2026-07-30&quot;:13.28},{&quot;2026-07-31&quot;:13.28},{&quot;2026-08-01&quot;:13.28},{&quot;2026-08-02&quot;:13.28},{&quot;2026-08-03&quot;:13.28},{&quot;2026-08-04&quot;:13.28},{&quot;2026-08-05&quot;:13.28},{&quot;2026-08-07&quot;:13.2},{&quot;2026-08-08&quot;:13.2},{&quot;2026-08-09&quot;:13.2},{&quot;2026-08-10&quot;:13.2},{&quot;2026-08-11&quot;:13.2},{&quot;2026-08-12&quot;:13.0},{&quot;2026-08-13&quot;:13.0},{&quot;2026-08-14&quot;:12.76},{&quot;2026-08-15&quot;:12.76},{&quot;2026-08-16&quot;:12.75},{&quot;2026-08-17&quot;:12.75},{&quot;2026-08-18&quot;:12.75},{&quot;2026-08-19&quot;:12.75},{&quot;2026-08-20&quot;:12.75},{&quot;2026-08-21&quot;:12.75},{&quot;2026-08-22&quot;:12.75},{&quot;2026-08-23&quot;:12.75},{&quot;2026-08-24&quot;:11.12},{&quot;2026-08-25&quot;:11.12},{&quot;2026-08-26&quot;:11.12},{&quot;2026-08-27&quot;:11.12},{&quot;2026-08-28&quot;:11.12},{&quot;2026-08-29&quot;:11.12},{&quot;2026-08-30&quot;:11.32},{&quot;2026-08-31&quot;:11.25},{&quot;2026-09-01&quot;:11.28},{&quot;2026-09-02&quot;:11.28},{&quot;2026-09-03&quot;:11.28},{&quot;2026-09-04&quot;:11.28},{&quot;2026-09-05&quot;:11.28},{&quot;2026-09-06&quot;:11.51},{&quot;2026-09-07&quot;:11.51},{&quot;2026-09-08&quot;:11.83},{&quot;2026-09-09&quot;:11.57},{&quot;2026-09-10&quot;:11.57},{&quot;2026-09-11&quot;:11.57}]}"
        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="37146"
  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-inv 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">
            Holy Day
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.28
          </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="Holy Day" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aa91fd4e-4e1f-4cfa-b10f-456bd875238f.jpg?1783945716" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Holy Day" src="https://cards.scryfall.io/large/front/a/a/aa91fd4e-4e1f-4cfa-b10f-456bd875238f.jpg?1783945716" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.02</span>
              <span class="text-xs text-grey-text">Credit: $0.03</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">$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;:10.19},{&quot;2026-06-14&quot;:12.8},{&quot;2026-06-15&quot;:12.8},{&quot;2026-06-16&quot;:12.8},{&quot;2026-06-17&quot;:12.8},{&quot;2026-06-18&quot;:12.8},{&quot;2026-06-19&quot;:12.8},{&quot;2026-06-20&quot;:12.8},{&quot;2026-06-21&quot;:12.8},{&quot;2026-06-22&quot;:12.8},{&quot;2026-06-23&quot;:12.8},{&quot;2026-06-24&quot;:12.8},{&quot;2026-06-25&quot;:12.8},{&quot;2026-06-26&quot;:12.8},{&quot;2026-06-27&quot;:12.8},{&quot;2026-06-28&quot;:12.8},{&quot;2026-06-29&quot;:12.8},{&quot;2026-06-30&quot;:12.8},{&quot;2026-07-01&quot;:12.8},{&quot;2026-07-02&quot;:12.8},{&quot;2026-07-03&quot;:12.8},{&quot;2026-07-04&quot;:12.8},{&quot;2026-07-05&quot;:11.89},{&quot;2026-07-06&quot;:11.89},{&quot;2026-07-07&quot;:11.89},{&quot;2026-07-08&quot;:11.89},{&quot;2026-07-09&quot;:11.89},{&quot;2026-07-10&quot;:11.89},{&quot;2026-07-11&quot;:11.89},{&quot;2026-07-12&quot;:11.89},{&quot;2026-07-13&quot;:11.89},{&quot;2026-07-14&quot;:11.89},{&quot;2026-07-15&quot;:11.89},{&quot;2026-07-16&quot;:11.89},{&quot;2026-07-17&quot;:11.89},{&quot;2026-07-18&quot;:11.89},{&quot;2026-07-19&quot;:11.89},{&quot;2026-07-20&quot;:11.89},{&quot;2026-07-21&quot;:11.89},{&quot;2026-07-22&quot;:11.89},{&quot;2026-07-23&quot;:11.89},{&quot;2026-07-24&quot;:11.89},{&quot;2026-07-25&quot;:11.89},{&quot;2026-07-26&quot;:11.89},{&quot;2026-07-27&quot;:11.89},{&quot;2026-07-28&quot;:11.89},{&quot;2026-07-29&quot;:11.89},{&quot;2026-07-30&quot;:11.89},{&quot;2026-07-31&quot;:12.29},{&quot;2026-08-01&quot;:12.29},{&quot;2026-08-02&quot;:12.29},{&quot;2026-08-03&quot;:12.29},{&quot;2026-08-04&quot;:12.29},{&quot;2026-08-05&quot;:12.29},{&quot;2026-08-07&quot;:12.29},{&quot;2026-08-08&quot;:12.29},{&quot;2026-08-09&quot;:12.29},{&quot;2026-08-10&quot;:12.29},{&quot;2026-08-11&quot;:12.29},{&quot;2026-08-12&quot;:12.29},{&quot;2026-08-13&quot;:12.29},{&quot;2026-08-14&quot;:12.29},{&quot;2026-08-15&quot;:12.29},{&quot;2026-08-16&quot;:12.29},{&quot;2026-08-17&quot;:12.29},{&quot;2026-08-18&quot;:12.29},{&quot;2026-08-19&quot;:12.29},{&quot;2026-08-20&quot;:12.29},{&quot;2026-08-21&quot;:12.29},{&quot;2026-08-22&quot;:12.29},{&quot;2026-08-23&quot;:12.29},{&quot;2026-08-24&quot;:12.29},{&quot;2026-08-25&quot;:12.29},{&quot;2026-08-26&quot;:12.29},{&quot;2026-08-27&quot;:12.29},{&quot;2026-08-28&quot;:12.29},{&quot;2026-08-29&quot;:12.29},{&quot;2026-08-30&quot;:11.56},{&quot;2026-08-31&quot;:11.56},{&quot;2026-09-01&quot;:11.56},{&quot;2026-09-02&quot;:11.56},{&quot;2026-09-03&quot;:11.56},{&quot;2026-09-04&quot;:11.56},{&quot;2026-09-05&quot;:11.56},{&quot;2026-09-06&quot;:11.56},{&quot;2026-09-07&quot;:11.56},{&quot;2026-09-08&quot;:11.56},{&quot;2026-09-09&quot;:11.56},{&quot;2026-09-10&quot;:11.56},{&quot;2026-09-11&quot;:11.56}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.24},{&quot;2026-06-14&quot;:0.23},{&quot;2026-06-15&quot;:0.23},{&quot;2026-06-16&quot;:0.23},{&quot;2026-06-17&quot;:0.23},{&quot;2026-06-18&quot;:0.23},{&quot;2026-06-19&quot;:0.23},{&quot;2026-06-20&quot;:0.23},{&quot;2026-06-21&quot;:0.23},{&quot;2026-06-22&quot;:0.23},{&quot;2026-06-23&quot;:0.23},{&quot;2026-06-24&quot;:0.23},{&quot;2026-06-25&quot;:0.23},{&quot;2026-06-26&quot;:0.23},{&quot;2026-06-27&quot;:0.23},{&quot;2026-06-28&quot;:0.24},{&quot;2026-06-29&quot;:0.24},{&quot;2026-06-30&quot;:0.24},{&quot;2026-07-01&quot;:0.24},{&quot;2026-07-02&quot;:0.24},{&quot;2026-07-03&quot;:0.24},{&quot;2026-07-04&quot;:0.24},{&quot;2026-07-05&quot;:0.23},{&quot;2026-07-06&quot;:0.24},{&quot;2026-07-07&quot;:0.24},{&quot;2026-07-08&quot;:0.23},{&quot;2026-07-09&quot;:0.23},{&quot;2026-07-10&quot;:0.24},{&quot;2026-07-11&quot;:0.24},{&quot;2026-07-12&quot;:0.24},{&quot;2026-07-13&quot;:0.24},{&quot;2026-07-14&quot;:0.24},{&quot;2026-07-15&quot;:0.24},{&quot;2026-07-16&quot;:0.24},{&quot;2026-07-17&quot;:0.24},{&quot;2026-07-18&quot;:0.24},{&quot;2026-07-19&quot;:0.24},{&quot;2026-07-20&quot;:0.24},{&quot;2026-07-21&quot;:0.24},{&quot;2026-07-22&quot;:0.24},{&quot;2026-07-23&quot;:0.24},{&quot;2026-07-24&quot;:0.25},{&quot;2026-07-25&quot;:0.25},{&quot;2026-07-26&quot;:0.25},{&quot;2026-07-27&quot;:0.25},{&quot;2026-07-28&quot;:0.26},{&quot;2026-07-29&quot;:0.26},{&quot;2026-07-30&quot;:0.26},{&quot;2026-07-31&quot;:0.26},{&quot;2026-08-01&quot;:0.26},{&quot;2026-08-02&quot;:0.26},{&quot;2026-08-03&quot;:0.26},{&quot;2026-08-04&quot;:0.26},{&quot;2026-08-05&quot;:0.26},{&quot;2026-08-07&quot;:0.26},{&quot;2026-08-08&quot;:0.25},{&quot;2026-08-09&quot;:0.25},{&quot;2026-08-10&quot;:0.26},{&quot;2026-08-11&quot;:0.26},{&quot;2026-08-12&quot;:0.26},{&quot;2026-08-13&quot;:0.26},{&quot;2026-08-14&quot;:0.26},{&quot;2026-08-15&quot;:0.26},{&quot;2026-08-16&quot;:0.26},{&quot;2026-08-17&quot;:0.25},{&quot;2026-08-18&quot;:0.26},{&quot;2026-08-19&quot;:0.26},{&quot;2026-08-20&quot;:0.26},{&quot;2026-08-21&quot;:0.26},{&quot;2026-08-22&quot;:0.26},{&quot;2026-08-23&quot;:0.26},{&quot;2026-08-24&quot;:0.26},{&quot;2026-08-25&quot;:0.26},{&quot;2026-08-26&quot;:0.26},{&quot;2026-08-27&quot;:0.26},{&quot;2026-08-28&quot;:0.26},{&quot;2026-08-29&quot;:0.26},{&quot;2026-08-30&quot;:0.26},{&quot;2026-08-31&quot;:0.26},{&quot;2026-09-01&quot;:0.27},{&quot;2026-09-02&quot;:0.27},{&quot;2026-09-03&quot;:0.27},{&quot;2026-09-04&quot;:0.28},{&quot;2026-09-05&quot;:0.28},{&quot;2026-09-06&quot;:0.28},{&quot;2026-09-07&quot;:0.28},{&quot;2026-09-08&quot;:0.28},{&quot;2026-09-09&quot;:0.28},{&quot;2026-09-10&quot;:0.28},{&quot;2026-09-11&quot;:0.28}]}"
        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="48729"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Giver of Runes
        </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-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="Giver of Runes" src="https://cards.scryfall.io/large/front/4/e/4e117771-5a8b-4812-b487-32ba34b7f724.jpg?1783933162" />
    </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">
                $11.55
              </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.81
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:12.57},{&quot;2026-06-14&quot;:12.57},{&quot;2026-06-15&quot;:12.69},{&quot;2026-06-16&quot;:12.69},{&quot;2026-06-17&quot;:12.69},{&quot;2026-06-18&quot;:12.69},{&quot;2026-06-19&quot;:12.69},{&quot;2026-06-20&quot;:12.69},{&quot;2026-06-21&quot;:12.69},{&quot;2026-06-22&quot;:12.69},{&quot;2026-06-23&quot;:12.69},{&quot;2026-06-24&quot;:12.69},{&quot;2026-06-25&quot;:12.69},{&quot;2026-06-26&quot;:12.61},{&quot;2026-06-27&quot;:12.61},{&quot;2026-06-28&quot;:12.55},{&quot;2026-06-29&quot;:12.55},{&quot;2026-06-30&quot;:12.64},{&quot;2026-07-01&quot;:12.64},{&quot;2026-07-02&quot;:12.64},{&quot;2026-07-03&quot;:12.64},{&quot;2026-07-04&quot;:12.64},{&quot;2026-07-05&quot;:12.75},{&quot;2026-07-06&quot;:12.75},{&quot;2026-07-07&quot;:12.74},{&quot;2026-07-08&quot;:12.74},{&quot;2026-07-09&quot;:12.74},{&quot;2026-07-10&quot;:12.74},{&quot;2026-07-11&quot;:12.74},{&quot;2026-07-12&quot;:12.74},{&quot;2026-07-13&quot;:12.82},{&quot;2026-07-14&quot;:13.01},{&quot;2026-07-15&quot;:13.01},{&quot;2026-07-16&quot;:13.01},{&quot;2026-07-17&quot;:13.01},{&quot;2026-07-18&quot;:13.01},{&quot;2026-07-19&quot;:13.13},{&quot;2026-07-20&quot;:13.13},{&quot;2026-07-21&quot;:13.13},{&quot;2026-07-22&quot;:13.13},{&quot;2026-07-23&quot;:13.13},{&quot;2026-07-24&quot;:13.13},{&quot;2026-07-25&quot;:13.13},{&quot;2026-07-26&quot;:13.13},{&quot;2026-07-27&quot;:13.12},{&quot;2026-07-28&quot;:13.12},{&quot;2026-07-29&quot;:13.17},{&quot;2026-07-30&quot;:13.17},{&quot;2026-07-31&quot;:13.17},{&quot;2026-08-01&quot;:13.17},{&quot;2026-08-02&quot;:13.17},{&quot;2026-08-03&quot;:13.21},{&quot;2026-08-04&quot;:13.25},{&quot;2026-08-05&quot;:13.25},{&quot;2026-08-07&quot;:13.25},{&quot;2026-08-08&quot;:13.25},{&quot;2026-08-09&quot;:13.25},{&quot;2026-08-10&quot;:13.4},{&quot;2026-08-11&quot;:13.48},{&quot;2026-08-12&quot;:13.48},{&quot;2026-08-13&quot;:13.48},{&quot;2026-08-14&quot;:13.48},{&quot;2026-08-15&quot;:13.48},{&quot;2026-08-16&quot;:13.58},{&quot;2026-08-17&quot;:13.58},{&quot;2026-08-18&quot;:13.58},{&quot;2026-08-19&quot;:13.58},{&quot;2026-08-20&quot;:13.56},{&quot;2026-08-21&quot;:13.56},{&quot;2026-08-22&quot;:13.69},{&quot;2026-08-23&quot;:13.69},{&quot;2026-08-24&quot;:13.69},{&quot;2026-08-25&quot;:13.69},{&quot;2026-08-26&quot;:13.69},{&quot;2026-08-27&quot;:13.56},{&quot;2026-08-28&quot;:13.56},{&quot;2026-08-29&quot;:13.56},{&quot;2026-08-30&quot;:13.56},{&quot;2026-08-31&quot;:13.56},{&quot;2026-09-01&quot;:13.56},{&quot;2026-09-02&quot;:13.56},{&quot;2026-09-03&quot;:13.68},{&quot;2026-09-04&quot;:13.68},{&quot;2026-09-05&quot;:13.68},{&quot;2026-09-06&quot;:13.68},{&quot;2026-09-07&quot;:13.68},{&quot;2026-09-08&quot;:13.74},{&quot;2026-09-09&quot;:13.74},{&quot;2026-09-10&quot;:13.74},{&quot;2026-09-11&quot;:13.81}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.86},{&quot;2026-06-14&quot;:10.89},{&quot;2026-06-15&quot;:10.94},{&quot;2026-06-16&quot;:10.86},{&quot;2026-06-17&quot;:11.04},{&quot;2026-06-18&quot;:10.97},{&quot;2026-06-19&quot;:10.78},{&quot;2026-06-20&quot;:10.27},{&quot;2026-06-21&quot;:10.32},{&quot;2026-06-22&quot;:10.23},{&quot;2026-06-23&quot;:10.35},{&quot;2026-06-24&quot;:10.41},{&quot;2026-06-25&quot;:10.56},{&quot;2026-06-26&quot;:10.83},{&quot;2026-06-27&quot;:11.09},{&quot;2026-06-28&quot;:11.39},{&quot;2026-06-29&quot;:11.38},{&quot;2026-06-30&quot;:11.55},{&quot;2026-07-01&quot;:11.52},{&quot;2026-07-02&quot;:11.48},{&quot;2026-07-03&quot;:11.48},{&quot;2026-07-04&quot;:11.2},{&quot;2026-07-05&quot;:11.04},{&quot;2026-07-06&quot;:11.2},{&quot;2026-07-07&quot;:11.29},{&quot;2026-07-08&quot;:11.29},{&quot;2026-07-09&quot;:11.23},{&quot;2026-07-10&quot;:11.25},{&quot;2026-07-11&quot;:11.29},{&quot;2026-07-12&quot;:11.43},{&quot;2026-07-13&quot;:11.5},{&quot;2026-07-14&quot;:11.46},{&quot;2026-07-15&quot;:11.47},{&quot;2026-07-16&quot;:11.47},{&quot;2026-07-17&quot;:11.41},{&quot;2026-07-18&quot;:11.3},{&quot;2026-07-19&quot;:11.26},{&quot;2026-07-20&quot;:11.26},{&quot;2026-07-21&quot;:11.55},{&quot;2026-07-22&quot;:11.88},{&quot;2026-07-23&quot;:11.8},{&quot;2026-07-24&quot;:11.8},{&quot;2026-07-25&quot;:11.8},{&quot;2026-07-26&quot;:11.71},{&quot;2026-07-27&quot;:11.72},{&quot;2026-07-28&quot;:11.76},{&quot;2026-07-29&quot;:11.76},{&quot;2026-07-30&quot;:11.82},{&quot;2026-07-31&quot;:11.58},{&quot;2026-08-01&quot;:11.39},{&quot;2026-08-02&quot;:11.17},{&quot;2026-08-03&quot;:10.74},{&quot;2026-08-04&quot;:10.61},{&quot;2026-08-05&quot;:10.8},{&quot;2026-08-07&quot;:11.26},{&quot;2026-08-08&quot;:11.26},{&quot;2026-08-09&quot;:11.25},{&quot;2026-08-10&quot;:11.31},{&quot;2026-08-11&quot;:11.07},{&quot;2026-08-12&quot;:11.18},{&quot;2026-08-13&quot;:11.24},{&quot;2026-08-14&quot;:10.98},{&quot;2026-08-15&quot;:10.75},{&quot;2026-08-16&quot;:10.48},{&quot;2026-08-17&quot;:10.6},{&quot;2026-08-18&quot;:10.77},{&quot;2026-08-19&quot;:10.79},{&quot;2026-08-20&quot;:10.93},{&quot;2026-08-21&quot;:11.33},{&quot;2026-08-22&quot;:11.13},{&quot;2026-08-23&quot;:11.12},{&quot;2026-08-24&quot;:11.27},{&quot;2026-08-25&quot;:11.26},{&quot;2026-08-26&quot;:11.28},{&quot;2026-08-27&quot;:11.44},{&quot;2026-08-28&quot;:11.28},{&quot;2026-08-29&quot;:11.28},{&quot;2026-08-30&quot;:11.32},{&quot;2026-08-31&quot;:11.38},{&quot;2026-09-01&quot;:11.28},{&quot;2026-09-02&quot;:11.08},{&quot;2026-09-03&quot;:11.42},{&quot;2026-09-04&quot;:11.42},{&quot;2026-09-05&quot;:11.33},{&quot;2026-09-06&quot;:11.33},{&quot;2026-09-07&quot;:11.59},{&quot;2026-09-08&quot;:11.68},{&quot;2026-09-09&quot;:11.7},{&quot;2026-09-10&quot;:11.63},{&quot;2026-09-11&quot;:11.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Mox Jasper" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/8/a851d2d3-7e93-4887-bee5-4d6c9aaf9419.jpg?1783907282" />

        <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">
            Mox Jasper
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mox Jasper" src="https://cards.scryfall.io/large/front/a/8/a851d2d3-7e93-4887-bee5-4d6c9aaf9419.jpg?1783907282" />
    </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">
                $11.53
              </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">
                $14.75
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;2026-06-13&quot;:14.95},{&quot;2026-06-14&quot;:15.55},{&quot;2026-06-15&quot;:16.21},{&quot;2026-06-16&quot;:16.23},{&quot;2026-06-17&quot;:16.23},{&quot;2026-06-18&quot;:16.23},{&quot;2026-06-19&quot;:16.23},{&quot;2026-06-20&quot;:16.23},{&quot;2026-06-21&quot;:16.23},{&quot;2026-06-22&quot;:16.23},{&quot;2026-06-23&quot;:16.23},{&quot;2026-06-24&quot;:16.4},{&quot;2026-06-25&quot;:16.4},{&quot;2026-06-26&quot;:16.4},{&quot;2026-06-27&quot;:16.58},{&quot;2026-06-28&quot;:16.58},{&quot;2026-06-29&quot;:16.58},{&quot;2026-06-30&quot;:17.07},{&quot;2026-07-01&quot;:17.07},{&quot;2026-07-02&quot;:17.05},{&quot;2026-07-03&quot;:17.05},{&quot;2026-07-04&quot;:17.05},{&quot;2026-07-05&quot;:17.05},{&quot;2026-07-06&quot;:17.05},{&quot;2026-07-07&quot;:17.13},{&quot;2026-07-08&quot;:17.13},{&quot;2026-07-09&quot;:17.13},{&quot;2026-07-10&quot;:17.11},{&quot;2026-07-11&quot;:17.11},{&quot;2026-07-12&quot;:17.11},{&quot;2026-07-13&quot;:17.11},{&quot;2026-07-14&quot;:17.11},{&quot;2026-07-15&quot;:17.11},{&quot;2026-07-16&quot;:17.25},{&quot;2026-07-17&quot;:17.36},{&quot;2026-07-18&quot;:17.36},{&quot;2026-07-19&quot;:17.43},{&quot;2026-07-20&quot;:17.43},{&quot;2026-07-21&quot;:17.36},{&quot;2026-07-22&quot;:17.36},{&quot;2026-07-23&quot;:17.36},{&quot;2026-07-24&quot;:17.26},{&quot;2026-07-25&quot;:17.19},{&quot;2026-07-26&quot;:17.17},{&quot;2026-07-27&quot;:17.17},{&quot;2026-07-28&quot;:17.17},{&quot;2026-07-29&quot;:17.17},{&quot;2026-07-30&quot;:17.17},{&quot;2026-07-31&quot;:17.17},{&quot;2026-08-01&quot;:17.17},{&quot;2026-08-02&quot;:17.19},{&quot;2026-08-03&quot;:17.18},{&quot;2026-08-04&quot;:17.18},{&quot;2026-08-05&quot;:17.18},{&quot;2026-08-07&quot;:17.05},{&quot;2026-08-08&quot;:17.05},{&quot;2026-08-09&quot;:17.05},{&quot;2026-08-10&quot;:17.05},{&quot;2026-08-11&quot;:17.01},{&quot;2026-08-12&quot;:16.89},{&quot;2026-08-13&quot;:16.7},{&quot;2026-08-14&quot;:16.7},{&quot;2026-08-15&quot;:16.7},{&quot;2026-08-16&quot;:16.7},{&quot;2026-08-17&quot;:15.97},{&quot;2026-08-18&quot;:15.68},{&quot;2026-08-19&quot;:15.52},{&quot;2026-08-20&quot;:15.25},{&quot;2026-08-21&quot;:14.73},{&quot;2026-08-22&quot;:14.49},{&quot;2026-08-23&quot;:14.35},{&quot;2026-08-24&quot;:14.35},{&quot;2026-08-25&quot;:14.49},{&quot;2026-08-26&quot;:14.49},{&quot;2026-08-27&quot;:14.49},{&quot;2026-08-28&quot;:14.6},{&quot;2026-08-29&quot;:14.6},{&quot;2026-08-30&quot;:14.59},{&quot;2026-08-31&quot;:14.61},{&quot;2026-09-01&quot;:14.6},{&quot;2026-09-02&quot;:14.6},{&quot;2026-09-03&quot;:14.67},{&quot;2026-09-04&quot;:14.67},{&quot;2026-09-05&quot;:14.67},{&quot;2026-09-06&quot;:14.65},{&quot;2026-09-07&quot;:14.74},{&quot;2026-09-08&quot;:14.76},{&quot;2026-09-09&quot;:14.76},{&quot;2026-09-10&quot;:14.76},{&quot;2026-09-11&quot;:14.75}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.54},{&quot;2026-06-14&quot;:14.77},{&quot;2026-06-15&quot;:15.09},{&quot;2026-06-16&quot;:14.89},{&quot;2026-06-17&quot;:15.24},{&quot;2026-06-18&quot;:14.73},{&quot;2026-06-19&quot;:14.94},{&quot;2026-06-20&quot;:15.02},{&quot;2026-06-21&quot;:15.07},{&quot;2026-06-22&quot;:15.11},{&quot;2026-06-23&quot;:14.78},{&quot;2026-06-24&quot;:14.85},{&quot;2026-06-25&quot;:15.0},{&quot;2026-06-26&quot;:14.68},{&quot;2026-06-27&quot;:14.25},{&quot;2026-06-28&quot;:14.17},{&quot;2026-06-29&quot;:13.86},{&quot;2026-06-30&quot;:13.66},{&quot;2026-07-01&quot;:12.96},{&quot;2026-07-02&quot;:12.96},{&quot;2026-07-03&quot;:12.97},{&quot;2026-07-04&quot;:12.87},{&quot;2026-07-05&quot;:13.11},{&quot;2026-07-06&quot;:13.21},{&quot;2026-07-07&quot;:13.34},{&quot;2026-07-08&quot;:13.26},{&quot;2026-07-09&quot;:13.06},{&quot;2026-07-10&quot;:12.92},{&quot;2026-07-11&quot;:12.63},{&quot;2026-07-12&quot;:12.5},{&quot;2026-07-13&quot;:12.43},{&quot;2026-07-14&quot;:12.33},{&quot;2026-07-15&quot;:12.29},{&quot;2026-07-16&quot;:12.69},{&quot;2026-07-17&quot;:13.13},{&quot;2026-07-18&quot;:13.08},{&quot;2026-07-19&quot;:13.23},{&quot;2026-07-20&quot;:13.21},{&quot;2026-07-21&quot;:13.25},{&quot;2026-07-22&quot;:13.0},{&quot;2026-07-23&quot;:12.86},{&quot;2026-07-24&quot;:12.71},{&quot;2026-07-25&quot;:12.65},{&quot;2026-07-26&quot;:12.33},{&quot;2026-07-27&quot;:12.27},{&quot;2026-07-28&quot;:11.62},{&quot;2026-07-29&quot;:11.44},{&quot;2026-07-30&quot;:11.46},{&quot;2026-07-31&quot;:11.66},{&quot;2026-08-01&quot;:11.66},{&quot;2026-08-02&quot;:11.81},{&quot;2026-08-03&quot;:11.7},{&quot;2026-08-04&quot;:11.59},{&quot;2026-08-05&quot;:11.36},{&quot;2026-08-07&quot;:11.43},{&quot;2026-08-08&quot;:11.53},{&quot;2026-08-09&quot;:11.54},{&quot;2026-08-10&quot;:11.7},{&quot;2026-08-11&quot;:11.87},{&quot;2026-08-12&quot;:12.06},{&quot;2026-08-13&quot;:12.16},{&quot;2026-08-14&quot;:12.46},{&quot;2026-08-15&quot;:12.77},{&quot;2026-08-16&quot;:12.89},{&quot;2026-08-17&quot;:12.67},{&quot;2026-08-18&quot;:12.7},{&quot;2026-08-19&quot;:12.39},{&quot;2026-08-20&quot;:11.98},{&quot;2026-08-21&quot;:11.96},{&quot;2026-08-22&quot;:11.66},{&quot;2026-08-23&quot;:11.74},{&quot;2026-08-24&quot;:11.67},{&quot;2026-08-25&quot;:11.49},{&quot;2026-08-26&quot;:11.15},{&quot;2026-08-27&quot;:10.9},{&quot;2026-08-28&quot;:10.9},{&quot;2026-08-29&quot;:10.9},{&quot;2026-08-30&quot;:11.22},{&quot;2026-08-31&quot;:11.39},{&quot;2026-09-01&quot;:11.91},{&quot;2026-09-02&quot;:12.07},{&quot;2026-09-03&quot;:11.83},{&quot;2026-09-04&quot;:11.77},{&quot;2026-09-05&quot;:11.74},{&quot;2026-09-06&quot;:11.68},{&quot;2026-09-07&quot;:11.5},{&quot;2026-09-08&quot;:11.46},{&quot;2026-09-09&quot;:11.45},{&quot;2026-09-10&quot;:11.44},{&quot;2026-09-11&quot;:11.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Vito, Thorn of the Dusk Rose" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/f/0fe79ee4-c3f3-4a6b-a967-203ca3b70ee5.jpg?1783930698" />

        <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">
            Vito, Thorn of the Dusk Rose
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vito, Thorn of the Dusk Rose" src="https://cards.scryfall.io/large/front/0/f/0fe79ee4-c3f3-4a6b-a967-203ca3b70ee5.jpg?1783930698" />
    </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">
                $11.52
              </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">
                $11.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">$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;2026-06-13&quot;:11.94},{&quot;2026-06-14&quot;:11.94},{&quot;2026-06-15&quot;:11.94},{&quot;2026-06-16&quot;:11.98},{&quot;2026-06-17&quot;:11.94},{&quot;2026-06-18&quot;:12.15},{&quot;2026-06-19&quot;:12.42},{&quot;2026-06-20&quot;:12.36},{&quot;2026-06-21&quot;:12.45},{&quot;2026-06-22&quot;:12.45},{&quot;2026-06-23&quot;:12.45},{&quot;2026-06-24&quot;:12.45},{&quot;2026-06-25&quot;:12.45},{&quot;2026-06-26&quot;:12.45},{&quot;2026-06-27&quot;:12.1},{&quot;2026-06-28&quot;:12.03},{&quot;2026-06-29&quot;:12.03},{&quot;2026-06-30&quot;:12.09},{&quot;2026-07-01&quot;:11.73},{&quot;2026-07-02&quot;:11.75},{&quot;2026-07-03&quot;:11.66},{&quot;2026-07-04&quot;:11.73},{&quot;2026-07-05&quot;:11.68},{&quot;2026-07-06&quot;:11.63},{&quot;2026-07-07&quot;:11.6},{&quot;2026-07-08&quot;:11.13},{&quot;2026-07-09&quot;:11.09},{&quot;2026-07-10&quot;:11.01},{&quot;2026-07-11&quot;:11.01},{&quot;2026-07-12&quot;:10.97},{&quot;2026-07-13&quot;:10.81},{&quot;2026-07-14&quot;:10.81},{&quot;2026-07-15&quot;:11.04},{&quot;2026-07-16&quot;:10.98},{&quot;2026-07-17&quot;:10.98},{&quot;2026-07-18&quot;:10.98},{&quot;2026-07-19&quot;:10.98},{&quot;2026-07-20&quot;:10.92},{&quot;2026-07-21&quot;:10.92},{&quot;2026-07-22&quot;:10.92},{&quot;2026-07-23&quot;:10.92},{&quot;2026-07-24&quot;:10.92},{&quot;2026-07-25&quot;:10.92},{&quot;2026-07-26&quot;:10.92},{&quot;2026-07-27&quot;:10.92},{&quot;2026-07-28&quot;:11.03},{&quot;2026-07-29&quot;:11.03},{&quot;2026-07-30&quot;:11.16},{&quot;2026-07-31&quot;:11.16},{&quot;2026-08-01&quot;:11.16},{&quot;2026-08-02&quot;:11.16},{&quot;2026-08-03&quot;:11.16},{&quot;2026-08-04&quot;:11.16},{&quot;2026-08-05&quot;:11.16},{&quot;2026-08-07&quot;:11.27},{&quot;2026-08-08&quot;:11.27},{&quot;2026-08-09&quot;:11.6},{&quot;2026-08-10&quot;:11.6},{&quot;2026-08-11&quot;:11.5},{&quot;2026-08-12&quot;:11.5},{&quot;2026-08-13&quot;:11.41},{&quot;2026-08-14&quot;:11.81},{&quot;2026-08-15&quot;:11.63},{&quot;2026-08-16&quot;:11.53},{&quot;2026-08-17&quot;:11.24},{&quot;2026-08-18&quot;:11.29},{&quot;2026-08-19&quot;:11.38},{&quot;2026-08-20&quot;:11.54},{&quot;2026-08-21&quot;:11.45},{&quot;2026-08-22&quot;:11.15},{&quot;2026-08-23&quot;:10.99},{&quot;2026-08-24&quot;:11.42},{&quot;2026-08-25&quot;:11.62},{&quot;2026-08-26&quot;:11.65},{&quot;2026-08-27&quot;:11.79},{&quot;2026-08-28&quot;:11.79},{&quot;2026-08-29&quot;:11.79},{&quot;2026-08-30&quot;:12.14},{&quot;2026-08-31&quot;:12.31},{&quot;2026-09-01&quot;:12.19},{&quot;2026-09-02&quot;:12.06},{&quot;2026-09-03&quot;:12.16},{&quot;2026-09-04&quot;:12.16},{&quot;2026-09-05&quot;:12.16},{&quot;2026-09-06&quot;:11.96},{&quot;2026-09-07&quot;:12.08},{&quot;2026-09-08&quot;:12.08},{&quot;2026-09-09&quot;:12.08},{&quot;2026-09-10&quot;:11.66},{&quot;2026-09-11&quot;:11.66}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:13.29},{&quot;2026-06-14&quot;:13.23},{&quot;2026-06-15&quot;:12.56},{&quot;2026-06-16&quot;:12.83},{&quot;2026-06-17&quot;:12.35},{&quot;2026-06-18&quot;:11.86},{&quot;2026-06-19&quot;:11.69},{&quot;2026-06-20&quot;:11.5},{&quot;2026-06-21&quot;:11.42},{&quot;2026-06-22&quot;:11.56},{&quot;2026-06-23&quot;:11.36},{&quot;2026-06-24&quot;:11.47},{&quot;2026-06-25&quot;:11.35},{&quot;2026-06-26&quot;:10.5},{&quot;2026-06-27&quot;:11.21},{&quot;2026-06-28&quot;:11.28},{&quot;2026-06-29&quot;:11.17},{&quot;2026-06-30&quot;:11.56},{&quot;2026-07-01&quot;:11.55},{&quot;2026-07-02&quot;:11.62},{&quot;2026-07-03&quot;:11.92},{&quot;2026-07-04&quot;:11.75},{&quot;2026-07-05&quot;:12.21},{&quot;2026-07-06&quot;:12.45},{&quot;2026-07-07&quot;:12.49},{&quot;2026-07-08&quot;:12.61},{&quot;2026-07-09&quot;:12.49},{&quot;2026-07-10&quot;:12.28},{&quot;2026-07-11&quot;:12.38},{&quot;2026-07-12&quot;:11.06},{&quot;2026-07-13&quot;:10.11},{&quot;2026-07-14&quot;:10.27},{&quot;2026-07-15&quot;:10.59},{&quot;2026-07-16&quot;:10.82},{&quot;2026-07-17&quot;:11.16},{&quot;2026-07-18&quot;:10.9},{&quot;2026-07-19&quot;:11.05},{&quot;2026-07-20&quot;:10.83},{&quot;2026-07-21&quot;:11.08},{&quot;2026-07-22&quot;:11.27},{&quot;2026-07-23&quot;:11.63},{&quot;2026-07-24&quot;:12.38},{&quot;2026-07-25&quot;:12.09},{&quot;2026-07-26&quot;:12.04},{&quot;2026-07-27&quot;:12.29},{&quot;2026-07-28&quot;:12.04},{&quot;2026-07-29&quot;:11.93},{&quot;2026-07-30&quot;:12.17},{&quot;2026-07-31&quot;:11.64},{&quot;2026-08-01&quot;:11.68},{&quot;2026-08-02&quot;:11.7},{&quot;2026-08-03&quot;:11.53},{&quot;2026-08-04&quot;:11.3},{&quot;2026-08-05&quot;:11.02},{&quot;2026-08-07&quot;:11.59},{&quot;2026-08-08&quot;:11.28},{&quot;2026-08-09&quot;:11.47},{&quot;2026-08-10&quot;:11.75},{&quot;2026-08-11&quot;:11.96},{&quot;2026-08-12&quot;:11.99},{&quot;2026-08-13&quot;:11.93},{&quot;2026-08-14&quot;:11.58},{&quot;2026-08-15&quot;:11.31},{&quot;2026-08-16&quot;:11.16},{&quot;2026-08-17&quot;:10.46},{&quot;2026-08-18&quot;:10.42},{&quot;2026-08-19&quot;:10.71},{&quot;2026-08-20&quot;:10.74},{&quot;2026-08-21&quot;:10.6},{&quot;2026-08-22&quot;:10.58},{&quot;2026-08-23&quot;:10.89},{&quot;2026-08-24&quot;:10.34},{&quot;2026-08-25&quot;:10.3},{&quot;2026-08-26&quot;:10.11},{&quot;2026-08-27&quot;:10.19},{&quot;2026-08-28&quot;:10.69},{&quot;2026-08-29&quot;:10.69},{&quot;2026-08-30&quot;:11.44},{&quot;2026-08-31&quot;:11.51},{&quot;2026-09-01&quot;:12.01},{&quot;2026-09-02&quot;:12.02},{&quot;2026-09-03&quot;:12.14},{&quot;2026-09-04&quot;:11.94},{&quot;2026-09-05&quot;:11.7},{&quot;2026-09-06&quot;:11.36},{&quot;2026-09-07&quot;:11.23},{&quot;2026-09-08&quot;:11.31},{&quot;2026-09-09&quot;:11.66},{&quot;2026-09-10&quot;:11.94},{&quot;2026-09-11&quot;:11.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="57301"
  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">
            Clever Concealment
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Clever Concealment" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fb2f33e3-8055-4fd1-a060-c0cacc091641.jpg?1783918145" />

        <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">
            Clever Concealment
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Clever Concealment" src="https://cards.scryfall.io/large/front/f/b/fb2f33e3-8055-4fd1-a060-c0cacc091641.jpg?1783918145" />
    </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">
                $11.52
              </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">$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-10&quot;:11.97},{&quot;2026-06-11&quot;:11.97},{&quot;2026-06-12&quot;:11.94},{&quot;2026-06-13&quot;:11.95},{&quot;2026-06-14&quot;:11.97},{&quot;2026-06-15&quot;:11.69},{&quot;2026-06-16&quot;:11.81},{&quot;2026-06-17&quot;:11.63},{&quot;2026-06-18&quot;:11.63},{&quot;2026-06-19&quot;:11.64},{&quot;2026-06-20&quot;:11.66},{&quot;2026-06-21&quot;:11.65},{&quot;2026-06-22&quot;:11.6},{&quot;2026-06-23&quot;:11.72},{&quot;2026-06-24&quot;:11.84},{&quot;2026-06-25&quot;:11.98},{&quot;2026-06-26&quot;:11.54},{&quot;2026-06-27&quot;:11.77},{&quot;2026-06-28&quot;:11.63},{&quot;2026-06-29&quot;:11.86},{&quot;2026-06-30&quot;:12.02},{&quot;2026-07-01&quot;:12.02},{&quot;2026-07-02&quot;:12.02},{&quot;2026-07-03&quot;:12.16},{&quot;2026-07-04&quot;:12.33},{&quot;2026-07-05&quot;:12.3},{&quot;2026-07-06&quot;:12.19},{&quot;2026-07-07&quot;:12.31},{&quot;2026-07-08&quot;:12.2},{&quot;2026-07-09&quot;:12.2},{&quot;2026-07-10&quot;:12.2},{&quot;2026-07-11&quot;:12.09},{&quot;2026-07-12&quot;:11.97},{&quot;2026-07-13&quot;:11.85},{&quot;2026-07-14&quot;:11.85},{&quot;2026-07-15&quot;:11.85},{&quot;2026-07-16&quot;:11.96},{&quot;2026-07-17&quot;:11.96},{&quot;2026-07-18&quot;:11.96},{&quot;2026-07-19&quot;:11.96},{&quot;2026-07-20&quot;:11.96},{&quot;2026-07-21&quot;:11.96},{&quot;2026-07-23&quot;:11.7},{&quot;2026-07-25&quot;:11.7},{&quot;2026-07-26&quot;:11.7},{&quot;2026-07-27&quot;:11.87},{&quot;2026-07-29&quot;:11.72},{&quot;2026-07-30&quot;:11.69},{&quot;2026-07-31&quot;:11.69},{&quot;2026-08-01&quot;:11.75},{&quot;2026-08-02&quot;:11.8},{&quot;2026-08-03&quot;:11.61},{&quot;2026-08-04&quot;:11.59},{&quot;2026-08-05&quot;:11.58},{&quot;2026-08-07&quot;:11.58},{&quot;2026-08-08&quot;:11.54},{&quot;2026-08-09&quot;:11.6},{&quot;2026-08-10&quot;:11.57},{&quot;2026-08-11&quot;:11.33},{&quot;2026-08-12&quot;:11.33},{&quot;2026-08-13&quot;:11.33},{&quot;2026-08-14&quot;:11.19},{&quot;2026-08-15&quot;:11.19},{&quot;2026-08-16&quot;:11.19},{&quot;2026-08-17&quot;:10.86},{&quot;2026-08-18&quot;:10.82},{&quot;2026-08-19&quot;:10.82},{&quot;2026-08-20&quot;:10.82},{&quot;2026-08-21&quot;:10.7},{&quot;2026-08-22&quot;:10.63},{&quot;2026-08-23&quot;:10.56},{&quot;2026-08-24&quot;:10.56},{&quot;2026-08-25&quot;:10.56},{&quot;2026-08-26&quot;:10.5},{&quot;2026-08-27&quot;:10.51},{&quot;2026-08-28&quot;:10.45},{&quot;2026-08-29&quot;:10.45},{&quot;2026-08-30&quot;:10.42},{&quot;2026-08-31&quot;:10.5},{&quot;2026-09-01&quot;:10.5},{&quot;2026-09-02&quot;:10.55},{&quot;2026-09-03&quot;:10.74},{&quot;2026-09-04&quot;:10.94},{&quot;2026-09-05&quot;:11.3},{&quot;2026-09-06&quot;:11.31},{&quot;2026-09-07&quot;:11.38},{&quot;2026-09-08&quot;:11.55},{&quot;2026-09-09&quot;:11.52},{&quot;2026-09-10&quot;:11.52},{&quot;2026-09-11&quot;:11.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="20617"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Sen Triplets" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/3/13ac5292-9817-4f5d-b3fa-611f9ba44443.jpg?1783930126" />

        <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">
            Sen Triplets
        </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 — Human Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sen Triplets" src="https://cards.scryfall.io/large/front/1/3/13ac5292-9817-4f5d-b3fa-611f9ba44443.jpg?1783930126" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $11.51
              </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">$4.70</span>
              <span class="text-xs text-grey-text">Credit: $6.11</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">$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;2026-06-13&quot;:10.58},{&quot;2026-06-14&quot;:10.58},{&quot;2026-06-15&quot;:10.58},{&quot;2026-06-16&quot;:10.58},{&quot;2026-06-17&quot;:10.58},{&quot;2026-06-18&quot;:10.58},{&quot;2026-06-19&quot;:10.58},{&quot;2026-06-20&quot;:10.58},{&quot;2026-06-21&quot;:10.58},{&quot;2026-06-22&quot;:10.58},{&quot;2026-06-23&quot;:10.58},{&quot;2026-06-24&quot;:10.58},{&quot;2026-06-25&quot;:10.58},{&quot;2026-06-26&quot;:10.58},{&quot;2026-06-27&quot;:10.58},{&quot;2026-06-28&quot;:10.7},{&quot;2026-06-29&quot;:10.7},{&quot;2026-06-30&quot;:10.7},{&quot;2026-07-01&quot;:10.7},{&quot;2026-07-02&quot;:10.7},{&quot;2026-07-03&quot;:10.7},{&quot;2026-07-04&quot;:10.7},{&quot;2026-07-05&quot;:10.7},{&quot;2026-07-06&quot;:10.7},{&quot;2026-07-07&quot;:10.7},{&quot;2026-07-08&quot;:10.7},{&quot;2026-07-09&quot;:10.7},{&quot;2026-07-10&quot;:10.79},{&quot;2026-07-11&quot;:10.81},{&quot;2026-07-12&quot;:10.81},{&quot;2026-07-13&quot;:10.81},{&quot;2026-07-14&quot;:10.81},{&quot;2026-07-15&quot;:10.81},{&quot;2026-07-16&quot;:10.81},{&quot;2026-07-17&quot;:10.81},{&quot;2026-07-18&quot;:10.81},{&quot;2026-07-19&quot;:10.81},{&quot;2026-07-20&quot;:10.81},{&quot;2026-07-21&quot;:10.81},{&quot;2026-07-22&quot;:10.81},{&quot;2026-07-23&quot;:10.81},{&quot;2026-07-24&quot;:10.81},{&quot;2026-07-25&quot;:10.81},{&quot;2026-07-26&quot;:10.81},{&quot;2026-07-27&quot;:10.81},{&quot;2026-07-28&quot;:10.81},{&quot;2026-07-29&quot;:10.81},{&quot;2026-07-30&quot;:10.81},{&quot;2026-07-31&quot;:10.89},{&quot;2026-08-01&quot;:10.89},{&quot;2026-08-02&quot;:10.89},{&quot;2026-08-03&quot;:10.89},{&quot;2026-08-04&quot;:10.89},{&quot;2026-08-05&quot;:10.89},{&quot;2026-08-07&quot;:10.93},{&quot;2026-08-08&quot;:11.0},{&quot;2026-08-09&quot;:11.0},{&quot;2026-08-10&quot;:11.12},{&quot;2026-08-11&quot;:11.12},{&quot;2026-08-12&quot;:11.12},{&quot;2026-08-13&quot;:11.12},{&quot;2026-08-14&quot;:11.12},{&quot;2026-08-15&quot;:11.28},{&quot;2026-08-16&quot;:11.28},{&quot;2026-08-17&quot;:11.28},{&quot;2026-08-18&quot;:11.32},{&quot;2026-08-19&quot;:11.45},{&quot;2026-08-20&quot;:11.45},{&quot;2026-08-21&quot;:11.45},{&quot;2026-08-22&quot;:11.45},{&quot;2026-08-23&quot;:11.45},{&quot;2026-08-24&quot;:11.45},{&quot;2026-08-25&quot;:11.45},{&quot;2026-08-26&quot;:11.45},{&quot;2026-08-27&quot;:11.45},{&quot;2026-08-28&quot;:11.45},{&quot;2026-08-29&quot;:11.45},{&quot;2026-08-30&quot;:11.45},{&quot;2026-08-31&quot;:11.45},{&quot;2026-09-01&quot;:11.45},{&quot;2026-09-02&quot;:11.45},{&quot;2026-09-03&quot;:11.45},{&quot;2026-09-04&quot;:11.45},{&quot;2026-09-05&quot;:11.44},{&quot;2026-09-06&quot;:11.44},{&quot;2026-09-07&quot;:11.51},{&quot;2026-09-08&quot;:11.51},{&quot;2026-09-09&quot;:11.51},{&quot;2026-09-10&quot;:11.51},{&quot;2026-09-11&quot;:11.51}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.0},{&quot;2026-06-14&quot;:10.0},{&quot;2026-06-15&quot;:10.0},{&quot;2026-06-16&quot;:10.0},{&quot;2026-06-17&quot;:10.0},{&quot;2026-06-18&quot;:10.0},{&quot;2026-06-19&quot;:9.98},{&quot;2026-06-20&quot;:9.98},{&quot;2026-06-21&quot;:9.98},{&quot;2026-06-22&quot;:9.98},{&quot;2026-06-23&quot;:9.98},{&quot;2026-06-24&quot;:9.98},{&quot;2026-06-25&quot;:9.98},{&quot;2026-06-26&quot;:10.14},{&quot;2026-06-27&quot;:10.14},{&quot;2026-06-28&quot;:10.21},{&quot;2026-06-29&quot;:10.39},{&quot;2026-06-30&quot;:10.39},{&quot;2026-07-01&quot;:10.39},{&quot;2026-07-02&quot;:10.39},{&quot;2026-07-03&quot;:10.52},{&quot;2026-07-04&quot;:10.71},{&quot;2026-07-05&quot;:10.72},{&quot;2026-07-06&quot;:10.72},{&quot;2026-07-07&quot;:10.66},{&quot;2026-07-08&quot;:10.66},{&quot;2026-07-09&quot;:10.42},{&quot;2026-07-10&quot;:10.42},{&quot;2026-07-11&quot;:10.36},{&quot;2026-07-12&quot;:10.29},{&quot;2026-07-13&quot;:10.29},{&quot;2026-07-14&quot;:10.36},{&quot;2026-07-15&quot;:10.36},{&quot;2026-07-16&quot;:10.36},{&quot;2026-07-17&quot;:10.36},{&quot;2026-07-18&quot;:10.4},{&quot;2026-07-19&quot;:10.4},{&quot;2026-07-20&quot;:10.4},{&quot;2026-07-21&quot;:10.5},{&quot;2026-07-22&quot;:10.5},{&quot;2026-07-23&quot;:10.5},{&quot;2026-07-24&quot;:10.5},{&quot;2026-07-25&quot;:10.46},{&quot;2026-07-26&quot;:10.46},{&quot;2026-07-27&quot;:10.37},{&quot;2026-07-28&quot;:10.34},{&quot;2026-07-29&quot;:10.34},{&quot;2026-07-30&quot;:10.33},{&quot;2026-07-31&quot;:10.23},{&quot;2026-08-01&quot;:10.23},{&quot;2026-08-02&quot;:10.23},{&quot;2026-08-03&quot;:10.23},{&quot;2026-08-04&quot;:10.2},{&quot;2026-08-05&quot;:10.2},{&quot;2026-08-07&quot;:10.14},{&quot;2026-08-08&quot;:10.07},{&quot;2026-08-09&quot;:10.03},{&quot;2026-08-10&quot;:10.03},{&quot;2026-08-11&quot;:9.92},{&quot;2026-08-12&quot;:9.88},{&quot;2026-08-13&quot;:9.88},{&quot;2026-08-14&quot;:9.88},{&quot;2026-08-15&quot;:9.83},{&quot;2026-08-16&quot;:9.78},{&quot;2026-08-17&quot;:10.11},{&quot;2026-08-18&quot;:10.11},{&quot;2026-08-19&quot;:10.11},{&quot;2026-08-20&quot;:10.11},{&quot;2026-08-21&quot;:10.11},{&quot;2026-08-22&quot;:10.11},{&quot;2026-08-23&quot;:10.11},{&quot;2026-08-24&quot;:10.09},{&quot;2026-08-25&quot;:9.94},{&quot;2026-08-26&quot;:9.94},{&quot;2026-08-27&quot;:9.94},{&quot;2026-08-28&quot;:9.94},{&quot;2026-08-29&quot;:9.94},{&quot;2026-08-30&quot;:9.97},{&quot;2026-08-31&quot;:9.97},{&quot;2026-09-01&quot;:9.97},{&quot;2026-09-02&quot;:9.88},{&quot;2026-09-03&quot;:9.88},{&quot;2026-09-04&quot;:9.88},{&quot;2026-09-05&quot;:9.79},{&quot;2026-09-06&quot;:9.79},{&quot;2026-09-07&quot;:9.79},{&quot;2026-09-08&quot;:9.84},{&quot;2026-09-09&quot;:9.84},{&quot;2026-09-10&quot;:9.84},{&quot;2026-09-11&quot;:9.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="24354"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Gloomlake Verge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/3/83f510b7-4cbd-4883-9c26-c8824bc668ac.jpg?1783909428" />

        <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">
            Gloomlake Verge
        </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="Gloomlake Verge" src="https://cards.scryfall.io/large/front/8/3/83f510b7-4cbd-4883-9c26-c8824bc668ac.jpg?1783909428" />
    </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">
                $11.50
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$10.25</span>
              <span class="text-xs text-grey-text">Credit: $13.33</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;:12.12},{&quot;2026-06-14&quot;:11.95},{&quot;2026-06-15&quot;:11.85},{&quot;2026-06-16&quot;:11.79},{&quot;2026-06-17&quot;:11.79},{&quot;2026-06-18&quot;:11.88},{&quot;2026-06-19&quot;:11.88},{&quot;2026-06-20&quot;:11.84},{&quot;2026-06-21&quot;:11.84},{&quot;2026-06-22&quot;:11.78},{&quot;2026-06-23&quot;:11.78},{&quot;2026-06-24&quot;:11.78},{&quot;2026-06-25&quot;:11.76},{&quot;2026-06-26&quot;:11.76},{&quot;2026-06-27&quot;:11.76},{&quot;2026-06-28&quot;:11.76},{&quot;2026-06-29&quot;:11.74},{&quot;2026-06-30&quot;:11.74},{&quot;2026-07-01&quot;:11.51},{&quot;2026-07-02&quot;:11.51},{&quot;2026-07-03&quot;:11.43},{&quot;2026-07-04&quot;:11.48},{&quot;2026-07-05&quot;:11.48},{&quot;2026-07-06&quot;:11.48},{&quot;2026-07-07&quot;:11.35},{&quot;2026-07-08&quot;:11.27},{&quot;2026-07-09&quot;:11.3},{&quot;2026-07-10&quot;:11.33},{&quot;2026-07-11&quot;:11.34},{&quot;2026-07-12&quot;:11.33},{&quot;2026-07-13&quot;:11.29},{&quot;2026-07-14&quot;:11.29},{&quot;2026-07-15&quot;:11.29},{&quot;2026-07-16&quot;:11.29},{&quot;2026-07-17&quot;:11.29},{&quot;2026-07-18&quot;:11.29},{&quot;2026-07-19&quot;:11.29},{&quot;2026-07-20&quot;:11.29},{&quot;2026-07-21&quot;:11.33},{&quot;2026-07-22&quot;:11.37},{&quot;2026-07-23&quot;:11.33},{&quot;2026-07-24&quot;:11.4},{&quot;2026-07-25&quot;:11.4},{&quot;2026-07-26&quot;:11.35},{&quot;2026-07-27&quot;:11.39},{&quot;2026-07-28&quot;:11.33},{&quot;2026-07-29&quot;:11.33},{&quot;2026-07-30&quot;:11.33},{&quot;2026-07-31&quot;:11.15},{&quot;2026-08-01&quot;:11.15},{&quot;2026-08-02&quot;:11.12},{&quot;2026-08-03&quot;:11.12},{&quot;2026-08-04&quot;:10.98},{&quot;2026-08-05&quot;:10.98},{&quot;2026-08-07&quot;:10.95},{&quot;2026-08-08&quot;:10.95},{&quot;2026-08-09&quot;:10.98},{&quot;2026-08-10&quot;:10.98},{&quot;2026-08-11&quot;:10.87},{&quot;2026-08-12&quot;:10.8},{&quot;2026-08-13&quot;:10.8},{&quot;2026-08-14&quot;:10.8},{&quot;2026-08-15&quot;:10.73},{&quot;2026-08-16&quot;:10.51},{&quot;2026-08-17&quot;:10.67},{&quot;2026-08-18&quot;:10.68},{&quot;2026-08-19&quot;:10.68},{&quot;2026-08-20&quot;:10.74},{&quot;2026-08-21&quot;:10.87},{&quot;2026-08-22&quot;:11.27},{&quot;2026-08-23&quot;:11.27},{&quot;2026-08-24&quot;:11.26},{&quot;2026-08-25&quot;:11.24},{&quot;2026-08-26&quot;:11.39},{&quot;2026-08-27&quot;:11.35},{&quot;2026-08-28&quot;:11.49},{&quot;2026-08-29&quot;:11.49},{&quot;2026-08-30&quot;:11.59},{&quot;2026-08-31&quot;:11.59},{&quot;2026-09-01&quot;:11.79},{&quot;2026-09-02&quot;:11.79},{&quot;2026-09-03&quot;:11.85},{&quot;2026-09-04&quot;:12.0},{&quot;2026-09-05&quot;:12.0},{&quot;2026-09-06&quot;:12.06},{&quot;2026-09-07&quot;:12.06},{&quot;2026-09-08&quot;:12.06},{&quot;2026-09-09&quot;:12.13},{&quot;2026-09-10&quot;:12.14},{&quot;2026-09-11&quot;:11.97}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.48},{&quot;2026-06-14&quot;:10.35},{&quot;2026-06-15&quot;:10.18},{&quot;2026-06-16&quot;:10.4},{&quot;2026-06-17&quot;:10.34},{&quot;2026-06-18&quot;:10.65},{&quot;2026-06-19&quot;:10.79},{&quot;2026-06-20&quot;:10.74},{&quot;2026-06-21&quot;:10.81},{&quot;2026-06-22&quot;:11.07},{&quot;2026-06-23&quot;:11.08},{&quot;2026-06-24&quot;:11.17},{&quot;2026-06-25&quot;:11.04},{&quot;2026-06-26&quot;:10.93},{&quot;2026-06-27&quot;:10.78},{&quot;2026-06-28&quot;:10.79},{&quot;2026-06-29&quot;:10.81},{&quot;2026-06-30&quot;:10.47},{&quot;2026-07-01&quot;:10.01},{&quot;2026-07-02&quot;:9.13},{&quot;2026-07-03&quot;:9.18},{&quot;2026-07-04&quot;:9.2},{&quot;2026-07-05&quot;:8.91},{&quot;2026-07-06&quot;:9.4},{&quot;2026-07-07&quot;:9.97},{&quot;2026-07-08&quot;:9.78},{&quot;2026-07-09&quot;:9.93},{&quot;2026-07-10&quot;:10.05},{&quot;2026-07-11&quot;:10.38},{&quot;2026-07-12&quot;:10.41},{&quot;2026-07-13&quot;:10.62},{&quot;2026-07-14&quot;:10.61},{&quot;2026-07-15&quot;:10.49},{&quot;2026-07-16&quot;:10.12},{&quot;2026-07-17&quot;:9.7},{&quot;2026-07-18&quot;:9.79},{&quot;2026-07-19&quot;:9.9},{&quot;2026-07-20&quot;:10.14},{&quot;2026-07-21&quot;:10.5},{&quot;2026-07-22&quot;:10.57},{&quot;2026-07-23&quot;:10.7},{&quot;2026-07-24&quot;:10.46},{&quot;2026-07-25&quot;:10.39},{&quot;2026-07-26&quot;:10.13},{&quot;2026-07-27&quot;:10.15},{&quot;2026-07-28&quot;:9.98},{&quot;2026-07-29&quot;:9.99},{&quot;2026-07-30&quot;:10.17},{&quot;2026-07-31&quot;:10.31},{&quot;2026-08-01&quot;:10.59},{&quot;2026-08-02&quot;:10.59},{&quot;2026-08-03&quot;:10.87},{&quot;2026-08-04&quot;:10.36},{&quot;2026-08-05&quot;:10.11},{&quot;2026-08-07&quot;:10.77},{&quot;2026-08-08&quot;:10.63},{&quot;2026-08-09&quot;:10.54},{&quot;2026-08-10&quot;:10.54},{&quot;2026-08-11&quot;:10.32},{&quot;2026-08-12&quot;:10.74},{&quot;2026-08-13&quot;:10.79},{&quot;2026-08-14&quot;:10.45},{&quot;2026-08-15&quot;:10.61},{&quot;2026-08-16&quot;:10.22},{&quot;2026-08-17&quot;:10.27},{&quot;2026-08-18&quot;:11.29},{&quot;2026-08-19&quot;:10.96},{&quot;2026-08-20&quot;:10.92},{&quot;2026-08-21&quot;:10.16},{&quot;2026-08-22&quot;:9.91},{&quot;2026-08-23&quot;:10.04},{&quot;2026-08-24&quot;:10.4},{&quot;2026-08-25&quot;:10.54},{&quot;2026-08-26&quot;:10.27},{&quot;2026-08-27&quot;:10.21},{&quot;2026-08-28&quot;:10.18},{&quot;2026-08-29&quot;:10.18},{&quot;2026-08-30&quot;:10.5},{&quot;2026-08-31&quot;:10.62},{&quot;2026-09-01&quot;:11.07},{&quot;2026-09-02&quot;:11.06},{&quot;2026-09-03&quot;:11.59},{&quot;2026-09-04&quot;:11.79},{&quot;2026-09-05&quot;:12.06},{&quot;2026-09-06&quot;:11.85},{&quot;2026-09-07&quot;:11.63},{&quot;2026-09-08&quot;:11.72},{&quot;2026-09-09&quot;:11.84},{&quot;2026-09-10&quot;:11.62},{&quot;2026-09-11&quot;:11.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="41942"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Takenuma, Abandoned Mire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/499037cc-a577-41cb-8ca2-5e117945634f.jpg?1783923812" />

        <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">
            Takenuma, Abandoned Mire
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Takenuma, Abandoned Mire" src="https://cards.scryfall.io/large/front/4/9/499037cc-a577-41cb-8ca2-5e117945634f.jpg?1783923812" />
    </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">
                $11.48
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $11.94
              </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">$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-06-13&quot;:11.4},{&quot;2026-06-14&quot;:11.23},{&quot;2026-06-15&quot;:11.23},{&quot;2026-06-16&quot;:11.23},{&quot;2026-06-17&quot;:11.23},{&quot;2026-06-18&quot;:11.23},{&quot;2026-06-19&quot;:11.23},{&quot;2026-06-20&quot;:11.23},{&quot;2026-06-21&quot;:11.3},{&quot;2026-06-22&quot;:11.26},{&quot;2026-06-23&quot;:11.36},{&quot;2026-06-24&quot;:11.35},{&quot;2026-06-25&quot;:11.34},{&quot;2026-06-26&quot;:11.34},{&quot;2026-06-27&quot;:11.31},{&quot;2026-06-28&quot;:11.31},{&quot;2026-06-29&quot;:11.31},{&quot;2026-06-30&quot;:11.34},{&quot;2026-07-01&quot;:11.4},{&quot;2026-07-02&quot;:11.4},{&quot;2026-07-03&quot;:11.4},{&quot;2026-07-04&quot;:11.4},{&quot;2026-07-05&quot;:11.52},{&quot;2026-07-06&quot;:11.52},{&quot;2026-07-07&quot;:11.41},{&quot;2026-07-08&quot;:11.41},{&quot;2026-07-09&quot;:11.54},{&quot;2026-07-10&quot;:11.41},{&quot;2026-07-11&quot;:11.4},{&quot;2026-07-12&quot;:11.4},{&quot;2026-07-13&quot;:11.4},{&quot;2026-07-14&quot;:11.53},{&quot;2026-07-15&quot;:11.51},{&quot;2026-07-16&quot;:11.51},{&quot;2026-07-17&quot;:11.53},{&quot;2026-07-18&quot;:11.53},{&quot;2026-07-19&quot;:11.53},{&quot;2026-07-20&quot;:11.53},{&quot;2026-07-21&quot;:11.65},{&quot;2026-07-22&quot;:11.65},{&quot;2026-07-23&quot;:11.65},{&quot;2026-07-24&quot;:11.7},{&quot;2026-07-25&quot;:11.79},{&quot;2026-07-26&quot;:11.79},{&quot;2026-07-27&quot;:11.77},{&quot;2026-07-28&quot;:11.91},{&quot;2026-07-29&quot;:11.91},{&quot;2026-07-30&quot;:11.91},{&quot;2026-07-31&quot;:11.88},{&quot;2026-08-01&quot;:11.88},{&quot;2026-08-02&quot;:11.88},{&quot;2026-08-03&quot;:12.16},{&quot;2026-08-04&quot;:12.16},{&quot;2026-08-05&quot;:12.5},{&quot;2026-08-07&quot;:12.5},{&quot;2026-08-08&quot;:12.5},{&quot;2026-08-09&quot;:12.47},{&quot;2026-08-10&quot;:12.43},{&quot;2026-08-11&quot;:12.5},{&quot;2026-08-12&quot;:12.5},{&quot;2026-08-13&quot;:12.5},{&quot;2026-08-14&quot;:12.5},{&quot;2026-08-15&quot;:12.59},{&quot;2026-08-16&quot;:12.52},{&quot;2026-08-17&quot;:12.52},{&quot;2026-08-18&quot;:12.52},{&quot;2026-08-19&quot;:12.61},{&quot;2026-08-20&quot;:12.65},{&quot;2026-08-21&quot;:12.65},{&quot;2026-08-22&quot;:12.77},{&quot;2026-08-23&quot;:12.77},{&quot;2026-08-24&quot;:12.77},{&quot;2026-08-25&quot;:12.77},{&quot;2026-08-26&quot;:12.88},{&quot;2026-08-27&quot;:12.88},{&quot;2026-08-28&quot;:12.82},{&quot;2026-08-29&quot;:12.82},{&quot;2026-08-30&quot;:12.82},{&quot;2026-08-31&quot;:12.82},{&quot;2026-09-01&quot;:12.82},{&quot;2026-09-02&quot;:12.82},{&quot;2026-09-03&quot;:12.82},{&quot;2026-09-04&quot;:12.82},{&quot;2026-09-05&quot;:12.82},{&quot;2026-09-06&quot;:12.76},{&quot;2026-09-07&quot;:12.51},{&quot;2026-09-08&quot;:12.49},{&quot;2026-09-09&quot;:12.3},{&quot;2026-09-10&quot;:12.22},{&quot;2026-09-11&quot;:11.94}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.97},{&quot;2026-06-14&quot;:10.95},{&quot;2026-06-15&quot;:10.74},{&quot;2026-06-16&quot;:10.89},{&quot;2026-06-17&quot;:10.92},{&quot;2026-06-18&quot;:10.82},{&quot;2026-06-19&quot;:10.57},{&quot;2026-06-20&quot;:10.62},{&quot;2026-06-21&quot;:10.6},{&quot;2026-06-22&quot;:10.46},{&quot;2026-06-23&quot;:10.07},{&quot;2026-06-24&quot;:10.2},{&quot;2026-06-25&quot;:10.11},{&quot;2026-06-26&quot;:10.28},{&quot;2026-06-27&quot;:10.43},{&quot;2026-06-28&quot;:10.57},{&quot;2026-06-29&quot;:10.47},{&quot;2026-06-30&quot;:10.66},{&quot;2026-07-01&quot;:10.71},{&quot;2026-07-02&quot;:10.58},{&quot;2026-07-03&quot;:10.68},{&quot;2026-07-04&quot;:10.86},{&quot;2026-07-05&quot;:10.91},{&quot;2026-07-06&quot;:10.98},{&quot;2026-07-07&quot;:11.1},{&quot;2026-07-08&quot;:11.13},{&quot;2026-07-09&quot;:11.42},{&quot;2026-07-10&quot;:11.35},{&quot;2026-07-11&quot;:11.35},{&quot;2026-07-12&quot;:11.29},{&quot;2026-07-13&quot;:11.17},{&quot;2026-07-14&quot;:11.39},{&quot;2026-07-15&quot;:11.49},{&quot;2026-07-16&quot;:11.38},{&quot;2026-07-17&quot;:11.46},{&quot;2026-07-18&quot;:11.51},{&quot;2026-07-19&quot;:11.22},{&quot;2026-07-20&quot;:11.56},{&quot;2026-07-21&quot;:11.63},{&quot;2026-07-22&quot;:11.63},{&quot;2026-07-23&quot;:11.0},{&quot;2026-07-24&quot;:11.31},{&quot;2026-07-25&quot;:11.27},{&quot;2026-07-26&quot;:11.59},{&quot;2026-07-27&quot;:11.9},{&quot;2026-07-28&quot;:12.53},{&quot;2026-07-29&quot;:12.39},{&quot;2026-07-30&quot;:12.38},{&quot;2026-07-31&quot;:12.0},{&quot;2026-08-01&quot;:11.91},{&quot;2026-08-02&quot;:11.57},{&quot;2026-08-03&quot;:11.17},{&quot;2026-08-04&quot;:11.17},{&quot;2026-08-05&quot;:11.04},{&quot;2026-08-07&quot;:11.3},{&quot;2026-08-08&quot;:11.45},{&quot;2026-08-09&quot;:11.46},{&quot;2026-08-10&quot;:11.35},{&quot;2026-08-11&quot;:11.02},{&quot;2026-08-12&quot;:10.99},{&quot;2026-08-13&quot;:10.96},{&quot;2026-08-14&quot;:10.98},{&quot;2026-08-15&quot;:10.81},{&quot;2026-08-16&quot;:11.05},{&quot;2026-08-17&quot;:11.13},{&quot;2026-08-18&quot;:11.26},{&quot;2026-08-19&quot;:11.21},{&quot;2026-08-20&quot;:11.27},{&quot;2026-08-21&quot;:11.17},{&quot;2026-08-22&quot;:10.59},{&quot;2026-08-23&quot;:10.43},{&quot;2026-08-24&quot;:10.63},{&quot;2026-08-25&quot;:10.89},{&quot;2026-08-26&quot;:10.73},{&quot;2026-08-27&quot;:10.67},{&quot;2026-08-28&quot;:10.71},{&quot;2026-08-29&quot;:10.71},{&quot;2026-08-30&quot;:10.8},{&quot;2026-08-31&quot;:11.11},{&quot;2026-09-01&quot;:11.29},{&quot;2026-09-02&quot;:11.37},{&quot;2026-09-03&quot;:11.17},{&quot;2026-09-04&quot;:10.8},{&quot;2026-09-05&quot;:10.54},{&quot;2026-09-06&quot;:10.64},{&quot;2026-09-07&quot;:11.05},{&quot;2026-09-08&quot;:11.18},{&quot;2026-09-09&quot;:11.61},{&quot;2026-09-10&quot;:11.61},{&quot;2026-09-11&quot;:11.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="74966"
  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">
            Muxus, Goblin Grandee
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Muxus, Goblin Grandee" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/9/b96b0b4d-ad94-4f1d-b72a-44559c51c76a.jpg?1783910426" />

        <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">
            Muxus, Goblin Grandee
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Muxus, Goblin Grandee" src="https://cards.scryfall.io/large/front/b/9/b96b0b4d-ad94-4f1d-b72a-44559c51c76a.jpg?1783910426" />
    </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">
                $11.48
              </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;:14.17},{&quot;2026-06-12&quot;:14.23},{&quot;2026-06-13&quot;:14.31},{&quot;2026-06-14&quot;:14.37},{&quot;2026-06-15&quot;:14.37},{&quot;2026-06-16&quot;:13.76},{&quot;2026-06-17&quot;:13.76},{&quot;2026-06-18&quot;:13.8},{&quot;2026-06-19&quot;:13.82},{&quot;2026-06-20&quot;:13.93},{&quot;2026-06-21&quot;:13.93},{&quot;2026-06-22&quot;:13.51},{&quot;2026-06-23&quot;:13.27},{&quot;2026-06-24&quot;:13.25},{&quot;2026-06-25&quot;:13.25},{&quot;2026-06-26&quot;:13.0},{&quot;2026-06-27&quot;:12.92},{&quot;2026-06-28&quot;:12.64},{&quot;2026-06-29&quot;:12.81},{&quot;2026-06-30&quot;:12.74},{&quot;2026-07-01&quot;:12.8},{&quot;2026-07-02&quot;:12.92},{&quot;2026-07-03&quot;:12.77},{&quot;2026-07-04&quot;:12.66},{&quot;2026-07-05&quot;:12.76},{&quot;2026-07-06&quot;:12.86},{&quot;2026-07-07&quot;:12.64},{&quot;2026-07-08&quot;:12.67},{&quot;2026-07-09&quot;:12.73},{&quot;2026-07-10&quot;:12.96},{&quot;2026-07-11&quot;:12.9},{&quot;2026-07-12&quot;:12.9},{&quot;2026-07-13&quot;:12.82},{&quot;2026-07-14&quot;:12.7},{&quot;2026-07-15&quot;:12.84},{&quot;2026-07-16&quot;:12.84},{&quot;2026-07-17&quot;:12.59},{&quot;2026-07-18&quot;:12.47},{&quot;2026-07-19&quot;:12.66},{&quot;2026-07-20&quot;:12.55},{&quot;2026-07-21&quot;:12.59},{&quot;2026-07-23&quot;:12.66},{&quot;2026-07-25&quot;:13.01},{&quot;2026-07-26&quot;:12.82},{&quot;2026-07-27&quot;:12.36},{&quot;2026-07-28&quot;:12.43},{&quot;2026-07-29&quot;:12.43},{&quot;2026-07-30&quot;:12.39},{&quot;2026-07-31&quot;:12.18},{&quot;2026-08-01&quot;:12.41},{&quot;2026-08-02&quot;:11.32},{&quot;2026-08-03&quot;:11.1},{&quot;2026-08-04&quot;:11.09},{&quot;2026-08-05&quot;:11.02},{&quot;2026-08-07&quot;:10.79},{&quot;2026-08-08&quot;:10.72},{&quot;2026-08-09&quot;:11.03},{&quot;2026-08-10&quot;:10.75},{&quot;2026-08-11&quot;:10.82},{&quot;2026-08-12&quot;:11.68},{&quot;2026-08-13&quot;:11.6},{&quot;2026-08-14&quot;:11.58},{&quot;2026-08-15&quot;:11.58},{&quot;2026-08-16&quot;:11.53},{&quot;2026-08-17&quot;:11.21},{&quot;2026-08-18&quot;:10.96},{&quot;2026-08-19&quot;:10.83},{&quot;2026-08-20&quot;:10.83},{&quot;2026-08-21&quot;:10.69},{&quot;2026-08-22&quot;:10.76},{&quot;2026-08-23&quot;:10.88},{&quot;2026-08-24&quot;:11.32},{&quot;2026-08-25&quot;:11.32},{&quot;2026-08-26&quot;:11.27},{&quot;2026-08-27&quot;:11.15},{&quot;2026-08-28&quot;:11.09},{&quot;2026-08-29&quot;:11.09},{&quot;2026-08-30&quot;:11.12},{&quot;2026-08-31&quot;:11.19},{&quot;2026-09-01&quot;:11.19},{&quot;2026-09-02&quot;:11.04},{&quot;2026-09-03&quot;:11.12},{&quot;2026-09-04&quot;:11.19},{&quot;2026-09-05&quot;:11.32},{&quot;2026-09-06&quot;:11.31},{&quot;2026-09-07&quot;:11.32},{&quot;2026-09-08&quot;:11.58},{&quot;2026-09-09&quot;:11.56},{&quot;2026-09-10&quot;:11.56},{&quot;2026-09-11&quot;:11.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="57677"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-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">
            Sword of Forge and Frontier
        </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">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $11.47
          </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="Sword of Forge and Frontier" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/d/2daa3621-8a2c-4b4b-87ac-f981192a0567.jpg?1783917985" />

        <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">
            Sword of Forge and Frontier
        </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-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="Sword of Forge and Frontier" src="https://cards.scryfall.io/large/front/2/d/2daa3621-8a2c-4b4b-87ac-f981192a0567.jpg?1783917985" />
    </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">
                $9.86
              </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">
                $11.47
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$6.80</span>
              <span class="text-xs text-grey-text">Credit: $8.84</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;:12.05},{&quot;2026-06-14&quot;:12.03},{&quot;2026-06-15&quot;:12.03},{&quot;2026-06-16&quot;:12.0},{&quot;2026-06-17&quot;:12.0},{&quot;2026-06-18&quot;:11.91},{&quot;2026-06-19&quot;:11.91},{&quot;2026-06-20&quot;:11.91},{&quot;2026-06-21&quot;:11.91},{&quot;2026-06-22&quot;:11.96},{&quot;2026-06-23&quot;:11.89},{&quot;2026-06-24&quot;:11.89},{&quot;2026-06-25&quot;:11.89},{&quot;2026-06-26&quot;:11.89},{&quot;2026-06-27&quot;:11.89},{&quot;2026-06-28&quot;:11.89},{&quot;2026-06-29&quot;:11.94},{&quot;2026-06-30&quot;:12.03},{&quot;2026-07-01&quot;:12.06},{&quot;2026-07-02&quot;:12.1},{&quot;2026-07-03&quot;:12.1},{&quot;2026-07-04&quot;:12.1},{&quot;2026-07-05&quot;:12.1},{&quot;2026-07-06&quot;:12.1},{&quot;2026-07-07&quot;:12.05},{&quot;2026-07-08&quot;:12.05},{&quot;2026-07-09&quot;:11.92},{&quot;2026-07-10&quot;:11.95},{&quot;2026-07-11&quot;:11.95},{&quot;2026-07-12&quot;:11.95},{&quot;2026-07-13&quot;:11.95},{&quot;2026-07-14&quot;:11.95},{&quot;2026-07-15&quot;:12.01},{&quot;2026-07-16&quot;:12.01},{&quot;2026-07-17&quot;:12.08},{&quot;2026-07-18&quot;:12.05},{&quot;2026-07-19&quot;:12.05},{&quot;2026-07-20&quot;:12.05},{&quot;2026-07-21&quot;:12.05},{&quot;2026-07-22&quot;:12.05},{&quot;2026-07-23&quot;:12.05},{&quot;2026-07-24&quot;:12.05},{&quot;2026-07-25&quot;:12.05},{&quot;2026-07-26&quot;:12.05},{&quot;2026-07-27&quot;:12.05},{&quot;2026-07-28&quot;:12.05},{&quot;2026-07-29&quot;:12.05},{&quot;2026-07-30&quot;:12.05},{&quot;2026-07-31&quot;:12.01},{&quot;2026-08-01&quot;:12.01},{&quot;2026-08-02&quot;:11.91},{&quot;2026-08-03&quot;:12.0},{&quot;2026-08-04&quot;:12.0},{&quot;2026-08-05&quot;:12.09},{&quot;2026-08-07&quot;:12.09},{&quot;2026-08-08&quot;:12.06},{&quot;2026-08-09&quot;:12.06},{&quot;2026-08-10&quot;:12.06},{&quot;2026-08-11&quot;:12.06},{&quot;2026-08-12&quot;:12.01},{&quot;2026-08-13&quot;:12.01},{&quot;2026-08-14&quot;:12.01},{&quot;2026-08-15&quot;:12.01},{&quot;2026-08-16&quot;:12.01},{&quot;2026-08-17&quot;:12.05},{&quot;2026-08-18&quot;:12.05},{&quot;2026-08-19&quot;:12.05},{&quot;2026-08-20&quot;:12.14},{&quot;2026-08-21&quot;:12.14},{&quot;2026-08-22&quot;:12.08},{&quot;2026-08-23&quot;:12.16},{&quot;2026-08-24&quot;:12.16},{&quot;2026-08-25&quot;:12.16},{&quot;2026-08-26&quot;:12.16},{&quot;2026-08-27&quot;:12.16},{&quot;2026-08-28&quot;:12.1},{&quot;2026-08-29&quot;:12.1},{&quot;2026-08-30&quot;:11.93},{&quot;2026-08-31&quot;:11.91},{&quot;2026-09-01&quot;:11.93},{&quot;2026-09-02&quot;:11.93},{&quot;2026-09-03&quot;:11.83},{&quot;2026-09-04&quot;:11.67},{&quot;2026-09-05&quot;:11.67},{&quot;2026-09-06&quot;:11.75},{&quot;2026-09-07&quot;:11.75},{&quot;2026-09-08&quot;:11.75},{&quot;2026-09-09&quot;:11.63},{&quot;2026-09-10&quot;:11.63},{&quot;2026-09-11&quot;:11.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.83},{&quot;2026-06-14&quot;:9.77},{&quot;2026-06-15&quot;:9.5},{&quot;2026-06-16&quot;:9.95},{&quot;2026-06-17&quot;:9.96},{&quot;2026-06-18&quot;:9.98},{&quot;2026-06-19&quot;:9.98},{&quot;2026-06-20&quot;:10.05},{&quot;2026-06-21&quot;:10.0},{&quot;2026-06-22&quot;:10.05},{&quot;2026-06-23&quot;:10.06},{&quot;2026-06-24&quot;:10.04},{&quot;2026-06-25&quot;:10.06},{&quot;2026-06-26&quot;:10.11},{&quot;2026-06-27&quot;:9.97},{&quot;2026-06-28&quot;:9.93},{&quot;2026-06-29&quot;:9.93},{&quot;2026-06-30&quot;:9.92},{&quot;2026-07-01&quot;:10.12},{&quot;2026-07-02&quot;:10.19},{&quot;2026-07-03&quot;:10.19},{&quot;2026-07-04&quot;:10.22},{&quot;2026-07-05&quot;:10.22},{&quot;2026-07-06&quot;:10.22},{&quot;2026-07-07&quot;:10.35},{&quot;2026-07-08&quot;:10.18},{&quot;2026-07-09&quot;:10.08},{&quot;2026-07-10&quot;:9.85},{&quot;2026-07-11&quot;:9.67},{&quot;2026-07-12&quot;:9.86},{&quot;2026-07-13&quot;:9.76},{&quot;2026-07-14&quot;:9.84},{&quot;2026-07-15&quot;:9.93},{&quot;2026-07-16&quot;:10.16},{&quot;2026-07-17&quot;:10.16},{&quot;2026-07-18&quot;:10.31},{&quot;2026-07-19&quot;:10.21},{&quot;2026-07-20&quot;:10.32},{&quot;2026-07-21&quot;:10.41},{&quot;2026-07-22&quot;:10.54},{&quot;2026-07-23&quot;:10.75},{&quot;2026-07-24&quot;:10.68},{&quot;2026-07-25&quot;:10.68},{&quot;2026-07-26&quot;:10.7},{&quot;2026-07-27&quot;:10.57},{&quot;2026-07-28&quot;:10.59},{&quot;2026-07-29&quot;:10.7},{&quot;2026-07-30&quot;:10.77},{&quot;2026-07-31&quot;:10.98},{&quot;2026-08-01&quot;:10.9},{&quot;2026-08-02&quot;:10.92},{&quot;2026-08-03&quot;:10.86},{&quot;2026-08-04&quot;:11.0},{&quot;2026-08-05&quot;:11.01},{&quot;2026-08-07&quot;:10.47},{&quot;2026-08-08&quot;:10.41},{&quot;2026-08-09&quot;:10.25},{&quot;2026-08-10&quot;:10.68},{&quot;2026-08-11&quot;:10.71},{&quot;2026-08-12&quot;:10.72},{&quot;2026-08-13&quot;:10.7},{&quot;2026-08-14&quot;:10.5},{&quot;2026-08-15&quot;:10.82},{&quot;2026-08-16&quot;:10.95},{&quot;2026-08-17&quot;:10.95},{&quot;2026-08-18&quot;:10.95},{&quot;2026-08-19&quot;:10.95},{&quot;2026-08-20&quot;:10.83},{&quot;2026-08-21&quot;:10.72},{&quot;2026-08-22&quot;:10.7},{&quot;2026-08-23&quot;:10.43},{&quot;2026-08-24&quot;:10.39},{&quot;2026-08-25&quot;:10.39},{&quot;2026-08-26&quot;:10.29},{&quot;2026-08-27&quot;:10.32},{&quot;2026-08-28&quot;:10.4},{&quot;2026-08-29&quot;:10.4},{&quot;2026-08-30&quot;:10.42},{&quot;2026-08-31&quot;:10.4},{&quot;2026-09-01&quot;:10.21},{&quot;2026-09-02&quot;:10.16},{&quot;2026-09-03&quot;:10.13},{&quot;2026-09-04&quot;:10.03},{&quot;2026-09-05&quot;:10.03},{&quot;2026-09-06&quot;:9.86},{&quot;2026-09-07&quot;:9.92},{&quot;2026-09-08&quot;:9.98},{&quot;2026-09-09&quot;:9.99},{&quot;2026-09-10&quot;:10.0},{&quot;2026-09-11&quot;:9.86}]}"
        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="95142"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Genji Glove" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/7/f724dde1-84b0-4e3b-a9b8-44cd22bb9f79.jpg?1783906558" />

        <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">
            Genji Glove
        </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-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="Genji Glove" src="https://cards.scryfall.io/large/front/f/7/f724dde1-84b0-4e3b-a9b8-44cd22bb9f79.jpg?1783906558" />
    </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">
                $11.46
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $14.90
              </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">$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-10&quot;:6.42},{&quot;2026-06-11&quot;:6.45},{&quot;2026-06-12&quot;:6.78},{&quot;2026-06-13&quot;:6.91},{&quot;2026-06-14&quot;:6.79},{&quot;2026-06-15&quot;:7.24},{&quot;2026-06-16&quot;:7.46},{&quot;2026-06-17&quot;:7.66},{&quot;2026-06-18&quot;:7.56},{&quot;2026-06-19&quot;:7.66},{&quot;2026-06-20&quot;:7.65},{&quot;2026-06-21&quot;:7.84},{&quot;2026-06-22&quot;:7.73},{&quot;2026-06-23&quot;:7.61},{&quot;2026-06-24&quot;:7.23},{&quot;2026-06-25&quot;:7.22},{&quot;2026-06-26&quot;:6.83},{&quot;2026-06-27&quot;:7.04},{&quot;2026-06-28&quot;:7.09},{&quot;2026-06-29&quot;:7.64},{&quot;2026-06-30&quot;:7.64},{&quot;2026-07-01&quot;:7.53},{&quot;2026-07-02&quot;:7.53},{&quot;2026-07-03&quot;:7.56},{&quot;2026-07-04&quot;:7.86},{&quot;2026-07-05&quot;:7.65},{&quot;2026-07-06&quot;:7.5},{&quot;2026-07-07&quot;:7.63},{&quot;2026-07-08&quot;:7.63},{&quot;2026-07-09&quot;:8.0},{&quot;2026-07-10&quot;:8.1},{&quot;2026-07-11&quot;:7.95},{&quot;2026-07-12&quot;:8.05},{&quot;2026-07-13&quot;:8.19},{&quot;2026-07-14&quot;:8.21},{&quot;2026-07-15&quot;:8.82},{&quot;2026-07-16&quot;:8.79},{&quot;2026-07-17&quot;:8.71},{&quot;2026-07-18&quot;:8.36},{&quot;2026-07-19&quot;:9.15},{&quot;2026-07-20&quot;:8.99},{&quot;2026-07-21&quot;:9.07},{&quot;2026-07-23&quot;:9.73},{&quot;2026-07-25&quot;:10.26},{&quot;2026-07-26&quot;:10.87},{&quot;2026-07-27&quot;:11.03},{&quot;2026-07-29&quot;:11.64},{&quot;2026-07-30&quot;:11.7},{&quot;2026-07-31&quot;:12.0},{&quot;2026-08-01&quot;:11.89},{&quot;2026-08-02&quot;:11.89},{&quot;2026-08-03&quot;:11.25},{&quot;2026-08-04&quot;:11.82},{&quot;2026-08-05&quot;:12.08},{&quot;2026-08-07&quot;:12.32},{&quot;2026-08-08&quot;:12.93},{&quot;2026-08-09&quot;:13.62},{&quot;2026-08-10&quot;:13.52},{&quot;2026-08-11&quot;:13.52},{&quot;2026-08-12&quot;:13.75},{&quot;2026-08-13&quot;:13.76},{&quot;2026-08-14&quot;:14.03},{&quot;2026-08-15&quot;:14.19},{&quot;2026-08-16&quot;:14.18},{&quot;2026-08-17&quot;:14.2},{&quot;2026-08-18&quot;:14.87},{&quot;2026-08-19&quot;:14.87},{&quot;2026-08-20&quot;:14.87},{&quot;2026-08-21&quot;:15.09},{&quot;2026-08-22&quot;:15.09},{&quot;2026-08-23&quot;:14.25},{&quot;2026-08-24&quot;:14.38},{&quot;2026-08-25&quot;:14.38},{&quot;2026-08-26&quot;:14.4},{&quot;2026-08-27&quot;:14.48},{&quot;2026-08-28&quot;:14.48},{&quot;2026-08-29&quot;:14.48},{&quot;2026-08-30&quot;:14.77},{&quot;2026-08-31&quot;:14.68},{&quot;2026-09-01&quot;:14.68},{&quot;2026-09-02&quot;:14.76},{&quot;2026-09-03&quot;:14.55},{&quot;2026-09-04&quot;:14.55},{&quot;2026-09-05&quot;:14.49},{&quot;2026-09-06&quot;:14.49},{&quot;2026-09-07&quot;:14.6},{&quot;2026-09-08&quot;:14.6},{&quot;2026-09-09&quot;:14.64},{&quot;2026-09-10&quot;:14.64},{&quot;2026-09-11&quot;:14.9}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.52},{&quot;2026-06-11&quot;:6.16},{&quot;2026-06-12&quot;:6.33},{&quot;2026-06-13&quot;:6.42},{&quot;2026-06-14&quot;:6.37},{&quot;2026-06-15&quot;:6.5},{&quot;2026-06-16&quot;:6.66},{&quot;2026-06-17&quot;:6.39},{&quot;2026-06-18&quot;:6.08},{&quot;2026-06-19&quot;:7.06},{&quot;2026-06-20&quot;:7.66},{&quot;2026-06-21&quot;:6.77},{&quot;2026-06-22&quot;:7.3},{&quot;2026-06-23&quot;:5.87},{&quot;2026-06-24&quot;:7.03},{&quot;2026-06-25&quot;:5.83},{&quot;2026-06-26&quot;:5.96},{&quot;2026-06-27&quot;:5.87},{&quot;2026-06-28&quot;:6.79},{&quot;2026-06-29&quot;:7.18},{&quot;2026-06-30&quot;:6.45},{&quot;2026-07-01&quot;:7.29},{&quot;2026-07-02&quot;:7.18},{&quot;2026-07-03&quot;:7.31},{&quot;2026-07-04&quot;:7.8},{&quot;2026-07-05&quot;:8.13},{&quot;2026-07-06&quot;:7.91},{&quot;2026-07-07&quot;:8.12},{&quot;2026-07-08&quot;:7.88},{&quot;2026-07-09&quot;:7.22},{&quot;2026-07-10&quot;:8.26},{&quot;2026-07-11&quot;:8.0},{&quot;2026-07-12&quot;:8.52},{&quot;2026-07-13&quot;:8.9},{&quot;2026-07-14&quot;:7.53},{&quot;2026-07-15&quot;:8.69},{&quot;2026-07-16&quot;:8.6},{&quot;2026-07-17&quot;:8.81},{&quot;2026-07-18&quot;:9.5},{&quot;2026-07-19&quot;:8.93},{&quot;2026-07-20&quot;:9.53},{&quot;2026-07-21&quot;:10.33},{&quot;2026-07-23&quot;:10.31},{&quot;2026-07-25&quot;:12.3},{&quot;2026-07-26&quot;:10.35},{&quot;2026-07-27&quot;:10.58},{&quot;2026-07-29&quot;:11.58},{&quot;2026-07-30&quot;:12.5},{&quot;2026-07-31&quot;:13.34},{&quot;2026-08-01&quot;:13.0},{&quot;2026-08-02&quot;:12.32},{&quot;2026-08-03&quot;:12.56},{&quot;2026-08-04&quot;:12.44},{&quot;2026-08-05&quot;:13.27},{&quot;2026-08-07&quot;:11.91},{&quot;2026-08-08&quot;:12.0},{&quot;2026-08-09&quot;:11.56},{&quot;2026-08-10&quot;:11.52},{&quot;2026-08-11&quot;:11.08},{&quot;2026-08-12&quot;:10.06},{&quot;2026-08-13&quot;:8.69},{&quot;2026-08-14&quot;:9.2},{&quot;2026-08-15&quot;:8.39},{&quot;2026-08-16&quot;:9.62},{&quot;2026-08-17&quot;:9.53},{&quot;2026-08-18&quot;:9.39},{&quot;2026-08-19&quot;:9.48},{&quot;2026-08-20&quot;:9.48},{&quot;2026-08-21&quot;:11.06},{&quot;2026-08-22&quot;:10.43},{&quot;2026-08-23&quot;:10.44},{&quot;2026-08-24&quot;:11.52},{&quot;2026-08-25&quot;:11.52},{&quot;2026-08-26&quot;:11.1},{&quot;2026-08-27&quot;:11.1},{&quot;2026-08-28&quot;:10.46},{&quot;2026-08-29&quot;:10.46},{&quot;2026-08-30&quot;:11.0},{&quot;2026-08-31&quot;:11.07},{&quot;2026-09-01&quot;:11.07},{&quot;2026-09-02&quot;:10.87},{&quot;2026-09-03&quot;:11.31},{&quot;2026-09-04&quot;:10.9},{&quot;2026-09-05&quot;:10.96},{&quot;2026-09-06&quot;:10.75},{&quot;2026-09-07&quot;:11.36},{&quot;2026-09-08&quot;:12.32},{&quot;2026-09-09&quot;:12.09},{&quot;2026-09-10&quot;:12.15},{&quot;2026-09-11&quot;:11.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20434"
  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">
            Champion of Lambholt
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Champion of Lambholt" src="https://cards.scryfall.io/large/front/d/c/dcb2e0d6-3181-4d3d-a3b4-3896288b2e0e.jpg?1783930154" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$10.20</span>
              <span class="text-xs text-grey-text">Credit: $13.26</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;:11.45},{&quot;2026-06-12&quot;:11.45},{&quot;2026-06-13&quot;:11.62},{&quot;2026-06-14&quot;:11.62},{&quot;2026-06-15&quot;:11.62},{&quot;2026-06-16&quot;:11.62},{&quot;2026-06-17&quot;:11.55},{&quot;2026-06-18&quot;:11.55},{&quot;2026-06-19&quot;:11.55},{&quot;2026-06-20&quot;:11.55},{&quot;2026-06-21&quot;:11.48},{&quot;2026-06-22&quot;:11.37},{&quot;2026-06-23&quot;:11.28},{&quot;2026-06-24&quot;:11.28},{&quot;2026-06-25&quot;:11.28},{&quot;2026-06-26&quot;:11.28},{&quot;2026-06-27&quot;:11.28},{&quot;2026-06-28&quot;:11.28},{&quot;2026-06-29&quot;:11.39},{&quot;2026-06-30&quot;:11.37},{&quot;2026-07-01&quot;:11.37},{&quot;2026-07-02&quot;:11.37},{&quot;2026-07-03&quot;:11.37},{&quot;2026-07-04&quot;:11.37},{&quot;2026-07-05&quot;:11.39},{&quot;2026-07-06&quot;:11.39},{&quot;2026-07-07&quot;:11.39},{&quot;2026-07-08&quot;:11.39},{&quot;2026-07-09&quot;:11.39},{&quot;2026-07-10&quot;:11.39},{&quot;2026-07-11&quot;:11.39},{&quot;2026-07-12&quot;:11.39},{&quot;2026-07-13&quot;:11.39},{&quot;2026-07-14&quot;:11.39},{&quot;2026-07-15&quot;:11.39},{&quot;2026-07-16&quot;:11.39},{&quot;2026-07-17&quot;:11.39},{&quot;2026-07-18&quot;:11.45},{&quot;2026-07-19&quot;:11.45},{&quot;2026-07-20&quot;:11.45},{&quot;2026-07-21&quot;:11.45},{&quot;2026-07-23&quot;:11.45},{&quot;2026-07-25&quot;:11.45},{&quot;2026-07-26&quot;:11.45},{&quot;2026-07-27&quot;:11.45},{&quot;2026-07-28&quot;:11.45},{&quot;2026-07-29&quot;:11.45},{&quot;2026-07-30&quot;:11.45},{&quot;2026-07-31&quot;:11.45},{&quot;2026-08-01&quot;:11.45},{&quot;2026-08-02&quot;:11.45},{&quot;2026-08-03&quot;:11.45},{&quot;2026-08-04&quot;:11.45},{&quot;2026-08-05&quot;:11.45},{&quot;2026-08-07&quot;:11.44},{&quot;2026-08-08&quot;:11.44},{&quot;2026-08-09&quot;:11.53},{&quot;2026-08-10&quot;:11.53},{&quot;2026-08-11&quot;:11.52},{&quot;2026-08-12&quot;:11.51},{&quot;2026-08-13&quot;:11.51},{&quot;2026-08-14&quot;:11.51},{&quot;2026-08-15&quot;:11.47},{&quot;2026-08-16&quot;:11.47},{&quot;2026-08-17&quot;:11.47},{&quot;2026-08-18&quot;:11.47},{&quot;2026-08-19&quot;:11.47},{&quot;2026-08-20&quot;:11.47},{&quot;2026-08-21&quot;:11.47},{&quot;2026-08-22&quot;:11.42},{&quot;2026-08-23&quot;:11.4},{&quot;2026-08-24&quot;:11.37},{&quot;2026-08-25&quot;:11.37},{&quot;2026-08-26&quot;:11.37},{&quot;2026-08-27&quot;:11.37},{&quot;2026-08-28&quot;:11.37},{&quot;2026-08-29&quot;:11.37},{&quot;2026-08-30&quot;:11.37},{&quot;2026-08-31&quot;:11.37},{&quot;2026-09-01&quot;:11.37},{&quot;2026-09-02&quot;:11.31},{&quot;2026-09-03&quot;:11.31},{&quot;2026-09-04&quot;:11.31},{&quot;2026-09-05&quot;:11.31},{&quot;2026-09-06&quot;:11.31},{&quot;2026-09-07&quot;:11.31},{&quot;2026-09-08&quot;:11.31},{&quot;2026-09-09&quot;:11.31},{&quot;2026-09-10&quot;:11.31},{&quot;2026-09-11&quot;:11.31}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.76},{&quot;2026-06-12&quot;:2.76},{&quot;2026-06-13&quot;:2.71},{&quot;2026-06-14&quot;:2.71},{&quot;2026-06-15&quot;:2.97},{&quot;2026-06-16&quot;:3.03},{&quot;2026-06-17&quot;:3.14},{&quot;2026-06-18&quot;:3.14},{&quot;2026-06-19&quot;:3.14},{&quot;2026-06-20&quot;:3.03},{&quot;2026-06-21&quot;:3.03},{&quot;2026-06-22&quot;:3.03},{&quot;2026-06-23&quot;:3.03},{&quot;2026-06-24&quot;:3.03},{&quot;2026-06-25&quot;:3.05},{&quot;2026-06-26&quot;:3.07},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.06},{&quot;2026-06-30&quot;:3.06},{&quot;2026-07-01&quot;:3.08},{&quot;2026-07-02&quot;:3.09},{&quot;2026-07-03&quot;:3.12},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.16},{&quot;2026-07-06&quot;:3.13},{&quot;2026-07-07&quot;:3.13},{&quot;2026-07-08&quot;:3.33},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.35},{&quot;2026-07-13&quot;:3.35},{&quot;2026-07-14&quot;:3.35},{&quot;2026-07-15&quot;:3.35},{&quot;2026-07-16&quot;:3.37},{&quot;2026-07-17&quot;:3.38},{&quot;2026-07-18&quot;:3.38},{&quot;2026-07-19&quot;:3.41},{&quot;2026-07-20&quot;:3.41},{&quot;2026-07-21&quot;:3.41},{&quot;2026-07-23&quot;:3.34},{&quot;2026-07-25&quot;:3.31},{&quot;2026-07-26&quot;:3.31},{&quot;2026-07-27&quot;:3.17},{&quot;2026-07-28&quot;:3.12},{&quot;2026-07-29&quot;:3.08},{&quot;2026-07-30&quot;:3.08},{&quot;2026-07-31&quot;:3.05},{&quot;2026-08-01&quot;:3.07},{&quot;2026-08-02&quot;:2.97},{&quot;2026-08-03&quot;:2.99},{&quot;2026-08-04&quot;:2.94},{&quot;2026-08-05&quot;:2.89},{&quot;2026-08-07&quot;:3.04},{&quot;2026-08-08&quot;:3.04},{&quot;2026-08-09&quot;:3.1},{&quot;2026-08-10&quot;:3.1},{&quot;2026-08-11&quot;:3.09},{&quot;2026-08-12&quot;:3.09},{&quot;2026-08-13&quot;:3.08},{&quot;2026-08-14&quot;:3.11},{&quot;2026-08-15&quot;:3.11},{&quot;2026-08-16&quot;:3.23},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.29},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.33},{&quot;2026-08-22&quot;:3.33},{&quot;2026-08-23&quot;:3.33},{&quot;2026-08-24&quot;:3.33},{&quot;2026-08-25&quot;:3.33},{&quot;2026-08-26&quot;:3.33},{&quot;2026-08-27&quot;:3.33},{&quot;2026-08-28&quot;:3.33},{&quot;2026-08-29&quot;:3.33},{&quot;2026-08-30&quot;:3.33},{&quot;2026-08-31&quot;:3.33},{&quot;2026-09-01&quot;:3.33},{&quot;2026-09-02&quot;:3.47},{&quot;2026-09-03&quot;:3.47},{&quot;2026-09-04&quot;:3.47},{&quot;2026-09-05&quot;:3.46},{&quot;2026-09-06&quot;:3.46},{&quot;2026-09-07&quot;:3.46},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.6},{&quot;2026-09-10&quot;:3.54},{&quot;2026-09-11&quot;:3.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73064"
  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-brr 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">
            Staff of Domination
        </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">
            $11.23
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Staff of Domination
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Staff of Domination" src="https://cards.scryfall.io/large/front/2/0/20fba37f-d374-4069-ade4-e925f59522c7.jpg?1783919778" />
    </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">
                $11.23
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $14.53
              </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.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;:13.45},{&quot;2026-06-14&quot;:13.45},{&quot;2026-06-15&quot;:13.41},{&quot;2026-06-16&quot;:13.41},{&quot;2026-06-17&quot;:13.37},{&quot;2026-06-18&quot;:13.37},{&quot;2026-06-19&quot;:13.37},{&quot;2026-06-20&quot;:13.37},{&quot;2026-06-21&quot;:13.3},{&quot;2026-06-22&quot;:13.3},{&quot;2026-06-23&quot;:13.3},{&quot;2026-06-24&quot;:13.3},{&quot;2026-06-25&quot;:13.3},{&quot;2026-06-26&quot;:13.3},{&quot;2026-06-27&quot;:13.47},{&quot;2026-06-28&quot;:13.47},{&quot;2026-06-29&quot;:13.53},{&quot;2026-06-30&quot;:13.6},{&quot;2026-07-01&quot;:13.7},{&quot;2026-07-02&quot;:13.7},{&quot;2026-07-03&quot;:13.7},{&quot;2026-07-04&quot;:13.7},{&quot;2026-07-05&quot;:13.7},{&quot;2026-07-06&quot;:13.7},{&quot;2026-07-07&quot;:13.75},{&quot;2026-07-08&quot;:13.75},{&quot;2026-07-09&quot;:13.7},{&quot;2026-07-10&quot;:13.75},{&quot;2026-07-11&quot;:13.75},{&quot;2026-07-12&quot;:13.75},{&quot;2026-07-13&quot;:13.75},{&quot;2026-07-14&quot;:13.75},{&quot;2026-07-15&quot;:13.73},{&quot;2026-07-16&quot;:13.73},{&quot;2026-07-17&quot;:13.78},{&quot;2026-07-18&quot;:13.94},{&quot;2026-07-19&quot;:13.84},{&quot;2026-07-20&quot;:13.84},{&quot;2026-07-21&quot;:13.9},{&quot;2026-07-22&quot;:13.9},{&quot;2026-07-23&quot;:13.9},{&quot;2026-07-24&quot;:13.9},{&quot;2026-07-25&quot;:13.9},{&quot;2026-07-26&quot;:13.9},{&quot;2026-07-27&quot;:13.9},{&quot;2026-07-28&quot;:13.9},{&quot;2026-07-29&quot;:13.9},{&quot;2026-07-30&quot;:13.9},{&quot;2026-07-31&quot;:13.9},{&quot;2026-08-01&quot;:13.9},{&quot;2026-08-02&quot;:13.9},{&quot;2026-08-03&quot;:13.9},{&quot;2026-08-04&quot;:13.9},{&quot;2026-08-05&quot;:13.9},{&quot;2026-08-07&quot;:13.9},{&quot;2026-08-08&quot;:13.89},{&quot;2026-08-09&quot;:13.91},{&quot;2026-08-10&quot;:13.91},{&quot;2026-08-11&quot;:13.91},{&quot;2026-08-12&quot;:13.92},{&quot;2026-08-13&quot;:13.92},{&quot;2026-08-14&quot;:13.92},{&quot;2026-08-15&quot;:14.0},{&quot;2026-08-16&quot;:14.0},{&quot;2026-08-17&quot;:14.0},{&quot;2026-08-18&quot;:14.0},{&quot;2026-08-19&quot;:14.0},{&quot;2026-08-20&quot;:14.0},{&quot;2026-08-21&quot;:14.0},{&quot;2026-08-22&quot;:14.0},{&quot;2026-08-23&quot;:14.0},{&quot;2026-08-24&quot;:14.0},{&quot;2026-08-25&quot;:14.0},{&quot;2026-08-26&quot;:14.19},{&quot;2026-08-27&quot;:14.19},{&quot;2026-08-28&quot;:14.19},{&quot;2026-08-29&quot;:14.19},{&quot;2026-08-30&quot;:14.35},{&quot;2026-08-31&quot;:14.35},{&quot;2026-09-01&quot;:14.35},{&quot;2026-09-02&quot;:14.35},{&quot;2026-09-03&quot;:14.35},{&quot;2026-09-04&quot;:14.35},{&quot;2026-09-05&quot;:14.35},{&quot;2026-09-06&quot;:14.35},{&quot;2026-09-07&quot;:14.35},{&quot;2026-09-08&quot;:14.35},{&quot;2026-09-09&quot;:14.53},{&quot;2026-09-10&quot;:14.53},{&quot;2026-09-11&quot;:14.53}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.19},{&quot;2026-06-14&quot;:11.32},{&quot;2026-06-15&quot;:11.36},{&quot;2026-06-16&quot;:11.36},{&quot;2026-06-17&quot;:11.36},{&quot;2026-06-18&quot;:11.36},{&quot;2026-06-19&quot;:11.29},{&quot;2026-06-20&quot;:11.21},{&quot;2026-06-21&quot;:11.13},{&quot;2026-06-22&quot;:11.08},{&quot;2026-06-23&quot;:10.7},{&quot;2026-06-24&quot;:10.48},{&quot;2026-06-25&quot;:10.33},{&quot;2026-06-26&quot;:10.22},{&quot;2026-06-27&quot;:10.26},{&quot;2026-06-28&quot;:10.04},{&quot;2026-06-29&quot;:10.09},{&quot;2026-06-30&quot;:10.09},{&quot;2026-07-01&quot;:10.02},{&quot;2026-07-02&quot;:9.85},{&quot;2026-07-03&quot;:9.74},{&quot;2026-07-04&quot;:9.89},{&quot;2026-07-05&quot;:9.98},{&quot;2026-07-06&quot;:9.98},{&quot;2026-07-07&quot;:10.03},{&quot;2026-07-08&quot;:9.94},{&quot;2026-07-09&quot;:10.01},{&quot;2026-07-10&quot;:10.11},{&quot;2026-07-11&quot;:10.37},{&quot;2026-07-12&quot;:10.47},{&quot;2026-07-13&quot;:10.52},{&quot;2026-07-14&quot;:10.67},{&quot;2026-07-15&quot;:10.67},{&quot;2026-07-16&quot;:10.67},{&quot;2026-07-17&quot;:10.67},{&quot;2026-07-18&quot;:10.61},{&quot;2026-07-19&quot;:10.61},{&quot;2026-07-20&quot;:11.05},{&quot;2026-07-21&quot;:11.05},{&quot;2026-07-22&quot;:11.05},{&quot;2026-07-23&quot;:11.16},{&quot;2026-07-24&quot;:11.16},{&quot;2026-07-25&quot;:11.3},{&quot;2026-07-26&quot;:11.47},{&quot;2026-07-27&quot;:11.56},{&quot;2026-07-28&quot;:11.68},{&quot;2026-07-29&quot;:11.62},{&quot;2026-07-30&quot;:11.53},{&quot;2026-07-31&quot;:11.53},{&quot;2026-08-01&quot;:11.53},{&quot;2026-08-02&quot;:11.58},{&quot;2026-08-03&quot;:11.4},{&quot;2026-08-04&quot;:11.57},{&quot;2026-08-05&quot;:11.6},{&quot;2026-08-07&quot;:11.66},{&quot;2026-08-08&quot;:11.57},{&quot;2026-08-09&quot;:11.6},{&quot;2026-08-10&quot;:11.6},{&quot;2026-08-11&quot;:11.48},{&quot;2026-08-12&quot;:11.16},{&quot;2026-08-13&quot;:11.11},{&quot;2026-08-14&quot;:11.09},{&quot;2026-08-15&quot;:11.09},{&quot;2026-08-16&quot;:11.19},{&quot;2026-08-17&quot;:11.17},{&quot;2026-08-18&quot;:11.16},{&quot;2026-08-19&quot;:11.26},{&quot;2026-08-20&quot;:11.06},{&quot;2026-08-21&quot;:11.04},{&quot;2026-08-22&quot;:10.9},{&quot;2026-08-23&quot;:10.97},{&quot;2026-08-24&quot;:11.08},{&quot;2026-08-25&quot;:11.08},{&quot;2026-08-26&quot;:10.97},{&quot;2026-08-27&quot;:10.83},{&quot;2026-08-28&quot;:10.49},{&quot;2026-08-29&quot;:10.49},{&quot;2026-08-30&quot;:10.63},{&quot;2026-08-31&quot;:10.63},{&quot;2026-09-01&quot;:10.63},{&quot;2026-09-02&quot;:10.63},{&quot;2026-09-03&quot;:10.71},{&quot;2026-09-04&quot;:10.71},{&quot;2026-09-05&quot;:10.7},{&quot;2026-09-06&quot;:10.73},{&quot;2026-09-07&quot;:10.97},{&quot;2026-09-08&quot;:11.31},{&quot;2026-09-09&quot;:11.23},{&quot;2026-09-10&quot;:11.23},{&quot;2026-09-11&quot;:11.23}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="99144"
  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-ecc 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">
            Springleaf Parade
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Springleaf Parade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/4/44265489-645a-43b0-bc1f-726905b06876.jpg?1782684285" />

        <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">
            Springleaf Parade
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Springleaf Parade" src="https://cards.scryfall.io/large/front/4/4/44265489-645a-43b0-bc1f-726905b06876.jpg?1782684285" />
    </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">
                $11.21
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.00</span>
              <span class="text-xs text-grey-text">Credit: $6.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-12&quot;:9.11},{&quot;2026-06-13&quot;:8.62},{&quot;2026-06-14&quot;:8.8},{&quot;2026-06-15&quot;:9.17},{&quot;2026-06-16&quot;:9.14},{&quot;2026-06-17&quot;:9.19},{&quot;2026-06-18&quot;:9.17},{&quot;2026-06-19&quot;:9.1},{&quot;2026-06-20&quot;:9.11},{&quot;2026-06-21&quot;:9.07},{&quot;2026-06-22&quot;:9.11},{&quot;2026-06-23&quot;:9.14},{&quot;2026-06-24&quot;:9.01},{&quot;2026-06-25&quot;:8.84},{&quot;2026-06-26&quot;:8.77},{&quot;2026-06-27&quot;:8.95},{&quot;2026-06-28&quot;:8.92},{&quot;2026-06-29&quot;:9.1},{&quot;2026-06-30&quot;:9.05},{&quot;2026-07-01&quot;:9.07},{&quot;2026-07-02&quot;:9.14},{&quot;2026-07-03&quot;:9.0},{&quot;2026-07-04&quot;:9.05},{&quot;2026-07-05&quot;:9.03},{&quot;2026-07-06&quot;:9.14},{&quot;2026-07-07&quot;:9.19},{&quot;2026-07-08&quot;:9.0},{&quot;2026-07-09&quot;:8.17},{&quot;2026-07-10&quot;:8.31},{&quot;2026-07-11&quot;:7.97},{&quot;2026-07-12&quot;:8.08},{&quot;2026-07-13&quot;:8.18},{&quot;2026-07-14&quot;:8.3},{&quot;2026-07-15&quot;:8.59},{&quot;2026-07-16&quot;:8.68},{&quot;2026-07-17&quot;:8.56},{&quot;2026-07-18&quot;:8.47},{&quot;2026-07-19&quot;:8.47},{&quot;2026-07-20&quot;:8.68},{&quot;2026-07-21&quot;:8.83},{&quot;2026-07-23&quot;:8.94},{&quot;2026-07-24&quot;:8.92},{&quot;2026-07-25&quot;:9.04},{&quot;2026-07-26&quot;:8.98},{&quot;2026-07-27&quot;:8.51},{&quot;2026-07-28&quot;:8.68},{&quot;2026-07-29&quot;:9.12},{&quot;2026-07-30&quot;:9.4},{&quot;2026-07-31&quot;:9.6},{&quot;2026-08-01&quot;:9.62},{&quot;2026-08-02&quot;:9.68},{&quot;2026-08-03&quot;:9.65},{&quot;2026-08-04&quot;:9.74},{&quot;2026-08-05&quot;:9.96},{&quot;2026-08-07&quot;:10.12},{&quot;2026-08-08&quot;:10.11},{&quot;2026-08-09&quot;:9.98},{&quot;2026-08-10&quot;:10.06},{&quot;2026-08-11&quot;:10.28},{&quot;2026-08-12&quot;:9.77},{&quot;2026-08-13&quot;:9.4},{&quot;2026-08-14&quot;:9.42},{&quot;2026-08-15&quot;:9.64},{&quot;2026-08-16&quot;:9.47},{&quot;2026-08-17&quot;:9.39},{&quot;2026-08-18&quot;:10.0},{&quot;2026-08-19&quot;:10.16},{&quot;2026-08-20&quot;:10.16},{&quot;2026-08-21&quot;:10.17},{&quot;2026-08-22&quot;:10.1},{&quot;2026-08-23&quot;:9.74},{&quot;2026-08-24&quot;:9.65},{&quot;2026-08-25&quot;:9.69},{&quot;2026-08-26&quot;:9.76},{&quot;2026-08-27&quot;:9.89},{&quot;2026-08-28&quot;:9.84},{&quot;2026-08-29&quot;:9.84},{&quot;2026-08-30&quot;:9.64},{&quot;2026-08-31&quot;:9.84},{&quot;2026-09-01&quot;:9.9},{&quot;2026-09-02&quot;:9.75},{&quot;2026-09-03&quot;:9.72},{&quot;2026-09-04&quot;:10.32},{&quot;2026-09-05&quot;:10.78},{&quot;2026-09-06&quot;:10.98},{&quot;2026-09-07&quot;:11.16},{&quot;2026-09-08&quot;:10.44},{&quot;2026-09-09&quot;:10.33},{&quot;2026-09-10&quot;:10.53},{&quot;2026-09-11&quot;:11.21}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="91218"
  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">
            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">
            $11.13
          </span>
        </div>
      </div>
    </div>

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

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

        <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/3/d/3d6e6f2c-30ad-4d7f-ab47-1bcfcaf10da0.jpg?1783908004" />
    </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">
                $11.13
              </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">
                $11.66
              </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">$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;:6.45},{&quot;2026-06-14&quot;:6.55},{&quot;2026-06-15&quot;:6.49},{&quot;2026-06-16&quot;:6.42},{&quot;2026-06-17&quot;:6.37},{&quot;2026-06-18&quot;:6.37},{&quot;2026-06-19&quot;:6.32},{&quot;2026-06-20&quot;:6.29},{&quot;2026-06-21&quot;:6.25},{&quot;2026-06-22&quot;:6.25},{&quot;2026-06-23&quot;:6.34},{&quot;2026-06-24&quot;:6.33},{&quot;2026-06-25&quot;:6.46},{&quot;2026-06-26&quot;:6.44},{&quot;2026-06-27&quot;:6.51},{&quot;2026-06-28&quot;:6.51},{&quot;2026-06-29&quot;:6.19},{&quot;2026-06-30&quot;:6.28},{&quot;2026-07-01&quot;:6.26},{&quot;2026-07-02&quot;:6.34},{&quot;2026-07-03&quot;:6.31},{&quot;2026-07-04&quot;:6.33},{&quot;2026-07-05&quot;:6.33},{&quot;2026-07-06&quot;:6.25},{&quot;2026-07-07&quot;:6.18},{&quot;2026-07-08&quot;:6.71},{&quot;2026-07-09&quot;:6.89},{&quot;2026-07-10&quot;:7.31},{&quot;2026-07-11&quot;:7.54},{&quot;2026-07-12&quot;:7.54},{&quot;2026-07-13&quot;:7.87},{&quot;2026-07-14&quot;:7.87},{&quot;2026-07-15&quot;:8.09},{&quot;2026-07-16&quot;:8.09},{&quot;2026-07-17&quot;:8.09},{&quot;2026-07-18&quot;:8.13},{&quot;2026-07-19&quot;:8.13},{&quot;2026-07-20&quot;:8.13},{&quot;2026-07-21&quot;:8.13},{&quot;2026-07-22&quot;:8.13},{&quot;2026-07-23&quot;:8.15},{&quot;2026-07-24&quot;:8.15},{&quot;2026-07-25&quot;:8.38},{&quot;2026-07-26&quot;:8.73},{&quot;2026-07-27&quot;:8.89},{&quot;2026-07-28&quot;:9.01},{&quot;2026-07-29&quot;:8.95},{&quot;2026-07-30&quot;:8.95},{&quot;2026-07-31&quot;:9.06},{&quot;2026-08-01&quot;:9.06},{&quot;2026-08-02&quot;:9.06},{&quot;2026-08-03&quot;:9.05},{&quot;2026-08-04&quot;:9.16},{&quot;2026-08-05&quot;:9.29},{&quot;2026-08-07&quot;:9.29},{&quot;2026-08-08&quot;:9.5},{&quot;2026-08-09&quot;:9.5},{&quot;2026-08-10&quot;:9.5},{&quot;2026-08-11&quot;:9.62},{&quot;2026-08-12&quot;:9.62},{&quot;2026-08-13&quot;:9.62},{&quot;2026-08-14&quot;:9.76},{&quot;2026-08-15&quot;:9.76},{&quot;2026-08-16&quot;:9.76},{&quot;2026-08-17&quot;:9.76},{&quot;2026-08-18&quot;:9.76},{&quot;2026-08-19&quot;:9.82},{&quot;2026-08-20&quot;:9.7},{&quot;2026-08-21&quot;:9.7},{&quot;2026-08-22&quot;:9.7},{&quot;2026-08-23&quot;:9.7},{&quot;2026-08-24&quot;:9.7},{&quot;2026-08-25&quot;:9.72},{&quot;2026-08-26&quot;:9.72},{&quot;2026-08-27&quot;:9.72},{&quot;2026-08-28&quot;:9.6},{&quot;2026-08-29&quot;:9.6},{&quot;2026-08-30&quot;:9.86},{&quot;2026-08-31&quot;:9.86},{&quot;2026-09-01&quot;:10.21},{&quot;2026-09-02&quot;:10.1},{&quot;2026-09-03&quot;:10.52},{&quot;2026-09-04&quot;:10.53},{&quot;2026-09-05&quot;:10.9},{&quot;2026-09-06&quot;:11.05},{&quot;2026-09-07&quot;:11.05},{&quot;2026-09-08&quot;:11.4},{&quot;2026-09-09&quot;:11.4},{&quot;2026-09-10&quot;:11.44},{&quot;2026-09-11&quot;:11.66}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.54},{&quot;2026-06-14&quot;:5.68},{&quot;2026-06-15&quot;:5.84},{&quot;2026-06-16&quot;:6.26},{&quot;2026-06-17&quot;:6.32},{&quot;2026-06-18&quot;:6.36},{&quot;2026-06-19&quot;:6.13},{&quot;2026-06-20&quot;:5.93},{&quot;2026-06-21&quot;:5.89},{&quot;2026-06-22&quot;:6.02},{&quot;2026-06-23&quot;:6.04},{&quot;2026-06-24&quot;:6.34},{&quot;2026-06-25&quot;:6.34},{&quot;2026-06-26&quot;:6.35},{&quot;2026-06-27&quot;:6.3},{&quot;2026-06-28&quot;:6.33},{&quot;2026-06-29&quot;:6.41},{&quot;2026-06-30&quot;:6.52},{&quot;2026-07-01&quot;:6.41},{&quot;2026-07-02&quot;:6.34},{&quot;2026-07-03&quot;:6.96},{&quot;2026-07-04&quot;:7.68},{&quot;2026-07-05&quot;:7.54},{&quot;2026-07-06&quot;:7.78},{&quot;2026-07-07&quot;:7.81},{&quot;2026-07-08&quot;:7.58},{&quot;2026-07-09&quot;:7.38},{&quot;2026-07-10&quot;:7.35},{&quot;2026-07-11&quot;:7.27},{&quot;2026-07-12&quot;:7.17},{&quot;2026-07-13&quot;:7.08},{&quot;2026-07-14&quot;:7.26},{&quot;2026-07-15&quot;:7.16},{&quot;2026-07-16&quot;:7.23},{&quot;2026-07-17&quot;:7.52},{&quot;2026-07-18&quot;:7.62},{&quot;2026-07-19&quot;:7.89},{&quot;2026-07-20&quot;:8.13},{&quot;2026-07-21&quot;:8.96},{&quot;2026-07-22&quot;:9.16},{&quot;2026-07-23&quot;:9.16},{&quot;2026-07-24&quot;:9.19},{&quot;2026-07-25&quot;:9.4},{&quot;2026-07-26&quot;:9.89},{&quot;2026-07-27&quot;:9.77},{&quot;2026-07-28&quot;:9.6},{&quot;2026-07-29&quot;:9.48},{&quot;2026-07-30&quot;:9.57},{&quot;2026-07-31&quot;:9.33},{&quot;2026-08-01&quot;:9.2},{&quot;2026-08-02&quot;:9.2},{&quot;2026-08-03&quot;:9.2},{&quot;2026-08-04&quot;:9.23},{&quot;2026-08-05&quot;:9.54},{&quot;2026-08-07&quot;:10.36},{&quot;2026-08-08&quot;:11.07},{&quot;2026-08-09&quot;:11.07},{&quot;2026-08-10&quot;:11.5},{&quot;2026-08-11&quot;:11.76},{&quot;2026-08-12&quot;:11.76},{&quot;2026-08-13&quot;:11.77},{&quot;2026-08-14&quot;:11.77},{&quot;2026-08-15&quot;:11.77},{&quot;2026-08-16&quot;:11.95},{&quot;2026-08-17&quot;:11.93},{&quot;2026-08-18&quot;:12.03},{&quot;2026-08-19&quot;:12.03},{&quot;2026-08-20&quot;:11.74},{&quot;2026-08-21&quot;:11.73},{&quot;2026-08-22&quot;:11.82},{&quot;2026-08-23&quot;:11.36},{&quot;2026-08-24&quot;:11.36},{&quot;2026-08-25&quot;:11.36},{&quot;2026-08-26&quot;:11.46},{&quot;2026-08-27&quot;:11.45},{&quot;2026-08-28&quot;:11.37},{&quot;2026-08-29&quot;:11.37},{&quot;2026-08-30&quot;:11.44},{&quot;2026-08-31&quot;:11.41},{&quot;2026-09-01&quot;:11.41},{&quot;2026-09-02&quot;:11.26},{&quot;2026-09-03&quot;:11.32},{&quot;2026-09-04&quot;:11.15},{&quot;2026-09-05&quot;:11.32},{&quot;2026-09-06&quot;:11.7},{&quot;2026-09-07&quot;:11.4},{&quot;2026-09-08&quot;:11.06},{&quot;2026-09-09&quot;:11.06},{&quot;2026-09-10&quot;:11.06},{&quot;2026-09-11&quot;:11.13}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94956"
  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-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">
            Vial Smasher the Fierce
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Vial Smasher the Fierce" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/958077e8-a226-4cb5-839f-35557051c953.jpg?1783906376" />

        <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">
            Vial Smasher 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 — Goblin Berserker</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Vial Smasher the Fierce" src="https://cards.scryfall.io/large/front/9/5/958077e8-a226-4cb5-839f-35557051c953.jpg?1783906376" />
    </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">
                $11.10
              </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">
                $71.71
              </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">$5.00</span>
              <span class="text-xs text-grey-text">Credit: $6.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;2026-06-08&quot;:64.45},{&quot;2026-06-10&quot;:64.45},{&quot;2026-06-11&quot;:64.45},{&quot;2026-06-12&quot;:64.45},{&quot;2026-06-13&quot;:64.45},{&quot;2026-06-14&quot;:64.53},{&quot;2026-06-15&quot;:64.53},{&quot;2026-06-16&quot;:64.53},{&quot;2026-06-17&quot;:64.53},{&quot;2026-06-18&quot;:64.53},{&quot;2026-06-19&quot;:64.21},{&quot;2026-06-20&quot;:64.21},{&quot;2026-06-21&quot;:64.21},{&quot;2026-06-22&quot;:64.23},{&quot;2026-06-24&quot;:64.23},{&quot;2026-06-25&quot;:64.29},{&quot;2026-06-26&quot;:64.29},{&quot;2026-06-27&quot;:64.29},{&quot;2026-06-28&quot;:64.29},{&quot;2026-06-29&quot;:64.15},{&quot;2026-06-30&quot;:64.19},{&quot;2026-07-01&quot;:64.16},{&quot;2026-07-02&quot;:64.16},{&quot;2026-07-03&quot;:64.19},{&quot;2026-07-04&quot;:64.19},{&quot;2026-07-05&quot;:64.17},{&quot;2026-07-06&quot;:64.17},{&quot;2026-07-07&quot;:64.87},{&quot;2026-07-08&quot;:64.87},{&quot;2026-07-09&quot;:64.87},{&quot;2026-07-10&quot;:64.87},{&quot;2026-07-11&quot;:64.69},{&quot;2026-07-12&quot;:64.69},{&quot;2026-07-13&quot;:64.99},{&quot;2026-07-14&quot;:64.75},{&quot;2026-07-15&quot;:65.01},{&quot;2026-07-16&quot;:64.76},{&quot;2026-07-17&quot;:64.75},{&quot;2026-07-18&quot;:64.75},{&quot;2026-07-19&quot;:64.75},{&quot;2026-07-20&quot;:64.54},{&quot;2026-07-21&quot;:64.53},{&quot;2026-07-23&quot;:64.85},{&quot;2026-07-25&quot;:64.84},{&quot;2026-07-26&quot;:64.84},{&quot;2026-07-27&quot;:64.84},{&quot;2026-07-29&quot;:65.3},{&quot;2026-07-30&quot;:65.3},{&quot;2026-07-31&quot;:65.64},{&quot;2026-08-01&quot;:65.64},{&quot;2026-08-02&quot;:66.14},{&quot;2026-08-03&quot;:66.14},{&quot;2026-08-04&quot;:66.14},{&quot;2026-08-05&quot;:66.14},{&quot;2026-08-07&quot;:66.1},{&quot;2026-08-08&quot;:66.1},{&quot;2026-08-09&quot;:66.1},{&quot;2026-08-10&quot;:66.1},{&quot;2026-08-11&quot;:66.1},{&quot;2026-08-12&quot;:66.1},{&quot;2026-08-13&quot;:66.09},{&quot;2026-08-14&quot;:65.76},{&quot;2026-08-15&quot;:66.17},{&quot;2026-08-16&quot;:66.69},{&quot;2026-08-17&quot;:67.05},{&quot;2026-08-18&quot;:67.26},{&quot;2026-08-19&quot;:67.26},{&quot;2026-08-20&quot;:67.26},{&quot;2026-08-21&quot;:67.26},{&quot;2026-08-22&quot;:67.26},{&quot;2026-08-23&quot;:67.44},{&quot;2026-08-24&quot;:67.44},{&quot;2026-08-25&quot;:67.44},{&quot;2026-08-26&quot;:67.9},{&quot;2026-08-27&quot;:69.1},{&quot;2026-08-28&quot;:69.1},{&quot;2026-08-29&quot;:69.1},{&quot;2026-08-30&quot;:70.22},{&quot;2026-08-31&quot;:70.22},{&quot;2026-09-01&quot;:70.22},{&quot;2026-09-02&quot;:69.72},{&quot;2026-09-03&quot;:70.67},{&quot;2026-09-04&quot;:70.67},{&quot;2026-09-05&quot;:70.67},{&quot;2026-09-06&quot;:70.67},{&quot;2026-09-07&quot;:71.71},{&quot;2026-09-08&quot;:71.71},{&quot;2026-09-09&quot;:71.71},{&quot;2026-09-10&quot;:71.71},{&quot;2026-09-11&quot;:71.71}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:10.25},{&quot;2026-06-10&quot;:9.84},{&quot;2026-06-11&quot;:9.94},{&quot;2026-06-12&quot;:9.88},{&quot;2026-06-13&quot;:10.08},{&quot;2026-06-14&quot;:10.1},{&quot;2026-06-15&quot;:10.2},{&quot;2026-06-16&quot;:10.37},{&quot;2026-06-17&quot;:10.27},{&quot;2026-06-18&quot;:10.59},{&quot;2026-06-19&quot;:10.87},{&quot;2026-06-20&quot;:11.21},{&quot;2026-06-21&quot;:11.13},{&quot;2026-06-22&quot;:11.13},{&quot;2026-06-24&quot;:11.3},{&quot;2026-06-25&quot;:11.3},{&quot;2026-06-26&quot;:10.4},{&quot;2026-06-27&quot;:11.28},{&quot;2026-06-28&quot;:11.14},{&quot;2026-06-29&quot;:11.29},{&quot;2026-06-30&quot;:11.41},{&quot;2026-07-01&quot;:11.41},{&quot;2026-07-02&quot;:11.1},{&quot;2026-07-03&quot;:10.97},{&quot;2026-07-04&quot;:10.83},{&quot;2026-07-05&quot;:10.68},{&quot;2026-07-06&quot;:10.79},{&quot;2026-07-07&quot;:10.55},{&quot;2026-07-08&quot;:10.61},{&quot;2026-07-09&quot;:10.41},{&quot;2026-07-10&quot;:10.62},{&quot;2026-07-11&quot;:10.73},{&quot;2026-07-12&quot;:10.73},{&quot;2026-07-13&quot;:10.67},{&quot;2026-07-14&quot;:10.67},{&quot;2026-07-15&quot;:10.73},{&quot;2026-07-16&quot;:10.73},{&quot;2026-07-17&quot;:10.73},{&quot;2026-07-18&quot;:10.75},{&quot;2026-07-19&quot;:10.76},{&quot;2026-07-20&quot;:10.68},{&quot;2026-07-21&quot;:10.71},{&quot;2026-07-23&quot;:10.66},{&quot;2026-07-25&quot;:10.79},{&quot;2026-07-26&quot;:10.8},{&quot;2026-07-27&quot;:10.63},{&quot;2026-07-29&quot;:10.7},{&quot;2026-07-30&quot;:10.72},{&quot;2026-07-31&quot;:10.7},{&quot;2026-08-01&quot;:10.61},{&quot;2026-08-02&quot;:10.59},{&quot;2026-08-03&quot;:10.57},{&quot;2026-08-04&quot;:10.59},{&quot;2026-08-05&quot;:10.41},{&quot;2026-08-07&quot;:10.27},{&quot;2026-08-08&quot;:10.02},{&quot;2026-08-09&quot;:10.02},{&quot;2026-08-10&quot;:10.01},{&quot;2026-08-11&quot;:10.15},{&quot;2026-08-12&quot;:10.11},{&quot;2026-08-13&quot;:10.1},{&quot;2026-08-14&quot;:10.11},{&quot;2026-08-15&quot;:10.07},{&quot;2026-08-16&quot;:10.07},{&quot;2026-08-17&quot;:10.01},{&quot;2026-08-18&quot;:10.1},{&quot;2026-08-19&quot;:10.14},{&quot;2026-08-20&quot;:10.14},{&quot;2026-08-21&quot;:10.22},{&quot;2026-08-22&quot;:10.07},{&quot;2026-08-23&quot;:10.07},{&quot;2026-08-24&quot;:10.17},{&quot;2026-08-25&quot;:10.17},{&quot;2026-08-26&quot;:10.66},{&quot;2026-08-27&quot;:10.68},{&quot;2026-08-28&quot;:10.73},{&quot;2026-08-29&quot;:10.73},{&quot;2026-08-30&quot;:11.12},{&quot;2026-08-31&quot;:11.08},{&quot;2026-09-01&quot;:11.08},{&quot;2026-09-02&quot;:11.17},{&quot;2026-09-03&quot;:11.17},{&quot;2026-09-04&quot;:11.38},{&quot;2026-09-05&quot;:11.58},{&quot;2026-09-06&quot;:11.5},{&quot;2026-09-07&quot;:11.09},{&quot;2026-09-08&quot;:11.17},{&quot;2026-09-09&quot;:11.17},{&quot;2026-09-10&quot;:11.12},{&quot;2026-09-11&quot;:11.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.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="Academy Manufactor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90744c2c-6dd7-4623-8cbf-b138b83ee88f.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">
            Academy Manufactor
        </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 — Assembly-Worker</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="Academy Manufactor" src="https://cards.scryfall.io/large/front/9/0/90744c2c-6dd7-4623-8cbf-b138b83ee88f.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">
            2
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $11.04
              </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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;2026-06-11&quot;:11.3},{&quot;2026-06-12&quot;:11.3},{&quot;2026-06-13&quot;:11.3},{&quot;2026-06-14&quot;:11.3},{&quot;2026-06-15&quot;:11.3},{&quot;2026-06-16&quot;:11.3},{&quot;2026-06-17&quot;:11.3},{&quot;2026-06-18&quot;:11.3},{&quot;2026-06-19&quot;:11.19},{&quot;2026-06-20&quot;:11.19},{&quot;2026-06-21&quot;:11.19},{&quot;2026-06-22&quot;:11.19},{&quot;2026-06-23&quot;:11.19},{&quot;2026-06-24&quot;:11.19},{&quot;2026-06-25&quot;:11.19},{&quot;2026-06-26&quot;:11.19},{&quot;2026-06-27&quot;:11.19},{&quot;2026-06-28&quot;:11.19},{&quot;2026-06-29&quot;:11.19},{&quot;2026-06-30&quot;:11.19},{&quot;2026-07-01&quot;:11.28},{&quot;2026-07-02&quot;:11.28},{&quot;2026-07-03&quot;:11.28},{&quot;2026-07-04&quot;:11.28},{&quot;2026-07-05&quot;:11.28},{&quot;2026-07-06&quot;:11.28},{&quot;2026-07-07&quot;:11.28},{&quot;2026-07-08&quot;:11.28},{&quot;2026-07-09&quot;:11.28},{&quot;2026-07-10&quot;:11.28},{&quot;2026-07-11&quot;:11.28},{&quot;2026-07-12&quot;:11.28},{&quot;2026-07-13&quot;:11.28},{&quot;2026-07-14&quot;:11.28},{&quot;2026-07-15&quot;:11.28},{&quot;2026-07-16&quot;:11.28},{&quot;2026-07-17&quot;:11.28},{&quot;2026-07-18&quot;:11.28},{&quot;2026-07-19&quot;:11.28},{&quot;2026-07-20&quot;:11.36},{&quot;2026-07-21&quot;:11.36},{&quot;2026-07-23&quot;:11.25},{&quot;2026-07-25&quot;:11.25},{&quot;2026-07-26&quot;:11.34},{&quot;2026-07-27&quot;:11.34},{&quot;2026-07-28&quot;:11.34},{&quot;2026-07-29&quot;:11.34},{&quot;2026-07-30&quot;:11.34},{&quot;2026-07-31&quot;:11.34},{&quot;2026-08-01&quot;:11.34},{&quot;2026-08-02&quot;:11.34},{&quot;2026-08-03&quot;:11.23},{&quot;2026-08-04&quot;:11.23},{&quot;2026-08-05&quot;:11.23},{&quot;2026-08-07&quot;:11.23},{&quot;2026-08-08&quot;:11.23},{&quot;2026-08-09&quot;:11.23},{&quot;2026-08-10&quot;:11.23},{&quot;2026-08-11&quot;:11.23},{&quot;2026-08-12&quot;:11.23},{&quot;2026-08-13&quot;:10.99},{&quot;2026-08-14&quot;:10.99},{&quot;2026-08-15&quot;:10.99},{&quot;2026-08-16&quot;:10.99},{&quot;2026-08-17&quot;:11.02},{&quot;2026-08-18&quot;:11.02},{&quot;2026-08-19&quot;:11.02},{&quot;2026-08-20&quot;:11.02},{&quot;2026-08-21&quot;:10.9},{&quot;2026-08-22&quot;:10.9},{&quot;2026-08-23&quot;:10.9},{&quot;2026-08-24&quot;:10.9},{&quot;2026-08-25&quot;:10.9},{&quot;2026-08-26&quot;:10.9},{&quot;2026-08-27&quot;:10.7},{&quot;2026-08-28&quot;:10.7},{&quot;2026-08-29&quot;:10.7},{&quot;2026-08-30&quot;:10.7},{&quot;2026-08-31&quot;:10.7},{&quot;2026-09-01&quot;:10.7},{&quot;2026-09-02&quot;:10.83},{&quot;2026-09-03&quot;:10.91},{&quot;2026-09-04&quot;:10.99},{&quot;2026-09-05&quot;:10.99},{&quot;2026-09-06&quot;:11.06},{&quot;2026-09-07&quot;:10.84},{&quot;2026-09-08&quot;:11.11},{&quot;2026-09-09&quot;:11.11},{&quot;2026-09-10&quot;:11.11},{&quot;2026-09-11&quot;:11.04}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.22},{&quot;2026-06-12&quot;:7.08},{&quot;2026-06-13&quot;:6.68},{&quot;2026-06-14&quot;:6.74},{&quot;2026-06-15&quot;:6.74},{&quot;2026-06-16&quot;:7.07},{&quot;2026-06-17&quot;:7.29},{&quot;2026-06-18&quot;:7.21},{&quot;2026-06-19&quot;:7.17},{&quot;2026-06-20&quot;:6.98},{&quot;2026-06-21&quot;:6.83},{&quot;2026-06-22&quot;:6.72},{&quot;2026-06-23&quot;:6.64},{&quot;2026-06-24&quot;:6.64},{&quot;2026-06-25&quot;:6.63},{&quot;2026-06-26&quot;:6.3},{&quot;2026-06-27&quot;:6.51},{&quot;2026-06-28&quot;:6.43},{&quot;2026-06-29&quot;:6.56},{&quot;2026-06-30&quot;:6.53},{&quot;2026-07-01&quot;:6.35},{&quot;2026-07-02&quot;:6.32},{&quot;2026-07-03&quot;:6.59},{&quot;2026-07-04&quot;:6.6},{&quot;2026-07-05&quot;:6.84},{&quot;2026-07-06&quot;:6.72},{&quot;2026-07-07&quot;:6.8},{&quot;2026-07-08&quot;:6.69},{&quot;2026-07-09&quot;:6.62},{&quot;2026-07-10&quot;:6.42},{&quot;2026-07-11&quot;:6.34},{&quot;2026-07-12&quot;:6.77},{&quot;2026-07-13&quot;:6.66},{&quot;2026-07-14&quot;:6.66},{&quot;2026-07-15&quot;:6.66},{&quot;2026-07-16&quot;:6.57},{&quot;2026-07-17&quot;:6.55},{&quot;2026-07-18&quot;:6.58},{&quot;2026-07-19&quot;:6.61},{&quot;2026-07-20&quot;:6.62},{&quot;2026-07-21&quot;:6.69},{&quot;2026-07-23&quot;:6.98},{&quot;2026-07-25&quot;:7.35},{&quot;2026-07-26&quot;:7.37},{&quot;2026-07-27&quot;:7.19},{&quot;2026-07-28&quot;:6.78},{&quot;2026-07-29&quot;:6.7},{&quot;2026-07-30&quot;:6.66},{&quot;2026-07-31&quot;:6.76},{&quot;2026-08-01&quot;:6.8},{&quot;2026-08-02&quot;:6.97},{&quot;2026-08-03&quot;:7.07},{&quot;2026-08-04&quot;:7.11},{&quot;2026-08-05&quot;:7.09},{&quot;2026-08-07&quot;:7.22},{&quot;2026-08-08&quot;:7.3},{&quot;2026-08-09&quot;:7.55},{&quot;2026-08-10&quot;:7.71},{&quot;2026-08-11&quot;:7.62},{&quot;2026-08-12&quot;:7.44},{&quot;2026-08-13&quot;:7.54},{&quot;2026-08-14&quot;:7.46},{&quot;2026-08-15&quot;:7.46},{&quot;2026-08-16&quot;:7.47},{&quot;2026-08-17&quot;:7.51},{&quot;2026-08-18&quot;:7.83},{&quot;2026-08-19&quot;:7.92},{&quot;2026-08-20&quot;:7.92},{&quot;2026-08-21&quot;:7.98},{&quot;2026-08-22&quot;:7.72},{&quot;2026-08-23&quot;:8.05},{&quot;2026-08-24&quot;:8.24},{&quot;2026-08-25&quot;:8.09},{&quot;2026-08-26&quot;:7.78},{&quot;2026-08-27&quot;:7.64},{&quot;2026-08-28&quot;:7.95},{&quot;2026-08-29&quot;:7.95},{&quot;2026-08-30&quot;:8.86},{&quot;2026-08-31&quot;:8.95},{&quot;2026-09-01&quot;:8.52},{&quot;2026-09-02&quot;:8.36},{&quot;2026-09-03&quot;:8.18},{&quot;2026-09-04&quot;:7.96},{&quot;2026-09-05&quot;:7.86},{&quot;2026-09-06&quot;:7.72},{&quot;2026-09-07&quot;:7.76},{&quot;2026-09-08&quot;:7.84},{&quot;2026-09-09&quot;:8.0},{&quot;2026-09-10&quot;:8.24},{&quot;2026-09-11&quot;:8.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Witherbloom, the Balancer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cc22696c-a9ef-48b7-a74a-7dd0a9c3d1bb.jpg?1782682798" />

        <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">
            Witherbloom, the Balancer
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Witherbloom, the Balancer" src="https://cards.scryfall.io/large/front/c/c/cc22696c-a9ef-48b7-a74a-7dd0a9c3d1bb.jpg?1782682798" />
    </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">
                $11.03
              </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">
                $20.70
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:40.68},{&quot;2026-06-14&quot;:40.68},{&quot;2026-06-15&quot;:40.68},{&quot;2026-06-16&quot;:40.57},{&quot;2026-06-17&quot;:40.29},{&quot;2026-06-18&quot;:40.29},{&quot;2026-06-19&quot;:40.29},{&quot;2026-06-20&quot;:40.29},{&quot;2026-06-21&quot;:40.29},{&quot;2026-06-22&quot;:39.82},{&quot;2026-06-23&quot;:40.29},{&quot;2026-06-24&quot;:39.7},{&quot;2026-06-25&quot;:37.75},{&quot;2026-06-26&quot;:37.18},{&quot;2026-06-27&quot;:35.89},{&quot;2026-06-28&quot;:34.38},{&quot;2026-06-29&quot;:35.49},{&quot;2026-06-30&quot;:34.94},{&quot;2026-07-01&quot;:32.02},{&quot;2026-07-02&quot;:30.84},{&quot;2026-07-03&quot;:30.44},{&quot;2026-07-04&quot;:29.46},{&quot;2026-07-05&quot;:28.13},{&quot;2026-07-06&quot;:27.89},{&quot;2026-07-07&quot;:27.34},{&quot;2026-07-08&quot;:27.0},{&quot;2026-07-09&quot;:27.0},{&quot;2026-07-10&quot;:26.45},{&quot;2026-07-11&quot;:26.38},{&quot;2026-07-12&quot;:26.22},{&quot;2026-07-13&quot;:25.82},{&quot;2026-07-14&quot;:25.87},{&quot;2026-07-15&quot;:25.95},{&quot;2026-07-16&quot;:25.56},{&quot;2026-07-17&quot;:25.56},{&quot;2026-07-18&quot;:25.02},{&quot;2026-07-19&quot;:23.6},{&quot;2026-07-20&quot;:23.26},{&quot;2026-07-21&quot;:23.27},{&quot;2026-07-22&quot;:23.22},{&quot;2026-07-23&quot;:22.77},{&quot;2026-07-24&quot;:22.77},{&quot;2026-07-25&quot;:22.53},{&quot;2026-07-26&quot;:22.26},{&quot;2026-07-27&quot;:22.04},{&quot;2026-07-28&quot;:22.3},{&quot;2026-07-29&quot;:22.19},{&quot;2026-07-30&quot;:22.17},{&quot;2026-07-31&quot;:22.02},{&quot;2026-08-01&quot;:22.06},{&quot;2026-08-02&quot;:22.2},{&quot;2026-08-03&quot;:22.18},{&quot;2026-08-04&quot;:22.08},{&quot;2026-08-05&quot;:22.11},{&quot;2026-08-07&quot;:22.0},{&quot;2026-08-08&quot;:21.87},{&quot;2026-08-09&quot;:21.77},{&quot;2026-08-10&quot;:21.69},{&quot;2026-08-11&quot;:21.65},{&quot;2026-08-12&quot;:21.58},{&quot;2026-08-13&quot;:21.48},{&quot;2026-08-14&quot;:21.33},{&quot;2026-08-15&quot;:21.33},{&quot;2026-08-16&quot;:21.18},{&quot;2026-08-17&quot;:20.85},{&quot;2026-08-18&quot;:20.62},{&quot;2026-08-19&quot;:20.63},{&quot;2026-08-20&quot;:20.6},{&quot;2026-08-21&quot;:20.61},{&quot;2026-08-22&quot;:20.58},{&quot;2026-08-23&quot;:20.47},{&quot;2026-08-24&quot;:20.48},{&quot;2026-08-25&quot;:20.5},{&quot;2026-08-26&quot;:20.59},{&quot;2026-08-27&quot;:20.58},{&quot;2026-08-28&quot;:20.51},{&quot;2026-08-29&quot;:20.51},{&quot;2026-08-30&quot;:20.66},{&quot;2026-08-31&quot;:20.77},{&quot;2026-09-01&quot;:20.62},{&quot;2026-09-02&quot;:20.58},{&quot;2026-09-03&quot;:20.52},{&quot;2026-09-04&quot;:20.5},{&quot;2026-09-05&quot;:20.49},{&quot;2026-09-06&quot;:20.49},{&quot;2026-09-07&quot;:20.49},{&quot;2026-09-08&quot;:20.53},{&quot;2026-09-09&quot;:20.67},{&quot;2026-09-10&quot;:20.64},{&quot;2026-09-11&quot;:20.7}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:21.26},{&quot;2026-06-14&quot;:21.42},{&quot;2026-06-15&quot;:21.35},{&quot;2026-06-16&quot;:21.11},{&quot;2026-06-17&quot;:20.77},{&quot;2026-06-18&quot;:20.35},{&quot;2026-06-19&quot;:20.03},{&quot;2026-06-20&quot;:20.0},{&quot;2026-06-21&quot;:20.02},{&quot;2026-06-22&quot;:20.14},{&quot;2026-06-23&quot;:20.2},{&quot;2026-06-24&quot;:20.2},{&quot;2026-06-25&quot;:20.17},{&quot;2026-06-26&quot;:19.32},{&quot;2026-06-27&quot;:18.82},{&quot;2026-06-28&quot;:16.54},{&quot;2026-06-29&quot;:17.49},{&quot;2026-06-30&quot;:17.5},{&quot;2026-07-01&quot;:17.34},{&quot;2026-07-02&quot;:16.77},{&quot;2026-07-03&quot;:16.59},{&quot;2026-07-04&quot;:16.17},{&quot;2026-07-05&quot;:15.61},{&quot;2026-07-06&quot;:15.53},{&quot;2026-07-07&quot;:15.66},{&quot;2026-07-08&quot;:15.89},{&quot;2026-07-09&quot;:16.05},{&quot;2026-07-10&quot;:16.39},{&quot;2026-07-11&quot;:16.31},{&quot;2026-07-12&quot;:16.22},{&quot;2026-07-13&quot;:16.12},{&quot;2026-07-14&quot;:15.96},{&quot;2026-07-15&quot;:15.19},{&quot;2026-07-16&quot;:14.93},{&quot;2026-07-17&quot;:13.82},{&quot;2026-07-18&quot;:13.91},{&quot;2026-07-19&quot;:13.94},{&quot;2026-07-20&quot;:13.99},{&quot;2026-07-21&quot;:14.2},{&quot;2026-07-22&quot;:14.73},{&quot;2026-07-23&quot;:14.79},{&quot;2026-07-24&quot;:14.36},{&quot;2026-07-25&quot;:14.43},{&quot;2026-07-26&quot;:14.23},{&quot;2026-07-27&quot;:14.07},{&quot;2026-07-28&quot;:13.64},{&quot;2026-07-29&quot;:13.26},{&quot;2026-07-30&quot;:13.24},{&quot;2026-07-31&quot;:13.33},{&quot;2026-08-01&quot;:13.66},{&quot;2026-08-02&quot;:13.72},{&quot;2026-08-03&quot;:13.85},{&quot;2026-08-04&quot;:13.82},{&quot;2026-08-05&quot;:13.81},{&quot;2026-08-07&quot;:13.41},{&quot;2026-08-08&quot;:13.41},{&quot;2026-08-09&quot;:13.38},{&quot;2026-08-10&quot;:12.81},{&quot;2026-08-11&quot;:12.53},{&quot;2026-08-12&quot;:12.7},{&quot;2026-08-13&quot;:12.68},{&quot;2026-08-14&quot;:12.66},{&quot;2026-08-15&quot;:12.57},{&quot;2026-08-16&quot;:12.52},{&quot;2026-08-17&quot;:12.47},{&quot;2026-08-18&quot;:12.11},{&quot;2026-08-19&quot;:11.81},{&quot;2026-08-20&quot;:11.67},{&quot;2026-08-21&quot;:11.65},{&quot;2026-08-22&quot;:11.52},{&quot;2026-08-23&quot;:11.44},{&quot;2026-08-24&quot;:11.36},{&quot;2026-08-25&quot;:11.18},{&quot;2026-08-26&quot;:11.09},{&quot;2026-08-27&quot;:11.04},{&quot;2026-08-28&quot;:11.11},{&quot;2026-08-29&quot;:11.11},{&quot;2026-08-30&quot;:11.0},{&quot;2026-08-31&quot;:10.93},{&quot;2026-09-01&quot;:11.03},{&quot;2026-09-02&quot;:10.93},{&quot;2026-09-03&quot;:10.86},{&quot;2026-09-04&quot;:10.93},{&quot;2026-09-05&quot;:10.75},{&quot;2026-09-06&quot;:10.72},{&quot;2026-09-07&quot;:10.84},{&quot;2026-09-08&quot;:10.85},{&quot;2026-09-09&quot;:11.02},{&quot;2026-09-10&quot;:11.13},{&quot;2026-09-11&quot;:11.03}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Xenagos, God of Revels" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/f/6f1bc3bb-46da-492a-850c-f1f588ad8d18.jpg?1783913842" />

        <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">
            Xenagos, God of Revels
        </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-3'></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="Xenagos, God of Revels" src="https://cards.scryfall.io/large/front/6/f/6f1bc3bb-46da-492a-850c-f1f588ad8d18.jpg?1783913842" />
    </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">
                $11.02
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:7.68},{&quot;2026-06-13&quot;:7.72},{&quot;2026-06-14&quot;:7.8},{&quot;2026-06-15&quot;:7.63},{&quot;2026-06-16&quot;:7.27},{&quot;2026-06-17&quot;:7.18},{&quot;2026-06-18&quot;:7.18},{&quot;2026-06-19&quot;:6.92},{&quot;2026-06-20&quot;:7.05},{&quot;2026-06-21&quot;:7.42},{&quot;2026-06-22&quot;:7.45},{&quot;2026-06-23&quot;:7.52},{&quot;2026-06-24&quot;:7.3},{&quot;2026-06-25&quot;:7.07},{&quot;2026-06-26&quot;:6.33},{&quot;2026-06-27&quot;:7.06},{&quot;2026-06-28&quot;:6.44},{&quot;2026-06-29&quot;:6.42},{&quot;2026-06-30&quot;:7.11},{&quot;2026-07-01&quot;:7.08},{&quot;2026-07-02&quot;:7.34},{&quot;2026-07-03&quot;:7.46},{&quot;2026-07-04&quot;:7.88},{&quot;2026-07-05&quot;:7.86},{&quot;2026-07-06&quot;:7.88},{&quot;2026-07-07&quot;:7.64},{&quot;2026-07-08&quot;:7.59},{&quot;2026-07-09&quot;:7.34},{&quot;2026-07-10&quot;:7.92},{&quot;2026-07-11&quot;:8.08},{&quot;2026-07-12&quot;:8.16},{&quot;2026-07-13&quot;:8.16},{&quot;2026-07-14&quot;:8.2},{&quot;2026-07-15&quot;:8.36},{&quot;2026-07-16&quot;:8.17},{&quot;2026-07-17&quot;:8.02},{&quot;2026-07-18&quot;:8.08},{&quot;2026-07-19&quot;:8.3},{&quot;2026-07-20&quot;:8.92},{&quot;2026-07-21&quot;:9.22},{&quot;2026-07-23&quot;:9.13},{&quot;2026-07-24&quot;:8.96},{&quot;2026-07-25&quot;:8.31},{&quot;2026-07-26&quot;:8.26},{&quot;2026-07-27&quot;:8.11},{&quot;2026-07-28&quot;:8.01},{&quot;2026-07-29&quot;:8.77},{&quot;2026-07-30&quot;:9.38},{&quot;2026-07-31&quot;:9.19},{&quot;2026-08-01&quot;:8.98},{&quot;2026-08-02&quot;:8.61},{&quot;2026-08-03&quot;:8.94},{&quot;2026-08-04&quot;:8.9},{&quot;2026-08-05&quot;:9.22},{&quot;2026-08-07&quot;:9.04},{&quot;2026-08-08&quot;:9.15},{&quot;2026-08-09&quot;:9.53},{&quot;2026-08-10&quot;:9.39},{&quot;2026-08-11&quot;:8.87},{&quot;2026-08-12&quot;:9.2},{&quot;2026-08-13&quot;:9.18},{&quot;2026-08-14&quot;:9.45},{&quot;2026-08-15&quot;:9.04},{&quot;2026-08-16&quot;:9.2},{&quot;2026-08-17&quot;:9.82},{&quot;2026-08-18&quot;:9.94},{&quot;2026-08-19&quot;:9.58},{&quot;2026-08-20&quot;:9.58},{&quot;2026-08-21&quot;:9.49},{&quot;2026-08-22&quot;:9.29},{&quot;2026-08-23&quot;:9.5},{&quot;2026-08-24&quot;:8.85},{&quot;2026-08-25&quot;:8.9},{&quot;2026-08-26&quot;:9.07},{&quot;2026-08-27&quot;:9.84},{&quot;2026-08-28&quot;:9.85},{&quot;2026-08-29&quot;:9.85},{&quot;2026-08-30&quot;:10.45},{&quot;2026-08-31&quot;:10.21},{&quot;2026-09-01&quot;:10.33},{&quot;2026-09-02&quot;:10.79},{&quot;2026-09-03&quot;:10.84},{&quot;2026-09-04&quot;:10.79},{&quot;2026-09-05&quot;:10.63},{&quot;2026-09-06&quot;:10.98},{&quot;2026-09-07&quot;:10.65},{&quot;2026-09-08&quot;:10.88},{&quot;2026-09-09&quot;:11.1},{&quot;2026-09-10&quot;:11.08},{&quot;2026-09-11&quot;:11.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="85004"
  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">
            Umbral Mantle
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $11.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="Umbral Mantle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/616e50a5-9c29-4557-a1a8-d64a2cd28d2e.jpg?1783925193" />

        <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">
            Umbral Mantle
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Umbral Mantle" src="https://cards.scryfall.io/large/front/6/1/616e50a5-9c29-4557-a1a8-d64a2cd28d2e.jpg?1783925193" />
    </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">
                $11.02
              </span>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:10.64},{&quot;2026-06-13&quot;:10.69},{&quot;2026-06-14&quot;:10.69},{&quot;2026-06-15&quot;:10.61},{&quot;2026-06-16&quot;:10.61},{&quot;2026-06-17&quot;:10.61},{&quot;2026-06-18&quot;:10.62},{&quot;2026-06-19&quot;:10.61},{&quot;2026-06-20&quot;:10.66},{&quot;2026-06-21&quot;:10.73},{&quot;2026-06-22&quot;:10.76},{&quot;2026-06-23&quot;:10.83},{&quot;2026-06-24&quot;:10.59},{&quot;2026-06-25&quot;:10.37},{&quot;2026-06-26&quot;:10.36},{&quot;2026-06-27&quot;:10.29},{&quot;2026-06-28&quot;:10.55},{&quot;2026-06-29&quot;:10.59},{&quot;2026-06-30&quot;:10.56},{&quot;2026-07-01&quot;:10.51},{&quot;2026-07-02&quot;:10.55},{&quot;2026-07-03&quot;:10.54},{&quot;2026-07-04&quot;:10.55},{&quot;2026-07-05&quot;:10.63},{&quot;2026-07-06&quot;:10.63},{&quot;2026-07-07&quot;:10.63},{&quot;2026-07-08&quot;:10.63},{&quot;2026-07-09&quot;:10.97},{&quot;2026-07-10&quot;:11.35},{&quot;2026-07-11&quot;:11.36},{&quot;2026-07-12&quot;:11.5},{&quot;2026-07-13&quot;:11.89},{&quot;2026-07-14&quot;:11.62},{&quot;2026-07-15&quot;:11.54},{&quot;2026-07-16&quot;:11.54},{&quot;2026-07-17&quot;:11.54},{&quot;2026-07-18&quot;:11.62},{&quot;2026-07-19&quot;:11.49},{&quot;2026-07-20&quot;:11.45},{&quot;2026-07-21&quot;:11.65},{&quot;2026-07-23&quot;:11.11},{&quot;2026-07-24&quot;:10.95},{&quot;2026-07-25&quot;:10.68},{&quot;2026-07-26&quot;:10.58},{&quot;2026-07-27&quot;:10.54},{&quot;2026-07-28&quot;:10.57},{&quot;2026-07-29&quot;:10.56},{&quot;2026-07-30&quot;:10.78},{&quot;2026-07-31&quot;:10.42},{&quot;2026-08-01&quot;:10.2},{&quot;2026-08-02&quot;:10.22},{&quot;2026-08-03&quot;:10.64},{&quot;2026-08-04&quot;:10.64},{&quot;2026-08-05&quot;:10.66},{&quot;2026-08-07&quot;:10.37},{&quot;2026-08-08&quot;:10.38},{&quot;2026-08-09&quot;:10.5},{&quot;2026-08-10&quot;:10.58},{&quot;2026-08-11&quot;:10.67},{&quot;2026-08-12&quot;:10.51},{&quot;2026-08-13&quot;:10.22},{&quot;2026-08-14&quot;:10.22},{&quot;2026-08-15&quot;:10.27},{&quot;2026-08-16&quot;:10.17},{&quot;2026-08-17&quot;:10.65},{&quot;2026-08-18&quot;:10.69},{&quot;2026-08-19&quot;:10.74},{&quot;2026-08-20&quot;:10.74},{&quot;2026-08-21&quot;:11.45},{&quot;2026-08-22&quot;:11.45},{&quot;2026-08-23&quot;:11.57},{&quot;2026-08-24&quot;:11.69},{&quot;2026-08-25&quot;:11.94},{&quot;2026-08-26&quot;:12.3},{&quot;2026-08-27&quot;:12.45},{&quot;2026-08-28&quot;:12.57},{&quot;2026-08-29&quot;:12.57},{&quot;2026-08-30&quot;:12.87},{&quot;2026-08-31&quot;:13.13},{&quot;2026-09-01&quot;:12.72},{&quot;2026-09-02&quot;:12.6},{&quot;2026-09-03&quot;:12.54},{&quot;2026-09-04&quot;:12.5},{&quot;2026-09-05&quot;:12.39},{&quot;2026-09-06&quot;:12.17},{&quot;2026-09-07&quot;:11.98},{&quot;2026-09-08&quot;:11.85},{&quot;2026-09-09&quot;:11.59},{&quot;2026-09-10&quot;:10.95},{&quot;2026-09-11&quot;:11.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="95834"
  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-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">
            Watery Grave
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Island Swamp
      </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">
            $10.98
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Watery Grave" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/b/5b8170dc-6a90-46fc-9989-7575f3d402b5.jpg?1752947617" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land — Island Swamp</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="Watery Grave" src="https://cards.scryfall.io/large/front/5/b/5b8170dc-6a90-46fc-9989-7575f3d402b5.jpg?1752947617" />
    </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">
                $10.98
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $10.69
              </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">$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-10&quot;:12.79},{&quot;2026-06-11&quot;:12.79},{&quot;2026-06-12&quot;:12.77},{&quot;2026-06-13&quot;:12.15},{&quot;2026-06-14&quot;:12.1},{&quot;2026-06-15&quot;:12.1},{&quot;2026-06-16&quot;:12.51},{&quot;2026-06-17&quot;:12.58},{&quot;2026-06-18&quot;:12.58},{&quot;2026-06-19&quot;:12.58},{&quot;2026-06-20&quot;:12.53},{&quot;2026-06-21&quot;:12.17},{&quot;2026-06-22&quot;:12.08},{&quot;2026-06-23&quot;:12.08},{&quot;2026-06-24&quot;:12.08},{&quot;2026-06-25&quot;:11.94},{&quot;2026-06-26&quot;:11.5},{&quot;2026-06-27&quot;:11.39},{&quot;2026-06-28&quot;:11.36},{&quot;2026-06-29&quot;:11.14},{&quot;2026-06-30&quot;:11.12},{&quot;2026-07-01&quot;:10.84},{&quot;2026-07-02&quot;:10.64},{&quot;2026-07-03&quot;:10.59},{&quot;2026-07-04&quot;:10.41},{&quot;2026-07-05&quot;:10.27},{&quot;2026-07-06&quot;:10.2},{&quot;2026-07-07&quot;:10.03},{&quot;2026-07-08&quot;:9.87},{&quot;2026-07-09&quot;:10.03},{&quot;2026-07-10&quot;:10.02},{&quot;2026-07-11&quot;:10.1},{&quot;2026-07-12&quot;:10.07},{&quot;2026-07-13&quot;:10.15},{&quot;2026-07-14&quot;:10.17},{&quot;2026-07-15&quot;:10.05},{&quot;2026-07-16&quot;:10.05},{&quot;2026-07-17&quot;:10.05},{&quot;2026-07-18&quot;:10.1},{&quot;2026-07-19&quot;:10.07},{&quot;2026-07-20&quot;:10.06},{&quot;2026-07-21&quot;:10.06},{&quot;2026-07-23&quot;:9.85},{&quot;2026-07-25&quot;:9.85},{&quot;2026-07-26&quot;:9.79},{&quot;2026-07-27&quot;:9.73},{&quot;2026-07-29&quot;:9.72},{&quot;2026-07-30&quot;:9.64},{&quot;2026-07-31&quot;:9.74},{&quot;2026-08-01&quot;:9.74},{&quot;2026-08-02&quot;:9.74},{&quot;2026-08-03&quot;:9.69},{&quot;2026-08-04&quot;:9.69},{&quot;2026-08-05&quot;:9.69},{&quot;2026-08-07&quot;:9.79},{&quot;2026-08-08&quot;:9.79},{&quot;2026-08-09&quot;:9.97},{&quot;2026-08-10&quot;:10.13},{&quot;2026-08-11&quot;:10.13},{&quot;2026-08-12&quot;:10.27},{&quot;2026-08-13&quot;:10.37},{&quot;2026-08-14&quot;:10.25},{&quot;2026-08-15&quot;:10.23},{&quot;2026-08-16&quot;:10.17},{&quot;2026-08-17&quot;:10.25},{&quot;2026-08-18&quot;:10.25},{&quot;2026-08-19&quot;:10.19},{&quot;2026-08-20&quot;:10.19},{&quot;2026-08-21&quot;:10.29},{&quot;2026-08-22&quot;:10.44},{&quot;2026-08-23&quot;:10.44},{&quot;2026-08-24&quot;:10.44},{&quot;2026-08-25&quot;:10.44},{&quot;2026-08-26&quot;:10.44},{&quot;2026-08-27&quot;:10.49},{&quot;2026-08-28&quot;:10.47},{&quot;2026-08-29&quot;:10.47},{&quot;2026-08-30&quot;:10.53},{&quot;2026-08-31&quot;:10.53},{&quot;2026-09-01&quot;:10.53},{&quot;2026-09-02&quot;:10.49},{&quot;2026-09-03&quot;:10.49},{&quot;2026-09-04&quot;:10.52},{&quot;2026-09-05&quot;:10.52},{&quot;2026-09-06&quot;:10.62},{&quot;2026-09-07&quot;:10.72},{&quot;2026-09-08&quot;:10.76},{&quot;2026-09-09&quot;:10.76},{&quot;2026-09-10&quot;:10.67},{&quot;2026-09-11&quot;:10.69}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:10.43},{&quot;2026-06-11&quot;:10.79},{&quot;2026-06-12&quot;:11.2},{&quot;2026-06-13&quot;:11.37},{&quot;2026-06-14&quot;:11.17},{&quot;2026-06-15&quot;:10.77},{&quot;2026-06-16&quot;:10.34},{&quot;2026-06-17&quot;:10.52},{&quot;2026-06-18&quot;:10.59},{&quot;2026-06-19&quot;:11.13},{&quot;2026-06-20&quot;:11.18},{&quot;2026-06-21&quot;:10.87},{&quot;2026-06-22&quot;:10.8},{&quot;2026-06-23&quot;:10.58},{&quot;2026-06-24&quot;:10.46},{&quot;2026-06-25&quot;:10.67},{&quot;2026-06-26&quot;:10.73},{&quot;2026-06-27&quot;:10.45},{&quot;2026-06-28&quot;:10.08},{&quot;2026-06-29&quot;:9.96},{&quot;2026-06-30&quot;:9.88},{&quot;2026-07-01&quot;:9.88},{&quot;2026-07-02&quot;:10.05},{&quot;2026-07-03&quot;:9.87},{&quot;2026-07-04&quot;:9.74},{&quot;2026-07-05&quot;:9.73},{&quot;2026-07-06&quot;:9.65},{&quot;2026-07-07&quot;:9.85},{&quot;2026-07-08&quot;:9.63},{&quot;2026-07-09&quot;:8.83},{&quot;2026-07-10&quot;:9.28},{&quot;2026-07-11&quot;:9.76},{&quot;2026-07-12&quot;:9.07},{&quot;2026-07-13&quot;:9.02},{&quot;2026-07-14&quot;:9.44},{&quot;2026-07-15&quot;:9.33},{&quot;2026-07-16&quot;:8.77},{&quot;2026-07-17&quot;:9.0},{&quot;2026-07-18&quot;:9.26},{&quot;2026-07-19&quot;:9.27},{&quot;2026-07-20&quot;:8.99},{&quot;2026-07-21&quot;:9.12},{&quot;2026-07-23&quot;:9.35},{&quot;2026-07-25&quot;:9.75},{&quot;2026-07-26&quot;:9.58},{&quot;2026-07-27&quot;:9.38},{&quot;2026-07-29&quot;:9.64},{&quot;2026-07-30&quot;:9.48},{&quot;2026-07-31&quot;:9.24},{&quot;2026-08-01&quot;:9.45},{&quot;2026-08-02&quot;:9.62},{&quot;2026-08-03&quot;:9.95},{&quot;2026-08-04&quot;:10.03},{&quot;2026-08-05&quot;:9.76},{&quot;2026-08-07&quot;:9.8},{&quot;2026-08-08&quot;:9.64},{&quot;2026-08-09&quot;:9.7},{&quot;2026-08-10&quot;:9.67},{&quot;2026-08-11&quot;:9.69},{&quot;2026-08-12&quot;:9.37},{&quot;2026-08-13&quot;:9.47},{&quot;2026-08-14&quot;:9.86},{&quot;2026-08-15&quot;:9.7},{&quot;2026-08-16&quot;:9.48},{&quot;2026-08-17&quot;:9.28},{&quot;2026-08-18&quot;:9.47},{&quot;2026-08-19&quot;:9.51},{&quot;2026-08-20&quot;:9.51},{&quot;2026-08-21&quot;:9.73},{&quot;2026-08-22&quot;:9.56},{&quot;2026-08-23&quot;:9.43},{&quot;2026-08-24&quot;:9.41},{&quot;2026-08-25&quot;:9.41},{&quot;2026-08-26&quot;:9.89},{&quot;2026-08-27&quot;:9.88},{&quot;2026-08-28&quot;:9.7},{&quot;2026-08-29&quot;:9.7},{&quot;2026-08-30&quot;:10.08},{&quot;2026-08-31&quot;:9.91},{&quot;2026-09-01&quot;:9.91},{&quot;2026-09-02&quot;:9.98},{&quot;2026-09-03&quot;:10.08},{&quot;2026-09-04&quot;:9.93},{&quot;2026-09-05&quot;:10.25},{&quot;2026-09-06&quot;:10.26},{&quot;2026-09-07&quot;:10.08},{&quot;2026-09-08&quot;:10.25},{&quot;2026-09-09&quot;:10.23},{&quot;2026-09-10&quot;:10.57},{&quot;2026-09-11&quot;:10.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Island Mountain
      </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">
            $10.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="Steam Vents" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/6/b66daa94-d367-4812-9f18-f35378c1febb.jpg?1782683912" />

        <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">
            Steam Vents
        </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 — Island Mountain</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="Steam Vents" src="https://cards.scryfall.io/large/front/b/6/b66daa94-d367-4812-9f18-f35378c1febb.jpg?1782683912" />
    </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">
                $10.97
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:12.78},{&quot;2026-06-11&quot;:12.78},{&quot;2026-06-12&quot;:12.78},{&quot;2026-06-13&quot;:12.84},{&quot;2026-06-14&quot;:12.79},{&quot;2026-06-15&quot;:12.85},{&quot;2026-06-16&quot;:12.86},{&quot;2026-06-17&quot;:13.13},{&quot;2026-06-18&quot;:13.17},{&quot;2026-06-19&quot;:13.14},{&quot;2026-06-20&quot;:13.14},{&quot;2026-06-21&quot;:13.34},{&quot;2026-06-22&quot;:13.49},{&quot;2026-06-23&quot;:13.51},{&quot;2026-06-24&quot;:13.25},{&quot;2026-06-25&quot;:13.27},{&quot;2026-06-26&quot;:13.37},{&quot;2026-06-27&quot;:13.82},{&quot;2026-06-28&quot;:13.82},{&quot;2026-06-29&quot;:13.77},{&quot;2026-06-30&quot;:13.25},{&quot;2026-07-01&quot;:12.45},{&quot;2026-07-02&quot;:12.64},{&quot;2026-07-03&quot;:12.65},{&quot;2026-07-04&quot;:12.52},{&quot;2026-07-05&quot;:11.95},{&quot;2026-07-06&quot;:11.89},{&quot;2026-07-07&quot;:12.28},{&quot;2026-07-08&quot;:12.18},{&quot;2026-07-09&quot;:12.46},{&quot;2026-07-10&quot;:12.8},{&quot;2026-07-11&quot;:12.9},{&quot;2026-07-12&quot;:12.9},{&quot;2026-07-13&quot;:12.9},{&quot;2026-07-14&quot;:12.88},{&quot;2026-07-15&quot;:13.18},{&quot;2026-07-16&quot;:13.29},{&quot;2026-07-17&quot;:13.24},{&quot;2026-07-18&quot;:13.3},{&quot;2026-07-19&quot;:13.25},{&quot;2026-07-20&quot;:12.93},{&quot;2026-07-21&quot;:12.69},{&quot;2026-07-23&quot;:13.18},{&quot;2026-07-25&quot;:12.86},{&quot;2026-07-26&quot;:12.8},{&quot;2026-07-27&quot;:13.03},{&quot;2026-07-29&quot;:13.12},{&quot;2026-07-30&quot;:13.18},{&quot;2026-07-31&quot;:13.0},{&quot;2026-08-01&quot;:12.83},{&quot;2026-08-02&quot;:13.45},{&quot;2026-08-03&quot;:13.64},{&quot;2026-08-04&quot;:13.67},{&quot;2026-08-05&quot;:13.67},{&quot;2026-08-07&quot;:13.44},{&quot;2026-08-08&quot;:13.61},{&quot;2026-08-09&quot;:13.6},{&quot;2026-08-10&quot;:13.56},{&quot;2026-08-11&quot;:13.34},{&quot;2026-08-12&quot;:13.37},{&quot;2026-08-13&quot;:13.59},{&quot;2026-08-14&quot;:13.5},{&quot;2026-08-15&quot;:13.53},{&quot;2026-08-16&quot;:13.47},{&quot;2026-08-17&quot;:13.47},{&quot;2026-08-18&quot;:13.39},{&quot;2026-08-19&quot;:13.16},{&quot;2026-08-20&quot;:13.16},{&quot;2026-08-21&quot;:13.29},{&quot;2026-08-22&quot;:13.29},{&quot;2026-08-23&quot;:13.04},{&quot;2026-08-24&quot;:13.04},{&quot;2026-08-25&quot;:13.04},{&quot;2026-08-26&quot;:12.85},{&quot;2026-08-27&quot;:12.83},{&quot;2026-08-28&quot;:12.83},{&quot;2026-08-29&quot;:12.83},{&quot;2026-08-30&quot;:12.55},{&quot;2026-08-31&quot;:12.62},{&quot;2026-09-01&quot;:12.62},{&quot;2026-09-02&quot;:12.54},{&quot;2026-09-03&quot;:12.54},{&quot;2026-09-04&quot;:12.34},{&quot;2026-09-05&quot;:11.87},{&quot;2026-09-06&quot;:11.87},{&quot;2026-09-07&quot;:11.97},{&quot;2026-09-08&quot;:11.98},{&quot;2026-09-09&quot;:11.91},{&quot;2026-09-10&quot;:11.91},{&quot;2026-09-11&quot;:12.0}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:14.16},{&quot;2026-06-11&quot;:13.59},{&quot;2026-06-12&quot;:13.18},{&quot;2026-06-13&quot;:12.58},{&quot;2026-06-14&quot;:13.01},{&quot;2026-06-15&quot;:12.79},{&quot;2026-06-16&quot;:13.04},{&quot;2026-06-17&quot;:12.8},{&quot;2026-06-18&quot;:12.56},{&quot;2026-06-19&quot;:13.04},{&quot;2026-06-20&quot;:12.86},{&quot;2026-06-21&quot;:13.54},{&quot;2026-06-22&quot;:13.96},{&quot;2026-06-23&quot;:13.63},{&quot;2026-06-24&quot;:13.26},{&quot;2026-06-25&quot;:13.58},{&quot;2026-06-26&quot;:14.25},{&quot;2026-06-27&quot;:14.03},{&quot;2026-06-28&quot;:13.91},{&quot;2026-06-29&quot;:13.59},{&quot;2026-06-30&quot;:13.41},{&quot;2026-07-01&quot;:13.5},{&quot;2026-07-02&quot;:14.02},{&quot;2026-07-03&quot;:14.48},{&quot;2026-07-04&quot;:13.92},{&quot;2026-07-05&quot;:13.12},{&quot;2026-07-06&quot;:12.93},{&quot;2026-07-07&quot;:12.96},{&quot;2026-07-08&quot;:13.22},{&quot;2026-07-09&quot;:12.86},{&quot;2026-07-10&quot;:12.32},{&quot;2026-07-11&quot;:13.29},{&quot;2026-07-12&quot;:13.67},{&quot;2026-07-13&quot;:13.26},{&quot;2026-07-14&quot;:13.69},{&quot;2026-07-15&quot;:14.1},{&quot;2026-07-16&quot;:14.68},{&quot;2026-07-17&quot;:14.16},{&quot;2026-07-18&quot;:13.8},{&quot;2026-07-19&quot;:13.47},{&quot;2026-07-20&quot;:13.98},{&quot;2026-07-21&quot;:13.62},{&quot;2026-07-23&quot;:13.39},{&quot;2026-07-25&quot;:13.82},{&quot;2026-07-26&quot;:13.4},{&quot;2026-07-27&quot;:13.33},{&quot;2026-07-29&quot;:14.0},{&quot;2026-07-30&quot;:12.8},{&quot;2026-07-31&quot;:14.28},{&quot;2026-08-01&quot;:14.25},{&quot;2026-08-02&quot;:13.91},{&quot;2026-08-03&quot;:14.27},{&quot;2026-08-04&quot;:14.38},{&quot;2026-08-05&quot;:14.04},{&quot;2026-08-07&quot;:12.84},{&quot;2026-08-08&quot;:12.78},{&quot;2026-08-09&quot;:12.02},{&quot;2026-08-10&quot;:11.75},{&quot;2026-08-11&quot;:12.07},{&quot;2026-08-12&quot;:11.91},{&quot;2026-08-13&quot;:11.94},{&quot;2026-08-14&quot;:11.71},{&quot;2026-08-15&quot;:11.19},{&quot;2026-08-16&quot;:10.75},{&quot;2026-08-17&quot;:11.22},{&quot;2026-08-18&quot;:11.33},{&quot;2026-08-19&quot;:11.42},{&quot;2026-08-20&quot;:11.42},{&quot;2026-08-21&quot;:11.27},{&quot;2026-08-22&quot;:10.61},{&quot;2026-08-23&quot;:9.77},{&quot;2026-08-24&quot;:9.99},{&quot;2026-08-25&quot;:9.99},{&quot;2026-08-26&quot;:10.39},{&quot;2026-08-27&quot;:10.82},{&quot;2026-08-28&quot;:11.27},{&quot;2026-08-29&quot;:11.27},{&quot;2026-08-30&quot;:11.07},{&quot;2026-08-31&quot;:10.98},{&quot;2026-09-01&quot;:10.98},{&quot;2026-09-02&quot;:10.49},{&quot;2026-09-03&quot;:10.6},{&quot;2026-09-04&quot;:11.2},{&quot;2026-09-05&quot;:10.96},{&quot;2026-09-06&quot;:10.76},{&quot;2026-09-07&quot;:11.29},{&quot;2026-09-08&quot;:12.35},{&quot;2026-09-09&quot;:11.93},{&quot;2026-09-10&quot;:11.71},{&quot;2026-09-11&quot;:10.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="32825"
  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-gtc 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">
            Watery Grave
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Island Swamp
      </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">
            $10.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="Watery Grave" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/7/47fde349-010e-4a2e-838e-e924dbeec355.jpg?1783940086" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land — Island Swamp</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="Watery Grave" src="https://cards.scryfall.io/large/front/4/7/47fde349-010e-4a2e-838e-e924dbeec355.jpg?1783940086" />
    </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">
                $10.95
              </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">
                $19.58
              </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-12&quot;:18.87},{&quot;2026-06-13&quot;:18.87},{&quot;2026-06-14&quot;:18.87},{&quot;2026-06-15&quot;:18.87},{&quot;2026-06-16&quot;:18.87},{&quot;2026-06-17&quot;:19.07},{&quot;2026-06-18&quot;:19.07},{&quot;2026-06-19&quot;:19.07},{&quot;2026-06-20&quot;:19.07},{&quot;2026-06-21&quot;:19.07},{&quot;2026-06-22&quot;:19.07},{&quot;2026-06-23&quot;:19.07},{&quot;2026-06-24&quot;:19.07},{&quot;2026-06-25&quot;:18.91},{&quot;2026-06-26&quot;:18.91},{&quot;2026-06-27&quot;:18.91},{&quot;2026-06-28&quot;:19.09},{&quot;2026-06-29&quot;:19.09},{&quot;2026-06-30&quot;:19.09},{&quot;2026-07-01&quot;:19.14},{&quot;2026-07-02&quot;:19.14},{&quot;2026-07-03&quot;:19.14},{&quot;2026-07-04&quot;:19.14},{&quot;2026-07-05&quot;:19.27},{&quot;2026-07-06&quot;:19.27},{&quot;2026-07-07&quot;:19.27},{&quot;2026-07-08&quot;:19.27},{&quot;2026-07-09&quot;:19.27},{&quot;2026-07-10&quot;:19.27},{&quot;2026-07-11&quot;:19.27},{&quot;2026-07-12&quot;:19.27},{&quot;2026-07-13&quot;:19.27},{&quot;2026-07-14&quot;:19.27},{&quot;2026-07-15&quot;:19.27},{&quot;2026-07-16&quot;:19.27},{&quot;2026-07-17&quot;:19.31},{&quot;2026-07-18&quot;:19.34},{&quot;2026-07-19&quot;:19.34},{&quot;2026-07-20&quot;:19.34},{&quot;2026-07-21&quot;:19.34},{&quot;2026-07-23&quot;:19.42},{&quot;2026-07-24&quot;:19.42},{&quot;2026-07-25&quot;:19.42},{&quot;2026-07-26&quot;:19.42},{&quot;2026-07-27&quot;:19.42},{&quot;2026-07-28&quot;:19.42},{&quot;2026-07-29&quot;:19.42},{&quot;2026-07-30&quot;:19.42},{&quot;2026-07-31&quot;:19.42},{&quot;2026-08-01&quot;:19.42},{&quot;2026-08-02&quot;:19.55},{&quot;2026-08-03&quot;:19.51},{&quot;2026-08-04&quot;:19.51},{&quot;2026-08-05&quot;:19.7},{&quot;2026-08-07&quot;:19.7},{&quot;2026-08-08&quot;:19.7},{&quot;2026-08-09&quot;:19.7},{&quot;2026-08-10&quot;:19.7},{&quot;2026-08-11&quot;:19.7},{&quot;2026-08-12&quot;:19.7},{&quot;2026-08-13&quot;:19.7},{&quot;2026-08-14&quot;:19.67},{&quot;2026-08-15&quot;:19.67},{&quot;2026-08-16&quot;:19.67},{&quot;2026-08-17&quot;:19.67},{&quot;2026-08-18&quot;:19.67},{&quot;2026-08-19&quot;:19.67},{&quot;2026-08-20&quot;:19.67},{&quot;2026-08-21&quot;:19.73},{&quot;2026-08-22&quot;:19.73},{&quot;2026-08-23&quot;:19.72},{&quot;2026-08-24&quot;:19.72},{&quot;2026-08-25&quot;:19.76},{&quot;2026-08-26&quot;:19.76},{&quot;2026-08-27&quot;:19.76},{&quot;2026-08-28&quot;:19.76},{&quot;2026-08-29&quot;:19.76},{&quot;2026-08-30&quot;:19.76},{&quot;2026-08-31&quot;:19.76},{&quot;2026-09-01&quot;:19.76},{&quot;2026-09-02&quot;:19.76},{&quot;2026-09-03&quot;:19.76},{&quot;2026-09-04&quot;:19.76},{&quot;2026-09-05&quot;:19.76},{&quot;2026-09-06&quot;:19.76},{&quot;2026-09-07&quot;:19.76},{&quot;2026-09-08&quot;:19.76},{&quot;2026-09-09&quot;:19.58},{&quot;2026-09-10&quot;:19.58},{&quot;2026-09-11&quot;:19.58}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:12.04},{&quot;2026-06-13&quot;:12.04},{&quot;2026-06-14&quot;:12.05},{&quot;2026-06-15&quot;:11.48},{&quot;2026-06-16&quot;:11.21},{&quot;2026-06-17&quot;:11.39},{&quot;2026-06-18&quot;:11.39},{&quot;2026-06-19&quot;:11.41},{&quot;2026-06-20&quot;:11.35},{&quot;2026-06-21&quot;:11.41},{&quot;2026-06-22&quot;:11.23},{&quot;2026-06-23&quot;:11.21},{&quot;2026-06-24&quot;:11.21},{&quot;2026-06-25&quot;:11.18},{&quot;2026-06-26&quot;:11.18},{&quot;2026-06-27&quot;:11.18},{&quot;2026-06-28&quot;:10.96},{&quot;2026-06-29&quot;:10.96},{&quot;2026-06-30&quot;:10.96},{&quot;2026-07-01&quot;:11.1},{&quot;2026-07-02&quot;:11.1},{&quot;2026-07-03&quot;:11.07},{&quot;2026-07-04&quot;:11.07},{&quot;2026-07-05&quot;:11.07},{&quot;2026-07-06&quot;:11.07},{&quot;2026-07-07&quot;:11.07},{&quot;2026-07-08&quot;:11.07},{&quot;2026-07-09&quot;:11.18},{&quot;2026-07-10&quot;:11.18},{&quot;2026-07-11&quot;:11.18},{&quot;2026-07-12&quot;:11.18},{&quot;2026-07-13&quot;:11.4},{&quot;2026-07-14&quot;:11.4},{&quot;2026-07-15&quot;:11.4},{&quot;2026-07-16&quot;:11.47},{&quot;2026-07-17&quot;:11.47},{&quot;2026-07-18&quot;:11.42},{&quot;2026-07-19&quot;:11.42},{&quot;2026-07-20&quot;:11.42},{&quot;2026-07-21&quot;:11.42},{&quot;2026-07-23&quot;:11.35},{&quot;2026-07-24&quot;:11.3},{&quot;2026-07-25&quot;:11.03},{&quot;2026-07-26&quot;:10.9},{&quot;2026-07-27&quot;:10.81},{&quot;2026-07-28&quot;:10.49},{&quot;2026-07-29&quot;:10.25},{&quot;2026-07-30&quot;:10.18},{&quot;2026-07-31&quot;:9.86},{&quot;2026-08-01&quot;:9.6},{&quot;2026-08-02&quot;:9.12},{&quot;2026-08-03&quot;:9.11},{&quot;2026-08-04&quot;:9.03},{&quot;2026-08-05&quot;:9.1},{&quot;2026-08-07&quot;:9.01},{&quot;2026-08-08&quot;:9.02},{&quot;2026-08-09&quot;:9.02},{&quot;2026-08-10&quot;:8.99},{&quot;2026-08-11&quot;:9.11},{&quot;2026-08-12&quot;:9.39},{&quot;2026-08-13&quot;:8.99},{&quot;2026-08-14&quot;:8.61},{&quot;2026-08-15&quot;:8.61},{&quot;2026-08-16&quot;:8.33},{&quot;2026-08-17&quot;:8.63},{&quot;2026-08-18&quot;:9.24},{&quot;2026-08-19&quot;:9.57},{&quot;2026-08-20&quot;:9.57},{&quot;2026-08-21&quot;:9.84},{&quot;2026-08-22&quot;:9.87},{&quot;2026-08-23&quot;:10.15},{&quot;2026-08-24&quot;:10.12},{&quot;2026-08-25&quot;:10.2},{&quot;2026-08-26&quot;:10.09},{&quot;2026-08-27&quot;:10.06},{&quot;2026-08-28&quot;:10.25},{&quot;2026-08-29&quot;:10.25},{&quot;2026-08-30&quot;:10.45},{&quot;2026-08-31&quot;:10.64},{&quot;2026-09-01&quot;:10.67},{&quot;2026-09-02&quot;:10.64},{&quot;2026-09-03&quot;:10.66},{&quot;2026-09-04&quot;:10.66},{&quot;2026-09-05&quot;:10.55},{&quot;2026-09-06&quot;:10.59},{&quot;2026-09-07&quot;:10.6},{&quot;2026-09-08&quot;:10.77},{&quot;2026-09-09&quot;:10.86},{&quot;2026-09-10&quot;:10.86},{&quot;2026-09-11&quot;:10.95}]}"
        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 351-400 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=7&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=7&amp;username=denvermullets" rel="prev">7</a><a role="link" aria-disabled="true" aria-current="page">8</a><a href="/load_collection?direction=asc&amp;page=9&amp;username=denvermullets" rel="next">9</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=9&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="28708"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              107
            </td>

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86187"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              C17-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Traverse the Outlands


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28413"
          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">
              33
            </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>
              Reckless Endeavor


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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

                </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">
                1.12
            </td>
        </tr>

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45735"
          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">
              58
            </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>
              Faerie Mastermind


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x mr-4"></i>
              The Legend of Roku // Avatar Roku


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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


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

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

                    <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">
                3.06
            </td>
        </tr>

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48729"
          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-mh1 ss-rare ss-fw ss-2x mr-4"></i>
              Giver of Runes


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

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

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

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

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

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

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

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


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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Vito, Thorn of the Dusk Rose


            </td>

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

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24354"
          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-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Gloomlake Verge


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

                    <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">
                0.59
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-mythic ss-fw ss-2x mr-4"></i>
              Sword of Forge and Frontier


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

                </div>
            </td>

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91218"
          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">
              408
            </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">
                  $11.13

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94956"
          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-fca ss-mythic ss-fw ss-2x mr-4"></i>
              Vial Smasher the Fierce


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95834"
          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">
              261
            </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-rare ss-fw ss-2x mr-4"></i>
              Watery Grave


            </td>

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

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

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

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

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


            </td>

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

                    <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">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="32825"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_32825" src="/boxset_card/32825?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 351-400 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=7&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=7&amp;username=denvermullets" rel="prev">7</a><a role="link" aria-disabled="true" aria-current="page">8</a><a href="/load_collection?direction=asc&amp;page=9&amp;username=denvermullets" rel="next">9</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=9&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>