<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="21000"
  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">
            Nim Deathmantle
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.30
          </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="Nim Deathmantle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/787b1cc8-42b4-4d3e-9b8a-a252de297b1a.jpg?1783921789" />

        <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">
            Nim Deathmantle
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nim Deathmantle" src="https://cards.scryfall.io/large/front/7/8/787b1cc8-42b4-4d3e-9b8a-a252de297b1a.jpg?1783921789" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.25},{&quot;2026-06-14&quot;:5.25},{&quot;2026-06-15&quot;:5.25},{&quot;2026-06-16&quot;:5.25},{&quot;2026-06-17&quot;:5.25},{&quot;2026-06-18&quot;:5.25},{&quot;2026-06-19&quot;:5.25},{&quot;2026-06-20&quot;:5.25},{&quot;2026-06-21&quot;:5.25},{&quot;2026-06-22&quot;:5.25},{&quot;2026-06-23&quot;:5.27},{&quot;2026-06-24&quot;:5.27},{&quot;2026-06-25&quot;:5.27},{&quot;2026-06-26&quot;:5.27},{&quot;2026-06-27&quot;:5.25},{&quot;2026-06-28&quot;:5.25},{&quot;2026-06-29&quot;:5.25},{&quot;2026-06-30&quot;:5.25},{&quot;2026-07-01&quot;:5.32},{&quot;2026-07-02&quot;:5.39},{&quot;2026-07-03&quot;:5.39},{&quot;2026-07-04&quot;:5.43},{&quot;2026-07-05&quot;:5.44},{&quot;2026-07-06&quot;:5.44},{&quot;2026-07-07&quot;:5.44},{&quot;2026-07-08&quot;:5.42},{&quot;2026-07-09&quot;:5.42},{&quot;2026-07-10&quot;:5.52},{&quot;2026-07-11&quot;:5.52},{&quot;2026-07-12&quot;:5.67},{&quot;2026-07-13&quot;:5.67},{&quot;2026-07-14&quot;:5.73},{&quot;2026-07-15&quot;:5.73},{&quot;2026-07-16&quot;:5.73},{&quot;2026-07-17&quot;:5.73},{&quot;2026-07-18&quot;:5.72},{&quot;2026-07-19&quot;:5.72},{&quot;2026-07-20&quot;:5.72},{&quot;2026-07-21&quot;:5.72},{&quot;2026-07-22&quot;:5.72},{&quot;2026-07-23&quot;:5.72},{&quot;2026-07-24&quot;:5.72},{&quot;2026-07-25&quot;:5.72},{&quot;2026-07-26&quot;:5.72},{&quot;2026-07-27&quot;:5.72},{&quot;2026-07-28&quot;:5.72},{&quot;2026-07-29&quot;:5.72},{&quot;2026-07-30&quot;:5.72},{&quot;2026-07-31&quot;:5.72},{&quot;2026-08-01&quot;:5.78},{&quot;2026-08-02&quot;:5.78},{&quot;2026-08-03&quot;:5.78},{&quot;2026-08-04&quot;:5.78},{&quot;2026-08-05&quot;:5.78},{&quot;2026-08-07&quot;:5.78},{&quot;2026-08-08&quot;:5.84},{&quot;2026-08-09&quot;:5.84},{&quot;2026-08-10&quot;:5.84},{&quot;2026-08-11&quot;:5.84},{&quot;2026-08-12&quot;:5.84},{&quot;2026-08-13&quot;:5.84},{&quot;2026-08-14&quot;:5.84},{&quot;2026-08-15&quot;:5.84},{&quot;2026-08-16&quot;:5.84},{&quot;2026-08-17&quot;:5.84},{&quot;2026-08-18&quot;:5.83},{&quot;2026-08-19&quot;:5.88},{&quot;2026-08-20&quot;:5.88},{&quot;2026-08-21&quot;:5.88},{&quot;2026-08-22&quot;:5.88},{&quot;2026-08-23&quot;:5.88},{&quot;2026-08-24&quot;:5.95},{&quot;2026-08-25&quot;:5.95},{&quot;2026-08-26&quot;:6.04},{&quot;2026-08-27&quot;:6.04},{&quot;2026-08-28&quot;:6.04},{&quot;2026-08-29&quot;:6.04},{&quot;2026-08-30&quot;:6.04},{&quot;2026-08-31&quot;:6.04},{&quot;2026-09-01&quot;:6.04},{&quot;2026-09-02&quot;:6.04},{&quot;2026-09-03&quot;:6.04},{&quot;2026-09-04&quot;:6.04},{&quot;2026-09-05&quot;:6.04},{&quot;2026-09-06&quot;:6.04},{&quot;2026-09-07&quot;:6.04},{&quot;2026-09-08&quot;:6.04},{&quot;2026-09-09&quot;:5.96},{&quot;2026-09-10&quot;:5.96},{&quot;2026-09-11&quot;:6.0}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.05},{&quot;2026-06-14&quot;:4.99},{&quot;2026-06-15&quot;:4.89},{&quot;2026-06-16&quot;:4.89},{&quot;2026-06-17&quot;:4.89},{&quot;2026-06-18&quot;:4.89},{&quot;2026-06-19&quot;:4.82},{&quot;2026-06-20&quot;:4.82},{&quot;2026-06-21&quot;:4.87},{&quot;2026-06-22&quot;:4.9},{&quot;2026-06-23&quot;:4.9},{&quot;2026-06-24&quot;:4.78},{&quot;2026-06-25&quot;:5.04},{&quot;2026-06-26&quot;:5.18},{&quot;2026-06-27&quot;:5.26},{&quot;2026-06-28&quot;:5.4},{&quot;2026-06-29&quot;:5.4},{&quot;2026-06-30&quot;:5.62},{&quot;2026-07-01&quot;:5.5},{&quot;2026-07-02&quot;:5.55},{&quot;2026-07-03&quot;:5.56},{&quot;2026-07-04&quot;:5.56},{&quot;2026-07-05&quot;:5.41},{&quot;2026-07-06&quot;:5.41},{&quot;2026-07-07&quot;:5.44},{&quot;2026-07-08&quot;:5.44},{&quot;2026-07-09&quot;:5.36},{&quot;2026-07-10&quot;:5.25},{&quot;2026-07-11&quot;:5.34},{&quot;2026-07-12&quot;:5.24},{&quot;2026-07-13&quot;:5.19},{&quot;2026-07-14&quot;:5.09},{&quot;2026-07-15&quot;:5.04},{&quot;2026-07-16&quot;:5.06},{&quot;2026-07-17&quot;:4.82},{&quot;2026-07-18&quot;:4.82},{&quot;2026-07-19&quot;:4.88},{&quot;2026-07-20&quot;:4.95},{&quot;2026-07-21&quot;:4.88},{&quot;2026-07-22&quot;:4.94},{&quot;2026-07-23&quot;:4.82},{&quot;2026-07-24&quot;:4.78},{&quot;2026-07-25&quot;:4.77},{&quot;2026-07-26&quot;:4.6},{&quot;2026-07-27&quot;:4.58},{&quot;2026-07-28&quot;:4.62},{&quot;2026-07-29&quot;:4.65},{&quot;2026-07-30&quot;:4.73},{&quot;2026-07-31&quot;:4.76},{&quot;2026-08-01&quot;:4.82},{&quot;2026-08-02&quot;:4.86},{&quot;2026-08-03&quot;:4.85},{&quot;2026-08-04&quot;:4.9},{&quot;2026-08-05&quot;:4.91},{&quot;2026-08-07&quot;:4.86},{&quot;2026-08-08&quot;:4.96},{&quot;2026-08-09&quot;:4.96},{&quot;2026-08-10&quot;:4.91},{&quot;2026-08-11&quot;:4.91},{&quot;2026-08-12&quot;:4.91},{&quot;2026-08-13&quot;:4.85},{&quot;2026-08-14&quot;:4.9},{&quot;2026-08-15&quot;:4.9},{&quot;2026-08-16&quot;:4.9},{&quot;2026-08-17&quot;:5.09},{&quot;2026-08-18&quot;:5.17},{&quot;2026-08-19&quot;:5.17},{&quot;2026-08-20&quot;:5.25},{&quot;2026-08-21&quot;:5.46},{&quot;2026-08-22&quot;:5.55},{&quot;2026-08-23&quot;:5.69},{&quot;2026-08-24&quot;:5.67},{&quot;2026-08-25&quot;:5.75},{&quot;2026-08-26&quot;:5.77},{&quot;2026-08-27&quot;:5.65},{&quot;2026-08-28&quot;:5.52},{&quot;2026-08-29&quot;:5.52},{&quot;2026-08-30&quot;:5.54},{&quot;2026-08-31&quot;:5.41},{&quot;2026-09-01&quot;:5.5},{&quot;2026-09-02&quot;:5.38},{&quot;2026-09-03&quot;:5.21},{&quot;2026-09-04&quot;:5.14},{&quot;2026-09-05&quot;:5.19},{&quot;2026-09-06&quot;:5.13},{&quot;2026-09-07&quot;:5.08},{&quot;2026-09-08&quot;:5.08},{&quot;2026-09-09&quot;:5.15},{&quot;2026-09-10&quot;:5.24},{&quot;2026-09-11&quot;:5.3}]}"
        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="74515"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Ephemerate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d562bd6e-6e13-4309-bf80-3c10570741bf.jpg?1783932397" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Ephemerate" src="https://cards.scryfall.io/large/front/d/5/d562bd6e-6e13-4309-bf80-3c10570741bf.jpg?1783932397" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.1},{&quot;2026-06-11&quot;:6.11},{&quot;2026-06-12&quot;:6.08},{&quot;2026-06-13&quot;:5.95},{&quot;2026-06-14&quot;:6.01},{&quot;2026-06-15&quot;:6.01},{&quot;2026-06-16&quot;:6.01},{&quot;2026-06-17&quot;:6.01},{&quot;2026-06-18&quot;:6.07},{&quot;2026-06-19&quot;:6.07},{&quot;2026-06-20&quot;:6.07},{&quot;2026-06-21&quot;:6.07},{&quot;2026-06-22&quot;:6.14},{&quot;2026-06-23&quot;:6.14},{&quot;2026-06-24&quot;:6.14},{&quot;2026-06-25&quot;:6.14},{&quot;2026-06-26&quot;:6.14},{&quot;2026-06-27&quot;:6.14},{&quot;2026-06-28&quot;:6.14},{&quot;2026-06-29&quot;:6.16},{&quot;2026-06-30&quot;:6.13},{&quot;2026-07-01&quot;:6.13},{&quot;2026-07-02&quot;:6.17},{&quot;2026-07-03&quot;:6.17},{&quot;2026-07-04&quot;:6.11},{&quot;2026-07-05&quot;:6.17},{&quot;2026-07-06&quot;:6.17},{&quot;2026-07-07&quot;:6.1},{&quot;2026-07-08&quot;:6.1},{&quot;2026-07-09&quot;:6.1},{&quot;2026-07-10&quot;:6.1},{&quot;2026-07-11&quot;:6.16},{&quot;2026-07-12&quot;:6.12},{&quot;2026-07-13&quot;:6.12},{&quot;2026-07-14&quot;:5.94},{&quot;2026-07-15&quot;:5.94},{&quot;2026-07-16&quot;:5.94},{&quot;2026-07-17&quot;:5.94},{&quot;2026-07-18&quot;:5.87},{&quot;2026-07-19&quot;:5.82},{&quot;2026-07-20&quot;:5.86},{&quot;2026-07-21&quot;:5.81},{&quot;2026-07-23&quot;:5.75},{&quot;2026-07-25&quot;:5.75},{&quot;2026-07-26&quot;:5.75},{&quot;2026-07-27&quot;:5.75},{&quot;2026-07-29&quot;:5.75},{&quot;2026-07-30&quot;:5.71},{&quot;2026-07-31&quot;:5.71},{&quot;2026-08-01&quot;:5.71},{&quot;2026-08-02&quot;:5.61},{&quot;2026-08-03&quot;:5.52},{&quot;2026-08-04&quot;:5.4},{&quot;2026-08-05&quot;:5.4},{&quot;2026-08-07&quot;:5.36},{&quot;2026-08-08&quot;:5.3},{&quot;2026-08-09&quot;:5.24},{&quot;2026-08-10&quot;:5.24},{&quot;2026-08-11&quot;:5.2},{&quot;2026-08-12&quot;:5.22},{&quot;2026-08-13&quot;:5.19},{&quot;2026-08-14&quot;:5.19},{&quot;2026-08-15&quot;:5.19},{&quot;2026-08-16&quot;:5.19},{&quot;2026-08-17&quot;:5.19},{&quot;2026-08-18&quot;:5.19},{&quot;2026-08-19&quot;:5.19},{&quot;2026-08-20&quot;:5.19},{&quot;2026-08-21&quot;:5.2},{&quot;2026-08-22&quot;:5.2},{&quot;2026-08-23&quot;:5.2},{&quot;2026-08-24&quot;:5.21},{&quot;2026-08-25&quot;:5.21},{&quot;2026-08-26&quot;:5.17},{&quot;2026-08-27&quot;:5.15},{&quot;2026-08-28&quot;:5.19},{&quot;2026-08-29&quot;:5.19},{&quot;2026-08-30&quot;:5.24},{&quot;2026-08-31&quot;:5.26},{&quot;2026-09-01&quot;:5.26},{&quot;2026-09-02&quot;:5.26},{&quot;2026-09-03&quot;:5.26},{&quot;2026-09-04&quot;:5.26},{&quot;2026-09-05&quot;:5.26},{&quot;2026-09-06&quot;:5.26},{&quot;2026-09-07&quot;:5.18},{&quot;2026-09-08&quot;:5.25},{&quot;2026-09-09&quot;:5.29},{&quot;2026-09-10&quot;:5.29},{&quot;2026-09-11&quot;:5.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="13895"
  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-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Path to Exile" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/1/f14c2a76-b9f5-42f2-8652-dafa5bd132cb.jpg?1783915515" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Path to Exile
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Path to Exile" src="https://cards.scryfall.io/large/front/f/1/f14c2a76-b9f5-42f2-8652-dafa5bd132cb.jpg?1783915515" />
    </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">Regular</span>

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.92},{&quot;2026-06-12&quot;:4.92},{&quot;2026-06-13&quot;:4.81},{&quot;2026-06-14&quot;:4.92},{&quot;2026-06-15&quot;:4.88},{&quot;2026-06-16&quot;:4.88},{&quot;2026-06-17&quot;:4.88},{&quot;2026-06-18&quot;:4.88},{&quot;2026-06-19&quot;:4.83},{&quot;2026-06-20&quot;:4.83},{&quot;2026-06-21&quot;:4.82},{&quot;2026-06-22&quot;:4.82},{&quot;2026-06-23&quot;:4.8},{&quot;2026-06-24&quot;:4.81},{&quot;2026-06-25&quot;:4.81},{&quot;2026-06-26&quot;:4.8},{&quot;2026-06-27&quot;:4.78},{&quot;2026-06-28&quot;:4.78},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.79},{&quot;2026-07-01&quot;:4.81},{&quot;2026-07-02&quot;:4.86},{&quot;2026-07-03&quot;:4.87},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:4.88},{&quot;2026-07-06&quot;:4.88},{&quot;2026-07-07&quot;:4.88},{&quot;2026-07-08&quot;:4.81},{&quot;2026-07-09&quot;:4.82},{&quot;2026-07-10&quot;:4.78},{&quot;2026-07-11&quot;:4.79},{&quot;2026-07-12&quot;:4.87},{&quot;2026-07-13&quot;:4.87},{&quot;2026-07-14&quot;:4.87},{&quot;2026-07-15&quot;:4.87},{&quot;2026-07-16&quot;:4.87},{&quot;2026-07-17&quot;:4.87},{&quot;2026-07-18&quot;:4.55},{&quot;2026-07-19&quot;:4.54},{&quot;2026-07-20&quot;:4.67},{&quot;2026-07-21&quot;:4.67},{&quot;2026-07-23&quot;:4.61},{&quot;2026-07-25&quot;:4.61},{&quot;2026-07-26&quot;:4.55},{&quot;2026-07-27&quot;:4.54},{&quot;2026-07-28&quot;:4.55},{&quot;2026-07-29&quot;:4.55},{&quot;2026-07-30&quot;:4.7},{&quot;2026-07-31&quot;:4.7},{&quot;2026-08-01&quot;:4.7},{&quot;2026-08-02&quot;:4.73},{&quot;2026-08-03&quot;:4.87},{&quot;2026-08-04&quot;:4.87},{&quot;2026-08-05&quot;:4.87},{&quot;2026-08-07&quot;:4.88},{&quot;2026-08-08&quot;:4.88},{&quot;2026-08-09&quot;:4.93},{&quot;2026-08-10&quot;:4.93},{&quot;2026-08-11&quot;:5.09},{&quot;2026-08-12&quot;:5.14},{&quot;2026-08-13&quot;:5.14},{&quot;2026-08-14&quot;:5.15},{&quot;2026-08-15&quot;:5.15},{&quot;2026-08-16&quot;:5.29},{&quot;2026-08-17&quot;:5.29},{&quot;2026-08-18&quot;:5.31},{&quot;2026-08-19&quot;:5.2},{&quot;2026-08-20&quot;:5.2},{&quot;2026-08-21&quot;:5.1},{&quot;2026-08-22&quot;:5.1},{&quot;2026-08-23&quot;:5.08},{&quot;2026-08-24&quot;:5.08},{&quot;2026-08-25&quot;:5.08},{&quot;2026-08-26&quot;:5.18},{&quot;2026-08-27&quot;:5.26},{&quot;2026-08-28&quot;:5.14},{&quot;2026-08-29&quot;:5.14},{&quot;2026-08-30&quot;:5.08},{&quot;2026-08-31&quot;:5.08},{&quot;2026-09-01&quot;:5.08},{&quot;2026-09-02&quot;:5.08},{&quot;2026-09-03&quot;:5.25},{&quot;2026-09-04&quot;:5.26},{&quot;2026-09-05&quot;:5.38},{&quot;2026-09-06&quot;:5.21},{&quot;2026-09-07&quot;:5.31},{&quot;2026-09-08&quot;:5.3},{&quot;2026-09-09&quot;:5.21},{&quot;2026-09-10&quot;:5.21},{&quot;2026-09-11&quot;:5.28}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.53},{&quot;2026-06-12&quot;:2.59},{&quot;2026-06-13&quot;:2.55},{&quot;2026-06-14&quot;:2.55},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.59},{&quot;2026-06-19&quot;:2.53},{&quot;2026-06-20&quot;:2.48},{&quot;2026-06-21&quot;:2.43},{&quot;2026-06-22&quot;:2.45},{&quot;2026-06-23&quot;:2.42},{&quot;2026-06-24&quot;:2.39},{&quot;2026-06-25&quot;:2.38},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.31},{&quot;2026-06-28&quot;:2.34},{&quot;2026-06-29&quot;:2.27},{&quot;2026-06-30&quot;:2.32},{&quot;2026-07-01&quot;:2.28},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.3},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.32},{&quot;2026-07-06&quot;:2.32},{&quot;2026-07-07&quot;:2.31},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.24},{&quot;2026-07-13&quot;:2.21},{&quot;2026-07-14&quot;:2.21},{&quot;2026-07-15&quot;:2.23},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.21},{&quot;2026-07-18&quot;:2.22},{&quot;2026-07-19&quot;:2.21},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.19},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:2.17},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:2.18},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.13},{&quot;2026-07-31&quot;:2.18},{&quot;2026-08-01&quot;:2.17},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.26},{&quot;2026-08-04&quot;:2.26},{&quot;2026-08-05&quot;:2.28},{&quot;2026-08-07&quot;:2.26},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.19},{&quot;2026-08-16&quot;:2.19},{&quot;2026-08-17&quot;:2.08},{&quot;2026-08-18&quot;:2.06},{&quot;2026-08-19&quot;:2.24},{&quot;2026-08-20&quot;:2.24},{&quot;2026-08-21&quot;:2.33},{&quot;2026-08-22&quot;:2.38},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.55},{&quot;2026-08-25&quot;:2.55},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.33},{&quot;2026-08-31&quot;:2.33},{&quot;2026-09-01&quot;:2.33},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.31},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.4},{&quot;2026-09-06&quot;:2.39},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.58}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Faerie 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="text-sm font-medium text-nine-white">
            $5.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="Faerie Harbinger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/9/b95b126c-9c24-4d86-90c0-30e4b5f4a438.jpg?1783915157" />

        <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">
            Faerie Harbinger
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Faerie 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-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="Faerie Harbinger" src="https://cards.scryfall.io/large/front/b/9/b95b126c-9c24-4d86-90c0-30e4b5f4a438.jpg?1783915157" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Liliana&#39;s Caress" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/8473dc6f-f413-46c1-bca3-59e3c37101c1.jpg?1783909946" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Liliana&#39;s Caress" src="https://cards.scryfall.io/large/front/8/4/8473dc6f-f413-46c1-bca3-59e3c37101c1.jpg?1783909946" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.56},{&quot;2026-06-10&quot;:5.59},{&quot;2026-06-11&quot;:5.66},{&quot;2026-06-12&quot;:5.72},{&quot;2026-06-13&quot;:5.88},{&quot;2026-06-14&quot;:5.91},{&quot;2026-06-15&quot;:5.91},{&quot;2026-06-16&quot;:5.96},{&quot;2026-06-17&quot;:6.03},{&quot;2026-06-18&quot;:6.04},{&quot;2026-06-19&quot;:6.04},{&quot;2026-06-20&quot;:6.17},{&quot;2026-06-21&quot;:6.12},{&quot;2026-06-22&quot;:6.31},{&quot;2026-06-24&quot;:6.43},{&quot;2026-06-25&quot;:6.42},{&quot;2026-06-26&quot;:6.3},{&quot;2026-06-27&quot;:6.48},{&quot;2026-06-28&quot;:6.45},{&quot;2026-06-29&quot;:6.39},{&quot;2026-06-30&quot;:6.46},{&quot;2026-07-01&quot;:6.51},{&quot;2026-07-02&quot;:6.38},{&quot;2026-07-03&quot;:6.35},{&quot;2026-07-04&quot;:6.39},{&quot;2026-07-05&quot;:6.52},{&quot;2026-07-06&quot;:6.59},{&quot;2026-07-07&quot;:6.59},{&quot;2026-07-08&quot;:6.56},{&quot;2026-07-09&quot;:6.54},{&quot;2026-07-10&quot;:6.54},{&quot;2026-07-11&quot;:6.54},{&quot;2026-07-12&quot;:6.54},{&quot;2026-07-13&quot;:6.5},{&quot;2026-07-14&quot;:6.57},{&quot;2026-07-15&quot;:6.57},{&quot;2026-07-16&quot;:6.57},{&quot;2026-07-17&quot;:6.57},{&quot;2026-07-18&quot;:6.57},{&quot;2026-07-19&quot;:6.57},{&quot;2026-07-20&quot;:6.58},{&quot;2026-07-21&quot;:6.65},{&quot;2026-07-23&quot;:6.59},{&quot;2026-07-25&quot;:6.59},{&quot;2026-07-26&quot;:6.55},{&quot;2026-07-27&quot;:6.56},{&quot;2026-07-29&quot;:6.55},{&quot;2026-07-30&quot;:6.56},{&quot;2026-07-31&quot;:6.53},{&quot;2026-08-01&quot;:6.5},{&quot;2026-08-02&quot;:6.44},{&quot;2026-08-03&quot;:6.32},{&quot;2026-08-04&quot;:6.12},{&quot;2026-08-05&quot;:5.92},{&quot;2026-08-07&quot;:5.64},{&quot;2026-08-08&quot;:5.64},{&quot;2026-08-09&quot;:5.24},{&quot;2026-08-10&quot;:5.23},{&quot;2026-08-11&quot;:5.08},{&quot;2026-08-12&quot;:5.07},{&quot;2026-08-13&quot;:5.07},{&quot;2026-08-14&quot;:5.03},{&quot;2026-08-15&quot;:5.06},{&quot;2026-08-16&quot;:5.05},{&quot;2026-08-17&quot;:5.05},{&quot;2026-08-18&quot;:5.07},{&quot;2026-08-19&quot;:4.93},{&quot;2026-08-20&quot;:4.93},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.89},{&quot;2026-08-23&quot;:4.89},{&quot;2026-08-24&quot;:4.89},{&quot;2026-08-25&quot;:4.89},{&quot;2026-08-26&quot;:5.03},{&quot;2026-08-27&quot;:5.03},{&quot;2026-08-28&quot;:5.04},{&quot;2026-08-29&quot;:5.04},{&quot;2026-08-30&quot;:5.12},{&quot;2026-08-31&quot;:5.16},{&quot;2026-09-01&quot;:5.16},{&quot;2026-09-02&quot;:5.32},{&quot;2026-09-03&quot;:5.35},{&quot;2026-09-04&quot;:5.31},{&quot;2026-09-05&quot;:5.31},{&quot;2026-09-06&quot;:5.3},{&quot;2026-09-07&quot;:5.27},{&quot;2026-09-08&quot;:5.37},{&quot;2026-09-09&quot;:5.36},{&quot;2026-09-10&quot;:5.27},{&quot;2026-09-11&quot;:5.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="War Room" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/48d6ce7c-5dc8-449b-acbd-db259ae687ed.jpg?1783928737" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="War Room" src="https://cards.scryfall.io/large/front/4/8/48d6ce7c-5dc8-449b-acbd-db259ae687ed.jpg?1783928737" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.38},{&quot;2026-06-14&quot;:7.38},{&quot;2026-06-15&quot;:7.38},{&quot;2026-06-16&quot;:7.38},{&quot;2026-06-17&quot;:7.38},{&quot;2026-06-18&quot;:7.46},{&quot;2026-06-19&quot;:7.46},{&quot;2026-06-20&quot;:7.46},{&quot;2026-06-21&quot;:7.46},{&quot;2026-06-22&quot;:7.46},{&quot;2026-06-23&quot;:7.46},{&quot;2026-06-24&quot;:7.46},{&quot;2026-06-25&quot;:7.46},{&quot;2026-06-26&quot;:7.46},{&quot;2026-06-27&quot;:7.46},{&quot;2026-06-28&quot;:7.46},{&quot;2026-06-29&quot;:7.46},{&quot;2026-06-30&quot;:7.36},{&quot;2026-07-01&quot;:7.36},{&quot;2026-07-02&quot;:7.36},{&quot;2026-07-03&quot;:7.36},{&quot;2026-07-04&quot;:7.36},{&quot;2026-07-05&quot;:7.36},{&quot;2026-07-06&quot;:7.36},{&quot;2026-07-07&quot;:7.36},{&quot;2026-07-08&quot;:7.36},{&quot;2026-07-09&quot;:7.36},{&quot;2026-07-10&quot;:7.36},{&quot;2026-07-11&quot;:7.36},{&quot;2026-07-12&quot;:7.37},{&quot;2026-07-13&quot;:7.37},{&quot;2026-07-14&quot;:7.37},{&quot;2026-07-15&quot;:7.37},{&quot;2026-07-16&quot;:7.24},{&quot;2026-07-17&quot;:7.24},{&quot;2026-07-18&quot;:7.24},{&quot;2026-07-19&quot;:7.2},{&quot;2026-07-20&quot;:7.2},{&quot;2026-07-21&quot;:7.22},{&quot;2026-07-22&quot;:7.22},{&quot;2026-07-23&quot;:7.24},{&quot;2026-07-24&quot;:7.24},{&quot;2026-07-25&quot;:7.24},{&quot;2026-07-26&quot;:7.24},{&quot;2026-07-27&quot;:7.24},{&quot;2026-07-28&quot;:7.24},{&quot;2026-07-29&quot;:7.24},{&quot;2026-07-30&quot;:7.19},{&quot;2026-07-31&quot;:7.19},{&quot;2026-08-01&quot;:7.19},{&quot;2026-08-02&quot;:7.19},{&quot;2026-08-03&quot;:7.19},{&quot;2026-08-04&quot;:7.19},{&quot;2026-08-05&quot;:7.15},{&quot;2026-08-07&quot;:7.15},{&quot;2026-08-08&quot;:7.15},{&quot;2026-08-09&quot;:7.15},{&quot;2026-08-10&quot;:7.15},{&quot;2026-08-11&quot;:7.15},{&quot;2026-08-12&quot;:7.15},{&quot;2026-08-13&quot;:7.15},{&quot;2026-08-14&quot;:7.14},{&quot;2026-08-15&quot;:7.14},{&quot;2026-08-16&quot;:7.16},{&quot;2026-08-17&quot;:7.16},{&quot;2026-08-18&quot;:7.17},{&quot;2026-08-19&quot;:7.17},{&quot;2026-08-20&quot;:7.17},{&quot;2026-08-21&quot;:7.17},{&quot;2026-08-22&quot;:7.16},{&quot;2026-08-23&quot;:7.16},{&quot;2026-08-24&quot;:7.14},{&quot;2026-08-25&quot;:7.14},{&quot;2026-08-26&quot;:7.14},{&quot;2026-08-27&quot;:7.17},{&quot;2026-08-28&quot;:7.17},{&quot;2026-08-29&quot;:7.17},{&quot;2026-08-30&quot;:7.14},{&quot;2026-08-31&quot;:7.14},{&quot;2026-09-01&quot;:7.14},{&quot;2026-09-02&quot;:7.14},{&quot;2026-09-03&quot;:7.25},{&quot;2026-09-04&quot;:7.25},{&quot;2026-09-05&quot;:7.25},{&quot;2026-09-06&quot;:7.25},{&quot;2026-09-07&quot;:7.31},{&quot;2026-09-08&quot;:7.31},{&quot;2026-09-09&quot;:7.31},{&quot;2026-09-10&quot;:7.31},{&quot;2026-09-11&quot;:7.31}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.0},{&quot;2026-06-14&quot;:4.46},{&quot;2026-06-15&quot;:4.36},{&quot;2026-06-16&quot;:4.46},{&quot;2026-06-17&quot;:4.2},{&quot;2026-06-18&quot;:4.08},{&quot;2026-06-19&quot;:4.33},{&quot;2026-06-20&quot;:4.4},{&quot;2026-06-21&quot;:4.13},{&quot;2026-06-22&quot;:4.33},{&quot;2026-06-23&quot;:4.31},{&quot;2026-06-24&quot;:4.61},{&quot;2026-06-25&quot;:4.61},{&quot;2026-06-26&quot;:4.7},{&quot;2026-06-27&quot;:4.77},{&quot;2026-06-28&quot;:4.76},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.63},{&quot;2026-07-01&quot;:4.57},{&quot;2026-07-02&quot;:4.57},{&quot;2026-07-03&quot;:4.51},{&quot;2026-07-04&quot;:4.52},{&quot;2026-07-05&quot;:4.24},{&quot;2026-07-06&quot;:4.12},{&quot;2026-07-07&quot;:4.14},{&quot;2026-07-08&quot;:4.12},{&quot;2026-07-09&quot;:3.9},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.59},{&quot;2026-07-12&quot;:3.75},{&quot;2026-07-13&quot;:3.93},{&quot;2026-07-14&quot;:4.03},{&quot;2026-07-15&quot;:3.97},{&quot;2026-07-16&quot;:3.93},{&quot;2026-07-17&quot;:4.09},{&quot;2026-07-18&quot;:4.15},{&quot;2026-07-19&quot;:4.01},{&quot;2026-07-20&quot;:4.15},{&quot;2026-07-21&quot;:4.24},{&quot;2026-07-22&quot;:4.36},{&quot;2026-07-23&quot;:4.49},{&quot;2026-07-24&quot;:4.95},{&quot;2026-07-25&quot;:4.84},{&quot;2026-07-26&quot;:4.83},{&quot;2026-07-27&quot;:4.88},{&quot;2026-07-28&quot;:4.93},{&quot;2026-07-29&quot;:5.06},{&quot;2026-07-30&quot;:5.06},{&quot;2026-07-31&quot;:4.82},{&quot;2026-08-01&quot;:4.77},{&quot;2026-08-02&quot;:4.76},{&quot;2026-08-03&quot;:4.87},{&quot;2026-08-04&quot;:4.87},{&quot;2026-08-05&quot;:4.83},{&quot;2026-08-07&quot;:4.87},{&quot;2026-08-08&quot;:4.79},{&quot;2026-08-09&quot;:4.84},{&quot;2026-08-10&quot;:4.76},{&quot;2026-08-11&quot;:4.83},{&quot;2026-08-12&quot;:4.73},{&quot;2026-08-13&quot;:4.63},{&quot;2026-08-14&quot;:4.48},{&quot;2026-08-15&quot;:4.46},{&quot;2026-08-16&quot;:4.45},{&quot;2026-08-17&quot;:4.41},{&quot;2026-08-18&quot;:4.57},{&quot;2026-08-19&quot;:4.65},{&quot;2026-08-20&quot;:4.58},{&quot;2026-08-21&quot;:4.45},{&quot;2026-08-22&quot;:4.75},{&quot;2026-08-23&quot;:4.71},{&quot;2026-08-24&quot;:4.75},{&quot;2026-08-25&quot;:4.72},{&quot;2026-08-26&quot;:4.76},{&quot;2026-08-27&quot;:4.73},{&quot;2026-08-28&quot;:4.83},{&quot;2026-08-29&quot;:4.83},{&quot;2026-08-30&quot;:5.07},{&quot;2026-08-31&quot;:5.07},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.86},{&quot;2026-09-03&quot;:4.86},{&quot;2026-09-04&quot;:4.87},{&quot;2026-09-05&quot;:4.8},{&quot;2026-09-06&quot;:5.0},{&quot;2026-09-07&quot;:5.2},{&quot;2026-09-08&quot;:5.17},{&quot;2026-09-09&quot;:5.16},{&quot;2026-09-10&quot;:5.22},{&quot;2026-09-11&quot;:5.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="40228"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Cosmic Intervention" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/933c4a54-5c3a-496b-aa35-edf791155d8d.jpg?1783928340" />

        <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">
            Cosmic 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-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="Cosmic Intervention" src="https://cards.scryfall.io/large/front/9/3/933c4a54-5c3a-496b-aa35-edf791155d8d.jpg?1783928340" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.76},{&quot;2026-06-12&quot;:4.91},{&quot;2026-06-13&quot;:4.77},{&quot;2026-06-14&quot;:4.78},{&quot;2026-06-15&quot;:4.73},{&quot;2026-06-16&quot;:4.57},{&quot;2026-06-17&quot;:4.59},{&quot;2026-06-18&quot;:4.59},{&quot;2026-06-19&quot;:4.58},{&quot;2026-06-20&quot;:4.75},{&quot;2026-06-21&quot;:4.75},{&quot;2026-06-22&quot;:4.69},{&quot;2026-06-23&quot;:4.66},{&quot;2026-06-24&quot;:4.71},{&quot;2026-06-25&quot;:4.71},{&quot;2026-06-26&quot;:4.85},{&quot;2026-06-27&quot;:4.85},{&quot;2026-06-28&quot;:4.89},{&quot;2026-06-29&quot;:5.05},{&quot;2026-06-30&quot;:5.06},{&quot;2026-07-01&quot;:4.92},{&quot;2026-07-02&quot;:4.88},{&quot;2026-07-03&quot;:4.88},{&quot;2026-07-04&quot;:4.99},{&quot;2026-07-05&quot;:4.99},{&quot;2026-07-06&quot;:4.92},{&quot;2026-07-07&quot;:4.89},{&quot;2026-07-08&quot;:4.89},{&quot;2026-07-09&quot;:4.95},{&quot;2026-07-10&quot;:4.95},{&quot;2026-07-11&quot;:4.95},{&quot;2026-07-12&quot;:4.95},{&quot;2026-07-13&quot;:4.78},{&quot;2026-07-14&quot;:4.76},{&quot;2026-07-15&quot;:4.47},{&quot;2026-07-16&quot;:4.43},{&quot;2026-07-17&quot;:4.34},{&quot;2026-07-18&quot;:4.23},{&quot;2026-07-19&quot;:4.17},{&quot;2026-07-20&quot;:4.18},{&quot;2026-07-21&quot;:4.04},{&quot;2026-07-23&quot;:4.05},{&quot;2026-07-25&quot;:4.07},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:4.03},{&quot;2026-07-28&quot;:4.04},{&quot;2026-07-29&quot;:4.04},{&quot;2026-07-30&quot;:4.07},{&quot;2026-07-31&quot;:4.16},{&quot;2026-08-01&quot;:4.16},{&quot;2026-08-02&quot;:4.27},{&quot;2026-08-03&quot;:4.4},{&quot;2026-08-04&quot;:4.38},{&quot;2026-08-05&quot;:4.34},{&quot;2026-08-07&quot;:4.32},{&quot;2026-08-08&quot;:4.28},{&quot;2026-08-09&quot;:4.23},{&quot;2026-08-10&quot;:4.09},{&quot;2026-08-11&quot;:4.16},{&quot;2026-08-12&quot;:4.25},{&quot;2026-08-13&quot;:4.2},{&quot;2026-08-14&quot;:4.12},{&quot;2026-08-15&quot;:4.08},{&quot;2026-08-16&quot;:4.04},{&quot;2026-08-17&quot;:4.16},{&quot;2026-08-18&quot;:4.3},{&quot;2026-08-19&quot;:4.18},{&quot;2026-08-20&quot;:4.18},{&quot;2026-08-21&quot;:5.41},{&quot;2026-08-22&quot;:5.49},{&quot;2026-08-23&quot;:5.43},{&quot;2026-08-24&quot;:5.41},{&quot;2026-08-25&quot;:5.41},{&quot;2026-08-26&quot;:5.61},{&quot;2026-08-27&quot;:5.55},{&quot;2026-08-28&quot;:5.47},{&quot;2026-08-29&quot;:5.47},{&quot;2026-08-30&quot;:5.01},{&quot;2026-08-31&quot;:5.01},{&quot;2026-09-01&quot;:5.01},{&quot;2026-09-02&quot;:5.2},{&quot;2026-09-03&quot;:5.34},{&quot;2026-09-04&quot;:5.37},{&quot;2026-09-05&quot;:5.51},{&quot;2026-09-06&quot;:5.51},{&quot;2026-09-07&quot;:5.21},{&quot;2026-09-08&quot;:5.2},{&quot;2026-09-09&quot;:5.22},{&quot;2026-09-10&quot;:5.24},{&quot;2026-09-11&quot;:5.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="10493"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $5.25
          </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="Thran Dynamo" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/907801dd-179c-4669-b608-d810a7f608fd.jpg?1783932721" />

        <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">
            Thran Dynamo
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Thran Dynamo" src="https://cards.scryfall.io/large/front/9/0/907801dd-179c-4669-b608-d810a7f608fd.jpg?1783932721" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.2},{&quot;2026-06-14&quot;:4.28},{&quot;2026-06-15&quot;:4.28},{&quot;2026-06-16&quot;:4.2},{&quot;2026-06-17&quot;:4.2},{&quot;2026-06-18&quot;:4.2},{&quot;2026-06-19&quot;:4.2},{&quot;2026-06-20&quot;:4.2},{&quot;2026-06-21&quot;:4.23},{&quot;2026-06-22&quot;:4.26},{&quot;2026-06-23&quot;:4.31},{&quot;2026-06-24&quot;:4.27},{&quot;2026-06-25&quot;:4.37},{&quot;2026-06-26&quot;:4.37},{&quot;2026-06-27&quot;:4.41},{&quot;2026-06-28&quot;:4.4},{&quot;2026-06-29&quot;:4.4},{&quot;2026-06-30&quot;:4.4},{&quot;2026-07-01&quot;:4.34},{&quot;2026-07-02&quot;:4.38},{&quot;2026-07-03&quot;:4.52},{&quot;2026-07-04&quot;:4.57},{&quot;2026-07-05&quot;:4.69},{&quot;2026-07-06&quot;:4.69},{&quot;2026-07-07&quot;:4.63},{&quot;2026-07-08&quot;:4.73},{&quot;2026-07-09&quot;:4.73},{&quot;2026-07-10&quot;:4.75},{&quot;2026-07-11&quot;:4.7},{&quot;2026-07-12&quot;:4.7},{&quot;2026-07-13&quot;:4.78},{&quot;2026-07-14&quot;:4.55},{&quot;2026-07-15&quot;:4.49},{&quot;2026-07-16&quot;:4.67},{&quot;2026-07-17&quot;:4.68},{&quot;2026-07-18&quot;:4.73},{&quot;2026-07-19&quot;:4.85},{&quot;2026-07-20&quot;:4.85},{&quot;2026-07-21&quot;:4.89},{&quot;2026-07-22&quot;:5.11},{&quot;2026-07-23&quot;:5.11},{&quot;2026-07-24&quot;:5.28},{&quot;2026-07-25&quot;:5.32},{&quot;2026-07-26&quot;:5.3},{&quot;2026-07-27&quot;:5.31},{&quot;2026-07-28&quot;:5.29},{&quot;2026-07-29&quot;:5.29},{&quot;2026-07-30&quot;:5.13},{&quot;2026-07-31&quot;:5.19},{&quot;2026-08-01&quot;:5.15},{&quot;2026-08-02&quot;:5.18},{&quot;2026-08-03&quot;:5.33},{&quot;2026-08-04&quot;:5.33},{&quot;2026-08-05&quot;:5.33},{&quot;2026-08-07&quot;:5.29},{&quot;2026-08-08&quot;:5.11},{&quot;2026-08-09&quot;:5.06},{&quot;2026-08-10&quot;:5.03},{&quot;2026-08-11&quot;:4.97},{&quot;2026-08-12&quot;:5.33},{&quot;2026-08-13&quot;:5.52},{&quot;2026-08-14&quot;:5.52},{&quot;2026-08-15&quot;:5.52},{&quot;2026-08-16&quot;:5.58},{&quot;2026-08-17&quot;:5.58},{&quot;2026-08-18&quot;:5.63},{&quot;2026-08-19&quot;:5.91},{&quot;2026-08-20&quot;:5.95},{&quot;2026-08-21&quot;:5.95},{&quot;2026-08-22&quot;:5.94},{&quot;2026-08-23&quot;:5.97},{&quot;2026-08-24&quot;:5.97},{&quot;2026-08-25&quot;:5.97},{&quot;2026-08-26&quot;:5.97},{&quot;2026-08-27&quot;:5.97},{&quot;2026-08-28&quot;:5.97},{&quot;2026-08-29&quot;:5.97},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.77},{&quot;2026-09-01&quot;:5.79},{&quot;2026-09-02&quot;:5.79},{&quot;2026-09-03&quot;:5.79},{&quot;2026-09-04&quot;:5.79},{&quot;2026-09-05&quot;:5.82},{&quot;2026-09-06&quot;:5.6},{&quot;2026-09-07&quot;:5.51},{&quot;2026-09-08&quot;:5.26},{&quot;2026-09-09&quot;:5.25},{&quot;2026-09-10&quot;:5.25},{&quot;2026-09-11&quot;:5.25}]}"
        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="74116"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.25
          </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="Elven Chorus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/616cfb94-3faf-44fe-bf04-e90643765e48.jpg?1783916271" />

        <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">
            Elven Chorus
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Elven Chorus" src="https://cards.scryfall.io/large/front/6/1/616cfb94-3faf-44fe-bf04-e90643765e48.jpg?1783916271" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.26},{&quot;2026-06-11&quot;:3.9},{&quot;2026-06-12&quot;:3.91},{&quot;2026-06-13&quot;:3.99},{&quot;2026-06-14&quot;:3.99},{&quot;2026-06-15&quot;:3.99},{&quot;2026-06-16&quot;:3.92},{&quot;2026-06-17&quot;:3.98},{&quot;2026-06-18&quot;:3.98},{&quot;2026-06-19&quot;:3.98},{&quot;2026-06-20&quot;:3.98},{&quot;2026-06-21&quot;:3.98},{&quot;2026-06-22&quot;:4.17},{&quot;2026-06-23&quot;:4.18},{&quot;2026-06-24&quot;:4.19},{&quot;2026-06-25&quot;:4.21},{&quot;2026-06-26&quot;:4.21},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:4.45},{&quot;2026-06-29&quot;:4.45},{&quot;2026-06-30&quot;:4.57},{&quot;2026-07-01&quot;:4.56},{&quot;2026-07-02&quot;:4.5},{&quot;2026-07-03&quot;:4.44},{&quot;2026-07-04&quot;:4.44},{&quot;2026-07-05&quot;:4.44},{&quot;2026-07-06&quot;:4.42},{&quot;2026-07-07&quot;:4.53},{&quot;2026-07-08&quot;:4.42},{&quot;2026-07-09&quot;:4.46},{&quot;2026-07-10&quot;:4.41},{&quot;2026-07-11&quot;:4.41},{&quot;2026-07-12&quot;:4.56},{&quot;2026-07-13&quot;:4.56},{&quot;2026-07-14&quot;:4.54},{&quot;2026-07-15&quot;:4.54},{&quot;2026-07-16&quot;:4.54},{&quot;2026-07-17&quot;:4.54},{&quot;2026-07-18&quot;:4.47},{&quot;2026-07-19&quot;:4.43},{&quot;2026-07-20&quot;:4.43},{&quot;2026-07-21&quot;:4.43},{&quot;2026-07-23&quot;:4.43},{&quot;2026-07-25&quot;:4.43},{&quot;2026-07-26&quot;:4.4},{&quot;2026-07-27&quot;:4.42},{&quot;2026-07-29&quot;:4.48},{&quot;2026-07-30&quot;:4.5},{&quot;2026-07-31&quot;:4.5},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.5},{&quot;2026-08-03&quot;:4.55},{&quot;2026-08-04&quot;:4.67},{&quot;2026-08-05&quot;:4.67},{&quot;2026-08-07&quot;:4.57},{&quot;2026-08-08&quot;:4.66},{&quot;2026-08-09&quot;:5.01},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.1},{&quot;2026-08-12&quot;:5.17},{&quot;2026-08-13&quot;:5.14},{&quot;2026-08-14&quot;:5.14},{&quot;2026-08-15&quot;:5.11},{&quot;2026-08-16&quot;:5.16},{&quot;2026-08-17&quot;:5.16},{&quot;2026-08-18&quot;:5.18},{&quot;2026-08-19&quot;:5.16},{&quot;2026-08-20&quot;:5.16},{&quot;2026-08-21&quot;:5.11},{&quot;2026-08-22&quot;:5.11},{&quot;2026-08-23&quot;:5.11},{&quot;2026-08-24&quot;:5.11},{&quot;2026-08-25&quot;:5.11},{&quot;2026-08-26&quot;:5.14},{&quot;2026-08-27&quot;:5.07},{&quot;2026-08-28&quot;:5.07},{&quot;2026-08-29&quot;:5.07},{&quot;2026-08-30&quot;:5.15},{&quot;2026-08-31&quot;:4.97},{&quot;2026-09-01&quot;:4.97},{&quot;2026-09-02&quot;:4.97},{&quot;2026-09-03&quot;:4.92},{&quot;2026-09-04&quot;:4.92},{&quot;2026-09-05&quot;:4.88},{&quot;2026-09-06&quot;:5.01},{&quot;2026-09-07&quot;:5.04},{&quot;2026-09-08&quot;:5.12},{&quot;2026-09-09&quot;:5.12},{&quot;2026-09-10&quot;:5.11},{&quot;2026-09-11&quot;:5.11}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.96},{&quot;2026-06-11&quot;:3.61},{&quot;2026-06-12&quot;:3.62},{&quot;2026-06-13&quot;:3.56},{&quot;2026-06-14&quot;:3.48},{&quot;2026-06-15&quot;:3.49},{&quot;2026-06-16&quot;:3.42},{&quot;2026-06-17&quot;:3.4},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.54},{&quot;2026-06-20&quot;:3.54},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.72},{&quot;2026-06-23&quot;:3.62},{&quot;2026-06-24&quot;:3.58},{&quot;2026-06-25&quot;:3.54},{&quot;2026-06-26&quot;:3.37},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.33},{&quot;2026-06-29&quot;:3.45},{&quot;2026-06-30&quot;:3.52},{&quot;2026-07-01&quot;:3.4},{&quot;2026-07-02&quot;:3.51},{&quot;2026-07-03&quot;:3.41},{&quot;2026-07-04&quot;:3.79},{&quot;2026-07-05&quot;:3.86},{&quot;2026-07-06&quot;:4.15},{&quot;2026-07-07&quot;:4.24},{&quot;2026-07-08&quot;:4.33},{&quot;2026-07-09&quot;:4.43},{&quot;2026-07-10&quot;:4.54},{&quot;2026-07-11&quot;:4.39},{&quot;2026-07-12&quot;:4.15},{&quot;2026-07-13&quot;:4.14},{&quot;2026-07-14&quot;:4.39},{&quot;2026-07-15&quot;:4.23},{&quot;2026-07-16&quot;:4.26},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.22},{&quot;2026-07-19&quot;:4.58},{&quot;2026-07-20&quot;:4.66},{&quot;2026-07-21&quot;:4.76},{&quot;2026-07-23&quot;:4.88},{&quot;2026-07-25&quot;:4.88},{&quot;2026-07-26&quot;:4.79},{&quot;2026-07-27&quot;:5.05},{&quot;2026-07-29&quot;:4.8},{&quot;2026-07-30&quot;:4.77},{&quot;2026-07-31&quot;:4.76},{&quot;2026-08-01&quot;:4.82},{&quot;2026-08-02&quot;:4.83},{&quot;2026-08-03&quot;:4.79},{&quot;2026-08-04&quot;:4.64},{&quot;2026-08-05&quot;:4.55},{&quot;2026-08-07&quot;:3.95},{&quot;2026-08-08&quot;:3.96},{&quot;2026-08-09&quot;:4.23},{&quot;2026-08-10&quot;:4.64},{&quot;2026-08-11&quot;:4.78},{&quot;2026-08-12&quot;:4.55},{&quot;2026-08-13&quot;:4.51},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.4},{&quot;2026-08-16&quot;:4.51},{&quot;2026-08-17&quot;:4.93},{&quot;2026-08-18&quot;:4.88},{&quot;2026-08-19&quot;:5.19},{&quot;2026-08-20&quot;:5.19},{&quot;2026-08-21&quot;:5.02},{&quot;2026-08-22&quot;:4.88},{&quot;2026-08-23&quot;:4.76},{&quot;2026-08-24&quot;:4.86},{&quot;2026-08-25&quot;:4.86},{&quot;2026-08-26&quot;:5.22},{&quot;2026-08-27&quot;:5.36},{&quot;2026-08-28&quot;:5.07},{&quot;2026-08-29&quot;:5.07},{&quot;2026-08-30&quot;:5.23},{&quot;2026-08-31&quot;:5.4},{&quot;2026-09-01&quot;:5.4},{&quot;2026-09-02&quot;:5.41},{&quot;2026-09-03&quot;:5.59},{&quot;2026-09-04&quot;:5.44},{&quot;2026-09-05&quot;:5.42},{&quot;2026-09-06&quot;:5.54},{&quot;2026-09-07&quot;:5.6},{&quot;2026-09-08&quot;:5.74},{&quot;2026-09-09&quot;:5.83},{&quot;2026-09-10&quot;:5.27},{&quot;2026-09-11&quot;:5.25}]}"
        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="14839"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Crashing Drawbridge
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Wall</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="Crashing Drawbridge" src="https://cards.scryfall.io/large/front/b/c/bc3e81f3-b456-4fe6-941d-a7f2bf4aa844.jpg?1783915411" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.73},{&quot;2026-06-14&quot;:3.73},{&quot;2026-06-15&quot;:3.73},{&quot;2026-06-16&quot;:3.73},{&quot;2026-06-17&quot;:3.63},{&quot;2026-06-18&quot;:3.66},{&quot;2026-06-19&quot;:3.69},{&quot;2026-06-20&quot;:3.77},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:4.12},{&quot;2026-06-23&quot;:4.27},{&quot;2026-06-24&quot;:4.17},{&quot;2026-06-25&quot;:4.27},{&quot;2026-06-26&quot;:4.24},{&quot;2026-06-27&quot;:4.24},{&quot;2026-06-28&quot;:4.05},{&quot;2026-06-29&quot;:4.07},{&quot;2026-06-30&quot;:4.02},{&quot;2026-07-01&quot;:4.04},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.62},{&quot;2026-07-04&quot;:4.81},{&quot;2026-07-05&quot;:4.94},{&quot;2026-07-06&quot;:4.87},{&quot;2026-07-07&quot;:4.68},{&quot;2026-07-08&quot;:4.64},{&quot;2026-07-09&quot;:4.64},{&quot;2026-07-10&quot;:4.64},{&quot;2026-07-11&quot;:4.57},{&quot;2026-07-12&quot;:4.57},{&quot;2026-07-13&quot;:4.36},{&quot;2026-07-14&quot;:4.29},{&quot;2026-07-15&quot;:4.2},{&quot;2026-07-16&quot;:4.2},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.9},{&quot;2026-07-19&quot;:3.9},{&quot;2026-07-20&quot;:3.9},{&quot;2026-07-21&quot;:3.9},{&quot;2026-07-22&quot;:3.91},{&quot;2026-07-23&quot;:3.9},{&quot;2026-07-24&quot;:3.9},{&quot;2026-07-25&quot;:3.82},{&quot;2026-07-26&quot;:3.82},{&quot;2026-07-27&quot;:3.82},{&quot;2026-07-28&quot;:3.83},{&quot;2026-07-29&quot;:3.82},{&quot;2026-07-30&quot;:4.62},{&quot;2026-07-31&quot;:5.05},{&quot;2026-08-01&quot;:5.22},{&quot;2026-08-02&quot;:5.48},{&quot;2026-08-03&quot;:5.64},{&quot;2026-08-04&quot;:5.88},{&quot;2026-08-05&quot;:5.88},{&quot;2026-08-07&quot;:5.42},{&quot;2026-08-08&quot;:5.59},{&quot;2026-08-09&quot;:5.59},{&quot;2026-08-10&quot;:5.59},{&quot;2026-08-11&quot;:5.59},{&quot;2026-08-12&quot;:5.42},{&quot;2026-08-13&quot;:5.42},{&quot;2026-08-14&quot;:5.57},{&quot;2026-08-15&quot;:5.48},{&quot;2026-08-16&quot;:5.19},{&quot;2026-08-17&quot;:4.78},{&quot;2026-08-18&quot;:4.58},{&quot;2026-08-19&quot;:4.19},{&quot;2026-08-20&quot;:4.21},{&quot;2026-08-21&quot;:4.21},{&quot;2026-08-22&quot;:4.07},{&quot;2026-08-23&quot;:4.07},{&quot;2026-08-24&quot;:4.07},{&quot;2026-08-25&quot;:4.2},{&quot;2026-08-26&quot;:4.01},{&quot;2026-08-27&quot;:4.1},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.06},{&quot;2026-08-31&quot;:4.06},{&quot;2026-09-01&quot;:4.52},{&quot;2026-09-02&quot;:4.7},{&quot;2026-09-03&quot;:4.62},{&quot;2026-09-04&quot;:4.87},{&quot;2026-09-05&quot;:4.87},{&quot;2026-09-06&quot;:4.57},{&quot;2026-09-07&quot;:4.34},{&quot;2026-09-08&quot;:4.49},{&quot;2026-09-09&quot;:4.89},{&quot;2026-09-10&quot;:5.23},{&quot;2026-09-11&quot;:5.24}]}"
        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="4972"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-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">
            Eluge, the Shoreless Sea
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Elemental Fish
      </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">
            $5.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="Eluge, the Shoreless Sea" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/f/1f2bf6ba-cd1a-4382-9572-6dfbcf6ed0c6.jpg?1783910850" />

        <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">
            Eluge, the Shoreless Sea
        </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 Fish</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Eluge, the Shoreless Sea" src="https://cards.scryfall.io/large/front/1/f/1f2bf6ba-cd1a-4382-9572-6dfbcf6ed0c6.jpg?1783910850" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.39},{&quot;2026-06-14&quot;:4.57},{&quot;2026-06-15&quot;:4.73},{&quot;2026-06-16&quot;:4.73},{&quot;2026-06-17&quot;:4.73},{&quot;2026-06-18&quot;:4.73},{&quot;2026-06-19&quot;:4.66},{&quot;2026-06-20&quot;:4.58},{&quot;2026-06-21&quot;:4.5},{&quot;2026-06-22&quot;:4.5},{&quot;2026-06-23&quot;:4.55},{&quot;2026-06-24&quot;:4.55},{&quot;2026-06-25&quot;:4.55},{&quot;2026-06-26&quot;:4.55},{&quot;2026-06-27&quot;:4.58},{&quot;2026-06-28&quot;:4.55},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.52},{&quot;2026-07-01&quot;:4.48},{&quot;2026-07-02&quot;:4.57},{&quot;2026-07-03&quot;:4.51},{&quot;2026-07-04&quot;:4.61},{&quot;2026-07-05&quot;:4.74},{&quot;2026-07-06&quot;:4.72},{&quot;2026-07-07&quot;:4.72},{&quot;2026-07-08&quot;:4.72},{&quot;2026-07-09&quot;:4.64},{&quot;2026-07-10&quot;:4.64},{&quot;2026-07-11&quot;:4.64},{&quot;2026-07-12&quot;:4.71},{&quot;2026-07-13&quot;:4.69},{&quot;2026-07-14&quot;:4.68},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.73},{&quot;2026-07-18&quot;:4.73},{&quot;2026-07-19&quot;:4.81},{&quot;2026-07-20&quot;:4.96},{&quot;2026-07-21&quot;:4.96},{&quot;2026-07-22&quot;:4.96},{&quot;2026-07-23&quot;:4.94},{&quot;2026-07-24&quot;:4.94},{&quot;2026-07-25&quot;:4.94},{&quot;2026-07-26&quot;:4.94},{&quot;2026-07-27&quot;:5.03},{&quot;2026-07-28&quot;:5.07},{&quot;2026-07-29&quot;:5.14},{&quot;2026-07-30&quot;:5.24},{&quot;2026-07-31&quot;:5.24},{&quot;2026-08-01&quot;:5.24},{&quot;2026-08-02&quot;:5.52},{&quot;2026-08-03&quot;:5.52},{&quot;2026-08-04&quot;:5.9},{&quot;2026-08-05&quot;:5.9},{&quot;2026-08-07&quot;:5.9},{&quot;2026-08-08&quot;:5.91},{&quot;2026-08-09&quot;:5.91},{&quot;2026-08-10&quot;:5.91},{&quot;2026-08-11&quot;:6.23},{&quot;2026-08-12&quot;:6.23},{&quot;2026-08-13&quot;:6.53},{&quot;2026-08-14&quot;:6.6},{&quot;2026-08-15&quot;:6.62},{&quot;2026-08-16&quot;:6.64},{&quot;2026-08-17&quot;:6.64},{&quot;2026-08-18&quot;:6.64},{&quot;2026-08-19&quot;:6.64},{&quot;2026-08-20&quot;:6.72},{&quot;2026-08-21&quot;:6.72},{&quot;2026-08-22&quot;:6.69},{&quot;2026-08-23&quot;:6.69},{&quot;2026-08-24&quot;:6.79},{&quot;2026-08-25&quot;:6.68},{&quot;2026-08-26&quot;:6.68},{&quot;2026-08-27&quot;:6.68},{&quot;2026-08-28&quot;:6.68},{&quot;2026-08-29&quot;:6.68},{&quot;2026-08-30&quot;:6.84},{&quot;2026-08-31&quot;:6.92},{&quot;2026-09-01&quot;:6.7},{&quot;2026-09-02&quot;:6.7},{&quot;2026-09-03&quot;:6.7},{&quot;2026-09-04&quot;:6.52},{&quot;2026-09-05&quot;:6.52},{&quot;2026-09-06&quot;:6.52},{&quot;2026-09-07&quot;:6.52},{&quot;2026-09-08&quot;:6.59},{&quot;2026-09-09&quot;:6.59},{&quot;2026-09-10&quot;:6.59},{&quot;2026-09-11&quot;:6.56}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.95},{&quot;2026-06-14&quot;:4.18},{&quot;2026-06-15&quot;:4.28},{&quot;2026-06-16&quot;:4.38},{&quot;2026-06-17&quot;:4.43},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.52},{&quot;2026-06-20&quot;:4.57},{&quot;2026-06-21&quot;:4.54},{&quot;2026-06-22&quot;:4.51},{&quot;2026-06-23&quot;:4.21},{&quot;2026-06-24&quot;:4.26},{&quot;2026-06-25&quot;:4.22},{&quot;2026-06-26&quot;:4.22},{&quot;2026-06-27&quot;:4.14},{&quot;2026-06-28&quot;:4.14},{&quot;2026-06-29&quot;:4.06},{&quot;2026-06-30&quot;:4.03},{&quot;2026-07-01&quot;:4.09},{&quot;2026-07-02&quot;:4.06},{&quot;2026-07-03&quot;:4.18},{&quot;2026-07-04&quot;:4.18},{&quot;2026-07-05&quot;:4.04},{&quot;2026-07-06&quot;:3.92},{&quot;2026-07-07&quot;:4.2},{&quot;2026-07-08&quot;:4.03},{&quot;2026-07-09&quot;:4.02},{&quot;2026-07-10&quot;:4.07},{&quot;2026-07-11&quot;:4.27},{&quot;2026-07-12&quot;:4.27},{&quot;2026-07-13&quot;:4.6},{&quot;2026-07-14&quot;:4.72},{&quot;2026-07-15&quot;:4.68},{&quot;2026-07-16&quot;:4.86},{&quot;2026-07-17&quot;:4.96},{&quot;2026-07-18&quot;:4.84},{&quot;2026-07-19&quot;:4.6},{&quot;2026-07-20&quot;:4.45},{&quot;2026-07-21&quot;:4.48},{&quot;2026-07-22&quot;:4.68},{&quot;2026-07-23&quot;:4.37},{&quot;2026-07-24&quot;:4.41},{&quot;2026-07-25&quot;:4.68},{&quot;2026-07-26&quot;:4.67},{&quot;2026-07-27&quot;:4.69},{&quot;2026-07-28&quot;:4.61},{&quot;2026-07-29&quot;:4.69},{&quot;2026-07-30&quot;:4.68},{&quot;2026-07-31&quot;:5.07},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.17},{&quot;2026-08-03&quot;:5.15},{&quot;2026-08-04&quot;:4.9},{&quot;2026-08-05&quot;:4.68},{&quot;2026-08-07&quot;:4.73},{&quot;2026-08-08&quot;:5.01},{&quot;2026-08-09&quot;:5.33},{&quot;2026-08-10&quot;:5.47},{&quot;2026-08-11&quot;:5.42},{&quot;2026-08-12&quot;:5.46},{&quot;2026-08-13&quot;:5.46},{&quot;2026-08-14&quot;:5.52},{&quot;2026-08-15&quot;:5.26},{&quot;2026-08-16&quot;:5.26},{&quot;2026-08-17&quot;:5.08},{&quot;2026-08-18&quot;:4.92},{&quot;2026-08-19&quot;:5.1},{&quot;2026-08-20&quot;:5.26},{&quot;2026-08-21&quot;:5.22},{&quot;2026-08-22&quot;:5.2},{&quot;2026-08-23&quot;:5.33},{&quot;2026-08-24&quot;:5.34},{&quot;2026-08-25&quot;:5.25},{&quot;2026-08-26&quot;:5.29},{&quot;2026-08-27&quot;:5.27},{&quot;2026-08-28&quot;:5.56},{&quot;2026-08-29&quot;:5.56},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.59},{&quot;2026-09-01&quot;:5.66},{&quot;2026-09-02&quot;:5.39},{&quot;2026-09-03&quot;:5.48},{&quot;2026-09-04&quot;:5.33},{&quot;2026-09-05&quot;:5.08},{&quot;2026-09-06&quot;:4.99},{&quot;2026-09-07&quot;:5.19},{&quot;2026-09-08&quot;:5.06},{&quot;2026-09-09&quot;:5.2},{&quot;2026-09-10&quot;:5.16},{&quot;2026-09-11&quot;:5.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="28494"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Sword of Hours" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/eaedf482-9f2c-497a-bf1c-bebb4168c52f.jpg?1783926235" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of Hours" src="https://cards.scryfall.io/large/front/e/a/eaedf482-9f2c-497a-bf1c-bebb4168c52f.jpg?1783926235" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.36},{&quot;2026-06-14&quot;:6.17},{&quot;2026-06-15&quot;:6.29},{&quot;2026-06-16&quot;:6.29},{&quot;2026-06-17&quot;:6.11},{&quot;2026-06-18&quot;:6.16},{&quot;2026-06-19&quot;:6.17},{&quot;2026-06-20&quot;:6.13},{&quot;2026-06-21&quot;:6.15},{&quot;2026-06-22&quot;:6.04},{&quot;2026-06-23&quot;:6.01},{&quot;2026-06-24&quot;:6.01},{&quot;2026-06-25&quot;:6.01},{&quot;2026-06-26&quot;:6.01},{&quot;2026-06-27&quot;:5.94},{&quot;2026-06-28&quot;:5.87},{&quot;2026-06-29&quot;:5.91},{&quot;2026-06-30&quot;:5.82},{&quot;2026-07-01&quot;:5.74},{&quot;2026-07-02&quot;:5.74},{&quot;2026-07-03&quot;:5.72},{&quot;2026-07-04&quot;:5.7},{&quot;2026-07-05&quot;:5.68},{&quot;2026-07-06&quot;:5.69},{&quot;2026-07-07&quot;:5.67},{&quot;2026-07-08&quot;:5.65},{&quot;2026-07-09&quot;:5.62},{&quot;2026-07-10&quot;:5.58},{&quot;2026-07-11&quot;:5.63},{&quot;2026-07-12&quot;:5.61},{&quot;2026-07-13&quot;:5.61},{&quot;2026-07-14&quot;:5.55},{&quot;2026-07-15&quot;:5.55},{&quot;2026-07-16&quot;:5.55},{&quot;2026-07-17&quot;:5.52},{&quot;2026-07-18&quot;:5.45},{&quot;2026-07-19&quot;:5.45},{&quot;2026-07-20&quot;:5.36},{&quot;2026-07-21&quot;:5.36},{&quot;2026-07-22&quot;:5.19},{&quot;2026-07-23&quot;:5.22},{&quot;2026-07-24&quot;:5.18},{&quot;2026-07-25&quot;:5.16},{&quot;2026-07-26&quot;:5.14},{&quot;2026-07-27&quot;:5.12},{&quot;2026-07-28&quot;:5.12},{&quot;2026-07-29&quot;:5.16},{&quot;2026-07-30&quot;:5.16},{&quot;2026-07-31&quot;:5.24},{&quot;2026-08-01&quot;:5.31},{&quot;2026-08-02&quot;:5.31},{&quot;2026-08-03&quot;:5.31},{&quot;2026-08-04&quot;:5.26},{&quot;2026-08-05&quot;:5.31},{&quot;2026-08-07&quot;:5.31},{&quot;2026-08-08&quot;:5.35},{&quot;2026-08-09&quot;:5.37},{&quot;2026-08-10&quot;:5.37},{&quot;2026-08-11&quot;:5.37},{&quot;2026-08-12&quot;:5.39},{&quot;2026-08-13&quot;:5.33},{&quot;2026-08-14&quot;:5.33},{&quot;2026-08-15&quot;:5.24},{&quot;2026-08-16&quot;:5.23},{&quot;2026-08-17&quot;:5.13},{&quot;2026-08-18&quot;:5.16},{&quot;2026-08-19&quot;:5.11},{&quot;2026-08-20&quot;:5.03},{&quot;2026-08-21&quot;:5.17},{&quot;2026-08-22&quot;:5.16},{&quot;2026-08-23&quot;:5.16},{&quot;2026-08-24&quot;:5.13},{&quot;2026-08-25&quot;:5.28},{&quot;2026-08-26&quot;:5.31},{&quot;2026-08-27&quot;:5.4},{&quot;2026-08-28&quot;:5.25},{&quot;2026-08-29&quot;:5.25},{&quot;2026-08-30&quot;:5.04},{&quot;2026-08-31&quot;:5.04},{&quot;2026-09-01&quot;:5.04},{&quot;2026-09-02&quot;:5.04},{&quot;2026-09-03&quot;:5.03},{&quot;2026-09-04&quot;:5.04},{&quot;2026-09-05&quot;:5.01},{&quot;2026-09-06&quot;:4.9},{&quot;2026-09-07&quot;:4.81},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:5.07},{&quot;2026-09-10&quot;:5.23},{&quot;2026-09-11&quot;:5.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="57284"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

        <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">
            Phyrexian Arena
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Phyrexian Arena" src="https://cards.scryfall.io/large/front/5/4/54f69d43-de01-46a8-b102-b47e23e0e947.jpg?1783918042" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.36},{&quot;2026-06-11&quot;:4.36},{&quot;2026-06-12&quot;:4.46},{&quot;2026-06-13&quot;:4.46},{&quot;2026-06-14&quot;:4.34},{&quot;2026-06-15&quot;:4.44},{&quot;2026-06-16&quot;:4.44},{&quot;2026-06-17&quot;:4.47},{&quot;2026-06-18&quot;:4.49},{&quot;2026-06-19&quot;:4.49},{&quot;2026-06-20&quot;:4.49},{&quot;2026-06-21&quot;:4.57},{&quot;2026-06-22&quot;:4.57},{&quot;2026-06-23&quot;:4.67},{&quot;2026-06-24&quot;:4.67},{&quot;2026-06-25&quot;:4.79},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.78},{&quot;2026-06-28&quot;:4.78},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.78},{&quot;2026-07-01&quot;:4.78},{&quot;2026-07-02&quot;:4.78},{&quot;2026-07-03&quot;:4.79},{&quot;2026-07-04&quot;:4.97},{&quot;2026-07-05&quot;:5.02},{&quot;2026-07-06&quot;:5.02},{&quot;2026-07-07&quot;:5.02},{&quot;2026-07-08&quot;:5.02},{&quot;2026-07-09&quot;:5.08},{&quot;2026-07-10&quot;:5.08},{&quot;2026-07-11&quot;:5.09},{&quot;2026-07-12&quot;:5.22},{&quot;2026-07-13&quot;:5.22},{&quot;2026-07-14&quot;:5.22},{&quot;2026-07-15&quot;:5.22},{&quot;2026-07-16&quot;:5.22},{&quot;2026-07-17&quot;:5.22},{&quot;2026-07-18&quot;:5.23},{&quot;2026-07-19&quot;:5.23},{&quot;2026-07-20&quot;:5.19},{&quot;2026-07-21&quot;:5.17},{&quot;2026-07-23&quot;:5.2},{&quot;2026-07-25&quot;:5.29},{&quot;2026-07-26&quot;:5.29},{&quot;2026-07-27&quot;:5.29},{&quot;2026-07-29&quot;:5.38},{&quot;2026-07-30&quot;:5.38},{&quot;2026-07-31&quot;:5.46},{&quot;2026-08-01&quot;:5.46},{&quot;2026-08-02&quot;:5.59},{&quot;2026-08-03&quot;:5.59},{&quot;2026-08-04&quot;:5.59},{&quot;2026-08-05&quot;:5.59},{&quot;2026-08-07&quot;:5.6},{&quot;2026-08-08&quot;:5.6},{&quot;2026-08-09&quot;:5.6},{&quot;2026-08-10&quot;:5.6},{&quot;2026-08-11&quot;:5.6},{&quot;2026-08-12&quot;:5.6},{&quot;2026-08-13&quot;:5.6},{&quot;2026-08-14&quot;:5.59},{&quot;2026-08-15&quot;:5.59},{&quot;2026-08-16&quot;:5.59},{&quot;2026-08-17&quot;:5.57},{&quot;2026-08-18&quot;:5.57},{&quot;2026-08-19&quot;:5.57},{&quot;2026-08-20&quot;:5.57},{&quot;2026-08-21&quot;:5.57},{&quot;2026-08-22&quot;:5.57},{&quot;2026-08-23&quot;:5.57},{&quot;2026-08-24&quot;:5.57},{&quot;2026-08-25&quot;:5.57},{&quot;2026-08-26&quot;:5.62},{&quot;2026-08-27&quot;:5.59},{&quot;2026-08-28&quot;:5.57},{&quot;2026-08-29&quot;:5.57},{&quot;2026-08-30&quot;:5.61},{&quot;2026-08-31&quot;:5.61},{&quot;2026-09-01&quot;:5.61},{&quot;2026-09-02&quot;:5.49},{&quot;2026-09-03&quot;:5.34},{&quot;2026-09-04&quot;:5.28},{&quot;2026-09-05&quot;:5.23},{&quot;2026-09-06&quot;:5.23},{&quot;2026-09-07&quot;:5.23},{&quot;2026-09-08&quot;:5.23},{&quot;2026-09-09&quot;:5.23},{&quot;2026-09-10&quot;:5.19},{&quot;2026-09-11&quot;:5.23}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.12},{&quot;2026-06-11&quot;:4.09},{&quot;2026-06-12&quot;:4.03},{&quot;2026-06-13&quot;:3.86},{&quot;2026-06-14&quot;:4.1},{&quot;2026-06-15&quot;:4.29},{&quot;2026-06-16&quot;:4.29},{&quot;2026-06-17&quot;:4.52},{&quot;2026-06-18&quot;:4.33},{&quot;2026-06-19&quot;:4.24},{&quot;2026-06-20&quot;:4.4},{&quot;2026-06-21&quot;:4.37},{&quot;2026-06-22&quot;:3.99},{&quot;2026-06-23&quot;:4.07},{&quot;2026-06-24&quot;:4.21},{&quot;2026-06-25&quot;:4.07},{&quot;2026-06-26&quot;:3.85},{&quot;2026-06-27&quot;:3.83},{&quot;2026-06-28&quot;:3.86},{&quot;2026-06-29&quot;:3.89},{&quot;2026-06-30&quot;:3.97},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.47},{&quot;2026-07-03&quot;:4.64},{&quot;2026-07-04&quot;:4.69},{&quot;2026-07-05&quot;:4.69},{&quot;2026-07-06&quot;:4.81},{&quot;2026-07-07&quot;:4.63},{&quot;2026-07-08&quot;:4.66},{&quot;2026-07-09&quot;:4.55},{&quot;2026-07-10&quot;:4.39},{&quot;2026-07-11&quot;:4.36},{&quot;2026-07-12&quot;:4.55},{&quot;2026-07-13&quot;:4.58},{&quot;2026-07-14&quot;:4.71},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.58},{&quot;2026-07-17&quot;:4.77},{&quot;2026-07-18&quot;:4.79},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.63},{&quot;2026-07-21&quot;:4.65},{&quot;2026-07-23&quot;:4.6},{&quot;2026-07-25&quot;:4.64},{&quot;2026-07-26&quot;:4.55},{&quot;2026-07-27&quot;:4.31},{&quot;2026-07-29&quot;:3.52},{&quot;2026-07-30&quot;:3.69},{&quot;2026-07-31&quot;:4.03},{&quot;2026-08-01&quot;:4.03},{&quot;2026-08-02&quot;:4.47},{&quot;2026-08-03&quot;:4.76},{&quot;2026-08-04&quot;:4.83},{&quot;2026-08-05&quot;:4.83},{&quot;2026-08-07&quot;:4.53},{&quot;2026-08-08&quot;:4.6},{&quot;2026-08-09&quot;:4.51},{&quot;2026-08-10&quot;:4.28},{&quot;2026-08-11&quot;:4.3},{&quot;2026-08-12&quot;:4.48},{&quot;2026-08-13&quot;:4.51},{&quot;2026-08-14&quot;:4.61},{&quot;2026-08-15&quot;:4.43},{&quot;2026-08-16&quot;:4.29},{&quot;2026-08-17&quot;:4.23},{&quot;2026-08-18&quot;:4.15},{&quot;2026-08-19&quot;:4.17},{&quot;2026-08-20&quot;:4.17},{&quot;2026-08-21&quot;:4.51},{&quot;2026-08-22&quot;:4.37},{&quot;2026-08-23&quot;:4.3},{&quot;2026-08-24&quot;:4.45},{&quot;2026-08-25&quot;:4.45},{&quot;2026-08-26&quot;:4.16},{&quot;2026-08-27&quot;:4.16},{&quot;2026-08-28&quot;:4.29},{&quot;2026-08-29&quot;:4.29},{&quot;2026-08-30&quot;:4.45},{&quot;2026-08-31&quot;:4.53},{&quot;2026-09-01&quot;:4.53},{&quot;2026-09-02&quot;:4.82},{&quot;2026-09-03&quot;:4.81},{&quot;2026-09-04&quot;:4.69},{&quot;2026-09-05&quot;:4.68},{&quot;2026-09-06&quot;:4.68},{&quot;2026-09-07&quot;:4.58},{&quot;2026-09-08&quot;:4.42},{&quot;2026-09-09&quot;:4.73},{&quot;2026-09-10&quot;:4.52},{&quot;2026-09-11&quot;:4.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30019"
  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">
            Mind Twist
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Mind Twist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bbb6765c-a052-46dc-a589-200b8ba8c99f.jpg?1783947842" />

        <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">
            Mind Twist
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Mind Twist" src="https://cards.scryfall.io/large/front/b/b/bbb6765c-a052-46dc-a589-200b8ba8c99f.jpg?1783947842" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:6.1},{&quot;2026-06-12&quot;:6.1},{&quot;2026-06-13&quot;:6.1},{&quot;2026-06-14&quot;:6.1},{&quot;2026-06-15&quot;:6.1},{&quot;2026-06-16&quot;:6.1},{&quot;2026-06-17&quot;:6.1},{&quot;2026-06-18&quot;:6.1},{&quot;2026-06-19&quot;:6.1},{&quot;2026-06-20&quot;:6.1},{&quot;2026-06-21&quot;:6.1},{&quot;2026-06-22&quot;:6.1},{&quot;2026-06-23&quot;:6.1},{&quot;2026-06-24&quot;:6.1},{&quot;2026-06-25&quot;:6.1},{&quot;2026-06-26&quot;:6.1},{&quot;2026-06-27&quot;:4.94},{&quot;2026-06-28&quot;:4.94},{&quot;2026-06-29&quot;:4.94},{&quot;2026-06-30&quot;:4.94},{&quot;2026-07-01&quot;:4.94},{&quot;2026-07-02&quot;:4.94},{&quot;2026-07-03&quot;:4.94},{&quot;2026-07-04&quot;:4.94},{&quot;2026-07-05&quot;:4.94},{&quot;2026-07-06&quot;:4.94},{&quot;2026-07-07&quot;:4.94},{&quot;2026-07-08&quot;:4.98},{&quot;2026-07-09&quot;:4.98},{&quot;2026-07-10&quot;:5.03},{&quot;2026-07-11&quot;:5.03},{&quot;2026-07-12&quot;:5.03},{&quot;2026-07-13&quot;:5.03},{&quot;2026-07-14&quot;:5.03},{&quot;2026-07-15&quot;:5.1},{&quot;2026-07-16&quot;:5.15},{&quot;2026-07-17&quot;:5.15},{&quot;2026-07-18&quot;:5.15},{&quot;2026-07-19&quot;:5.15},{&quot;2026-07-20&quot;:5.15},{&quot;2026-07-21&quot;:5.15},{&quot;2026-07-23&quot;:5.19},{&quot;2026-07-25&quot;:5.33},{&quot;2026-07-26&quot;:5.33},{&quot;2026-07-27&quot;:5.33},{&quot;2026-07-28&quot;:5.28},{&quot;2026-07-29&quot;:5.24},{&quot;2026-07-30&quot;:5.24},{&quot;2026-07-31&quot;:5.24},{&quot;2026-08-01&quot;:5.31},{&quot;2026-08-02&quot;:5.31},{&quot;2026-08-03&quot;:5.31},{&quot;2026-08-04&quot;:5.23},{&quot;2026-08-05&quot;:4.88},{&quot;2026-08-07&quot;:4.88},{&quot;2026-08-08&quot;:4.88},{&quot;2026-08-09&quot;:4.88},{&quot;2026-08-10&quot;:4.88},{&quot;2026-08-11&quot;:4.88},{&quot;2026-08-12&quot;:4.88},{&quot;2026-08-13&quot;:4.88},{&quot;2026-08-14&quot;:4.88},{&quot;2026-08-15&quot;:4.88},{&quot;2026-08-16&quot;:4.89},{&quot;2026-08-17&quot;:4.89},{&quot;2026-08-18&quot;:4.95},{&quot;2026-08-19&quot;:4.96},{&quot;2026-08-20&quot;:4.96},{&quot;2026-08-21&quot;:4.96},{&quot;2026-08-22&quot;:4.96},{&quot;2026-08-23&quot;:5.01},{&quot;2026-08-24&quot;:5.01},{&quot;2026-08-25&quot;:5.01},{&quot;2026-08-26&quot;:5.07},{&quot;2026-08-27&quot;:5.07},{&quot;2026-08-28&quot;:5.07},{&quot;2026-08-29&quot;:5.07},{&quot;2026-08-30&quot;:5.22},{&quot;2026-08-31&quot;:5.22},{&quot;2026-09-01&quot;:5.22},{&quot;2026-09-02&quot;:5.22},{&quot;2026-09-03&quot;:5.22},{&quot;2026-09-04&quot;:5.22},{&quot;2026-09-05&quot;:5.22},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.22},{&quot;2026-09-08&quot;:5.22},{&quot;2026-09-09&quot;:5.22},{&quot;2026-09-10&quot;:5.22},{&quot;2026-09-11&quot;:5.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="53716"
  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-nec 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">
            Rhythm of the Wild
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Rhythm of the Wild" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/70d13ff4-e6ba-4bfe-9668-d11f7facb8d3.jpg?1783923944" />

        <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">
            Rhythm of the Wild
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Rhythm of the Wild" src="https://cards.scryfall.io/large/front/7/0/70d13ff4-e6ba-4bfe-9668-d11f7facb8d3.jpg?1783923944" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.03},{&quot;2026-06-10&quot;:5.03},{&quot;2026-06-11&quot;:5.03},{&quot;2026-06-12&quot;:5.03},{&quot;2026-06-13&quot;:5.03},{&quot;2026-06-14&quot;:5.03},{&quot;2026-06-15&quot;:5.03},{&quot;2026-06-16&quot;:5.03},{&quot;2026-06-17&quot;:5.06},{&quot;2026-06-18&quot;:5.06},{&quot;2026-06-19&quot;:5.06},{&quot;2026-06-20&quot;:5.0},{&quot;2026-06-21&quot;:5.01},{&quot;2026-06-22&quot;:4.9},{&quot;2026-06-24&quot;:4.76},{&quot;2026-06-25&quot;:4.75},{&quot;2026-06-26&quot;:4.75},{&quot;2026-06-27&quot;:4.71},{&quot;2026-06-28&quot;:4.74},{&quot;2026-06-29&quot;:4.69},{&quot;2026-06-30&quot;:4.56},{&quot;2026-07-01&quot;:4.51},{&quot;2026-07-02&quot;:4.47},{&quot;2026-07-03&quot;:4.47},{&quot;2026-07-04&quot;:4.47},{&quot;2026-07-05&quot;:4.41},{&quot;2026-07-06&quot;:4.29},{&quot;2026-07-07&quot;:4.29},{&quot;2026-07-08&quot;:4.23},{&quot;2026-07-09&quot;:4.18},{&quot;2026-07-10&quot;:4.18},{&quot;2026-07-11&quot;:4.21},{&quot;2026-07-12&quot;:4.25},{&quot;2026-07-13&quot;:4.24},{&quot;2026-07-14&quot;:4.26},{&quot;2026-07-15&quot;:4.27},{&quot;2026-07-16&quot;:4.31},{&quot;2026-07-17&quot;:4.32},{&quot;2026-07-18&quot;:4.29},{&quot;2026-07-19&quot;:4.29},{&quot;2026-07-20&quot;:4.29},{&quot;2026-07-21&quot;:4.34},{&quot;2026-07-23&quot;:4.36},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.51},{&quot;2026-07-27&quot;:4.51},{&quot;2026-07-29&quot;:4.5},{&quot;2026-07-30&quot;:4.59},{&quot;2026-07-31&quot;:4.54},{&quot;2026-08-01&quot;:4.54},{&quot;2026-08-02&quot;:4.44},{&quot;2026-08-03&quot;:4.39},{&quot;2026-08-04&quot;:4.34},{&quot;2026-08-05&quot;:4.32},{&quot;2026-08-07&quot;:4.32},{&quot;2026-08-08&quot;:4.28},{&quot;2026-08-09&quot;:4.28},{&quot;2026-08-10&quot;:4.28},{&quot;2026-08-11&quot;:4.26},{&quot;2026-08-12&quot;:4.15},{&quot;2026-08-13&quot;:4.15},{&quot;2026-08-14&quot;:4.2},{&quot;2026-08-15&quot;:4.36},{&quot;2026-08-16&quot;:4.36},{&quot;2026-08-17&quot;:4.36},{&quot;2026-08-18&quot;:4.4},{&quot;2026-08-19&quot;:4.37},{&quot;2026-08-20&quot;:4.37},{&quot;2026-08-21&quot;:4.33},{&quot;2026-08-22&quot;:4.46},{&quot;2026-08-23&quot;:4.67},{&quot;2026-08-24&quot;:4.9},{&quot;2026-08-25&quot;:4.9},{&quot;2026-08-26&quot;:5.06},{&quot;2026-08-27&quot;:5.1},{&quot;2026-08-28&quot;:5.26},{&quot;2026-08-29&quot;:5.26},{&quot;2026-08-30&quot;:5.57},{&quot;2026-08-31&quot;:5.5},{&quot;2026-09-01&quot;:5.5},{&quot;2026-09-02&quot;:5.46},{&quot;2026-09-03&quot;:5.38},{&quot;2026-09-04&quot;:5.38},{&quot;2026-09-05&quot;:5.36},{&quot;2026-09-06&quot;:5.32},{&quot;2026-09-07&quot;:5.18},{&quot;2026-09-08&quot;:5.14},{&quot;2026-09-09&quot;:5.15},{&quot;2026-09-10&quot;:5.15},{&quot;2026-09-11&quot;:5.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="109634"
  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-sos 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">
            Decorum Dissertation
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Decorum Dissertation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/4/f4ab2d9b-c73d-478d-aac7-4d3bb24296d2.jpg?1782682972" />

        <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">
            Decorum Dissertation
        </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 — Lesson</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Decorum Dissertation" src="https://cards.scryfall.io/large/front/f/4/f4ab2d9b-c73d-478d-aac7-4d3bb24296d2.jpg?1782682972" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:9.56},{&quot;2026-06-10&quot;:9.5},{&quot;2026-06-11&quot;:9.5},{&quot;2026-06-12&quot;:9.49},{&quot;2026-06-13&quot;:9.45},{&quot;2026-06-14&quot;:9.19},{&quot;2026-06-15&quot;:8.89},{&quot;2026-06-16&quot;:9.06},{&quot;2026-06-17&quot;:9.03},{&quot;2026-06-18&quot;:8.85},{&quot;2026-06-19&quot;:8.66},{&quot;2026-06-20&quot;:8.55},{&quot;2026-06-21&quot;:8.74},{&quot;2026-06-22&quot;:8.7},{&quot;2026-06-24&quot;:8.63},{&quot;2026-06-25&quot;:8.44},{&quot;2026-06-26&quot;:8.33},{&quot;2026-06-27&quot;:8.01},{&quot;2026-06-28&quot;:7.97},{&quot;2026-06-29&quot;:7.92},{&quot;2026-06-30&quot;:7.48},{&quot;2026-07-01&quot;:7.4},{&quot;2026-07-02&quot;:7.02},{&quot;2026-07-03&quot;:6.84},{&quot;2026-07-04&quot;:6.9},{&quot;2026-07-05&quot;:6.93},{&quot;2026-07-06&quot;:7.13},{&quot;2026-07-07&quot;:7.31},{&quot;2026-07-08&quot;:7.32},{&quot;2026-07-09&quot;:7.32},{&quot;2026-07-10&quot;:7.5},{&quot;2026-07-11&quot;:7.52},{&quot;2026-07-12&quot;:7.6},{&quot;2026-07-13&quot;:7.58},{&quot;2026-07-14&quot;:7.6},{&quot;2026-07-15&quot;:7.59},{&quot;2026-07-16&quot;:7.6},{&quot;2026-07-17&quot;:7.55},{&quot;2026-07-18&quot;:7.49},{&quot;2026-07-19&quot;:7.35},{&quot;2026-07-20&quot;:7.32},{&quot;2026-07-21&quot;:7.24},{&quot;2026-07-23&quot;:7.08},{&quot;2026-07-25&quot;:7.01},{&quot;2026-07-26&quot;:6.89},{&quot;2026-07-27&quot;:6.89},{&quot;2026-07-29&quot;:7.02},{&quot;2026-07-30&quot;:7.02},{&quot;2026-07-31&quot;:7.12},{&quot;2026-08-01&quot;:7.12},{&quot;2026-08-02&quot;:7.12},{&quot;2026-08-03&quot;:7.21},{&quot;2026-08-04&quot;:7.21},{&quot;2026-08-05&quot;:7.21},{&quot;2026-08-07&quot;:7.33},{&quot;2026-08-08&quot;:7.35},{&quot;2026-08-09&quot;:7.39},{&quot;2026-08-10&quot;:7.38},{&quot;2026-08-11&quot;:7.42},{&quot;2026-08-12&quot;:7.33},{&quot;2026-08-13&quot;:7.33},{&quot;2026-08-14&quot;:7.12},{&quot;2026-08-15&quot;:6.92},{&quot;2026-08-16&quot;:6.84},{&quot;2026-08-17&quot;:6.79},{&quot;2026-08-18&quot;:6.83},{&quot;2026-08-19&quot;:6.44},{&quot;2026-08-20&quot;:6.44},{&quot;2026-08-21&quot;:6.44},{&quot;2026-08-22&quot;:6.44},{&quot;2026-08-23&quot;:6.43},{&quot;2026-08-24&quot;:6.21},{&quot;2026-08-25&quot;:6.21},{&quot;2026-08-26&quot;:6.05},{&quot;2026-08-27&quot;:6.05},{&quot;2026-08-28&quot;:6.09},{&quot;2026-08-29&quot;:6.09},{&quot;2026-08-30&quot;:6.11},{&quot;2026-08-31&quot;:6.11},{&quot;2026-09-01&quot;:6.11},{&quot;2026-09-02&quot;:5.97},{&quot;2026-09-03&quot;:6.02},{&quot;2026-09-04&quot;:5.95},{&quot;2026-09-05&quot;:5.97},{&quot;2026-09-06&quot;:5.98},{&quot;2026-09-07&quot;:5.86},{&quot;2026-09-08&quot;:5.79},{&quot;2026-09-09&quot;:5.79},{&quot;2026-09-10&quot;:5.75},{&quot;2026-09-11&quot;:5.72}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:8.81},{&quot;2026-06-10&quot;:7.73},{&quot;2026-06-11&quot;:7.52},{&quot;2026-06-12&quot;:7.95},{&quot;2026-06-13&quot;:7.37},{&quot;2026-06-14&quot;:8.03},{&quot;2026-06-15&quot;:7.92},{&quot;2026-06-16&quot;:7.6},{&quot;2026-06-17&quot;:8.14},{&quot;2026-06-18&quot;:7.84},{&quot;2026-06-19&quot;:7.75},{&quot;2026-06-20&quot;:7.79},{&quot;2026-06-21&quot;:7.67},{&quot;2026-06-22&quot;:7.89},{&quot;2026-06-24&quot;:6.91},{&quot;2026-06-25&quot;:7.0},{&quot;2026-06-26&quot;:6.85},{&quot;2026-06-27&quot;:6.99},{&quot;2026-06-28&quot;:6.51},{&quot;2026-06-29&quot;:6.52},{&quot;2026-06-30&quot;:6.63},{&quot;2026-07-01&quot;:6.4},{&quot;2026-07-02&quot;:6.4},{&quot;2026-07-03&quot;:6.42},{&quot;2026-07-04&quot;:6.63},{&quot;2026-07-05&quot;:6.92},{&quot;2026-07-06&quot;:6.84},{&quot;2026-07-07&quot;:6.69},{&quot;2026-07-08&quot;:6.59},{&quot;2026-07-09&quot;:6.82},{&quot;2026-07-10&quot;:6.52},{&quot;2026-07-11&quot;:6.47},{&quot;2026-07-12&quot;:6.84},{&quot;2026-07-13&quot;:6.4},{&quot;2026-07-14&quot;:6.46},{&quot;2026-07-15&quot;:6.73},{&quot;2026-07-16&quot;:6.76},{&quot;2026-07-17&quot;:6.85},{&quot;2026-07-18&quot;:7.11},{&quot;2026-07-19&quot;:6.79},{&quot;2026-07-20&quot;:6.58},{&quot;2026-07-21&quot;:6.01},{&quot;2026-07-23&quot;:6.02},{&quot;2026-07-25&quot;:6.47},{&quot;2026-07-26&quot;:6.87},{&quot;2026-07-27&quot;:7.28},{&quot;2026-07-29&quot;:6.8},{&quot;2026-07-30&quot;:6.64},{&quot;2026-07-31&quot;:6.09},{&quot;2026-08-01&quot;:5.64},{&quot;2026-08-02&quot;:5.42},{&quot;2026-08-03&quot;:5.31},{&quot;2026-08-04&quot;:4.97},{&quot;2026-08-05&quot;:4.87},{&quot;2026-08-07&quot;:5.21},{&quot;2026-08-08&quot;:4.94},{&quot;2026-08-09&quot;:4.67},{&quot;2026-08-10&quot;:4.79},{&quot;2026-08-11&quot;:5.04},{&quot;2026-08-12&quot;:4.98},{&quot;2026-08-13&quot;:5.03},{&quot;2026-08-14&quot;:5.22},{&quot;2026-08-15&quot;:5.35},{&quot;2026-08-16&quot;:5.56},{&quot;2026-08-17&quot;:5.63},{&quot;2026-08-18&quot;:5.8},{&quot;2026-08-19&quot;:5.45},{&quot;2026-08-20&quot;:5.45},{&quot;2026-08-21&quot;:5.35},{&quot;2026-08-22&quot;:5.22},{&quot;2026-08-23&quot;:5.3},{&quot;2026-08-24&quot;:5.41},{&quot;2026-08-25&quot;:5.41},{&quot;2026-08-26&quot;:5.42},{&quot;2026-08-27&quot;:5.27},{&quot;2026-08-28&quot;:5.29},{&quot;2026-08-29&quot;:5.29},{&quot;2026-08-30&quot;:5.23},{&quot;2026-08-31&quot;:5.25},{&quot;2026-09-01&quot;:5.25},{&quot;2026-09-02&quot;:4.72},{&quot;2026-09-03&quot;:4.96},{&quot;2026-09-04&quot;:5.19},{&quot;2026-09-05&quot;:5.61},{&quot;2026-09-06&quot;:5.78},{&quot;2026-09-07&quot;:5.78},{&quot;2026-09-08&quot;:5.62},{&quot;2026-09-09&quot;:5.5},{&quot;2026-09-10&quot;:5.32},{&quot;2026-09-11&quot;:5.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="19402"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.21
          </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="Leaf-Crowned Visionary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea7bc1f4-a0f5-42ee-b9ee-499fed12f884.jpg?1783921184" />

        <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">
            Leaf-Crowned Visionary
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Leaf-Crowned Visionary" src="https://cards.scryfall.io/large/front/e/a/ea7bc1f4-a0f5-42ee-b9ee-499fed12f884.jpg?1783921184" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.28},{&quot;2026-06-14&quot;:6.31},{&quot;2026-06-15&quot;:6.31},{&quot;2026-06-16&quot;:6.32},{&quot;2026-06-17&quot;:6.32},{&quot;2026-06-18&quot;:6.16},{&quot;2026-06-19&quot;:6.16},{&quot;2026-06-20&quot;:6.16},{&quot;2026-06-21&quot;:6.16},{&quot;2026-06-22&quot;:6.16},{&quot;2026-06-23&quot;:6.16},{&quot;2026-06-24&quot;:6.16},{&quot;2026-06-25&quot;:6.16},{&quot;2026-06-26&quot;:6.16},{&quot;2026-06-27&quot;:6.16},{&quot;2026-06-28&quot;:6.16},{&quot;2026-06-29&quot;:6.16},{&quot;2026-06-30&quot;:6.16},{&quot;2026-07-01&quot;:6.16},{&quot;2026-07-02&quot;:6.16},{&quot;2026-07-03&quot;:6.16},{&quot;2026-07-04&quot;:6.16},{&quot;2026-07-05&quot;:6.07},{&quot;2026-07-06&quot;:6.07},{&quot;2026-07-07&quot;:6.1},{&quot;2026-07-08&quot;:5.84},{&quot;2026-07-09&quot;:5.84},{&quot;2026-07-10&quot;:5.71},{&quot;2026-07-11&quot;:5.71},{&quot;2026-07-12&quot;:5.71},{&quot;2026-07-13&quot;:5.71},{&quot;2026-07-14&quot;:5.71},{&quot;2026-07-15&quot;:5.71},{&quot;2026-07-16&quot;:5.71},{&quot;2026-07-17&quot;:5.71},{&quot;2026-07-18&quot;:5.61},{&quot;2026-07-19&quot;:5.61},{&quot;2026-07-20&quot;:5.61},{&quot;2026-07-21&quot;:5.61},{&quot;2026-07-22&quot;:5.58},{&quot;2026-07-23&quot;:5.58},{&quot;2026-07-24&quot;:5.58},{&quot;2026-07-25&quot;:5.58},{&quot;2026-07-26&quot;:5.46},{&quot;2026-07-27&quot;:5.46},{&quot;2026-07-28&quot;:5.46},{&quot;2026-07-29&quot;:5.46},{&quot;2026-07-30&quot;:5.46},{&quot;2026-07-31&quot;:5.46},{&quot;2026-08-01&quot;:5.46},{&quot;2026-08-02&quot;:5.46},{&quot;2026-08-03&quot;:5.19},{&quot;2026-08-04&quot;:5.19},{&quot;2026-08-05&quot;:5.07},{&quot;2026-08-07&quot;:5.07},{&quot;2026-08-08&quot;:4.98},{&quot;2026-08-09&quot;:5.14},{&quot;2026-08-10&quot;:5.14},{&quot;2026-08-11&quot;:5.07},{&quot;2026-08-12&quot;:5.07},{&quot;2026-08-13&quot;:5.07},{&quot;2026-08-14&quot;:5.07},{&quot;2026-08-15&quot;:5.07},{&quot;2026-08-16&quot;:4.96},{&quot;2026-08-17&quot;:5.0},{&quot;2026-08-18&quot;:5.02},{&quot;2026-08-19&quot;:5.04},{&quot;2026-08-20&quot;:5.04},{&quot;2026-08-21&quot;:5.04},{&quot;2026-08-22&quot;:5.12},{&quot;2026-08-23&quot;:5.12},{&quot;2026-08-24&quot;:5.12},{&quot;2026-08-25&quot;:5.29},{&quot;2026-08-26&quot;:5.29},{&quot;2026-08-27&quot;:5.29},{&quot;2026-08-28&quot;:5.34},{&quot;2026-08-29&quot;:5.34},{&quot;2026-08-30&quot;:5.4},{&quot;2026-08-31&quot;:5.58},{&quot;2026-09-01&quot;:5.58},{&quot;2026-09-02&quot;:5.58},{&quot;2026-09-03&quot;:5.58},{&quot;2026-09-04&quot;:5.54},{&quot;2026-09-05&quot;:5.52},{&quot;2026-09-06&quot;:5.54},{&quot;2026-09-07&quot;:5.66},{&quot;2026-09-08&quot;:5.66},{&quot;2026-09-09&quot;:5.66},{&quot;2026-09-10&quot;:5.66},{&quot;2026-09-11&quot;:5.75}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.48},{&quot;2026-06-14&quot;:5.48},{&quot;2026-06-15&quot;:5.48},{&quot;2026-06-16&quot;:5.48},{&quot;2026-06-17&quot;:5.41},{&quot;2026-06-18&quot;:5.41},{&quot;2026-06-19&quot;:5.41},{&quot;2026-06-20&quot;:5.41},{&quot;2026-06-21&quot;:5.41},{&quot;2026-06-22&quot;:5.36},{&quot;2026-06-23&quot;:5.38},{&quot;2026-06-24&quot;:5.38},{&quot;2026-06-25&quot;:5.38},{&quot;2026-06-26&quot;:5.13},{&quot;2026-06-27&quot;:4.59},{&quot;2026-06-28&quot;:4.59},{&quot;2026-06-29&quot;:4.59},{&quot;2026-06-30&quot;:4.59},{&quot;2026-07-01&quot;:4.59},{&quot;2026-07-02&quot;:4.64},{&quot;2026-07-03&quot;:4.64},{&quot;2026-07-04&quot;:4.64},{&quot;2026-07-05&quot;:4.75},{&quot;2026-07-06&quot;:4.75},{&quot;2026-07-07&quot;:4.8},{&quot;2026-07-08&quot;:4.8},{&quot;2026-07-09&quot;:4.8},{&quot;2026-07-10&quot;:4.8},{&quot;2026-07-11&quot;:4.8},{&quot;2026-07-12&quot;:4.8},{&quot;2026-07-13&quot;:4.74},{&quot;2026-07-14&quot;:4.74},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.69},{&quot;2026-07-17&quot;:4.76},{&quot;2026-07-18&quot;:4.76},{&quot;2026-07-19&quot;:4.76},{&quot;2026-07-20&quot;:4.72},{&quot;2026-07-21&quot;:4.78},{&quot;2026-07-22&quot;:4.75},{&quot;2026-07-23&quot;:4.78},{&quot;2026-07-24&quot;:4.75},{&quot;2026-07-25&quot;:4.75},{&quot;2026-07-26&quot;:4.8},{&quot;2026-07-27&quot;:4.8},{&quot;2026-07-28&quot;:4.8},{&quot;2026-07-29&quot;:4.8},{&quot;2026-07-30&quot;:4.76},{&quot;2026-07-31&quot;:4.73},{&quot;2026-08-01&quot;:4.91},{&quot;2026-08-02&quot;:4.91},{&quot;2026-08-03&quot;:4.91},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:5.06},{&quot;2026-08-07&quot;:5.14},{&quot;2026-08-08&quot;:5.14},{&quot;2026-08-09&quot;:5.14},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.11},{&quot;2026-08-12&quot;:5.03},{&quot;2026-08-13&quot;:5.01},{&quot;2026-08-14&quot;:5.01},{&quot;2026-08-15&quot;:5.01},{&quot;2026-08-16&quot;:5.08},{&quot;2026-08-17&quot;:5.08},{&quot;2026-08-18&quot;:5.08},{&quot;2026-08-19&quot;:5.01},{&quot;2026-08-20&quot;:5.11},{&quot;2026-08-21&quot;:5.11},{&quot;2026-08-22&quot;:5.05},{&quot;2026-08-23&quot;:5.05},{&quot;2026-08-24&quot;:5.05},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:5.03},{&quot;2026-08-27&quot;:5.06},{&quot;2026-08-28&quot;:5.11},{&quot;2026-08-29&quot;:5.11},{&quot;2026-08-30&quot;:5.11},{&quot;2026-08-31&quot;:5.12},{&quot;2026-09-01&quot;:5.12},{&quot;2026-09-02&quot;:5.12},{&quot;2026-09-03&quot;:5.12},{&quot;2026-09-04&quot;:5.09},{&quot;2026-09-05&quot;:5.09},{&quot;2026-09-06&quot;:5.09},{&quot;2026-09-07&quot;:5.09},{&quot;2026-09-08&quot;:5.1},{&quot;2026-09-09&quot;:5.1},{&quot;2026-09-10&quot;:5.19},{&quot;2026-09-11&quot;:5.21}]}"
        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="64754"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $5.21
          </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="Ponder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/d/cd165fe9-7de3-4883-a258-e397472db606.jpg?1783912472" />

        <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">
            Ponder
        </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-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="Ponder" src="https://cards.scryfall.io/large/front/c/d/cd165fe9-7de3-4883-a258-e397472db606.jpg?1783912472" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:63.73},{&quot;2026-06-11&quot;:63.73},{&quot;2026-06-12&quot;:63.73},{&quot;2026-06-13&quot;:63.98},{&quot;2026-06-14&quot;:61.21},{&quot;2026-06-15&quot;:61.21},{&quot;2026-06-16&quot;:61.87},{&quot;2026-06-17&quot;:61.87},{&quot;2026-06-18&quot;:61.92},{&quot;2026-06-19&quot;:61.35},{&quot;2026-06-20&quot;:61.35},{&quot;2026-06-21&quot;:61.35},{&quot;2026-06-22&quot;:61.35},{&quot;2026-06-23&quot;:61.35},{&quot;2026-06-24&quot;:61.35},{&quot;2026-06-25&quot;:61.35},{&quot;2026-06-26&quot;:61.35},{&quot;2026-06-27&quot;:61.35},{&quot;2026-06-28&quot;:61.35},{&quot;2026-06-29&quot;:61.35},{&quot;2026-06-30&quot;:61.35},{&quot;2026-07-01&quot;:61.35},{&quot;2026-07-02&quot;:61.35},{&quot;2026-07-03&quot;:61.35},{&quot;2026-07-04&quot;:61.35},{&quot;2026-07-05&quot;:61.35},{&quot;2026-07-06&quot;:61.35},{&quot;2026-07-07&quot;:61.35},{&quot;2026-07-08&quot;:61.35},{&quot;2026-07-09&quot;:61.42},{&quot;2026-07-10&quot;:61.42},{&quot;2026-07-11&quot;:61.42},{&quot;2026-07-12&quot;:61.42},{&quot;2026-07-13&quot;:61.42},{&quot;2026-07-14&quot;:61.42},{&quot;2026-07-15&quot;:61.42},{&quot;2026-07-16&quot;:61.42},{&quot;2026-07-17&quot;:61.42},{&quot;2026-07-18&quot;:61.42},{&quot;2026-07-19&quot;:61.42},{&quot;2026-07-20&quot;:61.42},{&quot;2026-07-21&quot;:61.42},{&quot;2026-07-23&quot;:61.42},{&quot;2026-07-25&quot;:61.42},{&quot;2026-07-26&quot;:61.42},{&quot;2026-07-27&quot;:61.42},{&quot;2026-07-29&quot;:61.42},{&quot;2026-07-30&quot;:61.42},{&quot;2026-07-31&quot;:61.42},{&quot;2026-08-01&quot;:61.42},{&quot;2026-08-02&quot;:61.42},{&quot;2026-08-03&quot;:61.42},{&quot;2026-08-04&quot;:61.42},{&quot;2026-08-05&quot;:61.42},{&quot;2026-08-07&quot;:61.42},{&quot;2026-08-08&quot;:61.42},{&quot;2026-08-09&quot;:61.42},{&quot;2026-08-10&quot;:61.42},{&quot;2026-08-11&quot;:61.42},{&quot;2026-08-12&quot;:61.42},{&quot;2026-08-13&quot;:61.42},{&quot;2026-08-14&quot;:61.42},{&quot;2026-08-15&quot;:61.42},{&quot;2026-08-16&quot;:61.42},{&quot;2026-08-17&quot;:61.42},{&quot;2026-08-18&quot;:61.42},{&quot;2026-08-19&quot;:61.42},{&quot;2026-08-20&quot;:61.42},{&quot;2026-08-21&quot;:61.42},{&quot;2026-08-22&quot;:61.51},{&quot;2026-08-23&quot;:61.51},{&quot;2026-08-24&quot;:61.42},{&quot;2026-08-25&quot;:61.42},{&quot;2026-08-26&quot;:61.42},{&quot;2026-08-27&quot;:61.51},{&quot;2026-08-28&quot;:61.51},{&quot;2026-08-29&quot;:61.51},{&quot;2026-08-30&quot;:61.51},{&quot;2026-08-31&quot;:61.51},{&quot;2026-09-01&quot;:61.51},{&quot;2026-09-02&quot;:61.51},{&quot;2026-09-03&quot;:61.51},{&quot;2026-09-04&quot;:61.51},{&quot;2026-09-05&quot;:61.51},{&quot;2026-09-06&quot;:61.51},{&quot;2026-09-07&quot;:61.51},{&quot;2026-09-08&quot;:61.51},{&quot;2026-09-09&quot;:61.51},{&quot;2026-09-10&quot;:61.51},{&quot;2026-09-11&quot;:61.51}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.37},{&quot;2026-06-11&quot;:5.37},{&quot;2026-06-12&quot;:5.35},{&quot;2026-06-13&quot;:5.35},{&quot;2026-06-14&quot;:5.35},{&quot;2026-06-15&quot;:5.35},{&quot;2026-06-16&quot;:5.4},{&quot;2026-06-17&quot;:5.37},{&quot;2026-06-18&quot;:5.37},{&quot;2026-06-19&quot;:5.35},{&quot;2026-06-20&quot;:5.35},{&quot;2026-06-21&quot;:5.26},{&quot;2026-06-22&quot;:5.26},{&quot;2026-06-23&quot;:5.26},{&quot;2026-06-24&quot;:5.37},{&quot;2026-06-25&quot;:5.31},{&quot;2026-06-26&quot;:5.24},{&quot;2026-06-27&quot;:5.3},{&quot;2026-06-28&quot;:5.3},{&quot;2026-06-29&quot;:5.3},{&quot;2026-06-30&quot;:5.29},{&quot;2026-07-01&quot;:5.3},{&quot;2026-07-02&quot;:5.35},{&quot;2026-07-03&quot;:5.24},{&quot;2026-07-04&quot;:5.24},{&quot;2026-07-05&quot;:5.11},{&quot;2026-07-06&quot;:5.28},{&quot;2026-07-07&quot;:5.34},{&quot;2026-07-08&quot;:5.34},{&quot;2026-07-09&quot;:5.23},{&quot;2026-07-10&quot;:5.24},{&quot;2026-07-11&quot;:5.24},{&quot;2026-07-12&quot;:5.23},{&quot;2026-07-13&quot;:5.6},{&quot;2026-07-14&quot;:5.6},{&quot;2026-07-15&quot;:5.54},{&quot;2026-07-16&quot;:5.54},{&quot;2026-07-17&quot;:5.49},{&quot;2026-07-18&quot;:5.47},{&quot;2026-07-19&quot;:5.35},{&quot;2026-07-20&quot;:5.34},{&quot;2026-07-21&quot;:5.06},{&quot;2026-07-23&quot;:4.98},{&quot;2026-07-25&quot;:5.01},{&quot;2026-07-26&quot;:5.0},{&quot;2026-07-27&quot;:5.05},{&quot;2026-07-29&quot;:5.03},{&quot;2026-07-30&quot;:5.25},{&quot;2026-07-31&quot;:5.27},{&quot;2026-08-01&quot;:5.27},{&quot;2026-08-02&quot;:5.28},{&quot;2026-08-03&quot;:5.33},{&quot;2026-08-04&quot;:5.33},{&quot;2026-08-05&quot;:5.36},{&quot;2026-08-07&quot;:5.33},{&quot;2026-08-08&quot;:5.52},{&quot;2026-08-09&quot;:5.52},{&quot;2026-08-10&quot;:5.59},{&quot;2026-08-11&quot;:5.46},{&quot;2026-08-12&quot;:5.45},{&quot;2026-08-13&quot;:5.45},{&quot;2026-08-14&quot;:5.74},{&quot;2026-08-15&quot;:5.67},{&quot;2026-08-16&quot;:5.67},{&quot;2026-08-17&quot;:5.67},{&quot;2026-08-18&quot;:5.45},{&quot;2026-08-19&quot;:5.52},{&quot;2026-08-20&quot;:5.52},{&quot;2026-08-21&quot;:5.6},{&quot;2026-08-22&quot;:5.6},{&quot;2026-08-23&quot;:5.6},{&quot;2026-08-24&quot;:5.58},{&quot;2026-08-25&quot;:5.58},{&quot;2026-08-26&quot;:5.64},{&quot;2026-08-27&quot;:5.64},{&quot;2026-08-28&quot;:5.64},{&quot;2026-08-29&quot;:5.64},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.73},{&quot;2026-09-01&quot;:5.73},{&quot;2026-09-02&quot;:5.52},{&quot;2026-09-03&quot;:5.52},{&quot;2026-09-04&quot;:5.6},{&quot;2026-09-05&quot;:5.71},{&quot;2026-09-06&quot;:5.43},{&quot;2026-09-07&quot;:5.39},{&quot;2026-09-08&quot;:5.11},{&quot;2026-09-09&quot;:5.11},{&quot;2026-09-10&quot;:5.21},{&quot;2026-09-11&quot;:5.21}]}"
        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="95146"
  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">
            Herald&#39;s Horn
        </span>


      </div>

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

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

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

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

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

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

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

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

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            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="Herald&#39;s Horn" src="https://cards.scryfall.io/large/front/4/8/48a8abd6-8b5f-45b6-9f82-f2ce17d86222.jpg?1783906294" />
    </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">
                $5.21
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:6.73},{&quot;2026-06-11&quot;:6.76},{&quot;2026-06-12&quot;:7.26},{&quot;2026-06-13&quot;:7.26},{&quot;2026-06-14&quot;:7.29},{&quot;2026-06-15&quot;:7.17},{&quot;2026-06-16&quot;:7.38},{&quot;2026-06-17&quot;:7.38},{&quot;2026-06-18&quot;:7.23},{&quot;2026-06-19&quot;:6.95},{&quot;2026-06-20&quot;:7.12},{&quot;2026-06-21&quot;:7.04},{&quot;2026-06-22&quot;:6.97},{&quot;2026-06-23&quot;:7.1},{&quot;2026-06-24&quot;:7.1},{&quot;2026-06-25&quot;:7.08},{&quot;2026-06-26&quot;:6.99},{&quot;2026-06-27&quot;:7.04},{&quot;2026-06-28&quot;:7.12},{&quot;2026-06-29&quot;:7.19},{&quot;2026-06-30&quot;:7.07},{&quot;2026-07-01&quot;:6.84},{&quot;2026-07-02&quot;:6.4},{&quot;2026-07-03&quot;:6.31},{&quot;2026-07-04&quot;:6.1},{&quot;2026-07-05&quot;:6.02},{&quot;2026-07-06&quot;:6.08},{&quot;2026-07-07&quot;:6.08},{&quot;2026-07-08&quot;:5.8},{&quot;2026-07-09&quot;:5.74},{&quot;2026-07-10&quot;:5.73},{&quot;2026-07-11&quot;:5.84},{&quot;2026-07-12&quot;:5.91},{&quot;2026-07-13&quot;:5.87},{&quot;2026-07-14&quot;:5.91},{&quot;2026-07-15&quot;:5.98},{&quot;2026-07-16&quot;:5.9},{&quot;2026-07-17&quot;:5.82},{&quot;2026-07-18&quot;:5.8},{&quot;2026-07-19&quot;:5.69},{&quot;2026-07-20&quot;:5.71},{&quot;2026-07-21&quot;:5.8},{&quot;2026-07-23&quot;:6.31},{&quot;2026-07-25&quot;:6.3},{&quot;2026-07-26&quot;:6.2},{&quot;2026-07-27&quot;:6.25},{&quot;2026-07-29&quot;:6.09},{&quot;2026-07-30&quot;:6.13},{&quot;2026-07-31&quot;:5.97},{&quot;2026-08-01&quot;:5.94},{&quot;2026-08-02&quot;:5.98},{&quot;2026-08-03&quot;:6.15},{&quot;2026-08-04&quot;:6.19},{&quot;2026-08-05&quot;:6.08},{&quot;2026-08-07&quot;:6.0},{&quot;2026-08-08&quot;:5.9},{&quot;2026-08-09&quot;:5.96},{&quot;2026-08-10&quot;:5.81},{&quot;2026-08-11&quot;:5.72},{&quot;2026-08-12&quot;:5.47},{&quot;2026-08-13&quot;:5.53},{&quot;2026-08-14&quot;:5.45},{&quot;2026-08-15&quot;:5.23},{&quot;2026-08-16&quot;:5.25},{&quot;2026-08-17&quot;:5.32},{&quot;2026-08-18&quot;:5.2},{&quot;2026-08-19&quot;:5.47},{&quot;2026-08-20&quot;:5.47},{&quot;2026-08-21&quot;:5.5},{&quot;2026-08-22&quot;:5.7},{&quot;2026-08-23&quot;:5.84},{&quot;2026-08-24&quot;:5.93},{&quot;2026-08-25&quot;:5.93},{&quot;2026-08-26&quot;:5.9},{&quot;2026-08-27&quot;:5.92},{&quot;2026-08-28&quot;:5.83},{&quot;2026-08-29&quot;:5.83},{&quot;2026-08-30&quot;:5.63},{&quot;2026-08-31&quot;:5.31},{&quot;2026-09-01&quot;:5.31},{&quot;2026-09-02&quot;:5.06},{&quot;2026-09-03&quot;:5.23},{&quot;2026-09-04&quot;:5.34},{&quot;2026-09-05&quot;:5.44},{&quot;2026-09-06&quot;:5.49},{&quot;2026-09-07&quot;:5.25},{&quot;2026-09-08&quot;:5.19},{&quot;2026-09-09&quot;:5.18},{&quot;2026-09-10&quot;:5.12},{&quot;2026-09-11&quot;:5.21}],&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="52886"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.20
          </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="Noxious Revival" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b4b7e327-30b0-4e27-9230-95de1ccd6a72.jpg?1783910599" />

        <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">
            Noxious Revival
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-gp'></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="Noxious Revival" src="https://cards.scryfall.io/large/front/b/4/b4b7e327-30b0-4e27-9230-95de1ccd6a72.jpg?1783910599" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.76},{&quot;2026-06-12&quot;:5.67},{&quot;2026-06-13&quot;:5.64},{&quot;2026-06-14&quot;:5.66},{&quot;2026-06-15&quot;:5.38},{&quot;2026-06-16&quot;:5.38},{&quot;2026-06-17&quot;:5.38},{&quot;2026-06-18&quot;:5.43},{&quot;2026-06-19&quot;:5.42},{&quot;2026-06-20&quot;:5.36},{&quot;2026-06-21&quot;:5.37},{&quot;2026-06-22&quot;:5.28},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.35},{&quot;2026-06-25&quot;:5.36},{&quot;2026-06-26&quot;:5.25},{&quot;2026-06-27&quot;:5.39},{&quot;2026-06-28&quot;:5.67},{&quot;2026-06-29&quot;:5.91},{&quot;2026-06-30&quot;:6.1},{&quot;2026-07-01&quot;:6.22},{&quot;2026-07-02&quot;:6.12},{&quot;2026-07-03&quot;:6.08},{&quot;2026-07-04&quot;:5.94},{&quot;2026-07-05&quot;:5.81},{&quot;2026-07-06&quot;:5.68},{&quot;2026-07-07&quot;:5.58},{&quot;2026-07-08&quot;:5.54},{&quot;2026-07-09&quot;:5.42},{&quot;2026-07-10&quot;:5.35},{&quot;2026-07-11&quot;:5.31},{&quot;2026-07-12&quot;:5.26},{&quot;2026-07-13&quot;:5.1},{&quot;2026-07-14&quot;:5.03},{&quot;2026-07-15&quot;:5.03},{&quot;2026-07-16&quot;:5.22},{&quot;2026-07-17&quot;:5.22},{&quot;2026-07-18&quot;:5.16},{&quot;2026-07-19&quot;:5.16},{&quot;2026-07-20&quot;:5.34},{&quot;2026-07-21&quot;:5.54},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-25&quot;:5.57},{&quot;2026-07-26&quot;:5.53},{&quot;2026-07-27&quot;:5.53},{&quot;2026-07-28&quot;:5.56},{&quot;2026-07-29&quot;:5.43},{&quot;2026-07-30&quot;:5.69},{&quot;2026-07-31&quot;:5.15},{&quot;2026-08-01&quot;:4.77},{&quot;2026-08-02&quot;:4.77},{&quot;2026-08-03&quot;:5.01},{&quot;2026-08-04&quot;:5.01},{&quot;2026-08-05&quot;:4.92},{&quot;2026-08-07&quot;:4.8},{&quot;2026-08-08&quot;:4.58},{&quot;2026-08-09&quot;:4.84},{&quot;2026-08-10&quot;:4.86},{&quot;2026-08-11&quot;:5.02},{&quot;2026-08-12&quot;:5.11},{&quot;2026-08-13&quot;:4.93},{&quot;2026-08-14&quot;:4.73},{&quot;2026-08-15&quot;:4.68},{&quot;2026-08-16&quot;:4.85},{&quot;2026-08-17&quot;:4.86},{&quot;2026-08-18&quot;:5.0},{&quot;2026-08-19&quot;:5.08},{&quot;2026-08-20&quot;:5.08},{&quot;2026-08-21&quot;:5.25},{&quot;2026-08-22&quot;:5.32},{&quot;2026-08-23&quot;:5.3},{&quot;2026-08-24&quot;:5.44},{&quot;2026-08-25&quot;:5.44},{&quot;2026-08-26&quot;:5.38},{&quot;2026-08-27&quot;:5.43},{&quot;2026-08-28&quot;:5.43},{&quot;2026-08-29&quot;:5.43},{&quot;2026-08-30&quot;:5.72},{&quot;2026-08-31&quot;:5.8},{&quot;2026-09-01&quot;:5.8},{&quot;2026-09-02&quot;:5.73},{&quot;2026-09-03&quot;:5.5},{&quot;2026-09-04&quot;:5.06},{&quot;2026-09-05&quot;:5.06},{&quot;2026-09-06&quot;:5.06},{&quot;2026-09-07&quot;:5.1},{&quot;2026-09-08&quot;:5.18},{&quot;2026-09-09&quot;:5.16},{&quot;2026-09-10&quot;:5.14},{&quot;2026-09-11&quot;:5.2}]}"
        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="95174"
  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">
            Farewell
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.20
          </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="Farewell" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/d/4d8b6418-da30-4c68-b87c-3936eb77620c.jpg?1783906289" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Farewell" src="https://cards.scryfall.io/large/front/4/d/4d8b6418-da30-4c68-b87c-3936eb77620c.jpg?1783906289" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:10.3},{&quot;2026-08-20&quot;:10.3},{&quot;2026-08-21&quot;:10.34},{&quot;2026-08-22&quot;:10.34},{&quot;2026-08-23&quot;:10.32},{&quot;2026-08-24&quot;:10.32},{&quot;2026-08-25&quot;:10.32},{&quot;2026-08-26&quot;:10.26},{&quot;2026-08-27&quot;:10.26},{&quot;2026-08-28&quot;:10.26},{&quot;2026-08-29&quot;:10.26},{&quot;2026-08-30&quot;:10.3},{&quot;2026-08-31&quot;:10.3},{&quot;2026-09-01&quot;:10.3},{&quot;2026-09-02&quot;:10.36},{&quot;2026-09-03&quot;:10.46},{&quot;2026-09-04&quot;:10.46},{&quot;2026-09-05&quot;:10.49},{&quot;2026-09-06&quot;:10.49},{&quot;2026-09-07&quot;:10.49},{&quot;2026-09-08&quot;:10.5},{&quot;2026-09-09&quot;:10.51},{&quot;2026-09-10&quot;:10.57},{&quot;2026-09-11&quot;:10.61}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.34},{&quot;2026-06-10&quot;:5.37},{&quot;2026-06-11&quot;:5.52},{&quot;2026-06-12&quot;:5.62},{&quot;2026-06-13&quot;:5.47},{&quot;2026-06-14&quot;:5.56},{&quot;2026-06-15&quot;:5.48},{&quot;2026-06-16&quot;:5.54},{&quot;2026-06-17&quot;:5.44},{&quot;2026-06-18&quot;:5.42},{&quot;2026-06-19&quot;:5.33},{&quot;2026-06-20&quot;:5.43},{&quot;2026-06-21&quot;:5.26},{&quot;2026-06-22&quot;:5.22},{&quot;2026-06-24&quot;:5.24},{&quot;2026-06-25&quot;:5.27},{&quot;2026-06-26&quot;:5.28},{&quot;2026-06-27&quot;:5.23},{&quot;2026-06-28&quot;:5.29},{&quot;2026-06-29&quot;:5.23},{&quot;2026-06-30&quot;:5.05},{&quot;2026-07-01&quot;:5.17},{&quot;2026-07-02&quot;:5.13},{&quot;2026-07-03&quot;:5.14},{&quot;2026-07-04&quot;:5.18},{&quot;2026-07-05&quot;:5.21},{&quot;2026-07-06&quot;:5.26},{&quot;2026-07-07&quot;:5.12},{&quot;2026-07-08&quot;:4.94},{&quot;2026-07-09&quot;:5.09},{&quot;2026-07-10&quot;:5.11},{&quot;2026-07-11&quot;:5.16},{&quot;2026-07-12&quot;:5.13},{&quot;2026-07-13&quot;:5.16},{&quot;2026-07-14&quot;:5.03},{&quot;2026-07-15&quot;:5.01},{&quot;2026-07-16&quot;:5.39},{&quot;2026-07-17&quot;:5.56},{&quot;2026-07-18&quot;:5.19},{&quot;2026-07-19&quot;:5.29},{&quot;2026-07-20&quot;:5.59},{&quot;2026-07-21&quot;:5.6},{&quot;2026-07-23&quot;:5.28},{&quot;2026-07-25&quot;:5.28},{&quot;2026-07-26&quot;:5.35},{&quot;2026-07-27&quot;:5.35},{&quot;2026-07-29&quot;:5.37},{&quot;2026-07-30&quot;:5.4},{&quot;2026-07-31&quot;:5.37},{&quot;2026-08-01&quot;:5.35},{&quot;2026-08-02&quot;:5.44},{&quot;2026-08-03&quot;:5.56},{&quot;2026-08-04&quot;:5.63},{&quot;2026-08-05&quot;:5.61},{&quot;2026-08-07&quot;:5.54},{&quot;2026-08-08&quot;:5.87},{&quot;2026-08-09&quot;:5.83},{&quot;2026-08-10&quot;:5.57},{&quot;2026-08-11&quot;:5.57},{&quot;2026-08-12&quot;:5.61},{&quot;2026-08-13&quot;:5.55},{&quot;2026-08-14&quot;:5.43},{&quot;2026-08-15&quot;:5.67},{&quot;2026-08-16&quot;:5.6},{&quot;2026-08-17&quot;:5.65},{&quot;2026-08-18&quot;:5.61},{&quot;2026-08-19&quot;:5.62},{&quot;2026-08-20&quot;:5.62},{&quot;2026-08-21&quot;:5.77},{&quot;2026-08-22&quot;:5.76},{&quot;2026-08-23&quot;:5.69},{&quot;2026-08-24&quot;:5.57},{&quot;2026-08-25&quot;:5.57},{&quot;2026-08-26&quot;:5.45},{&quot;2026-08-27&quot;:5.57},{&quot;2026-08-28&quot;:5.6},{&quot;2026-08-29&quot;:5.6},{&quot;2026-08-30&quot;:5.49},{&quot;2026-08-31&quot;:5.51},{&quot;2026-09-01&quot;:5.51},{&quot;2026-09-02&quot;:5.63},{&quot;2026-09-03&quot;:5.67},{&quot;2026-09-04&quot;:5.59},{&quot;2026-09-05&quot;:5.38},{&quot;2026-09-06&quot;:5.23},{&quot;2026-09-07&quot;:5.29},{&quot;2026-09-08&quot;:5.26},{&quot;2026-09-09&quot;:5.21},{&quot;2026-09-10&quot;:5.27},{&quot;2026-09-11&quot;:5.2}]}"
        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="20003"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.19
          </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="Ethersworn Canonist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/abc8e0f8-fdb9-4f24-a3e3-439f6cc3ebdc.jpg?1783930216" />

        <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">
            Ethersworn Canonist
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ethersworn Canonist" src="https://cards.scryfall.io/large/front/a/b/abc8e0f8-fdb9-4f24-a3e3-439f6cc3ebdc.jpg?1783930216" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.12},{&quot;2026-06-14&quot;:6.12},{&quot;2026-06-15&quot;:6.12},{&quot;2026-06-16&quot;:6.12},{&quot;2026-06-17&quot;:6.12},{&quot;2026-06-18&quot;:6.08},{&quot;2026-06-19&quot;:6.08},{&quot;2026-06-20&quot;:6.08},{&quot;2026-06-21&quot;:6.08},{&quot;2026-06-22&quot;:6.08},{&quot;2026-06-23&quot;:6.08},{&quot;2026-06-24&quot;:6.07},{&quot;2026-06-25&quot;:6.07},{&quot;2026-06-26&quot;:6.07},{&quot;2026-06-27&quot;:6.07},{&quot;2026-06-28&quot;:6.07},{&quot;2026-06-29&quot;:6.07},{&quot;2026-06-30&quot;:6.07},{&quot;2026-07-01&quot;:6.07},{&quot;2026-07-02&quot;:6.07},{&quot;2026-07-03&quot;:6.08},{&quot;2026-07-04&quot;:6.09},{&quot;2026-07-05&quot;:6.09},{&quot;2026-07-06&quot;:6.09},{&quot;2026-07-07&quot;:6.09},{&quot;2026-07-08&quot;:6.09},{&quot;2026-07-09&quot;:6.09},{&quot;2026-07-10&quot;:6.09},{&quot;2026-07-11&quot;:6.09},{&quot;2026-07-12&quot;:6.09},{&quot;2026-07-13&quot;:6.09},{&quot;2026-07-14&quot;:6.09},{&quot;2026-07-15&quot;:6.09},{&quot;2026-07-16&quot;:6.09},{&quot;2026-07-17&quot;:6.09},{&quot;2026-07-18&quot;:6.09},{&quot;2026-07-19&quot;:6.09},{&quot;2026-07-20&quot;:6.09},{&quot;2026-07-21&quot;:6.09},{&quot;2026-07-22&quot;:6.09},{&quot;2026-07-23&quot;:6.09},{&quot;2026-07-24&quot;:6.09},{&quot;2026-07-25&quot;:6.15},{&quot;2026-07-26&quot;:6.15},{&quot;2026-07-27&quot;:6.15},{&quot;2026-07-28&quot;:6.15},{&quot;2026-07-29&quot;:6.15},{&quot;2026-07-30&quot;:6.15},{&quot;2026-07-31&quot;:6.15},{&quot;2026-08-01&quot;:6.15},{&quot;2026-08-02&quot;:6.15},{&quot;2026-08-03&quot;:6.15},{&quot;2026-08-04&quot;:6.15},{&quot;2026-08-05&quot;:6.15},{&quot;2026-08-07&quot;:6.15},{&quot;2026-08-08&quot;:6.15},{&quot;2026-08-09&quot;:6.15},{&quot;2026-08-10&quot;:6.15},{&quot;2026-08-11&quot;:6.15},{&quot;2026-08-12&quot;:6.15},{&quot;2026-08-13&quot;:6.15},{&quot;2026-08-14&quot;:6.15},{&quot;2026-08-15&quot;:6.15},{&quot;2026-08-16&quot;:6.15},{&quot;2026-08-17&quot;:6.15},{&quot;2026-08-18&quot;:6.15},{&quot;2026-08-19&quot;:6.15},{&quot;2026-08-20&quot;:6.15},{&quot;2026-08-21&quot;:6.15},{&quot;2026-08-22&quot;:6.12},{&quot;2026-08-23&quot;:6.12},{&quot;2026-08-24&quot;:6.12},{&quot;2026-08-25&quot;:6.12},{&quot;2026-08-26&quot;:6.12},{&quot;2026-08-27&quot;:6.12},{&quot;2026-08-28&quot;:6.12},{&quot;2026-08-29&quot;:6.12},{&quot;2026-08-30&quot;:6.12},{&quot;2026-08-31&quot;:6.12},{&quot;2026-09-01&quot;:6.12},{&quot;2026-09-02&quot;:6.12},{&quot;2026-09-03&quot;:6.12},{&quot;2026-09-04&quot;:6.12},{&quot;2026-09-05&quot;:6.12},{&quot;2026-09-06&quot;:6.12},{&quot;2026-09-07&quot;:6.12},{&quot;2026-09-08&quot;:6.12},{&quot;2026-09-09&quot;:6.12},{&quot;2026-09-10&quot;:6.12},{&quot;2026-09-11&quot;:6.12}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.47},{&quot;2026-06-14&quot;:5.47},{&quot;2026-06-15&quot;:5.47},{&quot;2026-06-16&quot;:5.47},{&quot;2026-06-17&quot;:5.51},{&quot;2026-06-18&quot;:5.49},{&quot;2026-06-19&quot;:5.61},{&quot;2026-06-20&quot;:5.56},{&quot;2026-06-21&quot;:5.59},{&quot;2026-06-22&quot;:5.59},{&quot;2026-06-23&quot;:5.59},{&quot;2026-06-24&quot;:5.56},{&quot;2026-06-25&quot;:5.65},{&quot;2026-06-26&quot;:5.65},{&quot;2026-06-27&quot;:5.65},{&quot;2026-06-28&quot;:5.65},{&quot;2026-06-29&quot;:5.65},{&quot;2026-06-30&quot;:5.6},{&quot;2026-07-01&quot;:5.66},{&quot;2026-07-02&quot;:5.59},{&quot;2026-07-03&quot;:5.59},{&quot;2026-07-04&quot;:5.52},{&quot;2026-07-05&quot;:5.52},{&quot;2026-07-06&quot;:5.55},{&quot;2026-07-07&quot;:5.5},{&quot;2026-07-08&quot;:5.5},{&quot;2026-07-09&quot;:5.55},{&quot;2026-07-10&quot;:5.58},{&quot;2026-07-11&quot;:5.63},{&quot;2026-07-12&quot;:5.79},{&quot;2026-07-13&quot;:5.75},{&quot;2026-07-14&quot;:5.84},{&quot;2026-07-15&quot;:5.85},{&quot;2026-07-16&quot;:5.85},{&quot;2026-07-17&quot;:6.0},{&quot;2026-07-18&quot;:6.0},{&quot;2026-07-19&quot;:5.94},{&quot;2026-07-20&quot;:5.92},{&quot;2026-07-21&quot;:5.74},{&quot;2026-07-22&quot;:5.74},{&quot;2026-07-23&quot;:5.78},{&quot;2026-07-24&quot;:5.78},{&quot;2026-07-25&quot;:5.73},{&quot;2026-07-26&quot;:5.69},{&quot;2026-07-27&quot;:5.7},{&quot;2026-07-28&quot;:5.7},{&quot;2026-07-29&quot;:5.7},{&quot;2026-07-30&quot;:5.79},{&quot;2026-07-31&quot;:5.79},{&quot;2026-08-01&quot;:5.79},{&quot;2026-08-02&quot;:5.79},{&quot;2026-08-03&quot;:5.79},{&quot;2026-08-04&quot;:5.79},{&quot;2026-08-05&quot;:5.79},{&quot;2026-08-07&quot;:5.79},{&quot;2026-08-08&quot;:5.79},{&quot;2026-08-09&quot;:5.79},{&quot;2026-08-10&quot;:5.79},{&quot;2026-08-11&quot;:5.79},{&quot;2026-08-12&quot;:5.83},{&quot;2026-08-13&quot;:5.83},{&quot;2026-08-14&quot;:5.85},{&quot;2026-08-15&quot;:5.85},{&quot;2026-08-16&quot;:5.81},{&quot;2026-08-17&quot;:5.74},{&quot;2026-08-18&quot;:5.74},{&quot;2026-08-19&quot;:5.74},{&quot;2026-08-20&quot;:5.74},{&quot;2026-08-21&quot;:5.63},{&quot;2026-08-22&quot;:5.59},{&quot;2026-08-23&quot;:5.45},{&quot;2026-08-24&quot;:5.31},{&quot;2026-08-25&quot;:5.3},{&quot;2026-08-26&quot;:5.27},{&quot;2026-08-27&quot;:5.27},{&quot;2026-08-28&quot;:5.27},{&quot;2026-08-29&quot;:5.27},{&quot;2026-08-30&quot;:5.28},{&quot;2026-08-31&quot;:5.29},{&quot;2026-09-01&quot;:5.34},{&quot;2026-09-02&quot;:5.34},{&quot;2026-09-03&quot;:5.3},{&quot;2026-09-04&quot;:5.3},{&quot;2026-09-05&quot;:5.31},{&quot;2026-09-06&quot;:5.31},{&quot;2026-09-07&quot;:5.3},{&quot;2026-09-08&quot;:5.3},{&quot;2026-09-09&quot;:5.3},{&quot;2026-09-10&quot;:5.19},{&quot;2026-09-11&quot;:5.19}]}"
        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="49141"
  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">
            Harmonic Prodigy
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.19
          </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="Harmonic Prodigy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/2/22579ac0-ad3f-4000-a65a-46a17a7f1aa5.jpg?1783926842" />

        <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">
            Harmonic Prodigy
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Harmonic Prodigy" src="https://cards.scryfall.io/large/front/2/2/22579ac0-ad3f-4000-a65a-46a17a7f1aa5.jpg?1783926842" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  43%
                </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.99
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:15.09},{&quot;2026-06-11&quot;:15.09},{&quot;2026-06-12&quot;:15.09},{&quot;2026-06-13&quot;:15.09},{&quot;2026-06-14&quot;:15.09},{&quot;2026-06-15&quot;:15.09},{&quot;2026-06-16&quot;:15.09},{&quot;2026-06-17&quot;:15.09},{&quot;2026-06-18&quot;:15.09},{&quot;2026-06-19&quot;:15.02},{&quot;2026-06-20&quot;:15.02},{&quot;2026-06-21&quot;:15.02},{&quot;2026-06-22&quot;:14.94},{&quot;2026-06-23&quot;:14.94},{&quot;2026-06-24&quot;:14.94},{&quot;2026-06-25&quot;:14.94},{&quot;2026-06-26&quot;:14.94},{&quot;2026-06-27&quot;:14.94},{&quot;2026-06-28&quot;:14.94},{&quot;2026-06-29&quot;:14.94},{&quot;2026-06-30&quot;:14.94},{&quot;2026-07-01&quot;:14.94},{&quot;2026-07-02&quot;:14.94},{&quot;2026-07-03&quot;:14.94},{&quot;2026-07-04&quot;:14.94},{&quot;2026-07-05&quot;:14.94},{&quot;2026-07-06&quot;:14.94},{&quot;2026-07-07&quot;:14.94},{&quot;2026-07-08&quot;:14.94},{&quot;2026-07-09&quot;:14.94},{&quot;2026-07-10&quot;:14.94},{&quot;2026-07-11&quot;:14.94},{&quot;2026-07-12&quot;:14.94},{&quot;2026-07-13&quot;:14.94},{&quot;2026-07-14&quot;:14.94},{&quot;2026-07-15&quot;:14.94},{&quot;2026-07-16&quot;:14.94},{&quot;2026-07-17&quot;:14.94},{&quot;2026-07-18&quot;:14.94},{&quot;2026-07-19&quot;:14.94},{&quot;2026-07-20&quot;:14.94},{&quot;2026-07-21&quot;:14.94},{&quot;2026-07-23&quot;:14.94},{&quot;2026-07-25&quot;:14.76},{&quot;2026-07-26&quot;:14.76},{&quot;2026-07-27&quot;:14.68},{&quot;2026-07-29&quot;:14.68},{&quot;2026-07-30&quot;:14.68},{&quot;2026-07-31&quot;:14.68},{&quot;2026-08-01&quot;:14.68},{&quot;2026-08-02&quot;:14.68},{&quot;2026-08-03&quot;:14.36},{&quot;2026-08-04&quot;:14.36},{&quot;2026-08-05&quot;:14.36},{&quot;2026-08-07&quot;:14.36},{&quot;2026-08-08&quot;:14.36},{&quot;2026-08-09&quot;:14.36},{&quot;2026-08-10&quot;:14.29},{&quot;2026-08-11&quot;:14.1},{&quot;2026-08-12&quot;:14.1},{&quot;2026-08-13&quot;:14.1},{&quot;2026-08-14&quot;:14.1},{&quot;2026-08-15&quot;:14.1},{&quot;2026-08-16&quot;:14.06},{&quot;2026-08-17&quot;:14.06},{&quot;2026-08-18&quot;:14.04},{&quot;2026-08-19&quot;:14.07},{&quot;2026-08-20&quot;:14.07},{&quot;2026-08-21&quot;:14.07},{&quot;2026-08-22&quot;:14.07},{&quot;2026-08-23&quot;:14.07},{&quot;2026-08-24&quot;:14.07},{&quot;2026-08-25&quot;:14.07},{&quot;2026-08-26&quot;:13.95},{&quot;2026-08-27&quot;:13.99},{&quot;2026-08-28&quot;:13.99},{&quot;2026-08-29&quot;:13.99},{&quot;2026-08-30&quot;:13.99},{&quot;2026-08-31&quot;:13.99},{&quot;2026-09-01&quot;:13.99},{&quot;2026-09-02&quot;:13.99},{&quot;2026-09-03&quot;:13.99},{&quot;2026-09-04&quot;:13.99},{&quot;2026-09-05&quot;:13.99},{&quot;2026-09-06&quot;:13.99},{&quot;2026-09-07&quot;:13.99},{&quot;2026-09-08&quot;:13.99},{&quot;2026-09-09&quot;:13.99},{&quot;2026-09-10&quot;:13.99},{&quot;2026-09-11&quot;:13.99}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.09},{&quot;2026-06-11&quot;:4.05},{&quot;2026-06-12&quot;:3.62},{&quot;2026-06-13&quot;:4.07},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:4.68},{&quot;2026-06-16&quot;:4.88},{&quot;2026-06-17&quot;:4.67},{&quot;2026-06-18&quot;:4.74},{&quot;2026-06-19&quot;:4.57},{&quot;2026-06-20&quot;:4.55},{&quot;2026-06-21&quot;:4.54},{&quot;2026-06-22&quot;:4.6},{&quot;2026-06-23&quot;:4.89},{&quot;2026-06-24&quot;:4.93},{&quot;2026-06-25&quot;:4.7},{&quot;2026-06-26&quot;:4.68},{&quot;2026-06-27&quot;:5.23},{&quot;2026-06-28&quot;:5.41},{&quot;2026-06-29&quot;:5.51},{&quot;2026-06-30&quot;:5.35},{&quot;2026-07-01&quot;:4.78},{&quot;2026-07-02&quot;:4.4},{&quot;2026-07-03&quot;:4.47},{&quot;2026-07-04&quot;:4.5},{&quot;2026-07-05&quot;:4.77},{&quot;2026-07-06&quot;:5.28},{&quot;2026-07-07&quot;:5.39},{&quot;2026-07-08&quot;:5.17},{&quot;2026-07-09&quot;:4.65},{&quot;2026-07-10&quot;:4.23},{&quot;2026-07-11&quot;:3.92},{&quot;2026-07-12&quot;:3.54},{&quot;2026-07-13&quot;:3.64},{&quot;2026-07-14&quot;:4.34},{&quot;2026-07-15&quot;:4.65},{&quot;2026-07-16&quot;:4.59},{&quot;2026-07-17&quot;:4.7},{&quot;2026-07-18&quot;:4.27},{&quot;2026-07-19&quot;:4.27},{&quot;2026-07-20&quot;:4.57},{&quot;2026-07-21&quot;:4.6},{&quot;2026-07-23&quot;:4.44},{&quot;2026-07-25&quot;:4.51},{&quot;2026-07-26&quot;:4.16},{&quot;2026-07-27&quot;:4.21},{&quot;2026-07-29&quot;:4.23},{&quot;2026-07-30&quot;:4.13},{&quot;2026-07-31&quot;:4.41},{&quot;2026-08-01&quot;:4.44},{&quot;2026-08-02&quot;:4.58},{&quot;2026-08-03&quot;:4.81},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.74},{&quot;2026-08-07&quot;:4.37},{&quot;2026-08-08&quot;:4.31},{&quot;2026-08-09&quot;:4.11},{&quot;2026-08-10&quot;:4.02},{&quot;2026-08-11&quot;:3.89},{&quot;2026-08-12&quot;:3.95},{&quot;2026-08-13&quot;:4.04},{&quot;2026-08-14&quot;:4.28},{&quot;2026-08-15&quot;:4.22},{&quot;2026-08-16&quot;:4.21},{&quot;2026-08-17&quot;:4.52},{&quot;2026-08-18&quot;:4.18},{&quot;2026-08-19&quot;:4.29},{&quot;2026-08-20&quot;:4.29},{&quot;2026-08-21&quot;:4.25},{&quot;2026-08-22&quot;:4.3},{&quot;2026-08-23&quot;:4.3},{&quot;2026-08-24&quot;:4.29},{&quot;2026-08-25&quot;:4.29},{&quot;2026-08-26&quot;:5.01},{&quot;2026-08-27&quot;:4.84},{&quot;2026-08-28&quot;:4.85},{&quot;2026-08-29&quot;:4.85},{&quot;2026-08-30&quot;:4.44},{&quot;2026-08-31&quot;:4.45},{&quot;2026-09-01&quot;:4.45},{&quot;2026-09-02&quot;:4.17},{&quot;2026-09-03&quot;:3.97},{&quot;2026-09-04&quot;:3.82},{&quot;2026-09-05&quot;:3.62},{&quot;2026-09-06&quot;:3.81},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.33},{&quot;2026-09-09&quot;:4.86},{&quot;2026-09-10&quot;:5.18},{&quot;2026-09-11&quot;:5.19}]}"
        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="49238"
  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">
            Ignoble Hierarch
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ignoble Hierarch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/aba51852-af8f-49d8-8fb6-22d52a1742b8.jpg?1783926830" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Goblin Shaman</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="Ignoble Hierarch" src="https://cards.scryfall.io/large/front/a/b/aba51852-af8f-49d8-8fb6-22d52a1742b8.jpg?1783926830" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.31},{&quot;2026-06-12&quot;:4.31},{&quot;2026-06-13&quot;:4.31},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.31},{&quot;2026-06-16&quot;:4.31},{&quot;2026-06-17&quot;:4.31},{&quot;2026-06-18&quot;:4.31},{&quot;2026-06-19&quot;:4.31},{&quot;2026-06-20&quot;:4.31},{&quot;2026-06-21&quot;:4.31},{&quot;2026-06-22&quot;:4.31},{&quot;2026-06-23&quot;:4.36},{&quot;2026-06-24&quot;:4.36},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.36},{&quot;2026-06-28&quot;:4.39},{&quot;2026-06-29&quot;:4.39},{&quot;2026-06-30&quot;:4.39},{&quot;2026-07-01&quot;:4.39},{&quot;2026-07-02&quot;:4.39},{&quot;2026-07-03&quot;:4.39},{&quot;2026-07-04&quot;:4.38},{&quot;2026-07-05&quot;:4.38},{&quot;2026-07-06&quot;:4.38},{&quot;2026-07-07&quot;:4.38},{&quot;2026-07-08&quot;:4.38},{&quot;2026-07-09&quot;:4.38},{&quot;2026-07-10&quot;:4.38},{&quot;2026-07-11&quot;:4.38},{&quot;2026-07-12&quot;:4.49},{&quot;2026-07-13&quot;:4.49},{&quot;2026-07-14&quot;:4.49},{&quot;2026-07-15&quot;:4.49},{&quot;2026-07-16&quot;:4.49},{&quot;2026-07-17&quot;:4.49},{&quot;2026-07-18&quot;:4.49},{&quot;2026-07-19&quot;:5.1},{&quot;2026-07-20&quot;:5.1},{&quot;2026-07-21&quot;:5.1},{&quot;2026-07-23&quot;:5.1},{&quot;2026-07-25&quot;:5.1},{&quot;2026-07-26&quot;:5.1},{&quot;2026-07-27&quot;:5.17},{&quot;2026-07-28&quot;:5.17},{&quot;2026-07-29&quot;:5.17},{&quot;2026-07-30&quot;:5.1},{&quot;2026-07-31&quot;:5.14},{&quot;2026-08-01&quot;:5.14},{&quot;2026-08-02&quot;:5.14},{&quot;2026-08-03&quot;:5.14},{&quot;2026-08-04&quot;:5.14},{&quot;2026-08-05&quot;:5.14},{&quot;2026-08-07&quot;:5.14},{&quot;2026-08-08&quot;:5.14},{&quot;2026-08-09&quot;:5.17},{&quot;2026-08-10&quot;:5.17},{&quot;2026-08-11&quot;:5.17},{&quot;2026-08-12&quot;:5.32},{&quot;2026-08-13&quot;:5.32},{&quot;2026-08-14&quot;:5.29},{&quot;2026-08-15&quot;:5.29},{&quot;2026-08-16&quot;:5.29},{&quot;2026-08-17&quot;:5.29},{&quot;2026-08-18&quot;:5.22},{&quot;2026-08-19&quot;:5.22},{&quot;2026-08-20&quot;:5.22},{&quot;2026-08-21&quot;:5.17},{&quot;2026-08-22&quot;:5.17},{&quot;2026-08-23&quot;:5.17},{&quot;2026-08-24&quot;:5.17},{&quot;2026-08-25&quot;:5.17},{&quot;2026-08-26&quot;:5.11},{&quot;2026-08-27&quot;:5.11},{&quot;2026-08-28&quot;:5.11},{&quot;2026-08-29&quot;:5.11},{&quot;2026-08-30&quot;:5.12},{&quot;2026-08-31&quot;:5.12},{&quot;2026-09-01&quot;:5.12},{&quot;2026-09-02&quot;:5.15},{&quot;2026-09-03&quot;:5.15},{&quot;2026-09-04&quot;:5.15},{&quot;2026-09-05&quot;:5.15},{&quot;2026-09-06&quot;:5.15},{&quot;2026-09-07&quot;:5.15},{&quot;2026-09-08&quot;:5.13},{&quot;2026-09-09&quot;:5.21},{&quot;2026-09-10&quot;:5.21},{&quot;2026-09-11&quot;:5.19}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.28},{&quot;2026-06-12&quot;:1.41},{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.35},{&quot;2026-06-15&quot;:1.32},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.36},{&quot;2026-06-19&quot;:1.36},{&quot;2026-06-20&quot;:1.39},{&quot;2026-06-21&quot;:1.43},{&quot;2026-06-22&quot;:1.36},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.26},{&quot;2026-06-25&quot;:1.34},{&quot;2026-06-26&quot;:1.33},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.32},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.29},{&quot;2026-07-01&quot;:1.25},{&quot;2026-07-02&quot;:1.21},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.23},{&quot;2026-07-05&quot;:1.25},{&quot;2026-07-06&quot;:1.21},{&quot;2026-07-07&quot;:1.29},{&quot;2026-07-08&quot;:1.27},{&quot;2026-07-09&quot;:1.3},{&quot;2026-07-10&quot;:1.36},{&quot;2026-07-11&quot;:1.36},{&quot;2026-07-12&quot;:1.37},{&quot;2026-07-13&quot;:1.35},{&quot;2026-07-14&quot;:1.33},{&quot;2026-07-15&quot;:1.32},{&quot;2026-07-16&quot;:1.38},{&quot;2026-07-17&quot;:1.37},{&quot;2026-07-18&quot;:1.34},{&quot;2026-07-19&quot;:1.34},{&quot;2026-07-20&quot;:1.4},{&quot;2026-07-21&quot;:1.45},{&quot;2026-07-23&quot;:1.34},{&quot;2026-07-25&quot;:1.39},{&quot;2026-07-26&quot;:1.52},{&quot;2026-07-27&quot;:1.51},{&quot;2026-07-28&quot;:1.56},{&quot;2026-07-29&quot;:1.51},{&quot;2026-07-30&quot;:1.51},{&quot;2026-07-31&quot;:1.54},{&quot;2026-08-01&quot;:1.5},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.57},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.71},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.68},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.65},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.68},{&quot;2026-08-15&quot;:1.61},{&quot;2026-08-16&quot;:1.53},{&quot;2026-08-17&quot;:1.56},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.53},{&quot;2026-08-20&quot;:1.53},{&quot;2026-08-21&quot;:1.58},{&quot;2026-08-22&quot;:1.54},{&quot;2026-08-23&quot;:1.57},{&quot;2026-08-24&quot;:1.56},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.44},{&quot;2026-08-27&quot;:1.43},{&quot;2026-08-28&quot;:1.5},{&quot;2026-08-29&quot;:1.5},{&quot;2026-08-30&quot;:1.47},{&quot;2026-08-31&quot;:1.55},{&quot;2026-09-01&quot;:1.55},{&quot;2026-09-02&quot;:1.64},{&quot;2026-09-03&quot;:1.64},{&quot;2026-09-04&quot;:1.57},{&quot;2026-09-05&quot;:1.52},{&quot;2026-09-06&quot;:1.5},{&quot;2026-09-07&quot;:1.5},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.53},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.19
          </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="Pantlaza, Sun-Favored" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/5/2524645e-b066-4351-885b-10faa8d819d7.jpg?1783913937" />

        <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">
            Pantlaza, Sun-Favored
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Dinosaur</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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Pantlaza, Sun-Favored" src="https://cards.scryfall.io/large/front/2/5/2524645e-b066-4351-885b-10faa8d819d7.jpg?1783913937" />
    </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.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">
                $5.19
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.0},{&quot;2026-06-10&quot;:4.25},{&quot;2026-06-11&quot;:4.2},{&quot;2026-06-12&quot;:4.13},{&quot;2026-06-13&quot;:4.26},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:4.11},{&quot;2026-06-16&quot;:4.25},{&quot;2026-06-17&quot;:4.35},{&quot;2026-06-18&quot;:4.57},{&quot;2026-06-19&quot;:4.73},{&quot;2026-06-20&quot;:4.73},{&quot;2026-06-21&quot;:4.66},{&quot;2026-06-22&quot;:4.87},{&quot;2026-06-24&quot;:4.86},{&quot;2026-06-25&quot;:4.86},{&quot;2026-06-26&quot;:4.86},{&quot;2026-06-27&quot;:4.86},{&quot;2026-06-28&quot;:5.0},{&quot;2026-06-29&quot;:4.87},{&quot;2026-06-30&quot;:4.93},{&quot;2026-07-01&quot;:4.87},{&quot;2026-07-02&quot;:4.81},{&quot;2026-07-03&quot;:4.75},{&quot;2026-07-04&quot;:4.68},{&quot;2026-07-05&quot;:4.43},{&quot;2026-07-06&quot;:4.58},{&quot;2026-07-07&quot;:4.52},{&quot;2026-07-08&quot;:4.54},{&quot;2026-07-09&quot;:4.44},{&quot;2026-07-10&quot;:4.55},{&quot;2026-07-11&quot;:4.47},{&quot;2026-07-12&quot;:4.47},{&quot;2026-07-13&quot;:4.47},{&quot;2026-07-14&quot;:4.47},{&quot;2026-07-15&quot;:4.41},{&quot;2026-07-16&quot;:4.45},{&quot;2026-07-17&quot;:4.74},{&quot;2026-07-18&quot;:4.97},{&quot;2026-07-19&quot;:5.19},{&quot;2026-07-20&quot;:5.19},{&quot;2026-07-21&quot;:5.01},{&quot;2026-07-23&quot;:4.76},{&quot;2026-07-25&quot;:4.66},{&quot;2026-07-26&quot;:4.62},{&quot;2026-07-27&quot;:4.46},{&quot;2026-07-29&quot;:4.48},{&quot;2026-07-30&quot;:4.56},{&quot;2026-07-31&quot;:4.64},{&quot;2026-08-01&quot;:4.62},{&quot;2026-08-02&quot;:4.47},{&quot;2026-08-03&quot;:4.47},{&quot;2026-08-04&quot;:4.37},{&quot;2026-08-05&quot;:4.23},{&quot;2026-08-07&quot;:4.24},{&quot;2026-08-08&quot;:4.31},{&quot;2026-08-09&quot;:4.27},{&quot;2026-08-10&quot;:4.36},{&quot;2026-08-11&quot;:4.31},{&quot;2026-08-12&quot;:4.52},{&quot;2026-08-13&quot;:4.59},{&quot;2026-08-14&quot;:4.66},{&quot;2026-08-15&quot;:4.73},{&quot;2026-08-16&quot;:4.85},{&quot;2026-08-17&quot;:4.97},{&quot;2026-08-18&quot;:5.14},{&quot;2026-08-19&quot;:5.14},{&quot;2026-08-20&quot;:5.14},{&quot;2026-08-21&quot;:5.14},{&quot;2026-08-22&quot;:5.14},{&quot;2026-08-23&quot;:5.01},{&quot;2026-08-24&quot;:4.97},{&quot;2026-08-25&quot;:4.97},{&quot;2026-08-26&quot;:4.93},{&quot;2026-08-27&quot;:4.95},{&quot;2026-08-28&quot;:5.0},{&quot;2026-08-29&quot;:5.0},{&quot;2026-08-30&quot;:4.93},{&quot;2026-08-31&quot;:4.76},{&quot;2026-09-01&quot;:4.76},{&quot;2026-09-02&quot;:4.94},{&quot;2026-09-03&quot;:4.83},{&quot;2026-09-04&quot;:4.84},{&quot;2026-09-05&quot;:4.94},{&quot;2026-09-06&quot;:5.14},{&quot;2026-09-07&quot;:5.2},{&quot;2026-09-08&quot;:5.25},{&quot;2026-09-09&quot;:5.25},{&quot;2026-09-10&quot;:5.23},{&quot;2026-09-11&quot;:5.19}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.32},{&quot;2026-06-10&quot;:2.48},{&quot;2026-06-11&quot;:2.56},{&quot;2026-06-12&quot;:2.5},{&quot;2026-06-13&quot;:2.5},{&quot;2026-06-14&quot;:2.4},{&quot;2026-06-15&quot;:2.42},{&quot;2026-06-16&quot;:2.58},{&quot;2026-06-17&quot;:2.63},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.68},{&quot;2026-06-20&quot;:2.63},{&quot;2026-06-21&quot;:2.72},{&quot;2026-06-22&quot;:2.72},{&quot;2026-06-24&quot;:2.71},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.72},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.7},{&quot;2026-06-29&quot;:2.7},{&quot;2026-06-30&quot;:2.7},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.72},{&quot;2026-07-03&quot;:2.72},{&quot;2026-07-04&quot;:2.72},{&quot;2026-07-05&quot;:2.76},{&quot;2026-07-06&quot;:2.76},{&quot;2026-07-07&quot;:2.78},{&quot;2026-07-08&quot;:2.83},{&quot;2026-07-09&quot;:2.83},{&quot;2026-07-10&quot;:2.83},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.88},{&quot;2026-07-13&quot;:2.88},{&quot;2026-07-14&quot;:2.88},{&quot;2026-07-15&quot;:2.88},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:2.86},{&quot;2026-07-19&quot;:3.26},{&quot;2026-07-20&quot;:3.31},{&quot;2026-07-21&quot;:3.31},{&quot;2026-07-23&quot;:3.11},{&quot;2026-07-25&quot;:3.13},{&quot;2026-07-26&quot;:3.13},{&quot;2026-07-27&quot;:3.41},{&quot;2026-07-29&quot;:3.51},{&quot;2026-07-30&quot;:3.27},{&quot;2026-07-31&quot;:3.32},{&quot;2026-08-01&quot;:3.32},{&quot;2026-08-02&quot;:3.42},{&quot;2026-08-03&quot;:3.42},{&quot;2026-08-04&quot;:3.71},{&quot;2026-08-05&quot;:3.71},{&quot;2026-08-07&quot;:4.09},{&quot;2026-08-08&quot;:4.14},{&quot;2026-08-09&quot;:4.22},{&quot;2026-08-10&quot;:4.22},{&quot;2026-08-11&quot;:5.19},{&quot;2026-08-12&quot;:4.97},{&quot;2026-08-13&quot;:4.93},{&quot;2026-08-14&quot;:4.93},{&quot;2026-08-15&quot;:4.93},{&quot;2026-08-16&quot;:4.95},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:5.04},{&quot;2026-08-19&quot;:4.99},{&quot;2026-08-20&quot;:4.99},{&quot;2026-08-21&quot;:5.2},{&quot;2026-08-22&quot;:5.26},{&quot;2026-08-23&quot;:5.31},{&quot;2026-08-24&quot;:5.27},{&quot;2026-08-25&quot;:5.27},{&quot;2026-08-26&quot;:5.46},{&quot;2026-08-27&quot;:5.32},{&quot;2026-08-28&quot;:5.32},{&quot;2026-08-29&quot;:5.32},{&quot;2026-08-30&quot;:5.32},{&quot;2026-08-31&quot;:5.32},{&quot;2026-09-01&quot;:5.32},{&quot;2026-09-02&quot;:5.34},{&quot;2026-09-03&quot;:5.34},{&quot;2026-09-04&quot;:5.34},{&quot;2026-09-05&quot;:5.34},{&quot;2026-09-06&quot;:5.34},{&quot;2026-09-07&quot;:5.34},{&quot;2026-09-08&quot;:5.45},{&quot;2026-09-09&quot;:5.29},{&quot;2026-09-10&quot;:5.29},{&quot;2026-09-11&quot;:5.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="96531"
  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-eos 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">
            Mirrorpool
        </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">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.19
          </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="Mirrorpool" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/e/eebffbb3-5421-40e4-af92-999d8eb504f4.jpg?1783905858" />

        <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">
            Mirrorpool
        </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">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="Mirrorpool" src="https://cards.scryfall.io/large/front/e/e/eebffbb3-5421-40e4-af92-999d8eb504f4.jpg?1783905858" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:8.91},{&quot;2026-06-11&quot;:8.85},{&quot;2026-06-12&quot;:8.84},{&quot;2026-06-13&quot;:8.84},{&quot;2026-06-14&quot;:8.84},{&quot;2026-06-15&quot;:8.9},{&quot;2026-06-16&quot;:8.9},{&quot;2026-06-17&quot;:8.9},{&quot;2026-06-18&quot;:8.9},{&quot;2026-06-19&quot;:8.9},{&quot;2026-06-20&quot;:8.9},{&quot;2026-06-21&quot;:8.9},{&quot;2026-06-22&quot;:9.01},{&quot;2026-06-23&quot;:9.03},{&quot;2026-06-24&quot;:9.03},{&quot;2026-06-25&quot;:9.03},{&quot;2026-06-26&quot;:9.03},{&quot;2026-06-27&quot;:9.1},{&quot;2026-06-28&quot;:9.13},{&quot;2026-06-29&quot;:9.06},{&quot;2026-06-30&quot;:9.06},{&quot;2026-07-01&quot;:9.06},{&quot;2026-07-02&quot;:9.06},{&quot;2026-07-03&quot;:9.06},{&quot;2026-07-04&quot;:9.06},{&quot;2026-07-05&quot;:9.06},{&quot;2026-07-06&quot;:9.06},{&quot;2026-07-07&quot;:9.06},{&quot;2026-07-08&quot;:9.06},{&quot;2026-07-09&quot;:9.06},{&quot;2026-07-10&quot;:9.06},{&quot;2026-07-11&quot;:9.06},{&quot;2026-07-12&quot;:9.06},{&quot;2026-07-13&quot;:9.06},{&quot;2026-07-14&quot;:9.06},{&quot;2026-07-15&quot;:9.02},{&quot;2026-07-16&quot;:9.02},{&quot;2026-07-17&quot;:9.01},{&quot;2026-07-18&quot;:9.01},{&quot;2026-07-19&quot;:9.01},{&quot;2026-07-20&quot;:9.01},{&quot;2026-07-21&quot;:9.01},{&quot;2026-07-23&quot;:9.07},{&quot;2026-07-25&quot;:9.04},{&quot;2026-07-26&quot;:9.04},{&quot;2026-07-27&quot;:9.16},{&quot;2026-07-29&quot;:9.45},{&quot;2026-07-30&quot;:9.45},{&quot;2026-07-31&quot;:9.45},{&quot;2026-08-01&quot;:9.45},{&quot;2026-08-02&quot;:9.45},{&quot;2026-08-03&quot;:9.36},{&quot;2026-08-04&quot;:9.36},{&quot;2026-08-05&quot;:9.36},{&quot;2026-08-07&quot;:9.33},{&quot;2026-08-08&quot;:9.33},{&quot;2026-08-09&quot;:9.33},{&quot;2026-08-10&quot;:9.33},{&quot;2026-08-11&quot;:9.33},{&quot;2026-08-12&quot;:9.35},{&quot;2026-08-13&quot;:9.31},{&quot;2026-08-14&quot;:9.31},{&quot;2026-08-15&quot;:9.31},{&quot;2026-08-16&quot;:9.31},{&quot;2026-08-17&quot;:9.31},{&quot;2026-08-18&quot;:9.31},{&quot;2026-08-19&quot;:9.31},{&quot;2026-08-20&quot;:9.31},{&quot;2026-08-21&quot;:9.31},{&quot;2026-08-22&quot;:9.27},{&quot;2026-08-23&quot;:9.33},{&quot;2026-08-24&quot;:9.3},{&quot;2026-08-25&quot;:9.3},{&quot;2026-08-26&quot;:9.31},{&quot;2026-08-27&quot;:9.31},{&quot;2026-08-28&quot;:9.31},{&quot;2026-08-29&quot;:9.31},{&quot;2026-08-30&quot;:9.37},{&quot;2026-08-31&quot;:9.37},{&quot;2026-09-01&quot;:9.37},{&quot;2026-09-02&quot;:9.81},{&quot;2026-09-03&quot;:9.81},{&quot;2026-09-04&quot;:9.81},{&quot;2026-09-05&quot;:9.81},{&quot;2026-09-06&quot;:9.76},{&quot;2026-09-07&quot;:9.76},{&quot;2026-09-08&quot;:9.76},{&quot;2026-09-09&quot;:9.76},{&quot;2026-09-10&quot;:9.76},{&quot;2026-09-11&quot;:9.76}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.09},{&quot;2026-06-11&quot;:4.16},{&quot;2026-06-12&quot;:4.13},{&quot;2026-06-13&quot;:4.36},{&quot;2026-06-14&quot;:4.34},{&quot;2026-06-15&quot;:4.38},{&quot;2026-06-16&quot;:4.35},{&quot;2026-06-17&quot;:4.33},{&quot;2026-06-18&quot;:4.47},{&quot;2026-06-19&quot;:4.44},{&quot;2026-06-20&quot;:4.69},{&quot;2026-06-21&quot;:4.69},{&quot;2026-06-22&quot;:4.74},{&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.68},{&quot;2026-06-27&quot;:4.66},{&quot;2026-06-28&quot;:4.75},{&quot;2026-06-29&quot;:4.72},{&quot;2026-06-30&quot;:4.71},{&quot;2026-07-01&quot;:4.72},{&quot;2026-07-02&quot;:4.72},{&quot;2026-07-03&quot;:4.69},{&quot;2026-07-04&quot;:4.62},{&quot;2026-07-05&quot;:4.68},{&quot;2026-07-06&quot;:4.68},{&quot;2026-07-07&quot;:4.69},{&quot;2026-07-08&quot;:4.61},{&quot;2026-07-09&quot;:4.61},{&quot;2026-07-10&quot;:4.56},{&quot;2026-07-11&quot;:4.56},{&quot;2026-07-12&quot;:4.49},{&quot;2026-07-13&quot;:4.48},{&quot;2026-07-14&quot;:4.47},{&quot;2026-07-15&quot;:4.31},{&quot;2026-07-16&quot;:4.31},{&quot;2026-07-17&quot;:4.3},{&quot;2026-07-18&quot;:4.25},{&quot;2026-07-19&quot;:4.31},{&quot;2026-07-20&quot;:4.28},{&quot;2026-07-21&quot;:4.24},{&quot;2026-07-23&quot;:4.24},{&quot;2026-07-25&quot;:4.53},{&quot;2026-07-26&quot;:4.56},{&quot;2026-07-27&quot;:4.58},{&quot;2026-07-29&quot;:4.62},{&quot;2026-07-30&quot;:4.62},{&quot;2026-07-31&quot;:4.62},{&quot;2026-08-01&quot;:4.56},{&quot;2026-08-02&quot;:4.5},{&quot;2026-08-03&quot;:4.59},{&quot;2026-08-04&quot;:4.45},{&quot;2026-08-05&quot;:4.52},{&quot;2026-08-07&quot;:4.37},{&quot;2026-08-08&quot;:4.43},{&quot;2026-08-09&quot;:4.32},{&quot;2026-08-10&quot;:4.24},{&quot;2026-08-11&quot;:4.13},{&quot;2026-08-12&quot;:4.09},{&quot;2026-08-13&quot;:4.07},{&quot;2026-08-14&quot;:4.06},{&quot;2026-08-15&quot;:4.06},{&quot;2026-08-16&quot;:4.19},{&quot;2026-08-17&quot;:4.19},{&quot;2026-08-18&quot;:4.21},{&quot;2026-08-19&quot;:4.23},{&quot;2026-08-20&quot;:4.23},{&quot;2026-08-21&quot;:4.27},{&quot;2026-08-22&quot;:4.27},{&quot;2026-08-23&quot;:4.32},{&quot;2026-08-24&quot;:4.51},{&quot;2026-08-25&quot;:4.51},{&quot;2026-08-26&quot;:4.72},{&quot;2026-08-27&quot;:4.84},{&quot;2026-08-28&quot;:4.8},{&quot;2026-08-29&quot;:4.8},{&quot;2026-08-30&quot;:5.08},{&quot;2026-08-31&quot;:5.16},{&quot;2026-09-01&quot;:5.16},{&quot;2026-09-02&quot;:5.1},{&quot;2026-09-03&quot;:4.99},{&quot;2026-09-04&quot;:5.01},{&quot;2026-09-05&quot;:5.33},{&quot;2026-09-06&quot;:5.33},{&quot;2026-09-07&quot;:5.22},{&quot;2026-09-08&quot;:5.3},{&quot;2026-09-09&quot;:5.3},{&quot;2026-09-10&quot;:5.23},{&quot;2026-09-11&quot;:5.19}]}"
        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="12271"
  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">
            Balor
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.17
          </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="Balor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/0/60c1b3da-e8e6-4118-a268-1e3871e6ffee.jpg?1783922744" />

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Balor" src="https://cards.scryfall.io/large/front/6/0/60c1b3da-e8e6-4118-a268-1e3871e6ffee.jpg?1783922744" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.53},{&quot;2026-06-11&quot;:5.53},{&quot;2026-06-12&quot;:5.53},{&quot;2026-06-13&quot;:5.53},{&quot;2026-06-14&quot;:5.58},{&quot;2026-06-15&quot;:5.58},{&quot;2026-06-16&quot;:5.58},{&quot;2026-06-17&quot;:5.58},{&quot;2026-06-18&quot;:5.58},{&quot;2026-06-19&quot;:5.58},{&quot;2026-06-20&quot;:5.7},{&quot;2026-06-21&quot;:5.7},{&quot;2026-06-22&quot;:5.7},{&quot;2026-06-23&quot;:5.7},{&quot;2026-06-24&quot;:5.7},{&quot;2026-06-25&quot;:5.7},{&quot;2026-06-26&quot;:5.7},{&quot;2026-06-27&quot;:5.7},{&quot;2026-06-28&quot;:5.7},{&quot;2026-06-29&quot;:5.7},{&quot;2026-06-30&quot;:5.7},{&quot;2026-07-01&quot;:5.7},{&quot;2026-07-02&quot;:5.7},{&quot;2026-07-03&quot;:5.7},{&quot;2026-07-04&quot;:5.7},{&quot;2026-07-05&quot;:5.32},{&quot;2026-07-06&quot;:5.32},{&quot;2026-07-07&quot;:5.32},{&quot;2026-07-08&quot;:5.32},{&quot;2026-07-09&quot;:5.32},{&quot;2026-07-10&quot;:5.32},{&quot;2026-07-11&quot;:5.32},{&quot;2026-07-12&quot;:5.32},{&quot;2026-07-13&quot;:5.32},{&quot;2026-07-14&quot;:5.38},{&quot;2026-07-15&quot;:5.45},{&quot;2026-07-16&quot;:5.45},{&quot;2026-07-17&quot;:5.45},{&quot;2026-07-18&quot;:5.45},{&quot;2026-07-19&quot;:5.45},{&quot;2026-07-20&quot;:5.41},{&quot;2026-07-21&quot;:5.41},{&quot;2026-07-23&quot;:5.41},{&quot;2026-07-25&quot;:5.41},{&quot;2026-07-26&quot;:5.41},{&quot;2026-07-27&quot;:5.41},{&quot;2026-07-29&quot;:5.4},{&quot;2026-07-30&quot;:5.4},{&quot;2026-07-31&quot;:5.23},{&quot;2026-08-01&quot;:5.23},{&quot;2026-08-02&quot;:5.23},{&quot;2026-08-03&quot;:5.23},{&quot;2026-08-04&quot;:5.23},{&quot;2026-08-05&quot;:5.23},{&quot;2026-08-07&quot;:5.23},{&quot;2026-08-08&quot;:5.26},{&quot;2026-08-09&quot;:5.25},{&quot;2026-08-10&quot;:5.17},{&quot;2026-08-11&quot;:5.17},{&quot;2026-08-12&quot;:5.18},{&quot;2026-08-13&quot;:5.18},{&quot;2026-08-14&quot;:5.15},{&quot;2026-08-15&quot;:5.14},{&quot;2026-08-16&quot;:5.23},{&quot;2026-08-17&quot;:5.23},{&quot;2026-08-18&quot;:5.23},{&quot;2026-08-19&quot;:5.23},{&quot;2026-08-20&quot;:5.23},{&quot;2026-08-21&quot;:5.23},{&quot;2026-08-22&quot;:5.23},{&quot;2026-08-23&quot;:5.23},{&quot;2026-08-24&quot;:5.23},{&quot;2026-08-25&quot;:5.23},{&quot;2026-08-26&quot;:5.23},{&quot;2026-08-27&quot;:5.29},{&quot;2026-08-28&quot;:5.29},{&quot;2026-08-29&quot;:5.29},{&quot;2026-08-30&quot;:5.35},{&quot;2026-08-31&quot;:5.35},{&quot;2026-09-01&quot;:5.35},{&quot;2026-09-02&quot;:5.22},{&quot;2026-09-03&quot;:5.22},{&quot;2026-09-04&quot;:5.22},{&quot;2026-09-05&quot;:5.22},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.22},{&quot;2026-09-08&quot;:5.22},{&quot;2026-09-09&quot;:5.22},{&quot;2026-09-10&quot;:5.22},{&quot;2026-09-11&quot;:5.22}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.37},{&quot;2026-06-11&quot;:5.41},{&quot;2026-06-12&quot;:5.41},{&quot;2026-06-13&quot;:5.44},{&quot;2026-06-14&quot;:5.38},{&quot;2026-06-15&quot;:5.38},{&quot;2026-06-16&quot;:5.38},{&quot;2026-06-17&quot;:5.38},{&quot;2026-06-18&quot;:5.35},{&quot;2026-06-19&quot;:5.33},{&quot;2026-06-20&quot;:5.33},{&quot;2026-06-21&quot;:5.33},{&quot;2026-06-22&quot;:5.18},{&quot;2026-06-23&quot;:5.14},{&quot;2026-06-24&quot;:5.04},{&quot;2026-06-25&quot;:4.87},{&quot;2026-06-26&quot;:4.92},{&quot;2026-06-27&quot;:4.92},{&quot;2026-06-28&quot;:4.96},{&quot;2026-06-29&quot;:5.0},{&quot;2026-06-30&quot;:5.0},{&quot;2026-07-01&quot;:4.99},{&quot;2026-07-02&quot;:4.92},{&quot;2026-07-03&quot;:4.82},{&quot;2026-07-04&quot;:4.87},{&quot;2026-07-05&quot;:4.86},{&quot;2026-07-06&quot;:4.77},{&quot;2026-07-07&quot;:4.72},{&quot;2026-07-08&quot;:4.76},{&quot;2026-07-09&quot;:4.77},{&quot;2026-07-10&quot;:4.69},{&quot;2026-07-11&quot;:4.57},{&quot;2026-07-12&quot;:4.55},{&quot;2026-07-13&quot;:4.45},{&quot;2026-07-14&quot;:4.43},{&quot;2026-07-15&quot;:4.37},{&quot;2026-07-16&quot;:4.46},{&quot;2026-07-17&quot;:4.57},{&quot;2026-07-18&quot;:4.5},{&quot;2026-07-19&quot;:4.96},{&quot;2026-07-20&quot;:5.02},{&quot;2026-07-21&quot;:4.95},{&quot;2026-07-23&quot;:4.75},{&quot;2026-07-25&quot;:4.93},{&quot;2026-07-26&quot;:4.93},{&quot;2026-07-27&quot;:4.93},{&quot;2026-07-29&quot;:4.92},{&quot;2026-07-30&quot;:4.92},{&quot;2026-07-31&quot;:5.08},{&quot;2026-08-01&quot;:5.13},{&quot;2026-08-02&quot;:5.16},{&quot;2026-08-03&quot;:5.18},{&quot;2026-08-04&quot;:5.18},{&quot;2026-08-05&quot;:5.19},{&quot;2026-08-07&quot;:5.19},{&quot;2026-08-08&quot;:5.2},{&quot;2026-08-09&quot;:5.15},{&quot;2026-08-10&quot;:5.15},{&quot;2026-08-11&quot;:5.15},{&quot;2026-08-12&quot;:5.07},{&quot;2026-08-13&quot;:5.01},{&quot;2026-08-14&quot;:5.01},{&quot;2026-08-15&quot;:5.01},{&quot;2026-08-16&quot;:5.14},{&quot;2026-08-17&quot;:5.2},{&quot;2026-08-18&quot;:5.2},{&quot;2026-08-19&quot;:5.2},{&quot;2026-08-20&quot;:5.2},{&quot;2026-08-21&quot;:5.23},{&quot;2026-08-22&quot;:5.16},{&quot;2026-08-23&quot;:5.17},{&quot;2026-08-24&quot;:5.18},{&quot;2026-08-25&quot;:5.18},{&quot;2026-08-26&quot;:5.26},{&quot;2026-08-27&quot;:5.25},{&quot;2026-08-28&quot;:5.37},{&quot;2026-08-29&quot;:5.37},{&quot;2026-08-30&quot;:5.4},{&quot;2026-08-31&quot;:5.32},{&quot;2026-09-01&quot;:5.32},{&quot;2026-09-02&quot;:5.28},{&quot;2026-09-03&quot;:5.18},{&quot;2026-09-04&quot;:5.18},{&quot;2026-09-05&quot;:5.27},{&quot;2026-09-06&quot;:5.27},{&quot;2026-09-07&quot;:5.27},{&quot;2026-09-08&quot;:5.27},{&quot;2026-09-09&quot;:5.26},{&quot;2026-09-10&quot;:5.26},{&quot;2026-09-11&quot;:5.17}]}"
        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="19285"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $5.17
          </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="Adarkar Wastes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/d/ed5764bd-712b-4e6b-b71e-5767d5613b1c.jpg?1783921201" />

        <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">
            Adarkar Wastes
        </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="Adarkar Wastes" src="https://cards.scryfall.io/large/front/e/d/ed5764bd-712b-4e6b-b71e-5767d5613b1c.jpg?1783921201" />
    </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">
            4
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.64},{&quot;2026-06-12&quot;:4.64},{&quot;2026-06-13&quot;:4.5},{&quot;2026-06-14&quot;:4.48},{&quot;2026-06-15&quot;:4.51},{&quot;2026-06-16&quot;:4.51},{&quot;2026-06-17&quot;:4.53},{&quot;2026-06-18&quot;:4.53},{&quot;2026-06-19&quot;:4.52},{&quot;2026-06-20&quot;:4.55},{&quot;2026-06-21&quot;:4.55},{&quot;2026-06-22&quot;:4.61},{&quot;2026-06-23&quot;:4.7},{&quot;2026-06-24&quot;:4.7},{&quot;2026-06-25&quot;:4.7},{&quot;2026-06-26&quot;:4.73},{&quot;2026-06-27&quot;:4.69},{&quot;2026-06-28&quot;:4.69},{&quot;2026-06-29&quot;:4.73},{&quot;2026-06-30&quot;:4.73},{&quot;2026-07-01&quot;:4.76},{&quot;2026-07-02&quot;:4.76},{&quot;2026-07-03&quot;:4.76},{&quot;2026-07-04&quot;:4.76},{&quot;2026-07-05&quot;:4.76},{&quot;2026-07-06&quot;:4.76},{&quot;2026-07-07&quot;:4.76},{&quot;2026-07-08&quot;:4.76},{&quot;2026-07-09&quot;:4.76},{&quot;2026-07-10&quot;:4.76},{&quot;2026-07-11&quot;:4.73},{&quot;2026-07-12&quot;:4.77},{&quot;2026-07-13&quot;:4.74},{&quot;2026-07-14&quot;:4.74},{&quot;2026-07-15&quot;:4.74},{&quot;2026-07-16&quot;:4.74},{&quot;2026-07-17&quot;:4.71},{&quot;2026-07-18&quot;:4.77},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.82},{&quot;2026-07-21&quot;:4.74},{&quot;2026-07-23&quot;:4.72},{&quot;2026-07-25&quot;:4.75},{&quot;2026-07-26&quot;:4.75},{&quot;2026-07-27&quot;:4.75},{&quot;2026-07-28&quot;:4.79},{&quot;2026-07-29&quot;:4.79},{&quot;2026-07-30&quot;:4.79},{&quot;2026-07-31&quot;:5.0},{&quot;2026-08-01&quot;:5.0},{&quot;2026-08-02&quot;:5.0},{&quot;2026-08-03&quot;:5.0},{&quot;2026-08-04&quot;:5.0},{&quot;2026-08-05&quot;:5.0},{&quot;2026-08-07&quot;:5.01},{&quot;2026-08-08&quot;:5.01},{&quot;2026-08-09&quot;:5.11},{&quot;2026-08-10&quot;:5.11},{&quot;2026-08-11&quot;:5.16},{&quot;2026-08-12&quot;:5.16},{&quot;2026-08-13&quot;:5.16},{&quot;2026-08-14&quot;:5.16},{&quot;2026-08-15&quot;:5.15},{&quot;2026-08-16&quot;:5.15},{&quot;2026-08-17&quot;:5.15},{&quot;2026-08-18&quot;:5.15},{&quot;2026-08-19&quot;:5.15},{&quot;2026-08-20&quot;:5.15},{&quot;2026-08-21&quot;:5.15},{&quot;2026-08-22&quot;:5.15},{&quot;2026-08-23&quot;:5.15},{&quot;2026-08-24&quot;:5.15},{&quot;2026-08-25&quot;:5.15},{&quot;2026-08-26&quot;:5.15},{&quot;2026-08-27&quot;:5.15},{&quot;2026-08-28&quot;:5.15},{&quot;2026-08-29&quot;:5.15},{&quot;2026-08-30&quot;:5.15},{&quot;2026-08-31&quot;:5.15},{&quot;2026-09-01&quot;:5.15},{&quot;2026-09-02&quot;:5.19},{&quot;2026-09-03&quot;:5.19},{&quot;2026-09-04&quot;:5.19},{&quot;2026-09-05&quot;:5.22},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.22},{&quot;2026-09-08&quot;:5.17},{&quot;2026-09-09&quot;:5.17},{&quot;2026-09-10&quot;:5.17},{&quot;2026-09-11&quot;:5.17}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.3},{&quot;2026-06-12&quot;:2.38},{&quot;2026-06-13&quot;:2.38},{&quot;2026-06-14&quot;:2.38},{&quot;2026-06-15&quot;:2.41},{&quot;2026-06-16&quot;:2.52},{&quot;2026-06-17&quot;:2.53},{&quot;2026-06-18&quot;:2.53},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.52},{&quot;2026-06-21&quot;:2.44},{&quot;2026-06-22&quot;:2.5},{&quot;2026-06-23&quot;:2.51},{&quot;2026-06-24&quot;:2.58},{&quot;2026-06-25&quot;:2.6},{&quot;2026-06-26&quot;:2.6},{&quot;2026-06-27&quot;:2.62},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.51},{&quot;2026-06-30&quot;:2.45},{&quot;2026-07-01&quot;:2.36},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.34},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.43},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.43},{&quot;2026-07-08&quot;:2.43},{&quot;2026-07-09&quot;:2.45},{&quot;2026-07-10&quot;:2.44},{&quot;2026-07-11&quot;:2.44},{&quot;2026-07-12&quot;:2.43},{&quot;2026-07-13&quot;:2.48},{&quot;2026-07-14&quot;:2.54},{&quot;2026-07-15&quot;:2.28},{&quot;2026-07-16&quot;:2.32},{&quot;2026-07-17&quot;:2.31},{&quot;2026-07-18&quot;:2.24},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.17},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-25&quot;:2.12},{&quot;2026-07-26&quot;:2.12},{&quot;2026-07-27&quot;:2.2},{&quot;2026-07-28&quot;:2.2},{&quot;2026-07-29&quot;:2.19},{&quot;2026-07-30&quot;:2.3},{&quot;2026-07-31&quot;:2.31},{&quot;2026-08-01&quot;:2.36},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.49},{&quot;2026-08-05&quot;:2.5},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.52},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.48},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.47},{&quot;2026-08-14&quot;:2.36},{&quot;2026-08-15&quot;:2.3},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.3},{&quot;2026-08-18&quot;:2.26},{&quot;2026-08-19&quot;:2.25},{&quot;2026-08-20&quot;:2.25},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:2.33},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.28},{&quot;2026-08-25&quot;:2.28},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.21},{&quot;2026-08-28&quot;:2.13},{&quot;2026-08-29&quot;:2.13},{&quot;2026-08-30&quot;:2.1},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.34},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.35},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.34},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.39}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109415"
  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-soa 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">
            Pongify
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Pongify" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/5780936e-629d-4737-9005-651234f5426d.jpg?1782683425" />

        <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">
            Pongify
        </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="Pongify" src="https://cards.scryfall.io/large/front/5/7/5780936e-629d-4737-9005-651234f5426d.jpg?1782683425" />
    </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.82
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.26},{&quot;2026-06-11&quot;:4.36},{&quot;2026-06-12&quot;:4.3},{&quot;2026-06-13&quot;:4.34},{&quot;2026-06-14&quot;:4.39},{&quot;2026-06-15&quot;:4.26},{&quot;2026-06-16&quot;:3.93},{&quot;2026-06-17&quot;:3.89},{&quot;2026-06-18&quot;:3.94},{&quot;2026-06-19&quot;:3.93},{&quot;2026-06-20&quot;:3.81},{&quot;2026-06-21&quot;:3.72},{&quot;2026-06-22&quot;:3.84},{&quot;2026-06-23&quot;:3.84},{&quot;2026-06-24&quot;:3.84},{&quot;2026-06-25&quot;:3.96},{&quot;2026-06-26&quot;:4.07},{&quot;2026-06-27&quot;:4.07},{&quot;2026-06-28&quot;:3.96},{&quot;2026-06-29&quot;:3.95},{&quot;2026-06-30&quot;:3.93},{&quot;2026-07-01&quot;:3.94},{&quot;2026-07-02&quot;:3.71},{&quot;2026-07-03&quot;:3.78},{&quot;2026-07-04&quot;:3.79},{&quot;2026-07-05&quot;:3.79},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.76},{&quot;2026-07-08&quot;:3.79},{&quot;2026-07-09&quot;:3.8},{&quot;2026-07-10&quot;:3.85},{&quot;2026-07-11&quot;:3.85},{&quot;2026-07-12&quot;:3.8},{&quot;2026-07-13&quot;:3.82},{&quot;2026-07-14&quot;:4.14},{&quot;2026-07-15&quot;:4.16},{&quot;2026-07-16&quot;:4.23},{&quot;2026-07-17&quot;:4.25},{&quot;2026-07-18&quot;:4.37},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.45},{&quot;2026-07-21&quot;:4.56},{&quot;2026-07-23&quot;:4.57},{&quot;2026-07-25&quot;:4.57},{&quot;2026-07-26&quot;:4.39},{&quot;2026-07-27&quot;:4.26},{&quot;2026-07-29&quot;:4.15},{&quot;2026-07-30&quot;:4.17},{&quot;2026-07-31&quot;:4.18},{&quot;2026-08-01&quot;:4.21},{&quot;2026-08-02&quot;:4.05},{&quot;2026-08-03&quot;:4.43},{&quot;2026-08-04&quot;:4.63},{&quot;2026-08-05&quot;:4.65},{&quot;2026-08-07&quot;:4.72},{&quot;2026-08-08&quot;:4.5},{&quot;2026-08-09&quot;:4.58},{&quot;2026-08-10&quot;:4.58},{&quot;2026-08-11&quot;:4.59},{&quot;2026-08-12&quot;:4.63},{&quot;2026-08-13&quot;:4.69},{&quot;2026-08-14&quot;:4.56},{&quot;2026-08-15&quot;:4.56},{&quot;2026-08-16&quot;:4.51},{&quot;2026-08-17&quot;:4.7},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.85},{&quot;2026-08-20&quot;:4.85},{&quot;2026-08-21&quot;:5.08},{&quot;2026-08-22&quot;:5.08},{&quot;2026-08-23&quot;:4.92},{&quot;2026-08-24&quot;:4.92},{&quot;2026-08-25&quot;:4.92},{&quot;2026-08-26&quot;:4.85},{&quot;2026-08-27&quot;:4.82},{&quot;2026-08-28&quot;:4.82},{&quot;2026-08-29&quot;:4.82},{&quot;2026-08-30&quot;:5.14},{&quot;2026-08-31&quot;:5.06},{&quot;2026-09-01&quot;:5.06},{&quot;2026-09-02&quot;:5.16},{&quot;2026-09-03&quot;:5.14},{&quot;2026-09-04&quot;:5.16},{&quot;2026-09-05&quot;:5.16},{&quot;2026-09-06&quot;:5.17},{&quot;2026-09-07&quot;:5.2},{&quot;2026-09-08&quot;:5.2},{&quot;2026-09-09&quot;:5.24},{&quot;2026-09-10&quot;:5.16},{&quot;2026-09-11&quot;:5.17}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.61},{&quot;2026-06-11&quot;:2.87},{&quot;2026-06-12&quot;:2.79},{&quot;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:2.44},{&quot;2026-06-15&quot;:2.49},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:3.09},{&quot;2026-06-19&quot;:3.05},{&quot;2026-06-20&quot;:2.92},{&quot;2026-06-21&quot;:2.77},{&quot;2026-06-22&quot;:2.44},{&quot;2026-06-23&quot;:2.42},{&quot;2026-06-24&quot;:2.48},{&quot;2026-06-25&quot;:2.29},{&quot;2026-06-26&quot;:2.31},{&quot;2026-06-27&quot;:2.34},{&quot;2026-06-28&quot;:2.39},{&quot;2026-06-29&quot;:2.47},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.38},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.2},{&quot;2026-07-07&quot;:2.19},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.31},{&quot;2026-07-10&quot;:2.6},{&quot;2026-07-11&quot;:2.59},{&quot;2026-07-12&quot;:2.66},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.72},{&quot;2026-07-15&quot;:2.74},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.92},{&quot;2026-07-18&quot;:2.93},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.2},{&quot;2026-07-21&quot;:3.07},{&quot;2026-07-23&quot;:3.02},{&quot;2026-07-25&quot;:3.24},{&quot;2026-07-26&quot;:3.21},{&quot;2026-07-27&quot;:3.27},{&quot;2026-07-29&quot;:3.48},{&quot;2026-07-30&quot;:3.28},{&quot;2026-07-31&quot;:3.4},{&quot;2026-08-01&quot;:3.51},{&quot;2026-08-02&quot;:3.89},{&quot;2026-08-03&quot;:3.73},{&quot;2026-08-04&quot;:3.72},{&quot;2026-08-05&quot;:3.64},{&quot;2026-08-07&quot;:3.3},{&quot;2026-08-08&quot;:3.62},{&quot;2026-08-09&quot;:3.76},{&quot;2026-08-10&quot;:3.74},{&quot;2026-08-11&quot;:4.04},{&quot;2026-08-12&quot;:3.67},{&quot;2026-08-13&quot;:3.62},{&quot;2026-08-14&quot;:3.61},{&quot;2026-08-15&quot;:3.67},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.56},{&quot;2026-08-18&quot;:3.8},{&quot;2026-08-19&quot;:3.73},{&quot;2026-08-20&quot;:3.73},{&quot;2026-08-21&quot;:3.57},{&quot;2026-08-22&quot;:3.54},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:3.25},{&quot;2026-08-25&quot;:3.25},{&quot;2026-08-26&quot;:3.52},{&quot;2026-08-27&quot;:3.76},{&quot;2026-08-28&quot;:3.71},{&quot;2026-08-29&quot;:3.71},{&quot;2026-08-30&quot;:3.32},{&quot;2026-08-31&quot;:3.33},{&quot;2026-09-01&quot;:3.33},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.22},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.58},{&quot;2026-09-08&quot;:3.72},{&quot;2026-09-09&quot;:3.73},{&quot;2026-09-10&quot;:3.75},{&quot;2026-09-11&quot;:3.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="40358"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Windfall
        </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">
            $5.16
          </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="Windfall" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/0846f753-0d53-4bdd-be0e-19d989db5d5f.jpg?1783928322" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Windfall" src="https://cards.scryfall.io/large/front/0/8/0846f753-0d53-4bdd-be0e-19d989db5d5f.jpg?1783928322" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.73},{&quot;2026-06-11&quot;:4.57},{&quot;2026-06-12&quot;:4.71},{&quot;2026-06-13&quot;:4.72},{&quot;2026-06-14&quot;:4.74},{&quot;2026-06-15&quot;:4.77},{&quot;2026-06-16&quot;:4.79},{&quot;2026-06-17&quot;:4.79},{&quot;2026-06-18&quot;:4.69},{&quot;2026-06-19&quot;:4.58},{&quot;2026-06-20&quot;:4.59},{&quot;2026-06-21&quot;:4.64},{&quot;2026-06-22&quot;:4.69},{&quot;2026-06-23&quot;:4.73},{&quot;2026-06-24&quot;:4.72},{&quot;2026-06-25&quot;:4.75},{&quot;2026-06-26&quot;:4.75},{&quot;2026-06-27&quot;:4.72},{&quot;2026-06-28&quot;:4.72},{&quot;2026-06-29&quot;:4.72},{&quot;2026-06-30&quot;:4.81},{&quot;2026-07-01&quot;:4.84},{&quot;2026-07-02&quot;:4.86},{&quot;2026-07-03&quot;:4.86},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:4.86},{&quot;2026-07-06&quot;:4.85},{&quot;2026-07-07&quot;:4.78},{&quot;2026-07-08&quot;:4.78},{&quot;2026-07-09&quot;:4.78},{&quot;2026-07-10&quot;:4.78},{&quot;2026-07-11&quot;:4.77},{&quot;2026-07-12&quot;:4.78},{&quot;2026-07-13&quot;:4.84},{&quot;2026-07-14&quot;:4.89},{&quot;2026-07-15&quot;:4.92},{&quot;2026-07-16&quot;:4.92},{&quot;2026-07-17&quot;:4.97},{&quot;2026-07-18&quot;:4.87},{&quot;2026-07-19&quot;:4.83},{&quot;2026-07-20&quot;:4.85},{&quot;2026-07-21&quot;:4.87},{&quot;2026-07-23&quot;:4.87},{&quot;2026-07-25&quot;:5.0},{&quot;2026-07-26&quot;:4.99},{&quot;2026-07-27&quot;:4.99},{&quot;2026-07-29&quot;:5.08},{&quot;2026-07-30&quot;:5.09},{&quot;2026-07-31&quot;:5.15},{&quot;2026-08-01&quot;:5.15},{&quot;2026-08-02&quot;:5.33},{&quot;2026-08-03&quot;:5.54},{&quot;2026-08-04&quot;:5.54},{&quot;2026-08-05&quot;:5.54},{&quot;2026-08-07&quot;:5.63},{&quot;2026-08-08&quot;:5.62},{&quot;2026-08-09&quot;:5.7},{&quot;2026-08-10&quot;:5.7},{&quot;2026-08-11&quot;:5.62},{&quot;2026-08-12&quot;:5.63},{&quot;2026-08-13&quot;:5.63},{&quot;2026-08-14&quot;:5.63},{&quot;2026-08-15&quot;:5.58},{&quot;2026-08-16&quot;:5.6},{&quot;2026-08-17&quot;:5.6},{&quot;2026-08-18&quot;:5.6},{&quot;2026-08-19&quot;:5.5},{&quot;2026-08-20&quot;:5.5},{&quot;2026-08-21&quot;:5.5},{&quot;2026-08-22&quot;:5.38},{&quot;2026-08-23&quot;:5.37},{&quot;2026-08-24&quot;:5.29},{&quot;2026-08-25&quot;:5.29},{&quot;2026-08-26&quot;:5.06},{&quot;2026-08-27&quot;:4.93},{&quot;2026-08-28&quot;:4.91},{&quot;2026-08-29&quot;:4.91},{&quot;2026-08-30&quot;:4.79},{&quot;2026-08-31&quot;:4.91},{&quot;2026-09-01&quot;:4.91},{&quot;2026-09-02&quot;:4.87},{&quot;2026-09-03&quot;:4.91},{&quot;2026-09-04&quot;:4.99},{&quot;2026-09-05&quot;:4.99},{&quot;2026-09-06&quot;:5.04},{&quot;2026-09-07&quot;:5.05},{&quot;2026-09-08&quot;:5.05},{&quot;2026-09-09&quot;:5.11},{&quot;2026-09-10&quot;:5.2},{&quot;2026-09-11&quot;:5.16}]}"
        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="53359"
  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">
            Meekstone
        </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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.16
          </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="Meekstone" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0de14efd-ce55-4cb8-87d1-f3d1b127247e.jpg?1783910552" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Meekstone" src="https://cards.scryfall.io/large/front/0/d/0de14efd-ce55-4cb8-87d1-f3d1b127247e.jpg?1783910552" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:15.83},{&quot;2026-06-12&quot;:15.83},{&quot;2026-06-13&quot;:15.83},{&quot;2026-06-14&quot;:15.83},{&quot;2026-06-15&quot;:15.83},{&quot;2026-06-16&quot;:15.83},{&quot;2026-06-17&quot;:15.83},{&quot;2026-06-18&quot;:15.91},{&quot;2026-06-19&quot;:15.91},{&quot;2026-06-20&quot;:15.91},{&quot;2026-06-21&quot;:15.91},{&quot;2026-06-22&quot;:15.91},{&quot;2026-06-23&quot;:15.91},{&quot;2026-06-24&quot;:15.91},{&quot;2026-06-25&quot;:15.91},{&quot;2026-06-26&quot;:15.91},{&quot;2026-06-27&quot;:15.91},{&quot;2026-06-28&quot;:15.91},{&quot;2026-06-29&quot;:15.91},{&quot;2026-06-30&quot;:15.91},{&quot;2026-07-01&quot;:15.91},{&quot;2026-07-02&quot;:16.15},{&quot;2026-07-03&quot;:16.15},{&quot;2026-07-04&quot;:16.15},{&quot;2026-07-05&quot;:16.15},{&quot;2026-07-06&quot;:16.15},{&quot;2026-07-07&quot;:16.15},{&quot;2026-07-08&quot;:16.15},{&quot;2026-07-09&quot;:16.15},{&quot;2026-07-10&quot;:16.15},{&quot;2026-07-11&quot;:16.3},{&quot;2026-07-12&quot;:16.3},{&quot;2026-07-13&quot;:16.3},{&quot;2026-07-14&quot;:16.3},{&quot;2026-07-15&quot;:16.3},{&quot;2026-07-16&quot;:16.33},{&quot;2026-07-17&quot;:16.33},{&quot;2026-07-18&quot;:16.53},{&quot;2026-07-19&quot;:16.64},{&quot;2026-07-20&quot;:16.64},{&quot;2026-07-21&quot;:16.64},{&quot;2026-07-23&quot;:16.8},{&quot;2026-07-25&quot;:16.8},{&quot;2026-07-26&quot;:16.8},{&quot;2026-07-27&quot;:16.8},{&quot;2026-07-28&quot;:16.8},{&quot;2026-07-29&quot;:16.8},{&quot;2026-07-30&quot;:16.8},{&quot;2026-07-31&quot;:16.8},{&quot;2026-08-01&quot;:16.8},{&quot;2026-08-02&quot;:16.8},{&quot;2026-08-03&quot;:16.8},{&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.8},{&quot;2026-08-10&quot;:16.8},{&quot;2026-08-11&quot;:16.8},{&quot;2026-08-12&quot;:16.8},{&quot;2026-08-13&quot;:16.8},{&quot;2026-08-14&quot;:16.8},{&quot;2026-08-15&quot;:16.8},{&quot;2026-08-16&quot;:16.8},{&quot;2026-08-17&quot;:16.8},{&quot;2026-08-18&quot;:16.8},{&quot;2026-08-19&quot;:16.87},{&quot;2026-08-20&quot;:16.87},{&quot;2026-08-21&quot;:16.87},{&quot;2026-08-22&quot;:16.87},{&quot;2026-08-23&quot;:16.87},{&quot;2026-08-24&quot;:16.87},{&quot;2026-08-25&quot;:16.87},{&quot;2026-08-26&quot;:16.87},{&quot;2026-08-27&quot;:16.87},{&quot;2026-08-28&quot;:16.87},{&quot;2026-08-29&quot;:16.87},{&quot;2026-08-30&quot;:16.87},{&quot;2026-08-31&quot;:16.87},{&quot;2026-09-01&quot;:16.87},{&quot;2026-09-02&quot;:16.87},{&quot;2026-09-03&quot;:16.87},{&quot;2026-09-04&quot;:16.87},{&quot;2026-09-05&quot;:16.81},{&quot;2026-09-06&quot;:16.81},{&quot;2026-09-07&quot;:16.81},{&quot;2026-09-08&quot;:16.81},{&quot;2026-09-09&quot;:16.81},{&quot;2026-09-10&quot;:16.81},{&quot;2026-09-11&quot;:16.81}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.67},{&quot;2026-06-12&quot;:5.68},{&quot;2026-06-13&quot;:5.68},{&quot;2026-06-14&quot;:5.56},{&quot;2026-06-15&quot;:5.65},{&quot;2026-06-16&quot;:5.53},{&quot;2026-06-17&quot;:5.7},{&quot;2026-06-18&quot;:5.27},{&quot;2026-06-19&quot;:5.26},{&quot;2026-06-20&quot;:5.29},{&quot;2026-06-21&quot;:5.29},{&quot;2026-06-22&quot;:5.23},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.33},{&quot;2026-06-25&quot;:5.33},{&quot;2026-06-26&quot;:5.0},{&quot;2026-06-27&quot;:5.17},{&quot;2026-06-28&quot;:5.37},{&quot;2026-06-29&quot;:5.34},{&quot;2026-06-30&quot;:5.2},{&quot;2026-07-01&quot;:5.44},{&quot;2026-07-02&quot;:5.41},{&quot;2026-07-03&quot;:5.41},{&quot;2026-07-04&quot;:5.9},{&quot;2026-07-05&quot;:6.09},{&quot;2026-07-06&quot;:6.46},{&quot;2026-07-07&quot;:6.46},{&quot;2026-07-08&quot;:6.36},{&quot;2026-07-09&quot;:6.25},{&quot;2026-07-10&quot;:6.2},{&quot;2026-07-11&quot;:6.19},{&quot;2026-07-12&quot;:6.02},{&quot;2026-07-13&quot;:6.27},{&quot;2026-07-14&quot;:5.92},{&quot;2026-07-15&quot;:5.66},{&quot;2026-07-16&quot;:5.76},{&quot;2026-07-17&quot;:5.59},{&quot;2026-07-18&quot;:5.16},{&quot;2026-07-19&quot;:5.31},{&quot;2026-07-20&quot;:5.39},{&quot;2026-07-21&quot;:5.4},{&quot;2026-07-23&quot;:5.38},{&quot;2026-07-25&quot;:5.5},{&quot;2026-07-26&quot;:5.5},{&quot;2026-07-27&quot;:5.6},{&quot;2026-07-28&quot;:5.57},{&quot;2026-07-29&quot;:5.51},{&quot;2026-07-30&quot;:5.48},{&quot;2026-07-31&quot;:5.55},{&quot;2026-08-01&quot;:5.55},{&quot;2026-08-02&quot;:5.55},{&quot;2026-08-03&quot;:5.55},{&quot;2026-08-04&quot;:5.51},{&quot;2026-08-05&quot;:5.72},{&quot;2026-08-07&quot;:5.6},{&quot;2026-08-08&quot;:5.36},{&quot;2026-08-09&quot;:5.36},{&quot;2026-08-10&quot;:5.36},{&quot;2026-08-11&quot;:5.48},{&quot;2026-08-12&quot;:5.39},{&quot;2026-08-13&quot;:5.35},{&quot;2026-08-14&quot;:5.05},{&quot;2026-08-15&quot;:4.99},{&quot;2026-08-16&quot;:5.32},{&quot;2026-08-17&quot;:5.32},{&quot;2026-08-18&quot;:5.33},{&quot;2026-08-19&quot;:5.45},{&quot;2026-08-20&quot;:5.45},{&quot;2026-08-21&quot;:5.52},{&quot;2026-08-22&quot;:5.42},{&quot;2026-08-23&quot;:5.31},{&quot;2026-08-24&quot;:5.25},{&quot;2026-08-25&quot;:5.25},{&quot;2026-08-26&quot;:5.24},{&quot;2026-08-27&quot;:5.3},{&quot;2026-08-28&quot;:5.28},{&quot;2026-08-29&quot;:5.28},{&quot;2026-08-30&quot;:5.35},{&quot;2026-08-31&quot;:5.3},{&quot;2026-09-01&quot;:5.3},{&quot;2026-09-02&quot;:5.02},{&quot;2026-09-03&quot;:5.08},{&quot;2026-09-04&quot;:5.12},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.21},{&quot;2026-09-08&quot;:5.23},{&quot;2026-09-09&quot;:5.18},{&quot;2026-09-10&quot;:5.17},{&quot;2026-09-11&quot;:5.16}]}"
        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="69440"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.16
          </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="Reya Dawnbringer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/8/b899c29e-d1b5-4fba-8a48-073d5c303c27.jpg?1783909744" />

        <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">
            Reya Dawnbringer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Reya Dawnbringer" src="https://cards.scryfall.io/large/front/b/8/b899c29e-d1b5-4fba-8a48-073d5c303c27.jpg?1783909744" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.27},{&quot;2026-06-11&quot;:4.19},{&quot;2026-06-12&quot;:4.19},{&quot;2026-06-13&quot;:4.19},{&quot;2026-06-14&quot;:4.2},{&quot;2026-06-15&quot;:4.43},{&quot;2026-06-16&quot;:4.42},{&quot;2026-06-17&quot;:4.42},{&quot;2026-06-18&quot;:4.42},{&quot;2026-06-19&quot;:4.41},{&quot;2026-06-20&quot;:4.47},{&quot;2026-06-21&quot;:4.47},{&quot;2026-06-22&quot;:4.6},{&quot;2026-06-23&quot;:4.64},{&quot;2026-06-24&quot;:4.72},{&quot;2026-06-25&quot;:4.72},{&quot;2026-06-26&quot;:4.73},{&quot;2026-06-27&quot;:4.79},{&quot;2026-06-28&quot;:5.03},{&quot;2026-06-29&quot;:4.76},{&quot;2026-06-30&quot;:4.76},{&quot;2026-07-01&quot;:4.83},{&quot;2026-07-02&quot;:4.91},{&quot;2026-07-03&quot;:4.91},{&quot;2026-07-04&quot;:5.02},{&quot;2026-07-05&quot;:5.44},{&quot;2026-07-06&quot;:5.58},{&quot;2026-07-07&quot;:5.56},{&quot;2026-07-08&quot;:5.54},{&quot;2026-07-09&quot;:5.54},{&quot;2026-07-10&quot;:5.54},{&quot;2026-07-11&quot;:5.72},{&quot;2026-07-12&quot;:5.72},{&quot;2026-07-13&quot;:5.73},{&quot;2026-07-14&quot;:5.56},{&quot;2026-07-15&quot;:5.56},{&quot;2026-07-16&quot;:5.59},{&quot;2026-07-17&quot;:5.76},{&quot;2026-07-18&quot;:5.71},{&quot;2026-07-19&quot;:5.74},{&quot;2026-07-20&quot;:5.54},{&quot;2026-07-21&quot;:5.54},{&quot;2026-07-23&quot;:5.66},{&quot;2026-07-25&quot;:5.59},{&quot;2026-07-26&quot;:5.56},{&quot;2026-07-27&quot;:5.58},{&quot;2026-07-29&quot;:5.58},{&quot;2026-07-30&quot;:5.58},{&quot;2026-07-31&quot;:5.24},{&quot;2026-08-01&quot;:5.08},{&quot;2026-08-02&quot;:5.08},{&quot;2026-08-03&quot;:5.0},{&quot;2026-08-04&quot;:4.83},{&quot;2026-08-05&quot;:4.86},{&quot;2026-08-07&quot;:4.96},{&quot;2026-08-08&quot;:4.99},{&quot;2026-08-09&quot;:4.99},{&quot;2026-08-10&quot;:4.73},{&quot;2026-08-11&quot;:4.73},{&quot;2026-08-12&quot;:4.73},{&quot;2026-08-13&quot;:4.86},{&quot;2026-08-14&quot;:4.76},{&quot;2026-08-15&quot;:4.73},{&quot;2026-08-16&quot;:4.73},{&quot;2026-08-17&quot;:4.62},{&quot;2026-08-18&quot;:4.66},{&quot;2026-08-19&quot;:4.66},{&quot;2026-08-20&quot;:4.66},{&quot;2026-08-21&quot;:4.93},{&quot;2026-08-22&quot;:4.93},{&quot;2026-08-23&quot;:4.93},{&quot;2026-08-24&quot;:4.93},{&quot;2026-08-25&quot;:4.93},{&quot;2026-08-26&quot;:5.01},{&quot;2026-08-27&quot;:5.32},{&quot;2026-08-28&quot;:5.41},{&quot;2026-08-29&quot;:5.41},{&quot;2026-08-30&quot;:5.31},{&quot;2026-08-31&quot;:5.29},{&quot;2026-09-01&quot;:5.29},{&quot;2026-09-02&quot;:5.24},{&quot;2026-09-03&quot;:5.18},{&quot;2026-09-04&quot;:5.1},{&quot;2026-09-05&quot;:5.1},{&quot;2026-09-06&quot;:5.1},{&quot;2026-09-07&quot;:5.1},{&quot;2026-09-08&quot;:5.16},{&quot;2026-09-09&quot;:5.16},{&quot;2026-09-10&quot;:5.16},{&quot;2026-09-11&quot;:5.16}],&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="108324"
  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-tmc 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">
            Irma, Part-Time Mutant
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Irma, Part-Time Mutant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c3128529-4ccd-4809-8388-03f7faa0eabe.jpg?1783904172" />

        <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">
            Irma, Part-Time Mutant
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Irma, Part-Time Mutant" src="https://cards.scryfall.io/large/front/c/3/c3128529-4ccd-4809-8388-03f7faa0eabe.jpg?1783904172" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:12.69},{&quot;2026-06-15&quot;:12.69},{&quot;2026-06-16&quot;:12.69},{&quot;2026-06-17&quot;:12.69},{&quot;2026-06-18&quot;:12.69},{&quot;2026-06-19&quot;:12.69},{&quot;2026-06-20&quot;:12.69},{&quot;2026-06-21&quot;:12.69},{&quot;2026-06-22&quot;:12.69},{&quot;2026-06-23&quot;:12.69},{&quot;2026-06-24&quot;:12.69},{&quot;2026-06-25&quot;:12.69},{&quot;2026-06-26&quot;:12.69},{&quot;2026-06-27&quot;:12.69},{&quot;2026-06-28&quot;:12.69},{&quot;2026-06-29&quot;:12.69},{&quot;2026-06-30&quot;:12.69},{&quot;2026-07-01&quot;:12.69},{&quot;2026-07-02&quot;:12.69},{&quot;2026-07-03&quot;:12.69},{&quot;2026-07-04&quot;:12.69},{&quot;2026-07-05&quot;:12.69},{&quot;2026-07-06&quot;:12.69},{&quot;2026-07-07&quot;:12.69},{&quot;2026-07-08&quot;:12.69},{&quot;2026-07-09&quot;:12.69},{&quot;2026-07-10&quot;:12.69},{&quot;2026-07-11&quot;:12.69},{&quot;2026-07-12&quot;:12.69},{&quot;2026-07-13&quot;:12.69},{&quot;2026-07-14&quot;:12.69},{&quot;2026-07-15&quot;:12.69},{&quot;2026-07-16&quot;:12.69},{&quot;2026-07-17&quot;:12.69},{&quot;2026-07-18&quot;:12.69},{&quot;2026-07-19&quot;:12.69},{&quot;2026-07-20&quot;:12.69},{&quot;2026-07-21&quot;:12.69},{&quot;2026-07-22&quot;:12.69},{&quot;2026-07-23&quot;:12.69},{&quot;2026-07-24&quot;:12.69},{&quot;2026-07-25&quot;:12.69},{&quot;2026-07-26&quot;:12.69},{&quot;2026-07-27&quot;:12.69},{&quot;2026-07-28&quot;:12.69},{&quot;2026-07-29&quot;:12.69},{&quot;2026-07-30&quot;:12.69},{&quot;2026-07-31&quot;:12.69},{&quot;2026-08-01&quot;:12.69},{&quot;2026-08-02&quot;:12.69},{&quot;2026-08-03&quot;:12.69},{&quot;2026-08-04&quot;:12.69},{&quot;2026-08-05&quot;:12.69},{&quot;2026-08-06&quot;:12.69},{&quot;2026-08-07&quot;:12.69},{&quot;2026-08-08&quot;:12.69},{&quot;2026-08-09&quot;:12.69},{&quot;2026-08-10&quot;:12.69},{&quot;2026-08-11&quot;:12.69},{&quot;2026-08-12&quot;:12.69},{&quot;2026-08-13&quot;:12.69},{&quot;2026-08-14&quot;:12.69},{&quot;2026-08-15&quot;:12.69},{&quot;2026-08-16&quot;:12.69},{&quot;2026-08-17&quot;:12.69},{&quot;2026-08-18&quot;:12.69},{&quot;2026-08-19&quot;:45.5},{&quot;2026-08-20&quot;:45.5},{&quot;2026-08-21&quot;:45.5},{&quot;2026-08-22&quot;:45.42},{&quot;2026-08-23&quot;:45.42},{&quot;2026-08-24&quot;:45.76},{&quot;2026-08-25&quot;:45.84},{&quot;2026-08-26&quot;:45.84},{&quot;2026-08-27&quot;:45.84},{&quot;2026-08-28&quot;:45.9},{&quot;2026-08-29&quot;:45.9},{&quot;2026-08-30&quot;:45.74},{&quot;2026-08-31&quot;:45.74},{&quot;2026-09-01&quot;:45.81},{&quot;2026-09-02&quot;:45.81},{&quot;2026-09-03&quot;:45.81},{&quot;2026-09-04&quot;:45.97},{&quot;2026-09-05&quot;:45.97},{&quot;2026-09-06&quot;:46.06},{&quot;2026-09-07&quot;:46.06},{&quot;2026-09-08&quot;:46.06},{&quot;2026-09-09&quot;:45.97},{&quot;2026-09-10&quot;:45.97},{&quot;2026-09-11&quot;:46.19}],&quot;normal&quot;:[{&quot;2026-03-05&quot;:10.04},{&quot;2026-03-06&quot;:9.36},{&quot;2026-07-31&quot;:4.89},{&quot;2026-08-01&quot;:4.94},{&quot;2026-08-02&quot;:5.22},{&quot;2026-08-03&quot;:5.3},{&quot;2026-08-04&quot;:4.93},{&quot;2026-08-05&quot;:4.87},{&quot;2026-08-07&quot;:4.91},{&quot;2026-08-08&quot;:4.9},{&quot;2026-08-09&quot;:5.09},{&quot;2026-08-10&quot;:5.07},{&quot;2026-08-11&quot;:5.01},{&quot;2026-08-12&quot;:5.06},{&quot;2026-08-13&quot;:4.97},{&quot;2026-08-14&quot;:4.99},{&quot;2026-08-15&quot;:5.45},{&quot;2026-08-16&quot;:5.49},{&quot;2026-08-17&quot;:5.42},{&quot;2026-08-18&quot;:5.23},{&quot;2026-08-19&quot;:5.06},{&quot;2026-08-20&quot;:5.28},{&quot;2026-08-21&quot;:5.36},{&quot;2026-08-22&quot;:5.39},{&quot;2026-08-23&quot;:5.19},{&quot;2026-08-24&quot;:5.15},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:4.85},{&quot;2026-08-27&quot;:5.05},{&quot;2026-08-28&quot;:5.01},{&quot;2026-08-29&quot;:5.01},{&quot;2026-08-30&quot;:5.26},{&quot;2026-08-31&quot;:5.45},{&quot;2026-09-01&quot;:5.53},{&quot;2026-09-02&quot;:5.3},{&quot;2026-09-03&quot;:5.04},{&quot;2026-09-04&quot;:4.61},{&quot;2026-09-05&quot;:4.55},{&quot;2026-09-06&quot;:4.52},{&quot;2026-09-07&quot;:4.59},{&quot;2026-09-08&quot;:4.82},{&quot;2026-09-09&quot;:5.1},{&quot;2026-09-10&quot;:5.21},{&quot;2026-09-11&quot;:5.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="20298"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Toxic Deluge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/0/d00fa18f-d50a-4d3f-929e-91f29141b1df.jpg?1783930172" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Toxic Deluge" src="https://cards.scryfall.io/large/front/d/0/d00fa18f-d50a-4d3f-929e-91f29141b1df.jpg?1783930172" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:9.45},{&quot;2026-06-11&quot;:9.45},{&quot;2026-06-12&quot;:9.58},{&quot;2026-06-13&quot;:9.58},{&quot;2026-06-14&quot;:9.58},{&quot;2026-06-15&quot;:9.58},{&quot;2026-06-16&quot;:9.58},{&quot;2026-06-17&quot;:9.58},{&quot;2026-06-18&quot;:9.58},{&quot;2026-06-19&quot;:9.58},{&quot;2026-06-20&quot;:9.58},{&quot;2026-06-21&quot;:9.67},{&quot;2026-06-22&quot;:9.62},{&quot;2026-06-23&quot;:9.62},{&quot;2026-06-24&quot;:9.62},{&quot;2026-06-25&quot;:9.62},{&quot;2026-06-26&quot;:9.62},{&quot;2026-06-27&quot;:9.72},{&quot;2026-06-28&quot;:9.72},{&quot;2026-06-29&quot;:9.72},{&quot;2026-06-30&quot;:9.72},{&quot;2026-07-01&quot;:9.72},{&quot;2026-07-02&quot;:9.72},{&quot;2026-07-03&quot;:9.72},{&quot;2026-07-04&quot;:9.72},{&quot;2026-07-05&quot;:9.72},{&quot;2026-07-06&quot;:9.72},{&quot;2026-07-07&quot;:9.72},{&quot;2026-07-08&quot;:9.72},{&quot;2026-07-09&quot;:9.72},{&quot;2026-07-10&quot;:9.72},{&quot;2026-07-11&quot;:9.72},{&quot;2026-07-12&quot;:9.72},{&quot;2026-07-13&quot;:9.72},{&quot;2026-07-14&quot;:9.72},{&quot;2026-07-15&quot;:9.72},{&quot;2026-07-16&quot;:9.72},{&quot;2026-07-17&quot;:9.72},{&quot;2026-07-18&quot;:9.72},{&quot;2026-07-19&quot;:9.72},{&quot;2026-07-20&quot;:9.72},{&quot;2026-07-21&quot;:9.72},{&quot;2026-07-23&quot;:9.72},{&quot;2026-07-25&quot;:9.79},{&quot;2026-07-26&quot;:9.79},{&quot;2026-07-27&quot;:9.96},{&quot;2026-07-29&quot;:9.96},{&quot;2026-07-30&quot;:9.96},{&quot;2026-07-31&quot;:10.01},{&quot;2026-08-01&quot;:10.01},{&quot;2026-08-02&quot;:10.01},{&quot;2026-08-03&quot;:10.01},{&quot;2026-08-04&quot;:10.01},{&quot;2026-08-05&quot;:10.01},{&quot;2026-08-07&quot;:10.01},{&quot;2026-08-08&quot;:10.01},{&quot;2026-08-09&quot;:10.01},{&quot;2026-08-10&quot;:10.01},{&quot;2026-08-11&quot;:10.1},{&quot;2026-08-12&quot;:10.31},{&quot;2026-08-13&quot;:10.31},{&quot;2026-08-14&quot;:10.31},{&quot;2026-08-15&quot;:10.4},{&quot;2026-08-16&quot;:10.4},{&quot;2026-08-17&quot;:10.34},{&quot;2026-08-18&quot;:10.34},{&quot;2026-08-19&quot;:10.34},{&quot;2026-08-20&quot;:10.34},{&quot;2026-08-21&quot;:10.56},{&quot;2026-08-22&quot;:10.56},{&quot;2026-08-23&quot;:10.56},{&quot;2026-08-24&quot;:10.56},{&quot;2026-08-25&quot;:10.56},{&quot;2026-08-26&quot;:10.29},{&quot;2026-08-27&quot;:10.29},{&quot;2026-08-28&quot;:10.48},{&quot;2026-08-29&quot;:10.48},{&quot;2026-08-30&quot;:10.48},{&quot;2026-08-31&quot;:10.48},{&quot;2026-09-01&quot;:10.48},{&quot;2026-09-02&quot;:10.48},{&quot;2026-09-03&quot;:10.48},{&quot;2026-09-04&quot;:10.48},{&quot;2026-09-05&quot;:10.2},{&quot;2026-09-06&quot;:10.2},{&quot;2026-09-07&quot;:10.2},{&quot;2026-09-08&quot;:10.2},{&quot;2026-09-09&quot;:10.2},{&quot;2026-09-10&quot;:10.08},{&quot;2026-09-11&quot;:10.08}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.04},{&quot;2026-06-11&quot;:5.96},{&quot;2026-06-12&quot;:5.96},{&quot;2026-06-13&quot;:5.96},{&quot;2026-06-14&quot;:5.96},{&quot;2026-06-15&quot;:5.96},{&quot;2026-06-16&quot;:5.96},{&quot;2026-06-17&quot;:5.96},{&quot;2026-06-18&quot;:5.96},{&quot;2026-06-19&quot;:5.96},{&quot;2026-06-20&quot;:5.96},{&quot;2026-06-21&quot;:5.96},{&quot;2026-06-22&quot;:5.96},{&quot;2026-06-23&quot;:5.96},{&quot;2026-06-24&quot;:5.96},{&quot;2026-06-25&quot;:6.03},{&quot;2026-06-26&quot;:6.03},{&quot;2026-06-27&quot;:6.03},{&quot;2026-06-28&quot;:6.03},{&quot;2026-06-29&quot;:6.03},{&quot;2026-06-30&quot;:6.03},{&quot;2026-07-01&quot;:6.02},{&quot;2026-07-02&quot;:6.02},{&quot;2026-07-03&quot;:6.02},{&quot;2026-07-04&quot;:6.02},{&quot;2026-07-05&quot;:6.02},{&quot;2026-07-06&quot;:6.02},{&quot;2026-07-07&quot;:6.02},{&quot;2026-07-08&quot;:6.02},{&quot;2026-07-09&quot;:6.02},{&quot;2026-07-10&quot;:6.02},{&quot;2026-07-11&quot;:6.02},{&quot;2026-07-12&quot;:6.02},{&quot;2026-07-13&quot;:6.14},{&quot;2026-07-14&quot;:6.14},{&quot;2026-07-15&quot;:6.11},{&quot;2026-07-16&quot;:6.11},{&quot;2026-07-17&quot;:6.11},{&quot;2026-07-18&quot;:6.11},{&quot;2026-07-19&quot;:5.92},{&quot;2026-07-20&quot;:5.88},{&quot;2026-07-21&quot;:5.91},{&quot;2026-07-23&quot;:5.82},{&quot;2026-07-25&quot;:5.82},{&quot;2026-07-26&quot;:5.91},{&quot;2026-07-27&quot;:5.91},{&quot;2026-07-29&quot;:5.74},{&quot;2026-07-30&quot;:5.74},{&quot;2026-07-31&quot;:5.74},{&quot;2026-08-01&quot;:5.74},{&quot;2026-08-02&quot;:5.7},{&quot;2026-08-03&quot;:5.71},{&quot;2026-08-04&quot;:5.71},{&quot;2026-08-05&quot;:5.66},{&quot;2026-08-07&quot;:5.66},{&quot;2026-08-08&quot;:5.66},{&quot;2026-08-09&quot;:5.66},{&quot;2026-08-10&quot;:5.66},{&quot;2026-08-11&quot;:5.66},{&quot;2026-08-12&quot;:5.66},{&quot;2026-08-13&quot;:5.66},{&quot;2026-08-14&quot;:5.66},{&quot;2026-08-15&quot;:5.66},{&quot;2026-08-16&quot;:5.66},{&quot;2026-08-17&quot;:5.66},{&quot;2026-08-18&quot;:5.73},{&quot;2026-08-19&quot;:5.7},{&quot;2026-08-20&quot;:5.7},{&quot;2026-08-21&quot;:5.57},{&quot;2026-08-22&quot;:5.61},{&quot;2026-08-23&quot;:5.54},{&quot;2026-08-24&quot;:5.56},{&quot;2026-08-25&quot;:5.56},{&quot;2026-08-26&quot;:5.56},{&quot;2026-08-27&quot;:5.57},{&quot;2026-08-28&quot;:5.67},{&quot;2026-08-29&quot;:5.67},{&quot;2026-08-30&quot;:5.39},{&quot;2026-08-31&quot;:5.39},{&quot;2026-09-01&quot;:5.39},{&quot;2026-09-02&quot;:5.45},{&quot;2026-09-03&quot;:5.45},{&quot;2026-09-04&quot;:5.41},{&quot;2026-09-05&quot;:5.41},{&quot;2026-09-06&quot;:5.4},{&quot;2026-09-07&quot;:5.38},{&quot;2026-09-08&quot;:5.29},{&quot;2026-09-09&quot;:5.13},{&quot;2026-09-10&quot;:5.17},{&quot;2026-09-11&quot;:5.14}]}"
        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="30048"
  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">
            Royal Assassin
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Royal Assassin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/2/b2d51bdf-f118-4a1e-9060-bdf3c78697f2.jpg?1783947839" />

        <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">
            Royal Assassin
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Royal Assassin" src="https://cards.scryfall.io/large/front/b/2/b2d51bdf-f118-4a1e-9060-bdf3c78697f2.jpg?1783947839" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.14},{&quot;2026-06-11&quot;:5.14},{&quot;2026-06-12&quot;:5.14},{&quot;2026-06-13&quot;:5.14},{&quot;2026-06-14&quot;:5.14},{&quot;2026-06-15&quot;:5.14},{&quot;2026-06-16&quot;:5.14},{&quot;2026-06-17&quot;:5.14},{&quot;2026-06-18&quot;:5.14},{&quot;2026-06-19&quot;:5.14},{&quot;2026-06-20&quot;:5.14},{&quot;2026-06-21&quot;:5.14},{&quot;2026-06-22&quot;:5.14},{&quot;2026-06-23&quot;:5.14},{&quot;2026-06-24&quot;:5.14},{&quot;2026-06-25&quot;:5.14},{&quot;2026-06-26&quot;:5.14},{&quot;2026-06-27&quot;:5.31},{&quot;2026-06-28&quot;:5.31},{&quot;2026-06-29&quot;:5.31},{&quot;2026-06-30&quot;:5.36},{&quot;2026-07-01&quot;:5.42},{&quot;2026-07-02&quot;:5.42},{&quot;2026-07-03&quot;:5.42},{&quot;2026-07-04&quot;:5.5},{&quot;2026-07-05&quot;:5.5},{&quot;2026-07-06&quot;:5.5},{&quot;2026-07-07&quot;:5.5},{&quot;2026-07-08&quot;:5.5},{&quot;2026-07-09&quot;:5.5},{&quot;2026-07-10&quot;:5.5},{&quot;2026-07-11&quot;:5.5},{&quot;2026-07-12&quot;:5.5},{&quot;2026-07-13&quot;:5.5},{&quot;2026-07-14&quot;:5.5},{&quot;2026-07-15&quot;:5.5},{&quot;2026-07-16&quot;:5.5},{&quot;2026-07-17&quot;:5.5},{&quot;2026-07-18&quot;:5.5},{&quot;2026-07-19&quot;:5.5},{&quot;2026-07-20&quot;:5.5},{&quot;2026-07-21&quot;:5.5},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-25&quot;:4.98},{&quot;2026-07-26&quot;:4.98},{&quot;2026-07-27&quot;:4.98},{&quot;2026-07-29&quot;:4.98},{&quot;2026-07-30&quot;:4.97},{&quot;2026-07-31&quot;:4.97},{&quot;2026-08-01&quot;:4.97},{&quot;2026-08-02&quot;:5.05},{&quot;2026-08-03&quot;:5.05},{&quot;2026-08-04&quot;:5.05},{&quot;2026-08-05&quot;:5.05},{&quot;2026-08-07&quot;:5.05},{&quot;2026-08-08&quot;:5.05},{&quot;2026-08-09&quot;:5.05},{&quot;2026-08-10&quot;:5.05},{&quot;2026-08-11&quot;:5.05},{&quot;2026-08-12&quot;:5.14},{&quot;2026-08-13&quot;:5.14},{&quot;2026-08-14&quot;:4.95},{&quot;2026-08-15&quot;:4.95},{&quot;2026-08-16&quot;:4.95},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:4.95},{&quot;2026-08-19&quot;:4.95},{&quot;2026-08-20&quot;:4.95},{&quot;2026-08-21&quot;:4.95},{&quot;2026-08-22&quot;:4.95},{&quot;2026-08-23&quot;:4.95},{&quot;2026-08-24&quot;:4.95},{&quot;2026-08-25&quot;:4.95},{&quot;2026-08-26&quot;:4.95},{&quot;2026-08-27&quot;:4.95},{&quot;2026-08-28&quot;:4.95},{&quot;2026-08-29&quot;:4.95},{&quot;2026-08-30&quot;:5.09},{&quot;2026-08-31&quot;:5.09},{&quot;2026-09-01&quot;:5.09},{&quot;2026-09-02&quot;:5.09},{&quot;2026-09-03&quot;:5.09},{&quot;2026-09-04&quot;:5.66},{&quot;2026-09-05&quot;:5.66},{&quot;2026-09-06&quot;:5.68},{&quot;2026-09-07&quot;:5.68},{&quot;2026-09-08&quot;:5.68},{&quot;2026-09-09&quot;:5.68},{&quot;2026-09-10&quot;:5.13},{&quot;2026-09-11&quot;:5.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="52819"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Rat Colony" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/f/7fa42ab8-876c-4467-927e-591ee6de330a.jpg?1783910607" />

        <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">
            Rat Colony
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Rat Colony" src="https://cards.scryfall.io/large/front/7/f/7fa42ab8-876c-4467-927e-591ee6de330a.jpg?1783910607" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.16},{&quot;2026-06-14&quot;:6.22},{&quot;2026-06-15&quot;:6.21},{&quot;2026-06-16&quot;:6.21},{&quot;2026-06-17&quot;:6.21},{&quot;2026-06-18&quot;:6.07},{&quot;2026-06-19&quot;:6.07},{&quot;2026-06-20&quot;:6.07},{&quot;2026-06-21&quot;:6.06},{&quot;2026-06-22&quot;:6.04},{&quot;2026-06-23&quot;:6.04},{&quot;2026-06-24&quot;:6.04},{&quot;2026-06-25&quot;:6.01},{&quot;2026-06-26&quot;:6.01},{&quot;2026-06-27&quot;:6.01},{&quot;2026-06-28&quot;:6.01},{&quot;2026-06-29&quot;:5.37},{&quot;2026-06-30&quot;:5.37},{&quot;2026-07-01&quot;:5.37},{&quot;2026-07-02&quot;:5.39},{&quot;2026-07-03&quot;:5.51},{&quot;2026-07-04&quot;:5.51},{&quot;2026-07-05&quot;:5.51},{&quot;2026-07-06&quot;:5.52},{&quot;2026-07-07&quot;:5.57},{&quot;2026-07-08&quot;:5.57},{&quot;2026-07-09&quot;:5.57},{&quot;2026-07-10&quot;:5.61},{&quot;2026-07-11&quot;:5.54},{&quot;2026-07-12&quot;:5.54},{&quot;2026-07-13&quot;:5.57},{&quot;2026-07-14&quot;:5.55},{&quot;2026-07-15&quot;:5.42},{&quot;2026-07-16&quot;:5.42},{&quot;2026-07-17&quot;:5.47},{&quot;2026-07-18&quot;:5.47},{&quot;2026-07-19&quot;:5.49},{&quot;2026-07-20&quot;:5.49},{&quot;2026-07-21&quot;:5.9},{&quot;2026-07-22&quot;:5.9},{&quot;2026-07-23&quot;:5.9},{&quot;2026-07-24&quot;:5.88},{&quot;2026-07-25&quot;:5.88},{&quot;2026-07-26&quot;:5.88},{&quot;2026-07-27&quot;:5.73},{&quot;2026-07-28&quot;:5.73},{&quot;2026-07-29&quot;:5.75},{&quot;2026-07-30&quot;:5.73},{&quot;2026-07-31&quot;:5.78},{&quot;2026-08-01&quot;:5.78},{&quot;2026-08-02&quot;:5.78},{&quot;2026-08-03&quot;:5.78},{&quot;2026-08-04&quot;:5.78},{&quot;2026-08-05&quot;:5.71},{&quot;2026-08-07&quot;:5.71},{&quot;2026-08-08&quot;:5.66},{&quot;2026-08-09&quot;:5.66},{&quot;2026-08-10&quot;:5.81},{&quot;2026-08-11&quot;:4.86},{&quot;2026-08-12&quot;:4.88},{&quot;2026-08-13&quot;:4.95},{&quot;2026-08-14&quot;:4.89},{&quot;2026-08-15&quot;:4.77},{&quot;2026-08-16&quot;:4.75},{&quot;2026-08-17&quot;:4.72},{&quot;2026-08-18&quot;:4.72},{&quot;2026-08-19&quot;:4.61},{&quot;2026-08-20&quot;:4.59},{&quot;2026-08-21&quot;:4.71},{&quot;2026-08-22&quot;:4.71},{&quot;2026-08-23&quot;:4.72},{&quot;2026-08-24&quot;:4.72},{&quot;2026-08-25&quot;:4.72},{&quot;2026-08-26&quot;:4.72},{&quot;2026-08-27&quot;:4.72},{&quot;2026-08-28&quot;:4.72},{&quot;2026-08-29&quot;:4.72},{&quot;2026-08-30&quot;:4.92},{&quot;2026-08-31&quot;:4.92},{&quot;2026-09-01&quot;:5.05},{&quot;2026-09-02&quot;:5.32},{&quot;2026-09-03&quot;:5.34},{&quot;2026-09-04&quot;:5.3},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:5.12},{&quot;2026-09-07&quot;:5.13},{&quot;2026-09-08&quot;:5.13},{&quot;2026-09-09&quot;:5.13},{&quot;2026-09-10&quot;:5.13},{&quot;2026-09-11&quot;:5.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="92646"
  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-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">
            Cloud, Ex-SOLDIER
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Cloud, Ex-SOLDIER" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/955189c4-cfbc-47be-9681-cfffab403443.jpg?1783906316" />

        <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">
            Cloud, Ex-SOLDIER
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cloud, Ex-SOLDIER" src="https://cards.scryfall.io/large/front/9/5/955189c4-cfbc-47be-9681-cfffab403443.jpg?1783906316" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:15.25},{&quot;2026-06-12&quot;:15.14},{&quot;2026-06-13&quot;:15.14},{&quot;2026-06-14&quot;:15.17},{&quot;2026-06-15&quot;:15.23},{&quot;2026-06-16&quot;:15.23},{&quot;2026-06-17&quot;:15.23},{&quot;2026-06-18&quot;:15.23},{&quot;2026-06-19&quot;:15.24},{&quot;2026-06-20&quot;:15.28},{&quot;2026-06-21&quot;:15.28},{&quot;2026-06-22&quot;:15.28},{&quot;2026-06-23&quot;:15.28},{&quot;2026-06-24&quot;:15.28},{&quot;2026-06-25&quot;:15.51},{&quot;2026-06-26&quot;:15.51},{&quot;2026-06-27&quot;:15.38},{&quot;2026-06-28&quot;:15.38},{&quot;2026-06-29&quot;:15.38},{&quot;2026-06-30&quot;:15.38},{&quot;2026-07-01&quot;:15.38},{&quot;2026-07-02&quot;:15.38},{&quot;2026-07-03&quot;:15.39},{&quot;2026-07-04&quot;:15.39},{&quot;2026-07-05&quot;:15.73},{&quot;2026-07-06&quot;:15.77},{&quot;2026-07-07&quot;:15.77},{&quot;2026-07-08&quot;:15.77},{&quot;2026-07-09&quot;:15.77},{&quot;2026-07-10&quot;:15.77},{&quot;2026-07-11&quot;:15.87},{&quot;2026-07-12&quot;:15.87},{&quot;2026-07-13&quot;:15.87},{&quot;2026-07-14&quot;:15.87},{&quot;2026-07-15&quot;:15.97},{&quot;2026-07-16&quot;:15.99},{&quot;2026-07-17&quot;:15.99},{&quot;2026-07-18&quot;:15.99},{&quot;2026-07-19&quot;:15.99},{&quot;2026-07-20&quot;:15.99},{&quot;2026-07-21&quot;:15.99},{&quot;2026-07-23&quot;:16.06},{&quot;2026-07-25&quot;:16.07},{&quot;2026-07-26&quot;:16.08},{&quot;2026-07-27&quot;:16.25},{&quot;2026-07-28&quot;:16.22},{&quot;2026-07-29&quot;:16.22},{&quot;2026-07-30&quot;:16.22},{&quot;2026-07-31&quot;:16.23},{&quot;2026-08-01&quot;:16.23},{&quot;2026-08-02&quot;:16.23},{&quot;2026-08-03&quot;:16.23},{&quot;2026-08-04&quot;:16.23},{&quot;2026-08-05&quot;:16.23},{&quot;2026-08-07&quot;:16.3},{&quot;2026-08-08&quot;:16.3},{&quot;2026-08-09&quot;:16.3},{&quot;2026-08-10&quot;:16.3},{&quot;2026-08-11&quot;:16.3},{&quot;2026-08-12&quot;:16.3},{&quot;2026-08-13&quot;:16.3},{&quot;2026-08-14&quot;:16.33},{&quot;2026-08-15&quot;:16.33},{&quot;2026-08-16&quot;:16.33},{&quot;2026-08-17&quot;:16.33},{&quot;2026-08-18&quot;:16.33},{&quot;2026-08-19&quot;:16.33},{&quot;2026-08-20&quot;:16.33},{&quot;2026-08-21&quot;:16.43},{&quot;2026-08-22&quot;:16.43},{&quot;2026-08-23&quot;:16.43},{&quot;2026-08-24&quot;:16.5},{&quot;2026-08-25&quot;:16.5},{&quot;2026-08-26&quot;:16.5},{&quot;2026-08-27&quot;:16.5},{&quot;2026-08-28&quot;:16.59},{&quot;2026-08-29&quot;:16.59},{&quot;2026-08-30&quot;:16.54},{&quot;2026-08-31&quot;:16.54},{&quot;2026-09-01&quot;:16.54},{&quot;2026-09-02&quot;:16.54},{&quot;2026-09-03&quot;:16.54},{&quot;2026-09-04&quot;:16.54},{&quot;2026-09-05&quot;:16.4},{&quot;2026-09-06&quot;:16.26},{&quot;2026-09-07&quot;:16.26},{&quot;2026-09-08&quot;:16.25},{&quot;2026-09-09&quot;:16.25},{&quot;2026-09-10&quot;:16.25},{&quot;2026-09-11&quot;:15.96}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.59},{&quot;2026-06-12&quot;:4.56},{&quot;2026-06-13&quot;:4.61},{&quot;2026-06-14&quot;:4.58},{&quot;2026-06-15&quot;:4.58},{&quot;2026-06-16&quot;:4.64},{&quot;2026-06-17&quot;:4.67},{&quot;2026-06-18&quot;:4.67},{&quot;2026-06-19&quot;:4.66},{&quot;2026-06-20&quot;:4.64},{&quot;2026-06-21&quot;:4.63},{&quot;2026-06-22&quot;:4.63},{&quot;2026-06-23&quot;:4.63},{&quot;2026-06-24&quot;:4.69},{&quot;2026-06-25&quot;:4.72},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.9},{&quot;2026-06-28&quot;:4.89},{&quot;2026-06-29&quot;:5.04},{&quot;2026-06-30&quot;:5.05},{&quot;2026-07-01&quot;:5.15},{&quot;2026-07-02&quot;:5.17},{&quot;2026-07-03&quot;:5.08},{&quot;2026-07-04&quot;:5.14},{&quot;2026-07-05&quot;:5.22},{&quot;2026-07-06&quot;:5.33},{&quot;2026-07-07&quot;:5.2},{&quot;2026-07-08&quot;:5.2},{&quot;2026-07-09&quot;:5.2},{&quot;2026-07-10&quot;:5.2},{&quot;2026-07-11&quot;:5.3},{&quot;2026-07-12&quot;:5.23},{&quot;2026-07-13&quot;:5.22},{&quot;2026-07-14&quot;:5.24},{&quot;2026-07-15&quot;:5.38},{&quot;2026-07-16&quot;:5.49},{&quot;2026-07-17&quot;:5.5},{&quot;2026-07-18&quot;:5.37},{&quot;2026-07-19&quot;:5.37},{&quot;2026-07-20&quot;:5.4},{&quot;2026-07-21&quot;:5.4},{&quot;2026-07-23&quot;:5.36},{&quot;2026-07-25&quot;:5.24},{&quot;2026-07-26&quot;:5.24},{&quot;2026-07-27&quot;:5.24},{&quot;2026-07-28&quot;:5.24},{&quot;2026-07-29&quot;:5.17},{&quot;2026-07-30&quot;:5.15},{&quot;2026-07-31&quot;:5.18},{&quot;2026-08-01&quot;:5.13},{&quot;2026-08-02&quot;:5.23},{&quot;2026-08-03&quot;:5.42},{&quot;2026-08-04&quot;:5.42},{&quot;2026-08-05&quot;:5.5},{&quot;2026-08-07&quot;:5.44},{&quot;2026-08-08&quot;:5.44},{&quot;2026-08-09&quot;:5.33},{&quot;2026-08-10&quot;:5.43},{&quot;2026-08-11&quot;:5.32},{&quot;2026-08-12&quot;:5.32},{&quot;2026-08-13&quot;:5.2},{&quot;2026-08-14&quot;:5.1},{&quot;2026-08-15&quot;:5.06},{&quot;2026-08-16&quot;:5.05},{&quot;2026-08-17&quot;:5.05},{&quot;2026-08-18&quot;:5.05},{&quot;2026-08-19&quot;:5.17},{&quot;2026-08-20&quot;:5.17},{&quot;2026-08-21&quot;:5.2},{&quot;2026-08-22&quot;:5.22},{&quot;2026-08-23&quot;:5.2},{&quot;2026-08-24&quot;:5.2},{&quot;2026-08-25&quot;:5.2},{&quot;2026-08-26&quot;:5.2},{&quot;2026-08-27&quot;:5.14},{&quot;2026-08-28&quot;:5.1},{&quot;2026-08-29&quot;:5.1},{&quot;2026-08-30&quot;:4.97},{&quot;2026-08-31&quot;:4.97},{&quot;2026-09-01&quot;:4.97},{&quot;2026-09-02&quot;:5.08},{&quot;2026-09-03&quot;:5.08},{&quot;2026-09-04&quot;:5.09},{&quot;2026-09-05&quot;:5.01},{&quot;2026-09-06&quot;:5.01},{&quot;2026-09-07&quot;:5.01},{&quot;2026-09-08&quot;:5.13},{&quot;2026-09-09&quot;:5.13},{&quot;2026-09-10&quot;:5.13},{&quot;2026-09-11&quot;:5.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="9251"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.12
          </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="Fury Storm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/10dad353-7200-46de-96ad-4c457b94c62b.jpg?1783934336" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fury Storm" src="https://cards.scryfall.io/large/front/1/0/10dad353-7200-46de-96ad-4c457b94c62b.jpg?1783934336" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.11},{&quot;2026-06-12&quot;:5.15},{&quot;2026-06-13&quot;:5.15},{&quot;2026-06-14&quot;:5.1},{&quot;2026-06-15&quot;:5.1},{&quot;2026-06-16&quot;:5.11},{&quot;2026-06-17&quot;:5.13},{&quot;2026-06-18&quot;:5.08},{&quot;2026-06-19&quot;:5.06},{&quot;2026-06-20&quot;:5.06},{&quot;2026-06-21&quot;:5.06},{&quot;2026-06-22&quot;:5.06},{&quot;2026-06-23&quot;:5.08},{&quot;2026-06-24&quot;:5.11},{&quot;2026-06-25&quot;:5.12},{&quot;2026-06-26&quot;:5.12},{&quot;2026-06-27&quot;:5.12},{&quot;2026-06-28&quot;:5.16},{&quot;2026-06-29&quot;:5.16},{&quot;2026-06-30&quot;:5.16},{&quot;2026-07-01&quot;:5.06},{&quot;2026-07-02&quot;:5.06},{&quot;2026-07-03&quot;:5.06},{&quot;2026-07-04&quot;:5.06},{&quot;2026-07-05&quot;:5.06},{&quot;2026-07-06&quot;:5.06},{&quot;2026-07-07&quot;:4.73},{&quot;2026-07-08&quot;:4.7},{&quot;2026-07-09&quot;:4.61},{&quot;2026-07-10&quot;:4.61},{&quot;2026-07-11&quot;:4.61},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.56},{&quot;2026-07-14&quot;:4.47},{&quot;2026-07-15&quot;:4.47},{&quot;2026-07-16&quot;:4.47},{&quot;2026-07-17&quot;:4.47},{&quot;2026-07-18&quot;:4.47},{&quot;2026-07-19&quot;:4.55},{&quot;2026-07-20&quot;:4.55},{&quot;2026-07-21&quot;:4.55},{&quot;2026-07-23&quot;:4.46},{&quot;2026-07-25&quot;:4.46},{&quot;2026-07-26&quot;:4.46},{&quot;2026-07-27&quot;:4.46},{&quot;2026-07-28&quot;:4.46},{&quot;2026-07-29&quot;:4.46},{&quot;2026-07-30&quot;:4.45},{&quot;2026-07-31&quot;:4.52},{&quot;2026-08-01&quot;:4.51},{&quot;2026-08-02&quot;:4.51},{&quot;2026-08-03&quot;:4.64},{&quot;2026-08-04&quot;:4.68},{&quot;2026-08-05&quot;:4.68},{&quot;2026-08-07&quot;:4.74},{&quot;2026-08-08&quot;:4.74},{&quot;2026-08-09&quot;:4.74},{&quot;2026-08-10&quot;:4.78},{&quot;2026-08-11&quot;:4.78},{&quot;2026-08-12&quot;:4.78},{&quot;2026-08-13&quot;:4.63},{&quot;2026-08-14&quot;:4.67},{&quot;2026-08-15&quot;:4.6},{&quot;2026-08-16&quot;:4.56},{&quot;2026-08-17&quot;:4.56},{&quot;2026-08-18&quot;:4.58},{&quot;2026-08-19&quot;:4.55},{&quot;2026-08-20&quot;:4.55},{&quot;2026-08-21&quot;:4.49},{&quot;2026-08-22&quot;:4.48},{&quot;2026-08-23&quot;:4.64},{&quot;2026-08-24&quot;:4.68},{&quot;2026-08-25&quot;:4.73},{&quot;2026-08-26&quot;:4.73},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:4.8},{&quot;2026-08-29&quot;:4.8},{&quot;2026-08-30&quot;:4.91},{&quot;2026-08-31&quot;:4.87},{&quot;2026-09-01&quot;:4.87},{&quot;2026-09-02&quot;:4.92},{&quot;2026-09-03&quot;:4.92},{&quot;2026-09-04&quot;:4.88},{&quot;2026-09-05&quot;:5.13},{&quot;2026-09-06&quot;:5.13},{&quot;2026-09-07&quot;:5.13},{&quot;2026-09-08&quot;:5.05},{&quot;2026-09-09&quot;:5.05},{&quot;2026-09-10&quot;:5.11},{&quot;2026-09-11&quot;:5.12}]}"
        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="20919"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.12
          </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="Mystic Gate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/f/3fe71ae5-5553-4b41-89e0-fd767f9bf430.jpg?1783930082" />

        <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">
            Mystic Gate
        </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="Mystic Gate" src="https://cards.scryfall.io/large/front/3/f/3fe71ae5-5553-4b41-89e0-fd767f9bf430.jpg?1783930082" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.48},{&quot;2026-06-14&quot;:6.48},{&quot;2026-06-15&quot;:6.48},{&quot;2026-06-16&quot;:6.44},{&quot;2026-06-17&quot;:6.52},{&quot;2026-06-18&quot;:6.52},{&quot;2026-06-19&quot;:6.52},{&quot;2026-06-20&quot;:6.52},{&quot;2026-06-21&quot;:6.52},{&quot;2026-06-22&quot;:6.52},{&quot;2026-06-23&quot;:6.52},{&quot;2026-06-24&quot;:6.52},{&quot;2026-06-25&quot;:6.52},{&quot;2026-06-26&quot;:6.52},{&quot;2026-06-27&quot;:6.52},{&quot;2026-06-28&quot;:6.52},{&quot;2026-06-29&quot;:6.52},{&quot;2026-06-30&quot;:6.52},{&quot;2026-07-01&quot;:6.52},{&quot;2026-07-02&quot;:6.52},{&quot;2026-07-03&quot;:6.52},{&quot;2026-07-04&quot;:6.52},{&quot;2026-07-05&quot;:6.52},{&quot;2026-07-06&quot;:6.54},{&quot;2026-07-07&quot;:6.54},{&quot;2026-07-08&quot;:6.56},{&quot;2026-07-09&quot;:6.56},{&quot;2026-07-10&quot;:6.56},{&quot;2026-07-11&quot;:6.56},{&quot;2026-07-12&quot;:6.56},{&quot;2026-07-13&quot;:6.56},{&quot;2026-07-14&quot;:6.56},{&quot;2026-07-15&quot;:6.56},{&quot;2026-07-16&quot;:6.56},{&quot;2026-07-17&quot;:6.56},{&quot;2026-07-18&quot;:6.56},{&quot;2026-07-19&quot;:6.56},{&quot;2026-07-20&quot;:6.56},{&quot;2026-07-21&quot;:6.56},{&quot;2026-07-22&quot;:6.62},{&quot;2026-07-23&quot;:6.62},{&quot;2026-07-24&quot;:6.62},{&quot;2026-07-25&quot;:6.62},{&quot;2026-07-26&quot;:6.62},{&quot;2026-07-27&quot;:6.57},{&quot;2026-07-28&quot;:6.57},{&quot;2026-07-29&quot;:6.57},{&quot;2026-07-30&quot;:6.57},{&quot;2026-07-31&quot;:6.57},{&quot;2026-08-01&quot;:6.59},{&quot;2026-08-02&quot;:6.59},{&quot;2026-08-03&quot;:6.59},{&quot;2026-08-04&quot;:6.53},{&quot;2026-08-05&quot;:6.53},{&quot;2026-08-07&quot;:6.55},{&quot;2026-08-08&quot;:6.55},{&quot;2026-08-09&quot;:6.55},{&quot;2026-08-10&quot;:6.55},{&quot;2026-08-11&quot;:6.55},{&quot;2026-08-12&quot;:6.55},{&quot;2026-08-13&quot;:6.57},{&quot;2026-08-14&quot;:6.57},{&quot;2026-08-15&quot;:6.57},{&quot;2026-08-16&quot;:6.57},{&quot;2026-08-17&quot;:6.6},{&quot;2026-08-18&quot;:6.6},{&quot;2026-08-19&quot;:6.6},{&quot;2026-08-20&quot;:6.6},{&quot;2026-08-21&quot;:6.6},{&quot;2026-08-22&quot;:6.6},{&quot;2026-08-23&quot;:6.6},{&quot;2026-08-24&quot;:6.6},{&quot;2026-08-25&quot;:6.6},{&quot;2026-08-26&quot;:6.6},{&quot;2026-08-27&quot;:6.6},{&quot;2026-08-28&quot;:6.6},{&quot;2026-08-29&quot;:6.6},{&quot;2026-08-30&quot;:6.6},{&quot;2026-08-31&quot;:6.6},{&quot;2026-09-01&quot;:6.6},{&quot;2026-09-02&quot;:6.6},{&quot;2026-09-03&quot;:6.6},{&quot;2026-09-04&quot;:6.6},{&quot;2026-09-05&quot;:6.66},{&quot;2026-09-06&quot;:6.66},{&quot;2026-09-07&quot;:6.66},{&quot;2026-09-08&quot;:6.66},{&quot;2026-09-09&quot;:6.66},{&quot;2026-09-10&quot;:6.66},{&quot;2026-09-11&quot;:6.67}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.69},{&quot;2026-06-14&quot;:3.69},{&quot;2026-06-15&quot;:3.69},{&quot;2026-06-16&quot;:3.63},{&quot;2026-06-17&quot;:3.55},{&quot;2026-06-18&quot;:3.55},{&quot;2026-06-19&quot;:3.47},{&quot;2026-06-20&quot;:3.38},{&quot;2026-06-21&quot;:3.38},{&quot;2026-06-22&quot;:3.38},{&quot;2026-06-23&quot;:3.38},{&quot;2026-06-24&quot;:3.34},{&quot;2026-06-25&quot;:3.34},{&quot;2026-06-26&quot;:3.31},{&quot;2026-06-27&quot;:3.31},{&quot;2026-06-28&quot;:3.31},{&quot;2026-06-29&quot;:3.26},{&quot;2026-06-30&quot;:3.26},{&quot;2026-07-01&quot;:3.26},{&quot;2026-07-02&quot;:3.26},{&quot;2026-07-03&quot;:3.27},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.44},{&quot;2026-07-06&quot;:3.44},{&quot;2026-07-07&quot;:3.44},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.48},{&quot;2026-07-10&quot;:3.48},{&quot;2026-07-11&quot;:3.48},{&quot;2026-07-12&quot;:4.15},{&quot;2026-07-13&quot;:4.15},{&quot;2026-07-14&quot;:4.19},{&quot;2026-07-15&quot;:4.15},{&quot;2026-07-16&quot;:4.21},{&quot;2026-07-17&quot;:4.21},{&quot;2026-07-18&quot;:4.18},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:4.31},{&quot;2026-07-21&quot;:4.37},{&quot;2026-07-22&quot;:4.37},{&quot;2026-07-23&quot;:4.37},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.48},{&quot;2026-07-27&quot;:4.48},{&quot;2026-07-28&quot;:4.49},{&quot;2026-07-29&quot;:4.49},{&quot;2026-07-30&quot;:4.49},{&quot;2026-07-31&quot;:4.48},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.41},{&quot;2026-08-03&quot;:4.41},{&quot;2026-08-04&quot;:4.49},{&quot;2026-08-05&quot;:4.49},{&quot;2026-08-07&quot;:3.87},{&quot;2026-08-08&quot;:4.04},{&quot;2026-08-09&quot;:4.04},{&quot;2026-08-10&quot;:4.21},{&quot;2026-08-11&quot;:4.21},{&quot;2026-08-12&quot;:4.22},{&quot;2026-08-13&quot;:4.22},{&quot;2026-08-14&quot;:4.27},{&quot;2026-08-15&quot;:4.6},{&quot;2026-08-16&quot;:4.55},{&quot;2026-08-17&quot;:4.59},{&quot;2026-08-18&quot;:4.67},{&quot;2026-08-19&quot;:4.75},{&quot;2026-08-20&quot;:4.75},{&quot;2026-08-21&quot;:4.75},{&quot;2026-08-22&quot;:4.68},{&quot;2026-08-23&quot;:4.72},{&quot;2026-08-24&quot;:4.75},{&quot;2026-08-25&quot;:4.78},{&quot;2026-08-26&quot;:4.76},{&quot;2026-08-27&quot;:4.76},{&quot;2026-08-28&quot;:4.76},{&quot;2026-08-29&quot;:4.76},{&quot;2026-08-30&quot;:4.71},{&quot;2026-08-31&quot;:4.71},{&quot;2026-09-01&quot;:4.7},{&quot;2026-09-02&quot;:4.69},{&quot;2026-09-03&quot;:4.69},{&quot;2026-09-04&quot;:4.69},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:4.76},{&quot;2026-09-07&quot;:4.99},{&quot;2026-09-08&quot;:5.12},{&quot;2026-09-09&quot;:5.12},{&quot;2026-09-10&quot;:5.12},{&quot;2026-09-11&quot;:5.12}]}"
        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="46682"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-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">
            Orthion, Hero of Lavabrink
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.12
          </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="Orthion, Hero of Lavabrink" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/71dadbb3-7b8a-4656-973f-65a3284afe07.jpg?1783916901" />

        <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">
            Orthion, Hero of Lavabrink
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Orthion, Hero of Lavabrink" src="https://cards.scryfall.io/large/front/7/1/71dadbb3-7b8a-4656-973f-65a3284afe07.jpg?1783916901" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:12.77},{&quot;2026-06-12&quot;:12.77},{&quot;2026-06-13&quot;:12.77},{&quot;2026-06-14&quot;:12.77},{&quot;2026-06-15&quot;:12.77},{&quot;2026-06-16&quot;:12.77},{&quot;2026-06-17&quot;:12.77},{&quot;2026-06-18&quot;:12.77},{&quot;2026-06-19&quot;:12.77},{&quot;2026-06-20&quot;:12.77},{&quot;2026-06-21&quot;:12.77},{&quot;2026-06-22&quot;:12.78},{&quot;2026-06-23&quot;:12.78},{&quot;2026-06-24&quot;:12.79},{&quot;2026-06-25&quot;:12.79},{&quot;2026-06-26&quot;:12.79},{&quot;2026-06-27&quot;:12.79},{&quot;2026-06-28&quot;:12.79},{&quot;2026-06-29&quot;:12.79},{&quot;2026-06-30&quot;:12.79},{&quot;2026-07-01&quot;:12.79},{&quot;2026-07-02&quot;:12.79},{&quot;2026-07-03&quot;:12.72},{&quot;2026-07-04&quot;:12.67},{&quot;2026-07-05&quot;:12.67},{&quot;2026-07-06&quot;:12.67},{&quot;2026-07-07&quot;:12.67},{&quot;2026-07-08&quot;:12.67},{&quot;2026-07-09&quot;:12.77},{&quot;2026-07-10&quot;:12.77},{&quot;2026-07-11&quot;:12.77},{&quot;2026-07-12&quot;:12.77},{&quot;2026-07-13&quot;:12.79},{&quot;2026-07-14&quot;:12.79},{&quot;2026-07-15&quot;:12.79},{&quot;2026-07-16&quot;:12.79},{&quot;2026-07-17&quot;:12.79},{&quot;2026-07-18&quot;:12.79},{&quot;2026-07-19&quot;:12.79},{&quot;2026-07-20&quot;:12.79},{&quot;2026-07-21&quot;:12.79},{&quot;2026-07-23&quot;:12.79},{&quot;2026-07-25&quot;:12.79},{&quot;2026-07-26&quot;:12.79},{&quot;2026-07-27&quot;:12.79},{&quot;2026-07-28&quot;:12.79},{&quot;2026-07-29&quot;:12.79},{&quot;2026-07-30&quot;:12.79},{&quot;2026-07-31&quot;:12.79},{&quot;2026-08-01&quot;:12.79},{&quot;2026-08-02&quot;:12.79},{&quot;2026-08-03&quot;:12.79},{&quot;2026-08-04&quot;:12.79},{&quot;2026-08-05&quot;:12.74},{&quot;2026-08-07&quot;:12.86},{&quot;2026-08-08&quot;:12.86},{&quot;2026-08-09&quot;:12.91},{&quot;2026-08-10&quot;:12.91},{&quot;2026-08-11&quot;:12.91},{&quot;2026-08-12&quot;:12.91},{&quot;2026-08-13&quot;:12.91},{&quot;2026-08-14&quot;:12.91},{&quot;2026-08-15&quot;:12.91},{&quot;2026-08-16&quot;:12.91},{&quot;2026-08-17&quot;:12.89},{&quot;2026-08-18&quot;:12.89},{&quot;2026-08-19&quot;:12.89},{&quot;2026-08-20&quot;:12.89},{&quot;2026-08-21&quot;:12.89},{&quot;2026-08-22&quot;:12.89},{&quot;2026-08-23&quot;:12.89},{&quot;2026-08-24&quot;:12.87},{&quot;2026-08-25&quot;:12.87},{&quot;2026-08-26&quot;:12.78},{&quot;2026-08-27&quot;:12.78},{&quot;2026-08-28&quot;:12.78},{&quot;2026-08-29&quot;:12.78},{&quot;2026-08-30&quot;:12.78},{&quot;2026-08-31&quot;:12.78},{&quot;2026-09-01&quot;:12.78},{&quot;2026-09-02&quot;:12.78},{&quot;2026-09-03&quot;:12.78},{&quot;2026-09-04&quot;:12.77},{&quot;2026-09-05&quot;:12.77},{&quot;2026-09-06&quot;:12.72},{&quot;2026-09-07&quot;:12.72},{&quot;2026-09-08&quot;:12.72},{&quot;2026-09-09&quot;:12.72},{&quot;2026-09-10&quot;:12.72},{&quot;2026-09-11&quot;:12.72}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.98},{&quot;2026-06-12&quot;:6.02},{&quot;2026-06-13&quot;:5.92},{&quot;2026-06-14&quot;:5.92},{&quot;2026-06-15&quot;:5.94},{&quot;2026-06-16&quot;:5.86},{&quot;2026-06-17&quot;:5.73},{&quot;2026-06-18&quot;:5.73},{&quot;2026-06-19&quot;:5.73},{&quot;2026-06-20&quot;:5.69},{&quot;2026-06-21&quot;:5.69},{&quot;2026-06-22&quot;:5.69},{&quot;2026-06-23&quot;:5.47},{&quot;2026-06-24&quot;:5.43},{&quot;2026-06-25&quot;:5.41},{&quot;2026-06-26&quot;:5.4},{&quot;2026-06-27&quot;:5.29},{&quot;2026-06-28&quot;:5.23},{&quot;2026-06-29&quot;:5.14},{&quot;2026-06-30&quot;:5.18},{&quot;2026-07-01&quot;:5.22},{&quot;2026-07-02&quot;:5.12},{&quot;2026-07-03&quot;:5.08},{&quot;2026-07-04&quot;:5.07},{&quot;2026-07-05&quot;:5.11},{&quot;2026-07-06&quot;:5.3},{&quot;2026-07-07&quot;:5.27},{&quot;2026-07-08&quot;:5.19},{&quot;2026-07-09&quot;:5.09},{&quot;2026-07-10&quot;:5.04},{&quot;2026-07-11&quot;:4.96},{&quot;2026-07-12&quot;:4.87},{&quot;2026-07-13&quot;:4.78},{&quot;2026-07-14&quot;:4.61},{&quot;2026-07-15&quot;:4.62},{&quot;2026-07-16&quot;:4.67},{&quot;2026-07-17&quot;:4.72},{&quot;2026-07-18&quot;:4.72},{&quot;2026-07-19&quot;:4.69},{&quot;2026-07-20&quot;:4.59},{&quot;2026-07-21&quot;:4.66},{&quot;2026-07-23&quot;:4.75},{&quot;2026-07-25&quot;:4.69},{&quot;2026-07-26&quot;:4.72},{&quot;2026-07-27&quot;:4.96},{&quot;2026-07-28&quot;:4.96},{&quot;2026-07-29&quot;:5.24},{&quot;2026-07-30&quot;:5.47},{&quot;2026-07-31&quot;:5.56},{&quot;2026-08-01&quot;:5.62},{&quot;2026-08-02&quot;:5.4},{&quot;2026-08-03&quot;:5.31},{&quot;2026-08-04&quot;:5.3},{&quot;2026-08-05&quot;:5.3},{&quot;2026-08-07&quot;:5.19},{&quot;2026-08-08&quot;:5.14},{&quot;2026-08-09&quot;:5.03},{&quot;2026-08-10&quot;:4.97},{&quot;2026-08-11&quot;:4.68},{&quot;2026-08-12&quot;:4.76},{&quot;2026-08-13&quot;:4.85},{&quot;2026-08-14&quot;:4.93},{&quot;2026-08-15&quot;:4.99},{&quot;2026-08-16&quot;:4.9},{&quot;2026-08-17&quot;:4.9},{&quot;2026-08-18&quot;:4.91},{&quot;2026-08-19&quot;:5.03},{&quot;2026-08-20&quot;:5.03},{&quot;2026-08-21&quot;:5.04},{&quot;2026-08-22&quot;:5.06},{&quot;2026-08-23&quot;:5.08},{&quot;2026-08-24&quot;:5.06},{&quot;2026-08-25&quot;:5.06},{&quot;2026-08-26&quot;:5.22},{&quot;2026-08-27&quot;:5.22},{&quot;2026-08-28&quot;:5.11},{&quot;2026-08-29&quot;:5.11},{&quot;2026-08-30&quot;:5.3},{&quot;2026-08-31&quot;:5.49},{&quot;2026-09-01&quot;:5.49},{&quot;2026-09-02&quot;:5.3},{&quot;2026-09-03&quot;:5.26},{&quot;2026-09-04&quot;:5.31},{&quot;2026-09-05&quot;:5.39},{&quot;2026-09-06&quot;:5.24},{&quot;2026-09-07&quot;:5.12},{&quot;2026-09-08&quot;:5.04},{&quot;2026-09-09&quot;:5.04},{&quot;2026-09-10&quot;:4.96},{&quot;2026-09-11&quot;:5.12}]}"
        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="64309"
  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-scg 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">
            Alpha Status
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.12
          </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="Alpha Status" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/d/fd210c45-57f3-4d7d-93ba-81fe4298ade3.jpg?1783944870" />

        <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">
            Alpha Status
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Alpha Status" src="https://cards.scryfall.io/large/front/f/d/fd210c45-57f3-4d7d-93ba-81fe4298ade3.jpg?1783944870" />
    </div>

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

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

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

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

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.12
              </span>

            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $28.34
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:31.98},{&quot;2026-06-11&quot;:31.98},{&quot;2026-06-12&quot;:31.98},{&quot;2026-06-13&quot;:31.98},{&quot;2026-06-14&quot;:31.98},{&quot;2026-06-15&quot;:31.98},{&quot;2026-06-16&quot;:31.98},{&quot;2026-06-17&quot;:31.98},{&quot;2026-06-18&quot;:31.98},{&quot;2026-06-19&quot;:31.98},{&quot;2026-06-20&quot;:31.98},{&quot;2026-06-21&quot;:31.98},{&quot;2026-06-22&quot;:29.98},{&quot;2026-06-23&quot;:29.98},{&quot;2026-06-24&quot;:29.98},{&quot;2026-06-25&quot;:29.98},{&quot;2026-06-26&quot;:29.98},{&quot;2026-06-27&quot;:29.98},{&quot;2026-06-28&quot;:29.98},{&quot;2026-06-29&quot;:29.98},{&quot;2026-06-30&quot;:29.98},{&quot;2026-07-01&quot;:29.98},{&quot;2026-07-02&quot;:29.98},{&quot;2026-07-03&quot;:29.98},{&quot;2026-07-04&quot;:29.98},{&quot;2026-07-05&quot;:29.98},{&quot;2026-07-06&quot;:29.98},{&quot;2026-07-07&quot;:29.98},{&quot;2026-07-08&quot;:29.98},{&quot;2026-07-09&quot;:29.98},{&quot;2026-07-10&quot;:29.98},{&quot;2026-07-11&quot;:29.98},{&quot;2026-07-12&quot;:29.98},{&quot;2026-07-13&quot;:29.98},{&quot;2026-07-14&quot;:29.98},{&quot;2026-07-15&quot;:29.98},{&quot;2026-07-16&quot;:29.98},{&quot;2026-07-17&quot;:29.98},{&quot;2026-07-18&quot;:29.98},{&quot;2026-07-19&quot;:29.98},{&quot;2026-07-20&quot;:29.98},{&quot;2026-07-21&quot;:29.98},{&quot;2026-07-23&quot;:29.98},{&quot;2026-07-25&quot;:29.98},{&quot;2026-07-26&quot;:29.98},{&quot;2026-07-27&quot;:29.98},{&quot;2026-07-29&quot;:29.98},{&quot;2026-07-30&quot;:29.98},{&quot;2026-07-31&quot;:29.98},{&quot;2026-08-01&quot;:29.98},{&quot;2026-08-02&quot;:29.98},{&quot;2026-08-03&quot;:29.98},{&quot;2026-08-04&quot;:29.98},{&quot;2026-08-05&quot;:29.98},{&quot;2026-08-07&quot;:27.98},{&quot;2026-08-08&quot;:27.98},{&quot;2026-08-09&quot;:27.98},{&quot;2026-08-10&quot;:27.98},{&quot;2026-08-11&quot;:27.98},{&quot;2026-08-12&quot;:27.98},{&quot;2026-08-13&quot;:27.98},{&quot;2026-08-14&quot;:27.98},{&quot;2026-08-15&quot;:27.98},{&quot;2026-08-16&quot;:27.98},{&quot;2026-08-17&quot;:27.98},{&quot;2026-08-18&quot;:27.98},{&quot;2026-08-19&quot;:27.98},{&quot;2026-08-20&quot;:27.98},{&quot;2026-08-21&quot;:27.98},{&quot;2026-08-22&quot;:27.98},{&quot;2026-08-23&quot;:27.98},{&quot;2026-08-24&quot;:28.34},{&quot;2026-08-25&quot;:28.34},{&quot;2026-08-26&quot;:28.34},{&quot;2026-08-27&quot;:28.34},{&quot;2026-08-28&quot;:28.34},{&quot;2026-08-29&quot;:28.34},{&quot;2026-08-30&quot;:28.34},{&quot;2026-08-31&quot;:28.34},{&quot;2026-09-01&quot;:28.34},{&quot;2026-09-02&quot;:28.34},{&quot;2026-09-03&quot;:28.34},{&quot;2026-09-04&quot;:28.34},{&quot;2026-09-05&quot;:28.34},{&quot;2026-09-06&quot;:28.34},{&quot;2026-09-07&quot;:28.34},{&quot;2026-09-08&quot;:28.34},{&quot;2026-09-09&quot;:28.34},{&quot;2026-09-10&quot;:28.34},{&quot;2026-09-11&quot;:28.34}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.49},{&quot;2026-06-11&quot;:5.49},{&quot;2026-06-12&quot;:5.49},{&quot;2026-06-13&quot;:5.54},{&quot;2026-06-14&quot;:5.54},{&quot;2026-06-15&quot;:5.53},{&quot;2026-06-16&quot;:5.53},{&quot;2026-06-17&quot;:5.46},{&quot;2026-06-18&quot;:5.58},{&quot;2026-06-19&quot;:5.58},{&quot;2026-06-20&quot;:5.55},{&quot;2026-06-21&quot;:5.52},{&quot;2026-06-22&quot;:5.52},{&quot;2026-06-23&quot;:5.52},{&quot;2026-06-24&quot;:5.52},{&quot;2026-06-25&quot;:5.63},{&quot;2026-06-26&quot;:5.55},{&quot;2026-06-27&quot;:5.54},{&quot;2026-06-28&quot;:5.54},{&quot;2026-06-29&quot;:5.54},{&quot;2026-06-30&quot;:5.54},{&quot;2026-07-01&quot;:5.54},{&quot;2026-07-02&quot;:5.54},{&quot;2026-07-03&quot;:5.54},{&quot;2026-07-04&quot;:5.38},{&quot;2026-07-05&quot;:5.38},{&quot;2026-07-06&quot;:5.17},{&quot;2026-07-07&quot;:5.17},{&quot;2026-07-08&quot;:5.26},{&quot;2026-07-09&quot;:5.26},{&quot;2026-07-10&quot;:5.29},{&quot;2026-07-11&quot;:5.29},{&quot;2026-07-12&quot;:5.29},{&quot;2026-07-13&quot;:5.29},{&quot;2026-07-14&quot;:5.29},{&quot;2026-07-15&quot;:5.28},{&quot;2026-07-16&quot;:5.08},{&quot;2026-07-17&quot;:5.35},{&quot;2026-07-18&quot;:5.35},{&quot;2026-07-19&quot;:5.35},{&quot;2026-07-20&quot;:5.35},{&quot;2026-07-21&quot;:5.26},{&quot;2026-07-23&quot;:5.46},{&quot;2026-07-25&quot;:5.46},{&quot;2026-07-26&quot;:5.46},{&quot;2026-07-27&quot;:5.44},{&quot;2026-07-29&quot;:5.46},{&quot;2026-07-30&quot;:5.46},{&quot;2026-07-31&quot;:5.46},{&quot;2026-08-01&quot;:5.46},{&quot;2026-08-02&quot;:5.46},{&quot;2026-08-03&quot;:5.46},{&quot;2026-08-04&quot;:5.46},{&quot;2026-08-05&quot;:5.46},{&quot;2026-08-07&quot;:5.53},{&quot;2026-08-08&quot;:5.53},{&quot;2026-08-09&quot;:5.54},{&quot;2026-08-10&quot;:5.37},{&quot;2026-08-11&quot;:5.37},{&quot;2026-08-12&quot;:5.22},{&quot;2026-08-13&quot;:5.16},{&quot;2026-08-14&quot;:5.28},{&quot;2026-08-15&quot;:5.28},{&quot;2026-08-16&quot;:5.28},{&quot;2026-08-17&quot;:5.28},{&quot;2026-08-18&quot;:5.28},{&quot;2026-08-19&quot;:5.31},{&quot;2026-08-20&quot;:5.31},{&quot;2026-08-21&quot;:5.38},{&quot;2026-08-22&quot;:5.38},{&quot;2026-08-23&quot;:5.38},{&quot;2026-08-24&quot;:5.21},{&quot;2026-08-25&quot;:5.21},{&quot;2026-08-26&quot;:5.12},{&quot;2026-08-27&quot;:5.12},{&quot;2026-08-28&quot;:5.12},{&quot;2026-08-29&quot;:5.12},{&quot;2026-08-30&quot;:5.12},{&quot;2026-08-31&quot;:5.12},{&quot;2026-09-01&quot;:5.12},{&quot;2026-09-02&quot;:5.12},{&quot;2026-09-03&quot;:5.12},{&quot;2026-09-04&quot;:5.12},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:5.12},{&quot;2026-09-07&quot;:5.12},{&quot;2026-09-08&quot;:5.12},{&quot;2026-09-09&quot;:5.12},{&quot;2026-09-10&quot;:5.12},{&quot;2026-09-11&quot;:5.12}]}"
        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="82114"
  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">
            That Which Was Taken
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Artifact
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $5.12
          </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="That Which Was Taken" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/2/e28b16d8-3d73-4970-a428-56ba627f77ab.jpg?1783924031" />

        <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">
            That Which Was Taken
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="That Which Was Taken" src="https://cards.scryfall.io/large/front/e/2/e28b16d8-3d73-4970-a428-56ba627f77ab.jpg?1783924031" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.12
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.27},{&quot;2026-06-14&quot;:4.27},{&quot;2026-06-15&quot;:4.27},{&quot;2026-06-16&quot;:4.27},{&quot;2026-06-17&quot;:4.41},{&quot;2026-06-18&quot;:4.41},{&quot;2026-06-19&quot;:4.54},{&quot;2026-06-20&quot;:4.54},{&quot;2026-06-21&quot;:4.45},{&quot;2026-06-22&quot;:4.51},{&quot;2026-06-23&quot;:4.51},{&quot;2026-06-24&quot;:4.51},{&quot;2026-06-25&quot;:4.51},{&quot;2026-06-26&quot;:4.51},{&quot;2026-06-27&quot;:4.51},{&quot;2026-06-28&quot;:4.52},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.52},{&quot;2026-07-01&quot;:4.65},{&quot;2026-07-02&quot;:4.53},{&quot;2026-07-03&quot;:4.7},{&quot;2026-07-04&quot;:4.7},{&quot;2026-07-05&quot;:4.7},{&quot;2026-07-06&quot;:4.7},{&quot;2026-07-07&quot;:4.7},{&quot;2026-07-08&quot;:4.7},{&quot;2026-07-09&quot;:4.78},{&quot;2026-07-10&quot;:4.71},{&quot;2026-07-11&quot;:4.71},{&quot;2026-07-12&quot;:4.71},{&quot;2026-07-13&quot;:4.71},{&quot;2026-07-14&quot;:4.69},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.69},{&quot;2026-07-17&quot;:4.55},{&quot;2026-07-18&quot;:4.55},{&quot;2026-07-19&quot;:4.8},{&quot;2026-07-20&quot;:4.8},{&quot;2026-07-21&quot;:4.8},{&quot;2026-07-22&quot;:4.8},{&quot;2026-07-23&quot;:4.8},{&quot;2026-07-24&quot;:4.8},{&quot;2026-07-25&quot;:4.97},{&quot;2026-07-26&quot;:4.97},{&quot;2026-07-27&quot;:4.97},{&quot;2026-07-28&quot;:5.01},{&quot;2026-07-29&quot;:5.01},{&quot;2026-07-30&quot;:5.01},{&quot;2026-07-31&quot;:5.01},{&quot;2026-08-01&quot;:4.97},{&quot;2026-08-02&quot;:4.97},{&quot;2026-08-03&quot;:4.97},{&quot;2026-08-04&quot;:4.97},{&quot;2026-08-05&quot;:4.97},{&quot;2026-08-07&quot;:4.97},{&quot;2026-08-08&quot;:4.97},{&quot;2026-08-09&quot;:4.96},{&quot;2026-08-10&quot;:4.96},{&quot;2026-08-11&quot;:4.96},{&quot;2026-08-12&quot;:4.96},{&quot;2026-08-13&quot;:4.96},{&quot;2026-08-14&quot;:4.96},{&quot;2026-08-15&quot;:4.96},{&quot;2026-08-16&quot;:4.96},{&quot;2026-08-17&quot;:4.96},{&quot;2026-08-18&quot;:4.96},{&quot;2026-08-19&quot;:4.96},{&quot;2026-08-20&quot;:4.96},{&quot;2026-08-21&quot;:4.96},{&quot;2026-08-22&quot;:5.03},{&quot;2026-08-23&quot;:5.03},{&quot;2026-08-24&quot;:5.03},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:5.03},{&quot;2026-08-27&quot;:5.03},{&quot;2026-08-28&quot;:5.03},{&quot;2026-08-29&quot;:5.03},{&quot;2026-08-30&quot;:5.1},{&quot;2026-08-31&quot;:5.1},{&quot;2026-09-01&quot;:5.1},{&quot;2026-09-02&quot;:5.1},{&quot;2026-09-03&quot;:5.1},{&quot;2026-09-04&quot;:5.1},{&quot;2026-09-05&quot;:5.1},{&quot;2026-09-06&quot;:5.1},{&quot;2026-09-07&quot;:5.1},{&quot;2026-09-08&quot;:5.11},{&quot;2026-09-09&quot;:5.11},{&quot;2026-09-10&quot;:5.11},{&quot;2026-09-11&quot;:5.12}]}"
        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="86936"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Court of Locthwain
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.12
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Court of Locthwain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/8/a8e1f698-1c04-4f31-aeaa-b796c5eb5070.jpg?1783914984" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Court of Locthwain
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Court of Locthwain" src="https://cards.scryfall.io/large/front/a/8/a8e1f698-1c04-4f31-aeaa-b796c5eb5070.jpg?1783914984" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.12
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  7%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.68
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.50</span>
              <span class="text-xs text-grey-text">Credit: $3.25</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:8.01},{&quot;2026-06-12&quot;:8.01},{&quot;2026-06-13&quot;:8.01},{&quot;2026-06-14&quot;:8.17},{&quot;2026-06-15&quot;:8.17},{&quot;2026-06-16&quot;:8.17},{&quot;2026-06-17&quot;:8.17},{&quot;2026-06-18&quot;:8.17},{&quot;2026-06-19&quot;:8.17},{&quot;2026-06-20&quot;:8.17},{&quot;2026-06-21&quot;:8.17},{&quot;2026-06-22&quot;:8.17},{&quot;2026-06-23&quot;:8.17},{&quot;2026-06-24&quot;:8.17},{&quot;2026-06-25&quot;:8.17},{&quot;2026-06-26&quot;:8.17},{&quot;2026-06-27&quot;:8.17},{&quot;2026-06-28&quot;:8.17},{&quot;2026-06-29&quot;:8.17},{&quot;2026-06-30&quot;:8.17},{&quot;2026-07-01&quot;:8.17},{&quot;2026-07-02&quot;:8.17},{&quot;2026-07-03&quot;:8.17},{&quot;2026-07-04&quot;:8.17},{&quot;2026-07-05&quot;:8.17},{&quot;2026-07-06&quot;:8.17},{&quot;2026-07-07&quot;:8.17},{&quot;2026-07-08&quot;:8.17},{&quot;2026-07-09&quot;:8.17},{&quot;2026-07-10&quot;:8.17},{&quot;2026-07-11&quot;:8.17},{&quot;2026-07-12&quot;:8.17},{&quot;2026-07-13&quot;:8.17},{&quot;2026-07-14&quot;:8.17},{&quot;2026-07-15&quot;:8.17},{&quot;2026-07-16&quot;:8.17},{&quot;2026-07-17&quot;:8.17},{&quot;2026-07-18&quot;:8.17},{&quot;2026-07-19&quot;:8.17},{&quot;2026-07-20&quot;:8.17},{&quot;2026-07-21&quot;:8.17},{&quot;2026-07-23&quot;:8.31},{&quot;2026-07-25&quot;:8.31},{&quot;2026-07-26&quot;:8.31},{&quot;2026-07-27&quot;:8.31},{&quot;2026-07-28&quot;:8.31},{&quot;2026-07-29&quot;:8.31},{&quot;2026-07-30&quot;:8.31},{&quot;2026-07-31&quot;:8.31},{&quot;2026-08-01&quot;:8.31},{&quot;2026-08-02&quot;:8.31},{&quot;2026-08-03&quot;:8.42},{&quot;2026-08-04&quot;:8.42},{&quot;2026-08-05&quot;:8.42},{&quot;2026-08-07&quot;:8.42},{&quot;2026-08-08&quot;:8.42},{&quot;2026-08-09&quot;:8.42},{&quot;2026-08-10&quot;:8.42},{&quot;2026-08-11&quot;:8.42},{&quot;2026-08-12&quot;:8.42},{&quot;2026-08-13&quot;:8.42},{&quot;2026-08-14&quot;:8.42},{&quot;2026-08-15&quot;:8.42},{&quot;2026-08-16&quot;:8.46},{&quot;2026-08-17&quot;:8.46},{&quot;2026-08-18&quot;:8.46},{&quot;2026-08-19&quot;:8.46},{&quot;2026-08-20&quot;:8.46},{&quot;2026-08-21&quot;:8.46},{&quot;2026-08-22&quot;:8.46},{&quot;2026-08-23&quot;:8.54},{&quot;2026-08-24&quot;:8.54},{&quot;2026-08-25&quot;:8.54},{&quot;2026-08-26&quot;:8.54},{&quot;2026-08-27&quot;:8.54},{&quot;2026-08-28&quot;:8.54},{&quot;2026-08-29&quot;:8.54},{&quot;2026-08-30&quot;:8.54},{&quot;2026-08-31&quot;:8.54},{&quot;2026-09-01&quot;:8.54},{&quot;2026-09-02&quot;:8.68},{&quot;2026-09-03&quot;:8.68},{&quot;2026-09-04&quot;:8.68},{&quot;2026-09-05&quot;:8.68},{&quot;2026-09-06&quot;:8.68},{&quot;2026-09-07&quot;:8.68},{&quot;2026-09-08&quot;:8.68},{&quot;2026-09-09&quot;:8.68},{&quot;2026-09-10&quot;:8.68},{&quot;2026-09-11&quot;:8.68}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.69},{&quot;2026-06-12&quot;:7.1},{&quot;2026-06-13&quot;:7.22},{&quot;2026-06-14&quot;:7.27},{&quot;2026-06-15&quot;:7.3},{&quot;2026-06-16&quot;:6.33},{&quot;2026-06-17&quot;:6.45},{&quot;2026-06-18&quot;:6.48},{&quot;2026-06-19&quot;:6.48},{&quot;2026-06-20&quot;:6.48},{&quot;2026-06-21&quot;:6.61},{&quot;2026-06-22&quot;:6.47},{&quot;2026-06-23&quot;:6.54},{&quot;2026-06-24&quot;:6.56},{&quot;2026-06-25&quot;:6.42},{&quot;2026-06-26&quot;:6.4},{&quot;2026-06-27&quot;:6.5},{&quot;2026-06-28&quot;:6.42},{&quot;2026-06-29&quot;:6.5},{&quot;2026-06-30&quot;:6.8},{&quot;2026-07-01&quot;:6.92},{&quot;2026-07-02&quot;:6.88},{&quot;2026-07-03&quot;:6.79},{&quot;2026-07-04&quot;:6.87},{&quot;2026-07-05&quot;:6.83},{&quot;2026-07-06&quot;:7.16},{&quot;2026-07-07&quot;:7.18},{&quot;2026-07-08&quot;:7.12},{&quot;2026-07-09&quot;:7.5},{&quot;2026-07-10&quot;:7.92},{&quot;2026-07-11&quot;:7.66},{&quot;2026-07-12&quot;:7.47},{&quot;2026-07-13&quot;:7.47},{&quot;2026-07-14&quot;:7.29},{&quot;2026-07-15&quot;:7.21},{&quot;2026-07-16&quot;:7.09},{&quot;2026-07-17&quot;:7.02},{&quot;2026-07-18&quot;:6.97},{&quot;2026-07-19&quot;:6.89},{&quot;2026-07-20&quot;:6.75},{&quot;2026-07-21&quot;:6.63},{&quot;2026-07-23&quot;:6.63},{&quot;2026-07-25&quot;:5.96},{&quot;2026-07-26&quot;:5.88},{&quot;2026-07-27&quot;:5.81},{&quot;2026-07-28&quot;:5.97},{&quot;2026-07-29&quot;:5.97},{&quot;2026-07-30&quot;:5.93},{&quot;2026-07-31&quot;:6.1},{&quot;2026-08-01&quot;:6.15},{&quot;2026-08-02&quot;:6.13},{&quot;2026-08-03&quot;:6.37},{&quot;2026-08-04&quot;:6.52},{&quot;2026-08-05&quot;:6.57},{&quot;2026-08-07&quot;:6.68},{&quot;2026-08-08&quot;:6.68},{&quot;2026-08-09&quot;:6.66},{&quot;2026-08-10&quot;:6.67},{&quot;2026-08-11&quot;:6.67},{&quot;2026-08-12&quot;:6.7},{&quot;2026-08-13&quot;:6.7},{&quot;2026-08-14&quot;:6.57},{&quot;2026-08-15&quot;:6.54},{&quot;2026-08-16&quot;:6.47},{&quot;2026-08-17&quot;:6.4},{&quot;2026-08-18&quot;:6.33},{&quot;2026-08-19&quot;:6.27},{&quot;2026-08-20&quot;:6.27},{&quot;2026-08-21&quot;:6.0},{&quot;2026-08-22&quot;:5.8},{&quot;2026-08-23&quot;:5.8},{&quot;2026-08-24&quot;:5.49},{&quot;2026-08-25&quot;:5.49},{&quot;2026-08-26&quot;:5.7},{&quot;2026-08-27&quot;:5.72},{&quot;2026-08-28&quot;:5.57},{&quot;2026-08-29&quot;:5.57},{&quot;2026-08-30&quot;:5.29},{&quot;2026-08-31&quot;:5.26},{&quot;2026-09-01&quot;:5.26},{&quot;2026-09-02&quot;:5.59},{&quot;2026-09-03&quot;:5.59},{&quot;2026-09-04&quot;:5.56},{&quot;2026-09-05&quot;:5.52},{&quot;2026-09-06&quot;:5.66},{&quot;2026-09-07&quot;:5.57},{&quot;2026-09-08&quot;:5.66},{&quot;2026-09-09&quot;:5.39},{&quot;2026-09-10&quot;:5.13},{&quot;2026-09-11&quot;:5.12}]}"
        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="75940"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Rhythm of the Wild
        </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">
            $5.11
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rhythm of the Wild" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/7305c2e6-b72d-4bbd-8d64-69bc5e4d269c.jpg?1783913845" />

        <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">
            Rhythm of the Wild
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Rhythm of the Wild" src="https://cards.scryfall.io/large/front/7/3/7305c2e6-b72d-4bbd-8d64-69bc5e4d269c.jpg?1783913845" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.11
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.80</span>
              <span class="text-xs text-grey-text">Credit: $4.94</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.71},{&quot;2026-06-12&quot;:4.71},{&quot;2026-06-13&quot;:4.99},{&quot;2026-06-14&quot;:5.07},{&quot;2026-06-15&quot;:5.18},{&quot;2026-06-16&quot;:5.27},{&quot;2026-06-17&quot;:5.27},{&quot;2026-06-18&quot;:5.3},{&quot;2026-06-19&quot;:5.31},{&quot;2026-06-20&quot;:5.37},{&quot;2026-06-21&quot;:5.37},{&quot;2026-06-22&quot;:5.37},{&quot;2026-06-23&quot;:5.47},{&quot;2026-06-24&quot;:5.47},{&quot;2026-06-25&quot;:5.41},{&quot;2026-06-26&quot;:5.36},{&quot;2026-06-27&quot;:5.34},{&quot;2026-06-28&quot;:5.3},{&quot;2026-06-29&quot;:5.3},{&quot;2026-06-30&quot;:5.08},{&quot;2026-07-01&quot;:5.14},{&quot;2026-07-02&quot;:5.19},{&quot;2026-07-03&quot;:5.21},{&quot;2026-07-04&quot;:5.21},{&quot;2026-07-05&quot;:5.24},{&quot;2026-07-06&quot;:5.11},{&quot;2026-07-07&quot;:5.19},{&quot;2026-07-08&quot;:5.37},{&quot;2026-07-09&quot;:5.59},{&quot;2026-07-10&quot;:5.72},{&quot;2026-07-11&quot;:5.68},{&quot;2026-07-12&quot;:5.61},{&quot;2026-07-13&quot;:5.56},{&quot;2026-07-14&quot;:5.56},{&quot;2026-07-15&quot;:5.57},{&quot;2026-07-16&quot;:5.57},{&quot;2026-07-17&quot;:5.45},{&quot;2026-07-18&quot;:5.24},{&quot;2026-07-19&quot;:5.13},{&quot;2026-07-20&quot;:5.12},{&quot;2026-07-21&quot;:4.94},{&quot;2026-07-23&quot;:4.92},{&quot;2026-07-25&quot;:5.0},{&quot;2026-07-26&quot;:5.06},{&quot;2026-07-27&quot;:5.04},{&quot;2026-07-28&quot;:5.01},{&quot;2026-07-29&quot;:5.0},{&quot;2026-07-30&quot;:5.0},{&quot;2026-07-31&quot;:4.82},{&quot;2026-08-01&quot;:4.87},{&quot;2026-08-02&quot;:4.92},{&quot;2026-08-03&quot;:5.0},{&quot;2026-08-04&quot;:4.99},{&quot;2026-08-05&quot;:5.1},{&quot;2026-08-07&quot;:5.11},{&quot;2026-08-08&quot;:5.11},{&quot;2026-08-09&quot;:5.04},{&quot;2026-08-10&quot;:5.13},{&quot;2026-08-11&quot;:5.16},{&quot;2026-08-12&quot;:5.02},{&quot;2026-08-13&quot;:4.94},{&quot;2026-08-14&quot;:4.82},{&quot;2026-08-15&quot;:5.01},{&quot;2026-08-16&quot;:5.02},{&quot;2026-08-17&quot;:5.25},{&quot;2026-08-18&quot;:5.06},{&quot;2026-08-19&quot;:5.06},{&quot;2026-08-20&quot;:5.06},{&quot;2026-08-21&quot;:5.2},{&quot;2026-08-22&quot;:5.2},{&quot;2026-08-23&quot;:5.18},{&quot;2026-08-24&quot;:5.17},{&quot;2026-08-25&quot;:5.17},{&quot;2026-08-26&quot;:4.97},{&quot;2026-08-27&quot;:5.01},{&quot;2026-08-28&quot;:5.13},{&quot;2026-08-29&quot;:5.13},{&quot;2026-08-30&quot;:5.19},{&quot;2026-08-31&quot;:5.11},{&quot;2026-09-01&quot;:5.11},{&quot;2026-09-02&quot;:5.26},{&quot;2026-09-03&quot;:5.2},{&quot;2026-09-04&quot;:5.15},{&quot;2026-09-05&quot;:5.1},{&quot;2026-09-06&quot;:5.07},{&quot;2026-09-07&quot;:5.07},{&quot;2026-09-08&quot;:5.07},{&quot;2026-09-09&quot;:4.99},{&quot;2026-09-10&quot;:5.0},{&quot;2026-09-11&quot;:5.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79060"
  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">
            Magus of the Moon
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Wizard
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $5.11
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Magus of the Moon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/ddefe4a5-d9b8-47a6-bbe7-8182b77486f7.jpg?1783925204" />

        <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">
            Magus of the Moon
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Magus of the Moon" src="https://cards.scryfall.io/large/front/d/d/ddefe4a5-d9b8-47a6-bbe7-8182b77486f7.jpg?1783925204" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.11
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.20</span>
              <span class="text-xs text-grey-text">Credit: $4.16</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.23},{&quot;2026-06-14&quot;:5.23},{&quot;2026-06-15&quot;:5.23},{&quot;2026-06-16&quot;:5.23},{&quot;2026-06-17&quot;:5.23},{&quot;2026-06-18&quot;:5.23},{&quot;2026-06-19&quot;:5.23},{&quot;2026-06-20&quot;:5.23},{&quot;2026-06-21&quot;:5.23},{&quot;2026-06-22&quot;:5.23},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.23},{&quot;2026-06-25&quot;:5.18},{&quot;2026-06-26&quot;:5.18},{&quot;2026-06-27&quot;:5.19},{&quot;2026-06-28&quot;:5.12},{&quot;2026-06-29&quot;:5.12},{&quot;2026-06-30&quot;:5.12},{&quot;2026-07-01&quot;:5.12},{&quot;2026-07-02&quot;:5.26},{&quot;2026-07-03&quot;:5.26},{&quot;2026-07-04&quot;:5.26},{&quot;2026-07-05&quot;:5.26},{&quot;2026-07-06&quot;:5.26},{&quot;2026-07-07&quot;:5.27},{&quot;2026-07-08&quot;:5.27},{&quot;2026-07-09&quot;:5.27},{&quot;2026-07-10&quot;:5.27},{&quot;2026-07-11&quot;:5.27},{&quot;2026-07-12&quot;:5.27},{&quot;2026-07-13&quot;:5.27},{&quot;2026-07-14&quot;:5.27},{&quot;2026-07-15&quot;:5.27},{&quot;2026-07-16&quot;:5.27},{&quot;2026-07-17&quot;:5.27},{&quot;2026-07-18&quot;:5.27},{&quot;2026-07-19&quot;:5.27},{&quot;2026-07-20&quot;:5.27},{&quot;2026-07-21&quot;:5.27},{&quot;2026-07-22&quot;:5.27},{&quot;2026-07-23&quot;:5.27},{&quot;2026-07-24&quot;:5.27},{&quot;2026-07-25&quot;:5.27},{&quot;2026-07-26&quot;:5.27},{&quot;2026-07-27&quot;:5.27},{&quot;2026-07-28&quot;:5.27},{&quot;2026-07-29&quot;:5.27},{&quot;2026-07-30&quot;:5.27},{&quot;2026-07-31&quot;:5.27},{&quot;2026-08-01&quot;:5.27},{&quot;2026-08-02&quot;:5.27},{&quot;2026-08-03&quot;:5.27},{&quot;2026-08-04&quot;:5.27},{&quot;2026-08-05&quot;:5.27},{&quot;2026-08-07&quot;:5.27},{&quot;2026-08-08&quot;:5.21},{&quot;2026-08-09&quot;:5.21},{&quot;2026-08-10&quot;:5.21},{&quot;2026-08-11&quot;:5.21},{&quot;2026-08-12&quot;:5.15},{&quot;2026-08-13&quot;:5.1},{&quot;2026-08-14&quot;:5.1},{&quot;2026-08-15&quot;:5.1},{&quot;2026-08-16&quot;:5.1},{&quot;2026-08-17&quot;:5.09},{&quot;2026-08-18&quot;:5.09},{&quot;2026-08-19&quot;:5.08},{&quot;2026-08-20&quot;:5.08},{&quot;2026-08-21&quot;:5.08},{&quot;2026-08-22&quot;:5.08},{&quot;2026-08-23&quot;:5.11},{&quot;2026-08-24&quot;:5.11},{&quot;2026-08-25&quot;:5.11},{&quot;2026-08-26&quot;:5.11},{&quot;2026-08-27&quot;:5.11},{&quot;2026-08-28&quot;:5.11},{&quot;2026-08-29&quot;:5.11},{&quot;2026-08-30&quot;:5.11},{&quot;2026-08-31&quot;:5.11},{&quot;2026-09-01&quot;:5.11},{&quot;2026-09-02&quot;:5.11},{&quot;2026-09-03&quot;:5.11},{&quot;2026-09-04&quot;:5.11},{&quot;2026-09-05&quot;:5.11},{&quot;2026-09-06&quot;:5.11},{&quot;2026-09-07&quot;:5.11},{&quot;2026-09-08&quot;:5.11},{&quot;2026-09-09&quot;:5.11},{&quot;2026-09-10&quot;:5.11},{&quot;2026-09-11&quot;:5.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13277"
  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-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Reliquary Tower
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.10
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Reliquary Tower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/c/ec1d8a99-8a06-4e51-9277-96edb6899b29.jpg?1783915585" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Reliquary Tower
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Reliquary Tower" src="https://cards.scryfall.io/large/front/e/c/ec1d8a99-8a06-4e51-9277-96edb6899b29.jpg?1783915585" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  6%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $6.36
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.20</span>
              <span class="text-xs text-grey-text">Credit: $1.56</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.65},{&quot;2026-06-14&quot;:5.65},{&quot;2026-06-15&quot;:5.65},{&quot;2026-06-16&quot;:5.6},{&quot;2026-06-17&quot;:5.61},{&quot;2026-06-18&quot;:5.61},{&quot;2026-06-19&quot;:5.62},{&quot;2026-06-20&quot;:5.6},{&quot;2026-06-21&quot;:5.62},{&quot;2026-06-22&quot;:5.62},{&quot;2026-06-23&quot;:5.62},{&quot;2026-06-24&quot;:5.49},{&quot;2026-06-25&quot;:5.49},{&quot;2026-06-26&quot;:5.49},{&quot;2026-06-27&quot;:5.49},{&quot;2026-06-28&quot;:5.49},{&quot;2026-06-29&quot;:5.43},{&quot;2026-06-30&quot;:5.43},{&quot;2026-07-01&quot;:5.47},{&quot;2026-07-02&quot;:5.54},{&quot;2026-07-03&quot;:5.54},{&quot;2026-07-04&quot;:5.54},{&quot;2026-07-05&quot;:5.54},{&quot;2026-07-06&quot;:5.59},{&quot;2026-07-07&quot;:5.59},{&quot;2026-07-08&quot;:5.59},{&quot;2026-07-09&quot;:5.59},{&quot;2026-07-10&quot;:5.59},{&quot;2026-07-11&quot;:5.59},{&quot;2026-07-12&quot;:5.72},{&quot;2026-07-13&quot;:5.72},{&quot;2026-07-14&quot;:5.72},{&quot;2026-07-15&quot;:5.77},{&quot;2026-07-16&quot;:5.69},{&quot;2026-07-17&quot;:5.83},{&quot;2026-07-18&quot;:5.98},{&quot;2026-07-19&quot;:5.91},{&quot;2026-07-20&quot;:5.83},{&quot;2026-07-21&quot;:5.83},{&quot;2026-07-22&quot;:5.83},{&quot;2026-07-23&quot;:5.83},{&quot;2026-07-24&quot;:5.91},{&quot;2026-07-25&quot;:5.91},{&quot;2026-07-26&quot;:5.91},{&quot;2026-07-27&quot;:5.91},{&quot;2026-07-28&quot;:5.91},{&quot;2026-07-29&quot;:6.0},{&quot;2026-07-30&quot;:6.0},{&quot;2026-07-31&quot;:6.0},{&quot;2026-08-01&quot;:6.0},{&quot;2026-08-02&quot;:6.08},{&quot;2026-08-03&quot;:6.18},{&quot;2026-08-04&quot;:6.18},{&quot;2026-08-05&quot;:6.18},{&quot;2026-08-07&quot;:6.18},{&quot;2026-08-08&quot;:6.18},{&quot;2026-08-09&quot;:6.17},{&quot;2026-08-10&quot;:6.2},{&quot;2026-08-11&quot;:6.21},{&quot;2026-08-12&quot;:6.21},{&quot;2026-08-13&quot;:6.31},{&quot;2026-08-14&quot;:6.51},{&quot;2026-08-15&quot;:6.54},{&quot;2026-08-16&quot;:6.54},{&quot;2026-08-17&quot;:6.5},{&quot;2026-08-18&quot;:6.5},{&quot;2026-08-19&quot;:6.5},{&quot;2026-08-20&quot;:6.5},{&quot;2026-08-21&quot;:6.56},{&quot;2026-08-22&quot;:6.56},{&quot;2026-08-23&quot;:6.56},{&quot;2026-08-24&quot;:6.56},{&quot;2026-08-25&quot;:6.64},{&quot;2026-08-26&quot;:6.5},{&quot;2026-08-27&quot;:6.5},{&quot;2026-08-28&quot;:6.5},{&quot;2026-08-29&quot;:6.5},{&quot;2026-08-30&quot;:6.4},{&quot;2026-08-31&quot;:6.4},{&quot;2026-09-01&quot;:6.4},{&quot;2026-09-02&quot;:6.4},{&quot;2026-09-03&quot;:6.4},{&quot;2026-09-04&quot;:6.4},{&quot;2026-09-05&quot;:6.26},{&quot;2026-09-06&quot;:6.26},{&quot;2026-09-07&quot;:6.26},{&quot;2026-09-08&quot;:6.36},{&quot;2026-09-09&quot;:6.36},{&quot;2026-09-10&quot;:6.36},{&quot;2026-09-11&quot;:6.36}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.89},{&quot;2026-06-14&quot;:4.9},{&quot;2026-06-15&quot;:4.91},{&quot;2026-06-16&quot;:4.86},{&quot;2026-06-17&quot;:4.63},{&quot;2026-06-18&quot;:4.64},{&quot;2026-06-19&quot;:4.41},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.12},{&quot;2026-06-22&quot;:4.61},{&quot;2026-06-23&quot;:4.56},{&quot;2026-06-24&quot;:4.6},{&quot;2026-06-25&quot;:4.52},{&quot;2026-06-26&quot;:4.44},{&quot;2026-06-27&quot;:4.22},{&quot;2026-06-28&quot;:4.02},{&quot;2026-06-29&quot;:3.84},{&quot;2026-06-30&quot;:3.84},{&quot;2026-07-01&quot;:3.5},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.1},{&quot;2026-07-06&quot;:4.12},{&quot;2026-07-07&quot;:3.6},{&quot;2026-07-08&quot;:3.59},{&quot;2026-07-09&quot;:3.53},{&quot;2026-07-10&quot;:3.75},{&quot;2026-07-11&quot;:4.4},{&quot;2026-07-12&quot;:4.4},{&quot;2026-07-13&quot;:4.67},{&quot;2026-07-14&quot;:4.76},{&quot;2026-07-15&quot;:4.71},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.46},{&quot;2026-07-18&quot;:4.44},{&quot;2026-07-19&quot;:4.43},{&quot;2026-07-20&quot;:4.37},{&quot;2026-07-21&quot;:4.37},{&quot;2026-07-22&quot;:4.13},{&quot;2026-07-23&quot;:3.99},{&quot;2026-07-24&quot;:4.0},{&quot;2026-07-25&quot;:3.95},{&quot;2026-07-26&quot;:3.91},{&quot;2026-07-27&quot;:3.78},{&quot;2026-07-28&quot;:3.67},{&quot;2026-07-29&quot;:3.88},{&quot;2026-07-30&quot;:3.92},{&quot;2026-07-31&quot;:3.82},{&quot;2026-08-01&quot;:3.84},{&quot;2026-08-02&quot;:3.89},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.81},{&quot;2026-08-05&quot;:4.11},{&quot;2026-08-07&quot;:4.0},{&quot;2026-08-08&quot;:4.02},{&quot;2026-08-09&quot;:4.12},{&quot;2026-08-10&quot;:4.1},{&quot;2026-08-11&quot;:4.1},{&quot;2026-08-12&quot;:4.18},{&quot;2026-08-13&quot;:4.07},{&quot;2026-08-14&quot;:3.99},{&quot;2026-08-15&quot;:3.86},{&quot;2026-08-16&quot;:4.28},{&quot;2026-08-17&quot;:4.83},{&quot;2026-08-18&quot;:4.81},{&quot;2026-08-19&quot;:4.69},{&quot;2026-08-20&quot;:4.62},{&quot;2026-08-21&quot;:4.63},{&quot;2026-08-22&quot;:4.56},{&quot;2026-08-23&quot;:4.64},{&quot;2026-08-24&quot;:4.67},{&quot;2026-08-25&quot;:4.79},{&quot;2026-08-26&quot;:4.74},{&quot;2026-08-27&quot;:4.86},{&quot;2026-08-28&quot;:4.68},{&quot;2026-08-29&quot;:4.68},{&quot;2026-08-30&quot;:4.61},{&quot;2026-08-31&quot;:4.61},{&quot;2026-09-01&quot;:4.48},{&quot;2026-09-02&quot;:4.59},{&quot;2026-09-03&quot;:4.62},{&quot;2026-09-04&quot;:4.6},{&quot;2026-09-05&quot;:4.81},{&quot;2026-09-06&quot;:4.64},{&quot;2026-09-07&quot;:5.23},{&quot;2026-09-08&quot;:5.19},{&quot;2026-09-09&quot;:5.02},{&quot;2026-09-10&quot;:4.98},{&quot;2026-09-11&quot;:5.1}]}"
        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="70379"
  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">
            Arwen, Weaver of Hope
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Elf 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">
            $5.10
          </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="Arwen, Weaver of Hope" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/d/4d4f4d41-232d-4377-be69-de590b880edb.jpg?1783916027" />

        <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">
            Arwen, Weaver of Hope
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Elf Noble</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="Arwen, Weaver of Hope" src="https://cards.scryfall.io/large/front/4/d/4d4f4d41-232d-4377-be69-de590b880edb.jpg?1783916027" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.10
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.10</span>
              <span class="text-xs text-grey-text">Credit: $4.03</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.98},{&quot;2026-06-12&quot;:4.06},{&quot;2026-06-13&quot;:4.08},{&quot;2026-06-14&quot;:4.09},{&quot;2026-06-15&quot;:4.07},{&quot;2026-06-16&quot;:3.98},{&quot;2026-06-17&quot;:3.93},{&quot;2026-06-18&quot;:3.93},{&quot;2026-06-19&quot;:3.95},{&quot;2026-06-20&quot;:3.96},{&quot;2026-06-21&quot;:4.0},{&quot;2026-06-22&quot;:3.91},{&quot;2026-06-23&quot;:4.0},{&quot;2026-06-24&quot;:3.9},{&quot;2026-06-25&quot;:3.93},{&quot;2026-06-26&quot;:3.79},{&quot;2026-06-27&quot;:4.06},{&quot;2026-06-28&quot;:4.01},{&quot;2026-06-29&quot;:4.09},{&quot;2026-06-30&quot;:4.12},{&quot;2026-07-01&quot;:4.05},{&quot;2026-07-02&quot;:4.02},{&quot;2026-07-03&quot;:4.02},{&quot;2026-07-04&quot;:4.01},{&quot;2026-07-05&quot;:4.07},{&quot;2026-07-06&quot;:4.14},{&quot;2026-07-07&quot;:4.14},{&quot;2026-07-08&quot;:4.19},{&quot;2026-07-09&quot;:4.13},{&quot;2026-07-10&quot;:4.13},{&quot;2026-07-11&quot;:4.09},{&quot;2026-07-12&quot;:4.16},{&quot;2026-07-13&quot;:4.24},{&quot;2026-07-14&quot;:4.18},{&quot;2026-07-15&quot;:4.1},{&quot;2026-07-16&quot;:3.99},{&quot;2026-07-17&quot;:3.93},{&quot;2026-07-18&quot;:3.87},{&quot;2026-07-19&quot;:3.73},{&quot;2026-07-20&quot;:3.48},{&quot;2026-07-21&quot;:3.16},{&quot;2026-07-23&quot;:3.11},{&quot;2026-07-25&quot;:3.4},{&quot;2026-07-26&quot;:3.51},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.6},{&quot;2026-07-29&quot;:3.67},{&quot;2026-07-30&quot;:3.69},{&quot;2026-07-31&quot;:3.9},{&quot;2026-08-01&quot;:3.84},{&quot;2026-08-02&quot;:3.84},{&quot;2026-08-03&quot;:3.77},{&quot;2026-08-04&quot;:3.85},{&quot;2026-08-05&quot;:3.9},{&quot;2026-08-07&quot;:3.94},{&quot;2026-08-08&quot;:4.03},{&quot;2026-08-09&quot;:4.13},{&quot;2026-08-10&quot;:4.44},{&quot;2026-08-11&quot;:4.37},{&quot;2026-08-12&quot;:4.26},{&quot;2026-08-13&quot;:4.22},{&quot;2026-08-14&quot;:4.16},{&quot;2026-08-15&quot;:4.25},{&quot;2026-08-16&quot;:4.16},{&quot;2026-08-17&quot;:4.19},{&quot;2026-08-18&quot;:4.28},{&quot;2026-08-19&quot;:4.25},{&quot;2026-08-20&quot;:4.25},{&quot;2026-08-21&quot;:4.14},{&quot;2026-08-22&quot;:4.19},{&quot;2026-08-23&quot;:4.16},{&quot;2026-08-24&quot;:4.28},{&quot;2026-08-25&quot;:4.28},{&quot;2026-08-26&quot;:4.48},{&quot;2026-08-27&quot;:4.57},{&quot;2026-08-28&quot;:4.51},{&quot;2026-08-29&quot;:4.51},{&quot;2026-08-30&quot;:4.78},{&quot;2026-08-31&quot;:4.73},{&quot;2026-09-01&quot;:4.73},{&quot;2026-09-02&quot;:4.71},{&quot;2026-09-03&quot;:4.87},{&quot;2026-09-04&quot;:4.95},{&quot;2026-09-05&quot;:5.09},{&quot;2026-09-06&quot;:5.18},{&quot;2026-09-07&quot;:5.15},{&quot;2026-09-08&quot;:5.08},{&quot;2026-09-09&quot;:5.06},{&quot;2026-09-10&quot;:5.08},{&quot;2026-09-11&quot;:5.1}]}"
        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="21309"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Simic Growth Chamber
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            2 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.74
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Simic Growth Chamber" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/9/896e1b11-1796-4fec-bb1c-111b0f9768f7.jpg?1783921747" />

        <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">
            Simic Growth Chamber
        </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="Simic Growth Chamber" src="https://cards.scryfall.io/large/front/8/9/896e1b11-1796-4fec-bb1c-111b0f9768f7.jpg?1783921747" />
    </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.74
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  7%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.09
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:4.16},{&quot;2026-06-13&quot;:4.16},{&quot;2026-06-14&quot;:4.19},{&quot;2026-06-15&quot;:4.12},{&quot;2026-06-16&quot;:4.26},{&quot;2026-06-17&quot;:4.26},{&quot;2026-06-18&quot;:4.32},{&quot;2026-06-19&quot;:4.32},{&quot;2026-06-20&quot;:4.32},{&quot;2026-06-21&quot;:4.32},{&quot;2026-06-22&quot;:4.35},{&quot;2026-06-23&quot;:4.19},{&quot;2026-06-24&quot;:4.19},{&quot;2026-06-25&quot;:4.19},{&quot;2026-06-26&quot;:4.19},{&quot;2026-06-27&quot;:4.19},{&quot;2026-06-28&quot;:4.19},{&quot;2026-06-29&quot;:4.1},{&quot;2026-06-30&quot;:4.1},{&quot;2026-07-01&quot;:4.01},{&quot;2026-07-02&quot;:4.03},{&quot;2026-07-03&quot;:4.03},{&quot;2026-07-04&quot;:3.85},{&quot;2026-07-05&quot;:3.85},{&quot;2026-07-06&quot;:3.81},{&quot;2026-07-07&quot;:3.64},{&quot;2026-07-08&quot;:3.64},{&quot;2026-07-09&quot;:3.63},{&quot;2026-07-10&quot;:3.64},{&quot;2026-07-11&quot;:3.74},{&quot;2026-07-12&quot;:3.71},{&quot;2026-07-13&quot;:3.73},{&quot;2026-07-14&quot;:3.72},{&quot;2026-07-15&quot;:3.72},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.72},{&quot;2026-07-19&quot;:3.68},{&quot;2026-07-20&quot;:3.6},{&quot;2026-07-21&quot;:3.55},{&quot;2026-07-23&quot;:3.59},{&quot;2026-07-24&quot;:3.6},{&quot;2026-07-25&quot;:3.68},{&quot;2026-07-26&quot;:3.68},{&quot;2026-07-27&quot;:3.88},{&quot;2026-07-28&quot;:3.96},{&quot;2026-07-29&quot;:3.96},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:4.1},{&quot;2026-08-01&quot;:4.09},{&quot;2026-08-02&quot;:4.22},{&quot;2026-08-03&quot;:4.22},{&quot;2026-08-04&quot;:4.22},{&quot;2026-08-05&quot;:4.58},{&quot;2026-08-07&quot;:4.61},{&quot;2026-08-08&quot;:4.61},{&quot;2026-08-09&quot;:4.61},{&quot;2026-08-10&quot;:4.61},{&quot;2026-08-11&quot;:4.61},{&quot;2026-08-12&quot;:4.6},{&quot;2026-08-13&quot;:4.64},{&quot;2026-08-14&quot;:4.64},{&quot;2026-08-15&quot;:4.64},{&quot;2026-08-16&quot;:4.91},{&quot;2026-08-17&quot;:4.91},{&quot;2026-08-18&quot;:4.89},{&quot;2026-08-19&quot;:4.89},{&quot;2026-08-20&quot;:4.89},{&quot;2026-08-21&quot;:4.95},{&quot;2026-08-22&quot;:5.0},{&quot;2026-08-23&quot;:5.0},{&quot;2026-08-24&quot;:5.0},{&quot;2026-08-25&quot;:5.06},{&quot;2026-08-26&quot;:5.06},{&quot;2026-08-27&quot;:5.06},{&quot;2026-08-28&quot;:5.09},{&quot;2026-08-29&quot;:5.09},{&quot;2026-08-30&quot;:5.06},{&quot;2026-08-31&quot;:5.08},{&quot;2026-09-01&quot;:5.12},{&quot;2026-09-02&quot;:5.12},{&quot;2026-09-03&quot;:5.12},{&quot;2026-09-04&quot;:5.12},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:5.12},{&quot;2026-09-07&quot;:5.02},{&quot;2026-09-08&quot;:5.02},{&quot;2026-09-09&quot;:5.09},{&quot;2026-09-10&quot;:5.09},{&quot;2026-09-11&quot;:5.09}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.4},{&quot;2026-06-13&quot;:3.4},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.38},{&quot;2026-06-16&quot;:3.37},{&quot;2026-06-17&quot;:3.43},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.48},{&quot;2026-06-20&quot;:3.52},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.68},{&quot;2026-06-23&quot;:3.69},{&quot;2026-06-24&quot;:3.69},{&quot;2026-06-25&quot;:3.65},{&quot;2026-06-26&quot;:3.65},{&quot;2026-06-27&quot;:3.65},{&quot;2026-06-28&quot;:3.61},{&quot;2026-06-29&quot;:3.26},{&quot;2026-06-30&quot;:3.26},{&quot;2026-07-01&quot;:3.19},{&quot;2026-07-02&quot;:3.19},{&quot;2026-07-03&quot;:3.18},{&quot;2026-07-04&quot;:3.14},{&quot;2026-07-05&quot;:3.13},{&quot;2026-07-06&quot;:3.13},{&quot;2026-07-07&quot;:3.11},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:2.98},{&quot;2026-07-10&quot;:2.93},{&quot;2026-07-11&quot;:2.93},{&quot;2026-07-12&quot;:2.93},{&quot;2026-07-13&quot;:2.9},{&quot;2026-07-14&quot;:2.93},{&quot;2026-07-15&quot;:2.91},{&quot;2026-07-16&quot;:2.94},{&quot;2026-07-17&quot;:2.89},{&quot;2026-07-18&quot;:2.91},{&quot;2026-07-19&quot;:2.86},{&quot;2026-07-20&quot;:2.82},{&quot;2026-07-21&quot;:2.77},{&quot;2026-07-23&quot;:2.77},{&quot;2026-07-24&quot;:2.8},{&quot;2026-07-25&quot;:2.84},{&quot;2026-07-26&quot;:2.84},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-28&quot;:2.79},{&quot;2026-07-29&quot;:2.79},{&quot;2026-07-30&quot;:2.79},{&quot;2026-07-31&quot;:2.8},{&quot;2026-08-01&quot;:2.88},{&quot;2026-08-02&quot;:2.88},{&quot;2026-08-03&quot;:2.82},{&quot;2026-08-04&quot;:2.83},{&quot;2026-08-05&quot;:2.79},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.79},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.81},{&quot;2026-08-11&quot;:2.93},{&quot;2026-08-12&quot;:2.91},{&quot;2026-08-13&quot;:2.91},{&quot;2026-08-14&quot;:2.91},{&quot;2026-08-15&quot;:2.99},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:3.08},{&quot;2026-08-18&quot;:3.06},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.15},{&quot;2026-08-23&quot;:3.25},{&quot;2026-08-24&quot;:3.31},{&quot;2026-08-25&quot;:3.31},{&quot;2026-08-26&quot;:3.16},{&quot;2026-08-27&quot;:3.16},{&quot;2026-08-28&quot;:3.31},{&quot;2026-08-29&quot;:3.31},{&quot;2026-08-30&quot;:3.31},{&quot;2026-08-31&quot;:3.44},{&quot;2026-09-01&quot;:3.55},{&quot;2026-09-02&quot;:3.88},{&quot;2026-09-03&quot;:4.05},{&quot;2026-09-04&quot;:4.05},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:3.92},{&quot;2026-09-07&quot;:3.85},{&quot;2026-09-08&quot;:3.82},{&quot;2026-09-09&quot;:3.74},{&quot;2026-09-10&quot;:3.74},{&quot;2026-09-11&quot;:3.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73875"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Call of the Ring
        </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">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.09
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Call of the Ring" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/9/a92a2c5a-e450-494a-b23b-7ac0a6c50535.jpg?1783916310" />

        <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">
            Call of the Ring
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Call of the Ring" src="https://cards.scryfall.io/large/front/a/9/a92a2c5a-e450-494a-b23b-7ac0a6c50535.jpg?1783916310" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.09
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  3%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $6.66
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:5.19},{&quot;2026-06-12&quot;:4.89},{&quot;2026-06-13&quot;:4.96},{&quot;2026-06-14&quot;:5.04},{&quot;2026-06-15&quot;:4.9},{&quot;2026-06-16&quot;:4.9},{&quot;2026-06-17&quot;:4.98},{&quot;2026-06-18&quot;:5.03},{&quot;2026-06-19&quot;:5.01},{&quot;2026-06-20&quot;:4.98},{&quot;2026-06-21&quot;:4.98},{&quot;2026-06-22&quot;:4.9},{&quot;2026-06-23&quot;:4.9},{&quot;2026-06-24&quot;:5.02},{&quot;2026-06-25&quot;:5.07},{&quot;2026-06-26&quot;:5.09},{&quot;2026-06-27&quot;:5.09},{&quot;2026-06-28&quot;:5.09},{&quot;2026-06-29&quot;:5.03},{&quot;2026-06-30&quot;:5.09},{&quot;2026-07-01&quot;:5.09},{&quot;2026-07-02&quot;:5.09},{&quot;2026-07-03&quot;:5.01},{&quot;2026-07-04&quot;:5.01},{&quot;2026-07-05&quot;:5.06},{&quot;2026-07-06&quot;:5.04},{&quot;2026-07-07&quot;:5.03},{&quot;2026-07-08&quot;:5.03},{&quot;2026-07-09&quot;:5.03},{&quot;2026-07-10&quot;:5.04},{&quot;2026-07-11&quot;:5.04},{&quot;2026-07-12&quot;:5.04},{&quot;2026-07-13&quot;:5.11},{&quot;2026-07-14&quot;:5.1},{&quot;2026-07-15&quot;:5.47},{&quot;2026-07-16&quot;:5.46},{&quot;2026-07-17&quot;:5.5},{&quot;2026-07-18&quot;:5.5},{&quot;2026-07-19&quot;:5.5},{&quot;2026-07-20&quot;:6.11},{&quot;2026-07-21&quot;:6.52},{&quot;2026-07-23&quot;:6.41},{&quot;2026-07-25&quot;:6.5},{&quot;2026-07-26&quot;:6.54},{&quot;2026-07-27&quot;:6.34},{&quot;2026-07-28&quot;:6.44},{&quot;2026-07-29&quot;:6.55},{&quot;2026-07-30&quot;:6.89},{&quot;2026-07-31&quot;:6.89},{&quot;2026-08-01&quot;:6.83},{&quot;2026-08-02&quot;:6.83},{&quot;2026-08-03&quot;:6.83},{&quot;2026-08-04&quot;:6.82},{&quot;2026-08-05&quot;:6.37},{&quot;2026-08-07&quot;:6.31},{&quot;2026-08-08&quot;:6.33},{&quot;2026-08-09&quot;:6.33},{&quot;2026-08-10&quot;:6.29},{&quot;2026-08-11&quot;:6.23},{&quot;2026-08-12&quot;:6.66},{&quot;2026-08-13&quot;:6.05},{&quot;2026-08-14&quot;:6.05},{&quot;2026-08-15&quot;:6.05},{&quot;2026-08-16&quot;:6.05},{&quot;2026-08-17&quot;:5.67},{&quot;2026-08-18&quot;:5.89},{&quot;2026-08-19&quot;:6.05},{&quot;2026-08-20&quot;:6.05},{&quot;2026-08-21&quot;:6.07},{&quot;2026-08-22&quot;:6.01},{&quot;2026-08-23&quot;:6.01},{&quot;2026-08-24&quot;:6.03},{&quot;2026-08-25&quot;:5.91},{&quot;2026-08-26&quot;:6.17},{&quot;2026-08-27&quot;:6.21},{&quot;2026-08-28&quot;:6.56},{&quot;2026-08-29&quot;:6.56},{&quot;2026-08-30&quot;:6.85},{&quot;2026-08-31&quot;:7.08},{&quot;2026-09-01&quot;:7.08},{&quot;2026-09-02&quot;:6.72},{&quot;2026-09-03&quot;:6.72},{&quot;2026-09-04&quot;:6.72},{&quot;2026-09-05&quot;:6.71},{&quot;2026-09-06&quot;:6.73},{&quot;2026-09-07&quot;:6.73},{&quot;2026-09-08&quot;:6.77},{&quot;2026-09-09&quot;:6.77},{&quot;2026-09-10&quot;:6.77},{&quot;2026-09-11&quot;:6.66}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.33},{&quot;2026-06-12&quot;:5.14},{&quot;2026-06-13&quot;:5.07},{&quot;2026-06-14&quot;:4.81},{&quot;2026-06-15&quot;:4.72},{&quot;2026-06-16&quot;:4.64},{&quot;2026-06-17&quot;:4.87},{&quot;2026-06-18&quot;:4.91},{&quot;2026-06-19&quot;:4.88},{&quot;2026-06-20&quot;:4.63},{&quot;2026-06-21&quot;:4.58},{&quot;2026-06-22&quot;:4.34},{&quot;2026-06-23&quot;:4.27},{&quot;2026-06-24&quot;:4.15},{&quot;2026-06-25&quot;:3.96},{&quot;2026-06-26&quot;:3.95},{&quot;2026-06-27&quot;:4.02},{&quot;2026-06-28&quot;:4.27},{&quot;2026-06-29&quot;:4.31},{&quot;2026-06-30&quot;:4.25},{&quot;2026-07-01&quot;:4.26},{&quot;2026-07-02&quot;:3.95},{&quot;2026-07-03&quot;:3.51},{&quot;2026-07-04&quot;:3.44},{&quot;2026-07-05&quot;:3.37},{&quot;2026-07-06&quot;:3.55},{&quot;2026-07-07&quot;:3.69},{&quot;2026-07-08&quot;:3.56},{&quot;2026-07-09&quot;:3.57},{&quot;2026-07-10&quot;:3.66},{&quot;2026-07-11&quot;:3.76},{&quot;2026-07-12&quot;:4.24},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.24},{&quot;2026-07-15&quot;:4.09},{&quot;2026-07-16&quot;:4.1},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.75},{&quot;2026-07-19&quot;:3.74},{&quot;2026-07-20&quot;:3.69},{&quot;2026-07-21&quot;:3.61},{&quot;2026-07-23&quot;:3.96},{&quot;2026-07-25&quot;:4.48},{&quot;2026-07-26&quot;:4.45},{&quot;2026-07-27&quot;:4.43},{&quot;2026-07-28&quot;:4.18},{&quot;2026-07-29&quot;:3.95},{&quot;2026-07-30&quot;:3.94},{&quot;2026-07-31&quot;:3.76},{&quot;2026-08-01&quot;:3.85},{&quot;2026-08-02&quot;:4.09},{&quot;2026-08-03&quot;:4.15},{&quot;2026-08-04&quot;:4.15},{&quot;2026-08-05&quot;:4.2},{&quot;2026-08-07&quot;:4.14},{&quot;2026-08-08&quot;:4.23},{&quot;2026-08-09&quot;:4.37},{&quot;2026-08-10&quot;:4.6},{&quot;2026-08-11&quot;:4.67},{&quot;2026-08-12&quot;:4.74},{&quot;2026-08-13&quot;:4.86},{&quot;2026-08-14&quot;:4.52},{&quot;2026-08-15&quot;:4.19},{&quot;2026-08-16&quot;:4.29},{&quot;2026-08-17&quot;:4.38},{&quot;2026-08-18&quot;:4.4},{&quot;2026-08-19&quot;:4.17},{&quot;2026-08-20&quot;:4.17},{&quot;2026-08-21&quot;:4.25},{&quot;2026-08-22&quot;:4.26},{&quot;2026-08-23&quot;:4.4},{&quot;2026-08-24&quot;:4.47},{&quot;2026-08-25&quot;:4.44},{&quot;2026-08-26&quot;:4.72},{&quot;2026-08-27&quot;:5.2},{&quot;2026-08-28&quot;:5.32},{&quot;2026-08-29&quot;:5.32},{&quot;2026-08-30&quot;:5.87},{&quot;2026-08-31&quot;:6.03},{&quot;2026-09-01&quot;:6.03},{&quot;2026-09-02&quot;:5.9},{&quot;2026-09-03&quot;:5.48},{&quot;2026-09-04&quot;:5.29},{&quot;2026-09-05&quot;:4.94},{&quot;2026-09-06&quot;:4.93},{&quot;2026-09-07&quot;:5.04},{&quot;2026-09-08&quot;:5.26},{&quot;2026-09-09&quot;:5.21},{&quot;2026-09-10&quot;:5.54},{&quot;2026-09-11&quot;:5.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75376"
  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">
            Wrathful Raptors
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Dinosaur
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $5.09
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Wrathful Raptors" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/49243e92-93e3-4090-b4f7-86fa4ca2fef5.jpg?1783913908" />

        <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">
            Wrathful Raptors
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Dinosaur</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></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="Wrathful Raptors" src="https://cards.scryfall.io/large/front/4/9/49243e92-93e3-4090-b4f7-86fa4ca2fef5.jpg?1783913908" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $5.09
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.70</span>
              <span class="text-xs text-grey-text">Credit: $6.11</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.84},{&quot;2026-06-11&quot;:3.83},{&quot;2026-06-12&quot;:3.84},{&quot;2026-06-13&quot;:3.84},{&quot;2026-06-14&quot;:3.92},{&quot;2026-06-15&quot;:3.92},{&quot;2026-06-16&quot;:4.05},{&quot;2026-06-17&quot;:4.08},{&quot;2026-06-18&quot;:4.08},{&quot;2026-06-19&quot;:4.12},{&quot;2026-06-20&quot;:4.19},{&quot;2026-06-21&quot;:4.26},{&quot;2026-06-22&quot;:4.24},{&quot;2026-06-23&quot;:4.22},{&quot;2026-06-24&quot;:4.34},{&quot;2026-06-25&quot;:4.31},{&quot;2026-06-26&quot;:4.19},{&quot;2026-06-27&quot;:4.15},{&quot;2026-06-28&quot;:4.13},{&quot;2026-06-29&quot;:4.05},{&quot;2026-06-30&quot;:4.05},{&quot;2026-07-01&quot;:4.09},{&quot;2026-07-02&quot;:4.15},{&quot;2026-07-03&quot;:4.19},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.18},{&quot;2026-07-06&quot;:4.25},{&quot;2026-07-07&quot;:4.24},{&quot;2026-07-08&quot;:4.23},{&quot;2026-07-09&quot;:4.15},{&quot;2026-07-10&quot;:4.2},{&quot;2026-07-11&quot;:4.24},{&quot;2026-07-12&quot;:4.32},{&quot;2026-07-13&quot;:4.4},{&quot;2026-07-14&quot;:4.4},{&quot;2026-07-15&quot;:4.39},{&quot;2026-07-16&quot;:4.35},{&quot;2026-07-17&quot;:4.34},{&quot;2026-07-18&quot;:4.27},{&quot;2026-07-19&quot;:4.24},{&quot;2026-07-20&quot;:4.2},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-23&quot;:4.19},{&quot;2026-07-25&quot;:4.16},{&quot;2026-07-26&quot;:4.16},{&quot;2026-07-27&quot;:4.12},{&quot;2026-07-29&quot;:4.2},{&quot;2026-07-30&quot;:4.11},{&quot;2026-07-31&quot;:4.23},{&quot;2026-08-01&quot;:4.31},{&quot;2026-08-02&quot;:4.36},{&quot;2026-08-03&quot;:4.26},{&quot;2026-08-04&quot;:4.24},{&quot;2026-08-05&quot;:4.36},{&quot;2026-08-07&quot;:4.33},{&quot;2026-08-08&quot;:4.25},{&quot;2026-08-09&quot;:4.17},{&quot;2026-08-10&quot;:4.08},{&quot;2026-08-11&quot;:4.06},{&quot;2026-08-12&quot;:4.06},{&quot;2026-08-13&quot;:4.03},{&quot;2026-08-14&quot;:4.05},{&quot;2026-08-15&quot;:4.13},{&quot;2026-08-16&quot;:4.25},{&quot;2026-08-17&quot;:4.28},{&quot;2026-08-18&quot;:4.33},{&quot;2026-08-19&quot;:4.33},{&quot;2026-08-20&quot;:4.33},{&quot;2026-08-21&quot;:4.23},{&quot;2026-08-22&quot;:4.3},{&quot;2026-08-23&quot;:4.32},{&quot;2026-08-24&quot;:4.47},{&quot;2026-08-25&quot;:4.47},{&quot;2026-08-26&quot;:4.45},{&quot;2026-08-27&quot;:4.42},{&quot;2026-08-28&quot;:4.43},{&quot;2026-08-29&quot;:4.43},{&quot;2026-08-30&quot;:4.48},{&quot;2026-08-31&quot;:4.63},{&quot;2026-09-01&quot;:4.63},{&quot;2026-09-02&quot;:4.8},{&quot;2026-09-03&quot;:5.04},{&quot;2026-09-04&quot;:5.11},{&quot;2026-09-05&quot;:5.11},{&quot;2026-09-06&quot;:5.19},{&quot;2026-09-07&quot;:5.11},{&quot;2026-09-08&quot;:5.08},{&quot;2026-09-09&quot;:5.07},{&quot;2026-09-10&quot;:5.07},{&quot;2026-09-11&quot;:5.09}]}"
        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 851-900 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=17&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=17&amp;username=denvermullets" rel="prev">17</a><a role="link" aria-disabled="true" aria-current="page">18</a><a href="/load_collection?direction=asc&amp;page=19&amp;username=denvermullets" rel="next">19</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=19&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="21000"
          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">
              309
            </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>
              Nim Deathmantle


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.30

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21000"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21000" src="/boxset_card/21000?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74515"
          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">
              MH1-7
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Ephemerate


            </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">
                  $5.29

                    <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">
                $1.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74515"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74515" src="/boxset_card/74515?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13895"
          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">
              626
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Path to Exile


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13895"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13895" src="/boxset_card/13895?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77079"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              LRW-61
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Faerie Harbinger


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Faerie 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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.28

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77079"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77079" src="/boxset_card/77079?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87288"
          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">
              M11-103
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Liliana&#39;s Caress


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87288"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87288" src="/boxset_card/87288?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12450"
          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">
              361
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              War Room


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12450"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12450" src="/boxset_card/12450?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40228"
          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">
              3
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x mr-4"></i>
              Cosmic 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-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">
                  $5.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40228"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40228" src="/boxset_card/40228?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10493"
          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">
              225
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-uncommon ss-fw ss-2x mr-4"></i>
              Thran Dynamo


            </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">
                  $5.25

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="10493"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10493" src="/boxset_card/10493?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74116"
          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">
              160
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Elven Chorus


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.25

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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="74116"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74116" src="/boxset_card/74116?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14839"
          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">
              944
            </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-common ss-fw ss-2x mr-4"></i>
              Crashing Drawbridge


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Wall
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.24

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14839"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14839" src="/boxset_card/14839?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="4972"
          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">
              49
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-mythic ss-fw ss-2x mr-4"></i>
              Eluge, the Shoreless Sea


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elemental Fish
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.23

                    <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">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.74
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="4972"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_4972" src="/boxset_card/4972?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28494"
          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">
              61
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-uncommon ss-fw ss-2x mr-4"></i>
              Sword of Hours


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.23

                    <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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.34
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28494"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28494" src="/boxset_card/28494?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57284"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              104
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x mr-4"></i>
              Phyrexian Arena


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.75

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.23

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.50
            </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="57284"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57284" src="/boxset_card/57284?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30019"
          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">
              147
            </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>
              Mind Twist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.22

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30019"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30019" src="/boxset_card/30019?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53716"
          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">
              142
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-uncommon ss-fw ss-2x mr-4"></i>
              Rhythm of the Wild


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.22

                    <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">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53716"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53716" src="/boxset_card/53716?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109634"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              78
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-mythic ss-fw ss-2x mr-4"></i>
              Decorum Dissertation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery — Lesson
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.22

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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="109634"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109634" src="/boxset_card/109634?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19402"
          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">
              414
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x mr-4"></i>
              Leaf-Crowned Visionary


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.21

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19402"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19402" src="/boxset_card/19402?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="64754"
          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">
              19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x mr-4"></i>
              Ponder


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.21

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="64754"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_64754" src="/boxset_card/64754?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95146"
          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">
              228
            </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>
              Herald&#39;s Horn


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.21

                    <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">
                $3.70
            </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="95146"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95146" src="/boxset_card/95146?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52886"
          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">
              70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Noxious Revival


            </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-gp'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.20

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52886"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52886" src="/boxset_card/52886?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95174"
          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">
              242
            </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>
              Farewell


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $5.20

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                2.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95174"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95174" src="/boxset_card/95174?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20003"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              14
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Ethersworn Canonist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Human Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.19

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20003"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20003" src="/boxset_card/20003?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49141"
          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-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Harmonic Prodigy


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.19

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      43%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.57
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49141"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49141" src="/boxset_card/49141?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49238"
          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">
              166
            </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>
              Ignoble Hierarch


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin Shaman
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.68

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.19

                    <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">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49238"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49238" src="/boxset_card/49238?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75102"
          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">
              4
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-mythic ss-fw ss-2x mr-4"></i>
              Pantlaza, Sun-Favored


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dinosaur
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.19

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.84
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75102"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75102" src="/boxset_card/75102?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96531"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              27
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eos ss-mythic ss-fw ss-2x mr-4"></i>
              Mirrorpool


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.19

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96531"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96531" src="/boxset_card/96531?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12271"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              162
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Balor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Demon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.17

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12271"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12271" src="/boxset_card/12271?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19285"
          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">
              377
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x mr-4"></i>
              Adarkar Wastes


            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.17

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.03
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19285"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19285" src="/boxset_card/19285?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109415"
          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">
              20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soa ss-rare ss-fw ss-2x mr-4"></i>
              Pongify


            </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">
                  $3.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      18%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.17

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109415"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109415" src="/boxset_card/109415?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40358"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              46
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-uncommon ss-fw ss-2x mr-4"></i>
              Windfall


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.16

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.84
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40358"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40358" src="/boxset_card/40358?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53359"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              227
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-rare ss-fw ss-2x mr-4"></i>
              Meekstone


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.16

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53359"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53359" src="/boxset_card/53359?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="69440"
          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">
              1682
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x mr-4"></i>
              Reya Dawnbringer


            </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-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $5.16

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="69440"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_69440" src="/boxset_card/69440?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108324"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              12
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x mr-4"></i>
              Irma, Part-Time Mutant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Mutant Shapeshifter
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.15

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108324"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108324" src="/boxset_card/108324?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20298"
          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-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Toxic Deluge


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.14

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.87
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20298"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20298" src="/boxset_card/20298?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30048"
          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">
              157
            </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>
              Royal Assassin


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Assassin
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.13

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30048"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30048" src="/boxset_card/30048?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52819"
          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">
              47
            </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-common ss-fw ss-2x mr-4"></i>
              Rat Colony


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Rat
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.13

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52819"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52819" src="/boxset_card/52819?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="92646"
          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">
              168
            </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-mythic ss-fw ss-2x mr-4"></i>
              Cloud, Ex-SOLDIER


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Soldier Mercenary
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.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">
                $1.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="92646"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_92646" src="/boxset_card/92646?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9251"
          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">
              22
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x mr-4"></i>
              Fury Storm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $5.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9251"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9251" src="/boxset_card/9251?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20919"
          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">
              324
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Mystic Gate


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.07
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20919"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20919" src="/boxset_card/20919?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46682"
          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">
              334
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Orthion, Hero of Lavabrink


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Soldier
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.12

                    <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.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="46682"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_46682" src="/boxset_card/46682?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="64309"
          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-scg ss-uncommon ss-fw ss-2x mr-4"></i>
              Alpha Status


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="64309"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_64309" src="/boxset_card/64309?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82114"
          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">
              BOK-162
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              That Which Was Taken


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="82114"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_82114" src="/boxset_card/82114?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86936"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x mr-4"></i>
              Court of Locthwain


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.12

                    <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">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86936"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86936" src="/boxset_card/86936?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75940"
          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">
              287
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-uncommon ss-fw ss-2x mr-4"></i>
              Rhythm of the Wild


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.11

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75940"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75940" src="/boxset_card/75940?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79060"
          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">
              FUT-101
            </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>
              Magus of the Moon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $5.11

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.75
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79060"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79060" src="/boxset_card/79060?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13277"
          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">
              425
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Reliquary Tower


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.10

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13277"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13277" src="/boxset_card/13277?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="70379"
          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">
              35
            </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>
              Arwen, Weaver of Hope


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf 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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.10

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="70379"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_70379" src="/boxset_card/70379?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21309"
          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">
              412
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Simic Growth Chamber


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.74

                    <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">
                <div class="flex items-center gap-2">
                  $5.09

                    <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">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21309"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21309" src="/boxset_card/21309?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73875"
          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">
              79
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Call of the Ring


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.09

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.34
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73875"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73875" src="/boxset_card/73875?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75376"
          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">
              88
            </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>
              Wrathful Raptors


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dinosaur
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.09

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75376"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75376" src="/boxset_card/75376?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 851-900 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=17&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=17&amp;username=denvermullets" rel="prev">17</a><a role="link" aria-disabled="true" aria-current="page">18</a><a href="/load_collection?direction=asc&amp;page=19&amp;username=denvermullets" rel="next">19</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=19&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>