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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="High Tide" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/f/1f2400cc-987b-49de-8ac7-3d4b12c4200a.jpg?1783918333" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            High Tide
        </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-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="High Tide" src="https://cards.scryfall.io/large/front/1/f/1f2400cc-987b-49de-8ac7-3d4b12c4200a.jpg?1783918333" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:4.71},{&quot;2026-06-15&quot;:4.66},{&quot;2026-06-16&quot;:4.67},{&quot;2026-06-17&quot;:4.68},{&quot;2026-06-18&quot;:4.72},{&quot;2026-06-19&quot;:4.72},{&quot;2026-06-20&quot;:4.78},{&quot;2026-06-21&quot;:4.7},{&quot;2026-06-22&quot;:4.7},{&quot;2026-06-23&quot;:4.7},{&quot;2026-06-24&quot;:4.71},{&quot;2026-06-25&quot;:4.71},{&quot;2026-06-26&quot;:4.71},{&quot;2026-06-27&quot;:4.71},{&quot;2026-06-28&quot;:4.71},{&quot;2026-06-29&quot;:4.71},{&quot;2026-06-30&quot;:4.7},{&quot;2026-07-01&quot;:4.7},{&quot;2026-07-02&quot;:4.62},{&quot;2026-07-03&quot;:4.67},{&quot;2026-07-04&quot;:4.67},{&quot;2026-07-05&quot;:4.67},{&quot;2026-07-06&quot;:4.67},{&quot;2026-07-07&quot;:4.67},{&quot;2026-07-08&quot;:4.59},{&quot;2026-07-09&quot;:4.59},{&quot;2026-07-10&quot;:4.59},{&quot;2026-07-11&quot;:4.59},{&quot;2026-07-12&quot;:4.55},{&quot;2026-07-13&quot;:4.47},{&quot;2026-07-14&quot;:4.47},{&quot;2026-07-15&quot;:4.47},{&quot;2026-07-16&quot;:4.48},{&quot;2026-07-17&quot;:4.48},{&quot;2026-07-18&quot;:4.42},{&quot;2026-07-19&quot;:4.39},{&quot;2026-07-20&quot;:4.39},{&quot;2026-07-21&quot;:4.46},{&quot;2026-07-22&quot;:4.46},{&quot;2026-07-23&quot;:4.46},{&quot;2026-07-24&quot;:4.47},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.47},{&quot;2026-07-27&quot;:4.47},{&quot;2026-07-28&quot;:4.47},{&quot;2026-07-29&quot;:4.46},{&quot;2026-07-30&quot;:4.48},{&quot;2026-07-31&quot;:4.48},{&quot;2026-08-01&quot;:4.46},{&quot;2026-08-02&quot;:4.56},{&quot;2026-08-03&quot;:4.47},{&quot;2026-08-04&quot;:4.47},{&quot;2026-08-05&quot;:4.37},{&quot;2026-08-07&quot;:4.32},{&quot;2026-08-08&quot;:4.32},{&quot;2026-08-09&quot;:4.32},{&quot;2026-08-10&quot;:4.32},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.32},{&quot;2026-08-13&quot;:4.32},{&quot;2026-08-14&quot;:4.37},{&quot;2026-08-15&quot;:4.37},{&quot;2026-08-16&quot;:4.34},{&quot;2026-08-17&quot;:4.34},{&quot;2026-08-18&quot;:4.34},{&quot;2026-08-19&quot;:4.34},{&quot;2026-08-20&quot;:4.34},{&quot;2026-08-21&quot;:4.34},{&quot;2026-08-22&quot;:4.34},{&quot;2026-08-23&quot;:4.34},{&quot;2026-08-24&quot;:4.33},{&quot;2026-08-25&quot;:4.33},{&quot;2026-08-26&quot;:4.33},{&quot;2026-08-27&quot;:4.33},{&quot;2026-08-28&quot;:4.33},{&quot;2026-08-29&quot;:4.33},{&quot;2026-08-30&quot;:4.32},{&quot;2026-08-31&quot;:4.32},{&quot;2026-09-01&quot;:4.33},{&quot;2026-09-02&quot;:4.23},{&quot;2026-09-03&quot;:4.23},{&quot;2026-09-04&quot;:4.33},{&quot;2026-09-05&quot;:4.32},{&quot;2026-09-06&quot;:4.32},{&quot;2026-09-07&quot;:4.32},{&quot;2026-09-08&quot;:4.32},{&quot;2026-09-09&quot;:4.45},{&quot;2026-09-10&quot;:4.43},{&quot;2026-09-11&quot;:4.43},{&quot;2026-09-12&quot;:4.43}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.74},{&quot;2026-06-15&quot;:2.72},{&quot;2026-06-16&quot;:2.71},{&quot;2026-06-17&quot;:2.71},{&quot;2026-06-18&quot;:2.72},{&quot;2026-06-19&quot;:2.72},{&quot;2026-06-20&quot;:2.82},{&quot;2026-06-21&quot;:2.83},{&quot;2026-06-22&quot;:2.83},{&quot;2026-06-23&quot;:2.96},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:3.07},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.18},{&quot;2026-06-28&quot;:3.18},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:2.94},{&quot;2026-07-01&quot;:2.9},{&quot;2026-07-02&quot;:2.82},{&quot;2026-07-03&quot;:2.77},{&quot;2026-07-04&quot;:2.63},{&quot;2026-07-05&quot;:2.62},{&quot;2026-07-06&quot;:2.59},{&quot;2026-07-07&quot;:2.51},{&quot;2026-07-08&quot;:2.59},{&quot;2026-07-09&quot;:2.64},{&quot;2026-07-10&quot;:2.68},{&quot;2026-07-11&quot;:2.61},{&quot;2026-07-12&quot;:2.61},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.59},{&quot;2026-07-16&quot;:2.65},{&quot;2026-07-17&quot;:2.52},{&quot;2026-07-18&quot;:2.63},{&quot;2026-07-19&quot;:2.68},{&quot;2026-07-20&quot;:2.71},{&quot;2026-07-21&quot;:2.71},{&quot;2026-07-22&quot;:2.75},{&quot;2026-07-23&quot;:2.78},{&quot;2026-07-24&quot;:2.78},{&quot;2026-07-25&quot;:2.78},{&quot;2026-07-26&quot;:2.88},{&quot;2026-07-27&quot;:2.85},{&quot;2026-07-28&quot;:2.91},{&quot;2026-07-29&quot;:2.96},{&quot;2026-07-30&quot;:2.97},{&quot;2026-07-31&quot;:2.92},{&quot;2026-08-01&quot;:2.89},{&quot;2026-08-02&quot;:2.86},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.56},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.52},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.61},{&quot;2026-08-10&quot;:2.82},{&quot;2026-08-11&quot;:2.87},{&quot;2026-08-12&quot;:3.03},{&quot;2026-08-13&quot;:3.03},{&quot;2026-08-14&quot;:3.05},{&quot;2026-08-15&quot;:3.17},{&quot;2026-08-16&quot;:3.18},{&quot;2026-08-17&quot;:3.26},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.38},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.04},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.9},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:2.81},{&quot;2026-08-27&quot;:2.75},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:2.68},{&quot;2026-08-31&quot;:2.67},{&quot;2026-09-01&quot;:2.57},{&quot;2026-09-02&quot;:2.57},{&quot;2026-09-03&quot;:2.54},{&quot;2026-09-04&quot;:2.6},{&quot;2026-09-05&quot;:2.6},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.61},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.51},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.55},{&quot;2026-09-12&quot;:2.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

        <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">
            Anarchy
        </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-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="Anarchy" src="https://cards.scryfall.io/large/front/2/8/28d941da-b5cb-4b7e-84f2-ece883f89af3.jpg?1783947494" />
    </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">
                $2.55
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:2.27},{&quot;2026-06-12&quot;:2.27},{&quot;2026-06-13&quot;:2.27},{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.43},{&quot;2026-06-16&quot;:2.45},{&quot;2026-06-17&quot;:2.45},{&quot;2026-06-18&quot;:2.45},{&quot;2026-06-19&quot;:2.45},{&quot;2026-06-20&quot;:2.45},{&quot;2026-06-21&quot;:2.45},{&quot;2026-06-22&quot;:2.45},{&quot;2026-06-23&quot;:2.48},{&quot;2026-06-24&quot;:2.48},{&quot;2026-06-25&quot;:2.48},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.51},{&quot;2026-06-28&quot;:2.51},{&quot;2026-06-29&quot;:2.51},{&quot;2026-06-30&quot;:2.51},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.5},{&quot;2026-07-04&quot;:2.51},{&quot;2026-07-05&quot;:2.51},{&quot;2026-07-06&quot;:2.51},{&quot;2026-07-07&quot;:2.51},{&quot;2026-07-08&quot;:2.51},{&quot;2026-07-09&quot;:2.66},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.59},{&quot;2026-07-13&quot;:2.58},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.58},{&quot;2026-07-16&quot;:2.59},{&quot;2026-07-17&quot;:2.59},{&quot;2026-07-18&quot;:2.59},{&quot;2026-07-19&quot;:2.59},{&quot;2026-07-20&quot;:2.59},{&quot;2026-07-21&quot;:2.59},{&quot;2026-07-23&quot;:2.57},{&quot;2026-07-25&quot;:2.57},{&quot;2026-07-26&quot;:2.57},{&quot;2026-07-27&quot;:2.57},{&quot;2026-07-29&quot;:2.55},{&quot;2026-07-30&quot;:2.55},{&quot;2026-07-31&quot;:2.55},{&quot;2026-08-01&quot;:2.6},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.6},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.6},{&quot;2026-08-08&quot;:2.61},{&quot;2026-08-09&quot;:2.61},{&quot;2026-08-10&quot;:2.62},{&quot;2026-08-11&quot;:2.64},{&quot;2026-08-12&quot;:2.59},{&quot;2026-08-13&quot;:2.59},{&quot;2026-08-14&quot;:2.59},{&quot;2026-08-15&quot;:2.66},{&quot;2026-08-16&quot;:2.66},{&quot;2026-08-17&quot;:2.69},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.69},{&quot;2026-08-20&quot;:2.69},{&quot;2026-08-21&quot;:2.69},{&quot;2026-08-22&quot;:2.69},{&quot;2026-08-23&quot;:2.71},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.71},{&quot;2026-08-26&quot;:2.69},{&quot;2026-08-27&quot;:2.71},{&quot;2026-08-28&quot;:2.71},{&quot;2026-08-29&quot;:2.71},{&quot;2026-08-30&quot;:2.71},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.58},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.55},{&quot;2026-09-04&quot;:2.55},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.55},{&quot;2026-09-07&quot;:2.55},{&quot;2026-09-08&quot;:2.55},{&quot;2026-09-09&quot;:2.55},{&quot;2026-09-10&quot;:2.55},{&quot;2026-09-11&quot;:2.55},{&quot;2026-09-12&quot;:2.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Howling 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">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-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="Howling Moon" src="https://cards.scryfall.io/large/front/c/a/ca50b6a5-2e58-4de3-b0e1-0b33536f69a6.jpg?1783924810" />
    </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">
                $2.55
              </span>

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  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">$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;:2.26},{&quot;2026-06-12&quot;:2.26},{&quot;2026-06-13&quot;:2.26},{&quot;2026-06-14&quot;:2.26},{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.34},{&quot;2026-06-18&quot;:2.34},{&quot;2026-06-19&quot;:2.34},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.26},{&quot;2026-06-22&quot;:2.27},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.15},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.13},{&quot;2026-06-27&quot;:2.13},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:2.06},{&quot;2026-07-03&quot;:2.06},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.06},{&quot;2026-07-09&quot;:2.06},{&quot;2026-07-10&quot;:2.06},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:2.06},{&quot;2026-07-13&quot;:2.06},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.06},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.06},{&quot;2026-07-19&quot;:2.06},{&quot;2026-07-20&quot;:2.06},{&quot;2026-07-21&quot;:2.06},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-25&quot;:2.08},{&quot;2026-07-26&quot;:2.08},{&quot;2026-07-27&quot;:2.13},{&quot;2026-07-29&quot;:2.13},{&quot;2026-07-30&quot;:2.06},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:2.06},{&quot;2026-08-02&quot;:2.06},{&quot;2026-08-03&quot;:2.06},{&quot;2026-08-04&quot;:2.06},{&quot;2026-08-05&quot;:2.06},{&quot;2026-08-07&quot;:2.06},{&quot;2026-08-08&quot;:2.06},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:1.94},{&quot;2026-08-16&quot;:1.94},{&quot;2026-08-17&quot;:1.91},{&quot;2026-08-18&quot;:1.91},{&quot;2026-08-19&quot;:1.91},{&quot;2026-08-20&quot;:1.91},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:2.01},{&quot;2026-08-24&quot;:2.01},{&quot;2026-08-25&quot;:2.01},{&quot;2026-08-26&quot;:2.02},{&quot;2026-08-27&quot;:2.01},{&quot;2026-08-28&quot;:1.97},{&quot;2026-08-29&quot;:1.97},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.88},{&quot;2026-09-01&quot;:1.88},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.84},{&quot;2026-09-04&quot;:1.84},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.8},{&quot;2026-09-09&quot;:1.8},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.36}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.72},{&quot;2026-06-12&quot;:1.8},{&quot;2026-06-13&quot;:1.72},{&quot;2026-06-14&quot;:1.78},{&quot;2026-06-15&quot;:1.8},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.8},{&quot;2026-06-18&quot;:1.84},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.78},{&quot;2026-06-22&quot;:1.68},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.66},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.47},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.53},{&quot;2026-07-03&quot;:1.36},{&quot;2026-07-04&quot;:1.29},{&quot;2026-07-05&quot;:1.27},{&quot;2026-07-06&quot;:1.33},{&quot;2026-07-07&quot;:1.32},{&quot;2026-07-08&quot;:1.33},{&quot;2026-07-09&quot;:1.39},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.38},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.42},{&quot;2026-07-15&quot;:1.42},{&quot;2026-07-16&quot;:1.5},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.49},{&quot;2026-07-19&quot;:1.49},{&quot;2026-07-20&quot;:1.49},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.52},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.63},{&quot;2026-07-27&quot;:1.63},{&quot;2026-07-29&quot;:1.64},{&quot;2026-07-30&quot;:1.64},{&quot;2026-07-31&quot;:1.67},{&quot;2026-08-01&quot;:1.66},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.7},{&quot;2026-08-04&quot;:1.71},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.66},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.86},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:2.18},{&quot;2026-08-12&quot;:2.44},{&quot;2026-08-13&quot;:2.52},{&quot;2026-08-14&quot;:2.73},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.57},{&quot;2026-08-17&quot;:2.51},{&quot;2026-08-18&quot;:2.54},{&quot;2026-08-19&quot;:2.77},{&quot;2026-08-20&quot;:2.77},{&quot;2026-08-21&quot;:2.92},{&quot;2026-08-22&quot;:2.92},{&quot;2026-08-23&quot;:2.85},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.3},{&quot;2026-08-26&quot;:2.14},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:2.02},{&quot;2026-08-29&quot;:2.02},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.75},{&quot;2026-09-01&quot;:1.75},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.88},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.81},{&quot;2026-09-08&quot;:2.03},{&quot;2026-09-09&quot;:2.25},{&quot;2026-09-10&quot;:2.27},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.07
          </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="Mountain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/d/7d75969d-c932-4b4e-8135-61968228bc32.jpg?1783923806" />

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mountain" src="https://cards.scryfall.io/large/front/7/d/7d75969d-c932-4b4e-8135-61968228bc32.jpg?1783923806" />
    </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">
            4
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</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.58</span>
              <span class="text-xs text-grey-text">Credit: $2.05</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.51},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.51},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.64},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.67},{&quot;2026-06-23&quot;:2.57},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.56},{&quot;2026-06-26&quot;:2.56},{&quot;2026-06-27&quot;:2.56},{&quot;2026-06-28&quot;:2.49},{&quot;2026-06-29&quot;:2.51},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.49},{&quot;2026-07-02&quot;:2.44},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.28},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.49},{&quot;2026-07-12&quot;:2.43},{&quot;2026-07-13&quot;:2.39},{&quot;2026-07-14&quot;:2.33},{&quot;2026-07-15&quot;:2.33},{&quot;2026-07-16&quot;:2.33},{&quot;2026-07-17&quot;:2.26},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.32},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-22&quot;:2.42},{&quot;2026-07-23&quot;:2.54},{&quot;2026-07-24&quot;:2.5},{&quot;2026-07-25&quot;:2.83},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:3.01},{&quot;2026-07-28&quot;:3.01},{&quot;2026-07-29&quot;:3.01},{&quot;2026-07-30&quot;:3.38},{&quot;2026-07-31&quot;:3.36},{&quot;2026-08-01&quot;:3.36},{&quot;2026-08-02&quot;:3.36},{&quot;2026-08-03&quot;:3.19},{&quot;2026-08-04&quot;:3.2},{&quot;2026-08-05&quot;:3.17},{&quot;2026-08-07&quot;:2.84},{&quot;2026-08-08&quot;:2.85},{&quot;2026-08-09&quot;:2.82},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:3.13},{&quot;2026-08-13&quot;:3.21},{&quot;2026-08-14&quot;:3.24},{&quot;2026-08-15&quot;:3.31},{&quot;2026-08-16&quot;:3.24},{&quot;2026-08-17&quot;:3.09},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.14},{&quot;2026-08-20&quot;:3.13},{&quot;2026-08-21&quot;:3.04},{&quot;2026-08-22&quot;:3.04},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.7},{&quot;2026-08-26&quot;:2.5},{&quot;2026-08-27&quot;:2.5},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.48},{&quot;2026-09-01&quot;:2.55},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.47},{&quot;2026-09-04&quot;:2.48},{&quot;2026-09-05&quot;:2.54},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.6},{&quot;2026-09-08&quot;:2.61},{&quot;2026-09-09&quot;:2.59},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.55},{&quot;2026-09-12&quot;:2.55}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.92},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.91},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.96},{&quot;2026-06-19&quot;:1.94},{&quot;2026-06-20&quot;:1.95},{&quot;2026-06-21&quot;:1.95},{&quot;2026-06-22&quot;:1.87},{&quot;2026-06-23&quot;:1.84},{&quot;2026-06-24&quot;:1.84},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.79},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:1.84},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.85},{&quot;2026-07-03&quot;:1.81},{&quot;2026-07-04&quot;:1.83},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.83},{&quot;2026-07-07&quot;:1.85},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.84},{&quot;2026-07-10&quot;:1.93},{&quot;2026-07-11&quot;:1.98},{&quot;2026-07-12&quot;:1.99},{&quot;2026-07-13&quot;:1.97},{&quot;2026-07-14&quot;:1.99},{&quot;2026-07-15&quot;:1.95},{&quot;2026-07-16&quot;:1.98},{&quot;2026-07-17&quot;:1.95},{&quot;2026-07-18&quot;:1.84},{&quot;2026-07-19&quot;:1.87},{&quot;2026-07-20&quot;:1.91},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-22&quot;:1.9},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-24&quot;:1.85},{&quot;2026-07-25&quot;:1.94},{&quot;2026-07-26&quot;:2.14},{&quot;2026-07-27&quot;:2.13},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.18},{&quot;2026-07-31&quot;:2.3},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.25},{&quot;2026-08-03&quot;:2.26},{&quot;2026-08-04&quot;:2.26},{&quot;2026-08-05&quot;:2.17},{&quot;2026-08-07&quot;:2.18},{&quot;2026-08-08&quot;:2.21},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.09},{&quot;2026-08-11&quot;:2.15},{&quot;2026-08-12&quot;:2.12},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.23},{&quot;2026-08-19&quot;:2.19},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.19},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:2.18},{&quot;2026-08-24&quot;:2.25},{&quot;2026-08-25&quot;:2.21},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.1},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.74},{&quot;2026-09-06&quot;:1.77},{&quot;2026-09-07&quot;:1.87},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.9},{&quot;2026-09-10&quot;:1.99},{&quot;2026-09-11&quot;:2.05},{&quot;2026-09-12&quot;:2.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Heronblade Elite" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36938a8e-8da0-4f27-86c3-6032aa7642b5.jpg?1783925374" />

        <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">
            Heronblade Elite
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Heronblade Elite" src="https://cards.scryfall.io/large/front/3/6/36938a8e-8da0-4f27-86c3-6032aa7642b5.jpg?1783925374" />
    </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">
                $2.55
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.28},{&quot;2026-06-10&quot;:3.32},{&quot;2026-06-11&quot;:3.28},{&quot;2026-06-12&quot;:3.26},{&quot;2026-06-13&quot;:3.17},{&quot;2026-06-14&quot;:3.17},{&quot;2026-06-15&quot;:3.1},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:3.07},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.03},{&quot;2026-06-20&quot;:2.93},{&quot;2026-06-21&quot;:2.97},{&quot;2026-06-22&quot;:3.04},{&quot;2026-06-24&quot;:3.03},{&quot;2026-06-25&quot;:3.03},{&quot;2026-06-26&quot;:3.03},{&quot;2026-06-27&quot;:2.94},{&quot;2026-06-28&quot;:2.94},{&quot;2026-06-29&quot;:2.92},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:2.92},{&quot;2026-07-02&quot;:2.92},{&quot;2026-07-03&quot;:2.91},{&quot;2026-07-04&quot;:2.9},{&quot;2026-07-05&quot;:2.98},{&quot;2026-07-06&quot;:3.1},{&quot;2026-07-07&quot;:3.1},{&quot;2026-07-08&quot;:3.2},{&quot;2026-07-09&quot;:3.12},{&quot;2026-07-10&quot;:3.16},{&quot;2026-07-11&quot;:3.18},{&quot;2026-07-12&quot;:3.2},{&quot;2026-07-13&quot;:3.24},{&quot;2026-07-14&quot;:3.25},{&quot;2026-07-15&quot;:3.25},{&quot;2026-07-16&quot;:3.29},{&quot;2026-07-17&quot;:3.27},{&quot;2026-07-18&quot;:3.27},{&quot;2026-07-19&quot;:3.27},{&quot;2026-07-20&quot;:3.27},{&quot;2026-07-21&quot;:3.22},{&quot;2026-07-23&quot;:3.31},{&quot;2026-07-25&quot;:3.28},{&quot;2026-07-26&quot;:3.3},{&quot;2026-07-27&quot;:3.3},{&quot;2026-07-29&quot;:3.24},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.13},{&quot;2026-08-03&quot;:3.07},{&quot;2026-08-04&quot;:3.02},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.13},{&quot;2026-08-08&quot;:3.11},{&quot;2026-08-09&quot;:3.1},{&quot;2026-08-10&quot;:3.1},{&quot;2026-08-11&quot;:3.1},{&quot;2026-08-12&quot;:3.05},{&quot;2026-08-13&quot;:3.07},{&quot;2026-08-14&quot;:3.09},{&quot;2026-08-15&quot;:3.09},{&quot;2026-08-16&quot;:3.09},{&quot;2026-08-17&quot;:3.04},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.94},{&quot;2026-08-20&quot;:2.94},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:3.04},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.09},{&quot;2026-08-25&quot;:3.09},{&quot;2026-08-26&quot;:3.09},{&quot;2026-08-27&quot;:3.02},{&quot;2026-08-28&quot;:3.05},{&quot;2026-08-29&quot;:3.05},{&quot;2026-08-30&quot;:2.78},{&quot;2026-08-31&quot;:2.78},{&quot;2026-09-01&quot;:2.78},{&quot;2026-09-02&quot;:2.79},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.68},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.65},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.63},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.61},{&quot;2026-09-11&quot;:2.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="72407"
  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-brc 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">
            Titania, Nature&#39;s Force
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Titania, Nature&#39;s Force" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/c/4c376103-a651-4c91-ab3b-0da7bb84485c.jpg?1783919706" />

        <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">
            Titania, Nature&#39;s Force
        </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</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Titania, Nature&#39;s Force" src="https://cards.scryfall.io/large/front/4/c/4c376103-a651-4c91-ab3b-0da7bb84485c.jpg?1783919706" />
    </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">
                $2.55
              </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">
                $7.11
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:7.01},{&quot;2026-06-15&quot;:7.03},{&quot;2026-06-16&quot;:7.03},{&quot;2026-06-17&quot;:6.99},{&quot;2026-06-18&quot;:6.99},{&quot;2026-06-19&quot;:6.99},{&quot;2026-06-20&quot;:6.99},{&quot;2026-06-21&quot;:6.99},{&quot;2026-06-22&quot;:6.99},{&quot;2026-06-23&quot;:6.99},{&quot;2026-06-24&quot;:6.99},{&quot;2026-06-25&quot;:6.99},{&quot;2026-06-26&quot;:6.99},{&quot;2026-06-27&quot;:6.99},{&quot;2026-06-28&quot;:6.99},{&quot;2026-06-29&quot;:6.99},{&quot;2026-06-30&quot;:6.99},{&quot;2026-07-01&quot;:6.99},{&quot;2026-07-02&quot;:6.99},{&quot;2026-07-03&quot;:6.99},{&quot;2026-07-04&quot;:6.99},{&quot;2026-07-05&quot;:6.99},{&quot;2026-07-06&quot;:6.99},{&quot;2026-07-07&quot;:6.99},{&quot;2026-07-08&quot;:6.99},{&quot;2026-07-09&quot;:6.99},{&quot;2026-07-10&quot;:6.99},{&quot;2026-07-11&quot;:6.99},{&quot;2026-07-12&quot;:6.99},{&quot;2026-07-13&quot;:6.99},{&quot;2026-07-14&quot;:7.01},{&quot;2026-07-15&quot;:7.01},{&quot;2026-07-16&quot;:6.93},{&quot;2026-07-17&quot;:6.93},{&quot;2026-07-18&quot;:6.93},{&quot;2026-07-19&quot;:6.93},{&quot;2026-07-20&quot;:6.93},{&quot;2026-07-21&quot;:6.93},{&quot;2026-07-22&quot;:6.93},{&quot;2026-07-23&quot;:6.93},{&quot;2026-07-24&quot;:6.93},{&quot;2026-07-25&quot;:6.93},{&quot;2026-07-26&quot;:6.93},{&quot;2026-07-27&quot;:7.0},{&quot;2026-07-28&quot;:7.0},{&quot;2026-07-29&quot;:6.96},{&quot;2026-07-30&quot;:6.96},{&quot;2026-07-31&quot;:6.96},{&quot;2026-08-01&quot;:6.96},{&quot;2026-08-02&quot;:6.96},{&quot;2026-08-03&quot;:6.96},{&quot;2026-08-04&quot;:7.04},{&quot;2026-08-05&quot;:7.04},{&quot;2026-08-07&quot;:7.03},{&quot;2026-08-08&quot;:7.03},{&quot;2026-08-09&quot;:7.03},{&quot;2026-08-10&quot;:7.03},{&quot;2026-08-11&quot;:7.03},{&quot;2026-08-12&quot;:7.03},{&quot;2026-08-13&quot;:7.03},{&quot;2026-08-14&quot;:7.03},{&quot;2026-08-15&quot;:7.11},{&quot;2026-08-16&quot;:7.11},{&quot;2026-08-17&quot;:7.11},{&quot;2026-08-18&quot;:7.11},{&quot;2026-08-19&quot;:7.11},{&quot;2026-08-20&quot;:7.11},{&quot;2026-08-21&quot;:7.11},{&quot;2026-08-22&quot;:7.11},{&quot;2026-08-23&quot;:7.11},{&quot;2026-08-24&quot;:7.11},{&quot;2026-08-25&quot;:7.11},{&quot;2026-08-26&quot;:7.11},{&quot;2026-08-27&quot;:7.11},{&quot;2026-08-28&quot;:7.11},{&quot;2026-08-29&quot;:7.11},{&quot;2026-08-30&quot;:7.11},{&quot;2026-08-31&quot;:7.11},{&quot;2026-09-01&quot;:7.11},{&quot;2026-09-02&quot;:7.11},{&quot;2026-09-03&quot;:7.11},{&quot;2026-09-04&quot;:7.11},{&quot;2026-09-05&quot;:7.11},{&quot;2026-09-06&quot;:7.11},{&quot;2026-09-07&quot;:7.11},{&quot;2026-09-08&quot;:7.11},{&quot;2026-09-09&quot;:7.11},{&quot;2026-09-10&quot;:7.11},{&quot;2026-09-11&quot;:7.11},{&quot;2026-09-12&quot;:7.11}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.66},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.66},{&quot;2026-06-19&quot;:2.66},{&quot;2026-06-20&quot;:2.66},{&quot;2026-06-21&quot;:2.66},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.66},{&quot;2026-06-30&quot;:2.64},{&quot;2026-07-01&quot;:2.64},{&quot;2026-07-02&quot;:2.64},{&quot;2026-07-03&quot;:2.63},{&quot;2026-07-04&quot;:2.68},{&quot;2026-07-05&quot;:2.68},{&quot;2026-07-06&quot;:2.68},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.68},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.71},{&quot;2026-07-11&quot;:2.71},{&quot;2026-07-12&quot;:2.75},{&quot;2026-07-13&quot;:2.75},{&quot;2026-07-14&quot;:2.75},{&quot;2026-07-15&quot;:2.75},{&quot;2026-07-16&quot;:2.75},{&quot;2026-07-17&quot;:2.75},{&quot;2026-07-18&quot;:2.82},{&quot;2026-07-19&quot;:2.82},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.91},{&quot;2026-07-22&quot;:2.91},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:2.91},{&quot;2026-07-26&quot;:2.86},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-28&quot;:2.89},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.84},{&quot;2026-07-31&quot;:2.84},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.84},{&quot;2026-08-03&quot;:2.84},{&quot;2026-08-04&quot;:2.9},{&quot;2026-08-05&quot;:2.9},{&quot;2026-08-07&quot;:2.9},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:2.75},{&quot;2026-08-11&quot;:2.77},{&quot;2026-08-12&quot;:2.77},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.8},{&quot;2026-08-15&quot;:2.8},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.77},{&quot;2026-08-18&quot;:2.66},{&quot;2026-08-19&quot;:2.66},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.65},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.63},{&quot;2026-08-28&quot;:2.61},{&quot;2026-08-29&quot;:2.61},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.59},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.51},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.51},{&quot;2026-09-07&quot;:2.5},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.55},{&quot;2026-09-11&quot;:2.55},{&quot;2026-09-12&quot;:2.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Neriv, Heart of the Storm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/5/b58112b0-a05c-4b98-b650-fd27ad97789f.jpg?1743204826" />

        <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">
            Neriv, Heart of the Storm
        </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 — Spirit Dragon</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Neriv, Heart of the Storm" src="https://cards.scryfall.io/large/front/b/5/b58112b0-a05c-4b98-b650-fd27ad97789f.jpg?1743204826" />
    </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">
                $2.55
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.43},{&quot;2026-06-12&quot;:3.43},{&quot;2026-06-13&quot;:3.43},{&quot;2026-06-14&quot;:3.47},{&quot;2026-06-15&quot;:3.47},{&quot;2026-06-16&quot;:3.47},{&quot;2026-06-17&quot;:3.58},{&quot;2026-06-18&quot;:3.58},{&quot;2026-06-19&quot;:3.58},{&quot;2026-06-20&quot;:3.54},{&quot;2026-06-21&quot;:3.54},{&quot;2026-06-22&quot;:3.54},{&quot;2026-06-23&quot;:3.54},{&quot;2026-06-24&quot;:3.54},{&quot;2026-06-25&quot;:3.54},{&quot;2026-06-26&quot;:3.54},{&quot;2026-06-27&quot;:3.54},{&quot;2026-06-28&quot;:3.54},{&quot;2026-06-29&quot;:3.54},{&quot;2026-06-30&quot;:3.73},{&quot;2026-07-01&quot;:3.73},{&quot;2026-07-02&quot;:3.73},{&quot;2026-07-03&quot;:3.73},{&quot;2026-07-04&quot;:3.72},{&quot;2026-07-05&quot;:3.72},{&quot;2026-07-06&quot;:3.99},{&quot;2026-07-07&quot;:3.99},{&quot;2026-07-08&quot;:3.99},{&quot;2026-07-09&quot;:3.99},{&quot;2026-07-10&quot;:3.94},{&quot;2026-07-11&quot;:4.06},{&quot;2026-07-12&quot;:4.06},{&quot;2026-07-13&quot;:4.06},{&quot;2026-07-14&quot;:4.06},{&quot;2026-07-15&quot;:4.06},{&quot;2026-07-16&quot;:4.0},{&quot;2026-07-17&quot;:4.0},{&quot;2026-07-18&quot;:4.0},{&quot;2026-07-19&quot;:4.0},{&quot;2026-07-20&quot;:3.65},{&quot;2026-07-21&quot;:3.65},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-25&quot;:3.6},{&quot;2026-07-26&quot;:3.48},{&quot;2026-07-27&quot;:3.48},{&quot;2026-07-29&quot;:3.44},{&quot;2026-07-30&quot;:3.45},{&quot;2026-07-31&quot;:3.41},{&quot;2026-08-01&quot;:3.41},{&quot;2026-08-02&quot;:3.41},{&quot;2026-08-03&quot;:3.42},{&quot;2026-08-04&quot;:3.42},{&quot;2026-08-05&quot;:3.42},{&quot;2026-08-07&quot;:3.41},{&quot;2026-08-08&quot;:3.41},{&quot;2026-08-09&quot;:3.41},{&quot;2026-08-10&quot;:3.3},{&quot;2026-08-11&quot;:3.3},{&quot;2026-08-12&quot;:3.36},{&quot;2026-08-13&quot;:3.36},{&quot;2026-08-14&quot;:3.33},{&quot;2026-08-15&quot;:3.37},{&quot;2026-08-16&quot;:3.37},{&quot;2026-08-17&quot;:3.37},{&quot;2026-08-18&quot;:3.33},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.33},{&quot;2026-08-21&quot;:3.17},{&quot;2026-08-22&quot;:3.17},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.1},{&quot;2026-08-25&quot;:3.1},{&quot;2026-08-26&quot;:3.11},{&quot;2026-08-27&quot;:3.24},{&quot;2026-08-28&quot;:2.87},{&quot;2026-08-29&quot;:2.87},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.87},{&quot;2026-09-01&quot;:2.87},{&quot;2026-09-02&quot;:2.9},{&quot;2026-09-03&quot;:2.97},{&quot;2026-09-04&quot;:2.96},{&quot;2026-09-05&quot;:2.96},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.96},{&quot;2026-09-08&quot;:3.0},{&quot;2026-09-09&quot;:3.0},{&quot;2026-09-10&quot;:3.0},{&quot;2026-09-11&quot;:3.01},{&quot;2026-09-12&quot;:3.01}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.65},{&quot;2026-06-12&quot;:2.67},{&quot;2026-06-13&quot;:2.57},{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.79},{&quot;2026-06-16&quot;:2.83},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.67},{&quot;2026-06-19&quot;:2.67},{&quot;2026-06-20&quot;:2.77},{&quot;2026-06-21&quot;:2.81},{&quot;2026-06-22&quot;:2.75},{&quot;2026-06-23&quot;:2.68},{&quot;2026-06-24&quot;:2.93},{&quot;2026-06-25&quot;:2.97},{&quot;2026-06-26&quot;:2.96},{&quot;2026-06-27&quot;:2.81},{&quot;2026-06-28&quot;:2.68},{&quot;2026-06-29&quot;:2.94},{&quot;2026-06-30&quot;:2.96},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.73},{&quot;2026-07-03&quot;:2.82},{&quot;2026-07-04&quot;:2.81},{&quot;2026-07-05&quot;:2.91},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.99},{&quot;2026-07-08&quot;:2.91},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.5},{&quot;2026-07-11&quot;:2.6},{&quot;2026-07-12&quot;:2.61},{&quot;2026-07-13&quot;:2.61},{&quot;2026-07-14&quot;:2.47},{&quot;2026-07-15&quot;:2.41},{&quot;2026-07-16&quot;:2.46},{&quot;2026-07-17&quot;:2.48},{&quot;2026-07-18&quot;:2.49},{&quot;2026-07-19&quot;:2.57},{&quot;2026-07-20&quot;:2.49},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:2.85},{&quot;2026-07-31&quot;:2.83},{&quot;2026-08-01&quot;:2.83},{&quot;2026-08-02&quot;:2.93},{&quot;2026-08-03&quot;:2.85},{&quot;2026-08-04&quot;:2.77},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.57},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.43},{&quot;2026-08-11&quot;:2.48},{&quot;2026-08-12&quot;:2.52},{&quot;2026-08-13&quot;:2.57},{&quot;2026-08-14&quot;:2.58},{&quot;2026-08-15&quot;:2.51},{&quot;2026-08-16&quot;:2.48},{&quot;2026-08-17&quot;:2.66},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.71},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.78},{&quot;2026-08-22&quot;:3.09},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.73},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:2.89},{&quot;2026-08-29&quot;:2.89},{&quot;2026-08-30&quot;:2.33},{&quot;2026-08-31&quot;:2.22},{&quot;2026-09-01&quot;:2.22},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.15},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.39},{&quot;2026-09-07&quot;:2.39},{&quot;2026-09-08&quot;:2.52},{&quot;2026-09-09&quot;:2.54},{&quot;2026-09-10&quot;:2.48},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109444"
  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">
            Shamanic Revelation
        </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">
              ↓
              4%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Shamanic Revelation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5dc1904b-b0e6-49e5-9ef3-7ea538db202b.jpg?1782683392" />

        <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">
            Shamanic Revelation
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Shamanic Revelation" src="https://cards.scryfall.io/large/front/5/d/5dc1904b-b0e6-49e5-9ef3-7ea538db202b.jpg?1782683392" />
    </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">
                $2.55
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.13},{&quot;2026-06-12&quot;:2.09},{&quot;2026-06-13&quot;:2.21},{&quot;2026-06-14&quot;:2.21},{&quot;2026-06-15&quot;:2.28},{&quot;2026-06-16&quot;:2.28},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:1.99},{&quot;2026-06-21&quot;:2.17},{&quot;2026-06-22&quot;:2.29},{&quot;2026-06-23&quot;:2.43},{&quot;2026-06-24&quot;:2.4},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.24},{&quot;2026-06-27&quot;:2.24},{&quot;2026-06-28&quot;:2.24},{&quot;2026-06-29&quot;:2.16},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.12},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.01},{&quot;2026-07-05&quot;:2.02},{&quot;2026-07-06&quot;:1.9},{&quot;2026-07-07&quot;:1.92},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:1.98},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.32},{&quot;2026-07-12&quot;:2.5},{&quot;2026-07-13&quot;:2.49},{&quot;2026-07-14&quot;:2.8},{&quot;2026-07-15&quot;:2.8},{&quot;2026-07-16&quot;:2.82},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.78},{&quot;2026-07-19&quot;:2.82},{&quot;2026-07-20&quot;:2.82},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.63},{&quot;2026-07-25&quot;:2.44},{&quot;2026-07-26&quot;:2.16},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-29&quot;:2.36},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.73},{&quot;2026-08-01&quot;:2.73},{&quot;2026-08-02&quot;:2.74},{&quot;2026-08-03&quot;:2.97},{&quot;2026-08-04&quot;:3.15},{&quot;2026-08-05&quot;:3.14},{&quot;2026-08-07&quot;:3.09},{&quot;2026-08-08&quot;:3.27},{&quot;2026-08-09&quot;:3.28},{&quot;2026-08-10&quot;:3.2},{&quot;2026-08-11&quot;:3.1},{&quot;2026-08-12&quot;:2.89},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.79},{&quot;2026-08-15&quot;:2.75},{&quot;2026-08-16&quot;:2.84},{&quot;2026-08-17&quot;:2.86},{&quot;2026-08-18&quot;:2.97},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:2.99},{&quot;2026-08-22&quot;:2.99},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:3.14},{&quot;2026-08-25&quot;:3.14},{&quot;2026-08-26&quot;:3.23},{&quot;2026-08-27&quot;:3.51},{&quot;2026-08-28&quot;:3.25},{&quot;2026-08-29&quot;:3.25},{&quot;2026-08-30&quot;:3.74},{&quot;2026-08-31&quot;:3.81},{&quot;2026-09-01&quot;:3.81},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.45},{&quot;2026-09-04&quot;:3.39},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.35},{&quot;2026-09-08&quot;:3.41},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.32},{&quot;2026-09-11&quot;:3.38},{&quot;2026-09-12&quot;:3.45}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.27},{&quot;2026-06-12&quot;:1.34},{&quot;2026-06-13&quot;:1.42},{&quot;2026-06-14&quot;:1.69},{&quot;2026-06-15&quot;:1.78},{&quot;2026-06-16&quot;:1.58},{&quot;2026-06-17&quot;:1.4},{&quot;2026-06-18&quot;:1.32},{&quot;2026-06-19&quot;:1.23},{&quot;2026-06-20&quot;:1.48},{&quot;2026-06-21&quot;:1.5},{&quot;2026-06-22&quot;:1.58},{&quot;2026-06-23&quot;:1.57},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.51},{&quot;2026-06-27&quot;:1.16},{&quot;2026-06-28&quot;:1.21},{&quot;2026-06-29&quot;:1.24},{&quot;2026-06-30&quot;:1.45},{&quot;2026-07-01&quot;:1.44},{&quot;2026-07-02&quot;:1.47},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.41},{&quot;2026-07-05&quot;:1.39},{&quot;2026-07-06&quot;:1.42},{&quot;2026-07-07&quot;:1.53},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.41},{&quot;2026-07-13&quot;:1.38},{&quot;2026-07-14&quot;:1.29},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.9},{&quot;2026-07-19&quot;:1.91},{&quot;2026-07-20&quot;:1.72},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-23&quot;:1.36},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.46},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.35},{&quot;2026-07-31&quot;:1.27},{&quot;2026-08-01&quot;:1.26},{&quot;2026-08-02&quot;:1.38},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.96},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:2.27},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:3.05},{&quot;2026-08-10&quot;:2.7},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.52},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:1.94},{&quot;2026-08-15&quot;:1.92},{&quot;2026-08-16&quot;:1.86},{&quot;2026-08-17&quot;:1.92},{&quot;2026-08-18&quot;:1.88},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.27},{&quot;2026-08-21&quot;:2.95},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:2.93},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:1.81},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.9},{&quot;2026-08-29&quot;:1.9},{&quot;2026-08-30&quot;:2.24},{&quot;2026-08-31&quot;:2.14},{&quot;2026-09-01&quot;:2.14},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.4},{&quot;2026-09-04&quot;:2.8},{&quot;2026-09-05&quot;:2.67},{&quot;2026-09-06&quot;:2.67},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.44},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Voice of the Blessed" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a16c0871-3f40-4d5a-9d21-e7f944b64a65.jpg?1783924904" />

        <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">
            Voice of the Blessed
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Voice of the Blessed" src="https://cards.scryfall.io/large/front/a/1/a16c0871-3f40-4d5a-9d21-e7f944b64a65.jpg?1783924904" />
    </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">
                $2.54
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.51},{&quot;2026-06-13&quot;:1.51},{&quot;2026-06-14&quot;:1.51},{&quot;2026-06-15&quot;:1.51},{&quot;2026-06-16&quot;:1.51},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.51},{&quot;2026-06-19&quot;:1.51},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-23&quot;:1.51},{&quot;2026-06-24&quot;:1.52},{&quot;2026-06-25&quot;:1.5},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.5},{&quot;2026-06-28&quot;:1.51},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.51},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.52},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.5},{&quot;2026-07-07&quot;:1.5},{&quot;2026-07-08&quot;:1.5},{&quot;2026-07-09&quot;:1.5},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.5},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.5},{&quot;2026-07-16&quot;:1.5},{&quot;2026-07-17&quot;:1.5},{&quot;2026-07-18&quot;:1.5},{&quot;2026-07-19&quot;:1.5},{&quot;2026-07-20&quot;:1.5},{&quot;2026-07-21&quot;:1.5},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-25&quot;:1.51},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.54},{&quot;2026-07-28&quot;:1.54},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.54},{&quot;2026-07-31&quot;:1.54},{&quot;2026-08-01&quot;:1.54},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.55},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.6},{&quot;2026-08-08&quot;:1.6},{&quot;2026-08-09&quot;:1.6},{&quot;2026-08-10&quot;:1.6},{&quot;2026-08-11&quot;:1.59},{&quot;2026-08-12&quot;:1.59},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.59},{&quot;2026-08-18&quot;:1.59},{&quot;2026-08-19&quot;:1.59},{&quot;2026-08-20&quot;:1.59},{&quot;2026-08-21&quot;:1.6},{&quot;2026-08-22&quot;:1.72},{&quot;2026-08-23&quot;:1.73},{&quot;2026-08-24&quot;:1.73},{&quot;2026-08-25&quot;:1.73},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.73},{&quot;2026-08-28&quot;:1.73},{&quot;2026-08-29&quot;:1.73},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.93},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.95},{&quot;2026-09-04&quot;:1.96},{&quot;2026-09-05&quot;:1.96},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:1.96},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.96}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.53},{&quot;2026-06-13&quot;:2.41},{&quot;2026-06-14&quot;:2.41},{&quot;2026-06-15&quot;:2.39},{&quot;2026-06-16&quot;:2.28},{&quot;2026-06-17&quot;:2.26},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.27},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.3},{&quot;2026-06-22&quot;:2.23},{&quot;2026-06-23&quot;:2.22},{&quot;2026-06-24&quot;:2.22},{&quot;2026-06-25&quot;:2.23},{&quot;2026-06-26&quot;:2.23},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.27},{&quot;2026-06-29&quot;:2.34},{&quot;2026-06-30&quot;:2.38},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.61},{&quot;2026-07-05&quot;:2.6},{&quot;2026-07-06&quot;:2.6},{&quot;2026-07-07&quot;:2.55},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.63},{&quot;2026-07-10&quot;:2.63},{&quot;2026-07-11&quot;:2.42},{&quot;2026-07-12&quot;:2.38},{&quot;2026-07-13&quot;:2.5},{&quot;2026-07-14&quot;:2.57},{&quot;2026-07-15&quot;:2.57},{&quot;2026-07-16&quot;:2.53},{&quot;2026-07-17&quot;:2.46},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.5},{&quot;2026-07-20&quot;:2.46},{&quot;2026-07-21&quot;:2.43},{&quot;2026-07-23&quot;:2.42},{&quot;2026-07-25&quot;:2.47},{&quot;2026-07-26&quot;:2.45},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.37},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.33},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.26},{&quot;2026-08-04&quot;:2.26},{&quot;2026-08-05&quot;:2.23},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.26},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.28},{&quot;2026-08-12&quot;:2.35},{&quot;2026-08-13&quot;:2.44},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.44},{&quot;2026-08-16&quot;:2.46},{&quot;2026-08-17&quot;:2.45},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.46},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:2.5},{&quot;2026-08-25&quot;:2.5},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.54},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.43},{&quot;2026-09-03&quot;:2.49},{&quot;2026-09-04&quot;:2.49},{&quot;2026-09-05&quot;:2.52},{&quot;2026-09-06&quot;:2.52},{&quot;2026-09-07&quot;:2.52},{&quot;2026-09-08&quot;:2.71},{&quot;2026-09-09&quot;:2.65},{&quot;2026-09-10&quot;:2.65},{&quot;2026-09-11&quot;:2.61},{&quot;2026-09-12&quot;:2.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jadar, Ghoulcaller of Nephalia" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/2/f29ec5be-501c-4a5d-8b2a-f974c6cf06c6.jpg?1783925513" />

        <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">
            Jadar, Ghoulcaller of Nephalia
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Jadar, Ghoulcaller of Nephalia" src="https://cards.scryfall.io/large/front/f/2/f29ec5be-501c-4a5d-8b2a-f974c6cf06c6.jpg?1783925513" />
    </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">
                $2.54
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:7.45},{&quot;2026-06-14&quot;:7.32},{&quot;2026-06-15&quot;:7.33},{&quot;2026-06-16&quot;:7.33},{&quot;2026-06-17&quot;:7.33},{&quot;2026-06-18&quot;:7.33},{&quot;2026-06-19&quot;:7.25},{&quot;2026-06-20&quot;:7.25},{&quot;2026-06-21&quot;:7.25},{&quot;2026-06-22&quot;:7.21},{&quot;2026-06-23&quot;:7.21},{&quot;2026-06-24&quot;:7.21},{&quot;2026-06-25&quot;:7.21},{&quot;2026-06-26&quot;:7.21},{&quot;2026-06-27&quot;:7.21},{&quot;2026-06-28&quot;:7.21},{&quot;2026-06-29&quot;:7.16},{&quot;2026-06-30&quot;:7.21},{&quot;2026-07-01&quot;:7.06},{&quot;2026-07-02&quot;:7.06},{&quot;2026-07-03&quot;:7.06},{&quot;2026-07-04&quot;:7.06},{&quot;2026-07-05&quot;:7.07},{&quot;2026-07-06&quot;:7.07},{&quot;2026-07-07&quot;:6.76},{&quot;2026-07-08&quot;:6.76},{&quot;2026-07-09&quot;:6.69},{&quot;2026-07-10&quot;:6.69},{&quot;2026-07-11&quot;:6.69},{&quot;2026-07-12&quot;:6.69},{&quot;2026-07-13&quot;:6.62},{&quot;2026-07-14&quot;:6.62},{&quot;2026-07-15&quot;:6.62},{&quot;2026-07-16&quot;:6.56},{&quot;2026-07-17&quot;:6.51},{&quot;2026-07-18&quot;:6.51},{&quot;2026-07-19&quot;:6.51},{&quot;2026-07-20&quot;:6.51},{&quot;2026-07-21&quot;:6.51},{&quot;2026-07-23&quot;:6.45},{&quot;2026-07-24&quot;:6.45},{&quot;2026-07-25&quot;:6.45},{&quot;2026-07-26&quot;:6.45},{&quot;2026-07-27&quot;:6.45},{&quot;2026-07-28&quot;:6.45},{&quot;2026-07-29&quot;:6.45},{&quot;2026-07-30&quot;:6.34},{&quot;2026-07-31&quot;:6.34},{&quot;2026-08-01&quot;:6.34},{&quot;2026-08-02&quot;:6.34},{&quot;2026-08-03&quot;:6.28},{&quot;2026-08-04&quot;:6.28},{&quot;2026-08-05&quot;:6.28},{&quot;2026-08-07&quot;:6.16},{&quot;2026-08-08&quot;:6.16},{&quot;2026-08-09&quot;:6.16},{&quot;2026-08-10&quot;:6.08},{&quot;2026-08-11&quot;:6.02},{&quot;2026-08-12&quot;:6.02},{&quot;2026-08-13&quot;:6.02},{&quot;2026-08-14&quot;:6.02},{&quot;2026-08-15&quot;:6.02},{&quot;2026-08-16&quot;:6.02},{&quot;2026-08-17&quot;:6.02},{&quot;2026-08-18&quot;:6.02},{&quot;2026-08-19&quot;:6.02},{&quot;2026-08-20&quot;:6.02},{&quot;2026-08-21&quot;:5.88},{&quot;2026-08-22&quot;:5.93},{&quot;2026-08-23&quot;:5.93},{&quot;2026-08-24&quot;:5.93},{&quot;2026-08-25&quot;:5.93},{&quot;2026-08-26&quot;:5.93},{&quot;2026-08-27&quot;:5.88},{&quot;2026-08-28&quot;:5.98},{&quot;2026-08-29&quot;:5.98},{&quot;2026-08-30&quot;:5.98},{&quot;2026-08-31&quot;:5.98},{&quot;2026-09-01&quot;:5.98},{&quot;2026-09-02&quot;:5.9},{&quot;2026-09-03&quot;:5.94},{&quot;2026-09-04&quot;:5.94},{&quot;2026-09-05&quot;:5.94},{&quot;2026-09-06&quot;:5.94},{&quot;2026-09-07&quot;:5.87},{&quot;2026-09-08&quot;:5.87},{&quot;2026-09-09&quot;:5.87},{&quot;2026-09-10&quot;:5.74},{&quot;2026-09-11&quot;:5.74},{&quot;2026-09-12&quot;:5.74}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.29},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.41},{&quot;2026-06-16&quot;:3.39},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.45},{&quot;2026-06-19&quot;:3.35},{&quot;2026-06-20&quot;:3.38},{&quot;2026-06-21&quot;:3.4},{&quot;2026-06-22&quot;:3.4},{&quot;2026-06-23&quot;:3.54},{&quot;2026-06-24&quot;:3.54},{&quot;2026-06-25&quot;:3.58},{&quot;2026-06-26&quot;:3.44},{&quot;2026-06-27&quot;:3.44},{&quot;2026-06-28&quot;:3.57},{&quot;2026-06-29&quot;:3.54},{&quot;2026-06-30&quot;:3.47},{&quot;2026-07-01&quot;:3.43},{&quot;2026-07-02&quot;:3.47},{&quot;2026-07-03&quot;:3.44},{&quot;2026-07-04&quot;:3.43},{&quot;2026-07-05&quot;:3.43},{&quot;2026-07-06&quot;:3.49},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.55},{&quot;2026-07-09&quot;:3.55},{&quot;2026-07-10&quot;:3.54},{&quot;2026-07-11&quot;:3.58},{&quot;2026-07-12&quot;:3.63},{&quot;2026-07-13&quot;:3.64},{&quot;2026-07-14&quot;:3.61},{&quot;2026-07-15&quot;:3.61},{&quot;2026-07-16&quot;:3.38},{&quot;2026-07-17&quot;:3.38},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.35},{&quot;2026-07-20&quot;:3.36},{&quot;2026-07-21&quot;:3.38},{&quot;2026-07-23&quot;:3.3},{&quot;2026-07-24&quot;:3.2},{&quot;2026-07-25&quot;:3.2},{&quot;2026-07-26&quot;:3.2},{&quot;2026-07-27&quot;:3.2},{&quot;2026-07-28&quot;:3.05},{&quot;2026-07-29&quot;:3.07},{&quot;2026-07-30&quot;:3.11},{&quot;2026-07-31&quot;:3.04},{&quot;2026-08-01&quot;:3.04},{&quot;2026-08-02&quot;:2.98},{&quot;2026-08-03&quot;:2.95},{&quot;2026-08-04&quot;:2.98},{&quot;2026-08-05&quot;:2.98},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:2.85},{&quot;2026-08-11&quot;:2.79},{&quot;2026-08-12&quot;:2.83},{&quot;2026-08-13&quot;:2.79},{&quot;2026-08-14&quot;:2.82},{&quot;2026-08-15&quot;:2.82},{&quot;2026-08-16&quot;:2.78},{&quot;2026-08-17&quot;:2.67},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.54},{&quot;2026-08-21&quot;:2.61},{&quot;2026-08-22&quot;:2.62},{&quot;2026-08-23&quot;:2.64},{&quot;2026-08-24&quot;:2.64},{&quot;2026-08-25&quot;:2.64},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.62},{&quot;2026-08-29&quot;:2.62},{&quot;2026-08-30&quot;:2.62},{&quot;2026-08-31&quot;:2.55},{&quot;2026-09-01&quot;:2.55},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.57},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.57},{&quot;2026-09-06&quot;:2.56},{&quot;2026-09-07&quot;:2.61},{&quot;2026-09-08&quot;:2.59},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.48},{&quot;2026-09-11&quot;:2.54},{&quot;2026-09-12&quot;:2.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109653"
  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">
            Emeritus of Abundance 
        </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">
            $2.54
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Emeritus of Abundance 
        </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 — 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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Emeritus of Abundance // Regrowth" src="https://cards.scryfall.io/large/front/a/c/ac095763-6f4e-4d4e-9c99-414646368f8d.jpg?1782682912" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Emeritus of Abundance // Regrowth" src="https://cards.scryfall.io/large/front/a/c/ac095763-6f4e-4d4e-9c99-414646368f8d.jpg?1782682912" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.09},{&quot;2026-06-14&quot;:4.97},{&quot;2026-06-15&quot;:4.91},{&quot;2026-06-16&quot;:4.77},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.37},{&quot;2026-06-19&quot;:4.47},{&quot;2026-06-20&quot;:4.4},{&quot;2026-06-21&quot;:4.58},{&quot;2026-06-22&quot;:4.65},{&quot;2026-06-23&quot;:4.65},{&quot;2026-06-24&quot;:4.63},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.66},{&quot;2026-06-27&quot;:4.66},{&quot;2026-06-28&quot;:4.74},{&quot;2026-06-29&quot;:4.62},{&quot;2026-06-30&quot;:4.67},{&quot;2026-07-01&quot;:4.57},{&quot;2026-07-02&quot;:4.32},{&quot;2026-07-03&quot;:4.14},{&quot;2026-07-04&quot;:4.09},{&quot;2026-07-05&quot;:3.93},{&quot;2026-07-06&quot;:3.46},{&quot;2026-07-07&quot;:3.41},{&quot;2026-07-08&quot;:3.2},{&quot;2026-07-09&quot;:3.02},{&quot;2026-07-10&quot;:2.97},{&quot;2026-07-11&quot;:2.84},{&quot;2026-07-12&quot;:2.9},{&quot;2026-07-13&quot;:2.72},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.76},{&quot;2026-07-17&quot;:2.8},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.88},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.88},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.83},{&quot;2026-07-27&quot;:2.87},{&quot;2026-07-28&quot;:2.81},{&quot;2026-07-29&quot;:2.83},{&quot;2026-07-30&quot;:2.67},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.75},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.97},{&quot;2026-08-04&quot;:2.97},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.27},{&quot;2026-08-08&quot;:3.27},{&quot;2026-08-09&quot;:3.24},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.13},{&quot;2026-08-12&quot;:3.18},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.18},{&quot;2026-08-15&quot;:3.14},{&quot;2026-08-16&quot;:3.14},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:3.17},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.19},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.26},{&quot;2026-08-24&quot;:3.34},{&quot;2026-08-25&quot;:3.34},{&quot;2026-08-26&quot;:3.45},{&quot;2026-08-27&quot;:3.46},{&quot;2026-08-28&quot;:3.44},{&quot;2026-08-29&quot;:3.44},{&quot;2026-08-30&quot;:3.49},{&quot;2026-08-31&quot;:3.45},{&quot;2026-09-01&quot;:3.43},{&quot;2026-09-02&quot;:3.32},{&quot;2026-09-03&quot;:3.25},{&quot;2026-09-04&quot;:3.25},{&quot;2026-09-05&quot;:3.23},{&quot;2026-09-06&quot;:3.23},{&quot;2026-09-07&quot;:3.16},{&quot;2026-09-08&quot;:3.2},{&quot;2026-09-09&quot;:3.19},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.16},{&quot;2026-09-12&quot;:3.13}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.17},{&quot;2026-06-14&quot;:4.27},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:4.04},{&quot;2026-06-17&quot;:3.94},{&quot;2026-06-18&quot;:3.98},{&quot;2026-06-19&quot;:3.65},{&quot;2026-06-20&quot;:3.52},{&quot;2026-06-21&quot;:3.2},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-23&quot;:3.21},{&quot;2026-06-24&quot;:3.4},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.36},{&quot;2026-06-29&quot;:3.6},{&quot;2026-06-30&quot;:3.32},{&quot;2026-07-01&quot;:2.97},{&quot;2026-07-02&quot;:2.9},{&quot;2026-07-03&quot;:2.99},{&quot;2026-07-04&quot;:3.0},{&quot;2026-07-05&quot;:2.99},{&quot;2026-07-06&quot;:2.88},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.57},{&quot;2026-07-09&quot;:2.66},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.67},{&quot;2026-07-12&quot;:2.66},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.59},{&quot;2026-07-16&quot;:2.59},{&quot;2026-07-17&quot;:2.39},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:2.73},{&quot;2026-07-23&quot;:2.71},{&quot;2026-07-24&quot;:2.78},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.51},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.75},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.75},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.69},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.68},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:2.84},{&quot;2026-08-11&quot;:2.71},{&quot;2026-08-12&quot;:2.53},{&quot;2026-08-13&quot;:2.44},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.58},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.57},{&quot;2026-08-19&quot;:2.51},{&quot;2026-08-20&quot;:2.51},{&quot;2026-08-21&quot;:2.57},{&quot;2026-08-22&quot;:2.57},{&quot;2026-08-23&quot;:2.69},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.93},{&quot;2026-08-27&quot;:3.04},{&quot;2026-08-28&quot;:2.95},{&quot;2026-08-29&quot;:2.95},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.32},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.49},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.77},{&quot;2026-09-11&quot;:2.73},{&quot;2026-09-12&quot;:2.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Unholy Annex // Ritual Chamber" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/f/0fb4c734-c698-46f2-bc78-5f036f472e5b.jpg?1783909475" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Unholy Annex 
        </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 — Room</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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Unholy Annex // Ritual Chamber" src="https://cards.scryfall.io/large/front/0/f/0fb4c734-c698-46f2-bc78-5f036f472e5b.jpg?1783909475" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Unholy Annex // Ritual Chamber" src="https://cards.scryfall.io/large/front/0/f/0fb4c734-c698-46f2-bc78-5f036f472e5b.jpg?1783909475" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.71},{&quot;2026-06-12&quot;:3.71},{&quot;2026-06-13&quot;:3.75},{&quot;2026-06-14&quot;:3.75},{&quot;2026-06-15&quot;:3.73},{&quot;2026-06-16&quot;:3.73},{&quot;2026-06-17&quot;:3.73},{&quot;2026-06-18&quot;:3.62},{&quot;2026-06-19&quot;:3.67},{&quot;2026-06-20&quot;:3.67},{&quot;2026-06-21&quot;:3.67},{&quot;2026-06-22&quot;:3.6},{&quot;2026-06-23&quot;:3.6},{&quot;2026-06-24&quot;:3.57},{&quot;2026-06-25&quot;:3.57},{&quot;2026-06-26&quot;:3.57},{&quot;2026-06-27&quot;:3.55},{&quot;2026-06-28&quot;:3.63},{&quot;2026-06-29&quot;:3.71},{&quot;2026-06-30&quot;:3.71},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.81},{&quot;2026-07-03&quot;:3.51},{&quot;2026-07-04&quot;:3.51},{&quot;2026-07-05&quot;:3.52},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.45},{&quot;2026-07-08&quot;:3.45},{&quot;2026-07-09&quot;:3.49},{&quot;2026-07-10&quot;:3.36},{&quot;2026-07-11&quot;:3.36},{&quot;2026-07-12&quot;:3.36},{&quot;2026-07-13&quot;:3.36},{&quot;2026-07-14&quot;:3.36},{&quot;2026-07-15&quot;:3.36},{&quot;2026-07-16&quot;:3.24},{&quot;2026-07-17&quot;:3.36},{&quot;2026-07-18&quot;:3.36},{&quot;2026-07-19&quot;:3.36},{&quot;2026-07-20&quot;:3.36},{&quot;2026-07-21&quot;:3.36},{&quot;2026-07-23&quot;:3.4},{&quot;2026-07-25&quot;:3.4},{&quot;2026-07-26&quot;:3.4},{&quot;2026-07-27&quot;:3.4},{&quot;2026-07-29&quot;:3.4},{&quot;2026-07-30&quot;:3.4},{&quot;2026-07-31&quot;:3.4},{&quot;2026-08-01&quot;:3.44},{&quot;2026-08-02&quot;:3.44},{&quot;2026-08-03&quot;:3.44},{&quot;2026-08-04&quot;:3.52},{&quot;2026-08-05&quot;:3.59},{&quot;2026-08-07&quot;:3.61},{&quot;2026-08-08&quot;:3.53},{&quot;2026-08-09&quot;:3.45},{&quot;2026-08-10&quot;:3.45},{&quot;2026-08-11&quot;:3.45},{&quot;2026-08-12&quot;:3.4},{&quot;2026-08-13&quot;:3.4},{&quot;2026-08-14&quot;:3.39},{&quot;2026-08-15&quot;:3.39},{&quot;2026-08-16&quot;:3.39},{&quot;2026-08-17&quot;:3.29},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.11},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.13},{&quot;2026-08-22&quot;:3.15},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.15},{&quot;2026-08-25&quot;:3.15},{&quot;2026-08-26&quot;:3.16},{&quot;2026-08-27&quot;:3.19},{&quot;2026-08-28&quot;:3.19},{&quot;2026-08-29&quot;:3.19},{&quot;2026-08-30&quot;:3.19},{&quot;2026-08-31&quot;:3.24},{&quot;2026-09-01&quot;:3.24},{&quot;2026-09-02&quot;:3.24},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.3},{&quot;2026-09-05&quot;:3.32},{&quot;2026-09-06&quot;:3.32},{&quot;2026-09-07&quot;:3.32},{&quot;2026-09-08&quot;:3.32},{&quot;2026-09-09&quot;:3.32},{&quot;2026-09-10&quot;:3.32},{&quot;2026-09-11&quot;:3.37},{&quot;2026-09-12&quot;:3.36}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.83},{&quot;2026-06-12&quot;:2.89},{&quot;2026-06-13&quot;:2.72},{&quot;2026-06-14&quot;:2.55},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.44},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.31},{&quot;2026-06-19&quot;:2.18},{&quot;2026-06-20&quot;:2.04},{&quot;2026-06-21&quot;:1.97},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:2.08},{&quot;2026-06-24&quot;:2.11},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.44},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.82},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.62},{&quot;2026-07-03&quot;:2.5},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.48},{&quot;2026-07-06&quot;:2.64},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.52},{&quot;2026-07-09&quot;:2.62},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.74},{&quot;2026-07-12&quot;:2.73},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.52},{&quot;2026-07-15&quot;:2.33},{&quot;2026-07-16&quot;:2.26},{&quot;2026-07-17&quot;:2.49},{&quot;2026-07-18&quot;:2.4},{&quot;2026-07-19&quot;:2.41},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-23&quot;:2.19},{&quot;2026-07-25&quot;:1.89},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-29&quot;:1.57},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.5},{&quot;2026-08-02&quot;:1.43},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.55},{&quot;2026-08-07&quot;:1.46},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.35},{&quot;2026-08-10&quot;:1.51},{&quot;2026-08-11&quot;:1.51},{&quot;2026-08-12&quot;:1.53},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.81},{&quot;2026-08-15&quot;:1.97},{&quot;2026-08-16&quot;:1.92},{&quot;2026-08-17&quot;:1.93},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:1.94},{&quot;2026-08-21&quot;:1.76},{&quot;2026-08-22&quot;:1.77},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:2.08},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.2},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.41},{&quot;2026-08-29&quot;:2.41},{&quot;2026-08-30&quot;:2.16},{&quot;2026-08-31&quot;:2.05},{&quot;2026-09-01&quot;:2.05},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:1.8},{&quot;2026-09-04&quot;:2.07},{&quot;2026-09-05&quot;:2.54},{&quot;2026-09-06&quot;:2.55},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.6},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.47},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="32700"
  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-gtc 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">
            Whispering Madness
        </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">
            $2.53
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Whispering Madness
        </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-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Whispering Madness" src="https://cards.scryfall.io/large/front/6/4/64e4b0cc-e611-4a4b-8392-b37bfc3a77e1.jpg?1783940098" />
    </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">
                $2.53
              </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.60
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:9.81},{&quot;2026-06-13&quot;:9.82},{&quot;2026-06-14&quot;:9.82},{&quot;2026-06-15&quot;:9.76},{&quot;2026-06-16&quot;:9.76},{&quot;2026-06-17&quot;:9.76},{&quot;2026-06-18&quot;:9.76},{&quot;2026-06-19&quot;:9.7},{&quot;2026-06-20&quot;:9.7},{&quot;2026-06-21&quot;:9.7},{&quot;2026-06-22&quot;:9.7},{&quot;2026-06-23&quot;:9.7},{&quot;2026-06-24&quot;:9.7},{&quot;2026-06-25&quot;:9.7},{&quot;2026-06-26&quot;:9.7},{&quot;2026-06-27&quot;:9.7},{&quot;2026-06-28&quot;:9.7},{&quot;2026-06-29&quot;:9.7},{&quot;2026-06-30&quot;:9.7},{&quot;2026-07-01&quot;:9.7},{&quot;2026-07-02&quot;:9.7},{&quot;2026-07-03&quot;:9.7},{&quot;2026-07-04&quot;:9.79},{&quot;2026-07-05&quot;:9.79},{&quot;2026-07-06&quot;:9.79},{&quot;2026-07-07&quot;:9.79},{&quot;2026-07-08&quot;:9.79},{&quot;2026-07-09&quot;:9.79},{&quot;2026-07-10&quot;:9.79},{&quot;2026-07-11&quot;:9.79},{&quot;2026-07-12&quot;:9.79},{&quot;2026-07-13&quot;:9.79},{&quot;2026-07-14&quot;:9.79},{&quot;2026-07-15&quot;:9.69},{&quot;2026-07-16&quot;:9.69},{&quot;2026-07-17&quot;:9.7},{&quot;2026-07-18&quot;:9.7},{&quot;2026-07-19&quot;:9.7},{&quot;2026-07-20&quot;:9.7},{&quot;2026-07-21&quot;:9.7},{&quot;2026-07-23&quot;:9.69},{&quot;2026-07-25&quot;:9.69},{&quot;2026-07-26&quot;:9.69},{&quot;2026-07-27&quot;:9.69},{&quot;2026-07-28&quot;:9.69},{&quot;2026-07-29&quot;:9.69},{&quot;2026-07-30&quot;:9.69},{&quot;2026-07-31&quot;:9.69},{&quot;2026-08-01&quot;:9.69},{&quot;2026-08-02&quot;:9.66},{&quot;2026-08-03&quot;:9.66},{&quot;2026-08-04&quot;:9.66},{&quot;2026-08-05&quot;:9.66},{&quot;2026-08-07&quot;:9.66},{&quot;2026-08-08&quot;:9.66},{&quot;2026-08-09&quot;:9.66},{&quot;2026-08-10&quot;:9.66},{&quot;2026-08-11&quot;:9.66},{&quot;2026-08-12&quot;:9.55},{&quot;2026-08-13&quot;:9.55},{&quot;2026-08-14&quot;:9.55},{&quot;2026-08-15&quot;:9.55},{&quot;2026-08-16&quot;:9.56},{&quot;2026-08-17&quot;:9.56},{&quot;2026-08-18&quot;:9.56},{&quot;2026-08-19&quot;:9.56},{&quot;2026-08-20&quot;:9.56},{&quot;2026-08-21&quot;:9.55},{&quot;2026-08-22&quot;:9.55},{&quot;2026-08-23&quot;:9.55},{&quot;2026-08-24&quot;:9.55},{&quot;2026-08-25&quot;:9.55},{&quot;2026-08-26&quot;:9.55},{&quot;2026-08-27&quot;:9.55},{&quot;2026-08-28&quot;:9.55},{&quot;2026-08-29&quot;:9.55},{&quot;2026-08-30&quot;:9.48},{&quot;2026-08-31&quot;:9.48},{&quot;2026-09-01&quot;:9.48},{&quot;2026-09-02&quot;:9.51},{&quot;2026-09-03&quot;:9.51},{&quot;2026-09-04&quot;:9.6},{&quot;2026-09-05&quot;:9.6},{&quot;2026-09-06&quot;:9.6},{&quot;2026-09-07&quot;:9.6},{&quot;2026-09-08&quot;:9.6},{&quot;2026-09-09&quot;:9.6},{&quot;2026-09-10&quot;:9.6},{&quot;2026-09-11&quot;:9.6},{&quot;2026-09-12&quot;:9.6}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.79},{&quot;2026-06-13&quot;:3.4},{&quot;2026-06-14&quot;:3.24},{&quot;2026-06-15&quot;:3.23},{&quot;2026-06-16&quot;:3.3},{&quot;2026-06-17&quot;:3.57},{&quot;2026-06-18&quot;:3.74},{&quot;2026-06-19&quot;:3.32},{&quot;2026-06-20&quot;:3.35},{&quot;2026-06-21&quot;:3.35},{&quot;2026-06-22&quot;:3.35},{&quot;2026-06-23&quot;:3.28},{&quot;2026-06-24&quot;:3.35},{&quot;2026-06-25&quot;:3.42},{&quot;2026-06-26&quot;:3.42},{&quot;2026-06-27&quot;:3.44},{&quot;2026-06-28&quot;:3.44},{&quot;2026-06-29&quot;:3.52},{&quot;2026-06-30&quot;:3.67},{&quot;2026-07-01&quot;:3.7},{&quot;2026-07-02&quot;:3.54},{&quot;2026-07-03&quot;:3.51},{&quot;2026-07-04&quot;:3.49},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.34},{&quot;2026-07-07&quot;:3.22},{&quot;2026-07-08&quot;:3.05},{&quot;2026-07-09&quot;:3.03},{&quot;2026-07-10&quot;:3.03},{&quot;2026-07-11&quot;:3.08},{&quot;2026-07-12&quot;:3.25},{&quot;2026-07-13&quot;:3.77},{&quot;2026-07-14&quot;:4.18},{&quot;2026-07-15&quot;:4.08},{&quot;2026-07-16&quot;:3.99},{&quot;2026-07-17&quot;:4.39},{&quot;2026-07-18&quot;:4.35},{&quot;2026-07-19&quot;:4.35},{&quot;2026-07-20&quot;:4.15},{&quot;2026-07-21&quot;:3.82},{&quot;2026-07-23&quot;:3.59},{&quot;2026-07-25&quot;:3.64},{&quot;2026-07-26&quot;:3.3},{&quot;2026-07-27&quot;:3.13},{&quot;2026-07-28&quot;:3.13},{&quot;2026-07-29&quot;:3.13},{&quot;2026-07-30&quot;:2.97},{&quot;2026-07-31&quot;:3.05},{&quot;2026-08-01&quot;:3.05},{&quot;2026-08-02&quot;:3.05},{&quot;2026-08-03&quot;:3.05},{&quot;2026-08-04&quot;:3.08},{&quot;2026-08-05&quot;:3.0},{&quot;2026-08-07&quot;:3.0},{&quot;2026-08-08&quot;:3.0},{&quot;2026-08-09&quot;:3.0},{&quot;2026-08-10&quot;:3.0},{&quot;2026-08-11&quot;:3.0},{&quot;2026-08-12&quot;:2.71},{&quot;2026-08-13&quot;:2.68},{&quot;2026-08-14&quot;:2.68},{&quot;2026-08-15&quot;:2.68},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.73},{&quot;2026-08-19&quot;:2.73},{&quot;2026-08-20&quot;:2.73},{&quot;2026-08-21&quot;:2.81},{&quot;2026-08-22&quot;:2.78},{&quot;2026-08-23&quot;:2.74},{&quot;2026-08-24&quot;:2.74},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:2.71},{&quot;2026-08-27&quot;:2.63},{&quot;2026-08-28&quot;:2.7},{&quot;2026-08-29&quot;:2.7},{&quot;2026-08-30&quot;:2.59},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.61},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.59},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.57},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.54},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76000"
  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">
            Metallic Mimic
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Metallic Mimic
        </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 — 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>
          </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="Metallic Mimic" src="https://cards.scryfall.io/large/front/a/d/adb9937b-7f8e-43b2-a2e3-06ccb7fb737e.jpg?1783913836" />
    </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">
                $2.53
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.59},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.65},{&quot;2026-06-19&quot;:2.67},{&quot;2026-06-20&quot;:2.69},{&quot;2026-06-21&quot;:2.75},{&quot;2026-06-22&quot;:2.72},{&quot;2026-06-23&quot;:2.7},{&quot;2026-06-24&quot;:2.63},{&quot;2026-06-25&quot;:2.69},{&quot;2026-06-26&quot;:2.76},{&quot;2026-06-27&quot;:2.86},{&quot;2026-06-28&quot;:2.88},{&quot;2026-06-29&quot;:2.93},{&quot;2026-06-30&quot;:2.94},{&quot;2026-07-01&quot;:3.01},{&quot;2026-07-02&quot;:3.03},{&quot;2026-07-03&quot;:2.96},{&quot;2026-07-04&quot;:2.96},{&quot;2026-07-05&quot;:2.93},{&quot;2026-07-06&quot;:2.98},{&quot;2026-07-07&quot;:2.94},{&quot;2026-07-08&quot;:2.97},{&quot;2026-07-09&quot;:3.09},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.21},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.31},{&quot;2026-07-14&quot;:3.33},{&quot;2026-07-15&quot;:3.33},{&quot;2026-07-16&quot;:3.31},{&quot;2026-07-17&quot;:3.24},{&quot;2026-07-18&quot;:3.14},{&quot;2026-07-19&quot;:2.94},{&quot;2026-07-20&quot;:2.9},{&quot;2026-07-21&quot;:2.83},{&quot;2026-07-22&quot;:2.76},{&quot;2026-07-23&quot;:2.7},{&quot;2026-07-24&quot;:2.78},{&quot;2026-07-25&quot;:2.89},{&quot;2026-07-26&quot;:3.06},{&quot;2026-07-27&quot;:3.21},{&quot;2026-07-28&quot;:3.19},{&quot;2026-07-29&quot;:3.22},{&quot;2026-07-30&quot;:3.29},{&quot;2026-07-31&quot;:3.28},{&quot;2026-08-01&quot;:3.34},{&quot;2026-08-02&quot;:3.24},{&quot;2026-08-03&quot;:3.05},{&quot;2026-08-04&quot;:3.02},{&quot;2026-08-05&quot;:2.98},{&quot;2026-08-07&quot;:2.96},{&quot;2026-08-08&quot;:3.02},{&quot;2026-08-09&quot;:2.99},{&quot;2026-08-10&quot;:3.17},{&quot;2026-08-11&quot;:3.18},{&quot;2026-08-12&quot;:3.18},{&quot;2026-08-13&quot;:3.23},{&quot;2026-08-14&quot;:3.22},{&quot;2026-08-15&quot;:3.22},{&quot;2026-08-16&quot;:3.2},{&quot;2026-08-17&quot;:3.27},{&quot;2026-08-18&quot;:3.38},{&quot;2026-08-19&quot;:3.52},{&quot;2026-08-20&quot;:3.42},{&quot;2026-08-21&quot;:3.34},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.18},{&quot;2026-08-25&quot;:3.26},{&quot;2026-08-26&quot;:3.25},{&quot;2026-08-27&quot;:3.27},{&quot;2026-08-28&quot;:3.34},{&quot;2026-08-29&quot;:3.34},{&quot;2026-08-30&quot;:3.16},{&quot;2026-08-31&quot;:3.23},{&quot;2026-09-01&quot;:3.3},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:3.14},{&quot;2026-09-04&quot;:3.11},{&quot;2026-09-05&quot;:2.99},{&quot;2026-09-06&quot;:2.99},{&quot;2026-09-07&quot;:2.95},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

        <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">
            Cauldron Familiar
        </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 — Cat</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cauldron Familiar" src="https://cards.scryfall.io/large/front/9/a/9a539a23-8383-4525-82dd-acfe1d219fe9.jpg?1783932642" />
    </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">
                $2.53
              </span>

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  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.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.17},{&quot;2026-06-13&quot;:3.17},{&quot;2026-06-14&quot;:3.17},{&quot;2026-06-15&quot;:3.09},{&quot;2026-06-16&quot;:3.09},{&quot;2026-06-17&quot;:3.09},{&quot;2026-06-18&quot;:3.4},{&quot;2026-06-19&quot;:3.42},{&quot;2026-06-20&quot;:3.42},{&quot;2026-06-21&quot;:3.41},{&quot;2026-06-22&quot;:3.41},{&quot;2026-06-23&quot;:3.41},{&quot;2026-06-24&quot;:3.41},{&quot;2026-06-25&quot;:3.41},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.45},{&quot;2026-06-28&quot;:3.45},{&quot;2026-06-29&quot;:3.45},{&quot;2026-06-30&quot;:3.45},{&quot;2026-07-01&quot;:3.4},{&quot;2026-07-02&quot;:3.4},{&quot;2026-07-03&quot;:3.44},{&quot;2026-07-04&quot;:3.55},{&quot;2026-07-05&quot;:3.56},{&quot;2026-07-06&quot;:3.56},{&quot;2026-07-07&quot;:3.56},{&quot;2026-07-08&quot;:3.55},{&quot;2026-07-09&quot;:3.55},{&quot;2026-07-10&quot;:3.56},{&quot;2026-07-11&quot;:3.56},{&quot;2026-07-12&quot;:3.56},{&quot;2026-07-13&quot;:3.56},{&quot;2026-07-14&quot;:3.56},{&quot;2026-07-15&quot;:3.56},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.86},{&quot;2026-07-18&quot;:4.14},{&quot;2026-07-19&quot;:4.14},{&quot;2026-07-20&quot;:4.14},{&quot;2026-07-21&quot;:4.14},{&quot;2026-07-23&quot;:4.24},{&quot;2026-07-25&quot;:4.24},{&quot;2026-07-26&quot;:4.24},{&quot;2026-07-27&quot;:4.24},{&quot;2026-07-28&quot;:4.24},{&quot;2026-07-29&quot;:4.24},{&quot;2026-07-30&quot;:4.24},{&quot;2026-07-31&quot;:4.24},{&quot;2026-08-01&quot;:4.43},{&quot;2026-08-02&quot;:4.5},{&quot;2026-08-03&quot;:4.5},{&quot;2026-08-04&quot;:4.5},{&quot;2026-08-05&quot;:4.5},{&quot;2026-08-07&quot;:4.5},{&quot;2026-08-08&quot;:4.5},{&quot;2026-08-09&quot;:4.44},{&quot;2026-08-10&quot;:4.44},{&quot;2026-08-11&quot;:4.44},{&quot;2026-08-12&quot;:4.44},{&quot;2026-08-13&quot;:4.44},{&quot;2026-08-14&quot;:4.44},{&quot;2026-08-15&quot;:4.44},{&quot;2026-08-16&quot;:4.44},{&quot;2026-08-17&quot;:4.44},{&quot;2026-08-18&quot;:4.28},{&quot;2026-08-19&quot;:4.28},{&quot;2026-08-20&quot;:4.28},{&quot;2026-08-21&quot;:4.28},{&quot;2026-08-22&quot;:4.28},{&quot;2026-08-23&quot;:4.28},{&quot;2026-08-24&quot;:4.28},{&quot;2026-08-25&quot;:4.28},{&quot;2026-08-26&quot;:4.28},{&quot;2026-08-27&quot;:4.28},{&quot;2026-08-28&quot;:4.33},{&quot;2026-08-29&quot;:4.33},{&quot;2026-08-30&quot;:4.34},{&quot;2026-08-31&quot;:4.34},{&quot;2026-09-01&quot;:4.34},{&quot;2026-09-02&quot;:4.33},{&quot;2026-09-03&quot;:4.33},{&quot;2026-09-04&quot;:4.31},{&quot;2026-09-05&quot;:4.31},{&quot;2026-09-06&quot;:4.4},{&quot;2026-09-07&quot;:4.4},{&quot;2026-09-08&quot;:4.08},{&quot;2026-09-09&quot;:4.05},{&quot;2026-09-10&quot;:4.05},{&quot;2026-09-11&quot;:4.07},{&quot;2026-09-12&quot;:4.07}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.75},{&quot;2026-06-13&quot;:2.88},{&quot;2026-06-14&quot;:2.78},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:3.03},{&quot;2026-06-18&quot;:2.96},{&quot;2026-06-19&quot;:3.0},{&quot;2026-06-20&quot;:3.06},{&quot;2026-06-21&quot;:3.09},{&quot;2026-06-22&quot;:3.04},{&quot;2026-06-23&quot;:3.05},{&quot;2026-06-24&quot;:2.93},{&quot;2026-06-25&quot;:2.65},{&quot;2026-06-26&quot;:2.19},{&quot;2026-06-27&quot;:2.12},{&quot;2026-06-28&quot;:1.77},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.92},{&quot;2026-07-01&quot;:2.16},{&quot;2026-07-02&quot;:2.33},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.24},{&quot;2026-07-06&quot;:2.3},{&quot;2026-07-07&quot;:2.26},{&quot;2026-07-08&quot;:2.35},{&quot;2026-07-09&quot;:2.49},{&quot;2026-07-10&quot;:2.53},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.19},{&quot;2026-07-13&quot;:2.16},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.15},{&quot;2026-07-18&quot;:2.2},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.03},{&quot;2026-07-21&quot;:2.1},{&quot;2026-07-23&quot;:2.36},{&quot;2026-07-25&quot;:2.37},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.49},{&quot;2026-07-28&quot;:2.28},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.58},{&quot;2026-08-01&quot;:2.61},{&quot;2026-08-02&quot;:2.7},{&quot;2026-08-03&quot;:2.8},{&quot;2026-08-04&quot;:2.69},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.81},{&quot;2026-08-08&quot;:2.86},{&quot;2026-08-09&quot;:2.76},{&quot;2026-08-10&quot;:2.77},{&quot;2026-08-11&quot;:2.73},{&quot;2026-08-12&quot;:2.68},{&quot;2026-08-13&quot;:2.56},{&quot;2026-08-14&quot;:2.4},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.51},{&quot;2026-08-18&quot;:2.49},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.47},{&quot;2026-08-21&quot;:2.48},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.78},{&quot;2026-08-24&quot;:2.78},{&quot;2026-08-25&quot;:2.78},{&quot;2026-08-26&quot;:2.72},{&quot;2026-08-27&quot;:2.79},{&quot;2026-08-28&quot;:2.67},{&quot;2026-08-29&quot;:2.67},{&quot;2026-08-30&quot;:2.4},{&quot;2026-08-31&quot;:2.37},{&quot;2026-09-01&quot;:2.37},{&quot;2026-09-02&quot;:2.25},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.26},{&quot;2026-09-06&quot;:2.26},{&quot;2026-09-07&quot;:2.36},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.42},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.55},{&quot;2026-09-12&quot;:2.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jidoor, Aristocratic Capital // Overture" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/98b2d5b5-f85b-4c42-a0f5-a76f6af304ba.jpg?1783906548" />

        <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">
            Jidoor, Aristocratic Capital 
        </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 — Town</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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Jidoor, Aristocratic Capital // Overture" src="https://cards.scryfall.io/large/front/9/8/98b2d5b5-f85b-4c42-a0f5-a76f6af304ba.jpg?1783906548" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Jidoor, Aristocratic Capital // Overture" src="https://cards.scryfall.io/large/front/9/8/98b2d5b5-f85b-4c42-a0f5-a76f6af304ba.jpg?1783906548" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.58
              </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">
                $2.53
              </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">$0.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.81},{&quot;2026-06-16&quot;:1.83},{&quot;2026-06-17&quot;:1.9},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.9},{&quot;2026-06-21&quot;:2.12},{&quot;2026-06-22&quot;:2.12},{&quot;2026-06-23&quot;:2.11},{&quot;2026-06-24&quot;:2.12},{&quot;2026-06-25&quot;:2.12},{&quot;2026-06-26&quot;:2.12},{&quot;2026-06-27&quot;:2.15},{&quot;2026-06-28&quot;:2.13},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.1},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.09},{&quot;2026-07-03&quot;:2.09},{&quot;2026-07-04&quot;:2.04},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.23},{&quot;2026-07-08&quot;:2.23},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.03},{&quot;2026-07-11&quot;:2.05},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.07},{&quot;2026-07-14&quot;:2.02},{&quot;2026-07-15&quot;:2.02},{&quot;2026-07-16&quot;:2.02},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:1.94},{&quot;2026-07-19&quot;:2.04},{&quot;2026-07-20&quot;:2.11},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-22&quot;:2.11},{&quot;2026-07-23&quot;:2.11},{&quot;2026-07-24&quot;:2.1},{&quot;2026-07-25&quot;:2.1},{&quot;2026-07-26&quot;:2.1},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.04},{&quot;2026-07-29&quot;:2.06},{&quot;2026-07-30&quot;:2.14},{&quot;2026-07-31&quot;:2.22},{&quot;2026-08-01&quot;:2.27},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.41},{&quot;2026-08-04&quot;:2.39},{&quot;2026-08-05&quot;:2.48},{&quot;2026-08-07&quot;:2.56},{&quot;2026-08-08&quot;:2.56},{&quot;2026-08-09&quot;:2.59},{&quot;2026-08-10&quot;:2.59},{&quot;2026-08-11&quot;:2.52},{&quot;2026-08-12&quot;:2.37},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.24},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.25},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.22},{&quot;2026-08-20&quot;:2.22},{&quot;2026-08-21&quot;:2.22},{&quot;2026-08-22&quot;:2.22},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.4},{&quot;2026-08-25&quot;:2.28},{&quot;2026-08-26&quot;:2.33},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.33},{&quot;2026-08-29&quot;:2.33},{&quot;2026-08-30&quot;:2.14},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.46},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.44},{&quot;2026-09-08&quot;:2.44},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.52},{&quot;2026-09-11&quot;:2.52},{&quot;2026-09-12&quot;:2.53}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.46},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.37},{&quot;2026-06-18&quot;:1.35},{&quot;2026-06-19&quot;:1.4},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.82},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.79},{&quot;2026-06-24&quot;:1.66},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.38},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.29},{&quot;2026-06-30&quot;:1.48},{&quot;2026-07-01&quot;:1.43},{&quot;2026-07-02&quot;:1.43},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.38},{&quot;2026-07-05&quot;:1.49},{&quot;2026-07-06&quot;:1.69},{&quot;2026-07-07&quot;:1.78},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.65},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.59},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.39},{&quot;2026-07-17&quot;:1.42},{&quot;2026-07-18&quot;:1.27},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.5},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-22&quot;:1.96},{&quot;2026-07-23&quot;:2.0},{&quot;2026-07-24&quot;:2.09},{&quot;2026-07-25&quot;:2.03},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.22},{&quot;2026-07-28&quot;:2.05},{&quot;2026-07-29&quot;:1.96},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:2.08},{&quot;2026-08-01&quot;:2.11},{&quot;2026-08-02&quot;:1.82},{&quot;2026-08-03&quot;:1.79},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:2.32},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.65},{&quot;2026-08-10&quot;:2.03},{&quot;2026-08-11&quot;:1.93},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.63},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.46},{&quot;2026-08-19&quot;:1.38},{&quot;2026-08-20&quot;:1.35},{&quot;2026-08-21&quot;:1.38},{&quot;2026-08-22&quot;:1.37},{&quot;2026-08-23&quot;:1.35},{&quot;2026-08-24&quot;:1.4},{&quot;2026-08-25&quot;:1.34},{&quot;2026-08-26&quot;:1.28},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.16},{&quot;2026-08-29&quot;:1.16},{&quot;2026-08-30&quot;:1.12},{&quot;2026-08-31&quot;:1.15},{&quot;2026-09-01&quot;:1.29},{&quot;2026-09-02&quot;:1.37},{&quot;2026-09-03&quot;:1.46},{&quot;2026-09-04&quot;:1.47},{&quot;2026-09-05&quot;:1.55},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.74},{&quot;2026-09-08&quot;:1.65},{&quot;2026-09-09&quot;:1.7},{&quot;2026-09-10&quot;:1.62},{&quot;2026-09-11&quot;:1.62},{&quot;2026-09-12&quot;:1.58}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96258"
  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-eoc 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">
            Nature&#39;s Lore
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nature&#39;s Lore" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/b/5b42a79a-1f08-4e15-b40e-c993307ae066.jpg?1782685648" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nature&#39;s Lore" src="https://cards.scryfall.io/large/front/5/b/5b42a79a-1f08-4e15-b40e-c993307ae066.jpg?1782685648" />
    </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">
                $2.53
              </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.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:3.2},{&quot;2026-06-15&quot;:3.4},{&quot;2026-06-16&quot;:3.35},{&quot;2026-06-17&quot;:3.25},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:3.27},{&quot;2026-06-20&quot;:3.3},{&quot;2026-06-21&quot;:3.3},{&quot;2026-06-22&quot;:3.31},{&quot;2026-06-23&quot;:3.26},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.22},{&quot;2026-06-26&quot;:3.29},{&quot;2026-06-27&quot;:3.34},{&quot;2026-06-28&quot;:3.35},{&quot;2026-06-29&quot;:2.97},{&quot;2026-06-30&quot;:3.02},{&quot;2026-07-01&quot;:3.03},{&quot;2026-07-02&quot;:3.23},{&quot;2026-07-03&quot;:3.36},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.3},{&quot;2026-07-06&quot;:3.18},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.24},{&quot;2026-07-09&quot;:3.27},{&quot;2026-07-10&quot;:3.34},{&quot;2026-07-11&quot;:3.31},{&quot;2026-07-12&quot;:3.27},{&quot;2026-07-13&quot;:3.27},{&quot;2026-07-14&quot;:3.26},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.25},{&quot;2026-07-17&quot;:3.25},{&quot;2026-07-18&quot;:3.41},{&quot;2026-07-19&quot;:3.45},{&quot;2026-07-20&quot;:3.46},{&quot;2026-07-21&quot;:3.3},{&quot;2026-07-22&quot;:3.07},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:3.0},{&quot;2026-07-25&quot;:2.98},{&quot;2026-07-26&quot;:2.98},{&quot;2026-07-27&quot;:3.21},{&quot;2026-07-28&quot;:3.22},{&quot;2026-07-29&quot;:3.23},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.21},{&quot;2026-08-01&quot;:3.1},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.38},{&quot;2026-08-04&quot;:3.39},{&quot;2026-08-05&quot;:3.26},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.23},{&quot;2026-08-09&quot;:3.23},{&quot;2026-08-10&quot;:3.22},{&quot;2026-08-11&quot;:3.16},{&quot;2026-08-12&quot;:2.95},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.33},{&quot;2026-08-15&quot;:3.33},{&quot;2026-08-16&quot;:3.28},{&quot;2026-08-17&quot;:3.24},{&quot;2026-08-18&quot;:3.39},{&quot;2026-08-19&quot;:3.43},{&quot;2026-08-20&quot;:3.4},{&quot;2026-08-21&quot;:3.33},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.26},{&quot;2026-08-24&quot;:3.2},{&quot;2026-08-25&quot;:3.19},{&quot;2026-08-26&quot;:3.18},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.21},{&quot;2026-09-02&quot;:2.28},{&quot;2026-09-03&quot;:2.34},{&quot;2026-09-04&quot;:2.46},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.41},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.42},{&quot;2026-09-09&quot;:2.48},{&quot;2026-09-10&quot;:2.52},{&quot;2026-09-11&quot;:2.52},{&quot;2026-09-12&quot;:2.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98973"
  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-ecl 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">
            High Perfect Morcant
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              30%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="High Perfect Morcant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/f/dfe7b8bf-c150-4be0-aef4-e8bb6f09787a.jpg?1783904407" />

        <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">
            High Perfect Morcant
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="High Perfect Morcant" src="https://cards.scryfall.io/large/front/d/f/dfe7b8bf-c150-4be0-aef4-e8bb6f09787a.jpg?1783904407" />
    </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">
                $2.53
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:1.72},{&quot;2026-06-11&quot;:1.78},{&quot;2026-06-12&quot;:1.78},{&quot;2026-06-13&quot;:1.7},{&quot;2026-06-14&quot;:1.7},{&quot;2026-06-15&quot;:1.69},{&quot;2026-06-16&quot;:1.65},{&quot;2026-06-17&quot;:1.65},{&quot;2026-06-18&quot;:1.68},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.69},{&quot;2026-06-21&quot;:1.68},{&quot;2026-06-22&quot;:1.68},{&quot;2026-06-24&quot;:1.68},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.61},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.57},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.57},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.58},{&quot;2026-07-16&quot;:1.58},{&quot;2026-07-17&quot;:1.58},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.58},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-23&quot;:1.49},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.64},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.6},{&quot;2026-07-31&quot;:1.57},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.41},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.48},{&quot;2026-08-14&quot;:1.49},{&quot;2026-08-15&quot;:1.5},{&quot;2026-08-16&quot;:1.57},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.52},{&quot;2026-08-19&quot;:1.49},{&quot;2026-08-20&quot;:1.49},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.78},{&quot;2026-08-29&quot;:1.78},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.7},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.74},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:2.07},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:1.99},{&quot;2026-09-11&quot;:2.11},{&quot;2026-09-12&quot;:2.11}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.51},{&quot;2026-06-11&quot;:1.5},{&quot;2026-06-12&quot;:1.42},{&quot;2026-06-13&quot;:1.4},{&quot;2026-06-14&quot;:1.44},{&quot;2026-06-15&quot;:1.35},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.39},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.2},{&quot;2026-06-21&quot;:1.1},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-24&quot;:1.08},{&quot;2026-06-25&quot;:1.1},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.09},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.17},{&quot;2026-07-02&quot;:1.12},{&quot;2026-07-03&quot;:1.11},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.01},{&quot;2026-07-06&quot;:1.04},{&quot;2026-07-07&quot;:1.04},{&quot;2026-07-08&quot;:0.9},{&quot;2026-07-09&quot;:0.87},{&quot;2026-07-10&quot;:0.91},{&quot;2026-07-11&quot;:0.97},{&quot;2026-07-12&quot;:0.95},{&quot;2026-07-13&quot;:0.95},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.98},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:0.86},{&quot;2026-07-18&quot;:0.86},{&quot;2026-07-19&quot;:0.86},{&quot;2026-07-20&quot;:1.01},{&quot;2026-07-21&quot;:0.89},{&quot;2026-07-23&quot;:0.96},{&quot;2026-07-25&quot;:0.96},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.15},{&quot;2026-07-29&quot;:1.09},{&quot;2026-07-30&quot;:1.06},{&quot;2026-07-31&quot;:1.03},{&quot;2026-08-01&quot;:0.93},{&quot;2026-08-02&quot;:1.08},{&quot;2026-08-03&quot;:1.09},{&quot;2026-08-04&quot;:0.99},{&quot;2026-08-05&quot;:1.08},{&quot;2026-08-07&quot;:1.01},{&quot;2026-08-08&quot;:1.01},{&quot;2026-08-09&quot;:1.34},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.11},{&quot;2026-08-13&quot;:1.19},{&quot;2026-08-14&quot;:1.28},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.27},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.48},{&quot;2026-08-21&quot;:1.84},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:2.12},{&quot;2026-08-27&quot;:2.09},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:1.58},{&quot;2026-08-31&quot;:1.73},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.43},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.34},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:1.84},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.28},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="9266"
  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">
            Treasure Nabber
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Goblin Rogue
      </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">
            $2.52
          </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="Treasure Nabber" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/c/6c6049a0-2c13-41ae-8c73-978be8b13031.jpg?1783934335" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Treasure Nabber
        </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 Rogue</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="Treasure Nabber" src="https://cards.scryfall.io/large/front/6/c/6c6049a0-2c13-41ae-8c73-978be8b13031.jpg?1783934335" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;:2.54},{&quot;2026-06-12&quot;:2.54},{&quot;2026-06-13&quot;:2.54},{&quot;2026-06-14&quot;:2.57},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.57},{&quot;2026-06-17&quot;:2.57},{&quot;2026-06-18&quot;:2.57},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.43},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.33},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.33},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.3},{&quot;2026-06-30&quot;:2.3},{&quot;2026-07-01&quot;:2.3},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.26},{&quot;2026-07-07&quot;:2.26},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.28},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.19},{&quot;2026-07-14&quot;:2.18},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.18},{&quot;2026-07-17&quot;:2.18},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.18},{&quot;2026-07-20&quot;:2.18},{&quot;2026-07-21&quot;:2.17},{&quot;2026-07-23&quot;:2.24},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.3},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.36},{&quot;2026-08-03&quot;:2.36},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.44},{&quot;2026-08-13&quot;:2.34},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.4},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.47},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.47},{&quot;2026-09-03&quot;:2.57},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.55},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.55},{&quot;2026-09-09&quot;:2.55},{&quot;2026-09-10&quot;:2.55},{&quot;2026-09-11&quot;:2.56},{&quot;2026-09-12&quot;:2.52}]}"
        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="20495"
  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">
            Devoted Druid
        </span>


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Devoted Druid" src="https://cards.scryfall.io/large/front/1/a/1ab94f16-778d-4437-a1b9-2f67cd214cc0.jpg?1783921871" />
    </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">
                $2.52
              </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">
                $2.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">$0.50</span>
              <span class="text-xs text-grey-text">Credit: $0.65</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.98},{&quot;2026-06-12&quot;:1.93},{&quot;2026-06-13&quot;:1.93},{&quot;2026-06-14&quot;:1.95},{&quot;2026-06-15&quot;:1.95},{&quot;2026-06-16&quot;:1.95},{&quot;2026-06-17&quot;:1.95},{&quot;2026-06-18&quot;:1.95},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.9},{&quot;2026-06-21&quot;:1.9},{&quot;2026-06-22&quot;:1.9},{&quot;2026-06-23&quot;:1.9},{&quot;2026-06-24&quot;:1.9},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:1.89},{&quot;2026-06-27&quot;:1.89},{&quot;2026-06-28&quot;:1.86},{&quot;2026-06-29&quot;:1.86},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.81},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.77},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.78},{&quot;2026-07-06&quot;:1.78},{&quot;2026-07-07&quot;:1.78},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.76},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:1.74},{&quot;2026-07-12&quot;:1.74},{&quot;2026-07-13&quot;:1.74},{&quot;2026-07-14&quot;:1.69},{&quot;2026-07-15&quot;:1.69},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.71},{&quot;2026-07-20&quot;:1.71},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-29&quot;:1.59},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.59},{&quot;2026-08-01&quot;:1.59},{&quot;2026-08-02&quot;:1.59},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:1.57},{&quot;2026-08-07&quot;:1.58},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.63},{&quot;2026-08-12&quot;:1.65},{&quot;2026-08-13&quot;:1.63},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.62},{&quot;2026-08-17&quot;:1.62},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.71},{&quot;2026-08-21&quot;:1.86},{&quot;2026-08-22&quot;:1.89},{&quot;2026-08-23&quot;:1.88},{&quot;2026-08-24&quot;:1.86},{&quot;2026-08-25&quot;:1.86},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:1.9},{&quot;2026-08-29&quot;:1.9},{&quot;2026-08-30&quot;:1.96},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.94},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.41},{&quot;2026-09-06&quot;:2.52},{&quot;2026-09-07&quot;:2.52},{&quot;2026-09-08&quot;:2.49},{&quot;2026-09-09&quot;:2.51},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.51}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.01},{&quot;2026-06-12&quot;:1.03},{&quot;2026-06-13&quot;:1.03},{&quot;2026-06-14&quot;:1.03},{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:1.01},{&quot;2026-06-17&quot;:1.01},{&quot;2026-06-18&quot;:1.01},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:1.02},{&quot;2026-06-21&quot;:1.08},{&quot;2026-06-22&quot;:1.08},{&quot;2026-06-23&quot;:1.08},{&quot;2026-06-24&quot;:1.08},{&quot;2026-06-25&quot;:1.07},{&quot;2026-06-26&quot;:1.07},{&quot;2026-06-27&quot;:1.07},{&quot;2026-06-28&quot;:1.07},{&quot;2026-06-29&quot;:1.09},{&quot;2026-06-30&quot;:1.09},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.09},{&quot;2026-07-03&quot;:1.09},{&quot;2026-07-04&quot;:1.09},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.08},{&quot;2026-07-07&quot;:1.08},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.11},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.11},{&quot;2026-07-12&quot;:1.09},{&quot;2026-07-13&quot;:1.09},{&quot;2026-07-14&quot;:1.04},{&quot;2026-07-15&quot;:1.04},{&quot;2026-07-16&quot;:1.04},{&quot;2026-07-17&quot;:1.04},{&quot;2026-07-18&quot;:1.04},{&quot;2026-07-19&quot;:1.04},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:0.94},{&quot;2026-07-23&quot;:0.94},{&quot;2026-07-25&quot;:0.94},{&quot;2026-07-26&quot;:0.94},{&quot;2026-07-27&quot;:0.96},{&quot;2026-07-29&quot;:1.05},{&quot;2026-07-30&quot;:1.05},{&quot;2026-07-31&quot;:1.05},{&quot;2026-08-01&quot;:1.06},{&quot;2026-08-02&quot;:1.07},{&quot;2026-08-03&quot;:1.11},{&quot;2026-08-04&quot;:1.09},{&quot;2026-08-05&quot;:1.11},{&quot;2026-08-07&quot;:1.06},{&quot;2026-08-08&quot;:1.04},{&quot;2026-08-09&quot;:1.06},{&quot;2026-08-10&quot;:1.19},{&quot;2026-08-11&quot;:1.17},{&quot;2026-08-12&quot;:1.22},{&quot;2026-08-13&quot;:1.31},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.32},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.31},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.38},{&quot;2026-08-20&quot;:1.38},{&quot;2026-08-21&quot;:1.39},{&quot;2026-08-22&quot;:1.21},{&quot;2026-08-23&quot;:1.1},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:2.15},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:2.14},{&quot;2026-09-01&quot;:2.14},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.18},{&quot;2026-09-04&quot;:2.28},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.61},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:3.05},{&quot;2026-09-09&quot;:2.91},{&quot;2026-09-10&quot;:2.57},{&quot;2026-09-11&quot;:2.52},{&quot;2026-09-12&quot;:2.52}]}"
        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="90262"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-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">
            Boltwave
        </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">
              ↓
              17%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.52
          </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="Boltwave" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d1ec351-5e70-4eb2-b590-6bff94ef8178.jpg?1783909105" />

        <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">
            Boltwave
        </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-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="Boltwave" src="https://cards.scryfall.io/large/front/8/d/8d1ec351-5e70-4eb2-b590-6bff94ef8178.jpg?1783909105" />
    </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">
                $2.52
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:3.16},{&quot;2026-06-14&quot;:3.24},{&quot;2026-06-15&quot;:3.26},{&quot;2026-06-16&quot;:3.35},{&quot;2026-06-17&quot;:3.58},{&quot;2026-06-18&quot;:3.5},{&quot;2026-06-19&quot;:3.57},{&quot;2026-06-20&quot;:3.91},{&quot;2026-06-21&quot;:3.91},{&quot;2026-06-22&quot;:3.89},{&quot;2026-06-23&quot;:3.95},{&quot;2026-06-24&quot;:3.95},{&quot;2026-06-25&quot;:3.95},{&quot;2026-06-26&quot;:3.95},{&quot;2026-06-27&quot;:3.95},{&quot;2026-06-28&quot;:3.83},{&quot;2026-06-29&quot;:3.83},{&quot;2026-06-30&quot;:3.82},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.79},{&quot;2026-07-03&quot;:3.47},{&quot;2026-07-04&quot;:3.4},{&quot;2026-07-05&quot;:3.44},{&quot;2026-07-06&quot;:3.48},{&quot;2026-07-07&quot;:3.6},{&quot;2026-07-08&quot;:3.6},{&quot;2026-07-09&quot;:3.39},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.29},{&quot;2026-07-12&quot;:3.29},{&quot;2026-07-13&quot;:3.37},{&quot;2026-07-14&quot;:3.33},{&quot;2026-07-15&quot;:3.42},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.48},{&quot;2026-07-18&quot;:3.48},{&quot;2026-07-19&quot;:3.48},{&quot;2026-07-20&quot;:3.3},{&quot;2026-07-21&quot;:3.23},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-24&quot;:3.14},{&quot;2026-07-25&quot;:3.11},{&quot;2026-07-26&quot;:3.18},{&quot;2026-07-27&quot;:3.12},{&quot;2026-07-28&quot;:3.12},{&quot;2026-07-29&quot;:3.18},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.17},{&quot;2026-08-01&quot;:3.19},{&quot;2026-08-02&quot;:3.24},{&quot;2026-08-03&quot;:3.21},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.48},{&quot;2026-08-07&quot;:3.47},{&quot;2026-08-08&quot;:3.47},{&quot;2026-08-09&quot;:3.69},{&quot;2026-08-10&quot;:3.64},{&quot;2026-08-11&quot;:3.53},{&quot;2026-08-12&quot;:3.43},{&quot;2026-08-13&quot;:3.78},{&quot;2026-08-14&quot;:4.2},{&quot;2026-08-15&quot;:4.21},{&quot;2026-08-16&quot;:4.21},{&quot;2026-08-17&quot;:4.48},{&quot;2026-08-18&quot;:4.33},{&quot;2026-08-19&quot;:4.37},{&quot;2026-08-20&quot;:4.37},{&quot;2026-08-21&quot;:4.55},{&quot;2026-08-22&quot;:4.56},{&quot;2026-08-23&quot;:4.55},{&quot;2026-08-24&quot;:4.53},{&quot;2026-08-25&quot;:4.53},{&quot;2026-08-26&quot;:4.36},{&quot;2026-08-27&quot;:4.22},{&quot;2026-08-28&quot;:4.22},{&quot;2026-08-29&quot;:4.22},{&quot;2026-08-30&quot;:4.12},{&quot;2026-08-31&quot;:4.12},{&quot;2026-09-01&quot;:4.17},{&quot;2026-09-02&quot;:4.17},{&quot;2026-09-03&quot;:4.15},{&quot;2026-09-04&quot;:4.12},{&quot;2026-09-05&quot;:4.24},{&quot;2026-09-06&quot;:4.24},{&quot;2026-09-07&quot;:4.08},{&quot;2026-09-08&quot;:4.0},{&quot;2026-09-09&quot;:3.82},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.69},{&quot;2026-09-12&quot;:3.61}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:3.4},{&quot;2026-06-15&quot;:3.0},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.75},{&quot;2026-06-18&quot;:3.43},{&quot;2026-06-19&quot;:3.41},{&quot;2026-06-20&quot;:3.12},{&quot;2026-06-21&quot;:3.05},{&quot;2026-06-22&quot;:2.79},{&quot;2026-06-23&quot;:2.47},{&quot;2026-06-24&quot;:2.47},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.44},{&quot;2026-06-27&quot;:2.2},{&quot;2026-06-28&quot;:2.09},{&quot;2026-06-29&quot;:2.0},{&quot;2026-06-30&quot;:2.12},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.34},{&quot;2026-07-03&quot;:2.12},{&quot;2026-07-04&quot;:2.29},{&quot;2026-07-05&quot;:2.49},{&quot;2026-07-06&quot;:2.6},{&quot;2026-07-07&quot;:2.83},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.88},{&quot;2026-07-11&quot;:2.86},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.6},{&quot;2026-07-14&quot;:2.6},{&quot;2026-07-15&quot;:2.69},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.6},{&quot;2026-07-18&quot;:2.72},{&quot;2026-07-19&quot;:2.71},{&quot;2026-07-20&quot;:2.63},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-24&quot;:2.52},{&quot;2026-07-25&quot;:2.64},{&quot;2026-07-26&quot;:2.47},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-28&quot;:2.52},{&quot;2026-07-29&quot;:2.69},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:3.36},{&quot;2026-08-02&quot;:3.15},{&quot;2026-08-03&quot;:3.17},{&quot;2026-08-04&quot;:3.28},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.93},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:3.09},{&quot;2026-08-11&quot;:3.41},{&quot;2026-08-12&quot;:3.35},{&quot;2026-08-13&quot;:3.55},{&quot;2026-08-14&quot;:3.34},{&quot;2026-08-15&quot;:3.3},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:2.74},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.99},{&quot;2026-08-20&quot;:2.99},{&quot;2026-08-21&quot;:3.01},{&quot;2026-08-22&quot;:3.14},{&quot;2026-08-23&quot;:3.02},{&quot;2026-08-24&quot;:2.98},{&quot;2026-08-25&quot;:3.04},{&quot;2026-08-26&quot;:3.01},{&quot;2026-08-27&quot;:2.99},{&quot;2026-08-28&quot;:2.96},{&quot;2026-08-29&quot;:2.96},{&quot;2026-08-30&quot;:2.72},{&quot;2026-08-31&quot;:2.82},{&quot;2026-09-01&quot;:2.78},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.9},{&quot;2026-09-04&quot;:2.99},{&quot;2026-09-05&quot;:3.05},{&quot;2026-09-06&quot;:3.05},{&quot;2026-09-07&quot;:3.28},{&quot;2026-09-08&quot;:3.41},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.04},{&quot;2026-09-11&quot;:2.61},{&quot;2026-09-12&quot;:2.52}]}"
        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="92620"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.52
          </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="Emet-Selch, Unsundered // Hades, Sorcerer of Eld" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/5/75cf4eb8-33e7-4dfc-b890-a7e3b5c1b9d5.jpg?1783906579" />

        <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">
            Emet-Selch, Unsundered 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Emet-Selch, Unsundered // Hades, Sorcerer of Eld" src="https://cards.scryfall.io/large/front/7/5/75cf4eb8-33e7-4dfc-b890-a7e3b5c1b9d5.jpg?1783906579" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Emet-Selch, Unsundered // Hades, Sorcerer of Eld" src="https://cards.scryfall.io/large/back/7/5/75cf4eb8-33e7-4dfc-b890-a7e3b5c1b9d5.jpg?1783906579" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.46},{&quot;2026-06-11&quot;:3.44},{&quot;2026-06-12&quot;:3.42},{&quot;2026-06-13&quot;:3.43},{&quot;2026-06-14&quot;:3.43},{&quot;2026-06-15&quot;:3.42},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.41},{&quot;2026-06-18&quot;:3.41},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:3.55},{&quot;2026-06-21&quot;:4.13},{&quot;2026-06-22&quot;:4.2},{&quot;2026-06-24&quot;:4.13},{&quot;2026-06-25&quot;:4.13},{&quot;2026-06-26&quot;:4.13},{&quot;2026-06-27&quot;:4.04},{&quot;2026-06-28&quot;:4.05},{&quot;2026-06-29&quot;:4.23},{&quot;2026-06-30&quot;:4.23},{&quot;2026-07-01&quot;:4.41},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.44},{&quot;2026-07-04&quot;:4.47},{&quot;2026-07-05&quot;:4.47},{&quot;2026-07-06&quot;:4.47},{&quot;2026-07-07&quot;:4.35},{&quot;2026-07-08&quot;:4.37},{&quot;2026-07-09&quot;:4.37},{&quot;2026-07-10&quot;:4.37},{&quot;2026-07-11&quot;:4.37},{&quot;2026-07-12&quot;:4.43},{&quot;2026-07-13&quot;:4.43},{&quot;2026-07-14&quot;:4.46},{&quot;2026-07-15&quot;:4.46},{&quot;2026-07-16&quot;:4.42},{&quot;2026-07-17&quot;:4.42},{&quot;2026-07-18&quot;:4.49},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.74},{&quot;2026-07-21&quot;:4.66},{&quot;2026-07-23&quot;:3.99},{&quot;2026-07-25&quot;:4.05},{&quot;2026-07-26&quot;:4.05},{&quot;2026-07-27&quot;:4.07},{&quot;2026-07-29&quot;:4.07},{&quot;2026-07-30&quot;:3.67},{&quot;2026-07-31&quot;:3.64},{&quot;2026-08-01&quot;:3.64},{&quot;2026-08-02&quot;:3.68},{&quot;2026-08-03&quot;:3.77},{&quot;2026-08-04&quot;:3.77},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.67},{&quot;2026-08-08&quot;:3.59},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.46},{&quot;2026-08-11&quot;:4.0},{&quot;2026-08-12&quot;:4.0},{&quot;2026-08-13&quot;:3.91},{&quot;2026-08-14&quot;:3.91},{&quot;2026-08-15&quot;:3.8},{&quot;2026-08-16&quot;:3.8},{&quot;2026-08-17&quot;:3.8},{&quot;2026-08-18&quot;:3.8},{&quot;2026-08-19&quot;:3.8},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:3.89},{&quot;2026-08-22&quot;:3.89},{&quot;2026-08-23&quot;:3.85},{&quot;2026-08-24&quot;:3.89},{&quot;2026-08-25&quot;:3.89},{&quot;2026-08-26&quot;:4.17},{&quot;2026-08-27&quot;:4.15},{&quot;2026-08-28&quot;:4.14},{&quot;2026-08-29&quot;:4.14},{&quot;2026-08-30&quot;:4.17},{&quot;2026-08-31&quot;:4.32},{&quot;2026-09-01&quot;:4.32},{&quot;2026-09-02&quot;:4.28},{&quot;2026-09-03&quot;:4.28},{&quot;2026-09-04&quot;:4.28},{&quot;2026-09-05&quot;:4.25},{&quot;2026-09-06&quot;:4.25},{&quot;2026-09-07&quot;:4.25},{&quot;2026-09-08&quot;:4.25},{&quot;2026-09-09&quot;:3.59},{&quot;2026-09-10&quot;:3.53},{&quot;2026-09-11&quot;:3.53},{&quot;2026-09-12&quot;:3.73}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.07},{&quot;2026-06-11&quot;:3.1},{&quot;2026-06-12&quot;:3.07},{&quot;2026-06-13&quot;:3.19},{&quot;2026-06-14&quot;:3.22},{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.89},{&quot;2026-06-19&quot;:2.89},{&quot;2026-06-20&quot;:2.77},{&quot;2026-06-21&quot;:2.52},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-24&quot;:2.54},{&quot;2026-06-25&quot;:2.53},{&quot;2026-06-26&quot;:2.45},{&quot;2026-06-27&quot;:2.46},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.72},{&quot;2026-06-30&quot;:3.02},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.22},{&quot;2026-07-03&quot;:3.08},{&quot;2026-07-04&quot;:2.98},{&quot;2026-07-05&quot;:3.05},{&quot;2026-07-06&quot;:3.16},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.85},{&quot;2026-07-09&quot;:2.85},{&quot;2026-07-10&quot;:2.78},{&quot;2026-07-11&quot;:2.64},{&quot;2026-07-12&quot;:2.6},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.7},{&quot;2026-07-15&quot;:2.74},{&quot;2026-07-16&quot;:2.57},{&quot;2026-07-17&quot;:2.74},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.81},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.47},{&quot;2026-07-23&quot;:2.43},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.24},{&quot;2026-07-27&quot;:2.35},{&quot;2026-07-29&quot;:2.3},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.57},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:3.0},{&quot;2026-08-03&quot;:2.95},{&quot;2026-08-04&quot;:2.99},{&quot;2026-08-05&quot;:2.94},{&quot;2026-08-07&quot;:2.83},{&quot;2026-08-08&quot;:2.91},{&quot;2026-08-09&quot;:2.93},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.61},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.3},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.36},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.38},{&quot;2026-08-19&quot;:2.16},{&quot;2026-08-20&quot;:2.16},{&quot;2026-08-21&quot;:2.22},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.66},{&quot;2026-08-24&quot;:2.73},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.73},{&quot;2026-08-28&quot;:2.95},{&quot;2026-08-29&quot;:2.95},{&quot;2026-08-30&quot;:2.57},{&quot;2026-08-31&quot;:2.64},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.58},{&quot;2026-09-03&quot;:2.67},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.59},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.54},{&quot;2026-09-11&quot;:2.6},{&quot;2026-09-12&quot;:2.52}]}"
        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="109001"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.52
          </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="Blood Artist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/5/b5275d76-2947-4219-be21-614c7421614a.jpg?1782683228" />

        <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">
            Blood Artist
        </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 — Vampire</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="Blood Artist" src="https://cards.scryfall.io/large/front/b/5/b5275d76-2947-4219-be21-614c7421614a.jpg?1782683228" />
    </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">
                $2.52
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</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;:1.63},{&quot;2026-06-14&quot;:1.62},{&quot;2026-06-15&quot;:1.6},{&quot;2026-06-16&quot;:1.65},{&quot;2026-06-17&quot;:1.49},{&quot;2026-06-18&quot;:1.46},{&quot;2026-06-19&quot;:1.59},{&quot;2026-06-20&quot;:1.6},{&quot;2026-06-21&quot;:1.65},{&quot;2026-06-22&quot;:1.65},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.65},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.65},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.75},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.84},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.82},{&quot;2026-07-06&quot;:1.81},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.86},{&quot;2026-07-09&quot;:1.9},{&quot;2026-07-10&quot;:2.25},{&quot;2026-07-11&quot;:2.39},{&quot;2026-07-12&quot;:2.09},{&quot;2026-07-13&quot;:1.86},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:1.82},{&quot;2026-07-16&quot;:1.8},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.75},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.9},{&quot;2026-07-21&quot;:1.94},{&quot;2026-07-23&quot;:2.03},{&quot;2026-07-24&quot;:2.14},{&quot;2026-07-25&quot;:2.26},{&quot;2026-07-26&quot;:2.14},{&quot;2026-07-27&quot;:2.14},{&quot;2026-07-28&quot;:2.13},{&quot;2026-07-29&quot;:2.27},{&quot;2026-07-30&quot;:2.27},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.6},{&quot;2026-08-02&quot;:2.69},{&quot;2026-08-03&quot;:2.69},{&quot;2026-08-04&quot;:2.68},{&quot;2026-08-05&quot;:2.69},{&quot;2026-08-07&quot;:2.91},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:2.9},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:2.85},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.78},{&quot;2026-08-15&quot;:2.72},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.87},{&quot;2026-08-18&quot;:3.0},{&quot;2026-08-19&quot;:3.1},{&quot;2026-08-20&quot;:3.1},{&quot;2026-08-21&quot;:3.25},{&quot;2026-08-22&quot;:3.37},{&quot;2026-08-23&quot;:3.45},{&quot;2026-08-24&quot;:3.54},{&quot;2026-08-25&quot;:3.54},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.63},{&quot;2026-08-28&quot;:3.63},{&quot;2026-08-29&quot;:3.63},{&quot;2026-08-30&quot;:3.85},{&quot;2026-08-31&quot;:3.78},{&quot;2026-09-01&quot;:3.6},{&quot;2026-09-02&quot;:3.63},{&quot;2026-09-03&quot;:3.62},{&quot;2026-09-04&quot;:3.57},{&quot;2026-09-05&quot;:3.5},{&quot;2026-09-06&quot;:3.45},{&quot;2026-09-07&quot;:3.42},{&quot;2026-09-08&quot;:3.44},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:2.75},{&quot;2026-09-11&quot;:2.55},{&quot;2026-09-12&quot;:2.52}]}"
        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="16160"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

        <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">
            Feline Sovereign
        </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 — Cat</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="Feline Sovereign" src="https://cards.scryfall.io/large/front/8/4/84a9485a-d356-4cbe-b257-b62008a21328.jpg?1783930677" />
    </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">
                $2.51
              </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">
                $1.30
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.12},{&quot;2026-06-12&quot;:1.12},{&quot;2026-06-13&quot;:1.1},{&quot;2026-06-14&quot;:1.1},{&quot;2026-06-15&quot;:1.12},{&quot;2026-06-16&quot;:1.12},{&quot;2026-06-17&quot;:1.12},{&quot;2026-06-18&quot;:1.11},{&quot;2026-06-19&quot;:1.11},{&quot;2026-06-20&quot;:1.11},{&quot;2026-06-21&quot;:1.11},{&quot;2026-06-22&quot;:1.11},{&quot;2026-06-23&quot;:1.11},{&quot;2026-06-24&quot;:1.11},{&quot;2026-06-25&quot;:1.11},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.13},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.13},{&quot;2026-07-01&quot;:1.13},{&quot;2026-07-02&quot;:1.12},{&quot;2026-07-03&quot;:0.99},{&quot;2026-07-04&quot;:1.01},{&quot;2026-07-05&quot;:1.01},{&quot;2026-07-06&quot;:1.01},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.01},{&quot;2026-07-09&quot;:1.04},{&quot;2026-07-10&quot;:1.04},{&quot;2026-07-11&quot;:1.04},{&quot;2026-07-12&quot;:1.04},{&quot;2026-07-13&quot;:1.04},{&quot;2026-07-14&quot;:1.04},{&quot;2026-07-15&quot;:1.05},{&quot;2026-07-16&quot;:1.05},{&quot;2026-07-17&quot;:1.05},{&quot;2026-07-18&quot;:1.05},{&quot;2026-07-19&quot;:1.05},{&quot;2026-07-20&quot;:1.06},{&quot;2026-07-21&quot;:1.07},{&quot;2026-07-23&quot;:1.09},{&quot;2026-07-25&quot;:1.09},{&quot;2026-07-26&quot;:1.09},{&quot;2026-07-27&quot;:1.09},{&quot;2026-07-29&quot;:1.09},{&quot;2026-07-30&quot;:1.1},{&quot;2026-07-31&quot;:1.1},{&quot;2026-08-01&quot;:1.1},{&quot;2026-08-02&quot;:1.1},{&quot;2026-08-03&quot;:1.11},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.13},{&quot;2026-08-07&quot;:1.13},{&quot;2026-08-08&quot;:1.13},{&quot;2026-08-09&quot;:1.13},{&quot;2026-08-10&quot;:1.13},{&quot;2026-08-11&quot;:1.13},{&quot;2026-08-12&quot;:1.13},{&quot;2026-08-13&quot;:1.13},{&quot;2026-08-14&quot;:1.13},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.18},{&quot;2026-08-17&quot;:1.19},{&quot;2026-08-18&quot;:1.19},{&quot;2026-08-19&quot;:1.19},{&quot;2026-08-20&quot;:1.19},{&quot;2026-08-21&quot;:1.19},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.26},{&quot;2026-08-24&quot;:1.26},{&quot;2026-08-25&quot;:1.26},{&quot;2026-08-26&quot;:1.26},{&quot;2026-08-27&quot;:1.26},{&quot;2026-08-28&quot;:1.26},{&quot;2026-08-29&quot;:1.26},{&quot;2026-08-30&quot;:1.26},{&quot;2026-08-31&quot;:1.26},{&quot;2026-09-01&quot;:1.26},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.23},{&quot;2026-09-04&quot;:1.24},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.24},{&quot;2026-09-07&quot;:1.24},{&quot;2026-09-08&quot;:1.24},{&quot;2026-09-09&quot;:1.28},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.3},{&quot;2026-09-12&quot;:1.3}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.56},{&quot;2026-06-12&quot;:1.39},{&quot;2026-06-13&quot;:1.65},{&quot;2026-06-14&quot;:1.67},{&quot;2026-06-15&quot;:1.67},{&quot;2026-06-16&quot;:2.05},{&quot;2026-06-17&quot;:2.03},{&quot;2026-06-18&quot;:2.18},{&quot;2026-06-19&quot;:2.14},{&quot;2026-06-20&quot;:2.01},{&quot;2026-06-21&quot;:1.98},{&quot;2026-06-22&quot;:1.9},{&quot;2026-06-23&quot;:1.85},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.56},{&quot;2026-06-27&quot;:1.79},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.83},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.93},{&quot;2026-07-04&quot;:1.89},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:1.82},{&quot;2026-07-07&quot;:1.7},{&quot;2026-07-08&quot;:1.81},{&quot;2026-07-09&quot;:1.59},{&quot;2026-07-10&quot;:1.49},{&quot;2026-07-11&quot;:1.46},{&quot;2026-07-12&quot;:1.46},{&quot;2026-07-13&quot;:1.43},{&quot;2026-07-14&quot;:1.49},{&quot;2026-07-15&quot;:1.5},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:2.04},{&quot;2026-07-20&quot;:2.54},{&quot;2026-07-21&quot;:2.61},{&quot;2026-07-23&quot;:2.63},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.21},{&quot;2026-07-27&quot;:1.86},{&quot;2026-07-29&quot;:1.68},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:2.09},{&quot;2026-08-01&quot;:2.06},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.83},{&quot;2026-08-05&quot;:1.83},{&quot;2026-08-07&quot;:2.04},{&quot;2026-08-08&quot;:2.23},{&quot;2026-08-09&quot;:2.08},{&quot;2026-08-10&quot;:2.17},{&quot;2026-08-11&quot;:2.04},{&quot;2026-08-12&quot;:1.89},{&quot;2026-08-13&quot;:2.19},{&quot;2026-08-14&quot;:2.67},{&quot;2026-08-15&quot;:2.59},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.71},{&quot;2026-08-19&quot;:2.35},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.23},{&quot;2026-08-23&quot;:2.06},{&quot;2026-08-24&quot;:1.98},{&quot;2026-08-25&quot;:1.98},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:2.14},{&quot;2026-08-28&quot;:2.23},{&quot;2026-08-29&quot;:2.23},{&quot;2026-08-30&quot;:2.3},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.31},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.34},{&quot;2026-09-08&quot;:2.37},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Damping Sphere
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Damping Sphere" src="https://cards.scryfall.io/large/front/7/c/7c178d4c-bce9-4165-af1c-6075a94c84e4.jpg?1783918351" />
    </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">
                $2.51
              </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">
                $12.60
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-14&quot;:12.63},{&quot;2026-06-15&quot;:12.8},{&quot;2026-06-16&quot;:12.8},{&quot;2026-06-17&quot;:12.8},{&quot;2026-06-18&quot;:12.8},{&quot;2026-06-19&quot;:12.8},{&quot;2026-06-20&quot;:12.8},{&quot;2026-06-21&quot;:12.8},{&quot;2026-06-22&quot;:12.8},{&quot;2026-06-23&quot;:12.8},{&quot;2026-06-24&quot;:12.8},{&quot;2026-06-25&quot;:12.95},{&quot;2026-06-26&quot;:12.95},{&quot;2026-06-27&quot;:12.95},{&quot;2026-06-28&quot;:13.02},{&quot;2026-06-29&quot;:13.02},{&quot;2026-06-30&quot;:13.02},{&quot;2026-07-01&quot;:13.02},{&quot;2026-07-02&quot;:13.04},{&quot;2026-07-03&quot;:13.14},{&quot;2026-07-04&quot;:13.14},{&quot;2026-07-05&quot;:13.24},{&quot;2026-07-06&quot;:13.24},{&quot;2026-07-07&quot;:13.26},{&quot;2026-07-08&quot;:13.15},{&quot;2026-07-09&quot;:13.15},{&quot;2026-07-10&quot;:12.99},{&quot;2026-07-11&quot;:12.99},{&quot;2026-07-12&quot;:12.99},{&quot;2026-07-13&quot;:12.99},{&quot;2026-07-14&quot;:12.99},{&quot;2026-07-15&quot;:12.89},{&quot;2026-07-16&quot;:12.89},{&quot;2026-07-17&quot;:12.89},{&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.82},{&quot;2026-07-22&quot;:12.82},{&quot;2026-07-23&quot;:12.74},{&quot;2026-07-24&quot;:12.4},{&quot;2026-07-25&quot;:12.43},{&quot;2026-07-26&quot;:12.43},{&quot;2026-07-27&quot;:12.43},{&quot;2026-07-28&quot;:12.33},{&quot;2026-07-29&quot;:12.33},{&quot;2026-07-30&quot;:12.33},{&quot;2026-07-31&quot;:12.41},{&quot;2026-08-01&quot;:12.41},{&quot;2026-08-02&quot;:12.41},{&quot;2026-08-03&quot;:12.41},{&quot;2026-08-04&quot;:12.41},{&quot;2026-08-05&quot;:12.41},{&quot;2026-08-07&quot;:12.41},{&quot;2026-08-08&quot;:12.41},{&quot;2026-08-09&quot;:12.41},{&quot;2026-08-10&quot;:12.41},{&quot;2026-08-11&quot;:12.41},{&quot;2026-08-12&quot;:12.41},{&quot;2026-08-13&quot;:12.49},{&quot;2026-08-14&quot;:12.49},{&quot;2026-08-15&quot;:12.49},{&quot;2026-08-16&quot;:12.49},{&quot;2026-08-17&quot;:12.63},{&quot;2026-08-18&quot;:12.63},{&quot;2026-08-19&quot;:12.65},{&quot;2026-08-20&quot;:12.65},{&quot;2026-08-21&quot;:12.65},{&quot;2026-08-22&quot;:12.65},{&quot;2026-08-23&quot;:12.66},{&quot;2026-08-24&quot;:12.66},{&quot;2026-08-25&quot;:12.66},{&quot;2026-08-26&quot;:12.66},{&quot;2026-08-27&quot;:12.66},{&quot;2026-08-28&quot;:12.66},{&quot;2026-08-29&quot;:12.66},{&quot;2026-08-30&quot;:12.66},{&quot;2026-08-31&quot;:12.63},{&quot;2026-09-01&quot;:12.63},{&quot;2026-09-02&quot;:12.63},{&quot;2026-09-03&quot;:12.63},{&quot;2026-09-04&quot;:12.63},{&quot;2026-09-05&quot;:12.63},{&quot;2026-09-06&quot;:12.63},{&quot;2026-09-07&quot;:12.65},{&quot;2026-09-08&quot;:12.65},{&quot;2026-09-09&quot;:12.65},{&quot;2026-09-10&quot;:12.6},{&quot;2026-09-11&quot;:12.6},{&quot;2026-09-12&quot;:12.6}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.04},{&quot;2026-06-15&quot;:2.04},{&quot;2026-06-16&quot;:2.04},{&quot;2026-06-17&quot;:2.02},{&quot;2026-06-18&quot;:2.02},{&quot;2026-06-19&quot;:2.02},{&quot;2026-06-20&quot;:2.02},{&quot;2026-06-21&quot;:2.11},{&quot;2026-06-22&quot;:2.14},{&quot;2026-06-23&quot;:2.27},{&quot;2026-06-24&quot;:2.36},{&quot;2026-06-25&quot;:2.29},{&quot;2026-06-26&quot;:2.35},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.36},{&quot;2026-06-29&quot;:2.36},{&quot;2026-06-30&quot;:2.49},{&quot;2026-07-01&quot;:2.55},{&quot;2026-07-02&quot;:2.55},{&quot;2026-07-03&quot;:2.53},{&quot;2026-07-04&quot;:2.53},{&quot;2026-07-05&quot;:2.62},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.55},{&quot;2026-07-08&quot;:2.58},{&quot;2026-07-09&quot;:2.58},{&quot;2026-07-10&quot;:2.58},{&quot;2026-07-11&quot;:2.58},{&quot;2026-07-12&quot;:2.55},{&quot;2026-07-13&quot;:2.55},{&quot;2026-07-14&quot;:2.55},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.64},{&quot;2026-07-17&quot;:2.71},{&quot;2026-07-18&quot;:2.84},{&quot;2026-07-19&quot;:2.84},{&quot;2026-07-20&quot;:2.87},{&quot;2026-07-21&quot;:2.87},{&quot;2026-07-22&quot;:2.76},{&quot;2026-07-23&quot;:2.77},{&quot;2026-07-24&quot;:2.77},{&quot;2026-07-25&quot;:2.77},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-28&quot;:3.0},{&quot;2026-07-29&quot;:3.06},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.78},{&quot;2026-08-01&quot;:2.78},{&quot;2026-08-02&quot;:2.75},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.76},{&quot;2026-08-05&quot;:2.76},{&quot;2026-08-07&quot;:2.64},{&quot;2026-08-08&quot;:2.64},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.56},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.51},{&quot;2026-08-16&quot;:2.66},{&quot;2026-08-17&quot;:2.66},{&quot;2026-08-18&quot;:2.66},{&quot;2026-08-19&quot;:2.66},{&quot;2026-08-20&quot;:2.66},{&quot;2026-08-21&quot;:2.72},{&quot;2026-08-22&quot;:2.82},{&quot;2026-08-23&quot;:2.82},{&quot;2026-08-24&quot;:2.82},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.5},{&quot;2026-08-27&quot;:2.5},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.68},{&quot;2026-08-31&quot;:2.62},{&quot;2026-09-01&quot;:2.67},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.71},{&quot;2026-09-04&quot;:2.71},{&quot;2026-09-05&quot;:2.71},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.74},{&quot;2026-09-08&quot;:2.74},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.58},{&quot;2026-09-11&quot;:2.58},{&quot;2026-09-12&quot;:2.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20096"
  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-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">
            Brainstorm
        </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">
            5 owned
          </div>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Brainstorm" src="https://cards.scryfall.io/large/front/b/a/baeb0421-b7af-44cd-a7f6-7daaa3dcaa38.jpg?1783930204" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.85},{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.89},{&quot;2026-06-17&quot;:1.89},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.88},{&quot;2026-06-21&quot;:1.87},{&quot;2026-06-22&quot;:1.87},{&quot;2026-06-23&quot;:1.86},{&quot;2026-06-24&quot;:1.87},{&quot;2026-06-25&quot;:1.87},{&quot;2026-06-26&quot;:1.87},{&quot;2026-06-27&quot;:1.84},{&quot;2026-06-28&quot;:1.84},{&quot;2026-06-29&quot;:1.84},{&quot;2026-06-30&quot;:1.83},{&quot;2026-07-01&quot;:1.83},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.68},{&quot;2026-07-08&quot;:1.67},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.78},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.78},{&quot;2026-07-13&quot;:1.73},{&quot;2026-07-14&quot;:1.69},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.76},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.72},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.94},{&quot;2026-07-22&quot;:1.94},{&quot;2026-07-23&quot;:1.94},{&quot;2026-07-24&quot;:1.99},{&quot;2026-07-25&quot;:1.99},{&quot;2026-07-26&quot;:1.99},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:2.14},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.45},{&quot;2026-08-01&quot;:2.45},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.48},{&quot;2026-08-05&quot;:2.49},{&quot;2026-08-07&quot;:2.6},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.71},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.71},{&quot;2026-08-12&quot;:2.65},{&quot;2026-08-13&quot;:2.65},{&quot;2026-08-14&quot;:2.65},{&quot;2026-08-15&quot;:2.65},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.73},{&quot;2026-08-18&quot;:2.63},{&quot;2026-08-19&quot;:2.63},{&quot;2026-08-20&quot;:2.63},{&quot;2026-08-21&quot;:2.63},{&quot;2026-08-22&quot;:2.63},{&quot;2026-08-23&quot;:2.63},{&quot;2026-08-24&quot;:2.58},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.51},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.53},{&quot;2026-09-01&quot;:2.63},{&quot;2026-09-02&quot;:2.63},{&quot;2026-09-03&quot;:2.6},{&quot;2026-09-04&quot;:2.6},{&quot;2026-09-05&quot;:2.6},{&quot;2026-09-06&quot;:2.52},{&quot;2026-09-07&quot;:2.61},{&quot;2026-09-08&quot;:2.61},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.38}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.02},{&quot;2026-06-15&quot;:1.95},{&quot;2026-06-16&quot;:1.89},{&quot;2026-06-17&quot;:1.86},{&quot;2026-06-18&quot;:1.87},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.73},{&quot;2026-06-22&quot;:1.9},{&quot;2026-06-23&quot;:2.09},{&quot;2026-06-24&quot;:2.08},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.02},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.17},{&quot;2026-06-30&quot;:2.17},{&quot;2026-07-01&quot;:2.34},{&quot;2026-07-02&quot;:2.34},{&quot;2026-07-03&quot;:2.36},{&quot;2026-07-04&quot;:2.36},{&quot;2026-07-05&quot;:2.36},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.46},{&quot;2026-07-08&quot;:2.55},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.38},{&quot;2026-07-12&quot;:2.35},{&quot;2026-07-13&quot;:2.35},{&quot;2026-07-14&quot;:2.32},{&quot;2026-07-15&quot;:2.32},{&quot;2026-07-16&quot;:2.32},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.33},{&quot;2026-07-19&quot;:2.36},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.2},{&quot;2026-07-22&quot;:2.17},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-24&quot;:1.97},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:2.1},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-28&quot;:1.99},{&quot;2026-07-29&quot;:1.99},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:2.0},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:1.99},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.96},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.91},{&quot;2026-08-10&quot;:1.99},{&quot;2026-08-11&quot;:1.97},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.13},{&quot;2026-08-16&quot;:2.13},{&quot;2026-08-17&quot;:2.22},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.09},{&quot;2026-08-20&quot;:2.19},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.16},{&quot;2026-08-23&quot;:2.15},{&quot;2026-08-24&quot;:2.35},{&quot;2026-08-25&quot;:2.29},{&quot;2026-08-26&quot;:2.26},{&quot;2026-08-27&quot;:2.24},{&quot;2026-08-28&quot;:2.37},{&quot;2026-08-29&quot;:2.37},{&quot;2026-08-30&quot;:2.53},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.46},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.59},{&quot;2026-09-10&quot;:2.59},{&quot;2026-09-11&quot;:2.55},{&quot;2026-09-12&quot;:2.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="21154"
  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">
            Lightning Bolt
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lightning Bolt" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c8c8390f-4072-454f-8dc4-174919187a47.jpg?1783921769" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lightning Bolt" src="https://cards.scryfall.io/large/front/c/8/c8c8390f-4072-454f-8dc4-174919187a47.jpg?1783921769" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$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;2026-06-14&quot;:2.21},{&quot;2026-06-15&quot;:2.21},{&quot;2026-06-16&quot;:2.29},{&quot;2026-06-17&quot;:2.29},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.29},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.35},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-23&quot;:2.23},{&quot;2026-06-24&quot;:2.11},{&quot;2026-06-25&quot;:2.15},{&quot;2026-06-26&quot;:2.15},{&quot;2026-06-27&quot;:2.2},{&quot;2026-06-28&quot;:2.2},{&quot;2026-06-29&quot;:2.14},{&quot;2026-06-30&quot;:2.14},{&quot;2026-07-01&quot;:2.2},{&quot;2026-07-02&quot;:2.2},{&quot;2026-07-03&quot;:2.23},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.22},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.25},{&quot;2026-07-12&quot;:2.27},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:2.28},{&quot;2026-07-16&quot;:2.29},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.27},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-22&quot;:2.28},{&quot;2026-07-23&quot;:2.28},{&quot;2026-07-24&quot;:2.28},{&quot;2026-07-25&quot;:2.28},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.28},{&quot;2026-07-28&quot;:2.28},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.28},{&quot;2026-08-04&quot;:2.28},{&quot;2026-08-05&quot;:2.31},{&quot;2026-08-07&quot;:2.3},{&quot;2026-08-08&quot;:2.3},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.3},{&quot;2026-08-12&quot;:2.37},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.38},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.36},{&quot;2026-08-19&quot;:2.37},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.36},{&quot;2026-08-26&quot;:2.37},{&quot;2026-08-27&quot;:2.38},{&quot;2026-08-28&quot;:2.32},{&quot;2026-08-29&quot;:2.32},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.32},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.37},{&quot;2026-09-06&quot;:2.37},{&quot;2026-09-07&quot;:2.4},{&quot;2026-09-08&quot;:2.4},{&quot;2026-09-09&quot;:2.57},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.51}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:2.05},{&quot;2026-06-17&quot;:2.05},{&quot;2026-06-18&quot;:2.05},{&quot;2026-06-19&quot;:2.1},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.14},{&quot;2026-06-22&quot;:1.99},{&quot;2026-06-23&quot;:1.98},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:2.03},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.1},{&quot;2026-07-01&quot;:2.1},{&quot;2026-07-02&quot;:2.1},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.11},{&quot;2026-07-05&quot;:2.09},{&quot;2026-07-06&quot;:2.09},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.11},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.06},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.13},{&quot;2026-07-16&quot;:2.08},{&quot;2026-07-17&quot;:2.08},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.07},{&quot;2026-07-21&quot;:2.07},{&quot;2026-07-22&quot;:2.06},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-24&quot;:2.01},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-28&quot;:2.05},{&quot;2026-07-29&quot;:2.03},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:2.0},{&quot;2026-08-01&quot;:2.03},{&quot;2026-08-02&quot;:2.03},{&quot;2026-08-03&quot;:2.03},{&quot;2026-08-04&quot;:2.03},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:2.0},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.07},{&quot;2026-08-12&quot;:2.07},{&quot;2026-08-13&quot;:2.1},{&quot;2026-08-14&quot;:2.13},{&quot;2026-08-15&quot;:2.13},{&quot;2026-08-16&quot;:2.13},{&quot;2026-08-17&quot;:2.12},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.28},{&quot;2026-08-23&quot;:2.28},{&quot;2026-08-24&quot;:2.17},{&quot;2026-08-25&quot;:2.19},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.26},{&quot;2026-08-28&quot;:2.24},{&quot;2026-08-29&quot;:2.24},{&quot;2026-08-30&quot;:2.21},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.17},{&quot;2026-09-02&quot;:2.21},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.28},{&quot;2026-09-05&quot;:2.28},{&quot;2026-09-06&quot;:2.34},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.36},{&quot;2026-09-11&quot;:2.35},{&quot;2026-09-12&quot;:2.35}]}"
        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="75275"
  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">
            Blighted Agent
        </span>


      </div>

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

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

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

        <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">
            Blighted Agent
        </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 — Phyrexian Human Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blighted Agent" src="https://cards.scryfall.io/large/front/0/2/02649a16-4a28-4a5f-a24a-3bcdd9d449f7.jpg?1783931280" />
    </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">
                $2.51
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.22},{&quot;2026-06-12&quot;:2.25},{&quot;2026-06-13&quot;:2.25},{&quot;2026-06-14&quot;:2.25},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.25},{&quot;2026-06-17&quot;:2.25},{&quot;2026-06-18&quot;:2.25},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.25},{&quot;2026-06-21&quot;:2.25},{&quot;2026-06-22&quot;:2.25},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.23},{&quot;2026-06-25&quot;:2.23},{&quot;2026-06-26&quot;:2.23},{&quot;2026-06-27&quot;:2.23},{&quot;2026-06-28&quot;:2.23},{&quot;2026-06-29&quot;:2.22},{&quot;2026-06-30&quot;:2.22},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.22},{&quot;2026-07-03&quot;:2.22},{&quot;2026-07-04&quot;:2.22},{&quot;2026-07-05&quot;:2.22},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.22},{&quot;2026-07-08&quot;:2.22},{&quot;2026-07-09&quot;:2.22},{&quot;2026-07-10&quot;:2.2},{&quot;2026-07-11&quot;:2.2},{&quot;2026-07-12&quot;:2.2},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.23},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.22},{&quot;2026-07-18&quot;:2.23},{&quot;2026-07-19&quot;:2.23},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.23},{&quot;2026-07-23&quot;:2.23},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.23},{&quot;2026-07-27&quot;:2.23},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.29},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.29},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:2.29},{&quot;2026-08-08&quot;:2.31},{&quot;2026-08-09&quot;:2.31},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.31},{&quot;2026-08-12&quot;:2.32},{&quot;2026-08-13&quot;:2.32},{&quot;2026-08-14&quot;:2.32},{&quot;2026-08-15&quot;:2.31},{&quot;2026-08-16&quot;:2.34},{&quot;2026-08-17&quot;:2.34},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.34},{&quot;2026-08-20&quot;:2.34},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.38},{&quot;2026-08-23&quot;:2.38},{&quot;2026-08-24&quot;:2.38},{&quot;2026-08-25&quot;:2.38},{&quot;2026-08-26&quot;:2.38},{&quot;2026-08-27&quot;:2.38},{&quot;2026-08-28&quot;:2.38},{&quot;2026-08-29&quot;:2.38},{&quot;2026-08-30&quot;:2.38},{&quot;2026-08-31&quot;:2.38},{&quot;2026-09-01&quot;:2.38},{&quot;2026-09-02&quot;:2.38},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.45},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.52},{&quot;2026-09-09&quot;:2.51},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.51}],&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="12557"
  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-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">
            Counterspell
        </span>


      </div>

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Counterspell" src="https://cards.scryfall.io/large/front/c/e/ce30f926-bc06-46ee-9f35-0cdf09a67043.jpg?1783928722" />
    </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">
                $2.50
              </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>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.51},{&quot;2026-06-12&quot;:2.51},{&quot;2026-06-13&quot;:2.52},{&quot;2026-06-14&quot;:2.54},{&quot;2026-06-15&quot;:2.52},{&quot;2026-06-16&quot;:2.53},{&quot;2026-06-17&quot;:2.5},{&quot;2026-06-18&quot;:2.5},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.38},{&quot;2026-06-21&quot;:2.38},{&quot;2026-06-22&quot;:2.44},{&quot;2026-06-23&quot;:2.44},{&quot;2026-06-24&quot;:2.44},{&quot;2026-06-25&quot;:2.51},{&quot;2026-06-26&quot;:2.6},{&quot;2026-06-27&quot;:2.56},{&quot;2026-06-28&quot;:2.56},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.58},{&quot;2026-07-01&quot;:2.5},{&quot;2026-07-02&quot;:2.51},{&quot;2026-07-03&quot;:2.49},{&quot;2026-07-04&quot;:2.49},{&quot;2026-07-05&quot;:2.49},{&quot;2026-07-06&quot;:2.49},{&quot;2026-07-07&quot;:2.49},{&quot;2026-07-08&quot;:2.49},{&quot;2026-07-09&quot;:2.5},{&quot;2026-07-10&quot;:2.5},{&quot;2026-07-11&quot;:2.5},{&quot;2026-07-12&quot;:2.54},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.59},{&quot;2026-07-15&quot;:2.59},{&quot;2026-07-16&quot;:2.51},{&quot;2026-07-17&quot;:2.51},{&quot;2026-07-18&quot;:2.51},{&quot;2026-07-19&quot;:2.49},{&quot;2026-07-20&quot;:2.41},{&quot;2026-07-21&quot;:2.36},{&quot;2026-07-23&quot;:2.24},{&quot;2026-07-25&quot;:2.24},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.28},{&quot;2026-07-29&quot;:2.43},{&quot;2026-07-30&quot;:2.43},{&quot;2026-07-31&quot;:2.43},{&quot;2026-08-01&quot;:2.43},{&quot;2026-08-02&quot;:2.43},{&quot;2026-08-03&quot;:2.43},{&quot;2026-08-04&quot;:2.47},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.44},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.47},{&quot;2026-08-11&quot;:2.56},{&quot;2026-08-12&quot;:2.56},{&quot;2026-08-13&quot;:2.56},{&quot;2026-08-14&quot;:2.67},{&quot;2026-08-15&quot;:2.7},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.77},{&quot;2026-08-18&quot;:2.77},{&quot;2026-08-19&quot;:2.77},{&quot;2026-08-20&quot;:2.77},{&quot;2026-08-21&quot;:2.76},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.76},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.76},{&quot;2026-08-26&quot;:2.78},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.78},{&quot;2026-08-29&quot;:2.78},{&quot;2026-08-30&quot;:2.77},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.6},{&quot;2026-09-03&quot;:2.56},{&quot;2026-09-04&quot;:2.53},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.53},{&quot;2026-09-07&quot;:2.53},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.51},{&quot;2026-09-10&quot;:2.51},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="16262"
  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-voc 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">
            Doom Weaver
        </span>


      </div>

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Doom Weaver" src="https://cards.scryfall.io/large/front/0/8/08c79a77-810d-4ee2-8afc-18ddfba41ad1.jpg?1783924996" />
    </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">
                $2.50
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </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-14&quot;:2.48},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.65},{&quot;2026-06-17&quot;:2.75},{&quot;2026-06-18&quot;:2.79},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.78},{&quot;2026-06-21&quot;:2.78},{&quot;2026-06-22&quot;:2.71},{&quot;2026-06-23&quot;:2.64},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.73},{&quot;2026-06-28&quot;:2.77},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.76},{&quot;2026-07-02&quot;:2.76},{&quot;2026-07-03&quot;:2.76},{&quot;2026-07-04&quot;:2.76},{&quot;2026-07-05&quot;:2.76},{&quot;2026-07-06&quot;:2.75},{&quot;2026-07-07&quot;:2.75},{&quot;2026-07-08&quot;:2.74},{&quot;2026-07-09&quot;:2.83},{&quot;2026-07-10&quot;:2.71},{&quot;2026-07-11&quot;:2.71},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.7},{&quot;2026-07-14&quot;:2.57},{&quot;2026-07-15&quot;:2.62},{&quot;2026-07-16&quot;:2.71},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.77},{&quot;2026-07-19&quot;:2.79},{&quot;2026-07-20&quot;:2.79},{&quot;2026-07-21&quot;:2.78},{&quot;2026-07-22&quot;:2.77},{&quot;2026-07-23&quot;:2.76},{&quot;2026-07-24&quot;:2.76},{&quot;2026-07-25&quot;:2.76},{&quot;2026-07-26&quot;:2.81},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-28&quot;:2.8},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.75},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.72},{&quot;2026-08-02&quot;:2.71},{&quot;2026-08-03&quot;:2.69},{&quot;2026-08-04&quot;:2.69},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.53},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.53},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.49},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.43},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.5},{&quot;2026-08-21&quot;:2.52},{&quot;2026-08-22&quot;:2.52},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.39},{&quot;2026-08-27&quot;:2.39},{&quot;2026-08-28&quot;:2.37},{&quot;2026-08-29&quot;:2.37},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.31},{&quot;2026-09-01&quot;:2.39},{&quot;2026-09-02&quot;:2.36},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.47},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.53},{&quot;2026-09-11&quot;:2.59},{&quot;2026-09-12&quot;:2.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19416"
  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-dmc 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">
            Historian&#39;s Boon
        </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">
              ↑
              4%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Historian&#39;s Boon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0da48d1e-0dec-461a-9a1d-477408b297e6.jpg?1783921470" />

        <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">
            Historian&#39;s Boon
        </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-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="Historian&#39;s Boon" src="https://cards.scryfall.io/large/front/0/d/0da48d1e-0dec-461a-9a1d-477408b297e6.jpg?1783921470" />
    </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">
                $2.50
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.88},{&quot;2026-06-14&quot;:2.88},{&quot;2026-06-15&quot;:2.88},{&quot;2026-06-16&quot;:2.88},{&quot;2026-06-17&quot;:2.88},{&quot;2026-06-18&quot;:2.88},{&quot;2026-06-19&quot;:2.88},{&quot;2026-06-20&quot;:2.88},{&quot;2026-06-21&quot;:2.88},{&quot;2026-06-22&quot;:2.88},{&quot;2026-06-23&quot;:2.88},{&quot;2026-06-24&quot;:2.88},{&quot;2026-06-25&quot;:2.88},{&quot;2026-06-26&quot;:2.88},{&quot;2026-06-27&quot;:2.88},{&quot;2026-06-28&quot;:2.88},{&quot;2026-06-29&quot;:2.88},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.91},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.91},{&quot;2026-07-04&quot;:2.91},{&quot;2026-07-05&quot;:2.91},{&quot;2026-07-06&quot;:2.91},{&quot;2026-07-07&quot;:2.91},{&quot;2026-07-08&quot;:2.91},{&quot;2026-07-09&quot;:2.9},{&quot;2026-07-10&quot;:2.92},{&quot;2026-07-11&quot;:2.92},{&quot;2026-07-12&quot;:2.92},{&quot;2026-07-13&quot;:2.92},{&quot;2026-07-14&quot;:2.92},{&quot;2026-07-15&quot;:2.92},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.87},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.87},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-23&quot;:2.86},{&quot;2026-07-24&quot;:2.86},{&quot;2026-07-25&quot;:2.86},{&quot;2026-07-26&quot;:2.86},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-28&quot;:2.86},{&quot;2026-07-29&quot;:2.86},{&quot;2026-07-30&quot;:2.86},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.86},{&quot;2026-08-02&quot;:2.86},{&quot;2026-08-03&quot;:2.86},{&quot;2026-08-04&quot;:2.86},{&quot;2026-08-05&quot;:2.86},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.85},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:2.85},{&quot;2026-08-11&quot;:2.85},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.88},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:2.87},{&quot;2026-08-18&quot;:2.87},{&quot;2026-08-19&quot;:2.87},{&quot;2026-08-20&quot;:2.87},{&quot;2026-08-21&quot;:2.88},{&quot;2026-08-22&quot;:2.88},{&quot;2026-08-23&quot;:2.88},{&quot;2026-08-24&quot;:2.88},{&quot;2026-08-25&quot;:2.89},{&quot;2026-08-26&quot;:2.88},{&quot;2026-08-27&quot;:2.88},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.88},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:2.88},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.89},{&quot;2026-09-07&quot;:2.89},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.84},{&quot;2026-09-10&quot;:2.84},{&quot;2026-09-11&quot;:2.84},{&quot;2026-09-12&quot;:2.84}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.65},{&quot;2026-06-14&quot;:2.62},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.56},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.56},{&quot;2026-06-19&quot;:2.57},{&quot;2026-06-20&quot;:2.56},{&quot;2026-06-21&quot;:2.56},{&quot;2026-06-22&quot;:2.5},{&quot;2026-06-23&quot;:2.5},{&quot;2026-06-24&quot;:2.45},{&quot;2026-06-25&quot;:2.42},{&quot;2026-06-26&quot;:2.36},{&quot;2026-06-27&quot;:2.41},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.41},{&quot;2026-06-30&quot;:2.54},{&quot;2026-07-01&quot;:2.53},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.46},{&quot;2026-07-04&quot;:2.4},{&quot;2026-07-05&quot;:2.43},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.42},{&quot;2026-07-10&quot;:2.42},{&quot;2026-07-11&quot;:2.43},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.44},{&quot;2026-07-16&quot;:2.44},{&quot;2026-07-17&quot;:2.47},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.51},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-23&quot;:2.53},{&quot;2026-07-24&quot;:2.53},{&quot;2026-07-25&quot;:2.49},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.49},{&quot;2026-07-28&quot;:2.49},{&quot;2026-07-29&quot;:2.49},{&quot;2026-07-30&quot;:2.49},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.49},{&quot;2026-08-02&quot;:2.51},{&quot;2026-08-03&quot;:2.55},{&quot;2026-08-04&quot;:2.55},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.54},{&quot;2026-08-10&quot;:2.54},{&quot;2026-08-11&quot;:2.56},{&quot;2026-08-12&quot;:2.47},{&quot;2026-08-13&quot;:2.47},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.51},{&quot;2026-08-17&quot;:2.45},{&quot;2026-08-18&quot;:2.45},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.4},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.5},{&quot;2026-08-24&quot;:2.56},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.41},{&quot;2026-08-28&quot;:2.41},{&quot;2026-08-29&quot;:2.41},{&quot;2026-08-30&quot;:2.41},{&quot;2026-08-31&quot;:2.43},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.51},{&quot;2026-09-04&quot;:2.51},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.41},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.47},{&quot;2026-09-09&quot;:2.47},{&quot;2026-09-10&quot;:2.5},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Equipment 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="text-sm font-medium text-nine-white">
            $2.50
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blade of the Oni" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/6/46f5c2f4-1690-4392-80d6-d99148bc8b13.jpg?1783923774" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Equipment Demon</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="Blade of the Oni" src="https://cards.scryfall.io/large/front/4/6/46f5c2f4-1690-4392-80d6-d99148bc8b13.jpg?1783923774" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:4.26},{&quot;2026-06-13&quot;:4.26},{&quot;2026-06-14&quot;:4.26},{&quot;2026-06-15&quot;:4.47},{&quot;2026-06-16&quot;:4.47},{&quot;2026-06-17&quot;:4.47},{&quot;2026-06-18&quot;:4.47},{&quot;2026-06-19&quot;:4.34},{&quot;2026-06-20&quot;:4.34},{&quot;2026-06-21&quot;:4.34},{&quot;2026-06-22&quot;:4.34},{&quot;2026-06-23&quot;:4.34},{&quot;2026-06-24&quot;:4.34},{&quot;2026-06-25&quot;:4.34},{&quot;2026-06-26&quot;:4.34},{&quot;2026-06-27&quot;:4.34},{&quot;2026-06-28&quot;:4.34},{&quot;2026-06-29&quot;:4.34},{&quot;2026-06-30&quot;:4.34},{&quot;2026-07-01&quot;:4.18},{&quot;2026-07-02&quot;:4.18},{&quot;2026-07-03&quot;:4.18},{&quot;2026-07-04&quot;:3.69},{&quot;2026-07-05&quot;:3.69},{&quot;2026-07-06&quot;:3.69},{&quot;2026-07-07&quot;:3.58},{&quot;2026-07-08&quot;:3.58},{&quot;2026-07-09&quot;:3.58},{&quot;2026-07-10&quot;:3.58},{&quot;2026-07-11&quot;:3.59},{&quot;2026-07-12&quot;:3.59},{&quot;2026-07-13&quot;:3.59},{&quot;2026-07-14&quot;:3.59},{&quot;2026-07-15&quot;:3.49},{&quot;2026-07-16&quot;:3.49},{&quot;2026-07-17&quot;:3.49},{&quot;2026-07-18&quot;:3.49},{&quot;2026-07-19&quot;:3.5},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.5},{&quot;2026-07-23&quot;:3.5},{&quot;2026-07-25&quot;:3.51},{&quot;2026-07-26&quot;:3.51},{&quot;2026-07-27&quot;:3.51},{&quot;2026-07-28&quot;:3.51},{&quot;2026-07-29&quot;:3.51},{&quot;2026-07-30&quot;:3.51},{&quot;2026-07-31&quot;:3.51},{&quot;2026-08-01&quot;:3.51},{&quot;2026-08-02&quot;:3.51},{&quot;2026-08-03&quot;:3.51},{&quot;2026-08-04&quot;:2.97},{&quot;2026-08-05&quot;:2.97},{&quot;2026-08-07&quot;:2.97},{&quot;2026-08-08&quot;:2.97},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:2.97},{&quot;2026-08-12&quot;:2.97},{&quot;2026-08-13&quot;:2.97},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:3.0},{&quot;2026-08-17&quot;:3.0},{&quot;2026-08-18&quot;:3.0},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:3.0},{&quot;2026-08-22&quot;:3.0},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:3.0},{&quot;2026-08-28&quot;:3.0},{&quot;2026-08-29&quot;:3.0},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.0},{&quot;2026-09-01&quot;:3.0},{&quot;2026-09-02&quot;:3.0},{&quot;2026-09-03&quot;:3.0},{&quot;2026-09-04&quot;:2.5},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.5},{&quot;2026-09-07&quot;:2.5},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.5},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.5}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.69},{&quot;2026-06-13&quot;:1.69},{&quot;2026-06-14&quot;:1.69},{&quot;2026-06-15&quot;:1.64},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.64},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.65},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.64},{&quot;2026-06-23&quot;:1.64},{&quot;2026-06-24&quot;:1.64},{&quot;2026-06-25&quot;:1.64},{&quot;2026-06-26&quot;:1.64},{&quot;2026-06-27&quot;:1.64},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.64},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.63},{&quot;2026-07-02&quot;:1.63},{&quot;2026-07-03&quot;:1.6},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.56},{&quot;2026-07-07&quot;:1.56},{&quot;2026-07-08&quot;:1.56},{&quot;2026-07-09&quot;:1.56},{&quot;2026-07-10&quot;:1.58},{&quot;2026-07-11&quot;:1.58},{&quot;2026-07-12&quot;:1.59},{&quot;2026-07-13&quot;:1.59},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.58},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-25&quot;:1.58},{&quot;2026-07-26&quot;:1.58},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.58},{&quot;2026-07-30&quot;:1.52},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.52},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.55},{&quot;2026-08-04&quot;:1.55},{&quot;2026-08-05&quot;:1.57},{&quot;2026-08-07&quot;:1.57},{&quot;2026-08-08&quot;:1.57},{&quot;2026-08-09&quot;:1.57},{&quot;2026-08-10&quot;:1.61},{&quot;2026-08-11&quot;:1.61},{&quot;2026-08-12&quot;:1.61},{&quot;2026-08-13&quot;:1.61},{&quot;2026-08-14&quot;:1.61},{&quot;2026-08-15&quot;:1.61},{&quot;2026-08-16&quot;:1.61},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.61},{&quot;2026-08-19&quot;:1.59},{&quot;2026-08-20&quot;:1.59},{&quot;2026-08-21&quot;:1.63},{&quot;2026-08-22&quot;:1.64},{&quot;2026-08-23&quot;:1.64},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.64},{&quot;2026-08-26&quot;:1.7},{&quot;2026-08-27&quot;:1.7},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.7},{&quot;2026-08-31&quot;:1.77},{&quot;2026-09-01&quot;:1.77},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.93},{&quot;2026-09-05&quot;:1.97},{&quot;2026-09-06&quot;:1.97},{&quot;2026-09-07&quot;:2.03},{&quot;2026-09-08&quot;:2.03},{&quot;2026-09-09&quot;:2.03},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:2.03},{&quot;2026-09-12&quot;:2.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="44273"
  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-m11 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">
            Whispersilk Cloak
        </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">
              ↑
              7%
            </span>

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

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

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

        <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">
            Whispersilk Cloak
        </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-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="Whispersilk Cloak" src="https://cards.scryfall.io/large/front/d/8/d83821b3-a6a6-4a15-9169-5c6d1942903d.jpg?1783941788" />
    </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">
                $2.50
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $9.04
              </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.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:8.93},{&quot;2026-06-15&quot;:8.93},{&quot;2026-06-16&quot;:8.93},{&quot;2026-06-17&quot;:8.93},{&quot;2026-06-18&quot;:8.93},{&quot;2026-06-19&quot;:8.93},{&quot;2026-06-20&quot;:8.93},{&quot;2026-06-21&quot;:8.93},{&quot;2026-06-22&quot;:8.93},{&quot;2026-06-23&quot;:8.93},{&quot;2026-06-24&quot;:8.93},{&quot;2026-06-25&quot;:8.93},{&quot;2026-06-26&quot;:8.93},{&quot;2026-06-27&quot;:8.93},{&quot;2026-06-28&quot;:9.07},{&quot;2026-06-29&quot;:9.07},{&quot;2026-06-30&quot;:9.07},{&quot;2026-07-01&quot;:9.07},{&quot;2026-07-02&quot;:9.07},{&quot;2026-07-03&quot;:9.07},{&quot;2026-07-04&quot;:9.07},{&quot;2026-07-05&quot;:9.07},{&quot;2026-07-06&quot;:9.07},{&quot;2026-07-07&quot;:9.07},{&quot;2026-07-08&quot;:9.07},{&quot;2026-07-09&quot;:9.07},{&quot;2026-07-10&quot;:9.07},{&quot;2026-07-11&quot;:9.07},{&quot;2026-07-12&quot;:9.07},{&quot;2026-07-13&quot;:9.07},{&quot;2026-07-14&quot;:9.07},{&quot;2026-07-15&quot;:9.07},{&quot;2026-07-16&quot;:9.07},{&quot;2026-07-17&quot;:9.07},{&quot;2026-07-18&quot;:9.07},{&quot;2026-07-19&quot;:9.07},{&quot;2026-07-20&quot;:9.07},{&quot;2026-07-21&quot;:9.02},{&quot;2026-07-22&quot;:9.02},{&quot;2026-07-23&quot;:8.95},{&quot;2026-07-24&quot;:8.95},{&quot;2026-07-25&quot;:8.95},{&quot;2026-07-26&quot;:8.95},{&quot;2026-07-27&quot;:8.95},{&quot;2026-07-28&quot;:8.95},{&quot;2026-07-29&quot;:9.04},{&quot;2026-07-30&quot;:9.04},{&quot;2026-07-31&quot;:9.04},{&quot;2026-08-01&quot;:9.04},{&quot;2026-08-02&quot;:9.04},{&quot;2026-08-03&quot;:9.04},{&quot;2026-08-04&quot;:9.04},{&quot;2026-08-05&quot;:9.04},{&quot;2026-08-07&quot;:9.04},{&quot;2026-08-08&quot;:9.04},{&quot;2026-08-09&quot;:9.04},{&quot;2026-08-10&quot;:9.04},{&quot;2026-08-11&quot;:9.04},{&quot;2026-08-12&quot;:9.04},{&quot;2026-08-13&quot;:9.04},{&quot;2026-08-14&quot;:9.04},{&quot;2026-08-15&quot;:9.04},{&quot;2026-08-16&quot;:9.03},{&quot;2026-08-17&quot;:9.03},{&quot;2026-08-18&quot;:9.03},{&quot;2026-08-19&quot;:9.03},{&quot;2026-08-20&quot;:9.03},{&quot;2026-08-21&quot;:9.03},{&quot;2026-08-22&quot;:9.03},{&quot;2026-08-23&quot;:9.03},{&quot;2026-08-24&quot;:9.03},{&quot;2026-08-25&quot;:9.03},{&quot;2026-08-26&quot;:8.87},{&quot;2026-08-27&quot;:8.87},{&quot;2026-08-28&quot;:8.87},{&quot;2026-08-29&quot;:8.87},{&quot;2026-08-30&quot;:8.87},{&quot;2026-08-31&quot;:8.87},{&quot;2026-09-01&quot;:8.87},{&quot;2026-09-02&quot;:8.87},{&quot;2026-09-03&quot;:8.87},{&quot;2026-09-04&quot;:8.87},{&quot;2026-09-05&quot;:8.87},{&quot;2026-09-06&quot;:8.87},{&quot;2026-09-07&quot;:8.87},{&quot;2026-09-08&quot;:8.87},{&quot;2026-09-09&quot;:8.87},{&quot;2026-09-10&quot;:9.04},{&quot;2026-09-11&quot;:9.04},{&quot;2026-09-12&quot;:9.04}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:3.31},{&quot;2026-06-15&quot;:3.42},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:3.49},{&quot;2026-06-18&quot;:3.53},{&quot;2026-06-19&quot;:3.49},{&quot;2026-06-20&quot;:3.49},{&quot;2026-06-21&quot;:3.47},{&quot;2026-06-22&quot;:3.46},{&quot;2026-06-23&quot;:3.46},{&quot;2026-06-24&quot;:3.38},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.4},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.4},{&quot;2026-07-02&quot;:3.4},{&quot;2026-07-03&quot;:3.4},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.35},{&quot;2026-07-06&quot;:3.2},{&quot;2026-07-07&quot;:3.2},{&quot;2026-07-08&quot;:2.98},{&quot;2026-07-09&quot;:2.98},{&quot;2026-07-10&quot;:2.98},{&quot;2026-07-11&quot;:2.9},{&quot;2026-07-12&quot;:2.77},{&quot;2026-07-13&quot;:3.18},{&quot;2026-07-14&quot;:3.82},{&quot;2026-07-15&quot;:3.85},{&quot;2026-07-16&quot;:3.85},{&quot;2026-07-17&quot;:3.85},{&quot;2026-07-18&quot;:3.84},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.74},{&quot;2026-07-21&quot;:3.74},{&quot;2026-07-22&quot;:3.81},{&quot;2026-07-23&quot;:3.85},{&quot;2026-07-24&quot;:3.85},{&quot;2026-07-25&quot;:3.75},{&quot;2026-07-26&quot;:3.75},{&quot;2026-07-27&quot;:3.75},{&quot;2026-07-28&quot;:3.73},{&quot;2026-07-29&quot;:3.73},{&quot;2026-07-30&quot;:3.72},{&quot;2026-07-31&quot;:3.72},{&quot;2026-08-01&quot;:3.72},{&quot;2026-08-02&quot;:3.68},{&quot;2026-08-03&quot;:3.47},{&quot;2026-08-04&quot;:3.35},{&quot;2026-08-05&quot;:3.35},{&quot;2026-08-07&quot;:3.1},{&quot;2026-08-08&quot;:3.11},{&quot;2026-08-09&quot;:3.01},{&quot;2026-08-10&quot;:3.03},{&quot;2026-08-11&quot;:3.03},{&quot;2026-08-12&quot;:3.03},{&quot;2026-08-13&quot;:3.03},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.98},{&quot;2026-08-16&quot;:2.98},{&quot;2026-08-17&quot;:2.87},{&quot;2026-08-18&quot;:2.87},{&quot;2026-08-19&quot;:2.87},{&quot;2026-08-20&quot;:2.8},{&quot;2026-08-21&quot;:2.8},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.71},{&quot;2026-08-24&quot;:2.26},{&quot;2026-08-25&quot;:2.27},{&quot;2026-08-26&quot;:2.27},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.27},{&quot;2026-08-29&quot;:2.27},{&quot;2026-08-30&quot;:2.06},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:1.99},{&quot;2026-09-02&quot;:2.17},{&quot;2026-09-03&quot;:2.13},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.55},{&quot;2026-09-10&quot;:2.65},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80667"
  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">
            Jedit Ojanen of Efrava
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jedit Ojanen of Efrava" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/02830294-431a-4402-aafe-f29f224d7d0b.jpg?1783921151" />

        <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">
            Jedit Ojanen of Efrava
        </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 — Cat Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Jedit Ojanen of Efrava" src="https://cards.scryfall.io/large/front/0/2/02830294-431a-4402-aafe-f29f224d7d0b.jpg?1783921151" />
    </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">
                $2.50
              </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.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.32},{&quot;2026-06-10&quot;:2.38},{&quot;2026-06-11&quot;:2.48},{&quot;2026-06-12&quot;:2.48},{&quot;2026-06-13&quot;:2.48},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.5},{&quot;2026-06-16&quot;:2.56},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.56},{&quot;2026-06-19&quot;:2.56},{&quot;2026-06-20&quot;:2.56},{&quot;2026-06-21&quot;:2.56},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.56},{&quot;2026-06-26&quot;:2.53},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.53},{&quot;2026-06-29&quot;:2.53},{&quot;2026-06-30&quot;:2.53},{&quot;2026-07-01&quot;:2.53},{&quot;2026-07-02&quot;:2.47},{&quot;2026-07-03&quot;:2.47},{&quot;2026-07-04&quot;:2.47},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.47},{&quot;2026-07-07&quot;:2.47},{&quot;2026-07-08&quot;:2.47},{&quot;2026-07-09&quot;:2.46},{&quot;2026-07-10&quot;:2.47},{&quot;2026-07-11&quot;:2.47},{&quot;2026-07-12&quot;:2.47},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.47},{&quot;2026-07-15&quot;:2.47},{&quot;2026-07-16&quot;:2.47},{&quot;2026-07-17&quot;:2.47},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.47},{&quot;2026-07-21&quot;:2.47},{&quot;2026-07-23&quot;:2.47},{&quot;2026-07-25&quot;:2.47},{&quot;2026-07-26&quot;:2.47},{&quot;2026-07-27&quot;:2.47},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.47},{&quot;2026-08-04&quot;:2.47},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.47},{&quot;2026-08-10&quot;:2.47},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.43},{&quot;2026-08-13&quot;:2.43},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.46},{&quot;2026-08-21&quot;:2.46},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.5},{&quot;2026-08-24&quot;:2.5},{&quot;2026-08-25&quot;:2.5},{&quot;2026-08-26&quot;:2.5},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.47},{&quot;2026-09-03&quot;:2.47},{&quot;2026-09-04&quot;:2.47},{&quot;2026-09-05&quot;:2.47},{&quot;2026-09-06&quot;:2.47},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.47},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.5},{&quot;2026-09-11&quot;:2.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="10172"
  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-c21 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">
            Losheel, Clockwork Scholar
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Losheel, Clockwork Scholar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/b/db1d67fe-bffe-45ad-af6a-cb131ddb1a12.jpg?1783927608" />

        <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">
            Losheel, Clockwork Scholar
        </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 — Elephant Artificer</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Losheel, Clockwork Scholar" src="https://cards.scryfall.io/large/front/d/b/db1d67fe-bffe-45ad-af6a-cb131ddb1a12.jpg?1783927608" />
    </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">
                $2.49
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.72},{&quot;2026-06-15&quot;:2.72},{&quot;2026-06-16&quot;:2.81},{&quot;2026-06-17&quot;:2.81},{&quot;2026-06-18&quot;:2.79},{&quot;2026-06-19&quot;:2.82},{&quot;2026-06-20&quot;:2.82},{&quot;2026-06-21&quot;:2.77},{&quot;2026-06-22&quot;:2.77},{&quot;2026-06-23&quot;:2.78},{&quot;2026-06-24&quot;:2.77},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.75},{&quot;2026-06-27&quot;:2.84},{&quot;2026-06-28&quot;:2.85},{&quot;2026-06-29&quot;:2.86},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.85},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.72},{&quot;2026-07-04&quot;:2.77},{&quot;2026-07-05&quot;:2.72},{&quot;2026-07-06&quot;:2.76},{&quot;2026-07-07&quot;:2.76},{&quot;2026-07-08&quot;:2.84},{&quot;2026-07-09&quot;:2.84},{&quot;2026-07-10&quot;:2.84},{&quot;2026-07-11&quot;:2.84},{&quot;2026-07-12&quot;:2.87},{&quot;2026-07-13&quot;:2.85},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.82},{&quot;2026-07-16&quot;:2.81},{&quot;2026-07-17&quot;:2.8},{&quot;2026-07-18&quot;:2.76},{&quot;2026-07-19&quot;:2.76},{&quot;2026-07-20&quot;:2.76},{&quot;2026-07-21&quot;:2.77},{&quot;2026-07-22&quot;:2.77},{&quot;2026-07-23&quot;:2.77},{&quot;2026-07-24&quot;:2.72},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.78},{&quot;2026-07-27&quot;:2.78},{&quot;2026-07-28&quot;:2.73},{&quot;2026-07-29&quot;:2.57},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.38},{&quot;2026-08-02&quot;:2.41},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.71},{&quot;2026-08-09&quot;:2.77},{&quot;2026-08-10&quot;:2.82},{&quot;2026-08-11&quot;:2.82},{&quot;2026-08-12&quot;:2.82},{&quot;2026-08-13&quot;:2.75},{&quot;2026-08-14&quot;:2.69},{&quot;2026-08-15&quot;:2.63},{&quot;2026-08-16&quot;:2.69},{&quot;2026-08-17&quot;:2.79},{&quot;2026-08-18&quot;:2.74},{&quot;2026-08-19&quot;:2.71},{&quot;2026-08-20&quot;:2.66},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.58},{&quot;2026-08-23&quot;:2.58},{&quot;2026-08-24&quot;:2.57},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.57},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.66},{&quot;2026-08-29&quot;:2.66},{&quot;2026-08-30&quot;:2.7},{&quot;2026-08-31&quot;:2.64},{&quot;2026-09-01&quot;:2.57},{&quot;2026-09-02&quot;:2.61},{&quot;2026-09-03&quot;:2.65},{&quot;2026-09-04&quot;:2.66},{&quot;2026-09-05&quot;:2.63},{&quot;2026-09-06&quot;:2.58},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.4},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.44},{&quot;2026-09-12&quot;:2.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="11943"
  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">
            Krark, the Thumbless
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Krark, the Thumbless" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/6/06a981cd-1951-438e-95c9-68294795638e.jpg?1783928810" />

        <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">
            Krark, the Thumbless
        </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 — Goblin Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Krark, the Thumbless" src="https://cards.scryfall.io/large/front/0/6/06a981cd-1951-438e-95c9-68294795638e.jpg?1783928810" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
            <div 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-14&quot;:2.07},{&quot;2026-06-15&quot;:2.07},{&quot;2026-06-16&quot;:2.07},{&quot;2026-06-17&quot;:2.07},{&quot;2026-06-18&quot;:2.07},{&quot;2026-06-19&quot;:2.07},{&quot;2026-06-20&quot;:2.07},{&quot;2026-06-21&quot;:2.07},{&quot;2026-06-22&quot;:2.07},{&quot;2026-06-23&quot;:2.07},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.08},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.08},{&quot;2026-07-03&quot;:2.06},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.1},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.09},{&quot;2026-07-13&quot;:2.09},{&quot;2026-07-14&quot;:2.09},{&quot;2026-07-15&quot;:2.1},{&quot;2026-07-16&quot;:2.1},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.1},{&quot;2026-07-21&quot;:2.1},{&quot;2026-07-22&quot;:2.1},{&quot;2026-07-23&quot;:2.07},{&quot;2026-07-24&quot;:2.05},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.07},{&quot;2026-07-28&quot;:2.07},{&quot;2026-07-29&quot;:2.07},{&quot;2026-07-30&quot;:2.05},{&quot;2026-07-31&quot;:2.05},{&quot;2026-08-01&quot;:2.05},{&quot;2026-08-02&quot;:2.02},{&quot;2026-08-03&quot;:2.02},{&quot;2026-08-04&quot;:2.02},{&quot;2026-08-05&quot;:2.02},{&quot;2026-08-07&quot;:2.02},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:2.01},{&quot;2026-08-10&quot;:2.01},{&quot;2026-08-11&quot;:2.01},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:2.01},{&quot;2026-08-14&quot;:2.01},{&quot;2026-08-15&quot;:2.01},{&quot;2026-08-16&quot;:2.01},{&quot;2026-08-17&quot;:2.01},{&quot;2026-08-18&quot;:2.01},{&quot;2026-08-19&quot;:2.01},{&quot;2026-08-20&quot;:2.01},{&quot;2026-08-21&quot;:2.01},{&quot;2026-08-22&quot;:2.01},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:1.99},{&quot;2026-09-01&quot;:1.99},{&quot;2026-09-02&quot;:1.99},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:1.98},{&quot;2026-09-05&quot;:1.96},{&quot;2026-09-06&quot;:1.95},{&quot;2026-09-07&quot;:1.95},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:1.95},{&quot;2026-09-12&quot;:1.95}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.07},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.98},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.63},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.52},{&quot;2026-06-22&quot;:1.4},{&quot;2026-06-23&quot;:1.34},{&quot;2026-06-24&quot;:1.32},{&quot;2026-06-25&quot;:1.29},{&quot;2026-06-26&quot;:1.32},{&quot;2026-06-27&quot;:1.26},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.23},{&quot;2026-06-30&quot;:1.3},{&quot;2026-07-01&quot;:1.38},{&quot;2026-07-02&quot;:1.42},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.43},{&quot;2026-07-05&quot;:1.44},{&quot;2026-07-06&quot;:1.49},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.72},{&quot;2026-07-09&quot;:1.7},{&quot;2026-07-10&quot;:1.76},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.83},{&quot;2026-07-13&quot;:1.75},{&quot;2026-07-14&quot;:1.78},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.81},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.89},{&quot;2026-07-19&quot;:1.85},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-22&quot;:1.68},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-24&quot;:1.69},{&quot;2026-07-25&quot;:1.68},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-28&quot;:1.73},{&quot;2026-07-29&quot;:1.74},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.98},{&quot;2026-08-01&quot;:2.03},{&quot;2026-08-02&quot;:2.16},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.1},{&quot;2026-08-07&quot;:2.06},{&quot;2026-08-08&quot;:2.09},{&quot;2026-08-09&quot;:2.09},{&quot;2026-08-10&quot;:2.05},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.3},{&quot;2026-08-14&quot;:2.38},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.49},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.57},{&quot;2026-08-21&quot;:2.57},{&quot;2026-08-22&quot;:2.61},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.34},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.31},{&quot;2026-08-27&quot;:2.37},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.56},{&quot;2026-09-01&quot;:2.56},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.56},{&quot;2026-09-04&quot;:2.58},{&quot;2026-09-05&quot;:2.76},{&quot;2026-09-06&quot;:2.83},{&quot;2026-09-07&quot;:2.81},{&quot;2026-09-08&quot;:2.81},{&quot;2026-09-09&quot;:2.69},{&quot;2026-09-10&quot;:2.61},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Goblin Spymaster
        </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 Rogue</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="Goblin Spymaster" src="https://cards.scryfall.io/large/front/1/6/1687ea64-fcc0-4bd8-aa7e-3c893d4ef2a8.jpg?1783922424" />
    </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">
                $2.49
              </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">$0.26</span>
              <span class="text-xs text-grey-text">Credit: $0.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-08&quot;:2.67},{&quot;2026-06-10&quot;:2.67},{&quot;2026-06-11&quot;:2.66},{&quot;2026-06-12&quot;:2.69},{&quot;2026-06-13&quot;:2.71},{&quot;2026-06-14&quot;:2.71},{&quot;2026-06-15&quot;:2.79},{&quot;2026-06-16&quot;:2.78},{&quot;2026-06-17&quot;:2.83},{&quot;2026-06-18&quot;:2.84},{&quot;2026-06-19&quot;:2.85},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.88},{&quot;2026-06-22&quot;:2.9},{&quot;2026-06-24&quot;:2.83},{&quot;2026-06-25&quot;:2.85},{&quot;2026-06-26&quot;:2.85},{&quot;2026-06-27&quot;:2.87},{&quot;2026-06-28&quot;:2.89},{&quot;2026-06-29&quot;:2.87},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.88},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.74},{&quot;2026-07-04&quot;:2.64},{&quot;2026-07-05&quot;:2.6},{&quot;2026-07-06&quot;:2.57},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.56},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.49},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.55},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.54},{&quot;2026-07-17&quot;:2.49},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.38},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.47},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.49},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.59},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.52},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.56},{&quot;2026-08-10&quot;:2.54},{&quot;2026-08-11&quot;:2.55},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.5},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.46},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.54},{&quot;2026-08-27&quot;:2.55},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.63},{&quot;2026-08-31&quot;:2.62},{&quot;2026-09-01&quot;:2.62},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.64},{&quot;2026-09-05&quot;:2.61},{&quot;2026-09-06&quot;:2.51},{&quot;2026-09-07&quot;:2.51},{&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.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53138"
  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">
            Swords to Plowshares
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Swords to Plowshares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/6/b635680a-12ae-49f8-a3d7-7254cb0962ec.jpg?1783910573" />

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

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

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            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="Swords to Plowshares" src="https://cards.scryfall.io/large/front/b/6/b635680a-12ae-49f8-a3d7-7254cb0962ec.jpg?1783910573" />
    </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">
                $2.49
              </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">
                $27.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">$1.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:25.37},{&quot;2026-06-15&quot;:25.37},{&quot;2026-06-16&quot;:25.37},{&quot;2026-06-17&quot;:25.46},{&quot;2026-06-18&quot;:25.46},{&quot;2026-06-19&quot;:25.46},{&quot;2026-06-20&quot;:25.46},{&quot;2026-06-21&quot;:25.46},{&quot;2026-06-22&quot;:25.46},{&quot;2026-06-23&quot;:25.46},{&quot;2026-06-24&quot;:25.46},{&quot;2026-06-25&quot;:25.46},{&quot;2026-06-26&quot;:25.46},{&quot;2026-06-27&quot;:25.46},{&quot;2026-06-28&quot;:25.46},{&quot;2026-06-29&quot;:25.41},{&quot;2026-06-30&quot;:25.41},{&quot;2026-07-01&quot;:25.41},{&quot;2026-07-02&quot;:25.41},{&quot;2026-07-03&quot;:25.41},{&quot;2026-07-04&quot;:25.41},{&quot;2026-07-05&quot;:25.41},{&quot;2026-07-06&quot;:25.41},{&quot;2026-07-07&quot;:25.41},{&quot;2026-07-08&quot;:25.41},{&quot;2026-07-09&quot;:25.41},{&quot;2026-07-10&quot;:25.52},{&quot;2026-07-11&quot;:25.52},{&quot;2026-07-12&quot;:25.52},{&quot;2026-07-13&quot;:25.52},{&quot;2026-07-14&quot;:25.52},{&quot;2026-07-15&quot;:25.52},{&quot;2026-07-16&quot;:27.41},{&quot;2026-07-17&quot;:27.41},{&quot;2026-07-18&quot;:27.41},{&quot;2026-07-19&quot;:27.41},{&quot;2026-07-20&quot;:27.41},{&quot;2026-07-21&quot;:27.41},{&quot;2026-07-22&quot;:27.41},{&quot;2026-07-23&quot;:27.41},{&quot;2026-07-24&quot;:27.41},{&quot;2026-07-25&quot;:27.41},{&quot;2026-07-26&quot;:27.41},{&quot;2026-07-27&quot;:27.41},{&quot;2026-07-28&quot;:27.41},{&quot;2026-07-29&quot;:27.41},{&quot;2026-07-30&quot;:27.41},{&quot;2026-07-31&quot;:27.41},{&quot;2026-08-01&quot;:27.41},{&quot;2026-08-02&quot;:27.41},{&quot;2026-08-03&quot;:27.41},{&quot;2026-08-04&quot;:27.41},{&quot;2026-08-05&quot;:27.41},{&quot;2026-08-07&quot;:27.41},{&quot;2026-08-08&quot;:27.41},{&quot;2026-08-09&quot;:27.41},{&quot;2026-08-10&quot;:27.41},{&quot;2026-08-11&quot;:27.41},{&quot;2026-08-12&quot;:27.41},{&quot;2026-08-13&quot;:27.41},{&quot;2026-08-14&quot;:27.41},{&quot;2026-08-15&quot;:27.41},{&quot;2026-08-16&quot;:27.41},{&quot;2026-08-17&quot;:27.41},{&quot;2026-08-18&quot;:27.41},{&quot;2026-08-19&quot;:27.41},{&quot;2026-08-20&quot;:27.41},{&quot;2026-08-21&quot;:27.41},{&quot;2026-08-22&quot;:27.23},{&quot;2026-08-23&quot;:27.23},{&quot;2026-08-24&quot;:27.23},{&quot;2026-08-25&quot;:27.23},{&quot;2026-08-26&quot;:27.23},{&quot;2026-08-27&quot;:27.23},{&quot;2026-08-28&quot;:27.23},{&quot;2026-08-29&quot;:27.23},{&quot;2026-08-30&quot;:27.23},{&quot;2026-08-31&quot;:27.23},{&quot;2026-09-01&quot;:27.23},{&quot;2026-09-02&quot;:27.23},{&quot;2026-09-03&quot;:27.23},{&quot;2026-09-04&quot;:27.23},{&quot;2026-09-05&quot;:27.23},{&quot;2026-09-06&quot;:27.23},{&quot;2026-09-07&quot;:27.23},{&quot;2026-09-08&quot;:27.23},{&quot;2026-09-09&quot;:27.23},{&quot;2026-09-10&quot;:27.23},{&quot;2026-09-11&quot;:27.23},{&quot;2026-09-12&quot;:27.23}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.74},{&quot;2026-06-15&quot;:2.75},{&quot;2026-06-16&quot;:2.83},{&quot;2026-06-17&quot;:2.83},{&quot;2026-06-18&quot;:2.84},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.77},{&quot;2026-06-21&quot;:2.78},{&quot;2026-06-22&quot;:2.78},{&quot;2026-06-23&quot;:2.78},{&quot;2026-06-24&quot;:2.81},{&quot;2026-06-25&quot;:2.81},{&quot;2026-06-26&quot;:2.81},{&quot;2026-06-27&quot;:2.8},{&quot;2026-06-28&quot;:2.79},{&quot;2026-06-29&quot;:2.79},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.69},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.67},{&quot;2026-07-06&quot;:2.67},{&quot;2026-07-07&quot;:2.67},{&quot;2026-07-08&quot;:2.67},{&quot;2026-07-09&quot;:2.63},{&quot;2026-07-10&quot;:2.63},{&quot;2026-07-11&quot;:2.63},{&quot;2026-07-12&quot;:2.68},{&quot;2026-07-13&quot;:2.63},{&quot;2026-07-14&quot;:2.63},{&quot;2026-07-15&quot;:2.57},{&quot;2026-07-16&quot;:2.57},{&quot;2026-07-17&quot;:2.55},{&quot;2026-07-18&quot;:2.55},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.52},{&quot;2026-07-21&quot;:2.52},{&quot;2026-07-22&quot;:2.59},{&quot;2026-07-23&quot;:2.51},{&quot;2026-07-24&quot;:2.56},{&quot;2026-07-25&quot;:2.5},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.44},{&quot;2026-07-30&quot;:2.43},{&quot;2026-07-31&quot;:2.59},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.59},{&quot;2026-08-03&quot;:2.59},{&quot;2026-08-04&quot;:2.52},{&quot;2026-08-05&quot;:2.41},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.39},{&quot;2026-08-10&quot;:2.44},{&quot;2026-08-11&quot;:2.37},{&quot;2026-08-12&quot;:2.37},{&quot;2026-08-13&quot;:2.33},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.32},{&quot;2026-08-17&quot;:2.32},{&quot;2026-08-18&quot;:2.32},{&quot;2026-08-19&quot;:2.28},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.29},{&quot;2026-08-22&quot;:2.29},{&quot;2026-08-23&quot;:2.31},{&quot;2026-08-24&quot;:2.26},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.55},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.55},{&quot;2026-09-04&quot;:2.55},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.43},{&quot;2026-09-08&quot;:2.44},{&quot;2026-09-09&quot;:2.44},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="84122"
  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">
            Myojin of Life&#39;s Web
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Myojin of Life&#39;s Web" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bd61a4de-4b3a-4098-80d9-69f4f4f1b791.jpg?1783931251" />

        <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">
            Myojin of Life&#39;s Web
        </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 — Spirit</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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Myojin of Life&#39;s Web" src="https://cards.scryfall.io/large/front/b/d/bd61a4de-4b3a-4098-80d9-69f4f4f1b791.jpg?1783931251" />
    </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">
                $2.49
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:2.19},{&quot;2026-06-10&quot;:2.19},{&quot;2026-06-11&quot;:2.19},{&quot;2026-06-12&quot;:2.19},{&quot;2026-06-13&quot;:2.19},{&quot;2026-06-14&quot;:2.2},{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.17},{&quot;2026-06-20&quot;:2.17},{&quot;2026-06-21&quot;:2.17},{&quot;2026-06-22&quot;:2.15},{&quot;2026-06-24&quot;:2.15},{&quot;2026-06-25&quot;:2.15},{&quot;2026-06-26&quot;:2.15},{&quot;2026-06-27&quot;:2.15},{&quot;2026-06-28&quot;:2.15},{&quot;2026-06-29&quot;:2.17},{&quot;2026-06-30&quot;:2.17},{&quot;2026-07-01&quot;:2.17},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.14},{&quot;2026-07-04&quot;:2.14},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.08},{&quot;2026-07-07&quot;:2.08},{&quot;2026-07-08&quot;:2.05},{&quot;2026-07-09&quot;:2.04},{&quot;2026-07-10&quot;:2.04},{&quot;2026-07-11&quot;:2.04},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.03},{&quot;2026-07-14&quot;:2.03},{&quot;2026-07-15&quot;:2.03},{&quot;2026-07-16&quot;:2.03},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:2.02},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-23&quot;:2.06},{&quot;2026-07-25&quot;:2.09},{&quot;2026-07-26&quot;:2.09},{&quot;2026-07-27&quot;:2.09},{&quot;2026-07-29&quot;:2.09},{&quot;2026-07-30&quot;:2.09},{&quot;2026-07-31&quot;:2.09},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:2.04},{&quot;2026-08-03&quot;:2.04},{&quot;2026-08-04&quot;:2.04},{&quot;2026-08-05&quot;:2.04},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:2.05},{&quot;2026-08-10&quot;:2.05},{&quot;2026-08-11&quot;:2.05},{&quot;2026-08-12&quot;:2.05},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.05},{&quot;2026-08-15&quot;:2.03},{&quot;2026-08-16&quot;:2.07},{&quot;2026-08-17&quot;:2.07},{&quot;2026-08-18&quot;:2.07},{&quot;2026-08-19&quot;:2.08},{&quot;2026-08-20&quot;:2.08},{&quot;2026-08-21&quot;:2.08},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.13},{&quot;2026-08-27&quot;:2.13},{&quot;2026-08-28&quot;:2.13},{&quot;2026-08-29&quot;:2.13},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.27},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.25},{&quot;2026-09-05&quot;:2.25},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.49}],&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="41351"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Thousand-Faced Shadow" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/9/89a698a5-f4ac-4b04-96dc-32e1eeef6ac7.jpg?1783923891" />

        <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">
            Thousand-Faced Shadow
        </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 Ninja</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="Thousand-Faced Shadow" src="https://cards.scryfall.io/large/front/8/9/89a698a5-f4ac-4b04-96dc-32e1eeef6ac7.jpg?1783923891" />
    </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">
                $2.48
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-14&quot;:2.89},{&quot;2026-06-15&quot;:2.89},{&quot;2026-06-16&quot;:2.89},{&quot;2026-06-17&quot;:2.91},{&quot;2026-06-18&quot;:2.91},{&quot;2026-06-19&quot;:2.87},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.85},{&quot;2026-06-23&quot;:2.9},{&quot;2026-06-24&quot;:2.9},{&quot;2026-06-25&quot;:2.9},{&quot;2026-06-26&quot;:2.9},{&quot;2026-06-27&quot;:2.83},{&quot;2026-06-28&quot;:2.83},{&quot;2026-06-29&quot;:2.84},{&quot;2026-06-30&quot;:2.84},{&quot;2026-07-01&quot;:2.84},{&quot;2026-07-02&quot;:2.84},{&quot;2026-07-03&quot;:2.84},{&quot;2026-07-04&quot;:2.84},{&quot;2026-07-05&quot;:2.84},{&quot;2026-07-06&quot;:2.84},{&quot;2026-07-07&quot;:2.84},{&quot;2026-07-08&quot;:2.84},{&quot;2026-07-09&quot;:2.84},{&quot;2026-07-10&quot;:2.84},{&quot;2026-07-11&quot;:2.84},{&quot;2026-07-12&quot;:2.84},{&quot;2026-07-13&quot;:2.84},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.87},{&quot;2026-07-16&quot;:3.03},{&quot;2026-07-17&quot;:3.13},{&quot;2026-07-18&quot;:3.11},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.15},{&quot;2026-07-21&quot;:3.15},{&quot;2026-07-22&quot;:3.15},{&quot;2026-07-23&quot;:3.15},{&quot;2026-07-24&quot;:3.15},{&quot;2026-07-25&quot;:3.15},{&quot;2026-07-26&quot;:3.15},{&quot;2026-07-27&quot;:3.19},{&quot;2026-07-28&quot;:3.28},{&quot;2026-07-29&quot;:3.28},{&quot;2026-07-30&quot;:3.28},{&quot;2026-07-31&quot;:3.28},{&quot;2026-08-01&quot;:3.28},{&quot;2026-08-02&quot;:3.28},{&quot;2026-08-03&quot;:3.19},{&quot;2026-08-04&quot;:3.19},{&quot;2026-08-05&quot;:3.19},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:2.97},{&quot;2026-08-09&quot;:2.92},{&quot;2026-08-10&quot;:3.05},{&quot;2026-08-11&quot;:3.05},{&quot;2026-08-12&quot;:3.22},{&quot;2026-08-13&quot;:3.27},{&quot;2026-08-14&quot;:3.27},{&quot;2026-08-15&quot;:3.26},{&quot;2026-08-16&quot;:3.26},{&quot;2026-08-17&quot;:3.26},{&quot;2026-08-18&quot;:3.27},{&quot;2026-08-19&quot;:3.2},{&quot;2026-08-20&quot;:3.2},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.1},{&quot;2026-08-23&quot;:3.1},{&quot;2026-08-24&quot;:3.07},{&quot;2026-08-25&quot;:3.07},{&quot;2026-08-26&quot;:3.19},{&quot;2026-08-27&quot;:3.19},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:3.19},{&quot;2026-08-31&quot;:3.08},{&quot;2026-09-01&quot;:3.06},{&quot;2026-09-02&quot;:3.1},{&quot;2026-09-03&quot;:3.1},{&quot;2026-09-04&quot;:3.1},{&quot;2026-09-05&quot;:3.1},{&quot;2026-09-06&quot;:3.1},{&quot;2026-09-07&quot;:3.1},{&quot;2026-09-08&quot;:3.1},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.1},{&quot;2026-09-12&quot;:3.13}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.5},{&quot;2026-06-15&quot;:2.5},{&quot;2026-06-16&quot;:2.51},{&quot;2026-06-17&quot;:2.39},{&quot;2026-06-18&quot;:2.3},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-23&quot;:2.31},{&quot;2026-06-24&quot;:2.23},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.26},{&quot;2026-06-27&quot;:2.19},{&quot;2026-06-28&quot;:2.19},{&quot;2026-06-29&quot;:2.02},{&quot;2026-06-30&quot;:1.99},{&quot;2026-07-01&quot;:2.05},{&quot;2026-07-02&quot;:2.09},{&quot;2026-07-03&quot;:2.14},{&quot;2026-07-04&quot;:2.15},{&quot;2026-07-05&quot;:2.09},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:2.03},{&quot;2026-07-08&quot;:1.89},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.81},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.83},{&quot;2026-07-13&quot;:1.79},{&quot;2026-07-14&quot;:1.94},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:2.07},{&quot;2026-07-17&quot;:2.04},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.45},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.62},{&quot;2026-07-22&quot;:2.39},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-24&quot;:2.4},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.36},{&quot;2026-07-27&quot;:2.34},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.21},{&quot;2026-07-30&quot;:2.11},{&quot;2026-07-31&quot;:2.41},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.08},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.35},{&quot;2026-08-09&quot;:2.67},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.7},{&quot;2026-08-13&quot;:2.67},{&quot;2026-08-14&quot;:2.72},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.13},{&quot;2026-08-18&quot;:2.06},{&quot;2026-08-19&quot;:2.25},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.19},{&quot;2026-08-22&quot;:2.22},{&quot;2026-08-23&quot;:2.33},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.6},{&quot;2026-08-27&quot;:2.6},{&quot;2026-08-28&quot;:2.6},{&quot;2026-08-29&quot;:2.6},{&quot;2026-08-30&quot;:2.39},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.38},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.31},{&quot;2026-09-04&quot;:2.18},{&quot;2026-09-05&quot;:2.18},{&quot;2026-09-06&quot;:2.13},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.23},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.44},{&quot;2026-09-12&quot;:2.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53781"
  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-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of Vengeance" src="https://cards.scryfall.io/large/front/6/f/6f380a12-9656-479e-bd44-1b8facfcc69c.jpg?1783923936" />
    </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">
                $2.48
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.29},{&quot;2026-06-13&quot;:2.34},{&quot;2026-06-14&quot;:2.35},{&quot;2026-06-15&quot;:2.35},{&quot;2026-06-16&quot;:2.37},{&quot;2026-06-17&quot;:2.35},{&quot;2026-06-18&quot;:2.32},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:2.21},{&quot;2026-06-21&quot;:2.14},{&quot;2026-06-22&quot;:2.08},{&quot;2026-06-23&quot;:2.08},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.12},{&quot;2026-06-26&quot;:2.21},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.2},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.25},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.23},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.23},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.3},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.12},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.17},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.15},{&quot;2026-07-16&quot;:2.15},{&quot;2026-07-17&quot;:2.19},{&quot;2026-07-18&quot;:2.19},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.25},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.44},{&quot;2026-07-27&quot;:2.5},{&quot;2026-07-28&quot;:2.5},{&quot;2026-07-29&quot;:2.59},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.55},{&quot;2026-08-01&quot;:2.54},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.61},{&quot;2026-08-04&quot;:2.35},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.43},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.57},{&quot;2026-08-11&quot;:2.51},{&quot;2026-08-12&quot;:2.46},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.59},{&quot;2026-08-19&quot;:2.59},{&quot;2026-08-20&quot;:2.59},{&quot;2026-08-21&quot;:2.56},{&quot;2026-08-22&quot;:2.57},{&quot;2026-08-23&quot;:2.55},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.59},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.61},{&quot;2026-08-29&quot;:2.61},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.61},{&quot;2026-09-02&quot;:2.6},{&quot;2026-09-03&quot;:2.59},{&quot;2026-09-04&quot;:2.59},{&quot;2026-09-05&quot;:2.58},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.5},{&quot;2026-09-08&quot;:2.49},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.48},{&quot;2026-09-11&quot;:2.51},{&quot;2026-09-12&quot;:2.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77211"
  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">
            Aphetto Alchemist
        </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">
            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">
            $2.48
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Aphetto Alchemist
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Aphetto Alchemist" src="https://cards.scryfall.io/large/front/7/f/7f0338fc-853b-41e4-a8d4-325fcccc84dc.jpg?1783910316" />
    </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">
                $2.48
              </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.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.87},{&quot;2026-06-12&quot;:1.87},{&quot;2026-06-13&quot;:1.9},{&quot;2026-06-14&quot;:1.89},{&quot;2026-06-15&quot;:1.94},{&quot;2026-06-16&quot;:1.93},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:2.03},{&quot;2026-06-20&quot;:2.04},{&quot;2026-06-21&quot;:2.03},{&quot;2026-06-22&quot;:2.03},{&quot;2026-06-23&quot;:2.04},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:1.98},{&quot;2026-06-29&quot;:1.98},{&quot;2026-06-30&quot;:2.01},{&quot;2026-07-01&quot;:2.01},{&quot;2026-07-02&quot;:2.01},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:2.05},{&quot;2026-07-05&quot;:2.05},{&quot;2026-07-06&quot;:2.05},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.08},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.1},{&quot;2026-07-11&quot;:2.12},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.12},{&quot;2026-07-16&quot;:2.11},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.13},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.25},{&quot;2026-07-21&quot;:2.26},{&quot;2026-07-23&quot;:2.27},{&quot;2026-07-25&quot;:2.27},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.3},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.27},{&quot;2026-07-31&quot;:2.24},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.32},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.4},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.39},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.33},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.41},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.41},{&quot;2026-08-24&quot;:2.41},{&quot;2026-08-25&quot;:2.41},{&quot;2026-08-26&quot;:2.54},{&quot;2026-08-27&quot;:2.56},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.53},{&quot;2026-09-01&quot;:2.53},{&quot;2026-09-02&quot;:2.5},{&quot;2026-09-03&quot;:2.5},{&quot;2026-09-04&quot;:2.51},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.42},{&quot;2026-09-07&quot;:2.44},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.44},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.43},{&quot;2026-09-12&quot;:2.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Captivating Vampire
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Vampire</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="Captivating Vampire" src="https://cards.scryfall.io/large/front/b/a/ba5ba14e-e990-4d1b-a903-baa7a085d69c.jpg?1783908016" />
    </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">
                $2.48
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.81},{&quot;2026-06-13&quot;:1.93},{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:1.93},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:1.94},{&quot;2026-06-20&quot;:1.92},{&quot;2026-06-21&quot;:1.92},{&quot;2026-06-22&quot;:1.92},{&quot;2026-06-23&quot;:1.92},{&quot;2026-06-24&quot;:1.88},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.76},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.78},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.78},{&quot;2026-07-01&quot;:1.78},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.77},{&quot;2026-07-04&quot;:1.81},{&quot;2026-07-05&quot;:1.8},{&quot;2026-07-06&quot;:1.8},{&quot;2026-07-07&quot;:1.8},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.85},{&quot;2026-07-11&quot;:1.85},{&quot;2026-07-12&quot;:1.85},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.85},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:2.0},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:1.91},{&quot;2026-07-19&quot;:1.91},{&quot;2026-07-20&quot;:1.88},{&quot;2026-07-21&quot;:1.88},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-25&quot;:1.89},{&quot;2026-07-26&quot;:1.89},{&quot;2026-07-27&quot;:1.89},{&quot;2026-07-28&quot;:1.85},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.88},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.88},{&quot;2026-08-04&quot;:1.8},{&quot;2026-08-05&quot;:1.78},{&quot;2026-08-07&quot;:1.84},{&quot;2026-08-08&quot;:1.84},{&quot;2026-08-09&quot;:1.84},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.91},{&quot;2026-08-15&quot;:1.91},{&quot;2026-08-16&quot;:1.93},{&quot;2026-08-17&quot;:1.93},{&quot;2026-08-18&quot;:1.93},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:1.93},{&quot;2026-08-22&quot;:1.93},{&quot;2026-08-23&quot;:1.93},{&quot;2026-08-24&quot;:1.93},{&quot;2026-08-25&quot;:1.93},{&quot;2026-08-26&quot;:2.08},{&quot;2026-08-27&quot;:2.09},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:2.08},{&quot;2026-08-31&quot;:2.08},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:2.08},{&quot;2026-09-03&quot;:2.08},{&quot;2026-09-04&quot;:2.08},{&quot;2026-09-05&quot;:2.04},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.98}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.0},{&quot;2026-06-13&quot;:1.88},{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:2.0},{&quot;2026-06-16&quot;:2.0},{&quot;2026-06-17&quot;:2.12},{&quot;2026-06-18&quot;:2.12},{&quot;2026-06-19&quot;:2.12},{&quot;2026-06-20&quot;:2.12},{&quot;2026-06-21&quot;:2.12},{&quot;2026-06-22&quot;:2.25},{&quot;2026-06-23&quot;:2.15},{&quot;2026-06-24&quot;:2.19},{&quot;2026-06-25&quot;:2.06},{&quot;2026-06-26&quot;:2.06},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.14},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.21},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.22},{&quot;2026-07-03&quot;:2.19},{&quot;2026-07-04&quot;:2.15},{&quot;2026-07-05&quot;:2.12},{&quot;2026-07-06&quot;:2.05},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.99},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:1.97},{&quot;2026-07-11&quot;:1.99},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:2.08},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.06},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:1.98},{&quot;2026-07-21&quot;:2.11},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:2.08},{&quot;2026-07-28&quot;:1.97},{&quot;2026-07-29&quot;:1.99},{&quot;2026-07-30&quot;:2.05},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.17},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:2.19},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:1.96},{&quot;2026-08-13&quot;:1.98},{&quot;2026-08-14&quot;:1.98},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.14},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.04},{&quot;2026-08-20&quot;:2.04},{&quot;2026-08-21&quot;:1.89},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.72},{&quot;2026-08-25&quot;:1.72},{&quot;2026-08-26&quot;:1.98},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:2.21},{&quot;2026-08-31&quot;:2.22},{&quot;2026-09-01&quot;:2.22},{&quot;2026-09-02&quot;:2.18},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.38},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:2.43},{&quot;2026-09-07&quot;:2.53},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.56},{&quot;2026-09-11&quot;:2.48},{&quot;2026-09-12&quot;:2.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12615"
  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">
            Jaya&#39;s Immolating Inferno
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.47
          </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="Jaya&#39;s Immolating Inferno" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/365336b4-92ee-429d-8f18-4624cba5469d.jpg?1783928712" />

        <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">
            Jaya&#39;s Immolating Inferno
        </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 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-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="Jaya&#39;s Immolating Inferno" src="https://cards.scryfall.io/large/front/3/6/365336b4-92ee-429d-8f18-4624cba5469d.jpg?1783928712" />
    </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">
                $2.47
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.07},{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.28},{&quot;2026-06-17&quot;:2.28},{&quot;2026-06-18&quot;:2.23},{&quot;2026-06-19&quot;:2.23},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.56},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-23&quot;:2.71},{&quot;2026-06-24&quot;:2.95},{&quot;2026-06-25&quot;:2.95},{&quot;2026-06-26&quot;:2.95},{&quot;2026-06-27&quot;:2.95},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.19},{&quot;2026-06-30&quot;:3.43},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.43},{&quot;2026-07-03&quot;:3.46},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.56},{&quot;2026-07-06&quot;:3.55},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.47},{&quot;2026-07-09&quot;:3.54},{&quot;2026-07-10&quot;:3.46},{&quot;2026-07-11&quot;:3.3},{&quot;2026-07-12&quot;:3.3},{&quot;2026-07-13&quot;:3.3},{&quot;2026-07-14&quot;:3.26},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.25},{&quot;2026-07-17&quot;:3.04},{&quot;2026-07-18&quot;:2.95},{&quot;2026-07-19&quot;:2.76},{&quot;2026-07-20&quot;:2.66},{&quot;2026-07-21&quot;:2.61},{&quot;2026-07-22&quot;:2.4},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-24&quot;:2.4},{&quot;2026-07-25&quot;:2.37},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.5},{&quot;2026-07-28&quot;:2.64},{&quot;2026-07-29&quot;:2.76},{&quot;2026-07-30&quot;:2.43},{&quot;2026-07-31&quot;:2.34},{&quot;2026-08-01&quot;:2.49},{&quot;2026-08-02&quot;:2.56},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.47},{&quot;2026-08-05&quot;:2.57},{&quot;2026-08-07&quot;:2.73},{&quot;2026-08-08&quot;:2.73},{&quot;2026-08-09&quot;:2.73},{&quot;2026-08-10&quot;:2.83},{&quot;2026-08-11&quot;:2.92},{&quot;2026-08-12&quot;:3.09},{&quot;2026-08-13&quot;:3.09},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:2.97},{&quot;2026-08-16&quot;:2.97},{&quot;2026-08-17&quot;:2.88},{&quot;2026-08-18&quot;:2.78},{&quot;2026-08-19&quot;:2.68},{&quot;2026-08-20&quot;:2.55},{&quot;2026-08-21&quot;:2.56},{&quot;2026-08-22&quot;:2.26},{&quot;2026-08-23&quot;:2.36},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.26},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.24},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.61},{&quot;2026-08-31&quot;:2.55},{&quot;2026-09-01&quot;:2.29},{&quot;2026-09-02&quot;:2.36},{&quot;2026-09-03&quot;:2.42},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.65},{&quot;2026-09-06&quot;:2.83},{&quot;2026-09-07&quot;:2.91},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.8},{&quot;2026-09-10&quot;:2.61},{&quot;2026-09-11&quot;:2.47},{&quot;2026-09-12&quot;:2.47}]}"
        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="14018"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.47
          </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="Reins of Power" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/b/9b5730aa-c74a-4c74-bb1b-a133a3c353ec.jpg?1783922462" />

        <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">
            Reins of Power
        </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-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="Reins of Power" src="https://cards.scryfall.io/large/front/9/b/9b5730aa-c74a-4c74-bb1b-a133a3c353ec.jpg?1783922462" />
    </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">
                $2.47
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-14&quot;:2.42},{&quot;2026-06-15&quot;:2.52},{&quot;2026-06-16&quot;:2.55},{&quot;2026-06-17&quot;:2.55},{&quot;2026-06-18&quot;:2.48},{&quot;2026-06-19&quot;:2.4},{&quot;2026-06-20&quot;:2.29},{&quot;2026-06-21&quot;:2.17},{&quot;2026-06-22&quot;:2.17},{&quot;2026-06-23&quot;:2.22},{&quot;2026-06-24&quot;:2.16},{&quot;2026-06-25&quot;:2.16},{&quot;2026-06-26&quot;:2.16},{&quot;2026-06-27&quot;:1.95},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:2.07},{&quot;2026-06-30&quot;:2.24},{&quot;2026-07-01&quot;:2.28},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.53},{&quot;2026-07-04&quot;:2.53},{&quot;2026-07-05&quot;:2.6},{&quot;2026-07-06&quot;:2.6},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.69},{&quot;2026-07-09&quot;:2.59},{&quot;2026-07-10&quot;:2.77},{&quot;2026-07-11&quot;:2.83},{&quot;2026-07-12&quot;:2.83},{&quot;2026-07-13&quot;:2.91},{&quot;2026-07-14&quot;:2.91},{&quot;2026-07-15&quot;:2.91},{&quot;2026-07-16&quot;:2.95},{&quot;2026-07-17&quot;:3.03},{&quot;2026-07-18&quot;:3.03},{&quot;2026-07-19&quot;:3.04},{&quot;2026-07-20&quot;:3.12},{&quot;2026-07-21&quot;:3.08},{&quot;2026-07-22&quot;:3.08},{&quot;2026-07-23&quot;:2.99},{&quot;2026-07-24&quot;:2.89},{&quot;2026-07-25&quot;:2.89},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.87},{&quot;2026-07-28&quot;:2.94},{&quot;2026-07-29&quot;:2.9},{&quot;2026-07-30&quot;:2.98},{&quot;2026-07-31&quot;:2.98},{&quot;2026-08-01&quot;:2.98},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.8},{&quot;2026-08-04&quot;:2.83},{&quot;2026-08-05&quot;:2.76},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.68},{&quot;2026-08-09&quot;:2.68},{&quot;2026-08-10&quot;:2.63},{&quot;2026-08-11&quot;:2.64},{&quot;2026-08-12&quot;:2.64},{&quot;2026-08-13&quot;:2.64},{&quot;2026-08-14&quot;:2.64},{&quot;2026-08-15&quot;:2.7},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.69},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.65},{&quot;2026-08-20&quot;:2.57},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.59},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.63},{&quot;2026-08-26&quot;:2.63},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.62},{&quot;2026-08-29&quot;:2.62},{&quot;2026-08-30&quot;:2.61},{&quot;2026-08-31&quot;:2.63},{&quot;2026-09-01&quot;:2.63},{&quot;2026-09-02&quot;:2.61},{&quot;2026-09-03&quot;:2.61},{&quot;2026-09-04&quot;:2.65},{&quot;2026-09-05&quot;:2.65},{&quot;2026-09-06&quot;:2.65},{&quot;2026-09-07&quot;:2.65},{&quot;2026-09-08&quot;:2.62},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.62},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.47}]}"
        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="18824"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-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">
            Counterspell
        </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">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.47
          </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="Counterspell" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d14d5ff3-40c0-4f22-91ad-d6c8447cb9e0.jpg?1783918389" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Counterspell" src="https://cards.scryfall.io/large/front/d/1/d14d5ff3-40c0-4f22-91ad-d6c8447cb9e0.jpg?1783918389" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.37},{&quot;2026-06-15&quot;:2.37},{&quot;2026-06-16&quot;:2.36},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.47},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.35},{&quot;2026-06-24&quot;:2.35},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.35},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.36},{&quot;2026-06-29&quot;:2.36},{&quot;2026-06-30&quot;:2.36},{&quot;2026-07-01&quot;:2.36},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.4},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.45},{&quot;2026-07-07&quot;:2.45},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.33},{&quot;2026-07-10&quot;:2.34},{&quot;2026-07-11&quot;:2.19},{&quot;2026-07-12&quot;:2.23},{&quot;2026-07-13&quot;:2.23},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.29},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.32},{&quot;2026-07-19&quot;:2.32},{&quot;2026-07-20&quot;:2.33},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.27},{&quot;2026-07-24&quot;:2.31},{&quot;2026-07-25&quot;:2.25},{&quot;2026-07-26&quot;:2.25},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-28&quot;:2.2},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.2},{&quot;2026-07-31&quot;:2.2},{&quot;2026-08-01&quot;:2.2},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.06},{&quot;2026-08-05&quot;:2.02},{&quot;2026-08-07&quot;:2.17},{&quot;2026-08-08&quot;:2.11},{&quot;2026-08-09&quot;:2.11},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.07},{&quot;2026-08-12&quot;:2.07},{&quot;2026-08-13&quot;:2.07},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:2.26},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.35},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.33},{&quot;2026-08-21&quot;:2.33},{&quot;2026-08-22&quot;:2.33},{&quot;2026-08-23&quot;:2.35},{&quot;2026-08-24&quot;:2.35},{&quot;2026-08-25&quot;:2.36},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.4},{&quot;2026-08-29&quot;:2.4},{&quot;2026-08-30&quot;:2.45},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.27},{&quot;2026-09-05&quot;:2.12},{&quot;2026-09-06&quot;:2.15},{&quot;2026-09-07&quot;:2.2},{&quot;2026-09-08&quot;:2.17},{&quot;2026-09-09&quot;:2.17},{&quot;2026-09-10&quot;:2.17},{&quot;2026-09-11&quot;:2.25},{&quot;2026-09-12&quot;:2.25}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.34},{&quot;2026-06-18&quot;:2.34},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.4},{&quot;2026-06-21&quot;:2.31},{&quot;2026-06-22&quot;:2.34},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.2},{&quot;2026-06-25&quot;:2.16},{&quot;2026-06-26&quot;:2.16},{&quot;2026-06-27&quot;:2.16},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:2.08},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.07},{&quot;2026-07-05&quot;:2.09},{&quot;2026-07-06&quot;:2.09},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.11},{&quot;2026-07-09&quot;:2.12},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.14},{&quot;2026-07-12&quot;:2.13},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.15},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.27},{&quot;2026-07-18&quot;:2.49},{&quot;2026-07-19&quot;:2.54},{&quot;2026-07-20&quot;:2.54},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-22&quot;:2.64},{&quot;2026-07-23&quot;:2.58},{&quot;2026-07-24&quot;:2.51},{&quot;2026-07-25&quot;:2.5},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-28&quot;:2.44},{&quot;2026-07-29&quot;:2.32},{&quot;2026-07-30&quot;:2.2},{&quot;2026-07-31&quot;:2.22},{&quot;2026-08-01&quot;:2.22},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.1},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.13},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.27},{&quot;2026-08-10&quot;:2.54},{&quot;2026-08-11&quot;:2.53},{&quot;2026-08-12&quot;:2.52},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.78},{&quot;2026-08-16&quot;:2.79},{&quot;2026-08-17&quot;:2.71},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.68},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.5},{&quot;2026-08-23&quot;:2.48},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.5},{&quot;2026-08-27&quot;:2.5},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&quot;2026-08-30&quot;:2.48},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.33},{&quot;2026-09-02&quot;:2.36},{&quot;2026-09-03&quot;:2.32},{&quot;2026-09-04&quot;:2.28},{&quot;2026-09-05&quot;:2.27},{&quot;2026-09-06&quot;:2.26},{&quot;2026-09-07&quot;:2.28},{&quot;2026-09-08&quot;:2.38},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.47}]}"
        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="30319"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.47
          </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="Instill Energy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0eeb4671-e6f6-4f64-83f8-8c2a56defa1b.jpg?1783947818" />

        <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">
            Instill Energy
        </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-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="Instill Energy" src="https://cards.scryfall.io/large/front/0/e/0eeb4671-e6f6-4f64-83f8-8c2a56defa1b.jpg?1783947818" />
    </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">
                $2.47
              </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">$0.72</span>
              <span class="text-xs text-grey-text">Credit: $0.94</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.31},{&quot;2026-06-15&quot;:1.31},{&quot;2026-06-16&quot;:1.31},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.36},{&quot;2026-06-20&quot;:1.38},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.38},{&quot;2026-06-23&quot;:1.38},{&quot;2026-06-24&quot;:1.38},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.38},{&quot;2026-06-27&quot;:1.36},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.47},{&quot;2026-06-30&quot;:1.56},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:2.19},{&quot;2026-07-03&quot;:2.43},{&quot;2026-07-04&quot;:2.43},{&quot;2026-07-05&quot;:2.43},{&quot;2026-07-06&quot;:2.41},{&quot;2026-07-07&quot;:2.41},{&quot;2026-07-08&quot;:2.41},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.41},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.54},{&quot;2026-07-15&quot;:2.54},{&quot;2026-07-16&quot;:2.54},{&quot;2026-07-17&quot;:2.54},{&quot;2026-07-18&quot;:2.54},{&quot;2026-07-19&quot;:2.51},{&quot;2026-07-20&quot;:2.51},{&quot;2026-07-21&quot;:2.51},{&quot;2026-07-22&quot;:2.51},{&quot;2026-07-23&quot;:2.51},{&quot;2026-07-24&quot;:2.51},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.54},{&quot;2026-07-28&quot;:2.54},{&quot;2026-07-29&quot;:2.54},{&quot;2026-07-30&quot;:2.54},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.59},{&quot;2026-08-03&quot;:2.55},{&quot;2026-08-04&quot;:2.55},{&quot;2026-08-05&quot;:2.55},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.55},{&quot;2026-08-09&quot;:2.55},{&quot;2026-08-10&quot;:2.55},{&quot;2026-08-11&quot;:2.55},{&quot;2026-08-12&quot;:2.68},{&quot;2026-08-13&quot;:2.68},{&quot;2026-08-14&quot;:2.69},{&quot;2026-08-15&quot;:2.69},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.69},{&quot;2026-08-20&quot;:2.69},{&quot;2026-08-21&quot;:2.7},{&quot;2026-08-22&quot;:2.7},{&quot;2026-08-23&quot;:2.7},{&quot;2026-08-24&quot;:2.7},{&quot;2026-08-25&quot;:2.7},{&quot;2026-08-26&quot;:2.74},{&quot;2026-08-27&quot;:2.74},{&quot;2026-08-28&quot;:2.74},{&quot;2026-08-29&quot;:2.74},{&quot;2026-08-30&quot;:2.67},{&quot;2026-08-31&quot;:2.67},{&quot;2026-09-01&quot;:2.67},{&quot;2026-09-02&quot;:2.54},{&quot;2026-09-03&quot;:2.54},{&quot;2026-09-04&quot;:2.54},{&quot;2026-09-05&quot;:2.54},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.54},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.67},{&quot;2026-09-12&quot;:2.47}]}"
        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="87420"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.47
          </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="Copy Enchantment" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36924d70-5ede-4eed-a7db-7bc74d3eede9.jpg?1783914930" />

        <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">
            Copy Enchantment
        </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-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="Copy Enchantment" src="https://cards.scryfall.io/large/front/3/6/36924d70-5ede-4eed-a7db-7bc74d3eede9.jpg?1783914930" />
    </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">
                $2.47
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:6.64},{&quot;2026-06-13&quot;:6.64},{&quot;2026-06-14&quot;:6.49},{&quot;2026-06-15&quot;:6.49},{&quot;2026-06-16&quot;:6.49},{&quot;2026-06-17&quot;:6.41},{&quot;2026-06-18&quot;:6.32},{&quot;2026-06-19&quot;:6.32},{&quot;2026-06-20&quot;:6.27},{&quot;2026-06-21&quot;:6.27},{&quot;2026-06-22&quot;:6.27},{&quot;2026-06-23&quot;:6.27},{&quot;2026-06-24&quot;:6.27},{&quot;2026-06-25&quot;:6.27},{&quot;2026-06-26&quot;:6.27},{&quot;2026-06-27&quot;:6.32},{&quot;2026-06-28&quot;:6.32},{&quot;2026-06-29&quot;:6.48},{&quot;2026-06-30&quot;:6.47},{&quot;2026-07-01&quot;:6.5},{&quot;2026-07-02&quot;:6.5},{&quot;2026-07-03&quot;:6.5},{&quot;2026-07-04&quot;:6.5},{&quot;2026-07-05&quot;:6.4},{&quot;2026-07-06&quot;:6.4},{&quot;2026-07-07&quot;:6.4},{&quot;2026-07-08&quot;:6.4},{&quot;2026-07-09&quot;:6.43},{&quot;2026-07-10&quot;:6.48},{&quot;2026-07-11&quot;:6.48},{&quot;2026-07-12&quot;:6.47},{&quot;2026-07-13&quot;:6.44},{&quot;2026-07-14&quot;:6.44},{&quot;2026-07-15&quot;:6.43},{&quot;2026-07-16&quot;:6.45},{&quot;2026-07-17&quot;:6.45},{&quot;2026-07-18&quot;:6.45},{&quot;2026-07-19&quot;:6.47},{&quot;2026-07-20&quot;:6.47},{&quot;2026-07-21&quot;:6.39},{&quot;2026-07-23&quot;:6.46},{&quot;2026-07-25&quot;:6.5},{&quot;2026-07-26&quot;:6.52},{&quot;2026-07-27&quot;:6.56},{&quot;2026-07-28&quot;:6.66},{&quot;2026-07-29&quot;:6.65},{&quot;2026-07-30&quot;:6.65},{&quot;2026-07-31&quot;:6.65},{&quot;2026-08-01&quot;:6.65},{&quot;2026-08-02&quot;:6.65},{&quot;2026-08-03&quot;:6.65},{&quot;2026-08-04&quot;:6.72},{&quot;2026-08-05&quot;:6.72},{&quot;2026-08-07&quot;:6.75},{&quot;2026-08-08&quot;:6.75},{&quot;2026-08-09&quot;:6.75},{&quot;2026-08-10&quot;:6.75},{&quot;2026-08-11&quot;:6.76},{&quot;2026-08-12&quot;:6.76},{&quot;2026-08-13&quot;:6.75},{&quot;2026-08-14&quot;:6.8},{&quot;2026-08-15&quot;:6.82},{&quot;2026-08-16&quot;:6.79},{&quot;2026-08-17&quot;:6.79},{&quot;2026-08-18&quot;:6.86},{&quot;2026-08-19&quot;:6.86},{&quot;2026-08-20&quot;:6.86},{&quot;2026-08-21&quot;:6.85},{&quot;2026-08-22&quot;:6.88},{&quot;2026-08-23&quot;:6.88},{&quot;2026-08-24&quot;:6.88},{&quot;2026-08-25&quot;:6.88},{&quot;2026-08-26&quot;:6.85},{&quot;2026-08-27&quot;:6.83},{&quot;2026-08-28&quot;:6.83},{&quot;2026-08-29&quot;:6.83},{&quot;2026-08-30&quot;:6.86},{&quot;2026-08-31&quot;:6.86},{&quot;2026-09-01&quot;:6.86},{&quot;2026-09-02&quot;:6.89},{&quot;2026-09-03&quot;:6.89},{&quot;2026-09-04&quot;:6.89},{&quot;2026-09-05&quot;:6.87},{&quot;2026-09-06&quot;:6.9},{&quot;2026-09-07&quot;:6.95},{&quot;2026-09-08&quot;:6.95},{&quot;2026-09-09&quot;:7.2},{&quot;2026-09-10&quot;:7.2},{&quot;2026-09-11&quot;:7.21},{&quot;2026-09-12&quot;:7.21}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.55},{&quot;2026-06-13&quot;:2.68},{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.71},{&quot;2026-06-18&quot;:2.58},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.45},{&quot;2026-06-21&quot;:2.36},{&quot;2026-06-22&quot;:2.4},{&quot;2026-06-23&quot;:2.18},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:1.85},{&quot;2026-06-26&quot;:1.86},{&quot;2026-06-27&quot;:1.86},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.77},{&quot;2026-06-30&quot;:1.88},{&quot;2026-07-01&quot;:1.76},{&quot;2026-07-02&quot;:1.8},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.81},{&quot;2026-07-06&quot;:1.88},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.95},{&quot;2026-07-09&quot;:1.95},{&quot;2026-07-10&quot;:1.97},{&quot;2026-07-11&quot;:1.85},{&quot;2026-07-12&quot;:1.89},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.79},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.73},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.71},{&quot;2026-07-19&quot;:1.72},{&quot;2026-07-20&quot;:1.72},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-23&quot;:1.84},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-28&quot;:2.04},{&quot;2026-07-29&quot;:2.01},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:2.19},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.27},{&quot;2026-08-03&quot;:2.37},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.32},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.32},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.48},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.43},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.15},{&quot;2026-08-17&quot;:2.13},{&quot;2026-08-18&quot;:2.18},{&quot;2026-08-19&quot;:2.29},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.63},{&quot;2026-08-23&quot;:2.81},{&quot;2026-08-24&quot;:2.99},{&quot;2026-08-25&quot;:2.99},{&quot;2026-08-26&quot;:3.02},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.77},{&quot;2026-09-01&quot;:2.77},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.29},{&quot;2026-09-05&quot;:2.13},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:2.02},{&quot;2026-09-09&quot;:2.19},{&quot;2026-09-10&quot;:2.11},{&quot;2026-09-11&quot;:2.4},{&quot;2026-09-12&quot;:2.47}]}"
        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="108312"
  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-pza 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">
            Arcbound Ravager
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Beast
      </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">
            $2.47
          </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="Arcbound Ravager" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/108033ab-e9d0-4510-9075-f28c3044629c.jpg?1783904176" />

        <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">
            Arcbound Ravager
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Beast</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="Arcbound Ravager" src="https://cards.scryfall.io/large/front/1/0/108033ab-e9d0-4510-9075-f28c3044629c.jpg?1783904176" />
    </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">
                $2.47
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:3.84},{&quot;2026-06-15&quot;:3.72},{&quot;2026-06-16&quot;:3.74},{&quot;2026-06-17&quot;:3.74},{&quot;2026-06-18&quot;:3.8},{&quot;2026-06-19&quot;:3.84},{&quot;2026-06-20&quot;:3.89},{&quot;2026-06-21&quot;:3.87},{&quot;2026-06-22&quot;:3.87},{&quot;2026-06-23&quot;:3.91},{&quot;2026-06-24&quot;:3.91},{&quot;2026-06-25&quot;:3.89},{&quot;2026-06-26&quot;:3.89},{&quot;2026-06-27&quot;:3.89},{&quot;2026-06-28&quot;:3.89},{&quot;2026-06-29&quot;:3.91},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.73},{&quot;2026-07-02&quot;:3.74},{&quot;2026-07-03&quot;:3.71},{&quot;2026-07-04&quot;:3.71},{&quot;2026-07-05&quot;:3.73},{&quot;2026-07-06&quot;:3.83},{&quot;2026-07-07&quot;:3.84},{&quot;2026-07-08&quot;:3.81},{&quot;2026-07-09&quot;:3.89},{&quot;2026-07-10&quot;:3.89},{&quot;2026-07-11&quot;:3.89},{&quot;2026-07-12&quot;:3.86},{&quot;2026-07-13&quot;:3.88},{&quot;2026-07-14&quot;:3.87},{&quot;2026-07-15&quot;:3.87},{&quot;2026-07-16&quot;:3.87},{&quot;2026-07-17&quot;:3.81},{&quot;2026-07-18&quot;:3.84},{&quot;2026-07-19&quot;:3.78},{&quot;2026-07-20&quot;:3.8},{&quot;2026-07-21&quot;:3.81},{&quot;2026-07-22&quot;:3.76},{&quot;2026-07-23&quot;:3.79},{&quot;2026-07-24&quot;:3.79},{&quot;2026-07-25&quot;:3.7},{&quot;2026-07-26&quot;:3.72},{&quot;2026-07-27&quot;:3.84},{&quot;2026-07-28&quot;:3.89},{&quot;2026-07-29&quot;:4.0},{&quot;2026-07-30&quot;:3.97},{&quot;2026-07-31&quot;:3.98},{&quot;2026-08-01&quot;:3.98},{&quot;2026-08-02&quot;:3.98},{&quot;2026-08-03&quot;:3.98},{&quot;2026-08-04&quot;:3.99},{&quot;2026-08-05&quot;:3.99},{&quot;2026-08-07&quot;:3.92},{&quot;2026-08-08&quot;:3.92},{&quot;2026-08-09&quot;:3.94},{&quot;2026-08-10&quot;:4.04},{&quot;2026-08-11&quot;:3.92},{&quot;2026-08-12&quot;:3.92},{&quot;2026-08-13&quot;:3.92},{&quot;2026-08-14&quot;:3.9},{&quot;2026-08-15&quot;:3.9},{&quot;2026-08-16&quot;:3.9},{&quot;2026-08-17&quot;:3.95},{&quot;2026-08-18&quot;:3.95},{&quot;2026-08-19&quot;:3.95},{&quot;2026-08-20&quot;:3.84},{&quot;2026-08-21&quot;:3.88},{&quot;2026-08-22&quot;:3.92},{&quot;2026-08-23&quot;:4.01},{&quot;2026-08-24&quot;:3.99},{&quot;2026-08-25&quot;:3.89},{&quot;2026-08-26&quot;:3.81},{&quot;2026-08-27&quot;:3.81},{&quot;2026-08-28&quot;:3.81},{&quot;2026-08-29&quot;:3.81},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.76},{&quot;2026-09-01&quot;:3.85},{&quot;2026-09-02&quot;:3.85},{&quot;2026-09-03&quot;:3.85},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:3.85},{&quot;2026-09-06&quot;:3.88},{&quot;2026-09-07&quot;:3.88},{&quot;2026-09-08&quot;:4.0},{&quot;2026-09-09&quot;:4.0},{&quot;2026-09-10&quot;:4.0},{&quot;2026-09-11&quot;:3.97},{&quot;2026-09-12&quot;:3.97}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.92},{&quot;2026-06-15&quot;:2.88},{&quot;2026-06-16&quot;:2.87},{&quot;2026-06-17&quot;:2.81},{&quot;2026-06-18&quot;:2.72},{&quot;2026-06-19&quot;:2.81},{&quot;2026-06-20&quot;:3.14},{&quot;2026-06-21&quot;:3.1},{&quot;2026-06-22&quot;:3.1},{&quot;2026-06-23&quot;:3.05},{&quot;2026-06-24&quot;:2.86},{&quot;2026-06-25&quot;:2.89},{&quot;2026-06-26&quot;:2.57},{&quot;2026-06-27&quot;:2.45},{&quot;2026-06-28&quot;:2.46},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.34},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.21},{&quot;2026-07-04&quot;:2.19},{&quot;2026-07-05&quot;:2.22},{&quot;2026-07-06&quot;:2.24},{&quot;2026-07-07&quot;:2.16},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.3},{&quot;2026-07-11&quot;:2.39},{&quot;2026-07-12&quot;:2.47},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.5},{&quot;2026-07-15&quot;:2.63},{&quot;2026-07-16&quot;:2.57},{&quot;2026-07-17&quot;:2.58},{&quot;2026-07-18&quot;:2.64},{&quot;2026-07-19&quot;:2.62},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.85},{&quot;2026-07-22&quot;:3.18},{&quot;2026-07-23&quot;:3.08},{&quot;2026-07-24&quot;:2.9},{&quot;2026-07-25&quot;:2.87},{&quot;2026-07-26&quot;:2.9},{&quot;2026-07-27&quot;:2.99},{&quot;2026-07-28&quot;:2.9},{&quot;2026-07-29&quot;:2.77},{&quot;2026-07-30&quot;:2.68},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.79},{&quot;2026-08-02&quot;:2.78},{&quot;2026-08-03&quot;:2.67},{&quot;2026-08-04&quot;:2.88},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.67},{&quot;2026-08-08&quot;:2.55},{&quot;2026-08-09&quot;:2.68},{&quot;2026-08-10&quot;:2.67},{&quot;2026-08-11&quot;:2.66},{&quot;2026-08-12&quot;:2.56},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.46},{&quot;2026-08-16&quot;:2.47},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.43},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.5},{&quot;2026-08-21&quot;:2.5},{&quot;2026-08-22&quot;:2.54},{&quot;2026-08-23&quot;:2.54},{&quot;2026-08-24&quot;:2.55},{&quot;2026-08-25&quot;:2.55},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.6},{&quot;2026-08-28&quot;:2.63},{&quot;2026-08-29&quot;:2.63},{&quot;2026-08-30&quot;:2.71},{&quot;2026-08-31&quot;:2.55},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.43},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.31},{&quot;2026-09-05&quot;:2.28},{&quot;2026-09-06&quot;:2.35},{&quot;2026-09-07&quot;:2.5},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.48},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.53},{&quot;2026-09-12&quot;:2.47}]}"
        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="9860"
  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-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">
            Swiftfoot Boots
        </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">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.46
          </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="Swiftfoot Boots" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/a/1ae84b5c-d3ad-48a3-9ccc-1dd76cee392c.jpg?1783934256" />

        <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">
            Swiftfoot Boots
        </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="Swiftfoot Boots" src="https://cards.scryfall.io/large/front/1/a/1ae84b5c-d3ad-48a3-9ccc-1dd76cee392c.jpg?1783934256" />
    </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">
                $2.46
              </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;normal&quot;:[{&quot;2026-06-14&quot;:1.94},{&quot;2026-06-15&quot;:1.94},{&quot;2026-06-16&quot;:1.94},{&quot;2026-06-17&quot;:1.94},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.93},{&quot;2026-06-21&quot;:1.93},{&quot;2026-06-22&quot;:1.93},{&quot;2026-06-23&quot;:1.93},{&quot;2026-06-24&quot;:1.93},{&quot;2026-06-25&quot;:1.93},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.89},{&quot;2026-06-28&quot;:1.89},{&quot;2026-06-29&quot;:1.89},{&quot;2026-06-30&quot;:1.9},{&quot;2026-07-01&quot;:1.92},{&quot;2026-07-02&quot;:1.92},{&quot;2026-07-03&quot;:1.95},{&quot;2026-07-04&quot;:1.97},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.97},{&quot;2026-07-09&quot;:1.97},{&quot;2026-07-10&quot;:1.99},{&quot;2026-07-11&quot;:1.99},{&quot;2026-07-12&quot;:1.99},{&quot;2026-07-13&quot;:1.99},{&quot;2026-07-14&quot;:1.92},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.93},{&quot;2026-07-17&quot;:1.94},{&quot;2026-07-18&quot;:1.94},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:2.02},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-22&quot;:2.02},{&quot;2026-07-23&quot;:2.07},{&quot;2026-07-24&quot;:2.07},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.07},{&quot;2026-07-27&quot;:2.07},{&quot;2026-07-28&quot;:2.07},{&quot;2026-07-29&quot;:2.07},{&quot;2026-07-30&quot;:2.07},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.07},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:2.07},{&quot;2026-08-05&quot;:2.07},{&quot;2026-08-07&quot;:2.08},{&quot;2026-08-08&quot;:2.18},{&quot;2026-08-09&quot;:2.18},{&quot;2026-08-10&quot;:2.25},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.25},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.25},{&quot;2026-08-18&quot;:2.25},{&quot;2026-08-19&quot;:2.25},{&quot;2026-08-20&quot;:2.25},{&quot;2026-08-21&quot;:2.25},{&quot;2026-08-22&quot;:2.24},{&quot;2026-08-23&quot;:2.25},{&quot;2026-08-24&quot;:2.25},{&quot;2026-08-25&quot;:2.3},{&quot;2026-08-26&quot;:2.31},{&quot;2026-08-27&quot;:2.31},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.32},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.34},{&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.36},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.36},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.46}]}"
        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 1651-1700 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=33&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=33&amp;username=denvermullets" rel="prev">33</a><a role="link" aria-disabled="true" aria-current="page">34</a><a href="/load_collection?direction=asc&amp;page=35&amp;username=denvermullets" rel="next">35</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=35&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="19234"
          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">
              419
            </td>

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


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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.58
            </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="42008"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42008" src="/boxset_card/42008?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brc ss-mythic ss-fw ss-2x mr-4"></i>
              Titania, Nature&#39;s Force


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-mythic ss-fw ss-2x mr-4"></i>
              Neriv, Heart of the Storm


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x mr-4"></i>
              Jadar, Ghoulcaller of Nephalia


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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="36642"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36642" src="/boxset_card/36642?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109653"
          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">
              145
            </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>
              Emeritus of Abundance // Regrowth


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76000"
          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">
              308
            </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>
              Metallic Mimic


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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="76000"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76000" src="/boxset_card/76000?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Jidoor, Aristocratic Capital // Overture


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96258"
          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">
              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-eoc ss-uncommon ss-fw ss-2x mr-4"></i>
              Nature&#39;s Lore


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9266"
          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-c18 ss-rare ss-fw ss-2x mr-4"></i>
              Treasure Nabber


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20495"
          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">
              143
            </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>
              Devoted Druid


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      17%
                    </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.16
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x mr-4"></i>
              Emet-Selch, Unsundered // Hades, Sorcerer of Eld


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="92620"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_92620" src="/boxset_card/92620?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109001"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              209
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x mr-4"></i>
              Blood Artist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.52

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      27%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109001"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109001" src="/boxset_card/109001?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16160"
          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">
              180
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Feline Sovereign


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Cat
            </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">
                  $2.51

                    <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.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16160"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16160" src="/boxset_card/16160?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19109"
          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-dmr ss-uncommon ss-fw ss-2x mr-4"></i>
              Damping Sphere


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.51

                    <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">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19109"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19109" src="/boxset_card/19109?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20096"
          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">
              44
            </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-common ss-fw ss-2x mr-4"></i>
              Brainstorm


            </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">
                  $2.51

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20096"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20096" src="/boxset_card/20096?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21154"
          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-2x2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Lightning Bolt


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.35

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.51

                    <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">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21154"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21154" src="/boxset_card/21154?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75275"
          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">
              NPH-29
            </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>
              Blighted Agent


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Phyrexian Human Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.51

                    <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.30
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.86
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75275"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75275" src="/boxset_card/75275?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12557"
          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">
              395
            </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-common ss-fw ss-2x mr-4"></i>
              Counterspell


            </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><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">
                  $2.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12557"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12557" src="/boxset_card/12557?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16262"
          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">
              34
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-voc ss-rare ss-fw ss-2x mr-4"></i>
              Doom Weaver


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spider Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.50

                    <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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16262"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16262" src="/boxset_card/16262?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19416"
          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">
              21
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmc ss-rare ss-fw ss-2x mr-4"></i>
              Historian&#39;s Boon


            </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-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19416"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19416" src="/boxset_card/19416?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42258"
          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-neo ss-mythic ss-fw ss-2x mr-4"></i>
              Blade of the Oni


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Equipment 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-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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.50

                </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="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.05
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="42258"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42258" src="/boxset_card/42258?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="44273"
          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">
              221
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m11 ss-uncommon ss-fw ss-2x mr-4"></i>
              Whispersilk Cloak


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="44273"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_44273" src="/boxset_card/44273?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80667"
          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">
              PLC-131
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Jedit Ojanen of Efrava


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Cat Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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">
                  $2.50

                    <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.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.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80667"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80667" src="/boxset_card/80667?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10172"
          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">
              18
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c21 ss-rare ss-fw ss-2x mr-4"></i>
              Losheel, Clockwork Scholar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elephant Artificer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.49

                    <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.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="10172"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10172" src="/boxset_card/10172?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11943"
          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">
              189
            </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>
              Krark, the Thumbless


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Goblin Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.49

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      12%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.95

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </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.71
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11943"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11943" src="/boxset_card/11943?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14211"
          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">
              795
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x mr-4"></i>
              Goblin Spymaster


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin Rogue
            </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">
                  $2.49

                    <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">
                $0.26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14211"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14211" src="/boxset_card/14211?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53138"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              153
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Swords to Plowshares


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.49

                    <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.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53138"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53138" src="/boxset_card/53138?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84122"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CHK-229
            </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>
              Myojin of Life&#39;s Web


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.49

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.65
            </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="84122"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_84122" src="/boxset_card/84122?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41351"
          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">
              86
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Thousand-Faced Shadow


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Ninja
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.48

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      16%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41351"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41351" src="/boxset_card/41351?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53781"
          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">
              164
            </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-rare ss-fw ss-2x mr-4"></i>
              Sword of Vengeance


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.48

                    <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">
                $0.45
            </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="53781"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53781" src="/boxset_card/53781?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77211"
          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">
              ONS-64
            </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>
              Aphetto Alchemist


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.48

                    <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.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.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77211"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77211" src="/boxset_card/77211?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91184"
          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">
              374
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x mr-4"></i>
              Captivating Vampire


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.48

                    <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.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.82
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91184"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91184" src="/boxset_card/91184?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12615"
          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">
              415
            </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>
              Jaya&#39;s Immolating Inferno


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary 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-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">
                  $2.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12615"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12615" src="/boxset_card/12615?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14018"
          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">
              734
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x mr-4"></i>
              Reins of Power


            </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-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">
                  $2.47

                    <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">
                $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.74
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14018"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14018" src="/boxset_card/14018?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18824"
          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">
              281
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-common ss-fw ss-2x mr-4"></i>
              Counterspell


            </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><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">
                  $2.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.25

                    <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">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </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="18824"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18824" src="/boxset_card/18824?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30319"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              252
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-uncommon ss-fw ss-2x mr-4"></i>
              Instill Energy


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.47

                    <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">
                $0.72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30319"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30319" src="/boxset_card/30319?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87420"
          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">
              16
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x mr-4"></i>
              Copy Enchantment


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      20%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87420"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87420" src="/boxset_card/87420?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108312"
          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-pza ss-mythic ss-fw ss-2x mr-4"></i>
              Arcbound Ravager


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Beast
            </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">
                  $2.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108312"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108312" src="/boxset_card/108312?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9860"
          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-c18 ss-uncommon ss-fw ss-2x mr-4"></i>
              Swiftfoot Boots


            </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">
                  $2.46

                    <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">
                $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.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9860"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9860" src="/boxset_card/9860?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 1651-1700 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=33&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=33&amp;username=denvermullets" rel="prev">33</a><a role="link" aria-disabled="true" aria-current="page">34</a><a href="/load_collection?direction=asc&amp;page=35&amp;username=denvermullets" rel="next">35</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=35&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>