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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.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="Flayer of Loyalties" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/33f3ee0c-1e73-42b6-841d-0a878a80002a.jpg?1783915487" />

        <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">
            Flayer of Loyalties
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-8'></i><i class='no-tailwind ms ms-cost ml-0 ms-c'></i><i class='no-tailwind ms ms-cost ml-0 ms-c'></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="Flayer of Loyalties" src="https://cards.scryfall.io/large/front/3/3/33f3ee0c-1e73-42b6-841d-0a878a80002a.jpg?1783915487" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $14.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">$8.75</span>
              <span class="text-xs text-grey-text">Credit: $11.38</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;:16.54},{&quot;2026-06-14&quot;:16.59},{&quot;2026-06-15&quot;:16.58},{&quot;2026-06-16&quot;:16.58},{&quot;2026-06-17&quot;:16.51},{&quot;2026-06-18&quot;:16.59},{&quot;2026-06-19&quot;:16.59},{&quot;2026-06-20&quot;:16.79},{&quot;2026-06-21&quot;:16.91},{&quot;2026-06-22&quot;:16.91},{&quot;2026-06-23&quot;:16.86},{&quot;2026-06-24&quot;:16.85},{&quot;2026-06-25&quot;:16.85},{&quot;2026-06-26&quot;:16.85},{&quot;2026-06-27&quot;:16.91},{&quot;2026-06-28&quot;:16.88},{&quot;2026-06-29&quot;:16.84},{&quot;2026-06-30&quot;:16.8},{&quot;2026-07-01&quot;:16.77},{&quot;2026-07-02&quot;:16.58},{&quot;2026-07-03&quot;:16.47},{&quot;2026-07-04&quot;:16.47},{&quot;2026-07-05&quot;:16.35},{&quot;2026-07-06&quot;:16.01},{&quot;2026-07-07&quot;:16.04},{&quot;2026-07-08&quot;:15.78},{&quot;2026-07-09&quot;:15.82},{&quot;2026-07-10&quot;:15.64},{&quot;2026-07-11&quot;:15.73},{&quot;2026-07-12&quot;:15.75},{&quot;2026-07-13&quot;:15.66},{&quot;2026-07-14&quot;:15.71},{&quot;2026-07-15&quot;:15.64},{&quot;2026-07-16&quot;:15.64},{&quot;2026-07-17&quot;:15.64},{&quot;2026-07-18&quot;:15.77},{&quot;2026-07-19&quot;:15.78},{&quot;2026-07-20&quot;:15.81},{&quot;2026-07-21&quot;:15.91},{&quot;2026-07-22&quot;:15.94},{&quot;2026-07-23&quot;:15.94},{&quot;2026-07-24&quot;:15.89},{&quot;2026-07-25&quot;:15.89},{&quot;2026-07-26&quot;:15.49},{&quot;2026-07-27&quot;:15.39},{&quot;2026-07-28&quot;:15.36},{&quot;2026-07-29&quot;:15.36},{&quot;2026-07-30&quot;:15.37},{&quot;2026-07-31&quot;:15.37},{&quot;2026-08-01&quot;:15.37},{&quot;2026-08-02&quot;:15.36},{&quot;2026-08-03&quot;:15.4},{&quot;2026-08-04&quot;:15.23},{&quot;2026-08-05&quot;:15.15},{&quot;2026-08-07&quot;:15.29},{&quot;2026-08-08&quot;:15.39},{&quot;2026-08-09&quot;:15.38},{&quot;2026-08-10&quot;:15.38},{&quot;2026-08-11&quot;:15.44},{&quot;2026-08-12&quot;:15.35},{&quot;2026-08-13&quot;:15.23},{&quot;2026-08-14&quot;:15.03},{&quot;2026-08-15&quot;:15.05},{&quot;2026-08-16&quot;:14.97},{&quot;2026-08-17&quot;:14.85},{&quot;2026-08-18&quot;:14.78},{&quot;2026-08-19&quot;:14.78},{&quot;2026-08-20&quot;:14.57},{&quot;2026-08-21&quot;:14.49},{&quot;2026-08-22&quot;:14.53},{&quot;2026-08-23&quot;:14.57},{&quot;2026-08-24&quot;:14.17},{&quot;2026-08-25&quot;:14.17},{&quot;2026-08-26&quot;:14.29},{&quot;2026-08-27&quot;:14.17},{&quot;2026-08-28&quot;:14.25},{&quot;2026-08-29&quot;:14.25},{&quot;2026-08-30&quot;:14.56},{&quot;2026-08-31&quot;:14.56},{&quot;2026-09-01&quot;:14.77},{&quot;2026-09-02&quot;:14.49},{&quot;2026-09-03&quot;:14.69},{&quot;2026-09-04&quot;:14.88},{&quot;2026-09-05&quot;:14.89},{&quot;2026-09-06&quot;:14.76},{&quot;2026-09-07&quot;:14.76},{&quot;2026-09-08&quot;:14.76},{&quot;2026-09-09&quot;:14.84},{&quot;2026-09-10&quot;:14.84},{&quot;2026-09-11&quot;:14.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="45763"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.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="Jin-Gitaxias // The Great Synthesis" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/41c83142-b948-4ee5-a486-41306d2bb411.jpg?1783917044" />

        <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">
            Jin-Gitaxias 
        </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 — Phyrexian Praetor</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Jin-Gitaxias // The Great Synthesis" src="https://cards.scryfall.io/large/front/4/1/41c83142-b948-4ee5-a486-41306d2bb411.jpg?1783917044" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Jin-Gitaxias // The Great Synthesis" src="https://cards.scryfall.io/large/back/4/1/41c83142-b948-4ee5-a486-41306d2bb411.jpg?1783917044" />
              </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-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">
                $13.09
              </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">
                $14.09
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:12.36},{&quot;2026-06-14&quot;:12.36},{&quot;2026-06-15&quot;:12.49},{&quot;2026-06-16&quot;:12.49},{&quot;2026-06-17&quot;:12.49},{&quot;2026-06-18&quot;:12.49},{&quot;2026-06-19&quot;:12.49},{&quot;2026-06-20&quot;:12.49},{&quot;2026-06-21&quot;:12.49},{&quot;2026-06-22&quot;:12.49},{&quot;2026-06-23&quot;:12.49},{&quot;2026-06-24&quot;:12.49},{&quot;2026-06-25&quot;:12.49},{&quot;2026-06-26&quot;:12.49},{&quot;2026-06-27&quot;:12.49},{&quot;2026-06-28&quot;:12.49},{&quot;2026-06-29&quot;:12.39},{&quot;2026-06-30&quot;:12.39},{&quot;2026-07-01&quot;:12.39},{&quot;2026-07-02&quot;:12.45},{&quot;2026-07-03&quot;:12.45},{&quot;2026-07-04&quot;:12.45},{&quot;2026-07-05&quot;:12.45},{&quot;2026-07-06&quot;:12.72},{&quot;2026-07-07&quot;:12.56},{&quot;2026-07-08&quot;:12.55},{&quot;2026-07-09&quot;:12.55},{&quot;2026-07-10&quot;:12.65},{&quot;2026-07-11&quot;:12.65},{&quot;2026-07-12&quot;:12.65},{&quot;2026-07-13&quot;:12.65},{&quot;2026-07-14&quot;:12.79},{&quot;2026-07-15&quot;:12.98},{&quot;2026-07-16&quot;:12.98},{&quot;2026-07-17&quot;:12.98},{&quot;2026-07-18&quot;:12.98},{&quot;2026-07-19&quot;:12.95},{&quot;2026-07-20&quot;:12.95},{&quot;2026-07-21&quot;:12.95},{&quot;2026-07-22&quot;:12.95},{&quot;2026-07-23&quot;:12.95},{&quot;2026-07-24&quot;:12.95},{&quot;2026-07-25&quot;:12.98},{&quot;2026-07-26&quot;:12.98},{&quot;2026-07-27&quot;:13.42},{&quot;2026-07-28&quot;:13.42},{&quot;2026-07-29&quot;:13.42},{&quot;2026-07-30&quot;:13.35},{&quot;2026-07-31&quot;:13.35},{&quot;2026-08-01&quot;:13.35},{&quot;2026-08-02&quot;:13.35},{&quot;2026-08-03&quot;:13.35},{&quot;2026-08-04&quot;:13.64},{&quot;2026-08-05&quot;:13.67},{&quot;2026-08-07&quot;:13.67},{&quot;2026-08-08&quot;:13.58},{&quot;2026-08-09&quot;:13.6},{&quot;2026-08-10&quot;:13.6},{&quot;2026-08-11&quot;:13.6},{&quot;2026-08-12&quot;:13.6},{&quot;2026-08-13&quot;:13.6},{&quot;2026-08-14&quot;:13.6},{&quot;2026-08-15&quot;:13.65},{&quot;2026-08-16&quot;:13.65},{&quot;2026-08-17&quot;:13.65},{&quot;2026-08-18&quot;:14.0},{&quot;2026-08-19&quot;:14.0},{&quot;2026-08-20&quot;:14.02},{&quot;2026-08-21&quot;:13.97},{&quot;2026-08-22&quot;:13.9},{&quot;2026-08-23&quot;:13.9},{&quot;2026-08-24&quot;:13.9},{&quot;2026-08-25&quot;:14.05},{&quot;2026-08-26&quot;:14.05},{&quot;2026-08-27&quot;:13.94},{&quot;2026-08-28&quot;:14.34},{&quot;2026-08-29&quot;:14.34},{&quot;2026-08-30&quot;:14.23},{&quot;2026-08-31&quot;:14.23},{&quot;2026-09-01&quot;:14.23},{&quot;2026-09-02&quot;:14.23},{&quot;2026-09-03&quot;:14.23},{&quot;2026-09-04&quot;:14.09},{&quot;2026-09-05&quot;:14.09},{&quot;2026-09-06&quot;:14.09},{&quot;2026-09-07&quot;:14.09},{&quot;2026-09-08&quot;:14.09},{&quot;2026-09-09&quot;:14.09},{&quot;2026-09-10&quot;:14.09},{&quot;2026-09-11&quot;:14.09}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.04},{&quot;2026-06-14&quot;:11.01},{&quot;2026-06-15&quot;:10.86},{&quot;2026-06-16&quot;:10.45},{&quot;2026-06-17&quot;:10.44},{&quot;2026-06-18&quot;:10.46},{&quot;2026-06-19&quot;:10.27},{&quot;2026-06-20&quot;:10.13},{&quot;2026-06-21&quot;:10.03},{&quot;2026-06-22&quot;:10.24},{&quot;2026-06-23&quot;:10.43},{&quot;2026-06-24&quot;:10.33},{&quot;2026-06-25&quot;:10.37},{&quot;2026-06-26&quot;:10.37},{&quot;2026-06-27&quot;:10.84},{&quot;2026-06-28&quot;:10.77},{&quot;2026-06-29&quot;:10.67},{&quot;2026-06-30&quot;:10.54},{&quot;2026-07-01&quot;:10.54},{&quot;2026-07-02&quot;:10.37},{&quot;2026-07-03&quot;:10.93},{&quot;2026-07-04&quot;:10.96},{&quot;2026-07-05&quot;:11.36},{&quot;2026-07-06&quot;:11.4},{&quot;2026-07-07&quot;:11.4},{&quot;2026-07-08&quot;:11.71},{&quot;2026-07-09&quot;:11.71},{&quot;2026-07-10&quot;:11.73},{&quot;2026-07-11&quot;:12.01},{&quot;2026-07-12&quot;:12.17},{&quot;2026-07-13&quot;:11.79},{&quot;2026-07-14&quot;:11.66},{&quot;2026-07-15&quot;:11.59},{&quot;2026-07-16&quot;:11.46},{&quot;2026-07-17&quot;:11.89},{&quot;2026-07-18&quot;:12.26},{&quot;2026-07-19&quot;:12.6},{&quot;2026-07-20&quot;:12.72},{&quot;2026-07-21&quot;:12.33},{&quot;2026-07-22&quot;:12.34},{&quot;2026-07-23&quot;:12.34},{&quot;2026-07-24&quot;:12.49},{&quot;2026-07-25&quot;:12.44},{&quot;2026-07-26&quot;:12.64},{&quot;2026-07-27&quot;:12.67},{&quot;2026-07-28&quot;:12.65},{&quot;2026-07-29&quot;:12.38},{&quot;2026-07-30&quot;:12.46},{&quot;2026-07-31&quot;:12.03},{&quot;2026-08-01&quot;:11.96},{&quot;2026-08-02&quot;:12.02},{&quot;2026-08-03&quot;:12.02},{&quot;2026-08-04&quot;:12.37},{&quot;2026-08-05&quot;:12.71},{&quot;2026-08-07&quot;:12.6},{&quot;2026-08-08&quot;:12.39},{&quot;2026-08-09&quot;:12.49},{&quot;2026-08-10&quot;:12.85},{&quot;2026-08-11&quot;:12.86},{&quot;2026-08-12&quot;:13.18},{&quot;2026-08-13&quot;:12.56},{&quot;2026-08-14&quot;:12.78},{&quot;2026-08-15&quot;:12.16},{&quot;2026-08-16&quot;:11.81},{&quot;2026-08-17&quot;:12.12},{&quot;2026-08-18&quot;:12.45},{&quot;2026-08-19&quot;:11.85},{&quot;2026-08-20&quot;:11.75},{&quot;2026-08-21&quot;:12.03},{&quot;2026-08-22&quot;:12.1},{&quot;2026-08-23&quot;:12.35},{&quot;2026-08-24&quot;:12.84},{&quot;2026-08-25&quot;:12.9},{&quot;2026-08-26&quot;:12.6},{&quot;2026-08-27&quot;:12.96},{&quot;2026-08-28&quot;:12.76},{&quot;2026-08-29&quot;:12.76},{&quot;2026-08-30&quot;:12.94},{&quot;2026-08-31&quot;:12.79},{&quot;2026-09-01&quot;:12.54},{&quot;2026-09-02&quot;:12.65},{&quot;2026-09-03&quot;:12.61},{&quot;2026-09-04&quot;:12.53},{&quot;2026-09-05&quot;:12.53},{&quot;2026-09-06&quot;:12.52},{&quot;2026-09-07&quot;:12.68},{&quot;2026-09-08&quot;:12.78},{&quot;2026-09-09&quot;:12.72},{&quot;2026-09-10&quot;:13.11},{&quot;2026-09-11&quot;:13.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="87082"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.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="Retether" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/9/79bd15d3-255b-4aa5-8c71-04f7f9eacfd1.jpg?1783914969" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Retether" src="https://cards.scryfall.io/large/front/7/9/79bd15d3-255b-4aa5-8c71-04f7f9eacfd1.jpg?1783914969" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $14.03
              </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-11&quot;:20.62},{&quot;2026-06-12&quot;:20.62},{&quot;2026-06-13&quot;:20.78},{&quot;2026-06-14&quot;:20.79},{&quot;2026-06-15&quot;:20.79},{&quot;2026-06-16&quot;:21.39},{&quot;2026-06-17&quot;:21.38},{&quot;2026-06-18&quot;:21.38},{&quot;2026-06-19&quot;:21.53},{&quot;2026-06-20&quot;:21.53},{&quot;2026-06-21&quot;:21.53},{&quot;2026-06-22&quot;:21.53},{&quot;2026-06-23&quot;:21.53},{&quot;2026-06-24&quot;:21.53},{&quot;2026-06-25&quot;:21.47},{&quot;2026-06-26&quot;:21.84},{&quot;2026-06-27&quot;:21.84},{&quot;2026-06-28&quot;:21.12},{&quot;2026-06-29&quot;:21.97},{&quot;2026-06-30&quot;:22.04},{&quot;2026-07-01&quot;:21.88},{&quot;2026-07-02&quot;:21.89},{&quot;2026-07-03&quot;:21.83},{&quot;2026-07-04&quot;:21.77},{&quot;2026-07-05&quot;:21.94},{&quot;2026-07-06&quot;:22.16},{&quot;2026-07-07&quot;:22.04},{&quot;2026-07-08&quot;:22.08},{&quot;2026-07-09&quot;:22.08},{&quot;2026-07-10&quot;:21.73},{&quot;2026-07-11&quot;:21.92},{&quot;2026-07-12&quot;:21.99},{&quot;2026-07-13&quot;:21.82},{&quot;2026-07-14&quot;:21.9},{&quot;2026-07-15&quot;:21.73},{&quot;2026-07-16&quot;:21.5},{&quot;2026-07-17&quot;:21.26},{&quot;2026-07-18&quot;:21.31},{&quot;2026-07-19&quot;:21.1},{&quot;2026-07-20&quot;:21.1},{&quot;2026-07-21&quot;:21.17},{&quot;2026-07-23&quot;:20.71},{&quot;2026-07-25&quot;:20.6},{&quot;2026-07-26&quot;:20.6},{&quot;2026-07-27&quot;:20.58},{&quot;2026-07-28&quot;:20.41},{&quot;2026-07-29&quot;:20.0},{&quot;2026-07-30&quot;:19.96},{&quot;2026-07-31&quot;:19.96},{&quot;2026-08-01&quot;:19.96},{&quot;2026-08-02&quot;:19.67},{&quot;2026-08-03&quot;:19.53},{&quot;2026-08-04&quot;:19.29},{&quot;2026-08-05&quot;:18.95},{&quot;2026-08-07&quot;:18.91},{&quot;2026-08-08&quot;:17.92},{&quot;2026-08-09&quot;:17.25},{&quot;2026-08-10&quot;:16.67},{&quot;2026-08-11&quot;:16.13},{&quot;2026-08-12&quot;:15.18},{&quot;2026-08-13&quot;:15.15},{&quot;2026-08-14&quot;:15.07},{&quot;2026-08-15&quot;:14.67},{&quot;2026-08-16&quot;:14.67},{&quot;2026-08-17&quot;:14.58},{&quot;2026-08-18&quot;:14.45},{&quot;2026-08-19&quot;:14.39},{&quot;2026-08-20&quot;:14.39},{&quot;2026-08-21&quot;:13.87},{&quot;2026-08-22&quot;:14.02},{&quot;2026-08-23&quot;:13.95},{&quot;2026-08-24&quot;:13.78},{&quot;2026-08-25&quot;:13.78},{&quot;2026-08-26&quot;:13.64},{&quot;2026-08-27&quot;:13.64},{&quot;2026-08-28&quot;:13.69},{&quot;2026-08-29&quot;:13.69},{&quot;2026-08-30&quot;:13.75},{&quot;2026-08-31&quot;:14.0},{&quot;2026-09-01&quot;:14.0},{&quot;2026-09-02&quot;:13.97},{&quot;2026-09-03&quot;:13.97},{&quot;2026-09-04&quot;:14.06},{&quot;2026-09-05&quot;:14.08},{&quot;2026-09-06&quot;:13.95},{&quot;2026-09-07&quot;:13.95},{&quot;2026-09-08&quot;:14.0},{&quot;2026-09-09&quot;:14.0},{&quot;2026-09-10&quot;:14.03},{&quot;2026-09-11&quot;:14.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="13555"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.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="Descent into Avernus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/7/c75e9d08-489d-42ee-9513-0984d25d8c4a.jpg?1783922559" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Descent into Avernus" src="https://cards.scryfall.io/large/front/c/7/c75e9d08-489d-42ee-9513-0984d25d8c4a.jpg?1783922559" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $14.00
              </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.52
              </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">$13.50</span>
              <span class="text-xs text-grey-text">Credit: $17.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:13.64},{&quot;2026-06-13&quot;:13.64},{&quot;2026-06-14&quot;:13.64},{&quot;2026-06-15&quot;:13.64},{&quot;2026-06-16&quot;:13.64},{&quot;2026-06-17&quot;:13.61},{&quot;2026-06-18&quot;:13.61},{&quot;2026-06-19&quot;:13.68},{&quot;2026-06-20&quot;:13.68},{&quot;2026-06-21&quot;:13.76},{&quot;2026-06-22&quot;:13.7},{&quot;2026-06-23&quot;:13.64},{&quot;2026-06-24&quot;:13.64},{&quot;2026-06-25&quot;:13.56},{&quot;2026-06-26&quot;:13.56},{&quot;2026-06-27&quot;:13.63},{&quot;2026-06-28&quot;:13.63},{&quot;2026-06-29&quot;:13.6},{&quot;2026-06-30&quot;:13.6},{&quot;2026-07-01&quot;:13.6},{&quot;2026-07-02&quot;:13.6},{&quot;2026-07-03&quot;:13.6},{&quot;2026-07-04&quot;:13.58},{&quot;2026-07-05&quot;:13.58},{&quot;2026-07-06&quot;:13.59},{&quot;2026-07-07&quot;:13.59},{&quot;2026-07-08&quot;:13.63},{&quot;2026-07-09&quot;:13.63},{&quot;2026-07-10&quot;:13.63},{&quot;2026-07-11&quot;:13.63},{&quot;2026-07-12&quot;:13.64},{&quot;2026-07-13&quot;:13.64},{&quot;2026-07-14&quot;:13.63},{&quot;2026-07-15&quot;:13.63},{&quot;2026-07-16&quot;:13.63},{&quot;2026-07-17&quot;:13.65},{&quot;2026-07-18&quot;:13.65},{&quot;2026-07-19&quot;:13.6},{&quot;2026-07-20&quot;:13.59},{&quot;2026-07-21&quot;:13.54},{&quot;2026-07-23&quot;:13.55},{&quot;2026-07-24&quot;:13.58},{&quot;2026-07-25&quot;:13.58},{&quot;2026-07-26&quot;:13.49},{&quot;2026-07-27&quot;:13.57},{&quot;2026-07-28&quot;:13.57},{&quot;2026-07-29&quot;:13.48},{&quot;2026-07-30&quot;:13.48},{&quot;2026-07-31&quot;:13.48},{&quot;2026-08-01&quot;:13.48},{&quot;2026-08-02&quot;:13.48},{&quot;2026-08-03&quot;:13.63},{&quot;2026-08-04&quot;:13.64},{&quot;2026-08-05&quot;:13.64},{&quot;2026-08-07&quot;:13.64},{&quot;2026-08-08&quot;:13.48},{&quot;2026-08-09&quot;:13.41},{&quot;2026-08-10&quot;:13.41},{&quot;2026-08-11&quot;:13.41},{&quot;2026-08-12&quot;:13.41},{&quot;2026-08-13&quot;:13.34},{&quot;2026-08-14&quot;:13.34},{&quot;2026-08-15&quot;:13.45},{&quot;2026-08-16&quot;:13.45},{&quot;2026-08-17&quot;:13.49},{&quot;2026-08-18&quot;:13.47},{&quot;2026-08-19&quot;:13.42},{&quot;2026-08-20&quot;:13.42},{&quot;2026-08-21&quot;:13.39},{&quot;2026-08-22&quot;:13.49},{&quot;2026-08-23&quot;:13.49},{&quot;2026-08-24&quot;:13.32},{&quot;2026-08-25&quot;:13.24},{&quot;2026-08-26&quot;:12.91},{&quot;2026-08-27&quot;:12.91},{&quot;2026-08-28&quot;:12.91},{&quot;2026-08-29&quot;:12.91},{&quot;2026-08-30&quot;:12.85},{&quot;2026-08-31&quot;:12.85},{&quot;2026-09-01&quot;:12.85},{&quot;2026-09-02&quot;:12.85},{&quot;2026-09-03&quot;:12.92},{&quot;2026-09-04&quot;:12.97},{&quot;2026-09-05&quot;:12.97},{&quot;2026-09-06&quot;:13.19},{&quot;2026-09-07&quot;:13.19},{&quot;2026-09-08&quot;:13.21},{&quot;2026-09-09&quot;:13.23},{&quot;2026-09-10&quot;:13.51},{&quot;2026-09-11&quot;:13.52}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:13.74},{&quot;2026-06-13&quot;:13.77},{&quot;2026-06-14&quot;:13.77},{&quot;2026-06-15&quot;:13.77},{&quot;2026-06-16&quot;:13.77},{&quot;2026-06-17&quot;:13.8},{&quot;2026-06-18&quot;:13.8},{&quot;2026-06-19&quot;:13.72},{&quot;2026-06-20&quot;:13.72},{&quot;2026-06-21&quot;:13.8},{&quot;2026-06-22&quot;:13.8},{&quot;2026-06-23&quot;:13.79},{&quot;2026-06-24&quot;:13.79},{&quot;2026-06-25&quot;:13.78},{&quot;2026-06-26&quot;:13.77},{&quot;2026-06-27&quot;:13.77},{&quot;2026-06-28&quot;:13.75},{&quot;2026-06-29&quot;:13.75},{&quot;2026-06-30&quot;:13.85},{&quot;2026-07-01&quot;:13.95},{&quot;2026-07-02&quot;:13.95},{&quot;2026-07-03&quot;:13.93},{&quot;2026-07-04&quot;:13.86},{&quot;2026-07-05&quot;:13.86},{&quot;2026-07-06&quot;:13.86},{&quot;2026-07-07&quot;:13.86},{&quot;2026-07-08&quot;:13.81},{&quot;2026-07-09&quot;:13.81},{&quot;2026-07-10&quot;:13.81},{&quot;2026-07-11&quot;:13.5},{&quot;2026-07-12&quot;:13.64},{&quot;2026-07-13&quot;:13.64},{&quot;2026-07-14&quot;:13.45},{&quot;2026-07-15&quot;:13.45},{&quot;2026-07-16&quot;:13.34},{&quot;2026-07-17&quot;:13.34},{&quot;2026-07-18&quot;:13.13},{&quot;2026-07-19&quot;:13.13},{&quot;2026-07-20&quot;:12.79},{&quot;2026-07-21&quot;:12.68},{&quot;2026-07-23&quot;:12.83},{&quot;2026-07-24&quot;:12.75},{&quot;2026-07-25&quot;:12.72},{&quot;2026-07-26&quot;:12.84},{&quot;2026-07-27&quot;:12.72},{&quot;2026-07-28&quot;:12.45},{&quot;2026-07-29&quot;:12.6},{&quot;2026-07-30&quot;:12.53},{&quot;2026-07-31&quot;:12.53},{&quot;2026-08-01&quot;:12.53},{&quot;2026-08-02&quot;:12.53},{&quot;2026-08-03&quot;:12.53},{&quot;2026-08-04&quot;:12.53},{&quot;2026-08-05&quot;:12.59},{&quot;2026-08-07&quot;:12.79},{&quot;2026-08-08&quot;:13.05},{&quot;2026-08-09&quot;:13.05},{&quot;2026-08-10&quot;:13.05},{&quot;2026-08-11&quot;:13.05},{&quot;2026-08-12&quot;:13.14},{&quot;2026-08-13&quot;:13.14},{&quot;2026-08-14&quot;:13.39},{&quot;2026-08-15&quot;:13.45},{&quot;2026-08-16&quot;:13.48},{&quot;2026-08-17&quot;:13.85},{&quot;2026-08-18&quot;:13.95},{&quot;2026-08-19&quot;:13.92},{&quot;2026-08-20&quot;:13.92},{&quot;2026-08-21&quot;:13.96},{&quot;2026-08-22&quot;:13.96},{&quot;2026-08-23&quot;:13.96},{&quot;2026-08-24&quot;:13.94},{&quot;2026-08-25&quot;:13.86},{&quot;2026-08-26&quot;:13.86},{&quot;2026-08-27&quot;:14.13},{&quot;2026-08-28&quot;:14.13},{&quot;2026-08-29&quot;:14.13},{&quot;2026-08-30&quot;:14.0},{&quot;2026-08-31&quot;:14.15},{&quot;2026-09-01&quot;:14.15},{&quot;2026-09-02&quot;:14.12},{&quot;2026-09-03&quot;:14.08},{&quot;2026-09-04&quot;:14.11},{&quot;2026-09-05&quot;:14.01},{&quot;2026-09-06&quot;:14.15},{&quot;2026-09-07&quot;:13.96},{&quot;2026-09-08&quot;:13.96},{&quot;2026-09-09&quot;:14.0},{&quot;2026-09-10&quot;:14.0},{&quot;2026-09-11&quot;:14.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="74181"
  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-lci 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">
            Bonehoard Dracosaur
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $13.83
          </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="Bonehoard Dracosaur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/2/2220ed60-3f8f-4dd2-8319-6a06896a5350.jpg?1783913768" />

        <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">
            Bonehoard Dracosaur
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Dinosaur Dragon</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-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="Bonehoard Dracosaur" src="https://cards.scryfall.io/large/front/2/2/2220ed60-3f8f-4dd2-8319-6a06896a5350.jpg?1783913768" />
    </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">
                $13.83
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:15.16},{&quot;2026-06-12&quot;:15.16},{&quot;2026-06-13&quot;:15.56},{&quot;2026-06-14&quot;:15.56},{&quot;2026-06-15&quot;:15.52},{&quot;2026-06-16&quot;:15.52},{&quot;2026-06-17&quot;:15.52},{&quot;2026-06-18&quot;:15.56},{&quot;2026-06-19&quot;:15.76},{&quot;2026-06-20&quot;:15.76},{&quot;2026-06-21&quot;:15.76},{&quot;2026-06-22&quot;:15.88},{&quot;2026-06-23&quot;:15.88},{&quot;2026-06-24&quot;:15.88},{&quot;2026-06-25&quot;:15.88},{&quot;2026-06-26&quot;:15.88},{&quot;2026-06-27&quot;:15.88},{&quot;2026-06-28&quot;:15.88},{&quot;2026-06-29&quot;:15.88},{&quot;2026-06-30&quot;:15.94},{&quot;2026-07-01&quot;:15.94},{&quot;2026-07-02&quot;:15.94},{&quot;2026-07-03&quot;:15.94},{&quot;2026-07-04&quot;:15.94},{&quot;2026-07-05&quot;:15.94},{&quot;2026-07-06&quot;:15.94},{&quot;2026-07-07&quot;:15.94},{&quot;2026-07-08&quot;:15.94},{&quot;2026-07-09&quot;:15.94},{&quot;2026-07-10&quot;:15.94},{&quot;2026-07-11&quot;:15.94},{&quot;2026-07-12&quot;:16.14},{&quot;2026-07-13&quot;:16.14},{&quot;2026-07-14&quot;:16.14},{&quot;2026-07-15&quot;:16.22},{&quot;2026-07-16&quot;:16.22},{&quot;2026-07-17&quot;:15.78},{&quot;2026-07-18&quot;:15.78},{&quot;2026-07-19&quot;:15.78},{&quot;2026-07-20&quot;:15.78},{&quot;2026-07-21&quot;:15.78},{&quot;2026-07-23&quot;:15.78},{&quot;2026-07-25&quot;:15.78},{&quot;2026-07-26&quot;:15.89},{&quot;2026-07-27&quot;:15.89},{&quot;2026-07-28&quot;:15.89},{&quot;2026-07-29&quot;:15.89},{&quot;2026-07-30&quot;:15.89},{&quot;2026-07-31&quot;:16.18},{&quot;2026-08-01&quot;:15.84},{&quot;2026-08-02&quot;:15.84},{&quot;2026-08-03&quot;:15.84},{&quot;2026-08-04&quot;:15.97},{&quot;2026-08-05&quot;:15.97},{&quot;2026-08-07&quot;:15.93},{&quot;2026-08-08&quot;:16.01},{&quot;2026-08-09&quot;:16.01},{&quot;2026-08-10&quot;:15.93},{&quot;2026-08-11&quot;:15.93},{&quot;2026-08-12&quot;:15.93},{&quot;2026-08-13&quot;:15.93},{&quot;2026-08-14&quot;:15.87},{&quot;2026-08-15&quot;:15.81},{&quot;2026-08-16&quot;:15.79},{&quot;2026-08-17&quot;:15.66},{&quot;2026-08-18&quot;:15.78},{&quot;2026-08-19&quot;:15.78},{&quot;2026-08-20&quot;:15.78},{&quot;2026-08-21&quot;:15.37},{&quot;2026-08-22&quot;:15.29},{&quot;2026-08-23&quot;:15.29},{&quot;2026-08-24&quot;:15.29},{&quot;2026-08-25&quot;:15.29},{&quot;2026-08-26&quot;:15.19},{&quot;2026-08-27&quot;:14.99},{&quot;2026-08-28&quot;:15.04},{&quot;2026-08-29&quot;:15.04},{&quot;2026-08-30&quot;:15.23},{&quot;2026-08-31&quot;:15.23},{&quot;2026-09-01&quot;:15.23},{&quot;2026-09-02&quot;:15.18},{&quot;2026-09-03&quot;:15.22},{&quot;2026-09-04&quot;:15.22},{&quot;2026-09-05&quot;:15.22},{&quot;2026-09-06&quot;:15.22},{&quot;2026-09-07&quot;:15.35},{&quot;2026-09-08&quot;:15.16},{&quot;2026-09-09&quot;:15.28},{&quot;2026-09-10&quot;:15.28},{&quot;2026-09-11&quot;:15.28}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:14.31},{&quot;2026-06-12&quot;:14.33},{&quot;2026-06-13&quot;:14.23},{&quot;2026-06-14&quot;:14.73},{&quot;2026-06-15&quot;:14.72},{&quot;2026-06-16&quot;:14.33},{&quot;2026-06-17&quot;:14.33},{&quot;2026-06-18&quot;:14.16},{&quot;2026-06-19&quot;:14.49},{&quot;2026-06-20&quot;:14.48},{&quot;2026-06-21&quot;:14.48},{&quot;2026-06-22&quot;:14.35},{&quot;2026-06-23&quot;:14.14},{&quot;2026-06-24&quot;:14.09},{&quot;2026-06-25&quot;:14.14},{&quot;2026-06-26&quot;:14.17},{&quot;2026-06-27&quot;:14.12},{&quot;2026-06-28&quot;:14.17},{&quot;2026-06-29&quot;:14.15},{&quot;2026-06-30&quot;:13.8},{&quot;2026-07-01&quot;:13.68},{&quot;2026-07-02&quot;:13.55},{&quot;2026-07-03&quot;:13.62},{&quot;2026-07-04&quot;:13.63},{&quot;2026-07-05&quot;:13.66},{&quot;2026-07-06&quot;:13.61},{&quot;2026-07-07&quot;:13.43},{&quot;2026-07-08&quot;:13.56},{&quot;2026-07-09&quot;:13.62},{&quot;2026-07-10&quot;:13.53},{&quot;2026-07-11&quot;:13.48},{&quot;2026-07-12&quot;:13.49},{&quot;2026-07-13&quot;:13.56},{&quot;2026-07-14&quot;:13.7},{&quot;2026-07-15&quot;:13.64},{&quot;2026-07-16&quot;:13.66},{&quot;2026-07-17&quot;:13.41},{&quot;2026-07-18&quot;:13.26},{&quot;2026-07-19&quot;:13.36},{&quot;2026-07-20&quot;:13.12},{&quot;2026-07-21&quot;:13.24},{&quot;2026-07-23&quot;:13.29},{&quot;2026-07-25&quot;:13.54},{&quot;2026-07-26&quot;:13.6},{&quot;2026-07-27&quot;:13.58},{&quot;2026-07-28&quot;:13.56},{&quot;2026-07-29&quot;:13.53},{&quot;2026-07-30&quot;:13.23},{&quot;2026-07-31&quot;:13.58},{&quot;2026-08-01&quot;:13.51},{&quot;2026-08-02&quot;:13.26},{&quot;2026-08-03&quot;:13.08},{&quot;2026-08-04&quot;:13.14},{&quot;2026-08-05&quot;:13.25},{&quot;2026-08-07&quot;:13.52},{&quot;2026-08-08&quot;:13.7},{&quot;2026-08-09&quot;:13.55},{&quot;2026-08-10&quot;:13.36},{&quot;2026-08-11&quot;:13.2},{&quot;2026-08-12&quot;:13.15},{&quot;2026-08-13&quot;:13.54},{&quot;2026-08-14&quot;:13.52},{&quot;2026-08-15&quot;:13.7},{&quot;2026-08-16&quot;:14.11},{&quot;2026-08-17&quot;:14.58},{&quot;2026-08-18&quot;:14.54},{&quot;2026-08-19&quot;:14.71},{&quot;2026-08-20&quot;:14.71},{&quot;2026-08-21&quot;:14.74},{&quot;2026-08-22&quot;:14.74},{&quot;2026-08-23&quot;:14.26},{&quot;2026-08-24&quot;:14.38},{&quot;2026-08-25&quot;:14.38},{&quot;2026-08-26&quot;:14.34},{&quot;2026-08-27&quot;:14.32},{&quot;2026-08-28&quot;:14.34},{&quot;2026-08-29&quot;:14.34},{&quot;2026-08-30&quot;:14.23},{&quot;2026-08-31&quot;:14.09},{&quot;2026-09-01&quot;:14.09},{&quot;2026-09-02&quot;:14.28},{&quot;2026-09-03&quot;:14.43},{&quot;2026-09-04&quot;:14.35},{&quot;2026-09-05&quot;:14.35},{&quot;2026-09-06&quot;:14.26},{&quot;2026-09-07&quot;:14.47},{&quot;2026-09-08&quot;:14.0},{&quot;2026-09-09&quot;:13.76},{&quot;2026-09-10&quot;:13.7},{&quot;2026-09-11&quot;:13.83}]}"
        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="90978"
  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-50 text-badge-text">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $13.83
          </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/0/a/0a4e707f-b760-434d-ba97-a0fe651f3f6a.jpg?1783908102" />

        <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/0/a/0a4e707f-b760-434d-ba97-a0fe651f3f6a.jpg?1783908102" />
    </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">
                $13.83
              </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">
                $14.19
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:10.01},{&quot;2026-06-13&quot;:9.59},{&quot;2026-06-14&quot;:9.59},{&quot;2026-06-15&quot;:9.59},{&quot;2026-06-16&quot;:9.59},{&quot;2026-06-17&quot;:9.59},{&quot;2026-06-18&quot;:9.54},{&quot;2026-06-19&quot;:9.56},{&quot;2026-06-20&quot;:9.55},{&quot;2026-06-21&quot;:8.85},{&quot;2026-06-22&quot;:8.85},{&quot;2026-06-23&quot;:9.23},{&quot;2026-06-24&quot;:9.23},{&quot;2026-06-25&quot;:9.0},{&quot;2026-06-26&quot;:8.81},{&quot;2026-06-27&quot;:8.81},{&quot;2026-06-28&quot;:10.08},{&quot;2026-06-29&quot;:10.25},{&quot;2026-06-30&quot;:11.27},{&quot;2026-07-01&quot;:12.25},{&quot;2026-07-02&quot;:12.47},{&quot;2026-07-03&quot;:13.81},{&quot;2026-07-04&quot;:14.91},{&quot;2026-07-05&quot;:14.09},{&quot;2026-07-06&quot;:14.16},{&quot;2026-07-07&quot;:13.21},{&quot;2026-07-08&quot;:13.21},{&quot;2026-07-09&quot;:13.21},{&quot;2026-07-10&quot;:13.21},{&quot;2026-07-11&quot;:13.21},{&quot;2026-07-12&quot;:13.21},{&quot;2026-07-13&quot;:12.56},{&quot;2026-07-14&quot;:12.56},{&quot;2026-07-15&quot;:12.76},{&quot;2026-07-16&quot;:12.68},{&quot;2026-07-17&quot;:12.73},{&quot;2026-07-18&quot;:12.7},{&quot;2026-07-19&quot;:13.39},{&quot;2026-07-20&quot;:14.17},{&quot;2026-07-21&quot;:14.81},{&quot;2026-07-23&quot;:14.81},{&quot;2026-07-24&quot;:14.9},{&quot;2026-07-25&quot;:14.9},{&quot;2026-07-26&quot;:14.56},{&quot;2026-07-27&quot;:14.32},{&quot;2026-07-28&quot;:14.92},{&quot;2026-07-29&quot;:15.01},{&quot;2026-07-30&quot;:15.17},{&quot;2026-07-31&quot;:15.17},{&quot;2026-08-01&quot;:15.17},{&quot;2026-08-02&quot;:15.29},{&quot;2026-08-03&quot;:15.37},{&quot;2026-08-04&quot;:15.37},{&quot;2026-08-05&quot;:15.37},{&quot;2026-08-07&quot;:15.34},{&quot;2026-08-08&quot;:15.34},{&quot;2026-08-09&quot;:15.34},{&quot;2026-08-10&quot;:15.34},{&quot;2026-08-11&quot;:15.74},{&quot;2026-08-12&quot;:15.74},{&quot;2026-08-13&quot;:15.74},{&quot;2026-08-14&quot;:15.74},{&quot;2026-08-15&quot;:15.74},{&quot;2026-08-16&quot;:15.74},{&quot;2026-08-17&quot;:15.74},{&quot;2026-08-18&quot;:15.74},{&quot;2026-08-19&quot;:15.74},{&quot;2026-08-20&quot;:15.74},{&quot;2026-08-21&quot;:15.74},{&quot;2026-08-22&quot;:15.74},{&quot;2026-08-23&quot;:15.74},{&quot;2026-08-24&quot;:15.92},{&quot;2026-08-25&quot;:15.92},{&quot;2026-08-26&quot;:15.92},{&quot;2026-08-27&quot;:15.92},{&quot;2026-08-28&quot;:15.81},{&quot;2026-08-29&quot;:15.81},{&quot;2026-08-30&quot;:16.05},{&quot;2026-08-31&quot;:15.87},{&quot;2026-09-01&quot;:14.73},{&quot;2026-09-02&quot;:14.78},{&quot;2026-09-03&quot;:14.13},{&quot;2026-09-04&quot;:14.13},{&quot;2026-09-05&quot;:14.16},{&quot;2026-09-06&quot;:13.87},{&quot;2026-09-07&quot;:13.87},{&quot;2026-09-08&quot;:14.11},{&quot;2026-09-09&quot;:14.11},{&quot;2026-09-10&quot;:14.11},{&quot;2026-09-11&quot;:14.19}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.34},{&quot;2026-06-13&quot;:9.96},{&quot;2026-06-14&quot;:10.45},{&quot;2026-06-15&quot;:10.61},{&quot;2026-06-16&quot;:11.05},{&quot;2026-06-17&quot;:11.93},{&quot;2026-06-18&quot;:12.07},{&quot;2026-06-19&quot;:11.47},{&quot;2026-06-20&quot;:10.97},{&quot;2026-06-21&quot;:11.33},{&quot;2026-06-22&quot;:11.46},{&quot;2026-06-23&quot;:11.47},{&quot;2026-06-24&quot;:11.11},{&quot;2026-06-25&quot;:12.07},{&quot;2026-06-26&quot;:12.33},{&quot;2026-06-27&quot;:12.47},{&quot;2026-06-28&quot;:13.11},{&quot;2026-06-29&quot;:13.11},{&quot;2026-06-30&quot;:12.85},{&quot;2026-07-01&quot;:12.83},{&quot;2026-07-02&quot;:12.31},{&quot;2026-07-03&quot;:9.66},{&quot;2026-07-04&quot;:9.54},{&quot;2026-07-05&quot;:9.27},{&quot;2026-07-06&quot;:9.32},{&quot;2026-07-07&quot;:9.36},{&quot;2026-07-08&quot;:8.89},{&quot;2026-07-09&quot;:9.6},{&quot;2026-07-10&quot;:11.46},{&quot;2026-07-11&quot;:11.65},{&quot;2026-07-12&quot;:13.74},{&quot;2026-07-13&quot;:13.15},{&quot;2026-07-14&quot;:14.11},{&quot;2026-07-15&quot;:13.67},{&quot;2026-07-16&quot;:14.24},{&quot;2026-07-17&quot;:13.15},{&quot;2026-07-18&quot;:14.56},{&quot;2026-07-19&quot;:15.03},{&quot;2026-07-20&quot;:15.29},{&quot;2026-07-21&quot;:15.29},{&quot;2026-07-23&quot;:13.82},{&quot;2026-07-24&quot;:13.99},{&quot;2026-07-25&quot;:14.33},{&quot;2026-07-26&quot;:14.61},{&quot;2026-07-27&quot;:14.29},{&quot;2026-07-28&quot;:14.29},{&quot;2026-07-29&quot;:14.32},{&quot;2026-07-30&quot;:14.4},{&quot;2026-07-31&quot;:14.44},{&quot;2026-08-01&quot;:14.44},{&quot;2026-08-02&quot;:14.44},{&quot;2026-08-03&quot;:15.18},{&quot;2026-08-04&quot;:15.63},{&quot;2026-08-05&quot;:15.66},{&quot;2026-08-07&quot;:15.45},{&quot;2026-08-08&quot;:15.53},{&quot;2026-08-09&quot;:15.53},{&quot;2026-08-10&quot;:15.53},{&quot;2026-08-11&quot;:15.53},{&quot;2026-08-12&quot;:15.76},{&quot;2026-08-13&quot;:15.88},{&quot;2026-08-14&quot;:15.61},{&quot;2026-08-15&quot;:15.61},{&quot;2026-08-16&quot;:15.39},{&quot;2026-08-17&quot;:15.15},{&quot;2026-08-18&quot;:14.9},{&quot;2026-08-19&quot;:14.59},{&quot;2026-08-20&quot;:14.59},{&quot;2026-08-21&quot;:14.21},{&quot;2026-08-22&quot;:13.89},{&quot;2026-08-23&quot;:13.29},{&quot;2026-08-24&quot;:12.57},{&quot;2026-08-25&quot;:12.34},{&quot;2026-08-26&quot;:12.34},{&quot;2026-08-27&quot;:12.2},{&quot;2026-08-28&quot;:10.74},{&quot;2026-08-29&quot;:10.74},{&quot;2026-08-30&quot;:11.02},{&quot;2026-08-31&quot;:10.9},{&quot;2026-09-01&quot;:10.84},{&quot;2026-09-02&quot;:11.86},{&quot;2026-09-03&quot;:12.59},{&quot;2026-09-04&quot;:12.8},{&quot;2026-09-05&quot;:12.87},{&quot;2026-09-06&quot;:13.01},{&quot;2026-09-07&quot;:13.3},{&quot;2026-09-08&quot;:13.67},{&quot;2026-09-09&quot;:13.91},{&quot;2026-09-10&quot;:13.83},{&quot;2026-09-11&quot;:13.83}]}"
        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="5696"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Dawn&#39;s Truce" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/c/0cce7aec-f9b0-461b-8245-5286b741409d.jpg?1783910771" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Dawn&#39;s Truce" src="https://cards.scryfall.io/large/front/0/c/0cce7aec-f9b0-461b-8245-5286b741409d.jpg?1783910771" />
    </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">
                $13.81
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:19.84},{&quot;2026-06-14&quot;:19.74},{&quot;2026-06-15&quot;:19.62},{&quot;2026-06-16&quot;:19.64},{&quot;2026-06-17&quot;:19.42},{&quot;2026-06-18&quot;:19.42},{&quot;2026-06-19&quot;:19.41},{&quot;2026-06-20&quot;:19.46},{&quot;2026-06-21&quot;:19.46},{&quot;2026-06-22&quot;:19.46},{&quot;2026-06-23&quot;:19.46},{&quot;2026-06-24&quot;:19.71},{&quot;2026-06-25&quot;:19.87},{&quot;2026-06-26&quot;:19.87},{&quot;2026-06-27&quot;:19.87},{&quot;2026-06-28&quot;:19.87},{&quot;2026-06-29&quot;:19.84},{&quot;2026-06-30&quot;:19.87},{&quot;2026-07-01&quot;:20.03},{&quot;2026-07-02&quot;:19.99},{&quot;2026-07-03&quot;:19.99},{&quot;2026-07-04&quot;:20.24},{&quot;2026-07-05&quot;:20.43},{&quot;2026-07-06&quot;:20.43},{&quot;2026-07-07&quot;:20.54},{&quot;2026-07-08&quot;:20.41},{&quot;2026-07-09&quot;:20.41},{&quot;2026-07-10&quot;:20.49},{&quot;2026-07-11&quot;:20.69},{&quot;2026-07-12&quot;:20.83},{&quot;2026-07-13&quot;:20.83},{&quot;2026-07-14&quot;:20.81},{&quot;2026-07-15&quot;:20.85},{&quot;2026-07-16&quot;:20.85},{&quot;2026-07-17&quot;:20.85},{&quot;2026-07-18&quot;:20.74},{&quot;2026-07-19&quot;:20.78},{&quot;2026-07-20&quot;:20.78},{&quot;2026-07-21&quot;:20.93},{&quot;2026-07-22&quot;:20.93},{&quot;2026-07-23&quot;:20.93},{&quot;2026-07-24&quot;:20.93},{&quot;2026-07-25&quot;:20.93},{&quot;2026-07-26&quot;:21.01},{&quot;2026-07-27&quot;:21.01},{&quot;2026-07-28&quot;:20.96},{&quot;2026-07-29&quot;:21.04},{&quot;2026-07-30&quot;:21.04},{&quot;2026-07-31&quot;:21.04},{&quot;2026-08-01&quot;:21.04},{&quot;2026-08-02&quot;:21.04},{&quot;2026-08-03&quot;:21.01},{&quot;2026-08-04&quot;:21.05},{&quot;2026-08-05&quot;:21.05},{&quot;2026-08-07&quot;:21.03},{&quot;2026-08-08&quot;:21.03},{&quot;2026-08-09&quot;:21.1},{&quot;2026-08-10&quot;:21.17},{&quot;2026-08-11&quot;:21.17},{&quot;2026-08-12&quot;:21.17},{&quot;2026-08-13&quot;:21.27},{&quot;2026-08-14&quot;:21.27},{&quot;2026-08-15&quot;:21.27},{&quot;2026-08-16&quot;:21.56},{&quot;2026-08-17&quot;:21.56},{&quot;2026-08-18&quot;:21.69},{&quot;2026-08-19&quot;:21.85},{&quot;2026-08-20&quot;:21.84},{&quot;2026-08-21&quot;:21.9},{&quot;2026-08-22&quot;:21.86},{&quot;2026-08-23&quot;:21.93},{&quot;2026-08-24&quot;:21.93},{&quot;2026-08-25&quot;:22.03},{&quot;2026-08-26&quot;:22.03},{&quot;2026-08-27&quot;:22.03},{&quot;2026-08-28&quot;:22.03},{&quot;2026-08-29&quot;:22.03},{&quot;2026-08-30&quot;:21.96},{&quot;2026-08-31&quot;:21.98},{&quot;2026-09-01&quot;:21.98},{&quot;2026-09-02&quot;:21.98},{&quot;2026-09-03&quot;:22.08},{&quot;2026-09-04&quot;:22.04},{&quot;2026-09-05&quot;:22.04},{&quot;2026-09-06&quot;:22.04},{&quot;2026-09-07&quot;:22.04},{&quot;2026-09-08&quot;:21.9},{&quot;2026-09-09&quot;:21.9},{&quot;2026-09-10&quot;:21.94},{&quot;2026-09-11&quot;:21.94}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.35},{&quot;2026-06-14&quot;:11.45},{&quot;2026-06-15&quot;:11.24},{&quot;2026-06-16&quot;:11.27},{&quot;2026-06-17&quot;:11.23},{&quot;2026-06-18&quot;:11.27},{&quot;2026-06-19&quot;:11.36},{&quot;2026-06-20&quot;:11.43},{&quot;2026-06-21&quot;:11.42},{&quot;2026-06-22&quot;:11.32},{&quot;2026-06-23&quot;:11.26},{&quot;2026-06-24&quot;:11.42},{&quot;2026-06-25&quot;:11.52},{&quot;2026-06-26&quot;:10.14},{&quot;2026-06-27&quot;:11.55},{&quot;2026-06-28&quot;:11.69},{&quot;2026-06-29&quot;:11.69},{&quot;2026-06-30&quot;:11.69},{&quot;2026-07-01&quot;:12.09},{&quot;2026-07-02&quot;:12.1},{&quot;2026-07-03&quot;:12.29},{&quot;2026-07-04&quot;:12.09},{&quot;2026-07-05&quot;:12.05},{&quot;2026-07-06&quot;:12.04},{&quot;2026-07-07&quot;:12.11},{&quot;2026-07-08&quot;:11.76},{&quot;2026-07-09&quot;:11.83},{&quot;2026-07-10&quot;:11.74},{&quot;2026-07-11&quot;:11.88},{&quot;2026-07-12&quot;:12.02},{&quot;2026-07-13&quot;:12.09},{&quot;2026-07-14&quot;:12.46},{&quot;2026-07-15&quot;:12.72},{&quot;2026-07-16&quot;:12.21},{&quot;2026-07-17&quot;:11.87},{&quot;2026-07-18&quot;:11.86},{&quot;2026-07-19&quot;:11.78},{&quot;2026-07-20&quot;:12.0},{&quot;2026-07-21&quot;:12.04},{&quot;2026-07-22&quot;:12.23},{&quot;2026-07-23&quot;:12.48},{&quot;2026-07-24&quot;:12.57},{&quot;2026-07-25&quot;:12.66},{&quot;2026-07-26&quot;:12.61},{&quot;2026-07-27&quot;:12.29},{&quot;2026-07-28&quot;:12.53},{&quot;2026-07-29&quot;:12.56},{&quot;2026-07-30&quot;:12.44},{&quot;2026-07-31&quot;:12.68},{&quot;2026-08-01&quot;:12.63},{&quot;2026-08-02&quot;:12.63},{&quot;2026-08-03&quot;:12.94},{&quot;2026-08-04&quot;:12.42},{&quot;2026-08-05&quot;:12.43},{&quot;2026-08-07&quot;:12.21},{&quot;2026-08-08&quot;:12.52},{&quot;2026-08-09&quot;:12.54},{&quot;2026-08-10&quot;:12.78},{&quot;2026-08-11&quot;:12.75},{&quot;2026-08-12&quot;:12.48},{&quot;2026-08-13&quot;:12.53},{&quot;2026-08-14&quot;:12.96},{&quot;2026-08-15&quot;:12.86},{&quot;2026-08-16&quot;:12.82},{&quot;2026-08-17&quot;:12.48},{&quot;2026-08-18&quot;:12.38},{&quot;2026-08-19&quot;:12.29},{&quot;2026-08-20&quot;:12.53},{&quot;2026-08-21&quot;:12.34},{&quot;2026-08-22&quot;:12.48},{&quot;2026-08-23&quot;:12.29},{&quot;2026-08-24&quot;:12.55},{&quot;2026-08-25&quot;:12.55},{&quot;2026-08-26&quot;:12.31},{&quot;2026-08-27&quot;:11.99},{&quot;2026-08-28&quot;:12.09},{&quot;2026-08-29&quot;:12.09},{&quot;2026-08-30&quot;:12.08},{&quot;2026-08-31&quot;:12.31},{&quot;2026-09-01&quot;:12.36},{&quot;2026-09-02&quot;:12.35},{&quot;2026-09-03&quot;:12.35},{&quot;2026-09-04&quot;:12.12},{&quot;2026-09-05&quot;:12.61},{&quot;2026-09-06&quot;:13.25},{&quot;2026-09-07&quot;:13.24},{&quot;2026-09-08&quot;:13.23},{&quot;2026-09-09&quot;:13.12},{&quot;2026-09-10&quot;:13.62},{&quot;2026-09-11&quot;:13.81}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Insect
      </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">
            $13.76
          </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="Skittering Cicada" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/3/d3a83be9-856d-4c30-95f5-da72a5ac8263.jpg?1783915486" />

        <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">
            Skittering Cicada
        </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 — Insect</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="Skittering Cicada" src="https://cards.scryfall.io/large/front/d/3/d3a83be9-856d-4c30-95f5-da72a5ac8263.jpg?1783915486" />
    </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">
                $13.76
              </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;normal&quot;:[{&quot;2026-06-13&quot;:13.03},{&quot;2026-06-14&quot;:12.89},{&quot;2026-06-15&quot;:12.95},{&quot;2026-06-16&quot;:12.85},{&quot;2026-06-17&quot;:12.61},{&quot;2026-06-18&quot;:12.73},{&quot;2026-06-19&quot;:12.87},{&quot;2026-06-20&quot;:12.96},{&quot;2026-06-21&quot;:12.96},{&quot;2026-06-22&quot;:13.06},{&quot;2026-06-23&quot;:13.02},{&quot;2026-06-24&quot;:12.95},{&quot;2026-06-25&quot;:13.14},{&quot;2026-06-26&quot;:13.3},{&quot;2026-06-27&quot;:13.05},{&quot;2026-06-28&quot;:12.8},{&quot;2026-06-29&quot;:12.69},{&quot;2026-06-30&quot;:12.52},{&quot;2026-07-01&quot;:12.37},{&quot;2026-07-02&quot;:12.14},{&quot;2026-07-03&quot;:11.97},{&quot;2026-07-04&quot;:12.2},{&quot;2026-07-05&quot;:12.3},{&quot;2026-07-06&quot;:12.44},{&quot;2026-07-07&quot;:12.53},{&quot;2026-07-08&quot;:12.53},{&quot;2026-07-09&quot;:12.64},{&quot;2026-07-10&quot;:12.55},{&quot;2026-07-11&quot;:12.69},{&quot;2026-07-12&quot;:12.89},{&quot;2026-07-13&quot;:13.05},{&quot;2026-07-14&quot;:13.17},{&quot;2026-07-15&quot;:13.05},{&quot;2026-07-16&quot;:13.23},{&quot;2026-07-17&quot;:13.21},{&quot;2026-07-18&quot;:13.11},{&quot;2026-07-19&quot;:13.07},{&quot;2026-07-20&quot;:13.02},{&quot;2026-07-21&quot;:13.04},{&quot;2026-07-22&quot;:13.32},{&quot;2026-07-23&quot;:13.32},{&quot;2026-07-24&quot;:13.22},{&quot;2026-07-25&quot;:13.19},{&quot;2026-07-26&quot;:13.2},{&quot;2026-07-27&quot;:13.44},{&quot;2026-07-28&quot;:13.69},{&quot;2026-07-29&quot;:13.7},{&quot;2026-07-30&quot;:13.71},{&quot;2026-07-31&quot;:13.72},{&quot;2026-08-01&quot;:13.72},{&quot;2026-08-02&quot;:13.72},{&quot;2026-08-03&quot;:13.61},{&quot;2026-08-04&quot;:13.68},{&quot;2026-08-05&quot;:13.68},{&quot;2026-08-07&quot;:13.69},{&quot;2026-08-08&quot;:13.85},{&quot;2026-08-09&quot;:13.85},{&quot;2026-08-10&quot;:13.76},{&quot;2026-08-11&quot;:13.76},{&quot;2026-08-12&quot;:13.75},{&quot;2026-08-13&quot;:13.73},{&quot;2026-08-14&quot;:13.85},{&quot;2026-08-15&quot;:13.71},{&quot;2026-08-16&quot;:13.71},{&quot;2026-08-17&quot;:13.55},{&quot;2026-08-18&quot;:13.29},{&quot;2026-08-19&quot;:13.29},{&quot;2026-08-20&quot;:13.38},{&quot;2026-08-21&quot;:13.44},{&quot;2026-08-22&quot;:13.24},{&quot;2026-08-23&quot;:13.18},{&quot;2026-08-24&quot;:13.13},{&quot;2026-08-25&quot;:13.13},{&quot;2026-08-26&quot;:13.4},{&quot;2026-08-27&quot;:13.39},{&quot;2026-08-28&quot;:13.39},{&quot;2026-08-29&quot;:13.39},{&quot;2026-08-30&quot;:13.42},{&quot;2026-08-31&quot;:13.43},{&quot;2026-09-01&quot;:13.45},{&quot;2026-09-02&quot;:13.36},{&quot;2026-09-03&quot;:13.32},{&quot;2026-09-04&quot;:13.44},{&quot;2026-09-05&quot;:13.6},{&quot;2026-09-06&quot;:13.6},{&quot;2026-09-07&quot;:13.6},{&quot;2026-09-08&quot;:13.6},{&quot;2026-09-09&quot;:13.68},{&quot;2026-09-10&quot;:13.76},{&quot;2026-09-11&quot;:13.76}]}"
        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="61286"
  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-rvr 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">
            Sacred Foundry
        </span>


      </div>

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

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

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

        <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">
            Sacred Foundry
        </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 — Mountain Plains</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sacred Foundry" src="https://cards.scryfall.io/large/front/8/0/8076a8c3-7c6c-4636-b5d8-9b09ee95f92c.jpg?1783913254" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$9.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.31},{&quot;2026-06-14&quot;:13.29},{&quot;2026-06-15&quot;:13.29},{&quot;2026-06-16&quot;:13.29},{&quot;2026-06-17&quot;:13.29},{&quot;2026-06-18&quot;:13.29},{&quot;2026-06-19&quot;:13.29},{&quot;2026-06-20&quot;:13.29},{&quot;2026-06-21&quot;:13.29},{&quot;2026-06-22&quot;:13.29},{&quot;2026-06-23&quot;:13.24},{&quot;2026-06-24&quot;:13.24},{&quot;2026-06-25&quot;:13.24},{&quot;2026-06-26&quot;:13.24},{&quot;2026-06-27&quot;:13.24},{&quot;2026-06-28&quot;:13.42},{&quot;2026-06-29&quot;:13.42},{&quot;2026-06-30&quot;:13.42},{&quot;2026-07-01&quot;:13.42},{&quot;2026-07-02&quot;:13.31},{&quot;2026-07-03&quot;:13.31},{&quot;2026-07-04&quot;:13.31},{&quot;2026-07-05&quot;:13.31},{&quot;2026-07-06&quot;:13.31},{&quot;2026-07-07&quot;:13.31},{&quot;2026-07-08&quot;:13.31},{&quot;2026-07-09&quot;:13.31},{&quot;2026-07-10&quot;:13.31},{&quot;2026-07-11&quot;:13.22},{&quot;2026-07-12&quot;:13.22},{&quot;2026-07-13&quot;:13.23},{&quot;2026-07-14&quot;:13.23},{&quot;2026-07-15&quot;:13.23},{&quot;2026-07-16&quot;:13.23},{&quot;2026-07-17&quot;:13.23},{&quot;2026-07-18&quot;:13.16},{&quot;2026-07-19&quot;:13.16},{&quot;2026-07-20&quot;:13.21},{&quot;2026-07-21&quot;:13.21},{&quot;2026-07-22&quot;:13.21},{&quot;2026-07-23&quot;:13.21},{&quot;2026-07-24&quot;:13.17},{&quot;2026-07-25&quot;:13.17},{&quot;2026-07-26&quot;:13.17},{&quot;2026-07-27&quot;:13.17},{&quot;2026-07-28&quot;:13.17},{&quot;2026-07-29&quot;:13.17},{&quot;2026-07-30&quot;:13.17},{&quot;2026-07-31&quot;:13.22},{&quot;2026-08-01&quot;:13.22},{&quot;2026-08-02&quot;:13.22},{&quot;2026-08-03&quot;:13.22},{&quot;2026-08-04&quot;:13.22},{&quot;2026-08-05&quot;:13.22},{&quot;2026-08-07&quot;:13.45},{&quot;2026-08-08&quot;:13.45},{&quot;2026-08-09&quot;:13.45},{&quot;2026-08-10&quot;:13.45},{&quot;2026-08-11&quot;:13.53},{&quot;2026-08-12&quot;:13.53},{&quot;2026-08-13&quot;:13.53},{&quot;2026-08-14&quot;:13.53},{&quot;2026-08-15&quot;:13.57},{&quot;2026-08-16&quot;:13.6},{&quot;2026-08-17&quot;:13.6},{&quot;2026-08-18&quot;:13.62},{&quot;2026-08-19&quot;:13.62},{&quot;2026-08-20&quot;:13.62},{&quot;2026-08-21&quot;:13.62},{&quot;2026-08-22&quot;:13.62},{&quot;2026-08-23&quot;:13.62},{&quot;2026-08-24&quot;:13.62},{&quot;2026-08-25&quot;:13.54},{&quot;2026-08-26&quot;:13.54},{&quot;2026-08-27&quot;:13.54},{&quot;2026-08-28&quot;:13.54},{&quot;2026-08-29&quot;:13.54},{&quot;2026-08-30&quot;:13.66},{&quot;2026-08-31&quot;:13.66},{&quot;2026-09-01&quot;:13.66},{&quot;2026-09-02&quot;:13.66},{&quot;2026-09-03&quot;:13.66},{&quot;2026-09-04&quot;:13.66},{&quot;2026-09-05&quot;:13.66},{&quot;2026-09-06&quot;:13.66},{&quot;2026-09-07&quot;:13.66},{&quot;2026-09-08&quot;:13.66},{&quot;2026-09-09&quot;:13.66},{&quot;2026-09-10&quot;:13.66},{&quot;2026-09-11&quot;:13.66}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:11.82},{&quot;2026-06-14&quot;:11.93},{&quot;2026-06-15&quot;:11.93},{&quot;2026-06-16&quot;:11.93},{&quot;2026-06-17&quot;:12.0},{&quot;2026-06-18&quot;:12.0},{&quot;2026-06-19&quot;:11.99},{&quot;2026-06-20&quot;:12.06},{&quot;2026-06-21&quot;:11.99},{&quot;2026-06-22&quot;:11.95},{&quot;2026-06-23&quot;:11.95},{&quot;2026-06-24&quot;:11.95},{&quot;2026-06-25&quot;:12.03},{&quot;2026-06-26&quot;:12.03},{&quot;2026-06-27&quot;:11.95},{&quot;2026-06-28&quot;:11.95},{&quot;2026-06-29&quot;:11.95},{&quot;2026-06-30&quot;:11.95},{&quot;2026-07-01&quot;:11.9},{&quot;2026-07-02&quot;:11.89},{&quot;2026-07-03&quot;:11.89},{&quot;2026-07-04&quot;:11.91},{&quot;2026-07-05&quot;:11.86},{&quot;2026-07-06&quot;:11.88},{&quot;2026-07-07&quot;:11.88},{&quot;2026-07-08&quot;:11.58},{&quot;2026-07-09&quot;:11.58},{&quot;2026-07-10&quot;:11.58},{&quot;2026-07-11&quot;:11.5},{&quot;2026-07-12&quot;:11.56},{&quot;2026-07-13&quot;:11.56},{&quot;2026-07-14&quot;:11.56},{&quot;2026-07-15&quot;:11.48},{&quot;2026-07-16&quot;:11.48},{&quot;2026-07-17&quot;:11.44},{&quot;2026-07-18&quot;:11.42},{&quot;2026-07-19&quot;:11.41},{&quot;2026-07-20&quot;:11.36},{&quot;2026-07-21&quot;:11.36},{&quot;2026-07-22&quot;:11.36},{&quot;2026-07-23&quot;:11.44},{&quot;2026-07-24&quot;:11.47},{&quot;2026-07-25&quot;:11.61},{&quot;2026-07-26&quot;:11.61},{&quot;2026-07-27&quot;:11.5},{&quot;2026-07-28&quot;:11.5},{&quot;2026-07-29&quot;:11.51},{&quot;2026-07-30&quot;:11.61},{&quot;2026-07-31&quot;:11.84},{&quot;2026-08-01&quot;:11.84},{&quot;2026-08-02&quot;:11.84},{&quot;2026-08-03&quot;:11.89},{&quot;2026-08-04&quot;:11.89},{&quot;2026-08-05&quot;:11.89},{&quot;2026-08-07&quot;:11.89},{&quot;2026-08-08&quot;:11.89},{&quot;2026-08-09&quot;:11.89},{&quot;2026-08-10&quot;:11.89},{&quot;2026-08-11&quot;:11.94},{&quot;2026-08-12&quot;:11.94},{&quot;2026-08-13&quot;:11.94},{&quot;2026-08-14&quot;:11.92},{&quot;2026-08-15&quot;:11.92},{&quot;2026-08-16&quot;:11.92},{&quot;2026-08-17&quot;:11.89},{&quot;2026-08-18&quot;:11.89},{&quot;2026-08-19&quot;:11.93},{&quot;2026-08-20&quot;:11.93},{&quot;2026-08-21&quot;:11.93},{&quot;2026-08-22&quot;:11.58},{&quot;2026-08-23&quot;:11.76},{&quot;2026-08-24&quot;:11.76},{&quot;2026-08-25&quot;:11.76},{&quot;2026-08-26&quot;:11.76},{&quot;2026-08-27&quot;:11.76},{&quot;2026-08-28&quot;:11.76},{&quot;2026-08-29&quot;:11.76},{&quot;2026-08-30&quot;:11.93},{&quot;2026-08-31&quot;:11.91},{&quot;2026-09-01&quot;:11.91},{&quot;2026-09-02&quot;:11.89},{&quot;2026-09-03&quot;:11.89},{&quot;2026-09-04&quot;:11.84},{&quot;2026-09-05&quot;:11.84},{&quot;2026-09-06&quot;:11.75},{&quot;2026-09-07&quot;:11.89},{&quot;2026-09-08&quot;:12.26},{&quot;2026-09-09&quot;:12.31},{&quot;2026-09-10&quot;:12.31},{&quot;2026-09-11&quot;:12.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="80537"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $13.63
          </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="Noble Hierarch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ff782973-e33c-4edd-bbd7-5c8dc8d59554.jpg?1783933789" />

        <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">
            Noble Hierarch
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Noble Hierarch" src="https://cards.scryfall.io/large/front/f/f/ff782973-e33c-4edd-bbd7-5c8dc8d59554.jpg?1783933789" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $11.28
              </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">
                $13.63
              </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">$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-11&quot;:13.04},{&quot;2026-06-12&quot;:13.04},{&quot;2026-06-13&quot;:13.04},{&quot;2026-06-14&quot;:13.04},{&quot;2026-06-15&quot;:13.04},{&quot;2026-06-16&quot;:13.04},{&quot;2026-06-17&quot;:13.04},{&quot;2026-06-18&quot;:13.04},{&quot;2026-06-19&quot;:13.04},{&quot;2026-06-20&quot;:13.04},{&quot;2026-06-21&quot;:13.04},{&quot;2026-06-22&quot;:13.04},{&quot;2026-06-23&quot;:13.04},{&quot;2026-06-24&quot;:13.04},{&quot;2026-06-25&quot;:13.04},{&quot;2026-06-26&quot;:13.04},{&quot;2026-06-27&quot;:13.04},{&quot;2026-06-28&quot;:13.04},{&quot;2026-06-29&quot;:13.04},{&quot;2026-06-30&quot;:13.04},{&quot;2026-07-01&quot;:13.04},{&quot;2026-07-02&quot;:13.04},{&quot;2026-07-03&quot;:13.07},{&quot;2026-07-04&quot;:13.07},{&quot;2026-07-05&quot;:13.07},{&quot;2026-07-06&quot;:13.1},{&quot;2026-07-07&quot;:13.1},{&quot;2026-07-08&quot;:13.1},{&quot;2026-07-09&quot;:13.18},{&quot;2026-07-10&quot;:13.18},{&quot;2026-07-11&quot;:13.18},{&quot;2026-07-12&quot;:13.18},{&quot;2026-07-13&quot;:13.19},{&quot;2026-07-14&quot;:13.27},{&quot;2026-07-15&quot;:13.27},{&quot;2026-07-16&quot;:13.27},{&quot;2026-07-17&quot;:13.27},{&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-23&quot;:13.27},{&quot;2026-07-25&quot;:13.27},{&quot;2026-07-26&quot;:13.27},{&quot;2026-07-27&quot;:13.27},{&quot;2026-07-28&quot;:13.27},{&quot;2026-07-29&quot;:13.27},{&quot;2026-07-30&quot;:13.27},{&quot;2026-07-31&quot;:13.27},{&quot;2026-08-01&quot;:13.27},{&quot;2026-08-02&quot;:13.27},{&quot;2026-08-03&quot;:13.27},{&quot;2026-08-04&quot;:13.45},{&quot;2026-08-05&quot;:13.45},{&quot;2026-08-07&quot;:13.49},{&quot;2026-08-08&quot;:13.49},{&quot;2026-08-09&quot;:13.49},{&quot;2026-08-10&quot;:13.49},{&quot;2026-08-11&quot;:13.49},{&quot;2026-08-12&quot;:13.51},{&quot;2026-08-13&quot;:13.49},{&quot;2026-08-14&quot;:13.49},{&quot;2026-08-15&quot;:13.49},{&quot;2026-08-16&quot;:13.49},{&quot;2026-08-17&quot;:13.55},{&quot;2026-08-18&quot;:13.55},{&quot;2026-08-19&quot;:13.55},{&quot;2026-08-20&quot;:13.55},{&quot;2026-08-21&quot;:13.55},{&quot;2026-08-22&quot;:13.55},{&quot;2026-08-23&quot;:13.5},{&quot;2026-08-24&quot;:13.5},{&quot;2026-08-25&quot;:13.5},{&quot;2026-08-26&quot;:13.5},{&quot;2026-08-27&quot;:13.5},{&quot;2026-08-28&quot;:13.5},{&quot;2026-08-29&quot;:13.5},{&quot;2026-08-30&quot;:13.55},{&quot;2026-08-31&quot;:13.55},{&quot;2026-09-01&quot;:13.55},{&quot;2026-09-02&quot;:13.55},{&quot;2026-09-03&quot;:13.55},{&quot;2026-09-04&quot;:13.55},{&quot;2026-09-05&quot;:13.55},{&quot;2026-09-06&quot;:13.63},{&quot;2026-09-07&quot;:13.63},{&quot;2026-09-08&quot;:13.63},{&quot;2026-09-09&quot;:13.63},{&quot;2026-09-10&quot;:13.63},{&quot;2026-09-11&quot;:13.63}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:10.08},{&quot;2026-06-12&quot;:10.28},{&quot;2026-06-13&quot;:10.28},{&quot;2026-06-14&quot;:10.28},{&quot;2026-06-15&quot;:10.27},{&quot;2026-06-16&quot;:10.46},{&quot;2026-06-17&quot;:10.45},{&quot;2026-06-18&quot;:10.36},{&quot;2026-06-19&quot;:10.32},{&quot;2026-06-20&quot;:10.63},{&quot;2026-06-21&quot;:10.63},{&quot;2026-06-22&quot;:10.63},{&quot;2026-06-23&quot;:10.72},{&quot;2026-06-24&quot;:10.72},{&quot;2026-06-25&quot;:10.72},{&quot;2026-06-26&quot;:10.86},{&quot;2026-06-27&quot;:10.94},{&quot;2026-06-28&quot;:11.25},{&quot;2026-06-29&quot;:11.65},{&quot;2026-06-30&quot;:11.71},{&quot;2026-07-01&quot;:11.69},{&quot;2026-07-02&quot;:11.69},{&quot;2026-07-03&quot;:11.63},{&quot;2026-07-04&quot;:11.63},{&quot;2026-07-05&quot;:11.63},{&quot;2026-07-06&quot;:11.69},{&quot;2026-07-07&quot;:11.69},{&quot;2026-07-08&quot;:11.69},{&quot;2026-07-09&quot;:11.64},{&quot;2026-07-10&quot;:11.59},{&quot;2026-07-11&quot;:11.59},{&quot;2026-07-12&quot;:11.98},{&quot;2026-07-13&quot;:12.02},{&quot;2026-07-14&quot;:12.02},{&quot;2026-07-15&quot;:12.02},{&quot;2026-07-16&quot;:11.8},{&quot;2026-07-17&quot;:12.01},{&quot;2026-07-18&quot;:12.01},{&quot;2026-07-19&quot;:12.0},{&quot;2026-07-20&quot;:12.06},{&quot;2026-07-21&quot;:11.89},{&quot;2026-07-23&quot;:11.73},{&quot;2026-07-25&quot;:11.63},{&quot;2026-07-26&quot;:11.63},{&quot;2026-07-27&quot;:11.63},{&quot;2026-07-28&quot;:11.63},{&quot;2026-07-29&quot;:11.63},{&quot;2026-07-30&quot;:11.63},{&quot;2026-07-31&quot;:11.63},{&quot;2026-08-01&quot;:11.7},{&quot;2026-08-02&quot;:11.71},{&quot;2026-08-03&quot;:11.71},{&quot;2026-08-04&quot;:12.08},{&quot;2026-08-05&quot;:12.03},{&quot;2026-08-07&quot;:11.99},{&quot;2026-08-08&quot;:11.99},{&quot;2026-08-09&quot;:11.99},{&quot;2026-08-10&quot;:11.99},{&quot;2026-08-11&quot;:11.99},{&quot;2026-08-12&quot;:11.99},{&quot;2026-08-13&quot;:11.97},{&quot;2026-08-14&quot;:11.7},{&quot;2026-08-15&quot;:11.7},{&quot;2026-08-16&quot;:11.49},{&quot;2026-08-17&quot;:11.43},{&quot;2026-08-18&quot;:11.42},{&quot;2026-08-19&quot;:11.42},{&quot;2026-08-20&quot;:11.42},{&quot;2026-08-21&quot;:11.54},{&quot;2026-08-22&quot;:11.54},{&quot;2026-08-23&quot;:11.54},{&quot;2026-08-24&quot;:11.54},{&quot;2026-08-25&quot;:11.54},{&quot;2026-08-26&quot;:11.43},{&quot;2026-08-27&quot;:11.43},{&quot;2026-08-28&quot;:11.43},{&quot;2026-08-29&quot;:11.43},{&quot;2026-08-30&quot;:11.43},{&quot;2026-08-31&quot;:11.47},{&quot;2026-09-01&quot;:11.47},{&quot;2026-09-02&quot;:11.14},{&quot;2026-09-03&quot;:11.14},{&quot;2026-09-04&quot;:11.01},{&quot;2026-09-05&quot;:10.95},{&quot;2026-09-06&quot;:10.89},{&quot;2026-09-07&quot;:10.89},{&quot;2026-09-08&quot;:10.8},{&quot;2026-09-09&quot;:11.06},{&quot;2026-09-10&quot;:11.04},{&quot;2026-09-11&quot;:11.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="76400"
  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">
            Collective Restraint
        </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">
              ↓
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $13.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="Collective Restraint" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/7/a7e60999-8d45-468d-ad6e-de8826afad1a.jpg?1783921163" />

        <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">
            Collective Restraint
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Collective Restraint" src="https://cards.scryfall.io/large/front/a/7/a7e60999-8d45-468d-ad6e-de8826afad1a.jpg?1783921163" />
    </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">
                $13.48
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-11&quot;:12.23},{&quot;2026-06-12&quot;:12.2},{&quot;2026-06-13&quot;:12.2},{&quot;2026-06-14&quot;:12.2},{&quot;2026-06-15&quot;:12.2},{&quot;2026-06-16&quot;:12.35},{&quot;2026-06-17&quot;:12.24},{&quot;2026-06-18&quot;:12.12},{&quot;2026-06-19&quot;:12.13},{&quot;2026-06-20&quot;:12.07},{&quot;2026-06-21&quot;:12.07},{&quot;2026-06-22&quot;:12.07},{&quot;2026-06-23&quot;:11.62},{&quot;2026-06-24&quot;:11.62},{&quot;2026-06-25&quot;:11.62},{&quot;2026-06-26&quot;:11.77},{&quot;2026-06-27&quot;:11.77},{&quot;2026-06-28&quot;:11.77},{&quot;2026-06-29&quot;:11.87},{&quot;2026-06-30&quot;:11.87},{&quot;2026-07-01&quot;:11.87},{&quot;2026-07-02&quot;:11.88},{&quot;2026-07-03&quot;:11.88},{&quot;2026-07-04&quot;:11.96},{&quot;2026-07-05&quot;:11.96},{&quot;2026-07-06&quot;:11.96},{&quot;2026-07-07&quot;:11.96},{&quot;2026-07-08&quot;:11.96},{&quot;2026-07-09&quot;:11.96},{&quot;2026-07-10&quot;:11.68},{&quot;2026-07-11&quot;:11.6},{&quot;2026-07-12&quot;:11.73},{&quot;2026-07-13&quot;:11.73},{&quot;2026-07-14&quot;:11.73},{&quot;2026-07-15&quot;:11.73},{&quot;2026-07-16&quot;:11.73},{&quot;2026-07-17&quot;:11.73},{&quot;2026-07-18&quot;:11.99},{&quot;2026-07-19&quot;:11.99},{&quot;2026-07-20&quot;:11.99},{&quot;2026-07-21&quot;:11.99},{&quot;2026-07-23&quot;:12.31},{&quot;2026-07-25&quot;:12.19},{&quot;2026-07-26&quot;:12.19},{&quot;2026-07-27&quot;:12.24},{&quot;2026-07-28&quot;:12.3},{&quot;2026-07-29&quot;:12.3},{&quot;2026-07-30&quot;:12.62},{&quot;2026-07-31&quot;:12.77},{&quot;2026-08-01&quot;:13.18},{&quot;2026-08-02&quot;:13.18},{&quot;2026-08-03&quot;:13.78},{&quot;2026-08-04&quot;:13.94},{&quot;2026-08-05&quot;:14.34},{&quot;2026-08-07&quot;:14.34},{&quot;2026-08-08&quot;:14.34},{&quot;2026-08-09&quot;:14.34},{&quot;2026-08-10&quot;:14.36},{&quot;2026-08-11&quot;:14.36},{&quot;2026-08-12&quot;:15.0},{&quot;2026-08-13&quot;:15.06},{&quot;2026-08-14&quot;:15.06},{&quot;2026-08-15&quot;:14.9},{&quot;2026-08-16&quot;:14.73},{&quot;2026-08-17&quot;:14.73},{&quot;2026-08-18&quot;:14.73},{&quot;2026-08-19&quot;:14.53},{&quot;2026-08-20&quot;:14.53},{&quot;2026-08-21&quot;:14.57},{&quot;2026-08-22&quot;:14.57},{&quot;2026-08-23&quot;:14.57},{&quot;2026-08-24&quot;:14.71},{&quot;2026-08-25&quot;:14.71},{&quot;2026-08-26&quot;:14.71},{&quot;2026-08-27&quot;:14.71},{&quot;2026-08-28&quot;:14.79},{&quot;2026-08-29&quot;:14.79},{&quot;2026-08-30&quot;:14.79},{&quot;2026-08-31&quot;:14.79},{&quot;2026-09-01&quot;:14.79},{&quot;2026-09-02&quot;:14.73},{&quot;2026-09-03&quot;:14.73},{&quot;2026-09-04&quot;:14.73},{&quot;2026-09-05&quot;:14.67},{&quot;2026-09-06&quot;:14.67},{&quot;2026-09-07&quot;:14.47},{&quot;2026-09-08&quot;:14.08},{&quot;2026-09-09&quot;:13.88},{&quot;2026-09-10&quot;:13.59},{&quot;2026-09-11&quot;:13.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="49560"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </span>

      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Imperial Recruiter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/5/05bd329b-5707-42fc-af1c-084cc604e805.jpg?1783926783" />

        <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">
            Imperial Recruiter
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Advisor</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="Imperial Recruiter" src="https://cards.scryfall.io/large/front/0/5/05bd329b-5707-42fc-af1c-084cc604e805.jpg?1783926783" />
    </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">
                $13.38
              </span>

            </div>
          </div>

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-10&quot;:17.77},{&quot;2026-06-11&quot;:17.77},{&quot;2026-06-12&quot;:17.91},{&quot;2026-06-13&quot;:17.91},{&quot;2026-06-14&quot;:17.91},{&quot;2026-06-15&quot;:17.91},{&quot;2026-06-16&quot;:17.91},{&quot;2026-06-17&quot;:17.91},{&quot;2026-06-18&quot;:17.91},{&quot;2026-06-19&quot;:17.91},{&quot;2026-06-20&quot;:17.91},{&quot;2026-06-21&quot;:17.91},{&quot;2026-06-22&quot;:17.91},{&quot;2026-06-23&quot;:17.91},{&quot;2026-06-24&quot;:17.91},{&quot;2026-06-25&quot;:17.91},{&quot;2026-06-26&quot;:17.91},{&quot;2026-06-27&quot;:17.91},{&quot;2026-06-28&quot;:17.91},{&quot;2026-06-29&quot;:17.92},{&quot;2026-06-30&quot;:17.92},{&quot;2026-07-01&quot;:17.92},{&quot;2026-07-02&quot;:17.92},{&quot;2026-07-03&quot;:17.92},{&quot;2026-07-04&quot;:17.92},{&quot;2026-07-05&quot;:17.92},{&quot;2026-07-06&quot;:17.92},{&quot;2026-07-07&quot;:17.92},{&quot;2026-07-08&quot;:17.92},{&quot;2026-07-09&quot;:17.92},{&quot;2026-07-10&quot;:17.92},{&quot;2026-07-11&quot;:17.92},{&quot;2026-07-12&quot;:17.92},{&quot;2026-07-13&quot;:17.92},{&quot;2026-07-14&quot;:17.92},{&quot;2026-07-15&quot;:17.92},{&quot;2026-07-16&quot;:17.92},{&quot;2026-07-17&quot;:17.92},{&quot;2026-07-18&quot;:17.92},{&quot;2026-07-19&quot;:18.09},{&quot;2026-07-20&quot;:18.09},{&quot;2026-07-21&quot;:18.09},{&quot;2026-07-23&quot;:18.09},{&quot;2026-07-25&quot;:17.7},{&quot;2026-07-26&quot;:17.7},{&quot;2026-07-27&quot;:17.7},{&quot;2026-07-29&quot;:17.7},{&quot;2026-07-30&quot;:17.7},{&quot;2026-07-31&quot;:17.7},{&quot;2026-08-01&quot;:17.7},{&quot;2026-08-02&quot;:17.7},{&quot;2026-08-03&quot;:17.7},{&quot;2026-08-04&quot;:17.74},{&quot;2026-08-05&quot;:17.74},{&quot;2026-08-07&quot;:17.86},{&quot;2026-08-08&quot;:17.86},{&quot;2026-08-09&quot;:17.86},{&quot;2026-08-10&quot;:17.86},{&quot;2026-08-11&quot;:17.86},{&quot;2026-08-12&quot;:17.86},{&quot;2026-08-13&quot;:17.87},{&quot;2026-08-14&quot;:17.87},{&quot;2026-08-15&quot;:17.9},{&quot;2026-08-16&quot;:17.9},{&quot;2026-08-17&quot;:17.9},{&quot;2026-08-18&quot;:17.9},{&quot;2026-08-19&quot;:17.9},{&quot;2026-08-20&quot;:17.9},{&quot;2026-08-21&quot;:17.9},{&quot;2026-08-22&quot;:17.9},{&quot;2026-08-23&quot;:17.9},{&quot;2026-08-24&quot;:17.9},{&quot;2026-08-25&quot;:17.9},{&quot;2026-08-26&quot;:17.9},{&quot;2026-08-27&quot;:17.9},{&quot;2026-08-28&quot;:17.9},{&quot;2026-08-29&quot;:17.9},{&quot;2026-08-30&quot;:17.75},{&quot;2026-08-31&quot;:17.75},{&quot;2026-09-01&quot;:17.75},{&quot;2026-09-02&quot;:17.75},{&quot;2026-09-03&quot;:17.75},{&quot;2026-09-04&quot;:17.75},{&quot;2026-09-05&quot;:17.75},{&quot;2026-09-06&quot;:17.87},{&quot;2026-09-07&quot;:17.87},{&quot;2026-09-08&quot;:17.87},{&quot;2026-09-09&quot;:17.87},{&quot;2026-09-10&quot;:17.82},{&quot;2026-09-11&quot;:17.82}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:14.37},{&quot;2026-06-11&quot;:14.36},{&quot;2026-06-12&quot;:14.24},{&quot;2026-06-13&quot;:14.25},{&quot;2026-06-14&quot;:14.34},{&quot;2026-06-15&quot;:14.35},{&quot;2026-06-16&quot;:14.28},{&quot;2026-06-17&quot;:14.23},{&quot;2026-06-18&quot;:14.23},{&quot;2026-06-19&quot;:14.16},{&quot;2026-06-20&quot;:14.3},{&quot;2026-06-21&quot;:14.33},{&quot;2026-06-22&quot;:14.33},{&quot;2026-06-23&quot;:14.35},{&quot;2026-06-24&quot;:14.04},{&quot;2026-06-25&quot;:13.71},{&quot;2026-06-26&quot;:13.41},{&quot;2026-06-27&quot;:13.28},{&quot;2026-06-28&quot;:13.18},{&quot;2026-06-29&quot;:13.11},{&quot;2026-06-30&quot;:13.19},{&quot;2026-07-01&quot;:13.13},{&quot;2026-07-02&quot;:13.68},{&quot;2026-07-03&quot;:13.68},{&quot;2026-07-04&quot;:13.66},{&quot;2026-07-05&quot;:13.94},{&quot;2026-07-06&quot;:13.41},{&quot;2026-07-07&quot;:13.5},{&quot;2026-07-08&quot;:13.71},{&quot;2026-07-09&quot;:13.77},{&quot;2026-07-10&quot;:13.6},{&quot;2026-07-11&quot;:13.66},{&quot;2026-07-12&quot;:13.83},{&quot;2026-07-13&quot;:13.99},{&quot;2026-07-14&quot;:13.9},{&quot;2026-07-15&quot;:13.94},{&quot;2026-07-16&quot;:13.88},{&quot;2026-07-17&quot;:13.88},{&quot;2026-07-18&quot;:13.67},{&quot;2026-07-19&quot;:13.82},{&quot;2026-07-20&quot;:13.86},{&quot;2026-07-21&quot;:14.08},{&quot;2026-07-23&quot;:14.16},{&quot;2026-07-25&quot;:14.24},{&quot;2026-07-26&quot;:14.36},{&quot;2026-07-27&quot;:14.43},{&quot;2026-07-29&quot;:14.38},{&quot;2026-07-30&quot;:14.75},{&quot;2026-07-31&quot;:14.87},{&quot;2026-08-01&quot;:14.99},{&quot;2026-08-02&quot;:15.17},{&quot;2026-08-03&quot;:15.12},{&quot;2026-08-04&quot;:15.13},{&quot;2026-08-05&quot;:15.13},{&quot;2026-08-07&quot;:14.89},{&quot;2026-08-08&quot;:14.84},{&quot;2026-08-09&quot;:14.45},{&quot;2026-08-10&quot;:14.32},{&quot;2026-08-11&quot;:14.29},{&quot;2026-08-12&quot;:14.38},{&quot;2026-08-13&quot;:14.33},{&quot;2026-08-14&quot;:14.24},{&quot;2026-08-15&quot;:14.22},{&quot;2026-08-16&quot;:14.18},{&quot;2026-08-17&quot;:14.04},{&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.02},{&quot;2026-08-24&quot;:13.85},{&quot;2026-08-25&quot;:13.85},{&quot;2026-08-26&quot;:13.95},{&quot;2026-08-27&quot;:14.02},{&quot;2026-08-28&quot;:14.04},{&quot;2026-08-29&quot;:14.04},{&quot;2026-08-30&quot;:13.61},{&quot;2026-08-31&quot;:13.58},{&quot;2026-09-01&quot;:13.58},{&quot;2026-09-02&quot;:13.53},{&quot;2026-09-03&quot;:13.25},{&quot;2026-09-04&quot;:13.47},{&quot;2026-09-05&quot;:13.34},{&quot;2026-09-06&quot;:12.96},{&quot;2026-09-07&quot;:13.26},{&quot;2026-09-08&quot;:13.05},{&quot;2026-09-09&quot;:13.26},{&quot;2026-09-10&quot;:13.46},{&quot;2026-09-11&quot;:13.38}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cityscape Leveler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/67a87278-4c82-4056-8354-253d86b0ef3d.jpg?1783920019" />

        <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">
            Cityscape Leveler
        </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 Creature — Construct</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cityscape Leveler" src="https://cards.scryfall.io/large/front/6/7/67a87278-4c82-4056-8354-253d86b0ef3d.jpg?1783920019" />
    </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">
                $13.36
              </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.57
              </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">$7.75</span>
              <span class="text-xs text-grey-text">Credit: $10.08</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:15.17},{&quot;2026-06-14&quot;:15.23},{&quot;2026-06-15&quot;:15.23},{&quot;2026-06-16&quot;:15.23},{&quot;2026-06-17&quot;:15.23},{&quot;2026-06-18&quot;:15.23},{&quot;2026-06-19&quot;:15.23},{&quot;2026-06-20&quot;:15.23},{&quot;2026-06-21&quot;:15.23},{&quot;2026-06-22&quot;:15.23},{&quot;2026-06-23&quot;:15.23},{&quot;2026-06-24&quot;:15.23},{&quot;2026-06-25&quot;:15.23},{&quot;2026-06-26&quot;:15.23},{&quot;2026-06-27&quot;:15.23},{&quot;2026-06-28&quot;:15.23},{&quot;2026-06-29&quot;:15.23},{&quot;2026-06-30&quot;:15.23},{&quot;2026-07-01&quot;:15.21},{&quot;2026-07-02&quot;:15.02},{&quot;2026-07-03&quot;:14.82},{&quot;2026-07-04&quot;:14.82},{&quot;2026-07-05&quot;:14.7},{&quot;2026-07-06&quot;:14.7},{&quot;2026-07-07&quot;:14.82},{&quot;2026-07-08&quot;:14.91},{&quot;2026-07-09&quot;:14.91},{&quot;2026-07-10&quot;:14.91},{&quot;2026-07-11&quot;:14.84},{&quot;2026-07-12&quot;:14.84},{&quot;2026-07-13&quot;:14.84},{&quot;2026-07-14&quot;:14.84},{&quot;2026-07-15&quot;:14.84},{&quot;2026-07-16&quot;:14.84},{&quot;2026-07-17&quot;:14.84},{&quot;2026-07-18&quot;:14.84},{&quot;2026-07-19&quot;:14.8},{&quot;2026-07-20&quot;:14.8},{&quot;2026-07-21&quot;:14.76},{&quot;2026-07-22&quot;:14.76},{&quot;2026-07-23&quot;:14.65},{&quot;2026-07-24&quot;:14.65},{&quot;2026-07-25&quot;:14.65},{&quot;2026-07-26&quot;:14.65},{&quot;2026-07-27&quot;:14.65},{&quot;2026-07-28&quot;:14.65},{&quot;2026-07-29&quot;:14.7},{&quot;2026-07-30&quot;:14.7},{&quot;2026-07-31&quot;:14.68},{&quot;2026-08-01&quot;:14.68},{&quot;2026-08-02&quot;:14.68},{&quot;2026-08-03&quot;:14.51},{&quot;2026-08-04&quot;:14.51},{&quot;2026-08-05&quot;:14.28},{&quot;2026-08-07&quot;:14.33},{&quot;2026-08-08&quot;:14.33},{&quot;2026-08-09&quot;:14.33},{&quot;2026-08-10&quot;:14.33},{&quot;2026-08-11&quot;:14.33},{&quot;2026-08-12&quot;:14.33},{&quot;2026-08-13&quot;:14.29},{&quot;2026-08-14&quot;:14.16},{&quot;2026-08-15&quot;:14.16},{&quot;2026-08-16&quot;:14.16},{&quot;2026-08-17&quot;:14.16},{&quot;2026-08-18&quot;:14.16},{&quot;2026-08-19&quot;:14.16},{&quot;2026-08-20&quot;:14.16},{&quot;2026-08-21&quot;:14.06},{&quot;2026-08-22&quot;:13.99},{&quot;2026-08-23&quot;:13.99},{&quot;2026-08-24&quot;:13.99},{&quot;2026-08-25&quot;:13.99},{&quot;2026-08-26&quot;:13.99},{&quot;2026-08-27&quot;:13.99},{&quot;2026-08-28&quot;:13.99},{&quot;2026-08-29&quot;:13.99},{&quot;2026-08-30&quot;:13.99},{&quot;2026-08-31&quot;:13.99},{&quot;2026-09-01&quot;:13.99},{&quot;2026-09-02&quot;:13.99},{&quot;2026-09-03&quot;:13.99},{&quot;2026-09-04&quot;:13.9},{&quot;2026-09-05&quot;:13.86},{&quot;2026-09-06&quot;:13.89},{&quot;2026-09-07&quot;:13.57},{&quot;2026-09-08&quot;:13.57},{&quot;2026-09-09&quot;:13.57},{&quot;2026-09-10&quot;:13.57},{&quot;2026-09-11&quot;:13.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:13.79},{&quot;2026-06-14&quot;:13.93},{&quot;2026-06-15&quot;:13.88},{&quot;2026-06-16&quot;:13.84},{&quot;2026-06-17&quot;:13.76},{&quot;2026-06-18&quot;:13.71},{&quot;2026-06-19&quot;:13.71},{&quot;2026-06-20&quot;:13.77},{&quot;2026-06-21&quot;:13.77},{&quot;2026-06-22&quot;:13.59},{&quot;2026-06-23&quot;:13.59},{&quot;2026-06-24&quot;:13.68},{&quot;2026-06-25&quot;:13.69},{&quot;2026-06-26&quot;:13.7},{&quot;2026-06-27&quot;:13.84},{&quot;2026-06-28&quot;:13.88},{&quot;2026-06-29&quot;:13.82},{&quot;2026-06-30&quot;:13.82},{&quot;2026-07-01&quot;:13.86},{&quot;2026-07-02&quot;:13.81},{&quot;2026-07-03&quot;:13.96},{&quot;2026-07-04&quot;:14.12},{&quot;2026-07-05&quot;:14.36},{&quot;2026-07-06&quot;:14.31},{&quot;2026-07-07&quot;:14.36},{&quot;2026-07-08&quot;:14.38},{&quot;2026-07-09&quot;:14.4},{&quot;2026-07-10&quot;:14.31},{&quot;2026-07-11&quot;:14.54},{&quot;2026-07-12&quot;:14.68},{&quot;2026-07-13&quot;:14.74},{&quot;2026-07-14&quot;:14.7},{&quot;2026-07-15&quot;:14.52},{&quot;2026-07-16&quot;:14.39},{&quot;2026-07-17&quot;:14.39},{&quot;2026-07-18&quot;:14.36},{&quot;2026-07-19&quot;:14.01},{&quot;2026-07-20&quot;:13.87},{&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.7},{&quot;2026-07-25&quot;:13.52},{&quot;2026-07-26&quot;:13.52},{&quot;2026-07-27&quot;:13.45},{&quot;2026-07-28&quot;:13.51},{&quot;2026-07-29&quot;:13.5},{&quot;2026-07-30&quot;:13.48},{&quot;2026-07-31&quot;:13.51},{&quot;2026-08-01&quot;:13.51},{&quot;2026-08-02&quot;:13.45},{&quot;2026-08-03&quot;:13.43},{&quot;2026-08-04&quot;:13.48},{&quot;2026-08-05&quot;:13.48},{&quot;2026-08-07&quot;:13.33},{&quot;2026-08-08&quot;:13.29},{&quot;2026-08-09&quot;:13.28},{&quot;2026-08-10&quot;:13.28},{&quot;2026-08-11&quot;:13.28},{&quot;2026-08-12&quot;:13.2},{&quot;2026-08-13&quot;:13.2},{&quot;2026-08-14&quot;:13.32},{&quot;2026-08-15&quot;:13.22},{&quot;2026-08-16&quot;:13.27},{&quot;2026-08-17&quot;:13.39},{&quot;2026-08-18&quot;:13.58},{&quot;2026-08-19&quot;:13.5},{&quot;2026-08-20&quot;:13.44},{&quot;2026-08-21&quot;:13.4},{&quot;2026-08-22&quot;:13.7},{&quot;2026-08-23&quot;:13.68},{&quot;2026-08-24&quot;:13.72},{&quot;2026-08-25&quot;:13.81},{&quot;2026-08-26&quot;:13.87},{&quot;2026-08-27&quot;:13.78},{&quot;2026-08-28&quot;:13.71},{&quot;2026-08-29&quot;:13.71},{&quot;2026-08-30&quot;:13.71},{&quot;2026-08-31&quot;:13.76},{&quot;2026-09-01&quot;:13.46},{&quot;2026-09-02&quot;:13.44},{&quot;2026-09-03&quot;:13.16},{&quot;2026-09-04&quot;:13.14},{&quot;2026-09-05&quot;:13.11},{&quot;2026-09-06&quot;:12.97},{&quot;2026-09-07&quot;:13.04},{&quot;2026-09-08&quot;:12.97},{&quot;2026-09-09&quot;:13.0},{&quot;2026-09-10&quot;:13.36},{&quot;2026-09-11&quot;:13.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20751"
  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">
            Isochron Scepter
        </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">
              ↑
              6%
            </span>

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

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

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

        <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">
            Isochron Scepter
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Isochron Scepter" src="https://cards.scryfall.io/large/front/2/a/2aa24fe0-e275-4307-b26c-2a656068a451.jpg?1783930107" />
    </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">
                $13.35
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:20.93},{&quot;2026-06-14&quot;:20.93},{&quot;2026-06-15&quot;:20.93},{&quot;2026-06-16&quot;:20.93},{&quot;2026-06-17&quot;:20.93},{&quot;2026-06-18&quot;:20.93},{&quot;2026-06-19&quot;:20.93},{&quot;2026-06-20&quot;:20.93},{&quot;2026-06-21&quot;:20.93},{&quot;2026-06-22&quot;:20.93},{&quot;2026-06-23&quot;:20.93},{&quot;2026-06-24&quot;:20.93},{&quot;2026-06-25&quot;:20.93},{&quot;2026-06-26&quot;:20.93},{&quot;2026-06-27&quot;:20.93},{&quot;2026-06-28&quot;:20.95},{&quot;2026-06-29&quot;:20.95},{&quot;2026-06-30&quot;:20.95},{&quot;2026-07-01&quot;:20.95},{&quot;2026-07-02&quot;:20.95},{&quot;2026-07-03&quot;:20.95},{&quot;2026-07-04&quot;:20.95},{&quot;2026-07-05&quot;:20.95},{&quot;2026-07-06&quot;:20.95},{&quot;2026-07-07&quot;:20.95},{&quot;2026-07-08&quot;:20.89},{&quot;2026-07-09&quot;:20.89},{&quot;2026-07-10&quot;:20.89},{&quot;2026-07-11&quot;:21.13},{&quot;2026-07-12&quot;:21.13},{&quot;2026-07-13&quot;:21.13},{&quot;2026-07-14&quot;:21.13},{&quot;2026-07-15&quot;:21.13},{&quot;2026-07-16&quot;:21.13},{&quot;2026-07-17&quot;:21.13},{&quot;2026-07-18&quot;:21.13},{&quot;2026-07-19&quot;:19.96},{&quot;2026-07-20&quot;:19.96},{&quot;2026-07-21&quot;:19.96},{&quot;2026-07-22&quot;:19.96},{&quot;2026-07-23&quot;:19.96},{&quot;2026-07-24&quot;:19.96},{&quot;2026-07-25&quot;:19.96},{&quot;2026-07-26&quot;:19.96},{&quot;2026-07-27&quot;:19.96},{&quot;2026-07-28&quot;:19.96},{&quot;2026-07-29&quot;:19.96},{&quot;2026-07-30&quot;:20.04},{&quot;2026-07-31&quot;:20.04},{&quot;2026-08-01&quot;:20.04},{&quot;2026-08-02&quot;:20.04},{&quot;2026-08-03&quot;:20.04},{&quot;2026-08-04&quot;:20.04},{&quot;2026-08-05&quot;:20.25},{&quot;2026-08-07&quot;:20.25},{&quot;2026-08-08&quot;:20.25},{&quot;2026-08-09&quot;:20.25},{&quot;2026-08-10&quot;:20.25},{&quot;2026-08-11&quot;:20.25},{&quot;2026-08-12&quot;:20.25},{&quot;2026-08-13&quot;:20.25},{&quot;2026-08-14&quot;:20.25},{&quot;2026-08-15&quot;:20.25},{&quot;2026-08-16&quot;:20.25},{&quot;2026-08-17&quot;:20.25},{&quot;2026-08-18&quot;:20.25},{&quot;2026-08-19&quot;:20.25},{&quot;2026-08-20&quot;:20.19},{&quot;2026-08-21&quot;:20.19},{&quot;2026-08-22&quot;:19.64},{&quot;2026-08-23&quot;:19.64},{&quot;2026-08-24&quot;:19.64},{&quot;2026-08-25&quot;:19.64},{&quot;2026-08-26&quot;:19.64},{&quot;2026-08-27&quot;:19.64},{&quot;2026-08-28&quot;:19.64},{&quot;2026-08-29&quot;:19.64},{&quot;2026-08-30&quot;:19.64},{&quot;2026-08-31&quot;:19.64},{&quot;2026-09-01&quot;:19.64},{&quot;2026-09-02&quot;:19.64},{&quot;2026-09-03&quot;:19.64},{&quot;2026-09-04&quot;:19.64},{&quot;2026-09-05&quot;:19.64},{&quot;2026-09-06&quot;:19.51},{&quot;2026-09-07&quot;:19.51},{&quot;2026-09-08&quot;:19.51},{&quot;2026-09-09&quot;:19.26},{&quot;2026-09-10&quot;:19.26},{&quot;2026-09-11&quot;:19.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:13.91},{&quot;2026-06-14&quot;:13.86},{&quot;2026-06-15&quot;:13.86},{&quot;2026-06-16&quot;:14.36},{&quot;2026-06-17&quot;:14.36},{&quot;2026-06-18&quot;:14.28},{&quot;2026-06-19&quot;:14.28},{&quot;2026-06-20&quot;:14.15},{&quot;2026-06-21&quot;:14.5},{&quot;2026-06-22&quot;:14.41},{&quot;2026-06-23&quot;:14.34},{&quot;2026-06-24&quot;:14.26},{&quot;2026-06-25&quot;:14.2},{&quot;2026-06-26&quot;:14.04},{&quot;2026-06-27&quot;:14.04},{&quot;2026-06-28&quot;:14.32},{&quot;2026-06-29&quot;:14.32},{&quot;2026-06-30&quot;:14.32},{&quot;2026-07-01&quot;:14.32},{&quot;2026-07-02&quot;:14.3},{&quot;2026-07-03&quot;:14.02},{&quot;2026-07-04&quot;:14.21},{&quot;2026-07-05&quot;:14.16},{&quot;2026-07-06&quot;:14.16},{&quot;2026-07-07&quot;:14.16},{&quot;2026-07-08&quot;:13.88},{&quot;2026-07-09&quot;:14.18},{&quot;2026-07-10&quot;:14.18},{&quot;2026-07-11&quot;:14.15},{&quot;2026-07-12&quot;:14.15},{&quot;2026-07-13&quot;:14.15},{&quot;2026-07-14&quot;:14.15},{&quot;2026-07-15&quot;:13.76},{&quot;2026-07-16&quot;:13.73},{&quot;2026-07-17&quot;:13.6},{&quot;2026-07-18&quot;:13.6},{&quot;2026-07-19&quot;:13.73},{&quot;2026-07-20&quot;:13.22},{&quot;2026-07-21&quot;:13.12},{&quot;2026-07-22&quot;:13.12},{&quot;2026-07-23&quot;:13.12},{&quot;2026-07-24&quot;:12.96},{&quot;2026-07-25&quot;:13.12},{&quot;2026-07-26&quot;:13.12},{&quot;2026-07-27&quot;:13.05},{&quot;2026-07-28&quot;:13.0},{&quot;2026-07-29&quot;:12.35},{&quot;2026-07-30&quot;:11.31},{&quot;2026-07-31&quot;:10.88},{&quot;2026-08-01&quot;:10.97},{&quot;2026-08-02&quot;:10.88},{&quot;2026-08-03&quot;:11.01},{&quot;2026-08-04&quot;:11.83},{&quot;2026-08-05&quot;:11.99},{&quot;2026-08-07&quot;:11.87},{&quot;2026-08-08&quot;:11.88},{&quot;2026-08-09&quot;:11.87},{&quot;2026-08-10&quot;:11.66},{&quot;2026-08-11&quot;:11.66},{&quot;2026-08-12&quot;:11.66},{&quot;2026-08-13&quot;:11.5},{&quot;2026-08-14&quot;:11.37},{&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.54},{&quot;2026-08-19&quot;:11.63},{&quot;2026-08-20&quot;:11.87},{&quot;2026-08-21&quot;:11.88},{&quot;2026-08-22&quot;:12.02},{&quot;2026-08-23&quot;:11.9},{&quot;2026-08-24&quot;:11.85},{&quot;2026-08-25&quot;:11.8},{&quot;2026-08-26&quot;:11.8},{&quot;2026-08-27&quot;:11.8},{&quot;2026-08-28&quot;:11.8},{&quot;2026-08-29&quot;:11.8},{&quot;2026-08-30&quot;:11.77},{&quot;2026-08-31&quot;:11.79},{&quot;2026-09-01&quot;:11.79},{&quot;2026-09-02&quot;:12.42},{&quot;2026-09-03&quot;:12.5},{&quot;2026-09-04&quot;:12.5},{&quot;2026-09-05&quot;:12.6},{&quot;2026-09-06&quot;:12.6},{&quot;2026-09-07&quot;:12.62},{&quot;2026-09-08&quot;:12.78},{&quot;2026-09-09&quot;:12.78},{&quot;2026-09-10&quot;:13.35},{&quot;2026-09-11&quot;:13.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Dihada, Binder of Wills" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/ddeb54d6-a600-42b9-98df-20f8d58caed8.jpg?1783921477" />

        <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">
            Dihada, Binder of Wills
        </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 — Dihada</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Dihada, Binder of Wills" src="https://cards.scryfall.io/large/front/d/d/ddeb54d6-a600-42b9-98df-20f8d58caed8.jpg?1783921477" />
    </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">
                $13.33
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:19.7},{&quot;2026-06-14&quot;:19.7},{&quot;2026-06-15&quot;:19.7},{&quot;2026-06-16&quot;:19.92},{&quot;2026-06-17&quot;:19.84},{&quot;2026-06-18&quot;:20.07},{&quot;2026-06-19&quot;:20.35},{&quot;2026-06-20&quot;:20.35},{&quot;2026-06-21&quot;:20.31},{&quot;2026-06-22&quot;:20.31},{&quot;2026-06-23&quot;:20.31},{&quot;2026-06-24&quot;:20.32},{&quot;2026-06-25&quot;:20.32},{&quot;2026-06-26&quot;:20.32},{&quot;2026-06-27&quot;:20.32},{&quot;2026-06-28&quot;:20.31},{&quot;2026-06-29&quot;:20.31},{&quot;2026-06-30&quot;:20.17},{&quot;2026-07-01&quot;:20.65},{&quot;2026-07-02&quot;:20.75},{&quot;2026-07-03&quot;:20.89},{&quot;2026-07-04&quot;:20.89},{&quot;2026-07-05&quot;:20.73},{&quot;2026-07-06&quot;:22.66},{&quot;2026-07-07&quot;:22.54},{&quot;2026-07-08&quot;:22.54},{&quot;2026-07-09&quot;:22.54},{&quot;2026-07-10&quot;:22.05},{&quot;2026-07-11&quot;:21.92},{&quot;2026-07-12&quot;:21.81},{&quot;2026-07-13&quot;:21.54},{&quot;2026-07-14&quot;:21.04},{&quot;2026-07-15&quot;:21.04},{&quot;2026-07-16&quot;:20.78},{&quot;2026-07-17&quot;:20.08},{&quot;2026-07-18&quot;:19.6},{&quot;2026-07-19&quot;:19.3},{&quot;2026-07-20&quot;:19.3},{&quot;2026-07-21&quot;:19.3},{&quot;2026-07-22&quot;:18.5},{&quot;2026-07-23&quot;:18.38},{&quot;2026-07-24&quot;:15.88},{&quot;2026-07-25&quot;:15.01},{&quot;2026-07-26&quot;:15.23},{&quot;2026-07-27&quot;:15.49},{&quot;2026-07-28&quot;:15.48},{&quot;2026-07-29&quot;:15.59},{&quot;2026-07-30&quot;:15.67},{&quot;2026-07-31&quot;:15.25},{&quot;2026-08-01&quot;:15.25},{&quot;2026-08-02&quot;:15.26},{&quot;2026-08-03&quot;:15.33},{&quot;2026-08-04&quot;:15.09},{&quot;2026-08-05&quot;:15.16},{&quot;2026-08-07&quot;:15.21},{&quot;2026-08-08&quot;:15.21},{&quot;2026-08-09&quot;:15.21},{&quot;2026-08-10&quot;:15.53},{&quot;2026-08-11&quot;:15.52},{&quot;2026-08-12&quot;:15.52},{&quot;2026-08-13&quot;:15.52},{&quot;2026-08-14&quot;:15.28},{&quot;2026-08-15&quot;:15.28},{&quot;2026-08-16&quot;:15.0},{&quot;2026-08-17&quot;:15.04},{&quot;2026-08-18&quot;:15.01},{&quot;2026-08-19&quot;:14.52},{&quot;2026-08-20&quot;:14.46},{&quot;2026-08-21&quot;:14.45},{&quot;2026-08-22&quot;:14.4},{&quot;2026-08-23&quot;:14.4},{&quot;2026-08-24&quot;:14.25},{&quot;2026-08-25&quot;:14.25},{&quot;2026-08-26&quot;:14.28},{&quot;2026-08-27&quot;:14.23},{&quot;2026-08-28&quot;:14.02},{&quot;2026-08-29&quot;:14.02},{&quot;2026-08-30&quot;:13.88},{&quot;2026-08-31&quot;:13.94},{&quot;2026-09-01&quot;:13.93},{&quot;2026-09-02&quot;:14.0},{&quot;2026-09-03&quot;:14.0},{&quot;2026-09-04&quot;:13.97},{&quot;2026-09-05&quot;:13.97},{&quot;2026-09-06&quot;:14.15},{&quot;2026-09-07&quot;:14.03},{&quot;2026-09-08&quot;:13.92},{&quot;2026-09-09&quot;:13.74},{&quot;2026-09-10&quot;:13.78},{&quot;2026-09-11&quot;:13.76}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.18},{&quot;2026-06-14&quot;:14.24},{&quot;2026-06-15&quot;:14.23},{&quot;2026-06-16&quot;:14.19},{&quot;2026-06-17&quot;:14.19},{&quot;2026-06-18&quot;:14.19},{&quot;2026-06-19&quot;:14.11},{&quot;2026-06-20&quot;:14.11},{&quot;2026-06-21&quot;:14.16},{&quot;2026-06-22&quot;:14.16},{&quot;2026-06-23&quot;:14.06},{&quot;2026-06-24&quot;:13.93},{&quot;2026-06-25&quot;:13.87},{&quot;2026-06-26&quot;:13.87},{&quot;2026-06-27&quot;:13.91},{&quot;2026-06-28&quot;:13.91},{&quot;2026-06-29&quot;:13.8},{&quot;2026-06-30&quot;:13.71},{&quot;2026-07-01&quot;:13.71},{&quot;2026-07-02&quot;:13.76},{&quot;2026-07-03&quot;:13.74},{&quot;2026-07-04&quot;:13.72},{&quot;2026-07-05&quot;:13.68},{&quot;2026-07-06&quot;:13.71},{&quot;2026-07-07&quot;:13.72},{&quot;2026-07-08&quot;:13.72},{&quot;2026-07-09&quot;:13.72},{&quot;2026-07-10&quot;:13.7},{&quot;2026-07-11&quot;:13.7},{&quot;2026-07-12&quot;:13.67},{&quot;2026-07-13&quot;:13.67},{&quot;2026-07-14&quot;:13.72},{&quot;2026-07-15&quot;:13.72},{&quot;2026-07-16&quot;:13.73},{&quot;2026-07-17&quot;:13.73},{&quot;2026-07-18&quot;:13.73},{&quot;2026-07-19&quot;:13.73},{&quot;2026-07-20&quot;:13.98},{&quot;2026-07-21&quot;:13.98},{&quot;2026-07-22&quot;:13.98},{&quot;2026-07-23&quot;:13.92},{&quot;2026-07-24&quot;:13.92},{&quot;2026-07-25&quot;:13.92},{&quot;2026-07-26&quot;:13.92},{&quot;2026-07-27&quot;:13.83},{&quot;2026-07-28&quot;:13.73},{&quot;2026-07-29&quot;:13.68},{&quot;2026-07-30&quot;:13.68},{&quot;2026-07-31&quot;:13.75},{&quot;2026-08-01&quot;:13.75},{&quot;2026-08-02&quot;:13.77},{&quot;2026-08-03&quot;:13.75},{&quot;2026-08-04&quot;:13.69},{&quot;2026-08-05&quot;:13.69},{&quot;2026-08-07&quot;:13.64},{&quot;2026-08-08&quot;:13.52},{&quot;2026-08-09&quot;:13.44},{&quot;2026-08-10&quot;:13.44},{&quot;2026-08-11&quot;:13.5},{&quot;2026-08-12&quot;:13.55},{&quot;2026-08-13&quot;:13.55},{&quot;2026-08-14&quot;:13.55},{&quot;2026-08-15&quot;:13.55},{&quot;2026-08-16&quot;:13.55},{&quot;2026-08-17&quot;:13.55},{&quot;2026-08-18&quot;:13.54},{&quot;2026-08-19&quot;:13.54},{&quot;2026-08-20&quot;:13.54},{&quot;2026-08-21&quot;:13.55},{&quot;2026-08-22&quot;:13.64},{&quot;2026-08-23&quot;:13.64},{&quot;2026-08-24&quot;:13.63},{&quot;2026-08-25&quot;:13.6},{&quot;2026-08-26&quot;:13.5},{&quot;2026-08-27&quot;:13.33},{&quot;2026-08-28&quot;:13.27},{&quot;2026-08-29&quot;:13.27},{&quot;2026-08-30&quot;:13.27},{&quot;2026-08-31&quot;:13.28},{&quot;2026-09-01&quot;:13.28},{&quot;2026-09-02&quot;:13.36},{&quot;2026-09-03&quot;:13.34},{&quot;2026-09-04&quot;:13.34},{&quot;2026-09-05&quot;:13.33},{&quot;2026-09-06&quot;:13.33},{&quot;2026-09-07&quot;:13.33},{&quot;2026-09-08&quot;:13.33},{&quot;2026-09-09&quot;:13.33},{&quot;2026-09-10&quot;:13.33},{&quot;2026-09-11&quot;:13.33}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

        <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">
            Spara&#39;s Headquarters
        </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 — Forest Plains Island</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="Spara&#39;s Headquarters" src="https://cards.scryfall.io/large/front/0/d/0ddd6093-eb29-4a1a-a0af-debb86c9cadd.jpg?1783923012" />
    </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">
                $13.33
              </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">
                $15.42
              </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;:16.05},{&quot;2026-06-10&quot;:16.05},{&quot;2026-06-11&quot;:16.05},{&quot;2026-06-12&quot;:16.05},{&quot;2026-06-13&quot;:16.05},{&quot;2026-06-14&quot;:16.05},{&quot;2026-06-15&quot;:16.12},{&quot;2026-06-16&quot;:16.12},{&quot;2026-06-17&quot;:16.12},{&quot;2026-06-18&quot;:16.12},{&quot;2026-06-19&quot;:16.12},{&quot;2026-06-20&quot;:16.12},{&quot;2026-06-21&quot;:16.17},{&quot;2026-06-22&quot;:16.17},{&quot;2026-06-24&quot;:16.17},{&quot;2026-06-25&quot;:16.17},{&quot;2026-06-26&quot;:16.21},{&quot;2026-06-27&quot;:16.21},{&quot;2026-06-28&quot;:16.21},{&quot;2026-06-29&quot;:16.21},{&quot;2026-06-30&quot;:16.21},{&quot;2026-07-01&quot;:16.21},{&quot;2026-07-02&quot;:16.21},{&quot;2026-07-03&quot;:16.21},{&quot;2026-07-04&quot;:16.21},{&quot;2026-07-05&quot;:16.21},{&quot;2026-07-06&quot;:16.21},{&quot;2026-07-07&quot;:16.21},{&quot;2026-07-08&quot;:16.21},{&quot;2026-07-09&quot;:16.21},{&quot;2026-07-10&quot;:16.21},{&quot;2026-07-11&quot;:16.21},{&quot;2026-07-12&quot;:16.21},{&quot;2026-07-13&quot;:16.21},{&quot;2026-07-14&quot;:16.21},{&quot;2026-07-15&quot;:16.26},{&quot;2026-07-16&quot;:16.26},{&quot;2026-07-17&quot;:16.18},{&quot;2026-07-18&quot;:16.18},{&quot;2026-07-19&quot;:16.18},{&quot;2026-07-20&quot;:16.18},{&quot;2026-07-21&quot;:16.18},{&quot;2026-07-23&quot;:16.18},{&quot;2026-07-25&quot;:16.18},{&quot;2026-07-26&quot;:16.18},{&quot;2026-07-27&quot;:16.18},{&quot;2026-07-29&quot;:16.18},{&quot;2026-07-30&quot;:16.18},{&quot;2026-07-31&quot;:16.18},{&quot;2026-08-01&quot;:16.18},{&quot;2026-08-02&quot;:16.18},{&quot;2026-08-03&quot;:16.18},{&quot;2026-08-04&quot;:16.18},{&quot;2026-08-05&quot;:16.18},{&quot;2026-08-07&quot;:16.18},{&quot;2026-08-08&quot;:16.18},{&quot;2026-08-09&quot;:16.18},{&quot;2026-08-10&quot;:16.18},{&quot;2026-08-11&quot;:16.18},{&quot;2026-08-12&quot;:16.18},{&quot;2026-08-13&quot;:16.18},{&quot;2026-08-14&quot;:16.18},{&quot;2026-08-15&quot;:16.18},{&quot;2026-08-16&quot;:16.18},{&quot;2026-08-17&quot;:16.18},{&quot;2026-08-18&quot;:16.18},{&quot;2026-08-19&quot;:16.18},{&quot;2026-08-20&quot;:16.18},{&quot;2026-08-21&quot;:16.22},{&quot;2026-08-22&quot;:16.32},{&quot;2026-08-23&quot;:15.38},{&quot;2026-08-24&quot;:15.46},{&quot;2026-08-25&quot;:15.46},{&quot;2026-08-26&quot;:15.35},{&quot;2026-08-27&quot;:15.35},{&quot;2026-08-28&quot;:15.35},{&quot;2026-08-29&quot;:15.35},{&quot;2026-08-30&quot;:15.35},{&quot;2026-08-31&quot;:15.38},{&quot;2026-09-01&quot;:15.38},{&quot;2026-09-02&quot;:15.38},{&quot;2026-09-03&quot;:15.38},{&quot;2026-09-04&quot;:15.38},{&quot;2026-09-05&quot;:15.38},{&quot;2026-09-06&quot;:15.42},{&quot;2026-09-07&quot;:15.42},{&quot;2026-09-08&quot;:15.42},{&quot;2026-09-09&quot;:15.42},{&quot;2026-09-10&quot;:15.42},{&quot;2026-09-11&quot;:15.42}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:13.75},{&quot;2026-06-10&quot;:13.75},{&quot;2026-06-11&quot;:13.83},{&quot;2026-06-12&quot;:14.02},{&quot;2026-06-13&quot;:14.02},{&quot;2026-06-14&quot;:14.02},{&quot;2026-06-15&quot;:14.02},{&quot;2026-06-16&quot;:14.02},{&quot;2026-06-17&quot;:14.02},{&quot;2026-06-18&quot;:14.02},{&quot;2026-06-19&quot;:14.02},{&quot;2026-06-20&quot;:13.98},{&quot;2026-06-21&quot;:14.14},{&quot;2026-06-22&quot;:14.14},{&quot;2026-06-24&quot;:14.14},{&quot;2026-06-25&quot;:14.14},{&quot;2026-06-26&quot;:14.14},{&quot;2026-06-27&quot;:14.2},{&quot;2026-06-28&quot;:14.2},{&quot;2026-06-29&quot;:14.2},{&quot;2026-06-30&quot;:14.2},{&quot;2026-07-01&quot;:14.2},{&quot;2026-07-02&quot;:14.2},{&quot;2026-07-03&quot;:14.29},{&quot;2026-07-04&quot;:14.29},{&quot;2026-07-05&quot;:14.29},{&quot;2026-07-06&quot;:14.46},{&quot;2026-07-07&quot;:14.46},{&quot;2026-07-08&quot;:14.46},{&quot;2026-07-09&quot;:14.46},{&quot;2026-07-10&quot;:14.51},{&quot;2026-07-11&quot;:14.51},{&quot;2026-07-12&quot;:14.51},{&quot;2026-07-13&quot;:14.49},{&quot;2026-07-14&quot;:14.49},{&quot;2026-07-15&quot;:14.38},{&quot;2026-07-16&quot;:14.27},{&quot;2026-07-17&quot;:14.27},{&quot;2026-07-18&quot;:14.27},{&quot;2026-07-19&quot;:14.21},{&quot;2026-07-20&quot;:14.21},{&quot;2026-07-21&quot;:14.21},{&quot;2026-07-23&quot;:14.0},{&quot;2026-07-25&quot;:13.78},{&quot;2026-07-26&quot;:13.79},{&quot;2026-07-27&quot;:13.79},{&quot;2026-07-29&quot;:13.79},{&quot;2026-07-30&quot;:13.79},{&quot;2026-07-31&quot;:13.79},{&quot;2026-08-01&quot;:13.73},{&quot;2026-08-02&quot;:13.73},{&quot;2026-08-03&quot;:13.73},{&quot;2026-08-04&quot;:13.63},{&quot;2026-08-05&quot;:13.63},{&quot;2026-08-07&quot;:12.78},{&quot;2026-08-08&quot;:12.78},{&quot;2026-08-09&quot;:12.33},{&quot;2026-08-10&quot;:12.05},{&quot;2026-08-11&quot;:11.81},{&quot;2026-08-12&quot;:11.81},{&quot;2026-08-13&quot;:11.61},{&quot;2026-08-14&quot;:11.44},{&quot;2026-08-15&quot;:11.24},{&quot;2026-08-16&quot;:11.12},{&quot;2026-08-17&quot;:11.08},{&quot;2026-08-18&quot;:10.95},{&quot;2026-08-19&quot;:10.95},{&quot;2026-08-20&quot;:10.95},{&quot;2026-08-21&quot;:11.0},{&quot;2026-08-22&quot;:11.0},{&quot;2026-08-23&quot;:11.22},{&quot;2026-08-24&quot;:11.58},{&quot;2026-08-25&quot;:11.58},{&quot;2026-08-26&quot;:11.95},{&quot;2026-08-27&quot;:12.18},{&quot;2026-08-28&quot;:12.39},{&quot;2026-08-29&quot;:12.39},{&quot;2026-08-30&quot;:12.45},{&quot;2026-08-31&quot;:12.47},{&quot;2026-09-01&quot;:12.47},{&quot;2026-09-02&quot;:12.47},{&quot;2026-09-03&quot;:12.7},{&quot;2026-09-04&quot;:12.7},{&quot;2026-09-05&quot;:12.62},{&quot;2026-09-06&quot;:12.8},{&quot;2026-09-07&quot;:13.02},{&quot;2026-09-08&quot;:13.15},{&quot;2026-09-09&quot;:13.15},{&quot;2026-09-10&quot;:13.15},{&quot;2026-09-11&quot;:13.33}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Norn&#39;s Choirmaster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/3/d3892329-89a8-43c2-9d8f-bb8156aca10f.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">
            Norn&#39;s Choirmaster
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Norn&#39;s Choirmaster" src="https://cards.scryfall.io/large/front/d/3/d3892329-89a8-43c2-9d8f-bb8156aca10f.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">
                $13.32
              </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.50</span>
              <span class="text-xs text-grey-text">Credit: $11.05</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.96},{&quot;2026-06-14&quot;:15.01},{&quot;2026-06-15&quot;:14.86},{&quot;2026-06-16&quot;:15.03},{&quot;2026-06-17&quot;:15.03},{&quot;2026-06-18&quot;:15.03},{&quot;2026-06-19&quot;:15.03},{&quot;2026-06-20&quot;:14.96},{&quot;2026-06-21&quot;:14.96},{&quot;2026-06-22&quot;:15.04},{&quot;2026-06-23&quot;:15.04},{&quot;2026-06-24&quot;:15.02},{&quot;2026-06-25&quot;:15.02},{&quot;2026-06-26&quot;:14.98},{&quot;2026-06-27&quot;:14.79},{&quot;2026-06-28&quot;:14.79},{&quot;2026-06-29&quot;:14.79},{&quot;2026-06-30&quot;:14.79},{&quot;2026-07-01&quot;:14.71},{&quot;2026-07-02&quot;:14.71},{&quot;2026-07-03&quot;:14.72},{&quot;2026-07-04&quot;:14.5},{&quot;2026-07-05&quot;:14.5},{&quot;2026-07-06&quot;:14.17},{&quot;2026-07-07&quot;:14.17},{&quot;2026-07-08&quot;:13.8},{&quot;2026-07-09&quot;:13.64},{&quot;2026-07-10&quot;:13.16},{&quot;2026-07-11&quot;:12.89},{&quot;2026-07-12&quot;:12.89},{&quot;2026-07-13&quot;:12.78},{&quot;2026-07-14&quot;:12.66},{&quot;2026-07-15&quot;:12.81},{&quot;2026-07-16&quot;:12.81},{&quot;2026-07-17&quot;:12.81},{&quot;2026-07-18&quot;:12.81},{&quot;2026-07-19&quot;:12.69},{&quot;2026-07-20&quot;:12.61},{&quot;2026-07-21&quot;:12.75},{&quot;2026-07-22&quot;:12.8},{&quot;2026-07-23&quot;:12.8},{&quot;2026-07-24&quot;:12.8},{&quot;2026-07-25&quot;:12.79},{&quot;2026-07-26&quot;:12.79},{&quot;2026-07-27&quot;:12.36},{&quot;2026-07-28&quot;:12.7},{&quot;2026-07-29&quot;:12.56},{&quot;2026-07-30&quot;:12.7},{&quot;2026-07-31&quot;:12.7},{&quot;2026-08-01&quot;:12.85},{&quot;2026-08-02&quot;:12.7},{&quot;2026-08-03&quot;:12.85},{&quot;2026-08-04&quot;:12.85},{&quot;2026-08-05&quot;:12.93},{&quot;2026-08-07&quot;:13.02},{&quot;2026-08-08&quot;:13.36},{&quot;2026-08-09&quot;:13.56},{&quot;2026-08-10&quot;:13.93},{&quot;2026-08-11&quot;:13.93},{&quot;2026-08-12&quot;:13.93},{&quot;2026-08-13&quot;:13.64},{&quot;2026-08-14&quot;:13.47},{&quot;2026-08-15&quot;:13.45},{&quot;2026-08-16&quot;:13.55},{&quot;2026-08-17&quot;:13.55},{&quot;2026-08-18&quot;:13.55},{&quot;2026-08-19&quot;:13.55},{&quot;2026-08-20&quot;:13.55},{&quot;2026-08-21&quot;:13.55},{&quot;2026-08-22&quot;:13.72},{&quot;2026-08-23&quot;:13.72},{&quot;2026-08-24&quot;:13.87},{&quot;2026-08-25&quot;:13.87},{&quot;2026-08-26&quot;:13.92},{&quot;2026-08-27&quot;:13.92},{&quot;2026-08-28&quot;:13.83},{&quot;2026-08-29&quot;:13.83},{&quot;2026-08-30&quot;:13.92},{&quot;2026-08-31&quot;:13.07},{&quot;2026-09-01&quot;:12.87},{&quot;2026-09-02&quot;:12.87},{&quot;2026-09-03&quot;:12.88},{&quot;2026-09-04&quot;:13.1},{&quot;2026-09-05&quot;:13.05},{&quot;2026-09-06&quot;:13.2},{&quot;2026-09-07&quot;:13.21},{&quot;2026-09-08&quot;:13.38},{&quot;2026-09-09&quot;:13.37},{&quot;2026-09-10&quot;:13.37},{&quot;2026-09-11&quot;:13.32}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80220"
  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">
            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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $13.11
          </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/6/4/64034e9c-1a1a-43e3-b101-cb2c7bbbccda.jpg?1783932130" />

        <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">
            uncommon
          </span>

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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/6/4/64034e9c-1a1a-43e3-b101-cb2c7bbbccda.jpg?1783932130" />
    </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">
                $13.11
              </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;normal&quot;:[{&quot;2026-06-13&quot;:13.87},{&quot;2026-06-14&quot;:13.6},{&quot;2026-06-15&quot;:14.43},{&quot;2026-06-16&quot;:14.31},{&quot;2026-06-17&quot;:14.37},{&quot;2026-06-18&quot;:13.67},{&quot;2026-06-19&quot;:13.76},{&quot;2026-06-20&quot;:13.76},{&quot;2026-06-21&quot;:13.9},{&quot;2026-06-22&quot;:13.9},{&quot;2026-06-23&quot;:13.9},{&quot;2026-06-24&quot;:13.71},{&quot;2026-06-25&quot;:13.47},{&quot;2026-06-26&quot;:13.39},{&quot;2026-06-27&quot;:13.24},{&quot;2026-06-28&quot;:13.21},{&quot;2026-06-29&quot;:13.23},{&quot;2026-06-30&quot;:12.86},{&quot;2026-07-01&quot;:12.86},{&quot;2026-07-02&quot;:12.59},{&quot;2026-07-03&quot;:12.36},{&quot;2026-07-04&quot;:12.43},{&quot;2026-07-05&quot;:12.43},{&quot;2026-07-06&quot;:12.43},{&quot;2026-07-07&quot;:12.43},{&quot;2026-07-08&quot;:12.3},{&quot;2026-07-09&quot;:12.25},{&quot;2026-07-10&quot;:12.1},{&quot;2026-07-11&quot;:12.0},{&quot;2026-07-12&quot;:11.75},{&quot;2026-07-13&quot;:11.89},{&quot;2026-07-14&quot;:12.09},{&quot;2026-07-15&quot;:12.09},{&quot;2026-07-16&quot;:12.05},{&quot;2026-07-17&quot;:12.14},{&quot;2026-07-18&quot;:12.51},{&quot;2026-07-19&quot;:12.91},{&quot;2026-07-20&quot;:12.89},{&quot;2026-07-21&quot;:13.03},{&quot;2026-07-22&quot;:12.86},{&quot;2026-07-23&quot;:12.86},{&quot;2026-07-24&quot;:12.78},{&quot;2026-07-25&quot;:12.82},{&quot;2026-07-26&quot;:12.75},{&quot;2026-07-27&quot;:12.81},{&quot;2026-07-28&quot;:13.01},{&quot;2026-07-29&quot;:13.01},{&quot;2026-07-30&quot;:12.79},{&quot;2026-07-31&quot;:12.82},{&quot;2026-08-01&quot;:12.82},{&quot;2026-08-02&quot;:12.82},{&quot;2026-08-03&quot;:12.64},{&quot;2026-08-04&quot;:12.5},{&quot;2026-08-05&quot;:12.5},{&quot;2026-08-07&quot;:12.38},{&quot;2026-08-08&quot;:12.5},{&quot;2026-08-09&quot;:12.4},{&quot;2026-08-10&quot;:12.42},{&quot;2026-08-11&quot;:12.32},{&quot;2026-08-12&quot;:12.32},{&quot;2026-08-13&quot;:12.36},{&quot;2026-08-14&quot;:12.36},{&quot;2026-08-15&quot;:12.62},{&quot;2026-08-16&quot;:12.72},{&quot;2026-08-17&quot;:12.68},{&quot;2026-08-18&quot;:12.63},{&quot;2026-08-19&quot;:12.65},{&quot;2026-08-20&quot;:12.84},{&quot;2026-08-21&quot;:12.62},{&quot;2026-08-22&quot;:12.52},{&quot;2026-08-23&quot;:12.8},{&quot;2026-08-24&quot;:13.14},{&quot;2026-08-25&quot;:13.3},{&quot;2026-08-26&quot;:13.3},{&quot;2026-08-27&quot;:13.3},{&quot;2026-08-28&quot;:13.37},{&quot;2026-08-29&quot;:13.37},{&quot;2026-08-30&quot;:13.37},{&quot;2026-08-31&quot;:13.3},{&quot;2026-09-01&quot;:12.95},{&quot;2026-09-02&quot;:12.93},{&quot;2026-09-03&quot;:12.74},{&quot;2026-09-04&quot;:12.73},{&quot;2026-09-05&quot;:12.95},{&quot;2026-09-06&quot;:13.45},{&quot;2026-09-07&quot;:13.45},{&quot;2026-09-08&quot;:13.13},{&quot;2026-09-09&quot;:13.17},{&quot;2026-09-10&quot;:13.11},{&quot;2026-09-11&quot;:13.11}]}"
        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="51487"
  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-mul 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">
            Jin-Gitaxias, Core Augur
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Phyrexian Praetor
      </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">
            $13.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="Jin-Gitaxias, Core Augur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/7/77fd8de3-bd4a-473d-b1ed-05305ab15d75.jpg?1783916875" />

        <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">
            Jin-Gitaxias, Core Augur
        </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 — Phyrexian Praetor</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jin-Gitaxias, Core Augur" src="https://cards.scryfall.io/large/front/7/7/77fd8de3-bd4a-473d-b1ed-05305ab15d75.jpg?1783916875" />
    </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">
                $13.09
              </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.84
              </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-12&quot;:15.39},{&quot;2026-06-13&quot;:15.39},{&quot;2026-06-14&quot;:15.39},{&quot;2026-06-15&quot;:15.39},{&quot;2026-06-16&quot;:15.39},{&quot;2026-06-17&quot;:15.43},{&quot;2026-06-18&quot;:15.43},{&quot;2026-06-19&quot;:15.92},{&quot;2026-06-20&quot;:15.92},{&quot;2026-06-21&quot;:15.92},{&quot;2026-06-22&quot;:15.92},{&quot;2026-06-23&quot;:15.92},{&quot;2026-06-24&quot;:15.92},{&quot;2026-06-25&quot;:15.92},{&quot;2026-06-26&quot;:15.92},{&quot;2026-06-27&quot;:15.92},{&quot;2026-06-28&quot;:15.61},{&quot;2026-06-29&quot;:15.61},{&quot;2026-06-30&quot;:15.61},{&quot;2026-07-01&quot;:15.61},{&quot;2026-07-02&quot;:15.61},{&quot;2026-07-03&quot;:15.61},{&quot;2026-07-04&quot;:15.61},{&quot;2026-07-05&quot;:15.61},{&quot;2026-07-06&quot;:15.61},{&quot;2026-07-07&quot;:15.61},{&quot;2026-07-08&quot;:15.61},{&quot;2026-07-09&quot;:15.61},{&quot;2026-07-10&quot;:15.61},{&quot;2026-07-11&quot;:15.64},{&quot;2026-07-12&quot;:15.64},{&quot;2026-07-13&quot;:15.64},{&quot;2026-07-14&quot;:15.57},{&quot;2026-07-15&quot;:15.57},{&quot;2026-07-16&quot;:15.57},{&quot;2026-07-17&quot;:15.57},{&quot;2026-07-18&quot;:15.43},{&quot;2026-07-19&quot;:15.0},{&quot;2026-07-20&quot;:15.0},{&quot;2026-07-21&quot;:15.12},{&quot;2026-07-23&quot;:15.1},{&quot;2026-07-24&quot;:15.1},{&quot;2026-07-25&quot;:15.02},{&quot;2026-07-26&quot;:15.02},{&quot;2026-07-27&quot;:14.59},{&quot;2026-07-28&quot;:14.69},{&quot;2026-07-29&quot;:14.87},{&quot;2026-07-30&quot;:14.87},{&quot;2026-07-31&quot;:14.55},{&quot;2026-08-01&quot;:14.69},{&quot;2026-08-02&quot;:14.69},{&quot;2026-08-03&quot;:14.69},{&quot;2026-08-04&quot;:14.56},{&quot;2026-08-05&quot;:14.56},{&quot;2026-08-07&quot;:14.33},{&quot;2026-08-08&quot;:14.1},{&quot;2026-08-09&quot;:14.1},{&quot;2026-08-10&quot;:14.26},{&quot;2026-08-11&quot;:14.26},{&quot;2026-08-12&quot;:14.26},{&quot;2026-08-13&quot;:14.26},{&quot;2026-08-14&quot;:14.26},{&quot;2026-08-15&quot;:14.26},{&quot;2026-08-16&quot;:14.26},{&quot;2026-08-17&quot;:14.26},{&quot;2026-08-18&quot;:14.47},{&quot;2026-08-19&quot;:14.47},{&quot;2026-08-20&quot;:14.47},{&quot;2026-08-21&quot;:14.63},{&quot;2026-08-22&quot;:14.63},{&quot;2026-08-23&quot;:14.6},{&quot;2026-08-24&quot;:14.6},{&quot;2026-08-25&quot;:14.49},{&quot;2026-08-26&quot;:14.49},{&quot;2026-08-27&quot;:14.45},{&quot;2026-08-28&quot;:14.45},{&quot;2026-08-29&quot;:14.45},{&quot;2026-08-30&quot;:14.53},{&quot;2026-08-31&quot;:14.53},{&quot;2026-09-01&quot;:14.63},{&quot;2026-09-02&quot;:14.63},{&quot;2026-09-03&quot;:14.73},{&quot;2026-09-04&quot;:14.73},{&quot;2026-09-05&quot;:14.73},{&quot;2026-09-06&quot;:14.73},{&quot;2026-09-07&quot;:14.73},{&quot;2026-09-08&quot;:14.83},{&quot;2026-09-09&quot;:14.83},{&quot;2026-09-10&quot;:14.84},{&quot;2026-09-11&quot;:14.84}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:12.69},{&quot;2026-06-13&quot;:12.54},{&quot;2026-06-14&quot;:12.59},{&quot;2026-06-15&quot;:12.59},{&quot;2026-06-16&quot;:12.59},{&quot;2026-06-17&quot;:12.84},{&quot;2026-06-18&quot;:13.04},{&quot;2026-06-19&quot;:13.11},{&quot;2026-06-20&quot;:12.91},{&quot;2026-06-21&quot;:12.87},{&quot;2026-06-22&quot;:12.87},{&quot;2026-06-23&quot;:13.12},{&quot;2026-06-24&quot;:13.12},{&quot;2026-06-25&quot;:13.55},{&quot;2026-06-26&quot;:13.67},{&quot;2026-06-27&quot;:13.7},{&quot;2026-06-28&quot;:13.7},{&quot;2026-06-29&quot;:13.56},{&quot;2026-06-30&quot;:13.47},{&quot;2026-07-01&quot;:13.55},{&quot;2026-07-02&quot;:13.38},{&quot;2026-07-03&quot;:13.38},{&quot;2026-07-04&quot;:13.34},{&quot;2026-07-05&quot;:12.94},{&quot;2026-07-06&quot;:12.84},{&quot;2026-07-07&quot;:12.84},{&quot;2026-07-08&quot;:12.8},{&quot;2026-07-09&quot;:12.41},{&quot;2026-07-10&quot;:12.15},{&quot;2026-07-11&quot;:11.95},{&quot;2026-07-12&quot;:11.81},{&quot;2026-07-13&quot;:11.82},{&quot;2026-07-14&quot;:11.77},{&quot;2026-07-15&quot;:11.77},{&quot;2026-07-16&quot;:11.85},{&quot;2026-07-17&quot;:11.85},{&quot;2026-07-18&quot;:12.23},{&quot;2026-07-19&quot;:12.47},{&quot;2026-07-20&quot;:12.74},{&quot;2026-07-21&quot;:12.79},{&quot;2026-07-23&quot;:12.77},{&quot;2026-07-24&quot;:12.9},{&quot;2026-07-25&quot;:12.99},{&quot;2026-07-26&quot;:12.99},{&quot;2026-07-27&quot;:12.74},{&quot;2026-07-28&quot;:12.82},{&quot;2026-07-29&quot;:12.81},{&quot;2026-07-30&quot;:13.02},{&quot;2026-07-31&quot;:13.16},{&quot;2026-08-01&quot;:13.16},{&quot;2026-08-02&quot;:13.16},{&quot;2026-08-03&quot;:12.68},{&quot;2026-08-04&quot;:12.25},{&quot;2026-08-05&quot;:12.07},{&quot;2026-08-07&quot;:12.07},{&quot;2026-08-08&quot;:12.32},{&quot;2026-08-09&quot;:12.48},{&quot;2026-08-10&quot;:12.42},{&quot;2026-08-11&quot;:12.42},{&quot;2026-08-12&quot;:12.68},{&quot;2026-08-13&quot;:12.75},{&quot;2026-08-14&quot;:12.56},{&quot;2026-08-15&quot;:12.76},{&quot;2026-08-16&quot;:12.69},{&quot;2026-08-17&quot;:12.59},{&quot;2026-08-18&quot;:12.33},{&quot;2026-08-19&quot;:12.33},{&quot;2026-08-20&quot;:12.33},{&quot;2026-08-21&quot;:12.77},{&quot;2026-08-22&quot;:12.84},{&quot;2026-08-23&quot;:12.74},{&quot;2026-08-24&quot;:12.74},{&quot;2026-08-25&quot;:12.87},{&quot;2026-08-26&quot;:12.87},{&quot;2026-08-27&quot;:12.68},{&quot;2026-08-28&quot;:12.73},{&quot;2026-08-29&quot;:12.73},{&quot;2026-08-30&quot;:12.29},{&quot;2026-08-31&quot;:12.29},{&quot;2026-09-01&quot;:12.29},{&quot;2026-09-02&quot;:12.39},{&quot;2026-09-03&quot;:12.39},{&quot;2026-09-04&quot;:12.5},{&quot;2026-09-05&quot;:12.49},{&quot;2026-09-06&quot;:12.48},{&quot;2026-09-07&quot;:12.29},{&quot;2026-09-08&quot;:12.4},{&quot;2026-09-09&quot;:12.34},{&quot;2026-09-10&quot;:12.67},{&quot;2026-09-11&quot;:13.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="94999"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $13.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="The Earth Crystal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d585e218-3dc8-4fbd-8ad2-795fbc9b2155.jpg?1783906588" />

        <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 Earth Crystal
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="The Earth Crystal" src="https://cards.scryfall.io/large/front/d/5/d585e218-3dc8-4fbd-8ad2-795fbc9b2155.jpg?1783906588" />
    </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">
                $13.09
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.85},{&quot;2026-06-14&quot;:11.75},{&quot;2026-06-15&quot;:11.75},{&quot;2026-06-16&quot;:11.65},{&quot;2026-06-17&quot;:12.16},{&quot;2026-06-18&quot;:12.3},{&quot;2026-06-19&quot;:12.62},{&quot;2026-06-20&quot;:12.62},{&quot;2026-06-21&quot;:12.62},{&quot;2026-06-22&quot;:12.83},{&quot;2026-06-23&quot;:13.13},{&quot;2026-06-24&quot;:13.13},{&quot;2026-06-25&quot;:13.11},{&quot;2026-06-26&quot;:13.65},{&quot;2026-06-27&quot;:13.82},{&quot;2026-06-28&quot;:14.08},{&quot;2026-06-29&quot;:14.21},{&quot;2026-06-30&quot;:13.85},{&quot;2026-07-01&quot;:13.85},{&quot;2026-07-02&quot;:13.93},{&quot;2026-07-03&quot;:13.66},{&quot;2026-07-04&quot;:13.62},{&quot;2026-07-05&quot;:13.28},{&quot;2026-07-06&quot;:13.43},{&quot;2026-07-07&quot;:13.55},{&quot;2026-07-08&quot;:14.04},{&quot;2026-07-09&quot;:14.04},{&quot;2026-07-10&quot;:14.09},{&quot;2026-07-11&quot;:14.09},{&quot;2026-07-12&quot;:14.04},{&quot;2026-07-13&quot;:14.73},{&quot;2026-07-14&quot;:14.71},{&quot;2026-07-15&quot;:14.62},{&quot;2026-07-16&quot;:14.84},{&quot;2026-07-17&quot;:15.2},{&quot;2026-07-18&quot;:15.11},{&quot;2026-07-19&quot;:14.81},{&quot;2026-07-20&quot;:14.92},{&quot;2026-07-21&quot;:14.93},{&quot;2026-07-22&quot;:15.28},{&quot;2026-07-23&quot;:15.28},{&quot;2026-07-24&quot;:15.28},{&quot;2026-07-25&quot;:15.12},{&quot;2026-07-26&quot;:14.96},{&quot;2026-07-27&quot;:14.94},{&quot;2026-07-28&quot;:14.94},{&quot;2026-07-29&quot;:14.67},{&quot;2026-07-30&quot;:14.4},{&quot;2026-07-31&quot;:13.96},{&quot;2026-08-01&quot;:13.96},{&quot;2026-08-02&quot;:14.03},{&quot;2026-08-03&quot;:14.07},{&quot;2026-08-04&quot;:14.17},{&quot;2026-08-05&quot;:13.97},{&quot;2026-08-07&quot;:14.03},{&quot;2026-08-08&quot;:14.15},{&quot;2026-08-09&quot;:14.46},{&quot;2026-08-10&quot;:14.68},{&quot;2026-08-11&quot;:14.62},{&quot;2026-08-12&quot;:14.63},{&quot;2026-08-13&quot;:14.55},{&quot;2026-08-14&quot;:14.47},{&quot;2026-08-15&quot;:14.31},{&quot;2026-08-16&quot;:14.29},{&quot;2026-08-17&quot;:14.21},{&quot;2026-08-18&quot;:14.21},{&quot;2026-08-19&quot;:14.2},{&quot;2026-08-20&quot;:14.28},{&quot;2026-08-21&quot;:14.22},{&quot;2026-08-22&quot;:14.22},{&quot;2026-08-23&quot;:14.26},{&quot;2026-08-24&quot;:14.26},{&quot;2026-08-25&quot;:14.08},{&quot;2026-08-26&quot;:14.08},{&quot;2026-08-27&quot;:13.92},{&quot;2026-08-28&quot;:14.11},{&quot;2026-08-29&quot;:14.11},{&quot;2026-08-30&quot;:14.41},{&quot;2026-08-31&quot;:14.6},{&quot;2026-09-01&quot;:14.6},{&quot;2026-09-02&quot;:14.84},{&quot;2026-09-03&quot;:14.84},{&quot;2026-09-04&quot;:14.97},{&quot;2026-09-05&quot;:14.97},{&quot;2026-09-06&quot;:14.97},{&quot;2026-09-07&quot;:14.87},{&quot;2026-09-08&quot;:14.87},{&quot;2026-09-09&quot;:14.85},{&quot;2026-09-10&quot;:14.85},{&quot;2026-09-11&quot;:14.63}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:12.3},{&quot;2026-06-14&quot;:12.42},{&quot;2026-06-15&quot;:14.02},{&quot;2026-06-16&quot;:13.62},{&quot;2026-06-17&quot;:13.34},{&quot;2026-06-18&quot;:12.87},{&quot;2026-06-19&quot;:13.01},{&quot;2026-06-20&quot;:13.05},{&quot;2026-06-21&quot;:13.41},{&quot;2026-06-22&quot;:14.22},{&quot;2026-06-23&quot;:10.42},{&quot;2026-06-24&quot;:10.22},{&quot;2026-06-25&quot;:11.78},{&quot;2026-06-26&quot;:12.43},{&quot;2026-06-27&quot;:12.19},{&quot;2026-06-28&quot;:11.61},{&quot;2026-06-29&quot;:12.23},{&quot;2026-06-30&quot;:11.85},{&quot;2026-07-01&quot;:10.94},{&quot;2026-07-02&quot;:11.35},{&quot;2026-07-03&quot;:13.41},{&quot;2026-07-04&quot;:13.8},{&quot;2026-07-05&quot;:13.4},{&quot;2026-07-06&quot;:13.89},{&quot;2026-07-07&quot;:13.08},{&quot;2026-07-08&quot;:12.36},{&quot;2026-07-09&quot;:12.41},{&quot;2026-07-10&quot;:11.38},{&quot;2026-07-11&quot;:10.42},{&quot;2026-07-12&quot;:12.18},{&quot;2026-07-13&quot;:12.39},{&quot;2026-07-14&quot;:12.45},{&quot;2026-07-15&quot;:11.59},{&quot;2026-07-16&quot;:11.21},{&quot;2026-07-17&quot;:10.78},{&quot;2026-07-18&quot;:11.58},{&quot;2026-07-19&quot;:12.61},{&quot;2026-07-20&quot;:11.6},{&quot;2026-07-21&quot;:10.8},{&quot;2026-07-22&quot;:11.94},{&quot;2026-07-23&quot;:12.46},{&quot;2026-07-24&quot;:12.16},{&quot;2026-07-25&quot;:11.89},{&quot;2026-07-26&quot;:12.25},{&quot;2026-07-27&quot;:12.25},{&quot;2026-07-28&quot;:12.13},{&quot;2026-07-29&quot;:11.38},{&quot;2026-07-30&quot;:12.5},{&quot;2026-07-31&quot;:12.34},{&quot;2026-08-01&quot;:12.74},{&quot;2026-08-02&quot;:12.51},{&quot;2026-08-03&quot;:12.41},{&quot;2026-08-04&quot;:12.71},{&quot;2026-08-05&quot;:12.56},{&quot;2026-08-07&quot;:12.16},{&quot;2026-08-08&quot;:12.03},{&quot;2026-08-09&quot;:12.37},{&quot;2026-08-10&quot;:12.59},{&quot;2026-08-11&quot;:12.13},{&quot;2026-08-12&quot;:10.72},{&quot;2026-08-13&quot;:10.57},{&quot;2026-08-14&quot;:11.04},{&quot;2026-08-15&quot;:11.03},{&quot;2026-08-16&quot;:11.59},{&quot;2026-08-17&quot;:11.07},{&quot;2026-08-18&quot;:11.42},{&quot;2026-08-19&quot;:11.47},{&quot;2026-08-20&quot;:11.69},{&quot;2026-08-21&quot;:11.03},{&quot;2026-08-22&quot;:10.95},{&quot;2026-08-23&quot;:12.15},{&quot;2026-08-24&quot;:11.64},{&quot;2026-08-25&quot;:11.98},{&quot;2026-08-26&quot;:11.95},{&quot;2026-08-27&quot;:11.91},{&quot;2026-08-28&quot;:12.58},{&quot;2026-08-29&quot;:12.58},{&quot;2026-08-30&quot;:13.88},{&quot;2026-08-31&quot;:13.71},{&quot;2026-09-01&quot;:12.33},{&quot;2026-09-02&quot;:12.27},{&quot;2026-09-03&quot;:12.92},{&quot;2026-09-04&quot;:13.41},{&quot;2026-09-05&quot;:14.43},{&quot;2026-09-06&quot;:13.77},{&quot;2026-09-07&quot;:14.95},{&quot;2026-09-08&quot;:15.02},{&quot;2026-09-09&quot;:14.05},{&quot;2026-09-10&quot;:13.89},{&quot;2026-09-11&quot;:13.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="49195"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $13.07
          </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="Chatterfang, Squirrel General" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/1785cf85-1ac0-4246-9b89-1a8221a8e1b2.jpg?1783926835" />

        <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">
            Chatterfang, Squirrel General
        </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 — Squirrel Warrior</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Chatterfang, Squirrel General" src="https://cards.scryfall.io/large/front/1/7/1785cf85-1ac0-4246-9b89-1a8221a8e1b2.jpg?1783926835" />
    </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">
                $13.07
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $15.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">$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-12&quot;:10.11},{&quot;2026-06-13&quot;:10.11},{&quot;2026-06-14&quot;:10.11},{&quot;2026-06-15&quot;:10.11},{&quot;2026-06-16&quot;:10.11},{&quot;2026-06-17&quot;:10.11},{&quot;2026-06-18&quot;:10.11},{&quot;2026-06-19&quot;:10.11},{&quot;2026-06-20&quot;:10.11},{&quot;2026-06-21&quot;:10.11},{&quot;2026-06-22&quot;:10.59},{&quot;2026-06-23&quot;:10.59},{&quot;2026-06-24&quot;:10.59},{&quot;2026-06-25&quot;:10.59},{&quot;2026-06-26&quot;:10.59},{&quot;2026-06-27&quot;:10.59},{&quot;2026-06-28&quot;:10.59},{&quot;2026-06-29&quot;:11.48},{&quot;2026-06-30&quot;:11.48},{&quot;2026-07-01&quot;:11.48},{&quot;2026-07-02&quot;:11.48},{&quot;2026-07-03&quot;:11.48},{&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.48},{&quot;2026-07-08&quot;:11.48},{&quot;2026-07-09&quot;:11.48},{&quot;2026-07-10&quot;:11.48},{&quot;2026-07-11&quot;:11.48},{&quot;2026-07-12&quot;:11.58},{&quot;2026-07-13&quot;:11.58},{&quot;2026-07-14&quot;:11.58},{&quot;2026-07-15&quot;:11.58},{&quot;2026-07-16&quot;:11.58},{&quot;2026-07-17&quot;:11.58},{&quot;2026-07-18&quot;:11.54},{&quot;2026-07-19&quot;:11.54},{&quot;2026-07-20&quot;:11.64},{&quot;2026-07-21&quot;:11.64},{&quot;2026-07-23&quot;:11.83},{&quot;2026-07-24&quot;:11.83},{&quot;2026-07-25&quot;:11.83},{&quot;2026-07-26&quot;:11.83},{&quot;2026-07-27&quot;:11.83},{&quot;2026-07-28&quot;:11.83},{&quot;2026-07-29&quot;:11.83},{&quot;2026-07-30&quot;:11.83},{&quot;2026-07-31&quot;:11.83},{&quot;2026-08-01&quot;:11.83},{&quot;2026-08-02&quot;:11.83},{&quot;2026-08-03&quot;:12.4},{&quot;2026-08-04&quot;:13.02},{&quot;2026-08-05&quot;:13.02},{&quot;2026-08-07&quot;:13.02},{&quot;2026-08-08&quot;:13.02},{&quot;2026-08-09&quot;:13.02},{&quot;2026-08-10&quot;:13.02},{&quot;2026-08-11&quot;:13.02},{&quot;2026-08-12&quot;:13.02},{&quot;2026-08-13&quot;:13.02},{&quot;2026-08-14&quot;:13.02},{&quot;2026-08-15&quot;:13.02},{&quot;2026-08-16&quot;:13.96},{&quot;2026-08-17&quot;:13.96},{&quot;2026-08-18&quot;:13.96},{&quot;2026-08-19&quot;:13.96},{&quot;2026-08-20&quot;:13.96},{&quot;2026-08-21&quot;:14.66},{&quot;2026-08-22&quot;:14.66},{&quot;2026-08-23&quot;:14.66},{&quot;2026-08-24&quot;:14.66},{&quot;2026-08-25&quot;:14.66},{&quot;2026-08-26&quot;:14.66},{&quot;2026-08-27&quot;:14.66},{&quot;2026-08-28&quot;:14.66},{&quot;2026-08-29&quot;:14.66},{&quot;2026-08-30&quot;:15.09},{&quot;2026-08-31&quot;:15.45},{&quot;2026-09-01&quot;:15.77},{&quot;2026-09-02&quot;:15.77},{&quot;2026-09-03&quot;:15.97},{&quot;2026-09-04&quot;:15.97},{&quot;2026-09-05&quot;:15.97},{&quot;2026-09-06&quot;:15.97},{&quot;2026-09-07&quot;:15.97},{&quot;2026-09-08&quot;:15.97},{&quot;2026-09-09&quot;:15.97},{&quot;2026-09-10&quot;:15.97},{&quot;2026-09-11&quot;:15.97}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:11.08},{&quot;2026-06-13&quot;:11.08},{&quot;2026-06-14&quot;:11.42},{&quot;2026-06-15&quot;:11.57},{&quot;2026-06-16&quot;:11.55},{&quot;2026-06-17&quot;:11.55},{&quot;2026-06-18&quot;:11.32},{&quot;2026-06-19&quot;:11.12},{&quot;2026-06-20&quot;:10.93},{&quot;2026-06-21&quot;:10.78},{&quot;2026-06-22&quot;:10.37},{&quot;2026-06-23&quot;:10.26},{&quot;2026-06-24&quot;:10.2},{&quot;2026-06-25&quot;:10.08},{&quot;2026-06-26&quot;:10.12},{&quot;2026-06-27&quot;:10.08},{&quot;2026-06-28&quot;:9.94},{&quot;2026-06-29&quot;:9.95},{&quot;2026-06-30&quot;:10.08},{&quot;2026-07-01&quot;:9.97},{&quot;2026-07-02&quot;:10.08},{&quot;2026-07-03&quot;:10.13},{&quot;2026-07-04&quot;:10.22},{&quot;2026-07-05&quot;:10.22},{&quot;2026-07-06&quot;:10.25},{&quot;2026-07-07&quot;:10.44},{&quot;2026-07-08&quot;:10.5},{&quot;2026-07-09&quot;:10.32},{&quot;2026-07-10&quot;:10.5},{&quot;2026-07-11&quot;:10.57},{&quot;2026-07-12&quot;:10.6},{&quot;2026-07-13&quot;:10.76},{&quot;2026-07-14&quot;:10.92},{&quot;2026-07-15&quot;:11.18},{&quot;2026-07-16&quot;:11.2},{&quot;2026-07-17&quot;:11.18},{&quot;2026-07-18&quot;:11.2},{&quot;2026-07-19&quot;:11.25},{&quot;2026-07-20&quot;:11.34},{&quot;2026-07-21&quot;:11.2},{&quot;2026-07-23&quot;:11.29},{&quot;2026-07-24&quot;:11.33},{&quot;2026-07-25&quot;:11.4},{&quot;2026-07-26&quot;:11.49},{&quot;2026-07-27&quot;:11.61},{&quot;2026-07-28&quot;:11.64},{&quot;2026-07-29&quot;:11.75},{&quot;2026-07-30&quot;:12.09},{&quot;2026-07-31&quot;:12.31},{&quot;2026-08-01&quot;:12.31},{&quot;2026-08-02&quot;:12.27},{&quot;2026-08-03&quot;:12.23},{&quot;2026-08-04&quot;:12.16},{&quot;2026-08-05&quot;:12.16},{&quot;2026-08-07&quot;:12.1},{&quot;2026-08-08&quot;:12.07},{&quot;2026-08-09&quot;:12.09},{&quot;2026-08-10&quot;:11.74},{&quot;2026-08-11&quot;:11.71},{&quot;2026-08-12&quot;:11.48},{&quot;2026-08-13&quot;:11.5},{&quot;2026-08-14&quot;:11.5},{&quot;2026-08-15&quot;:11.52},{&quot;2026-08-16&quot;:11.66},{&quot;2026-08-17&quot;:11.64},{&quot;2026-08-18&quot;:11.62},{&quot;2026-08-19&quot;:11.74},{&quot;2026-08-20&quot;:11.74},{&quot;2026-08-21&quot;:11.82},{&quot;2026-08-22&quot;:11.79},{&quot;2026-08-23&quot;:11.86},{&quot;2026-08-24&quot;:12.0},{&quot;2026-08-25&quot;:12.13},{&quot;2026-08-26&quot;:12.23},{&quot;2026-08-27&quot;:12.33},{&quot;2026-08-28&quot;:12.63},{&quot;2026-08-29&quot;:12.63},{&quot;2026-08-30&quot;:12.84},{&quot;2026-08-31&quot;:12.99},{&quot;2026-09-01&quot;:12.93},{&quot;2026-09-02&quot;:12.77},{&quot;2026-09-03&quot;:12.91},{&quot;2026-09-04&quot;:12.84},{&quot;2026-09-05&quot;:12.78},{&quot;2026-09-06&quot;:12.86},{&quot;2026-09-07&quot;:12.86},{&quot;2026-09-08&quot;:12.94},{&quot;2026-09-09&quot;:13.1},{&quot;2026-09-10&quot;:13.1},{&quot;2026-09-11&quot;:13.07}]}"
        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="57536"
  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">
            Zopandrel, Hunger Dominus
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Zopandrel, Hunger Dominus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fb419d9d-e06f-48c8-a4f8-a57f9be39e50.jpg?1783918004" />

        <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">
            Zopandrel, Hunger Dominus
        </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 — Phyrexian Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Zopandrel, Hunger Dominus" src="https://cards.scryfall.io/large/front/f/b/fb419d9d-e06f-48c8-a4f8-a57f9be39e50.jpg?1783918004" />
    </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">
                $13.01
              </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">
                $13.86
              </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.29},{&quot;2026-06-10&quot;:13.98},{&quot;2026-06-11&quot;:13.98},{&quot;2026-06-12&quot;:13.98},{&quot;2026-06-13&quot;:13.98},{&quot;2026-06-14&quot;:13.98},{&quot;2026-06-15&quot;:13.89},{&quot;2026-06-16&quot;:13.62},{&quot;2026-06-17&quot;:13.62},{&quot;2026-06-18&quot;:13.57},{&quot;2026-06-19&quot;:13.57},{&quot;2026-06-20&quot;:13.57},{&quot;2026-06-21&quot;:13.57},{&quot;2026-06-22&quot;:13.57},{&quot;2026-06-24&quot;:13.57},{&quot;2026-06-25&quot;:13.57},{&quot;2026-06-26&quot;:13.49},{&quot;2026-06-27&quot;:13.49},{&quot;2026-06-28&quot;:13.49},{&quot;2026-06-29&quot;:13.48},{&quot;2026-06-30&quot;:13.48},{&quot;2026-07-01&quot;:13.37},{&quot;2026-07-02&quot;:13.0},{&quot;2026-07-03&quot;:12.83},{&quot;2026-07-04&quot;:12.83},{&quot;2026-07-05&quot;:12.36},{&quot;2026-07-06&quot;:12.42},{&quot;2026-07-07&quot;:12.42},{&quot;2026-07-08&quot;:12.42},{&quot;2026-07-09&quot;:12.47},{&quot;2026-07-10&quot;:12.47},{&quot;2026-07-11&quot;:12.47},{&quot;2026-07-12&quot;:12.48},{&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.63},{&quot;2026-07-17&quot;:12.63},{&quot;2026-07-18&quot;:12.82},{&quot;2026-07-19&quot;:12.93},{&quot;2026-07-20&quot;:12.93},{&quot;2026-07-21&quot;:13.2},{&quot;2026-07-23&quot;:13.14},{&quot;2026-07-25&quot;:13.17},{&quot;2026-07-26&quot;:13.17},{&quot;2026-07-27&quot;:13.17},{&quot;2026-07-29&quot;:13.28},{&quot;2026-07-30&quot;:13.28},{&quot;2026-07-31&quot;:13.55},{&quot;2026-08-01&quot;:13.52},{&quot;2026-08-02&quot;:13.52},{&quot;2026-08-03&quot;:13.47},{&quot;2026-08-04&quot;:13.47},{&quot;2026-08-05&quot;:13.49},{&quot;2026-08-07&quot;:13.49},{&quot;2026-08-08&quot;:13.49},{&quot;2026-08-09&quot;:13.49},{&quot;2026-08-10&quot;:13.49},{&quot;2026-08-11&quot;:13.38},{&quot;2026-08-12&quot;:13.5},{&quot;2026-08-13&quot;:13.5},{&quot;2026-08-14&quot;:13.5},{&quot;2026-08-15&quot;:13.45},{&quot;2026-08-16&quot;:13.45},{&quot;2026-08-17&quot;:13.39},{&quot;2026-08-18&quot;:13.49},{&quot;2026-08-19&quot;:13.55},{&quot;2026-08-20&quot;:13.55},{&quot;2026-08-21&quot;:13.55},{&quot;2026-08-22&quot;:13.71},{&quot;2026-08-23&quot;:13.71},{&quot;2026-08-24&quot;:13.71},{&quot;2026-08-25&quot;:13.71},{&quot;2026-08-26&quot;:13.71},{&quot;2026-08-27&quot;:13.71},{&quot;2026-08-28&quot;:13.71},{&quot;2026-08-29&quot;:13.71},{&quot;2026-08-30&quot;:13.71},{&quot;2026-08-31&quot;:13.71},{&quot;2026-09-01&quot;:13.71},{&quot;2026-09-02&quot;:13.72},{&quot;2026-09-03&quot;:13.8},{&quot;2026-09-04&quot;:13.8},{&quot;2026-09-05&quot;:13.8},{&quot;2026-09-06&quot;:13.88},{&quot;2026-09-07&quot;:13.88},{&quot;2026-09-08&quot;:13.88},{&quot;2026-09-09&quot;:13.88},{&quot;2026-09-10&quot;:13.8},{&quot;2026-09-11&quot;:13.86}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:12.18},{&quot;2026-06-10&quot;:11.97},{&quot;2026-06-11&quot;:12.02},{&quot;2026-06-12&quot;:12.09},{&quot;2026-06-13&quot;:11.83},{&quot;2026-06-14&quot;:12.02},{&quot;2026-06-15&quot;:11.83},{&quot;2026-06-16&quot;:11.82},{&quot;2026-06-17&quot;:11.96},{&quot;2026-06-18&quot;:12.03},{&quot;2026-06-19&quot;:12.03},{&quot;2026-06-20&quot;:12.03},{&quot;2026-06-21&quot;:12.03},{&quot;2026-06-22&quot;:11.99},{&quot;2026-06-24&quot;:11.55},{&quot;2026-06-25&quot;:11.6},{&quot;2026-06-26&quot;:11.56},{&quot;2026-06-27&quot;:11.11},{&quot;2026-06-28&quot;:11.14},{&quot;2026-06-29&quot;:11.14},{&quot;2026-06-30&quot;:11.01},{&quot;2026-07-01&quot;:10.82},{&quot;2026-07-02&quot;:11.38},{&quot;2026-07-03&quot;:11.56},{&quot;2026-07-04&quot;:11.67},{&quot;2026-07-05&quot;:11.84},{&quot;2026-07-06&quot;:11.77},{&quot;2026-07-07&quot;:11.63},{&quot;2026-07-08&quot;:11.45},{&quot;2026-07-09&quot;:11.25},{&quot;2026-07-10&quot;:11.01},{&quot;2026-07-11&quot;:10.88},{&quot;2026-07-12&quot;:10.98},{&quot;2026-07-13&quot;:11.34},{&quot;2026-07-14&quot;:11.34},{&quot;2026-07-15&quot;:11.31},{&quot;2026-07-16&quot;:11.94},{&quot;2026-07-17&quot;:12.04},{&quot;2026-07-18&quot;:12.06},{&quot;2026-07-19&quot;:12.54},{&quot;2026-07-20&quot;:12.64},{&quot;2026-07-21&quot;:12.55},{&quot;2026-07-23&quot;:12.46},{&quot;2026-07-25&quot;:12.88},{&quot;2026-07-26&quot;:12.91},{&quot;2026-07-27&quot;:12.94},{&quot;2026-07-29&quot;:12.95},{&quot;2026-07-30&quot;:12.98},{&quot;2026-07-31&quot;:12.98},{&quot;2026-08-01&quot;:12.85},{&quot;2026-08-02&quot;:12.85},{&quot;2026-08-03&quot;:13.03},{&quot;2026-08-04&quot;:12.74},{&quot;2026-08-05&quot;:12.65},{&quot;2026-08-07&quot;:12.62},{&quot;2026-08-08&quot;:12.5},{&quot;2026-08-09&quot;:12.5},{&quot;2026-08-10&quot;:12.71},{&quot;2026-08-11&quot;:12.87},{&quot;2026-08-12&quot;:12.79},{&quot;2026-08-13&quot;:12.93},{&quot;2026-08-14&quot;:13.58},{&quot;2026-08-15&quot;:13.58},{&quot;2026-08-16&quot;:13.41},{&quot;2026-08-17&quot;:13.21},{&quot;2026-08-18&quot;:13.19},{&quot;2026-08-19&quot;:13.13},{&quot;2026-08-20&quot;:13.13},{&quot;2026-08-21&quot;:12.62},{&quot;2026-08-22&quot;:12.41},{&quot;2026-08-23&quot;:12.41},{&quot;2026-08-24&quot;:12.03},{&quot;2026-08-25&quot;:12.03},{&quot;2026-08-26&quot;:11.71},{&quot;2026-08-27&quot;:11.94},{&quot;2026-08-28&quot;:12.04},{&quot;2026-08-29&quot;:12.04},{&quot;2026-08-30&quot;:12.12},{&quot;2026-08-31&quot;:12.04},{&quot;2026-09-01&quot;:12.04},{&quot;2026-09-02&quot;:12.34},{&quot;2026-09-03&quot;:12.11},{&quot;2026-09-04&quot;:12.23},{&quot;2026-09-05&quot;:13.13},{&quot;2026-09-06&quot;:13.08},{&quot;2026-09-07&quot;:13.11},{&quot;2026-09-08&quot;:13.33},{&quot;2026-09-09&quot;:13.35},{&quot;2026-09-10&quot;:13.08},{&quot;2026-09-11&quot;:13.01}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13754"
  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">
            Captain N&#39;ghathrod
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Horror Pirate
      </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.99
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Captain N&#39;ghathrod
        </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 — Horror Pirate</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Captain N&#39;ghathrod" src="https://cards.scryfall.io/large/front/5/5/55c02dc8-0743-400c-b334-ca029caf0463.jpg?1783922521" />
    </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">
                $12.99
              </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">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:12.31},{&quot;2026-06-12&quot;:12.38},{&quot;2026-06-13&quot;:12.38},{&quot;2026-06-14&quot;:12.38},{&quot;2026-06-15&quot;:12.38},{&quot;2026-06-16&quot;:12.31},{&quot;2026-06-17&quot;:12.31},{&quot;2026-06-18&quot;:12.31},{&quot;2026-06-19&quot;:12.74},{&quot;2026-06-20&quot;:13.0},{&quot;2026-06-21&quot;:13.0},{&quot;2026-06-22&quot;:13.0},{&quot;2026-06-23&quot;:12.97},{&quot;2026-06-24&quot;:13.01},{&quot;2026-06-25&quot;:13.1},{&quot;2026-06-26&quot;:13.1},{&quot;2026-06-27&quot;:13.04},{&quot;2026-06-28&quot;:13.03},{&quot;2026-06-29&quot;:12.86},{&quot;2026-06-30&quot;:12.86},{&quot;2026-07-01&quot;:12.86},{&quot;2026-07-02&quot;:12.86},{&quot;2026-07-03&quot;:12.86},{&quot;2026-07-04&quot;:12.86},{&quot;2026-07-05&quot;:12.98},{&quot;2026-07-06&quot;:13.05},{&quot;2026-07-07&quot;:12.99},{&quot;2026-07-08&quot;:12.98},{&quot;2026-07-09&quot;:12.98},{&quot;2026-07-10&quot;:12.98},{&quot;2026-07-11&quot;:12.8},{&quot;2026-07-12&quot;:12.67},{&quot;2026-07-13&quot;:12.51},{&quot;2026-07-14&quot;:12.49},{&quot;2026-07-15&quot;:12.47},{&quot;2026-07-16&quot;:12.47},{&quot;2026-07-17&quot;:12.4},{&quot;2026-07-18&quot;:12.38},{&quot;2026-07-19&quot;:12.35},{&quot;2026-07-20&quot;:12.35},{&quot;2026-07-21&quot;:12.42},{&quot;2026-07-23&quot;:12.43},{&quot;2026-07-25&quot;:12.54},{&quot;2026-07-26&quot;:12.59},{&quot;2026-07-27&quot;:12.57},{&quot;2026-07-28&quot;:12.57},{&quot;2026-07-29&quot;:12.48},{&quot;2026-07-30&quot;:12.48},{&quot;2026-07-31&quot;:12.54},{&quot;2026-08-01&quot;:12.79},{&quot;2026-08-02&quot;:12.82},{&quot;2026-08-03&quot;:12.89},{&quot;2026-08-04&quot;:12.9},{&quot;2026-08-05&quot;:12.93},{&quot;2026-08-07&quot;:12.74},{&quot;2026-08-08&quot;:12.82},{&quot;2026-08-09&quot;:12.88},{&quot;2026-08-10&quot;:12.88},{&quot;2026-08-11&quot;:12.88},{&quot;2026-08-12&quot;:12.84},{&quot;2026-08-13&quot;:13.1},{&quot;2026-08-14&quot;:13.1},{&quot;2026-08-15&quot;:13.1},{&quot;2026-08-16&quot;:13.12},{&quot;2026-08-17&quot;:13.11},{&quot;2026-08-18&quot;:13.07},{&quot;2026-08-19&quot;:13.08},{&quot;2026-08-20&quot;:13.08},{&quot;2026-08-21&quot;:13.25},{&quot;2026-08-22&quot;:13.38},{&quot;2026-08-23&quot;:13.46},{&quot;2026-08-24&quot;:13.49},{&quot;2026-08-25&quot;:13.39},{&quot;2026-08-26&quot;:13.39},{&quot;2026-08-27&quot;:13.22},{&quot;2026-08-28&quot;:13.05},{&quot;2026-08-29&quot;:13.05},{&quot;2026-08-30&quot;:13.03},{&quot;2026-08-31&quot;:12.96},{&quot;2026-09-01&quot;:13.0},{&quot;2026-09-02&quot;:13.0},{&quot;2026-09-03&quot;:12.94},{&quot;2026-09-04&quot;:12.76},{&quot;2026-09-05&quot;:12.83},{&quot;2026-09-06&quot;:12.95},{&quot;2026-09-07&quot;:13.07},{&quot;2026-09-08&quot;:13.08},{&quot;2026-09-09&quot;:12.89},{&quot;2026-09-10&quot;:12.89},{&quot;2026-09-11&quot;:12.99}],&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="13924"
  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">
            Mother of Runes
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $12.94
          </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="Mother of Runes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a5e19147-e459-43a6-8ef0-e37968a462e3.jpg?1783922485" />

        <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">
            Mother of Runes
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human 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="Mother of Runes" src="https://cards.scryfall.io/large/front/a/5/a5e19147-e459-43a6-8ef0-e37968a462e3.jpg?1783922485" />
    </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.94
              </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">$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-08&quot;:13.74},{&quot;2026-06-10&quot;:13.77},{&quot;2026-06-11&quot;:13.77},{&quot;2026-06-12&quot;:13.81},{&quot;2026-06-13&quot;:13.89},{&quot;2026-06-14&quot;:13.69},{&quot;2026-06-15&quot;:13.69},{&quot;2026-06-16&quot;:13.69},{&quot;2026-06-17&quot;:13.92},{&quot;2026-06-18&quot;:14.13},{&quot;2026-06-19&quot;:14.18},{&quot;2026-06-20&quot;:14.32},{&quot;2026-06-21&quot;:14.12},{&quot;2026-06-22&quot;:14.23},{&quot;2026-06-24&quot;:14.07},{&quot;2026-06-25&quot;:13.87},{&quot;2026-06-26&quot;:13.87},{&quot;2026-06-27&quot;:13.87},{&quot;2026-06-28&quot;:13.54},{&quot;2026-06-29&quot;:13.55},{&quot;2026-06-30&quot;:13.31},{&quot;2026-07-01&quot;:13.5},{&quot;2026-07-02&quot;:13.5},{&quot;2026-07-03&quot;:13.1},{&quot;2026-07-04&quot;:13.04},{&quot;2026-07-05&quot;:12.71},{&quot;2026-07-06&quot;:12.79},{&quot;2026-07-07&quot;:13.02},{&quot;2026-07-08&quot;:13.02},{&quot;2026-07-09&quot;:13.02},{&quot;2026-07-10&quot;:13.02},{&quot;2026-07-11&quot;:12.97},{&quot;2026-07-12&quot;:13.13},{&quot;2026-07-13&quot;:12.92},{&quot;2026-07-14&quot;:12.92},{&quot;2026-07-15&quot;:12.92},{&quot;2026-07-16&quot;:12.85},{&quot;2026-07-17&quot;:12.69},{&quot;2026-07-18&quot;:12.69},{&quot;2026-07-19&quot;:12.48},{&quot;2026-07-20&quot;:12.48},{&quot;2026-07-21&quot;:12.57},{&quot;2026-07-23&quot;:12.8},{&quot;2026-07-25&quot;:13.01},{&quot;2026-07-26&quot;:13.01},{&quot;2026-07-27&quot;:12.99},{&quot;2026-07-29&quot;:12.49},{&quot;2026-07-30&quot;:12.6},{&quot;2026-07-31&quot;:12.99},{&quot;2026-08-01&quot;:12.99},{&quot;2026-08-02&quot;:12.99},{&quot;2026-08-03&quot;:13.18},{&quot;2026-08-04&quot;:13.22},{&quot;2026-08-05&quot;:13.05},{&quot;2026-08-07&quot;:12.96},{&quot;2026-08-08&quot;:12.7},{&quot;2026-08-09&quot;:12.7},{&quot;2026-08-10&quot;:12.7},{&quot;2026-08-11&quot;:12.45},{&quot;2026-08-12&quot;:12.68},{&quot;2026-08-13&quot;:12.75},{&quot;2026-08-14&quot;:12.75},{&quot;2026-08-15&quot;:12.32},{&quot;2026-08-16&quot;:12.32},{&quot;2026-08-17&quot;:12.3},{&quot;2026-08-18&quot;:12.18},{&quot;2026-08-19&quot;:12.17},{&quot;2026-08-20&quot;:12.17},{&quot;2026-08-21&quot;:12.08},{&quot;2026-08-22&quot;:11.98},{&quot;2026-08-23&quot;:12.09},{&quot;2026-08-24&quot;:12.09},{&quot;2026-08-25&quot;:12.09},{&quot;2026-08-26&quot;:12.1},{&quot;2026-08-27&quot;:12.1},{&quot;2026-08-28&quot;:11.86},{&quot;2026-08-29&quot;:11.86},{&quot;2026-08-30&quot;:12.13},{&quot;2026-08-31&quot;:12.22},{&quot;2026-09-01&quot;:12.22},{&quot;2026-09-02&quot;:12.53},{&quot;2026-09-03&quot;:12.51},{&quot;2026-09-04&quot;:12.59},{&quot;2026-09-05&quot;:12.57},{&quot;2026-09-06&quot;:12.57},{&quot;2026-09-07&quot;:12.63},{&quot;2026-09-08&quot;:12.77},{&quot;2026-09-09&quot;:12.69},{&quot;2026-09-10&quot;:12.94},{&quot;2026-09-11&quot;:12.94}]}"
        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="31244"
  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-j25 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">
            Ancient Greenwarden
        </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">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $12.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="Ancient Greenwarden" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/0/d0a63737-8da7-4e92-89d2-742419530fc9.jpg?1783908656" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ancient Greenwarden" src="https://cards.scryfall.io/large/front/d/0/d0a63737-8da7-4e92-89d2-742419530fc9.jpg?1783908656" />
    </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.93
              </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">$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;:12.32},{&quot;2026-06-13&quot;:11.43},{&quot;2026-06-14&quot;:11.66},{&quot;2026-06-15&quot;:11.31},{&quot;2026-06-16&quot;:11.31},{&quot;2026-06-17&quot;:11.23},{&quot;2026-06-18&quot;:11.3},{&quot;2026-06-19&quot;:11.21},{&quot;2026-06-20&quot;:11.24},{&quot;2026-06-21&quot;:11.08},{&quot;2026-06-22&quot;:10.98},{&quot;2026-06-23&quot;:11.0},{&quot;2026-06-24&quot;:10.96},{&quot;2026-06-25&quot;:10.84},{&quot;2026-06-26&quot;:10.42},{&quot;2026-06-27&quot;:10.64},{&quot;2026-06-28&quot;:10.54},{&quot;2026-06-29&quot;:10.41},{&quot;2026-06-30&quot;:10.34},{&quot;2026-07-01&quot;:10.38},{&quot;2026-07-02&quot;:10.41},{&quot;2026-07-03&quot;:10.43},{&quot;2026-07-04&quot;:10.57},{&quot;2026-07-05&quot;:10.8},{&quot;2026-07-06&quot;:10.78},{&quot;2026-07-07&quot;:10.89},{&quot;2026-07-08&quot;:11.0},{&quot;2026-07-09&quot;:11.01},{&quot;2026-07-10&quot;:11.0},{&quot;2026-07-11&quot;:11.04},{&quot;2026-07-12&quot;:11.15},{&quot;2026-07-13&quot;:11.25},{&quot;2026-07-14&quot;:11.25},{&quot;2026-07-15&quot;:11.35},{&quot;2026-07-16&quot;:11.37},{&quot;2026-07-17&quot;:11.39},{&quot;2026-07-18&quot;:11.41},{&quot;2026-07-19&quot;:11.49},{&quot;2026-07-20&quot;:11.55},{&quot;2026-07-21&quot;:11.52},{&quot;2026-07-23&quot;:11.57},{&quot;2026-07-24&quot;:11.58},{&quot;2026-07-25&quot;:11.64},{&quot;2026-07-26&quot;:11.83},{&quot;2026-07-27&quot;:11.79},{&quot;2026-07-28&quot;:11.79},{&quot;2026-07-29&quot;:12.02},{&quot;2026-07-30&quot;:12.1},{&quot;2026-07-31&quot;:12.38},{&quot;2026-08-01&quot;:12.38},{&quot;2026-08-02&quot;:12.32},{&quot;2026-08-03&quot;:12.4},{&quot;2026-08-04&quot;:12.36},{&quot;2026-08-05&quot;:12.35},{&quot;2026-08-07&quot;:12.49},{&quot;2026-08-08&quot;:12.6},{&quot;2026-08-09&quot;:12.63},{&quot;2026-08-10&quot;:12.63},{&quot;2026-08-11&quot;:12.6},{&quot;2026-08-12&quot;:12.6},{&quot;2026-08-13&quot;:12.63},{&quot;2026-08-14&quot;:12.6},{&quot;2026-08-15&quot;:12.68},{&quot;2026-08-16&quot;:12.78},{&quot;2026-08-17&quot;:12.89},{&quot;2026-08-18&quot;:13.1},{&quot;2026-08-19&quot;:13.1},{&quot;2026-08-20&quot;:13.1},{&quot;2026-08-21&quot;:13.18},{&quot;2026-08-22&quot;:13.28},{&quot;2026-08-23&quot;:13.27},{&quot;2026-08-24&quot;:13.3},{&quot;2026-08-25&quot;:13.42},{&quot;2026-08-26&quot;:13.21},{&quot;2026-08-27&quot;:13.31},{&quot;2026-08-28&quot;:13.08},{&quot;2026-08-29&quot;:13.08},{&quot;2026-08-30&quot;:13.13},{&quot;2026-08-31&quot;:13.21},{&quot;2026-09-01&quot;:13.27},{&quot;2026-09-02&quot;:13.21},{&quot;2026-09-03&quot;:13.48},{&quot;2026-09-04&quot;:13.63},{&quot;2026-09-05&quot;:13.52},{&quot;2026-09-06&quot;:13.01},{&quot;2026-09-07&quot;:12.99},{&quot;2026-09-08&quot;:12.94},{&quot;2026-09-09&quot;:12.99},{&quot;2026-09-10&quot;:13.03},{&quot;2026-09-11&quot;:12.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="74089"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            There and Back Again
        </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">
            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">
            $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="There and Back Again" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/939b0bd0-24ea-45de-a2d3-37bbf6a3e6f9.jpg?1783916275" />

        <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">
            There and Back Again
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="There and Back Again" src="https://cards.scryfall.io/large/front/9/3/939b0bd0-24ea-45de-a2d3-37bbf6a3e6f9.jpg?1783916275" />
    </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.86
              </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.90
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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.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-12&quot;:5.35},{&quot;2026-06-13&quot;:5.19},{&quot;2026-06-14&quot;:5.19},{&quot;2026-06-15&quot;:5.19},{&quot;2026-06-16&quot;:5.27},{&quot;2026-06-17&quot;:5.39},{&quot;2026-06-18&quot;:5.39},{&quot;2026-06-19&quot;:5.39},{&quot;2026-06-20&quot;:5.34},{&quot;2026-06-21&quot;:5.43},{&quot;2026-06-22&quot;:5.43},{&quot;2026-06-23&quot;:5.43},{&quot;2026-06-24&quot;:5.45},{&quot;2026-06-25&quot;:5.35},{&quot;2026-06-26&quot;:5.35},{&quot;2026-06-27&quot;:5.35},{&quot;2026-06-28&quot;:5.35},{&quot;2026-06-29&quot;:5.35},{&quot;2026-06-30&quot;:5.33},{&quot;2026-07-01&quot;:5.41},{&quot;2026-07-02&quot;:5.31},{&quot;2026-07-03&quot;:5.45},{&quot;2026-07-04&quot;:5.45},{&quot;2026-07-05&quot;:5.45},{&quot;2026-07-06&quot;:5.38},{&quot;2026-07-07&quot;:5.38},{&quot;2026-07-08&quot;:5.38},{&quot;2026-07-09&quot;:5.37},{&quot;2026-07-10&quot;:5.31},{&quot;2026-07-11&quot;:5.36},{&quot;2026-07-12&quot;:5.36},{&quot;2026-07-13&quot;:5.36},{&quot;2026-07-14&quot;:5.36},{&quot;2026-07-15&quot;:5.33},{&quot;2026-07-16&quot;:5.31},{&quot;2026-07-17&quot;:5.02},{&quot;2026-07-18&quot;:5.02},{&quot;2026-07-19&quot;:5.08},{&quot;2026-07-20&quot;:5.14},{&quot;2026-07-21&quot;:5.14},{&quot;2026-07-23&quot;:5.21},{&quot;2026-07-24&quot;:5.29},{&quot;2026-07-25&quot;:5.3},{&quot;2026-07-26&quot;:5.3},{&quot;2026-07-27&quot;:5.31},{&quot;2026-07-28&quot;:5.28},{&quot;2026-07-29&quot;:5.28},{&quot;2026-07-30&quot;:5.34},{&quot;2026-07-31&quot;:5.44},{&quot;2026-08-01&quot;:5.44},{&quot;2026-08-02&quot;:5.52},{&quot;2026-08-03&quot;:5.59},{&quot;2026-08-04&quot;:5.67},{&quot;2026-08-05&quot;:5.73},{&quot;2026-08-07&quot;:5.78},{&quot;2026-08-08&quot;:5.87},{&quot;2026-08-09&quot;:5.67},{&quot;2026-08-10&quot;:5.99},{&quot;2026-08-11&quot;:6.46},{&quot;2026-08-12&quot;:6.44},{&quot;2026-08-13&quot;:6.35},{&quot;2026-08-14&quot;:6.39},{&quot;2026-08-15&quot;:6.39},{&quot;2026-08-16&quot;:6.45},{&quot;2026-08-17&quot;:6.88},{&quot;2026-08-18&quot;:6.37},{&quot;2026-08-19&quot;:6.64},{&quot;2026-08-20&quot;:6.64},{&quot;2026-08-21&quot;:7.74},{&quot;2026-08-22&quot;:7.65},{&quot;2026-08-23&quot;:8.6},{&quot;2026-08-24&quot;:8.97},{&quot;2026-08-25&quot;:8.94},{&quot;2026-08-26&quot;:9.28},{&quot;2026-08-27&quot;:9.68},{&quot;2026-08-28&quot;:10.66},{&quot;2026-08-29&quot;:10.66},{&quot;2026-08-30&quot;:10.97},{&quot;2026-08-31&quot;:11.38},{&quot;2026-09-01&quot;:12.39},{&quot;2026-09-02&quot;:12.43},{&quot;2026-09-03&quot;:12.14},{&quot;2026-09-04&quot;:11.99},{&quot;2026-09-05&quot;:12.12},{&quot;2026-09-06&quot;:12.35},{&quot;2026-09-07&quot;:12.46},{&quot;2026-09-08&quot;:12.57},{&quot;2026-09-09&quot;:12.81},{&quot;2026-09-10&quot;:12.81},{&quot;2026-09-11&quot;:12.9}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.94},{&quot;2026-06-13&quot;:4.63},{&quot;2026-06-14&quot;:4.34},{&quot;2026-06-15&quot;:4.32},{&quot;2026-06-16&quot;:4.41},{&quot;2026-06-17&quot;:4.35},{&quot;2026-06-18&quot;:4.5},{&quot;2026-06-19&quot;:4.68},{&quot;2026-06-20&quot;:4.46},{&quot;2026-06-21&quot;:4.44},{&quot;2026-06-22&quot;:4.38},{&quot;2026-06-23&quot;:4.68},{&quot;2026-06-24&quot;:4.83},{&quot;2026-06-25&quot;:5.04},{&quot;2026-06-26&quot;:4.77},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.7},{&quot;2026-06-29&quot;:4.76},{&quot;2026-06-30&quot;:4.98},{&quot;2026-07-01&quot;:4.85},{&quot;2026-07-02&quot;:4.71},{&quot;2026-07-03&quot;:4.81},{&quot;2026-07-04&quot;:4.62},{&quot;2026-07-05&quot;:4.59},{&quot;2026-07-06&quot;:4.32},{&quot;2026-07-07&quot;:4.47},{&quot;2026-07-08&quot;:4.43},{&quot;2026-07-09&quot;:4.52},{&quot;2026-07-10&quot;:4.71},{&quot;2026-07-11&quot;:4.7},{&quot;2026-07-12&quot;:4.9},{&quot;2026-07-13&quot;:4.84},{&quot;2026-07-14&quot;:4.79},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.56},{&quot;2026-07-17&quot;:4.8},{&quot;2026-07-18&quot;:4.76},{&quot;2026-07-19&quot;:4.81},{&quot;2026-07-20&quot;:5.02},{&quot;2026-07-21&quot;:5.22},{&quot;2026-07-23&quot;:5.25},{&quot;2026-07-24&quot;:5.37},{&quot;2026-07-25&quot;:5.05},{&quot;2026-07-26&quot;:4.93},{&quot;2026-07-27&quot;:4.84},{&quot;2026-07-28&quot;:4.81},{&quot;2026-07-29&quot;:4.84},{&quot;2026-07-30&quot;:4.91},{&quot;2026-07-31&quot;:5.12},{&quot;2026-08-01&quot;:5.14},{&quot;2026-08-02&quot;:5.25},{&quot;2026-08-03&quot;:5.46},{&quot;2026-08-04&quot;:5.68},{&quot;2026-08-05&quot;:5.66},{&quot;2026-08-07&quot;:5.4},{&quot;2026-08-08&quot;:5.32},{&quot;2026-08-09&quot;:5.58},{&quot;2026-08-10&quot;:5.74},{&quot;2026-08-11&quot;:6.17},{&quot;2026-08-12&quot;:5.97},{&quot;2026-08-13&quot;:5.93},{&quot;2026-08-14&quot;:6.81},{&quot;2026-08-15&quot;:7.25},{&quot;2026-08-16&quot;:8.6},{&quot;2026-08-17&quot;:7.04},{&quot;2026-08-18&quot;:7.43},{&quot;2026-08-19&quot;:9.47},{&quot;2026-08-20&quot;:9.47},{&quot;2026-08-21&quot;:10.14},{&quot;2026-08-22&quot;:10.42},{&quot;2026-08-23&quot;:10.17},{&quot;2026-08-24&quot;:11.74},{&quot;2026-08-25&quot;:12.02},{&quot;2026-08-26&quot;:12.14},{&quot;2026-08-27&quot;:11.23},{&quot;2026-08-28&quot;:10.74},{&quot;2026-08-29&quot;:10.74},{&quot;2026-08-30&quot;:12.79},{&quot;2026-08-31&quot;:12.58},{&quot;2026-09-01&quot;:12.52},{&quot;2026-09-02&quot;:12.79},{&quot;2026-09-03&quot;:12.33},{&quot;2026-09-04&quot;:12.15},{&quot;2026-09-05&quot;:11.86},{&quot;2026-09-06&quot;:11.97},{&quot;2026-09-07&quot;:11.46},{&quot;2026-09-08&quot;:11.48},{&quot;2026-09-09&quot;:11.67},{&quot;2026-09-10&quot;:11.69},{&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="87342"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $12.83
          </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/7/2/72386d5a-cb57-445d-9bfa-d92c0905da8c.jpg?1783914938" />

        <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/7/2/72386d5a-cb57-445d-9bfa-d92c0905da8c.jpg?1783914938" />
    </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.83
              </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">$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;:12.42},{&quot;2026-06-10&quot;:12.35},{&quot;2026-06-11&quot;:12.52},{&quot;2026-06-12&quot;:12.52},{&quot;2026-06-13&quot;:12.52},{&quot;2026-06-14&quot;:12.5},{&quot;2026-06-15&quot;:12.5},{&quot;2026-06-16&quot;:12.62},{&quot;2026-06-17&quot;:12.62},{&quot;2026-06-18&quot;:12.62},{&quot;2026-06-19&quot;:12.62},{&quot;2026-06-20&quot;:12.62},{&quot;2026-06-21&quot;:12.62},{&quot;2026-06-22&quot;:12.69},{&quot;2026-06-24&quot;:13.04},{&quot;2026-06-25&quot;:13.04},{&quot;2026-06-26&quot;:13.02},{&quot;2026-06-27&quot;:12.85},{&quot;2026-06-28&quot;:12.87},{&quot;2026-06-29&quot;:12.89},{&quot;2026-06-30&quot;:12.87},{&quot;2026-07-01&quot;:13.04},{&quot;2026-07-02&quot;:13.04},{&quot;2026-07-03&quot;:13.04},{&quot;2026-07-04&quot;:13.17},{&quot;2026-07-05&quot;:13.17},{&quot;2026-07-06&quot;:13.23},{&quot;2026-07-07&quot;:12.93},{&quot;2026-07-08&quot;:13.08},{&quot;2026-07-09&quot;:13.08},{&quot;2026-07-10&quot;:12.99},{&quot;2026-07-11&quot;:13.26},{&quot;2026-07-12&quot;:13.26},{&quot;2026-07-13&quot;:13.26},{&quot;2026-07-14&quot;:13.18},{&quot;2026-07-15&quot;:13.18},{&quot;2026-07-16&quot;:13.18},{&quot;2026-07-17&quot;:12.95},{&quot;2026-07-18&quot;:13.03},{&quot;2026-07-19&quot;:13.03},{&quot;2026-07-20&quot;:12.8},{&quot;2026-07-21&quot;:12.49},{&quot;2026-07-23&quot;:12.58},{&quot;2026-07-25&quot;:13.12},{&quot;2026-07-26&quot;:13.03},{&quot;2026-07-27&quot;:13.13},{&quot;2026-07-29&quot;:13.09},{&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.17},{&quot;2026-08-04&quot;:13.17},{&quot;2026-08-05&quot;:13.17},{&quot;2026-08-07&quot;:13.08},{&quot;2026-08-08&quot;:13.08},{&quot;2026-08-09&quot;:13.08},{&quot;2026-08-10&quot;:12.95},{&quot;2026-08-11&quot;:12.95},{&quot;2026-08-12&quot;:12.95},{&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;:13.05},{&quot;2026-08-17&quot;:13.1},{&quot;2026-08-18&quot;:12.97},{&quot;2026-08-19&quot;:12.97},{&quot;2026-08-20&quot;:12.97},{&quot;2026-08-21&quot;:13.07},{&quot;2026-08-22&quot;:13.25},{&quot;2026-08-23&quot;:13.25},{&quot;2026-08-24&quot;:13.2},{&quot;2026-08-25&quot;:13.2},{&quot;2026-08-26&quot;:13.26},{&quot;2026-08-27&quot;:13.31},{&quot;2026-08-28&quot;:13.31},{&quot;2026-08-29&quot;:13.31},{&quot;2026-08-30&quot;:13.39},{&quot;2026-08-31&quot;:13.4},{&quot;2026-09-01&quot;:13.4},{&quot;2026-09-02&quot;:13.38},{&quot;2026-09-03&quot;:13.46},{&quot;2026-09-04&quot;:13.47},{&quot;2026-09-05&quot;:13.47},{&quot;2026-09-06&quot;:13.42},{&quot;2026-09-07&quot;:13.36},{&quot;2026-09-08&quot;:13.16},{&quot;2026-09-09&quot;:13.12},{&quot;2026-09-10&quot;:12.89},{&quot;2026-09-11&quot;:12.83}]}"
        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="23679"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

        <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">
            Abhorrent Oculus
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Eye</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="Abhorrent Oculus" src="https://cards.scryfall.io/large/front/d/2/d2705b43-a94a-44c0-8740-82e0b296820c.jpg?1783909500" />
    </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.81
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:15.44},{&quot;2026-06-14&quot;:14.83},{&quot;2026-06-15&quot;:14.83},{&quot;2026-06-16&quot;:14.83},{&quot;2026-06-17&quot;:14.83},{&quot;2026-06-18&quot;:14.83},{&quot;2026-06-19&quot;:14.86},{&quot;2026-06-20&quot;:14.86},{&quot;2026-06-21&quot;:14.86},{&quot;2026-06-22&quot;:14.86},{&quot;2026-06-23&quot;:14.86},{&quot;2026-06-24&quot;:14.88},{&quot;2026-06-25&quot;:14.84},{&quot;2026-06-26&quot;:14.69},{&quot;2026-06-27&quot;:15.32},{&quot;2026-06-28&quot;:15.32},{&quot;2026-06-29&quot;:15.32},{&quot;2026-06-30&quot;:15.66},{&quot;2026-07-01&quot;:15.78},{&quot;2026-07-02&quot;:15.78},{&quot;2026-07-03&quot;:15.62},{&quot;2026-07-04&quot;:15.62},{&quot;2026-07-05&quot;:15.53},{&quot;2026-07-06&quot;:15.63},{&quot;2026-07-07&quot;:15.63},{&quot;2026-07-08&quot;:15.63},{&quot;2026-07-09&quot;:15.63},{&quot;2026-07-10&quot;:16.25},{&quot;2026-07-11&quot;:16.25},{&quot;2026-07-12&quot;:16.25},{&quot;2026-07-13&quot;:16.25},{&quot;2026-07-14&quot;:16.25},{&quot;2026-07-15&quot;:16.25},{&quot;2026-07-16&quot;:16.23},{&quot;2026-07-17&quot;:16.23},{&quot;2026-07-18&quot;:16.23},{&quot;2026-07-19&quot;:16.23},{&quot;2026-07-20&quot;:16.23},{&quot;2026-07-21&quot;:16.23},{&quot;2026-07-22&quot;:16.23},{&quot;2026-07-23&quot;:16.45},{&quot;2026-07-24&quot;:16.45},{&quot;2026-07-25&quot;:16.45},{&quot;2026-07-26&quot;:16.45},{&quot;2026-07-27&quot;:16.85},{&quot;2026-07-28&quot;:16.85},{&quot;2026-07-29&quot;:16.85},{&quot;2026-07-30&quot;:16.85},{&quot;2026-07-31&quot;:16.85},{&quot;2026-08-01&quot;:16.85},{&quot;2026-08-02&quot;:16.85},{&quot;2026-08-03&quot;:16.85},{&quot;2026-08-04&quot;:16.85},{&quot;2026-08-05&quot;:16.93},{&quot;2026-08-07&quot;:17.04},{&quot;2026-08-08&quot;:17.04},{&quot;2026-08-09&quot;:17.04},{&quot;2026-08-10&quot;:17.04},{&quot;2026-08-11&quot;:17.04},{&quot;2026-08-12&quot;:16.82},{&quot;2026-08-13&quot;:16.82},{&quot;2026-08-14&quot;:16.82},{&quot;2026-08-15&quot;:16.82},{&quot;2026-08-16&quot;:16.82},{&quot;2026-08-17&quot;:16.82},{&quot;2026-08-18&quot;:16.82},{&quot;2026-08-19&quot;:16.82},{&quot;2026-08-20&quot;:16.82},{&quot;2026-08-21&quot;:16.63},{&quot;2026-08-22&quot;:16.63},{&quot;2026-08-23&quot;:16.63},{&quot;2026-08-24&quot;:16.63},{&quot;2026-08-25&quot;:16.63},{&quot;2026-08-26&quot;:16.44},{&quot;2026-08-27&quot;:16.49},{&quot;2026-08-28&quot;:16.49},{&quot;2026-08-29&quot;:16.49},{&quot;2026-08-30&quot;:16.49},{&quot;2026-08-31&quot;:16.49},{&quot;2026-09-01&quot;:16.49},{&quot;2026-09-02&quot;:16.6},{&quot;2026-09-03&quot;:16.6},{&quot;2026-09-04&quot;:16.64},{&quot;2026-09-05&quot;:16.64},{&quot;2026-09-06&quot;:16.64},{&quot;2026-09-07&quot;:16.64},{&quot;2026-09-08&quot;:16.64},{&quot;2026-09-09&quot;:16.64},{&quot;2026-09-10&quot;:16.64},{&quot;2026-09-11&quot;:16.64}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:15.7},{&quot;2026-06-14&quot;:15.93},{&quot;2026-06-15&quot;:15.64},{&quot;2026-06-16&quot;:16.08},{&quot;2026-06-17&quot;:16.1},{&quot;2026-06-18&quot;:15.94},{&quot;2026-06-19&quot;:14.82},{&quot;2026-06-20&quot;:14.01},{&quot;2026-06-21&quot;:13.75},{&quot;2026-06-22&quot;:13.91},{&quot;2026-06-23&quot;:14.18},{&quot;2026-06-24&quot;:14.46},{&quot;2026-06-25&quot;:14.41},{&quot;2026-06-26&quot;:14.44},{&quot;2026-06-27&quot;:15.17},{&quot;2026-06-28&quot;:15.17},{&quot;2026-06-29&quot;:15.03},{&quot;2026-06-30&quot;:15.08},{&quot;2026-07-01&quot;:14.99},{&quot;2026-07-02&quot;:15.19},{&quot;2026-07-03&quot;:15.19},{&quot;2026-07-04&quot;:15.23},{&quot;2026-07-05&quot;:15.35},{&quot;2026-07-06&quot;:13.59},{&quot;2026-07-07&quot;:13.28},{&quot;2026-07-08&quot;:13.14},{&quot;2026-07-09&quot;:12.84},{&quot;2026-07-10&quot;:13.32},{&quot;2026-07-11&quot;:13.61},{&quot;2026-07-12&quot;:14.27},{&quot;2026-07-13&quot;:14.72},{&quot;2026-07-14&quot;:14.86},{&quot;2026-07-15&quot;:14.84},{&quot;2026-07-16&quot;:15.2},{&quot;2026-07-17&quot;:15.2},{&quot;2026-07-18&quot;:14.86},{&quot;2026-07-19&quot;:14.39},{&quot;2026-07-20&quot;:14.42},{&quot;2026-07-21&quot;:14.28},{&quot;2026-07-22&quot;:14.81},{&quot;2026-07-23&quot;:14.78},{&quot;2026-07-24&quot;:14.65},{&quot;2026-07-25&quot;:14.76},{&quot;2026-07-26&quot;:14.76},{&quot;2026-07-27&quot;:15.81},{&quot;2026-07-28&quot;:15.81},{&quot;2026-07-29&quot;:16.26},{&quot;2026-07-30&quot;:16.02},{&quot;2026-07-31&quot;:15.67},{&quot;2026-08-01&quot;:15.67},{&quot;2026-08-02&quot;:15.67},{&quot;2026-08-03&quot;:15.42},{&quot;2026-08-04&quot;:15.25},{&quot;2026-08-05&quot;:15.19},{&quot;2026-08-07&quot;:15.29},{&quot;2026-08-08&quot;:14.89},{&quot;2026-08-09&quot;:14.89},{&quot;2026-08-10&quot;:14.45},{&quot;2026-08-11&quot;:15.75},{&quot;2026-08-12&quot;:15.58},{&quot;2026-08-13&quot;:16.15},{&quot;2026-08-14&quot;:15.72},{&quot;2026-08-15&quot;:15.59},{&quot;2026-08-16&quot;:15.59},{&quot;2026-08-17&quot;:15.1},{&quot;2026-08-18&quot;:14.44},{&quot;2026-08-19&quot;:13.69},{&quot;2026-08-20&quot;:13.43},{&quot;2026-08-21&quot;:13.43},{&quot;2026-08-22&quot;:12.45},{&quot;2026-08-23&quot;:12.48},{&quot;2026-08-24&quot;:12.18},{&quot;2026-08-25&quot;:12.16},{&quot;2026-08-26&quot;:12.13},{&quot;2026-08-27&quot;:12.66},{&quot;2026-08-28&quot;:12.59},{&quot;2026-08-29&quot;:12.59},{&quot;2026-08-30&quot;:12.66},{&quot;2026-08-31&quot;:12.63},{&quot;2026-09-01&quot;:12.61},{&quot;2026-09-02&quot;:12.49},{&quot;2026-09-03&quot;:12.72},{&quot;2026-09-04&quot;:12.6},{&quot;2026-09-05&quot;:12.14},{&quot;2026-09-06&quot;:12.17},{&quot;2026-09-07&quot;:12.25},{&quot;2026-09-08&quot;:12.42},{&quot;2026-09-09&quot;:12.6},{&quot;2026-09-10&quot;:12.92},{&quot;2026-09-11&quot;:12.81}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19992"
  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">
            Boon Reflection
        </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">
            $12.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="Boon Reflection" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0d4032a7-600c-4b30-a012-fe3cde1be9c9.jpg?1783930220" />

        <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">
            Boon Reflection
        </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Boon Reflection" src="https://cards.scryfall.io/large/front/0/d/0d4032a7-600c-4b30-a012-fe3cde1be9c9.jpg?1783930220" />
    </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.80
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $13.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">$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-10&quot;:14.22},{&quot;2026-06-11&quot;:14.22},{&quot;2026-06-12&quot;:14.22},{&quot;2026-06-13&quot;:14.22},{&quot;2026-06-14&quot;:14.22},{&quot;2026-06-15&quot;:14.22},{&quot;2026-06-16&quot;:14.22},{&quot;2026-06-17&quot;:14.22},{&quot;2026-06-18&quot;:14.09},{&quot;2026-06-19&quot;:14.09},{&quot;2026-06-20&quot;:14.09},{&quot;2026-06-21&quot;:14.09},{&quot;2026-06-22&quot;:14.09},{&quot;2026-06-23&quot;:14.09},{&quot;2026-06-24&quot;:14.09},{&quot;2026-06-25&quot;:14.09},{&quot;2026-06-26&quot;:14.09},{&quot;2026-06-27&quot;:13.55},{&quot;2026-06-28&quot;:13.73},{&quot;2026-06-29&quot;:13.73},{&quot;2026-06-30&quot;:13.73},{&quot;2026-07-01&quot;:13.41},{&quot;2026-07-02&quot;:13.41},{&quot;2026-07-03&quot;:13.41},{&quot;2026-07-04&quot;:13.41},{&quot;2026-07-05&quot;:13.41},{&quot;2026-07-06&quot;:13.41},{&quot;2026-07-07&quot;:13.41},{&quot;2026-07-08&quot;:13.41},{&quot;2026-07-09&quot;:13.41},{&quot;2026-07-10&quot;:13.41},{&quot;2026-07-11&quot;:13.41},{&quot;2026-07-12&quot;:13.41},{&quot;2026-07-13&quot;:13.41},{&quot;2026-07-14&quot;:13.41},{&quot;2026-07-15&quot;:13.41},{&quot;2026-07-16&quot;:13.25},{&quot;2026-07-17&quot;:13.26},{&quot;2026-07-18&quot;:13.26},{&quot;2026-07-19&quot;:13.26},{&quot;2026-07-20&quot;:13.26},{&quot;2026-07-21&quot;:13.26},{&quot;2026-07-23&quot;:13.26},{&quot;2026-07-25&quot;:13.27},{&quot;2026-07-26&quot;:13.27},{&quot;2026-07-27&quot;:13.27},{&quot;2026-07-29&quot;:13.27},{&quot;2026-07-30&quot;:13.27},{&quot;2026-07-31&quot;:13.27},{&quot;2026-08-01&quot;:13.18},{&quot;2026-08-02&quot;:13.18},{&quot;2026-08-03&quot;:13.12},{&quot;2026-08-04&quot;:13.12},{&quot;2026-08-05&quot;:13.13},{&quot;2026-08-07&quot;:13.16},{&quot;2026-08-08&quot;:13.23},{&quot;2026-08-09&quot;:13.23},{&quot;2026-08-10&quot;:13.23},{&quot;2026-08-11&quot;:13.23},{&quot;2026-08-12&quot;:13.23},{&quot;2026-08-13&quot;:13.23},{&quot;2026-08-14&quot;:13.23},{&quot;2026-08-15&quot;:13.23},{&quot;2026-08-16&quot;:13.23},{&quot;2026-08-17&quot;:13.28},{&quot;2026-08-18&quot;:13.33},{&quot;2026-08-19&quot;:13.33},{&quot;2026-08-20&quot;:13.33},{&quot;2026-08-21&quot;:13.33},{&quot;2026-08-22&quot;:13.33},{&quot;2026-08-23&quot;:13.33},{&quot;2026-08-24&quot;:13.33},{&quot;2026-08-25&quot;:13.33},{&quot;2026-08-26&quot;:13.33},{&quot;2026-08-27&quot;:13.33},{&quot;2026-08-28&quot;:13.33},{&quot;2026-08-29&quot;:13.33},{&quot;2026-08-30&quot;:13.34},{&quot;2026-08-31&quot;:13.34},{&quot;2026-09-01&quot;:13.34},{&quot;2026-09-02&quot;:13.34},{&quot;2026-09-03&quot;:13.41},{&quot;2026-09-04&quot;:13.41},{&quot;2026-09-05&quot;:13.41},{&quot;2026-09-06&quot;:13.4},{&quot;2026-09-07&quot;:13.4},{&quot;2026-09-08&quot;:13.4},{&quot;2026-09-09&quot;:13.4},{&quot;2026-09-10&quot;:13.4},{&quot;2026-09-11&quot;:13.4}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:12.63},{&quot;2026-06-11&quot;:13.02},{&quot;2026-06-12&quot;:13.02},{&quot;2026-06-13&quot;:12.87},{&quot;2026-06-14&quot;:12.74},{&quot;2026-06-15&quot;:12.68},{&quot;2026-06-16&quot;:12.68},{&quot;2026-06-17&quot;:12.6},{&quot;2026-06-18&quot;:12.44},{&quot;2026-06-19&quot;:12.37},{&quot;2026-06-20&quot;:12.27},{&quot;2026-06-21&quot;:12.12},{&quot;2026-06-22&quot;:12.12},{&quot;2026-06-23&quot;:12.13},{&quot;2026-06-24&quot;:11.98},{&quot;2026-06-25&quot;:11.96},{&quot;2026-06-26&quot;:11.71},{&quot;2026-06-27&quot;:11.71},{&quot;2026-06-28&quot;:11.77},{&quot;2026-06-29&quot;:11.79},{&quot;2026-06-30&quot;:11.79},{&quot;2026-07-01&quot;:11.93},{&quot;2026-07-02&quot;:11.95},{&quot;2026-07-03&quot;:11.98},{&quot;2026-07-04&quot;:11.98},{&quot;2026-07-05&quot;:12.08},{&quot;2026-07-06&quot;:12.08},{&quot;2026-07-07&quot;:12.1},{&quot;2026-07-08&quot;:12.25},{&quot;2026-07-09&quot;:12.32},{&quot;2026-07-10&quot;:12.37},{&quot;2026-07-11&quot;:12.41},{&quot;2026-07-12&quot;:12.55},{&quot;2026-07-13&quot;:12.62},{&quot;2026-07-14&quot;:12.7},{&quot;2026-07-15&quot;:12.7},{&quot;2026-07-16&quot;:12.7},{&quot;2026-07-17&quot;:13.04},{&quot;2026-07-18&quot;:13.04},{&quot;2026-07-19&quot;:12.44},{&quot;2026-07-20&quot;:12.45},{&quot;2026-07-21&quot;:12.39},{&quot;2026-07-23&quot;:12.51},{&quot;2026-07-25&quot;:12.74},{&quot;2026-07-26&quot;:12.85},{&quot;2026-07-27&quot;:13.08},{&quot;2026-07-29&quot;:12.99},{&quot;2026-07-30&quot;:13.01},{&quot;2026-07-31&quot;:13.01},{&quot;2026-08-01&quot;:12.85},{&quot;2026-08-02&quot;:12.83},{&quot;2026-08-03&quot;:12.49},{&quot;2026-08-04&quot;:12.49},{&quot;2026-08-05&quot;:12.49},{&quot;2026-08-07&quot;:12.67},{&quot;2026-08-08&quot;:12.67},{&quot;2026-08-09&quot;:12.52},{&quot;2026-08-10&quot;:13.14},{&quot;2026-08-11&quot;:13.14},{&quot;2026-08-12&quot;:13.09},{&quot;2026-08-13&quot;:13.53},{&quot;2026-08-14&quot;:13.32},{&quot;2026-08-15&quot;:13.21},{&quot;2026-08-16&quot;:12.75},{&quot;2026-08-17&quot;:12.75},{&quot;2026-08-18&quot;:12.79},{&quot;2026-08-19&quot;:12.87},{&quot;2026-08-20&quot;:12.87},{&quot;2026-08-21&quot;:13.14},{&quot;2026-08-22&quot;:13.14},{&quot;2026-08-23&quot;:13.12},{&quot;2026-08-24&quot;:13.31},{&quot;2026-08-25&quot;:13.31},{&quot;2026-08-26&quot;:13.74},{&quot;2026-08-27&quot;:13.67},{&quot;2026-08-28&quot;:13.64},{&quot;2026-08-29&quot;:13.64},{&quot;2026-08-30&quot;:13.51},{&quot;2026-08-31&quot;:13.35},{&quot;2026-09-01&quot;:13.35},{&quot;2026-09-02&quot;:13.47},{&quot;2026-09-03&quot;:13.47},{&quot;2026-09-04&quot;:13.26},{&quot;2026-09-05&quot;:13.11},{&quot;2026-09-06&quot;:12.93},{&quot;2026-09-07&quot;:13.05},{&quot;2026-09-08&quot;:12.76},{&quot;2026-09-09&quot;:12.76},{&quot;2026-09-10&quot;:12.76},{&quot;2026-09-11&quot;:12.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="14087"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Grim Hireling" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/38326f48-548c-4b18-9ad2-0b7c23385deb.jpg?1783922451" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Grim Hireling
        </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 — Tiefling Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Grim Hireling" src="https://cards.scryfall.io/large/front/3/8/38326f48-548c-4b18-9ad2-0b7c23385deb.jpg?1783922451" />
    </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.77
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:13.31},{&quot;2026-06-11&quot;:13.31},{&quot;2026-06-12&quot;:13.25},{&quot;2026-06-13&quot;:13.29},{&quot;2026-06-14&quot;:13.29},{&quot;2026-06-15&quot;:13.2},{&quot;2026-06-16&quot;:13.2},{&quot;2026-06-17&quot;:12.9},{&quot;2026-06-18&quot;:12.9},{&quot;2026-06-19&quot;:12.9},{&quot;2026-06-20&quot;:12.66},{&quot;2026-06-21&quot;:12.5},{&quot;2026-06-22&quot;:12.08},{&quot;2026-06-23&quot;:11.89},{&quot;2026-06-24&quot;:11.65},{&quot;2026-06-25&quot;:11.56},{&quot;2026-06-26&quot;:11.58},{&quot;2026-06-27&quot;:11.61},{&quot;2026-06-28&quot;:11.72},{&quot;2026-06-29&quot;:11.75},{&quot;2026-06-30&quot;:11.75},{&quot;2026-07-01&quot;:11.92},{&quot;2026-07-02&quot;:11.86},{&quot;2026-07-03&quot;:11.91},{&quot;2026-07-04&quot;:11.91},{&quot;2026-07-05&quot;:11.91},{&quot;2026-07-06&quot;:11.99},{&quot;2026-07-07&quot;:12.06},{&quot;2026-07-08&quot;:11.96},{&quot;2026-07-09&quot;:11.82},{&quot;2026-07-10&quot;:11.65},{&quot;2026-07-11&quot;:11.79},{&quot;2026-07-12&quot;:11.55},{&quot;2026-07-13&quot;:11.55},{&quot;2026-07-14&quot;:11.35},{&quot;2026-07-15&quot;:11.39},{&quot;2026-07-16&quot;:11.26},{&quot;2026-07-17&quot;:11.32},{&quot;2026-07-18&quot;:11.34},{&quot;2026-07-19&quot;:11.27},{&quot;2026-07-20&quot;:11.46},{&quot;2026-07-21&quot;:11.46},{&quot;2026-07-23&quot;:11.48},{&quot;2026-07-25&quot;:11.51},{&quot;2026-07-26&quot;:11.07},{&quot;2026-07-27&quot;:11.04},{&quot;2026-07-29&quot;:10.88},{&quot;2026-07-30&quot;:10.35},{&quot;2026-07-31&quot;:10.35},{&quot;2026-08-01&quot;:10.35},{&quot;2026-08-02&quot;:10.11},{&quot;2026-08-03&quot;:10.33},{&quot;2026-08-04&quot;:10.22},{&quot;2026-08-05&quot;:10.31},{&quot;2026-08-07&quot;:10.52},{&quot;2026-08-08&quot;:10.52},{&quot;2026-08-09&quot;:10.74},{&quot;2026-08-10&quot;:10.87},{&quot;2026-08-11&quot;:10.9},{&quot;2026-08-12&quot;:11.01},{&quot;2026-08-13&quot;:11.29},{&quot;2026-08-14&quot;:11.31},{&quot;2026-08-15&quot;:11.35},{&quot;2026-08-16&quot;:11.85},{&quot;2026-08-17&quot;:11.85},{&quot;2026-08-18&quot;:12.23},{&quot;2026-08-19&quot;:11.75},{&quot;2026-08-20&quot;:11.75},{&quot;2026-08-21&quot;:12.11},{&quot;2026-08-22&quot;:12.13},{&quot;2026-08-23&quot;:12.13},{&quot;2026-08-24&quot;:12.63},{&quot;2026-08-25&quot;:12.63},{&quot;2026-08-26&quot;:12.78},{&quot;2026-08-27&quot;:12.63},{&quot;2026-08-28&quot;:12.63},{&quot;2026-08-29&quot;:12.63},{&quot;2026-08-30&quot;:12.11},{&quot;2026-08-31&quot;:12.48},{&quot;2026-09-01&quot;:12.48},{&quot;2026-09-02&quot;:12.9},{&quot;2026-09-03&quot;:12.91},{&quot;2026-09-04&quot;:12.79},{&quot;2026-09-05&quot;:12.66},{&quot;2026-09-06&quot;:12.62},{&quot;2026-09-07&quot;:12.96},{&quot;2026-09-08&quot;:12.87},{&quot;2026-09-09&quot;:12.87},{&quot;2026-09-10&quot;:12.77},{&quot;2026-09-11&quot;:12.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

        <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">
            Moggcatcher
        </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 Mercenary</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Moggcatcher" src="https://cards.scryfall.io/large/front/b/7/b7d72bd6-3229-4a50-886b-fc4226238de2.jpg?1783929691" />
    </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.73
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:13.57},{&quot;2026-06-11&quot;:13.59},{&quot;2026-06-12&quot;:13.63},{&quot;2026-06-13&quot;:13.57},{&quot;2026-06-14&quot;:13.57},{&quot;2026-06-15&quot;:13.57},{&quot;2026-06-16&quot;:13.57},{&quot;2026-06-17&quot;:13.57},{&quot;2026-06-18&quot;:13.57},{&quot;2026-06-19&quot;:13.57},{&quot;2026-06-20&quot;:13.57},{&quot;2026-06-21&quot;:13.57},{&quot;2026-06-22&quot;:13.57},{&quot;2026-06-23&quot;:13.92},{&quot;2026-06-24&quot;:13.97},{&quot;2026-06-25&quot;:13.97},{&quot;2026-06-26&quot;:13.89},{&quot;2026-06-27&quot;:13.89},{&quot;2026-06-28&quot;:13.89},{&quot;2026-06-29&quot;:13.89},{&quot;2026-06-30&quot;:13.89},{&quot;2026-07-01&quot;:13.84},{&quot;2026-07-02&quot;:13.84},{&quot;2026-07-03&quot;:13.84},{&quot;2026-07-04&quot;:13.84},{&quot;2026-07-05&quot;:13.84},{&quot;2026-07-06&quot;:13.84},{&quot;2026-07-07&quot;:13.87},{&quot;2026-07-08&quot;:13.87},{&quot;2026-07-09&quot;:13.87},{&quot;2026-07-10&quot;:13.87},{&quot;2026-07-11&quot;:13.87},{&quot;2026-07-12&quot;:13.87},{&quot;2026-07-13&quot;:13.87},{&quot;2026-07-14&quot;:13.61},{&quot;2026-07-15&quot;:13.61},{&quot;2026-07-16&quot;:13.61},{&quot;2026-07-17&quot;:13.61},{&quot;2026-07-18&quot;:13.61},{&quot;2026-07-19&quot;:13.61},{&quot;2026-07-20&quot;:13.59},{&quot;2026-07-21&quot;:13.61},{&quot;2026-07-23&quot;:13.61},{&quot;2026-07-25&quot;:13.61},{&quot;2026-07-26&quot;:13.58},{&quot;2026-07-27&quot;:13.58},{&quot;2026-07-29&quot;:13.24},{&quot;2026-07-30&quot;:13.4},{&quot;2026-07-31&quot;:13.4},{&quot;2026-08-01&quot;:13.4},{&quot;2026-08-02&quot;:13.4},{&quot;2026-08-03&quot;:13.4},{&quot;2026-08-04&quot;:13.4},{&quot;2026-08-05&quot;:13.4},{&quot;2026-08-07&quot;:13.4},{&quot;2026-08-08&quot;:13.4},{&quot;2026-08-09&quot;:13.4},{&quot;2026-08-10&quot;:13.4},{&quot;2026-08-11&quot;:13.4},{&quot;2026-08-12&quot;:13.4},{&quot;2026-08-13&quot;:13.4},{&quot;2026-08-14&quot;:13.29},{&quot;2026-08-15&quot;:13.09},{&quot;2026-08-16&quot;:13.09},{&quot;2026-08-17&quot;:13.09},{&quot;2026-08-18&quot;:13.09},{&quot;2026-08-19&quot;:13.09},{&quot;2026-08-20&quot;:13.09},{&quot;2026-08-21&quot;:13.09},{&quot;2026-08-22&quot;:13.09},{&quot;2026-08-23&quot;:13.09},{&quot;2026-08-24&quot;:13.09},{&quot;2026-08-25&quot;:13.09},{&quot;2026-08-26&quot;:12.89},{&quot;2026-08-27&quot;:12.89},{&quot;2026-08-28&quot;:12.89},{&quot;2026-08-29&quot;:12.89},{&quot;2026-08-30&quot;:12.89},{&quot;2026-08-31&quot;:12.86},{&quot;2026-09-01&quot;:12.86},{&quot;2026-09-02&quot;:12.86},{&quot;2026-09-03&quot;:12.86},{&quot;2026-09-04&quot;:12.86},{&quot;2026-09-05&quot;:12.86},{&quot;2026-09-06&quot;:12.86},{&quot;2026-09-07&quot;:12.73},{&quot;2026-09-08&quot;:12.73},{&quot;2026-09-09&quot;:12.73},{&quot;2026-09-10&quot;:12.73},{&quot;2026-09-11&quot;:12.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="95607"
  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">
            Bartz and Boko
        </span>


      </div>

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

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

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

        <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">
            Bartz and Boko
        </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 Bird</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bartz and Boko" src="https://cards.scryfall.io/large/front/1/b/1b9a92f8-2044-4554-aec9-00b410dada35.jpg?1783906473" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:9.23},{&quot;2026-06-14&quot;:9.33},{&quot;2026-06-15&quot;:9.33},{&quot;2026-06-16&quot;:9.33},{&quot;2026-06-17&quot;:9.33},{&quot;2026-06-18&quot;:9.33},{&quot;2026-06-19&quot;:9.8},{&quot;2026-06-20&quot;:9.8},{&quot;2026-06-21&quot;:9.8},{&quot;2026-06-22&quot;:9.8},{&quot;2026-06-23&quot;:9.8},{&quot;2026-06-24&quot;:10.06},{&quot;2026-06-25&quot;:10.06},{&quot;2026-06-26&quot;:10.4},{&quot;2026-06-27&quot;:10.4},{&quot;2026-06-28&quot;:10.4},{&quot;2026-06-29&quot;:10.72},{&quot;2026-06-30&quot;:10.72},{&quot;2026-07-01&quot;:10.72},{&quot;2026-07-02&quot;:10.72},{&quot;2026-07-03&quot;:10.72},{&quot;2026-07-04&quot;:10.72},{&quot;2026-07-05&quot;:10.72},{&quot;2026-07-06&quot;:10.72},{&quot;2026-07-07&quot;:10.72},{&quot;2026-07-08&quot;:10.72},{&quot;2026-07-09&quot;:10.72},{&quot;2026-07-10&quot;:11.0},{&quot;2026-07-11&quot;:11.0},{&quot;2026-07-12&quot;:11.0},{&quot;2026-07-13&quot;:11.0},{&quot;2026-07-14&quot;:11.0},{&quot;2026-07-15&quot;:11.0},{&quot;2026-07-16&quot;:11.0},{&quot;2026-07-17&quot;:11.0},{&quot;2026-07-18&quot;:11.0},{&quot;2026-07-19&quot;:11.3},{&quot;2026-07-20&quot;:11.3},{&quot;2026-07-21&quot;:11.3},{&quot;2026-07-22&quot;:11.3},{&quot;2026-07-23&quot;:11.3},{&quot;2026-07-24&quot;:11.3},{&quot;2026-07-25&quot;:11.3},{&quot;2026-07-26&quot;:11.43},{&quot;2026-07-27&quot;:11.43},{&quot;2026-07-28&quot;:11.43},{&quot;2026-07-29&quot;:11.43},{&quot;2026-07-30&quot;:11.43},{&quot;2026-07-31&quot;:11.43},{&quot;2026-08-01&quot;:11.43},{&quot;2026-08-02&quot;:11.43},{&quot;2026-08-03&quot;:11.64},{&quot;2026-08-04&quot;:11.64},{&quot;2026-08-05&quot;:11.64},{&quot;2026-08-07&quot;:11.64},{&quot;2026-08-08&quot;:11.64},{&quot;2026-08-09&quot;:11.64},{&quot;2026-08-10&quot;:11.64},{&quot;2026-08-11&quot;:11.64},{&quot;2026-08-12&quot;:11.88},{&quot;2026-08-13&quot;:11.88},{&quot;2026-08-14&quot;:12.11},{&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.31},{&quot;2026-08-22&quot;:12.31},{&quot;2026-08-23&quot;:12.31},{&quot;2026-08-24&quot;:12.31},{&quot;2026-08-25&quot;:12.31},{&quot;2026-08-26&quot;:12.31},{&quot;2026-08-27&quot;:12.34},{&quot;2026-08-28&quot;:12.34},{&quot;2026-08-29&quot;:12.34},{&quot;2026-08-30&quot;:12.52},{&quot;2026-08-31&quot;:12.52},{&quot;2026-09-01&quot;:12.52},{&quot;2026-09-02&quot;:12.52},{&quot;2026-09-03&quot;:12.52},{&quot;2026-09-04&quot;:12.52},{&quot;2026-09-05&quot;:12.52},{&quot;2026-09-06&quot;:12.52},{&quot;2026-09-07&quot;:12.73},{&quot;2026-09-08&quot;:12.73},{&quot;2026-09-09&quot;:12.73},{&quot;2026-09-10&quot;:12.73},{&quot;2026-09-11&quot;:12.73}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.0},{&quot;2026-06-14&quot;:4.15},{&quot;2026-06-15&quot;:4.07},{&quot;2026-06-16&quot;:4.07},{&quot;2026-06-17&quot;:4.01},{&quot;2026-06-18&quot;:4.01},{&quot;2026-06-19&quot;:4.04},{&quot;2026-06-20&quot;:3.77},{&quot;2026-06-21&quot;:4.06},{&quot;2026-06-22&quot;:4.04},{&quot;2026-06-23&quot;:4.04},{&quot;2026-06-24&quot;:4.06},{&quot;2026-06-25&quot;:4.02},{&quot;2026-06-26&quot;:3.97},{&quot;2026-06-27&quot;:3.97},{&quot;2026-06-28&quot;:3.92},{&quot;2026-06-29&quot;:3.92},{&quot;2026-06-30&quot;:3.92},{&quot;2026-07-01&quot;:3.93},{&quot;2026-07-02&quot;:3.8},{&quot;2026-07-03&quot;:3.16},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.16},{&quot;2026-07-06&quot;:3.17},{&quot;2026-07-07&quot;:3.17},{&quot;2026-07-08&quot;:3.17},{&quot;2026-07-09&quot;:3.18},{&quot;2026-07-10&quot;:3.09},{&quot;2026-07-11&quot;:3.15},{&quot;2026-07-12&quot;:3.1},{&quot;2026-07-13&quot;:3.04},{&quot;2026-07-14&quot;:2.75},{&quot;2026-07-15&quot;:2.69},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.77},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.89},{&quot;2026-07-20&quot;:2.7},{&quot;2026-07-21&quot;:2.74},{&quot;2026-07-22&quot;:2.75},{&quot;2026-07-23&quot;:2.75},{&quot;2026-07-24&quot;:2.79},{&quot;2026-07-25&quot;:2.7},{&quot;2026-07-26&quot;:2.76},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-28&quot;:2.87},{&quot;2026-07-29&quot;:2.87},{&quot;2026-07-30&quot;:2.9},{&quot;2026-07-31&quot;:2.85},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.85},{&quot;2026-08-03&quot;:2.84},{&quot;2026-08-04&quot;:2.92},{&quot;2026-08-05&quot;:2.88},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:2.86},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.86},{&quot;2026-08-12&quot;:2.86},{&quot;2026-08-13&quot;:2.86},{&quot;2026-08-14&quot;:2.85},{&quot;2026-08-15&quot;:2.85},{&quot;2026-08-16&quot;:2.83},{&quot;2026-08-17&quot;:2.83},{&quot;2026-08-18&quot;:2.83},{&quot;2026-08-19&quot;:2.83},{&quot;2026-08-20&quot;:2.82},{&quot;2026-08-21&quot;:2.77},{&quot;2026-08-22&quot;:2.77},{&quot;2026-08-23&quot;:2.8},{&quot;2026-08-24&quot;:2.8},{&quot;2026-08-25&quot;:2.84},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.84},{&quot;2026-08-28&quot;:2.84},{&quot;2026-08-29&quot;:2.84},{&quot;2026-08-30&quot;:2.86},{&quot;2026-08-31&quot;:2.86},{&quot;2026-09-01&quot;:2.82},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.82},{&quot;2026-09-04&quot;:2.92},{&quot;2026-09-05&quot;:2.9},{&quot;2026-09-06&quot;:2.9},{&quot;2026-09-07&quot;:2.9},{&quot;2026-09-08&quot;:2.97},{&quot;2026-09-09&quot;:3.03},{&quot;2026-09-10&quot;:3.03},{&quot;2026-09-11&quot;:3.03}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $12.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="Primal Vigor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/6/86c63e02-41a8-4915-9e0d-fbabd916dbe7.jpg?1783914916" />

        <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">
            Primal Vigor
        </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-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="Primal Vigor" src="https://cards.scryfall.io/large/front/8/6/86c63e02-41a8-4915-9e0d-fbabd916dbe7.jpg?1783914916" />
    </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.71
              </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">
                $12.78
              </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-13&quot;:12.73},{&quot;2026-06-14&quot;:12.9},{&quot;2026-06-15&quot;:12.9},{&quot;2026-06-16&quot;:12.89},{&quot;2026-06-17&quot;:12.96},{&quot;2026-06-18&quot;:12.96},{&quot;2026-06-19&quot;:13.0},{&quot;2026-06-20&quot;:13.34},{&quot;2026-06-21&quot;:13.66},{&quot;2026-06-22&quot;:13.66},{&quot;2026-06-23&quot;:13.66},{&quot;2026-06-24&quot;:13.73},{&quot;2026-06-25&quot;:13.73},{&quot;2026-06-26&quot;:13.76},{&quot;2026-06-27&quot;:13.76},{&quot;2026-06-28&quot;:13.77},{&quot;2026-06-29&quot;:13.62},{&quot;2026-06-30&quot;:13.8},{&quot;2026-07-01&quot;:14.14},{&quot;2026-07-02&quot;:14.14},{&quot;2026-07-03&quot;:14.24},{&quot;2026-07-04&quot;:13.97},{&quot;2026-07-05&quot;:13.97},{&quot;2026-07-06&quot;:13.97},{&quot;2026-07-07&quot;:13.97},{&quot;2026-07-08&quot;:13.97},{&quot;2026-07-09&quot;:13.97},{&quot;2026-07-10&quot;:13.97},{&quot;2026-07-11&quot;:13.97},{&quot;2026-07-12&quot;:13.97},{&quot;2026-07-13&quot;:13.97},{&quot;2026-07-14&quot;:13.97},{&quot;2026-07-15&quot;:13.8},{&quot;2026-07-16&quot;:13.8},{&quot;2026-07-17&quot;:13.8},{&quot;2026-07-18&quot;:13.8},{&quot;2026-07-19&quot;:13.82},{&quot;2026-07-20&quot;:13.65},{&quot;2026-07-21&quot;:13.65},{&quot;2026-07-22&quot;:13.65},{&quot;2026-07-23&quot;:13.65},{&quot;2026-07-24&quot;:13.65},{&quot;2026-07-25&quot;:13.65},{&quot;2026-07-26&quot;:13.65},{&quot;2026-07-27&quot;:13.65},{&quot;2026-07-28&quot;:13.65},{&quot;2026-07-29&quot;:13.65},{&quot;2026-07-30&quot;:13.66},{&quot;2026-07-31&quot;:13.69},{&quot;2026-08-01&quot;:13.69},{&quot;2026-08-02&quot;:13.69},{&quot;2026-08-03&quot;:13.69},{&quot;2026-08-04&quot;:13.54},{&quot;2026-08-05&quot;:13.54},{&quot;2026-08-07&quot;:13.58},{&quot;2026-08-08&quot;:13.58},{&quot;2026-08-09&quot;:13.35},{&quot;2026-08-10&quot;:13.35},{&quot;2026-08-11&quot;:13.1},{&quot;2026-08-12&quot;:13.1},{&quot;2026-08-13&quot;:13.18},{&quot;2026-08-14&quot;:13.26},{&quot;2026-08-15&quot;:13.23},{&quot;2026-08-16&quot;:13.23},{&quot;2026-08-17&quot;:13.23},{&quot;2026-08-18&quot;:13.05},{&quot;2026-08-19&quot;:13.05},{&quot;2026-08-20&quot;:12.96},{&quot;2026-08-21&quot;:12.54},{&quot;2026-08-22&quot;:12.54},{&quot;2026-08-23&quot;:12.5},{&quot;2026-08-24&quot;:12.5},{&quot;2026-08-25&quot;:12.38},{&quot;2026-08-26&quot;:12.38},{&quot;2026-08-27&quot;:12.37},{&quot;2026-08-28&quot;:12.78},{&quot;2026-08-29&quot;:12.78},{&quot;2026-08-30&quot;:12.78},{&quot;2026-08-31&quot;:12.81},{&quot;2026-09-01&quot;:12.81},{&quot;2026-09-02&quot;:12.79},{&quot;2026-09-03&quot;:12.79},{&quot;2026-09-04&quot;:12.79},{&quot;2026-09-05&quot;:12.79},{&quot;2026-09-06&quot;:12.79},{&quot;2026-09-07&quot;:12.79},{&quot;2026-09-08&quot;:12.79},{&quot;2026-09-09&quot;:12.73},{&quot;2026-09-10&quot;:12.65},{&quot;2026-09-11&quot;:12.78}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:12.79},{&quot;2026-06-14&quot;:13.05},{&quot;2026-06-15&quot;:12.85},{&quot;2026-06-16&quot;:12.83},{&quot;2026-06-17&quot;:12.61},{&quot;2026-06-18&quot;:12.72},{&quot;2026-06-19&quot;:13.32},{&quot;2026-06-20&quot;:13.58},{&quot;2026-06-21&quot;:13.4},{&quot;2026-06-22&quot;:13.13},{&quot;2026-06-23&quot;:12.99},{&quot;2026-06-24&quot;:12.55},{&quot;2026-06-25&quot;:12.8},{&quot;2026-06-26&quot;:12.49},{&quot;2026-06-27&quot;:12.32},{&quot;2026-06-28&quot;:12.4},{&quot;2026-06-29&quot;:12.11},{&quot;2026-06-30&quot;:12.13},{&quot;2026-07-01&quot;:12.17},{&quot;2026-07-02&quot;:12.39},{&quot;2026-07-03&quot;:12.45},{&quot;2026-07-04&quot;:12.5},{&quot;2026-07-05&quot;:12.31},{&quot;2026-07-06&quot;:12.19},{&quot;2026-07-07&quot;:11.83},{&quot;2026-07-08&quot;:11.52},{&quot;2026-07-09&quot;:11.39},{&quot;2026-07-10&quot;:10.93},{&quot;2026-07-11&quot;:9.89},{&quot;2026-07-12&quot;:9.84},{&quot;2026-07-13&quot;:10.49},{&quot;2026-07-14&quot;:11.21},{&quot;2026-07-15&quot;:11.29},{&quot;2026-07-16&quot;:11.33},{&quot;2026-07-17&quot;:11.4},{&quot;2026-07-18&quot;:11.19},{&quot;2026-07-19&quot;:11.49},{&quot;2026-07-20&quot;:11.85},{&quot;2026-07-21&quot;:12.02},{&quot;2026-07-22&quot;:12.24},{&quot;2026-07-23&quot;:12.18},{&quot;2026-07-24&quot;:11.64},{&quot;2026-07-25&quot;:11.2},{&quot;2026-07-26&quot;:11.15},{&quot;2026-07-27&quot;:11.01},{&quot;2026-07-28&quot;:10.99},{&quot;2026-07-29&quot;:11.11},{&quot;2026-07-30&quot;:11.19},{&quot;2026-07-31&quot;:11.28},{&quot;2026-08-01&quot;:11.27},{&quot;2026-08-02&quot;:11.22},{&quot;2026-08-03&quot;:11.22},{&quot;2026-08-04&quot;:11.26},{&quot;2026-08-05&quot;:11.33},{&quot;2026-08-07&quot;:11.38},{&quot;2026-08-08&quot;:11.11},{&quot;2026-08-09&quot;:11.35},{&quot;2026-08-10&quot;:11.81},{&quot;2026-08-11&quot;:11.83},{&quot;2026-08-12&quot;:11.83},{&quot;2026-08-13&quot;:11.98},{&quot;2026-08-14&quot;:11.81},{&quot;2026-08-15&quot;:11.64},{&quot;2026-08-16&quot;:11.62},{&quot;2026-08-17&quot;:11.2},{&quot;2026-08-18&quot;:11.3},{&quot;2026-08-19&quot;:11.53},{&quot;2026-08-20&quot;:12.28},{&quot;2026-08-21&quot;:12.85},{&quot;2026-08-22&quot;:12.8},{&quot;2026-08-23&quot;:12.54},{&quot;2026-08-24&quot;:12.55},{&quot;2026-08-25&quot;:12.35},{&quot;2026-08-26&quot;:12.13},{&quot;2026-08-27&quot;:12.22},{&quot;2026-08-28&quot;:12.45},{&quot;2026-08-29&quot;:12.45},{&quot;2026-08-30&quot;:11.93},{&quot;2026-08-31&quot;:12.0},{&quot;2026-09-01&quot;:11.92},{&quot;2026-09-02&quot;:11.93},{&quot;2026-09-03&quot;:11.98},{&quot;2026-09-04&quot;:11.66},{&quot;2026-09-05&quot;:11.65},{&quot;2026-09-06&quot;:11.94},{&quot;2026-09-07&quot;:11.69},{&quot;2026-09-08&quot;:12.02},{&quot;2026-09-09&quot;:12.27},{&quot;2026-09-10&quot;:12.69},{&quot;2026-09-11&quot;:12.71}]}"
        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="40261"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Wolverine Riders
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wolverine Riders" src="https://cards.scryfall.io/large/front/7/0/70fd0439-294b-454c-b2af-e814b85f4590.jpg?1783928337" />
    </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.68
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$10.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;:12.99},{&quot;2026-06-12&quot;:12.56},{&quot;2026-06-13&quot;:12.4},{&quot;2026-06-14&quot;:12.49},{&quot;2026-06-15&quot;:12.42},{&quot;2026-06-16&quot;:12.39},{&quot;2026-06-17&quot;:12.33},{&quot;2026-06-18&quot;:12.38},{&quot;2026-06-19&quot;:12.48},{&quot;2026-06-20&quot;:12.38},{&quot;2026-06-21&quot;:12.54},{&quot;2026-06-22&quot;:12.38},{&quot;2026-06-23&quot;:12.11},{&quot;2026-06-24&quot;:12.13},{&quot;2026-06-25&quot;:12.06},{&quot;2026-06-26&quot;:11.94},{&quot;2026-06-27&quot;:12.26},{&quot;2026-06-28&quot;:12.23},{&quot;2026-06-29&quot;:12.25},{&quot;2026-06-30&quot;:12.25},{&quot;2026-07-01&quot;:12.33},{&quot;2026-07-02&quot;:12.33},{&quot;2026-07-03&quot;:12.33},{&quot;2026-07-04&quot;:12.38},{&quot;2026-07-05&quot;:12.49},{&quot;2026-07-06&quot;:12.49},{&quot;2026-07-07&quot;:12.53},{&quot;2026-07-08&quot;:12.4},{&quot;2026-07-09&quot;:12.41},{&quot;2026-07-10&quot;:12.31},{&quot;2026-07-11&quot;:12.27},{&quot;2026-07-12&quot;:12.24},{&quot;2026-07-13&quot;:12.48},{&quot;2026-07-14&quot;:12.13},{&quot;2026-07-15&quot;:12.33},{&quot;2026-07-16&quot;:12.45},{&quot;2026-07-17&quot;:12.41},{&quot;2026-07-18&quot;:12.41},{&quot;2026-07-19&quot;:12.74},{&quot;2026-07-20&quot;:12.36},{&quot;2026-07-21&quot;:12.28},{&quot;2026-07-23&quot;:12.14},{&quot;2026-07-25&quot;:11.81},{&quot;2026-07-26&quot;:12.0},{&quot;2026-07-27&quot;:12.04},{&quot;2026-07-28&quot;:12.08},{&quot;2026-07-29&quot;:12.21},{&quot;2026-07-30&quot;:12.25},{&quot;2026-07-31&quot;:12.2},{&quot;2026-08-01&quot;:12.34},{&quot;2026-08-02&quot;:12.21},{&quot;2026-08-03&quot;:12.22},{&quot;2026-08-04&quot;:11.89},{&quot;2026-08-05&quot;:11.88},{&quot;2026-08-07&quot;:11.54},{&quot;2026-08-08&quot;:11.83},{&quot;2026-08-09&quot;:11.97},{&quot;2026-08-10&quot;:12.06},{&quot;2026-08-11&quot;:12.14},{&quot;2026-08-12&quot;:11.95},{&quot;2026-08-13&quot;:11.72},{&quot;2026-08-14&quot;:11.87},{&quot;2026-08-15&quot;:11.78},{&quot;2026-08-16&quot;:11.76},{&quot;2026-08-17&quot;:11.76},{&quot;2026-08-18&quot;:11.97},{&quot;2026-08-19&quot;:11.74},{&quot;2026-08-20&quot;:11.74},{&quot;2026-08-21&quot;:11.82},{&quot;2026-08-22&quot;:12.12},{&quot;2026-08-23&quot;:12.08},{&quot;2026-08-24&quot;:12.34},{&quot;2026-08-25&quot;:12.34},{&quot;2026-08-26&quot;:12.4},{&quot;2026-08-27&quot;:12.39},{&quot;2026-08-28&quot;:12.41},{&quot;2026-08-29&quot;:12.41},{&quot;2026-08-30&quot;:12.39},{&quot;2026-08-31&quot;:12.42},{&quot;2026-09-01&quot;:12.42},{&quot;2026-09-02&quot;:12.45},{&quot;2026-09-03&quot;:12.39},{&quot;2026-09-04&quot;:12.34},{&quot;2026-09-05&quot;:12.36},{&quot;2026-09-06&quot;:12.52},{&quot;2026-09-07&quot;:12.46},{&quot;2026-09-08&quot;:12.5},{&quot;2026-09-09&quot;:12.69},{&quot;2026-09-10&quot;:12.68},{&quot;2026-09-11&quot;:12.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="11995"
  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">
            Irenicus&#39;s Vile Duplication
        </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.64
          </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="Irenicus&#39;s Vile Duplication" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/0/40a791df-2483-406d-90b0-a8d402d615d6.jpg?1783922787" />

        <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">
            Irenicus&#39;s Vile Duplication
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Irenicus&#39;s Vile Duplication" src="https://cards.scryfall.io/large/front/4/0/40a791df-2483-406d-90b0-a8d402d615d6.jpg?1783922787" />
    </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.64
              </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">
                $12.85
              </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.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-08&quot;:13.33},{&quot;2026-06-10&quot;:13.54},{&quot;2026-06-11&quot;:13.36},{&quot;2026-06-12&quot;:13.08},{&quot;2026-06-13&quot;:13.16},{&quot;2026-06-14&quot;:13.16},{&quot;2026-06-15&quot;:13.2},{&quot;2026-06-16&quot;:13.25},{&quot;2026-06-17&quot;:13.26},{&quot;2026-06-18&quot;:13.34},{&quot;2026-06-19&quot;:13.34},{&quot;2026-06-20&quot;:13.53},{&quot;2026-06-21&quot;:13.53},{&quot;2026-06-22&quot;:13.31},{&quot;2026-06-24&quot;:13.67},{&quot;2026-06-25&quot;:13.67},{&quot;2026-06-26&quot;:13.67},{&quot;2026-06-27&quot;:13.48},{&quot;2026-06-28&quot;:13.65},{&quot;2026-06-29&quot;:13.51},{&quot;2026-06-30&quot;:13.51},{&quot;2026-07-01&quot;:13.51},{&quot;2026-07-02&quot;:13.43},{&quot;2026-07-03&quot;:13.43},{&quot;2026-07-04&quot;:13.35},{&quot;2026-07-05&quot;:13.35},{&quot;2026-07-06&quot;:13.33},{&quot;2026-07-07&quot;:13.31},{&quot;2026-07-08&quot;:13.36},{&quot;2026-07-09&quot;:13.36},{&quot;2026-07-10&quot;:13.47},{&quot;2026-07-11&quot;:13.47},{&quot;2026-07-12&quot;:13.48},{&quot;2026-07-13&quot;:13.48},{&quot;2026-07-14&quot;:13.42},{&quot;2026-07-15&quot;:13.42},{&quot;2026-07-16&quot;:13.5},{&quot;2026-07-17&quot;:13.67},{&quot;2026-07-18&quot;:13.73},{&quot;2026-07-19&quot;:13.57},{&quot;2026-07-20&quot;:13.57},{&quot;2026-07-21&quot;:13.57},{&quot;2026-07-23&quot;:13.51},{&quot;2026-07-25&quot;:13.39},{&quot;2026-07-26&quot;:13.39},{&quot;2026-07-27&quot;:13.42},{&quot;2026-07-29&quot;:13.18},{&quot;2026-07-30&quot;:12.93},{&quot;2026-07-31&quot;:12.1},{&quot;2026-08-01&quot;:11.93},{&quot;2026-08-02&quot;:11.86},{&quot;2026-08-03&quot;:11.94},{&quot;2026-08-04&quot;:11.94},{&quot;2026-08-05&quot;:11.87},{&quot;2026-08-07&quot;:11.71},{&quot;2026-08-08&quot;:11.53},{&quot;2026-08-09&quot;:11.73},{&quot;2026-08-10&quot;:12.25},{&quot;2026-08-11&quot;:12.25},{&quot;2026-08-12&quot;:12.32},{&quot;2026-08-13&quot;:12.49},{&quot;2026-08-14&quot;:12.35},{&quot;2026-08-15&quot;:12.52},{&quot;2026-08-16&quot;:12.47},{&quot;2026-08-17&quot;:12.6},{&quot;2026-08-18&quot;:12.64},{&quot;2026-08-19&quot;:12.8},{&quot;2026-08-20&quot;:12.8},{&quot;2026-08-21&quot;:12.95},{&quot;2026-08-22&quot;:12.95},{&quot;2026-08-23&quot;:12.95},{&quot;2026-08-24&quot;:12.97},{&quot;2026-08-25&quot;:12.97},{&quot;2026-08-26&quot;:12.91},{&quot;2026-08-27&quot;:12.91},{&quot;2026-08-28&quot;:12.91},{&quot;2026-08-29&quot;:12.91},{&quot;2026-08-30&quot;:12.73},{&quot;2026-08-31&quot;:12.51},{&quot;2026-09-01&quot;:12.51},{&quot;2026-09-02&quot;:12.49},{&quot;2026-09-03&quot;:12.62},{&quot;2026-09-04&quot;:12.65},{&quot;2026-09-05&quot;:12.65},{&quot;2026-09-06&quot;:12.73},{&quot;2026-09-07&quot;:12.73},{&quot;2026-09-08&quot;:12.73},{&quot;2026-09-09&quot;:12.82},{&quot;2026-09-10&quot;:12.82},{&quot;2026-09-11&quot;:12.85}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:12.1},{&quot;2026-06-10&quot;:11.52},{&quot;2026-06-11&quot;:11.48},{&quot;2026-06-12&quot;:11.8},{&quot;2026-06-13&quot;:11.38},{&quot;2026-06-14&quot;:11.17},{&quot;2026-06-15&quot;:11.38},{&quot;2026-06-16&quot;:10.88},{&quot;2026-06-17&quot;:11.06},{&quot;2026-06-18&quot;:10.47},{&quot;2026-06-19&quot;:10.53},{&quot;2026-06-20&quot;:10.34},{&quot;2026-06-21&quot;:10.38},{&quot;2026-06-22&quot;:10.55},{&quot;2026-06-24&quot;:11.35},{&quot;2026-06-25&quot;:11.63},{&quot;2026-06-26&quot;:11.69},{&quot;2026-06-27&quot;:11.87},{&quot;2026-06-28&quot;:12.08},{&quot;2026-06-29&quot;:12.17},{&quot;2026-06-30&quot;:11.83},{&quot;2026-07-01&quot;:11.74},{&quot;2026-07-02&quot;:11.62},{&quot;2026-07-03&quot;:11.61},{&quot;2026-07-04&quot;:11.42},{&quot;2026-07-05&quot;:11.12},{&quot;2026-07-06&quot;:11.21},{&quot;2026-07-07&quot;:11.1},{&quot;2026-07-08&quot;:11.27},{&quot;2026-07-09&quot;:11.4},{&quot;2026-07-10&quot;:11.28},{&quot;2026-07-11&quot;:11.36},{&quot;2026-07-12&quot;:11.42},{&quot;2026-07-13&quot;:11.43},{&quot;2026-07-14&quot;:11.52},{&quot;2026-07-15&quot;:11.65},{&quot;2026-07-16&quot;:11.88},{&quot;2026-07-17&quot;:11.78},{&quot;2026-07-18&quot;:12.01},{&quot;2026-07-19&quot;:12.39},{&quot;2026-07-20&quot;:12.22},{&quot;2026-07-21&quot;:12.48},{&quot;2026-07-23&quot;:12.77},{&quot;2026-07-25&quot;:12.25},{&quot;2026-07-26&quot;:12.26},{&quot;2026-07-27&quot;:12.49},{&quot;2026-07-29&quot;:12.61},{&quot;2026-07-30&quot;:12.5},{&quot;2026-07-31&quot;:12.51},{&quot;2026-08-01&quot;:12.35},{&quot;2026-08-02&quot;:11.86},{&quot;2026-08-03&quot;:12.06},{&quot;2026-08-04&quot;:12.46},{&quot;2026-08-05&quot;:12.37},{&quot;2026-08-07&quot;:12.49},{&quot;2026-08-08&quot;:12.47},{&quot;2026-08-09&quot;:12.35},{&quot;2026-08-10&quot;:12.61},{&quot;2026-08-11&quot;:12.74},{&quot;2026-08-12&quot;:12.74},{&quot;2026-08-13&quot;:12.26},{&quot;2026-08-14&quot;:12.07},{&quot;2026-08-15&quot;:12.11},{&quot;2026-08-16&quot;:11.95},{&quot;2026-08-17&quot;:11.86},{&quot;2026-08-18&quot;:12.27},{&quot;2026-08-19&quot;:12.8},{&quot;2026-08-20&quot;:12.8},{&quot;2026-08-21&quot;:13.04},{&quot;2026-08-22&quot;:12.62},{&quot;2026-08-23&quot;:12.09},{&quot;2026-08-24&quot;:11.98},{&quot;2026-08-25&quot;:11.98},{&quot;2026-08-26&quot;:12.15},{&quot;2026-08-27&quot;:11.93},{&quot;2026-08-28&quot;:11.65},{&quot;2026-08-29&quot;:11.65},{&quot;2026-08-30&quot;:11.17},{&quot;2026-08-31&quot;:10.74},{&quot;2026-09-01&quot;:10.74},{&quot;2026-09-02&quot;:11.37},{&quot;2026-09-03&quot;:11.57},{&quot;2026-09-04&quot;:11.71},{&quot;2026-09-05&quot;:11.92},{&quot;2026-09-06&quot;:12.19},{&quot;2026-09-07&quot;:12.04},{&quot;2026-09-08&quot;:12.17},{&quot;2026-09-09&quot;:12.61},{&quot;2026-09-10&quot;:12.57},{&quot;2026-09-11&quot;:12.64}]}"
        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="9577"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bear Umbra" src="https://cards.scryfall.io/large/front/f/0/f025451f-24aa-41d6-9051-c456e52bbdda.jpg?1783934292" />
    </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.59
              </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">$10.00</span>
              <span class="text-xs text-grey-text">Credit: $13.00</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.49},{&quot;2026-06-11&quot;:9.49},{&quot;2026-06-12&quot;:9.49},{&quot;2026-06-13&quot;:9.49},{&quot;2026-06-14&quot;:9.49},{&quot;2026-06-15&quot;:9.49},{&quot;2026-06-16&quot;:9.66},{&quot;2026-06-17&quot;:9.78},{&quot;2026-06-18&quot;:9.78},{&quot;2026-06-19&quot;:9.78},{&quot;2026-06-20&quot;:9.78},{&quot;2026-06-21&quot;:9.78},{&quot;2026-06-22&quot;:9.64},{&quot;2026-06-23&quot;:9.59},{&quot;2026-06-24&quot;:9.62},{&quot;2026-06-25&quot;:9.62},{&quot;2026-06-26&quot;:9.24},{&quot;2026-06-27&quot;:9.59},{&quot;2026-06-28&quot;:9.66},{&quot;2026-06-29&quot;:9.61},{&quot;2026-06-30&quot;:9.61},{&quot;2026-07-01&quot;:9.61},{&quot;2026-07-02&quot;:9.65},{&quot;2026-07-03&quot;:9.67},{&quot;2026-07-04&quot;:9.67},{&quot;2026-07-05&quot;:9.7},{&quot;2026-07-06&quot;:9.73},{&quot;2026-07-07&quot;:9.71},{&quot;2026-07-08&quot;:9.8},{&quot;2026-07-09&quot;:9.78},{&quot;2026-07-10&quot;:9.77},{&quot;2026-07-11&quot;:9.77},{&quot;2026-07-12&quot;:9.77},{&quot;2026-07-13&quot;:9.81},{&quot;2026-07-14&quot;:9.81},{&quot;2026-07-15&quot;:9.95},{&quot;2026-07-16&quot;:10.06},{&quot;2026-07-17&quot;:10.06},{&quot;2026-07-18&quot;:10.09},{&quot;2026-07-19&quot;:10.09},{&quot;2026-07-20&quot;:10.09},{&quot;2026-07-21&quot;:10.14},{&quot;2026-07-23&quot;:10.29},{&quot;2026-07-25&quot;:10.5},{&quot;2026-07-26&quot;:10.41},{&quot;2026-07-27&quot;:10.41},{&quot;2026-07-29&quot;:10.44},{&quot;2026-07-30&quot;:10.44},{&quot;2026-07-31&quot;:10.57},{&quot;2026-08-01&quot;:10.67},{&quot;2026-08-02&quot;:10.67},{&quot;2026-08-03&quot;:10.68},{&quot;2026-08-04&quot;:10.59},{&quot;2026-08-05&quot;:10.59},{&quot;2026-08-07&quot;:10.6},{&quot;2026-08-08&quot;:10.61},{&quot;2026-08-09&quot;:10.61},{&quot;2026-08-10&quot;:10.61},{&quot;2026-08-11&quot;:10.61},{&quot;2026-08-12&quot;:10.61},{&quot;2026-08-13&quot;:10.45},{&quot;2026-08-14&quot;:10.6},{&quot;2026-08-15&quot;:10.61},{&quot;2026-08-16&quot;:10.62},{&quot;2026-08-17&quot;:10.61},{&quot;2026-08-18&quot;:10.62},{&quot;2026-08-19&quot;:10.8},{&quot;2026-08-20&quot;:10.8},{&quot;2026-08-21&quot;:11.32},{&quot;2026-08-22&quot;:11.42},{&quot;2026-08-23&quot;:11.42},{&quot;2026-08-24&quot;:11.48},{&quot;2026-08-25&quot;:11.48},{&quot;2026-08-26&quot;:11.48},{&quot;2026-08-27&quot;:11.58},{&quot;2026-08-28&quot;:12.02},{&quot;2026-08-29&quot;:12.02},{&quot;2026-08-30&quot;:12.28},{&quot;2026-08-31&quot;:12.39},{&quot;2026-09-01&quot;:12.39},{&quot;2026-09-02&quot;:12.62},{&quot;2026-09-03&quot;:12.54},{&quot;2026-09-04&quot;:12.65},{&quot;2026-09-05&quot;:12.66},{&quot;2026-09-06&quot;:12.72},{&quot;2026-09-07&quot;:12.72},{&quot;2026-09-08&quot;:12.72},{&quot;2026-09-09&quot;:12.56},{&quot;2026-09-10&quot;:12.65},{&quot;2026-09-11&quot;:12.59}]}"
        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="95134"
  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-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">
            Aettir and Priwen
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $12.59
          </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="Aettir and Priwen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/3/038710ca-c756-4e66-a9de-278e676c9f5b.jpg?1783906559" />

        <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">
            Aettir and Priwen
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></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="Aettir and Priwen" src="https://cards.scryfall.io/large/front/0/3/038710ca-c756-4e66-a9de-278e676c9f5b.jpg?1783906559" />
    </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.59
              </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">
                $14.07
              </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;:8.25},{&quot;2026-06-14&quot;:8.28},{&quot;2026-06-15&quot;:8.21},{&quot;2026-06-16&quot;:8.18},{&quot;2026-06-17&quot;:8.29},{&quot;2026-06-18&quot;:8.4},{&quot;2026-06-19&quot;:8.05},{&quot;2026-06-20&quot;:8.17},{&quot;2026-06-21&quot;:8.17},{&quot;2026-06-22&quot;:8.95},{&quot;2026-06-23&quot;:8.89},{&quot;2026-06-24&quot;:8.92},{&quot;2026-06-25&quot;:8.92},{&quot;2026-06-26&quot;:9.33},{&quot;2026-06-27&quot;:9.53},{&quot;2026-06-28&quot;:9.5},{&quot;2026-06-29&quot;:9.85},{&quot;2026-06-30&quot;:10.65},{&quot;2026-07-01&quot;:11.14},{&quot;2026-07-02&quot;:11.12},{&quot;2026-07-03&quot;:11.06},{&quot;2026-07-04&quot;:11.57},{&quot;2026-07-05&quot;:11.47},{&quot;2026-07-06&quot;:11.46},{&quot;2026-07-07&quot;:11.53},{&quot;2026-07-08&quot;:11.09},{&quot;2026-07-09&quot;:11.0},{&quot;2026-07-10&quot;:11.0},{&quot;2026-07-11&quot;:10.13},{&quot;2026-07-12&quot;:9.82},{&quot;2026-07-13&quot;:9.91},{&quot;2026-07-14&quot;:9.73},{&quot;2026-07-15&quot;:9.31},{&quot;2026-07-16&quot;:9.1},{&quot;2026-07-17&quot;:9.1},{&quot;2026-07-18&quot;:9.47},{&quot;2026-07-19&quot;:10.73},{&quot;2026-07-20&quot;:10.86},{&quot;2026-07-21&quot;:10.68},{&quot;2026-07-22&quot;:11.42},{&quot;2026-07-23&quot;:11.52},{&quot;2026-07-24&quot;:11.63},{&quot;2026-07-25&quot;:11.63},{&quot;2026-07-26&quot;:11.63},{&quot;2026-07-27&quot;:12.44},{&quot;2026-07-28&quot;:12.44},{&quot;2026-07-29&quot;:12.65},{&quot;2026-07-30&quot;:12.68},{&quot;2026-07-31&quot;:12.68},{&quot;2026-08-01&quot;:12.68},{&quot;2026-08-02&quot;:12.94},{&quot;2026-08-03&quot;:12.47},{&quot;2026-08-04&quot;:12.55},{&quot;2026-08-05&quot;:12.64},{&quot;2026-08-07&quot;:12.82},{&quot;2026-08-08&quot;:13.38},{&quot;2026-08-09&quot;:13.38},{&quot;2026-08-10&quot;:12.65},{&quot;2026-08-11&quot;:12.93},{&quot;2026-08-12&quot;:12.93},{&quot;2026-08-13&quot;:12.97},{&quot;2026-08-14&quot;:12.97},{&quot;2026-08-15&quot;:13.02},{&quot;2026-08-16&quot;:13.14},{&quot;2026-08-17&quot;:13.88},{&quot;2026-08-18&quot;:13.39},{&quot;2026-08-19&quot;:13.39},{&quot;2026-08-20&quot;:13.39},{&quot;2026-08-21&quot;:13.39},{&quot;2026-08-22&quot;:13.39},{&quot;2026-08-23&quot;:14.08},{&quot;2026-08-24&quot;:14.18},{&quot;2026-08-25&quot;:14.18},{&quot;2026-08-26&quot;:14.18},{&quot;2026-08-27&quot;:13.54},{&quot;2026-08-28&quot;:13.54},{&quot;2026-08-29&quot;:13.54},{&quot;2026-08-30&quot;:14.11},{&quot;2026-08-31&quot;:14.11},{&quot;2026-09-01&quot;:14.11},{&quot;2026-09-02&quot;:14.11},{&quot;2026-09-03&quot;:14.11},{&quot;2026-09-04&quot;:14.11},{&quot;2026-09-05&quot;:14.01},{&quot;2026-09-06&quot;:14.01},{&quot;2026-09-07&quot;:14.01},{&quot;2026-09-08&quot;:14.01},{&quot;2026-09-09&quot;:14.01},{&quot;2026-09-10&quot;:14.01},{&quot;2026-09-11&quot;:14.07}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.96},{&quot;2026-06-14&quot;:9.18},{&quot;2026-06-15&quot;:8.41},{&quot;2026-06-16&quot;:8.44},{&quot;2026-06-17&quot;:8.67},{&quot;2026-06-18&quot;:8.64},{&quot;2026-06-19&quot;:9.25},{&quot;2026-06-20&quot;:8.6},{&quot;2026-06-21&quot;:8.89},{&quot;2026-06-22&quot;:9.19},{&quot;2026-06-23&quot;:9.33},{&quot;2026-06-24&quot;:9.21},{&quot;2026-06-25&quot;:8.74},{&quot;2026-06-26&quot;:8.57},{&quot;2026-06-27&quot;:8.61},{&quot;2026-06-28&quot;:8.81},{&quot;2026-06-29&quot;:9.81},{&quot;2026-06-30&quot;:10.07},{&quot;2026-07-01&quot;:9.89},{&quot;2026-07-02&quot;:8.97},{&quot;2026-07-03&quot;:8.62},{&quot;2026-07-04&quot;:9.24},{&quot;2026-07-05&quot;:9.17},{&quot;2026-07-06&quot;:10.32},{&quot;2026-07-07&quot;:10.2},{&quot;2026-07-08&quot;:11.55},{&quot;2026-07-09&quot;:10.73},{&quot;2026-07-10&quot;:13.2},{&quot;2026-07-11&quot;:12.76},{&quot;2026-07-12&quot;:11.87},{&quot;2026-07-13&quot;:11.17},{&quot;2026-07-14&quot;:10.7},{&quot;2026-07-15&quot;:10.5},{&quot;2026-07-16&quot;:10.88},{&quot;2026-07-17&quot;:11.12},{&quot;2026-07-18&quot;:10.48},{&quot;2026-07-19&quot;:10.9},{&quot;2026-07-20&quot;:10.97},{&quot;2026-07-21&quot;:10.9},{&quot;2026-07-22&quot;:11.22},{&quot;2026-07-23&quot;:11.03},{&quot;2026-07-24&quot;:11.07},{&quot;2026-07-25&quot;:11.82},{&quot;2026-07-26&quot;:11.08},{&quot;2026-07-27&quot;:11.51},{&quot;2026-07-28&quot;:11.59},{&quot;2026-07-29&quot;:11.83},{&quot;2026-07-30&quot;:12.57},{&quot;2026-07-31&quot;:11.9},{&quot;2026-08-01&quot;:11.86},{&quot;2026-08-02&quot;:11.01},{&quot;2026-08-03&quot;:11.33},{&quot;2026-08-04&quot;:11.57},{&quot;2026-08-05&quot;:11.54},{&quot;2026-08-07&quot;:11.64},{&quot;2026-08-08&quot;:11.69},{&quot;2026-08-09&quot;:12.36},{&quot;2026-08-10&quot;:12.25},{&quot;2026-08-11&quot;:12.25},{&quot;2026-08-12&quot;:11.88},{&quot;2026-08-13&quot;:11.77},{&quot;2026-08-14&quot;:11.46},{&quot;2026-08-15&quot;:11.17},{&quot;2026-08-16&quot;:11.07},{&quot;2026-08-17&quot;:11.41},{&quot;2026-08-18&quot;:11.69},{&quot;2026-08-19&quot;:12.08},{&quot;2026-08-20&quot;:12.27},{&quot;2026-08-21&quot;:12.19},{&quot;2026-08-22&quot;:12.47},{&quot;2026-08-23&quot;:12.72},{&quot;2026-08-24&quot;:13.0},{&quot;2026-08-25&quot;:12.66},{&quot;2026-08-26&quot;:12.58},{&quot;2026-08-27&quot;:11.31},{&quot;2026-08-28&quot;:10.61},{&quot;2026-08-29&quot;:10.61},{&quot;2026-08-30&quot;:11.17},{&quot;2026-08-31&quot;:11.36},{&quot;2026-09-01&quot;:11.43},{&quot;2026-09-02&quot;:11.71},{&quot;2026-09-03&quot;:11.66},{&quot;2026-09-04&quot;:11.72},{&quot;2026-09-05&quot;:11.9},{&quot;2026-09-06&quot;:11.97},{&quot;2026-09-07&quot;:12.26},{&quot;2026-09-08&quot;:12.22},{&quot;2026-09-09&quot;:12.25},{&quot;2026-09-10&quot;:12.35},{&quot;2026-09-11&quot;:12.59}]}"
        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="87145"
  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">
            Blasting Station
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Blasting Station
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blasting Station" src="https://cards.scryfall.io/large/front/f/2/f28263e6-ee21-415e-b633-377af6f40d5b.jpg?1783931245" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $12.56
              </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.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;:10.4},{&quot;2026-06-14&quot;:10.5},{&quot;2026-06-15&quot;:10.57},{&quot;2026-06-16&quot;:10.57},{&quot;2026-06-17&quot;:10.71},{&quot;2026-06-18&quot;:10.86},{&quot;2026-06-19&quot;:10.87},{&quot;2026-06-20&quot;:10.87},{&quot;2026-06-21&quot;:10.7},{&quot;2026-06-22&quot;:10.71},{&quot;2026-06-23&quot;:10.71},{&quot;2026-06-24&quot;:10.71},{&quot;2026-06-25&quot;:10.55},{&quot;2026-06-26&quot;:10.55},{&quot;2026-06-27&quot;:10.52},{&quot;2026-06-28&quot;:10.52},{&quot;2026-06-29&quot;:10.62},{&quot;2026-06-30&quot;:10.62},{&quot;2026-07-01&quot;:10.52},{&quot;2026-07-02&quot;:10.72},{&quot;2026-07-03&quot;:10.72},{&quot;2026-07-04&quot;:10.72},{&quot;2026-07-05&quot;:10.72},{&quot;2026-07-06&quot;:10.72},{&quot;2026-07-07&quot;:10.72},{&quot;2026-07-08&quot;:10.85},{&quot;2026-07-09&quot;:10.85},{&quot;2026-07-10&quot;:10.85},{&quot;2026-07-11&quot;:10.85},{&quot;2026-07-12&quot;:10.85},{&quot;2026-07-13&quot;:10.83},{&quot;2026-07-14&quot;:10.83},{&quot;2026-07-15&quot;:10.83},{&quot;2026-07-16&quot;:10.83},{&quot;2026-07-17&quot;:10.83},{&quot;2026-07-18&quot;:10.83},{&quot;2026-07-19&quot;:10.72},{&quot;2026-07-20&quot;:10.71},{&quot;2026-07-21&quot;:10.75},{&quot;2026-07-22&quot;:10.85},{&quot;2026-07-23&quot;:10.85},{&quot;2026-07-24&quot;:10.85},{&quot;2026-07-25&quot;:10.85},{&quot;2026-07-26&quot;:10.85},{&quot;2026-07-27&quot;:10.77},{&quot;2026-07-28&quot;:10.77},{&quot;2026-07-29&quot;:10.77},{&quot;2026-07-30&quot;:10.77},{&quot;2026-07-31&quot;:10.78},{&quot;2026-08-01&quot;:10.78},{&quot;2026-08-02&quot;:10.85},{&quot;2026-08-03&quot;:10.85},{&quot;2026-08-04&quot;:10.85},{&quot;2026-08-05&quot;:10.85},{&quot;2026-08-07&quot;:10.85},{&quot;2026-08-08&quot;:10.85},{&quot;2026-08-09&quot;:10.85},{&quot;2026-08-10&quot;:11.22},{&quot;2026-08-11&quot;:11.22},{&quot;2026-08-12&quot;:11.15},{&quot;2026-08-13&quot;:11.15},{&quot;2026-08-14&quot;:11.15},{&quot;2026-08-15&quot;:11.49},{&quot;2026-08-16&quot;:11.49},{&quot;2026-08-17&quot;:11.83},{&quot;2026-08-18&quot;:12.4},{&quot;2026-08-19&quot;:12.4},{&quot;2026-08-20&quot;:12.4},{&quot;2026-08-21&quot;:12.32},{&quot;2026-08-22&quot;:12.33},{&quot;2026-08-23&quot;:12.78},{&quot;2026-08-24&quot;:12.78},{&quot;2026-08-25&quot;:12.78},{&quot;2026-08-26&quot;:12.78},{&quot;2026-08-27&quot;:12.7},{&quot;2026-08-28&quot;:12.7},{&quot;2026-08-29&quot;:12.7},{&quot;2026-08-30&quot;:12.7},{&quot;2026-08-31&quot;:12.7},{&quot;2026-09-01&quot;:12.7},{&quot;2026-09-02&quot;:12.56},{&quot;2026-09-03&quot;:12.56},{&quot;2026-09-04&quot;:12.44},{&quot;2026-09-05&quot;:12.44},{&quot;2026-09-06&quot;:12.44},{&quot;2026-09-07&quot;:12.44},{&quot;2026-09-08&quot;:12.44},{&quot;2026-09-09&quot;:12.56},{&quot;2026-09-10&quot;:12.56},{&quot;2026-09-11&quot;:12.56}],&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="49280"
  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">
            Eladamri&#39;s Call
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $12.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="Eladamri&#39;s Call" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea751fe2-b64a-4265-8885-a9016b29b5b3.jpg?1783933086" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eladamri&#39;s Call" src="https://cards.scryfall.io/large/front/e/a/ea751fe2-b64a-4265-8885-a9016b29b5b3.jpg?1783933086" />
    </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.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">
                $20.74
              </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-08&quot;:20.47},{&quot;2026-06-10&quot;:20.47},{&quot;2026-06-11&quot;:20.47},{&quot;2026-06-12&quot;:20.47},{&quot;2026-06-13&quot;:20.47},{&quot;2026-06-14&quot;:20.47},{&quot;2026-06-15&quot;:20.47},{&quot;2026-06-16&quot;:20.47},{&quot;2026-06-17&quot;:20.47},{&quot;2026-06-18&quot;:20.47},{&quot;2026-06-19&quot;:20.49},{&quot;2026-06-20&quot;:20.49},{&quot;2026-06-21&quot;:20.49},{&quot;2026-06-22&quot;:20.49},{&quot;2026-06-24&quot;:20.49},{&quot;2026-06-25&quot;:20.49},{&quot;2026-06-26&quot;:20.49},{&quot;2026-06-27&quot;:20.47},{&quot;2026-06-28&quot;:20.47},{&quot;2026-06-29&quot;:20.47},{&quot;2026-06-30&quot;:20.47},{&quot;2026-07-01&quot;:20.47},{&quot;2026-07-02&quot;:20.47},{&quot;2026-07-03&quot;:20.47},{&quot;2026-07-04&quot;:20.47},{&quot;2026-07-05&quot;:20.47},{&quot;2026-07-06&quot;:20.47},{&quot;2026-07-07&quot;:20.47},{&quot;2026-07-08&quot;:20.47},{&quot;2026-07-09&quot;:20.4},{&quot;2026-07-10&quot;:20.42},{&quot;2026-07-11&quot;:20.4},{&quot;2026-07-12&quot;:20.4},{&quot;2026-07-13&quot;:20.4},{&quot;2026-07-14&quot;:20.4},{&quot;2026-07-15&quot;:20.4},{&quot;2026-07-16&quot;:20.46},{&quot;2026-07-17&quot;:20.46},{&quot;2026-07-18&quot;:20.46},{&quot;2026-07-19&quot;:20.46},{&quot;2026-07-20&quot;:20.46},{&quot;2026-07-21&quot;:20.46},{&quot;2026-07-23&quot;:20.46},{&quot;2026-07-25&quot;:20.51},{&quot;2026-07-26&quot;:20.51},{&quot;2026-07-27&quot;:20.56},{&quot;2026-07-29&quot;:20.56},{&quot;2026-07-30&quot;:20.56},{&quot;2026-07-31&quot;:20.56},{&quot;2026-08-01&quot;:20.56},{&quot;2026-08-02&quot;:20.56},{&quot;2026-08-03&quot;:20.62},{&quot;2026-08-04&quot;:20.7},{&quot;2026-08-05&quot;:20.7},{&quot;2026-08-07&quot;:20.7},{&quot;2026-08-08&quot;:20.7},{&quot;2026-08-09&quot;:20.71},{&quot;2026-08-10&quot;:20.71},{&quot;2026-08-11&quot;:20.71},{&quot;2026-08-12&quot;:20.71},{&quot;2026-08-13&quot;:20.71},{&quot;2026-08-14&quot;:20.71},{&quot;2026-08-15&quot;:20.71},{&quot;2026-08-16&quot;:20.71},{&quot;2026-08-17&quot;:20.71},{&quot;2026-08-18&quot;:20.71},{&quot;2026-08-19&quot;:20.71},{&quot;2026-08-20&quot;:20.71},{&quot;2026-08-21&quot;:20.68},{&quot;2026-08-22&quot;:20.68},{&quot;2026-08-23&quot;:20.68},{&quot;2026-08-24&quot;:20.68},{&quot;2026-08-25&quot;:20.68},{&quot;2026-08-26&quot;:20.68},{&quot;2026-08-27&quot;:20.68},{&quot;2026-08-28&quot;:20.68},{&quot;2026-08-29&quot;:20.68},{&quot;2026-08-30&quot;:20.67},{&quot;2026-08-31&quot;:20.67},{&quot;2026-09-01&quot;:20.67},{&quot;2026-09-02&quot;:20.67},{&quot;2026-09-03&quot;:20.67},{&quot;2026-09-04&quot;:20.73},{&quot;2026-09-05&quot;:20.73},{&quot;2026-09-06&quot;:20.68},{&quot;2026-09-07&quot;:20.68},{&quot;2026-09-08&quot;:20.74},{&quot;2026-09-09&quot;:20.74},{&quot;2026-09-10&quot;:20.74},{&quot;2026-09-11&quot;:20.74}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:10.29},{&quot;2026-06-10&quot;:10.08},{&quot;2026-06-11&quot;:10.19},{&quot;2026-06-12&quot;:10.16},{&quot;2026-06-13&quot;:10.33},{&quot;2026-06-14&quot;:10.72},{&quot;2026-06-15&quot;:10.72},{&quot;2026-06-16&quot;:10.76},{&quot;2026-06-17&quot;:11.01},{&quot;2026-06-18&quot;:11.01},{&quot;2026-06-19&quot;:11.19},{&quot;2026-06-20&quot;:11.04},{&quot;2026-06-21&quot;:11.12},{&quot;2026-06-22&quot;:11.19},{&quot;2026-06-24&quot;:11.11},{&quot;2026-06-25&quot;:10.88},{&quot;2026-06-26&quot;:10.8},{&quot;2026-06-27&quot;:10.87},{&quot;2026-06-28&quot;:10.83},{&quot;2026-06-29&quot;:10.92},{&quot;2026-06-30&quot;:11.08},{&quot;2026-07-01&quot;:11.66},{&quot;2026-07-02&quot;:11.84},{&quot;2026-07-03&quot;:12.03},{&quot;2026-07-04&quot;:12.23},{&quot;2026-07-05&quot;:12.23},{&quot;2026-07-06&quot;:12.2},{&quot;2026-07-07&quot;:12.1},{&quot;2026-07-08&quot;:12.1},{&quot;2026-07-09&quot;:11.47},{&quot;2026-07-10&quot;:11.04},{&quot;2026-07-11&quot;:10.3},{&quot;2026-07-12&quot;:10.18},{&quot;2026-07-13&quot;:10.22},{&quot;2026-07-14&quot;:10.12},{&quot;2026-07-15&quot;:10.04},{&quot;2026-07-16&quot;:10.19},{&quot;2026-07-17&quot;:10.35},{&quot;2026-07-18&quot;:10.35},{&quot;2026-07-19&quot;:10.53},{&quot;2026-07-20&quot;:10.75},{&quot;2026-07-21&quot;:11.11},{&quot;2026-07-23&quot;:11.51},{&quot;2026-07-25&quot;:11.53},{&quot;2026-07-26&quot;:11.49},{&quot;2026-07-27&quot;:11.49},{&quot;2026-07-29&quot;:11.19},{&quot;2026-07-30&quot;:11.32},{&quot;2026-07-31&quot;:11.32},{&quot;2026-08-01&quot;:11.24},{&quot;2026-08-02&quot;:11.04},{&quot;2026-08-03&quot;:10.94},{&quot;2026-08-04&quot;:11.05},{&quot;2026-08-05&quot;:11.12},{&quot;2026-08-07&quot;:10.62},{&quot;2026-08-08&quot;:10.62},{&quot;2026-08-09&quot;:10.5},{&quot;2026-08-10&quot;:10.73},{&quot;2026-08-11&quot;:10.68},{&quot;2026-08-12&quot;:10.69},{&quot;2026-08-13&quot;:11.03},{&quot;2026-08-14&quot;:11.08},{&quot;2026-08-15&quot;:11.33},{&quot;2026-08-16&quot;:11.03},{&quot;2026-08-17&quot;:10.95},{&quot;2026-08-18&quot;:10.77},{&quot;2026-08-19&quot;:10.92},{&quot;2026-08-20&quot;:10.92},{&quot;2026-08-21&quot;:11.16},{&quot;2026-08-22&quot;:11.06},{&quot;2026-08-23&quot;:11.09},{&quot;2026-08-24&quot;:11.14},{&quot;2026-08-25&quot;:11.14},{&quot;2026-08-26&quot;:10.77},{&quot;2026-08-27&quot;:10.93},{&quot;2026-08-28&quot;:11.06},{&quot;2026-08-29&quot;:11.06},{&quot;2026-08-30&quot;:11.09},{&quot;2026-08-31&quot;:11.45},{&quot;2026-09-01&quot;:11.45},{&quot;2026-09-02&quot;:12.18},{&quot;2026-09-03&quot;:12.11},{&quot;2026-09-04&quot;:12.53},{&quot;2026-09-05&quot;:12.74},{&quot;2026-09-06&quot;:13.08},{&quot;2026-09-07&quot;:13.3},{&quot;2026-09-08&quot;:13.73},{&quot;2026-09-09&quot;:13.26},{&quot;2026-09-10&quot;:12.86},{&quot;2026-09-11&quot;:12.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="77981"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Phyrexian Dragon Skeleton
      </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.51
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Skithiryx, the Blight Dragon
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Skithiryx, the Blight Dragon" src="https://cards.scryfall.io/large/front/0/e/0e6d292c-d6e4-4512-a4ff-9644e6dc63ff.jpg?1783929700" />
    </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.51
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:12.39},{&quot;2026-06-10&quot;:12.39},{&quot;2026-06-11&quot;:12.54},{&quot;2026-06-12&quot;:12.54},{&quot;2026-06-13&quot;:12.54},{&quot;2026-06-14&quot;:12.54},{&quot;2026-06-15&quot;:12.54},{&quot;2026-06-16&quot;:12.54},{&quot;2026-06-17&quot;:12.53},{&quot;2026-06-18&quot;:12.53},{&quot;2026-06-19&quot;:12.53},{&quot;2026-06-20&quot;:12.53},{&quot;2026-06-21&quot;:12.74},{&quot;2026-06-22&quot;:12.74},{&quot;2026-06-24&quot;:12.9},{&quot;2026-06-25&quot;:12.9},{&quot;2026-06-26&quot;:12.9},{&quot;2026-06-27&quot;:12.9},{&quot;2026-06-28&quot;:12.99},{&quot;2026-06-29&quot;:12.99},{&quot;2026-06-30&quot;:12.99},{&quot;2026-07-01&quot;:13.03},{&quot;2026-07-02&quot;:13.03},{&quot;2026-07-03&quot;:13.15},{&quot;2026-07-04&quot;:13.15},{&quot;2026-07-05&quot;:13.15},{&quot;2026-07-06&quot;:13.05},{&quot;2026-07-07&quot;:13.05},{&quot;2026-07-08&quot;:13.05},{&quot;2026-07-09&quot;:12.82},{&quot;2026-07-10&quot;:12.99},{&quot;2026-07-11&quot;:12.91},{&quot;2026-07-12&quot;:12.91},{&quot;2026-07-13&quot;:12.9},{&quot;2026-07-14&quot;:12.94},{&quot;2026-07-15&quot;:12.94},{&quot;2026-07-16&quot;:12.94},{&quot;2026-07-17&quot;:12.78},{&quot;2026-07-18&quot;:12.78},{&quot;2026-07-19&quot;:12.74},{&quot;2026-07-20&quot;:12.74},{&quot;2026-07-21&quot;:12.74},{&quot;2026-07-23&quot;:12.58},{&quot;2026-07-25&quot;:12.69},{&quot;2026-07-26&quot;:12.69},{&quot;2026-07-27&quot;:12.69},{&quot;2026-07-29&quot;:12.64},{&quot;2026-07-30&quot;:12.36},{&quot;2026-07-31&quot;:12.46},{&quot;2026-08-01&quot;:12.46},{&quot;2026-08-02&quot;:12.46},{&quot;2026-08-03&quot;:12.46},{&quot;2026-08-04&quot;:12.46},{&quot;2026-08-05&quot;:12.46},{&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.23},{&quot;2026-08-11&quot;:12.23},{&quot;2026-08-12&quot;:12.16},{&quot;2026-08-13&quot;:12.16},{&quot;2026-08-14&quot;:12.16},{&quot;2026-08-15&quot;:12.16},{&quot;2026-08-16&quot;:12.16},{&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.19},{&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.34},{&quot;2026-09-01&quot;:12.34},{&quot;2026-09-02&quot;:12.33},{&quot;2026-09-03&quot;:12.33},{&quot;2026-09-04&quot;:12.43},{&quot;2026-09-05&quot;:12.27},{&quot;2026-09-06&quot;:12.27},{&quot;2026-09-07&quot;:12.46},{&quot;2026-09-08&quot;:12.46},{&quot;2026-09-09&quot;:12.46},{&quot;2026-09-10&quot;:12.51},{&quot;2026-09-11&quot;:12.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28392"
  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">
            Grim Hireling
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $12.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="Grim Hireling" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/08c6872d-4cb5-4a59-b1dd-38c107906660.jpg?1783926250" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Grim Hireling
        </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 — Tiefling Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Grim Hireling" src="https://cards.scryfall.io/large/front/0/8/08c6872d-4cb5-4a59-b1dd-38c107906660.jpg?1783926250" />
    </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.50
              </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">$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;normal&quot;:[{&quot;2026-06-12&quot;:12.48},{&quot;2026-06-13&quot;:13.05},{&quot;2026-06-14&quot;:13.05},{&quot;2026-06-15&quot;:12.92},{&quot;2026-06-16&quot;:12.61},{&quot;2026-06-17&quot;:12.67},{&quot;2026-06-18&quot;:11.91},{&quot;2026-06-19&quot;:11.66},{&quot;2026-06-20&quot;:11.66},{&quot;2026-06-21&quot;:11.66},{&quot;2026-06-22&quot;:11.72},{&quot;2026-06-23&quot;:11.79},{&quot;2026-06-24&quot;:11.85},{&quot;2026-06-25&quot;:11.86},{&quot;2026-06-26&quot;:11.76},{&quot;2026-06-27&quot;:11.76},{&quot;2026-06-28&quot;:12.05},{&quot;2026-06-29&quot;:12.17},{&quot;2026-06-30&quot;:11.94},{&quot;2026-07-01&quot;:12.05},{&quot;2026-07-02&quot;:12.18},{&quot;2026-07-03&quot;:12.03},{&quot;2026-07-04&quot;:11.94},{&quot;2026-07-05&quot;:11.94},{&quot;2026-07-06&quot;:11.94},{&quot;2026-07-07&quot;:11.94},{&quot;2026-07-08&quot;:11.85},{&quot;2026-07-09&quot;:11.62},{&quot;2026-07-10&quot;:11.5},{&quot;2026-07-11&quot;:11.2},{&quot;2026-07-12&quot;:11.2},{&quot;2026-07-13&quot;:11.27},{&quot;2026-07-14&quot;:11.05},{&quot;2026-07-15&quot;:11.21},{&quot;2026-07-16&quot;:11.24},{&quot;2026-07-17&quot;:11.29},{&quot;2026-07-18&quot;:11.61},{&quot;2026-07-19&quot;:11.59},{&quot;2026-07-20&quot;:11.59},{&quot;2026-07-21&quot;:11.59},{&quot;2026-07-23&quot;:11.47},{&quot;2026-07-24&quot;:11.47},{&quot;2026-07-25&quot;:11.29},{&quot;2026-07-26&quot;:11.29},{&quot;2026-07-27&quot;:11.42},{&quot;2026-07-28&quot;:11.51},{&quot;2026-07-29&quot;:11.51},{&quot;2026-07-30&quot;:11.34},{&quot;2026-07-31&quot;:11.28},{&quot;2026-08-01&quot;:11.28},{&quot;2026-08-02&quot;:11.43},{&quot;2026-08-03&quot;:11.7},{&quot;2026-08-04&quot;:11.63},{&quot;2026-08-05&quot;:11.51},{&quot;2026-08-07&quot;:11.32},{&quot;2026-08-08&quot;:11.34},{&quot;2026-08-09&quot;:11.16},{&quot;2026-08-10&quot;:11.43},{&quot;2026-08-11&quot;:11.75},{&quot;2026-08-12&quot;:11.62},{&quot;2026-08-13&quot;:11.61},{&quot;2026-08-14&quot;:11.65},{&quot;2026-08-15&quot;:11.65},{&quot;2026-08-16&quot;:11.64},{&quot;2026-08-17&quot;:11.79},{&quot;2026-08-18&quot;:11.65},{&quot;2026-08-19&quot;:11.49},{&quot;2026-08-20&quot;:11.49},{&quot;2026-08-21&quot;:11.48},{&quot;2026-08-22&quot;:11.19},{&quot;2026-08-23&quot;:10.75},{&quot;2026-08-24&quot;:10.82},{&quot;2026-08-25&quot;:10.67},{&quot;2026-08-26&quot;:10.95},{&quot;2026-08-27&quot;:11.08},{&quot;2026-08-28&quot;:11.05},{&quot;2026-08-29&quot;:11.05},{&quot;2026-08-30&quot;:11.0},{&quot;2026-08-31&quot;:10.89},{&quot;2026-09-01&quot;:11.03},{&quot;2026-09-02&quot;:11.52},{&quot;2026-09-03&quot;:12.11},{&quot;2026-09-04&quot;:12.03},{&quot;2026-09-05&quot;:12.13},{&quot;2026-09-06&quot;:12.0},{&quot;2026-09-07&quot;:12.32},{&quot;2026-09-08&quot;:12.32},{&quot;2026-09-09&quot;:12.51},{&quot;2026-09-10&quot;:12.33},{&quot;2026-09-11&quot;:12.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="16272"
  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-voc 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">
            Umbris, Fear Manifest
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $12.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="Umbris, Fear Manifest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7aead6a8-bada-42cf-b7cc-0b730f564582.jpg?1783924994" />

        <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">
            Umbris, Fear Manifest
        </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 — Nightmare Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Umbris, Fear Manifest" src="https://cards.scryfall.io/large/front/7/a/7aead6a8-bada-42cf-b7cc-0b730f564582.jpg?1783924994" />
    </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.46
              </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;normal&quot;:[{&quot;2026-06-08&quot;:12.57},{&quot;2026-06-10&quot;:12.44},{&quot;2026-06-11&quot;:12.44},{&quot;2026-06-12&quot;:12.44},{&quot;2026-06-13&quot;:12.44},{&quot;2026-06-14&quot;:12.41},{&quot;2026-06-15&quot;:12.49},{&quot;2026-06-16&quot;:12.33},{&quot;2026-06-17&quot;:12.32},{&quot;2026-06-18&quot;:12.32},{&quot;2026-06-19&quot;:12.33},{&quot;2026-06-20&quot;:12.33},{&quot;2026-06-21&quot;:12.31},{&quot;2026-06-22&quot;:12.31},{&quot;2026-06-24&quot;:11.53},{&quot;2026-06-25&quot;:11.6},{&quot;2026-06-26&quot;:11.6},{&quot;2026-06-27&quot;:11.7},{&quot;2026-06-28&quot;:11.7},{&quot;2026-06-29&quot;:11.7},{&quot;2026-06-30&quot;:11.7},{&quot;2026-07-01&quot;:11.7},{&quot;2026-07-02&quot;:11.47},{&quot;2026-07-03&quot;:11.79},{&quot;2026-07-04&quot;:11.86},{&quot;2026-07-05&quot;:11.91},{&quot;2026-07-06&quot;:11.92},{&quot;2026-07-07&quot;:11.93},{&quot;2026-07-08&quot;:11.94},{&quot;2026-07-09&quot;:11.94},{&quot;2026-07-10&quot;:11.99},{&quot;2026-07-11&quot;:12.04},{&quot;2026-07-12&quot;:12.04},{&quot;2026-07-13&quot;:12.05},{&quot;2026-07-14&quot;:12.05},{&quot;2026-07-15&quot;:12.02},{&quot;2026-07-16&quot;:12.02},{&quot;2026-07-17&quot;:12.02},{&quot;2026-07-18&quot;:12.02},{&quot;2026-07-19&quot;:11.93},{&quot;2026-07-20&quot;:11.93},{&quot;2026-07-21&quot;:11.93},{&quot;2026-07-23&quot;:11.88},{&quot;2026-07-25&quot;:11.86},{&quot;2026-07-26&quot;:11.86},{&quot;2026-07-27&quot;:11.92},{&quot;2026-07-29&quot;:11.9},{&quot;2026-07-30&quot;:11.97},{&quot;2026-07-31&quot;:12.08},{&quot;2026-08-01&quot;:12.08},{&quot;2026-08-02&quot;:12.08},{&quot;2026-08-03&quot;:12.04},{&quot;2026-08-04&quot;:12.14},{&quot;2026-08-05&quot;:12.14},{&quot;2026-08-07&quot;:12.08},{&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.06},{&quot;2026-08-13&quot;:12.07},{&quot;2026-08-14&quot;:12.07},{&quot;2026-08-15&quot;:12.07},{&quot;2026-08-16&quot;:12.07},{&quot;2026-08-17&quot;:11.98},{&quot;2026-08-18&quot;:11.98},{&quot;2026-08-19&quot;:12.32},{&quot;2026-08-20&quot;:12.32},{&quot;2026-08-21&quot;:12.34},{&quot;2026-08-22&quot;:12.32},{&quot;2026-08-23&quot;:12.32},{&quot;2026-08-24&quot;:12.46},{&quot;2026-08-25&quot;:12.46},{&quot;2026-08-26&quot;:12.43},{&quot;2026-08-27&quot;:12.32},{&quot;2026-08-28&quot;:12.27},{&quot;2026-08-29&quot;:12.27},{&quot;2026-08-30&quot;:12.53},{&quot;2026-08-31&quot;:12.53},{&quot;2026-09-01&quot;:12.53},{&quot;2026-09-02&quot;:12.39},{&quot;2026-09-03&quot;:12.37},{&quot;2026-09-04&quot;:12.37},{&quot;2026-09-05&quot;:12.37},{&quot;2026-09-06&quot;:12.58},{&quot;2026-09-07&quot;:12.58},{&quot;2026-09-08&quot;:12.42},{&quot;2026-09-09&quot;:12.42},{&quot;2026-09-10&quot;:12.46},{&quot;2026-09-11&quot;:12.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="57348"
  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">
            Glistening Sphere
        </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">
              ↑
              6%
            </span>

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

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

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

        <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">
            Glistening Sphere
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Glistening Sphere" src="https://cards.scryfall.io/large/front/4/c/4c10d7e0-cdbb-4045-8345-d00a554ed072.jpg?1783918139" />
    </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.45
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:11.94},{&quot;2026-06-14&quot;:11.95},{&quot;2026-06-15&quot;:12.33},{&quot;2026-06-16&quot;:12.35},{&quot;2026-06-17&quot;:12.45},{&quot;2026-06-18&quot;:12.49},{&quot;2026-06-19&quot;:12.66},{&quot;2026-06-20&quot;:12.66},{&quot;2026-06-21&quot;:12.73},{&quot;2026-06-22&quot;:13.05},{&quot;2026-06-23&quot;:13.05},{&quot;2026-06-24&quot;:12.95},{&quot;2026-06-25&quot;:12.92},{&quot;2026-06-26&quot;:12.67},{&quot;2026-06-27&quot;:12.45},{&quot;2026-06-28&quot;:12.36},{&quot;2026-06-29&quot;:12.36},{&quot;2026-06-30&quot;:12.4},{&quot;2026-07-01&quot;:12.48},{&quot;2026-07-02&quot;:12.57},{&quot;2026-07-03&quot;:12.57},{&quot;2026-07-04&quot;:12.57},{&quot;2026-07-05&quot;:12.41},{&quot;2026-07-06&quot;:12.11},{&quot;2026-07-07&quot;:12.11},{&quot;2026-07-08&quot;:12.07},{&quot;2026-07-09&quot;:12.11},{&quot;2026-07-10&quot;:12.11},{&quot;2026-07-11&quot;:12.08},{&quot;2026-07-12&quot;:12.08},{&quot;2026-07-13&quot;:12.04},{&quot;2026-07-14&quot;:12.04},{&quot;2026-07-15&quot;:11.99},{&quot;2026-07-16&quot;:11.96},{&quot;2026-07-17&quot;:12.0},{&quot;2026-07-18&quot;:11.98},{&quot;2026-07-19&quot;:12.06},{&quot;2026-07-20&quot;:12.06},{&quot;2026-07-21&quot;:12.1},{&quot;2026-07-22&quot;:12.27},{&quot;2026-07-23&quot;:12.31},{&quot;2026-07-24&quot;:12.34},{&quot;2026-07-25&quot;:12.45},{&quot;2026-07-26&quot;:12.45},{&quot;2026-07-27&quot;:12.45},{&quot;2026-07-28&quot;:12.45},{&quot;2026-07-29&quot;:12.73},{&quot;2026-07-30&quot;:12.73},{&quot;2026-07-31&quot;:13.12},{&quot;2026-08-01&quot;:13.12},{&quot;2026-08-02&quot;:13.12},{&quot;2026-08-03&quot;:13.25},{&quot;2026-08-04&quot;:13.18},{&quot;2026-08-05&quot;:13.17},{&quot;2026-08-07&quot;:13.15},{&quot;2026-08-08&quot;:13.12},{&quot;2026-08-09&quot;:12.97},{&quot;2026-08-10&quot;:13.0},{&quot;2026-08-11&quot;:12.96},{&quot;2026-08-12&quot;:12.96},{&quot;2026-08-13&quot;:12.93},{&quot;2026-08-14&quot;:12.93},{&quot;2026-08-15&quot;:12.89},{&quot;2026-08-16&quot;:12.89},{&quot;2026-08-17&quot;:12.89},{&quot;2026-08-18&quot;:12.81},{&quot;2026-08-19&quot;:12.81},{&quot;2026-08-20&quot;:12.79},{&quot;2026-08-21&quot;:12.79},{&quot;2026-08-22&quot;:12.74},{&quot;2026-08-23&quot;:12.74},{&quot;2026-08-24&quot;:12.74},{&quot;2026-08-25&quot;:12.66},{&quot;2026-08-26&quot;:12.66},{&quot;2026-08-27&quot;:12.54},{&quot;2026-08-28&quot;:12.35},{&quot;2026-08-29&quot;:12.35},{&quot;2026-08-30&quot;:12.35},{&quot;2026-08-31&quot;:12.0},{&quot;2026-09-01&quot;:12.0},{&quot;2026-09-02&quot;:11.83},{&quot;2026-09-03&quot;:11.72},{&quot;2026-09-04&quot;:11.76},{&quot;2026-09-05&quot;:11.78},{&quot;2026-09-06&quot;:11.93},{&quot;2026-09-07&quot;:12.33},{&quot;2026-09-08&quot;:12.42},{&quot;2026-09-09&quot;:12.47},{&quot;2026-09-10&quot;:12.45},{&quot;2026-09-11&quot;:12.45}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Panharmonicon" src="https://cards.scryfall.io/large/front/c/2/c23c801e-b429-45d3-896e-289ec0497db0.jpg?1783921754" />
    </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.40
              </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">
                $15.34
              </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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:16.29},{&quot;2026-06-10&quot;:16.29},{&quot;2026-06-11&quot;:16.29},{&quot;2026-06-12&quot;:16.34},{&quot;2026-06-13&quot;:16.34},{&quot;2026-06-14&quot;:16.13},{&quot;2026-06-15&quot;:16.13},{&quot;2026-06-16&quot;:16.14},{&quot;2026-06-17&quot;:15.75},{&quot;2026-06-18&quot;:15.84},{&quot;2026-06-19&quot;:15.83},{&quot;2026-06-20&quot;:15.83},{&quot;2026-06-21&quot;:15.83},{&quot;2026-06-22&quot;:15.83},{&quot;2026-06-24&quot;:15.83},{&quot;2026-06-25&quot;:15.83},{&quot;2026-06-26&quot;:15.83},{&quot;2026-06-27&quot;:15.83},{&quot;2026-06-28&quot;:15.83},{&quot;2026-06-29&quot;:15.83},{&quot;2026-06-30&quot;:15.83},{&quot;2026-07-01&quot;:15.86},{&quot;2026-07-02&quot;:15.8},{&quot;2026-07-03&quot;:15.8},{&quot;2026-07-04&quot;:15.8},{&quot;2026-07-05&quot;:15.8},{&quot;2026-07-06&quot;:15.8},{&quot;2026-07-07&quot;:15.85},{&quot;2026-07-08&quot;:15.85},{&quot;2026-07-09&quot;:15.85},{&quot;2026-07-10&quot;:15.85},{&quot;2026-07-11&quot;:15.85},{&quot;2026-07-12&quot;:15.85},{&quot;2026-07-13&quot;:15.85},{&quot;2026-07-14&quot;:15.63},{&quot;2026-07-15&quot;:15.63},{&quot;2026-07-16&quot;:15.63},{&quot;2026-07-17&quot;:15.63},{&quot;2026-07-18&quot;:15.63},{&quot;2026-07-19&quot;:15.61},{&quot;2026-07-20&quot;:15.61},{&quot;2026-07-21&quot;:15.65},{&quot;2026-07-23&quot;:15.65},{&quot;2026-07-25&quot;:15.65},{&quot;2026-07-26&quot;:15.65},{&quot;2026-07-27&quot;:15.65},{&quot;2026-07-29&quot;:15.63},{&quot;2026-07-30&quot;:15.63},{&quot;2026-07-31&quot;:15.63},{&quot;2026-08-01&quot;:15.66},{&quot;2026-08-02&quot;:15.75},{&quot;2026-08-03&quot;:15.73},{&quot;2026-08-04&quot;:15.73},{&quot;2026-08-05&quot;:15.73},{&quot;2026-08-07&quot;:15.74},{&quot;2026-08-08&quot;:15.74},{&quot;2026-08-09&quot;:15.74},{&quot;2026-08-10&quot;:15.74},{&quot;2026-08-11&quot;:15.72},{&quot;2026-08-12&quot;:15.72},{&quot;2026-08-13&quot;:15.67},{&quot;2026-08-14&quot;:15.67},{&quot;2026-08-15&quot;:15.71},{&quot;2026-08-16&quot;:15.71},{&quot;2026-08-17&quot;:15.71},{&quot;2026-08-18&quot;:15.71},{&quot;2026-08-19&quot;:15.71},{&quot;2026-08-20&quot;:15.71},{&quot;2026-08-21&quot;:15.71},{&quot;2026-08-22&quot;:15.74},{&quot;2026-08-23&quot;:15.74},{&quot;2026-08-24&quot;:15.56},{&quot;2026-08-25&quot;:15.56},{&quot;2026-08-26&quot;:15.51},{&quot;2026-08-27&quot;:15.32},{&quot;2026-08-28&quot;:15.32},{&quot;2026-08-29&quot;:15.32},{&quot;2026-08-30&quot;:15.32},{&quot;2026-08-31&quot;:15.39},{&quot;2026-09-01&quot;:15.39},{&quot;2026-09-02&quot;:15.65},{&quot;2026-09-03&quot;:15.65},{&quot;2026-09-04&quot;:15.65},{&quot;2026-09-05&quot;:15.65},{&quot;2026-09-06&quot;:15.62},{&quot;2026-09-07&quot;:15.34},{&quot;2026-09-08&quot;:15.34},{&quot;2026-09-09&quot;:15.34},{&quot;2026-09-10&quot;:15.34},{&quot;2026-09-11&quot;:15.34}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:13.77},{&quot;2026-06-10&quot;:13.87},{&quot;2026-06-11&quot;:13.93},{&quot;2026-06-12&quot;:14.06},{&quot;2026-06-13&quot;:14.06},{&quot;2026-06-14&quot;:13.8},{&quot;2026-06-15&quot;:13.25},{&quot;2026-06-16&quot;:13.25},{&quot;2026-06-17&quot;:13.14},{&quot;2026-06-18&quot;:12.85},{&quot;2026-06-19&quot;:12.65},{&quot;2026-06-20&quot;:12.68},{&quot;2026-06-21&quot;:12.68},{&quot;2026-06-22&quot;:12.76},{&quot;2026-06-24&quot;:12.9},{&quot;2026-06-25&quot;:13.06},{&quot;2026-06-26&quot;:13.06},{&quot;2026-06-27&quot;:13.06},{&quot;2026-06-28&quot;:13.06},{&quot;2026-06-29&quot;:13.04},{&quot;2026-06-30&quot;:13.04},{&quot;2026-07-01&quot;:13.12},{&quot;2026-07-02&quot;:12.93},{&quot;2026-07-03&quot;:12.93},{&quot;2026-07-04&quot;:12.95},{&quot;2026-07-05&quot;:13.03},{&quot;2026-07-06&quot;:13.03},{&quot;2026-07-07&quot;:12.94},{&quot;2026-07-08&quot;:12.89},{&quot;2026-07-09&quot;:12.89},{&quot;2026-07-10&quot;:12.96},{&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;:13.06},{&quot;2026-07-15&quot;:13.08},{&quot;2026-07-16&quot;:13.06},{&quot;2026-07-17&quot;:13.05},{&quot;2026-07-18&quot;:13.03},{&quot;2026-07-19&quot;:13.02},{&quot;2026-07-20&quot;:13.02},{&quot;2026-07-21&quot;:13.02},{&quot;2026-07-23&quot;:13.01},{&quot;2026-07-25&quot;:12.98},{&quot;2026-07-26&quot;:13.09},{&quot;2026-07-27&quot;:13.14},{&quot;2026-07-29&quot;:13.28},{&quot;2026-07-30&quot;:13.48},{&quot;2026-07-31&quot;:13.79},{&quot;2026-08-01&quot;:13.79},{&quot;2026-08-02&quot;:14.21},{&quot;2026-08-03&quot;:14.51},{&quot;2026-08-04&quot;:14.51},{&quot;2026-08-05&quot;:14.49},{&quot;2026-08-07&quot;:14.43},{&quot;2026-08-08&quot;:14.43},{&quot;2026-08-09&quot;:14.43},{&quot;2026-08-10&quot;:14.25},{&quot;2026-08-11&quot;:14.25},{&quot;2026-08-12&quot;:14.12},{&quot;2026-08-13&quot;:14.12},{&quot;2026-08-14&quot;:13.99},{&quot;2026-08-15&quot;:13.95},{&quot;2026-08-16&quot;:14.03},{&quot;2026-08-17&quot;:13.84},{&quot;2026-08-18&quot;:13.78},{&quot;2026-08-19&quot;:13.63},{&quot;2026-08-20&quot;:13.63},{&quot;2026-08-21&quot;:13.47},{&quot;2026-08-22&quot;:13.47},{&quot;2026-08-23&quot;:13.42},{&quot;2026-08-24&quot;:13.43},{&quot;2026-08-25&quot;:13.43},{&quot;2026-08-26&quot;:13.48},{&quot;2026-08-27&quot;:13.48},{&quot;2026-08-28&quot;:13.19},{&quot;2026-08-29&quot;:13.19},{&quot;2026-08-30&quot;:13.19},{&quot;2026-08-31&quot;:12.73},{&quot;2026-09-01&quot;:12.73},{&quot;2026-09-02&quot;:12.31},{&quot;2026-09-03&quot;:12.34},{&quot;2026-09-04&quot;:12.46},{&quot;2026-09-05&quot;:12.65},{&quot;2026-09-06&quot;:12.67},{&quot;2026-09-07&quot;:12.63},{&quot;2026-09-08&quot;:12.52},{&quot;2026-09-09&quot;:12.48},{&quot;2026-09-10&quot;:12.4},{&quot;2026-09-11&quot;:12.4}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Class
      </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">
              ↑
              9%
            </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="Caretaker&#39;s Talent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/ad5ea98a-e36e-4ab9-b4da-cc572f3777db.jpg?1783910865" />

        <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">
            Caretaker&#39;s Talent
        </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 — Class</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="Caretaker&#39;s Talent" src="https://cards.scryfall.io/large/front/a/d/ad5ea98a-e36e-4ab9-b4da-cc572f3777db.jpg?1783910865" />
    </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.47
              </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">
                $12.36
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$9.50</span>
              <span class="text-xs text-grey-text">Credit: $12.35</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.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-11&quot;:10.65},{&quot;2026-06-12&quot;:10.65},{&quot;2026-06-13&quot;:10.71},{&quot;2026-06-14&quot;:10.76},{&quot;2026-06-15&quot;:10.77},{&quot;2026-06-16&quot;:10.81},{&quot;2026-06-17&quot;:10.81},{&quot;2026-06-18&quot;:10.79},{&quot;2026-06-19&quot;:10.79},{&quot;2026-06-20&quot;:10.79},{&quot;2026-06-21&quot;:10.79},{&quot;2026-06-22&quot;:10.73},{&quot;2026-06-23&quot;:10.58},{&quot;2026-06-24&quot;:10.66},{&quot;2026-06-25&quot;:10.66},{&quot;2026-06-26&quot;:10.68},{&quot;2026-06-27&quot;:10.72},{&quot;2026-06-28&quot;:10.72},{&quot;2026-06-29&quot;:10.83},{&quot;2026-06-30&quot;:10.72},{&quot;2026-07-01&quot;:10.72},{&quot;2026-07-02&quot;:10.65},{&quot;2026-07-03&quot;:10.65},{&quot;2026-07-04&quot;:10.62},{&quot;2026-07-05&quot;:10.73},{&quot;2026-07-06&quot;:10.73},{&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.76},{&quot;2026-07-11&quot;:10.76},{&quot;2026-07-12&quot;:10.76},{&quot;2026-07-13&quot;:10.69},{&quot;2026-07-14&quot;:10.69},{&quot;2026-07-15&quot;:10.33},{&quot;2026-07-16&quot;:10.33},{&quot;2026-07-17&quot;:10.41},{&quot;2026-07-18&quot;:10.56},{&quot;2026-07-19&quot;:10.74},{&quot;2026-07-20&quot;:10.77},{&quot;2026-07-21&quot;:10.78},{&quot;2026-07-23&quot;:10.52},{&quot;2026-07-25&quot;:10.2},{&quot;2026-07-26&quot;:10.2},{&quot;2026-07-27&quot;:10.16},{&quot;2026-07-28&quot;:10.13},{&quot;2026-07-29&quot;:10.13},{&quot;2026-07-30&quot;:10.13},{&quot;2026-07-31&quot;:10.07},{&quot;2026-08-01&quot;:10.07},{&quot;2026-08-02&quot;:10.01},{&quot;2026-08-03&quot;:10.0},{&quot;2026-08-04&quot;:10.0},{&quot;2026-08-05&quot;:10.0},{&quot;2026-08-07&quot;:9.74},{&quot;2026-08-08&quot;:9.74},{&quot;2026-08-09&quot;:9.62},{&quot;2026-08-10&quot;:9.26},{&quot;2026-08-11&quot;:9.14},{&quot;2026-08-12&quot;:9.19},{&quot;2026-08-13&quot;:9.84},{&quot;2026-08-14&quot;:10.34},{&quot;2026-08-15&quot;:10.67},{&quot;2026-08-16&quot;:10.69},{&quot;2026-08-17&quot;:10.64},{&quot;2026-08-18&quot;:10.64},{&quot;2026-08-19&quot;:10.89},{&quot;2026-08-20&quot;:10.89},{&quot;2026-08-21&quot;:10.57},{&quot;2026-08-22&quot;:10.57},{&quot;2026-08-23&quot;:10.32},{&quot;2026-08-24&quot;:10.39},{&quot;2026-08-25&quot;:10.06},{&quot;2026-08-26&quot;:10.84},{&quot;2026-08-27&quot;:10.73},{&quot;2026-08-28&quot;:10.75},{&quot;2026-08-29&quot;:10.75},{&quot;2026-08-30&quot;:11.59},{&quot;2026-08-31&quot;:11.55},{&quot;2026-09-01&quot;:11.77},{&quot;2026-09-02&quot;:11.77},{&quot;2026-09-03&quot;:11.91},{&quot;2026-09-04&quot;:11.91},{&quot;2026-09-05&quot;:12.72},{&quot;2026-09-06&quot;:12.72},{&quot;2026-09-07&quot;:12.65},{&quot;2026-09-08&quot;:12.66},{&quot;2026-09-09&quot;:12.86},{&quot;2026-09-10&quot;:12.36},{&quot;2026-09-11&quot;:12.36}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:8.91},{&quot;2026-06-12&quot;:8.77},{&quot;2026-06-13&quot;:8.98},{&quot;2026-06-14&quot;:9.47},{&quot;2026-06-15&quot;:9.62},{&quot;2026-06-16&quot;:9.47},{&quot;2026-06-17&quot;:9.2},{&quot;2026-06-18&quot;:9.02},{&quot;2026-06-19&quot;:9.05},{&quot;2026-06-20&quot;:8.93},{&quot;2026-06-21&quot;:9.03},{&quot;2026-06-22&quot;:8.91},{&quot;2026-06-23&quot;:9.12},{&quot;2026-06-24&quot;:9.68},{&quot;2026-06-25&quot;:10.19},{&quot;2026-06-26&quot;:10.14},{&quot;2026-06-27&quot;:9.91},{&quot;2026-06-28&quot;:10.03},{&quot;2026-06-29&quot;:9.68},{&quot;2026-06-30&quot;:9.38},{&quot;2026-07-01&quot;:8.81},{&quot;2026-07-02&quot;:8.72},{&quot;2026-07-03&quot;:8.67},{&quot;2026-07-04&quot;:8.88},{&quot;2026-07-05&quot;:8.86},{&quot;2026-07-06&quot;:8.91},{&quot;2026-07-07&quot;:9.41},{&quot;2026-07-08&quot;:9.27},{&quot;2026-07-09&quot;:8.7},{&quot;2026-07-10&quot;:7.72},{&quot;2026-07-11&quot;:7.49},{&quot;2026-07-12&quot;:6.94},{&quot;2026-07-13&quot;:6.72},{&quot;2026-07-14&quot;:6.45},{&quot;2026-07-15&quot;:7.1},{&quot;2026-07-16&quot;:7.8},{&quot;2026-07-17&quot;:8.14},{&quot;2026-07-18&quot;:8.29},{&quot;2026-07-19&quot;:9.0},{&quot;2026-07-20&quot;:8.74},{&quot;2026-07-21&quot;:8.76},{&quot;2026-07-23&quot;:8.04},{&quot;2026-07-25&quot;:8.37},{&quot;2026-07-26&quot;:7.96},{&quot;2026-07-27&quot;:8.19},{&quot;2026-07-28&quot;:8.52},{&quot;2026-07-29&quot;:7.88},{&quot;2026-07-30&quot;:7.47},{&quot;2026-07-31&quot;:7.72},{&quot;2026-08-01&quot;:8.11},{&quot;2026-08-02&quot;:8.28},{&quot;2026-08-03&quot;:8.3},{&quot;2026-08-04&quot;:8.48},{&quot;2026-08-05&quot;:8.38},{&quot;2026-08-07&quot;:8.39},{&quot;2026-08-08&quot;:8.82},{&quot;2026-08-09&quot;:8.91},{&quot;2026-08-10&quot;:8.43},{&quot;2026-08-11&quot;:9.14},{&quot;2026-08-12&quot;:8.84},{&quot;2026-08-13&quot;:9.5},{&quot;2026-08-14&quot;:9.44},{&quot;2026-08-15&quot;:8.38},{&quot;2026-08-16&quot;:9.08},{&quot;2026-08-17&quot;:9.93},{&quot;2026-08-18&quot;:10.08},{&quot;2026-08-19&quot;:9.81},{&quot;2026-08-20&quot;:9.81},{&quot;2026-08-21&quot;:10.53},{&quot;2026-08-22&quot;:9.25},{&quot;2026-08-23&quot;:9.1},{&quot;2026-08-24&quot;:10.41},{&quot;2026-08-25&quot;:11.28},{&quot;2026-08-26&quot;:9.42},{&quot;2026-08-27&quot;:9.63},{&quot;2026-08-28&quot;:9.71},{&quot;2026-08-29&quot;:9.71},{&quot;2026-08-30&quot;:10.11},{&quot;2026-08-31&quot;:10.71},{&quot;2026-09-01&quot;:10.31},{&quot;2026-09-02&quot;:10.44},{&quot;2026-09-03&quot;:10.4},{&quot;2026-09-04&quot;:10.44},{&quot;2026-09-05&quot;:10.56},{&quot;2026-09-06&quot;:10.6},{&quot;2026-09-07&quot;:10.97},{&quot;2026-09-08&quot;:11.07},{&quot;2026-09-09&quot;:11.11},{&quot;2026-09-10&quot;:11.37},{&quot;2026-09-11&quot;:11.47}]}"
        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="12463"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Aesi, Tyrant of Gyre Strait" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d607b003-6b48-429c-a7fd-45b8dd1bb4f9.jpg?1783928734" />

        <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">
            Aesi, Tyrant of Gyre Strait
        </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 — Serpent</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Aesi, Tyrant of Gyre Strait" src="https://cards.scryfall.io/large/front/d/6/d607b003-6b48-429c-a7fd-45b8dd1bb4f9.jpg?1783928734" />
    </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">
                $12.33
              </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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:11.97},{&quot;2026-06-10&quot;:12.74},{&quot;2026-06-11&quot;:12.74},{&quot;2026-06-12&quot;:12.89},{&quot;2026-06-13&quot;:12.85},{&quot;2026-06-14&quot;:12.98},{&quot;2026-06-15&quot;:12.98},{&quot;2026-06-16&quot;:13.03},{&quot;2026-06-17&quot;:13.03},{&quot;2026-06-18&quot;:13.07},{&quot;2026-06-19&quot;:13.07},{&quot;2026-06-20&quot;:13.02},{&quot;2026-06-21&quot;:12.86},{&quot;2026-06-22&quot;:12.85},{&quot;2026-06-24&quot;:12.45},{&quot;2026-06-25&quot;:12.41},{&quot;2026-06-26&quot;:12.18},{&quot;2026-06-27&quot;:11.91},{&quot;2026-06-28&quot;:12.27},{&quot;2026-06-29&quot;:12.27},{&quot;2026-06-30&quot;:12.27},{&quot;2026-07-01&quot;:12.38},{&quot;2026-07-02&quot;:12.33},{&quot;2026-07-03&quot;:12.33},{&quot;2026-07-04&quot;:12.39},{&quot;2026-07-05&quot;:12.41},{&quot;2026-07-06&quot;:12.28},{&quot;2026-07-07&quot;:12.04},{&quot;2026-07-08&quot;:12.17},{&quot;2026-07-09&quot;:12.17},{&quot;2026-07-10&quot;:12.28},{&quot;2026-07-11&quot;:12.28},{&quot;2026-07-12&quot;:12.07},{&quot;2026-07-13&quot;:12.21},{&quot;2026-07-14&quot;:12.21},{&quot;2026-07-15&quot;:12.21},{&quot;2026-07-16&quot;:12.21},{&quot;2026-07-17&quot;:11.79},{&quot;2026-07-18&quot;:11.32},{&quot;2026-07-19&quot;:11.41},{&quot;2026-07-20&quot;:11.54},{&quot;2026-07-21&quot;:11.54},{&quot;2026-07-23&quot;:11.49},{&quot;2026-07-25&quot;:11.58},{&quot;2026-07-26&quot;:11.18},{&quot;2026-07-27&quot;:11.45},{&quot;2026-07-29&quot;:11.24},{&quot;2026-07-30&quot;:11.13},{&quot;2026-07-31&quot;:10.86},{&quot;2026-08-01&quot;:10.91},{&quot;2026-08-02&quot;:11.12},{&quot;2026-08-03&quot;:10.99},{&quot;2026-08-04&quot;:10.97},{&quot;2026-08-05&quot;:10.98},{&quot;2026-08-07&quot;:11.06},{&quot;2026-08-08&quot;:11.01},{&quot;2026-08-09&quot;:11.72},{&quot;2026-08-10&quot;:11.83},{&quot;2026-08-11&quot;:11.95},{&quot;2026-08-12&quot;:11.95},{&quot;2026-08-13&quot;:12.21},{&quot;2026-08-14&quot;:12.21},{&quot;2026-08-15&quot;:12.51},{&quot;2026-08-16&quot;:12.51},{&quot;2026-08-17&quot;:12.71},{&quot;2026-08-18&quot;:12.92},{&quot;2026-08-19&quot;:13.15},{&quot;2026-08-20&quot;:13.15},{&quot;2026-08-21&quot;:13.23},{&quot;2026-08-22&quot;:13.26},{&quot;2026-08-23&quot;:13.27},{&quot;2026-08-24&quot;:13.25},{&quot;2026-08-25&quot;:13.25},{&quot;2026-08-26&quot;:13.07},{&quot;2026-08-27&quot;:12.93},{&quot;2026-08-28&quot;:12.93},{&quot;2026-08-29&quot;:12.93},{&quot;2026-08-30&quot;:12.61},{&quot;2026-08-31&quot;:12.56},{&quot;2026-09-01&quot;:12.56},{&quot;2026-09-02&quot;:12.55},{&quot;2026-09-03&quot;:12.53},{&quot;2026-09-04&quot;:12.53},{&quot;2026-09-05&quot;:12.55},{&quot;2026-09-06&quot;:12.25},{&quot;2026-09-07&quot;:12.36},{&quot;2026-09-08&quot;:12.35},{&quot;2026-09-09&quot;:12.27},{&quot;2026-09-10&quot;:12.27},{&quot;2026-09-11&quot;:12.33}],&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="16268"
  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-voc 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">
            Hollowhenge Overlord
        </span>


      </div>

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

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

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

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

        <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">
            Hollowhenge Overlord
        </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 — Wolf</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hollowhenge Overlord" src="https://cards.scryfall.io/large/front/d/a/dac9c33c-bff1-491a-b369-ad92395283a5.jpg?1783924994" />
    </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.29
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-13&quot;:7.74},{&quot;2026-06-14&quot;:7.66},{&quot;2026-06-15&quot;:7.66},{&quot;2026-06-16&quot;:7.56},{&quot;2026-06-17&quot;:7.41},{&quot;2026-06-18&quot;:7.44},{&quot;2026-06-19&quot;:7.43},{&quot;2026-06-20&quot;:7.5},{&quot;2026-06-21&quot;:7.36},{&quot;2026-06-22&quot;:7.33},{&quot;2026-06-23&quot;:7.54},{&quot;2026-06-24&quot;:7.52},{&quot;2026-06-25&quot;:7.4},{&quot;2026-06-26&quot;:7.63},{&quot;2026-06-27&quot;:7.63},{&quot;2026-06-28&quot;:7.63},{&quot;2026-06-29&quot;:7.44},{&quot;2026-06-30&quot;:7.44},{&quot;2026-07-01&quot;:7.09},{&quot;2026-07-02&quot;:7.19},{&quot;2026-07-03&quot;:7.33},{&quot;2026-07-04&quot;:7.3},{&quot;2026-07-05&quot;:7.53},{&quot;2026-07-06&quot;:7.79},{&quot;2026-07-07&quot;:7.79},{&quot;2026-07-08&quot;:7.73},{&quot;2026-07-09&quot;:7.73},{&quot;2026-07-10&quot;:7.87},{&quot;2026-07-11&quot;:7.81},{&quot;2026-07-12&quot;:8.09},{&quot;2026-07-13&quot;:8.2},{&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.22},{&quot;2026-07-18&quot;:8.23},{&quot;2026-07-19&quot;:8.2},{&quot;2026-07-20&quot;:8.17},{&quot;2026-07-21&quot;:8.17},{&quot;2026-07-22&quot;:8.17},{&quot;2026-07-23&quot;:8.14},{&quot;2026-07-24&quot;:8.16},{&quot;2026-07-25&quot;:8.09},{&quot;2026-07-26&quot;:7.91},{&quot;2026-07-27&quot;:7.77},{&quot;2026-07-28&quot;:7.63},{&quot;2026-07-29&quot;:7.49},{&quot;2026-07-30&quot;:7.31},{&quot;2026-07-31&quot;:7.17},{&quot;2026-08-01&quot;:7.17},{&quot;2026-08-02&quot;:7.18},{&quot;2026-08-03&quot;:7.17},{&quot;2026-08-04&quot;:7.23},{&quot;2026-08-05&quot;:7.24},{&quot;2026-08-07&quot;:7.55},{&quot;2026-08-08&quot;:7.69},{&quot;2026-08-09&quot;:8.18},{&quot;2026-08-10&quot;:8.44},{&quot;2026-08-11&quot;:8.34},{&quot;2026-08-12&quot;:8.43},{&quot;2026-08-13&quot;:8.56},{&quot;2026-08-14&quot;:8.67},{&quot;2026-08-15&quot;:8.56},{&quot;2026-08-16&quot;:8.53},{&quot;2026-08-17&quot;:8.74},{&quot;2026-08-18&quot;:9.06},{&quot;2026-08-19&quot;:9.29},{&quot;2026-08-20&quot;:10.14},{&quot;2026-08-21&quot;:10.05},{&quot;2026-08-22&quot;:10.87},{&quot;2026-08-23&quot;:10.38},{&quot;2026-08-24&quot;:11.31},{&quot;2026-08-25&quot;:11.5},{&quot;2026-08-26&quot;:11.75},{&quot;2026-08-27&quot;:10.94},{&quot;2026-08-28&quot;:10.88},{&quot;2026-08-29&quot;:10.88},{&quot;2026-08-30&quot;:11.08},{&quot;2026-08-31&quot;:10.81},{&quot;2026-09-01&quot;:10.7},{&quot;2026-09-02&quot;:10.43},{&quot;2026-09-03&quot;:11.09},{&quot;2026-09-04&quot;:11.28},{&quot;2026-09-05&quot;:11.18},{&quot;2026-09-06&quot;:11.35},{&quot;2026-09-07&quot;:11.26},{&quot;2026-09-08&quot;:11.57},{&quot;2026-09-09&quot;:12.69},{&quot;2026-09-10&quot;:12.32},{&quot;2026-09-11&quot;:12.29}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74812"
  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-lci 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">
            Gishath, Sun&#39;s Avatar
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Dinosaur Avatar
      </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.29
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Gishath, Sun&#39;s Avatar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/952cef59-bc7a-48e0-b05a-d9bdd6e05927.jpg?1783913696" />

        <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">
            Gishath, Sun&#39;s Avatar
        </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 — Dinosaur Avatar</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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gishath, Sun&#39;s Avatar" src="https://cards.scryfall.io/large/front/9/5/952cef59-bc7a-48e0-b05a-d9bdd6e05927.jpg?1783913696" />
    </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">
                $8.67
              </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">
                $12.29
              </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">$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;:15.89},{&quot;2026-06-14&quot;:15.89},{&quot;2026-06-15&quot;:15.95},{&quot;2026-06-16&quot;:15.95},{&quot;2026-06-17&quot;:15.95},{&quot;2026-06-18&quot;:15.92},{&quot;2026-06-19&quot;:15.92},{&quot;2026-06-20&quot;:15.92},{&quot;2026-06-21&quot;:15.92},{&quot;2026-06-22&quot;:15.95},{&quot;2026-06-23&quot;:15.95},{&quot;2026-06-24&quot;:15.95},{&quot;2026-06-25&quot;:15.95},{&quot;2026-06-26&quot;:15.95},{&quot;2026-06-27&quot;:15.9},{&quot;2026-06-28&quot;:15.9},{&quot;2026-06-29&quot;:15.92},{&quot;2026-06-30&quot;:15.92},{&quot;2026-07-01&quot;:15.91},{&quot;2026-07-02&quot;:15.91},{&quot;2026-07-03&quot;:15.91},{&quot;2026-07-04&quot;:15.91},{&quot;2026-07-05&quot;:15.91},{&quot;2026-07-06&quot;:15.91},{&quot;2026-07-07&quot;:15.91},{&quot;2026-07-08&quot;:15.91},{&quot;2026-07-09&quot;:15.91},{&quot;2026-07-10&quot;:15.91},{&quot;2026-07-11&quot;:15.91},{&quot;2026-07-12&quot;:15.91},{&quot;2026-07-13&quot;:15.91},{&quot;2026-07-14&quot;:15.91},{&quot;2026-07-15&quot;:16.03},{&quot;2026-07-16&quot;:16.03},{&quot;2026-07-17&quot;:16.11},{&quot;2026-07-18&quot;:16.09},{&quot;2026-07-19&quot;:16.29},{&quot;2026-07-20&quot;:16.24},{&quot;2026-07-21&quot;:16.24},{&quot;2026-07-22&quot;:16.24},{&quot;2026-07-23&quot;:16.24},{&quot;2026-07-24&quot;:16.24},{&quot;2026-07-25&quot;:16.34},{&quot;2026-07-26&quot;:16.34},{&quot;2026-07-27&quot;:16.34},{&quot;2026-07-28&quot;:16.06},{&quot;2026-07-29&quot;:16.06},{&quot;2026-07-30&quot;:16.2},{&quot;2026-07-31&quot;:16.2},{&quot;2026-08-01&quot;:16.2},{&quot;2026-08-02&quot;:16.2},{&quot;2026-08-03&quot;:16.2},{&quot;2026-08-04&quot;:16.2},{&quot;2026-08-05&quot;:16.2},{&quot;2026-08-07&quot;:15.73},{&quot;2026-08-08&quot;:15.59},{&quot;2026-08-09&quot;:15.59},{&quot;2026-08-10&quot;:15.28},{&quot;2026-08-11&quot;:14.53},{&quot;2026-08-12&quot;:14.53},{&quot;2026-08-13&quot;:14.53},{&quot;2026-08-14&quot;:14.51},{&quot;2026-08-15&quot;:14.51},{&quot;2026-08-16&quot;:14.51},{&quot;2026-08-17&quot;:14.51},{&quot;2026-08-18&quot;:14.51},{&quot;2026-08-19&quot;:14.58},{&quot;2026-08-20&quot;:14.13},{&quot;2026-08-21&quot;:14.13},{&quot;2026-08-22&quot;:14.13},{&quot;2026-08-23&quot;:13.86},{&quot;2026-08-24&quot;:13.86},{&quot;2026-08-25&quot;:13.86},{&quot;2026-08-26&quot;:13.86},{&quot;2026-08-27&quot;:13.2},{&quot;2026-08-28&quot;:13.2},{&quot;2026-08-29&quot;:13.2},{&quot;2026-08-30&quot;:13.01},{&quot;2026-08-31&quot;:12.79},{&quot;2026-09-01&quot;:12.56},{&quot;2026-09-02&quot;:12.54},{&quot;2026-09-03&quot;:12.54},{&quot;2026-09-04&quot;:12.54},{&quot;2026-09-05&quot;:12.54},{&quot;2026-09-06&quot;:12.54},{&quot;2026-09-07&quot;:12.54},{&quot;2026-09-08&quot;:12.35},{&quot;2026-09-09&quot;:12.45},{&quot;2026-09-10&quot;:12.45},{&quot;2026-09-11&quot;:12.29}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.04},{&quot;2026-06-14&quot;:7.96},{&quot;2026-06-15&quot;:8.01},{&quot;2026-06-16&quot;:8.0},{&quot;2026-06-17&quot;:8.0},{&quot;2026-06-18&quot;:8.14},{&quot;2026-06-19&quot;:7.94},{&quot;2026-06-20&quot;:8.0},{&quot;2026-06-21&quot;:8.32},{&quot;2026-06-22&quot;:8.25},{&quot;2026-06-23&quot;:8.15},{&quot;2026-06-24&quot;:8.15},{&quot;2026-06-25&quot;:8.15},{&quot;2026-06-26&quot;:8.04},{&quot;2026-06-27&quot;:8.07},{&quot;2026-06-28&quot;:8.04},{&quot;2026-06-29&quot;:8.04},{&quot;2026-06-30&quot;:8.04},{&quot;2026-07-01&quot;:7.78},{&quot;2026-07-02&quot;:7.58},{&quot;2026-07-03&quot;:7.72},{&quot;2026-07-04&quot;:7.56},{&quot;2026-07-05&quot;:7.9},{&quot;2026-07-06&quot;:7.73},{&quot;2026-07-07&quot;:8.22},{&quot;2026-07-08&quot;:8.19},{&quot;2026-07-09&quot;:8.29},{&quot;2026-07-10&quot;:8.22},{&quot;2026-07-11&quot;:8.06},{&quot;2026-07-12&quot;:8.02},{&quot;2026-07-13&quot;:8.1},{&quot;2026-07-14&quot;:7.78},{&quot;2026-07-15&quot;:7.86},{&quot;2026-07-16&quot;:8.08},{&quot;2026-07-17&quot;:7.97},{&quot;2026-07-18&quot;:7.79},{&quot;2026-07-19&quot;:7.82},{&quot;2026-07-20&quot;:7.82},{&quot;2026-07-21&quot;:7.87},{&quot;2026-07-22&quot;:7.89},{&quot;2026-07-23&quot;:7.99},{&quot;2026-07-24&quot;:7.99},{&quot;2026-07-25&quot;:8.02},{&quot;2026-07-26&quot;:8.07},{&quot;2026-07-27&quot;:8.03},{&quot;2026-07-28&quot;:8.13},{&quot;2026-07-29&quot;:8.11},{&quot;2026-07-30&quot;:8.11},{&quot;2026-07-31&quot;:7.96},{&quot;2026-08-01&quot;:7.98},{&quot;2026-08-02&quot;:7.8},{&quot;2026-08-03&quot;:7.81},{&quot;2026-08-04&quot;:7.94},{&quot;2026-08-05&quot;:8.21},{&quot;2026-08-07&quot;:8.17},{&quot;2026-08-08&quot;:8.17},{&quot;2026-08-09&quot;:8.17},{&quot;2026-08-10&quot;:8.3},{&quot;2026-08-11&quot;:8.3},{&quot;2026-08-12&quot;:8.31},{&quot;2026-08-13&quot;:8.3},{&quot;2026-08-14&quot;:8.43},{&quot;2026-08-15&quot;:8.43},{&quot;2026-08-16&quot;:8.5},{&quot;2026-08-17&quot;:8.52},{&quot;2026-08-18&quot;:8.73},{&quot;2026-08-19&quot;:8.86},{&quot;2026-08-20&quot;:8.84},{&quot;2026-08-21&quot;:9.01},{&quot;2026-08-22&quot;:9.01},{&quot;2026-08-23&quot;:9.04},{&quot;2026-08-24&quot;:9.04},{&quot;2026-08-25&quot;:9.04},{&quot;2026-08-26&quot;:8.74},{&quot;2026-08-27&quot;:8.74},{&quot;2026-08-28&quot;:8.68},{&quot;2026-08-29&quot;:8.68},{&quot;2026-08-30&quot;:8.58},{&quot;2026-08-31&quot;:8.66},{&quot;2026-09-01&quot;:8.66},{&quot;2026-09-02&quot;:8.66},{&quot;2026-09-03&quot;:8.69},{&quot;2026-09-04&quot;:8.82},{&quot;2026-09-05&quot;:9.03},{&quot;2026-09-06&quot;:9.03},{&quot;2026-09-07&quot;:8.86},{&quot;2026-09-08&quot;:8.92},{&quot;2026-09-09&quot;:8.92},{&quot;2026-09-10&quot;:8.55},{&quot;2026-09-11&quot;:8.67}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18990"
  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-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $12.27
          </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/8/2/82ef6d6c-db50-4d24-8ebd-311613ddef06.jpg?1783918366" />

        <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/8/2/82ef6d6c-db50-4d24-8ebd-311613ddef06.jpg?1783918366" />
    </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.27
              </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">
                $31.58
              </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-12&quot;:25.6},{&quot;2026-06-13&quot;:25.6},{&quot;2026-06-14&quot;:25.6},{&quot;2026-06-15&quot;:25.6},{&quot;2026-06-16&quot;:25.6},{&quot;2026-06-17&quot;:25.6},{&quot;2026-06-18&quot;:26.18},{&quot;2026-06-19&quot;:27.04},{&quot;2026-06-20&quot;:27.04},{&quot;2026-06-21&quot;:27.04},{&quot;2026-06-22&quot;:27.52},{&quot;2026-06-23&quot;:27.52},{&quot;2026-06-24&quot;:27.52},{&quot;2026-06-25&quot;:27.52},{&quot;2026-06-26&quot;:27.96},{&quot;2026-06-27&quot;:28.35},{&quot;2026-06-28&quot;:28.35},{&quot;2026-06-29&quot;:28.35},{&quot;2026-06-30&quot;:28.35},{&quot;2026-07-01&quot;:28.68},{&quot;2026-07-02&quot;:28.68},{&quot;2026-07-03&quot;:28.68},{&quot;2026-07-04&quot;:29.32},{&quot;2026-07-05&quot;:29.32},{&quot;2026-07-06&quot;:30.2},{&quot;2026-07-07&quot;:30.51},{&quot;2026-07-08&quot;:30.51},{&quot;2026-07-09&quot;:30.51},{&quot;2026-07-10&quot;:30.51},{&quot;2026-07-11&quot;:30.51},{&quot;2026-07-12&quot;:30.51},{&quot;2026-07-13&quot;:30.51},{&quot;2026-07-14&quot;:30.51},{&quot;2026-07-15&quot;:30.51},{&quot;2026-07-16&quot;:30.51},{&quot;2026-07-17&quot;:30.51},{&quot;2026-07-18&quot;:30.51},{&quot;2026-07-19&quot;:30.51},{&quot;2026-07-20&quot;:31.84},{&quot;2026-07-21&quot;:32.3},{&quot;2026-07-23&quot;:32.3},{&quot;2026-07-24&quot;:32.3},{&quot;2026-07-25&quot;:32.3},{&quot;2026-07-26&quot;:32.3},{&quot;2026-07-27&quot;:32.3},{&quot;2026-07-28&quot;:31.87},{&quot;2026-07-29&quot;:31.98},{&quot;2026-07-30&quot;:31.98},{&quot;2026-07-31&quot;:31.97},{&quot;2026-08-01&quot;:31.97},{&quot;2026-08-02&quot;:31.97},{&quot;2026-08-03&quot;:31.97},{&quot;2026-08-04&quot;:31.94},{&quot;2026-08-05&quot;:31.94},{&quot;2026-08-07&quot;:31.29},{&quot;2026-08-08&quot;:31.29},{&quot;2026-08-09&quot;:31.29},{&quot;2026-08-10&quot;:31.29},{&quot;2026-08-11&quot;:31.61},{&quot;2026-08-12&quot;:31.61},{&quot;2026-08-13&quot;:31.61},{&quot;2026-08-14&quot;:31.61},{&quot;2026-08-15&quot;:31.61},{&quot;2026-08-16&quot;:31.61},{&quot;2026-08-17&quot;:31.61},{&quot;2026-08-18&quot;:31.61},{&quot;2026-08-19&quot;:31.61},{&quot;2026-08-20&quot;:31.61},{&quot;2026-08-21&quot;:31.6},{&quot;2026-08-22&quot;:31.6},{&quot;2026-08-23&quot;:31.6},{&quot;2026-08-24&quot;:31.6},{&quot;2026-08-25&quot;:31.64},{&quot;2026-08-26&quot;:31.64},{&quot;2026-08-27&quot;:31.64},{&quot;2026-08-28&quot;:31.64},{&quot;2026-08-29&quot;:31.64},{&quot;2026-08-30&quot;:31.64},{&quot;2026-08-31&quot;:31.64},{&quot;2026-09-01&quot;:31.64},{&quot;2026-09-02&quot;:31.64},{&quot;2026-09-03&quot;:31.64},{&quot;2026-09-04&quot;:31.64},{&quot;2026-09-05&quot;:31.64},{&quot;2026-09-06&quot;:31.64},{&quot;2026-09-07&quot;:31.64},{&quot;2026-09-08&quot;:31.58},{&quot;2026-09-09&quot;:31.58},{&quot;2026-09-10&quot;:31.58},{&quot;2026-09-11&quot;:31.58}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:12.61},{&quot;2026-06-13&quot;:12.54},{&quot;2026-06-14&quot;:12.54},{&quot;2026-06-15&quot;:12.59},{&quot;2026-06-16&quot;:12.6},{&quot;2026-06-17&quot;:12.66},{&quot;2026-06-18&quot;:12.66},{&quot;2026-06-19&quot;:12.66},{&quot;2026-06-20&quot;:12.78},{&quot;2026-06-21&quot;:12.64},{&quot;2026-06-22&quot;:12.64},{&quot;2026-06-23&quot;:12.64},{&quot;2026-06-24&quot;:12.64},{&quot;2026-06-25&quot;:12.68},{&quot;2026-06-26&quot;:12.68},{&quot;2026-06-27&quot;:12.83},{&quot;2026-06-28&quot;:12.83},{&quot;2026-06-29&quot;:12.83},{&quot;2026-06-30&quot;:12.75},{&quot;2026-07-01&quot;:12.75},{&quot;2026-07-02&quot;:12.75},{&quot;2026-07-03&quot;:12.67},{&quot;2026-07-04&quot;:12.67},{&quot;2026-07-05&quot;:12.63},{&quot;2026-07-06&quot;:12.63},{&quot;2026-07-07&quot;:12.63},{&quot;2026-07-08&quot;:12.63},{&quot;2026-07-09&quot;:12.67},{&quot;2026-07-10&quot;:12.67},{&quot;2026-07-11&quot;:12.67},{&quot;2026-07-12&quot;:12.67},{&quot;2026-07-13&quot;:12.67},{&quot;2026-07-14&quot;:12.67},{&quot;2026-07-15&quot;:12.58},{&quot;2026-07-16&quot;:12.58},{&quot;2026-07-17&quot;:12.57},{&quot;2026-07-18&quot;:12.57},{&quot;2026-07-19&quot;:12.57},{&quot;2026-07-20&quot;:12.57},{&quot;2026-07-21&quot;:12.57},{&quot;2026-07-23&quot;:12.5},{&quot;2026-07-24&quot;:12.28},{&quot;2026-07-25&quot;:12.2},{&quot;2026-07-26&quot;:12.12},{&quot;2026-07-27&quot;:12.08},{&quot;2026-07-28&quot;:11.87},{&quot;2026-07-29&quot;:11.87},{&quot;2026-07-30&quot;:11.87},{&quot;2026-07-31&quot;:11.56},{&quot;2026-08-01&quot;:11.56},{&quot;2026-08-02&quot;:11.53},{&quot;2026-08-03&quot;:11.48},{&quot;2026-08-04&quot;:11.49},{&quot;2026-08-05&quot;:11.51},{&quot;2026-08-07&quot;:11.53},{&quot;2026-08-08&quot;:11.58},{&quot;2026-08-09&quot;:11.58},{&quot;2026-08-10&quot;:11.58},{&quot;2026-08-11&quot;:11.64},{&quot;2026-08-12&quot;:11.71},{&quot;2026-08-13&quot;:12.09},{&quot;2026-08-14&quot;:12.09},{&quot;2026-08-15&quot;:12.13},{&quot;2026-08-16&quot;:12.13},{&quot;2026-08-17&quot;:12.13},{&quot;2026-08-18&quot;:12.13},{&quot;2026-08-19&quot;:12.13},{&quot;2026-08-20&quot;:12.13},{&quot;2026-08-21&quot;:12.13},{&quot;2026-08-22&quot;:12.3},{&quot;2026-08-23&quot;:12.3},{&quot;2026-08-24&quot;:12.19},{&quot;2026-08-25&quot;:12.16},{&quot;2026-08-26&quot;:12.3},{&quot;2026-08-27&quot;:12.3},{&quot;2026-08-28&quot;:12.3},{&quot;2026-08-29&quot;:12.3},{&quot;2026-08-30&quot;:12.31},{&quot;2026-08-31&quot;:12.36},{&quot;2026-09-01&quot;:12.45},{&quot;2026-09-02&quot;:12.45},{&quot;2026-09-03&quot;:12.45},{&quot;2026-09-04&quot;:12.36},{&quot;2026-09-05&quot;:12.36},{&quot;2026-09-06&quot;:12.34},{&quot;2026-09-07&quot;:12.27},{&quot;2026-09-08&quot;:12.27},{&quot;2026-09-09&quot;:12.27},{&quot;2026-09-10&quot;:12.27},{&quot;2026-09-11&quot;:12.27}]}"
        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="73685"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $12.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="Flowering of the White Tree" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/2/2203b2cd-48e5-471a-85fe-dc81012e5d61.jpg?1783916332" />

        <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">
            Flowering of the White Tree
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Flowering of the White Tree" src="https://cards.scryfall.io/large/front/2/2/2203b2cd-48e5-471a-85fe-dc81012e5d61.jpg?1783916332" />
    </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.24
              </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.75
              </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">$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-10&quot;:10.94},{&quot;2026-06-11&quot;:10.94},{&quot;2026-06-12&quot;:10.94},{&quot;2026-06-13&quot;:10.92},{&quot;2026-06-14&quot;:10.92},{&quot;2026-06-15&quot;:11.14},{&quot;2026-06-16&quot;:11.38},{&quot;2026-06-17&quot;:11.38},{&quot;2026-06-18&quot;:11.18},{&quot;2026-06-19&quot;:11.32},{&quot;2026-06-20&quot;:11.12},{&quot;2026-06-21&quot;:11.56},{&quot;2026-06-22&quot;:11.52},{&quot;2026-06-23&quot;:11.52},{&quot;2026-06-24&quot;:11.52},{&quot;2026-06-25&quot;:11.52},{&quot;2026-06-26&quot;:11.28},{&quot;2026-06-27&quot;:11.36},{&quot;2026-06-28&quot;:11.36},{&quot;2026-06-29&quot;:11.36},{&quot;2026-06-30&quot;:11.2},{&quot;2026-07-01&quot;:11.07},{&quot;2026-07-02&quot;:11.12},{&quot;2026-07-03&quot;:11.12},{&quot;2026-07-04&quot;:11.12},{&quot;2026-07-05&quot;:10.94},{&quot;2026-07-06&quot;:10.94},{&quot;2026-07-07&quot;:11.18},{&quot;2026-07-08&quot;:11.18},{&quot;2026-07-09&quot;:10.73},{&quot;2026-07-10&quot;:10.68},{&quot;2026-07-11&quot;:10.9},{&quot;2026-07-12&quot;:10.9},{&quot;2026-07-13&quot;:10.95},{&quot;2026-07-14&quot;:11.03},{&quot;2026-07-15&quot;:11.03},{&quot;2026-07-16&quot;:10.88},{&quot;2026-07-17&quot;:10.88},{&quot;2026-07-18&quot;:10.88},{&quot;2026-07-19&quot;:11.04},{&quot;2026-07-20&quot;:11.04},{&quot;2026-07-21&quot;:11.04},{&quot;2026-07-23&quot;:11.16},{&quot;2026-07-25&quot;:11.25},{&quot;2026-07-26&quot;:11.39},{&quot;2026-07-27&quot;:11.28},{&quot;2026-07-29&quot;:11.36},{&quot;2026-07-30&quot;:11.23},{&quot;2026-07-31&quot;:11.41},{&quot;2026-08-01&quot;:11.56},{&quot;2026-08-02&quot;:11.56},{&quot;2026-08-03&quot;:11.73},{&quot;2026-08-04&quot;:11.73},{&quot;2026-08-05&quot;:11.73},{&quot;2026-08-07&quot;:11.88},{&quot;2026-08-08&quot;:11.92},{&quot;2026-08-09&quot;:11.95},{&quot;2026-08-10&quot;:12.03},{&quot;2026-08-11&quot;:12.01},{&quot;2026-08-12&quot;:11.84},{&quot;2026-08-13&quot;:11.7},{&quot;2026-08-14&quot;:11.7},{&quot;2026-08-15&quot;:11.71},{&quot;2026-08-16&quot;:11.71},{&quot;2026-08-17&quot;:11.6},{&quot;2026-08-18&quot;:11.6},{&quot;2026-08-19&quot;:11.6},{&quot;2026-08-20&quot;:11.6},{&quot;2026-08-21&quot;:11.56},{&quot;2026-08-22&quot;:11.52},{&quot;2026-08-23&quot;:11.52},{&quot;2026-08-24&quot;:11.63},{&quot;2026-08-25&quot;:11.63},{&quot;2026-08-26&quot;:11.95},{&quot;2026-08-27&quot;:11.95},{&quot;2026-08-28&quot;:12.17},{&quot;2026-08-29&quot;:12.17},{&quot;2026-08-30&quot;:11.85},{&quot;2026-08-31&quot;:11.81},{&quot;2026-09-01&quot;:11.81},{&quot;2026-09-02&quot;:11.81},{&quot;2026-09-03&quot;:11.91},{&quot;2026-09-04&quot;:11.91},{&quot;2026-09-05&quot;:12.03},{&quot;2026-09-06&quot;:12.03},{&quot;2026-09-07&quot;:11.87},{&quot;2026-09-08&quot;:11.8},{&quot;2026-09-09&quot;:11.75},{&quot;2026-09-10&quot;:11.75},{&quot;2026-09-11&quot;:11.75}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.96},{&quot;2026-06-11&quot;:9.43},{&quot;2026-06-12&quot;:9.2},{&quot;2026-06-13&quot;:9.64},{&quot;2026-06-14&quot;:9.74},{&quot;2026-06-15&quot;:9.84},{&quot;2026-06-16&quot;:9.99},{&quot;2026-06-17&quot;:9.93},{&quot;2026-06-18&quot;:9.93},{&quot;2026-06-19&quot;:9.94},{&quot;2026-06-20&quot;:10.04},{&quot;2026-06-21&quot;:9.99},{&quot;2026-06-22&quot;:10.27},{&quot;2026-06-23&quot;:9.92},{&quot;2026-06-24&quot;:9.81},{&quot;2026-06-25&quot;:9.87},{&quot;2026-06-26&quot;:9.77},{&quot;2026-06-27&quot;:10.5},{&quot;2026-06-28&quot;:10.31},{&quot;2026-06-29&quot;:10.1},{&quot;2026-06-30&quot;:10.93},{&quot;2026-07-01&quot;:10.98},{&quot;2026-07-02&quot;:10.95},{&quot;2026-07-03&quot;:10.44},{&quot;2026-07-04&quot;:10.46},{&quot;2026-07-05&quot;:10.32},{&quot;2026-07-06&quot;:10.46},{&quot;2026-07-07&quot;:10.35},{&quot;2026-07-08&quot;:10.2},{&quot;2026-07-09&quot;:9.79},{&quot;2026-07-10&quot;:9.96},{&quot;2026-07-11&quot;:10.02},{&quot;2026-07-12&quot;:9.98},{&quot;2026-07-13&quot;:10.01},{&quot;2026-07-14&quot;:10.02},{&quot;2026-07-15&quot;:10.11},{&quot;2026-07-16&quot;:10.39},{&quot;2026-07-17&quot;:10.65},{&quot;2026-07-18&quot;:10.87},{&quot;2026-07-19&quot;:11.0},{&quot;2026-07-20&quot;:11.06},{&quot;2026-07-21&quot;:11.07},{&quot;2026-07-23&quot;:11.03},{&quot;2026-07-25&quot;:10.21},{&quot;2026-07-26&quot;:10.13},{&quot;2026-07-27&quot;:10.58},{&quot;2026-07-29&quot;:10.8},{&quot;2026-07-30&quot;:10.97},{&quot;2026-07-31&quot;:10.78},{&quot;2026-08-01&quot;:10.87},{&quot;2026-08-02&quot;:10.81},{&quot;2026-08-03&quot;:10.51},{&quot;2026-08-04&quot;:10.54},{&quot;2026-08-05&quot;:10.97},{&quot;2026-08-07&quot;:10.58},{&quot;2026-08-08&quot;:10.44},{&quot;2026-08-09&quot;:10.21},{&quot;2026-08-10&quot;:10.46},{&quot;2026-08-11&quot;:10.52},{&quot;2026-08-12&quot;:10.72},{&quot;2026-08-13&quot;:11.66},{&quot;2026-08-14&quot;:11.46},{&quot;2026-08-15&quot;:10.68},{&quot;2026-08-16&quot;:10.1},{&quot;2026-08-17&quot;:10.84},{&quot;2026-08-18&quot;:11.08},{&quot;2026-08-19&quot;:11.72},{&quot;2026-08-20&quot;:11.72},{&quot;2026-08-21&quot;:11.8},{&quot;2026-08-22&quot;:11.39},{&quot;2026-08-23&quot;:11.38},{&quot;2026-08-24&quot;:11.55},{&quot;2026-08-25&quot;:11.55},{&quot;2026-08-26&quot;:12.01},{&quot;2026-08-27&quot;:11.66},{&quot;2026-08-28&quot;:11.74},{&quot;2026-08-29&quot;:11.74},{&quot;2026-08-30&quot;:11.91},{&quot;2026-08-31&quot;:12.94},{&quot;2026-09-01&quot;:12.94},{&quot;2026-09-02&quot;:12.13},{&quot;2026-09-03&quot;:11.69},{&quot;2026-09-04&quot;:11.92},{&quot;2026-09-05&quot;:11.48},{&quot;2026-09-06&quot;:11.31},{&quot;2026-09-07&quot;:11.34},{&quot;2026-09-08&quot;:11.51},{&quot;2026-09-09&quot;:11.86},{&quot;2026-09-10&quot;:12.16},{&quot;2026-09-11&quot;:12.24}]}"
        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 301-350 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=6&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=6&amp;username=denvermullets" rel="prev">6</a><a role="link" aria-disabled="true" aria-current="page">7</a><a href="/load_collection?direction=asc&amp;page=8&amp;username=denvermullets" rel="next">8</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=8&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="14157"
          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">
              715
            </td>

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


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-mythic ss-fw ss-2x mr-4"></i>
              Jin-Gitaxias // The Great Synthesis


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90978"
          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">
              189
            </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">
                  $13.83

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5696"
          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-blb ss-rare ss-fw ss-2x mr-4"></i>
              Dawn&#39;s Truce


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

                </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="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.16
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

                    <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="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

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

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

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


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

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

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

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

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

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

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

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

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmc ss-mythic ss-fw ss-2x mr-4"></i>
              Dihada, Binder of Wills


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Forest Plains Island
            </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">
                  $13.33

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57308"
          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">
              46
            </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>
              Norn&#39;s Choirmaster


            </td>

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

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

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

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-mythic ss-fw ss-2x mr-4"></i>
              Jin-Gitaxias, Core Augur


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49195"
          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-mh2 ss-mythic ss-fw ss-2x mr-4"></i>
              Chatterfang, Squirrel General


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57536"
          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">
              195
            </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>
              Zopandrel, Hunger Dominus


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13754"
          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">
              646
            </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>
              Captain N&#39;ghathrod


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13924"
          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">
              702
            </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>
              Mother of Runes


            </td>

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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74089"
          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-ltr ss-rare ss-fw ss-2x mr-4"></i>
              There and Back Again


            </td>

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

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

                </div>
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x mr-4"></i>
              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">
                  $12.83

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19992"
          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">
              10
            </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>
              Boon Reflection


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95607"
          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">
              469
            </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>
              Bartz and Boko


            </td>

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x mr-4"></i>
              Irenicus&#39;s Vile Duplication


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95134"
          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">
              253
            </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-mythic ss-fw ss-2x mr-4"></i>
              Aettir and Priwen


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87145"
          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">
              5DN-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Blasting Station


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49280"
          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">
              197
            </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>
              Eladamri&#39;s Call


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28392"
          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">
              25
            </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>
              Grim Hireling


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-mythic ss-fw ss-2x mr-4"></i>
              Aesi, Tyrant of Gyre Strait


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-mythic ss-fw ss-2x mr-4"></i>
              Gishath, Sun&#39;s Avatar


            </td>

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

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

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

                    <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="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.93
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18990"
          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">
              336
            </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">
                  $12.27

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Flowering of the White Tree


            </td>

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

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="73685"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73685" src="/boxset_card/73685?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 301-350 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=6&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=6&amp;username=denvermullets" rel="prev">6</a><a role="link" aria-disabled="true" aria-current="page">7</a><a href="/load_collection?direction=asc&amp;page=8&amp;username=denvermullets" rel="next">8</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=8&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>