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

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Elvish Mystic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/8/880468be-3f4d-4dbf-92e7-cf212da7f718.jpg?1783915922" />

        <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">
            Elvish Mystic
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Elvish Mystic" src="https://cards.scryfall.io/large/front/8/8/880468be-3f4d-4dbf-92e7-cf212da7f718.jpg?1783915922" />
    </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">
                $1.59
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.5},{&quot;2026-06-16&quot;:0.51},{&quot;2026-06-17&quot;:0.53},{&quot;2026-06-18&quot;:0.53},{&quot;2026-06-19&quot;:0.54},{&quot;2026-06-20&quot;:0.54},{&quot;2026-06-21&quot;:0.56},{&quot;2026-06-22&quot;:0.59},{&quot;2026-06-23&quot;:0.61},{&quot;2026-06-24&quot;:0.67},{&quot;2026-06-25&quot;:0.69},{&quot;2026-06-26&quot;:0.7},{&quot;2026-06-27&quot;:0.73},{&quot;2026-06-28&quot;:0.73},{&quot;2026-06-29&quot;:0.75},{&quot;2026-06-30&quot;:0.79},{&quot;2026-07-01&quot;:0.77},{&quot;2026-07-02&quot;:0.75},{&quot;2026-07-03&quot;:0.78},{&quot;2026-07-04&quot;:0.78},{&quot;2026-07-05&quot;:0.82},{&quot;2026-07-06&quot;:0.9},{&quot;2026-07-07&quot;:0.93},{&quot;2026-07-08&quot;:0.93},{&quot;2026-07-09&quot;:0.96},{&quot;2026-07-10&quot;:1.04},{&quot;2026-07-11&quot;:1.1},{&quot;2026-07-12&quot;:1.15},{&quot;2026-07-13&quot;:1.16},{&quot;2026-07-14&quot;:1.12},{&quot;2026-07-15&quot;:1.17},{&quot;2026-07-16&quot;:1.15},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.23},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-22&quot;:1.67},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-24&quot;:1.45},{&quot;2026-07-25&quot;:1.48},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.25},{&quot;2026-07-28&quot;:1.18},{&quot;2026-07-29&quot;:1.21},{&quot;2026-07-30&quot;:1.12},{&quot;2026-07-31&quot;:1.22},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.41},{&quot;2026-08-03&quot;:1.62},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:0.98},{&quot;2026-08-09&quot;:1.11},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.48},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.55},{&quot;2026-08-15&quot;:1.49},{&quot;2026-08-16&quot;:1.19},{&quot;2026-08-17&quot;:1.08},{&quot;2026-08-18&quot;:1.19},{&quot;2026-08-19&quot;:1.04},{&quot;2026-08-20&quot;:1.19},{&quot;2026-08-21&quot;:1.26},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.27},{&quot;2026-08-24&quot;:1.72},{&quot;2026-08-25&quot;:1.72},{&quot;2026-08-26&quot;:1.34},{&quot;2026-08-27&quot;:0.98},{&quot;2026-08-28&quot;:0.97},{&quot;2026-08-29&quot;:0.97},{&quot;2026-08-30&quot;:1.09},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.24},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.45},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.2},{&quot;2026-09-07&quot;:1.19},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.33},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.57},{&quot;2026-09-12&quot;:1.59},{&quot;2026-09-13&quot;:1.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="79094"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Slaughter Pact" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/81e00341-030f-433e-b22b-aca42e0a88d2.jpg?1783927810" />

        <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">
            Slaughter Pact
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Slaughter Pact" src="https://cards.scryfall.io/large/front/8/1/81e00341-030f-433e-b22b-aca42e0a88d2.jpg?1783927810" />
    </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">
                $1.59
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.87},{&quot;2026-06-12&quot;:3.87},{&quot;2026-06-13&quot;:3.87},{&quot;2026-06-14&quot;:3.87},{&quot;2026-06-15&quot;:3.87},{&quot;2026-06-16&quot;:3.87},{&quot;2026-06-17&quot;:3.87},{&quot;2026-06-18&quot;:3.87},{&quot;2026-06-19&quot;:3.87},{&quot;2026-06-20&quot;:3.87},{&quot;2026-06-21&quot;:3.87},{&quot;2026-06-22&quot;:3.87},{&quot;2026-06-24&quot;:3.87},{&quot;2026-06-25&quot;:3.87},{&quot;2026-06-26&quot;:3.87},{&quot;2026-06-27&quot;:3.87},{&quot;2026-06-28&quot;:3.87},{&quot;2026-06-29&quot;:3.87},{&quot;2026-06-30&quot;:3.87},{&quot;2026-07-01&quot;:3.87},{&quot;2026-07-02&quot;:3.87},{&quot;2026-07-03&quot;:3.96},{&quot;2026-07-04&quot;:3.96},{&quot;2026-07-05&quot;:3.96},{&quot;2026-07-06&quot;:3.96},{&quot;2026-07-07&quot;:3.96},{&quot;2026-07-08&quot;:3.96},{&quot;2026-07-09&quot;:3.96},{&quot;2026-07-10&quot;:3.96},{&quot;2026-07-11&quot;:3.96},{&quot;2026-07-12&quot;:4.01},{&quot;2026-07-13&quot;:4.01},{&quot;2026-07-14&quot;:4.01},{&quot;2026-07-15&quot;:4.05},{&quot;2026-07-16&quot;:4.05},{&quot;2026-07-17&quot;:4.05},{&quot;2026-07-18&quot;:4.05},{&quot;2026-07-19&quot;:4.05},{&quot;2026-07-20&quot;:4.05},{&quot;2026-07-21&quot;:4.05},{&quot;2026-07-23&quot;:4.05},{&quot;2026-07-25&quot;:4.05},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:4.03},{&quot;2026-07-29&quot;:4.09},{&quot;2026-07-30&quot;:4.09},{&quot;2026-07-31&quot;:4.09},{&quot;2026-08-01&quot;:4.09},{&quot;2026-08-02&quot;:4.09},{&quot;2026-08-03&quot;:4.09},{&quot;2026-08-04&quot;:4.13},{&quot;2026-08-05&quot;:4.13},{&quot;2026-08-07&quot;:4.13},{&quot;2026-08-08&quot;:4.13},{&quot;2026-08-09&quot;:4.13},{&quot;2026-08-10&quot;:4.13},{&quot;2026-08-11&quot;:4.13},{&quot;2026-08-12&quot;:4.13},{&quot;2026-08-13&quot;:4.24},{&quot;2026-08-14&quot;:4.24},{&quot;2026-08-15&quot;:4.24},{&quot;2026-08-16&quot;:4.21},{&quot;2026-08-17&quot;:4.21},{&quot;2026-08-18&quot;:4.21},{&quot;2026-08-19&quot;:4.21},{&quot;2026-08-20&quot;:4.21},{&quot;2026-08-21&quot;:4.21},{&quot;2026-08-22&quot;:4.21},{&quot;2026-08-23&quot;:4.26},{&quot;2026-08-24&quot;:4.22},{&quot;2026-08-25&quot;:4.22},{&quot;2026-08-26&quot;:4.22},{&quot;2026-08-27&quot;:4.22},{&quot;2026-08-28&quot;:4.22},{&quot;2026-08-29&quot;:4.22},{&quot;2026-08-30&quot;:4.22},{&quot;2026-08-31&quot;:4.22},{&quot;2026-09-01&quot;:4.22},{&quot;2026-09-02&quot;:4.22},{&quot;2026-09-03&quot;:4.22},{&quot;2026-09-04&quot;:4.22},{&quot;2026-09-05&quot;:4.27},{&quot;2026-09-06&quot;:4.27},{&quot;2026-09-07&quot;:4.26},{&quot;2026-09-08&quot;:4.26},{&quot;2026-09-09&quot;:4.26},{&quot;2026-09-10&quot;:4.26},{&quot;2026-09-11&quot;:4.26},{&quot;2026-09-12&quot;:4.26},{&quot;2026-09-13&quot;:4.26}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.2},{&quot;2026-06-12&quot;:1.21},{&quot;2026-06-13&quot;:1.25},{&quot;2026-06-14&quot;:1.32},{&quot;2026-06-15&quot;:1.33},{&quot;2026-06-16&quot;:1.37},{&quot;2026-06-17&quot;:1.38},{&quot;2026-06-18&quot;:1.4},{&quot;2026-06-19&quot;:1.44},{&quot;2026-06-20&quot;:1.45},{&quot;2026-06-21&quot;:1.49},{&quot;2026-06-22&quot;:1.49},{&quot;2026-06-24&quot;:1.49},{&quot;2026-06-25&quot;:1.52},{&quot;2026-06-26&quot;:1.55},{&quot;2026-06-27&quot;:1.55},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.57},{&quot;2026-06-30&quot;:1.57},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.55},{&quot;2026-07-03&quot;:1.61},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.56},{&quot;2026-07-08&quot;:1.57},{&quot;2026-07-09&quot;:1.59},{&quot;2026-07-10&quot;:1.6},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.6},{&quot;2026-07-14&quot;:1.51},{&quot;2026-07-15&quot;:1.47},{&quot;2026-07-16&quot;:1.47},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-25&quot;:1.53},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.52},{&quot;2026-07-29&quot;:1.57},{&quot;2026-07-30&quot;:1.57},{&quot;2026-07-31&quot;:1.57},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.57},{&quot;2026-08-03&quot;:1.5},{&quot;2026-08-04&quot;:1.48},{&quot;2026-08-05&quot;:1.48},{&quot;2026-08-07&quot;:1.48},{&quot;2026-08-08&quot;:1.47},{&quot;2026-08-09&quot;:1.47},{&quot;2026-08-10&quot;:1.49},{&quot;2026-08-11&quot;:1.54},{&quot;2026-08-12&quot;:1.43},{&quot;2026-08-13&quot;:1.44},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.41},{&quot;2026-08-16&quot;:1.4},{&quot;2026-08-17&quot;:1.4},{&quot;2026-08-18&quot;:1.35},{&quot;2026-08-19&quot;:1.35},{&quot;2026-08-20&quot;:1.35},{&quot;2026-08-21&quot;:1.34},{&quot;2026-08-22&quot;:1.34},{&quot;2026-08-23&quot;:1.28},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.16},{&quot;2026-08-27&quot;:1.16},{&quot;2026-08-28&quot;:1.15},{&quot;2026-08-29&quot;:1.15},{&quot;2026-08-30&quot;:1.15},{&quot;2026-08-31&quot;:1.13},{&quot;2026-09-01&quot;:1.13},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.14},{&quot;2026-09-04&quot;:1.14},{&quot;2026-09-05&quot;:1.13},{&quot;2026-09-06&quot;:1.2},{&quot;2026-09-07&quot;:1.23},{&quot;2026-09-08&quot;:1.24},{&quot;2026-09-09&quot;:1.23},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.43},{&quot;2026-09-12&quot;:1.58},{&quot;2026-09-13&quot;:1.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="87071"
  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">
            Kor Spiritdancer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Kor Spiritdancer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8ca4e4d4-84b0-4a38-ad48-4a963c977471.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">
            Kor Spiritdancer
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kor Spiritdancer" src="https://cards.scryfall.io/large/front/8/c/8ca4e4d4-84b0-4a38-ad48-4a963c977471.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">
                $1.59
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.09},{&quot;2026-06-17&quot;:2.15},{&quot;2026-06-18&quot;:2.15},{&quot;2026-06-19&quot;:2.31},{&quot;2026-06-20&quot;:2.27},{&quot;2026-06-21&quot;:2.27},{&quot;2026-06-22&quot;:2.27},{&quot;2026-06-23&quot;:2.38},{&quot;2026-06-24&quot;:2.38},{&quot;2026-06-25&quot;:2.41},{&quot;2026-06-26&quot;:2.39},{&quot;2026-06-27&quot;:2.39},{&quot;2026-06-28&quot;:2.39},{&quot;2026-06-29&quot;:2.29},{&quot;2026-06-30&quot;:2.29},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:2.02},{&quot;2026-07-06&quot;:2.02},{&quot;2026-07-07&quot;:2.09},{&quot;2026-07-08&quot;:2.09},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.09},{&quot;2026-07-13&quot;:2.09},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:1.99},{&quot;2026-07-16&quot;:2.03},{&quot;2026-07-17&quot;:2.04},{&quot;2026-07-18&quot;:2.04},{&quot;2026-07-19&quot;:1.95},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-22&quot;:1.86},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-24&quot;:1.81},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.79},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-28&quot;:1.71},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.75},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.72},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.67},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.67},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.56},{&quot;2026-08-13&quot;:1.63},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.63},{&quot;2026-08-16&quot;:1.63},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.6},{&quot;2026-08-20&quot;:1.6},{&quot;2026-08-21&quot;:1.5},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.4},{&quot;2026-08-24&quot;:1.44},{&quot;2026-08-25&quot;:1.42},{&quot;2026-08-26&quot;:1.42},{&quot;2026-08-27&quot;:1.44},{&quot;2026-08-28&quot;:1.43},{&quot;2026-08-29&quot;:1.43},{&quot;2026-08-30&quot;:1.44},{&quot;2026-08-31&quot;:1.48},{&quot;2026-09-01&quot;:1.53},{&quot;2026-09-02&quot;:1.53},{&quot;2026-09-03&quot;:1.52},{&quot;2026-09-04&quot;:1.52},{&quot;2026-09-05&quot;:1.52},{&quot;2026-09-06&quot;:1.52},{&quot;2026-09-07&quot;:1.49},{&quot;2026-09-08&quot;:1.49},{&quot;2026-09-09&quot;:1.59},{&quot;2026-09-10&quot;:1.59},{&quot;2026-09-11&quot;:1.59},{&quot;2026-09-12&quot;:1.59},{&quot;2026-09-13&quot;:1.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="96580"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Tannuk, Steadfast Second" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/4/44607ed3-9523-40ac-9f61-0edd011cf762.jpg?1783905946" />

        <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">
            Tannuk, Steadfast Second
        </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 — Kavu Pilot</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="Tannuk, Steadfast Second" src="https://cards.scryfall.io/large/front/4/4/44607ed3-9523-40ac-9f61-0edd011cf762.jpg?1783905946" />
    </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">
                $1.59
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  16%
                </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">
                $1.97
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.6},{&quot;2026-06-12&quot;:2.6},{&quot;2026-06-13&quot;:2.6},{&quot;2026-06-14&quot;:2.6},{&quot;2026-06-15&quot;:2.6},{&quot;2026-06-16&quot;:2.64},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.58},{&quot;2026-06-19&quot;:2.58},{&quot;2026-06-20&quot;:2.57},{&quot;2026-06-21&quot;:2.57},{&quot;2026-06-22&quot;:2.57},{&quot;2026-06-24&quot;:2.57},{&quot;2026-06-25&quot;:2.58},{&quot;2026-06-26&quot;:2.58},{&quot;2026-06-27&quot;:2.59},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:2.6},{&quot;2026-06-30&quot;:2.6},{&quot;2026-07-01&quot;:2.62},{&quot;2026-07-02&quot;:2.62},{&quot;2026-07-03&quot;:2.62},{&quot;2026-07-04&quot;:2.63},{&quot;2026-07-05&quot;:2.63},{&quot;2026-07-06&quot;:2.63},{&quot;2026-07-07&quot;:2.63},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.63},{&quot;2026-07-10&quot;:2.63},{&quot;2026-07-11&quot;:2.63},{&quot;2026-07-12&quot;:2.61},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.62},{&quot;2026-07-15&quot;:2.58},{&quot;2026-07-16&quot;:2.58},{&quot;2026-07-17&quot;:2.49},{&quot;2026-07-18&quot;:2.44},{&quot;2026-07-19&quot;:2.44},{&quot;2026-07-20&quot;:2.44},{&quot;2026-07-21&quot;:2.41},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-29&quot;:2.39},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.32},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.32},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.32},{&quot;2026-08-08&quot;:2.32},{&quot;2026-08-09&quot;:2.32},{&quot;2026-08-10&quot;:2.28},{&quot;2026-08-11&quot;:2.28},{&quot;2026-08-12&quot;:2.28},{&quot;2026-08-13&quot;:2.28},{&quot;2026-08-14&quot;:2.28},{&quot;2026-08-15&quot;:2.28},{&quot;2026-08-16&quot;:2.28},{&quot;2026-08-17&quot;:2.23},{&quot;2026-08-18&quot;:2.23},{&quot;2026-08-19&quot;:2.21},{&quot;2026-08-20&quot;:2.21},{&quot;2026-08-21&quot;:2.21},{&quot;2026-08-22&quot;:2.21},{&quot;2026-08-23&quot;:2.21},{&quot;2026-08-24&quot;:2.19},{&quot;2026-08-25&quot;:2.19},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:2.08},{&quot;2026-08-29&quot;:2.08},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.05},{&quot;2026-09-01&quot;:2.05},{&quot;2026-09-02&quot;:1.98},{&quot;2026-09-03&quot;:1.96},{&quot;2026-09-04&quot;:1.91},{&quot;2026-09-05&quot;:1.88},{&quot;2026-09-06&quot;:1.85},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.92},{&quot;2026-09-10&quot;:1.92},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:1.92},{&quot;2026-09-13&quot;:1.97}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.83},{&quot;2026-06-12&quot;:1.79},{&quot;2026-06-13&quot;:1.8},{&quot;2026-06-14&quot;:1.81},{&quot;2026-06-15&quot;:1.8},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.65},{&quot;2026-06-20&quot;:1.66},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.7},{&quot;2026-06-24&quot;:1.62},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.42},{&quot;2026-06-28&quot;:1.4},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.35},{&quot;2026-07-02&quot;:1.28},{&quot;2026-07-03&quot;:1.3},{&quot;2026-07-04&quot;:1.14},{&quot;2026-07-05&quot;:1.16},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.29},{&quot;2026-07-08&quot;:1.31},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.49},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:1.35},{&quot;2026-07-13&quot;:1.39},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.33},{&quot;2026-07-16&quot;:1.38},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.33},{&quot;2026-07-19&quot;:1.33},{&quot;2026-07-20&quot;:1.28},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-25&quot;:1.24},{&quot;2026-07-26&quot;:1.26},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-29&quot;:1.35},{&quot;2026-07-30&quot;:1.34},{&quot;2026-07-31&quot;:1.31},{&quot;2026-08-01&quot;:1.31},{&quot;2026-08-02&quot;:1.28},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.14},{&quot;2026-08-05&quot;:1.13},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.15},{&quot;2026-08-09&quot;:1.17},{&quot;2026-08-10&quot;:1.2},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.32},{&quot;2026-08-14&quot;:1.3},{&quot;2026-08-15&quot;:1.42},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.41},{&quot;2026-08-18&quot;:1.45},{&quot;2026-08-19&quot;:1.51},{&quot;2026-08-20&quot;:1.51},{&quot;2026-08-21&quot;:1.45},{&quot;2026-08-22&quot;:1.4},{&quot;2026-08-23&quot;:1.41},{&quot;2026-08-24&quot;:1.4},{&quot;2026-08-25&quot;:1.4},{&quot;2026-08-26&quot;:1.39},{&quot;2026-08-27&quot;:1.5},{&quot;2026-08-28&quot;:1.53},{&quot;2026-08-29&quot;:1.53},{&quot;2026-08-30&quot;:1.49},{&quot;2026-08-31&quot;:1.51},{&quot;2026-09-01&quot;:1.51},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.31},{&quot;2026-09-04&quot;:1.34},{&quot;2026-09-05&quot;:1.39},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.37},{&quot;2026-09-08&quot;:1.41},{&quot;2026-09-09&quot;:1.47},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.57},{&quot;2026-09-12&quot;:1.58},{&quot;2026-09-13&quot;:1.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="108016"
  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-tmt 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">
            Splinter&#39;s Technique
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Splinter&#39;s Technique" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/d/fd3a5465-074a-4688-b79b-68e232076581.jpg?1783904100" />

        <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">
            Splinter&#39;s Technique
        </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-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="Splinter&#39;s Technique" src="https://cards.scryfall.io/large/front/f/d/fd3a5465-074a-4688-b79b-68e232076581.jpg?1783904100" />
    </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">
                $1.59
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.65},{&quot;2026-06-16&quot;:2.64},{&quot;2026-06-17&quot;:2.55},{&quot;2026-06-18&quot;:2.52},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.5},{&quot;2026-06-21&quot;:2.43},{&quot;2026-06-22&quot;:2.43},{&quot;2026-06-23&quot;:2.4},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.32},{&quot;2026-06-26&quot;:2.32},{&quot;2026-06-27&quot;:2.32},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.28},{&quot;2026-06-30&quot;:2.28},{&quot;2026-07-01&quot;:2.32},{&quot;2026-07-02&quot;:2.36},{&quot;2026-07-03&quot;:2.36},{&quot;2026-07-04&quot;:2.35},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.6},{&quot;2026-07-08&quot;:2.61},{&quot;2026-07-09&quot;:2.6},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.65},{&quot;2026-07-12&quot;:2.63},{&quot;2026-07-13&quot;:2.63},{&quot;2026-07-14&quot;:2.54},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.5},{&quot;2026-07-17&quot;:2.57},{&quot;2026-07-18&quot;:2.45},{&quot;2026-07-19&quot;:2.49},{&quot;2026-07-20&quot;:2.49},{&quot;2026-07-21&quot;:2.49},{&quot;2026-07-22&quot;:2.47},{&quot;2026-07-23&quot;:2.44},{&quot;2026-07-24&quot;:2.45},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.31},{&quot;2026-07-27&quot;:2.33},{&quot;2026-07-28&quot;:2.33},{&quot;2026-07-29&quot;:2.32},{&quot;2026-07-30&quot;:2.3},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.25},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:2.14},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.12},{&quot;2026-08-11&quot;:2.17},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.11},{&quot;2026-08-14&quot;:2.11},{&quot;2026-08-15&quot;:2.18},{&quot;2026-08-16&quot;:2.12},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.1},{&quot;2026-08-20&quot;:2.08},{&quot;2026-08-21&quot;:1.98},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:2.06},{&quot;2026-08-24&quot;:2.25},{&quot;2026-08-25&quot;:2.11},{&quot;2026-08-26&quot;:2.15},{&quot;2026-08-27&quot;:2.34},{&quot;2026-08-28&quot;:2.34},{&quot;2026-08-29&quot;:2.34},{&quot;2026-08-30&quot;:2.62},{&quot;2026-08-31&quot;:2.57},{&quot;2026-09-01&quot;:2.57},{&quot;2026-09-02&quot;:2.62},{&quot;2026-09-03&quot;:2.63},{&quot;2026-09-04&quot;:2.66},{&quot;2026-09-05&quot;:2.71},{&quot;2026-09-06&quot;:2.66},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.66},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.34},{&quot;2026-09-12&quot;:2.26},{&quot;2026-09-13&quot;:2.12}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.16},{&quot;2026-06-16&quot;:2.08},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.48},{&quot;2026-06-20&quot;:1.39},{&quot;2026-06-21&quot;:1.18},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-23&quot;:1.28},{&quot;2026-06-24&quot;:1.34},{&quot;2026-06-25&quot;:1.4},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.71},{&quot;2026-06-28&quot;:1.65},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.95},{&quot;2026-07-01&quot;:1.89},{&quot;2026-07-02&quot;:1.83},{&quot;2026-07-03&quot;:2.02},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:2.03},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.81},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:2.01},{&quot;2026-07-11&quot;:2.07},{&quot;2026-07-12&quot;:1.96},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:2.31},{&quot;2026-07-19&quot;:2.5},{&quot;2026-07-20&quot;:2.41},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-22&quot;:2.15},{&quot;2026-07-23&quot;:1.97},{&quot;2026-07-24&quot;:2.1},{&quot;2026-07-25&quot;:1.89},{&quot;2026-07-26&quot;:1.85},{&quot;2026-07-27&quot;:2.04},{&quot;2026-07-28&quot;:1.85},{&quot;2026-07-29&quot;:1.89},{&quot;2026-07-30&quot;:1.93},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.15},{&quot;2026-08-10&quot;:1.99},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.98},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.83},{&quot;2026-08-17&quot;:1.79},{&quot;2026-08-18&quot;:1.95},{&quot;2026-08-19&quot;:1.88},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:2.05},{&quot;2026-08-22&quot;:1.92},{&quot;2026-08-23&quot;:2.08},{&quot;2026-08-24&quot;:1.94},{&quot;2026-08-25&quot;:2.01},{&quot;2026-08-26&quot;:2.01},{&quot;2026-08-27&quot;:2.18},{&quot;2026-08-28&quot;:2.06},{&quot;2026-08-29&quot;:2.06},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.29},{&quot;2026-09-01&quot;:2.47},{&quot;2026-09-02&quot;:2.23},{&quot;2026-09-03&quot;:2.09},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:1.87},{&quot;2026-09-06&quot;:1.73},{&quot;2026-09-07&quot;:1.72},{&quot;2026-09-08&quot;:1.67},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.64},{&quot;2026-09-11&quot;:1.59},{&quot;2026-09-12&quot;:1.69},{&quot;2026-09-13&quot;:1.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="20190"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            As Foretold
        </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">
            $1.58
          </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="As Foretold" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/4/c468b523-84fc-4657-adef-acc1eec6ef2e.jpg?1783921922" />

        <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">
            As Foretold
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="As Foretold" src="https://cards.scryfall.io/large/front/c/4/c468b523-84fc-4657-adef-acc1eec6ef2e.jpg?1783921922" />
    </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">
                $1.58
              </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">
                $1.73
              </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">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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-15&quot;:1.83},{&quot;2026-06-16&quot;:1.83},{&quot;2026-06-17&quot;:1.83},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.83},{&quot;2026-06-20&quot;:1.83},{&quot;2026-06-21&quot;:1.83},{&quot;2026-06-22&quot;:1.83},{&quot;2026-06-23&quot;:1.83},{&quot;2026-06-24&quot;:1.83},{&quot;2026-06-25&quot;:1.83},{&quot;2026-06-26&quot;:1.86},{&quot;2026-06-27&quot;:1.86},{&quot;2026-06-28&quot;:1.86},{&quot;2026-06-29&quot;:1.86},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.86},{&quot;2026-07-02&quot;:1.86},{&quot;2026-07-03&quot;:1.85},{&quot;2026-07-04&quot;:1.85},{&quot;2026-07-05&quot;:1.85},{&quot;2026-07-06&quot;:1.85},{&quot;2026-07-07&quot;:1.85},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.77},{&quot;2026-07-12&quot;:1.77},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.77},{&quot;2026-07-16&quot;:1.77},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.77},{&quot;2026-07-19&quot;:1.77},{&quot;2026-07-20&quot;:1.77},{&quot;2026-07-21&quot;:1.77},{&quot;2026-07-22&quot;:1.73},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-24&quot;:1.73},{&quot;2026-07-25&quot;:1.73},{&quot;2026-07-26&quot;:1.73},{&quot;2026-07-27&quot;:1.73},{&quot;2026-07-28&quot;:1.73},{&quot;2026-07-29&quot;:1.73},{&quot;2026-07-30&quot;:1.73},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.73},{&quot;2026-08-02&quot;:1.73},{&quot;2026-08-03&quot;:1.73},{&quot;2026-08-04&quot;:1.74},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.74},{&quot;2026-08-11&quot;:1.74},{&quot;2026-08-12&quot;:1.74},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.74},{&quot;2026-08-16&quot;:1.74},{&quot;2026-08-17&quot;:1.74},{&quot;2026-08-18&quot;:1.74},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.74},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.74},{&quot;2026-08-25&quot;:1.74},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.76},{&quot;2026-09-03&quot;:1.76},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.76},{&quot;2026-09-08&quot;:1.76},{&quot;2026-09-09&quot;:1.76},{&quot;2026-09-10&quot;:1.76},{&quot;2026-09-11&quot;:1.76},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.73}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.71},{&quot;2026-06-16&quot;:1.71},{&quot;2026-06-17&quot;:1.71},{&quot;2026-06-18&quot;:1.71},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.72},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.65},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.62},{&quot;2026-06-25&quot;:1.62},{&quot;2026-06-26&quot;:1.62},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.7},{&quot;2026-06-29&quot;:1.7},{&quot;2026-06-30&quot;:1.7},{&quot;2026-07-01&quot;:1.73},{&quot;2026-07-02&quot;:1.75},{&quot;2026-07-03&quot;:1.75},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.73},{&quot;2026-07-07&quot;:1.73},{&quot;2026-07-08&quot;:1.73},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.73},{&quot;2026-07-11&quot;:1.73},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.68},{&quot;2026-07-14&quot;:1.68},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-22&quot;:1.73},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-24&quot;:1.73},{&quot;2026-07-25&quot;:1.73},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-28&quot;:1.76},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.83},{&quot;2026-08-01&quot;:1.83},{&quot;2026-08-02&quot;:1.79},{&quot;2026-08-03&quot;:1.79},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.79},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.79},{&quot;2026-08-11&quot;:1.79},{&quot;2026-08-12&quot;:1.79},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.79},{&quot;2026-08-15&quot;:1.83},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.69},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.74},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.71},{&quot;2026-08-25&quot;:1.71},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.69},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.72},{&quot;2026-09-02&quot;:1.72},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.61},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.62},{&quot;2026-09-09&quot;:1.62},{&quot;2026-09-10&quot;:1.58},{&quot;2026-09-11&quot;:1.58},{&quot;2026-09-12&quot;:1.58},{&quot;2026-09-13&quot;:1.58}]}"
        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="29085"
  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">
            Spinerock Knoll
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.58
          </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="Spinerock Knoll" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/b/6bfb3dac-94d7-4b94-9a9e-6392d5ce5bf2.jpg?1783926144" />

        <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">
            Spinerock Knoll
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Spinerock Knoll" src="https://cards.scryfall.io/large/front/6/b/6bfb3dac-94d7-4b94-9a9e-6392d5ce5bf2.jpg?1783926144" />
    </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">
                $1.58
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.19},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.17},{&quot;2026-06-20&quot;:1.18},{&quot;2026-06-21&quot;:1.18},{&quot;2026-06-22&quot;:1.14},{&quot;2026-06-23&quot;:1.14},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.25},{&quot;2026-06-26&quot;:1.27},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.28},{&quot;2026-06-29&quot;:1.32},{&quot;2026-06-30&quot;:1.32},{&quot;2026-07-01&quot;:1.36},{&quot;2026-07-02&quot;:1.36},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.27},{&quot;2026-07-05&quot;:1.27},{&quot;2026-07-06&quot;:1.3},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.28},{&quot;2026-07-11&quot;:1.24},{&quot;2026-07-12&quot;:1.21},{&quot;2026-07-13&quot;:1.26},{&quot;2026-07-14&quot;:1.26},{&quot;2026-07-15&quot;:1.26},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.25},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.23},{&quot;2026-07-21&quot;:1.24},{&quot;2026-07-22&quot;:1.24},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-24&quot;:1.28},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.32},{&quot;2026-07-27&quot;:1.31},{&quot;2026-07-28&quot;:1.31},{&quot;2026-07-29&quot;:1.31},{&quot;2026-07-30&quot;:1.29},{&quot;2026-07-31&quot;:1.32},{&quot;2026-08-01&quot;:1.3},{&quot;2026-08-02&quot;:1.3},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.24},{&quot;2026-08-08&quot;:1.21},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.22},{&quot;2026-08-11&quot;:1.23},{&quot;2026-08-12&quot;:1.23},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.24},{&quot;2026-08-15&quot;:1.23},{&quot;2026-08-16&quot;:1.22},{&quot;2026-08-17&quot;:1.2},{&quot;2026-08-18&quot;:1.2},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.22},{&quot;2026-08-21&quot;:1.23},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.23},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.29},{&quot;2026-08-28&quot;:1.39},{&quot;2026-08-29&quot;:1.39},{&quot;2026-08-30&quot;:1.41},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.41},{&quot;2026-09-03&quot;:1.42},{&quot;2026-09-04&quot;:1.45},{&quot;2026-09-05&quot;:1.58},{&quot;2026-09-06&quot;:1.57},{&quot;2026-09-07&quot;:1.57},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.54},{&quot;2026-09-10&quot;:1.54},{&quot;2026-09-11&quot;:1.58},{&quot;2026-09-12&quot;:1.58},{&quot;2026-09-13&quot;:1.58}]}"
        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="36325"
  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-mid 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">
            Liesa, Forgotten Archangel
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.58
          </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="Liesa, Forgotten Archangel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/532fca6b-f788-43f8-b29f-7273e7a48449.jpg?1783925558" />

        <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">
            Liesa, Forgotten Archangel
        </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 — Angel</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Liesa, Forgotten Archangel" src="https://cards.scryfall.io/large/front/5/3/532fca6b-f788-43f8-b29f-7273e7a48449.jpg?1783925558" />
    </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">
                $1.58
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.36</span>
              <span class="text-xs text-grey-text">Credit: $0.47</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;:1.28},{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.33},{&quot;2026-06-14&quot;:1.33},{&quot;2026-06-15&quot;:1.34},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.35},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.39},{&quot;2026-06-24&quot;:1.39},{&quot;2026-06-25&quot;:1.39},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.33},{&quot;2026-06-28&quot;:1.33},{&quot;2026-06-29&quot;:1.33},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.33},{&quot;2026-07-03&quot;:1.32},{&quot;2026-07-04&quot;:1.28},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.28},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.26},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.28},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.28},{&quot;2026-07-15&quot;:1.28},{&quot;2026-07-16&quot;:1.28},{&quot;2026-07-17&quot;:1.28},{&quot;2026-07-18&quot;:1.28},{&quot;2026-07-19&quot;:1.28},{&quot;2026-07-20&quot;:1.29},{&quot;2026-07-21&quot;:1.26},{&quot;2026-07-23&quot;:1.24},{&quot;2026-07-25&quot;:1.24},{&quot;2026-07-26&quot;:1.22},{&quot;2026-07-27&quot;:1.22},{&quot;2026-07-29&quot;:1.22},{&quot;2026-07-30&quot;:1.22},{&quot;2026-07-31&quot;:1.23},{&quot;2026-08-01&quot;:1.25},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.28},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.29},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.31},{&quot;2026-08-10&quot;:1.31},{&quot;2026-08-11&quot;:1.31},{&quot;2026-08-12&quot;:1.4},{&quot;2026-08-13&quot;:1.4},{&quot;2026-08-14&quot;:1.42},{&quot;2026-08-15&quot;:1.42},{&quot;2026-08-16&quot;:1.44},{&quot;2026-08-17&quot;:1.4},{&quot;2026-08-18&quot;:1.39},{&quot;2026-08-19&quot;:1.4},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.41},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.45},{&quot;2026-08-24&quot;:1.48},{&quot;2026-08-25&quot;:1.48},{&quot;2026-08-26&quot;:1.51},{&quot;2026-08-27&quot;:1.51},{&quot;2026-08-28&quot;:1.51},{&quot;2026-08-29&quot;:1.51},{&quot;2026-08-30&quot;:1.51},{&quot;2026-08-31&quot;:1.55},{&quot;2026-09-01&quot;:1.55},{&quot;2026-09-02&quot;:1.55},{&quot;2026-09-03&quot;:1.55},{&quot;2026-09-04&quot;:1.55},{&quot;2026-09-05&quot;:1.55},{&quot;2026-09-06&quot;:1.53},{&quot;2026-09-07&quot;:1.53},{&quot;2026-09-08&quot;:1.55},{&quot;2026-09-09&quot;:1.55},{&quot;2026-09-10&quot;:1.54},{&quot;2026-09-11&quot;:1.54},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.54}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.75},{&quot;2026-06-12&quot;:1.75},{&quot;2026-06-13&quot;:1.75},{&quot;2026-06-14&quot;:1.75},{&quot;2026-06-15&quot;:1.71},{&quot;2026-06-16&quot;:1.63},{&quot;2026-06-17&quot;:1.63},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.73},{&quot;2026-06-22&quot;:1.85},{&quot;2026-06-24&quot;:1.97},{&quot;2026-06-25&quot;:2.05},{&quot;2026-06-26&quot;:2.01},{&quot;2026-06-27&quot;:2.04},{&quot;2026-06-28&quot;:1.94},{&quot;2026-06-29&quot;:1.85},{&quot;2026-06-30&quot;:1.71},{&quot;2026-07-01&quot;:1.57},{&quot;2026-07-02&quot;:1.5},{&quot;2026-07-03&quot;:1.5},{&quot;2026-07-04&quot;:1.53},{&quot;2026-07-05&quot;:1.53},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.67},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.84},{&quot;2026-07-10&quot;:1.84},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.94},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.93},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.13},{&quot;2026-07-19&quot;:2.11},{&quot;2026-07-20&quot;:2.04},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-25&quot;:1.82},{&quot;2026-07-26&quot;:1.74},{&quot;2026-07-27&quot;:1.66},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.6},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.64},{&quot;2026-08-03&quot;:1.64},{&quot;2026-08-04&quot;:1.67},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.64},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.73},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.69},{&quot;2026-08-13&quot;:1.69},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.74},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.56},{&quot;2026-08-19&quot;:1.45},{&quot;2026-08-20&quot;:1.45},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.41},{&quot;2026-08-24&quot;:1.38},{&quot;2026-08-25&quot;:1.38},{&quot;2026-08-26&quot;:1.38},{&quot;2026-08-27&quot;:1.38},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.42},{&quot;2026-08-31&quot;:1.44},{&quot;2026-09-01&quot;:1.44},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.46},{&quot;2026-09-04&quot;:1.43},{&quot;2026-09-05&quot;:1.44},{&quot;2026-09-06&quot;:1.42},{&quot;2026-09-07&quot;:1.41},{&quot;2026-09-08&quot;:1.41},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.47},{&quot;2026-09-11&quot;:1.51},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.58}]}"
        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="73743"
  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">
            War of the Last Alliance
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              12%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="War of the Last Alliance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/0/60ddf2cd-5b33-4c8a-a610-8e6a15404dde.jpg?1783916322" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            War of the Last Alliance
        </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-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="War of the Last Alliance" src="https://cards.scryfall.io/large/front/6/0/60ddf2cd-5b33-4c8a-a610-8e6a15404dde.jpg?1783916322" />
    </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">
                $1.58
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.88},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.88},{&quot;2026-06-17&quot;:1.79},{&quot;2026-06-18&quot;:1.81},{&quot;2026-06-19&quot;:1.74},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.83},{&quot;2026-06-23&quot;:1.83},{&quot;2026-06-24&quot;:1.86},{&quot;2026-06-25&quot;:1.86},{&quot;2026-06-26&quot;:1.86},{&quot;2026-06-27&quot;:1.86},{&quot;2026-06-28&quot;:1.87},{&quot;2026-06-29&quot;:1.85},{&quot;2026-06-30&quot;:1.71},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.64},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.64},{&quot;2026-07-12&quot;:1.64},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.65},{&quot;2026-07-15&quot;:1.65},{&quot;2026-07-16&quot;:1.66},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.66},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:1.66},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-23&quot;:1.74},{&quot;2026-07-24&quot;:1.74},{&quot;2026-07-25&quot;:1.74},{&quot;2026-07-26&quot;:1.74},{&quot;2026-07-27&quot;:1.75},{&quot;2026-07-28&quot;:1.75},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.73},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.73},{&quot;2026-08-02&quot;:1.79},{&quot;2026-08-03&quot;:1.79},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.79},{&quot;2026-08-07&quot;:1.94},{&quot;2026-08-08&quot;:2.04},{&quot;2026-08-09&quot;:2.19},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.33},{&quot;2026-08-12&quot;:2.33},{&quot;2026-08-13&quot;:2.43},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.46},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.44},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.4},{&quot;2026-08-22&quot;:2.56},{&quot;2026-08-23&quot;:2.56},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.37},{&quot;2026-08-28&quot;:2.37},{&quot;2026-08-29&quot;:2.37},{&quot;2026-08-30&quot;:2.37},{&quot;2026-08-31&quot;:2.37},{&quot;2026-09-01&quot;:2.37},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:1.97},{&quot;2026-09-04&quot;:1.99},{&quot;2026-09-05&quot;:2.07},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.17},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.06},{&quot;2026-09-13&quot;:2.04}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.65},{&quot;2026-06-15&quot;:1.65},{&quot;2026-06-16&quot;:1.59},{&quot;2026-06-17&quot;:1.6},{&quot;2026-06-18&quot;:1.58},{&quot;2026-06-19&quot;:1.56},{&quot;2026-06-20&quot;:1.43},{&quot;2026-06-21&quot;:1.27},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.15},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.23},{&quot;2026-06-28&quot;:1.2},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.32},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.29},{&quot;2026-07-03&quot;:1.27},{&quot;2026-07-04&quot;:1.33},{&quot;2026-07-05&quot;:1.3},{&quot;2026-07-06&quot;:1.31},{&quot;2026-07-07&quot;:1.34},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.33},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.37},{&quot;2026-07-12&quot;:1.49},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.56},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.59},{&quot;2026-07-17&quot;:1.59},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.54},{&quot;2026-07-20&quot;:1.54},{&quot;2026-07-21&quot;:1.51},{&quot;2026-07-23&quot;:1.44},{&quot;2026-07-24&quot;:1.39},{&quot;2026-07-25&quot;:1.4},{&quot;2026-07-26&quot;:1.34},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-28&quot;:1.34},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.57},{&quot;2026-07-31&quot;:1.55},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.58},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.82},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.28},{&quot;2026-08-08&quot;:2.3},{&quot;2026-08-09&quot;:2.36},{&quot;2026-08-10&quot;:2.18},{&quot;2026-08-11&quot;:2.16},{&quot;2026-08-12&quot;:2.22},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.05},{&quot;2026-08-15&quot;:1.89},{&quot;2026-08-16&quot;:1.62},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.95},{&quot;2026-08-19&quot;:2.06},{&quot;2026-08-20&quot;:2.06},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.26},{&quot;2026-08-24&quot;:2.56},{&quot;2026-08-25&quot;:2.57},{&quot;2026-08-26&quot;:2.6},{&quot;2026-08-27&quot;:2.52},{&quot;2026-08-28&quot;:2.49},{&quot;2026-08-29&quot;:2.49},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.1},{&quot;2026-09-01&quot;:2.06},{&quot;2026-09-02&quot;:1.95},{&quot;2026-09-03&quot;:1.92},{&quot;2026-09-04&quot;:1.83},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.79},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.64},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.58}]}"
        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="74237"
  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">
            Éowyn, Fearless Knight
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.58
          </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="Éowyn, Fearless Knight" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/adffb389-c9a3-41c4-b078-292a2bcf870d.jpg?1783916259" />

        <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">
            Éowyn, Fearless Knight
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Éowyn, Fearless Knight" src="https://cards.scryfall.io/large/front/a/d/adffb389-c9a3-41c4-b078-292a2bcf870d.jpg?1783916259" />
    </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">
                $1.07
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.31},{&quot;2026-06-16&quot;:1.28},{&quot;2026-06-17&quot;:1.28},{&quot;2026-06-18&quot;:1.32},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.35},{&quot;2026-06-21&quot;:1.35},{&quot;2026-06-22&quot;:1.35},{&quot;2026-06-23&quot;:1.35},{&quot;2026-06-24&quot;:1.35},{&quot;2026-06-25&quot;:1.35},{&quot;2026-06-26&quot;:1.35},{&quot;2026-06-27&quot;:1.35},{&quot;2026-06-28&quot;:1.35},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.34},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.4},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.42},{&quot;2026-07-05&quot;:1.42},{&quot;2026-07-06&quot;:1.42},{&quot;2026-07-07&quot;:1.42},{&quot;2026-07-08&quot;:1.43},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.42},{&quot;2026-07-11&quot;:1.42},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.41},{&quot;2026-07-16&quot;:1.41},{&quot;2026-07-17&quot;:1.41},{&quot;2026-07-18&quot;:1.42},{&quot;2026-07-19&quot;:1.42},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.4},{&quot;2026-07-24&quot;:1.4},{&quot;2026-07-25&quot;:1.41},{&quot;2026-07-26&quot;:1.41},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-28&quot;:1.38},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.31},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.31},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.32},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.4},{&quot;2026-08-11&quot;:1.41},{&quot;2026-08-12&quot;:1.4},{&quot;2026-08-13&quot;:1.4},{&quot;2026-08-14&quot;:1.4},{&quot;2026-08-15&quot;:1.4},{&quot;2026-08-16&quot;:1.4},{&quot;2026-08-17&quot;:1.4},{&quot;2026-08-18&quot;:1.4},{&quot;2026-08-19&quot;:1.4},{&quot;2026-08-20&quot;:1.44},{&quot;2026-08-21&quot;:1.42},{&quot;2026-08-22&quot;:1.42},{&quot;2026-08-23&quot;:1.42},{&quot;2026-08-24&quot;:1.42},{&quot;2026-08-25&quot;:1.42},{&quot;2026-08-26&quot;:1.43},{&quot;2026-08-27&quot;:1.44},{&quot;2026-08-28&quot;:1.44},{&quot;2026-08-29&quot;:1.44},{&quot;2026-08-30&quot;:1.51},{&quot;2026-08-31&quot;:1.51},{&quot;2026-09-01&quot;:1.51},{&quot;2026-09-02&quot;:1.52},{&quot;2026-09-03&quot;:1.52},{&quot;2026-09-04&quot;:1.52},{&quot;2026-09-05&quot;:1.58},{&quot;2026-09-06&quot;:1.58},{&quot;2026-09-07&quot;:1.58},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.6},{&quot;2026-09-11&quot;:1.6},{&quot;2026-09-12&quot;:1.58},{&quot;2026-09-13&quot;:1.58}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.46},{&quot;2026-06-17&quot;:1.46},{&quot;2026-06-18&quot;:1.41},{&quot;2026-06-19&quot;:1.22},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-23&quot;:1.3},{&quot;2026-06-24&quot;:1.3},{&quot;2026-06-25&quot;:1.33},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.25},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.19},{&quot;2026-07-01&quot;:1.14},{&quot;2026-07-02&quot;:1.14},{&quot;2026-07-03&quot;:1.12},{&quot;2026-07-04&quot;:1.11},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.19},{&quot;2026-07-08&quot;:1.07},{&quot;2026-07-09&quot;:1.12},{&quot;2026-07-10&quot;:1.13},{&quot;2026-07-11&quot;:1.11},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:0.98},{&quot;2026-07-14&quot;:0.93},{&quot;2026-07-15&quot;:0.88},{&quot;2026-07-16&quot;:0.95},{&quot;2026-07-17&quot;:0.93},{&quot;2026-07-18&quot;:0.91},{&quot;2026-07-19&quot;:0.93},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.9},{&quot;2026-07-22&quot;:0.93},{&quot;2026-07-23&quot;:0.95},{&quot;2026-07-24&quot;:0.94},{&quot;2026-07-25&quot;:0.96},{&quot;2026-07-26&quot;:0.94},{&quot;2026-07-27&quot;:0.98},{&quot;2026-07-28&quot;:1.03},{&quot;2026-07-29&quot;:1.06},{&quot;2026-07-30&quot;:1.05},{&quot;2026-07-31&quot;:1.03},{&quot;2026-08-01&quot;:1.04},{&quot;2026-08-02&quot;:1.06},{&quot;2026-08-03&quot;:1.06},{&quot;2026-08-04&quot;:1.06},{&quot;2026-08-05&quot;:1.04},{&quot;2026-08-07&quot;:0.93},{&quot;2026-08-08&quot;:0.87},{&quot;2026-08-09&quot;:0.82},{&quot;2026-08-10&quot;:0.81},{&quot;2026-08-11&quot;:0.82},{&quot;2026-08-12&quot;:0.81},{&quot;2026-08-13&quot;:0.79},{&quot;2026-08-14&quot;:0.84},{&quot;2026-08-15&quot;:0.85},{&quot;2026-08-16&quot;:0.88},{&quot;2026-08-17&quot;:0.86},{&quot;2026-08-18&quot;:0.8},{&quot;2026-08-19&quot;:0.94},{&quot;2026-08-20&quot;:1.11},{&quot;2026-08-21&quot;:1.23},{&quot;2026-08-22&quot;:1.25},{&quot;2026-08-23&quot;:1.21},{&quot;2026-08-24&quot;:1.2},{&quot;2026-08-25&quot;:1.2},{&quot;2026-08-26&quot;:1.14},{&quot;2026-08-27&quot;:1.12},{&quot;2026-08-28&quot;:1.1},{&quot;2026-08-29&quot;:1.1},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.09},{&quot;2026-09-01&quot;:1.02},{&quot;2026-09-02&quot;:1.04},{&quot;2026-09-03&quot;:1.06},{&quot;2026-09-04&quot;:1.07},{&quot;2026-09-05&quot;:1.09},{&quot;2026-09-06&quot;:1.22},{&quot;2026-09-07&quot;:1.25},{&quot;2026-09-08&quot;:1.26},{&quot;2026-09-09&quot;:1.21},{&quot;2026-09-10&quot;:1.17},{&quot;2026-09-11&quot;:1.2},{&quot;2026-09-12&quot;:1.2},{&quot;2026-09-13&quot;:1.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="93351"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.58
          </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="Cori Mountain Monastery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/9312821a-2059-4f44-9b20-c9522b827e38.jpg?1743204997" />

        <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">
            Cori Mountain Monastery
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cori Mountain Monastery" src="https://cards.scryfall.io/large/front/9/3/9312821a-2059-4f44-9b20-c9522b827e38.jpg?1743204997" />
    </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">
                $1.58
              </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">
                $1.10
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.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-15&quot;:0.48},{&quot;2026-06-16&quot;:0.48},{&quot;2026-06-17&quot;:0.48},{&quot;2026-06-18&quot;:0.5},{&quot;2026-06-19&quot;:0.49},{&quot;2026-06-20&quot;:0.49},{&quot;2026-06-21&quot;:0.5},{&quot;2026-06-22&quot;:0.49},{&quot;2026-06-23&quot;:0.48},{&quot;2026-06-24&quot;:0.48},{&quot;2026-06-25&quot;:0.52},{&quot;2026-06-26&quot;:0.52},{&quot;2026-06-27&quot;:0.52},{&quot;2026-06-28&quot;:0.59},{&quot;2026-06-29&quot;:0.61},{&quot;2026-06-30&quot;:0.61},{&quot;2026-07-01&quot;:0.61},{&quot;2026-07-02&quot;:0.6},{&quot;2026-07-03&quot;:0.59},{&quot;2026-07-04&quot;:0.64},{&quot;2026-07-05&quot;:0.64},{&quot;2026-07-06&quot;:0.67},{&quot;2026-07-07&quot;:0.71},{&quot;2026-07-08&quot;:0.76},{&quot;2026-07-09&quot;:0.77},{&quot;2026-07-10&quot;:0.75},{&quot;2026-07-11&quot;:0.74},{&quot;2026-07-12&quot;:0.74},{&quot;2026-07-13&quot;:0.72},{&quot;2026-07-14&quot;:0.73},{&quot;2026-07-15&quot;:0.73},{&quot;2026-07-16&quot;:0.73},{&quot;2026-07-17&quot;:0.72},{&quot;2026-07-18&quot;:0.79},{&quot;2026-07-19&quot;:0.83},{&quot;2026-07-20&quot;:0.83},{&quot;2026-07-21&quot;:0.83},{&quot;2026-07-22&quot;:0.83},{&quot;2026-07-23&quot;:0.81},{&quot;2026-07-24&quot;:0.81},{&quot;2026-07-25&quot;:0.79},{&quot;2026-07-26&quot;:0.79},{&quot;2026-07-27&quot;:0.79},{&quot;2026-07-28&quot;:0.8},{&quot;2026-07-29&quot;:0.8},{&quot;2026-07-30&quot;:0.8},{&quot;2026-07-31&quot;:0.8},{&quot;2026-08-01&quot;:0.8},{&quot;2026-08-02&quot;:0.8},{&quot;2026-08-03&quot;:0.89},{&quot;2026-08-04&quot;:0.89},{&quot;2026-08-05&quot;:0.89},{&quot;2026-08-07&quot;:0.84},{&quot;2026-08-08&quot;:0.89},{&quot;2026-08-09&quot;:0.88},{&quot;2026-08-10&quot;:0.88},{&quot;2026-08-11&quot;:0.88},{&quot;2026-08-12&quot;:0.88},{&quot;2026-08-13&quot;:0.88},{&quot;2026-08-14&quot;:0.88},{&quot;2026-08-15&quot;:0.87},{&quot;2026-08-16&quot;:0.87},{&quot;2026-08-17&quot;:0.87},{&quot;2026-08-18&quot;:0.87},{&quot;2026-08-19&quot;:0.87},{&quot;2026-08-20&quot;:0.87},{&quot;2026-08-21&quot;:0.87},{&quot;2026-08-22&quot;:0.87},{&quot;2026-08-23&quot;:0.94},{&quot;2026-08-24&quot;:0.87},{&quot;2026-08-25&quot;:0.87},{&quot;2026-08-26&quot;:0.86},{&quot;2026-08-27&quot;:0.8},{&quot;2026-08-28&quot;:0.82},{&quot;2026-08-29&quot;:0.82},{&quot;2026-08-30&quot;:0.95},{&quot;2026-08-31&quot;:0.94},{&quot;2026-09-01&quot;:0.94},{&quot;2026-09-02&quot;:0.94},{&quot;2026-09-03&quot;:0.96},{&quot;2026-09-04&quot;:0.96},{&quot;2026-09-05&quot;:0.96},{&quot;2026-09-06&quot;:0.96},{&quot;2026-09-07&quot;:0.96},{&quot;2026-09-08&quot;:0.99},{&quot;2026-09-09&quot;:0.99},{&quot;2026-09-10&quot;:1.01},{&quot;2026-09-11&quot;:1.05},{&quot;2026-09-12&quot;:1.07},{&quot;2026-09-13&quot;:1.1}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.49},{&quot;2026-06-16&quot;:0.52},{&quot;2026-06-17&quot;:0.48},{&quot;2026-06-18&quot;:0.47},{&quot;2026-06-19&quot;:0.47},{&quot;2026-06-20&quot;:0.5},{&quot;2026-06-21&quot;:0.5},{&quot;2026-06-22&quot;:0.51},{&quot;2026-06-23&quot;:0.51},{&quot;2026-06-24&quot;:0.5},{&quot;2026-06-25&quot;:0.52},{&quot;2026-06-26&quot;:0.51},{&quot;2026-06-27&quot;:0.52},{&quot;2026-06-28&quot;:0.55},{&quot;2026-06-29&quot;:0.68},{&quot;2026-06-30&quot;:0.74},{&quot;2026-07-01&quot;:0.72},{&quot;2026-07-02&quot;:0.73},{&quot;2026-07-03&quot;:0.71},{&quot;2026-07-04&quot;:0.66},{&quot;2026-07-05&quot;:0.67},{&quot;2026-07-06&quot;:0.65},{&quot;2026-07-07&quot;:0.8},{&quot;2026-07-08&quot;:0.97},{&quot;2026-07-09&quot;:1.01},{&quot;2026-07-10&quot;:1.05},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.03},{&quot;2026-07-13&quot;:1.0},{&quot;2026-07-14&quot;:0.86},{&quot;2026-07-15&quot;:0.9},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.29},{&quot;2026-07-20&quot;:1.14},{&quot;2026-07-21&quot;:0.97},{&quot;2026-07-22&quot;:0.97},{&quot;2026-07-23&quot;:0.77},{&quot;2026-07-24&quot;:0.65},{&quot;2026-07-25&quot;:0.81},{&quot;2026-07-26&quot;:1.07},{&quot;2026-07-27&quot;:1.07},{&quot;2026-07-28&quot;:1.07},{&quot;2026-07-29&quot;:0.97},{&quot;2026-07-30&quot;:1.0},{&quot;2026-07-31&quot;:0.9},{&quot;2026-08-01&quot;:0.87},{&quot;2026-08-02&quot;:0.86},{&quot;2026-08-03&quot;:0.92},{&quot;2026-08-04&quot;:0.95},{&quot;2026-08-05&quot;:0.91},{&quot;2026-08-07&quot;:0.94},{&quot;2026-08-08&quot;:1.0},{&quot;2026-08-09&quot;:1.0},{&quot;2026-08-10&quot;:1.02},{&quot;2026-08-11&quot;:1.04},{&quot;2026-08-12&quot;:1.07},{&quot;2026-08-13&quot;:1.23},{&quot;2026-08-14&quot;:1.4},{&quot;2026-08-15&quot;:1.39},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.12},{&quot;2026-08-18&quot;:1.0},{&quot;2026-08-19&quot;:1.12},{&quot;2026-08-20&quot;:1.1},{&quot;2026-08-21&quot;:1.04},{&quot;2026-08-22&quot;:1.0},{&quot;2026-08-23&quot;:0.85},{&quot;2026-08-24&quot;:0.96},{&quot;2026-08-25&quot;:0.86},{&quot;2026-08-26&quot;:0.84},{&quot;2026-08-27&quot;:0.82},{&quot;2026-08-28&quot;:0.82},{&quot;2026-08-29&quot;:0.82},{&quot;2026-08-30&quot;:0.99},{&quot;2026-08-31&quot;:1.0},{&quot;2026-09-01&quot;:1.01},{&quot;2026-09-02&quot;:1.11},{&quot;2026-09-03&quot;:1.28},{&quot;2026-09-04&quot;:1.46},{&quot;2026-09-05&quot;:1.5},{&quot;2026-09-06&quot;:1.47},{&quot;2026-09-07&quot;:1.54},{&quot;2026-09-08&quot;:1.64},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.65},{&quot;2026-09-11&quot;:1.67},{&quot;2026-09-12&quot;:1.6},{&quot;2026-09-13&quot;:1.58}]}"
        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="20145"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

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

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

        <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">
            Path to Exile
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Path to Exile" src="https://cards.scryfall.io/large/front/9/0/90460227-6f34-4403-b2ef-d79f95f44790.jpg?1783921930" />
    </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">
                $1.57
              </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">
                $1.71
              </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">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.82},{&quot;2026-06-13&quot;:1.79},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.73},{&quot;2026-06-20&quot;:1.73},{&quot;2026-06-21&quot;:1.73},{&quot;2026-06-22&quot;:1.73},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.71},{&quot;2026-06-25&quot;:1.71},{&quot;2026-06-26&quot;:1.71},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.73},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.81},{&quot;2026-07-05&quot;:1.81},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.77},{&quot;2026-07-08&quot;:1.77},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.77},{&quot;2026-07-12&quot;:1.77},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.75},{&quot;2026-07-15&quot;:1.75},{&quot;2026-07-16&quot;:1.75},{&quot;2026-07-17&quot;:1.75},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.81},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.79},{&quot;2026-08-03&quot;:1.81},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:1.76},{&quot;2026-08-09&quot;:1.76},{&quot;2026-08-10&quot;:1.76},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.78},{&quot;2026-08-16&quot;:1.78},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.82},{&quot;2026-08-20&quot;:1.82},{&quot;2026-08-21&quot;:1.85},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.74},{&quot;2026-08-25&quot;:1.74},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.81},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.77},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.69},{&quot;2026-09-11&quot;:1.71},{&quot;2026-09-12&quot;:1.71},{&quot;2026-09-13&quot;:1.71}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.44},{&quot;2026-06-13&quot;:1.42},{&quot;2026-06-14&quot;:1.42},{&quot;2026-06-15&quot;:1.42},{&quot;2026-06-16&quot;:1.42},{&quot;2026-06-17&quot;:1.42},{&quot;2026-06-18&quot;:1.43},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.42},{&quot;2026-06-21&quot;:1.42},{&quot;2026-06-22&quot;:1.42},{&quot;2026-06-23&quot;:1.44},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.42},{&quot;2026-06-26&quot;:1.41},{&quot;2026-06-27&quot;:1.42},{&quot;2026-06-28&quot;:1.42},{&quot;2026-06-29&quot;:1.41},{&quot;2026-06-30&quot;:1.39},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.41},{&quot;2026-07-03&quot;:1.41},{&quot;2026-07-04&quot;:1.39},{&quot;2026-07-05&quot;:1.4},{&quot;2026-07-06&quot;:1.45},{&quot;2026-07-07&quot;:1.43},{&quot;2026-07-08&quot;:1.42},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.41},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.43},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.46},{&quot;2026-07-16&quot;:1.46},{&quot;2026-07-17&quot;:1.46},{&quot;2026-07-18&quot;:1.46},{&quot;2026-07-19&quot;:1.46},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.56},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.57},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-29&quot;:1.59},{&quot;2026-07-30&quot;:1.58},{&quot;2026-07-31&quot;:1.58},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.59},{&quot;2026-08-03&quot;:1.52},{&quot;2026-08-04&quot;:1.54},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.6},{&quot;2026-08-10&quot;:1.59},{&quot;2026-08-11&quot;:1.57},{&quot;2026-08-12&quot;:1.54},{&quot;2026-08-13&quot;:1.52},{&quot;2026-08-14&quot;:1.53},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.5},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.6},{&quot;2026-08-19&quot;:1.56},{&quot;2026-08-20&quot;:1.56},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.5},{&quot;2026-08-23&quot;:1.5},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.46},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.6},{&quot;2026-08-28&quot;:1.61},{&quot;2026-08-29&quot;:1.61},{&quot;2026-08-30&quot;:1.61},{&quot;2026-08-31&quot;:1.6},{&quot;2026-09-01&quot;:1.6},{&quot;2026-09-02&quot;:1.59},{&quot;2026-09-03&quot;:1.59},{&quot;2026-09-04&quot;:1.6},{&quot;2026-09-05&quot;:1.6},{&quot;2026-09-06&quot;:1.57},{&quot;2026-09-07&quot;:1.57},{&quot;2026-09-08&quot;:1.56},{&quot;2026-09-09&quot;:1.56},{&quot;2026-09-10&quot;:1.55},{&quot;2026-09-11&quot;:1.59},{&quot;2026-09-12&quot;:1.59},{&quot;2026-09-13&quot;:1.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28929"
  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">
            Masterwork of Ingenuity
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Masterwork of Ingenuity
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Masterwork of Ingenuity" src="https://cards.scryfall.io/large/front/8/0/80b38b13-fc19-4ffc-8100-249f9eb8cca6.jpg?1783926169" />
    </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">
                $1.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">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.35},{&quot;2026-06-16&quot;:1.35},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.3},{&quot;2026-06-20&quot;:1.33},{&quot;2026-06-21&quot;:1.33},{&quot;2026-06-22&quot;:1.34},{&quot;2026-06-23&quot;:1.33},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.29},{&quot;2026-06-26&quot;:1.4},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.33},{&quot;2026-06-30&quot;:1.28},{&quot;2026-07-01&quot;:1.35},{&quot;2026-07-02&quot;:1.35},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.35},{&quot;2026-07-06&quot;:1.35},{&quot;2026-07-07&quot;:1.35},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.32},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.32},{&quot;2026-07-13&quot;:1.34},{&quot;2026-07-14&quot;:1.18},{&quot;2026-07-15&quot;:1.16},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.26},{&quot;2026-07-18&quot;:1.17},{&quot;2026-07-19&quot;:1.22},{&quot;2026-07-20&quot;:1.33},{&quot;2026-07-21&quot;:1.32},{&quot;2026-07-23&quot;:1.32},{&quot;2026-07-24&quot;:1.32},{&quot;2026-07-25&quot;:1.31},{&quot;2026-07-26&quot;:1.29},{&quot;2026-07-27&quot;:1.29},{&quot;2026-07-28&quot;:1.28},{&quot;2026-07-29&quot;:1.28},{&quot;2026-07-30&quot;:1.35},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.4},{&quot;2026-08-05&quot;:1.4},{&quot;2026-08-07&quot;:1.38},{&quot;2026-08-08&quot;:1.37},{&quot;2026-08-09&quot;:1.41},{&quot;2026-08-10&quot;:1.41},{&quot;2026-08-11&quot;:1.4},{&quot;2026-08-12&quot;:1.4},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.41},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.52},{&quot;2026-08-18&quot;:1.49},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.41},{&quot;2026-08-24&quot;:1.42},{&quot;2026-08-25&quot;:1.42},{&quot;2026-08-26&quot;:1.41},{&quot;2026-08-27&quot;:1.41},{&quot;2026-08-28&quot;:1.43},{&quot;2026-08-29&quot;:1.43},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.52},{&quot;2026-09-03&quot;:1.5},{&quot;2026-09-04&quot;:1.48},{&quot;2026-09-05&quot;:1.5},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.6},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.59},{&quot;2026-09-10&quot;:1.58},{&quot;2026-09-11&quot;:1.62},{&quot;2026-09-12&quot;:1.59},{&quot;2026-09-13&quot;:1.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.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="Llanowar Elves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/a/6a0b230b-d391-4998-a3f7-7b158a0ec2cd.jpg?1783909057" />

        <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">
            Llanowar Elves
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Llanowar Elves" src="https://cards.scryfall.io/large/front/6/a/6a0b230b-d391-4998-a3f7-7b158a0ec2cd.jpg?1783909057" />
    </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">
            5
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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-15&quot;:0.77},{&quot;2026-06-16&quot;:0.96},{&quot;2026-06-17&quot;:0.96},{&quot;2026-06-18&quot;:1.09},{&quot;2026-06-19&quot;:1.13},{&quot;2026-06-20&quot;:1.09},{&quot;2026-06-21&quot;:1.09},{&quot;2026-06-22&quot;:1.09},{&quot;2026-06-23&quot;:1.09},{&quot;2026-06-24&quot;:1.08},{&quot;2026-06-25&quot;:1.05},{&quot;2026-06-26&quot;:1.03},{&quot;2026-06-27&quot;:0.94},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.78},{&quot;2026-07-02&quot;:1.86},{&quot;2026-07-03&quot;:1.81},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.63},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.44},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.81},{&quot;2026-07-12&quot;:1.9},{&quot;2026-07-13&quot;:2.19},{&quot;2026-07-14&quot;:2.31},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.47},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.16},{&quot;2026-07-22&quot;:2.33},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-24&quot;:2.3},{&quot;2026-07-25&quot;:2.24},{&quot;2026-07-26&quot;:2.09},{&quot;2026-07-27&quot;:2.09},{&quot;2026-07-28&quot;:2.01},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.67},{&quot;2026-08-02&quot;:1.43},{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.49},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.73},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.42},{&quot;2026-08-12&quot;:2.53},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:2.33},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.2},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:2.06},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.71},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.41},{&quot;2026-08-26&quot;:1.4},{&quot;2026-08-27&quot;:1.43},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.75},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.81},{&quot;2026-09-04&quot;:1.75},{&quot;2026-09-05&quot;:1.75},{&quot;2026-09-06&quot;:1.75},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.72},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.59},{&quot;2026-09-11&quot;:1.62},{&quot;2026-09-12&quot;:1.57},{&quot;2026-09-13&quot;:1.57}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.23},{&quot;2026-06-16&quot;:0.22},{&quot;2026-06-17&quot;:0.34},{&quot;2026-06-18&quot;:0.23},{&quot;2026-06-19&quot;:0.26},{&quot;2026-06-20&quot;:0.34},{&quot;2026-06-21&quot;:0.36},{&quot;2026-06-22&quot;:0.37},{&quot;2026-06-23&quot;:0.31},{&quot;2026-06-24&quot;:0.32},{&quot;2026-06-25&quot;:0.3},{&quot;2026-06-26&quot;:0.33},{&quot;2026-06-27&quot;:0.37},{&quot;2026-06-28&quot;:0.34},{&quot;2026-06-29&quot;:0.22},{&quot;2026-06-30&quot;:0.23},{&quot;2026-07-01&quot;:0.25},{&quot;2026-07-02&quot;:0.57},{&quot;2026-07-03&quot;:0.36},{&quot;2026-07-04&quot;:0.3},{&quot;2026-07-05&quot;:0.3},{&quot;2026-07-06&quot;:0.27},{&quot;2026-07-07&quot;:0.23},{&quot;2026-07-08&quot;:0.29},{&quot;2026-07-09&quot;:0.3},{&quot;2026-07-10&quot;:0.38},{&quot;2026-07-11&quot;:0.34},{&quot;2026-07-12&quot;:0.34},{&quot;2026-07-13&quot;:0.27},{&quot;2026-07-14&quot;:0.28},{&quot;2026-07-15&quot;:0.24},{&quot;2026-07-16&quot;:0.27},{&quot;2026-07-17&quot;:0.3},{&quot;2026-07-18&quot;:0.33},{&quot;2026-07-19&quot;:0.32},{&quot;2026-07-20&quot;:0.31},{&quot;2026-07-21&quot;:0.27},{&quot;2026-07-22&quot;:0.3},{&quot;2026-07-23&quot;:0.29},{&quot;2026-07-24&quot;:0.23},{&quot;2026-07-25&quot;:0.3},{&quot;2026-07-26&quot;:0.37},{&quot;2026-07-27&quot;:0.33},{&quot;2026-07-28&quot;:0.32},{&quot;2026-07-29&quot;:0.3},{&quot;2026-07-30&quot;:0.27},{&quot;2026-07-31&quot;:0.33},{&quot;2026-08-01&quot;:0.3},{&quot;2026-08-02&quot;:0.35},{&quot;2026-08-03&quot;:0.34},{&quot;2026-08-04&quot;:0.27},{&quot;2026-08-05&quot;:0.3},{&quot;2026-08-07&quot;:0.29},{&quot;2026-08-08&quot;:0.21},{&quot;2026-08-09&quot;:0.25},{&quot;2026-08-10&quot;:0.28},{&quot;2026-08-11&quot;:0.31},{&quot;2026-08-12&quot;:0.36},{&quot;2026-08-13&quot;:0.31},{&quot;2026-08-14&quot;:0.38},{&quot;2026-08-15&quot;:0.37},{&quot;2026-08-16&quot;:0.4},{&quot;2026-08-17&quot;:0.33},{&quot;2026-08-18&quot;:0.27},{&quot;2026-08-19&quot;:0.34},{&quot;2026-08-20&quot;:0.32},{&quot;2026-08-21&quot;:0.25},{&quot;2026-08-22&quot;:0.23},{&quot;2026-08-23&quot;:0.34},{&quot;2026-08-24&quot;:0.31},{&quot;2026-08-25&quot;:0.3},{&quot;2026-08-26&quot;:0.29},{&quot;2026-08-27&quot;:0.29},{&quot;2026-08-28&quot;:0.26},{&quot;2026-08-29&quot;:0.26},{&quot;2026-08-30&quot;:0.28},{&quot;2026-08-31&quot;:0.28},{&quot;2026-09-01&quot;:0.27},{&quot;2026-09-02&quot;:0.37},{&quot;2026-09-03&quot;:0.37},{&quot;2026-09-04&quot;:0.34},{&quot;2026-09-05&quot;:0.38},{&quot;2026-09-06&quot;:0.37},{&quot;2026-09-07&quot;:0.36},{&quot;2026-09-08&quot;:0.42},{&quot;2026-09-09&quot;:0.34},{&quot;2026-09-10&quot;:0.35},{&quot;2026-09-11&quot;:0.35},{&quot;2026-09-12&quot;:0.31},{&quot;2026-09-13&quot;:0.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="36458"
  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-mid ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/7/7/77ba59d8-c13c-4966-845f-c090e9f061cb.jpg?1783925541" />
    </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">
            3
          </span>
        </div>

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

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

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

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

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

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

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

                <span class="text-xs text-accent-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">
                $1.57
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.23</span>
              <span class="text-xs text-grey-text">Credit: $1.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.55},{&quot;2026-06-12&quot;:2.47},{&quot;2026-06-13&quot;:2.47},{&quot;2026-06-14&quot;:2.47},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.28},{&quot;2026-06-20&quot;:2.28},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-24&quot;:2.25},{&quot;2026-06-25&quot;:2.25},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.18},{&quot;2026-06-29&quot;:2.2},{&quot;2026-06-30&quot;:2.2},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.24},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.73},{&quot;2026-07-11&quot;:1.71},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.59},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.77},{&quot;2026-07-19&quot;:1.84},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-23&quot;:1.78},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.81},{&quot;2026-07-27&quot;:1.79},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.8},{&quot;2026-08-05&quot;:1.8},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.85},{&quot;2026-08-09&quot;:1.87},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.86},{&quot;2026-08-12&quot;:1.86},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.82},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.8},{&quot;2026-08-23&quot;:1.75},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.73},{&quot;2026-08-28&quot;:1.73},{&quot;2026-08-29&quot;:1.73},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.72},{&quot;2026-09-01&quot;:1.72},{&quot;2026-09-02&quot;:1.65},{&quot;2026-09-03&quot;:1.65},{&quot;2026-09-04&quot;:1.64},{&quot;2026-09-05&quot;:1.63},{&quot;2026-09-06&quot;:1.63},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.6},{&quot;2026-09-11&quot;:1.6},{&quot;2026-09-12&quot;:1.58},{&quot;2026-09-13&quot;:1.57}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.89},{&quot;2026-06-12&quot;:0.85},{&quot;2026-06-13&quot;:0.84},{&quot;2026-06-14&quot;:0.84},{&quot;2026-06-15&quot;:0.84},{&quot;2026-06-16&quot;:0.84},{&quot;2026-06-17&quot;:0.82},{&quot;2026-06-18&quot;:0.85},{&quot;2026-06-19&quot;:0.81},{&quot;2026-06-20&quot;:0.81},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.8},{&quot;2026-06-24&quot;:0.81},{&quot;2026-06-25&quot;:0.81},{&quot;2026-06-26&quot;:0.81},{&quot;2026-06-27&quot;:0.82},{&quot;2026-06-28&quot;:0.82},{&quot;2026-06-29&quot;:0.81},{&quot;2026-06-30&quot;:0.83},{&quot;2026-07-01&quot;:0.82},{&quot;2026-07-02&quot;:0.84},{&quot;2026-07-03&quot;:0.84},{&quot;2026-07-04&quot;:0.85},{&quot;2026-07-05&quot;:0.85},{&quot;2026-07-06&quot;:0.82},{&quot;2026-07-07&quot;:0.81},{&quot;2026-07-08&quot;:0.87},{&quot;2026-07-09&quot;:0.89},{&quot;2026-07-10&quot;:0.91},{&quot;2026-07-11&quot;:0.9},{&quot;2026-07-12&quot;:0.9},{&quot;2026-07-13&quot;:0.9},{&quot;2026-07-14&quot;:0.91},{&quot;2026-07-15&quot;:0.92},{&quot;2026-07-16&quot;:0.92},{&quot;2026-07-17&quot;:0.93},{&quot;2026-07-18&quot;:0.93},{&quot;2026-07-19&quot;:0.93},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.87},{&quot;2026-07-23&quot;:0.89},{&quot;2026-07-25&quot;:0.88},{&quot;2026-07-26&quot;:0.9},{&quot;2026-07-27&quot;:0.9},{&quot;2026-07-29&quot;:0.91},{&quot;2026-07-30&quot;:0.91},{&quot;2026-07-31&quot;:0.89},{&quot;2026-08-01&quot;:0.9},{&quot;2026-08-02&quot;:0.9},{&quot;2026-08-03&quot;:0.88},{&quot;2026-08-04&quot;:0.88},{&quot;2026-08-05&quot;:0.88},{&quot;2026-08-07&quot;:0.91},{&quot;2026-08-08&quot;:0.91},{&quot;2026-08-09&quot;:0.93},{&quot;2026-08-10&quot;:0.99},{&quot;2026-08-11&quot;:0.98},{&quot;2026-08-12&quot;:0.97},{&quot;2026-08-13&quot;:1.05},{&quot;2026-08-14&quot;:1.06},{&quot;2026-08-15&quot;:1.06},{&quot;2026-08-16&quot;:1.04},{&quot;2026-08-17&quot;:1.03},{&quot;2026-08-18&quot;:1.03},{&quot;2026-08-19&quot;:1.03},{&quot;2026-08-20&quot;:1.03},{&quot;2026-08-21&quot;:0.95},{&quot;2026-08-22&quot;:0.94},{&quot;2026-08-23&quot;:0.95},{&quot;2026-08-24&quot;:0.96},{&quot;2026-08-25&quot;:0.96},{&quot;2026-08-26&quot;:1.01},{&quot;2026-08-27&quot;:1.02},{&quot;2026-08-28&quot;:1.03},{&quot;2026-08-29&quot;:1.03},{&quot;2026-08-30&quot;:1.03},{&quot;2026-08-31&quot;:0.97},{&quot;2026-09-01&quot;:0.97},{&quot;2026-09-02&quot;:1.0},{&quot;2026-09-03&quot;:1.1},{&quot;2026-09-04&quot;:1.1},{&quot;2026-09-05&quot;:1.14},{&quot;2026-09-06&quot;:1.14},{&quot;2026-09-07&quot;:1.16},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.15},{&quot;2026-09-10&quot;:1.14},{&quot;2026-09-11&quot;:1.15},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.18}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jugan Defends the Temple // Remnant of the Rising Star" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a22b5f27-f9e7-49e1-8e96-dc5d8e7fbe27.jpg?1783923851" />

        <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">
            Jugan Defends the Temple 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Jugan Defends the Temple // Remnant of the Rising Star" src="https://cards.scryfall.io/large/front/a/2/a22b5f27-f9e7-49e1-8e96-dc5d8e7fbe27.jpg?1783923851" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Jugan Defends the Temple // Remnant of the Rising Star" src="https://cards.scryfall.io/large/back/a/2/a22b5f27-f9e7-49e1-8e96-dc5d8e7fbe27.jpg?1783923851" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      <!-- 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-15&quot;:2.08},{&quot;2026-06-16&quot;:2.08},{&quot;2026-06-17&quot;:2.08},{&quot;2026-06-18&quot;:2.08},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:2.08},{&quot;2026-06-21&quot;:2.08},{&quot;2026-06-22&quot;:2.08},{&quot;2026-06-23&quot;:2.08},{&quot;2026-06-24&quot;:2.08},{&quot;2026-06-25&quot;:2.08},{&quot;2026-06-26&quot;:2.08},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.08},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.07},{&quot;2026-07-01&quot;:2.07},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.07},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:2.07},{&quot;2026-07-08&quot;:2.07},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:2.07},{&quot;2026-07-11&quot;:2.07},{&quot;2026-07-12&quot;:2.07},{&quot;2026-07-13&quot;:2.07},{&quot;2026-07-14&quot;:2.07},{&quot;2026-07-15&quot;:2.07},{&quot;2026-07-16&quot;:2.07},{&quot;2026-07-17&quot;:2.07},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.07},{&quot;2026-07-20&quot;:2.07},{&quot;2026-07-21&quot;:2.07},{&quot;2026-07-22&quot;:2.07},{&quot;2026-07-23&quot;:2.07},{&quot;2026-07-24&quot;:2.07},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.11},{&quot;2026-07-27&quot;:2.11},{&quot;2026-07-28&quot;:2.11},{&quot;2026-07-29&quot;:2.11},{&quot;2026-07-30&quot;:2.11},{&quot;2026-07-31&quot;:2.11},{&quot;2026-08-01&quot;:2.11},{&quot;2026-08-02&quot;:2.11},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.13},{&quot;2026-08-05&quot;:2.13},{&quot;2026-08-07&quot;:2.11},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.13},{&quot;2026-08-10&quot;:2.13},{&quot;2026-08-11&quot;:2.09},{&quot;2026-08-12&quot;:2.09},{&quot;2026-08-13&quot;:1.97},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:1.97},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.97},{&quot;2026-08-18&quot;:1.97},{&quot;2026-08-19&quot;:1.97},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:1.97},{&quot;2026-08-22&quot;:1.99},{&quot;2026-08-23&quot;:1.99},{&quot;2026-08-24&quot;:1.99},{&quot;2026-08-25&quot;:1.99},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:1.99},{&quot;2026-09-01&quot;:1.99},{&quot;2026-09-02&quot;:1.99},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:1.99},{&quot;2026-09-05&quot;:1.99},{&quot;2026-09-06&quot;:2.0},{&quot;2026-09-07&quot;:2.0},{&quot;2026-09-08&quot;:2.0},{&quot;2026-09-09&quot;:2.0},{&quot;2026-09-10&quot;:2.0},{&quot;2026-09-11&quot;:1.97},{&quot;2026-09-12&quot;:1.97},{&quot;2026-09-13&quot;:1.97}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.64},{&quot;2026-06-16&quot;:1.62},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.64},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.59},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.53},{&quot;2026-06-30&quot;:1.53},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.53},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.56},{&quot;2026-07-05&quot;:1.56},{&quot;2026-07-06&quot;:1.56},{&quot;2026-07-07&quot;:1.45},{&quot;2026-07-08&quot;:1.45},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.47},{&quot;2026-07-11&quot;:1.38},{&quot;2026-07-12&quot;:1.36},{&quot;2026-07-13&quot;:1.37},{&quot;2026-07-14&quot;:1.32},{&quot;2026-07-15&quot;:1.27},{&quot;2026-07-16&quot;:1.27},{&quot;2026-07-17&quot;:1.28},{&quot;2026-07-18&quot;:1.26},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.24},{&quot;2026-07-21&quot;:1.24},{&quot;2026-07-22&quot;:1.24},{&quot;2026-07-23&quot;:1.24},{&quot;2026-07-24&quot;:1.24},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.13},{&quot;2026-07-27&quot;:1.14},{&quot;2026-07-28&quot;:1.19},{&quot;2026-07-29&quot;:1.24},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.15},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.18},{&quot;2026-08-03&quot;:1.17},{&quot;2026-08-04&quot;:1.15},{&quot;2026-08-05&quot;:1.14},{&quot;2026-08-07&quot;:1.16},{&quot;2026-08-08&quot;:1.22},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.19},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.14},{&quot;2026-08-14&quot;:1.06},{&quot;2026-08-15&quot;:1.05},{&quot;2026-08-16&quot;:1.05},{&quot;2026-08-17&quot;:1.06},{&quot;2026-08-18&quot;:1.1},{&quot;2026-08-19&quot;:1.08},{&quot;2026-08-20&quot;:1.07},{&quot;2026-08-21&quot;:1.05},{&quot;2026-08-22&quot;:1.04},{&quot;2026-08-23&quot;:1.04},{&quot;2026-08-24&quot;:1.03},{&quot;2026-08-25&quot;:0.96},{&quot;2026-08-26&quot;:0.93},{&quot;2026-08-27&quot;:0.93},{&quot;2026-08-28&quot;:0.94},{&quot;2026-08-29&quot;:0.94},{&quot;2026-08-30&quot;:1.06},{&quot;2026-08-31&quot;:1.04},{&quot;2026-09-01&quot;:1.07},{&quot;2026-09-02&quot;:1.1},{&quot;2026-09-03&quot;:1.19},{&quot;2026-09-04&quot;:1.26},{&quot;2026-09-05&quot;:1.46},{&quot;2026-09-06&quot;:1.51},{&quot;2026-09-07&quot;:1.58},{&quot;2026-09-08&quot;:1.69},{&quot;2026-09-09&quot;:1.69},{&quot;2026-09-10&quot;:1.66},{&quot;2026-09-11&quot;:1.69},{&quot;2026-09-12&quot;:1.59},{&quot;2026-09-13&quot;:1.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

        <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">
            Cursed Totem
        </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="Cursed Totem" src="https://cards.scryfall.io/large/front/5/d/5dde91a9-7d2d-4a7b-861a-3d1c16ec79d9.jpg?1783926776" />
    </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">
                $1.57
              </span>

            </div>
          </div>

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</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-15&quot;:5.36},{&quot;2026-06-16&quot;:5.36},{&quot;2026-06-17&quot;:5.36},{&quot;2026-06-18&quot;:5.36},{&quot;2026-06-19&quot;:5.36},{&quot;2026-06-20&quot;:5.36},{&quot;2026-06-21&quot;:5.35},{&quot;2026-06-22&quot;:5.35},{&quot;2026-06-23&quot;:5.35},{&quot;2026-06-24&quot;:5.35},{&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.31},{&quot;2026-07-01&quot;:5.31},{&quot;2026-07-02&quot;:5.31},{&quot;2026-07-03&quot;:5.34},{&quot;2026-07-04&quot;:5.34},{&quot;2026-07-05&quot;:5.34},{&quot;2026-07-06&quot;:5.34},{&quot;2026-07-07&quot;:5.38},{&quot;2026-07-08&quot;:5.38},{&quot;2026-07-09&quot;:5.44},{&quot;2026-07-10&quot;:5.44},{&quot;2026-07-11&quot;:5.44},{&quot;2026-07-12&quot;:5.44},{&quot;2026-07-13&quot;:5.44},{&quot;2026-07-14&quot;:5.58},{&quot;2026-07-15&quot;:5.58},{&quot;2026-07-16&quot;:5.66},{&quot;2026-07-17&quot;:5.66},{&quot;2026-07-18&quot;:5.67},{&quot;2026-07-19&quot;:5.67},{&quot;2026-07-20&quot;:5.67},{&quot;2026-07-21&quot;:5.67},{&quot;2026-07-22&quot;:5.67},{&quot;2026-07-23&quot;:5.67},{&quot;2026-07-24&quot;:5.92},{&quot;2026-07-25&quot;:5.92},{&quot;2026-07-26&quot;:5.92},{&quot;2026-07-27&quot;:5.92},{&quot;2026-07-28&quot;:5.92},{&quot;2026-07-29&quot;:5.92},{&quot;2026-07-30&quot;:5.92},{&quot;2026-07-31&quot;:5.9},{&quot;2026-08-01&quot;:5.9},{&quot;2026-08-02&quot;:5.65},{&quot;2026-08-03&quot;:5.65},{&quot;2026-08-04&quot;:5.65},{&quot;2026-08-05&quot;:5.65},{&quot;2026-08-07&quot;:5.65},{&quot;2026-08-08&quot;:5.65},{&quot;2026-08-09&quot;:5.65},{&quot;2026-08-10&quot;:5.65},{&quot;2026-08-11&quot;:5.65},{&quot;2026-08-12&quot;:5.75},{&quot;2026-08-13&quot;:5.75},{&quot;2026-08-14&quot;:5.75},{&quot;2026-08-15&quot;:5.75},{&quot;2026-08-16&quot;:5.75},{&quot;2026-08-17&quot;:5.75},{&quot;2026-08-18&quot;:5.71},{&quot;2026-08-19&quot;:5.64},{&quot;2026-08-20&quot;:5.64},{&quot;2026-08-21&quot;:5.64},{&quot;2026-08-22&quot;:5.64},{&quot;2026-08-23&quot;:5.64},{&quot;2026-08-24&quot;:5.64},{&quot;2026-08-25&quot;:5.64},{&quot;2026-08-26&quot;:5.64},{&quot;2026-08-27&quot;:5.66},{&quot;2026-08-28&quot;:5.66},{&quot;2026-08-29&quot;:5.66},{&quot;2026-08-30&quot;:6.58},{&quot;2026-08-31&quot;:6.58},{&quot;2026-09-01&quot;:6.58},{&quot;2026-09-02&quot;:6.58},{&quot;2026-09-03&quot;:6.58},{&quot;2026-09-04&quot;:6.58},{&quot;2026-09-05&quot;:6.58},{&quot;2026-09-06&quot;:6.58},{&quot;2026-09-07&quot;:6.7},{&quot;2026-09-08&quot;:6.7},{&quot;2026-09-09&quot;:6.7},{&quot;2026-09-10&quot;:6.7},{&quot;2026-09-11&quot;:6.66},{&quot;2026-09-12&quot;:6.66},{&quot;2026-09-13&quot;:6.66}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.31},{&quot;2026-06-16&quot;:1.32},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.38},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.53},{&quot;2026-06-23&quot;:1.59},{&quot;2026-06-24&quot;:1.52},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.62},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.62},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.43},{&quot;2026-07-01&quot;:1.43},{&quot;2026-07-02&quot;:1.43},{&quot;2026-07-03&quot;:1.38},{&quot;2026-07-04&quot;:1.37},{&quot;2026-07-05&quot;:1.35},{&quot;2026-07-06&quot;:1.34},{&quot;2026-07-07&quot;:1.36},{&quot;2026-07-08&quot;:1.27},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.26},{&quot;2026-07-12&quot;:1.18},{&quot;2026-07-13&quot;:1.16},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.05},{&quot;2026-07-18&quot;:1.06},{&quot;2026-07-19&quot;:1.04},{&quot;2026-07-20&quot;:1.04},{&quot;2026-07-21&quot;:1.06},{&quot;2026-07-22&quot;:1.07},{&quot;2026-07-23&quot;:1.07},{&quot;2026-07-24&quot;:1.05},{&quot;2026-07-25&quot;:1.07},{&quot;2026-07-26&quot;:1.09},{&quot;2026-07-27&quot;:1.1},{&quot;2026-07-28&quot;:1.09},{&quot;2026-07-29&quot;:1.08},{&quot;2026-07-30&quot;:1.09},{&quot;2026-07-31&quot;:1.1},{&quot;2026-08-01&quot;:1.1},{&quot;2026-08-02&quot;:1.03},{&quot;2026-08-03&quot;:1.01},{&quot;2026-08-04&quot;:1.02},{&quot;2026-08-05&quot;:1.04},{&quot;2026-08-07&quot;:1.01},{&quot;2026-08-08&quot;:1.02},{&quot;2026-08-09&quot;:1.09},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.19},{&quot;2026-08-13&quot;:1.34},{&quot;2026-08-14&quot;:1.42},{&quot;2026-08-15&quot;:1.4},{&quot;2026-08-16&quot;:1.4},{&quot;2026-08-17&quot;:1.4},{&quot;2026-08-18&quot;:1.39},{&quot;2026-08-19&quot;:1.2},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.45},{&quot;2026-08-23&quot;:1.47},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.38},{&quot;2026-08-27&quot;:1.38},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.53},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.49},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.47},{&quot;2026-09-05&quot;:1.53},{&quot;2026-09-06&quot;:1.49},{&quot;2026-09-07&quot;:1.57},{&quot;2026-09-08&quot;:1.59},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.62},{&quot;2026-09-11&quot;:1.63},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Palani&#39;s Hatcher" src="https://cards.scryfall.io/large/front/a/0/a0817334-d7ba-4de9-ade7-67beef358d1f.jpg?1783913695" />
    </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">
                $1.57
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  30%
                </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">
                $1.30
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.15</span>
              <span class="text-xs text-grey-text">Credit: $0.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-15&quot;:0.92},{&quot;2026-06-16&quot;:0.92},{&quot;2026-06-17&quot;:0.92},{&quot;2026-06-18&quot;:0.95},{&quot;2026-06-19&quot;:0.94},{&quot;2026-06-20&quot;:0.94},{&quot;2026-06-21&quot;:0.94},{&quot;2026-06-22&quot;:0.94},{&quot;2026-06-23&quot;:0.95},{&quot;2026-06-24&quot;:0.98},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:0.98},{&quot;2026-06-27&quot;:0.98},{&quot;2026-06-28&quot;:1.09},{&quot;2026-06-29&quot;:1.09},{&quot;2026-06-30&quot;:1.09},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.09},{&quot;2026-07-03&quot;:1.09},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.09},{&quot;2026-07-07&quot;:1.08},{&quot;2026-07-08&quot;:1.08},{&quot;2026-07-09&quot;:1.09},{&quot;2026-07-10&quot;:1.09},{&quot;2026-07-11&quot;:1.09},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.16},{&quot;2026-07-14&quot;:1.11},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.1},{&quot;2026-07-17&quot;:1.1},{&quot;2026-07-18&quot;:1.1},{&quot;2026-07-19&quot;:1.1},{&quot;2026-07-20&quot;:1.1},{&quot;2026-07-21&quot;:1.11},{&quot;2026-07-22&quot;:1.11},{&quot;2026-07-23&quot;:1.11},{&quot;2026-07-24&quot;:1.09},{&quot;2026-07-25&quot;:1.09},{&quot;2026-07-26&quot;:1.09},{&quot;2026-07-27&quot;:1.09},{&quot;2026-07-28&quot;:1.09},{&quot;2026-07-29&quot;:1.12},{&quot;2026-07-30&quot;:1.12},{&quot;2026-07-31&quot;:1.12},{&quot;2026-08-01&quot;:1.12},{&quot;2026-08-02&quot;:1.12},{&quot;2026-08-03&quot;:1.11},{&quot;2026-08-04&quot;:1.12},{&quot;2026-08-05&quot;:1.14},{&quot;2026-08-07&quot;:1.11},{&quot;2026-08-08&quot;:1.11},{&quot;2026-08-09&quot;:1.18},{&quot;2026-08-10&quot;:1.19},{&quot;2026-08-11&quot;:1.19},{&quot;2026-08-12&quot;:1.19},{&quot;2026-08-13&quot;:1.22},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:1.22},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.16},{&quot;2026-08-19&quot;:1.17},{&quot;2026-08-20&quot;:1.15},{&quot;2026-08-21&quot;:1.15},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.1},{&quot;2026-08-24&quot;:1.1},{&quot;2026-08-25&quot;:1.1},{&quot;2026-08-26&quot;:1.12},{&quot;2026-08-27&quot;:1.12},{&quot;2026-08-28&quot;:1.11},{&quot;2026-08-29&quot;:1.11},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.21},{&quot;2026-09-02&quot;:1.19},{&quot;2026-09-03&quot;:1.24},{&quot;2026-09-04&quot;:1.24},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.24},{&quot;2026-09-07&quot;:1.24},{&quot;2026-09-08&quot;:1.24},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.3},{&quot;2026-09-12&quot;:1.3},{&quot;2026-09-13&quot;:1.3}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.17},{&quot;2026-06-16&quot;:0.81},{&quot;2026-06-17&quot;:0.79},{&quot;2026-06-18&quot;:0.82},{&quot;2026-06-19&quot;:0.82},{&quot;2026-06-20&quot;:0.79},{&quot;2026-06-21&quot;:0.77},{&quot;2026-06-22&quot;:0.76},{&quot;2026-06-23&quot;:0.74},{&quot;2026-06-24&quot;:0.73},{&quot;2026-06-25&quot;:0.75},{&quot;2026-06-26&quot;:0.75},{&quot;2026-06-27&quot;:0.73},{&quot;2026-06-28&quot;:0.71},{&quot;2026-06-29&quot;:0.7},{&quot;2026-06-30&quot;:0.7},{&quot;2026-07-01&quot;:0.7},{&quot;2026-07-02&quot;:0.74},{&quot;2026-07-03&quot;:0.75},{&quot;2026-07-04&quot;:0.78},{&quot;2026-07-05&quot;:0.8},{&quot;2026-07-06&quot;:0.8},{&quot;2026-07-07&quot;:0.76},{&quot;2026-07-08&quot;:0.76},{&quot;2026-07-09&quot;:0.78},{&quot;2026-07-10&quot;:0.76},{&quot;2026-07-11&quot;:0.78},{&quot;2026-07-12&quot;:0.78},{&quot;2026-07-13&quot;:0.77},{&quot;2026-07-14&quot;:0.79},{&quot;2026-07-15&quot;:0.77},{&quot;2026-07-16&quot;:0.77},{&quot;2026-07-17&quot;:0.77},{&quot;2026-07-18&quot;:0.77},{&quot;2026-07-19&quot;:0.8},{&quot;2026-07-20&quot;:0.8},{&quot;2026-07-21&quot;:0.87},{&quot;2026-07-22&quot;:0.85},{&quot;2026-07-23&quot;:0.87},{&quot;2026-07-24&quot;:0.86},{&quot;2026-07-25&quot;:0.89},{&quot;2026-07-26&quot;:0.87},{&quot;2026-07-27&quot;:0.87},{&quot;2026-07-28&quot;:0.87},{&quot;2026-07-29&quot;:0.89},{&quot;2026-07-30&quot;:0.85},{&quot;2026-07-31&quot;:0.85},{&quot;2026-08-01&quot;:0.85},{&quot;2026-08-02&quot;:0.85},{&quot;2026-08-03&quot;:0.88},{&quot;2026-08-04&quot;:0.89},{&quot;2026-08-05&quot;:0.89},{&quot;2026-08-07&quot;:0.89},{&quot;2026-08-08&quot;:0.89},{&quot;2026-08-09&quot;:0.9},{&quot;2026-08-10&quot;:0.92},{&quot;2026-08-11&quot;:0.91},{&quot;2026-08-12&quot;:0.89},{&quot;2026-08-13&quot;:0.91},{&quot;2026-08-14&quot;:0.95},{&quot;2026-08-15&quot;:0.94},{&quot;2026-08-16&quot;:0.91},{&quot;2026-08-17&quot;:0.9},{&quot;2026-08-18&quot;:0.92},{&quot;2026-08-19&quot;:0.89},{&quot;2026-08-20&quot;:0.92},{&quot;2026-08-21&quot;:0.95},{&quot;2026-08-22&quot;:0.93},{&quot;2026-08-23&quot;:0.9},{&quot;2026-08-24&quot;:0.92},{&quot;2026-08-25&quot;:0.92},{&quot;2026-08-26&quot;:0.97},{&quot;2026-08-27&quot;:1.0},{&quot;2026-08-28&quot;:1.07},{&quot;2026-08-29&quot;:1.07},{&quot;2026-08-30&quot;:1.15},{&quot;2026-08-31&quot;:1.15},{&quot;2026-09-01&quot;:1.15},{&quot;2026-09-02&quot;:1.12},{&quot;2026-09-03&quot;:1.12},{&quot;2026-09-04&quot;:1.15},{&quot;2026-09-05&quot;:1.15},{&quot;2026-09-06&quot;:1.17},{&quot;2026-09-07&quot;:1.21},{&quot;2026-09-08&quot;:1.21},{&quot;2026-09-09&quot;:1.22},{&quot;2026-09-10&quot;:1.26},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.57},{&quot;2026-09-13&quot;:1.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86573"
  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-woe 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">
            Cruel Somnophage 
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cruel Somnophage // Can&#39;t Wake Up" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/9/39b11ff0-9946-4337-86fb-42e967f3d2e4.jpg?1783915066" />

        <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">
            Cruel Somnophage 
        </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 — Nightmare</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Cruel Somnophage // Can&#39;t Wake Up" src="https://cards.scryfall.io/large/front/3/9/39b11ff0-9946-4337-86fb-42e967f3d2e4.jpg?1783915066" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Cruel Somnophage // Can&#39;t Wake Up" src="https://cards.scryfall.io/large/front/3/9/39b11ff0-9946-4337-86fb-42e967f3d2e4.jpg?1783915066" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.36</span>
              <span class="text-xs text-grey-text">Credit: $0.47</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;:0.87},{&quot;2026-06-13&quot;:0.87},{&quot;2026-06-14&quot;:0.87},{&quot;2026-06-15&quot;:0.88},{&quot;2026-06-16&quot;:0.88},{&quot;2026-06-17&quot;:0.88},{&quot;2026-06-18&quot;:0.88},{&quot;2026-06-19&quot;:0.88},{&quot;2026-06-20&quot;:0.88},{&quot;2026-06-21&quot;:0.85},{&quot;2026-06-22&quot;:0.85},{&quot;2026-06-23&quot;:0.88},{&quot;2026-06-24&quot;:0.88},{&quot;2026-06-25&quot;:0.88},{&quot;2026-06-26&quot;:0.88},{&quot;2026-06-27&quot;:0.88},{&quot;2026-06-28&quot;:0.88},{&quot;2026-06-29&quot;:0.88},{&quot;2026-06-30&quot;:0.87},{&quot;2026-07-01&quot;:0.88},{&quot;2026-07-02&quot;:0.9},{&quot;2026-07-03&quot;:0.9},{&quot;2026-07-04&quot;:0.91},{&quot;2026-07-05&quot;:0.91},{&quot;2026-07-06&quot;:0.92},{&quot;2026-07-07&quot;:0.92},{&quot;2026-07-08&quot;:0.92},{&quot;2026-07-09&quot;:0.92},{&quot;2026-07-10&quot;:0.93},{&quot;2026-07-11&quot;:0.93},{&quot;2026-07-12&quot;:0.93},{&quot;2026-07-13&quot;:0.91},{&quot;2026-07-14&quot;:0.93},{&quot;2026-07-15&quot;:0.94},{&quot;2026-07-16&quot;:0.96},{&quot;2026-07-17&quot;:0.96},{&quot;2026-07-18&quot;:0.97},{&quot;2026-07-19&quot;:0.97},{&quot;2026-07-20&quot;:0.96},{&quot;2026-07-21&quot;:0.97},{&quot;2026-07-23&quot;:0.97},{&quot;2026-07-25&quot;:0.96},{&quot;2026-07-26&quot;:0.97},{&quot;2026-07-27&quot;:0.97},{&quot;2026-07-29&quot;:0.97},{&quot;2026-07-30&quot;:0.97},{&quot;2026-07-31&quot;:0.97},{&quot;2026-08-01&quot;:0.97},{&quot;2026-08-02&quot;:0.97},{&quot;2026-08-03&quot;:0.96},{&quot;2026-08-04&quot;:0.95},{&quot;2026-08-05&quot;:0.95},{&quot;2026-08-07&quot;:0.95},{&quot;2026-08-08&quot;:0.95},{&quot;2026-08-09&quot;:0.95},{&quot;2026-08-10&quot;:0.95},{&quot;2026-08-11&quot;:0.95},{&quot;2026-08-12&quot;:0.95},{&quot;2026-08-13&quot;:0.95},{&quot;2026-08-14&quot;:0.95},{&quot;2026-08-15&quot;:0.94},{&quot;2026-08-16&quot;:0.94},{&quot;2026-08-17&quot;:0.94},{&quot;2026-08-18&quot;:0.94},{&quot;2026-08-19&quot;:0.94},{&quot;2026-08-20&quot;:0.94},{&quot;2026-08-21&quot;:0.94},{&quot;2026-08-22&quot;:1.09},{&quot;2026-08-23&quot;:1.09},{&quot;2026-08-24&quot;:1.09},{&quot;2026-08-25&quot;:1.09},{&quot;2026-08-26&quot;:1.08},{&quot;2026-08-27&quot;:1.08},{&quot;2026-08-28&quot;:1.08},{&quot;2026-08-29&quot;:1.08},{&quot;2026-08-30&quot;:1.08},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.14},{&quot;2026-09-02&quot;:1.14},{&quot;2026-09-03&quot;:1.15},{&quot;2026-09-04&quot;:1.15},{&quot;2026-09-05&quot;:1.15},{&quot;2026-09-06&quot;:1.16},{&quot;2026-09-07&quot;:1.16},{&quot;2026-09-08&quot;:1.16},{&quot;2026-09-09&quot;:1.16},{&quot;2026-09-10&quot;:1.15},{&quot;2026-09-11&quot;:1.15},{&quot;2026-09-12&quot;:1.15},{&quot;2026-09-13&quot;:1.15}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.87},{&quot;2026-06-13&quot;:0.88},{&quot;2026-06-14&quot;:0.89},{&quot;2026-06-15&quot;:0.93},{&quot;2026-06-16&quot;:0.95},{&quot;2026-06-17&quot;:0.95},{&quot;2026-06-18&quot;:0.96},{&quot;2026-06-19&quot;:0.96},{&quot;2026-06-20&quot;:0.97},{&quot;2026-06-21&quot;:0.94},{&quot;2026-06-22&quot;:0.91},{&quot;2026-06-23&quot;:0.9},{&quot;2026-06-24&quot;:0.88},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:0.83},{&quot;2026-06-27&quot;:0.87},{&quot;2026-06-28&quot;:0.84},{&quot;2026-06-29&quot;:0.78},{&quot;2026-06-30&quot;:0.79},{&quot;2026-07-01&quot;:0.8},{&quot;2026-07-02&quot;:0.78},{&quot;2026-07-03&quot;:0.75},{&quot;2026-07-04&quot;:0.75},{&quot;2026-07-05&quot;:0.72},{&quot;2026-07-06&quot;:0.71},{&quot;2026-07-07&quot;:0.72},{&quot;2026-07-08&quot;:0.73},{&quot;2026-07-09&quot;:0.71},{&quot;2026-07-10&quot;:0.75},{&quot;2026-07-11&quot;:0.74},{&quot;2026-07-12&quot;:0.73},{&quot;2026-07-13&quot;:0.77},{&quot;2026-07-14&quot;:0.77},{&quot;2026-07-15&quot;:0.77},{&quot;2026-07-16&quot;:0.79},{&quot;2026-07-17&quot;:0.84},{&quot;2026-07-18&quot;:0.84},{&quot;2026-07-19&quot;:0.85},{&quot;2026-07-20&quot;:0.85},{&quot;2026-07-21&quot;:0.87},{&quot;2026-07-23&quot;:0.84},{&quot;2026-07-25&quot;:0.95},{&quot;2026-07-26&quot;:0.97},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-29&quot;:1.04},{&quot;2026-07-30&quot;:1.05},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.08},{&quot;2026-08-02&quot;:1.01},{&quot;2026-08-03&quot;:0.99},{&quot;2026-08-04&quot;:0.97},{&quot;2026-08-05&quot;:0.95},{&quot;2026-08-07&quot;:0.88},{&quot;2026-08-08&quot;:0.88},{&quot;2026-08-09&quot;:0.82},{&quot;2026-08-10&quot;:0.82},{&quot;2026-08-11&quot;:0.85},{&quot;2026-08-12&quot;:0.86},{&quot;2026-08-13&quot;:1.16},{&quot;2026-08-14&quot;:1.52},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.43},{&quot;2026-08-17&quot;:1.46},{&quot;2026-08-18&quot;:1.4},{&quot;2026-08-19&quot;:1.36},{&quot;2026-08-20&quot;:1.36},{&quot;2026-08-21&quot;:1.39},{&quot;2026-08-22&quot;:1.36},{&quot;2026-08-23&quot;:1.33},{&quot;2026-08-24&quot;:1.25},{&quot;2026-08-25&quot;:1.25},{&quot;2026-08-26&quot;:1.25},{&quot;2026-08-27&quot;:1.25},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.47},{&quot;2026-08-31&quot;:1.47},{&quot;2026-09-01&quot;:1.47},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.64},{&quot;2026-09-04&quot;:1.65},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.68},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.81},{&quot;2026-09-11&quot;:1.92},{&quot;2026-09-12&quot;:1.64},{&quot;2026-09-13&quot;:1.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Smuggler&#39;s Copter
        </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 — Vehicle</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="Smuggler&#39;s Copter" src="https://cards.scryfall.io/large/front/d/0/d0e53c71-6a58-4ea1-a550-f3cbd749eafd.jpg?1783906375" />
    </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">
                $1.57
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:6.14},{&quot;2026-06-15&quot;:6.14},{&quot;2026-06-16&quot;:6.1},{&quot;2026-06-17&quot;:6.1},{&quot;2026-06-18&quot;:6.1},{&quot;2026-06-19&quot;:6.1},{&quot;2026-06-20&quot;:6.18},{&quot;2026-06-21&quot;:6.18},{&quot;2026-06-22&quot;:6.18},{&quot;2026-06-23&quot;:6.18},{&quot;2026-06-24&quot;:6.27},{&quot;2026-06-25&quot;:6.27},{&quot;2026-06-26&quot;:6.27},{&quot;2026-06-27&quot;:6.38},{&quot;2026-06-28&quot;:6.38},{&quot;2026-06-29&quot;:6.38},{&quot;2026-06-30&quot;:6.38},{&quot;2026-07-01&quot;:6.38},{&quot;2026-07-02&quot;:6.41},{&quot;2026-07-03&quot;:6.48},{&quot;2026-07-04&quot;:6.52},{&quot;2026-07-05&quot;:6.46},{&quot;2026-07-06&quot;:6.46},{&quot;2026-07-07&quot;:6.48},{&quot;2026-07-08&quot;:6.47},{&quot;2026-07-09&quot;:6.47},{&quot;2026-07-10&quot;:6.47},{&quot;2026-07-11&quot;:6.49},{&quot;2026-07-12&quot;:6.49},{&quot;2026-07-13&quot;:6.49},{&quot;2026-07-14&quot;:6.49},{&quot;2026-07-15&quot;:6.59},{&quot;2026-07-16&quot;:6.6},{&quot;2026-07-17&quot;:6.6},{&quot;2026-07-18&quot;:6.72},{&quot;2026-07-19&quot;:6.72},{&quot;2026-07-20&quot;:6.84},{&quot;2026-07-21&quot;:6.84},{&quot;2026-07-23&quot;:6.86},{&quot;2026-07-24&quot;:6.98},{&quot;2026-07-25&quot;:6.98},{&quot;2026-07-26&quot;:6.98},{&quot;2026-07-27&quot;:6.98},{&quot;2026-07-28&quot;:6.98},{&quot;2026-07-29&quot;:6.98},{&quot;2026-07-30&quot;:7.01},{&quot;2026-07-31&quot;:7.01},{&quot;2026-08-01&quot;:7.01},{&quot;2026-08-02&quot;:7.08},{&quot;2026-08-03&quot;:7.08},{&quot;2026-08-04&quot;:7.2},{&quot;2026-08-05&quot;:7.33},{&quot;2026-08-07&quot;:7.46},{&quot;2026-08-08&quot;:7.46},{&quot;2026-08-09&quot;:7.46},{&quot;2026-08-10&quot;:7.46},{&quot;2026-08-11&quot;:7.46},{&quot;2026-08-12&quot;:7.54},{&quot;2026-08-13&quot;:7.54},{&quot;2026-08-14&quot;:7.54},{&quot;2026-08-15&quot;:7.78},{&quot;2026-08-16&quot;:7.85},{&quot;2026-08-17&quot;:7.92},{&quot;2026-08-18&quot;:7.86},{&quot;2026-08-19&quot;:7.86},{&quot;2026-08-20&quot;:7.86},{&quot;2026-08-21&quot;:7.86},{&quot;2026-08-22&quot;:7.86},{&quot;2026-08-23&quot;:7.86},{&quot;2026-08-24&quot;:7.86},{&quot;2026-08-25&quot;:7.86},{&quot;2026-08-26&quot;:7.86},{&quot;2026-08-27&quot;:7.86},{&quot;2026-08-28&quot;:7.86},{&quot;2026-08-29&quot;:7.86},{&quot;2026-08-30&quot;:7.86},{&quot;2026-08-31&quot;:7.86},{&quot;2026-09-01&quot;:7.86},{&quot;2026-09-02&quot;:7.85},{&quot;2026-09-03&quot;:7.85},{&quot;2026-09-04&quot;:7.85},{&quot;2026-09-05&quot;:7.85},{&quot;2026-09-06&quot;:7.91},{&quot;2026-09-07&quot;:8.0},{&quot;2026-09-08&quot;:8.0},{&quot;2026-09-09&quot;:8.0},{&quot;2026-09-10&quot;:8.0},{&quot;2026-09-11&quot;:7.98},{&quot;2026-09-12&quot;:7.98},{&quot;2026-09-13&quot;:7.96}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:0.98},{&quot;2026-06-15&quot;:1.01},{&quot;2026-06-16&quot;:1.04},{&quot;2026-06-17&quot;:1.13},{&quot;2026-06-18&quot;:1.13},{&quot;2026-06-19&quot;:1.15},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:1.18},{&quot;2026-06-22&quot;:1.2},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.33},{&quot;2026-06-25&quot;:1.3},{&quot;2026-06-26&quot;:1.3},{&quot;2026-06-27&quot;:1.21},{&quot;2026-06-28&quot;:1.28},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.27},{&quot;2026-07-01&quot;:1.37},{&quot;2026-07-02&quot;:1.48},{&quot;2026-07-03&quot;:1.45},{&quot;2026-07-04&quot;:1.5},{&quot;2026-07-05&quot;:1.5},{&quot;2026-07-06&quot;:1.54},{&quot;2026-07-07&quot;:1.47},{&quot;2026-07-08&quot;:1.47},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.42},{&quot;2026-07-11&quot;:1.43},{&quot;2026-07-12&quot;:1.4},{&quot;2026-07-13&quot;:1.35},{&quot;2026-07-14&quot;:1.28},{&quot;2026-07-15&quot;:1.27},{&quot;2026-07-16&quot;:1.24},{&quot;2026-07-17&quot;:1.18},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.19},{&quot;2026-07-20&quot;:1.17},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.26},{&quot;2026-07-24&quot;:1.26},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.35},{&quot;2026-07-27&quot;:1.44},{&quot;2026-07-28&quot;:1.51},{&quot;2026-07-29&quot;:1.59},{&quot;2026-07-30&quot;:1.57},{&quot;2026-07-31&quot;:1.53},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.57},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.54},{&quot;2026-08-09&quot;:1.54},{&quot;2026-08-10&quot;:1.54},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.48},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.57},{&quot;2026-08-15&quot;:1.54},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.45},{&quot;2026-08-18&quot;:1.45},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.48},{&quot;2026-08-21&quot;:1.56},{&quot;2026-08-22&quot;:1.58},{&quot;2026-08-23&quot;:1.56},{&quot;2026-08-24&quot;:1.54},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.53},{&quot;2026-08-27&quot;:1.65},{&quot;2026-08-28&quot;:1.53},{&quot;2026-08-29&quot;:1.53},{&quot;2026-08-30&quot;:1.46},{&quot;2026-08-31&quot;:1.48},{&quot;2026-09-01&quot;:1.45},{&quot;2026-09-02&quot;:1.6},{&quot;2026-09-03&quot;:1.69},{&quot;2026-09-04&quot;:1.84},{&quot;2026-09-05&quot;:1.95},{&quot;2026-09-06&quot;:2.02},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.86},{&quot;2026-09-10&quot;:1.8},{&quot;2026-09-11&quot;:1.71},{&quot;2026-09-12&quot;:1.74},{&quot;2026-09-13&quot;:1.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Palladium Myr" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/7/27305aad-f1bd-4895-8611-143bc0250bee.jpg?1783930657" />

        <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">
            Palladium Myr
        </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 Creature — Myr</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="Palladium Myr" src="https://cards.scryfall.io/large/front/2/7/27305aad-f1bd-4895-8611-143bc0250bee.jpg?1783930657" />
    </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">
                $1.56
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  16%
                </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">
                $1.30
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.32},{&quot;2026-06-16&quot;:1.32},{&quot;2026-06-17&quot;:1.32},{&quot;2026-06-18&quot;:1.32},{&quot;2026-06-19&quot;:1.32},{&quot;2026-06-20&quot;:1.32},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.33},{&quot;2026-06-23&quot;:1.33},{&quot;2026-06-24&quot;:1.33},{&quot;2026-06-25&quot;:1.33},{&quot;2026-06-26&quot;:1.33},{&quot;2026-06-27&quot;:1.33},{&quot;2026-06-28&quot;:1.33},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.34},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.34},{&quot;2026-07-06&quot;:1.35},{&quot;2026-07-07&quot;:1.35},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.35},{&quot;2026-07-10&quot;:1.35},{&quot;2026-07-11&quot;:1.33},{&quot;2026-07-12&quot;:1.33},{&quot;2026-07-13&quot;:1.33},{&quot;2026-07-14&quot;:1.3},{&quot;2026-07-15&quot;:1.3},{&quot;2026-07-16&quot;:1.3},{&quot;2026-07-17&quot;:1.31},{&quot;2026-07-18&quot;:1.31},{&quot;2026-07-19&quot;:1.31},{&quot;2026-07-20&quot;:1.32},{&quot;2026-07-21&quot;:1.3},{&quot;2026-07-22&quot;:1.3},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-24&quot;:1.3},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.31},{&quot;2026-07-27&quot;:1.31},{&quot;2026-07-28&quot;:1.31},{&quot;2026-07-29&quot;:1.31},{&quot;2026-07-30&quot;:1.31},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.29},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.31},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.31},{&quot;2026-08-10&quot;:1.31},{&quot;2026-08-11&quot;:1.31},{&quot;2026-08-12&quot;:1.31},{&quot;2026-08-13&quot;:1.31},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.31},{&quot;2026-08-17&quot;:1.31},{&quot;2026-08-18&quot;:1.31},{&quot;2026-08-19&quot;:1.31},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.29},{&quot;2026-08-27&quot;:1.29},{&quot;2026-08-28&quot;:1.29},{&quot;2026-08-29&quot;:1.29},{&quot;2026-08-30&quot;:1.29},{&quot;2026-08-31&quot;:1.29},{&quot;2026-09-01&quot;:1.29},{&quot;2026-09-02&quot;:1.29},{&quot;2026-09-03&quot;:1.29},{&quot;2026-09-04&quot;:1.29},{&quot;2026-09-05&quot;:1.29},{&quot;2026-09-06&quot;:1.29},{&quot;2026-09-07&quot;:1.29},{&quot;2026-09-08&quot;:1.3},{&quot;2026-09-09&quot;:1.3},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.3},{&quot;2026-09-12&quot;:1.3},{&quot;2026-09-13&quot;:1.3}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.63},{&quot;2026-06-19&quot;:1.58},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.82},{&quot;2026-06-24&quot;:1.66},{&quot;2026-06-25&quot;:1.65},{&quot;2026-06-26&quot;:1.62},{&quot;2026-06-27&quot;:1.66},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.98},{&quot;2026-06-30&quot;:2.17},{&quot;2026-07-01&quot;:1.82},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.8},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.85},{&quot;2026-07-06&quot;:2.38},{&quot;2026-07-07&quot;:2.38},{&quot;2026-07-08&quot;:2.35},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.15},{&quot;2026-07-11&quot;:1.95},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.94},{&quot;2026-07-14&quot;:1.99},{&quot;2026-07-15&quot;:2.08},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.78},{&quot;2026-07-18&quot;:1.78},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.44},{&quot;2026-07-21&quot;:1.52},{&quot;2026-07-22&quot;:1.66},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-24&quot;:1.73},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.33},{&quot;2026-07-28&quot;:1.31},{&quot;2026-07-29&quot;:1.15},{&quot;2026-07-30&quot;:1.15},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.1},{&quot;2026-08-02&quot;:1.11},{&quot;2026-08-03&quot;:1.13},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.19},{&quot;2026-08-07&quot;:1.14},{&quot;2026-08-08&quot;:1.13},{&quot;2026-08-09&quot;:1.13},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.16},{&quot;2026-08-12&quot;:1.19},{&quot;2026-08-13&quot;:1.3},{&quot;2026-08-14&quot;:1.35},{&quot;2026-08-15&quot;:1.35},{&quot;2026-08-16&quot;:1.35},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.3},{&quot;2026-08-19&quot;:1.31},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.29},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.22},{&quot;2026-08-28&quot;:1.21},{&quot;2026-08-29&quot;:1.21},{&quot;2026-08-30&quot;:1.12},{&quot;2026-08-31&quot;:1.19},{&quot;2026-09-01&quot;:1.17},{&quot;2026-09-02&quot;:1.16},{&quot;2026-09-03&quot;:1.17},{&quot;2026-09-04&quot;:1.22},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.34},{&quot;2026-09-08&quot;:1.41},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.49},{&quot;2026-09-12&quot;:1.57},{&quot;2026-09-13&quot;:1.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Balmor, Battlemage Captain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/7/07452998-e70a-4c15-9b09-6f33aa0d933d.jpg?1783921219" />

        <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">
            Balmor, Battlemage Captain
        </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">Legendary Creature — Bird Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Balmor, Battlemage Captain" src="https://cards.scryfall.io/large/front/0/7/07452998-e70a-4c15-9b09-6f33aa0d933d.jpg?1783921219" />
    </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">
                $1.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">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.53},{&quot;2026-06-16&quot;:1.53},{&quot;2026-06-17&quot;:1.53},{&quot;2026-06-18&quot;:1.53},{&quot;2026-06-19&quot;:1.53},{&quot;2026-06-20&quot;:1.53},{&quot;2026-06-21&quot;:1.43},{&quot;2026-06-22&quot;:1.47},{&quot;2026-06-23&quot;:1.47},{&quot;2026-06-24&quot;:1.47},{&quot;2026-06-25&quot;:1.47},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.48},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.45},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.49},{&quot;2026-07-03&quot;:1.46},{&quot;2026-07-04&quot;:1.46},{&quot;2026-07-05&quot;:1.46},{&quot;2026-07-06&quot;:1.47},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.43},{&quot;2026-07-12&quot;:1.38},{&quot;2026-07-13&quot;:1.38},{&quot;2026-07-14&quot;:1.38},{&quot;2026-07-15&quot;:1.36},{&quot;2026-07-16&quot;:1.36},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.33},{&quot;2026-07-20&quot;:1.33},{&quot;2026-07-21&quot;:1.29},{&quot;2026-07-22&quot;:1.27},{&quot;2026-07-23&quot;:1.27},{&quot;2026-07-24&quot;:1.24},{&quot;2026-07-25&quot;:1.21},{&quot;2026-07-26&quot;:1.21},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-28&quot;:1.21},{&quot;2026-07-29&quot;:1.21},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.16},{&quot;2026-08-01&quot;:1.14},{&quot;2026-08-02&quot;:1.14},{&quot;2026-08-03&quot;:1.14},{&quot;2026-08-04&quot;:1.14},{&quot;2026-08-05&quot;:1.14},{&quot;2026-08-07&quot;:1.14},{&quot;2026-08-08&quot;:1.14},{&quot;2026-08-09&quot;:1.13},{&quot;2026-08-10&quot;:1.1},{&quot;2026-08-11&quot;:1.1},{&quot;2026-08-12&quot;:1.1},{&quot;2026-08-13&quot;:1.1},{&quot;2026-08-14&quot;:1.12},{&quot;2026-08-15&quot;:1.12},{&quot;2026-08-16&quot;:1.12},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.16},{&quot;2026-08-19&quot;:1.16},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.37},{&quot;2026-08-27&quot;:1.37},{&quot;2026-08-28&quot;:1.37},{&quot;2026-08-29&quot;:1.37},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.4},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.39},{&quot;2026-09-03&quot;:1.44},{&quot;2026-09-04&quot;:1.55},{&quot;2026-09-05&quot;:1.55},{&quot;2026-09-06&quot;:1.54},{&quot;2026-09-07&quot;:1.54},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.56},{&quot;2026-09-10&quot;:1.56},{&quot;2026-09-11&quot;:1.56},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.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="75495"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Generous Gift" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/c/fc70e127-ffc8-45ed-9ca3-7f9f926ac4d5.jpg?1783913897" />

        <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">
            Generous Gift
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Generous Gift" src="https://cards.scryfall.io/large/front/f/c/fc70e127-ffc8-45ed-9ca3-7f9f926ac4d5.jpg?1783913897" />
    </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">
                $1.56
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.64},{&quot;2026-06-12&quot;:1.64},{&quot;2026-06-13&quot;:1.64},{&quot;2026-06-14&quot;:1.67},{&quot;2026-06-15&quot;:1.67},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.76},{&quot;2026-06-20&quot;:1.83},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-24&quot;:1.74},{&quot;2026-06-25&quot;:1.74},{&quot;2026-06-26&quot;:1.74},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.77},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.69},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.7},{&quot;2026-07-07&quot;:1.7},{&quot;2026-07-08&quot;:1.66},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.62},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.59},{&quot;2026-07-13&quot;:1.59},{&quot;2026-07-14&quot;:1.59},{&quot;2026-07-15&quot;:1.55},{&quot;2026-07-16&quot;:1.55},{&quot;2026-07-17&quot;:1.54},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.59},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.62},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.65},{&quot;2026-07-31&quot;:1.68},{&quot;2026-08-01&quot;:1.68},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.66},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.59},{&quot;2026-08-09&quot;:1.56},{&quot;2026-08-10&quot;:1.55},{&quot;2026-08-11&quot;:1.52},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.56},{&quot;2026-08-14&quot;:1.61},{&quot;2026-08-15&quot;:1.64},{&quot;2026-08-16&quot;:1.64},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.69},{&quot;2026-08-19&quot;:1.62},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.52},{&quot;2026-08-22&quot;:1.51},{&quot;2026-08-23&quot;:1.51},{&quot;2026-08-24&quot;:1.47},{&quot;2026-08-25&quot;:1.47},{&quot;2026-08-26&quot;:1.43},{&quot;2026-08-27&quot;:1.42},{&quot;2026-08-28&quot;:1.42},{&quot;2026-08-29&quot;:1.42},{&quot;2026-08-30&quot;:1.55},{&quot;2026-08-31&quot;:1.73},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.75},{&quot;2026-09-03&quot;:1.75},{&quot;2026-09-04&quot;:1.66},{&quot;2026-09-05&quot;:1.67},{&quot;2026-09-06&quot;:1.67},{&quot;2026-09-07&quot;:1.41},{&quot;2026-09-08&quot;:1.44},{&quot;2026-09-09&quot;:1.65},{&quot;2026-09-10&quot;:1.61},{&quot;2026-09-11&quot;:1.58},{&quot;2026-09-12&quot;:1.59},{&quot;2026-09-13&quot;:1.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Orc 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">
            $1.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="Port Razer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/b/eb32429a-7ef9-418f-baf8-fed9aa010c9e.jpg?1783913863" />

        <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">
            Port Razer
        </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 — Orc 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-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="Port Razer" src="https://cards.scryfall.io/large/front/e/b/eb32429a-7ef9-418f-baf8-fed9aa010c9e.jpg?1783913863" />
    </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">
                $1.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 Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.35</span>
              <span class="text-xs text-grey-text">Credit: $0.46</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.56},{&quot;2026-06-13&quot;:0.63},{&quot;2026-06-14&quot;:0.65},{&quot;2026-06-15&quot;:0.67},{&quot;2026-06-16&quot;:0.68},{&quot;2026-06-17&quot;:0.69},{&quot;2026-06-18&quot;:0.67},{&quot;2026-06-19&quot;:0.66},{&quot;2026-06-20&quot;:0.74},{&quot;2026-06-21&quot;:0.75},{&quot;2026-06-22&quot;:0.82},{&quot;2026-06-23&quot;:0.83},{&quot;2026-06-24&quot;:0.95},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:0.98},{&quot;2026-06-27&quot;:1.01},{&quot;2026-06-28&quot;:1.0},{&quot;2026-06-29&quot;:1.0},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.04},{&quot;2026-07-02&quot;:1.05},{&quot;2026-07-03&quot;:1.06},{&quot;2026-07-04&quot;:1.05},{&quot;2026-07-05&quot;:1.03},{&quot;2026-07-06&quot;:0.99},{&quot;2026-07-07&quot;:0.92},{&quot;2026-07-08&quot;:0.88},{&quot;2026-07-09&quot;:0.86},{&quot;2026-07-10&quot;:0.86},{&quot;2026-07-11&quot;:0.93},{&quot;2026-07-12&quot;:0.95},{&quot;2026-07-13&quot;:0.99},{&quot;2026-07-14&quot;:0.99},{&quot;2026-07-15&quot;:1.01},{&quot;2026-07-16&quot;:1.01},{&quot;2026-07-17&quot;:0.98},{&quot;2026-07-18&quot;:1.04},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.07},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-23&quot;:1.18},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.22},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-29&quot;:1.13},{&quot;2026-07-30&quot;:1.08},{&quot;2026-07-31&quot;:1.07},{&quot;2026-08-01&quot;:1.04},{&quot;2026-08-02&quot;:1.03},{&quot;2026-08-03&quot;:0.99},{&quot;2026-08-04&quot;:1.04},{&quot;2026-08-05&quot;:1.05},{&quot;2026-08-07&quot;:0.99},{&quot;2026-08-08&quot;:1.05},{&quot;2026-08-09&quot;:1.15},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.35},{&quot;2026-08-12&quot;:1.34},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.43},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.4},{&quot;2026-08-17&quot;:1.35},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.16},{&quot;2026-08-20&quot;:1.16},{&quot;2026-08-21&quot;:1.15},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.32},{&quot;2026-08-27&quot;:1.34},{&quot;2026-08-28&quot;:1.34},{&quot;2026-08-29&quot;:1.34},{&quot;2026-08-30&quot;:1.3},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.37},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.4},{&quot;2026-09-05&quot;:1.5},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.55},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.49},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.41},{&quot;2026-09-13&quot;:1.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81997"
  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">
            Crystal Shard
        </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">
              ↓
              18%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Crystal Shard" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/b/2b1f0682-95ce-4a4f-bc84-535efa40400a.jpg?1783932034" />

        <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">
            Crystal Shard
        </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="Crystal Shard" src="https://cards.scryfall.io/large/front/2/b/2b1f0682-95ce-4a4f-bc84-535efa40400a.jpg?1783932034" />
    </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">
                $1.56
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.88},{&quot;2026-06-12&quot;:1.88},{&quot;2026-06-13&quot;:1.91},{&quot;2026-06-14&quot;:1.91},{&quot;2026-06-15&quot;:1.91},{&quot;2026-06-16&quot;:1.95},{&quot;2026-06-17&quot;:1.95},{&quot;2026-06-18&quot;:1.95},{&quot;2026-06-19&quot;:1.95},{&quot;2026-06-20&quot;:1.95},{&quot;2026-06-21&quot;:1.95},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:2.06},{&quot;2026-07-03&quot;:2.06},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.16},{&quot;2026-07-08&quot;:2.16},{&quot;2026-07-09&quot;:2.16},{&quot;2026-07-10&quot;:2.16},{&quot;2026-07-11&quot;:2.16},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.16},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.16},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-25&quot;:2.21},{&quot;2026-07-26&quot;:2.23},{&quot;2026-07-27&quot;:2.23},{&quot;2026-07-29&quot;:2.23},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.23},{&quot;2026-08-02&quot;:2.23},{&quot;2026-08-03&quot;:2.23},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.23},{&quot;2026-08-07&quot;:2.17},{&quot;2026-08-08&quot;:2.17},{&quot;2026-08-09&quot;:2.19},{&quot;2026-08-10&quot;:2.19},{&quot;2026-08-11&quot;:2.19},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:2.19},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.14},{&quot;2026-08-17&quot;:2.14},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.1},{&quot;2026-08-20&quot;:2.1},{&quot;2026-08-21&quot;:2.1},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:1.96},{&quot;2026-08-25&quot;:1.96},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:1.97},{&quot;2026-08-28&quot;:1.97},{&quot;2026-08-29&quot;:1.97},{&quot;2026-08-30&quot;:1.97},{&quot;2026-08-31&quot;:1.97},{&quot;2026-09-01&quot;:1.97},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.93},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.93},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.86},{&quot;2026-09-10&quot;:1.82},{&quot;2026-09-11&quot;:1.59},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="83205"
  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">
            Dominus of Fealty
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Dominus of Fealty" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/9/19eb1803-72b7-4ada-94b1-ff71c5e5d49a.jpg?1783931975" />

        <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">
            Dominus of Fealty
        </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 — Spirit Avatar</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-ur'></i><i class='no-tailwind ms ms-cost ml-0 ms-ur'></i><i class='no-tailwind ms ms-cost ml-0 ms-ur'></i><i class='no-tailwind ms ms-cost ml-0 ms-ur'></i><i class='no-tailwind ms ms-cost ml-0 ms-ur'></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="Dominus of Fealty" src="https://cards.scryfall.io/large/front/1/9/19eb1803-72b7-4ada-94b1-ff71c5e5d49a.jpg?1783931975" />
    </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">
                $1.56
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.30</span>
              <span class="text-xs text-grey-text">Credit: $0.39</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-14&quot;:0.93},{&quot;2026-06-15&quot;:0.91},{&quot;2026-06-16&quot;:0.88},{&quot;2026-06-17&quot;:0.88},{&quot;2026-06-18&quot;:0.88},{&quot;2026-06-19&quot;:0.92},{&quot;2026-06-20&quot;:0.91},{&quot;2026-06-21&quot;:0.91},{&quot;2026-06-22&quot;:0.91},{&quot;2026-06-23&quot;:0.91},{&quot;2026-06-24&quot;:0.91},{&quot;2026-06-25&quot;:0.91},{&quot;2026-06-26&quot;:0.91},{&quot;2026-06-27&quot;:0.89},{&quot;2026-06-28&quot;:0.9},{&quot;2026-06-29&quot;:0.93},{&quot;2026-06-30&quot;:0.97},{&quot;2026-07-01&quot;:0.97},{&quot;2026-07-02&quot;:0.97},{&quot;2026-07-03&quot;:0.97},{&quot;2026-07-04&quot;:0.96},{&quot;2026-07-05&quot;:0.96},{&quot;2026-07-06&quot;:0.97},{&quot;2026-07-07&quot;:0.97},{&quot;2026-07-08&quot;:0.97},{&quot;2026-07-09&quot;:0.93},{&quot;2026-07-10&quot;:0.93},{&quot;2026-07-11&quot;:0.93},{&quot;2026-07-12&quot;:0.91},{&quot;2026-07-13&quot;:0.96},{&quot;2026-07-14&quot;:0.98},{&quot;2026-07-15&quot;:0.98},{&quot;2026-07-16&quot;:0.98},{&quot;2026-07-17&quot;:0.98},{&quot;2026-07-18&quot;:0.98},{&quot;2026-07-19&quot;:0.97},{&quot;2026-07-20&quot;:0.96},{&quot;2026-07-21&quot;:0.96},{&quot;2026-07-23&quot;:0.94},{&quot;2026-07-24&quot;:0.94},{&quot;2026-07-25&quot;:0.94},{&quot;2026-07-26&quot;:0.94},{&quot;2026-07-27&quot;:0.94},{&quot;2026-07-28&quot;:0.94},{&quot;2026-07-29&quot;:0.97},{&quot;2026-07-30&quot;:0.97},{&quot;2026-07-31&quot;:0.97},{&quot;2026-08-01&quot;:0.97},{&quot;2026-08-02&quot;:1.06},{&quot;2026-08-03&quot;:1.12},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.13},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.17},{&quot;2026-08-09&quot;:1.17},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.16},{&quot;2026-08-12&quot;:1.16},{&quot;2026-08-13&quot;:1.16},{&quot;2026-08-14&quot;:1.16},{&quot;2026-08-15&quot;:1.17},{&quot;2026-08-16&quot;:1.17},{&quot;2026-08-17&quot;:1.17},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.17},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.23},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.3},{&quot;2026-08-24&quot;:1.3},{&quot;2026-08-25&quot;:1.3},{&quot;2026-08-26&quot;:1.3},{&quot;2026-08-27&quot;:1.36},{&quot;2026-08-28&quot;:1.33},{&quot;2026-08-29&quot;:1.33},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.48},{&quot;2026-09-02&quot;:1.48},{&quot;2026-09-03&quot;:1.48},{&quot;2026-09-04&quot;:1.48},{&quot;2026-09-05&quot;:1.48},{&quot;2026-09-06&quot;:1.48},{&quot;2026-09-07&quot;:1.48},{&quot;2026-09-08&quot;:1.5},{&quot;2026-09-09&quot;:1.5},{&quot;2026-09-10&quot;:1.49},{&quot;2026-09-11&quot;:1.49},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="87507"
  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">
            Mana Flare
        </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Mana Flare" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/f/3f0b8b24-7272-4d1a-af4a-c3a1b89a7e04.jpg?1783914921" />

        <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">
            Mana Flare
        </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="Mana Flare" src="https://cards.scryfall.io/large/front/3/f/3f0b8b24-7272-4d1a-af4a-c3a1b89a7e04.jpg?1783914921" />
    </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">
                $1.56
              </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">
                $1.65
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</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-15&quot;:1.51},{&quot;2026-06-16&quot;:1.51},{&quot;2026-06-17&quot;:1.54},{&quot;2026-06-18&quot;:1.54},{&quot;2026-06-19&quot;:1.57},{&quot;2026-06-20&quot;:1.57},{&quot;2026-06-21&quot;:1.57},{&quot;2026-06-22&quot;:1.57},{&quot;2026-06-23&quot;:1.58},{&quot;2026-06-24&quot;:1.58},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.58},{&quot;2026-06-27&quot;:1.58},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.58},{&quot;2026-06-30&quot;:1.55},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.55},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.54},{&quot;2026-07-06&quot;:1.54},{&quot;2026-07-07&quot;:1.54},{&quot;2026-07-08&quot;:1.54},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.54},{&quot;2026-07-13&quot;:1.54},{&quot;2026-07-14&quot;:1.54},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.6},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.6},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-22&quot;:1.6},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-24&quot;:1.6},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.61},{&quot;2026-07-29&quot;:1.61},{&quot;2026-07-30&quot;:1.61},{&quot;2026-07-31&quot;:1.61},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.61},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.57},{&quot;2026-08-07&quot;:1.57},{&quot;2026-08-08&quot;:1.57},{&quot;2026-08-09&quot;:1.57},{&quot;2026-08-10&quot;:1.58},{&quot;2026-08-11&quot;:1.58},{&quot;2026-08-12&quot;:1.58},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.63},{&quot;2026-08-16&quot;:1.63},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.63},{&quot;2026-08-20&quot;:1.63},{&quot;2026-08-21&quot;:1.63},{&quot;2026-08-22&quot;:1.62},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.65},{&quot;2026-08-25&quot;:1.65},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.66},{&quot;2026-08-28&quot;:1.65},{&quot;2026-08-29&quot;:1.65},{&quot;2026-08-30&quot;:1.65},{&quot;2026-08-31&quot;:1.65},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.65},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.66},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.65},{&quot;2026-09-07&quot;:1.66},{&quot;2026-09-08&quot;:1.66},{&quot;2026-09-09&quot;:1.66},{&quot;2026-09-10&quot;:1.65},{&quot;2026-09-11&quot;:1.65},{&quot;2026-09-12&quot;:1.65},{&quot;2026-09-13&quot;:1.65}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.17},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.17},{&quot;2026-06-19&quot;:1.17},{&quot;2026-06-20&quot;:1.19},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.22},{&quot;2026-06-23&quot;:1.23},{&quot;2026-06-24&quot;:1.18},{&quot;2026-06-25&quot;:1.22},{&quot;2026-06-26&quot;:1.24},{&quot;2026-06-27&quot;:1.22},{&quot;2026-06-28&quot;:1.21},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.25},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.24},{&quot;2026-07-03&quot;:1.28},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.25},{&quot;2026-07-06&quot;:1.23},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.16},{&quot;2026-07-09&quot;:1.16},{&quot;2026-07-10&quot;:1.18},{&quot;2026-07-11&quot;:1.23},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.18},{&quot;2026-07-16&quot;:1.24},{&quot;2026-07-17&quot;:1.33},{&quot;2026-07-18&quot;:1.31},{&quot;2026-07-19&quot;:1.46},{&quot;2026-07-20&quot;:1.43},{&quot;2026-07-21&quot;:1.37},{&quot;2026-07-22&quot;:1.34},{&quot;2026-07-23&quot;:1.39},{&quot;2026-07-24&quot;:1.51},{&quot;2026-07-25&quot;:1.49},{&quot;2026-07-26&quot;:1.49},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-28&quot;:1.45},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.54},{&quot;2026-07-31&quot;:1.65},{&quot;2026-08-01&quot;:1.67},{&quot;2026-08-02&quot;:1.65},{&quot;2026-08-03&quot;:1.65},{&quot;2026-08-04&quot;:1.69},{&quot;2026-08-05&quot;:1.87},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.77},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.82},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.68},{&quot;2026-08-17&quot;:1.53},{&quot;2026-08-18&quot;:1.53},{&quot;2026-08-19&quot;:1.53},{&quot;2026-08-20&quot;:1.55},{&quot;2026-08-21&quot;:1.56},{&quot;2026-08-22&quot;:1.51},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.65},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.69},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.59},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:1.75},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.67},{&quot;2026-09-07&quot;:1.58},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.61},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.49},{&quot;2026-09-12&quot;:1.66},{&quot;2026-09-13&quot;:1.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="91104"
  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">
            Restoration Angel
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Restoration Angel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/e/6ebb5601-9ecd-4643-bcc7-e5663a471773.jpg?1783908048" />

        <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">
            Restoration Angel
        </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 — 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>
          </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="Restoration Angel" src="https://cards.scryfall.io/large/front/6/e/6ebb5601-9ecd-4643-bcc7-e5663a471773.jpg?1783908048" />
    </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">
                $1.56
              </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">
                $1.81
              </span>

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.78},{&quot;2026-06-12&quot;:1.78},{&quot;2026-06-13&quot;:1.76},{&quot;2026-06-14&quot;:1.74},{&quot;2026-06-15&quot;:1.74},{&quot;2026-06-16&quot;:1.74},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.74},{&quot;2026-06-20&quot;:1.72},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.56},{&quot;2026-06-24&quot;:1.58},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.59},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.71},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.71},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.68},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.75},{&quot;2026-07-13&quot;:1.72},{&quot;2026-07-14&quot;:1.73},{&quot;2026-07-15&quot;:1.69},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.71},{&quot;2026-07-19&quot;:1.71},{&quot;2026-07-20&quot;:1.71},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.77},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.73},{&quot;2026-08-02&quot;:1.73},{&quot;2026-08-03&quot;:1.77},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.8},{&quot;2026-08-07&quot;:1.83},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.83},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.77},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.71},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.71},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.71},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.85},{&quot;2026-08-24&quot;:1.85},{&quot;2026-08-25&quot;:1.85},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.83},{&quot;2026-09-02&quot;:1.83},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.7},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:1.74},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.81}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.23},{&quot;2026-06-12&quot;:1.21},{&quot;2026-06-13&quot;:1.23},{&quot;2026-06-14&quot;:1.23},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.21},{&quot;2026-06-17&quot;:1.23},{&quot;2026-06-18&quot;:1.22},{&quot;2026-06-19&quot;:1.23},{&quot;2026-06-20&quot;:1.23},{&quot;2026-06-21&quot;:1.24},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.28},{&quot;2026-06-26&quot;:1.27},{&quot;2026-06-27&quot;:1.26},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.28},{&quot;2026-07-03&quot;:1.31},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.36},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.38},{&quot;2026-07-08&quot;:1.38},{&quot;2026-07-09&quot;:1.4},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.34},{&quot;2026-07-12&quot;:1.34},{&quot;2026-07-13&quot;:1.35},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.39},{&quot;2026-07-16&quot;:1.39},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.39},{&quot;2026-07-20&quot;:1.41},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-23&quot;:1.4},{&quot;2026-07-25&quot;:1.4},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.39},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.39},{&quot;2026-08-01&quot;:1.38},{&quot;2026-08-02&quot;:1.38},{&quot;2026-08-03&quot;:1.38},{&quot;2026-08-04&quot;:1.38},{&quot;2026-08-05&quot;:1.37},{&quot;2026-08-07&quot;:1.38},{&quot;2026-08-08&quot;:1.38},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.39},{&quot;2026-08-11&quot;:1.39},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.39},{&quot;2026-08-15&quot;:1.38},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.33},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.29},{&quot;2026-08-20&quot;:1.29},{&quot;2026-08-21&quot;:1.3},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.29},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.48},{&quot;2026-08-27&quot;:1.48},{&quot;2026-08-28&quot;:1.5},{&quot;2026-08-29&quot;:1.5},{&quot;2026-08-30&quot;:1.52},{&quot;2026-08-31&quot;:1.52},{&quot;2026-09-01&quot;:1.52},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.51},{&quot;2026-09-04&quot;:1.47},{&quot;2026-09-05&quot;:1.48},{&quot;2026-09-06&quot;:1.49},{&quot;2026-09-07&quot;:1.49},{&quot;2026-09-08&quot;:1.5},{&quot;2026-09-09&quot;:1.54},{&quot;2026-09-10&quot;:1.54},{&quot;2026-09-11&quot;:1.56},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="11977"
  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">
            Soulfire Eruption
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Soulfire Eruption
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Soulfire Eruption" src="https://cards.scryfall.io/large/front/2/d/2def4384-7175-4a26-a5a0-8f2c5b5ad71c.jpg?1783928807" />
    </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">
                $1.55
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.70</span>
              <span class="text-xs text-grey-text">Credit: $0.91</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;:1.34},{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.38},{&quot;2026-06-15&quot;:1.38},{&quot;2026-06-16&quot;:1.38},{&quot;2026-06-17&quot;:1.38},{&quot;2026-06-18&quot;:1.38},{&quot;2026-06-19&quot;:1.38},{&quot;2026-06-20&quot;:1.38},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.38},{&quot;2026-06-23&quot;:1.38},{&quot;2026-06-24&quot;:1.38},{&quot;2026-06-25&quot;:1.4},{&quot;2026-06-26&quot;:1.4},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.52},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.52},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.52},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.52},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.52},{&quot;2026-07-15&quot;:1.52},{&quot;2026-07-16&quot;:1.52},{&quot;2026-07-17&quot;:1.52},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.54},{&quot;2026-07-20&quot;:1.54},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.54},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.54},{&quot;2026-07-31&quot;:1.54},{&quot;2026-08-01&quot;:1.54},{&quot;2026-08-02&quot;:1.54},{&quot;2026-08-03&quot;:1.54},{&quot;2026-08-04&quot;:1.54},{&quot;2026-08-05&quot;:1.54},{&quot;2026-08-07&quot;:1.54},{&quot;2026-08-08&quot;:1.54},{&quot;2026-08-09&quot;:1.54},{&quot;2026-08-10&quot;:1.54},{&quot;2026-08-11&quot;:1.54},{&quot;2026-08-12&quot;:1.54},{&quot;2026-08-13&quot;:1.54},{&quot;2026-08-14&quot;:1.54},{&quot;2026-08-15&quot;:1.54},{&quot;2026-08-16&quot;:1.54},{&quot;2026-08-17&quot;:1.54},{&quot;2026-08-18&quot;:1.54},{&quot;2026-08-19&quot;:1.56},{&quot;2026-08-20&quot;:1.56},{&quot;2026-08-21&quot;:1.59},{&quot;2026-08-22&quot;:1.59},{&quot;2026-08-23&quot;:1.59},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.59},{&quot;2026-08-28&quot;:1.59},{&quot;2026-08-29&quot;:1.59},{&quot;2026-08-30&quot;:1.61},{&quot;2026-08-31&quot;:1.61},{&quot;2026-09-01&quot;:1.61},{&quot;2026-09-02&quot;:2.06},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.06},{&quot;2026-09-05&quot;:2.06},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.06},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:2.06},{&quot;2026-09-13&quot;:2.06}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.72},{&quot;2026-06-13&quot;:1.72},{&quot;2026-06-14&quot;:1.72},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.79},{&quot;2026-06-17&quot;:1.86},{&quot;2026-06-18&quot;:1.88},{&quot;2026-06-19&quot;:1.88},{&quot;2026-06-20&quot;:1.88},{&quot;2026-06-21&quot;:1.92},{&quot;2026-06-22&quot;:1.92},{&quot;2026-06-23&quot;:1.92},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.92},{&quot;2026-06-26&quot;:1.92},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.9},{&quot;2026-06-29&quot;:1.9},{&quot;2026-06-30&quot;:1.9},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.83},{&quot;2026-07-03&quot;:1.83},{&quot;2026-07-04&quot;:1.82},{&quot;2026-07-05&quot;:1.82},{&quot;2026-07-06&quot;:1.87},{&quot;2026-07-07&quot;:1.87},{&quot;2026-07-08&quot;:1.87},{&quot;2026-07-09&quot;:1.84},{&quot;2026-07-10&quot;:1.86},{&quot;2026-07-11&quot;:1.84},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.81},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:1.85},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-23&quot;:1.83},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-29&quot;:1.78},{&quot;2026-07-30&quot;:1.73},{&quot;2026-07-31&quot;:1.61},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.73},{&quot;2026-08-07&quot;:1.69},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.69},{&quot;2026-08-10&quot;:1.69},{&quot;2026-08-11&quot;:1.69},{&quot;2026-08-12&quot;:1.68},{&quot;2026-08-13&quot;:1.72},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.69},{&quot;2026-08-16&quot;:1.68},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.68},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.68},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.68},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.7},{&quot;2026-08-26&quot;:1.7},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.76},{&quot;2026-08-29&quot;:1.76},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.79},{&quot;2026-09-01&quot;:1.79},{&quot;2026-09-02&quot;:1.79},{&quot;2026-09-03&quot;:1.79},{&quot;2026-09-04&quot;:1.68},{&quot;2026-09-05&quot;:1.68},{&quot;2026-09-06&quot;:1.68},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.68},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.66},{&quot;2026-09-11&quot;:1.61},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20965"
  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">
            Zur the Enchanter
        </span>


      </div>

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

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

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

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

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

        <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">
            Zur the Enchanter
        </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 Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Zur the Enchanter" src="https://cards.scryfall.io/large/front/a/e/aeb0160a-dfdc-4b1f-865e-ef905aee65d5.jpg?1783921795" />
    </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">
                $1.55
              </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">
                $1.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">$0.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.54},{&quot;2026-06-16&quot;:1.57},{&quot;2026-06-17&quot;:1.57},{&quot;2026-06-18&quot;:1.57},{&quot;2026-06-19&quot;:1.57},{&quot;2026-06-20&quot;:1.57},{&quot;2026-06-21&quot;:1.57},{&quot;2026-06-22&quot;:1.57},{&quot;2026-06-23&quot;:1.6},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.61},{&quot;2026-06-30&quot;:1.61},{&quot;2026-07-01&quot;:1.61},{&quot;2026-07-02&quot;:1.61},{&quot;2026-07-03&quot;:1.61},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.61},{&quot;2026-07-07&quot;:1.61},{&quot;2026-07-08&quot;:1.61},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.61},{&quot;2026-07-11&quot;:1.61},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.61},{&quot;2026-07-14&quot;:1.61},{&quot;2026-07-15&quot;:1.61},{&quot;2026-07-16&quot;:1.61},{&quot;2026-07-17&quot;:1.61},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.65},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-22&quot;:1.65},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-28&quot;:1.72},{&quot;2026-07-29&quot;:1.72},{&quot;2026-07-30&quot;:1.72},{&quot;2026-07-31&quot;:1.78},{&quot;2026-08-01&quot;:1.78},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.71},{&quot;2026-08-08&quot;:1.71},{&quot;2026-08-09&quot;:1.71},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.71},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.71},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.71},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.71},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.72},{&quot;2026-08-23&quot;:1.72},{&quot;2026-08-24&quot;:1.82},{&quot;2026-08-25&quot;:1.82},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.82},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:1.84},{&quot;2026-09-12&quot;:1.84},{&quot;2026-09-13&quot;:1.84}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.49},{&quot;2026-06-16&quot;:1.53},{&quot;2026-06-17&quot;:1.52},{&quot;2026-06-18&quot;:1.51},{&quot;2026-06-19&quot;:1.51},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.46},{&quot;2026-06-22&quot;:1.46},{&quot;2026-06-23&quot;:1.46},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.47},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.46},{&quot;2026-06-28&quot;:1.46},{&quot;2026-06-29&quot;:1.49},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.47},{&quot;2026-07-02&quot;:1.51},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.52},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.56},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.62},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-22&quot;:1.53},{&quot;2026-07-23&quot;:1.49},{&quot;2026-07-24&quot;:1.48},{&quot;2026-07-25&quot;:1.48},{&quot;2026-07-26&quot;:1.5},{&quot;2026-07-27&quot;:1.5},{&quot;2026-07-28&quot;:1.46},{&quot;2026-07-29&quot;:1.46},{&quot;2026-07-30&quot;:1.46},{&quot;2026-07-31&quot;:1.47},{&quot;2026-08-01&quot;:1.42},{&quot;2026-08-02&quot;:1.42},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.49},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.42},{&quot;2026-08-08&quot;:1.48},{&quot;2026-08-09&quot;:1.48},{&quot;2026-08-10&quot;:1.48},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.52},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.44},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.53},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.53},{&quot;2026-08-20&quot;:1.53},{&quot;2026-08-21&quot;:1.53},{&quot;2026-08-22&quot;:1.54},{&quot;2026-08-23&quot;:1.54},{&quot;2026-08-24&quot;:1.54},{&quot;2026-08-25&quot;:1.54},{&quot;2026-08-26&quot;:1.55},{&quot;2026-08-27&quot;:1.52},{&quot;2026-08-28&quot;:1.52},{&quot;2026-08-29&quot;:1.52},{&quot;2026-08-30&quot;:1.53},{&quot;2026-08-31&quot;:1.53},{&quot;2026-09-01&quot;:1.47},{&quot;2026-09-02&quot;:1.47},{&quot;2026-09-03&quot;:1.47},{&quot;2026-09-04&quot;:1.49},{&quot;2026-09-05&quot;:1.52},{&quot;2026-09-06&quot;:1.52},{&quot;2026-09-07&quot;:1.58},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.6},{&quot;2026-09-11&quot;:1.55},{&quot;2026-09-12&quot;:1.55},{&quot;2026-09-13&quot;:1.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Terminate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/54f3c523-09dc-4f2a-9bd9-7614e061de28.jpg?1783921758" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Terminate" src="https://cards.scryfall.io/large/front/5/4/54f3c523-09dc-4f2a-9bd9-7614e061de28.jpg?1783921758" />
    </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">
                $1.55
              </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">
                $2.21
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.21},{&quot;2026-06-12&quot;:2.22},{&quot;2026-06-13&quot;:2.22},{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.32},{&quot;2026-06-16&quot;:2.18},{&quot;2026-06-17&quot;:2.22},{&quot;2026-06-18&quot;:2.22},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.22},{&quot;2026-06-21&quot;:2.22},{&quot;2026-06-22&quot;:2.22},{&quot;2026-06-24&quot;:2.22},{&quot;2026-06-25&quot;:2.22},{&quot;2026-06-26&quot;:2.22},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.12},{&quot;2026-07-03&quot;:2.12},{&quot;2026-07-04&quot;:2.15},{&quot;2026-07-05&quot;:2.17},{&quot;2026-07-06&quot;:2.13},{&quot;2026-07-07&quot;:2.13},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.13},{&quot;2026-07-11&quot;:2.13},{&quot;2026-07-12&quot;:2.06},{&quot;2026-07-13&quot;:2.06},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.06},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.06},{&quot;2026-07-19&quot;:2.05},{&quot;2026-07-20&quot;:2.05},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.17},{&quot;2026-07-29&quot;:2.11},{&quot;2026-07-30&quot;:2.11},{&quot;2026-07-31&quot;:2.1},{&quot;2026-08-01&quot;:2.1},{&quot;2026-08-02&quot;:2.08},{&quot;2026-08-03&quot;:2.08},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:2.04},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:2.08},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.19},{&quot;2026-08-11&quot;:2.19},{&quot;2026-08-12&quot;:2.18},{&quot;2026-08-13&quot;:2.22},{&quot;2026-08-14&quot;:2.26},{&quot;2026-08-15&quot;:2.28},{&quot;2026-08-16&quot;:2.28},{&quot;2026-08-17&quot;:2.28},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.29},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.26},{&quot;2026-08-22&quot;:2.26},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.22},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.22},{&quot;2026-08-27&quot;:2.26},{&quot;2026-08-28&quot;:2.26},{&quot;2026-08-29&quot;:2.26},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.2},{&quot;2026-09-01&quot;:2.2},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.1},{&quot;2026-09-05&quot;:2.16},{&quot;2026-09-06&quot;:2.16},{&quot;2026-09-07&quot;:2.16},{&quot;2026-09-08&quot;:2.16},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.23},{&quot;2026-09-12&quot;:2.23},{&quot;2026-09-13&quot;:2.21}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.82},{&quot;2026-06-12&quot;:1.82},{&quot;2026-06-13&quot;:1.82},{&quot;2026-06-14&quot;:1.82},{&quot;2026-06-15&quot;:1.72},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.66},{&quot;2026-06-18&quot;:1.67},{&quot;2026-06-19&quot;:1.67},{&quot;2026-06-20&quot;:1.67},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.61},{&quot;2026-06-24&quot;:1.48},{&quot;2026-06-25&quot;:1.48},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.44},{&quot;2026-06-29&quot;:1.44},{&quot;2026-06-30&quot;:1.44},{&quot;2026-07-01&quot;:1.45},{&quot;2026-07-02&quot;:1.45},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.46},{&quot;2026-07-05&quot;:1.5},{&quot;2026-07-06&quot;:1.47},{&quot;2026-07-07&quot;:1.47},{&quot;2026-07-08&quot;:1.47},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.51},{&quot;2026-07-13&quot;:1.51},{&quot;2026-07-14&quot;:1.49},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.52},{&quot;2026-07-17&quot;:1.5},{&quot;2026-07-18&quot;:1.47},{&quot;2026-07-19&quot;:1.47},{&quot;2026-07-20&quot;:1.5},{&quot;2026-07-21&quot;:1.52},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-25&quot;:1.62},{&quot;2026-07-26&quot;:1.68},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-29&quot;:1.67},{&quot;2026-07-30&quot;:1.67},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.59},{&quot;2026-08-02&quot;:1.58},{&quot;2026-08-03&quot;:1.58},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.63},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.8},{&quot;2026-08-10&quot;:1.78},{&quot;2026-08-11&quot;:1.75},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.65},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.65},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.55},{&quot;2026-08-22&quot;:1.59},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.62},{&quot;2026-08-25&quot;:1.62},{&quot;2026-08-26&quot;:1.57},{&quot;2026-08-27&quot;:1.53},{&quot;2026-08-28&quot;:1.39},{&quot;2026-08-29&quot;:1.39},{&quot;2026-08-30&quot;:1.33},{&quot;2026-08-31&quot;:1.33},{&quot;2026-09-01&quot;:1.33},{&quot;2026-09-02&quot;:1.35},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.44},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.49},{&quot;2026-09-08&quot;:1.49},{&quot;2026-09-09&quot;:1.47},{&quot;2026-09-10&quot;:1.47},{&quot;2026-09-11&quot;:1.47},{&quot;2026-09-12&quot;:1.47},{&quot;2026-09-13&quot;:1.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29376"
  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-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">
            Brigone, Soldier of Meletis
        </span>


      </div>

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

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

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

        <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">
            Brigone, Soldier of Meletis
        </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 Soldier</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="Brigone, Soldier of Meletis" src="https://cards.scryfall.io/large/front/2/0/20ecadef-8aa3-4bca-8744-adbc809083c3.jpg?1783908862" />
    </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">
                $1.55
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.06},{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:1.89},{&quot;2026-06-17&quot;:1.88},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.97},{&quot;2026-06-21&quot;:2.01},{&quot;2026-06-22&quot;:2.09},{&quot;2026-06-23&quot;:2.04},{&quot;2026-06-24&quot;:2.0},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.79},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.57},{&quot;2026-07-02&quot;:1.46},{&quot;2026-07-03&quot;:1.57},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.49},{&quot;2026-07-06&quot;:1.49},{&quot;2026-07-07&quot;:1.49},{&quot;2026-07-08&quot;:1.6},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.44},{&quot;2026-07-11&quot;:1.47},{&quot;2026-07-12&quot;:1.46},{&quot;2026-07-13&quot;:1.48},{&quot;2026-07-14&quot;:1.46},{&quot;2026-07-15&quot;:1.47},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.45},{&quot;2026-07-18&quot;:1.45},{&quot;2026-07-19&quot;:1.46},{&quot;2026-07-20&quot;:1.43},{&quot;2026-07-21&quot;:1.43},{&quot;2026-07-23&quot;:1.43},{&quot;2026-07-24&quot;:1.43},{&quot;2026-07-25&quot;:1.43},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.41},{&quot;2026-07-28&quot;:1.41},{&quot;2026-07-29&quot;:1.42},{&quot;2026-07-30&quot;:1.41},{&quot;2026-07-31&quot;:1.42},{&quot;2026-08-01&quot;:1.42},{&quot;2026-08-02&quot;:1.41},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.39},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.39},{&quot;2026-08-09&quot;:1.38},{&quot;2026-08-10&quot;:1.4},{&quot;2026-08-11&quot;:1.41},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.39},{&quot;2026-08-14&quot;:1.38},{&quot;2026-08-15&quot;:1.38},{&quot;2026-08-16&quot;:1.41},{&quot;2026-08-17&quot;:1.38},{&quot;2026-08-18&quot;:1.37},{&quot;2026-08-19&quot;:1.42},{&quot;2026-08-20&quot;:1.42},{&quot;2026-08-21&quot;:1.45},{&quot;2026-08-22&quot;:1.51},{&quot;2026-08-23&quot;:1.5},{&quot;2026-08-24&quot;:1.56},{&quot;2026-08-25&quot;:1.53},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.59},{&quot;2026-08-29&quot;:1.59},{&quot;2026-08-30&quot;:1.6},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.6},{&quot;2026-09-02&quot;:1.61},{&quot;2026-09-03&quot;:1.62},{&quot;2026-09-04&quot;:1.62},{&quot;2026-09-05&quot;:1.59},{&quot;2026-09-06&quot;:1.58},{&quot;2026-09-07&quot;:1.51},{&quot;2026-09-08&quot;:1.59},{&quot;2026-09-09&quot;:1.53},{&quot;2026-09-10&quot;:1.52},{&quot;2026-09-11&quot;:1.5},{&quot;2026-09-12&quot;:1.52},{&quot;2026-09-13&quot;:1.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Path to Exile
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Path to Exile" src="https://cards.scryfall.io/large/front/7/e/7e9c2a58-4a1c-454c-b72d-faecaea105fb.jpg?1783913894" />
    </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">
                $1.55
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:2.05},{&quot;2026-06-21&quot;:1.95},{&quot;2026-06-22&quot;:1.95},{&quot;2026-06-23&quot;:1.95},{&quot;2026-06-24&quot;:1.95},{&quot;2026-06-25&quot;:1.93},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.87},{&quot;2026-06-28&quot;:1.89},{&quot;2026-06-29&quot;:1.89},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.89},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.62},{&quot;2026-07-06&quot;:1.63},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.65},{&quot;2026-07-10&quot;:1.65},{&quot;2026-07-11&quot;:1.68},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.47},{&quot;2026-07-15&quot;:1.47},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.55},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.56},{&quot;2026-07-22&quot;:1.54},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-24&quot;:1.54},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.63},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-28&quot;:1.6},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.53},{&quot;2026-08-01&quot;:1.53},{&quot;2026-08-02&quot;:1.52},{&quot;2026-08-03&quot;:1.52},{&quot;2026-08-04&quot;:1.51},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.47},{&quot;2026-08-08&quot;:1.49},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.3},{&quot;2026-08-12&quot;:1.45},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.53},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.58},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.57},{&quot;2026-08-22&quot;:1.59},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.55},{&quot;2026-08-31&quot;:1.55},{&quot;2026-09-01&quot;:1.55},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.51},{&quot;2026-09-04&quot;:1.52},{&quot;2026-09-05&quot;:1.5},{&quot;2026-09-06&quot;:1.48},{&quot;2026-09-07&quot;:1.5},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.54},{&quot;2026-09-10&quot;:1.55},{&quot;2026-09-11&quot;:1.55},{&quot;2026-09-12&quot;:1.52},{&quot;2026-09-13&quot;:1.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cyclonus, the Saboteur // Cyclonus, Cybertronian Fighter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/d/2d3bb50a-2892-4e28-aa70-ab8d0fcdcc73.jpg?1783919905" />

        <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">
            Cyclonus, the Saboteur 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></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"
    >
        <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="Cyclonus, the Saboteur // Cyclonus, Cybertronian Fighter" src="https://cards.scryfall.io/large/front/2/d/2d3bb50a-2892-4e28-aa70-ab8d0fcdcc73.jpg?1783919905" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Cyclonus, the Saboteur // Cyclonus, Cybertronian Fighter" src="https://cards.scryfall.io/large/back/2/d/2d3bb50a-2892-4e28-aa70-ab8d0fcdcc73.jpg?1783919905" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.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;:1.31},{&quot;2026-06-13&quot;:1.31},{&quot;2026-06-14&quot;:1.29},{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.29},{&quot;2026-06-17&quot;:1.29},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.34},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.38},{&quot;2026-06-23&quot;:1.36},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.36},{&quot;2026-06-26&quot;:1.37},{&quot;2026-06-27&quot;:1.37},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.4},{&quot;2026-06-30&quot;:1.45},{&quot;2026-07-01&quot;:1.44},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.44},{&quot;2026-07-04&quot;:1.44},{&quot;2026-07-05&quot;:1.47},{&quot;2026-07-06&quot;:1.58},{&quot;2026-07-07&quot;:1.58},{&quot;2026-07-08&quot;:1.58},{&quot;2026-07-09&quot;:1.56},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.56},{&quot;2026-07-12&quot;:1.56},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.62},{&quot;2026-07-21&quot;:1.62},{&quot;2026-07-23&quot;:1.62},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.63},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.63},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.61},{&quot;2026-08-09&quot;:1.63},{&quot;2026-08-10&quot;:1.6},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.52},{&quot;2026-08-17&quot;:1.43},{&quot;2026-08-18&quot;:1.43},{&quot;2026-08-19&quot;:1.43},{&quot;2026-08-20&quot;:1.43},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.44},{&quot;2026-08-23&quot;:1.43},{&quot;2026-08-24&quot;:1.43},{&quot;2026-08-25&quot;:1.43},{&quot;2026-08-26&quot;:1.42},{&quot;2026-08-27&quot;:1.4},{&quot;2026-08-28&quot;:1.45},{&quot;2026-08-29&quot;:1.45},{&quot;2026-08-30&quot;:1.43},{&quot;2026-08-31&quot;:1.44},{&quot;2026-09-01&quot;:1.44},{&quot;2026-09-02&quot;:1.47},{&quot;2026-09-03&quot;:1.5},{&quot;2026-09-04&quot;:1.48},{&quot;2026-09-05&quot;:1.52},{&quot;2026-09-06&quot;:1.52},{&quot;2026-09-07&quot;:1.55},{&quot;2026-09-08&quot;:1.55},{&quot;2026-09-09&quot;:1.55},{&quot;2026-09-10&quot;:1.56},{&quot;2026-09-11&quot;:1.53},{&quot;2026-09-12&quot;:1.53},{&quot;2026-09-13&quot;:1.55}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.75},{&quot;2026-06-13&quot;:0.76},{&quot;2026-06-14&quot;:0.75},{&quot;2026-06-15&quot;:0.73},{&quot;2026-06-16&quot;:0.73},{&quot;2026-06-17&quot;:0.73},{&quot;2026-06-18&quot;:0.73},{&quot;2026-06-19&quot;:0.72},{&quot;2026-06-20&quot;:0.7},{&quot;2026-06-21&quot;:0.69},{&quot;2026-06-22&quot;:0.68},{&quot;2026-06-23&quot;:0.67},{&quot;2026-06-24&quot;:0.67},{&quot;2026-06-25&quot;:0.68},{&quot;2026-06-26&quot;:0.74},{&quot;2026-06-27&quot;:0.76},{&quot;2026-06-28&quot;:0.76},{&quot;2026-06-29&quot;:0.77},{&quot;2026-06-30&quot;:0.82},{&quot;2026-07-01&quot;:0.82},{&quot;2026-07-02&quot;:0.89},{&quot;2026-07-03&quot;:0.91},{&quot;2026-07-04&quot;:0.93},{&quot;2026-07-05&quot;:0.93},{&quot;2026-07-06&quot;:0.96},{&quot;2026-07-07&quot;:0.96},{&quot;2026-07-08&quot;:0.96},{&quot;2026-07-09&quot;:0.95},{&quot;2026-07-10&quot;:0.94},{&quot;2026-07-11&quot;:0.94},{&quot;2026-07-12&quot;:0.95},{&quot;2026-07-13&quot;:0.94},{&quot;2026-07-14&quot;:0.91},{&quot;2026-07-15&quot;:0.91},{&quot;2026-07-16&quot;:0.91},{&quot;2026-07-17&quot;:0.87},{&quot;2026-07-18&quot;:0.89},{&quot;2026-07-19&quot;:0.88},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.88},{&quot;2026-07-23&quot;:0.89},{&quot;2026-07-25&quot;:0.94},{&quot;2026-07-26&quot;:0.95},{&quot;2026-07-27&quot;:0.94},{&quot;2026-07-29&quot;:0.97},{&quot;2026-07-30&quot;:0.98},{&quot;2026-07-31&quot;:0.99},{&quot;2026-08-01&quot;:0.99},{&quot;2026-08-02&quot;:0.98},{&quot;2026-08-03&quot;:0.97},{&quot;2026-08-04&quot;:0.97},{&quot;2026-08-05&quot;:0.98},{&quot;2026-08-07&quot;:0.94},{&quot;2026-08-08&quot;:0.94},{&quot;2026-08-09&quot;:0.94},{&quot;2026-08-10&quot;:0.93},{&quot;2026-08-11&quot;:0.95},{&quot;2026-08-12&quot;:0.95},{&quot;2026-08-13&quot;:0.95},{&quot;2026-08-14&quot;:0.96},{&quot;2026-08-15&quot;:0.98},{&quot;2026-08-16&quot;:0.99},{&quot;2026-08-17&quot;:1.02},{&quot;2026-08-18&quot;:1.02},{&quot;2026-08-19&quot;:1.04},{&quot;2026-08-20&quot;:1.04},{&quot;2026-08-21&quot;:1.03},{&quot;2026-08-22&quot;:1.01},{&quot;2026-08-23&quot;:1.0},{&quot;2026-08-24&quot;:0.99},{&quot;2026-08-25&quot;:0.99},{&quot;2026-08-26&quot;:0.96},{&quot;2026-08-27&quot;:0.94},{&quot;2026-08-28&quot;:0.87},{&quot;2026-08-29&quot;:0.87},{&quot;2026-08-30&quot;:0.84},{&quot;2026-08-31&quot;:0.85},{&quot;2026-09-01&quot;:0.85},{&quot;2026-09-02&quot;:0.86},{&quot;2026-09-03&quot;:0.84},{&quot;2026-09-04&quot;:0.86},{&quot;2026-09-05&quot;:0.85},{&quot;2026-09-06&quot;:0.86},{&quot;2026-09-07&quot;:0.93},{&quot;2026-09-08&quot;:0.94},{&quot;2026-09-09&quot;:0.95},{&quot;2026-09-10&quot;:0.93},{&quot;2026-09-11&quot;:0.95},{&quot;2026-09-12&quot;:0.94},{&quot;2026-09-13&quot;:0.95}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="83292"
  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">
            Corpsejack Menace
        </span>


      </div>

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

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

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

        <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">
            Corpsejack Menace
        </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 — Fungus</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Corpsejack Menace" src="https://cards.scryfall.io/large/front/a/a/aa537ff3-cc8c-448f-a1da-609133e74e30.jpg?1783931969" />
    </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">
                $1.55
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.17</span>
              <span class="text-xs text-grey-text">Credit: $0.22</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-15&quot;:0.97},{&quot;2026-06-16&quot;:0.97},{&quot;2026-06-17&quot;:0.97},{&quot;2026-06-18&quot;:0.98},{&quot;2026-06-19&quot;:0.98},{&quot;2026-06-20&quot;:1.1},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.14},{&quot;2026-06-23&quot;:1.14},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.14},{&quot;2026-06-27&quot;:1.17},{&quot;2026-06-28&quot;:1.17},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.17},{&quot;2026-07-01&quot;:1.17},{&quot;2026-07-02&quot;:1.23},{&quot;2026-07-03&quot;:1.23},{&quot;2026-07-04&quot;:1.43},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.42},{&quot;2026-07-08&quot;:1.42},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.43},{&quot;2026-07-12&quot;:1.43},{&quot;2026-07-13&quot;:1.43},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.43},{&quot;2026-07-16&quot;:1.46},{&quot;2026-07-17&quot;:1.46},{&quot;2026-07-18&quot;:1.46},{&quot;2026-07-19&quot;:1.46},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.46},{&quot;2026-07-22&quot;:1.46},{&quot;2026-07-23&quot;:1.42},{&quot;2026-07-24&quot;:1.37},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.37},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-28&quot;:1.39},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.38},{&quot;2026-07-31&quot;:1.38},{&quot;2026-08-01&quot;:1.38},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.4},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.35},{&quot;2026-08-08&quot;:1.3},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.26},{&quot;2026-08-16&quot;:1.26},{&quot;2026-08-17&quot;:1.26},{&quot;2026-08-18&quot;:1.2},{&quot;2026-08-19&quot;:1.17},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.17},{&quot;2026-08-22&quot;:1.17},{&quot;2026-08-23&quot;:1.22},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.21},{&quot;2026-08-28&quot;:1.21},{&quot;2026-08-29&quot;:1.21},{&quot;2026-08-30&quot;:1.26},{&quot;2026-08-31&quot;:1.33},{&quot;2026-09-01&quot;:1.36},{&quot;2026-09-02&quot;:1.35},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.43},{&quot;2026-09-05&quot;:1.43},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.54},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.54},{&quot;2026-09-10&quot;:1.54},{&quot;2026-09-11&quot;:1.54},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18567"
  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">
            Zur the Enchanter
        </span>


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Zur the Enchanter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/6/561cfc04-65ea-49a4-8638-b4631a7cf828.jpg?1783918424" />

        <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">
            Zur the Enchanter
        </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 Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Zur the Enchanter" src="https://cards.scryfall.io/large/front/5/6/561cfc04-65ea-49a4-8638-b4631a7cf828.jpg?1783918424" />
    </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">
                $1.54
              </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">
                $1.27
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.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-11&quot;:1.17},{&quot;2026-06-12&quot;:1.19},{&quot;2026-06-13&quot;:1.19},{&quot;2026-06-14&quot;:1.19},{&quot;2026-06-15&quot;:1.19},{&quot;2026-06-16&quot;:1.17},{&quot;2026-06-17&quot;:1.18},{&quot;2026-06-18&quot;:1.18},{&quot;2026-06-19&quot;:1.18},{&quot;2026-06-20&quot;:1.14},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.13},{&quot;2026-06-24&quot;:1.13},{&quot;2026-06-25&quot;:1.13},{&quot;2026-06-26&quot;:1.13},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.11},{&quot;2026-06-29&quot;:1.09},{&quot;2026-06-30&quot;:1.07},{&quot;2026-07-01&quot;:1.07},{&quot;2026-07-02&quot;:1.06},{&quot;2026-07-03&quot;:1.07},{&quot;2026-07-04&quot;:1.07},{&quot;2026-07-05&quot;:1.07},{&quot;2026-07-06&quot;:1.07},{&quot;2026-07-07&quot;:1.07},{&quot;2026-07-08&quot;:1.07},{&quot;2026-07-09&quot;:1.07},{&quot;2026-07-10&quot;:1.07},{&quot;2026-07-11&quot;:1.07},{&quot;2026-07-12&quot;:1.07},{&quot;2026-07-13&quot;:1.1},{&quot;2026-07-14&quot;:1.1},{&quot;2026-07-15&quot;:1.09},{&quot;2026-07-16&quot;:1.09},{&quot;2026-07-17&quot;:1.08},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.08},{&quot;2026-07-20&quot;:1.08},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-23&quot;:1.08},{&quot;2026-07-25&quot;:1.09},{&quot;2026-07-26&quot;:1.09},{&quot;2026-07-27&quot;:1.09},{&quot;2026-07-29&quot;:1.09},{&quot;2026-07-30&quot;:1.09},{&quot;2026-07-31&quot;:1.09},{&quot;2026-08-01&quot;:1.09},{&quot;2026-08-02&quot;:1.09},{&quot;2026-08-03&quot;:1.11},{&quot;2026-08-04&quot;:1.11},{&quot;2026-08-05&quot;:1.11},{&quot;2026-08-07&quot;:1.11},{&quot;2026-08-08&quot;:1.14},{&quot;2026-08-09&quot;:1.17},{&quot;2026-08-10&quot;:1.13},{&quot;2026-08-11&quot;:1.13},{&quot;2026-08-12&quot;:1.12},{&quot;2026-08-13&quot;:1.12},{&quot;2026-08-14&quot;:1.13},{&quot;2026-08-15&quot;:1.13},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.14},{&quot;2026-08-18&quot;:1.14},{&quot;2026-08-19&quot;:1.14},{&quot;2026-08-20&quot;:1.14},{&quot;2026-08-21&quot;:1.19},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.19},{&quot;2026-08-24&quot;:1.17},{&quot;2026-08-25&quot;:1.17},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.23},{&quot;2026-08-29&quot;:1.23},{&quot;2026-08-30&quot;:1.25},{&quot;2026-08-31&quot;:1.25},{&quot;2026-09-01&quot;:1.25},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.25},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.27},{&quot;2026-09-07&quot;:1.28},{&quot;2026-09-08&quot;:1.28},{&quot;2026-09-09&quot;:1.28},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.28},{&quot;2026-09-13&quot;:1.27}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.49},{&quot;2026-06-12&quot;:1.49},{&quot;2026-06-13&quot;:1.54},{&quot;2026-06-14&quot;:1.52},{&quot;2026-06-15&quot;:1.48},{&quot;2026-06-16&quot;:1.52},{&quot;2026-06-17&quot;:1.56},{&quot;2026-06-18&quot;:1.56},{&quot;2026-06-19&quot;:1.56},{&quot;2026-06-20&quot;:1.54},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-24&quot;:1.49},{&quot;2026-06-25&quot;:1.52},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.53},{&quot;2026-06-28&quot;:1.53},{&quot;2026-06-29&quot;:1.55},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:1.55},{&quot;2026-07-03&quot;:1.62},{&quot;2026-07-04&quot;:1.62},{&quot;2026-07-05&quot;:1.56},{&quot;2026-07-06&quot;:1.53},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.61},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.63},{&quot;2026-07-11&quot;:1.62},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.61},{&quot;2026-07-15&quot;:1.61},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.57},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.57},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-25&quot;:1.56},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.54},{&quot;2026-07-29&quot;:1.5},{&quot;2026-07-30&quot;:1.48},{&quot;2026-07-31&quot;:1.51},{&quot;2026-08-01&quot;:1.47},{&quot;2026-08-02&quot;:1.47},{&quot;2026-08-03&quot;:1.45},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.47},{&quot;2026-08-07&quot;:1.49},{&quot;2026-08-08&quot;:1.49},{&quot;2026-08-09&quot;:1.48},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.49},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.49},{&quot;2026-08-15&quot;:1.48},{&quot;2026-08-16&quot;:1.46},{&quot;2026-08-17&quot;:1.51},{&quot;2026-08-18&quot;:1.51},{&quot;2026-08-19&quot;:1.52},{&quot;2026-08-20&quot;:1.52},{&quot;2026-08-21&quot;:1.52},{&quot;2026-08-22&quot;:1.52},{&quot;2026-08-23&quot;:1.52},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.52},{&quot;2026-08-28&quot;:1.5},{&quot;2026-08-29&quot;:1.5},{&quot;2026-08-30&quot;:1.5},{&quot;2026-08-31&quot;:1.51},{&quot;2026-09-01&quot;:1.51},{&quot;2026-09-02&quot;:1.52},{&quot;2026-09-03&quot;:1.48},{&quot;2026-09-04&quot;:1.49},{&quot;2026-09-05&quot;:1.49},{&quot;2026-09-06&quot;:1.46},{&quot;2026-09-07&quot;:1.46},{&quot;2026-09-08&quot;:1.45},{&quot;2026-09-09&quot;:1.44},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.55},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Ertai Resurrected
        </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 — Phyrexian Human Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ertai Resurrected" src="https://cards.scryfall.io/large/front/7/f/7f7e780e-fbc5-4dc0-b5c7-efcb8645c7c6.jpg?1783921288" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.44},{&quot;2026-06-14&quot;:1.44},{&quot;2026-06-15&quot;:1.44},{&quot;2026-06-16&quot;:1.44},{&quot;2026-06-17&quot;:1.45},{&quot;2026-06-18&quot;:1.45},{&quot;2026-06-19&quot;:1.39},{&quot;2026-06-20&quot;:1.4},{&quot;2026-06-21&quot;:1.43},{&quot;2026-06-22&quot;:1.37},{&quot;2026-06-23&quot;:1.34},{&quot;2026-06-24&quot;:1.34},{&quot;2026-06-25&quot;:1.34},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.31},{&quot;2026-06-28&quot;:1.31},{&quot;2026-06-29&quot;:1.31},{&quot;2026-06-30&quot;:1.31},{&quot;2026-07-01&quot;:1.31},{&quot;2026-07-02&quot;:1.31},{&quot;2026-07-03&quot;:1.31},{&quot;2026-07-04&quot;:1.31},{&quot;2026-07-05&quot;:1.31},{&quot;2026-07-06&quot;:1.31},{&quot;2026-07-07&quot;:1.29},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.28},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.28},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.28},{&quot;2026-07-15&quot;:1.28},{&quot;2026-07-16&quot;:1.28},{&quot;2026-07-17&quot;:1.28},{&quot;2026-07-18&quot;:1.28},{&quot;2026-07-19&quot;:1.28},{&quot;2026-07-20&quot;:1.31},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.27},{&quot;2026-07-27&quot;:1.27},{&quot;2026-07-28&quot;:1.27},{&quot;2026-07-29&quot;:1.27},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.27},{&quot;2026-08-01&quot;:1.27},{&quot;2026-08-02&quot;:1.27},{&quot;2026-08-03&quot;:1.27},{&quot;2026-08-04&quot;:1.26},{&quot;2026-08-05&quot;:1.31},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.31},{&quot;2026-08-10&quot;:1.31},{&quot;2026-08-11&quot;:1.31},{&quot;2026-08-12&quot;:1.31},{&quot;2026-08-13&quot;:1.31},{&quot;2026-08-14&quot;:1.27},{&quot;2026-08-15&quot;:1.27},{&quot;2026-08-16&quot;:1.19},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.21},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.26},{&quot;2026-08-22&quot;:1.26},{&quot;2026-08-23&quot;:1.26},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.24},{&quot;2026-09-02&quot;:1.35},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.36},{&quot;2026-09-05&quot;:1.42},{&quot;2026-09-06&quot;:1.42},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.39},{&quot;2026-09-09&quot;:1.42},{&quot;2026-09-10&quot;:1.54},{&quot;2026-09-11&quot;:1.54},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.54}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.25},{&quot;2026-06-14&quot;:1.22},{&quot;2026-06-15&quot;:1.23},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.1},{&quot;2026-06-18&quot;:1.06},{&quot;2026-06-19&quot;:1.06},{&quot;2026-06-20&quot;:1.01},{&quot;2026-06-21&quot;:1.01},{&quot;2026-06-22&quot;:0.88},{&quot;2026-06-23&quot;:0.88},{&quot;2026-06-24&quot;:0.89},{&quot;2026-06-25&quot;:0.91},{&quot;2026-06-26&quot;:0.92},{&quot;2026-06-27&quot;:0.91},{&quot;2026-06-28&quot;:0.91},{&quot;2026-06-29&quot;:0.88},{&quot;2026-06-30&quot;:0.85},{&quot;2026-07-01&quot;:0.87},{&quot;2026-07-02&quot;:0.87},{&quot;2026-07-03&quot;:0.87},{&quot;2026-07-04&quot;:0.85},{&quot;2026-07-05&quot;:0.92},{&quot;2026-07-06&quot;:0.89},{&quot;2026-07-07&quot;:0.87},{&quot;2026-07-08&quot;:0.85},{&quot;2026-07-09&quot;:0.91},{&quot;2026-07-10&quot;:0.9},{&quot;2026-07-11&quot;:0.87},{&quot;2026-07-12&quot;:0.87},{&quot;2026-07-13&quot;:0.87},{&quot;2026-07-14&quot;:0.88},{&quot;2026-07-15&quot;:0.88},{&quot;2026-07-16&quot;:0.88},{&quot;2026-07-17&quot;:0.89},{&quot;2026-07-18&quot;:0.88},{&quot;2026-07-19&quot;:0.91},{&quot;2026-07-20&quot;:0.93},{&quot;2026-07-21&quot;:0.96},{&quot;2026-07-23&quot;:1.1},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.18},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-28&quot;:1.19},{&quot;2026-07-29&quot;:1.19},{&quot;2026-07-30&quot;:1.19},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.18},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.14},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.09},{&quot;2026-08-08&quot;:1.09},{&quot;2026-08-09&quot;:1.08},{&quot;2026-08-10&quot;:1.08},{&quot;2026-08-11&quot;:1.04},{&quot;2026-08-12&quot;:1.04},{&quot;2026-08-13&quot;:1.04},{&quot;2026-08-14&quot;:1.01},{&quot;2026-08-15&quot;:1.01},{&quot;2026-08-16&quot;:1.02},{&quot;2026-08-17&quot;:1.06},{&quot;2026-08-18&quot;:1.04},{&quot;2026-08-19&quot;:1.15},{&quot;2026-08-20&quot;:1.15},{&quot;2026-08-21&quot;:1.15},{&quot;2026-08-22&quot;:1.15},{&quot;2026-08-23&quot;:1.15},{&quot;2026-08-24&quot;:1.15},{&quot;2026-08-25&quot;:1.15},{&quot;2026-08-26&quot;:1.15},{&quot;2026-08-27&quot;:1.11},{&quot;2026-08-28&quot;:1.17},{&quot;2026-08-29&quot;:1.17},{&quot;2026-08-30&quot;:1.09},{&quot;2026-08-31&quot;:1.03},{&quot;2026-09-01&quot;:1.03},{&quot;2026-09-02&quot;:1.11},{&quot;2026-09-03&quot;:1.15},{&quot;2026-09-04&quot;:1.18},{&quot;2026-09-05&quot;:1.31},{&quot;2026-09-06&quot;:1.47},{&quot;2026-09-07&quot;:1.4},{&quot;2026-09-08&quot;:1.4},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.39},{&quot;2026-09-12&quot;:1.4},{&quot;2026-09-13&quot;:1.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Atarka&#39;s Command" src="https://cards.scryfall.io/large/front/c/5/c57b152e-c94e-4c10-9f0d-d960e878a430.jpg?1783921853" />
    </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">
                $1.54
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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;:1.58},{&quot;2026-06-12&quot;:1.62},{&quot;2026-06-13&quot;:1.62},{&quot;2026-06-14&quot;:1.62},{&quot;2026-06-15&quot;:1.66},{&quot;2026-06-16&quot;:1.66},{&quot;2026-06-17&quot;:1.66},{&quot;2026-06-18&quot;:1.71},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-24&quot;:1.71},{&quot;2026-06-25&quot;:1.71},{&quot;2026-06-26&quot;:1.71},{&quot;2026-06-27&quot;:1.71},{&quot;2026-06-28&quot;:1.71},{&quot;2026-06-29&quot;:1.71},{&quot;2026-06-30&quot;:1.71},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.7},{&quot;2026-07-07&quot;:1.7},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.63},{&quot;2026-07-10&quot;:1.63},{&quot;2026-07-11&quot;:1.7},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.7},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.7},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.7},{&quot;2026-07-19&quot;:1.7},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-25&quot;:1.69},{&quot;2026-07-26&quot;:1.69},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-29&quot;:1.69},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.75},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.75},{&quot;2026-08-03&quot;:1.75},{&quot;2026-08-04&quot;:1.75},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.75},{&quot;2026-08-09&quot;:1.68},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.68},{&quot;2026-08-13&quot;:1.68},{&quot;2026-08-14&quot;:1.68},{&quot;2026-08-15&quot;:1.68},{&quot;2026-08-16&quot;:1.68},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.68},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.68},{&quot;2026-08-21&quot;:1.69},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.7},{&quot;2026-08-26&quot;:1.7},{&quot;2026-08-27&quot;:1.7},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.65},{&quot;2026-08-31&quot;:1.65},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.68},{&quot;2026-09-03&quot;:1.68},{&quot;2026-09-04&quot;:1.68},{&quot;2026-09-05&quot;:1.68},{&quot;2026-09-06&quot;:1.68},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.68},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.68},{&quot;2026-09-12&quot;:1.68},{&quot;2026-09-13&quot;:1.68}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.49},{&quot;2026-06-12&quot;:1.49},{&quot;2026-06-13&quot;:1.47},{&quot;2026-06-14&quot;:1.51},{&quot;2026-06-15&quot;:1.48},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.48},{&quot;2026-06-18&quot;:1.48},{&quot;2026-06-19&quot;:1.45},{&quot;2026-06-20&quot;:1.45},{&quot;2026-06-21&quot;:1.45},{&quot;2026-06-22&quot;:1.46},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.45},{&quot;2026-06-26&quot;:1.42},{&quot;2026-06-27&quot;:1.41},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.37},{&quot;2026-06-30&quot;:1.34},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.23},{&quot;2026-07-03&quot;:1.2},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.19},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.17},{&quot;2026-07-09&quot;:1.18},{&quot;2026-07-10&quot;:1.18},{&quot;2026-07-11&quot;:1.18},{&quot;2026-07-12&quot;:1.18},{&quot;2026-07-13&quot;:1.14},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.15},{&quot;2026-07-16&quot;:1.15},{&quot;2026-07-17&quot;:1.16},{&quot;2026-07-18&quot;:1.14},{&quot;2026-07-19&quot;:1.14},{&quot;2026-07-20&quot;:1.14},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-23&quot;:1.09},{&quot;2026-07-25&quot;:1.07},{&quot;2026-07-26&quot;:1.07},{&quot;2026-07-27&quot;:1.05},{&quot;2026-07-29&quot;:1.04},{&quot;2026-07-30&quot;:1.05},{&quot;2026-07-31&quot;:1.04},{&quot;2026-08-01&quot;:1.04},{&quot;2026-08-02&quot;:1.04},{&quot;2026-08-03&quot;:1.04},{&quot;2026-08-04&quot;:1.04},{&quot;2026-08-05&quot;:1.06},{&quot;2026-08-07&quot;:1.06},{&quot;2026-08-08&quot;:1.09},{&quot;2026-08-09&quot;:1.13},{&quot;2026-08-10&quot;:1.18},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.2},{&quot;2026-08-15&quot;:1.2},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.2},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.22},{&quot;2026-08-23&quot;:1.21},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.26},{&quot;2026-08-27&quot;:1.31},{&quot;2026-08-28&quot;:1.42},{&quot;2026-08-29&quot;:1.42},{&quot;2026-08-30&quot;:1.5},{&quot;2026-08-31&quot;:1.5},{&quot;2026-09-01&quot;:1.5},{&quot;2026-09-02&quot;:1.53},{&quot;2026-09-03&quot;:1.53},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.58},{&quot;2026-09-06&quot;:1.56},{&quot;2026-09-07&quot;:1.56},{&quot;2026-09-08&quot;:1.56},{&quot;2026-09-09&quot;:1.57},{&quot;2026-09-10&quot;:1.57},{&quot;2026-09-11&quot;:1.54},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29092"
  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-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">
            Tainted Peak
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Tainted Peak
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tainted Peak" src="https://cards.scryfall.io/large/front/e/5/e5dd195d-6f81-4ff8-b950-455ab462ec7d.jpg?1783926145" />
    </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">
                $1.54
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</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-15&quot;:1.72},{&quot;2026-06-16&quot;:1.72},{&quot;2026-06-17&quot;:1.72},{&quot;2026-06-18&quot;:1.72},{&quot;2026-06-19&quot;:1.7},{&quot;2026-06-20&quot;:1.7},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.7},{&quot;2026-06-23&quot;:1.7},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.7},{&quot;2026-06-29&quot;:1.7},{&quot;2026-06-30&quot;:1.7},{&quot;2026-07-01&quot;:1.69},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.73},{&quot;2026-07-07&quot;:1.73},{&quot;2026-07-08&quot;:1.73},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.73},{&quot;2026-07-11&quot;:1.73},{&quot;2026-07-12&quot;:1.73},{&quot;2026-07-13&quot;:1.62},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.63},{&quot;2026-07-21&quot;:1.63},{&quot;2026-07-22&quot;:1.63},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-24&quot;:1.64},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-28&quot;:1.65},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.52},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.55},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.47},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.41},{&quot;2026-08-09&quot;:1.34},{&quot;2026-08-10&quot;:1.33},{&quot;2026-08-11&quot;:1.34},{&quot;2026-08-12&quot;:1.34},{&quot;2026-08-13&quot;:1.34},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.3},{&quot;2026-08-16&quot;:1.28},{&quot;2026-08-17&quot;:1.27},{&quot;2026-08-18&quot;:1.25},{&quot;2026-08-19&quot;:1.27},{&quot;2026-08-20&quot;:1.27},{&quot;2026-08-21&quot;:1.27},{&quot;2026-08-22&quot;:1.26},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.33},{&quot;2026-08-25&quot;:1.34},{&quot;2026-08-26&quot;:1.35},{&quot;2026-08-27&quot;:1.35},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.31},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.31},{&quot;2026-09-03&quot;:1.31},{&quot;2026-09-04&quot;:1.3},{&quot;2026-09-05&quot;:1.3},{&quot;2026-09-06&quot;:1.33},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.43},{&quot;2026-09-09&quot;:1.54},{&quot;2026-09-10&quot;:1.57},{&quot;2026-09-11&quot;:1.54},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="48722"
  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-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">
            Generous Gift
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Generous Gift
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Generous Gift" src="https://cards.scryfall.io/large/front/9/8/983f4711-20a8-4023-8201-9a74deab10be.jpg?1783933163" />
    </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">
                $1.54
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</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-15&quot;:2.02},{&quot;2026-06-16&quot;:1.98},{&quot;2026-06-17&quot;:1.98},{&quot;2026-06-18&quot;:1.98},{&quot;2026-06-19&quot;:1.98},{&quot;2026-06-20&quot;:1.98},{&quot;2026-06-21&quot;:1.93},{&quot;2026-06-22&quot;:1.94},{&quot;2026-06-23&quot;:1.94},{&quot;2026-06-24&quot;:1.94},{&quot;2026-06-25&quot;:1.94},{&quot;2026-06-26&quot;:1.94},{&quot;2026-06-27&quot;:1.94},{&quot;2026-06-28&quot;:1.94},{&quot;2026-06-29&quot;:1.95},{&quot;2026-06-30&quot;:1.95},{&quot;2026-07-01&quot;:1.95},{&quot;2026-07-02&quot;:1.95},{&quot;2026-07-03&quot;:2.0},{&quot;2026-07-04&quot;:2.0},{&quot;2026-07-05&quot;:2.0},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:2.0},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:2.0},{&quot;2026-07-10&quot;:2.0},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.0},{&quot;2026-07-13&quot;:2.0},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:2.0},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:2.0},{&quot;2026-07-19&quot;:2.0},{&quot;2026-07-20&quot;:2.0},{&quot;2026-07-21&quot;:2.0},{&quot;2026-07-22&quot;:2.0},{&quot;2026-07-23&quot;:2.0},{&quot;2026-07-24&quot;:2.0},{&quot;2026-07-25&quot;:2.0},{&quot;2026-07-26&quot;:2.0},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:2.0},{&quot;2026-07-29&quot;:2.0},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:2.0},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:2.0},{&quot;2026-08-03&quot;:2.0},{&quot;2026-08-04&quot;:2.0},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:2.0},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:2.05},{&quot;2026-08-10&quot;:2.05},{&quot;2026-08-11&quot;:2.05},{&quot;2026-08-12&quot;:2.05},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.05},{&quot;2026-08-15&quot;:2.05},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:2.05},{&quot;2026-08-18&quot;:2.05},{&quot;2026-08-19&quot;:2.05},{&quot;2026-08-20&quot;:2.05},{&quot;2026-08-21&quot;:2.05},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.05},{&quot;2026-08-25&quot;:2.05},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:2.05},{&quot;2026-08-31&quot;:2.05},{&quot;2026-09-01&quot;:2.05},{&quot;2026-09-02&quot;:2.05},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.05},{&quot;2026-09-06&quot;:2.05},{&quot;2026-09-07&quot;:2.05},{&quot;2026-09-08&quot;:2.05},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:2.05},{&quot;2026-09-12&quot;:2.05},{&quot;2026-09-13&quot;:2.05}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.81},{&quot;2026-06-16&quot;:1.81},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.65},{&quot;2026-06-19&quot;:1.66},{&quot;2026-06-20&quot;:1.63},{&quot;2026-06-21&quot;:1.56},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-23&quot;:1.45},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.4},{&quot;2026-06-27&quot;:1.45},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.53},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.63},{&quot;2026-07-03&quot;:1.71},{&quot;2026-07-04&quot;:1.67},{&quot;2026-07-05&quot;:1.71},{&quot;2026-07-06&quot;:1.71},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.74},{&quot;2026-07-09&quot;:1.8},{&quot;2026-07-10&quot;:1.8},{&quot;2026-07-11&quot;:1.81},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.83},{&quot;2026-07-14&quot;:1.83},{&quot;2026-07-15&quot;:1.81},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.79},{&quot;2026-07-18&quot;:1.81},{&quot;2026-07-19&quot;:1.77},{&quot;2026-07-20&quot;:1.77},{&quot;2026-07-21&quot;:1.75},{&quot;2026-07-22&quot;:1.67},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-24&quot;:1.58},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.56},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-28&quot;:1.55},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.68},{&quot;2026-07-31&quot;:1.72},{&quot;2026-08-01&quot;:1.73},{&quot;2026-08-02&quot;:1.71},{&quot;2026-08-03&quot;:1.71},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.55},{&quot;2026-08-07&quot;:1.48},{&quot;2026-08-08&quot;:1.53},{&quot;2026-08-09&quot;:1.51},{&quot;2026-08-10&quot;:1.53},{&quot;2026-08-11&quot;:1.5},{&quot;2026-08-12&quot;:1.47},{&quot;2026-08-13&quot;:1.46},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.44},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.4},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.53},{&quot;2026-08-22&quot;:1.57},{&quot;2026-08-23&quot;:1.49},{&quot;2026-08-24&quot;:1.53},{&quot;2026-08-25&quot;:1.53},{&quot;2026-08-26&quot;:1.51},{&quot;2026-08-27&quot;:1.6},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.33},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.49},{&quot;2026-09-02&quot;:1.57},{&quot;2026-09-03&quot;:1.52},{&quot;2026-09-04&quot;:1.52},{&quot;2026-09-05&quot;:1.57},{&quot;2026-09-06&quot;:1.8},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.84},{&quot;2026-09-10&quot;:1.65},{&quot;2026-09-11&quot;:1.64},{&quot;2026-09-12&quot;:1.6},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="61055"
  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">
            Rakdos, Lord of Riots
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rakdos, Lord of Riots" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c3ff0f75-6ead-449a-98ad-3baf9f887331.jpg?1783913277" />

        <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">
            Rakdos, Lord of Riots
        </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 — Demon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Rakdos, Lord of Riots" src="https://cards.scryfall.io/large/front/c/3/c3ff0f75-6ead-449a-98ad-3baf9f887331.jpg?1783913277" />
    </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">
                $1.54
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.62},{&quot;2026-06-14&quot;:1.58},{&quot;2026-06-15&quot;:1.58},{&quot;2026-06-16&quot;:1.59},{&quot;2026-06-17&quot;:1.59},{&quot;2026-06-18&quot;:1.62},{&quot;2026-06-19&quot;:1.63},{&quot;2026-06-20&quot;:1.63},{&quot;2026-06-21&quot;:1.63},{&quot;2026-06-22&quot;:1.63},{&quot;2026-06-23&quot;:1.56},{&quot;2026-06-24&quot;:1.56},{&quot;2026-06-25&quot;:1.56},{&quot;2026-06-26&quot;:1.56},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.79},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.84},{&quot;2026-07-12&quot;:1.83},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.88},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.88},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.9},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:1.96},{&quot;2026-07-28&quot;:1.96},{&quot;2026-07-29&quot;:1.96},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:1.97},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:1.97},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.96},{&quot;2026-08-10&quot;:1.96},{&quot;2026-08-11&quot;:1.97},{&quot;2026-08-12&quot;:1.97},{&quot;2026-08-13&quot;:1.97},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:1.97},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.97},{&quot;2026-08-18&quot;:2.03},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.03},{&quot;2026-08-21&quot;:2.03},{&quot;2026-08-22&quot;:2.03},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:2.02},{&quot;2026-08-25&quot;:1.99},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:1.97},{&quot;2026-09-03&quot;:1.97},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:1.97},{&quot;2026-09-06&quot;:1.97},{&quot;2026-09-07&quot;:1.97},{&quot;2026-09-08&quot;:1.97},{&quot;2026-09-09&quot;:1.97},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.93},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.93}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.0},{&quot;2026-06-14&quot;:2.0},{&quot;2026-06-15&quot;:1.95},{&quot;2026-06-16&quot;:1.95},{&quot;2026-06-17&quot;:1.95},{&quot;2026-06-18&quot;:1.95},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:2.0},{&quot;2026-06-22&quot;:1.85},{&quot;2026-06-23&quot;:1.94},{&quot;2026-06-24&quot;:1.94},{&quot;2026-06-25&quot;:1.94},{&quot;2026-06-26&quot;:1.94},{&quot;2026-06-27&quot;:1.94},{&quot;2026-06-28&quot;:1.94},{&quot;2026-06-29&quot;:1.94},{&quot;2026-06-30&quot;:1.94},{&quot;2026-07-01&quot;:1.94},{&quot;2026-07-02&quot;:1.94},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.94},{&quot;2026-07-05&quot;:1.94},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:2.01},{&quot;2026-07-08&quot;:2.01},{&quot;2026-07-09&quot;:2.01},{&quot;2026-07-10&quot;:2.01},{&quot;2026-07-11&quot;:2.01},{&quot;2026-07-12&quot;:2.01},{&quot;2026-07-13&quot;:2.01},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:1.97},{&quot;2026-07-16&quot;:1.97},{&quot;2026-07-17&quot;:1.97},{&quot;2026-07-18&quot;:1.97},{&quot;2026-07-19&quot;:1.97},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-25&quot;:1.89},{&quot;2026-07-26&quot;:1.89},{&quot;2026-07-27&quot;:1.89},{&quot;2026-07-28&quot;:1.89},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.74},{&quot;2026-08-02&quot;:1.69},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.65},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.65},{&quot;2026-08-10&quot;:1.65},{&quot;2026-08-11&quot;:1.65},{&quot;2026-08-12&quot;:1.65},{&quot;2026-08-13&quot;:1.65},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.63},{&quot;2026-08-16&quot;:1.63},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.63},{&quot;2026-08-20&quot;:1.63},{&quot;2026-08-21&quot;:1.69},{&quot;2026-08-22&quot;:1.69},{&quot;2026-08-23&quot;:1.69},{&quot;2026-08-24&quot;:1.69},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.76},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.76},{&quot;2026-09-03&quot;:1.76},{&quot;2026-09-04&quot;:1.61},{&quot;2026-09-05&quot;:1.61},{&quot;2026-09-06&quot;:1.61},{&quot;2026-09-07&quot;:1.57},{&quot;2026-09-08&quot;:1.56},{&quot;2026-09-09&quot;:1.56},{&quot;2026-09-10&quot;:1.54},{&quot;2026-09-11&quot;:1.54},{&quot;2026-09-12&quot;:1.57},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Painful Quandary
        </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-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="Painful Quandary" src="https://cards.scryfall.io/large/front/b/e/bed5e030-874f-4a00-8544-78ba04033f53.jpg?1783920080" />
    </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">
                $2.59
              </span>

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

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

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

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

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

      <!-- 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-15&quot;:1.64},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.64},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.63},{&quot;2026-06-21&quot;:1.66},{&quot;2026-06-22&quot;:1.64},{&quot;2026-06-23&quot;:1.64},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.59},{&quot;2026-06-29&quot;:1.59},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.55},{&quot;2026-07-10&quot;:1.57},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.57},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.54},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.54},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.54},{&quot;2026-07-20&quot;:1.51},{&quot;2026-07-21&quot;:1.51},{&quot;2026-07-22&quot;:1.51},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-24&quot;:1.78},{&quot;2026-07-25&quot;:1.78},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.7},{&quot;2026-07-31&quot;:1.71},{&quot;2026-08-01&quot;:1.71},{&quot;2026-08-02&quot;:1.71},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.67},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.67},{&quot;2026-08-08&quot;:1.71},{&quot;2026-08-09&quot;:1.71},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.82},{&quot;2026-08-12&quot;:1.82},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.82},{&quot;2026-08-15&quot;:1.82},{&quot;2026-08-16&quot;:1.81},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:1.92},{&quot;2026-08-20&quot;:1.92},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:1.94},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.65},{&quot;2026-08-28&quot;:1.65},{&quot;2026-08-29&quot;:1.65},{&quot;2026-08-30&quot;:1.63},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.67},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.65},{&quot;2026-09-07&quot;:1.63},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.54},{&quot;2026-09-10&quot;:1.65},{&quot;2026-09-11&quot;:1.54},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.54}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.94},{&quot;2026-06-17&quot;:1.91},{&quot;2026-06-18&quot;:1.86},{&quot;2026-06-19&quot;:1.83},{&quot;2026-06-20&quot;:1.83},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:1.82},{&quot;2026-06-23&quot;:1.82},{&quot;2026-06-24&quot;:1.82},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.41},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.42},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.41},{&quot;2026-07-04&quot;:1.38},{&quot;2026-07-05&quot;:1.31},{&quot;2026-07-06&quot;:1.25},{&quot;2026-07-07&quot;:1.27},{&quot;2026-07-08&quot;:1.22},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.27},{&quot;2026-07-11&quot;:1.35},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.45},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.46},{&quot;2026-07-16&quot;:1.46},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.69},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.83},{&quot;2026-07-21&quot;:1.97},{&quot;2026-07-22&quot;:1.97},{&quot;2026-07-23&quot;:1.97},{&quot;2026-07-24&quot;:2.0},{&quot;2026-07-25&quot;:2.0},{&quot;2026-07-26&quot;:2.0},{&quot;2026-07-27&quot;:2.08},{&quot;2026-07-28&quot;:2.18},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.4},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.37},{&quot;2026-08-03&quot;:2.4},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.35},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.01},{&quot;2026-08-12&quot;:2.04},{&quot;2026-08-13&quot;:1.98},{&quot;2026-08-14&quot;:1.95},{&quot;2026-08-15&quot;:2.09},{&quot;2026-08-16&quot;:2.08},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.24},{&quot;2026-08-19&quot;:2.33},{&quot;2026-08-20&quot;:2.26},{&quot;2026-08-21&quot;:2.22},{&quot;2026-08-22&quot;:2.17},{&quot;2026-08-23&quot;:2.16},{&quot;2026-08-24&quot;:2.19},{&quot;2026-08-25&quot;:2.24},{&quot;2026-08-26&quot;:2.22},{&quot;2026-08-27&quot;:2.32},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.24},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:2.18},{&quot;2026-09-03&quot;:2.14},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.33},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.33},{&quot;2026-09-08&quot;:2.42},{&quot;2026-09-09&quot;:2.57},{&quot;2026-09-10&quot;:2.61},{&quot;2026-09-11&quot;:2.67},{&quot;2026-09-12&quot;:2.67},{&quot;2026-09-13&quot;:2.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="77091"
  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">
            Goblin Game
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Goblin Game
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goblin Game" src="https://cards.scryfall.io/large/front/3/6/367a1fd8-2010-41ae-a746-d2e51c3d6eff.jpg?1783932272" />
    </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">
                $1.54
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.19</span>
              <span class="text-xs text-grey-text">Credit: $0.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-12&quot;:1.98},{&quot;2026-06-13&quot;:1.98},{&quot;2026-06-14&quot;:1.98},{&quot;2026-06-15&quot;:1.96},{&quot;2026-06-16&quot;:1.93},{&quot;2026-06-17&quot;:1.88},{&quot;2026-06-18&quot;:1.82},{&quot;2026-06-19&quot;:1.86},{&quot;2026-06-20&quot;:1.86},{&quot;2026-06-21&quot;:1.79},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.67},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.63},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.7},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.7},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.71},{&quot;2026-07-09&quot;:1.7},{&quot;2026-07-10&quot;:1.73},{&quot;2026-07-11&quot;:1.73},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.64},{&quot;2026-07-15&quot;:1.57},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.59},{&quot;2026-07-20&quot;:1.59},{&quot;2026-07-21&quot;:1.59},{&quot;2026-07-23&quot;:1.55},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-29&quot;:1.61},{&quot;2026-07-30&quot;:1.63},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.64},{&quot;2026-08-02&quot;:1.59},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.59},{&quot;2026-08-07&quot;:1.6},{&quot;2026-08-08&quot;:1.6},{&quot;2026-08-09&quot;:1.6},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.62},{&quot;2026-08-14&quot;:1.57},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.54},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.5},{&quot;2026-08-20&quot;:1.5},{&quot;2026-08-21&quot;:1.52},{&quot;2026-08-22&quot;:1.51},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.55},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.54},{&quot;2026-08-28&quot;:1.54},{&quot;2026-08-29&quot;:1.54},{&quot;2026-08-30&quot;:1.54},{&quot;2026-08-31&quot;:1.54},{&quot;2026-09-01&quot;:1.54},{&quot;2026-09-02&quot;:1.55},{&quot;2026-09-03&quot;:1.55},{&quot;2026-09-04&quot;:1.55},{&quot;2026-09-05&quot;:1.55},{&quot;2026-09-06&quot;:1.57},{&quot;2026-09-07&quot;:1.57},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.61},{&quot;2026-09-11&quot;:1.55},{&quot;2026-09-12&quot;:1.55},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

        <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">
            Devoted Druid
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Devoted Druid" src="https://cards.scryfall.io/large/front/e/2/e26ad2e9-fa74-4e96-b496-baa10772d814.jpg?1783910211" />
    </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">
                $1.54
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.52},{&quot;2026-06-14&quot;:0.53},{&quot;2026-06-15&quot;:0.54},{&quot;2026-06-16&quot;:0.54},{&quot;2026-06-17&quot;:0.54},{&quot;2026-06-18&quot;:0.55},{&quot;2026-06-19&quot;:0.55},{&quot;2026-06-20&quot;:0.55},{&quot;2026-06-21&quot;:0.55},{&quot;2026-06-22&quot;:0.54},{&quot;2026-06-23&quot;:0.54},{&quot;2026-06-24&quot;:0.53},{&quot;2026-06-25&quot;:0.53},{&quot;2026-06-26&quot;:0.53},{&quot;2026-06-27&quot;:0.53},{&quot;2026-06-28&quot;:0.53},{&quot;2026-06-29&quot;:0.51},{&quot;2026-06-30&quot;:0.51},{&quot;2026-07-01&quot;:0.51},{&quot;2026-07-02&quot;:0.51},{&quot;2026-07-03&quot;:0.52},{&quot;2026-07-04&quot;:0.52},{&quot;2026-07-05&quot;:0.52},{&quot;2026-07-06&quot;:0.52},{&quot;2026-07-07&quot;:0.51},{&quot;2026-07-08&quot;:0.51},{&quot;2026-07-09&quot;:0.51},{&quot;2026-07-10&quot;:0.51},{&quot;2026-07-11&quot;:0.52},{&quot;2026-07-12&quot;:0.52},{&quot;2026-07-13&quot;:0.52},{&quot;2026-07-14&quot;:0.52},{&quot;2026-07-15&quot;:0.52},{&quot;2026-07-16&quot;:0.52},{&quot;2026-07-17&quot;:0.52},{&quot;2026-07-18&quot;:0.52},{&quot;2026-07-19&quot;:0.53},{&quot;2026-07-20&quot;:0.52},{&quot;2026-07-21&quot;:0.49},{&quot;2026-07-23&quot;:0.51},{&quot;2026-07-25&quot;:0.51},{&quot;2026-07-26&quot;:0.51},{&quot;2026-07-27&quot;:0.51},{&quot;2026-07-28&quot;:0.51},{&quot;2026-07-29&quot;:0.51},{&quot;2026-07-30&quot;:0.51},{&quot;2026-07-31&quot;:0.5},{&quot;2026-08-01&quot;:0.5},{&quot;2026-08-02&quot;:0.5},{&quot;2026-08-03&quot;:0.51},{&quot;2026-08-04&quot;:0.51},{&quot;2026-08-05&quot;:0.51},{&quot;2026-08-07&quot;:0.58},{&quot;2026-08-08&quot;:0.6},{&quot;2026-08-09&quot;:0.59},{&quot;2026-08-10&quot;:0.6},{&quot;2026-08-11&quot;:0.59},{&quot;2026-08-12&quot;:0.67},{&quot;2026-08-13&quot;:0.67},{&quot;2026-08-14&quot;:0.71},{&quot;2026-08-15&quot;:0.65},{&quot;2026-08-16&quot;:0.65},{&quot;2026-08-17&quot;:0.68},{&quot;2026-08-18&quot;:0.65},{&quot;2026-08-19&quot;:0.75},{&quot;2026-08-20&quot;:0.75},{&quot;2026-08-21&quot;:0.72},{&quot;2026-08-22&quot;:0.71},{&quot;2026-08-23&quot;:0.71},{&quot;2026-08-24&quot;:0.7},{&quot;2026-08-25&quot;:0.7},{&quot;2026-08-26&quot;:0.9},{&quot;2026-08-27&quot;:1.07},{&quot;2026-08-28&quot;:1.31},{&quot;2026-08-29&quot;:1.31},{&quot;2026-08-30&quot;:1.18},{&quot;2026-08-31&quot;:1.3},{&quot;2026-09-01&quot;:1.3},{&quot;2026-09-02&quot;:1.15},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.16},{&quot;2026-09-05&quot;:1.16},{&quot;2026-09-06&quot;:1.16},{&quot;2026-09-07&quot;:1.21},{&quot;2026-09-08&quot;:1.21},{&quot;2026-09-09&quot;:1.25},{&quot;2026-09-10&quot;:1.03},{&quot;2026-09-11&quot;:1.31},{&quot;2026-09-12&quot;:1.31},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94640"
  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">
            Venat, Heart of Hydaelyn 
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Venat, Heart of Hydaelyn // Hydaelyn, the Mothercrystal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/2625c00d-0a51-4481-bf36-cf13a2546242.jpg?1783906647" />

        <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">
            Venat, Heart of Hydaelyn 
        </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 — Elder Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Venat, Heart of Hydaelyn // Hydaelyn, the Mothercrystal" src="https://cards.scryfall.io/large/front/2/6/2625c00d-0a51-4481-bf36-cf13a2546242.jpg?1783906647" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Venat, Heart of Hydaelyn // Hydaelyn, the Mothercrystal" src="https://cards.scryfall.io/large/back/2/6/2625c00d-0a51-4481-bf36-cf13a2546242.jpg?1783906647" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</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-15&quot;:2.43},{&quot;2026-06-16&quot;:2.38},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.29},{&quot;2026-06-20&quot;:2.18},{&quot;2026-06-21&quot;:2.18},{&quot;2026-06-22&quot;:2.23},{&quot;2026-06-23&quot;:2.21},{&quot;2026-06-24&quot;:2.17},{&quot;2026-06-25&quot;:2.17},{&quot;2026-06-26&quot;:2.22},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.14},{&quot;2026-06-29&quot;:1.96},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:1.9},{&quot;2026-07-03&quot;:1.83},{&quot;2026-07-04&quot;:1.76},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.78},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.71},{&quot;2026-07-10&quot;:1.8},{&quot;2026-07-11&quot;:1.92},{&quot;2026-07-12&quot;:1.92},{&quot;2026-07-13&quot;:1.92},{&quot;2026-07-14&quot;:1.92},{&quot;2026-07-15&quot;:1.92},{&quot;2026-07-16&quot;:1.99},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-22&quot;:1.93},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-24&quot;:1.97},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-28&quot;:2.02},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:2.02},{&quot;2026-07-31&quot;:2.01},{&quot;2026-08-01&quot;:2.02},{&quot;2026-08-02&quot;:2.0},{&quot;2026-08-03&quot;:2.0},{&quot;2026-08-04&quot;:2.0},{&quot;2026-08-05&quot;:2.04},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:1.91},{&quot;2026-08-09&quot;:1.91},{&quot;2026-08-10&quot;:1.86},{&quot;2026-08-11&quot;:1.82},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.75},{&quot;2026-08-15&quot;:1.8},{&quot;2026-08-16&quot;:1.83},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.86},{&quot;2026-08-20&quot;:2.08},{&quot;2026-08-21&quot;:1.95},{&quot;2026-08-22&quot;:1.92},{&quot;2026-08-23&quot;:1.93},{&quot;2026-08-24&quot;:1.93},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:2.13},{&quot;2026-08-27&quot;:2.16},{&quot;2026-08-28&quot;:2.38},{&quot;2026-08-29&quot;:2.38},{&quot;2026-08-30&quot;:2.73},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.58},{&quot;2026-09-02&quot;:2.58},{&quot;2026-09-03&quot;:2.57},{&quot;2026-09-04&quot;:2.7},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.57},{&quot;2026-09-09&quot;:2.47},{&quot;2026-09-10&quot;:2.47},{&quot;2026-09-11&quot;:2.47},{&quot;2026-09-12&quot;:2.4},{&quot;2026-09-13&quot;:2.36}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.27},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.46},{&quot;2026-06-18&quot;:1.53},{&quot;2026-06-19&quot;:1.37},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-23&quot;:1.25},{&quot;2026-06-24&quot;:1.45},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.49},{&quot;2026-06-28&quot;:1.49},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.4},{&quot;2026-07-02&quot;:1.41},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.57},{&quot;2026-07-07&quot;:1.48},{&quot;2026-07-08&quot;:1.58},{&quot;2026-07-09&quot;:1.56},{&quot;2026-07-10&quot;:1.55},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.79},{&quot;2026-07-13&quot;:1.93},{&quot;2026-07-14&quot;:1.91},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.71},{&quot;2026-07-17&quot;:1.53},{&quot;2026-07-18&quot;:1.46},{&quot;2026-07-19&quot;:1.38},{&quot;2026-07-20&quot;:1.24},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-22&quot;:1.31},{&quot;2026-07-23&quot;:1.4},{&quot;2026-07-24&quot;:1.71},{&quot;2026-07-25&quot;:1.9},{&quot;2026-07-26&quot;:1.92},{&quot;2026-07-27&quot;:1.85},{&quot;2026-07-28&quot;:2.03},{&quot;2026-07-29&quot;:1.95},{&quot;2026-07-30&quot;:2.01},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.84},{&quot;2026-08-04&quot;:1.93},{&quot;2026-08-05&quot;:1.89},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:2.03},{&quot;2026-08-11&quot;:1.69},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.55},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.15},{&quot;2026-08-16&quot;:1.27},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.66},{&quot;2026-08-19&quot;:1.72},{&quot;2026-08-20&quot;:1.87},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.81},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:2.01},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:2.23},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.76},{&quot;2026-09-03&quot;:1.52},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.41},{&quot;2026-09-06&quot;:1.55},{&quot;2026-09-07&quot;:1.5},{&quot;2026-09-08&quot;:1.65},{&quot;2026-09-09&quot;:1.65},{&quot;2026-09-10&quot;:1.87},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sol Ring" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/870ec754-a76c-40ea-9b81-81b3dca1f62c.jpg?1782683284" />

        <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">
            Sol Ring
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/8/7/870ec754-a76c-40ea-9b81-81b3dca1f62c.jpg?1782683284" />
    </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">
            5
          </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">
                $1.54
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.14},{&quot;2026-06-16&quot;:1.17},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.38},{&quot;2026-06-19&quot;:1.36},{&quot;2026-06-20&quot;:1.38},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.17},{&quot;2026-06-23&quot;:1.23},{&quot;2026-06-24&quot;:1.28},{&quot;2026-06-25&quot;:1.32},{&quot;2026-06-26&quot;:1.35},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.42},{&quot;2026-06-29&quot;:1.49},{&quot;2026-06-30&quot;:1.28},{&quot;2026-07-01&quot;:1.51},{&quot;2026-07-02&quot;:1.42},{&quot;2026-07-03&quot;:1.44},{&quot;2026-07-04&quot;:1.53},{&quot;2026-07-05&quot;:1.48},{&quot;2026-07-06&quot;:1.49},{&quot;2026-07-07&quot;:1.49},{&quot;2026-07-08&quot;:1.39},{&quot;2026-07-09&quot;:1.29},{&quot;2026-07-10&quot;:1.43},{&quot;2026-07-11&quot;:1.45},{&quot;2026-07-12&quot;:1.46},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.42},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.16},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.22},{&quot;2026-07-20&quot;:1.33},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-22&quot;:1.71},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-24&quot;:1.62},{&quot;2026-07-25&quot;:1.71},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.64},{&quot;2026-07-28&quot;:1.59},{&quot;2026-07-29&quot;:1.78},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.72},{&quot;2026-08-01&quot;:1.71},{&quot;2026-08-02&quot;:1.86},{&quot;2026-08-03&quot;:1.73},{&quot;2026-08-04&quot;:1.62},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.5},{&quot;2026-08-08&quot;:1.51},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.54},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.86},{&quot;2026-08-16&quot;:1.87},{&quot;2026-08-17&quot;:2.21},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.7},{&quot;2026-08-21&quot;:1.73},{&quot;2026-08-22&quot;:1.44},{&quot;2026-08-23&quot;:1.39},{&quot;2026-08-24&quot;:1.37},{&quot;2026-08-25&quot;:1.58},{&quot;2026-08-26&quot;:1.58},{&quot;2026-08-27&quot;:1.52},{&quot;2026-08-28&quot;:1.52},{&quot;2026-08-29&quot;:1.52},{&quot;2026-08-30&quot;:1.71},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.58},{&quot;2026-09-02&quot;:1.7},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:1.98},{&quot;2026-09-06&quot;:1.88},{&quot;2026-09-07&quot;:1.72},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:1.43},{&quot;2026-09-10&quot;:1.35},{&quot;2026-09-11&quot;:1.39},{&quot;2026-09-12&quot;:1.64},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Veyran, Voice of Duality" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1cb06c70-7ff2-4c88-9931-1bfe8a3226d9.jpg?1782683124" />

        <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">
            Veyran, Voice of Duality
        </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 — Efreet Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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="Veyran, Voice of Duality" src="https://cards.scryfall.io/large/front/1/c/1cb06c70-7ff2-4c88-9931-1bfe8a3226d9.jpg?1782683124" />
    </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">
                $1.54
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.01},{&quot;2026-06-12&quot;:1.99},{&quot;2026-06-13&quot;:1.96},{&quot;2026-06-14&quot;:2.03},{&quot;2026-06-15&quot;:2.01},{&quot;2026-06-16&quot;:1.83},{&quot;2026-06-17&quot;:1.82},{&quot;2026-06-18&quot;:1.81},{&quot;2026-06-19&quot;:1.91},{&quot;2026-06-20&quot;:1.9},{&quot;2026-06-21&quot;:1.92},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-24&quot;:1.77},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.53},{&quot;2026-06-30&quot;:1.57},{&quot;2026-07-01&quot;:1.58},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.83},{&quot;2026-07-04&quot;:1.77},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.69},{&quot;2026-07-07&quot;:1.42},{&quot;2026-07-08&quot;:1.46},{&quot;2026-07-09&quot;:1.47},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.47},{&quot;2026-07-12&quot;:1.44},{&quot;2026-07-13&quot;:1.4},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.44},{&quot;2026-07-16&quot;:1.37},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.37},{&quot;2026-07-19&quot;:1.35},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.36},{&quot;2026-07-23&quot;:1.33},{&quot;2026-07-25&quot;:1.31},{&quot;2026-07-26&quot;:1.31},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.61},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.49},{&quot;2026-08-04&quot;:1.52},{&quot;2026-08-05&quot;:1.48},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.47},{&quot;2026-08-10&quot;:1.42},{&quot;2026-08-11&quot;:1.45},{&quot;2026-08-12&quot;:1.53},{&quot;2026-08-13&quot;:1.51},{&quot;2026-08-14&quot;:1.55},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.64},{&quot;2026-08-17&quot;:1.59},{&quot;2026-08-18&quot;:1.51},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.39},{&quot;2026-08-24&quot;:1.4},{&quot;2026-08-25&quot;:1.4},{&quot;2026-08-26&quot;:1.35},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.26},{&quot;2026-08-29&quot;:1.26},{&quot;2026-08-30&quot;:1.27},{&quot;2026-08-31&quot;:1.33},{&quot;2026-09-01&quot;:1.33},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.36},{&quot;2026-09-06&quot;:1.49},{&quot;2026-09-07&quot;:1.51},{&quot;2026-09-08&quot;:1.4},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="9332"
  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">
            Xantcha, Sleeper Agent
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Xantcha, Sleeper Agent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/9/89b03b9a-7e20-47cb-bc64-23513acea855.jpg?1783934325" />

        <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">
            Xantcha, Sleeper Agent
        </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 — Phyrexian Minion</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Xantcha, Sleeper Agent" src="https://cards.scryfall.io/large/front/8/9/89b03b9a-7e20-47cb-bc64-23513acea855.jpg?1783934325" />
    </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">
                $1.53
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.44},{&quot;2026-06-16&quot;:2.44},{&quot;2026-06-17&quot;:2.44},{&quot;2026-06-18&quot;:2.4},{&quot;2026-06-19&quot;:2.35},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.35},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-23&quot;:2.38},{&quot;2026-06-24&quot;:2.4},{&quot;2026-06-25&quot;:2.4},{&quot;2026-06-26&quot;:2.22},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.16},{&quot;2026-07-02&quot;:2.16},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.16},{&quot;2026-07-05&quot;:2.21},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.21},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.21},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.19},{&quot;2026-07-14&quot;:2.14},{&quot;2026-07-15&quot;:2.1},{&quot;2026-07-16&quot;:2.08},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:1.96},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.92},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-22&quot;:1.82},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.79},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.6},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.62},{&quot;2026-07-31&quot;:1.62},{&quot;2026-08-01&quot;:1.62},{&quot;2026-08-02&quot;:1.62},{&quot;2026-08-03&quot;:1.65},{&quot;2026-08-04&quot;:1.65},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.61},{&quot;2026-08-09&quot;:1.61},{&quot;2026-08-10&quot;:1.61},{&quot;2026-08-11&quot;:1.61},{&quot;2026-08-12&quot;:1.58},{&quot;2026-08-13&quot;:1.58},{&quot;2026-08-14&quot;:1.58},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.58},{&quot;2026-08-17&quot;:1.58},{&quot;2026-08-18&quot;:1.58},{&quot;2026-08-19&quot;:1.47},{&quot;2026-08-20&quot;:1.47},{&quot;2026-08-21&quot;:1.47},{&quot;2026-08-22&quot;:1.47},{&quot;2026-08-23&quot;:1.51},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.46},{&quot;2026-08-26&quot;:1.48},{&quot;2026-08-27&quot;:1.5},{&quot;2026-08-28&quot;:1.54},{&quot;2026-08-29&quot;:1.54},{&quot;2026-08-30&quot;:1.53},{&quot;2026-08-31&quot;:1.55},{&quot;2026-09-01&quot;:1.56},{&quot;2026-09-02&quot;:1.56},{&quot;2026-09-03&quot;:1.56},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.55},{&quot;2026-09-06&quot;:1.53},{&quot;2026-09-07&quot;:1.53},{&quot;2026-09-08&quot;:1.53},{&quot;2026-09-09&quot;:1.53},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.53},{&quot;2026-09-12&quot;:1.53},{&quot;2026-09-13&quot;:1.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14164"
  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">
            Blasphemous Act
        </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">
            $1.53
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Blasphemous Act
        </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-8'></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="Blasphemous Act" src="https://cards.scryfall.io/large/front/b/a/ba975f60-ca29-4fc8-b2f0-416be395f200.jpg?1783922433" />
    </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">
                $1.53
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.76},{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.76},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.76},{&quot;2026-06-20&quot;:1.76},{&quot;2026-06-21&quot;:1.76},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.76},{&quot;2026-06-27&quot;:1.76},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:1.76},{&quot;2026-06-30&quot;:1.78},{&quot;2026-07-01&quot;:1.78},{&quot;2026-07-02&quot;:1.78},{&quot;2026-07-03&quot;:1.78},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.78},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.74},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:1.74},{&quot;2026-07-12&quot;:1.74},{&quot;2026-07-13&quot;:1.74},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.71},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.7},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-24&quot;:1.68},{&quot;2026-07-25&quot;:1.68},{&quot;2026-07-26&quot;:1.68},{&quot;2026-07-27&quot;:1.68},{&quot;2026-07-28&quot;:1.68},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.68},{&quot;2026-07-31&quot;:1.67},{&quot;2026-08-01&quot;:1.67},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.67},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.68},{&quot;2026-08-08&quot;:1.68},{&quot;2026-08-09&quot;:1.68},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.66},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.62},{&quot;2026-08-17&quot;:1.62},{&quot;2026-08-18&quot;:1.62},{&quot;2026-08-19&quot;:1.62},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.6},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.56},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.56},{&quot;2026-08-29&quot;:1.56},{&quot;2026-08-30&quot;:1.56},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.58},{&quot;2026-09-02&quot;:1.56},{&quot;2026-09-03&quot;:1.53},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.51},{&quot;2026-09-06&quot;:1.51},{&quot;2026-09-07&quot;:1.51},{&quot;2026-09-08&quot;:1.51},{&quot;2026-09-09&quot;:1.52},{&quot;2026-09-10&quot;:1.52},{&quot;2026-09-11&quot;:1.53},{&quot;2026-09-12&quot;:1.53},{&quot;2026-09-13&quot;:1.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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">
            Hooded Blightfang
        </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 — Snake</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hooded Blightfang" src="https://cards.scryfall.io/large/front/a/c/ac38a51f-9a3b-451c-b72d-6d4e0b296fbd.jpg?1783930706" />
    </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">
                $1.53
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</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;:0.46},{&quot;2026-06-13&quot;:0.46},{&quot;2026-06-14&quot;:0.46},{&quot;2026-06-15&quot;:0.46},{&quot;2026-06-16&quot;:0.46},{&quot;2026-06-17&quot;:0.46},{&quot;2026-06-18&quot;:0.46},{&quot;2026-06-19&quot;:0.46},{&quot;2026-06-20&quot;:0.46},{&quot;2026-06-21&quot;:0.47},{&quot;2026-06-22&quot;:0.47},{&quot;2026-06-23&quot;:0.47},{&quot;2026-06-24&quot;:0.47},{&quot;2026-06-25&quot;:0.47},{&quot;2026-06-26&quot;:0.47},{&quot;2026-06-27&quot;:0.47},{&quot;2026-06-28&quot;:0.47},{&quot;2026-06-29&quot;:0.47},{&quot;2026-06-30&quot;:0.47},{&quot;2026-07-01&quot;:0.48},{&quot;2026-07-02&quot;:0.47},{&quot;2026-07-03&quot;:0.47},{&quot;2026-07-04&quot;:0.47},{&quot;2026-07-05&quot;:0.47},{&quot;2026-07-06&quot;:0.47},{&quot;2026-07-07&quot;:0.47},{&quot;2026-07-08&quot;:0.47},{&quot;2026-07-09&quot;:0.46},{&quot;2026-07-10&quot;:0.46},{&quot;2026-07-11&quot;:0.45},{&quot;2026-07-12&quot;:0.48},{&quot;2026-07-13&quot;:0.48},{&quot;2026-07-14&quot;:0.48},{&quot;2026-07-15&quot;:0.48},{&quot;2026-07-16&quot;:0.48},{&quot;2026-07-17&quot;:0.48},{&quot;2026-07-18&quot;:0.48},{&quot;2026-07-19&quot;:0.48},{&quot;2026-07-20&quot;:0.5},{&quot;2026-07-21&quot;:0.51},{&quot;2026-07-23&quot;:0.5},{&quot;2026-07-25&quot;:0.53},{&quot;2026-07-26&quot;:0.53},{&quot;2026-07-27&quot;:0.53},{&quot;2026-07-29&quot;:0.53},{&quot;2026-07-30&quot;:0.53},{&quot;2026-07-31&quot;:0.55},{&quot;2026-08-01&quot;:0.55},{&quot;2026-08-02&quot;:0.56},{&quot;2026-08-03&quot;:0.56},{&quot;2026-08-04&quot;:0.57},{&quot;2026-08-05&quot;:0.57},{&quot;2026-08-07&quot;:0.57},{&quot;2026-08-08&quot;:0.59},{&quot;2026-08-09&quot;:0.59},{&quot;2026-08-10&quot;:0.59},{&quot;2026-08-11&quot;:0.59},{&quot;2026-08-12&quot;:0.59},{&quot;2026-08-13&quot;:0.59},{&quot;2026-08-14&quot;:0.59},{&quot;2026-08-15&quot;:0.59},{&quot;2026-08-16&quot;:0.59},{&quot;2026-08-17&quot;:0.59},{&quot;2026-08-18&quot;:0.57},{&quot;2026-08-19&quot;:0.56},{&quot;2026-08-20&quot;:0.56},{&quot;2026-08-21&quot;:0.56},{&quot;2026-08-22&quot;:0.56},{&quot;2026-08-23&quot;:0.57},{&quot;2026-08-24&quot;:0.57},{&quot;2026-08-25&quot;:0.57},{&quot;2026-08-26&quot;:0.58},{&quot;2026-08-27&quot;:0.58},{&quot;2026-08-28&quot;:0.58},{&quot;2026-08-29&quot;:0.58},{&quot;2026-08-30&quot;:0.59},{&quot;2026-08-31&quot;:0.59},{&quot;2026-09-01&quot;:0.59},{&quot;2026-09-02&quot;:0.6},{&quot;2026-09-03&quot;:0.6},{&quot;2026-09-04&quot;:0.6},{&quot;2026-09-05&quot;:0.6},{&quot;2026-09-06&quot;:0.6},{&quot;2026-09-07&quot;:0.6},{&quot;2026-09-08&quot;:0.6},{&quot;2026-09-09&quot;:0.6},{&quot;2026-09-10&quot;:0.6},{&quot;2026-09-11&quot;:0.62},{&quot;2026-09-12&quot;:0.6},{&quot;2026-09-13&quot;:0.6}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.68},{&quot;2026-06-13&quot;:0.65},{&quot;2026-06-14&quot;:0.64},{&quot;2026-06-15&quot;:0.66},{&quot;2026-06-16&quot;:0.58},{&quot;2026-06-17&quot;:0.58},{&quot;2026-06-18&quot;:0.64},{&quot;2026-06-19&quot;:0.65},{&quot;2026-06-20&quot;:0.64},{&quot;2026-06-21&quot;:0.67},{&quot;2026-06-22&quot;:0.81},{&quot;2026-06-23&quot;:0.88},{&quot;2026-06-24&quot;:0.86},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:0.91},{&quot;2026-06-27&quot;:0.97},{&quot;2026-06-28&quot;:1.07},{&quot;2026-06-29&quot;:1.07},{&quot;2026-06-30&quot;:1.01},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.03},{&quot;2026-07-03&quot;:0.97},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.18},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.15},{&quot;2026-07-08&quot;:1.14},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.1},{&quot;2026-07-11&quot;:1.11},{&quot;2026-07-12&quot;:1.14},{&quot;2026-07-13&quot;:1.04},{&quot;2026-07-14&quot;:0.94},{&quot;2026-07-15&quot;:0.86},{&quot;2026-07-16&quot;:0.73},{&quot;2026-07-17&quot;:0.8},{&quot;2026-07-18&quot;:0.85},{&quot;2026-07-19&quot;:1.05},{&quot;2026-07-20&quot;:1.05},{&quot;2026-07-21&quot;:1.05},{&quot;2026-07-23&quot;:0.99},{&quot;2026-07-25&quot;:1.04},{&quot;2026-07-26&quot;:0.99},{&quot;2026-07-27&quot;:0.83},{&quot;2026-07-29&quot;:1.16},{&quot;2026-07-30&quot;:1.57},{&quot;2026-07-31&quot;:1.62},{&quot;2026-08-01&quot;:1.71},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.11},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:1.94},{&quot;2026-08-08&quot;:1.94},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.61},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.41},{&quot;2026-08-13&quot;:1.31},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.21},{&quot;2026-08-16&quot;:1.25},{&quot;2026-08-17&quot;:1.32},{&quot;2026-08-18&quot;:1.39},{&quot;2026-08-19&quot;:1.39},{&quot;2026-08-20&quot;:1.39},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.81},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:2.18},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.06},{&quot;2026-08-29&quot;:2.06},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.21},{&quot;2026-09-02&quot;:2.09},{&quot;2026-09-03&quot;:2.06},{&quot;2026-09-04&quot;:2.08},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.78},{&quot;2026-09-07&quot;:1.6},{&quot;2026-09-08&quot;:1.51},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.52},{&quot;2026-09-11&quot;:1.53},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.53}]}"
        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 2201-2250 of 9369 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=44&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=44&amp;username=denvermullets" rel="prev">44</a><a role="link" aria-disabled="true" aria-current="page">45</a><a href="/load_collection?direction=asc&amp;page=46&amp;username=denvermullets" rel="next">46</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=46&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="70940"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              238
            </td>

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87071"
          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">
              69
            </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>
              Kor Spiritdancer


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96580"
          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-eoe ss-mythic ss-fw ss-2x mr-4"></i>
              Tannuk, Steadfast Second


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29085"
          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">
              263
            </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>
              Spinerock Knoll


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73743"
          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-ltr ss-rare ss-fw ss-2x mr-4"></i>
              War of the Last Alliance


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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74237"
          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">
              201
            </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>
              Éowyn, Fearless Knight


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28929"
          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">
              209
            </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>
              Masterwork of Ingenuity


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x mr-4"></i>
              Jugan Defends the Temple // Remnant of the Rising Star


            </td>

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

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

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

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

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

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

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

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

                <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">
              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">
                  $1.57

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-rare ss-fw ss-2x mr-4"></i>
              Cruel Somnophage // Can&#39;t Wake Up


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19163"
          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-dmu ss-uncommon ss-fw ss-2x mr-4"></i>
              Balmor, Battlemage Captain


            </td>

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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">
                $0.75
            </td>

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81997"
          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">
              MRD-159
            </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>
              Crystal Shard


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83205"
          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">
              CMD-194
            </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>
              Dominus of Fealty


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91104"
          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">
              299
            </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>
              Restoration Angel


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11977"
          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">
              201
            </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>
              Soulfire Eruption


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

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

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

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

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11977"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11977" src="/boxset_card/11977?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20965"
          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">
              297
            </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>
              Zur the Enchanter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $1.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20965"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20965" src="/boxset_card/20965?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21242"
          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">
              389
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Terminate


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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">
                  $1.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21242"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21242" src="/boxset_card/21242?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29376"
          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">
              30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-j25 ss-rare ss-fw ss-2x mr-4"></i>
              Brigone, Soldier of Meletis


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Soldier
            </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">
                  $1.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29376"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29376" src="/boxset_card/29376?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75511"
          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-lcc ss-uncommon ss-fw ss-2x mr-4"></i>
              Path to Exile


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75511"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75511" src="/boxset_card/75511?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79924"
          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">
              9
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Cyclonus, the Saboteur // Cyclonus, Cybertronian Fighter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact Creature — Robot
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></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">
                  $0.95

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.55

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </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="79924"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79924" src="/boxset_card/79924?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83292"
          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">
              IMA-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Corpsejack Menace


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Fungus
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.17
            </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="83292"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83292" src="/boxset_card/83292?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18567"
          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">
              206
            </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>
              Zur the Enchanter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $1.54

                    <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">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18567"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18567" src="/boxset_card/18567?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18754"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              199
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x mr-4"></i>
              Ertai Resurrected


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $1.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </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="18754"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18754" src="/boxset_card/18754?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20593"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              176
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x mr-4"></i>
              Atarka&#39;s Command


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </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.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20593"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20593" src="/boxset_card/20593?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29092"
          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">
              266
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Tainted Peak


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29092"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29092" src="/boxset_card/29092?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48722"
          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-mh1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Generous Gift


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      15%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="48722"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_48722" src="/boxset_card/48722?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="61055"
          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">
              215
            </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>
              Rakdos, Lord of Riots


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Demon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="61055"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_61055" src="/boxset_card/61055?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72562"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              111
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Painful Quandary


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="72562"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72562" src="/boxset_card/72562?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77091"
          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">
              PLS-61
            </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>
              Goblin Game


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77091"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77091" src="/boxset_card/77091?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79518"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              SHM-110
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Devoted Druid


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      27%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.66
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79518"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79518" src="/boxset_card/79518?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94640"
          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">
              39
            </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>
              Venat, Heart of Hydaelyn // Hydaelyn, the Mothercrystal


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94640"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94640" src="/boxset_card/94640?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108921"
          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">
              128
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x mr-4"></i>
              Sol Ring


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108921"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108921" src="/boxset_card/108921?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109128"
          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">
              337
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-mythic ss-fw ss-2x mr-4"></i>
              Veyran, Voice of Duality


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Efreet Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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">
                  $1.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.73
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109128"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109128" src="/boxset_card/109128?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9332"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x mr-4"></i>
              Xantcha, Sleeper Agent


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Minion
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.53

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9332"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9332" src="/boxset_card/9332?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14164"
          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">
              780
            </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>
              Blasphemous Act


            </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-8'></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">
                  $1.53

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14164"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14164" src="/boxset_card/14164?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="15939"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              104
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Hooded Blightfang


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Snake
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.53

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="15939"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_15939" src="/boxset_card/15939?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 2201-2250 of 9369 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=44&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=44&amp;username=denvermullets" rel="prev">44</a><a role="link" aria-disabled="true" aria-current="page">45</a><a href="/load_collection?direction=asc&amp;page=46&amp;username=denvermullets" rel="next">46</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=46&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>