<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="75326"
  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">
            Elenda&#39;s Hierophant
        </span>


      </div>

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

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

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

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

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

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

        <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&#39;s Hierophant
        </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 — Vampire Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Elenda&#39;s Hierophant" src="https://cards.scryfall.io/large/front/d/1/d12f728a-1bbb-4bee-96d4-d721292997ba.jpg?1783913913" />
    </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">
                $4.81
              </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">$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;normal&quot;:[{&quot;2026-06-11&quot;:4.78},{&quot;2026-06-12&quot;:4.68},{&quot;2026-06-13&quot;:4.67},{&quot;2026-06-14&quot;:4.67},{&quot;2026-06-15&quot;:4.65},{&quot;2026-06-16&quot;:4.55},{&quot;2026-06-17&quot;:4.79},{&quot;2026-06-18&quot;:4.87},{&quot;2026-06-19&quot;:5.09},{&quot;2026-06-20&quot;:5.0},{&quot;2026-06-21&quot;:5.01},{&quot;2026-06-22&quot;:4.87},{&quot;2026-06-23&quot;:4.91},{&quot;2026-06-24&quot;:4.84},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.65},{&quot;2026-06-27&quot;:4.64},{&quot;2026-06-28&quot;:4.54},{&quot;2026-06-29&quot;:4.57},{&quot;2026-06-30&quot;:4.42},{&quot;2026-07-01&quot;:4.34},{&quot;2026-07-02&quot;:4.24},{&quot;2026-07-03&quot;:4.25},{&quot;2026-07-04&quot;:4.24},{&quot;2026-07-05&quot;:4.21},{&quot;2026-07-06&quot;:4.14},{&quot;2026-07-07&quot;:4.14},{&quot;2026-07-08&quot;:4.12},{&quot;2026-07-09&quot;:4.11},{&quot;2026-07-10&quot;:4.12},{&quot;2026-07-11&quot;:4.21},{&quot;2026-07-12&quot;:4.22},{&quot;2026-07-13&quot;:4.23},{&quot;2026-07-14&quot;:4.22},{&quot;2026-07-15&quot;:4.13},{&quot;2026-07-16&quot;:4.17},{&quot;2026-07-17&quot;:4.29},{&quot;2026-07-18&quot;:4.28},{&quot;2026-07-19&quot;:4.38},{&quot;2026-07-20&quot;:4.39},{&quot;2026-07-21&quot;:4.54},{&quot;2026-07-23&quot;:4.81},{&quot;2026-07-25&quot;:4.96},{&quot;2026-07-26&quot;:4.94},{&quot;2026-07-27&quot;:4.88},{&quot;2026-07-28&quot;:4.78},{&quot;2026-07-29&quot;:4.64},{&quot;2026-07-30&quot;:4.61},{&quot;2026-07-31&quot;:4.62},{&quot;2026-08-01&quot;:4.65},{&quot;2026-08-02&quot;:4.64},{&quot;2026-08-03&quot;:4.76},{&quot;2026-08-04&quot;:4.83},{&quot;2026-08-05&quot;:4.81},{&quot;2026-08-07&quot;:4.81},{&quot;2026-08-08&quot;:4.78},{&quot;2026-08-09&quot;:4.7},{&quot;2026-08-10&quot;:4.88},{&quot;2026-08-11&quot;:5.01},{&quot;2026-08-12&quot;:4.83},{&quot;2026-08-13&quot;:4.74},{&quot;2026-08-14&quot;:4.67},{&quot;2026-08-15&quot;:4.55},{&quot;2026-08-16&quot;:4.6},{&quot;2026-08-17&quot;:4.4},{&quot;2026-08-18&quot;:4.4},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.41},{&quot;2026-08-21&quot;:4.03},{&quot;2026-08-22&quot;:3.98},{&quot;2026-08-23&quot;:3.97},{&quot;2026-08-24&quot;:4.05},{&quot;2026-08-25&quot;:4.03},{&quot;2026-08-26&quot;:4.18},{&quot;2026-08-27&quot;:4.25},{&quot;2026-08-28&quot;:4.35},{&quot;2026-08-29&quot;:4.35},{&quot;2026-08-30&quot;:4.46},{&quot;2026-08-31&quot;:4.47},{&quot;2026-09-01&quot;:4.68},{&quot;2026-09-02&quot;:4.86},{&quot;2026-09-03&quot;:4.67},{&quot;2026-09-04&quot;:4.79},{&quot;2026-09-05&quot;:5.07},{&quot;2026-09-06&quot;:5.01},{&quot;2026-09-07&quot;:5.0},{&quot;2026-09-08&quot;:4.78},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.67},{&quot;2026-09-11&quot;:4.81}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12699"
  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-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">
            Boros Charm
        </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">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Boros Charm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36c3288b-ab10-40df-a0ce-17ee4ecdb98e.jpg?1783928700" />

        <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">
            Boros Charm
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Boros Charm" src="https://cards.scryfall.io/large/front/3/6/36c3288b-ab10-40df-a0ce-17ee4ecdb98e.jpg?1783928700" />
    </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">
                $4.80
              </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.90</span>
              <span class="text-xs text-grey-text">Credit: $3.77</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.91},{&quot;2026-06-14&quot;:4.95},{&quot;2026-06-15&quot;:4.95},{&quot;2026-06-16&quot;:4.96},{&quot;2026-06-17&quot;:4.96},{&quot;2026-06-18&quot;:4.96},{&quot;2026-06-19&quot;:4.91},{&quot;2026-06-20&quot;:4.89},{&quot;2026-06-21&quot;:4.89},{&quot;2026-06-22&quot;:4.83},{&quot;2026-06-23&quot;:4.89},{&quot;2026-06-24&quot;:4.79},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.79},{&quot;2026-06-27&quot;:4.79},{&quot;2026-06-28&quot;:4.84},{&quot;2026-06-29&quot;:4.84},{&quot;2026-06-30&quot;:4.78},{&quot;2026-07-01&quot;:4.78},{&quot;2026-07-02&quot;:4.81},{&quot;2026-07-03&quot;:4.79},{&quot;2026-07-04&quot;:4.79},{&quot;2026-07-05&quot;:4.79},{&quot;2026-07-06&quot;:4.78},{&quot;2026-07-07&quot;:4.78},{&quot;2026-07-08&quot;:4.82},{&quot;2026-07-09&quot;:4.88},{&quot;2026-07-10&quot;:4.84},{&quot;2026-07-11&quot;:4.9},{&quot;2026-07-12&quot;:4.92},{&quot;2026-07-13&quot;:4.74},{&quot;2026-07-14&quot;:4.69},{&quot;2026-07-15&quot;:4.67},{&quot;2026-07-16&quot;:4.67},{&quot;2026-07-17&quot;:4.66},{&quot;2026-07-18&quot;:4.55},{&quot;2026-07-19&quot;:4.48},{&quot;2026-07-20&quot;:4.62},{&quot;2026-07-21&quot;:4.56},{&quot;2026-07-22&quot;:4.56},{&quot;2026-07-23&quot;:4.6},{&quot;2026-07-24&quot;:4.71},{&quot;2026-07-25&quot;:4.78},{&quot;2026-07-26&quot;:4.76},{&quot;2026-07-27&quot;:4.8},{&quot;2026-07-28&quot;:4.82},{&quot;2026-07-29&quot;:4.78},{&quot;2026-07-30&quot;:4.87},{&quot;2026-07-31&quot;:4.92},{&quot;2026-08-01&quot;:4.92},{&quot;2026-08-02&quot;:4.92},{&quot;2026-08-03&quot;:4.92},{&quot;2026-08-04&quot;:4.9},{&quot;2026-08-05&quot;:4.89},{&quot;2026-08-07&quot;:4.88},{&quot;2026-08-08&quot;:4.88},{&quot;2026-08-09&quot;:4.89},{&quot;2026-08-10&quot;:4.89},{&quot;2026-08-11&quot;:4.83},{&quot;2026-08-12&quot;:4.84},{&quot;2026-08-13&quot;:4.84},{&quot;2026-08-14&quot;:4.89},{&quot;2026-08-15&quot;:4.97},{&quot;2026-08-16&quot;:4.97},{&quot;2026-08-17&quot;:4.94},{&quot;2026-08-18&quot;:4.94},{&quot;2026-08-19&quot;:4.93},{&quot;2026-08-20&quot;:4.87},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.88},{&quot;2026-08-23&quot;:4.85},{&quot;2026-08-24&quot;:4.85},{&quot;2026-08-25&quot;:4.88},{&quot;2026-08-26&quot;:4.88},{&quot;2026-08-27&quot;:4.88},{&quot;2026-08-28&quot;:4.84},{&quot;2026-08-29&quot;:4.84},{&quot;2026-08-30&quot;:4.93},{&quot;2026-08-31&quot;:4.92},{&quot;2026-09-01&quot;:4.91},{&quot;2026-09-02&quot;:4.91},{&quot;2026-09-03&quot;:4.94},{&quot;2026-09-04&quot;:4.94},{&quot;2026-09-05&quot;:4.93},{&quot;2026-09-06&quot;:4.89},{&quot;2026-09-07&quot;:4.92},{&quot;2026-09-08&quot;:4.92},{&quot;2026-09-09&quot;:4.83},{&quot;2026-09-10&quot;:4.87},{&quot;2026-09-11&quot;:4.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="14422"
  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">
            Lightning Greaves
        </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-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Lightning Greaves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d9f47af-5929-44f4-bc6b-3ac7e521177d.jpg?1783922389" />

        <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">
            Lightning Greaves
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Lightning Greaves" src="https://cards.scryfall.io/large/front/8/d/8d9f47af-5929-44f4-bc6b-3ac7e521177d.jpg?1783922389" />
    </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">
                $4.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">$3.25</span>
              <span class="text-xs text-grey-text">Credit: $4.23</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.68},{&quot;2026-06-14&quot;:4.65},{&quot;2026-06-15&quot;:4.65},{&quot;2026-06-16&quot;:4.7},{&quot;2026-06-17&quot;:4.87},{&quot;2026-06-18&quot;:4.81},{&quot;2026-06-19&quot;:4.81},{&quot;2026-06-20&quot;:4.76},{&quot;2026-06-21&quot;:4.73},{&quot;2026-06-22&quot;:4.65},{&quot;2026-06-23&quot;:4.65},{&quot;2026-06-24&quot;:4.68},{&quot;2026-06-25&quot;:4.68},{&quot;2026-06-26&quot;:4.68},{&quot;2026-06-27&quot;:4.68},{&quot;2026-06-28&quot;:4.58},{&quot;2026-06-29&quot;:4.58},{&quot;2026-06-30&quot;:4.58},{&quot;2026-07-01&quot;:4.56},{&quot;2026-07-02&quot;:4.56},{&quot;2026-07-03&quot;:4.56},{&quot;2026-07-04&quot;:4.56},{&quot;2026-07-05&quot;:4.64},{&quot;2026-07-06&quot;:4.66},{&quot;2026-07-07&quot;:4.6},{&quot;2026-07-08&quot;:4.65},{&quot;2026-07-09&quot;:4.68},{&quot;2026-07-10&quot;:4.68},{&quot;2026-07-11&quot;:4.68},{&quot;2026-07-12&quot;:4.68},{&quot;2026-07-13&quot;:4.68},{&quot;2026-07-14&quot;:4.68},{&quot;2026-07-15&quot;:4.67},{&quot;2026-07-16&quot;:4.68},{&quot;2026-07-17&quot;:4.68},{&quot;2026-07-18&quot;:4.7},{&quot;2026-07-19&quot;:4.7},{&quot;2026-07-20&quot;:4.54},{&quot;2026-07-21&quot;:4.49},{&quot;2026-07-22&quot;:4.49},{&quot;2026-07-23&quot;:4.53},{&quot;2026-07-24&quot;:4.57},{&quot;2026-07-25&quot;:4.59},{&quot;2026-07-26&quot;:4.59},{&quot;2026-07-27&quot;:4.59},{&quot;2026-07-28&quot;:4.59},{&quot;2026-07-29&quot;:4.65},{&quot;2026-07-30&quot;:4.65},{&quot;2026-07-31&quot;:4.57},{&quot;2026-08-01&quot;:4.56},{&quot;2026-08-02&quot;:4.6},{&quot;2026-08-03&quot;:4.62},{&quot;2026-08-04&quot;:4.62},{&quot;2026-08-05&quot;:4.62},{&quot;2026-08-07&quot;:4.61},{&quot;2026-08-08&quot;:4.61},{&quot;2026-08-09&quot;:4.65},{&quot;2026-08-10&quot;:4.65},{&quot;2026-08-11&quot;:4.64},{&quot;2026-08-12&quot;:4.7},{&quot;2026-08-13&quot;:4.67},{&quot;2026-08-14&quot;:4.68},{&quot;2026-08-15&quot;:4.71},{&quot;2026-08-16&quot;:4.71},{&quot;2026-08-17&quot;:4.78},{&quot;2026-08-18&quot;:4.76},{&quot;2026-08-19&quot;:4.76},{&quot;2026-08-20&quot;:4.76},{&quot;2026-08-21&quot;:4.75},{&quot;2026-08-22&quot;:4.75},{&quot;2026-08-23&quot;:4.75},{&quot;2026-08-24&quot;:4.81},{&quot;2026-08-25&quot;:4.81},{&quot;2026-08-26&quot;:4.82},{&quot;2026-08-27&quot;:4.82},{&quot;2026-08-28&quot;:4.82},{&quot;2026-08-29&quot;:4.82},{&quot;2026-08-30&quot;:4.78},{&quot;2026-08-31&quot;:4.78},{&quot;2026-09-01&quot;:4.78},{&quot;2026-09-02&quot;:4.78},{&quot;2026-09-03&quot;:4.76},{&quot;2026-09-04&quot;:4.76},{&quot;2026-09-05&quot;:4.76},{&quot;2026-09-06&quot;:4.76},{&quot;2026-09-07&quot;:4.76},{&quot;2026-09-08&quot;:4.77},{&quot;2026-09-09&quot;:4.78},{&quot;2026-09-10&quot;:4.8},{&quot;2026-09-11&quot;:4.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="20689"
  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">
            Conjurer&#39;s Closet
        </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">
            $4.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="Conjurer&#39;s Closet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/4/3435fd09-a7a2-475e-a690-3c2011b70024.jpg?1783930115" />

        <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">
            Conjurer&#39;s Closet
        </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="Conjurer&#39;s Closet" src="https://cards.scryfall.io/large/front/3/4/3435fd09-a7a2-475e-a690-3c2011b70024.jpg?1783930115" />
    </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">
                $4.79
              </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.85
              </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.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;:6.57},{&quot;2026-06-14&quot;:6.57},{&quot;2026-06-15&quot;:6.57},{&quot;2026-06-16&quot;:6.57},{&quot;2026-06-17&quot;:6.57},{&quot;2026-06-18&quot;:6.57},{&quot;2026-06-19&quot;:6.57},{&quot;2026-06-20&quot;:6.57},{&quot;2026-06-21&quot;:6.57},{&quot;2026-06-22&quot;:6.57},{&quot;2026-06-23&quot;:6.57},{&quot;2026-06-24&quot;:6.57},{&quot;2026-06-25&quot;:6.57},{&quot;2026-06-26&quot;:6.57},{&quot;2026-06-27&quot;:6.57},{&quot;2026-06-28&quot;:6.57},{&quot;2026-06-29&quot;:6.57},{&quot;2026-06-30&quot;:6.57},{&quot;2026-07-01&quot;:6.57},{&quot;2026-07-02&quot;:6.57},{&quot;2026-07-03&quot;:6.56},{&quot;2026-07-04&quot;:6.56},{&quot;2026-07-05&quot;:6.56},{&quot;2026-07-06&quot;:6.56},{&quot;2026-07-07&quot;:6.56},{&quot;2026-07-08&quot;:6.56},{&quot;2026-07-09&quot;:6.54},{&quot;2026-07-10&quot;:6.54},{&quot;2026-07-11&quot;:6.54},{&quot;2026-07-12&quot;:6.54},{&quot;2026-07-13&quot;:6.54},{&quot;2026-07-14&quot;:6.54},{&quot;2026-07-15&quot;:6.54},{&quot;2026-07-16&quot;:6.54},{&quot;2026-07-17&quot;:6.54},{&quot;2026-07-18&quot;:6.48},{&quot;2026-07-19&quot;:6.48},{&quot;2026-07-20&quot;:6.43},{&quot;2026-07-21&quot;:6.43},{&quot;2026-07-22&quot;:6.43},{&quot;2026-07-23&quot;:6.43},{&quot;2026-07-24&quot;:6.43},{&quot;2026-07-25&quot;:6.43},{&quot;2026-07-26&quot;:6.43},{&quot;2026-07-27&quot;:6.43},{&quot;2026-07-28&quot;:6.43},{&quot;2026-07-29&quot;:6.27},{&quot;2026-07-30&quot;:6.27},{&quot;2026-07-31&quot;:6.27},{&quot;2026-08-01&quot;:6.27},{&quot;2026-08-02&quot;:6.27},{&quot;2026-08-03&quot;:6.27},{&quot;2026-08-04&quot;:6.27},{&quot;2026-08-05&quot;:6.27},{&quot;2026-08-07&quot;:6.17},{&quot;2026-08-08&quot;:6.17},{&quot;2026-08-09&quot;:6.2},{&quot;2026-08-10&quot;:6.2},{&quot;2026-08-11&quot;:6.2},{&quot;2026-08-12&quot;:6.14},{&quot;2026-08-13&quot;:6.11},{&quot;2026-08-14&quot;:6.07},{&quot;2026-08-15&quot;:6.07},{&quot;2026-08-16&quot;:6.07},{&quot;2026-08-17&quot;:6.03},{&quot;2026-08-18&quot;:6.03},{&quot;2026-08-19&quot;:6.03},{&quot;2026-08-20&quot;:6.03},{&quot;2026-08-21&quot;:6.03},{&quot;2026-08-22&quot;:6.03},{&quot;2026-08-23&quot;:6.03},{&quot;2026-08-24&quot;:6.03},{&quot;2026-08-25&quot;:5.97},{&quot;2026-08-26&quot;:5.97},{&quot;2026-08-27&quot;:5.95},{&quot;2026-08-28&quot;:5.95},{&quot;2026-08-29&quot;:5.95},{&quot;2026-08-30&quot;:5.94},{&quot;2026-08-31&quot;:5.94},{&quot;2026-09-01&quot;:5.94},{&quot;2026-09-02&quot;:5.92},{&quot;2026-09-03&quot;:5.92},{&quot;2026-09-04&quot;:5.92},{&quot;2026-09-05&quot;:5.92},{&quot;2026-09-06&quot;:5.92},{&quot;2026-09-07&quot;:5.86},{&quot;2026-09-08&quot;:5.86},{&quot;2026-09-09&quot;:5.86},{&quot;2026-09-10&quot;:5.86},{&quot;2026-09-11&quot;:5.85}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.17},{&quot;2026-06-14&quot;:4.17},{&quot;2026-06-15&quot;:4.17},{&quot;2026-06-16&quot;:4.17},{&quot;2026-06-17&quot;:4.17},{&quot;2026-06-18&quot;:4.17},{&quot;2026-06-19&quot;:4.17},{&quot;2026-06-20&quot;:4.17},{&quot;2026-06-21&quot;:4.13},{&quot;2026-06-22&quot;:4.12},{&quot;2026-06-23&quot;:4.22},{&quot;2026-06-24&quot;:4.22},{&quot;2026-06-25&quot;:4.27},{&quot;2026-06-26&quot;:4.27},{&quot;2026-06-27&quot;:4.29},{&quot;2026-06-28&quot;:4.29},{&quot;2026-06-29&quot;:4.29},{&quot;2026-06-30&quot;:4.24},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.31},{&quot;2026-07-03&quot;:4.31},{&quot;2026-07-04&quot;:4.31},{&quot;2026-07-05&quot;:4.31},{&quot;2026-07-06&quot;:4.31},{&quot;2026-07-07&quot;:4.48},{&quot;2026-07-08&quot;:4.7},{&quot;2026-07-09&quot;:4.67},{&quot;2026-07-10&quot;:4.6},{&quot;2026-07-11&quot;:4.6},{&quot;2026-07-12&quot;:4.64},{&quot;2026-07-13&quot;:4.75},{&quot;2026-07-14&quot;:4.79},{&quot;2026-07-15&quot;:4.61},{&quot;2026-07-16&quot;:4.51},{&quot;2026-07-17&quot;:4.53},{&quot;2026-07-18&quot;:4.66},{&quot;2026-07-19&quot;:4.61},{&quot;2026-07-20&quot;:4.59},{&quot;2026-07-21&quot;:4.51},{&quot;2026-07-22&quot;:4.46},{&quot;2026-07-23&quot;:4.5},{&quot;2026-07-24&quot;:4.5},{&quot;2026-07-25&quot;:4.5},{&quot;2026-07-26&quot;:4.5},{&quot;2026-07-27&quot;:4.44},{&quot;2026-07-28&quot;:4.44},{&quot;2026-07-29&quot;:4.44},{&quot;2026-07-30&quot;:4.44},{&quot;2026-07-31&quot;:4.44},{&quot;2026-08-01&quot;:4.44},{&quot;2026-08-02&quot;:4.49},{&quot;2026-08-03&quot;:4.52},{&quot;2026-08-04&quot;:4.52},{&quot;2026-08-05&quot;:4.34},{&quot;2026-08-07&quot;:4.44},{&quot;2026-08-08&quot;:4.54},{&quot;2026-08-09&quot;:4.56},{&quot;2026-08-10&quot;:4.56},{&quot;2026-08-11&quot;:4.56},{&quot;2026-08-12&quot;:4.49},{&quot;2026-08-13&quot;:4.58},{&quot;2026-08-14&quot;:4.54},{&quot;2026-08-15&quot;:4.56},{&quot;2026-08-16&quot;:4.6},{&quot;2026-08-17&quot;:4.6},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.62},{&quot;2026-08-20&quot;:4.62},{&quot;2026-08-21&quot;:4.66},{&quot;2026-08-22&quot;:4.74},{&quot;2026-08-23&quot;:4.74},{&quot;2026-08-24&quot;:4.81},{&quot;2026-08-25&quot;:4.81},{&quot;2026-08-26&quot;:4.81},{&quot;2026-08-27&quot;:4.84},{&quot;2026-08-28&quot;:4.86},{&quot;2026-08-29&quot;:4.86},{&quot;2026-08-30&quot;:4.86},{&quot;2026-08-31&quot;:4.86},{&quot;2026-09-01&quot;:4.85},{&quot;2026-09-02&quot;:4.85},{&quot;2026-09-03&quot;:4.87},{&quot;2026-09-04&quot;:4.87},{&quot;2026-09-05&quot;:4.87},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:4.84},{&quot;2026-09-08&quot;:4.83},{&quot;2026-09-09&quot;:4.79},{&quot;2026-09-10&quot;:4.79},{&quot;2026-09-11&quot;:4.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="62252"
  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-3ed 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">
            Dark Ritual
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Dark Ritual" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/48cb9467-657e-453f-afc8-1bf7121570ad.jpg?1783948325" />

        <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">
            Dark Ritual
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Dark Ritual" src="https://cards.scryfall.io/large/front/4/8/48cb9467-657e-453f-afc8-1bf7121570ad.jpg?1783948325" />
    </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">
                $4.79
              </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">$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;normal&quot;:[{&quot;2026-06-13&quot;:5.1},{&quot;2026-06-14&quot;:5.02},{&quot;2026-06-15&quot;:5.07},{&quot;2026-06-16&quot;:5.07},{&quot;2026-06-17&quot;:5.07},{&quot;2026-06-18&quot;:4.99},{&quot;2026-06-19&quot;:4.99},{&quot;2026-06-20&quot;:5.05},{&quot;2026-06-21&quot;:5.05},{&quot;2026-06-22&quot;:5.12},{&quot;2026-06-23&quot;:5.12},{&quot;2026-06-24&quot;:5.25},{&quot;2026-06-25&quot;:5.25},{&quot;2026-06-26&quot;:5.25},{&quot;2026-06-27&quot;:5.31},{&quot;2026-06-28&quot;:5.36},{&quot;2026-06-29&quot;:5.36},{&quot;2026-06-30&quot;:5.36},{&quot;2026-07-01&quot;:5.36},{&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.33},{&quot;2026-07-06&quot;:5.33},{&quot;2026-07-07&quot;:5.33},{&quot;2026-07-08&quot;:5.33},{&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.25},{&quot;2026-07-15&quot;:5.25},{&quot;2026-07-16&quot;:5.11},{&quot;2026-07-17&quot;:4.91},{&quot;2026-07-18&quot;:4.91},{&quot;2026-07-19&quot;:4.86},{&quot;2026-07-20&quot;:4.66},{&quot;2026-07-21&quot;:4.66},{&quot;2026-07-22&quot;:4.66},{&quot;2026-07-23&quot;:4.64},{&quot;2026-07-24&quot;:4.63},{&quot;2026-07-25&quot;:4.63},{&quot;2026-07-26&quot;:4.63},{&quot;2026-07-27&quot;:4.59},{&quot;2026-07-28&quot;:4.59},{&quot;2026-07-29&quot;:4.59},{&quot;2026-07-30&quot;:4.55},{&quot;2026-07-31&quot;:4.53},{&quot;2026-08-01&quot;:4.51},{&quot;2026-08-02&quot;:4.52},{&quot;2026-08-03&quot;:4.52},{&quot;2026-08-04&quot;:4.48},{&quot;2026-08-05&quot;:4.52},{&quot;2026-08-07&quot;:4.53},{&quot;2026-08-08&quot;:4.44},{&quot;2026-08-09&quot;:4.55},{&quot;2026-08-10&quot;:4.54},{&quot;2026-08-11&quot;:4.48},{&quot;2026-08-12&quot;:4.49},{&quot;2026-08-13&quot;:4.44},{&quot;2026-08-14&quot;:4.41},{&quot;2026-08-15&quot;:4.52},{&quot;2026-08-16&quot;:4.47},{&quot;2026-08-17&quot;:4.59},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.61},{&quot;2026-08-20&quot;:4.69},{&quot;2026-08-21&quot;:4.82},{&quot;2026-08-22&quot;:4.99},{&quot;2026-08-23&quot;:4.89},{&quot;2026-08-24&quot;:4.78},{&quot;2026-08-25&quot;:4.53},{&quot;2026-08-26&quot;:4.4},{&quot;2026-08-27&quot;:4.42},{&quot;2026-08-28&quot;:4.29},{&quot;2026-08-29&quot;:4.29},{&quot;2026-08-30&quot;:4.26},{&quot;2026-08-31&quot;:4.28},{&quot;2026-09-01&quot;:4.85},{&quot;2026-09-02&quot;:4.85},{&quot;2026-09-03&quot;:4.96},{&quot;2026-09-04&quot;:4.98},{&quot;2026-09-05&quot;:4.61},{&quot;2026-09-06&quot;:4.65},{&quot;2026-09-07&quot;:4.65},{&quot;2026-09-08&quot;:4.65},{&quot;2026-09-09&quot;:4.7},{&quot;2026-09-10&quot;:4.72},{&quot;2026-09-11&quot;:4.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="95481"
  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">
            Joshua, Phoenix&#39;s Dominant 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Joshua, Phoenix&#39;s Dominant // Phoenix, Warden of Fire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/4/04dd9ad9-eab2-447c-b065-078a0b184519.jpg?1783906508" />

        <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">
            Joshua, Phoenix&#39;s Dominant 
        </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 Noble Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Joshua, Phoenix&#39;s Dominant // Phoenix, Warden of Fire" src="https://cards.scryfall.io/large/front/0/4/04dd9ad9-eab2-447c-b065-078a0b184519.jpg?1783906508" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Joshua, Phoenix&#39;s Dominant // Phoenix, Warden of Fire" src="https://cards.scryfall.io/large/back/0/4/04dd9ad9-eab2-447c-b065-078a0b184519.jpg?1783906508" />
              </div>
            </div>
          </div>

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

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

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

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

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

          <span class="text-lg font-medium text-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">
                $4.79
              </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">
                $7.09
              </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">$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;2026-06-13&quot;:7.01},{&quot;2026-06-14&quot;:7.03},{&quot;2026-06-15&quot;:6.84},{&quot;2026-06-16&quot;:6.55},{&quot;2026-06-17&quot;:6.55},{&quot;2026-06-18&quot;:6.55},{&quot;2026-06-19&quot;:6.46},{&quot;2026-06-20&quot;:6.98},{&quot;2026-06-21&quot;:7.0},{&quot;2026-06-22&quot;:6.5},{&quot;2026-06-23&quot;:6.76},{&quot;2026-06-24&quot;:6.84},{&quot;2026-06-25&quot;:6.84},{&quot;2026-06-26&quot;:6.96},{&quot;2026-06-27&quot;:7.03},{&quot;2026-06-28&quot;:6.96},{&quot;2026-06-29&quot;:6.96},{&quot;2026-06-30&quot;:6.95},{&quot;2026-07-01&quot;:6.99},{&quot;2026-07-02&quot;:7.03},{&quot;2026-07-03&quot;:7.11},{&quot;2026-07-04&quot;:6.79},{&quot;2026-07-05&quot;:6.89},{&quot;2026-07-06&quot;:6.91},{&quot;2026-07-07&quot;:6.68},{&quot;2026-07-08&quot;:6.68},{&quot;2026-07-09&quot;:6.68},{&quot;2026-07-10&quot;:6.68},{&quot;2026-07-11&quot;:6.68},{&quot;2026-07-12&quot;:6.69},{&quot;2026-07-13&quot;:6.5},{&quot;2026-07-14&quot;:6.54},{&quot;2026-07-15&quot;:6.44},{&quot;2026-07-16&quot;:6.44},{&quot;2026-07-17&quot;:6.59},{&quot;2026-07-18&quot;:6.51},{&quot;2026-07-19&quot;:6.5},{&quot;2026-07-20&quot;:6.45},{&quot;2026-07-21&quot;:6.45},{&quot;2026-07-22&quot;:6.42},{&quot;2026-07-23&quot;:6.3},{&quot;2026-07-24&quot;:6.34},{&quot;2026-07-25&quot;:6.34},{&quot;2026-07-26&quot;:6.64},{&quot;2026-07-27&quot;:6.62},{&quot;2026-07-28&quot;:6.4},{&quot;2026-07-29&quot;:6.4},{&quot;2026-07-30&quot;:6.48},{&quot;2026-07-31&quot;:6.52},{&quot;2026-08-01&quot;:6.52},{&quot;2026-08-02&quot;:6.52},{&quot;2026-08-03&quot;:6.56},{&quot;2026-08-04&quot;:6.38},{&quot;2026-08-05&quot;:6.38},{&quot;2026-08-07&quot;:6.48},{&quot;2026-08-08&quot;:6.56},{&quot;2026-08-09&quot;:6.59},{&quot;2026-08-10&quot;:6.58},{&quot;2026-08-11&quot;:6.59},{&quot;2026-08-12&quot;:6.5},{&quot;2026-08-13&quot;:6.5},{&quot;2026-08-14&quot;:6.5},{&quot;2026-08-15&quot;:6.59},{&quot;2026-08-16&quot;:6.59},{&quot;2026-08-17&quot;:6.61},{&quot;2026-08-18&quot;:6.61},{&quot;2026-08-19&quot;:6.6},{&quot;2026-08-20&quot;:6.78},{&quot;2026-08-21&quot;:6.7},{&quot;2026-08-22&quot;:6.73},{&quot;2026-08-23&quot;:6.82},{&quot;2026-08-24&quot;:6.81},{&quot;2026-08-25&quot;:6.81},{&quot;2026-08-26&quot;:6.94},{&quot;2026-08-27&quot;:6.94},{&quot;2026-08-28&quot;:6.9},{&quot;2026-08-29&quot;:6.9},{&quot;2026-08-30&quot;:6.9},{&quot;2026-08-31&quot;:6.9},{&quot;2026-09-01&quot;:6.92},{&quot;2026-09-02&quot;:6.92},{&quot;2026-09-03&quot;:7.0},{&quot;2026-09-04&quot;:7.0},{&quot;2026-09-05&quot;:7.03},{&quot;2026-09-06&quot;:7.03},{&quot;2026-09-07&quot;:7.07},{&quot;2026-09-08&quot;:7.1},{&quot;2026-09-09&quot;:7.1},{&quot;2026-09-10&quot;:7.1},{&quot;2026-09-11&quot;:7.09}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.22},{&quot;2026-06-14&quot;:5.38},{&quot;2026-06-15&quot;:5.41},{&quot;2026-06-16&quot;:5.44},{&quot;2026-06-17&quot;:5.52},{&quot;2026-06-18&quot;:5.73},{&quot;2026-06-19&quot;:5.64},{&quot;2026-06-20&quot;:5.63},{&quot;2026-06-21&quot;:5.39},{&quot;2026-06-22&quot;:5.26},{&quot;2026-06-23&quot;:5.67},{&quot;2026-06-24&quot;:6.12},{&quot;2026-06-25&quot;:6.12},{&quot;2026-06-26&quot;:6.05},{&quot;2026-06-27&quot;:6.05},{&quot;2026-06-28&quot;:5.86},{&quot;2026-06-29&quot;:6.06},{&quot;2026-06-30&quot;:6.25},{&quot;2026-07-01&quot;:6.12},{&quot;2026-07-02&quot;:6.12},{&quot;2026-07-03&quot;:6.12},{&quot;2026-07-04&quot;:6.21},{&quot;2026-07-05&quot;:6.2},{&quot;2026-07-06&quot;:5.38},{&quot;2026-07-07&quot;:5.34},{&quot;2026-07-08&quot;:5.22},{&quot;2026-07-09&quot;:5.2},{&quot;2026-07-10&quot;:4.59},{&quot;2026-07-11&quot;:4.79},{&quot;2026-07-12&quot;:4.83},{&quot;2026-07-13&quot;:5.03},{&quot;2026-07-14&quot;:5.15},{&quot;2026-07-15&quot;:5.43},{&quot;2026-07-16&quot;:5.43},{&quot;2026-07-17&quot;:5.39},{&quot;2026-07-18&quot;:5.23},{&quot;2026-07-19&quot;:5.04},{&quot;2026-07-20&quot;:4.93},{&quot;2026-07-21&quot;:4.87},{&quot;2026-07-22&quot;:4.94},{&quot;2026-07-23&quot;:5.02},{&quot;2026-07-24&quot;:4.74},{&quot;2026-07-25&quot;:4.9},{&quot;2026-07-26&quot;:4.74},{&quot;2026-07-27&quot;:4.76},{&quot;2026-07-28&quot;:4.7},{&quot;2026-07-29&quot;:4.55},{&quot;2026-07-30&quot;:4.5},{&quot;2026-07-31&quot;:4.56},{&quot;2026-08-01&quot;:4.75},{&quot;2026-08-02&quot;:4.72},{&quot;2026-08-03&quot;:4.75},{&quot;2026-08-04&quot;:4.65},{&quot;2026-08-05&quot;:4.58},{&quot;2026-08-07&quot;:4.87},{&quot;2026-08-08&quot;:5.04},{&quot;2026-08-09&quot;:5.06},{&quot;2026-08-10&quot;:5.04},{&quot;2026-08-11&quot;:5.36},{&quot;2026-08-12&quot;:5.36},{&quot;2026-08-13&quot;:5.15},{&quot;2026-08-14&quot;:5.15},{&quot;2026-08-15&quot;:5.19},{&quot;2026-08-16&quot;:5.08},{&quot;2026-08-17&quot;:5.16},{&quot;2026-08-18&quot;:5.15},{&quot;2026-08-19&quot;:5.29},{&quot;2026-08-20&quot;:5.56},{&quot;2026-08-21&quot;:5.56},{&quot;2026-08-22&quot;:5.44},{&quot;2026-08-23&quot;:5.62},{&quot;2026-08-24&quot;:5.68},{&quot;2026-08-25&quot;:5.54},{&quot;2026-08-26&quot;:5.54},{&quot;2026-08-27&quot;:5.54},{&quot;2026-08-28&quot;:5.62},{&quot;2026-08-29&quot;:5.62},{&quot;2026-08-30&quot;:5.46},{&quot;2026-08-31&quot;:5.55},{&quot;2026-09-01&quot;:5.44},{&quot;2026-09-02&quot;:5.24},{&quot;2026-09-03&quot;:5.3},{&quot;2026-09-04&quot;:5.26},{&quot;2026-09-05&quot;:5.08},{&quot;2026-09-06&quot;:5.25},{&quot;2026-09-07&quot;:5.23},{&quot;2026-09-08&quot;:5.14},{&quot;2026-09-09&quot;:4.95},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.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="14155"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Desecrate Reality" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/9/396db2cb-8fa0-436a-993d-de8bb13b848f.jpg?1783915487" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Desecrate Reality
        </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-7'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Desecrate Reality" src="https://cards.scryfall.io/large/front/3/9/396db2cb-8fa0-436a-993d-de8bb13b848f.jpg?1783915487" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-08&quot;:5.29},{&quot;2026-06-10&quot;:5.28},{&quot;2026-06-11&quot;:5.28},{&quot;2026-06-12&quot;:5.25},{&quot;2026-06-13&quot;:5.29},{&quot;2026-06-14&quot;:5.3},{&quot;2026-06-15&quot;:5.31},{&quot;2026-06-16&quot;:5.24},{&quot;2026-06-17&quot;:5.19},{&quot;2026-06-18&quot;:5.22},{&quot;2026-06-19&quot;:5.22},{&quot;2026-06-20&quot;:5.18},{&quot;2026-06-21&quot;:5.11},{&quot;2026-06-22&quot;:5.16},{&quot;2026-06-24&quot;:5.15},{&quot;2026-06-25&quot;:5.12},{&quot;2026-06-26&quot;:5.13},{&quot;2026-06-27&quot;:4.88},{&quot;2026-06-28&quot;:4.74},{&quot;2026-06-29&quot;:4.65},{&quot;2026-06-30&quot;:4.49},{&quot;2026-07-01&quot;:4.48},{&quot;2026-07-02&quot;:4.4},{&quot;2026-07-03&quot;:4.28},{&quot;2026-07-04&quot;:4.31},{&quot;2026-07-05&quot;:4.31},{&quot;2026-07-06&quot;:4.49},{&quot;2026-07-07&quot;:4.49},{&quot;2026-07-08&quot;:4.53},{&quot;2026-07-09&quot;:4.67},{&quot;2026-07-10&quot;:4.74},{&quot;2026-07-11&quot;:4.74},{&quot;2026-07-12&quot;:4.77},{&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.87},{&quot;2026-07-17&quot;:4.87},{&quot;2026-07-18&quot;:4.87},{&quot;2026-07-19&quot;:4.9},{&quot;2026-07-20&quot;:4.9},{&quot;2026-07-21&quot;:4.88},{&quot;2026-07-23&quot;:5.01},{&quot;2026-07-25&quot;:4.89},{&quot;2026-07-26&quot;:4.88},{&quot;2026-07-27&quot;:4.94},{&quot;2026-07-29&quot;:4.95},{&quot;2026-07-30&quot;:4.95},{&quot;2026-07-31&quot;:4.96},{&quot;2026-08-01&quot;:4.96},{&quot;2026-08-02&quot;:4.92},{&quot;2026-08-03&quot;:4.98},{&quot;2026-08-04&quot;:4.9},{&quot;2026-08-05&quot;:4.88},{&quot;2026-08-07&quot;:4.84},{&quot;2026-08-08&quot;:4.89},{&quot;2026-08-09&quot;:4.89},{&quot;2026-08-10&quot;:4.84},{&quot;2026-08-11&quot;:4.6},{&quot;2026-08-12&quot;:4.6},{&quot;2026-08-13&quot;:4.56},{&quot;2026-08-14&quot;:4.28},{&quot;2026-08-15&quot;:4.22},{&quot;2026-08-16&quot;:4.28},{&quot;2026-08-17&quot;:4.28},{&quot;2026-08-18&quot;:4.28},{&quot;2026-08-19&quot;:4.1},{&quot;2026-08-20&quot;:4.1},{&quot;2026-08-21&quot;:3.98},{&quot;2026-08-22&quot;:3.94},{&quot;2026-08-23&quot;:4.01},{&quot;2026-08-24&quot;:4.18},{&quot;2026-08-25&quot;:4.18},{&quot;2026-08-26&quot;:4.23},{&quot;2026-08-27&quot;:4.26},{&quot;2026-08-28&quot;:4.42},{&quot;2026-08-29&quot;:4.42},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.64},{&quot;2026-09-01&quot;:4.64},{&quot;2026-09-02&quot;:4.76},{&quot;2026-09-03&quot;:4.78},{&quot;2026-09-04&quot;:4.8},{&quot;2026-09-05&quot;:4.8},{&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.75},{&quot;2026-09-10&quot;:4.75},{&quot;2026-09-11&quot;:4.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="20672"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Dragonlord Silumgar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/e/9ee837b8-c280-4a5b-acdf-71247ab096f5.jpg?1783921840" />

        <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">
            Dragonlord Silumgar
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></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="Dragonlord Silumgar" src="https://cards.scryfall.io/large/front/9/e/9ee837b8-c280-4a5b-acdf-71247ab096f5.jpg?1783921840" />
    </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">
                $4.78
              </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">
                $6.33
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;2026-06-13&quot;:5.63},{&quot;2026-06-14&quot;:5.63},{&quot;2026-06-15&quot;:5.63},{&quot;2026-06-16&quot;:5.63},{&quot;2026-06-17&quot;:5.63},{&quot;2026-06-18&quot;:5.63},{&quot;2026-06-19&quot;:5.63},{&quot;2026-06-20&quot;:5.63},{&quot;2026-06-21&quot;:5.63},{&quot;2026-06-22&quot;:5.63},{&quot;2026-06-23&quot;:5.63},{&quot;2026-06-24&quot;:5.63},{&quot;2026-06-25&quot;:5.63},{&quot;2026-06-26&quot;:5.72},{&quot;2026-06-27&quot;:5.74},{&quot;2026-06-28&quot;:5.74},{&quot;2026-06-29&quot;:5.74},{&quot;2026-06-30&quot;:5.74},{&quot;2026-07-01&quot;:5.85},{&quot;2026-07-02&quot;:5.88},{&quot;2026-07-03&quot;:5.94},{&quot;2026-07-04&quot;:5.94},{&quot;2026-07-05&quot;:5.94},{&quot;2026-07-06&quot;:5.94},{&quot;2026-07-07&quot;:5.94},{&quot;2026-07-08&quot;:5.94},{&quot;2026-07-09&quot;:6.0},{&quot;2026-07-10&quot;:6.0},{&quot;2026-07-11&quot;:6.0},{&quot;2026-07-12&quot;:6.0},{&quot;2026-07-13&quot;:6.0},{&quot;2026-07-14&quot;:6.0},{&quot;2026-07-15&quot;:6.0},{&quot;2026-07-16&quot;:6.01},{&quot;2026-07-17&quot;:6.01},{&quot;2026-07-18&quot;:6.01},{&quot;2026-07-19&quot;:6.01},{&quot;2026-07-20&quot;:6.01},{&quot;2026-07-21&quot;:6.01},{&quot;2026-07-22&quot;:6.01},{&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;:6.01},{&quot;2026-07-27&quot;:6.01},{&quot;2026-07-28&quot;:6.01},{&quot;2026-07-29&quot;:6.01},{&quot;2026-07-30&quot;:6.01},{&quot;2026-07-31&quot;:6.01},{&quot;2026-08-01&quot;:6.01},{&quot;2026-08-02&quot;:6.07},{&quot;2026-08-03&quot;:6.07},{&quot;2026-08-04&quot;:6.07},{&quot;2026-08-05&quot;:6.2},{&quot;2026-08-07&quot;:6.2},{&quot;2026-08-08&quot;:6.2},{&quot;2026-08-09&quot;:6.2},{&quot;2026-08-10&quot;:6.2},{&quot;2026-08-11&quot;:6.2},{&quot;2026-08-12&quot;:6.2},{&quot;2026-08-13&quot;:6.2},{&quot;2026-08-14&quot;:6.2},{&quot;2026-08-15&quot;:6.2},{&quot;2026-08-16&quot;:6.2},{&quot;2026-08-17&quot;:6.2},{&quot;2026-08-18&quot;:6.2},{&quot;2026-08-19&quot;:6.2},{&quot;2026-08-20&quot;:6.2},{&quot;2026-08-21&quot;:6.2},{&quot;2026-08-22&quot;:6.27},{&quot;2026-08-23&quot;:6.21},{&quot;2026-08-24&quot;:6.21},{&quot;2026-08-25&quot;:6.21},{&quot;2026-08-26&quot;:6.07},{&quot;2026-08-27&quot;:6.07},{&quot;2026-08-28&quot;:6.07},{&quot;2026-08-29&quot;:6.07},{&quot;2026-08-30&quot;:6.07},{&quot;2026-08-31&quot;:6.07},{&quot;2026-09-01&quot;:6.15},{&quot;2026-09-02&quot;:6.15},{&quot;2026-09-03&quot;:6.12},{&quot;2026-09-04&quot;:6.12},{&quot;2026-09-05&quot;:6.12},{&quot;2026-09-06&quot;:6.12},{&quot;2026-09-07&quot;:6.12},{&quot;2026-09-08&quot;:6.12},{&quot;2026-09-09&quot;:6.12},{&quot;2026-09-10&quot;:6.12},{&quot;2026-09-11&quot;:6.33}],&quot;normal&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.88},{&quot;2026-06-19&quot;:3.88},{&quot;2026-06-20&quot;:3.88},{&quot;2026-06-21&quot;:3.88},{&quot;2026-06-22&quot;:3.88},{&quot;2026-06-23&quot;:3.9},{&quot;2026-06-24&quot;:3.94},{&quot;2026-06-25&quot;:3.94},{&quot;2026-06-26&quot;:3.98},{&quot;2026-06-27&quot;:3.98},{&quot;2026-06-28&quot;:4.01},{&quot;2026-06-29&quot;:3.99},{&quot;2026-06-30&quot;:3.94},{&quot;2026-07-01&quot;:3.93},{&quot;2026-07-02&quot;:3.91},{&quot;2026-07-03&quot;:3.91},{&quot;2026-07-04&quot;:3.88},{&quot;2026-07-05&quot;:3.88},{&quot;2026-07-06&quot;:3.8},{&quot;2026-07-07&quot;:3.88},{&quot;2026-07-08&quot;:3.85},{&quot;2026-07-09&quot;:3.85},{&quot;2026-07-10&quot;:3.85},{&quot;2026-07-11&quot;:3.84},{&quot;2026-07-12&quot;:3.83},{&quot;2026-07-13&quot;:3.83},{&quot;2026-07-14&quot;:3.83},{&quot;2026-07-15&quot;:3.91},{&quot;2026-07-16&quot;:3.98},{&quot;2026-07-17&quot;:4.08},{&quot;2026-07-18&quot;:4.08},{&quot;2026-07-19&quot;:4.08},{&quot;2026-07-20&quot;:4.08},{&quot;2026-07-21&quot;:4.08},{&quot;2026-07-22&quot;:4.08},{&quot;2026-07-23&quot;:4.08},{&quot;2026-07-24&quot;:4.07},{&quot;2026-07-25&quot;:4.07},{&quot;2026-07-26&quot;:4.07},{&quot;2026-07-27&quot;:4.07},{&quot;2026-07-28&quot;:4.12},{&quot;2026-07-29&quot;:4.12},{&quot;2026-07-30&quot;:4.12},{&quot;2026-07-31&quot;:4.1},{&quot;2026-08-01&quot;:4.17},{&quot;2026-08-02&quot;:4.17},{&quot;2026-08-03&quot;:4.24},{&quot;2026-08-04&quot;:4.14},{&quot;2026-08-05&quot;:4.14},{&quot;2026-08-07&quot;:4.22},{&quot;2026-08-08&quot;:4.22},{&quot;2026-08-09&quot;:4.22},{&quot;2026-08-10&quot;:4.19},{&quot;2026-08-11&quot;:4.2},{&quot;2026-08-12&quot;:4.25},{&quot;2026-08-13&quot;:4.38},{&quot;2026-08-14&quot;:4.38},{&quot;2026-08-15&quot;:4.37},{&quot;2026-08-16&quot;:4.37},{&quot;2026-08-17&quot;:4.37},{&quot;2026-08-18&quot;:4.45},{&quot;2026-08-19&quot;:4.45},{&quot;2026-08-20&quot;:4.45},{&quot;2026-08-21&quot;:4.45},{&quot;2026-08-22&quot;:4.44},{&quot;2026-08-23&quot;:4.44},{&quot;2026-08-24&quot;:4.44},{&quot;2026-08-25&quot;:4.46},{&quot;2026-08-26&quot;:4.57},{&quot;2026-08-27&quot;:4.55},{&quot;2026-08-28&quot;:4.55},{&quot;2026-08-29&quot;:4.55},{&quot;2026-08-30&quot;:4.66},{&quot;2026-08-31&quot;:4.66},{&quot;2026-09-01&quot;:4.66},{&quot;2026-09-02&quot;:4.66},{&quot;2026-09-03&quot;:4.66},{&quot;2026-09-04&quot;:4.66},{&quot;2026-09-05&quot;:4.66},{&quot;2026-09-06&quot;:4.61},{&quot;2026-09-07&quot;:4.54},{&quot;2026-09-08&quot;:4.54},{&quot;2026-09-09&quot;:4.61},{&quot;2026-09-10&quot;:4.68},{&quot;2026-09-11&quot;:4.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="30452"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-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">
            Black Vise
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Black Vise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/9/196b83a1-2a25-498d-83b8-8faacd79909d.jpg?1783947806" />

        <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 Vise
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Black Vise" src="https://cards.scryfall.io/large/front/1/9/196b83a1-2a25-498d-83b8-8faacd79909d.jpg?1783947806" />
    </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">
                $4.78
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.63},{&quot;2026-06-13&quot;:2.63},{&quot;2026-06-14&quot;:2.84},{&quot;2026-06-15&quot;:2.87},{&quot;2026-06-16&quot;:2.87},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.87},{&quot;2026-06-19&quot;:2.87},{&quot;2026-06-20&quot;:2.87},{&quot;2026-06-21&quot;:2.87},{&quot;2026-06-22&quot;:2.87},{&quot;2026-06-23&quot;:2.82},{&quot;2026-06-24&quot;:2.87},{&quot;2026-06-25&quot;:2.87},{&quot;2026-06-26&quot;:2.87},{&quot;2026-06-27&quot;:2.87},{&quot;2026-06-28&quot;:2.87},{&quot;2026-06-29&quot;:2.87},{&quot;2026-06-30&quot;:2.87},{&quot;2026-07-01&quot;:2.87},{&quot;2026-07-02&quot;:2.86},{&quot;2026-07-03&quot;:2.86},{&quot;2026-07-04&quot;:2.86},{&quot;2026-07-05&quot;:2.86},{&quot;2026-07-06&quot;:2.86},{&quot;2026-07-07&quot;:2.84},{&quot;2026-07-08&quot;:2.84},{&quot;2026-07-09&quot;:2.84},{&quot;2026-07-10&quot;:2.91},{&quot;2026-07-11&quot;:2.91},{&quot;2026-07-12&quot;:2.84},{&quot;2026-07-13&quot;:2.84},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.84},{&quot;2026-07-16&quot;:2.84},{&quot;2026-07-17&quot;:2.93},{&quot;2026-07-18&quot;:2.93},{&quot;2026-07-19&quot;:2.93},{&quot;2026-07-20&quot;:2.93},{&quot;2026-07-21&quot;:2.93},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.97},{&quot;2026-07-25&quot;:2.99},{&quot;2026-07-26&quot;:2.99},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-28&quot;:3.05},{&quot;2026-07-29&quot;:3.2},{&quot;2026-07-30&quot;:3.2},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.2},{&quot;2026-08-03&quot;:3.2},{&quot;2026-08-04&quot;:3.13},{&quot;2026-08-05&quot;:3.23},{&quot;2026-08-07&quot;:3.14},{&quot;2026-08-08&quot;:3.22},{&quot;2026-08-09&quot;:3.37},{&quot;2026-08-10&quot;:3.37},{&quot;2026-08-11&quot;:3.44},{&quot;2026-08-12&quot;:3.44},{&quot;2026-08-13&quot;:3.44},{&quot;2026-08-14&quot;:3.18},{&quot;2026-08-15&quot;:3.18},{&quot;2026-08-16&quot;:3.18},{&quot;2026-08-17&quot;:3.18},{&quot;2026-08-18&quot;:3.18},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:3.32},{&quot;2026-08-22&quot;:3.32},{&quot;2026-08-23&quot;:3.24},{&quot;2026-08-24&quot;:3.24},{&quot;2026-08-25&quot;:3.54},{&quot;2026-08-26&quot;:3.51},{&quot;2026-08-27&quot;:3.51},{&quot;2026-08-28&quot;:3.51},{&quot;2026-08-29&quot;:3.51},{&quot;2026-08-30&quot;:3.8},{&quot;2026-08-31&quot;:3.75},{&quot;2026-09-01&quot;:3.75},{&quot;2026-09-02&quot;:3.72},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.7},{&quot;2026-09-05&quot;:4.14},{&quot;2026-09-06&quot;:4.17},{&quot;2026-09-07&quot;:4.64},{&quot;2026-09-08&quot;:4.64},{&quot;2026-09-09&quot;:4.56},{&quot;2026-09-10&quot;:4.56},{&quot;2026-09-11&quot;:4.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="46453"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Sword of Once and Future" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/1670393d-86f0-46fb-b577-f73a1da2a3ed.jpg?1783916934" />

        <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 Once and Future
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of Once and Future" src="https://cards.scryfall.io/large/front/1/6/1670393d-86f0-46fb-b577-f73a1da2a3ed.jpg?1783916934" />
    </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">
                $4.78
              </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.16
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.66},{&quot;2026-06-14&quot;:4.66},{&quot;2026-06-15&quot;:4.66},{&quot;2026-06-16&quot;:4.55},{&quot;2026-06-17&quot;:4.61},{&quot;2026-06-18&quot;:4.6},{&quot;2026-06-19&quot;:4.6},{&quot;2026-06-20&quot;:4.6},{&quot;2026-06-21&quot;:4.58},{&quot;2026-06-22&quot;:4.59},{&quot;2026-06-23&quot;:4.57},{&quot;2026-06-24&quot;:4.63},{&quot;2026-06-25&quot;:4.63},{&quot;2026-06-26&quot;:4.63},{&quot;2026-06-27&quot;:4.63},{&quot;2026-06-28&quot;:4.63},{&quot;2026-06-29&quot;:4.63},{&quot;2026-06-30&quot;:4.63},{&quot;2026-07-01&quot;:4.71},{&quot;2026-07-02&quot;:4.71},{&quot;2026-07-03&quot;:4.71},{&quot;2026-07-04&quot;:4.71},{&quot;2026-07-05&quot;:4.71},{&quot;2026-07-06&quot;:4.6},{&quot;2026-07-07&quot;:4.6},{&quot;2026-07-08&quot;:4.6},{&quot;2026-07-09&quot;:4.66},{&quot;2026-07-10&quot;:4.66},{&quot;2026-07-11&quot;:4.66},{&quot;2026-07-12&quot;:4.66},{&quot;2026-07-13&quot;:4.66},{&quot;2026-07-14&quot;:4.66},{&quot;2026-07-15&quot;:4.66},{&quot;2026-07-16&quot;:4.66},{&quot;2026-07-17&quot;:4.66},{&quot;2026-07-18&quot;:4.66},{&quot;2026-07-19&quot;:4.66},{&quot;2026-07-20&quot;:4.66},{&quot;2026-07-21&quot;:4.66},{&quot;2026-07-22&quot;:4.66},{&quot;2026-07-23&quot;:4.66},{&quot;2026-07-24&quot;:4.66},{&quot;2026-07-25&quot;:4.66},{&quot;2026-07-26&quot;:4.66},{&quot;2026-07-27&quot;:4.67},{&quot;2026-07-28&quot;:4.67},{&quot;2026-07-29&quot;:4.67},{&quot;2026-07-30&quot;:4.67},{&quot;2026-07-31&quot;:4.67},{&quot;2026-08-01&quot;:4.67},{&quot;2026-08-02&quot;:4.67},{&quot;2026-08-03&quot;:4.67},{&quot;2026-08-04&quot;:4.67},{&quot;2026-08-05&quot;:4.71},{&quot;2026-08-07&quot;:4.71},{&quot;2026-08-08&quot;:4.71},{&quot;2026-08-09&quot;:4.71},{&quot;2026-08-10&quot;:4.7},{&quot;2026-08-11&quot;:4.7},{&quot;2026-08-12&quot;:4.69},{&quot;2026-08-13&quot;:4.69},{&quot;2026-08-14&quot;:4.69},{&quot;2026-08-15&quot;:4.69},{&quot;2026-08-16&quot;:4.69},{&quot;2026-08-17&quot;:4.69},{&quot;2026-08-18&quot;:4.69},{&quot;2026-08-19&quot;:4.69},{&quot;2026-08-20&quot;:4.69},{&quot;2026-08-21&quot;:4.69},{&quot;2026-08-22&quot;:4.69},{&quot;2026-08-23&quot;:4.69},{&quot;2026-08-24&quot;:4.69},{&quot;2026-08-25&quot;:4.69},{&quot;2026-08-26&quot;:4.69},{&quot;2026-08-27&quot;:4.69},{&quot;2026-08-28&quot;:4.71},{&quot;2026-08-29&quot;:4.71},{&quot;2026-08-30&quot;:5.15},{&quot;2026-08-31&quot;:5.15},{&quot;2026-09-01&quot;:5.15},{&quot;2026-09-02&quot;:5.15},{&quot;2026-09-03&quot;:5.15},{&quot;2026-09-04&quot;:5.15},{&quot;2026-09-05&quot;:5.15},{&quot;2026-09-06&quot;:5.15},{&quot;2026-09-07&quot;:5.15},{&quot;2026-09-08&quot;:5.15},{&quot;2026-09-09&quot;:5.16},{&quot;2026-09-10&quot;:5.16},{&quot;2026-09-11&quot;:5.16}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.65},{&quot;2026-06-14&quot;:4.64},{&quot;2026-06-15&quot;:4.64},{&quot;2026-06-16&quot;:4.64},{&quot;2026-06-17&quot;:4.64},{&quot;2026-06-18&quot;:4.7},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.7},{&quot;2026-06-21&quot;:4.66},{&quot;2026-06-22&quot;:4.65},{&quot;2026-06-23&quot;:4.59},{&quot;2026-06-24&quot;:4.63},{&quot;2026-06-25&quot;:4.63},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.63},{&quot;2026-06-28&quot;:4.52},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.47},{&quot;2026-07-01&quot;:4.52},{&quot;2026-07-02&quot;:4.59},{&quot;2026-07-03&quot;:4.62},{&quot;2026-07-04&quot;:4.6},{&quot;2026-07-05&quot;:4.6},{&quot;2026-07-06&quot;:4.73},{&quot;2026-07-07&quot;:4.77},{&quot;2026-07-08&quot;:4.85},{&quot;2026-07-09&quot;:4.9},{&quot;2026-07-10&quot;:4.99},{&quot;2026-07-11&quot;:4.99},{&quot;2026-07-12&quot;:4.96},{&quot;2026-07-13&quot;:4.96},{&quot;2026-07-14&quot;:4.96},{&quot;2026-07-15&quot;:4.99},{&quot;2026-07-16&quot;:4.99},{&quot;2026-07-17&quot;:5.0},{&quot;2026-07-18&quot;:5.08},{&quot;2026-07-19&quot;:5.08},{&quot;2026-07-20&quot;:5.09},{&quot;2026-07-21&quot;:5.11},{&quot;2026-07-22&quot;:5.09},{&quot;2026-07-23&quot;:5.06},{&quot;2026-07-24&quot;:5.06},{&quot;2026-07-25&quot;:5.03},{&quot;2026-07-26&quot;:5.03},{&quot;2026-07-27&quot;:5.14},{&quot;2026-07-28&quot;:5.14},{&quot;2026-07-29&quot;:5.08},{&quot;2026-07-30&quot;:4.99},{&quot;2026-07-31&quot;:5.08},{&quot;2026-08-01&quot;:5.08},{&quot;2026-08-02&quot;:5.09},{&quot;2026-08-03&quot;:5.09},{&quot;2026-08-04&quot;:5.09},{&quot;2026-08-05&quot;:5.02},{&quot;2026-08-07&quot;:4.99},{&quot;2026-08-08&quot;:4.92},{&quot;2026-08-09&quot;:4.87},{&quot;2026-08-10&quot;:4.82},{&quot;2026-08-11&quot;:4.8},{&quot;2026-08-12&quot;:4.79},{&quot;2026-08-13&quot;:4.74},{&quot;2026-08-14&quot;:4.86},{&quot;2026-08-15&quot;:4.89},{&quot;2026-08-16&quot;:4.89},{&quot;2026-08-17&quot;:4.92},{&quot;2026-08-18&quot;:4.96},{&quot;2026-08-19&quot;:4.85},{&quot;2026-08-20&quot;:4.97},{&quot;2026-08-21&quot;:4.92},{&quot;2026-08-22&quot;:4.96},{&quot;2026-08-23&quot;:4.88},{&quot;2026-08-24&quot;:4.88},{&quot;2026-08-25&quot;:4.9},{&quot;2026-08-26&quot;:4.86},{&quot;2026-08-27&quot;:4.91},{&quot;2026-08-28&quot;:4.85},{&quot;2026-08-29&quot;:4.85},{&quot;2026-08-30&quot;:4.76},{&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.77},{&quot;2026-09-04&quot;:4.77},{&quot;2026-09-05&quot;:4.76},{&quot;2026-09-06&quot;:4.78},{&quot;2026-09-07&quot;:4.84},{&quot;2026-09-08&quot;:4.84},{&quot;2026-09-09&quot;:4.83},{&quot;2026-09-10&quot;:4.76},{&quot;2026-09-11&quot;:4.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="20660"
  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-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">
            Basalt Monolith
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Basalt Monolith" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/7/f79de5e7-1545-420c-bfe1-ee2444fca85b.jpg?1783930120" />

        <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">
            Basalt Monolith
        </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="Basalt Monolith" src="https://cards.scryfall.io/large/front/f/7/f79de5e7-1545-420c-bfe1-ee2444fca85b.jpg?1783930120" />
    </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">
                $4.77
              </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.78
              </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">$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;:5.22},{&quot;2026-06-14&quot;:5.21},{&quot;2026-06-15&quot;:5.18},{&quot;2026-06-16&quot;:5.18},{&quot;2026-06-17&quot;:5.18},{&quot;2026-06-18&quot;:5.24},{&quot;2026-06-19&quot;:5.24},{&quot;2026-06-20&quot;:5.24},{&quot;2026-06-21&quot;:5.24},{&quot;2026-06-22&quot;:5.24},{&quot;2026-06-23&quot;:5.24},{&quot;2026-06-24&quot;:5.24},{&quot;2026-06-25&quot;:5.24},{&quot;2026-06-26&quot;:5.24},{&quot;2026-06-27&quot;:5.24},{&quot;2026-06-28&quot;:5.24},{&quot;2026-06-29&quot;:5.24},{&quot;2026-06-30&quot;:5.24},{&quot;2026-07-01&quot;:5.18},{&quot;2026-07-02&quot;:5.23},{&quot;2026-07-03&quot;:5.16},{&quot;2026-07-04&quot;:5.16},{&quot;2026-07-05&quot;:5.16},{&quot;2026-07-06&quot;:5.18},{&quot;2026-07-07&quot;:5.24},{&quot;2026-07-08&quot;:5.17},{&quot;2026-07-09&quot;:5.17},{&quot;2026-07-10&quot;:5.24},{&quot;2026-07-11&quot;:5.22},{&quot;2026-07-12&quot;:5.22},{&quot;2026-07-13&quot;:5.22},{&quot;2026-07-14&quot;:5.22},{&quot;2026-07-15&quot;:5.22},{&quot;2026-07-16&quot;:5.22},{&quot;2026-07-17&quot;:5.42},{&quot;2026-07-18&quot;:5.42},{&quot;2026-07-19&quot;:5.42},{&quot;2026-07-20&quot;:5.42},{&quot;2026-07-21&quot;:5.42},{&quot;2026-07-22&quot;:5.39},{&quot;2026-07-23&quot;:5.39},{&quot;2026-07-24&quot;:5.37},{&quot;2026-07-25&quot;:5.33},{&quot;2026-07-26&quot;:5.33},{&quot;2026-07-27&quot;:5.31},{&quot;2026-07-28&quot;:5.31},{&quot;2026-07-29&quot;:5.27},{&quot;2026-07-30&quot;:5.27},{&quot;2026-07-31&quot;:5.32},{&quot;2026-08-01&quot;:5.32},{&quot;2026-08-02&quot;:5.32},{&quot;2026-08-03&quot;:5.29},{&quot;2026-08-04&quot;:5.39},{&quot;2026-08-05&quot;:5.39},{&quot;2026-08-07&quot;:5.38},{&quot;2026-08-08&quot;:5.35},{&quot;2026-08-09&quot;:5.34},{&quot;2026-08-10&quot;:5.39},{&quot;2026-08-11&quot;:5.39},{&quot;2026-08-12&quot;:5.4},{&quot;2026-08-13&quot;:5.43},{&quot;2026-08-14&quot;:5.31},{&quot;2026-08-15&quot;:5.26},{&quot;2026-08-16&quot;:5.24},{&quot;2026-08-17&quot;:5.28},{&quot;2026-08-18&quot;:5.32},{&quot;2026-08-19&quot;:5.41},{&quot;2026-08-20&quot;:5.45},{&quot;2026-08-21&quot;:5.52},{&quot;2026-08-22&quot;:5.52},{&quot;2026-08-23&quot;:5.52},{&quot;2026-08-24&quot;:5.52},{&quot;2026-08-25&quot;:5.59},{&quot;2026-08-26&quot;:5.59},{&quot;2026-08-27&quot;:5.59},{&quot;2026-08-28&quot;:5.6},{&quot;2026-08-29&quot;:5.6},{&quot;2026-08-30&quot;:5.6},{&quot;2026-08-31&quot;:5.55},{&quot;2026-09-01&quot;:5.55},{&quot;2026-09-02&quot;:5.55},{&quot;2026-09-03&quot;:5.65},{&quot;2026-09-04&quot;:5.62},{&quot;2026-09-05&quot;:5.64},{&quot;2026-09-06&quot;:5.69},{&quot;2026-09-07&quot;:5.69},{&quot;2026-09-08&quot;:5.75},{&quot;2026-09-09&quot;:5.74},{&quot;2026-09-10&quot;:5.73},{&quot;2026-09-11&quot;:5.78}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.66},{&quot;2026-06-14&quot;:3.65},{&quot;2026-06-15&quot;:3.66},{&quot;2026-06-16&quot;:3.7},{&quot;2026-06-17&quot;:3.65},{&quot;2026-06-18&quot;:3.57},{&quot;2026-06-19&quot;:3.52},{&quot;2026-06-20&quot;:3.51},{&quot;2026-06-21&quot;:3.57},{&quot;2026-06-22&quot;:3.57},{&quot;2026-06-23&quot;:3.59},{&quot;2026-06-24&quot;:3.63},{&quot;2026-06-25&quot;:3.63},{&quot;2026-06-26&quot;:3.71},{&quot;2026-06-27&quot;:3.65},{&quot;2026-06-28&quot;:3.67},{&quot;2026-06-29&quot;:3.68},{&quot;2026-06-30&quot;:3.68},{&quot;2026-07-01&quot;:3.6},{&quot;2026-07-02&quot;:3.42},{&quot;2026-07-03&quot;:3.43},{&quot;2026-07-04&quot;:3.39},{&quot;2026-07-05&quot;:3.36},{&quot;2026-07-06&quot;:3.46},{&quot;2026-07-07&quot;:3.69},{&quot;2026-07-08&quot;:3.75},{&quot;2026-07-09&quot;:3.75},{&quot;2026-07-10&quot;:3.75},{&quot;2026-07-11&quot;:3.81},{&quot;2026-07-12&quot;:3.72},{&quot;2026-07-13&quot;:3.72},{&quot;2026-07-14&quot;:3.65},{&quot;2026-07-15&quot;:3.72},{&quot;2026-07-16&quot;:3.66},{&quot;2026-07-17&quot;:3.75},{&quot;2026-07-18&quot;:3.59},{&quot;2026-07-19&quot;:3.58},{&quot;2026-07-20&quot;:3.77},{&quot;2026-07-21&quot;:4.09},{&quot;2026-07-22&quot;:4.19},{&quot;2026-07-23&quot;:4.19},{&quot;2026-07-24&quot;:4.19},{&quot;2026-07-25&quot;:4.27},{&quot;2026-07-26&quot;:4.33},{&quot;2026-07-27&quot;:4.56},{&quot;2026-07-28&quot;:4.7},{&quot;2026-07-29&quot;:4.67},{&quot;2026-07-30&quot;:4.58},{&quot;2026-07-31&quot;:4.58},{&quot;2026-08-01&quot;:4.58},{&quot;2026-08-02&quot;:4.58},{&quot;2026-08-03&quot;:4.6},{&quot;2026-08-04&quot;:4.5},{&quot;2026-08-05&quot;:4.44},{&quot;2026-08-07&quot;:4.44},{&quot;2026-08-08&quot;:4.4},{&quot;2026-08-09&quot;:4.38},{&quot;2026-08-10&quot;:4.36},{&quot;2026-08-11&quot;:4.29},{&quot;2026-08-12&quot;:4.24},{&quot;2026-08-13&quot;:4.3},{&quot;2026-08-14&quot;:4.19},{&quot;2026-08-15&quot;:4.11},{&quot;2026-08-16&quot;:4.01},{&quot;2026-08-17&quot;:4.13},{&quot;2026-08-18&quot;:4.21},{&quot;2026-08-19&quot;:4.43},{&quot;2026-08-20&quot;:4.38},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.47},{&quot;2026-08-23&quot;:4.47},{&quot;2026-08-24&quot;:4.47},{&quot;2026-08-25&quot;:4.46},{&quot;2026-08-26&quot;:4.52},{&quot;2026-08-27&quot;:4.43},{&quot;2026-08-28&quot;:4.4},{&quot;2026-08-29&quot;:4.4},{&quot;2026-08-30&quot;:4.24},{&quot;2026-08-31&quot;:4.16},{&quot;2026-09-01&quot;:4.33},{&quot;2026-09-02&quot;:4.3},{&quot;2026-09-03&quot;:4.3},{&quot;2026-09-04&quot;:4.31},{&quot;2026-09-05&quot;:4.31},{&quot;2026-09-06&quot;:4.25},{&quot;2026-09-07&quot;:4.16},{&quot;2026-09-08&quot;:4.34},{&quot;2026-09-09&quot;:4.49},{&quot;2026-09-10&quot;:4.79},{&quot;2026-09-11&quot;:4.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="76112"
  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">
            Reliquary Tower
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Reliquary Tower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/ca7704cf-0e13-42fa-9e79-41eb94febedd.jpg?1783913825" />

        <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">
            Reliquary Tower
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Reliquary Tower" src="https://cards.scryfall.io/large/front/c/a/ca7704cf-0e13-42fa-9e79-41eb94febedd.jpg?1783913825" />
    </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">
                $4.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">$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;normal&quot;:[{&quot;2026-06-08&quot;:4.27},{&quot;2026-06-10&quot;:4.32},{&quot;2026-06-11&quot;:4.38},{&quot;2026-06-12&quot;:4.38},{&quot;2026-06-13&quot;:4.38},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:4.25},{&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.2},{&quot;2026-06-20&quot;:4.26},{&quot;2026-06-21&quot;:4.26},{&quot;2026-06-22&quot;:4.36},{&quot;2026-06-24&quot;:4.4},{&quot;2026-06-25&quot;:4.35},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.6},{&quot;2026-06-28&quot;:4.54},{&quot;2026-06-29&quot;:4.57},{&quot;2026-06-30&quot;:4.5},{&quot;2026-07-01&quot;:4.4},{&quot;2026-07-02&quot;:4.37},{&quot;2026-07-03&quot;:4.3},{&quot;2026-07-04&quot;:4.21},{&quot;2026-07-05&quot;:4.19},{&quot;2026-07-06&quot;:4.2},{&quot;2026-07-07&quot;:4.13},{&quot;2026-07-08&quot;:4.13},{&quot;2026-07-09&quot;:4.11},{&quot;2026-07-10&quot;:4.15},{&quot;2026-07-11&quot;:4.06},{&quot;2026-07-12&quot;:4.08},{&quot;2026-07-13&quot;:3.96},{&quot;2026-07-14&quot;:4.11},{&quot;2026-07-15&quot;:4.07},{&quot;2026-07-16&quot;:4.25},{&quot;2026-07-17&quot;:4.52},{&quot;2026-07-18&quot;:4.88},{&quot;2026-07-19&quot;:4.88},{&quot;2026-07-20&quot;:4.95},{&quot;2026-07-21&quot;:4.8},{&quot;2026-07-23&quot;:4.71},{&quot;2026-07-25&quot;:4.78},{&quot;2026-07-26&quot;:4.71},{&quot;2026-07-27&quot;:4.55},{&quot;2026-07-29&quot;:4.47},{&quot;2026-07-30&quot;:4.47},{&quot;2026-07-31&quot;:4.32},{&quot;2026-08-01&quot;:4.32},{&quot;2026-08-02&quot;:4.24},{&quot;2026-08-03&quot;:4.15},{&quot;2026-08-04&quot;:4.03},{&quot;2026-08-05&quot;:3.95},{&quot;2026-08-07&quot;:3.85},{&quot;2026-08-08&quot;:3.99},{&quot;2026-08-09&quot;:4.09},{&quot;2026-08-10&quot;:4.08},{&quot;2026-08-11&quot;:4.05},{&quot;2026-08-12&quot;:4.07},{&quot;2026-08-13&quot;:4.09},{&quot;2026-08-14&quot;:4.1},{&quot;2026-08-15&quot;:4.03},{&quot;2026-08-16&quot;:4.01},{&quot;2026-08-17&quot;:3.96},{&quot;2026-08-18&quot;:4.4},{&quot;2026-08-19&quot;:4.43},{&quot;2026-08-20&quot;:4.43},{&quot;2026-08-21&quot;:4.54},{&quot;2026-08-22&quot;:4.64},{&quot;2026-08-23&quot;:4.74},{&quot;2026-08-24&quot;:4.82},{&quot;2026-08-25&quot;:4.82},{&quot;2026-08-26&quot;:4.82},{&quot;2026-08-27&quot;:4.82},{&quot;2026-08-28&quot;:4.77},{&quot;2026-08-29&quot;:4.77},{&quot;2026-08-30&quot;:4.75},{&quot;2026-08-31&quot;:4.75},{&quot;2026-09-01&quot;:4.75},{&quot;2026-09-02&quot;:4.75},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.83},{&quot;2026-09-05&quot;:4.83},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:4.82},{&quot;2026-09-08&quot;:4.82},{&quot;2026-09-09&quot;:4.77},{&quot;2026-09-10&quot;:4.77},{&quot;2026-09-11&quot;:4.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="87060"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Daybreak Coronet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/98bad09a-64f4-4067-9802-f408793d82f7.jpg?1783914972" />

        <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">
            Daybreak Coronet
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Daybreak Coronet" src="https://cards.scryfall.io/large/front/9/8/98bad09a-64f4-4067-9802-f408793d82f7.jpg?1783914972" />
    </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">
                $4.77
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-10&quot;:4.32},{&quot;2026-06-11&quot;:4.32},{&quot;2026-06-12&quot;:4.31},{&quot;2026-06-13&quot;:4.37},{&quot;2026-06-14&quot;:4.35},{&quot;2026-06-15&quot;:4.35},{&quot;2026-06-16&quot;:4.35},{&quot;2026-06-17&quot;:4.34},{&quot;2026-06-18&quot;:4.29},{&quot;2026-06-19&quot;:4.44},{&quot;2026-06-20&quot;:4.44},{&quot;2026-06-21&quot;:4.44},{&quot;2026-06-22&quot;:4.44},{&quot;2026-06-23&quot;:4.57},{&quot;2026-06-24&quot;:4.57},{&quot;2026-06-25&quot;:4.65},{&quot;2026-06-26&quot;:4.65},{&quot;2026-06-27&quot;:4.7},{&quot;2026-06-28&quot;:4.7},{&quot;2026-06-29&quot;:4.7},{&quot;2026-06-30&quot;:4.7},{&quot;2026-07-01&quot;:4.7},{&quot;2026-07-02&quot;:4.79},{&quot;2026-07-03&quot;:4.79},{&quot;2026-07-04&quot;:4.83},{&quot;2026-07-05&quot;:4.83},{&quot;2026-07-06&quot;:4.83},{&quot;2026-07-07&quot;:4.91},{&quot;2026-07-08&quot;:4.91},{&quot;2026-07-09&quot;:5.19},{&quot;2026-07-10&quot;:5.17},{&quot;2026-07-11&quot;:5.17},{&quot;2026-07-12&quot;:5.17},{&quot;2026-07-13&quot;:5.17},{&quot;2026-07-14&quot;:5.17},{&quot;2026-07-15&quot;:5.17},{&quot;2026-07-16&quot;:5.28},{&quot;2026-07-17&quot;:5.28},{&quot;2026-07-18&quot;:5.28},{&quot;2026-07-19&quot;:5.45},{&quot;2026-07-20&quot;:5.57},{&quot;2026-07-21&quot;:5.62},{&quot;2026-07-23&quot;:5.6},{&quot;2026-07-25&quot;:5.71},{&quot;2026-07-26&quot;:5.71},{&quot;2026-07-27&quot;:5.76},{&quot;2026-07-29&quot;:5.64},{&quot;2026-07-30&quot;:5.57},{&quot;2026-07-31&quot;:5.7},{&quot;2026-08-01&quot;:5.7},{&quot;2026-08-02&quot;:5.63},{&quot;2026-08-03&quot;:5.63},{&quot;2026-08-04&quot;:5.6},{&quot;2026-08-05&quot;:5.64},{&quot;2026-08-07&quot;:5.54},{&quot;2026-08-08&quot;:5.54},{&quot;2026-08-09&quot;:5.4},{&quot;2026-08-10&quot;:4.99},{&quot;2026-08-11&quot;:4.86},{&quot;2026-08-12&quot;:4.86},{&quot;2026-08-13&quot;:4.93},{&quot;2026-08-14&quot;:4.86},{&quot;2026-08-15&quot;:4.75},{&quot;2026-08-16&quot;:4.69},{&quot;2026-08-17&quot;:4.67},{&quot;2026-08-18&quot;:4.64},{&quot;2026-08-19&quot;:4.54},{&quot;2026-08-20&quot;:4.54},{&quot;2026-08-21&quot;:4.57},{&quot;2026-08-22&quot;:4.46},{&quot;2026-08-23&quot;:4.41},{&quot;2026-08-24&quot;:4.41},{&quot;2026-08-25&quot;:4.41},{&quot;2026-08-26&quot;:4.53},{&quot;2026-08-27&quot;:4.53},{&quot;2026-08-28&quot;:4.6},{&quot;2026-08-29&quot;:4.6},{&quot;2026-08-30&quot;:4.63},{&quot;2026-08-31&quot;:4.63},{&quot;2026-09-01&quot;:4.63},{&quot;2026-09-02&quot;:4.55},{&quot;2026-09-03&quot;:4.7},{&quot;2026-09-04&quot;:4.7},{&quot;2026-09-05&quot;:4.7},{&quot;2026-09-06&quot;:4.64},{&quot;2026-09-07&quot;:4.61},{&quot;2026-09-08&quot;:4.72},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.65},{&quot;2026-09-11&quot;:4.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="94906"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Nibelheim Aflame
        </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">
            $4.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="Nibelheim Aflame" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/d/3d3e926a-74af-4996-849f-d31e0fdedeae.jpg?1783906601" />

        <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">
            Nibelheim Aflame
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nibelheim Aflame" src="https://cards.scryfall.io/large/front/3/d/3d3e926a-74af-4996-849f-d31e0fdedeae.jpg?1783906601" />
    </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">
                $4.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">
                $5.43
              </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">$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-13&quot;:4.83},{&quot;2026-06-14&quot;:4.83},{&quot;2026-06-15&quot;:4.86},{&quot;2026-06-16&quot;:4.88},{&quot;2026-06-17&quot;:4.88},{&quot;2026-06-18&quot;:4.88},{&quot;2026-06-19&quot;:4.86},{&quot;2026-06-20&quot;:4.86},{&quot;2026-06-21&quot;:4.81},{&quot;2026-06-22&quot;:4.81},{&quot;2026-06-23&quot;:4.8},{&quot;2026-06-24&quot;:4.92},{&quot;2026-06-25&quot;:4.96},{&quot;2026-06-26&quot;:5.12},{&quot;2026-06-27&quot;:5.12},{&quot;2026-06-28&quot;:5.06},{&quot;2026-06-29&quot;:5.12},{&quot;2026-06-30&quot;:5.13},{&quot;2026-07-01&quot;:5.42},{&quot;2026-07-02&quot;:5.42},{&quot;2026-07-03&quot;:5.42},{&quot;2026-07-04&quot;:5.46},{&quot;2026-07-05&quot;:5.46},{&quot;2026-07-06&quot;:5.47},{&quot;2026-07-07&quot;:5.49},{&quot;2026-07-08&quot;:5.49},{&quot;2026-07-09&quot;:5.51},{&quot;2026-07-10&quot;:5.56},{&quot;2026-07-11&quot;:5.67},{&quot;2026-07-12&quot;:5.67},{&quot;2026-07-13&quot;:5.77},{&quot;2026-07-14&quot;:5.62},{&quot;2026-07-15&quot;:5.62},{&quot;2026-07-16&quot;:5.62},{&quot;2026-07-17&quot;:5.54},{&quot;2026-07-18&quot;:5.48},{&quot;2026-07-19&quot;:5.48},{&quot;2026-07-20&quot;:5.81},{&quot;2026-07-21&quot;:5.81},{&quot;2026-07-22&quot;:5.95},{&quot;2026-07-23&quot;:6.15},{&quot;2026-07-24&quot;:6.15},{&quot;2026-07-25&quot;:5.66},{&quot;2026-07-26&quot;:5.66},{&quot;2026-07-27&quot;:5.69},{&quot;2026-07-28&quot;:5.69},{&quot;2026-07-29&quot;:5.69},{&quot;2026-07-30&quot;:5.63},{&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.4},{&quot;2026-08-04&quot;:5.4},{&quot;2026-08-05&quot;:5.22},{&quot;2026-08-07&quot;:5.21},{&quot;2026-08-08&quot;:5.11},{&quot;2026-08-09&quot;:4.97},{&quot;2026-08-10&quot;:4.98},{&quot;2026-08-11&quot;:4.81},{&quot;2026-08-12&quot;:4.64},{&quot;2026-08-13&quot;:4.7},{&quot;2026-08-14&quot;:4.7},{&quot;2026-08-15&quot;:4.7},{&quot;2026-08-16&quot;:4.67},{&quot;2026-08-17&quot;:4.78},{&quot;2026-08-18&quot;:4.78},{&quot;2026-08-19&quot;:4.9},{&quot;2026-08-20&quot;:5.02},{&quot;2026-08-21&quot;:5.01},{&quot;2026-08-22&quot;:5.01},{&quot;2026-08-23&quot;:5.01},{&quot;2026-08-24&quot;:5.03},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:5.03},{&quot;2026-08-27&quot;:5.19},{&quot;2026-08-28&quot;:5.24},{&quot;2026-08-29&quot;:5.24},{&quot;2026-08-30&quot;:5.24},{&quot;2026-08-31&quot;:5.29},{&quot;2026-09-01&quot;:5.23},{&quot;2026-09-02&quot;:5.23},{&quot;2026-09-03&quot;:5.31},{&quot;2026-09-04&quot;:5.31},{&quot;2026-09-05&quot;:5.37},{&quot;2026-09-06&quot;:5.37},{&quot;2026-09-07&quot;:5.37},{&quot;2026-09-08&quot;:5.37},{&quot;2026-09-09&quot;:5.34},{&quot;2026-09-10&quot;:5.33},{&quot;2026-09-11&quot;:5.43}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.53},{&quot;2026-06-14&quot;:4.4},{&quot;2026-06-15&quot;:4.53},{&quot;2026-06-16&quot;:4.56},{&quot;2026-06-17&quot;:4.73},{&quot;2026-06-18&quot;:4.76},{&quot;2026-06-19&quot;:4.88},{&quot;2026-06-20&quot;:4.23},{&quot;2026-06-21&quot;:3.69},{&quot;2026-06-22&quot;:4.06},{&quot;2026-06-23&quot;:4.25},{&quot;2026-06-24&quot;:4.43},{&quot;2026-06-25&quot;:4.16},{&quot;2026-06-26&quot;:3.96},{&quot;2026-06-27&quot;:3.48},{&quot;2026-06-28&quot;:4.24},{&quot;2026-06-29&quot;:4.46},{&quot;2026-06-30&quot;:4.74},{&quot;2026-07-01&quot;:5.13},{&quot;2026-07-02&quot;:5.09},{&quot;2026-07-03&quot;:4.74},{&quot;2026-07-04&quot;:5.05},{&quot;2026-07-05&quot;:5.13},{&quot;2026-07-06&quot;:5.44},{&quot;2026-07-07&quot;:5.48},{&quot;2026-07-08&quot;:5.17},{&quot;2026-07-09&quot;:4.81},{&quot;2026-07-10&quot;:4.76},{&quot;2026-07-11&quot;:4.39},{&quot;2026-07-12&quot;:4.35},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.22},{&quot;2026-07-15&quot;:4.28},{&quot;2026-07-16&quot;:4.07},{&quot;2026-07-17&quot;:4.13},{&quot;2026-07-18&quot;:4.03},{&quot;2026-07-19&quot;:4.09},{&quot;2026-07-20&quot;:4.37},{&quot;2026-07-21&quot;:4.83},{&quot;2026-07-22&quot;:4.85},{&quot;2026-07-23&quot;:4.78},{&quot;2026-07-24&quot;:4.7},{&quot;2026-07-25&quot;:4.51},{&quot;2026-07-26&quot;:4.67},{&quot;2026-07-27&quot;:4.23},{&quot;2026-07-28&quot;:4.28},{&quot;2026-07-29&quot;:4.11},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.73},{&quot;2026-08-01&quot;:4.05},{&quot;2026-08-02&quot;:4.11},{&quot;2026-08-03&quot;:4.46},{&quot;2026-08-04&quot;:4.66},{&quot;2026-08-05&quot;:4.67},{&quot;2026-08-07&quot;:4.79},{&quot;2026-08-08&quot;:5.13},{&quot;2026-08-09&quot;:4.93},{&quot;2026-08-10&quot;:5.15},{&quot;2026-08-11&quot;:5.03},{&quot;2026-08-12&quot;:4.89},{&quot;2026-08-13&quot;:4.75},{&quot;2026-08-14&quot;:4.75},{&quot;2026-08-15&quot;:4.57},{&quot;2026-08-16&quot;:4.26},{&quot;2026-08-17&quot;:4.11},{&quot;2026-08-18&quot;:4.34},{&quot;2026-08-19&quot;:4.27},{&quot;2026-08-20&quot;:4.53},{&quot;2026-08-21&quot;:4.54},{&quot;2026-08-22&quot;:4.4},{&quot;2026-08-23&quot;:4.63},{&quot;2026-08-24&quot;:4.63},{&quot;2026-08-25&quot;:4.58},{&quot;2026-08-26&quot;:4.58},{&quot;2026-08-27&quot;:4.57},{&quot;2026-08-28&quot;:4.51},{&quot;2026-08-29&quot;:4.51},{&quot;2026-08-30&quot;:4.42},{&quot;2026-08-31&quot;:4.39},{&quot;2026-09-01&quot;:4.57},{&quot;2026-09-02&quot;:4.75},{&quot;2026-09-03&quot;:4.83},{&quot;2026-09-04&quot;:4.68},{&quot;2026-09-05&quot;:4.86},{&quot;2026-09-06&quot;:4.62},{&quot;2026-09-07&quot;:4.89},{&quot;2026-09-08&quot;:4.78},{&quot;2026-09-09&quot;:4.81},{&quot;2026-09-10&quot;:4.71},{&quot;2026-09-11&quot;:4.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="5410"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Thornvault Forager" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8c2d6b02-a453-40f9-992a-5c5542987cfb.jpg?1783910802" />

        <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">
            Thornvault Forager
        </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 — Squirrel Ranger</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="Thornvault Forager" src="https://cards.scryfall.io/large/front/8/c/8c2d6b02-a453-40f9-992a-5c5542987cfb.jpg?1783910802" />
    </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">
                $4.76
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $4.72
              </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">$0.65</span>
              <span class="text-xs text-grey-text">Credit: $0.85</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.5},{&quot;2026-06-12&quot;:1.32},{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.26},{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.37},{&quot;2026-06-17&quot;:1.46},{&quot;2026-06-18&quot;:1.45},{&quot;2026-06-19&quot;:1.45},{&quot;2026-06-20&quot;:1.96},{&quot;2026-06-21&quot;:2.53},{&quot;2026-06-22&quot;:2.81},{&quot;2026-06-23&quot;:2.55},{&quot;2026-06-24&quot;:2.4},{&quot;2026-06-25&quot;:2.18},{&quot;2026-06-26&quot;:2.28},{&quot;2026-06-27&quot;:2.48},{&quot;2026-06-28&quot;:2.35},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.13},{&quot;2026-07-01&quot;:2.82},{&quot;2026-07-02&quot;:2.73},{&quot;2026-07-03&quot;:2.56},{&quot;2026-07-04&quot;:2.84},{&quot;2026-07-05&quot;:2.45},{&quot;2026-07-06&quot;:2.13},{&quot;2026-07-07&quot;:2.19},{&quot;2026-07-08&quot;:2.15},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.48},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.7},{&quot;2026-07-13&quot;:2.7},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.84},{&quot;2026-07-16&quot;:2.91},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:2.86},{&quot;2026-07-19&quot;:3.02},{&quot;2026-07-20&quot;:3.54},{&quot;2026-07-21&quot;:3.96},{&quot;2026-07-23&quot;:4.67},{&quot;2026-07-25&quot;:5.26},{&quot;2026-07-26&quot;:5.03},{&quot;2026-07-27&quot;:5.03},{&quot;2026-07-28&quot;:5.0},{&quot;2026-07-29&quot;:5.0},{&quot;2026-07-30&quot;:5.0},{&quot;2026-07-31&quot;:5.17},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.21},{&quot;2026-08-03&quot;:5.21},{&quot;2026-08-04&quot;:5.07},{&quot;2026-08-05&quot;:5.0},{&quot;2026-08-07&quot;:5.0},{&quot;2026-08-08&quot;:5.0},{&quot;2026-08-09&quot;:5.0},{&quot;2026-08-10&quot;:5.0},{&quot;2026-08-11&quot;:4.86},{&quot;2026-08-12&quot;:4.86},{&quot;2026-08-13&quot;:4.92},{&quot;2026-08-14&quot;:4.75},{&quot;2026-08-15&quot;:4.75},{&quot;2026-08-16&quot;:4.75},{&quot;2026-08-17&quot;:4.72},{&quot;2026-08-18&quot;:4.4},{&quot;2026-08-19&quot;:4.42},{&quot;2026-08-20&quot;:4.42},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.87},{&quot;2026-08-23&quot;:4.87},{&quot;2026-08-24&quot;:4.87},{&quot;2026-08-25&quot;:4.87},{&quot;2026-08-26&quot;:4.89},{&quot;2026-08-27&quot;:4.89},{&quot;2026-08-28&quot;:4.71},{&quot;2026-08-29&quot;:4.71},{&quot;2026-08-30&quot;:4.71},{&quot;2026-08-31&quot;:4.75},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.92},{&quot;2026-09-03&quot;:4.82},{&quot;2026-09-04&quot;:4.9},{&quot;2026-09-05&quot;:4.91},{&quot;2026-09-06&quot;:4.8},{&quot;2026-09-07&quot;:4.85},{&quot;2026-09-08&quot;:4.86},{&quot;2026-09-09&quot;:4.86},{&quot;2026-09-10&quot;:4.86},{&quot;2026-09-11&quot;:4.72}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.98},{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.84},{&quot;2026-06-14&quot;:1.73},{&quot;2026-06-15&quot;:1.58},{&quot;2026-06-16&quot;:1.37},{&quot;2026-06-17&quot;:1.55},{&quot;2026-06-18&quot;:1.37},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:2.01},{&quot;2026-06-21&quot;:1.13},{&quot;2026-06-22&quot;:1.18},{&quot;2026-06-23&quot;:1.54},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.98},{&quot;2026-06-27&quot;:2.46},{&quot;2026-06-28&quot;:2.47},{&quot;2026-06-29&quot;:2.73},{&quot;2026-06-30&quot;:2.35},{&quot;2026-07-01&quot;:2.27},{&quot;2026-07-02&quot;:3.13},{&quot;2026-07-03&quot;:3.18},{&quot;2026-07-04&quot;:3.83},{&quot;2026-07-05&quot;:3.51},{&quot;2026-07-06&quot;:2.97},{&quot;2026-07-07&quot;:3.76},{&quot;2026-07-08&quot;:3.01},{&quot;2026-07-09&quot;:3.13},{&quot;2026-07-10&quot;:3.74},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:3.21},{&quot;2026-07-13&quot;:3.43},{&quot;2026-07-14&quot;:3.16},{&quot;2026-07-15&quot;:2.97},{&quot;2026-07-16&quot;:2.65},{&quot;2026-07-17&quot;:2.82},{&quot;2026-07-18&quot;:3.4},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.07},{&quot;2026-07-21&quot;:3.2},{&quot;2026-07-23&quot;:3.18},{&quot;2026-07-25&quot;:4.72},{&quot;2026-07-26&quot;:4.88},{&quot;2026-07-27&quot;:4.51},{&quot;2026-07-28&quot;:4.28},{&quot;2026-07-29&quot;:3.65},{&quot;2026-07-30&quot;:3.11},{&quot;2026-07-31&quot;:3.61},{&quot;2026-08-01&quot;:4.05},{&quot;2026-08-02&quot;:3.75},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.32},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:2.96},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.6},{&quot;2026-08-10&quot;:3.92},{&quot;2026-08-11&quot;:3.89},{&quot;2026-08-12&quot;:3.77},{&quot;2026-08-13&quot;:3.84},{&quot;2026-08-14&quot;:4.47},{&quot;2026-08-15&quot;:4.38},{&quot;2026-08-16&quot;:4.41},{&quot;2026-08-17&quot;:4.53},{&quot;2026-08-18&quot;:4.27},{&quot;2026-08-19&quot;:4.31},{&quot;2026-08-20&quot;:4.31},{&quot;2026-08-21&quot;:4.46},{&quot;2026-08-22&quot;:4.58},{&quot;2026-08-23&quot;:4.51},{&quot;2026-08-24&quot;:4.54},{&quot;2026-08-25&quot;:4.57},{&quot;2026-08-26&quot;:4.59},{&quot;2026-08-27&quot;:4.34},{&quot;2026-08-28&quot;:4.04},{&quot;2026-08-29&quot;:4.04},{&quot;2026-08-30&quot;:3.79},{&quot;2026-08-31&quot;:3.94},{&quot;2026-09-01&quot;:3.97},{&quot;2026-09-02&quot;:3.96},{&quot;2026-09-03&quot;:3.99},{&quot;2026-09-04&quot;:4.04},{&quot;2026-09-05&quot;:3.93},{&quot;2026-09-06&quot;:4.09},{&quot;2026-09-07&quot;:4.25},{&quot;2026-09-08&quot;:4.29},{&quot;2026-09-09&quot;:4.29},{&quot;2026-09-10&quot;:4.29},{&quot;2026-09-11&quot;:4.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="24553"
  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">
            Ghost Vacuum
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Ghost Vacuum" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/abf254c0-7c3c-4b68-8b3e-4ae444baa886.jpg?1783909407" />

        <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">
            Ghost Vacuum
        </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-1'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ghost Vacuum" src="https://cards.scryfall.io/large/front/a/b/abf254c0-7c3c-4b68-8b3e-4ae444baa886.jpg?1783909407" />
    </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">
                $4.76
              </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">
                $7.12
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.57},{&quot;2026-06-14&quot;:5.57},{&quot;2026-06-15&quot;:5.62},{&quot;2026-06-16&quot;:5.62},{&quot;2026-06-17&quot;:5.7},{&quot;2026-06-18&quot;:5.71},{&quot;2026-06-19&quot;:5.66},{&quot;2026-06-20&quot;:5.61},{&quot;2026-06-21&quot;:5.65},{&quot;2026-06-22&quot;:5.65},{&quot;2026-06-23&quot;:5.65},{&quot;2026-06-24&quot;:5.65},{&quot;2026-06-25&quot;:5.73},{&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.62},{&quot;2026-06-30&quot;:5.62},{&quot;2026-07-01&quot;:5.58},{&quot;2026-07-02&quot;:5.44},{&quot;2026-07-03&quot;:5.52},{&quot;2026-07-04&quot;:5.62},{&quot;2026-07-05&quot;:5.62},{&quot;2026-07-06&quot;:5.69},{&quot;2026-07-07&quot;:5.65},{&quot;2026-07-08&quot;:5.65},{&quot;2026-07-09&quot;:5.65},{&quot;2026-07-10&quot;:5.68},{&quot;2026-07-11&quot;:5.68},{&quot;2026-07-12&quot;:5.56},{&quot;2026-07-13&quot;:5.56},{&quot;2026-07-14&quot;:5.5},{&quot;2026-07-15&quot;:5.47},{&quot;2026-07-16&quot;:5.47},{&quot;2026-07-17&quot;:5.47},{&quot;2026-07-18&quot;:5.47},{&quot;2026-07-19&quot;:5.45},{&quot;2026-07-20&quot;:5.45},{&quot;2026-07-21&quot;:5.45},{&quot;2026-07-22&quot;:5.45},{&quot;2026-07-23&quot;:5.44},{&quot;2026-07-24&quot;:5.44},{&quot;2026-07-25&quot;:5.38},{&quot;2026-07-26&quot;:5.44},{&quot;2026-07-27&quot;:5.56},{&quot;2026-07-28&quot;:5.56},{&quot;2026-07-29&quot;:5.61},{&quot;2026-07-30&quot;:5.61},{&quot;2026-07-31&quot;:5.65},{&quot;2026-08-01&quot;:5.65},{&quot;2026-08-02&quot;:5.68},{&quot;2026-08-03&quot;:5.68},{&quot;2026-08-04&quot;:5.73},{&quot;2026-08-05&quot;:5.93},{&quot;2026-08-07&quot;:5.93},{&quot;2026-08-08&quot;:5.93},{&quot;2026-08-09&quot;:5.93},{&quot;2026-08-10&quot;:6.08},{&quot;2026-08-11&quot;:6.2},{&quot;2026-08-12&quot;:6.2},{&quot;2026-08-13&quot;:6.21},{&quot;2026-08-14&quot;:6.26},{&quot;2026-08-15&quot;:6.26},{&quot;2026-08-16&quot;:6.44},{&quot;2026-08-17&quot;:6.44},{&quot;2026-08-18&quot;:6.6},{&quot;2026-08-19&quot;:6.6},{&quot;2026-08-20&quot;:6.6},{&quot;2026-08-21&quot;:6.6},{&quot;2026-08-22&quot;:6.6},{&quot;2026-08-23&quot;:6.6},{&quot;2026-08-24&quot;:6.6},{&quot;2026-08-25&quot;:6.67},{&quot;2026-08-26&quot;:6.67},{&quot;2026-08-27&quot;:6.95},{&quot;2026-08-28&quot;:6.95},{&quot;2026-08-29&quot;:6.95},{&quot;2026-08-30&quot;:7.08},{&quot;2026-08-31&quot;:7.08},{&quot;2026-09-01&quot;:7.06},{&quot;2026-09-02&quot;:7.06},{&quot;2026-09-03&quot;:7.06},{&quot;2026-09-04&quot;:7.08},{&quot;2026-09-05&quot;:7.09},{&quot;2026-09-06&quot;:7.19},{&quot;2026-09-07&quot;:7.15},{&quot;2026-09-08&quot;:7.12},{&quot;2026-09-09&quot;:7.12},{&quot;2026-09-10&quot;:7.12},{&quot;2026-09-11&quot;:7.12}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.97},{&quot;2026-06-14&quot;:4.92},{&quot;2026-06-15&quot;:4.93},{&quot;2026-06-16&quot;:5.05},{&quot;2026-06-17&quot;:5.08},{&quot;2026-06-18&quot;:5.02},{&quot;2026-06-19&quot;:4.84},{&quot;2026-06-20&quot;:4.72},{&quot;2026-06-21&quot;:4.72},{&quot;2026-06-22&quot;:4.73},{&quot;2026-06-23&quot;:4.73},{&quot;2026-06-24&quot;:4.73},{&quot;2026-06-25&quot;:4.73},{&quot;2026-06-26&quot;:4.67},{&quot;2026-06-27&quot;:4.82},{&quot;2026-06-28&quot;:4.82},{&quot;2026-06-29&quot;:4.65},{&quot;2026-06-30&quot;:4.65},{&quot;2026-07-01&quot;:4.65},{&quot;2026-07-02&quot;:4.6},{&quot;2026-07-03&quot;:4.54},{&quot;2026-07-04&quot;:4.61},{&quot;2026-07-05&quot;:4.38},{&quot;2026-07-06&quot;:4.27},{&quot;2026-07-07&quot;:4.32},{&quot;2026-07-08&quot;:4.32},{&quot;2026-07-09&quot;:4.29},{&quot;2026-07-10&quot;:4.39},{&quot;2026-07-11&quot;:4.26},{&quot;2026-07-12&quot;:4.23},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.22},{&quot;2026-07-15&quot;:4.22},{&quot;2026-07-16&quot;:4.16},{&quot;2026-07-17&quot;:4.16},{&quot;2026-07-18&quot;:4.07},{&quot;2026-07-19&quot;:4.07},{&quot;2026-07-20&quot;:4.07},{&quot;2026-07-21&quot;:4.07},{&quot;2026-07-22&quot;:4.09},{&quot;2026-07-23&quot;:4.21},{&quot;2026-07-24&quot;:4.33},{&quot;2026-07-25&quot;:4.42},{&quot;2026-07-26&quot;:4.6},{&quot;2026-07-27&quot;:4.71},{&quot;2026-07-28&quot;:4.69},{&quot;2026-07-29&quot;:4.7},{&quot;2026-07-30&quot;:4.7},{&quot;2026-07-31&quot;:4.73},{&quot;2026-08-01&quot;:4.73},{&quot;2026-08-02&quot;:4.78},{&quot;2026-08-03&quot;:4.88},{&quot;2026-08-04&quot;:4.89},{&quot;2026-08-05&quot;:4.88},{&quot;2026-08-07&quot;:4.99},{&quot;2026-08-08&quot;:4.94},{&quot;2026-08-09&quot;:4.94},{&quot;2026-08-10&quot;:4.69},{&quot;2026-08-11&quot;:4.62},{&quot;2026-08-12&quot;:4.62},{&quot;2026-08-13&quot;:4.68},{&quot;2026-08-14&quot;:4.65},{&quot;2026-08-15&quot;:4.61},{&quot;2026-08-16&quot;:4.53},{&quot;2026-08-17&quot;:4.56},{&quot;2026-08-18&quot;:4.58},{&quot;2026-08-19&quot;:4.58},{&quot;2026-08-20&quot;:4.42},{&quot;2026-08-21&quot;:4.23},{&quot;2026-08-22&quot;:4.08},{&quot;2026-08-23&quot;:4.28},{&quot;2026-08-24&quot;:4.28},{&quot;2026-08-25&quot;:4.21},{&quot;2026-08-26&quot;:4.14},{&quot;2026-08-27&quot;:4.14},{&quot;2026-08-28&quot;:4.16},{&quot;2026-08-29&quot;:4.16},{&quot;2026-08-30&quot;:4.26},{&quot;2026-08-31&quot;:4.35},{&quot;2026-09-01&quot;:4.35},{&quot;2026-09-02&quot;:4.35},{&quot;2026-09-03&quot;:4.59},{&quot;2026-09-04&quot;:4.62},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:4.6},{&quot;2026-09-07&quot;:4.54},{&quot;2026-09-08&quot;:4.54},{&quot;2026-09-09&quot;:4.54},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.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="87256"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment Creature — Dryad
      </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">
            $4.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="Sanctum Weaver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/12089acb-81f5-4d49-89f4-1f207f3b92fd.jpg?1783914948" />

        <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">
            Sanctum Weaver
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment Creature — Dryad</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="Sanctum Weaver" src="https://cards.scryfall.io/large/front/1/2/12089acb-81f5-4d49-89f4-1f207f3b92fd.jpg?1783914948" />
    </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">
                $4.76
              </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.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-13&quot;:5.15},{&quot;2026-06-14&quot;:5.17},{&quot;2026-06-15&quot;:5.29},{&quot;2026-06-16&quot;:5.2},{&quot;2026-06-17&quot;:5.2},{&quot;2026-06-18&quot;:5.2},{&quot;2026-06-19&quot;:5.24},{&quot;2026-06-20&quot;:5.24},{&quot;2026-06-21&quot;:5.24},{&quot;2026-06-22&quot;:5.24},{&quot;2026-06-23&quot;:5.27},{&quot;2026-06-24&quot;:5.28},{&quot;2026-06-25&quot;:5.28},{&quot;2026-06-26&quot;:5.28},{&quot;2026-06-27&quot;:5.28},{&quot;2026-06-28&quot;:5.28},{&quot;2026-06-29&quot;:5.28},{&quot;2026-06-30&quot;:5.28},{&quot;2026-07-01&quot;:5.28},{&quot;2026-07-02&quot;:5.25},{&quot;2026-07-03&quot;:5.25},{&quot;2026-07-04&quot;:5.25},{&quot;2026-07-05&quot;:5.13},{&quot;2026-07-06&quot;:5.11},{&quot;2026-07-07&quot;:5.11},{&quot;2026-07-08&quot;:5.11},{&quot;2026-07-09&quot;:5.04},{&quot;2026-07-10&quot;:4.94},{&quot;2026-07-11&quot;:4.86},{&quot;2026-07-12&quot;:4.81},{&quot;2026-07-13&quot;:4.76},{&quot;2026-07-14&quot;:4.8},{&quot;2026-07-15&quot;:4.89},{&quot;2026-07-16&quot;:4.89},{&quot;2026-07-17&quot;:4.77},{&quot;2026-07-18&quot;:4.77},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.7},{&quot;2026-07-21&quot;:4.79},{&quot;2026-07-22&quot;:4.73},{&quot;2026-07-23&quot;:4.81},{&quot;2026-07-24&quot;:4.77},{&quot;2026-07-25&quot;:4.77},{&quot;2026-07-26&quot;:4.77},{&quot;2026-07-27&quot;:4.71},{&quot;2026-07-28&quot;:4.85},{&quot;2026-07-29&quot;:4.85},{&quot;2026-07-30&quot;:4.77},{&quot;2026-07-31&quot;:4.87},{&quot;2026-08-01&quot;:4.87},{&quot;2026-08-02&quot;:4.87},{&quot;2026-08-03&quot;:4.87},{&quot;2026-08-04&quot;:4.87},{&quot;2026-08-05&quot;:4.92},{&quot;2026-08-07&quot;:4.88},{&quot;2026-08-08&quot;:4.98},{&quot;2026-08-09&quot;:4.98},{&quot;2026-08-10&quot;:5.09},{&quot;2026-08-11&quot;:5.0},{&quot;2026-08-12&quot;:5.0},{&quot;2026-08-13&quot;:5.01},{&quot;2026-08-14&quot;:5.01},{&quot;2026-08-15&quot;:4.94},{&quot;2026-08-16&quot;:4.78},{&quot;2026-08-17&quot;:4.9},{&quot;2026-08-18&quot;:4.87},{&quot;2026-08-19&quot;:4.73},{&quot;2026-08-20&quot;:4.83},{&quot;2026-08-21&quot;:5.07},{&quot;2026-08-22&quot;:5.07},{&quot;2026-08-23&quot;:4.71},{&quot;2026-08-24&quot;:4.9},{&quot;2026-08-25&quot;:4.99},{&quot;2026-08-26&quot;:4.99},{&quot;2026-08-27&quot;:5.03},{&quot;2026-08-28&quot;:5.04},{&quot;2026-08-29&quot;:5.04},{&quot;2026-08-30&quot;:4.89},{&quot;2026-08-31&quot;:4.89},{&quot;2026-09-01&quot;:4.89},{&quot;2026-09-02&quot;:4.89},{&quot;2026-09-03&quot;:4.89},{&quot;2026-09-04&quot;:4.89},{&quot;2026-09-05&quot;:4.89},{&quot;2026-09-06&quot;:4.92},{&quot;2026-09-07&quot;:4.92},{&quot;2026-09-08&quot;:4.92},{&quot;2026-09-09&quot;:4.86},{&quot;2026-09-10&quot;:4.86},{&quot;2026-09-11&quot;:4.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="92380"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Mulldrifter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5d9acfe6-e1af-427b-86e1-05c35ce569a3.jpg?1783907944" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Mulldrifter" src="https://cards.scryfall.io/large/front/5/d/5d9acfe6-e1af-427b-86e1-05c35ce569a3.jpg?1783907944" />
    </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">
                $4.76
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$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;2026-06-13&quot;:4.69},{&quot;2026-06-14&quot;:4.69},{&quot;2026-06-15&quot;:4.71},{&quot;2026-06-16&quot;:4.7},{&quot;2026-06-17&quot;:4.77},{&quot;2026-06-18&quot;:4.77},{&quot;2026-06-19&quot;:4.77},{&quot;2026-06-20&quot;:4.77},{&quot;2026-06-21&quot;:4.77},{&quot;2026-06-22&quot;:4.77},{&quot;2026-06-23&quot;:4.75},{&quot;2026-06-24&quot;:4.75},{&quot;2026-06-25&quot;:4.75},{&quot;2026-06-26&quot;:4.79},{&quot;2026-06-27&quot;:4.79},{&quot;2026-06-28&quot;:4.91},{&quot;2026-06-29&quot;:5.06},{&quot;2026-06-30&quot;:5.05},{&quot;2026-07-01&quot;:5.09},{&quot;2026-07-02&quot;:5.12},{&quot;2026-07-03&quot;:5.14},{&quot;2026-07-04&quot;:5.14},{&quot;2026-07-05&quot;:5.16},{&quot;2026-07-06&quot;:5.17},{&quot;2026-07-07&quot;:5.17},{&quot;2026-07-08&quot;:5.09},{&quot;2026-07-09&quot;:5.02},{&quot;2026-07-10&quot;:5.02},{&quot;2026-07-11&quot;:5.09},{&quot;2026-07-12&quot;:5.14},{&quot;2026-07-13&quot;:5.14},{&quot;2026-07-14&quot;:5.14},{&quot;2026-07-15&quot;:5.14},{&quot;2026-07-16&quot;:5.15},{&quot;2026-07-17&quot;:5.15},{&quot;2026-07-18&quot;:5.1},{&quot;2026-07-19&quot;:5.1},{&quot;2026-07-20&quot;:5.11},{&quot;2026-07-21&quot;:5.06},{&quot;2026-07-22&quot;:5.06},{&quot;2026-07-23&quot;:5.06},{&quot;2026-07-24&quot;:5.01},{&quot;2026-07-25&quot;:4.99},{&quot;2026-07-26&quot;:4.99},{&quot;2026-07-27&quot;:4.99},{&quot;2026-07-28&quot;:4.99},{&quot;2026-07-29&quot;:4.99},{&quot;2026-07-30&quot;:4.96},{&quot;2026-07-31&quot;:4.87},{&quot;2026-08-01&quot;:4.87},{&quot;2026-08-02&quot;:4.87},{&quot;2026-08-03&quot;:4.87},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:4.91},{&quot;2026-08-07&quot;:4.84},{&quot;2026-08-08&quot;:4.84},{&quot;2026-08-09&quot;:4.77},{&quot;2026-08-10&quot;:4.77},{&quot;2026-08-11&quot;:4.77},{&quot;2026-08-12&quot;:4.76},{&quot;2026-08-13&quot;:4.76},{&quot;2026-08-14&quot;:4.78},{&quot;2026-08-15&quot;:4.74},{&quot;2026-08-16&quot;:4.74},{&quot;2026-08-17&quot;:4.68},{&quot;2026-08-18&quot;:4.68},{&quot;2026-08-19&quot;:4.63},{&quot;2026-08-20&quot;:4.56},{&quot;2026-08-21&quot;:4.56},{&quot;2026-08-22&quot;:4.56},{&quot;2026-08-23&quot;:4.56},{&quot;2026-08-24&quot;:4.56},{&quot;2026-08-25&quot;:4.54},{&quot;2026-08-26&quot;:4.58},{&quot;2026-08-27&quot;:4.58},{&quot;2026-08-28&quot;:4.58},{&quot;2026-08-29&quot;:4.58},{&quot;2026-08-30&quot;:4.64},{&quot;2026-08-31&quot;:4.64},{&quot;2026-09-01&quot;:4.66},{&quot;2026-09-02&quot;:4.65},{&quot;2026-09-03&quot;:4.65},{&quot;2026-09-04&quot;:4.65},{&quot;2026-09-05&quot;:4.67},{&quot;2026-09-06&quot;:4.67},{&quot;2026-09-07&quot;:4.67},{&quot;2026-09-08&quot;:4.67},{&quot;2026-09-09&quot;:4.67},{&quot;2026-09-10&quot;:4.74},{&quot;2026-09-11&quot;:4.76}],&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="13128"
  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-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">
            Decanter of Endless Water
        </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.26
          </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="Decanter of Endless Water" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/914b42b3-03af-4945-9f1f-46c09a1a2314.jpg?1783922618" />

        <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">
            Decanter of Endless Water
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Decanter of Endless Water" src="https://cards.scryfall.io/large/front/9/1/914b42b3-03af-4945-9f1f-46c09a1a2314.jpg?1783922618" />
    </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">
                $2.26
              </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">
                $4.75
              </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 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-11&quot;:4.76},{&quot;2026-06-12&quot;:4.76},{&quot;2026-06-13&quot;:4.76},{&quot;2026-06-14&quot;:4.76},{&quot;2026-06-15&quot;:4.61},{&quot;2026-06-16&quot;:4.61},{&quot;2026-06-17&quot;:4.61},{&quot;2026-06-18&quot;:4.48},{&quot;2026-06-19&quot;:4.48},{&quot;2026-06-20&quot;:4.31},{&quot;2026-06-21&quot;:4.18},{&quot;2026-06-22&quot;:4.03},{&quot;2026-06-23&quot;:4.07},{&quot;2026-06-24&quot;:4.19},{&quot;2026-06-25&quot;:4.19},{&quot;2026-06-26&quot;:4.0},{&quot;2026-06-27&quot;:4.05},{&quot;2026-06-28&quot;:4.05},{&quot;2026-06-29&quot;:4.05},{&quot;2026-06-30&quot;:4.07},{&quot;2026-07-01&quot;:4.07},{&quot;2026-07-02&quot;:4.2},{&quot;2026-07-03&quot;:4.4},{&quot;2026-07-04&quot;:4.51},{&quot;2026-07-05&quot;:4.57},{&quot;2026-07-06&quot;:4.47},{&quot;2026-07-07&quot;:4.45},{&quot;2026-07-08&quot;:4.45},{&quot;2026-07-09&quot;:4.61},{&quot;2026-07-10&quot;:4.61},{&quot;2026-07-11&quot;:4.61},{&quot;2026-07-12&quot;:4.53},{&quot;2026-07-13&quot;:4.45},{&quot;2026-07-14&quot;:4.45},{&quot;2026-07-15&quot;:4.47},{&quot;2026-07-16&quot;:4.39},{&quot;2026-07-17&quot;:4.41},{&quot;2026-07-18&quot;:4.06},{&quot;2026-07-19&quot;:4.12},{&quot;2026-07-20&quot;:4.08},{&quot;2026-07-21&quot;:4.21},{&quot;2026-07-23&quot;:4.16},{&quot;2026-07-25&quot;:4.25},{&quot;2026-07-26&quot;:4.31},{&quot;2026-07-27&quot;:4.36},{&quot;2026-07-28&quot;:4.53},{&quot;2026-07-29&quot;:4.6},{&quot;2026-07-30&quot;:4.61},{&quot;2026-07-31&quot;:4.55},{&quot;2026-08-01&quot;:4.46},{&quot;2026-08-02&quot;:4.46},{&quot;2026-08-03&quot;:4.55},{&quot;2026-08-04&quot;:4.55},{&quot;2026-08-05&quot;:4.55},{&quot;2026-08-07&quot;:4.72},{&quot;2026-08-08&quot;:4.81},{&quot;2026-08-09&quot;:4.75},{&quot;2026-08-10&quot;:4.75},{&quot;2026-08-11&quot;:4.83},{&quot;2026-08-12&quot;:4.83},{&quot;2026-08-13&quot;:4.83},{&quot;2026-08-14&quot;:4.69},{&quot;2026-08-15&quot;:4.69},{&quot;2026-08-16&quot;:4.65},{&quot;2026-08-17&quot;:4.68},{&quot;2026-08-18&quot;:4.42},{&quot;2026-08-19&quot;:4.42},{&quot;2026-08-20&quot;:4.42},{&quot;2026-08-21&quot;:4.26},{&quot;2026-08-22&quot;:3.94},{&quot;2026-08-23&quot;:4.04},{&quot;2026-08-24&quot;:4.0},{&quot;2026-08-25&quot;:4.0},{&quot;2026-08-26&quot;:4.01},{&quot;2026-08-27&quot;:3.98},{&quot;2026-08-28&quot;:3.82},{&quot;2026-08-29&quot;:3.82},{&quot;2026-08-30&quot;:3.84},{&quot;2026-08-31&quot;:3.84},{&quot;2026-09-01&quot;:3.84},{&quot;2026-09-02&quot;:4.17},{&quot;2026-09-03&quot;:4.27},{&quot;2026-09-04&quot;:4.3},{&quot;2026-09-05&quot;:4.3},{&quot;2026-09-06&quot;:4.62},{&quot;2026-09-07&quot;:4.88},{&quot;2026-09-08&quot;:4.88},{&quot;2026-09-09&quot;:4.88},{&quot;2026-09-10&quot;:4.75},{&quot;2026-09-11&quot;:4.75}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.13},{&quot;2026-06-12&quot;:3.03},{&quot;2026-06-13&quot;:3.04},{&quot;2026-06-14&quot;:3.06},{&quot;2026-06-15&quot;:3.09},{&quot;2026-06-16&quot;:3.12},{&quot;2026-06-17&quot;:3.29},{&quot;2026-06-18&quot;:3.4},{&quot;2026-06-19&quot;:3.36},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:3.09},{&quot;2026-06-22&quot;:3.14},{&quot;2026-06-23&quot;:2.9},{&quot;2026-06-24&quot;:2.77},{&quot;2026-06-25&quot;:2.71},{&quot;2026-06-26&quot;:2.77},{&quot;2026-06-27&quot;:2.65},{&quot;2026-06-28&quot;:2.61},{&quot;2026-06-29&quot;:2.27},{&quot;2026-06-30&quot;:2.17},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:1.91},{&quot;2026-07-05&quot;:1.85},{&quot;2026-07-06&quot;:1.82},{&quot;2026-07-07&quot;:1.93},{&quot;2026-07-08&quot;:2.05},{&quot;2026-07-09&quot;:2.05},{&quot;2026-07-10&quot;:2.0},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.02},{&quot;2026-07-13&quot;:2.09},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.08},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.78},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-23&quot;:2.47},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.51},{&quot;2026-07-28&quot;:2.51},{&quot;2026-07-29&quot;:2.27},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.25},{&quot;2026-08-01&quot;:2.34},{&quot;2026-08-02&quot;:2.54},{&quot;2026-08-03&quot;:2.7},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.65},{&quot;2026-08-07&quot;:2.7},{&quot;2026-08-08&quot;:2.83},{&quot;2026-08-09&quot;:2.81},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.86},{&quot;2026-08-12&quot;:2.76},{&quot;2026-08-13&quot;:2.74},{&quot;2026-08-14&quot;:2.79},{&quot;2026-08-15&quot;:2.84},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.89},{&quot;2026-08-18&quot;:2.9},{&quot;2026-08-19&quot;:2.92},{&quot;2026-08-20&quot;:2.92},{&quot;2026-08-21&quot;:2.59},{&quot;2026-08-22&quot;:2.64},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.72},{&quot;2026-08-25&quot;:2.72},{&quot;2026-08-26&quot;:2.79},{&quot;2026-08-27&quot;:2.77},{&quot;2026-08-28&quot;:2.92},{&quot;2026-08-29&quot;:2.92},{&quot;2026-08-30&quot;:3.2},{&quot;2026-08-31&quot;:3.21},{&quot;2026-09-01&quot;:3.21},{&quot;2026-09-02&quot;:2.7},{&quot;2026-09-03&quot;:2.56},{&quot;2026-09-04&quot;:2.42},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.3},{&quot;2026-09-07&quot;:2.29},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.2},{&quot;2026-09-10&quot;:2.1},{&quot;2026-09-11&quot;:2.26}]}"
        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="40245"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Pact of the Serpent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/5/c5b3d118-ba4b-4a93-92a2-cd763de49d29.jpg?1783928337" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Pact of the Serpent" src="https://cards.scryfall.io/large/front/c/5/c5b3d118-ba4b-4a93-92a2-cd763de49d29.jpg?1783928337" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.58},{&quot;2026-06-12&quot;:4.54},{&quot;2026-06-13&quot;:4.45},{&quot;2026-06-14&quot;:4.54},{&quot;2026-06-15&quot;:4.16},{&quot;2026-06-16&quot;:4.17},{&quot;2026-06-17&quot;:3.91},{&quot;2026-06-18&quot;:3.67},{&quot;2026-06-19&quot;:3.54},{&quot;2026-06-20&quot;:3.51},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-23&quot;:3.23},{&quot;2026-06-24&quot;:3.23},{&quot;2026-06-25&quot;:3.23},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.14},{&quot;2026-06-28&quot;:2.75},{&quot;2026-06-29&quot;:2.82},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.66},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.68},{&quot;2026-07-05&quot;:2.68},{&quot;2026-07-06&quot;:2.61},{&quot;2026-07-07&quot;:2.98},{&quot;2026-07-08&quot;:3.0},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:2.88},{&quot;2026-07-11&quot;:2.64},{&quot;2026-07-12&quot;:2.57},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.68},{&quot;2026-07-15&quot;:2.82},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.23},{&quot;2026-07-18&quot;:3.1},{&quot;2026-07-19&quot;:3.21},{&quot;2026-07-20&quot;:3.9},{&quot;2026-07-21&quot;:4.04},{&quot;2026-07-23&quot;:4.38},{&quot;2026-07-25&quot;:4.25},{&quot;2026-07-26&quot;:4.25},{&quot;2026-07-27&quot;:4.28},{&quot;2026-07-28&quot;:4.09},{&quot;2026-07-29&quot;:3.85},{&quot;2026-07-30&quot;:3.6},{&quot;2026-07-31&quot;:3.37},{&quot;2026-08-01&quot;:3.56},{&quot;2026-08-02&quot;:3.95},{&quot;2026-08-03&quot;:3.95},{&quot;2026-08-04&quot;:3.91},{&quot;2026-08-05&quot;:3.91},{&quot;2026-08-07&quot;:4.14},{&quot;2026-08-08&quot;:4.04},{&quot;2026-08-09&quot;:4.04},{&quot;2026-08-10&quot;:4.43},{&quot;2026-08-11&quot;:4.28},{&quot;2026-08-12&quot;:4.4},{&quot;2026-08-13&quot;:4.53},{&quot;2026-08-14&quot;:4.73},{&quot;2026-08-15&quot;:4.77},{&quot;2026-08-16&quot;:4.67},{&quot;2026-08-17&quot;:4.55},{&quot;2026-08-18&quot;:4.44},{&quot;2026-08-19&quot;:4.66},{&quot;2026-08-20&quot;:4.66},{&quot;2026-08-21&quot;:4.46},{&quot;2026-08-22&quot;:4.31},{&quot;2026-08-23&quot;:3.94},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.8},{&quot;2026-08-26&quot;:3.65},{&quot;2026-08-27&quot;:3.65},{&quot;2026-08-28&quot;:3.43},{&quot;2026-08-29&quot;:3.43},{&quot;2026-08-30&quot;:3.61},{&quot;2026-08-31&quot;:3.61},{&quot;2026-09-01&quot;:3.63},{&quot;2026-09-02&quot;:3.54},{&quot;2026-09-03&quot;:3.53},{&quot;2026-09-04&quot;:4.17},{&quot;2026-09-05&quot;:4.21},{&quot;2026-09-06&quot;:4.17},{&quot;2026-09-07&quot;:4.3},{&quot;2026-09-08&quot;:4.66},{&quot;2026-09-09&quot;:4.72},{&quot;2026-09-10&quot;:4.69},{&quot;2026-09-11&quot;:4.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="14152"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Calamity of the Titans" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/3/839a3a89-a87e-4108-87c5-74f656a6249f.jpg?1783915488" />

        <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">
            Calamity of the Titans
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Calamity of the Titans" src="https://cards.scryfall.io/large/front/8/3/839a3a89-a87e-4108-87c5-74f656a6249f.jpg?1783915488" />
    </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">
                $4.74
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.20</span>
              <span class="text-xs text-grey-text">Credit: $1.56</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;:3.96},{&quot;2026-06-12&quot;:3.85},{&quot;2026-06-13&quot;:3.78},{&quot;2026-06-14&quot;:3.8},{&quot;2026-06-15&quot;:3.8},{&quot;2026-06-16&quot;:3.77},{&quot;2026-06-17&quot;:3.74},{&quot;2026-06-18&quot;:3.75},{&quot;2026-06-19&quot;:3.73},{&quot;2026-06-20&quot;:3.78},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.72},{&quot;2026-06-23&quot;:3.89},{&quot;2026-06-24&quot;:3.93},{&quot;2026-06-25&quot;:4.0},{&quot;2026-06-26&quot;:4.03},{&quot;2026-06-27&quot;:4.04},{&quot;2026-06-28&quot;:4.02},{&quot;2026-06-29&quot;:3.94},{&quot;2026-06-30&quot;:3.83},{&quot;2026-07-01&quot;:3.68},{&quot;2026-07-02&quot;:3.66},{&quot;2026-07-03&quot;:3.63},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.56},{&quot;2026-07-06&quot;:3.6},{&quot;2026-07-07&quot;:3.57},{&quot;2026-07-08&quot;:3.6},{&quot;2026-07-09&quot;:3.61},{&quot;2026-07-10&quot;:3.71},{&quot;2026-07-11&quot;:3.7},{&quot;2026-07-12&quot;:3.78},{&quot;2026-07-13&quot;:3.96},{&quot;2026-07-14&quot;:4.01},{&quot;2026-07-15&quot;:3.98},{&quot;2026-07-16&quot;:3.98},{&quot;2026-07-17&quot;:3.98},{&quot;2026-07-18&quot;:3.96},{&quot;2026-07-19&quot;:3.95},{&quot;2026-07-20&quot;:3.77},{&quot;2026-07-21&quot;:3.77},{&quot;2026-07-23&quot;:3.65},{&quot;2026-07-25&quot;:3.57},{&quot;2026-07-26&quot;:3.57},{&quot;2026-07-27&quot;:3.48},{&quot;2026-07-28&quot;:3.59},{&quot;2026-07-29&quot;:3.78},{&quot;2026-07-30&quot;:3.75},{&quot;2026-07-31&quot;:3.7},{&quot;2026-08-01&quot;:3.73},{&quot;2026-08-02&quot;:3.77},{&quot;2026-08-03&quot;:3.72},{&quot;2026-08-04&quot;:3.71},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.76},{&quot;2026-08-08&quot;:3.85},{&quot;2026-08-09&quot;:3.89},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:3.87},{&quot;2026-08-12&quot;:3.88},{&quot;2026-08-13&quot;:3.86},{&quot;2026-08-14&quot;:3.91},{&quot;2026-08-15&quot;:3.97},{&quot;2026-08-16&quot;:3.97},{&quot;2026-08-17&quot;:4.07},{&quot;2026-08-18&quot;:4.26},{&quot;2026-08-19&quot;:4.38},{&quot;2026-08-20&quot;:4.38},{&quot;2026-08-21&quot;:4.48},{&quot;2026-08-22&quot;:4.5},{&quot;2026-08-23&quot;:4.5},{&quot;2026-08-24&quot;:4.5},{&quot;2026-08-25&quot;:4.52},{&quot;2026-08-26&quot;:4.61},{&quot;2026-08-27&quot;:4.59},{&quot;2026-08-28&quot;:4.73},{&quot;2026-08-29&quot;:4.73},{&quot;2026-08-30&quot;:4.83},{&quot;2026-08-31&quot;:4.92},{&quot;2026-09-01&quot;:4.83},{&quot;2026-09-02&quot;:4.87},{&quot;2026-09-03&quot;:4.86},{&quot;2026-09-04&quot;:4.86},{&quot;2026-09-05&quot;:4.88},{&quot;2026-09-06&quot;:4.84},{&quot;2026-09-07&quot;:4.84},{&quot;2026-09-08&quot;:4.84},{&quot;2026-09-09&quot;:4.9},{&quot;2026-09-10&quot;:4.74},{&quot;2026-09-11&quot;:4.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33709"
  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-ice 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">
            Hydroblast
        </span>


      </div>

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Hydroblast" src="https://cards.scryfall.io/large/front/f/6/f62716f0-fde2-49ef-b8a4-c1b03f451194.jpg?1783947514" />
    </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">
                $4.74
              </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">$4.70</span>
              <span class="text-xs text-grey-text">Credit: $6.11</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.0},{&quot;2026-06-10&quot;:4.88},{&quot;2026-06-11&quot;:4.91},{&quot;2026-06-12&quot;:4.89},{&quot;2026-06-13&quot;:4.77},{&quot;2026-06-14&quot;:4.66},{&quot;2026-06-15&quot;:4.63},{&quot;2026-06-16&quot;:4.68},{&quot;2026-06-17&quot;:4.66},{&quot;2026-06-18&quot;:4.66},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.69},{&quot;2026-06-21&quot;:4.62},{&quot;2026-06-22&quot;:4.57},{&quot;2026-06-24&quot;:4.66},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.66},{&quot;2026-06-27&quot;:4.66},{&quot;2026-06-28&quot;:4.66},{&quot;2026-06-29&quot;:4.63},{&quot;2026-06-30&quot;:4.56},{&quot;2026-07-01&quot;:4.56},{&quot;2026-07-02&quot;:4.56},{&quot;2026-07-03&quot;:4.56},{&quot;2026-07-04&quot;:4.49},{&quot;2026-07-05&quot;:4.48},{&quot;2026-07-06&quot;:4.43},{&quot;2026-07-07&quot;:4.42},{&quot;2026-07-08&quot;:4.42},{&quot;2026-07-09&quot;:4.29},{&quot;2026-07-10&quot;:4.25},{&quot;2026-07-11&quot;:4.25},{&quot;2026-07-12&quot;:4.23},{&quot;2026-07-13&quot;:4.24},{&quot;2026-07-14&quot;:4.24},{&quot;2026-07-15&quot;:4.27},{&quot;2026-07-16&quot;:4.22},{&quot;2026-07-17&quot;:4.14},{&quot;2026-07-18&quot;:4.26},{&quot;2026-07-19&quot;:4.26},{&quot;2026-07-20&quot;:4.16},{&quot;2026-07-21&quot;:4.12},{&quot;2026-07-23&quot;:4.08},{&quot;2026-07-25&quot;:3.98},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:4.12},{&quot;2026-07-29&quot;:4.13},{&quot;2026-07-30&quot;:4.18},{&quot;2026-07-31&quot;:4.22},{&quot;2026-08-01&quot;:4.2},{&quot;2026-08-02&quot;:4.23},{&quot;2026-08-03&quot;:4.28},{&quot;2026-08-04&quot;:4.28},{&quot;2026-08-05&quot;:4.32},{&quot;2026-08-07&quot;:4.36},{&quot;2026-08-08&quot;:4.36},{&quot;2026-08-09&quot;:4.37},{&quot;2026-08-10&quot;:4.36},{&quot;2026-08-11&quot;:4.59},{&quot;2026-08-12&quot;:4.53},{&quot;2026-08-13&quot;:4.55},{&quot;2026-08-14&quot;:4.57},{&quot;2026-08-15&quot;:4.57},{&quot;2026-08-16&quot;:4.57},{&quot;2026-08-17&quot;:4.97},{&quot;2026-08-18&quot;:4.82},{&quot;2026-08-19&quot;:4.78},{&quot;2026-08-20&quot;:4.78},{&quot;2026-08-21&quot;:5.03},{&quot;2026-08-22&quot;:5.06},{&quot;2026-08-23&quot;:5.06},{&quot;2026-08-24&quot;:5.12},{&quot;2026-08-25&quot;:5.12},{&quot;2026-08-26&quot;:5.12},{&quot;2026-08-27&quot;:5.23},{&quot;2026-08-28&quot;:5.34},{&quot;2026-08-29&quot;:5.34},{&quot;2026-08-30&quot;:5.23},{&quot;2026-08-31&quot;:5.23},{&quot;2026-09-01&quot;:5.23},{&quot;2026-09-02&quot;:5.21},{&quot;2026-09-03&quot;:4.86},{&quot;2026-09-04&quot;:4.82},{&quot;2026-09-05&quot;:4.84},{&quot;2026-09-06&quot;:4.79},{&quot;2026-09-07&quot;:4.66},{&quot;2026-09-08&quot;:4.71},{&quot;2026-09-09&quot;:4.66},{&quot;2026-09-10&quot;:4.71},{&quot;2026-09-11&quot;:4.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Drana, the Last Bloodchief" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/99645cf7-fd27-487b-949a-cf9f86d43947.jpg?1783909742" />

        <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">
            Drana, the Last Bloodchief
        </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 Cleric</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="Drana, the Last Bloodchief" src="https://cards.scryfall.io/large/front/9/9/99645cf7-fd27-487b-949a-cf9f86d43947.jpg?1783909742" />
    </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">
                $4.74
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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;2026-06-08&quot;:5.3},{&quot;2026-06-10&quot;:5.81},{&quot;2026-06-11&quot;:5.86},{&quot;2026-06-12&quot;:5.73},{&quot;2026-06-13&quot;:5.73},{&quot;2026-06-14&quot;:5.77},{&quot;2026-06-15&quot;:5.61},{&quot;2026-06-16&quot;:5.71},{&quot;2026-06-17&quot;:5.58},{&quot;2026-06-18&quot;:5.72},{&quot;2026-06-19&quot;:5.72},{&quot;2026-06-20&quot;:5.71},{&quot;2026-06-21&quot;:5.72},{&quot;2026-06-22&quot;:5.7},{&quot;2026-06-24&quot;:5.68},{&quot;2026-06-25&quot;:5.48},{&quot;2026-06-26&quot;:5.34},{&quot;2026-06-27&quot;:5.13},{&quot;2026-06-28&quot;:5.09},{&quot;2026-06-29&quot;:5.07},{&quot;2026-06-30&quot;:5.07},{&quot;2026-07-01&quot;:5.07},{&quot;2026-07-02&quot;:4.95},{&quot;2026-07-03&quot;:5.14},{&quot;2026-07-04&quot;:5.14},{&quot;2026-07-05&quot;:5.2},{&quot;2026-07-06&quot;:5.27},{&quot;2026-07-07&quot;:5.08},{&quot;2026-07-08&quot;:5.06},{&quot;2026-07-09&quot;:5.06},{&quot;2026-07-10&quot;:4.92},{&quot;2026-07-11&quot;:4.92},{&quot;2026-07-12&quot;:4.95},{&quot;2026-07-13&quot;:4.95},{&quot;2026-07-14&quot;:4.98},{&quot;2026-07-15&quot;:4.89},{&quot;2026-07-16&quot;:4.85},{&quot;2026-07-17&quot;:4.86},{&quot;2026-07-18&quot;:4.86},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.82},{&quot;2026-07-21&quot;:4.82},{&quot;2026-07-23&quot;:4.82},{&quot;2026-07-25&quot;:4.78},{&quot;2026-07-26&quot;:4.56},{&quot;2026-07-27&quot;:4.56},{&quot;2026-07-29&quot;:4.58},{&quot;2026-07-30&quot;:4.6},{&quot;2026-07-31&quot;:4.53},{&quot;2026-08-01&quot;:4.56},{&quot;2026-08-02&quot;:4.54},{&quot;2026-08-03&quot;:4.48},{&quot;2026-08-04&quot;:4.45},{&quot;2026-08-05&quot;:4.49},{&quot;2026-08-07&quot;:4.55},{&quot;2026-08-08&quot;:4.55},{&quot;2026-08-09&quot;:4.59},{&quot;2026-08-10&quot;:4.58},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.58},{&quot;2026-08-13&quot;:4.56},{&quot;2026-08-14&quot;:4.56},{&quot;2026-08-15&quot;:4.58},{&quot;2026-08-16&quot;:4.59},{&quot;2026-08-17&quot;:4.63},{&quot;2026-08-18&quot;:4.65},{&quot;2026-08-19&quot;:4.65},{&quot;2026-08-20&quot;:4.65},{&quot;2026-08-21&quot;:4.76},{&quot;2026-08-22&quot;:4.76},{&quot;2026-08-23&quot;:4.76},{&quot;2026-08-24&quot;:4.76},{&quot;2026-08-25&quot;:4.76},{&quot;2026-08-26&quot;:4.76},{&quot;2026-08-27&quot;:4.75},{&quot;2026-08-28&quot;:4.75},{&quot;2026-08-29&quot;:4.75},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.74},{&quot;2026-09-01&quot;:4.74},{&quot;2026-09-02&quot;:4.75},{&quot;2026-09-03&quot;:4.73},{&quot;2026-09-04&quot;:4.74},{&quot;2026-09-05&quot;:4.78},{&quot;2026-09-06&quot;:4.78},{&quot;2026-09-07&quot;:4.78},{&quot;2026-09-08&quot;:4.76},{&quot;2026-09-09&quot;:4.78},{&quot;2026-09-10&quot;:4.78},{&quot;2026-09-11&quot;:4.74}],&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="20768"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Kaalia of the Vast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/93f6631f-f3a6-4d3c-8618-4b4ab4e82483.jpg?1783921824" />

        <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">
            Kaalia of the Vast
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kaalia of the Vast" src="https://cards.scryfall.io/large/front/9/3/93f6631f-f3a6-4d3c-8618-4b4ab4e82483.jpg?1783921824" />
    </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">
                $4.73
              </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">
                $7.83
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.48},{&quot;2026-06-11&quot;:7.48},{&quot;2026-06-12&quot;:7.48},{&quot;2026-06-13&quot;:7.48},{&quot;2026-06-14&quot;:7.48},{&quot;2026-06-15&quot;:7.48},{&quot;2026-06-16&quot;:7.63},{&quot;2026-06-17&quot;:7.63},{&quot;2026-06-18&quot;:7.63},{&quot;2026-06-19&quot;:7.63},{&quot;2026-06-20&quot;:7.63},{&quot;2026-06-21&quot;:7.63},{&quot;2026-06-22&quot;:7.63},{&quot;2026-06-23&quot;:7.63},{&quot;2026-06-24&quot;:7.7},{&quot;2026-06-25&quot;:7.7},{&quot;2026-06-26&quot;:7.7},{&quot;2026-06-27&quot;:7.77},{&quot;2026-06-28&quot;:7.77},{&quot;2026-06-29&quot;:7.77},{&quot;2026-06-30&quot;:7.86},{&quot;2026-07-01&quot;:7.86},{&quot;2026-07-02&quot;:7.86},{&quot;2026-07-03&quot;:7.79},{&quot;2026-07-04&quot;:7.79},{&quot;2026-07-05&quot;:7.79},{&quot;2026-07-06&quot;:7.74},{&quot;2026-07-07&quot;:7.74},{&quot;2026-07-08&quot;:7.74},{&quot;2026-07-09&quot;:7.74},{&quot;2026-07-10&quot;:7.74},{&quot;2026-07-11&quot;:7.74},{&quot;2026-07-12&quot;:7.73},{&quot;2026-07-13&quot;:7.73},{&quot;2026-07-14&quot;:7.73},{&quot;2026-07-15&quot;:7.73},{&quot;2026-07-16&quot;:7.83},{&quot;2026-07-17&quot;:7.83},{&quot;2026-07-18&quot;:7.83},{&quot;2026-07-19&quot;:7.83},{&quot;2026-07-20&quot;:7.83},{&quot;2026-07-21&quot;:7.83},{&quot;2026-07-23&quot;:7.83},{&quot;2026-07-25&quot;:7.83},{&quot;2026-07-26&quot;:7.83},{&quot;2026-07-27&quot;:7.83},{&quot;2026-07-29&quot;:7.83},{&quot;2026-07-30&quot;:7.83},{&quot;2026-07-31&quot;:7.83},{&quot;2026-08-01&quot;:7.83},{&quot;2026-08-02&quot;:7.83},{&quot;2026-08-03&quot;:7.83},{&quot;2026-08-04&quot;:7.83},{&quot;2026-08-05&quot;:7.79},{&quot;2026-08-07&quot;:7.79},{&quot;2026-08-08&quot;:7.79},{&quot;2026-08-09&quot;:7.79},{&quot;2026-08-10&quot;:7.79},{&quot;2026-08-11&quot;:7.79},{&quot;2026-08-12&quot;:7.79},{&quot;2026-08-13&quot;:7.79},{&quot;2026-08-14&quot;:7.79},{&quot;2026-08-15&quot;:7.79},{&quot;2026-08-16&quot;:7.82},{&quot;2026-08-17&quot;:7.82},{&quot;2026-08-18&quot;:7.81},{&quot;2026-08-19&quot;:7.79},{&quot;2026-08-20&quot;:7.79},{&quot;2026-08-21&quot;:7.79},{&quot;2026-08-22&quot;:7.79},{&quot;2026-08-23&quot;:7.83},{&quot;2026-08-24&quot;:7.83},{&quot;2026-08-25&quot;:7.83},{&quot;2026-08-26&quot;:7.83},{&quot;2026-08-27&quot;:7.83},{&quot;2026-08-28&quot;:7.83},{&quot;2026-08-29&quot;:7.83},{&quot;2026-08-30&quot;:7.83},{&quot;2026-08-31&quot;:7.83},{&quot;2026-09-01&quot;:7.83},{&quot;2026-09-02&quot;:7.83},{&quot;2026-09-03&quot;:7.83},{&quot;2026-09-04&quot;:7.83},{&quot;2026-09-05&quot;:7.83},{&quot;2026-09-06&quot;:7.83},{&quot;2026-09-07&quot;:7.83},{&quot;2026-09-08&quot;:7.83},{&quot;2026-09-09&quot;:7.83},{&quot;2026-09-10&quot;:7.83},{&quot;2026-09-11&quot;:7.83}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.42},{&quot;2026-06-11&quot;:4.42},{&quot;2026-06-12&quot;:4.42},{&quot;2026-06-13&quot;:4.41},{&quot;2026-06-14&quot;:4.39},{&quot;2026-06-15&quot;:4.39},{&quot;2026-06-16&quot;:4.39},{&quot;2026-06-17&quot;:4.43},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.45},{&quot;2026-06-20&quot;:4.45},{&quot;2026-06-21&quot;:4.45},{&quot;2026-06-22&quot;:4.44},{&quot;2026-06-23&quot;:4.44},{&quot;2026-06-24&quot;:4.46},{&quot;2026-06-25&quot;:4.53},{&quot;2026-06-26&quot;:4.53},{&quot;2026-06-27&quot;:4.56},{&quot;2026-06-28&quot;:4.6},{&quot;2026-06-29&quot;:4.6},{&quot;2026-06-30&quot;:4.63},{&quot;2026-07-01&quot;:4.74},{&quot;2026-07-02&quot;:4.7},{&quot;2026-07-03&quot;:4.7},{&quot;2026-07-04&quot;:4.7},{&quot;2026-07-05&quot;:4.7},{&quot;2026-07-06&quot;:4.7},{&quot;2026-07-07&quot;:4.7},{&quot;2026-07-08&quot;:4.7},{&quot;2026-07-09&quot;:4.67},{&quot;2026-07-10&quot;:4.69},{&quot;2026-07-11&quot;:4.69},{&quot;2026-07-12&quot;:4.69},{&quot;2026-07-13&quot;:4.69},{&quot;2026-07-14&quot;:4.69},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.73},{&quot;2026-07-18&quot;:4.73},{&quot;2026-07-19&quot;:4.73},{&quot;2026-07-20&quot;:4.73},{&quot;2026-07-21&quot;:4.73},{&quot;2026-07-23&quot;:4.75},{&quot;2026-07-25&quot;:4.74},{&quot;2026-07-26&quot;:4.74},{&quot;2026-07-27&quot;:4.74},{&quot;2026-07-29&quot;:4.74},{&quot;2026-07-30&quot;:4.69},{&quot;2026-07-31&quot;:4.69},{&quot;2026-08-01&quot;:4.69},{&quot;2026-08-02&quot;:4.69},{&quot;2026-08-03&quot;:4.69},{&quot;2026-08-04&quot;:4.63},{&quot;2026-08-05&quot;:4.63},{&quot;2026-08-07&quot;:4.63},{&quot;2026-08-08&quot;:4.63},{&quot;2026-08-09&quot;:3.87},{&quot;2026-08-10&quot;:3.87},{&quot;2026-08-11&quot;:3.83},{&quot;2026-08-12&quot;:3.83},{&quot;2026-08-13&quot;:3.88},{&quot;2026-08-14&quot;:3.88},{&quot;2026-08-15&quot;:3.88},{&quot;2026-08-16&quot;:3.9},{&quot;2026-08-17&quot;:3.89},{&quot;2026-08-18&quot;:3.89},{&quot;2026-08-19&quot;:3.83},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.83},{&quot;2026-08-22&quot;:3.83},{&quot;2026-08-23&quot;:3.83},{&quot;2026-08-24&quot;:3.78},{&quot;2026-08-25&quot;:3.78},{&quot;2026-08-26&quot;:3.82},{&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;:4.58},{&quot;2026-08-31&quot;:4.58},{&quot;2026-09-01&quot;:4.58},{&quot;2026-09-02&quot;:4.58},{&quot;2026-09-03&quot;:4.54},{&quot;2026-09-04&quot;:4.54},{&quot;2026-09-05&quot;:4.6},{&quot;2026-09-06&quot;:4.71},{&quot;2026-09-07&quot;:4.61},{&quot;2026-09-08&quot;:4.63},{&quot;2026-09-09&quot;:4.63},{&quot;2026-09-10&quot;:4.63},{&quot;2026-09-11&quot;:4.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="53392"
  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">
            Urza&#39;s Bauble
        </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">
            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">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Urza&#39;s Bauble" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/adee0858-7529-4e41-b045-3bcc0a3c56a7.jpg?1783910547" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Urza&#39;s Bauble
        </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-0'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Urza&#39;s Bauble" src="https://cards.scryfall.io/large/front/a/d/adee0858-7529-4e41-b045-3bcc0a3c56a7.jpg?1783910547" />
    </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-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">
                $4.73
              </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">
                $79.90
              </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;:77.34},{&quot;2026-06-14&quot;:77.34},{&quot;2026-06-15&quot;:77.34},{&quot;2026-06-16&quot;:77.34},{&quot;2026-06-17&quot;:77.34},{&quot;2026-06-18&quot;:77.34},{&quot;2026-06-19&quot;:77.34},{&quot;2026-06-20&quot;:77.34},{&quot;2026-06-21&quot;:77.34},{&quot;2026-06-22&quot;:77.34},{&quot;2026-06-23&quot;:77.34},{&quot;2026-06-24&quot;:77.34},{&quot;2026-06-25&quot;:77.34},{&quot;2026-06-26&quot;:77.34},{&quot;2026-06-27&quot;:77.34},{&quot;2026-06-28&quot;:77.34},{&quot;2026-06-29&quot;:77.34},{&quot;2026-06-30&quot;:77.34},{&quot;2026-07-01&quot;:77.34},{&quot;2026-07-02&quot;:77.34},{&quot;2026-07-03&quot;:77.34},{&quot;2026-07-04&quot;:77.34},{&quot;2026-07-05&quot;:77.34},{&quot;2026-07-06&quot;:77.34},{&quot;2026-07-07&quot;:77.34},{&quot;2026-07-08&quot;:77.34},{&quot;2026-07-09&quot;:77.34},{&quot;2026-07-10&quot;:78.42},{&quot;2026-07-11&quot;:79.56},{&quot;2026-07-12&quot;:79.56},{&quot;2026-07-13&quot;:79.56},{&quot;2026-07-14&quot;:79.56},{&quot;2026-07-15&quot;:79.56},{&quot;2026-07-16&quot;:79.56},{&quot;2026-07-17&quot;:79.56},{&quot;2026-07-18&quot;:79.56},{&quot;2026-07-19&quot;:79.56},{&quot;2026-07-20&quot;:79.56},{&quot;2026-07-21&quot;:79.56},{&quot;2026-07-22&quot;:79.56},{&quot;2026-07-23&quot;:79.56},{&quot;2026-07-24&quot;:79.56},{&quot;2026-07-25&quot;:79.56},{&quot;2026-07-26&quot;:79.56},{&quot;2026-07-27&quot;:79.56},{&quot;2026-07-28&quot;:79.56},{&quot;2026-07-29&quot;:79.56},{&quot;2026-07-30&quot;:79.56},{&quot;2026-07-31&quot;:79.56},{&quot;2026-08-01&quot;:79.56},{&quot;2026-08-02&quot;:79.56},{&quot;2026-08-03&quot;:79.56},{&quot;2026-08-04&quot;:79.57},{&quot;2026-08-05&quot;:79.63},{&quot;2026-08-07&quot;:79.62},{&quot;2026-08-08&quot;:79.62},{&quot;2026-08-09&quot;:79.62},{&quot;2026-08-10&quot;:79.62},{&quot;2026-08-11&quot;:79.62},{&quot;2026-08-12&quot;:79.62},{&quot;2026-08-13&quot;:79.62},{&quot;2026-08-14&quot;:80.05},{&quot;2026-08-15&quot;:80.05},{&quot;2026-08-16&quot;:80.05},{&quot;2026-08-17&quot;:80.05},{&quot;2026-08-18&quot;:80.05},{&quot;2026-08-19&quot;:80.05},{&quot;2026-08-20&quot;:80.05},{&quot;2026-08-21&quot;:80.05},{&quot;2026-08-22&quot;:80.05},{&quot;2026-08-23&quot;:80.05},{&quot;2026-08-24&quot;:80.05},{&quot;2026-08-25&quot;:80.12},{&quot;2026-08-26&quot;:80.12},{&quot;2026-08-27&quot;:80.12},{&quot;2026-08-28&quot;:80.12},{&quot;2026-08-29&quot;:80.12},{&quot;2026-08-30&quot;:80.23},{&quot;2026-08-31&quot;:80.23},{&quot;2026-09-01&quot;:80.23},{&quot;2026-09-02&quot;:80.23},{&quot;2026-09-03&quot;:80.23},{&quot;2026-09-04&quot;:80.23},{&quot;2026-09-05&quot;:80.23},{&quot;2026-09-06&quot;:80.23},{&quot;2026-09-07&quot;:80.23},{&quot;2026-09-08&quot;:80.23},{&quot;2026-09-09&quot;:80.23},{&quot;2026-09-10&quot;:79.9},{&quot;2026-09-11&quot;:79.9}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.31},{&quot;2026-06-14&quot;:5.34},{&quot;2026-06-15&quot;:5.38},{&quot;2026-06-16&quot;:5.38},{&quot;2026-06-17&quot;:5.48},{&quot;2026-06-18&quot;:5.72},{&quot;2026-06-19&quot;:5.68},{&quot;2026-06-20&quot;:5.69},{&quot;2026-06-21&quot;:5.72},{&quot;2026-06-22&quot;:5.63},{&quot;2026-06-23&quot;:5.63},{&quot;2026-06-24&quot;:5.63},{&quot;2026-06-25&quot;:5.63},{&quot;2026-06-26&quot;:5.55},{&quot;2026-06-27&quot;:5.62},{&quot;2026-06-28&quot;:5.62},{&quot;2026-06-29&quot;:5.62},{&quot;2026-06-30&quot;:5.54},{&quot;2026-07-01&quot;:5.36},{&quot;2026-07-02&quot;:5.36},{&quot;2026-07-03&quot;:5.29},{&quot;2026-07-04&quot;:5.3},{&quot;2026-07-05&quot;:5.32},{&quot;2026-07-06&quot;:5.32},{&quot;2026-07-07&quot;:5.32},{&quot;2026-07-08&quot;:5.31},{&quot;2026-07-09&quot;:5.31},{&quot;2026-07-10&quot;:5.47},{&quot;2026-07-11&quot;:5.47},{&quot;2026-07-12&quot;:5.47},{&quot;2026-07-13&quot;:5.39},{&quot;2026-07-14&quot;:5.39},{&quot;2026-07-15&quot;:5.42},{&quot;2026-07-16&quot;:5.43},{&quot;2026-07-17&quot;:5.49},{&quot;2026-07-18&quot;:5.52},{&quot;2026-07-19&quot;:5.56},{&quot;2026-07-20&quot;:5.46},{&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.48},{&quot;2026-07-26&quot;:5.3},{&quot;2026-07-27&quot;:5.3},{&quot;2026-07-28&quot;:5.32},{&quot;2026-07-29&quot;:5.33},{&quot;2026-07-30&quot;:5.31},{&quot;2026-07-31&quot;:5.23},{&quot;2026-08-01&quot;:5.06},{&quot;2026-08-02&quot;:5.05},{&quot;2026-08-03&quot;:5.07},{&quot;2026-08-04&quot;:5.18},{&quot;2026-08-05&quot;:5.09},{&quot;2026-08-07&quot;:4.95},{&quot;2026-08-08&quot;:4.72},{&quot;2026-08-09&quot;:4.82},{&quot;2026-08-10&quot;:4.8},{&quot;2026-08-11&quot;:4.78},{&quot;2026-08-12&quot;:4.87},{&quot;2026-08-13&quot;:4.84},{&quot;2026-08-14&quot;:4.83},{&quot;2026-08-15&quot;:4.78},{&quot;2026-08-16&quot;:4.84},{&quot;2026-08-17&quot;:4.9},{&quot;2026-08-18&quot;:4.85},{&quot;2026-08-19&quot;:5.01},{&quot;2026-08-20&quot;:4.95},{&quot;2026-08-21&quot;:4.93},{&quot;2026-08-22&quot;:4.92},{&quot;2026-08-23&quot;:4.92},{&quot;2026-08-24&quot;:4.69},{&quot;2026-08-25&quot;:4.7},{&quot;2026-08-26&quot;:4.78},{&quot;2026-08-27&quot;:4.71},{&quot;2026-08-28&quot;:4.65},{&quot;2026-08-29&quot;:4.65},{&quot;2026-08-30&quot;:4.73},{&quot;2026-08-31&quot;:4.67},{&quot;2026-09-01&quot;:4.74},{&quot;2026-09-02&quot;:4.77},{&quot;2026-09-03&quot;:4.78},{&quot;2026-09-04&quot;:4.78},{&quot;2026-09-05&quot;:4.85},{&quot;2026-09-06&quot;:4.95},{&quot;2026-09-07&quot;:4.96},{&quot;2026-09-08&quot;:5.01},{&quot;2026-09-09&quot;:4.95},{&quot;2026-09-10&quot;:4.88},{&quot;2026-09-11&quot;:4.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="72783"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Gwenna, Eyes of Gaea" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/e/7ee387b7-18e4-41b7-aefe-f2b5954e3051.jpg?1783920043" />

        <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">
            Gwenna, Eyes of Gaea
        </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 — Elf Druid Scout</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gwenna, Eyes of Gaea" src="https://cards.scryfall.io/large/front/7/e/7ee387b7-18e4-41b7-aefe-f2b5954e3051.jpg?1783920043" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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.17},{&quot;2026-06-14&quot;:5.13},{&quot;2026-06-15&quot;:5.13},{&quot;2026-06-16&quot;:5.13},{&quot;2026-06-17&quot;:5.13},{&quot;2026-06-18&quot;:5.13},{&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.08},{&quot;2026-06-24&quot;:5.04},{&quot;2026-06-25&quot;:5.04},{&quot;2026-06-26&quot;:5.04},{&quot;2026-06-27&quot;:5.04},{&quot;2026-06-28&quot;:5.04},{&quot;2026-06-29&quot;:5.04},{&quot;2026-06-30&quot;:4.98},{&quot;2026-07-01&quot;:4.98},{&quot;2026-07-02&quot;:4.98},{&quot;2026-07-03&quot;:4.98},{&quot;2026-07-04&quot;:4.98},{&quot;2026-07-05&quot;:4.98},{&quot;2026-07-06&quot;:4.98},{&quot;2026-07-07&quot;:4.98},{&quot;2026-07-08&quot;:5.0},{&quot;2026-07-09&quot;:5.0},{&quot;2026-07-10&quot;:5.0},{&quot;2026-07-11&quot;:4.9},{&quot;2026-07-12&quot;:4.9},{&quot;2026-07-13&quot;:4.9},{&quot;2026-07-14&quot;:4.9},{&quot;2026-07-15&quot;:4.9},{&quot;2026-07-16&quot;:4.9},{&quot;2026-07-17&quot;:4.9},{&quot;2026-07-18&quot;:4.89},{&quot;2026-07-19&quot;:4.89},{&quot;2026-07-20&quot;:4.89},{&quot;2026-07-21&quot;:4.89},{&quot;2026-07-22&quot;:4.89},{&quot;2026-07-23&quot;:4.89},{&quot;2026-07-24&quot;:4.87},{&quot;2026-07-25&quot;:4.91},{&quot;2026-07-26&quot;:4.91},{&quot;2026-07-27&quot;:4.91},{&quot;2026-07-28&quot;:4.81},{&quot;2026-07-29&quot;:4.91},{&quot;2026-07-30&quot;:4.91},{&quot;2026-07-31&quot;:4.84},{&quot;2026-08-01&quot;:4.84},{&quot;2026-08-02&quot;:4.92},{&quot;2026-08-03&quot;:4.83},{&quot;2026-08-04&quot;:4.88},{&quot;2026-08-05&quot;:4.83},{&quot;2026-08-07&quot;:4.83},{&quot;2026-08-08&quot;:4.8},{&quot;2026-08-09&quot;:5.05},{&quot;2026-08-10&quot;:5.03},{&quot;2026-08-11&quot;:5.03},{&quot;2026-08-12&quot;:5.03},{&quot;2026-08-13&quot;:5.07},{&quot;2026-08-14&quot;:5.15},{&quot;2026-08-15&quot;:5.23},{&quot;2026-08-16&quot;:5.23},{&quot;2026-08-17&quot;:5.17},{&quot;2026-08-18&quot;:5.14},{&quot;2026-08-19&quot;:5.1},{&quot;2026-08-20&quot;:5.1},{&quot;2026-08-21&quot;:5.21},{&quot;2026-08-22&quot;:5.22},{&quot;2026-08-23&quot;:5.07},{&quot;2026-08-24&quot;:5.07},{&quot;2026-08-25&quot;:5.25},{&quot;2026-08-26&quot;:5.29},{&quot;2026-08-27&quot;:5.29},{&quot;2026-08-28&quot;:5.16},{&quot;2026-08-29&quot;:5.16},{&quot;2026-08-30&quot;:4.99},{&quot;2026-08-31&quot;:4.97},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.93},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.84},{&quot;2026-09-05&quot;:4.84},{&quot;2026-09-06&quot;:4.81},{&quot;2026-09-07&quot;:4.69},{&quot;2026-09-08&quot;:4.74},{&quot;2026-09-09&quot;:4.74},{&quot;2026-09-10&quot;:4.73},{&quot;2026-09-11&quot;:4.73}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.74},{&quot;2026-06-14&quot;:4.69},{&quot;2026-06-15&quot;:4.62},{&quot;2026-06-16&quot;:4.59},{&quot;2026-06-17&quot;:4.52},{&quot;2026-06-18&quot;:4.5},{&quot;2026-06-19&quot;:4.49},{&quot;2026-06-20&quot;:4.45},{&quot;2026-06-21&quot;:4.45},{&quot;2026-06-22&quot;:4.36},{&quot;2026-06-23&quot;:4.4},{&quot;2026-06-24&quot;:4.35},{&quot;2026-06-25&quot;:4.44},{&quot;2026-06-26&quot;:4.47},{&quot;2026-06-27&quot;:4.67},{&quot;2026-06-28&quot;:4.73},{&quot;2026-06-29&quot;:4.72},{&quot;2026-06-30&quot;:4.82},{&quot;2026-07-01&quot;:4.86},{&quot;2026-07-02&quot;:4.86},{&quot;2026-07-03&quot;:4.79},{&quot;2026-07-04&quot;:4.72},{&quot;2026-07-05&quot;:4.72},{&quot;2026-07-06&quot;:4.61},{&quot;2026-07-07&quot;:4.56},{&quot;2026-07-08&quot;:4.49},{&quot;2026-07-09&quot;:4.49},{&quot;2026-07-10&quot;:4.47},{&quot;2026-07-11&quot;:4.43},{&quot;2026-07-12&quot;:4.45},{&quot;2026-07-13&quot;:4.64},{&quot;2026-07-14&quot;:4.71},{&quot;2026-07-15&quot;:4.75},{&quot;2026-07-16&quot;:4.78},{&quot;2026-07-17&quot;:4.83},{&quot;2026-07-18&quot;:4.81},{&quot;2026-07-19&quot;:4.81},{&quot;2026-07-20&quot;:4.62},{&quot;2026-07-21&quot;:4.49},{&quot;2026-07-22&quot;:4.63},{&quot;2026-07-23&quot;:4.58},{&quot;2026-07-24&quot;:4.64},{&quot;2026-07-25&quot;:4.64},{&quot;2026-07-26&quot;:4.7},{&quot;2026-07-27&quot;:4.78},{&quot;2026-07-28&quot;:4.88},{&quot;2026-07-29&quot;:4.86},{&quot;2026-07-30&quot;:4.7},{&quot;2026-07-31&quot;:4.86},{&quot;2026-08-01&quot;:4.85},{&quot;2026-08-02&quot;:4.83},{&quot;2026-08-03&quot;:4.66},{&quot;2026-08-04&quot;:4.62},{&quot;2026-08-05&quot;:4.66},{&quot;2026-08-07&quot;:4.67},{&quot;2026-08-08&quot;:4.59},{&quot;2026-08-09&quot;:4.71},{&quot;2026-08-10&quot;:4.82},{&quot;2026-08-11&quot;:4.93},{&quot;2026-08-12&quot;:5.12},{&quot;2026-08-13&quot;:5.2},{&quot;2026-08-14&quot;:5.18},{&quot;2026-08-15&quot;:4.92},{&quot;2026-08-16&quot;:4.8},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:4.94},{&quot;2026-08-19&quot;:5.03},{&quot;2026-08-20&quot;:5.03},{&quot;2026-08-21&quot;:4.71},{&quot;2026-08-22&quot;:4.7},{&quot;2026-08-23&quot;:4.79},{&quot;2026-08-24&quot;:4.72},{&quot;2026-08-25&quot;:4.65},{&quot;2026-08-26&quot;:4.74},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:4.78},{&quot;2026-08-29&quot;:4.78},{&quot;2026-08-30&quot;:4.77},{&quot;2026-08-31&quot;:4.79},{&quot;2026-09-01&quot;:4.85},{&quot;2026-09-02&quot;:4.86},{&quot;2026-09-03&quot;:4.82},{&quot;2026-09-04&quot;:4.8},{&quot;2026-09-05&quot;:4.83},{&quot;2026-09-06&quot;:4.86},{&quot;2026-09-07&quot;:4.93},{&quot;2026-09-08&quot;:4.94},{&quot;2026-09-09&quot;:4.81},{&quot;2026-09-10&quot;:4.89},{&quot;2026-09-11&quot;:4.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="75724"
  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">
            Pitiless Plunderer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Pitiless Plunderer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/b/5b5cd187-857a-44dd-8595-a52857a0b753.jpg?1783913869" />

        <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">
            Pitiless Plunderer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Pitiless Plunderer" src="https://cards.scryfall.io/large/front/5/b/5b5cd187-857a-44dd-8595-a52857a0b753.jpg?1783913869" />
    </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">
                $4.73
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-08&quot;:5.82},{&quot;2026-06-10&quot;:5.95},{&quot;2026-06-11&quot;:5.93},{&quot;2026-06-12&quot;:6.13},{&quot;2026-06-13&quot;:6.28},{&quot;2026-06-14&quot;:6.68},{&quot;2026-06-15&quot;:6.93},{&quot;2026-06-16&quot;:7.3},{&quot;2026-06-17&quot;:7.11},{&quot;2026-06-18&quot;:7.01},{&quot;2026-06-19&quot;:7.11},{&quot;2026-06-20&quot;:7.11},{&quot;2026-06-21&quot;:7.11},{&quot;2026-06-22&quot;:6.92},{&quot;2026-06-24&quot;:6.58},{&quot;2026-06-25&quot;:6.54},{&quot;2026-06-26&quot;:6.43},{&quot;2026-06-27&quot;:6.43},{&quot;2026-06-28&quot;:6.31},{&quot;2026-06-29&quot;:6.1},{&quot;2026-06-30&quot;:5.36},{&quot;2026-07-01&quot;:5.23},{&quot;2026-07-02&quot;:5.03},{&quot;2026-07-03&quot;:4.93},{&quot;2026-07-04&quot;:4.89},{&quot;2026-07-05&quot;:4.89},{&quot;2026-07-06&quot;:4.95},{&quot;2026-07-07&quot;:4.75},{&quot;2026-07-08&quot;:4.47},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.2},{&quot;2026-07-11&quot;:4.09},{&quot;2026-07-12&quot;:4.09},{&quot;2026-07-13&quot;:4.03},{&quot;2026-07-14&quot;:3.8},{&quot;2026-07-15&quot;:3.7},{&quot;2026-07-16&quot;:3.74},{&quot;2026-07-17&quot;:3.7},{&quot;2026-07-18&quot;:3.65},{&quot;2026-07-19&quot;:3.74},{&quot;2026-07-20&quot;:3.74},{&quot;2026-07-21&quot;:3.82},{&quot;2026-07-23&quot;:3.67},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.53},{&quot;2026-07-29&quot;:3.59},{&quot;2026-07-30&quot;:3.6},{&quot;2026-07-31&quot;:3.78},{&quot;2026-08-01&quot;:3.84},{&quot;2026-08-02&quot;:3.87},{&quot;2026-08-03&quot;:4.0},{&quot;2026-08-04&quot;:4.05},{&quot;2026-08-05&quot;:4.1},{&quot;2026-08-07&quot;:4.15},{&quot;2026-08-08&quot;:4.18},{&quot;2026-08-09&quot;:4.19},{&quot;2026-08-10&quot;:4.12},{&quot;2026-08-11&quot;:4.14},{&quot;2026-08-12&quot;:4.18},{&quot;2026-08-13&quot;:4.16},{&quot;2026-08-14&quot;:4.15},{&quot;2026-08-15&quot;:4.15},{&quot;2026-08-16&quot;:4.1},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.12},{&quot;2026-08-19&quot;:4.04},{&quot;2026-08-20&quot;:4.04},{&quot;2026-08-21&quot;:4.31},{&quot;2026-08-22&quot;:4.38},{&quot;2026-08-23&quot;:4.33},{&quot;2026-08-24&quot;:4.34},{&quot;2026-08-25&quot;:4.34},{&quot;2026-08-26&quot;:4.14},{&quot;2026-08-27&quot;:4.09},{&quot;2026-08-28&quot;:4.13},{&quot;2026-08-29&quot;:4.13},{&quot;2026-08-30&quot;:4.2},{&quot;2026-08-31&quot;:4.21},{&quot;2026-09-01&quot;:4.21},{&quot;2026-09-02&quot;:4.37},{&quot;2026-09-03&quot;:4.39},{&quot;2026-09-04&quot;:4.44},{&quot;2026-09-05&quot;:4.46},{&quot;2026-09-06&quot;:4.63},{&quot;2026-09-07&quot;:4.63},{&quot;2026-09-08&quot;:4.62},{&quot;2026-09-09&quot;:4.62},{&quot;2026-09-10&quot;:4.65},{&quot;2026-09-11&quot;:4.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="87230"
  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">
            Relentless Rats
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Rat
      </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">
            $4.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="Relentless Rats" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/57139cca-2606-4493-8a12-416ae51e1752.jpg?1783929597" />

        <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">
            Relentless Rats
        </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 — Rat</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Relentless Rats" src="https://cards.scryfall.io/large/front/5/7/57139cca-2606-4493-8a12-416ae51e1752.jpg?1783929597" />
    </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">
                $4.73
              </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-13&quot;:4.68},{&quot;2026-06-14&quot;:4.74},{&quot;2026-06-15&quot;:4.74},{&quot;2026-06-16&quot;:4.74},{&quot;2026-06-17&quot;:4.74},{&quot;2026-06-18&quot;:4.66},{&quot;2026-06-19&quot;:4.66},{&quot;2026-06-20&quot;:4.67},{&quot;2026-06-21&quot;:4.67},{&quot;2026-06-22&quot;:4.86},{&quot;2026-06-23&quot;:4.71},{&quot;2026-06-24&quot;:4.75},{&quot;2026-06-25&quot;:4.75},{&quot;2026-06-26&quot;:4.75},{&quot;2026-06-27&quot;:4.75},{&quot;2026-06-28&quot;:4.75},{&quot;2026-06-29&quot;:4.75},{&quot;2026-06-30&quot;:4.75},{&quot;2026-07-01&quot;:4.75},{&quot;2026-07-02&quot;:4.82},{&quot;2026-07-03&quot;:4.82},{&quot;2026-07-04&quot;:4.82},{&quot;2026-07-05&quot;:4.82},{&quot;2026-07-06&quot;:4.79},{&quot;2026-07-07&quot;:4.79},{&quot;2026-07-08&quot;:4.79},{&quot;2026-07-09&quot;:4.82},{&quot;2026-07-10&quot;:4.82},{&quot;2026-07-11&quot;:4.82},{&quot;2026-07-12&quot;:4.92},{&quot;2026-07-13&quot;:4.92},{&quot;2026-07-14&quot;:5.01},{&quot;2026-07-15&quot;:5.01},{&quot;2026-07-16&quot;:5.01},{&quot;2026-07-17&quot;:4.93},{&quot;2026-07-18&quot;:4.93},{&quot;2026-07-19&quot;:5.05},{&quot;2026-07-20&quot;:5.05},{&quot;2026-07-21&quot;:5.05},{&quot;2026-07-22&quot;:5.05},{&quot;2026-07-23&quot;:5.0},{&quot;2026-07-24&quot;:5.0},{&quot;2026-07-25&quot;:5.0},{&quot;2026-07-26&quot;:4.74},{&quot;2026-07-27&quot;:4.74},{&quot;2026-07-28&quot;:4.74},{&quot;2026-07-29&quot;:4.74},{&quot;2026-07-30&quot;:4.74},{&quot;2026-07-31&quot;:4.71},{&quot;2026-08-01&quot;:4.71},{&quot;2026-08-02&quot;:4.71},{&quot;2026-08-03&quot;:4.71},{&quot;2026-08-04&quot;:4.71},{&quot;2026-08-05&quot;:4.7},{&quot;2026-08-07&quot;:4.67},{&quot;2026-08-08&quot;:4.67},{&quot;2026-08-09&quot;:4.47},{&quot;2026-08-10&quot;:4.47},{&quot;2026-08-11&quot;:4.47},{&quot;2026-08-12&quot;:4.47},{&quot;2026-08-13&quot;:4.47},{&quot;2026-08-14&quot;:4.47},{&quot;2026-08-15&quot;:4.47},{&quot;2026-08-16&quot;:4.47},{&quot;2026-08-17&quot;:4.47},{&quot;2026-08-18&quot;:4.47},{&quot;2026-08-19&quot;:4.47},{&quot;2026-08-20&quot;:4.47},{&quot;2026-08-21&quot;:4.53},{&quot;2026-08-22&quot;:4.53},{&quot;2026-08-23&quot;:4.53},{&quot;2026-08-24&quot;:4.53},{&quot;2026-08-25&quot;:4.74},{&quot;2026-08-26&quot;:4.74},{&quot;2026-08-27&quot;:4.74},{&quot;2026-08-28&quot;:4.74},{&quot;2026-08-29&quot;:4.74},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.74},{&quot;2026-09-01&quot;:4.74},{&quot;2026-09-02&quot;:4.74},{&quot;2026-09-03&quot;:4.77},{&quot;2026-09-04&quot;:4.72},{&quot;2026-09-05&quot;:4.74},{&quot;2026-09-06&quot;:4.74},{&quot;2026-09-07&quot;:4.74},{&quot;2026-09-08&quot;:4.74},{&quot;2026-09-09&quot;:4.74},{&quot;2026-09-10&quot;:4.73},{&quot;2026-09-11&quot;:4.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="10470"
  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-c19 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">
            Lightning Greaves
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Lightning Greaves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/e/9e01e0e4-7e2b-41b5-86de-8e022170b3fc.jpg?1783932726" />

        <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">
            Lightning Greaves
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Lightning Greaves" src="https://cards.scryfall.io/large/front/9/e/9e01e0e4-7e2b-41b5-86de-8e022170b3fc.jpg?1783932726" />
    </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">
                $4.72
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:4.34},{&quot;2026-06-13&quot;:4.34},{&quot;2026-06-14&quot;:4.32},{&quot;2026-06-15&quot;:4.34},{&quot;2026-06-16&quot;:4.36},{&quot;2026-06-17&quot;:4.36},{&quot;2026-06-18&quot;:4.38},{&quot;2026-06-19&quot;:4.38},{&quot;2026-06-20&quot;:4.4},{&quot;2026-06-21&quot;:4.46},{&quot;2026-06-22&quot;:4.43},{&quot;2026-06-23&quot;:4.48},{&quot;2026-06-24&quot;:4.52},{&quot;2026-06-25&quot;:4.56},{&quot;2026-06-26&quot;:4.56},{&quot;2026-06-27&quot;:4.53},{&quot;2026-06-28&quot;:4.53},{&quot;2026-06-29&quot;:4.49},{&quot;2026-06-30&quot;:4.5},{&quot;2026-07-01&quot;:4.5},{&quot;2026-07-02&quot;:4.52},{&quot;2026-07-03&quot;:4.52},{&quot;2026-07-04&quot;:4.52},{&quot;2026-07-05&quot;:4.52},{&quot;2026-07-06&quot;:4.52},{&quot;2026-07-07&quot;:4.56},{&quot;2026-07-08&quot;:4.56},{&quot;2026-07-09&quot;:4.56},{&quot;2026-07-10&quot;:4.62},{&quot;2026-07-11&quot;:4.62},{&quot;2026-07-12&quot;:4.53},{&quot;2026-07-13&quot;:4.57},{&quot;2026-07-14&quot;:4.57},{&quot;2026-07-15&quot;:4.57},{&quot;2026-07-16&quot;:4.57},{&quot;2026-07-17&quot;:4.57},{&quot;2026-07-18&quot;:4.57},{&quot;2026-07-19&quot;:4.57},{&quot;2026-07-20&quot;:4.57},{&quot;2026-07-21&quot;:4.58},{&quot;2026-07-23&quot;:4.54},{&quot;2026-07-24&quot;:4.39},{&quot;2026-07-25&quot;:4.41},{&quot;2026-07-26&quot;:4.46},{&quot;2026-07-27&quot;:4.35},{&quot;2026-07-28&quot;:4.25},{&quot;2026-07-29&quot;:4.27},{&quot;2026-07-30&quot;:4.21},{&quot;2026-07-31&quot;:4.22},{&quot;2026-08-01&quot;:4.23},{&quot;2026-08-02&quot;:4.2},{&quot;2026-08-03&quot;:4.19},{&quot;2026-08-04&quot;:4.25},{&quot;2026-08-05&quot;:4.23},{&quot;2026-08-07&quot;:4.23},{&quot;2026-08-08&quot;:4.32},{&quot;2026-08-09&quot;:4.32},{&quot;2026-08-10&quot;:4.33},{&quot;2026-08-11&quot;:4.36},{&quot;2026-08-12&quot;:4.36},{&quot;2026-08-13&quot;:4.36},{&quot;2026-08-14&quot;:4.36},{&quot;2026-08-15&quot;:4.31},{&quot;2026-08-16&quot;:4.31},{&quot;2026-08-17&quot;:4.42},{&quot;2026-08-18&quot;:4.42},{&quot;2026-08-19&quot;:4.42},{&quot;2026-08-20&quot;:4.42},{&quot;2026-08-21&quot;:4.45},{&quot;2026-08-22&quot;:4.58},{&quot;2026-08-23&quot;:4.62},{&quot;2026-08-24&quot;:4.66},{&quot;2026-08-25&quot;:4.64},{&quot;2026-08-26&quot;:4.66},{&quot;2026-08-27&quot;:4.66},{&quot;2026-08-28&quot;:4.66},{&quot;2026-08-29&quot;:4.66},{&quot;2026-08-30&quot;:4.71},{&quot;2026-08-31&quot;:4.7},{&quot;2026-09-01&quot;:4.7},{&quot;2026-09-02&quot;:4.7},{&quot;2026-09-03&quot;:4.7},{&quot;2026-09-04&quot;:4.74},{&quot;2026-09-05&quot;:4.73},{&quot;2026-09-06&quot;:4.73},{&quot;2026-09-07&quot;:4.72},{&quot;2026-09-08&quot;:4.72},{&quot;2026-09-09&quot;:4.72},{&quot;2026-09-10&quot;:4.72},{&quot;2026-09-11&quot;:4.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="23569"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Enduring Innocence" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/08f79439-b8f8-418f-9772-26d81844749e.jpg?1783909512" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Enduring Innocence" src="https://cards.scryfall.io/large/front/0/8/08f79439-b8f8-418f-9772-26d81844749e.jpg?1783909512" />
    </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">
                $4.72
              </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">
                $4.75
              </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">$3.25</span>
              <span class="text-xs text-grey-text">Credit: $4.23</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.38},{&quot;2026-06-15&quot;:6.38},{&quot;2026-06-16&quot;:6.47},{&quot;2026-06-17&quot;:6.47},{&quot;2026-06-18&quot;:6.46},{&quot;2026-06-19&quot;:6.46},{&quot;2026-06-20&quot;:6.46},{&quot;2026-06-21&quot;:6.51},{&quot;2026-06-22&quot;:6.51},{&quot;2026-06-23&quot;:6.51},{&quot;2026-06-24&quot;:6.51},{&quot;2026-06-25&quot;:6.51},{&quot;2026-06-26&quot;:6.51},{&quot;2026-06-27&quot;:6.51},{&quot;2026-06-28&quot;:6.56},{&quot;2026-06-29&quot;:6.56},{&quot;2026-06-30&quot;:6.56},{&quot;2026-07-01&quot;:6.56},{&quot;2026-07-02&quot;:6.56},{&quot;2026-07-03&quot;:6.56},{&quot;2026-07-04&quot;:6.56},{&quot;2026-07-05&quot;:6.33},{&quot;2026-07-06&quot;:6.33},{&quot;2026-07-07&quot;:6.24},{&quot;2026-07-08&quot;:6.15},{&quot;2026-07-09&quot;:6.08},{&quot;2026-07-10&quot;:6.05},{&quot;2026-07-11&quot;:5.97},{&quot;2026-07-12&quot;:5.97},{&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.99},{&quot;2026-07-17&quot;:5.99},{&quot;2026-07-18&quot;:6.04},{&quot;2026-07-19&quot;:5.99},{&quot;2026-07-20&quot;:5.99},{&quot;2026-07-21&quot;:5.93},{&quot;2026-07-22&quot;:5.91},{&quot;2026-07-23&quot;:5.89},{&quot;2026-07-24&quot;:5.89},{&quot;2026-07-25&quot;:5.85},{&quot;2026-07-26&quot;:5.85},{&quot;2026-07-27&quot;:5.83},{&quot;2026-07-28&quot;:5.83},{&quot;2026-07-29&quot;:5.83},{&quot;2026-07-30&quot;:5.6},{&quot;2026-07-31&quot;:5.54},{&quot;2026-08-01&quot;:5.56},{&quot;2026-08-02&quot;:5.53},{&quot;2026-08-03&quot;:5.25},{&quot;2026-08-04&quot;:5.22},{&quot;2026-08-05&quot;:5.22},{&quot;2026-08-07&quot;:5.18},{&quot;2026-08-08&quot;:5.18},{&quot;2026-08-09&quot;:5.1},{&quot;2026-08-10&quot;:4.99},{&quot;2026-08-11&quot;:4.93},{&quot;2026-08-12&quot;:4.93},{&quot;2026-08-13&quot;:4.9},{&quot;2026-08-14&quot;:4.86},{&quot;2026-08-15&quot;:4.86},{&quot;2026-08-16&quot;:4.81},{&quot;2026-08-17&quot;:4.81},{&quot;2026-08-18&quot;:4.81},{&quot;2026-08-19&quot;:4.81},{&quot;2026-08-20&quot;:4.81},{&quot;2026-08-21&quot;:4.82},{&quot;2026-08-22&quot;:4.82},{&quot;2026-08-23&quot;:4.82},{&quot;2026-08-24&quot;:4.82},{&quot;2026-08-25&quot;:4.82},{&quot;2026-08-26&quot;:4.72},{&quot;2026-08-27&quot;:4.65},{&quot;2026-08-28&quot;:4.65},{&quot;2026-08-29&quot;:4.65},{&quot;2026-08-30&quot;:4.52},{&quot;2026-08-31&quot;:4.55},{&quot;2026-09-01&quot;:4.55},{&quot;2026-09-02&quot;:4.55},{&quot;2026-09-03&quot;:4.56},{&quot;2026-09-04&quot;:4.46},{&quot;2026-09-05&quot;:4.45},{&quot;2026-09-06&quot;:4.73},{&quot;2026-09-07&quot;:4.73},{&quot;2026-09-08&quot;:4.72},{&quot;2026-09-09&quot;:4.75},{&quot;2026-09-10&quot;:4.75},{&quot;2026-09-11&quot;:4.75}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.68},{&quot;2026-06-14&quot;:4.62},{&quot;2026-06-15&quot;:4.69},{&quot;2026-06-16&quot;:4.72},{&quot;2026-06-17&quot;:4.7},{&quot;2026-06-18&quot;:4.69},{&quot;2026-06-19&quot;:4.68},{&quot;2026-06-20&quot;:4.68},{&quot;2026-06-21&quot;:4.45},{&quot;2026-06-22&quot;:4.31},{&quot;2026-06-23&quot;:4.21},{&quot;2026-06-24&quot;:4.06},{&quot;2026-06-25&quot;:3.97},{&quot;2026-06-26&quot;:3.75},{&quot;2026-06-27&quot;:3.81},{&quot;2026-06-28&quot;:3.84},{&quot;2026-06-29&quot;:3.99},{&quot;2026-06-30&quot;:3.91},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.77},{&quot;2026-07-03&quot;:3.84},{&quot;2026-07-04&quot;:3.95},{&quot;2026-07-05&quot;:4.06},{&quot;2026-07-06&quot;:4.05},{&quot;2026-07-07&quot;:3.9},{&quot;2026-07-08&quot;:3.87},{&quot;2026-07-09&quot;:3.97},{&quot;2026-07-10&quot;:4.06},{&quot;2026-07-11&quot;:4.08},{&quot;2026-07-12&quot;:3.92},{&quot;2026-07-13&quot;:4.02},{&quot;2026-07-14&quot;:4.08},{&quot;2026-07-15&quot;:4.16},{&quot;2026-07-16&quot;:3.99},{&quot;2026-07-17&quot;:3.97},{&quot;2026-07-18&quot;:4.18},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:4.05},{&quot;2026-07-21&quot;:3.93},{&quot;2026-07-22&quot;:3.58},{&quot;2026-07-23&quot;:3.42},{&quot;2026-07-24&quot;:3.57},{&quot;2026-07-25&quot;:3.51},{&quot;2026-07-26&quot;:3.46},{&quot;2026-07-27&quot;:3.5},{&quot;2026-07-28&quot;:3.44},{&quot;2026-07-29&quot;:3.51},{&quot;2026-07-30&quot;:3.56},{&quot;2026-07-31&quot;:3.69},{&quot;2026-08-01&quot;:3.75},{&quot;2026-08-02&quot;:3.85},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.97},{&quot;2026-08-05&quot;:4.03},{&quot;2026-08-07&quot;:4.15},{&quot;2026-08-08&quot;:4.09},{&quot;2026-08-09&quot;:3.94},{&quot;2026-08-10&quot;:3.99},{&quot;2026-08-11&quot;:3.97},{&quot;2026-08-12&quot;:3.94},{&quot;2026-08-13&quot;:3.78},{&quot;2026-08-14&quot;:3.91},{&quot;2026-08-15&quot;:3.96},{&quot;2026-08-16&quot;:3.87},{&quot;2026-08-17&quot;:3.59},{&quot;2026-08-18&quot;:3.66},{&quot;2026-08-19&quot;:3.72},{&quot;2026-08-20&quot;:3.88},{&quot;2026-08-21&quot;:3.91},{&quot;2026-08-22&quot;:3.93},{&quot;2026-08-23&quot;:4.11},{&quot;2026-08-24&quot;:4.2},{&quot;2026-08-25&quot;:4.26},{&quot;2026-08-26&quot;:4.31},{&quot;2026-08-27&quot;:4.38},{&quot;2026-08-28&quot;:4.35},{&quot;2026-08-29&quot;:4.35},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.5},{&quot;2026-09-01&quot;:4.0},{&quot;2026-09-02&quot;:4.45},{&quot;2026-09-03&quot;:4.62},{&quot;2026-09-04&quot;:4.87},{&quot;2026-09-05&quot;:4.95},{&quot;2026-09-06&quot;:5.06},{&quot;2026-09-07&quot;:4.83},{&quot;2026-09-08&quot;:5.2},{&quot;2026-09-09&quot;:5.05},{&quot;2026-09-10&quot;:5.04},{&quot;2026-09-11&quot;:4.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="75849"
  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">
            Rishkar&#39;s Expertise
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Rishkar&#39;s Expertise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/f/efa9d2dc-b3b8-4475-bbfc-2db457ee4ffd.jpg?1783913855" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Rishkar&#39;s Expertise" src="https://cards.scryfall.io/large/front/e/f/efa9d2dc-b3b8-4475-bbfc-2db457ee4ffd.jpg?1783913855" />
    </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">
                $4.72
              </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.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;:3.92},{&quot;2026-06-11&quot;:3.97},{&quot;2026-06-12&quot;:3.97},{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.89},{&quot;2026-06-15&quot;:3.55},{&quot;2026-06-16&quot;:3.57},{&quot;2026-06-17&quot;:3.58},{&quot;2026-06-18&quot;:3.55},{&quot;2026-06-19&quot;:3.47},{&quot;2026-06-20&quot;:3.46},{&quot;2026-06-21&quot;:3.44},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.51},{&quot;2026-06-24&quot;:3.5},{&quot;2026-06-25&quot;:3.57},{&quot;2026-06-26&quot;:3.35},{&quot;2026-06-27&quot;:3.47},{&quot;2026-06-28&quot;:3.57},{&quot;2026-06-29&quot;:3.44},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.55},{&quot;2026-07-02&quot;:3.42},{&quot;2026-07-03&quot;:3.36},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.36},{&quot;2026-07-06&quot;:3.42},{&quot;2026-07-07&quot;:3.87},{&quot;2026-07-08&quot;:3.85},{&quot;2026-07-09&quot;:3.88},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.76},{&quot;2026-07-13&quot;:3.77},{&quot;2026-07-14&quot;:3.74},{&quot;2026-07-15&quot;:3.62},{&quot;2026-07-16&quot;:3.59},{&quot;2026-07-17&quot;:3.8},{&quot;2026-07-18&quot;:3.86},{&quot;2026-07-19&quot;:3.82},{&quot;2026-07-20&quot;:3.84},{&quot;2026-07-21&quot;:3.9},{&quot;2026-07-23&quot;:3.92},{&quot;2026-07-25&quot;:3.91},{&quot;2026-07-26&quot;:3.76},{&quot;2026-07-27&quot;:3.77},{&quot;2026-07-29&quot;:3.9},{&quot;2026-07-30&quot;:3.83},{&quot;2026-07-31&quot;:3.77},{&quot;2026-08-01&quot;:3.77},{&quot;2026-08-02&quot;:3.9},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.84},{&quot;2026-08-05&quot;:3.86},{&quot;2026-08-07&quot;:3.97},{&quot;2026-08-08&quot;:3.92},{&quot;2026-08-09&quot;:3.86},{&quot;2026-08-10&quot;:3.68},{&quot;2026-08-11&quot;:3.67},{&quot;2026-08-12&quot;:3.81},{&quot;2026-08-13&quot;:3.62},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:4.0},{&quot;2026-08-16&quot;:4.14},{&quot;2026-08-17&quot;:4.32},{&quot;2026-08-18&quot;:4.24},{&quot;2026-08-19&quot;:4.32},{&quot;2026-08-20&quot;:4.32},{&quot;2026-08-21&quot;:4.35},{&quot;2026-08-22&quot;:4.23},{&quot;2026-08-23&quot;:4.33},{&quot;2026-08-24&quot;:4.44},{&quot;2026-08-25&quot;:4.44},{&quot;2026-08-26&quot;:4.6},{&quot;2026-08-27&quot;:4.55},{&quot;2026-08-28&quot;:4.58},{&quot;2026-08-29&quot;:4.58},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.58},{&quot;2026-09-01&quot;:4.58},{&quot;2026-09-02&quot;:4.7},{&quot;2026-09-03&quot;:4.78},{&quot;2026-09-04&quot;:4.79},{&quot;2026-09-05&quot;:4.63},{&quot;2026-09-06&quot;:4.63},{&quot;2026-09-07&quot;:4.56},{&quot;2026-09-08&quot;:4.56},{&quot;2026-09-09&quot;:4.55},{&quot;2026-09-10&quot;:4.53},{&quot;2026-09-11&quot;:4.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="87259"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $4.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="Setessan Champion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/261deceb-38fe-4f22-8771-b665b1d36c33.jpg?1783914948" />

        <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">
            Setessan Champion
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Setessan Champion" src="https://cards.scryfall.io/large/front/2/6/261deceb-38fe-4f22-8771-b665b1d36c33.jpg?1783914948" />
    </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">
                $4.72
              </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">$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.36},{&quot;2026-06-13&quot;:5.36},{&quot;2026-06-14&quot;:5.36},{&quot;2026-06-15&quot;:5.38},{&quot;2026-06-16&quot;:5.44},{&quot;2026-06-17&quot;:5.44},{&quot;2026-06-18&quot;:5.44},{&quot;2026-06-19&quot;:5.37},{&quot;2026-06-20&quot;:5.31},{&quot;2026-06-21&quot;:5.23},{&quot;2026-06-22&quot;:5.22},{&quot;2026-06-23&quot;:5.22},{&quot;2026-06-24&quot;:5.22},{&quot;2026-06-25&quot;:5.22},{&quot;2026-06-26&quot;:5.21},{&quot;2026-06-27&quot;:5.23},{&quot;2026-06-28&quot;:5.28},{&quot;2026-06-29&quot;:5.34},{&quot;2026-06-30&quot;:5.33},{&quot;2026-07-01&quot;:5.2},{&quot;2026-07-02&quot;:5.18},{&quot;2026-07-03&quot;:5.16},{&quot;2026-07-04&quot;:5.14},{&quot;2026-07-05&quot;:4.99},{&quot;2026-07-06&quot;:4.96},{&quot;2026-07-07&quot;:4.99},{&quot;2026-07-08&quot;:4.97},{&quot;2026-07-09&quot;:4.75},{&quot;2026-07-10&quot;:4.68},{&quot;2026-07-11&quot;:4.68},{&quot;2026-07-12&quot;:4.68},{&quot;2026-07-13&quot;:4.72},{&quot;2026-07-14&quot;:4.76},{&quot;2026-07-15&quot;:4.84},{&quot;2026-07-16&quot;:4.79},{&quot;2026-07-17&quot;:4.79},{&quot;2026-07-18&quot;:4.79},{&quot;2026-07-19&quot;:4.79},{&quot;2026-07-20&quot;:4.78},{&quot;2026-07-21&quot;:4.78},{&quot;2026-07-23&quot;:4.77},{&quot;2026-07-24&quot;:4.77},{&quot;2026-07-25&quot;:4.77},{&quot;2026-07-26&quot;:4.77},{&quot;2026-07-27&quot;:4.61},{&quot;2026-07-28&quot;:4.61},{&quot;2026-07-29&quot;:4.49},{&quot;2026-07-30&quot;:4.5},{&quot;2026-07-31&quot;:4.5},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.52},{&quot;2026-08-03&quot;:4.28},{&quot;2026-08-04&quot;:4.32},{&quot;2026-08-05&quot;:4.31},{&quot;2026-08-07&quot;:4.28},{&quot;2026-08-08&quot;:4.34},{&quot;2026-08-09&quot;:4.34},{&quot;2026-08-10&quot;:4.37},{&quot;2026-08-11&quot;:4.45},{&quot;2026-08-12&quot;:4.45},{&quot;2026-08-13&quot;:4.43},{&quot;2026-08-14&quot;:4.43},{&quot;2026-08-15&quot;:4.42},{&quot;2026-08-16&quot;:4.29},{&quot;2026-08-17&quot;:4.29},{&quot;2026-08-18&quot;:4.3},{&quot;2026-08-19&quot;:4.42},{&quot;2026-08-20&quot;:4.42},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.38},{&quot;2026-08-23&quot;:4.33},{&quot;2026-08-24&quot;:4.34},{&quot;2026-08-25&quot;:4.34},{&quot;2026-08-26&quot;:4.33},{&quot;2026-08-27&quot;:4.27},{&quot;2026-08-28&quot;:4.27},{&quot;2026-08-29&quot;:4.27},{&quot;2026-08-30&quot;:4.22},{&quot;2026-08-31&quot;:4.26},{&quot;2026-09-01&quot;:4.26},{&quot;2026-09-02&quot;:4.26},{&quot;2026-09-03&quot;:4.32},{&quot;2026-09-04&quot;:4.33},{&quot;2026-09-05&quot;:4.41},{&quot;2026-09-06&quot;:4.48},{&quot;2026-09-07&quot;:4.65},{&quot;2026-09-08&quot;:4.71},{&quot;2026-09-09&quot;:4.73},{&quot;2026-09-10&quot;:4.73},{&quot;2026-09-11&quot;:4.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="14190"
  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">
            Disrupt Decorum
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Disrupt Decorum" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d1cfc692-f994-4975-acae-4440e9e5857c.jpg?1783922426" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Disrupt Decorum" src="https://cards.scryfall.io/large/front/d/1/d1cfc692-f994-4975-acae-4440e9e5857c.jpg?1783922426" />
    </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">
                $4.71
              </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.10</span>
              <span class="text-xs text-grey-text">Credit: $1.43</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.74},{&quot;2026-06-12&quot;:3.76},{&quot;2026-06-13&quot;:3.79},{&quot;2026-06-14&quot;:3.77},{&quot;2026-06-15&quot;:3.87},{&quot;2026-06-16&quot;:3.92},{&quot;2026-06-17&quot;:3.91},{&quot;2026-06-18&quot;:3.92},{&quot;2026-06-19&quot;:3.93},{&quot;2026-06-20&quot;:3.94},{&quot;2026-06-21&quot;:3.93},{&quot;2026-06-22&quot;:3.93},{&quot;2026-06-23&quot;:3.93},{&quot;2026-06-24&quot;:4.0},{&quot;2026-06-25&quot;:4.01},{&quot;2026-06-26&quot;:4.02},{&quot;2026-06-27&quot;:3.97},{&quot;2026-06-28&quot;:3.97},{&quot;2026-06-29&quot;:4.02},{&quot;2026-06-30&quot;:3.93},{&quot;2026-07-01&quot;:3.95},{&quot;2026-07-02&quot;:3.95},{&quot;2026-07-03&quot;:3.88},{&quot;2026-07-04&quot;:3.97},{&quot;2026-07-05&quot;:3.88},{&quot;2026-07-06&quot;:3.85},{&quot;2026-07-07&quot;:3.92},{&quot;2026-07-08&quot;:3.91},{&quot;2026-07-09&quot;:3.91},{&quot;2026-07-10&quot;:3.92},{&quot;2026-07-11&quot;:3.89},{&quot;2026-07-12&quot;:3.89},{&quot;2026-07-13&quot;:3.84},{&quot;2026-07-14&quot;:3.84},{&quot;2026-07-15&quot;:3.84},{&quot;2026-07-16&quot;:3.87},{&quot;2026-07-17&quot;:3.98},{&quot;2026-07-18&quot;:4.11},{&quot;2026-07-19&quot;:4.06},{&quot;2026-07-20&quot;:4.06},{&quot;2026-07-21&quot;:4.06},{&quot;2026-07-23&quot;:4.07},{&quot;2026-07-25&quot;:3.96},{&quot;2026-07-26&quot;:3.96},{&quot;2026-07-27&quot;:3.99},{&quot;2026-07-28&quot;:3.98},{&quot;2026-07-29&quot;:3.98},{&quot;2026-07-30&quot;:4.02},{&quot;2026-07-31&quot;:4.02},{&quot;2026-08-01&quot;:4.02},{&quot;2026-08-02&quot;:4.04},{&quot;2026-08-03&quot;:4.04},{&quot;2026-08-04&quot;:4.04},{&quot;2026-08-05&quot;:4.04},{&quot;2026-08-07&quot;:4.06},{&quot;2026-08-08&quot;:4.06},{&quot;2026-08-09&quot;:4.13},{&quot;2026-08-10&quot;:4.06},{&quot;2026-08-11&quot;:4.07},{&quot;2026-08-12&quot;:3.98},{&quot;2026-08-13&quot;:4.01},{&quot;2026-08-14&quot;:4.2},{&quot;2026-08-15&quot;:4.24},{&quot;2026-08-16&quot;:4.28},{&quot;2026-08-17&quot;:4.23},{&quot;2026-08-18&quot;:4.24},{&quot;2026-08-19&quot;:4.24},{&quot;2026-08-20&quot;:4.24},{&quot;2026-08-21&quot;:4.23},{&quot;2026-08-22&quot;:4.29},{&quot;2026-08-23&quot;:4.35},{&quot;2026-08-24&quot;:4.31},{&quot;2026-08-25&quot;:4.31},{&quot;2026-08-26&quot;:4.34},{&quot;2026-08-27&quot;:4.35},{&quot;2026-08-28&quot;:4.36},{&quot;2026-08-29&quot;:4.36},{&quot;2026-08-30&quot;:4.4},{&quot;2026-08-31&quot;:4.45},{&quot;2026-09-01&quot;:4.45},{&quot;2026-09-02&quot;:4.43},{&quot;2026-09-03&quot;:4.49},{&quot;2026-09-04&quot;:4.49},{&quot;2026-09-05&quot;:4.55},{&quot;2026-09-06&quot;:4.55},{&quot;2026-09-07&quot;:4.58},{&quot;2026-09-08&quot;:4.58},{&quot;2026-09-09&quot;:4.58},{&quot;2026-09-10&quot;:4.58},{&quot;2026-09-11&quot;:4.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="42213"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="The Kami War // O-Kagachi Made Manifest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/f/cfcc7dd5-c6ac-4e66-b197-c010dcfdb397.jpg?1783923786" />

        <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 Kami War 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="The Kami War // O-Kagachi Made Manifest" src="https://cards.scryfall.io/large/front/c/f/cfcc7dd5-c6ac-4e66-b197-c010dcfdb397.jpg?1783923786" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="The Kami War // O-Kagachi Made Manifest" src="https://cards.scryfall.io/large/back/c/f/cfcc7dd5-c6ac-4e66-b197-c010dcfdb397.jpg?1783923786" />
              </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">
                $4.71
              </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.29
              </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;:6.04},{&quot;2026-06-13&quot;:6.02},{&quot;2026-06-14&quot;:6.02},{&quot;2026-06-15&quot;:6.1},{&quot;2026-06-16&quot;:6.09},{&quot;2026-06-17&quot;:6.09},{&quot;2026-06-18&quot;:6.08},{&quot;2026-06-19&quot;:6.08},{&quot;2026-06-20&quot;:6.08},{&quot;2026-06-21&quot;:6.08},{&quot;2026-06-22&quot;:6.08},{&quot;2026-06-23&quot;:6.08},{&quot;2026-06-24&quot;:6.08},{&quot;2026-06-25&quot;:6.08},{&quot;2026-06-26&quot;:6.08},{&quot;2026-06-27&quot;:6.08},{&quot;2026-06-28&quot;:6.08},{&quot;2026-06-29&quot;:6.17},{&quot;2026-06-30&quot;:6.17},{&quot;2026-07-01&quot;:6.17},{&quot;2026-07-02&quot;:6.17},{&quot;2026-07-03&quot;:6.17},{&quot;2026-07-04&quot;:6.17},{&quot;2026-07-05&quot;:6.17},{&quot;2026-07-06&quot;:6.17},{&quot;2026-07-07&quot;:6.17},{&quot;2026-07-08&quot;:6.17},{&quot;2026-07-09&quot;:6.17},{&quot;2026-07-10&quot;:6.22},{&quot;2026-07-11&quot;:6.22},{&quot;2026-07-12&quot;:6.22},{&quot;2026-07-13&quot;:6.22},{&quot;2026-07-14&quot;:6.22},{&quot;2026-07-15&quot;:6.22},{&quot;2026-07-16&quot;:6.23},{&quot;2026-07-17&quot;:6.23},{&quot;2026-07-18&quot;:6.23},{&quot;2026-07-19&quot;:6.23},{&quot;2026-07-20&quot;:6.23},{&quot;2026-07-21&quot;:6.23},{&quot;2026-07-23&quot;:6.23},{&quot;2026-07-24&quot;:6.23},{&quot;2026-07-25&quot;:6.23},{&quot;2026-07-26&quot;:6.23},{&quot;2026-07-27&quot;:6.23},{&quot;2026-07-28&quot;:6.23},{&quot;2026-07-29&quot;:6.23},{&quot;2026-07-30&quot;:6.27},{&quot;2026-07-31&quot;:6.27},{&quot;2026-08-01&quot;:6.27},{&quot;2026-08-02&quot;:6.27},{&quot;2026-08-03&quot;:6.27},{&quot;2026-08-04&quot;:6.27},{&quot;2026-08-05&quot;:6.27},{&quot;2026-08-07&quot;:6.18},{&quot;2026-08-08&quot;:6.18},{&quot;2026-08-09&quot;:6.18},{&quot;2026-08-10&quot;:6.18},{&quot;2026-08-11&quot;:6.23},{&quot;2026-08-12&quot;:6.23},{&quot;2026-08-13&quot;:6.23},{&quot;2026-08-14&quot;:6.23},{&quot;2026-08-15&quot;:6.23},{&quot;2026-08-16&quot;:6.23},{&quot;2026-08-17&quot;:6.23},{&quot;2026-08-18&quot;:6.23},{&quot;2026-08-19&quot;:6.3},{&quot;2026-08-20&quot;:6.3},{&quot;2026-08-21&quot;:6.3},{&quot;2026-08-22&quot;:6.3},{&quot;2026-08-23&quot;:6.3},{&quot;2026-08-24&quot;:6.3},{&quot;2026-08-25&quot;:6.3},{&quot;2026-08-26&quot;:6.3},{&quot;2026-08-27&quot;:6.3},{&quot;2026-08-28&quot;:6.3},{&quot;2026-08-29&quot;:6.3},{&quot;2026-08-30&quot;:6.3},{&quot;2026-08-31&quot;:6.3},{&quot;2026-09-01&quot;:6.3},{&quot;2026-09-02&quot;:6.3},{&quot;2026-09-03&quot;:6.3},{&quot;2026-09-04&quot;:6.3},{&quot;2026-09-05&quot;:6.3},{&quot;2026-09-06&quot;:6.29},{&quot;2026-09-07&quot;:6.29},{&quot;2026-09-08&quot;:6.29},{&quot;2026-09-09&quot;:6.29},{&quot;2026-09-10&quot;:6.29},{&quot;2026-09-11&quot;:6.29}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.77},{&quot;2026-06-13&quot;:4.77},{&quot;2026-06-14&quot;:4.85},{&quot;2026-06-15&quot;:4.85},{&quot;2026-06-16&quot;:4.85},{&quot;2026-06-17&quot;:4.92},{&quot;2026-06-18&quot;:4.92},{&quot;2026-06-19&quot;:4.87},{&quot;2026-06-20&quot;:4.87},{&quot;2026-06-21&quot;:4.87},{&quot;2026-06-22&quot;:4.87},{&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.91},{&quot;2026-06-27&quot;:4.91},{&quot;2026-06-28&quot;:4.83},{&quot;2026-06-29&quot;:4.77},{&quot;2026-06-30&quot;:4.77},{&quot;2026-07-01&quot;:4.86},{&quot;2026-07-02&quot;:4.8},{&quot;2026-07-03&quot;:4.8},{&quot;2026-07-04&quot;:4.8},{&quot;2026-07-05&quot;:4.8},{&quot;2026-07-06&quot;:4.8},{&quot;2026-07-07&quot;:4.8},{&quot;2026-07-08&quot;:4.8},{&quot;2026-07-09&quot;:4.84},{&quot;2026-07-10&quot;:4.84},{&quot;2026-07-11&quot;:4.85},{&quot;2026-07-12&quot;:4.85},{&quot;2026-07-13&quot;:4.85},{&quot;2026-07-14&quot;:4.89},{&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.72},{&quot;2026-07-19&quot;:4.72},{&quot;2026-07-20&quot;:4.59},{&quot;2026-07-21&quot;:4.6},{&quot;2026-07-23&quot;:4.6},{&quot;2026-07-24&quot;:4.6},{&quot;2026-07-25&quot;:4.6},{&quot;2026-07-26&quot;:4.6},{&quot;2026-07-27&quot;:4.68},{&quot;2026-07-28&quot;:4.72},{&quot;2026-07-29&quot;:4.69},{&quot;2026-07-30&quot;:4.78},{&quot;2026-07-31&quot;:4.81},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:4.81},{&quot;2026-08-03&quot;:4.85},{&quot;2026-08-04&quot;:4.85},{&quot;2026-08-05&quot;:4.85},{&quot;2026-08-07&quot;:4.84},{&quot;2026-08-08&quot;:4.84},{&quot;2026-08-09&quot;:4.84},{&quot;2026-08-10&quot;:4.84},{&quot;2026-08-11&quot;:4.84},{&quot;2026-08-12&quot;:4.82},{&quot;2026-08-13&quot;:4.9},{&quot;2026-08-14&quot;:4.88},{&quot;2026-08-15&quot;:4.88},{&quot;2026-08-16&quot;:4.88},{&quot;2026-08-17&quot;:4.88},{&quot;2026-08-18&quot;:4.88},{&quot;2026-08-19&quot;:4.88},{&quot;2026-08-20&quot;:4.88},{&quot;2026-08-21&quot;:4.88},{&quot;2026-08-22&quot;:4.88},{&quot;2026-08-23&quot;:4.72},{&quot;2026-08-24&quot;:4.78},{&quot;2026-08-25&quot;:4.78},{&quot;2026-08-26&quot;:4.78},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:4.78},{&quot;2026-08-29&quot;:4.78},{&quot;2026-08-30&quot;:4.75},{&quot;2026-08-31&quot;:4.71},{&quot;2026-09-01&quot;:4.71},{&quot;2026-09-02&quot;:4.76},{&quot;2026-09-03&quot;:4.76},{&quot;2026-09-04&quot;:4.7},{&quot;2026-09-05&quot;:4.7},{&quot;2026-09-06&quot;:4.7},{&quot;2026-09-07&quot;:4.74},{&quot;2026-09-08&quot;:4.74},{&quot;2026-09-09&quot;:4.71},{&quot;2026-09-10&quot;:4.71},{&quot;2026-09-11&quot;:4.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="94900"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Mizzix&#39;s Mastery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8a139398-4d42-4715-8a5a-c446bf665a2e.jpg?1783906381" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mizzix&#39;s Mastery" src="https://cards.scryfall.io/large/front/8/a/8a139398-4d42-4715-8a5a-c446bf665a2e.jpg?1783906381" />
    </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">
                $4.71
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:10.0},{&quot;2026-06-10&quot;:10.14},{&quot;2026-06-11&quot;:10.14},{&quot;2026-06-12&quot;:10.12},{&quot;2026-06-13&quot;:10.12},{&quot;2026-06-14&quot;:10.04},{&quot;2026-06-15&quot;:10.04},{&quot;2026-06-16&quot;:10.15},{&quot;2026-06-17&quot;:10.26},{&quot;2026-06-18&quot;:10.27},{&quot;2026-06-19&quot;:10.26},{&quot;2026-06-20&quot;:10.3},{&quot;2026-06-21&quot;:10.33},{&quot;2026-06-22&quot;:10.33},{&quot;2026-06-24&quot;:10.47},{&quot;2026-06-25&quot;:10.47},{&quot;2026-06-26&quot;:10.75},{&quot;2026-06-27&quot;:10.75},{&quot;2026-06-28&quot;:10.81},{&quot;2026-06-29&quot;:10.85},{&quot;2026-06-30&quot;:10.84},{&quot;2026-07-01&quot;:10.82},{&quot;2026-07-02&quot;:10.82},{&quot;2026-07-03&quot;:10.82},{&quot;2026-07-04&quot;:10.86},{&quot;2026-07-05&quot;:10.86},{&quot;2026-07-06&quot;:10.86},{&quot;2026-07-07&quot;:10.86},{&quot;2026-07-08&quot;:10.92},{&quot;2026-07-09&quot;:10.92},{&quot;2026-07-10&quot;:10.92},{&quot;2026-07-11&quot;:10.97},{&quot;2026-07-12&quot;:10.97},{&quot;2026-07-13&quot;:10.98},{&quot;2026-07-14&quot;:10.99},{&quot;2026-07-15&quot;:11.11},{&quot;2026-07-16&quot;:11.12},{&quot;2026-07-17&quot;:11.12},{&quot;2026-07-18&quot;:11.15},{&quot;2026-07-19&quot;:11.8},{&quot;2026-07-20&quot;:11.8},{&quot;2026-07-21&quot;:11.8},{&quot;2026-07-23&quot;:11.8},{&quot;2026-07-25&quot;:11.89},{&quot;2026-07-26&quot;:11.89},{&quot;2026-07-27&quot;:12.14},{&quot;2026-07-29&quot;:12.35},{&quot;2026-07-30&quot;:12.35},{&quot;2026-07-31&quot;:12.49},{&quot;2026-08-01&quot;:12.49},{&quot;2026-08-02&quot;:12.6},{&quot;2026-08-03&quot;:12.54},{&quot;2026-08-04&quot;:12.78},{&quot;2026-08-05&quot;:12.78},{&quot;2026-08-07&quot;:12.98},{&quot;2026-08-08&quot;:12.99},{&quot;2026-08-09&quot;:12.99},{&quot;2026-08-10&quot;:12.99},{&quot;2026-08-11&quot;:12.99},{&quot;2026-08-12&quot;:13.36},{&quot;2026-08-13&quot;:13.36},{&quot;2026-08-14&quot;:13.36},{&quot;2026-08-15&quot;:13.36},{&quot;2026-08-16&quot;:13.36},{&quot;2026-08-17&quot;:13.36},{&quot;2026-08-18&quot;:13.85},{&quot;2026-08-19&quot;:13.85},{&quot;2026-08-20&quot;:13.85},{&quot;2026-08-21&quot;:13.85},{&quot;2026-08-22&quot;:14.11},{&quot;2026-08-23&quot;:14.11},{&quot;2026-08-24&quot;:14.11},{&quot;2026-08-25&quot;:14.11},{&quot;2026-08-26&quot;:14.25},{&quot;2026-08-27&quot;:14.25},{&quot;2026-08-28&quot;:14.5},{&quot;2026-08-29&quot;:14.5},{&quot;2026-08-30&quot;:14.21},{&quot;2026-08-31&quot;:14.44},{&quot;2026-09-01&quot;:14.44},{&quot;2026-09-02&quot;:14.45},{&quot;2026-09-03&quot;:14.45},{&quot;2026-09-04&quot;:14.55},{&quot;2026-09-05&quot;:14.57},{&quot;2026-09-06&quot;:14.57},{&quot;2026-09-07&quot;:14.57},{&quot;2026-09-08&quot;:14.57},{&quot;2026-09-09&quot;:14.57},{&quot;2026-09-10&quot;:14.57},{&quot;2026-09-11&quot;:14.57}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.29},{&quot;2026-06-10&quot;:5.55},{&quot;2026-06-11&quot;:5.23},{&quot;2026-06-12&quot;:5.53},{&quot;2026-06-13&quot;:5.26},{&quot;2026-06-14&quot;:5.26},{&quot;2026-06-15&quot;:5.48},{&quot;2026-06-16&quot;:5.59},{&quot;2026-06-17&quot;:5.58},{&quot;2026-06-18&quot;:5.6},{&quot;2026-06-19&quot;:5.77},{&quot;2026-06-20&quot;:5.88},{&quot;2026-06-21&quot;:5.48},{&quot;2026-06-22&quot;:5.65},{&quot;2026-06-24&quot;:5.64},{&quot;2026-06-25&quot;:5.07},{&quot;2026-06-26&quot;:5.1},{&quot;2026-06-27&quot;:4.84},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:4.9},{&quot;2026-06-30&quot;:4.56},{&quot;2026-07-01&quot;:4.47},{&quot;2026-07-02&quot;:4.55},{&quot;2026-07-03&quot;:4.63},{&quot;2026-07-04&quot;:4.53},{&quot;2026-07-05&quot;:5.0},{&quot;2026-07-06&quot;:4.87},{&quot;2026-07-07&quot;:4.9},{&quot;2026-07-08&quot;:4.9},{&quot;2026-07-09&quot;:4.65},{&quot;2026-07-10&quot;:4.93},{&quot;2026-07-11&quot;:4.48},{&quot;2026-07-12&quot;:4.06},{&quot;2026-07-13&quot;:4.03},{&quot;2026-07-14&quot;:4.03},{&quot;2026-07-15&quot;:4.09},{&quot;2026-07-16&quot;:4.23},{&quot;2026-07-17&quot;:4.68},{&quot;2026-07-18&quot;:4.64},{&quot;2026-07-19&quot;:4.91},{&quot;2026-07-20&quot;:5.24},{&quot;2026-07-21&quot;:5.37},{&quot;2026-07-23&quot;:4.74},{&quot;2026-07-25&quot;:5.06},{&quot;2026-07-26&quot;:5.08},{&quot;2026-07-27&quot;:5.03},{&quot;2026-07-29&quot;:5.4},{&quot;2026-07-30&quot;:5.03},{&quot;2026-07-31&quot;:4.78},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:4.82},{&quot;2026-08-03&quot;:4.83},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.46},{&quot;2026-08-07&quot;:4.79},{&quot;2026-08-08&quot;:4.94},{&quot;2026-08-09&quot;:5.16},{&quot;2026-08-10&quot;:5.22},{&quot;2026-08-11&quot;:5.37},{&quot;2026-08-12&quot;:5.55},{&quot;2026-08-13&quot;:5.55},{&quot;2026-08-14&quot;:5.25},{&quot;2026-08-15&quot;:4.88},{&quot;2026-08-16&quot;:4.35},{&quot;2026-08-17&quot;:4.36},{&quot;2026-08-18&quot;:4.86},{&quot;2026-08-19&quot;:4.93},{&quot;2026-08-20&quot;:4.93},{&quot;2026-08-21&quot;:5.14},{&quot;2026-08-22&quot;:5.2},{&quot;2026-08-23&quot;:5.19},{&quot;2026-08-24&quot;:5.4},{&quot;2026-08-25&quot;:5.4},{&quot;2026-08-26&quot;:5.28},{&quot;2026-08-27&quot;:5.22},{&quot;2026-08-28&quot;:5.21},{&quot;2026-08-29&quot;:5.21},{&quot;2026-08-30&quot;:5.04},{&quot;2026-08-31&quot;:5.28},{&quot;2026-09-01&quot;:5.28},{&quot;2026-09-02&quot;:4.87},{&quot;2026-09-03&quot;:4.51},{&quot;2026-09-04&quot;:4.43},{&quot;2026-09-05&quot;:4.52},{&quot;2026-09-06&quot;:4.76},{&quot;2026-09-07&quot;:4.92},{&quot;2026-09-08&quot;:4.82},{&quot;2026-09-09&quot;:4.73},{&quot;2026-09-10&quot;:4.9},{&quot;2026-09-11&quot;:4.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="109064"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Kami of Whispered Hopes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0be4e5f6-a1fc-4a91-aafe-f963878cd1b3.jpg?1782683176" />

        <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">
            Kami of Whispered Hopes
        </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 — Spirit</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kami of Whispered Hopes" src="https://cards.scryfall.io/large/front/0/b/0be4e5f6-a1fc-4a91-aafe-f963878cd1b3.jpg?1782683176" />
    </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">
                $4.71
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $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-13&quot;:2.52},{&quot;2026-06-14&quot;:2.49},{&quot;2026-06-15&quot;:2.5},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.54},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.44},{&quot;2026-06-21&quot;:2.46},{&quot;2026-06-22&quot;:2.5},{&quot;2026-06-23&quot;:2.6},{&quot;2026-06-24&quot;:2.57},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.68},{&quot;2026-06-27&quot;:2.6},{&quot;2026-06-28&quot;:2.56},{&quot;2026-06-29&quot;:2.56},{&quot;2026-06-30&quot;:2.58},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.59},{&quot;2026-07-03&quot;:2.56},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.46},{&quot;2026-07-06&quot;:2.48},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.47},{&quot;2026-07-09&quot;:2.48},{&quot;2026-07-10&quot;:2.43},{&quot;2026-07-11&quot;:2.43},{&quot;2026-07-12&quot;:2.46},{&quot;2026-07-13&quot;:2.5},{&quot;2026-07-14&quot;:2.53},{&quot;2026-07-15&quot;:2.54},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.54},{&quot;2026-07-18&quot;:2.6},{&quot;2026-07-19&quot;:2.59},{&quot;2026-07-20&quot;:2.61},{&quot;2026-07-21&quot;:2.64},{&quot;2026-07-22&quot;:2.65},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-24&quot;:2.73},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-28&quot;:2.87},{&quot;2026-07-29&quot;:2.86},{&quot;2026-07-30&quot;:2.91},{&quot;2026-07-31&quot;:2.95},{&quot;2026-08-01&quot;:3.0},{&quot;2026-08-02&quot;:3.06},{&quot;2026-08-03&quot;:3.07},{&quot;2026-08-04&quot;:3.0},{&quot;2026-08-05&quot;:3.01},{&quot;2026-08-07&quot;:3.94},{&quot;2026-08-08&quot;:3.95},{&quot;2026-08-09&quot;:3.93},{&quot;2026-08-10&quot;:4.05},{&quot;2026-08-11&quot;:4.0},{&quot;2026-08-12&quot;:3.87},{&quot;2026-08-13&quot;:4.03},{&quot;2026-08-14&quot;:4.14},{&quot;2026-08-15&quot;:4.08},{&quot;2026-08-16&quot;:3.84},{&quot;2026-08-17&quot;:3.24},{&quot;2026-08-18&quot;:3.05},{&quot;2026-08-19&quot;:3.13},{&quot;2026-08-20&quot;:3.22},{&quot;2026-08-21&quot;:3.48},{&quot;2026-08-22&quot;:3.62},{&quot;2026-08-23&quot;:3.8},{&quot;2026-08-24&quot;:3.63},{&quot;2026-08-25&quot;:3.68},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.91},{&quot;2026-08-28&quot;:4.09},{&quot;2026-08-29&quot;:4.09},{&quot;2026-08-30&quot;:4.06},{&quot;2026-08-31&quot;:3.81},{&quot;2026-09-01&quot;:3.8},{&quot;2026-09-02&quot;:3.95},{&quot;2026-09-03&quot;:3.97},{&quot;2026-09-04&quot;:4.05},{&quot;2026-09-05&quot;:4.15},{&quot;2026-09-06&quot;:4.19},{&quot;2026-09-07&quot;:4.24},{&quot;2026-09-08&quot;:4.4},{&quot;2026-09-09&quot;:4.64},{&quot;2026-09-10&quot;:4.71},{&quot;2026-09-11&quot;:4.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="24316"
  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">
            Ghost Vacuum
        </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">
              ↓
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.69
          </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="Ghost Vacuum" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8ac39c01-127f-4471-bc74-11a90c48e306.jpg?1783909433" />

        <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">
            Ghost Vacuum
        </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-1'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ghost Vacuum" src="https://cards.scryfall.io/large/front/8/a/8ac39c01-127f-4471-bc74-11a90c48e306.jpg?1783909433" />
    </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">
                $4.69
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.22},{&quot;2026-06-11&quot;:4.18},{&quot;2026-06-12&quot;:4.18},{&quot;2026-06-13&quot;:4.18},{&quot;2026-06-14&quot;:4.23},{&quot;2026-06-15&quot;:4.3},{&quot;2026-06-16&quot;:4.31},{&quot;2026-06-17&quot;:4.34},{&quot;2026-06-18&quot;:4.31},{&quot;2026-06-19&quot;:4.31},{&quot;2026-06-20&quot;:4.21},{&quot;2026-06-21&quot;:4.21},{&quot;2026-06-22&quot;:4.21},{&quot;2026-06-23&quot;:4.21},{&quot;2026-06-24&quot;:4.26},{&quot;2026-06-25&quot;:4.26},{&quot;2026-06-26&quot;:4.26},{&quot;2026-06-27&quot;:4.18},{&quot;2026-06-28&quot;:4.18},{&quot;2026-06-29&quot;:4.18},{&quot;2026-06-30&quot;:4.18},{&quot;2026-07-01&quot;:4.21},{&quot;2026-07-02&quot;:4.21},{&quot;2026-07-03&quot;:4.32},{&quot;2026-07-04&quot;:4.32},{&quot;2026-07-05&quot;:4.32},{&quot;2026-07-06&quot;:4.32},{&quot;2026-07-07&quot;:4.34},{&quot;2026-07-08&quot;:4.48},{&quot;2026-07-09&quot;:4.66},{&quot;2026-07-10&quot;:4.66},{&quot;2026-07-11&quot;:4.66},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.76},{&quot;2026-07-14&quot;:5.02},{&quot;2026-07-15&quot;:5.02},{&quot;2026-07-16&quot;:5.02},{&quot;2026-07-17&quot;:5.08},{&quot;2026-07-18&quot;:5.23},{&quot;2026-07-19&quot;:5.23},{&quot;2026-07-20&quot;:5.23},{&quot;2026-07-21&quot;:5.27},{&quot;2026-07-23&quot;:5.74},{&quot;2026-07-25&quot;:5.74},{&quot;2026-07-26&quot;:5.74},{&quot;2026-07-27&quot;:5.96},{&quot;2026-07-29&quot;:5.96},{&quot;2026-07-30&quot;:5.96},{&quot;2026-07-31&quot;:5.84},{&quot;2026-08-01&quot;:5.84},{&quot;2026-08-02&quot;:6.02},{&quot;2026-08-03&quot;:6.02},{&quot;2026-08-04&quot;:5.96},{&quot;2026-08-05&quot;:6.2},{&quot;2026-08-07&quot;:6.42},{&quot;2026-08-08&quot;:6.35},{&quot;2026-08-09&quot;:6.35},{&quot;2026-08-10&quot;:6.35},{&quot;2026-08-11&quot;:6.28},{&quot;2026-08-12&quot;:6.47},{&quot;2026-08-13&quot;:6.47},{&quot;2026-08-14&quot;:6.42},{&quot;2026-08-15&quot;:6.2},{&quot;2026-08-16&quot;:6.2},{&quot;2026-08-17&quot;:6.2},{&quot;2026-08-18&quot;:6.2},{&quot;2026-08-19&quot;:6.2},{&quot;2026-08-20&quot;:6.2},{&quot;2026-08-21&quot;:5.8},{&quot;2026-08-22&quot;:5.78},{&quot;2026-08-23&quot;:5.76},{&quot;2026-08-24&quot;:5.99},{&quot;2026-08-25&quot;:5.99},{&quot;2026-08-26&quot;:6.06},{&quot;2026-08-27&quot;:6.06},{&quot;2026-08-28&quot;:6.03},{&quot;2026-08-29&quot;:6.03},{&quot;2026-08-30&quot;:5.5},{&quot;2026-08-31&quot;:5.49},{&quot;2026-09-01&quot;:5.49},{&quot;2026-09-02&quot;:5.28},{&quot;2026-09-03&quot;:5.28},{&quot;2026-09-04&quot;:5.28},{&quot;2026-09-05&quot;:5.28},{&quot;2026-09-06&quot;:5.2},{&quot;2026-09-07&quot;:5.13},{&quot;2026-09-08&quot;:5.19},{&quot;2026-09-09&quot;:5.4},{&quot;2026-09-10&quot;:5.4},{&quot;2026-09-11&quot;:5.38}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.86},{&quot;2026-06-11&quot;:4.75},{&quot;2026-06-12&quot;:4.75},{&quot;2026-06-13&quot;:4.64},{&quot;2026-06-14&quot;:4.45},{&quot;2026-06-15&quot;:4.35},{&quot;2026-06-16&quot;:4.42},{&quot;2026-06-17&quot;:4.73},{&quot;2026-06-18&quot;:4.73},{&quot;2026-06-19&quot;:4.63},{&quot;2026-06-20&quot;:4.62},{&quot;2026-06-21&quot;:4.71},{&quot;2026-06-22&quot;:4.58},{&quot;2026-06-23&quot;:4.62},{&quot;2026-06-24&quot;:4.3},{&quot;2026-06-25&quot;:4.2},{&quot;2026-06-26&quot;:4.1},{&quot;2026-06-27&quot;:4.05},{&quot;2026-06-28&quot;:4.22},{&quot;2026-06-29&quot;:4.49},{&quot;2026-06-30&quot;:4.55},{&quot;2026-07-01&quot;:4.66},{&quot;2026-07-02&quot;:4.43},{&quot;2026-07-03&quot;:4.33},{&quot;2026-07-04&quot;:4.18},{&quot;2026-07-05&quot;:4.16},{&quot;2026-07-06&quot;:4.29},{&quot;2026-07-07&quot;:4.31},{&quot;2026-07-08&quot;:4.38},{&quot;2026-07-09&quot;:4.31},{&quot;2026-07-10&quot;:4.26},{&quot;2026-07-11&quot;:4.32},{&quot;2026-07-12&quot;:4.31},{&quot;2026-07-13&quot;:4.25},{&quot;2026-07-14&quot;:4.11},{&quot;2026-07-15&quot;:4.09},{&quot;2026-07-16&quot;:3.9},{&quot;2026-07-17&quot;:3.71},{&quot;2026-07-18&quot;:3.7},{&quot;2026-07-19&quot;:3.66},{&quot;2026-07-20&quot;:3.93},{&quot;2026-07-21&quot;:3.86},{&quot;2026-07-23&quot;:4.09},{&quot;2026-07-25&quot;:3.8},{&quot;2026-07-26&quot;:3.86},{&quot;2026-07-27&quot;:3.58},{&quot;2026-07-29&quot;:3.8},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:4.16},{&quot;2026-08-01&quot;:4.28},{&quot;2026-08-02&quot;:4.33},{&quot;2026-08-03&quot;:4.13},{&quot;2026-08-04&quot;:4.23},{&quot;2026-08-05&quot;:4.14},{&quot;2026-08-07&quot;:3.77},{&quot;2026-08-08&quot;:3.69},{&quot;2026-08-09&quot;:3.74},{&quot;2026-08-10&quot;:4.28},{&quot;2026-08-11&quot;:5.17},{&quot;2026-08-12&quot;:5.21},{&quot;2026-08-13&quot;:5.26},{&quot;2026-08-14&quot;:4.61},{&quot;2026-08-15&quot;:4.77},{&quot;2026-08-16&quot;:4.73},{&quot;2026-08-17&quot;:5.07},{&quot;2026-08-18&quot;:5.25},{&quot;2026-08-19&quot;:5.18},{&quot;2026-08-20&quot;:5.18},{&quot;2026-08-21&quot;:4.88},{&quot;2026-08-22&quot;:5.0},{&quot;2026-08-23&quot;:4.98},{&quot;2026-08-24&quot;:5.69},{&quot;2026-08-25&quot;:5.69},{&quot;2026-08-26&quot;:6.66},{&quot;2026-08-27&quot;:6.43},{&quot;2026-08-28&quot;:5.47},{&quot;2026-08-29&quot;:5.47},{&quot;2026-08-30&quot;:4.91},{&quot;2026-08-31&quot;:4.37},{&quot;2026-09-01&quot;:4.37},{&quot;2026-09-02&quot;:4.74},{&quot;2026-09-03&quot;:4.93},{&quot;2026-09-04&quot;:4.99},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:5.25},{&quot;2026-09-07&quot;:5.2},{&quot;2026-09-08&quot;:5.09},{&quot;2026-09-09&quot;:5.24},{&quot;2026-09-10&quot;:5.17},{&quot;2026-09-11&quot;:4.69}]}"
        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="41987"
  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">
            Plains
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Plains" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/ca8fb179-7e81-4b20-8b81-ea1aa97afe58.jpg?1783923808" />

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/c/a/ca8fb179-7e81-4b20-8b81-ea1aa97afe58.jpg?1783923808" />
    </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">
            3
          </span>
        </div>

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.78
              </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">
                $4.69
              </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">$2.25</span>
              <span class="text-xs text-grey-text">Credit: $2.93</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">$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-12&quot;:4.46},{&quot;2026-06-13&quot;:4.51},{&quot;2026-06-14&quot;:4.5},{&quot;2026-06-15&quot;:4.5},{&quot;2026-06-16&quot;:4.4},{&quot;2026-06-17&quot;:4.4},{&quot;2026-06-18&quot;:4.4},{&quot;2026-06-19&quot;:4.26},{&quot;2026-06-20&quot;:4.26},{&quot;2026-06-21&quot;:4.26},{&quot;2026-06-22&quot;:4.26},{&quot;2026-06-23&quot;:4.26},{&quot;2026-06-24&quot;:4.22},{&quot;2026-06-25&quot;:4.2},{&quot;2026-06-26&quot;:4.07},{&quot;2026-06-27&quot;:4.12},{&quot;2026-06-28&quot;:4.27},{&quot;2026-06-29&quot;:4.27},{&quot;2026-06-30&quot;:4.34},{&quot;2026-07-01&quot;:4.25},{&quot;2026-07-02&quot;:4.37},{&quot;2026-07-03&quot;:4.45},{&quot;2026-07-04&quot;:4.5},{&quot;2026-07-05&quot;:4.5},{&quot;2026-07-06&quot;:4.54},{&quot;2026-07-07&quot;:4.54},{&quot;2026-07-08&quot;:4.51},{&quot;2026-07-09&quot;:4.51},{&quot;2026-07-10&quot;:4.77},{&quot;2026-07-11&quot;:4.75},{&quot;2026-07-12&quot;:4.74},{&quot;2026-07-13&quot;:4.75},{&quot;2026-07-14&quot;:4.74},{&quot;2026-07-15&quot;:4.78},{&quot;2026-07-16&quot;:4.92},{&quot;2026-07-17&quot;:4.63},{&quot;2026-07-18&quot;:4.55},{&quot;2026-07-19&quot;:4.55},{&quot;2026-07-20&quot;:4.44},{&quot;2026-07-21&quot;:4.44},{&quot;2026-07-23&quot;:4.49},{&quot;2026-07-24&quot;:4.51},{&quot;2026-07-25&quot;:4.49},{&quot;2026-07-26&quot;:4.49},{&quot;2026-07-27&quot;:4.49},{&quot;2026-07-28&quot;:4.39},{&quot;2026-07-29&quot;:4.36},{&quot;2026-07-30&quot;:4.52},{&quot;2026-07-31&quot;:4.32},{&quot;2026-08-01&quot;:4.32},{&quot;2026-08-02&quot;:4.36},{&quot;2026-08-03&quot;:4.36},{&quot;2026-08-04&quot;:4.48},{&quot;2026-08-05&quot;:4.48},{&quot;2026-08-07&quot;:4.44},{&quot;2026-08-08&quot;:4.44},{&quot;2026-08-09&quot;:4.52},{&quot;2026-08-10&quot;:4.55},{&quot;2026-08-11&quot;:4.55},{&quot;2026-08-12&quot;:4.6},{&quot;2026-08-13&quot;:4.67},{&quot;2026-08-14&quot;:4.62},{&quot;2026-08-15&quot;:4.74},{&quot;2026-08-16&quot;:4.8},{&quot;2026-08-17&quot;:4.85},{&quot;2026-08-18&quot;:4.95},{&quot;2026-08-19&quot;:4.95},{&quot;2026-08-20&quot;:4.95},{&quot;2026-08-21&quot;:4.97},{&quot;2026-08-22&quot;:5.0},{&quot;2026-08-23&quot;:4.98},{&quot;2026-08-24&quot;:5.03},{&quot;2026-08-25&quot;:4.99},{&quot;2026-08-26&quot;:5.0},{&quot;2026-08-27&quot;:5.01},{&quot;2026-08-28&quot;:5.01},{&quot;2026-08-29&quot;:5.01},{&quot;2026-08-30&quot;:5.0},{&quot;2026-08-31&quot;:4.99},{&quot;2026-09-01&quot;:4.96},{&quot;2026-09-02&quot;:4.99},{&quot;2026-09-03&quot;:4.93},{&quot;2026-09-04&quot;:4.93},{&quot;2026-09-05&quot;:4.87},{&quot;2026-09-06&quot;:4.87},{&quot;2026-09-07&quot;:4.7},{&quot;2026-09-08&quot;:4.73},{&quot;2026-09-09&quot;:4.73},{&quot;2026-09-10&quot;:4.69},{&quot;2026-09-11&quot;:4.69}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.18},{&quot;2026-06-13&quot;:3.21},{&quot;2026-06-14&quot;:3.28},{&quot;2026-06-15&quot;:3.41},{&quot;2026-06-16&quot;:3.39},{&quot;2026-06-17&quot;:3.37},{&quot;2026-06-18&quot;:3.4},{&quot;2026-06-19&quot;:3.4},{&quot;2026-06-20&quot;:3.37},{&quot;2026-06-21&quot;:3.37},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.62},{&quot;2026-06-24&quot;:3.66},{&quot;2026-06-25&quot;:3.64},{&quot;2026-06-26&quot;:3.56},{&quot;2026-06-27&quot;:3.56},{&quot;2026-06-28&quot;:3.39},{&quot;2026-06-29&quot;:3.36},{&quot;2026-06-30&quot;:3.46},{&quot;2026-07-01&quot;:3.37},{&quot;2026-07-02&quot;:3.23},{&quot;2026-07-03&quot;:3.21},{&quot;2026-07-04&quot;:3.05},{&quot;2026-07-05&quot;:2.98},{&quot;2026-07-06&quot;:3.0},{&quot;2026-07-07&quot;:3.11},{&quot;2026-07-08&quot;:3.05},{&quot;2026-07-09&quot;:2.97},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:2.94},{&quot;2026-07-12&quot;:2.94},{&quot;2026-07-13&quot;:2.89},{&quot;2026-07-14&quot;:2.83},{&quot;2026-07-15&quot;:2.83},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:3.13},{&quot;2026-07-18&quot;:3.18},{&quot;2026-07-19&quot;:3.22},{&quot;2026-07-20&quot;:3.29},{&quot;2026-07-21&quot;:3.27},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-24&quot;:3.03},{&quot;2026-07-25&quot;:3.17},{&quot;2026-07-26&quot;:3.2},{&quot;2026-07-27&quot;:3.2},{&quot;2026-07-28&quot;:3.07},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.3},{&quot;2026-07-31&quot;:3.43},{&quot;2026-08-01&quot;:3.47},{&quot;2026-08-02&quot;:3.51},{&quot;2026-08-03&quot;:3.66},{&quot;2026-08-04&quot;:3.66},{&quot;2026-08-05&quot;:3.56},{&quot;2026-08-07&quot;:3.53},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.27},{&quot;2026-08-11&quot;:3.11},{&quot;2026-08-12&quot;:3.11},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:3.12},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:3.07},{&quot;2026-08-17&quot;:2.95},{&quot;2026-08-18&quot;:2.91},{&quot;2026-08-19&quot;:2.91},{&quot;2026-08-20&quot;:2.91},{&quot;2026-08-21&quot;:2.91},{&quot;2026-08-22&quot;:2.86},{&quot;2026-08-23&quot;:2.9},{&quot;2026-08-24&quot;:2.88},{&quot;2026-08-25&quot;:2.93},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.86},{&quot;2026-08-28&quot;:2.87},{&quot;2026-08-29&quot;:2.87},{&quot;2026-08-30&quot;:2.84},{&quot;2026-08-31&quot;:2.87},{&quot;2026-09-01&quot;:2.87},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:2.81},{&quot;2026-09-04&quot;:2.84},{&quot;2026-09-05&quot;:2.75},{&quot;2026-09-06&quot;:2.79},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.74},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.71},{&quot;2026-09-11&quot;:2.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="51533"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-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">
            Goreclaw, Terror of Qal Sisma
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $4.69
          </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="Goreclaw, Terror of Qal Sisma" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a5f3fddf-a82e-4297-8ee5-458981700d9e.jpg?1783916869" />

        <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">
            Goreclaw, Terror of Qal Sisma
        </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 — Bear</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Goreclaw, Terror of Qal Sisma" src="https://cards.scryfall.io/large/front/a/5/a5f3fddf-a82e-4297-8ee5-458981700d9e.jpg?1783916869" />
    </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">
                $4.69
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  45%
                </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.07
              </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">$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;2026-06-13&quot;:2.27},{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.27},{&quot;2026-06-16&quot;:2.28},{&quot;2026-06-17&quot;:2.28},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.35},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.35},{&quot;2026-06-22&quot;:2.35},{&quot;2026-06-23&quot;:2.32},{&quot;2026-06-24&quot;:2.32},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.28},{&quot;2026-06-27&quot;:2.28},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.33},{&quot;2026-06-30&quot;:2.33},{&quot;2026-07-01&quot;:2.33},{&quot;2026-07-02&quot;:2.34},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.29},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.29},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.2},{&quot;2026-07-12&quot;:2.2},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.12},{&quot;2026-07-19&quot;:2.12},{&quot;2026-07-20&quot;:2.19},{&quot;2026-07-21&quot;:2.21},{&quot;2026-07-22&quot;:2.18},{&quot;2026-07-23&quot;:2.18},{&quot;2026-07-24&quot;:2.18},{&quot;2026-07-25&quot;:2.18},{&quot;2026-07-26&quot;:2.18},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.47},{&quot;2026-07-29&quot;:2.66},{&quot;2026-07-30&quot;:2.83},{&quot;2026-07-31&quot;:2.84},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.84},{&quot;2026-08-03&quot;:3.06},{&quot;2026-08-04&quot;:3.06},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-07&quot;:3.06},{&quot;2026-08-08&quot;:3.06},{&quot;2026-08-09&quot;:3.34},{&quot;2026-08-10&quot;:3.7},{&quot;2026-08-11&quot;:3.74},{&quot;2026-08-12&quot;:3.84},{&quot;2026-08-13&quot;:3.84},{&quot;2026-08-14&quot;:3.73},{&quot;2026-08-15&quot;:3.69},{&quot;2026-08-16&quot;:3.71},{&quot;2026-08-17&quot;:3.71},{&quot;2026-08-18&quot;:3.6},{&quot;2026-08-19&quot;:3.6},{&quot;2026-08-20&quot;:3.47},{&quot;2026-08-21&quot;:3.49},{&quot;2026-08-22&quot;:3.48},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.4},{&quot;2026-08-25&quot;:3.4},{&quot;2026-08-26&quot;:3.51},{&quot;2026-08-27&quot;:3.67},{&quot;2026-08-28&quot;:3.65},{&quot;2026-08-29&quot;:3.65},{&quot;2026-08-30&quot;:3.17},{&quot;2026-08-31&quot;:3.22},{&quot;2026-09-01&quot;:3.08},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:3.19},{&quot;2026-09-05&quot;:3.19},{&quot;2026-09-06&quot;:3.16},{&quot;2026-09-07&quot;:3.14},{&quot;2026-09-08&quot;:3.19},{&quot;2026-09-09&quot;:3.14},{&quot;2026-09-10&quot;:3.14},{&quot;2026-09-11&quot;:3.07}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.8},{&quot;2026-06-14&quot;:1.74},{&quot;2026-06-15&quot;:1.72},{&quot;2026-06-16&quot;:1.63},{&quot;2026-06-17&quot;:1.68},{&quot;2026-06-18&quot;:1.74},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.8},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.66},{&quot;2026-06-26&quot;:1.62},{&quot;2026-06-27&quot;:1.54},{&quot;2026-06-28&quot;:1.56},{&quot;2026-06-29&quot;:1.5},{&quot;2026-06-30&quot;:1.58},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.57},{&quot;2026-07-05&quot;:1.49},{&quot;2026-07-06&quot;:1.53},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.71},{&quot;2026-07-10&quot;:1.72},{&quot;2026-07-11&quot;:1.72},{&quot;2026-07-12&quot;:1.64},{&quot;2026-07-13&quot;:1.63},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.81},{&quot;2026-07-16&quot;:1.83},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.84},{&quot;2026-07-19&quot;:1.86},{&quot;2026-07-20&quot;:1.78},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-22&quot;:1.87},{&quot;2026-07-23&quot;:1.8},{&quot;2026-07-24&quot;:1.96},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:1.87},{&quot;2026-07-27&quot;:1.93},{&quot;2026-07-28&quot;:1.93},{&quot;2026-07-29&quot;:2.12},{&quot;2026-07-30&quot;:2.12},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:2.1},{&quot;2026-08-03&quot;:2.09},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.26},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.27},{&quot;2026-08-11&quot;:2.02},{&quot;2026-08-12&quot;:1.98},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:2.58},{&quot;2026-08-15&quot;:2.83},{&quot;2026-08-16&quot;:3.31},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.89},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.62},{&quot;2026-08-23&quot;:2.61},{&quot;2026-08-24&quot;:2.6},{&quot;2026-08-25&quot;:2.52},{&quot;2026-08-26&quot;:2.6},{&quot;2026-08-27&quot;:2.54},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.57},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.92},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.26},{&quot;2026-09-05&quot;:3.24},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:4.08},{&quot;2026-09-08&quot;:4.41},{&quot;2026-09-09&quot;:4.45},{&quot;2026-09-10&quot;:4.6},{&quot;2026-09-11&quot;:4.69}]}"
        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="108896"
  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">
            Turbulent Springs
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $4.69
          </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="Turbulent Springs" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a25cb813-aa6d-469c-aa29-61ffa32267f2.jpg?1782683342" />

        <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">
            Turbulent 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 — Island Mountain</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Turbulent Springs" src="https://cards.scryfall.io/large/front/a/2/a25cb813-aa6d-469c-aa29-61ffa32267f2.jpg?1782683342" />
    </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">
                $4.69
              </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">
                $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">$4.20</span>
              <span class="text-xs text-grey-text">Credit: $5.46</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.95},{&quot;2026-06-12&quot;:4.99},{&quot;2026-06-13&quot;:4.93},{&quot;2026-06-14&quot;:4.64},{&quot;2026-06-15&quot;:4.58},{&quot;2026-06-16&quot;:4.68},{&quot;2026-06-17&quot;:4.48},{&quot;2026-06-18&quot;:4.59},{&quot;2026-06-19&quot;:4.58},{&quot;2026-06-20&quot;:4.59},{&quot;2026-06-21&quot;:4.41},{&quot;2026-06-22&quot;:4.27},{&quot;2026-06-23&quot;:4.36},{&quot;2026-06-24&quot;:4.4},{&quot;2026-06-25&quot;:4.44},{&quot;2026-06-26&quot;:4.5},{&quot;2026-06-27&quot;:4.46},{&quot;2026-06-28&quot;:4.44},{&quot;2026-06-29&quot;:4.41},{&quot;2026-06-30&quot;:4.55},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.41},{&quot;2026-07-03&quot;:4.46},{&quot;2026-07-04&quot;:4.59},{&quot;2026-07-05&quot;:4.71},{&quot;2026-07-06&quot;:4.93},{&quot;2026-07-07&quot;:4.94},{&quot;2026-07-08&quot;:4.96},{&quot;2026-07-09&quot;:4.92},{&quot;2026-07-10&quot;:5.24},{&quot;2026-07-11&quot;:5.34},{&quot;2026-07-12&quot;:5.15},{&quot;2026-07-13&quot;:5.07},{&quot;2026-07-14&quot;:5.0},{&quot;2026-07-15&quot;:4.88},{&quot;2026-07-16&quot;:4.87},{&quot;2026-07-17&quot;:4.93},{&quot;2026-07-18&quot;:4.92},{&quot;2026-07-19&quot;:4.93},{&quot;2026-07-20&quot;:4.4},{&quot;2026-07-21&quot;:4.27},{&quot;2026-07-23&quot;:4.33},{&quot;2026-07-25&quot;:4.4},{&quot;2026-07-26&quot;:4.35},{&quot;2026-07-27&quot;:4.59},{&quot;2026-07-28&quot;:4.76},{&quot;2026-07-29&quot;:4.97},{&quot;2026-07-30&quot;:4.94},{&quot;2026-07-31&quot;:5.26},{&quot;2026-08-01&quot;:5.34},{&quot;2026-08-02&quot;:5.43},{&quot;2026-08-03&quot;:5.52},{&quot;2026-08-04&quot;:5.65},{&quot;2026-08-05&quot;:5.59},{&quot;2026-08-07&quot;:5.54},{&quot;2026-08-08&quot;:5.28},{&quot;2026-08-09&quot;:5.37},{&quot;2026-08-10&quot;:5.36},{&quot;2026-08-11&quot;:5.45},{&quot;2026-08-12&quot;:5.47},{&quot;2026-08-13&quot;:5.42},{&quot;2026-08-14&quot;:5.35},{&quot;2026-08-15&quot;:5.09},{&quot;2026-08-16&quot;:5.07},{&quot;2026-08-17&quot;:5.54},{&quot;2026-08-18&quot;:5.93},{&quot;2026-08-19&quot;:5.99},{&quot;2026-08-20&quot;:5.99},{&quot;2026-08-21&quot;:6.02},{&quot;2026-08-22&quot;:6.0},{&quot;2026-08-23&quot;:5.91},{&quot;2026-08-24&quot;:5.86},{&quot;2026-08-25&quot;:5.86},{&quot;2026-08-26&quot;:5.15},{&quot;2026-08-27&quot;:5.06},{&quot;2026-08-28&quot;:5.1},{&quot;2026-08-29&quot;:5.1},{&quot;2026-08-30&quot;:5.2},{&quot;2026-08-31&quot;:5.08},{&quot;2026-09-01&quot;:5.08},{&quot;2026-09-02&quot;:4.88},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.86},{&quot;2026-09-05&quot;:5.06},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.35},{&quot;2026-09-08&quot;:4.97},{&quot;2026-09-09&quot;:4.89},{&quot;2026-09-10&quot;:4.75},{&quot;2026-09-11&quot;:4.69}]}"
        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="9269"
  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">
            Varchild, Betrayer of Kjeldor
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $4.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="Varchild, Betrayer of Kjeldor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/7849b360-afad-4f50-b455-3d118f7bfcd0.jpg?1783934335" />

        <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">
            Varchild, Betrayer of Kjeldor
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Varchild, Betrayer of Kjeldor" src="https://cards.scryfall.io/large/front/7/8/7849b360-afad-4f50-b455-3d118f7bfcd0.jpg?1783934335" />
    </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">
                $4.68
              </span>

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

      </div>


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.16},{&quot;2026-06-14&quot;:8.16},{&quot;2026-06-15&quot;:8.16},{&quot;2026-06-16&quot;:8.16},{&quot;2026-06-17&quot;:8.16},{&quot;2026-06-18&quot;:8.16},{&quot;2026-06-19&quot;:8.12},{&quot;2026-06-20&quot;:8.12},{&quot;2026-06-21&quot;:8.05},{&quot;2026-06-22&quot;:8.05},{&quot;2026-06-23&quot;:8.05},{&quot;2026-06-24&quot;:8.05},{&quot;2026-06-25&quot;:8.05},{&quot;2026-06-26&quot;:8.05},{&quot;2026-06-27&quot;:8.05},{&quot;2026-06-28&quot;:8.05},{&quot;2026-06-29&quot;:7.88},{&quot;2026-06-30&quot;:7.86},{&quot;2026-07-01&quot;:7.89},{&quot;2026-07-02&quot;:7.88},{&quot;2026-07-03&quot;:7.71},{&quot;2026-07-04&quot;:7.71},{&quot;2026-07-05&quot;:7.61},{&quot;2026-07-06&quot;:7.64},{&quot;2026-07-07&quot;:7.5},{&quot;2026-07-08&quot;:7.5},{&quot;2026-07-09&quot;:7.5},{&quot;2026-07-10&quot;:7.5},{&quot;2026-07-11&quot;:7.36},{&quot;2026-07-12&quot;:7.36},{&quot;2026-07-13&quot;:7.36},{&quot;2026-07-14&quot;:7.36},{&quot;2026-07-15&quot;:7.27},{&quot;2026-07-16&quot;:7.27},{&quot;2026-07-17&quot;:7.03},{&quot;2026-07-18&quot;:7.03},{&quot;2026-07-19&quot;:7.03},{&quot;2026-07-20&quot;:7.03},{&quot;2026-07-21&quot;:7.03},{&quot;2026-07-22&quot;:7.03},{&quot;2026-07-23&quot;:7.03},{&quot;2026-07-24&quot;:7.03},{&quot;2026-07-25&quot;:6.87},{&quot;2026-07-26&quot;:6.87},{&quot;2026-07-27&quot;:6.87},{&quot;2026-07-28&quot;:6.87},{&quot;2026-07-29&quot;:6.87},{&quot;2026-07-30&quot;:6.6},{&quot;2026-07-31&quot;:6.51},{&quot;2026-08-01&quot;:6.51},{&quot;2026-08-02&quot;:6.51},{&quot;2026-08-03&quot;:6.51},{&quot;2026-08-04&quot;:6.14},{&quot;2026-08-05&quot;:6.03},{&quot;2026-08-07&quot;:6.03},{&quot;2026-08-08&quot;:6.03},{&quot;2026-08-09&quot;:5.86},{&quot;2026-08-10&quot;:5.86},{&quot;2026-08-11&quot;:5.76},{&quot;2026-08-12&quot;:5.76},{&quot;2026-08-13&quot;:5.76},{&quot;2026-08-14&quot;:5.83},{&quot;2026-08-15&quot;:5.83},{&quot;2026-08-16&quot;:5.83},{&quot;2026-08-17&quot;:5.63},{&quot;2026-08-18&quot;:5.63},{&quot;2026-08-19&quot;:5.63},{&quot;2026-08-20&quot;:5.63},{&quot;2026-08-21&quot;:5.63},{&quot;2026-08-22&quot;:5.63},{&quot;2026-08-23&quot;:5.51},{&quot;2026-08-24&quot;:5.51},{&quot;2026-08-25&quot;:5.34},{&quot;2026-08-26&quot;:5.34},{&quot;2026-08-27&quot;:5.34},{&quot;2026-08-28&quot;:5.34},{&quot;2026-08-29&quot;:5.34},{&quot;2026-08-30&quot;:5.34},{&quot;2026-08-31&quot;:5.29},{&quot;2026-09-01&quot;:5.29},{&quot;2026-09-02&quot;:5.34},{&quot;2026-09-03&quot;:5.11},{&quot;2026-09-04&quot;:5.01},{&quot;2026-09-05&quot;:5.01},{&quot;2026-09-06&quot;:4.84},{&quot;2026-09-07&quot;:4.84},{&quot;2026-09-08&quot;:4.84},{&quot;2026-09-09&quot;:4.68},{&quot;2026-09-10&quot;:4.68},{&quot;2026-09-11&quot;:4.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12673"
  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">
            Ramunap Excavator
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Ramunap Excavator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/8/8870ef0b-cb1f-463b-8509-fece4743d3d4.jpg?1783928706" />

        <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">
            Ramunap Excavator
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Snake 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-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="Ramunap Excavator" src="https://cards.scryfall.io/large/front/8/8/8870ef0b-cb1f-463b-8509-fece4743d3d4.jpg?1783928706" />
    </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">
                $4.68
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-13&quot;:5.5},{&quot;2026-06-14&quot;:5.91},{&quot;2026-06-15&quot;:6.01},{&quot;2026-06-16&quot;:6.01},{&quot;2026-06-17&quot;:6.06},{&quot;2026-06-18&quot;:6.28},{&quot;2026-06-19&quot;:6.28},{&quot;2026-06-20&quot;:6.25},{&quot;2026-06-21&quot;:6.16},{&quot;2026-06-22&quot;:6.16},{&quot;2026-06-23&quot;:6.16},{&quot;2026-06-24&quot;:6.22},{&quot;2026-06-25&quot;:6.22},{&quot;2026-06-26&quot;:6.22},{&quot;2026-06-27&quot;:6.12},{&quot;2026-06-28&quot;:6.12},{&quot;2026-06-29&quot;:6.12},{&quot;2026-06-30&quot;:6.28},{&quot;2026-07-01&quot;:6.28},{&quot;2026-07-02&quot;:6.15},{&quot;2026-07-03&quot;:6.15},{&quot;2026-07-04&quot;:6.06},{&quot;2026-07-05&quot;:6.06},{&quot;2026-07-06&quot;:6.06},{&quot;2026-07-07&quot;:6.06},{&quot;2026-07-08&quot;:6.06},{&quot;2026-07-09&quot;:5.81},{&quot;2026-07-10&quot;:5.75},{&quot;2026-07-11&quot;:5.75},{&quot;2026-07-12&quot;:5.69},{&quot;2026-07-13&quot;:5.69},{&quot;2026-07-14&quot;:5.54},{&quot;2026-07-15&quot;:5.47},{&quot;2026-07-16&quot;:5.51},{&quot;2026-07-17&quot;:5.49},{&quot;2026-07-18&quot;:5.47},{&quot;2026-07-19&quot;:5.33},{&quot;2026-07-20&quot;:5.37},{&quot;2026-07-21&quot;:5.37},{&quot;2026-07-22&quot;:5.35},{&quot;2026-07-23&quot;:5.42},{&quot;2026-07-24&quot;:5.42},{&quot;2026-07-25&quot;:5.42},{&quot;2026-07-26&quot;:5.42},{&quot;2026-07-27&quot;:5.42},{&quot;2026-07-28&quot;:5.42},{&quot;2026-07-29&quot;:5.53},{&quot;2026-07-30&quot;:5.57},{&quot;2026-07-31&quot;:5.67},{&quot;2026-08-01&quot;:5.67},{&quot;2026-08-02&quot;:5.72},{&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.78},{&quot;2026-08-08&quot;:5.8},{&quot;2026-08-09&quot;:5.64},{&quot;2026-08-10&quot;:5.5},{&quot;2026-08-11&quot;:5.37},{&quot;2026-08-12&quot;:5.31},{&quot;2026-08-13&quot;:5.31},{&quot;2026-08-14&quot;:5.31},{&quot;2026-08-15&quot;:5.12},{&quot;2026-08-16&quot;:4.94},{&quot;2026-08-17&quot;:4.94},{&quot;2026-08-18&quot;:4.94},{&quot;2026-08-19&quot;:4.84},{&quot;2026-08-20&quot;:4.83},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.87},{&quot;2026-08-23&quot;:4.76},{&quot;2026-08-24&quot;:4.86},{&quot;2026-08-25&quot;:4.78},{&quot;2026-08-26&quot;:4.78},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:4.78},{&quot;2026-08-29&quot;:4.78},{&quot;2026-08-30&quot;:4.78},{&quot;2026-08-31&quot;:4.6},{&quot;2026-09-01&quot;:4.5},{&quot;2026-09-02&quot;:4.53},{&quot;2026-09-03&quot;:4.51},{&quot;2026-09-04&quot;:4.41},{&quot;2026-09-05&quot;:4.4},{&quot;2026-09-06&quot;:4.4},{&quot;2026-09-07&quot;:4.53},{&quot;2026-09-08&quot;:4.62},{&quot;2026-09-09&quot;:4.62},{&quot;2026-09-10&quot;:4.59},{&quot;2026-09-11&quot;:4.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Manamorphose" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/faf9070e-14be-4ce5-a19a-6addc79359c1.jpg?1783930129" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-rg'></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="Manamorphose" src="https://cards.scryfall.io/large/front/f/a/faf9070e-14be-4ce5-a19a-6addc79359c1.jpg?1783930129" />
    </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">
                $4.68
              </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">
                $5.08
              </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.85</span>
              <span class="text-xs text-grey-text">Credit: $2.41</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;:4.63},{&quot;2026-06-10&quot;:4.61},{&quot;2026-06-11&quot;:4.61},{&quot;2026-06-12&quot;:4.57},{&quot;2026-06-13&quot;:4.57},{&quot;2026-06-14&quot;:4.56},{&quot;2026-06-15&quot;:4.57},{&quot;2026-06-16&quot;:4.57},{&quot;2026-06-17&quot;:4.57},{&quot;2026-06-18&quot;:4.57},{&quot;2026-06-19&quot;:4.6},{&quot;2026-06-20&quot;:4.61},{&quot;2026-06-21&quot;:4.61},{&quot;2026-06-22&quot;:4.61},{&quot;2026-06-24&quot;:4.56},{&quot;2026-06-25&quot;:4.56},{&quot;2026-06-26&quot;:4.56},{&quot;2026-06-27&quot;:4.56},{&quot;2026-06-28&quot;:4.56},{&quot;2026-06-29&quot;:4.56},{&quot;2026-06-30&quot;:4.56},{&quot;2026-07-01&quot;:4.56},{&quot;2026-07-02&quot;:4.48},{&quot;2026-07-03&quot;:4.45},{&quot;2026-07-04&quot;:4.42},{&quot;2026-07-05&quot;:4.38},{&quot;2026-07-06&quot;:4.38},{&quot;2026-07-07&quot;:4.38},{&quot;2026-07-08&quot;:4.38},{&quot;2026-07-09&quot;:4.43},{&quot;2026-07-10&quot;:4.43},{&quot;2026-07-11&quot;:4.48},{&quot;2026-07-12&quot;:4.48},{&quot;2026-07-13&quot;:4.48},{&quot;2026-07-14&quot;:4.48},{&quot;2026-07-15&quot;:4.48},{&quot;2026-07-16&quot;:4.47},{&quot;2026-07-17&quot;:4.56},{&quot;2026-07-18&quot;:4.65},{&quot;2026-07-19&quot;:4.65},{&quot;2026-07-20&quot;:4.62},{&quot;2026-07-21&quot;:4.56},{&quot;2026-07-23&quot;:4.56},{&quot;2026-07-25&quot;:4.63},{&quot;2026-07-26&quot;:4.68},{&quot;2026-07-27&quot;:4.74},{&quot;2026-07-29&quot;:4.74},{&quot;2026-07-30&quot;:4.77},{&quot;2026-07-31&quot;:4.78},{&quot;2026-08-01&quot;:4.78},{&quot;2026-08-02&quot;:4.78},{&quot;2026-08-03&quot;:4.78},{&quot;2026-08-04&quot;:4.78},{&quot;2026-08-05&quot;:4.78},{&quot;2026-08-07&quot;:4.86},{&quot;2026-08-08&quot;:4.86},{&quot;2026-08-09&quot;:4.86},{&quot;2026-08-10&quot;:4.86},{&quot;2026-08-11&quot;:4.85},{&quot;2026-08-12&quot;:4.85},{&quot;2026-08-13&quot;:4.92},{&quot;2026-08-14&quot;:4.92},{&quot;2026-08-15&quot;:4.92},{&quot;2026-08-16&quot;:4.92},{&quot;2026-08-17&quot;:5.14},{&quot;2026-08-18&quot;:5.12},{&quot;2026-08-19&quot;:5.12},{&quot;2026-08-20&quot;:5.12},{&quot;2026-08-21&quot;:5.12},{&quot;2026-08-22&quot;:5.12},{&quot;2026-08-23&quot;:5.12},{&quot;2026-08-24&quot;:5.12},{&quot;2026-08-25&quot;:5.12},{&quot;2026-08-26&quot;:5.21},{&quot;2026-08-27&quot;:5.21},{&quot;2026-08-28&quot;:5.21},{&quot;2026-08-29&quot;:5.21},{&quot;2026-08-30&quot;:5.12},{&quot;2026-08-31&quot;:5.12},{&quot;2026-09-01&quot;:5.12},{&quot;2026-09-02&quot;:5.13},{&quot;2026-09-03&quot;:5.13},{&quot;2026-09-04&quot;:5.03},{&quot;2026-09-05&quot;:5.03},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:4.99},{&quot;2026-09-08&quot;:5.02},{&quot;2026-09-09&quot;:5.02},{&quot;2026-09-10&quot;:5.02},{&quot;2026-09-11&quot;:5.08}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.61},{&quot;2026-06-10&quot;:4.6},{&quot;2026-06-11&quot;:4.64},{&quot;2026-06-12&quot;:4.6},{&quot;2026-06-13&quot;:4.63},{&quot;2026-06-14&quot;:4.57},{&quot;2026-06-15&quot;:4.52},{&quot;2026-06-16&quot;:4.65},{&quot;2026-06-17&quot;:4.71},{&quot;2026-06-18&quot;:4.71},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.71},{&quot;2026-06-21&quot;:4.77},{&quot;2026-06-22&quot;:4.77},{&quot;2026-06-24&quot;:4.84},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.84},{&quot;2026-06-28&quot;:4.9},{&quot;2026-06-29&quot;:4.9},{&quot;2026-06-30&quot;:5.13},{&quot;2026-07-01&quot;:5.13},{&quot;2026-07-02&quot;:5.12},{&quot;2026-07-03&quot;:5.12},{&quot;2026-07-04&quot;:5.03},{&quot;2026-07-05&quot;:4.99},{&quot;2026-07-06&quot;:4.99},{&quot;2026-07-07&quot;:4.89},{&quot;2026-07-08&quot;:4.9},{&quot;2026-07-09&quot;:4.84},{&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.82},{&quot;2026-07-14&quot;:4.82},{&quot;2026-07-15&quot;:4.71},{&quot;2026-07-16&quot;:4.71},{&quot;2026-07-17&quot;:4.69},{&quot;2026-07-18&quot;:4.69},{&quot;2026-07-19&quot;:4.58},{&quot;2026-07-20&quot;:4.56},{&quot;2026-07-21&quot;:4.66},{&quot;2026-07-23&quot;:4.55},{&quot;2026-07-25&quot;:4.51},{&quot;2026-07-26&quot;:4.45},{&quot;2026-07-27&quot;:4.47},{&quot;2026-07-29&quot;:4.44},{&quot;2026-07-30&quot;:4.49},{&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.43},{&quot;2026-08-04&quot;:4.48},{&quot;2026-08-05&quot;:4.46},{&quot;2026-08-07&quot;:4.43},{&quot;2026-08-08&quot;:4.43},{&quot;2026-08-09&quot;:4.45},{&quot;2026-08-10&quot;:4.4},{&quot;2026-08-11&quot;:4.43},{&quot;2026-08-12&quot;:4.51},{&quot;2026-08-13&quot;:4.51},{&quot;2026-08-14&quot;:4.52},{&quot;2026-08-15&quot;:4.58},{&quot;2026-08-16&quot;:4.63},{&quot;2026-08-17&quot;:4.59},{&quot;2026-08-18&quot;:4.55},{&quot;2026-08-19&quot;:4.47},{&quot;2026-08-20&quot;:4.47},{&quot;2026-08-21&quot;:4.59},{&quot;2026-08-22&quot;:4.59},{&quot;2026-08-23&quot;:4.62},{&quot;2026-08-24&quot;:4.6},{&quot;2026-08-25&quot;:4.6},{&quot;2026-08-26&quot;:4.69},{&quot;2026-08-27&quot;:4.66},{&quot;2026-08-28&quot;:4.63},{&quot;2026-08-29&quot;:4.63},{&quot;2026-08-30&quot;:4.55},{&quot;2026-08-31&quot;:4.54},{&quot;2026-09-01&quot;:4.54},{&quot;2026-09-02&quot;:4.63},{&quot;2026-09-03&quot;:4.58},{&quot;2026-09-04&quot;:4.56},{&quot;2026-09-05&quot;:4.55},{&quot;2026-09-06&quot;:4.52},{&quot;2026-09-07&quot;:4.58},{&quot;2026-09-08&quot;:4.74},{&quot;2026-09-09&quot;:4.74},{&quot;2026-09-10&quot;:4.68},{&quot;2026-09-11&quot;:4.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49336"
  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">
            Unsettled Mariner
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Shapeshifter
      </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">
            $4.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="Unsettled Mariner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/eaea2e54-ee50-47b9-a2a5-e3353831248c.jpg?1783933078" />

        <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">
            Unsettled Mariner
        </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 — Shapeshifter</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Unsettled Mariner" src="https://cards.scryfall.io/large/front/e/a/eaea2e54-ee50-47b9-a2a5-e3353831248c.jpg?1783933078" />
    </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">
                $4.68
              </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">
                $15.76
              </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;:15.51},{&quot;2026-06-14&quot;:15.51},{&quot;2026-06-15&quot;:15.51},{&quot;2026-06-16&quot;:15.51},{&quot;2026-06-17&quot;:15.51},{&quot;2026-06-18&quot;:15.51},{&quot;2026-06-19&quot;:15.51},{&quot;2026-06-20&quot;:15.51},{&quot;2026-06-21&quot;:15.51},{&quot;2026-06-22&quot;:15.51},{&quot;2026-06-23&quot;:15.51},{&quot;2026-06-24&quot;:15.51},{&quot;2026-06-25&quot;:15.51},{&quot;2026-06-26&quot;:15.51},{&quot;2026-06-27&quot;:15.51},{&quot;2026-06-28&quot;:15.51},{&quot;2026-06-29&quot;:15.51},{&quot;2026-06-30&quot;:15.51},{&quot;2026-07-01&quot;:15.51},{&quot;2026-07-02&quot;:15.51},{&quot;2026-07-03&quot;:15.51},{&quot;2026-07-04&quot;:15.51},{&quot;2026-07-05&quot;:15.51},{&quot;2026-07-06&quot;:15.51},{&quot;2026-07-07&quot;:15.51},{&quot;2026-07-08&quot;:15.51},{&quot;2026-07-09&quot;:15.51},{&quot;2026-07-10&quot;:15.51},{&quot;2026-07-11&quot;:15.51},{&quot;2026-07-12&quot;:15.51},{&quot;2026-07-13&quot;:15.51},{&quot;2026-07-14&quot;:15.51},{&quot;2026-07-15&quot;:15.51},{&quot;2026-07-16&quot;:15.12},{&quot;2026-07-17&quot;:15.12},{&quot;2026-07-18&quot;:15.12},{&quot;2026-07-19&quot;:15.12},{&quot;2026-07-20&quot;:15.26},{&quot;2026-07-21&quot;:15.26},{&quot;2026-07-22&quot;:15.26},{&quot;2026-07-23&quot;:15.26},{&quot;2026-07-24&quot;:15.26},{&quot;2026-07-25&quot;:15.42},{&quot;2026-07-26&quot;:15.42},{&quot;2026-07-27&quot;:15.33},{&quot;2026-07-28&quot;:15.33},{&quot;2026-07-29&quot;:15.33},{&quot;2026-07-30&quot;:15.33},{&quot;2026-07-31&quot;:15.33},{&quot;2026-08-01&quot;:15.33},{&quot;2026-08-02&quot;:15.7},{&quot;2026-08-03&quot;:15.7},{&quot;2026-08-04&quot;:15.7},{&quot;2026-08-05&quot;:15.68},{&quot;2026-08-07&quot;:15.68},{&quot;2026-08-08&quot;:15.68},{&quot;2026-08-09&quot;:15.49},{&quot;2026-08-10&quot;:15.49},{&quot;2026-08-11&quot;:15.49},{&quot;2026-08-12&quot;:15.49},{&quot;2026-08-13&quot;:15.62},{&quot;2026-08-14&quot;:15.62},{&quot;2026-08-15&quot;:15.62},{&quot;2026-08-16&quot;:15.76},{&quot;2026-08-17&quot;:15.76},{&quot;2026-08-18&quot;:15.76},{&quot;2026-08-19&quot;:15.76},{&quot;2026-08-20&quot;:15.92},{&quot;2026-08-21&quot;:15.92},{&quot;2026-08-22&quot;:15.92},{&quot;2026-08-23&quot;:15.92},{&quot;2026-08-24&quot;:15.92},{&quot;2026-08-25&quot;:15.92},{&quot;2026-08-26&quot;:15.92},{&quot;2026-08-27&quot;:15.92},{&quot;2026-08-28&quot;:15.92},{&quot;2026-08-29&quot;:15.92},{&quot;2026-08-30&quot;:15.92},{&quot;2026-08-31&quot;:15.92},{&quot;2026-09-01&quot;:15.92},{&quot;2026-09-02&quot;:15.92},{&quot;2026-09-03&quot;:15.71},{&quot;2026-09-04&quot;:15.71},{&quot;2026-09-05&quot;:15.71},{&quot;2026-09-06&quot;:15.71},{&quot;2026-09-07&quot;:15.67},{&quot;2026-09-08&quot;:15.67},{&quot;2026-09-09&quot;:15.67},{&quot;2026-09-10&quot;:15.76},{&quot;2026-09-11&quot;:15.76}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.65},{&quot;2026-06-14&quot;:5.65},{&quot;2026-06-15&quot;:5.53},{&quot;2026-06-16&quot;:5.31},{&quot;2026-06-17&quot;:5.31},{&quot;2026-06-18&quot;:5.31},{&quot;2026-06-19&quot;:5.37},{&quot;2026-06-20&quot;:5.24},{&quot;2026-06-21&quot;:5.33},{&quot;2026-06-22&quot;:5.38},{&quot;2026-06-23&quot;:5.38},{&quot;2026-06-24&quot;:5.41},{&quot;2026-06-25&quot;:5.52},{&quot;2026-06-26&quot;:5.5},{&quot;2026-06-27&quot;:5.84},{&quot;2026-06-28&quot;:5.88},{&quot;2026-06-29&quot;:6.04},{&quot;2026-06-30&quot;:6.08},{&quot;2026-07-01&quot;:6.06},{&quot;2026-07-02&quot;:5.91},{&quot;2026-07-03&quot;:5.89},{&quot;2026-07-04&quot;:5.79},{&quot;2026-07-05&quot;:5.96},{&quot;2026-07-06&quot;:5.83},{&quot;2026-07-07&quot;:5.86},{&quot;2026-07-08&quot;:5.7},{&quot;2026-07-09&quot;:5.81},{&quot;2026-07-10&quot;:5.81},{&quot;2026-07-11&quot;:5.81},{&quot;2026-07-12&quot;:5.81},{&quot;2026-07-13&quot;:5.67},{&quot;2026-07-14&quot;:5.58},{&quot;2026-07-15&quot;:5.65},{&quot;2026-07-16&quot;:5.68},{&quot;2026-07-17&quot;:5.9},{&quot;2026-07-18&quot;:5.9},{&quot;2026-07-19&quot;:5.82},{&quot;2026-07-20&quot;:5.94},{&quot;2026-07-21&quot;:5.86},{&quot;2026-07-22&quot;:5.87},{&quot;2026-07-23&quot;:6.01},{&quot;2026-07-24&quot;:5.98},{&quot;2026-07-25&quot;:5.93},{&quot;2026-07-26&quot;:5.96},{&quot;2026-07-27&quot;:6.04},{&quot;2026-07-28&quot;:6.07},{&quot;2026-07-29&quot;:6.07},{&quot;2026-07-30&quot;:6.02},{&quot;2026-07-31&quot;:6.01},{&quot;2026-08-01&quot;:5.96},{&quot;2026-08-02&quot;:6.03},{&quot;2026-08-03&quot;:6.05},{&quot;2026-08-04&quot;:6.08},{&quot;2026-08-05&quot;:6.13},{&quot;2026-08-07&quot;:6.07},{&quot;2026-08-08&quot;:6.07},{&quot;2026-08-09&quot;:6.02},{&quot;2026-08-10&quot;:6.02},{&quot;2026-08-11&quot;:6.07},{&quot;2026-08-12&quot;:6.07},{&quot;2026-08-13&quot;:6.07},{&quot;2026-08-14&quot;:6.07},{&quot;2026-08-15&quot;:6.07},{&quot;2026-08-16&quot;:6.05},{&quot;2026-08-17&quot;:5.72},{&quot;2026-08-18&quot;:5.65},{&quot;2026-08-19&quot;:5.57},{&quot;2026-08-20&quot;:5.39},{&quot;2026-08-21&quot;:5.21},{&quot;2026-08-22&quot;:5.08},{&quot;2026-08-23&quot;:5.07},{&quot;2026-08-24&quot;:5.03},{&quot;2026-08-25&quot;:5.1},{&quot;2026-08-26&quot;:5.06},{&quot;2026-08-27&quot;:5.15},{&quot;2026-08-28&quot;:5.05},{&quot;2026-08-29&quot;:5.05},{&quot;2026-08-30&quot;:4.91},{&quot;2026-08-31&quot;:4.91},{&quot;2026-09-01&quot;:4.92},{&quot;2026-09-02&quot;:4.92},{&quot;2026-09-03&quot;:4.92},{&quot;2026-09-04&quot;:4.89},{&quot;2026-09-05&quot;:4.82},{&quot;2026-09-06&quot;:4.82},{&quot;2026-09-07&quot;:5.0},{&quot;2026-09-08&quot;:4.96},{&quot;2026-09-09&quot;:4.81},{&quot;2026-09-10&quot;:4.8},{&quot;2026-09-11&quot;:4.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Starscream, Power Hungry // Starscream, Seeker Leader" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/8234ea77-9ed6-4f3e-acc2-f52fb7003ed2.jpg?1783919906" />

        <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">
            Starscream, Power Hungry 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Starscream, Power Hungry // Starscream, Seeker Leader" src="https://cards.scryfall.io/large/front/8/2/8234ea77-9ed6-4f3e-acc2-f52fb7003ed2.jpg?1783919906" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Starscream, Power Hungry // Starscream, Seeker Leader" src="https://cards.scryfall.io/large/back/8/2/8234ea77-9ed6-4f3e-acc2-f52fb7003ed2.jpg?1783919906" />
              </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">
                $4.68
              </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">
                $4.04
              </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.25</span>
              <span class="text-xs text-grey-text">Credit: $2.93</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;:4.97},{&quot;2026-06-11&quot;:4.97},{&quot;2026-06-12&quot;:4.97},{&quot;2026-06-13&quot;:4.9},{&quot;2026-06-14&quot;:4.82},{&quot;2026-06-15&quot;:4.82},{&quot;2026-06-16&quot;:4.82},{&quot;2026-06-17&quot;:4.82},{&quot;2026-06-18&quot;:4.82},{&quot;2026-06-19&quot;:4.82},{&quot;2026-06-20&quot;:4.73},{&quot;2026-06-21&quot;:4.73},{&quot;2026-06-22&quot;:4.73},{&quot;2026-06-23&quot;:4.73},{&quot;2026-06-24&quot;:4.73},{&quot;2026-06-25&quot;:4.73},{&quot;2026-06-26&quot;:4.55},{&quot;2026-06-27&quot;:4.55},{&quot;2026-06-28&quot;:4.55},{&quot;2026-06-29&quot;:4.55},{&quot;2026-06-30&quot;:4.55},{&quot;2026-07-01&quot;:4.47},{&quot;2026-07-02&quot;:4.35},{&quot;2026-07-03&quot;:4.35},{&quot;2026-07-04&quot;:4.47},{&quot;2026-07-05&quot;:4.35},{&quot;2026-07-06&quot;:4.35},{&quot;2026-07-07&quot;:4.38},{&quot;2026-07-08&quot;:4.38},{&quot;2026-07-09&quot;:4.33},{&quot;2026-07-10&quot;:4.34},{&quot;2026-07-11&quot;:4.34},{&quot;2026-07-12&quot;:4.34},{&quot;2026-07-13&quot;:4.34},{&quot;2026-07-14&quot;:4.34},{&quot;2026-07-15&quot;:4.34},{&quot;2026-07-16&quot;:4.39},{&quot;2026-07-17&quot;:4.42},{&quot;2026-07-18&quot;:4.48},{&quot;2026-07-19&quot;:4.48},{&quot;2026-07-20&quot;:4.48},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-23&quot;:4.25},{&quot;2026-07-25&quot;:4.25},{&quot;2026-07-26&quot;:4.25},{&quot;2026-07-27&quot;:4.22},{&quot;2026-07-29&quot;:4.1},{&quot;2026-07-30&quot;:4.1},{&quot;2026-07-31&quot;:4.02},{&quot;2026-08-01&quot;:3.99},{&quot;2026-08-02&quot;:3.99},{&quot;2026-08-03&quot;:3.99},{&quot;2026-08-04&quot;:3.99},{&quot;2026-08-05&quot;:3.99},{&quot;2026-08-07&quot;:3.94},{&quot;2026-08-08&quot;:3.97},{&quot;2026-08-09&quot;:3.89},{&quot;2026-08-10&quot;:3.91},{&quot;2026-08-11&quot;:3.95},{&quot;2026-08-12&quot;:3.93},{&quot;2026-08-13&quot;:3.97},{&quot;2026-08-14&quot;:4.0},{&quot;2026-08-15&quot;:3.96},{&quot;2026-08-16&quot;:4.03},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.09},{&quot;2026-08-19&quot;:4.09},{&quot;2026-08-20&quot;:4.09},{&quot;2026-08-21&quot;:4.13},{&quot;2026-08-22&quot;:4.15},{&quot;2026-08-23&quot;:4.15},{&quot;2026-08-24&quot;:4.15},{&quot;2026-08-25&quot;:4.15},{&quot;2026-08-26&quot;:4.12},{&quot;2026-08-27&quot;:4.09},{&quot;2026-08-28&quot;:4.09},{&quot;2026-08-29&quot;:4.09},{&quot;2026-08-30&quot;:4.15},{&quot;2026-08-31&quot;:4.16},{&quot;2026-09-01&quot;:4.16},{&quot;2026-09-02&quot;:4.14},{&quot;2026-09-03&quot;:4.14},{&quot;2026-09-04&quot;:4.14},{&quot;2026-09-05&quot;:4.14},{&quot;2026-09-06&quot;:4.14},{&quot;2026-09-07&quot;:4.09},{&quot;2026-09-08&quot;:4.09},{&quot;2026-09-09&quot;:4.12},{&quot;2026-09-10&quot;:4.12},{&quot;2026-09-11&quot;:4.04}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.32},{&quot;2026-06-11&quot;:3.38},{&quot;2026-06-12&quot;:3.38},{&quot;2026-06-13&quot;:3.49},{&quot;2026-06-14&quot;:3.49},{&quot;2026-06-15&quot;:3.58},{&quot;2026-06-16&quot;:3.69},{&quot;2026-06-17&quot;:3.71},{&quot;2026-06-18&quot;:3.76},{&quot;2026-06-19&quot;:3.78},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.61},{&quot;2026-06-22&quot;:3.53},{&quot;2026-06-23&quot;:3.58},{&quot;2026-06-24&quot;:3.48},{&quot;2026-06-25&quot;:3.36},{&quot;2026-06-26&quot;:3.47},{&quot;2026-06-27&quot;:3.42},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.41},{&quot;2026-06-30&quot;:3.69},{&quot;2026-07-01&quot;:3.74},{&quot;2026-07-02&quot;:3.73},{&quot;2026-07-03&quot;:3.77},{&quot;2026-07-04&quot;:3.78},{&quot;2026-07-05&quot;:3.84},{&quot;2026-07-06&quot;:3.83},{&quot;2026-07-07&quot;:3.97},{&quot;2026-07-08&quot;:4.08},{&quot;2026-07-09&quot;:4.23},{&quot;2026-07-10&quot;:4.23},{&quot;2026-07-11&quot;:4.25},{&quot;2026-07-12&quot;:4.25},{&quot;2026-07-13&quot;:4.25},{&quot;2026-07-14&quot;:4.42},{&quot;2026-07-15&quot;:4.41},{&quot;2026-07-16&quot;:4.25},{&quot;2026-07-17&quot;:4.23},{&quot;2026-07-18&quot;:4.09},{&quot;2026-07-19&quot;:3.96},{&quot;2026-07-20&quot;:3.96},{&quot;2026-07-21&quot;:3.8},{&quot;2026-07-23&quot;:3.93},{&quot;2026-07-25&quot;:3.99},{&quot;2026-07-26&quot;:3.94},{&quot;2026-07-27&quot;:3.91},{&quot;2026-07-29&quot;:4.03},{&quot;2026-07-30&quot;:4.0},{&quot;2026-07-31&quot;:4.17},{&quot;2026-08-01&quot;:4.16},{&quot;2026-08-02&quot;:4.23},{&quot;2026-08-03&quot;:4.15},{&quot;2026-08-04&quot;:4.11},{&quot;2026-08-05&quot;:4.15},{&quot;2026-08-07&quot;:4.13},{&quot;2026-08-08&quot;:4.16},{&quot;2026-08-09&quot;:4.26},{&quot;2026-08-10&quot;:4.19},{&quot;2026-08-11&quot;:4.06},{&quot;2026-08-12&quot;:4.12},{&quot;2026-08-13&quot;:4.11},{&quot;2026-08-14&quot;:3.98},{&quot;2026-08-15&quot;:3.9},{&quot;2026-08-16&quot;:3.9},{&quot;2026-08-17&quot;:3.92},{&quot;2026-08-18&quot;:3.93},{&quot;2026-08-19&quot;:3.93},{&quot;2026-08-20&quot;:3.93},{&quot;2026-08-21&quot;:4.14},{&quot;2026-08-22&quot;:4.03},{&quot;2026-08-23&quot;:4.02},{&quot;2026-08-24&quot;:4.02},{&quot;2026-08-25&quot;:4.02},{&quot;2026-08-26&quot;:4.06},{&quot;2026-08-27&quot;:4.13},{&quot;2026-08-28&quot;:4.37},{&quot;2026-08-29&quot;:4.37},{&quot;2026-08-30&quot;:4.94},{&quot;2026-08-31&quot;:4.92},{&quot;2026-09-01&quot;:4.92},{&quot;2026-09-02&quot;:4.93},{&quot;2026-09-03&quot;:4.97},{&quot;2026-09-04&quot;:4.86},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:4.64},{&quot;2026-09-07&quot;:4.71},{&quot;2026-09-08&quot;:4.67},{&quot;2026-09-09&quot;:4.54},{&quot;2026-09-10&quot;:4.76},{&quot;2026-09-11&quot;:4.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Manamorphose" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/12ed4051-31c4-4f63-b576-e3761b9d35ae.jpg?1783931955" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-rg'></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="Manamorphose" src="https://cards.scryfall.io/large/front/1/2/12ed4051-31c4-4f63-b576-e3761b9d35ae.jpg?1783931955" />
    </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">
                $4.68
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-11&quot;:4.75},{&quot;2026-06-12&quot;:4.74},{&quot;2026-06-13&quot;:4.69},{&quot;2026-06-14&quot;:4.69},{&quot;2026-06-15&quot;:4.67},{&quot;2026-06-16&quot;:4.67},{&quot;2026-06-17&quot;:4.67},{&quot;2026-06-18&quot;:4.82},{&quot;2026-06-19&quot;:4.83},{&quot;2026-06-20&quot;:4.83},{&quot;2026-06-21&quot;:4.83},{&quot;2026-06-22&quot;:4.83},{&quot;2026-06-23&quot;:4.92},{&quot;2026-06-24&quot;:4.92},{&quot;2026-06-25&quot;:4.92},{&quot;2026-06-26&quot;:4.92},{&quot;2026-06-27&quot;:4.92},{&quot;2026-06-28&quot;:5.09},{&quot;2026-06-29&quot;:5.09},{&quot;2026-06-30&quot;:5.09},{&quot;2026-07-01&quot;:5.09},{&quot;2026-07-02&quot;:5.09},{&quot;2026-07-03&quot;:5.07},{&quot;2026-07-04&quot;:5.07},{&quot;2026-07-05&quot;:5.0},{&quot;2026-07-06&quot;:5.0},{&quot;2026-07-07&quot;:5.0},{&quot;2026-07-08&quot;:5.0},{&quot;2026-07-09&quot;:4.98},{&quot;2026-07-10&quot;:4.98},{&quot;2026-07-11&quot;:5.06},{&quot;2026-07-12&quot;:4.97},{&quot;2026-07-13&quot;:4.97},{&quot;2026-07-14&quot;:4.97},{&quot;2026-07-15&quot;:5.04},{&quot;2026-07-16&quot;:5.01},{&quot;2026-07-17&quot;:5.01},{&quot;2026-07-18&quot;:5.01},{&quot;2026-07-19&quot;:5.01},{&quot;2026-07-20&quot;:5.01},{&quot;2026-07-21&quot;:5.01},{&quot;2026-07-23&quot;:4.97},{&quot;2026-07-25&quot;:4.84},{&quot;2026-07-26&quot;:4.84},{&quot;2026-07-27&quot;:4.84},{&quot;2026-07-28&quot;:4.84},{&quot;2026-07-29&quot;:4.84},{&quot;2026-07-30&quot;:4.84},{&quot;2026-07-31&quot;:4.74},{&quot;2026-08-01&quot;:4.74},{&quot;2026-08-02&quot;:4.74},{&quot;2026-08-03&quot;:4.68},{&quot;2026-08-04&quot;:4.68},{&quot;2026-08-05&quot;:4.8},{&quot;2026-08-07&quot;:4.8},{&quot;2026-08-08&quot;:4.8},{&quot;2026-08-09&quot;:4.8},{&quot;2026-08-10&quot;:4.82},{&quot;2026-08-11&quot;:4.7},{&quot;2026-08-12&quot;:4.68},{&quot;2026-08-13&quot;:4.68},{&quot;2026-08-14&quot;:4.68},{&quot;2026-08-15&quot;:4.68},{&quot;2026-08-16&quot;:4.68},{&quot;2026-08-17&quot;:4.68},{&quot;2026-08-18&quot;:4.75},{&quot;2026-08-19&quot;:4.75},{&quot;2026-08-20&quot;:4.75},{&quot;2026-08-21&quot;:4.75},{&quot;2026-08-22&quot;:4.69},{&quot;2026-08-23&quot;:4.68},{&quot;2026-08-24&quot;:4.55},{&quot;2026-08-25&quot;:4.55},{&quot;2026-08-26&quot;:4.57},{&quot;2026-08-27&quot;:4.57},{&quot;2026-08-28&quot;:4.57},{&quot;2026-08-29&quot;:4.57},{&quot;2026-08-30&quot;:4.6},{&quot;2026-08-31&quot;:4.6},{&quot;2026-09-01&quot;:4.6},{&quot;2026-09-02&quot;:4.68},{&quot;2026-09-03&quot;:4.68},{&quot;2026-09-04&quot;:4.68},{&quot;2026-09-05&quot;:4.68},{&quot;2026-09-06&quot;:4.68},{&quot;2026-09-07&quot;:4.68},{&quot;2026-09-08&quot;:4.68},{&quot;2026-09-09&quot;:4.68},{&quot;2026-09-10&quot;:4.68},{&quot;2026-09-11&quot;:4.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="85016"
  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">
            Gilt-Leaf Palace
        </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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Gilt-Leaf Palace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1b3dff0f-5f2a-4533-a5b6-be0dd11abc95.jpg?1783931914" />

        <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">
            Gilt-Leaf Palace
        </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="Gilt-Leaf Palace" src="https://cards.scryfall.io/large/front/1/b/1b3dff0f-5f2a-4533-a5b6-be0dd11abc95.jpg?1783931914" />
    </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">
                $4.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 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-12&quot;:6.49},{&quot;2026-06-13&quot;:6.49},{&quot;2026-06-14&quot;:6.39},{&quot;2026-06-15&quot;:6.37},{&quot;2026-06-16&quot;:6.37},{&quot;2026-06-17&quot;:6.35},{&quot;2026-06-18&quot;:6.33},{&quot;2026-06-19&quot;:6.31},{&quot;2026-06-20&quot;:6.29},{&quot;2026-06-21&quot;:6.28},{&quot;2026-06-22&quot;:6.11},{&quot;2026-06-23&quot;:6.11},{&quot;2026-06-24&quot;:6.05},{&quot;2026-06-25&quot;:6.03},{&quot;2026-06-26&quot;:6.03},{&quot;2026-06-27&quot;:6.03},{&quot;2026-06-28&quot;:6.03},{&quot;2026-06-29&quot;:6.01},{&quot;2026-06-30&quot;:5.99},{&quot;2026-07-01&quot;:5.99},{&quot;2026-07-02&quot;:5.9},{&quot;2026-07-03&quot;:5.73},{&quot;2026-07-04&quot;:5.68},{&quot;2026-07-05&quot;:5.68},{&quot;2026-07-06&quot;:5.59},{&quot;2026-07-07&quot;:5.53},{&quot;2026-07-08&quot;:5.49},{&quot;2026-07-09&quot;:5.47},{&quot;2026-07-10&quot;:5.44},{&quot;2026-07-11&quot;:5.44},{&quot;2026-07-12&quot;:5.42},{&quot;2026-07-13&quot;:5.39},{&quot;2026-07-14&quot;:5.39},{&quot;2026-07-15&quot;:5.29},{&quot;2026-07-16&quot;:5.26},{&quot;2026-07-17&quot;:4.68},{&quot;2026-07-18&quot;:4.77},{&quot;2026-07-19&quot;:4.44},{&quot;2026-07-20&quot;:4.13},{&quot;2026-07-21&quot;:3.89},{&quot;2026-07-23&quot;:3.95},{&quot;2026-07-24&quot;:4.03},{&quot;2026-07-25&quot;:4.08},{&quot;2026-07-26&quot;:4.13},{&quot;2026-07-27&quot;:4.18},{&quot;2026-07-28&quot;:4.18},{&quot;2026-07-29&quot;:4.19},{&quot;2026-07-30&quot;:4.17},{&quot;2026-07-31&quot;:4.13},{&quot;2026-08-01&quot;:4.13},{&quot;2026-08-02&quot;:4.27},{&quot;2026-08-03&quot;:4.32},{&quot;2026-08-04&quot;:4.32},{&quot;2026-08-05&quot;:4.45},{&quot;2026-08-07&quot;:4.61},{&quot;2026-08-08&quot;:4.62},{&quot;2026-08-09&quot;:4.7},{&quot;2026-08-10&quot;:4.61},{&quot;2026-08-11&quot;:4.67},{&quot;2026-08-12&quot;:4.69},{&quot;2026-08-13&quot;:4.53},{&quot;2026-08-14&quot;:4.52},{&quot;2026-08-15&quot;:4.54},{&quot;2026-08-16&quot;:4.58},{&quot;2026-08-17&quot;:4.42},{&quot;2026-08-18&quot;:4.36},{&quot;2026-08-19&quot;:4.35},{&quot;2026-08-20&quot;:4.35},{&quot;2026-08-21&quot;:4.28},{&quot;2026-08-22&quot;:4.37},{&quot;2026-08-23&quot;:4.28},{&quot;2026-08-24&quot;:4.27},{&quot;2026-08-25&quot;:4.15},{&quot;2026-08-26&quot;:4.13},{&quot;2026-08-27&quot;:4.13},{&quot;2026-08-28&quot;:4.21},{&quot;2026-08-29&quot;:4.21},{&quot;2026-08-30&quot;:4.28},{&quot;2026-08-31&quot;:4.33},{&quot;2026-09-01&quot;:4.36},{&quot;2026-09-02&quot;:4.36},{&quot;2026-09-03&quot;:4.41},{&quot;2026-09-04&quot;:4.49},{&quot;2026-09-05&quot;:4.5},{&quot;2026-09-06&quot;:4.52},{&quot;2026-09-07&quot;:4.57},{&quot;2026-09-08&quot;:4.68},{&quot;2026-09-09&quot;:4.68},{&quot;2026-09-10&quot;:4.68},{&quot;2026-09-11&quot;:4.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19273"
  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-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">
            Liliana of the Veil
        </span>


      </div>

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

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

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

        <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">
            Liliana of the Veil
        </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 — Liliana</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Liliana of the Veil" src="https://cards.scryfall.io/large/front/a/1/a18b8768-4126-4636-990e-21b4308740dc.jpg?1783921204" />
    </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">
                $4.65
              </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">
                $7.51
              </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">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.13},{&quot;2026-06-12&quot;:7.05},{&quot;2026-06-13&quot;:7.05},{&quot;2026-06-14&quot;:7.05},{&quot;2026-06-15&quot;:7.1},{&quot;2026-06-16&quot;:6.95},{&quot;2026-06-17&quot;:6.95},{&quot;2026-06-18&quot;:6.95},{&quot;2026-06-19&quot;:6.95},{&quot;2026-06-20&quot;:6.95},{&quot;2026-06-21&quot;:6.91},{&quot;2026-06-22&quot;:6.91},{&quot;2026-06-23&quot;:6.91},{&quot;2026-06-24&quot;:6.91},{&quot;2026-06-25&quot;:6.86},{&quot;2026-06-26&quot;:6.86},{&quot;2026-06-27&quot;:6.78},{&quot;2026-06-28&quot;:6.93},{&quot;2026-06-29&quot;:6.93},{&quot;2026-06-30&quot;:6.86},{&quot;2026-07-01&quot;:6.86},{&quot;2026-07-02&quot;:6.86},{&quot;2026-07-03&quot;:6.86},{&quot;2026-07-04&quot;:6.86},{&quot;2026-07-05&quot;:6.86},{&quot;2026-07-06&quot;:6.71},{&quot;2026-07-07&quot;:6.71},{&quot;2026-07-08&quot;:6.71},{&quot;2026-07-09&quot;:6.71},{&quot;2026-07-10&quot;:6.71},{&quot;2026-07-11&quot;:6.71},{&quot;2026-07-12&quot;:6.64},{&quot;2026-07-13&quot;:6.64},{&quot;2026-07-14&quot;:6.64},{&quot;2026-07-15&quot;:6.64},{&quot;2026-07-16&quot;:6.64},{&quot;2026-07-17&quot;:6.64},{&quot;2026-07-18&quot;:6.64},{&quot;2026-07-19&quot;:6.64},{&quot;2026-07-20&quot;:6.64},{&quot;2026-07-21&quot;:6.64},{&quot;2026-07-23&quot;:6.64},{&quot;2026-07-25&quot;:6.54},{&quot;2026-07-26&quot;:6.54},{&quot;2026-07-27&quot;:6.54},{&quot;2026-07-28&quot;:6.54},{&quot;2026-07-29&quot;:6.54},{&quot;2026-07-30&quot;:6.47},{&quot;2026-07-31&quot;:6.47},{&quot;2026-08-01&quot;:6.54},{&quot;2026-08-02&quot;:6.47},{&quot;2026-08-03&quot;:6.47},{&quot;2026-08-04&quot;:6.4},{&quot;2026-08-05&quot;:6.4},{&quot;2026-08-07&quot;:6.39},{&quot;2026-08-08&quot;:6.39},{&quot;2026-08-09&quot;:6.39},{&quot;2026-08-10&quot;:6.3},{&quot;2026-08-11&quot;:6.3},{&quot;2026-08-12&quot;:6.3},{&quot;2026-08-13&quot;:6.41},{&quot;2026-08-14&quot;:6.43},{&quot;2026-08-15&quot;:6.43},{&quot;2026-08-16&quot;:6.43},{&quot;2026-08-17&quot;:6.37},{&quot;2026-08-18&quot;:6.36},{&quot;2026-08-19&quot;:6.36},{&quot;2026-08-20&quot;:6.36},{&quot;2026-08-21&quot;:6.44},{&quot;2026-08-22&quot;:6.44},{&quot;2026-08-23&quot;:6.44},{&quot;2026-08-24&quot;:6.44},{&quot;2026-08-25&quot;:6.44},{&quot;2026-08-26&quot;:6.44},{&quot;2026-08-27&quot;:6.44},{&quot;2026-08-28&quot;:6.44},{&quot;2026-08-29&quot;:6.44},{&quot;2026-08-30&quot;:6.7},{&quot;2026-08-31&quot;:6.72},{&quot;2026-09-01&quot;:6.72},{&quot;2026-09-02&quot;:6.81},{&quot;2026-09-03&quot;:6.81},{&quot;2026-09-04&quot;:6.81},{&quot;2026-09-05&quot;:6.81},{&quot;2026-09-06&quot;:6.81},{&quot;2026-09-07&quot;:6.69},{&quot;2026-09-08&quot;:6.69},{&quot;2026-09-09&quot;:6.69},{&quot;2026-09-10&quot;:6.81},{&quot;2026-09-11&quot;:7.51}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.06},{&quot;2026-06-12&quot;:5.04},{&quot;2026-06-13&quot;:5.01},{&quot;2026-06-14&quot;:4.87},{&quot;2026-06-15&quot;:4.97},{&quot;2026-06-16&quot;:4.9},{&quot;2026-06-17&quot;:4.9},{&quot;2026-06-18&quot;:5.08},{&quot;2026-06-19&quot;:5.08},{&quot;2026-06-20&quot;:5.08},{&quot;2026-06-21&quot;:5.15},{&quot;2026-06-22&quot;:5.15},{&quot;2026-06-23&quot;:5.16},{&quot;2026-06-24&quot;:5.26},{&quot;2026-06-25&quot;:5.26},{&quot;2026-06-26&quot;:5.25},{&quot;2026-06-27&quot;:5.25},{&quot;2026-06-28&quot;:5.32},{&quot;2026-06-29&quot;:5.32},{&quot;2026-06-30&quot;:5.32},{&quot;2026-07-01&quot;:5.32},{&quot;2026-07-02&quot;:5.39},{&quot;2026-07-03&quot;:5.34},{&quot;2026-07-04&quot;:5.37},{&quot;2026-07-05&quot;:5.37},{&quot;2026-07-06&quot;:5.38},{&quot;2026-07-07&quot;:5.38},{&quot;2026-07-08&quot;:5.38},{&quot;2026-07-09&quot;:5.38},{&quot;2026-07-10&quot;:5.38},{&quot;2026-07-11&quot;:5.38},{&quot;2026-07-12&quot;:5.38},{&quot;2026-07-13&quot;:5.38},{&quot;2026-07-14&quot;:5.42},{&quot;2026-07-15&quot;:5.43},{&quot;2026-07-16&quot;:5.43},{&quot;2026-07-17&quot;:5.43},{&quot;2026-07-18&quot;:5.22},{&quot;2026-07-19&quot;:5.22},{&quot;2026-07-20&quot;:5.24},{&quot;2026-07-21&quot;:5.22},{&quot;2026-07-23&quot;:5.18},{&quot;2026-07-25&quot;:5.2},{&quot;2026-07-26&quot;:5.2},{&quot;2026-07-27&quot;:5.22},{&quot;2026-07-28&quot;:5.22},{&quot;2026-07-29&quot;:5.16},{&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.16},{&quot;2026-08-03&quot;:5.16},{&quot;2026-08-04&quot;:5.14},{&quot;2026-08-05&quot;:5.16},{&quot;2026-08-07&quot;:5.14},{&quot;2026-08-08&quot;:5.27},{&quot;2026-08-09&quot;:5.17},{&quot;2026-08-10&quot;:5.15},{&quot;2026-08-11&quot;:5.08},{&quot;2026-08-12&quot;:4.98},{&quot;2026-08-13&quot;:4.93},{&quot;2026-08-14&quot;:4.93},{&quot;2026-08-15&quot;:4.8},{&quot;2026-08-16&quot;:4.8},{&quot;2026-08-17&quot;:4.81},{&quot;2026-08-18&quot;:4.77},{&quot;2026-08-19&quot;:4.77},{&quot;2026-08-20&quot;:4.77},{&quot;2026-08-21&quot;:4.62},{&quot;2026-08-22&quot;:4.62},{&quot;2026-08-23&quot;:4.52},{&quot;2026-08-24&quot;:4.51},{&quot;2026-08-25&quot;:4.51},{&quot;2026-08-26&quot;:4.43},{&quot;2026-08-27&quot;:4.48},{&quot;2026-08-28&quot;:4.47},{&quot;2026-08-29&quot;:4.47},{&quot;2026-08-30&quot;:4.55},{&quot;2026-08-31&quot;:4.45},{&quot;2026-09-01&quot;:4.45},{&quot;2026-09-02&quot;:4.57},{&quot;2026-09-03&quot;:4.52},{&quot;2026-09-04&quot;:4.51},{&quot;2026-09-05&quot;:4.6},{&quot;2026-09-06&quot;:4.72},{&quot;2026-09-07&quot;:4.79},{&quot;2026-09-08&quot;:4.75},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.65},{&quot;2026-09-11&quot;:4.65}]}"
        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="57527"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-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">
            Venerated Rotpriest
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Venerated Rotpriest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d1b032e3-14e3-48ba-ab8a-d2b4f8d31a7d.jpg?1783918006" />

        <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">
            Venerated Rotpriest
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Venerated Rotpriest" src="https://cards.scryfall.io/large/front/d/1/d1b032e3-14e3-48ba-ab8a-d2b4f8d31a7d.jpg?1783918006" />
    </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">
                $4.65
              </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">
                $4.88
              </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.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.14},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.43},{&quot;2026-06-16&quot;:2.43},{&quot;2026-06-17&quot;:2.68},{&quot;2026-06-18&quot;:2.68},{&quot;2026-06-19&quot;:2.68},{&quot;2026-06-20&quot;:2.68},{&quot;2026-06-21&quot;:2.88},{&quot;2026-06-22&quot;:3.01},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.41},{&quot;2026-06-26&quot;:3.41},{&quot;2026-06-27&quot;:3.41},{&quot;2026-06-28&quot;:3.41},{&quot;2026-06-29&quot;:3.59},{&quot;2026-06-30&quot;:3.63},{&quot;2026-07-01&quot;:3.69},{&quot;2026-07-02&quot;:3.79},{&quot;2026-07-03&quot;:4.11},{&quot;2026-07-04&quot;:4.11},{&quot;2026-07-05&quot;:4.11},{&quot;2026-07-06&quot;:4.11},{&quot;2026-07-07&quot;:4.11},{&quot;2026-07-08&quot;:4.12},{&quot;2026-07-09&quot;:4.12},{&quot;2026-07-10&quot;:4.12},{&quot;2026-07-11&quot;:4.12},{&quot;2026-07-12&quot;:4.12},{&quot;2026-07-13&quot;:4.12},{&quot;2026-07-14&quot;:4.04},{&quot;2026-07-15&quot;:4.13},{&quot;2026-07-16&quot;:4.13},{&quot;2026-07-17&quot;:4.2},{&quot;2026-07-18&quot;:4.21},{&quot;2026-07-19&quot;:4.17},{&quot;2026-07-20&quot;:4.22},{&quot;2026-07-21&quot;:4.18},{&quot;2026-07-22&quot;:4.18},{&quot;2026-07-23&quot;:4.18},{&quot;2026-07-24&quot;:4.06},{&quot;2026-07-25&quot;:4.06},{&quot;2026-07-26&quot;:4.06},{&quot;2026-07-27&quot;:4.02},{&quot;2026-07-28&quot;:3.99},{&quot;2026-07-29&quot;:3.96},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:4.03},{&quot;2026-08-01&quot;:4.03},{&quot;2026-08-02&quot;:4.03},{&quot;2026-08-03&quot;:4.03},{&quot;2026-08-04&quot;:4.03},{&quot;2026-08-05&quot;:3.98},{&quot;2026-08-07&quot;:4.05},{&quot;2026-08-08&quot;:4.01},{&quot;2026-08-09&quot;:4.01},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.92},{&quot;2026-08-12&quot;:3.94},{&quot;2026-08-13&quot;:3.99},{&quot;2026-08-14&quot;:4.17},{&quot;2026-08-15&quot;:4.17},{&quot;2026-08-16&quot;:4.41},{&quot;2026-08-17&quot;:4.41},{&quot;2026-08-18&quot;:4.49},{&quot;2026-08-19&quot;:4.5},{&quot;2026-08-20&quot;:4.5},{&quot;2026-08-21&quot;:4.5},{&quot;2026-08-22&quot;:4.5},{&quot;2026-08-23&quot;:4.5},{&quot;2026-08-24&quot;:4.5},{&quot;2026-08-25&quot;:4.5},{&quot;2026-08-26&quot;:4.5},{&quot;2026-08-27&quot;:4.5},{&quot;2026-08-28&quot;:4.52},{&quot;2026-08-29&quot;:4.52},{&quot;2026-08-30&quot;:4.64},{&quot;2026-08-31&quot;:4.77},{&quot;2026-09-01&quot;:4.71},{&quot;2026-09-02&quot;:4.71},{&quot;2026-09-03&quot;:4.71},{&quot;2026-09-04&quot;:4.71},{&quot;2026-09-05&quot;:4.7},{&quot;2026-09-06&quot;:4.7},{&quot;2026-09-07&quot;:4.7},{&quot;2026-09-08&quot;:4.76},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.69},{&quot;2026-09-11&quot;:4.88}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.5},{&quot;2026-06-14&quot;:2.82},{&quot;2026-06-15&quot;:3.71},{&quot;2026-06-16&quot;:3.64},{&quot;2026-06-17&quot;:4.08},{&quot;2026-06-18&quot;:4.24},{&quot;2026-06-19&quot;:3.46},{&quot;2026-06-20&quot;:3.09},{&quot;2026-06-21&quot;:2.7},{&quot;2026-06-22&quot;:2.78},{&quot;2026-06-23&quot;:2.78},{&quot;2026-06-24&quot;:2.8},{&quot;2026-06-25&quot;:2.91},{&quot;2026-06-26&quot;:2.59},{&quot;2026-06-27&quot;:2.6},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.46},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.23},{&quot;2026-07-02&quot;:2.08},{&quot;2026-07-03&quot;:2.09},{&quot;2026-07-04&quot;:2.19},{&quot;2026-07-05&quot;:2.36},{&quot;2026-07-06&quot;:2.81},{&quot;2026-07-07&quot;:2.85},{&quot;2026-07-08&quot;:2.88},{&quot;2026-07-09&quot;:2.87},{&quot;2026-07-10&quot;:3.06},{&quot;2026-07-11&quot;:3.0},{&quot;2026-07-12&quot;:3.08},{&quot;2026-07-13&quot;:2.82},{&quot;2026-07-14&quot;:3.0},{&quot;2026-07-15&quot;:2.98},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.19},{&quot;2026-07-18&quot;:3.38},{&quot;2026-07-19&quot;:3.66},{&quot;2026-07-20&quot;:3.89},{&quot;2026-07-21&quot;:4.08},{&quot;2026-07-22&quot;:4.6},{&quot;2026-07-23&quot;:4.6},{&quot;2026-07-24&quot;:4.0},{&quot;2026-07-25&quot;:3.57},{&quot;2026-07-26&quot;:2.62},{&quot;2026-07-27&quot;:2.81},{&quot;2026-07-28&quot;:2.97},{&quot;2026-07-29&quot;:3.13},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.4},{&quot;2026-08-01&quot;:3.4},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.45},{&quot;2026-08-05&quot;:4.39},{&quot;2026-08-07&quot;:4.78},{&quot;2026-08-08&quot;:4.65},{&quot;2026-08-09&quot;:4.38},{&quot;2026-08-10&quot;:4.26},{&quot;2026-08-11&quot;:4.18},{&quot;2026-08-12&quot;:4.0},{&quot;2026-08-13&quot;:3.92},{&quot;2026-08-14&quot;:3.54},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.74},{&quot;2026-08-17&quot;:3.52},{&quot;2026-08-18&quot;:2.91},{&quot;2026-08-19&quot;:2.99},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:3.08},{&quot;2026-08-22&quot;:2.93},{&quot;2026-08-23&quot;:2.91},{&quot;2026-08-24&quot;:2.89},{&quot;2026-08-25&quot;:2.94},{&quot;2026-08-26&quot;:2.95},{&quot;2026-08-27&quot;:3.04},{&quot;2026-08-28&quot;:2.94},{&quot;2026-08-29&quot;:2.94},{&quot;2026-08-30&quot;:3.07},{&quot;2026-08-31&quot;:3.23},{&quot;2026-09-01&quot;:3.61},{&quot;2026-09-02&quot;:3.7},{&quot;2026-09-03&quot;:3.71},{&quot;2026-09-04&quot;:3.88},{&quot;2026-09-05&quot;:4.28},{&quot;2026-09-06&quot;:4.74},{&quot;2026-09-07&quot;:4.74},{&quot;2026-09-08&quot;:4.84},{&quot;2026-09-09&quot;:5.11},{&quot;2026-09-10&quot;:4.99},{&quot;2026-09-11&quot;:4.65}]}"
        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="72268"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Loran of the Third Path" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/59faa45d-868b-4bc7-934c-0e077642e129.jpg?1783920128" />

        <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">
            Loran of the Third Path
        </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 Artificer</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Loran of the Third Path" src="https://cards.scryfall.io/large/front/5/9/59faa45d-868b-4bc7-934c-0e077642e129.jpg?1783920128" />
    </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">
                $4.65
              </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.63
              </span>

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

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

      <!-- 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.23},{&quot;2026-06-14&quot;:4.23},{&quot;2026-06-15&quot;:4.34},{&quot;2026-06-16&quot;:4.3},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.3},{&quot;2026-06-19&quot;:4.3},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.3},{&quot;2026-06-22&quot;:4.3},{&quot;2026-06-23&quot;:4.3},{&quot;2026-06-24&quot;:4.3},{&quot;2026-06-25&quot;:4.3},{&quot;2026-06-26&quot;:4.3},{&quot;2026-06-27&quot;:4.31},{&quot;2026-06-28&quot;:4.31},{&quot;2026-06-29&quot;:4.3},{&quot;2026-06-30&quot;:4.37},{&quot;2026-07-01&quot;:4.37},{&quot;2026-07-02&quot;:4.37},{&quot;2026-07-03&quot;:4.37},{&quot;2026-07-04&quot;:4.78},{&quot;2026-07-05&quot;:4.78},{&quot;2026-07-06&quot;:4.81},{&quot;2026-07-07&quot;:4.81},{&quot;2026-07-08&quot;:4.82},{&quot;2026-07-09&quot;:4.7},{&quot;2026-07-10&quot;:4.7},{&quot;2026-07-11&quot;:4.74},{&quot;2026-07-12&quot;:4.74},{&quot;2026-07-13&quot;:4.91},{&quot;2026-07-14&quot;:4.95},{&quot;2026-07-15&quot;:4.94},{&quot;2026-07-16&quot;:4.94},{&quot;2026-07-17&quot;:5.09},{&quot;2026-07-18&quot;:5.09},{&quot;2026-07-19&quot;:5.14},{&quot;2026-07-20&quot;:5.12},{&quot;2026-07-21&quot;:5.12},{&quot;2026-07-22&quot;:5.12},{&quot;2026-07-23&quot;:5.12},{&quot;2026-07-24&quot;:5.26},{&quot;2026-07-25&quot;:5.26},{&quot;2026-07-26&quot;:5.11},{&quot;2026-07-27&quot;:5.14},{&quot;2026-07-28&quot;:5.17},{&quot;2026-07-29&quot;:5.26},{&quot;2026-07-30&quot;:5.28},{&quot;2026-07-31&quot;:5.09},{&quot;2026-08-01&quot;:5.09},{&quot;2026-08-02&quot;:5.09},{&quot;2026-08-03&quot;:5.11},{&quot;2026-08-04&quot;:5.26},{&quot;2026-08-05&quot;:5.44},{&quot;2026-08-07&quot;:5.45},{&quot;2026-08-08&quot;:5.52},{&quot;2026-08-09&quot;:5.52},{&quot;2026-08-10&quot;:5.69},{&quot;2026-08-11&quot;:5.69},{&quot;2026-08-12&quot;:6.03},{&quot;2026-08-13&quot;:6.03},{&quot;2026-08-14&quot;:6.14},{&quot;2026-08-15&quot;:6.32},{&quot;2026-08-16&quot;:6.26},{&quot;2026-08-17&quot;:6.26},{&quot;2026-08-18&quot;:6.34},{&quot;2026-08-19&quot;:6.31},{&quot;2026-08-20&quot;:6.54},{&quot;2026-08-21&quot;:6.57},{&quot;2026-08-22&quot;:6.57},{&quot;2026-08-23&quot;:6.57},{&quot;2026-08-24&quot;:6.57},{&quot;2026-08-25&quot;:6.51},{&quot;2026-08-26&quot;:6.51},{&quot;2026-08-27&quot;:6.52},{&quot;2026-08-28&quot;:6.5},{&quot;2026-08-29&quot;:6.5},{&quot;2026-08-30&quot;:6.5},{&quot;2026-08-31&quot;:6.53},{&quot;2026-09-01&quot;:6.58},{&quot;2026-09-02&quot;:6.58},{&quot;2026-09-03&quot;:6.56},{&quot;2026-09-04&quot;:6.56},{&quot;2026-09-05&quot;:6.56},{&quot;2026-09-06&quot;:6.56},{&quot;2026-09-07&quot;:6.56},{&quot;2026-09-08&quot;:6.68},{&quot;2026-09-09&quot;:6.68},{&quot;2026-09-10&quot;:6.68},{&quot;2026-09-11&quot;:6.63}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.63},{&quot;2026-06-14&quot;:3.73},{&quot;2026-06-15&quot;:3.73},{&quot;2026-06-16&quot;:3.72},{&quot;2026-06-17&quot;:3.61},{&quot;2026-06-18&quot;:3.66},{&quot;2026-06-19&quot;:3.76},{&quot;2026-06-20&quot;:3.76},{&quot;2026-06-21&quot;:3.75},{&quot;2026-06-22&quot;:3.76},{&quot;2026-06-23&quot;:3.7},{&quot;2026-06-24&quot;:3.69},{&quot;2026-06-25&quot;:3.58},{&quot;2026-06-26&quot;:3.83},{&quot;2026-06-27&quot;:3.82},{&quot;2026-06-28&quot;:3.89},{&quot;2026-06-29&quot;:3.9},{&quot;2026-06-30&quot;:4.06},{&quot;2026-07-01&quot;:4.35},{&quot;2026-07-02&quot;:4.6},{&quot;2026-07-03&quot;:4.65},{&quot;2026-07-04&quot;:4.75},{&quot;2026-07-05&quot;:4.53},{&quot;2026-07-06&quot;:4.53},{&quot;2026-07-07&quot;:4.43},{&quot;2026-07-08&quot;:4.44},{&quot;2026-07-09&quot;:4.52},{&quot;2026-07-10&quot;:4.44},{&quot;2026-07-11&quot;:4.44},{&quot;2026-07-12&quot;:4.53},{&quot;2026-07-13&quot;:4.36},{&quot;2026-07-14&quot;:4.28},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.99},{&quot;2026-07-17&quot;:5.09},{&quot;2026-07-18&quot;:5.1},{&quot;2026-07-19&quot;:5.27},{&quot;2026-07-20&quot;:5.21},{&quot;2026-07-21&quot;:5.21},{&quot;2026-07-22&quot;:5.1},{&quot;2026-07-23&quot;:5.1},{&quot;2026-07-24&quot;:5.1},{&quot;2026-07-25&quot;:5.02},{&quot;2026-07-26&quot;:5.05},{&quot;2026-07-27&quot;:5.08},{&quot;2026-07-28&quot;:5.03},{&quot;2026-07-29&quot;:4.9},{&quot;2026-07-30&quot;:4.94},{&quot;2026-07-31&quot;:5.39},{&quot;2026-08-01&quot;:5.31},{&quot;2026-08-02&quot;:5.27},{&quot;2026-08-03&quot;:5.21},{&quot;2026-08-04&quot;:5.4},{&quot;2026-08-05&quot;:5.27},{&quot;2026-08-07&quot;:4.95},{&quot;2026-08-08&quot;:5.0},{&quot;2026-08-09&quot;:5.17},{&quot;2026-08-10&quot;:5.01},{&quot;2026-08-11&quot;:4.93},{&quot;2026-08-12&quot;:4.84},{&quot;2026-08-13&quot;:4.99},{&quot;2026-08-14&quot;:4.76},{&quot;2026-08-15&quot;:4.62},{&quot;2026-08-16&quot;:4.65},{&quot;2026-08-17&quot;:4.82},{&quot;2026-08-18&quot;:4.84},{&quot;2026-08-19&quot;:4.75},{&quot;2026-08-20&quot;:4.75},{&quot;2026-08-21&quot;:4.58},{&quot;2026-08-22&quot;:4.62},{&quot;2026-08-23&quot;:4.9},{&quot;2026-08-24&quot;:5.25},{&quot;2026-08-25&quot;:5.47},{&quot;2026-08-26&quot;:5.43},{&quot;2026-08-27&quot;:5.49},{&quot;2026-08-28&quot;:5.29},{&quot;2026-08-29&quot;:5.29},{&quot;2026-08-30&quot;:5.26},{&quot;2026-08-31&quot;:5.14},{&quot;2026-09-01&quot;:4.86},{&quot;2026-09-02&quot;:4.95},{&quot;2026-09-03&quot;:4.87},{&quot;2026-09-04&quot;:4.75},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:4.62},{&quot;2026-09-07&quot;:4.69},{&quot;2026-09-08&quot;:4.59},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.69},{&quot;2026-09-11&quot;:4.65}]}"
        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 951-1000 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=19&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=19&amp;username=denvermullets" rel="prev">19</a><a role="link" aria-disabled="true" aria-current="page">20</a><a href="/load_collection?direction=asc&amp;page=21&amp;username=denvermullets" rel="next">21</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=21&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="75326"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              71
            </td>

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12699"
          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">
              442
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Boros Charm


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14422"
          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">
              864
            </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>
              Lightning Greaves


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20689"
          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">
              243
            </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>
              Conjurer&#39;s Closet


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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95481"
          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">
              397
            </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>
              Joshua, Phoenix&#39;s Dominant // Phoenix, Warden of Fire


            </td>

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

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76112"
          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">
              348
            </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>
              Reliquary Tower


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.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">
                $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.46
            </td>
        </tr>

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

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


            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 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">
                $0.65
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24553"
          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">
              326
            </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>
              Ghost Vacuum


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13128"
          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">
              444
            </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-common ss-fw ss-2x mr-4"></i>
              Decanter of Endless Water


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

                    <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">
                  $4.75

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53392"
          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">
              237
            </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>
              Urza&#39;s Bauble


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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Gwenna, Eyes of Gaea


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75724"
          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">
              208
            </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>
              Pitiless Plunderer


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87230"
          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">
              10E-173
            </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>
              Relentless Rats


            </td>

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

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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75849"
          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">
              254
            </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>
              Rishkar&#39;s Expertise


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14190"
          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">
              789
            </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>
              Disrupt Decorum


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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x mr-4"></i>
              The Kami War // O-Kagachi Made Manifest


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24316"
          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">
              248
            </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>
              Ghost Vacuum


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41987"
          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">
              293
            </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>
              Plains


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x mr-4"></i>
              Goreclaw, Terror of Qal Sisma


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      45%
                    </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.28
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108896"
          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">
              57
            </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>
              Turbulent Springs


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9269"
          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">
              28
            </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>
              Varchild, Betrayer of Kjeldor


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12673"
          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">
              433
            </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>
              Ramunap Excavator


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20587"
          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">
              208
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Manamorphose


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49336"
          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">
              216
            </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>
              Unsettled Mariner


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Starscream, Power Hungry // Starscream, Seeker Leader


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85016"
          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">
              LRW-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Gilt-Leaf Palace


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19273"
          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">
              373
            </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-mythic ss-fw ss-2x mr-4"></i>
              Liliana of the Veil


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Loran of the Third Path


            </td>

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

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

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

                </div>
            </td>

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="72268"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72268" src="/boxset_card/72268?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 951-1000 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=19&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=19&amp;username=denvermullets" rel="prev">19</a><a role="link" aria-disabled="true" aria-current="page">20</a><a href="/load_collection?direction=asc&amp;page=21&amp;username=denvermullets" rel="next">21</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=21&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>