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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Meathook Massacre" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/9/09dbe391-a817-4347-986f-13849746db56.jpg?1783908011" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            The Meathook Massacre
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="The Meathook Massacre" src="https://cards.scryfall.io/large/front/0/9/09dbe391-a817-4347-986f-13849746db56.jpg?1783908011" />
    </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">
                $24.22
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:29.02},{&quot;2026-06-13&quot;:29.02},{&quot;2026-06-14&quot;:29.02},{&quot;2026-06-15&quot;:29.22},{&quot;2026-06-16&quot;:29.22},{&quot;2026-06-17&quot;:28.75},{&quot;2026-06-18&quot;:28.75},{&quot;2026-06-19&quot;:28.83},{&quot;2026-06-20&quot;:28.83},{&quot;2026-06-21&quot;:28.67},{&quot;2026-06-22&quot;:28.71},{&quot;2026-06-23&quot;:28.71},{&quot;2026-06-24&quot;:28.66},{&quot;2026-06-25&quot;:28.66},{&quot;2026-06-26&quot;:28.71},{&quot;2026-06-27&quot;:28.71},{&quot;2026-06-28&quot;:28.71},{&quot;2026-06-29&quot;:28.71},{&quot;2026-06-30&quot;:28.71},{&quot;2026-07-01&quot;:28.71},{&quot;2026-07-02&quot;:29.2},{&quot;2026-07-03&quot;:29.43},{&quot;2026-07-04&quot;:29.7},{&quot;2026-07-05&quot;:29.7},{&quot;2026-07-06&quot;:29.7},{&quot;2026-07-07&quot;:29.7},{&quot;2026-07-08&quot;:29.49},{&quot;2026-07-09&quot;:29.93},{&quot;2026-07-10&quot;:29.93},{&quot;2026-07-11&quot;:29.53},{&quot;2026-07-12&quot;:29.53},{&quot;2026-07-13&quot;:29.53},{&quot;2026-07-14&quot;:29.53},{&quot;2026-07-15&quot;:29.53},{&quot;2026-07-16&quot;:29.53},{&quot;2026-07-17&quot;:29.53},{&quot;2026-07-18&quot;:29.53},{&quot;2026-07-19&quot;:29.92},{&quot;2026-07-20&quot;:29.92},{&quot;2026-07-21&quot;:30.23},{&quot;2026-07-23&quot;:30.23},{&quot;2026-07-24&quot;:30.23},{&quot;2026-07-25&quot;:30.15},{&quot;2026-07-26&quot;:30.2},{&quot;2026-07-27&quot;:30.14},{&quot;2026-07-28&quot;:29.98},{&quot;2026-07-29&quot;:29.98},{&quot;2026-07-30&quot;:30.38},{&quot;2026-07-31&quot;:30.59},{&quot;2026-08-01&quot;:30.83},{&quot;2026-08-02&quot;:30.83},{&quot;2026-08-03&quot;:30.83},{&quot;2026-08-04&quot;:30.83},{&quot;2026-08-05&quot;:31.17},{&quot;2026-08-07&quot;:31.48},{&quot;2026-08-08&quot;:31.48},{&quot;2026-08-09&quot;:31.48},{&quot;2026-08-10&quot;:31.48},{&quot;2026-08-11&quot;:31.31},{&quot;2026-08-12&quot;:31.31},{&quot;2026-08-13&quot;:31.47},{&quot;2026-08-14&quot;:31.19},{&quot;2026-08-15&quot;:31.19},{&quot;2026-08-16&quot;:31.19},{&quot;2026-08-17&quot;:31.19},{&quot;2026-08-18&quot;:31.78},{&quot;2026-08-19&quot;:31.83},{&quot;2026-08-20&quot;:31.83},{&quot;2026-08-21&quot;:31.83},{&quot;2026-08-22&quot;:31.83},{&quot;2026-08-23&quot;:31.83},{&quot;2026-08-24&quot;:31.83},{&quot;2026-08-25&quot;:31.83},{&quot;2026-08-26&quot;:31.83},{&quot;2026-08-27&quot;:31.92},{&quot;2026-08-28&quot;:31.92},{&quot;2026-08-29&quot;:31.92},{&quot;2026-08-30&quot;:31.91},{&quot;2026-08-31&quot;:31.91},{&quot;2026-09-01&quot;:32.01},{&quot;2026-09-02&quot;:32.11},{&quot;2026-09-03&quot;:32.11},{&quot;2026-09-04&quot;:32.11},{&quot;2026-09-05&quot;:32.11},{&quot;2026-09-06&quot;:32.11},{&quot;2026-09-07&quot;:32.11},{&quot;2026-09-08&quot;:32.11},{&quot;2026-09-09&quot;:32.27},{&quot;2026-09-10&quot;:32.46},{&quot;2026-09-11&quot;:32.49}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:27.58},{&quot;2026-06-13&quot;:27.58},{&quot;2026-06-14&quot;:27.58},{&quot;2026-06-15&quot;:27.34},{&quot;2026-06-16&quot;:27.34},{&quot;2026-06-17&quot;:27.34},{&quot;2026-06-18&quot;:27.34},{&quot;2026-06-19&quot;:27.34},{&quot;2026-06-20&quot;:27.4},{&quot;2026-06-21&quot;:27.4},{&quot;2026-06-22&quot;:27.61},{&quot;2026-06-23&quot;:27.61},{&quot;2026-06-24&quot;:27.28},{&quot;2026-06-25&quot;:27.28},{&quot;2026-06-26&quot;:27.1},{&quot;2026-06-27&quot;:26.59},{&quot;2026-06-28&quot;:26.69},{&quot;2026-06-29&quot;:26.69},{&quot;2026-06-30&quot;:26.69},{&quot;2026-07-01&quot;:26.69},{&quot;2026-07-02&quot;:26.69},{&quot;2026-07-03&quot;:26.69},{&quot;2026-07-04&quot;:26.68},{&quot;2026-07-05&quot;:26.68},{&quot;2026-07-06&quot;:26.68},{&quot;2026-07-07&quot;:26.33},{&quot;2026-07-08&quot;:26.33},{&quot;2026-07-09&quot;:26.34},{&quot;2026-07-10&quot;:26.16},{&quot;2026-07-11&quot;:26.44},{&quot;2026-07-12&quot;:26.44},{&quot;2026-07-13&quot;:26.12},{&quot;2026-07-14&quot;:26.45},{&quot;2026-07-15&quot;:26.43},{&quot;2026-07-16&quot;:26.58},{&quot;2026-07-17&quot;:26.7},{&quot;2026-07-18&quot;:26.47},{&quot;2026-07-19&quot;:26.49},{&quot;2026-07-20&quot;:26.49},{&quot;2026-07-21&quot;:26.49},{&quot;2026-07-23&quot;:26.49},{&quot;2026-07-24&quot;:26.49},{&quot;2026-07-25&quot;:26.71},{&quot;2026-07-26&quot;:26.6},{&quot;2026-07-27&quot;:26.6},{&quot;2026-07-28&quot;:26.53},{&quot;2026-07-29&quot;:26.73},{&quot;2026-07-30&quot;:26.73},{&quot;2026-07-31&quot;:26.73},{&quot;2026-08-01&quot;:27.12},{&quot;2026-08-02&quot;:27.12},{&quot;2026-08-03&quot;:27.12},{&quot;2026-08-04&quot;:27.17},{&quot;2026-08-05&quot;:27.09},{&quot;2026-08-07&quot;:27.3},{&quot;2026-08-08&quot;:27.3},{&quot;2026-08-09&quot;:27.34},{&quot;2026-08-10&quot;:27.34},{&quot;2026-08-11&quot;:27.34},{&quot;2026-08-12&quot;:26.8},{&quot;2026-08-13&quot;:26.83},{&quot;2026-08-14&quot;:26.72},{&quot;2026-08-15&quot;:26.72},{&quot;2026-08-16&quot;:26.79},{&quot;2026-08-17&quot;:26.59},{&quot;2026-08-18&quot;:26.59},{&quot;2026-08-19&quot;:26.59},{&quot;2026-08-20&quot;:26.59},{&quot;2026-08-21&quot;:26.7},{&quot;2026-08-22&quot;:26.7},{&quot;2026-08-23&quot;:26.45},{&quot;2026-08-24&quot;:26.45},{&quot;2026-08-25&quot;:26.06},{&quot;2026-08-26&quot;:25.88},{&quot;2026-08-27&quot;:25.88},{&quot;2026-08-28&quot;:25.72},{&quot;2026-08-29&quot;:25.72},{&quot;2026-08-30&quot;:25.61},{&quot;2026-08-31&quot;:25.48},{&quot;2026-09-01&quot;:25.48},{&quot;2026-09-02&quot;:25.53},{&quot;2026-09-03&quot;:25.63},{&quot;2026-09-04&quot;:25.5},{&quot;2026-09-05&quot;:25.42},{&quot;2026-09-06&quot;:24.34},{&quot;2026-09-07&quot;:24.22},{&quot;2026-09-08&quot;:24.22},{&quot;2026-09-09&quot;:24.21},{&quot;2026-09-10&quot;:24.21},{&quot;2026-09-11&quot;:24.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="99307"
  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">
            Hexing Squelcher
        </span>


      </div>

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

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

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

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

        <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">
            Hexing Squelcher
        </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 Sorcerer</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="Hexing Squelcher" src="https://cards.scryfall.io/large/front/6/7/674960ce-ff33-4d5e-a24a-a4582b2e9809.jpg?1782684015" />
    </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">
                $22.78
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$19.50</span>
              <span class="text-xs text-grey-text">Credit: $25.35</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">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</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;:23.71},{&quot;2026-06-13&quot;:23.83},{&quot;2026-06-14&quot;:22.64},{&quot;2026-06-15&quot;:22.5},{&quot;2026-06-16&quot;:22.96},{&quot;2026-06-17&quot;:22.99},{&quot;2026-06-18&quot;:22.74},{&quot;2026-06-19&quot;:22.75},{&quot;2026-06-20&quot;:22.37},{&quot;2026-06-21&quot;:22.27},{&quot;2026-06-22&quot;:22.67},{&quot;2026-06-23&quot;:22.53},{&quot;2026-06-24&quot;:22.1},{&quot;2026-06-25&quot;:22.37},{&quot;2026-06-26&quot;:22.35},{&quot;2026-06-27&quot;:22.35},{&quot;2026-06-28&quot;:22.54},{&quot;2026-06-29&quot;:22.67},{&quot;2026-06-30&quot;:22.37},{&quot;2026-07-01&quot;:22.54},{&quot;2026-07-02&quot;:22.26},{&quot;2026-07-03&quot;:21.92},{&quot;2026-07-04&quot;:22.19},{&quot;2026-07-05&quot;:22.16},{&quot;2026-07-06&quot;:22.16},{&quot;2026-07-07&quot;:22.08},{&quot;2026-07-08&quot;:22.08},{&quot;2026-07-09&quot;:21.96},{&quot;2026-07-10&quot;:21.71},{&quot;2026-07-11&quot;:21.6},{&quot;2026-07-12&quot;:21.39},{&quot;2026-07-13&quot;:21.23},{&quot;2026-07-14&quot;:21.02},{&quot;2026-07-15&quot;:20.9},{&quot;2026-07-16&quot;:20.89},{&quot;2026-07-17&quot;:20.89},{&quot;2026-07-18&quot;:20.67},{&quot;2026-07-19&quot;:20.56},{&quot;2026-07-20&quot;:20.59},{&quot;2026-07-21&quot;:21.18},{&quot;2026-07-23&quot;:21.3},{&quot;2026-07-24&quot;:21.66},{&quot;2026-07-25&quot;:21.57},{&quot;2026-07-26&quot;:21.68},{&quot;2026-07-27&quot;:21.87},{&quot;2026-07-28&quot;:21.83},{&quot;2026-07-29&quot;:21.96},{&quot;2026-07-30&quot;:21.69},{&quot;2026-07-31&quot;:21.72},{&quot;2026-08-01&quot;:21.76},{&quot;2026-08-02&quot;:21.76},{&quot;2026-08-03&quot;:21.7},{&quot;2026-08-04&quot;:21.98},{&quot;2026-08-05&quot;:21.77},{&quot;2026-08-07&quot;:22.07},{&quot;2026-08-08&quot;:22.06},{&quot;2026-08-09&quot;:22.24},{&quot;2026-08-10&quot;:22.66},{&quot;2026-08-11&quot;:22.69},{&quot;2026-08-12&quot;:23.15},{&quot;2026-08-13&quot;:23.47},{&quot;2026-08-14&quot;:23.52},{&quot;2026-08-15&quot;:23.98},{&quot;2026-08-16&quot;:24.2},{&quot;2026-08-17&quot;:23.55},{&quot;2026-08-18&quot;:23.99},{&quot;2026-08-19&quot;:23.84},{&quot;2026-08-20&quot;:23.84},{&quot;2026-08-21&quot;:23.56},{&quot;2026-08-22&quot;:23.68},{&quot;2026-08-23&quot;:23.39},{&quot;2026-08-24&quot;:23.21},{&quot;2026-08-25&quot;:23.64},{&quot;2026-08-26&quot;:23.98},{&quot;2026-08-27&quot;:23.79},{&quot;2026-08-28&quot;:23.89},{&quot;2026-08-29&quot;:23.89},{&quot;2026-08-30&quot;:23.94},{&quot;2026-08-31&quot;:23.81},{&quot;2026-09-01&quot;:23.87},{&quot;2026-09-02&quot;:23.39},{&quot;2026-09-03&quot;:23.39},{&quot;2026-09-04&quot;:23.39},{&quot;2026-09-05&quot;:23.44},{&quot;2026-09-06&quot;:23.13},{&quot;2026-09-07&quot;:23.52},{&quot;2026-09-08&quot;:23.55},{&quot;2026-09-09&quot;:23.55},{&quot;2026-09-10&quot;:24.19},{&quot;2026-09-11&quot;:24.2}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:22.17},{&quot;2026-06-13&quot;:22.0},{&quot;2026-06-14&quot;:22.15},{&quot;2026-06-15&quot;:22.01},{&quot;2026-06-16&quot;:21.58},{&quot;2026-06-17&quot;:20.71},{&quot;2026-06-18&quot;:20.12},{&quot;2026-06-19&quot;:20.32},{&quot;2026-06-20&quot;:20.7},{&quot;2026-06-21&quot;:21.66},{&quot;2026-06-22&quot;:22.26},{&quot;2026-06-23&quot;:21.95},{&quot;2026-06-24&quot;:22.21},{&quot;2026-06-25&quot;:21.56},{&quot;2026-06-26&quot;:18.69},{&quot;2026-06-27&quot;:18.63},{&quot;2026-06-28&quot;:19.93},{&quot;2026-06-29&quot;:20.12},{&quot;2026-06-30&quot;:19.13},{&quot;2026-07-01&quot;:19.12},{&quot;2026-07-02&quot;:19.28},{&quot;2026-07-03&quot;:19.23},{&quot;2026-07-04&quot;:20.5},{&quot;2026-07-05&quot;:19.77},{&quot;2026-07-06&quot;:20.44},{&quot;2026-07-07&quot;:19.87},{&quot;2026-07-08&quot;:20.04},{&quot;2026-07-09&quot;:19.45},{&quot;2026-07-10&quot;:19.46},{&quot;2026-07-11&quot;:19.55},{&quot;2026-07-12&quot;:19.14},{&quot;2026-07-13&quot;:19.55},{&quot;2026-07-14&quot;:20.0},{&quot;2026-07-15&quot;:19.14},{&quot;2026-07-16&quot;:18.52},{&quot;2026-07-17&quot;:18.99},{&quot;2026-07-18&quot;:19.17},{&quot;2026-07-19&quot;:19.24},{&quot;2026-07-20&quot;:20.42},{&quot;2026-07-21&quot;:21.91},{&quot;2026-07-23&quot;:20.18},{&quot;2026-07-24&quot;:19.27},{&quot;2026-07-25&quot;:18.97},{&quot;2026-07-26&quot;:18.89},{&quot;2026-07-27&quot;:19.96},{&quot;2026-07-28&quot;:20.98},{&quot;2026-07-29&quot;:20.47},{&quot;2026-07-30&quot;:19.53},{&quot;2026-07-31&quot;:19.58},{&quot;2026-08-01&quot;:20.23},{&quot;2026-08-02&quot;:21.02},{&quot;2026-08-03&quot;:20.64},{&quot;2026-08-04&quot;:19.72},{&quot;2026-08-05&quot;:20.75},{&quot;2026-08-07&quot;:21.09},{&quot;2026-08-08&quot;:20.79},{&quot;2026-08-09&quot;:20.41},{&quot;2026-08-10&quot;:20.12},{&quot;2026-08-11&quot;:20.73},{&quot;2026-08-12&quot;:21.57},{&quot;2026-08-13&quot;:21.32},{&quot;2026-08-14&quot;:21.31},{&quot;2026-08-15&quot;:20.84},{&quot;2026-08-16&quot;:21.72},{&quot;2026-08-17&quot;:21.92},{&quot;2026-08-18&quot;:21.35},{&quot;2026-08-19&quot;:21.89},{&quot;2026-08-20&quot;:21.89},{&quot;2026-08-21&quot;:21.94},{&quot;2026-08-22&quot;:22.26},{&quot;2026-08-23&quot;:21.91},{&quot;2026-08-24&quot;:21.57},{&quot;2026-08-25&quot;:22.24},{&quot;2026-08-26&quot;:23.24},{&quot;2026-08-27&quot;:22.23},{&quot;2026-08-28&quot;:21.55},{&quot;2026-08-29&quot;:21.55},{&quot;2026-08-30&quot;:21.76},{&quot;2026-08-31&quot;:21.69},{&quot;2026-09-01&quot;:21.25},{&quot;2026-09-02&quot;:22.05},{&quot;2026-09-03&quot;:21.52},{&quot;2026-09-04&quot;:21.02},{&quot;2026-09-05&quot;:21.54},{&quot;2026-09-06&quot;:21.68},{&quot;2026-09-07&quot;:22.79},{&quot;2026-09-08&quot;:24.03},{&quot;2026-09-09&quot;:23.78},{&quot;2026-09-10&quot;:23.07},{&quot;2026-09-11&quot;:22.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Atraxa, Praetors&#39; Voice" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bd0d5a0c-5dec-439c-b037-9d17dda5ead3.jpg?1783916867" />

        <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">
            Atraxa, Praetors&#39; Voice
        </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 — Phyrexian Angel Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Atraxa, Praetors&#39; Voice" src="https://cards.scryfall.io/large/front/b/d/bd0d5a0c-5dec-439c-b037-9d17dda5ead3.jpg?1783916867" />
    </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">
                $24.02
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:30.6},{&quot;2026-06-10&quot;:30.8},{&quot;2026-06-11&quot;:30.8},{&quot;2026-06-12&quot;:30.8},{&quot;2026-06-13&quot;:30.8},{&quot;2026-06-14&quot;:30.8},{&quot;2026-06-15&quot;:30.8},{&quot;2026-06-16&quot;:30.8},{&quot;2026-06-17&quot;:30.8},{&quot;2026-06-18&quot;:30.8},{&quot;2026-06-19&quot;:30.8},{&quot;2026-06-20&quot;:30.8},{&quot;2026-06-21&quot;:30.8},{&quot;2026-06-22&quot;:30.8},{&quot;2026-06-24&quot;:30.8},{&quot;2026-06-25&quot;:30.69},{&quot;2026-06-26&quot;:30.69},{&quot;2026-06-27&quot;:30.69},{&quot;2026-06-28&quot;:30.69},{&quot;2026-06-29&quot;:30.69},{&quot;2026-06-30&quot;:30.69},{&quot;2026-07-01&quot;:30.69},{&quot;2026-07-02&quot;:30.69},{&quot;2026-07-03&quot;:30.69},{&quot;2026-07-04&quot;:30.69},{&quot;2026-07-05&quot;:30.69},{&quot;2026-07-06&quot;:30.69},{&quot;2026-07-07&quot;:30.69},{&quot;2026-07-08&quot;:30.69},{&quot;2026-07-09&quot;:30.69},{&quot;2026-07-10&quot;:30.52},{&quot;2026-07-11&quot;:30.52},{&quot;2026-07-12&quot;:30.52},{&quot;2026-07-13&quot;:30.52},{&quot;2026-07-14&quot;:30.79},{&quot;2026-07-15&quot;:30.77},{&quot;2026-07-16&quot;:30.99},{&quot;2026-07-17&quot;:30.84},{&quot;2026-07-18&quot;:30.84},{&quot;2026-07-19&quot;:31.29},{&quot;2026-07-20&quot;:31.29},{&quot;2026-07-21&quot;:31.23},{&quot;2026-07-23&quot;:31.09},{&quot;2026-07-25&quot;:31.02},{&quot;2026-07-26&quot;:30.94},{&quot;2026-07-27&quot;:30.94},{&quot;2026-07-29&quot;:30.65},{&quot;2026-07-30&quot;:30.43},{&quot;2026-07-31&quot;:30.43},{&quot;2026-08-01&quot;:30.43},{&quot;2026-08-02&quot;:30.43},{&quot;2026-08-03&quot;:30.43},{&quot;2026-08-04&quot;:30.43},{&quot;2026-08-05&quot;:30.43},{&quot;2026-08-07&quot;:30.26},{&quot;2026-08-08&quot;:30.26},{&quot;2026-08-09&quot;:29.92},{&quot;2026-08-10&quot;:29.92},{&quot;2026-08-11&quot;:29.72},{&quot;2026-08-12&quot;:29.72},{&quot;2026-08-13&quot;:29.38},{&quot;2026-08-14&quot;:29.19},{&quot;2026-08-15&quot;:29.19},{&quot;2026-08-16&quot;:29.19},{&quot;2026-08-17&quot;:29.19},{&quot;2026-08-18&quot;:29.19},{&quot;2026-08-19&quot;:29.15},{&quot;2026-08-20&quot;:29.15},{&quot;2026-08-21&quot;:29.14},{&quot;2026-08-22&quot;:28.67},{&quot;2026-08-23&quot;:28.67},{&quot;2026-08-24&quot;:28.67},{&quot;2026-08-25&quot;:28.67},{&quot;2026-08-26&quot;:28.67},{&quot;2026-08-27&quot;:28.67},{&quot;2026-08-28&quot;:28.67},{&quot;2026-08-29&quot;:28.67},{&quot;2026-08-30&quot;:28.96},{&quot;2026-08-31&quot;:28.64},{&quot;2026-09-01&quot;:28.64},{&quot;2026-09-02&quot;:28.64},{&quot;2026-09-03&quot;:28.64},{&quot;2026-09-04&quot;:28.64},{&quot;2026-09-05&quot;:28.58},{&quot;2026-09-06&quot;:28.58},{&quot;2026-09-07&quot;:28.58},{&quot;2026-09-08&quot;:28.88},{&quot;2026-09-09&quot;:28.88},{&quot;2026-09-10&quot;:28.52},{&quot;2026-09-11&quot;:28.52}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:30.55},{&quot;2026-06-10&quot;:30.6},{&quot;2026-06-11&quot;:30.6},{&quot;2026-06-12&quot;:30.08},{&quot;2026-06-13&quot;:30.09},{&quot;2026-06-14&quot;:30.08},{&quot;2026-06-15&quot;:29.33},{&quot;2026-06-16&quot;:29.0},{&quot;2026-06-17&quot;:29.0},{&quot;2026-06-18&quot;:28.61},{&quot;2026-06-19&quot;:28.61},{&quot;2026-06-20&quot;:28.33},{&quot;2026-06-21&quot;:28.33},{&quot;2026-06-22&quot;:28.28},{&quot;2026-06-24&quot;:28.28},{&quot;2026-06-25&quot;:28.13},{&quot;2026-06-26&quot;:28.13},{&quot;2026-06-27&quot;:27.67},{&quot;2026-06-28&quot;:26.38},{&quot;2026-06-29&quot;:27.36},{&quot;2026-06-30&quot;:27.57},{&quot;2026-07-01&quot;:27.82},{&quot;2026-07-02&quot;:27.81},{&quot;2026-07-03&quot;:27.81},{&quot;2026-07-04&quot;:27.47},{&quot;2026-07-05&quot;:27.65},{&quot;2026-07-06&quot;:27.5},{&quot;2026-07-07&quot;:27.83},{&quot;2026-07-08&quot;:28.11},{&quot;2026-07-09&quot;:28.11},{&quot;2026-07-10&quot;:28.5},{&quot;2026-07-11&quot;:27.94},{&quot;2026-07-12&quot;:27.94},{&quot;2026-07-13&quot;:28.03},{&quot;2026-07-14&quot;:27.47},{&quot;2026-07-15&quot;:26.59},{&quot;2026-07-16&quot;:25.96},{&quot;2026-07-17&quot;:25.95},{&quot;2026-07-18&quot;:26.59},{&quot;2026-07-19&quot;:26.48},{&quot;2026-07-20&quot;:26.47},{&quot;2026-07-21&quot;:26.7},{&quot;2026-07-23&quot;:26.7},{&quot;2026-07-25&quot;:27.4},{&quot;2026-07-26&quot;:27.33},{&quot;2026-07-27&quot;:27.35},{&quot;2026-07-29&quot;:27.31},{&quot;2026-07-30&quot;:27.42},{&quot;2026-07-31&quot;:27.59},{&quot;2026-08-01&quot;:27.48},{&quot;2026-08-02&quot;:27.48},{&quot;2026-08-03&quot;:27.41},{&quot;2026-08-04&quot;:27.8},{&quot;2026-08-05&quot;:27.8},{&quot;2026-08-07&quot;:27.91},{&quot;2026-08-08&quot;:27.67},{&quot;2026-08-09&quot;:27.91},{&quot;2026-08-10&quot;:27.62},{&quot;2026-08-11&quot;:27.62},{&quot;2026-08-12&quot;:27.55},{&quot;2026-08-13&quot;:27.47},{&quot;2026-08-14&quot;:27.47},{&quot;2026-08-15&quot;:27.1},{&quot;2026-08-16&quot;:27.1},{&quot;2026-08-17&quot;:27.1},{&quot;2026-08-18&quot;:27.1},{&quot;2026-08-19&quot;:27.1},{&quot;2026-08-20&quot;:27.1},{&quot;2026-08-21&quot;:27.0},{&quot;2026-08-22&quot;:26.8},{&quot;2026-08-23&quot;:26.8},{&quot;2026-08-24&quot;:26.8},{&quot;2026-08-25&quot;:26.8},{&quot;2026-08-26&quot;:26.92},{&quot;2026-08-27&quot;:26.57},{&quot;2026-08-28&quot;:25.9},{&quot;2026-08-29&quot;:25.9},{&quot;2026-08-30&quot;:25.44},{&quot;2026-08-31&quot;:25.06},{&quot;2026-09-01&quot;:25.06},{&quot;2026-09-02&quot;:24.75},{&quot;2026-09-03&quot;:24.57},{&quot;2026-09-04&quot;:24.32},{&quot;2026-09-05&quot;:24.05},{&quot;2026-09-06&quot;:23.45},{&quot;2026-09-07&quot;:23.45},{&quot;2026-09-08&quot;:23.63},{&quot;2026-09-09&quot;:23.92},{&quot;2026-09-10&quot;:24.02},{&quot;2026-09-11&quot;:24.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $23.85
          </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="Battle Angels of Tyr" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1bd40caa-0cbb-426d-a988-1d826988e707.jpg?1783922650" />

        <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">
            Battle Angels of Tyr
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Battle Angels of Tyr" src="https://cards.scryfall.io/large/front/1/b/1bd40caa-0cbb-426d-a988-1d826988e707.jpg?1783922650" />
    </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">
                $23.85
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$18.50</span>
              <span class="text-xs text-grey-text">Credit: $24.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-13&quot;:28.26},{&quot;2026-06-14&quot;:28.26},{&quot;2026-06-15&quot;:28.26},{&quot;2026-06-16&quot;:28.32},{&quot;2026-06-17&quot;:28.32},{&quot;2026-06-18&quot;:28.32},{&quot;2026-06-19&quot;:28.32},{&quot;2026-06-20&quot;:28.32},{&quot;2026-06-21&quot;:28.32},{&quot;2026-06-22&quot;:28.52},{&quot;2026-06-23&quot;:28.52},{&quot;2026-06-24&quot;:28.01},{&quot;2026-06-25&quot;:28.01},{&quot;2026-06-26&quot;:28.01},{&quot;2026-06-27&quot;:28.01},{&quot;2026-06-28&quot;:28.01},{&quot;2026-06-29&quot;:28.11},{&quot;2026-06-30&quot;:28.11},{&quot;2026-07-01&quot;:28.11},{&quot;2026-07-02&quot;:27.76},{&quot;2026-07-03&quot;:27.0},{&quot;2026-07-04&quot;:27.0},{&quot;2026-07-05&quot;:27.0},{&quot;2026-07-06&quot;:27.0},{&quot;2026-07-07&quot;:27.0},{&quot;2026-07-08&quot;:27.0},{&quot;2026-07-09&quot;:27.0},{&quot;2026-07-10&quot;:27.0},{&quot;2026-07-11&quot;:27.0},{&quot;2026-07-12&quot;:27.0},{&quot;2026-07-13&quot;:27.0},{&quot;2026-07-14&quot;:27.0},{&quot;2026-07-15&quot;:27.0},{&quot;2026-07-16&quot;:27.0},{&quot;2026-07-17&quot;:27.0},{&quot;2026-07-18&quot;:27.06},{&quot;2026-07-19&quot;:27.06},{&quot;2026-07-20&quot;:27.06},{&quot;2026-07-21&quot;:27.06},{&quot;2026-07-22&quot;:27.06},{&quot;2026-07-23&quot;:27.06},{&quot;2026-07-24&quot;:27.06},{&quot;2026-07-25&quot;:27.06},{&quot;2026-07-26&quot;:27.17},{&quot;2026-07-27&quot;:27.1},{&quot;2026-07-28&quot;:27.1},{&quot;2026-07-29&quot;:27.1},{&quot;2026-07-30&quot;:27.17},{&quot;2026-07-31&quot;:27.17},{&quot;2026-08-01&quot;:27.17},{&quot;2026-08-02&quot;:27.17},{&quot;2026-08-03&quot;:27.17},{&quot;2026-08-04&quot;:27.26},{&quot;2026-08-05&quot;:27.41},{&quot;2026-08-07&quot;:27.41},{&quot;2026-08-08&quot;:27.45},{&quot;2026-08-09&quot;:27.45},{&quot;2026-08-10&quot;:27.45},{&quot;2026-08-11&quot;:26.85},{&quot;2026-08-12&quot;:26.85},{&quot;2026-08-13&quot;:26.85},{&quot;2026-08-14&quot;:26.87},{&quot;2026-08-15&quot;:26.87},{&quot;2026-08-16&quot;:26.87},{&quot;2026-08-17&quot;:26.87},{&quot;2026-08-18&quot;:26.87},{&quot;2026-08-19&quot;:26.87},{&quot;2026-08-20&quot;:26.87},{&quot;2026-08-21&quot;:26.72},{&quot;2026-08-22&quot;:26.72},{&quot;2026-08-23&quot;:26.79},{&quot;2026-08-24&quot;:26.69},{&quot;2026-08-25&quot;:26.69},{&quot;2026-08-26&quot;:26.68},{&quot;2026-08-27&quot;:26.61},{&quot;2026-08-28&quot;:26.61},{&quot;2026-08-29&quot;:26.61},{&quot;2026-08-30&quot;:26.61},{&quot;2026-08-31&quot;:26.61},{&quot;2026-09-01&quot;:26.61},{&quot;2026-09-02&quot;:26.51},{&quot;2026-09-03&quot;:26.51},{&quot;2026-09-04&quot;:26.51},{&quot;2026-09-05&quot;:26.51},{&quot;2026-09-06&quot;:26.51},{&quot;2026-09-07&quot;:26.57},{&quot;2026-09-08&quot;:26.57},{&quot;2026-09-09&quot;:26.47},{&quot;2026-09-10&quot;:26.44},{&quot;2026-09-11&quot;:26.44}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:24.17},{&quot;2026-06-14&quot;:23.98},{&quot;2026-06-15&quot;:23.65},{&quot;2026-06-16&quot;:23.73},{&quot;2026-06-17&quot;:23.73},{&quot;2026-06-18&quot;:23.73},{&quot;2026-06-19&quot;:24.17},{&quot;2026-06-20&quot;:24.17},{&quot;2026-06-21&quot;:24.1},{&quot;2026-06-22&quot;:23.97},{&quot;2026-06-23&quot;:23.52},{&quot;2026-06-24&quot;:23.48},{&quot;2026-06-25&quot;:23.28},{&quot;2026-06-26&quot;:23.26},{&quot;2026-06-27&quot;:23.26},{&quot;2026-06-28&quot;:23.46},{&quot;2026-06-29&quot;:23.83},{&quot;2026-06-30&quot;:23.83},{&quot;2026-07-01&quot;:24.14},{&quot;2026-07-02&quot;:24.14},{&quot;2026-07-03&quot;:24.01},{&quot;2026-07-04&quot;:24.38},{&quot;2026-07-05&quot;:24.38},{&quot;2026-07-06&quot;:24.42},{&quot;2026-07-07&quot;:24.26},{&quot;2026-07-08&quot;:24.26},{&quot;2026-07-09&quot;:24.26},{&quot;2026-07-10&quot;:23.96},{&quot;2026-07-11&quot;:24.11},{&quot;2026-07-12&quot;:24.11},{&quot;2026-07-13&quot;:24.11},{&quot;2026-07-14&quot;:24.11},{&quot;2026-07-15&quot;:24.34},{&quot;2026-07-16&quot;:24.31},{&quot;2026-07-17&quot;:24.36},{&quot;2026-07-18&quot;:24.32},{&quot;2026-07-19&quot;:24.33},{&quot;2026-07-20&quot;:24.48},{&quot;2026-07-21&quot;:24.61},{&quot;2026-07-22&quot;:24.31},{&quot;2026-07-23&quot;:24.31},{&quot;2026-07-24&quot;:23.92},{&quot;2026-07-25&quot;:23.82},{&quot;2026-07-26&quot;:24.0},{&quot;2026-07-27&quot;:24.22},{&quot;2026-07-28&quot;:24.22},{&quot;2026-07-29&quot;:24.22},{&quot;2026-07-30&quot;:24.12},{&quot;2026-07-31&quot;:23.87},{&quot;2026-08-01&quot;:23.97},{&quot;2026-08-02&quot;:24.67},{&quot;2026-08-03&quot;:24.67},{&quot;2026-08-04&quot;:24.67},{&quot;2026-08-05&quot;:24.67},{&quot;2026-08-07&quot;:24.46},{&quot;2026-08-08&quot;:24.4},{&quot;2026-08-09&quot;:24.4},{&quot;2026-08-10&quot;:24.4},{&quot;2026-08-11&quot;:24.39},{&quot;2026-08-12&quot;:24.39},{&quot;2026-08-13&quot;:24.41},{&quot;2026-08-14&quot;:24.41},{&quot;2026-08-15&quot;:24.18},{&quot;2026-08-16&quot;:24.38},{&quot;2026-08-17&quot;:24.4},{&quot;2026-08-18&quot;:24.48},{&quot;2026-08-19&quot;:24.48},{&quot;2026-08-20&quot;:24.48},{&quot;2026-08-21&quot;:24.47},{&quot;2026-08-22&quot;:24.51},{&quot;2026-08-23&quot;:24.4},{&quot;2026-08-24&quot;:24.56},{&quot;2026-08-25&quot;:24.41},{&quot;2026-08-26&quot;:24.37},{&quot;2026-08-27&quot;:24.19},{&quot;2026-08-28&quot;:24.44},{&quot;2026-08-29&quot;:24.44},{&quot;2026-08-30&quot;:24.43},{&quot;2026-08-31&quot;:24.42},{&quot;2026-09-01&quot;:24.62},{&quot;2026-09-02&quot;:24.59},{&quot;2026-09-03&quot;:24.46},{&quot;2026-09-04&quot;:24.36},{&quot;2026-09-05&quot;:24.36},{&quot;2026-09-06&quot;:24.36},{&quot;2026-09-07&quot;:24.36},{&quot;2026-09-08&quot;:24.28},{&quot;2026-09-09&quot;:24.23},{&quot;2026-09-10&quot;:24.23},{&quot;2026-09-11&quot;:23.85}]}"
        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="99452"
  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-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">
            Chronicle of Victory
        </span>


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Chronicle of Victory" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b3c2d68d-690b-41e7-99ed-2d20c7e0a9b4.jpg?1782683924" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact</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>
          </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="Chronicle of Victory" src="https://cards.scryfall.io/large/front/b/3/b3c2d68d-690b-41e7-99ed-2d20c7e0a9b4.jpg?1782683924" />
    </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">
                $23.76
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:21.38},{&quot;2026-06-10&quot;:21.73},{&quot;2026-06-11&quot;:21.64},{&quot;2026-06-12&quot;:21.64},{&quot;2026-06-13&quot;:21.85},{&quot;2026-06-14&quot;:21.85},{&quot;2026-06-15&quot;:21.65},{&quot;2026-06-16&quot;:21.65},{&quot;2026-06-17&quot;:21.65},{&quot;2026-06-18&quot;:21.79},{&quot;2026-06-19&quot;:21.69},{&quot;2026-06-20&quot;:21.68},{&quot;2026-06-21&quot;:21.68},{&quot;2026-06-22&quot;:21.68},{&quot;2026-06-24&quot;:21.67},{&quot;2026-06-25&quot;:21.79},{&quot;2026-06-26&quot;:21.48},{&quot;2026-06-27&quot;:21.48},{&quot;2026-06-28&quot;:21.79},{&quot;2026-06-29&quot;:21.79},{&quot;2026-06-30&quot;:21.79},{&quot;2026-07-01&quot;:21.79},{&quot;2026-07-02&quot;:21.79},{&quot;2026-07-03&quot;:21.35},{&quot;2026-07-04&quot;:21.2},{&quot;2026-07-05&quot;:20.96},{&quot;2026-07-06&quot;:20.9},{&quot;2026-07-07&quot;:20.6},{&quot;2026-07-08&quot;:20.57},{&quot;2026-07-09&quot;:20.72},{&quot;2026-07-10&quot;:20.7},{&quot;2026-07-11&quot;:20.87},{&quot;2026-07-12&quot;:20.83},{&quot;2026-07-13&quot;:20.67},{&quot;2026-07-14&quot;:20.68},{&quot;2026-07-15&quot;:21.08},{&quot;2026-07-16&quot;:21.17},{&quot;2026-07-17&quot;:21.36},{&quot;2026-07-18&quot;:21.35},{&quot;2026-07-19&quot;:21.35},{&quot;2026-07-20&quot;:21.38},{&quot;2026-07-21&quot;:21.59},{&quot;2026-07-23&quot;:21.6},{&quot;2026-07-25&quot;:21.33},{&quot;2026-07-26&quot;:21.33},{&quot;2026-07-27&quot;:21.95},{&quot;2026-07-29&quot;:22.13},{&quot;2026-07-30&quot;:22.13},{&quot;2026-07-31&quot;:22.18},{&quot;2026-08-01&quot;:22.18},{&quot;2026-08-02&quot;:22.18},{&quot;2026-08-03&quot;:22.14},{&quot;2026-08-04&quot;:22.41},{&quot;2026-08-05&quot;:22.44},{&quot;2026-08-07&quot;:22.66},{&quot;2026-08-08&quot;:23.43},{&quot;2026-08-09&quot;:23.43},{&quot;2026-08-10&quot;:23.43},{&quot;2026-08-11&quot;:23.85},{&quot;2026-08-12&quot;:23.85},{&quot;2026-08-13&quot;:23.64},{&quot;2026-08-14&quot;:23.35},{&quot;2026-08-15&quot;:22.62},{&quot;2026-08-16&quot;:22.62},{&quot;2026-08-17&quot;:23.57},{&quot;2026-08-18&quot;:23.14},{&quot;2026-08-19&quot;:23.32},{&quot;2026-08-20&quot;:23.32},{&quot;2026-08-21&quot;:24.08},{&quot;2026-08-22&quot;:23.9},{&quot;2026-08-23&quot;:23.94},{&quot;2026-08-24&quot;:24.0},{&quot;2026-08-25&quot;:24.0},{&quot;2026-08-26&quot;:24.3},{&quot;2026-08-27&quot;:24.46},{&quot;2026-08-28&quot;:24.12},{&quot;2026-08-29&quot;:24.12},{&quot;2026-08-30&quot;:24.22},{&quot;2026-08-31&quot;:24.22},{&quot;2026-09-01&quot;:24.22},{&quot;2026-09-02&quot;:24.4},{&quot;2026-09-03&quot;:24.4},{&quot;2026-09-04&quot;:24.6},{&quot;2026-09-05&quot;:24.93},{&quot;2026-09-06&quot;:24.53},{&quot;2026-09-07&quot;:24.6},{&quot;2026-09-08&quot;:24.52},{&quot;2026-09-09&quot;:24.41},{&quot;2026-09-10&quot;:24.44},{&quot;2026-09-11&quot;:23.91}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:19.59},{&quot;2026-06-10&quot;:19.14},{&quot;2026-06-11&quot;:19.33},{&quot;2026-06-12&quot;:19.27},{&quot;2026-06-13&quot;:19.0},{&quot;2026-06-14&quot;:19.04},{&quot;2026-06-15&quot;:19.13},{&quot;2026-06-16&quot;:19.07},{&quot;2026-06-17&quot;:19.01},{&quot;2026-06-18&quot;:19.09},{&quot;2026-06-19&quot;:19.3},{&quot;2026-06-20&quot;:19.3},{&quot;2026-06-21&quot;:19.39},{&quot;2026-06-22&quot;:19.15},{&quot;2026-06-24&quot;:18.88},{&quot;2026-06-25&quot;:19.1},{&quot;2026-06-26&quot;:19.01},{&quot;2026-06-27&quot;:18.73},{&quot;2026-06-28&quot;:19.24},{&quot;2026-06-29&quot;:19.42},{&quot;2026-06-30&quot;:19.5},{&quot;2026-07-01&quot;:19.53},{&quot;2026-07-02&quot;:19.09},{&quot;2026-07-03&quot;:19.13},{&quot;2026-07-04&quot;:18.93},{&quot;2026-07-05&quot;:19.02},{&quot;2026-07-06&quot;:19.04},{&quot;2026-07-07&quot;:19.58},{&quot;2026-07-08&quot;:19.53},{&quot;2026-07-09&quot;:19.67},{&quot;2026-07-10&quot;:19.5},{&quot;2026-07-11&quot;:19.35},{&quot;2026-07-12&quot;:19.8},{&quot;2026-07-13&quot;:19.16},{&quot;2026-07-14&quot;:19.26},{&quot;2026-07-15&quot;:19.56},{&quot;2026-07-16&quot;:20.38},{&quot;2026-07-17&quot;:20.32},{&quot;2026-07-18&quot;:20.56},{&quot;2026-07-19&quot;:21.04},{&quot;2026-07-20&quot;:20.84},{&quot;2026-07-21&quot;:21.07},{&quot;2026-07-23&quot;:20.74},{&quot;2026-07-25&quot;:20.73},{&quot;2026-07-26&quot;:20.74},{&quot;2026-07-27&quot;:20.87},{&quot;2026-07-29&quot;:18.97},{&quot;2026-07-30&quot;:18.82},{&quot;2026-07-31&quot;:19.03},{&quot;2026-08-01&quot;:19.34},{&quot;2026-08-02&quot;:20.02},{&quot;2026-08-03&quot;:20.22},{&quot;2026-08-04&quot;:20.17},{&quot;2026-08-05&quot;:20.04},{&quot;2026-08-07&quot;:20.96},{&quot;2026-08-08&quot;:20.93},{&quot;2026-08-09&quot;:22.09},{&quot;2026-08-10&quot;:22.66},{&quot;2026-08-11&quot;:22.1},{&quot;2026-08-12&quot;:22.12},{&quot;2026-08-13&quot;:22.1},{&quot;2026-08-14&quot;:22.29},{&quot;2026-08-15&quot;:21.52},{&quot;2026-08-16&quot;:21.86},{&quot;2026-08-17&quot;:21.57},{&quot;2026-08-18&quot;:20.73},{&quot;2026-08-19&quot;:19.89},{&quot;2026-08-20&quot;:19.89},{&quot;2026-08-21&quot;:20.49},{&quot;2026-08-22&quot;:20.85},{&quot;2026-08-23&quot;:21.54},{&quot;2026-08-24&quot;:23.42},{&quot;2026-08-25&quot;:23.42},{&quot;2026-08-26&quot;:23.98},{&quot;2026-08-27&quot;:24.99},{&quot;2026-08-28&quot;:27.25},{&quot;2026-08-29&quot;:27.25},{&quot;2026-08-30&quot;:24.18},{&quot;2026-08-31&quot;:23.03},{&quot;2026-09-01&quot;:23.03},{&quot;2026-09-02&quot;:22.15},{&quot;2026-09-03&quot;:22.24},{&quot;2026-09-04&quot;:22.18},{&quot;2026-09-05&quot;:22.96},{&quot;2026-09-06&quot;:22.83},{&quot;2026-09-07&quot;:24.11},{&quot;2026-09-08&quot;:24.51},{&quot;2026-09-09&quot;:24.53},{&quot;2026-09-10&quot;:24.78},{&quot;2026-09-11&quot;:23.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75322"
  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">
            Charismatic Conqueror
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Charismatic Conqueror" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/599c934d-bfff-43ce-a545-6e3cde124515.jpg?1783913915" />

        <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">
            Charismatic Conqueror
        </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 Soldier</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Charismatic Conqueror" src="https://cards.scryfall.io/large/front/5/9/599c934d-bfff-43ce-a545-6e3cde124515.jpg?1783913915" />
    </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">
                $23.25
              </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">$20.50</span>
              <span class="text-xs text-grey-text">Credit: $26.65</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:22.26},{&quot;2026-06-11&quot;:22.77},{&quot;2026-06-12&quot;:22.89},{&quot;2026-06-13&quot;:22.71},{&quot;2026-06-14&quot;:22.94},{&quot;2026-06-15&quot;:22.96},{&quot;2026-06-16&quot;:22.72},{&quot;2026-06-17&quot;:22.45},{&quot;2026-06-18&quot;:22.28},{&quot;2026-06-19&quot;:21.91},{&quot;2026-06-20&quot;:22.1},{&quot;2026-06-21&quot;:21.97},{&quot;2026-06-22&quot;:21.99},{&quot;2026-06-23&quot;:22.21},{&quot;2026-06-24&quot;:22.09},{&quot;2026-06-25&quot;:22.31},{&quot;2026-06-26&quot;:22.34},{&quot;2026-06-27&quot;:22.48},{&quot;2026-06-28&quot;:22.5},{&quot;2026-06-29&quot;:22.56},{&quot;2026-06-30&quot;:22.12},{&quot;2026-07-01&quot;:21.67},{&quot;2026-07-02&quot;:21.69},{&quot;2026-07-03&quot;:21.61},{&quot;2026-07-04&quot;:22.26},{&quot;2026-07-05&quot;:22.24},{&quot;2026-07-06&quot;:21.9},{&quot;2026-07-07&quot;:21.94},{&quot;2026-07-08&quot;:22.02},{&quot;2026-07-09&quot;:21.89},{&quot;2026-07-10&quot;:22.05},{&quot;2026-07-11&quot;:21.87},{&quot;2026-07-12&quot;:21.86},{&quot;2026-07-13&quot;:21.84},{&quot;2026-07-14&quot;:21.75},{&quot;2026-07-15&quot;:22.12},{&quot;2026-07-16&quot;:22.25},{&quot;2026-07-17&quot;:22.19},{&quot;2026-07-18&quot;:22.32},{&quot;2026-07-19&quot;:22.52},{&quot;2026-07-20&quot;:22.25},{&quot;2026-07-21&quot;:22.04},{&quot;2026-07-23&quot;:22.2},{&quot;2026-07-25&quot;:21.97},{&quot;2026-07-26&quot;:22.19},{&quot;2026-07-27&quot;:21.97},{&quot;2026-07-29&quot;:21.72},{&quot;2026-07-30&quot;:21.58},{&quot;2026-07-31&quot;:21.65},{&quot;2026-08-01&quot;:21.74},{&quot;2026-08-02&quot;:22.35},{&quot;2026-08-03&quot;:22.27},{&quot;2026-08-04&quot;:21.73},{&quot;2026-08-05&quot;:21.65},{&quot;2026-08-07&quot;:22.12},{&quot;2026-08-08&quot;:21.96},{&quot;2026-08-09&quot;:21.78},{&quot;2026-08-10&quot;:21.49},{&quot;2026-08-11&quot;:21.62},{&quot;2026-08-12&quot;:21.54},{&quot;2026-08-13&quot;:21.4},{&quot;2026-08-14&quot;:22.07},{&quot;2026-08-15&quot;:21.76},{&quot;2026-08-16&quot;:21.92},{&quot;2026-08-17&quot;:22.11},{&quot;2026-08-18&quot;:22.14},{&quot;2026-08-19&quot;:22.25},{&quot;2026-08-20&quot;:22.25},{&quot;2026-08-21&quot;:22.7},{&quot;2026-08-22&quot;:23.26},{&quot;2026-08-23&quot;:23.5},{&quot;2026-08-24&quot;:23.58},{&quot;2026-08-25&quot;:23.58},{&quot;2026-08-26&quot;:22.93},{&quot;2026-08-27&quot;:22.9},{&quot;2026-08-28&quot;:23.8},{&quot;2026-08-29&quot;:23.8},{&quot;2026-08-30&quot;:24.43},{&quot;2026-08-31&quot;:23.76},{&quot;2026-09-01&quot;:23.76},{&quot;2026-09-02&quot;:23.76},{&quot;2026-09-03&quot;:23.52},{&quot;2026-09-04&quot;:23.45},{&quot;2026-09-05&quot;:22.86},{&quot;2026-09-06&quot;:23.2},{&quot;2026-09-07&quot;:22.92},{&quot;2026-09-08&quot;:23.05},{&quot;2026-09-09&quot;:22.39},{&quot;2026-09-10&quot;:22.67},{&quot;2026-09-11&quot;:23.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94610"
  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">
            Cloud, Midgar Mercenary
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cloud, Midgar Mercenary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2cf7e8a3-fad7-413d-b17c-7519a9cf5fb5.jpg?1783906652" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Cloud, Midgar Mercenary
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Cloud, Midgar Mercenary" src="https://cards.scryfall.io/large/front/2/c/2cf7e8a3-fad7-413d-b17c-7519a9cf5fb5.jpg?1783906652" />
    </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">
                $23.08
              </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">
                $30.47
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:24.79},{&quot;2026-06-14&quot;:24.79},{&quot;2026-06-15&quot;:24.79},{&quot;2026-06-16&quot;:24.79},{&quot;2026-06-17&quot;:24.59},{&quot;2026-06-18&quot;:24.59},{&quot;2026-06-19&quot;:24.79},{&quot;2026-06-20&quot;:24.79},{&quot;2026-06-21&quot;:25.04},{&quot;2026-06-22&quot;:25.58},{&quot;2026-06-23&quot;:25.65},{&quot;2026-06-24&quot;:25.7},{&quot;2026-06-25&quot;:25.62},{&quot;2026-06-26&quot;:25.43},{&quot;2026-06-27&quot;:25.43},{&quot;2026-06-28&quot;:24.93},{&quot;2026-06-29&quot;:25.21},{&quot;2026-06-30&quot;:25.21},{&quot;2026-07-01&quot;:25.2},{&quot;2026-07-02&quot;:25.19},{&quot;2026-07-03&quot;:25.19},{&quot;2026-07-04&quot;:25.48},{&quot;2026-07-05&quot;:25.42},{&quot;2026-07-06&quot;:25.42},{&quot;2026-07-07&quot;:25.36},{&quot;2026-07-08&quot;:25.61},{&quot;2026-07-09&quot;:25.36},{&quot;2026-07-10&quot;:25.31},{&quot;2026-07-11&quot;:25.31},{&quot;2026-07-12&quot;:25.31},{&quot;2026-07-13&quot;:25.31},{&quot;2026-07-14&quot;:25.72},{&quot;2026-07-15&quot;:25.66},{&quot;2026-07-16&quot;:25.66},{&quot;2026-07-17&quot;:25.66},{&quot;2026-07-18&quot;:25.66},{&quot;2026-07-19&quot;:25.63},{&quot;2026-07-20&quot;:25.63},{&quot;2026-07-21&quot;:25.63},{&quot;2026-07-22&quot;:25.63},{&quot;2026-07-23&quot;:25.57},{&quot;2026-07-24&quot;:25.6},{&quot;2026-07-25&quot;:26.11},{&quot;2026-07-26&quot;:25.95},{&quot;2026-07-27&quot;:26.11},{&quot;2026-07-28&quot;:26.06},{&quot;2026-07-29&quot;:26.04},{&quot;2026-07-30&quot;:26.06},{&quot;2026-07-31&quot;:26.81},{&quot;2026-08-01&quot;:26.77},{&quot;2026-08-02&quot;:26.86},{&quot;2026-08-03&quot;:26.17},{&quot;2026-08-04&quot;:26.14},{&quot;2026-08-05&quot;:26.15},{&quot;2026-08-07&quot;:26.12},{&quot;2026-08-08&quot;:26.12},{&quot;2026-08-09&quot;:26.08},{&quot;2026-08-10&quot;:25.89},{&quot;2026-08-11&quot;:26.21},{&quot;2026-08-12&quot;:26.27},{&quot;2026-08-13&quot;:26.27},{&quot;2026-08-14&quot;:26.03},{&quot;2026-08-15&quot;:26.03},{&quot;2026-08-16&quot;:26.19},{&quot;2026-08-17&quot;:26.19},{&quot;2026-08-18&quot;:26.74},{&quot;2026-08-19&quot;:26.57},{&quot;2026-08-20&quot;:27.06},{&quot;2026-08-21&quot;:27.45},{&quot;2026-08-22&quot;:27.45},{&quot;2026-08-23&quot;:27.45},{&quot;2026-08-24&quot;:27.43},{&quot;2026-08-25&quot;:27.43},{&quot;2026-08-26&quot;:27.43},{&quot;2026-08-27&quot;:27.4},{&quot;2026-08-28&quot;:27.83},{&quot;2026-08-29&quot;:27.83},{&quot;2026-08-30&quot;:27.47},{&quot;2026-08-31&quot;:27.84},{&quot;2026-09-01&quot;:27.85},{&quot;2026-09-02&quot;:28.27},{&quot;2026-09-03&quot;:28.31},{&quot;2026-09-04&quot;:28.31},{&quot;2026-09-05&quot;:28.13},{&quot;2026-09-06&quot;:30.37},{&quot;2026-09-07&quot;:30.37},{&quot;2026-09-08&quot;:30.37},{&quot;2026-09-09&quot;:30.48},{&quot;2026-09-10&quot;:30.47},{&quot;2026-09-11&quot;:30.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:20.56},{&quot;2026-06-14&quot;:20.14},{&quot;2026-06-15&quot;:20.3},{&quot;2026-06-16&quot;:19.75},{&quot;2026-06-17&quot;:20.47},{&quot;2026-06-18&quot;:20.52},{&quot;2026-06-19&quot;:21.03},{&quot;2026-06-20&quot;:21.8},{&quot;2026-06-21&quot;:22.53},{&quot;2026-06-22&quot;:22.4},{&quot;2026-06-23&quot;:21.61},{&quot;2026-06-24&quot;:20.41},{&quot;2026-06-25&quot;:20.01},{&quot;2026-06-26&quot;:18.37},{&quot;2026-06-27&quot;:18.68},{&quot;2026-06-28&quot;:18.49},{&quot;2026-06-29&quot;:17.96},{&quot;2026-06-30&quot;:17.5},{&quot;2026-07-01&quot;:18.1},{&quot;2026-07-02&quot;:19.44},{&quot;2026-07-03&quot;:19.64},{&quot;2026-07-04&quot;:19.07},{&quot;2026-07-05&quot;:19.78},{&quot;2026-07-06&quot;:21.34},{&quot;2026-07-07&quot;:21.6},{&quot;2026-07-08&quot;:21.74},{&quot;2026-07-09&quot;:22.26},{&quot;2026-07-10&quot;:20.87},{&quot;2026-07-11&quot;:21.19},{&quot;2026-07-12&quot;:21.05},{&quot;2026-07-13&quot;:21.23},{&quot;2026-07-14&quot;:21.55},{&quot;2026-07-15&quot;:20.96},{&quot;2026-07-16&quot;:20.27},{&quot;2026-07-17&quot;:20.23},{&quot;2026-07-18&quot;:21.92},{&quot;2026-07-19&quot;:21.81},{&quot;2026-07-20&quot;:21.94},{&quot;2026-07-21&quot;:22.41},{&quot;2026-07-22&quot;:21.08},{&quot;2026-07-23&quot;:21.71},{&quot;2026-07-24&quot;:21.75},{&quot;2026-07-25&quot;:22.51},{&quot;2026-07-26&quot;:23.09},{&quot;2026-07-27&quot;:23.21},{&quot;2026-07-28&quot;:21.62},{&quot;2026-07-29&quot;:21.13},{&quot;2026-07-30&quot;:21.18},{&quot;2026-07-31&quot;:21.12},{&quot;2026-08-01&quot;:20.96},{&quot;2026-08-02&quot;:20.79},{&quot;2026-08-03&quot;:21.52},{&quot;2026-08-04&quot;:21.3},{&quot;2026-08-05&quot;:21.41},{&quot;2026-08-07&quot;:22.99},{&quot;2026-08-08&quot;:23.8},{&quot;2026-08-09&quot;:22.73},{&quot;2026-08-10&quot;:22.93},{&quot;2026-08-11&quot;:21.72},{&quot;2026-08-12&quot;:21.55},{&quot;2026-08-13&quot;:21.17},{&quot;2026-08-14&quot;:21.19},{&quot;2026-08-15&quot;:21.39},{&quot;2026-08-16&quot;:21.63},{&quot;2026-08-17&quot;:21.8},{&quot;2026-08-18&quot;:22.89},{&quot;2026-08-19&quot;:23.22},{&quot;2026-08-20&quot;:23.64},{&quot;2026-08-21&quot;:23.3},{&quot;2026-08-22&quot;:22.92},{&quot;2026-08-23&quot;:22.23},{&quot;2026-08-24&quot;:22.68},{&quot;2026-08-25&quot;:22.51},{&quot;2026-08-26&quot;:23.59},{&quot;2026-08-27&quot;:22.23},{&quot;2026-08-28&quot;:22.43},{&quot;2026-08-29&quot;:22.43},{&quot;2026-08-30&quot;:22.59},{&quot;2026-08-31&quot;:22.19},{&quot;2026-09-01&quot;:24.5},{&quot;2026-09-02&quot;:24.78},{&quot;2026-09-03&quot;:24.89},{&quot;2026-09-04&quot;:23.98},{&quot;2026-09-05&quot;:22.39},{&quot;2026-09-06&quot;:22.5},{&quot;2026-09-07&quot;:23.07},{&quot;2026-09-08&quot;:23.29},{&quot;2026-09-09&quot;:23.57},{&quot;2026-09-10&quot;:23.77},{&quot;2026-09-11&quot;:23.08}]}"
        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="21056"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Urza&#39;s Mine
      </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">
            $23.00
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Urza&#39;s Mine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/546e0452-5304-41fa-9e3a-a3fa5a571315.jpg?1783930064" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Urza&#39;s Mine
        </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 — Urza&#39;s Mine</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="Urza&#39;s Mine" src="https://cards.scryfall.io/large/front/5/4/546e0452-5304-41fa-9e3a-a3fa5a571315.jpg?1783930064" />
    </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">
                $23.00
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:25.38},{&quot;2026-06-14&quot;:25.38},{&quot;2026-06-15&quot;:25.5},{&quot;2026-06-16&quot;:25.04},{&quot;2026-06-17&quot;:25.04},{&quot;2026-06-18&quot;:25.04},{&quot;2026-06-19&quot;:25.04},{&quot;2026-06-20&quot;:24.96},{&quot;2026-06-21&quot;:24.96},{&quot;2026-06-22&quot;:24.44},{&quot;2026-06-23&quot;:24.59},{&quot;2026-06-24&quot;:24.59},{&quot;2026-06-25&quot;:24.59},{&quot;2026-06-26&quot;:24.74},{&quot;2026-06-27&quot;:24.74},{&quot;2026-06-28&quot;:24.9},{&quot;2026-06-29&quot;:24.9},{&quot;2026-06-30&quot;:24.9},{&quot;2026-07-01&quot;:24.9},{&quot;2026-07-02&quot;:24.9},{&quot;2026-07-03&quot;:24.9},{&quot;2026-07-04&quot;:25.04},{&quot;2026-07-05&quot;:25.04},{&quot;2026-07-06&quot;:25.04},{&quot;2026-07-07&quot;:25.04},{&quot;2026-07-08&quot;:25.04},{&quot;2026-07-09&quot;:25.04},{&quot;2026-07-10&quot;:25.04},{&quot;2026-07-11&quot;:25.04},{&quot;2026-07-12&quot;:25.04},{&quot;2026-07-13&quot;:25.04},{&quot;2026-07-14&quot;:25.04},{&quot;2026-07-15&quot;:25.42},{&quot;2026-07-16&quot;:25.41},{&quot;2026-07-17&quot;:25.41},{&quot;2026-07-18&quot;:25.3},{&quot;2026-07-19&quot;:25.13},{&quot;2026-07-20&quot;:25.13},{&quot;2026-07-21&quot;:25.13},{&quot;2026-07-22&quot;:24.97},{&quot;2026-07-23&quot;:24.97},{&quot;2026-07-24&quot;:24.97},{&quot;2026-07-25&quot;:24.97},{&quot;2026-07-26&quot;:25.46},{&quot;2026-07-27&quot;:25.46},{&quot;2026-07-28&quot;:25.46},{&quot;2026-07-29&quot;:25.46},{&quot;2026-07-30&quot;:25.53},{&quot;2026-07-31&quot;:25.53},{&quot;2026-08-01&quot;:25.53},{&quot;2026-08-02&quot;:25.63},{&quot;2026-08-03&quot;:25.63},{&quot;2026-08-04&quot;:24.95},{&quot;2026-08-05&quot;:24.97},{&quot;2026-08-07&quot;:24.97},{&quot;2026-08-08&quot;:24.97},{&quot;2026-08-09&quot;:24.97},{&quot;2026-08-10&quot;:24.93},{&quot;2026-08-11&quot;:24.93},{&quot;2026-08-12&quot;:24.93},{&quot;2026-08-13&quot;:24.93},{&quot;2026-08-14&quot;:25.05},{&quot;2026-08-15&quot;:25.05},{&quot;2026-08-16&quot;:25.05},{&quot;2026-08-17&quot;:25.05},{&quot;2026-08-18&quot;:25.05},{&quot;2026-08-19&quot;:25.05},{&quot;2026-08-20&quot;:25.05},{&quot;2026-08-21&quot;:25.05},{&quot;2026-08-22&quot;:24.86},{&quot;2026-08-23&quot;:24.86},{&quot;2026-08-24&quot;:24.67},{&quot;2026-08-25&quot;:24.67},{&quot;2026-08-26&quot;:24.67},{&quot;2026-08-27&quot;:24.67},{&quot;2026-08-28&quot;:24.52},{&quot;2026-08-29&quot;:24.52},{&quot;2026-08-30&quot;:24.52},{&quot;2026-08-31&quot;:24.52},{&quot;2026-09-01&quot;:24.51},{&quot;2026-09-02&quot;:24.51},{&quot;2026-09-03&quot;:24.51},{&quot;2026-09-04&quot;:24.49},{&quot;2026-09-05&quot;:24.49},{&quot;2026-09-06&quot;:24.49},{&quot;2026-09-07&quot;:25.22},{&quot;2026-09-08&quot;:25.2},{&quot;2026-09-09&quot;:25.2},{&quot;2026-09-10&quot;:25.2},{&quot;2026-09-11&quot;:25.2}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:22.34},{&quot;2026-06-14&quot;:22.34},{&quot;2026-06-15&quot;:22.34},{&quot;2026-06-16&quot;:22.27},{&quot;2026-06-17&quot;:22.0},{&quot;2026-06-18&quot;:22.0},{&quot;2026-06-19&quot;:22.0},{&quot;2026-06-20&quot;:21.92},{&quot;2026-06-21&quot;:21.92},{&quot;2026-06-22&quot;:21.92},{&quot;2026-06-23&quot;:21.92},{&quot;2026-06-24&quot;:21.97},{&quot;2026-06-25&quot;:21.97},{&quot;2026-06-26&quot;:21.97},{&quot;2026-06-27&quot;:21.97},{&quot;2026-06-28&quot;:21.97},{&quot;2026-06-29&quot;:21.97},{&quot;2026-06-30&quot;:21.97},{&quot;2026-07-01&quot;:21.97},{&quot;2026-07-02&quot;:21.97},{&quot;2026-07-03&quot;:21.97},{&quot;2026-07-04&quot;:21.97},{&quot;2026-07-05&quot;:22.02},{&quot;2026-07-06&quot;:22.08},{&quot;2026-07-07&quot;:22.08},{&quot;2026-07-08&quot;:22.14},{&quot;2026-07-09&quot;:22.07},{&quot;2026-07-10&quot;:22.07},{&quot;2026-07-11&quot;:22.07},{&quot;2026-07-12&quot;:22.18},{&quot;2026-07-13&quot;:22.18},{&quot;2026-07-14&quot;:22.18},{&quot;2026-07-15&quot;:21.97},{&quot;2026-07-16&quot;:21.93},{&quot;2026-07-17&quot;:22.09},{&quot;2026-07-18&quot;:22.09},{&quot;2026-07-19&quot;:22.09},{&quot;2026-07-20&quot;:21.93},{&quot;2026-07-21&quot;:21.93},{&quot;2026-07-22&quot;:21.56},{&quot;2026-07-23&quot;:21.67},{&quot;2026-07-24&quot;:21.67},{&quot;2026-07-25&quot;:21.77},{&quot;2026-07-26&quot;:21.66},{&quot;2026-07-27&quot;:21.85},{&quot;2026-07-28&quot;:21.85},{&quot;2026-07-29&quot;:21.88},{&quot;2026-07-30&quot;:21.88},{&quot;2026-07-31&quot;:21.88},{&quot;2026-08-01&quot;:21.88},{&quot;2026-08-02&quot;:21.91},{&quot;2026-08-03&quot;:22.02},{&quot;2026-08-04&quot;:22.02},{&quot;2026-08-05&quot;:22.02},{&quot;2026-08-07&quot;:22.02},{&quot;2026-08-08&quot;:22.02},{&quot;2026-08-09&quot;:22.02},{&quot;2026-08-10&quot;:22.02},{&quot;2026-08-11&quot;:22.02},{&quot;2026-08-12&quot;:22.02},{&quot;2026-08-13&quot;:22.02},{&quot;2026-08-14&quot;:22.06},{&quot;2026-08-15&quot;:22.06},{&quot;2026-08-16&quot;:22.06},{&quot;2026-08-17&quot;:22.06},{&quot;2026-08-18&quot;:22.06},{&quot;2026-08-19&quot;:22.06},{&quot;2026-08-20&quot;:22.06},{&quot;2026-08-21&quot;:22.06},{&quot;2026-08-22&quot;:22.08},{&quot;2026-08-23&quot;:22.4},{&quot;2026-08-24&quot;:22.43},{&quot;2026-08-25&quot;:22.43},{&quot;2026-08-26&quot;:22.43},{&quot;2026-08-27&quot;:22.43},{&quot;2026-08-28&quot;:22.43},{&quot;2026-08-29&quot;:22.43},{&quot;2026-08-30&quot;:22.43},{&quot;2026-08-31&quot;:22.43},{&quot;2026-09-01&quot;:22.85},{&quot;2026-09-02&quot;:22.85},{&quot;2026-09-03&quot;:22.85},{&quot;2026-09-04&quot;:22.85},{&quot;2026-09-05&quot;:23.0},{&quot;2026-09-06&quot;:23.0},{&quot;2026-09-07&quot;:23.0},{&quot;2026-09-08&quot;:23.0},{&quot;2026-09-09&quot;:23.0},{&quot;2026-09-10&quot;:23.0},{&quot;2026-09-11&quot;:23.0}]}"
        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="90354"
  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-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">
            Rise of the Dark Realms
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $22.85
          </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="Rise of the Dark Realms" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/d/7d466d44-3203-4e9d-befc-877414a7308d.jpg?1783909025" />

        <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">
            Rise of the Dark Realms
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></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="Rise of the Dark Realms" src="https://cards.scryfall.io/large/front/7/d/7d466d44-3203-4e9d-befc-877414a7308d.jpg?1783909025" />
    </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">
                $22.85
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:30.83},{&quot;2026-06-10&quot;:30.73},{&quot;2026-06-11&quot;:31.4},{&quot;2026-06-12&quot;:31.3},{&quot;2026-06-13&quot;:31.3},{&quot;2026-06-14&quot;:31.3},{&quot;2026-06-15&quot;:31.3},{&quot;2026-06-16&quot;:31.3},{&quot;2026-06-17&quot;:31.46},{&quot;2026-06-18&quot;:31.46},{&quot;2026-06-19&quot;:31.46},{&quot;2026-06-20&quot;:31.46},{&quot;2026-06-21&quot;:31.46},{&quot;2026-06-22&quot;:31.42},{&quot;2026-06-24&quot;:31.72},{&quot;2026-06-25&quot;:32.19},{&quot;2026-06-26&quot;:32.19},{&quot;2026-06-27&quot;:32.19},{&quot;2026-06-28&quot;:32.24},{&quot;2026-06-29&quot;:32.24},{&quot;2026-06-30&quot;:32.24},{&quot;2026-07-01&quot;:32.24},{&quot;2026-07-02&quot;:32.24},{&quot;2026-07-03&quot;:32.24},{&quot;2026-07-04&quot;:32.24},{&quot;2026-07-05&quot;:32.71},{&quot;2026-07-06&quot;:32.71},{&quot;2026-07-07&quot;:32.71},{&quot;2026-07-08&quot;:34.14},{&quot;2026-07-09&quot;:34.14},{&quot;2026-07-10&quot;:34.14},{&quot;2026-07-11&quot;:34.14},{&quot;2026-07-12&quot;:34.14},{&quot;2026-07-13&quot;:34.14},{&quot;2026-07-14&quot;:34.14},{&quot;2026-07-15&quot;:34.33},{&quot;2026-07-16&quot;:34.51},{&quot;2026-07-17&quot;:34.51},{&quot;2026-07-18&quot;:34.62},{&quot;2026-07-19&quot;:34.62},{&quot;2026-07-20&quot;:34.78},{&quot;2026-07-21&quot;:34.78},{&quot;2026-07-23&quot;:34.78},{&quot;2026-07-25&quot;:34.78},{&quot;2026-07-26&quot;:34.78},{&quot;2026-07-27&quot;:34.97},{&quot;2026-07-29&quot;:35.24},{&quot;2026-07-30&quot;:35.24},{&quot;2026-07-31&quot;:35.24},{&quot;2026-08-01&quot;:35.24},{&quot;2026-08-02&quot;:35.24},{&quot;2026-08-03&quot;:35.81},{&quot;2026-08-04&quot;:35.81},{&quot;2026-08-05&quot;:35.81},{&quot;2026-08-07&quot;:35.97},{&quot;2026-08-08&quot;:35.97},{&quot;2026-08-09&quot;:35.97},{&quot;2026-08-10&quot;:35.97},{&quot;2026-08-11&quot;:35.95},{&quot;2026-08-12&quot;:35.95},{&quot;2026-08-13&quot;:35.95},{&quot;2026-08-14&quot;:35.95},{&quot;2026-08-15&quot;:36.41},{&quot;2026-08-16&quot;:36.41},{&quot;2026-08-17&quot;:36.41},{&quot;2026-08-18&quot;:36.41},{&quot;2026-08-19&quot;:36.41},{&quot;2026-08-20&quot;:36.41},{&quot;2026-08-21&quot;:36.41},{&quot;2026-08-22&quot;:36.41},{&quot;2026-08-23&quot;:36.45},{&quot;2026-08-24&quot;:36.45},{&quot;2026-08-25&quot;:36.45},{&quot;2026-08-26&quot;:36.41},{&quot;2026-08-27&quot;:36.71},{&quot;2026-08-28&quot;:36.71},{&quot;2026-08-29&quot;:36.71},{&quot;2026-08-30&quot;:36.71},{&quot;2026-08-31&quot;:36.71},{&quot;2026-09-01&quot;:36.71},{&quot;2026-09-02&quot;:36.71},{&quot;2026-09-03&quot;:36.71},{&quot;2026-09-04&quot;:36.71},{&quot;2026-09-05&quot;:36.71},{&quot;2026-09-06&quot;:36.71},{&quot;2026-09-07&quot;:36.71},{&quot;2026-09-08&quot;:36.71},{&quot;2026-09-09&quot;:36.71},{&quot;2026-09-10&quot;:36.71},{&quot;2026-09-11&quot;:36.71}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:21.5},{&quot;2026-06-10&quot;:21.5},{&quot;2026-06-11&quot;:21.52},{&quot;2026-06-12&quot;:21.44},{&quot;2026-06-13&quot;:21.34},{&quot;2026-06-14&quot;:21.34},{&quot;2026-06-15&quot;:21.34},{&quot;2026-06-16&quot;:20.99},{&quot;2026-06-17&quot;:20.99},{&quot;2026-06-18&quot;:20.93},{&quot;2026-06-19&quot;:20.93},{&quot;2026-06-20&quot;:20.92},{&quot;2026-06-21&quot;:20.92},{&quot;2026-06-22&quot;:21.02},{&quot;2026-06-24&quot;:21.01},{&quot;2026-06-25&quot;:20.59},{&quot;2026-06-26&quot;:20.59},{&quot;2026-06-27&quot;:20.31},{&quot;2026-06-28&quot;:20.8},{&quot;2026-06-29&quot;:20.22},{&quot;2026-06-30&quot;:19.89},{&quot;2026-07-01&quot;:19.44},{&quot;2026-07-02&quot;:19.38},{&quot;2026-07-03&quot;:19.52},{&quot;2026-07-04&quot;:19.6},{&quot;2026-07-05&quot;:19.6},{&quot;2026-07-06&quot;:19.83},{&quot;2026-07-07&quot;:19.87},{&quot;2026-07-08&quot;:19.69},{&quot;2026-07-09&quot;:19.81},{&quot;2026-07-10&quot;:19.9},{&quot;2026-07-11&quot;:20.16},{&quot;2026-07-12&quot;:19.89},{&quot;2026-07-13&quot;:19.98},{&quot;2026-07-14&quot;:20.13},{&quot;2026-07-15&quot;:20.13},{&quot;2026-07-16&quot;:20.47},{&quot;2026-07-17&quot;:20.47},{&quot;2026-07-18&quot;:20.43},{&quot;2026-07-19&quot;:20.72},{&quot;2026-07-20&quot;:20.72},{&quot;2026-07-21&quot;:20.8},{&quot;2026-07-23&quot;:21.56},{&quot;2026-07-25&quot;:21.56},{&quot;2026-07-26&quot;:22.11},{&quot;2026-07-27&quot;:22.07},{&quot;2026-07-29&quot;:21.97},{&quot;2026-07-30&quot;:21.93},{&quot;2026-07-31&quot;:21.88},{&quot;2026-08-01&quot;:22.06},{&quot;2026-08-02&quot;:22.06},{&quot;2026-08-03&quot;:21.64},{&quot;2026-08-04&quot;:21.77},{&quot;2026-08-05&quot;:21.77},{&quot;2026-08-07&quot;:22.17},{&quot;2026-08-08&quot;:22.74},{&quot;2026-08-09&quot;:23.13},{&quot;2026-08-10&quot;:22.6},{&quot;2026-08-11&quot;:22.83},{&quot;2026-08-12&quot;:22.83},{&quot;2026-08-13&quot;:22.38},{&quot;2026-08-14&quot;:22.69},{&quot;2026-08-15&quot;:22.65},{&quot;2026-08-16&quot;:22.49},{&quot;2026-08-17&quot;:22.89},{&quot;2026-08-18&quot;:22.84},{&quot;2026-08-19&quot;:22.18},{&quot;2026-08-20&quot;:22.18},{&quot;2026-08-21&quot;:22.19},{&quot;2026-08-22&quot;:21.64},{&quot;2026-08-23&quot;:21.64},{&quot;2026-08-24&quot;:22.43},{&quot;2026-08-25&quot;:22.43},{&quot;2026-08-26&quot;:22.63},{&quot;2026-08-27&quot;:22.55},{&quot;2026-08-28&quot;:22.55},{&quot;2026-08-29&quot;:22.55},{&quot;2026-08-30&quot;:22.4},{&quot;2026-08-31&quot;:22.19},{&quot;2026-09-01&quot;:22.19},{&quot;2026-09-02&quot;:22.33},{&quot;2026-09-03&quot;:23.15},{&quot;2026-09-04&quot;:23.29},{&quot;2026-09-05&quot;:23.34},{&quot;2026-09-06&quot;:23.49},{&quot;2026-09-07&quot;:22.87},{&quot;2026-09-08&quot;:22.65},{&quot;2026-09-09&quot;:22.37},{&quot;2026-09-10&quot;:22.37},{&quot;2026-09-11&quot;:22.85}]}"
        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="21016"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $22.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="Thrumming Stone" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/4/14adc0af-de61-4872-916c-3cf480dece46.jpg?1783921787" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Thrumming Stone" src="https://cards.scryfall.io/large/front/1/4/14adc0af-de61-4872-916c-3cf480dece46.jpg?1783921787" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:22.83},{&quot;2026-06-14&quot;:22.83},{&quot;2026-06-15&quot;:22.83},{&quot;2026-06-16&quot;:22.83},{&quot;2026-06-17&quot;:22.64},{&quot;2026-06-18&quot;:22.64},{&quot;2026-06-19&quot;:22.71},{&quot;2026-06-20&quot;:22.71},{&quot;2026-06-21&quot;:22.73},{&quot;2026-06-22&quot;:22.92},{&quot;2026-06-23&quot;:22.92},{&quot;2026-06-24&quot;:22.92},{&quot;2026-06-25&quot;:22.92},{&quot;2026-06-26&quot;:22.92},{&quot;2026-06-27&quot;:22.92},{&quot;2026-06-28&quot;:22.92},{&quot;2026-06-29&quot;:22.92},{&quot;2026-06-30&quot;:22.92},{&quot;2026-07-01&quot;:22.92},{&quot;2026-07-02&quot;:22.92},{&quot;2026-07-03&quot;:22.92},{&quot;2026-07-04&quot;:22.92},{&quot;2026-07-05&quot;:22.92},{&quot;2026-07-06&quot;:22.92},{&quot;2026-07-07&quot;:22.92},{&quot;2026-07-08&quot;:23.2},{&quot;2026-07-09&quot;:23.02},{&quot;2026-07-10&quot;:23.02},{&quot;2026-07-11&quot;:23.02},{&quot;2026-07-12&quot;:23.02},{&quot;2026-07-13&quot;:23.02},{&quot;2026-07-14&quot;:23.02},{&quot;2026-07-15&quot;:23.02},{&quot;2026-07-16&quot;:22.93},{&quot;2026-07-17&quot;:22.93},{&quot;2026-07-18&quot;:22.93},{&quot;2026-07-19&quot;:22.93},{&quot;2026-07-20&quot;:22.93},{&quot;2026-07-21&quot;:22.93},{&quot;2026-07-22&quot;:22.93},{&quot;2026-07-23&quot;:22.93},{&quot;2026-07-24&quot;:23.32},{&quot;2026-07-25&quot;:23.32},{&quot;2026-07-26&quot;:23.32},{&quot;2026-07-27&quot;:23.32},{&quot;2026-07-28&quot;:23.32},{&quot;2026-07-29&quot;:23.32},{&quot;2026-07-30&quot;:23.32},{&quot;2026-07-31&quot;:23.32},{&quot;2026-08-01&quot;:23.32},{&quot;2026-08-02&quot;:23.32},{&quot;2026-08-03&quot;:23.32},{&quot;2026-08-04&quot;:23.32},{&quot;2026-08-05&quot;:23.1},{&quot;2026-08-07&quot;:23.1},{&quot;2026-08-08&quot;:23.1},{&quot;2026-08-09&quot;:23.1},{&quot;2026-08-10&quot;:23.1},{&quot;2026-08-11&quot;:23.29},{&quot;2026-08-12&quot;:23.29},{&quot;2026-08-13&quot;:23.29},{&quot;2026-08-14&quot;:23.29},{&quot;2026-08-15&quot;:23.29},{&quot;2026-08-16&quot;:23.29},{&quot;2026-08-17&quot;:23.29},{&quot;2026-08-18&quot;:23.29},{&quot;2026-08-19&quot;:23.29},{&quot;2026-08-20&quot;:23.29},{&quot;2026-08-21&quot;:23.29},{&quot;2026-08-22&quot;:23.29},{&quot;2026-08-23&quot;:23.29},{&quot;2026-08-24&quot;:23.29},{&quot;2026-08-25&quot;:23.43},{&quot;2026-08-26&quot;:23.43},{&quot;2026-08-27&quot;:23.43},{&quot;2026-08-28&quot;:23.43},{&quot;2026-08-29&quot;:23.43},{&quot;2026-08-30&quot;:23.43},{&quot;2026-08-31&quot;:23.43},{&quot;2026-09-01&quot;:23.43},{&quot;2026-09-02&quot;:23.43},{&quot;2026-09-03&quot;:23.43},{&quot;2026-09-04&quot;:23.43},{&quot;2026-09-05&quot;:23.43},{&quot;2026-09-06&quot;:23.63},{&quot;2026-09-07&quot;:23.63},{&quot;2026-09-08&quot;:23.63},{&quot;2026-09-09&quot;:23.63},{&quot;2026-09-10&quot;:23.63},{&quot;2026-09-11&quot;:23.63}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:22.71},{&quot;2026-06-14&quot;:22.73},{&quot;2026-06-15&quot;:22.54},{&quot;2026-06-16&quot;:22.59},{&quot;2026-06-17&quot;:22.59},{&quot;2026-06-18&quot;:22.18},{&quot;2026-06-19&quot;:22.33},{&quot;2026-06-20&quot;:22.62},{&quot;2026-06-21&quot;:22.64},{&quot;2026-06-22&quot;:22.61},{&quot;2026-06-23&quot;:22.41},{&quot;2026-06-24&quot;:22.44},{&quot;2026-06-25&quot;:22.76},{&quot;2026-06-26&quot;:23.34},{&quot;2026-06-27&quot;:23.46},{&quot;2026-06-28&quot;:23.46},{&quot;2026-06-29&quot;:23.42},{&quot;2026-06-30&quot;:23.63},{&quot;2026-07-01&quot;:23.75},{&quot;2026-07-02&quot;:23.76},{&quot;2026-07-03&quot;:23.67},{&quot;2026-07-04&quot;:23.68},{&quot;2026-07-05&quot;:23.65},{&quot;2026-07-06&quot;:23.65},{&quot;2026-07-07&quot;:23.55},{&quot;2026-07-08&quot;:22.99},{&quot;2026-07-09&quot;:22.67},{&quot;2026-07-10&quot;:22.25},{&quot;2026-07-11&quot;:22.46},{&quot;2026-07-12&quot;:22.4},{&quot;2026-07-13&quot;:22.37},{&quot;2026-07-14&quot;:22.26},{&quot;2026-07-15&quot;:22.34},{&quot;2026-07-16&quot;:22.51},{&quot;2026-07-17&quot;:22.51},{&quot;2026-07-18&quot;:22.54},{&quot;2026-07-19&quot;:22.45},{&quot;2026-07-20&quot;:22.42},{&quot;2026-07-21&quot;:22.66},{&quot;2026-07-22&quot;:22.37},{&quot;2026-07-23&quot;:22.33},{&quot;2026-07-24&quot;:22.18},{&quot;2026-07-25&quot;:21.92},{&quot;2026-07-26&quot;:21.72},{&quot;2026-07-27&quot;:21.86},{&quot;2026-07-28&quot;:21.81},{&quot;2026-07-29&quot;:21.81},{&quot;2026-07-30&quot;:21.88},{&quot;2026-07-31&quot;:21.83},{&quot;2026-08-01&quot;:21.91},{&quot;2026-08-02&quot;:21.8},{&quot;2026-08-03&quot;:21.92},{&quot;2026-08-04&quot;:21.85},{&quot;2026-08-05&quot;:21.55},{&quot;2026-08-07&quot;:21.45},{&quot;2026-08-08&quot;:21.36},{&quot;2026-08-09&quot;:21.43},{&quot;2026-08-10&quot;:21.31},{&quot;2026-08-11&quot;:21.35},{&quot;2026-08-12&quot;:21.43},{&quot;2026-08-13&quot;:21.57},{&quot;2026-08-14&quot;:21.54},{&quot;2026-08-15&quot;:21.66},{&quot;2026-08-16&quot;:21.93},{&quot;2026-08-17&quot;:21.89},{&quot;2026-08-18&quot;:21.83},{&quot;2026-08-19&quot;:21.89},{&quot;2026-08-20&quot;:22.0},{&quot;2026-08-21&quot;:22.11},{&quot;2026-08-22&quot;:22.12},{&quot;2026-08-23&quot;:22.23},{&quot;2026-08-24&quot;:22.58},{&quot;2026-08-25&quot;:22.63},{&quot;2026-08-26&quot;:22.82},{&quot;2026-08-27&quot;:22.93},{&quot;2026-08-28&quot;:22.93},{&quot;2026-08-29&quot;:22.93},{&quot;2026-08-30&quot;:22.94},{&quot;2026-08-31&quot;:22.85},{&quot;2026-09-01&quot;:22.8},{&quot;2026-09-02&quot;:22.87},{&quot;2026-09-03&quot;:22.18},{&quot;2026-09-04&quot;:22.23},{&quot;2026-09-05&quot;:22.56},{&quot;2026-09-06&quot;:22.53},{&quot;2026-09-07&quot;:22.63},{&quot;2026-09-08&quot;:22.49},{&quot;2026-09-09&quot;:22.67},{&quot;2026-09-10&quot;:22.52},{&quot;2026-09-11&quot;:22.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="79987"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Starscream, Power Hungry // Starscream, Seeker Leader" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90fa398b-f2f7-474f-a840-244238a67c31.jpg?1783919893" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Starscream, Power Hungry 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Starscream, Power Hungry // Starscream, Seeker Leader" src="https://cards.scryfall.io/large/front/9/0/90fa398b-f2f7-474f-a840-244238a67c31.jpg?1783919893" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Starscream, Power Hungry // Starscream, Seeker Leader" src="https://cards.scryfall.io/large/back/9/0/90fa398b-f2f7-474f-a840-244238a67c31.jpg?1783919893" />
              </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">
                $22.41
              </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">
                $469.99
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-05-15&quot;:276.18},{&quot;2026-05-16&quot;:276.18},{&quot;2026-05-17&quot;:276.18},{&quot;2026-05-18&quot;:276.18},{&quot;2026-05-19&quot;:276.18},{&quot;2026-05-21&quot;:276.18},{&quot;2026-05-23&quot;:276.18},{&quot;2026-05-24&quot;:276.18},{&quot;2026-05-25&quot;:276.18},{&quot;2026-05-26&quot;:276.18},{&quot;2026-05-27&quot;:276.18},{&quot;2026-05-28&quot;:276.18},{&quot;2026-05-29&quot;:352.49},{&quot;2026-05-30&quot;:352.49},{&quot;2026-05-31&quot;:352.49},{&quot;2026-06-01&quot;:352.49},{&quot;2026-06-02&quot;:352.49},{&quot;2026-06-03&quot;:352.49},{&quot;2026-06-04&quot;:352.49},{&quot;2026-06-05&quot;:352.49},{&quot;2026-06-30&quot;:469.99},{&quot;2026-07-01&quot;:469.99},{&quot;2026-07-02&quot;:469.99},{&quot;2026-07-03&quot;:469.99},{&quot;2026-07-04&quot;:469.99},{&quot;2026-07-05&quot;:469.99},{&quot;2026-07-06&quot;:469.99},{&quot;2026-07-07&quot;:469.99},{&quot;2026-07-08&quot;:469.99},{&quot;2026-07-09&quot;:469.99},{&quot;2026-07-10&quot;:469.99},{&quot;2026-07-11&quot;:469.99},{&quot;2026-07-12&quot;:469.99},{&quot;2026-07-13&quot;:469.99},{&quot;2026-07-14&quot;:469.99},{&quot;2026-07-15&quot;:469.99},{&quot;2026-07-16&quot;:469.99},{&quot;2026-07-17&quot;:469.99},{&quot;2026-07-18&quot;:469.99},{&quot;2026-07-19&quot;:469.99},{&quot;2026-07-20&quot;:469.99},{&quot;2026-07-21&quot;:469.99},{&quot;2026-07-23&quot;:469.99},{&quot;2026-07-25&quot;:469.99},{&quot;2026-07-26&quot;:469.99},{&quot;2026-07-27&quot;:469.99},{&quot;2026-07-29&quot;:469.99},{&quot;2026-07-30&quot;:469.99},{&quot;2026-07-31&quot;:469.99},{&quot;2026-08-01&quot;:469.99},{&quot;2026-08-02&quot;:469.99},{&quot;2026-08-03&quot;:469.99},{&quot;2026-08-04&quot;:469.99},{&quot;2026-08-05&quot;:469.99},{&quot;2026-08-07&quot;:469.99},{&quot;2026-08-08&quot;:469.99},{&quot;2026-08-09&quot;:469.99},{&quot;2026-08-10&quot;:469.99},{&quot;2026-08-11&quot;:469.99},{&quot;2026-08-12&quot;:469.99},{&quot;2026-08-13&quot;:469.99},{&quot;2026-08-14&quot;:469.99},{&quot;2026-08-15&quot;:469.99},{&quot;2026-08-16&quot;:469.99},{&quot;2026-08-17&quot;:469.99},{&quot;2026-08-18&quot;:469.99},{&quot;2026-08-19&quot;:469.99},{&quot;2026-08-20&quot;:469.99},{&quot;2026-08-21&quot;:469.99},{&quot;2026-08-22&quot;:469.99},{&quot;2026-08-23&quot;:469.99},{&quot;2026-08-24&quot;:469.99},{&quot;2026-08-25&quot;:469.99},{&quot;2026-08-26&quot;:469.99},{&quot;2026-08-27&quot;:469.99},{&quot;2026-08-28&quot;:469.99},{&quot;2026-08-29&quot;:469.99},{&quot;2026-08-30&quot;:469.99},{&quot;2026-08-31&quot;:469.99},{&quot;2026-09-01&quot;:469.99},{&quot;2026-09-02&quot;:469.99},{&quot;2026-09-03&quot;:469.99},{&quot;2026-09-04&quot;:469.99},{&quot;2026-09-05&quot;:469.99},{&quot;2026-09-06&quot;:469.99},{&quot;2026-09-07&quot;:469.99},{&quot;2026-09-08&quot;:469.99},{&quot;2026-09-09&quot;:469.99},{&quot;2026-09-10&quot;:469.99},{&quot;2026-09-11&quot;:469.99}],&quot;normal&quot;:[{&quot;2026-05-15&quot;:24.04},{&quot;2026-05-16&quot;:24.44},{&quot;2026-05-17&quot;:24.44},{&quot;2026-05-18&quot;:24.44},{&quot;2026-05-19&quot;:24.44},{&quot;2026-05-21&quot;:24.07},{&quot;2026-05-23&quot;:23.47},{&quot;2026-05-24&quot;:23.47},{&quot;2026-05-25&quot;:23.47},{&quot;2026-05-26&quot;:23.44},{&quot;2026-05-27&quot;:23.42},{&quot;2026-05-28&quot;:23.73},{&quot;2026-05-29&quot;:23.73},{&quot;2026-05-30&quot;:23.76},{&quot;2026-05-31&quot;:23.76},{&quot;2026-06-01&quot;:24.08},{&quot;2026-06-02&quot;:24.08},{&quot;2026-06-03&quot;:24.08},{&quot;2026-06-04&quot;:24.36},{&quot;2026-06-05&quot;:24.36},{&quot;2026-06-30&quot;:23.15},{&quot;2026-07-01&quot;:23.15},{&quot;2026-07-02&quot;:23.15},{&quot;2026-07-03&quot;:23.15},{&quot;2026-07-04&quot;:23.15},{&quot;2026-07-05&quot;:23.15},{&quot;2026-07-06&quot;:23.15},{&quot;2026-07-07&quot;:23.15},{&quot;2026-07-08&quot;:23.15},{&quot;2026-07-09&quot;:23.15},{&quot;2026-07-10&quot;:23.15},{&quot;2026-07-11&quot;:23.15},{&quot;2026-07-12&quot;:23.15},{&quot;2026-07-13&quot;:23.15},{&quot;2026-07-14&quot;:22.66},{&quot;2026-07-15&quot;:22.66},{&quot;2026-07-16&quot;:22.66},{&quot;2026-07-17&quot;:23.06},{&quot;2026-07-18&quot;:22.68},{&quot;2026-07-19&quot;:22.69},{&quot;2026-07-20&quot;:22.69},{&quot;2026-07-21&quot;:22.09},{&quot;2026-07-23&quot;:22.09},{&quot;2026-07-25&quot;:22.09},{&quot;2026-07-26&quot;:21.78},{&quot;2026-07-27&quot;:21.82},{&quot;2026-07-29&quot;:21.89},{&quot;2026-07-30&quot;:21.89},{&quot;2026-07-31&quot;:21.89},{&quot;2026-08-01&quot;:21.89},{&quot;2026-08-02&quot;:21.81},{&quot;2026-08-03&quot;:21.81},{&quot;2026-08-04&quot;:21.81},{&quot;2026-08-05&quot;:21.81},{&quot;2026-08-07&quot;:21.81},{&quot;2026-08-08&quot;:21.81},{&quot;2026-08-09&quot;:21.39},{&quot;2026-08-10&quot;:21.39},{&quot;2026-08-11&quot;:21.59},{&quot;2026-08-12&quot;:21.54},{&quot;2026-08-13&quot;:21.54},{&quot;2026-08-14&quot;:21.4},{&quot;2026-08-15&quot;:21.09},{&quot;2026-08-16&quot;:20.86},{&quot;2026-08-17&quot;:20.86},{&quot;2026-08-18&quot;:20.86},{&quot;2026-08-19&quot;:20.82},{&quot;2026-08-20&quot;:20.82},{&quot;2026-08-21&quot;:21.06},{&quot;2026-08-22&quot;:21.36},{&quot;2026-08-23&quot;:21.36},{&quot;2026-08-24&quot;:21.36},{&quot;2026-08-25&quot;:21.36},{&quot;2026-08-26&quot;:21.26},{&quot;2026-08-27&quot;:21.26},{&quot;2026-08-28&quot;:21.07},{&quot;2026-08-29&quot;:21.07},{&quot;2026-08-30&quot;:21.82},{&quot;2026-08-31&quot;:21.92},{&quot;2026-09-01&quot;:21.92},{&quot;2026-09-02&quot;:21.92},{&quot;2026-09-03&quot;:22.25},{&quot;2026-09-04&quot;:22.34},{&quot;2026-09-05&quot;:22.44},{&quot;2026-09-06&quot;:22.54},{&quot;2026-09-07&quot;:22.41},{&quot;2026-09-08&quot;:22.41},{&quot;2026-09-09&quot;:22.41},{&quot;2026-09-10&quot;:22.41},{&quot;2026-09-11&quot;:22.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34728"
  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-iko 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">
            Zagoth Triome
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Swamp Forest Island
      </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">
            $22.24
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Zagoth Triome" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/8/f809f970-25a7-4c34-b98f-1cb08012080d.jpg?1783930979" />

        <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">
            Zagoth Triome
        </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 — Swamp Forest Island</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="Zagoth Triome" src="https://cards.scryfall.io/large/front/f/8/f809f970-25a7-4c34-b98f-1cb08012080d.jpg?1783930979" />
    </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">
                $22.24
              </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">
                $42.56
              </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">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</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;:44.73},{&quot;2026-06-10&quot;:44.73},{&quot;2026-06-11&quot;:44.73},{&quot;2026-06-12&quot;:44.73},{&quot;2026-06-13&quot;:44.73},{&quot;2026-06-14&quot;:44.73},{&quot;2026-06-15&quot;:44.85},{&quot;2026-06-16&quot;:44.91},{&quot;2026-06-17&quot;:44.91},{&quot;2026-06-18&quot;:44.91},{&quot;2026-06-19&quot;:44.91},{&quot;2026-06-20&quot;:44.85},{&quot;2026-06-21&quot;:44.85},{&quot;2026-06-22&quot;:44.85},{&quot;2026-06-24&quot;:44.85},{&quot;2026-06-25&quot;:44.85},{&quot;2026-06-26&quot;:45.01},{&quot;2026-06-27&quot;:45.01},{&quot;2026-06-28&quot;:45.01},{&quot;2026-06-29&quot;:45.01},{&quot;2026-06-30&quot;:44.93},{&quot;2026-07-01&quot;:44.93},{&quot;2026-07-02&quot;:44.93},{&quot;2026-07-03&quot;:44.93},{&quot;2026-07-04&quot;:44.92},{&quot;2026-07-05&quot;:44.92},{&quot;2026-07-06&quot;:44.92},{&quot;2026-07-07&quot;:44.92},{&quot;2026-07-08&quot;:44.92},{&quot;2026-07-09&quot;:45.07},{&quot;2026-07-10&quot;:45.07},{&quot;2026-07-11&quot;:45.08},{&quot;2026-07-12&quot;:45.08},{&quot;2026-07-13&quot;:45.08},{&quot;2026-07-14&quot;:45.19},{&quot;2026-07-15&quot;:45.48},{&quot;2026-07-16&quot;:45.48},{&quot;2026-07-17&quot;:45.32},{&quot;2026-07-18&quot;:45.32},{&quot;2026-07-19&quot;:45.32},{&quot;2026-07-20&quot;:45.32},{&quot;2026-07-21&quot;:45.32},{&quot;2026-07-23&quot;:45.32},{&quot;2026-07-25&quot;:45.17},{&quot;2026-07-26&quot;:45.17},{&quot;2026-07-27&quot;:45.17},{&quot;2026-07-29&quot;:45.17},{&quot;2026-07-30&quot;:45.17},{&quot;2026-07-31&quot;:45.17},{&quot;2026-08-01&quot;:44.9},{&quot;2026-08-02&quot;:44.9},{&quot;2026-08-03&quot;:44.32},{&quot;2026-08-04&quot;:44.32},{&quot;2026-08-05&quot;:44.24},{&quot;2026-08-07&quot;:44.29},{&quot;2026-08-08&quot;:43.95},{&quot;2026-08-09&quot;:43.95},{&quot;2026-08-10&quot;:43.71},{&quot;2026-08-11&quot;:43.71},{&quot;2026-08-12&quot;:43.71},{&quot;2026-08-13&quot;:43.34},{&quot;2026-08-14&quot;:43.34},{&quot;2026-08-15&quot;:43.34},{&quot;2026-08-16&quot;:43.49},{&quot;2026-08-17&quot;:43.49},{&quot;2026-08-18&quot;:43.37},{&quot;2026-08-19&quot;:43.37},{&quot;2026-08-20&quot;:43.37},{&quot;2026-08-21&quot;:43.37},{&quot;2026-08-22&quot;:43.37},{&quot;2026-08-23&quot;:42.87},{&quot;2026-08-24&quot;:42.75},{&quot;2026-08-25&quot;:42.75},{&quot;2026-08-26&quot;:42.63},{&quot;2026-08-27&quot;:42.63},{&quot;2026-08-28&quot;:42.63},{&quot;2026-08-29&quot;:42.63},{&quot;2026-08-30&quot;:42.63},{&quot;2026-08-31&quot;:42.63},{&quot;2026-09-01&quot;:42.63},{&quot;2026-09-02&quot;:42.63},{&quot;2026-09-03&quot;:42.63},{&quot;2026-09-04&quot;:42.63},{&quot;2026-09-05&quot;:42.54},{&quot;2026-09-06&quot;:42.54},{&quot;2026-09-07&quot;:42.54},{&quot;2026-09-08&quot;:42.52},{&quot;2026-09-09&quot;:42.56},{&quot;2026-09-10&quot;:42.56},{&quot;2026-09-11&quot;:42.56}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:25.25},{&quot;2026-06-10&quot;:24.99},{&quot;2026-06-11&quot;:24.76},{&quot;2026-06-12&quot;:24.81},{&quot;2026-06-13&quot;:24.81},{&quot;2026-06-14&quot;:24.62},{&quot;2026-06-15&quot;:24.33},{&quot;2026-06-16&quot;:24.37},{&quot;2026-06-17&quot;:24.39},{&quot;2026-06-18&quot;:24.34},{&quot;2026-06-19&quot;:24.51},{&quot;2026-06-20&quot;:24.28},{&quot;2026-06-21&quot;:24.28},{&quot;2026-06-22&quot;:24.09},{&quot;2026-06-24&quot;:24.31},{&quot;2026-06-25&quot;:24.31},{&quot;2026-06-26&quot;:24.31},{&quot;2026-06-27&quot;:24.31},{&quot;2026-06-28&quot;:24.52},{&quot;2026-06-29&quot;:24.52},{&quot;2026-06-30&quot;:24.61},{&quot;2026-07-01&quot;:24.66},{&quot;2026-07-02&quot;:24.96},{&quot;2026-07-03&quot;:24.96},{&quot;2026-07-04&quot;:24.96},{&quot;2026-07-05&quot;:24.96},{&quot;2026-07-06&quot;:24.78},{&quot;2026-07-07&quot;:24.78},{&quot;2026-07-08&quot;:24.78},{&quot;2026-07-09&quot;:24.97},{&quot;2026-07-10&quot;:24.97},{&quot;2026-07-11&quot;:24.89},{&quot;2026-07-12&quot;:24.86},{&quot;2026-07-13&quot;:24.7},{&quot;2026-07-14&quot;:24.61},{&quot;2026-07-15&quot;:24.52},{&quot;2026-07-16&quot;:24.41},{&quot;2026-07-17&quot;:24.27},{&quot;2026-07-18&quot;:24.4},{&quot;2026-07-19&quot;:24.03},{&quot;2026-07-20&quot;:23.87},{&quot;2026-07-21&quot;:24.23},{&quot;2026-07-23&quot;:23.65},{&quot;2026-07-25&quot;:23.85},{&quot;2026-07-26&quot;:23.86},{&quot;2026-07-27&quot;:23.86},{&quot;2026-07-29&quot;:23.92},{&quot;2026-07-30&quot;:24.21},{&quot;2026-07-31&quot;:23.87},{&quot;2026-08-01&quot;:23.87},{&quot;2026-08-02&quot;:23.54},{&quot;2026-08-03&quot;:23.13},{&quot;2026-08-04&quot;:23.13},{&quot;2026-08-05&quot;:22.46},{&quot;2026-08-07&quot;:21.75},{&quot;2026-08-08&quot;:22.23},{&quot;2026-08-09&quot;:22.22},{&quot;2026-08-10&quot;:21.91},{&quot;2026-08-11&quot;:21.91},{&quot;2026-08-12&quot;:21.99},{&quot;2026-08-13&quot;:21.99},{&quot;2026-08-14&quot;:21.91},{&quot;2026-08-15&quot;:22.03},{&quot;2026-08-16&quot;:22.02},{&quot;2026-08-17&quot;:21.97},{&quot;2026-08-18&quot;:21.97},{&quot;2026-08-19&quot;:21.95},{&quot;2026-08-20&quot;:21.95},{&quot;2026-08-21&quot;:21.32},{&quot;2026-08-22&quot;:21.17},{&quot;2026-08-23&quot;:20.95},{&quot;2026-08-24&quot;:21.38},{&quot;2026-08-25&quot;:21.38},{&quot;2026-08-26&quot;:21.59},{&quot;2026-08-27&quot;:21.7},{&quot;2026-08-28&quot;:21.96},{&quot;2026-08-29&quot;:21.96},{&quot;2026-08-30&quot;:23.08},{&quot;2026-08-31&quot;:22.98},{&quot;2026-09-01&quot;:22.98},{&quot;2026-09-02&quot;:22.48},{&quot;2026-09-03&quot;:22.48},{&quot;2026-09-04&quot;:22.27},{&quot;2026-09-05&quot;:22.13},{&quot;2026-09-06&quot;:22.13},{&quot;2026-09-07&quot;:22.36},{&quot;2026-09-08&quot;:22.28},{&quot;2026-09-09&quot;:22.35},{&quot;2026-09-10&quot;:22.1},{&quot;2026-09-11&quot;:22.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Gisela, the Broken Blade // Brisela, Voice of Nightmares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/4/04506bad-3856-4184-8dda-941ded60f41a.jpg?1783908181" />

        <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">
            Gisela, the Broken Blade 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Gisela, the Broken Blade // Brisela, Voice of Nightmares" src="https://cards.scryfall.io/large/front/0/4/04506bad-3856-4184-8dda-941ded60f41a.jpg?1783908181" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Brisela, Voice of Nightmares" src="https://cards.scryfall.io/large/front/7/e/7e926e19-553c-470a-afde-358541af5caa.jpg?1783908189" />
              </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">
                $22.16
              </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">
                $28.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">$13.50</span>
              <span class="text-xs text-grey-text">Credit: $17.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:25.24},{&quot;2026-06-14&quot;:25.24},{&quot;2026-06-15&quot;:25.24},{&quot;2026-06-16&quot;:25.24},{&quot;2026-06-17&quot;:25.24},{&quot;2026-06-18&quot;:25.24},{&quot;2026-06-19&quot;:25.06},{&quot;2026-06-20&quot;:25.04},{&quot;2026-06-21&quot;:25.24},{&quot;2026-06-22&quot;:25.31},{&quot;2026-06-23&quot;:25.31},{&quot;2026-06-24&quot;:25.31},{&quot;2026-06-25&quot;:25.31},{&quot;2026-06-26&quot;:25.53},{&quot;2026-06-27&quot;:25.53},{&quot;2026-06-28&quot;:25.53},{&quot;2026-06-29&quot;:25.53},{&quot;2026-06-30&quot;:25.59},{&quot;2026-07-01&quot;:25.59},{&quot;2026-07-02&quot;:25.55},{&quot;2026-07-03&quot;:25.55},{&quot;2026-07-04&quot;:25.55},{&quot;2026-07-05&quot;:25.55},{&quot;2026-07-06&quot;:25.51},{&quot;2026-07-07&quot;:25.51},{&quot;2026-07-08&quot;:25.51},{&quot;2026-07-09&quot;:25.96},{&quot;2026-07-10&quot;:26.57},{&quot;2026-07-11&quot;:26.54},{&quot;2026-07-12&quot;:26.54},{&quot;2026-07-13&quot;:26.54},{&quot;2026-07-14&quot;:26.41},{&quot;2026-07-15&quot;:26.41},{&quot;2026-07-16&quot;:26.41},{&quot;2026-07-17&quot;:26.41},{&quot;2026-07-18&quot;:26.41},{&quot;2026-07-19&quot;:26.41},{&quot;2026-07-20&quot;:26.41},{&quot;2026-07-21&quot;:26.48},{&quot;2026-07-22&quot;:26.48},{&quot;2026-07-23&quot;:26.92},{&quot;2026-07-24&quot;:26.92},{&quot;2026-07-25&quot;:26.92},{&quot;2026-07-26&quot;:27.34},{&quot;2026-07-27&quot;:27.34},{&quot;2026-07-28&quot;:27.34},{&quot;2026-07-29&quot;:27.34},{&quot;2026-07-30&quot;:27.34},{&quot;2026-07-31&quot;:27.34},{&quot;2026-08-01&quot;:27.34},{&quot;2026-08-02&quot;:27.34},{&quot;2026-08-03&quot;:27.34},{&quot;2026-08-04&quot;:27.14},{&quot;2026-08-05&quot;:27.14},{&quot;2026-08-07&quot;:27.14},{&quot;2026-08-08&quot;:27.14},{&quot;2026-08-09&quot;:27.14},{&quot;2026-08-10&quot;:27.14},{&quot;2026-08-11&quot;:27.18},{&quot;2026-08-12&quot;:27.18},{&quot;2026-08-13&quot;:27.18},{&quot;2026-08-14&quot;:27.18},{&quot;2026-08-15&quot;:27.8},{&quot;2026-08-16&quot;:27.78},{&quot;2026-08-17&quot;:27.78},{&quot;2026-08-18&quot;:27.78},{&quot;2026-08-19&quot;:27.78},{&quot;2026-08-20&quot;:27.78},{&quot;2026-08-21&quot;:27.78},{&quot;2026-08-22&quot;:27.64},{&quot;2026-08-23&quot;:27.64},{&quot;2026-08-24&quot;:27.64},{&quot;2026-08-25&quot;:27.65},{&quot;2026-08-26&quot;:27.65},{&quot;2026-08-27&quot;:28.05},{&quot;2026-08-28&quot;:28.05},{&quot;2026-08-29&quot;:28.05},{&quot;2026-08-30&quot;:28.48},{&quot;2026-08-31&quot;:28.48},{&quot;2026-09-01&quot;:28.51},{&quot;2026-09-02&quot;:28.98},{&quot;2026-09-03&quot;:28.88},{&quot;2026-09-04&quot;:28.88},{&quot;2026-09-05&quot;:28.88},{&quot;2026-09-06&quot;:28.88},{&quot;2026-09-07&quot;:28.88},{&quot;2026-09-08&quot;:28.95},{&quot;2026-09-09&quot;:28.95},{&quot;2026-09-10&quot;:28.95},{&quot;2026-09-11&quot;:28.95}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:19.49},{&quot;2026-06-14&quot;:19.49},{&quot;2026-06-15&quot;:19.37},{&quot;2026-06-16&quot;:19.37},{&quot;2026-06-17&quot;:19.42},{&quot;2026-06-18&quot;:19.2},{&quot;2026-06-19&quot;:20.05},{&quot;2026-06-20&quot;:20.01},{&quot;2026-06-21&quot;:19.89},{&quot;2026-06-22&quot;:19.89},{&quot;2026-06-23&quot;:19.52},{&quot;2026-06-24&quot;:19.56},{&quot;2026-06-25&quot;:20.4},{&quot;2026-06-26&quot;:20.47},{&quot;2026-06-27&quot;:20.51},{&quot;2026-06-28&quot;:20.39},{&quot;2026-06-29&quot;:20.39},{&quot;2026-06-30&quot;:20.41},{&quot;2026-07-01&quot;:20.45},{&quot;2026-07-02&quot;:20.24},{&quot;2026-07-03&quot;:19.96},{&quot;2026-07-04&quot;:19.68},{&quot;2026-07-05&quot;:19.68},{&quot;2026-07-06&quot;:19.68},{&quot;2026-07-07&quot;:19.68},{&quot;2026-07-08&quot;:19.87},{&quot;2026-07-09&quot;:19.95},{&quot;2026-07-10&quot;:19.95},{&quot;2026-07-11&quot;:19.47},{&quot;2026-07-12&quot;:19.47},{&quot;2026-07-13&quot;:19.47},{&quot;2026-07-14&quot;:19.2},{&quot;2026-07-15&quot;:19.2},{&quot;2026-07-16&quot;:19.06},{&quot;2026-07-17&quot;:19.35},{&quot;2026-07-18&quot;:19.35},{&quot;2026-07-19&quot;:19.42},{&quot;2026-07-20&quot;:19.42},{&quot;2026-07-21&quot;:19.51},{&quot;2026-07-22&quot;:19.51},{&quot;2026-07-23&quot;:19.8},{&quot;2026-07-24&quot;:19.97},{&quot;2026-07-25&quot;:20.26},{&quot;2026-07-26&quot;:20.81},{&quot;2026-07-27&quot;:20.81},{&quot;2026-07-28&quot;:20.81},{&quot;2026-07-29&quot;:20.83},{&quot;2026-07-30&quot;:21.45},{&quot;2026-07-31&quot;:21.6},{&quot;2026-08-01&quot;:21.6},{&quot;2026-08-02&quot;:21.6},{&quot;2026-08-03&quot;:21.38},{&quot;2026-08-04&quot;:21.38},{&quot;2026-08-05&quot;:21.55},{&quot;2026-08-07&quot;:22.02},{&quot;2026-08-08&quot;:22.28},{&quot;2026-08-09&quot;:22.28},{&quot;2026-08-10&quot;:22.16},{&quot;2026-08-11&quot;:22.72},{&quot;2026-08-12&quot;:22.72},{&quot;2026-08-13&quot;:22.72},{&quot;2026-08-14&quot;:22.74},{&quot;2026-08-15&quot;:23.02},{&quot;2026-08-16&quot;:22.58},{&quot;2026-08-17&quot;:22.34},{&quot;2026-08-18&quot;:22.39},{&quot;2026-08-19&quot;:22.59},{&quot;2026-08-20&quot;:21.88},{&quot;2026-08-21&quot;:21.32},{&quot;2026-08-22&quot;:21.43},{&quot;2026-08-23&quot;:21.43},{&quot;2026-08-24&quot;:21.38},{&quot;2026-08-25&quot;:21.33},{&quot;2026-08-26&quot;:21.03},{&quot;2026-08-27&quot;:20.84},{&quot;2026-08-28&quot;:20.84},{&quot;2026-08-29&quot;:20.84},{&quot;2026-08-30&quot;:20.61},{&quot;2026-08-31&quot;:21.13},{&quot;2026-09-01&quot;:21.31},{&quot;2026-09-02&quot;:21.29},{&quot;2026-09-03&quot;:21.07},{&quot;2026-09-04&quot;:21.07},{&quot;2026-09-05&quot;:21.07},{&quot;2026-09-06&quot;:21.36},{&quot;2026-09-07&quot;:21.98},{&quot;2026-09-08&quot;:21.98},{&quot;2026-09-09&quot;:22.16},{&quot;2026-09-10&quot;:22.16},{&quot;2026-09-11&quot;:22.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Karlach, Fury of Avernus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/7/775480ed-f574-40cb-bd9b-21102eaaff63.jpg?1783922734" />

        <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">
            Karlach, Fury of Avernus
        </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 — Tiefling Barbarian</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Karlach, Fury of Avernus" src="https://cards.scryfall.io/large/front/7/7/775480ed-f574-40cb-bd9b-21102eaaff63.jpg?1783922734" />
    </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">
                $22.11
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:26.09},{&quot;2026-06-11&quot;:26.09},{&quot;2026-06-12&quot;:26.31},{&quot;2026-06-13&quot;:26.31},{&quot;2026-06-14&quot;:26.31},{&quot;2026-06-15&quot;:26.31},{&quot;2026-06-16&quot;:26.31},{&quot;2026-06-17&quot;:26.31},{&quot;2026-06-18&quot;:26.31},{&quot;2026-06-19&quot;:26.2},{&quot;2026-06-20&quot;:26.2},{&quot;2026-06-21&quot;:26.2},{&quot;2026-06-22&quot;:26.2},{&quot;2026-06-23&quot;:26.2},{&quot;2026-06-24&quot;:26.2},{&quot;2026-06-25&quot;:26.2},{&quot;2026-06-26&quot;:26.2},{&quot;2026-06-27&quot;:26.3},{&quot;2026-06-28&quot;:26.3},{&quot;2026-06-29&quot;:26.3},{&quot;2026-06-30&quot;:26.3},{&quot;2026-07-01&quot;:26.3},{&quot;2026-07-02&quot;:26.3},{&quot;2026-07-03&quot;:26.3},{&quot;2026-07-04&quot;:26.3},{&quot;2026-07-05&quot;:26.3},{&quot;2026-07-06&quot;:26.3},{&quot;2026-07-07&quot;:26.3},{&quot;2026-07-08&quot;:26.3},{&quot;2026-07-09&quot;:26.3},{&quot;2026-07-10&quot;:26.3},{&quot;2026-07-11&quot;:26.3},{&quot;2026-07-12&quot;:26.3},{&quot;2026-07-13&quot;:26.3},{&quot;2026-07-14&quot;:26.72},{&quot;2026-07-15&quot;:26.72},{&quot;2026-07-16&quot;:26.72},{&quot;2026-07-17&quot;:26.72},{&quot;2026-07-18&quot;:26.72},{&quot;2026-07-19&quot;:26.72},{&quot;2026-07-20&quot;:26.72},{&quot;2026-07-21&quot;:26.72},{&quot;2026-07-23&quot;:26.35},{&quot;2026-07-25&quot;:26.46},{&quot;2026-07-26&quot;:26.41},{&quot;2026-07-27&quot;:26.41},{&quot;2026-07-29&quot;:26.28},{&quot;2026-07-30&quot;:26.28},{&quot;2026-07-31&quot;:26.56},{&quot;2026-08-01&quot;:26.56},{&quot;2026-08-02&quot;:26.56},{&quot;2026-08-03&quot;:26.92},{&quot;2026-08-04&quot;:26.92},{&quot;2026-08-05&quot;:26.92},{&quot;2026-08-07&quot;:27.1},{&quot;2026-08-08&quot;:27.1},{&quot;2026-08-09&quot;:27.28},{&quot;2026-08-10&quot;:27.28},{&quot;2026-08-11&quot;:27.28},{&quot;2026-08-12&quot;:27.28},{&quot;2026-08-13&quot;:27.28},{&quot;2026-08-14&quot;:27.28},{&quot;2026-08-15&quot;:27.28},{&quot;2026-08-16&quot;:27.28},{&quot;2026-08-17&quot;:27.34},{&quot;2026-08-18&quot;:27.28},{&quot;2026-08-19&quot;:27.28},{&quot;2026-08-20&quot;:27.28},{&quot;2026-08-21&quot;:27.28},{&quot;2026-08-22&quot;:27.28},{&quot;2026-08-23&quot;:27.28},{&quot;2026-08-24&quot;:27.34},{&quot;2026-08-25&quot;:27.34},{&quot;2026-08-26&quot;:27.34},{&quot;2026-08-27&quot;:27.34},{&quot;2026-08-28&quot;:27.34},{&quot;2026-08-29&quot;:27.34},{&quot;2026-08-30&quot;:27.34},{&quot;2026-08-31&quot;:27.21},{&quot;2026-09-01&quot;:27.21},{&quot;2026-09-02&quot;:27.21},{&quot;2026-09-03&quot;:27.21},{&quot;2026-09-04&quot;:27.21},{&quot;2026-09-05&quot;:27.21},{&quot;2026-09-06&quot;:27.21},{&quot;2026-09-07&quot;:27.21},{&quot;2026-09-08&quot;:27.21},{&quot;2026-09-09&quot;:27.21},{&quot;2026-09-10&quot;:27.38},{&quot;2026-09-11&quot;:27.38}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:24.8},{&quot;2026-06-11&quot;:24.68},{&quot;2026-06-12&quot;:24.59},{&quot;2026-06-13&quot;:24.66},{&quot;2026-06-14&quot;:24.68},{&quot;2026-06-15&quot;:25.12},{&quot;2026-06-16&quot;:25.51},{&quot;2026-06-17&quot;:25.74},{&quot;2026-06-18&quot;:25.09},{&quot;2026-06-19&quot;:24.84},{&quot;2026-06-20&quot;:24.55},{&quot;2026-06-21&quot;:24.72},{&quot;2026-06-22&quot;:25.08},{&quot;2026-06-23&quot;:25.18},{&quot;2026-06-24&quot;:25.91},{&quot;2026-06-25&quot;:25.96},{&quot;2026-06-26&quot;:24.83},{&quot;2026-06-27&quot;:25.88},{&quot;2026-06-28&quot;:25.46},{&quot;2026-06-29&quot;:25.04},{&quot;2026-06-30&quot;:24.82},{&quot;2026-07-01&quot;:25.01},{&quot;2026-07-02&quot;:25.02},{&quot;2026-07-03&quot;:25.12},{&quot;2026-07-04&quot;:25.03},{&quot;2026-07-05&quot;:25.03},{&quot;2026-07-06&quot;:24.89},{&quot;2026-07-07&quot;:24.89},{&quot;2026-07-08&quot;:24.88},{&quot;2026-07-09&quot;:24.79},{&quot;2026-07-10&quot;:24.46},{&quot;2026-07-11&quot;:24.55},{&quot;2026-07-12&quot;:24.58},{&quot;2026-07-13&quot;:24.58},{&quot;2026-07-14&quot;:24.83},{&quot;2026-07-15&quot;:25.21},{&quot;2026-07-16&quot;:25.21},{&quot;2026-07-17&quot;:25.04},{&quot;2026-07-18&quot;:25.09},{&quot;2026-07-19&quot;:24.88},{&quot;2026-07-20&quot;:24.86},{&quot;2026-07-21&quot;:25.1},{&quot;2026-07-23&quot;:25.31},{&quot;2026-07-25&quot;:25.13},{&quot;2026-07-26&quot;:24.9},{&quot;2026-07-27&quot;:24.47},{&quot;2026-07-29&quot;:24.28},{&quot;2026-07-30&quot;:24.26},{&quot;2026-07-31&quot;:24.27},{&quot;2026-08-01&quot;:24.39},{&quot;2026-08-02&quot;:24.2},{&quot;2026-08-03&quot;:24.09},{&quot;2026-08-04&quot;:23.92},{&quot;2026-08-05&quot;:23.91},{&quot;2026-08-07&quot;:23.76},{&quot;2026-08-08&quot;:23.88},{&quot;2026-08-09&quot;:23.88},{&quot;2026-08-10&quot;:23.84},{&quot;2026-08-11&quot;:23.67},{&quot;2026-08-12&quot;:23.22},{&quot;2026-08-13&quot;:22.9},{&quot;2026-08-14&quot;:22.89},{&quot;2026-08-15&quot;:22.48},{&quot;2026-08-16&quot;:22.28},{&quot;2026-08-17&quot;:22.18},{&quot;2026-08-18&quot;:22.56},{&quot;2026-08-19&quot;:22.48},{&quot;2026-08-20&quot;:22.48},{&quot;2026-08-21&quot;:22.37},{&quot;2026-08-22&quot;:22.35},{&quot;2026-08-23&quot;:22.71},{&quot;2026-08-24&quot;:22.59},{&quot;2026-08-25&quot;:22.59},{&quot;2026-08-26&quot;:21.72},{&quot;2026-08-27&quot;:21.58},{&quot;2026-08-28&quot;:21.17},{&quot;2026-08-29&quot;:21.17},{&quot;2026-08-30&quot;:21.9},{&quot;2026-08-31&quot;:21.87},{&quot;2026-09-01&quot;:21.87},{&quot;2026-09-02&quot;:21.94},{&quot;2026-09-03&quot;:21.86},{&quot;2026-09-04&quot;:21.93},{&quot;2026-09-05&quot;:22.14},{&quot;2026-09-06&quot;:22.14},{&quot;2026-09-07&quot;:22.06},{&quot;2026-09-08&quot;:22.16},{&quot;2026-09-09&quot;:22.27},{&quot;2026-09-10&quot;:22.22},{&quot;2026-09-11&quot;:22.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="92635"
  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="text-sm font-medium text-nine-white">
            $22.01
          </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/0/f/0f462d81-bb1b-4d44-8952-6dff52970792.jpg?1783906472" />

        <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/0/f/0f462d81-bb1b-4d44-8952-6dff52970792.jpg?1783906472" />
              </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/0/f/0f462d81-bb1b-4d44-8952-6dff52970792.jpg?1783906472" />
              </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-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">
                $9.86
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:20.73},{&quot;2026-06-11&quot;:20.73},{&quot;2026-06-12&quot;:20.73},{&quot;2026-06-13&quot;:21.14},{&quot;2026-06-14&quot;:21.13},{&quot;2026-06-15&quot;:21.13},{&quot;2026-06-16&quot;:21.13},{&quot;2026-06-17&quot;:21.13},{&quot;2026-06-18&quot;:21.13},{&quot;2026-06-19&quot;:21.28},{&quot;2026-06-20&quot;:21.28},{&quot;2026-06-21&quot;:21.28},{&quot;2026-06-22&quot;:21.28},{&quot;2026-06-23&quot;:21.43},{&quot;2026-06-24&quot;:21.43},{&quot;2026-06-25&quot;:21.43},{&quot;2026-06-26&quot;:21.41},{&quot;2026-06-27&quot;:21.41},{&quot;2026-06-28&quot;:21.41},{&quot;2026-06-29&quot;:21.41},{&quot;2026-06-30&quot;:21.41},{&quot;2026-07-01&quot;:21.41},{&quot;2026-07-02&quot;:21.45},{&quot;2026-07-03&quot;:21.45},{&quot;2026-07-04&quot;:21.45},{&quot;2026-07-05&quot;:21.51},{&quot;2026-07-06&quot;:21.51},{&quot;2026-07-07&quot;:21.51},{&quot;2026-07-08&quot;:21.55},{&quot;2026-07-09&quot;:21.55},{&quot;2026-07-10&quot;:21.55},{&quot;2026-07-11&quot;:21.55},{&quot;2026-07-12&quot;:21.55},{&quot;2026-07-13&quot;:21.55},{&quot;2026-07-14&quot;:21.64},{&quot;2026-07-15&quot;:21.64},{&quot;2026-07-16&quot;:21.65},{&quot;2026-07-17&quot;:21.65},{&quot;2026-07-18&quot;:21.65},{&quot;2026-07-19&quot;:21.65},{&quot;2026-07-20&quot;:21.65},{&quot;2026-07-21&quot;:21.84},{&quot;2026-07-23&quot;:21.84},{&quot;2026-07-25&quot;:21.84},{&quot;2026-07-26&quot;:21.84},{&quot;2026-07-27&quot;:21.84},{&quot;2026-07-29&quot;:21.84},{&quot;2026-07-30&quot;:21.84},{&quot;2026-07-31&quot;:21.84},{&quot;2026-08-01&quot;:21.84},{&quot;2026-08-02&quot;:21.84},{&quot;2026-08-03&quot;:21.82},{&quot;2026-08-04&quot;:21.82},{&quot;2026-08-05&quot;:21.82},{&quot;2026-08-07&quot;:21.82},{&quot;2026-08-08&quot;:21.82},{&quot;2026-08-09&quot;:21.82},{&quot;2026-08-10&quot;:21.82},{&quot;2026-08-11&quot;:21.82},{&quot;2026-08-12&quot;:21.82},{&quot;2026-08-13&quot;:21.82},{&quot;2026-08-14&quot;:21.82},{&quot;2026-08-15&quot;:21.82},{&quot;2026-08-16&quot;:21.84},{&quot;2026-08-17&quot;:21.84},{&quot;2026-08-18&quot;:21.84},{&quot;2026-08-19&quot;:21.84},{&quot;2026-08-20&quot;:21.84},{&quot;2026-08-21&quot;:21.88},{&quot;2026-08-22&quot;:21.88},{&quot;2026-08-23&quot;:21.88},{&quot;2026-08-24&quot;:21.88},{&quot;2026-08-25&quot;:21.88},{&quot;2026-08-26&quot;:21.88},{&quot;2026-08-27&quot;:21.84},{&quot;2026-08-28&quot;:21.84},{&quot;2026-08-29&quot;:21.84},{&quot;2026-08-30&quot;:21.96},{&quot;2026-08-31&quot;:21.96},{&quot;2026-09-01&quot;:21.96},{&quot;2026-09-02&quot;:21.96},{&quot;2026-09-03&quot;:21.96},{&quot;2026-09-04&quot;:21.96},{&quot;2026-09-05&quot;:21.92},{&quot;2026-09-06&quot;:22.01},{&quot;2026-09-07&quot;:22.01},{&quot;2026-09-08&quot;:22.01},{&quot;2026-09-09&quot;:22.01},{&quot;2026-09-10&quot;:22.01},{&quot;2026-09-11&quot;:22.01}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.91},{&quot;2026-06-11&quot;:7.93},{&quot;2026-06-12&quot;:7.93},{&quot;2026-06-13&quot;:7.92},{&quot;2026-06-14&quot;:7.92},{&quot;2026-06-15&quot;:7.92},{&quot;2026-06-16&quot;:7.91},{&quot;2026-06-17&quot;:7.97},{&quot;2026-06-18&quot;:7.9},{&quot;2026-06-19&quot;:7.98},{&quot;2026-06-20&quot;:8.0},{&quot;2026-06-21&quot;:8.0},{&quot;2026-06-22&quot;:8.0},{&quot;2026-06-23&quot;:8.0},{&quot;2026-06-24&quot;:8.06},{&quot;2026-06-25&quot;:8.06},{&quot;2026-06-26&quot;:8.06},{&quot;2026-06-27&quot;:8.06},{&quot;2026-06-28&quot;:8.06},{&quot;2026-06-29&quot;:8.09},{&quot;2026-06-30&quot;:8.11},{&quot;2026-07-01&quot;:8.17},{&quot;2026-07-02&quot;:8.17},{&quot;2026-07-03&quot;:8.14},{&quot;2026-07-04&quot;:8.14},{&quot;2026-07-05&quot;:8.14},{&quot;2026-07-06&quot;:8.14},{&quot;2026-07-07&quot;:8.3},{&quot;2026-07-08&quot;:8.3},{&quot;2026-07-09&quot;:8.2},{&quot;2026-07-10&quot;:8.13},{&quot;2026-07-11&quot;:8.13},{&quot;2026-07-12&quot;:8.18},{&quot;2026-07-13&quot;:8.2},{&quot;2026-07-14&quot;:8.24},{&quot;2026-07-15&quot;:8.24},{&quot;2026-07-16&quot;:8.24},{&quot;2026-07-17&quot;:8.21},{&quot;2026-07-18&quot;:8.39},{&quot;2026-07-19&quot;:8.39},{&quot;2026-07-20&quot;:8.62},{&quot;2026-07-21&quot;:8.7},{&quot;2026-07-23&quot;:9.27},{&quot;2026-07-25&quot;:9.22},{&quot;2026-07-26&quot;:9.22},{&quot;2026-07-27&quot;:9.22},{&quot;2026-07-29&quot;:9.23},{&quot;2026-07-30&quot;:9.42},{&quot;2026-07-31&quot;:9.5},{&quot;2026-08-01&quot;:9.5},{&quot;2026-08-02&quot;:9.5},{&quot;2026-08-03&quot;:9.79},{&quot;2026-08-04&quot;:9.79},{&quot;2026-08-05&quot;:9.82},{&quot;2026-08-07&quot;:9.74},{&quot;2026-08-08&quot;:9.81},{&quot;2026-08-09&quot;:9.81},{&quot;2026-08-10&quot;:9.81},{&quot;2026-08-11&quot;:9.91},{&quot;2026-08-12&quot;:9.91},{&quot;2026-08-13&quot;:9.91},{&quot;2026-08-14&quot;:9.91},{&quot;2026-08-15&quot;:9.92},{&quot;2026-08-16&quot;:9.92},{&quot;2026-08-17&quot;:9.97},{&quot;2026-08-18&quot;:9.97},{&quot;2026-08-19&quot;:10.0},{&quot;2026-08-20&quot;:10.0},{&quot;2026-08-21&quot;:10.09},{&quot;2026-08-22&quot;:10.17},{&quot;2026-08-23&quot;:10.13},{&quot;2026-08-24&quot;:10.07},{&quot;2026-08-25&quot;:10.07},{&quot;2026-08-26&quot;:10.07},{&quot;2026-08-27&quot;:9.93},{&quot;2026-08-28&quot;:9.93},{&quot;2026-08-29&quot;:9.93},{&quot;2026-08-30&quot;:10.06},{&quot;2026-08-31&quot;:10.06},{&quot;2026-09-01&quot;:10.06},{&quot;2026-09-02&quot;:10.06},{&quot;2026-09-03&quot;:10.06},{&quot;2026-09-04&quot;:9.92},{&quot;2026-09-05&quot;:10.01},{&quot;2026-09-06&quot;:10.01},{&quot;2026-09-07&quot;:9.86},{&quot;2026-09-08&quot;:9.86},{&quot;2026-09-09&quot;:9.87},{&quot;2026-09-10&quot;:9.86},{&quot;2026-09-11&quot;:9.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="39067"
  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-rex 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">
            Forest 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Basic Land — Forest
      </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">
            $21.98
          </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="Forest // Forest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/e/7e703632-5ed0-4509-a12b-594269f865f1.jpg?1783913635" />

        <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">
            Forest 
        </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 — Forest</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="Forest // Forest" src="https://cards.scryfall.io/large/front/7/e/7e703632-5ed0-4509-a12b-594269f865f1.jpg?1783913635" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Forest // Forest" src="https://cards.scryfall.io/large/back/7/e/7e703632-5ed0-4509-a12b-594269f865f1.jpg?1783913635" />
              </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-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">
                $9.00
              </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">
                $21.98
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$9.20</span>
              <span class="text-xs text-grey-text">Credit: $11.96</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;:20.21},{&quot;2026-06-11&quot;:20.21},{&quot;2026-06-12&quot;:20.21},{&quot;2026-06-13&quot;:20.21},{&quot;2026-06-14&quot;:20.21},{&quot;2026-06-15&quot;:20.28},{&quot;2026-06-16&quot;:20.47},{&quot;2026-06-17&quot;:20.29},{&quot;2026-06-18&quot;:20.38},{&quot;2026-06-19&quot;:20.38},{&quot;2026-06-20&quot;:20.38},{&quot;2026-06-21&quot;:20.38},{&quot;2026-06-22&quot;:20.2},{&quot;2026-06-23&quot;:20.2},{&quot;2026-06-24&quot;:20.2},{&quot;2026-06-25&quot;:20.2},{&quot;2026-06-26&quot;:19.28},{&quot;2026-06-27&quot;:19.28},{&quot;2026-06-28&quot;:19.3},{&quot;2026-06-29&quot;:19.47},{&quot;2026-06-30&quot;:19.47},{&quot;2026-07-01&quot;:19.47},{&quot;2026-07-02&quot;:19.47},{&quot;2026-07-03&quot;:19.47},{&quot;2026-07-04&quot;:19.47},{&quot;2026-07-05&quot;:19.47},{&quot;2026-07-06&quot;:19.47},{&quot;2026-07-07&quot;:19.77},{&quot;2026-07-08&quot;:19.8},{&quot;2026-07-09&quot;:19.8},{&quot;2026-07-10&quot;:20.0},{&quot;2026-07-11&quot;:20.14},{&quot;2026-07-12&quot;:19.92},{&quot;2026-07-13&quot;:19.92},{&quot;2026-07-14&quot;:20.52},{&quot;2026-07-15&quot;:20.64},{&quot;2026-07-16&quot;:20.64},{&quot;2026-07-17&quot;:20.64},{&quot;2026-07-18&quot;:20.61},{&quot;2026-07-19&quot;:20.61},{&quot;2026-07-20&quot;:20.61},{&quot;2026-07-21&quot;:20.84},{&quot;2026-07-23&quot;:20.84},{&quot;2026-07-25&quot;:20.56},{&quot;2026-07-26&quot;:20.56},{&quot;2026-07-27&quot;:20.87},{&quot;2026-07-29&quot;:20.79},{&quot;2026-07-30&quot;:20.79},{&quot;2026-07-31&quot;:20.79},{&quot;2026-08-01&quot;:21.12},{&quot;2026-08-02&quot;:21.12},{&quot;2026-08-03&quot;:21.29},{&quot;2026-08-04&quot;:21.29},{&quot;2026-08-05&quot;:21.29},{&quot;2026-08-07&quot;:21.29},{&quot;2026-08-08&quot;:21.29},{&quot;2026-08-09&quot;:21.29},{&quot;2026-08-10&quot;:21.29},{&quot;2026-08-11&quot;:21.29},{&quot;2026-08-12&quot;:21.78},{&quot;2026-08-13&quot;:21.78},{&quot;2026-08-14&quot;:21.78},{&quot;2026-08-15&quot;:21.78},{&quot;2026-08-16&quot;:21.93},{&quot;2026-08-17&quot;:21.93},{&quot;2026-08-18&quot;:21.93},{&quot;2026-08-19&quot;:21.93},{&quot;2026-08-20&quot;:21.93},{&quot;2026-08-21&quot;:22.27},{&quot;2026-08-22&quot;:22.27},{&quot;2026-08-23&quot;:22.27},{&quot;2026-08-24&quot;:22.34},{&quot;2026-08-25&quot;:22.34},{&quot;2026-08-26&quot;:22.34},{&quot;2026-08-27&quot;:22.34},{&quot;2026-08-28&quot;:22.34},{&quot;2026-08-29&quot;:22.34},{&quot;2026-08-30&quot;:22.34},{&quot;2026-08-31&quot;:22.19},{&quot;2026-09-01&quot;:22.19},{&quot;2026-09-02&quot;:22.21},{&quot;2026-09-03&quot;:22.21},{&quot;2026-09-04&quot;:22.21},{&quot;2026-09-05&quot;:22.21},{&quot;2026-09-06&quot;:22.21},{&quot;2026-09-07&quot;:22.21},{&quot;2026-09-08&quot;:22.21},{&quot;2026-09-09&quot;:22.09},{&quot;2026-09-10&quot;:22.09},{&quot;2026-09-11&quot;:21.98}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.06},{&quot;2026-06-11&quot;:8.06},{&quot;2026-06-12&quot;:7.91},{&quot;2026-06-13&quot;:7.89},{&quot;2026-06-14&quot;:7.89},{&quot;2026-06-15&quot;:7.88},{&quot;2026-06-16&quot;:7.88},{&quot;2026-06-17&quot;:7.99},{&quot;2026-06-18&quot;:7.99},{&quot;2026-06-19&quot;:7.98},{&quot;2026-06-20&quot;:8.0},{&quot;2026-06-21&quot;:8.01},{&quot;2026-06-22&quot;:8.01},{&quot;2026-06-23&quot;:7.96},{&quot;2026-06-24&quot;:7.91},{&quot;2026-06-25&quot;:7.91},{&quot;2026-06-26&quot;:7.94},{&quot;2026-06-27&quot;:7.94},{&quot;2026-06-28&quot;:7.94},{&quot;2026-06-29&quot;:7.93},{&quot;2026-06-30&quot;:7.93},{&quot;2026-07-01&quot;:7.93},{&quot;2026-07-02&quot;:7.86},{&quot;2026-07-03&quot;:7.83},{&quot;2026-07-04&quot;:7.86},{&quot;2026-07-05&quot;:7.98},{&quot;2026-07-06&quot;:8.21},{&quot;2026-07-07&quot;:8.3},{&quot;2026-07-08&quot;:8.29},{&quot;2026-07-09&quot;:8.4},{&quot;2026-07-10&quot;:8.29},{&quot;2026-07-11&quot;:8.22},{&quot;2026-07-12&quot;:8.23},{&quot;2026-07-13&quot;:8.26},{&quot;2026-07-14&quot;:8.08},{&quot;2026-07-15&quot;:8.07},{&quot;2026-07-16&quot;:8.09},{&quot;2026-07-17&quot;:8.14},{&quot;2026-07-18&quot;:8.27},{&quot;2026-07-19&quot;:8.35},{&quot;2026-07-20&quot;:8.38},{&quot;2026-07-21&quot;:8.33},{&quot;2026-07-23&quot;:8.41},{&quot;2026-07-25&quot;:8.5},{&quot;2026-07-26&quot;:8.64},{&quot;2026-07-27&quot;:8.64},{&quot;2026-07-29&quot;:8.64},{&quot;2026-07-30&quot;:8.57},{&quot;2026-07-31&quot;:8.34},{&quot;2026-08-01&quot;:8.37},{&quot;2026-08-02&quot;:8.38},{&quot;2026-08-03&quot;:8.45},{&quot;2026-08-04&quot;:8.49},{&quot;2026-08-05&quot;:8.45},{&quot;2026-08-07&quot;:8.54},{&quot;2026-08-08&quot;:8.51},{&quot;2026-08-09&quot;:8.51},{&quot;2026-08-10&quot;:8.69},{&quot;2026-08-11&quot;:8.73},{&quot;2026-08-12&quot;:8.73},{&quot;2026-08-13&quot;:8.72},{&quot;2026-08-14&quot;:8.68},{&quot;2026-08-15&quot;:8.64},{&quot;2026-08-16&quot;:8.66},{&quot;2026-08-17&quot;:8.66},{&quot;2026-08-18&quot;:8.71},{&quot;2026-08-19&quot;:8.71},{&quot;2026-08-20&quot;:8.71},{&quot;2026-08-21&quot;:8.71},{&quot;2026-08-22&quot;:8.71},{&quot;2026-08-23&quot;:8.76},{&quot;2026-08-24&quot;:8.76},{&quot;2026-08-25&quot;:8.76},{&quot;2026-08-26&quot;:8.93},{&quot;2026-08-27&quot;:8.94},{&quot;2026-08-28&quot;:8.95},{&quot;2026-08-29&quot;:8.95},{&quot;2026-08-30&quot;:8.94},{&quot;2026-08-31&quot;:8.94},{&quot;2026-09-01&quot;:8.94},{&quot;2026-09-02&quot;:8.71},{&quot;2026-09-03&quot;:8.5},{&quot;2026-09-04&quot;:8.37},{&quot;2026-09-05&quot;:8.26},{&quot;2026-09-06&quot;:8.47},{&quot;2026-09-07&quot;:8.47},{&quot;2026-09-08&quot;:8.59},{&quot;2026-09-09&quot;:8.59},{&quot;2026-09-10&quot;:8.75},{&quot;2026-09-11&quot;:9.0}]}"
        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="74646"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-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">
            Nazgûl
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $21.89
          </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="Nazgûl" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/0/4023a6de-3ac7-488a-b1a9-b1e26681d9bc.jpg?1783916195" />

        <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">
            Nazgûl
        </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 — Wraith Knight</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Nazgûl" src="https://cards.scryfall.io/large/front/4/0/4023a6de-3ac7-488a-b1a9-b1e26681d9bc.jpg?1783916195" />
    </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">
                $21.89
              </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">
                $35.15
              </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">$18.50</span>
              <span class="text-xs text-grey-text">Credit: $24.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-13&quot;:31.51},{&quot;2026-06-14&quot;:31.51},{&quot;2026-06-15&quot;:32.33},{&quot;2026-06-16&quot;:32.33},{&quot;2026-06-17&quot;:32.33},{&quot;2026-06-18&quot;:32.33},{&quot;2026-06-19&quot;:32.33},{&quot;2026-06-20&quot;:32.33},{&quot;2026-06-21&quot;:32.33},{&quot;2026-06-22&quot;:32.33},{&quot;2026-06-23&quot;:32.33},{&quot;2026-06-24&quot;:32.33},{&quot;2026-06-25&quot;:32.33},{&quot;2026-06-26&quot;:32.72},{&quot;2026-06-27&quot;:32.72},{&quot;2026-06-28&quot;:32.72},{&quot;2026-06-29&quot;:32.72},{&quot;2026-06-30&quot;:32.72},{&quot;2026-07-01&quot;:32.72},{&quot;2026-07-02&quot;:32.72},{&quot;2026-07-03&quot;:32.72},{&quot;2026-07-04&quot;:32.72},{&quot;2026-07-05&quot;:32.72},{&quot;2026-07-06&quot;:32.72},{&quot;2026-07-07&quot;:32.72},{&quot;2026-07-08&quot;:32.9},{&quot;2026-07-09&quot;:33.07},{&quot;2026-07-10&quot;:33.07},{&quot;2026-07-11&quot;:33.07},{&quot;2026-07-12&quot;:33.07},{&quot;2026-07-13&quot;:33.07},{&quot;2026-07-14&quot;:33.95},{&quot;2026-07-15&quot;:33.95},{&quot;2026-07-16&quot;:33.95},{&quot;2026-07-17&quot;:33.95},{&quot;2026-07-18&quot;:33.91},{&quot;2026-07-19&quot;:33.7},{&quot;2026-07-20&quot;:33.48},{&quot;2026-07-21&quot;:33.48},{&quot;2026-07-22&quot;:33.48},{&quot;2026-07-23&quot;:33.48},{&quot;2026-07-24&quot;:33.48},{&quot;2026-07-25&quot;:33.48},{&quot;2026-07-26&quot;:33.48},{&quot;2026-07-27&quot;:33.48},{&quot;2026-07-28&quot;:34.14},{&quot;2026-07-29&quot;:34.14},{&quot;2026-07-30&quot;:34.5},{&quot;2026-07-31&quot;:34.5},{&quot;2026-08-01&quot;:34.5},{&quot;2026-08-02&quot;:34.71},{&quot;2026-08-03&quot;:34.71},{&quot;2026-08-04&quot;:35.09},{&quot;2026-08-05&quot;:35.09},{&quot;2026-08-07&quot;:35.09},{&quot;2026-08-08&quot;:35.09},{&quot;2026-08-09&quot;:35.09},{&quot;2026-08-10&quot;:35.09},{&quot;2026-08-11&quot;:35.01},{&quot;2026-08-12&quot;:35.01},{&quot;2026-08-13&quot;:35.01},{&quot;2026-08-14&quot;:35.05},{&quot;2026-08-15&quot;:35.05},{&quot;2026-08-16&quot;:35.05},{&quot;2026-08-17&quot;:34.47},{&quot;2026-08-18&quot;:34.61},{&quot;2026-08-19&quot;:34.67},{&quot;2026-08-20&quot;:34.86},{&quot;2026-08-21&quot;:34.86},{&quot;2026-08-22&quot;:34.86},{&quot;2026-08-23&quot;:34.86},{&quot;2026-08-24&quot;:34.73},{&quot;2026-08-25&quot;:35.12},{&quot;2026-08-26&quot;:35.12},{&quot;2026-08-27&quot;:35.12},{&quot;2026-08-28&quot;:35.12},{&quot;2026-08-29&quot;:35.12},{&quot;2026-08-30&quot;:35.26},{&quot;2026-08-31&quot;:35.26},{&quot;2026-09-01&quot;:35.06},{&quot;2026-09-02&quot;:35.48},{&quot;2026-09-03&quot;:35.48},{&quot;2026-09-04&quot;:35.48},{&quot;2026-09-05&quot;:35.48},{&quot;2026-09-06&quot;:35.48},{&quot;2026-09-07&quot;:35.24},{&quot;2026-09-08&quot;:35.15},{&quot;2026-09-09&quot;:35.15},{&quot;2026-09-10&quot;:35.15},{&quot;2026-09-11&quot;:35.15}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:22.62},{&quot;2026-06-14&quot;:22.04},{&quot;2026-06-15&quot;:21.5},{&quot;2026-06-16&quot;:21.65},{&quot;2026-06-17&quot;:20.91},{&quot;2026-06-18&quot;:20.78},{&quot;2026-06-19&quot;:21.46},{&quot;2026-06-20&quot;:22.6},{&quot;2026-06-21&quot;:22.63},{&quot;2026-06-22&quot;:22.21},{&quot;2026-06-23&quot;:22.47},{&quot;2026-06-24&quot;:22.81},{&quot;2026-06-25&quot;:22.48},{&quot;2026-06-26&quot;:22.78},{&quot;2026-06-27&quot;:22.21},{&quot;2026-06-28&quot;:22.08},{&quot;2026-06-29&quot;:21.77},{&quot;2026-06-30&quot;:21.25},{&quot;2026-07-01&quot;:20.58},{&quot;2026-07-02&quot;:19.83},{&quot;2026-07-03&quot;:20.18},{&quot;2026-07-04&quot;:20.32},{&quot;2026-07-05&quot;:20.51},{&quot;2026-07-06&quot;:19.07},{&quot;2026-07-07&quot;:19.18},{&quot;2026-07-08&quot;:19.51},{&quot;2026-07-09&quot;:18.84},{&quot;2026-07-10&quot;:18.83},{&quot;2026-07-11&quot;:19.65},{&quot;2026-07-12&quot;:19.51},{&quot;2026-07-13&quot;:19.51},{&quot;2026-07-14&quot;:19.18},{&quot;2026-07-15&quot;:19.0},{&quot;2026-07-16&quot;:19.28},{&quot;2026-07-17&quot;:19.47},{&quot;2026-07-18&quot;:19.65},{&quot;2026-07-19&quot;:19.98},{&quot;2026-07-20&quot;:20.68},{&quot;2026-07-21&quot;:20.68},{&quot;2026-07-22&quot;:20.74},{&quot;2026-07-23&quot;:20.19},{&quot;2026-07-24&quot;:19.65},{&quot;2026-07-25&quot;:19.35},{&quot;2026-07-26&quot;:19.37},{&quot;2026-07-27&quot;:19.16},{&quot;2026-07-28&quot;:18.94},{&quot;2026-07-29&quot;:19.26},{&quot;2026-07-30&quot;:19.49},{&quot;2026-07-31&quot;:20.02},{&quot;2026-08-01&quot;:20.02},{&quot;2026-08-02&quot;:19.81},{&quot;2026-08-03&quot;:17.47},{&quot;2026-08-04&quot;:17.64},{&quot;2026-08-05&quot;:18.16},{&quot;2026-08-07&quot;:16.76},{&quot;2026-08-08&quot;:17.31},{&quot;2026-08-09&quot;:18.95},{&quot;2026-08-10&quot;:18.78},{&quot;2026-08-11&quot;:18.92},{&quot;2026-08-12&quot;:18.82},{&quot;2026-08-13&quot;:19.81},{&quot;2026-08-14&quot;:20.22},{&quot;2026-08-15&quot;:20.12},{&quot;2026-08-16&quot;:20.64},{&quot;2026-08-17&quot;:19.86},{&quot;2026-08-18&quot;:19.76},{&quot;2026-08-19&quot;:21.64},{&quot;2026-08-20&quot;:21.79},{&quot;2026-08-21&quot;:22.34},{&quot;2026-08-22&quot;:22.57},{&quot;2026-08-23&quot;:22.76},{&quot;2026-08-24&quot;:24.34},{&quot;2026-08-25&quot;:24.92},{&quot;2026-08-26&quot;:24.35},{&quot;2026-08-27&quot;:24.84},{&quot;2026-08-28&quot;:24.45},{&quot;2026-08-29&quot;:24.45},{&quot;2026-08-30&quot;:23.42},{&quot;2026-08-31&quot;:24.13},{&quot;2026-09-01&quot;:23.23},{&quot;2026-09-02&quot;:23.22},{&quot;2026-09-03&quot;:22.14},{&quot;2026-09-04&quot;:22.27},{&quot;2026-09-05&quot;:21.99},{&quot;2026-09-06&quot;:21.1},{&quot;2026-09-07&quot;:20.93},{&quot;2026-09-08&quot;:21.99},{&quot;2026-09-09&quot;:22.67},{&quot;2026-09-10&quot;:21.54},{&quot;2026-09-11&quot;:21.89}]}"
        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="29424"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-j25 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rev, Tithe Extractor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/b/8bf88010-799d-4217-8e79-308bec7ad2ff.jpg?1783908857" />

        <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">
            Rev, Tithe Extractor
        </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 Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rev, Tithe Extractor" src="https://cards.scryfall.io/large/front/8/b/8bf88010-799d-4217-8e79-308bec7ad2ff.jpg?1783908857" />
    </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">
                $21.82
              </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">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</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;:26.78},{&quot;2026-06-12&quot;:26.08},{&quot;2026-06-13&quot;:25.91},{&quot;2026-06-14&quot;:25.75},{&quot;2026-06-15&quot;:25.56},{&quot;2026-06-16&quot;:25.58},{&quot;2026-06-17&quot;:25.43},{&quot;2026-06-18&quot;:25.43},{&quot;2026-06-19&quot;:25.39},{&quot;2026-06-20&quot;:25.36},{&quot;2026-06-21&quot;:25.28},{&quot;2026-06-22&quot;:25.1},{&quot;2026-06-23&quot;:25.02},{&quot;2026-06-24&quot;:25.41},{&quot;2026-06-25&quot;:24.68},{&quot;2026-06-26&quot;:24.57},{&quot;2026-06-27&quot;:24.09},{&quot;2026-06-28&quot;:22.5},{&quot;2026-06-29&quot;:22.84},{&quot;2026-06-30&quot;:22.2},{&quot;2026-07-01&quot;:21.76},{&quot;2026-07-02&quot;:21.56},{&quot;2026-07-03&quot;:21.25},{&quot;2026-07-04&quot;:21.3},{&quot;2026-07-05&quot;:21.25},{&quot;2026-07-06&quot;:21.27},{&quot;2026-07-07&quot;:21.25},{&quot;2026-07-08&quot;:21.4},{&quot;2026-07-09&quot;:21.53},{&quot;2026-07-10&quot;:21.54},{&quot;2026-07-11&quot;:21.4},{&quot;2026-07-12&quot;:21.45},{&quot;2026-07-13&quot;:21.56},{&quot;2026-07-14&quot;:21.49},{&quot;2026-07-15&quot;:21.51},{&quot;2026-07-16&quot;:21.3},{&quot;2026-07-17&quot;:21.36},{&quot;2026-07-18&quot;:21.3},{&quot;2026-07-19&quot;:20.98},{&quot;2026-07-20&quot;:20.84},{&quot;2026-07-21&quot;:20.65},{&quot;2026-07-23&quot;:20.6},{&quot;2026-07-25&quot;:20.86},{&quot;2026-07-26&quot;:20.78},{&quot;2026-07-27&quot;:21.01},{&quot;2026-07-28&quot;:21.05},{&quot;2026-07-29&quot;:20.94},{&quot;2026-07-30&quot;:21.03},{&quot;2026-07-31&quot;:20.75},{&quot;2026-08-01&quot;:20.9},{&quot;2026-08-02&quot;:21.12},{&quot;2026-08-03&quot;:21.14},{&quot;2026-08-04&quot;:21.4},{&quot;2026-08-05&quot;:21.26},{&quot;2026-08-07&quot;:20.94},{&quot;2026-08-08&quot;:20.91},{&quot;2026-08-09&quot;:20.73},{&quot;2026-08-10&quot;:20.8},{&quot;2026-08-11&quot;:21.05},{&quot;2026-08-12&quot;:21.19},{&quot;2026-08-13&quot;:21.5},{&quot;2026-08-14&quot;:21.46},{&quot;2026-08-15&quot;:21.45},{&quot;2026-08-16&quot;:21.49},{&quot;2026-08-17&quot;:21.15},{&quot;2026-08-18&quot;:21.18},{&quot;2026-08-19&quot;:21.18},{&quot;2026-08-20&quot;:21.18},{&quot;2026-08-21&quot;:21.06},{&quot;2026-08-22&quot;:20.94},{&quot;2026-08-23&quot;:20.8},{&quot;2026-08-24&quot;:21.02},{&quot;2026-08-25&quot;:20.92},{&quot;2026-08-26&quot;:20.9},{&quot;2026-08-27&quot;:20.99},{&quot;2026-08-28&quot;:20.97},{&quot;2026-08-29&quot;:20.97},{&quot;2026-08-30&quot;:21.41},{&quot;2026-08-31&quot;:21.52},{&quot;2026-09-01&quot;:21.36},{&quot;2026-09-02&quot;:20.69},{&quot;2026-09-03&quot;:20.95},{&quot;2026-09-04&quot;:21.19},{&quot;2026-09-05&quot;:21.3},{&quot;2026-09-06&quot;:21.39},{&quot;2026-09-07&quot;:21.56},{&quot;2026-09-08&quot;:21.62},{&quot;2026-09-09&quot;:22.0},{&quot;2026-09-10&quot;:21.77},{&quot;2026-09-11&quot;:21.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Dryad Arbor
        </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 Creature — Forest Dryad</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="Dryad Arbor" src="https://cards.scryfall.io/large/front/b/b/bb3a843b-2dea-4b44-be74-c09c18b9b969.jpg?1783927752" />
    </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">
                $5.13
              </span>

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $21.46
              </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</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;:21.41},{&quot;2026-06-10&quot;:21.41},{&quot;2026-06-11&quot;:21.41},{&quot;2026-06-12&quot;:21.41},{&quot;2026-06-13&quot;:21.41},{&quot;2026-06-14&quot;:21.41},{&quot;2026-06-15&quot;:21.35},{&quot;2026-06-16&quot;:21.35},{&quot;2026-06-17&quot;:21.35},{&quot;2026-06-18&quot;:21.35},{&quot;2026-06-19&quot;:21.35},{&quot;2026-06-20&quot;:21.29},{&quot;2026-06-21&quot;:21.29},{&quot;2026-06-22&quot;:21.29},{&quot;2026-06-24&quot;:21.29},{&quot;2026-06-25&quot;:21.29},{&quot;2026-06-26&quot;:21.29},{&quot;2026-06-27&quot;:21.1},{&quot;2026-06-28&quot;:21.1},{&quot;2026-06-29&quot;:21.1},{&quot;2026-06-30&quot;:21.1},{&quot;2026-07-01&quot;:21.1},{&quot;2026-07-02&quot;:21.1},{&quot;2026-07-03&quot;:21.1},{&quot;2026-07-04&quot;:21.09},{&quot;2026-07-05&quot;:21.09},{&quot;2026-07-06&quot;:21.09},{&quot;2026-07-07&quot;:21.11},{&quot;2026-07-08&quot;:21.11},{&quot;2026-07-09&quot;:21.15},{&quot;2026-07-10&quot;:21.15},{&quot;2026-07-11&quot;:21.15},{&quot;2026-07-12&quot;:21.15},{&quot;2026-07-13&quot;:21.15},{&quot;2026-07-14&quot;:21.15},{&quot;2026-07-15&quot;:21.15},{&quot;2026-07-16&quot;:21.15},{&quot;2026-07-17&quot;:21.19},{&quot;2026-07-18&quot;:21.19},{&quot;2026-07-19&quot;:21.19},{&quot;2026-07-20&quot;:21.19},{&quot;2026-07-21&quot;:21.19},{&quot;2026-07-23&quot;:21.07},{&quot;2026-07-25&quot;:21.07},{&quot;2026-07-26&quot;:21.07},{&quot;2026-07-27&quot;:21.06},{&quot;2026-07-29&quot;:21.06},{&quot;2026-07-30&quot;:21.06},{&quot;2026-07-31&quot;:21.06},{&quot;2026-08-01&quot;:21.06},{&quot;2026-08-02&quot;:20.89},{&quot;2026-08-03&quot;:20.89},{&quot;2026-08-04&quot;:20.89},{&quot;2026-08-05&quot;:20.89},{&quot;2026-08-07&quot;:20.93},{&quot;2026-08-08&quot;:20.88},{&quot;2026-08-09&quot;:20.88},{&quot;2026-08-10&quot;:20.91},{&quot;2026-08-11&quot;:21.0},{&quot;2026-08-12&quot;:21.0},{&quot;2026-08-13&quot;:21.0},{&quot;2026-08-14&quot;:21.25},{&quot;2026-08-15&quot;:21.25},{&quot;2026-08-16&quot;:21.25},{&quot;2026-08-17&quot;:21.25},{&quot;2026-08-18&quot;:21.25},{&quot;2026-08-19&quot;:21.25},{&quot;2026-08-20&quot;:21.25},{&quot;2026-08-21&quot;:21.3},{&quot;2026-08-22&quot;:21.3},{&quot;2026-08-23&quot;:21.26},{&quot;2026-08-24&quot;:21.26},{&quot;2026-08-25&quot;:21.26},{&quot;2026-08-26&quot;:21.26},{&quot;2026-08-27&quot;:21.26},{&quot;2026-08-28&quot;:21.26},{&quot;2026-08-29&quot;:21.26},{&quot;2026-08-30&quot;:21.3},{&quot;2026-08-31&quot;:21.39},{&quot;2026-09-01&quot;:21.39},{&quot;2026-09-02&quot;:21.41},{&quot;2026-09-03&quot;:21.41},{&quot;2026-09-04&quot;:21.41},{&quot;2026-09-05&quot;:21.46},{&quot;2026-09-06&quot;:21.46},{&quot;2026-09-07&quot;:21.46},{&quot;2026-09-08&quot;:21.46},{&quot;2026-09-09&quot;:21.46},{&quot;2026-09-10&quot;:21.46},{&quot;2026-09-11&quot;:21.46}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.37},{&quot;2026-06-10&quot;:4.92},{&quot;2026-06-11&quot;:4.92},{&quot;2026-06-12&quot;:4.94},{&quot;2026-06-13&quot;:4.92},{&quot;2026-06-14&quot;:4.93},{&quot;2026-06-15&quot;:5.12},{&quot;2026-06-16&quot;:5.15},{&quot;2026-06-17&quot;:5.31},{&quot;2026-06-18&quot;:5.3},{&quot;2026-06-19&quot;:5.3},{&quot;2026-06-20&quot;:5.3},{&quot;2026-06-21&quot;:5.27},{&quot;2026-06-22&quot;:5.39},{&quot;2026-06-24&quot;:5.29},{&quot;2026-06-25&quot;:5.25},{&quot;2026-06-26&quot;:5.26},{&quot;2026-06-27&quot;:5.26},{&quot;2026-06-28&quot;:5.26},{&quot;2026-06-29&quot;:5.21},{&quot;2026-06-30&quot;:5.12},{&quot;2026-07-01&quot;:5.16},{&quot;2026-07-02&quot;:5.16},{&quot;2026-07-03&quot;:5.16},{&quot;2026-07-04&quot;:4.87},{&quot;2026-07-05&quot;:4.87},{&quot;2026-07-06&quot;:4.73},{&quot;2026-07-07&quot;:4.65},{&quot;2026-07-08&quot;:4.65},{&quot;2026-07-09&quot;:4.65},{&quot;2026-07-10&quot;:4.54},{&quot;2026-07-11&quot;:4.57},{&quot;2026-07-12&quot;:4.65},{&quot;2026-07-13&quot;:4.61},{&quot;2026-07-14&quot;:4.69},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.65},{&quot;2026-07-17&quot;:4.61},{&quot;2026-07-18&quot;:4.6},{&quot;2026-07-19&quot;:4.76},{&quot;2026-07-20&quot;:4.76},{&quot;2026-07-21&quot;:4.8},{&quot;2026-07-23&quot;:4.83},{&quot;2026-07-25&quot;:4.7},{&quot;2026-07-26&quot;:4.8},{&quot;2026-07-27&quot;:4.77},{&quot;2026-07-29&quot;:4.84},{&quot;2026-07-30&quot;:4.87},{&quot;2026-07-31&quot;:5.02},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.07},{&quot;2026-08-03&quot;:5.09},{&quot;2026-08-04&quot;:5.03},{&quot;2026-08-05&quot;:4.96},{&quot;2026-08-07&quot;:4.93},{&quot;2026-08-08&quot;:4.91},{&quot;2026-08-09&quot;:4.83},{&quot;2026-08-10&quot;:4.8},{&quot;2026-08-11&quot;:4.72},{&quot;2026-08-12&quot;:4.57},{&quot;2026-08-13&quot;:4.52},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.42},{&quot;2026-08-16&quot;:4.38},{&quot;2026-08-17&quot;:4.48},{&quot;2026-08-18&quot;:4.39},{&quot;2026-08-19&quot;:4.38},{&quot;2026-08-20&quot;:4.38},{&quot;2026-08-21&quot;:4.54},{&quot;2026-08-22&quot;:4.62},{&quot;2026-08-23&quot;:4.83},{&quot;2026-08-24&quot;:4.83},{&quot;2026-08-25&quot;:4.83},{&quot;2026-08-26&quot;:4.87},{&quot;2026-08-27&quot;:4.89},{&quot;2026-08-28&quot;:4.97},{&quot;2026-08-29&quot;:4.97},{&quot;2026-08-30&quot;:4.89},{&quot;2026-08-31&quot;:4.89},{&quot;2026-09-01&quot;:4.89},{&quot;2026-09-02&quot;:5.01},{&quot;2026-09-03&quot;:4.99},{&quot;2026-09-04&quot;:5.02},{&quot;2026-09-05&quot;:5.12},{&quot;2026-09-06&quot;:5.12},{&quot;2026-09-07&quot;:5.1},{&quot;2026-09-08&quot;:5.17},{&quot;2026-09-09&quot;:5.08},{&quot;2026-09-10&quot;:5.08},{&quot;2026-09-11&quot;:5.13}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Damnation" src="https://cards.scryfall.io/large/front/d/3/d3c0aac5-b9f1-4446-bfea-3e1dd1cf1f2f.jpg?1783921909" />
    </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">
                $21.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">
                $24.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">$12.50</span>
              <span class="text-xs text-grey-text">Credit: $16.25</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:23.56},{&quot;2026-06-11&quot;:23.56},{&quot;2026-06-12&quot;:23.56},{&quot;2026-06-13&quot;:23.56},{&quot;2026-06-14&quot;:23.56},{&quot;2026-06-15&quot;:23.56},{&quot;2026-06-16&quot;:23.56},{&quot;2026-06-17&quot;:23.56},{&quot;2026-06-18&quot;:23.52},{&quot;2026-06-19&quot;:23.52},{&quot;2026-06-20&quot;:23.52},{&quot;2026-06-21&quot;:23.52},{&quot;2026-06-22&quot;:23.52},{&quot;2026-06-23&quot;:23.52},{&quot;2026-06-24&quot;:23.52},{&quot;2026-06-25&quot;:23.52},{&quot;2026-06-26&quot;:23.52},{&quot;2026-06-27&quot;:23.52},{&quot;2026-06-28&quot;:23.52},{&quot;2026-06-29&quot;:23.45},{&quot;2026-06-30&quot;:23.45},{&quot;2026-07-01&quot;:23.45},{&quot;2026-07-02&quot;:23.76},{&quot;2026-07-03&quot;:23.76},{&quot;2026-07-04&quot;:23.76},{&quot;2026-07-05&quot;:23.76},{&quot;2026-07-06&quot;:23.76},{&quot;2026-07-07&quot;:23.76},{&quot;2026-07-08&quot;:23.76},{&quot;2026-07-09&quot;:23.76},{&quot;2026-07-10&quot;:23.76},{&quot;2026-07-11&quot;:23.53},{&quot;2026-07-12&quot;:23.53},{&quot;2026-07-13&quot;:23.53},{&quot;2026-07-14&quot;:23.53},{&quot;2026-07-15&quot;:23.53},{&quot;2026-07-16&quot;:23.53},{&quot;2026-07-17&quot;:23.73},{&quot;2026-07-18&quot;:23.73},{&quot;2026-07-19&quot;:23.73},{&quot;2026-07-20&quot;:23.73},{&quot;2026-07-21&quot;:23.73},{&quot;2026-07-23&quot;:23.64},{&quot;2026-07-25&quot;:23.64},{&quot;2026-07-26&quot;:23.64},{&quot;2026-07-27&quot;:23.05},{&quot;2026-07-29&quot;:23.05},{&quot;2026-07-30&quot;:23.05},{&quot;2026-07-31&quot;:23.05},{&quot;2026-08-01&quot;:23.09},{&quot;2026-08-02&quot;:23.09},{&quot;2026-08-03&quot;:23.09},{&quot;2026-08-04&quot;:23.09},{&quot;2026-08-05&quot;:23.09},{&quot;2026-08-07&quot;:23.09},{&quot;2026-08-08&quot;:23.09},{&quot;2026-08-09&quot;:23.09},{&quot;2026-08-10&quot;:23.09},{&quot;2026-08-11&quot;:23.09},{&quot;2026-08-12&quot;:23.09},{&quot;2026-08-13&quot;:23.09},{&quot;2026-08-14&quot;:23.09},{&quot;2026-08-15&quot;:23.02},{&quot;2026-08-16&quot;:23.02},{&quot;2026-08-17&quot;:23.44},{&quot;2026-08-18&quot;:23.44},{&quot;2026-08-19&quot;:23.44},{&quot;2026-08-20&quot;:23.44},{&quot;2026-08-21&quot;:23.95},{&quot;2026-08-22&quot;:23.95},{&quot;2026-08-23&quot;:24.56},{&quot;2026-08-24&quot;:24.56},{&quot;2026-08-25&quot;:24.56},{&quot;2026-08-26&quot;:24.49},{&quot;2026-08-27&quot;:24.49},{&quot;2026-08-28&quot;:24.33},{&quot;2026-08-29&quot;:24.33},{&quot;2026-08-30&quot;:24.33},{&quot;2026-08-31&quot;:24.33},{&quot;2026-09-01&quot;:24.33},{&quot;2026-09-02&quot;:24.33},{&quot;2026-09-03&quot;:24.33},{&quot;2026-09-04&quot;:24.33},{&quot;2026-09-05&quot;:24.44},{&quot;2026-09-06&quot;:24.44},{&quot;2026-09-07&quot;:24.44},{&quot;2026-09-08&quot;:24.44},{&quot;2026-09-09&quot;:24.44},{&quot;2026-09-10&quot;:24.51},{&quot;2026-09-11&quot;:24.51}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:20.53},{&quot;2026-06-11&quot;:20.27},{&quot;2026-06-12&quot;:20.27},{&quot;2026-06-13&quot;:20.27},{&quot;2026-06-14&quot;:20.57},{&quot;2026-06-15&quot;:20.57},{&quot;2026-06-16&quot;:21.09},{&quot;2026-06-17&quot;:21.09},{&quot;2026-06-18&quot;:21.09},{&quot;2026-06-19&quot;:21.05},{&quot;2026-06-20&quot;:21.16},{&quot;2026-06-21&quot;:21.16},{&quot;2026-06-22&quot;:21.41},{&quot;2026-06-23&quot;:21.53},{&quot;2026-06-24&quot;:21.59},{&quot;2026-06-25&quot;:21.89},{&quot;2026-06-26&quot;:21.83},{&quot;2026-06-27&quot;:21.88},{&quot;2026-06-28&quot;:21.73},{&quot;2026-06-29&quot;:21.73},{&quot;2026-06-30&quot;:21.73},{&quot;2026-07-01&quot;:21.89},{&quot;2026-07-02&quot;:21.89},{&quot;2026-07-03&quot;:21.62},{&quot;2026-07-04&quot;:21.62},{&quot;2026-07-05&quot;:21.62},{&quot;2026-07-06&quot;:21.52},{&quot;2026-07-07&quot;:21.05},{&quot;2026-07-08&quot;:21.05},{&quot;2026-07-09&quot;:20.72},{&quot;2026-07-10&quot;:20.72},{&quot;2026-07-11&quot;:20.72},{&quot;2026-07-12&quot;:21.2},{&quot;2026-07-13&quot;:21.1},{&quot;2026-07-14&quot;:20.68},{&quot;2026-07-15&quot;:20.55},{&quot;2026-07-16&quot;:20.55},{&quot;2026-07-17&quot;:20.55},{&quot;2026-07-18&quot;:20.41},{&quot;2026-07-19&quot;:20.36},{&quot;2026-07-20&quot;:20.56},{&quot;2026-07-21&quot;:20.48},{&quot;2026-07-23&quot;:20.48},{&quot;2026-07-25&quot;:20.48},{&quot;2026-07-26&quot;:20.48},{&quot;2026-07-27&quot;:20.33},{&quot;2026-07-29&quot;:20.2},{&quot;2026-07-30&quot;:20.2},{&quot;2026-07-31&quot;:20.6},{&quot;2026-08-01&quot;:21.07},{&quot;2026-08-02&quot;:21.24},{&quot;2026-08-03&quot;:21.22},{&quot;2026-08-04&quot;:20.88},{&quot;2026-08-05&quot;:20.88},{&quot;2026-08-07&quot;:20.75},{&quot;2026-08-08&quot;:20.9},{&quot;2026-08-09&quot;:21.18},{&quot;2026-08-10&quot;:21.18},{&quot;2026-08-11&quot;:21.18},{&quot;2026-08-12&quot;:21.23},{&quot;2026-08-13&quot;:21.23},{&quot;2026-08-14&quot;:21.27},{&quot;2026-08-15&quot;:21.35},{&quot;2026-08-16&quot;:21.27},{&quot;2026-08-17&quot;:21.2},{&quot;2026-08-18&quot;:21.29},{&quot;2026-08-19&quot;:21.29},{&quot;2026-08-20&quot;:21.29},{&quot;2026-08-21&quot;:21.29},{&quot;2026-08-22&quot;:21.29},{&quot;2026-08-23&quot;:21.21},{&quot;2026-08-24&quot;:20.8},{&quot;2026-08-25&quot;:20.8},{&quot;2026-08-26&quot;:20.48},{&quot;2026-08-27&quot;:20.48},{&quot;2026-08-28&quot;:20.75},{&quot;2026-08-29&quot;:20.75},{&quot;2026-08-30&quot;:21.56},{&quot;2026-08-31&quot;:21.71},{&quot;2026-09-01&quot;:21.71},{&quot;2026-09-02&quot;:21.14},{&quot;2026-09-03&quot;:20.93},{&quot;2026-09-04&quot;:20.84},{&quot;2026-09-05&quot;:21.32},{&quot;2026-09-06&quot;:21.32},{&quot;2026-09-07&quot;:21.05},{&quot;2026-09-08&quot;:21.39},{&quot;2026-09-09&quot;:21.43},{&quot;2026-09-10&quot;:21.36},{&quot;2026-09-11&quot;:21.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $21.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="Damnation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/941b65da-b9b3-4e15-bab5-bcbfd20dbe05.jpg?1783927827" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Damnation" src="https://cards.scryfall.io/large/front/9/4/941b65da-b9b3-4e15-bab5-bcbfd20dbe05.jpg?1783927827" />
    </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">
                $21.07
              </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">
                $24.48
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:22.54},{&quot;2026-06-14&quot;:22.54},{&quot;2026-06-15&quot;:22.54},{&quot;2026-06-16&quot;:22.44},{&quot;2026-06-17&quot;:22.44},{&quot;2026-06-18&quot;:22.44},{&quot;2026-06-19&quot;:22.44},{&quot;2026-06-20&quot;:22.44},{&quot;2026-06-21&quot;:22.44},{&quot;2026-06-22&quot;:22.44},{&quot;2026-06-23&quot;:22.44},{&quot;2026-06-24&quot;:22.44},{&quot;2026-06-25&quot;:22.44},{&quot;2026-06-26&quot;:22.44},{&quot;2026-06-27&quot;:22.4},{&quot;2026-06-28&quot;:22.4},{&quot;2026-06-29&quot;:22.4},{&quot;2026-06-30&quot;:22.4},{&quot;2026-07-01&quot;:22.4},{&quot;2026-07-02&quot;:22.4},{&quot;2026-07-03&quot;:22.4},{&quot;2026-07-04&quot;:22.4},{&quot;2026-07-05&quot;:22.4},{&quot;2026-07-06&quot;:22.4},{&quot;2026-07-07&quot;:22.4},{&quot;2026-07-08&quot;:22.4},{&quot;2026-07-09&quot;:22.4},{&quot;2026-07-10&quot;:22.4},{&quot;2026-07-11&quot;:22.4},{&quot;2026-07-12&quot;:22.4},{&quot;2026-07-13&quot;:22.4},{&quot;2026-07-14&quot;:22.4},{&quot;2026-07-15&quot;:22.4},{&quot;2026-07-16&quot;:22.4},{&quot;2026-07-17&quot;:22.4},{&quot;2026-07-18&quot;:22.4},{&quot;2026-07-19&quot;:22.4},{&quot;2026-07-20&quot;:22.4},{&quot;2026-07-21&quot;:22.4},{&quot;2026-07-22&quot;:22.4},{&quot;2026-07-23&quot;:22.4},{&quot;2026-07-24&quot;:22.4},{&quot;2026-07-25&quot;:22.4},{&quot;2026-07-26&quot;:22.4},{&quot;2026-07-27&quot;:22.4},{&quot;2026-07-28&quot;:22.4},{&quot;2026-07-29&quot;:22.4},{&quot;2026-07-30&quot;:22.4},{&quot;2026-07-31&quot;:22.4},{&quot;2026-08-01&quot;:22.54},{&quot;2026-08-02&quot;:22.54},{&quot;2026-08-03&quot;:22.54},{&quot;2026-08-04&quot;:22.54},{&quot;2026-08-05&quot;:22.54},{&quot;2026-08-07&quot;:22.73},{&quot;2026-08-08&quot;:22.73},{&quot;2026-08-09&quot;:22.73},{&quot;2026-08-10&quot;:22.73},{&quot;2026-08-11&quot;:22.73},{&quot;2026-08-12&quot;:22.73},{&quot;2026-08-13&quot;:22.73},{&quot;2026-08-14&quot;:22.73},{&quot;2026-08-15&quot;:22.73},{&quot;2026-08-16&quot;:22.73},{&quot;2026-08-17&quot;:22.73},{&quot;2026-08-18&quot;:22.73},{&quot;2026-08-19&quot;:22.73},{&quot;2026-08-20&quot;:22.73},{&quot;2026-08-21&quot;:22.73},{&quot;2026-08-22&quot;:23.76},{&quot;2026-08-23&quot;:23.76},{&quot;2026-08-24&quot;:23.76},{&quot;2026-08-25&quot;:23.76},{&quot;2026-08-26&quot;:23.76},{&quot;2026-08-27&quot;:23.76},{&quot;2026-08-28&quot;:23.76},{&quot;2026-08-29&quot;:23.76},{&quot;2026-08-30&quot;:23.76},{&quot;2026-08-31&quot;:23.76},{&quot;2026-09-01&quot;:23.76},{&quot;2026-09-02&quot;:23.76},{&quot;2026-09-03&quot;:23.76},{&quot;2026-09-04&quot;:23.76},{&quot;2026-09-05&quot;:23.76},{&quot;2026-09-06&quot;:23.76},{&quot;2026-09-07&quot;:23.76},{&quot;2026-09-08&quot;:24.39},{&quot;2026-09-09&quot;:24.39},{&quot;2026-09-10&quot;:24.48},{&quot;2026-09-11&quot;:24.48}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:20.86},{&quot;2026-06-14&quot;:20.86},{&quot;2026-06-15&quot;:21.09},{&quot;2026-06-16&quot;:21.09},{&quot;2026-06-17&quot;:21.09},{&quot;2026-06-18&quot;:20.77},{&quot;2026-06-19&quot;:20.77},{&quot;2026-06-20&quot;:20.77},{&quot;2026-06-21&quot;:20.82},{&quot;2026-06-22&quot;:21.01},{&quot;2026-06-23&quot;:21.13},{&quot;2026-06-24&quot;:21.13},{&quot;2026-06-25&quot;:20.88},{&quot;2026-06-26&quot;:22.09},{&quot;2026-06-27&quot;:22.04},{&quot;2026-06-28&quot;:22.06},{&quot;2026-06-29&quot;:21.97},{&quot;2026-06-30&quot;:21.97},{&quot;2026-07-01&quot;:22.19},{&quot;2026-07-02&quot;:21.84},{&quot;2026-07-03&quot;:21.84},{&quot;2026-07-04&quot;:22.0},{&quot;2026-07-05&quot;:21.97},{&quot;2026-07-06&quot;:22.12},{&quot;2026-07-07&quot;:22.12},{&quot;2026-07-08&quot;:22.12},{&quot;2026-07-09&quot;:22.09},{&quot;2026-07-10&quot;:22.09},{&quot;2026-07-11&quot;:22.09},{&quot;2026-07-12&quot;:22.23},{&quot;2026-07-13&quot;:22.18},{&quot;2026-07-14&quot;:22.18},{&quot;2026-07-15&quot;:22.18},{&quot;2026-07-16&quot;:21.94},{&quot;2026-07-17&quot;:21.69},{&quot;2026-07-18&quot;:21.69},{&quot;2026-07-19&quot;:21.69},{&quot;2026-07-20&quot;:21.69},{&quot;2026-07-21&quot;:21.69},{&quot;2026-07-22&quot;:21.49},{&quot;2026-07-23&quot;:21.39},{&quot;2026-07-24&quot;:21.39},{&quot;2026-07-25&quot;:21.39},{&quot;2026-07-26&quot;:21.54},{&quot;2026-07-27&quot;:21.68},{&quot;2026-07-28&quot;:21.43},{&quot;2026-07-29&quot;:20.0},{&quot;2026-07-30&quot;:19.96},{&quot;2026-07-31&quot;:19.96},{&quot;2026-08-01&quot;:19.92},{&quot;2026-08-02&quot;:20.04},{&quot;2026-08-03&quot;:19.95},{&quot;2026-08-04&quot;:19.91},{&quot;2026-08-05&quot;:19.75},{&quot;2026-08-07&quot;:19.71},{&quot;2026-08-08&quot;:19.65},{&quot;2026-08-09&quot;:19.69},{&quot;2026-08-10&quot;:19.8},{&quot;2026-08-11&quot;:19.94},{&quot;2026-08-12&quot;:20.37},{&quot;2026-08-13&quot;:20.19},{&quot;2026-08-14&quot;:20.19},{&quot;2026-08-15&quot;:20.19},{&quot;2026-08-16&quot;:20.15},{&quot;2026-08-17&quot;:20.46},{&quot;2026-08-18&quot;:20.16},{&quot;2026-08-19&quot;:19.95},{&quot;2026-08-20&quot;:20.06},{&quot;2026-08-21&quot;:20.06},{&quot;2026-08-22&quot;:20.06},{&quot;2026-08-23&quot;:20.35},{&quot;2026-08-24&quot;:20.32},{&quot;2026-08-25&quot;:20.32},{&quot;2026-08-26&quot;:20.32},{&quot;2026-08-27&quot;:20.32},{&quot;2026-08-28&quot;:20.32},{&quot;2026-08-29&quot;:20.32},{&quot;2026-08-30&quot;:20.75},{&quot;2026-08-31&quot;:20.75},{&quot;2026-09-01&quot;:20.75},{&quot;2026-09-02&quot;:20.59},{&quot;2026-09-03&quot;:20.59},{&quot;2026-09-04&quot;:20.38},{&quot;2026-09-05&quot;:20.35},{&quot;2026-09-06&quot;:20.35},{&quot;2026-09-07&quot;:20.35},{&quot;2026-09-08&quot;:20.59},{&quot;2026-09-09&quot;:20.92},{&quot;2026-09-10&quot;:21.03},{&quot;2026-09-11&quot;:21.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="12053"
  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">
            Fyndhorn Elves
        </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">
            2 owned
          </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Fyndhorn Elves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/450744cf-7eba-491b-97b0-ca80c6368bbb.jpg?1783928794" />

        <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">
            Fyndhorn Elves
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fyndhorn Elves" src="https://cards.scryfall.io/large/front/4/5/450744cf-7eba-491b-97b0-ca80c6368bbb.jpg?1783928794" />
    </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.30
              </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">
                $20.99
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  14%
                </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.06},{&quot;2026-06-14&quot;:10.99},{&quot;2026-06-15&quot;:10.7},{&quot;2026-06-16&quot;:10.74},{&quot;2026-06-17&quot;:10.74},{&quot;2026-06-18&quot;:10.74},{&quot;2026-06-19&quot;:10.74},{&quot;2026-06-20&quot;:10.64},{&quot;2026-06-21&quot;:10.12},{&quot;2026-06-22&quot;:10.12},{&quot;2026-06-23&quot;:10.26},{&quot;2026-06-24&quot;:10.4},{&quot;2026-06-25&quot;:10.4},{&quot;2026-06-26&quot;:10.59},{&quot;2026-06-27&quot;:10.66},{&quot;2026-06-28&quot;:11.37},{&quot;2026-06-29&quot;:11.37},{&quot;2026-06-30&quot;:11.72},{&quot;2026-07-01&quot;:11.72},{&quot;2026-07-02&quot;:11.86},{&quot;2026-07-03&quot;:11.77},{&quot;2026-07-04&quot;:11.77},{&quot;2026-07-05&quot;:11.63},{&quot;2026-07-06&quot;:11.63},{&quot;2026-07-07&quot;:12.37},{&quot;2026-07-08&quot;:12.41},{&quot;2026-07-09&quot;:12.74},{&quot;2026-07-10&quot;:11.47},{&quot;2026-07-11&quot;:11.53},{&quot;2026-07-12&quot;:11.58},{&quot;2026-07-13&quot;:11.58},{&quot;2026-07-14&quot;:11.94},{&quot;2026-07-15&quot;:12.42},{&quot;2026-07-16&quot;:12.92},{&quot;2026-07-17&quot;:12.47},{&quot;2026-07-18&quot;:12.47},{&quot;2026-07-19&quot;:11.46},{&quot;2026-07-20&quot;:11.68},{&quot;2026-07-21&quot;:12.47},{&quot;2026-07-22&quot;:12.75},{&quot;2026-07-23&quot;:12.75},{&quot;2026-07-24&quot;:12.34},{&quot;2026-07-25&quot;:12.34},{&quot;2026-07-26&quot;:12.34},{&quot;2026-07-27&quot;:12.34},{&quot;2026-07-28&quot;:12.34},{&quot;2026-07-29&quot;:12.34},{&quot;2026-07-30&quot;:12.39},{&quot;2026-07-31&quot;:11.68},{&quot;2026-08-01&quot;:11.3},{&quot;2026-08-02&quot;:10.9},{&quot;2026-08-03&quot;:12.76},{&quot;2026-08-04&quot;:13.02},{&quot;2026-08-05&quot;:12.72},{&quot;2026-08-07&quot;:12.73},{&quot;2026-08-08&quot;:12.73},{&quot;2026-08-09&quot;:13.2},{&quot;2026-08-10&quot;:13.2},{&quot;2026-08-11&quot;:14.09},{&quot;2026-08-12&quot;:15.42},{&quot;2026-08-13&quot;:15.42},{&quot;2026-08-14&quot;:16.27},{&quot;2026-08-15&quot;:16.27},{&quot;2026-08-16&quot;:16.27},{&quot;2026-08-17&quot;:17.21},{&quot;2026-08-18&quot;:17.21},{&quot;2026-08-19&quot;:17.21},{&quot;2026-08-20&quot;:17.78},{&quot;2026-08-21&quot;:18.66},{&quot;2026-08-22&quot;:18.66},{&quot;2026-08-23&quot;:19.53},{&quot;2026-08-24&quot;:19.96},{&quot;2026-08-25&quot;:19.6},{&quot;2026-08-26&quot;:19.6},{&quot;2026-08-27&quot;:19.6},{&quot;2026-08-28&quot;:19.6},{&quot;2026-08-29&quot;:19.6},{&quot;2026-08-30&quot;:19.2},{&quot;2026-08-31&quot;:19.75},{&quot;2026-09-01&quot;:20.15},{&quot;2026-09-02&quot;:20.59},{&quot;2026-09-03&quot;:21.02},{&quot;2026-09-04&quot;:21.02},{&quot;2026-09-05&quot;:24.29},{&quot;2026-09-06&quot;:23.47},{&quot;2026-09-07&quot;:22.17},{&quot;2026-09-08&quot;:21.79},{&quot;2026-09-09&quot;:21.79},{&quot;2026-09-10&quot;:21.79},{&quot;2026-09-11&quot;:20.99}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.53},{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.59},{&quot;2026-06-16&quot;:2.4},{&quot;2026-06-17&quot;:2.35},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.31},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.27},{&quot;2026-06-22&quot;:2.27},{&quot;2026-06-23&quot;:2.28},{&quot;2026-06-24&quot;:2.36},{&quot;2026-06-25&quot;:2.34},{&quot;2026-06-26&quot;:2.35},{&quot;2026-06-27&quot;:2.46},{&quot;2026-06-28&quot;:2.57},{&quot;2026-06-29&quot;:2.53},{&quot;2026-06-30&quot;:2.44},{&quot;2026-07-01&quot;:2.35},{&quot;2026-07-02&quot;:2.33},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.25},{&quot;2026-07-05&quot;:2.21},{&quot;2026-07-06&quot;:2.03},{&quot;2026-07-07&quot;:2.01},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:2.03},{&quot;2026-07-10&quot;:1.94},{&quot;2026-07-11&quot;:2.03},{&quot;2026-07-12&quot;:2.13},{&quot;2026-07-13&quot;:2.18},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.35},{&quot;2026-07-16&quot;:2.37},{&quot;2026-07-17&quot;:2.41},{&quot;2026-07-18&quot;:2.38},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.57},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-22&quot;:2.15},{&quot;2026-07-23&quot;:2.26},{&quot;2026-07-24&quot;:2.24},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.25},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.27},{&quot;2026-07-30&quot;:2.37},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.35},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.25},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.21},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.11},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.27},{&quot;2026-08-12&quot;:2.27},{&quot;2026-08-13&quot;:2.32},{&quot;2026-08-14&quot;:2.2},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.06},{&quot;2026-08-18&quot;:1.94},{&quot;2026-08-19&quot;:2.1},{&quot;2026-08-20&quot;:2.25},{&quot;2026-08-21&quot;:2.24},{&quot;2026-08-22&quot;:2.01},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:1.96},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:2.06},{&quot;2026-08-27&quot;:2.2},{&quot;2026-08-28&quot;:2.25},{&quot;2026-08-29&quot;:2.25},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.42},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.52},{&quot;2026-09-05&quot;:2.37},{&quot;2026-09-06&quot;:2.27},{&quot;2026-09-07&quot;:2.32},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.24},{&quot;2026-09-11&quot;:2.3}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77233"
  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">
            Dictate of Erebos
        </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">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $20.99
          </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="Dictate of Erebos" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/5/354356c1-7b25-4d27-8887-ef9fe68bb76b.jpg?1783932269" />

        <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">
            Dictate of Erebos
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dictate of Erebos" src="https://cards.scryfall.io/large/front/3/5/354356c1-7b25-4d27-8887-ef9fe68bb76b.jpg?1783932269" />
    </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">
                $20.99
              </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">$9.50</span>
              <span class="text-xs text-grey-text">Credit: $12.35</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:21.18},{&quot;2026-06-13&quot;:21.93},{&quot;2026-06-14&quot;:21.33},{&quot;2026-06-15&quot;:21.4},{&quot;2026-06-16&quot;:21.7},{&quot;2026-06-17&quot;:21.75},{&quot;2026-06-18&quot;:21.75},{&quot;2026-06-19&quot;:21.72},{&quot;2026-06-20&quot;:21.89},{&quot;2026-06-21&quot;:21.8},{&quot;2026-06-22&quot;:21.67},{&quot;2026-06-23&quot;:21.67},{&quot;2026-06-24&quot;:21.67},{&quot;2026-06-25&quot;:21.67},{&quot;2026-06-26&quot;:21.1},{&quot;2026-06-27&quot;:21.1},{&quot;2026-06-28&quot;:19.78},{&quot;2026-06-29&quot;:20.48},{&quot;2026-06-30&quot;:20.71},{&quot;2026-07-01&quot;:20.71},{&quot;2026-07-02&quot;:20.93},{&quot;2026-07-03&quot;:20.93},{&quot;2026-07-04&quot;:20.93},{&quot;2026-07-05&quot;:20.93},{&quot;2026-07-06&quot;:20.93},{&quot;2026-07-07&quot;:21.25},{&quot;2026-07-08&quot;:21.25},{&quot;2026-07-09&quot;:21.25},{&quot;2026-07-10&quot;:21.21},{&quot;2026-07-11&quot;:21.21},{&quot;2026-07-12&quot;:21.29},{&quot;2026-07-13&quot;:21.41},{&quot;2026-07-14&quot;:21.41},{&quot;2026-07-15&quot;:21.41},{&quot;2026-07-16&quot;:20.56},{&quot;2026-07-17&quot;:20.56},{&quot;2026-07-18&quot;:20.56},{&quot;2026-07-19&quot;:20.63},{&quot;2026-07-20&quot;:20.63},{&quot;2026-07-21&quot;:20.63},{&quot;2026-07-23&quot;:20.01},{&quot;2026-07-24&quot;:20.01},{&quot;2026-07-25&quot;:19.92},{&quot;2026-07-26&quot;:19.61},{&quot;2026-07-27&quot;:19.61},{&quot;2026-07-28&quot;:19.37},{&quot;2026-07-29&quot;:19.37},{&quot;2026-07-30&quot;:19.37},{&quot;2026-07-31&quot;:19.37},{&quot;2026-08-01&quot;:19.37},{&quot;2026-08-02&quot;:19.37},{&quot;2026-08-03&quot;:19.16},{&quot;2026-08-04&quot;:19.16},{&quot;2026-08-05&quot;:19.16},{&quot;2026-08-07&quot;:19.14},{&quot;2026-08-08&quot;:19.2},{&quot;2026-08-09&quot;:19.2},{&quot;2026-08-10&quot;:19.2},{&quot;2026-08-11&quot;:19.17},{&quot;2026-08-12&quot;:19.09},{&quot;2026-08-13&quot;:19.09},{&quot;2026-08-14&quot;:19.09},{&quot;2026-08-15&quot;:19.09},{&quot;2026-08-16&quot;:19.09},{&quot;2026-08-17&quot;:18.8},{&quot;2026-08-18&quot;:18.6},{&quot;2026-08-19&quot;:18.72},{&quot;2026-08-20&quot;:18.72},{&quot;2026-08-21&quot;:18.98},{&quot;2026-08-22&quot;:18.98},{&quot;2026-08-23&quot;:18.87},{&quot;2026-08-24&quot;:19.15},{&quot;2026-08-25&quot;:19.11},{&quot;2026-08-26&quot;:19.11},{&quot;2026-08-27&quot;:19.11},{&quot;2026-08-28&quot;:19.26},{&quot;2026-08-29&quot;:19.26},{&quot;2026-08-30&quot;:19.84},{&quot;2026-08-31&quot;:20.3},{&quot;2026-09-01&quot;:20.32},{&quot;2026-09-02&quot;:20.42},{&quot;2026-09-03&quot;:20.45},{&quot;2026-09-04&quot;:20.73},{&quot;2026-09-05&quot;:20.56},{&quot;2026-09-06&quot;:20.7},{&quot;2026-09-07&quot;:20.79},{&quot;2026-09-08&quot;:20.99},{&quot;2026-09-09&quot;:20.99},{&quot;2026-09-10&quot;:20.99},{&quot;2026-09-11&quot;:20.99}]}"
        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="23901"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Overlord of the Balemurk" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/b/9b911653-7b96-4cf3-a907-13c5c53a14f7.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">
            Overlord of the Balemurk
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Overlord of the Balemurk" src="https://cards.scryfall.io/large/front/9/b/9b911653-7b96-4cf3-a907-13c5c53a14f7.jpg?1783909475" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$16.50</span>
              <span class="text-xs text-grey-text">Credit: $21.45</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;:24.08},{&quot;2026-06-13&quot;:24.08},{&quot;2026-06-14&quot;:24.08},{&quot;2026-06-15&quot;:24.11},{&quot;2026-06-16&quot;:24.11},{&quot;2026-06-17&quot;:24.11},{&quot;2026-06-18&quot;:24.11},{&quot;2026-06-19&quot;:24.16},{&quot;2026-06-20&quot;:24.14},{&quot;2026-06-21&quot;:24.14},{&quot;2026-06-22&quot;:24.1},{&quot;2026-06-23&quot;:24.1},{&quot;2026-06-24&quot;:24.1},{&quot;2026-06-25&quot;:24.1},{&quot;2026-06-26&quot;:24.1},{&quot;2026-06-27&quot;:24.1},{&quot;2026-06-28&quot;:23.07},{&quot;2026-06-29&quot;:24.02},{&quot;2026-06-30&quot;:24.02},{&quot;2026-07-01&quot;:24.02},{&quot;2026-07-02&quot;:23.86},{&quot;2026-07-03&quot;:23.64},{&quot;2026-07-04&quot;:23.41},{&quot;2026-07-05&quot;:23.41},{&quot;2026-07-06&quot;:23.25},{&quot;2026-07-07&quot;:23.31},{&quot;2026-07-08&quot;:23.31},{&quot;2026-07-09&quot;:23.29},{&quot;2026-07-10&quot;:23.29},{&quot;2026-07-11&quot;:23.46},{&quot;2026-07-12&quot;:23.56},{&quot;2026-07-13&quot;:23.56},{&quot;2026-07-14&quot;:23.52},{&quot;2026-07-15&quot;:23.52},{&quot;2026-07-16&quot;:23.15},{&quot;2026-07-17&quot;:23.15},{&quot;2026-07-18&quot;:23.34},{&quot;2026-07-19&quot;:23.34},{&quot;2026-07-20&quot;:23.42},{&quot;2026-07-21&quot;:23.42},{&quot;2026-07-23&quot;:23.2},{&quot;2026-07-24&quot;:23.2},{&quot;2026-07-25&quot;:23.2},{&quot;2026-07-26&quot;:23.2},{&quot;2026-07-27&quot;:23.2},{&quot;2026-07-28&quot;:23.01},{&quot;2026-07-29&quot;:23.01},{&quot;2026-07-30&quot;:22.81},{&quot;2026-07-31&quot;:22.81},{&quot;2026-08-01&quot;:22.81},{&quot;2026-08-02&quot;:22.81},{&quot;2026-08-03&quot;:22.81},{&quot;2026-08-04&quot;:22.81},{&quot;2026-08-05&quot;:22.93},{&quot;2026-08-07&quot;:22.77},{&quot;2026-08-08&quot;:22.77},{&quot;2026-08-09&quot;:22.72},{&quot;2026-08-10&quot;:22.51},{&quot;2026-08-11&quot;:22.59},{&quot;2026-08-12&quot;:22.59},{&quot;2026-08-13&quot;:22.59},{&quot;2026-08-14&quot;:22.5},{&quot;2026-08-15&quot;:22.2},{&quot;2026-08-16&quot;:22.2},{&quot;2026-08-17&quot;:22.03},{&quot;2026-08-18&quot;:22.04},{&quot;2026-08-19&quot;:21.63},{&quot;2026-08-20&quot;:21.63},{&quot;2026-08-21&quot;:22.25},{&quot;2026-08-22&quot;:22.25},{&quot;2026-08-23&quot;:22.46},{&quot;2026-08-24&quot;:22.5},{&quot;2026-08-25&quot;:22.53},{&quot;2026-08-26&quot;:22.68},{&quot;2026-08-27&quot;:22.57},{&quot;2026-08-28&quot;:22.57},{&quot;2026-08-29&quot;:22.57},{&quot;2026-08-30&quot;:22.95},{&quot;2026-08-31&quot;:22.95},{&quot;2026-09-01&quot;:22.95},{&quot;2026-09-02&quot;:22.95},{&quot;2026-09-03&quot;:22.95},{&quot;2026-09-04&quot;:23.1},{&quot;2026-09-05&quot;:23.1},{&quot;2026-09-06&quot;:23.1},{&quot;2026-09-07&quot;:23.1},{&quot;2026-09-08&quot;:22.88},{&quot;2026-09-09&quot;:22.77},{&quot;2026-09-10&quot;:22.77},{&quot;2026-09-11&quot;:22.77}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:21.72},{&quot;2026-06-13&quot;:21.48},{&quot;2026-06-14&quot;:21.83},{&quot;2026-06-15&quot;:21.46},{&quot;2026-06-16&quot;:21.19},{&quot;2026-06-17&quot;:21.3},{&quot;2026-06-18&quot;:21.18},{&quot;2026-06-19&quot;:20.99},{&quot;2026-06-20&quot;:20.91},{&quot;2026-06-21&quot;:21.87},{&quot;2026-06-22&quot;:22.06},{&quot;2026-06-23&quot;:21.35},{&quot;2026-06-24&quot;:21.44},{&quot;2026-06-25&quot;:21.4},{&quot;2026-06-26&quot;:21.56},{&quot;2026-06-27&quot;:21.41},{&quot;2026-06-28&quot;:21.47},{&quot;2026-06-29&quot;:21.5},{&quot;2026-06-30&quot;:22.06},{&quot;2026-07-01&quot;:21.8},{&quot;2026-07-02&quot;:21.35},{&quot;2026-07-03&quot;:21.42},{&quot;2026-07-04&quot;:21.41},{&quot;2026-07-05&quot;:21.36},{&quot;2026-07-06&quot;:20.88},{&quot;2026-07-07&quot;:21.11},{&quot;2026-07-08&quot;:21.11},{&quot;2026-07-09&quot;:21.11},{&quot;2026-07-10&quot;:21.11},{&quot;2026-07-11&quot;:21.37},{&quot;2026-07-12&quot;:21.51},{&quot;2026-07-13&quot;:21.15},{&quot;2026-07-14&quot;:20.38},{&quot;2026-07-15&quot;:20.62},{&quot;2026-07-16&quot;:20.49},{&quot;2026-07-17&quot;:20.21},{&quot;2026-07-18&quot;:20.07},{&quot;2026-07-19&quot;:20.3},{&quot;2026-07-20&quot;:20.32},{&quot;2026-07-21&quot;:20.15},{&quot;2026-07-23&quot;:19.37},{&quot;2026-07-24&quot;:19.32},{&quot;2026-07-25&quot;:18.95},{&quot;2026-07-26&quot;:19.01},{&quot;2026-07-27&quot;:19.13},{&quot;2026-07-28&quot;:19.03},{&quot;2026-07-29&quot;:18.85},{&quot;2026-07-30&quot;:18.82},{&quot;2026-07-31&quot;:19.19},{&quot;2026-08-01&quot;:19.3},{&quot;2026-08-02&quot;:19.53},{&quot;2026-08-03&quot;:20.15},{&quot;2026-08-04&quot;:19.92},{&quot;2026-08-05&quot;:19.92},{&quot;2026-08-07&quot;:20.46},{&quot;2026-08-08&quot;:21.22},{&quot;2026-08-09&quot;:21.02},{&quot;2026-08-10&quot;:20.91},{&quot;2026-08-11&quot;:20.88},{&quot;2026-08-12&quot;:21.16},{&quot;2026-08-13&quot;:21.44},{&quot;2026-08-14&quot;:21.22},{&quot;2026-08-15&quot;:20.45},{&quot;2026-08-16&quot;:20.31},{&quot;2026-08-17&quot;:20.31},{&quot;2026-08-18&quot;:20.93},{&quot;2026-08-19&quot;:21.58},{&quot;2026-08-20&quot;:21.58},{&quot;2026-08-21&quot;:22.54},{&quot;2026-08-22&quot;:22.34},{&quot;2026-08-23&quot;:21.95},{&quot;2026-08-24&quot;:21.62},{&quot;2026-08-25&quot;:21.27},{&quot;2026-08-26&quot;:21.49},{&quot;2026-08-27&quot;:20.72},{&quot;2026-08-28&quot;:20.28},{&quot;2026-08-29&quot;:20.28},{&quot;2026-08-30&quot;:21.48},{&quot;2026-08-31&quot;:20.41},{&quot;2026-09-01&quot;:20.45},{&quot;2026-09-02&quot;:20.48},{&quot;2026-09-03&quot;:20.56},{&quot;2026-09-04&quot;:20.55},{&quot;2026-09-05&quot;:20.22},{&quot;2026-09-06&quot;:20.33},{&quot;2026-09-07&quot;:20.81},{&quot;2026-09-08&quot;:20.95},{&quot;2026-09-09&quot;:20.91},{&quot;2026-09-10&quot;:20.94},{&quot;2026-09-11&quot;:20.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sword of Hearth and Home" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a16fabbe-4557-4067-b882-f2e5dbd8b458.jpg?1783926799" />

        <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 Hearth and Home
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of Hearth and Home" src="https://cards.scryfall.io/large/front/a/1/a16fabbe-4557-4067-b882-f2e5dbd8b458.jpg?1783926799" />
    </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">
                $20.86
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:21.55},{&quot;2026-06-14&quot;:21.55},{&quot;2026-06-15&quot;:21.55},{&quot;2026-06-16&quot;:21.51},{&quot;2026-06-17&quot;:21.51},{&quot;2026-06-18&quot;:21.51},{&quot;2026-06-19&quot;:21.51},{&quot;2026-06-20&quot;:21.51},{&quot;2026-06-21&quot;:21.69},{&quot;2026-06-22&quot;:21.69},{&quot;2026-06-23&quot;:21.68},{&quot;2026-06-24&quot;:21.68},{&quot;2026-06-25&quot;:21.68},{&quot;2026-06-26&quot;:21.68},{&quot;2026-06-27&quot;:21.68},{&quot;2026-06-28&quot;:21.68},{&quot;2026-06-29&quot;:21.67},{&quot;2026-06-30&quot;:21.67},{&quot;2026-07-01&quot;:21.67},{&quot;2026-07-02&quot;:21.85},{&quot;2026-07-03&quot;:22.1},{&quot;2026-07-04&quot;:22.07},{&quot;2026-07-05&quot;:22.07},{&quot;2026-07-06&quot;:22.18},{&quot;2026-07-07&quot;:22.18},{&quot;2026-07-08&quot;:22.07},{&quot;2026-07-09&quot;:22.07},{&quot;2026-07-10&quot;:22.07},{&quot;2026-07-11&quot;:22.13},{&quot;2026-07-12&quot;:22.13},{&quot;2026-07-13&quot;:22.13},{&quot;2026-07-14&quot;:22.13},{&quot;2026-07-15&quot;:22.13},{&quot;2026-07-16&quot;:22.13},{&quot;2026-07-17&quot;:22.13},{&quot;2026-07-18&quot;:22.13},{&quot;2026-07-19&quot;:22.13},{&quot;2026-07-20&quot;:22.2},{&quot;2026-07-21&quot;:22.2},{&quot;2026-07-22&quot;:22.2},{&quot;2026-07-23&quot;:22.17},{&quot;2026-07-24&quot;:22.15},{&quot;2026-07-25&quot;:22.15},{&quot;2026-07-26&quot;:22.15},{&quot;2026-07-27&quot;:22.15},{&quot;2026-07-28&quot;:22.15},{&quot;2026-07-29&quot;:22.15},{&quot;2026-07-30&quot;:22.15},{&quot;2026-07-31&quot;:22.15},{&quot;2026-08-01&quot;:22.15},{&quot;2026-08-02&quot;:22.15},{&quot;2026-08-03&quot;:22.19},{&quot;2026-08-04&quot;:22.19},{&quot;2026-08-05&quot;:22.19},{&quot;2026-08-07&quot;:22.19},{&quot;2026-08-08&quot;:22.19},{&quot;2026-08-09&quot;:22.2},{&quot;2026-08-10&quot;:22.2},{&quot;2026-08-11&quot;:22.2},{&quot;2026-08-12&quot;:22.2},{&quot;2026-08-13&quot;:22.2},{&quot;2026-08-14&quot;:22.2},{&quot;2026-08-15&quot;:22.2},{&quot;2026-08-16&quot;:22.2},{&quot;2026-08-17&quot;:22.2},{&quot;2026-08-18&quot;:22.2},{&quot;2026-08-19&quot;:22.2},{&quot;2026-08-20&quot;:22.2},{&quot;2026-08-21&quot;:22.2},{&quot;2026-08-22&quot;:22.2},{&quot;2026-08-23&quot;:22.2},{&quot;2026-08-24&quot;:22.2},{&quot;2026-08-25&quot;:22.28},{&quot;2026-08-26&quot;:22.28},{&quot;2026-08-27&quot;:22.28},{&quot;2026-08-28&quot;:22.28},{&quot;2026-08-29&quot;:22.28},{&quot;2026-08-30&quot;:22.28},{&quot;2026-08-31&quot;:22.28},{&quot;2026-09-01&quot;:22.13},{&quot;2026-09-02&quot;:22.13},{&quot;2026-09-03&quot;:22.07},{&quot;2026-09-04&quot;:22.07},{&quot;2026-09-05&quot;:22.07},{&quot;2026-09-06&quot;:22.18},{&quot;2026-09-07&quot;:22.18},{&quot;2026-09-08&quot;:22.23},{&quot;2026-09-09&quot;:22.27},{&quot;2026-09-10&quot;:22.27},{&quot;2026-09-11&quot;:22.21}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:19.36},{&quot;2026-06-14&quot;:19.41},{&quot;2026-06-15&quot;:19.23},{&quot;2026-06-16&quot;:19.33},{&quot;2026-06-17&quot;:19.33},{&quot;2026-06-18&quot;:19.4},{&quot;2026-06-19&quot;:19.4},{&quot;2026-06-20&quot;:19.35},{&quot;2026-06-21&quot;:19.39},{&quot;2026-06-22&quot;:19.24},{&quot;2026-06-23&quot;:19.4},{&quot;2026-06-24&quot;:19.36},{&quot;2026-06-25&quot;:18.56},{&quot;2026-06-26&quot;:18.43},{&quot;2026-06-27&quot;:17.63},{&quot;2026-06-28&quot;:17.33},{&quot;2026-06-29&quot;:16.2},{&quot;2026-06-30&quot;:16.02},{&quot;2026-07-01&quot;:15.75},{&quot;2026-07-02&quot;:16.14},{&quot;2026-07-03&quot;:16.03},{&quot;2026-07-04&quot;:15.95},{&quot;2026-07-05&quot;:16.09},{&quot;2026-07-06&quot;:16.12},{&quot;2026-07-07&quot;:16.12},{&quot;2026-07-08&quot;:16.17},{&quot;2026-07-09&quot;:16.42},{&quot;2026-07-10&quot;:16.77},{&quot;2026-07-11&quot;:16.87},{&quot;2026-07-12&quot;:17.27},{&quot;2026-07-13&quot;:17.16},{&quot;2026-07-14&quot;:17.42},{&quot;2026-07-15&quot;:17.52},{&quot;2026-07-16&quot;:17.45},{&quot;2026-07-17&quot;:17.32},{&quot;2026-07-18&quot;:17.32},{&quot;2026-07-19&quot;:17.49},{&quot;2026-07-20&quot;:17.17},{&quot;2026-07-21&quot;:17.32},{&quot;2026-07-22&quot;:17.39},{&quot;2026-07-23&quot;:17.38},{&quot;2026-07-24&quot;:17.69},{&quot;2026-07-25&quot;:17.69},{&quot;2026-07-26&quot;:17.6},{&quot;2026-07-27&quot;:17.77},{&quot;2026-07-28&quot;:17.78},{&quot;2026-07-29&quot;:17.28},{&quot;2026-07-30&quot;:17.18},{&quot;2026-07-31&quot;:17.34},{&quot;2026-08-01&quot;:17.38},{&quot;2026-08-02&quot;:17.21},{&quot;2026-08-03&quot;:17.79},{&quot;2026-08-04&quot;:17.81},{&quot;2026-08-05&quot;:18.1},{&quot;2026-08-07&quot;:17.76},{&quot;2026-08-08&quot;:17.36},{&quot;2026-08-09&quot;:16.79},{&quot;2026-08-10&quot;:16.7},{&quot;2026-08-11&quot;:16.44},{&quot;2026-08-12&quot;:16.26},{&quot;2026-08-13&quot;:16.06},{&quot;2026-08-14&quot;:16.1},{&quot;2026-08-15&quot;:15.87},{&quot;2026-08-16&quot;:16.1},{&quot;2026-08-17&quot;:16.13},{&quot;2026-08-18&quot;:16.39},{&quot;2026-08-19&quot;:16.79},{&quot;2026-08-20&quot;:17.57},{&quot;2026-08-21&quot;:17.57},{&quot;2026-08-22&quot;:17.57},{&quot;2026-08-23&quot;:17.83},{&quot;2026-08-24&quot;:18.09},{&quot;2026-08-25&quot;:18.47},{&quot;2026-08-26&quot;:18.35},{&quot;2026-08-27&quot;:18.6},{&quot;2026-08-28&quot;:18.51},{&quot;2026-08-29&quot;:18.51},{&quot;2026-08-30&quot;:19.24},{&quot;2026-08-31&quot;:19.61},{&quot;2026-09-01&quot;:19.53},{&quot;2026-09-02&quot;:19.83},{&quot;2026-09-03&quot;:19.87},{&quot;2026-09-04&quot;:20.36},{&quot;2026-09-05&quot;:20.36},{&quot;2026-09-06&quot;:20.48},{&quot;2026-09-07&quot;:20.86},{&quot;2026-09-08&quot;:21.14},{&quot;2026-09-09&quot;:21.36},{&quot;2026-09-10&quot;:21.35},{&quot;2026-09-11&quot;:20.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="52989"
  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">
            Cabal Coffers
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Cabal Coffers
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cabal Coffers" src="https://cards.scryfall.io/large/front/0/b/0b1cbebd-9552-4628-bbb7-e235a812063e.jpg?1783910587" />
    </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">
                $20.74
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:21.82},{&quot;2026-06-11&quot;:21.81},{&quot;2026-06-12&quot;:22.06},{&quot;2026-06-13&quot;:22.42},{&quot;2026-06-14&quot;:22.77},{&quot;2026-06-15&quot;:22.77},{&quot;2026-06-16&quot;:22.76},{&quot;2026-06-17&quot;:22.76},{&quot;2026-06-18&quot;:22.96},{&quot;2026-06-19&quot;:23.16},{&quot;2026-06-20&quot;:23.16},{&quot;2026-06-21&quot;:23.16},{&quot;2026-06-22&quot;:23.19},{&quot;2026-06-23&quot;:23.1},{&quot;2026-06-24&quot;:22.9},{&quot;2026-06-25&quot;:23.03},{&quot;2026-06-26&quot;:23.07},{&quot;2026-06-27&quot;:23.17},{&quot;2026-06-28&quot;:23.17},{&quot;2026-06-29&quot;:23.08},{&quot;2026-06-30&quot;:23.06},{&quot;2026-07-01&quot;:23.01},{&quot;2026-07-02&quot;:23.2},{&quot;2026-07-03&quot;:23.2},{&quot;2026-07-04&quot;:23.35},{&quot;2026-07-05&quot;:23.38},{&quot;2026-07-06&quot;:23.23},{&quot;2026-07-07&quot;:23.34},{&quot;2026-07-08&quot;:23.75},{&quot;2026-07-09&quot;:23.9},{&quot;2026-07-10&quot;:24.05},{&quot;2026-07-11&quot;:24.05},{&quot;2026-07-12&quot;:23.96},{&quot;2026-07-13&quot;:23.93},{&quot;2026-07-14&quot;:23.9},{&quot;2026-07-15&quot;:24.0},{&quot;2026-07-16&quot;:23.59},{&quot;2026-07-17&quot;:23.59},{&quot;2026-07-18&quot;:23.36},{&quot;2026-07-19&quot;:23.15},{&quot;2026-07-20&quot;:23.14},{&quot;2026-07-21&quot;:23.14},{&quot;2026-07-23&quot;:23.05},{&quot;2026-07-25&quot;:22.98},{&quot;2026-07-26&quot;:23.07},{&quot;2026-07-27&quot;:23.1},{&quot;2026-07-29&quot;:23.18},{&quot;2026-07-30&quot;:23.18},{&quot;2026-07-31&quot;:22.83},{&quot;2026-08-01&quot;:22.72},{&quot;2026-08-02&quot;:22.6},{&quot;2026-08-03&quot;:22.24},{&quot;2026-08-04&quot;:22.22},{&quot;2026-08-05&quot;:22.06},{&quot;2026-08-07&quot;:21.27},{&quot;2026-08-08&quot;:21.27},{&quot;2026-08-09&quot;:21.17},{&quot;2026-08-10&quot;:21.12},{&quot;2026-08-11&quot;:21.2},{&quot;2026-08-12&quot;:21.19},{&quot;2026-08-13&quot;:20.92},{&quot;2026-08-14&quot;:21.06},{&quot;2026-08-15&quot;:20.77},{&quot;2026-08-16&quot;:20.73},{&quot;2026-08-17&quot;:20.75},{&quot;2026-08-18&quot;:20.89},{&quot;2026-08-19&quot;:20.68},{&quot;2026-08-20&quot;:20.68},{&quot;2026-08-21&quot;:20.44},{&quot;2026-08-22&quot;:20.41},{&quot;2026-08-23&quot;:20.18},{&quot;2026-08-24&quot;:20.14},{&quot;2026-08-25&quot;:20.14},{&quot;2026-08-26&quot;:20.09},{&quot;2026-08-27&quot;:20.18},{&quot;2026-08-28&quot;:20.44},{&quot;2026-08-29&quot;:20.44},{&quot;2026-08-30&quot;:20.45},{&quot;2026-08-31&quot;:20.45},{&quot;2026-09-01&quot;:20.45},{&quot;2026-09-02&quot;:21.01},{&quot;2026-09-03&quot;:20.91},{&quot;2026-09-04&quot;:21.14},{&quot;2026-09-05&quot;:21.04},{&quot;2026-09-06&quot;:21.2},{&quot;2026-09-07&quot;:21.14},{&quot;2026-09-08&quot;:20.84},{&quot;2026-09-09&quot;:20.74},{&quot;2026-09-10&quot;:20.74},{&quot;2026-09-11&quot;:20.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33531"
  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-hml 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">
            Didgeridoo
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $20.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="Didgeridoo" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/828f8f68-abe2-4e39-b3e4-991dceacd5d9.jpg?1783947274" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Didgeridoo" src="https://cards.scryfall.io/large/front/8/2/828f8f68-abe2-4e39-b3e4-991dceacd5d9.jpg?1783947274" />
    </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">
                $20.50
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:14.24},{&quot;2026-06-10&quot;:14.24},{&quot;2026-06-11&quot;:14.2},{&quot;2026-06-12&quot;:14.2},{&quot;2026-06-13&quot;:14.2},{&quot;2026-06-14&quot;:14.13},{&quot;2026-06-15&quot;:14.13},{&quot;2026-06-16&quot;:14.13},{&quot;2026-06-17&quot;:14.13},{&quot;2026-06-18&quot;:14.13},{&quot;2026-06-19&quot;:14.13},{&quot;2026-06-20&quot;:14.13},{&quot;2026-06-21&quot;:14.13},{&quot;2026-06-22&quot;:14.13},{&quot;2026-06-24&quot;:14.04},{&quot;2026-06-25&quot;:14.04},{&quot;2026-06-26&quot;:14.04},{&quot;2026-06-27&quot;:14.04},{&quot;2026-06-28&quot;:14.04},{&quot;2026-06-29&quot;:13.74},{&quot;2026-06-30&quot;:13.79},{&quot;2026-07-01&quot;:13.94},{&quot;2026-07-02&quot;:13.94},{&quot;2026-07-03&quot;:13.94},{&quot;2026-07-04&quot;:13.94},{&quot;2026-07-05&quot;:13.98},{&quot;2026-07-06&quot;:14.07},{&quot;2026-07-07&quot;:14.76},{&quot;2026-07-08&quot;:14.76},{&quot;2026-07-09&quot;:14.76},{&quot;2026-07-10&quot;:14.76},{&quot;2026-07-11&quot;:14.69},{&quot;2026-07-12&quot;:14.69},{&quot;2026-07-13&quot;:14.69},{&quot;2026-07-14&quot;:14.69},{&quot;2026-07-15&quot;:14.79},{&quot;2026-07-16&quot;:14.87},{&quot;2026-07-17&quot;:14.87},{&quot;2026-07-18&quot;:14.87},{&quot;2026-07-19&quot;:15.0},{&quot;2026-07-20&quot;:15.08},{&quot;2026-07-21&quot;:15.1},{&quot;2026-07-23&quot;:15.1},{&quot;2026-07-25&quot;:15.1},{&quot;2026-07-26&quot;:15.1},{&quot;2026-07-27&quot;:15.1},{&quot;2026-07-29&quot;:15.25},{&quot;2026-07-30&quot;:15.25},{&quot;2026-07-31&quot;:15.25},{&quot;2026-08-01&quot;:15.25},{&quot;2026-08-02&quot;:15.25},{&quot;2026-08-03&quot;:15.53},{&quot;2026-08-04&quot;:15.53},{&quot;2026-08-05&quot;:16.32},{&quot;2026-08-07&quot;:16.32},{&quot;2026-08-08&quot;:16.32},{&quot;2026-08-09&quot;:16.32},{&quot;2026-08-10&quot;:16.32},{&quot;2026-08-11&quot;:16.32},{&quot;2026-08-12&quot;:16.32},{&quot;2026-08-13&quot;:16.32},{&quot;2026-08-14&quot;:16.32},{&quot;2026-08-15&quot;:17.29},{&quot;2026-08-16&quot;:17.65},{&quot;2026-08-17&quot;:17.65},{&quot;2026-08-18&quot;:17.65},{&quot;2026-08-19&quot;:17.26},{&quot;2026-08-20&quot;:17.26},{&quot;2026-08-21&quot;:17.26},{&quot;2026-08-22&quot;:17.63},{&quot;2026-08-23&quot;:18.01},{&quot;2026-08-24&quot;:18.01},{&quot;2026-08-25&quot;:18.01},{&quot;2026-08-26&quot;:18.01},{&quot;2026-08-27&quot;:18.01},{&quot;2026-08-28&quot;:18.01},{&quot;2026-08-29&quot;:18.01},{&quot;2026-08-30&quot;:18.01},{&quot;2026-08-31&quot;:18.01},{&quot;2026-09-01&quot;:18.01},{&quot;2026-09-02&quot;:18.01},{&quot;2026-09-03&quot;:18.01},{&quot;2026-09-04&quot;:17.67},{&quot;2026-09-05&quot;:17.67},{&quot;2026-09-06&quot;:17.67},{&quot;2026-09-07&quot;:17.67},{&quot;2026-09-08&quot;:17.67},{&quot;2026-09-09&quot;:17.67},{&quot;2026-09-10&quot;:19.39},{&quot;2026-09-11&quot;:20.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="112510"
  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-hob ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Queen of Dale" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/9/c977fb5f-4436-41d0-af68-93b6d05897e5.jpg?1784376948" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="The Queen of Dale" src="https://cards.scryfall.io/large/front/c/9/c977fb5f-4436-41d0-af68-93b6d05897e5.jpg?1784376948" />
    </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">
                $20.28
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $26.06
              </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">$20.50</span>
              <span class="text-xs text-grey-text">Credit: $26.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-07-25&quot;:49.99},{&quot;2026-07-26&quot;:49.99},{&quot;2026-07-27&quot;:49.99},{&quot;2026-07-28&quot;:49.99},{&quot;2026-07-29&quot;:49.99},{&quot;2026-07-30&quot;:49.99},{&quot;2026-07-31&quot;:49.99},{&quot;2026-08-01&quot;:49.99},{&quot;2026-08-02&quot;:58.5},{&quot;2026-08-03&quot;:58.5},{&quot;2026-08-04&quot;:48.24},{&quot;2026-08-05&quot;:36.94},{&quot;2026-08-07&quot;:23.96},{&quot;2026-08-08&quot;:22.64},{&quot;2026-08-09&quot;:23.34},{&quot;2026-08-10&quot;:24.22},{&quot;2026-08-11&quot;:26.86},{&quot;2026-08-12&quot;:27.07},{&quot;2026-08-13&quot;:26.8},{&quot;2026-08-14&quot;:27.52},{&quot;2026-08-15&quot;:20.85},{&quot;2026-08-16&quot;:21.06},{&quot;2026-08-17&quot;:22.78},{&quot;2026-08-18&quot;:23.0},{&quot;2026-08-19&quot;:25.82},{&quot;2026-08-20&quot;:27.26},{&quot;2026-08-21&quot;:28.39},{&quot;2026-08-22&quot;:28.05},{&quot;2026-08-23&quot;:28.2},{&quot;2026-08-24&quot;:27.84},{&quot;2026-08-25&quot;:28.21},{&quot;2026-08-26&quot;:28.62},{&quot;2026-08-27&quot;:28.35},{&quot;2026-08-28&quot;:28.44},{&quot;2026-08-29&quot;:28.44},{&quot;2026-08-30&quot;:27.5},{&quot;2026-08-31&quot;:27.01},{&quot;2026-09-01&quot;:27.64},{&quot;2026-09-02&quot;:26.82},{&quot;2026-09-03&quot;:27.11},{&quot;2026-09-04&quot;:27.24},{&quot;2026-09-05&quot;:26.64},{&quot;2026-09-06&quot;:26.07},{&quot;2026-09-07&quot;:27.41},{&quot;2026-09-08&quot;:27.88},{&quot;2026-09-09&quot;:28.13},{&quot;2026-09-10&quot;:27.35},{&quot;2026-09-11&quot;:26.06}],&quot;normal&quot;:[{&quot;2026-07-25&quot;:45.95},{&quot;2026-07-26&quot;:45.95},{&quot;2026-07-27&quot;:45.95},{&quot;2026-07-28&quot;:45.95},{&quot;2026-07-29&quot;:45.18},{&quot;2026-07-30&quot;:45.18},{&quot;2026-07-31&quot;:45.01},{&quot;2026-08-01&quot;:44.85},{&quot;2026-08-02&quot;:43.59},{&quot;2026-08-03&quot;:43.07},{&quot;2026-08-04&quot;:42.34},{&quot;2026-08-05&quot;:42.03},{&quot;2026-08-07&quot;:36.65},{&quot;2026-08-08&quot;:22.9},{&quot;2026-08-09&quot;:21.52},{&quot;2026-08-10&quot;:21.15},{&quot;2026-08-11&quot;:21.77},{&quot;2026-08-12&quot;:22.52},{&quot;2026-08-13&quot;:23.56},{&quot;2026-08-14&quot;:22.72},{&quot;2026-08-15&quot;:18.79},{&quot;2026-08-16&quot;:19.3},{&quot;2026-08-17&quot;:19.47},{&quot;2026-08-18&quot;:20.13},{&quot;2026-08-19&quot;:22.89},{&quot;2026-08-20&quot;:23.56},{&quot;2026-08-21&quot;:25.27},{&quot;2026-08-22&quot;:25.69},{&quot;2026-08-23&quot;:24.88},{&quot;2026-08-24&quot;:25.16},{&quot;2026-08-25&quot;:22.14},{&quot;2026-08-26&quot;:24.12},{&quot;2026-08-27&quot;:26.2},{&quot;2026-08-28&quot;:26.41},{&quot;2026-08-29&quot;:26.41},{&quot;2026-08-30&quot;:26.59},{&quot;2026-08-31&quot;:25.91},{&quot;2026-09-01&quot;:24.57},{&quot;2026-09-02&quot;:25.25},{&quot;2026-09-03&quot;:25.37},{&quot;2026-09-04&quot;:24.49},{&quot;2026-09-05&quot;:23.25},{&quot;2026-09-06&quot;:22.02},{&quot;2026-09-07&quot;:21.56},{&quot;2026-09-08&quot;:21.13},{&quot;2026-09-09&quot;:20.5},{&quot;2026-09-10&quot;:21.0},{&quot;2026-09-11&quot;:20.28}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="41706"
  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">
            Kodama of the West Tree
        </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-100 text-badge-text">
              ↓
              2%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kodama of the West Tree" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/f/ef1e1dff-b559-441d-8df3-b6a418066aca.jpg?1783923845" />

        <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">
            Kodama of the West Tree
        </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</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="Kodama of the West Tree" src="https://cards.scryfall.io/large/front/e/f/ef1e1dff-b559-441d-8df3-b6a418066aca.jpg?1783923845" />
    </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">
                $20.26
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:25.83},{&quot;2026-06-11&quot;:25.83},{&quot;2026-06-12&quot;:25.83},{&quot;2026-06-13&quot;:25.72},{&quot;2026-06-14&quot;:25.64},{&quot;2026-06-15&quot;:25.59},{&quot;2026-06-16&quot;:25.47},{&quot;2026-06-17&quot;:25.47},{&quot;2026-06-18&quot;:25.37},{&quot;2026-06-19&quot;:25.37},{&quot;2026-06-20&quot;:23.72},{&quot;2026-06-21&quot;:23.72},{&quot;2026-06-22&quot;:23.72},{&quot;2026-06-23&quot;:23.61},{&quot;2026-06-24&quot;:23.61},{&quot;2026-06-25&quot;:23.61},{&quot;2026-06-26&quot;:23.61},{&quot;2026-06-27&quot;:23.96},{&quot;2026-06-28&quot;:23.89},{&quot;2026-06-29&quot;:23.89},{&quot;2026-06-30&quot;:23.89},{&quot;2026-07-01&quot;:24.05},{&quot;2026-07-02&quot;:24.05},{&quot;2026-07-03&quot;:23.65},{&quot;2026-07-04&quot;:23.65},{&quot;2026-07-05&quot;:22.7},{&quot;2026-07-06&quot;:22.59},{&quot;2026-07-07&quot;:22.81},{&quot;2026-07-08&quot;:23.02},{&quot;2026-07-09&quot;:23.23},{&quot;2026-07-10&quot;:23.23},{&quot;2026-07-11&quot;:23.23},{&quot;2026-07-12&quot;:23.23},{&quot;2026-07-13&quot;:23.23},{&quot;2026-07-14&quot;:22.57},{&quot;2026-07-15&quot;:22.58},{&quot;2026-07-16&quot;:23.32},{&quot;2026-07-17&quot;:23.32},{&quot;2026-07-18&quot;:23.32},{&quot;2026-07-19&quot;:23.32},{&quot;2026-07-20&quot;:24.13},{&quot;2026-07-21&quot;:24.88},{&quot;2026-07-23&quot;:24.86},{&quot;2026-07-25&quot;:24.56},{&quot;2026-07-26&quot;:24.56},{&quot;2026-07-27&quot;:24.56},{&quot;2026-07-29&quot;:24.15},{&quot;2026-07-30&quot;:24.15},{&quot;2026-07-31&quot;:24.15},{&quot;2026-08-01&quot;:24.15},{&quot;2026-08-02&quot;:24.15},{&quot;2026-08-03&quot;:23.87},{&quot;2026-08-04&quot;:23.97},{&quot;2026-08-05&quot;:23.71},{&quot;2026-08-07&quot;:23.91},{&quot;2026-08-08&quot;:23.91},{&quot;2026-08-09&quot;:24.11},{&quot;2026-08-10&quot;:24.11},{&quot;2026-08-11&quot;:23.6},{&quot;2026-08-12&quot;:23.7},{&quot;2026-08-13&quot;:23.7},{&quot;2026-08-14&quot;:23.7},{&quot;2026-08-15&quot;:23.7},{&quot;2026-08-16&quot;:23.7},{&quot;2026-08-17&quot;:23.7},{&quot;2026-08-18&quot;:23.7},{&quot;2026-08-19&quot;:23.7},{&quot;2026-08-20&quot;:23.7},{&quot;2026-08-21&quot;:23.33},{&quot;2026-08-22&quot;:23.33},{&quot;2026-08-23&quot;:23.33},{&quot;2026-08-24&quot;:23.33},{&quot;2026-08-25&quot;:23.33},{&quot;2026-08-26&quot;:23.29},{&quot;2026-08-27&quot;:23.29},{&quot;2026-08-28&quot;:23.29},{&quot;2026-08-29&quot;:23.29},{&quot;2026-08-30&quot;:23.4},{&quot;2026-08-31&quot;:23.4},{&quot;2026-09-01&quot;:23.4},{&quot;2026-09-02&quot;:23.53},{&quot;2026-09-03&quot;:23.19},{&quot;2026-09-04&quot;:23.19},{&quot;2026-09-05&quot;:23.19},{&quot;2026-09-06&quot;:23.19},{&quot;2026-09-07&quot;:22.64},{&quot;2026-09-08&quot;:22.64},{&quot;2026-09-09&quot;:22.64},{&quot;2026-09-10&quot;:22.84},{&quot;2026-09-11&quot;:22.84}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:22.7},{&quot;2026-06-11&quot;:22.36},{&quot;2026-06-12&quot;:22.36},{&quot;2026-06-13&quot;:22.25},{&quot;2026-06-14&quot;:22.35},{&quot;2026-06-15&quot;:21.97},{&quot;2026-06-16&quot;:22.21},{&quot;2026-06-17&quot;:21.93},{&quot;2026-06-18&quot;:21.77},{&quot;2026-06-19&quot;:21.51},{&quot;2026-06-20&quot;:21.36},{&quot;2026-06-21&quot;:21.68},{&quot;2026-06-22&quot;:21.94},{&quot;2026-06-23&quot;:21.72},{&quot;2026-06-24&quot;:21.84},{&quot;2026-06-25&quot;:22.12},{&quot;2026-06-26&quot;:21.15},{&quot;2026-06-27&quot;:22.13},{&quot;2026-06-28&quot;:22.07},{&quot;2026-06-29&quot;:22.27},{&quot;2026-06-30&quot;:22.39},{&quot;2026-07-01&quot;:22.33},{&quot;2026-07-02&quot;:22.33},{&quot;2026-07-03&quot;:22.97},{&quot;2026-07-04&quot;:21.36},{&quot;2026-07-05&quot;:21.47},{&quot;2026-07-06&quot;:21.26},{&quot;2026-07-07&quot;:20.58},{&quot;2026-07-08&quot;:20.45},{&quot;2026-07-09&quot;:19.95},{&quot;2026-07-10&quot;:19.77},{&quot;2026-07-11&quot;:19.99},{&quot;2026-07-12&quot;:21.13},{&quot;2026-07-13&quot;:20.77},{&quot;2026-07-14&quot;:21.85},{&quot;2026-07-15&quot;:21.86},{&quot;2026-07-16&quot;:21.84},{&quot;2026-07-17&quot;:23.04},{&quot;2026-07-18&quot;:23.98},{&quot;2026-07-19&quot;:24.13},{&quot;2026-07-20&quot;:24.24},{&quot;2026-07-21&quot;:24.26},{&quot;2026-07-23&quot;:23.8},{&quot;2026-07-25&quot;:24.18},{&quot;2026-07-26&quot;:22.73},{&quot;2026-07-27&quot;:22.37},{&quot;2026-07-29&quot;:21.71},{&quot;2026-07-30&quot;:21.63},{&quot;2026-07-31&quot;:20.99},{&quot;2026-08-01&quot;:20.99},{&quot;2026-08-02&quot;:20.96},{&quot;2026-08-03&quot;:21.0},{&quot;2026-08-04&quot;:20.78},{&quot;2026-08-05&quot;:20.28},{&quot;2026-08-07&quot;:21.05},{&quot;2026-08-08&quot;:20.94},{&quot;2026-08-09&quot;:21.19},{&quot;2026-08-10&quot;:21.25},{&quot;2026-08-11&quot;:21.25},{&quot;2026-08-12&quot;:21.01},{&quot;2026-08-13&quot;:21.05},{&quot;2026-08-14&quot;:21.32},{&quot;2026-08-15&quot;:21.23},{&quot;2026-08-16&quot;:21.2},{&quot;2026-08-17&quot;:21.08},{&quot;2026-08-18&quot;:20.51},{&quot;2026-08-19&quot;:20.67},{&quot;2026-08-20&quot;:20.67},{&quot;2026-08-21&quot;:20.54},{&quot;2026-08-22&quot;:20.19},{&quot;2026-08-23&quot;:20.24},{&quot;2026-08-24&quot;:20.44},{&quot;2026-08-25&quot;:20.44},{&quot;2026-08-26&quot;:20.26},{&quot;2026-08-27&quot;:20.28},{&quot;2026-08-28&quot;:20.28},{&quot;2026-08-29&quot;:20.28},{&quot;2026-08-30&quot;:20.49},{&quot;2026-08-31&quot;:20.66},{&quot;2026-09-01&quot;:20.66},{&quot;2026-09-02&quot;:20.68},{&quot;2026-09-03&quot;:20.67},{&quot;2026-09-04&quot;:20.88},{&quot;2026-09-05&quot;:20.57},{&quot;2026-09-06&quot;:20.8},{&quot;2026-09-07&quot;:20.48},{&quot;2026-09-08&quot;:20.24},{&quot;2026-09-09&quot;:20.26},{&quot;2026-09-10&quot;:20.17},{&quot;2026-09-11&quot;:20.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Emrakul, the Aeons Torn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/4/249db4d4-2542-47ee-a216-e13ffbc2319c.jpg?1783921940" />

        <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">
            Emrakul, the Aeons Torn
        </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 — Eldrazi</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-15'></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="Emrakul, the Aeons Torn" src="https://cards.scryfall.io/large/front/2/4/249db4d4-2542-47ee-a216-e13ffbc2319c.jpg?1783921940" />
    </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">
                $20.22
              </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">
                $22.05
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:20.26},{&quot;2026-06-14&quot;:20.26},{&quot;2026-06-15&quot;:20.37},{&quot;2026-06-16&quot;:20.37},{&quot;2026-06-17&quot;:20.37},{&quot;2026-06-18&quot;:20.37},{&quot;2026-06-19&quot;:20.37},{&quot;2026-06-20&quot;:20.37},{&quot;2026-06-21&quot;:20.37},{&quot;2026-06-22&quot;:20.37},{&quot;2026-06-23&quot;:20.37},{&quot;2026-06-24&quot;:20.37},{&quot;2026-06-25&quot;:20.58},{&quot;2026-06-26&quot;:20.58},{&quot;2026-06-27&quot;:20.58},{&quot;2026-06-28&quot;:20.58},{&quot;2026-06-29&quot;:20.58},{&quot;2026-06-30&quot;:20.8},{&quot;2026-07-01&quot;:20.8},{&quot;2026-07-02&quot;:20.88},{&quot;2026-07-03&quot;:20.88},{&quot;2026-07-04&quot;:20.88},{&quot;2026-07-05&quot;:20.88},{&quot;2026-07-06&quot;:20.88},{&quot;2026-07-07&quot;:20.88},{&quot;2026-07-08&quot;:20.88},{&quot;2026-07-09&quot;:20.88},{&quot;2026-07-10&quot;:20.88},{&quot;2026-07-11&quot;:20.88},{&quot;2026-07-12&quot;:20.88},{&quot;2026-07-13&quot;:20.88},{&quot;2026-07-14&quot;:20.88},{&quot;2026-07-15&quot;:20.88},{&quot;2026-07-16&quot;:20.88},{&quot;2026-07-17&quot;:20.88},{&quot;2026-07-18&quot;:20.88},{&quot;2026-07-19&quot;:20.88},{&quot;2026-07-20&quot;:20.88},{&quot;2026-07-21&quot;:20.88},{&quot;2026-07-22&quot;:21.04},{&quot;2026-07-23&quot;:21.34},{&quot;2026-07-24&quot;:21.34},{&quot;2026-07-25&quot;:21.34},{&quot;2026-07-26&quot;:21.34},{&quot;2026-07-27&quot;:21.34},{&quot;2026-07-28&quot;:21.34},{&quot;2026-07-29&quot;:21.34},{&quot;2026-07-30&quot;:21.34},{&quot;2026-07-31&quot;:21.34},{&quot;2026-08-01&quot;:21.34},{&quot;2026-08-02&quot;:21.34},{&quot;2026-08-03&quot;:21.48},{&quot;2026-08-04&quot;:21.48},{&quot;2026-08-05&quot;:21.48},{&quot;2026-08-07&quot;:21.64},{&quot;2026-08-08&quot;:21.59},{&quot;2026-08-09&quot;:21.85},{&quot;2026-08-10&quot;:22.24},{&quot;2026-08-11&quot;:22.24},{&quot;2026-08-12&quot;:22.24},{&quot;2026-08-13&quot;:22.24},{&quot;2026-08-14&quot;:22.24},{&quot;2026-08-15&quot;:22.24},{&quot;2026-08-16&quot;:22.2},{&quot;2026-08-17&quot;:22.2},{&quot;2026-08-18&quot;:22.2},{&quot;2026-08-19&quot;:22.2},{&quot;2026-08-20&quot;:22.2},{&quot;2026-08-21&quot;:22.2},{&quot;2026-08-22&quot;:22.2},{&quot;2026-08-23&quot;:22.2},{&quot;2026-08-24&quot;:22.2},{&quot;2026-08-25&quot;:22.2},{&quot;2026-08-26&quot;:22.2},{&quot;2026-08-27&quot;:22.2},{&quot;2026-08-28&quot;:22.2},{&quot;2026-08-29&quot;:22.2},{&quot;2026-08-30&quot;:22.22},{&quot;2026-08-31&quot;:22.22},{&quot;2026-09-01&quot;:22.22},{&quot;2026-09-02&quot;:22.22},{&quot;2026-09-03&quot;:22.19},{&quot;2026-09-04&quot;:22.19},{&quot;2026-09-05&quot;:22.03},{&quot;2026-09-06&quot;:22.03},{&quot;2026-09-07&quot;:22.09},{&quot;2026-09-08&quot;:22.09},{&quot;2026-09-09&quot;:22.05},{&quot;2026-09-10&quot;:22.05},{&quot;2026-09-11&quot;:22.05}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:20.6},{&quot;2026-06-14&quot;:20.48},{&quot;2026-06-15&quot;:20.36},{&quot;2026-06-16&quot;:20.12},{&quot;2026-06-17&quot;:19.93},{&quot;2026-06-18&quot;:19.93},{&quot;2026-06-19&quot;:19.93},{&quot;2026-06-20&quot;:19.61},{&quot;2026-06-21&quot;:19.61},{&quot;2026-06-22&quot;:19.61},{&quot;2026-06-23&quot;:19.75},{&quot;2026-06-24&quot;:19.5},{&quot;2026-06-25&quot;:19.53},{&quot;2026-06-26&quot;:19.53},{&quot;2026-06-27&quot;:19.94},{&quot;2026-06-28&quot;:19.94},{&quot;2026-06-29&quot;:20.16},{&quot;2026-06-30&quot;:20.16},{&quot;2026-07-01&quot;:20.33},{&quot;2026-07-02&quot;:20.41},{&quot;2026-07-03&quot;:20.2},{&quot;2026-07-04&quot;:20.41},{&quot;2026-07-05&quot;:20.38},{&quot;2026-07-06&quot;:20.44},{&quot;2026-07-07&quot;:20.57},{&quot;2026-07-08&quot;:20.7},{&quot;2026-07-09&quot;:20.54},{&quot;2026-07-10&quot;:20.64},{&quot;2026-07-11&quot;:20.71},{&quot;2026-07-12&quot;:20.71},{&quot;2026-07-13&quot;:20.51},{&quot;2026-07-14&quot;:20.49},{&quot;2026-07-15&quot;:20.35},{&quot;2026-07-16&quot;:20.35},{&quot;2026-07-17&quot;:20.13},{&quot;2026-07-18&quot;:20.13},{&quot;2026-07-19&quot;:20.16},{&quot;2026-07-20&quot;:20.16},{&quot;2026-07-21&quot;:20.17},{&quot;2026-07-22&quot;:20.17},{&quot;2026-07-23&quot;:20.49},{&quot;2026-07-24&quot;:20.65},{&quot;2026-07-25&quot;:20.65},{&quot;2026-07-26&quot;:21.17},{&quot;2026-07-27&quot;:21.17},{&quot;2026-07-28&quot;:21.42},{&quot;2026-07-29&quot;:21.42},{&quot;2026-07-30&quot;:21.43},{&quot;2026-07-31&quot;:21.36},{&quot;2026-08-01&quot;:21.22},{&quot;2026-08-02&quot;:21.22},{&quot;2026-08-03&quot;:21.42},{&quot;2026-08-04&quot;:21.51},{&quot;2026-08-05&quot;:21.5},{&quot;2026-08-07&quot;:21.55},{&quot;2026-08-08&quot;:21.5},{&quot;2026-08-09&quot;:21.47},{&quot;2026-08-10&quot;:22.17},{&quot;2026-08-11&quot;:22.17},{&quot;2026-08-12&quot;:22.17},{&quot;2026-08-13&quot;:22.17},{&quot;2026-08-14&quot;:22.17},{&quot;2026-08-15&quot;:22.4},{&quot;2026-08-16&quot;:22.4},{&quot;2026-08-17&quot;:22.4},{&quot;2026-08-18&quot;:22.4},{&quot;2026-08-19&quot;:22.4},{&quot;2026-08-20&quot;:22.22},{&quot;2026-08-21&quot;:22.22},{&quot;2026-08-22&quot;:22.22},{&quot;2026-08-23&quot;:22.22},{&quot;2026-08-24&quot;:22.22},{&quot;2026-08-25&quot;:22.22},{&quot;2026-08-26&quot;:21.91},{&quot;2026-08-27&quot;:21.79},{&quot;2026-08-28&quot;:21.52},{&quot;2026-08-29&quot;:21.52},{&quot;2026-08-30&quot;:21.52},{&quot;2026-08-31&quot;:21.24},{&quot;2026-09-01&quot;:20.9},{&quot;2026-09-02&quot;:20.9},{&quot;2026-09-03&quot;:20.9},{&quot;2026-09-04&quot;:20.9},{&quot;2026-09-05&quot;:20.9},{&quot;2026-09-06&quot;:20.61},{&quot;2026-09-07&quot;:20.64},{&quot;2026-09-08&quot;:20.46},{&quot;2026-09-09&quot;:20.36},{&quot;2026-09-10&quot;:20.22},{&quot;2026-09-11&quot;:20.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Icetill Explorer
        </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 — Insect Scout</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Icetill Explorer" src="https://cards.scryfall.io/large/front/d/9/d9482aab-6ddf-48e1-84fa-b13d5ff81e69.jpg?1783905935" />
    </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">
                $20.19
              </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">
                $19.62
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</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;:20.68},{&quot;2026-06-13&quot;:20.38},{&quot;2026-06-14&quot;:20.38},{&quot;2026-06-15&quot;:20.38},{&quot;2026-06-16&quot;:19.9},{&quot;2026-06-17&quot;:20.02},{&quot;2026-06-18&quot;:19.86},{&quot;2026-06-19&quot;:19.91},{&quot;2026-06-20&quot;:19.27},{&quot;2026-06-21&quot;:19.12},{&quot;2026-06-22&quot;:19.04},{&quot;2026-06-23&quot;:19.04},{&quot;2026-06-24&quot;:18.92},{&quot;2026-06-25&quot;:18.66},{&quot;2026-06-26&quot;:18.52},{&quot;2026-06-27&quot;:18.47},{&quot;2026-06-28&quot;:18.28},{&quot;2026-06-29&quot;:18.14},{&quot;2026-06-30&quot;:18.14},{&quot;2026-07-01&quot;:18.14},{&quot;2026-07-02&quot;:18.16},{&quot;2026-07-03&quot;:17.59},{&quot;2026-07-04&quot;:17.87},{&quot;2026-07-05&quot;:17.56},{&quot;2026-07-06&quot;:17.37},{&quot;2026-07-07&quot;:17.07},{&quot;2026-07-08&quot;:16.78},{&quot;2026-07-09&quot;:16.49},{&quot;2026-07-10&quot;:16.03},{&quot;2026-07-11&quot;:16.0},{&quot;2026-07-12&quot;:16.0},{&quot;2026-07-13&quot;:15.98},{&quot;2026-07-14&quot;:16.2},{&quot;2026-07-15&quot;:16.2},{&quot;2026-07-16&quot;:16.11},{&quot;2026-07-17&quot;:16.02},{&quot;2026-07-18&quot;:16.05},{&quot;2026-07-19&quot;:16.05},{&quot;2026-07-20&quot;:16.0},{&quot;2026-07-21&quot;:15.97},{&quot;2026-07-23&quot;:15.73},{&quot;2026-07-24&quot;:15.65},{&quot;2026-07-25&quot;:15.54},{&quot;2026-07-26&quot;:15.39},{&quot;2026-07-27&quot;:15.31},{&quot;2026-07-28&quot;:15.16},{&quot;2026-07-29&quot;:15.45},{&quot;2026-07-30&quot;:16.13},{&quot;2026-07-31&quot;:16.09},{&quot;2026-08-01&quot;:16.09},{&quot;2026-08-02&quot;:16.1},{&quot;2026-08-03&quot;:15.98},{&quot;2026-08-04&quot;:16.23},{&quot;2026-08-05&quot;:15.96},{&quot;2026-08-07&quot;:15.82},{&quot;2026-08-08&quot;:15.99},{&quot;2026-08-09&quot;:16.06},{&quot;2026-08-10&quot;:16.27},{&quot;2026-08-11&quot;:16.29},{&quot;2026-08-12&quot;:16.15},{&quot;2026-08-13&quot;:16.55},{&quot;2026-08-14&quot;:16.5},{&quot;2026-08-15&quot;:16.85},{&quot;2026-08-16&quot;:17.13},{&quot;2026-08-17&quot;:17.81},{&quot;2026-08-18&quot;:18.07},{&quot;2026-08-19&quot;:18.52},{&quot;2026-08-20&quot;:18.52},{&quot;2026-08-21&quot;:18.31},{&quot;2026-08-22&quot;:18.82},{&quot;2026-08-23&quot;:18.82},{&quot;2026-08-24&quot;:18.87},{&quot;2026-08-25&quot;:19.14},{&quot;2026-08-26&quot;:18.96},{&quot;2026-08-27&quot;:19.09},{&quot;2026-08-28&quot;:19.5},{&quot;2026-08-29&quot;:19.5},{&quot;2026-08-30&quot;:19.87},{&quot;2026-08-31&quot;:19.74},{&quot;2026-09-01&quot;:19.81},{&quot;2026-09-02&quot;:19.74},{&quot;2026-09-03&quot;:19.73},{&quot;2026-09-04&quot;:19.78},{&quot;2026-09-05&quot;:19.78},{&quot;2026-09-06&quot;:19.78},{&quot;2026-09-07&quot;:19.79},{&quot;2026-09-08&quot;:20.12},{&quot;2026-09-09&quot;:20.24},{&quot;2026-09-10&quot;:19.97},{&quot;2026-09-11&quot;:19.62}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:16.82},{&quot;2026-06-13&quot;:17.29},{&quot;2026-06-14&quot;:16.5},{&quot;2026-06-15&quot;:16.21},{&quot;2026-06-16&quot;:16.6},{&quot;2026-06-17&quot;:16.13},{&quot;2026-06-18&quot;:15.82},{&quot;2026-06-19&quot;:15.59},{&quot;2026-06-20&quot;:15.93},{&quot;2026-06-21&quot;:16.33},{&quot;2026-06-22&quot;:15.81},{&quot;2026-06-23&quot;:15.84},{&quot;2026-06-24&quot;:16.13},{&quot;2026-06-25&quot;:16.05},{&quot;2026-06-26&quot;:15.73},{&quot;2026-06-27&quot;:15.36},{&quot;2026-06-28&quot;:15.6},{&quot;2026-06-29&quot;:15.26},{&quot;2026-06-30&quot;:14.35},{&quot;2026-07-01&quot;:15.14},{&quot;2026-07-02&quot;:14.35},{&quot;2026-07-03&quot;:14.19},{&quot;2026-07-04&quot;:14.78},{&quot;2026-07-05&quot;:13.84},{&quot;2026-07-06&quot;:14.69},{&quot;2026-07-07&quot;:15.1},{&quot;2026-07-08&quot;:15.22},{&quot;2026-07-09&quot;:14.85},{&quot;2026-07-10&quot;:13.37},{&quot;2026-07-11&quot;:13.6},{&quot;2026-07-12&quot;:14.77},{&quot;2026-07-13&quot;:14.03},{&quot;2026-07-14&quot;:13.93},{&quot;2026-07-15&quot;:13.62},{&quot;2026-07-16&quot;:13.72},{&quot;2026-07-17&quot;:13.72},{&quot;2026-07-18&quot;:13.26},{&quot;2026-07-19&quot;:14.4},{&quot;2026-07-20&quot;:14.19},{&quot;2026-07-21&quot;:14.82},{&quot;2026-07-23&quot;:14.38},{&quot;2026-07-24&quot;:14.15},{&quot;2026-07-25&quot;:14.1},{&quot;2026-07-26&quot;:13.93},{&quot;2026-07-27&quot;:14.5},{&quot;2026-07-28&quot;:14.78},{&quot;2026-07-29&quot;:14.86},{&quot;2026-07-30&quot;:15.19},{&quot;2026-07-31&quot;:16.6},{&quot;2026-08-01&quot;:16.12},{&quot;2026-08-02&quot;:15.43},{&quot;2026-08-03&quot;:15.61},{&quot;2026-08-04&quot;:14.95},{&quot;2026-08-05&quot;:14.85},{&quot;2026-08-07&quot;:15.56},{&quot;2026-08-08&quot;:16.04},{&quot;2026-08-09&quot;:16.85},{&quot;2026-08-10&quot;:17.8},{&quot;2026-08-11&quot;:17.35},{&quot;2026-08-12&quot;:15.4},{&quot;2026-08-13&quot;:16.43},{&quot;2026-08-14&quot;:17.41},{&quot;2026-08-15&quot;:16.56},{&quot;2026-08-16&quot;:16.59},{&quot;2026-08-17&quot;:18.89},{&quot;2026-08-18&quot;:19.04},{&quot;2026-08-19&quot;:17.68},{&quot;2026-08-20&quot;:17.68},{&quot;2026-08-21&quot;:16.25},{&quot;2026-08-22&quot;:17.3},{&quot;2026-08-23&quot;:17.55},{&quot;2026-08-24&quot;:18.57},{&quot;2026-08-25&quot;:18.95},{&quot;2026-08-26&quot;:16.98},{&quot;2026-08-27&quot;:16.76},{&quot;2026-08-28&quot;:18.05},{&quot;2026-08-29&quot;:18.05},{&quot;2026-08-30&quot;:22.01},{&quot;2026-08-31&quot;:20.22},{&quot;2026-09-01&quot;:19.62},{&quot;2026-09-02&quot;:19.88},{&quot;2026-09-03&quot;:20.14},{&quot;2026-09-04&quot;:19.79},{&quot;2026-09-05&quot;:18.66},{&quot;2026-09-06&quot;:17.97},{&quot;2026-09-07&quot;:18.3},{&quot;2026-09-08&quot;:19.6},{&quot;2026-09-09&quot;:18.4},{&quot;2026-09-10&quot;:19.62},{&quot;2026-09-11&quot;:20.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Surrak and Goreclaw
        </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 Bear</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="Surrak and Goreclaw" src="https://cards.scryfall.io/large/front/9/c/9c10934d-9016-43c4-a7ab-56cc7d8f671f.jpg?1783916899" />
    </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">
                $20.04
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:22.32},{&quot;2026-06-10&quot;:22.32},{&quot;2026-06-11&quot;:22.32},{&quot;2026-06-12&quot;:22.32},{&quot;2026-06-13&quot;:22.32},{&quot;2026-06-14&quot;:22.32},{&quot;2026-06-15&quot;:22.32},{&quot;2026-06-16&quot;:22.32},{&quot;2026-06-17&quot;:22.32},{&quot;2026-06-18&quot;:22.32},{&quot;2026-06-19&quot;:21.72},{&quot;2026-06-20&quot;:21.72},{&quot;2026-06-21&quot;:21.72},{&quot;2026-06-22&quot;:21.72},{&quot;2026-06-24&quot;:21.92},{&quot;2026-06-25&quot;:21.92},{&quot;2026-06-26&quot;:21.92},{&quot;2026-06-27&quot;:21.92},{&quot;2026-06-28&quot;:21.92},{&quot;2026-06-29&quot;:21.92},{&quot;2026-06-30&quot;:21.92},{&quot;2026-07-01&quot;:23.2},{&quot;2026-07-02&quot;:23.2},{&quot;2026-07-03&quot;:23.2},{&quot;2026-07-04&quot;:23.2},{&quot;2026-07-05&quot;:23.2},{&quot;2026-07-06&quot;:23.2},{&quot;2026-07-07&quot;:23.2},{&quot;2026-07-08&quot;:23.2},{&quot;2026-07-09&quot;:23.2},{&quot;2026-07-10&quot;:23.2},{&quot;2026-07-11&quot;:23.2},{&quot;2026-07-12&quot;:23.2},{&quot;2026-07-13&quot;:23.2},{&quot;2026-07-14&quot;:23.2},{&quot;2026-07-15&quot;:23.45},{&quot;2026-07-16&quot;:23.45},{&quot;2026-07-17&quot;:23.96},{&quot;2026-07-18&quot;:23.96},{&quot;2026-07-19&quot;:23.96},{&quot;2026-07-20&quot;:23.96},{&quot;2026-07-21&quot;:24.0},{&quot;2026-07-23&quot;:24.0},{&quot;2026-07-25&quot;:24.0},{&quot;2026-07-26&quot;:24.0},{&quot;2026-07-27&quot;:24.0},{&quot;2026-07-29&quot;:24.0},{&quot;2026-07-30&quot;:24.0},{&quot;2026-07-31&quot;:24.0},{&quot;2026-08-01&quot;:24.0},{&quot;2026-08-02&quot;:24.08},{&quot;2026-08-03&quot;:24.08},{&quot;2026-08-04&quot;:24.08},{&quot;2026-08-05&quot;:24.1},{&quot;2026-08-07&quot;:24.1},{&quot;2026-08-08&quot;:24.1},{&quot;2026-08-09&quot;:24.1},{&quot;2026-08-10&quot;:24.1},{&quot;2026-08-11&quot;:24.1},{&quot;2026-08-12&quot;:24.1},{&quot;2026-08-13&quot;:24.27},{&quot;2026-08-14&quot;:24.27},{&quot;2026-08-15&quot;:24.27},{&quot;2026-08-16&quot;:24.41},{&quot;2026-08-17&quot;:25.55},{&quot;2026-08-18&quot;:26.17},{&quot;2026-08-19&quot;:26.17},{&quot;2026-08-20&quot;:26.17},{&quot;2026-08-21&quot;:26.71},{&quot;2026-08-22&quot;:26.71},{&quot;2026-08-23&quot;:26.71},{&quot;2026-08-24&quot;:26.71},{&quot;2026-08-25&quot;:26.71},{&quot;2026-08-26&quot;:26.75},{&quot;2026-08-27&quot;:26.75},{&quot;2026-08-28&quot;:26.75},{&quot;2026-08-29&quot;:26.75},{&quot;2026-08-30&quot;:26.75},{&quot;2026-08-31&quot;:26.75},{&quot;2026-09-01&quot;:26.75},{&quot;2026-09-02&quot;:26.75},{&quot;2026-09-03&quot;:26.75},{&quot;2026-09-04&quot;:26.75},{&quot;2026-09-05&quot;:26.94},{&quot;2026-09-06&quot;:27.19},{&quot;2026-09-07&quot;:27.19},{&quot;2026-09-08&quot;:27.41},{&quot;2026-09-09&quot;:27.41},{&quot;2026-09-10&quot;:27.67},{&quot;2026-09-11&quot;:27.67}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:11.28},{&quot;2026-06-10&quot;:11.51},{&quot;2026-06-11&quot;:11.55},{&quot;2026-06-12&quot;:11.55},{&quot;2026-06-13&quot;:11.54},{&quot;2026-06-14&quot;:11.54},{&quot;2026-06-15&quot;:11.54},{&quot;2026-06-16&quot;:11.59},{&quot;2026-06-17&quot;:11.59},{&quot;2026-06-18&quot;:11.59},{&quot;2026-06-19&quot;:11.22},{&quot;2026-06-20&quot;:11.2},{&quot;2026-06-21&quot;:11.12},{&quot;2026-06-22&quot;:11.02},{&quot;2026-06-24&quot;:10.66},{&quot;2026-06-25&quot;:10.24},{&quot;2026-06-26&quot;:8.93},{&quot;2026-06-27&quot;:9.19},{&quot;2026-06-28&quot;:8.4},{&quot;2026-06-29&quot;:8.21},{&quot;2026-06-30&quot;:8.65},{&quot;2026-07-01&quot;:8.78},{&quot;2026-07-02&quot;:8.76},{&quot;2026-07-03&quot;:8.77},{&quot;2026-07-04&quot;:8.83},{&quot;2026-07-05&quot;:8.9},{&quot;2026-07-06&quot;:8.99},{&quot;2026-07-07&quot;:8.96},{&quot;2026-07-08&quot;:9.01},{&quot;2026-07-09&quot;:8.95},{&quot;2026-07-10&quot;:9.3},{&quot;2026-07-11&quot;:9.21},{&quot;2026-07-12&quot;:9.23},{&quot;2026-07-13&quot;:9.32},{&quot;2026-07-14&quot;:9.32},{&quot;2026-07-15&quot;:9.28},{&quot;2026-07-16&quot;:8.76},{&quot;2026-07-17&quot;:8.8},{&quot;2026-07-18&quot;:8.73},{&quot;2026-07-19&quot;:8.95},{&quot;2026-07-20&quot;:9.22},{&quot;2026-07-21&quot;:9.67},{&quot;2026-07-23&quot;:10.0},{&quot;2026-07-25&quot;:10.12},{&quot;2026-07-26&quot;:10.17},{&quot;2026-07-27&quot;:10.14},{&quot;2026-07-29&quot;:10.42},{&quot;2026-07-30&quot;:10.52},{&quot;2026-07-31&quot;:10.66},{&quot;2026-08-01&quot;:10.65},{&quot;2026-08-02&quot;:10.59},{&quot;2026-08-03&quot;:10.61},{&quot;2026-08-04&quot;:10.87},{&quot;2026-08-05&quot;:11.08},{&quot;2026-08-07&quot;:11.3},{&quot;2026-08-08&quot;:11.4},{&quot;2026-08-09&quot;:11.8},{&quot;2026-08-10&quot;:11.85},{&quot;2026-08-11&quot;:11.97},{&quot;2026-08-12&quot;:12.2},{&quot;2026-08-13&quot;:12.66},{&quot;2026-08-14&quot;:13.48},{&quot;2026-08-15&quot;:13.99},{&quot;2026-08-16&quot;:14.68},{&quot;2026-08-17&quot;:15.96},{&quot;2026-08-18&quot;:15.56},{&quot;2026-08-19&quot;:14.32},{&quot;2026-08-20&quot;:14.32},{&quot;2026-08-21&quot;:15.58},{&quot;2026-08-22&quot;:15.87},{&quot;2026-08-23&quot;:16.5},{&quot;2026-08-24&quot;:17.48},{&quot;2026-08-25&quot;:17.48},{&quot;2026-08-26&quot;:17.74},{&quot;2026-08-27&quot;:18.05},{&quot;2026-08-28&quot;:18.66},{&quot;2026-08-29&quot;:18.66},{&quot;2026-08-30&quot;:19.39},{&quot;2026-08-31&quot;:20.73},{&quot;2026-09-01&quot;:20.73},{&quot;2026-09-02&quot;:22.72},{&quot;2026-09-03&quot;:22.51},{&quot;2026-09-04&quot;:22.58},{&quot;2026-09-05&quot;:21.87},{&quot;2026-09-06&quot;:21.48},{&quot;2026-09-07&quot;:21.72},{&quot;2026-09-08&quot;:21.5},{&quot;2026-09-09&quot;:20.35},{&quot;2026-09-10&quot;:20.09},{&quot;2026-09-11&quot;:20.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="9869"
  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">
            Unwinding Clock
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Unwinding Clock" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c3fd1a59-4ade-459f-90d2-1fc67d6d1384.jpg?1783934255" />

        <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">
            Unwinding Clock
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Unwinding Clock" src="https://cards.scryfall.io/large/front/c/3/c3fd1a59-4ade-459f-90d2-1fc67d6d1384.jpg?1783934255" />
    </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">
                $19.90
              </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">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</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;:20.38},{&quot;2026-06-12&quot;:20.7},{&quot;2026-06-13&quot;:20.7},{&quot;2026-06-14&quot;:20.7},{&quot;2026-06-15&quot;:20.64},{&quot;2026-06-16&quot;:20.7},{&quot;2026-06-17&quot;:20.25},{&quot;2026-06-18&quot;:20.25},{&quot;2026-06-19&quot;:20.26},{&quot;2026-06-20&quot;:20.39},{&quot;2026-06-21&quot;:20.39},{&quot;2026-06-22&quot;:20.5},{&quot;2026-06-23&quot;:20.61},{&quot;2026-06-24&quot;:20.61},{&quot;2026-06-25&quot;:20.25},{&quot;2026-06-26&quot;:20.19},{&quot;2026-06-27&quot;:19.78},{&quot;2026-06-28&quot;:19.78},{&quot;2026-06-29&quot;:19.35},{&quot;2026-06-30&quot;:19.35},{&quot;2026-07-01&quot;:18.96},{&quot;2026-07-02&quot;:18.92},{&quot;2026-07-03&quot;:18.8},{&quot;2026-07-04&quot;:18.79},{&quot;2026-07-05&quot;:18.61},{&quot;2026-07-06&quot;:18.47},{&quot;2026-07-07&quot;:18.48},{&quot;2026-07-08&quot;:18.71},{&quot;2026-07-09&quot;:18.73},{&quot;2026-07-10&quot;:18.77},{&quot;2026-07-11&quot;:18.76},{&quot;2026-07-12&quot;:18.76},{&quot;2026-07-13&quot;:18.76},{&quot;2026-07-14&quot;:18.76},{&quot;2026-07-15&quot;:18.76},{&quot;2026-07-16&quot;:18.76},{&quot;2026-07-17&quot;:18.72},{&quot;2026-07-18&quot;:18.75},{&quot;2026-07-19&quot;:18.71},{&quot;2026-07-20&quot;:18.87},{&quot;2026-07-21&quot;:18.9},{&quot;2026-07-23&quot;:18.91},{&quot;2026-07-25&quot;:18.9},{&quot;2026-07-26&quot;:19.01},{&quot;2026-07-27&quot;:19.01},{&quot;2026-07-28&quot;:18.98},{&quot;2026-07-29&quot;:19.04},{&quot;2026-07-30&quot;:19.11},{&quot;2026-07-31&quot;:19.08},{&quot;2026-08-01&quot;:19.07},{&quot;2026-08-02&quot;:19.11},{&quot;2026-08-03&quot;:19.11},{&quot;2026-08-04&quot;:19.11},{&quot;2026-08-05&quot;:18.99},{&quot;2026-08-07&quot;:18.95},{&quot;2026-08-08&quot;:18.91},{&quot;2026-08-09&quot;:18.77},{&quot;2026-08-10&quot;:18.74},{&quot;2026-08-11&quot;:18.7},{&quot;2026-08-12&quot;:18.93},{&quot;2026-08-13&quot;:18.93},{&quot;2026-08-14&quot;:18.93},{&quot;2026-08-15&quot;:18.93},{&quot;2026-08-16&quot;:19.09},{&quot;2026-08-17&quot;:19.12},{&quot;2026-08-18&quot;:19.08},{&quot;2026-08-19&quot;:19.08},{&quot;2026-08-20&quot;:19.08},{&quot;2026-08-21&quot;:19.12},{&quot;2026-08-22&quot;:19.17},{&quot;2026-08-23&quot;:19.17},{&quot;2026-08-24&quot;:19.17},{&quot;2026-08-25&quot;:19.17},{&quot;2026-08-26&quot;:19.17},{&quot;2026-08-27&quot;:19.06},{&quot;2026-08-28&quot;:19.05},{&quot;2026-08-29&quot;:19.05},{&quot;2026-08-30&quot;:19.34},{&quot;2026-08-31&quot;:19.34},{&quot;2026-09-01&quot;:19.34},{&quot;2026-09-02&quot;:19.46},{&quot;2026-09-03&quot;:19.46},{&quot;2026-09-04&quot;:19.49},{&quot;2026-09-05&quot;:19.57},{&quot;2026-09-06&quot;:19.71},{&quot;2026-09-07&quot;:19.78},{&quot;2026-09-08&quot;:19.79},{&quot;2026-09-09&quot;:19.79},{&quot;2026-09-10&quot;:19.8},{&quot;2026-09-11&quot;:19.9}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="95502"
  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">
            Yuna, Hope of Spira
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Yuna, Hope of Spira" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8f861d59-f2ce-457f-99f4-48b12ae34fa2.jpg?1783906499" />

        <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">
            Yuna, Hope of Spira
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Yuna, Hope of Spira" src="https://cards.scryfall.io/large/front/8/f/8f861d59-f2ce-457f-99f4-48b12ae34fa2.jpg?1783906499" />
    </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">
                $19.77
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:22.81},{&quot;2026-06-14&quot;:22.99},{&quot;2026-06-15&quot;:23.18},{&quot;2026-06-16&quot;:23.21},{&quot;2026-06-17&quot;:23.3},{&quot;2026-06-18&quot;:23.14},{&quot;2026-06-19&quot;:23.14},{&quot;2026-06-20&quot;:22.96},{&quot;2026-06-21&quot;:22.96},{&quot;2026-06-22&quot;:22.96},{&quot;2026-06-23&quot;:22.97},{&quot;2026-06-24&quot;:22.83},{&quot;2026-06-25&quot;:22.67},{&quot;2026-06-26&quot;:22.67},{&quot;2026-06-27&quot;:22.42},{&quot;2026-06-28&quot;:22.62},{&quot;2026-06-29&quot;:22.62},{&quot;2026-06-30&quot;:22.62},{&quot;2026-07-01&quot;:22.64},{&quot;2026-07-02&quot;:22.59},{&quot;2026-07-03&quot;:22.59},{&quot;2026-07-04&quot;:22.59},{&quot;2026-07-05&quot;:22.59},{&quot;2026-07-06&quot;:22.59},{&quot;2026-07-07&quot;:22.59},{&quot;2026-07-08&quot;:22.59},{&quot;2026-07-09&quot;:22.59},{&quot;2026-07-10&quot;:22.67},{&quot;2026-07-11&quot;:22.65},{&quot;2026-07-12&quot;:22.65},{&quot;2026-07-13&quot;:22.74},{&quot;2026-07-14&quot;:22.56},{&quot;2026-07-15&quot;:22.43},{&quot;2026-07-16&quot;:22.47},{&quot;2026-07-17&quot;:22.58},{&quot;2026-07-18&quot;:22.7},{&quot;2026-07-19&quot;:22.7},{&quot;2026-07-20&quot;:22.86},{&quot;2026-07-21&quot;:22.8},{&quot;2026-07-22&quot;:22.82},{&quot;2026-07-23&quot;:22.82},{&quot;2026-07-24&quot;:22.61},{&quot;2026-07-25&quot;:22.61},{&quot;2026-07-26&quot;:22.53},{&quot;2026-07-27&quot;:22.43},{&quot;2026-07-28&quot;:22.41},{&quot;2026-07-29&quot;:22.65},{&quot;2026-07-30&quot;:22.65},{&quot;2026-07-31&quot;:22.68},{&quot;2026-08-01&quot;:22.7},{&quot;2026-08-02&quot;:22.7},{&quot;2026-08-03&quot;:22.9},{&quot;2026-08-04&quot;:22.7},{&quot;2026-08-05&quot;:22.7},{&quot;2026-08-07&quot;:22.72},{&quot;2026-08-08&quot;:22.72},{&quot;2026-08-09&quot;:22.72},{&quot;2026-08-10&quot;:22.85},{&quot;2026-08-11&quot;:22.97},{&quot;2026-08-12&quot;:22.97},{&quot;2026-08-13&quot;:22.97},{&quot;2026-08-14&quot;:22.97},{&quot;2026-08-15&quot;:23.38},{&quot;2026-08-16&quot;:23.37},{&quot;2026-08-17&quot;:23.85},{&quot;2026-08-18&quot;:23.85},{&quot;2026-08-19&quot;:23.85},{&quot;2026-08-20&quot;:24.2},{&quot;2026-08-21&quot;:23.84},{&quot;2026-08-22&quot;:23.84},{&quot;2026-08-23&quot;:23.84},{&quot;2026-08-24&quot;:23.84},{&quot;2026-08-25&quot;:23.84},{&quot;2026-08-26&quot;:23.84},{&quot;2026-08-27&quot;:23.84},{&quot;2026-08-28&quot;:23.84},{&quot;2026-08-29&quot;:23.84},{&quot;2026-08-30&quot;:23.84},{&quot;2026-08-31&quot;:23.84},{&quot;2026-09-01&quot;:23.9},{&quot;2026-09-02&quot;:24.15},{&quot;2026-09-03&quot;:24.23},{&quot;2026-09-04&quot;:24.23},{&quot;2026-09-05&quot;:24.05},{&quot;2026-09-06&quot;:24.16},{&quot;2026-09-07&quot;:24.11},{&quot;2026-09-08&quot;:24.13},{&quot;2026-09-09&quot;:24.12},{&quot;2026-09-10&quot;:24.12},{&quot;2026-09-11&quot;:23.92}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.56},{&quot;2026-06-14&quot;:18.5},{&quot;2026-06-15&quot;:18.48},{&quot;2026-06-16&quot;:19.18},{&quot;2026-06-17&quot;:19.32},{&quot;2026-06-18&quot;:18.54},{&quot;2026-06-19&quot;:18.32},{&quot;2026-06-20&quot;:18.55},{&quot;2026-06-21&quot;:18.61},{&quot;2026-06-22&quot;:18.67},{&quot;2026-06-23&quot;:19.06},{&quot;2026-06-24&quot;:18.68},{&quot;2026-06-25&quot;:18.88},{&quot;2026-06-26&quot;:18.49},{&quot;2026-06-27&quot;:18.62},{&quot;2026-06-28&quot;:18.62},{&quot;2026-06-29&quot;:18.98},{&quot;2026-06-30&quot;:18.98},{&quot;2026-07-01&quot;:18.98},{&quot;2026-07-02&quot;:18.86},{&quot;2026-07-03&quot;:18.86},{&quot;2026-07-04&quot;:18.72},{&quot;2026-07-05&quot;:18.86},{&quot;2026-07-06&quot;:18.48},{&quot;2026-07-07&quot;:18.48},{&quot;2026-07-08&quot;:18.48},{&quot;2026-07-09&quot;:18.44},{&quot;2026-07-10&quot;:18.5},{&quot;2026-07-11&quot;:18.91},{&quot;2026-07-12&quot;:18.9},{&quot;2026-07-13&quot;:18.96},{&quot;2026-07-14&quot;:18.96},{&quot;2026-07-15&quot;:18.96},{&quot;2026-07-16&quot;:18.69},{&quot;2026-07-17&quot;:18.44},{&quot;2026-07-18&quot;:18.47},{&quot;2026-07-19&quot;:18.47},{&quot;2026-07-20&quot;:18.49},{&quot;2026-07-21&quot;:18.84},{&quot;2026-07-22&quot;:19.06},{&quot;2026-07-23&quot;:19.19},{&quot;2026-07-24&quot;:19.19},{&quot;2026-07-25&quot;:19.19},{&quot;2026-07-26&quot;:19.22},{&quot;2026-07-27&quot;:19.22},{&quot;2026-07-28&quot;:19.25},{&quot;2026-07-29&quot;:19.15},{&quot;2026-07-30&quot;:19.11},{&quot;2026-07-31&quot;:19.06},{&quot;2026-08-01&quot;:19.06},{&quot;2026-08-02&quot;:19.02},{&quot;2026-08-03&quot;:19.02},{&quot;2026-08-04&quot;:19.0},{&quot;2026-08-05&quot;:19.0},{&quot;2026-08-07&quot;:18.05},{&quot;2026-08-08&quot;:17.87},{&quot;2026-08-09&quot;:17.87},{&quot;2026-08-10&quot;:17.74},{&quot;2026-08-11&quot;:17.63},{&quot;2026-08-12&quot;:17.45},{&quot;2026-08-13&quot;:17.72},{&quot;2026-08-14&quot;:17.75},{&quot;2026-08-15&quot;:17.96},{&quot;2026-08-16&quot;:17.9},{&quot;2026-08-17&quot;:17.87},{&quot;2026-08-18&quot;:17.73},{&quot;2026-08-19&quot;:17.73},{&quot;2026-08-20&quot;:17.97},{&quot;2026-08-21&quot;:18.02},{&quot;2026-08-22&quot;:18.8},{&quot;2026-08-23&quot;:18.8},{&quot;2026-08-24&quot;:19.32},{&quot;2026-08-25&quot;:19.32},{&quot;2026-08-26&quot;:19.5},{&quot;2026-08-27&quot;:19.51},{&quot;2026-08-28&quot;:19.61},{&quot;2026-08-29&quot;:19.61},{&quot;2026-08-30&quot;:19.75},{&quot;2026-08-31&quot;:19.75},{&quot;2026-09-01&quot;:19.65},{&quot;2026-09-02&quot;:19.65},{&quot;2026-09-03&quot;:19.65},{&quot;2026-09-04&quot;:20.02},{&quot;2026-09-05&quot;:20.14},{&quot;2026-09-06&quot;:20.0},{&quot;2026-09-07&quot;:19.96},{&quot;2026-09-08&quot;:20.08},{&quot;2026-09-09&quot;:19.85},{&quot;2026-09-10&quot;:19.95},{&quot;2026-09-11&quot;:19.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sigarda&#39;s Aid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/531da950-dc96-4050-94a8-e01b73ddd965.jpg?1783928726" />

        <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">
            Sigarda&#39;s Aid
        </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-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="Sigarda&#39;s Aid" src="https://cards.scryfall.io/large/front/5/3/531da950-dc96-4050-94a8-e01b73ddd965.jpg?1783928726" />
    </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">
                $19.66
              </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">$15.50</span>
              <span class="text-xs text-grey-text">Credit: $20.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.28},{&quot;2026-06-14&quot;:18.25},{&quot;2026-06-15&quot;:18.46},{&quot;2026-06-16&quot;:18.46},{&quot;2026-06-17&quot;:18.48},{&quot;2026-06-18&quot;:18.53},{&quot;2026-06-19&quot;:18.55},{&quot;2026-06-20&quot;:18.68},{&quot;2026-06-21&quot;:18.65},{&quot;2026-06-22&quot;:18.67},{&quot;2026-06-23&quot;:18.67},{&quot;2026-06-24&quot;:18.45},{&quot;2026-06-25&quot;:18.4},{&quot;2026-06-26&quot;:18.41},{&quot;2026-06-27&quot;:18.36},{&quot;2026-06-28&quot;:18.35},{&quot;2026-06-29&quot;:18.38},{&quot;2026-06-30&quot;:18.39},{&quot;2026-07-01&quot;:18.41},{&quot;2026-07-02&quot;:18.6},{&quot;2026-07-03&quot;:18.48},{&quot;2026-07-04&quot;:18.52},{&quot;2026-07-05&quot;:18.45},{&quot;2026-07-06&quot;:18.38},{&quot;2026-07-07&quot;:18.39},{&quot;2026-07-08&quot;:18.37},{&quot;2026-07-09&quot;:18.49},{&quot;2026-07-10&quot;:18.45},{&quot;2026-07-11&quot;:18.4},{&quot;2026-07-12&quot;:18.4},{&quot;2026-07-13&quot;:18.28},{&quot;2026-07-14&quot;:18.36},{&quot;2026-07-15&quot;:17.68},{&quot;2026-07-16&quot;:17.84},{&quot;2026-07-17&quot;:17.92},{&quot;2026-07-18&quot;:18.16},{&quot;2026-07-19&quot;:18.36},{&quot;2026-07-20&quot;:18.14},{&quot;2026-07-21&quot;:18.2},{&quot;2026-07-22&quot;:18.21},{&quot;2026-07-23&quot;:18.21},{&quot;2026-07-24&quot;:18.21},{&quot;2026-07-25&quot;:18.19},{&quot;2026-07-26&quot;:18.3},{&quot;2026-07-27&quot;:18.3},{&quot;2026-07-28&quot;:18.33},{&quot;2026-07-29&quot;:18.38},{&quot;2026-07-30&quot;:18.32},{&quot;2026-07-31&quot;:18.39},{&quot;2026-08-01&quot;:18.39},{&quot;2026-08-02&quot;:18.39},{&quot;2026-08-03&quot;:18.53},{&quot;2026-08-04&quot;:18.26},{&quot;2026-08-05&quot;:18.27},{&quot;2026-08-07&quot;:18.51},{&quot;2026-08-08&quot;:18.78},{&quot;2026-08-09&quot;:18.65},{&quot;2026-08-10&quot;:18.6},{&quot;2026-08-11&quot;:19.12},{&quot;2026-08-12&quot;:19.19},{&quot;2026-08-13&quot;:19.43},{&quot;2026-08-14&quot;:18.99},{&quot;2026-08-15&quot;:19.88},{&quot;2026-08-16&quot;:19.82},{&quot;2026-08-17&quot;:19.89},{&quot;2026-08-18&quot;:19.42},{&quot;2026-08-19&quot;:18.88},{&quot;2026-08-20&quot;:19.09},{&quot;2026-08-21&quot;:19.63},{&quot;2026-08-22&quot;:20.26},{&quot;2026-08-23&quot;:20.65},{&quot;2026-08-24&quot;:21.14},{&quot;2026-08-25&quot;:20.95},{&quot;2026-08-26&quot;:21.5},{&quot;2026-08-27&quot;:21.5},{&quot;2026-08-28&quot;:21.48},{&quot;2026-08-29&quot;:21.48},{&quot;2026-08-30&quot;:21.52},{&quot;2026-08-31&quot;:21.51},{&quot;2026-09-01&quot;:21.42},{&quot;2026-09-02&quot;:21.53},{&quot;2026-09-03&quot;:21.53},{&quot;2026-09-04&quot;:21.2},{&quot;2026-09-05&quot;:20.68},{&quot;2026-09-06&quot;:20.67},{&quot;2026-09-07&quot;:20.33},{&quot;2026-09-08&quot;:20.31},{&quot;2026-09-09&quot;:19.95},{&quot;2026-09-10&quot;:19.87},{&quot;2026-09-11&quot;:19.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Reiterate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/99302c41-434f-41ff-a61a-2c3681a0c135.jpg?1783927791" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Reiterate" src="https://cards.scryfall.io/large/front/9/9/99302c41-434f-41ff-a61a-2c3681a0c135.jpg?1783927791" />
    </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">
                $19.65
              </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">
                $31.99
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:30.18},{&quot;2026-06-11&quot;:30.18},{&quot;2026-06-12&quot;:30.28},{&quot;2026-06-13&quot;:30.28},{&quot;2026-06-14&quot;:30.88},{&quot;2026-06-15&quot;:30.07},{&quot;2026-06-16&quot;:30.07},{&quot;2026-06-17&quot;:30.02},{&quot;2026-06-18&quot;:30.02},{&quot;2026-06-19&quot;:29.41},{&quot;2026-06-20&quot;:29.96},{&quot;2026-06-21&quot;:29.96},{&quot;2026-06-22&quot;:29.96},{&quot;2026-06-23&quot;:29.96},{&quot;2026-06-24&quot;:30.0},{&quot;2026-06-25&quot;:30.0},{&quot;2026-06-26&quot;:30.0},{&quot;2026-06-27&quot;:30.0},{&quot;2026-06-28&quot;:30.0},{&quot;2026-06-29&quot;:30.0},{&quot;2026-06-30&quot;:30.0},{&quot;2026-07-01&quot;:30.0},{&quot;2026-07-02&quot;:30.0},{&quot;2026-07-03&quot;:28.67},{&quot;2026-07-04&quot;:28.67},{&quot;2026-07-05&quot;:28.67},{&quot;2026-07-06&quot;:28.67},{&quot;2026-07-07&quot;:28.67},{&quot;2026-07-08&quot;:28.67},{&quot;2026-07-09&quot;:28.67},{&quot;2026-07-10&quot;:28.67},{&quot;2026-07-11&quot;:28.67},{&quot;2026-07-12&quot;:28.67},{&quot;2026-07-13&quot;:28.67},{&quot;2026-07-14&quot;:28.67},{&quot;2026-07-15&quot;:28.67},{&quot;2026-07-16&quot;:28.67},{&quot;2026-07-17&quot;:28.67},{&quot;2026-07-18&quot;:28.67},{&quot;2026-07-19&quot;:28.67},{&quot;2026-07-20&quot;:28.67},{&quot;2026-07-21&quot;:28.67},{&quot;2026-07-23&quot;:28.86},{&quot;2026-07-25&quot;:28.86},{&quot;2026-07-26&quot;:28.86},{&quot;2026-07-27&quot;:28.86},{&quot;2026-07-29&quot;:28.86},{&quot;2026-07-30&quot;:28.86},{&quot;2026-07-31&quot;:28.86},{&quot;2026-08-01&quot;:28.86},{&quot;2026-08-02&quot;:28.86},{&quot;2026-08-03&quot;:29.12},{&quot;2026-08-04&quot;:29.16},{&quot;2026-08-05&quot;:29.16},{&quot;2026-08-07&quot;:29.16},{&quot;2026-08-08&quot;:29.16},{&quot;2026-08-09&quot;:29.16},{&quot;2026-08-10&quot;:29.16},{&quot;2026-08-11&quot;:29.62},{&quot;2026-08-12&quot;:29.62},{&quot;2026-08-13&quot;:30.24},{&quot;2026-08-14&quot;:30.98},{&quot;2026-08-15&quot;:30.98},{&quot;2026-08-16&quot;:30.98},{&quot;2026-08-17&quot;:30.98},{&quot;2026-08-18&quot;:30.98},{&quot;2026-08-19&quot;:30.98},{&quot;2026-08-20&quot;:30.98},{&quot;2026-08-21&quot;:30.6},{&quot;2026-08-22&quot;:30.97},{&quot;2026-08-23&quot;:30.97},{&quot;2026-08-24&quot;:30.97},{&quot;2026-08-25&quot;:30.97},{&quot;2026-08-26&quot;:30.97},{&quot;2026-08-27&quot;:30.97},{&quot;2026-08-28&quot;:30.97},{&quot;2026-08-29&quot;:30.97},{&quot;2026-08-30&quot;:31.18},{&quot;2026-08-31&quot;:31.18},{&quot;2026-09-01&quot;:31.18},{&quot;2026-09-02&quot;:31.33},{&quot;2026-09-03&quot;:31.57},{&quot;2026-09-04&quot;:31.57},{&quot;2026-09-05&quot;:31.57},{&quot;2026-09-06&quot;:31.57},{&quot;2026-09-07&quot;:31.57},{&quot;2026-09-08&quot;:31.57},{&quot;2026-09-09&quot;:31.99},{&quot;2026-09-10&quot;:31.99},{&quot;2026-09-11&quot;:31.99}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:19.27},{&quot;2026-06-11&quot;:19.26},{&quot;2026-06-12&quot;:19.15},{&quot;2026-06-13&quot;:19.23},{&quot;2026-06-14&quot;:19.07},{&quot;2026-06-15&quot;:19.05},{&quot;2026-06-16&quot;:18.72},{&quot;2026-06-17&quot;:18.58},{&quot;2026-06-18&quot;:18.37},{&quot;2026-06-19&quot;:18.35},{&quot;2026-06-20&quot;:18.62},{&quot;2026-06-21&quot;:18.61},{&quot;2026-06-22&quot;:18.62},{&quot;2026-06-23&quot;:18.79},{&quot;2026-06-24&quot;:18.8},{&quot;2026-06-25&quot;:18.98},{&quot;2026-06-26&quot;:18.89},{&quot;2026-06-27&quot;:19.21},{&quot;2026-06-28&quot;:19.21},{&quot;2026-06-29&quot;:19.34},{&quot;2026-06-30&quot;:19.26},{&quot;2026-07-01&quot;:19.56},{&quot;2026-07-02&quot;:19.36},{&quot;2026-07-03&quot;:19.12},{&quot;2026-07-04&quot;:18.91},{&quot;2026-07-05&quot;:18.9},{&quot;2026-07-06&quot;:18.85},{&quot;2026-07-07&quot;:18.85},{&quot;2026-07-08&quot;:19.2},{&quot;2026-07-09&quot;:19.6},{&quot;2026-07-10&quot;:20.08},{&quot;2026-07-11&quot;:20.0},{&quot;2026-07-12&quot;:19.7},{&quot;2026-07-13&quot;:19.65},{&quot;2026-07-14&quot;:19.56},{&quot;2026-07-15&quot;:19.42},{&quot;2026-07-16&quot;:19.41},{&quot;2026-07-17&quot;:19.41},{&quot;2026-07-18&quot;:19.48},{&quot;2026-07-19&quot;:19.49},{&quot;2026-07-20&quot;:18.99},{&quot;2026-07-21&quot;:19.44},{&quot;2026-07-23&quot;:19.29},{&quot;2026-07-25&quot;:19.37},{&quot;2026-07-26&quot;:19.35},{&quot;2026-07-27&quot;:19.36},{&quot;2026-07-29&quot;:19.15},{&quot;2026-07-30&quot;:19.49},{&quot;2026-07-31&quot;:19.05},{&quot;2026-08-01&quot;:19.05},{&quot;2026-08-02&quot;:18.87},{&quot;2026-08-03&quot;:18.88},{&quot;2026-08-04&quot;:18.85},{&quot;2026-08-05&quot;:18.64},{&quot;2026-08-07&quot;:19.38},{&quot;2026-08-08&quot;:19.34},{&quot;2026-08-09&quot;:19.18},{&quot;2026-08-10&quot;:19.18},{&quot;2026-08-11&quot;:19.03},{&quot;2026-08-12&quot;:18.88},{&quot;2026-08-13&quot;:18.82},{&quot;2026-08-14&quot;:18.81},{&quot;2026-08-15&quot;:18.89},{&quot;2026-08-16&quot;:19.02},{&quot;2026-08-17&quot;:19.02},{&quot;2026-08-18&quot;:18.98},{&quot;2026-08-19&quot;:18.83},{&quot;2026-08-20&quot;:18.83},{&quot;2026-08-21&quot;:18.92},{&quot;2026-08-22&quot;:19.06},{&quot;2026-08-23&quot;:19.05},{&quot;2026-08-24&quot;:18.98},{&quot;2026-08-25&quot;:18.98},{&quot;2026-08-26&quot;:18.95},{&quot;2026-08-27&quot;:18.97},{&quot;2026-08-28&quot;:18.76},{&quot;2026-08-29&quot;:18.76},{&quot;2026-08-30&quot;:19.07},{&quot;2026-08-31&quot;:19.05},{&quot;2026-09-01&quot;:19.05},{&quot;2026-09-02&quot;:19.36},{&quot;2026-09-03&quot;:18.86},{&quot;2026-09-04&quot;:18.9},{&quot;2026-09-05&quot;:19.04},{&quot;2026-09-06&quot;:18.92},{&quot;2026-09-07&quot;:18.77},{&quot;2026-09-08&quot;:18.99},{&quot;2026-09-09&quot;:18.93},{&quot;2026-09-10&quot;:19.11},{&quot;2026-09-11&quot;:19.65}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $19.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="Grand Arbiter Augustin IV" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/4/f43748ea-1d65-4ee8-9c66-221412a284c0.jpg?1783921832" />

        <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">
            Grand Arbiter Augustin IV
        </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 Advisor</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Grand Arbiter Augustin IV" src="https://cards.scryfall.io/large/front/f/4/f43748ea-1d65-4ee8-9c66-221412a284c0.jpg?1783921832" />
    </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">
                $19.50
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:18.07},{&quot;2026-06-11&quot;:18.07},{&quot;2026-06-12&quot;:18.07},{&quot;2026-06-13&quot;:18.07},{&quot;2026-06-14&quot;:17.91},{&quot;2026-06-15&quot;:17.91},{&quot;2026-06-16&quot;:17.94},{&quot;2026-06-17&quot;:17.9},{&quot;2026-06-18&quot;:17.9},{&quot;2026-06-19&quot;:17.9},{&quot;2026-06-20&quot;:17.9},{&quot;2026-06-21&quot;:17.9},{&quot;2026-06-22&quot;:17.9},{&quot;2026-06-23&quot;:17.9},{&quot;2026-06-24&quot;:17.9},{&quot;2026-06-25&quot;:17.9},{&quot;2026-06-26&quot;:17.9},{&quot;2026-06-27&quot;:17.75},{&quot;2026-06-28&quot;:17.75},{&quot;2026-06-29&quot;:17.75},{&quot;2026-06-30&quot;:17.84},{&quot;2026-07-01&quot;:17.84},{&quot;2026-07-02&quot;:17.84},{&quot;2026-07-03&quot;:18.12},{&quot;2026-07-04&quot;:18.12},{&quot;2026-07-05&quot;:18.12},{&quot;2026-07-06&quot;:18.07},{&quot;2026-07-07&quot;:18.07},{&quot;2026-07-08&quot;:18.11},{&quot;2026-07-09&quot;:18.11},{&quot;2026-07-10&quot;:18.32},{&quot;2026-07-11&quot;:18.32},{&quot;2026-07-12&quot;:18.32},{&quot;2026-07-13&quot;:18.37},{&quot;2026-07-14&quot;:18.37},{&quot;2026-07-15&quot;:18.37},{&quot;2026-07-16&quot;:18.37},{&quot;2026-07-17&quot;:18.37},{&quot;2026-07-18&quot;:18.37},{&quot;2026-07-19&quot;:18.37},{&quot;2026-07-20&quot;:18.37},{&quot;2026-07-21&quot;:18.37},{&quot;2026-07-23&quot;:18.37},{&quot;2026-07-25&quot;:18.37},{&quot;2026-07-26&quot;:18.37},{&quot;2026-07-27&quot;:18.37},{&quot;2026-07-29&quot;:18.37},{&quot;2026-07-30&quot;:18.37},{&quot;2026-07-31&quot;:18.37},{&quot;2026-08-01&quot;:18.37},{&quot;2026-08-02&quot;:18.37},{&quot;2026-08-03&quot;:18.37},{&quot;2026-08-04&quot;:18.37},{&quot;2026-08-05&quot;:18.37},{&quot;2026-08-07&quot;:18.37},{&quot;2026-08-08&quot;:18.37},{&quot;2026-08-09&quot;:18.37},{&quot;2026-08-10&quot;:18.37},{&quot;2026-08-11&quot;:18.37},{&quot;2026-08-12&quot;:18.37},{&quot;2026-08-13&quot;:18.37},{&quot;2026-08-14&quot;:18.37},{&quot;2026-08-15&quot;:18.76},{&quot;2026-08-16&quot;:18.83},{&quot;2026-08-17&quot;:19.09},{&quot;2026-08-18&quot;:19.35},{&quot;2026-08-19&quot;:19.35},{&quot;2026-08-20&quot;:19.35},{&quot;2026-08-21&quot;:19.35},{&quot;2026-08-22&quot;:19.35},{&quot;2026-08-23&quot;:19.35},{&quot;2026-08-24&quot;:19.35},{&quot;2026-08-25&quot;:19.35},{&quot;2026-08-26&quot;:19.15},{&quot;2026-08-27&quot;:19.15},{&quot;2026-08-28&quot;:19.15},{&quot;2026-08-29&quot;:19.15},{&quot;2026-08-30&quot;:18.8},{&quot;2026-08-31&quot;:18.94},{&quot;2026-09-01&quot;:18.94},{&quot;2026-09-02&quot;:19.23},{&quot;2026-09-03&quot;:19.23},{&quot;2026-09-04&quot;:19.23},{&quot;2026-09-05&quot;:19.23},{&quot;2026-09-06&quot;:19.23},{&quot;2026-09-07&quot;:19.23},{&quot;2026-09-08&quot;:19.26},{&quot;2026-09-09&quot;:19.26},{&quot;2026-09-10&quot;:19.26},{&quot;2026-09-11&quot;:19.26}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:17.03},{&quot;2026-06-11&quot;:16.97},{&quot;2026-06-12&quot;:17.25},{&quot;2026-06-13&quot;:17.37},{&quot;2026-06-14&quot;:17.12},{&quot;2026-06-15&quot;:17.12},{&quot;2026-06-16&quot;:16.91},{&quot;2026-06-17&quot;:16.71},{&quot;2026-06-18&quot;:16.78},{&quot;2026-06-19&quot;:16.5},{&quot;2026-06-20&quot;:16.66},{&quot;2026-06-21&quot;:16.66},{&quot;2026-06-22&quot;:16.67},{&quot;2026-06-23&quot;:16.85},{&quot;2026-06-24&quot;:17.28},{&quot;2026-06-25&quot;:17.51},{&quot;2026-06-26&quot;:17.38},{&quot;2026-06-27&quot;:17.08},{&quot;2026-06-28&quot;:17.69},{&quot;2026-06-29&quot;:17.85},{&quot;2026-06-30&quot;:18.0},{&quot;2026-07-01&quot;:17.82},{&quot;2026-07-02&quot;:18.1},{&quot;2026-07-03&quot;:18.02},{&quot;2026-07-04&quot;:18.02},{&quot;2026-07-05&quot;:18.03},{&quot;2026-07-06&quot;:17.37},{&quot;2026-07-07&quot;:16.82},{&quot;2026-07-08&quot;:16.48},{&quot;2026-07-09&quot;:16.33},{&quot;2026-07-10&quot;:16.42},{&quot;2026-07-11&quot;:16.73},{&quot;2026-07-12&quot;:16.72},{&quot;2026-07-13&quot;:17.47},{&quot;2026-07-14&quot;:17.33},{&quot;2026-07-15&quot;:17.84},{&quot;2026-07-16&quot;:17.63},{&quot;2026-07-17&quot;:17.82},{&quot;2026-07-18&quot;:17.64},{&quot;2026-07-19&quot;:18.04},{&quot;2026-07-20&quot;:18.46},{&quot;2026-07-21&quot;:18.47},{&quot;2026-07-23&quot;:18.4},{&quot;2026-07-25&quot;:18.26},{&quot;2026-07-26&quot;:18.13},{&quot;2026-07-27&quot;:18.13},{&quot;2026-07-29&quot;:18.34},{&quot;2026-07-30&quot;:18.69},{&quot;2026-07-31&quot;:18.58},{&quot;2026-08-01&quot;:18.35},{&quot;2026-08-02&quot;:17.85},{&quot;2026-08-03&quot;:17.82},{&quot;2026-08-04&quot;:18.32},{&quot;2026-08-05&quot;:18.08},{&quot;2026-08-07&quot;:18.25},{&quot;2026-08-08&quot;:18.25},{&quot;2026-08-09&quot;:18.48},{&quot;2026-08-10&quot;:18.69},{&quot;2026-08-11&quot;:18.68},{&quot;2026-08-12&quot;:19.0},{&quot;2026-08-13&quot;:19.05},{&quot;2026-08-14&quot;:18.76},{&quot;2026-08-15&quot;:18.85},{&quot;2026-08-16&quot;:18.57},{&quot;2026-08-17&quot;:18.57},{&quot;2026-08-18&quot;:18.3},{&quot;2026-08-19&quot;:18.12},{&quot;2026-08-20&quot;:18.12},{&quot;2026-08-21&quot;:18.97},{&quot;2026-08-22&quot;:18.97},{&quot;2026-08-23&quot;:19.04},{&quot;2026-08-24&quot;:18.9},{&quot;2026-08-25&quot;:18.9},{&quot;2026-08-26&quot;:18.94},{&quot;2026-08-27&quot;:19.06},{&quot;2026-08-28&quot;:18.8},{&quot;2026-08-29&quot;:18.8},{&quot;2026-08-30&quot;:18.72},{&quot;2026-08-31&quot;:18.72},{&quot;2026-09-01&quot;:18.72},{&quot;2026-09-02&quot;:18.92},{&quot;2026-09-03&quot;:18.93},{&quot;2026-09-04&quot;:19.22},{&quot;2026-09-05&quot;:18.98},{&quot;2026-09-06&quot;:18.82},{&quot;2026-09-07&quot;:19.07},{&quot;2026-09-08&quot;:19.46},{&quot;2026-09-09&quot;:19.5},{&quot;2026-09-10&quot;:19.5},{&quot;2026-09-11&quot;:19.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="20840"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $19.42
          </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 Body and Mind" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/f/1ffe5f80-a2ac-41b8-8fce-fd3485643557.jpg?1783930094" />

        <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 Body and Mind
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of Body and Mind" src="https://cards.scryfall.io/large/front/1/f/1ffe5f80-a2ac-41b8-8fce-fd3485643557.jpg?1783930094" />
    </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">
                $19.42
              </span>

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $21.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">$8.25</span>
              <span class="text-xs text-grey-text">Credit: $10.73</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;:20.89},{&quot;2026-06-14&quot;:20.89},{&quot;2026-06-15&quot;:20.89},{&quot;2026-06-16&quot;:20.73},{&quot;2026-06-17&quot;:20.73},{&quot;2026-06-18&quot;:20.59},{&quot;2026-06-19&quot;:20.59},{&quot;2026-06-20&quot;:20.59},{&quot;2026-06-21&quot;:20.59},{&quot;2026-06-22&quot;:20.59},{&quot;2026-06-23&quot;:20.59},{&quot;2026-06-24&quot;:20.59},{&quot;2026-06-25&quot;:20.59},{&quot;2026-06-26&quot;:20.59},{&quot;2026-06-27&quot;:20.59},{&quot;2026-06-28&quot;:20.59},{&quot;2026-06-29&quot;:20.59},{&quot;2026-06-30&quot;:20.59},{&quot;2026-07-01&quot;:20.59},{&quot;2026-07-02&quot;:20.67},{&quot;2026-07-03&quot;:20.67},{&quot;2026-07-04&quot;:20.67},{&quot;2026-07-05&quot;:20.67},{&quot;2026-07-06&quot;:20.67},{&quot;2026-07-07&quot;:20.67},{&quot;2026-07-08&quot;:20.67},{&quot;2026-07-09&quot;:20.67},{&quot;2026-07-10&quot;:20.67},{&quot;2026-07-11&quot;:20.67},{&quot;2026-07-12&quot;:20.67},{&quot;2026-07-13&quot;:20.67},{&quot;2026-07-14&quot;:20.67},{&quot;2026-07-15&quot;:20.83},{&quot;2026-07-16&quot;:20.83},{&quot;2026-07-17&quot;:20.83},{&quot;2026-07-18&quot;:20.83},{&quot;2026-07-19&quot;:20.83},{&quot;2026-07-20&quot;:20.83},{&quot;2026-07-21&quot;:20.83},{&quot;2026-07-22&quot;:20.83},{&quot;2026-07-23&quot;:20.85},{&quot;2026-07-24&quot;:20.85},{&quot;2026-07-25&quot;:20.85},{&quot;2026-07-26&quot;:20.85},{&quot;2026-07-27&quot;:20.85},{&quot;2026-07-28&quot;:20.87},{&quot;2026-07-29&quot;:20.87},{&quot;2026-07-30&quot;:20.87},{&quot;2026-07-31&quot;:20.9},{&quot;2026-08-01&quot;:20.9},{&quot;2026-08-02&quot;:20.9},{&quot;2026-08-03&quot;:20.9},{&quot;2026-08-04&quot;:20.9},{&quot;2026-08-05&quot;:20.9},{&quot;2026-08-07&quot;:20.9},{&quot;2026-08-08&quot;:20.9},{&quot;2026-08-09&quot;:20.98},{&quot;2026-08-10&quot;:20.98},{&quot;2026-08-11&quot;:20.98},{&quot;2026-08-12&quot;:20.98},{&quot;2026-08-13&quot;:20.98},{&quot;2026-08-14&quot;:20.98},{&quot;2026-08-15&quot;:20.98},{&quot;2026-08-16&quot;:20.98},{&quot;2026-08-17&quot;:20.98},{&quot;2026-08-18&quot;:20.98},{&quot;2026-08-19&quot;:20.98},{&quot;2026-08-20&quot;:20.98},{&quot;2026-08-21&quot;:21.03},{&quot;2026-08-22&quot;:21.03},{&quot;2026-08-23&quot;:21.03},{&quot;2026-08-24&quot;:21.03},{&quot;2026-08-25&quot;:21.16},{&quot;2026-08-26&quot;:21.16},{&quot;2026-08-27&quot;:21.16},{&quot;2026-08-28&quot;:21.16},{&quot;2026-08-29&quot;:21.16},{&quot;2026-08-30&quot;:21.34},{&quot;2026-08-31&quot;:21.34},{&quot;2026-09-01&quot;:21.34},{&quot;2026-09-02&quot;:21.34},{&quot;2026-09-03&quot;:21.34},{&quot;2026-09-04&quot;:21.34},{&quot;2026-09-05&quot;:21.16},{&quot;2026-09-06&quot;:21.16},{&quot;2026-09-07&quot;:21.16},{&quot;2026-09-08&quot;:21.16},{&quot;2026-09-09&quot;:21.12},{&quot;2026-09-10&quot;:21.12},{&quot;2026-09-11&quot;:21.12}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:17.0},{&quot;2026-06-14&quot;:17.04},{&quot;2026-06-15&quot;:17.21},{&quot;2026-06-16&quot;:17.21},{&quot;2026-06-17&quot;:17.21},{&quot;2026-06-18&quot;:17.21},{&quot;2026-06-19&quot;:17.21},{&quot;2026-06-20&quot;:17.21},{&quot;2026-06-21&quot;:17.21},{&quot;2026-06-22&quot;:17.21},{&quot;2026-06-23&quot;:17.21},{&quot;2026-06-24&quot;:17.21},{&quot;2026-06-25&quot;:17.21},{&quot;2026-06-26&quot;:17.21},{&quot;2026-06-27&quot;:17.21},{&quot;2026-06-28&quot;:17.38},{&quot;2026-06-29&quot;:17.38},{&quot;2026-06-30&quot;:17.38},{&quot;2026-07-01&quot;:17.38},{&quot;2026-07-02&quot;:17.38},{&quot;2026-07-03&quot;:17.61},{&quot;2026-07-04&quot;:17.61},{&quot;2026-07-05&quot;:17.54},{&quot;2026-07-06&quot;:17.48},{&quot;2026-07-07&quot;:17.46},{&quot;2026-07-08&quot;:17.49},{&quot;2026-07-09&quot;:17.46},{&quot;2026-07-10&quot;:17.41},{&quot;2026-07-11&quot;:17.41},{&quot;2026-07-12&quot;:17.47},{&quot;2026-07-13&quot;:17.42},{&quot;2026-07-14&quot;:17.42},{&quot;2026-07-15&quot;:17.42},{&quot;2026-07-16&quot;:17.72},{&quot;2026-07-17&quot;:17.72},{&quot;2026-07-18&quot;:17.72},{&quot;2026-07-19&quot;:17.45},{&quot;2026-07-20&quot;:17.42},{&quot;2026-07-21&quot;:17.22},{&quot;2026-07-22&quot;:17.22},{&quot;2026-07-23&quot;:17.22},{&quot;2026-07-24&quot;:16.76},{&quot;2026-07-25&quot;:17.0},{&quot;2026-07-26&quot;:16.87},{&quot;2026-07-27&quot;:16.46},{&quot;2026-07-28&quot;:16.46},{&quot;2026-07-29&quot;:16.47},{&quot;2026-07-30&quot;:16.68},{&quot;2026-07-31&quot;:16.68},{&quot;2026-08-01&quot;:16.68},{&quot;2026-08-02&quot;:17.24},{&quot;2026-08-03&quot;:17.39},{&quot;2026-08-04&quot;:17.57},{&quot;2026-08-05&quot;:17.64},{&quot;2026-08-07&quot;:18.04},{&quot;2026-08-08&quot;:18.04},{&quot;2026-08-09&quot;:18.57},{&quot;2026-08-10&quot;:18.58},{&quot;2026-08-11&quot;:18.58},{&quot;2026-08-12&quot;:18.58},{&quot;2026-08-13&quot;:18.58},{&quot;2026-08-14&quot;:18.58},{&quot;2026-08-15&quot;:18.47},{&quot;2026-08-16&quot;:18.8},{&quot;2026-08-17&quot;:18.8},{&quot;2026-08-18&quot;:19.12},{&quot;2026-08-19&quot;:19.12},{&quot;2026-08-20&quot;:19.12},{&quot;2026-08-21&quot;:19.31},{&quot;2026-08-22&quot;:19.31},{&quot;2026-08-23&quot;:19.31},{&quot;2026-08-24&quot;:19.31},{&quot;2026-08-25&quot;:19.45},{&quot;2026-08-26&quot;:19.38},{&quot;2026-08-27&quot;:19.38},{&quot;2026-08-28&quot;:19.19},{&quot;2026-08-29&quot;:19.19},{&quot;2026-08-30&quot;:18.93},{&quot;2026-08-31&quot;:18.93},{&quot;2026-09-01&quot;:18.93},{&quot;2026-09-02&quot;:18.88},{&quot;2026-09-03&quot;:19.52},{&quot;2026-09-04&quot;:19.52},{&quot;2026-09-05&quot;:19.46},{&quot;2026-09-06&quot;:19.46},{&quot;2026-09-07&quot;:19.46},{&quot;2026-09-08&quot;:19.46},{&quot;2026-09-09&quot;:19.46},{&quot;2026-09-10&quot;:19.55},{&quot;2026-09-11&quot;:19.42}]}"
        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="94953"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-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">
            Thrasios, Triton Hero
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $19.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="Thrasios, Triton Hero" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/f/5f13417d-3fe1-4357-b826-cb48dd111247.jpg?1783906376" />

        <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">
            Thrasios, Triton Hero
        </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 — Merfolk Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Thrasios, Triton Hero" src="https://cards.scryfall.io/large/front/5/f/5f13417d-3fe1-4357-b826-cb48dd111247.jpg?1783906376" />
    </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">
                $19.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">
                $171.43
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:111.08},{&quot;2026-06-10&quot;:111.09},{&quot;2026-06-11&quot;:111.09},{&quot;2026-06-12&quot;:111.59},{&quot;2026-06-13&quot;:112.05},{&quot;2026-06-14&quot;:112.05},{&quot;2026-06-15&quot;:113.34},{&quot;2026-06-16&quot;:114.1},{&quot;2026-06-17&quot;:115.15},{&quot;2026-06-18&quot;:115.15},{&quot;2026-06-19&quot;:116.06},{&quot;2026-06-20&quot;:116.06},{&quot;2026-06-21&quot;:116.06},{&quot;2026-06-22&quot;:117.93},{&quot;2026-06-24&quot;:117.93},{&quot;2026-06-25&quot;:117.93},{&quot;2026-06-26&quot;:117.93},{&quot;2026-06-27&quot;:117.93},{&quot;2026-06-28&quot;:117.93},{&quot;2026-06-29&quot;:117.93},{&quot;2026-06-30&quot;:117.93},{&quot;2026-07-01&quot;:117.93},{&quot;2026-07-02&quot;:118.55},{&quot;2026-07-03&quot;:118.55},{&quot;2026-07-04&quot;:119.17},{&quot;2026-07-05&quot;:119.17},{&quot;2026-07-06&quot;:119.17},{&quot;2026-07-07&quot;:119.17},{&quot;2026-07-08&quot;:119.17},{&quot;2026-07-09&quot;:119.17},{&quot;2026-07-10&quot;:119.17},{&quot;2026-07-11&quot;:119.17},{&quot;2026-07-12&quot;:119.17},{&quot;2026-07-13&quot;:119.17},{&quot;2026-07-14&quot;:119.17},{&quot;2026-07-15&quot;:119.17},{&quot;2026-07-16&quot;:119.17},{&quot;2026-07-17&quot;:119.17},{&quot;2026-07-18&quot;:119.17},{&quot;2026-07-19&quot;:119.17},{&quot;2026-07-20&quot;:121.19},{&quot;2026-07-21&quot;:121.19},{&quot;2026-07-23&quot;:121.19},{&quot;2026-07-25&quot;:121.19},{&quot;2026-07-26&quot;:121.19},{&quot;2026-07-27&quot;:121.19},{&quot;2026-07-29&quot;:125.42},{&quot;2026-07-30&quot;:125.42},{&quot;2026-07-31&quot;:126.46},{&quot;2026-08-01&quot;:126.46},{&quot;2026-08-02&quot;:132.46},{&quot;2026-08-03&quot;:136.32},{&quot;2026-08-04&quot;:140.61},{&quot;2026-08-05&quot;:140.61},{&quot;2026-08-07&quot;:148.74},{&quot;2026-08-08&quot;:148.74},{&quot;2026-08-09&quot;:148.74},{&quot;2026-08-10&quot;:149.65},{&quot;2026-08-11&quot;:150.89},{&quot;2026-08-12&quot;:151.59},{&quot;2026-08-13&quot;:151.59},{&quot;2026-08-14&quot;:153.95},{&quot;2026-08-15&quot;:153.95},{&quot;2026-08-16&quot;:153.95},{&quot;2026-08-17&quot;:153.95},{&quot;2026-08-18&quot;:153.95},{&quot;2026-08-19&quot;:153.95},{&quot;2026-08-20&quot;:153.95},{&quot;2026-08-21&quot;:153.95},{&quot;2026-08-22&quot;:155.9},{&quot;2026-08-23&quot;:157.33},{&quot;2026-08-24&quot;:157.33},{&quot;2026-08-25&quot;:157.33},{&quot;2026-08-26&quot;:159.03},{&quot;2026-08-27&quot;:160.65},{&quot;2026-08-28&quot;:162.28},{&quot;2026-08-29&quot;:162.28},{&quot;2026-08-30&quot;:162.28},{&quot;2026-08-31&quot;:162.28},{&quot;2026-09-01&quot;:162.28},{&quot;2026-09-02&quot;:164.74},{&quot;2026-09-03&quot;:164.74},{&quot;2026-09-04&quot;:164.74},{&quot;2026-09-05&quot;:168.01},{&quot;2026-09-06&quot;:168.01},{&quot;2026-09-07&quot;:170.27},{&quot;2026-09-08&quot;:170.27},{&quot;2026-09-09&quot;:170.27},{&quot;2026-09-10&quot;:171.43},{&quot;2026-09-11&quot;:171.43}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:18.65},{&quot;2026-06-10&quot;:19.17},{&quot;2026-06-11&quot;:19.71},{&quot;2026-06-12&quot;:19.56},{&quot;2026-06-13&quot;:19.68},{&quot;2026-06-14&quot;:20.15},{&quot;2026-06-15&quot;:19.64},{&quot;2026-06-16&quot;:19.93},{&quot;2026-06-17&quot;:19.64},{&quot;2026-06-18&quot;:19.65},{&quot;2026-06-19&quot;:19.46},{&quot;2026-06-20&quot;:18.69},{&quot;2026-06-21&quot;:17.95},{&quot;2026-06-22&quot;:17.95},{&quot;2026-06-24&quot;:18.99},{&quot;2026-06-25&quot;:18.58},{&quot;2026-06-26&quot;:18.58},{&quot;2026-06-27&quot;:18.61},{&quot;2026-06-28&quot;:18.97},{&quot;2026-06-29&quot;:18.93},{&quot;2026-06-30&quot;:18.69},{&quot;2026-07-01&quot;:18.94},{&quot;2026-07-02&quot;:19.03},{&quot;2026-07-03&quot;:19.03},{&quot;2026-07-04&quot;:19.15},{&quot;2026-07-05&quot;:19.2},{&quot;2026-07-06&quot;:19.31},{&quot;2026-07-07&quot;:18.07},{&quot;2026-07-08&quot;:17.75},{&quot;2026-07-09&quot;:17.88},{&quot;2026-07-10&quot;:17.85},{&quot;2026-07-11&quot;:17.92},{&quot;2026-07-12&quot;:17.98},{&quot;2026-07-13&quot;:17.91},{&quot;2026-07-14&quot;:17.63},{&quot;2026-07-15&quot;:17.14},{&quot;2026-07-16&quot;:17.13},{&quot;2026-07-17&quot;:17.16},{&quot;2026-07-18&quot;:16.94},{&quot;2026-07-19&quot;:16.63},{&quot;2026-07-20&quot;:16.48},{&quot;2026-07-21&quot;:16.69},{&quot;2026-07-23&quot;:17.31},{&quot;2026-07-25&quot;:17.33},{&quot;2026-07-26&quot;:17.9},{&quot;2026-07-27&quot;:18.47},{&quot;2026-07-29&quot;:18.46},{&quot;2026-07-30&quot;:18.46},{&quot;2026-07-31&quot;:18.59},{&quot;2026-08-01&quot;:18.59},{&quot;2026-08-02&quot;:18.59},{&quot;2026-08-03&quot;:18.66},{&quot;2026-08-04&quot;:18.55},{&quot;2026-08-05&quot;:18.33},{&quot;2026-08-07&quot;:18.33},{&quot;2026-08-08&quot;:18.33},{&quot;2026-08-09&quot;:18.08},{&quot;2026-08-10&quot;:17.97},{&quot;2026-08-11&quot;:17.97},{&quot;2026-08-12&quot;:17.84},{&quot;2026-08-13&quot;:17.84},{&quot;2026-08-14&quot;:17.84},{&quot;2026-08-15&quot;:17.92},{&quot;2026-08-16&quot;:18.08},{&quot;2026-08-17&quot;:17.87},{&quot;2026-08-18&quot;:18.09},{&quot;2026-08-19&quot;:18.21},{&quot;2026-08-20&quot;:18.21},{&quot;2026-08-21&quot;:18.52},{&quot;2026-08-22&quot;:18.52},{&quot;2026-08-23&quot;:18.59},{&quot;2026-08-24&quot;:18.7},{&quot;2026-08-25&quot;:18.7},{&quot;2026-08-26&quot;:18.92},{&quot;2026-08-27&quot;:19.15},{&quot;2026-08-28&quot;:19.36},{&quot;2026-08-29&quot;:19.36},{&quot;2026-08-30&quot;:19.26},{&quot;2026-08-31&quot;:19.43},{&quot;2026-09-01&quot;:19.43},{&quot;2026-09-02&quot;:19.43},{&quot;2026-09-03&quot;:19.52},{&quot;2026-09-04&quot;:19.52},{&quot;2026-09-05&quot;:19.43},{&quot;2026-09-06&quot;:19.33},{&quot;2026-09-07&quot;:19.31},{&quot;2026-09-08&quot;:19.34},{&quot;2026-09-09&quot;:19.33},{&quot;2026-09-10&quot;:19.23},{&quot;2026-09-11&quot;:19.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="57955"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-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">
            Vraska, Betrayal&#39;s Sting
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Vraska, Betrayal&#39;s Sting" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fa015843-2aff-4184-9432-a548e379b1f4.jpg?1783917947" />

        <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">
            Vraska, Betrayal&#39;s Sting
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Vraska</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-bp'></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="Vraska, Betrayal&#39;s Sting" src="https://cards.scryfall.io/large/front/f/a/fa015843-2aff-4184-9432-a548e379b1f4.jpg?1783917947" />
    </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">
                $15.77
              </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">
                $19.27
              </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">$14.00</span>
              <span class="text-xs text-grey-text">Credit: $18.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:18.54},{&quot;2026-06-14&quot;:18.54},{&quot;2026-06-15&quot;:18.54},{&quot;2026-06-16&quot;:18.97},{&quot;2026-06-17&quot;:18.97},{&quot;2026-06-18&quot;:18.97},{&quot;2026-06-19&quot;:18.97},{&quot;2026-06-20&quot;:18.97},{&quot;2026-06-21&quot;:18.97},{&quot;2026-06-22&quot;:18.97},{&quot;2026-06-23&quot;:18.97},{&quot;2026-06-24&quot;:18.97},{&quot;2026-06-25&quot;:18.97},{&quot;2026-06-26&quot;:18.9},{&quot;2026-06-27&quot;:18.9},{&quot;2026-06-28&quot;:18.9},{&quot;2026-06-29&quot;:18.9},{&quot;2026-06-30&quot;:18.85},{&quot;2026-07-01&quot;:18.85},{&quot;2026-07-02&quot;:18.85},{&quot;2026-07-03&quot;:18.86},{&quot;2026-07-04&quot;:18.86},{&quot;2026-07-05&quot;:18.85},{&quot;2026-07-06&quot;:18.85},{&quot;2026-07-07&quot;:18.85},{&quot;2026-07-08&quot;:18.88},{&quot;2026-07-09&quot;:18.88},{&quot;2026-07-10&quot;:18.88},{&quot;2026-07-11&quot;:18.84},{&quot;2026-07-12&quot;:18.84},{&quot;2026-07-13&quot;:18.84},{&quot;2026-07-14&quot;:18.84},{&quot;2026-07-15&quot;:18.85},{&quot;2026-07-16&quot;:18.89},{&quot;2026-07-17&quot;:18.89},{&quot;2026-07-18&quot;:18.89},{&quot;2026-07-19&quot;:18.89},{&quot;2026-07-20&quot;:18.89},{&quot;2026-07-21&quot;:18.89},{&quot;2026-07-22&quot;:18.98},{&quot;2026-07-23&quot;:18.88},{&quot;2026-07-24&quot;:18.9},{&quot;2026-07-25&quot;:18.9},{&quot;2026-07-26&quot;:18.9},{&quot;2026-07-27&quot;:18.9},{&quot;2026-07-28&quot;:18.9},{&quot;2026-07-29&quot;:18.9},{&quot;2026-07-30&quot;:18.9},{&quot;2026-07-31&quot;:18.9},{&quot;2026-08-01&quot;:18.9},{&quot;2026-08-02&quot;:18.9},{&quot;2026-08-03&quot;:18.9},{&quot;2026-08-04&quot;:19.0},{&quot;2026-08-05&quot;:19.0},{&quot;2026-08-07&quot;:19.0},{&quot;2026-08-08&quot;:19.23},{&quot;2026-08-09&quot;:19.23},{&quot;2026-08-10&quot;:19.06},{&quot;2026-08-11&quot;:19.06},{&quot;2026-08-12&quot;:19.06},{&quot;2026-08-13&quot;:19.06},{&quot;2026-08-14&quot;:19.06},{&quot;2026-08-15&quot;:19.23},{&quot;2026-08-16&quot;:19.34},{&quot;2026-08-17&quot;:19.34},{&quot;2026-08-18&quot;:19.34},{&quot;2026-08-19&quot;:19.24},{&quot;2026-08-20&quot;:19.24},{&quot;2026-08-21&quot;:19.24},{&quot;2026-08-22&quot;:19.24},{&quot;2026-08-23&quot;:19.24},{&quot;2026-08-24&quot;:19.24},{&quot;2026-08-25&quot;:19.24},{&quot;2026-08-26&quot;:19.24},{&quot;2026-08-27&quot;:19.24},{&quot;2026-08-28&quot;:19.24},{&quot;2026-08-29&quot;:19.24},{&quot;2026-08-30&quot;:19.25},{&quot;2026-08-31&quot;:19.25},{&quot;2026-09-01&quot;:19.25},{&quot;2026-09-02&quot;:19.25},{&quot;2026-09-03&quot;:19.25},{&quot;2026-09-04&quot;:19.25},{&quot;2026-09-05&quot;:19.27},{&quot;2026-09-06&quot;:19.27},{&quot;2026-09-07&quot;:19.27},{&quot;2026-09-08&quot;:18.88},{&quot;2026-09-09&quot;:18.88},{&quot;2026-09-10&quot;:19.27},{&quot;2026-09-11&quot;:19.27}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:15.65},{&quot;2026-06-14&quot;:15.65},{&quot;2026-06-15&quot;:15.53},{&quot;2026-06-16&quot;:15.53},{&quot;2026-06-17&quot;:15.49},{&quot;2026-06-18&quot;:15.49},{&quot;2026-06-19&quot;:15.49},{&quot;2026-06-20&quot;:15.49},{&quot;2026-06-21&quot;:15.49},{&quot;2026-06-22&quot;:15.56},{&quot;2026-06-23&quot;:15.56},{&quot;2026-06-24&quot;:15.5},{&quot;2026-06-25&quot;:15.5},{&quot;2026-06-26&quot;:15.5},{&quot;2026-06-27&quot;:15.53},{&quot;2026-06-28&quot;:15.53},{&quot;2026-06-29&quot;:15.53},{&quot;2026-06-30&quot;:15.6},{&quot;2026-07-01&quot;:15.6},{&quot;2026-07-02&quot;:15.54},{&quot;2026-07-03&quot;:15.77},{&quot;2026-07-04&quot;:15.77},{&quot;2026-07-05&quot;:15.77},{&quot;2026-07-06&quot;:15.77},{&quot;2026-07-07&quot;:15.77},{&quot;2026-07-08&quot;:15.77},{&quot;2026-07-09&quot;:16.15},{&quot;2026-07-10&quot;:16.18},{&quot;2026-07-11&quot;:16.22},{&quot;2026-07-12&quot;:16.11},{&quot;2026-07-13&quot;:16.11},{&quot;2026-07-14&quot;:16.11},{&quot;2026-07-15&quot;:16.11},{&quot;2026-07-16&quot;:16.11},{&quot;2026-07-17&quot;:16.11},{&quot;2026-07-18&quot;:16.02},{&quot;2026-07-19&quot;:16.02},{&quot;2026-07-20&quot;:16.02},{&quot;2026-07-21&quot;:17.22},{&quot;2026-07-22&quot;:17.22},{&quot;2026-07-23&quot;:17.22},{&quot;2026-07-24&quot;:17.22},{&quot;2026-07-25&quot;:17.22},{&quot;2026-07-26&quot;:17.22},{&quot;2026-07-27&quot;:17.22},{&quot;2026-07-28&quot;:17.22},{&quot;2026-07-29&quot;:17.13},{&quot;2026-07-30&quot;:17.13},{&quot;2026-07-31&quot;:17.35},{&quot;2026-08-01&quot;:17.66},{&quot;2026-08-02&quot;:17.66},{&quot;2026-08-03&quot;:17.66},{&quot;2026-08-04&quot;:17.95},{&quot;2026-08-05&quot;:17.95},{&quot;2026-08-07&quot;:17.98},{&quot;2026-08-08&quot;:17.78},{&quot;2026-08-09&quot;:17.7},{&quot;2026-08-10&quot;:17.7},{&quot;2026-08-11&quot;:17.7},{&quot;2026-08-12&quot;:17.7},{&quot;2026-08-13&quot;:17.52},{&quot;2026-08-14&quot;:17.56},{&quot;2026-08-15&quot;:17.32},{&quot;2026-08-16&quot;:17.32},{&quot;2026-08-17&quot;:17.32},{&quot;2026-08-18&quot;:17.32},{&quot;2026-08-19&quot;:17.12},{&quot;2026-08-20&quot;:16.94},{&quot;2026-08-21&quot;:16.94},{&quot;2026-08-22&quot;:16.75},{&quot;2026-08-23&quot;:16.98},{&quot;2026-08-24&quot;:16.89},{&quot;2026-08-25&quot;:16.89},{&quot;2026-08-26&quot;:16.92},{&quot;2026-08-27&quot;:16.92},{&quot;2026-08-28&quot;:16.92},{&quot;2026-08-29&quot;:16.92},{&quot;2026-08-30&quot;:16.92},{&quot;2026-08-31&quot;:16.92},{&quot;2026-09-01&quot;:16.92},{&quot;2026-09-02&quot;:16.92},{&quot;2026-09-03&quot;:16.92},{&quot;2026-09-04&quot;:16.92},{&quot;2026-09-05&quot;:16.92},{&quot;2026-09-06&quot;:16.91},{&quot;2026-09-07&quot;:16.91},{&quot;2026-09-08&quot;:16.24},{&quot;2026-09-09&quot;:16.24},{&quot;2026-09-10&quot;:16.04},{&quot;2026-09-11&quot;:15.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Balefire Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/6/468d5308-2a6c-440e-a8d0-1c5e084afb82.jpg?1783933811" />

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Balefire Dragon" src="https://cards.scryfall.io/large/front/4/6/468d5308-2a6c-440e-a8d0-1c5e084afb82.jpg?1783933811" />
    </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">
                $19.25
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:18.05},{&quot;2026-06-11&quot;:18.05},{&quot;2026-06-12&quot;:18.05},{&quot;2026-06-13&quot;:18.05},{&quot;2026-06-14&quot;:18.05},{&quot;2026-06-15&quot;:18.05},{&quot;2026-06-16&quot;:18.05},{&quot;2026-06-17&quot;:18.05},{&quot;2026-06-18&quot;:18.05},{&quot;2026-06-19&quot;:18.05},{&quot;2026-06-20&quot;:18.05},{&quot;2026-06-21&quot;:18.05},{&quot;2026-06-22&quot;:18.05},{&quot;2026-06-23&quot;:18.05},{&quot;2026-06-24&quot;:18.05},{&quot;2026-06-25&quot;:18.05},{&quot;2026-06-26&quot;:18.05},{&quot;2026-06-27&quot;:18.05},{&quot;2026-06-28&quot;:18.05},{&quot;2026-06-29&quot;:18.05},{&quot;2026-06-30&quot;:18.05},{&quot;2026-07-01&quot;:18.05},{&quot;2026-07-02&quot;:18.05},{&quot;2026-07-03&quot;:18.05},{&quot;2026-07-04&quot;:18.05},{&quot;2026-07-05&quot;:18.05},{&quot;2026-07-06&quot;:18.05},{&quot;2026-07-07&quot;:18.05},{&quot;2026-07-08&quot;:18.05},{&quot;2026-07-09&quot;:18.05},{&quot;2026-07-10&quot;:18.05},{&quot;2026-07-11&quot;:18.05},{&quot;2026-07-12&quot;:18.05},{&quot;2026-07-13&quot;:18.05},{&quot;2026-07-14&quot;:18.05},{&quot;2026-07-15&quot;:18.05},{&quot;2026-07-16&quot;:18.05},{&quot;2026-07-17&quot;:18.05},{&quot;2026-07-18&quot;:18.05},{&quot;2026-07-19&quot;:18.05},{&quot;2026-07-20&quot;:18.05},{&quot;2026-07-21&quot;:18.05},{&quot;2026-07-23&quot;:18.05},{&quot;2026-07-25&quot;:18.05},{&quot;2026-07-26&quot;:19.04},{&quot;2026-07-27&quot;:19.04},{&quot;2026-07-29&quot;:19.04},{&quot;2026-07-30&quot;:19.04},{&quot;2026-07-31&quot;:19.04},{&quot;2026-08-01&quot;:19.04},{&quot;2026-08-02&quot;:19.04},{&quot;2026-08-03&quot;:19.04},{&quot;2026-08-04&quot;:19.04},{&quot;2026-08-05&quot;:19.04},{&quot;2026-08-07&quot;:19.04},{&quot;2026-08-08&quot;:19.04},{&quot;2026-08-09&quot;:19.04},{&quot;2026-08-10&quot;:19.04},{&quot;2026-08-11&quot;:19.04},{&quot;2026-08-12&quot;:19.04},{&quot;2026-08-13&quot;:19.04},{&quot;2026-08-14&quot;:19.04},{&quot;2026-08-15&quot;:19.04},{&quot;2026-08-16&quot;:19.04},{&quot;2026-08-17&quot;:19.04},{&quot;2026-08-18&quot;:19.04},{&quot;2026-08-19&quot;:19.04},{&quot;2026-08-20&quot;:19.04},{&quot;2026-08-21&quot;:19.04},{&quot;2026-08-22&quot;:19.04},{&quot;2026-08-23&quot;:19.04},{&quot;2026-08-24&quot;:19.04},{&quot;2026-08-25&quot;:19.04},{&quot;2026-08-26&quot;:19.03},{&quot;2026-08-27&quot;:19.03},{&quot;2026-08-28&quot;:19.03},{&quot;2026-08-29&quot;:19.03},{&quot;2026-08-30&quot;:18.87},{&quot;2026-08-31&quot;:18.87},{&quot;2026-09-01&quot;:18.87},{&quot;2026-09-02&quot;:18.87},{&quot;2026-09-03&quot;:18.87},{&quot;2026-09-04&quot;:18.87},{&quot;2026-09-05&quot;:18.87},{&quot;2026-09-06&quot;:18.87},{&quot;2026-09-07&quot;:18.87},{&quot;2026-09-08&quot;:18.87},{&quot;2026-09-09&quot;:18.87},{&quot;2026-09-10&quot;:18.87},{&quot;2026-09-11&quot;:18.87}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:17.84},{&quot;2026-06-11&quot;:17.84},{&quot;2026-06-12&quot;:17.73},{&quot;2026-06-13&quot;:17.73},{&quot;2026-06-14&quot;:17.73},{&quot;2026-06-15&quot;:17.73},{&quot;2026-06-16&quot;:17.73},{&quot;2026-06-17&quot;:17.77},{&quot;2026-06-18&quot;:17.77},{&quot;2026-06-19&quot;:17.77},{&quot;2026-06-20&quot;:17.77},{&quot;2026-06-21&quot;:17.59},{&quot;2026-06-22&quot;:17.59},{&quot;2026-06-23&quot;:17.47},{&quot;2026-06-24&quot;:17.47},{&quot;2026-06-25&quot;:17.77},{&quot;2026-06-26&quot;:17.66},{&quot;2026-06-27&quot;:17.68},{&quot;2026-06-28&quot;:17.56},{&quot;2026-06-29&quot;:17.64},{&quot;2026-06-30&quot;:17.86},{&quot;2026-07-01&quot;:17.83},{&quot;2026-07-02&quot;:18.24},{&quot;2026-07-03&quot;:18.24},{&quot;2026-07-04&quot;:18.15},{&quot;2026-07-05&quot;:18.08},{&quot;2026-07-06&quot;:18.08},{&quot;2026-07-07&quot;:18.08},{&quot;2026-07-08&quot;:18.52},{&quot;2026-07-09&quot;:18.52},{&quot;2026-07-10&quot;:18.52},{&quot;2026-07-11&quot;:18.29},{&quot;2026-07-12&quot;:18.29},{&quot;2026-07-13&quot;:18.29},{&quot;2026-07-14&quot;:18.29},{&quot;2026-07-15&quot;:18.29},{&quot;2026-07-16&quot;:18.29},{&quot;2026-07-17&quot;:18.29},{&quot;2026-07-18&quot;:18.29},{&quot;2026-07-19&quot;:18.29},{&quot;2026-07-20&quot;:18.4},{&quot;2026-07-21&quot;:18.4},{&quot;2026-07-23&quot;:18.4},{&quot;2026-07-25&quot;:18.46},{&quot;2026-07-26&quot;:18.46},{&quot;2026-07-27&quot;:18.42},{&quot;2026-07-29&quot;:18.89},{&quot;2026-07-30&quot;:18.89},{&quot;2026-07-31&quot;:18.89},{&quot;2026-08-01&quot;:18.89},{&quot;2026-08-02&quot;:19.16},{&quot;2026-08-03&quot;:19.16},{&quot;2026-08-04&quot;:19.16},{&quot;2026-08-05&quot;:19.16},{&quot;2026-08-07&quot;:19.16},{&quot;2026-08-08&quot;:19.16},{&quot;2026-08-09&quot;:19.16},{&quot;2026-08-10&quot;:19.16},{&quot;2026-08-11&quot;:19.16},{&quot;2026-08-12&quot;:19.6},{&quot;2026-08-13&quot;:19.6},{&quot;2026-08-14&quot;:19.6},{&quot;2026-08-15&quot;:19.56},{&quot;2026-08-16&quot;:19.83},{&quot;2026-08-17&quot;:19.35},{&quot;2026-08-18&quot;:19.35},{&quot;2026-08-19&quot;:19.35},{&quot;2026-08-20&quot;:19.35},{&quot;2026-08-21&quot;:19.45},{&quot;2026-08-22&quot;:19.45},{&quot;2026-08-23&quot;:19.53},{&quot;2026-08-24&quot;:19.29},{&quot;2026-08-25&quot;:19.29},{&quot;2026-08-26&quot;:20.13},{&quot;2026-08-27&quot;:20.13},{&quot;2026-08-28&quot;:20.13},{&quot;2026-08-29&quot;:20.13},{&quot;2026-08-30&quot;:19.87},{&quot;2026-08-31&quot;:19.87},{&quot;2026-09-01&quot;:19.87},{&quot;2026-09-02&quot;:19.87},{&quot;2026-09-03&quot;:19.87},{&quot;2026-09-04&quot;:19.87},{&quot;2026-09-05&quot;:19.25},{&quot;2026-09-06&quot;:19.25},{&quot;2026-09-07&quot;:19.25},{&quot;2026-09-08&quot;:19.25},{&quot;2026-09-09&quot;:19.25},{&quot;2026-09-10&quot;:19.25},{&quot;2026-09-11&quot;:19.25}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nissa, Resurgent Animist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/3/f3bfeb35-470e-4e18-b15b-66a4a20d51b7.jpg?1782736636" />

        <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">
            Nissa, Resurgent Animist
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Nissa, Resurgent Animist" src="https://cards.scryfall.io/large/front/f/3/f3bfeb35-470e-4e18-b15b-66a4a20d51b7.jpg?1782736636" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-07-19&quot;:86.47},{&quot;2026-07-20&quot;:59.2},{&quot;2026-07-21&quot;:52.51},{&quot;2026-07-23&quot;:49.15},{&quot;2026-07-24&quot;:48.56},{&quot;2026-07-25&quot;:39.12},{&quot;2026-07-26&quot;:35.27},{&quot;2026-07-27&quot;:33.39},{&quot;2026-07-28&quot;:30.65},{&quot;2026-07-29&quot;:26.42},{&quot;2026-07-30&quot;:24.67},{&quot;2026-07-31&quot;:21.82},{&quot;2026-08-01&quot;:21.23},{&quot;2026-08-02&quot;:19.58},{&quot;2026-08-03&quot;:19.1},{&quot;2026-08-04&quot;:18.22},{&quot;2026-08-05&quot;:18.82},{&quot;2026-08-07&quot;:18.58},{&quot;2026-08-08&quot;:18.17},{&quot;2026-08-09&quot;:17.79},{&quot;2026-08-10&quot;:18.44},{&quot;2026-08-11&quot;:18.89},{&quot;2026-08-12&quot;:19.29},{&quot;2026-08-13&quot;:19.38},{&quot;2026-08-14&quot;:19.21},{&quot;2026-08-15&quot;:18.8},{&quot;2026-08-16&quot;:18.94},{&quot;2026-08-17&quot;:19.22},{&quot;2026-08-18&quot;:19.25},{&quot;2026-08-19&quot;:19.6},{&quot;2026-08-20&quot;:19.6},{&quot;2026-08-21&quot;:19.57},{&quot;2026-08-22&quot;:19.64},{&quot;2026-08-23&quot;:19.61},{&quot;2026-08-24&quot;:19.7},{&quot;2026-08-25&quot;:19.6},{&quot;2026-08-26&quot;:19.63},{&quot;2026-08-27&quot;:19.66},{&quot;2026-08-28&quot;:19.45},{&quot;2026-08-29&quot;:19.45},{&quot;2026-08-30&quot;:19.12},{&quot;2026-08-31&quot;:19.16},{&quot;2026-09-01&quot;:18.94},{&quot;2026-09-02&quot;:18.89},{&quot;2026-09-03&quot;:18.89},{&quot;2026-09-04&quot;:18.9},{&quot;2026-09-05&quot;:19.01},{&quot;2026-09-06&quot;:18.97},{&quot;2026-09-07&quot;:19.05},{&quot;2026-09-08&quot;:19.07},{&quot;2026-09-09&quot;:19.07},{&quot;2026-09-10&quot;:19.13},{&quot;2026-09-11&quot;:19.15}],&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="24650"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Valgavoth, Terror Eater" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/e/9ee79357-2488-41a1-8f8c-dfcb77206f8a.jpg?1783909399" />

        <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">
            Valgavoth, Terror Eater
        </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 Demon</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-b'></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="Valgavoth, Terror Eater" src="https://cards.scryfall.io/large/front/9/e/9ee79357-2488-41a1-8f8c-dfcb77206f8a.jpg?1783909399" />
    </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">
                $19.05
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:23.09},{&quot;2026-06-14&quot;:23.05},{&quot;2026-06-15&quot;:23.05},{&quot;2026-06-16&quot;:23.05},{&quot;2026-06-17&quot;:23.05},{&quot;2026-06-18&quot;:23.19},{&quot;2026-06-19&quot;:23.19},{&quot;2026-06-20&quot;:23.09},{&quot;2026-06-21&quot;:23.09},{&quot;2026-06-22&quot;:23.04},{&quot;2026-06-23&quot;:23.11},{&quot;2026-06-24&quot;:23.09},{&quot;2026-06-25&quot;:23.02},{&quot;2026-06-26&quot;:23.02},{&quot;2026-06-27&quot;:23.02},{&quot;2026-06-28&quot;:23.06},{&quot;2026-06-29&quot;:23.06},{&quot;2026-06-30&quot;:22.98},{&quot;2026-07-01&quot;:22.98},{&quot;2026-07-02&quot;:22.98},{&quot;2026-07-03&quot;:22.91},{&quot;2026-07-04&quot;:22.91},{&quot;2026-07-05&quot;:22.54},{&quot;2026-07-06&quot;:22.54},{&quot;2026-07-07&quot;:22.54},{&quot;2026-07-08&quot;:22.54},{&quot;2026-07-09&quot;:22.54},{&quot;2026-07-10&quot;:22.54},{&quot;2026-07-11&quot;:22.54},{&quot;2026-07-12&quot;:22.42},{&quot;2026-07-13&quot;:22.42},{&quot;2026-07-14&quot;:22.41},{&quot;2026-07-15&quot;:22.41},{&quot;2026-07-16&quot;:22.4},{&quot;2026-07-17&quot;:22.32},{&quot;2026-07-18&quot;:22.51},{&quot;2026-07-19&quot;:22.66},{&quot;2026-07-20&quot;:22.66},{&quot;2026-07-21&quot;:22.93},{&quot;2026-07-22&quot;:22.99},{&quot;2026-07-23&quot;:23.26},{&quot;2026-07-24&quot;:23.26},{&quot;2026-07-25&quot;:23.32},{&quot;2026-07-26&quot;:23.32},{&quot;2026-07-27&quot;:23.43},{&quot;2026-07-28&quot;:23.33},{&quot;2026-07-29&quot;:23.33},{&quot;2026-07-30&quot;:23.33},{&quot;2026-07-31&quot;:23.64},{&quot;2026-08-01&quot;:23.64},{&quot;2026-08-02&quot;:24.11},{&quot;2026-08-03&quot;:24.11},{&quot;2026-08-04&quot;:24.29},{&quot;2026-08-05&quot;:24.32},{&quot;2026-08-07&quot;:24.8},{&quot;2026-08-08&quot;:24.97},{&quot;2026-08-09&quot;:24.97},{&quot;2026-08-10&quot;:24.97},{&quot;2026-08-11&quot;:24.97},{&quot;2026-08-12&quot;:25.07},{&quot;2026-08-13&quot;:25.07},{&quot;2026-08-14&quot;:25.31},{&quot;2026-08-15&quot;:25.31},{&quot;2026-08-16&quot;:25.31},{&quot;2026-08-17&quot;:25.31},{&quot;2026-08-18&quot;:25.46},{&quot;2026-08-19&quot;:25.46},{&quot;2026-08-20&quot;:25.95},{&quot;2026-08-21&quot;:25.91},{&quot;2026-08-22&quot;:25.91},{&quot;2026-08-23&quot;:25.91},{&quot;2026-08-24&quot;:26.09},{&quot;2026-08-25&quot;:26.2},{&quot;2026-08-26&quot;:26.31},{&quot;2026-08-27&quot;:26.31},{&quot;2026-08-28&quot;:26.31},{&quot;2026-08-29&quot;:26.31},{&quot;2026-08-30&quot;:26.52},{&quot;2026-08-31&quot;:26.52},{&quot;2026-09-01&quot;:26.52},{&quot;2026-09-02&quot;:26.71},{&quot;2026-09-03&quot;:27.57},{&quot;2026-09-04&quot;:27.57},{&quot;2026-09-05&quot;:28.01},{&quot;2026-09-06&quot;:28.01},{&quot;2026-09-07&quot;:29.01},{&quot;2026-09-08&quot;:29.01},{&quot;2026-09-09&quot;:29.01},{&quot;2026-09-10&quot;:29.01},{&quot;2026-09-11&quot;:29.01}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.17},{&quot;2026-06-14&quot;:16.06},{&quot;2026-06-15&quot;:16.17},{&quot;2026-06-16&quot;:16.45},{&quot;2026-06-17&quot;:16.5},{&quot;2026-06-18&quot;:16.71},{&quot;2026-06-19&quot;:16.34},{&quot;2026-06-20&quot;:16.45},{&quot;2026-06-21&quot;:16.45},{&quot;2026-06-22&quot;:16.93},{&quot;2026-06-23&quot;:16.93},{&quot;2026-06-24&quot;:16.92},{&quot;2026-06-25&quot;:16.68},{&quot;2026-06-26&quot;:16.51},{&quot;2026-06-27&quot;:16.49},{&quot;2026-06-28&quot;:16.03},{&quot;2026-06-29&quot;:16.03},{&quot;2026-06-30&quot;:16.19},{&quot;2026-07-01&quot;:16.19},{&quot;2026-07-02&quot;:16.19},{&quot;2026-07-03&quot;:16.19},{&quot;2026-07-04&quot;:16.19},{&quot;2026-07-05&quot;:16.19},{&quot;2026-07-06&quot;:16.03},{&quot;2026-07-07&quot;:16.28},{&quot;2026-07-08&quot;:16.32},{&quot;2026-07-09&quot;:16.1},{&quot;2026-07-10&quot;:16.1},{&quot;2026-07-11&quot;:16.95},{&quot;2026-07-12&quot;:16.92},{&quot;2026-07-13&quot;:16.92},{&quot;2026-07-14&quot;:16.91},{&quot;2026-07-15&quot;:16.78},{&quot;2026-07-16&quot;:16.78},{&quot;2026-07-17&quot;:16.73},{&quot;2026-07-18&quot;:16.84},{&quot;2026-07-19&quot;:17.06},{&quot;2026-07-20&quot;:17.06},{&quot;2026-07-21&quot;:17.06},{&quot;2026-07-22&quot;:17.29},{&quot;2026-07-23&quot;:17.36},{&quot;2026-07-24&quot;:17.36},{&quot;2026-07-25&quot;:17.28},{&quot;2026-07-26&quot;:17.0},{&quot;2026-07-27&quot;:16.89},{&quot;2026-07-28&quot;:17.02},{&quot;2026-07-29&quot;:17.04},{&quot;2026-07-30&quot;:16.21},{&quot;2026-07-31&quot;:16.12},{&quot;2026-08-01&quot;:16.2},{&quot;2026-08-02&quot;:16.23},{&quot;2026-08-03&quot;:16.23},{&quot;2026-08-04&quot;:15.84},{&quot;2026-08-05&quot;:16.15},{&quot;2026-08-07&quot;:16.01},{&quot;2026-08-08&quot;:15.94},{&quot;2026-08-09&quot;:15.94},{&quot;2026-08-10&quot;:15.84},{&quot;2026-08-11&quot;:16.47},{&quot;2026-08-12&quot;:16.71},{&quot;2026-08-13&quot;:17.38},{&quot;2026-08-14&quot;:17.47},{&quot;2026-08-15&quot;:17.55},{&quot;2026-08-16&quot;:17.39},{&quot;2026-08-17&quot;:17.52},{&quot;2026-08-18&quot;:17.47},{&quot;2026-08-19&quot;:17.49},{&quot;2026-08-20&quot;:17.54},{&quot;2026-08-21&quot;:17.51},{&quot;2026-08-22&quot;:17.43},{&quot;2026-08-23&quot;:17.39},{&quot;2026-08-24&quot;:17.41},{&quot;2026-08-25&quot;:17.31},{&quot;2026-08-26&quot;:17.89},{&quot;2026-08-27&quot;:17.49},{&quot;2026-08-28&quot;:17.18},{&quot;2026-08-29&quot;:17.18},{&quot;2026-08-30&quot;:17.48},{&quot;2026-08-31&quot;:17.48},{&quot;2026-09-01&quot;:17.48},{&quot;2026-09-02&quot;:17.48},{&quot;2026-09-03&quot;:17.48},{&quot;2026-09-04&quot;:17.8},{&quot;2026-09-05&quot;:18.09},{&quot;2026-09-06&quot;:18.99},{&quot;2026-09-07&quot;:18.99},{&quot;2026-09-08&quot;:19.01},{&quot;2026-09-09&quot;:19.01},{&quot;2026-09-10&quot;:19.11},{&quot;2026-09-11&quot;:19.05}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $19.03
          </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="Training Center" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/78a39d22-5e3b-4ba0-b728-dbf16b61fc8f.jpg?1783915582" />

        <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">
            Training Center
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Training Center" src="https://cards.scryfall.io/large/front/7/8/78a39d22-5e3b-4ba0-b728-dbf16b61fc8f.jpg?1783915582" />
    </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">
                $19.03
              </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">
                $18.95
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:15.71},{&quot;2026-06-14&quot;:15.71},{&quot;2026-06-15&quot;:15.71},{&quot;2026-06-16&quot;:15.71},{&quot;2026-06-17&quot;:15.97},{&quot;2026-06-18&quot;:15.97},{&quot;2026-06-19&quot;:15.97},{&quot;2026-06-20&quot;:15.97},{&quot;2026-06-21&quot;:15.97},{&quot;2026-06-22&quot;:16.09},{&quot;2026-06-23&quot;:16.09},{&quot;2026-06-24&quot;:16.09},{&quot;2026-06-25&quot;:16.09},{&quot;2026-06-26&quot;:16.09},{&quot;2026-06-27&quot;:16.09},{&quot;2026-06-28&quot;:16.09},{&quot;2026-06-29&quot;:16.2},{&quot;2026-06-30&quot;:16.27},{&quot;2026-07-01&quot;:16.27},{&quot;2026-07-02&quot;:16.27},{&quot;2026-07-03&quot;:16.27},{&quot;2026-07-04&quot;:16.27},{&quot;2026-07-05&quot;:16.27},{&quot;2026-07-06&quot;:16.27},{&quot;2026-07-07&quot;:16.27},{&quot;2026-07-08&quot;:16.27},{&quot;2026-07-09&quot;:16.27},{&quot;2026-07-10&quot;:16.27},{&quot;2026-07-11&quot;:16.27},{&quot;2026-07-12&quot;:16.27},{&quot;2026-07-13&quot;:16.27},{&quot;2026-07-14&quot;:16.27},{&quot;2026-07-15&quot;:16.27},{&quot;2026-07-16&quot;:16.27},{&quot;2026-07-17&quot;:16.27},{&quot;2026-07-18&quot;:16.54},{&quot;2026-07-19&quot;:16.54},{&quot;2026-07-20&quot;:16.79},{&quot;2026-07-21&quot;:16.9},{&quot;2026-07-22&quot;:16.9},{&quot;2026-07-23&quot;:16.86},{&quot;2026-07-24&quot;:17.02},{&quot;2026-07-25&quot;:17.02},{&quot;2026-07-26&quot;:17.06},{&quot;2026-07-27&quot;:17.06},{&quot;2026-07-28&quot;:17.06},{&quot;2026-07-29&quot;:17.06},{&quot;2026-07-30&quot;:17.35},{&quot;2026-07-31&quot;:17.46},{&quot;2026-08-01&quot;:17.46},{&quot;2026-08-02&quot;:17.46},{&quot;2026-08-03&quot;:17.48},{&quot;2026-08-04&quot;:17.48},{&quot;2026-08-05&quot;:17.48},{&quot;2026-08-07&quot;:17.96},{&quot;2026-08-08&quot;:17.96},{&quot;2026-08-09&quot;:18.08},{&quot;2026-08-10&quot;:18.16},{&quot;2026-08-11&quot;:18.16},{&quot;2026-08-12&quot;:18.16},{&quot;2026-08-13&quot;:17.94},{&quot;2026-08-14&quot;:17.94},{&quot;2026-08-15&quot;:17.94},{&quot;2026-08-16&quot;:18.14},{&quot;2026-08-17&quot;:18.14},{&quot;2026-08-18&quot;:18.14},{&quot;2026-08-19&quot;:18.14},{&quot;2026-08-20&quot;:18.25},{&quot;2026-08-21&quot;:18.25},{&quot;2026-08-22&quot;:18.25},{&quot;2026-08-23&quot;:18.25},{&quot;2026-08-24&quot;:18.25},{&quot;2026-08-25&quot;:18.57},{&quot;2026-08-26&quot;:18.68},{&quot;2026-08-27&quot;:18.68},{&quot;2026-08-28&quot;:18.72},{&quot;2026-08-29&quot;:18.72},{&quot;2026-08-30&quot;:18.72},{&quot;2026-08-31&quot;:18.72},{&quot;2026-09-01&quot;:18.72},{&quot;2026-09-02&quot;:18.72},{&quot;2026-09-03&quot;:18.72},{&quot;2026-09-04&quot;:18.85},{&quot;2026-09-05&quot;:18.85},{&quot;2026-09-06&quot;:18.85},{&quot;2026-09-07&quot;:18.85},{&quot;2026-09-08&quot;:18.85},{&quot;2026-09-09&quot;:18.95},{&quot;2026-09-10&quot;:18.95},{&quot;2026-09-11&quot;:18.95}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:16.93},{&quot;2026-06-14&quot;:16.6},{&quot;2026-06-15&quot;:16.68},{&quot;2026-06-16&quot;:16.36},{&quot;2026-06-17&quot;:16.57},{&quot;2026-06-18&quot;:16.69},{&quot;2026-06-19&quot;:16.74},{&quot;2026-06-20&quot;:16.82},{&quot;2026-06-21&quot;:17.06},{&quot;2026-06-22&quot;:17.25},{&quot;2026-06-23&quot;:17.28},{&quot;2026-06-24&quot;:17.24},{&quot;2026-06-25&quot;:17.18},{&quot;2026-06-26&quot;:17.21},{&quot;2026-06-27&quot;:17.27},{&quot;2026-06-28&quot;:17.15},{&quot;2026-06-29&quot;:16.92},{&quot;2026-06-30&quot;:17.09},{&quot;2026-07-01&quot;:17.11},{&quot;2026-07-02&quot;:17.6},{&quot;2026-07-03&quot;:17.91},{&quot;2026-07-04&quot;:17.9},{&quot;2026-07-05&quot;:17.81},{&quot;2026-07-06&quot;:17.68},{&quot;2026-07-07&quot;:17.68},{&quot;2026-07-08&quot;:17.8},{&quot;2026-07-09&quot;:18.01},{&quot;2026-07-10&quot;:17.45},{&quot;2026-07-11&quot;:17.01},{&quot;2026-07-12&quot;:16.9},{&quot;2026-07-13&quot;:16.78},{&quot;2026-07-14&quot;:16.59},{&quot;2026-07-15&quot;:16.4},{&quot;2026-07-16&quot;:16.45},{&quot;2026-07-17&quot;:16.54},{&quot;2026-07-18&quot;:16.78},{&quot;2026-07-19&quot;:16.84},{&quot;2026-07-20&quot;:16.95},{&quot;2026-07-21&quot;:17.28},{&quot;2026-07-22&quot;:17.38},{&quot;2026-07-23&quot;:17.3},{&quot;2026-07-24&quot;:17.27},{&quot;2026-07-25&quot;:17.39},{&quot;2026-07-26&quot;:17.65},{&quot;2026-07-27&quot;:17.49},{&quot;2026-07-28&quot;:17.49},{&quot;2026-07-29&quot;:17.52},{&quot;2026-07-30&quot;:17.56},{&quot;2026-07-31&quot;:17.96},{&quot;2026-08-01&quot;:18.17},{&quot;2026-08-02&quot;:18.12},{&quot;2026-08-03&quot;:18.51},{&quot;2026-08-04&quot;:18.51},{&quot;2026-08-05&quot;:18.64},{&quot;2026-08-07&quot;:18.69},{&quot;2026-08-08&quot;:18.67},{&quot;2026-08-09&quot;:18.57},{&quot;2026-08-10&quot;:18.52},{&quot;2026-08-11&quot;:18.54},{&quot;2026-08-12&quot;:18.54},{&quot;2026-08-13&quot;:18.54},{&quot;2026-08-14&quot;:18.52},{&quot;2026-08-15&quot;:18.51},{&quot;2026-08-16&quot;:17.8},{&quot;2026-08-17&quot;:17.4},{&quot;2026-08-18&quot;:17.0},{&quot;2026-08-19&quot;:17.18},{&quot;2026-08-20&quot;:17.07},{&quot;2026-08-21&quot;:17.07},{&quot;2026-08-22&quot;:17.15},{&quot;2026-08-23&quot;:16.85},{&quot;2026-08-24&quot;:17.16},{&quot;2026-08-25&quot;:17.43},{&quot;2026-08-26&quot;:17.69},{&quot;2026-08-27&quot;:17.69},{&quot;2026-08-28&quot;:17.7},{&quot;2026-08-29&quot;:17.7},{&quot;2026-08-30&quot;:17.49},{&quot;2026-08-31&quot;:17.78},{&quot;2026-09-01&quot;:17.79},{&quot;2026-09-02&quot;:17.77},{&quot;2026-09-03&quot;:17.83},{&quot;2026-09-04&quot;:17.65},{&quot;2026-09-05&quot;:17.8},{&quot;2026-09-06&quot;:18.06},{&quot;2026-09-07&quot;:18.42},{&quot;2026-09-08&quot;:18.48},{&quot;2026-09-09&quot;:18.61},{&quot;2026-09-10&quot;:18.94},{&quot;2026-09-11&quot;:19.03}]}"
        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="95639"
  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">
            Lightning, Army of One
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $18.92
          </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, Army of One" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/c/0c665905-183b-401f-b83c-a312d032e061.jpg?1783906461" />

        <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, Army of One
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lightning, Army of One" src="https://cards.scryfall.io/large/front/0/c/0c665905-183b-401f-b83c-a312d032e061.jpg?1783906461" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:33.57},{&quot;2026-06-14&quot;:33.73},{&quot;2026-06-15&quot;:33.73},{&quot;2026-06-16&quot;:33.73},{&quot;2026-06-17&quot;:33.73},{&quot;2026-06-18&quot;:33.88},{&quot;2026-06-19&quot;:33.88},{&quot;2026-06-20&quot;:33.88},{&quot;2026-06-21&quot;:33.88},{&quot;2026-06-22&quot;:33.88},{&quot;2026-06-23&quot;:33.88},{&quot;2026-06-24&quot;:33.88},{&quot;2026-06-25&quot;:33.88},{&quot;2026-06-26&quot;:33.88},{&quot;2026-06-27&quot;:33.88},{&quot;2026-06-28&quot;:33.88},{&quot;2026-06-29&quot;:33.88},{&quot;2026-06-30&quot;:33.88},{&quot;2026-07-01&quot;:34.16},{&quot;2026-07-02&quot;:34.16},{&quot;2026-07-03&quot;:34.16},{&quot;2026-07-04&quot;:34.12},{&quot;2026-07-05&quot;:34.12},{&quot;2026-07-06&quot;:34.12},{&quot;2026-07-07&quot;:34.31},{&quot;2026-07-08&quot;:34.31},{&quot;2026-07-09&quot;:34.68},{&quot;2026-07-10&quot;:34.68},{&quot;2026-07-11&quot;:34.68},{&quot;2026-07-12&quot;:34.68},{&quot;2026-07-13&quot;:34.68},{&quot;2026-07-14&quot;:34.68},{&quot;2026-07-15&quot;:34.68},{&quot;2026-07-16&quot;:34.68},{&quot;2026-07-17&quot;:34.68},{&quot;2026-07-18&quot;:34.68},{&quot;2026-07-19&quot;:34.68},{&quot;2026-07-20&quot;:34.68},{&quot;2026-07-21&quot;:34.74},{&quot;2026-07-22&quot;:35.08},{&quot;2026-07-23&quot;:35.37},{&quot;2026-07-24&quot;:35.37},{&quot;2026-07-25&quot;:35.37},{&quot;2026-07-26&quot;:35.37},{&quot;2026-07-27&quot;:35.37},{&quot;2026-07-28&quot;:35.37},{&quot;2026-07-29&quot;:35.37},{&quot;2026-07-30&quot;:35.37},{&quot;2026-07-31&quot;:35.37},{&quot;2026-08-01&quot;:35.37},{&quot;2026-08-02&quot;:35.37},{&quot;2026-08-03&quot;:35.65},{&quot;2026-08-04&quot;:35.65},{&quot;2026-08-05&quot;:35.65},{&quot;2026-08-07&quot;:35.65},{&quot;2026-08-08&quot;:35.65},{&quot;2026-08-09&quot;:35.65},{&quot;2026-08-10&quot;:35.65},{&quot;2026-08-11&quot;:35.65},{&quot;2026-08-12&quot;:35.65},{&quot;2026-08-13&quot;:35.65},{&quot;2026-08-14&quot;:35.65},{&quot;2026-08-15&quot;:35.65},{&quot;2026-08-16&quot;:36.19},{&quot;2026-08-17&quot;:36.19},{&quot;2026-08-18&quot;:36.19},{&quot;2026-08-19&quot;:36.19},{&quot;2026-08-20&quot;:36.19},{&quot;2026-08-21&quot;:36.19},{&quot;2026-08-22&quot;:36.19},{&quot;2026-08-23&quot;:36.19},{&quot;2026-08-24&quot;:36.19},{&quot;2026-08-25&quot;:36.19},{&quot;2026-08-26&quot;:36.19},{&quot;2026-08-27&quot;:36.19},{&quot;2026-08-28&quot;:36.19},{&quot;2026-08-29&quot;:36.19},{&quot;2026-08-30&quot;:36.36},{&quot;2026-08-31&quot;:36.36},{&quot;2026-09-01&quot;:36.36},{&quot;2026-09-02&quot;:36.36},{&quot;2026-09-03&quot;:36.36},{&quot;2026-09-04&quot;:36.36},{&quot;2026-09-05&quot;:36.36},{&quot;2026-09-06&quot;:36.36},{&quot;2026-09-07&quot;:36.36},{&quot;2026-09-08&quot;:36.36},{&quot;2026-09-09&quot;:36.36},{&quot;2026-09-10&quot;:36.55},{&quot;2026-09-11&quot;:36.55}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:17.31},{&quot;2026-06-14&quot;:17.44},{&quot;2026-06-15&quot;:17.58},{&quot;2026-06-16&quot;:17.58},{&quot;2026-06-17&quot;:17.38},{&quot;2026-06-18&quot;:17.38},{&quot;2026-06-19&quot;:17.35},{&quot;2026-06-20&quot;:17.47},{&quot;2026-06-21&quot;:17.43},{&quot;2026-06-22&quot;:17.43},{&quot;2026-06-23&quot;:17.6},{&quot;2026-06-24&quot;:17.6},{&quot;2026-06-25&quot;:17.6},{&quot;2026-06-26&quot;:18.11},{&quot;2026-06-27&quot;:18.47},{&quot;2026-06-28&quot;:18.34},{&quot;2026-06-29&quot;:18.14},{&quot;2026-06-30&quot;:18.14},{&quot;2026-07-01&quot;:18.14},{&quot;2026-07-02&quot;:18.04},{&quot;2026-07-03&quot;:18.06},{&quot;2026-07-04&quot;:18.06},{&quot;2026-07-05&quot;:18.21},{&quot;2026-07-06&quot;:18.21},{&quot;2026-07-07&quot;:18.05},{&quot;2026-07-08&quot;:18.05},{&quot;2026-07-09&quot;:18.09},{&quot;2026-07-10&quot;:18.09},{&quot;2026-07-11&quot;:18.09},{&quot;2026-07-12&quot;:17.92},{&quot;2026-07-13&quot;:17.92},{&quot;2026-07-14&quot;:17.85},{&quot;2026-07-15&quot;:17.78},{&quot;2026-07-16&quot;:17.82},{&quot;2026-07-17&quot;:17.82},{&quot;2026-07-18&quot;:17.86},{&quot;2026-07-19&quot;:17.88},{&quot;2026-07-20&quot;:17.88},{&quot;2026-07-21&quot;:17.16},{&quot;2026-07-22&quot;:17.86},{&quot;2026-07-23&quot;:17.83},{&quot;2026-07-24&quot;:17.87},{&quot;2026-07-25&quot;:17.89},{&quot;2026-07-26&quot;:17.89},{&quot;2026-07-27&quot;:17.56},{&quot;2026-07-28&quot;:17.56},{&quot;2026-07-29&quot;:17.28},{&quot;2026-07-30&quot;:17.28},{&quot;2026-07-31&quot;:17.28},{&quot;2026-08-01&quot;:17.36},{&quot;2026-08-02&quot;:17.36},{&quot;2026-08-03&quot;:17.58},{&quot;2026-08-04&quot;:17.58},{&quot;2026-08-05&quot;:17.53},{&quot;2026-08-07&quot;:18.08},{&quot;2026-08-08&quot;:18.08},{&quot;2026-08-09&quot;:17.91},{&quot;2026-08-10&quot;:17.91},{&quot;2026-08-11&quot;:18.04},{&quot;2026-08-12&quot;:18.04},{&quot;2026-08-13&quot;:18.04},{&quot;2026-08-14&quot;:18.21},{&quot;2026-08-15&quot;:18.21},{&quot;2026-08-16&quot;:18.19},{&quot;2026-08-17&quot;:18.17},{&quot;2026-08-18&quot;:18.17},{&quot;2026-08-19&quot;:18.17},{&quot;2026-08-20&quot;:18.17},{&quot;2026-08-21&quot;:18.17},{&quot;2026-08-22&quot;:18.18},{&quot;2026-08-23&quot;:18.18},{&quot;2026-08-24&quot;:18.17},{&quot;2026-08-25&quot;:18.18},{&quot;2026-08-26&quot;:18.1},{&quot;2026-08-27&quot;:18.1},{&quot;2026-08-28&quot;:18.06},{&quot;2026-08-29&quot;:18.06},{&quot;2026-08-30&quot;:18.06},{&quot;2026-08-31&quot;:18.06},{&quot;2026-09-01&quot;:18.06},{&quot;2026-09-02&quot;:18.31},{&quot;2026-09-03&quot;:18.31},{&quot;2026-09-04&quot;:18.31},{&quot;2026-09-05&quot;:18.31},{&quot;2026-09-06&quot;:18.67},{&quot;2026-09-07&quot;:18.67},{&quot;2026-09-08&quot;:18.67},{&quot;2026-09-09&quot;:18.92},{&quot;2026-09-10&quot;:18.92},{&quot;2026-09-11&quot;:18.92}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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 Victory
        </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 Bard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Voice of Victory" src="https://cards.scryfall.io/large/front/e/c/ec3de5f4-bb55-4ab9-995f-f3e0dc22c1bb.jpg?1758215927" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $18.77
              </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">
                $20.61
              </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">$20.50</span>
              <span class="text-xs text-grey-text">Credit: $26.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;:21.96},{&quot;2026-06-12&quot;:21.96},{&quot;2026-06-13&quot;:22.06},{&quot;2026-06-14&quot;:22.18},{&quot;2026-06-15&quot;:22.3},{&quot;2026-06-16&quot;:22.31},{&quot;2026-06-17&quot;:22.5},{&quot;2026-06-18&quot;:22.39},{&quot;2026-06-19&quot;:22.39},{&quot;2026-06-20&quot;:22.45},{&quot;2026-06-21&quot;:22.45},{&quot;2026-06-22&quot;:22.45},{&quot;2026-06-23&quot;:22.45},{&quot;2026-06-24&quot;:22.45},{&quot;2026-06-25&quot;:22.45},{&quot;2026-06-26&quot;:22.24},{&quot;2026-06-27&quot;:22.24},{&quot;2026-06-28&quot;:22.24},{&quot;2026-06-29&quot;:22.24},{&quot;2026-06-30&quot;:22.24},{&quot;2026-07-01&quot;:22.01},{&quot;2026-07-02&quot;:21.95},{&quot;2026-07-03&quot;:21.95},{&quot;2026-07-04&quot;:21.95},{&quot;2026-07-05&quot;:22.14},{&quot;2026-07-06&quot;:21.78},{&quot;2026-07-07&quot;:21.78},{&quot;2026-07-08&quot;:21.67},{&quot;2026-07-09&quot;:20.95},{&quot;2026-07-10&quot;:20.45},{&quot;2026-07-11&quot;:19.66},{&quot;2026-07-12&quot;:19.62},{&quot;2026-07-13&quot;:19.41},{&quot;2026-07-14&quot;:18.96},{&quot;2026-07-15&quot;:18.74},{&quot;2026-07-16&quot;:18.72},{&quot;2026-07-17&quot;:18.64},{&quot;2026-07-18&quot;:18.4},{&quot;2026-07-19&quot;:18.4},{&quot;2026-07-20&quot;:18.41},{&quot;2026-07-21&quot;:18.58},{&quot;2026-07-23&quot;:18.6},{&quot;2026-07-25&quot;:18.58},{&quot;2026-07-26&quot;:18.66},{&quot;2026-07-27&quot;:18.57},{&quot;2026-07-28&quot;:18.66},{&quot;2026-07-29&quot;:18.57},{&quot;2026-07-30&quot;:18.47},{&quot;2026-07-31&quot;:18.82},{&quot;2026-08-01&quot;:19.03},{&quot;2026-08-02&quot;:19.03},{&quot;2026-08-03&quot;:19.09},{&quot;2026-08-04&quot;:19.02},{&quot;2026-08-05&quot;:19.1},{&quot;2026-08-07&quot;:19.31},{&quot;2026-08-08&quot;:19.31},{&quot;2026-08-09&quot;:19.65},{&quot;2026-08-10&quot;:19.61},{&quot;2026-08-11&quot;:20.38},{&quot;2026-08-12&quot;:20.38},{&quot;2026-08-13&quot;:20.28},{&quot;2026-08-14&quot;:19.96},{&quot;2026-08-15&quot;:19.76},{&quot;2026-08-16&quot;:19.76},{&quot;2026-08-17&quot;:19.69},{&quot;2026-08-18&quot;:19.83},{&quot;2026-08-19&quot;:20.02},{&quot;2026-08-20&quot;:20.02},{&quot;2026-08-21&quot;:19.71},{&quot;2026-08-22&quot;:19.71},{&quot;2026-08-23&quot;:19.67},{&quot;2026-08-24&quot;:19.67},{&quot;2026-08-25&quot;:19.67},{&quot;2026-08-26&quot;:18.85},{&quot;2026-08-27&quot;:18.94},{&quot;2026-08-28&quot;:18.94},{&quot;2026-08-29&quot;:18.94},{&quot;2026-08-30&quot;:18.86},{&quot;2026-08-31&quot;:19.51},{&quot;2026-09-01&quot;:19.51},{&quot;2026-09-02&quot;:19.82},{&quot;2026-09-03&quot;:19.73},{&quot;2026-09-04&quot;:19.73},{&quot;2026-09-05&quot;:20.29},{&quot;2026-09-06&quot;:20.4},{&quot;2026-09-07&quot;:20.4},{&quot;2026-09-08&quot;:20.53},{&quot;2026-09-09&quot;:20.53},{&quot;2026-09-10&quot;:20.53},{&quot;2026-09-11&quot;:20.61}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:20.62},{&quot;2026-06-12&quot;:19.54},{&quot;2026-06-13&quot;:19.1},{&quot;2026-06-14&quot;:19.14},{&quot;2026-06-15&quot;:18.57},{&quot;2026-06-16&quot;:18.56},{&quot;2026-06-17&quot;:18.72},{&quot;2026-06-18&quot;:18.9},{&quot;2026-06-19&quot;:18.83},{&quot;2026-06-20&quot;:18.93},{&quot;2026-06-21&quot;:18.72},{&quot;2026-06-22&quot;:18.42},{&quot;2026-06-23&quot;:18.12},{&quot;2026-06-24&quot;:18.23},{&quot;2026-06-25&quot;:18.61},{&quot;2026-06-26&quot;:18.58},{&quot;2026-06-27&quot;:19.02},{&quot;2026-06-28&quot;:18.76},{&quot;2026-06-29&quot;:18.61},{&quot;2026-06-30&quot;:18.41},{&quot;2026-07-01&quot;:18.97},{&quot;2026-07-02&quot;:18.4},{&quot;2026-07-03&quot;:18.55},{&quot;2026-07-04&quot;:17.84},{&quot;2026-07-05&quot;:18.03},{&quot;2026-07-06&quot;:17.96},{&quot;2026-07-07&quot;:17.74},{&quot;2026-07-08&quot;:17.69},{&quot;2026-07-09&quot;:18.05},{&quot;2026-07-10&quot;:19.1},{&quot;2026-07-11&quot;:18.93},{&quot;2026-07-12&quot;:18.91},{&quot;2026-07-13&quot;:17.96},{&quot;2026-07-14&quot;:17.49},{&quot;2026-07-15&quot;:17.54},{&quot;2026-07-16&quot;:17.42},{&quot;2026-07-17&quot;:16.87},{&quot;2026-07-18&quot;:16.82},{&quot;2026-07-19&quot;:16.67},{&quot;2026-07-20&quot;:16.98},{&quot;2026-07-21&quot;:17.38},{&quot;2026-07-23&quot;:17.73},{&quot;2026-07-25&quot;:18.71},{&quot;2026-07-26&quot;:18.25},{&quot;2026-07-27&quot;:18.03},{&quot;2026-07-28&quot;:17.44},{&quot;2026-07-29&quot;:16.92},{&quot;2026-07-30&quot;:16.72},{&quot;2026-07-31&quot;:17.74},{&quot;2026-08-01&quot;:17.75},{&quot;2026-08-02&quot;:17.68},{&quot;2026-08-03&quot;:17.41},{&quot;2026-08-04&quot;:18.17},{&quot;2026-08-05&quot;:18.84},{&quot;2026-08-07&quot;:17.26},{&quot;2026-08-08&quot;:16.83},{&quot;2026-08-09&quot;:16.84},{&quot;2026-08-10&quot;:16.98},{&quot;2026-08-11&quot;:17.35},{&quot;2026-08-12&quot;:18.1},{&quot;2026-08-13&quot;:18.04},{&quot;2026-08-14&quot;:18.23},{&quot;2026-08-15&quot;:17.77},{&quot;2026-08-16&quot;:17.43},{&quot;2026-08-17&quot;:17.52},{&quot;2026-08-18&quot;:17.99},{&quot;2026-08-19&quot;:18.62},{&quot;2026-08-20&quot;:18.62},{&quot;2026-08-21&quot;:18.1},{&quot;2026-08-22&quot;:17.64},{&quot;2026-08-23&quot;:17.15},{&quot;2026-08-24&quot;:17.26},{&quot;2026-08-25&quot;:17.26},{&quot;2026-08-26&quot;:17.26},{&quot;2026-08-27&quot;:17.16},{&quot;2026-08-28&quot;:17.53},{&quot;2026-08-29&quot;:17.53},{&quot;2026-08-30&quot;:17.62},{&quot;2026-08-31&quot;:18.86},{&quot;2026-09-01&quot;:18.86},{&quot;2026-09-02&quot;:19.74},{&quot;2026-09-03&quot;:19.51},{&quot;2026-09-04&quot;:19.1},{&quot;2026-09-05&quot;:18.66},{&quot;2026-09-06&quot;:19.07},{&quot;2026-09-07&quot;:19.19},{&quot;2026-09-08&quot;:19.08},{&quot;2026-09-09&quot;:18.99},{&quot;2026-09-10&quot;:18.8},{&quot;2026-09-11&quot;:18.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34717"
  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-iko 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">
            Indatha Triome
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Plains Swamp Forest
      </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">
            $18.76
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Indatha Triome" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/b/9bf2b208-79c6-4c4c-bf66-871352ed600f.jpg?1783930980" />

        <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">
            Indatha Triome
        </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 — Plains Swamp Forest</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="Indatha Triome" src="https://cards.scryfall.io/large/front/9/b/9bf2b208-79c6-4c4c-bf66-871352ed600f.jpg?1783930980" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:38.62},{&quot;2026-06-14&quot;:38.62},{&quot;2026-06-15&quot;:38.62},{&quot;2026-06-16&quot;:38.57},{&quot;2026-06-17&quot;:38.57},{&quot;2026-06-18&quot;:38.57},{&quot;2026-06-19&quot;:38.57},{&quot;2026-06-20&quot;:38.61},{&quot;2026-06-21&quot;:38.61},{&quot;2026-06-22&quot;:38.61},{&quot;2026-06-23&quot;:38.61},{&quot;2026-06-24&quot;:38.61},{&quot;2026-06-25&quot;:38.61},{&quot;2026-06-26&quot;:38.61},{&quot;2026-06-27&quot;:38.61},{&quot;2026-06-28&quot;:38.61},{&quot;2026-06-29&quot;:38.72},{&quot;2026-06-30&quot;:38.72},{&quot;2026-07-01&quot;:38.72},{&quot;2026-07-02&quot;:38.72},{&quot;2026-07-03&quot;:38.72},{&quot;2026-07-04&quot;:38.72},{&quot;2026-07-05&quot;:38.62},{&quot;2026-07-06&quot;:38.74},{&quot;2026-07-07&quot;:38.74},{&quot;2026-07-08&quot;:38.74},{&quot;2026-07-09&quot;:39.03},{&quot;2026-07-10&quot;:39.03},{&quot;2026-07-11&quot;:39.03},{&quot;2026-07-12&quot;:39.03},{&quot;2026-07-13&quot;:38.9},{&quot;2026-07-14&quot;:38.9},{&quot;2026-07-15&quot;:38.9},{&quot;2026-07-16&quot;:38.92},{&quot;2026-07-17&quot;:38.96},{&quot;2026-07-18&quot;:38.96},{&quot;2026-07-19&quot;:38.96},{&quot;2026-07-20&quot;:38.96},{&quot;2026-07-21&quot;:38.96},{&quot;2026-07-22&quot;:38.96},{&quot;2026-07-23&quot;:38.92},{&quot;2026-07-24&quot;:38.92},{&quot;2026-07-25&quot;:38.78},{&quot;2026-07-26&quot;:38.78},{&quot;2026-07-27&quot;:38.7},{&quot;2026-07-28&quot;:38.84},{&quot;2026-07-29&quot;:38.84},{&quot;2026-07-30&quot;:38.8},{&quot;2026-07-31&quot;:38.88},{&quot;2026-08-01&quot;:38.88},{&quot;2026-08-02&quot;:38.75},{&quot;2026-08-03&quot;:38.69},{&quot;2026-08-04&quot;:38.69},{&quot;2026-08-05&quot;:38.66},{&quot;2026-08-07&quot;:38.69},{&quot;2026-08-08&quot;:38.69},{&quot;2026-08-09&quot;:38.69},{&quot;2026-08-10&quot;:38.69},{&quot;2026-08-11&quot;:38.64},{&quot;2026-08-12&quot;:38.64},{&quot;2026-08-13&quot;:38.64},{&quot;2026-08-14&quot;:38.46},{&quot;2026-08-15&quot;:38.46},{&quot;2026-08-16&quot;:38.46},{&quot;2026-08-17&quot;:38.46},{&quot;2026-08-18&quot;:38.46},{&quot;2026-08-19&quot;:38.46},{&quot;2026-08-20&quot;:38.46},{&quot;2026-08-21&quot;:38.33},{&quot;2026-08-22&quot;:38.33},{&quot;2026-08-23&quot;:38.31},{&quot;2026-08-24&quot;:38.31},{&quot;2026-08-25&quot;:38.31},{&quot;2026-08-26&quot;:38.33},{&quot;2026-08-27&quot;:38.33},{&quot;2026-08-28&quot;:38.31},{&quot;2026-08-29&quot;:38.31},{&quot;2026-08-30&quot;:38.31},{&quot;2026-08-31&quot;:38.29},{&quot;2026-09-01&quot;:38.29},{&quot;2026-09-02&quot;:38.29},{&quot;2026-09-03&quot;:38.29},{&quot;2026-09-04&quot;:38.29},{&quot;2026-09-05&quot;:38.29},{&quot;2026-09-06&quot;:38.29},{&quot;2026-09-07&quot;:38.29},{&quot;2026-09-08&quot;:38.29},{&quot;2026-09-09&quot;:38.3},{&quot;2026-09-10&quot;:38.55},{&quot;2026-09-11&quot;:38.55}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:19.79},{&quot;2026-06-14&quot;:19.53},{&quot;2026-06-15&quot;:19.42},{&quot;2026-06-16&quot;:19.37},{&quot;2026-06-17&quot;:19.06},{&quot;2026-06-18&quot;:19.0},{&quot;2026-06-19&quot;:18.97},{&quot;2026-06-20&quot;:18.9},{&quot;2026-06-21&quot;:18.94},{&quot;2026-06-22&quot;:18.99},{&quot;2026-06-23&quot;:19.24},{&quot;2026-06-24&quot;:19.79},{&quot;2026-06-25&quot;:19.9},{&quot;2026-06-26&quot;:19.9},{&quot;2026-06-27&quot;:19.9},{&quot;2026-06-28&quot;:19.91},{&quot;2026-06-29&quot;:19.88},{&quot;2026-06-30&quot;:19.88},{&quot;2026-07-01&quot;:20.24},{&quot;2026-07-02&quot;:20.2},{&quot;2026-07-03&quot;:20.02},{&quot;2026-07-04&quot;:19.86},{&quot;2026-07-05&quot;:19.86},{&quot;2026-07-06&quot;:19.73},{&quot;2026-07-07&quot;:19.45},{&quot;2026-07-08&quot;:19.38},{&quot;2026-07-09&quot;:18.74},{&quot;2026-07-10&quot;:18.67},{&quot;2026-07-11&quot;:18.32},{&quot;2026-07-12&quot;:18.13},{&quot;2026-07-13&quot;:17.83},{&quot;2026-07-14&quot;:17.42},{&quot;2026-07-15&quot;:17.44},{&quot;2026-07-16&quot;:17.4},{&quot;2026-07-17&quot;:17.51},{&quot;2026-07-18&quot;:17.62},{&quot;2026-07-19&quot;:17.82},{&quot;2026-07-20&quot;:17.76},{&quot;2026-07-21&quot;:18.17},{&quot;2026-07-22&quot;:18.55},{&quot;2026-07-23&quot;:18.55},{&quot;2026-07-24&quot;:18.55},{&quot;2026-07-25&quot;:18.35},{&quot;2026-07-26&quot;:18.38},{&quot;2026-07-27&quot;:18.22},{&quot;2026-07-28&quot;:18.17},{&quot;2026-07-29&quot;:18.1},{&quot;2026-07-30&quot;:17.78},{&quot;2026-07-31&quot;:17.81},{&quot;2026-08-01&quot;:17.71},{&quot;2026-08-02&quot;:18.04},{&quot;2026-08-03&quot;:18.11},{&quot;2026-08-04&quot;:18.21},{&quot;2026-08-05&quot;:18.46},{&quot;2026-08-07&quot;:18.35},{&quot;2026-08-08&quot;:18.28},{&quot;2026-08-09&quot;:18.17},{&quot;2026-08-10&quot;:18.18},{&quot;2026-08-11&quot;:18.22},{&quot;2026-08-12&quot;:18.22},{&quot;2026-08-13&quot;:18.28},{&quot;2026-08-14&quot;:18.2},{&quot;2026-08-15&quot;:18.12},{&quot;2026-08-16&quot;:18.14},{&quot;2026-08-17&quot;:18.05},{&quot;2026-08-18&quot;:18.05},{&quot;2026-08-19&quot;:18.05},{&quot;2026-08-20&quot;:17.92},{&quot;2026-08-21&quot;:17.92},{&quot;2026-08-22&quot;:17.99},{&quot;2026-08-23&quot;:17.99},{&quot;2026-08-24&quot;:18.28},{&quot;2026-08-25&quot;:18.61},{&quot;2026-08-26&quot;:18.86},{&quot;2026-08-27&quot;:18.76},{&quot;2026-08-28&quot;:19.33},{&quot;2026-08-29&quot;:19.33},{&quot;2026-08-30&quot;:19.53},{&quot;2026-08-31&quot;:19.53},{&quot;2026-09-01&quot;:19.56},{&quot;2026-09-02&quot;:19.5},{&quot;2026-09-03&quot;:19.5},{&quot;2026-09-04&quot;:19.5},{&quot;2026-09-05&quot;:19.43},{&quot;2026-09-06&quot;:19.43},{&quot;2026-09-07&quot;:19.41},{&quot;2026-09-08&quot;:19.28},{&quot;2026-09-09&quot;:18.7},{&quot;2026-09-10&quot;:18.67},{&quot;2026-09-11&quot;:18.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sheoldred // The True Scriptures" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/f/bf2249e6-af74-4b88-8eb7-144ce8fa7f6b.jpg?1783917007" />

        <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">
            Sheoldred 
        </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 — Phyrexian Praetor</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Sheoldred // The True Scriptures" src="https://cards.scryfall.io/large/front/b/f/bf2249e6-af74-4b88-8eb7-144ce8fa7f6b.jpg?1783917007" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Sheoldred // The True Scriptures" src="https://cards.scryfall.io/large/back/b/f/bf2249e6-af74-4b88-8eb7-144ce8fa7f6b.jpg?1783917007" />
              </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-grey-text">
            0
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:18.2},{&quot;2026-06-12&quot;:18.2},{&quot;2026-06-13&quot;:18.4},{&quot;2026-06-14&quot;:18.4},{&quot;2026-06-15&quot;:18.4},{&quot;2026-06-16&quot;:18.8},{&quot;2026-06-17&quot;:18.8},{&quot;2026-06-18&quot;:18.8},{&quot;2026-06-19&quot;:18.8},{&quot;2026-06-20&quot;:18.98},{&quot;2026-06-21&quot;:19.01},{&quot;2026-06-22&quot;:19.01},{&quot;2026-06-23&quot;:19.01},{&quot;2026-06-24&quot;:19.33},{&quot;2026-06-25&quot;:19.33},{&quot;2026-06-26&quot;:19.33},{&quot;2026-06-27&quot;:19.33},{&quot;2026-06-28&quot;:19.48},{&quot;2026-06-29&quot;:19.48},{&quot;2026-06-30&quot;:19.48},{&quot;2026-07-01&quot;:19.81},{&quot;2026-07-02&quot;:19.8},{&quot;2026-07-03&quot;:19.79},{&quot;2026-07-04&quot;:19.67},{&quot;2026-07-05&quot;:19.99},{&quot;2026-07-06&quot;:20.33},{&quot;2026-07-07&quot;:20.33},{&quot;2026-07-08&quot;:20.33},{&quot;2026-07-09&quot;:20.33},{&quot;2026-07-10&quot;:20.33},{&quot;2026-07-11&quot;:20.41},{&quot;2026-07-12&quot;:20.41},{&quot;2026-07-13&quot;:20.41},{&quot;2026-07-14&quot;:20.41},{&quot;2026-07-15&quot;:20.41},{&quot;2026-07-16&quot;:20.41},{&quot;2026-07-17&quot;:20.41},{&quot;2026-07-18&quot;:20.41},{&quot;2026-07-19&quot;:20.41},{&quot;2026-07-20&quot;:20.41},{&quot;2026-07-21&quot;:20.41},{&quot;2026-07-23&quot;:20.41},{&quot;2026-07-25&quot;:20.41},{&quot;2026-07-26&quot;:20.41},{&quot;2026-07-27&quot;:20.41},{&quot;2026-07-28&quot;:20.39},{&quot;2026-07-29&quot;:20.16},{&quot;2026-07-30&quot;:20.16},{&quot;2026-07-31&quot;:20.16},{&quot;2026-08-01&quot;:20.16},{&quot;2026-08-02&quot;:20.16},{&quot;2026-08-03&quot;:19.95},{&quot;2026-08-04&quot;:19.64},{&quot;2026-08-05&quot;:19.57},{&quot;2026-08-07&quot;:19.57},{&quot;2026-08-08&quot;:19.57},{&quot;2026-08-09&quot;:19.57},{&quot;2026-08-10&quot;:19.55},{&quot;2026-08-11&quot;:19.55},{&quot;2026-08-12&quot;:19.0},{&quot;2026-08-13&quot;:19.0},{&quot;2026-08-14&quot;:19.0},{&quot;2026-08-15&quot;:19.26},{&quot;2026-08-16&quot;:19.26},{&quot;2026-08-17&quot;:19.25},{&quot;2026-08-18&quot;:19.25},{&quot;2026-08-19&quot;:19.25},{&quot;2026-08-20&quot;:19.25},{&quot;2026-08-21&quot;:19.25},{&quot;2026-08-22&quot;:19.25},{&quot;2026-08-23&quot;:19.25},{&quot;2026-08-24&quot;:19.25},{&quot;2026-08-25&quot;:19.25},{&quot;2026-08-26&quot;:19.25},{&quot;2026-08-27&quot;:19.25},{&quot;2026-08-28&quot;:18.95},{&quot;2026-08-29&quot;:18.95},{&quot;2026-08-30&quot;:19.17},{&quot;2026-08-31&quot;:19.17},{&quot;2026-09-01&quot;:19.17},{&quot;2026-09-02&quot;:18.86},{&quot;2026-09-03&quot;:18.86},{&quot;2026-09-04&quot;:18.86},{&quot;2026-09-05&quot;:18.86},{&quot;2026-09-06&quot;:18.86},{&quot;2026-09-07&quot;:18.82},{&quot;2026-09-08&quot;:18.75},{&quot;2026-09-09&quot;:18.75},{&quot;2026-09-10&quot;:18.75},{&quot;2026-09-11&quot;:18.75}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:19.45},{&quot;2026-06-12&quot;:19.54},{&quot;2026-06-13&quot;:19.57},{&quot;2026-06-14&quot;:19.05},{&quot;2026-06-15&quot;:19.13},{&quot;2026-06-16&quot;:18.85},{&quot;2026-06-17&quot;:18.96},{&quot;2026-06-18&quot;:19.35},{&quot;2026-06-19&quot;:19.38},{&quot;2026-06-20&quot;:19.23},{&quot;2026-06-21&quot;:18.97},{&quot;2026-06-22&quot;:18.97},{&quot;2026-06-23&quot;:18.72},{&quot;2026-06-24&quot;:18.89},{&quot;2026-06-25&quot;:19.01},{&quot;2026-06-26&quot;:18.58},{&quot;2026-06-27&quot;:19.12},{&quot;2026-06-28&quot;:19.45},{&quot;2026-06-29&quot;:19.45},{&quot;2026-06-30&quot;:19.45},{&quot;2026-07-01&quot;:19.44},{&quot;2026-07-02&quot;:19.44},{&quot;2026-07-03&quot;:18.62},{&quot;2026-07-04&quot;:18.62},{&quot;2026-07-05&quot;:18.26},{&quot;2026-07-06&quot;:18.26},{&quot;2026-07-07&quot;:17.98},{&quot;2026-07-08&quot;:17.91},{&quot;2026-07-09&quot;:17.91},{&quot;2026-07-10&quot;:17.31},{&quot;2026-07-11&quot;:17.06},{&quot;2026-07-12&quot;:16.8},{&quot;2026-07-13&quot;:16.86},{&quot;2026-07-14&quot;:16.75},{&quot;2026-07-15&quot;:16.78},{&quot;2026-07-16&quot;:17.11},{&quot;2026-07-17&quot;:17.19},{&quot;2026-07-18&quot;:17.57},{&quot;2026-07-19&quot;:18.05},{&quot;2026-07-20&quot;:18.0},{&quot;2026-07-21&quot;:18.33},{&quot;2026-07-23&quot;:18.32},{&quot;2026-07-25&quot;:18.24},{&quot;2026-07-26&quot;:18.2},{&quot;2026-07-27&quot;:18.22},{&quot;2026-07-28&quot;:18.22},{&quot;2026-07-29&quot;:18.22},{&quot;2026-07-30&quot;:18.19},{&quot;2026-07-31&quot;:17.87},{&quot;2026-08-01&quot;:17.87},{&quot;2026-08-02&quot;:17.54},{&quot;2026-08-03&quot;:17.77},{&quot;2026-08-04&quot;:17.8},{&quot;2026-08-05&quot;:17.65},{&quot;2026-08-07&quot;:18.54},{&quot;2026-08-08&quot;:19.14},{&quot;2026-08-09&quot;:19.64},{&quot;2026-08-10&quot;:19.64},{&quot;2026-08-11&quot;:19.7},{&quot;2026-08-12&quot;:19.9},{&quot;2026-08-13&quot;:19.41},{&quot;2026-08-14&quot;:19.11},{&quot;2026-08-15&quot;:18.87},{&quot;2026-08-16&quot;:18.88},{&quot;2026-08-17&quot;:18.36},{&quot;2026-08-18&quot;:18.46},{&quot;2026-08-19&quot;:18.73},{&quot;2026-08-20&quot;:18.73},{&quot;2026-08-21&quot;:18.74},{&quot;2026-08-22&quot;:18.34},{&quot;2026-08-23&quot;:18.3},{&quot;2026-08-24&quot;:18.22},{&quot;2026-08-25&quot;:18.22},{&quot;2026-08-26&quot;:17.4},{&quot;2026-08-27&quot;:17.66},{&quot;2026-08-28&quot;:16.84},{&quot;2026-08-29&quot;:16.84},{&quot;2026-08-30&quot;:16.41},{&quot;2026-08-31&quot;:17.0},{&quot;2026-09-01&quot;:17.0},{&quot;2026-09-02&quot;:17.3},{&quot;2026-09-03&quot;:17.21},{&quot;2026-09-04&quot;:17.94},{&quot;2026-09-05&quot;:18.11},{&quot;2026-09-06&quot;:18.16},{&quot;2026-09-07&quot;:18.09},{&quot;2026-09-08&quot;:18.09},{&quot;2026-09-09&quot;:18.62},{&quot;2026-09-10&quot;:18.62},{&quot;2026-09-11&quot;:18.69}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Redirect Lightning
        </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 — Lesson</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="Redirect Lightning" src="https://cards.scryfall.io/large/front/2/c/2c1c0fb2-cb74-46a1-9ce4-5274feab1146.jpg?1783904884" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:24.53},{&quot;2026-06-11&quot;:24.58},{&quot;2026-06-12&quot;:24.98},{&quot;2026-06-13&quot;:25.07},{&quot;2026-06-14&quot;:25.08},{&quot;2026-06-15&quot;:25.12},{&quot;2026-06-16&quot;:25.08},{&quot;2026-06-17&quot;:25.12},{&quot;2026-06-18&quot;:25.53},{&quot;2026-06-19&quot;:25.46},{&quot;2026-06-20&quot;:25.47},{&quot;2026-06-21&quot;:25.38},{&quot;2026-06-22&quot;:25.02},{&quot;2026-06-23&quot;:24.95},{&quot;2026-06-24&quot;:24.66},{&quot;2026-06-25&quot;:24.6},{&quot;2026-06-26&quot;:24.59},{&quot;2026-06-27&quot;:24.42},{&quot;2026-06-28&quot;:24.28},{&quot;2026-06-29&quot;:24.28},{&quot;2026-06-30&quot;:24.29},{&quot;2026-07-01&quot;:24.22},{&quot;2026-07-02&quot;:24.12},{&quot;2026-07-03&quot;:23.85},{&quot;2026-07-04&quot;:23.6},{&quot;2026-07-05&quot;:23.34},{&quot;2026-07-06&quot;:23.19},{&quot;2026-07-07&quot;:22.97},{&quot;2026-07-08&quot;:22.77},{&quot;2026-07-09&quot;:22.57},{&quot;2026-07-10&quot;:22.58},{&quot;2026-07-11&quot;:22.32},{&quot;2026-07-12&quot;:22.12},{&quot;2026-07-13&quot;:22.07},{&quot;2026-07-14&quot;:22.17},{&quot;2026-07-15&quot;:21.99},{&quot;2026-07-16&quot;:22.51},{&quot;2026-07-17&quot;:22.52},{&quot;2026-07-18&quot;:23.11},{&quot;2026-07-19&quot;:23.11},{&quot;2026-07-20&quot;:23.04},{&quot;2026-07-21&quot;:23.21},{&quot;2026-07-23&quot;:23.36},{&quot;2026-07-25&quot;:24.39},{&quot;2026-07-26&quot;:24.33},{&quot;2026-07-27&quot;:24.15},{&quot;2026-07-29&quot;:24.66},{&quot;2026-07-30&quot;:24.66},{&quot;2026-07-31&quot;:24.85},{&quot;2026-08-01&quot;:24.66},{&quot;2026-08-02&quot;:24.76},{&quot;2026-08-03&quot;:25.04},{&quot;2026-08-04&quot;:24.79},{&quot;2026-08-05&quot;:24.86},{&quot;2026-08-07&quot;:24.87},{&quot;2026-08-08&quot;:24.84},{&quot;2026-08-09&quot;:24.86},{&quot;2026-08-10&quot;:24.94},{&quot;2026-08-11&quot;:25.17},{&quot;2026-08-12&quot;:25.02},{&quot;2026-08-13&quot;:25.15},{&quot;2026-08-14&quot;:25.15},{&quot;2026-08-15&quot;:25.17},{&quot;2026-08-16&quot;:25.17},{&quot;2026-08-17&quot;:24.31},{&quot;2026-08-18&quot;:24.43},{&quot;2026-08-19&quot;:24.58},{&quot;2026-08-20&quot;:24.58},{&quot;2026-08-21&quot;:24.67},{&quot;2026-08-22&quot;:24.69},{&quot;2026-08-23&quot;:24.6},{&quot;2026-08-24&quot;:24.64},{&quot;2026-08-25&quot;:24.64},{&quot;2026-08-26&quot;:24.82},{&quot;2026-08-27&quot;:24.96},{&quot;2026-08-28&quot;:25.05},{&quot;2026-08-29&quot;:25.05},{&quot;2026-08-30&quot;:25.18},{&quot;2026-08-31&quot;:25.17},{&quot;2026-09-01&quot;:25.17},{&quot;2026-09-02&quot;:24.97},{&quot;2026-09-03&quot;:25.04},{&quot;2026-09-04&quot;:25.08},{&quot;2026-09-05&quot;:25.47},{&quot;2026-09-06&quot;:25.42},{&quot;2026-09-07&quot;:25.28},{&quot;2026-09-08&quot;:25.3},{&quot;2026-09-09&quot;:25.48},{&quot;2026-09-10&quot;:25.43},{&quot;2026-09-11&quot;:25.64}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:19.16},{&quot;2026-06-11&quot;:18.37},{&quot;2026-06-12&quot;:18.27},{&quot;2026-06-13&quot;:18.46},{&quot;2026-06-14&quot;:17.82},{&quot;2026-06-15&quot;:17.4},{&quot;2026-06-16&quot;:17.4},{&quot;2026-06-17&quot;:17.45},{&quot;2026-06-18&quot;:17.86},{&quot;2026-06-19&quot;:17.41},{&quot;2026-06-20&quot;:16.6},{&quot;2026-06-21&quot;:16.41},{&quot;2026-06-22&quot;:16.41},{&quot;2026-06-23&quot;:16.36},{&quot;2026-06-24&quot;:16.32},{&quot;2026-06-25&quot;:16.29},{&quot;2026-06-26&quot;:16.72},{&quot;2026-06-27&quot;:16.52},{&quot;2026-06-28&quot;:16.36},{&quot;2026-06-29&quot;:16.36},{&quot;2026-06-30&quot;:16.43},{&quot;2026-07-01&quot;:16.39},{&quot;2026-07-02&quot;:16.43},{&quot;2026-07-03&quot;:16.57},{&quot;2026-07-04&quot;:16.35},{&quot;2026-07-05&quot;:16.02},{&quot;2026-07-06&quot;:17.06},{&quot;2026-07-07&quot;:17.29},{&quot;2026-07-08&quot;:17.36},{&quot;2026-07-09&quot;:17.3},{&quot;2026-07-10&quot;:17.59},{&quot;2026-07-11&quot;:17.91},{&quot;2026-07-12&quot;:18.04},{&quot;2026-07-13&quot;:17.05},{&quot;2026-07-14&quot;:16.8},{&quot;2026-07-15&quot;:16.86},{&quot;2026-07-16&quot;:17.04},{&quot;2026-07-17&quot;:17.0},{&quot;2026-07-18&quot;:17.22},{&quot;2026-07-19&quot;:17.64},{&quot;2026-07-20&quot;:18.06},{&quot;2026-07-21&quot;:17.99},{&quot;2026-07-23&quot;:17.9},{&quot;2026-07-25&quot;:17.65},{&quot;2026-07-26&quot;:17.73},{&quot;2026-07-27&quot;:17.72},{&quot;2026-07-29&quot;:17.96},{&quot;2026-07-30&quot;:17.73},{&quot;2026-07-31&quot;:17.75},{&quot;2026-08-01&quot;:17.69},{&quot;2026-08-02&quot;:17.57},{&quot;2026-08-03&quot;:17.02},{&quot;2026-08-04&quot;:16.57},{&quot;2026-08-05&quot;:16.26},{&quot;2026-08-07&quot;:16.34},{&quot;2026-08-08&quot;:16.15},{&quot;2026-08-09&quot;:17.09},{&quot;2026-08-10&quot;:17.58},{&quot;2026-08-11&quot;:17.83},{&quot;2026-08-12&quot;:17.55},{&quot;2026-08-13&quot;:17.33},{&quot;2026-08-14&quot;:17.03},{&quot;2026-08-15&quot;:17.19},{&quot;2026-08-16&quot;:17.31},{&quot;2026-08-17&quot;:16.32},{&quot;2026-08-18&quot;:16.69},{&quot;2026-08-19&quot;:16.52},{&quot;2026-08-20&quot;:16.52},{&quot;2026-08-21&quot;:17.23},{&quot;2026-08-22&quot;:17.3},{&quot;2026-08-23&quot;:17.4},{&quot;2026-08-24&quot;:17.81},{&quot;2026-08-25&quot;:17.81},{&quot;2026-08-26&quot;:18.88},{&quot;2026-08-27&quot;:18.86},{&quot;2026-08-28&quot;:18.98},{&quot;2026-08-29&quot;:18.98},{&quot;2026-08-30&quot;:18.67},{&quot;2026-08-31&quot;:18.75},{&quot;2026-09-01&quot;:18.75},{&quot;2026-09-02&quot;:18.72},{&quot;2026-09-03&quot;:18.9},{&quot;2026-09-04&quot;:18.37},{&quot;2026-09-05&quot;:18.45},{&quot;2026-09-06&quot;:18.63},{&quot;2026-09-07&quot;:18.65},{&quot;2026-09-08&quot;:18.79},{&quot;2026-09-09&quot;:18.86},{&quot;2026-09-10&quot;:18.54},{&quot;2026-09-11&quot;:18.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $18.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="Mystical Tutor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36fa9a0b-b0c9-43ea-ba11-99d7982f974e.jpg?1783918491" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mystical Tutor" src="https://cards.scryfall.io/large/front/3/6/36fa9a0b-b0c9-43ea-ba11-99d7982f974e.jpg?1783918491" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:18.17},{&quot;2026-06-13&quot;:18.21},{&quot;2026-06-14&quot;:18.15},{&quot;2026-06-15&quot;:18.15},{&quot;2026-06-16&quot;:18.15},{&quot;2026-06-17&quot;:18.15},{&quot;2026-06-18&quot;:17.91},{&quot;2026-06-19&quot;:17.91},{&quot;2026-06-20&quot;:17.91},{&quot;2026-06-21&quot;:17.91},{&quot;2026-06-22&quot;:17.91},{&quot;2026-06-23&quot;:17.74},{&quot;2026-06-24&quot;:17.74},{&quot;2026-06-25&quot;:17.74},{&quot;2026-06-26&quot;:17.8},{&quot;2026-06-27&quot;:17.8},{&quot;2026-06-28&quot;:17.7},{&quot;2026-06-29&quot;:17.7},{&quot;2026-06-30&quot;:17.7},{&quot;2026-07-01&quot;:17.7},{&quot;2026-07-02&quot;:17.7},{&quot;2026-07-03&quot;:17.7},{&quot;2026-07-04&quot;:17.62},{&quot;2026-07-05&quot;:17.28},{&quot;2026-07-06&quot;:17.15},{&quot;2026-07-07&quot;:16.81},{&quot;2026-07-08&quot;:16.84},{&quot;2026-07-09&quot;:16.7},{&quot;2026-07-10&quot;:17.0},{&quot;2026-07-11&quot;:16.98},{&quot;2026-07-12&quot;:16.98},{&quot;2026-07-13&quot;:16.98},{&quot;2026-07-14&quot;:16.98},{&quot;2026-07-15&quot;:17.03},{&quot;2026-07-16&quot;:17.03},{&quot;2026-07-17&quot;:17.14},{&quot;2026-07-18&quot;:17.14},{&quot;2026-07-19&quot;:17.14},{&quot;2026-07-20&quot;:17.14},{&quot;2026-07-21&quot;:17.14},{&quot;2026-07-23&quot;:16.99},{&quot;2026-07-24&quot;:16.99},{&quot;2026-07-25&quot;:17.07},{&quot;2026-07-26&quot;:17.01},{&quot;2026-07-27&quot;:17.01},{&quot;2026-07-28&quot;:17.01},{&quot;2026-07-29&quot;:16.92},{&quot;2026-07-30&quot;:16.83},{&quot;2026-07-31&quot;:16.82},{&quot;2026-08-01&quot;:16.82},{&quot;2026-08-02&quot;:16.89},{&quot;2026-08-03&quot;:16.88},{&quot;2026-08-04&quot;:16.85},{&quot;2026-08-05&quot;:16.85},{&quot;2026-08-07&quot;:16.94},{&quot;2026-08-08&quot;:16.9},{&quot;2026-08-09&quot;:16.9},{&quot;2026-08-10&quot;:16.9},{&quot;2026-08-11&quot;:16.87},{&quot;2026-08-12&quot;:16.87},{&quot;2026-08-13&quot;:16.86},{&quot;2026-08-14&quot;:16.85},{&quot;2026-08-15&quot;:16.84},{&quot;2026-08-16&quot;:16.85},{&quot;2026-08-17&quot;:16.85},{&quot;2026-08-18&quot;:16.85},{&quot;2026-08-19&quot;:16.82},{&quot;2026-08-20&quot;:16.82},{&quot;2026-08-21&quot;:16.89},{&quot;2026-08-22&quot;:16.89},{&quot;2026-08-23&quot;:16.83},{&quot;2026-08-24&quot;:16.73},{&quot;2026-08-25&quot;:16.89},{&quot;2026-08-26&quot;:16.83},{&quot;2026-08-27&quot;:16.86},{&quot;2026-08-28&quot;:16.91},{&quot;2026-08-29&quot;:16.91},{&quot;2026-08-30&quot;:17.1},{&quot;2026-08-31&quot;:17.1},{&quot;2026-09-01&quot;:17.16},{&quot;2026-09-02&quot;:17.19},{&quot;2026-09-03&quot;:17.37},{&quot;2026-09-04&quot;:17.39},{&quot;2026-09-05&quot;:17.15},{&quot;2026-09-06&quot;:17.11},{&quot;2026-09-07&quot;:17.2},{&quot;2026-09-08&quot;:17.43},{&quot;2026-09-09&quot;:17.43},{&quot;2026-09-10&quot;:17.69},{&quot;2026-09-11&quot;:17.69}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:19.47},{&quot;2026-06-13&quot;:19.34},{&quot;2026-06-14&quot;:18.98},{&quot;2026-06-15&quot;:18.61},{&quot;2026-06-16&quot;:18.69},{&quot;2026-06-17&quot;:18.7},{&quot;2026-06-18&quot;:18.38},{&quot;2026-06-19&quot;:18.11},{&quot;2026-06-20&quot;:17.56},{&quot;2026-06-21&quot;:17.53},{&quot;2026-06-22&quot;:17.53},{&quot;2026-06-23&quot;:17.43},{&quot;2026-06-24&quot;:16.94},{&quot;2026-06-25&quot;:16.94},{&quot;2026-06-26&quot;:16.69},{&quot;2026-06-27&quot;:16.8},{&quot;2026-06-28&quot;:16.49},{&quot;2026-06-29&quot;:16.59},{&quot;2026-06-30&quot;:16.53},{&quot;2026-07-01&quot;:16.69},{&quot;2026-07-02&quot;:16.93},{&quot;2026-07-03&quot;:16.91},{&quot;2026-07-04&quot;:16.77},{&quot;2026-07-05&quot;:16.77},{&quot;2026-07-06&quot;:16.78},{&quot;2026-07-07&quot;:16.76},{&quot;2026-07-08&quot;:16.76},{&quot;2026-07-09&quot;:16.95},{&quot;2026-07-10&quot;:16.95},{&quot;2026-07-11&quot;:16.95},{&quot;2026-07-12&quot;:17.09},{&quot;2026-07-13&quot;:17.0},{&quot;2026-07-14&quot;:16.75},{&quot;2026-07-15&quot;:16.65},{&quot;2026-07-16&quot;:16.43},{&quot;2026-07-17&quot;:16.61},{&quot;2026-07-18&quot;:16.55},{&quot;2026-07-19&quot;:16.53},{&quot;2026-07-20&quot;:16.53},{&quot;2026-07-21&quot;:16.49},{&quot;2026-07-23&quot;:16.52},{&quot;2026-07-24&quot;:16.32},{&quot;2026-07-25&quot;:16.23},{&quot;2026-07-26&quot;:16.22},{&quot;2026-07-27&quot;:16.3},{&quot;2026-07-28&quot;:16.28},{&quot;2026-07-29&quot;:16.18},{&quot;2026-07-30&quot;:16.23},{&quot;2026-07-31&quot;:15.79},{&quot;2026-08-01&quot;:15.76},{&quot;2026-08-02&quot;:15.5},{&quot;2026-08-03&quot;:15.47},{&quot;2026-08-04&quot;:15.44},{&quot;2026-08-05&quot;:15.42},{&quot;2026-08-07&quot;:15.89},{&quot;2026-08-08&quot;:15.88},{&quot;2026-08-09&quot;:15.89},{&quot;2026-08-10&quot;:15.82},{&quot;2026-08-11&quot;:15.94},{&quot;2026-08-12&quot;:16.16},{&quot;2026-08-13&quot;:16.24},{&quot;2026-08-14&quot;:16.21},{&quot;2026-08-15&quot;:16.23},{&quot;2026-08-16&quot;:16.23},{&quot;2026-08-17&quot;:16.2},{&quot;2026-08-18&quot;:16.16},{&quot;2026-08-19&quot;:16.18},{&quot;2026-08-20&quot;:16.18},{&quot;2026-08-21&quot;:16.06},{&quot;2026-08-22&quot;:16.08},{&quot;2026-08-23&quot;:16.12},{&quot;2026-08-24&quot;:16.2},{&quot;2026-08-25&quot;:16.42},{&quot;2026-08-26&quot;:16.59},{&quot;2026-08-27&quot;:16.72},{&quot;2026-08-28&quot;:16.59},{&quot;2026-08-29&quot;:16.59},{&quot;2026-08-30&quot;:16.89},{&quot;2026-08-31&quot;:17.09},{&quot;2026-09-01&quot;:17.58},{&quot;2026-09-02&quot;:18.13},{&quot;2026-09-03&quot;:18.13},{&quot;2026-09-04&quot;:18.25},{&quot;2026-09-05&quot;:18.66},{&quot;2026-09-06&quot;:18.82},{&quot;2026-09-07&quot;:18.55},{&quot;2026-09-08&quot;:18.62},{&quot;2026-09-09&quot;:18.85},{&quot;2026-09-10&quot;:19.05},{&quot;2026-09-11&quot;:18.52}]}"
        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 151-200 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=3&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 href="/load_collection?direction=asc&amp;page=2&amp;username=denvermullets">2</a><a href="/load_collection?direction=asc&amp;page=3&amp;username=denvermullets" rel="prev">3</a><a role="link" aria-disabled="true" aria-current="page">4</a><a href="/load_collection?direction=asc&amp;page=5&amp;username=denvermullets" rel="next">5</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=5&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="91197"
          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">
              387
            </td>

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary 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-x'></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">
                  $24.22

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99307"
          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-ecl ss-rare ss-fw ss-2x mr-4"></i>
              Hexing Squelcher


            </td>

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

                    <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">
                <div class="flex items-center gap-2">
                  $24.20

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $17.50
            </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="99307"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99307" src="/boxset_card/99307?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-mythic ss-fw ss-2x mr-4"></i>
              Atraxa, Praetors&#39; Voice


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Battle Angels of Tyr


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99452"
          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">
              253
            </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-mythic ss-fw ss-2x mr-4"></i>
              Chronicle of Victory


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Urza&#39;s Mine
            </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">
                  $23.00

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90354"
          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">
              323
            </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-mythic ss-fw ss-2x mr-4"></i>
              Rise of the Dark Realms


            </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-7'></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">
                  $22.85

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21016"
          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-2x2 ss-rare ss-fw ss-2x mr-4"></i>
              Thrumming Stone


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Starscream, Power Hungry // Starscream, Seeker Leader


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Swamp Forest Island
            </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">
                  $22.24

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-mythic ss-fw ss-2x mr-4"></i>
              Gisela, the Broken Blade // Brisela, Voice of Nightmares


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Karlach, Fury of Avernus


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-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">
            </td>

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

                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $15.00
            </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="92635"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_92635" src="/boxset_card/92635?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $9.20
            </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="39067"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_39067" src="/boxset_card/39067?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29424"
          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-j25 ss-rare ss-fw ss-2x mr-4"></i>
              Rev, Tithe Extractor


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

                    <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">
                <div class="flex items-center gap-2">
                  $20.99

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52989"
          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">
              106
            </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>
              Cabal Coffers


            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $15.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.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52989"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52989" src="/boxset_card/52989?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33531"
          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">
              105
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-rare ss-fw ss-2x mr-4"></i>
              Didgeridoo


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $20.50

                    <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">
                $11.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33531"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33531" src="/boxset_card/33531?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112510"
          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">
              24
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-mythic ss-fw ss-2x mr-4"></i>
              The Queen of Dale


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $20.28

                    <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">
                $20.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="112510"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112510" src="/boxset_card/112510?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41706"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              199
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x mr-4"></i>
              Kodama of the West Tree


            </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-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">
                  $20.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $14.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.67
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41706"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41706" src="/boxset_card/41706?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20080"
          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">
              1
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-mythic ss-fw ss-2x mr-4"></i>
              Emrakul, the Aeons Torn


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Eldrazi
            </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-15'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $20.22

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $13.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20080"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20080" src="/boxset_card/20080?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96614"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              192
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x mr-4"></i>
              Icetill Explorer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Insect Scout
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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">
                  $20.19

                    <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">
                $17.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.96
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96614"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96614" src="/boxset_card/96614?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46693"
          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">
              337
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Surrak and Goreclaw


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Bear
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $20.04

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $14.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="46693"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_46693" src="/boxset_card/46693?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9869"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              228
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x mr-4"></i>
              Unwinding Clock


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $19.90

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $17.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9869"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9869" src="/boxset_card/9869?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95502"
          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">
              404
            </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>
              Yuna, Hope of Spira


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $19.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $13.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95502"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95502" src="/boxset_card/95502?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12524"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              384
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Sigarda&#39;s Aid


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $19.66

                    <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">
                $15.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="12524"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12524" src="/boxset_card/12524?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79223"
          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">
              182
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x mr-4"></i>
              Reiterate


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $19.65

                    <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">
                $13.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79223"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79223" src="/boxset_card/79223?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20726"
          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-2x2 ss-rare ss-fw ss-2x mr-4"></i>
              Grand Arbiter Augustin IV


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Advisor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $19.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $10.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                2.58
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20726"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20726" src="/boxset_card/20726?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20840"
          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">
              295
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-mythic ss-fw ss-2x mr-4"></i>
              Sword of Body and Mind


            </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">
                  $19.42

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $8.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.61
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20840"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20840" src="/boxset_card/20840?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94953"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              58
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-mythic ss-fw ss-2x mr-4"></i>
              Thrasios, Triton Hero


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Merfolk 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-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $19.35

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $10.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.34
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94953"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94953" src="/boxset_card/94953?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57955"
          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">
              337
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-mythic ss-fw ss-2x mr-4"></i>
              Vraska, Betrayal&#39;s Sting


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Vraska
            </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-bp'></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">
                  $19.27

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $14.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.72
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57955"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57955" src="/boxset_card/57955?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80399"
          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">
              124
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-mythic ss-fw ss-2x mr-4"></i>
              Balefire Dragon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dragon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></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">
                  $19.25

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $13.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.73
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80399"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80399" src="/boxset_card/80399?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112370"
          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">
              2658
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-mythic ss-fw ss-2x mr-4"></i>
              Nissa, Resurgent Animist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Scout
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $19.15

                    <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">
                $13.00
            </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="112370"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112370" src="/boxset_card/112370?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24650"
          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">
              352
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x mr-4"></i>
              Valgavoth, Terror Eater


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder 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-6'></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><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">
                  $19.05

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $12.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="24650"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_24650" src="/boxset_card/24650?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13302"
          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">
              434
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x mr-4"></i>
              Training Center


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $19.03

                    <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">
                $11.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13302"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13302" src="/boxset_card/13302?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95639"
          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">
              498
            </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>
              Lightning, Army of One


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Soldier
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $18.92

                    <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">
                $13.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.79
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95639"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95639" src="/boxset_card/95639?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="92979"
          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">
              33
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-rare ss-fw ss-2x mr-4"></i>
              Voice of Victory


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Bard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $18.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $20.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.95
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="92979"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_92979" src="/boxset_card/92979?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34717"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              309
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-rare ss-fw ss-2x mr-4"></i>
              Indatha Triome


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Plains Swamp Forest
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $18.76

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $11.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34717"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34717" src="/boxset_card/34717?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45968"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              125
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-mythic ss-fw ss-2x mr-4"></i>
              Sheoldred // The True Scriptures


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Praetor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $18.69

                    <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">
                $14.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.86
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="45968"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_45968" src="/boxset_card/45968?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="97389"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              343
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-rare ss-fw ss-2x mr-4"></i>
              Redirect Lightning


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant — Lesson
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $18.56

                    <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">
                $15.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="97389"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_97389" src="/boxset_card/97389?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18137"
          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">
              60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x mr-4"></i>
              Mystical Tutor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $18.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">
                $12.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18137"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18137" src="/boxset_card/18137?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 151-200 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=3&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 href="/load_collection?direction=asc&amp;page=2&amp;username=denvermullets">2</a><a href="/load_collection?direction=asc&amp;page=3&amp;username=denvermullets" rel="prev">3</a><a role="link" aria-disabled="true" aria-current="page">4</a><a href="/load_collection?direction=asc&amp;page=5&amp;username=denvermullets" rel="next">5</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=5&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>