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

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

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

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

        <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">
            Bojuka Bog
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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="Bojuka Bog" src="https://cards.scryfall.io/large/front/d/4/d46ca7cb-4a04-4081-8834-6bc29e0762d2.jpg?1783927701" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:112.56},{&quot;2026-06-14&quot;:112.73},{&quot;2026-06-15&quot;:112.73},{&quot;2026-06-16&quot;:112.92},{&quot;2026-06-17&quot;:112.92},{&quot;2026-06-18&quot;:112.92},{&quot;2026-06-19&quot;:112.92},{&quot;2026-06-20&quot;:112.92},{&quot;2026-06-21&quot;:113.19},{&quot;2026-06-22&quot;:113.19},{&quot;2026-06-23&quot;:113.19},{&quot;2026-06-24&quot;:113.19},{&quot;2026-06-25&quot;:113.19},{&quot;2026-06-26&quot;:113.41},{&quot;2026-06-27&quot;:113.41},{&quot;2026-06-28&quot;:113.41},{&quot;2026-06-29&quot;:113.41},{&quot;2026-06-30&quot;:113.41},{&quot;2026-07-01&quot;:113.41},{&quot;2026-07-02&quot;:113.41},{&quot;2026-07-03&quot;:113.41},{&quot;2026-07-04&quot;:113.41},{&quot;2026-07-05&quot;:113.41},{&quot;2026-07-06&quot;:113.41},{&quot;2026-07-07&quot;:113.41},{&quot;2026-07-08&quot;:113.41},{&quot;2026-07-09&quot;:113.41},{&quot;2026-07-10&quot;:113.41},{&quot;2026-07-11&quot;:113.41},{&quot;2026-07-12&quot;:113.41},{&quot;2026-07-13&quot;:113.41},{&quot;2026-07-14&quot;:113.41},{&quot;2026-07-15&quot;:113.41},{&quot;2026-07-16&quot;:113.41},{&quot;2026-07-17&quot;:113.23},{&quot;2026-07-18&quot;:113.23},{&quot;2026-07-19&quot;:113.23},{&quot;2026-07-20&quot;:113.23},{&quot;2026-07-21&quot;:113.23},{&quot;2026-07-22&quot;:113.23},{&quot;2026-07-23&quot;:113.23},{&quot;2026-07-24&quot;:113.23},{&quot;2026-07-25&quot;:113.23},{&quot;2026-07-26&quot;:113.23},{&quot;2026-07-27&quot;:113.23},{&quot;2026-07-28&quot;:113.23},{&quot;2026-07-29&quot;:113.23},{&quot;2026-07-30&quot;:113.23},{&quot;2026-07-31&quot;:113.23},{&quot;2026-08-01&quot;:113.23},{&quot;2026-08-02&quot;:113.23},{&quot;2026-08-03&quot;:113.23},{&quot;2026-08-04&quot;:113.23},{&quot;2026-08-05&quot;:113.23},{&quot;2026-08-07&quot;:113.23},{&quot;2026-08-08&quot;:113.23},{&quot;2026-08-09&quot;:113.23},{&quot;2026-08-10&quot;:113.23},{&quot;2026-08-11&quot;:113.23},{&quot;2026-08-12&quot;:113.23},{&quot;2026-08-13&quot;:113.23},{&quot;2026-08-14&quot;:113.23},{&quot;2026-08-15&quot;:114.7},{&quot;2026-08-16&quot;:114.7},{&quot;2026-08-17&quot;:114.7},{&quot;2026-08-18&quot;:114.7},{&quot;2026-08-19&quot;:114.7},{&quot;2026-08-20&quot;:114.7},{&quot;2026-08-21&quot;:114.7},{&quot;2026-08-22&quot;:114.7},{&quot;2026-08-23&quot;:114.7},{&quot;2026-08-24&quot;:114.7},{&quot;2026-08-25&quot;:114.7},{&quot;2026-08-26&quot;:114.7},{&quot;2026-08-27&quot;:114.7},{&quot;2026-08-28&quot;:114.7},{&quot;2026-08-29&quot;:114.7},{&quot;2026-08-30&quot;:114.7},{&quot;2026-08-31&quot;:114.7},{&quot;2026-09-01&quot;:114.7},{&quot;2026-09-02&quot;:114.7},{&quot;2026-09-03&quot;:114.7},{&quot;2026-09-04&quot;:114.7},{&quot;2026-09-05&quot;:114.7},{&quot;2026-09-06&quot;:114.7},{&quot;2026-09-07&quot;:114.7},{&quot;2026-09-08&quot;:114.7},{&quot;2026-09-09&quot;:114.7},{&quot;2026-09-10&quot;:114.7},{&quot;2026-09-11&quot;:120.23}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.79},{&quot;2026-06-14&quot;:5.79},{&quot;2026-06-15&quot;:5.79},{&quot;2026-06-16&quot;:5.79},{&quot;2026-06-17&quot;:5.8},{&quot;2026-06-18&quot;:5.8},{&quot;2026-06-19&quot;:5.8},{&quot;2026-06-20&quot;:5.8},{&quot;2026-06-21&quot;:5.8},{&quot;2026-06-22&quot;:5.8},{&quot;2026-06-23&quot;:5.8},{&quot;2026-06-24&quot;:5.8},{&quot;2026-06-25&quot;:5.82},{&quot;2026-06-26&quot;:5.82},{&quot;2026-06-27&quot;:5.8},{&quot;2026-06-28&quot;:5.85},{&quot;2026-06-29&quot;:5.85},{&quot;2026-06-30&quot;:5.85},{&quot;2026-07-01&quot;:5.85},{&quot;2026-07-02&quot;:5.85},{&quot;2026-07-03&quot;:5.78},{&quot;2026-07-04&quot;:5.78},{&quot;2026-07-05&quot;:5.79},{&quot;2026-07-06&quot;:5.79},{&quot;2026-07-07&quot;:5.83},{&quot;2026-07-08&quot;:5.83},{&quot;2026-07-09&quot;:5.83},{&quot;2026-07-10&quot;:5.83},{&quot;2026-07-11&quot;:5.83},{&quot;2026-07-12&quot;:5.84},{&quot;2026-07-13&quot;:5.84},{&quot;2026-07-14&quot;:5.85},{&quot;2026-07-15&quot;:5.86},{&quot;2026-07-16&quot;:5.86},{&quot;2026-07-17&quot;:5.87},{&quot;2026-07-18&quot;:5.87},{&quot;2026-07-19&quot;:5.86},{&quot;2026-07-20&quot;:5.86},{&quot;2026-07-21&quot;:5.73},{&quot;2026-07-22&quot;:5.74},{&quot;2026-07-23&quot;:5.74},{&quot;2026-07-24&quot;:5.74},{&quot;2026-07-25&quot;:5.74},{&quot;2026-07-26&quot;:5.71},{&quot;2026-07-27&quot;:5.71},{&quot;2026-07-28&quot;:5.71},{&quot;2026-07-29&quot;:5.71},{&quot;2026-07-30&quot;:5.71},{&quot;2026-07-31&quot;:5.67},{&quot;2026-08-01&quot;:5.67},{&quot;2026-08-02&quot;:5.67},{&quot;2026-08-03&quot;:5.66},{&quot;2026-08-04&quot;:5.66},{&quot;2026-08-05&quot;:5.61},{&quot;2026-08-07&quot;:5.63},{&quot;2026-08-08&quot;:5.63},{&quot;2026-08-09&quot;:5.69},{&quot;2026-08-10&quot;:5.69},{&quot;2026-08-11&quot;:5.69},{&quot;2026-08-12&quot;:5.71},{&quot;2026-08-13&quot;:5.71},{&quot;2026-08-14&quot;:5.72},{&quot;2026-08-15&quot;:5.74},{&quot;2026-08-16&quot;:5.74},{&quot;2026-08-17&quot;:5.77},{&quot;2026-08-18&quot;:5.73},{&quot;2026-08-19&quot;:5.73},{&quot;2026-08-20&quot;:5.73},{&quot;2026-08-21&quot;:5.73},{&quot;2026-08-22&quot;:5.72},{&quot;2026-08-23&quot;:5.7},{&quot;2026-08-24&quot;:5.54},{&quot;2026-08-25&quot;:5.38},{&quot;2026-08-26&quot;:5.4},{&quot;2026-08-27&quot;:5.4},{&quot;2026-08-28&quot;:5.4},{&quot;2026-08-29&quot;:5.4},{&quot;2026-08-30&quot;:5.58},{&quot;2026-08-31&quot;:5.59},{&quot;2026-09-01&quot;:5.59},{&quot;2026-09-02&quot;:5.62},{&quot;2026-09-03&quot;:5.62},{&quot;2026-09-04&quot;:5.6},{&quot;2026-09-05&quot;:5.63},{&quot;2026-09-06&quot;:5.67},{&quot;2026-09-07&quot;:5.67},{&quot;2026-09-08&quot;:5.67},{&quot;2026-09-09&quot;:5.68},{&quot;2026-09-10&quot;:5.68},{&quot;2026-09-11&quot;:5.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nexus of Fate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/0/f0aacf61-be23-400e-8e3c-5584b44df449.jpg?1783909936" />

        <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">
            Nexus of Fate
        </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">Instant</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nexus of Fate" src="https://cards.scryfall.io/large/front/f/0/f0aacf61-be23-400e-8e3c-5584b44df449.jpg?1783909936" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.9},{&quot;2026-06-12&quot;:5.78},{&quot;2026-06-13&quot;:5.72},{&quot;2026-06-14&quot;:5.7},{&quot;2026-06-15&quot;:5.85},{&quot;2026-06-16&quot;:5.71},{&quot;2026-06-17&quot;:5.77},{&quot;2026-06-18&quot;:5.75},{&quot;2026-06-19&quot;:5.9},{&quot;2026-06-20&quot;:6.16},{&quot;2026-06-21&quot;:6.16},{&quot;2026-06-22&quot;:6.16},{&quot;2026-06-23&quot;:6.31},{&quot;2026-06-24&quot;:6.57},{&quot;2026-06-25&quot;:6.57},{&quot;2026-06-26&quot;:6.59},{&quot;2026-06-27&quot;:6.86},{&quot;2026-06-28&quot;:6.62},{&quot;2026-06-29&quot;:6.73},{&quot;2026-06-30&quot;:6.28},{&quot;2026-07-01&quot;:6.44},{&quot;2026-07-02&quot;:6.56},{&quot;2026-07-03&quot;:6.54},{&quot;2026-07-04&quot;:6.65},{&quot;2026-07-05&quot;:6.47},{&quot;2026-07-06&quot;:6.47},{&quot;2026-07-07&quot;:6.32},{&quot;2026-07-08&quot;:6.11},{&quot;2026-07-09&quot;:6.07},{&quot;2026-07-10&quot;:6.22},{&quot;2026-07-11&quot;:6.29},{&quot;2026-07-12&quot;:6.43},{&quot;2026-07-13&quot;:5.7},{&quot;2026-07-14&quot;:5.84},{&quot;2026-07-15&quot;:6.0},{&quot;2026-07-16&quot;:5.94},{&quot;2026-07-17&quot;:5.95},{&quot;2026-07-18&quot;:5.9},{&quot;2026-07-19&quot;:5.95},{&quot;2026-07-20&quot;:5.95},{&quot;2026-07-21&quot;:6.13},{&quot;2026-07-23&quot;:6.1},{&quot;2026-07-25&quot;:6.18},{&quot;2026-07-26&quot;:6.18},{&quot;2026-07-27&quot;:6.36},{&quot;2026-07-28&quot;:6.06},{&quot;2026-07-29&quot;:6.05},{&quot;2026-07-30&quot;:6.05},{&quot;2026-07-31&quot;:5.72},{&quot;2026-08-01&quot;:5.89},{&quot;2026-08-02&quot;:5.81},{&quot;2026-08-03&quot;:5.82},{&quot;2026-08-04&quot;:5.56},{&quot;2026-08-05&quot;:5.4},{&quot;2026-08-07&quot;:5.78},{&quot;2026-08-08&quot;:5.87},{&quot;2026-08-09&quot;:5.81},{&quot;2026-08-10&quot;:5.81},{&quot;2026-08-11&quot;:6.01},{&quot;2026-08-12&quot;:5.93},{&quot;2026-08-13&quot;:5.8},{&quot;2026-08-14&quot;:5.64},{&quot;2026-08-15&quot;:5.37},{&quot;2026-08-16&quot;:5.16},{&quot;2026-08-17&quot;:5.16},{&quot;2026-08-18&quot;:5.2},{&quot;2026-08-19&quot;:5.25},{&quot;2026-08-20&quot;:5.25},{&quot;2026-08-21&quot;:5.45},{&quot;2026-08-22&quot;:5.5},{&quot;2026-08-23&quot;:5.65},{&quot;2026-08-24&quot;:5.71},{&quot;2026-08-25&quot;:5.57},{&quot;2026-08-26&quot;:5.44},{&quot;2026-08-27&quot;:5.41},{&quot;2026-08-28&quot;:5.28},{&quot;2026-08-29&quot;:5.28},{&quot;2026-08-30&quot;:5.2},{&quot;2026-08-31&quot;:5.13},{&quot;2026-09-01&quot;:5.07},{&quot;2026-09-02&quot;:5.12},{&quot;2026-09-03&quot;:5.27},{&quot;2026-09-04&quot;:5.38},{&quot;2026-09-05&quot;:5.44},{&quot;2026-09-06&quot;:5.67},{&quot;2026-09-07&quot;:5.64},{&quot;2026-09-08&quot;:5.77},{&quot;2026-09-09&quot;:5.83},{&quot;2026-09-10&quot;:5.83},{&quot;2026-09-11&quot;:5.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="36403"
  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-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">
            Moonsilver Key
        </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">
            4 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $0.91
          </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="Moonsilver Key" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/87778e37-af92-402e-b037-5fbd6112b682.jpg?1783925547" />

        <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">
            Moonsilver Key
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Moonsilver Key" src="https://cards.scryfall.io/large/front/8/7/87778e37-af92-402e-b037-5fbd6112b682.jpg?1783925547" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.91
              </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">
                $5.79
              </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">$0.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</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">$1.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.07},{&quot;2026-06-11&quot;:5.07},{&quot;2026-06-12&quot;:5.07},{&quot;2026-06-13&quot;:5.13},{&quot;2026-06-14&quot;:5.15},{&quot;2026-06-15&quot;:5.14},{&quot;2026-06-16&quot;:5.12},{&quot;2026-06-17&quot;:5.31},{&quot;2026-06-18&quot;:5.54},{&quot;2026-06-19&quot;:5.54},{&quot;2026-06-20&quot;:5.54},{&quot;2026-06-21&quot;:5.64},{&quot;2026-06-22&quot;:5.64},{&quot;2026-06-23&quot;:5.74},{&quot;2026-06-24&quot;:5.56},{&quot;2026-06-25&quot;:5.24},{&quot;2026-06-26&quot;:5.45},{&quot;2026-06-27&quot;:5.45},{&quot;2026-06-28&quot;:5.45},{&quot;2026-06-29&quot;:5.45},{&quot;2026-06-30&quot;:5.25},{&quot;2026-07-01&quot;:5.2},{&quot;2026-07-02&quot;:5.38},{&quot;2026-07-03&quot;:5.38},{&quot;2026-07-04&quot;:5.29},{&quot;2026-07-05&quot;:5.23},{&quot;2026-07-06&quot;:5.44},{&quot;2026-07-07&quot;:5.66},{&quot;2026-07-08&quot;:5.83},{&quot;2026-07-09&quot;:6.18},{&quot;2026-07-10&quot;:5.85},{&quot;2026-07-11&quot;:5.85},{&quot;2026-07-12&quot;:5.85},{&quot;2026-07-13&quot;:5.84},{&quot;2026-07-14&quot;:5.84},{&quot;2026-07-15&quot;:5.64},{&quot;2026-07-16&quot;:5.73},{&quot;2026-07-17&quot;:5.54},{&quot;2026-07-18&quot;:5.3},{&quot;2026-07-19&quot;:5.3},{&quot;2026-07-20&quot;:5.18},{&quot;2026-07-21&quot;:4.96},{&quot;2026-07-23&quot;:4.71},{&quot;2026-07-25&quot;:4.22},{&quot;2026-07-26&quot;:4.22},{&quot;2026-07-27&quot;:4.22},{&quot;2026-07-29&quot;:4.53},{&quot;2026-07-30&quot;:4.53},{&quot;2026-07-31&quot;:4.46},{&quot;2026-08-01&quot;:4.46},{&quot;2026-08-02&quot;:4.46},{&quot;2026-08-03&quot;:4.77},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.77},{&quot;2026-08-07&quot;:4.88},{&quot;2026-08-08&quot;:5.11},{&quot;2026-08-09&quot;:5.81},{&quot;2026-08-10&quot;:5.81},{&quot;2026-08-11&quot;:5.81},{&quot;2026-08-12&quot;:5.81},{&quot;2026-08-13&quot;:5.81},{&quot;2026-08-14&quot;:5.81},{&quot;2026-08-15&quot;:5.81},{&quot;2026-08-16&quot;:5.81},{&quot;2026-08-17&quot;:5.81},{&quot;2026-08-18&quot;:5.81},{&quot;2026-08-19&quot;:5.82},{&quot;2026-08-20&quot;:5.82},{&quot;2026-08-21&quot;:5.96},{&quot;2026-08-22&quot;:5.96},{&quot;2026-08-23&quot;:5.92},{&quot;2026-08-24&quot;:5.92},{&quot;2026-08-25&quot;:5.92},{&quot;2026-08-26&quot;:6.12},{&quot;2026-08-27&quot;:6.29},{&quot;2026-08-28&quot;:6.29},{&quot;2026-08-29&quot;:6.29},{&quot;2026-08-30&quot;:6.55},{&quot;2026-08-31&quot;:6.55},{&quot;2026-09-01&quot;:6.55},{&quot;2026-09-02&quot;:6.28},{&quot;2026-09-03&quot;:6.28},{&quot;2026-09-04&quot;:6.25},{&quot;2026-09-05&quot;:6.25},{&quot;2026-09-06&quot;:6.25},{&quot;2026-09-07&quot;:6.13},{&quot;2026-09-08&quot;:6.23},{&quot;2026-09-09&quot;:6.08},{&quot;2026-09-10&quot;:5.79},{&quot;2026-09-11&quot;:5.79}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.87},{&quot;2026-06-11&quot;:0.95},{&quot;2026-06-12&quot;:0.95},{&quot;2026-06-13&quot;:0.94},{&quot;2026-06-14&quot;:1.01},{&quot;2026-06-15&quot;:1.09},{&quot;2026-06-16&quot;:1.14},{&quot;2026-06-17&quot;:1.12},{&quot;2026-06-18&quot;:1.04},{&quot;2026-06-19&quot;:0.95},{&quot;2026-06-20&quot;:0.96},{&quot;2026-06-21&quot;:0.98},{&quot;2026-06-22&quot;:0.96},{&quot;2026-06-23&quot;:0.96},{&quot;2026-06-24&quot;:0.93},{&quot;2026-06-25&quot;:0.87},{&quot;2026-06-26&quot;:0.9},{&quot;2026-06-27&quot;:0.79},{&quot;2026-06-28&quot;:0.79},{&quot;2026-06-29&quot;:0.82},{&quot;2026-06-30&quot;:0.77},{&quot;2026-07-01&quot;:0.75},{&quot;2026-07-02&quot;:0.8},{&quot;2026-07-03&quot;:0.89},{&quot;2026-07-04&quot;:0.92},{&quot;2026-07-05&quot;:0.92},{&quot;2026-07-06&quot;:0.85},{&quot;2026-07-07&quot;:0.87},{&quot;2026-07-08&quot;:0.91},{&quot;2026-07-09&quot;:0.96},{&quot;2026-07-10&quot;:1.0},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.26},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.09},{&quot;2026-07-16&quot;:0.97},{&quot;2026-07-17&quot;:0.94},{&quot;2026-07-18&quot;:0.9},{&quot;2026-07-19&quot;:0.88},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.92},{&quot;2026-07-23&quot;:0.99},{&quot;2026-07-25&quot;:1.01},{&quot;2026-07-26&quot;:0.97},{&quot;2026-07-27&quot;:0.92},{&quot;2026-07-29&quot;:0.89},{&quot;2026-07-30&quot;:0.83},{&quot;2026-07-31&quot;:0.82},{&quot;2026-08-01&quot;:0.8},{&quot;2026-08-02&quot;:0.79},{&quot;2026-08-03&quot;:0.81},{&quot;2026-08-04&quot;:0.79},{&quot;2026-08-05&quot;:0.79},{&quot;2026-08-07&quot;:0.79},{&quot;2026-08-08&quot;:0.8},{&quot;2026-08-09&quot;:0.82},{&quot;2026-08-10&quot;:0.85},{&quot;2026-08-11&quot;:0.89},{&quot;2026-08-12&quot;:0.9},{&quot;2026-08-13&quot;:0.91},{&quot;2026-08-14&quot;:0.93},{&quot;2026-08-15&quot;:0.94},{&quot;2026-08-16&quot;:0.94},{&quot;2026-08-17&quot;:0.97},{&quot;2026-08-18&quot;:0.95},{&quot;2026-08-19&quot;:0.95},{&quot;2026-08-20&quot;:0.95},{&quot;2026-08-21&quot;:0.92},{&quot;2026-08-22&quot;:0.92},{&quot;2026-08-23&quot;:0.9},{&quot;2026-08-24&quot;:0.89},{&quot;2026-08-25&quot;:0.89},{&quot;2026-08-26&quot;:0.88},{&quot;2026-08-27&quot;:0.9},{&quot;2026-08-28&quot;:0.91},{&quot;2026-08-29&quot;:0.91},{&quot;2026-08-30&quot;:0.91},{&quot;2026-08-31&quot;:0.88},{&quot;2026-09-01&quot;:0.88},{&quot;2026-09-02&quot;:0.88},{&quot;2026-09-03&quot;:0.9},{&quot;2026-09-04&quot;:0.91},{&quot;2026-09-05&quot;:0.95},{&quot;2026-09-06&quot;:0.96},{&quot;2026-09-07&quot;:0.95},{&quot;2026-09-08&quot;:0.96},{&quot;2026-09-09&quot;:0.96},{&quot;2026-09-10&quot;:0.96},{&quot;2026-09-11&quot;:0.91}]}"
        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="84178"
  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">
            Illusionist&#39;s Bracers
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Illusionist&#39;s Bracers
        </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-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="Illusionist&#39;s Bracers" src="https://cards.scryfall.io/large/front/8/4/8404fb04-4fe2-454b-b607-d0576c8be1ff.jpg?1783924024" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.90</span>
              <span class="text-xs text-grey-text">Credit: $2.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;normal&quot;:[{&quot;2026-06-12&quot;:5.88},{&quot;2026-06-13&quot;:5.88},{&quot;2026-06-14&quot;:5.88},{&quot;2026-06-15&quot;:5.88},{&quot;2026-06-16&quot;:5.88},{&quot;2026-06-17&quot;:5.88},{&quot;2026-06-18&quot;:5.88},{&quot;2026-06-19&quot;:5.88},{&quot;2026-06-20&quot;:5.88},{&quot;2026-06-21&quot;:5.88},{&quot;2026-06-22&quot;:5.88},{&quot;2026-06-23&quot;:5.82},{&quot;2026-06-24&quot;:5.82},{&quot;2026-06-25&quot;:5.82},{&quot;2026-06-26&quot;:5.82},{&quot;2026-06-27&quot;:5.82},{&quot;2026-06-28&quot;:5.82},{&quot;2026-06-29&quot;:5.87},{&quot;2026-06-30&quot;:5.87},{&quot;2026-07-01&quot;:5.87},{&quot;2026-07-02&quot;:5.85},{&quot;2026-07-03&quot;:5.85},{&quot;2026-07-04&quot;:5.85},{&quot;2026-07-05&quot;:5.83},{&quot;2026-07-06&quot;:5.83},{&quot;2026-07-07&quot;:5.83},{&quot;2026-07-08&quot;:5.83},{&quot;2026-07-09&quot;:5.83},{&quot;2026-07-10&quot;:5.83},{&quot;2026-07-11&quot;:5.83},{&quot;2026-07-12&quot;:5.8},{&quot;2026-07-13&quot;:5.8},{&quot;2026-07-14&quot;:5.79},{&quot;2026-07-15&quot;:5.79},{&quot;2026-07-16&quot;:5.79},{&quot;2026-07-17&quot;:5.79},{&quot;2026-07-18&quot;:5.78},{&quot;2026-07-19&quot;:5.78},{&quot;2026-07-20&quot;:5.78},{&quot;2026-07-21&quot;:5.78},{&quot;2026-07-23&quot;:5.78},{&quot;2026-07-24&quot;:5.78},{&quot;2026-07-25&quot;:5.79},{&quot;2026-07-26&quot;:5.79},{&quot;2026-07-27&quot;:5.79},{&quot;2026-07-28&quot;:5.79},{&quot;2026-07-29&quot;:5.79},{&quot;2026-07-30&quot;:5.79},{&quot;2026-07-31&quot;:5.79},{&quot;2026-08-01&quot;:5.79},{&quot;2026-08-02&quot;:5.79},{&quot;2026-08-03&quot;:5.79},{&quot;2026-08-04&quot;:5.79},{&quot;2026-08-05&quot;:5.79},{&quot;2026-08-07&quot;:5.79},{&quot;2026-08-08&quot;:5.79},{&quot;2026-08-09&quot;:5.79},{&quot;2026-08-10&quot;:5.79},{&quot;2026-08-11&quot;:5.79},{&quot;2026-08-12&quot;:5.79},{&quot;2026-08-13&quot;:5.79},{&quot;2026-08-14&quot;:5.79},{&quot;2026-08-15&quot;:5.79},{&quot;2026-08-16&quot;:5.79},{&quot;2026-08-17&quot;:5.82},{&quot;2026-08-18&quot;:5.82},{&quot;2026-08-19&quot;:5.82},{&quot;2026-08-20&quot;:5.82},{&quot;2026-08-21&quot;:5.82},{&quot;2026-08-22&quot;:5.82},{&quot;2026-08-23&quot;:5.82},{&quot;2026-08-24&quot;:5.82},{&quot;2026-08-25&quot;:5.83},{&quot;2026-08-26&quot;:5.83},{&quot;2026-08-27&quot;:5.83},{&quot;2026-08-28&quot;:5.83},{&quot;2026-08-29&quot;:5.83},{&quot;2026-08-30&quot;:5.85},{&quot;2026-08-31&quot;:5.85},{&quot;2026-09-01&quot;:5.85},{&quot;2026-09-02&quot;:5.85},{&quot;2026-09-03&quot;:5.83},{&quot;2026-09-04&quot;:5.83},{&quot;2026-09-05&quot;:5.83},{&quot;2026-09-06&quot;:5.79},{&quot;2026-09-07&quot;:5.79},{&quot;2026-09-08&quot;:5.79},{&quot;2026-09-09&quot;:5.79},{&quot;2026-09-10&quot;:5.79},{&quot;2026-09-11&quot;:5.79}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30058"
  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">
            Righteous Valkyrie
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.78
          </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="Righteous Valkyrie" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/e/7e01a5ab-13ae-41a4-a196-d8bb2317d674.jpg?1783908791" />

        <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">
            Righteous Valkyrie
        </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 Cleric</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Righteous Valkyrie" src="https://cards.scryfall.io/large/front/7/e/7e01a5ab-13ae-41a4-a196-d8bb2317d674.jpg?1783908791" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.84},{&quot;2026-06-12&quot;:5.85},{&quot;2026-06-13&quot;:5.83},{&quot;2026-06-14&quot;:5.63},{&quot;2026-06-15&quot;:5.63},{&quot;2026-06-16&quot;:5.66},{&quot;2026-06-17&quot;:5.66},{&quot;2026-06-18&quot;:5.75},{&quot;2026-06-19&quot;:5.71},{&quot;2026-06-20&quot;:5.73},{&quot;2026-06-21&quot;:5.65},{&quot;2026-06-22&quot;:5.47},{&quot;2026-06-23&quot;:5.31},{&quot;2026-06-24&quot;:5.39},{&quot;2026-06-25&quot;:5.3},{&quot;2026-06-26&quot;:5.15},{&quot;2026-06-27&quot;:4.96},{&quot;2026-06-28&quot;:4.97},{&quot;2026-06-29&quot;:5.09},{&quot;2026-06-30&quot;:4.95},{&quot;2026-07-01&quot;:4.96},{&quot;2026-07-02&quot;:4.95},{&quot;2026-07-03&quot;:4.97},{&quot;2026-07-04&quot;:4.94},{&quot;2026-07-05&quot;:4.83},{&quot;2026-07-06&quot;:4.82},{&quot;2026-07-07&quot;:4.82},{&quot;2026-07-08&quot;:4.76},{&quot;2026-07-09&quot;:4.74},{&quot;2026-07-10&quot;:4.75},{&quot;2026-07-11&quot;:4.7},{&quot;2026-07-12&quot;:4.72},{&quot;2026-07-13&quot;:4.75},{&quot;2026-07-14&quot;:4.75},{&quot;2026-07-15&quot;:4.75},{&quot;2026-07-16&quot;:4.79},{&quot;2026-07-17&quot;:4.79},{&quot;2026-07-18&quot;:4.81},{&quot;2026-07-19&quot;:4.83},{&quot;2026-07-20&quot;:4.8},{&quot;2026-07-21&quot;:4.8},{&quot;2026-07-23&quot;:4.81},{&quot;2026-07-25&quot;:4.79},{&quot;2026-07-26&quot;:4.8},{&quot;2026-07-27&quot;:4.84},{&quot;2026-07-28&quot;:4.92},{&quot;2026-07-29&quot;:5.0},{&quot;2026-07-30&quot;:4.99},{&quot;2026-07-31&quot;:4.99},{&quot;2026-08-01&quot;:4.99},{&quot;2026-08-02&quot;:5.04},{&quot;2026-08-03&quot;:5.04},{&quot;2026-08-04&quot;:5.05},{&quot;2026-08-05&quot;:5.06},{&quot;2026-08-07&quot;:4.99},{&quot;2026-08-08&quot;:4.99},{&quot;2026-08-09&quot;:5.05},{&quot;2026-08-10&quot;:5.06},{&quot;2026-08-11&quot;:5.06},{&quot;2026-08-12&quot;:5.09},{&quot;2026-08-13&quot;:5.2},{&quot;2026-08-14&quot;:5.26},{&quot;2026-08-15&quot;:5.27},{&quot;2026-08-16&quot;:5.32},{&quot;2026-08-17&quot;:5.33},{&quot;2026-08-18&quot;:5.5},{&quot;2026-08-19&quot;:5.56},{&quot;2026-08-20&quot;:5.56},{&quot;2026-08-21&quot;:5.77},{&quot;2026-08-22&quot;:5.66},{&quot;2026-08-23&quot;:5.66},{&quot;2026-08-24&quot;:5.68},{&quot;2026-08-25&quot;:5.67},{&quot;2026-08-26&quot;:5.78},{&quot;2026-08-27&quot;:5.69},{&quot;2026-08-28&quot;:5.63},{&quot;2026-08-29&quot;:5.63},{&quot;2026-08-30&quot;:5.55},{&quot;2026-08-31&quot;:5.54},{&quot;2026-09-01&quot;:5.43},{&quot;2026-09-02&quot;:5.54},{&quot;2026-09-03&quot;:5.42},{&quot;2026-09-04&quot;:5.42},{&quot;2026-09-05&quot;:5.54},{&quot;2026-09-06&quot;:5.54},{&quot;2026-09-07&quot;:5.57},{&quot;2026-09-08&quot;:5.68},{&quot;2026-09-09&quot;:5.68},{&quot;2026-09-10&quot;:5.66},{&quot;2026-09-11&quot;:5.78}]}"
        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="53259"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-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">
            Goblin Recruiter
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.78
          </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 Recruiter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/3/136d69b2-92c1-4f0c-8b1d-1da3f9a596dd.jpg?1783910561" />

        <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 Recruiter
        </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 — Goblin</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goblin Recruiter" src="https://cards.scryfall.io/large/front/1/3/136d69b2-92c1-4f0c-8b1d-1da3f9a596dd.jpg?1783910561" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:25.77},{&quot;2026-06-13&quot;:25.77},{&quot;2026-06-14&quot;:25.77},{&quot;2026-06-15&quot;:25.77},{&quot;2026-06-16&quot;:25.77},{&quot;2026-06-17&quot;:25.77},{&quot;2026-06-18&quot;:25.77},{&quot;2026-06-19&quot;:25.77},{&quot;2026-06-20&quot;:25.77},{&quot;2026-06-21&quot;:25.77},{&quot;2026-06-22&quot;:25.77},{&quot;2026-06-23&quot;:25.77},{&quot;2026-06-24&quot;:25.77},{&quot;2026-06-25&quot;:25.77},{&quot;2026-06-26&quot;:26.82},{&quot;2026-06-27&quot;:26.82},{&quot;2026-06-28&quot;:26.82},{&quot;2026-06-29&quot;:26.82},{&quot;2026-06-30&quot;:26.82},{&quot;2026-07-01&quot;:26.82},{&quot;2026-07-02&quot;:26.82},{&quot;2026-07-03&quot;:26.82},{&quot;2026-07-04&quot;:27.98},{&quot;2026-07-05&quot;:27.98},{&quot;2026-07-06&quot;:27.98},{&quot;2026-07-07&quot;:27.98},{&quot;2026-07-08&quot;:27.98},{&quot;2026-07-09&quot;:27.98},{&quot;2026-07-10&quot;:27.98},{&quot;2026-07-11&quot;:27.98},{&quot;2026-07-12&quot;:27.98},{&quot;2026-07-13&quot;:27.98},{&quot;2026-07-14&quot;:27.98},{&quot;2026-07-15&quot;:27.98},{&quot;2026-07-16&quot;:27.98},{&quot;2026-07-17&quot;:27.98},{&quot;2026-07-18&quot;:27.98},{&quot;2026-07-19&quot;:27.98},{&quot;2026-07-20&quot;:27.98},{&quot;2026-07-21&quot;:27.98},{&quot;2026-07-23&quot;:27.98},{&quot;2026-07-24&quot;:27.98},{&quot;2026-07-25&quot;:28.86},{&quot;2026-07-26&quot;:28.86},{&quot;2026-07-27&quot;:28.86},{&quot;2026-07-28&quot;:28.86},{&quot;2026-07-29&quot;:28.86},{&quot;2026-07-30&quot;:28.86},{&quot;2026-07-31&quot;:28.86},{&quot;2026-08-01&quot;:28.86},{&quot;2026-08-02&quot;:28.86},{&quot;2026-08-03&quot;:28.86},{&quot;2026-08-04&quot;:28.86},{&quot;2026-08-05&quot;:29.52},{&quot;2026-08-07&quot;:29.52},{&quot;2026-08-08&quot;:29.52},{&quot;2026-08-09&quot;:29.52},{&quot;2026-08-10&quot;:29.52},{&quot;2026-08-11&quot;:29.52},{&quot;2026-08-12&quot;:29.52},{&quot;2026-08-13&quot;:29.52},{&quot;2026-08-14&quot;:29.52},{&quot;2026-08-15&quot;:29.52},{&quot;2026-08-16&quot;:29.52},{&quot;2026-08-17&quot;:29.52},{&quot;2026-08-18&quot;:29.52},{&quot;2026-08-19&quot;:29.52},{&quot;2026-08-20&quot;:29.52},{&quot;2026-08-21&quot;:29.52},{&quot;2026-08-22&quot;:29.52},{&quot;2026-08-23&quot;:29.52},{&quot;2026-08-24&quot;:29.52},{&quot;2026-08-25&quot;:29.52},{&quot;2026-08-26&quot;:29.52},{&quot;2026-08-27&quot;:29.52},{&quot;2026-08-28&quot;:29.82},{&quot;2026-08-29&quot;:29.82},{&quot;2026-08-30&quot;:29.82},{&quot;2026-08-31&quot;:29.82},{&quot;2026-09-01&quot;:30.19},{&quot;2026-09-02&quot;:30.19},{&quot;2026-09-03&quot;:30.19},{&quot;2026-09-04&quot;:30.84},{&quot;2026-09-05&quot;:30.84},{&quot;2026-09-06&quot;:30.84},{&quot;2026-09-07&quot;:31.36},{&quot;2026-09-08&quot;:31.36},{&quot;2026-09-09&quot;:31.36},{&quot;2026-09-10&quot;:31.36},{&quot;2026-09-11&quot;:31.36}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:7.48},{&quot;2026-06-13&quot;:7.28},{&quot;2026-06-14&quot;:7.28},{&quot;2026-06-15&quot;:7.11},{&quot;2026-06-16&quot;:6.91},{&quot;2026-06-17&quot;:7.04},{&quot;2026-06-18&quot;:7.04},{&quot;2026-06-19&quot;:7.16},{&quot;2026-06-20&quot;:7.15},{&quot;2026-06-21&quot;:7.15},{&quot;2026-06-22&quot;:7.15},{&quot;2026-06-23&quot;:7.14},{&quot;2026-06-24&quot;:7.14},{&quot;2026-06-25&quot;:7.14},{&quot;2026-06-26&quot;:6.84},{&quot;2026-06-27&quot;:6.84},{&quot;2026-06-28&quot;:6.88},{&quot;2026-06-29&quot;:6.88},{&quot;2026-06-30&quot;:6.88},{&quot;2026-07-01&quot;:6.88},{&quot;2026-07-02&quot;:6.88},{&quot;2026-07-03&quot;:6.89},{&quot;2026-07-04&quot;:6.8},{&quot;2026-07-05&quot;:6.8},{&quot;2026-07-06&quot;:6.47},{&quot;2026-07-07&quot;:6.47},{&quot;2026-07-08&quot;:6.6},{&quot;2026-07-09&quot;:6.6},{&quot;2026-07-10&quot;:6.6},{&quot;2026-07-11&quot;:6.58},{&quot;2026-07-12&quot;:6.58},{&quot;2026-07-13&quot;:6.65},{&quot;2026-07-14&quot;:6.65},{&quot;2026-07-15&quot;:6.69},{&quot;2026-07-16&quot;:6.64},{&quot;2026-07-17&quot;:6.57},{&quot;2026-07-18&quot;:6.57},{&quot;2026-07-19&quot;:6.48},{&quot;2026-07-20&quot;:6.66},{&quot;2026-07-21&quot;:6.76},{&quot;2026-07-23&quot;:6.66},{&quot;2026-07-24&quot;:6.66},{&quot;2026-07-25&quot;:6.63},{&quot;2026-07-26&quot;:6.76},{&quot;2026-07-27&quot;:6.67},{&quot;2026-07-28&quot;:6.67},{&quot;2026-07-29&quot;:6.56},{&quot;2026-07-30&quot;:6.37},{&quot;2026-07-31&quot;:6.2},{&quot;2026-08-01&quot;:6.2},{&quot;2026-08-02&quot;:6.19},{&quot;2026-08-03&quot;:5.97},{&quot;2026-08-04&quot;:5.77},{&quot;2026-08-05&quot;:5.66},{&quot;2026-08-07&quot;:5.26},{&quot;2026-08-08&quot;:5.27},{&quot;2026-08-09&quot;:5.27},{&quot;2026-08-10&quot;:5.26},{&quot;2026-08-11&quot;:5.35},{&quot;2026-08-12&quot;:5.29},{&quot;2026-08-13&quot;:5.15},{&quot;2026-08-14&quot;:5.05},{&quot;2026-08-15&quot;:4.93},{&quot;2026-08-16&quot;:4.75},{&quot;2026-08-17&quot;:4.88},{&quot;2026-08-18&quot;:4.64},{&quot;2026-08-19&quot;:4.9},{&quot;2026-08-20&quot;:4.9},{&quot;2026-08-21&quot;:5.08},{&quot;2026-08-22&quot;:5.43},{&quot;2026-08-23&quot;:5.25},{&quot;2026-08-24&quot;:5.32},{&quot;2026-08-25&quot;:5.27},{&quot;2026-08-26&quot;:5.28},{&quot;2026-08-27&quot;:5.21},{&quot;2026-08-28&quot;:5.26},{&quot;2026-08-29&quot;:5.26},{&quot;2026-08-30&quot;:5.17},{&quot;2026-08-31&quot;:5.1},{&quot;2026-09-01&quot;:5.03},{&quot;2026-09-02&quot;:5.56},{&quot;2026-09-03&quot;:5.52},{&quot;2026-09-04&quot;:5.6},{&quot;2026-09-05&quot;:5.57},{&quot;2026-09-06&quot;:5.66},{&quot;2026-09-07&quot;:5.69},{&quot;2026-09-08&quot;:5.83},{&quot;2026-09-09&quot;:5.9},{&quot;2026-09-10&quot;:5.79},{&quot;2026-09-11&quot;:5.78}]}"
        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="91283"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Bloodline Keeper // Lord of Lineage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/6/668e8344-e6a5-4e85-bd8d-033d995917ae.jpg?1783907985" />

        <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">
            Bloodline Keeper 
        </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 — Vampire</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Bloodline Keeper // Lord of Lineage" src="https://cards.scryfall.io/large/front/6/6/668e8344-e6a5-4e85-bd8d-033d995917ae.jpg?1783907985" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Bloodline Keeper // Lord of Lineage" src="https://cards.scryfall.io/large/back/6/6/668e8344-e6a5-4e85-bd8d-033d995917ae.jpg?1783907985" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.65},{&quot;2026-06-11&quot;:5.65},{&quot;2026-06-12&quot;:5.72},{&quot;2026-06-13&quot;:5.72},{&quot;2026-06-14&quot;:5.68},{&quot;2026-06-15&quot;:5.77},{&quot;2026-06-16&quot;:5.8},{&quot;2026-06-17&quot;:5.73},{&quot;2026-06-18&quot;:5.73},{&quot;2026-06-19&quot;:5.81},{&quot;2026-06-20&quot;:5.81},{&quot;2026-06-21&quot;:5.96},{&quot;2026-06-22&quot;:5.98},{&quot;2026-06-23&quot;:5.98},{&quot;2026-06-24&quot;:5.98},{&quot;2026-06-25&quot;:5.98},{&quot;2026-06-26&quot;:5.98},{&quot;2026-06-27&quot;:5.98},{&quot;2026-06-28&quot;:5.98},{&quot;2026-06-29&quot;:5.98},{&quot;2026-06-30&quot;:5.78},{&quot;2026-07-01&quot;:5.78},{&quot;2026-07-02&quot;:5.78},{&quot;2026-07-03&quot;:5.78},{&quot;2026-07-04&quot;:5.78},{&quot;2026-07-05&quot;:5.7},{&quot;2026-07-06&quot;:5.7},{&quot;2026-07-07&quot;:5.7},{&quot;2026-07-08&quot;:5.98},{&quot;2026-07-09&quot;:5.98},{&quot;2026-07-10&quot;:5.98},{&quot;2026-07-11&quot;:5.98},{&quot;2026-07-12&quot;:6.04},{&quot;2026-07-13&quot;:6.04},{&quot;2026-07-14&quot;:6.06},{&quot;2026-07-15&quot;:6.06},{&quot;2026-07-16&quot;:6.06},{&quot;2026-07-17&quot;:6.05},{&quot;2026-07-18&quot;:6.11},{&quot;2026-07-19&quot;:6.11},{&quot;2026-07-20&quot;:6.11},{&quot;2026-07-21&quot;:6.11},{&quot;2026-07-23&quot;:6.11},{&quot;2026-07-25&quot;:6.21},{&quot;2026-07-26&quot;:6.21},{&quot;2026-07-27&quot;:6.21},{&quot;2026-07-29&quot;:6.44},{&quot;2026-07-30&quot;:6.66},{&quot;2026-07-31&quot;:6.78},{&quot;2026-08-01&quot;:6.78},{&quot;2026-08-02&quot;:6.78},{&quot;2026-08-03&quot;:6.78},{&quot;2026-08-04&quot;:6.78},{&quot;2026-08-05&quot;:6.78},{&quot;2026-08-07&quot;:6.91},{&quot;2026-08-08&quot;:6.91},{&quot;2026-08-09&quot;:6.91},{&quot;2026-08-10&quot;:6.91},{&quot;2026-08-11&quot;:6.91},{&quot;2026-08-12&quot;:6.91},{&quot;2026-08-13&quot;:6.91},{&quot;2026-08-14&quot;:6.91},{&quot;2026-08-15&quot;:6.91},{&quot;2026-08-16&quot;:6.91},{&quot;2026-08-17&quot;:6.91},{&quot;2026-08-18&quot;:6.95},{&quot;2026-08-19&quot;:6.95},{&quot;2026-08-20&quot;:6.95},{&quot;2026-08-21&quot;:6.95},{&quot;2026-08-22&quot;:6.95},{&quot;2026-08-23&quot;:6.95},{&quot;2026-08-24&quot;:7.21},{&quot;2026-08-25&quot;:7.21},{&quot;2026-08-26&quot;:7.21},{&quot;2026-08-27&quot;:7.21},{&quot;2026-08-28&quot;:7.21},{&quot;2026-08-29&quot;:7.21},{&quot;2026-08-30&quot;:7.21},{&quot;2026-08-31&quot;:7.21},{&quot;2026-09-01&quot;:7.21},{&quot;2026-09-02&quot;:7.21},{&quot;2026-09-03&quot;:7.21},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:7.21},{&quot;2026-09-06&quot;:7.21},{&quot;2026-09-07&quot;:7.21},{&quot;2026-09-08&quot;:7.21},{&quot;2026-09-09&quot;:7.21},{&quot;2026-09-10&quot;:7.21},{&quot;2026-09-11&quot;:7.21}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.31},{&quot;2026-06-11&quot;:5.29},{&quot;2026-06-12&quot;:5.41},{&quot;2026-06-13&quot;:5.35},{&quot;2026-06-14&quot;:5.37},{&quot;2026-06-15&quot;:5.43},{&quot;2026-06-16&quot;:5.49},{&quot;2026-06-17&quot;:5.58},{&quot;2026-06-18&quot;:5.67},{&quot;2026-06-19&quot;:5.69},{&quot;2026-06-20&quot;:5.47},{&quot;2026-06-21&quot;:5.47},{&quot;2026-06-22&quot;:5.69},{&quot;2026-06-23&quot;:6.03},{&quot;2026-06-24&quot;:5.87},{&quot;2026-06-25&quot;:5.87},{&quot;2026-06-26&quot;:5.87},{&quot;2026-06-27&quot;:5.87},{&quot;2026-06-28&quot;:6.18},{&quot;2026-06-29&quot;:6.18},{&quot;2026-06-30&quot;:6.24},{&quot;2026-07-01&quot;:6.16},{&quot;2026-07-02&quot;:6.13},{&quot;2026-07-03&quot;:6.13},{&quot;2026-07-04&quot;:6.24},{&quot;2026-07-05&quot;:6.24},{&quot;2026-07-06&quot;:6.24},{&quot;2026-07-07&quot;:6.14},{&quot;2026-07-08&quot;:5.99},{&quot;2026-07-09&quot;:5.99},{&quot;2026-07-10&quot;:5.99},{&quot;2026-07-11&quot;:5.99},{&quot;2026-07-12&quot;:5.99},{&quot;2026-07-13&quot;:6.16},{&quot;2026-07-14&quot;:6.16},{&quot;2026-07-15&quot;:6.22},{&quot;2026-07-16&quot;:6.22},{&quot;2026-07-17&quot;:6.22},{&quot;2026-07-18&quot;:6.22},{&quot;2026-07-19&quot;:6.28},{&quot;2026-07-20&quot;:6.38},{&quot;2026-07-21&quot;:6.41},{&quot;2026-07-23&quot;:6.41},{&quot;2026-07-25&quot;:6.31},{&quot;2026-07-26&quot;:6.01},{&quot;2026-07-27&quot;:5.98},{&quot;2026-07-29&quot;:6.12},{&quot;2026-07-30&quot;:6.13},{&quot;2026-07-31&quot;:6.37},{&quot;2026-08-01&quot;:6.37},{&quot;2026-08-02&quot;:6.37},{&quot;2026-08-03&quot;:6.06},{&quot;2026-08-04&quot;:5.85},{&quot;2026-08-05&quot;:5.75},{&quot;2026-08-07&quot;:5.8},{&quot;2026-08-08&quot;:5.8},{&quot;2026-08-09&quot;:5.67},{&quot;2026-08-10&quot;:5.64},{&quot;2026-08-11&quot;:5.46},{&quot;2026-08-12&quot;:5.29},{&quot;2026-08-13&quot;:5.29},{&quot;2026-08-14&quot;:5.34},{&quot;2026-08-15&quot;:5.38},{&quot;2026-08-16&quot;:5.38},{&quot;2026-08-17&quot;:5.33},{&quot;2026-08-18&quot;:5.33},{&quot;2026-08-19&quot;:5.29},{&quot;2026-08-20&quot;:5.29},{&quot;2026-08-21&quot;:5.47},{&quot;2026-08-22&quot;:5.55},{&quot;2026-08-23&quot;:5.71},{&quot;2026-08-24&quot;:5.76},{&quot;2026-08-25&quot;:5.76},{&quot;2026-08-26&quot;:5.81},{&quot;2026-08-27&quot;:5.81},{&quot;2026-08-28&quot;:5.74},{&quot;2026-08-29&quot;:5.74},{&quot;2026-08-30&quot;:5.97},{&quot;2026-08-31&quot;:5.97},{&quot;2026-09-01&quot;:5.97},{&quot;2026-09-02&quot;:5.88},{&quot;2026-09-03&quot;:5.88},{&quot;2026-09-04&quot;:5.88},{&quot;2026-09-05&quot;:5.88},{&quot;2026-09-06&quot;:5.83},{&quot;2026-09-07&quot;:5.83},{&quot;2026-09-08&quot;:5.79},{&quot;2026-09-09&quot;:5.81},{&quot;2026-09-10&quot;:5.77},{&quot;2026-09-11&quot;:5.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Ghostly Prison
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ghostly Prison" src="https://cards.scryfall.io/large/front/1/1/1132a103-3dd7-4a17-afdc-27200b8cfbfc.jpg?1783928330" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.35},{&quot;2026-06-10&quot;:6.86},{&quot;2026-06-11&quot;:6.56},{&quot;2026-06-12&quot;:6.94},{&quot;2026-06-13&quot;:6.82},{&quot;2026-06-14&quot;:6.82},{&quot;2026-06-15&quot;:6.73},{&quot;2026-06-16&quot;:6.7},{&quot;2026-06-17&quot;:6.56},{&quot;2026-06-18&quot;:6.4},{&quot;2026-06-19&quot;:6.45},{&quot;2026-06-20&quot;:6.45},{&quot;2026-06-21&quot;:6.45},{&quot;2026-06-22&quot;:6.45},{&quot;2026-06-24&quot;:6.45},{&quot;2026-06-25&quot;:6.42},{&quot;2026-06-26&quot;:6.42},{&quot;2026-06-27&quot;:6.42},{&quot;2026-06-28&quot;:6.29},{&quot;2026-06-29&quot;:6.29},{&quot;2026-06-30&quot;:6.03},{&quot;2026-07-01&quot;:6.03},{&quot;2026-07-02&quot;:6.03},{&quot;2026-07-03&quot;:5.57},{&quot;2026-07-04&quot;:5.49},{&quot;2026-07-05&quot;:5.62},{&quot;2026-07-06&quot;:5.6},{&quot;2026-07-07&quot;:5.87},{&quot;2026-07-08&quot;:5.86},{&quot;2026-07-09&quot;:5.75},{&quot;2026-07-10&quot;:5.9},{&quot;2026-07-11&quot;:5.9},{&quot;2026-07-12&quot;:5.82},{&quot;2026-07-13&quot;:5.86},{&quot;2026-07-14&quot;:5.93},{&quot;2026-07-15&quot;:6.0},{&quot;2026-07-16&quot;:6.0},{&quot;2026-07-17&quot;:5.94},{&quot;2026-07-18&quot;:5.91},{&quot;2026-07-19&quot;:6.09},{&quot;2026-07-20&quot;:6.12},{&quot;2026-07-21&quot;:6.15},{&quot;2026-07-23&quot;:6.15},{&quot;2026-07-25&quot;:6.17},{&quot;2026-07-26&quot;:6.23},{&quot;2026-07-27&quot;:6.23},{&quot;2026-07-29&quot;:6.05},{&quot;2026-07-30&quot;:5.95},{&quot;2026-07-31&quot;:5.96},{&quot;2026-08-01&quot;:5.96},{&quot;2026-08-02&quot;:5.96},{&quot;2026-08-03&quot;:5.97},{&quot;2026-08-04&quot;:5.97},{&quot;2026-08-05&quot;:5.97},{&quot;2026-08-07&quot;:5.88},{&quot;2026-08-08&quot;:5.88},{&quot;2026-08-09&quot;:5.88},{&quot;2026-08-10&quot;:5.83},{&quot;2026-08-11&quot;:5.95},{&quot;2026-08-12&quot;:5.95},{&quot;2026-08-13&quot;:5.87},{&quot;2026-08-14&quot;:5.77},{&quot;2026-08-15&quot;:5.79},{&quot;2026-08-16&quot;:5.67},{&quot;2026-08-17&quot;:5.65},{&quot;2026-08-18&quot;:5.65},{&quot;2026-08-19&quot;:5.79},{&quot;2026-08-20&quot;:5.79},{&quot;2026-08-21&quot;:5.79},{&quot;2026-08-22&quot;:5.75},{&quot;2026-08-23&quot;:5.75},{&quot;2026-08-24&quot;:5.75},{&quot;2026-08-25&quot;:5.75},{&quot;2026-08-26&quot;:5.64},{&quot;2026-08-27&quot;:5.72},{&quot;2026-08-28&quot;:5.72},{&quot;2026-08-29&quot;:5.72},{&quot;2026-08-30&quot;:5.7},{&quot;2026-08-31&quot;:5.74},{&quot;2026-09-01&quot;:5.74},{&quot;2026-09-02&quot;:5.52},{&quot;2026-09-03&quot;:5.67},{&quot;2026-09-04&quot;:5.67},{&quot;2026-09-05&quot;:5.68},{&quot;2026-09-06&quot;:5.83},{&quot;2026-09-07&quot;:5.78},{&quot;2026-09-08&quot;:5.79},{&quot;2026-09-09&quot;:5.79},{&quot;2026-09-10&quot;:5.76},{&quot;2026-09-11&quot;:5.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Swamp" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/5/c50b3d79-2361-4858-98b0-64d83c4f7f70.jpg?1783923807" />

        <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/c/5/c50b3d79-2361-4858-98b0-64d83c4f7f70.jpg?1783923807" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.85},{&quot;2026-06-14&quot;:5.81},{&quot;2026-06-15&quot;:5.73},{&quot;2026-06-16&quot;:5.7},{&quot;2026-06-17&quot;:5.78},{&quot;2026-06-18&quot;:5.78},{&quot;2026-06-19&quot;:5.79},{&quot;2026-06-20&quot;:5.72},{&quot;2026-06-21&quot;:5.72},{&quot;2026-06-22&quot;:5.72},{&quot;2026-06-23&quot;:5.67},{&quot;2026-06-24&quot;:5.84},{&quot;2026-06-25&quot;:5.73},{&quot;2026-06-26&quot;:5.7},{&quot;2026-06-27&quot;:5.69},{&quot;2026-06-28&quot;:5.73},{&quot;2026-06-29&quot;:5.73},{&quot;2026-06-30&quot;:5.73},{&quot;2026-07-01&quot;:5.7},{&quot;2026-07-02&quot;:5.86},{&quot;2026-07-03&quot;:5.86},{&quot;2026-07-04&quot;:5.85},{&quot;2026-07-05&quot;:5.73},{&quot;2026-07-06&quot;:5.82},{&quot;2026-07-07&quot;:5.82},{&quot;2026-07-08&quot;:5.9},{&quot;2026-07-09&quot;:5.9},{&quot;2026-07-10&quot;:5.84},{&quot;2026-07-11&quot;:6.08},{&quot;2026-07-12&quot;:5.97},{&quot;2026-07-13&quot;:5.99},{&quot;2026-07-14&quot;:5.98},{&quot;2026-07-15&quot;:6.02},{&quot;2026-07-16&quot;:6.03},{&quot;2026-07-17&quot;:6.03},{&quot;2026-07-18&quot;:5.92},{&quot;2026-07-19&quot;:5.92},{&quot;2026-07-20&quot;:5.89},{&quot;2026-07-21&quot;:5.95},{&quot;2026-07-22&quot;:5.79},{&quot;2026-07-23&quot;:5.92},{&quot;2026-07-24&quot;:6.01},{&quot;2026-07-25&quot;:5.93},{&quot;2026-07-26&quot;:6.04},{&quot;2026-07-27&quot;:6.07},{&quot;2026-07-28&quot;:6.07},{&quot;2026-07-29&quot;:6.07},{&quot;2026-07-30&quot;:6.08},{&quot;2026-07-31&quot;:6.11},{&quot;2026-08-01&quot;:6.11},{&quot;2026-08-02&quot;:6.19},{&quot;2026-08-03&quot;:6.19},{&quot;2026-08-04&quot;:6.22},{&quot;2026-08-05&quot;:6.22},{&quot;2026-08-07&quot;:5.96},{&quot;2026-08-08&quot;:5.96},{&quot;2026-08-09&quot;:5.96},{&quot;2026-08-10&quot;:5.98},{&quot;2026-08-11&quot;:5.98},{&quot;2026-08-12&quot;:5.98},{&quot;2026-08-13&quot;:5.72},{&quot;2026-08-14&quot;:5.58},{&quot;2026-08-15&quot;:5.58},{&quot;2026-08-16&quot;:5.58},{&quot;2026-08-17&quot;:5.8},{&quot;2026-08-18&quot;:5.76},{&quot;2026-08-19&quot;:5.74},{&quot;2026-08-20&quot;:5.74},{&quot;2026-08-21&quot;:5.71},{&quot;2026-08-22&quot;:5.71},{&quot;2026-08-23&quot;:5.71},{&quot;2026-08-24&quot;:5.96},{&quot;2026-08-25&quot;:5.86},{&quot;2026-08-26&quot;:6.03},{&quot;2026-08-27&quot;:6.03},{&quot;2026-08-28&quot;:6.07},{&quot;2026-08-29&quot;:6.07},{&quot;2026-08-30&quot;:5.89},{&quot;2026-08-31&quot;:5.84},{&quot;2026-09-01&quot;:5.91},{&quot;2026-09-02&quot;:5.95},{&quot;2026-09-03&quot;:5.85},{&quot;2026-09-04&quot;:5.86},{&quot;2026-09-05&quot;:5.87},{&quot;2026-09-06&quot;:5.86},{&quot;2026-09-07&quot;:5.95},{&quot;2026-09-08&quot;:5.95},{&quot;2026-09-09&quot;:5.95},{&quot;2026-09-10&quot;:5.76},{&quot;2026-09-11&quot;:5.76}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.82},{&quot;2026-06-14&quot;:4.79},{&quot;2026-06-15&quot;:4.77},{&quot;2026-06-16&quot;:4.85},{&quot;2026-06-17&quot;:4.99},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.87},{&quot;2026-06-20&quot;:4.81},{&quot;2026-06-21&quot;:4.81},{&quot;2026-06-22&quot;:4.62},{&quot;2026-06-23&quot;:4.63},{&quot;2026-06-24&quot;:4.32},{&quot;2026-06-25&quot;:4.57},{&quot;2026-06-26&quot;:4.62},{&quot;2026-06-27&quot;:4.69},{&quot;2026-06-28&quot;:5.08},{&quot;2026-06-29&quot;:5.26},{&quot;2026-06-30&quot;:5.28},{&quot;2026-07-01&quot;:5.34},{&quot;2026-07-02&quot;:5.14},{&quot;2026-07-03&quot;:5.14},{&quot;2026-07-04&quot;:4.88},{&quot;2026-07-05&quot;:4.86},{&quot;2026-07-06&quot;:4.64},{&quot;2026-07-07&quot;:4.55},{&quot;2026-07-08&quot;:4.38},{&quot;2026-07-09&quot;:4.32},{&quot;2026-07-10&quot;:4.01},{&quot;2026-07-11&quot;:4.11},{&quot;2026-07-12&quot;:4.11},{&quot;2026-07-13&quot;:4.23},{&quot;2026-07-14&quot;:4.23},{&quot;2026-07-15&quot;:4.13},{&quot;2026-07-16&quot;:4.13},{&quot;2026-07-17&quot;:4.25},{&quot;2026-07-18&quot;:4.56},{&quot;2026-07-19&quot;:4.53},{&quot;2026-07-20&quot;:4.68},{&quot;2026-07-21&quot;:4.63},{&quot;2026-07-22&quot;:4.67},{&quot;2026-07-23&quot;:4.76},{&quot;2026-07-24&quot;:4.76},{&quot;2026-07-25&quot;:4.86},{&quot;2026-07-26&quot;:4.88},{&quot;2026-07-27&quot;:4.89},{&quot;2026-07-28&quot;:4.81},{&quot;2026-07-29&quot;:4.85},{&quot;2026-07-30&quot;:4.81},{&quot;2026-07-31&quot;:4.65},{&quot;2026-08-01&quot;:4.61},{&quot;2026-08-02&quot;:4.5},{&quot;2026-08-03&quot;:4.38},{&quot;2026-08-04&quot;:4.39},{&quot;2026-08-05&quot;:4.19},{&quot;2026-08-07&quot;:4.37},{&quot;2026-08-08&quot;:4.34},{&quot;2026-08-09&quot;:4.39},{&quot;2026-08-10&quot;:4.5},{&quot;2026-08-11&quot;:4.5},{&quot;2026-08-12&quot;:4.53},{&quot;2026-08-13&quot;:4.63},{&quot;2026-08-14&quot;:4.57},{&quot;2026-08-15&quot;:4.36},{&quot;2026-08-16&quot;:4.31},{&quot;2026-08-17&quot;:4.34},{&quot;2026-08-18&quot;:4.27},{&quot;2026-08-19&quot;:4.19},{&quot;2026-08-20&quot;:4.08},{&quot;2026-08-21&quot;:4.06},{&quot;2026-08-22&quot;:4.25},{&quot;2026-08-23&quot;:4.39},{&quot;2026-08-24&quot;:4.46},{&quot;2026-08-25&quot;:4.56},{&quot;2026-08-26&quot;:4.55},{&quot;2026-08-27&quot;:4.68},{&quot;2026-08-28&quot;:4.84},{&quot;2026-08-29&quot;:4.84},{&quot;2026-08-30&quot;:4.83},{&quot;2026-08-31&quot;:4.77},{&quot;2026-09-01&quot;:4.77},{&quot;2026-09-02&quot;:4.77},{&quot;2026-09-03&quot;:4.78},{&quot;2026-09-04&quot;:4.8},{&quot;2026-09-05&quot;:4.79},{&quot;2026-09-06&quot;:4.76},{&quot;2026-09-07&quot;:4.72},{&quot;2026-09-08&quot;:4.72},{&quot;2026-09-09&quot;:4.59},{&quot;2026-09-10&quot;:4.57},{&quot;2026-09-11&quot;:4.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="74710"
  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">
            Anim Pakal, Thousandth Moon
        </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">
            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">
              ↑
              11%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Anim Pakal, Thousandth Moon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/f/7fc97d16-c54c-4a2b-9691-39e8a41c7777.jpg?1783913707" />

        <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">
            Anim Pakal, Thousandth Moon
        </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-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="Anim Pakal, Thousandth Moon" src="https://cards.scryfall.io/large/front/7/f/7fc97d16-c54c-4a2b-9691-39e8a41c7777.jpg?1783913707" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.72},{&quot;2026-06-14&quot;:5.72},{&quot;2026-06-15&quot;:5.65},{&quot;2026-06-16&quot;:5.51},{&quot;2026-06-17&quot;:5.46},{&quot;2026-06-18&quot;:5.56},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.56},{&quot;2026-06-21&quot;:5.56},{&quot;2026-06-22&quot;:5.5},{&quot;2026-06-23&quot;:5.45},{&quot;2026-06-24&quot;:5.45},{&quot;2026-06-25&quot;:5.45},{&quot;2026-06-26&quot;:5.45},{&quot;2026-06-27&quot;:5.45},{&quot;2026-06-28&quot;:5.45},{&quot;2026-06-29&quot;:5.45},{&quot;2026-06-30&quot;:5.45},{&quot;2026-07-01&quot;:5.45},{&quot;2026-07-02&quot;:5.45},{&quot;2026-07-03&quot;:5.4},{&quot;2026-07-04&quot;:5.31},{&quot;2026-07-05&quot;:5.21},{&quot;2026-07-06&quot;:5.25},{&quot;2026-07-07&quot;:5.2},{&quot;2026-07-08&quot;:5.14},{&quot;2026-07-09&quot;:5.14},{&quot;2026-07-10&quot;:5.14},{&quot;2026-07-11&quot;:5.14},{&quot;2026-07-12&quot;:5.21},{&quot;2026-07-13&quot;:5.21},{&quot;2026-07-14&quot;:5.3},{&quot;2026-07-15&quot;:5.3},{&quot;2026-07-16&quot;:5.41},{&quot;2026-07-17&quot;:5.41},{&quot;2026-07-18&quot;:5.41},{&quot;2026-07-19&quot;:5.37},{&quot;2026-07-20&quot;:5.37},{&quot;2026-07-21&quot;:5.37},{&quot;2026-07-22&quot;:5.37},{&quot;2026-07-23&quot;:5.39},{&quot;2026-07-24&quot;:5.39},{&quot;2026-07-25&quot;:5.39},{&quot;2026-07-26&quot;:5.43},{&quot;2026-07-27&quot;:5.43},{&quot;2026-07-28&quot;:5.43},{&quot;2026-07-29&quot;:5.43},{&quot;2026-07-30&quot;:5.43},{&quot;2026-07-31&quot;:5.44},{&quot;2026-08-01&quot;:5.44},{&quot;2026-08-02&quot;:5.51},{&quot;2026-08-03&quot;:5.46},{&quot;2026-08-04&quot;:5.46},{&quot;2026-08-05&quot;:5.46},{&quot;2026-08-07&quot;:5.39},{&quot;2026-08-08&quot;:5.35},{&quot;2026-08-09&quot;:5.35},{&quot;2026-08-10&quot;:5.35},{&quot;2026-08-11&quot;:5.36},{&quot;2026-08-12&quot;:5.36},{&quot;2026-08-13&quot;:5.36},{&quot;2026-08-14&quot;:5.55},{&quot;2026-08-15&quot;:5.55},{&quot;2026-08-16&quot;:5.55},{&quot;2026-08-17&quot;:5.43},{&quot;2026-08-18&quot;:5.4},{&quot;2026-08-19&quot;:5.47},{&quot;2026-08-20&quot;:5.48},{&quot;2026-08-21&quot;:5.48},{&quot;2026-08-22&quot;:5.48},{&quot;2026-08-23&quot;:5.51},{&quot;2026-08-24&quot;:5.51},{&quot;2026-08-25&quot;:5.54},{&quot;2026-08-26&quot;:5.55},{&quot;2026-08-27&quot;:5.55},{&quot;2026-08-28&quot;:5.61},{&quot;2026-08-29&quot;:5.61},{&quot;2026-08-30&quot;:5.61},{&quot;2026-08-31&quot;:5.61},{&quot;2026-09-01&quot;:5.61},{&quot;2026-09-02&quot;:5.61},{&quot;2026-09-03&quot;:5.61},{&quot;2026-09-04&quot;:5.61},{&quot;2026-09-05&quot;:5.66},{&quot;2026-09-06&quot;:5.66},{&quot;2026-09-07&quot;:5.66},{&quot;2026-09-08&quot;:5.7},{&quot;2026-09-09&quot;:5.7},{&quot;2026-09-10&quot;:5.75},{&quot;2026-09-11&quot;:5.75}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.62},{&quot;2026-06-14&quot;:4.53},{&quot;2026-06-15&quot;:4.6},{&quot;2026-06-16&quot;:4.55},{&quot;2026-06-17&quot;:4.57},{&quot;2026-06-18&quot;:4.54},{&quot;2026-06-19&quot;:4.49},{&quot;2026-06-20&quot;:4.57},{&quot;2026-06-21&quot;:4.44},{&quot;2026-06-22&quot;:4.59},{&quot;2026-06-23&quot;:4.69},{&quot;2026-06-24&quot;:4.63},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.57},{&quot;2026-06-27&quot;:4.55},{&quot;2026-06-28&quot;:4.56},{&quot;2026-06-29&quot;:4.47},{&quot;2026-06-30&quot;:4.44},{&quot;2026-07-01&quot;:4.77},{&quot;2026-07-02&quot;:4.77},{&quot;2026-07-03&quot;:4.59},{&quot;2026-07-04&quot;:4.7},{&quot;2026-07-05&quot;:4.67},{&quot;2026-07-06&quot;:4.39},{&quot;2026-07-07&quot;:4.24},{&quot;2026-07-08&quot;:3.88},{&quot;2026-07-09&quot;:3.87},{&quot;2026-07-10&quot;:3.72},{&quot;2026-07-11&quot;:3.72},{&quot;2026-07-12&quot;:3.72},{&quot;2026-07-13&quot;:3.97},{&quot;2026-07-14&quot;:3.81},{&quot;2026-07-15&quot;:3.98},{&quot;2026-07-16&quot;:4.04},{&quot;2026-07-17&quot;:4.16},{&quot;2026-07-18&quot;:4.16},{&quot;2026-07-19&quot;:3.94},{&quot;2026-07-20&quot;:3.81},{&quot;2026-07-21&quot;:3.96},{&quot;2026-07-22&quot;:3.97},{&quot;2026-07-23&quot;:3.93},{&quot;2026-07-24&quot;:4.23},{&quot;2026-07-25&quot;:4.17},{&quot;2026-07-26&quot;:4.28},{&quot;2026-07-27&quot;:4.28},{&quot;2026-07-28&quot;:4.28},{&quot;2026-07-29&quot;:4.38},{&quot;2026-07-30&quot;:4.33},{&quot;2026-07-31&quot;:3.87},{&quot;2026-08-01&quot;:3.87},{&quot;2026-08-02&quot;:3.87},{&quot;2026-08-03&quot;:3.75},{&quot;2026-08-04&quot;:4.04},{&quot;2026-08-05&quot;:4.04},{&quot;2026-08-07&quot;:3.97},{&quot;2026-08-08&quot;:3.85},{&quot;2026-08-09&quot;:3.85},{&quot;2026-08-10&quot;:4.06},{&quot;2026-08-11&quot;:3.98},{&quot;2026-08-12&quot;:3.91},{&quot;2026-08-13&quot;:3.92},{&quot;2026-08-14&quot;:3.91},{&quot;2026-08-15&quot;:3.88},{&quot;2026-08-16&quot;:3.96},{&quot;2026-08-17&quot;:3.99},{&quot;2026-08-18&quot;:3.88},{&quot;2026-08-19&quot;:3.79},{&quot;2026-08-20&quot;:4.01},{&quot;2026-08-21&quot;:4.19},{&quot;2026-08-22&quot;:4.13},{&quot;2026-08-23&quot;:3.91},{&quot;2026-08-24&quot;:4.09},{&quot;2026-08-25&quot;:3.99},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.75},{&quot;2026-08-28&quot;:3.9},{&quot;2026-08-29&quot;:3.9},{&quot;2026-08-30&quot;:3.72},{&quot;2026-08-31&quot;:3.5},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.5},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.69},{&quot;2026-09-05&quot;:3.67},{&quot;2026-09-06&quot;:3.65},{&quot;2026-09-07&quot;:3.84},{&quot;2026-09-08&quot;:4.09},{&quot;2026-09-09&quot;:3.99},{&quot;2026-09-10&quot;:4.1},{&quot;2026-09-11&quot;:4.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86097"
  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-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">
            Virtue of Knowledge 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.75
          </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="Virtue of Knowledge // Vantress Visions" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/f/df606cf5-67dc-46f4-8c79-1d2f1d054391.jpg?1783915112" />

        <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">
            Virtue of Knowledge 
        </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Virtue of Knowledge // Vantress Visions" src="https://cards.scryfall.io/large/front/d/f/df606cf5-67dc-46f4-8c79-1d2f1d054391.jpg?1783915112" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Virtue of Knowledge // Vantress Visions" src="https://cards.scryfall.io/large/front/d/f/df606cf5-67dc-46f4-8c79-1d2f1d054391.jpg?1783915112" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.71},{&quot;2026-06-14&quot;:5.71},{&quot;2026-06-15&quot;:5.71},{&quot;2026-06-16&quot;:5.71},{&quot;2026-06-17&quot;:5.71},{&quot;2026-06-18&quot;:5.69},{&quot;2026-06-19&quot;:5.69},{&quot;2026-06-20&quot;:5.69},{&quot;2026-06-21&quot;:5.69},{&quot;2026-06-22&quot;:5.65},{&quot;2026-06-23&quot;:5.8},{&quot;2026-06-24&quot;:5.8},{&quot;2026-06-25&quot;:5.8},{&quot;2026-06-26&quot;:6.0},{&quot;2026-06-27&quot;:6.0},{&quot;2026-06-28&quot;:6.26},{&quot;2026-06-29&quot;:6.26},{&quot;2026-06-30&quot;:6.26},{&quot;2026-07-01&quot;:6.26},{&quot;2026-07-02&quot;:6.26},{&quot;2026-07-03&quot;:6.26},{&quot;2026-07-04&quot;:6.26},{&quot;2026-07-05&quot;:6.26},{&quot;2026-07-06&quot;:6.26},{&quot;2026-07-07&quot;:6.09},{&quot;2026-07-08&quot;:6.03},{&quot;2026-07-09&quot;:6.03},{&quot;2026-07-10&quot;:6.0},{&quot;2026-07-11&quot;:6.0},{&quot;2026-07-12&quot;:5.99},{&quot;2026-07-13&quot;:5.99},{&quot;2026-07-14&quot;:5.99},{&quot;2026-07-15&quot;:5.99},{&quot;2026-07-16&quot;:5.99},{&quot;2026-07-17&quot;:5.99},{&quot;2026-07-18&quot;:5.99},{&quot;2026-07-19&quot;:5.99},{&quot;2026-07-20&quot;:5.97},{&quot;2026-07-21&quot;:5.97},{&quot;2026-07-22&quot;:5.97},{&quot;2026-07-23&quot;:5.97},{&quot;2026-07-24&quot;:5.97},{&quot;2026-07-25&quot;:5.97},{&quot;2026-07-26&quot;:5.97},{&quot;2026-07-27&quot;:5.97},{&quot;2026-07-28&quot;:5.97},{&quot;2026-07-29&quot;:5.97},{&quot;2026-07-30&quot;:5.97},{&quot;2026-07-31&quot;:5.97},{&quot;2026-08-01&quot;:5.97},{&quot;2026-08-02&quot;:5.97},{&quot;2026-08-03&quot;:5.92},{&quot;2026-08-04&quot;:5.92},{&quot;2026-08-05&quot;:5.92},{&quot;2026-08-07&quot;:5.92},{&quot;2026-08-08&quot;:5.96},{&quot;2026-08-09&quot;:5.96},{&quot;2026-08-10&quot;:5.96},{&quot;2026-08-11&quot;:6.0},{&quot;2026-08-12&quot;:6.0},{&quot;2026-08-13&quot;:6.0},{&quot;2026-08-14&quot;:5.99},{&quot;2026-08-15&quot;:5.99},{&quot;2026-08-16&quot;:5.99},{&quot;2026-08-17&quot;:5.94},{&quot;2026-08-18&quot;:5.94},{&quot;2026-08-19&quot;:5.94},{&quot;2026-08-20&quot;:5.94},{&quot;2026-08-21&quot;:6.0},{&quot;2026-08-22&quot;:6.0},{&quot;2026-08-23&quot;:6.0},{&quot;2026-08-24&quot;:6.0},{&quot;2026-08-25&quot;:6.0},{&quot;2026-08-26&quot;:6.0},{&quot;2026-08-27&quot;:6.0},{&quot;2026-08-28&quot;:6.0},{&quot;2026-08-29&quot;:6.0},{&quot;2026-08-30&quot;:5.96},{&quot;2026-08-31&quot;:5.96},{&quot;2026-09-01&quot;:5.96},{&quot;2026-09-02&quot;:5.96},{&quot;2026-09-03&quot;:5.52},{&quot;2026-09-04&quot;:5.52},{&quot;2026-09-05&quot;:5.57},{&quot;2026-09-06&quot;:5.57},{&quot;2026-09-07&quot;:5.57},{&quot;2026-09-08&quot;:5.57},{&quot;2026-09-09&quot;:5.57},{&quot;2026-09-10&quot;:5.57},{&quot;2026-09-11&quot;:5.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.5},{&quot;2026-06-14&quot;:5.5},{&quot;2026-06-15&quot;:5.61},{&quot;2026-06-16&quot;:5.61},{&quot;2026-06-17&quot;:5.59},{&quot;2026-06-18&quot;:5.77},{&quot;2026-06-19&quot;:5.77},{&quot;2026-06-20&quot;:5.78},{&quot;2026-06-21&quot;:5.8},{&quot;2026-06-22&quot;:5.93},{&quot;2026-06-23&quot;:5.98},{&quot;2026-06-24&quot;:5.96},{&quot;2026-06-25&quot;:6.02},{&quot;2026-06-26&quot;:5.99},{&quot;2026-06-27&quot;:5.99},{&quot;2026-06-28&quot;:5.93},{&quot;2026-06-29&quot;:5.9},{&quot;2026-06-30&quot;:5.79},{&quot;2026-07-01&quot;:5.79},{&quot;2026-07-02&quot;:5.45},{&quot;2026-07-03&quot;:4.97},{&quot;2026-07-04&quot;:4.83},{&quot;2026-07-05&quot;:4.68},{&quot;2026-07-06&quot;:4.64},{&quot;2026-07-07&quot;:4.67},{&quot;2026-07-08&quot;:4.67},{&quot;2026-07-09&quot;:4.58},{&quot;2026-07-10&quot;:4.52},{&quot;2026-07-11&quot;:4.52},{&quot;2026-07-12&quot;:4.62},{&quot;2026-07-13&quot;:4.96},{&quot;2026-07-14&quot;:4.89},{&quot;2026-07-15&quot;:4.88},{&quot;2026-07-16&quot;:4.88},{&quot;2026-07-17&quot;:4.97},{&quot;2026-07-18&quot;:4.97},{&quot;2026-07-19&quot;:5.02},{&quot;2026-07-20&quot;:5.05},{&quot;2026-07-21&quot;:5.05},{&quot;2026-07-22&quot;:4.94},{&quot;2026-07-23&quot;:5.03},{&quot;2026-07-24&quot;:5.06},{&quot;2026-07-25&quot;:5.2},{&quot;2026-07-26&quot;:5.14},{&quot;2026-07-27&quot;:5.14},{&quot;2026-07-28&quot;:5.17},{&quot;2026-07-29&quot;:5.18},{&quot;2026-07-30&quot;:5.22},{&quot;2026-07-31&quot;:5.23},{&quot;2026-08-01&quot;:5.22},{&quot;2026-08-02&quot;:5.19},{&quot;2026-08-03&quot;:5.37},{&quot;2026-08-04&quot;:5.47},{&quot;2026-08-05&quot;:5.51},{&quot;2026-08-07&quot;:5.59},{&quot;2026-08-08&quot;:5.59},{&quot;2026-08-09&quot;:5.5},{&quot;2026-08-10&quot;:5.5},{&quot;2026-08-11&quot;:5.62},{&quot;2026-08-12&quot;:5.62},{&quot;2026-08-13&quot;:5.59},{&quot;2026-08-14&quot;:5.63},{&quot;2026-08-15&quot;:5.63},{&quot;2026-08-16&quot;:5.7},{&quot;2026-08-17&quot;:5.66},{&quot;2026-08-18&quot;:5.47},{&quot;2026-08-19&quot;:5.46},{&quot;2026-08-20&quot;:5.43},{&quot;2026-08-21&quot;:5.5},{&quot;2026-08-22&quot;:5.49},{&quot;2026-08-23&quot;:5.64},{&quot;2026-08-24&quot;:5.6},{&quot;2026-08-25&quot;:5.62},{&quot;2026-08-26&quot;:5.57},{&quot;2026-08-27&quot;:5.59},{&quot;2026-08-28&quot;:5.51},{&quot;2026-08-29&quot;:5.51},{&quot;2026-08-30&quot;:5.57},{&quot;2026-08-31&quot;:5.57},{&quot;2026-09-01&quot;:5.78},{&quot;2026-09-02&quot;:5.7},{&quot;2026-09-03&quot;:5.7},{&quot;2026-09-04&quot;:5.52},{&quot;2026-09-05&quot;:5.45},{&quot;2026-09-06&quot;:5.38},{&quot;2026-09-07&quot;:5.58},{&quot;2026-09-08&quot;:5.8},{&quot;2026-09-09&quot;:5.8},{&quot;2026-09-10&quot;:5.83},{&quot;2026-09-11&quot;:5.75}]}"
        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="49286"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Fallen Shinobi" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/900c9dfd-ece1-4b09-a801-0fa05e1994b9.jpg?1783933085" />

        <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">
            Fallen Shinobi
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fallen Shinobi" src="https://cards.scryfall.io/large/front/9/0/900c9dfd-ece1-4b09-a801-0fa05e1994b9.jpg?1783933085" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.73
              </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">
                $21.43
              </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">$2.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</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;:16.88},{&quot;2026-06-13&quot;:16.88},{&quot;2026-06-14&quot;:17.3},{&quot;2026-06-15&quot;:17.3},{&quot;2026-06-16&quot;:17.3},{&quot;2026-06-17&quot;:17.3},{&quot;2026-06-18&quot;:17.3},{&quot;2026-06-19&quot;:17.3},{&quot;2026-06-20&quot;:17.3},{&quot;2026-06-21&quot;:17.3},{&quot;2026-06-22&quot;:17.3},{&quot;2026-06-23&quot;:17.3},{&quot;2026-06-24&quot;:17.79},{&quot;2026-06-25&quot;:17.79},{&quot;2026-06-26&quot;:17.79},{&quot;2026-06-27&quot;:17.79},{&quot;2026-06-28&quot;:17.79},{&quot;2026-06-29&quot;:17.79},{&quot;2026-06-30&quot;:17.79},{&quot;2026-07-01&quot;:17.79},{&quot;2026-07-02&quot;:17.79},{&quot;2026-07-03&quot;:17.79},{&quot;2026-07-04&quot;:17.56},{&quot;2026-07-05&quot;:17.56},{&quot;2026-07-06&quot;:17.96},{&quot;2026-07-07&quot;:17.96},{&quot;2026-07-08&quot;:17.96},{&quot;2026-07-09&quot;:17.96},{&quot;2026-07-10&quot;:17.96},{&quot;2026-07-11&quot;:17.96},{&quot;2026-07-12&quot;:17.96},{&quot;2026-07-13&quot;:17.96},{&quot;2026-07-14&quot;:17.96},{&quot;2026-07-15&quot;:17.96},{&quot;2026-07-16&quot;:17.96},{&quot;2026-07-17&quot;:17.96},{&quot;2026-07-18&quot;:17.96},{&quot;2026-07-19&quot;:17.96},{&quot;2026-07-20&quot;:17.96},{&quot;2026-07-21&quot;:17.96},{&quot;2026-07-23&quot;:17.96},{&quot;2026-07-24&quot;:17.96},{&quot;2026-07-25&quot;:17.96},{&quot;2026-07-26&quot;:17.96},{&quot;2026-07-27&quot;:17.96},{&quot;2026-07-28&quot;:17.96},{&quot;2026-07-29&quot;:17.96},{&quot;2026-07-30&quot;:17.96},{&quot;2026-07-31&quot;:17.96},{&quot;2026-08-01&quot;:17.96},{&quot;2026-08-02&quot;:17.96},{&quot;2026-08-03&quot;:17.96},{&quot;2026-08-04&quot;:17.96},{&quot;2026-08-05&quot;:18.25},{&quot;2026-08-07&quot;:18.25},{&quot;2026-08-08&quot;:18.25},{&quot;2026-08-09&quot;:18.25},{&quot;2026-08-10&quot;:18.25},{&quot;2026-08-11&quot;:18.25},{&quot;2026-08-12&quot;:18.25},{&quot;2026-08-13&quot;:18.25},{&quot;2026-08-14&quot;:18.25},{&quot;2026-08-15&quot;:18.25},{&quot;2026-08-16&quot;:18.25},{&quot;2026-08-17&quot;:18.25},{&quot;2026-08-18&quot;:18.25},{&quot;2026-08-19&quot;:18.25},{&quot;2026-08-20&quot;:18.25},{&quot;2026-08-21&quot;:18.45},{&quot;2026-08-22&quot;:18.45},{&quot;2026-08-23&quot;:18.45},{&quot;2026-08-24&quot;:18.45},{&quot;2026-08-25&quot;:18.75},{&quot;2026-08-26&quot;:18.75},{&quot;2026-08-27&quot;:18.75},{&quot;2026-08-28&quot;:18.75},{&quot;2026-08-29&quot;:18.75},{&quot;2026-08-30&quot;:18.99},{&quot;2026-08-31&quot;:18.99},{&quot;2026-09-01&quot;:18.99},{&quot;2026-09-02&quot;:18.99},{&quot;2026-09-03&quot;:19.66},{&quot;2026-09-04&quot;:20.04},{&quot;2026-09-05&quot;:20.04},{&quot;2026-09-06&quot;:20.04},{&quot;2026-09-07&quot;:20.04},{&quot;2026-09-08&quot;:20.34},{&quot;2026-09-09&quot;:21.11},{&quot;2026-09-10&quot;:21.11},{&quot;2026-09-11&quot;:21.43}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:6.22},{&quot;2026-06-13&quot;:6.61},{&quot;2026-06-14&quot;:6.61},{&quot;2026-06-15&quot;:6.58},{&quot;2026-06-16&quot;:6.58},{&quot;2026-06-17&quot;:6.56},{&quot;2026-06-18&quot;:6.49},{&quot;2026-06-19&quot;:6.62},{&quot;2026-06-20&quot;:6.62},{&quot;2026-06-21&quot;:6.58},{&quot;2026-06-22&quot;:6.64},{&quot;2026-06-23&quot;:6.37},{&quot;2026-06-24&quot;:6.37},{&quot;2026-06-25&quot;:6.37},{&quot;2026-06-26&quot;:7.09},{&quot;2026-06-27&quot;:7.07},{&quot;2026-06-28&quot;:7.23},{&quot;2026-06-29&quot;:7.38},{&quot;2026-06-30&quot;:7.37},{&quot;2026-07-01&quot;:7.3},{&quot;2026-07-02&quot;:7.3},{&quot;2026-07-03&quot;:7.4},{&quot;2026-07-04&quot;:7.4},{&quot;2026-07-05&quot;:7.4},{&quot;2026-07-06&quot;:7.6},{&quot;2026-07-07&quot;:7.68},{&quot;2026-07-08&quot;:7.74},{&quot;2026-07-09&quot;:7.74},{&quot;2026-07-10&quot;:7.37},{&quot;2026-07-11&quot;:7.15},{&quot;2026-07-12&quot;:6.96},{&quot;2026-07-13&quot;:6.87},{&quot;2026-07-14&quot;:7.02},{&quot;2026-07-15&quot;:6.95},{&quot;2026-07-16&quot;:6.84},{&quot;2026-07-17&quot;:6.51},{&quot;2026-07-18&quot;:6.31},{&quot;2026-07-19&quot;:6.5},{&quot;2026-07-20&quot;:6.48},{&quot;2026-07-21&quot;:6.38},{&quot;2026-07-23&quot;:6.61},{&quot;2026-07-24&quot;:6.36},{&quot;2026-07-25&quot;:6.44},{&quot;2026-07-26&quot;:6.56},{&quot;2026-07-27&quot;:6.62},{&quot;2026-07-28&quot;:6.62},{&quot;2026-07-29&quot;:6.63},{&quot;2026-07-30&quot;:6.52},{&quot;2026-07-31&quot;:6.15},{&quot;2026-08-01&quot;:6.14},{&quot;2026-08-02&quot;:6.06},{&quot;2026-08-03&quot;:5.97},{&quot;2026-08-04&quot;:6.09},{&quot;2026-08-05&quot;:6.36},{&quot;2026-08-07&quot;:6.39},{&quot;2026-08-08&quot;:6.28},{&quot;2026-08-09&quot;:6.32},{&quot;2026-08-10&quot;:6.61},{&quot;2026-08-11&quot;:6.8},{&quot;2026-08-12&quot;:6.74},{&quot;2026-08-13&quot;:6.86},{&quot;2026-08-14&quot;:6.73},{&quot;2026-08-15&quot;:6.68},{&quot;2026-08-16&quot;:6.54},{&quot;2026-08-17&quot;:6.65},{&quot;2026-08-18&quot;:6.86},{&quot;2026-08-19&quot;:7.01},{&quot;2026-08-20&quot;:7.01},{&quot;2026-08-21&quot;:7.08},{&quot;2026-08-22&quot;:6.96},{&quot;2026-08-23&quot;:6.96},{&quot;2026-08-24&quot;:6.84},{&quot;2026-08-25&quot;:6.84},{&quot;2026-08-26&quot;:6.75},{&quot;2026-08-27&quot;:6.75},{&quot;2026-08-28&quot;:6.75},{&quot;2026-08-29&quot;:6.75},{&quot;2026-08-30&quot;:6.75},{&quot;2026-08-31&quot;:6.68},{&quot;2026-09-01&quot;:6.83},{&quot;2026-09-02&quot;:6.79},{&quot;2026-09-03&quot;:6.79},{&quot;2026-09-04&quot;:6.62},{&quot;2026-09-05&quot;:6.36},{&quot;2026-09-06&quot;:6.39},{&quot;2026-09-07&quot;:5.79},{&quot;2026-09-08&quot;:5.69},{&quot;2026-09-09&quot;:5.75},{&quot;2026-09-10&quot;:5.73},{&quot;2026-09-11&quot;:5.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.72
          </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="Master Transmuter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/480eb74f-9e62-41f7-b48a-b4249aab5752.jpg?1783930196" />

        <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">
            Master Transmuter
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Master Transmuter" src="https://cards.scryfall.io/large/front/4/8/480eb74f-9e62-41f7-b48a-b4249aab5752.jpg?1783930196" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:11.85},{&quot;2026-06-12&quot;:11.85},{&quot;2026-06-13&quot;:11.85},{&quot;2026-06-14&quot;:11.85},{&quot;2026-06-15&quot;:11.85},{&quot;2026-06-16&quot;:11.85},{&quot;2026-06-17&quot;:12.22},{&quot;2026-06-18&quot;:11.91},{&quot;2026-06-19&quot;:11.85},{&quot;2026-06-20&quot;:11.85},{&quot;2026-06-21&quot;:11.85},{&quot;2026-06-22&quot;:11.85},{&quot;2026-06-23&quot;:11.85},{&quot;2026-06-24&quot;:11.85},{&quot;2026-06-25&quot;:11.85},{&quot;2026-06-26&quot;:11.85},{&quot;2026-06-27&quot;:11.85},{&quot;2026-06-28&quot;:11.85},{&quot;2026-06-29&quot;:11.85},{&quot;2026-06-30&quot;:11.85},{&quot;2026-07-01&quot;:11.85},{&quot;2026-07-02&quot;:11.85},{&quot;2026-07-03&quot;:11.85},{&quot;2026-07-04&quot;:11.98},{&quot;2026-07-05&quot;:11.98},{&quot;2026-07-06&quot;:11.98},{&quot;2026-07-07&quot;:11.98},{&quot;2026-07-08&quot;:11.98},{&quot;2026-07-09&quot;:11.98},{&quot;2026-07-10&quot;:11.98},{&quot;2026-07-11&quot;:11.98},{&quot;2026-07-12&quot;:11.98},{&quot;2026-07-13&quot;:12.45},{&quot;2026-07-14&quot;:12.45},{&quot;2026-07-15&quot;:12.45},{&quot;2026-07-16&quot;:12.45},{&quot;2026-07-17&quot;:12.45},{&quot;2026-07-18&quot;:12.54},{&quot;2026-07-19&quot;:12.54},{&quot;2026-07-20&quot;:12.38},{&quot;2026-07-21&quot;:12.38},{&quot;2026-07-23&quot;:12.38},{&quot;2026-07-25&quot;:12.38},{&quot;2026-07-26&quot;:12.38},{&quot;2026-07-27&quot;:12.38},{&quot;2026-07-28&quot;:12.38},{&quot;2026-07-29&quot;:12.38},{&quot;2026-07-30&quot;:12.38},{&quot;2026-07-31&quot;:12.38},{&quot;2026-08-01&quot;:12.38},{&quot;2026-08-02&quot;:12.38},{&quot;2026-08-03&quot;:12.38},{&quot;2026-08-04&quot;:12.38},{&quot;2026-08-05&quot;:12.38},{&quot;2026-08-07&quot;:12.23},{&quot;2026-08-08&quot;:12.23},{&quot;2026-08-09&quot;:12.23},{&quot;2026-08-10&quot;:12.23},{&quot;2026-08-11&quot;:12.12},{&quot;2026-08-12&quot;:12.12},{&quot;2026-08-13&quot;:12.12},{&quot;2026-08-14&quot;:12.12},{&quot;2026-08-15&quot;:12.12},{&quot;2026-08-16&quot;:12.12},{&quot;2026-08-17&quot;:12.12},{&quot;2026-08-18&quot;:12.12},{&quot;2026-08-19&quot;:12.24},{&quot;2026-08-20&quot;:12.24},{&quot;2026-08-21&quot;:12.24},{&quot;2026-08-22&quot;:12.24},{&quot;2026-08-23&quot;:12.24},{&quot;2026-08-24&quot;:12.24},{&quot;2026-08-25&quot;:12.24},{&quot;2026-08-26&quot;:12.24},{&quot;2026-08-27&quot;:12.24},{&quot;2026-08-28&quot;:12.24},{&quot;2026-08-29&quot;:12.24},{&quot;2026-08-30&quot;:12.24},{&quot;2026-08-31&quot;:12.24},{&quot;2026-09-01&quot;:12.24},{&quot;2026-09-02&quot;:12.42},{&quot;2026-09-03&quot;:12.42},{&quot;2026-09-04&quot;:12.53},{&quot;2026-09-05&quot;:12.63},{&quot;2026-09-06&quot;:12.63},{&quot;2026-09-07&quot;:12.63},{&quot;2026-09-08&quot;:12.63},{&quot;2026-09-09&quot;:12.63},{&quot;2026-09-10&quot;:12.63},{&quot;2026-09-11&quot;:12.63}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.92},{&quot;2026-06-12&quot;:5.92},{&quot;2026-06-13&quot;:5.85},{&quot;2026-06-14&quot;:5.85},{&quot;2026-06-15&quot;:5.85},{&quot;2026-06-16&quot;:5.85},{&quot;2026-06-17&quot;:5.85},{&quot;2026-06-18&quot;:5.83},{&quot;2026-06-19&quot;:5.86},{&quot;2026-06-20&quot;:5.86},{&quot;2026-06-21&quot;:5.85},{&quot;2026-06-22&quot;:5.83},{&quot;2026-06-23&quot;:5.77},{&quot;2026-06-24&quot;:5.77},{&quot;2026-06-25&quot;:5.77},{&quot;2026-06-26&quot;:5.76},{&quot;2026-06-27&quot;:5.76},{&quot;2026-06-28&quot;:5.68},{&quot;2026-06-29&quot;:5.68},{&quot;2026-06-30&quot;:5.68},{&quot;2026-07-01&quot;:5.66},{&quot;2026-07-02&quot;:5.66},{&quot;2026-07-03&quot;:5.65},{&quot;2026-07-04&quot;:5.66},{&quot;2026-07-05&quot;:5.61},{&quot;2026-07-06&quot;:5.61},{&quot;2026-07-07&quot;:5.61},{&quot;2026-07-08&quot;:5.61},{&quot;2026-07-09&quot;:5.66},{&quot;2026-07-10&quot;:5.66},{&quot;2026-07-11&quot;:5.66},{&quot;2026-07-12&quot;:5.72},{&quot;2026-07-13&quot;:5.72},{&quot;2026-07-14&quot;:5.66},{&quot;2026-07-15&quot;:5.66},{&quot;2026-07-16&quot;:5.77},{&quot;2026-07-17&quot;:5.76},{&quot;2026-07-18&quot;:5.76},{&quot;2026-07-19&quot;:5.75},{&quot;2026-07-20&quot;:5.75},{&quot;2026-07-21&quot;:5.76},{&quot;2026-07-23&quot;:5.81},{&quot;2026-07-25&quot;:6.03},{&quot;2026-07-26&quot;:6.05},{&quot;2026-07-27&quot;:6.06},{&quot;2026-07-28&quot;:6.04},{&quot;2026-07-29&quot;:6.04},{&quot;2026-07-30&quot;:6.14},{&quot;2026-07-31&quot;:6.14},{&quot;2026-08-01&quot;:6.14},{&quot;2026-08-02&quot;:6.16},{&quot;2026-08-03&quot;:6.16},{&quot;2026-08-04&quot;:6.16},{&quot;2026-08-05&quot;:6.13},{&quot;2026-08-07&quot;:6.18},{&quot;2026-08-08&quot;:6.2},{&quot;2026-08-09&quot;:6.19},{&quot;2026-08-10&quot;:6.19},{&quot;2026-08-11&quot;:6.19},{&quot;2026-08-12&quot;:6.19},{&quot;2026-08-13&quot;:6.19},{&quot;2026-08-14&quot;:6.21},{&quot;2026-08-15&quot;:6.25},{&quot;2026-08-16&quot;:6.28},{&quot;2026-08-17&quot;:6.14},{&quot;2026-08-18&quot;:6.14},{&quot;2026-08-19&quot;:6.14},{&quot;2026-08-20&quot;:6.14},{&quot;2026-08-21&quot;:6.15},{&quot;2026-08-22&quot;:6.15},{&quot;2026-08-23&quot;:6.13},{&quot;2026-08-24&quot;:6.13},{&quot;2026-08-25&quot;:6.13},{&quot;2026-08-26&quot;:6.07},{&quot;2026-08-27&quot;:6.02},{&quot;2026-08-28&quot;:6.07},{&quot;2026-08-29&quot;:6.07},{&quot;2026-08-30&quot;:6.02},{&quot;2026-08-31&quot;:6.04},{&quot;2026-09-01&quot;:6.04},{&quot;2026-09-02&quot;:6.05},{&quot;2026-09-03&quot;:6.2},{&quot;2026-09-04&quot;:6.07},{&quot;2026-09-05&quot;:6.1},{&quot;2026-09-06&quot;:5.85},{&quot;2026-09-07&quot;:5.69},{&quot;2026-09-08&quot;:5.69},{&quot;2026-09-09&quot;:5.69},{&quot;2026-09-10&quot;:5.72},{&quot;2026-09-11&quot;:5.72}]}"
        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="78615"
  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-special ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $5.72
          </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="Coalition Victory" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/179a327f-df9e-43a2-9706-752dccc94533.jpg?1783921155" />

        <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">
            Coalition Victory
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></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><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="Coalition Victory" src="https://cards.scryfall.io/large/front/1/7/179a327f-df9e-43a2-9706-752dccc94533.jpg?1783921155" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.28},{&quot;2026-06-13&quot;:5.28},{&quot;2026-06-14&quot;:5.34},{&quot;2026-06-15&quot;:5.27},{&quot;2026-06-16&quot;:5.24},{&quot;2026-06-17&quot;:5.22},{&quot;2026-06-18&quot;:5.19},{&quot;2026-06-19&quot;:5.19},{&quot;2026-06-20&quot;:5.2},{&quot;2026-06-21&quot;:5.37},{&quot;2026-06-22&quot;:5.37},{&quot;2026-06-23&quot;:5.37},{&quot;2026-06-24&quot;:5.37},{&quot;2026-06-25&quot;:5.37},{&quot;2026-06-26&quot;:5.37},{&quot;2026-06-27&quot;:5.45},{&quot;2026-06-28&quot;:5.45},{&quot;2026-06-29&quot;:5.45},{&quot;2026-06-30&quot;:5.33},{&quot;2026-07-01&quot;:5.33},{&quot;2026-07-02&quot;:5.33},{&quot;2026-07-03&quot;:5.33},{&quot;2026-07-04&quot;:5.41},{&quot;2026-07-05&quot;:5.41},{&quot;2026-07-06&quot;:5.41},{&quot;2026-07-07&quot;:5.41},{&quot;2026-07-08&quot;:5.41},{&quot;2026-07-09&quot;:5.41},{&quot;2026-07-10&quot;:5.41},{&quot;2026-07-11&quot;:5.41},{&quot;2026-07-12&quot;:5.35},{&quot;2026-07-13&quot;:5.39},{&quot;2026-07-14&quot;:5.39},{&quot;2026-07-15&quot;:5.39},{&quot;2026-07-16&quot;:5.45},{&quot;2026-07-17&quot;:5.45},{&quot;2026-07-18&quot;:5.43},{&quot;2026-07-19&quot;:5.43},{&quot;2026-07-20&quot;:5.42},{&quot;2026-07-21&quot;:5.42},{&quot;2026-07-23&quot;:5.42},{&quot;2026-07-24&quot;:5.47},{&quot;2026-07-25&quot;:5.47},{&quot;2026-07-26&quot;:5.47},{&quot;2026-07-27&quot;:5.47},{&quot;2026-07-28&quot;:5.47},{&quot;2026-07-29&quot;:5.43},{&quot;2026-07-30&quot;:5.36},{&quot;2026-07-31&quot;:5.34},{&quot;2026-08-01&quot;:5.34},{&quot;2026-08-02&quot;:5.34},{&quot;2026-08-03&quot;:5.34},{&quot;2026-08-04&quot;:5.25},{&quot;2026-08-05&quot;:5.2},{&quot;2026-08-07&quot;:5.13},{&quot;2026-08-08&quot;:5.12},{&quot;2026-08-09&quot;:5.12},{&quot;2026-08-10&quot;:5.12},{&quot;2026-08-11&quot;:5.08},{&quot;2026-08-12&quot;:5.08},{&quot;2026-08-13&quot;:5.08},{&quot;2026-08-14&quot;:5.05},{&quot;2026-08-15&quot;:5.06},{&quot;2026-08-16&quot;:5.06},{&quot;2026-08-17&quot;:5.07},{&quot;2026-08-18&quot;:5.07},{&quot;2026-08-19&quot;:5.11},{&quot;2026-08-20&quot;:5.11},{&quot;2026-08-21&quot;:5.26},{&quot;2026-08-22&quot;:5.26},{&quot;2026-08-23&quot;:5.26},{&quot;2026-08-24&quot;:5.26},{&quot;2026-08-25&quot;:5.26},{&quot;2026-08-26&quot;:5.26},{&quot;2026-08-27&quot;:5.26},{&quot;2026-08-28&quot;:5.26},{&quot;2026-08-29&quot;:5.26},{&quot;2026-08-30&quot;:5.26},{&quot;2026-08-31&quot;:5.26},{&quot;2026-09-01&quot;:5.33},{&quot;2026-09-02&quot;:5.33},{&quot;2026-09-03&quot;:5.33},{&quot;2026-09-04&quot;:5.33},{&quot;2026-09-05&quot;:5.32},{&quot;2026-09-06&quot;:5.32},{&quot;2026-09-07&quot;:5.32},{&quot;2026-09-08&quot;:5.34},{&quot;2026-09-09&quot;:5.34},{&quot;2026-09-10&quot;:5.39},{&quot;2026-09-11&quot;:5.72}]}"
        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="80531"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $5.72
          </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="Life from the Loam" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d7447c11-05a1-44e4-831a-0bacf97d447d.jpg?1783933789" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Life from the Loam
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Life from the Loam" src="https://cards.scryfall.io/large/front/d/7/d7447c11-05a1-44e4-831a-0bacf97d447d.jpg?1783933789" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.12},{&quot;2026-06-14&quot;:8.12},{&quot;2026-06-15&quot;:7.93},{&quot;2026-06-16&quot;:7.93},{&quot;2026-06-17&quot;:7.93},{&quot;2026-06-18&quot;:7.93},{&quot;2026-06-19&quot;:7.85},{&quot;2026-06-20&quot;:7.85},{&quot;2026-06-21&quot;:7.85},{&quot;2026-06-22&quot;:7.85},{&quot;2026-06-23&quot;:7.85},{&quot;2026-06-24&quot;:7.85},{&quot;2026-06-25&quot;:7.85},{&quot;2026-06-26&quot;:7.85},{&quot;2026-06-27&quot;:7.85},{&quot;2026-06-28&quot;:7.85},{&quot;2026-06-29&quot;:7.85},{&quot;2026-06-30&quot;:7.85},{&quot;2026-07-01&quot;:7.85},{&quot;2026-07-02&quot;:7.85},{&quot;2026-07-03&quot;:7.85},{&quot;2026-07-04&quot;:7.85},{&quot;2026-07-05&quot;:7.85},{&quot;2026-07-06&quot;:7.9},{&quot;2026-07-07&quot;:7.9},{&quot;2026-07-08&quot;:7.9},{&quot;2026-07-09&quot;:7.9},{&quot;2026-07-10&quot;:7.9},{&quot;2026-07-11&quot;:7.81},{&quot;2026-07-12&quot;:7.81},{&quot;2026-07-13&quot;:7.81},{&quot;2026-07-14&quot;:7.81},{&quot;2026-07-15&quot;:7.81},{&quot;2026-07-16&quot;:7.81},{&quot;2026-07-17&quot;:7.81},{&quot;2026-07-18&quot;:7.81},{&quot;2026-07-19&quot;:7.81},{&quot;2026-07-20&quot;:7.81},{&quot;2026-07-21&quot;:7.81},{&quot;2026-07-22&quot;:7.81},{&quot;2026-07-23&quot;:7.81},{&quot;2026-07-24&quot;:7.81},{&quot;2026-07-25&quot;:7.81},{&quot;2026-07-26&quot;:7.81},{&quot;2026-07-27&quot;:7.81},{&quot;2026-07-28&quot;:7.81},{&quot;2026-07-29&quot;:7.81},{&quot;2026-07-30&quot;:7.81},{&quot;2026-07-31&quot;:7.81},{&quot;2026-08-01&quot;:7.81},{&quot;2026-08-02&quot;:7.81},{&quot;2026-08-03&quot;:7.81},{&quot;2026-08-04&quot;:7.68},{&quot;2026-08-05&quot;:7.68},{&quot;2026-08-07&quot;:7.68},{&quot;2026-08-08&quot;:7.68},{&quot;2026-08-09&quot;:7.74},{&quot;2026-08-10&quot;:7.74},{&quot;2026-08-11&quot;:7.75},{&quot;2026-08-12&quot;:7.75},{&quot;2026-08-13&quot;:7.75},{&quot;2026-08-14&quot;:7.75},{&quot;2026-08-15&quot;:7.75},{&quot;2026-08-16&quot;:7.75},{&quot;2026-08-17&quot;:7.7},{&quot;2026-08-18&quot;:7.7},{&quot;2026-08-19&quot;:7.74},{&quot;2026-08-20&quot;:7.74},{&quot;2026-08-21&quot;:7.74},{&quot;2026-08-22&quot;:7.74},{&quot;2026-08-23&quot;:7.74},{&quot;2026-08-24&quot;:7.74},{&quot;2026-08-25&quot;:7.74},{&quot;2026-08-26&quot;:7.74},{&quot;2026-08-27&quot;:7.74},{&quot;2026-08-28&quot;:7.74},{&quot;2026-08-29&quot;:7.74},{&quot;2026-08-30&quot;:7.74},{&quot;2026-08-31&quot;:7.74},{&quot;2026-09-01&quot;:7.74},{&quot;2026-09-02&quot;:7.74},{&quot;2026-09-03&quot;:7.74},{&quot;2026-09-04&quot;:7.74},{&quot;2026-09-05&quot;:7.74},{&quot;2026-09-06&quot;:7.71},{&quot;2026-09-07&quot;:7.71},{&quot;2026-09-08&quot;:7.71},{&quot;2026-09-09&quot;:7.68},{&quot;2026-09-10&quot;:7.68},{&quot;2026-09-11&quot;:7.8}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.75},{&quot;2026-06-14&quot;:5.75},{&quot;2026-06-15&quot;:5.71},{&quot;2026-06-16&quot;:5.66},{&quot;2026-06-17&quot;:5.71},{&quot;2026-06-18&quot;:5.64},{&quot;2026-06-19&quot;:5.64},{&quot;2026-06-20&quot;:5.59},{&quot;2026-06-21&quot;:5.72},{&quot;2026-06-22&quot;:5.72},{&quot;2026-06-23&quot;:5.72},{&quot;2026-06-24&quot;:5.72},{&quot;2026-06-25&quot;:5.72},{&quot;2026-06-26&quot;:5.71},{&quot;2026-06-27&quot;:5.71},{&quot;2026-06-28&quot;:5.69},{&quot;2026-06-29&quot;:5.69},{&quot;2026-06-30&quot;:5.69},{&quot;2026-07-01&quot;:5.6},{&quot;2026-07-02&quot;:5.59},{&quot;2026-07-03&quot;:5.63},{&quot;2026-07-04&quot;:5.71},{&quot;2026-07-05&quot;:5.71},{&quot;2026-07-06&quot;:5.71},{&quot;2026-07-07&quot;:5.76},{&quot;2026-07-08&quot;:5.73},{&quot;2026-07-09&quot;:5.73},{&quot;2026-07-10&quot;:5.73},{&quot;2026-07-11&quot;:5.73},{&quot;2026-07-12&quot;:5.73},{&quot;2026-07-13&quot;:5.67},{&quot;2026-07-14&quot;:5.67},{&quot;2026-07-15&quot;:5.79},{&quot;2026-07-16&quot;:5.79},{&quot;2026-07-17&quot;:5.79},{&quot;2026-07-18&quot;:5.79},{&quot;2026-07-19&quot;:5.78},{&quot;2026-07-20&quot;:5.84},{&quot;2026-07-21&quot;:6.04},{&quot;2026-07-22&quot;:6.04},{&quot;2026-07-23&quot;:6.1},{&quot;2026-07-24&quot;:6.1},{&quot;2026-07-25&quot;:6.05},{&quot;2026-07-26&quot;:6.05},{&quot;2026-07-27&quot;:5.92},{&quot;2026-07-28&quot;:6.06},{&quot;2026-07-29&quot;:6.1},{&quot;2026-07-30&quot;:6.13},{&quot;2026-07-31&quot;:6.13},{&quot;2026-08-01&quot;:6.13},{&quot;2026-08-02&quot;:6.18},{&quot;2026-08-03&quot;:6.12},{&quot;2026-08-04&quot;:6.06},{&quot;2026-08-05&quot;:5.99},{&quot;2026-08-07&quot;:5.99},{&quot;2026-08-08&quot;:5.95},{&quot;2026-08-09&quot;:5.95},{&quot;2026-08-10&quot;:5.95},{&quot;2026-08-11&quot;:5.95},{&quot;2026-08-12&quot;:5.95},{&quot;2026-08-13&quot;:5.95},{&quot;2026-08-14&quot;:5.86},{&quot;2026-08-15&quot;:5.86},{&quot;2026-08-16&quot;:5.86},{&quot;2026-08-17&quot;:5.86},{&quot;2026-08-18&quot;:5.86},{&quot;2026-08-19&quot;:5.86},{&quot;2026-08-20&quot;:5.86},{&quot;2026-08-21&quot;:5.86},{&quot;2026-08-22&quot;:5.86},{&quot;2026-08-23&quot;:5.86},{&quot;2026-08-24&quot;:5.86},{&quot;2026-08-25&quot;:5.82},{&quot;2026-08-26&quot;:5.82},{&quot;2026-08-27&quot;:5.82},{&quot;2026-08-28&quot;:5.82},{&quot;2026-08-29&quot;:5.82},{&quot;2026-08-30&quot;:5.86},{&quot;2026-08-31&quot;:5.86},{&quot;2026-09-01&quot;:5.85},{&quot;2026-09-02&quot;:5.77},{&quot;2026-09-03&quot;:5.79},{&quot;2026-09-04&quot;:5.79},{&quot;2026-09-05&quot;:5.79},{&quot;2026-09-06&quot;:5.74},{&quot;2026-09-07&quot;:5.74},{&quot;2026-09-08&quot;:5.74},{&quot;2026-09-09&quot;:5.74},{&quot;2026-09-10&quot;:5.72},{&quot;2026-09-11&quot;:5.72}]}"
        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="85035"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.72
          </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="Selvala, Heart of the Wilds" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/907c790c-d78c-4886-b581-280bd6da70a4.jpg?1783931913" />

        <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">
            Selvala, Heart of the Wilds
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Selvala, Heart of the Wilds" src="https://cards.scryfall.io/large/front/9/0/907c790c-d78c-4886-b581-280bd6da70a4.jpg?1783931913" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.6},{&quot;2026-06-14&quot;:4.72},{&quot;2026-06-15&quot;:4.72},{&quot;2026-06-16&quot;:4.72},{&quot;2026-06-17&quot;:4.72},{&quot;2026-06-18&quot;:4.76},{&quot;2026-06-19&quot;:4.76},{&quot;2026-06-20&quot;:4.83},{&quot;2026-06-21&quot;:4.83},{&quot;2026-06-22&quot;:4.89},{&quot;2026-06-23&quot;:4.89},{&quot;2026-06-24&quot;:4.89},{&quot;2026-06-25&quot;:4.89},{&quot;2026-06-26&quot;:4.89},{&quot;2026-06-27&quot;:4.89},{&quot;2026-06-28&quot;:4.97},{&quot;2026-06-29&quot;:4.97},{&quot;2026-06-30&quot;:5.21},{&quot;2026-07-01&quot;:5.21},{&quot;2026-07-02&quot;:5.09},{&quot;2026-07-03&quot;:5.03},{&quot;2026-07-04&quot;:4.89},{&quot;2026-07-05&quot;:5.0},{&quot;2026-07-06&quot;:5.79},{&quot;2026-07-07&quot;:5.53},{&quot;2026-07-08&quot;:5.68},{&quot;2026-07-09&quot;:5.68},{&quot;2026-07-10&quot;:5.68},{&quot;2026-07-11&quot;:5.71},{&quot;2026-07-12&quot;:6.09},{&quot;2026-07-13&quot;:6.09},{&quot;2026-07-14&quot;:6.12},{&quot;2026-07-15&quot;:6.24},{&quot;2026-07-16&quot;:6.3},{&quot;2026-07-17&quot;:6.26},{&quot;2026-07-18&quot;:6.43},{&quot;2026-07-19&quot;:6.56},{&quot;2026-07-20&quot;:6.56},{&quot;2026-07-21&quot;:6.56},{&quot;2026-07-22&quot;:6.66},{&quot;2026-07-23&quot;:6.48},{&quot;2026-07-24&quot;:6.49},{&quot;2026-07-25&quot;:6.31},{&quot;2026-07-26&quot;:6.31},{&quot;2026-07-27&quot;:6.31},{&quot;2026-07-28&quot;:6.15},{&quot;2026-07-29&quot;:6.18},{&quot;2026-07-30&quot;:6.18},{&quot;2026-07-31&quot;:5.97},{&quot;2026-08-01&quot;:5.82},{&quot;2026-08-02&quot;:5.96},{&quot;2026-08-03&quot;:6.21},{&quot;2026-08-04&quot;:6.3},{&quot;2026-08-05&quot;:5.93},{&quot;2026-08-07&quot;:6.13},{&quot;2026-08-08&quot;:6.08},{&quot;2026-08-09&quot;:6.08},{&quot;2026-08-10&quot;:6.13},{&quot;2026-08-11&quot;:6.08},{&quot;2026-08-12&quot;:6.08},{&quot;2026-08-13&quot;:6.08},{&quot;2026-08-14&quot;:6.08},{&quot;2026-08-15&quot;:6.08},{&quot;2026-08-16&quot;:6.08},{&quot;2026-08-17&quot;:6.1},{&quot;2026-08-18&quot;:5.97},{&quot;2026-08-19&quot;:5.92},{&quot;2026-08-20&quot;:6.12},{&quot;2026-08-21&quot;:6.06},{&quot;2026-08-22&quot;:6.06},{&quot;2026-08-23&quot;:6.03},{&quot;2026-08-24&quot;:6.02},{&quot;2026-08-25&quot;:5.75},{&quot;2026-08-26&quot;:5.74},{&quot;2026-08-27&quot;:5.84},{&quot;2026-08-28&quot;:5.84},{&quot;2026-08-29&quot;:5.84},{&quot;2026-08-30&quot;:5.76},{&quot;2026-08-31&quot;:5.62},{&quot;2026-09-01&quot;:5.62},{&quot;2026-09-02&quot;:5.7},{&quot;2026-09-03&quot;:5.69},{&quot;2026-09-04&quot;:5.69},{&quot;2026-09-05&quot;:5.69},{&quot;2026-09-06&quot;:5.69},{&quot;2026-09-07&quot;:5.69},{&quot;2026-09-08&quot;:5.69},{&quot;2026-09-09&quot;:5.65},{&quot;2026-09-10&quot;:5.68},{&quot;2026-09-11&quot;:5.72}]}"
        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="23920"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Unstoppable Slasher
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Zombie Assassin</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="Unstoppable Slasher" src="https://cards.scryfall.io/large/front/c/7/c78da035-6b5b-4136-9ab6-f622b64fdc54.jpg?1783909475" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.09},{&quot;2026-06-11&quot;:5.09},{&quot;2026-06-12&quot;:5.14},{&quot;2026-06-13&quot;:5.08},{&quot;2026-06-14&quot;:5.15},{&quot;2026-06-15&quot;:5.12},{&quot;2026-06-16&quot;:5.12},{&quot;2026-06-17&quot;:5.26},{&quot;2026-06-18&quot;:5.26},{&quot;2026-06-19&quot;:5.26},{&quot;2026-06-20&quot;:5.35},{&quot;2026-06-21&quot;:5.31},{&quot;2026-06-22&quot;:5.31},{&quot;2026-06-23&quot;:5.32},{&quot;2026-06-24&quot;:5.3},{&quot;2026-06-25&quot;:5.3},{&quot;2026-06-26&quot;:5.44},{&quot;2026-06-27&quot;:5.52},{&quot;2026-06-28&quot;:5.52},{&quot;2026-06-29&quot;:5.64},{&quot;2026-06-30&quot;:5.64},{&quot;2026-07-01&quot;:5.63},{&quot;2026-07-02&quot;:5.65},{&quot;2026-07-03&quot;:5.68},{&quot;2026-07-04&quot;:5.63},{&quot;2026-07-05&quot;:5.59},{&quot;2026-07-06&quot;:5.59},{&quot;2026-07-07&quot;:5.59},{&quot;2026-07-08&quot;:5.43},{&quot;2026-07-09&quot;:5.43},{&quot;2026-07-10&quot;:5.43},{&quot;2026-07-11&quot;:5.43},{&quot;2026-07-12&quot;:5.43},{&quot;2026-07-13&quot;:5.39},{&quot;2026-07-14&quot;:5.39},{&quot;2026-07-15&quot;:5.39},{&quot;2026-07-16&quot;:5.36},{&quot;2026-07-17&quot;:5.39},{&quot;2026-07-18&quot;:5.44},{&quot;2026-07-19&quot;:5.4},{&quot;2026-07-20&quot;:5.33},{&quot;2026-07-21&quot;:5.42},{&quot;2026-07-23&quot;:5.42},{&quot;2026-07-25&quot;:5.24},{&quot;2026-07-26&quot;:5.21},{&quot;2026-07-27&quot;:5.21},{&quot;2026-07-29&quot;:5.57},{&quot;2026-07-30&quot;:5.57},{&quot;2026-07-31&quot;:6.01},{&quot;2026-08-01&quot;:6.01},{&quot;2026-08-02&quot;:6.01},{&quot;2026-08-03&quot;:6.01},{&quot;2026-08-04&quot;:6.0},{&quot;2026-08-05&quot;:6.1},{&quot;2026-08-07&quot;:6.1},{&quot;2026-08-08&quot;:6.1},{&quot;2026-08-09&quot;:6.19},{&quot;2026-08-10&quot;:6.29},{&quot;2026-08-11&quot;:6.29},{&quot;2026-08-12&quot;:6.14},{&quot;2026-08-13&quot;:6.14},{&quot;2026-08-14&quot;:6.16},{&quot;2026-08-15&quot;:6.13},{&quot;2026-08-16&quot;:5.96},{&quot;2026-08-17&quot;:5.96},{&quot;2026-08-18&quot;:6.11},{&quot;2026-08-19&quot;:6.11},{&quot;2026-08-20&quot;:6.11},{&quot;2026-08-21&quot;:5.84},{&quot;2026-08-22&quot;:5.84},{&quot;2026-08-23&quot;:5.82},{&quot;2026-08-24&quot;:5.71},{&quot;2026-08-25&quot;:5.71},{&quot;2026-08-26&quot;:5.85},{&quot;2026-08-27&quot;:5.74},{&quot;2026-08-28&quot;:5.74},{&quot;2026-08-29&quot;:5.74},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.68},{&quot;2026-09-01&quot;:5.68},{&quot;2026-09-02&quot;:5.68},{&quot;2026-09-03&quot;:5.68},{&quot;2026-09-04&quot;:5.68},{&quot;2026-09-05&quot;:5.68},{&quot;2026-09-06&quot;:5.72},{&quot;2026-09-07&quot;:5.61},{&quot;2026-09-08&quot;:5.61},{&quot;2026-09-09&quot;:5.61},{&quot;2026-09-10&quot;:5.61},{&quot;2026-09-11&quot;:5.61}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.71},{&quot;2026-06-11&quot;:4.75},{&quot;2026-06-12&quot;:4.65},{&quot;2026-06-13&quot;:4.75},{&quot;2026-06-14&quot;:4.52},{&quot;2026-06-15&quot;:4.56},{&quot;2026-06-16&quot;:4.43},{&quot;2026-06-17&quot;:4.6},{&quot;2026-06-18&quot;:4.43},{&quot;2026-06-19&quot;:4.54},{&quot;2026-06-20&quot;:4.48},{&quot;2026-06-21&quot;:4.2},{&quot;2026-06-22&quot;:4.31},{&quot;2026-06-23&quot;:4.25},{&quot;2026-06-24&quot;:4.42},{&quot;2026-06-25&quot;:4.55},{&quot;2026-06-26&quot;:4.75},{&quot;2026-06-27&quot;:4.85},{&quot;2026-06-28&quot;:5.1},{&quot;2026-06-29&quot;:4.98},{&quot;2026-06-30&quot;:5.33},{&quot;2026-07-01&quot;:5.1},{&quot;2026-07-02&quot;:5.11},{&quot;2026-07-03&quot;:5.11},{&quot;2026-07-04&quot;:5.06},{&quot;2026-07-05&quot;:4.96},{&quot;2026-07-06&quot;:4.54},{&quot;2026-07-07&quot;:4.62},{&quot;2026-07-08&quot;:4.41},{&quot;2026-07-09&quot;:4.3},{&quot;2026-07-10&quot;:4.38},{&quot;2026-07-11&quot;:4.36},{&quot;2026-07-12&quot;:4.34},{&quot;2026-07-13&quot;:4.42},{&quot;2026-07-14&quot;:4.69},{&quot;2026-07-15&quot;:4.81},{&quot;2026-07-16&quot;:4.89},{&quot;2026-07-17&quot;:4.89},{&quot;2026-07-18&quot;:5.0},{&quot;2026-07-19&quot;:5.13},{&quot;2026-07-20&quot;:5.32},{&quot;2026-07-21&quot;:5.36},{&quot;2026-07-23&quot;:5.43},{&quot;2026-07-25&quot;:5.47},{&quot;2026-07-26&quot;:5.12},{&quot;2026-07-27&quot;:5.44},{&quot;2026-07-29&quot;:5.24},{&quot;2026-07-30&quot;:5.11},{&quot;2026-07-31&quot;:5.1},{&quot;2026-08-01&quot;:5.28},{&quot;2026-08-02&quot;:5.49},{&quot;2026-08-03&quot;:5.3},{&quot;2026-08-04&quot;:5.32},{&quot;2026-08-05&quot;:5.4},{&quot;2026-08-07&quot;:5.08},{&quot;2026-08-08&quot;:5.08},{&quot;2026-08-09&quot;:5.26},{&quot;2026-08-10&quot;:5.18},{&quot;2026-08-11&quot;:4.97},{&quot;2026-08-12&quot;:4.7},{&quot;2026-08-13&quot;:4.99},{&quot;2026-08-14&quot;:5.14},{&quot;2026-08-15&quot;:5.28},{&quot;2026-08-16&quot;:5.19},{&quot;2026-08-17&quot;:5.46},{&quot;2026-08-18&quot;:5.51},{&quot;2026-08-19&quot;:5.56},{&quot;2026-08-20&quot;:5.56},{&quot;2026-08-21&quot;:5.73},{&quot;2026-08-22&quot;:5.72},{&quot;2026-08-23&quot;:5.57},{&quot;2026-08-24&quot;:5.63},{&quot;2026-08-25&quot;:5.63},{&quot;2026-08-26&quot;:5.39},{&quot;2026-08-27&quot;:5.38},{&quot;2026-08-28&quot;:5.34},{&quot;2026-08-29&quot;:5.34},{&quot;2026-08-30&quot;:4.67},{&quot;2026-08-31&quot;:4.96},{&quot;2026-09-01&quot;:4.96},{&quot;2026-09-02&quot;:5.35},{&quot;2026-09-03&quot;:5.34},{&quot;2026-09-04&quot;:5.52},{&quot;2026-09-05&quot;:5.59},{&quot;2026-09-06&quot;:5.01},{&quot;2026-09-07&quot;:5.03},{&quot;2026-09-08&quot;:5.1},{&quot;2026-09-09&quot;:5.22},{&quot;2026-09-10&quot;:5.56},{&quot;2026-09-11&quot;:5.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Abandoned Air Temple
        </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="Abandoned Air Temple" src="https://cards.scryfall.io/large/front/9/c/9c0433f9-8f1e-4a19-a83f-a41925f1b1a9.jpg?1783904914" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.68},{&quot;2026-06-12&quot;:7.68},{&quot;2026-06-13&quot;:7.66},{&quot;2026-06-14&quot;:7.6},{&quot;2026-06-15&quot;:7.65},{&quot;2026-06-16&quot;:7.16},{&quot;2026-06-17&quot;:7.27},{&quot;2026-06-18&quot;:7.39},{&quot;2026-06-19&quot;:7.7},{&quot;2026-06-20&quot;:7.6},{&quot;2026-06-21&quot;:7.62},{&quot;2026-06-22&quot;:7.67},{&quot;2026-06-23&quot;:7.72},{&quot;2026-06-24&quot;:7.71},{&quot;2026-06-25&quot;:7.71},{&quot;2026-06-26&quot;:7.76},{&quot;2026-06-27&quot;:7.56},{&quot;2026-06-28&quot;:7.2},{&quot;2026-06-29&quot;:7.2},{&quot;2026-06-30&quot;:7.18},{&quot;2026-07-01&quot;:6.86},{&quot;2026-07-02&quot;:6.86},{&quot;2026-07-03&quot;:6.63},{&quot;2026-07-04&quot;:6.32},{&quot;2026-07-05&quot;:6.31},{&quot;2026-07-06&quot;:6.18},{&quot;2026-07-07&quot;:6.07},{&quot;2026-07-08&quot;:6.34},{&quot;2026-07-09&quot;:6.38},{&quot;2026-07-10&quot;:6.51},{&quot;2026-07-11&quot;:6.51},{&quot;2026-07-12&quot;:6.57},{&quot;2026-07-13&quot;:6.49},{&quot;2026-07-14&quot;:6.59},{&quot;2026-07-15&quot;:6.34},{&quot;2026-07-16&quot;:6.34},{&quot;2026-07-17&quot;:6.35},{&quot;2026-07-18&quot;:6.24},{&quot;2026-07-19&quot;:6.24},{&quot;2026-07-20&quot;:6.25},{&quot;2026-07-21&quot;:6.01},{&quot;2026-07-23&quot;:6.03},{&quot;2026-07-25&quot;:6.21},{&quot;2026-07-26&quot;:6.29},{&quot;2026-07-27&quot;:6.42},{&quot;2026-07-28&quot;:6.34},{&quot;2026-07-29&quot;:6.18},{&quot;2026-07-30&quot;:6.18},{&quot;2026-07-31&quot;:6.33},{&quot;2026-08-01&quot;:6.37},{&quot;2026-08-02&quot;:6.22},{&quot;2026-08-03&quot;:6.16},{&quot;2026-08-04&quot;:6.17},{&quot;2026-08-05&quot;:6.1},{&quot;2026-08-07&quot;:6.14},{&quot;2026-08-08&quot;:6.33},{&quot;2026-08-09&quot;:6.49},{&quot;2026-08-10&quot;:6.69},{&quot;2026-08-11&quot;:6.77},{&quot;2026-08-12&quot;:6.75},{&quot;2026-08-13&quot;:6.89},{&quot;2026-08-14&quot;:7.25},{&quot;2026-08-15&quot;:7.25},{&quot;2026-08-16&quot;:7.25},{&quot;2026-08-17&quot;:7.31},{&quot;2026-08-18&quot;:7.37},{&quot;2026-08-19&quot;:7.37},{&quot;2026-08-20&quot;:7.37},{&quot;2026-08-21&quot;:6.93},{&quot;2026-08-22&quot;:6.98},{&quot;2026-08-23&quot;:7.0},{&quot;2026-08-24&quot;:7.07},{&quot;2026-08-25&quot;:6.97},{&quot;2026-08-26&quot;:6.95},{&quot;2026-08-27&quot;:7.2},{&quot;2026-08-28&quot;:7.64},{&quot;2026-08-29&quot;:7.64},{&quot;2026-08-30&quot;:7.61},{&quot;2026-08-31&quot;:7.36},{&quot;2026-09-01&quot;:7.36},{&quot;2026-09-02&quot;:7.27},{&quot;2026-09-03&quot;:7.52},{&quot;2026-09-04&quot;:7.42},{&quot;2026-09-05&quot;:7.07},{&quot;2026-09-06&quot;:7.2},{&quot;2026-09-07&quot;:7.19},{&quot;2026-09-08&quot;:7.23},{&quot;2026-09-09&quot;:7.27},{&quot;2026-09-10&quot;:7.29},{&quot;2026-09-11&quot;:7.3}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.82},{&quot;2026-06-12&quot;:7.77},{&quot;2026-06-13&quot;:7.55},{&quot;2026-06-14&quot;:7.67},{&quot;2026-06-15&quot;:7.71},{&quot;2026-06-16&quot;:7.84},{&quot;2026-06-17&quot;:7.44},{&quot;2026-06-18&quot;:7.02},{&quot;2026-06-19&quot;:6.94},{&quot;2026-06-20&quot;:6.91},{&quot;2026-06-21&quot;:6.35},{&quot;2026-06-22&quot;:6.27},{&quot;2026-06-23&quot;:6.32},{&quot;2026-06-24&quot;:6.54},{&quot;2026-06-25&quot;:6.18},{&quot;2026-06-26&quot;:5.94},{&quot;2026-06-27&quot;:5.85},{&quot;2026-06-28&quot;:5.65},{&quot;2026-06-29&quot;:5.75},{&quot;2026-06-30&quot;:6.08},{&quot;2026-07-01&quot;:6.35},{&quot;2026-07-02&quot;:5.81},{&quot;2026-07-03&quot;:5.45},{&quot;2026-07-04&quot;:6.06},{&quot;2026-07-05&quot;:6.33},{&quot;2026-07-06&quot;:6.5},{&quot;2026-07-07&quot;:6.35},{&quot;2026-07-08&quot;:5.84},{&quot;2026-07-09&quot;:5.82},{&quot;2026-07-10&quot;:5.78},{&quot;2026-07-11&quot;:6.02},{&quot;2026-07-12&quot;:6.0},{&quot;2026-07-13&quot;:5.78},{&quot;2026-07-14&quot;:5.62},{&quot;2026-07-15&quot;:5.79},{&quot;2026-07-16&quot;:5.72},{&quot;2026-07-17&quot;:5.73},{&quot;2026-07-18&quot;:5.91},{&quot;2026-07-19&quot;:5.27},{&quot;2026-07-20&quot;:4.73},{&quot;2026-07-21&quot;:4.81},{&quot;2026-07-23&quot;:5.49},{&quot;2026-07-25&quot;:5.06},{&quot;2026-07-26&quot;:5.28},{&quot;2026-07-27&quot;:6.04},{&quot;2026-07-28&quot;:5.99},{&quot;2026-07-29&quot;:5.68},{&quot;2026-07-30&quot;:5.25},{&quot;2026-07-31&quot;:5.39},{&quot;2026-08-01&quot;:5.24},{&quot;2026-08-02&quot;:5.33},{&quot;2026-08-03&quot;:5.71},{&quot;2026-08-04&quot;:5.17},{&quot;2026-08-05&quot;:5.54},{&quot;2026-08-07&quot;:5.38},{&quot;2026-08-08&quot;:6.04},{&quot;2026-08-09&quot;:6.24},{&quot;2026-08-10&quot;:6.06},{&quot;2026-08-11&quot;:5.65},{&quot;2026-08-12&quot;:5.53},{&quot;2026-08-13&quot;:5.39},{&quot;2026-08-14&quot;:5.27},{&quot;2026-08-15&quot;:5.13},{&quot;2026-08-16&quot;:5.21},{&quot;2026-08-17&quot;:5.96},{&quot;2026-08-18&quot;:5.73},{&quot;2026-08-19&quot;:5.77},{&quot;2026-08-20&quot;:5.77},{&quot;2026-08-21&quot;:5.25},{&quot;2026-08-22&quot;:5.63},{&quot;2026-08-23&quot;:5.52},{&quot;2026-08-24&quot;:6.19},{&quot;2026-08-25&quot;:6.57},{&quot;2026-08-26&quot;:6.43},{&quot;2026-08-27&quot;:6.0},{&quot;2026-08-28&quot;:6.1},{&quot;2026-08-29&quot;:6.1},{&quot;2026-08-30&quot;:6.59},{&quot;2026-08-31&quot;:6.75},{&quot;2026-09-01&quot;:6.75},{&quot;2026-09-02&quot;:5.96},{&quot;2026-09-03&quot;:6.45},{&quot;2026-09-04&quot;:6.32},{&quot;2026-09-05&quot;:6.13},{&quot;2026-09-06&quot;:5.95},{&quot;2026-09-07&quot;:5.92},{&quot;2026-09-08&quot;:5.99},{&quot;2026-09-09&quot;:6.05},{&quot;2026-09-10&quot;:5.98},{&quot;2026-09-11&quot;:5.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Diregraf Colossus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/02351d67-2d73-43e3-82f7-5277c532d7ac.jpg?1783925341" />

        <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">
            Diregraf Colossus
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Zombie Giant</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="Diregraf Colossus" src="https://cards.scryfall.io/large/front/0/2/02351d67-2d73-43e3-82f7-5277c532d7ac.jpg?1783925341" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.24},{&quot;2026-06-10&quot;:6.24},{&quot;2026-06-11&quot;:6.24},{&quot;2026-06-12&quot;:6.21},{&quot;2026-06-13&quot;:6.31},{&quot;2026-06-14&quot;:6.18},{&quot;2026-06-15&quot;:6.18},{&quot;2026-06-16&quot;:6.29},{&quot;2026-06-17&quot;:6.21},{&quot;2026-06-18&quot;:6.21},{&quot;2026-06-19&quot;:6.33},{&quot;2026-06-20&quot;:6.55},{&quot;2026-06-21&quot;:6.71},{&quot;2026-06-22&quot;:6.71},{&quot;2026-06-24&quot;:6.81},{&quot;2026-06-25&quot;:6.81},{&quot;2026-06-26&quot;:6.67},{&quot;2026-06-27&quot;:6.67},{&quot;2026-06-28&quot;:6.41},{&quot;2026-06-29&quot;:6.02},{&quot;2026-06-30&quot;:6.02},{&quot;2026-07-01&quot;:6.09},{&quot;2026-07-02&quot;:6.08},{&quot;2026-07-03&quot;:5.91},{&quot;2026-07-04&quot;:6.19},{&quot;2026-07-05&quot;:6.07},{&quot;2026-07-06&quot;:6.1},{&quot;2026-07-07&quot;:5.99},{&quot;2026-07-08&quot;:5.7},{&quot;2026-07-09&quot;:5.86},{&quot;2026-07-10&quot;:5.93},{&quot;2026-07-11&quot;:5.93},{&quot;2026-07-12&quot;:6.15},{&quot;2026-07-13&quot;:6.15},{&quot;2026-07-14&quot;:6.1},{&quot;2026-07-15&quot;:6.24},{&quot;2026-07-16&quot;:6.26},{&quot;2026-07-17&quot;:6.44},{&quot;2026-07-18&quot;:6.09},{&quot;2026-07-19&quot;:5.94},{&quot;2026-07-20&quot;:6.05},{&quot;2026-07-21&quot;:5.99},{&quot;2026-07-23&quot;:5.82},{&quot;2026-07-25&quot;:5.79},{&quot;2026-07-26&quot;:5.88},{&quot;2026-07-27&quot;:5.55},{&quot;2026-07-29&quot;:4.91},{&quot;2026-07-30&quot;:4.78},{&quot;2026-07-31&quot;:4.6},{&quot;2026-08-01&quot;:4.78},{&quot;2026-08-02&quot;:4.81},{&quot;2026-08-03&quot;:5.37},{&quot;2026-08-04&quot;:5.39},{&quot;2026-08-05&quot;:5.67},{&quot;2026-08-07&quot;:6.3},{&quot;2026-08-08&quot;:6.46},{&quot;2026-08-09&quot;:6.27},{&quot;2026-08-10&quot;:6.28},{&quot;2026-08-11&quot;:6.05},{&quot;2026-08-12&quot;:5.86},{&quot;2026-08-13&quot;:5.78},{&quot;2026-08-14&quot;:5.67},{&quot;2026-08-15&quot;:5.67},{&quot;2026-08-16&quot;:5.46},{&quot;2026-08-17&quot;:5.44},{&quot;2026-08-18&quot;:5.44},{&quot;2026-08-19&quot;:5.77},{&quot;2026-08-20&quot;:5.77},{&quot;2026-08-21&quot;:6.15},{&quot;2026-08-22&quot;:6.1},{&quot;2026-08-23&quot;:5.94},{&quot;2026-08-24&quot;:5.78},{&quot;2026-08-25&quot;:5.78},{&quot;2026-08-26&quot;:6.03},{&quot;2026-08-27&quot;:5.93},{&quot;2026-08-28&quot;:5.75},{&quot;2026-08-29&quot;:5.75},{&quot;2026-08-30&quot;:5.69},{&quot;2026-08-31&quot;:5.66},{&quot;2026-09-01&quot;:5.66},{&quot;2026-09-02&quot;:5.86},{&quot;2026-09-03&quot;:5.98},{&quot;2026-09-04&quot;:5.91},{&quot;2026-09-05&quot;:5.86},{&quot;2026-09-06&quot;:5.84},{&quot;2026-09-07&quot;:5.84},{&quot;2026-09-08&quot;:5.78},{&quot;2026-09-09&quot;:5.78},{&quot;2026-09-10&quot;:5.8},{&quot;2026-09-11&quot;:5.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49300"
  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">
            Ingenious Infiltrator
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ingenious Infiltrator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/919cd266-b796-4a1c-937f-76b565c82495.jpg?1783933081" />

        <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">
            Ingenious Infiltrator
        </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 — Vedalken Ninja</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="Ingenious Infiltrator" src="https://cards.scryfall.io/large/front/9/1/919cd266-b796-4a1c-937f-76b565c82495.jpg?1783933081" />
    </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.92
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:5.03},{&quot;2026-06-13&quot;:5.03},{&quot;2026-06-14&quot;:5.03},{&quot;2026-06-15&quot;:5.03},{&quot;2026-06-16&quot;:5.03},{&quot;2026-06-17&quot;:5.03},{&quot;2026-06-18&quot;:5.03},{&quot;2026-06-19&quot;:5.13},{&quot;2026-06-20&quot;:5.13},{&quot;2026-06-21&quot;:5.13},{&quot;2026-06-22&quot;:5.13},{&quot;2026-06-23&quot;:5.13},{&quot;2026-06-24&quot;:5.13},{&quot;2026-06-25&quot;:5.13},{&quot;2026-06-26&quot;:5.19},{&quot;2026-06-27&quot;:5.26},{&quot;2026-06-28&quot;:5.26},{&quot;2026-06-29&quot;:5.26},{&quot;2026-06-30&quot;:5.26},{&quot;2026-07-01&quot;:5.24},{&quot;2026-07-02&quot;:5.24},{&quot;2026-07-03&quot;:5.24},{&quot;2026-07-04&quot;:5.24},{&quot;2026-07-05&quot;:5.24},{&quot;2026-07-06&quot;:5.24},{&quot;2026-07-07&quot;:5.24},{&quot;2026-07-08&quot;:5.24},{&quot;2026-07-09&quot;:5.33},{&quot;2026-07-10&quot;:5.33},{&quot;2026-07-11&quot;:5.33},{&quot;2026-07-12&quot;:5.33},{&quot;2026-07-13&quot;:5.33},{&quot;2026-07-14&quot;:5.38},{&quot;2026-07-15&quot;:5.44},{&quot;2026-07-16&quot;:5.44},{&quot;2026-07-17&quot;:5.44},{&quot;2026-07-18&quot;:5.44},{&quot;2026-07-19&quot;:5.43},{&quot;2026-07-20&quot;:5.43},{&quot;2026-07-21&quot;:5.5},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-24&quot;:5.5},{&quot;2026-07-25&quot;:5.5},{&quot;2026-07-26&quot;:5.5},{&quot;2026-07-27&quot;:5.5},{&quot;2026-07-28&quot;:5.5},{&quot;2026-07-29&quot;:5.5},{&quot;2026-07-30&quot;:5.52},{&quot;2026-07-31&quot;:5.52},{&quot;2026-08-01&quot;:5.52},{&quot;2026-08-02&quot;:5.52},{&quot;2026-08-03&quot;:5.52},{&quot;2026-08-04&quot;:5.52},{&quot;2026-08-05&quot;:5.52},{&quot;2026-08-07&quot;:5.52},{&quot;2026-08-08&quot;:5.52},{&quot;2026-08-09&quot;:5.52},{&quot;2026-08-10&quot;:5.52},{&quot;2026-08-11&quot;:5.52},{&quot;2026-08-12&quot;:5.52},{&quot;2026-08-13&quot;:5.52},{&quot;2026-08-14&quot;:5.52},{&quot;2026-08-15&quot;:5.52},{&quot;2026-08-16&quot;:5.52},{&quot;2026-08-17&quot;:5.52},{&quot;2026-08-18&quot;:5.6},{&quot;2026-08-19&quot;:5.66},{&quot;2026-08-20&quot;:5.66},{&quot;2026-08-21&quot;:5.66},{&quot;2026-08-22&quot;:5.66},{&quot;2026-08-23&quot;:5.66},{&quot;2026-08-24&quot;:5.66},{&quot;2026-08-25&quot;:5.74},{&quot;2026-08-26&quot;:5.74},{&quot;2026-08-27&quot;:5.74},{&quot;2026-08-28&quot;:5.74},{&quot;2026-08-29&quot;:5.74},{&quot;2026-08-30&quot;:5.95},{&quot;2026-08-31&quot;:5.95},{&quot;2026-09-01&quot;:5.95},{&quot;2026-09-02&quot;:5.95},{&quot;2026-09-03&quot;:5.95},{&quot;2026-09-04&quot;:5.95},{&quot;2026-09-05&quot;:5.95},{&quot;2026-09-06&quot;:5.85},{&quot;2026-09-07&quot;:5.85},{&quot;2026-09-08&quot;:5.85},{&quot;2026-09-09&quot;:5.92},{&quot;2026-09-10&quot;:5.98},{&quot;2026-09-11&quot;:5.7}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.4},{&quot;2026-06-13&quot;:2.44},{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.69},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.74},{&quot;2026-06-18&quot;:2.71},{&quot;2026-06-19&quot;:2.59},{&quot;2026-06-20&quot;:2.64},{&quot;2026-06-21&quot;:2.69},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.74},{&quot;2026-06-25&quot;:2.74},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.63},{&quot;2026-06-28&quot;:2.6},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.35},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.32},{&quot;2026-07-03&quot;:2.31},{&quot;2026-07-04&quot;:2.38},{&quot;2026-07-05&quot;:2.25},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.27},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.25},{&quot;2026-07-12&quot;:2.26},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.32},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.36},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.31},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-24&quot;:2.3},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.17},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-28&quot;:2.17},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.14},{&quot;2026-07-31&quot;:2.19},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.11},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:2.02},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.04},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.11},{&quot;2026-08-12&quot;:2.07},{&quot;2026-08-13&quot;:2.0},{&quot;2026-08-14&quot;:1.89},{&quot;2026-08-15&quot;:1.85},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.72},{&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.7},{&quot;2026-08-23&quot;:1.72},{&quot;2026-08-24&quot;:1.71},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.78},{&quot;2026-08-31&quot;:1.9},{&quot;2026-09-01&quot;:2.0},{&quot;2026-09-02&quot;:2.0},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:1.92},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.93},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.89},{&quot;2026-09-11&quot;:1.92}]}"
        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="109107"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Inkshield" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/3362ade8-d585-40be-8486-382cad6efaf8.jpg?1782683143" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Inkshield" src="https://cards.scryfall.io/large/front/3/3/3362ade8-d585-40be-8486-382cad6efaf8.jpg?1782683143" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.64},{&quot;2026-06-11&quot;:4.61},{&quot;2026-06-12&quot;:4.73},{&quot;2026-06-13&quot;:4.83},{&quot;2026-06-14&quot;:4.73},{&quot;2026-06-15&quot;:4.86},{&quot;2026-06-16&quot;:4.6},{&quot;2026-06-17&quot;:4.61},{&quot;2026-06-18&quot;:4.75},{&quot;2026-06-19&quot;:4.84},{&quot;2026-06-20&quot;:4.62},{&quot;2026-06-21&quot;:4.51},{&quot;2026-06-22&quot;:4.32},{&quot;2026-06-23&quot;:4.27},{&quot;2026-06-24&quot;:4.3},{&quot;2026-06-25&quot;:4.46},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.61},{&quot;2026-06-28&quot;:4.62},{&quot;2026-06-29&quot;:4.76},{&quot;2026-06-30&quot;:4.84},{&quot;2026-07-01&quot;:4.53},{&quot;2026-07-02&quot;:4.33},{&quot;2026-07-03&quot;:4.28},{&quot;2026-07-04&quot;:4.65},{&quot;2026-07-05&quot;:4.78},{&quot;2026-07-06&quot;:4.91},{&quot;2026-07-07&quot;:4.91},{&quot;2026-07-08&quot;:4.63},{&quot;2026-07-09&quot;:4.69},{&quot;2026-07-10&quot;:4.57},{&quot;2026-07-11&quot;:4.84},{&quot;2026-07-12&quot;:4.76},{&quot;2026-07-13&quot;:4.67},{&quot;2026-07-14&quot;:4.12},{&quot;2026-07-15&quot;:4.06},{&quot;2026-07-16&quot;:4.49},{&quot;2026-07-17&quot;:4.21},{&quot;2026-07-18&quot;:4.48},{&quot;2026-07-19&quot;:4.49},{&quot;2026-07-20&quot;:4.58},{&quot;2026-07-21&quot;:4.62},{&quot;2026-07-23&quot;:4.77},{&quot;2026-07-25&quot;:5.41},{&quot;2026-07-26&quot;:5.22},{&quot;2026-07-27&quot;:5.25},{&quot;2026-07-29&quot;:5.15},{&quot;2026-07-30&quot;:5.25},{&quot;2026-07-31&quot;:5.1},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.11},{&quot;2026-08-03&quot;:5.18},{&quot;2026-08-04&quot;:5.17},{&quot;2026-08-05&quot;:5.02},{&quot;2026-08-07&quot;:5.32},{&quot;2026-08-08&quot;:5.46},{&quot;2026-08-09&quot;:5.45},{&quot;2026-08-10&quot;:5.31},{&quot;2026-08-11&quot;:5.3},{&quot;2026-08-12&quot;:5.23},{&quot;2026-08-13&quot;:5.5},{&quot;2026-08-14&quot;:5.64},{&quot;2026-08-15&quot;:5.59},{&quot;2026-08-16&quot;:5.21},{&quot;2026-08-17&quot;:5.03},{&quot;2026-08-18&quot;:5.22},{&quot;2026-08-19&quot;:5.3},{&quot;2026-08-20&quot;:5.3},{&quot;2026-08-21&quot;:5.32},{&quot;2026-08-22&quot;:5.48},{&quot;2026-08-23&quot;:5.71},{&quot;2026-08-24&quot;:5.54},{&quot;2026-08-25&quot;:5.54},{&quot;2026-08-26&quot;:5.62},{&quot;2026-08-27&quot;:5.14},{&quot;2026-08-28&quot;:5.39},{&quot;2026-08-29&quot;:5.39},{&quot;2026-08-30&quot;:5.82},{&quot;2026-08-31&quot;:5.6},{&quot;2026-09-01&quot;:5.6},{&quot;2026-09-02&quot;:5.61},{&quot;2026-09-03&quot;:5.47},{&quot;2026-09-04&quot;:5.58},{&quot;2026-09-05&quot;:5.59},{&quot;2026-09-06&quot;:5.6},{&quot;2026-09-07&quot;:5.56},{&quot;2026-09-08&quot;:5.66},{&quot;2026-09-09&quot;:5.59},{&quot;2026-09-10&quot;:5.59},{&quot;2026-09-11&quot;:5.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Haunted One
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Haunted One" src="https://cards.scryfall.io/large/front/d/c/dc53b1af-0f4a-4475-a131-27cb5d5b0cf1.jpg?1783922514" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.6},{&quot;2026-06-11&quot;:5.6},{&quot;2026-06-12&quot;:5.64},{&quot;2026-06-13&quot;:5.64},{&quot;2026-06-14&quot;:5.64},{&quot;2026-06-15&quot;:5.64},{&quot;2026-06-16&quot;:5.64},{&quot;2026-06-17&quot;:5.7},{&quot;2026-06-18&quot;:5.73},{&quot;2026-06-19&quot;:5.73},{&quot;2026-06-20&quot;:5.8},{&quot;2026-06-21&quot;:5.79},{&quot;2026-06-22&quot;:5.78},{&quot;2026-06-23&quot;:5.78},{&quot;2026-06-24&quot;:5.77},{&quot;2026-06-25&quot;:5.86},{&quot;2026-06-26&quot;:5.86},{&quot;2026-06-27&quot;:5.86},{&quot;2026-06-28&quot;:5.96},{&quot;2026-06-29&quot;:5.96},{&quot;2026-06-30&quot;:6.01},{&quot;2026-07-01&quot;:6.01},{&quot;2026-07-02&quot;:5.96},{&quot;2026-07-03&quot;:5.96},{&quot;2026-07-04&quot;:5.96},{&quot;2026-07-05&quot;:5.96},{&quot;2026-07-06&quot;:5.96},{&quot;2026-07-07&quot;:5.95},{&quot;2026-07-08&quot;:5.95},{&quot;2026-07-09&quot;:5.94},{&quot;2026-07-10&quot;:5.93},{&quot;2026-07-11&quot;:5.89},{&quot;2026-07-12&quot;:5.89},{&quot;2026-07-13&quot;:5.89},{&quot;2026-07-14&quot;:5.85},{&quot;2026-07-15&quot;:5.82},{&quot;2026-07-16&quot;:5.71},{&quot;2026-07-17&quot;:5.69},{&quot;2026-07-18&quot;:5.69},{&quot;2026-07-19&quot;:5.69},{&quot;2026-07-20&quot;:5.69},{&quot;2026-07-21&quot;:5.69},{&quot;2026-07-23&quot;:5.63},{&quot;2026-07-25&quot;:5.68},{&quot;2026-07-26&quot;:5.69},{&quot;2026-07-27&quot;:5.72},{&quot;2026-07-29&quot;:5.7},{&quot;2026-07-30&quot;:5.74},{&quot;2026-07-31&quot;:5.83},{&quot;2026-08-01&quot;:5.81},{&quot;2026-08-02&quot;:5.79},{&quot;2026-08-03&quot;:5.82},{&quot;2026-08-04&quot;:5.8},{&quot;2026-08-05&quot;:5.82},{&quot;2026-08-07&quot;:5.7},{&quot;2026-08-08&quot;:5.7},{&quot;2026-08-09&quot;:5.7},{&quot;2026-08-10&quot;:5.71},{&quot;2026-08-11&quot;:5.68},{&quot;2026-08-12&quot;:5.68},{&quot;2026-08-13&quot;:5.6},{&quot;2026-08-14&quot;:5.54},{&quot;2026-08-15&quot;:5.38},{&quot;2026-08-16&quot;:5.17},{&quot;2026-08-17&quot;:5.18},{&quot;2026-08-18&quot;:5.08},{&quot;2026-08-19&quot;:5.07},{&quot;2026-08-20&quot;:5.07},{&quot;2026-08-21&quot;:5.12},{&quot;2026-08-22&quot;:5.05},{&quot;2026-08-23&quot;:5.16},{&quot;2026-08-24&quot;:5.27},{&quot;2026-08-25&quot;:5.27},{&quot;2026-08-26&quot;:5.24},{&quot;2026-08-27&quot;:5.22},{&quot;2026-08-28&quot;:5.22},{&quot;2026-08-29&quot;:5.22},{&quot;2026-08-30&quot;:5.26},{&quot;2026-08-31&quot;:5.23},{&quot;2026-09-01&quot;:5.23},{&quot;2026-09-02&quot;:5.23},{&quot;2026-09-03&quot;:5.27},{&quot;2026-09-04&quot;:5.35},{&quot;2026-09-05&quot;:5.44},{&quot;2026-09-06&quot;:5.54},{&quot;2026-09-07&quot;:5.53},{&quot;2026-09-08&quot;:5.52},{&quot;2026-09-09&quot;:5.52},{&quot;2026-09-10&quot;:5.67},{&quot;2026-09-11&quot;:5.68}],&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="81859"
  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">
            Elves of Deep Shadow
        </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-100 text-badge-text">
              ↓
              2%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elves of Deep Shadow" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8c41769e-5ebb-42b2-ac55-fa471cd7201e.jpg?1783932039" />

        <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">
            Elves of Deep Shadow
        </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="Elves of Deep Shadow" src="https://cards.scryfall.io/large/front/8/c/8c41769e-5ebb-42b2-ac55-fa471cd7201e.jpg?1783932039" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.42},{&quot;2026-06-14&quot;:4.42},{&quot;2026-06-15&quot;:4.33},{&quot;2026-06-16&quot;:4.33},{&quot;2026-06-17&quot;:4.33},{&quot;2026-06-18&quot;:4.27},{&quot;2026-06-19&quot;:4.27},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.29},{&quot;2026-06-22&quot;:4.29},{&quot;2026-06-23&quot;:4.29},{&quot;2026-06-24&quot;:4.18},{&quot;2026-06-25&quot;:3.98},{&quot;2026-06-26&quot;:3.87},{&quot;2026-06-27&quot;:3.87},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.79},{&quot;2026-06-30&quot;:3.74},{&quot;2026-07-01&quot;:3.74},{&quot;2026-07-02&quot;:3.83},{&quot;2026-07-03&quot;:3.83},{&quot;2026-07-04&quot;:3.81},{&quot;2026-07-05&quot;:3.81},{&quot;2026-07-06&quot;:3.81},{&quot;2026-07-07&quot;:3.81},{&quot;2026-07-08&quot;:3.81},{&quot;2026-07-09&quot;:3.74},{&quot;2026-07-10&quot;:3.74},{&quot;2026-07-11&quot;:3.77},{&quot;2026-07-12&quot;:3.77},{&quot;2026-07-13&quot;:3.85},{&quot;2026-07-14&quot;:3.9},{&quot;2026-07-15&quot;:3.91},{&quot;2026-07-16&quot;:3.91},{&quot;2026-07-17&quot;:3.91},{&quot;2026-07-18&quot;:4.13},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.37},{&quot;2026-07-21&quot;:4.37},{&quot;2026-07-22&quot;:4.37},{&quot;2026-07-23&quot;:4.37},{&quot;2026-07-24&quot;:4.38},{&quot;2026-07-25&quot;:4.38},{&quot;2026-07-26&quot;:4.4},{&quot;2026-07-27&quot;:4.4},{&quot;2026-07-28&quot;:4.4},{&quot;2026-07-29&quot;:4.4},{&quot;2026-07-30&quot;:4.4},{&quot;2026-07-31&quot;:4.4},{&quot;2026-08-01&quot;:4.84},{&quot;2026-08-02&quot;:4.84},{&quot;2026-08-03&quot;:4.84},{&quot;2026-08-04&quot;:4.84},{&quot;2026-08-05&quot;:5.18},{&quot;2026-08-07&quot;:5.22},{&quot;2026-08-08&quot;:5.22},{&quot;2026-08-09&quot;:5.22},{&quot;2026-08-10&quot;:5.37},{&quot;2026-08-11&quot;:5.51},{&quot;2026-08-12&quot;:5.51},{&quot;2026-08-13&quot;:5.51},{&quot;2026-08-14&quot;:5.51},{&quot;2026-08-15&quot;:5.51},{&quot;2026-08-16&quot;:5.51},{&quot;2026-08-17&quot;:5.51},{&quot;2026-08-18&quot;:5.51},{&quot;2026-08-19&quot;:5.51},{&quot;2026-08-20&quot;:5.61},{&quot;2026-08-21&quot;:5.61},{&quot;2026-08-22&quot;:5.61},{&quot;2026-08-23&quot;:5.61},{&quot;2026-08-24&quot;:5.68},{&quot;2026-08-25&quot;:5.68},{&quot;2026-08-26&quot;:5.68},{&quot;2026-08-27&quot;:5.68},{&quot;2026-08-28&quot;:5.68},{&quot;2026-08-29&quot;:5.68},{&quot;2026-08-30&quot;:5.81},{&quot;2026-08-31&quot;:5.8},{&quot;2026-09-01&quot;:5.8},{&quot;2026-09-02&quot;:5.8},{&quot;2026-09-03&quot;:5.8},{&quot;2026-09-04&quot;:5.8},{&quot;2026-09-05&quot;:5.8},{&quot;2026-09-06&quot;:5.8},{&quot;2026-09-07&quot;:5.8},{&quot;2026-09-08&quot;:5.62},{&quot;2026-09-09&quot;:5.62},{&quot;2026-09-10&quot;:5.66},{&quot;2026-09-11&quot;:5.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="93162"
  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">
            Nature&#39;s Rhythm
        </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">
              ↓
              4%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nature&#39;s Rhythm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/3/1397d904-c51d-451e-8505-7f3118acc1f6.jpg?1743204565" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nature&#39;s Rhythm" src="https://cards.scryfall.io/large/front/1/3/1397d904-c51d-451e-8505-7f3118acc1f6.jpg?1743204565" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.26},{&quot;2026-06-14&quot;:6.21},{&quot;2026-06-15&quot;:6.16},{&quot;2026-06-16&quot;:6.23},{&quot;2026-06-17&quot;:6.2},{&quot;2026-06-18&quot;:6.2},{&quot;2026-06-19&quot;:6.1},{&quot;2026-06-20&quot;:6.12},{&quot;2026-06-21&quot;:6.17},{&quot;2026-06-22&quot;:6.03},{&quot;2026-06-23&quot;:6.07},{&quot;2026-06-24&quot;:6.07},{&quot;2026-06-25&quot;:6.13},{&quot;2026-06-26&quot;:6.13},{&quot;2026-06-27&quot;:6.15},{&quot;2026-06-28&quot;:5.97},{&quot;2026-06-29&quot;:6.03},{&quot;2026-06-30&quot;:5.98},{&quot;2026-07-01&quot;:5.98},{&quot;2026-07-02&quot;:5.98},{&quot;2026-07-03&quot;:6.03},{&quot;2026-07-04&quot;:6.03},{&quot;2026-07-05&quot;:6.04},{&quot;2026-07-06&quot;:6.04},{&quot;2026-07-07&quot;:6.04},{&quot;2026-07-08&quot;:6.04},{&quot;2026-07-09&quot;:6.02},{&quot;2026-07-10&quot;:6.09},{&quot;2026-07-11&quot;:5.96},{&quot;2026-07-12&quot;:5.64},{&quot;2026-07-13&quot;:5.51},{&quot;2026-07-14&quot;:5.56},{&quot;2026-07-15&quot;:5.56},{&quot;2026-07-16&quot;:5.55},{&quot;2026-07-17&quot;:5.54},{&quot;2026-07-18&quot;:5.47},{&quot;2026-07-19&quot;:5.41},{&quot;2026-07-20&quot;:5.32},{&quot;2026-07-21&quot;:5.32},{&quot;2026-07-22&quot;:5.32},{&quot;2026-07-23&quot;:5.29},{&quot;2026-07-24&quot;:5.43},{&quot;2026-07-25&quot;:5.5},{&quot;2026-07-26&quot;:5.59},{&quot;2026-07-27&quot;:5.67},{&quot;2026-07-28&quot;:5.68},{&quot;2026-07-29&quot;:5.78},{&quot;2026-07-30&quot;:5.78},{&quot;2026-07-31&quot;:5.79},{&quot;2026-08-01&quot;:5.81},{&quot;2026-08-02&quot;:5.86},{&quot;2026-08-03&quot;:5.95},{&quot;2026-08-04&quot;:5.98},{&quot;2026-08-05&quot;:5.98},{&quot;2026-08-07&quot;:5.78},{&quot;2026-08-08&quot;:5.78},{&quot;2026-08-09&quot;:5.79},{&quot;2026-08-10&quot;:5.79},{&quot;2026-08-11&quot;:5.75},{&quot;2026-08-12&quot;:5.75},{&quot;2026-08-13&quot;:5.72},{&quot;2026-08-14&quot;:5.39},{&quot;2026-08-15&quot;:5.48},{&quot;2026-08-16&quot;:5.41},{&quot;2026-08-17&quot;:5.54},{&quot;2026-08-18&quot;:5.3},{&quot;2026-08-19&quot;:5.34},{&quot;2026-08-20&quot;:5.34},{&quot;2026-08-21&quot;:5.34},{&quot;2026-08-22&quot;:5.36},{&quot;2026-08-23&quot;:5.34},{&quot;2026-08-24&quot;:5.63},{&quot;2026-08-25&quot;:5.79},{&quot;2026-08-26&quot;:5.82},{&quot;2026-08-27&quot;:5.89},{&quot;2026-08-28&quot;:5.91},{&quot;2026-08-29&quot;:5.91},{&quot;2026-08-30&quot;:5.91},{&quot;2026-08-31&quot;:6.01},{&quot;2026-09-01&quot;:6.01},{&quot;2026-09-02&quot;:6.04},{&quot;2026-09-03&quot;:6.17},{&quot;2026-09-04&quot;:6.19},{&quot;2026-09-05&quot;:6.19},{&quot;2026-09-06&quot;:6.05},{&quot;2026-09-07&quot;:6.04},{&quot;2026-09-08&quot;:6.16},{&quot;2026-09-09&quot;:6.14},{&quot;2026-09-10&quot;:6.22},{&quot;2026-09-11&quot;:6.24}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.88},{&quot;2026-06-14&quot;:5.67},{&quot;2026-06-15&quot;:5.58},{&quot;2026-06-16&quot;:5.5},{&quot;2026-06-17&quot;:5.45},{&quot;2026-06-18&quot;:5.35},{&quot;2026-06-19&quot;:5.35},{&quot;2026-06-20&quot;:5.25},{&quot;2026-06-21&quot;:5.29},{&quot;2026-06-22&quot;:5.21},{&quot;2026-06-23&quot;:5.21},{&quot;2026-06-24&quot;:5.41},{&quot;2026-06-25&quot;:5.45},{&quot;2026-06-26&quot;:5.39},{&quot;2026-06-27&quot;:5.29},{&quot;2026-06-28&quot;:5.18},{&quot;2026-06-29&quot;:5.25},{&quot;2026-06-30&quot;:5.31},{&quot;2026-07-01&quot;:5.37},{&quot;2026-07-02&quot;:5.36},{&quot;2026-07-03&quot;:5.33},{&quot;2026-07-04&quot;:5.2},{&quot;2026-07-05&quot;:5.14},{&quot;2026-07-06&quot;:5.06},{&quot;2026-07-07&quot;:4.96},{&quot;2026-07-08&quot;:5.17},{&quot;2026-07-09&quot;:5.28},{&quot;2026-07-10&quot;:5.27},{&quot;2026-07-11&quot;:5.05},{&quot;2026-07-12&quot;:4.75},{&quot;2026-07-13&quot;:4.61},{&quot;2026-07-14&quot;:4.78},{&quot;2026-07-15&quot;:4.97},{&quot;2026-07-16&quot;:4.85},{&quot;2026-07-17&quot;:4.84},{&quot;2026-07-18&quot;:5.29},{&quot;2026-07-19&quot;:5.29},{&quot;2026-07-20&quot;:5.22},{&quot;2026-07-21&quot;:5.23},{&quot;2026-07-22&quot;:5.11},{&quot;2026-07-23&quot;:5.08},{&quot;2026-07-24&quot;:4.87},{&quot;2026-07-25&quot;:4.94},{&quot;2026-07-26&quot;:4.84},{&quot;2026-07-27&quot;:4.93},{&quot;2026-07-28&quot;:5.17},{&quot;2026-07-29&quot;:5.14},{&quot;2026-07-30&quot;:5.11},{&quot;2026-07-31&quot;:4.91},{&quot;2026-08-01&quot;:4.84},{&quot;2026-08-02&quot;:4.86},{&quot;2026-08-03&quot;:4.82},{&quot;2026-08-04&quot;:4.88},{&quot;2026-08-05&quot;:4.83},{&quot;2026-08-07&quot;:4.79},{&quot;2026-08-08&quot;:4.7},{&quot;2026-08-09&quot;:4.71},{&quot;2026-08-10&quot;:4.77},{&quot;2026-08-11&quot;:5.02},{&quot;2026-08-12&quot;:5.09},{&quot;2026-08-13&quot;:5.04},{&quot;2026-08-14&quot;:4.76},{&quot;2026-08-15&quot;:4.55},{&quot;2026-08-16&quot;:5.07},{&quot;2026-08-17&quot;:5.31},{&quot;2026-08-18&quot;:5.29},{&quot;2026-08-19&quot;:5.05},{&quot;2026-08-20&quot;:5.21},{&quot;2026-08-21&quot;:5.16},{&quot;2026-08-22&quot;:4.91},{&quot;2026-08-23&quot;:4.73},{&quot;2026-08-24&quot;:4.82},{&quot;2026-08-25&quot;:5.22},{&quot;2026-08-26&quot;:5.39},{&quot;2026-08-27&quot;:5.39},{&quot;2026-08-28&quot;:5.62},{&quot;2026-08-29&quot;:5.62},{&quot;2026-08-30&quot;:5.64},{&quot;2026-08-31&quot;:5.56},{&quot;2026-09-01&quot;:5.6},{&quot;2026-09-02&quot;:5.74},{&quot;2026-09-03&quot;:5.75},{&quot;2026-09-04&quot;:5.9},{&quot;2026-09-05&quot;:5.9},{&quot;2026-09-06&quot;:5.95},{&quot;2026-09-07&quot;:5.85},{&quot;2026-09-08&quot;:5.73},{&quot;2026-09-09&quot;:5.82},{&quot;2026-09-10&quot;:5.75},{&quot;2026-09-11&quot;:5.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Herald&#39;s Horn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/178274fd-8b9b-4d69-a47e-31b29b776742.jpg?1783922390" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Herald&#39;s Horn
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Herald&#39;s Horn" src="https://cards.scryfall.io/large/front/1/7/178274fd-8b9b-4d69-a47e-31b29b776742.jpg?1783922390" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.05},{&quot;2026-06-11&quot;:5.05},{&quot;2026-06-12&quot;:5.05},{&quot;2026-06-13&quot;:5.09},{&quot;2026-06-14&quot;:5.09},{&quot;2026-06-15&quot;:5.09},{&quot;2026-06-16&quot;:5.02},{&quot;2026-06-17&quot;:5.02},{&quot;2026-06-18&quot;:5.02},{&quot;2026-06-19&quot;:5.02},{&quot;2026-06-20&quot;:5.05},{&quot;2026-06-21&quot;:4.94},{&quot;2026-06-22&quot;:4.94},{&quot;2026-06-23&quot;:4.95},{&quot;2026-06-24&quot;:4.99},{&quot;2026-06-25&quot;:5.02},{&quot;2026-06-26&quot;:5.02},{&quot;2026-06-27&quot;:5.02},{&quot;2026-06-28&quot;:5.02},{&quot;2026-06-29&quot;:5.01},{&quot;2026-06-30&quot;:5.01},{&quot;2026-07-01&quot;:5.02},{&quot;2026-07-02&quot;:5.0},{&quot;2026-07-03&quot;:5.0},{&quot;2026-07-04&quot;:5.0},{&quot;2026-07-05&quot;:4.99},{&quot;2026-07-06&quot;:5.03},{&quot;2026-07-07&quot;:5.03},{&quot;2026-07-08&quot;:5.03},{&quot;2026-07-09&quot;:4.99},{&quot;2026-07-10&quot;:5.03},{&quot;2026-07-11&quot;:5.03},{&quot;2026-07-12&quot;:5.03},{&quot;2026-07-13&quot;:5.07},{&quot;2026-07-14&quot;:5.11},{&quot;2026-07-15&quot;:5.12},{&quot;2026-07-16&quot;:5.12},{&quot;2026-07-17&quot;:5.12},{&quot;2026-07-18&quot;:5.12},{&quot;2026-07-19&quot;:5.12},{&quot;2026-07-20&quot;:5.17},{&quot;2026-07-21&quot;:5.17},{&quot;2026-07-23&quot;:5.16},{&quot;2026-07-25&quot;:5.2},{&quot;2026-07-26&quot;:5.2},{&quot;2026-07-27&quot;:5.2},{&quot;2026-07-29&quot;:5.21},{&quot;2026-07-30&quot;:5.21},{&quot;2026-07-31&quot;:5.07},{&quot;2026-08-01&quot;:5.07},{&quot;2026-08-02&quot;:5.07},{&quot;2026-08-03&quot;:5.07},{&quot;2026-08-04&quot;:5.07},{&quot;2026-08-05&quot;:5.07},{&quot;2026-08-07&quot;:5.01},{&quot;2026-08-08&quot;:5.02},{&quot;2026-08-09&quot;:5.02},{&quot;2026-08-10&quot;:5.02},{&quot;2026-08-11&quot;:5.05},{&quot;2026-08-12&quot;:5.05},{&quot;2026-08-13&quot;:5.05},{&quot;2026-08-14&quot;:5.09},{&quot;2026-08-15&quot;:5.13},{&quot;2026-08-16&quot;:5.13},{&quot;2026-08-17&quot;:5.08},{&quot;2026-08-18&quot;:5.11},{&quot;2026-08-19&quot;:5.11},{&quot;2026-08-20&quot;:5.11},{&quot;2026-08-21&quot;:5.11},{&quot;2026-08-22&quot;:5.11},{&quot;2026-08-23&quot;:5.32},{&quot;2026-08-24&quot;:5.42},{&quot;2026-08-25&quot;:5.42},{&quot;2026-08-26&quot;:5.43},{&quot;2026-08-27&quot;:5.43},{&quot;2026-08-28&quot;:5.45},{&quot;2026-08-29&quot;:5.45},{&quot;2026-08-30&quot;:5.45},{&quot;2026-08-31&quot;:5.4},{&quot;2026-09-01&quot;:5.4},{&quot;2026-09-02&quot;:5.41},{&quot;2026-09-03&quot;:5.37},{&quot;2026-09-04&quot;:5.37},{&quot;2026-09-05&quot;:5.54},{&quot;2026-09-06&quot;:5.58},{&quot;2026-09-07&quot;:5.59},{&quot;2026-09-08&quot;:5.55},{&quot;2026-09-09&quot;:5.55},{&quot;2026-09-10&quot;:5.61},{&quot;2026-09-11&quot;:5.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75887"
  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">
            Elenda, the Dusk Rose
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elenda, the Dusk Rose" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e18feca3-1b1b-4456-8873-25a24849a917.jpg?1783913851" />

        <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">
            Elenda, the Dusk Rose
        </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 — Vampire 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-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="Elenda, the Dusk Rose" src="https://cards.scryfall.io/large/front/e/1/e18feca3-1b1b-4456-8873-25a24849a917.jpg?1783913851" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.09},{&quot;2026-06-13&quot;:5.29},{&quot;2026-06-14&quot;:5.27},{&quot;2026-06-15&quot;:5.39},{&quot;2026-06-16&quot;:5.37},{&quot;2026-06-17&quot;:5.37},{&quot;2026-06-18&quot;:5.39},{&quot;2026-06-19&quot;:5.31},{&quot;2026-06-20&quot;:5.27},{&quot;2026-06-21&quot;:5.45},{&quot;2026-06-22&quot;:5.44},{&quot;2026-06-23&quot;:5.46},{&quot;2026-06-24&quot;:5.38},{&quot;2026-06-25&quot;:5.43},{&quot;2026-06-26&quot;:5.37},{&quot;2026-06-27&quot;:5.39},{&quot;2026-06-28&quot;:5.28},{&quot;2026-06-29&quot;:5.18},{&quot;2026-06-30&quot;:5.12},{&quot;2026-07-01&quot;:5.23},{&quot;2026-07-02&quot;:5.33},{&quot;2026-07-03&quot;:5.35},{&quot;2026-07-04&quot;:5.38},{&quot;2026-07-05&quot;:5.38},{&quot;2026-07-06&quot;:5.33},{&quot;2026-07-07&quot;:5.18},{&quot;2026-07-08&quot;:5.1},{&quot;2026-07-09&quot;:5.04},{&quot;2026-07-10&quot;:5.06},{&quot;2026-07-11&quot;:5.06},{&quot;2026-07-12&quot;:5.03},{&quot;2026-07-13&quot;:4.89},{&quot;2026-07-14&quot;:5.1},{&quot;2026-07-15&quot;:5.16},{&quot;2026-07-16&quot;:5.02},{&quot;2026-07-17&quot;:5.11},{&quot;2026-07-18&quot;:4.53},{&quot;2026-07-19&quot;:4.3},{&quot;2026-07-20&quot;:4.31},{&quot;2026-07-21&quot;:4.5},{&quot;2026-07-23&quot;:5.1},{&quot;2026-07-24&quot;:5.35},{&quot;2026-07-25&quot;:5.38},{&quot;2026-07-26&quot;:5.35},{&quot;2026-07-27&quot;:5.36},{&quot;2026-07-28&quot;:5.21},{&quot;2026-07-29&quot;:5.26},{&quot;2026-07-30&quot;:5.41},{&quot;2026-07-31&quot;:5.33},{&quot;2026-08-01&quot;:5.33},{&quot;2026-08-02&quot;:5.7},{&quot;2026-08-03&quot;:5.72},{&quot;2026-08-04&quot;:5.61},{&quot;2026-08-05&quot;:5.45},{&quot;2026-08-07&quot;:5.64},{&quot;2026-08-08&quot;:5.8},{&quot;2026-08-09&quot;:5.73},{&quot;2026-08-10&quot;:5.74},{&quot;2026-08-11&quot;:5.72},{&quot;2026-08-12&quot;:5.48},{&quot;2026-08-13&quot;:5.36},{&quot;2026-08-14&quot;:5.37},{&quot;2026-08-15&quot;:5.4},{&quot;2026-08-16&quot;:5.31},{&quot;2026-08-17&quot;:5.25},{&quot;2026-08-18&quot;:5.18},{&quot;2026-08-19&quot;:5.07},{&quot;2026-08-20&quot;:5.07},{&quot;2026-08-21&quot;:5.49},{&quot;2026-08-22&quot;:5.43},{&quot;2026-08-23&quot;:5.63},{&quot;2026-08-24&quot;:5.88},{&quot;2026-08-25&quot;:5.53},{&quot;2026-08-26&quot;:5.23},{&quot;2026-08-27&quot;:5.25},{&quot;2026-08-28&quot;:5.25},{&quot;2026-08-29&quot;:5.25},{&quot;2026-08-30&quot;:5.28},{&quot;2026-08-31&quot;:5.52},{&quot;2026-09-01&quot;:5.99},{&quot;2026-09-02&quot;:5.99},{&quot;2026-09-03&quot;:6.0},{&quot;2026-09-04&quot;:6.13},{&quot;2026-09-05&quot;:5.89},{&quot;2026-09-06&quot;:5.64},{&quot;2026-09-07&quot;:5.44},{&quot;2026-09-08&quot;:5.44},{&quot;2026-09-09&quot;:5.17},{&quot;2026-09-10&quot;:5.12},{&quot;2026-09-11&quot;:5.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77579"
  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">
            Stitch Together
        </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">
            $5.64
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Stitch Together
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Stitch Together" src="https://cards.scryfall.io/large/front/a/0/a00881c4-5bef-47b1-ad00-eb7422bd2225.jpg?1783921158" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.64
              </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.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-13&quot;:3.69},{&quot;2026-06-14&quot;:3.69},{&quot;2026-06-15&quot;:3.69},{&quot;2026-06-16&quot;:3.83},{&quot;2026-06-17&quot;:4.07},{&quot;2026-06-18&quot;:4.07},{&quot;2026-06-19&quot;:3.97},{&quot;2026-06-20&quot;:3.94},{&quot;2026-06-21&quot;:3.94},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-23&quot;:4.02},{&quot;2026-06-24&quot;:4.02},{&quot;2026-06-25&quot;:4.16},{&quot;2026-06-26&quot;:4.16},{&quot;2026-06-27&quot;:4.21},{&quot;2026-06-28&quot;:4.21},{&quot;2026-06-29&quot;:4.21},{&quot;2026-06-30&quot;:4.21},{&quot;2026-07-01&quot;:4.12},{&quot;2026-07-02&quot;:4.12},{&quot;2026-07-03&quot;:4.13},{&quot;2026-07-04&quot;:4.18},{&quot;2026-07-05&quot;:4.18},{&quot;2026-07-06&quot;:4.26},{&quot;2026-07-07&quot;:4.26},{&quot;2026-07-08&quot;:4.26},{&quot;2026-07-09&quot;:4.26},{&quot;2026-07-10&quot;:4.21},{&quot;2026-07-11&quot;:4.21},{&quot;2026-07-12&quot;:4.21},{&quot;2026-07-13&quot;:4.21},{&quot;2026-07-14&quot;:4.21},{&quot;2026-07-15&quot;:4.21},{&quot;2026-07-16&quot;:4.12},{&quot;2026-07-17&quot;:4.18},{&quot;2026-07-18&quot;:4.18},{&quot;2026-07-19&quot;:4.18},{&quot;2026-07-20&quot;:4.3},{&quot;2026-07-21&quot;:4.3},{&quot;2026-07-22&quot;:4.3},{&quot;2026-07-23&quot;:4.3},{&quot;2026-07-24&quot;:4.3},{&quot;2026-07-25&quot;:4.3},{&quot;2026-07-26&quot;:4.3},{&quot;2026-07-27&quot;:4.3},{&quot;2026-07-28&quot;:4.36},{&quot;2026-07-29&quot;:4.24},{&quot;2026-07-30&quot;:4.24},{&quot;2026-07-31&quot;:4.25},{&quot;2026-08-01&quot;:4.25},{&quot;2026-08-02&quot;:4.3},{&quot;2026-08-03&quot;:4.3},{&quot;2026-08-04&quot;:4.3},{&quot;2026-08-05&quot;:4.28},{&quot;2026-08-07&quot;:4.43},{&quot;2026-08-08&quot;:4.43},{&quot;2026-08-09&quot;:4.43},{&quot;2026-08-10&quot;:4.43},{&quot;2026-08-11&quot;:4.59},{&quot;2026-08-12&quot;:4.74},{&quot;2026-08-13&quot;:4.72},{&quot;2026-08-14&quot;:4.72},{&quot;2026-08-15&quot;:4.72},{&quot;2026-08-16&quot;:4.72},{&quot;2026-08-17&quot;:4.76},{&quot;2026-08-18&quot;:4.82},{&quot;2026-08-19&quot;:4.83},{&quot;2026-08-20&quot;:4.74},{&quot;2026-08-21&quot;:4.77},{&quot;2026-08-22&quot;:5.09},{&quot;2026-08-23&quot;:5.21},{&quot;2026-08-24&quot;:5.55},{&quot;2026-08-25&quot;:5.55},{&quot;2026-08-26&quot;:5.62},{&quot;2026-08-27&quot;:5.68},{&quot;2026-08-28&quot;:5.68},{&quot;2026-08-29&quot;:5.68},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.68},{&quot;2026-09-01&quot;:5.68},{&quot;2026-09-02&quot;:5.62},{&quot;2026-09-03&quot;:5.77},{&quot;2026-09-04&quot;:5.77},{&quot;2026-09-05&quot;:5.77},{&quot;2026-09-06&quot;:5.7},{&quot;2026-09-07&quot;:5.61},{&quot;2026-09-08&quot;:5.66},{&quot;2026-09-09&quot;:5.66},{&quot;2026-09-10&quot;:5.72},{&quot;2026-09-11&quot;:5.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="9763"
  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">
            Silent-Blade Oni
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Silent-Blade Oni" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/0/f0016f82-f428-4ee4-bf60-0199b22b8453.jpg?1783934270" />

        <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">
            Silent-Blade Oni
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Silent-Blade Oni" src="https://cards.scryfall.io/large/front/f/0/f0016f82-f428-4ee4-bf60-0199b22b8453.jpg?1783934270" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.62
              </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.90</span>
              <span class="text-xs text-grey-text">Credit: $2.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;normal&quot;:[{&quot;2026-06-13&quot;:6.84},{&quot;2026-06-14&quot;:7.0},{&quot;2026-06-15&quot;:7.0},{&quot;2026-06-16&quot;:7.0},{&quot;2026-06-17&quot;:6.98},{&quot;2026-06-18&quot;:6.98},{&quot;2026-06-19&quot;:6.86},{&quot;2026-06-20&quot;:6.86},{&quot;2026-06-21&quot;:6.86},{&quot;2026-06-22&quot;:6.86},{&quot;2026-06-23&quot;:6.86},{&quot;2026-06-24&quot;:6.86},{&quot;2026-06-25&quot;:6.86},{&quot;2026-06-26&quot;:6.83},{&quot;2026-06-27&quot;:6.83},{&quot;2026-06-28&quot;:6.78},{&quot;2026-06-29&quot;:6.78},{&quot;2026-06-30&quot;:6.78},{&quot;2026-07-01&quot;:6.71},{&quot;2026-07-02&quot;:6.71},{&quot;2026-07-03&quot;:6.71},{&quot;2026-07-04&quot;:6.71},{&quot;2026-07-05&quot;:6.71},{&quot;2026-07-06&quot;:6.65},{&quot;2026-07-07&quot;:6.65},{&quot;2026-07-08&quot;:6.65},{&quot;2026-07-09&quot;:6.65},{&quot;2026-07-10&quot;:6.67},{&quot;2026-07-11&quot;:6.6},{&quot;2026-07-12&quot;:6.6},{&quot;2026-07-13&quot;:6.56},{&quot;2026-07-14&quot;:6.56},{&quot;2026-07-15&quot;:6.56},{&quot;2026-07-16&quot;:6.57},{&quot;2026-07-17&quot;:6.57},{&quot;2026-07-18&quot;:6.42},{&quot;2026-07-19&quot;:6.11},{&quot;2026-07-20&quot;:6.11},{&quot;2026-07-21&quot;:6.11},{&quot;2026-07-22&quot;:6.02},{&quot;2026-07-23&quot;:5.91},{&quot;2026-07-24&quot;:5.91},{&quot;2026-07-25&quot;:5.87},{&quot;2026-07-26&quot;:5.72},{&quot;2026-07-27&quot;:5.64},{&quot;2026-07-28&quot;:5.56},{&quot;2026-07-29&quot;:5.41},{&quot;2026-07-30&quot;:5.41},{&quot;2026-07-31&quot;:5.27},{&quot;2026-08-01&quot;:5.27},{&quot;2026-08-02&quot;:5.27},{&quot;2026-08-03&quot;:5.27},{&quot;2026-08-04&quot;:5.28},{&quot;2026-08-05&quot;:5.3},{&quot;2026-08-07&quot;:5.2},{&quot;2026-08-08&quot;:5.29},{&quot;2026-08-09&quot;:5.29},{&quot;2026-08-10&quot;:5.25},{&quot;2026-08-11&quot;:5.25},{&quot;2026-08-12&quot;:5.25},{&quot;2026-08-13&quot;:5.25},{&quot;2026-08-14&quot;:5.25},{&quot;2026-08-15&quot;:5.18},{&quot;2026-08-16&quot;:5.26},{&quot;2026-08-17&quot;:5.26},{&quot;2026-08-18&quot;:5.26},{&quot;2026-08-19&quot;:5.26},{&quot;2026-08-20&quot;:5.32},{&quot;2026-08-21&quot;:5.24},{&quot;2026-08-22&quot;:5.44},{&quot;2026-08-23&quot;:5.44},{&quot;2026-08-24&quot;:5.41},{&quot;2026-08-25&quot;:5.41},{&quot;2026-08-26&quot;:5.41},{&quot;2026-08-27&quot;:5.44},{&quot;2026-08-28&quot;:5.44},{&quot;2026-08-29&quot;:5.44},{&quot;2026-08-30&quot;:5.54},{&quot;2026-08-31&quot;:5.58},{&quot;2026-09-01&quot;:5.58},{&quot;2026-09-02&quot;:5.58},{&quot;2026-09-03&quot;:5.58},{&quot;2026-09-04&quot;:5.58},{&quot;2026-09-05&quot;:5.63},{&quot;2026-09-06&quot;:5.63},{&quot;2026-09-07&quot;:5.63},{&quot;2026-09-08&quot;:5.63},{&quot;2026-09-09&quot;:5.61},{&quot;2026-09-10&quot;:5.61},{&quot;2026-09-11&quot;:5.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20521"
  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">
            Impervious Greatwurm
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Impervious Greatwurm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a1aa77ae-f685-48ee-85dc-ba6084cd30ba.jpg?1783921867" />

        <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">
            Impervious Greatwurm
        </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 — Wurm</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Impervious Greatwurm" src="https://cards.scryfall.io/large/front/a/1/a1aa77ae-f685-48ee-85dc-ba6084cd30ba.jpg?1783921867" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.96},{&quot;2026-06-14&quot;:3.96},{&quot;2026-06-15&quot;:3.96},{&quot;2026-06-16&quot;:3.96},{&quot;2026-06-17&quot;:3.96},{&quot;2026-06-18&quot;:3.96},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.96},{&quot;2026-06-21&quot;:3.96},{&quot;2026-06-22&quot;:3.96},{&quot;2026-06-23&quot;:3.96},{&quot;2026-06-24&quot;:3.96},{&quot;2026-06-25&quot;:3.96},{&quot;2026-06-26&quot;:3.96},{&quot;2026-06-27&quot;:3.96},{&quot;2026-06-28&quot;:3.96},{&quot;2026-06-29&quot;:3.96},{&quot;2026-06-30&quot;:3.96},{&quot;2026-07-01&quot;:3.93},{&quot;2026-07-02&quot;:3.93},{&quot;2026-07-03&quot;:4.05},{&quot;2026-07-04&quot;:4.05},{&quot;2026-07-05&quot;:4.05},{&quot;2026-07-06&quot;:4.05},{&quot;2026-07-07&quot;:4.05},{&quot;2026-07-08&quot;:4.05},{&quot;2026-07-09&quot;:4.05},{&quot;2026-07-10&quot;:4.05},{&quot;2026-07-11&quot;:4.05},{&quot;2026-07-12&quot;:4.05},{&quot;2026-07-13&quot;:4.11},{&quot;2026-07-14&quot;:4.11},{&quot;2026-07-15&quot;:4.11},{&quot;2026-07-16&quot;:4.11},{&quot;2026-07-17&quot;:4.11},{&quot;2026-07-18&quot;:4.11},{&quot;2026-07-19&quot;:4.12},{&quot;2026-07-20&quot;:4.12},{&quot;2026-07-21&quot;:4.12},{&quot;2026-07-22&quot;:4.13},{&quot;2026-07-23&quot;:4.13},{&quot;2026-07-24&quot;:4.13},{&quot;2026-07-25&quot;:4.13},{&quot;2026-07-26&quot;:4.08},{&quot;2026-07-27&quot;:4.08},{&quot;2026-07-28&quot;:4.07},{&quot;2026-07-29&quot;:4.07},{&quot;2026-07-30&quot;:4.07},{&quot;2026-07-31&quot;:4.07},{&quot;2026-08-01&quot;:4.07},{&quot;2026-08-02&quot;:4.07},{&quot;2026-08-03&quot;:4.07},{&quot;2026-08-04&quot;:4.07},{&quot;2026-08-05&quot;:4.07},{&quot;2026-08-07&quot;:4.07},{&quot;2026-08-08&quot;:4.07},{&quot;2026-08-09&quot;:4.07},{&quot;2026-08-10&quot;:4.07},{&quot;2026-08-11&quot;:4.07},{&quot;2026-08-12&quot;:4.02},{&quot;2026-08-13&quot;:4.02},{&quot;2026-08-14&quot;:4.02},{&quot;2026-08-15&quot;:4.02},{&quot;2026-08-16&quot;:4.07},{&quot;2026-08-17&quot;:4.07},{&quot;2026-08-18&quot;:4.07},{&quot;2026-08-19&quot;:4.07},{&quot;2026-08-20&quot;:4.07},{&quot;2026-08-21&quot;:4.07},{&quot;2026-08-22&quot;:4.07},{&quot;2026-08-23&quot;:4.07},{&quot;2026-08-24&quot;:4.07},{&quot;2026-08-25&quot;:4.07},{&quot;2026-08-26&quot;:3.98},{&quot;2026-08-27&quot;:3.98},{&quot;2026-08-28&quot;:3.98},{&quot;2026-08-29&quot;:3.98},{&quot;2026-08-30&quot;:3.98},{&quot;2026-08-31&quot;:3.98},{&quot;2026-09-01&quot;:3.97},{&quot;2026-09-02&quot;:3.97},{&quot;2026-09-03&quot;:3.97},{&quot;2026-09-04&quot;:3.97},{&quot;2026-09-05&quot;:3.97},{&quot;2026-09-06&quot;:3.99},{&quot;2026-09-07&quot;:3.99},{&quot;2026-09-08&quot;:3.99},{&quot;2026-09-09&quot;:3.99},{&quot;2026-09-10&quot;:3.99},{&quot;2026-09-11&quot;:3.99}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.8},{&quot;2026-06-14&quot;:4.8},{&quot;2026-06-15&quot;:4.9},{&quot;2026-06-16&quot;:4.9},{&quot;2026-06-17&quot;:4.89},{&quot;2026-06-18&quot;:5.05},{&quot;2026-06-19&quot;:5.1},{&quot;2026-06-20&quot;:5.12},{&quot;2026-06-21&quot;:5.08},{&quot;2026-06-22&quot;:5.08},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.23},{&quot;2026-06-25&quot;:5.26},{&quot;2026-06-26&quot;:5.28},{&quot;2026-06-27&quot;:5.14},{&quot;2026-06-28&quot;:5.1},{&quot;2026-06-29&quot;:5.19},{&quot;2026-06-30&quot;:5.27},{&quot;2026-07-01&quot;:5.25},{&quot;2026-07-02&quot;:5.25},{&quot;2026-07-03&quot;:5.18},{&quot;2026-07-04&quot;:5.23},{&quot;2026-07-05&quot;:5.2},{&quot;2026-07-06&quot;:5.21},{&quot;2026-07-07&quot;:5.08},{&quot;2026-07-08&quot;:4.9},{&quot;2026-07-09&quot;:4.86},{&quot;2026-07-10&quot;:4.98},{&quot;2026-07-11&quot;:4.9},{&quot;2026-07-12&quot;:4.9},{&quot;2026-07-13&quot;:4.77},{&quot;2026-07-14&quot;:4.9},{&quot;2026-07-15&quot;:4.97},{&quot;2026-07-16&quot;:5.04},{&quot;2026-07-17&quot;:5.04},{&quot;2026-07-18&quot;:5.04},{&quot;2026-07-19&quot;:5.04},{&quot;2026-07-20&quot;:5.04},{&quot;2026-07-21&quot;:5.05},{&quot;2026-07-22&quot;:5.19},{&quot;2026-07-23&quot;:5.14},{&quot;2026-07-24&quot;:5.14},{&quot;2026-07-25&quot;:5.12},{&quot;2026-07-26&quot;:5.12},{&quot;2026-07-27&quot;:5.05},{&quot;2026-07-28&quot;:4.96},{&quot;2026-07-29&quot;:4.96},{&quot;2026-07-30&quot;:4.91},{&quot;2026-07-31&quot;:4.92},{&quot;2026-08-01&quot;:4.92},{&quot;2026-08-02&quot;:4.91},{&quot;2026-08-03&quot;:4.86},{&quot;2026-08-04&quot;:4.76},{&quot;2026-08-05&quot;:4.69},{&quot;2026-08-07&quot;:4.82},{&quot;2026-08-08&quot;:4.77},{&quot;2026-08-09&quot;:4.78},{&quot;2026-08-10&quot;:4.78},{&quot;2026-08-11&quot;:4.78},{&quot;2026-08-12&quot;:4.78},{&quot;2026-08-13&quot;:4.86},{&quot;2026-08-14&quot;:5.01},{&quot;2026-08-15&quot;:5.27},{&quot;2026-08-16&quot;:5.26},{&quot;2026-08-17&quot;:5.27},{&quot;2026-08-18&quot;:5.17},{&quot;2026-08-19&quot;:5.22},{&quot;2026-08-20&quot;:5.22},{&quot;2026-08-21&quot;:5.27},{&quot;2026-08-22&quot;:5.29},{&quot;2026-08-23&quot;:5.29},{&quot;2026-08-24&quot;:5.29},{&quot;2026-08-25&quot;:5.37},{&quot;2026-08-26&quot;:5.42},{&quot;2026-08-27&quot;:5.45},{&quot;2026-08-28&quot;:5.41},{&quot;2026-08-29&quot;:5.41},{&quot;2026-08-30&quot;:5.24},{&quot;2026-08-31&quot;:5.51},{&quot;2026-09-01&quot;:5.61},{&quot;2026-09-02&quot;:5.7},{&quot;2026-09-03&quot;:5.83},{&quot;2026-09-04&quot;:5.8},{&quot;2026-09-05&quot;:5.73},{&quot;2026-09-06&quot;:5.73},{&quot;2026-09-07&quot;:5.72},{&quot;2026-09-08&quot;:5.71},{&quot;2026-09-09&quot;:5.75},{&quot;2026-09-10&quot;:5.62},{&quot;2026-09-11&quot;:5.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="36418"
  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">
            Deserted Beach
        </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">
            $5.62
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Deserted Beach" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/38367ee5-154b-44cb-8974-422038d039df.jpg?1783925545" />

        <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">
            Deserted Beach
        </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="Deserted Beach" src="https://cards.scryfall.io/large/front/3/8/38367ee5-154b-44cb-8974-422038d039df.jpg?1783925545" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.48},{&quot;2026-06-14&quot;:5.48},{&quot;2026-06-15&quot;:5.48},{&quot;2026-06-16&quot;:5.6},{&quot;2026-06-17&quot;:5.6},{&quot;2026-06-18&quot;:5.62},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.56},{&quot;2026-06-21&quot;:5.56},{&quot;2026-06-22&quot;:5.56},{&quot;2026-06-23&quot;:5.57},{&quot;2026-06-24&quot;:5.67},{&quot;2026-06-25&quot;:5.67},{&quot;2026-06-26&quot;:5.67},{&quot;2026-06-27&quot;:5.67},{&quot;2026-06-28&quot;:5.76},{&quot;2026-06-29&quot;:5.76},{&quot;2026-06-30&quot;:5.76},{&quot;2026-07-01&quot;:5.76},{&quot;2026-07-02&quot;:5.76},{&quot;2026-07-03&quot;:5.76},{&quot;2026-07-04&quot;:5.73},{&quot;2026-07-05&quot;:5.73},{&quot;2026-07-06&quot;:5.73},{&quot;2026-07-07&quot;:5.73},{&quot;2026-07-08&quot;:5.73},{&quot;2026-07-09&quot;:5.73},{&quot;2026-07-10&quot;:5.62},{&quot;2026-07-11&quot;:5.62},{&quot;2026-07-12&quot;:5.62},{&quot;2026-07-13&quot;:5.62},{&quot;2026-07-14&quot;:5.58},{&quot;2026-07-15&quot;:5.48},{&quot;2026-07-16&quot;:5.48},{&quot;2026-07-17&quot;:5.48},{&quot;2026-07-18&quot;:5.48},{&quot;2026-07-19&quot;:5.48},{&quot;2026-07-20&quot;:5.48},{&quot;2026-07-21&quot;:5.48},{&quot;2026-07-22&quot;:5.56},{&quot;2026-07-23&quot;:5.56},{&quot;2026-07-24&quot;:5.56},{&quot;2026-07-25&quot;:5.56},{&quot;2026-07-26&quot;:5.56},{&quot;2026-07-27&quot;:5.56},{&quot;2026-07-28&quot;:5.56},{&quot;2026-07-29&quot;:5.56},{&quot;2026-07-30&quot;:5.56},{&quot;2026-07-31&quot;:5.56},{&quot;2026-08-01&quot;:5.56},{&quot;2026-08-02&quot;:5.56},{&quot;2026-08-03&quot;:5.56},{&quot;2026-08-04&quot;:5.56},{&quot;2026-08-05&quot;:5.56},{&quot;2026-08-07&quot;:5.56},{&quot;2026-08-08&quot;:5.56},{&quot;2026-08-09&quot;:5.62},{&quot;2026-08-10&quot;:5.62},{&quot;2026-08-11&quot;:5.62},{&quot;2026-08-12&quot;:5.62},{&quot;2026-08-13&quot;:5.62},{&quot;2026-08-14&quot;:5.74},{&quot;2026-08-15&quot;:5.74},{&quot;2026-08-16&quot;:5.81},{&quot;2026-08-17&quot;:5.81},{&quot;2026-08-18&quot;:5.81},{&quot;2026-08-19&quot;:5.81},{&quot;2026-08-20&quot;:5.81},{&quot;2026-08-21&quot;:5.81},{&quot;2026-08-22&quot;:5.81},{&quot;2026-08-23&quot;:5.81},{&quot;2026-08-24&quot;:5.79},{&quot;2026-08-25&quot;:5.88},{&quot;2026-08-26&quot;:5.86},{&quot;2026-08-27&quot;:5.86},{&quot;2026-08-28&quot;:5.86},{&quot;2026-08-29&quot;:5.86},{&quot;2026-08-30&quot;:5.93},{&quot;2026-08-31&quot;:5.93},{&quot;2026-09-01&quot;:5.93},{&quot;2026-09-02&quot;:5.82},{&quot;2026-09-03&quot;:5.72},{&quot;2026-09-04&quot;:5.72},{&quot;2026-09-05&quot;:5.72},{&quot;2026-09-06&quot;:5.8},{&quot;2026-09-07&quot;:5.8},{&quot;2026-09-08&quot;:5.8},{&quot;2026-09-09&quot;:5.8},{&quot;2026-09-10&quot;:5.8},{&quot;2026-09-11&quot;:5.89}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.15},{&quot;2026-06-14&quot;:5.12},{&quot;2026-06-15&quot;:5.2},{&quot;2026-06-16&quot;:5.14},{&quot;2026-06-17&quot;:5.14},{&quot;2026-06-18&quot;:5.12},{&quot;2026-06-19&quot;:5.06},{&quot;2026-06-20&quot;:5.08},{&quot;2026-06-21&quot;:5.18},{&quot;2026-06-22&quot;:5.07},{&quot;2026-06-23&quot;:5.01},{&quot;2026-06-24&quot;:5.04},{&quot;2026-06-25&quot;:5.19},{&quot;2026-06-26&quot;:5.26},{&quot;2026-06-27&quot;:5.37},{&quot;2026-06-28&quot;:5.35},{&quot;2026-06-29&quot;:5.34},{&quot;2026-06-30&quot;:5.27},{&quot;2026-07-01&quot;:5.23},{&quot;2026-07-02&quot;:5.25},{&quot;2026-07-03&quot;:5.17},{&quot;2026-07-04&quot;:5.13},{&quot;2026-07-05&quot;:5.1},{&quot;2026-07-06&quot;:5.1},{&quot;2026-07-07&quot;:5.02},{&quot;2026-07-08&quot;:5.02},{&quot;2026-07-09&quot;:4.97},{&quot;2026-07-10&quot;:4.86},{&quot;2026-07-11&quot;:4.71},{&quot;2026-07-12&quot;:4.78},{&quot;2026-07-13&quot;:4.78},{&quot;2026-07-14&quot;:4.78},{&quot;2026-07-15&quot;:4.75},{&quot;2026-07-16&quot;:4.72},{&quot;2026-07-17&quot;:4.81},{&quot;2026-07-18&quot;:4.84},{&quot;2026-07-19&quot;:4.93},{&quot;2026-07-20&quot;:5.03},{&quot;2026-07-21&quot;:5.24},{&quot;2026-07-22&quot;:5.25},{&quot;2026-07-23&quot;:5.32},{&quot;2026-07-24&quot;:5.29},{&quot;2026-07-25&quot;:5.32},{&quot;2026-07-26&quot;:5.33},{&quot;2026-07-27&quot;:5.39},{&quot;2026-07-28&quot;:5.33},{&quot;2026-07-29&quot;:5.34},{&quot;2026-07-30&quot;:5.31},{&quot;2026-07-31&quot;:5.43},{&quot;2026-08-01&quot;:5.38},{&quot;2026-08-02&quot;:5.38},{&quot;2026-08-03&quot;:5.35},{&quot;2026-08-04&quot;:5.47},{&quot;2026-08-05&quot;:5.08},{&quot;2026-08-07&quot;:5.05},{&quot;2026-08-08&quot;:5.04},{&quot;2026-08-09&quot;:5.04},{&quot;2026-08-10&quot;:5.01},{&quot;2026-08-11&quot;:5.01},{&quot;2026-08-12&quot;:5.1},{&quot;2026-08-13&quot;:5.03},{&quot;2026-08-14&quot;:5.02},{&quot;2026-08-15&quot;:4.98},{&quot;2026-08-16&quot;:4.97},{&quot;2026-08-17&quot;:5.23},{&quot;2026-08-18&quot;:5.21},{&quot;2026-08-19&quot;:5.16},{&quot;2026-08-20&quot;:5.18},{&quot;2026-08-21&quot;:5.24},{&quot;2026-08-22&quot;:5.4},{&quot;2026-08-23&quot;:5.6},{&quot;2026-08-24&quot;:5.59},{&quot;2026-08-25&quot;:5.66},{&quot;2026-08-26&quot;:5.7},{&quot;2026-08-27&quot;:5.69},{&quot;2026-08-28&quot;:5.66},{&quot;2026-08-29&quot;:5.66},{&quot;2026-08-30&quot;:5.69},{&quot;2026-08-31&quot;:5.66},{&quot;2026-09-01&quot;:5.54},{&quot;2026-09-02&quot;:5.52},{&quot;2026-09-03&quot;:5.54},{&quot;2026-09-04&quot;:5.54},{&quot;2026-09-05&quot;:5.59},{&quot;2026-09-06&quot;:5.53},{&quot;2026-09-07&quot;:5.53},{&quot;2026-09-08&quot;:5.54},{&quot;2026-09-09&quot;:5.66},{&quot;2026-09-10&quot;:5.57},{&quot;2026-09-11&quot;:5.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mirror Box" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d507daa3-3f16-4ab1-81ea-794e5bb488fc.jpg?1783923824" />

        <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">
            Mirror Box
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mirror Box" src="https://cards.scryfall.io/large/front/d/5/d507daa3-3f16-4ab1-81ea-794e5bb488fc.jpg?1783923824" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:6.0},{&quot;2026-06-10&quot;:5.88},{&quot;2026-06-11&quot;:5.88},{&quot;2026-06-12&quot;:5.88},{&quot;2026-06-13&quot;:5.88},{&quot;2026-06-14&quot;:5.88},{&quot;2026-06-15&quot;:5.88},{&quot;2026-06-16&quot;:5.88},{&quot;2026-06-17&quot;:5.88},{&quot;2026-06-18&quot;:5.88},{&quot;2026-06-19&quot;:5.88},{&quot;2026-06-20&quot;:5.88},{&quot;2026-06-21&quot;:5.93},{&quot;2026-06-22&quot;:5.84},{&quot;2026-06-24&quot;:5.87},{&quot;2026-06-25&quot;:5.87},{&quot;2026-06-26&quot;:5.87},{&quot;2026-06-27&quot;:5.91},{&quot;2026-06-28&quot;:5.91},{&quot;2026-06-29&quot;:5.8},{&quot;2026-06-30&quot;:5.53},{&quot;2026-07-01&quot;:5.53},{&quot;2026-07-02&quot;:5.45},{&quot;2026-07-03&quot;:5.43},{&quot;2026-07-04&quot;:5.37},{&quot;2026-07-05&quot;:5.26},{&quot;2026-07-06&quot;:5.19},{&quot;2026-07-07&quot;:5.19},{&quot;2026-07-08&quot;:5.17},{&quot;2026-07-09&quot;:5.08},{&quot;2026-07-10&quot;:4.94},{&quot;2026-07-11&quot;:4.95},{&quot;2026-07-12&quot;:5.01},{&quot;2026-07-13&quot;:5.01},{&quot;2026-07-14&quot;:5.01},{&quot;2026-07-15&quot;:4.98},{&quot;2026-07-16&quot;:4.98},{&quot;2026-07-17&quot;:4.98},{&quot;2026-07-18&quot;:4.98},{&quot;2026-07-19&quot;:5.04},{&quot;2026-07-20&quot;:5.1},{&quot;2026-07-21&quot;:5.17},{&quot;2026-07-23&quot;:5.2},{&quot;2026-07-25&quot;:5.22},{&quot;2026-07-26&quot;:5.22},{&quot;2026-07-27&quot;:5.17},{&quot;2026-07-29&quot;:5.17},{&quot;2026-07-30&quot;:5.17},{&quot;2026-07-31&quot;:5.17},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.39},{&quot;2026-08-03&quot;:5.39},{&quot;2026-08-04&quot;:5.39},{&quot;2026-08-05&quot;:5.39},{&quot;2026-08-07&quot;:5.42},{&quot;2026-08-08&quot;:5.44},{&quot;2026-08-09&quot;:5.5},{&quot;2026-08-10&quot;:5.52},{&quot;2026-08-11&quot;:5.55},{&quot;2026-08-12&quot;:5.55},{&quot;2026-08-13&quot;:5.55},{&quot;2026-08-14&quot;:5.55},{&quot;2026-08-15&quot;:5.55},{&quot;2026-08-16&quot;:5.55},{&quot;2026-08-17&quot;:5.55},{&quot;2026-08-18&quot;:5.55},{&quot;2026-08-19&quot;:5.55},{&quot;2026-08-20&quot;:5.55},{&quot;2026-08-21&quot;:5.55},{&quot;2026-08-22&quot;:5.55},{&quot;2026-08-23&quot;:5.55},{&quot;2026-08-24&quot;:5.52},{&quot;2026-08-25&quot;:5.52},{&quot;2026-08-26&quot;:5.57},{&quot;2026-08-27&quot;:5.51},{&quot;2026-08-28&quot;:5.51},{&quot;2026-08-29&quot;:5.51},{&quot;2026-08-30&quot;:5.51},{&quot;2026-08-31&quot;:5.45},{&quot;2026-09-01&quot;:5.45},{&quot;2026-09-02&quot;:5.52},{&quot;2026-09-03&quot;:5.52},{&quot;2026-09-04&quot;:5.36},{&quot;2026-09-05&quot;:5.42},{&quot;2026-09-06&quot;:5.42},{&quot;2026-09-07&quot;:5.26},{&quot;2026-09-08&quot;:5.26},{&quot;2026-09-09&quot;:5.26},{&quot;2026-09-10&quot;:5.26},{&quot;2026-09-11&quot;:5.26}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.13},{&quot;2026-06-10&quot;:5.02},{&quot;2026-06-11&quot;:4.69},{&quot;2026-06-12&quot;:4.69},{&quot;2026-06-13&quot;:4.87},{&quot;2026-06-14&quot;:5.18},{&quot;2026-06-15&quot;:5.42},{&quot;2026-06-16&quot;:5.52},{&quot;2026-06-17&quot;:5.71},{&quot;2026-06-18&quot;:5.65},{&quot;2026-06-19&quot;:5.64},{&quot;2026-06-20&quot;:5.65},{&quot;2026-06-21&quot;:5.24},{&quot;2026-06-22&quot;:5.0},{&quot;2026-06-24&quot;:5.0},{&quot;2026-06-25&quot;:4.89},{&quot;2026-06-26&quot;:4.96},{&quot;2026-06-27&quot;:5.0},{&quot;2026-06-28&quot;:4.81},{&quot;2026-06-29&quot;:4.91},{&quot;2026-06-30&quot;:4.68},{&quot;2026-07-01&quot;:4.68},{&quot;2026-07-02&quot;:4.66},{&quot;2026-07-03&quot;:4.71},{&quot;2026-07-04&quot;:4.81},{&quot;2026-07-05&quot;:4.94},{&quot;2026-07-06&quot;:4.92},{&quot;2026-07-07&quot;:4.86},{&quot;2026-07-08&quot;:4.88},{&quot;2026-07-09&quot;:4.94},{&quot;2026-07-10&quot;:4.92},{&quot;2026-07-11&quot;:4.79},{&quot;2026-07-12&quot;:4.83},{&quot;2026-07-13&quot;:4.86},{&quot;2026-07-14&quot;:5.14},{&quot;2026-07-15&quot;:5.31},{&quot;2026-07-16&quot;:5.37},{&quot;2026-07-17&quot;:5.37},{&quot;2026-07-18&quot;:5.69},{&quot;2026-07-19&quot;:5.62},{&quot;2026-07-20&quot;:5.42},{&quot;2026-07-21&quot;:5.29},{&quot;2026-07-23&quot;:5.07},{&quot;2026-07-25&quot;:5.15},{&quot;2026-07-26&quot;:5.03},{&quot;2026-07-27&quot;:5.06},{&quot;2026-07-29&quot;:5.4},{&quot;2026-07-30&quot;:5.48},{&quot;2026-07-31&quot;:5.43},{&quot;2026-08-01&quot;:5.49},{&quot;2026-08-02&quot;:5.44},{&quot;2026-08-03&quot;:5.23},{&quot;2026-08-04&quot;:5.39},{&quot;2026-08-05&quot;:5.38},{&quot;2026-08-07&quot;:5.41},{&quot;2026-08-08&quot;:5.57},{&quot;2026-08-09&quot;:5.51},{&quot;2026-08-10&quot;:5.64},{&quot;2026-08-11&quot;:5.53},{&quot;2026-08-12&quot;:5.64},{&quot;2026-08-13&quot;:5.46},{&quot;2026-08-14&quot;:5.32},{&quot;2026-08-15&quot;:5.32},{&quot;2026-08-16&quot;:5.35},{&quot;2026-08-17&quot;:5.3},{&quot;2026-08-18&quot;:5.49},{&quot;2026-08-19&quot;:5.64},{&quot;2026-08-20&quot;:5.64},{&quot;2026-08-21&quot;:5.07},{&quot;2026-08-22&quot;:5.09},{&quot;2026-08-23&quot;:5.41},{&quot;2026-08-24&quot;:5.43},{&quot;2026-08-25&quot;:5.43},{&quot;2026-08-26&quot;:5.39},{&quot;2026-08-27&quot;:5.4},{&quot;2026-08-28&quot;:5.54},{&quot;2026-08-29&quot;:5.54},{&quot;2026-08-30&quot;:5.78},{&quot;2026-08-31&quot;:5.74},{&quot;2026-09-01&quot;:5.74},{&quot;2026-09-02&quot;:5.65},{&quot;2026-09-03&quot;:5.65},{&quot;2026-09-04&quot;:5.78},{&quot;2026-09-05&quot;:5.72},{&quot;2026-09-06&quot;:5.64},{&quot;2026-09-07&quot;:5.47},{&quot;2026-09-08&quot;:5.7},{&quot;2026-09-09&quot;:5.73},{&quot;2026-09-10&quot;:5.67},{&quot;2026-09-11&quot;:5.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Herald&#39;s Horn
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Herald&#39;s Horn" src="https://cards.scryfall.io/large/front/4/b/4bfa71d4-4125-4404-9c24-979401bae592.jpg?1783913840" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.03},{&quot;2026-06-14&quot;:5.05},{&quot;2026-06-15&quot;:5.03},{&quot;2026-06-16&quot;:4.98},{&quot;2026-06-17&quot;:4.96},{&quot;2026-06-18&quot;:4.91},{&quot;2026-06-19&quot;:4.85},{&quot;2026-06-20&quot;:4.87},{&quot;2026-06-21&quot;:4.85},{&quot;2026-06-22&quot;:4.85},{&quot;2026-06-23&quot;:4.99},{&quot;2026-06-24&quot;:4.93},{&quot;2026-06-25&quot;:4.98},{&quot;2026-06-26&quot;:5.01},{&quot;2026-06-27&quot;:5.07},{&quot;2026-06-28&quot;:5.14},{&quot;2026-06-29&quot;:5.12},{&quot;2026-06-30&quot;:5.13},{&quot;2026-07-01&quot;:5.11},{&quot;2026-07-02&quot;:5.11},{&quot;2026-07-03&quot;:5.11},{&quot;2026-07-04&quot;:5.11},{&quot;2026-07-05&quot;:4.96},{&quot;2026-07-06&quot;:4.93},{&quot;2026-07-07&quot;:4.81},{&quot;2026-07-08&quot;:4.53},{&quot;2026-07-09&quot;:4.39},{&quot;2026-07-10&quot;:4.39},{&quot;2026-07-11&quot;:4.45},{&quot;2026-07-12&quot;:4.5},{&quot;2026-07-13&quot;:4.58},{&quot;2026-07-14&quot;:4.48},{&quot;2026-07-15&quot;:4.37},{&quot;2026-07-16&quot;:4.41},{&quot;2026-07-17&quot;:4.43},{&quot;2026-07-18&quot;:4.58},{&quot;2026-07-19&quot;:4.58},{&quot;2026-07-20&quot;:4.59},{&quot;2026-07-21&quot;:4.78},{&quot;2026-07-22&quot;:4.86},{&quot;2026-07-23&quot;:4.9},{&quot;2026-07-24&quot;:4.94},{&quot;2026-07-25&quot;:4.84},{&quot;2026-07-26&quot;:4.79},{&quot;2026-07-27&quot;:4.89},{&quot;2026-07-28&quot;:5.01},{&quot;2026-07-29&quot;:5.07},{&quot;2026-07-30&quot;:5.08},{&quot;2026-07-31&quot;:5.11},{&quot;2026-08-01&quot;:4.74},{&quot;2026-08-02&quot;:4.62},{&quot;2026-08-03&quot;:4.62},{&quot;2026-08-04&quot;:4.55},{&quot;2026-08-05&quot;:4.69},{&quot;2026-08-07&quot;:4.81},{&quot;2026-08-08&quot;:4.8},{&quot;2026-08-09&quot;:4.9},{&quot;2026-08-10&quot;:5.02},{&quot;2026-08-11&quot;:4.99},{&quot;2026-08-12&quot;:5.05},{&quot;2026-08-13&quot;:5.05},{&quot;2026-08-14&quot;:5.0},{&quot;2026-08-15&quot;:5.16},{&quot;2026-08-16&quot;:5.04},{&quot;2026-08-17&quot;:5.17},{&quot;2026-08-18&quot;:5.15},{&quot;2026-08-19&quot;:5.21},{&quot;2026-08-20&quot;:5.17},{&quot;2026-08-21&quot;:5.15},{&quot;2026-08-22&quot;:5.07},{&quot;2026-08-23&quot;:5.05},{&quot;2026-08-24&quot;:5.04},{&quot;2026-08-25&quot;:5.1},{&quot;2026-08-26&quot;:5.1},{&quot;2026-08-27&quot;:5.03},{&quot;2026-08-28&quot;:5.13},{&quot;2026-08-29&quot;:5.13},{&quot;2026-08-30&quot;:5.33},{&quot;2026-08-31&quot;:5.5},{&quot;2026-09-01&quot;:5.57},{&quot;2026-09-02&quot;:5.73},{&quot;2026-09-03&quot;:5.86},{&quot;2026-09-04&quot;:5.77},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:4.97},{&quot;2026-09-07&quot;:5.15},{&quot;2026-09-08&quot;:5.32},{&quot;2026-09-09&quot;:5.53},{&quot;2026-09-10&quot;:5.48},{&quot;2026-09-11&quot;:5.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Court of Ambition" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5deb0185-62b3-474b-83a1-25473fdae4fa.jpg?1783928844" />

        <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">
            Court of Ambition
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Court of Ambition" src="https://cards.scryfall.io/large/front/5/d/5deb0185-62b3-474b-83a1-25473fdae4fa.jpg?1783928844" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.51},{&quot;2026-06-14&quot;:5.51},{&quot;2026-06-15&quot;:5.51},{&quot;2026-06-16&quot;:5.53},{&quot;2026-06-17&quot;:5.53},{&quot;2026-06-18&quot;:5.53},{&quot;2026-06-19&quot;:5.53},{&quot;2026-06-20&quot;:5.53},{&quot;2026-06-21&quot;:5.53},{&quot;2026-06-22&quot;:5.53},{&quot;2026-06-23&quot;:5.57},{&quot;2026-06-24&quot;:5.57},{&quot;2026-06-25&quot;:5.57},{&quot;2026-06-26&quot;:5.57},{&quot;2026-06-27&quot;:5.57},{&quot;2026-06-28&quot;:5.57},{&quot;2026-06-29&quot;:5.57},{&quot;2026-06-30&quot;:5.61},{&quot;2026-07-01&quot;:5.75},{&quot;2026-07-02&quot;:5.75},{&quot;2026-07-03&quot;:5.75},{&quot;2026-07-04&quot;:5.69},{&quot;2026-07-05&quot;:5.77},{&quot;2026-07-06&quot;:5.77},{&quot;2026-07-07&quot;:5.75},{&quot;2026-07-08&quot;:5.75},{&quot;2026-07-09&quot;:5.7},{&quot;2026-07-10&quot;:5.7},{&quot;2026-07-11&quot;:5.7},{&quot;2026-07-12&quot;:5.7},{&quot;2026-07-13&quot;:5.7},{&quot;2026-07-14&quot;:5.7},{&quot;2026-07-15&quot;:5.69},{&quot;2026-07-16&quot;:5.69},{&quot;2026-07-17&quot;:5.48},{&quot;2026-07-18&quot;:5.48},{&quot;2026-07-19&quot;:5.52},{&quot;2026-07-20&quot;:5.5},{&quot;2026-07-21&quot;:5.51},{&quot;2026-07-22&quot;:5.51},{&quot;2026-07-23&quot;:5.51},{&quot;2026-07-24&quot;:5.51},{&quot;2026-07-25&quot;:5.51},{&quot;2026-07-26&quot;:5.51},{&quot;2026-07-27&quot;:5.61},{&quot;2026-07-28&quot;:5.61},{&quot;2026-07-29&quot;:5.64},{&quot;2026-07-30&quot;:5.64},{&quot;2026-07-31&quot;:5.63},{&quot;2026-08-01&quot;:5.63},{&quot;2026-08-02&quot;:5.63},{&quot;2026-08-03&quot;:5.63},{&quot;2026-08-04&quot;:5.63},{&quot;2026-08-05&quot;:5.7},{&quot;2026-08-07&quot;:5.78},{&quot;2026-08-08&quot;:5.78},{&quot;2026-08-09&quot;:5.78},{&quot;2026-08-10&quot;:5.78},{&quot;2026-08-11&quot;:5.78},{&quot;2026-08-12&quot;:5.78},{&quot;2026-08-13&quot;:5.78},{&quot;2026-08-14&quot;:5.78},{&quot;2026-08-15&quot;:5.83},{&quot;2026-08-16&quot;:5.83},{&quot;2026-08-17&quot;:5.79},{&quot;2026-08-18&quot;:5.79},{&quot;2026-08-19&quot;:5.79},{&quot;2026-08-20&quot;:5.91},{&quot;2026-08-21&quot;:5.91},{&quot;2026-08-22&quot;:5.91},{&quot;2026-08-23&quot;:5.91},{&quot;2026-08-24&quot;:5.91},{&quot;2026-08-25&quot;:5.91},{&quot;2026-08-26&quot;:5.98},{&quot;2026-08-27&quot;:5.98},{&quot;2026-08-28&quot;:5.98},{&quot;2026-08-29&quot;:5.98},{&quot;2026-08-30&quot;:5.93},{&quot;2026-08-31&quot;:5.93},{&quot;2026-09-01&quot;:5.93},{&quot;2026-09-02&quot;:5.77},{&quot;2026-09-03&quot;:5.77},{&quot;2026-09-04&quot;:5.81},{&quot;2026-09-05&quot;:5.81},{&quot;2026-09-06&quot;:5.77},{&quot;2026-09-07&quot;:5.77},{&quot;2026-09-08&quot;:5.77},{&quot;2026-09-09&quot;:5.77},{&quot;2026-09-10&quot;:5.77},{&quot;2026-09-11&quot;:5.77}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.78},{&quot;2026-06-14&quot;:5.64},{&quot;2026-06-15&quot;:5.61},{&quot;2026-06-16&quot;:5.61},{&quot;2026-06-17&quot;:5.39},{&quot;2026-06-18&quot;:5.55},{&quot;2026-06-19&quot;:5.53},{&quot;2026-06-20&quot;:5.39},{&quot;2026-06-21&quot;:5.51},{&quot;2026-06-22&quot;:5.5},{&quot;2026-06-23&quot;:5.25},{&quot;2026-06-24&quot;:5.25},{&quot;2026-06-25&quot;:5.25},{&quot;2026-06-26&quot;:5.3},{&quot;2026-06-27&quot;:5.3},{&quot;2026-06-28&quot;:5.15},{&quot;2026-06-29&quot;:5.66},{&quot;2026-06-30&quot;:6.03},{&quot;2026-07-01&quot;:6.29},{&quot;2026-07-02&quot;:6.3},{&quot;2026-07-03&quot;:6.3},{&quot;2026-07-04&quot;:6.11},{&quot;2026-07-05&quot;:5.77},{&quot;2026-07-06&quot;:5.08},{&quot;2026-07-07&quot;:4.88},{&quot;2026-07-08&quot;:4.92},{&quot;2026-07-09&quot;:4.9},{&quot;2026-07-10&quot;:5.36},{&quot;2026-07-11&quot;:5.56},{&quot;2026-07-12&quot;:5.63},{&quot;2026-07-13&quot;:5.63},{&quot;2026-07-14&quot;:5.58},{&quot;2026-07-15&quot;:5.62},{&quot;2026-07-16&quot;:5.63},{&quot;2026-07-17&quot;:5.57},{&quot;2026-07-18&quot;:5.46},{&quot;2026-07-19&quot;:5.39},{&quot;2026-07-20&quot;:5.46},{&quot;2026-07-21&quot;:5.5},{&quot;2026-07-22&quot;:5.4},{&quot;2026-07-23&quot;:5.7},{&quot;2026-07-24&quot;:5.76},{&quot;2026-07-25&quot;:6.08},{&quot;2026-07-26&quot;:6.07},{&quot;2026-07-27&quot;:6.18},{&quot;2026-07-28&quot;:6.23},{&quot;2026-07-29&quot;:6.21},{&quot;2026-07-30&quot;:6.01},{&quot;2026-07-31&quot;:6.09},{&quot;2026-08-01&quot;:5.71},{&quot;2026-08-02&quot;:5.46},{&quot;2026-08-03&quot;:5.28},{&quot;2026-08-04&quot;:5.09},{&quot;2026-08-05&quot;:5.41},{&quot;2026-08-07&quot;:6.26},{&quot;2026-08-08&quot;:6.26},{&quot;2026-08-09&quot;:6.28},{&quot;2026-08-10&quot;:6.2},{&quot;2026-08-11&quot;:6.51},{&quot;2026-08-12&quot;:6.79},{&quot;2026-08-13&quot;:7.23},{&quot;2026-08-14&quot;:7.05},{&quot;2026-08-15&quot;:6.71},{&quot;2026-08-16&quot;:7.11},{&quot;2026-08-17&quot;:7.12},{&quot;2026-08-18&quot;:6.84},{&quot;2026-08-19&quot;:6.44},{&quot;2026-08-20&quot;:5.96},{&quot;2026-08-21&quot;:5.89},{&quot;2026-08-22&quot;:5.85},{&quot;2026-08-23&quot;:5.88},{&quot;2026-08-24&quot;:5.7},{&quot;2026-08-25&quot;:5.6},{&quot;2026-08-26&quot;:5.58},{&quot;2026-08-27&quot;:5.7},{&quot;2026-08-28&quot;:5.76},{&quot;2026-08-29&quot;:5.76},{&quot;2026-08-30&quot;:6.51},{&quot;2026-08-31&quot;:7.37},{&quot;2026-09-01&quot;:7.62},{&quot;2026-09-02&quot;:8.02},{&quot;2026-09-03&quot;:7.81},{&quot;2026-09-04&quot;:7.81},{&quot;2026-09-05&quot;:7.09},{&quot;2026-09-06&quot;:6.74},{&quot;2026-09-07&quot;:6.58},{&quot;2026-09-08&quot;:6.58},{&quot;2026-09-09&quot;:6.44},{&quot;2026-09-10&quot;:6.06},{&quot;2026-09-11&quot;:5.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Vanquisher&#39;s Banner
        </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-5'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vanquisher&#39;s Banner" src="https://cards.scryfall.io/large/front/e/f/efa6944e-b5e2-4584-ae37-f5b59a8ec75e.jpg?1783913835" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.32},{&quot;2026-06-12&quot;:4.33},{&quot;2026-06-13&quot;:4.31},{&quot;2026-06-14&quot;:4.2},{&quot;2026-06-15&quot;:4.2},{&quot;2026-06-16&quot;:4.19},{&quot;2026-06-17&quot;:4.2},{&quot;2026-06-18&quot;:4.2},{&quot;2026-06-19&quot;:4.14},{&quot;2026-06-20&quot;:4.27},{&quot;2026-06-21&quot;:4.29},{&quot;2026-06-22&quot;:4.26},{&quot;2026-06-23&quot;:4.39},{&quot;2026-06-24&quot;:4.52},{&quot;2026-06-25&quot;:4.51},{&quot;2026-06-26&quot;:4.47},{&quot;2026-06-27&quot;:4.37},{&quot;2026-06-28&quot;:4.41},{&quot;2026-06-29&quot;:4.35},{&quot;2026-06-30&quot;:4.29},{&quot;2026-07-01&quot;:4.27},{&quot;2026-07-02&quot;:4.47},{&quot;2026-07-03&quot;:4.61},{&quot;2026-07-04&quot;:4.85},{&quot;2026-07-05&quot;:4.85},{&quot;2026-07-06&quot;:4.76},{&quot;2026-07-07&quot;:4.82},{&quot;2026-07-08&quot;:4.6},{&quot;2026-07-09&quot;:4.78},{&quot;2026-07-10&quot;:4.78},{&quot;2026-07-11&quot;:4.73},{&quot;2026-07-12&quot;:4.67},{&quot;2026-07-13&quot;:4.6},{&quot;2026-07-14&quot;:4.66},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.63},{&quot;2026-07-17&quot;:4.58},{&quot;2026-07-18&quot;:4.51},{&quot;2026-07-19&quot;:4.54},{&quot;2026-07-20&quot;:4.81},{&quot;2026-07-21&quot;:4.98},{&quot;2026-07-23&quot;:4.91},{&quot;2026-07-25&quot;:4.84},{&quot;2026-07-26&quot;:4.9},{&quot;2026-07-27&quot;:4.98},{&quot;2026-07-28&quot;:4.92},{&quot;2026-07-29&quot;:4.95},{&quot;2026-07-30&quot;:4.92},{&quot;2026-07-31&quot;:4.83},{&quot;2026-08-01&quot;:4.83},{&quot;2026-08-02&quot;:4.75},{&quot;2026-08-03&quot;:4.79},{&quot;2026-08-04&quot;:4.94},{&quot;2026-08-05&quot;:4.97},{&quot;2026-08-07&quot;:5.07},{&quot;2026-08-08&quot;:4.99},{&quot;2026-08-09&quot;:5.14},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.12},{&quot;2026-08-12&quot;:5.13},{&quot;2026-08-13&quot;:5.09},{&quot;2026-08-14&quot;:5.05},{&quot;2026-08-15&quot;:5.0},{&quot;2026-08-16&quot;:5.01},{&quot;2026-08-17&quot;:4.94},{&quot;2026-08-18&quot;:5.02},{&quot;2026-08-19&quot;:5.04},{&quot;2026-08-20&quot;:5.04},{&quot;2026-08-21&quot;:5.21},{&quot;2026-08-22&quot;:5.2},{&quot;2026-08-23&quot;:5.31},{&quot;2026-08-24&quot;:5.23},{&quot;2026-08-25&quot;:5.14},{&quot;2026-08-26&quot;:5.36},{&quot;2026-08-27&quot;:5.26},{&quot;2026-08-28&quot;:5.14},{&quot;2026-08-29&quot;:5.14},{&quot;2026-08-30&quot;:5.35},{&quot;2026-08-31&quot;:5.25},{&quot;2026-09-01&quot;:5.25},{&quot;2026-09-02&quot;:5.32},{&quot;2026-09-03&quot;:5.3},{&quot;2026-09-04&quot;:5.55},{&quot;2026-09-05&quot;:5.7},{&quot;2026-09-06&quot;:5.99},{&quot;2026-09-07&quot;:6.14},{&quot;2026-09-08&quot;:5.94},{&quot;2026-09-09&quot;:5.69},{&quot;2026-09-10&quot;:5.37},{&quot;2026-09-11&quot;:5.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Hordewing Skaab
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hordewing Skaab" src="https://cards.scryfall.io/large/front/6/e/6e67802e-e0d9-4989-b1c2-77ef2ff69796.jpg?1783925379" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.1},{&quot;2026-06-11&quot;:5.1},{&quot;2026-06-12&quot;:5.1},{&quot;2026-06-13&quot;:5.16},{&quot;2026-06-14&quot;:5.16},{&quot;2026-06-15&quot;:5.39},{&quot;2026-06-16&quot;:5.72},{&quot;2026-06-17&quot;:5.65},{&quot;2026-06-18&quot;:5.58},{&quot;2026-06-19&quot;:5.28},{&quot;2026-06-20&quot;:5.24},{&quot;2026-06-21&quot;:5.12},{&quot;2026-06-22&quot;:4.98},{&quot;2026-06-23&quot;:4.9},{&quot;2026-06-24&quot;:4.85},{&quot;2026-06-25&quot;:4.7},{&quot;2026-06-26&quot;:4.91},{&quot;2026-06-27&quot;:4.85},{&quot;2026-06-28&quot;:5.29},{&quot;2026-06-29&quot;:5.36},{&quot;2026-06-30&quot;:5.58},{&quot;2026-07-01&quot;:5.53},{&quot;2026-07-02&quot;:5.55},{&quot;2026-07-03&quot;:5.55},{&quot;2026-07-04&quot;:5.55},{&quot;2026-07-05&quot;:5.64},{&quot;2026-07-06&quot;:5.63},{&quot;2026-07-07&quot;:5.54},{&quot;2026-07-08&quot;:5.48},{&quot;2026-07-09&quot;:5.35},{&quot;2026-07-10&quot;:5.35},{&quot;2026-07-11&quot;:5.48},{&quot;2026-07-12&quot;:5.54},{&quot;2026-07-13&quot;:5.49},{&quot;2026-07-14&quot;:5.4},{&quot;2026-07-15&quot;:5.58},{&quot;2026-07-16&quot;:5.58},{&quot;2026-07-17&quot;:5.68},{&quot;2026-07-18&quot;:5.86},{&quot;2026-07-19&quot;:5.82},{&quot;2026-07-20&quot;:5.84},{&quot;2026-07-21&quot;:6.04},{&quot;2026-07-23&quot;:6.26},{&quot;2026-07-25&quot;:6.23},{&quot;2026-07-26&quot;:6.27},{&quot;2026-07-27&quot;:6.41},{&quot;2026-07-29&quot;:6.29},{&quot;2026-07-30&quot;:6.11},{&quot;2026-07-31&quot;:5.94},{&quot;2026-08-01&quot;:5.73},{&quot;2026-08-02&quot;:5.49},{&quot;2026-08-03&quot;:5.42},{&quot;2026-08-04&quot;:5.54},{&quot;2026-08-05&quot;:5.65},{&quot;2026-08-07&quot;:6.06},{&quot;2026-08-08&quot;:6.06},{&quot;2026-08-09&quot;:6.0},{&quot;2026-08-10&quot;:6.05},{&quot;2026-08-11&quot;:5.86},{&quot;2026-08-12&quot;:5.83},{&quot;2026-08-13&quot;:5.5},{&quot;2026-08-14&quot;:5.57},{&quot;2026-08-15&quot;:5.57},{&quot;2026-08-16&quot;:5.57},{&quot;2026-08-17&quot;:5.54},{&quot;2026-08-18&quot;:5.33},{&quot;2026-08-19&quot;:5.39},{&quot;2026-08-20&quot;:5.39},{&quot;2026-08-21&quot;:5.28},{&quot;2026-08-22&quot;:5.45},{&quot;2026-08-23&quot;:5.35},{&quot;2026-08-24&quot;:5.36},{&quot;2026-08-25&quot;:5.36},{&quot;2026-08-26&quot;:5.64},{&quot;2026-08-27&quot;:5.67},{&quot;2026-08-28&quot;:5.67},{&quot;2026-08-29&quot;:5.67},{&quot;2026-08-30&quot;:5.64},{&quot;2026-08-31&quot;:5.69},{&quot;2026-09-01&quot;:5.69},{&quot;2026-09-02&quot;:5.57},{&quot;2026-09-03&quot;:5.47},{&quot;2026-09-04&quot;:5.48},{&quot;2026-09-05&quot;:5.48},{&quot;2026-09-06&quot;:5.61},{&quot;2026-09-07&quot;:5.51},{&quot;2026-09-08&quot;:5.49},{&quot;2026-09-09&quot;:5.66},{&quot;2026-09-10&quot;:5.6},{&quot;2026-09-11&quot;:5.6}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86218"
  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">
            Black Market
        </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">
            $5.60
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Black Market" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/3/03486228-86e3-472f-8a0c-7574daa434e5.jpg?1783931869" />

        <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">
            Black Market
        </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="Black Market" src="https://cards.scryfall.io/large/front/0/3/03486228-86e3-472f-8a0c-7574daa434e5.jpg?1783931869" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.07},{&quot;2026-06-10&quot;:5.16},{&quot;2026-06-11&quot;:5.16},{&quot;2026-06-12&quot;:5.1},{&quot;2026-06-13&quot;:5.1},{&quot;2026-06-14&quot;:5.25},{&quot;2026-06-15&quot;:5.25},{&quot;2026-06-16&quot;:5.25},{&quot;2026-06-17&quot;:5.25},{&quot;2026-06-18&quot;:5.25},{&quot;2026-06-19&quot;:5.25},{&quot;2026-06-20&quot;:5.3},{&quot;2026-06-21&quot;:5.3},{&quot;2026-06-22&quot;:5.3},{&quot;2026-06-24&quot;:5.27},{&quot;2026-06-25&quot;:5.18},{&quot;2026-06-26&quot;:5.18},{&quot;2026-06-27&quot;:5.18},{&quot;2026-06-28&quot;:5.21},{&quot;2026-06-29&quot;:5.21},{&quot;2026-06-30&quot;:5.1},{&quot;2026-07-01&quot;:5.1},{&quot;2026-07-02&quot;:5.1},{&quot;2026-07-03&quot;:5.1},{&quot;2026-07-04&quot;:5.11},{&quot;2026-07-05&quot;:5.01},{&quot;2026-07-06&quot;:5.01},{&quot;2026-07-07&quot;:5.01},{&quot;2026-07-08&quot;:5.01},{&quot;2026-07-09&quot;:5.01},{&quot;2026-07-10&quot;:5.01},{&quot;2026-07-11&quot;:5.1},{&quot;2026-07-12&quot;:5.1},{&quot;2026-07-13&quot;:5.11},{&quot;2026-07-14&quot;:5.17},{&quot;2026-07-15&quot;:5.17},{&quot;2026-07-16&quot;:5.32},{&quot;2026-07-17&quot;:5.32},{&quot;2026-07-18&quot;:5.34},{&quot;2026-07-19&quot;:5.28},{&quot;2026-07-20&quot;:5.28},{&quot;2026-07-21&quot;:5.17},{&quot;2026-07-23&quot;:5.16},{&quot;2026-07-25&quot;:5.16},{&quot;2026-07-26&quot;:5.23},{&quot;2026-07-27&quot;:5.23},{&quot;2026-07-29&quot;:5.19},{&quot;2026-07-30&quot;:5.17},{&quot;2026-07-31&quot;:5.25},{&quot;2026-08-01&quot;:5.25},{&quot;2026-08-02&quot;:5.2},{&quot;2026-08-03&quot;:5.2},{&quot;2026-08-04&quot;:5.2},{&quot;2026-08-05&quot;:5.2},{&quot;2026-08-07&quot;:5.21},{&quot;2026-08-08&quot;:5.06},{&quot;2026-08-09&quot;:5.04},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.15},{&quot;2026-08-12&quot;:5.15},{&quot;2026-08-13&quot;:5.17},{&quot;2026-08-14&quot;:5.19},{&quot;2026-08-15&quot;:5.19},{&quot;2026-08-16&quot;:5.14},{&quot;2026-08-17&quot;:5.14},{&quot;2026-08-18&quot;:5.18},{&quot;2026-08-19&quot;:5.13},{&quot;2026-08-20&quot;:5.13},{&quot;2026-08-21&quot;:4.98},{&quot;2026-08-22&quot;:5.15},{&quot;2026-08-23&quot;:5.38},{&quot;2026-08-24&quot;:5.38},{&quot;2026-08-25&quot;:5.38},{&quot;2026-08-26&quot;:5.38},{&quot;2026-08-27&quot;:5.38},{&quot;2026-08-28&quot;:5.42},{&quot;2026-08-29&quot;:5.42},{&quot;2026-08-30&quot;:5.48},{&quot;2026-08-31&quot;:5.48},{&quot;2026-09-01&quot;:5.48},{&quot;2026-09-02&quot;:5.64},{&quot;2026-09-03&quot;:5.71},{&quot;2026-09-04&quot;:5.73},{&quot;2026-09-05&quot;:5.71},{&quot;2026-09-06&quot;:5.6},{&quot;2026-09-07&quot;:5.65},{&quot;2026-09-08&quot;:5.65},{&quot;2026-09-09&quot;:5.65},{&quot;2026-09-10&quot;:5.6},{&quot;2026-09-11&quot;:5.6}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20226"
  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">
            Gifts Ungiven
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Gifts Ungiven" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cc950b6c-0346-4939-b36b-9f10a75f7a32.jpg?1783921916" />

        <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">
            Gifts Ungiven
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Gifts Ungiven" src="https://cards.scryfall.io/large/front/c/c/cc950b6c-0346-4939-b36b-9f10a75f7a32.jpg?1783921916" />
    </div>

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

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

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

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.59
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $6.17
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:5.48},{&quot;2026-06-12&quot;:5.38},{&quot;2026-06-13&quot;:5.38},{&quot;2026-06-14&quot;:5.38},{&quot;2026-06-15&quot;:5.47},{&quot;2026-06-16&quot;:5.47},{&quot;2026-06-17&quot;:5.47},{&quot;2026-06-18&quot;:5.47},{&quot;2026-06-19&quot;:5.47},{&quot;2026-06-20&quot;:5.47},{&quot;2026-06-21&quot;:5.47},{&quot;2026-06-22&quot;:5.47},{&quot;2026-06-23&quot;:5.47},{&quot;2026-06-24&quot;:5.47},{&quot;2026-06-25&quot;:5.47},{&quot;2026-06-26&quot;:5.47},{&quot;2026-06-27&quot;:5.47},{&quot;2026-06-28&quot;:5.47},{&quot;2026-06-29&quot;:5.47},{&quot;2026-06-30&quot;:5.47},{&quot;2026-07-01&quot;:5.47},{&quot;2026-07-02&quot;:5.47},{&quot;2026-07-03&quot;:5.47},{&quot;2026-07-04&quot;:5.47},{&quot;2026-07-05&quot;:5.47},{&quot;2026-07-06&quot;:5.47},{&quot;2026-07-07&quot;:5.47},{&quot;2026-07-08&quot;:5.47},{&quot;2026-07-09&quot;:5.53},{&quot;2026-07-10&quot;:5.53},{&quot;2026-07-11&quot;:5.53},{&quot;2026-07-12&quot;:5.54},{&quot;2026-07-13&quot;:5.54},{&quot;2026-07-14&quot;:5.54},{&quot;2026-07-15&quot;:5.54},{&quot;2026-07-16&quot;:5.54},{&quot;2026-07-17&quot;:5.54},{&quot;2026-07-18&quot;:5.54},{&quot;2026-07-19&quot;:5.54},{&quot;2026-07-20&quot;:5.54},{&quot;2026-07-21&quot;:5.54},{&quot;2026-07-23&quot;:5.54},{&quot;2026-07-25&quot;:5.73},{&quot;2026-07-26&quot;:5.73},{&quot;2026-07-27&quot;:5.73},{&quot;2026-07-28&quot;:5.73},{&quot;2026-07-29&quot;:5.73},{&quot;2026-07-30&quot;:5.73},{&quot;2026-07-31&quot;:5.73},{&quot;2026-08-01&quot;:5.73},{&quot;2026-08-02&quot;:5.73},{&quot;2026-08-03&quot;:5.73},{&quot;2026-08-04&quot;:5.73},{&quot;2026-08-05&quot;:5.73},{&quot;2026-08-07&quot;:5.73},{&quot;2026-08-08&quot;:5.73},{&quot;2026-08-09&quot;:5.73},{&quot;2026-08-10&quot;:5.73},{&quot;2026-08-11&quot;:5.73},{&quot;2026-08-12&quot;:5.73},{&quot;2026-08-13&quot;:5.73},{&quot;2026-08-14&quot;:5.73},{&quot;2026-08-15&quot;:5.78},{&quot;2026-08-16&quot;:5.78},{&quot;2026-08-17&quot;:5.78},{&quot;2026-08-18&quot;:5.9},{&quot;2026-08-19&quot;:5.9},{&quot;2026-08-20&quot;:5.9},{&quot;2026-08-21&quot;:5.9},{&quot;2026-08-22&quot;:5.9},{&quot;2026-08-23&quot;:5.9},{&quot;2026-08-24&quot;:5.9},{&quot;2026-08-25&quot;:5.9},{&quot;2026-08-26&quot;:5.9},{&quot;2026-08-27&quot;:5.9},{&quot;2026-08-28&quot;:5.9},{&quot;2026-08-29&quot;:5.9},{&quot;2026-08-30&quot;:5.9},{&quot;2026-08-31&quot;:5.9},{&quot;2026-09-01&quot;:5.9},{&quot;2026-09-02&quot;:5.9},{&quot;2026-09-03&quot;:5.9},{&quot;2026-09-04&quot;:5.9},{&quot;2026-09-05&quot;:5.9},{&quot;2026-09-06&quot;:5.9},{&quot;2026-09-07&quot;:5.9},{&quot;2026-09-08&quot;:5.9},{&quot;2026-09-09&quot;:6.01},{&quot;2026-09-10&quot;:6.17},{&quot;2026-09-11&quot;:6.17}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.16},{&quot;2026-06-12&quot;:5.17},{&quot;2026-06-13&quot;:5.17},{&quot;2026-06-14&quot;:5.17},{&quot;2026-06-15&quot;:5.19},{&quot;2026-06-16&quot;:5.23},{&quot;2026-06-17&quot;:5.26},{&quot;2026-06-18&quot;:5.26},{&quot;2026-06-19&quot;:5.4},{&quot;2026-06-20&quot;:5.43},{&quot;2026-06-21&quot;:5.43},{&quot;2026-06-22&quot;:5.52},{&quot;2026-06-23&quot;:5.42},{&quot;2026-06-24&quot;:5.68},{&quot;2026-06-25&quot;:5.68},{&quot;2026-06-26&quot;:5.69},{&quot;2026-06-27&quot;:5.69},{&quot;2026-06-28&quot;:5.69},{&quot;2026-06-29&quot;:5.66},{&quot;2026-06-30&quot;:5.65},{&quot;2026-07-01&quot;:5.75},{&quot;2026-07-02&quot;:5.59},{&quot;2026-07-03&quot;:5.53},{&quot;2026-07-04&quot;:5.51},{&quot;2026-07-05&quot;:5.54},{&quot;2026-07-06&quot;:5.4},{&quot;2026-07-07&quot;:5.32},{&quot;2026-07-08&quot;:5.37},{&quot;2026-07-09&quot;:5.31},{&quot;2026-07-10&quot;:5.31},{&quot;2026-07-11&quot;:5.31},{&quot;2026-07-12&quot;:5.37},{&quot;2026-07-13&quot;:5.44},{&quot;2026-07-14&quot;:5.38},{&quot;2026-07-15&quot;:5.38},{&quot;2026-07-16&quot;:5.38},{&quot;2026-07-17&quot;:5.27},{&quot;2026-07-18&quot;:5.32},{&quot;2026-07-19&quot;:5.33},{&quot;2026-07-20&quot;:5.16},{&quot;2026-07-21&quot;:5.04},{&quot;2026-07-23&quot;:4.91},{&quot;2026-07-25&quot;:4.72},{&quot;2026-07-26&quot;:4.72},{&quot;2026-07-27&quot;:4.72},{&quot;2026-07-28&quot;:4.82},{&quot;2026-07-29&quot;:4.88},{&quot;2026-07-30&quot;:4.89},{&quot;2026-07-31&quot;:5.09},{&quot;2026-08-01&quot;:5.09},{&quot;2026-08-02&quot;:5.24},{&quot;2026-08-03&quot;:5.24},{&quot;2026-08-04&quot;:5.23},{&quot;2026-08-05&quot;:5.26},{&quot;2026-08-07&quot;:5.24},{&quot;2026-08-08&quot;:5.24},{&quot;2026-08-09&quot;:5.24},{&quot;2026-08-10&quot;:5.24},{&quot;2026-08-11&quot;:5.22},{&quot;2026-08-12&quot;:5.22},{&quot;2026-08-13&quot;:5.13},{&quot;2026-08-14&quot;:5.04},{&quot;2026-08-15&quot;:5.04},{&quot;2026-08-16&quot;:5.05},{&quot;2026-08-17&quot;:5.09},{&quot;2026-08-18&quot;:5.17},{&quot;2026-08-19&quot;:5.15},{&quot;2026-08-20&quot;:5.15},{&quot;2026-08-21&quot;:5.14},{&quot;2026-08-22&quot;:5.13},{&quot;2026-08-23&quot;:5.14},{&quot;2026-08-24&quot;:5.29},{&quot;2026-08-25&quot;:5.29},{&quot;2026-08-26&quot;:5.39},{&quot;2026-08-27&quot;:5.53},{&quot;2026-08-28&quot;:5.75},{&quot;2026-08-29&quot;:5.75},{&quot;2026-08-30&quot;:5.85},{&quot;2026-08-31&quot;:5.79},{&quot;2026-09-01&quot;:5.79},{&quot;2026-09-02&quot;:5.86},{&quot;2026-09-03&quot;:5.87},{&quot;2026-09-04&quot;:5.81},{&quot;2026-09-05&quot;:5.67},{&quot;2026-09-06&quot;:5.68},{&quot;2026-09-07&quot;:5.64},{&quot;2026-09-08&quot;:5.52},{&quot;2026-09-09&quot;:5.54},{&quot;2026-09-10&quot;:5.58},{&quot;2026-09-11&quot;:5.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="82502"
  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">
            Scarecrone
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Scarecrow
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.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="Scarecrone" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/0826e43c-e6d1-4cf0-a92d-06901687d154.jpg?1783929643" />

        <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">
            Scarecrone
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Scarecrow</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="Scarecrone" src="https://cards.scryfall.io/large/front/0/8/0826e43c-e6d1-4cf0-a92d-06901687d154.jpg?1783929643" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.59
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.56},{&quot;2026-06-13&quot;:5.56},{&quot;2026-06-14&quot;:5.56},{&quot;2026-06-15&quot;:5.56},{&quot;2026-06-16&quot;:5.56},{&quot;2026-06-17&quot;:5.48},{&quot;2026-06-18&quot;:5.48},{&quot;2026-06-19&quot;:5.48},{&quot;2026-06-20&quot;:5.48},{&quot;2026-06-21&quot;:5.48},{&quot;2026-06-22&quot;:5.48},{&quot;2026-06-23&quot;:5.48},{&quot;2026-06-24&quot;:5.48},{&quot;2026-06-25&quot;:5.44},{&quot;2026-06-26&quot;:5.44},{&quot;2026-06-27&quot;:5.44},{&quot;2026-06-28&quot;:5.44},{&quot;2026-06-29&quot;:5.44},{&quot;2026-06-30&quot;:5.44},{&quot;2026-07-01&quot;:5.44},{&quot;2026-07-02&quot;:5.44},{&quot;2026-07-03&quot;:5.44},{&quot;2026-07-04&quot;:5.44},{&quot;2026-07-05&quot;:5.44},{&quot;2026-07-06&quot;:5.44},{&quot;2026-07-07&quot;:5.44},{&quot;2026-07-08&quot;:5.44},{&quot;2026-07-09&quot;:5.44},{&quot;2026-07-10&quot;:5.44},{&quot;2026-07-11&quot;:5.55},{&quot;2026-07-12&quot;:5.55},{&quot;2026-07-13&quot;:5.55},{&quot;2026-07-14&quot;:5.49},{&quot;2026-07-15&quot;:5.49},{&quot;2026-07-16&quot;:5.49},{&quot;2026-07-17&quot;:5.48},{&quot;2026-07-18&quot;:5.48},{&quot;2026-07-19&quot;:5.48},{&quot;2026-07-20&quot;:5.48},{&quot;2026-07-21&quot;:5.48},{&quot;2026-07-23&quot;:5.48},{&quot;2026-07-24&quot;:5.48},{&quot;2026-07-25&quot;:5.48},{&quot;2026-07-26&quot;:5.48},{&quot;2026-07-27&quot;:5.48},{&quot;2026-07-28&quot;:5.48},{&quot;2026-07-29&quot;:5.42},{&quot;2026-07-30&quot;:5.42},{&quot;2026-07-31&quot;:5.42},{&quot;2026-08-01&quot;:5.42},{&quot;2026-08-02&quot;:5.42},{&quot;2026-08-03&quot;:5.42},{&quot;2026-08-04&quot;:5.42},{&quot;2026-08-05&quot;:5.42},{&quot;2026-08-07&quot;:5.34},{&quot;2026-08-08&quot;:5.34},{&quot;2026-08-09&quot;:5.34},{&quot;2026-08-10&quot;:5.34},{&quot;2026-08-11&quot;:5.34},{&quot;2026-08-12&quot;:5.34},{&quot;2026-08-13&quot;:5.28},{&quot;2026-08-14&quot;:5.28},{&quot;2026-08-15&quot;:5.25},{&quot;2026-08-16&quot;:5.25},{&quot;2026-08-17&quot;:5.25},{&quot;2026-08-18&quot;:5.25},{&quot;2026-08-19&quot;:5.25},{&quot;2026-08-20&quot;:5.25},{&quot;2026-08-21&quot;:5.25},{&quot;2026-08-22&quot;:5.25},{&quot;2026-08-23&quot;:5.25},{&quot;2026-08-24&quot;:5.25},{&quot;2026-08-25&quot;:5.25},{&quot;2026-08-26&quot;:5.25},{&quot;2026-08-27&quot;:5.25},{&quot;2026-08-28&quot;:5.25},{&quot;2026-08-29&quot;:5.25},{&quot;2026-08-30&quot;:5.25},{&quot;2026-08-31&quot;:5.25},{&quot;2026-09-01&quot;:5.25},{&quot;2026-09-02&quot;:5.25},{&quot;2026-09-03&quot;:5.25},{&quot;2026-09-04&quot;:5.39},{&quot;2026-09-05&quot;:5.39},{&quot;2026-09-06&quot;:5.52},{&quot;2026-09-07&quot;:5.59},{&quot;2026-09-08&quot;:5.59},{&quot;2026-09-09&quot;:5.59},{&quot;2026-09-10&quot;:5.59},{&quot;2026-09-11&quot;:5.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="83081"
  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">
            Sword of the Animist
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Artifact — Equipment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $5.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="Sword of the Animist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/a/9a352374-ce80-4617-b77b-3c7011915b49.jpg?1783931982" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Sword of the Animist
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact — Equipment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Sword of the Animist" src="https://cards.scryfall.io/large/front/9/a/9a352374-ce80-4617-b77b-3c7011915b49.jpg?1783931982" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.59
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.09},{&quot;2026-06-11&quot;:7.09},{&quot;2026-06-12&quot;:7.09},{&quot;2026-06-13&quot;:7.09},{&quot;2026-06-14&quot;:7.03},{&quot;2026-06-15&quot;:7.03},{&quot;2026-06-16&quot;:7.03},{&quot;2026-06-17&quot;:7.03},{&quot;2026-06-18&quot;:7.01},{&quot;2026-06-19&quot;:7.01},{&quot;2026-06-20&quot;:7.04},{&quot;2026-06-21&quot;:7.03},{&quot;2026-06-22&quot;:7.03},{&quot;2026-06-23&quot;:7.03},{&quot;2026-06-24&quot;:7.03},{&quot;2026-06-25&quot;:7.03},{&quot;2026-06-26&quot;:7.03},{&quot;2026-06-27&quot;:7.03},{&quot;2026-06-28&quot;:7.03},{&quot;2026-06-29&quot;:7.12},{&quot;2026-06-30&quot;:7.18},{&quot;2026-07-01&quot;:7.18},{&quot;2026-07-02&quot;:7.18},{&quot;2026-07-03&quot;:7.18},{&quot;2026-07-04&quot;:7.18},{&quot;2026-07-05&quot;:6.81},{&quot;2026-07-06&quot;:6.81},{&quot;2026-07-07&quot;:6.81},{&quot;2026-07-08&quot;:6.81},{&quot;2026-07-09&quot;:6.81},{&quot;2026-07-10&quot;:6.88},{&quot;2026-07-11&quot;:6.88},{&quot;2026-07-12&quot;:6.88},{&quot;2026-07-13&quot;:6.85},{&quot;2026-07-14&quot;:6.85},{&quot;2026-07-15&quot;:6.85},{&quot;2026-07-16&quot;:6.85},{&quot;2026-07-17&quot;:6.8},{&quot;2026-07-18&quot;:6.8},{&quot;2026-07-19&quot;:6.8},{&quot;2026-07-20&quot;:6.89},{&quot;2026-07-21&quot;:6.83},{&quot;2026-07-23&quot;:6.83},{&quot;2026-07-25&quot;:6.62},{&quot;2026-07-26&quot;:6.62},{&quot;2026-07-27&quot;:6.62},{&quot;2026-07-29&quot;:6.62},{&quot;2026-07-30&quot;:6.62},{&quot;2026-07-31&quot;:6.5},{&quot;2026-08-01&quot;:6.5},{&quot;2026-08-02&quot;:6.5},{&quot;2026-08-03&quot;:6.5},{&quot;2026-08-04&quot;:6.43},{&quot;2026-08-05&quot;:6.14},{&quot;2026-08-07&quot;:5.96},{&quot;2026-08-08&quot;:5.96},{&quot;2026-08-09&quot;:5.85},{&quot;2026-08-10&quot;:5.76},{&quot;2026-08-11&quot;:5.65},{&quot;2026-08-12&quot;:5.63},{&quot;2026-08-13&quot;:5.53},{&quot;2026-08-14&quot;:5.56},{&quot;2026-08-15&quot;:5.56},{&quot;2026-08-16&quot;:5.6},{&quot;2026-08-17&quot;:5.82},{&quot;2026-08-18&quot;:5.82},{&quot;2026-08-19&quot;:5.82},{&quot;2026-08-20&quot;:5.82},{&quot;2026-08-21&quot;:5.82},{&quot;2026-08-22&quot;:5.82},{&quot;2026-08-23&quot;:5.82},{&quot;2026-08-24&quot;:5.82},{&quot;2026-08-25&quot;:5.82},{&quot;2026-08-26&quot;:5.68},{&quot;2026-08-27&quot;:5.68},{&quot;2026-08-28&quot;:5.68},{&quot;2026-08-29&quot;:5.68},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.68},{&quot;2026-09-01&quot;:5.68},{&quot;2026-09-02&quot;:5.68},{&quot;2026-09-03&quot;:5.68},{&quot;2026-09-04&quot;:5.62},{&quot;2026-09-05&quot;:5.59},{&quot;2026-09-06&quot;:5.59},{&quot;2026-09-07&quot;:5.59},{&quot;2026-09-08&quot;:5.59},{&quot;2026-09-09&quot;:5.59},{&quot;2026-09-10&quot;:5.59},{&quot;2026-09-11&quot;:5.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="94727"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            The Water Crystal
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Artifact
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
              ↑
              47%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="The Water Crystal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/0/e0af8436-797b-4e1f-b21a-d8e93701c3c9.jpg?1783906626" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            The Water Crystal
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Water Crystal" src="https://cards.scryfall.io/large/front/e/0/e0af8436-797b-4e1f-b21a-d8e93701c3c9.jpg?1783906626" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $4.54
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  47%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.59
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.50</span>
              <span class="text-xs text-grey-text">Credit: $3.25</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.21},{&quot;2026-06-14&quot;:4.42},{&quot;2026-06-15&quot;:4.49},{&quot;2026-06-16&quot;:4.41},{&quot;2026-06-17&quot;:4.41},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.39},{&quot;2026-06-20&quot;:4.81},{&quot;2026-06-21&quot;:4.81},{&quot;2026-06-22&quot;:4.78},{&quot;2026-06-23&quot;:4.89},{&quot;2026-06-24&quot;:4.91},{&quot;2026-06-25&quot;:5.04},{&quot;2026-06-26&quot;:5.02},{&quot;2026-06-27&quot;:5.02},{&quot;2026-06-28&quot;:4.94},{&quot;2026-06-29&quot;:4.94},{&quot;2026-06-30&quot;:4.69},{&quot;2026-07-01&quot;:4.47},{&quot;2026-07-02&quot;:4.73},{&quot;2026-07-03&quot;:4.55},{&quot;2026-07-04&quot;:4.44},{&quot;2026-07-05&quot;:4.18},{&quot;2026-07-06&quot;:4.18},{&quot;2026-07-07&quot;:4.1},{&quot;2026-07-08&quot;:4.08},{&quot;2026-07-09&quot;:3.95},{&quot;2026-07-10&quot;:3.98},{&quot;2026-07-11&quot;:4.02},{&quot;2026-07-12&quot;:4.12},{&quot;2026-07-13&quot;:4.23},{&quot;2026-07-14&quot;:4.16},{&quot;2026-07-15&quot;:4.16},{&quot;2026-07-16&quot;:4.12},{&quot;2026-07-17&quot;:4.23},{&quot;2026-07-18&quot;:4.26},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.32},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-22&quot;:4.41},{&quot;2026-07-23&quot;:4.42},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.44},{&quot;2026-07-26&quot;:4.51},{&quot;2026-07-27&quot;:4.51},{&quot;2026-07-28&quot;:4.4},{&quot;2026-07-29&quot;:4.4},{&quot;2026-07-30&quot;:4.34},{&quot;2026-07-31&quot;:4.43},{&quot;2026-08-01&quot;:4.35},{&quot;2026-08-02&quot;:4.49},{&quot;2026-08-03&quot;:4.64},{&quot;2026-08-04&quot;:4.58},{&quot;2026-08-05&quot;:4.58},{&quot;2026-08-07&quot;:4.6},{&quot;2026-08-08&quot;:4.75},{&quot;2026-08-09&quot;:4.75},{&quot;2026-08-10&quot;:4.91},{&quot;2026-08-11&quot;:4.93},{&quot;2026-08-12&quot;:4.75},{&quot;2026-08-13&quot;:4.75},{&quot;2026-08-14&quot;:4.82},{&quot;2026-08-15&quot;:4.82},{&quot;2026-08-16&quot;:4.69},{&quot;2026-08-17&quot;:4.68},{&quot;2026-08-18&quot;:4.93},{&quot;2026-08-19&quot;:4.93},{&quot;2026-08-20&quot;:4.92},{&quot;2026-08-21&quot;:4.97},{&quot;2026-08-22&quot;:5.03},{&quot;2026-08-23&quot;:4.92},{&quot;2026-08-24&quot;:5.15},{&quot;2026-08-25&quot;:5.11},{&quot;2026-08-26&quot;:5.11},{&quot;2026-08-27&quot;:5.06},{&quot;2026-08-28&quot;:5.05},{&quot;2026-08-29&quot;:5.05},{&quot;2026-08-30&quot;:4.88},{&quot;2026-08-31&quot;:5.09},{&quot;2026-09-01&quot;:5.08},{&quot;2026-09-02&quot;:5.08},{&quot;2026-09-03&quot;:5.08},{&quot;2026-09-04&quot;:5.12},{&quot;2026-09-05&quot;:5.15},{&quot;2026-09-06&quot;:5.21},{&quot;2026-09-07&quot;:5.22},{&quot;2026-09-08&quot;:5.35},{&quot;2026-09-09&quot;:5.52},{&quot;2026-09-10&quot;:5.59},{&quot;2026-09-11&quot;:5.59}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.1},{&quot;2026-06-14&quot;:3.95},{&quot;2026-06-15&quot;:4.13},{&quot;2026-06-16&quot;:3.49},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.52},{&quot;2026-06-19&quot;:3.61},{&quot;2026-06-20&quot;:4.23},{&quot;2026-06-21&quot;:4.49},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-23&quot;:4.05},{&quot;2026-06-24&quot;:3.78},{&quot;2026-06-25&quot;:3.83},{&quot;2026-06-26&quot;:3.58},{&quot;2026-06-27&quot;:4.09},{&quot;2026-06-28&quot;:4.25},{&quot;2026-06-29&quot;:4.5},{&quot;2026-06-30&quot;:4.86},{&quot;2026-07-01&quot;:4.35},{&quot;2026-07-02&quot;:4.21},{&quot;2026-07-03&quot;:3.74},{&quot;2026-07-04&quot;:3.67},{&quot;2026-07-05&quot;:3.74},{&quot;2026-07-06&quot;:3.77},{&quot;2026-07-07&quot;:3.85},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.83},{&quot;2026-07-10&quot;:3.65},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.35},{&quot;2026-07-13&quot;:3.17},{&quot;2026-07-14&quot;:3.35},{&quot;2026-07-15&quot;:3.07},{&quot;2026-07-16&quot;:3.12},{&quot;2026-07-17&quot;:3.18},{&quot;2026-07-18&quot;:3.13},{&quot;2026-07-19&quot;:3.34},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.57},{&quot;2026-07-22&quot;:3.94},{&quot;2026-07-23&quot;:3.62},{&quot;2026-07-24&quot;:3.18},{&quot;2026-07-25&quot;:3.33},{&quot;2026-07-26&quot;:3.31},{&quot;2026-07-27&quot;:3.25},{&quot;2026-07-28&quot;:3.3},{&quot;2026-07-29&quot;:3.27},{&quot;2026-07-30&quot;:3.27},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.12},{&quot;2026-08-02&quot;:3.45},{&quot;2026-08-03&quot;:3.5},{&quot;2026-08-04&quot;:3.78},{&quot;2026-08-05&quot;:3.67},{&quot;2026-08-07&quot;:3.75},{&quot;2026-08-08&quot;:3.76},{&quot;2026-08-09&quot;:3.51},{&quot;2026-08-10&quot;:3.69},{&quot;2026-08-11&quot;:3.38},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.56},{&quot;2026-08-15&quot;:3.56},{&quot;2026-08-16&quot;:3.39},{&quot;2026-08-17&quot;:4.1},{&quot;2026-08-18&quot;:4.06},{&quot;2026-08-19&quot;:4.0},{&quot;2026-08-20&quot;:4.02},{&quot;2026-08-21&quot;:4.21},{&quot;2026-08-22&quot;:4.45},{&quot;2026-08-23&quot;:4.64},{&quot;2026-08-24&quot;:4.58},{&quot;2026-08-25&quot;:3.81},{&quot;2026-08-26&quot;:3.71},{&quot;2026-08-27&quot;:3.99},{&quot;2026-08-28&quot;:3.82},{&quot;2026-08-29&quot;:3.82},{&quot;2026-08-30&quot;:3.12},{&quot;2026-08-31&quot;:3.36},{&quot;2026-09-01&quot;:3.87},{&quot;2026-09-02&quot;:4.35},{&quot;2026-09-03&quot;:3.94},{&quot;2026-09-04&quot;:3.23},{&quot;2026-09-05&quot;:3.08},{&quot;2026-09-06&quot;:3.27},{&quot;2026-09-07&quot;:3.76},{&quot;2026-09-08&quot;:4.06},{&quot;2026-09-09&quot;:4.0},{&quot;2026-09-10&quot;:3.64},{&quot;2026-09-11&quot;:4.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74008"
  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">
            Ghostly Prison
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.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="Ghostly Prison" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/4/f4cfcecf-621f-4664-9b1f-65ce4f0f8ab0.jpg?1783910470" />

        <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">
            Ghostly Prison
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ghostly Prison" src="https://cards.scryfall.io/large/front/f/4/f4cfcecf-621f-4664-9b1f-65ce4f0f8ab0.jpg?1783910470" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.58
              </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">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.06},{&quot;2026-06-14&quot;:5.06},{&quot;2026-06-15&quot;:5.06},{&quot;2026-06-16&quot;:5.12},{&quot;2026-06-17&quot;:5.14},{&quot;2026-06-18&quot;:5.1},{&quot;2026-06-19&quot;:5.16},{&quot;2026-06-20&quot;:5.23},{&quot;2026-06-21&quot;:5.24},{&quot;2026-06-22&quot;:5.24},{&quot;2026-06-23&quot;:5.28},{&quot;2026-06-24&quot;:5.28},{&quot;2026-06-25&quot;:5.45},{&quot;2026-06-26&quot;:5.48},{&quot;2026-06-27&quot;:5.47},{&quot;2026-06-28&quot;:5.47},{&quot;2026-06-29&quot;:5.4},{&quot;2026-06-30&quot;:5.4},{&quot;2026-07-01&quot;:5.35},{&quot;2026-07-02&quot;:5.33},{&quot;2026-07-03&quot;:5.33},{&quot;2026-07-04&quot;:5.33},{&quot;2026-07-05&quot;:5.31},{&quot;2026-07-06&quot;:5.3},{&quot;2026-07-07&quot;:5.3},{&quot;2026-07-08&quot;:5.3},{&quot;2026-07-09&quot;:5.3},{&quot;2026-07-10&quot;:5.33},{&quot;2026-07-11&quot;:5.38},{&quot;2026-07-12&quot;:5.43},{&quot;2026-07-13&quot;:5.54},{&quot;2026-07-14&quot;:5.52},{&quot;2026-07-15&quot;:5.52},{&quot;2026-07-16&quot;:5.55},{&quot;2026-07-17&quot;:5.55},{&quot;2026-07-18&quot;:5.72},{&quot;2026-07-19&quot;:5.67},{&quot;2026-07-20&quot;:5.71},{&quot;2026-07-21&quot;:5.63},{&quot;2026-07-22&quot;:5.59},{&quot;2026-07-23&quot;:5.51},{&quot;2026-07-24&quot;:5.54},{&quot;2026-07-25&quot;:5.52},{&quot;2026-07-26&quot;:5.5},{&quot;2026-07-27&quot;:5.4},{&quot;2026-07-28&quot;:5.4},{&quot;2026-07-29&quot;:5.34},{&quot;2026-07-30&quot;:5.31},{&quot;2026-07-31&quot;:5.23},{&quot;2026-08-01&quot;:5.15},{&quot;2026-08-02&quot;:5.14},{&quot;2026-08-03&quot;:5.14},{&quot;2026-08-04&quot;:5.14},{&quot;2026-08-05&quot;:5.14},{&quot;2026-08-07&quot;:5.04},{&quot;2026-08-08&quot;:5.15},{&quot;2026-08-09&quot;:4.99},{&quot;2026-08-10&quot;:5.02},{&quot;2026-08-11&quot;:5.08},{&quot;2026-08-12&quot;:5.13},{&quot;2026-08-13&quot;:5.01},{&quot;2026-08-14&quot;:4.75},{&quot;2026-08-15&quot;:4.86},{&quot;2026-08-16&quot;:4.69},{&quot;2026-08-17&quot;:4.67},{&quot;2026-08-18&quot;:4.58},{&quot;2026-08-19&quot;:4.49},{&quot;2026-08-20&quot;:4.55},{&quot;2026-08-21&quot;:4.57},{&quot;2026-08-22&quot;:4.57},{&quot;2026-08-23&quot;:4.6},{&quot;2026-08-24&quot;:4.64},{&quot;2026-08-25&quot;:4.69},{&quot;2026-08-26&quot;:4.85},{&quot;2026-08-27&quot;:4.89},{&quot;2026-08-28&quot;:4.9},{&quot;2026-08-29&quot;:4.9},{&quot;2026-08-30&quot;:5.06},{&quot;2026-08-31&quot;:5.08},{&quot;2026-09-01&quot;:5.17},{&quot;2026-09-02&quot;:5.16},{&quot;2026-09-03&quot;:5.21},{&quot;2026-09-04&quot;:5.3},{&quot;2026-09-05&quot;:5.3},{&quot;2026-09-06&quot;:5.32},{&quot;2026-09-07&quot;:5.34},{&quot;2026-09-08&quot;:5.34},{&quot;2026-09-09&quot;:5.45},{&quot;2026-09-10&quot;:5.48},{&quot;2026-09-11&quot;:5.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="77073"
  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">
            Ominous Seas
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.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="Ominous Seas" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/6/067f24df-7018-45c8-bd67-1336b3672bb3.jpg?1783922345" />

        <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">
            Ominous Seas
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ominous Seas" src="https://cards.scryfall.io/large/front/0/6/067f24df-7018-45c8-bd67-1336b3672bb3.jpg?1783922345" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.58
              </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">$1.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.09},{&quot;2026-06-14&quot;:5.09},{&quot;2026-06-15&quot;:5.0},{&quot;2026-06-16&quot;:5.05},{&quot;2026-06-17&quot;:5.05},{&quot;2026-06-18&quot;:5.05},{&quot;2026-06-19&quot;:4.94},{&quot;2026-06-20&quot;:4.93},{&quot;2026-06-21&quot;:5.11},{&quot;2026-06-22&quot;:5.19},{&quot;2026-06-23&quot;:5.22},{&quot;2026-06-24&quot;:5.22},{&quot;2026-06-25&quot;:5.26},{&quot;2026-06-26&quot;:5.26},{&quot;2026-06-27&quot;:5.11},{&quot;2026-06-28&quot;:5.11},{&quot;2026-06-29&quot;:5.11},{&quot;2026-06-30&quot;:5.11},{&quot;2026-07-01&quot;:5.11},{&quot;2026-07-02&quot;:5.11},{&quot;2026-07-03&quot;:5.09},{&quot;2026-07-04&quot;:5.09},{&quot;2026-07-05&quot;:4.98},{&quot;2026-07-06&quot;:4.98},{&quot;2026-07-07&quot;:4.83},{&quot;2026-07-08&quot;:4.83},{&quot;2026-07-09&quot;:4.8},{&quot;2026-07-10&quot;:4.8},{&quot;2026-07-11&quot;:4.78},{&quot;2026-07-12&quot;:4.78},{&quot;2026-07-13&quot;:4.9},{&quot;2026-07-14&quot;:4.94},{&quot;2026-07-15&quot;:4.94},{&quot;2026-07-16&quot;:4.94},{&quot;2026-07-17&quot;:4.91},{&quot;2026-07-18&quot;:4.91},{&quot;2026-07-19&quot;:4.91},{&quot;2026-07-20&quot;:4.88},{&quot;2026-07-21&quot;:4.88},{&quot;2026-07-22&quot;:4.88},{&quot;2026-07-23&quot;:4.88},{&quot;2026-07-24&quot;:4.73},{&quot;2026-07-25&quot;:4.73},{&quot;2026-07-26&quot;:4.73},{&quot;2026-07-27&quot;:4.69},{&quot;2026-07-28&quot;:4.79},{&quot;2026-07-29&quot;:4.79},{&quot;2026-07-30&quot;:4.79},{&quot;2026-07-31&quot;:4.79},{&quot;2026-08-01&quot;:4.97},{&quot;2026-08-02&quot;:4.97},{&quot;2026-08-03&quot;:4.88},{&quot;2026-08-04&quot;:4.88},{&quot;2026-08-05&quot;:4.88},{&quot;2026-08-07&quot;:4.88},{&quot;2026-08-08&quot;:4.88},{&quot;2026-08-09&quot;:4.88},{&quot;2026-08-10&quot;:4.77},{&quot;2026-08-11&quot;:4.89},{&quot;2026-08-12&quot;:5.03},{&quot;2026-08-13&quot;:5.23},{&quot;2026-08-14&quot;:5.23},{&quot;2026-08-15&quot;:5.23},{&quot;2026-08-16&quot;:5.23},{&quot;2026-08-17&quot;:5.23},{&quot;2026-08-18&quot;:5.29},{&quot;2026-08-19&quot;:5.19},{&quot;2026-08-20&quot;:5.21},{&quot;2026-08-21&quot;:5.16},{&quot;2026-08-22&quot;:5.16},{&quot;2026-08-23&quot;:5.16},{&quot;2026-08-24&quot;:5.18},{&quot;2026-08-25&quot;:5.18},{&quot;2026-08-26&quot;:5.18},{&quot;2026-08-27&quot;:5.18},{&quot;2026-08-28&quot;:5.2},{&quot;2026-08-29&quot;:5.2},{&quot;2026-08-30&quot;:5.2},{&quot;2026-08-31&quot;:5.2},{&quot;2026-09-01&quot;:5.2},{&quot;2026-09-02&quot;:5.2},{&quot;2026-09-03&quot;:5.32},{&quot;2026-09-04&quot;:5.32},{&quot;2026-09-05&quot;:5.31},{&quot;2026-09-06&quot;:5.31},{&quot;2026-09-07&quot;:5.32},{&quot;2026-09-08&quot;:5.38},{&quot;2026-09-09&quot;:5.44},{&quot;2026-09-10&quot;:5.44},{&quot;2026-09-11&quot;:5.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="78013"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-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">
            Oko, Thief of Crowns
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Oko
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.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="Oko, Thief of Crowns" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/4/3462a3d0-5552-49fa-9eb7-100960c55891.jpg?1783932594" />

        <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">
            Oko, Thief of Crowns
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Oko</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Oko, Thief of Crowns" src="https://cards.scryfall.io/large/front/3/4/3462a3d0-5552-49fa-9eb7-100960c55891.jpg?1783932594" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.58
              </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">
                $13.09
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.95</span>
              <span class="text-xs text-grey-text">Credit: $5.14</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:12.73},{&quot;2026-06-14&quot;:12.73},{&quot;2026-06-15&quot;:12.64},{&quot;2026-06-16&quot;:12.64},{&quot;2026-06-17&quot;:12.64},{&quot;2026-06-18&quot;:12.64},{&quot;2026-06-19&quot;:12.64},{&quot;2026-06-20&quot;:12.64},{&quot;2026-06-21&quot;:12.64},{&quot;2026-06-22&quot;:12.64},{&quot;2026-06-23&quot;:12.64},{&quot;2026-06-24&quot;:12.64},{&quot;2026-06-25&quot;:12.64},{&quot;2026-06-26&quot;:12.64},{&quot;2026-06-27&quot;:12.64},{&quot;2026-06-28&quot;:12.64},{&quot;2026-06-29&quot;:12.84},{&quot;2026-06-30&quot;:12.84},{&quot;2026-07-01&quot;:12.84},{&quot;2026-07-02&quot;:12.84},{&quot;2026-07-03&quot;:12.84},{&quot;2026-07-04&quot;:12.84},{&quot;2026-07-05&quot;:12.84},{&quot;2026-07-06&quot;:12.84},{&quot;2026-07-07&quot;:12.84},{&quot;2026-07-08&quot;:12.84},{&quot;2026-07-09&quot;:12.84},{&quot;2026-07-10&quot;:12.84},{&quot;2026-07-11&quot;:12.84},{&quot;2026-07-12&quot;:12.84},{&quot;2026-07-13&quot;:12.84},{&quot;2026-07-14&quot;:12.84},{&quot;2026-07-15&quot;:13.03},{&quot;2026-07-16&quot;:13.03},{&quot;2026-07-17&quot;:13.03},{&quot;2026-07-18&quot;:13.03},{&quot;2026-07-19&quot;:13.03},{&quot;2026-07-20&quot;:13.03},{&quot;2026-07-21&quot;:13.03},{&quot;2026-07-22&quot;:12.74},{&quot;2026-07-23&quot;:12.74},{&quot;2026-07-24&quot;:12.82},{&quot;2026-07-25&quot;:12.82},{&quot;2026-07-26&quot;:12.82},{&quot;2026-07-27&quot;:12.97},{&quot;2026-07-28&quot;:12.97},{&quot;2026-07-29&quot;:12.97},{&quot;2026-07-30&quot;:12.97},{&quot;2026-07-31&quot;:12.99},{&quot;2026-08-01&quot;:12.99},{&quot;2026-08-02&quot;:12.99},{&quot;2026-08-03&quot;:12.99},{&quot;2026-08-04&quot;:12.99},{&quot;2026-08-05&quot;:12.99},{&quot;2026-08-07&quot;:12.96},{&quot;2026-08-08&quot;:12.96},{&quot;2026-08-09&quot;:12.96},{&quot;2026-08-10&quot;:12.96},{&quot;2026-08-11&quot;:12.95},{&quot;2026-08-12&quot;:12.95},{&quot;2026-08-13&quot;:12.95},{&quot;2026-08-14&quot;:12.95},{&quot;2026-08-15&quot;:12.95},{&quot;2026-08-16&quot;:12.95},{&quot;2026-08-17&quot;:12.95},{&quot;2026-08-18&quot;:12.95},{&quot;2026-08-19&quot;:12.95},{&quot;2026-08-20&quot;:12.97},{&quot;2026-08-21&quot;:12.97},{&quot;2026-08-22&quot;:12.97},{&quot;2026-08-23&quot;:12.97},{&quot;2026-08-24&quot;:13.09},{&quot;2026-08-25&quot;:13.09},{&quot;2026-08-26&quot;:13.09},{&quot;2026-08-27&quot;:13.09},{&quot;2026-08-28&quot;:13.09},{&quot;2026-08-29&quot;:13.09},{&quot;2026-08-30&quot;:13.09},{&quot;2026-08-31&quot;:13.09},{&quot;2026-09-01&quot;:13.09},{&quot;2026-09-02&quot;:13.09},{&quot;2026-09-03&quot;:13.09},{&quot;2026-09-04&quot;:13.09},{&quot;2026-09-05&quot;:13.09},{&quot;2026-09-06&quot;:13.09},{&quot;2026-09-07&quot;:13.09},{&quot;2026-09-08&quot;:13.09},{&quot;2026-09-09&quot;:13.09},{&quot;2026-09-10&quot;:13.09},{&quot;2026-09-11&quot;:13.09}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.73},{&quot;2026-06-14&quot;:5.73},{&quot;2026-06-15&quot;:5.72},{&quot;2026-06-16&quot;:5.59},{&quot;2026-06-17&quot;:5.54},{&quot;2026-06-18&quot;:5.53},{&quot;2026-06-19&quot;:5.68},{&quot;2026-06-20&quot;:5.8},{&quot;2026-06-21&quot;:5.68},{&quot;2026-06-22&quot;:5.68},{&quot;2026-06-23&quot;:5.56},{&quot;2026-06-24&quot;:5.6},{&quot;2026-06-25&quot;:5.6},{&quot;2026-06-26&quot;:5.52},{&quot;2026-06-27&quot;:5.5},{&quot;2026-06-28&quot;:5.4},{&quot;2026-06-29&quot;:5.45},{&quot;2026-06-30&quot;:5.45},{&quot;2026-07-01&quot;:5.41},{&quot;2026-07-02&quot;:5.41},{&quot;2026-07-03&quot;:5.29},{&quot;2026-07-04&quot;:5.26},{&quot;2026-07-05&quot;:5.1},{&quot;2026-07-06&quot;:5.09},{&quot;2026-07-07&quot;:5.05},{&quot;2026-07-08&quot;:4.93},{&quot;2026-07-09&quot;:4.93},{&quot;2026-07-10&quot;:4.88},{&quot;2026-07-11&quot;:4.88},{&quot;2026-07-12&quot;:4.83},{&quot;2026-07-13&quot;:4.82},{&quot;2026-07-14&quot;:4.82},{&quot;2026-07-15&quot;:4.84},{&quot;2026-07-16&quot;:4.84},{&quot;2026-07-17&quot;:4.8},{&quot;2026-07-18&quot;:4.8},{&quot;2026-07-19&quot;:4.93},{&quot;2026-07-20&quot;:4.91},{&quot;2026-07-21&quot;:4.65},{&quot;2026-07-22&quot;:4.66},{&quot;2026-07-23&quot;:4.65},{&quot;2026-07-24&quot;:4.73},{&quot;2026-07-25&quot;:4.68},{&quot;2026-07-26&quot;:4.68},{&quot;2026-07-27&quot;:4.74},{&quot;2026-07-28&quot;:4.7},{&quot;2026-07-29&quot;:4.69},{&quot;2026-07-30&quot;:4.67},{&quot;2026-07-31&quot;:4.6},{&quot;2026-08-01&quot;:4.6},{&quot;2026-08-02&quot;:4.6},{&quot;2026-08-03&quot;:4.74},{&quot;2026-08-04&quot;:4.7},{&quot;2026-08-05&quot;:4.75},{&quot;2026-08-07&quot;:4.74},{&quot;2026-08-08&quot;:4.73},{&quot;2026-08-09&quot;:4.73},{&quot;2026-08-10&quot;:4.73},{&quot;2026-08-11&quot;:4.81},{&quot;2026-08-12&quot;:4.75},{&quot;2026-08-13&quot;:4.83},{&quot;2026-08-14&quot;:4.86},{&quot;2026-08-15&quot;:4.81},{&quot;2026-08-16&quot;:4.84},{&quot;2026-08-17&quot;:4.76},{&quot;2026-08-18&quot;:4.82},{&quot;2026-08-19&quot;:4.82},{&quot;2026-08-20&quot;:4.82},{&quot;2026-08-21&quot;:4.82},{&quot;2026-08-22&quot;:4.89},{&quot;2026-08-23&quot;:5.13},{&quot;2026-08-24&quot;:5.14},{&quot;2026-08-25&quot;:5.13},{&quot;2026-08-26&quot;:5.13},{&quot;2026-08-27&quot;:5.23},{&quot;2026-08-28&quot;:5.45},{&quot;2026-08-29&quot;:5.45},{&quot;2026-08-30&quot;:5.46},{&quot;2026-08-31&quot;:5.5},{&quot;2026-09-01&quot;:5.5},{&quot;2026-09-02&quot;:5.5},{&quot;2026-09-03&quot;:5.5},{&quot;2026-09-04&quot;:5.54},{&quot;2026-09-05&quot;:5.54},{&quot;2026-09-06&quot;:5.55},{&quot;2026-09-07&quot;:5.55},{&quot;2026-09-08&quot;:5.58},{&quot;2026-09-09&quot;:5.58},{&quot;2026-09-10&quot;:5.58},{&quot;2026-09-11&quot;:5.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="91167"
  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">
            Hullbreaker Horror
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Kraken Horror
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.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="Hullbreaker Horror" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/ad3732f1-26b2-4448-87ea-56a1524ecb0f.jpg?1783908022" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Hullbreaker Horror
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Kraken Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hullbreaker Horror" src="https://cards.scryfall.io/large/front/a/d/ad3732f1-26b2-4448-87ea-56a1524ecb0f.jpg?1783908022" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.58
              </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">
                $9.35
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.50</span>
              <span class="text-xs text-grey-text">Credit: $5.85</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:8.34},{&quot;2026-06-11&quot;:8.34},{&quot;2026-06-12&quot;:8.42},{&quot;2026-06-13&quot;:8.28},{&quot;2026-06-14&quot;:8.28},{&quot;2026-06-15&quot;:8.28},{&quot;2026-06-16&quot;:8.27},{&quot;2026-06-17&quot;:8.27},{&quot;2026-06-18&quot;:8.27},{&quot;2026-06-19&quot;:8.3},{&quot;2026-06-20&quot;:8.3},{&quot;2026-06-21&quot;:8.39},{&quot;2026-06-22&quot;:8.39},{&quot;2026-06-23&quot;:8.42},{&quot;2026-06-24&quot;:8.45},{&quot;2026-06-25&quot;:8.41},{&quot;2026-06-26&quot;:8.41},{&quot;2026-06-27&quot;:8.41},{&quot;2026-06-28&quot;:8.44},{&quot;2026-06-29&quot;:8.44},{&quot;2026-06-30&quot;:8.49},{&quot;2026-07-01&quot;:8.42},{&quot;2026-07-02&quot;:8.52},{&quot;2026-07-03&quot;:8.61},{&quot;2026-07-04&quot;:8.71},{&quot;2026-07-05&quot;:8.71},{&quot;2026-07-06&quot;:8.77},{&quot;2026-07-07&quot;:8.77},{&quot;2026-07-08&quot;:8.77},{&quot;2026-07-09&quot;:8.75},{&quot;2026-07-10&quot;:8.75},{&quot;2026-07-11&quot;:8.76},{&quot;2026-07-12&quot;:8.76},{&quot;2026-07-13&quot;:8.76},{&quot;2026-07-14&quot;:8.63},{&quot;2026-07-15&quot;:8.63},{&quot;2026-07-16&quot;:8.75},{&quot;2026-07-17&quot;:8.87},{&quot;2026-07-18&quot;:9.01},{&quot;2026-07-19&quot;:8.91},{&quot;2026-07-20&quot;:8.91},{&quot;2026-07-21&quot;:8.93},{&quot;2026-07-23&quot;:8.85},{&quot;2026-07-25&quot;:8.92},{&quot;2026-07-26&quot;:8.92},{&quot;2026-07-27&quot;:9.01},{&quot;2026-07-29&quot;:9.05},{&quot;2026-07-30&quot;:9.05},{&quot;2026-07-31&quot;:9.07},{&quot;2026-08-01&quot;:9.1},{&quot;2026-08-02&quot;:9.1},{&quot;2026-08-03&quot;:9.1},{&quot;2026-08-04&quot;:9.06},{&quot;2026-08-05&quot;:9.06},{&quot;2026-08-07&quot;:9.06},{&quot;2026-08-08&quot;:9.06},{&quot;2026-08-09&quot;:9.06},{&quot;2026-08-10&quot;:9.06},{&quot;2026-08-11&quot;:9.06},{&quot;2026-08-12&quot;:9.08},{&quot;2026-08-13&quot;:9.08},{&quot;2026-08-14&quot;:9.15},{&quot;2026-08-15&quot;:9.15},{&quot;2026-08-16&quot;:9.15},{&quot;2026-08-17&quot;:9.3},{&quot;2026-08-18&quot;:9.3},{&quot;2026-08-19&quot;:9.3},{&quot;2026-08-20&quot;:9.3},{&quot;2026-08-21&quot;:9.29},{&quot;2026-08-22&quot;:9.29},{&quot;2026-08-23&quot;:9.29},{&quot;2026-08-24&quot;:9.31},{&quot;2026-08-25&quot;:9.31},{&quot;2026-08-26&quot;:9.2},{&quot;2026-08-27&quot;:9.23},{&quot;2026-08-28&quot;:9.33},{&quot;2026-08-29&quot;:9.33},{&quot;2026-08-30&quot;:9.33},{&quot;2026-08-31&quot;:9.31},{&quot;2026-09-01&quot;:9.31},{&quot;2026-09-02&quot;:9.31},{&quot;2026-09-03&quot;:9.35},{&quot;2026-09-04&quot;:9.35},{&quot;2026-09-05&quot;:9.35},{&quot;2026-09-06&quot;:9.35},{&quot;2026-09-07&quot;:9.39},{&quot;2026-09-08&quot;:9.35},{&quot;2026-09-09&quot;:9.35},{&quot;2026-09-10&quot;:9.35},{&quot;2026-09-11&quot;:9.35}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.25},{&quot;2026-06-11&quot;:6.13},{&quot;2026-06-12&quot;:6.09},{&quot;2026-06-13&quot;:5.92},{&quot;2026-06-14&quot;:6.0},{&quot;2026-06-15&quot;:5.83},{&quot;2026-06-16&quot;:5.83},{&quot;2026-06-17&quot;:5.84},{&quot;2026-06-18&quot;:5.84},{&quot;2026-06-19&quot;:5.87},{&quot;2026-06-20&quot;:5.77},{&quot;2026-06-21&quot;:5.78},{&quot;2026-06-22&quot;:5.78},{&quot;2026-06-23&quot;:5.78},{&quot;2026-06-24&quot;:5.78},{&quot;2026-06-25&quot;:5.78},{&quot;2026-06-26&quot;:5.78},{&quot;2026-06-27&quot;:5.79},{&quot;2026-06-28&quot;:5.79},{&quot;2026-06-29&quot;:5.75},{&quot;2026-06-30&quot;:5.75},{&quot;2026-07-01&quot;:5.78},{&quot;2026-07-02&quot;:5.64},{&quot;2026-07-03&quot;:5.72},{&quot;2026-07-04&quot;:5.96},{&quot;2026-07-05&quot;:5.85},{&quot;2026-07-06&quot;:5.78},{&quot;2026-07-07&quot;:6.09},{&quot;2026-07-08&quot;:6.17},{&quot;2026-07-09&quot;:6.08},{&quot;2026-07-10&quot;:6.01},{&quot;2026-07-11&quot;:6.15},{&quot;2026-07-12&quot;:6.15},{&quot;2026-07-13&quot;:6.12},{&quot;2026-07-14&quot;:6.04},{&quot;2026-07-15&quot;:6.06},{&quot;2026-07-16&quot;:5.94},{&quot;2026-07-17&quot;:5.82},{&quot;2026-07-18&quot;:5.73},{&quot;2026-07-19&quot;:5.77},{&quot;2026-07-20&quot;:5.77},{&quot;2026-07-21&quot;:5.45},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-25&quot;:5.35},{&quot;2026-07-26&quot;:5.35},{&quot;2026-07-27&quot;:5.36},{&quot;2026-07-29&quot;:5.5},{&quot;2026-07-30&quot;:5.6},{&quot;2026-07-31&quot;:5.74},{&quot;2026-08-01&quot;:5.74},{&quot;2026-08-02&quot;:5.74},{&quot;2026-08-03&quot;:5.69},{&quot;2026-08-04&quot;:5.74},{&quot;2026-08-05&quot;:5.72},{&quot;2026-08-07&quot;:5.56},{&quot;2026-08-08&quot;:5.58},{&quot;2026-08-09&quot;:5.48},{&quot;2026-08-10&quot;:5.45},{&quot;2026-08-11&quot;:5.51},{&quot;2026-08-12&quot;:5.52},{&quot;2026-08-13&quot;:5.6},{&quot;2026-08-14&quot;:5.6},{&quot;2026-08-15&quot;:5.63},{&quot;2026-08-16&quot;:5.55},{&quot;2026-08-17&quot;:5.56},{&quot;2026-08-18&quot;:5.59},{&quot;2026-08-19&quot;:5.59},{&quot;2026-08-20&quot;:5.59},{&quot;2026-08-21&quot;:5.73},{&quot;2026-08-22&quot;:5.59},{&quot;2026-08-23&quot;:5.42},{&quot;2026-08-24&quot;:5.27},{&quot;2026-08-25&quot;:5.27},{&quot;2026-08-26&quot;:5.14},{&quot;2026-08-27&quot;:5.15},{&quot;2026-08-28&quot;:5.21},{&quot;2026-08-29&quot;:5.21},{&quot;2026-08-30&quot;:5.13},{&quot;2026-08-31&quot;:5.11},{&quot;2026-09-01&quot;:5.11},{&quot;2026-09-02&quot;:5.09},{&quot;2026-09-03&quot;:5.14},{&quot;2026-09-04&quot;:5.32},{&quot;2026-09-05&quot;:5.34},{&quot;2026-09-06&quot;:5.37},{&quot;2026-09-07&quot;:5.31},{&quot;2026-09-08&quot;:5.34},{&quot;2026-09-09&quot;:5.42},{&quot;2026-09-10&quot;:5.56},{&quot;2026-09-11&quot;:5.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="108913"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Toxic Deluge
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $5.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="Toxic Deluge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a1c2a8da-56b0-4cab-b07b-10cac92c72c5.jpg?1782683289" />

        <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">
            Toxic Deluge
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Toxic Deluge" src="https://cards.scryfall.io/large/front/a/1/a1c2a8da-56b0-4cab-b07b-10cac92c72c5.jpg?1782683289" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.58
              </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">$3.95</span>
              <span class="text-xs text-grey-text">Credit: $5.14</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.16},{&quot;2026-06-13&quot;:5.18},{&quot;2026-06-14&quot;:5.18},{&quot;2026-06-15&quot;:5.04},{&quot;2026-06-16&quot;:5.12},{&quot;2026-06-17&quot;:5.16},{&quot;2026-06-18&quot;:5.26},{&quot;2026-06-19&quot;:5.72},{&quot;2026-06-20&quot;:5.72},{&quot;2026-06-21&quot;:5.74},{&quot;2026-06-22&quot;:5.19},{&quot;2026-06-23&quot;:5.1},{&quot;2026-06-24&quot;:5.13},{&quot;2026-06-25&quot;:5.01},{&quot;2026-06-26&quot;:5.03},{&quot;2026-06-27&quot;:4.97},{&quot;2026-06-28&quot;:4.99},{&quot;2026-06-29&quot;:4.99},{&quot;2026-06-30&quot;:5.0},{&quot;2026-07-01&quot;:4.96},{&quot;2026-07-02&quot;:5.08},{&quot;2026-07-03&quot;:5.25},{&quot;2026-07-04&quot;:5.29},{&quot;2026-07-05&quot;:5.25},{&quot;2026-07-06&quot;:5.28},{&quot;2026-07-07&quot;:5.28},{&quot;2026-07-08&quot;:5.3},{&quot;2026-07-09&quot;:5.22},{&quot;2026-07-10&quot;:5.2},{&quot;2026-07-11&quot;:5.1},{&quot;2026-07-12&quot;:5.04},{&quot;2026-07-13&quot;:4.94},{&quot;2026-07-14&quot;:4.83},{&quot;2026-07-15&quot;:4.84},{&quot;2026-07-16&quot;:4.62},{&quot;2026-07-17&quot;:4.45},{&quot;2026-07-18&quot;:4.39},{&quot;2026-07-19&quot;:4.5},{&quot;2026-07-20&quot;:4.46},{&quot;2026-07-21&quot;:4.47},{&quot;2026-07-23&quot;:4.76},{&quot;2026-07-24&quot;:4.86},{&quot;2026-07-25&quot;:5.05},{&quot;2026-07-26&quot;:5.07},{&quot;2026-07-27&quot;:5.1},{&quot;2026-07-28&quot;:5.08},{&quot;2026-07-29&quot;:5.27},{&quot;2026-07-30&quot;:5.46},{&quot;2026-07-31&quot;:5.37},{&quot;2026-08-01&quot;:5.5},{&quot;2026-08-02&quot;:5.23},{&quot;2026-08-03&quot;:5.24},{&quot;2026-08-04&quot;:5.21},{&quot;2026-08-05&quot;:5.03},{&quot;2026-08-07&quot;:5.23},{&quot;2026-08-08&quot;:4.96},{&quot;2026-08-09&quot;:5.09},{&quot;2026-08-10&quot;:5.24},{&quot;2026-08-11&quot;:5.36},{&quot;2026-08-12&quot;:5.39},{&quot;2026-08-13&quot;:5.37},{&quot;2026-08-14&quot;:5.44},{&quot;2026-08-15&quot;:5.43},{&quot;2026-08-16&quot;:5.58},{&quot;2026-08-17&quot;:5.53},{&quot;2026-08-18&quot;:5.43},{&quot;2026-08-19&quot;:5.32},{&quot;2026-08-20&quot;:5.32},{&quot;2026-08-21&quot;:5.36},{&quot;2026-08-22&quot;:5.36},{&quot;2026-08-23&quot;:5.27},{&quot;2026-08-24&quot;:5.3},{&quot;2026-08-25&quot;:5.35},{&quot;2026-08-26&quot;:5.25},{&quot;2026-08-27&quot;:5.2},{&quot;2026-08-28&quot;:5.3},{&quot;2026-08-29&quot;:5.3},{&quot;2026-08-30&quot;:5.17},{&quot;2026-08-31&quot;:5.49},{&quot;2026-09-01&quot;:5.6},{&quot;2026-09-02&quot;:5.74},{&quot;2026-09-03&quot;:5.69},{&quot;2026-09-04&quot;:5.6},{&quot;2026-09-05&quot;:5.6},{&quot;2026-09-06&quot;:5.58},{&quot;2026-09-07&quot;:5.64},{&quot;2026-09-08&quot;:5.58},{&quot;2026-09-09&quot;:5.52},{&quot;2026-09-10&quot;:5.54},{&quot;2026-09-11&quot;:5.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="109134"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Bitterthorn, Nissa&#39;s Animus
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Artifact — Equipment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.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="Bitterthorn, Nissa&#39;s Animus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/926cbd68-3b66-4ccc-a7c9-fb20e38a3126.jpg?1782683121" />

        <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">
            Bitterthorn, Nissa&#39;s Animus
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact — Equipment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Bitterthorn, Nissa&#39;s Animus" src="https://cards.scryfall.io/large/front/9/2/926cbd68-3b66-4ccc-a7c9-fb20e38a3126.jpg?1782683121" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.58
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.00
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.35},{&quot;2026-06-11&quot;:5.41},{&quot;2026-06-12&quot;:5.67},{&quot;2026-06-13&quot;:5.92},{&quot;2026-06-14&quot;:5.73},{&quot;2026-06-15&quot;:5.22},{&quot;2026-06-16&quot;:5.03},{&quot;2026-06-17&quot;:5.08},{&quot;2026-06-18&quot;:5.53},{&quot;2026-06-19&quot;:5.78},{&quot;2026-06-20&quot;:5.25},{&quot;2026-06-21&quot;:4.94},{&quot;2026-06-22&quot;:4.94},{&quot;2026-06-23&quot;:5.14},{&quot;2026-06-24&quot;:5.27},{&quot;2026-06-25&quot;:5.37},{&quot;2026-06-26&quot;:5.08},{&quot;2026-06-27&quot;:4.79},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:4.9},{&quot;2026-06-30&quot;:4.83},{&quot;2026-07-01&quot;:4.76},{&quot;2026-07-02&quot;:4.73},{&quot;2026-07-03&quot;:4.68},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:4.9},{&quot;2026-07-06&quot;:4.96},{&quot;2026-07-07&quot;:4.95},{&quot;2026-07-08&quot;:4.97},{&quot;2026-07-09&quot;:5.05},{&quot;2026-07-10&quot;:6.01},{&quot;2026-07-11&quot;:6.06},{&quot;2026-07-12&quot;:5.22},{&quot;2026-07-13&quot;:5.11},{&quot;2026-07-14&quot;:5.25},{&quot;2026-07-15&quot;:5.58},{&quot;2026-07-16&quot;:5.49},{&quot;2026-07-17&quot;:5.33},{&quot;2026-07-18&quot;:5.28},{&quot;2026-07-19&quot;:5.41},{&quot;2026-07-20&quot;:5.6},{&quot;2026-07-21&quot;:5.67},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-25&quot;:5.69},{&quot;2026-07-26&quot;:5.64},{&quot;2026-07-27&quot;:5.63},{&quot;2026-07-29&quot;:5.52},{&quot;2026-07-30&quot;:5.41},{&quot;2026-07-31&quot;:5.48},{&quot;2026-08-01&quot;:5.47},{&quot;2026-08-02&quot;:5.49},{&quot;2026-08-03&quot;:5.57},{&quot;2026-08-04&quot;:5.56},{&quot;2026-08-05&quot;:5.54},{&quot;2026-08-07&quot;:5.48},{&quot;2026-08-08&quot;:5.43},{&quot;2026-08-09&quot;:5.5},{&quot;2026-08-10&quot;:5.53},{&quot;2026-08-11&quot;:5.52},{&quot;2026-08-12&quot;:5.57},{&quot;2026-08-13&quot;:5.64},{&quot;2026-08-14&quot;:5.55},{&quot;2026-08-15&quot;:5.55},{&quot;2026-08-16&quot;:5.62},{&quot;2026-08-17&quot;:5.77},{&quot;2026-08-18&quot;:5.87},{&quot;2026-08-19&quot;:5.94},{&quot;2026-08-20&quot;:5.94},{&quot;2026-08-21&quot;:5.89},{&quot;2026-08-22&quot;:5.78},{&quot;2026-08-23&quot;:5.82},{&quot;2026-08-24&quot;:6.07},{&quot;2026-08-25&quot;:6.07},{&quot;2026-08-26&quot;:5.88},{&quot;2026-08-27&quot;:5.81},{&quot;2026-08-28&quot;:5.94},{&quot;2026-08-29&quot;:5.94},{&quot;2026-08-30&quot;:6.21},{&quot;2026-08-31&quot;:6.2},{&quot;2026-09-01&quot;:6.2},{&quot;2026-09-02&quot;:6.03},{&quot;2026-09-03&quot;:5.96},{&quot;2026-09-04&quot;:5.84},{&quot;2026-09-05&quot;:5.76},{&quot;2026-09-06&quot;:5.8},{&quot;2026-09-07&quot;:5.68},{&quot;2026-09-08&quot;:5.7},{&quot;2026-09-09&quot;:5.57},{&quot;2026-09-10&quot;:5.52},{&quot;2026-09-11&quot;:5.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="95322"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-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">
            Three Visits
        </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">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.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="Three Visits" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/b/5bcf7495-a8af-4c7f-a27d-be27748f64e0.jpg?1783906253" />

        <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">
            Three Visits
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Three Visits" src="https://cards.scryfall.io/large/front/5/b/5bcf7495-a8af-4c7f-a27d-be27748f64e0.jpg?1783906253" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.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">
                $14.85
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.80</span>
              <span class="text-xs text-grey-text">Credit: $4.94</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:14.81},{&quot;2026-08-20&quot;:14.81},{&quot;2026-08-21&quot;:14.83},{&quot;2026-08-22&quot;:14.83},{&quot;2026-08-23&quot;:14.81},{&quot;2026-08-24&quot;:14.81},{&quot;2026-08-25&quot;:14.84},{&quot;2026-08-26&quot;:14.88},{&quot;2026-08-27&quot;:14.82},{&quot;2026-08-28&quot;:14.82},{&quot;2026-08-29&quot;:14.82},{&quot;2026-08-30&quot;:14.87},{&quot;2026-08-31&quot;:14.87},{&quot;2026-09-01&quot;:14.86},{&quot;2026-09-02&quot;:14.86},{&quot;2026-09-03&quot;:14.86},{&quot;2026-09-04&quot;:14.87},{&quot;2026-09-05&quot;:14.87},{&quot;2026-09-06&quot;:14.87},{&quot;2026-09-07&quot;:14.88},{&quot;2026-09-08&quot;:14.86},{&quot;2026-09-09&quot;:14.85},{&quot;2026-09-10&quot;:14.85},{&quot;2026-09-11&quot;:14.85}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.29},{&quot;2026-06-12&quot;:5.28},{&quot;2026-06-13&quot;:5.41},{&quot;2026-06-14&quot;:5.33},{&quot;2026-06-15&quot;:5.26},{&quot;2026-06-16&quot;:5.3},{&quot;2026-06-17&quot;:5.31},{&quot;2026-06-18&quot;:5.23},{&quot;2026-06-19&quot;:5.34},{&quot;2026-06-20&quot;:5.25},{&quot;2026-06-21&quot;:5.08},{&quot;2026-06-22&quot;:5.13},{&quot;2026-06-23&quot;:5.03},{&quot;2026-06-24&quot;:5.14},{&quot;2026-06-25&quot;:5.2},{&quot;2026-06-26&quot;:4.9},{&quot;2026-06-27&quot;:4.72},{&quot;2026-06-28&quot;:4.99},{&quot;2026-06-29&quot;:4.99},{&quot;2026-06-30&quot;:5.1},{&quot;2026-07-01&quot;:5.18},{&quot;2026-07-02&quot;:5.22},{&quot;2026-07-03&quot;:5.24},{&quot;2026-07-04&quot;:5.25},{&quot;2026-07-05&quot;:5.25},{&quot;2026-07-06&quot;:5.22},{&quot;2026-07-07&quot;:5.18},{&quot;2026-07-08&quot;:5.17},{&quot;2026-07-09&quot;:5.15},{&quot;2026-07-10&quot;:5.13},{&quot;2026-07-11&quot;:5.17},{&quot;2026-07-12&quot;:5.24},{&quot;2026-07-13&quot;:5.19},{&quot;2026-07-14&quot;:5.02},{&quot;2026-07-15&quot;:4.91},{&quot;2026-07-16&quot;:4.87},{&quot;2026-07-17&quot;:4.89},{&quot;2026-07-18&quot;:4.76},{&quot;2026-07-19&quot;:5.1},{&quot;2026-07-20&quot;:5.01},{&quot;2026-07-21&quot;:4.81},{&quot;2026-07-23&quot;:4.38},{&quot;2026-07-25&quot;:4.49},{&quot;2026-07-26&quot;:4.54},{&quot;2026-07-27&quot;:4.52},{&quot;2026-07-28&quot;:4.53},{&quot;2026-07-29&quot;:4.46},{&quot;2026-07-30&quot;:4.71},{&quot;2026-07-31&quot;:4.76},{&quot;2026-08-01&quot;:4.85},{&quot;2026-08-02&quot;:4.71},{&quot;2026-08-03&quot;:4.75},{&quot;2026-08-04&quot;:4.65},{&quot;2026-08-05&quot;:4.77},{&quot;2026-08-07&quot;:4.76},{&quot;2026-08-08&quot;:4.81},{&quot;2026-08-09&quot;:4.71},{&quot;2026-08-10&quot;:4.68},{&quot;2026-08-11&quot;:4.86},{&quot;2026-08-12&quot;:4.99},{&quot;2026-08-13&quot;:4.94},{&quot;2026-08-14&quot;:5.0},{&quot;2026-08-15&quot;:4.8},{&quot;2026-08-16&quot;:4.98},{&quot;2026-08-17&quot;:4.93},{&quot;2026-08-18&quot;:4.82},{&quot;2026-08-19&quot;:4.96},{&quot;2026-08-20&quot;:4.96},{&quot;2026-08-21&quot;:5.09},{&quot;2026-08-22&quot;:5.46},{&quot;2026-08-23&quot;:5.5},{&quot;2026-08-24&quot;:5.4},{&quot;2026-08-25&quot;:5.48},{&quot;2026-08-26&quot;:5.56},{&quot;2026-08-27&quot;:5.54},{&quot;2026-08-28&quot;:5.45},{&quot;2026-08-29&quot;:5.45},{&quot;2026-08-30&quot;:5.6},{&quot;2026-08-31&quot;:5.45},{&quot;2026-09-01&quot;:5.69},{&quot;2026-09-02&quot;:5.81},{&quot;2026-09-03&quot;:6.18},{&quot;2026-09-04&quot;:5.99},{&quot;2026-09-05&quot;:5.98},{&quot;2026-09-06&quot;:5.72},{&quot;2026-09-07&quot;:5.82},{&quot;2026-09-08&quot;:5.92},{&quot;2026-09-09&quot;:6.02},{&quot;2026-09-10&quot;:5.95},{&quot;2026-09-11&quot;:5.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="14622"
  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">
            War Room
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.56
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="War Room" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/d/ed5cebc0-6a58-468d-a75e-46087ea2eb46.jpg?1783922359" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            War Room
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="War Room" src="https://cards.scryfall.io/large/front/e/d/ed5cebc0-6a58-468d-a75e-46087ea2eb46.jpg?1783922359" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.56
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.70</span>
              <span class="text-xs text-grey-text">Credit: $4.81</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.54},{&quot;2026-06-11&quot;:6.57},{&quot;2026-06-12&quot;:6.57},{&quot;2026-06-13&quot;:6.57},{&quot;2026-06-14&quot;:6.63},{&quot;2026-06-15&quot;:6.63},{&quot;2026-06-16&quot;:6.63},{&quot;2026-06-17&quot;:6.63},{&quot;2026-06-18&quot;:6.7},{&quot;2026-06-19&quot;:6.7},{&quot;2026-06-20&quot;:6.82},{&quot;2026-06-21&quot;:6.82},{&quot;2026-06-22&quot;:6.82},{&quot;2026-06-23&quot;:6.82},{&quot;2026-06-24&quot;:6.9},{&quot;2026-06-25&quot;:6.9},{&quot;2026-06-26&quot;:6.61},{&quot;2026-06-27&quot;:6.92},{&quot;2026-06-28&quot;:6.92},{&quot;2026-06-29&quot;:6.9},{&quot;2026-06-30&quot;:6.9},{&quot;2026-07-01&quot;:6.9},{&quot;2026-07-02&quot;:6.75},{&quot;2026-07-03&quot;:6.7},{&quot;2026-07-04&quot;:6.7},{&quot;2026-07-05&quot;:6.58},{&quot;2026-07-06&quot;:6.58},{&quot;2026-07-07&quot;:6.58},{&quot;2026-07-08&quot;:6.41},{&quot;2026-07-09&quot;:6.46},{&quot;2026-07-10&quot;:6.46},{&quot;2026-07-11&quot;:6.46},{&quot;2026-07-12&quot;:6.46},{&quot;2026-07-13&quot;:6.14},{&quot;2026-07-14&quot;:6.14},{&quot;2026-07-15&quot;:6.14},{&quot;2026-07-16&quot;:5.98},{&quot;2026-07-17&quot;:5.91},{&quot;2026-07-18&quot;:5.91},{&quot;2026-07-19&quot;:5.76},{&quot;2026-07-20&quot;:5.72},{&quot;2026-07-21&quot;:5.58},{&quot;2026-07-23&quot;:5.29},{&quot;2026-07-25&quot;:5.18},{&quot;2026-07-26&quot;:5.18},{&quot;2026-07-27&quot;:5.18},{&quot;2026-07-29&quot;:4.94},{&quot;2026-07-30&quot;:4.82},{&quot;2026-07-31&quot;:4.81},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:5.02},{&quot;2026-08-03&quot;:5.24},{&quot;2026-08-04&quot;:5.13},{&quot;2026-08-05&quot;:5.11},{&quot;2026-08-07&quot;:5.14},{&quot;2026-08-08&quot;:5.17},{&quot;2026-08-09&quot;:5.09},{&quot;2026-08-10&quot;:5.11},{&quot;2026-08-11&quot;:5.07},{&quot;2026-08-12&quot;:5.07},{&quot;2026-08-13&quot;:5.16},{&quot;2026-08-14&quot;:5.41},{&quot;2026-08-15&quot;:5.37},{&quot;2026-08-16&quot;:5.46},{&quot;2026-08-17&quot;:5.49},{&quot;2026-08-18&quot;:5.49},{&quot;2026-08-19&quot;:5.57},{&quot;2026-08-20&quot;:5.57},{&quot;2026-08-21&quot;:5.7},{&quot;2026-08-22&quot;:5.73},{&quot;2026-08-23&quot;:5.67},{&quot;2026-08-24&quot;:5.52},{&quot;2026-08-25&quot;:5.52},{&quot;2026-08-26&quot;:5.4},{&quot;2026-08-27&quot;:5.49},{&quot;2026-08-28&quot;:5.49},{&quot;2026-08-29&quot;:5.49},{&quot;2026-08-30&quot;:5.43},{&quot;2026-08-31&quot;:5.5},{&quot;2026-09-01&quot;:5.5},{&quot;2026-09-02&quot;:5.44},{&quot;2026-09-03&quot;:5.16},{&quot;2026-09-04&quot;:5.08},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:5.12},{&quot;2026-09-07&quot;:5.17},{&quot;2026-09-08&quot;:5.26},{&quot;2026-09-09&quot;:5.29},{&quot;2026-09-10&quot;:5.46},{&quot;2026-09-11&quot;:5.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19299"
  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">
            Sulfurous Springs
        </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">
            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">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.39
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sulfurous Springs" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0ba5d3e7-afd9-40c5-8ee9-238ba47f0841.jpg?1783921200" />

        <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">
            Sulfurous Springs
        </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="Sulfurous Springs" src="https://cards.scryfall.io/large/front/0/b/0ba5d3e7-afd9-40c5-8ee9-238ba47f0841.jpg?1783921200" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.39
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.56
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.20</span>
              <span class="text-xs text-grey-text">Credit: $4.16</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$4.50</span>
              <span class="text-xs text-grey-text">Credit: $5.85</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.56},{&quot;2026-06-14&quot;:5.56},{&quot;2026-06-15&quot;:5.57},{&quot;2026-06-16&quot;:5.57},{&quot;2026-06-17&quot;:5.57},{&quot;2026-06-18&quot;:5.57},{&quot;2026-06-19&quot;:5.57},{&quot;2026-06-20&quot;:5.57},{&quot;2026-06-21&quot;:5.57},{&quot;2026-06-22&quot;:5.57},{&quot;2026-06-23&quot;:5.55},{&quot;2026-06-24&quot;:5.68},{&quot;2026-06-25&quot;:5.76},{&quot;2026-06-26&quot;:5.77},{&quot;2026-06-27&quot;:5.77},{&quot;2026-06-28&quot;:5.77},{&quot;2026-06-29&quot;:5.77},{&quot;2026-06-30&quot;:5.76},{&quot;2026-07-01&quot;:5.76},{&quot;2026-07-02&quot;:5.78},{&quot;2026-07-03&quot;:5.84},{&quot;2026-07-04&quot;:5.84},{&quot;2026-07-05&quot;:5.79},{&quot;2026-07-06&quot;:5.79},{&quot;2026-07-07&quot;:5.79},{&quot;2026-07-08&quot;:5.83},{&quot;2026-07-09&quot;:5.91},{&quot;2026-07-10&quot;:5.91},{&quot;2026-07-11&quot;:5.87},{&quot;2026-07-12&quot;:5.86},{&quot;2026-07-13&quot;:5.95},{&quot;2026-07-14&quot;:5.95},{&quot;2026-07-15&quot;:5.95},{&quot;2026-07-16&quot;:5.94},{&quot;2026-07-17&quot;:5.94},{&quot;2026-07-18&quot;:5.94},{&quot;2026-07-19&quot;:5.93},{&quot;2026-07-20&quot;:5.93},{&quot;2026-07-21&quot;:5.97},{&quot;2026-07-22&quot;:5.96},{&quot;2026-07-23&quot;:6.01},{&quot;2026-07-24&quot;:6.01},{&quot;2026-07-25&quot;:6.01},{&quot;2026-07-26&quot;:5.96},{&quot;2026-07-27&quot;:5.98},{&quot;2026-07-28&quot;:5.98},{&quot;2026-07-29&quot;:5.98},{&quot;2026-07-30&quot;:5.98},{&quot;2026-07-31&quot;:5.95},{&quot;2026-08-01&quot;:5.94},{&quot;2026-08-02&quot;:5.94},{&quot;2026-08-03&quot;:5.94},{&quot;2026-08-04&quot;:5.94},{&quot;2026-08-05&quot;:5.98},{&quot;2026-08-07&quot;:5.9},{&quot;2026-08-08&quot;:5.79},{&quot;2026-08-09&quot;:5.83},{&quot;2026-08-10&quot;:5.83},{&quot;2026-08-11&quot;:5.77},{&quot;2026-08-12&quot;:5.77},{&quot;2026-08-13&quot;:5.77},{&quot;2026-08-14&quot;:5.77},{&quot;2026-08-15&quot;:5.77},{&quot;2026-08-16&quot;:5.63},{&quot;2026-08-17&quot;:5.59},{&quot;2026-08-18&quot;:5.6},{&quot;2026-08-19&quot;:5.6},{&quot;2026-08-20&quot;:5.6},{&quot;2026-08-21&quot;:5.6},{&quot;2026-08-22&quot;:5.58},{&quot;2026-08-23&quot;:5.51},{&quot;2026-08-24&quot;:5.57},{&quot;2026-08-25&quot;:5.57},{&quot;2026-08-26&quot;:5.66},{&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;:5.68},{&quot;2026-08-31&quot;:5.64},{&quot;2026-09-01&quot;:5.64},{&quot;2026-09-02&quot;:5.64},{&quot;2026-09-03&quot;:5.63},{&quot;2026-09-04&quot;:5.63},{&quot;2026-09-05&quot;:5.6},{&quot;2026-09-06&quot;:5.6},{&quot;2026-09-07&quot;:5.6},{&quot;2026-09-08&quot;:5.53},{&quot;2026-09-09&quot;:5.53},{&quot;2026-09-10&quot;:5.53},{&quot;2026-09-11&quot;:5.56}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.11},{&quot;2026-06-14&quot;:3.11},{&quot;2026-06-15&quot;:3.11},{&quot;2026-06-16&quot;:3.11},{&quot;2026-06-17&quot;:3.11},{&quot;2026-06-18&quot;:3.06},{&quot;2026-06-19&quot;:3.21},{&quot;2026-06-20&quot;:3.14},{&quot;2026-06-21&quot;:3.1},{&quot;2026-06-22&quot;:3.21},{&quot;2026-06-23&quot;:3.24},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.27},{&quot;2026-06-26&quot;:3.41},{&quot;2026-06-27&quot;:3.41},{&quot;2026-06-28&quot;:3.48},{&quot;2026-06-29&quot;:3.48},{&quot;2026-06-30&quot;:3.55},{&quot;2026-07-01&quot;:3.61},{&quot;2026-07-02&quot;:3.58},{&quot;2026-07-03&quot;:3.62},{&quot;2026-07-04&quot;:3.54},{&quot;2026-07-05&quot;:3.48},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.5},{&quot;2026-07-08&quot;:3.5},{&quot;2026-07-09&quot;:3.28},{&quot;2026-07-10&quot;:3.32},{&quot;2026-07-11&quot;:3.32},{&quot;2026-07-12&quot;:3.3},{&quot;2026-07-13&quot;:3.28},{&quot;2026-07-14&quot;:3.28},{&quot;2026-07-15&quot;:3.26},{&quot;2026-07-16&quot;:3.26},{&quot;2026-07-17&quot;:3.17},{&quot;2026-07-18&quot;:3.28},{&quot;2026-07-19&quot;:3.44},{&quot;2026-07-20&quot;:3.55},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.72},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-24&quot;:3.73},{&quot;2026-07-25&quot;:3.72},{&quot;2026-07-26&quot;:3.72},{&quot;2026-07-27&quot;:3.75},{&quot;2026-07-28&quot;:3.76},{&quot;2026-07-29&quot;:3.68},{&quot;2026-07-30&quot;:3.68},{&quot;2026-07-31&quot;:3.74},{&quot;2026-08-01&quot;:3.74},{&quot;2026-08-02&quot;:3.79},{&quot;2026-08-03&quot;:3.82},{&quot;2026-08-04&quot;:3.78},{&quot;2026-08-05&quot;:3.68},{&quot;2026-08-07&quot;:3.82},{&quot;2026-08-08&quot;:3.73},{&quot;2026-08-09&quot;:3.77},{&quot;2026-08-10&quot;:3.77},{&quot;2026-08-11&quot;:3.79},{&quot;2026-08-12&quot;:3.79},{&quot;2026-08-13&quot;:3.73},{&quot;2026-08-14&quot;:3.73},{&quot;2026-08-15&quot;:3.72},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.64},{&quot;2026-08-18&quot;:3.58},{&quot;2026-08-19&quot;:3.22},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.29},{&quot;2026-08-22&quot;:3.15},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.29},{&quot;2026-08-25&quot;:3.47},{&quot;2026-08-26&quot;:3.47},{&quot;2026-08-27&quot;:3.47},{&quot;2026-08-28&quot;:3.51},{&quot;2026-08-29&quot;:3.51},{&quot;2026-08-30&quot;:3.32},{&quot;2026-08-31&quot;:3.3},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.19},{&quot;2026-09-04&quot;:3.08},{&quot;2026-09-05&quot;:3.1},{&quot;2026-09-06&quot;:3.13},{&quot;2026-09-07&quot;:3.23},{&quot;2026-09-08&quot;:3.24},{&quot;2026-09-09&quot;:3.28},{&quot;2026-09-10&quot;:3.36},{&quot;2026-09-11&quot;:3.39}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="47569"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Endless Ranks of the Dead
        </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.56
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Endless Ranks of the Dead" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/5/155ae16c-f32b-421d-a92a-bf13d9f32891.jpg?1783925339" />

        <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">
            Endless Ranks of the Dead
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Endless Ranks of the Dead" src="https://cards.scryfall.io/large/front/1/5/155ae16c-f32b-421d-a92a-bf13d9f32891.jpg?1783925339" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.56
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.20</span>
              <span class="text-xs text-grey-text">Credit: $6.76</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.64},{&quot;2026-06-10&quot;:5.77},{&quot;2026-06-11&quot;:5.9},{&quot;2026-06-12&quot;:5.83},{&quot;2026-06-13&quot;:5.94},{&quot;2026-06-14&quot;:5.86},{&quot;2026-06-15&quot;:5.94},{&quot;2026-06-16&quot;:6.16},{&quot;2026-06-17&quot;:6.06},{&quot;2026-06-18&quot;:6.06},{&quot;2026-06-19&quot;:6.01},{&quot;2026-06-20&quot;:5.96},{&quot;2026-06-21&quot;:6.04},{&quot;2026-06-22&quot;:5.87},{&quot;2026-06-24&quot;:5.8},{&quot;2026-06-25&quot;:5.78},{&quot;2026-06-26&quot;:5.78},{&quot;2026-06-27&quot;:5.65},{&quot;2026-06-28&quot;:5.7},{&quot;2026-06-29&quot;:5.66},{&quot;2026-06-30&quot;:5.64},{&quot;2026-07-01&quot;:5.63},{&quot;2026-07-02&quot;:5.38},{&quot;2026-07-03&quot;:5.4},{&quot;2026-07-04&quot;:5.42},{&quot;2026-07-05&quot;:5.43},{&quot;2026-07-06&quot;:5.23},{&quot;2026-07-07&quot;:5.45},{&quot;2026-07-08&quot;:5.51},{&quot;2026-07-09&quot;:5.52},{&quot;2026-07-10&quot;:5.44},{&quot;2026-07-11&quot;:5.43},{&quot;2026-07-12&quot;:5.77},{&quot;2026-07-13&quot;:5.8},{&quot;2026-07-14&quot;:5.84},{&quot;2026-07-15&quot;:5.9},{&quot;2026-07-16&quot;:5.87},{&quot;2026-07-17&quot;:5.85},{&quot;2026-07-18&quot;:5.99},{&quot;2026-07-19&quot;:6.1},{&quot;2026-07-20&quot;:5.95},{&quot;2026-07-21&quot;:5.93},{&quot;2026-07-23&quot;:6.03},{&quot;2026-07-25&quot;:6.03},{&quot;2026-07-26&quot;:5.68},{&quot;2026-07-27&quot;:5.48},{&quot;2026-07-29&quot;:5.28},{&quot;2026-07-30&quot;:5.33},{&quot;2026-07-31&quot;:5.33},{&quot;2026-08-01&quot;:5.31},{&quot;2026-08-02&quot;:5.31},{&quot;2026-08-03&quot;:5.47},{&quot;2026-08-04&quot;:5.66},{&quot;2026-08-05&quot;:5.76},{&quot;2026-08-07&quot;:5.67},{&quot;2026-08-08&quot;:5.71},{&quot;2026-08-09&quot;:5.55},{&quot;2026-08-10&quot;:5.5},{&quot;2026-08-11&quot;:5.5},{&quot;2026-08-12&quot;:5.43},{&quot;2026-08-13&quot;:5.45},{&quot;2026-08-14&quot;:5.51},{&quot;2026-08-15&quot;:5.58},{&quot;2026-08-16&quot;:5.58},{&quot;2026-08-17&quot;:5.47},{&quot;2026-08-18&quot;:5.48},{&quot;2026-08-19&quot;:5.75},{&quot;2026-08-20&quot;:5.75},{&quot;2026-08-21&quot;:6.1},{&quot;2026-08-22&quot;:6.08},{&quot;2026-08-23&quot;:5.59},{&quot;2026-08-24&quot;:5.61},{&quot;2026-08-25&quot;:5.61},{&quot;2026-08-26&quot;:5.54},{&quot;2026-08-27&quot;:5.59},{&quot;2026-08-28&quot;:5.66},{&quot;2026-08-29&quot;:5.66},{&quot;2026-08-30&quot;:5.63},{&quot;2026-08-31&quot;:5.93},{&quot;2026-09-01&quot;:5.93},{&quot;2026-09-02&quot;:5.93},{&quot;2026-09-03&quot;:6.06},{&quot;2026-09-04&quot;:6.07},{&quot;2026-09-05&quot;:5.86},{&quot;2026-09-06&quot;:5.82},{&quot;2026-09-07&quot;:5.71},{&quot;2026-09-08&quot;:5.85},{&quot;2026-09-09&quot;:5.61},{&quot;2026-09-10&quot;:5.66},{&quot;2026-09-11&quot;:5.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>


    <div
      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 751-800 of 9368 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=15&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=15&amp;username=denvermullets" rel="prev">15</a><a role="link" aria-disabled="true" aria-current="page">16</a><a href="/load_collection?direction=asc&amp;page=17&amp;username=denvermullets" rel="next">17</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=17&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="79896"
          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">
              406
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x mr-4"></i>
              Bojuka Bog


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.80

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79896"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79896" src="/boxset_card/79896?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="88051"
          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">
              M19-306
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Nexus of Fate


            </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-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.80

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.57
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="88051"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_88051" src="/boxset_card/88051?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36403"
          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">
              255
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Moonsilver Key


            </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">
                  $0.91

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.79

                    <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">
                $0.45
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.75
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36403"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36403" src="/boxset_card/36403?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84178"
          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">
              GTC-231
            </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>
              Illusionist&#39;s Bracers


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.79

                    <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.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">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="84178"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_84178" src="/boxset_card/84178?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30058"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              246
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-j25 ss-rare ss-fw ss-2x mr-4"></i>
              Righteous Valkyrie


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Angel Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.78

                    <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">
                $3.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.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30058"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30058" src="/boxset_card/30058?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53259"
          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">
              193
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Goblin Recruiter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.78

                    <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">
                $3.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.69
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53259"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53259" src="/boxset_card/53259?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91283"
          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">
              461
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-mythic ss-fw ss-2x mr-4"></i>
              Bloodline Keeper // Lord of Lineage


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91283"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91283" src="/boxset_card/91283?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40294"
          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">
              26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-uncommon ss-fw ss-2x mr-4"></i>
              Ghostly Prison


            </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-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.76

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.07
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40294"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40294" src="/boxset_card/40294?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41999"
          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-neo 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">
                <div class="flex items-center gap-2">
                  $4.53

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.76

                    <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">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.20
            </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="41999"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41999" src="/boxset_card/41999?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74710"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              300
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x mr-4"></i>
              Anim Pakal, Thousandth Moon


            </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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.06

                    <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">
                <div class="flex items-center gap-2">
                  $5.75

                    <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">
                $3.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74710"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74710" src="/boxset_card/74710?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86097"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              76
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-mythic ss-fw ss-2x mr-4"></i>
              Virtue of Knowledge // Vantress Visions


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.75

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86097"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86097" src="/boxset_card/86097?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49286"
          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-mh1 ss-rare ss-fw ss-2x mr-4"></i>
              Fallen Shinobi


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie Ninja
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.73

                    <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">
                $2.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.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49286"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49286" src="/boxset_card/49286?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20137"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              58
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Master Transmuter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Human Artificer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.72

                    <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">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20137"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20137" src="/boxset_card/20137?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78615"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              TSB-91
            </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-special ss-fw ss-2x mr-4"></i>
              Coalition Victory


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78615"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78615" src="/boxset_card/78615?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80531"
          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">
              172
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-rare ss-fw ss-2x mr-4"></i>
              Life from the Loam


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.61
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80531"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80531" src="/boxset_card/80531?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85035"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CN2-70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Selvala, Heart of the Wilds


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Scout
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.83
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85035"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85035" src="/boxset_card/85035?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23920"
          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">
              119
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Unstoppable Slasher


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie Assassin
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $5.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.88
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="23920"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_23920" src="/boxset_card/23920?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98560"
          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-tla ss-rare ss-fw ss-2x mr-4"></i>
              Abandoned Air Temple


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.71

                    <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">
                $6.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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98560"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98560" src="/boxset_card/98560?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47557"
          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">
              112
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Diregraf Colossus


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie Giant
            </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">
                  $5.70

                    <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">
                $3.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47557"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47557" src="/boxset_card/47557?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49300"
          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">
              204
            </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>
              Ingenious Infiltrator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vedalken Ninja
            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.70

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.40
            </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="49300"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49300" src="/boxset_card/49300?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109107"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              316
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Inkshield


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.70

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.73
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109107"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109107" src="/boxset_card/109107?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13779"
          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">
              654
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Haunted One


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment — Background
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.68

                    <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">
                $3.50
            </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="13779"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13779" src="/boxset_card/13779?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81859"
          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">
              GK1-56
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Elves of Deep Shadow


            </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">
                  $5.66

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81859"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81859" src="/boxset_card/81859?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93162"
          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">
              150
            </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>
              Nature&#39;s Rhythm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.66

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.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.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="93162"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_93162" src="/boxset_card/93162?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14417"
          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">
              862
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x mr-4"></i>
              Herald&#39;s Horn


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.64

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14417"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14417" src="/boxset_card/14417?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75887"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              268
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-mythic ss-fw ss-2x mr-4"></i>
              Elenda, the Dusk Rose


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Vampire 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-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">
                  $5.64

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75887"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75887" src="/boxset_card/75887?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77579"
          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">
              JUD-72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Stitch Together


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.64

                    <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.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77579"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77579" src="/boxset_card/77579?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9763"
          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">
              191
            </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>
              Silent-Blade Oni


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Demon Ninja
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.62

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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">
                0.52
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9763"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9763" src="/boxset_card/9763?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20521"
          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">
              152
            </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>
              Impervious Greatwurm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Wurm
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-7'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.62

                    <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.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20521"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20521" src="/boxset_card/20521?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36418"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              260
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x mr-4"></i>
              Deserted Beach


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.62

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.01
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36418"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36418" src="/boxset_card/36418?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41862"
          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">
              250
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Mirror Box


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.62

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41862"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41862" src="/boxset_card/41862?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75988"
          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">
              304
            </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>
              Herald&#39;s Horn


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.62

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75988"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75988" src="/boxset_card/75988?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11724"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              114
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Court of Ambition


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.61

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      21%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11724"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11724" src="/boxset_card/11724?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76023"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              316
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Vanquisher&#39;s Banner


            </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-5'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.61

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.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.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76023"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76023" src="/boxset_card/76023?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47263"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Hordewing Skaab


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.60

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47263"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47263" src="/boxset_card/47263?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86218"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              C17-98
            </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>
              Black Market


            </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">
                <div class="flex items-center gap-2">
                  $5.60

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86218"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86218" src="/boxset_card/86218?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20226"
          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">
              51
            </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>
              Gifts Ungiven


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.59

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20226"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20226" src="/boxset_card/20226?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82502"
          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">
              EVE-172
            </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>
              Scarecrone


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Scarecrow
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.59

                    <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">
                $1.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.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="82502"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_82502" src="/boxset_card/82502?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83081"
          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">
              E01-89
            </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>
              Sword of the Animist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.59

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83081"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83081" src="/boxset_card/83081?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94727"
          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">
              85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              The Water Crystal


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      47%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.59

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.61
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94727"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94727" src="/boxset_card/94727?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74008"
          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">
              CHK-10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Ghostly Prison


            </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-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.58

                    <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">
                $4.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.07
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74008"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74008" src="/boxset_card/74008?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77073"
          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">
              IKO-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-uncommon ss-fw ss-2x mr-4"></i>
              Ominous Seas


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.58

                    <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">
                $1.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.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77073"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77073" src="/boxset_card/77073?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78013"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              197
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-mythic ss-fw ss-2x mr-4"></i>
              Oko, Thief of Crowns


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Oko
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.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">
                $3.95
            </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.71
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78013"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78013" src="/boxset_card/78013?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91167"
          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">
              357
            </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>
              Hullbreaker Horror


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Kraken Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.58

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.74
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91167"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91167" src="/boxset_card/91167?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108913"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              120
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Toxic Deluge


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.58

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.95
            </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.87
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108913"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108913" src="/boxset_card/108913?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109134"
          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">
              343
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Bitterthorn, Nissa&#39;s Animus


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.58

                    <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">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109134"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109134" src="/boxset_card/109134?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95322"
          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">
              315
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-uncommon ss-fw ss-2x mr-4"></i>
              Three Visits


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.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">
                $3.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95322"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95322" src="/boxset_card/95322?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14622"
          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">
              929
            </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>
              War Room


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.56

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14622"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14622" src="/boxset_card/14622?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19299"
          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">
              381
            </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>
              Sulfurous Springs


            </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">
                  $3.39

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.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">
                $3.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19299"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19299" src="/boxset_card/19299?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47569"
          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">
              116
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Endless Ranks of the Dead


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.56

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      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">
                $5.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.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47569"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47569" src="/boxset_card/47569?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 751-800 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=15&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=15&amp;username=denvermullets" rel="prev">15</a><a role="link" aria-disabled="true" aria-current="page">16</a><a href="/load_collection?direction=asc&amp;page=17&amp;username=denvermullets" rel="next">17</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=17&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>