<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="14017"
  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">
            Vault of Champions
        </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">
            $18.48
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Vault of Champions" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0be7c23e-312d-4b20-9bb7-0344a73acac9.jpg?1783915505" />

        <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">
            Vault of Champions
        </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="Vault of Champions" src="https://cards.scryfall.io/large/front/0/b/0be7c23e-312d-4b20-9bb7-0344a73acac9.jpg?1783915505" />
    </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">
                $18.48
              </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">
                $19.38
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:19.81},{&quot;2026-06-11&quot;:20.01},{&quot;2026-06-12&quot;:20.07},{&quot;2026-06-13&quot;:20.07},{&quot;2026-06-14&quot;:19.92},{&quot;2026-06-15&quot;:19.92},{&quot;2026-06-16&quot;:19.99},{&quot;2026-06-17&quot;:19.99},{&quot;2026-06-18&quot;:19.99},{&quot;2026-06-19&quot;:19.99},{&quot;2026-06-20&quot;:19.99},{&quot;2026-06-21&quot;:19.99},{&quot;2026-06-22&quot;:20.01},{&quot;2026-06-23&quot;:20.01},{&quot;2026-06-24&quot;:20.06},{&quot;2026-06-25&quot;:20.06},{&quot;2026-06-26&quot;:20.06},{&quot;2026-06-27&quot;:20.2},{&quot;2026-06-28&quot;:20.2},{&quot;2026-06-29&quot;:20.2},{&quot;2026-06-30&quot;:20.31},{&quot;2026-07-01&quot;:20.31},{&quot;2026-07-02&quot;:20.31},{&quot;2026-07-03&quot;:20.31},{&quot;2026-07-04&quot;:20.33},{&quot;2026-07-05&quot;:20.33},{&quot;2026-07-06&quot;:20.33},{&quot;2026-07-07&quot;:20.41},{&quot;2026-07-08&quot;:20.36},{&quot;2026-07-09&quot;:20.36},{&quot;2026-07-10&quot;:20.36},{&quot;2026-07-11&quot;:20.55},{&quot;2026-07-12&quot;:20.55},{&quot;2026-07-13&quot;:20.47},{&quot;2026-07-14&quot;:20.47},{&quot;2026-07-15&quot;:20.3},{&quot;2026-07-16&quot;:20.3},{&quot;2026-07-17&quot;:20.3},{&quot;2026-07-18&quot;:20.16},{&quot;2026-07-19&quot;:20.06},{&quot;2026-07-20&quot;:20.06},{&quot;2026-07-21&quot;:20.06},{&quot;2026-07-23&quot;:19.71},{&quot;2026-07-25&quot;:19.71},{&quot;2026-07-26&quot;:19.63},{&quot;2026-07-27&quot;:19.6},{&quot;2026-07-29&quot;:19.71},{&quot;2026-07-30&quot;:19.71},{&quot;2026-07-31&quot;:19.71},{&quot;2026-08-01&quot;:19.71},{&quot;2026-08-02&quot;:19.71},{&quot;2026-08-03&quot;:19.71},{&quot;2026-08-04&quot;:19.59},{&quot;2026-08-05&quot;:19.59},{&quot;2026-08-07&quot;:19.6},{&quot;2026-08-08&quot;:19.6},{&quot;2026-08-09&quot;:19.6},{&quot;2026-08-10&quot;:19.61},{&quot;2026-08-11&quot;:19.7},{&quot;2026-08-12&quot;:19.62},{&quot;2026-08-13&quot;:19.62},{&quot;2026-08-14&quot;:19.62},{&quot;2026-08-15&quot;:19.61},{&quot;2026-08-16&quot;:19.61},{&quot;2026-08-17&quot;:19.63},{&quot;2026-08-18&quot;:19.73},{&quot;2026-08-19&quot;:19.73},{&quot;2026-08-20&quot;:19.73},{&quot;2026-08-21&quot;:19.6},{&quot;2026-08-22&quot;:19.6},{&quot;2026-08-23&quot;:19.82},{&quot;2026-08-24&quot;:19.82},{&quot;2026-08-25&quot;:19.82},{&quot;2026-08-26&quot;:19.58},{&quot;2026-08-27&quot;:19.59},{&quot;2026-08-28&quot;:19.63},{&quot;2026-08-29&quot;:19.63},{&quot;2026-08-30&quot;:19.63},{&quot;2026-08-31&quot;:19.56},{&quot;2026-09-01&quot;:19.56},{&quot;2026-09-02&quot;:19.61},{&quot;2026-09-03&quot;:19.61},{&quot;2026-09-04&quot;:19.54},{&quot;2026-09-05&quot;:19.43},{&quot;2026-09-06&quot;:19.43},{&quot;2026-09-07&quot;:19.43},{&quot;2026-09-08&quot;:19.41},{&quot;2026-09-09&quot;:19.41},{&quot;2026-09-10&quot;:19.38},{&quot;2026-09-11&quot;:19.38}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:17.58},{&quot;2026-06-11&quot;:17.54},{&quot;2026-06-12&quot;:17.61},{&quot;2026-06-13&quot;:17.61},{&quot;2026-06-14&quot;:17.64},{&quot;2026-06-15&quot;:17.72},{&quot;2026-06-16&quot;:17.6},{&quot;2026-06-17&quot;:17.71},{&quot;2026-06-18&quot;:17.87},{&quot;2026-06-19&quot;:17.94},{&quot;2026-06-20&quot;:17.94},{&quot;2026-06-21&quot;:18.12},{&quot;2026-06-22&quot;:18.06},{&quot;2026-06-23&quot;:18.06},{&quot;2026-06-24&quot;:18.06},{&quot;2026-06-25&quot;:18.06},{&quot;2026-06-26&quot;:18.01},{&quot;2026-06-27&quot;:18.01},{&quot;2026-06-28&quot;:17.89},{&quot;2026-06-29&quot;:17.79},{&quot;2026-06-30&quot;:17.85},{&quot;2026-07-01&quot;:17.89},{&quot;2026-07-02&quot;:17.91},{&quot;2026-07-03&quot;:18.04},{&quot;2026-07-04&quot;:18.04},{&quot;2026-07-05&quot;:18.12},{&quot;2026-07-06&quot;:18.12},{&quot;2026-07-07&quot;:18.12},{&quot;2026-07-08&quot;:18.12},{&quot;2026-07-09&quot;:18.08},{&quot;2026-07-10&quot;:18.11},{&quot;2026-07-11&quot;:18.08},{&quot;2026-07-12&quot;:17.8},{&quot;2026-07-13&quot;:17.51},{&quot;2026-07-14&quot;:17.38},{&quot;2026-07-15&quot;:17.29},{&quot;2026-07-16&quot;:17.29},{&quot;2026-07-17&quot;:17.29},{&quot;2026-07-18&quot;:17.29},{&quot;2026-07-19&quot;:17.31},{&quot;2026-07-20&quot;:17.31},{&quot;2026-07-21&quot;:17.45},{&quot;2026-07-23&quot;:17.44},{&quot;2026-07-25&quot;:17.35},{&quot;2026-07-26&quot;:17.4},{&quot;2026-07-27&quot;:17.54},{&quot;2026-07-29&quot;:17.54},{&quot;2026-07-30&quot;:17.52},{&quot;2026-07-31&quot;:17.92},{&quot;2026-08-01&quot;:17.99},{&quot;2026-08-02&quot;:17.99},{&quot;2026-08-03&quot;:18.4},{&quot;2026-08-04&quot;:18.67},{&quot;2026-08-05&quot;:18.74},{&quot;2026-08-07&quot;:18.94},{&quot;2026-08-08&quot;:18.94},{&quot;2026-08-09&quot;:18.97},{&quot;2026-08-10&quot;:19.05},{&quot;2026-08-11&quot;:18.97},{&quot;2026-08-12&quot;:18.94},{&quot;2026-08-13&quot;:18.96},{&quot;2026-08-14&quot;:18.96},{&quot;2026-08-15&quot;:18.96},{&quot;2026-08-16&quot;:18.96},{&quot;2026-08-17&quot;:18.76},{&quot;2026-08-18&quot;:18.63},{&quot;2026-08-19&quot;:18.58},{&quot;2026-08-20&quot;:18.58},{&quot;2026-08-21&quot;:18.42},{&quot;2026-08-22&quot;:18.45},{&quot;2026-08-23&quot;:18.3},{&quot;2026-08-24&quot;:18.3},{&quot;2026-08-25&quot;:18.3},{&quot;2026-08-26&quot;:18.14},{&quot;2026-08-27&quot;:18.21},{&quot;2026-08-28&quot;:18.28},{&quot;2026-08-29&quot;:18.28},{&quot;2026-08-30&quot;:18.22},{&quot;2026-08-31&quot;:18.2},{&quot;2026-09-01&quot;:18.2},{&quot;2026-09-02&quot;:18.32},{&quot;2026-09-03&quot;:18.37},{&quot;2026-09-04&quot;:18.61},{&quot;2026-09-05&quot;:18.61},{&quot;2026-09-06&quot;:18.62},{&quot;2026-09-07&quot;:18.62},{&quot;2026-09-08&quot;:18.62},{&quot;2026-09-09&quot;:18.62},{&quot;2026-09-10&quot;:18.51},{&quot;2026-09-11&quot;:18.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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 Vitality
        </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 — Elk 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-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="Enduring Vitality" src="https://cards.scryfall.io/large/front/9/d/9d76a30c-0431-4334-892a-9822dda9671a.jpg?1783909457" />
    </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">
                $18.40
              </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">
                $19.64
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:9.92},{&quot;2026-06-11&quot;:9.98},{&quot;2026-06-12&quot;:9.99},{&quot;2026-06-13&quot;:9.92},{&quot;2026-06-14&quot;:9.92},{&quot;2026-06-15&quot;:10.1},{&quot;2026-06-16&quot;:10.2},{&quot;2026-06-17&quot;:10.2},{&quot;2026-06-18&quot;:9.99},{&quot;2026-06-19&quot;:10.07},{&quot;2026-06-20&quot;:10.21},{&quot;2026-06-21&quot;:10.12},{&quot;2026-06-22&quot;:10.17},{&quot;2026-06-23&quot;:10.44},{&quot;2026-06-24&quot;:10.59},{&quot;2026-06-25&quot;:10.6},{&quot;2026-06-26&quot;:10.64},{&quot;2026-06-27&quot;:10.61},{&quot;2026-06-28&quot;:10.93},{&quot;2026-06-29&quot;:10.96},{&quot;2026-06-30&quot;:11.04},{&quot;2026-07-01&quot;:11.2},{&quot;2026-07-02&quot;:11.21},{&quot;2026-07-03&quot;:11.33},{&quot;2026-07-04&quot;:11.59},{&quot;2026-07-05&quot;:11.53},{&quot;2026-07-06&quot;:11.62},{&quot;2026-07-07&quot;:11.82},{&quot;2026-07-08&quot;:12.25},{&quot;2026-07-09&quot;:12.23},{&quot;2026-07-10&quot;:12.61},{&quot;2026-07-11&quot;:13.04},{&quot;2026-07-12&quot;:13.45},{&quot;2026-07-13&quot;:13.79},{&quot;2026-07-14&quot;:13.79},{&quot;2026-07-15&quot;:13.88},{&quot;2026-07-16&quot;:13.98},{&quot;2026-07-17&quot;:14.2},{&quot;2026-07-18&quot;:13.91},{&quot;2026-07-19&quot;:13.98},{&quot;2026-07-20&quot;:14.19},{&quot;2026-07-21&quot;:14.19},{&quot;2026-07-23&quot;:14.6},{&quot;2026-07-25&quot;:15.08},{&quot;2026-07-26&quot;:15.08},{&quot;2026-07-27&quot;:15.08},{&quot;2026-07-29&quot;:15.38},{&quot;2026-07-30&quot;:15.73},{&quot;2026-07-31&quot;:15.96},{&quot;2026-08-01&quot;:16.08},{&quot;2026-08-02&quot;:16.8},{&quot;2026-08-03&quot;:16.8},{&quot;2026-08-04&quot;:18.03},{&quot;2026-08-05&quot;:18.15},{&quot;2026-08-07&quot;:18.32},{&quot;2026-08-08&quot;:18.45},{&quot;2026-08-09&quot;:18.62},{&quot;2026-08-10&quot;:18.62},{&quot;2026-08-11&quot;:18.62},{&quot;2026-08-12&quot;:18.32},{&quot;2026-08-13&quot;:18.32},{&quot;2026-08-14&quot;:18.44},{&quot;2026-08-15&quot;:18.44},{&quot;2026-08-16&quot;:19.09},{&quot;2026-08-17&quot;:19.17},{&quot;2026-08-18&quot;:19.17},{&quot;2026-08-19&quot;:19.21},{&quot;2026-08-20&quot;:19.21},{&quot;2026-08-21&quot;:19.49},{&quot;2026-08-22&quot;:19.49},{&quot;2026-08-23&quot;:19.49},{&quot;2026-08-24&quot;:19.42},{&quot;2026-08-25&quot;:19.42},{&quot;2026-08-26&quot;:19.73},{&quot;2026-08-27&quot;:19.77},{&quot;2026-08-28&quot;:19.42},{&quot;2026-08-29&quot;:19.42},{&quot;2026-08-30&quot;:19.34},{&quot;2026-08-31&quot;:19.34},{&quot;2026-09-01&quot;:19.34},{&quot;2026-09-02&quot;:19.34},{&quot;2026-09-03&quot;:19.55},{&quot;2026-09-04&quot;:19.58},{&quot;2026-09-05&quot;:19.61},{&quot;2026-09-06&quot;:19.52},{&quot;2026-09-07&quot;:19.52},{&quot;2026-09-08&quot;:19.52},{&quot;2026-09-09&quot;:19.54},{&quot;2026-09-10&quot;:19.54},{&quot;2026-09-11&quot;:19.64}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.48},{&quot;2026-06-11&quot;:9.41},{&quot;2026-06-12&quot;:9.69},{&quot;2026-06-13&quot;:9.66},{&quot;2026-06-14&quot;:9.85},{&quot;2026-06-15&quot;:10.02},{&quot;2026-06-16&quot;:9.67},{&quot;2026-06-17&quot;:9.62},{&quot;2026-06-18&quot;:9.55},{&quot;2026-06-19&quot;:9.61},{&quot;2026-06-20&quot;:9.58},{&quot;2026-06-21&quot;:9.71},{&quot;2026-06-22&quot;:9.94},{&quot;2026-06-23&quot;:9.99},{&quot;2026-06-24&quot;:10.26},{&quot;2026-06-25&quot;:11.07},{&quot;2026-06-26&quot;:10.43},{&quot;2026-06-27&quot;:10.92},{&quot;2026-06-28&quot;:11.44},{&quot;2026-06-29&quot;:10.99},{&quot;2026-06-30&quot;:11.4},{&quot;2026-07-01&quot;:11.83},{&quot;2026-07-02&quot;:11.24},{&quot;2026-07-03&quot;:11.85},{&quot;2026-07-04&quot;:12.38},{&quot;2026-07-05&quot;:11.9},{&quot;2026-07-06&quot;:12.11},{&quot;2026-07-07&quot;:12.12},{&quot;2026-07-08&quot;:12.75},{&quot;2026-07-09&quot;:12.99},{&quot;2026-07-10&quot;:12.33},{&quot;2026-07-11&quot;:12.44},{&quot;2026-07-12&quot;:13.94},{&quot;2026-07-13&quot;:13.45},{&quot;2026-07-14&quot;:14.47},{&quot;2026-07-15&quot;:14.56},{&quot;2026-07-16&quot;:14.73},{&quot;2026-07-17&quot;:14.53},{&quot;2026-07-18&quot;:14.8},{&quot;2026-07-19&quot;:15.54},{&quot;2026-07-20&quot;:15.42},{&quot;2026-07-21&quot;:15.85},{&quot;2026-07-23&quot;:15.56},{&quot;2026-07-25&quot;:16.29},{&quot;2026-07-26&quot;:16.5},{&quot;2026-07-27&quot;:17.21},{&quot;2026-07-29&quot;:16.95},{&quot;2026-07-30&quot;:17.0},{&quot;2026-07-31&quot;:18.0},{&quot;2026-08-01&quot;:17.97},{&quot;2026-08-02&quot;:19.02},{&quot;2026-08-03&quot;:18.84},{&quot;2026-08-04&quot;:18.64},{&quot;2026-08-05&quot;:18.07},{&quot;2026-08-07&quot;:18.07},{&quot;2026-08-08&quot;:17.85},{&quot;2026-08-09&quot;:18.1},{&quot;2026-08-10&quot;:19.36},{&quot;2026-08-11&quot;:19.29},{&quot;2026-08-12&quot;:19.94},{&quot;2026-08-13&quot;:19.16},{&quot;2026-08-14&quot;:18.5},{&quot;2026-08-15&quot;:18.32},{&quot;2026-08-16&quot;:17.02},{&quot;2026-08-17&quot;:17.31},{&quot;2026-08-18&quot;:17.47},{&quot;2026-08-19&quot;:17.37},{&quot;2026-08-20&quot;:17.37},{&quot;2026-08-21&quot;:17.43},{&quot;2026-08-22&quot;:17.16},{&quot;2026-08-23&quot;:17.21},{&quot;2026-08-24&quot;:17.26},{&quot;2026-08-25&quot;:17.26},{&quot;2026-08-26&quot;:17.17},{&quot;2026-08-27&quot;:17.27},{&quot;2026-08-28&quot;:17.28},{&quot;2026-08-29&quot;:17.28},{&quot;2026-08-30&quot;:17.42},{&quot;2026-08-31&quot;:17.99},{&quot;2026-09-01&quot;:17.99},{&quot;2026-09-02&quot;:15.37},{&quot;2026-09-03&quot;:17.07},{&quot;2026-09-04&quot;:17.12},{&quot;2026-09-05&quot;:16.88},{&quot;2026-09-06&quot;:17.22},{&quot;2026-09-07&quot;:17.39},{&quot;2026-09-08&quot;:17.55},{&quot;2026-09-09&quot;:17.99},{&quot;2026-09-10&quot;:17.97},{&quot;2026-09-11&quot;:18.4}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49506"
  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-mh3 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">
            Warren Soultrader
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Warren Soultrader
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Warren Soultrader" src="https://cards.scryfall.io/large/front/b/3/b334e4c6-d316-4141-8889-f95afcc04701.jpg?1784634565" />
    </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">
                $18.29
              </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">
                $17.94
              </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">$14.00</span>
              <span class="text-xs text-grey-text">Credit: $18.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-12&quot;:15.43},{&quot;2026-06-13&quot;:15.43},{&quot;2026-06-14&quot;:15.43},{&quot;2026-06-15&quot;:15.38},{&quot;2026-06-16&quot;:15.38},{&quot;2026-06-17&quot;:15.38},{&quot;2026-06-18&quot;:15.33},{&quot;2026-06-19&quot;:15.31},{&quot;2026-06-20&quot;:15.37},{&quot;2026-06-21&quot;:15.37},{&quot;2026-06-22&quot;:15.35},{&quot;2026-06-23&quot;:15.35},{&quot;2026-06-24&quot;:15.36},{&quot;2026-06-25&quot;:15.24},{&quot;2026-06-26&quot;:15.24},{&quot;2026-06-27&quot;:15.24},{&quot;2026-06-28&quot;:15.16},{&quot;2026-06-29&quot;:15.16},{&quot;2026-06-30&quot;:14.99},{&quot;2026-07-01&quot;:14.99},{&quot;2026-07-02&quot;:15.0},{&quot;2026-07-03&quot;:14.82},{&quot;2026-07-04&quot;:14.79},{&quot;2026-07-05&quot;:14.8},{&quot;2026-07-06&quot;:14.8},{&quot;2026-07-07&quot;:15.02},{&quot;2026-07-08&quot;:15.16},{&quot;2026-07-09&quot;:15.26},{&quot;2026-07-10&quot;:15.31},{&quot;2026-07-11&quot;:15.32},{&quot;2026-07-12&quot;:15.32},{&quot;2026-07-13&quot;:15.48},{&quot;2026-07-14&quot;:15.74},{&quot;2026-07-15&quot;:15.82},{&quot;2026-07-16&quot;:15.81},{&quot;2026-07-17&quot;:15.95},{&quot;2026-07-18&quot;:15.89},{&quot;2026-07-19&quot;:15.87},{&quot;2026-07-20&quot;:15.83},{&quot;2026-07-21&quot;:15.89},{&quot;2026-07-23&quot;:16.01},{&quot;2026-07-24&quot;:16.01},{&quot;2026-07-25&quot;:16.01},{&quot;2026-07-26&quot;:15.93},{&quot;2026-07-27&quot;:16.11},{&quot;2026-07-28&quot;:16.22},{&quot;2026-07-29&quot;:16.22},{&quot;2026-07-30&quot;:16.16},{&quot;2026-07-31&quot;:16.16},{&quot;2026-08-01&quot;:16.2},{&quot;2026-08-02&quot;:16.18},{&quot;2026-08-03&quot;:16.17},{&quot;2026-08-04&quot;:16.14},{&quot;2026-08-05&quot;:16.17},{&quot;2026-08-07&quot;:16.21},{&quot;2026-08-08&quot;:16.46},{&quot;2026-08-09&quot;:16.59},{&quot;2026-08-10&quot;:16.59},{&quot;2026-08-11&quot;:16.51},{&quot;2026-08-12&quot;:16.7},{&quot;2026-08-13&quot;:16.59},{&quot;2026-08-14&quot;:16.51},{&quot;2026-08-15&quot;:16.4},{&quot;2026-08-16&quot;:16.14},{&quot;2026-08-17&quot;:16.11},{&quot;2026-08-18&quot;:16.28},{&quot;2026-08-19&quot;:16.09},{&quot;2026-08-20&quot;:16.09},{&quot;2026-08-21&quot;:15.75},{&quot;2026-08-22&quot;:15.66},{&quot;2026-08-23&quot;:15.91},{&quot;2026-08-24&quot;:16.13},{&quot;2026-08-25&quot;:16.43},{&quot;2026-08-26&quot;:16.81},{&quot;2026-08-27&quot;:16.97},{&quot;2026-08-28&quot;:17.36},{&quot;2026-08-29&quot;:17.36},{&quot;2026-08-30&quot;:17.96},{&quot;2026-08-31&quot;:18.24},{&quot;2026-09-01&quot;:18.25},{&quot;2026-09-02&quot;:18.16},{&quot;2026-09-03&quot;:18.39},{&quot;2026-09-04&quot;:18.8},{&quot;2026-09-05&quot;:18.72},{&quot;2026-09-06&quot;:18.5},{&quot;2026-09-07&quot;:18.5},{&quot;2026-09-08&quot;:18.21},{&quot;2026-09-09&quot;:17.91},{&quot;2026-09-10&quot;:17.95},{&quot;2026-09-11&quot;:17.94}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:13.84},{&quot;2026-06-13&quot;:13.22},{&quot;2026-06-14&quot;:13.21},{&quot;2026-06-15&quot;:13.25},{&quot;2026-06-16&quot;:13.58},{&quot;2026-06-17&quot;:13.83},{&quot;2026-06-18&quot;:13.55},{&quot;2026-06-19&quot;:13.7},{&quot;2026-06-20&quot;:13.42},{&quot;2026-06-21&quot;:13.04},{&quot;2026-06-22&quot;:13.28},{&quot;2026-06-23&quot;:13.1},{&quot;2026-06-24&quot;:12.91},{&quot;2026-06-25&quot;:12.54},{&quot;2026-06-26&quot;:12.19},{&quot;2026-06-27&quot;:12.03},{&quot;2026-06-28&quot;:12.04},{&quot;2026-06-29&quot;:12.53},{&quot;2026-06-30&quot;:12.82},{&quot;2026-07-01&quot;:12.77},{&quot;2026-07-02&quot;:13.24},{&quot;2026-07-03&quot;:13.01},{&quot;2026-07-04&quot;:13.09},{&quot;2026-07-05&quot;:13.4},{&quot;2026-07-06&quot;:13.33},{&quot;2026-07-07&quot;:13.39},{&quot;2026-07-08&quot;:13.59},{&quot;2026-07-09&quot;:14.4},{&quot;2026-07-10&quot;:14.61},{&quot;2026-07-11&quot;:13.79},{&quot;2026-07-12&quot;:14.43},{&quot;2026-07-13&quot;:14.13},{&quot;2026-07-14&quot;:14.04},{&quot;2026-07-15&quot;:14.21},{&quot;2026-07-16&quot;:14.78},{&quot;2026-07-17&quot;:14.56},{&quot;2026-07-18&quot;:13.9},{&quot;2026-07-19&quot;:13.78},{&quot;2026-07-20&quot;:14.34},{&quot;2026-07-21&quot;:14.36},{&quot;2026-07-23&quot;:14.56},{&quot;2026-07-24&quot;:14.12},{&quot;2026-07-25&quot;:14.2},{&quot;2026-07-26&quot;:13.36},{&quot;2026-07-27&quot;:14.37},{&quot;2026-07-28&quot;:14.84},{&quot;2026-07-29&quot;:14.67},{&quot;2026-07-30&quot;:15.06},{&quot;2026-07-31&quot;:15.2},{&quot;2026-08-01&quot;:14.91},{&quot;2026-08-02&quot;:14.75},{&quot;2026-08-03&quot;:14.89},{&quot;2026-08-04&quot;:14.68},{&quot;2026-08-05&quot;:14.05},{&quot;2026-08-07&quot;:15.34},{&quot;2026-08-08&quot;:15.08},{&quot;2026-08-09&quot;:16.59},{&quot;2026-08-10&quot;:16.12},{&quot;2026-08-11&quot;:15.71},{&quot;2026-08-12&quot;:15.36},{&quot;2026-08-13&quot;:15.83},{&quot;2026-08-14&quot;:15.6},{&quot;2026-08-15&quot;:14.99},{&quot;2026-08-16&quot;:15.26},{&quot;2026-08-17&quot;:15.87},{&quot;2026-08-18&quot;:15.74},{&quot;2026-08-19&quot;:15.43},{&quot;2026-08-20&quot;:15.43},{&quot;2026-08-21&quot;:15.51},{&quot;2026-08-22&quot;:16.11},{&quot;2026-08-23&quot;:16.03},{&quot;2026-08-24&quot;:16.26},{&quot;2026-08-25&quot;:16.92},{&quot;2026-08-26&quot;:16.87},{&quot;2026-08-27&quot;:17.11},{&quot;2026-08-28&quot;:17.06},{&quot;2026-08-29&quot;:17.06},{&quot;2026-08-30&quot;:17.22},{&quot;2026-08-31&quot;:17.33},{&quot;2026-09-01&quot;:17.65},{&quot;2026-09-02&quot;:17.11},{&quot;2026-09-03&quot;:17.4},{&quot;2026-09-04&quot;:17.36},{&quot;2026-09-05&quot;:17.54},{&quot;2026-09-06&quot;:17.07},{&quot;2026-09-07&quot;:16.69},{&quot;2026-09-08&quot;:17.11},{&quot;2026-09-09&quot;:17.89},{&quot;2026-09-10&quot;:18.09},{&quot;2026-09-11&quot;:18.29}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13807"
  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">
            Astral Dragon
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $18.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="Astral Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/670fbc63-4c9b-4e57-b53e-4ca4d7a224ba.jpg?1783922511" />

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Astral Dragon" src="https://cards.scryfall.io/large/front/6/7/670fbc63-4c9b-4e57-b53e-4ca4d7a224ba.jpg?1783922511" />
    </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">
                $18.26
              </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">$12.50</span>
              <span class="text-xs text-grey-text">Credit: $16.25</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:21.14},{&quot;2026-06-14&quot;:21.12},{&quot;2026-06-15&quot;:21.12},{&quot;2026-06-16&quot;:21.12},{&quot;2026-06-17&quot;:20.59},{&quot;2026-06-18&quot;:20.62},{&quot;2026-06-19&quot;:20.77},{&quot;2026-06-20&quot;:20.53},{&quot;2026-06-21&quot;:20.17},{&quot;2026-06-22&quot;:20.06},{&quot;2026-06-23&quot;:19.96},{&quot;2026-06-24&quot;:19.85},{&quot;2026-06-25&quot;:20.01},{&quot;2026-06-26&quot;:19.91},{&quot;2026-06-27&quot;:19.92},{&quot;2026-06-28&quot;:20.19},{&quot;2026-06-29&quot;:20.41},{&quot;2026-06-30&quot;:20.37},{&quot;2026-07-01&quot;:20.31},{&quot;2026-07-02&quot;:20.42},{&quot;2026-07-03&quot;:20.4},{&quot;2026-07-04&quot;:20.5},{&quot;2026-07-05&quot;:20.5},{&quot;2026-07-06&quot;:20.52},{&quot;2026-07-07&quot;:20.7},{&quot;2026-07-08&quot;:20.42},{&quot;2026-07-09&quot;:20.42},{&quot;2026-07-10&quot;:20.57},{&quot;2026-07-11&quot;:20.44},{&quot;2026-07-12&quot;:20.46},{&quot;2026-07-13&quot;:20.37},{&quot;2026-07-14&quot;:20.37},{&quot;2026-07-15&quot;:20.32},{&quot;2026-07-16&quot;:20.32},{&quot;2026-07-17&quot;:20.28},{&quot;2026-07-18&quot;:20.28},{&quot;2026-07-19&quot;:20.19},{&quot;2026-07-20&quot;:19.97},{&quot;2026-07-21&quot;:19.97},{&quot;2026-07-22&quot;:19.87},{&quot;2026-07-23&quot;:19.87},{&quot;2026-07-24&quot;:19.87},{&quot;2026-07-25&quot;:19.87},{&quot;2026-07-26&quot;:19.87},{&quot;2026-07-27&quot;:19.89},{&quot;2026-07-28&quot;:19.86},{&quot;2026-07-29&quot;:19.86},{&quot;2026-07-30&quot;:19.76},{&quot;2026-07-31&quot;:19.81},{&quot;2026-08-01&quot;:19.81},{&quot;2026-08-02&quot;:19.86},{&quot;2026-08-03&quot;:19.96},{&quot;2026-08-04&quot;:19.83},{&quot;2026-08-05&quot;:19.93},{&quot;2026-08-07&quot;:19.93},{&quot;2026-08-08&quot;:19.96},{&quot;2026-08-09&quot;:19.96},{&quot;2026-08-10&quot;:19.67},{&quot;2026-08-11&quot;:19.54},{&quot;2026-08-12&quot;:19.44},{&quot;2026-08-13&quot;:19.39},{&quot;2026-08-14&quot;:19.22},{&quot;2026-08-15&quot;:19.15},{&quot;2026-08-16&quot;:19.17},{&quot;2026-08-17&quot;:19.17},{&quot;2026-08-18&quot;:19.13},{&quot;2026-08-19&quot;:19.27},{&quot;2026-08-20&quot;:19.23},{&quot;2026-08-21&quot;:19.23},{&quot;2026-08-22&quot;:19.14},{&quot;2026-08-23&quot;:18.92},{&quot;2026-08-24&quot;:18.8},{&quot;2026-08-25&quot;:18.8},{&quot;2026-08-26&quot;:18.95},{&quot;2026-08-27&quot;:18.95},{&quot;2026-08-28&quot;:18.93},{&quot;2026-08-29&quot;:18.93},{&quot;2026-08-30&quot;:18.89},{&quot;2026-08-31&quot;:18.98},{&quot;2026-09-01&quot;:18.87},{&quot;2026-09-02&quot;:18.72},{&quot;2026-09-03&quot;:18.83},{&quot;2026-09-04&quot;:18.68},{&quot;2026-09-05&quot;:18.72},{&quot;2026-09-06&quot;:18.67},{&quot;2026-09-07&quot;:18.59},{&quot;2026-09-08&quot;:18.45},{&quot;2026-09-09&quot;:18.31},{&quot;2026-09-10&quot;:18.26},{&quot;2026-09-11&quot;:18.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="49342"
  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">
            Altar of Dementia
        </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">
              ↓
              3%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Altar of Dementia" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/169356e0-46dc-4096-8e66-36726454f104.jpg?1783933075" />

        <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">
            Altar of Dementia
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Altar of Dementia" src="https://cards.scryfall.io/large/front/1/6/169356e0-46dc-4096-8e66-36726454f104.jpg?1783933075" />
    </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">
                $18.23
              </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">
                $19.79
              </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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:18.13},{&quot;2026-06-14&quot;:18.13},{&quot;2026-06-15&quot;:18.13},{&quot;2026-06-16&quot;:18.13},{&quot;2026-06-17&quot;:18.13},{&quot;2026-06-18&quot;:18.13},{&quot;2026-06-19&quot;:18.13},{&quot;2026-06-20&quot;:18.13},{&quot;2026-06-21&quot;:18.13},{&quot;2026-06-22&quot;:18.13},{&quot;2026-06-23&quot;:18.13},{&quot;2026-06-24&quot;:18.13},{&quot;2026-06-25&quot;:18.13},{&quot;2026-06-26&quot;:18.13},{&quot;2026-06-27&quot;:18.13},{&quot;2026-06-28&quot;:18.13},{&quot;2026-06-29&quot;:18.13},{&quot;2026-06-30&quot;:18.45},{&quot;2026-07-01&quot;:18.45},{&quot;2026-07-02&quot;:18.62},{&quot;2026-07-03&quot;:18.74},{&quot;2026-07-04&quot;:18.74},{&quot;2026-07-05&quot;:18.74},{&quot;2026-07-06&quot;:18.74},{&quot;2026-07-07&quot;:18.74},{&quot;2026-07-08&quot;:18.74},{&quot;2026-07-09&quot;:18.74},{&quot;2026-07-10&quot;:18.74},{&quot;2026-07-11&quot;:18.74},{&quot;2026-07-12&quot;:18.74},{&quot;2026-07-13&quot;:18.74},{&quot;2026-07-14&quot;:19.11},{&quot;2026-07-15&quot;:19.11},{&quot;2026-07-16&quot;:19.11},{&quot;2026-07-17&quot;:19.11},{&quot;2026-07-18&quot;:19.11},{&quot;2026-07-19&quot;:19.11},{&quot;2026-07-20&quot;:19.11},{&quot;2026-07-21&quot;:19.11},{&quot;2026-07-22&quot;:19.11},{&quot;2026-07-23&quot;:19.11},{&quot;2026-07-24&quot;:19.11},{&quot;2026-07-25&quot;:19.11},{&quot;2026-07-26&quot;:19.11},{&quot;2026-07-27&quot;:19.11},{&quot;2026-07-28&quot;:19.11},{&quot;2026-07-29&quot;:19.11},{&quot;2026-07-30&quot;:19.11},{&quot;2026-07-31&quot;:19.24},{&quot;2026-08-01&quot;:19.24},{&quot;2026-08-02&quot;:19.24},{&quot;2026-08-03&quot;:19.24},{&quot;2026-08-04&quot;:19.24},{&quot;2026-08-05&quot;:19.24},{&quot;2026-08-07&quot;:19.27},{&quot;2026-08-08&quot;:19.27},{&quot;2026-08-09&quot;:19.52},{&quot;2026-08-10&quot;:19.52},{&quot;2026-08-11&quot;:19.52},{&quot;2026-08-12&quot;:19.52},{&quot;2026-08-13&quot;:19.52},{&quot;2026-08-14&quot;:19.52},{&quot;2026-08-15&quot;:19.52},{&quot;2026-08-16&quot;:19.52},{&quot;2026-08-17&quot;:19.52},{&quot;2026-08-18&quot;:19.52},{&quot;2026-08-19&quot;:19.52},{&quot;2026-08-20&quot;:19.52},{&quot;2026-08-21&quot;:19.52},{&quot;2026-08-22&quot;:19.52},{&quot;2026-08-23&quot;:19.52},{&quot;2026-08-24&quot;:19.52},{&quot;2026-08-25&quot;:19.52},{&quot;2026-08-26&quot;:19.52},{&quot;2026-08-27&quot;:19.52},{&quot;2026-08-28&quot;:19.52},{&quot;2026-08-29&quot;:19.52},{&quot;2026-08-30&quot;:19.52},{&quot;2026-08-31&quot;:19.52},{&quot;2026-09-01&quot;:19.52},{&quot;2026-09-02&quot;:19.52},{&quot;2026-09-03&quot;:19.52},{&quot;2026-09-04&quot;:19.52},{&quot;2026-09-05&quot;:19.52},{&quot;2026-09-06&quot;:19.52},{&quot;2026-09-07&quot;:19.52},{&quot;2026-09-08&quot;:19.61},{&quot;2026-09-09&quot;:19.61},{&quot;2026-09-10&quot;:19.61},{&quot;2026-09-11&quot;:19.79}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:17.36},{&quot;2026-06-14&quot;:17.4},{&quot;2026-06-15&quot;:17.16},{&quot;2026-06-16&quot;:17.25},{&quot;2026-06-17&quot;:17.19},{&quot;2026-06-18&quot;:17.17},{&quot;2026-06-19&quot;:17.45},{&quot;2026-06-20&quot;:17.5},{&quot;2026-06-21&quot;:17.78},{&quot;2026-06-22&quot;:18.06},{&quot;2026-06-23&quot;:18.07},{&quot;2026-06-24&quot;:18.53},{&quot;2026-06-25&quot;:18.5},{&quot;2026-06-26&quot;:18.19},{&quot;2026-06-27&quot;:18.04},{&quot;2026-06-28&quot;:17.63},{&quot;2026-06-29&quot;:17.47},{&quot;2026-06-30&quot;:17.43},{&quot;2026-07-01&quot;:16.85},{&quot;2026-07-02&quot;:16.56},{&quot;2026-07-03&quot;:16.05},{&quot;2026-07-04&quot;:16.22},{&quot;2026-07-05&quot;:16.39},{&quot;2026-07-06&quot;:16.46},{&quot;2026-07-07&quot;:16.48},{&quot;2026-07-08&quot;:16.4},{&quot;2026-07-09&quot;:16.5},{&quot;2026-07-10&quot;:16.89},{&quot;2026-07-11&quot;:17.0},{&quot;2026-07-12&quot;:16.78},{&quot;2026-07-13&quot;:16.55},{&quot;2026-07-14&quot;:16.83},{&quot;2026-07-15&quot;:17.22},{&quot;2026-07-16&quot;:17.22},{&quot;2026-07-17&quot;:17.22},{&quot;2026-07-18&quot;:17.28},{&quot;2026-07-19&quot;:17.59},{&quot;2026-07-20&quot;:17.76},{&quot;2026-07-21&quot;:18.01},{&quot;2026-07-22&quot;:18.23},{&quot;2026-07-23&quot;:17.93},{&quot;2026-07-24&quot;:17.88},{&quot;2026-07-25&quot;:17.81},{&quot;2026-07-26&quot;:17.84},{&quot;2026-07-27&quot;:17.17},{&quot;2026-07-28&quot;:17.07},{&quot;2026-07-29&quot;:17.03},{&quot;2026-07-30&quot;:17.01},{&quot;2026-07-31&quot;:17.01},{&quot;2026-08-01&quot;:17.01},{&quot;2026-08-02&quot;:16.95},{&quot;2026-08-03&quot;:17.15},{&quot;2026-08-04&quot;:16.89},{&quot;2026-08-05&quot;:16.58},{&quot;2026-08-07&quot;:17.2},{&quot;2026-08-08&quot;:17.73},{&quot;2026-08-09&quot;:17.66},{&quot;2026-08-10&quot;:17.58},{&quot;2026-08-11&quot;:17.69},{&quot;2026-08-12&quot;:17.94},{&quot;2026-08-13&quot;:17.91},{&quot;2026-08-14&quot;:17.86},{&quot;2026-08-15&quot;:17.95},{&quot;2026-08-16&quot;:17.81},{&quot;2026-08-17&quot;:17.89},{&quot;2026-08-18&quot;:17.76},{&quot;2026-08-19&quot;:17.45},{&quot;2026-08-20&quot;:17.69},{&quot;2026-08-21&quot;:17.53},{&quot;2026-08-22&quot;:17.51},{&quot;2026-08-23&quot;:17.52},{&quot;2026-08-24&quot;:17.3},{&quot;2026-08-25&quot;:17.25},{&quot;2026-08-26&quot;:17.27},{&quot;2026-08-27&quot;:17.27},{&quot;2026-08-28&quot;:17.37},{&quot;2026-08-29&quot;:17.37},{&quot;2026-08-30&quot;:18.01},{&quot;2026-08-31&quot;:17.99},{&quot;2026-09-01&quot;:18.5},{&quot;2026-09-02&quot;:18.5},{&quot;2026-09-03&quot;:18.26},{&quot;2026-09-04&quot;:18.65},{&quot;2026-09-05&quot;:18.8},{&quot;2026-09-06&quot;:19.34},{&quot;2026-09-07&quot;:19.3},{&quot;2026-09-08&quot;:19.29},{&quot;2026-09-09&quot;:18.89},{&quot;2026-09-10&quot;:18.5},{&quot;2026-09-11&quot;:18.23}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Pact of Negation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/b/cb91055f-215a-4243-835b-35de515a2ba5.jpg?1783910568" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Pact of Negation" src="https://cards.scryfall.io/large/front/c/b/cb91055f-215a-4243-835b-35de515a2ba5.jpg?1783910568" />
    </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">
                $18.23
              </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">
                $115.82
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$14.50</span>
              <span class="text-xs text-grey-text">Credit: $18.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;:108.68},{&quot;2026-06-14&quot;:108.68},{&quot;2026-06-15&quot;:108.68},{&quot;2026-06-16&quot;:108.68},{&quot;2026-06-17&quot;:108.68},{&quot;2026-06-18&quot;:108.68},{&quot;2026-06-19&quot;:109.94},{&quot;2026-06-20&quot;:109.94},{&quot;2026-06-21&quot;:109.94},{&quot;2026-06-22&quot;:109.94},{&quot;2026-06-23&quot;:111.06},{&quot;2026-06-24&quot;:111.06},{&quot;2026-06-25&quot;:111.06},{&quot;2026-06-26&quot;:111.06},{&quot;2026-06-27&quot;:111.06},{&quot;2026-06-28&quot;:111.06},{&quot;2026-06-29&quot;:111.06},{&quot;2026-06-30&quot;:111.06},{&quot;2026-07-01&quot;:111.06},{&quot;2026-07-02&quot;:111.06},{&quot;2026-07-03&quot;:112.75},{&quot;2026-07-04&quot;:113.65},{&quot;2026-07-05&quot;:113.65},{&quot;2026-07-06&quot;:113.65},{&quot;2026-07-07&quot;:113.65},{&quot;2026-07-08&quot;:113.65},{&quot;2026-07-09&quot;:113.65},{&quot;2026-07-10&quot;:113.65},{&quot;2026-07-11&quot;:113.65},{&quot;2026-07-12&quot;:112.41},{&quot;2026-07-13&quot;:113.1},{&quot;2026-07-14&quot;:114.15},{&quot;2026-07-15&quot;:114.15},{&quot;2026-07-16&quot;:114.15},{&quot;2026-07-17&quot;:114.15},{&quot;2026-07-18&quot;:114.15},{&quot;2026-07-19&quot;:115.14},{&quot;2026-07-20&quot;:115.76},{&quot;2026-07-21&quot;:115.7},{&quot;2026-07-22&quot;:115.7},{&quot;2026-07-23&quot;:115.7},{&quot;2026-07-24&quot;:116.54},{&quot;2026-07-25&quot;:117.73},{&quot;2026-07-26&quot;:117.73},{&quot;2026-07-27&quot;:117.73},{&quot;2026-07-28&quot;:117.73},{&quot;2026-07-29&quot;:117.73},{&quot;2026-07-30&quot;:117.73},{&quot;2026-07-31&quot;:117.73},{&quot;2026-08-01&quot;:117.73},{&quot;2026-08-02&quot;:117.73},{&quot;2026-08-03&quot;:117.73},{&quot;2026-08-04&quot;:117.73},{&quot;2026-08-05&quot;:117.73},{&quot;2026-08-07&quot;:117.73},{&quot;2026-08-08&quot;:117.73},{&quot;2026-08-09&quot;:117.73},{&quot;2026-08-10&quot;:117.73},{&quot;2026-08-11&quot;:117.73},{&quot;2026-08-12&quot;:117.73},{&quot;2026-08-13&quot;:117.73},{&quot;2026-08-14&quot;:117.73},{&quot;2026-08-15&quot;:117.73},{&quot;2026-08-16&quot;:118.05},{&quot;2026-08-17&quot;:118.05},{&quot;2026-08-18&quot;:118.05},{&quot;2026-08-19&quot;:118.05},{&quot;2026-08-20&quot;:118.05},{&quot;2026-08-21&quot;:118.05},{&quot;2026-08-22&quot;:118.05},{&quot;2026-08-23&quot;:118.05},{&quot;2026-08-24&quot;:118.04},{&quot;2026-08-25&quot;:118.04},{&quot;2026-08-26&quot;:118.04},{&quot;2026-08-27&quot;:115.82},{&quot;2026-08-28&quot;:115.82},{&quot;2026-08-29&quot;:115.82},{&quot;2026-08-30&quot;:115.82},{&quot;2026-08-31&quot;:115.82},{&quot;2026-09-01&quot;:115.82},{&quot;2026-09-02&quot;:115.82},{&quot;2026-09-03&quot;:115.82},{&quot;2026-09-04&quot;:115.82},{&quot;2026-09-05&quot;:115.82},{&quot;2026-09-06&quot;:115.82},{&quot;2026-09-07&quot;:115.82},{&quot;2026-09-08&quot;:115.82},{&quot;2026-09-09&quot;:115.82},{&quot;2026-09-10&quot;:115.82},{&quot;2026-09-11&quot;:115.82}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.84},{&quot;2026-06-14&quot;:16.63},{&quot;2026-06-15&quot;:16.8},{&quot;2026-06-16&quot;:17.0},{&quot;2026-06-17&quot;:17.26},{&quot;2026-06-18&quot;:17.36},{&quot;2026-06-19&quot;:17.52},{&quot;2026-06-20&quot;:17.52},{&quot;2026-06-21&quot;:17.45},{&quot;2026-06-22&quot;:17.4},{&quot;2026-06-23&quot;:17.41},{&quot;2026-06-24&quot;:17.6},{&quot;2026-06-25&quot;:17.63},{&quot;2026-06-26&quot;:17.66},{&quot;2026-06-27&quot;:17.77},{&quot;2026-06-28&quot;:17.87},{&quot;2026-06-29&quot;:17.88},{&quot;2026-06-30&quot;:17.91},{&quot;2026-07-01&quot;:17.92},{&quot;2026-07-02&quot;:17.9},{&quot;2026-07-03&quot;:17.9},{&quot;2026-07-04&quot;:18.09},{&quot;2026-07-05&quot;:18.13},{&quot;2026-07-06&quot;:18.13},{&quot;2026-07-07&quot;:18.23},{&quot;2026-07-08&quot;:18.23},{&quot;2026-07-09&quot;:18.56},{&quot;2026-07-10&quot;:18.56},{&quot;2026-07-11&quot;:18.56},{&quot;2026-07-12&quot;:18.78},{&quot;2026-07-13&quot;:18.78},{&quot;2026-07-14&quot;:18.77},{&quot;2026-07-15&quot;:18.76},{&quot;2026-07-16&quot;:18.76},{&quot;2026-07-17&quot;:18.67},{&quot;2026-07-18&quot;:18.67},{&quot;2026-07-19&quot;:18.75},{&quot;2026-07-20&quot;:18.63},{&quot;2026-07-21&quot;:18.63},{&quot;2026-07-22&quot;:18.63},{&quot;2026-07-23&quot;:18.7},{&quot;2026-07-24&quot;:18.56},{&quot;2026-07-25&quot;:18.52},{&quot;2026-07-26&quot;:18.5},{&quot;2026-07-27&quot;:18.09},{&quot;2026-07-28&quot;:17.9},{&quot;2026-07-29&quot;:17.88},{&quot;2026-07-30&quot;:17.72},{&quot;2026-07-31&quot;:17.55},{&quot;2026-08-01&quot;:17.36},{&quot;2026-08-02&quot;:17.41},{&quot;2026-08-03&quot;:17.37},{&quot;2026-08-04&quot;:17.28},{&quot;2026-08-05&quot;:17.23},{&quot;2026-08-07&quot;:17.32},{&quot;2026-08-08&quot;:17.44},{&quot;2026-08-09&quot;:17.5},{&quot;2026-08-10&quot;:17.64},{&quot;2026-08-11&quot;:17.43},{&quot;2026-08-12&quot;:17.59},{&quot;2026-08-13&quot;:17.59},{&quot;2026-08-14&quot;:17.59},{&quot;2026-08-15&quot;:17.51},{&quot;2026-08-16&quot;:17.07},{&quot;2026-08-17&quot;:16.83},{&quot;2026-08-18&quot;:16.71},{&quot;2026-08-19&quot;:16.72},{&quot;2026-08-20&quot;:16.37},{&quot;2026-08-21&quot;:16.32},{&quot;2026-08-22&quot;:16.8},{&quot;2026-08-23&quot;:16.84},{&quot;2026-08-24&quot;:17.02},{&quot;2026-08-25&quot;:17.07},{&quot;2026-08-26&quot;:17.09},{&quot;2026-08-27&quot;:17.26},{&quot;2026-08-28&quot;:17.48},{&quot;2026-08-29&quot;:17.48},{&quot;2026-08-30&quot;:17.47},{&quot;2026-08-31&quot;:17.41},{&quot;2026-09-01&quot;:17.34},{&quot;2026-09-02&quot;:17.45},{&quot;2026-09-03&quot;:17.67},{&quot;2026-09-04&quot;:18.12},{&quot;2026-09-05&quot;:18.36},{&quot;2026-09-06&quot;:18.36},{&quot;2026-09-07&quot;:18.36},{&quot;2026-09-08&quot;:18.29},{&quot;2026-09-09&quot;:18.21},{&quot;2026-09-10&quot;:18.21},{&quot;2026-09-11&quot;:18.23}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $18.22
          </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="Mystical Tutor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/0/000a5154-90ba-459e-b122-d6893dfdb56f.jpg?1783918333" />

        <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">
            Mystical Tutor
        </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-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="Mystical Tutor" src="https://cards.scryfall.io/large/front/0/0/000a5154-90ba-459e-b122-d6893dfdb56f.jpg?1783918333" />
    </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">
                $18.22
              </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">
                $25.57
              </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">$13.00</span>
              <span class="text-xs text-grey-text">Credit: $16.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;:25.76},{&quot;2026-06-14&quot;:25.76},{&quot;2026-06-15&quot;:26.16},{&quot;2026-06-16&quot;:26.16},{&quot;2026-06-17&quot;:26.16},{&quot;2026-06-18&quot;:26.16},{&quot;2026-06-19&quot;:26.16},{&quot;2026-06-20&quot;:26.59},{&quot;2026-06-21&quot;:26.59},{&quot;2026-06-22&quot;:26.59},{&quot;2026-06-23&quot;:27.18},{&quot;2026-06-24&quot;:27.04},{&quot;2026-06-25&quot;:27.04},{&quot;2026-06-26&quot;:27.04},{&quot;2026-06-27&quot;:26.91},{&quot;2026-06-28&quot;:26.62},{&quot;2026-06-29&quot;:26.62},{&quot;2026-06-30&quot;:26.62},{&quot;2026-07-01&quot;:26.62},{&quot;2026-07-02&quot;:26.62},{&quot;2026-07-03&quot;:26.62},{&quot;2026-07-04&quot;:26.47},{&quot;2026-07-05&quot;:26.47},{&quot;2026-07-06&quot;:26.42},{&quot;2026-07-07&quot;:26.42},{&quot;2026-07-08&quot;:26.4},{&quot;2026-07-09&quot;:26.31},{&quot;2026-07-10&quot;:26.31},{&quot;2026-07-11&quot;:26.29},{&quot;2026-07-12&quot;:26.29},{&quot;2026-07-13&quot;:26.06},{&quot;2026-07-14&quot;:26.06},{&quot;2026-07-15&quot;:26.06},{&quot;2026-07-16&quot;:26.06},{&quot;2026-07-17&quot;:26.06},{&quot;2026-07-18&quot;:26.06},{&quot;2026-07-19&quot;:26.06},{&quot;2026-07-20&quot;:26.33},{&quot;2026-07-21&quot;:26.62},{&quot;2026-07-22&quot;:26.62},{&quot;2026-07-23&quot;:26.62},{&quot;2026-07-24&quot;:26.62},{&quot;2026-07-25&quot;:26.62},{&quot;2026-07-26&quot;:26.62},{&quot;2026-07-27&quot;:26.62},{&quot;2026-07-28&quot;:26.62},{&quot;2026-07-29&quot;:26.62},{&quot;2026-07-30&quot;:26.62},{&quot;2026-07-31&quot;:26.68},{&quot;2026-08-01&quot;:26.62},{&quot;2026-08-02&quot;:26.62},{&quot;2026-08-03&quot;:26.62},{&quot;2026-08-04&quot;:26.62},{&quot;2026-08-05&quot;:26.62},{&quot;2026-08-07&quot;:26.57},{&quot;2026-08-08&quot;:26.57},{&quot;2026-08-09&quot;:26.27},{&quot;2026-08-10&quot;:25.97},{&quot;2026-08-11&quot;:25.73},{&quot;2026-08-12&quot;:25.72},{&quot;2026-08-13&quot;:25.82},{&quot;2026-08-14&quot;:25.62},{&quot;2026-08-15&quot;:25.62},{&quot;2026-08-16&quot;:25.38},{&quot;2026-08-17&quot;:24.77},{&quot;2026-08-18&quot;:24.5},{&quot;2026-08-19&quot;:24.5},{&quot;2026-08-20&quot;:24.67},{&quot;2026-08-21&quot;:24.84},{&quot;2026-08-22&quot;:24.84},{&quot;2026-08-23&quot;:25.08},{&quot;2026-08-24&quot;:25.02},{&quot;2026-08-25&quot;:25.12},{&quot;2026-08-26&quot;:25.23},{&quot;2026-08-27&quot;:25.23},{&quot;2026-08-28&quot;:25.35},{&quot;2026-08-29&quot;:25.35},{&quot;2026-08-30&quot;:25.02},{&quot;2026-08-31&quot;:24.92},{&quot;2026-09-01&quot;:25.14},{&quot;2026-09-02&quot;:25.44},{&quot;2026-09-03&quot;:25.44},{&quot;2026-09-04&quot;:25.44},{&quot;2026-09-05&quot;:25.44},{&quot;2026-09-06&quot;:25.46},{&quot;2026-09-07&quot;:25.55},{&quot;2026-09-08&quot;:25.55},{&quot;2026-09-09&quot;:25.55},{&quot;2026-09-10&quot;:25.55},{&quot;2026-09-11&quot;:25.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.9},{&quot;2026-06-14&quot;:17.03},{&quot;2026-06-15&quot;:16.75},{&quot;2026-06-16&quot;:16.48},{&quot;2026-06-17&quot;:16.49},{&quot;2026-06-18&quot;:16.37},{&quot;2026-06-19&quot;:16.37},{&quot;2026-06-20&quot;:16.01},{&quot;2026-06-21&quot;:16.15},{&quot;2026-06-22&quot;:16.34},{&quot;2026-06-23&quot;:16.46},{&quot;2026-06-24&quot;:16.46},{&quot;2026-06-25&quot;:16.34},{&quot;2026-06-26&quot;:16.39},{&quot;2026-06-27&quot;:16.52},{&quot;2026-06-28&quot;:16.56},{&quot;2026-06-29&quot;:17.08},{&quot;2026-06-30&quot;:17.08},{&quot;2026-07-01&quot;:16.85},{&quot;2026-07-02&quot;:16.81},{&quot;2026-07-03&quot;:16.81},{&quot;2026-07-04&quot;:16.85},{&quot;2026-07-05&quot;:16.85},{&quot;2026-07-06&quot;:16.63},{&quot;2026-07-07&quot;:16.5},{&quot;2026-07-08&quot;:16.59},{&quot;2026-07-09&quot;:16.66},{&quot;2026-07-10&quot;:16.65},{&quot;2026-07-11&quot;:16.77},{&quot;2026-07-12&quot;:16.79},{&quot;2026-07-13&quot;:16.75},{&quot;2026-07-14&quot;:16.8},{&quot;2026-07-15&quot;:16.68},{&quot;2026-07-16&quot;:16.72},{&quot;2026-07-17&quot;:16.82},{&quot;2026-07-18&quot;:16.95},{&quot;2026-07-19&quot;:16.95},{&quot;2026-07-20&quot;:16.6},{&quot;2026-07-21&quot;:16.74},{&quot;2026-07-22&quot;:16.48},{&quot;2026-07-23&quot;:16.56},{&quot;2026-07-24&quot;:16.34},{&quot;2026-07-25&quot;:16.38},{&quot;2026-07-26&quot;:16.18},{&quot;2026-07-27&quot;:16.68},{&quot;2026-07-28&quot;:16.93},{&quot;2026-07-29&quot;:16.72},{&quot;2026-07-30&quot;:16.51},{&quot;2026-07-31&quot;:16.65},{&quot;2026-08-01&quot;:16.63},{&quot;2026-08-02&quot;:16.83},{&quot;2026-08-03&quot;:16.89},{&quot;2026-08-04&quot;:17.02},{&quot;2026-08-05&quot;:17.09},{&quot;2026-08-07&quot;:17.14},{&quot;2026-08-08&quot;:17.1},{&quot;2026-08-09&quot;:16.89},{&quot;2026-08-10&quot;:17.44},{&quot;2026-08-11&quot;:17.51},{&quot;2026-08-12&quot;:17.71},{&quot;2026-08-13&quot;:17.57},{&quot;2026-08-14&quot;:17.59},{&quot;2026-08-15&quot;:17.85},{&quot;2026-08-16&quot;:18.23},{&quot;2026-08-17&quot;:18.27},{&quot;2026-08-18&quot;:18.26},{&quot;2026-08-19&quot;:17.9},{&quot;2026-08-20&quot;:18.39},{&quot;2026-08-21&quot;:18.25},{&quot;2026-08-22&quot;:18.33},{&quot;2026-08-23&quot;:18.34},{&quot;2026-08-24&quot;:18.34},{&quot;2026-08-25&quot;:18.13},{&quot;2026-08-26&quot;:18.02},{&quot;2026-08-27&quot;:17.91},{&quot;2026-08-28&quot;:17.58},{&quot;2026-08-29&quot;:17.58},{&quot;2026-08-30&quot;:17.56},{&quot;2026-08-31&quot;:17.66},{&quot;2026-09-01&quot;:17.28},{&quot;2026-09-02&quot;:17.15},{&quot;2026-09-03&quot;:16.8},{&quot;2026-09-04&quot;:17.01},{&quot;2026-09-05&quot;:16.75},{&quot;2026-09-06&quot;:17.16},{&quot;2026-09-07&quot;:17.39},{&quot;2026-09-08&quot;:17.67},{&quot;2026-09-09&quot;:17.6},{&quot;2026-09-10&quot;:17.6},{&quot;2026-09-11&quot;:18.22}]}"
        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="20602"
  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">
            Aurelia, the Warleader
        </span>


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Aurelia, the Warleader
        </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 — Angel</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></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-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="Aurelia, the Warleader" src="https://cards.scryfall.io/large/front/7/7/7722682f-952c-4829-b4ef-e52300b7950e.jpg?1783921853" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.04
              </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">
                $18.22
              </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$10.20</span>
              <span class="text-xs text-grey-text">Credit: $13.26</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:18.31},{&quot;2026-06-11&quot;:18.31},{&quot;2026-06-12&quot;:18.31},{&quot;2026-06-13&quot;:18.31},{&quot;2026-06-14&quot;:18.31},{&quot;2026-06-15&quot;:18.31},{&quot;2026-06-16&quot;:18.31},{&quot;2026-06-17&quot;:18.31},{&quot;2026-06-18&quot;:18.31},{&quot;2026-06-19&quot;:18.31},{&quot;2026-06-20&quot;:18.31},{&quot;2026-06-21&quot;:18.31},{&quot;2026-06-22&quot;:18.31},{&quot;2026-06-23&quot;:18.33},{&quot;2026-06-24&quot;:18.33},{&quot;2026-06-25&quot;:18.33},{&quot;2026-06-26&quot;:18.33},{&quot;2026-06-27&quot;:18.15},{&quot;2026-06-28&quot;:18.15},{&quot;2026-06-29&quot;:18.15},{&quot;2026-06-30&quot;:18.16},{&quot;2026-07-01&quot;:18.16},{&quot;2026-07-02&quot;:18.16},{&quot;2026-07-03&quot;:18.17},{&quot;2026-07-04&quot;:18.17},{&quot;2026-07-05&quot;:18.17},{&quot;2026-07-06&quot;:18.17},{&quot;2026-07-07&quot;:18.17},{&quot;2026-07-08&quot;:18.17},{&quot;2026-07-09&quot;:18.17},{&quot;2026-07-10&quot;:18.17},{&quot;2026-07-11&quot;:18.17},{&quot;2026-07-12&quot;:18.17},{&quot;2026-07-13&quot;:18.17},{&quot;2026-07-14&quot;:18.17},{&quot;2026-07-15&quot;:18.17},{&quot;2026-07-16&quot;:18.17},{&quot;2026-07-17&quot;:18.17},{&quot;2026-07-18&quot;:18.17},{&quot;2026-07-19&quot;:18.06},{&quot;2026-07-20&quot;:18.06},{&quot;2026-07-21&quot;:18.09},{&quot;2026-07-23&quot;:18.09},{&quot;2026-07-25&quot;:18.09},{&quot;2026-07-26&quot;:18.22},{&quot;2026-07-27&quot;:18.22},{&quot;2026-07-29&quot;:18.22},{&quot;2026-07-30&quot;:18.22},{&quot;2026-07-31&quot;:18.43},{&quot;2026-08-01&quot;:18.43},{&quot;2026-08-02&quot;:18.43},{&quot;2026-08-03&quot;:18.43},{&quot;2026-08-04&quot;:18.43},{&quot;2026-08-05&quot;:18.43},{&quot;2026-08-07&quot;:18.31},{&quot;2026-08-08&quot;:18.31},{&quot;2026-08-09&quot;:18.31},{&quot;2026-08-10&quot;:18.31},{&quot;2026-08-11&quot;:18.31},{&quot;2026-08-12&quot;:18.31},{&quot;2026-08-13&quot;:18.31},{&quot;2026-08-14&quot;:18.34},{&quot;2026-08-15&quot;:18.34},{&quot;2026-08-16&quot;:18.34},{&quot;2026-08-17&quot;:18.34},{&quot;2026-08-18&quot;:18.34},{&quot;2026-08-19&quot;:18.34},{&quot;2026-08-20&quot;:18.34},{&quot;2026-08-21&quot;:18.34},{&quot;2026-08-22&quot;:18.34},{&quot;2026-08-23&quot;:18.34},{&quot;2026-08-24&quot;:18.34},{&quot;2026-08-25&quot;:18.34},{&quot;2026-08-26&quot;:18.37},{&quot;2026-08-27&quot;:18.37},{&quot;2026-08-28&quot;:18.37},{&quot;2026-08-29&quot;:18.37},{&quot;2026-08-30&quot;:18.14},{&quot;2026-08-31&quot;:18.22},{&quot;2026-09-01&quot;:18.22},{&quot;2026-09-02&quot;:18.22},{&quot;2026-09-03&quot;:18.22},{&quot;2026-09-04&quot;:18.22},{&quot;2026-09-05&quot;:18.22},{&quot;2026-09-06&quot;:18.22},{&quot;2026-09-07&quot;:18.22},{&quot;2026-09-08&quot;:18.22},{&quot;2026-09-09&quot;:18.22},{&quot;2026-09-10&quot;:18.22},{&quot;2026-09-11&quot;:18.22}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:12.17},{&quot;2026-06-11&quot;:12.17},{&quot;2026-06-12&quot;:12.17},{&quot;2026-06-13&quot;:12.05},{&quot;2026-06-14&quot;:12.05},{&quot;2026-06-15&quot;:12.05},{&quot;2026-06-16&quot;:12.32},{&quot;2026-06-17&quot;:12.32},{&quot;2026-06-18&quot;:12.32},{&quot;2026-06-19&quot;:12.32},{&quot;2026-06-20&quot;:12.32},{&quot;2026-06-21&quot;:12.32},{&quot;2026-06-22&quot;:12.32},{&quot;2026-06-23&quot;:12.14},{&quot;2026-06-24&quot;:11.95},{&quot;2026-06-25&quot;:11.75},{&quot;2026-06-26&quot;:11.84},{&quot;2026-06-27&quot;:11.55},{&quot;2026-06-28&quot;:11.55},{&quot;2026-06-29&quot;:11.55},{&quot;2026-06-30&quot;:11.55},{&quot;2026-07-01&quot;:11.39},{&quot;2026-07-02&quot;:11.39},{&quot;2026-07-03&quot;:11.32},{&quot;2026-07-04&quot;:11.42},{&quot;2026-07-05&quot;:11.42},{&quot;2026-07-06&quot;:11.42},{&quot;2026-07-07&quot;:11.46},{&quot;2026-07-08&quot;:11.46},{&quot;2026-07-09&quot;:11.46},{&quot;2026-07-10&quot;:11.45},{&quot;2026-07-11&quot;:11.45},{&quot;2026-07-12&quot;:11.45},{&quot;2026-07-13&quot;:11.45},{&quot;2026-07-14&quot;:11.52},{&quot;2026-07-15&quot;:11.55},{&quot;2026-07-16&quot;:11.47},{&quot;2026-07-17&quot;:11.26},{&quot;2026-07-18&quot;:11.26},{&quot;2026-07-19&quot;:11.26},{&quot;2026-07-20&quot;:11.09},{&quot;2026-07-21&quot;:11.06},{&quot;2026-07-23&quot;:11.06},{&quot;2026-07-25&quot;:11.13},{&quot;2026-07-26&quot;:10.82},{&quot;2026-07-27&quot;:10.89},{&quot;2026-07-29&quot;:10.89},{&quot;2026-07-30&quot;:10.89},{&quot;2026-07-31&quot;:10.73},{&quot;2026-08-01&quot;:10.73},{&quot;2026-08-02&quot;:10.73},{&quot;2026-08-03&quot;:10.73},{&quot;2026-08-04&quot;:10.7},{&quot;2026-08-05&quot;:10.47},{&quot;2026-08-07&quot;:10.35},{&quot;2026-08-08&quot;:10.35},{&quot;2026-08-09&quot;:10.35},{&quot;2026-08-10&quot;:10.35},{&quot;2026-08-11&quot;:10.35},{&quot;2026-08-12&quot;:10.11},{&quot;2026-08-13&quot;:10.11},{&quot;2026-08-14&quot;:9.83},{&quot;2026-08-15&quot;:9.56},{&quot;2026-08-16&quot;:9.56},{&quot;2026-08-17&quot;:9.56},{&quot;2026-08-18&quot;:9.56},{&quot;2026-08-19&quot;:9.56},{&quot;2026-08-20&quot;:9.56},{&quot;2026-08-21&quot;:9.56},{&quot;2026-08-22&quot;:9.45},{&quot;2026-08-23&quot;:9.23},{&quot;2026-08-24&quot;:9.23},{&quot;2026-08-25&quot;:9.23},{&quot;2026-08-26&quot;:9.23},{&quot;2026-08-27&quot;:9.23},{&quot;2026-08-28&quot;:9.17},{&quot;2026-08-29&quot;:9.17},{&quot;2026-08-30&quot;:9.06},{&quot;2026-08-31&quot;:9.06},{&quot;2026-09-01&quot;:9.06},{&quot;2026-09-02&quot;:9.04},{&quot;2026-09-03&quot;:8.85},{&quot;2026-09-04&quot;:8.86},{&quot;2026-09-05&quot;:8.71},{&quot;2026-09-06&quot;:8.22},{&quot;2026-09-07&quot;:8.22},{&quot;2026-09-08&quot;:8.28},{&quot;2026-09-09&quot;:8.36},{&quot;2026-09-10&quot;:8.36},{&quot;2026-09-11&quot;:8.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $18.15
          </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="Exalted Sunborn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/e/7e1fe101-f634-41e5-9aa4-e8d7474535dc.jpg?1782685576" />

        <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">
            Exalted Sunborn
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Exalted Sunborn" src="https://cards.scryfall.io/large/front/7/e/7e1fe101-f634-41e5-9aa4-e8d7474535dc.jpg?1782685576" />
    </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">
                $18.15
              </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">
                $18.44
              </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">$14.50</span>
              <span class="text-xs text-grey-text">Credit: $18.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;:19.8},{&quot;2026-06-14&quot;:19.87},{&quot;2026-06-15&quot;:19.79},{&quot;2026-06-16&quot;:19.66},{&quot;2026-06-17&quot;:19.66},{&quot;2026-06-18&quot;:19.66},{&quot;2026-06-19&quot;:19.66},{&quot;2026-06-20&quot;:19.14},{&quot;2026-06-21&quot;:19.14},{&quot;2026-06-22&quot;:19.0},{&quot;2026-06-23&quot;:19.0},{&quot;2026-06-24&quot;:19.0},{&quot;2026-06-25&quot;:18.71},{&quot;2026-06-26&quot;:18.31},{&quot;2026-06-27&quot;:18.31},{&quot;2026-06-28&quot;:18.31},{&quot;2026-06-29&quot;:18.28},{&quot;2026-06-30&quot;:18.28},{&quot;2026-07-01&quot;:18.23},{&quot;2026-07-02&quot;:17.83},{&quot;2026-07-03&quot;:17.53},{&quot;2026-07-04&quot;:17.37},{&quot;2026-07-05&quot;:17.37},{&quot;2026-07-06&quot;:17.13},{&quot;2026-07-07&quot;:16.9},{&quot;2026-07-08&quot;:16.43},{&quot;2026-07-09&quot;:16.11},{&quot;2026-07-10&quot;:16.14},{&quot;2026-07-11&quot;:16.0},{&quot;2026-07-12&quot;:16.0},{&quot;2026-07-13&quot;:15.87},{&quot;2026-07-14&quot;:15.87},{&quot;2026-07-15&quot;:15.72},{&quot;2026-07-16&quot;:15.52},{&quot;2026-07-17&quot;:15.54},{&quot;2026-07-18&quot;:15.31},{&quot;2026-07-19&quot;:15.25},{&quot;2026-07-20&quot;:14.93},{&quot;2026-07-21&quot;:14.93},{&quot;2026-07-22&quot;:14.93},{&quot;2026-07-23&quot;:14.84},{&quot;2026-07-24&quot;:14.84},{&quot;2026-07-25&quot;:14.8},{&quot;2026-07-26&quot;:14.9},{&quot;2026-07-27&quot;:15.28},{&quot;2026-07-28&quot;:15.21},{&quot;2026-07-29&quot;:14.98},{&quot;2026-07-30&quot;:14.98},{&quot;2026-07-31&quot;:14.77},{&quot;2026-08-01&quot;:14.92},{&quot;2026-08-02&quot;:14.81},{&quot;2026-08-03&quot;:14.92},{&quot;2026-08-04&quot;:15.07},{&quot;2026-08-05&quot;:15.37},{&quot;2026-08-07&quot;:15.41},{&quot;2026-08-08&quot;:15.41},{&quot;2026-08-09&quot;:15.6},{&quot;2026-08-10&quot;:15.77},{&quot;2026-08-11&quot;:15.95},{&quot;2026-08-12&quot;:16.15},{&quot;2026-08-13&quot;:16.17},{&quot;2026-08-14&quot;:16.06},{&quot;2026-08-15&quot;:16.53},{&quot;2026-08-16&quot;:17.0},{&quot;2026-08-17&quot;:17.0},{&quot;2026-08-18&quot;:17.0},{&quot;2026-08-19&quot;:17.21},{&quot;2026-08-20&quot;:17.42},{&quot;2026-08-21&quot;:17.42},{&quot;2026-08-22&quot;:17.41},{&quot;2026-08-23&quot;:18.21},{&quot;2026-08-24&quot;:18.14},{&quot;2026-08-25&quot;:18.59},{&quot;2026-08-26&quot;:18.44},{&quot;2026-08-27&quot;:18.51},{&quot;2026-08-28&quot;:18.85},{&quot;2026-08-29&quot;:18.85},{&quot;2026-08-30&quot;:18.86},{&quot;2026-08-31&quot;:18.41},{&quot;2026-09-01&quot;:18.54},{&quot;2026-09-02&quot;:18.63},{&quot;2026-09-03&quot;:18.54},{&quot;2026-09-04&quot;:18.47},{&quot;2026-09-05&quot;:18.47},{&quot;2026-09-06&quot;:18.47},{&quot;2026-09-07&quot;:18.48},{&quot;2026-09-08&quot;:18.48},{&quot;2026-09-09&quot;:18.57},{&quot;2026-09-10&quot;:18.56},{&quot;2026-09-11&quot;:18.44}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:15.89},{&quot;2026-06-14&quot;:15.79},{&quot;2026-06-15&quot;:15.86},{&quot;2026-06-16&quot;:14.65},{&quot;2026-06-17&quot;:14.61},{&quot;2026-06-18&quot;:14.45},{&quot;2026-06-19&quot;:14.25},{&quot;2026-06-20&quot;:14.01},{&quot;2026-06-21&quot;:14.08},{&quot;2026-06-22&quot;:14.0},{&quot;2026-06-23&quot;:14.02},{&quot;2026-06-24&quot;:14.03},{&quot;2026-06-25&quot;:13.69},{&quot;2026-06-26&quot;:13.01},{&quot;2026-06-27&quot;:12.91},{&quot;2026-06-28&quot;:12.45},{&quot;2026-06-29&quot;:12.22},{&quot;2026-06-30&quot;:12.18},{&quot;2026-07-01&quot;:12.73},{&quot;2026-07-02&quot;:13.39},{&quot;2026-07-03&quot;:13.13},{&quot;2026-07-04&quot;:13.42},{&quot;2026-07-05&quot;:13.41},{&quot;2026-07-06&quot;:13.53},{&quot;2026-07-07&quot;:13.71},{&quot;2026-07-08&quot;:13.99},{&quot;2026-07-09&quot;:14.16},{&quot;2026-07-10&quot;:14.07},{&quot;2026-07-11&quot;:13.57},{&quot;2026-07-12&quot;:13.56},{&quot;2026-07-13&quot;:13.72},{&quot;2026-07-14&quot;:13.83},{&quot;2026-07-15&quot;:13.98},{&quot;2026-07-16&quot;:13.98},{&quot;2026-07-17&quot;:14.27},{&quot;2026-07-18&quot;:14.43},{&quot;2026-07-19&quot;:14.31},{&quot;2026-07-20&quot;:14.35},{&quot;2026-07-21&quot;:14.08},{&quot;2026-07-22&quot;:14.11},{&quot;2026-07-23&quot;:14.13},{&quot;2026-07-24&quot;:14.26},{&quot;2026-07-25&quot;:14.17},{&quot;2026-07-26&quot;:13.78},{&quot;2026-07-27&quot;:14.23},{&quot;2026-07-28&quot;:14.51},{&quot;2026-07-29&quot;:14.34},{&quot;2026-07-30&quot;:14.41},{&quot;2026-07-31&quot;:14.69},{&quot;2026-08-01&quot;:14.84},{&quot;2026-08-02&quot;:14.49},{&quot;2026-08-03&quot;:14.14},{&quot;2026-08-04&quot;:14.3},{&quot;2026-08-05&quot;:13.96},{&quot;2026-08-07&quot;:14.88},{&quot;2026-08-08&quot;:15.36},{&quot;2026-08-09&quot;:15.65},{&quot;2026-08-10&quot;:15.7},{&quot;2026-08-11&quot;:15.79},{&quot;2026-08-12&quot;:16.24},{&quot;2026-08-13&quot;:16.35},{&quot;2026-08-14&quot;:16.45},{&quot;2026-08-15&quot;:16.76},{&quot;2026-08-16&quot;:17.23},{&quot;2026-08-17&quot;:16.41},{&quot;2026-08-18&quot;:16.88},{&quot;2026-08-19&quot;:17.43},{&quot;2026-08-20&quot;:17.5},{&quot;2026-08-21&quot;:17.59},{&quot;2026-08-22&quot;:17.89},{&quot;2026-08-23&quot;:17.87},{&quot;2026-08-24&quot;:19.53},{&quot;2026-08-25&quot;:20.61},{&quot;2026-08-26&quot;:19.97},{&quot;2026-08-27&quot;:19.19},{&quot;2026-08-28&quot;:17.21},{&quot;2026-08-29&quot;:17.21},{&quot;2026-08-30&quot;:17.98},{&quot;2026-08-31&quot;:18.34},{&quot;2026-09-01&quot;:17.91},{&quot;2026-09-02&quot;:18.85},{&quot;2026-09-03&quot;:19.07},{&quot;2026-09-04&quot;:19.14},{&quot;2026-09-05&quot;:18.5},{&quot;2026-09-06&quot;:17.42},{&quot;2026-09-07&quot;:17.78},{&quot;2026-09-08&quot;:18.22},{&quot;2026-09-09&quot;:18.05},{&quot;2026-09-10&quot;:18.16},{&quot;2026-09-11&quot;:18.15}]}"
        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="13820"
  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">
            Black Market Connections
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Black Market Connections" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d13cb0d3-3452-4c1f-81ec-024b4c45bbad.jpg?1783922505" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Black Market Connections
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Black Market Connections" src="https://cards.scryfall.io/large/front/d/1/d13cb0d3-3452-4c1f-81ec-024b4c45bbad.jpg?1783922505" />
    </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">
                $18.13
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:20.06},{&quot;2026-06-14&quot;:20.06},{&quot;2026-06-15&quot;:19.62},{&quot;2026-06-16&quot;:19.87},{&quot;2026-06-17&quot;:19.88},{&quot;2026-06-18&quot;:19.87},{&quot;2026-06-19&quot;:19.87},{&quot;2026-06-20&quot;:19.95},{&quot;2026-06-21&quot;:19.89},{&quot;2026-06-22&quot;:20.09},{&quot;2026-06-23&quot;:20.09},{&quot;2026-06-24&quot;:20.15},{&quot;2026-06-25&quot;:20.11},{&quot;2026-06-26&quot;:20.15},{&quot;2026-06-27&quot;:20.23},{&quot;2026-06-28&quot;:20.01},{&quot;2026-06-29&quot;:20.01},{&quot;2026-06-30&quot;:20.01},{&quot;2026-07-01&quot;:19.7},{&quot;2026-07-02&quot;:19.7},{&quot;2026-07-03&quot;:19.7},{&quot;2026-07-04&quot;:19.99},{&quot;2026-07-05&quot;:19.97},{&quot;2026-07-06&quot;:19.85},{&quot;2026-07-07&quot;:19.66},{&quot;2026-07-08&quot;:19.7},{&quot;2026-07-09&quot;:19.7},{&quot;2026-07-10&quot;:19.67},{&quot;2026-07-11&quot;:19.67},{&quot;2026-07-12&quot;:19.67},{&quot;2026-07-13&quot;:19.55},{&quot;2026-07-14&quot;:19.28},{&quot;2026-07-15&quot;:19.28},{&quot;2026-07-16&quot;:19.28},{&quot;2026-07-17&quot;:19.28},{&quot;2026-07-18&quot;:19.21},{&quot;2026-07-19&quot;:19.21},{&quot;2026-07-20&quot;:19.1},{&quot;2026-07-21&quot;:19.1},{&quot;2026-07-22&quot;:19.1},{&quot;2026-07-23&quot;:19.01},{&quot;2026-07-24&quot;:19.14},{&quot;2026-07-25&quot;:19.14},{&quot;2026-07-26&quot;:19.14},{&quot;2026-07-27&quot;:19.14},{&quot;2026-07-28&quot;:19.14},{&quot;2026-07-29&quot;:19.05},{&quot;2026-07-30&quot;:19.15},{&quot;2026-07-31&quot;:19.24},{&quot;2026-08-01&quot;:19.12},{&quot;2026-08-02&quot;:19.04},{&quot;2026-08-03&quot;:18.99},{&quot;2026-08-04&quot;:18.99},{&quot;2026-08-05&quot;:18.99},{&quot;2026-08-07&quot;:18.94},{&quot;2026-08-08&quot;:18.84},{&quot;2026-08-09&quot;:18.84},{&quot;2026-08-10&quot;:18.84},{&quot;2026-08-11&quot;:18.84},{&quot;2026-08-12&quot;:18.84},{&quot;2026-08-13&quot;:18.68},{&quot;2026-08-14&quot;:18.73},{&quot;2026-08-15&quot;:18.63},{&quot;2026-08-16&quot;:18.63},{&quot;2026-08-17&quot;:18.54},{&quot;2026-08-18&quot;:18.54},{&quot;2026-08-19&quot;:18.52},{&quot;2026-08-20&quot;:18.52},{&quot;2026-08-21&quot;:18.5},{&quot;2026-08-22&quot;:18.5},{&quot;2026-08-23&quot;:18.5},{&quot;2026-08-24&quot;:18.54},{&quot;2026-08-25&quot;:18.38},{&quot;2026-08-26&quot;:18.35},{&quot;2026-08-27&quot;:18.32},{&quot;2026-08-28&quot;:18.31},{&quot;2026-08-29&quot;:18.31},{&quot;2026-08-30&quot;:18.25},{&quot;2026-08-31&quot;:18.25},{&quot;2026-09-01&quot;:18.06},{&quot;2026-09-02&quot;:17.82},{&quot;2026-09-03&quot;:18.02},{&quot;2026-09-04&quot;:17.82},{&quot;2026-09-05&quot;:17.76},{&quot;2026-09-06&quot;:17.84},{&quot;2026-09-07&quot;:17.85},{&quot;2026-09-08&quot;:17.96},{&quot;2026-09-09&quot;:17.96},{&quot;2026-09-10&quot;:18.03},{&quot;2026-09-11&quot;:18.13}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Mesmeric Orb
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Mesmeric Orb" src="https://cards.scryfall.io/large/front/6/7/671cb8c4-4019-4d40-9e3d-691aad555356.jpg?1783919789" />
    </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">
                $18.06
              </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">
                $22.81
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:23.39},{&quot;2026-06-11&quot;:23.39},{&quot;2026-06-12&quot;:23.39},{&quot;2026-06-13&quot;:23.39},{&quot;2026-06-14&quot;:23.39},{&quot;2026-06-15&quot;:23.39},{&quot;2026-06-16&quot;:23.39},{&quot;2026-06-17&quot;:23.39},{&quot;2026-06-18&quot;:23.39},{&quot;2026-06-19&quot;:23.39},{&quot;2026-06-20&quot;:23.39},{&quot;2026-06-21&quot;:23.39},{&quot;2026-06-22&quot;:23.39},{&quot;2026-06-23&quot;:23.29},{&quot;2026-06-24&quot;:23.29},{&quot;2026-06-25&quot;:23.22},{&quot;2026-06-26&quot;:23.22},{&quot;2026-06-27&quot;:23.22},{&quot;2026-06-28&quot;:23.22},{&quot;2026-06-29&quot;:23.22},{&quot;2026-06-30&quot;:23.22},{&quot;2026-07-01&quot;:23.22},{&quot;2026-07-02&quot;:23.22},{&quot;2026-07-03&quot;:23.22},{&quot;2026-07-04&quot;:23.22},{&quot;2026-07-05&quot;:23.23},{&quot;2026-07-06&quot;:23.1},{&quot;2026-07-07&quot;:23.1},{&quot;2026-07-08&quot;:23.1},{&quot;2026-07-09&quot;:23.1},{&quot;2026-07-10&quot;:23.1},{&quot;2026-07-11&quot;:23.1},{&quot;2026-07-12&quot;:23.1},{&quot;2026-07-13&quot;:23.1},{&quot;2026-07-14&quot;:23.1},{&quot;2026-07-15&quot;:23.1},{&quot;2026-07-16&quot;:23.1},{&quot;2026-07-17&quot;:23.1},{&quot;2026-07-18&quot;:23.1},{&quot;2026-07-19&quot;:23.1},{&quot;2026-07-20&quot;:23.1},{&quot;2026-07-21&quot;:22.94},{&quot;2026-07-23&quot;:22.94},{&quot;2026-07-25&quot;:22.94},{&quot;2026-07-26&quot;:22.94},{&quot;2026-07-27&quot;:22.94},{&quot;2026-07-29&quot;:22.94},{&quot;2026-07-30&quot;:22.94},{&quot;2026-07-31&quot;:22.94},{&quot;2026-08-01&quot;:22.94},{&quot;2026-08-02&quot;:22.94},{&quot;2026-08-03&quot;:22.94},{&quot;2026-08-04&quot;:22.94},{&quot;2026-08-05&quot;:22.94},{&quot;2026-08-07&quot;:22.94},{&quot;2026-08-08&quot;:22.96},{&quot;2026-08-09&quot;:22.96},{&quot;2026-08-10&quot;:22.96},{&quot;2026-08-11&quot;:22.96},{&quot;2026-08-12&quot;:22.96},{&quot;2026-08-13&quot;:22.96},{&quot;2026-08-14&quot;:22.96},{&quot;2026-08-15&quot;:22.96},{&quot;2026-08-16&quot;:22.96},{&quot;2026-08-17&quot;:22.96},{&quot;2026-08-18&quot;:22.96},{&quot;2026-08-19&quot;:22.85},{&quot;2026-08-20&quot;:22.85},{&quot;2026-08-21&quot;:22.85},{&quot;2026-08-22&quot;:22.85},{&quot;2026-08-23&quot;:22.85},{&quot;2026-08-24&quot;:22.85},{&quot;2026-08-25&quot;:22.85},{&quot;2026-08-26&quot;:22.85},{&quot;2026-08-27&quot;:22.85},{&quot;2026-08-28&quot;:22.85},{&quot;2026-08-29&quot;:22.85},{&quot;2026-08-30&quot;:22.81},{&quot;2026-08-31&quot;:22.81},{&quot;2026-09-01&quot;:22.81},{&quot;2026-09-02&quot;:22.81},{&quot;2026-09-03&quot;:22.81},{&quot;2026-09-04&quot;:22.81},{&quot;2026-09-05&quot;:22.81},{&quot;2026-09-06&quot;:22.81},{&quot;2026-09-07&quot;:22.81},{&quot;2026-09-08&quot;:22.81},{&quot;2026-09-09&quot;:22.81},{&quot;2026-09-10&quot;:22.81},{&quot;2026-09-11&quot;:22.81}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:18.87},{&quot;2026-06-11&quot;:18.77},{&quot;2026-06-12&quot;:18.79},{&quot;2026-06-13&quot;:18.71},{&quot;2026-06-14&quot;:18.67},{&quot;2026-06-15&quot;:18.57},{&quot;2026-06-16&quot;:18.41},{&quot;2026-06-17&quot;:18.23},{&quot;2026-06-18&quot;:17.8},{&quot;2026-06-19&quot;:17.71},{&quot;2026-06-20&quot;:17.7},{&quot;2026-06-21&quot;:18.04},{&quot;2026-06-22&quot;:18.09},{&quot;2026-06-23&quot;:17.68},{&quot;2026-06-24&quot;:17.75},{&quot;2026-06-25&quot;:17.7},{&quot;2026-06-26&quot;:17.7},{&quot;2026-06-27&quot;:17.73},{&quot;2026-06-28&quot;:17.73},{&quot;2026-06-29&quot;:17.63},{&quot;2026-06-30&quot;:17.48},{&quot;2026-07-01&quot;:17.52},{&quot;2026-07-02&quot;:17.52},{&quot;2026-07-03&quot;:17.27},{&quot;2026-07-04&quot;:17.28},{&quot;2026-07-05&quot;:17.23},{&quot;2026-07-06&quot;:17.37},{&quot;2026-07-07&quot;:17.37},{&quot;2026-07-08&quot;:17.4},{&quot;2026-07-09&quot;:17.4},{&quot;2026-07-10&quot;:17.3},{&quot;2026-07-11&quot;:17.27},{&quot;2026-07-12&quot;:17.37},{&quot;2026-07-13&quot;:17.51},{&quot;2026-07-14&quot;:17.39},{&quot;2026-07-15&quot;:17.39},{&quot;2026-07-16&quot;:17.43},{&quot;2026-07-17&quot;:17.43},{&quot;2026-07-18&quot;:17.36},{&quot;2026-07-19&quot;:17.32},{&quot;2026-07-20&quot;:17.32},{&quot;2026-07-21&quot;:17.32},{&quot;2026-07-23&quot;:17.26},{&quot;2026-07-25&quot;:17.18},{&quot;2026-07-26&quot;:17.15},{&quot;2026-07-27&quot;:17.11},{&quot;2026-07-29&quot;:17.33},{&quot;2026-07-30&quot;:17.33},{&quot;2026-07-31&quot;:17.65},{&quot;2026-08-01&quot;:17.65},{&quot;2026-08-02&quot;:17.65},{&quot;2026-08-03&quot;:17.65},{&quot;2026-08-04&quot;:17.65},{&quot;2026-08-05&quot;:17.78},{&quot;2026-08-07&quot;:17.88},{&quot;2026-08-08&quot;:18.01},{&quot;2026-08-09&quot;:18.01},{&quot;2026-08-10&quot;:18.29},{&quot;2026-08-11&quot;:18.29},{&quot;2026-08-12&quot;:18.37},{&quot;2026-08-13&quot;:18.41},{&quot;2026-08-14&quot;:18.41},{&quot;2026-08-15&quot;:18.33},{&quot;2026-08-16&quot;:18.37},{&quot;2026-08-17&quot;:18.51},{&quot;2026-08-18&quot;:18.49},{&quot;2026-08-19&quot;:17.71},{&quot;2026-08-20&quot;:17.71},{&quot;2026-08-21&quot;:17.49},{&quot;2026-08-22&quot;:17.29},{&quot;2026-08-23&quot;:17.08},{&quot;2026-08-24&quot;:17.09},{&quot;2026-08-25&quot;:17.09},{&quot;2026-08-26&quot;:17.18},{&quot;2026-08-27&quot;:17.12},{&quot;2026-08-28&quot;:17.12},{&quot;2026-08-29&quot;:17.12},{&quot;2026-08-30&quot;:17.15},{&quot;2026-08-31&quot;:17.17},{&quot;2026-09-01&quot;:17.17},{&quot;2026-09-02&quot;:17.26},{&quot;2026-09-03&quot;:17.76},{&quot;2026-09-04&quot;:17.76},{&quot;2026-09-05&quot;:17.61},{&quot;2026-09-06&quot;:17.88},{&quot;2026-09-07&quot;:18.04},{&quot;2026-09-08&quot;:18.09},{&quot;2026-09-09&quot;:17.96},{&quot;2026-09-10&quot;:18.11},{&quot;2026-09-11&quot;:18.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="10349"
  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-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">
            Seedborn Muse
        </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">
              ↑
              3%
            </span>

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

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

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

        <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">
            Seedborn Muse
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Seedborn Muse" src="https://cards.scryfall.io/large/front/e/3/e3174fb4-5ce1-4594-b338-e301228e6484.jpg?1783932740" />
    </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">
                $18.02
              </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">$12.00</span>
              <span class="text-xs text-grey-text">Credit: $15.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:13.65},{&quot;2026-06-11&quot;:13.65},{&quot;2026-06-12&quot;:13.66},{&quot;2026-06-13&quot;:13.84},{&quot;2026-06-14&quot;:13.8},{&quot;2026-06-15&quot;:13.65},{&quot;2026-06-16&quot;:13.44},{&quot;2026-06-17&quot;:13.28},{&quot;2026-06-18&quot;:13.55},{&quot;2026-06-19&quot;:13.47},{&quot;2026-06-20&quot;:13.43},{&quot;2026-06-21&quot;:13.43},{&quot;2026-06-22&quot;:13.37},{&quot;2026-06-23&quot;:13.34},{&quot;2026-06-24&quot;:13.36},{&quot;2026-06-25&quot;:13.08},{&quot;2026-06-26&quot;:12.44},{&quot;2026-06-27&quot;:12.84},{&quot;2026-06-28&quot;:12.85},{&quot;2026-06-29&quot;:12.83},{&quot;2026-06-30&quot;:12.88},{&quot;2026-07-01&quot;:12.89},{&quot;2026-07-02&quot;:13.11},{&quot;2026-07-03&quot;:13.11},{&quot;2026-07-04&quot;:13.13},{&quot;2026-07-05&quot;:13.13},{&quot;2026-07-06&quot;:13.24},{&quot;2026-07-07&quot;:13.4},{&quot;2026-07-08&quot;:13.47},{&quot;2026-07-09&quot;:13.95},{&quot;2026-07-10&quot;:14.02},{&quot;2026-07-11&quot;:14.36},{&quot;2026-07-12&quot;:14.69},{&quot;2026-07-13&quot;:14.75},{&quot;2026-07-14&quot;:14.95},{&quot;2026-07-15&quot;:14.99},{&quot;2026-07-16&quot;:14.99},{&quot;2026-07-17&quot;:14.99},{&quot;2026-07-18&quot;:14.93},{&quot;2026-07-19&quot;:14.93},{&quot;2026-07-20&quot;:14.96},{&quot;2026-07-21&quot;:14.96},{&quot;2026-07-23&quot;:14.98},{&quot;2026-07-25&quot;:15.24},{&quot;2026-07-26&quot;:15.24},{&quot;2026-07-27&quot;:15.25},{&quot;2026-07-29&quot;:15.17},{&quot;2026-07-30&quot;:15.28},{&quot;2026-07-31&quot;:15.45},{&quot;2026-08-01&quot;:15.41},{&quot;2026-08-02&quot;:15.3},{&quot;2026-08-03&quot;:15.3},{&quot;2026-08-04&quot;:15.33},{&quot;2026-08-05&quot;:15.26},{&quot;2026-08-07&quot;:15.2},{&quot;2026-08-08&quot;:15.18},{&quot;2026-08-09&quot;:15.14},{&quot;2026-08-10&quot;:15.0},{&quot;2026-08-11&quot;:15.0},{&quot;2026-08-12&quot;:15.0},{&quot;2026-08-13&quot;:15.29},{&quot;2026-08-14&quot;:15.29},{&quot;2026-08-15&quot;:15.28},{&quot;2026-08-16&quot;:15.4},{&quot;2026-08-17&quot;:15.48},{&quot;2026-08-18&quot;:15.53},{&quot;2026-08-19&quot;:15.5},{&quot;2026-08-20&quot;:15.5},{&quot;2026-08-21&quot;:15.63},{&quot;2026-08-22&quot;:15.63},{&quot;2026-08-23&quot;:15.83},{&quot;2026-08-24&quot;:16.54},{&quot;2026-08-25&quot;:16.54},{&quot;2026-08-26&quot;:16.56},{&quot;2026-08-27&quot;:16.53},{&quot;2026-08-28&quot;:16.56},{&quot;2026-08-29&quot;:16.56},{&quot;2026-08-30&quot;:17.03},{&quot;2026-08-31&quot;:17.03},{&quot;2026-09-01&quot;:17.03},{&quot;2026-09-02&quot;:17.03},{&quot;2026-09-03&quot;:17.25},{&quot;2026-09-04&quot;:17.5},{&quot;2026-09-05&quot;:17.48},{&quot;2026-09-06&quot;:17.46},{&quot;2026-09-07&quot;:17.5},{&quot;2026-09-08&quot;:17.52},{&quot;2026-09-09&quot;:17.76},{&quot;2026-09-10&quot;:18.02},{&quot;2026-09-11&quot;:18.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Vedalken Orrery
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vedalken Orrery" src="https://cards.scryfall.io/large/front/c/9/c91adeef-c1d5-4b14-9d79-ddd0dc035786.jpg?1783921753" />
    </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">
                $17.97
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:25.73},{&quot;2026-06-10&quot;:25.44},{&quot;2026-06-11&quot;:25.44},{&quot;2026-06-12&quot;:25.15},{&quot;2026-06-13&quot;:25.15},{&quot;2026-06-14&quot;:25.15},{&quot;2026-06-15&quot;:25.15},{&quot;2026-06-16&quot;:25.15},{&quot;2026-06-17&quot;:25.15},{&quot;2026-06-18&quot;:25.52},{&quot;2026-06-19&quot;:25.52},{&quot;2026-06-20&quot;:25.52},{&quot;2026-06-21&quot;:25.52},{&quot;2026-06-22&quot;:25.52},{&quot;2026-06-24&quot;:25.52},{&quot;2026-06-25&quot;:25.52},{&quot;2026-06-26&quot;:24.25},{&quot;2026-06-27&quot;:25.52},{&quot;2026-06-28&quot;:25.52},{&quot;2026-06-29&quot;:25.52},{&quot;2026-06-30&quot;:25.52},{&quot;2026-07-01&quot;:24.63},{&quot;2026-07-02&quot;:24.63},{&quot;2026-07-03&quot;:24.17},{&quot;2026-07-04&quot;:24.17},{&quot;2026-07-05&quot;:24.17},{&quot;2026-07-06&quot;:24.19},{&quot;2026-07-07&quot;:24.19},{&quot;2026-07-08&quot;:24.19},{&quot;2026-07-09&quot;:24.19},{&quot;2026-07-10&quot;:24.19},{&quot;2026-07-11&quot;:24.19},{&quot;2026-07-12&quot;:24.15},{&quot;2026-07-13&quot;:24.15},{&quot;2026-07-14&quot;:23.53},{&quot;2026-07-15&quot;:23.53},{&quot;2026-07-16&quot;:22.45},{&quot;2026-07-17&quot;:22.09},{&quot;2026-07-18&quot;:22.09},{&quot;2026-07-19&quot;:22.09},{&quot;2026-07-20&quot;:21.72},{&quot;2026-07-21&quot;:20.7},{&quot;2026-07-23&quot;:20.7},{&quot;2026-07-25&quot;:19.59},{&quot;2026-07-26&quot;:19.3},{&quot;2026-07-27&quot;:18.82},{&quot;2026-07-29&quot;:18.4},{&quot;2026-07-30&quot;:18.23},{&quot;2026-07-31&quot;:18.23},{&quot;2026-08-01&quot;:18.23},{&quot;2026-08-02&quot;:18.04},{&quot;2026-08-03&quot;:17.81},{&quot;2026-08-04&quot;:17.81},{&quot;2026-08-05&quot;:17.81},{&quot;2026-08-07&quot;:17.95},{&quot;2026-08-08&quot;:17.94},{&quot;2026-08-09&quot;:17.94},{&quot;2026-08-10&quot;:17.94},{&quot;2026-08-11&quot;:17.77},{&quot;2026-08-12&quot;:17.77},{&quot;2026-08-13&quot;:17.77},{&quot;2026-08-14&quot;:17.87},{&quot;2026-08-15&quot;:17.87},{&quot;2026-08-16&quot;:17.87},{&quot;2026-08-17&quot;:17.97},{&quot;2026-08-18&quot;:17.97},{&quot;2026-08-19&quot;:18.07},{&quot;2026-08-20&quot;:18.07},{&quot;2026-08-21&quot;:18.4},{&quot;2026-08-22&quot;:18.48},{&quot;2026-08-23&quot;:18.48},{&quot;2026-08-24&quot;:18.48},{&quot;2026-08-25&quot;:18.48},{&quot;2026-08-26&quot;:18.66},{&quot;2026-08-27&quot;:18.66},{&quot;2026-08-28&quot;:18.8},{&quot;2026-08-29&quot;:18.8},{&quot;2026-08-30&quot;:18.8},{&quot;2026-08-31&quot;:18.78},{&quot;2026-09-01&quot;:18.78},{&quot;2026-09-02&quot;:18.78},{&quot;2026-09-03&quot;:18.78},{&quot;2026-09-04&quot;:18.89},{&quot;2026-09-05&quot;:18.89},{&quot;2026-09-06&quot;:18.89},{&quot;2026-09-07&quot;:18.61},{&quot;2026-09-08&quot;:18.65},{&quot;2026-09-09&quot;:18.72},{&quot;2026-09-10&quot;:18.72},{&quot;2026-09-11&quot;:18.7}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:18.79},{&quot;2026-06-10&quot;:18.79},{&quot;2026-06-11&quot;:18.83},{&quot;2026-06-12&quot;:18.83},{&quot;2026-06-13&quot;:18.83},{&quot;2026-06-14&quot;:18.86},{&quot;2026-06-15&quot;:18.89},{&quot;2026-06-16&quot;:18.82},{&quot;2026-06-17&quot;:18.94},{&quot;2026-06-18&quot;:18.93},{&quot;2026-06-19&quot;:18.94},{&quot;2026-06-20&quot;:18.87},{&quot;2026-06-21&quot;:18.88},{&quot;2026-06-22&quot;:18.87},{&quot;2026-06-24&quot;:19.12},{&quot;2026-06-25&quot;:19.16},{&quot;2026-06-26&quot;:18.41},{&quot;2026-06-27&quot;:19.2},{&quot;2026-06-28&quot;:19.2},{&quot;2026-06-29&quot;:19.3},{&quot;2026-06-30&quot;:19.3},{&quot;2026-07-01&quot;:19.34},{&quot;2026-07-02&quot;:19.34},{&quot;2026-07-03&quot;:19.38},{&quot;2026-07-04&quot;:19.55},{&quot;2026-07-05&quot;:19.55},{&quot;2026-07-06&quot;:19.55},{&quot;2026-07-07&quot;:19.56},{&quot;2026-07-08&quot;:19.56},{&quot;2026-07-09&quot;:19.53},{&quot;2026-07-10&quot;:19.53},{&quot;2026-07-11&quot;:19.53},{&quot;2026-07-12&quot;:19.53},{&quot;2026-07-13&quot;:19.63},{&quot;2026-07-14&quot;:19.6},{&quot;2026-07-15&quot;:19.69},{&quot;2026-07-16&quot;:19.69},{&quot;2026-07-17&quot;:19.76},{&quot;2026-07-18&quot;:19.76},{&quot;2026-07-19&quot;:19.76},{&quot;2026-07-20&quot;:19.76},{&quot;2026-07-21&quot;:19.52},{&quot;2026-07-23&quot;:19.37},{&quot;2026-07-25&quot;:19.29},{&quot;2026-07-26&quot;:19.12},{&quot;2026-07-27&quot;:19.08},{&quot;2026-07-29&quot;:18.94},{&quot;2026-07-30&quot;:18.94},{&quot;2026-07-31&quot;:18.94},{&quot;2026-08-01&quot;:18.94},{&quot;2026-08-02&quot;:18.94},{&quot;2026-08-03&quot;:18.86},{&quot;2026-08-04&quot;:18.75},{&quot;2026-08-05&quot;:18.67},{&quot;2026-08-07&quot;:18.67},{&quot;2026-08-08&quot;:18.67},{&quot;2026-08-09&quot;:18.49},{&quot;2026-08-10&quot;:18.49},{&quot;2026-08-11&quot;:18.52},{&quot;2026-08-12&quot;:18.52},{&quot;2026-08-13&quot;:18.5},{&quot;2026-08-14&quot;:18.5},{&quot;2026-08-15&quot;:18.5},{&quot;2026-08-16&quot;:18.26},{&quot;2026-08-17&quot;:18.26},{&quot;2026-08-18&quot;:18.09},{&quot;2026-08-19&quot;:18.13},{&quot;2026-08-20&quot;:18.13},{&quot;2026-08-21&quot;:18.13},{&quot;2026-08-22&quot;:18.5},{&quot;2026-08-23&quot;:18.5},{&quot;2026-08-24&quot;:18.5},{&quot;2026-08-25&quot;:18.5},{&quot;2026-08-26&quot;:18.48},{&quot;2026-08-27&quot;:18.48},{&quot;2026-08-28&quot;:18.48},{&quot;2026-08-29&quot;:18.48},{&quot;2026-08-30&quot;:18.48},{&quot;2026-08-31&quot;:18.53},{&quot;2026-09-01&quot;:18.53},{&quot;2026-09-02&quot;:18.53},{&quot;2026-09-03&quot;:18.42},{&quot;2026-09-04&quot;:18.42},{&quot;2026-09-05&quot;:18.42},{&quot;2026-09-06&quot;:18.42},{&quot;2026-09-07&quot;:18.03},{&quot;2026-09-08&quot;:18.03},{&quot;2026-09-09&quot;:18.03},{&quot;2026-09-10&quot;:18.03},{&quot;2026-09-11&quot;:17.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Armageddon" src="https://cards.scryfall.io/large/front/0/7/0794bc35-a8e1-4268-87b2-af5483ca6e5e.jpg?1783947875" />
    </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">
                $17.97
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:18.04},{&quot;2026-06-13&quot;:18.3},{&quot;2026-06-14&quot;:18.3},{&quot;2026-06-15&quot;:18.3},{&quot;2026-06-16&quot;:18.3},{&quot;2026-06-17&quot;:18.3},{&quot;2026-06-18&quot;:18.3},{&quot;2026-06-19&quot;:18.3},{&quot;2026-06-20&quot;:18.3},{&quot;2026-06-21&quot;:18.3},{&quot;2026-06-22&quot;:18.3},{&quot;2026-06-23&quot;:18.3},{&quot;2026-06-24&quot;:18.3},{&quot;2026-06-25&quot;:18.3},{&quot;2026-06-26&quot;:18.3},{&quot;2026-06-27&quot;:18.3},{&quot;2026-06-28&quot;:18.3},{&quot;2026-06-29&quot;:18.3},{&quot;2026-06-30&quot;:18.3},{&quot;2026-07-01&quot;:18.3},{&quot;2026-07-02&quot;:18.3},{&quot;2026-07-03&quot;:18.3},{&quot;2026-07-04&quot;:18.48},{&quot;2026-07-05&quot;:18.48},{&quot;2026-07-06&quot;:18.48},{&quot;2026-07-07&quot;:18.48},{&quot;2026-07-08&quot;:18.48},{&quot;2026-07-09&quot;:18.48},{&quot;2026-07-10&quot;:18.48},{&quot;2026-07-11&quot;:18.48},{&quot;2026-07-12&quot;:18.52},{&quot;2026-07-13&quot;:18.52},{&quot;2026-07-14&quot;:18.52},{&quot;2026-07-15&quot;:18.52},{&quot;2026-07-16&quot;:18.52},{&quot;2026-07-17&quot;:18.52},{&quot;2026-07-18&quot;:18.52},{&quot;2026-07-19&quot;:18.52},{&quot;2026-07-20&quot;:18.52},{&quot;2026-07-21&quot;:18.52},{&quot;2026-07-23&quot;:18.52},{&quot;2026-07-24&quot;:18.52},{&quot;2026-07-25&quot;:18.52},{&quot;2026-07-26&quot;:18.52},{&quot;2026-07-27&quot;:18.52},{&quot;2026-07-28&quot;:18.73},{&quot;2026-07-29&quot;:18.99},{&quot;2026-07-30&quot;:18.99},{&quot;2026-07-31&quot;:18.99},{&quot;2026-08-01&quot;:18.99},{&quot;2026-08-02&quot;:18.99},{&quot;2026-08-03&quot;:18.99},{&quot;2026-08-04&quot;:18.99},{&quot;2026-08-05&quot;:18.99},{&quot;2026-08-07&quot;:18.99},{&quot;2026-08-08&quot;:18.99},{&quot;2026-08-09&quot;:18.99},{&quot;2026-08-10&quot;:18.99},{&quot;2026-08-11&quot;:19.23},{&quot;2026-08-12&quot;:19.23},{&quot;2026-08-13&quot;:19.23},{&quot;2026-08-14&quot;:19.17},{&quot;2026-08-15&quot;:19.49},{&quot;2026-08-16&quot;:19.49},{&quot;2026-08-17&quot;:19.49},{&quot;2026-08-18&quot;:19.52},{&quot;2026-08-19&quot;:19.52},{&quot;2026-08-20&quot;:19.52},{&quot;2026-08-21&quot;:19.87},{&quot;2026-08-22&quot;:20.11},{&quot;2026-08-23&quot;:19.48},{&quot;2026-08-24&quot;:19.48},{&quot;2026-08-25&quot;:19.48},{&quot;2026-08-26&quot;:19.48},{&quot;2026-08-27&quot;:19.48},{&quot;2026-08-28&quot;:19.2},{&quot;2026-08-29&quot;:19.2},{&quot;2026-08-30&quot;:19.09},{&quot;2026-08-31&quot;:19.09},{&quot;2026-09-01&quot;:19.09},{&quot;2026-09-02&quot;:19.09},{&quot;2026-09-03&quot;:19.09},{&quot;2026-09-04&quot;:19.09},{&quot;2026-09-05&quot;:19.35},{&quot;2026-09-06&quot;:19.35},{&quot;2026-09-07&quot;:17.82},{&quot;2026-09-08&quot;:17.82},{&quot;2026-09-09&quot;:17.82},{&quot;2026-09-10&quot;:17.97},{&quot;2026-09-11&quot;:17.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $17.90
          </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 Negation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/e/1ed4c0bb-b710-44a1-b8bc-6bd11c27b8b8.jpg?1783927843" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Pact of Negation" src="https://cards.scryfall.io/large/front/1/e/1ed4c0bb-b710-44a1-b8bc-6bd11c27b8b8.jpg?1783927843" />
    </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">
                $17.90
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$13.00</span>
              <span class="text-xs text-grey-text">Credit: $16.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;:38.85},{&quot;2026-06-14&quot;:38.83},{&quot;2026-06-15&quot;:39.23},{&quot;2026-06-16&quot;:39.23},{&quot;2026-06-17&quot;:39.89},{&quot;2026-06-18&quot;:39.89},{&quot;2026-06-19&quot;:40.56},{&quot;2026-06-20&quot;:40.56},{&quot;2026-06-21&quot;:40.56},{&quot;2026-06-22&quot;:40.56},{&quot;2026-06-23&quot;:40.56},{&quot;2026-06-24&quot;:40.56},{&quot;2026-06-25&quot;:40.56},{&quot;2026-06-26&quot;:40.56},{&quot;2026-06-27&quot;:40.56},{&quot;2026-06-28&quot;:40.56},{&quot;2026-06-29&quot;:40.56},{&quot;2026-06-30&quot;:40.56},{&quot;2026-07-01&quot;:42.0},{&quot;2026-07-02&quot;:42.0},{&quot;2026-07-03&quot;:42.0},{&quot;2026-07-04&quot;:41.64},{&quot;2026-07-05&quot;:41.64},{&quot;2026-07-06&quot;:41.64},{&quot;2026-07-07&quot;:42.03},{&quot;2026-07-08&quot;:42.03},{&quot;2026-07-09&quot;:42.03},{&quot;2026-07-10&quot;:42.03},{&quot;2026-07-11&quot;:42.03},{&quot;2026-07-12&quot;:42.03},{&quot;2026-07-13&quot;:42.03},{&quot;2026-07-14&quot;:42.03},{&quot;2026-07-15&quot;:42.03},{&quot;2026-07-16&quot;:42.03},{&quot;2026-07-17&quot;:42.11},{&quot;2026-07-18&quot;:42.11},{&quot;2026-07-19&quot;:42.11},{&quot;2026-07-20&quot;:42.11},{&quot;2026-07-21&quot;:42.11},{&quot;2026-07-22&quot;:42.11},{&quot;2026-07-23&quot;:42.11},{&quot;2026-07-24&quot;:42.11},{&quot;2026-07-25&quot;:42.11},{&quot;2026-07-26&quot;:42.9},{&quot;2026-07-27&quot;:42.9},{&quot;2026-07-28&quot;:42.9},{&quot;2026-07-29&quot;:42.9},{&quot;2026-07-30&quot;:42.9},{&quot;2026-07-31&quot;:42.9},{&quot;2026-08-01&quot;:42.9},{&quot;2026-08-02&quot;:42.9},{&quot;2026-08-03&quot;:42.9},{&quot;2026-08-04&quot;:42.9},{&quot;2026-08-05&quot;:42.9},{&quot;2026-08-07&quot;:43.52},{&quot;2026-08-08&quot;:43.52},{&quot;2026-08-09&quot;:43.52},{&quot;2026-08-10&quot;:43.52},{&quot;2026-08-11&quot;:43.52},{&quot;2026-08-12&quot;:43.52},{&quot;2026-08-13&quot;:43.52},{&quot;2026-08-14&quot;:44.43},{&quot;2026-08-15&quot;:44.43},{&quot;2026-08-16&quot;:44.43},{&quot;2026-08-17&quot;:44.43},{&quot;2026-08-18&quot;:44.43},{&quot;2026-08-19&quot;:44.43},{&quot;2026-08-20&quot;:44.43},{&quot;2026-08-21&quot;:44.43},{&quot;2026-08-22&quot;:44.43},{&quot;2026-08-23&quot;:44.81},{&quot;2026-08-24&quot;:44.95},{&quot;2026-08-25&quot;:44.95},{&quot;2026-08-26&quot;:44.95},{&quot;2026-08-27&quot;:44.95},{&quot;2026-08-28&quot;:44.95},{&quot;2026-08-29&quot;:44.95},{&quot;2026-08-30&quot;:44.95},{&quot;2026-08-31&quot;:44.95},{&quot;2026-09-01&quot;:44.89},{&quot;2026-09-02&quot;:44.89},{&quot;2026-09-03&quot;:44.89},{&quot;2026-09-04&quot;:44.89},{&quot;2026-09-05&quot;:44.89},{&quot;2026-09-06&quot;:44.89},{&quot;2026-09-07&quot;:44.89},{&quot;2026-09-08&quot;:44.89},{&quot;2026-09-09&quot;:44.89},{&quot;2026-09-10&quot;:44.89},{&quot;2026-09-11&quot;:44.89}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.48},{&quot;2026-06-14&quot;:18.41},{&quot;2026-06-15&quot;:18.37},{&quot;2026-06-16&quot;:18.37},{&quot;2026-06-17&quot;:18.27},{&quot;2026-06-18&quot;:18.24},{&quot;2026-06-19&quot;:18.23},{&quot;2026-06-20&quot;:18.23},{&quot;2026-06-21&quot;:18.32},{&quot;2026-06-22&quot;:18.59},{&quot;2026-06-23&quot;:18.61},{&quot;2026-06-24&quot;:18.63},{&quot;2026-06-25&quot;:18.56},{&quot;2026-06-26&quot;:18.7},{&quot;2026-06-27&quot;:19.12},{&quot;2026-06-28&quot;:19.14},{&quot;2026-06-29&quot;:19.06},{&quot;2026-06-30&quot;:18.93},{&quot;2026-07-01&quot;:19.1},{&quot;2026-07-02&quot;:19.05},{&quot;2026-07-03&quot;:18.91},{&quot;2026-07-04&quot;:18.73},{&quot;2026-07-05&quot;:18.77},{&quot;2026-07-06&quot;:18.52},{&quot;2026-07-07&quot;:18.19},{&quot;2026-07-08&quot;:18.44},{&quot;2026-07-09&quot;:18.37},{&quot;2026-07-10&quot;:18.18},{&quot;2026-07-11&quot;:17.78},{&quot;2026-07-12&quot;:17.98},{&quot;2026-07-13&quot;:18.08},{&quot;2026-07-14&quot;:17.36},{&quot;2026-07-15&quot;:17.35},{&quot;2026-07-16&quot;:17.46},{&quot;2026-07-17&quot;:17.28},{&quot;2026-07-18&quot;:17.16},{&quot;2026-07-19&quot;:17.29},{&quot;2026-07-20&quot;:17.24},{&quot;2026-07-21&quot;:17.24},{&quot;2026-07-22&quot;:17.14},{&quot;2026-07-23&quot;:17.2},{&quot;2026-07-24&quot;:17.52},{&quot;2026-07-25&quot;:17.52},{&quot;2026-07-26&quot;:17.52},{&quot;2026-07-27&quot;:17.76},{&quot;2026-07-28&quot;:17.83},{&quot;2026-07-29&quot;:17.81},{&quot;2026-07-30&quot;:17.83},{&quot;2026-07-31&quot;:17.84},{&quot;2026-08-01&quot;:17.7},{&quot;2026-08-02&quot;:17.73},{&quot;2026-08-03&quot;:17.68},{&quot;2026-08-04&quot;:17.73},{&quot;2026-08-05&quot;:17.7},{&quot;2026-08-07&quot;:17.5},{&quot;2026-08-08&quot;:17.57},{&quot;2026-08-09&quot;:17.61},{&quot;2026-08-10&quot;:17.59},{&quot;2026-08-11&quot;:17.87},{&quot;2026-08-12&quot;:17.86},{&quot;2026-08-13&quot;:17.98},{&quot;2026-08-14&quot;:17.99},{&quot;2026-08-15&quot;:17.95},{&quot;2026-08-16&quot;:18.01},{&quot;2026-08-17&quot;:17.88},{&quot;2026-08-18&quot;:18.05},{&quot;2026-08-19&quot;:18.09},{&quot;2026-08-20&quot;:17.96},{&quot;2026-08-21&quot;:18.13},{&quot;2026-08-22&quot;:18.06},{&quot;2026-08-23&quot;:18.09},{&quot;2026-08-24&quot;:18.0},{&quot;2026-08-25&quot;:18.0},{&quot;2026-08-26&quot;:18.09},{&quot;2026-08-27&quot;:17.95},{&quot;2026-08-28&quot;:18.21},{&quot;2026-08-29&quot;:18.21},{&quot;2026-08-30&quot;:17.92},{&quot;2026-08-31&quot;:17.96},{&quot;2026-09-01&quot;:17.56},{&quot;2026-09-02&quot;:17.54},{&quot;2026-09-03&quot;:17.6},{&quot;2026-09-04&quot;:17.65},{&quot;2026-09-05&quot;:17.61},{&quot;2026-09-06&quot;:17.46},{&quot;2026-09-07&quot;:17.54},{&quot;2026-09-08&quot;:17.95},{&quot;2026-09-09&quot;:17.94},{&quot;2026-09-10&quot;:17.96},{&quot;2026-09-11&quot;:17.9}]}"
        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="67444"
  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-spg 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">
            Swords to Plowshares
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Swords to Plowshares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/0/80590c26-285e-4b7b-9ee5-62956dba4ad7.jpg?1783909914" />

        <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">
            Swords to Plowshares
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Swords to Plowshares" src="https://cards.scryfall.io/large/front/8/0/80590c26-285e-4b7b-9ee5-62956dba4ad7.jpg?1783909914" />
    </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">
                $17.86
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:59.52},{&quot;2026-06-12&quot;:59.52},{&quot;2026-06-13&quot;:59.52},{&quot;2026-06-14&quot;:59.52},{&quot;2026-06-15&quot;:59.52},{&quot;2026-06-16&quot;:60.08},{&quot;2026-06-17&quot;:59.61},{&quot;2026-06-18&quot;:60.26},{&quot;2026-06-19&quot;:60.91},{&quot;2026-06-20&quot;:60.91},{&quot;2026-06-21&quot;:60.91},{&quot;2026-06-22&quot;:60.91},{&quot;2026-06-23&quot;:60.91},{&quot;2026-06-24&quot;:60.91},{&quot;2026-06-25&quot;:60.91},{&quot;2026-06-26&quot;:60.91},{&quot;2026-06-27&quot;:60.91},{&quot;2026-06-28&quot;:60.91},{&quot;2026-06-29&quot;:60.91},{&quot;2026-06-30&quot;:60.91},{&quot;2026-07-01&quot;:60.91},{&quot;2026-07-02&quot;:61.42},{&quot;2026-07-03&quot;:61.42},{&quot;2026-07-04&quot;:61.42},{&quot;2026-07-05&quot;:61.42},{&quot;2026-07-06&quot;:61.42},{&quot;2026-07-07&quot;:61.42},{&quot;2026-07-08&quot;:62.1},{&quot;2026-07-09&quot;:62.1},{&quot;2026-07-10&quot;:62.1},{&quot;2026-07-11&quot;:62.1},{&quot;2026-07-12&quot;:62.1},{&quot;2026-07-13&quot;:62.1},{&quot;2026-07-14&quot;:62.1},{&quot;2026-07-15&quot;:62.1},{&quot;2026-07-16&quot;:62.1},{&quot;2026-07-17&quot;:62.1},{&quot;2026-07-18&quot;:62.1},{&quot;2026-07-19&quot;:63.12},{&quot;2026-07-20&quot;:63.12},{&quot;2026-07-21&quot;:63.41},{&quot;2026-07-23&quot;:63.41},{&quot;2026-07-25&quot;:63.41},{&quot;2026-07-26&quot;:63.98},{&quot;2026-07-27&quot;:64.02},{&quot;2026-07-28&quot;:63.81},{&quot;2026-07-29&quot;:63.81},{&quot;2026-07-30&quot;:63.81},{&quot;2026-07-31&quot;:63.81},{&quot;2026-08-01&quot;:63.81},{&quot;2026-08-02&quot;:63.81},{&quot;2026-08-03&quot;:63.81},{&quot;2026-08-04&quot;:63.38},{&quot;2026-08-05&quot;:63.38},{&quot;2026-08-07&quot;:63.38},{&quot;2026-08-08&quot;:63.42},{&quot;2026-08-09&quot;:63.57},{&quot;2026-08-10&quot;:63.57},{&quot;2026-08-11&quot;:63.57},{&quot;2026-08-12&quot;:63.57},{&quot;2026-08-13&quot;:63.57},{&quot;2026-08-14&quot;:63.72},{&quot;2026-08-15&quot;:63.72},{&quot;2026-08-16&quot;:63.72},{&quot;2026-08-17&quot;:63.72},{&quot;2026-08-18&quot;:63.72},{&quot;2026-08-19&quot;:63.72},{&quot;2026-08-20&quot;:63.72},{&quot;2026-08-21&quot;:64.04},{&quot;2026-08-22&quot;:64.04},{&quot;2026-08-23&quot;:64.04},{&quot;2026-08-24&quot;:64.04},{&quot;2026-08-25&quot;:64.04},{&quot;2026-08-26&quot;:64.04},{&quot;2026-08-27&quot;:64.04},{&quot;2026-08-28&quot;:64.04},{&quot;2026-08-29&quot;:64.04},{&quot;2026-08-30&quot;:64.04},{&quot;2026-08-31&quot;:64.04},{&quot;2026-09-01&quot;:64.04},{&quot;2026-09-02&quot;:64.29},{&quot;2026-09-03&quot;:64.29},{&quot;2026-09-04&quot;:64.29},{&quot;2026-09-05&quot;:64.29},{&quot;2026-09-06&quot;:64.29},{&quot;2026-09-07&quot;:64.29},{&quot;2026-09-08&quot;:64.29},{&quot;2026-09-09&quot;:64.29},{&quot;2026-09-10&quot;:64.29},{&quot;2026-09-11&quot;:64.29}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:16.85},{&quot;2026-06-12&quot;:16.98},{&quot;2026-06-13&quot;:16.53},{&quot;2026-06-14&quot;:17.08},{&quot;2026-06-15&quot;:17.08},{&quot;2026-06-16&quot;:16.99},{&quot;2026-06-17&quot;:16.99},{&quot;2026-06-18&quot;:16.99},{&quot;2026-06-19&quot;:16.99},{&quot;2026-06-20&quot;:16.99},{&quot;2026-06-21&quot;:16.99},{&quot;2026-06-22&quot;:16.99},{&quot;2026-06-23&quot;:16.99},{&quot;2026-06-24&quot;:16.7},{&quot;2026-06-25&quot;:16.27},{&quot;2026-06-26&quot;:16.34},{&quot;2026-06-27&quot;:16.39},{&quot;2026-06-28&quot;:16.39},{&quot;2026-06-29&quot;:16.39},{&quot;2026-06-30&quot;:16.45},{&quot;2026-07-01&quot;:16.33},{&quot;2026-07-02&quot;:16.39},{&quot;2026-07-03&quot;:16.66},{&quot;2026-07-04&quot;:16.66},{&quot;2026-07-05&quot;:16.23},{&quot;2026-07-06&quot;:16.19},{&quot;2026-07-07&quot;:16.32},{&quot;2026-07-08&quot;:16.32},{&quot;2026-07-09&quot;:16.54},{&quot;2026-07-10&quot;:16.63},{&quot;2026-07-11&quot;:16.63},{&quot;2026-07-12&quot;:16.63},{&quot;2026-07-13&quot;:16.5},{&quot;2026-07-14&quot;:16.53},{&quot;2026-07-15&quot;:16.73},{&quot;2026-07-16&quot;:16.73},{&quot;2026-07-17&quot;:16.73},{&quot;2026-07-18&quot;:16.57},{&quot;2026-07-19&quot;:16.74},{&quot;2026-07-20&quot;:16.6},{&quot;2026-07-21&quot;:16.6},{&quot;2026-07-23&quot;:16.6},{&quot;2026-07-25&quot;:16.6},{&quot;2026-07-26&quot;:16.6},{&quot;2026-07-27&quot;:16.82},{&quot;2026-07-28&quot;:16.82},{&quot;2026-07-29&quot;:16.82},{&quot;2026-07-30&quot;:16.82},{&quot;2026-07-31&quot;:16.78},{&quot;2026-08-01&quot;:16.78},{&quot;2026-08-02&quot;:16.78},{&quot;2026-08-03&quot;:16.82},{&quot;2026-08-04&quot;:16.7},{&quot;2026-08-05&quot;:16.74},{&quot;2026-08-07&quot;:16.65},{&quot;2026-08-08&quot;:16.65},{&quot;2026-08-09&quot;:16.79},{&quot;2026-08-10&quot;:16.95},{&quot;2026-08-11&quot;:16.95},{&quot;2026-08-12&quot;:16.98},{&quot;2026-08-13&quot;:16.98},{&quot;2026-08-14&quot;:16.98},{&quot;2026-08-15&quot;:16.98},{&quot;2026-08-16&quot;:17.09},{&quot;2026-08-17&quot;:16.95},{&quot;2026-08-18&quot;:16.95},{&quot;2026-08-19&quot;:16.95},{&quot;2026-08-20&quot;:16.95},{&quot;2026-08-21&quot;:17.09},{&quot;2026-08-22&quot;:17.46},{&quot;2026-08-23&quot;:17.46},{&quot;2026-08-24&quot;:17.31},{&quot;2026-08-25&quot;:17.31},{&quot;2026-08-26&quot;:17.31},{&quot;2026-08-27&quot;:17.34},{&quot;2026-08-28&quot;:17.34},{&quot;2026-08-29&quot;:17.34},{&quot;2026-08-30&quot;:17.89},{&quot;2026-08-31&quot;:17.89},{&quot;2026-09-01&quot;:17.89},{&quot;2026-09-02&quot;:17.74},{&quot;2026-09-03&quot;:17.51},{&quot;2026-09-04&quot;:17.51},{&quot;2026-09-05&quot;:17.44},{&quot;2026-09-06&quot;:17.44},{&quot;2026-09-07&quot;:17.44},{&quot;2026-09-08&quot;:17.44},{&quot;2026-09-09&quot;:17.44},{&quot;2026-09-10&quot;:17.48},{&quot;2026-09-11&quot;:17.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $17.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="Gamble" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/e/8e37fae5-ddd0-4e16-8581-71579f89d9c5.jpg?1783918462" />

        <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">
            Gamble
        </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-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="Gamble" src="https://cards.scryfall.io/large/front/8/e/8e37fae5-ddd0-4e16-8581-71579f89d9c5.jpg?1783918462" />
    </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">
                $17.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">
                $17.07
              </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">$14.00</span>
              <span class="text-xs text-grey-text">Credit: $18.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;:15.51},{&quot;2026-06-12&quot;:15.51},{&quot;2026-06-13&quot;:15.51},{&quot;2026-06-14&quot;:15.75},{&quot;2026-06-15&quot;:15.75},{&quot;2026-06-16&quot;:15.84},{&quot;2026-06-17&quot;:15.75},{&quot;2026-06-18&quot;:16.01},{&quot;2026-06-19&quot;:16.34},{&quot;2026-06-20&quot;:16.34},{&quot;2026-06-21&quot;:16.41},{&quot;2026-06-22&quot;:16.41},{&quot;2026-06-23&quot;:16.47},{&quot;2026-06-24&quot;:16.47},{&quot;2026-06-25&quot;:16.47},{&quot;2026-06-26&quot;:16.48},{&quot;2026-06-27&quot;:16.38},{&quot;2026-06-28&quot;:16.38},{&quot;2026-06-29&quot;:16.35},{&quot;2026-06-30&quot;:16.41},{&quot;2026-07-01&quot;:16.41},{&quot;2026-07-02&quot;:16.69},{&quot;2026-07-03&quot;:16.65},{&quot;2026-07-04&quot;:16.71},{&quot;2026-07-05&quot;:16.74},{&quot;2026-07-06&quot;:16.58},{&quot;2026-07-07&quot;:16.66},{&quot;2026-07-08&quot;:16.71},{&quot;2026-07-09&quot;:16.76},{&quot;2026-07-10&quot;:16.74},{&quot;2026-07-11&quot;:16.72},{&quot;2026-07-12&quot;:16.72},{&quot;2026-07-13&quot;:16.72},{&quot;2026-07-14&quot;:16.8},{&quot;2026-07-15&quot;:16.44},{&quot;2026-07-16&quot;:16.44},{&quot;2026-07-17&quot;:16.4},{&quot;2026-07-18&quot;:16.4},{&quot;2026-07-19&quot;:16.4},{&quot;2026-07-20&quot;:16.42},{&quot;2026-07-21&quot;:16.57},{&quot;2026-07-23&quot;:16.91},{&quot;2026-07-25&quot;:17.05},{&quot;2026-07-26&quot;:17.05},{&quot;2026-07-27&quot;:17.09},{&quot;2026-07-28&quot;:17.13},{&quot;2026-07-29&quot;:17.13},{&quot;2026-07-30&quot;:17.33},{&quot;2026-07-31&quot;:17.23},{&quot;2026-08-01&quot;:17.23},{&quot;2026-08-02&quot;:17.37},{&quot;2026-08-03&quot;:17.37},{&quot;2026-08-04&quot;:17.37},{&quot;2026-08-05&quot;:17.37},{&quot;2026-08-07&quot;:17.64},{&quot;2026-08-08&quot;:17.56},{&quot;2026-08-09&quot;:17.69},{&quot;2026-08-10&quot;:17.69},{&quot;2026-08-11&quot;:17.73},{&quot;2026-08-12&quot;:17.73},{&quot;2026-08-13&quot;:17.91},{&quot;2026-08-14&quot;:18.01},{&quot;2026-08-15&quot;:17.96},{&quot;2026-08-16&quot;:17.8},{&quot;2026-08-17&quot;:17.93},{&quot;2026-08-18&quot;:17.71},{&quot;2026-08-19&quot;:18.11},{&quot;2026-08-20&quot;:18.11},{&quot;2026-08-21&quot;:17.85},{&quot;2026-08-22&quot;:18.09},{&quot;2026-08-23&quot;:18.09},{&quot;2026-08-24&quot;:18.09},{&quot;2026-08-25&quot;:18.09},{&quot;2026-08-26&quot;:18.29},{&quot;2026-08-27&quot;:18.32},{&quot;2026-08-28&quot;:17.99},{&quot;2026-08-29&quot;:17.99},{&quot;2026-08-30&quot;:18.25},{&quot;2026-08-31&quot;:17.46},{&quot;2026-09-01&quot;:17.46},{&quot;2026-09-02&quot;:17.3},{&quot;2026-09-03&quot;:17.38},{&quot;2026-09-04&quot;:17.21},{&quot;2026-09-05&quot;:17.3},{&quot;2026-09-06&quot;:17.3},{&quot;2026-09-07&quot;:17.19},{&quot;2026-09-08&quot;:17.19},{&quot;2026-09-09&quot;:17.19},{&quot;2026-09-10&quot;:17.19},{&quot;2026-09-11&quot;:17.07}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:15.81},{&quot;2026-06-12&quot;:15.76},{&quot;2026-06-13&quot;:15.7},{&quot;2026-06-14&quot;:15.7},{&quot;2026-06-15&quot;:16.02},{&quot;2026-06-16&quot;:15.8},{&quot;2026-06-17&quot;:15.43},{&quot;2026-06-18&quot;:15.25},{&quot;2026-06-19&quot;:15.64},{&quot;2026-06-20&quot;:16.07},{&quot;2026-06-21&quot;:16.47},{&quot;2026-06-22&quot;:16.39},{&quot;2026-06-23&quot;:16.18},{&quot;2026-06-24&quot;:16.18},{&quot;2026-06-25&quot;:16.0},{&quot;2026-06-26&quot;:16.3},{&quot;2026-06-27&quot;:16.32},{&quot;2026-06-28&quot;:16.52},{&quot;2026-06-29&quot;:16.64},{&quot;2026-06-30&quot;:16.8},{&quot;2026-07-01&quot;:16.8},{&quot;2026-07-02&quot;:16.8},{&quot;2026-07-03&quot;:16.8},{&quot;2026-07-04&quot;:16.37},{&quot;2026-07-05&quot;:16.37},{&quot;2026-07-06&quot;:16.66},{&quot;2026-07-07&quot;:16.75},{&quot;2026-07-08&quot;:16.78},{&quot;2026-07-09&quot;:16.87},{&quot;2026-07-10&quot;:17.1},{&quot;2026-07-11&quot;:17.04},{&quot;2026-07-12&quot;:17.03},{&quot;2026-07-13&quot;:17.19},{&quot;2026-07-14&quot;:17.34},{&quot;2026-07-15&quot;:17.29},{&quot;2026-07-16&quot;:17.41},{&quot;2026-07-17&quot;:17.38},{&quot;2026-07-18&quot;:17.61},{&quot;2026-07-19&quot;:17.6},{&quot;2026-07-20&quot;:17.44},{&quot;2026-07-21&quot;:17.55},{&quot;2026-07-23&quot;:17.4},{&quot;2026-07-25&quot;:17.56},{&quot;2026-07-26&quot;:17.52},{&quot;2026-07-27&quot;:17.41},{&quot;2026-07-28&quot;:17.3},{&quot;2026-07-29&quot;:17.63},{&quot;2026-07-30&quot;:17.63},{&quot;2026-07-31&quot;:17.54},{&quot;2026-08-01&quot;:17.54},{&quot;2026-08-02&quot;:17.52},{&quot;2026-08-03&quot;:17.45},{&quot;2026-08-04&quot;:17.45},{&quot;2026-08-05&quot;:17.46},{&quot;2026-08-07&quot;:17.46},{&quot;2026-08-08&quot;:17.46},{&quot;2026-08-09&quot;:17.5},{&quot;2026-08-10&quot;:17.5},{&quot;2026-08-11&quot;:17.5},{&quot;2026-08-12&quot;:17.39},{&quot;2026-08-13&quot;:17.36},{&quot;2026-08-14&quot;:17.36},{&quot;2026-08-15&quot;:17.47},{&quot;2026-08-16&quot;:17.35},{&quot;2026-08-17&quot;:17.54},{&quot;2026-08-18&quot;:16.95},{&quot;2026-08-19&quot;:16.96},{&quot;2026-08-20&quot;:16.96},{&quot;2026-08-21&quot;:16.99},{&quot;2026-08-22&quot;:17.22},{&quot;2026-08-23&quot;:17.67},{&quot;2026-08-24&quot;:17.81},{&quot;2026-08-25&quot;:17.81},{&quot;2026-08-26&quot;:18.33},{&quot;2026-08-27&quot;:18.39},{&quot;2026-08-28&quot;:18.41},{&quot;2026-08-29&quot;:18.41},{&quot;2026-08-30&quot;:18.43},{&quot;2026-08-31&quot;:18.46},{&quot;2026-09-01&quot;:18.46},{&quot;2026-09-02&quot;:18.32},{&quot;2026-09-03&quot;:18.32},{&quot;2026-09-04&quot;:18.0},{&quot;2026-09-05&quot;:18.0},{&quot;2026-09-06&quot;:17.93},{&quot;2026-09-07&quot;:17.98},{&quot;2026-09-08&quot;:17.94},{&quot;2026-09-09&quot;:17.94},{&quot;2026-09-10&quot;:17.86},{&quot;2026-09-11&quot;:17.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="98222"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-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">
            Super Shredder
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Mutant Ninja Human
      </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">
            $17.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="Super Shredder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/7/37a497b8-e908-4ddc-996e-a8470df72afb.jpg?1783904099" />

        <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">
            Super Shredder
        </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 — Mutant Ninja Human</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Super Shredder" src="https://cards.scryfall.io/large/front/3/7/37a497b8-e908-4ddc-996e-a8470df72afb.jpg?1783904099" />
    </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">
                $17.76
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:24.69},{&quot;2026-06-14&quot;:24.35},{&quot;2026-06-15&quot;:23.89},{&quot;2026-06-16&quot;:23.48},{&quot;2026-06-17&quot;:23.35},{&quot;2026-06-18&quot;:23.08},{&quot;2026-06-19&quot;:22.81},{&quot;2026-06-20&quot;:22.75},{&quot;2026-06-21&quot;:22.75},{&quot;2026-06-22&quot;:22.08},{&quot;2026-06-23&quot;:21.48},{&quot;2026-06-24&quot;:21.41},{&quot;2026-06-25&quot;:21.4},{&quot;2026-06-26&quot;:21.4},{&quot;2026-06-27&quot;:21.16},{&quot;2026-06-28&quot;:21.16},{&quot;2026-06-29&quot;:21.16},{&quot;2026-06-30&quot;:21.16},{&quot;2026-07-01&quot;:21.0},{&quot;2026-07-02&quot;:20.31},{&quot;2026-07-03&quot;:20.16},{&quot;2026-07-04&quot;:20.11},{&quot;2026-07-05&quot;:20.11},{&quot;2026-07-06&quot;:20.11},{&quot;2026-07-07&quot;:19.88},{&quot;2026-07-08&quot;:19.74},{&quot;2026-07-09&quot;:19.56},{&quot;2026-07-10&quot;:19.44},{&quot;2026-07-11&quot;:19.39},{&quot;2026-07-12&quot;:19.34},{&quot;2026-07-13&quot;:19.34},{&quot;2026-07-14&quot;:19.57},{&quot;2026-07-15&quot;:19.65},{&quot;2026-07-16&quot;:19.55},{&quot;2026-07-17&quot;:20.06},{&quot;2026-07-18&quot;:20.01},{&quot;2026-07-19&quot;:19.94},{&quot;2026-07-20&quot;:20.05},{&quot;2026-07-21&quot;:19.51},{&quot;2026-07-22&quot;:19.77},{&quot;2026-07-23&quot;:19.06},{&quot;2026-07-24&quot;:19.06},{&quot;2026-07-25&quot;:19.22},{&quot;2026-07-26&quot;:19.17},{&quot;2026-07-27&quot;:19.18},{&quot;2026-07-28&quot;:19.45},{&quot;2026-07-29&quot;:19.68},{&quot;2026-07-30&quot;:19.81},{&quot;2026-07-31&quot;:20.15},{&quot;2026-08-01&quot;:20.27},{&quot;2026-08-02&quot;:20.11},{&quot;2026-08-03&quot;:20.1},{&quot;2026-08-04&quot;:20.02},{&quot;2026-08-05&quot;:20.01},{&quot;2026-08-07&quot;:19.7},{&quot;2026-08-08&quot;:19.8},{&quot;2026-08-09&quot;:19.79},{&quot;2026-08-10&quot;:19.77},{&quot;2026-08-11&quot;:19.92},{&quot;2026-08-12&quot;:19.96},{&quot;2026-08-13&quot;:19.9},{&quot;2026-08-14&quot;:19.78},{&quot;2026-08-15&quot;:19.82},{&quot;2026-08-16&quot;:19.82},{&quot;2026-08-17&quot;:19.77},{&quot;2026-08-18&quot;:19.77},{&quot;2026-08-19&quot;:20.16},{&quot;2026-08-20&quot;:20.13},{&quot;2026-08-21&quot;:20.21},{&quot;2026-08-22&quot;:20.23},{&quot;2026-08-23&quot;:20.23},{&quot;2026-08-24&quot;:20.19},{&quot;2026-08-25&quot;:20.21},{&quot;2026-08-26&quot;:20.02},{&quot;2026-08-27&quot;:19.86},{&quot;2026-08-28&quot;:19.9},{&quot;2026-08-29&quot;:19.9},{&quot;2026-08-30&quot;:19.92},{&quot;2026-08-31&quot;:19.43},{&quot;2026-09-01&quot;:18.64},{&quot;2026-09-02&quot;:18.61},{&quot;2026-09-03&quot;:18.47},{&quot;2026-09-04&quot;:18.39},{&quot;2026-09-05&quot;:18.5},{&quot;2026-09-06&quot;:18.5},{&quot;2026-09-07&quot;:18.66},{&quot;2026-09-08&quot;:18.73},{&quot;2026-09-09&quot;:18.85},{&quot;2026-09-10&quot;:18.99},{&quot;2026-09-11&quot;:19.09}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.46},{&quot;2026-06-14&quot;:18.7},{&quot;2026-06-15&quot;:19.06},{&quot;2026-06-16&quot;:19.77},{&quot;2026-06-17&quot;:19.43},{&quot;2026-06-18&quot;:20.19},{&quot;2026-06-19&quot;:19.38},{&quot;2026-06-20&quot;:19.06},{&quot;2026-06-21&quot;:18.69},{&quot;2026-06-22&quot;:17.05},{&quot;2026-06-23&quot;:16.84},{&quot;2026-06-24&quot;:16.66},{&quot;2026-06-25&quot;:17.02},{&quot;2026-06-26&quot;:17.14},{&quot;2026-06-27&quot;:17.26},{&quot;2026-06-28&quot;:16.95},{&quot;2026-06-29&quot;:16.45},{&quot;2026-06-30&quot;:16.52},{&quot;2026-07-01&quot;:16.06},{&quot;2026-07-02&quot;:15.9},{&quot;2026-07-03&quot;:16.82},{&quot;2026-07-04&quot;:17.01},{&quot;2026-07-05&quot;:16.88},{&quot;2026-07-06&quot;:16.95},{&quot;2026-07-07&quot;:17.25},{&quot;2026-07-08&quot;:17.28},{&quot;2026-07-09&quot;:16.88},{&quot;2026-07-10&quot;:17.06},{&quot;2026-07-11&quot;:17.21},{&quot;2026-07-12&quot;:18.0},{&quot;2026-07-13&quot;:17.84},{&quot;2026-07-14&quot;:18.1},{&quot;2026-07-15&quot;:18.23},{&quot;2026-07-16&quot;:18.01},{&quot;2026-07-17&quot;:18.05},{&quot;2026-07-18&quot;:18.07},{&quot;2026-07-19&quot;:17.96},{&quot;2026-07-20&quot;:18.12},{&quot;2026-07-21&quot;:17.88},{&quot;2026-07-22&quot;:18.22},{&quot;2026-07-23&quot;:18.13},{&quot;2026-07-24&quot;:18.2},{&quot;2026-07-25&quot;:18.06},{&quot;2026-07-26&quot;:18.1},{&quot;2026-07-27&quot;:18.56},{&quot;2026-07-28&quot;:19.3},{&quot;2026-07-29&quot;:19.23},{&quot;2026-07-30&quot;:19.04},{&quot;2026-07-31&quot;:19.46},{&quot;2026-08-01&quot;:19.57},{&quot;2026-08-02&quot;:19.68},{&quot;2026-08-03&quot;:19.81},{&quot;2026-08-04&quot;:19.98},{&quot;2026-08-05&quot;:20.07},{&quot;2026-08-07&quot;:20.21},{&quot;2026-08-08&quot;:20.16},{&quot;2026-08-09&quot;:20.03},{&quot;2026-08-10&quot;:19.98},{&quot;2026-08-11&quot;:19.97},{&quot;2026-08-12&quot;:19.71},{&quot;2026-08-13&quot;:19.54},{&quot;2026-08-14&quot;:19.19},{&quot;2026-08-15&quot;:18.96},{&quot;2026-08-16&quot;:19.06},{&quot;2026-08-17&quot;:19.15},{&quot;2026-08-18&quot;:19.59},{&quot;2026-08-19&quot;:19.57},{&quot;2026-08-20&quot;:19.19},{&quot;2026-08-21&quot;:18.6},{&quot;2026-08-22&quot;:18.17},{&quot;2026-08-23&quot;:17.89},{&quot;2026-08-24&quot;:18.16},{&quot;2026-08-25&quot;:18.24},{&quot;2026-08-26&quot;:18.25},{&quot;2026-08-27&quot;:18.09},{&quot;2026-08-28&quot;:17.61},{&quot;2026-08-29&quot;:17.61},{&quot;2026-08-30&quot;:17.52},{&quot;2026-08-31&quot;:17.63},{&quot;2026-09-01&quot;:18.5},{&quot;2026-09-02&quot;:19.05},{&quot;2026-09-03&quot;:18.83},{&quot;2026-09-04&quot;:18.88},{&quot;2026-09-05&quot;:18.18},{&quot;2026-09-06&quot;:18.15},{&quot;2026-09-07&quot;:18.17},{&quot;2026-09-08&quot;:18.14},{&quot;2026-09-09&quot;:18.06},{&quot;2026-09-10&quot;:17.82},{&quot;2026-09-11&quot;:17.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="79059"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.34
          </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="Nether Traitor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8f3482ec-8466-4680-bfdc-e1029c0fbe89.jpg?1783927816" />

        <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">
            Nether Traitor
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nether Traitor" src="https://cards.scryfall.io/large/front/8/f/8f3482ec-8466-4680-bfdc-e1029c0fbe89.jpg?1783927816" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:18.47},{&quot;2026-06-14&quot;:18.39},{&quot;2026-06-15&quot;:18.17},{&quot;2026-06-16&quot;:18.17},{&quot;2026-06-17&quot;:18.17},{&quot;2026-06-18&quot;:18.17},{&quot;2026-06-19&quot;:18.17},{&quot;2026-06-20&quot;:18.17},{&quot;2026-06-21&quot;:18.53},{&quot;2026-06-22&quot;:18.53},{&quot;2026-06-23&quot;:18.53},{&quot;2026-06-24&quot;:18.53},{&quot;2026-06-25&quot;:18.53},{&quot;2026-06-26&quot;:18.58},{&quot;2026-06-27&quot;:18.58},{&quot;2026-06-28&quot;:18.58},{&quot;2026-06-29&quot;:18.58},{&quot;2026-06-30&quot;:18.58},{&quot;2026-07-01&quot;:18.58},{&quot;2026-07-02&quot;:18.58},{&quot;2026-07-03&quot;:18.58},{&quot;2026-07-04&quot;:18.58},{&quot;2026-07-05&quot;:18.58},{&quot;2026-07-06&quot;:18.52},{&quot;2026-07-07&quot;:18.52},{&quot;2026-07-08&quot;:18.52},{&quot;2026-07-09&quot;:18.52},{&quot;2026-07-10&quot;:18.44},{&quot;2026-07-11&quot;:18.44},{&quot;2026-07-12&quot;:18.44},{&quot;2026-07-13&quot;:18.44},{&quot;2026-07-14&quot;:18.44},{&quot;2026-07-15&quot;:18.44},{&quot;2026-07-16&quot;:18.44},{&quot;2026-07-17&quot;:18.44},{&quot;2026-07-18&quot;:18.42},{&quot;2026-07-19&quot;:18.42},{&quot;2026-07-20&quot;:18.42},{&quot;2026-07-21&quot;:18.42},{&quot;2026-07-22&quot;:18.42},{&quot;2026-07-23&quot;:18.42},{&quot;2026-07-24&quot;:18.42},{&quot;2026-07-25&quot;:18.42},{&quot;2026-07-26&quot;:18.42},{&quot;2026-07-27&quot;:18.42},{&quot;2026-07-28&quot;:18.42},{&quot;2026-07-29&quot;:18.42},{&quot;2026-07-30&quot;:18.42},{&quot;2026-07-31&quot;:18.42},{&quot;2026-08-01&quot;:18.42},{&quot;2026-08-02&quot;:18.42},{&quot;2026-08-03&quot;:18.42},{&quot;2026-08-04&quot;:18.42},{&quot;2026-08-05&quot;:18.42},{&quot;2026-08-07&quot;:18.42},{&quot;2026-08-08&quot;:18.42},{&quot;2026-08-09&quot;:18.42},{&quot;2026-08-10&quot;:18.42},{&quot;2026-08-11&quot;:18.42},{&quot;2026-08-12&quot;:18.42},{&quot;2026-08-13&quot;:18.42},{&quot;2026-08-14&quot;:18.42},{&quot;2026-08-15&quot;:18.42},{&quot;2026-08-16&quot;:18.38},{&quot;2026-08-17&quot;:18.19},{&quot;2026-08-18&quot;:18.19},{&quot;2026-08-19&quot;:18.19},{&quot;2026-08-20&quot;:18.19},{&quot;2026-08-21&quot;:18.07},{&quot;2026-08-22&quot;:17.98},{&quot;2026-08-23&quot;:17.98},{&quot;2026-08-24&quot;:17.98},{&quot;2026-08-25&quot;:17.98},{&quot;2026-08-26&quot;:17.98},{&quot;2026-08-27&quot;:17.98},{&quot;2026-08-28&quot;:17.98},{&quot;2026-08-29&quot;:17.98},{&quot;2026-08-30&quot;:17.98},{&quot;2026-08-31&quot;:17.98},{&quot;2026-09-01&quot;:17.98},{&quot;2026-09-02&quot;:17.98},{&quot;2026-09-03&quot;:17.88},{&quot;2026-09-04&quot;:17.8},{&quot;2026-09-05&quot;:17.8},{&quot;2026-09-06&quot;:17.8},{&quot;2026-09-07&quot;:17.8},{&quot;2026-09-08&quot;:17.8},{&quot;2026-09-09&quot;:17.8},{&quot;2026-09-10&quot;:17.68},{&quot;2026-09-11&quot;:17.68}],&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.04},{&quot;2026-06-17&quot;:5.04},{&quot;2026-06-18&quot;:5.04},{&quot;2026-06-19&quot;:5.06},{&quot;2026-06-20&quot;:4.89},{&quot;2026-06-21&quot;:4.73},{&quot;2026-06-22&quot;:4.73},{&quot;2026-06-23&quot;:4.67},{&quot;2026-06-24&quot;:4.58},{&quot;2026-06-25&quot;:4.58},{&quot;2026-06-26&quot;:4.58},{&quot;2026-06-27&quot;:4.59},{&quot;2026-06-28&quot;:4.51},{&quot;2026-06-29&quot;:4.51},{&quot;2026-06-30&quot;:4.51},{&quot;2026-07-01&quot;:4.51},{&quot;2026-07-02&quot;:4.36},{&quot;2026-07-03&quot;:4.36},{&quot;2026-07-04&quot;:4.36},{&quot;2026-07-05&quot;:4.36},{&quot;2026-07-06&quot;:4.16},{&quot;2026-07-07&quot;:3.8},{&quot;2026-07-08&quot;:3.66},{&quot;2026-07-09&quot;:3.6},{&quot;2026-07-10&quot;:3.36},{&quot;2026-07-11&quot;:3.24},{&quot;2026-07-12&quot;:3.23},{&quot;2026-07-13&quot;:3.19},{&quot;2026-07-14&quot;:3.27},{&quot;2026-07-15&quot;:3.21},{&quot;2026-07-16&quot;:3.21},{&quot;2026-07-17&quot;:3.21},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:3.18},{&quot;2026-07-20&quot;:3.21},{&quot;2026-07-21&quot;:3.36},{&quot;2026-07-22&quot;:3.36},{&quot;2026-07-23&quot;:3.36},{&quot;2026-07-24&quot;:3.36},{&quot;2026-07-25&quot;:3.36},{&quot;2026-07-26&quot;:3.36},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-28&quot;:3.5},{&quot;2026-07-29&quot;:3.53},{&quot;2026-07-30&quot;:3.53},{&quot;2026-07-31&quot;:3.53},{&quot;2026-08-01&quot;:3.52},{&quot;2026-08-02&quot;:3.52},{&quot;2026-08-03&quot;:3.43},{&quot;2026-08-04&quot;:3.43},{&quot;2026-08-05&quot;:3.55},{&quot;2026-08-07&quot;:3.55},{&quot;2026-08-08&quot;:3.55},{&quot;2026-08-09&quot;:3.55},{&quot;2026-08-10&quot;:3.57},{&quot;2026-08-11&quot;:3.57},{&quot;2026-08-12&quot;:3.55},{&quot;2026-08-13&quot;:3.45},{&quot;2026-08-14&quot;:3.45},{&quot;2026-08-15&quot;:3.45},{&quot;2026-08-16&quot;:3.45},{&quot;2026-08-17&quot;:3.44},{&quot;2026-08-18&quot;:3.26},{&quot;2026-08-19&quot;:3.21},{&quot;2026-08-20&quot;:3.21},{&quot;2026-08-21&quot;:3.0},{&quot;2026-08-22&quot;:3.0},{&quot;2026-08-23&quot;:2.96},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.85},{&quot;2026-08-26&quot;:2.86},{&quot;2026-08-27&quot;:2.95},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:3.06},{&quot;2026-09-01&quot;:3.22},{&quot;2026-09-02&quot;:3.22},{&quot;2026-09-03&quot;:3.23},{&quot;2026-09-04&quot;:3.23},{&quot;2026-09-05&quot;:3.3},{&quot;2026-09-06&quot;:3.3},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.56},{&quot;2026-09-10&quot;:3.34},{&quot;2026-09-11&quot;:3.34}]}"
        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="68927"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-snc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jetmir&#39;s Garden" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/26d40e03-6de4-4373-9fbf-04c1dd79e995.jpg?1783923058" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land — Mountain Forest 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="Jetmir&#39;s Garden" src="https://cards.scryfall.io/large/front/2/6/26d40e03-6de4-4373-9fbf-04c1dd79e995.jpg?1783923058" />
    </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">
                $17.61
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:17.53},{&quot;2026-06-14&quot;:17.53},{&quot;2026-06-15&quot;:17.53},{&quot;2026-06-16&quot;:17.75},{&quot;2026-06-17&quot;:17.72},{&quot;2026-06-18&quot;:17.72},{&quot;2026-06-19&quot;:17.72},{&quot;2026-06-20&quot;:17.72},{&quot;2026-06-21&quot;:17.72},{&quot;2026-06-22&quot;:17.67},{&quot;2026-06-23&quot;:17.67},{&quot;2026-06-24&quot;:17.67},{&quot;2026-06-25&quot;:17.88},{&quot;2026-06-26&quot;:17.88},{&quot;2026-06-27&quot;:17.86},{&quot;2026-06-28&quot;:18.38},{&quot;2026-06-29&quot;:18.38},{&quot;2026-06-30&quot;:18.44},{&quot;2026-07-01&quot;:18.44},{&quot;2026-07-02&quot;:18.69},{&quot;2026-07-03&quot;:18.69},{&quot;2026-07-04&quot;:18.62},{&quot;2026-07-05&quot;:18.64},{&quot;2026-07-06&quot;:18.64},{&quot;2026-07-07&quot;:18.58},{&quot;2026-07-08&quot;:18.58},{&quot;2026-07-09&quot;:18.58},{&quot;2026-07-10&quot;:18.61},{&quot;2026-07-11&quot;:18.74},{&quot;2026-07-12&quot;:18.74},{&quot;2026-07-13&quot;:18.74},{&quot;2026-07-14&quot;:18.74},{&quot;2026-07-15&quot;:18.91},{&quot;2026-07-16&quot;:18.91},{&quot;2026-07-17&quot;:18.89},{&quot;2026-07-18&quot;:18.91},{&quot;2026-07-19&quot;:18.91},{&quot;2026-07-20&quot;:18.91},{&quot;2026-07-21&quot;:18.91},{&quot;2026-07-22&quot;:18.91},{&quot;2026-07-23&quot;:18.91},{&quot;2026-07-24&quot;:18.91},{&quot;2026-07-25&quot;:18.81},{&quot;2026-07-26&quot;:18.87},{&quot;2026-07-27&quot;:18.97},{&quot;2026-07-28&quot;:18.97},{&quot;2026-07-29&quot;:18.97},{&quot;2026-07-30&quot;:18.97},{&quot;2026-07-31&quot;:18.83},{&quot;2026-08-01&quot;:18.83},{&quot;2026-08-02&quot;:18.83},{&quot;2026-08-03&quot;:18.58},{&quot;2026-08-04&quot;:18.73},{&quot;2026-08-05&quot;:18.73},{&quot;2026-08-07&quot;:18.73},{&quot;2026-08-08&quot;:18.73},{&quot;2026-08-09&quot;:18.87},{&quot;2026-08-10&quot;:18.87},{&quot;2026-08-11&quot;:18.87},{&quot;2026-08-12&quot;:18.87},{&quot;2026-08-13&quot;:18.87},{&quot;2026-08-14&quot;:18.87},{&quot;2026-08-15&quot;:18.87},{&quot;2026-08-16&quot;:18.87},{&quot;2026-08-17&quot;:18.78},{&quot;2026-08-18&quot;:18.7},{&quot;2026-08-19&quot;:18.7},{&quot;2026-08-20&quot;:18.7},{&quot;2026-08-21&quot;:18.7},{&quot;2026-08-22&quot;:18.7},{&quot;2026-08-23&quot;:18.7},{&quot;2026-08-24&quot;:18.7},{&quot;2026-08-25&quot;:18.7},{&quot;2026-08-26&quot;:18.7},{&quot;2026-08-27&quot;:18.29},{&quot;2026-08-28&quot;:18.3},{&quot;2026-08-29&quot;:18.3},{&quot;2026-08-30&quot;:18.3},{&quot;2026-08-31&quot;:18.3},{&quot;2026-09-01&quot;:18.3},{&quot;2026-09-02&quot;:18.3},{&quot;2026-09-03&quot;:18.12},{&quot;2026-09-04&quot;:18.12},{&quot;2026-09-05&quot;:18.12},{&quot;2026-09-06&quot;:18.12},{&quot;2026-09-07&quot;:18.12},{&quot;2026-09-08&quot;:18.07},{&quot;2026-09-09&quot;:18.07},{&quot;2026-09-10&quot;:18.07},{&quot;2026-09-11&quot;:18.07}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.99},{&quot;2026-06-14&quot;:16.99},{&quot;2026-06-15&quot;:16.99},{&quot;2026-06-16&quot;:17.04},{&quot;2026-06-17&quot;:17.14},{&quot;2026-06-18&quot;:17.27},{&quot;2026-06-19&quot;:17.48},{&quot;2026-06-20&quot;:17.41},{&quot;2026-06-21&quot;:17.53},{&quot;2026-06-22&quot;:17.57},{&quot;2026-06-23&quot;:17.68},{&quot;2026-06-24&quot;:17.92},{&quot;2026-06-25&quot;:17.86},{&quot;2026-06-26&quot;:17.82},{&quot;2026-06-27&quot;:17.63},{&quot;2026-06-28&quot;:17.41},{&quot;2026-06-29&quot;:17.31},{&quot;2026-06-30&quot;:17.36},{&quot;2026-07-01&quot;:17.35},{&quot;2026-07-02&quot;:17.47},{&quot;2026-07-03&quot;:17.68},{&quot;2026-07-04&quot;:17.72},{&quot;2026-07-05&quot;:17.52},{&quot;2026-07-06&quot;:17.79},{&quot;2026-07-07&quot;:17.38},{&quot;2026-07-08&quot;:17.0},{&quot;2026-07-09&quot;:16.65},{&quot;2026-07-10&quot;:16.4},{&quot;2026-07-11&quot;:16.19},{&quot;2026-07-12&quot;:16.08},{&quot;2026-07-13&quot;:16.88},{&quot;2026-07-14&quot;:17.25},{&quot;2026-07-15&quot;:17.35},{&quot;2026-07-16&quot;:17.23},{&quot;2026-07-17&quot;:17.21},{&quot;2026-07-18&quot;:17.2},{&quot;2026-07-19&quot;:17.24},{&quot;2026-07-20&quot;:17.3},{&quot;2026-07-21&quot;:17.37},{&quot;2026-07-22&quot;:17.23},{&quot;2026-07-23&quot;:17.2},{&quot;2026-07-24&quot;:17.46},{&quot;2026-07-25&quot;:17.44},{&quot;2026-07-26&quot;:17.66},{&quot;2026-07-27&quot;:17.64},{&quot;2026-07-28&quot;:17.41},{&quot;2026-07-29&quot;:17.41},{&quot;2026-07-30&quot;:17.41},{&quot;2026-07-31&quot;:17.33},{&quot;2026-08-01&quot;:17.29},{&quot;2026-08-02&quot;:16.98},{&quot;2026-08-03&quot;:16.86},{&quot;2026-08-04&quot;:16.76},{&quot;2026-08-05&quot;:16.54},{&quot;2026-08-07&quot;:16.2},{&quot;2026-08-08&quot;:16.36},{&quot;2026-08-09&quot;:16.58},{&quot;2026-08-10&quot;:16.48},{&quot;2026-08-11&quot;:16.26},{&quot;2026-08-12&quot;:16.26},{&quot;2026-08-13&quot;:16.21},{&quot;2026-08-14&quot;:16.33},{&quot;2026-08-15&quot;:15.98},{&quot;2026-08-16&quot;:16.02},{&quot;2026-08-17&quot;:16.11},{&quot;2026-08-18&quot;:16.1},{&quot;2026-08-19&quot;:16.14},{&quot;2026-08-20&quot;:15.79},{&quot;2026-08-21&quot;:15.92},{&quot;2026-08-22&quot;:16.21},{&quot;2026-08-23&quot;:16.27},{&quot;2026-08-24&quot;:16.63},{&quot;2026-08-25&quot;:16.63},{&quot;2026-08-26&quot;:16.87},{&quot;2026-08-27&quot;:17.08},{&quot;2026-08-28&quot;:16.87},{&quot;2026-08-29&quot;:16.87},{&quot;2026-08-30&quot;:16.94},{&quot;2026-08-31&quot;:16.6},{&quot;2026-09-01&quot;:16.71},{&quot;2026-09-02&quot;:16.69},{&quot;2026-09-03&quot;:16.85},{&quot;2026-09-04&quot;:17.42},{&quot;2026-09-05&quot;:17.35},{&quot;2026-09-06&quot;:17.35},{&quot;2026-09-07&quot;:17.7},{&quot;2026-09-08&quot;:17.59},{&quot;2026-09-09&quot;:17.67},{&quot;2026-09-10&quot;:17.67},{&quot;2026-09-11&quot;:17.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Vedalken Orrery
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vedalken Orrery" src="https://cards.scryfall.io/large/front/4/4/44067327-6fe3-4222-b591-6d14d0e360d7.jpg?1783921787" />
    </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">
                $17.54
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:21.54},{&quot;2026-06-11&quot;:21.54},{&quot;2026-06-12&quot;:21.54},{&quot;2026-06-13&quot;:21.54},{&quot;2026-06-14&quot;:21.54},{&quot;2026-06-15&quot;:22.0},{&quot;2026-06-16&quot;:22.0},{&quot;2026-06-17&quot;:22.0},{&quot;2026-06-18&quot;:22.0},{&quot;2026-06-19&quot;:22.0},{&quot;2026-06-20&quot;:22.0},{&quot;2026-06-21&quot;:22.0},{&quot;2026-06-22&quot;:22.0},{&quot;2026-06-23&quot;:22.0},{&quot;2026-06-24&quot;:22.15},{&quot;2026-06-25&quot;:22.15},{&quot;2026-06-26&quot;:22.15},{&quot;2026-06-27&quot;:22.15},{&quot;2026-06-28&quot;:22.15},{&quot;2026-06-29&quot;:22.15},{&quot;2026-06-30&quot;:22.15},{&quot;2026-07-01&quot;:21.76},{&quot;2026-07-02&quot;:21.76},{&quot;2026-07-03&quot;:21.76},{&quot;2026-07-04&quot;:21.88},{&quot;2026-07-05&quot;:21.88},{&quot;2026-07-06&quot;:21.88},{&quot;2026-07-07&quot;:21.88},{&quot;2026-07-08&quot;:21.57},{&quot;2026-07-09&quot;:21.57},{&quot;2026-07-10&quot;:21.57},{&quot;2026-07-11&quot;:21.57},{&quot;2026-07-12&quot;:21.57},{&quot;2026-07-13&quot;:21.57},{&quot;2026-07-14&quot;:21.57},{&quot;2026-07-15&quot;:21.59},{&quot;2026-07-16&quot;:21.59},{&quot;2026-07-17&quot;:21.59},{&quot;2026-07-18&quot;:21.59},{&quot;2026-07-19&quot;:21.59},{&quot;2026-07-20&quot;:21.59},{&quot;2026-07-21&quot;:21.59},{&quot;2026-07-23&quot;:21.23},{&quot;2026-07-25&quot;:21.03},{&quot;2026-07-26&quot;:21.03},{&quot;2026-07-27&quot;:21.03},{&quot;2026-07-29&quot;:21.03},{&quot;2026-07-30&quot;:21.03},{&quot;2026-07-31&quot;:21.03},{&quot;2026-08-01&quot;:21.03},{&quot;2026-08-02&quot;:20.91},{&quot;2026-08-03&quot;:20.91},{&quot;2026-08-04&quot;:20.91},{&quot;2026-08-05&quot;:20.91},{&quot;2026-08-07&quot;:20.91},{&quot;2026-08-08&quot;:20.91},{&quot;2026-08-09&quot;:20.91},{&quot;2026-08-10&quot;:20.91},{&quot;2026-08-11&quot;:20.91},{&quot;2026-08-12&quot;:20.91},{&quot;2026-08-13&quot;:20.91},{&quot;2026-08-14&quot;:20.91},{&quot;2026-08-15&quot;:20.91},{&quot;2026-08-16&quot;:20.91},{&quot;2026-08-17&quot;:20.91},{&quot;2026-08-18&quot;:20.91},{&quot;2026-08-19&quot;:20.91},{&quot;2026-08-20&quot;:20.91},{&quot;2026-08-21&quot;:20.91},{&quot;2026-08-22&quot;:20.91},{&quot;2026-08-23&quot;:20.91},{&quot;2026-08-24&quot;:20.91},{&quot;2026-08-25&quot;:20.91},{&quot;2026-08-26&quot;:20.91},{&quot;2026-08-27&quot;:20.91},{&quot;2026-08-28&quot;:20.91},{&quot;2026-08-29&quot;:20.91},{&quot;2026-08-30&quot;:20.91},{&quot;2026-08-31&quot;:20.91},{&quot;2026-09-01&quot;:20.91},{&quot;2026-09-02&quot;:20.91},{&quot;2026-09-03&quot;:20.94},{&quot;2026-09-04&quot;:20.94},{&quot;2026-09-05&quot;:20.89},{&quot;2026-09-06&quot;:20.89},{&quot;2026-09-07&quot;:20.89},{&quot;2026-09-08&quot;:20.89},{&quot;2026-09-09&quot;:20.89},{&quot;2026-09-10&quot;:20.89},{&quot;2026-09-11&quot;:20.89}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:17.75},{&quot;2026-06-11&quot;:17.8},{&quot;2026-06-12&quot;:17.83},{&quot;2026-06-13&quot;:17.73},{&quot;2026-06-14&quot;:17.49},{&quot;2026-06-15&quot;:17.51},{&quot;2026-06-16&quot;:17.55},{&quot;2026-06-17&quot;:17.52},{&quot;2026-06-18&quot;:17.58},{&quot;2026-06-19&quot;:17.5},{&quot;2026-06-20&quot;:17.38},{&quot;2026-06-21&quot;:17.32},{&quot;2026-06-22&quot;:17.23},{&quot;2026-06-23&quot;:17.5},{&quot;2026-06-24&quot;:17.56},{&quot;2026-06-25&quot;:17.63},{&quot;2026-06-26&quot;:17.63},{&quot;2026-06-27&quot;:17.62},{&quot;2026-06-28&quot;:17.61},{&quot;2026-06-29&quot;:17.61},{&quot;2026-06-30&quot;:17.71},{&quot;2026-07-01&quot;:17.79},{&quot;2026-07-02&quot;:17.86},{&quot;2026-07-03&quot;:17.86},{&quot;2026-07-04&quot;:17.86},{&quot;2026-07-05&quot;:17.86},{&quot;2026-07-06&quot;:18.05},{&quot;2026-07-07&quot;:18.06},{&quot;2026-07-08&quot;:18.09},{&quot;2026-07-09&quot;:18.09},{&quot;2026-07-10&quot;:18.09},{&quot;2026-07-11&quot;:18.19},{&quot;2026-07-12&quot;:18.19},{&quot;2026-07-13&quot;:18.18},{&quot;2026-07-14&quot;:18.11},{&quot;2026-07-15&quot;:17.88},{&quot;2026-07-16&quot;:17.76},{&quot;2026-07-17&quot;:17.6},{&quot;2026-07-18&quot;:17.54},{&quot;2026-07-19&quot;:17.81},{&quot;2026-07-20&quot;:17.72},{&quot;2026-07-21&quot;:17.92},{&quot;2026-07-23&quot;:17.91},{&quot;2026-07-25&quot;:18.22},{&quot;2026-07-26&quot;:18.4},{&quot;2026-07-27&quot;:18.55},{&quot;2026-07-29&quot;:18.98},{&quot;2026-07-30&quot;:19.05},{&quot;2026-07-31&quot;:19.05},{&quot;2026-08-01&quot;:18.97},{&quot;2026-08-02&quot;:18.97},{&quot;2026-08-03&quot;:18.93},{&quot;2026-08-04&quot;:18.93},{&quot;2026-08-05&quot;:18.7},{&quot;2026-08-07&quot;:18.7},{&quot;2026-08-08&quot;:18.63},{&quot;2026-08-09&quot;:18.49},{&quot;2026-08-10&quot;:18.37},{&quot;2026-08-11&quot;:18.37},{&quot;2026-08-12&quot;:18.37},{&quot;2026-08-13&quot;:18.49},{&quot;2026-08-14&quot;:18.49},{&quot;2026-08-15&quot;:18.38},{&quot;2026-08-16&quot;:18.38},{&quot;2026-08-17&quot;:18.38},{&quot;2026-08-18&quot;:18.38},{&quot;2026-08-19&quot;:18.38},{&quot;2026-08-20&quot;:18.38},{&quot;2026-08-21&quot;:18.38},{&quot;2026-08-22&quot;:18.38},{&quot;2026-08-23&quot;:18.38},{&quot;2026-08-24&quot;:18.38},{&quot;2026-08-25&quot;:18.38},{&quot;2026-08-26&quot;:18.36},{&quot;2026-08-27&quot;:18.36},{&quot;2026-08-28&quot;:18.3},{&quot;2026-08-29&quot;:18.3},{&quot;2026-08-30&quot;:18.24},{&quot;2026-08-31&quot;:18.12},{&quot;2026-09-01&quot;:18.12},{&quot;2026-09-02&quot;:17.97},{&quot;2026-09-03&quot;:17.9},{&quot;2026-09-04&quot;:17.9},{&quot;2026-09-05&quot;:17.9},{&quot;2026-09-06&quot;:17.9},{&quot;2026-09-07&quot;:17.9},{&quot;2026-09-08&quot;:17.9},{&quot;2026-09-09&quot;:17.81},{&quot;2026-09-10&quot;:17.64},{&quot;2026-09-11&quot;:17.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Yavimaya, Cradle of Growth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/e/4e4b6e22-93b2-4896-bba5-0ceaa5d8ea3c.jpg?1783926791" />

        <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">
            Yavimaya, Cradle of Growth
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Yavimaya, Cradle of Growth" src="https://cards.scryfall.io/large/front/4/e/4e4b6e22-93b2-4896-bba5-0ceaa5d8ea3c.jpg?1783926791" />
    </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">
                $17.51
              </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">
                $24.02
              </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">$9.50</span>
              <span class="text-xs text-grey-text">Credit: $12.35</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:22.56},{&quot;2026-06-14&quot;:22.56},{&quot;2026-06-15&quot;:22.56},{&quot;2026-06-16&quot;:22.56},{&quot;2026-06-17&quot;:22.7},{&quot;2026-06-18&quot;:22.7},{&quot;2026-06-19&quot;:22.8},{&quot;2026-06-20&quot;:22.88},{&quot;2026-06-21&quot;:22.94},{&quot;2026-06-22&quot;:23.03},{&quot;2026-06-23&quot;:23.03},{&quot;2026-06-24&quot;:23.03},{&quot;2026-06-25&quot;:23.03},{&quot;2026-06-26&quot;:23.03},{&quot;2026-06-27&quot;:23.24},{&quot;2026-06-28&quot;:22.53},{&quot;2026-06-29&quot;:23.24},{&quot;2026-06-30&quot;:23.24},{&quot;2026-07-01&quot;:23.42},{&quot;2026-07-02&quot;:23.42},{&quot;2026-07-03&quot;:23.42},{&quot;2026-07-04&quot;:23.42},{&quot;2026-07-05&quot;:23.42},{&quot;2026-07-06&quot;:23.42},{&quot;2026-07-07&quot;:23.42},{&quot;2026-07-08&quot;:23.42},{&quot;2026-07-09&quot;:23.42},{&quot;2026-07-10&quot;:23.65},{&quot;2026-07-11&quot;:23.65},{&quot;2026-07-12&quot;:23.65},{&quot;2026-07-13&quot;:23.65},{&quot;2026-07-14&quot;:23.65},{&quot;2026-07-15&quot;:23.65},{&quot;2026-07-16&quot;:23.65},{&quot;2026-07-17&quot;:23.65},{&quot;2026-07-18&quot;:23.84},{&quot;2026-07-19&quot;:24.06},{&quot;2026-07-20&quot;:24.26},{&quot;2026-07-21&quot;:24.44},{&quot;2026-07-22&quot;:23.87},{&quot;2026-07-23&quot;:23.92},{&quot;2026-07-24&quot;:23.92},{&quot;2026-07-25&quot;:23.92},{&quot;2026-07-26&quot;:23.92},{&quot;2026-07-27&quot;:23.92},{&quot;2026-07-28&quot;:23.92},{&quot;2026-07-29&quot;:24.03},{&quot;2026-07-30&quot;:24.03},{&quot;2026-07-31&quot;:24.03},{&quot;2026-08-01&quot;:24.03},{&quot;2026-08-02&quot;:24.03},{&quot;2026-08-03&quot;:24.03},{&quot;2026-08-04&quot;:24.03},{&quot;2026-08-05&quot;:24.03},{&quot;2026-08-07&quot;:24.03},{&quot;2026-08-08&quot;:23.97},{&quot;2026-08-09&quot;:24.05},{&quot;2026-08-10&quot;:24.12},{&quot;2026-08-11&quot;:24.12},{&quot;2026-08-12&quot;:24.24},{&quot;2026-08-13&quot;:24.24},{&quot;2026-08-14&quot;:24.24},{&quot;2026-08-15&quot;:24.24},{&quot;2026-08-16&quot;:24.24},{&quot;2026-08-17&quot;:24.38},{&quot;2026-08-18&quot;:24.38},{&quot;2026-08-19&quot;:24.38},{&quot;2026-08-20&quot;:24.38},{&quot;2026-08-21&quot;:24.38},{&quot;2026-08-22&quot;:24.38},{&quot;2026-08-23&quot;:24.38},{&quot;2026-08-24&quot;:24.54},{&quot;2026-08-25&quot;:24.54},{&quot;2026-08-26&quot;:24.75},{&quot;2026-08-27&quot;:24.75},{&quot;2026-08-28&quot;:24.75},{&quot;2026-08-29&quot;:24.75},{&quot;2026-08-30&quot;:24.75},{&quot;2026-08-31&quot;:24.75},{&quot;2026-09-01&quot;:24.75},{&quot;2026-09-02&quot;:24.56},{&quot;2026-09-03&quot;:24.56},{&quot;2026-09-04&quot;:24.54},{&quot;2026-09-05&quot;:24.54},{&quot;2026-09-06&quot;:24.54},{&quot;2026-09-07&quot;:23.95},{&quot;2026-09-08&quot;:23.58},{&quot;2026-09-09&quot;:23.62},{&quot;2026-09-10&quot;:23.62},{&quot;2026-09-11&quot;:24.02}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:15.49},{&quot;2026-06-14&quot;:15.39},{&quot;2026-06-15&quot;:15.43},{&quot;2026-06-16&quot;:15.65},{&quot;2026-06-17&quot;:15.62},{&quot;2026-06-18&quot;:15.66},{&quot;2026-06-19&quot;:15.66},{&quot;2026-06-20&quot;:15.5},{&quot;2026-06-21&quot;:15.0},{&quot;2026-06-22&quot;:14.5},{&quot;2026-06-23&quot;:14.54},{&quot;2026-06-24&quot;:14.63},{&quot;2026-06-25&quot;:14.62},{&quot;2026-06-26&quot;:14.73},{&quot;2026-06-27&quot;:14.85},{&quot;2026-06-28&quot;:14.93},{&quot;2026-06-29&quot;:14.96},{&quot;2026-06-30&quot;:15.06},{&quot;2026-07-01&quot;:15.12},{&quot;2026-07-02&quot;:15.18},{&quot;2026-07-03&quot;:14.98},{&quot;2026-07-04&quot;:15.03},{&quot;2026-07-05&quot;:14.98},{&quot;2026-07-06&quot;:15.03},{&quot;2026-07-07&quot;:14.94},{&quot;2026-07-08&quot;:14.85},{&quot;2026-07-09&quot;:14.84},{&quot;2026-07-10&quot;:14.88},{&quot;2026-07-11&quot;:15.01},{&quot;2026-07-12&quot;:14.87},{&quot;2026-07-13&quot;:14.69},{&quot;2026-07-14&quot;:14.17},{&quot;2026-07-15&quot;:14.4},{&quot;2026-07-16&quot;:14.59},{&quot;2026-07-17&quot;:14.75},{&quot;2026-07-18&quot;:14.71},{&quot;2026-07-19&quot;:14.6},{&quot;2026-07-20&quot;:14.43},{&quot;2026-07-21&quot;:14.32},{&quot;2026-07-22&quot;:14.26},{&quot;2026-07-23&quot;:13.89},{&quot;2026-07-24&quot;:13.91},{&quot;2026-07-25&quot;:13.86},{&quot;2026-07-26&quot;:14.05},{&quot;2026-07-27&quot;:14.11},{&quot;2026-07-28&quot;:14.42},{&quot;2026-07-29&quot;:14.14},{&quot;2026-07-30&quot;:14.21},{&quot;2026-07-31&quot;:14.18},{&quot;2026-08-01&quot;:14.32},{&quot;2026-08-02&quot;:14.49},{&quot;2026-08-03&quot;:14.61},{&quot;2026-08-04&quot;:14.77},{&quot;2026-08-05&quot;:14.77},{&quot;2026-08-07&quot;:14.96},{&quot;2026-08-08&quot;:15.03},{&quot;2026-08-09&quot;:14.99},{&quot;2026-08-10&quot;:15.03},{&quot;2026-08-11&quot;:14.98},{&quot;2026-08-12&quot;:15.13},{&quot;2026-08-13&quot;:15.21},{&quot;2026-08-14&quot;:15.38},{&quot;2026-08-15&quot;:15.62},{&quot;2026-08-16&quot;:16.05},{&quot;2026-08-17&quot;:16.03},{&quot;2026-08-18&quot;:15.98},{&quot;2026-08-19&quot;:16.0},{&quot;2026-08-20&quot;:15.8},{&quot;2026-08-21&quot;:15.74},{&quot;2026-08-22&quot;:15.64},{&quot;2026-08-23&quot;:15.67},{&quot;2026-08-24&quot;:16.04},{&quot;2026-08-25&quot;:16.2},{&quot;2026-08-26&quot;:16.49},{&quot;2026-08-27&quot;:16.7},{&quot;2026-08-28&quot;:16.7},{&quot;2026-08-29&quot;:16.7},{&quot;2026-08-30&quot;:16.81},{&quot;2026-08-31&quot;:16.94},{&quot;2026-09-01&quot;:17.05},{&quot;2026-09-02&quot;:16.36},{&quot;2026-09-03&quot;:16.61},{&quot;2026-09-04&quot;:16.99},{&quot;2026-09-05&quot;:17.55},{&quot;2026-09-06&quot;:18.01},{&quot;2026-09-07&quot;:18.07},{&quot;2026-09-08&quot;:18.17},{&quot;2026-09-09&quot;:17.87},{&quot;2026-09-10&quot;:17.53},{&quot;2026-09-11&quot;:17.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="72497"
  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">
            Diabolic Intent
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $17.41
          </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="Diabolic Intent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d72ab698-de67-4ca8-8e42-b05346bf52fa.jpg?1783920094" />

        <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">
            Diabolic Intent
        </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>
          </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="Diabolic Intent" src="https://cards.scryfall.io/large/front/d/7/d72ab698-de67-4ca8-8e42-b05346bf52fa.jpg?1783920094" />
    </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">
                $17.41
              </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">
                $17.33
              </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">$11.00</span>
              <span class="text-xs text-grey-text">Credit: $14.30</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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:16.89},{&quot;2026-06-13&quot;:16.86},{&quot;2026-06-14&quot;:16.86},{&quot;2026-06-15&quot;:16.86},{&quot;2026-06-16&quot;:16.86},{&quot;2026-06-17&quot;:17.04},{&quot;2026-06-18&quot;:17.04},{&quot;2026-06-19&quot;:17.01},{&quot;2026-06-20&quot;:17.01},{&quot;2026-06-21&quot;:17.29},{&quot;2026-06-22&quot;:17.45},{&quot;2026-06-23&quot;:17.45},{&quot;2026-06-24&quot;:17.48},{&quot;2026-06-25&quot;:17.48},{&quot;2026-06-26&quot;:17.48},{&quot;2026-06-27&quot;:17.48},{&quot;2026-06-28&quot;:17.49},{&quot;2026-06-29&quot;:17.49},{&quot;2026-06-30&quot;:17.49},{&quot;2026-07-01&quot;:17.61},{&quot;2026-07-02&quot;:17.61},{&quot;2026-07-03&quot;:17.61},{&quot;2026-07-04&quot;:17.5},{&quot;2026-07-05&quot;:17.5},{&quot;2026-07-06&quot;:17.5},{&quot;2026-07-07&quot;:17.57},{&quot;2026-07-08&quot;:17.57},{&quot;2026-07-09&quot;:17.57},{&quot;2026-07-10&quot;:17.57},{&quot;2026-07-11&quot;:17.85},{&quot;2026-07-12&quot;:17.8},{&quot;2026-07-13&quot;:17.85},{&quot;2026-07-14&quot;:17.72},{&quot;2026-07-15&quot;:17.72},{&quot;2026-07-16&quot;:17.72},{&quot;2026-07-17&quot;:17.61},{&quot;2026-07-18&quot;:17.61},{&quot;2026-07-19&quot;:17.61},{&quot;2026-07-20&quot;:17.65},{&quot;2026-07-21&quot;:17.65},{&quot;2026-07-23&quot;:17.65},{&quot;2026-07-24&quot;:17.65},{&quot;2026-07-25&quot;:17.65},{&quot;2026-07-26&quot;:17.62},{&quot;2026-07-27&quot;:17.4},{&quot;2026-07-28&quot;:17.4},{&quot;2026-07-29&quot;:17.47},{&quot;2026-07-30&quot;:17.36},{&quot;2026-07-31&quot;:17.35},{&quot;2026-08-01&quot;:17.35},{&quot;2026-08-02&quot;:17.15},{&quot;2026-08-03&quot;:16.92},{&quot;2026-08-04&quot;:16.92},{&quot;2026-08-05&quot;:16.91},{&quot;2026-08-07&quot;:16.85},{&quot;2026-08-08&quot;:16.91},{&quot;2026-08-09&quot;:16.91},{&quot;2026-08-10&quot;:16.91},{&quot;2026-08-11&quot;:16.96},{&quot;2026-08-12&quot;:16.96},{&quot;2026-08-13&quot;:16.96},{&quot;2026-08-14&quot;:16.95},{&quot;2026-08-15&quot;:16.95},{&quot;2026-08-16&quot;:16.92},{&quot;2026-08-17&quot;:16.92},{&quot;2026-08-18&quot;:16.92},{&quot;2026-08-19&quot;:16.93},{&quot;2026-08-20&quot;:16.93},{&quot;2026-08-21&quot;:16.84},{&quot;2026-08-22&quot;:16.84},{&quot;2026-08-23&quot;:16.84},{&quot;2026-08-24&quot;:16.78},{&quot;2026-08-25&quot;:16.73},{&quot;2026-08-26&quot;:16.73},{&quot;2026-08-27&quot;:16.88},{&quot;2026-08-28&quot;:16.83},{&quot;2026-08-29&quot;:16.83},{&quot;2026-08-30&quot;:16.75},{&quot;2026-08-31&quot;:16.55},{&quot;2026-09-01&quot;:16.55},{&quot;2026-09-02&quot;:16.58},{&quot;2026-09-03&quot;:16.58},{&quot;2026-09-04&quot;:16.81},{&quot;2026-09-05&quot;:16.91},{&quot;2026-09-06&quot;:16.91},{&quot;2026-09-07&quot;:16.84},{&quot;2026-09-08&quot;:16.91},{&quot;2026-09-09&quot;:17.21},{&quot;2026-09-10&quot;:17.21},{&quot;2026-09-11&quot;:17.33}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:17.52},{&quot;2026-06-13&quot;:17.52},{&quot;2026-06-14&quot;:17.7},{&quot;2026-06-15&quot;:17.73},{&quot;2026-06-16&quot;:17.91},{&quot;2026-06-17&quot;:17.87},{&quot;2026-06-18&quot;:17.77},{&quot;2026-06-19&quot;:17.04},{&quot;2026-06-20&quot;:16.87},{&quot;2026-06-21&quot;:16.67},{&quot;2026-06-22&quot;:16.98},{&quot;2026-06-23&quot;:17.0},{&quot;2026-06-24&quot;:17.26},{&quot;2026-06-25&quot;:17.43},{&quot;2026-06-26&quot;:17.58},{&quot;2026-06-27&quot;:17.26},{&quot;2026-06-28&quot;:17.4},{&quot;2026-06-29&quot;:17.41},{&quot;2026-06-30&quot;:17.41},{&quot;2026-07-01&quot;:17.39},{&quot;2026-07-02&quot;:17.36},{&quot;2026-07-03&quot;:17.46},{&quot;2026-07-04&quot;:17.57},{&quot;2026-07-05&quot;:17.57},{&quot;2026-07-06&quot;:17.7},{&quot;2026-07-07&quot;:17.78},{&quot;2026-07-08&quot;:17.5},{&quot;2026-07-09&quot;:17.7},{&quot;2026-07-10&quot;:17.94},{&quot;2026-07-11&quot;:17.75},{&quot;2026-07-12&quot;:17.75},{&quot;2026-07-13&quot;:17.74},{&quot;2026-07-14&quot;:17.84},{&quot;2026-07-15&quot;:18.18},{&quot;2026-07-16&quot;:18.3},{&quot;2026-07-17&quot;:18.01},{&quot;2026-07-18&quot;:18.22},{&quot;2026-07-19&quot;:18.34},{&quot;2026-07-20&quot;:18.37},{&quot;2026-07-21&quot;:17.95},{&quot;2026-07-23&quot;:17.38},{&quot;2026-07-24&quot;:17.81},{&quot;2026-07-25&quot;:17.2},{&quot;2026-07-26&quot;:17.27},{&quot;2026-07-27&quot;:17.17},{&quot;2026-07-28&quot;:17.33},{&quot;2026-07-29&quot;:17.34},{&quot;2026-07-30&quot;:17.31},{&quot;2026-07-31&quot;:17.55},{&quot;2026-08-01&quot;:17.75},{&quot;2026-08-02&quot;:17.83},{&quot;2026-08-03&quot;:18.04},{&quot;2026-08-04&quot;:17.76},{&quot;2026-08-05&quot;:17.55},{&quot;2026-08-07&quot;:17.42},{&quot;2026-08-08&quot;:17.38},{&quot;2026-08-09&quot;:17.35},{&quot;2026-08-10&quot;:17.2},{&quot;2026-08-11&quot;:17.16},{&quot;2026-08-12&quot;:17.12},{&quot;2026-08-13&quot;:17.33},{&quot;2026-08-14&quot;:17.33},{&quot;2026-08-15&quot;:17.01},{&quot;2026-08-16&quot;:16.77},{&quot;2026-08-17&quot;:16.03},{&quot;2026-08-18&quot;:15.92},{&quot;2026-08-19&quot;:15.87},{&quot;2026-08-20&quot;:15.87},{&quot;2026-08-21&quot;:16.03},{&quot;2026-08-22&quot;:15.88},{&quot;2026-08-23&quot;:16.49},{&quot;2026-08-24&quot;:16.39},{&quot;2026-08-25&quot;:16.42},{&quot;2026-08-26&quot;:16.63},{&quot;2026-08-27&quot;:16.88},{&quot;2026-08-28&quot;:16.41},{&quot;2026-08-29&quot;:16.41},{&quot;2026-08-30&quot;:15.87},{&quot;2026-08-31&quot;:15.87},{&quot;2026-09-01&quot;:16.74},{&quot;2026-09-02&quot;:16.79},{&quot;2026-09-03&quot;:16.79},{&quot;2026-09-04&quot;:16.83},{&quot;2026-09-05&quot;:16.89},{&quot;2026-09-06&quot;:16.92},{&quot;2026-09-07&quot;:17.31},{&quot;2026-09-08&quot;:17.54},{&quot;2026-09-09&quot;:17.5},{&quot;2026-09-10&quot;:17.42},{&quot;2026-09-11&quot;:17.41}]}"
        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="108946"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $17.37
          </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="Land Tax" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/7/c70d3706-9d28-49ac-8718-4a516413e727.jpg?1782683265" />

        <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">
            Land Tax
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Land Tax" src="https://cards.scryfall.io/large/front/c/7/c70d3706-9d28-49ac-8718-4a516413e727.jpg?1782683265" />
    </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">
                $17.37
              </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">
                $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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:14.4},{&quot;2026-06-11&quot;:13.88},{&quot;2026-06-12&quot;:13.77},{&quot;2026-06-13&quot;:14.25},{&quot;2026-06-14&quot;:13.68},{&quot;2026-06-15&quot;:13.49},{&quot;2026-06-16&quot;:13.53},{&quot;2026-06-17&quot;:13.58},{&quot;2026-06-18&quot;:13.33},{&quot;2026-06-19&quot;:13.09},{&quot;2026-06-20&quot;:13.11},{&quot;2026-06-21&quot;:12.98},{&quot;2026-06-22&quot;:12.83},{&quot;2026-06-23&quot;:12.49},{&quot;2026-06-24&quot;:12.75},{&quot;2026-06-25&quot;:12.58},{&quot;2026-06-26&quot;:12.42},{&quot;2026-06-27&quot;:12.19},{&quot;2026-06-28&quot;:12.34},{&quot;2026-06-29&quot;:12.64},{&quot;2026-06-30&quot;:12.37},{&quot;2026-07-01&quot;:12.46},{&quot;2026-07-02&quot;:13.01},{&quot;2026-07-03&quot;:13.16},{&quot;2026-07-04&quot;:13.27},{&quot;2026-07-05&quot;:13.26},{&quot;2026-07-06&quot;:13.52},{&quot;2026-07-07&quot;:13.53},{&quot;2026-07-08&quot;:13.46},{&quot;2026-07-09&quot;:13.47},{&quot;2026-07-10&quot;:13.48},{&quot;2026-07-11&quot;:13.59},{&quot;2026-07-12&quot;:13.44},{&quot;2026-07-13&quot;:13.42},{&quot;2026-07-14&quot;:13.48},{&quot;2026-07-15&quot;:14.0},{&quot;2026-07-16&quot;:14.06},{&quot;2026-07-17&quot;:14.17},{&quot;2026-07-18&quot;:14.34},{&quot;2026-07-19&quot;:14.45},{&quot;2026-07-20&quot;:14.51},{&quot;2026-07-21&quot;:14.52},{&quot;2026-07-23&quot;:14.87},{&quot;2026-07-25&quot;:15.37},{&quot;2026-07-26&quot;:15.49},{&quot;2026-07-27&quot;:15.39},{&quot;2026-07-29&quot;:15.51},{&quot;2026-07-30&quot;:15.78},{&quot;2026-07-31&quot;:15.92},{&quot;2026-08-01&quot;:16.02},{&quot;2026-08-02&quot;:15.88},{&quot;2026-08-03&quot;:15.79},{&quot;2026-08-04&quot;:15.4},{&quot;2026-08-05&quot;:15.29},{&quot;2026-08-07&quot;:15.38},{&quot;2026-08-08&quot;:15.32},{&quot;2026-08-09&quot;:15.33},{&quot;2026-08-10&quot;:15.24},{&quot;2026-08-11&quot;:15.61},{&quot;2026-08-12&quot;:16.09},{&quot;2026-08-13&quot;:16.43},{&quot;2026-08-14&quot;:16.15},{&quot;2026-08-15&quot;:16.38},{&quot;2026-08-16&quot;:16.12},{&quot;2026-08-17&quot;:16.08},{&quot;2026-08-18&quot;:16.34},{&quot;2026-08-19&quot;:16.55},{&quot;2026-08-20&quot;:16.55},{&quot;2026-08-21&quot;:17.2},{&quot;2026-08-22&quot;:17.35},{&quot;2026-08-23&quot;:17.66},{&quot;2026-08-24&quot;:17.49},{&quot;2026-08-25&quot;:17.49},{&quot;2026-08-26&quot;:16.98},{&quot;2026-08-27&quot;:17.12},{&quot;2026-08-28&quot;:17.01},{&quot;2026-08-29&quot;:17.01},{&quot;2026-08-30&quot;:17.12},{&quot;2026-08-31&quot;:16.98},{&quot;2026-09-01&quot;:16.98},{&quot;2026-09-02&quot;:17.09},{&quot;2026-09-03&quot;:17.29},{&quot;2026-09-04&quot;:17.25},{&quot;2026-09-05&quot;:17.19},{&quot;2026-09-06&quot;:17.17},{&quot;2026-09-07&quot;:17.0},{&quot;2026-09-08&quot;:16.98},{&quot;2026-09-09&quot;:17.43},{&quot;2026-09-10&quot;:17.36},{&quot;2026-09-11&quot;:17.37}]}"
        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="28793"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Heroic Intervention" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/5/c5e72882-dbf8-42d2-9a98-31f2f71e2ed9.jpg?1783926191" />

        <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">
            Heroic Intervention
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Heroic Intervention" src="https://cards.scryfall.io/large/front/c/5/c5e72882-dbf8-42d2-9a98-31f2f71e2ed9.jpg?1783926191" />
    </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">
                $17.36
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$13.00</span>
              <span class="text-xs text-grey-text">Credit: $16.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-12&quot;:15.44},{&quot;2026-06-13&quot;:15.94},{&quot;2026-06-14&quot;:16.05},{&quot;2026-06-15&quot;:15.92},{&quot;2026-06-16&quot;:15.87},{&quot;2026-06-17&quot;:15.87},{&quot;2026-06-18&quot;:15.87},{&quot;2026-06-19&quot;:15.87},{&quot;2026-06-20&quot;:16.05},{&quot;2026-06-21&quot;:16.05},{&quot;2026-06-22&quot;:16.1},{&quot;2026-06-23&quot;:16.17},{&quot;2026-06-24&quot;:16.2},{&quot;2026-06-25&quot;:16.34},{&quot;2026-06-26&quot;:15.57},{&quot;2026-06-27&quot;:16.33},{&quot;2026-06-28&quot;:16.24},{&quot;2026-06-29&quot;:16.24},{&quot;2026-06-30&quot;:16.24},{&quot;2026-07-01&quot;:16.16},{&quot;2026-07-02&quot;:16.12},{&quot;2026-07-03&quot;:16.07},{&quot;2026-07-04&quot;:16.08},{&quot;2026-07-05&quot;:16.59},{&quot;2026-07-06&quot;:16.45},{&quot;2026-07-07&quot;:16.25},{&quot;2026-07-08&quot;:16.26},{&quot;2026-07-09&quot;:16.37},{&quot;2026-07-10&quot;:16.26},{&quot;2026-07-11&quot;:16.22},{&quot;2026-07-12&quot;:16.22},{&quot;2026-07-13&quot;:16.29},{&quot;2026-07-14&quot;:16.29},{&quot;2026-07-15&quot;:16.36},{&quot;2026-07-16&quot;:16.64},{&quot;2026-07-17&quot;:16.74},{&quot;2026-07-18&quot;:16.78},{&quot;2026-07-19&quot;:16.72},{&quot;2026-07-20&quot;:16.79},{&quot;2026-07-21&quot;:16.79},{&quot;2026-07-23&quot;:16.46},{&quot;2026-07-24&quot;:16.46},{&quot;2026-07-25&quot;:16.52},{&quot;2026-07-26&quot;:16.52},{&quot;2026-07-27&quot;:16.8},{&quot;2026-07-28&quot;:16.85},{&quot;2026-07-29&quot;:16.97},{&quot;2026-07-30&quot;:16.99},{&quot;2026-07-31&quot;:17.22},{&quot;2026-08-01&quot;:17.22},{&quot;2026-08-02&quot;:17.22},{&quot;2026-08-03&quot;:17.38},{&quot;2026-08-04&quot;:17.42},{&quot;2026-08-05&quot;:17.44},{&quot;2026-08-07&quot;:17.18},{&quot;2026-08-08&quot;:17.15},{&quot;2026-08-09&quot;:17.15},{&quot;2026-08-10&quot;:17.13},{&quot;2026-08-11&quot;:17.26},{&quot;2026-08-12&quot;:17.15},{&quot;2026-08-13&quot;:17.15},{&quot;2026-08-14&quot;:16.95},{&quot;2026-08-15&quot;:17.07},{&quot;2026-08-16&quot;:17.03},{&quot;2026-08-17&quot;:16.69},{&quot;2026-08-18&quot;:16.32},{&quot;2026-08-19&quot;:16.09},{&quot;2026-08-20&quot;:16.09},{&quot;2026-08-21&quot;:16.14},{&quot;2026-08-22&quot;:16.01},{&quot;2026-08-23&quot;:15.94},{&quot;2026-08-24&quot;:15.94},{&quot;2026-08-25&quot;:15.92},{&quot;2026-08-26&quot;:15.92},{&quot;2026-08-27&quot;:16.19},{&quot;2026-08-28&quot;:16.67},{&quot;2026-08-29&quot;:16.67},{&quot;2026-08-30&quot;:16.55},{&quot;2026-08-31&quot;:16.55},{&quot;2026-09-01&quot;:16.56},{&quot;2026-09-02&quot;:16.6},{&quot;2026-09-03&quot;:16.73},{&quot;2026-09-04&quot;:16.57},{&quot;2026-09-05&quot;:16.69},{&quot;2026-09-06&quot;:16.84},{&quot;2026-09-07&quot;:16.88},{&quot;2026-09-08&quot;:17.31},{&quot;2026-09-09&quot;:17.07},{&quot;2026-09-10&quot;:17.11},{&quot;2026-09-11&quot;:17.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Birds of Paradise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9f8b95bd-c709-4259-b3fe-92119b92acae.jpg?1782684310" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Birds of Paradise" src="https://cards.scryfall.io/large/front/9/f/9f8b95bd-c709-4259-b3fe-92119b92acae.jpg?1782684310" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:17.72},{&quot;2026-06-10&quot;:17.43},{&quot;2026-06-11&quot;:16.95},{&quot;2026-06-12&quot;:17.21},{&quot;2026-06-13&quot;:16.89},{&quot;2026-06-14&quot;:16.29},{&quot;2026-06-15&quot;:16.07},{&quot;2026-06-16&quot;:16.76},{&quot;2026-06-17&quot;:16.93},{&quot;2026-06-18&quot;:17.04},{&quot;2026-06-19&quot;:17.13},{&quot;2026-06-20&quot;:16.79},{&quot;2026-06-21&quot;:16.77},{&quot;2026-06-22&quot;:16.74},{&quot;2026-06-24&quot;:16.42},{&quot;2026-06-25&quot;:16.9},{&quot;2026-06-26&quot;:16.83},{&quot;2026-06-27&quot;:16.69},{&quot;2026-06-28&quot;:16.79},{&quot;2026-06-29&quot;:16.84},{&quot;2026-06-30&quot;:17.02},{&quot;2026-07-01&quot;:17.37},{&quot;2026-07-02&quot;:17.35},{&quot;2026-07-03&quot;:17.24},{&quot;2026-07-04&quot;:17.83},{&quot;2026-07-05&quot;:18.07},{&quot;2026-07-06&quot;:18.49},{&quot;2026-07-07&quot;:18.27},{&quot;2026-07-08&quot;:17.25},{&quot;2026-07-09&quot;:16.27},{&quot;2026-07-10&quot;:15.68},{&quot;2026-07-11&quot;:15.48},{&quot;2026-07-12&quot;:15.16},{&quot;2026-07-13&quot;:15.28},{&quot;2026-07-14&quot;:15.24},{&quot;2026-07-15&quot;:15.71},{&quot;2026-07-16&quot;:16.0},{&quot;2026-07-17&quot;:16.09},{&quot;2026-07-18&quot;:16.27},{&quot;2026-07-19&quot;:16.34},{&quot;2026-07-20&quot;:16.29},{&quot;2026-07-21&quot;:16.4},{&quot;2026-07-23&quot;:16.75},{&quot;2026-07-25&quot;:16.89},{&quot;2026-07-26&quot;:16.71},{&quot;2026-07-27&quot;:17.19},{&quot;2026-07-29&quot;:16.54},{&quot;2026-07-30&quot;:15.86},{&quot;2026-07-31&quot;:15.56},{&quot;2026-08-01&quot;:15.59},{&quot;2026-08-02&quot;:16.14},{&quot;2026-08-03&quot;:16.65},{&quot;2026-08-04&quot;:16.43},{&quot;2026-08-05&quot;:16.48},{&quot;2026-08-07&quot;:16.94},{&quot;2026-08-08&quot;:16.83},{&quot;2026-08-09&quot;:16.64},{&quot;2026-08-10&quot;:16.54},{&quot;2026-08-11&quot;:16.11},{&quot;2026-08-12&quot;:16.08},{&quot;2026-08-13&quot;:15.79},{&quot;2026-08-14&quot;:16.3},{&quot;2026-08-15&quot;:16.27},{&quot;2026-08-16&quot;:17.33},{&quot;2026-08-17&quot;:17.26},{&quot;2026-08-18&quot;:17.56},{&quot;2026-08-19&quot;:17.44},{&quot;2026-08-20&quot;:17.44},{&quot;2026-08-21&quot;:17.66},{&quot;2026-08-22&quot;:17.55},{&quot;2026-08-23&quot;:16.87},{&quot;2026-08-24&quot;:16.55},{&quot;2026-08-25&quot;:16.55},{&quot;2026-08-26&quot;:17.27},{&quot;2026-08-27&quot;:17.34},{&quot;2026-08-28&quot;:17.9},{&quot;2026-08-29&quot;:17.9},{&quot;2026-08-30&quot;:17.67},{&quot;2026-08-31&quot;:17.07},{&quot;2026-09-01&quot;:17.07},{&quot;2026-09-02&quot;:17.36},{&quot;2026-09-03&quot;:17.49},{&quot;2026-09-04&quot;:17.38},{&quot;2026-09-05&quot;:17.58},{&quot;2026-09-06&quot;:17.54},{&quot;2026-09-07&quot;:17.14},{&quot;2026-09-08&quot;:17.0},{&quot;2026-09-09&quot;:16.95},{&quot;2026-09-10&quot;:17.26},{&quot;2026-09-11&quot;:17.29}],&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="35198"
  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-vow 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">
            Toxrill, the Corrosive
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Toxrill, the Corrosive" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/84e64f38-b1f3-47cd-8cfb-a4861369aca3.jpg?1783924850" />

        <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">
            Toxrill, the Corrosive
        </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 — Slug Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Toxrill, the Corrosive" src="https://cards.scryfall.io/large/front/8/4/84e64f38-b1f3-47cd-8cfb-a4861369aca3.jpg?1783924850" />
    </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">
                $17.28
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:19.31},{&quot;2026-06-14&quot;:19.31},{&quot;2026-06-15&quot;:19.34},{&quot;2026-06-16&quot;:19.34},{&quot;2026-06-17&quot;:19.34},{&quot;2026-06-18&quot;:19.34},{&quot;2026-06-19&quot;:19.65},{&quot;2026-06-20&quot;:19.65},{&quot;2026-06-21&quot;:19.65},{&quot;2026-06-22&quot;:19.88},{&quot;2026-06-23&quot;:19.88},{&quot;2026-06-24&quot;:19.88},{&quot;2026-06-25&quot;:19.88},{&quot;2026-06-26&quot;:19.88},{&quot;2026-06-27&quot;:19.88},{&quot;2026-06-28&quot;:19.88},{&quot;2026-06-29&quot;:19.88},{&quot;2026-06-30&quot;:19.88},{&quot;2026-07-01&quot;:19.88},{&quot;2026-07-02&quot;:20.1},{&quot;2026-07-03&quot;:20.1},{&quot;2026-07-04&quot;:20.1},{&quot;2026-07-05&quot;:20.1},{&quot;2026-07-06&quot;:20.1},{&quot;2026-07-07&quot;:20.1},{&quot;2026-07-08&quot;:20.1},{&quot;2026-07-09&quot;:20.21},{&quot;2026-07-10&quot;:20.22},{&quot;2026-07-11&quot;:20.22},{&quot;2026-07-12&quot;:20.22},{&quot;2026-07-13&quot;:20.47},{&quot;2026-07-14&quot;:20.47},{&quot;2026-07-15&quot;:20.47},{&quot;2026-07-16&quot;:20.47},{&quot;2026-07-17&quot;:20.47},{&quot;2026-07-18&quot;:20.31},{&quot;2026-07-19&quot;:20.31},{&quot;2026-07-20&quot;:20.31},{&quot;2026-07-21&quot;:20.31},{&quot;2026-07-22&quot;:20.31},{&quot;2026-07-23&quot;:20.31},{&quot;2026-07-24&quot;:20.31},{&quot;2026-07-25&quot;:20.31},{&quot;2026-07-26&quot;:20.31},{&quot;2026-07-27&quot;:20.31},{&quot;2026-07-28&quot;:20.31},{&quot;2026-07-29&quot;:20.31},{&quot;2026-07-30&quot;:20.31},{&quot;2026-07-31&quot;:20.31},{&quot;2026-08-01&quot;:20.31},{&quot;2026-08-02&quot;:20.31},{&quot;2026-08-03&quot;:20.31},{&quot;2026-08-04&quot;:20.31},{&quot;2026-08-05&quot;:20.31},{&quot;2026-08-07&quot;:20.39},{&quot;2026-08-08&quot;:20.39},{&quot;2026-08-09&quot;:20.49},{&quot;2026-08-10&quot;:20.49},{&quot;2026-08-11&quot;:20.49},{&quot;2026-08-12&quot;:20.49},{&quot;2026-08-13&quot;:20.49},{&quot;2026-08-14&quot;:20.58},{&quot;2026-08-15&quot;:20.58},{&quot;2026-08-16&quot;:20.58},{&quot;2026-08-17&quot;:20.58},{&quot;2026-08-18&quot;:20.58},{&quot;2026-08-19&quot;:20.58},{&quot;2026-08-20&quot;:20.86},{&quot;2026-08-21&quot;:20.86},{&quot;2026-08-22&quot;:20.86},{&quot;2026-08-23&quot;:20.86},{&quot;2026-08-24&quot;:20.86},{&quot;2026-08-25&quot;:20.9},{&quot;2026-08-26&quot;:20.9},{&quot;2026-08-27&quot;:20.9},{&quot;2026-08-28&quot;:20.9},{&quot;2026-08-29&quot;:20.9},{&quot;2026-08-30&quot;:20.9},{&quot;2026-08-31&quot;:20.9},{&quot;2026-09-01&quot;:20.9},{&quot;2026-09-02&quot;:20.9},{&quot;2026-09-03&quot;:20.9},{&quot;2026-09-04&quot;:20.9},{&quot;2026-09-05&quot;:20.9},{&quot;2026-09-06&quot;:20.98},{&quot;2026-09-07&quot;:21.06},{&quot;2026-09-08&quot;:21.06},{&quot;2026-09-09&quot;:21.06},{&quot;2026-09-10&quot;:21.06},{&quot;2026-09-11&quot;:21.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:17.87},{&quot;2026-06-14&quot;:17.93},{&quot;2026-06-15&quot;:17.75},{&quot;2026-06-16&quot;:17.58},{&quot;2026-06-17&quot;:17.54},{&quot;2026-06-18&quot;:17.15},{&quot;2026-06-19&quot;:17.19},{&quot;2026-06-20&quot;:17.27},{&quot;2026-06-21&quot;:17.35},{&quot;2026-06-22&quot;:17.15},{&quot;2026-06-23&quot;:17.11},{&quot;2026-06-24&quot;:17.73},{&quot;2026-06-25&quot;:17.73},{&quot;2026-06-26&quot;:17.68},{&quot;2026-06-27&quot;:17.76},{&quot;2026-06-28&quot;:17.98},{&quot;2026-06-29&quot;:18.22},{&quot;2026-06-30&quot;:18.1},{&quot;2026-07-01&quot;:18.24},{&quot;2026-07-02&quot;:18.34},{&quot;2026-07-03&quot;:18.22},{&quot;2026-07-04&quot;:18.2},{&quot;2026-07-05&quot;:18.2},{&quot;2026-07-06&quot;:18.16},{&quot;2026-07-07&quot;:17.99},{&quot;2026-07-08&quot;:17.9},{&quot;2026-07-09&quot;:17.68},{&quot;2026-07-10&quot;:17.68},{&quot;2026-07-11&quot;:17.57},{&quot;2026-07-12&quot;:17.57},{&quot;2026-07-13&quot;:17.57},{&quot;2026-07-14&quot;:17.57},{&quot;2026-07-15&quot;:17.51},{&quot;2026-07-16&quot;:17.49},{&quot;2026-07-17&quot;:17.49},{&quot;2026-07-18&quot;:17.49},{&quot;2026-07-19&quot;:17.47},{&quot;2026-07-20&quot;:17.47},{&quot;2026-07-21&quot;:17.47},{&quot;2026-07-22&quot;:17.46},{&quot;2026-07-23&quot;:17.44},{&quot;2026-07-24&quot;:17.34},{&quot;2026-07-25&quot;:17.21},{&quot;2026-07-26&quot;:17.21},{&quot;2026-07-27&quot;:17.21},{&quot;2026-07-28&quot;:17.25},{&quot;2026-07-29&quot;:17.25},{&quot;2026-07-30&quot;:16.78},{&quot;2026-07-31&quot;:16.78},{&quot;2026-08-01&quot;:16.78},{&quot;2026-08-02&quot;:16.58},{&quot;2026-08-03&quot;:16.67},{&quot;2026-08-04&quot;:16.53},{&quot;2026-08-05&quot;:16.36},{&quot;2026-08-07&quot;:15.59},{&quot;2026-08-08&quot;:15.36},{&quot;2026-08-09&quot;:15.29},{&quot;2026-08-10&quot;:15.18},{&quot;2026-08-11&quot;:15.1},{&quot;2026-08-12&quot;:15.04},{&quot;2026-08-13&quot;:15.07},{&quot;2026-08-14&quot;:15.37},{&quot;2026-08-15&quot;:15.37},{&quot;2026-08-16&quot;:15.13},{&quot;2026-08-17&quot;:15.18},{&quot;2026-08-18&quot;:15.18},{&quot;2026-08-19&quot;:15.17},{&quot;2026-08-20&quot;:16.11},{&quot;2026-08-21&quot;:15.99},{&quot;2026-08-22&quot;:15.99},{&quot;2026-08-23&quot;:16.39},{&quot;2026-08-24&quot;:16.16},{&quot;2026-08-25&quot;:16.23},{&quot;2026-08-26&quot;:16.15},{&quot;2026-08-27&quot;:16.18},{&quot;2026-08-28&quot;:16.27},{&quot;2026-08-29&quot;:16.27},{&quot;2026-08-30&quot;:16.95},{&quot;2026-08-31&quot;:16.72},{&quot;2026-09-01&quot;:16.94},{&quot;2026-09-02&quot;:16.08},{&quot;2026-09-03&quot;:16.38},{&quot;2026-09-04&quot;:16.66},{&quot;2026-09-05&quot;:16.72},{&quot;2026-09-06&quot;:16.63},{&quot;2026-09-07&quot;:16.75},{&quot;2026-09-08&quot;:16.86},{&quot;2026-09-09&quot;:17.16},{&quot;2026-09-10&quot;:17.2},{&quot;2026-09-11&quot;:17.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jace, the Mind Sculptor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c8817585-0d32-4d56-9142-0d29512e86a9.jpg?1783930196" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Jace, the Mind Sculptor
        </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 — Jace</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jace, the Mind Sculptor" src="https://cards.scryfall.io/large/front/c/8/c8817585-0d32-4d56-9142-0d29512e86a9.jpg?1783930196" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:21.81},{&quot;2026-06-13&quot;:21.81},{&quot;2026-06-14&quot;:21.81},{&quot;2026-06-15&quot;:21.81},{&quot;2026-06-16&quot;:21.81},{&quot;2026-06-17&quot;:21.81},{&quot;2026-06-18&quot;:21.81},{&quot;2026-06-19&quot;:21.81},{&quot;2026-06-20&quot;:21.81},{&quot;2026-06-21&quot;:21.81},{&quot;2026-06-22&quot;:21.81},{&quot;2026-06-23&quot;:21.81},{&quot;2026-06-24&quot;:21.81},{&quot;2026-06-25&quot;:21.81},{&quot;2026-06-26&quot;:21.81},{&quot;2026-06-27&quot;:21.81},{&quot;2026-06-28&quot;:21.81},{&quot;2026-06-29&quot;:21.81},{&quot;2026-06-30&quot;:21.81},{&quot;2026-07-01&quot;:21.79},{&quot;2026-07-02&quot;:21.79},{&quot;2026-07-03&quot;:21.79},{&quot;2026-07-04&quot;:21.79},{&quot;2026-07-05&quot;:21.79},{&quot;2026-07-06&quot;:21.79},{&quot;2026-07-07&quot;:21.79},{&quot;2026-07-08&quot;:21.93},{&quot;2026-07-09&quot;:21.93},{&quot;2026-07-10&quot;:21.93},{&quot;2026-07-11&quot;:21.93},{&quot;2026-07-12&quot;:21.93},{&quot;2026-07-13&quot;:21.93},{&quot;2026-07-14&quot;:21.93},{&quot;2026-07-15&quot;:21.93},{&quot;2026-07-16&quot;:21.93},{&quot;2026-07-17&quot;:21.93},{&quot;2026-07-18&quot;:21.93},{&quot;2026-07-19&quot;:21.93},{&quot;2026-07-20&quot;:21.93},{&quot;2026-07-21&quot;:21.93},{&quot;2026-07-23&quot;:21.93},{&quot;2026-07-24&quot;:21.93},{&quot;2026-07-25&quot;:21.93},{&quot;2026-07-26&quot;:21.92},{&quot;2026-07-27&quot;:21.92},{&quot;2026-07-28&quot;:21.92},{&quot;2026-07-29&quot;:21.92},{&quot;2026-07-30&quot;:21.92},{&quot;2026-07-31&quot;:21.92},{&quot;2026-08-01&quot;:21.92},{&quot;2026-08-02&quot;:21.92},{&quot;2026-08-03&quot;:21.92},{&quot;2026-08-04&quot;:21.92},{&quot;2026-08-05&quot;:21.92},{&quot;2026-08-07&quot;:21.61},{&quot;2026-08-08&quot;:21.61},{&quot;2026-08-09&quot;:21.61},{&quot;2026-08-10&quot;:21.61},{&quot;2026-08-11&quot;:21.61},{&quot;2026-08-12&quot;:21.61},{&quot;2026-08-13&quot;:21.61},{&quot;2026-08-14&quot;:21.61},{&quot;2026-08-15&quot;:21.61},{&quot;2026-08-16&quot;:21.26},{&quot;2026-08-17&quot;:21.26},{&quot;2026-08-18&quot;:21.26},{&quot;2026-08-19&quot;:21.26},{&quot;2026-08-20&quot;:21.26},{&quot;2026-08-21&quot;:21.26},{&quot;2026-08-22&quot;:21.26},{&quot;2026-08-23&quot;:21.26},{&quot;2026-08-24&quot;:21.26},{&quot;2026-08-25&quot;:21.26},{&quot;2026-08-26&quot;:21.26},{&quot;2026-08-27&quot;:21.26},{&quot;2026-08-28&quot;:21.26},{&quot;2026-08-29&quot;:21.26},{&quot;2026-08-30&quot;:21.19},{&quot;2026-08-31&quot;:20.9},{&quot;2026-09-01&quot;:20.9},{&quot;2026-09-02&quot;:20.9},{&quot;2026-09-03&quot;:20.9},{&quot;2026-09-04&quot;:20.9},{&quot;2026-09-05&quot;:20.9},{&quot;2026-09-06&quot;:20.9},{&quot;2026-09-07&quot;:20.9},{&quot;2026-09-08&quot;:20.9},{&quot;2026-09-09&quot;:20.83},{&quot;2026-09-10&quot;:20.86},{&quot;2026-09-11&quot;:20.86}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:17.99},{&quot;2026-06-13&quot;:17.99},{&quot;2026-06-14&quot;:17.99},{&quot;2026-06-15&quot;:17.95},{&quot;2026-06-16&quot;:17.81},{&quot;2026-06-17&quot;:17.81},{&quot;2026-06-18&quot;:17.78},{&quot;2026-06-19&quot;:17.78},{&quot;2026-06-20&quot;:17.78},{&quot;2026-06-21&quot;:17.78},{&quot;2026-06-22&quot;:17.78},{&quot;2026-06-23&quot;:17.78},{&quot;2026-06-24&quot;:17.78},{&quot;2026-06-25&quot;:17.78},{&quot;2026-06-26&quot;:17.78},{&quot;2026-06-27&quot;:17.8},{&quot;2026-06-28&quot;:17.8},{&quot;2026-06-29&quot;:17.8},{&quot;2026-06-30&quot;:17.8},{&quot;2026-07-01&quot;:17.8},{&quot;2026-07-02&quot;:17.8},{&quot;2026-07-03&quot;:17.8},{&quot;2026-07-04&quot;:17.8},{&quot;2026-07-05&quot;:17.8},{&quot;2026-07-06&quot;:17.8},{&quot;2026-07-07&quot;:17.83},{&quot;2026-07-08&quot;:17.83},{&quot;2026-07-09&quot;:17.83},{&quot;2026-07-10&quot;:17.83},{&quot;2026-07-11&quot;:17.83},{&quot;2026-07-12&quot;:17.83},{&quot;2026-07-13&quot;:17.83},{&quot;2026-07-14&quot;:17.83},{&quot;2026-07-15&quot;:17.9},{&quot;2026-07-16&quot;:17.9},{&quot;2026-07-17&quot;:17.9},{&quot;2026-07-18&quot;:17.9},{&quot;2026-07-19&quot;:17.98},{&quot;2026-07-20&quot;:18.06},{&quot;2026-07-21&quot;:18.16},{&quot;2026-07-23&quot;:18.05},{&quot;2026-07-24&quot;:17.89},{&quot;2026-07-25&quot;:17.89},{&quot;2026-07-26&quot;:17.89},{&quot;2026-07-27&quot;:17.89},{&quot;2026-07-28&quot;:17.89},{&quot;2026-07-29&quot;:17.89},{&quot;2026-07-30&quot;:17.88},{&quot;2026-07-31&quot;:17.97},{&quot;2026-08-01&quot;:17.97},{&quot;2026-08-02&quot;:17.97},{&quot;2026-08-03&quot;:17.97},{&quot;2026-08-04&quot;:17.97},{&quot;2026-08-05&quot;:17.96},{&quot;2026-08-07&quot;:17.96},{&quot;2026-08-08&quot;:17.96},{&quot;2026-08-09&quot;:17.94},{&quot;2026-08-10&quot;:17.94},{&quot;2026-08-11&quot;:17.94},{&quot;2026-08-12&quot;:17.9},{&quot;2026-08-13&quot;:17.97},{&quot;2026-08-14&quot;:17.97},{&quot;2026-08-15&quot;:18.02},{&quot;2026-08-16&quot;:18.02},{&quot;2026-08-17&quot;:18.02},{&quot;2026-08-18&quot;:18.02},{&quot;2026-08-19&quot;:18.02},{&quot;2026-08-20&quot;:18.02},{&quot;2026-08-21&quot;:18.02},{&quot;2026-08-22&quot;:18.1},{&quot;2026-08-23&quot;:18.1},{&quot;2026-08-24&quot;:17.95},{&quot;2026-08-25&quot;:17.95},{&quot;2026-08-26&quot;:17.95},{&quot;2026-08-27&quot;:17.95},{&quot;2026-08-28&quot;:17.95},{&quot;2026-08-29&quot;:17.95},{&quot;2026-08-30&quot;:17.89},{&quot;2026-08-31&quot;:17.83},{&quot;2026-09-01&quot;:17.83},{&quot;2026-09-02&quot;:17.83},{&quot;2026-09-03&quot;:17.83},{&quot;2026-09-04&quot;:17.83},{&quot;2026-09-05&quot;:17.9},{&quot;2026-09-06&quot;:17.9},{&quot;2026-09-07&quot;:17.86},{&quot;2026-09-08&quot;:17.76},{&quot;2026-09-09&quot;:17.2},{&quot;2026-09-10&quot;:17.27},{&quot;2026-09-11&quot;:17.23}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Karakas
        </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 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="Karakas" src="https://cards.scryfall.io/large/front/e/5/e52214e1-404a-405a-b08e-20e13c087338.jpg?1783933757" />
    </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">
                $17.23
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:15.44},{&quot;2026-06-11&quot;:15.44},{&quot;2026-06-12&quot;:15.44},{&quot;2026-06-13&quot;:15.44},{&quot;2026-06-14&quot;:15.44},{&quot;2026-06-15&quot;:15.44},{&quot;2026-06-16&quot;:15.44},{&quot;2026-06-17&quot;:15.44},{&quot;2026-06-18&quot;:15.44},{&quot;2026-06-19&quot;:15.44},{&quot;2026-06-20&quot;:15.44},{&quot;2026-06-21&quot;:15.44},{&quot;2026-06-22&quot;:15.44},{&quot;2026-06-23&quot;:15.44},{&quot;2026-06-24&quot;:15.44},{&quot;2026-06-25&quot;:15.44},{&quot;2026-06-26&quot;:15.44},{&quot;2026-06-27&quot;:15.44},{&quot;2026-06-28&quot;:15.44},{&quot;2026-06-29&quot;:15.44},{&quot;2026-06-30&quot;:15.44},{&quot;2026-07-01&quot;:15.44},{&quot;2026-07-02&quot;:15.44},{&quot;2026-07-03&quot;:15.44},{&quot;2026-07-04&quot;:15.44},{&quot;2026-07-05&quot;:15.44},{&quot;2026-07-06&quot;:15.44},{&quot;2026-07-07&quot;:15.44},{&quot;2026-07-08&quot;:15.44},{&quot;2026-07-09&quot;:15.44},{&quot;2026-07-10&quot;:15.48},{&quot;2026-07-11&quot;:15.48},{&quot;2026-07-12&quot;:15.48},{&quot;2026-07-13&quot;:15.48},{&quot;2026-07-14&quot;:15.48},{&quot;2026-07-15&quot;:15.48},{&quot;2026-07-16&quot;:15.48},{&quot;2026-07-17&quot;:15.48},{&quot;2026-07-18&quot;:15.48},{&quot;2026-07-19&quot;:15.48},{&quot;2026-07-20&quot;:15.48},{&quot;2026-07-21&quot;:15.48},{&quot;2026-07-23&quot;:15.48},{&quot;2026-07-25&quot;:15.48},{&quot;2026-07-26&quot;:15.48},{&quot;2026-07-27&quot;:15.48},{&quot;2026-07-29&quot;:15.48},{&quot;2026-07-30&quot;:15.48},{&quot;2026-07-31&quot;:15.48},{&quot;2026-08-01&quot;:15.48},{&quot;2026-08-02&quot;:15.48},{&quot;2026-08-03&quot;:15.48},{&quot;2026-08-04&quot;:15.85},{&quot;2026-08-05&quot;:15.85},{&quot;2026-08-07&quot;:15.85},{&quot;2026-08-08&quot;:15.85},{&quot;2026-08-09&quot;:15.85},{&quot;2026-08-10&quot;:15.85},{&quot;2026-08-11&quot;:15.85},{&quot;2026-08-12&quot;:15.85},{&quot;2026-08-13&quot;:15.85},{&quot;2026-08-14&quot;:15.85},{&quot;2026-08-15&quot;:15.85},{&quot;2026-08-16&quot;:15.85},{&quot;2026-08-17&quot;:15.85},{&quot;2026-08-18&quot;:15.85},{&quot;2026-08-19&quot;:15.85},{&quot;2026-08-20&quot;:15.85},{&quot;2026-08-21&quot;:16.17},{&quot;2026-08-22&quot;:16.17},{&quot;2026-08-23&quot;:16.17},{&quot;2026-08-24&quot;:16.17},{&quot;2026-08-25&quot;:16.17},{&quot;2026-08-26&quot;:16.55},{&quot;2026-08-27&quot;:16.55},{&quot;2026-08-28&quot;:16.55},{&quot;2026-08-29&quot;:16.55},{&quot;2026-08-30&quot;:16.98},{&quot;2026-08-31&quot;:16.98},{&quot;2026-09-01&quot;:16.98},{&quot;2026-09-02&quot;:16.98},{&quot;2026-09-03&quot;:16.98},{&quot;2026-09-04&quot;:16.98},{&quot;2026-09-05&quot;:16.98},{&quot;2026-09-06&quot;:16.98},{&quot;2026-09-07&quot;:16.98},{&quot;2026-09-08&quot;:17.17},{&quot;2026-09-09&quot;:17.59},{&quot;2026-09-10&quot;:17.59},{&quot;2026-09-11&quot;:17.59}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:15.12},{&quot;2026-06-11&quot;:15.12},{&quot;2026-06-12&quot;:15.12},{&quot;2026-06-13&quot;:15.12},{&quot;2026-06-14&quot;:15.22},{&quot;2026-06-15&quot;:15.31},{&quot;2026-06-16&quot;:15.31},{&quot;2026-06-17&quot;:15.31},{&quot;2026-06-18&quot;:15.31},{&quot;2026-06-19&quot;:15.68},{&quot;2026-06-20&quot;:15.68},{&quot;2026-06-21&quot;:15.72},{&quot;2026-06-22&quot;:15.76},{&quot;2026-06-23&quot;:15.83},{&quot;2026-06-24&quot;:15.67},{&quot;2026-06-25&quot;:15.67},{&quot;2026-06-26&quot;:15.67},{&quot;2026-06-27&quot;:15.67},{&quot;2026-06-28&quot;:15.67},{&quot;2026-06-29&quot;:15.67},{&quot;2026-06-30&quot;:15.67},{&quot;2026-07-01&quot;:15.8},{&quot;2026-07-02&quot;:15.79},{&quot;2026-07-03&quot;:15.82},{&quot;2026-07-04&quot;:15.82},{&quot;2026-07-05&quot;:15.82},{&quot;2026-07-06&quot;:15.82},{&quot;2026-07-07&quot;:15.88},{&quot;2026-07-08&quot;:15.91},{&quot;2026-07-09&quot;:15.91},{&quot;2026-07-10&quot;:15.91},{&quot;2026-07-11&quot;:15.91},{&quot;2026-07-12&quot;:15.91},{&quot;2026-07-13&quot;:15.97},{&quot;2026-07-14&quot;:15.97},{&quot;2026-07-15&quot;:15.97},{&quot;2026-07-16&quot;:15.97},{&quot;2026-07-17&quot;:15.97},{&quot;2026-07-18&quot;:15.97},{&quot;2026-07-19&quot;:16.01},{&quot;2026-07-20&quot;:16.01},{&quot;2026-07-21&quot;:16.09},{&quot;2026-07-23&quot;:16.21},{&quot;2026-07-25&quot;:16.21},{&quot;2026-07-26&quot;:16.26},{&quot;2026-07-27&quot;:16.23},{&quot;2026-07-29&quot;:16.36},{&quot;2026-07-30&quot;:16.35},{&quot;2026-07-31&quot;:16.24},{&quot;2026-08-01&quot;:16.24},{&quot;2026-08-02&quot;:16.24},{&quot;2026-08-03&quot;:16.24},{&quot;2026-08-04&quot;:16.24},{&quot;2026-08-05&quot;:15.94},{&quot;2026-08-07&quot;:16.07},{&quot;2026-08-08&quot;:16.07},{&quot;2026-08-09&quot;:16.06},{&quot;2026-08-10&quot;:16.06},{&quot;2026-08-11&quot;:16.06},{&quot;2026-08-12&quot;:15.96},{&quot;2026-08-13&quot;:15.99},{&quot;2026-08-14&quot;:16.07},{&quot;2026-08-15&quot;:16.17},{&quot;2026-08-16&quot;:16.17},{&quot;2026-08-17&quot;:16.17},{&quot;2026-08-18&quot;:16.37},{&quot;2026-08-19&quot;:16.36},{&quot;2026-08-20&quot;:16.36},{&quot;2026-08-21&quot;:16.36},{&quot;2026-08-22&quot;:16.37},{&quot;2026-08-23&quot;:16.37},{&quot;2026-08-24&quot;:16.37},{&quot;2026-08-25&quot;:16.37},{&quot;2026-08-26&quot;:16.37},{&quot;2026-08-27&quot;:16.34},{&quot;2026-08-28&quot;:16.41},{&quot;2026-08-29&quot;:16.41},{&quot;2026-08-30&quot;:16.5},{&quot;2026-08-31&quot;:16.5},{&quot;2026-09-01&quot;:16.5},{&quot;2026-09-02&quot;:16.61},{&quot;2026-09-03&quot;:16.63},{&quot;2026-09-04&quot;:16.63},{&quot;2026-09-05&quot;:16.83},{&quot;2026-09-06&quot;:16.83},{&quot;2026-09-07&quot;:16.83},{&quot;2026-09-08&quot;:16.83},{&quot;2026-09-09&quot;:16.85},{&quot;2026-09-10&quot;:17.23},{&quot;2026-09-11&quot;:17.23}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $17.05
          </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="Tyvar, the Pummeler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/f/5f7687b1-630a-4e95-89c7-eaf456d8cb68.jpg?1783909447" />

        <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">
            Tyvar, the Pummeler
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tyvar, the Pummeler" src="https://cards.scryfall.io/large/front/5/f/5f7687b1-630a-4e95-89c7-eaf456d8cb68.jpg?1783909447" />
    </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">
                $17.05
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.96},{&quot;2026-06-14&quot;:4.96},{&quot;2026-06-15&quot;:4.96},{&quot;2026-06-16&quot;:4.96},{&quot;2026-06-17&quot;:4.87},{&quot;2026-06-18&quot;:4.87},{&quot;2026-06-19&quot;:4.73},{&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.58},{&quot;2026-06-27&quot;:4.5},{&quot;2026-06-28&quot;:4.49},{&quot;2026-06-29&quot;:4.44},{&quot;2026-06-30&quot;:4.44},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.33},{&quot;2026-07-03&quot;:4.33},{&quot;2026-07-04&quot;:4.33},{&quot;2026-07-05&quot;:4.33},{&quot;2026-07-06&quot;:4.33},{&quot;2026-07-07&quot;:4.24},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.22},{&quot;2026-07-11&quot;:4.22},{&quot;2026-07-12&quot;:4.22},{&quot;2026-07-13&quot;:4.15},{&quot;2026-07-14&quot;:4.15},{&quot;2026-07-15&quot;:4.15},{&quot;2026-07-16&quot;:4.15},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.19},{&quot;2026-07-19&quot;:4.07},{&quot;2026-07-20&quot;:4.18},{&quot;2026-07-21&quot;:4.24},{&quot;2026-07-22&quot;:4.24},{&quot;2026-07-23&quot;:4.29},{&quot;2026-07-24&quot;:4.29},{&quot;2026-07-25&quot;:4.29},{&quot;2026-07-26&quot;:4.26},{&quot;2026-07-27&quot;:4.26},{&quot;2026-07-28&quot;:4.26},{&quot;2026-07-29&quot;:4.41},{&quot;2026-07-30&quot;:4.41},{&quot;2026-07-31&quot;:4.52},{&quot;2026-08-01&quot;:4.55},{&quot;2026-08-02&quot;:4.6},{&quot;2026-08-03&quot;:4.76},{&quot;2026-08-04&quot;:4.81},{&quot;2026-08-05&quot;:4.82},{&quot;2026-08-07&quot;:4.89},{&quot;2026-08-08&quot;:4.89},{&quot;2026-08-09&quot;:5.11},{&quot;2026-08-10&quot;:5.47},{&quot;2026-08-11&quot;:5.43},{&quot;2026-08-12&quot;:5.35},{&quot;2026-08-13&quot;:5.55},{&quot;2026-08-14&quot;:6.07},{&quot;2026-08-15&quot;:6.04},{&quot;2026-08-16&quot;:5.93},{&quot;2026-08-17&quot;:5.94},{&quot;2026-08-18&quot;:5.79},{&quot;2026-08-19&quot;:5.93},{&quot;2026-08-20&quot;:5.89},{&quot;2026-08-21&quot;:6.41},{&quot;2026-08-22&quot;:6.75},{&quot;2026-08-23&quot;:7.97},{&quot;2026-08-24&quot;:7.97},{&quot;2026-08-25&quot;:7.97},{&quot;2026-08-26&quot;:8.74},{&quot;2026-08-27&quot;:8.87},{&quot;2026-08-28&quot;:9.02},{&quot;2026-08-29&quot;:9.02},{&quot;2026-08-30&quot;:10.51},{&quot;2026-08-31&quot;:10.9},{&quot;2026-09-01&quot;:11.06},{&quot;2026-09-02&quot;:11.24},{&quot;2026-09-03&quot;:11.24},{&quot;2026-09-04&quot;:11.67},{&quot;2026-09-05&quot;:11.67},{&quot;2026-09-06&quot;:12.42},{&quot;2026-09-07&quot;:12.85},{&quot;2026-09-08&quot;:12.85},{&quot;2026-09-09&quot;:13.92},{&quot;2026-09-10&quot;:13.92},{&quot;2026-09-11&quot;:13.92}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.2},{&quot;2026-06-14&quot;:3.25},{&quot;2026-06-15&quot;:3.1},{&quot;2026-06-16&quot;:2.91},{&quot;2026-06-17&quot;:2.94},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.84},{&quot;2026-06-20&quot;:2.87},{&quot;2026-06-21&quot;:2.81},{&quot;2026-06-22&quot;:2.78},{&quot;2026-06-23&quot;:2.8},{&quot;2026-06-24&quot;:2.8},{&quot;2026-06-25&quot;:2.84},{&quot;2026-06-26&quot;:2.87},{&quot;2026-06-27&quot;:2.86},{&quot;2026-06-28&quot;:2.86},{&quot;2026-06-29&quot;:2.89},{&quot;2026-06-30&quot;:2.78},{&quot;2026-07-01&quot;:2.91},{&quot;2026-07-02&quot;:2.93},{&quot;2026-07-03&quot;:2.92},{&quot;2026-07-04&quot;:2.87},{&quot;2026-07-05&quot;:2.89},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.85},{&quot;2026-07-08&quot;:2.83},{&quot;2026-07-09&quot;:2.79},{&quot;2026-07-10&quot;:2.71},{&quot;2026-07-11&quot;:2.82},{&quot;2026-07-12&quot;:2.68},{&quot;2026-07-13&quot;:2.68},{&quot;2026-07-14&quot;:2.68},{&quot;2026-07-15&quot;:2.73},{&quot;2026-07-16&quot;:2.77},{&quot;2026-07-17&quot;:2.71},{&quot;2026-07-18&quot;:2.92},{&quot;2026-07-19&quot;:3.12},{&quot;2026-07-20&quot;:3.15},{&quot;2026-07-21&quot;:3.29},{&quot;2026-07-22&quot;:3.65},{&quot;2026-07-23&quot;:3.77},{&quot;2026-07-24&quot;:3.72},{&quot;2026-07-25&quot;:3.62},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.61},{&quot;2026-07-28&quot;:3.82},{&quot;2026-07-29&quot;:3.7},{&quot;2026-07-30&quot;:3.98},{&quot;2026-07-31&quot;:3.82},{&quot;2026-08-01&quot;:3.83},{&quot;2026-08-02&quot;:3.95},{&quot;2026-08-03&quot;:4.13},{&quot;2026-08-04&quot;:4.1},{&quot;2026-08-05&quot;:4.47},{&quot;2026-08-07&quot;:4.96},{&quot;2026-08-08&quot;:5.28},{&quot;2026-08-09&quot;:5.26},{&quot;2026-08-10&quot;:5.57},{&quot;2026-08-11&quot;:6.02},{&quot;2026-08-12&quot;:6.34},{&quot;2026-08-13&quot;:6.59},{&quot;2026-08-14&quot;:7.23},{&quot;2026-08-15&quot;:7.21},{&quot;2026-08-16&quot;:8.03},{&quot;2026-08-17&quot;:8.54},{&quot;2026-08-18&quot;:8.86},{&quot;2026-08-19&quot;:9.23},{&quot;2026-08-20&quot;:10.48},{&quot;2026-08-21&quot;:11.16},{&quot;2026-08-22&quot;:11.97},{&quot;2026-08-23&quot;:13.57},{&quot;2026-08-24&quot;:15.09},{&quot;2026-08-25&quot;:15.33},{&quot;2026-08-26&quot;:15.44},{&quot;2026-08-27&quot;:15.47},{&quot;2026-08-28&quot;:16.13},{&quot;2026-08-29&quot;:16.13},{&quot;2026-08-30&quot;:15.02},{&quot;2026-08-31&quot;:15.45},{&quot;2026-09-01&quot;:16.16},{&quot;2026-09-02&quot;:16.28},{&quot;2026-09-03&quot;:16.31},{&quot;2026-09-04&quot;:15.99},{&quot;2026-09-05&quot;:16.26},{&quot;2026-09-06&quot;:16.06},{&quot;2026-09-07&quot;:16.1},{&quot;2026-09-08&quot;:16.35},{&quot;2026-09-09&quot;:16.16},{&quot;2026-09-10&quot;:16.32},{&quot;2026-09-11&quot;:17.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Phenax, God of Deception" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/87818ace-64fb-4dca-8f9b-1d3402f088ec.jpg?1783926574" />

        <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">
            Phenax, God of Deception
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Phenax, God of Deception" src="https://cards.scryfall.io/large/front/8/7/87818ace-64fb-4dca-8f9b-1d3402f088ec.jpg?1783926574" />
    </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">
                $17.02
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.92},{&quot;2026-06-14&quot;:18.92},{&quot;2026-06-15&quot;:18.92},{&quot;2026-06-16&quot;:18.92},{&quot;2026-06-17&quot;:18.92},{&quot;2026-06-18&quot;:18.92},{&quot;2026-06-19&quot;:18.92},{&quot;2026-06-20&quot;:18.92},{&quot;2026-06-21&quot;:18.92},{&quot;2026-06-22&quot;:18.92},{&quot;2026-06-23&quot;:18.92},{&quot;2026-06-24&quot;:18.92},{&quot;2026-06-25&quot;:18.92},{&quot;2026-06-26&quot;:18.92},{&quot;2026-06-27&quot;:18.92},{&quot;2026-06-28&quot;:18.92},{&quot;2026-06-29&quot;:18.92},{&quot;2026-06-30&quot;:18.92},{&quot;2026-07-01&quot;:18.92},{&quot;2026-07-02&quot;:18.92},{&quot;2026-07-03&quot;:18.92},{&quot;2026-07-04&quot;:18.92},{&quot;2026-07-05&quot;:18.92},{&quot;2026-07-06&quot;:18.92},{&quot;2026-07-07&quot;:18.92},{&quot;2026-07-08&quot;:18.92},{&quot;2026-07-09&quot;:18.92},{&quot;2026-07-10&quot;:18.62},{&quot;2026-07-11&quot;:18.36},{&quot;2026-07-12&quot;:18.36},{&quot;2026-07-13&quot;:18.36},{&quot;2026-07-14&quot;:17.89},{&quot;2026-07-15&quot;:17.89},{&quot;2026-07-16&quot;:17.54},{&quot;2026-07-17&quot;:18.13},{&quot;2026-07-18&quot;:18.13},{&quot;2026-07-19&quot;:18.13},{&quot;2026-07-20&quot;:18.21},{&quot;2026-07-21&quot;:18.21},{&quot;2026-07-22&quot;:18.21},{&quot;2026-07-23&quot;:18.21},{&quot;2026-07-24&quot;:18.21},{&quot;2026-07-25&quot;:18.21},{&quot;2026-07-26&quot;:17.94},{&quot;2026-07-27&quot;:17.43},{&quot;2026-07-28&quot;:17.43},{&quot;2026-07-29&quot;:17.43},{&quot;2026-07-30&quot;:17.28},{&quot;2026-07-31&quot;:17.28},{&quot;2026-08-01&quot;:17.28},{&quot;2026-08-02&quot;:17.29},{&quot;2026-08-03&quot;:17.29},{&quot;2026-08-04&quot;:17.32},{&quot;2026-08-05&quot;:17.32},{&quot;2026-08-07&quot;:17.32},{&quot;2026-08-08&quot;:17.32},{&quot;2026-08-09&quot;:17.32},{&quot;2026-08-10&quot;:17.37},{&quot;2026-08-11&quot;:17.37},{&quot;2026-08-12&quot;:17.29},{&quot;2026-08-13&quot;:17.29},{&quot;2026-08-14&quot;:17.29},{&quot;2026-08-15&quot;:17.19},{&quot;2026-08-16&quot;:17.19},{&quot;2026-08-17&quot;:17.19},{&quot;2026-08-18&quot;:17.19},{&quot;2026-08-19&quot;:17.19},{&quot;2026-08-20&quot;:17.19},{&quot;2026-08-21&quot;:17.19},{&quot;2026-08-22&quot;:17.19},{&quot;2026-08-23&quot;:17.19},{&quot;2026-08-24&quot;:17.19},{&quot;2026-08-25&quot;:17.19},{&quot;2026-08-26&quot;:17.19},{&quot;2026-08-27&quot;:17.19},{&quot;2026-08-28&quot;:17.19},{&quot;2026-08-29&quot;:17.19},{&quot;2026-08-30&quot;:17.1},{&quot;2026-08-31&quot;:17.1},{&quot;2026-09-01&quot;:17.1},{&quot;2026-09-02&quot;:17.1},{&quot;2026-09-03&quot;:17.19},{&quot;2026-09-04&quot;:17.19},{&quot;2026-09-05&quot;:17.19},{&quot;2026-09-06&quot;:17.19},{&quot;2026-09-07&quot;:17.19},{&quot;2026-09-08&quot;:17.19},{&quot;2026-09-09&quot;:17.02},{&quot;2026-09-10&quot;:17.02},{&quot;2026-09-11&quot;:17.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75643"
  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">
            Black Market Connections
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Black Market Connections" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/8/b8c66fab-7494-42b1-bc4e-dae85a48fa41.jpg?1783913879" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Black Market Connections
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Black Market Connections" src="https://cards.scryfall.io/large/front/b/8/b8c66fab-7494-42b1-bc4e-dae85a48fa41.jpg?1783913879" />
    </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">
                $16.94
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.41},{&quot;2026-06-14&quot;:18.69},{&quot;2026-06-15&quot;:19.61},{&quot;2026-06-16&quot;:19.63},{&quot;2026-06-17&quot;:19.59},{&quot;2026-06-18&quot;:20.08},{&quot;2026-06-19&quot;:19.79},{&quot;2026-06-20&quot;:20.18},{&quot;2026-06-21&quot;:20.18},{&quot;2026-06-22&quot;:19.94},{&quot;2026-06-23&quot;:19.91},{&quot;2026-06-24&quot;:19.86},{&quot;2026-06-25&quot;:20.0},{&quot;2026-06-26&quot;:19.9},{&quot;2026-06-27&quot;:19.58},{&quot;2026-06-28&quot;:18.54},{&quot;2026-06-29&quot;:19.23},{&quot;2026-06-30&quot;:19.23},{&quot;2026-07-01&quot;:19.15},{&quot;2026-07-02&quot;:19.16},{&quot;2026-07-03&quot;:19.06},{&quot;2026-07-04&quot;:18.94},{&quot;2026-07-05&quot;:18.94},{&quot;2026-07-06&quot;:19.04},{&quot;2026-07-07&quot;:19.22},{&quot;2026-07-08&quot;:17.25},{&quot;2026-07-09&quot;:16.67},{&quot;2026-07-10&quot;:16.62},{&quot;2026-07-11&quot;:16.34},{&quot;2026-07-12&quot;:15.75},{&quot;2026-07-13&quot;:15.18},{&quot;2026-07-14&quot;:15.31},{&quot;2026-07-15&quot;:16.48},{&quot;2026-07-16&quot;:16.31},{&quot;2026-07-17&quot;:16.2},{&quot;2026-07-18&quot;:15.75},{&quot;2026-07-19&quot;:15.74},{&quot;2026-07-20&quot;:15.66},{&quot;2026-07-21&quot;:15.48},{&quot;2026-07-22&quot;:15.48},{&quot;2026-07-23&quot;:15.13},{&quot;2026-07-24&quot;:15.49},{&quot;2026-07-25&quot;:15.53},{&quot;2026-07-26&quot;:15.57},{&quot;2026-07-27&quot;:15.52},{&quot;2026-07-28&quot;:15.86},{&quot;2026-07-29&quot;:15.95},{&quot;2026-07-30&quot;:15.97},{&quot;2026-07-31&quot;:16.29},{&quot;2026-08-01&quot;:16.09},{&quot;2026-08-02&quot;:16.08},{&quot;2026-08-03&quot;:16.01},{&quot;2026-08-04&quot;:15.69},{&quot;2026-08-05&quot;:15.98},{&quot;2026-08-07&quot;:16.11},{&quot;2026-08-08&quot;:15.65},{&quot;2026-08-09&quot;:15.79},{&quot;2026-08-10&quot;:15.45},{&quot;2026-08-11&quot;:15.25},{&quot;2026-08-12&quot;:15.39},{&quot;2026-08-13&quot;:15.61},{&quot;2026-08-14&quot;:15.54},{&quot;2026-08-15&quot;:15.54},{&quot;2026-08-16&quot;:15.46},{&quot;2026-08-17&quot;:15.64},{&quot;2026-08-18&quot;:15.67},{&quot;2026-08-19&quot;:15.73},{&quot;2026-08-20&quot;:15.54},{&quot;2026-08-21&quot;:15.62},{&quot;2026-08-22&quot;:15.44},{&quot;2026-08-23&quot;:15.3},{&quot;2026-08-24&quot;:15.2},{&quot;2026-08-25&quot;:15.17},{&quot;2026-08-26&quot;:15.35},{&quot;2026-08-27&quot;:15.2},{&quot;2026-08-28&quot;:15.14},{&quot;2026-08-29&quot;:15.14},{&quot;2026-08-30&quot;:15.55},{&quot;2026-08-31&quot;:15.81},{&quot;2026-09-01&quot;:16.02},{&quot;2026-09-02&quot;:16.0},{&quot;2026-09-03&quot;:16.43},{&quot;2026-09-04&quot;:16.47},{&quot;2026-09-05&quot;:16.47},{&quot;2026-09-06&quot;:16.89},{&quot;2026-09-07&quot;:16.89},{&quot;2026-09-08&quot;:17.09},{&quot;2026-09-09&quot;:17.08},{&quot;2026-09-10&quot;:17.2},{&quot;2026-09-11&quot;:16.94}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Warrior&#39;s Oath" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/5/65e10759-e862-4b69-8b58-474df2cdae29.jpg?1783921877" />

        <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">
            Warrior&#39;s Oath
        </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-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="Warrior&#39;s Oath" src="https://cards.scryfall.io/large/front/6/5/65e10759-e862-4b69-8b58-474df2cdae29.jpg?1783921877" />
    </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">
                $16.91
              </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">
                $29.38
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:19.56},{&quot;2026-06-11&quot;:19.56},{&quot;2026-06-12&quot;:19.56},{&quot;2026-06-13&quot;:20.02},{&quot;2026-06-14&quot;:20.02},{&quot;2026-06-15&quot;:20.02},{&quot;2026-06-16&quot;:20.02},{&quot;2026-06-17&quot;:20.46},{&quot;2026-06-18&quot;:20.46},{&quot;2026-06-19&quot;:20.46},{&quot;2026-06-20&quot;:20.46},{&quot;2026-06-21&quot;:20.46},{&quot;2026-06-22&quot;:23.25},{&quot;2026-06-23&quot;:23.25},{&quot;2026-06-24&quot;:23.25},{&quot;2026-06-25&quot;:23.25},{&quot;2026-06-26&quot;:23.25},{&quot;2026-06-27&quot;:23.25},{&quot;2026-06-28&quot;:23.25},{&quot;2026-06-29&quot;:23.25},{&quot;2026-06-30&quot;:23.25},{&quot;2026-07-01&quot;:23.25},{&quot;2026-07-02&quot;:23.25},{&quot;2026-07-03&quot;:23.25},{&quot;2026-07-04&quot;:23.25},{&quot;2026-07-05&quot;:23.25},{&quot;2026-07-06&quot;:23.58},{&quot;2026-07-07&quot;:23.58},{&quot;2026-07-08&quot;:23.58},{&quot;2026-07-09&quot;:23.58},{&quot;2026-07-10&quot;:23.58},{&quot;2026-07-11&quot;:23.58},{&quot;2026-07-12&quot;:23.58},{&quot;2026-07-13&quot;:23.58},{&quot;2026-07-14&quot;:23.58},{&quot;2026-07-15&quot;:23.58},{&quot;2026-07-16&quot;:23.58},{&quot;2026-07-17&quot;:23.58},{&quot;2026-07-18&quot;:23.58},{&quot;2026-07-19&quot;:23.58},{&quot;2026-07-20&quot;:23.58},{&quot;2026-07-21&quot;:23.58},{&quot;2026-07-23&quot;:23.65},{&quot;2026-07-25&quot;:24.34},{&quot;2026-07-26&quot;:24.74},{&quot;2026-07-27&quot;:25.34},{&quot;2026-07-29&quot;:25.34},{&quot;2026-07-30&quot;:25.34},{&quot;2026-07-31&quot;:25.34},{&quot;2026-08-01&quot;:25.34},{&quot;2026-08-02&quot;:25.34},{&quot;2026-08-03&quot;:25.34},{&quot;2026-08-04&quot;:25.34},{&quot;2026-08-05&quot;:26.67},{&quot;2026-08-07&quot;:27.26},{&quot;2026-08-08&quot;:27.26},{&quot;2026-08-09&quot;:27.26},{&quot;2026-08-10&quot;:27.26},{&quot;2026-08-11&quot;:27.26},{&quot;2026-08-12&quot;:27.26},{&quot;2026-08-13&quot;:27.26},{&quot;2026-08-14&quot;:27.91},{&quot;2026-08-15&quot;:27.91},{&quot;2026-08-16&quot;:27.91},{&quot;2026-08-17&quot;:27.91},{&quot;2026-08-18&quot;:27.91},{&quot;2026-08-19&quot;:27.91},{&quot;2026-08-20&quot;:27.91},{&quot;2026-08-21&quot;:27.91},{&quot;2026-08-22&quot;:27.91},{&quot;2026-08-23&quot;:27.91},{&quot;2026-08-24&quot;:28.74},{&quot;2026-08-25&quot;:28.74},{&quot;2026-08-26&quot;:28.74},{&quot;2026-08-27&quot;:28.74},{&quot;2026-08-28&quot;:28.74},{&quot;2026-08-29&quot;:28.74},{&quot;2026-08-30&quot;:28.74},{&quot;2026-08-31&quot;:28.74},{&quot;2026-09-01&quot;:28.74},{&quot;2026-09-02&quot;:28.74},{&quot;2026-09-03&quot;:28.74},{&quot;2026-09-04&quot;:28.74},{&quot;2026-09-05&quot;:29.38},{&quot;2026-09-06&quot;:29.38},{&quot;2026-09-07&quot;:29.38},{&quot;2026-09-08&quot;:29.38},{&quot;2026-09-09&quot;:29.38},{&quot;2026-09-10&quot;:29.38},{&quot;2026-09-11&quot;:29.38}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:18.87},{&quot;2026-06-11&quot;:18.87},{&quot;2026-06-12&quot;:18.88},{&quot;2026-06-13&quot;:18.85},{&quot;2026-06-14&quot;:18.82},{&quot;2026-06-15&quot;:18.87},{&quot;2026-06-16&quot;:18.71},{&quot;2026-06-17&quot;:18.71},{&quot;2026-06-18&quot;:18.71},{&quot;2026-06-19&quot;:17.83},{&quot;2026-06-20&quot;:17.61},{&quot;2026-06-21&quot;:17.66},{&quot;2026-06-22&quot;:17.49},{&quot;2026-06-23&quot;:18.42},{&quot;2026-06-24&quot;:18.42},{&quot;2026-06-25&quot;:18.24},{&quot;2026-06-26&quot;:17.44},{&quot;2026-06-27&quot;:18.2},{&quot;2026-06-28&quot;:18.17},{&quot;2026-06-29&quot;:18.12},{&quot;2026-06-30&quot;:18.15},{&quot;2026-07-01&quot;:18.12},{&quot;2026-07-02&quot;:18.15},{&quot;2026-07-03&quot;:18.13},{&quot;2026-07-04&quot;:18.13},{&quot;2026-07-05&quot;:18.14},{&quot;2026-07-06&quot;:18.13},{&quot;2026-07-07&quot;:18.03},{&quot;2026-07-08&quot;:18.02},{&quot;2026-07-09&quot;:18.01},{&quot;2026-07-10&quot;:17.6},{&quot;2026-07-11&quot;:17.54},{&quot;2026-07-12&quot;:17.44},{&quot;2026-07-13&quot;:17.42},{&quot;2026-07-14&quot;:17.42},{&quot;2026-07-15&quot;:17.38},{&quot;2026-07-16&quot;:17.34},{&quot;2026-07-17&quot;:17.31},{&quot;2026-07-18&quot;:17.31},{&quot;2026-07-19&quot;:17.34},{&quot;2026-07-20&quot;:17.34},{&quot;2026-07-21&quot;:17.41},{&quot;2026-07-23&quot;:17.33},{&quot;2026-07-25&quot;:17.69},{&quot;2026-07-26&quot;:17.69},{&quot;2026-07-27&quot;:17.7},{&quot;2026-07-29&quot;:17.65},{&quot;2026-07-30&quot;:17.65},{&quot;2026-07-31&quot;:17.28},{&quot;2026-08-01&quot;:17.27},{&quot;2026-08-02&quot;:17.27},{&quot;2026-08-03&quot;:17.21},{&quot;2026-08-04&quot;:17.14},{&quot;2026-08-05&quot;:17.14},{&quot;2026-08-07&quot;:16.94},{&quot;2026-08-08&quot;:16.94},{&quot;2026-08-09&quot;:16.95},{&quot;2026-08-10&quot;:16.95},{&quot;2026-08-11&quot;:16.95},{&quot;2026-08-12&quot;:16.84},{&quot;2026-08-13&quot;:16.85},{&quot;2026-08-14&quot;:16.79},{&quot;2026-08-15&quot;:16.79},{&quot;2026-08-16&quot;:16.73},{&quot;2026-08-17&quot;:16.62},{&quot;2026-08-18&quot;:16.64},{&quot;2026-08-19&quot;:16.56},{&quot;2026-08-20&quot;:16.56},{&quot;2026-08-21&quot;:16.66},{&quot;2026-08-22&quot;:16.66},{&quot;2026-08-23&quot;:16.65},{&quot;2026-08-24&quot;:16.96},{&quot;2026-08-25&quot;:16.96},{&quot;2026-08-26&quot;:16.94},{&quot;2026-08-27&quot;:16.94},{&quot;2026-08-28&quot;:17.03},{&quot;2026-08-29&quot;:17.03},{&quot;2026-08-30&quot;:16.96},{&quot;2026-08-31&quot;:16.85},{&quot;2026-09-01&quot;:16.85},{&quot;2026-09-02&quot;:16.88},{&quot;2026-09-03&quot;:16.91},{&quot;2026-09-04&quot;:16.9},{&quot;2026-09-05&quot;:16.96},{&quot;2026-09-06&quot;:17.01},{&quot;2026-09-07&quot;:16.99},{&quot;2026-09-08&quot;:17.08},{&quot;2026-09-09&quot;:16.91},{&quot;2026-09-10&quot;:16.91},{&quot;2026-09-11&quot;:16.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.90
          </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="Mystical Tutor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/7331aade-3b7f-4b4d-b198-2e0b6b80895c.jpg?1783918385" />

        <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">
            Mystical Tutor
        </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-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="Mystical Tutor" src="https://cards.scryfall.io/large/front/7/3/7331aade-3b7f-4b4d-b198-2e0b6b80895c.jpg?1783918385" />
    </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">
                $16.90
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:17.56},{&quot;2026-06-10&quot;:17.61},{&quot;2026-06-11&quot;:17.73},{&quot;2026-06-12&quot;:17.73},{&quot;2026-06-13&quot;:17.73},{&quot;2026-06-14&quot;:17.92},{&quot;2026-06-15&quot;:17.92},{&quot;2026-06-16&quot;:17.92},{&quot;2026-06-17&quot;:17.92},{&quot;2026-06-18&quot;:17.92},{&quot;2026-06-19&quot;:18.05},{&quot;2026-06-20&quot;:18.05},{&quot;2026-06-21&quot;:18.14},{&quot;2026-06-22&quot;:18.14},{&quot;2026-06-24&quot;:18.14},{&quot;2026-06-25&quot;:18.14},{&quot;2026-06-26&quot;:18.06},{&quot;2026-06-27&quot;:18.06},{&quot;2026-06-28&quot;:18.05},{&quot;2026-06-29&quot;:18.05},{&quot;2026-06-30&quot;:17.89},{&quot;2026-07-01&quot;:17.89},{&quot;2026-07-02&quot;:17.89},{&quot;2026-07-03&quot;:17.88},{&quot;2026-07-04&quot;:17.88},{&quot;2026-07-05&quot;:17.97},{&quot;2026-07-06&quot;:17.97},{&quot;2026-07-07&quot;:18.01},{&quot;2026-07-08&quot;:18.05},{&quot;2026-07-09&quot;:17.9},{&quot;2026-07-10&quot;:17.88},{&quot;2026-07-11&quot;:17.88},{&quot;2026-07-12&quot;:17.88},{&quot;2026-07-13&quot;:17.76},{&quot;2026-07-14&quot;:17.76},{&quot;2026-07-15&quot;:17.8},{&quot;2026-07-16&quot;:17.65},{&quot;2026-07-17&quot;:17.65},{&quot;2026-07-18&quot;:17.65},{&quot;2026-07-19&quot;:17.67},{&quot;2026-07-20&quot;:17.67},{&quot;2026-07-21&quot;:17.75},{&quot;2026-07-23&quot;:18.01},{&quot;2026-07-25&quot;:17.94},{&quot;2026-07-26&quot;:17.94},{&quot;2026-07-27&quot;:17.94},{&quot;2026-07-29&quot;:17.92},{&quot;2026-07-30&quot;:17.87},{&quot;2026-07-31&quot;:17.87},{&quot;2026-08-01&quot;:17.87},{&quot;2026-08-02&quot;:17.87},{&quot;2026-08-03&quot;:17.75},{&quot;2026-08-04&quot;:17.71},{&quot;2026-08-05&quot;:17.71},{&quot;2026-08-07&quot;:17.62},{&quot;2026-08-08&quot;:17.43},{&quot;2026-08-09&quot;:17.35},{&quot;2026-08-10&quot;:17.35},{&quot;2026-08-11&quot;:17.45},{&quot;2026-08-12&quot;:17.45},{&quot;2026-08-13&quot;:17.48},{&quot;2026-08-14&quot;:17.53},{&quot;2026-08-15&quot;:17.53},{&quot;2026-08-16&quot;:17.8},{&quot;2026-08-17&quot;:17.83},{&quot;2026-08-18&quot;:17.83},{&quot;2026-08-19&quot;:17.83},{&quot;2026-08-20&quot;:17.83},{&quot;2026-08-21&quot;:17.96},{&quot;2026-08-22&quot;:18.05},{&quot;2026-08-23&quot;:18.08},{&quot;2026-08-24&quot;:18.25},{&quot;2026-08-25&quot;:18.25},{&quot;2026-08-26&quot;:17.98},{&quot;2026-08-27&quot;:17.97},{&quot;2026-08-28&quot;:17.97},{&quot;2026-08-29&quot;:17.97},{&quot;2026-08-30&quot;:18.09},{&quot;2026-08-31&quot;:18.25},{&quot;2026-09-01&quot;:18.25},{&quot;2026-09-02&quot;:18.25},{&quot;2026-09-03&quot;:18.16},{&quot;2026-09-04&quot;:18.19},{&quot;2026-09-05&quot;:18.19},{&quot;2026-09-06&quot;:18.39},{&quot;2026-09-07&quot;:18.49},{&quot;2026-09-08&quot;:18.6},{&quot;2026-09-09&quot;:18.6},{&quot;2026-09-10&quot;:18.6},{&quot;2026-09-11&quot;:18.6}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:16.09},{&quot;2026-06-10&quot;:15.76},{&quot;2026-06-11&quot;:15.7},{&quot;2026-06-12&quot;:15.6},{&quot;2026-06-13&quot;:15.84},{&quot;2026-06-14&quot;:15.79},{&quot;2026-06-15&quot;:15.79},{&quot;2026-06-16&quot;:15.79},{&quot;2026-06-17&quot;:15.69},{&quot;2026-06-18&quot;:15.75},{&quot;2026-06-19&quot;:15.76},{&quot;2026-06-20&quot;:15.86},{&quot;2026-06-21&quot;:15.8},{&quot;2026-06-22&quot;:15.8},{&quot;2026-06-24&quot;:16.03},{&quot;2026-06-25&quot;:16.03},{&quot;2026-06-26&quot;:16.05},{&quot;2026-06-27&quot;:15.92},{&quot;2026-06-28&quot;:15.74},{&quot;2026-06-29&quot;:15.92},{&quot;2026-06-30&quot;:15.92},{&quot;2026-07-01&quot;:15.95},{&quot;2026-07-02&quot;:15.95},{&quot;2026-07-03&quot;:16.05},{&quot;2026-07-04&quot;:16.05},{&quot;2026-07-05&quot;:16.16},{&quot;2026-07-06&quot;:16.05},{&quot;2026-07-07&quot;:16.05},{&quot;2026-07-08&quot;:16.05},{&quot;2026-07-09&quot;:16.06},{&quot;2026-07-10&quot;:16.09},{&quot;2026-07-11&quot;:16.0},{&quot;2026-07-12&quot;:16.15},{&quot;2026-07-13&quot;:16.15},{&quot;2026-07-14&quot;:15.97},{&quot;2026-07-15&quot;:15.77},{&quot;2026-07-16&quot;:16.06},{&quot;2026-07-17&quot;:16.02},{&quot;2026-07-18&quot;:16.14},{&quot;2026-07-19&quot;:16.14},{&quot;2026-07-20&quot;:16.22},{&quot;2026-07-21&quot;:16.22},{&quot;2026-07-23&quot;:16.35},{&quot;2026-07-25&quot;:16.36},{&quot;2026-07-26&quot;:16.47},{&quot;2026-07-27&quot;:16.71},{&quot;2026-07-29&quot;:16.76},{&quot;2026-07-30&quot;:16.76},{&quot;2026-07-31&quot;:16.82},{&quot;2026-08-01&quot;:16.87},{&quot;2026-08-02&quot;:16.88},{&quot;2026-08-03&quot;:16.76},{&quot;2026-08-04&quot;:16.8},{&quot;2026-08-05&quot;:16.8},{&quot;2026-08-07&quot;:16.8},{&quot;2026-08-08&quot;:16.8},{&quot;2026-08-09&quot;:16.74},{&quot;2026-08-10&quot;:16.63},{&quot;2026-08-11&quot;:16.63},{&quot;2026-08-12&quot;:16.61},{&quot;2026-08-13&quot;:16.61},{&quot;2026-08-14&quot;:16.58},{&quot;2026-08-15&quot;:16.58},{&quot;2026-08-16&quot;:16.61},{&quot;2026-08-17&quot;:16.61},{&quot;2026-08-18&quot;:16.64},{&quot;2026-08-19&quot;:16.69},{&quot;2026-08-20&quot;:16.69},{&quot;2026-08-21&quot;:16.31},{&quot;2026-08-22&quot;:16.51},{&quot;2026-08-23&quot;:16.54},{&quot;2026-08-24&quot;:16.72},{&quot;2026-08-25&quot;:16.72},{&quot;2026-08-26&quot;:16.8},{&quot;2026-08-27&quot;:16.8},{&quot;2026-08-28&quot;:16.8},{&quot;2026-08-29&quot;:16.8},{&quot;2026-08-30&quot;:16.79},{&quot;2026-08-31&quot;:16.8},{&quot;2026-09-01&quot;:16.8},{&quot;2026-09-02&quot;:16.93},{&quot;2026-09-03&quot;:16.77},{&quot;2026-09-04&quot;:16.6},{&quot;2026-09-05&quot;:16.53},{&quot;2026-09-06&quot;:16.59},{&quot;2026-09-07&quot;:16.59},{&quot;2026-09-08&quot;:16.63},{&quot;2026-09-09&quot;:16.9},{&quot;2026-09-10&quot;:16.9},{&quot;2026-09-11&quot;:16.9}]}"
        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="13841"
  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">
            Delayed Blast Fireball
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.82
          </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="Delayed Blast Fireball" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e59903e3-a344-4218-9d41-8b19a9bc8311.jpg?1783922501" />

        <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">
            Delayed Blast Fireball
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Delayed Blast Fireball" src="https://cards.scryfall.io/large/front/e/5/e59903e3-a344-4218-9d41-8b19a9bc8311.jpg?1783922501" />
    </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">
                $16.82
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:17.21},{&quot;2026-06-12&quot;:17.21},{&quot;2026-06-13&quot;:17.2},{&quot;2026-06-14&quot;:17.11},{&quot;2026-06-15&quot;:17.11},{&quot;2026-06-16&quot;:17.11},{&quot;2026-06-17&quot;:17.11},{&quot;2026-06-18&quot;:17.11},{&quot;2026-06-19&quot;:17.11},{&quot;2026-06-20&quot;:17.15},{&quot;2026-06-21&quot;:17.13},{&quot;2026-06-22&quot;:17.13},{&quot;2026-06-23&quot;:17.11},{&quot;2026-06-24&quot;:17.11},{&quot;2026-06-25&quot;:17.08},{&quot;2026-06-26&quot;:16.15},{&quot;2026-06-27&quot;:16.73},{&quot;2026-06-28&quot;:16.09},{&quot;2026-06-29&quot;:15.98},{&quot;2026-06-30&quot;:15.98},{&quot;2026-07-01&quot;:15.98},{&quot;2026-07-02&quot;:15.98},{&quot;2026-07-03&quot;:15.75},{&quot;2026-07-04&quot;:15.59},{&quot;2026-07-05&quot;:15.64},{&quot;2026-07-06&quot;:15.54},{&quot;2026-07-07&quot;:15.1},{&quot;2026-07-08&quot;:15.01},{&quot;2026-07-09&quot;:14.61},{&quot;2026-07-10&quot;:14.77},{&quot;2026-07-11&quot;:15.21},{&quot;2026-07-12&quot;:15.21},{&quot;2026-07-13&quot;:15.25},{&quot;2026-07-14&quot;:15.2},{&quot;2026-07-15&quot;:15.23},{&quot;2026-07-16&quot;:15.11},{&quot;2026-07-17&quot;:15.05},{&quot;2026-07-18&quot;:15.21},{&quot;2026-07-19&quot;:15.41},{&quot;2026-07-20&quot;:15.46},{&quot;2026-07-21&quot;:15.51},{&quot;2026-07-23&quot;:15.31},{&quot;2026-07-25&quot;:15.58},{&quot;2026-07-26&quot;:15.83},{&quot;2026-07-27&quot;:15.85},{&quot;2026-07-28&quot;:15.68},{&quot;2026-07-29&quot;:15.68},{&quot;2026-07-30&quot;:15.68},{&quot;2026-07-31&quot;:15.85},{&quot;2026-08-01&quot;:15.95},{&quot;2026-08-02&quot;:15.88},{&quot;2026-08-03&quot;:15.9},{&quot;2026-08-04&quot;:16.01},{&quot;2026-08-05&quot;:16.13},{&quot;2026-08-07&quot;:15.96},{&quot;2026-08-08&quot;:15.91},{&quot;2026-08-09&quot;:15.9},{&quot;2026-08-10&quot;:15.9},{&quot;2026-08-11&quot;:15.94},{&quot;2026-08-12&quot;:16.04},{&quot;2026-08-13&quot;:16.04},{&quot;2026-08-14&quot;:16.06},{&quot;2026-08-15&quot;:16.06},{&quot;2026-08-16&quot;:15.99},{&quot;2026-08-17&quot;:16.16},{&quot;2026-08-18&quot;:16.18},{&quot;2026-08-19&quot;:15.99},{&quot;2026-08-20&quot;:15.99},{&quot;2026-08-21&quot;:16.35},{&quot;2026-08-22&quot;:16.39},{&quot;2026-08-23&quot;:16.81},{&quot;2026-08-24&quot;:16.97},{&quot;2026-08-25&quot;:17.07},{&quot;2026-08-26&quot;:17.1},{&quot;2026-08-27&quot;:17.1},{&quot;2026-08-28&quot;:17.1},{&quot;2026-08-29&quot;:17.1},{&quot;2026-08-30&quot;:17.1},{&quot;2026-08-31&quot;:17.24},{&quot;2026-09-01&quot;:17.24},{&quot;2026-09-02&quot;:17.23},{&quot;2026-09-03&quot;:17.23},{&quot;2026-09-04&quot;:17.23},{&quot;2026-09-05&quot;:17.08},{&quot;2026-09-06&quot;:17.08},{&quot;2026-09-07&quot;:17.15},{&quot;2026-09-08&quot;:17.22},{&quot;2026-09-09&quot;:16.82},{&quot;2026-09-10&quot;:16.82},{&quot;2026-09-11&quot;:16.82}]}"
        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="47223"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-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">
            Wilhelt, the Rotcleaver
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $16.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="Wilhelt, the Rotcleaver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/5/2501a911-d072-436d-ae3b-a5164e3b30aa.jpg?1783925384" />

        <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">
            Wilhelt, the Rotcleaver
        </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 — Zombie 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-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="Wilhelt, the Rotcleaver" src="https://cards.scryfall.io/large/front/2/5/2501a911-d072-436d-ae3b-a5164e3b30aa.jpg?1783925384" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.90
              </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">
                $16.80
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:11.86},{&quot;2026-06-11&quot;:11.85},{&quot;2026-06-12&quot;:11.85},{&quot;2026-06-13&quot;:11.9},{&quot;2026-06-14&quot;:12.34},{&quot;2026-06-15&quot;:12.45},{&quot;2026-06-16&quot;:12.68},{&quot;2026-06-17&quot;:11.09},{&quot;2026-06-18&quot;:11.09},{&quot;2026-06-19&quot;:11.22},{&quot;2026-06-20&quot;:11.22},{&quot;2026-06-21&quot;:10.69},{&quot;2026-06-22&quot;:10.95},{&quot;2026-06-23&quot;:11.72},{&quot;2026-06-24&quot;:12.7},{&quot;2026-06-25&quot;:12.95},{&quot;2026-06-26&quot;:12.95},{&quot;2026-06-27&quot;:12.95},{&quot;2026-06-28&quot;:13.38},{&quot;2026-06-29&quot;:13.56},{&quot;2026-06-30&quot;:13.6},{&quot;2026-07-01&quot;:13.4},{&quot;2026-07-02&quot;:13.43},{&quot;2026-07-03&quot;:13.43},{&quot;2026-07-04&quot;:13.52},{&quot;2026-07-05&quot;:12.18},{&quot;2026-07-06&quot;:11.87},{&quot;2026-07-07&quot;:11.81},{&quot;2026-07-08&quot;:11.21},{&quot;2026-07-09&quot;:11.25},{&quot;2026-07-10&quot;:11.25},{&quot;2026-07-11&quot;:11.25},{&quot;2026-07-12&quot;:11.06},{&quot;2026-07-13&quot;:11.43},{&quot;2026-07-14&quot;:11.51},{&quot;2026-07-15&quot;:11.72},{&quot;2026-07-16&quot;:11.94},{&quot;2026-07-17&quot;:11.94},{&quot;2026-07-18&quot;:11.94},{&quot;2026-07-19&quot;:12.59},{&quot;2026-07-20&quot;:12.62},{&quot;2026-07-21&quot;:12.73},{&quot;2026-07-23&quot;:12.41},{&quot;2026-07-25&quot;:11.67},{&quot;2026-07-26&quot;:11.67},{&quot;2026-07-27&quot;:11.76},{&quot;2026-07-29&quot;:12.88},{&quot;2026-07-30&quot;:12.88},{&quot;2026-07-31&quot;:12.36},{&quot;2026-08-01&quot;:12.36},{&quot;2026-08-02&quot;:12.14},{&quot;2026-08-03&quot;:11.55},{&quot;2026-08-04&quot;:11.31},{&quot;2026-08-05&quot;:11.73},{&quot;2026-08-07&quot;:11.91},{&quot;2026-08-08&quot;:12.3},{&quot;2026-08-09&quot;:12.59},{&quot;2026-08-10&quot;:12.59},{&quot;2026-08-11&quot;:12.46},{&quot;2026-08-12&quot;:10.95},{&quot;2026-08-13&quot;:10.93},{&quot;2026-08-14&quot;:11.01},{&quot;2026-08-15&quot;:11.01},{&quot;2026-08-16&quot;:10.92},{&quot;2026-08-17&quot;:11.19},{&quot;2026-08-18&quot;:11.36},{&quot;2026-08-19&quot;:11.36},{&quot;2026-08-20&quot;:11.36},{&quot;2026-08-21&quot;:11.6},{&quot;2026-08-22&quot;:11.6},{&quot;2026-08-23&quot;:12.23},{&quot;2026-08-24&quot;:12.72},{&quot;2026-08-25&quot;:12.72},{&quot;2026-08-26&quot;:13.28},{&quot;2026-08-27&quot;:13.28},{&quot;2026-08-28&quot;:12.94},{&quot;2026-08-29&quot;:12.94},{&quot;2026-08-30&quot;:13.49},{&quot;2026-08-31&quot;:14.0},{&quot;2026-09-01&quot;:14.0},{&quot;2026-09-02&quot;:16.07},{&quot;2026-09-03&quot;:16.95},{&quot;2026-09-04&quot;:17.72},{&quot;2026-09-05&quot;:17.72},{&quot;2026-09-06&quot;:17.72},{&quot;2026-09-07&quot;:16.96},{&quot;2026-09-08&quot;:16.46},{&quot;2026-09-09&quot;:16.54},{&quot;2026-09-10&quot;:16.53},{&quot;2026-09-11&quot;:16.8}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.65},{&quot;2026-06-11&quot;:8.65},{&quot;2026-06-12&quot;:8.59},{&quot;2026-06-13&quot;:8.47},{&quot;2026-06-14&quot;:8.4},{&quot;2026-06-15&quot;:8.25},{&quot;2026-06-16&quot;:8.17},{&quot;2026-06-17&quot;:8.25},{&quot;2026-06-18&quot;:8.21},{&quot;2026-06-19&quot;:8.34},{&quot;2026-06-20&quot;:8.54},{&quot;2026-06-21&quot;:8.54},{&quot;2026-06-22&quot;:8.57},{&quot;2026-06-23&quot;:8.52},{&quot;2026-06-24&quot;:8.47},{&quot;2026-06-25&quot;:8.46},{&quot;2026-06-26&quot;:8.55},{&quot;2026-06-27&quot;:8.69},{&quot;2026-06-28&quot;:8.82},{&quot;2026-06-29&quot;:8.82},{&quot;2026-06-30&quot;:8.76},{&quot;2026-07-01&quot;:8.76},{&quot;2026-07-02&quot;:8.53},{&quot;2026-07-03&quot;:8.53},{&quot;2026-07-04&quot;:8.53},{&quot;2026-07-05&quot;:8.59},{&quot;2026-07-06&quot;:8.59},{&quot;2026-07-07&quot;:8.6},{&quot;2026-07-08&quot;:8.73},{&quot;2026-07-09&quot;:8.68},{&quot;2026-07-10&quot;:8.73},{&quot;2026-07-11&quot;:9.11},{&quot;2026-07-12&quot;:9.11},{&quot;2026-07-13&quot;:9.09},{&quot;2026-07-14&quot;:9.02},{&quot;2026-07-15&quot;:9.02},{&quot;2026-07-16&quot;:8.86},{&quot;2026-07-17&quot;:8.86},{&quot;2026-07-18&quot;:8.92},{&quot;2026-07-19&quot;:9.31},{&quot;2026-07-20&quot;:9.17},{&quot;2026-07-21&quot;:9.17},{&quot;2026-07-23&quot;:9.27},{&quot;2026-07-25&quot;:10.15},{&quot;2026-07-26&quot;:10.15},{&quot;2026-07-27&quot;:10.76},{&quot;2026-07-29&quot;:11.0},{&quot;2026-07-30&quot;:11.05},{&quot;2026-07-31&quot;:11.15},{&quot;2026-08-01&quot;:11.15},{&quot;2026-08-02&quot;:11.16},{&quot;2026-08-03&quot;:11.33},{&quot;2026-08-04&quot;:11.33},{&quot;2026-08-05&quot;:11.33},{&quot;2026-08-07&quot;:11.37},{&quot;2026-08-08&quot;:11.33},{&quot;2026-08-09&quot;:11.33},{&quot;2026-08-10&quot;:11.04},{&quot;2026-08-11&quot;:10.16},{&quot;2026-08-12&quot;:10.0},{&quot;2026-08-13&quot;:10.01},{&quot;2026-08-14&quot;:10.01},{&quot;2026-08-15&quot;:8.97},{&quot;2026-08-16&quot;:8.93},{&quot;2026-08-17&quot;:8.67},{&quot;2026-08-18&quot;:8.64},{&quot;2026-08-19&quot;:8.53},{&quot;2026-08-20&quot;:8.53},{&quot;2026-08-21&quot;:8.62},{&quot;2026-08-22&quot;:8.62},{&quot;2026-08-23&quot;:8.51},{&quot;2026-08-24&quot;:8.52},{&quot;2026-08-25&quot;:8.52},{&quot;2026-08-26&quot;:8.6},{&quot;2026-08-27&quot;:8.63},{&quot;2026-08-28&quot;:8.68},{&quot;2026-08-29&quot;:8.68},{&quot;2026-08-30&quot;:8.68},{&quot;2026-08-31&quot;:8.72},{&quot;2026-09-01&quot;:8.72},{&quot;2026-09-02&quot;:8.56},{&quot;2026-09-03&quot;:8.56},{&quot;2026-09-04&quot;:8.57},{&quot;2026-09-05&quot;:8.81},{&quot;2026-09-06&quot;:8.83},{&quot;2026-09-07&quot;:8.85},{&quot;2026-09-08&quot;:8.86},{&quot;2026-09-09&quot;:8.81},{&quot;2026-09-10&quot;:8.81},{&quot;2026-09-11&quot;:8.9}]}"
        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="13804"
  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">
            Artificer Class
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $16.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="Artificer Class" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/f/cf4e9335-06e3-4b27-8fd8-3e44ece89a36.jpg?1783922510" />

        <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">
            Artificer Class
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Artificer Class" src="https://cards.scryfall.io/large/front/c/f/cf4e9335-06e3-4b27-8fd8-3e44ece89a36.jpg?1783922510" />
    </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">
                $16.76
              </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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:13.69},{&quot;2026-06-11&quot;:13.93},{&quot;2026-06-12&quot;:13.93},{&quot;2026-06-13&quot;:13.97},{&quot;2026-06-14&quot;:14.19},{&quot;2026-06-15&quot;:14.42},{&quot;2026-06-16&quot;:14.52},{&quot;2026-06-17&quot;:14.67},{&quot;2026-06-18&quot;:14.75},{&quot;2026-06-19&quot;:15.04},{&quot;2026-06-20&quot;:15.11},{&quot;2026-06-21&quot;:15.33},{&quot;2026-06-22&quot;:15.53},{&quot;2026-06-23&quot;:15.38},{&quot;2026-06-24&quot;:15.33},{&quot;2026-06-25&quot;:15.33},{&quot;2026-06-26&quot;:15.17},{&quot;2026-06-27&quot;:15.28},{&quot;2026-06-28&quot;:15.25},{&quot;2026-06-29&quot;:15.04},{&quot;2026-06-30&quot;:15.4},{&quot;2026-07-01&quot;:15.34},{&quot;2026-07-02&quot;:15.42},{&quot;2026-07-03&quot;:15.69},{&quot;2026-07-04&quot;:15.41},{&quot;2026-07-05&quot;:15.47},{&quot;2026-07-06&quot;:15.37},{&quot;2026-07-07&quot;:15.22},{&quot;2026-07-08&quot;:15.05},{&quot;2026-07-09&quot;:14.9},{&quot;2026-07-10&quot;:14.9},{&quot;2026-07-11&quot;:14.87},{&quot;2026-07-12&quot;:14.75},{&quot;2026-07-13&quot;:14.71},{&quot;2026-07-14&quot;:14.45},{&quot;2026-07-15&quot;:15.09},{&quot;2026-07-16&quot;:15.16},{&quot;2026-07-17&quot;:15.06},{&quot;2026-07-18&quot;:15.21},{&quot;2026-07-19&quot;:15.64},{&quot;2026-07-20&quot;:15.98},{&quot;2026-07-21&quot;:15.92},{&quot;2026-07-23&quot;:16.03},{&quot;2026-07-25&quot;:16.15},{&quot;2026-07-26&quot;:16.12},{&quot;2026-07-27&quot;:16.12},{&quot;2026-07-29&quot;:16.53},{&quot;2026-07-30&quot;:16.69},{&quot;2026-07-31&quot;:16.84},{&quot;2026-08-01&quot;:16.76},{&quot;2026-08-02&quot;:16.71},{&quot;2026-08-03&quot;:16.73},{&quot;2026-08-04&quot;:16.79},{&quot;2026-08-05&quot;:16.91},{&quot;2026-08-07&quot;:16.77},{&quot;2026-08-08&quot;:16.77},{&quot;2026-08-09&quot;:16.82},{&quot;2026-08-10&quot;:16.47},{&quot;2026-08-11&quot;:16.27},{&quot;2026-08-12&quot;:16.34},{&quot;2026-08-13&quot;:16.34},{&quot;2026-08-14&quot;:16.39},{&quot;2026-08-15&quot;:16.39},{&quot;2026-08-16&quot;:16.32},{&quot;2026-08-17&quot;:16.09},{&quot;2026-08-18&quot;:16.04},{&quot;2026-08-19&quot;:15.98},{&quot;2026-08-20&quot;:15.98},{&quot;2026-08-21&quot;:15.97},{&quot;2026-08-22&quot;:16.12},{&quot;2026-08-23&quot;:16.05},{&quot;2026-08-24&quot;:16.07},{&quot;2026-08-25&quot;:16.07},{&quot;2026-08-26&quot;:16.09},{&quot;2026-08-27&quot;:16.06},{&quot;2026-08-28&quot;:16.0},{&quot;2026-08-29&quot;:16.0},{&quot;2026-08-30&quot;:15.86},{&quot;2026-08-31&quot;:15.86},{&quot;2026-09-01&quot;:15.86},{&quot;2026-09-02&quot;:15.77},{&quot;2026-09-03&quot;:15.77},{&quot;2026-09-04&quot;:16.1},{&quot;2026-09-05&quot;:16.25},{&quot;2026-09-06&quot;:16.17},{&quot;2026-09-07&quot;:16.17},{&quot;2026-09-08&quot;:16.5},{&quot;2026-09-09&quot;:16.8},{&quot;2026-09-10&quot;:16.8},{&quot;2026-09-11&quot;:16.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="74795"
  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">
            Beacon of Immortality
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.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="Beacon of Immortality" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/8/58bbe5a2-a77f-49be-a2c8-2325b299813f.jpg?1783932384" />

        <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">
            Beacon of Immortality
        </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-5'></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="Beacon of Immortality" src="https://cards.scryfall.io/large/front/5/8/58bbe5a2-a77f-49be-a2c8-2325b299813f.jpg?1783932384" />
    </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">
                $16.71
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:15.92},{&quot;2026-06-12&quot;:15.92},{&quot;2026-06-13&quot;:15.92},{&quot;2026-06-14&quot;:15.98},{&quot;2026-06-15&quot;:16.02},{&quot;2026-06-16&quot;:16.08},{&quot;2026-06-17&quot;:16.17},{&quot;2026-06-18&quot;:16.34},{&quot;2026-06-19&quot;:16.34},{&quot;2026-06-20&quot;:16.26},{&quot;2026-06-21&quot;:16.26},{&quot;2026-06-22&quot;:16.26},{&quot;2026-06-23&quot;:16.35},{&quot;2026-06-24&quot;:16.2},{&quot;2026-06-25&quot;:16.2},{&quot;2026-06-26&quot;:16.2},{&quot;2026-06-27&quot;:16.2},{&quot;2026-06-28&quot;:16.23},{&quot;2026-06-29&quot;:16.23},{&quot;2026-06-30&quot;:16.23},{&quot;2026-07-01&quot;:16.23},{&quot;2026-07-02&quot;:16.23},{&quot;2026-07-03&quot;:16.2},{&quot;2026-07-04&quot;:16.59},{&quot;2026-07-05&quot;:16.58},{&quot;2026-07-06&quot;:16.54},{&quot;2026-07-07&quot;:16.37},{&quot;2026-07-08&quot;:16.37},{&quot;2026-07-09&quot;:16.31},{&quot;2026-07-10&quot;:16.31},{&quot;2026-07-11&quot;:16.36},{&quot;2026-07-12&quot;:16.36},{&quot;2026-07-13&quot;:16.59},{&quot;2026-07-14&quot;:16.31},{&quot;2026-07-15&quot;:16.31},{&quot;2026-07-16&quot;:16.16},{&quot;2026-07-17&quot;:15.97},{&quot;2026-07-18&quot;:16.08},{&quot;2026-07-19&quot;:16.08},{&quot;2026-07-20&quot;:15.84},{&quot;2026-07-21&quot;:15.88},{&quot;2026-07-23&quot;:16.04},{&quot;2026-07-25&quot;:16.01},{&quot;2026-07-26&quot;:15.93},{&quot;2026-07-27&quot;:15.93},{&quot;2026-07-28&quot;:16.09},{&quot;2026-07-29&quot;:15.64},{&quot;2026-07-30&quot;:15.49},{&quot;2026-07-31&quot;:15.5},{&quot;2026-08-01&quot;:15.5},{&quot;2026-08-02&quot;:15.25},{&quot;2026-08-03&quot;:15.61},{&quot;2026-08-04&quot;:15.61},{&quot;2026-08-05&quot;:15.74},{&quot;2026-08-07&quot;:15.45},{&quot;2026-08-08&quot;:15.45},{&quot;2026-08-09&quot;:15.24},{&quot;2026-08-10&quot;:15.24},{&quot;2026-08-11&quot;:14.91},{&quot;2026-08-12&quot;:14.91},{&quot;2026-08-13&quot;:14.91},{&quot;2026-08-14&quot;:14.91},{&quot;2026-08-15&quot;:14.91},{&quot;2026-08-16&quot;:15.03},{&quot;2026-08-17&quot;:15.28},{&quot;2026-08-18&quot;:15.1},{&quot;2026-08-19&quot;:15.1},{&quot;2026-08-20&quot;:15.1},{&quot;2026-08-21&quot;:15.28},{&quot;2026-08-22&quot;:15.52},{&quot;2026-08-23&quot;:15.52},{&quot;2026-08-24&quot;:15.88},{&quot;2026-08-25&quot;:15.88},{&quot;2026-08-26&quot;:16.1},{&quot;2026-08-27&quot;:16.12},{&quot;2026-08-28&quot;:16.22},{&quot;2026-08-29&quot;:16.22},{&quot;2026-08-30&quot;:16.44},{&quot;2026-08-31&quot;:16.42},{&quot;2026-09-01&quot;:16.42},{&quot;2026-09-02&quot;:16.65},{&quot;2026-09-03&quot;:16.67},{&quot;2026-09-04&quot;:16.67},{&quot;2026-09-05&quot;:16.83},{&quot;2026-09-06&quot;:16.71},{&quot;2026-09-07&quot;:16.71},{&quot;2026-09-08&quot;:16.71},{&quot;2026-09-09&quot;:16.71},{&quot;2026-09-10&quot;:16.71},{&quot;2026-09-11&quot;:16.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="16182"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.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="Heroic Intervention" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/3/43c037e3-7d1a-48ca-8ecc-276696592f62.jpg?1783930674" />

        <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">
            Heroic Intervention
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Heroic Intervention" src="https://cards.scryfall.io/large/front/4/3/43c037e3-7d1a-48ca-8ecc-276696592f62.jpg?1783930674" />
    </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">
                $16.69
              </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">
                $16.11
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:14.42},{&quot;2026-06-14&quot;:14.42},{&quot;2026-06-15&quot;:14.42},{&quot;2026-06-16&quot;:14.36},{&quot;2026-06-17&quot;:14.36},{&quot;2026-06-18&quot;:14.36},{&quot;2026-06-19&quot;:14.36},{&quot;2026-06-20&quot;:14.36},{&quot;2026-06-21&quot;:14.36},{&quot;2026-06-22&quot;:14.52},{&quot;2026-06-23&quot;:14.52},{&quot;2026-06-24&quot;:14.52},{&quot;2026-06-25&quot;:14.7},{&quot;2026-06-26&quot;:14.7},{&quot;2026-06-27&quot;:14.7},{&quot;2026-06-28&quot;:14.59},{&quot;2026-06-29&quot;:14.67},{&quot;2026-06-30&quot;:14.67},{&quot;2026-07-01&quot;:14.82},{&quot;2026-07-02&quot;:14.79},{&quot;2026-07-03&quot;:14.79},{&quot;2026-07-04&quot;:14.79},{&quot;2026-07-05&quot;:14.89},{&quot;2026-07-06&quot;:14.91},{&quot;2026-07-07&quot;:14.79},{&quot;2026-07-08&quot;:14.8},{&quot;2026-07-09&quot;:15.12},{&quot;2026-07-10&quot;:15.12},{&quot;2026-07-11&quot;:15.12},{&quot;2026-07-12&quot;:15.11},{&quot;2026-07-13&quot;:15.2},{&quot;2026-07-14&quot;:15.03},{&quot;2026-07-15&quot;:15.06},{&quot;2026-07-16&quot;:14.97},{&quot;2026-07-17&quot;:14.97},{&quot;2026-07-18&quot;:14.97},{&quot;2026-07-19&quot;:14.97},{&quot;2026-07-20&quot;:14.97},{&quot;2026-07-21&quot;:14.88},{&quot;2026-07-22&quot;:14.88},{&quot;2026-07-23&quot;:14.88},{&quot;2026-07-24&quot;:14.95},{&quot;2026-07-25&quot;:14.95},{&quot;2026-07-26&quot;:15.0},{&quot;2026-07-27&quot;:15.05},{&quot;2026-07-28&quot;:15.05},{&quot;2026-07-29&quot;:15.05},{&quot;2026-07-30&quot;:15.05},{&quot;2026-07-31&quot;:15.16},{&quot;2026-08-01&quot;:15.16},{&quot;2026-08-02&quot;:15.24},{&quot;2026-08-03&quot;:15.24},{&quot;2026-08-04&quot;:15.24},{&quot;2026-08-05&quot;:15.09},{&quot;2026-08-07&quot;:15.19},{&quot;2026-08-08&quot;:15.19},{&quot;2026-08-09&quot;:15.58},{&quot;2026-08-10&quot;:15.58},{&quot;2026-08-11&quot;:15.63},{&quot;2026-08-12&quot;:16.08},{&quot;2026-08-13&quot;:16.07},{&quot;2026-08-14&quot;:15.88},{&quot;2026-08-15&quot;:15.88},{&quot;2026-08-16&quot;:16.01},{&quot;2026-08-17&quot;:15.75},{&quot;2026-08-18&quot;:15.8},{&quot;2026-08-19&quot;:15.8},{&quot;2026-08-20&quot;:15.8},{&quot;2026-08-21&quot;:15.8},{&quot;2026-08-22&quot;:16.06},{&quot;2026-08-23&quot;:16.1},{&quot;2026-08-24&quot;:16.1},{&quot;2026-08-25&quot;:16.1},{&quot;2026-08-26&quot;:16.1},{&quot;2026-08-27&quot;:16.05},{&quot;2026-08-28&quot;:16.02},{&quot;2026-08-29&quot;:16.02},{&quot;2026-08-30&quot;:15.97},{&quot;2026-08-31&quot;:15.89},{&quot;2026-09-01&quot;:15.89},{&quot;2026-09-02&quot;:15.89},{&quot;2026-09-03&quot;:15.89},{&quot;2026-09-04&quot;:15.89},{&quot;2026-09-05&quot;:15.89},{&quot;2026-09-06&quot;:16.11},{&quot;2026-09-07&quot;:16.11},{&quot;2026-09-08&quot;:16.11},{&quot;2026-09-09&quot;:16.11},{&quot;2026-09-10&quot;:16.11},{&quot;2026-09-11&quot;:16.11}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.58},{&quot;2026-06-14&quot;:15.09},{&quot;2026-06-15&quot;:15.01},{&quot;2026-06-16&quot;:15.29},{&quot;2026-06-17&quot;:15.22},{&quot;2026-06-18&quot;:15.26},{&quot;2026-06-19&quot;:15.1},{&quot;2026-06-20&quot;:15.41},{&quot;2026-06-21&quot;:15.46},{&quot;2026-06-22&quot;:15.01},{&quot;2026-06-23&quot;:14.94},{&quot;2026-06-24&quot;:15.03},{&quot;2026-06-25&quot;:15.02},{&quot;2026-06-26&quot;:15.36},{&quot;2026-06-27&quot;:15.08},{&quot;2026-06-28&quot;:15.28},{&quot;2026-06-29&quot;:15.01},{&quot;2026-06-30&quot;:15.27},{&quot;2026-07-01&quot;:15.13},{&quot;2026-07-02&quot;:15.05},{&quot;2026-07-03&quot;:15.15},{&quot;2026-07-04&quot;:14.87},{&quot;2026-07-05&quot;:15.09},{&quot;2026-07-06&quot;:15.12},{&quot;2026-07-07&quot;:15.12},{&quot;2026-07-08&quot;:15.1},{&quot;2026-07-09&quot;:15.3},{&quot;2026-07-10&quot;:15.4},{&quot;2026-07-11&quot;:15.7},{&quot;2026-07-12&quot;:15.7},{&quot;2026-07-13&quot;:15.76},{&quot;2026-07-14&quot;:15.74},{&quot;2026-07-15&quot;:15.28},{&quot;2026-07-16&quot;:15.32},{&quot;2026-07-17&quot;:15.54},{&quot;2026-07-18&quot;:15.77},{&quot;2026-07-19&quot;:15.75},{&quot;2026-07-20&quot;:15.76},{&quot;2026-07-21&quot;:15.79},{&quot;2026-07-22&quot;:15.89},{&quot;2026-07-23&quot;:15.69},{&quot;2026-07-24&quot;:15.57},{&quot;2026-07-25&quot;:16.19},{&quot;2026-07-26&quot;:16.13},{&quot;2026-07-27&quot;:16.16},{&quot;2026-07-28&quot;:16.16},{&quot;2026-07-29&quot;:16.16},{&quot;2026-07-30&quot;:16.04},{&quot;2026-07-31&quot;:16.48},{&quot;2026-08-01&quot;:16.48},{&quot;2026-08-02&quot;:16.51},{&quot;2026-08-03&quot;:16.37},{&quot;2026-08-04&quot;:16.24},{&quot;2026-08-05&quot;:16.16},{&quot;2026-08-07&quot;:16.1},{&quot;2026-08-08&quot;:16.09},{&quot;2026-08-09&quot;:15.93},{&quot;2026-08-10&quot;:15.79},{&quot;2026-08-11&quot;:15.67},{&quot;2026-08-12&quot;:15.89},{&quot;2026-08-13&quot;:15.75},{&quot;2026-08-14&quot;:15.72},{&quot;2026-08-15&quot;:15.76},{&quot;2026-08-16&quot;:16.12},{&quot;2026-08-17&quot;:16.12},{&quot;2026-08-18&quot;:16.12},{&quot;2026-08-19&quot;:16.54},{&quot;2026-08-20&quot;:16.24},{&quot;2026-08-21&quot;:15.95},{&quot;2026-08-22&quot;:15.95},{&quot;2026-08-23&quot;:15.84},{&quot;2026-08-24&quot;:15.58},{&quot;2026-08-25&quot;:15.26},{&quot;2026-08-26&quot;:15.26},{&quot;2026-08-27&quot;:15.34},{&quot;2026-08-28&quot;:15.46},{&quot;2026-08-29&quot;:15.46},{&quot;2026-08-30&quot;:16.32},{&quot;2026-08-31&quot;:16.36},{&quot;2026-09-01&quot;:16.3},{&quot;2026-09-02&quot;:16.49},{&quot;2026-09-03&quot;:16.76},{&quot;2026-09-04&quot;:16.78},{&quot;2026-09-05&quot;:16.87},{&quot;2026-09-06&quot;:16.91},{&quot;2026-09-07&quot;:16.59},{&quot;2026-09-08&quot;:16.88},{&quot;2026-09-09&quot;:16.93},{&quot;2026-09-10&quot;:16.58},{&quot;2026-09-11&quot;:16.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="70972"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Heroic Intervention
        </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">
            $16.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="Heroic Intervention" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/3/4377b09d-08e8-4150-bb84-4a9c00c7af82.jpg?1783915917" />

        <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">
            Heroic Intervention
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Heroic Intervention" src="https://cards.scryfall.io/large/front/4/3/4377b09d-08e8-4150-bb84-4a9c00c7af82.jpg?1783915917" />
    </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">
                $16.69
              </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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:15.43},{&quot;2026-06-14&quot;:15.24},{&quot;2026-06-15&quot;:15.12},{&quot;2026-06-16&quot;:15.08},{&quot;2026-06-17&quot;:15.1},{&quot;2026-06-18&quot;:15.39},{&quot;2026-06-19&quot;:15.77},{&quot;2026-06-20&quot;:15.47},{&quot;2026-06-21&quot;:15.32},{&quot;2026-06-22&quot;:15.38},{&quot;2026-06-23&quot;:15.6},{&quot;2026-06-24&quot;:15.52},{&quot;2026-06-25&quot;:15.55},{&quot;2026-06-26&quot;:15.99},{&quot;2026-06-27&quot;:16.02},{&quot;2026-06-28&quot;:16.57},{&quot;2026-06-29&quot;:16.68},{&quot;2026-06-30&quot;:16.43},{&quot;2026-07-01&quot;:16.3},{&quot;2026-07-02&quot;:16.43},{&quot;2026-07-03&quot;:16.19},{&quot;2026-07-04&quot;:16.25},{&quot;2026-07-05&quot;:16.57},{&quot;2026-07-06&quot;:16.44},{&quot;2026-07-07&quot;:16.08},{&quot;2026-07-08&quot;:15.95},{&quot;2026-07-09&quot;:16.15},{&quot;2026-07-10&quot;:16.07},{&quot;2026-07-11&quot;:16.46},{&quot;2026-07-12&quot;:16.59},{&quot;2026-07-13&quot;:16.48},{&quot;2026-07-14&quot;:16.45},{&quot;2026-07-15&quot;:16.6},{&quot;2026-07-16&quot;:16.66},{&quot;2026-07-17&quot;:15.85},{&quot;2026-07-18&quot;:15.54},{&quot;2026-07-19&quot;:15.87},{&quot;2026-07-20&quot;:17.11},{&quot;2026-07-21&quot;:17.03},{&quot;2026-07-22&quot;:16.01},{&quot;2026-07-23&quot;:15.75},{&quot;2026-07-24&quot;:16.16},{&quot;2026-07-25&quot;:17.0},{&quot;2026-07-26&quot;:16.74},{&quot;2026-07-27&quot;:16.66},{&quot;2026-07-28&quot;:17.1},{&quot;2026-07-29&quot;:17.07},{&quot;2026-07-30&quot;:17.02},{&quot;2026-07-31&quot;:17.07},{&quot;2026-08-01&quot;:17.13},{&quot;2026-08-02&quot;:16.88},{&quot;2026-08-03&quot;:16.91},{&quot;2026-08-04&quot;:16.7},{&quot;2026-08-05&quot;:15.11},{&quot;2026-08-07&quot;:14.87},{&quot;2026-08-08&quot;:15.91},{&quot;2026-08-09&quot;:16.29},{&quot;2026-08-10&quot;:15.47},{&quot;2026-08-11&quot;:15.26},{&quot;2026-08-12&quot;:15.39},{&quot;2026-08-13&quot;:15.14},{&quot;2026-08-14&quot;:15.18},{&quot;2026-08-15&quot;:15.35},{&quot;2026-08-16&quot;:15.73},{&quot;2026-08-17&quot;:15.17},{&quot;2026-08-18&quot;:14.95},{&quot;2026-08-19&quot;:15.57},{&quot;2026-08-20&quot;:16.32},{&quot;2026-08-21&quot;:16.35},{&quot;2026-08-22&quot;:16.08},{&quot;2026-08-23&quot;:15.72},{&quot;2026-08-24&quot;:16.28},{&quot;2026-08-25&quot;:16.06},{&quot;2026-08-26&quot;:16.11},{&quot;2026-08-27&quot;:16.65},{&quot;2026-08-28&quot;:16.48},{&quot;2026-08-29&quot;:16.48},{&quot;2026-08-30&quot;:16.59},{&quot;2026-08-31&quot;:16.39},{&quot;2026-09-01&quot;:16.29},{&quot;2026-09-02&quot;:15.54},{&quot;2026-09-03&quot;:15.57},{&quot;2026-09-04&quot;:15.69},{&quot;2026-09-05&quot;:16.1},{&quot;2026-09-06&quot;:16.63},{&quot;2026-09-07&quot;:16.98},{&quot;2026-09-08&quot;:16.85},{&quot;2026-09-09&quot;:16.83},{&quot;2026-09-10&quot;:17.01},{&quot;2026-09-11&quot;:16.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="30629"
  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">
            Strip Mine
        </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">
            $16.67
          </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="Strip Mine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a5899b46-226b-4be6-8e80-d2396f54210d.jpg?1783947790" />

        <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">
            Strip Mine
        </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="Strip Mine" src="https://cards.scryfall.io/large/front/a/5/a5899b46-226b-4be6-8e80-d2396f54210d.jpg?1783947790" />
    </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">
                $16.67
              </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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:21.7},{&quot;2026-06-11&quot;:21.7},{&quot;2026-06-12&quot;:21.7},{&quot;2026-06-13&quot;:21.7},{&quot;2026-06-14&quot;:21.7},{&quot;2026-06-15&quot;:21.17},{&quot;2026-06-16&quot;:21.17},{&quot;2026-06-17&quot;:21.38},{&quot;2026-06-18&quot;:21.38},{&quot;2026-06-19&quot;:21.38},{&quot;2026-06-20&quot;:21.38},{&quot;2026-06-21&quot;:21.38},{&quot;2026-06-22&quot;:21.38},{&quot;2026-06-23&quot;:21.38},{&quot;2026-06-24&quot;:21.38},{&quot;2026-06-25&quot;:21.15},{&quot;2026-06-26&quot;:21.19},{&quot;2026-06-27&quot;:21.05},{&quot;2026-06-28&quot;:21.05},{&quot;2026-06-29&quot;:21.05},{&quot;2026-06-30&quot;:21.06},{&quot;2026-07-01&quot;:21.06},{&quot;2026-07-02&quot;:21.06},{&quot;2026-07-03&quot;:21.06},{&quot;2026-07-04&quot;:20.61},{&quot;2026-07-05&quot;:20.3},{&quot;2026-07-06&quot;:20.3},{&quot;2026-07-07&quot;:20.3},{&quot;2026-07-08&quot;:20.4},{&quot;2026-07-09&quot;:19.77},{&quot;2026-07-10&quot;:19.08},{&quot;2026-07-11&quot;:18.45},{&quot;2026-07-12&quot;:18.45},{&quot;2026-07-13&quot;:18.45},{&quot;2026-07-14&quot;:17.83},{&quot;2026-07-15&quot;:17.24},{&quot;2026-07-16&quot;:17.24},{&quot;2026-07-17&quot;:17.24},{&quot;2026-07-18&quot;:17.21},{&quot;2026-07-19&quot;:17.21},{&quot;2026-07-20&quot;:17.42},{&quot;2026-07-21&quot;:17.42},{&quot;2026-07-23&quot;:17.42},{&quot;2026-07-25&quot;:17.33},{&quot;2026-07-26&quot;:17.39},{&quot;2026-07-27&quot;:17.45},{&quot;2026-07-29&quot;:17.25},{&quot;2026-07-30&quot;:17.28},{&quot;2026-07-31&quot;:17.18},{&quot;2026-08-01&quot;:17.18},{&quot;2026-08-02&quot;:17.15},{&quot;2026-08-03&quot;:17.15},{&quot;2026-08-04&quot;:17.23},{&quot;2026-08-05&quot;:17.18},{&quot;2026-08-07&quot;:17.22},{&quot;2026-08-08&quot;:17.22},{&quot;2026-08-09&quot;:17.22},{&quot;2026-08-10&quot;:17.28},{&quot;2026-08-11&quot;:17.2},{&quot;2026-08-12&quot;:17.2},{&quot;2026-08-13&quot;:17.24},{&quot;2026-08-14&quot;:17.24},{&quot;2026-08-15&quot;:17.24},{&quot;2026-08-16&quot;:17.03},{&quot;2026-08-17&quot;:17.03},{&quot;2026-08-18&quot;:16.59},{&quot;2026-08-19&quot;:16.69},{&quot;2026-08-20&quot;:16.69},{&quot;2026-08-21&quot;:16.69},{&quot;2026-08-22&quot;:16.57},{&quot;2026-08-23&quot;:16.57},{&quot;2026-08-24&quot;:16.65},{&quot;2026-08-25&quot;:16.65},{&quot;2026-08-26&quot;:16.6},{&quot;2026-08-27&quot;:16.96},{&quot;2026-08-28&quot;:16.91},{&quot;2026-08-29&quot;:16.91},{&quot;2026-08-30&quot;:16.79},{&quot;2026-08-31&quot;:16.79},{&quot;2026-09-01&quot;:16.79},{&quot;2026-09-02&quot;:16.8},{&quot;2026-09-03&quot;:16.76},{&quot;2026-09-04&quot;:16.76},{&quot;2026-09-05&quot;:16.77},{&quot;2026-09-06&quot;:16.77},{&quot;2026-09-07&quot;:16.77},{&quot;2026-09-08&quot;:16.73},{&quot;2026-09-09&quot;:16.73},{&quot;2026-09-10&quot;:16.67},{&quot;2026-09-11&quot;:16.67}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            No Mercy
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="No Mercy" src="https://cards.scryfall.io/large/front/7/2/7295eb82-8785-4a5f-ba64-0a0b5cb77d3f.jpg?1783918330" />
    </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">
                $16.61
              </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">
                $23.62
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:25.38},{&quot;2026-06-14&quot;:25.38},{&quot;2026-06-15&quot;:25.38},{&quot;2026-06-16&quot;:25.38},{&quot;2026-06-17&quot;:25.38},{&quot;2026-06-18&quot;:25.38},{&quot;2026-06-19&quot;:25.29},{&quot;2026-06-20&quot;:25.48},{&quot;2026-06-21&quot;:25.48},{&quot;2026-06-22&quot;:25.48},{&quot;2026-06-23&quot;:25.48},{&quot;2026-06-24&quot;:25.48},{&quot;2026-06-25&quot;:25.48},{&quot;2026-06-26&quot;:25.48},{&quot;2026-06-27&quot;:25.48},{&quot;2026-06-28&quot;:25.48},{&quot;2026-06-29&quot;:25.48},{&quot;2026-06-30&quot;:25.48},{&quot;2026-07-01&quot;:25.48},{&quot;2026-07-02&quot;:25.68},{&quot;2026-07-03&quot;:25.68},{&quot;2026-07-04&quot;:25.68},{&quot;2026-07-05&quot;:25.68},{&quot;2026-07-06&quot;:25.68},{&quot;2026-07-07&quot;:25.8},{&quot;2026-07-08&quot;:25.8},{&quot;2026-07-09&quot;:25.8},{&quot;2026-07-10&quot;:25.75},{&quot;2026-07-11&quot;:25.75},{&quot;2026-07-12&quot;:25.84},{&quot;2026-07-13&quot;:25.84},{&quot;2026-07-14&quot;:25.84},{&quot;2026-07-15&quot;:25.84},{&quot;2026-07-16&quot;:25.84},{&quot;2026-07-17&quot;:25.84},{&quot;2026-07-18&quot;:25.84},{&quot;2026-07-19&quot;:25.84},{&quot;2026-07-20&quot;:25.84},{&quot;2026-07-21&quot;:25.84},{&quot;2026-07-22&quot;:25.84},{&quot;2026-07-23&quot;:25.84},{&quot;2026-07-24&quot;:25.71},{&quot;2026-07-25&quot;:25.71},{&quot;2026-07-26&quot;:25.71},{&quot;2026-07-27&quot;:25.71},{&quot;2026-07-28&quot;:25.71},{&quot;2026-07-29&quot;:25.71},{&quot;2026-07-30&quot;:25.71},{&quot;2026-07-31&quot;:25.6},{&quot;2026-08-01&quot;:25.6},{&quot;2026-08-02&quot;:25.6},{&quot;2026-08-03&quot;:25.51},{&quot;2026-08-04&quot;:25.51},{&quot;2026-08-05&quot;:25.51},{&quot;2026-08-07&quot;:25.51},{&quot;2026-08-08&quot;:25.51},{&quot;2026-08-09&quot;:25.51},{&quot;2026-08-10&quot;:25.38},{&quot;2026-08-11&quot;:25.45},{&quot;2026-08-12&quot;:25.45},{&quot;2026-08-13&quot;:25.45},{&quot;2026-08-14&quot;:25.45},{&quot;2026-08-15&quot;:25.45},{&quot;2026-08-16&quot;:25.45},{&quot;2026-08-17&quot;:25.45},{&quot;2026-08-18&quot;:25.45},{&quot;2026-08-19&quot;:25.45},{&quot;2026-08-20&quot;:25.38},{&quot;2026-08-21&quot;:25.38},{&quot;2026-08-22&quot;:25.16},{&quot;2026-08-23&quot;:25.16},{&quot;2026-08-24&quot;:25.16},{&quot;2026-08-25&quot;:24.94},{&quot;2026-08-26&quot;:24.94},{&quot;2026-08-27&quot;:24.94},{&quot;2026-08-28&quot;:24.94},{&quot;2026-08-29&quot;:24.94},{&quot;2026-08-30&quot;:24.71},{&quot;2026-08-31&quot;:24.71},{&quot;2026-09-01&quot;:24.44},{&quot;2026-09-02&quot;:24.44},{&quot;2026-09-03&quot;:24.04},{&quot;2026-09-04&quot;:24.04},{&quot;2026-09-05&quot;:23.9},{&quot;2026-09-06&quot;:23.9},{&quot;2026-09-07&quot;:23.9},{&quot;2026-09-08&quot;:23.62},{&quot;2026-09-09&quot;:23.62},{&quot;2026-09-10&quot;:23.62},{&quot;2026-09-11&quot;:23.62}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:20.75},{&quot;2026-06-14&quot;:20.73},{&quot;2026-06-15&quot;:20.34},{&quot;2026-06-16&quot;:20.23},{&quot;2026-06-17&quot;:20.16},{&quot;2026-06-18&quot;:20.6},{&quot;2026-06-19&quot;:20.56},{&quot;2026-06-20&quot;:20.45},{&quot;2026-06-21&quot;:20.19},{&quot;2026-06-22&quot;:20.33},{&quot;2026-06-23&quot;:20.3},{&quot;2026-06-24&quot;:20.42},{&quot;2026-06-25&quot;:20.44},{&quot;2026-06-26&quot;:20.55},{&quot;2026-06-27&quot;:20.55},{&quot;2026-06-28&quot;:20.46},{&quot;2026-06-29&quot;:20.37},{&quot;2026-06-30&quot;:20.39},{&quot;2026-07-01&quot;:20.36},{&quot;2026-07-02&quot;:20.44},{&quot;2026-07-03&quot;:20.44},{&quot;2026-07-04&quot;:20.44},{&quot;2026-07-05&quot;:20.44},{&quot;2026-07-06&quot;:20.56},{&quot;2026-07-07&quot;:20.64},{&quot;2026-07-08&quot;:20.64},{&quot;2026-07-09&quot;:20.64},{&quot;2026-07-10&quot;:20.64},{&quot;2026-07-11&quot;:20.73},{&quot;2026-07-12&quot;:20.65},{&quot;2026-07-13&quot;:20.65},{&quot;2026-07-14&quot;:20.65},{&quot;2026-07-15&quot;:20.65},{&quot;2026-07-16&quot;:20.65},{&quot;2026-07-17&quot;:20.68},{&quot;2026-07-18&quot;:20.68},{&quot;2026-07-19&quot;:20.42},{&quot;2026-07-20&quot;:20.42},{&quot;2026-07-21&quot;:20.32},{&quot;2026-07-22&quot;:20.32},{&quot;2026-07-23&quot;:20.05},{&quot;2026-07-24&quot;:20.05},{&quot;2026-07-25&quot;:19.89},{&quot;2026-07-26&quot;:19.89},{&quot;2026-07-27&quot;:19.87},{&quot;2026-07-28&quot;:19.87},{&quot;2026-07-29&quot;:19.87},{&quot;2026-07-30&quot;:19.87},{&quot;2026-07-31&quot;:19.52},{&quot;2026-08-01&quot;:19.52},{&quot;2026-08-02&quot;:19.52},{&quot;2026-08-03&quot;:19.39},{&quot;2026-08-04&quot;:18.97},{&quot;2026-08-05&quot;:18.65},{&quot;2026-08-07&quot;:18.57},{&quot;2026-08-08&quot;:18.57},{&quot;2026-08-09&quot;:18.2},{&quot;2026-08-10&quot;:18.2},{&quot;2026-08-11&quot;:18.2},{&quot;2026-08-12&quot;:17.6},{&quot;2026-08-13&quot;:17.41},{&quot;2026-08-14&quot;:16.81},{&quot;2026-08-15&quot;:16.58},{&quot;2026-08-16&quot;:16.59},{&quot;2026-08-17&quot;:16.59},{&quot;2026-08-18&quot;:16.33},{&quot;2026-08-19&quot;:16.16},{&quot;2026-08-20&quot;:16.16},{&quot;2026-08-21&quot;:16.01},{&quot;2026-08-22&quot;:16.13},{&quot;2026-08-23&quot;:15.88},{&quot;2026-08-24&quot;:15.98},{&quot;2026-08-25&quot;:15.94},{&quot;2026-08-26&quot;:16.28},{&quot;2026-08-27&quot;:16.17},{&quot;2026-08-28&quot;:16.17},{&quot;2026-08-29&quot;:16.17},{&quot;2026-08-30&quot;:16.17},{&quot;2026-08-31&quot;:16.44},{&quot;2026-09-01&quot;:16.7},{&quot;2026-09-02&quot;:16.61},{&quot;2026-09-03&quot;:16.45},{&quot;2026-09-04&quot;:16.55},{&quot;2026-09-05&quot;:16.58},{&quot;2026-09-06&quot;:16.44},{&quot;2026-09-07&quot;:16.37},{&quot;2026-09-08&quot;:16.4},{&quot;2026-09-09&quot;:16.5},{&quot;2026-09-10&quot;:16.59},{&quot;2026-09-11&quot;:16.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Sliver Hivelord
        </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 — Sliver</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><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sliver Hivelord" src="https://cards.scryfall.io/large/front/d/6/d6d04bfc-bbd0-4df9-9fa8-42ad13655e9a.jpg?1783931786" />
    </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">
                $16.61
              </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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.84},{&quot;2026-06-14&quot;:16.77},{&quot;2026-06-15&quot;:16.77},{&quot;2026-06-16&quot;:16.77},{&quot;2026-06-17&quot;:16.64},{&quot;2026-06-18&quot;:16.76},{&quot;2026-06-19&quot;:16.76},{&quot;2026-06-20&quot;:16.92},{&quot;2026-06-21&quot;:16.92},{&quot;2026-06-22&quot;:16.92},{&quot;2026-06-23&quot;:16.91},{&quot;2026-06-24&quot;:16.99},{&quot;2026-06-25&quot;:16.96},{&quot;2026-06-26&quot;:16.96},{&quot;2026-06-27&quot;:16.96},{&quot;2026-06-28&quot;:17.06},{&quot;2026-06-29&quot;:17.06},{&quot;2026-06-30&quot;:17.08},{&quot;2026-07-01&quot;:17.11},{&quot;2026-07-02&quot;:17.25},{&quot;2026-07-03&quot;:17.26},{&quot;2026-07-04&quot;:17.3},{&quot;2026-07-05&quot;:17.3},{&quot;2026-07-06&quot;:17.3},{&quot;2026-07-07&quot;:17.15},{&quot;2026-07-08&quot;:17.18},{&quot;2026-07-09&quot;:17.21},{&quot;2026-07-10&quot;:17.21},{&quot;2026-07-11&quot;:17.21},{&quot;2026-07-12&quot;:17.17},{&quot;2026-07-13&quot;:17.22},{&quot;2026-07-14&quot;:17.17},{&quot;2026-07-15&quot;:17.17},{&quot;2026-07-16&quot;:17.09},{&quot;2026-07-17&quot;:16.66},{&quot;2026-07-18&quot;:16.44},{&quot;2026-07-19&quot;:16.07},{&quot;2026-07-20&quot;:16.07},{&quot;2026-07-21&quot;:16.01},{&quot;2026-07-22&quot;:16.01},{&quot;2026-07-23&quot;:15.94},{&quot;2026-07-24&quot;:15.94},{&quot;2026-07-25&quot;:15.9},{&quot;2026-07-26&quot;:15.63},{&quot;2026-07-27&quot;:15.72},{&quot;2026-07-28&quot;:15.68},{&quot;2026-07-29&quot;:15.89},{&quot;2026-07-30&quot;:15.86},{&quot;2026-07-31&quot;:15.86},{&quot;2026-08-01&quot;:15.86},{&quot;2026-08-02&quot;:15.75},{&quot;2026-08-03&quot;:15.72},{&quot;2026-08-04&quot;:15.72},{&quot;2026-08-05&quot;:15.72},{&quot;2026-08-07&quot;:15.9},{&quot;2026-08-08&quot;:15.9},{&quot;2026-08-09&quot;:15.9},{&quot;2026-08-10&quot;:15.92},{&quot;2026-08-11&quot;:15.82},{&quot;2026-08-12&quot;:15.81},{&quot;2026-08-13&quot;:15.81},{&quot;2026-08-14&quot;:15.76},{&quot;2026-08-15&quot;:15.94},{&quot;2026-08-16&quot;:16.12},{&quot;2026-08-17&quot;:16.1},{&quot;2026-08-18&quot;:16.1},{&quot;2026-08-19&quot;:16.04},{&quot;2026-08-20&quot;:16.04},{&quot;2026-08-21&quot;:16.06},{&quot;2026-08-22&quot;:16.09},{&quot;2026-08-23&quot;:15.97},{&quot;2026-08-24&quot;:15.98},{&quot;2026-08-25&quot;:15.98},{&quot;2026-08-26&quot;:15.99},{&quot;2026-08-27&quot;:15.99},{&quot;2026-08-28&quot;:15.99},{&quot;2026-08-29&quot;:15.99},{&quot;2026-08-30&quot;:15.99},{&quot;2026-08-31&quot;:15.99},{&quot;2026-09-01&quot;:16.06},{&quot;2026-09-02&quot;:16.06},{&quot;2026-09-03&quot;:16.16},{&quot;2026-09-04&quot;:16.41},{&quot;2026-09-05&quot;:16.49},{&quot;2026-09-06&quot;:16.51},{&quot;2026-09-07&quot;:16.47},{&quot;2026-09-08&quot;:16.47},{&quot;2026-09-09&quot;:16.49},{&quot;2026-09-10&quot;:16.61},{&quot;2026-09-11&quot;:16.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="21227"
  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">
            Muldrotha, the Gravetide
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Muldrotha, the Gravetide" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/76f7d02a-7b83-4444-ac65-1661637183ee.jpg?1783921758" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Muldrotha, the Gravetide
        </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 — Elemental Avatar</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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Muldrotha, the Gravetide" src="https://cards.scryfall.io/large/front/7/6/76f7d02a-7b83-4444-ac65-1661637183ee.jpg?1783921758" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:17.85},{&quot;2026-06-12&quot;:17.9},{&quot;2026-06-13&quot;:17.9},{&quot;2026-06-14&quot;:17.9},{&quot;2026-06-15&quot;:17.9},{&quot;2026-06-16&quot;:17.9},{&quot;2026-06-17&quot;:17.9},{&quot;2026-06-18&quot;:17.9},{&quot;2026-06-19&quot;:17.9},{&quot;2026-06-20&quot;:17.9},{&quot;2026-06-21&quot;:17.9},{&quot;2026-06-22&quot;:18.01},{&quot;2026-06-23&quot;:18.22},{&quot;2026-06-24&quot;:18.35},{&quot;2026-06-25&quot;:18.35},{&quot;2026-06-26&quot;:18.35},{&quot;2026-06-27&quot;:18.35},{&quot;2026-06-28&quot;:18.35},{&quot;2026-06-29&quot;:18.35},{&quot;2026-06-30&quot;:18.35},{&quot;2026-07-01&quot;:18.35},{&quot;2026-07-02&quot;:18.35},{&quot;2026-07-03&quot;:18.35},{&quot;2026-07-04&quot;:18.35},{&quot;2026-07-05&quot;:18.35},{&quot;2026-07-06&quot;:18.45},{&quot;2026-07-07&quot;:18.45},{&quot;2026-07-08&quot;:18.45},{&quot;2026-07-09&quot;:18.46},{&quot;2026-07-10&quot;:18.46},{&quot;2026-07-11&quot;:18.46},{&quot;2026-07-12&quot;:18.46},{&quot;2026-07-13&quot;:18.46},{&quot;2026-07-14&quot;:18.52},{&quot;2026-07-15&quot;:18.61},{&quot;2026-07-16&quot;:18.61},{&quot;2026-07-17&quot;:18.61},{&quot;2026-07-18&quot;:18.65},{&quot;2026-07-19&quot;:18.65},{&quot;2026-07-20&quot;:18.65},{&quot;2026-07-21&quot;:18.65},{&quot;2026-07-23&quot;:18.65},{&quot;2026-07-25&quot;:18.65},{&quot;2026-07-26&quot;:18.65},{&quot;2026-07-27&quot;:18.83},{&quot;2026-07-28&quot;:18.83},{&quot;2026-07-29&quot;:18.83},{&quot;2026-07-30&quot;:18.83},{&quot;2026-07-31&quot;:18.83},{&quot;2026-08-01&quot;:18.83},{&quot;2026-08-02&quot;:18.83},{&quot;2026-08-03&quot;:18.86},{&quot;2026-08-04&quot;:18.86},{&quot;2026-08-05&quot;:18.86},{&quot;2026-08-07&quot;:18.92},{&quot;2026-08-08&quot;:18.92},{&quot;2026-08-09&quot;:18.92},{&quot;2026-08-10&quot;:18.92},{&quot;2026-08-11&quot;:18.92},{&quot;2026-08-12&quot;:18.92},{&quot;2026-08-13&quot;:18.92},{&quot;2026-08-14&quot;:18.92},{&quot;2026-08-15&quot;:18.92},{&quot;2026-08-16&quot;:19.31},{&quot;2026-08-17&quot;:19.31},{&quot;2026-08-18&quot;:19.31},{&quot;2026-08-19&quot;:19.31},{&quot;2026-08-20&quot;:19.31},{&quot;2026-08-21&quot;:19.31},{&quot;2026-08-22&quot;:19.31},{&quot;2026-08-23&quot;:19.27},{&quot;2026-08-24&quot;:19.27},{&quot;2026-08-25&quot;:19.27},{&quot;2026-08-26&quot;:19.27},{&quot;2026-08-27&quot;:19.27},{&quot;2026-08-28&quot;:19.27},{&quot;2026-08-29&quot;:19.27},{&quot;2026-08-30&quot;:19.3},{&quot;2026-08-31&quot;:19.3},{&quot;2026-09-01&quot;:19.3},{&quot;2026-09-02&quot;:19.26},{&quot;2026-09-03&quot;:19.26},{&quot;2026-09-04&quot;:19.26},{&quot;2026-09-05&quot;:19.19},{&quot;2026-09-06&quot;:19.19},{&quot;2026-09-07&quot;:19.19},{&quot;2026-09-08&quot;:19.19},{&quot;2026-09-09&quot;:19.18},{&quot;2026-09-10&quot;:19.18},{&quot;2026-09-11&quot;:19.18}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:16.62},{&quot;2026-06-12&quot;:16.62},{&quot;2026-06-13&quot;:16.68},{&quot;2026-06-14&quot;:16.71},{&quot;2026-06-15&quot;:16.71},{&quot;2026-06-16&quot;:16.71},{&quot;2026-06-17&quot;:16.78},{&quot;2026-06-18&quot;:16.78},{&quot;2026-06-19&quot;:16.83},{&quot;2026-06-20&quot;:16.83},{&quot;2026-06-21&quot;:16.83},{&quot;2026-06-22&quot;:16.87},{&quot;2026-06-23&quot;:17.01},{&quot;2026-06-24&quot;:17.01},{&quot;2026-06-25&quot;:17.16},{&quot;2026-06-26&quot;:17.16},{&quot;2026-06-27&quot;:17.27},{&quot;2026-06-28&quot;:17.27},{&quot;2026-06-29&quot;:17.1},{&quot;2026-06-30&quot;:16.95},{&quot;2026-07-01&quot;:16.95},{&quot;2026-07-02&quot;:16.95},{&quot;2026-07-03&quot;:16.88},{&quot;2026-07-04&quot;:16.88},{&quot;2026-07-05&quot;:16.88},{&quot;2026-07-06&quot;:16.88},{&quot;2026-07-07&quot;:16.88},{&quot;2026-07-08&quot;:16.88},{&quot;2026-07-09&quot;:16.81},{&quot;2026-07-10&quot;:16.75},{&quot;2026-07-11&quot;:16.51},{&quot;2026-07-12&quot;:16.51},{&quot;2026-07-13&quot;:16.18},{&quot;2026-07-14&quot;:16.24},{&quot;2026-07-15&quot;:16.24},{&quot;2026-07-16&quot;:16.24},{&quot;2026-07-17&quot;:16.24},{&quot;2026-07-18&quot;:16.24},{&quot;2026-07-19&quot;:16.24},{&quot;2026-07-20&quot;:16.24},{&quot;2026-07-21&quot;:16.3},{&quot;2026-07-23&quot;:16.3},{&quot;2026-07-25&quot;:16.3},{&quot;2026-07-26&quot;:16.3},{&quot;2026-07-27&quot;:16.3},{&quot;2026-07-28&quot;:16.3},{&quot;2026-07-29&quot;:16.3},{&quot;2026-07-30&quot;:16.3},{&quot;2026-07-31&quot;:16.3},{&quot;2026-08-01&quot;:16.34},{&quot;2026-08-02&quot;:16.34},{&quot;2026-08-03&quot;:16.33},{&quot;2026-08-04&quot;:16.33},{&quot;2026-08-05&quot;:16.33},{&quot;2026-08-07&quot;:16.33},{&quot;2026-08-08&quot;:16.33},{&quot;2026-08-09&quot;:16.33},{&quot;2026-08-10&quot;:16.33},{&quot;2026-08-11&quot;:16.4},{&quot;2026-08-12&quot;:16.32},{&quot;2026-08-13&quot;:16.32},{&quot;2026-08-14&quot;:16.32},{&quot;2026-08-15&quot;:16.32},{&quot;2026-08-16&quot;:16.32},{&quot;2026-08-17&quot;:16.32},{&quot;2026-08-18&quot;:16.4},{&quot;2026-08-19&quot;:16.23},{&quot;2026-08-20&quot;:16.23},{&quot;2026-08-21&quot;:16.28},{&quot;2026-08-22&quot;:16.28},{&quot;2026-08-23&quot;:16.18},{&quot;2026-08-24&quot;:16.18},{&quot;2026-08-25&quot;:16.18},{&quot;2026-08-26&quot;:16.18},{&quot;2026-08-27&quot;:16.18},{&quot;2026-08-28&quot;:16.18},{&quot;2026-08-29&quot;:16.18},{&quot;2026-08-30&quot;:16.18},{&quot;2026-08-31&quot;:16.09},{&quot;2026-09-01&quot;:16.09},{&quot;2026-09-02&quot;:16.09},{&quot;2026-09-03&quot;:16.07},{&quot;2026-09-04&quot;:16.15},{&quot;2026-09-05&quot;:16.15},{&quot;2026-09-06&quot;:16.15},{&quot;2026-09-07&quot;:16.15},{&quot;2026-09-08&quot;:16.36},{&quot;2026-09-09&quot;:16.36},{&quot;2026-09-10&quot;:16.57},{&quot;2026-09-11&quot;:16.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ashnod&#39;s Altar" src="https://cards.scryfall.io/large/front/6/8/6851553c-641d-4015-9fab-a9b235a155fa.jpg?1783919773" />
    </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">
                $16.50
              </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">
                $29.29
              </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">$14.00</span>
              <span class="text-xs text-grey-text">Credit: $18.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-13&quot;:27.88},{&quot;2026-06-14&quot;:27.88},{&quot;2026-06-15&quot;:27.88},{&quot;2026-06-16&quot;:27.88},{&quot;2026-06-17&quot;:27.88},{&quot;2026-06-18&quot;:27.88},{&quot;2026-06-19&quot;:27.88},{&quot;2026-06-20&quot;:27.88},{&quot;2026-06-21&quot;:27.88},{&quot;2026-06-22&quot;:27.88},{&quot;2026-06-23&quot;:27.88},{&quot;2026-06-24&quot;:27.88},{&quot;2026-06-25&quot;:27.88},{&quot;2026-06-26&quot;:27.88},{&quot;2026-06-27&quot;:27.74},{&quot;2026-06-28&quot;:27.74},{&quot;2026-06-29&quot;:27.74},{&quot;2026-06-30&quot;:27.74},{&quot;2026-07-01&quot;:27.74},{&quot;2026-07-02&quot;:27.74},{&quot;2026-07-03&quot;:27.74},{&quot;2026-07-04&quot;:27.74},{&quot;2026-07-05&quot;:27.78},{&quot;2026-07-06&quot;:27.92},{&quot;2026-07-07&quot;:27.9},{&quot;2026-07-08&quot;:27.9},{&quot;2026-07-09&quot;:27.9},{&quot;2026-07-10&quot;:27.9},{&quot;2026-07-11&quot;:28.02},{&quot;2026-07-12&quot;:28.48},{&quot;2026-07-13&quot;:28.48},{&quot;2026-07-14&quot;:28.48},{&quot;2026-07-15&quot;:28.48},{&quot;2026-07-16&quot;:28.55},{&quot;2026-07-17&quot;:28.55},{&quot;2026-07-18&quot;:28.65},{&quot;2026-07-19&quot;:28.65},{&quot;2026-07-20&quot;:28.96},{&quot;2026-07-21&quot;:28.96},{&quot;2026-07-22&quot;:28.96},{&quot;2026-07-23&quot;:28.96},{&quot;2026-07-24&quot;:28.96},{&quot;2026-07-25&quot;:28.96},{&quot;2026-07-26&quot;:28.96},{&quot;2026-07-27&quot;:28.96},{&quot;2026-07-28&quot;:28.96},{&quot;2026-07-29&quot;:29.03},{&quot;2026-07-30&quot;:29.03},{&quot;2026-07-31&quot;:29.03},{&quot;2026-08-01&quot;:29.1},{&quot;2026-08-02&quot;:29.1},{&quot;2026-08-03&quot;:29.1},{&quot;2026-08-04&quot;:29.1},{&quot;2026-08-05&quot;:29.1},{&quot;2026-08-07&quot;:29.15},{&quot;2026-08-08&quot;:28.93},{&quot;2026-08-09&quot;:28.93},{&quot;2026-08-10&quot;:28.57},{&quot;2026-08-11&quot;:28.65},{&quot;2026-08-12&quot;:28.65},{&quot;2026-08-13&quot;:28.65},{&quot;2026-08-14&quot;:28.22},{&quot;2026-08-15&quot;:28.22},{&quot;2026-08-16&quot;:28.22},{&quot;2026-08-17&quot;:28.22},{&quot;2026-08-18&quot;:28.22},{&quot;2026-08-19&quot;:28.22},{&quot;2026-08-20&quot;:28.22},{&quot;2026-08-21&quot;:28.22},{&quot;2026-08-22&quot;:28.32},{&quot;2026-08-23&quot;:28.2},{&quot;2026-08-24&quot;:27.97},{&quot;2026-08-25&quot;:27.97},{&quot;2026-08-26&quot;:27.97},{&quot;2026-08-27&quot;:27.97},{&quot;2026-08-28&quot;:28.1},{&quot;2026-08-29&quot;:28.1},{&quot;2026-08-30&quot;:28.1},{&quot;2026-08-31&quot;:28.2},{&quot;2026-09-01&quot;:28.3},{&quot;2026-09-02&quot;:28.8},{&quot;2026-09-03&quot;:28.8},{&quot;2026-09-04&quot;:28.8},{&quot;2026-09-05&quot;:28.8},{&quot;2026-09-06&quot;:29.29},{&quot;2026-09-07&quot;:29.29},{&quot;2026-09-08&quot;:29.29},{&quot;2026-09-09&quot;:29.29},{&quot;2026-09-10&quot;:29.29},{&quot;2026-09-11&quot;:29.29}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:19.07},{&quot;2026-06-14&quot;:19.07},{&quot;2026-06-15&quot;:19.24},{&quot;2026-06-16&quot;:19.24},{&quot;2026-06-17&quot;:19.24},{&quot;2026-06-18&quot;:19.24},{&quot;2026-06-19&quot;:19.24},{&quot;2026-06-20&quot;:19.24},{&quot;2026-06-21&quot;:19.24},{&quot;2026-06-22&quot;:18.59},{&quot;2026-06-23&quot;:18.81},{&quot;2026-06-24&quot;:18.81},{&quot;2026-06-25&quot;:18.81},{&quot;2026-06-26&quot;:18.81},{&quot;2026-06-27&quot;:19.04},{&quot;2026-06-28&quot;:19.18},{&quot;2026-06-29&quot;:19.18},{&quot;2026-06-30&quot;:19.18},{&quot;2026-07-01&quot;:19.18},{&quot;2026-07-02&quot;:19.12},{&quot;2026-07-03&quot;:19.12},{&quot;2026-07-04&quot;:19.12},{&quot;2026-07-05&quot;:19.12},{&quot;2026-07-06&quot;:19.01},{&quot;2026-07-07&quot;:19.01},{&quot;2026-07-08&quot;:19.01},{&quot;2026-07-09&quot;:19.01},{&quot;2026-07-10&quot;:18.92},{&quot;2026-07-11&quot;:18.68},{&quot;2026-07-12&quot;:18.68},{&quot;2026-07-13&quot;:18.59},{&quot;2026-07-14&quot;:18.55},{&quot;2026-07-15&quot;:18.53},{&quot;2026-07-16&quot;:18.25},{&quot;2026-07-17&quot;:18.2},{&quot;2026-07-18&quot;:18.2},{&quot;2026-07-19&quot;:18.2},{&quot;2026-07-20&quot;:18.2},{&quot;2026-07-21&quot;:18.2},{&quot;2026-07-22&quot;:18.2},{&quot;2026-07-23&quot;:18.2},{&quot;2026-07-24&quot;:18.08},{&quot;2026-07-25&quot;:18.12},{&quot;2026-07-26&quot;:18.0},{&quot;2026-07-27&quot;:17.81},{&quot;2026-07-28&quot;:17.81},{&quot;2026-07-29&quot;:17.21},{&quot;2026-07-30&quot;:17.21},{&quot;2026-07-31&quot;:17.21},{&quot;2026-08-01&quot;:17.13},{&quot;2026-08-02&quot;:17.15},{&quot;2026-08-03&quot;:16.79},{&quot;2026-08-04&quot;:16.79},{&quot;2026-08-05&quot;:16.79},{&quot;2026-08-07&quot;:16.86},{&quot;2026-08-08&quot;:16.86},{&quot;2026-08-09&quot;:16.86},{&quot;2026-08-10&quot;:16.85},{&quot;2026-08-11&quot;:16.87},{&quot;2026-08-12&quot;:16.87},{&quot;2026-08-13&quot;:16.86},{&quot;2026-08-14&quot;:16.82},{&quot;2026-08-15&quot;:16.71},{&quot;2026-08-16&quot;:16.71},{&quot;2026-08-17&quot;:16.8},{&quot;2026-08-18&quot;:16.8},{&quot;2026-08-19&quot;:16.43},{&quot;2026-08-20&quot;:16.43},{&quot;2026-08-21&quot;:16.3},{&quot;2026-08-22&quot;:16.28},{&quot;2026-08-23&quot;:16.28},{&quot;2026-08-24&quot;:16.28},{&quot;2026-08-25&quot;:16.28},{&quot;2026-08-26&quot;:16.28},{&quot;2026-08-27&quot;:16.28},{&quot;2026-08-28&quot;:16.67},{&quot;2026-08-29&quot;:16.67},{&quot;2026-08-30&quot;:16.67},{&quot;2026-08-31&quot;:16.67},{&quot;2026-09-01&quot;:16.47},{&quot;2026-09-02&quot;:16.61},{&quot;2026-09-03&quot;:16.6},{&quot;2026-09-04&quot;:16.6},{&quot;2026-09-05&quot;:16.51},{&quot;2026-09-06&quot;:16.54},{&quot;2026-09-07&quot;:16.47},{&quot;2026-09-08&quot;:16.52},{&quot;2026-09-09&quot;:16.52},{&quot;2026-09-10&quot;:16.38},{&quot;2026-09-11&quot;:16.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Imperial Recruiter" src="https://cards.scryfall.io/large/front/c/e/ce0dbf20-bb76-4f4b-960f-68bbb99bde33.jpg?1783926770" />
    </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">
                $16.49
              </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">
                $33.05
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:29.6},{&quot;2026-06-13&quot;:29.67},{&quot;2026-06-14&quot;:29.88},{&quot;2026-06-15&quot;:29.88},{&quot;2026-06-16&quot;:29.88},{&quot;2026-06-17&quot;:29.88},{&quot;2026-06-18&quot;:30.13},{&quot;2026-06-19&quot;:30.13},{&quot;2026-06-20&quot;:30.13},{&quot;2026-06-21&quot;:30.13},{&quot;2026-06-22&quot;:30.13},{&quot;2026-06-23&quot;:30.13},{&quot;2026-06-24&quot;:30.13},{&quot;2026-06-25&quot;:30.13},{&quot;2026-06-26&quot;:30.13},{&quot;2026-06-27&quot;:30.13},{&quot;2026-06-28&quot;:30.13},{&quot;2026-06-29&quot;:30.13},{&quot;2026-06-30&quot;:30.13},{&quot;2026-07-01&quot;:30.13},{&quot;2026-07-02&quot;:30.13},{&quot;2026-07-03&quot;:30.13},{&quot;2026-07-04&quot;:30.13},{&quot;2026-07-05&quot;:30.48},{&quot;2026-07-06&quot;:31.4},{&quot;2026-07-07&quot;:31.4},{&quot;2026-07-08&quot;:31.4},{&quot;2026-07-09&quot;:31.4},{&quot;2026-07-10&quot;:31.4},{&quot;2026-07-11&quot;:31.4},{&quot;2026-07-12&quot;:31.4},{&quot;2026-07-13&quot;:31.4},{&quot;2026-07-14&quot;:31.4},{&quot;2026-07-15&quot;:31.86},{&quot;2026-07-16&quot;:31.86},{&quot;2026-07-17&quot;:31.86},{&quot;2026-07-18&quot;:31.86},{&quot;2026-07-19&quot;:32.1},{&quot;2026-07-20&quot;:32.1},{&quot;2026-07-21&quot;:32.04},{&quot;2026-07-23&quot;:32.16},{&quot;2026-07-24&quot;:32.16},{&quot;2026-07-25&quot;:32.16},{&quot;2026-07-26&quot;:32.16},{&quot;2026-07-27&quot;:32.29},{&quot;2026-07-28&quot;:32.29},{&quot;2026-07-29&quot;:32.29},{&quot;2026-07-30&quot;:32.29},{&quot;2026-07-31&quot;:32.3},{&quot;2026-08-01&quot;:32.3},{&quot;2026-08-02&quot;:32.3},{&quot;2026-08-03&quot;:32.3},{&quot;2026-08-04&quot;:32.3},{&quot;2026-08-05&quot;:32.48},{&quot;2026-08-07&quot;:32.7},{&quot;2026-08-08&quot;:32.7},{&quot;2026-08-09&quot;:32.7},{&quot;2026-08-10&quot;:32.7},{&quot;2026-08-11&quot;:32.15},{&quot;2026-08-12&quot;:32.15},{&quot;2026-08-13&quot;:31.68},{&quot;2026-08-14&quot;:31.68},{&quot;2026-08-15&quot;:31.68},{&quot;2026-08-16&quot;:31.68},{&quot;2026-08-17&quot;:31.68},{&quot;2026-08-18&quot;:31.68},{&quot;2026-08-19&quot;:31.68},{&quot;2026-08-20&quot;:31.68},{&quot;2026-08-21&quot;:31.73},{&quot;2026-08-22&quot;:31.73},{&quot;2026-08-23&quot;:31.73},{&quot;2026-08-24&quot;:31.73},{&quot;2026-08-25&quot;:31.73},{&quot;2026-08-26&quot;:32.2},{&quot;2026-08-27&quot;:32.2},{&quot;2026-08-28&quot;:31.88},{&quot;2026-08-29&quot;:31.88},{&quot;2026-08-30&quot;:32.7},{&quot;2026-08-31&quot;:32.7},{&quot;2026-09-01&quot;:32.72},{&quot;2026-09-02&quot;:32.72},{&quot;2026-09-03&quot;:32.72},{&quot;2026-09-04&quot;:32.72},{&quot;2026-09-05&quot;:33.05},{&quot;2026-09-06&quot;:33.05},{&quot;2026-09-07&quot;:33.05},{&quot;2026-09-08&quot;:33.05},{&quot;2026-09-09&quot;:33.05},{&quot;2026-09-10&quot;:33.05},{&quot;2026-09-11&quot;:33.05}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:16.65},{&quot;2026-06-13&quot;:16.65},{&quot;2026-06-14&quot;:16.72},{&quot;2026-06-15&quot;:16.72},{&quot;2026-06-16&quot;:16.59},{&quot;2026-06-17&quot;:16.91},{&quot;2026-06-18&quot;:17.2},{&quot;2026-06-19&quot;:17.63},{&quot;2026-06-20&quot;:17.7},{&quot;2026-06-21&quot;:17.55},{&quot;2026-06-22&quot;:17.59},{&quot;2026-06-23&quot;:17.59},{&quot;2026-06-24&quot;:17.69},{&quot;2026-06-25&quot;:17.74},{&quot;2026-06-26&quot;:17.86},{&quot;2026-06-27&quot;:17.79},{&quot;2026-06-28&quot;:17.79},{&quot;2026-06-29&quot;:17.94},{&quot;2026-06-30&quot;:18.21},{&quot;2026-07-01&quot;:18.21},{&quot;2026-07-02&quot;:18.32},{&quot;2026-07-03&quot;:18.32},{&quot;2026-07-04&quot;:18.32},{&quot;2026-07-05&quot;:18.32},{&quot;2026-07-06&quot;:18.32},{&quot;2026-07-07&quot;:18.32},{&quot;2026-07-08&quot;:18.32},{&quot;2026-07-09&quot;:18.32},{&quot;2026-07-10&quot;:18.35},{&quot;2026-07-11&quot;:18.28},{&quot;2026-07-12&quot;:18.39},{&quot;2026-07-13&quot;:18.3},{&quot;2026-07-14&quot;:18.32},{&quot;2026-07-15&quot;:18.13},{&quot;2026-07-16&quot;:18.19},{&quot;2026-07-17&quot;:18.19},{&quot;2026-07-18&quot;:18.19},{&quot;2026-07-19&quot;:18.19},{&quot;2026-07-20&quot;:18.19},{&quot;2026-07-21&quot;:18.19},{&quot;2026-07-23&quot;:18.1},{&quot;2026-07-24&quot;:18.1},{&quot;2026-07-25&quot;:18.25},{&quot;2026-07-26&quot;:18.23},{&quot;2026-07-27&quot;:18.16},{&quot;2026-07-28&quot;:18.16},{&quot;2026-07-29&quot;:18.16},{&quot;2026-07-30&quot;:18.12},{&quot;2026-07-31&quot;:18.14},{&quot;2026-08-01&quot;:18.13},{&quot;2026-08-02&quot;:18.13},{&quot;2026-08-03&quot;:18.05},{&quot;2026-08-04&quot;:18.08},{&quot;2026-08-05&quot;:18.08},{&quot;2026-08-07&quot;:18.05},{&quot;2026-08-08&quot;:18.27},{&quot;2026-08-09&quot;:18.27},{&quot;2026-08-10&quot;:18.27},{&quot;2026-08-11&quot;:18.28},{&quot;2026-08-12&quot;:18.28},{&quot;2026-08-13&quot;:18.19},{&quot;2026-08-14&quot;:18.3},{&quot;2026-08-15&quot;:18.25},{&quot;2026-08-16&quot;:18.11},{&quot;2026-08-17&quot;:18.11},{&quot;2026-08-18&quot;:18.11},{&quot;2026-08-19&quot;:18.03},{&quot;2026-08-20&quot;:18.03},{&quot;2026-08-21&quot;:18.01},{&quot;2026-08-22&quot;:17.94},{&quot;2026-08-23&quot;:17.83},{&quot;2026-08-24&quot;:17.83},{&quot;2026-08-25&quot;:17.83},{&quot;2026-08-26&quot;:17.83},{&quot;2026-08-27&quot;:17.68},{&quot;2026-08-28&quot;:17.46},{&quot;2026-08-29&quot;:17.46},{&quot;2026-08-30&quot;:17.13},{&quot;2026-08-31&quot;:16.94},{&quot;2026-09-01&quot;:16.94},{&quot;2026-09-02&quot;:16.75},{&quot;2026-09-03&quot;:16.33},{&quot;2026-09-04&quot;:16.34},{&quot;2026-09-05&quot;:16.52},{&quot;2026-09-06&quot;:16.58},{&quot;2026-09-07&quot;:16.27},{&quot;2026-09-08&quot;:16.03},{&quot;2026-09-09&quot;:16.24},{&quot;2026-09-10&quot;:16.24},{&quot;2026-09-11&quot;:16.49}]}"
        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="95626"
  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-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">
            Giott, King of the Dwarves
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.49
          </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="Giott, King of the Dwarves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e5220843-4964-4abe-b397-a909be8ed8e0.jpg?1783906465" />

        <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">
            Giott, King of the Dwarves
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Dwarf Noble</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="Giott, King of the Dwarves" src="https://cards.scryfall.io/large/front/e/5/e5220843-4964-4abe-b397-a909be8ed8e0.jpg?1783906465" />
    </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">
                $5.60
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:5.48},{&quot;2026-06-13&quot;:5.48},{&quot;2026-06-14&quot;:5.56},{&quot;2026-06-15&quot;:5.56},{&quot;2026-06-16&quot;:5.72},{&quot;2026-06-17&quot;:5.72},{&quot;2026-06-18&quot;:5.75},{&quot;2026-06-19&quot;:5.75},{&quot;2026-06-20&quot;:5.75},{&quot;2026-06-21&quot;:5.75},{&quot;2026-06-22&quot;:5.75},{&quot;2026-06-23&quot;:5.75},{&quot;2026-06-24&quot;:5.75},{&quot;2026-06-25&quot;:5.75},{&quot;2026-06-26&quot;:5.75},{&quot;2026-06-27&quot;:5.75},{&quot;2026-06-28&quot;:5.84},{&quot;2026-06-29&quot;:5.84},{&quot;2026-06-30&quot;:5.92},{&quot;2026-07-01&quot;:5.92},{&quot;2026-07-02&quot;:5.92},{&quot;2026-07-03&quot;:5.92},{&quot;2026-07-04&quot;:5.92},{&quot;2026-07-05&quot;:6.0},{&quot;2026-07-06&quot;:6.16},{&quot;2026-07-07&quot;:6.16},{&quot;2026-07-08&quot;:6.16},{&quot;2026-07-09&quot;:6.16},{&quot;2026-07-10&quot;:6.16},{&quot;2026-07-11&quot;:6.16},{&quot;2026-07-12&quot;:6.16},{&quot;2026-07-13&quot;:6.59},{&quot;2026-07-14&quot;:6.97},{&quot;2026-07-15&quot;:7.35},{&quot;2026-07-16&quot;:7.35},{&quot;2026-07-17&quot;:7.35},{&quot;2026-07-18&quot;:7.35},{&quot;2026-07-19&quot;:7.35},{&quot;2026-07-20&quot;:7.35},{&quot;2026-07-21&quot;:7.35},{&quot;2026-07-23&quot;:7.35},{&quot;2026-07-24&quot;:7.35},{&quot;2026-07-25&quot;:7.35},{&quot;2026-07-26&quot;:7.35},{&quot;2026-07-27&quot;:7.35},{&quot;2026-07-28&quot;:7.35},{&quot;2026-07-29&quot;:7.35},{&quot;2026-07-30&quot;:8.01},{&quot;2026-07-31&quot;:8.01},{&quot;2026-08-01&quot;:8.01},{&quot;2026-08-02&quot;:8.01},{&quot;2026-08-03&quot;:8.45},{&quot;2026-08-04&quot;:8.45},{&quot;2026-08-05&quot;:8.45},{&quot;2026-08-07&quot;:10.0},{&quot;2026-08-08&quot;:11.45},{&quot;2026-08-09&quot;:11.74},{&quot;2026-08-10&quot;:11.74},{&quot;2026-08-11&quot;:11.74},{&quot;2026-08-12&quot;:11.74},{&quot;2026-08-13&quot;:11.74},{&quot;2026-08-14&quot;:11.74},{&quot;2026-08-15&quot;:12.38},{&quot;2026-08-16&quot;:12.38},{&quot;2026-08-17&quot;:12.38},{&quot;2026-08-18&quot;:12.38},{&quot;2026-08-19&quot;:12.38},{&quot;2026-08-20&quot;:12.38},{&quot;2026-08-21&quot;:12.38},{&quot;2026-08-22&quot;:12.38},{&quot;2026-08-23&quot;:12.38},{&quot;2026-08-24&quot;:12.38},{&quot;2026-08-25&quot;:12.38},{&quot;2026-08-26&quot;:16.03},{&quot;2026-08-27&quot;:16.03},{&quot;2026-08-28&quot;:16.03},{&quot;2026-08-29&quot;:16.03},{&quot;2026-08-30&quot;:16.03},{&quot;2026-08-31&quot;:16.49},{&quot;2026-09-01&quot;:16.49},{&quot;2026-09-02&quot;:16.49},{&quot;2026-09-03&quot;:16.49},{&quot;2026-09-04&quot;:16.49},{&quot;2026-09-05&quot;:16.49},{&quot;2026-09-06&quot;:16.49},{&quot;2026-09-07&quot;:16.49},{&quot;2026-09-08&quot;:16.49},{&quot;2026-09-09&quot;:16.49},{&quot;2026-09-10&quot;:16.49},{&quot;2026-09-11&quot;:16.49}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.75},{&quot;2026-06-13&quot;:0.72},{&quot;2026-06-14&quot;:0.72},{&quot;2026-06-15&quot;:0.76},{&quot;2026-06-16&quot;:0.74},{&quot;2026-06-17&quot;:0.74},{&quot;2026-06-18&quot;:0.74},{&quot;2026-06-19&quot;:0.74},{&quot;2026-06-20&quot;:0.78},{&quot;2026-06-21&quot;:0.77},{&quot;2026-06-22&quot;:0.77},{&quot;2026-06-23&quot;:0.78},{&quot;2026-06-24&quot;:0.75},{&quot;2026-06-25&quot;:0.75},{&quot;2026-06-26&quot;:0.75},{&quot;2026-06-27&quot;:0.75},{&quot;2026-06-28&quot;:0.75},{&quot;2026-06-29&quot;:0.74},{&quot;2026-06-30&quot;:0.74},{&quot;2026-07-01&quot;:0.73},{&quot;2026-07-02&quot;:0.71},{&quot;2026-07-03&quot;:0.7},{&quot;2026-07-04&quot;:0.7},{&quot;2026-07-05&quot;:0.7},{&quot;2026-07-06&quot;:0.7},{&quot;2026-07-07&quot;:0.71},{&quot;2026-07-08&quot;:1.15},{&quot;2026-07-09&quot;:1.15},{&quot;2026-07-10&quot;:1.18},{&quot;2026-07-11&quot;:1.31},{&quot;2026-07-12&quot;:1.41},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.42},{&quot;2026-07-15&quot;:1.42},{&quot;2026-07-16&quot;:1.43},{&quot;2026-07-17&quot;:1.45},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-23&quot;:2.12},{&quot;2026-07-24&quot;:1.98},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:1.98},{&quot;2026-07-27&quot;:1.95},{&quot;2026-07-28&quot;:1.94},{&quot;2026-07-29&quot;:1.95},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.81},{&quot;2026-08-03&quot;:1.81},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.52},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.48},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.53},{&quot;2026-08-14&quot;:1.66},{&quot;2026-08-15&quot;:2.01},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.57},{&quot;2026-08-18&quot;:2.77},{&quot;2026-08-19&quot;:2.59},{&quot;2026-08-20&quot;:2.59},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.72},{&quot;2026-08-23&quot;:2.48},{&quot;2026-08-24&quot;:2.48},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.93},{&quot;2026-08-27&quot;:3.45},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:3.37},{&quot;2026-08-31&quot;:3.76},{&quot;2026-09-01&quot;:3.76},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.78},{&quot;2026-09-04&quot;:4.67},{&quot;2026-09-05&quot;:4.33},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:4.4},{&quot;2026-09-08&quot;:5.43},{&quot;2026-09-09&quot;:4.99},{&quot;2026-09-10&quot;:5.62},{&quot;2026-09-11&quot;:5.6}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.44
          </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="Akroma&#39;s Will" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/0/608cdbdb-6f7e-438a-bab0-0e7782435f0f.jpg?1783913897" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Akroma&#39;s Will" src="https://cards.scryfall.io/large/front/6/0/608cdbdb-6f7e-438a-bab0-0e7782435f0f.jpg?1783913897" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.61},{&quot;2026-06-14&quot;:16.54},{&quot;2026-06-15&quot;:15.93},{&quot;2026-06-16&quot;:14.66},{&quot;2026-06-17&quot;:12.95},{&quot;2026-06-18&quot;:12.1},{&quot;2026-06-19&quot;:13.29},{&quot;2026-06-20&quot;:13.1},{&quot;2026-06-21&quot;:13.61},{&quot;2026-06-22&quot;:13.68},{&quot;2026-06-23&quot;:13.56},{&quot;2026-06-24&quot;:13.6},{&quot;2026-06-25&quot;:13.88},{&quot;2026-06-26&quot;:14.15},{&quot;2026-06-27&quot;:13.88},{&quot;2026-06-28&quot;:13.52},{&quot;2026-06-29&quot;:13.62},{&quot;2026-06-30&quot;:13.9},{&quot;2026-07-01&quot;:14.19},{&quot;2026-07-02&quot;:14.38},{&quot;2026-07-03&quot;:14.49},{&quot;2026-07-04&quot;:14.66},{&quot;2026-07-05&quot;:14.84},{&quot;2026-07-06&quot;:14.82},{&quot;2026-07-07&quot;:14.7},{&quot;2026-07-08&quot;:14.2},{&quot;2026-07-09&quot;:14.1},{&quot;2026-07-10&quot;:14.06},{&quot;2026-07-11&quot;:13.9},{&quot;2026-07-12&quot;:14.05},{&quot;2026-07-13&quot;:14.19},{&quot;2026-07-14&quot;:14.17},{&quot;2026-07-15&quot;:14.22},{&quot;2026-07-16&quot;:14.19},{&quot;2026-07-17&quot;:14.09},{&quot;2026-07-18&quot;:14.04},{&quot;2026-07-19&quot;:14.21},{&quot;2026-07-20&quot;:14.59},{&quot;2026-07-21&quot;:14.69},{&quot;2026-07-22&quot;:14.73},{&quot;2026-07-23&quot;:14.98},{&quot;2026-07-24&quot;:14.94},{&quot;2026-07-25&quot;:14.92},{&quot;2026-07-26&quot;:14.92},{&quot;2026-07-27&quot;:15.11},{&quot;2026-07-28&quot;:15.38},{&quot;2026-07-29&quot;:15.32},{&quot;2026-07-30&quot;:15.32},{&quot;2026-07-31&quot;:15.11},{&quot;2026-08-01&quot;:15.11},{&quot;2026-08-02&quot;:14.99},{&quot;2026-08-03&quot;:15.4},{&quot;2026-08-04&quot;:15.0},{&quot;2026-08-05&quot;:14.95},{&quot;2026-08-07&quot;:14.22},{&quot;2026-08-08&quot;:14.15},{&quot;2026-08-09&quot;:14.41},{&quot;2026-08-10&quot;:14.71},{&quot;2026-08-11&quot;:14.9},{&quot;2026-08-12&quot;:15.4},{&quot;2026-08-13&quot;:15.4},{&quot;2026-08-14&quot;:15.38},{&quot;2026-08-15&quot;:15.25},{&quot;2026-08-16&quot;:15.37},{&quot;2026-08-17&quot;:15.23},{&quot;2026-08-18&quot;:15.02},{&quot;2026-08-19&quot;:15.22},{&quot;2026-08-20&quot;:15.04},{&quot;2026-08-21&quot;:14.94},{&quot;2026-08-22&quot;:15.07},{&quot;2026-08-23&quot;:15.53},{&quot;2026-08-24&quot;:15.88},{&quot;2026-08-25&quot;:15.83},{&quot;2026-08-26&quot;:15.82},{&quot;2026-08-27&quot;:15.98},{&quot;2026-08-28&quot;:15.92},{&quot;2026-08-29&quot;:15.92},{&quot;2026-08-30&quot;:14.75},{&quot;2026-08-31&quot;:14.62},{&quot;2026-09-01&quot;:14.34},{&quot;2026-09-02&quot;:14.24},{&quot;2026-09-03&quot;:15.21},{&quot;2026-09-04&quot;:15.41},{&quot;2026-09-05&quot;:16.04},{&quot;2026-09-06&quot;:15.89},{&quot;2026-09-07&quot;:16.33},{&quot;2026-09-08&quot;:16.7},{&quot;2026-09-09&quot;:16.68},{&quot;2026-09-10&quot;:16.79},{&quot;2026-09-11&quot;:16.44}]}"
        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="13783"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.43
          </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="Passionate Archaeologist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bd5bbfa6-e5f4-413d-b132-ebae32d38657.jpg?1783922513" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Passionate Archaeologist" src="https://cards.scryfall.io/large/front/b/d/bd5bbfa6-e5f4-413d-b132-ebae32d38657.jpg?1783922513" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:16.95},{&quot;2026-06-12&quot;:16.96},{&quot;2026-06-13&quot;:16.96},{&quot;2026-06-14&quot;:16.96},{&quot;2026-06-15&quot;:16.96},{&quot;2026-06-16&quot;:17.22},{&quot;2026-06-17&quot;:17.35},{&quot;2026-06-18&quot;:17.35},{&quot;2026-06-19&quot;:17.35},{&quot;2026-06-20&quot;:17.35},{&quot;2026-06-21&quot;:17.52},{&quot;2026-06-22&quot;:17.65},{&quot;2026-06-23&quot;:17.74},{&quot;2026-06-24&quot;:18.03},{&quot;2026-06-25&quot;:18.03},{&quot;2026-06-26&quot;:18.03},{&quot;2026-06-27&quot;:18.07},{&quot;2026-06-28&quot;:18.08},{&quot;2026-06-29&quot;:18.24},{&quot;2026-06-30&quot;:18.24},{&quot;2026-07-01&quot;:18.24},{&quot;2026-07-02&quot;:18.08},{&quot;2026-07-03&quot;:18.08},{&quot;2026-07-04&quot;:17.75},{&quot;2026-07-05&quot;:17.42},{&quot;2026-07-06&quot;:17.18},{&quot;2026-07-07&quot;:17.02},{&quot;2026-07-08&quot;:17.19},{&quot;2026-07-09&quot;:16.99},{&quot;2026-07-10&quot;:17.35},{&quot;2026-07-11&quot;:17.24},{&quot;2026-07-12&quot;:17.24},{&quot;2026-07-13&quot;:16.8},{&quot;2026-07-14&quot;:16.64},{&quot;2026-07-15&quot;:16.8},{&quot;2026-07-16&quot;:16.8},{&quot;2026-07-17&quot;:16.99},{&quot;2026-07-18&quot;:17.0},{&quot;2026-07-19&quot;:16.94},{&quot;2026-07-20&quot;:16.93},{&quot;2026-07-21&quot;:16.82},{&quot;2026-07-23&quot;:16.89},{&quot;2026-07-25&quot;:16.85},{&quot;2026-07-26&quot;:16.64},{&quot;2026-07-27&quot;:16.85},{&quot;2026-07-28&quot;:16.47},{&quot;2026-07-29&quot;:16.27},{&quot;2026-07-30&quot;:15.9},{&quot;2026-07-31&quot;:15.8},{&quot;2026-08-01&quot;:15.97},{&quot;2026-08-02&quot;:16.32},{&quot;2026-08-03&quot;:16.0},{&quot;2026-08-04&quot;:16.0},{&quot;2026-08-05&quot;:15.89},{&quot;2026-08-07&quot;:15.37},{&quot;2026-08-08&quot;:15.37},{&quot;2026-08-09&quot;:15.34},{&quot;2026-08-10&quot;:15.48},{&quot;2026-08-11&quot;:15.64},{&quot;2026-08-12&quot;:15.47},{&quot;2026-08-13&quot;:15.53},{&quot;2026-08-14&quot;:15.82},{&quot;2026-08-15&quot;:15.63},{&quot;2026-08-16&quot;:15.63},{&quot;2026-08-17&quot;:15.47},{&quot;2026-08-18&quot;:15.47},{&quot;2026-08-19&quot;:15.61},{&quot;2026-08-20&quot;:15.61},{&quot;2026-08-21&quot;:16.3},{&quot;2026-08-22&quot;:16.36},{&quot;2026-08-23&quot;:16.35},{&quot;2026-08-24&quot;:16.33},{&quot;2026-08-25&quot;:16.33},{&quot;2026-08-26&quot;:16.14},{&quot;2026-08-27&quot;:16.12},{&quot;2026-08-28&quot;:16.2},{&quot;2026-08-29&quot;:16.2},{&quot;2026-08-30&quot;:16.34},{&quot;2026-08-31&quot;:16.22},{&quot;2026-09-01&quot;:16.22},{&quot;2026-09-02&quot;:16.07},{&quot;2026-09-03&quot;:16.02},{&quot;2026-09-04&quot;:16.28},{&quot;2026-09-05&quot;:16.28},{&quot;2026-09-06&quot;:16.27},{&quot;2026-09-07&quot;:16.27},{&quot;2026-09-08&quot;:16.27},{&quot;2026-09-09&quot;:16.34},{&quot;2026-09-10&quot;:16.26},{&quot;2026-09-11&quot;:16.43}],&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="80899"
  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">
            Font of Mythos
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.34
          </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="Font of Mythos" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/2/72859ec4-718e-4acb-9923-d607e77f525a.jpg?1783932099" />

        <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">
            Font of Mythos
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Font of Mythos" src="https://cards.scryfall.io/large/front/7/2/72859ec4-718e-4acb-9923-d607e77f525a.jpg?1783932099" />
    </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">
                $16.34
              </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">$10.50</span>
              <span class="text-xs text-grey-text">Credit: $13.65</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.95},{&quot;2026-06-14&quot;:17.18},{&quot;2026-06-15&quot;:17.18},{&quot;2026-06-16&quot;:17.18},{&quot;2026-06-17&quot;:17.41},{&quot;2026-06-18&quot;:17.36},{&quot;2026-06-19&quot;:17.36},{&quot;2026-06-20&quot;:17.42},{&quot;2026-06-21&quot;:17.31},{&quot;2026-06-22&quot;:17.12},{&quot;2026-06-23&quot;:17.12},{&quot;2026-06-24&quot;:17.2},{&quot;2026-06-25&quot;:17.39},{&quot;2026-06-26&quot;:17.39},{&quot;2026-06-27&quot;:17.39},{&quot;2026-06-28&quot;:17.39},{&quot;2026-06-29&quot;:17.75},{&quot;2026-06-30&quot;:17.94},{&quot;2026-07-01&quot;:18.41},{&quot;2026-07-02&quot;:18.23},{&quot;2026-07-03&quot;:18.06},{&quot;2026-07-04&quot;:18.32},{&quot;2026-07-05&quot;:18.79},{&quot;2026-07-06&quot;:18.94},{&quot;2026-07-07&quot;:19.15},{&quot;2026-07-08&quot;:18.9},{&quot;2026-07-09&quot;:19.13},{&quot;2026-07-10&quot;:19.36},{&quot;2026-07-11&quot;:19.34},{&quot;2026-07-12&quot;:19.34},{&quot;2026-07-13&quot;:19.64},{&quot;2026-07-14&quot;:19.69},{&quot;2026-07-15&quot;:19.52},{&quot;2026-07-16&quot;:19.52},{&quot;2026-07-17&quot;:19.4},{&quot;2026-07-18&quot;:19.05},{&quot;2026-07-19&quot;:19.05},{&quot;2026-07-20&quot;:18.93},{&quot;2026-07-21&quot;:18.93},{&quot;2026-07-22&quot;:18.66},{&quot;2026-07-23&quot;:18.94},{&quot;2026-07-24&quot;:18.83},{&quot;2026-07-25&quot;:18.71},{&quot;2026-07-26&quot;:18.85},{&quot;2026-07-27&quot;:18.48},{&quot;2026-07-28&quot;:18.44},{&quot;2026-07-29&quot;:18.75},{&quot;2026-07-30&quot;:18.75},{&quot;2026-07-31&quot;:18.35},{&quot;2026-08-01&quot;:18.39},{&quot;2026-08-02&quot;:18.59},{&quot;2026-08-03&quot;:18.59},{&quot;2026-08-04&quot;:18.6},{&quot;2026-08-05&quot;:18.82},{&quot;2026-08-07&quot;:19.11},{&quot;2026-08-08&quot;:19.11},{&quot;2026-08-09&quot;:19.01},{&quot;2026-08-10&quot;:19.01},{&quot;2026-08-11&quot;:19.01},{&quot;2026-08-12&quot;:19.1},{&quot;2026-08-13&quot;:19.36},{&quot;2026-08-14&quot;:18.44},{&quot;2026-08-15&quot;:18.44},{&quot;2026-08-16&quot;:17.78},{&quot;2026-08-17&quot;:18.02},{&quot;2026-08-18&quot;:18.25},{&quot;2026-08-19&quot;:18.56},{&quot;2026-08-20&quot;:18.39},{&quot;2026-08-21&quot;:17.86},{&quot;2026-08-22&quot;:17.86},{&quot;2026-08-23&quot;:17.86},{&quot;2026-08-24&quot;:17.86},{&quot;2026-08-25&quot;:17.62},{&quot;2026-08-26&quot;:17.43},{&quot;2026-08-27&quot;:17.43},{&quot;2026-08-28&quot;:16.99},{&quot;2026-08-29&quot;:16.99},{&quot;2026-08-30&quot;:17.16},{&quot;2026-08-31&quot;:17.74},{&quot;2026-09-01&quot;:17.74},{&quot;2026-09-02&quot;:17.77},{&quot;2026-09-03&quot;:17.77},{&quot;2026-09-04&quot;:17.29},{&quot;2026-09-05&quot;:17.29},{&quot;2026-09-06&quot;:17.2},{&quot;2026-09-07&quot;:17.2},{&quot;2026-09-08&quot;:16.58},{&quot;2026-09-09&quot;:16.3},{&quot;2026-09-10&quot;:16.18},{&quot;2026-09-11&quot;:16.34}]}"
        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 201-250 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=4&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=4&amp;username=denvermullets" rel="prev">4</a><a role="link" aria-disabled="true" aria-current="page">5</a><a href="/load_collection?direction=asc&amp;page=6&amp;username=denvermullets" rel="next">6</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=6&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="14017"
          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">
              667
            </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>
              Vault of Champions


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13807"
          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">
              664
            </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>
              Astral Dragon


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53185"
          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">
              169
            </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-rare ss-fw ss-2x mr-4"></i>
              Pact of Negation


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20602"
          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">
              179
            </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>
              Aurelia, the Warleader


            </td>

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

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

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

                    <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">
                <div class="flex items-center gap-2">
                  $18.22

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13820"
          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">
              669
            </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>
              Black Market Connections


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Yavimaya, Cradle of Growth


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


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

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

                    <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">
                <div class="flex items-center gap-2">
                  $17.33

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Bird
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $17.29

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $13.50
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="97963"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_97963" src="/boxset_card/97963?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35198"
          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-vow ss-mythic ss-fw ss-2x mr-4"></i>
              Toxrill, the Corrosive


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Slug Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $17.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $10.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                2.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35198"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35198" src="/boxset_card/35198?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20131"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              56
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-mythic ss-fw ss-2x mr-4"></i>
              Jace, the Mind Sculptor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Jace
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $17.23

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $13.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.72
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20131"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20131" src="/boxset_card/20131?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80743"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              244
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-mythic ss-fw ss-2x mr-4"></i>
              Karakas


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $17.23

                    <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">
                $11.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">
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80743"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80743" src="/boxset_card/80743?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24177"
          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">
              202
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x mr-4"></i>
              Tyvar, the Pummeler


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $17.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $10.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="24177"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_24177" src="/boxset_card/24177?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81668"
          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">
              BNG-152
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Phenax, God of Deception


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment Creature — God
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $17.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $9.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.71
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="81668"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81668" src="/boxset_card/81668?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75643"
          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">
              181
            </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>
              Black Market Connections


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.94

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $9.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75643"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75643" src="/boxset_card/75643?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20455"
          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">
              130
            </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>
              Warrior&#39;s Oath


            </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-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">
                  $16.91

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $8.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20455"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20455" src="/boxset_card/20455?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18847"
          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">
              289
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x mr-4"></i>
              Mystical Tutor


            </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">
                  $16.90

                    <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">
                $13.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18847"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18847" src="/boxset_card/18847?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13841"
          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">
              676
            </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>
              Delayed Blast Fireball


            </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-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">
                  $16.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $10.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13841"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13841" src="/boxset_card/13841?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47223"
          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">
              2
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-mythic ss-fw ss-2x mr-4"></i>
              Wilhelt, the Rotcleaver


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Zombie 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-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.80

                    <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">
                $4.00
            </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="47223"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47223" src="/boxset_card/47223?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13804"
          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">
              663
            </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>
              Artificer Class


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Class
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.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">
                $11.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13804"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13804" src="/boxset_card/13804?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74795"
          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">
              E02-1
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Beacon of Immortality


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.71

                    <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">
                $8.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.67
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74795"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74795" src="/boxset_card/74795?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16182"
          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">
              188
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Heroic Intervention


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.69

                    <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">
                $11.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.90
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16182"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16182" src="/boxset_card/16182?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="70972"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              249
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltc ss-rare ss-fw ss-2x mr-4"></i>
              Heroic Intervention


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.69

                    <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">
                $11.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.90
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="70972"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_70972" src="/boxset_card/70972?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30629"
          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">
              363
            </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>
              Strip Mine


            </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">
                  $16.67

                    <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">
                $11.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.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30629"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30629" src="/boxset_card/30629?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19259"
          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">
              427
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-mythic ss-fw ss-2x mr-4"></i>
              No Mercy


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.61

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $10.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19259"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19259" src="/boxset_card/19259?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87650"
          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">
              M15-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-mythic ss-fw ss-2x mr-4"></i>
              Sliver Hivelord


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Sliver
            </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><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">
                  $16.61

                    <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">
                $11.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.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87650"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87650" src="/boxset_card/87650?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21227"
          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">
              384
            </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>
              Muldrotha, the Gravetide


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elemental Avatar
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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">
                  $16.57

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $8.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.90
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21227"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21227" src="/boxset_card/21227?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73105"
          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">
              67
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x mr-4"></i>
              Ashnod&#39;s Altar


            </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">
                  $16.50

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $14.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73105"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73105" src="/boxset_card/73105?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49660"
          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">
              314
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x mr-4"></i>
              Imperial Recruiter


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Advisor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.49

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $8.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.66
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49660"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49660" src="/boxset_card/49660?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95626"
          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">
              488
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Giott, King of the Dwarves


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dwarf Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.49

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95626"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95626" src="/boxset_card/95626?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75486"
          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">
              125
            </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>
              Akroma&#39;s Will


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.44

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $7.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75486"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75486" src="/boxset_card/75486?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13783"
          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">
              656
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Passionate Archaeologist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment — Background
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $10.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13783"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13783" src="/boxset_card/13783?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80899"
          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">
              CON-136
            </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>
              Font of Mythos


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $16.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $10.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.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80899"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80899" src="/boxset_card/80899?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 201-250 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=4&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=4&amp;username=denvermullets" rel="prev">4</a><a role="link" aria-disabled="true" aria-current="page">5</a><a href="/load_collection?direction=asc&amp;page=6&amp;username=denvermullets" rel="next">6</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=6&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>