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

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $3.63
          </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="Cid, Timeless Artificer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/b/2bbab097-acb3-480d-a433-e4f81dde62e4.jpg?1783906498" />

        <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">
            Cid, Timeless Artificer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Cid, Timeless Artificer" src="https://cards.scryfall.io/large/front/2/b/2bbab097-acb3-480d-a433-e4f81dde62e4.jpg?1783906498" />
    </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">
                $3.63
              </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">
                $8.55
              </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">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.45},{&quot;2026-06-11&quot;:7.45},{&quot;2026-06-12&quot;:7.45},{&quot;2026-06-13&quot;:7.45},{&quot;2026-06-14&quot;:7.44},{&quot;2026-06-15&quot;:7.44},{&quot;2026-06-16&quot;:7.44},{&quot;2026-06-17&quot;:7.33},{&quot;2026-06-18&quot;:7.33},{&quot;2026-06-19&quot;:7.32},{&quot;2026-06-20&quot;:7.32},{&quot;2026-06-21&quot;:7.32},{&quot;2026-06-22&quot;:7.32},{&quot;2026-06-23&quot;:7.35},{&quot;2026-06-24&quot;:7.35},{&quot;2026-06-25&quot;:7.39},{&quot;2026-06-26&quot;:7.39},{&quot;2026-06-27&quot;:7.39},{&quot;2026-06-28&quot;:7.28},{&quot;2026-06-29&quot;:7.28},{&quot;2026-06-30&quot;:7.28},{&quot;2026-07-01&quot;:7.28},{&quot;2026-07-02&quot;:7.35},{&quot;2026-07-03&quot;:7.43},{&quot;2026-07-04&quot;:7.42},{&quot;2026-07-05&quot;:7.42},{&quot;2026-07-06&quot;:7.46},{&quot;2026-07-07&quot;:7.46},{&quot;2026-07-08&quot;:7.46},{&quot;2026-07-09&quot;:7.46},{&quot;2026-07-10&quot;:7.47},{&quot;2026-07-11&quot;:7.29},{&quot;2026-07-12&quot;:7.29},{&quot;2026-07-13&quot;:7.29},{&quot;2026-07-14&quot;:7.37},{&quot;2026-07-15&quot;:7.48},{&quot;2026-07-16&quot;:7.48},{&quot;2026-07-17&quot;:7.48},{&quot;2026-07-18&quot;:7.52},{&quot;2026-07-19&quot;:7.52},{&quot;2026-07-20&quot;:7.52},{&quot;2026-07-21&quot;:7.52},{&quot;2026-07-23&quot;:7.52},{&quot;2026-07-25&quot;:7.52},{&quot;2026-07-26&quot;:7.52},{&quot;2026-07-27&quot;:7.52},{&quot;2026-07-29&quot;:7.52},{&quot;2026-07-30&quot;:7.52},{&quot;2026-07-31&quot;:7.52},{&quot;2026-08-01&quot;:7.52},{&quot;2026-08-02&quot;:7.52},{&quot;2026-08-03&quot;:7.97},{&quot;2026-08-04&quot;:8.33},{&quot;2026-08-05&quot;:8.24},{&quot;2026-08-07&quot;:8.24},{&quot;2026-08-08&quot;:8.24},{&quot;2026-08-09&quot;:8.24},{&quot;2026-08-10&quot;:8.24},{&quot;2026-08-11&quot;:8.24},{&quot;2026-08-12&quot;:8.24},{&quot;2026-08-13&quot;:8.24},{&quot;2026-08-14&quot;:8.24},{&quot;2026-08-15&quot;:8.23},{&quot;2026-08-16&quot;:8.23},{&quot;2026-08-17&quot;:8.23},{&quot;2026-08-18&quot;:8.22},{&quot;2026-08-19&quot;:8.22},{&quot;2026-08-20&quot;:8.22},{&quot;2026-08-21&quot;:8.3},{&quot;2026-08-22&quot;:8.3},{&quot;2026-08-23&quot;:8.3},{&quot;2026-08-24&quot;:8.3},{&quot;2026-08-25&quot;:8.3},{&quot;2026-08-26&quot;:8.3},{&quot;2026-08-27&quot;:8.3},{&quot;2026-08-28&quot;:8.3},{&quot;2026-08-29&quot;:8.3},{&quot;2026-08-30&quot;:8.3},{&quot;2026-08-31&quot;:8.34},{&quot;2026-09-01&quot;:8.34},{&quot;2026-09-02&quot;:8.34},{&quot;2026-09-03&quot;:8.4},{&quot;2026-09-04&quot;:8.4},{&quot;2026-09-05&quot;:8.4},{&quot;2026-09-06&quot;:8.4},{&quot;2026-09-07&quot;:8.47},{&quot;2026-09-08&quot;:8.49},{&quot;2026-09-09&quot;:8.49},{&quot;2026-09-10&quot;:8.49},{&quot;2026-09-11&quot;:8.55}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.79},{&quot;2026-06-11&quot;:2.81},{&quot;2026-06-12&quot;:3.09},{&quot;2026-06-13&quot;:3.09},{&quot;2026-06-14&quot;:3.22},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.21},{&quot;2026-06-17&quot;:3.4},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:3.78},{&quot;2026-06-21&quot;:3.47},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.52},{&quot;2026-06-24&quot;:3.54},{&quot;2026-06-25&quot;:3.57},{&quot;2026-06-26&quot;:3.55},{&quot;2026-06-27&quot;:3.64},{&quot;2026-06-28&quot;:3.74},{&quot;2026-06-29&quot;:3.62},{&quot;2026-06-30&quot;:3.71},{&quot;2026-07-01&quot;:3.85},{&quot;2026-07-02&quot;:3.85},{&quot;2026-07-03&quot;:3.98},{&quot;2026-07-04&quot;:3.92},{&quot;2026-07-05&quot;:3.92},{&quot;2026-07-06&quot;:3.88},{&quot;2026-07-07&quot;:3.9},{&quot;2026-07-08&quot;:3.87},{&quot;2026-07-09&quot;:4.12},{&quot;2026-07-10&quot;:4.09},{&quot;2026-07-11&quot;:3.95},{&quot;2026-07-12&quot;:3.6},{&quot;2026-07-13&quot;:3.66},{&quot;2026-07-14&quot;:3.8},{&quot;2026-07-15&quot;:3.86},{&quot;2026-07-16&quot;:3.94},{&quot;2026-07-17&quot;:3.94},{&quot;2026-07-18&quot;:3.94},{&quot;2026-07-19&quot;:3.8},{&quot;2026-07-20&quot;:3.89},{&quot;2026-07-21&quot;:3.85},{&quot;2026-07-23&quot;:3.75},{&quot;2026-07-25&quot;:4.02},{&quot;2026-07-26&quot;:4.02},{&quot;2026-07-27&quot;:3.8},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.54},{&quot;2026-07-31&quot;:3.34},{&quot;2026-08-01&quot;:3.34},{&quot;2026-08-02&quot;:3.4},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.42},{&quot;2026-08-05&quot;:3.42},{&quot;2026-08-07&quot;:3.57},{&quot;2026-08-08&quot;:3.41},{&quot;2026-08-09&quot;:3.37},{&quot;2026-08-10&quot;:3.51},{&quot;2026-08-11&quot;:3.5},{&quot;2026-08-12&quot;:3.5},{&quot;2026-08-13&quot;:3.55},{&quot;2026-08-14&quot;:3.63},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.58},{&quot;2026-08-17&quot;:3.76},{&quot;2026-08-18&quot;:3.78},{&quot;2026-08-19&quot;:3.78},{&quot;2026-08-20&quot;:3.78},{&quot;2026-08-21&quot;:3.7},{&quot;2026-08-22&quot;:3.7},{&quot;2026-08-23&quot;:3.67},{&quot;2026-08-24&quot;:3.69},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.78},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.78},{&quot;2026-08-29&quot;:3.78},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.68},{&quot;2026-09-01&quot;:3.68},{&quot;2026-09-02&quot;:3.65},{&quot;2026-09-03&quot;:3.65},{&quot;2026-09-04&quot;:3.75},{&quot;2026-09-05&quot;:3.73},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.74},{&quot;2026-09-10&quot;:3.67},{&quot;2026-09-11&quot;:3.63}]}"
        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="5556"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-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">
            Patchwork Banner
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.62
          </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="Patchwork Banner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/8/a8a982c8-bc08-44ba-b3ed-9e4b124615d6.jpg?1783910786" />

        <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">
            Patchwork Banner
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Patchwork Banner" src="https://cards.scryfall.io/large/front/a/8/a8a982c8-bc08-44ba-b3ed-9e4b124615d6.jpg?1783910786" />
    </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">
                $3.62
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.67},{&quot;2026-06-10&quot;:5.15},{&quot;2026-06-11&quot;:4.81},{&quot;2026-06-12&quot;:4.81},{&quot;2026-06-13&quot;:4.9},{&quot;2026-06-14&quot;:4.77},{&quot;2026-06-15&quot;:4.64},{&quot;2026-06-16&quot;:4.56},{&quot;2026-06-17&quot;:4.56},{&quot;2026-06-18&quot;:4.56},{&quot;2026-06-19&quot;:4.6},{&quot;2026-06-20&quot;:4.33},{&quot;2026-06-21&quot;:4.18},{&quot;2026-06-22&quot;:4.37},{&quot;2026-06-24&quot;:4.43},{&quot;2026-06-25&quot;:4.49},{&quot;2026-06-26&quot;:4.49},{&quot;2026-06-27&quot;:4.52},{&quot;2026-06-28&quot;:4.57},{&quot;2026-06-29&quot;:4.54},{&quot;2026-06-30&quot;:4.43},{&quot;2026-07-01&quot;:4.29},{&quot;2026-07-02&quot;:4.21},{&quot;2026-07-03&quot;:4.2},{&quot;2026-07-04&quot;:4.08},{&quot;2026-07-05&quot;:4.04},{&quot;2026-07-06&quot;:4.34},{&quot;2026-07-07&quot;:4.71},{&quot;2026-07-08&quot;:5.05},{&quot;2026-07-09&quot;:5.13},{&quot;2026-07-10&quot;:5.08},{&quot;2026-07-11&quot;:5.22},{&quot;2026-07-12&quot;:5.18},{&quot;2026-07-13&quot;:5.11},{&quot;2026-07-14&quot;:4.96},{&quot;2026-07-15&quot;:4.62},{&quot;2026-07-16&quot;:4.47},{&quot;2026-07-17&quot;:4.46},{&quot;2026-07-18&quot;:4.46},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.12},{&quot;2026-07-21&quot;:4.0},{&quot;2026-07-23&quot;:4.11},{&quot;2026-07-25&quot;:3.89},{&quot;2026-07-26&quot;:3.89},{&quot;2026-07-27&quot;:3.85},{&quot;2026-07-29&quot;:3.91},{&quot;2026-07-30&quot;:3.77},{&quot;2026-07-31&quot;:3.92},{&quot;2026-08-01&quot;:3.78},{&quot;2026-08-02&quot;:3.75},{&quot;2026-08-03&quot;:3.72},{&quot;2026-08-04&quot;:3.71},{&quot;2026-08-05&quot;:3.71},{&quot;2026-08-07&quot;:3.83},{&quot;2026-08-08&quot;:3.86},{&quot;2026-08-09&quot;:3.73},{&quot;2026-08-10&quot;:3.66},{&quot;2026-08-11&quot;:3.79},{&quot;2026-08-12&quot;:3.71},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.78},{&quot;2026-08-15&quot;:3.79},{&quot;2026-08-16&quot;:3.94},{&quot;2026-08-17&quot;:3.85},{&quot;2026-08-18&quot;:3.76},{&quot;2026-08-19&quot;:3.98},{&quot;2026-08-20&quot;:3.98},{&quot;2026-08-21&quot;:4.14},{&quot;2026-08-22&quot;:4.21},{&quot;2026-08-23&quot;:4.18},{&quot;2026-08-24&quot;:4.02},{&quot;2026-08-25&quot;:4.02},{&quot;2026-08-26&quot;:4.17},{&quot;2026-08-27&quot;:4.17},{&quot;2026-08-28&quot;:4.17},{&quot;2026-08-29&quot;:4.17},{&quot;2026-08-30&quot;:4.09},{&quot;2026-08-31&quot;:4.13},{&quot;2026-09-01&quot;:4.13},{&quot;2026-09-02&quot;:4.03},{&quot;2026-09-03&quot;:4.28},{&quot;2026-09-04&quot;:4.2},{&quot;2026-09-05&quot;:4.17},{&quot;2026-09-06&quot;:4.44},{&quot;2026-09-07&quot;:4.34},{&quot;2026-09-08&quot;:4.37},{&quot;2026-09-09&quot;:4.56},{&quot;2026-09-10&quot;:4.51},{&quot;2026-09-11&quot;:4.72}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.31},{&quot;2026-06-10&quot;:4.04},{&quot;2026-06-11&quot;:3.66},{&quot;2026-06-12&quot;:3.22},{&quot;2026-06-13&quot;:3.04},{&quot;2026-06-14&quot;:3.29},{&quot;2026-06-15&quot;:3.17},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:3.08},{&quot;2026-06-18&quot;:3.27},{&quot;2026-06-19&quot;:3.48},{&quot;2026-06-20&quot;:3.0},{&quot;2026-06-21&quot;:3.51},{&quot;2026-06-22&quot;:3.93},{&quot;2026-06-24&quot;:3.36},{&quot;2026-06-25&quot;:3.44},{&quot;2026-06-26&quot;:3.06},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.6},{&quot;2026-06-29&quot;:3.1},{&quot;2026-06-30&quot;:3.35},{&quot;2026-07-01&quot;:3.01},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.64},{&quot;2026-07-04&quot;:3.29},{&quot;2026-07-05&quot;:2.81},{&quot;2026-07-06&quot;:2.74},{&quot;2026-07-07&quot;:3.79},{&quot;2026-07-08&quot;:4.36},{&quot;2026-07-09&quot;:4.55},{&quot;2026-07-10&quot;:4.16},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:3.26},{&quot;2026-07-13&quot;:3.62},{&quot;2026-07-14&quot;:4.2},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.59},{&quot;2026-07-17&quot;:4.09},{&quot;2026-07-18&quot;:3.88},{&quot;2026-07-19&quot;:3.3},{&quot;2026-07-20&quot;:4.02},{&quot;2026-07-21&quot;:4.44},{&quot;2026-07-23&quot;:3.75},{&quot;2026-07-25&quot;:3.3},{&quot;2026-07-26&quot;:3.29},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-29&quot;:3.34},{&quot;2026-07-30&quot;:3.24},{&quot;2026-07-31&quot;:3.43},{&quot;2026-08-01&quot;:3.43},{&quot;2026-08-02&quot;:3.27},{&quot;2026-08-03&quot;:2.94},{&quot;2026-08-04&quot;:3.5},{&quot;2026-08-05&quot;:3.73},{&quot;2026-08-07&quot;:3.75},{&quot;2026-08-08&quot;:3.5},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.51},{&quot;2026-08-12&quot;:3.21},{&quot;2026-08-13&quot;:2.85},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:3.02},{&quot;2026-08-17&quot;:3.29},{&quot;2026-08-18&quot;:3.27},{&quot;2026-08-19&quot;:3.38},{&quot;2026-08-20&quot;:3.38},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.23},{&quot;2026-08-23&quot;:3.84},{&quot;2026-08-24&quot;:4.29},{&quot;2026-08-25&quot;:4.29},{&quot;2026-08-26&quot;:4.2},{&quot;2026-08-27&quot;:3.96},{&quot;2026-08-28&quot;:4.09},{&quot;2026-08-29&quot;:4.09},{&quot;2026-08-30&quot;:3.95},{&quot;2026-08-31&quot;:3.63},{&quot;2026-09-01&quot;:3.63},{&quot;2026-09-02&quot;:3.96},{&quot;2026-09-03&quot;:4.23},{&quot;2026-09-04&quot;:4.51},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.02},{&quot;2026-09-07&quot;:3.35},{&quot;2026-09-08&quot;:3.42},{&quot;2026-09-09&quot;:3.89},{&quot;2026-09-10&quot;:3.57},{&quot;2026-09-11&quot;:3.62}]}"
        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="28394"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.62
          </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="Hellish Rebuke" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b4b558cf-8754-4c4f-87f1-8e6d84b93658.jpg?1783926248" />

        <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">
            Hellish Rebuke
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Hellish Rebuke" src="https://cards.scryfall.io/large/front/b/4/b4b558cf-8754-4c4f-87f1-8e6d84b93658.jpg?1783926248" />
    </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">
                $3.62
              </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">$3.25</span>
              <span class="text-xs text-grey-text">Credit: $4.23</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.29},{&quot;2026-06-14&quot;:4.29},{&quot;2026-06-15&quot;:4.29},{&quot;2026-06-16&quot;:4.33},{&quot;2026-06-17&quot;:4.27},{&quot;2026-06-18&quot;:4.31},{&quot;2026-06-19&quot;:4.31},{&quot;2026-06-20&quot;:4.35},{&quot;2026-06-21&quot;:4.35},{&quot;2026-06-22&quot;:4.33},{&quot;2026-06-23&quot;:4.33},{&quot;2026-06-24&quot;:4.33},{&quot;2026-06-25&quot;:4.33},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.23},{&quot;2026-06-28&quot;:4.18},{&quot;2026-06-29&quot;:4.1},{&quot;2026-06-30&quot;:4.09},{&quot;2026-07-01&quot;:4.09},{&quot;2026-07-02&quot;:4.07},{&quot;2026-07-03&quot;:4.07},{&quot;2026-07-04&quot;:4.07},{&quot;2026-07-05&quot;:4.07},{&quot;2026-07-06&quot;:4.07},{&quot;2026-07-07&quot;:4.13},{&quot;2026-07-08&quot;:4.08},{&quot;2026-07-09&quot;:4.08},{&quot;2026-07-10&quot;:4.08},{&quot;2026-07-11&quot;:4.12},{&quot;2026-07-12&quot;:4.12},{&quot;2026-07-13&quot;:4.12},{&quot;2026-07-14&quot;:4.1},{&quot;2026-07-15&quot;:4.12},{&quot;2026-07-16&quot;:4.1},{&quot;2026-07-17&quot;:4.1},{&quot;2026-07-18&quot;:4.1},{&quot;2026-07-19&quot;:4.14},{&quot;2026-07-20&quot;:4.17},{&quot;2026-07-21&quot;:4.17},{&quot;2026-07-22&quot;:4.12},{&quot;2026-07-23&quot;:4.11},{&quot;2026-07-24&quot;:4.03},{&quot;2026-07-25&quot;:4.03},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:4.02},{&quot;2026-07-28&quot;:4.02},{&quot;2026-07-29&quot;:4.02},{&quot;2026-07-30&quot;:3.94},{&quot;2026-07-31&quot;:3.94},{&quot;2026-08-01&quot;:3.99},{&quot;2026-08-02&quot;:3.99},{&quot;2026-08-03&quot;:4.03},{&quot;2026-08-04&quot;:4.09},{&quot;2026-08-05&quot;:4.09},{&quot;2026-08-07&quot;:4.01},{&quot;2026-08-08&quot;:4.04},{&quot;2026-08-09&quot;:4.04},{&quot;2026-08-10&quot;:3.96},{&quot;2026-08-11&quot;:3.96},{&quot;2026-08-12&quot;:3.96},{&quot;2026-08-13&quot;:4.0},{&quot;2026-08-14&quot;:3.99},{&quot;2026-08-15&quot;:4.0},{&quot;2026-08-16&quot;:3.99},{&quot;2026-08-17&quot;:3.94},{&quot;2026-08-18&quot;:3.85},{&quot;2026-08-19&quot;:3.89},{&quot;2026-08-20&quot;:3.86},{&quot;2026-08-21&quot;:3.88},{&quot;2026-08-22&quot;:3.75},{&quot;2026-08-23&quot;:3.79},{&quot;2026-08-24&quot;:3.72},{&quot;2026-08-25&quot;:3.7},{&quot;2026-08-26&quot;:3.64},{&quot;2026-08-27&quot;:3.62},{&quot;2026-08-28&quot;:3.61},{&quot;2026-08-29&quot;:3.61},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.58},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.58},{&quot;2026-09-03&quot;:3.58},{&quot;2026-09-04&quot;:3.69},{&quot;2026-09-05&quot;:3.69},{&quot;2026-09-06&quot;:3.6},{&quot;2026-09-07&quot;:3.62},{&quot;2026-09-08&quot;:3.55},{&quot;2026-09-09&quot;:3.55},{&quot;2026-09-10&quot;:3.55},{&quot;2026-09-11&quot;:3.62}]}"
        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="20968"
  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">
            Aether Vial
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Aether Vial
        </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="Aether Vial" src="https://cards.scryfall.io/large/front/1/1/11e8d2fd-b132-4807-9410-8edeffa519ed.jpg?1783921794" />
    </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">
                $3.61
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.85},{&quot;2026-06-14&quot;:3.85},{&quot;2026-06-15&quot;:3.85},{&quot;2026-06-16&quot;:3.85},{&quot;2026-06-17&quot;:3.85},{&quot;2026-06-18&quot;:3.82},{&quot;2026-06-19&quot;:3.82},{&quot;2026-06-20&quot;:3.84},{&quot;2026-06-21&quot;:3.84},{&quot;2026-06-22&quot;:3.84},{&quot;2026-06-23&quot;:3.84},{&quot;2026-06-24&quot;:3.78},{&quot;2026-06-25&quot;:3.78},{&quot;2026-06-26&quot;:3.78},{&quot;2026-06-27&quot;:3.78},{&quot;2026-06-28&quot;:3.78},{&quot;2026-06-29&quot;:3.78},{&quot;2026-06-30&quot;:3.78},{&quot;2026-07-01&quot;:3.78},{&quot;2026-07-02&quot;:3.78},{&quot;2026-07-03&quot;:3.78},{&quot;2026-07-04&quot;:3.78},{&quot;2026-07-05&quot;:3.78},{&quot;2026-07-06&quot;:3.78},{&quot;2026-07-07&quot;:3.78},{&quot;2026-07-08&quot;:3.78},{&quot;2026-07-09&quot;:3.75},{&quot;2026-07-10&quot;:3.75},{&quot;2026-07-11&quot;:3.75},{&quot;2026-07-12&quot;:3.75},{&quot;2026-07-13&quot;:3.75},{&quot;2026-07-14&quot;:3.78},{&quot;2026-07-15&quot;:3.8},{&quot;2026-07-16&quot;:3.79},{&quot;2026-07-17&quot;:3.79},{&quot;2026-07-18&quot;:3.79},{&quot;2026-07-19&quot;:3.79},{&quot;2026-07-20&quot;:3.79},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.72},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-24&quot;:3.72},{&quot;2026-07-25&quot;:3.69},{&quot;2026-07-26&quot;:3.69},{&quot;2026-07-27&quot;:3.69},{&quot;2026-07-28&quot;:3.69},{&quot;2026-07-29&quot;:3.69},{&quot;2026-07-30&quot;:3.69},{&quot;2026-07-31&quot;:3.69},{&quot;2026-08-01&quot;:3.69},{&quot;2026-08-02&quot;:3.69},{&quot;2026-08-03&quot;:3.69},{&quot;2026-08-04&quot;:3.69},{&quot;2026-08-05&quot;:3.69},{&quot;2026-08-07&quot;:3.69},{&quot;2026-08-08&quot;:3.69},{&quot;2026-08-09&quot;:3.69},{&quot;2026-08-10&quot;:3.7},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.7},{&quot;2026-08-13&quot;:3.72},{&quot;2026-08-14&quot;:3.72},{&quot;2026-08-15&quot;:3.74},{&quot;2026-08-16&quot;:3.74},{&quot;2026-08-17&quot;:3.74},{&quot;2026-08-18&quot;:3.74},{&quot;2026-08-19&quot;:3.74},{&quot;2026-08-20&quot;:3.74},{&quot;2026-08-21&quot;:3.7},{&quot;2026-08-22&quot;:3.7},{&quot;2026-08-23&quot;:3.71},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.71},{&quot;2026-08-26&quot;:3.71},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.71},{&quot;2026-08-29&quot;:3.71},{&quot;2026-08-30&quot;:3.73},{&quot;2026-08-31&quot;:3.66},{&quot;2026-09-01&quot;:3.66},{&quot;2026-09-02&quot;:3.62},{&quot;2026-09-03&quot;:3.62},{&quot;2026-09-04&quot;:3.62},{&quot;2026-09-05&quot;:3.62},{&quot;2026-09-06&quot;:3.62},{&quot;2026-09-07&quot;:3.63},{&quot;2026-09-08&quot;:3.63},{&quot;2026-09-09&quot;:3.63},{&quot;2026-09-10&quot;:3.63},{&quot;2026-09-11&quot;:3.62}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.16},{&quot;2026-06-14&quot;:4.16},{&quot;2026-06-15&quot;:4.04},{&quot;2026-06-16&quot;:4.04},{&quot;2026-06-17&quot;:4.04},{&quot;2026-06-18&quot;:4.1},{&quot;2026-06-19&quot;:4.1},{&quot;2026-06-20&quot;:4.1},{&quot;2026-06-21&quot;:4.1},{&quot;2026-06-22&quot;:4.1},{&quot;2026-06-23&quot;:4.1},{&quot;2026-06-24&quot;:4.03},{&quot;2026-06-25&quot;:3.99},{&quot;2026-06-26&quot;:3.93},{&quot;2026-06-27&quot;:3.93},{&quot;2026-06-28&quot;:3.95},{&quot;2026-06-29&quot;:3.97},{&quot;2026-06-30&quot;:3.97},{&quot;2026-07-01&quot;:3.97},{&quot;2026-07-02&quot;:3.97},{&quot;2026-07-03&quot;:3.97},{&quot;2026-07-04&quot;:3.97},{&quot;2026-07-05&quot;:3.95},{&quot;2026-07-06&quot;:3.87},{&quot;2026-07-07&quot;:3.87},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.6},{&quot;2026-07-10&quot;:3.62},{&quot;2026-07-11&quot;:3.58},{&quot;2026-07-12&quot;:3.58},{&quot;2026-07-13&quot;:3.58},{&quot;2026-07-14&quot;:3.55},{&quot;2026-07-15&quot;:3.47},{&quot;2026-07-16&quot;:3.45},{&quot;2026-07-17&quot;:3.48},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.42},{&quot;2026-07-20&quot;:3.45},{&quot;2026-07-21&quot;:3.45},{&quot;2026-07-22&quot;:3.43},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-24&quot;:3.43},{&quot;2026-07-25&quot;:3.39},{&quot;2026-07-26&quot;:3.36},{&quot;2026-07-27&quot;:3.36},{&quot;2026-07-28&quot;:3.36},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.41},{&quot;2026-07-31&quot;:3.41},{&quot;2026-08-01&quot;:3.41},{&quot;2026-08-02&quot;:3.41},{&quot;2026-08-03&quot;:3.41},{&quot;2026-08-04&quot;:3.41},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.41},{&quot;2026-08-08&quot;:3.42},{&quot;2026-08-09&quot;:3.42},{&quot;2026-08-10&quot;:3.42},{&quot;2026-08-11&quot;:3.46},{&quot;2026-08-12&quot;:3.47},{&quot;2026-08-13&quot;:3.46},{&quot;2026-08-14&quot;:3.5},{&quot;2026-08-15&quot;:3.5},{&quot;2026-08-16&quot;:3.49},{&quot;2026-08-17&quot;:3.49},{&quot;2026-08-18&quot;:3.49},{&quot;2026-08-19&quot;:3.48},{&quot;2026-08-20&quot;:3.46},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.45},{&quot;2026-08-23&quot;:3.45},{&quot;2026-08-24&quot;:3.48},{&quot;2026-08-25&quot;:3.58},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.56},{&quot;2026-08-28&quot;:3.56},{&quot;2026-08-29&quot;:3.56},{&quot;2026-08-30&quot;:3.6},{&quot;2026-08-31&quot;:3.5},{&quot;2026-09-01&quot;:3.6},{&quot;2026-09-02&quot;:3.64},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.64},{&quot;2026-09-06&quot;:3.64},{&quot;2026-09-07&quot;:3.61},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.6},{&quot;2026-09-10&quot;:3.6},{&quot;2026-09-11&quot;:3.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80052"
  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">
            Karn Liberated
        </span>


      </div>

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Karn Liberated" src="https://cards.scryfall.io/large/front/6/9/69714257-2848-48e1-95cf-cdb6595215f0.jpg?1783933873" />
    </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">
                $3.61
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.44},{&quot;2026-06-14&quot;:6.44},{&quot;2026-06-15&quot;:6.44},{&quot;2026-06-16&quot;:6.44},{&quot;2026-06-17&quot;:6.44},{&quot;2026-06-18&quot;:6.44},{&quot;2026-06-19&quot;:6.44},{&quot;2026-06-20&quot;:6.44},{&quot;2026-06-21&quot;:6.44},{&quot;2026-06-22&quot;:6.44},{&quot;2026-06-23&quot;:6.44},{&quot;2026-06-24&quot;:6.44},{&quot;2026-06-25&quot;:6.44},{&quot;2026-06-26&quot;:6.4},{&quot;2026-06-27&quot;:6.4},{&quot;2026-06-28&quot;:6.4},{&quot;2026-06-29&quot;:6.4},{&quot;2026-06-30&quot;:6.4},{&quot;2026-07-01&quot;:6.4},{&quot;2026-07-02&quot;:6.4},{&quot;2026-07-03&quot;:6.4},{&quot;2026-07-04&quot;:6.4},{&quot;2026-07-05&quot;:6.4},{&quot;2026-07-06&quot;:6.4},{&quot;2026-07-07&quot;:6.4},{&quot;2026-07-08&quot;:6.4},{&quot;2026-07-09&quot;:6.4},{&quot;2026-07-10&quot;:6.4},{&quot;2026-07-11&quot;:6.4},{&quot;2026-07-12&quot;:6.4},{&quot;2026-07-13&quot;:6.4},{&quot;2026-07-14&quot;:6.4},{&quot;2026-07-15&quot;:6.4},{&quot;2026-07-16&quot;:6.4},{&quot;2026-07-17&quot;:6.4},{&quot;2026-07-18&quot;:6.4},{&quot;2026-07-19&quot;:6.4},{&quot;2026-07-20&quot;:6.4},{&quot;2026-07-21&quot;:6.4},{&quot;2026-07-22&quot;:6.4},{&quot;2026-07-23&quot;:6.4},{&quot;2026-07-24&quot;:6.4},{&quot;2026-07-25&quot;:6.4},{&quot;2026-07-26&quot;:6.4},{&quot;2026-07-27&quot;:6.4},{&quot;2026-07-28&quot;:6.4},{&quot;2026-07-29&quot;:6.4},{&quot;2026-07-30&quot;:6.4},{&quot;2026-07-31&quot;:6.4},{&quot;2026-08-01&quot;:6.4},{&quot;2026-08-02&quot;:6.4},{&quot;2026-08-03&quot;:6.4},{&quot;2026-08-04&quot;:6.4},{&quot;2026-08-05&quot;:6.4},{&quot;2026-08-07&quot;:6.4},{&quot;2026-08-08&quot;:6.4},{&quot;2026-08-09&quot;:6.4},{&quot;2026-08-10&quot;:6.08},{&quot;2026-08-11&quot;:6.08},{&quot;2026-08-12&quot;:6.08},{&quot;2026-08-13&quot;:6.08},{&quot;2026-08-14&quot;:6.08},{&quot;2026-08-15&quot;:6.08},{&quot;2026-08-16&quot;:6.08},{&quot;2026-08-17&quot;:6.08},{&quot;2026-08-18&quot;:6.08},{&quot;2026-08-19&quot;:6.08},{&quot;2026-08-20&quot;:6.08},{&quot;2026-08-21&quot;:6.08},{&quot;2026-08-22&quot;:6.08},{&quot;2026-08-23&quot;:6.08},{&quot;2026-08-24&quot;:6.08},{&quot;2026-08-25&quot;:6.08},{&quot;2026-08-26&quot;:6.05},{&quot;2026-08-27&quot;:6.05},{&quot;2026-08-28&quot;:6.05},{&quot;2026-08-29&quot;:6.05},{&quot;2026-08-30&quot;:6.05},{&quot;2026-08-31&quot;:6.05},{&quot;2026-09-01&quot;:5.9},{&quot;2026-09-02&quot;:5.9},{&quot;2026-09-03&quot;:5.9},{&quot;2026-09-04&quot;:5.9},{&quot;2026-09-05&quot;:5.9},{&quot;2026-09-06&quot;:5.9},{&quot;2026-09-07&quot;:5.9},{&quot;2026-09-08&quot;:5.9},{&quot;2026-09-09&quot;:5.9},{&quot;2026-09-10&quot;:5.9},{&quot;2026-09-11&quot;:5.9}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.42},{&quot;2026-06-14&quot;:3.39},{&quot;2026-06-15&quot;:3.39},{&quot;2026-06-16&quot;:3.39},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.39},{&quot;2026-06-20&quot;:3.36},{&quot;2026-06-21&quot;:3.36},{&quot;2026-06-22&quot;:3.36},{&quot;2026-06-23&quot;:3.37},{&quot;2026-06-24&quot;:3.37},{&quot;2026-06-25&quot;:3.37},{&quot;2026-06-26&quot;:3.4},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.43},{&quot;2026-07-01&quot;:3.43},{&quot;2026-07-02&quot;:3.43},{&quot;2026-07-03&quot;:3.43},{&quot;2026-07-04&quot;:3.43},{&quot;2026-07-05&quot;:3.43},{&quot;2026-07-06&quot;:3.43},{&quot;2026-07-07&quot;:3.43},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.43},{&quot;2026-07-10&quot;:3.43},{&quot;2026-07-11&quot;:3.47},{&quot;2026-07-12&quot;:3.47},{&quot;2026-07-13&quot;:3.46},{&quot;2026-07-14&quot;:3.46},{&quot;2026-07-15&quot;:3.46},{&quot;2026-07-16&quot;:3.46},{&quot;2026-07-17&quot;:3.46},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.48},{&quot;2026-07-20&quot;:3.48},{&quot;2026-07-21&quot;:3.44},{&quot;2026-07-22&quot;:3.46},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-24&quot;:3.44},{&quot;2026-07-25&quot;:3.44},{&quot;2026-07-26&quot;:3.44},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.44},{&quot;2026-07-29&quot;:3.44},{&quot;2026-07-30&quot;:3.44},{&quot;2026-07-31&quot;:3.48},{&quot;2026-08-01&quot;:3.48},{&quot;2026-08-02&quot;:3.48},{&quot;2026-08-03&quot;:3.48},{&quot;2026-08-04&quot;:3.48},{&quot;2026-08-05&quot;:3.48},{&quot;2026-08-07&quot;:3.48},{&quot;2026-08-08&quot;:3.48},{&quot;2026-08-09&quot;:3.48},{&quot;2026-08-10&quot;:3.48},{&quot;2026-08-11&quot;:3.48},{&quot;2026-08-12&quot;:3.48},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.49},{&quot;2026-08-15&quot;:3.49},{&quot;2026-08-16&quot;:3.49},{&quot;2026-08-17&quot;:3.49},{&quot;2026-08-18&quot;:3.49},{&quot;2026-08-19&quot;:3.54},{&quot;2026-08-20&quot;:3.54},{&quot;2026-08-21&quot;:3.54},{&quot;2026-08-22&quot;:3.54},{&quot;2026-08-23&quot;:3.54},{&quot;2026-08-24&quot;:3.54},{&quot;2026-08-25&quot;:3.54},{&quot;2026-08-26&quot;:3.59},{&quot;2026-08-27&quot;:3.59},{&quot;2026-08-28&quot;:3.59},{&quot;2026-08-29&quot;:3.59},{&quot;2026-08-30&quot;:3.6},{&quot;2026-08-31&quot;:3.6},{&quot;2026-09-01&quot;:3.6},{&quot;2026-09-02&quot;:3.6},{&quot;2026-09-03&quot;:3.61},{&quot;2026-09-04&quot;:3.61},{&quot;2026-09-05&quot;:3.61},{&quot;2026-09-06&quot;:3.61},{&quot;2026-09-07&quot;:3.61},{&quot;2026-09-08&quot;:3.61},{&quot;2026-09-09&quot;:3.61},{&quot;2026-09-10&quot;:3.61},{&quot;2026-09-11&quot;:3.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="93367"
  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">
            Maelstrom of the Spirit Dragon
        </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">
            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">
              ↑
              37%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Maelstrom of the Spirit Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/4/c4e90bfb-d9a5-48a9-9ff9-b0f50a813eee.jpg?1743205026" />

        <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">
            Maelstrom of the Spirit Dragon
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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="Maelstrom of the Spirit Dragon" src="https://cards.scryfall.io/large/front/c/4/c4e90bfb-d9a5-48a9-9ff9-b0f50a813eee.jpg?1743205026" />
    </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">
                $3.61
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.09},{&quot;2026-06-14&quot;:3.09},{&quot;2026-06-15&quot;:3.09},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:3.14},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.07},{&quot;2026-06-20&quot;:3.08},{&quot;2026-06-21&quot;:2.93},{&quot;2026-06-22&quot;:2.99},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:3.0},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.77},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.55},{&quot;2026-07-01&quot;:2.55},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.2},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.24},{&quot;2026-07-06&quot;:2.26},{&quot;2026-07-07&quot;:2.19},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.24},{&quot;2026-07-13&quot;:2.24},{&quot;2026-07-14&quot;:2.19},{&quot;2026-07-15&quot;:2.23},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.2},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.2},{&quot;2026-07-22&quot;:2.2},{&quot;2026-07-23&quot;:2.26},{&quot;2026-07-24&quot;:2.26},{&quot;2026-07-25&quot;:2.24},{&quot;2026-07-26&quot;:2.17},{&quot;2026-07-27&quot;:2.17},{&quot;2026-07-28&quot;:2.13},{&quot;2026-07-29&quot;:2.13},{&quot;2026-07-30&quot;:2.17},{&quot;2026-07-31&quot;:2.33},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.28},{&quot;2026-08-04&quot;:2.3},{&quot;2026-08-05&quot;:2.39},{&quot;2026-08-07&quot;:2.4},{&quot;2026-08-08&quot;:2.49},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.28},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.24},{&quot;2026-08-15&quot;:2.26},{&quot;2026-08-16&quot;:2.29},{&quot;2026-08-17&quot;:2.35},{&quot;2026-08-18&quot;:2.52},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.47},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.45},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.4},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.66},{&quot;2026-08-31&quot;:2.66},{&quot;2026-09-01&quot;:2.66},{&quot;2026-09-02&quot;:2.84},{&quot;2026-09-03&quot;:2.95},{&quot;2026-09-04&quot;:2.97},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:3.04},{&quot;2026-09-07&quot;:3.04},{&quot;2026-09-08&quot;:2.93},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:3.05},{&quot;2026-09-11&quot;:3.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.44},{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.19},{&quot;2026-06-16&quot;:2.02},{&quot;2026-06-17&quot;:1.83},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.86},{&quot;2026-06-21&quot;:1.92},{&quot;2026-06-22&quot;:2.07},{&quot;2026-06-23&quot;:2.22},{&quot;2026-06-24&quot;:2.36},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.43},{&quot;2026-06-27&quot;:2.49},{&quot;2026-06-28&quot;:2.44},{&quot;2026-06-29&quot;:2.5},{&quot;2026-06-30&quot;:2.49},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.43},{&quot;2026-07-04&quot;:2.34},{&quot;2026-07-05&quot;:2.34},{&quot;2026-07-06&quot;:2.37},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:1.95},{&quot;2026-07-09&quot;:1.83},{&quot;2026-07-10&quot;:1.85},{&quot;2026-07-11&quot;:1.89},{&quot;2026-07-12&quot;:1.73},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.79},{&quot;2026-07-15&quot;:1.76},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.83},{&quot;2026-07-22&quot;:1.8},{&quot;2026-07-23&quot;:1.74},{&quot;2026-07-24&quot;:1.99},{&quot;2026-07-25&quot;:2.07},{&quot;2026-07-26&quot;:2.04},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-28&quot;:2.18},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.67},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.94},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.05},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.67},{&quot;2026-08-13&quot;:1.58},{&quot;2026-08-14&quot;:1.57},{&quot;2026-08-15&quot;:1.63},{&quot;2026-08-16&quot;:1.93},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.12},{&quot;2026-08-19&quot;:2.04},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:1.9},{&quot;2026-08-22&quot;:1.8},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.68},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.95},{&quot;2026-08-28&quot;:1.91},{&quot;2026-08-29&quot;:1.91},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.8},{&quot;2026-09-01&quot;:1.84},{&quot;2026-09-02&quot;:1.95},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.4},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:3.46},{&quot;2026-09-07&quot;:3.67},{&quot;2026-09-08&quot;:3.43},{&quot;2026-09-09&quot;:3.43},{&quot;2026-09-10&quot;:3.28},{&quot;2026-09-11&quot;:3.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98389"
  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-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">
            Ozai, the Phoenix King
        </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">
              ↓
              10%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ozai, the Phoenix King" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/9/a98b1550-4609-4a2f-9371-4afe1cdc613e.jpg?1783904923" />

        <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">
            Ozai, the Phoenix King
        </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-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><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="Ozai, the Phoenix King" src="https://cards.scryfall.io/large/front/a/9/a98b1550-4609-4a2f-9371-4afe1cdc613e.jpg?1783904923" />
    </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">
                $3.61
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.95},{&quot;2026-06-10&quot;:4.95},{&quot;2026-06-11&quot;:4.95},{&quot;2026-06-12&quot;:4.97},{&quot;2026-06-13&quot;:4.9},{&quot;2026-06-14&quot;:4.86},{&quot;2026-06-15&quot;:4.93},{&quot;2026-06-16&quot;:4.93},{&quot;2026-06-17&quot;:4.93},{&quot;2026-06-18&quot;:4.93},{&quot;2026-06-19&quot;:4.91},{&quot;2026-06-20&quot;:5.1},{&quot;2026-06-21&quot;:5.27},{&quot;2026-06-22&quot;:5.27},{&quot;2026-06-24&quot;:5.39},{&quot;2026-06-25&quot;:5.44},{&quot;2026-06-26&quot;:5.49},{&quot;2026-06-27&quot;:5.45},{&quot;2026-06-28&quot;:5.54},{&quot;2026-06-29&quot;:5.62},{&quot;2026-06-30&quot;:5.62},{&quot;2026-07-01&quot;:5.63},{&quot;2026-07-02&quot;:5.63},{&quot;2026-07-03&quot;:5.65},{&quot;2026-07-04&quot;:5.65},{&quot;2026-07-05&quot;:5.65},{&quot;2026-07-06&quot;:5.7},{&quot;2026-07-07&quot;:5.55},{&quot;2026-07-08&quot;:5.5},{&quot;2026-07-09&quot;:5.57},{&quot;2026-07-10&quot;:5.57},{&quot;2026-07-11&quot;:5.49},{&quot;2026-07-12&quot;:5.49},{&quot;2026-07-13&quot;:5.47},{&quot;2026-07-14&quot;:5.4},{&quot;2026-07-15&quot;:5.38},{&quot;2026-07-16&quot;:5.35},{&quot;2026-07-17&quot;:5.35},{&quot;2026-07-18&quot;:5.41},{&quot;2026-07-19&quot;:5.31},{&quot;2026-07-20&quot;:5.32},{&quot;2026-07-21&quot;:5.32},{&quot;2026-07-23&quot;:4.87},{&quot;2026-07-25&quot;:4.75},{&quot;2026-07-26&quot;:4.75},{&quot;2026-07-27&quot;:4.73},{&quot;2026-07-29&quot;:4.76},{&quot;2026-07-30&quot;:4.7},{&quot;2026-07-31&quot;:4.73},{&quot;2026-08-01&quot;:4.73},{&quot;2026-08-02&quot;:4.65},{&quot;2026-08-03&quot;:4.51},{&quot;2026-08-04&quot;:4.54},{&quot;2026-08-05&quot;:4.54},{&quot;2026-08-07&quot;:4.61},{&quot;2026-08-08&quot;:4.63},{&quot;2026-08-09&quot;:4.6},{&quot;2026-08-10&quot;:4.58},{&quot;2026-08-11&quot;:4.7},{&quot;2026-08-12&quot;:4.66},{&quot;2026-08-13&quot;:4.99},{&quot;2026-08-14&quot;:4.99},{&quot;2026-08-15&quot;:4.98},{&quot;2026-08-16&quot;:4.98},{&quot;2026-08-17&quot;:4.86},{&quot;2026-08-18&quot;:4.86},{&quot;2026-08-19&quot;:4.8},{&quot;2026-08-20&quot;:4.8},{&quot;2026-08-21&quot;:4.81},{&quot;2026-08-22&quot;:4.86},{&quot;2026-08-23&quot;:4.9},{&quot;2026-08-24&quot;:4.9},{&quot;2026-08-25&quot;:4.9},{&quot;2026-08-26&quot;:4.9},{&quot;2026-08-27&quot;:4.9},{&quot;2026-08-28&quot;:4.9},{&quot;2026-08-29&quot;:4.9},{&quot;2026-08-30&quot;:4.72},{&quot;2026-08-31&quot;:4.7},{&quot;2026-09-01&quot;:4.7},{&quot;2026-09-02&quot;:4.48},{&quot;2026-09-03&quot;:4.79},{&quot;2026-09-04&quot;:4.79},{&quot;2026-09-05&quot;:4.86},{&quot;2026-09-06&quot;:4.85},{&quot;2026-09-07&quot;:4.95},{&quot;2026-09-08&quot;:5.06},{&quot;2026-09-09&quot;:5.06},{&quot;2026-09-10&quot;:5.06},{&quot;2026-09-11&quot;:5.05}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.52},{&quot;2026-06-10&quot;:3.91},{&quot;2026-06-11&quot;:4.01},{&quot;2026-06-12&quot;:3.98},{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.85},{&quot;2026-06-15&quot;:4.15},{&quot;2026-06-16&quot;:4.37},{&quot;2026-06-17&quot;:4.51},{&quot;2026-06-18&quot;:4.41},{&quot;2026-06-19&quot;:4.44},{&quot;2026-06-20&quot;:4.42},{&quot;2026-06-21&quot;:4.15},{&quot;2026-06-22&quot;:4.1},{&quot;2026-06-24&quot;:4.07},{&quot;2026-06-25&quot;:4.16},{&quot;2026-06-26&quot;:4.05},{&quot;2026-06-27&quot;:4.04},{&quot;2026-06-28&quot;:3.91},{&quot;2026-06-29&quot;:4.43},{&quot;2026-06-30&quot;:4.32},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.15},{&quot;2026-07-04&quot;:4.05},{&quot;2026-07-05&quot;:4.12},{&quot;2026-07-06&quot;:4.02},{&quot;2026-07-07&quot;:3.81},{&quot;2026-07-08&quot;:3.79},{&quot;2026-07-09&quot;:3.77},{&quot;2026-07-10&quot;:3.62},{&quot;2026-07-11&quot;:3.52},{&quot;2026-07-12&quot;:3.27},{&quot;2026-07-13&quot;:3.57},{&quot;2026-07-14&quot;:4.03},{&quot;2026-07-15&quot;:4.05},{&quot;2026-07-16&quot;:3.93},{&quot;2026-07-17&quot;:3.65},{&quot;2026-07-18&quot;:3.76},{&quot;2026-07-19&quot;:3.5},{&quot;2026-07-20&quot;:3.43},{&quot;2026-07-21&quot;:3.34},{&quot;2026-07-23&quot;:3.25},{&quot;2026-07-25&quot;:3.33},{&quot;2026-07-26&quot;:3.31},{&quot;2026-07-27&quot;:3.57},{&quot;2026-07-29&quot;:3.65},{&quot;2026-07-30&quot;:3.34},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.35},{&quot;2026-08-02&quot;:3.5},{&quot;2026-08-03&quot;:3.53},{&quot;2026-08-04&quot;:3.45},{&quot;2026-08-05&quot;:3.91},{&quot;2026-08-07&quot;:3.71},{&quot;2026-08-08&quot;:3.9},{&quot;2026-08-09&quot;:3.91},{&quot;2026-08-10&quot;:3.91},{&quot;2026-08-11&quot;:3.69},{&quot;2026-08-12&quot;:3.95},{&quot;2026-08-13&quot;:4.19},{&quot;2026-08-14&quot;:4.07},{&quot;2026-08-15&quot;:4.08},{&quot;2026-08-16&quot;:3.61},{&quot;2026-08-17&quot;:3.5},{&quot;2026-08-18&quot;:3.87},{&quot;2026-08-19&quot;:3.5},{&quot;2026-08-20&quot;:3.5},{&quot;2026-08-21&quot;:3.36},{&quot;2026-08-22&quot;:3.11},{&quot;2026-08-23&quot;:3.1},{&quot;2026-08-24&quot;:3.15},{&quot;2026-08-25&quot;:3.15},{&quot;2026-08-26&quot;:2.83},{&quot;2026-08-27&quot;:2.93},{&quot;2026-08-28&quot;:2.96},{&quot;2026-08-29&quot;:2.96},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:3.17},{&quot;2026-09-01&quot;:3.17},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:4.17},{&quot;2026-09-04&quot;:3.99},{&quot;2026-09-05&quot;:3.99},{&quot;2026-09-06&quot;:4.25},{&quot;2026-09-07&quot;:4.2},{&quot;2026-09-08&quot;:3.97},{&quot;2026-09-09&quot;:3.83},{&quot;2026-09-10&quot;:3.89},{&quot;2026-09-11&quot;:3.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112782"
  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-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">
            Radagast of Rhosgobel
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.60
          </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="Radagast of Rhosgobel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/5741bbad-a6e4-45e0-b827-73f48c9975bf.jpg?1785496313" />

        <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">
            Radagast of Rhosgobel
        </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 — Avatar Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Radagast of Rhosgobel" src="https://cards.scryfall.io/large/front/5/7/5741bbad-a6e4-45e0-b827-73f48c9975bf.jpg?1785496313" />
    </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">
                $3.60
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-03&quot;:24.0},{&quot;2026-08-04&quot;:24.0},{&quot;2026-08-05&quot;:17.13},{&quot;2026-08-07&quot;:11.49},{&quot;2026-08-08&quot;:3.86},{&quot;2026-08-09&quot;:3.54},{&quot;2026-08-10&quot;:3.57},{&quot;2026-08-11&quot;:3.63},{&quot;2026-08-12&quot;:3.41},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.52},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:4.03},{&quot;2026-08-19&quot;:2.78},{&quot;2026-08-20&quot;:2.78},{&quot;2026-08-21&quot;:2.63},{&quot;2026-08-22&quot;:2.61},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.81},{&quot;2026-08-25&quot;:2.81},{&quot;2026-08-26&quot;:4.62},{&quot;2026-08-27&quot;:5.16},{&quot;2026-08-28&quot;:5.07},{&quot;2026-08-29&quot;:5.07},{&quot;2026-08-30&quot;:5.12},{&quot;2026-08-31&quot;:6.19},{&quot;2026-09-01&quot;:6.19},{&quot;2026-09-02&quot;:5.99},{&quot;2026-09-03&quot;:6.17},{&quot;2026-09-04&quot;:5.58},{&quot;2026-09-05&quot;:5.44},{&quot;2026-09-06&quot;:5.53},{&quot;2026-09-07&quot;:5.34},{&quot;2026-09-08&quot;:5.92},{&quot;2026-09-09&quot;:5.92},{&quot;2026-09-10&quot;:5.7},{&quot;2026-09-11&quot;:5.12}],&quot;normal&quot;:[{&quot;2026-08-02&quot;:23.95},{&quot;2026-08-03&quot;:21.77},{&quot;2026-08-04&quot;:20.01},{&quot;2026-08-05&quot;:19.55},{&quot;2026-08-07&quot;:4.6},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.25},{&quot;2026-08-10&quot;:2.27},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.13},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.28},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.75},{&quot;2026-08-20&quot;:1.75},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.31},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.72},{&quot;2026-08-25&quot;:2.72},{&quot;2026-08-26&quot;:2.95},{&quot;2026-08-27&quot;:3.47},{&quot;2026-08-28&quot;:3.92},{&quot;2026-08-29&quot;:3.92},{&quot;2026-08-30&quot;:5.31},{&quot;2026-08-31&quot;:5.01},{&quot;2026-09-01&quot;:5.01},{&quot;2026-09-02&quot;:5.49},{&quot;2026-09-03&quot;:4.61},{&quot;2026-09-04&quot;:5.33},{&quot;2026-09-05&quot;:5.78},{&quot;2026-09-06&quot;:4.9},{&quot;2026-09-07&quot;:4.98},{&quot;2026-09-08&quot;:4.62},{&quot;2026-09-09&quot;:4.43},{&quot;2026-09-10&quot;:4.66},{&quot;2026-09-11&quot;:3.6}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.59
          </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="Snap" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/1/f13406c6-f208-402a-94d3-a94a24f03563.jpg?1783918488" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Snap" src="https://cards.scryfall.io/large/front/f/1/f13406c6-f208-402a-94d3-a94a24f03563.jpg?1783918488" />
    </div>

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

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

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

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

          <span class="text-lg font-medium text-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">
                $3.59
              </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">
                $4.31
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.02},{&quot;2026-06-14&quot;:3.99},{&quot;2026-06-15&quot;:3.99},{&quot;2026-06-16&quot;:3.99},{&quot;2026-06-17&quot;:3.99},{&quot;2026-06-18&quot;:3.99},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.89},{&quot;2026-06-21&quot;:3.86},{&quot;2026-06-22&quot;:3.85},{&quot;2026-06-23&quot;:3.83},{&quot;2026-06-24&quot;:3.83},{&quot;2026-06-25&quot;:3.83},{&quot;2026-06-26&quot;:3.81},{&quot;2026-06-27&quot;:3.83},{&quot;2026-06-28&quot;:3.79},{&quot;2026-06-29&quot;:3.65},{&quot;2026-06-30&quot;:3.65},{&quot;2026-07-01&quot;:3.62},{&quot;2026-07-02&quot;:3.59},{&quot;2026-07-03&quot;:3.64},{&quot;2026-07-04&quot;:3.59},{&quot;2026-07-05&quot;:3.6},{&quot;2026-07-06&quot;:3.6},{&quot;2026-07-07&quot;:3.61},{&quot;2026-07-08&quot;:3.58},{&quot;2026-07-09&quot;:3.58},{&quot;2026-07-10&quot;:3.56},{&quot;2026-07-11&quot;:3.53},{&quot;2026-07-12&quot;:3.53},{&quot;2026-07-13&quot;:3.58},{&quot;2026-07-14&quot;:3.52},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.52},{&quot;2026-07-17&quot;:3.65},{&quot;2026-07-18&quot;:3.67},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.57},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-22&quot;:3.7},{&quot;2026-07-23&quot;:3.75},{&quot;2026-07-24&quot;:3.75},{&quot;2026-07-25&quot;:3.85},{&quot;2026-07-26&quot;:3.87},{&quot;2026-07-27&quot;:3.87},{&quot;2026-07-28&quot;:3.86},{&quot;2026-07-29&quot;:3.94},{&quot;2026-07-30&quot;:3.98},{&quot;2026-07-31&quot;:4.09},{&quot;2026-08-01&quot;:4.09},{&quot;2026-08-02&quot;:4.13},{&quot;2026-08-03&quot;:4.13},{&quot;2026-08-04&quot;:4.13},{&quot;2026-08-05&quot;:4.13},{&quot;2026-08-07&quot;:4.17},{&quot;2026-08-08&quot;:4.19},{&quot;2026-08-09&quot;:4.14},{&quot;2026-08-10&quot;:4.14},{&quot;2026-08-11&quot;:4.15},{&quot;2026-08-12&quot;:4.22},{&quot;2026-08-13&quot;:4.35},{&quot;2026-08-14&quot;:4.37},{&quot;2026-08-15&quot;:4.37},{&quot;2026-08-16&quot;:4.28},{&quot;2026-08-17&quot;:4.27},{&quot;2026-08-18&quot;:4.27},{&quot;2026-08-19&quot;:4.24},{&quot;2026-08-20&quot;:4.24},{&quot;2026-08-21&quot;:4.27},{&quot;2026-08-22&quot;:4.27},{&quot;2026-08-23&quot;:4.24},{&quot;2026-08-24&quot;:4.14},{&quot;2026-08-25&quot;:4.14},{&quot;2026-08-26&quot;:4.11},{&quot;2026-08-27&quot;:4.11},{&quot;2026-08-28&quot;:4.11},{&quot;2026-08-29&quot;:4.11},{&quot;2026-08-30&quot;:4.15},{&quot;2026-08-31&quot;:4.18},{&quot;2026-09-01&quot;:4.19},{&quot;2026-09-02&quot;:4.21},{&quot;2026-09-03&quot;:4.24},{&quot;2026-09-04&quot;:4.24},{&quot;2026-09-05&quot;:4.22},{&quot;2026-09-06&quot;:4.2},{&quot;2026-09-07&quot;:4.28},{&quot;2026-09-08&quot;:4.3},{&quot;2026-09-09&quot;:4.31},{&quot;2026-09-10&quot;:4.31},{&quot;2026-09-11&quot;:4.31}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.51},{&quot;2026-06-14&quot;:3.56},{&quot;2026-06-15&quot;:3.4},{&quot;2026-06-16&quot;:3.42},{&quot;2026-06-17&quot;:3.47},{&quot;2026-06-18&quot;:3.56},{&quot;2026-06-19&quot;:3.69},{&quot;2026-06-20&quot;:3.46},{&quot;2026-06-21&quot;:3.19},{&quot;2026-06-22&quot;:3.29},{&quot;2026-06-23&quot;:3.32},{&quot;2026-06-24&quot;:3.28},{&quot;2026-06-25&quot;:3.22},{&quot;2026-06-26&quot;:3.32},{&quot;2026-06-27&quot;:3.36},{&quot;2026-06-28&quot;:3.5},{&quot;2026-06-29&quot;:3.47},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.46},{&quot;2026-07-04&quot;:3.4},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.72},{&quot;2026-07-07&quot;:3.67},{&quot;2026-07-08&quot;:3.53},{&quot;2026-07-09&quot;:3.41},{&quot;2026-07-10&quot;:3.46},{&quot;2026-07-11&quot;:3.44},{&quot;2026-07-12&quot;:3.46},{&quot;2026-07-13&quot;:3.37},{&quot;2026-07-14&quot;:3.39},{&quot;2026-07-15&quot;:3.39},{&quot;2026-07-16&quot;:3.36},{&quot;2026-07-17&quot;:3.28},{&quot;2026-07-18&quot;:3.27},{&quot;2026-07-19&quot;:3.34},{&quot;2026-07-20&quot;:3.29},{&quot;2026-07-21&quot;:3.33},{&quot;2026-07-22&quot;:3.33},{&quot;2026-07-23&quot;:3.37},{&quot;2026-07-24&quot;:3.45},{&quot;2026-07-25&quot;:3.27},{&quot;2026-07-26&quot;:2.84},{&quot;2026-07-27&quot;:2.99},{&quot;2026-07-28&quot;:3.06},{&quot;2026-07-29&quot;:3.12},{&quot;2026-07-30&quot;:2.97},{&quot;2026-07-31&quot;:3.05},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.21},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:3.09},{&quot;2026-08-05&quot;:3.17},{&quot;2026-08-07&quot;:3.27},{&quot;2026-08-08&quot;:3.51},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.69},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.61},{&quot;2026-08-13&quot;:3.64},{&quot;2026-08-14&quot;:3.71},{&quot;2026-08-15&quot;:3.73},{&quot;2026-08-16&quot;:3.5},{&quot;2026-08-17&quot;:3.61},{&quot;2026-08-18&quot;:3.72},{&quot;2026-08-19&quot;:3.57},{&quot;2026-08-20&quot;:3.55},{&quot;2026-08-21&quot;:3.58},{&quot;2026-08-22&quot;:3.58},{&quot;2026-08-23&quot;:3.55},{&quot;2026-08-24&quot;:3.53},{&quot;2026-08-25&quot;:3.63},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.5},{&quot;2026-08-28&quot;:3.42},{&quot;2026-08-29&quot;:3.42},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.69},{&quot;2026-09-01&quot;:3.68},{&quot;2026-09-02&quot;:3.58},{&quot;2026-09-03&quot;:3.4},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.44},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.79},{&quot;2026-09-09&quot;:3.94},{&quot;2026-09-10&quot;:3.57},{&quot;2026-09-11&quot;:3.59}]}"
        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="14303"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Ezuri&#39;s Predation
        </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">
              ↑
              6%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ezuri&#39;s Predation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/9/39dbfc25-f06e-4b5f-848f-6dd4cb72079e.jpg?1783922407" />

        <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">
            Ezuri&#39;s Predation
        </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-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ezuri&#39;s Predation" src="https://cards.scryfall.io/large/front/3/9/39dbfc25-f06e-4b5f-848f-6dd4cb72079e.jpg?1783922407" />
    </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">
                $3.57
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.83},{&quot;2026-06-12&quot;:1.85},{&quot;2026-06-13&quot;:1.87},{&quot;2026-06-14&quot;:1.89},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.94},{&quot;2026-06-17&quot;:1.94},{&quot;2026-06-18&quot;:2.05},{&quot;2026-06-19&quot;:2.06},{&quot;2026-06-20&quot;:2.09},{&quot;2026-06-21&quot;:2.02},{&quot;2026-06-22&quot;:2.03},{&quot;2026-06-23&quot;:2.03},{&quot;2026-06-24&quot;:2.02},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.17},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.15},{&quot;2026-06-29&quot;:2.15},{&quot;2026-06-30&quot;:2.13},{&quot;2026-07-01&quot;:2.13},{&quot;2026-07-02&quot;:2.15},{&quot;2026-07-03&quot;:2.15},{&quot;2026-07-04&quot;:2.15},{&quot;2026-07-05&quot;:2.15},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.16},{&quot;2026-07-08&quot;:2.2},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.22},{&quot;2026-07-12&quot;:2.22},{&quot;2026-07-13&quot;:2.22},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.18},{&quot;2026-07-16&quot;:2.21},{&quot;2026-07-17&quot;:2.24},{&quot;2026-07-18&quot;:2.24},{&quot;2026-07-19&quot;:2.24},{&quot;2026-07-20&quot;:2.24},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-28&quot;:2.41},{&quot;2026-07-29&quot;:2.58},{&quot;2026-07-30&quot;:2.74},{&quot;2026-07-31&quot;:2.74},{&quot;2026-08-01&quot;:2.75},{&quot;2026-08-02&quot;:2.75},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.72},{&quot;2026-08-05&quot;:2.78},{&quot;2026-08-07&quot;:2.79},{&quot;2026-08-08&quot;:2.79},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.81},{&quot;2026-08-11&quot;:2.81},{&quot;2026-08-12&quot;:3.12},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:3.12},{&quot;2026-08-15&quot;:3.11},{&quot;2026-08-16&quot;:3.16},{&quot;2026-08-17&quot;:3.21},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.28},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.24},{&quot;2026-08-24&quot;:3.16},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.06},{&quot;2026-08-28&quot;:3.16},{&quot;2026-08-29&quot;:3.16},{&quot;2026-08-30&quot;:3.14},{&quot;2026-08-31&quot;:3.14},{&quot;2026-09-01&quot;:3.14},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:3.08},{&quot;2026-09-04&quot;:3.02},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.63},{&quot;2026-09-07&quot;:3.63},{&quot;2026-09-08&quot;:3.57},{&quot;2026-09-09&quot;:3.57},{&quot;2026-09-10&quot;:3.57},{&quot;2026-09-11&quot;:3.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Misthollow Griffin" src="https://cards.scryfall.io/large/front/3/0/30ce5bc6-cd22-4855-82b1-2a8c224e0764.jpg?1783931273" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.98},{&quot;2026-06-11&quot;:2.98},{&quot;2026-06-12&quot;:2.98},{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:3.06},{&quot;2026-06-15&quot;:3.06},{&quot;2026-06-16&quot;:3.06},{&quot;2026-06-17&quot;:3.19},{&quot;2026-06-18&quot;:3.19},{&quot;2026-06-19&quot;:3.12},{&quot;2026-06-20&quot;:3.12},{&quot;2026-06-21&quot;:3.12},{&quot;2026-06-22&quot;:3.31},{&quot;2026-06-23&quot;:3.31},{&quot;2026-06-24&quot;:3.42},{&quot;2026-06-25&quot;:3.42},{&quot;2026-06-26&quot;:3.42},{&quot;2026-06-27&quot;:3.42},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.41},{&quot;2026-06-30&quot;:3.41},{&quot;2026-07-01&quot;:3.41},{&quot;2026-07-02&quot;:3.41},{&quot;2026-07-03&quot;:3.6},{&quot;2026-07-04&quot;:3.6},{&quot;2026-07-05&quot;:3.59},{&quot;2026-07-06&quot;:3.59},{&quot;2026-07-07&quot;:3.59},{&quot;2026-07-08&quot;:3.6},{&quot;2026-07-09&quot;:3.53},{&quot;2026-07-10&quot;:3.53},{&quot;2026-07-11&quot;:3.53},{&quot;2026-07-12&quot;:3.53},{&quot;2026-07-13&quot;:3.62},{&quot;2026-07-14&quot;:3.62},{&quot;2026-07-15&quot;:3.66},{&quot;2026-07-16&quot;:3.69},{&quot;2026-07-17&quot;:3.69},{&quot;2026-07-18&quot;:3.72},{&quot;2026-07-19&quot;:3.72},{&quot;2026-07-20&quot;:3.72},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-25&quot;:3.67},{&quot;2026-07-26&quot;:3.59},{&quot;2026-07-27&quot;:3.54},{&quot;2026-07-29&quot;:3.54},{&quot;2026-07-30&quot;:3.55},{&quot;2026-07-31&quot;:3.49},{&quot;2026-08-01&quot;:3.5},{&quot;2026-08-02&quot;:3.55},{&quot;2026-08-03&quot;:3.55},{&quot;2026-08-04&quot;:3.67},{&quot;2026-08-05&quot;:3.68},{&quot;2026-08-07&quot;:3.76},{&quot;2026-08-08&quot;:3.76},{&quot;2026-08-09&quot;:3.76},{&quot;2026-08-10&quot;:3.76},{&quot;2026-08-11&quot;:3.76},{&quot;2026-08-12&quot;:3.76},{&quot;2026-08-13&quot;:3.76},{&quot;2026-08-14&quot;:3.76},{&quot;2026-08-15&quot;:3.68},{&quot;2026-08-16&quot;:3.68},{&quot;2026-08-17&quot;:3.68},{&quot;2026-08-18&quot;:3.68},{&quot;2026-08-19&quot;:3.68},{&quot;2026-08-20&quot;:3.68},{&quot;2026-08-21&quot;:3.68},{&quot;2026-08-22&quot;:3.65},{&quot;2026-08-23&quot;:3.65},{&quot;2026-08-24&quot;:3.65},{&quot;2026-08-25&quot;:3.65},{&quot;2026-08-26&quot;:3.65},{&quot;2026-08-27&quot;:3.81},{&quot;2026-08-28&quot;:3.81},{&quot;2026-08-29&quot;:3.81},{&quot;2026-08-30&quot;:3.81},{&quot;2026-08-31&quot;:3.65},{&quot;2026-09-01&quot;:3.65},{&quot;2026-09-02&quot;:3.65},{&quot;2026-09-03&quot;:3.65},{&quot;2026-09-04&quot;:3.53},{&quot;2026-09-05&quot;:3.53},{&quot;2026-09-06&quot;:3.53},{&quot;2026-09-07&quot;:3.57},{&quot;2026-09-08&quot;:3.57},{&quot;2026-09-09&quot;:3.57},{&quot;2026-09-10&quot;:3.57},{&quot;2026-09-11&quot;:3.57}],&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="79320"
  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-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">
            Keen Sense
        </span>


      </div>

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

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

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

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

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

        <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">
            Keen Sense
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Keen Sense" src="https://cards.scryfall.io/large/front/d/1/d16e927d-0f23-4fac-9b35-3cfcb22ebc26.jpg?1783927778" />
    </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">
                $3.57
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-05-29&quot;:11.24},{&quot;2026-05-30&quot;:11.24},{&quot;2026-05-31&quot;:11.24},{&quot;2026-06-01&quot;:11.24},{&quot;2026-06-02&quot;:11.24},{&quot;2026-06-03&quot;:11.24},{&quot;2026-06-04&quot;:11.24},{&quot;2026-06-05&quot;:11.24},{&quot;2026-06-08&quot;:11.36},{&quot;2026-06-09&quot;:11.36},{&quot;2026-06-10&quot;:11.41},{&quot;2026-06-11&quot;:11.53},{&quot;2026-06-12&quot;:11.53},{&quot;2026-06-13&quot;:11.53},{&quot;2026-06-14&quot;:11.53},{&quot;2026-06-15&quot;:11.56},{&quot;2026-06-16&quot;:11.56},{&quot;2026-06-17&quot;:11.56},{&quot;2026-06-18&quot;:11.56},{&quot;2026-06-19&quot;:11.56},{&quot;2026-06-20&quot;:11.56},{&quot;2026-06-21&quot;:11.56},{&quot;2026-06-22&quot;:11.66},{&quot;2026-06-23&quot;:11.66},{&quot;2026-06-24&quot;:11.66},{&quot;2026-06-25&quot;:11.66},{&quot;2026-06-26&quot;:11.66},{&quot;2026-06-27&quot;:11.73},{&quot;2026-06-28&quot;:11.73},{&quot;2026-06-29&quot;:11.73},{&quot;2026-07-06&quot;:11.73},{&quot;2026-07-12&quot;:11.73},{&quot;2026-07-15&quot;:11.95},{&quot;2026-07-16&quot;:11.95},{&quot;2026-07-17&quot;:12.14},{&quot;2026-07-18&quot;:12.14},{&quot;2026-07-19&quot;:12.14},{&quot;2026-07-20&quot;:12.14},{&quot;2026-07-21&quot;:12.14},{&quot;2026-07-22&quot;:12.28},{&quot;2026-07-23&quot;:12.28},{&quot;2026-07-24&quot;:12.28},{&quot;2026-07-25&quot;:12.28},{&quot;2026-07-26&quot;:12.28},{&quot;2026-07-27&quot;:12.28},{&quot;2026-07-28&quot;:12.28},{&quot;2026-07-29&quot;:12.28},{&quot;2026-07-30&quot;:12.28},{&quot;2026-07-31&quot;:12.28},{&quot;2026-08-01&quot;:12.28},{&quot;2026-08-02&quot;:12.28},{&quot;2026-08-03&quot;:12.28},{&quot;2026-08-04&quot;:24.93},{&quot;2026-08-05&quot;:25.87},{&quot;2026-08-07&quot;:25.87},{&quot;2026-08-08&quot;:25.87},{&quot;2026-08-09&quot;:25.87},{&quot;2026-08-10&quot;:25.87},{&quot;2026-08-11&quot;:25.87},{&quot;2026-08-12&quot;:25.87},{&quot;2026-08-13&quot;:25.87},{&quot;2026-08-14&quot;:25.87},{&quot;2026-08-15&quot;:25.87},{&quot;2026-08-16&quot;:25.87},{&quot;2026-08-17&quot;:25.87},{&quot;2026-08-18&quot;:25.87},{&quot;2026-08-19&quot;:25.87},{&quot;2026-08-20&quot;:25.87},{&quot;2026-08-21&quot;:25.87},{&quot;2026-08-22&quot;:25.87},{&quot;2026-08-23&quot;:25.87},{&quot;2026-08-24&quot;:25.87},{&quot;2026-08-25&quot;:25.87},{&quot;2026-08-26&quot;:25.87},{&quot;2026-08-27&quot;:25.87},{&quot;2026-08-28&quot;:26.82},{&quot;2026-08-29&quot;:26.82},{&quot;2026-08-30&quot;:26.82},{&quot;2026-08-31&quot;:26.82},{&quot;2026-09-01&quot;:26.82},{&quot;2026-09-02&quot;:26.82},{&quot;2026-09-03&quot;:26.82},{&quot;2026-09-04&quot;:26.82},{&quot;2026-09-05&quot;:26.82},{&quot;2026-09-06&quot;:26.82},{&quot;2026-09-07&quot;:26.82},{&quot;2026-09-08&quot;:26.82},{&quot;2026-09-09&quot;:27.28},{&quot;2026-09-10&quot;:28.6},{&quot;2026-09-11&quot;:28.6}],&quot;normal&quot;:[{&quot;2026-05-29&quot;:2.78},{&quot;2026-05-30&quot;:2.79},{&quot;2026-05-31&quot;:2.79},{&quot;2026-06-01&quot;:2.83},{&quot;2026-06-02&quot;:2.87},{&quot;2026-06-03&quot;:3.02},{&quot;2026-06-04&quot;:3.21},{&quot;2026-06-05&quot;:3.18},{&quot;2026-06-08&quot;:3.2},{&quot;2026-06-09&quot;:3.18},{&quot;2026-06-10&quot;:3.05},{&quot;2026-06-11&quot;:3.05},{&quot;2026-06-12&quot;:3.03},{&quot;2026-06-13&quot;:2.92},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.67},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.6},{&quot;2026-06-19&quot;:2.51},{&quot;2026-06-20&quot;:2.52},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.53},{&quot;2026-06-24&quot;:2.53},{&quot;2026-06-25&quot;:2.56},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.62},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.82},{&quot;2026-07-06&quot;:3.33},{&quot;2026-07-12&quot;:3.2},{&quot;2026-07-15&quot;:2.91},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:2.94},{&quot;2026-07-18&quot;:2.94},{&quot;2026-07-19&quot;:2.91},{&quot;2026-07-20&quot;:2.94},{&quot;2026-07-21&quot;:2.8},{&quot;2026-07-22&quot;:2.81},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-24&quot;:2.74},{&quot;2026-07-25&quot;:2.76},{&quot;2026-07-26&quot;:2.76},{&quot;2026-07-27&quot;:2.76},{&quot;2026-07-28&quot;:2.83},{&quot;2026-07-29&quot;:3.16},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.76},{&quot;2026-08-01&quot;:3.76},{&quot;2026-08-02&quot;:4.2},{&quot;2026-08-03&quot;:4.43},{&quot;2026-08-04&quot;:4.36},{&quot;2026-08-05&quot;:4.3},{&quot;2026-08-07&quot;:3.74},{&quot;2026-08-08&quot;:3.46},{&quot;2026-08-09&quot;:3.41},{&quot;2026-08-10&quot;:3.12},{&quot;2026-08-11&quot;:2.87},{&quot;2026-08-12&quot;:2.61},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.29},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.57},{&quot;2026-08-19&quot;:2.6},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.73},{&quot;2026-08-22&quot;:2.83},{&quot;2026-08-23&quot;:3.1},{&quot;2026-08-24&quot;:3.23},{&quot;2026-08-25&quot;:3.23},{&quot;2026-08-26&quot;:3.26},{&quot;2026-08-27&quot;:3.37},{&quot;2026-08-28&quot;:3.46},{&quot;2026-08-29&quot;:3.46},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.32},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.24},{&quot;2026-09-03&quot;:3.22},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:2.99},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.93},{&quot;2026-09-08&quot;:3.01},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.27},{&quot;2026-09-11&quot;:3.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98371"
  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-tle 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">
            Fiery Confluence
        </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">
              ↑
              6%
            </span>

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

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

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

        <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">
            Fiery Confluence
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fiery Confluence" src="https://cards.scryfall.io/large/front/8/5/85d431c2-e4fa-426d-83cb-ecb782e7e87d.jpg?1783904804" />
    </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">
                $0.52
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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;:1.79},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.79},{&quot;2026-06-16&quot;:1.84},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.85},{&quot;2026-06-20&quot;:1.85},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.88},{&quot;2026-06-24&quot;:1.8},{&quot;2026-06-25&quot;:1.91},{&quot;2026-06-26&quot;:1.84},{&quot;2026-06-27&quot;:1.95},{&quot;2026-06-28&quot;:1.87},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:2.09},{&quot;2026-07-03&quot;:2.18},{&quot;2026-07-04&quot;:2.36},{&quot;2026-07-05&quot;:2.36},{&quot;2026-07-06&quot;:2.36},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.28},{&quot;2026-07-13&quot;:2.26},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.12},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.12},{&quot;2026-07-18&quot;:2.06},{&quot;2026-07-19&quot;:2.06},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.22},{&quot;2026-07-22&quot;:2.27},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-24&quot;:2.13},{&quot;2026-07-25&quot;:2.19},{&quot;2026-07-26&quot;:2.25},{&quot;2026-07-27&quot;:2.42},{&quot;2026-07-28&quot;:2.6},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.34},{&quot;2026-07-31&quot;:2.2},{&quot;2026-08-01&quot;:2.2},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.33},{&quot;2026-08-04&quot;:2.33},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.63},{&quot;2026-08-08&quot;:2.63},{&quot;2026-08-09&quot;:2.63},{&quot;2026-08-10&quot;:2.63},{&quot;2026-08-11&quot;:2.63},{&quot;2026-08-12&quot;:2.65},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.67},{&quot;2026-08-15&quot;:2.67},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.86},{&quot;2026-08-18&quot;:3.12},{&quot;2026-08-19&quot;:3.16},{&quot;2026-08-20&quot;:3.16},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.53},{&quot;2026-08-23&quot;:3.53},{&quot;2026-08-24&quot;:3.55},{&quot;2026-08-25&quot;:3.55},{&quot;2026-08-26&quot;:3.76},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.4},{&quot;2026-08-31&quot;:3.22},{&quot;2026-09-01&quot;:3.42},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.36},{&quot;2026-09-08&quot;:3.57},{&quot;2026-09-09&quot;:3.57},{&quot;2026-09-10&quot;:3.57},{&quot;2026-09-11&quot;:3.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.57},{&quot;2026-06-14&quot;:0.57},{&quot;2026-06-15&quot;:0.57},{&quot;2026-06-16&quot;:0.56},{&quot;2026-06-17&quot;:0.56},{&quot;2026-06-18&quot;:0.56},{&quot;2026-06-19&quot;:0.56},{&quot;2026-06-20&quot;:0.56},{&quot;2026-06-21&quot;:0.55},{&quot;2026-06-22&quot;:0.54},{&quot;2026-06-23&quot;:0.52},{&quot;2026-06-24&quot;:0.45},{&quot;2026-06-25&quot;:0.47},{&quot;2026-06-26&quot;:0.45},{&quot;2026-06-27&quot;:0.46},{&quot;2026-06-28&quot;:0.46},{&quot;2026-06-29&quot;:0.47},{&quot;2026-06-30&quot;:0.48},{&quot;2026-07-01&quot;:0.46},{&quot;2026-07-02&quot;:0.46},{&quot;2026-07-03&quot;:0.46},{&quot;2026-07-04&quot;:0.43},{&quot;2026-07-05&quot;:0.43},{&quot;2026-07-06&quot;:0.45},{&quot;2026-07-07&quot;:0.46},{&quot;2026-07-08&quot;:0.46},{&quot;2026-07-09&quot;:0.41},{&quot;2026-07-10&quot;:0.41},{&quot;2026-07-11&quot;:0.4},{&quot;2026-07-12&quot;:0.4},{&quot;2026-07-13&quot;:0.41},{&quot;2026-07-14&quot;:0.4},{&quot;2026-07-15&quot;:0.43},{&quot;2026-07-16&quot;:0.44},{&quot;2026-07-17&quot;:0.45},{&quot;2026-07-18&quot;:0.46},{&quot;2026-07-19&quot;:0.43},{&quot;2026-07-20&quot;:0.44},{&quot;2026-07-21&quot;:0.44},{&quot;2026-07-22&quot;:0.43},{&quot;2026-07-23&quot;:0.43},{&quot;2026-07-24&quot;:0.43},{&quot;2026-07-25&quot;:0.43},{&quot;2026-07-26&quot;:0.43},{&quot;2026-07-27&quot;:0.43},{&quot;2026-07-28&quot;:0.4},{&quot;2026-07-29&quot;:0.4},{&quot;2026-07-30&quot;:0.4},{&quot;2026-07-31&quot;:0.39},{&quot;2026-08-01&quot;:0.4},{&quot;2026-08-02&quot;:0.4},{&quot;2026-08-03&quot;:0.4},{&quot;2026-08-04&quot;:0.39},{&quot;2026-08-05&quot;:0.39},{&quot;2026-08-07&quot;:0.4},{&quot;2026-08-08&quot;:0.39},{&quot;2026-08-09&quot;:0.38},{&quot;2026-08-10&quot;:0.38},{&quot;2026-08-11&quot;:0.38},{&quot;2026-08-12&quot;:0.4},{&quot;2026-08-13&quot;:0.4},{&quot;2026-08-14&quot;:0.41},{&quot;2026-08-15&quot;:0.41},{&quot;2026-08-16&quot;:0.4},{&quot;2026-08-17&quot;:0.41},{&quot;2026-08-18&quot;:0.42},{&quot;2026-08-19&quot;:0.42},{&quot;2026-08-20&quot;:0.42},{&quot;2026-08-21&quot;:0.43},{&quot;2026-08-22&quot;:0.43},{&quot;2026-08-23&quot;:0.43},{&quot;2026-08-24&quot;:0.43},{&quot;2026-08-25&quot;:0.44},{&quot;2026-08-26&quot;:0.44},{&quot;2026-08-27&quot;:0.48},{&quot;2026-08-28&quot;:0.48},{&quot;2026-08-29&quot;:0.48},{&quot;2026-08-30&quot;:0.48},{&quot;2026-08-31&quot;:0.48},{&quot;2026-09-01&quot;:0.5},{&quot;2026-09-02&quot;:0.49},{&quot;2026-09-03&quot;:0.5},{&quot;2026-09-04&quot;:0.5},{&quot;2026-09-05&quot;:0.5},{&quot;2026-09-06&quot;:0.5},{&quot;2026-09-07&quot;:0.52},{&quot;2026-09-08&quot;:0.52},{&quot;2026-09-09&quot;:0.52},{&quot;2026-09-10&quot;:0.52},{&quot;2026-09-11&quot;:0.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="10173"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $3.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="Grim Haruspex" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/5/358ade1a-375d-44b4-910f-21d53c7498bb.jpg?1783932766" />

        <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">
            Grim Haruspex
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Grim Haruspex" src="https://cards.scryfall.io/large/front/3/5/358ade1a-375d-44b4-910f-21d53c7498bb.jpg?1783932766" />
    </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">
                $3.56
              </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">$1.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.16},{&quot;2026-06-14&quot;:3.09},{&quot;2026-06-15&quot;:3.09},{&quot;2026-06-16&quot;:3.09},{&quot;2026-06-17&quot;:3.14},{&quot;2026-06-18&quot;:3.14},{&quot;2026-06-19&quot;:3.14},{&quot;2026-06-20&quot;:3.1},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.22},{&quot;2026-06-23&quot;:3.19},{&quot;2026-06-24&quot;:3.19},{&quot;2026-06-25&quot;:3.18},{&quot;2026-06-26&quot;:3.15},{&quot;2026-06-27&quot;:3.15},{&quot;2026-06-28&quot;:3.17},{&quot;2026-06-29&quot;:3.01},{&quot;2026-06-30&quot;:3.03},{&quot;2026-07-01&quot;:3.03},{&quot;2026-07-02&quot;:3.03},{&quot;2026-07-03&quot;:3.13},{&quot;2026-07-04&quot;:3.21},{&quot;2026-07-05&quot;:3.2},{&quot;2026-07-06&quot;:3.21},{&quot;2026-07-07&quot;:3.21},{&quot;2026-07-08&quot;:3.09},{&quot;2026-07-09&quot;:2.86},{&quot;2026-07-10&quot;:2.76},{&quot;2026-07-11&quot;:2.86},{&quot;2026-07-12&quot;:2.87},{&quot;2026-07-13&quot;:2.87},{&quot;2026-07-14&quot;:2.67},{&quot;2026-07-15&quot;:2.66},{&quot;2026-07-16&quot;:2.66},{&quot;2026-07-17&quot;:2.57},{&quot;2026-07-18&quot;:2.5},{&quot;2026-07-19&quot;:2.43},{&quot;2026-07-20&quot;:2.52},{&quot;2026-07-21&quot;:2.66},{&quot;2026-07-22&quot;:2.66},{&quot;2026-07-23&quot;:2.66},{&quot;2026-07-24&quot;:2.66},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.74},{&quot;2026-07-27&quot;:2.74},{&quot;2026-07-28&quot;:2.7},{&quot;2026-07-29&quot;:2.63},{&quot;2026-07-30&quot;:2.65},{&quot;2026-07-31&quot;:2.99},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:2.99},{&quot;2026-08-03&quot;:3.06},{&quot;2026-08-04&quot;:3.06},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-07&quot;:2.98},{&quot;2026-08-08&quot;:2.92},{&quot;2026-08-09&quot;:2.92},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.75},{&quot;2026-08-12&quot;:2.71},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.61},{&quot;2026-08-16&quot;:2.61},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.77},{&quot;2026-08-22&quot;:3.04},{&quot;2026-08-23&quot;:3.03},{&quot;2026-08-24&quot;:3.2},{&quot;2026-08-25&quot;:3.45},{&quot;2026-08-26&quot;:3.66},{&quot;2026-08-27&quot;:3.66},{&quot;2026-08-28&quot;:3.66},{&quot;2026-08-29&quot;:3.66},{&quot;2026-08-30&quot;:3.72},{&quot;2026-08-31&quot;:3.75},{&quot;2026-09-01&quot;:3.75},{&quot;2026-09-02&quot;:3.75},{&quot;2026-09-03&quot;:3.7},{&quot;2026-09-04&quot;:3.79},{&quot;2026-09-05&quot;:3.75},{&quot;2026-09-06&quot;:3.75},{&quot;2026-09-07&quot;:3.64},{&quot;2026-09-08&quot;:3.56},{&quot;2026-09-09&quot;:3.56},{&quot;2026-09-10&quot;:3.56},{&quot;2026-09-11&quot;:3.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="15034"
  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-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Mirrorpool" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/4/0441cd2c-3646-4c69-ae97-ad3bcea7466f.jpg?1783915386" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mirrorpool" src="https://cards.scryfall.io/large/front/0/4/0441cd2c-3646-4c69-ae97-ad3bcea7466f.jpg?1783915386" />
    </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">
                $3.56
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.33},{&quot;2026-06-12&quot;:3.3},{&quot;2026-06-13&quot;:3.37},{&quot;2026-06-14&quot;:3.44},{&quot;2026-06-15&quot;:3.47},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.55},{&quot;2026-06-18&quot;:3.55},{&quot;2026-06-19&quot;:3.48},{&quot;2026-06-20&quot;:3.74},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:4.31},{&quot;2026-06-23&quot;:4.31},{&quot;2026-06-24&quot;:4.37},{&quot;2026-06-25&quot;:4.44},{&quot;2026-06-26&quot;:4.57},{&quot;2026-06-27&quot;:4.53},{&quot;2026-06-28&quot;:4.53},{&quot;2026-06-29&quot;:4.58},{&quot;2026-06-30&quot;:4.68},{&quot;2026-07-01&quot;:4.58},{&quot;2026-07-02&quot;:4.55},{&quot;2026-07-03&quot;:4.58},{&quot;2026-07-04&quot;:4.48},{&quot;2026-07-05&quot;:4.21},{&quot;2026-07-06&quot;:4.2},{&quot;2026-07-07&quot;:4.2},{&quot;2026-07-08&quot;:4.09},{&quot;2026-07-09&quot;:3.96},{&quot;2026-07-10&quot;:4.04},{&quot;2026-07-11&quot;:3.65},{&quot;2026-07-12&quot;:3.58},{&quot;2026-07-13&quot;:3.63},{&quot;2026-07-14&quot;:3.63},{&quot;2026-07-15&quot;:3.43},{&quot;2026-07-16&quot;:3.34},{&quot;2026-07-17&quot;:3.28},{&quot;2026-07-18&quot;:3.31},{&quot;2026-07-19&quot;:3.38},{&quot;2026-07-20&quot;:3.38},{&quot;2026-07-21&quot;:3.25},{&quot;2026-07-23&quot;:3.23},{&quot;2026-07-25&quot;:3.41},{&quot;2026-07-26&quot;:3.41},{&quot;2026-07-27&quot;:3.7},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:3.78},{&quot;2026-07-30&quot;:3.74},{&quot;2026-07-31&quot;:3.7},{&quot;2026-08-01&quot;:3.56},{&quot;2026-08-02&quot;:3.56},{&quot;2026-08-03&quot;:3.53},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.65},{&quot;2026-08-07&quot;:3.78},{&quot;2026-08-08&quot;:3.78},{&quot;2026-08-09&quot;:3.78},{&quot;2026-08-10&quot;:3.78},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.66},{&quot;2026-08-13&quot;:3.82},{&quot;2026-08-14&quot;:3.92},{&quot;2026-08-15&quot;:3.92},{&quot;2026-08-16&quot;:3.92},{&quot;2026-08-17&quot;:3.97},{&quot;2026-08-18&quot;:3.91},{&quot;2026-08-19&quot;:3.85},{&quot;2026-08-20&quot;:3.85},{&quot;2026-08-21&quot;:3.68},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.68},{&quot;2026-08-24&quot;:3.8},{&quot;2026-08-25&quot;:3.8},{&quot;2026-08-26&quot;:3.77},{&quot;2026-08-27&quot;:3.66},{&quot;2026-08-28&quot;:3.61},{&quot;2026-08-29&quot;:3.61},{&quot;2026-08-30&quot;:3.62},{&quot;2026-08-31&quot;:3.69},{&quot;2026-09-01&quot;:3.69},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.75},{&quot;2026-09-04&quot;:3.83},{&quot;2026-09-05&quot;:3.7},{&quot;2026-09-06&quot;:3.68},{&quot;2026-09-07&quot;:3.77},{&quot;2026-09-08&quot;:3.75},{&quot;2026-09-09&quot;:3.75},{&quot;2026-09-10&quot;:3.66},{&quot;2026-09-11&quot;:3.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="19055"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Jodah, the Unifier" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/416429e0-4b7e-43d1-8126-16ab679b6e39.jpg?1783921233" />

        <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">
            Jodah, the Unifier
        </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 Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jodah, the Unifier" src="https://cards.scryfall.io/large/front/4/1/416429e0-4b7e-43d1-8126-16ab679b6e39.jpg?1783921233" />
    </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">
                $3.56
              </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">
                $3.12
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.27},{&quot;2026-06-12&quot;:2.27},{&quot;2026-06-13&quot;:2.27},{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.27},{&quot;2026-06-16&quot;:2.28},{&quot;2026-06-17&quot;:2.32},{&quot;2026-06-18&quot;:2.32},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:2.32},{&quot;2026-06-21&quot;:2.43},{&quot;2026-06-22&quot;:2.43},{&quot;2026-06-23&quot;:2.38},{&quot;2026-06-24&quot;:2.46},{&quot;2026-06-25&quot;:2.46},{&quot;2026-06-26&quot;:2.46},{&quot;2026-06-27&quot;:2.46},{&quot;2026-06-28&quot;:2.46},{&quot;2026-06-29&quot;:2.46},{&quot;2026-06-30&quot;:2.48},{&quot;2026-07-01&quot;:2.48},{&quot;2026-07-02&quot;:2.48},{&quot;2026-07-03&quot;:2.51},{&quot;2026-07-04&quot;:2.51},{&quot;2026-07-05&quot;:2.51},{&quot;2026-07-06&quot;:2.51},{&quot;2026-07-07&quot;:2.51},{&quot;2026-07-08&quot;:2.51},{&quot;2026-07-09&quot;:2.51},{&quot;2026-07-10&quot;:2.51},{&quot;2026-07-11&quot;:2.51},{&quot;2026-07-12&quot;:2.54},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.54},{&quot;2026-07-15&quot;:2.54},{&quot;2026-07-16&quot;:2.59},{&quot;2026-07-17&quot;:2.59},{&quot;2026-07-18&quot;:2.59},{&quot;2026-07-19&quot;:2.59},{&quot;2026-07-20&quot;:2.59},{&quot;2026-07-21&quot;:2.67},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-25&quot;:2.67},{&quot;2026-07-26&quot;:2.67},{&quot;2026-07-27&quot;:2.67},{&quot;2026-07-28&quot;:2.67},{&quot;2026-07-29&quot;:2.72},{&quot;2026-07-30&quot;:2.72},{&quot;2026-07-31&quot;:2.79},{&quot;2026-08-01&quot;:2.79},{&quot;2026-08-02&quot;:2.79},{&quot;2026-08-03&quot;:2.79},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:2.91},{&quot;2026-08-07&quot;:2.91},{&quot;2026-08-08&quot;:2.91},{&quot;2026-08-09&quot;:2.91},{&quot;2026-08-10&quot;:2.91},{&quot;2026-08-11&quot;:2.91},{&quot;2026-08-12&quot;:2.91},{&quot;2026-08-13&quot;:2.91},{&quot;2026-08-14&quot;:2.91},{&quot;2026-08-15&quot;:2.89},{&quot;2026-08-16&quot;:2.89},{&quot;2026-08-17&quot;:2.89},{&quot;2026-08-18&quot;:2.89},{&quot;2026-08-19&quot;:2.89},{&quot;2026-08-20&quot;:2.89},{&quot;2026-08-21&quot;:2.89},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.89},{&quot;2026-08-25&quot;:2.89},{&quot;2026-08-26&quot;:2.95},{&quot;2026-08-27&quot;:2.91},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.95},{&quot;2026-09-03&quot;:2.98},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:2.98},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:3.05},{&quot;2026-09-08&quot;:3.05},{&quot;2026-09-09&quot;:3.12},{&quot;2026-09-10&quot;:3.12},{&quot;2026-09-11&quot;:3.12}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.36},{&quot;2026-06-12&quot;:2.32},{&quot;2026-06-13&quot;:2.26},{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.27},{&quot;2026-06-16&quot;:2.26},{&quot;2026-06-17&quot;:2.26},{&quot;2026-06-18&quot;:2.26},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.33},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.22},{&quot;2026-06-23&quot;:2.23},{&quot;2026-06-24&quot;:2.23},{&quot;2026-06-25&quot;:2.09},{&quot;2026-06-26&quot;:2.17},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.28},{&quot;2026-06-29&quot;:2.28},{&quot;2026-06-30&quot;:2.38},{&quot;2026-07-01&quot;:2.43},{&quot;2026-07-02&quot;:2.43},{&quot;2026-07-03&quot;:2.52},{&quot;2026-07-04&quot;:2.52},{&quot;2026-07-05&quot;:2.52},{&quot;2026-07-06&quot;:2.59},{&quot;2026-07-07&quot;:2.59},{&quot;2026-07-08&quot;:2.59},{&quot;2026-07-09&quot;:2.74},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.74},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.64},{&quot;2026-07-14&quot;:2.64},{&quot;2026-07-15&quot;:2.78},{&quot;2026-07-16&quot;:2.78},{&quot;2026-07-17&quot;:3.06},{&quot;2026-07-18&quot;:3.04},{&quot;2026-07-19&quot;:2.99},{&quot;2026-07-20&quot;:3.12},{&quot;2026-07-21&quot;:3.27},{&quot;2026-07-23&quot;:3.28},{&quot;2026-07-25&quot;:3.45},{&quot;2026-07-26&quot;:3.44},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.4},{&quot;2026-07-29&quot;:3.4},{&quot;2026-07-30&quot;:3.4},{&quot;2026-07-31&quot;:3.4},{&quot;2026-08-01&quot;:3.54},{&quot;2026-08-02&quot;:3.52},{&quot;2026-08-03&quot;:3.38},{&quot;2026-08-04&quot;:3.38},{&quot;2026-08-05&quot;:3.38},{&quot;2026-08-07&quot;:3.57},{&quot;2026-08-08&quot;:3.57},{&quot;2026-08-09&quot;:3.65},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.21},{&quot;2026-08-12&quot;:3.14},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.26},{&quot;2026-08-15&quot;:3.26},{&quot;2026-08-16&quot;:3.15},{&quot;2026-08-17&quot;:3.15},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.15},{&quot;2026-08-20&quot;:3.15},{&quot;2026-08-21&quot;:2.87},{&quot;2026-08-22&quot;:2.88},{&quot;2026-08-23&quot;:2.88},{&quot;2026-08-24&quot;:2.88},{&quot;2026-08-25&quot;:2.88},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.82},{&quot;2026-08-28&quot;:2.87},{&quot;2026-08-29&quot;:2.87},{&quot;2026-08-30&quot;:2.66},{&quot;2026-08-31&quot;:2.67},{&quot;2026-09-01&quot;:2.67},{&quot;2026-09-02&quot;:2.86},{&quot;2026-09-03&quot;:3.17},{&quot;2026-09-04&quot;:3.5},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.44},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.47},{&quot;2026-09-11&quot;:3.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="53730"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Blackblade Reforged" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/a/da9a73af-57a2-499a-8a14-e164a6506e8b.jpg?1783923943" />

        <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">
            Blackblade Reforged
        </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 — Equipment</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blackblade Reforged" src="https://cards.scryfall.io/large/front/d/a/da9a73af-57a2-499a-8a14-e164a6506e8b.jpg?1783923943" />
    </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">
                $3.56
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.26},{&quot;2026-06-14&quot;:4.2},{&quot;2026-06-15&quot;:4.2},{&quot;2026-06-16&quot;:4.08},{&quot;2026-06-17&quot;:4.05},{&quot;2026-06-18&quot;:3.84},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:3.52},{&quot;2026-06-21&quot;:3.52},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.66},{&quot;2026-06-24&quot;:3.65},{&quot;2026-06-25&quot;:3.72},{&quot;2026-06-26&quot;:4.02},{&quot;2026-06-27&quot;:4.08},{&quot;2026-06-28&quot;:4.08},{&quot;2026-06-29&quot;:4.14},{&quot;2026-06-30&quot;:4.14},{&quot;2026-07-01&quot;:4.15},{&quot;2026-07-02&quot;:4.42},{&quot;2026-07-03&quot;:4.66},{&quot;2026-07-04&quot;:4.79},{&quot;2026-07-05&quot;:5.01},{&quot;2026-07-06&quot;:5.33},{&quot;2026-07-07&quot;:5.68},{&quot;2026-07-08&quot;:5.84},{&quot;2026-07-09&quot;:5.71},{&quot;2026-07-10&quot;:5.63},{&quot;2026-07-11&quot;:5.63},{&quot;2026-07-12&quot;:5.26},{&quot;2026-07-13&quot;:4.85},{&quot;2026-07-14&quot;:4.73},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.59},{&quot;2026-07-17&quot;:4.63},{&quot;2026-07-18&quot;:4.63},{&quot;2026-07-19&quot;:4.58},{&quot;2026-07-20&quot;:4.58},{&quot;2026-07-21&quot;:4.46},{&quot;2026-07-22&quot;:4.43},{&quot;2026-07-23&quot;:4.44},{&quot;2026-07-24&quot;:4.41},{&quot;2026-07-25&quot;:4.35},{&quot;2026-07-26&quot;:4.28},{&quot;2026-07-27&quot;:4.3},{&quot;2026-07-28&quot;:4.41},{&quot;2026-07-29&quot;:4.37},{&quot;2026-07-30&quot;:4.37},{&quot;2026-07-31&quot;:4.37},{&quot;2026-08-01&quot;:4.37},{&quot;2026-08-02&quot;:4.4},{&quot;2026-08-03&quot;:4.31},{&quot;2026-08-04&quot;:4.17},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:3.78},{&quot;2026-08-08&quot;:3.79},{&quot;2026-08-09&quot;:3.79},{&quot;2026-08-10&quot;:4.01},{&quot;2026-08-11&quot;:4.01},{&quot;2026-08-12&quot;:4.09},{&quot;2026-08-13&quot;:4.09},{&quot;2026-08-14&quot;:4.06},{&quot;2026-08-15&quot;:4.02},{&quot;2026-08-16&quot;:4.06},{&quot;2026-08-17&quot;:3.98},{&quot;2026-08-18&quot;:4.02},{&quot;2026-08-19&quot;:4.0},{&quot;2026-08-20&quot;:4.07},{&quot;2026-08-21&quot;:3.93},{&quot;2026-08-22&quot;:3.91},{&quot;2026-08-23&quot;:3.91},{&quot;2026-08-24&quot;:3.87},{&quot;2026-08-25&quot;:3.97},{&quot;2026-08-26&quot;:3.89},{&quot;2026-08-27&quot;:3.89},{&quot;2026-08-28&quot;:3.96},{&quot;2026-08-29&quot;:3.96},{&quot;2026-08-30&quot;:3.95},{&quot;2026-08-31&quot;:3.82},{&quot;2026-09-01&quot;:3.82},{&quot;2026-09-02&quot;:3.75},{&quot;2026-09-03&quot;:3.68},{&quot;2026-09-04&quot;:3.68},{&quot;2026-09-05&quot;:3.7},{&quot;2026-09-06&quot;:3.7},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.56},{&quot;2026-09-09&quot;:3.56},{&quot;2026-09-10&quot;:3.56},{&quot;2026-09-11&quot;:3.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="74184"
  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-lci 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">
            Brass&#39;s Tunnel-Grinder 
        </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-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.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="Brass&#39;s Tunnel-Grinder // Tecutlan, the Searing Rift" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d61d8895-7f2e-4c77-951f-4f1a49e96f57.jpg?1783913771" />

        <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">
            Brass&#39;s Tunnel-Grinder 
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Brass&#39;s Tunnel-Grinder // Tecutlan, the Searing Rift" src="https://cards.scryfall.io/large/front/d/6/d61d8895-7f2e-4c77-951f-4f1a49e96f57.jpg?1783913771" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Brass&#39;s Tunnel-Grinder // Tecutlan, the Searing Rift" src="https://cards.scryfall.io/large/back/d/6/d61d8895-7f2e-4c77-951f-4f1a49e96f57.jpg?1783913771" />
              </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">
                $3.56
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.74},{&quot;2026-06-14&quot;:5.74},{&quot;2026-06-15&quot;:5.65},{&quot;2026-06-16&quot;:5.57},{&quot;2026-06-17&quot;:5.57},{&quot;2026-06-18&quot;:5.6},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.56},{&quot;2026-06-21&quot;:5.41},{&quot;2026-06-22&quot;:5.45},{&quot;2026-06-23&quot;:5.25},{&quot;2026-06-24&quot;:5.25},{&quot;2026-06-25&quot;:5.18},{&quot;2026-06-26&quot;:5.18},{&quot;2026-06-27&quot;:5.3},{&quot;2026-06-28&quot;:5.37},{&quot;2026-06-29&quot;:5.28},{&quot;2026-06-30&quot;:5.33},{&quot;2026-07-01&quot;:5.33},{&quot;2026-07-02&quot;:5.33},{&quot;2026-07-03&quot;:5.08},{&quot;2026-07-04&quot;:5.08},{&quot;2026-07-05&quot;:4.85},{&quot;2026-07-06&quot;:4.62},{&quot;2026-07-07&quot;:4.72},{&quot;2026-07-08&quot;:4.72},{&quot;2026-07-09&quot;:4.72},{&quot;2026-07-10&quot;:4.82},{&quot;2026-07-11&quot;:4.82},{&quot;2026-07-12&quot;:4.82},{&quot;2026-07-13&quot;:4.82},{&quot;2026-07-14&quot;:4.82},{&quot;2026-07-15&quot;:4.82},{&quot;2026-07-16&quot;:4.82},{&quot;2026-07-17&quot;:4.74},{&quot;2026-07-18&quot;:4.84},{&quot;2026-07-19&quot;:4.81},{&quot;2026-07-20&quot;:4.84},{&quot;2026-07-21&quot;:4.84},{&quot;2026-07-22&quot;:4.84},{&quot;2026-07-23&quot;:4.83},{&quot;2026-07-24&quot;:4.83},{&quot;2026-07-25&quot;:4.74},{&quot;2026-07-26&quot;:4.74},{&quot;2026-07-27&quot;:4.71},{&quot;2026-07-28&quot;:4.77},{&quot;2026-07-29&quot;:4.77},{&quot;2026-07-30&quot;:4.82},{&quot;2026-07-31&quot;:4.85},{&quot;2026-08-01&quot;:4.85},{&quot;2026-08-02&quot;:4.85},{&quot;2026-08-03&quot;:4.85},{&quot;2026-08-04&quot;:4.85},{&quot;2026-08-05&quot;:4.85},{&quot;2026-08-07&quot;:4.9},{&quot;2026-08-08&quot;:4.77},{&quot;2026-08-09&quot;:4.77},{&quot;2026-08-10&quot;:4.77},{&quot;2026-08-11&quot;:4.77},{&quot;2026-08-12&quot;:4.77},{&quot;2026-08-13&quot;:4.8},{&quot;2026-08-14&quot;:4.74},{&quot;2026-08-15&quot;:4.74},{&quot;2026-08-16&quot;:4.71},{&quot;2026-08-17&quot;:4.71},{&quot;2026-08-18&quot;:4.71},{&quot;2026-08-19&quot;:4.71},{&quot;2026-08-20&quot;:4.71},{&quot;2026-08-21&quot;:4.76},{&quot;2026-08-22&quot;:4.73},{&quot;2026-08-23&quot;:4.68},{&quot;2026-08-24&quot;:4.68},{&quot;2026-08-25&quot;:4.68},{&quot;2026-08-26&quot;:4.43},{&quot;2026-08-27&quot;:4.43},{&quot;2026-08-28&quot;:4.43},{&quot;2026-08-29&quot;:4.43},{&quot;2026-08-30&quot;:4.43},{&quot;2026-08-31&quot;:4.43},{&quot;2026-09-01&quot;:4.43},{&quot;2026-09-02&quot;:4.43},{&quot;2026-09-03&quot;:4.42},{&quot;2026-09-04&quot;:4.49},{&quot;2026-09-05&quot;:4.49},{&quot;2026-09-06&quot;:4.49},{&quot;2026-09-07&quot;:4.49},{&quot;2026-09-08&quot;:4.49},{&quot;2026-09-09&quot;:4.49},{&quot;2026-09-10&quot;:4.49},{&quot;2026-09-11&quot;:4.46}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.3},{&quot;2026-06-14&quot;:3.95},{&quot;2026-06-15&quot;:4.05},{&quot;2026-06-16&quot;:3.73},{&quot;2026-06-17&quot;:3.7},{&quot;2026-06-18&quot;:3.54},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:4.07},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:3.95},{&quot;2026-06-23&quot;:4.18},{&quot;2026-06-24&quot;:4.22},{&quot;2026-06-25&quot;:4.27},{&quot;2026-06-26&quot;:4.23},{&quot;2026-06-27&quot;:4.31},{&quot;2026-06-28&quot;:4.53},{&quot;2026-06-29&quot;:4.27},{&quot;2026-06-30&quot;:4.55},{&quot;2026-07-01&quot;:4.6},{&quot;2026-07-02&quot;:4.56},{&quot;2026-07-03&quot;:4.53},{&quot;2026-07-04&quot;:4.46},{&quot;2026-07-05&quot;:4.37},{&quot;2026-07-06&quot;:4.47},{&quot;2026-07-07&quot;:4.28},{&quot;2026-07-08&quot;:4.52},{&quot;2026-07-09&quot;:4.48},{&quot;2026-07-10&quot;:4.61},{&quot;2026-07-11&quot;:4.41},{&quot;2026-07-12&quot;:4.29},{&quot;2026-07-13&quot;:4.06},{&quot;2026-07-14&quot;:4.09},{&quot;2026-07-15&quot;:3.78},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.46},{&quot;2026-07-18&quot;:3.41},{&quot;2026-07-19&quot;:3.4},{&quot;2026-07-20&quot;:3.29},{&quot;2026-07-21&quot;:3.09},{&quot;2026-07-22&quot;:3.22},{&quot;2026-07-23&quot;:3.29},{&quot;2026-07-24&quot;:3.33},{&quot;2026-07-25&quot;:3.37},{&quot;2026-07-26&quot;:3.46},{&quot;2026-07-27&quot;:3.47},{&quot;2026-07-28&quot;:3.6},{&quot;2026-07-29&quot;:3.48},{&quot;2026-07-30&quot;:3.52},{&quot;2026-07-31&quot;:3.56},{&quot;2026-08-01&quot;:3.56},{&quot;2026-08-02&quot;:3.51},{&quot;2026-08-03&quot;:3.45},{&quot;2026-08-04&quot;:3.45},{&quot;2026-08-05&quot;:3.54},{&quot;2026-08-07&quot;:3.64},{&quot;2026-08-08&quot;:3.67},{&quot;2026-08-09&quot;:3.71},{&quot;2026-08-10&quot;:3.76},{&quot;2026-08-11&quot;:3.85},{&quot;2026-08-12&quot;:4.3},{&quot;2026-08-13&quot;:4.3},{&quot;2026-08-14&quot;:4.35},{&quot;2026-08-15&quot;:4.35},{&quot;2026-08-16&quot;:4.39},{&quot;2026-08-17&quot;:4.19},{&quot;2026-08-18&quot;:4.05},{&quot;2026-08-19&quot;:3.97},{&quot;2026-08-20&quot;:3.84},{&quot;2026-08-21&quot;:3.78},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.53},{&quot;2026-08-24&quot;:3.85},{&quot;2026-08-25&quot;:3.82},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.74},{&quot;2026-08-28&quot;:3.65},{&quot;2026-08-29&quot;:3.65},{&quot;2026-08-30&quot;:3.2},{&quot;2026-08-31&quot;:3.11},{&quot;2026-09-01&quot;:3.21},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.25},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.58},{&quot;2026-09-06&quot;:3.53},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.81},{&quot;2026-09-09&quot;:3.81},{&quot;2026-09-10&quot;:3.52},{&quot;2026-09-11&quot;:3.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="87467"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Oppression" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/e/2e8ffc89-6436-4e4d-aa43-8f704b658b96.jpg?1783914926" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Oppression" src="https://cards.scryfall.io/large/front/2/e/2e8ffc89-6436-4e4d-aa43-8f704b658b96.jpg?1783914926" />
    </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">
                $3.56
              </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">
                $3.58
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.96},{&quot;2026-06-14&quot;:3.96},{&quot;2026-06-15&quot;:3.96},{&quot;2026-06-16&quot;:3.96},{&quot;2026-06-17&quot;:3.95},{&quot;2026-06-18&quot;:3.89},{&quot;2026-06-19&quot;:3.89},{&quot;2026-06-20&quot;:3.89},{&quot;2026-06-21&quot;:3.93},{&quot;2026-06-22&quot;:3.96},{&quot;2026-06-23&quot;:3.96},{&quot;2026-06-24&quot;:3.96},{&quot;2026-06-25&quot;:3.96},{&quot;2026-06-26&quot;:3.96},{&quot;2026-06-27&quot;:3.96},{&quot;2026-06-28&quot;:3.93},{&quot;2026-06-29&quot;:3.93},{&quot;2026-06-30&quot;:3.93},{&quot;2026-07-01&quot;:3.84},{&quot;2026-07-02&quot;:3.84},{&quot;2026-07-03&quot;:3.84},{&quot;2026-07-04&quot;:3.84},{&quot;2026-07-05&quot;:3.84},{&quot;2026-07-06&quot;:3.77},{&quot;2026-07-07&quot;:3.77},{&quot;2026-07-08&quot;:3.77},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.65},{&quot;2026-07-11&quot;:3.56},{&quot;2026-07-12&quot;:3.53},{&quot;2026-07-13&quot;:3.51},{&quot;2026-07-14&quot;:3.51},{&quot;2026-07-15&quot;:3.52},{&quot;2026-07-16&quot;:3.52},{&quot;2026-07-17&quot;:3.52},{&quot;2026-07-18&quot;:3.54},{&quot;2026-07-19&quot;:3.54},{&quot;2026-07-20&quot;:3.49},{&quot;2026-07-21&quot;:3.49},{&quot;2026-07-22&quot;:3.49},{&quot;2026-07-23&quot;:3.41},{&quot;2026-07-24&quot;:3.41},{&quot;2026-07-25&quot;:3.39},{&quot;2026-07-26&quot;:3.45},{&quot;2026-07-27&quot;:3.45},{&quot;2026-07-28&quot;:3.45},{&quot;2026-07-29&quot;:3.43},{&quot;2026-07-30&quot;:3.43},{&quot;2026-07-31&quot;:3.37},{&quot;2026-08-01&quot;:3.37},{&quot;2026-08-02&quot;:3.37},{&quot;2026-08-03&quot;:3.34},{&quot;2026-08-04&quot;:3.39},{&quot;2026-08-05&quot;:3.38},{&quot;2026-08-07&quot;:3.42},{&quot;2026-08-08&quot;:3.39},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.39},{&quot;2026-08-11&quot;:3.41},{&quot;2026-08-12&quot;:3.35},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.36},{&quot;2026-08-15&quot;:3.41},{&quot;2026-08-16&quot;:3.41},{&quot;2026-08-17&quot;:3.41},{&quot;2026-08-18&quot;:3.48},{&quot;2026-08-19&quot;:3.48},{&quot;2026-08-20&quot;:3.49},{&quot;2026-08-21&quot;:3.56},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.55},{&quot;2026-08-24&quot;:3.53},{&quot;2026-08-25&quot;:3.59},{&quot;2026-08-26&quot;:3.65},{&quot;2026-08-27&quot;:3.65},{&quot;2026-08-28&quot;:3.69},{&quot;2026-08-29&quot;:3.69},{&quot;2026-08-30&quot;:3.75},{&quot;2026-08-31&quot;:3.74},{&quot;2026-09-01&quot;:3.74},{&quot;2026-09-02&quot;:3.77},{&quot;2026-09-03&quot;:3.74},{&quot;2026-09-04&quot;:3.8},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.8},{&quot;2026-09-07&quot;:3.66},{&quot;2026-09-08&quot;:3.65},{&quot;2026-09-09&quot;:3.68},{&quot;2026-09-10&quot;:3.53},{&quot;2026-09-11&quot;:3.58}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.14},{&quot;2026-06-14&quot;:2.78},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.73},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.59},{&quot;2026-06-20&quot;:2.58},{&quot;2026-06-21&quot;:2.59},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.72},{&quot;2026-06-24&quot;:2.65},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.69},{&quot;2026-06-27&quot;:2.67},{&quot;2026-06-28&quot;:2.6},{&quot;2026-06-29&quot;:2.6},{&quot;2026-06-30&quot;:2.58},{&quot;2026-07-01&quot;:2.58},{&quot;2026-07-02&quot;:2.63},{&quot;2026-07-03&quot;:2.68},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.65},{&quot;2026-07-06&quot;:2.73},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.86},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:2.91},{&quot;2026-07-11&quot;:2.95},{&quot;2026-07-12&quot;:2.94},{&quot;2026-07-13&quot;:2.91},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.87},{&quot;2026-07-16&quot;:2.82},{&quot;2026-07-17&quot;:2.74},{&quot;2026-07-18&quot;:2.73},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:2.66},{&quot;2026-07-21&quot;:2.76},{&quot;2026-07-22&quot;:2.73},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-24&quot;:2.68},{&quot;2026-07-25&quot;:2.59},{&quot;2026-07-26&quot;:2.69},{&quot;2026-07-27&quot;:2.57},{&quot;2026-07-28&quot;:2.59},{&quot;2026-07-29&quot;:2.55},{&quot;2026-07-30&quot;:2.48},{&quot;2026-07-31&quot;:2.65},{&quot;2026-08-01&quot;:2.7},{&quot;2026-08-02&quot;:2.82},{&quot;2026-08-03&quot;:2.85},{&quot;2026-08-04&quot;:2.84},{&quot;2026-08-05&quot;:2.8},{&quot;2026-08-07&quot;:2.75},{&quot;2026-08-08&quot;:2.8},{&quot;2026-08-09&quot;:2.78},{&quot;2026-08-10&quot;:2.77},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.79},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.95},{&quot;2026-08-17&quot;:3.16},{&quot;2026-08-18&quot;:3.27},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.38},{&quot;2026-08-21&quot;:3.37},{&quot;2026-08-22&quot;:3.41},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.42},{&quot;2026-08-25&quot;:3.55},{&quot;2026-08-26&quot;:3.52},{&quot;2026-08-27&quot;:3.5},{&quot;2026-08-28&quot;:3.41},{&quot;2026-08-29&quot;:3.41},{&quot;2026-08-30&quot;:3.55},{&quot;2026-08-31&quot;:4.28},{&quot;2026-09-01&quot;:4.42},{&quot;2026-09-02&quot;:4.47},{&quot;2026-09-03&quot;:4.16},{&quot;2026-09-04&quot;:3.82},{&quot;2026-09-05&quot;:3.84},{&quot;2026-09-06&quot;:4.0},{&quot;2026-09-07&quot;:3.72},{&quot;2026-09-08&quot;:3.93},{&quot;2026-09-09&quot;:3.97},{&quot;2026-09-10&quot;:3.88},{&quot;2026-09-11&quot;:3.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="83527"
  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">
            Mindslaver
        </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-100 text-badge-text">
              ↓
              1%
            </span>

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

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

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

        <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">
            Mindslaver
        </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-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="Mindslaver" src="https://cards.scryfall.io/large/front/c/7/c7c69630-eb56-4d62-ad14-556555ac14fe.jpg?1783931253" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.42},{&quot;2026-06-11&quot;:3.42},{&quot;2026-06-12&quot;:3.42},{&quot;2026-06-13&quot;:3.37},{&quot;2026-06-14&quot;:3.24},{&quot;2026-06-15&quot;:3.03},{&quot;2026-06-16&quot;:3.03},{&quot;2026-06-17&quot;:3.03},{&quot;2026-06-18&quot;:3.03},{&quot;2026-06-19&quot;:3.03},{&quot;2026-06-20&quot;:3.03},{&quot;2026-06-21&quot;:3.03},{&quot;2026-06-22&quot;:3.03},{&quot;2026-06-23&quot;:3.03},{&quot;2026-06-24&quot;:3.03},{&quot;2026-06-25&quot;:2.94},{&quot;2026-06-26&quot;:2.94},{&quot;2026-06-27&quot;:2.94},{&quot;2026-06-28&quot;:2.94},{&quot;2026-06-29&quot;:2.94},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:2.92},{&quot;2026-07-02&quot;:2.92},{&quot;2026-07-03&quot;:2.92},{&quot;2026-07-04&quot;:2.96},{&quot;2026-07-05&quot;:2.96},{&quot;2026-07-06&quot;:2.94},{&quot;2026-07-07&quot;:2.96},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:2.96},{&quot;2026-07-11&quot;:2.96},{&quot;2026-07-12&quot;:2.85},{&quot;2026-07-13&quot;:2.85},{&quot;2026-07-14&quot;:2.81},{&quot;2026-07-15&quot;:2.84},{&quot;2026-07-16&quot;:2.84},{&quot;2026-07-17&quot;:2.84},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.91},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.91},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-25&quot;:2.91},{&quot;2026-07-26&quot;:2.9},{&quot;2026-07-27&quot;:3.03},{&quot;2026-07-29&quot;:3.16},{&quot;2026-07-30&quot;:3.16},{&quot;2026-07-31&quot;:3.17},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.21},{&quot;2026-08-04&quot;:3.18},{&quot;2026-08-05&quot;:3.22},{&quot;2026-08-07&quot;:3.28},{&quot;2026-08-08&quot;:3.28},{&quot;2026-08-09&quot;:3.28},{&quot;2026-08-10&quot;:3.28},{&quot;2026-08-11&quot;:3.28},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.29},{&quot;2026-08-16&quot;:3.28},{&quot;2026-08-17&quot;:3.37},{&quot;2026-08-18&quot;:3.37},{&quot;2026-08-19&quot;:3.34},{&quot;2026-08-20&quot;:3.34},{&quot;2026-08-21&quot;:3.44},{&quot;2026-08-22&quot;:3.46},{&quot;2026-08-23&quot;:3.5},{&quot;2026-08-24&quot;:3.5},{&quot;2026-08-25&quot;:3.5},{&quot;2026-08-26&quot;:3.5},{&quot;2026-08-27&quot;:3.55},{&quot;2026-08-28&quot;:3.54},{&quot;2026-08-29&quot;:3.54},{&quot;2026-08-30&quot;:3.54},{&quot;2026-08-31&quot;:3.6},{&quot;2026-09-01&quot;:3.6},{&quot;2026-09-02&quot;:3.6},{&quot;2026-09-03&quot;:3.6},{&quot;2026-09-04&quot;:3.6},{&quot;2026-09-05&quot;:3.6},{&quot;2026-09-06&quot;:3.6},{&quot;2026-09-07&quot;:3.6},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.55},{&quot;2026-09-10&quot;:3.55},{&quot;2026-09-11&quot;:3.55}],&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="91079"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Deathcap Glade
        </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="Deathcap Glade" src="https://cards.scryfall.io/large/front/2/f/2f20e738-bab6-4000-afca-9fc9e4261c34.jpg?1783908067" />
    </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">
                $3.55
              </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">
                $8.44
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:10.85},{&quot;2026-06-14&quot;:10.85},{&quot;2026-06-15&quot;:10.85},{&quot;2026-06-16&quot;:10.85},{&quot;2026-06-17&quot;:10.85},{&quot;2026-06-18&quot;:10.85},{&quot;2026-06-19&quot;:10.85},{&quot;2026-06-20&quot;:10.85},{&quot;2026-06-21&quot;:10.72},{&quot;2026-06-22&quot;:10.72},{&quot;2026-06-23&quot;:10.72},{&quot;2026-06-24&quot;:10.72},{&quot;2026-06-25&quot;:10.72},{&quot;2026-06-26&quot;:10.72},{&quot;2026-06-27&quot;:10.72},{&quot;2026-06-28&quot;:10.72},{&quot;2026-06-29&quot;:10.72},{&quot;2026-06-30&quot;:10.72},{&quot;2026-07-01&quot;:10.72},{&quot;2026-07-02&quot;:10.85},{&quot;2026-07-03&quot;:10.85},{&quot;2026-07-04&quot;:10.85},{&quot;2026-07-05&quot;:10.85},{&quot;2026-07-06&quot;:10.85},{&quot;2026-07-07&quot;:10.91},{&quot;2026-07-08&quot;:10.91},{&quot;2026-07-09&quot;:10.91},{&quot;2026-07-10&quot;:10.91},{&quot;2026-07-11&quot;:10.91},{&quot;2026-07-12&quot;:10.91},{&quot;2026-07-13&quot;:10.78},{&quot;2026-07-14&quot;:10.78},{&quot;2026-07-15&quot;:10.78},{&quot;2026-07-16&quot;:10.78},{&quot;2026-07-17&quot;:10.72},{&quot;2026-07-18&quot;:10.72},{&quot;2026-07-19&quot;:10.72},{&quot;2026-07-20&quot;:10.72},{&quot;2026-07-21&quot;:10.72},{&quot;2026-07-22&quot;:10.72},{&quot;2026-07-23&quot;:10.51},{&quot;2026-07-24&quot;:10.51},{&quot;2026-07-25&quot;:10.51},{&quot;2026-07-26&quot;:10.51},{&quot;2026-07-27&quot;:9.77},{&quot;2026-07-28&quot;:9.77},{&quot;2026-07-29&quot;:9.77},{&quot;2026-07-30&quot;:9.46},{&quot;2026-07-31&quot;:9.46},{&quot;2026-08-01&quot;:9.46},{&quot;2026-08-02&quot;:9.46},{&quot;2026-08-03&quot;:9.46},{&quot;2026-08-04&quot;:9.46},{&quot;2026-08-05&quot;:9.46},{&quot;2026-08-07&quot;:9.46},{&quot;2026-08-08&quot;:9.46},{&quot;2026-08-09&quot;:9.46},{&quot;2026-08-10&quot;:9.46},{&quot;2026-08-11&quot;:9.46},{&quot;2026-08-12&quot;:9.46},{&quot;2026-08-13&quot;:9.46},{&quot;2026-08-14&quot;:9.46},{&quot;2026-08-15&quot;:9.46},{&quot;2026-08-16&quot;:9.46},{&quot;2026-08-17&quot;:9.46},{&quot;2026-08-18&quot;:9.46},{&quot;2026-08-19&quot;:9.46},{&quot;2026-08-20&quot;:9.46},{&quot;2026-08-21&quot;:9.46},{&quot;2026-08-22&quot;:9.46},{&quot;2026-08-23&quot;:9.46},{&quot;2026-08-24&quot;:9.46},{&quot;2026-08-25&quot;:9.36},{&quot;2026-08-26&quot;:8.97},{&quot;2026-08-27&quot;:8.97},{&quot;2026-08-28&quot;:8.97},{&quot;2026-08-29&quot;:8.97},{&quot;2026-08-30&quot;:8.97},{&quot;2026-08-31&quot;:8.97},{&quot;2026-09-01&quot;:8.97},{&quot;2026-09-02&quot;:8.97},{&quot;2026-09-03&quot;:8.97},{&quot;2026-09-04&quot;:8.97},{&quot;2026-09-05&quot;:8.97},{&quot;2026-09-06&quot;:8.97},{&quot;2026-09-07&quot;:8.97},{&quot;2026-09-08&quot;:8.97},{&quot;2026-09-09&quot;:8.97},{&quot;2026-09-10&quot;:8.97},{&quot;2026-09-11&quot;:8.44}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.57},{&quot;2026-06-14&quot;:8.57},{&quot;2026-06-15&quot;:8.57},{&quot;2026-06-16&quot;:8.57},{&quot;2026-06-17&quot;:8.57},{&quot;2026-06-18&quot;:8.57},{&quot;2026-06-19&quot;:8.39},{&quot;2026-06-20&quot;:8.39},{&quot;2026-06-21&quot;:8.39},{&quot;2026-06-22&quot;:8.39},{&quot;2026-06-23&quot;:8.39},{&quot;2026-06-24&quot;:8.03},{&quot;2026-06-25&quot;:8.03},{&quot;2026-06-26&quot;:8.03},{&quot;2026-06-27&quot;:8.03},{&quot;2026-06-28&quot;:8.03},{&quot;2026-06-29&quot;:8.03},{&quot;2026-06-30&quot;:8.03},{&quot;2026-07-01&quot;:8.03},{&quot;2026-07-02&quot;:7.52},{&quot;2026-07-03&quot;:7.24},{&quot;2026-07-04&quot;:7.24},{&quot;2026-07-05&quot;:6.82},{&quot;2026-07-06&quot;:6.66},{&quot;2026-07-07&quot;:6.66},{&quot;2026-07-08&quot;:6.66},{&quot;2026-07-09&quot;:6.66},{&quot;2026-07-10&quot;:6.66},{&quot;2026-07-11&quot;:6.33},{&quot;2026-07-12&quot;:6.33},{&quot;2026-07-13&quot;:6.52},{&quot;2026-07-14&quot;:6.52},{&quot;2026-07-15&quot;:6.52},{&quot;2026-07-16&quot;:6.52},{&quot;2026-07-17&quot;:6.52},{&quot;2026-07-18&quot;:6.52},{&quot;2026-07-19&quot;:6.32},{&quot;2026-07-20&quot;:6.2},{&quot;2026-07-21&quot;:6.2},{&quot;2026-07-22&quot;:6.2},{&quot;2026-07-23&quot;:6.2},{&quot;2026-07-24&quot;:5.93},{&quot;2026-07-25&quot;:5.93},{&quot;2026-07-26&quot;:5.93},{&quot;2026-07-27&quot;:5.9},{&quot;2026-07-28&quot;:5.9},{&quot;2026-07-29&quot;:5.9},{&quot;2026-07-30&quot;:5.9},{&quot;2026-07-31&quot;:5.54},{&quot;2026-08-01&quot;:5.48},{&quot;2026-08-02&quot;:5.46},{&quot;2026-08-03&quot;:5.46},{&quot;2026-08-04&quot;:5.46},{&quot;2026-08-05&quot;:5.46},{&quot;2026-08-07&quot;:5.41},{&quot;2026-08-08&quot;:5.41},{&quot;2026-08-09&quot;:5.41},{&quot;2026-08-10&quot;:5.14},{&quot;2026-08-11&quot;:5.08},{&quot;2026-08-12&quot;:5.08},{&quot;2026-08-13&quot;:5.08},{&quot;2026-08-14&quot;:5.08},{&quot;2026-08-15&quot;:5.06},{&quot;2026-08-16&quot;:5.01},{&quot;2026-08-17&quot;:4.73},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.62},{&quot;2026-08-20&quot;:4.62},{&quot;2026-08-21&quot;:4.58},{&quot;2026-08-22&quot;:4.49},{&quot;2026-08-23&quot;:4.39},{&quot;2026-08-24&quot;:4.37},{&quot;2026-08-25&quot;:4.38},{&quot;2026-08-26&quot;:4.25},{&quot;2026-08-27&quot;:4.44},{&quot;2026-08-28&quot;:4.51},{&quot;2026-08-29&quot;:4.51},{&quot;2026-08-30&quot;:4.53},{&quot;2026-08-31&quot;:4.53},{&quot;2026-09-01&quot;:4.36},{&quot;2026-09-02&quot;:4.28},{&quot;2026-09-03&quot;:4.18},{&quot;2026-09-04&quot;:4.18},{&quot;2026-09-05&quot;:4.08},{&quot;2026-09-06&quot;:3.88},{&quot;2026-09-07&quot;:3.82},{&quot;2026-09-08&quot;:3.67},{&quot;2026-09-09&quot;:3.67},{&quot;2026-09-10&quot;:3.55},{&quot;2026-09-11&quot;:3.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Scrap Trawler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/38bc3e3d-f07b-4ee9-8bb6-060ac82f07eb.jpg?1783919782" />

        <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">
            Scrap Trawler
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Construct</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="Scrap Trawler" src="https://cards.scryfall.io/large/front/3/8/38bc3e3d-f07b-4ee9-8bb6-060ac82f07eb.jpg?1783919782" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.78},{&quot;2026-06-14&quot;:2.83},{&quot;2026-06-15&quot;:2.83},{&quot;2026-06-16&quot;:2.69},{&quot;2026-06-17&quot;:2.69},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.69},{&quot;2026-06-20&quot;:2.69},{&quot;2026-06-21&quot;:2.69},{&quot;2026-06-22&quot;:2.69},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.63},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.77},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.77},{&quot;2026-06-29&quot;:2.63},{&quot;2026-06-30&quot;:2.58},{&quot;2026-07-01&quot;:2.58},{&quot;2026-07-02&quot;:2.72},{&quot;2026-07-03&quot;:2.72},{&quot;2026-07-04&quot;:2.77},{&quot;2026-07-05&quot;:2.68},{&quot;2026-07-06&quot;:2.68},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.68},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.68},{&quot;2026-07-11&quot;:2.68},{&quot;2026-07-12&quot;:2.82},{&quot;2026-07-13&quot;:2.82},{&quot;2026-07-14&quot;:2.82},{&quot;2026-07-15&quot;:2.84},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:2.97},{&quot;2026-07-18&quot;:3.05},{&quot;2026-07-19&quot;:3.05},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.05},{&quot;2026-07-22&quot;:2.87},{&quot;2026-07-23&quot;:2.8},{&quot;2026-07-24&quot;:2.8},{&quot;2026-07-25&quot;:2.8},{&quot;2026-07-26&quot;:2.82},{&quot;2026-07-27&quot;:2.77},{&quot;2026-07-28&quot;:2.77},{&quot;2026-07-29&quot;:2.77},{&quot;2026-07-30&quot;:2.77},{&quot;2026-07-31&quot;:2.77},{&quot;2026-08-01&quot;:2.77},{&quot;2026-08-02&quot;:2.77},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.9},{&quot;2026-08-05&quot;:2.9},{&quot;2026-08-07&quot;:3.04},{&quot;2026-08-08&quot;:3.04},{&quot;2026-08-09&quot;:3.04},{&quot;2026-08-10&quot;:3.04},{&quot;2026-08-11&quot;:3.04},{&quot;2026-08-12&quot;:3.15},{&quot;2026-08-13&quot;:3.15},{&quot;2026-08-14&quot;:3.15},{&quot;2026-08-15&quot;:3.15},{&quot;2026-08-16&quot;:3.15},{&quot;2026-08-17&quot;:3.15},{&quot;2026-08-18&quot;:3.55},{&quot;2026-08-19&quot;:3.65},{&quot;2026-08-20&quot;:3.61},{&quot;2026-08-21&quot;:3.61},{&quot;2026-08-22&quot;:3.61},{&quot;2026-08-23&quot;:3.61},{&quot;2026-08-24&quot;:3.61},{&quot;2026-08-25&quot;:3.65},{&quot;2026-08-26&quot;:3.65},{&quot;2026-08-27&quot;:3.65},{&quot;2026-08-28&quot;:3.65},{&quot;2026-08-29&quot;:3.65},{&quot;2026-08-30&quot;:3.65},{&quot;2026-08-31&quot;:3.65},{&quot;2026-09-01&quot;:3.55},{&quot;2026-09-02&quot;:3.55},{&quot;2026-09-03&quot;:3.55},{&quot;2026-09-04&quot;:3.55},{&quot;2026-09-05&quot;:3.55},{&quot;2026-09-06&quot;:3.55},{&quot;2026-09-07&quot;:3.54},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.54},{&quot;2026-09-10&quot;:3.54},{&quot;2026-09-11&quot;:3.54}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.4},{&quot;2026-06-14&quot;:2.43},{&quot;2026-06-15&quot;:2.45},{&quot;2026-06-16&quot;:2.58},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.63},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.64},{&quot;2026-06-21&quot;:2.54},{&quot;2026-06-22&quot;:2.63},{&quot;2026-06-23&quot;:2.81},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.76},{&quot;2026-06-26&quot;:2.84},{&quot;2026-06-27&quot;:2.91},{&quot;2026-06-28&quot;:2.86},{&quot;2026-06-29&quot;:2.73},{&quot;2026-06-30&quot;:2.6},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.72},{&quot;2026-07-03&quot;:2.7},{&quot;2026-07-04&quot;:2.56},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.41},{&quot;2026-07-07&quot;:2.32},{&quot;2026-07-08&quot;:2.17},{&quot;2026-07-09&quot;:2.19},{&quot;2026-07-10&quot;:2.17},{&quot;2026-07-11&quot;:2.16},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.07},{&quot;2026-07-14&quot;:2.05},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.03},{&quot;2026-07-17&quot;:2.04},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:2.04},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-22&quot;:1.93},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.88},{&quot;2026-07-25&quot;:1.92},{&quot;2026-07-26&quot;:1.92},{&quot;2026-07-27&quot;:1.88},{&quot;2026-07-28&quot;:1.88},{&quot;2026-07-29&quot;:1.84},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.93},{&quot;2026-08-01&quot;:1.94},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:1.95},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.94},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:2.12},{&quot;2026-08-10&quot;:2.12},{&quot;2026-08-11&quot;:2.02},{&quot;2026-08-12&quot;:2.12},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.4},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.59},{&quot;2026-08-22&quot;:2.67},{&quot;2026-08-23&quot;:2.66},{&quot;2026-08-24&quot;:2.62},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.61},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.24},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.18},{&quot;2026-09-03&quot;:2.12},{&quot;2026-09-04&quot;:2.17},{&quot;2026-09-05&quot;:2.16},{&quot;2026-09-06&quot;:2.18},{&quot;2026-09-07&quot;:2.24},{&quot;2026-09-08&quot;:2.24},{&quot;2026-09-09&quot;:2.24},{&quot;2026-09-10&quot;:2.37},{&quot;2026-09-11&quot;:2.37}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Power Conduit
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Power Conduit" src="https://cards.scryfall.io/large/front/a/1/a1bde782-3ef3-4a7d-9c44-67b78c65efa8.jpg?1783910043" />
    </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">
                $3.54
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.37},{&quot;2026-06-14&quot;:4.37},{&quot;2026-06-15&quot;:4.36},{&quot;2026-06-16&quot;:4.36},{&quot;2026-06-17&quot;:4.36},{&quot;2026-06-18&quot;:4.38},{&quot;2026-06-19&quot;:4.36},{&quot;2026-06-20&quot;:4.36},{&quot;2026-06-21&quot;:4.37},{&quot;2026-06-22&quot;:4.45},{&quot;2026-06-23&quot;:4.45},{&quot;2026-06-24&quot;:4.34},{&quot;2026-06-25&quot;:4.35},{&quot;2026-06-26&quot;:4.35},{&quot;2026-06-27&quot;:4.36},{&quot;2026-06-28&quot;:4.36},{&quot;2026-06-29&quot;:4.36},{&quot;2026-06-30&quot;:4.3},{&quot;2026-07-01&quot;:4.3},{&quot;2026-07-02&quot;:4.39},{&quot;2026-07-03&quot;:4.39},{&quot;2026-07-04&quot;:4.39},{&quot;2026-07-05&quot;:4.39},{&quot;2026-07-06&quot;:4.3},{&quot;2026-07-07&quot;:4.19},{&quot;2026-07-08&quot;:4.19},{&quot;2026-07-09&quot;:4.19},{&quot;2026-07-10&quot;:4.16},{&quot;2026-07-11&quot;:4.11},{&quot;2026-07-12&quot;:4.07},{&quot;2026-07-13&quot;:4.07},{&quot;2026-07-14&quot;:4.08},{&quot;2026-07-15&quot;:4.08},{&quot;2026-07-16&quot;:4.01},{&quot;2026-07-17&quot;:3.95},{&quot;2026-07-18&quot;:3.95},{&quot;2026-07-19&quot;:3.91},{&quot;2026-07-20&quot;:3.92},{&quot;2026-07-21&quot;:3.88},{&quot;2026-07-22&quot;:3.88},{&quot;2026-07-23&quot;:3.86},{&quot;2026-07-24&quot;:3.88},{&quot;2026-07-25&quot;:3.88},{&quot;2026-07-26&quot;:3.95},{&quot;2026-07-27&quot;:3.95},{&quot;2026-07-28&quot;:3.95},{&quot;2026-07-29&quot;:3.95},{&quot;2026-07-30&quot;:3.95},{&quot;2026-07-31&quot;:3.89},{&quot;2026-08-01&quot;:3.89},{&quot;2026-08-02&quot;:3.82},{&quot;2026-08-03&quot;:3.9},{&quot;2026-08-04&quot;:3.9},{&quot;2026-08-05&quot;:3.84},{&quot;2026-08-07&quot;:3.73},{&quot;2026-08-08&quot;:3.73},{&quot;2026-08-09&quot;:3.73},{&quot;2026-08-10&quot;:3.7},{&quot;2026-08-11&quot;:3.69},{&quot;2026-08-12&quot;:3.52},{&quot;2026-08-13&quot;:3.52},{&quot;2026-08-14&quot;:3.51},{&quot;2026-08-15&quot;:3.51},{&quot;2026-08-16&quot;:3.51},{&quot;2026-08-17&quot;:3.48},{&quot;2026-08-18&quot;:3.48},{&quot;2026-08-19&quot;:3.49},{&quot;2026-08-20&quot;:3.46},{&quot;2026-08-21&quot;:3.51},{&quot;2026-08-22&quot;:3.48},{&quot;2026-08-23&quot;:3.49},{&quot;2026-08-24&quot;:3.47},{&quot;2026-08-25&quot;:3.45},{&quot;2026-08-26&quot;:3.48},{&quot;2026-08-27&quot;:3.48},{&quot;2026-08-28&quot;:3.48},{&quot;2026-08-29&quot;:3.48},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.53},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.59},{&quot;2026-09-03&quot;:3.59},{&quot;2026-09-04&quot;:3.59},{&quot;2026-09-05&quot;:3.6},{&quot;2026-09-06&quot;:3.6},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.54},{&quot;2026-09-10&quot;:3.54},{&quot;2026-09-11&quot;:3.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="1692"
  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-all 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">
            Soldevi Adnate
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Soldevi Adnate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/0/80812871-d9a7-40de-94a5-b854e55409db.jpg?1783947183" />

        <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">
            Soldevi Adnate
        </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 — Human Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Soldevi Adnate" src="https://cards.scryfall.io/large/front/8/0/80812871-d9a7-40de-94a5-b854e55409db.jpg?1783947183" />
    </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">
                $3.53
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.13},{&quot;2026-06-13&quot;:2.3},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.3},{&quot;2026-06-16&quot;:2.3},{&quot;2026-06-17&quot;:2.25},{&quot;2026-06-18&quot;:2.56},{&quot;2026-06-19&quot;:2.67},{&quot;2026-06-20&quot;:2.67},{&quot;2026-06-21&quot;:2.67},{&quot;2026-06-22&quot;:2.68},{&quot;2026-06-23&quot;:2.68},{&quot;2026-06-24&quot;:2.67},{&quot;2026-06-25&quot;:2.67},{&quot;2026-06-26&quot;:2.67},{&quot;2026-06-27&quot;:2.83},{&quot;2026-06-28&quot;:2.86},{&quot;2026-06-29&quot;:2.86},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.83},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.93},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.74},{&quot;2026-07-06&quot;:2.74},{&quot;2026-07-07&quot;:2.95},{&quot;2026-07-08&quot;:2.87},{&quot;2026-07-09&quot;:3.08},{&quot;2026-07-10&quot;:3.08},{&quot;2026-07-11&quot;:3.06},{&quot;2026-07-12&quot;:3.21},{&quot;2026-07-13&quot;:3.01},{&quot;2026-07-14&quot;:3.05},{&quot;2026-07-15&quot;:3.11},{&quot;2026-07-16&quot;:3.25},{&quot;2026-07-17&quot;:3.31},{&quot;2026-07-18&quot;:3.74},{&quot;2026-07-19&quot;:3.74},{&quot;2026-07-20&quot;:4.13},{&quot;2026-07-21&quot;:4.13},{&quot;2026-07-23&quot;:4.13},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.4},{&quot;2026-07-26&quot;:4.54},{&quot;2026-07-27&quot;:4.54},{&quot;2026-07-28&quot;:4.54},{&quot;2026-07-29&quot;:4.58},{&quot;2026-07-30&quot;:4.63},{&quot;2026-07-31&quot;:4.67},{&quot;2026-08-01&quot;:4.67},{&quot;2026-08-02&quot;:4.8},{&quot;2026-08-03&quot;:4.8},{&quot;2026-08-04&quot;:4.65},{&quot;2026-08-05&quot;:4.88},{&quot;2026-08-07&quot;:5.03},{&quot;2026-08-08&quot;:5.03},{&quot;2026-08-09&quot;:4.81},{&quot;2026-08-10&quot;:4.81},{&quot;2026-08-11&quot;:4.81},{&quot;2026-08-12&quot;:4.62},{&quot;2026-08-13&quot;:4.81},{&quot;2026-08-14&quot;:4.81},{&quot;2026-08-15&quot;:4.81},{&quot;2026-08-16&quot;:4.41},{&quot;2026-08-17&quot;:4.35},{&quot;2026-08-18&quot;:4.41},{&quot;2026-08-19&quot;:4.35},{&quot;2026-08-20&quot;:4.35},{&quot;2026-08-21&quot;:4.36},{&quot;2026-08-22&quot;:4.08},{&quot;2026-08-23&quot;:4.07},{&quot;2026-08-24&quot;:4.09},{&quot;2026-08-25&quot;:4.2},{&quot;2026-08-26&quot;:4.2},{&quot;2026-08-27&quot;:4.2},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.04},{&quot;2026-08-31&quot;:3.96},{&quot;2026-09-01&quot;:3.96},{&quot;2026-09-02&quot;:3.64},{&quot;2026-09-03&quot;:3.43},{&quot;2026-09-04&quot;:3.51},{&quot;2026-09-05&quot;:3.59},{&quot;2026-09-06&quot;:3.46},{&quot;2026-09-07&quot;:3.5},{&quot;2026-09-08&quot;:3.5},{&quot;2026-09-09&quot;:3.34},{&quot;2026-09-10&quot;:3.56},{&quot;2026-09-11&quot;:3.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Dragonlord Dromoka" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/2/4262e71a-b1fa-4b54-b623-34f4a7ccd500.jpg?1783921840" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Dragonlord Dromoka" src="https://cards.scryfall.io/large/front/4/2/4262e71a-b1fa-4b54-b623-34f4a7ccd500.jpg?1783921840" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.56},{&quot;2026-06-11&quot;:7.56},{&quot;2026-06-12&quot;:7.56},{&quot;2026-06-13&quot;:7.56},{&quot;2026-06-14&quot;:7.56},{&quot;2026-06-15&quot;:7.33},{&quot;2026-06-16&quot;:7.33},{&quot;2026-06-17&quot;:7.33},{&quot;2026-06-18&quot;:7.33},{&quot;2026-06-19&quot;:7.33},{&quot;2026-06-20&quot;:7.33},{&quot;2026-06-21&quot;:7.3},{&quot;2026-06-22&quot;:7.3},{&quot;2026-06-23&quot;:7.3},{&quot;2026-06-24&quot;:7.3},{&quot;2026-06-25&quot;:7.3},{&quot;2026-06-26&quot;:7.3},{&quot;2026-06-27&quot;:7.3},{&quot;2026-06-28&quot;:7.3},{&quot;2026-06-29&quot;:7.3},{&quot;2026-06-30&quot;:7.3},{&quot;2026-07-01&quot;:7.4},{&quot;2026-07-02&quot;:7.4},{&quot;2026-07-03&quot;:7.4},{&quot;2026-07-04&quot;:7.09},{&quot;2026-07-05&quot;:7.09},{&quot;2026-07-06&quot;:7.09},{&quot;2026-07-07&quot;:7.09},{&quot;2026-07-08&quot;:7.09},{&quot;2026-07-09&quot;:7.09},{&quot;2026-07-10&quot;:7.09},{&quot;2026-07-11&quot;:7.09},{&quot;2026-07-12&quot;:7.09},{&quot;2026-07-13&quot;:7.09},{&quot;2026-07-14&quot;:7.09},{&quot;2026-07-15&quot;:7.09},{&quot;2026-07-16&quot;:7.09},{&quot;2026-07-17&quot;:7.09},{&quot;2026-07-18&quot;:7.09},{&quot;2026-07-19&quot;:7.09},{&quot;2026-07-20&quot;:7.09},{&quot;2026-07-21&quot;:7.09},{&quot;2026-07-23&quot;:7.09},{&quot;2026-07-25&quot;:7.09},{&quot;2026-07-26&quot;:7.09},{&quot;2026-07-27&quot;:7.09},{&quot;2026-07-29&quot;:7.09},{&quot;2026-07-30&quot;:7.09},{&quot;2026-07-31&quot;:7.13},{&quot;2026-08-01&quot;:7.13},{&quot;2026-08-02&quot;:7.13},{&quot;2026-08-03&quot;:7.24},{&quot;2026-08-04&quot;:7.24},{&quot;2026-08-05&quot;:7.24},{&quot;2026-08-07&quot;:7.24},{&quot;2026-08-08&quot;:7.24},{&quot;2026-08-09&quot;:7.47},{&quot;2026-08-10&quot;:7.47},{&quot;2026-08-11&quot;:7.47},{&quot;2026-08-12&quot;:7.47},{&quot;2026-08-13&quot;:7.47},{&quot;2026-08-14&quot;:7.47},{&quot;2026-08-15&quot;:7.42},{&quot;2026-08-16&quot;:7.42},{&quot;2026-08-17&quot;:7.42},{&quot;2026-08-18&quot;:7.42},{&quot;2026-08-19&quot;:7.42},{&quot;2026-08-20&quot;:7.42},{&quot;2026-08-21&quot;:7.57},{&quot;2026-08-22&quot;:7.57},{&quot;2026-08-23&quot;:7.57},{&quot;2026-08-24&quot;:7.62},{&quot;2026-08-25&quot;:7.62},{&quot;2026-08-26&quot;:7.79},{&quot;2026-08-27&quot;:7.79},{&quot;2026-08-28&quot;:7.79},{&quot;2026-08-29&quot;:7.79},{&quot;2026-08-30&quot;:7.79},{&quot;2026-08-31&quot;:7.79},{&quot;2026-09-01&quot;:7.79},{&quot;2026-09-02&quot;:7.79},{&quot;2026-09-03&quot;:7.96},{&quot;2026-09-04&quot;:7.96},{&quot;2026-09-05&quot;:7.96},{&quot;2026-09-06&quot;:8.16},{&quot;2026-09-07&quot;:8.16},{&quot;2026-09-08&quot;:8.06},{&quot;2026-09-09&quot;:8.06},{&quot;2026-09-10&quot;:8.06},{&quot;2026-09-11&quot;:8.06}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.97},{&quot;2026-06-11&quot;:3.97},{&quot;2026-06-12&quot;:3.97},{&quot;2026-06-13&quot;:3.97},{&quot;2026-06-14&quot;:3.97},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:3.97},{&quot;2026-06-18&quot;:3.97},{&quot;2026-06-19&quot;:3.97},{&quot;2026-06-20&quot;:3.97},{&quot;2026-06-21&quot;:3.97},{&quot;2026-06-22&quot;:3.97},{&quot;2026-06-23&quot;:3.97},{&quot;2026-06-24&quot;:3.97},{&quot;2026-06-25&quot;:3.97},{&quot;2026-06-26&quot;:3.97},{&quot;2026-06-27&quot;:3.97},{&quot;2026-06-28&quot;:3.97},{&quot;2026-06-29&quot;:3.97},{&quot;2026-06-30&quot;:3.98},{&quot;2026-07-01&quot;:3.98},{&quot;2026-07-02&quot;:3.98},{&quot;2026-07-03&quot;:3.98},{&quot;2026-07-04&quot;:3.98},{&quot;2026-07-05&quot;:3.98},{&quot;2026-07-06&quot;:3.99},{&quot;2026-07-07&quot;:3.97},{&quot;2026-07-08&quot;:4.09},{&quot;2026-07-09&quot;:4.09},{&quot;2026-07-10&quot;:4.09},{&quot;2026-07-11&quot;:4.14},{&quot;2026-07-12&quot;:4.14},{&quot;2026-07-13&quot;:4.08},{&quot;2026-07-14&quot;:4.02},{&quot;2026-07-15&quot;:4.02},{&quot;2026-07-16&quot;:4.01},{&quot;2026-07-17&quot;:4.01},{&quot;2026-07-18&quot;:3.91},{&quot;2026-07-19&quot;:3.91},{&quot;2026-07-20&quot;:3.91},{&quot;2026-07-21&quot;:3.82},{&quot;2026-07-23&quot;:3.82},{&quot;2026-07-25&quot;:3.78},{&quot;2026-07-26&quot;:3.78},{&quot;2026-07-27&quot;:3.78},{&quot;2026-07-29&quot;:3.68},{&quot;2026-07-30&quot;:3.68},{&quot;2026-07-31&quot;:3.68},{&quot;2026-08-01&quot;:3.68},{&quot;2026-08-02&quot;:3.69},{&quot;2026-08-03&quot;:3.53},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.53},{&quot;2026-08-07&quot;:3.54},{&quot;2026-08-08&quot;:3.5},{&quot;2026-08-09&quot;:3.5},{&quot;2026-08-10&quot;:3.5},{&quot;2026-08-11&quot;:3.4},{&quot;2026-08-12&quot;:3.41},{&quot;2026-08-13&quot;:3.41},{&quot;2026-08-14&quot;:3.45},{&quot;2026-08-15&quot;:3.45},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.46},{&quot;2026-08-18&quot;:3.6},{&quot;2026-08-19&quot;:3.54},{&quot;2026-08-20&quot;:3.54},{&quot;2026-08-21&quot;:3.48},{&quot;2026-08-22&quot;:3.48},{&quot;2026-08-23&quot;:3.45},{&quot;2026-08-24&quot;:3.45},{&quot;2026-08-25&quot;:3.45},{&quot;2026-08-26&quot;:3.54},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.57},{&quot;2026-09-01&quot;:3.57},{&quot;2026-09-02&quot;:3.38},{&quot;2026-09-03&quot;:3.38},{&quot;2026-09-04&quot;:3.38},{&quot;2026-09-05&quot;:3.38},{&quot;2026-09-06&quot;:3.38},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.43},{&quot;2026-09-09&quot;:3.52},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Phyrexian Walker" src="https://cards.scryfall.io/large/front/7/a/7aef15b6-3655-4daa-8236-ecfcb349c077.jpg?1783921147" />
    </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">
                $3.53
              </span>

            </div>
          </div>

      </div>


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.87},{&quot;2026-06-14&quot;:3.79},{&quot;2026-06-15&quot;:3.79},{&quot;2026-06-16&quot;:3.84},{&quot;2026-06-17&quot;:3.84},{&quot;2026-06-18&quot;:3.78},{&quot;2026-06-19&quot;:3.66},{&quot;2026-06-20&quot;:3.58},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.51},{&quot;2026-06-23&quot;:3.51},{&quot;2026-06-24&quot;:3.51},{&quot;2026-06-25&quot;:3.51},{&quot;2026-06-26&quot;:3.51},{&quot;2026-06-27&quot;:3.38},{&quot;2026-06-28&quot;:3.38},{&quot;2026-06-29&quot;:3.42},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.29},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.29},{&quot;2026-07-05&quot;:3.29},{&quot;2026-07-06&quot;:3.34},{&quot;2026-07-07&quot;:3.34},{&quot;2026-07-08&quot;:3.38},{&quot;2026-07-09&quot;:3.38},{&quot;2026-07-10&quot;:3.38},{&quot;2026-07-11&quot;:3.39},{&quot;2026-07-12&quot;:3.39},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.3},{&quot;2026-07-15&quot;:3.3},{&quot;2026-07-16&quot;:3.4},{&quot;2026-07-17&quot;:3.4},{&quot;2026-07-18&quot;:3.4},{&quot;2026-07-19&quot;:3.45},{&quot;2026-07-20&quot;:3.57},{&quot;2026-07-21&quot;:3.57},{&quot;2026-07-22&quot;:3.62},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-24&quot;:3.54},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.6},{&quot;2026-07-27&quot;:3.64},{&quot;2026-07-28&quot;:3.6},{&quot;2026-07-29&quot;:3.6},{&quot;2026-07-30&quot;:3.65},{&quot;2026-07-31&quot;:3.59},{&quot;2026-08-01&quot;:3.59},{&quot;2026-08-02&quot;:3.59},{&quot;2026-08-03&quot;:3.59},{&quot;2026-08-04&quot;:3.59},{&quot;2026-08-05&quot;:3.59},{&quot;2026-08-07&quot;:3.54},{&quot;2026-08-08&quot;:3.39},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.32},{&quot;2026-08-11&quot;:3.32},{&quot;2026-08-12&quot;:3.32},{&quot;2026-08-13&quot;:3.32},{&quot;2026-08-14&quot;:3.32},{&quot;2026-08-15&quot;:3.44},{&quot;2026-08-16&quot;:3.44},{&quot;2026-08-17&quot;:3.44},{&quot;2026-08-18&quot;:3.44},{&quot;2026-08-19&quot;:3.44},{&quot;2026-08-20&quot;:3.44},{&quot;2026-08-21&quot;:3.44},{&quot;2026-08-22&quot;:3.44},{&quot;2026-08-23&quot;:3.44},{&quot;2026-08-24&quot;:3.31},{&quot;2026-08-25&quot;:3.31},{&quot;2026-08-26&quot;:3.47},{&quot;2026-08-27&quot;:3.47},{&quot;2026-08-28&quot;:3.47},{&quot;2026-08-29&quot;:3.47},{&quot;2026-08-30&quot;:3.45},{&quot;2026-08-31&quot;:3.45},{&quot;2026-09-01&quot;:3.45},{&quot;2026-09-02&quot;:3.47},{&quot;2026-09-03&quot;:3.49},{&quot;2026-09-04&quot;:3.55},{&quot;2026-09-05&quot;:3.54},{&quot;2026-09-06&quot;:3.52},{&quot;2026-09-07&quot;:3.4},{&quot;2026-09-08&quot;:3.43},{&quot;2026-09-09&quot;:3.43},{&quot;2026-09-10&quot;:3.53},{&quot;2026-09-11&quot;:3.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Warlock
      </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">
            $3.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="Saryth, the Viper&#39;s Fang" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/c/bc8b3a09-75e8-428c-91f7-8fac62fadc98.jpg?1783925573" />

        <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">
            Saryth, the Viper&#39;s Fang
        </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 Warlock</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="Saryth, the Viper&#39;s Fang" src="https://cards.scryfall.io/large/front/b/c/bc8b3a09-75e8-428c-91f7-8fac62fadc98.jpg?1783925573" />
    </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">
                $3.52
              </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">
                $2.37
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.61},{&quot;2026-06-14&quot;:1.61},{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.61},{&quot;2026-06-19&quot;:1.6},{&quot;2026-06-20&quot;:1.6},{&quot;2026-06-21&quot;:1.73},{&quot;2026-06-22&quot;:1.73},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.74},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.8},{&quot;2026-07-08&quot;:1.81},{&quot;2026-07-09&quot;:1.65},{&quot;2026-07-10&quot;:1.65},{&quot;2026-07-11&quot;:1.65},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.67},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.6},{&quot;2026-07-21&quot;:1.59},{&quot;2026-07-22&quot;:1.59},{&quot;2026-07-23&quot;:1.59},{&quot;2026-07-24&quot;:1.59},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-28&quot;:1.69},{&quot;2026-07-29&quot;:1.69},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.71},{&quot;2026-08-01&quot;:1.71},{&quot;2026-08-02&quot;:1.71},{&quot;2026-08-03&quot;:1.71},{&quot;2026-08-04&quot;:1.73},{&quot;2026-08-05&quot;:1.73},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.77},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.84},{&quot;2026-08-12&quot;:1.84},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.85},{&quot;2026-08-15&quot;:1.85},{&quot;2026-08-16&quot;:1.88},{&quot;2026-08-17&quot;:1.88},{&quot;2026-08-18&quot;:1.93},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:2.01},{&quot;2026-08-22&quot;:2.03},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.05},{&quot;2026-08-25&quot;:2.05},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.12},{&quot;2026-08-31&quot;:2.14},{&quot;2026-09-01&quot;:2.22},{&quot;2026-09-02&quot;:2.27},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.27},{&quot;2026-09-05&quot;:2.27},{&quot;2026-09-06&quot;:2.27},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.37}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.45},{&quot;2026-06-14&quot;:2.4},{&quot;2026-06-15&quot;:2.4},{&quot;2026-06-16&quot;:2.58},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.91},{&quot;2026-06-19&quot;:2.85},{&quot;2026-06-20&quot;:2.94},{&quot;2026-06-21&quot;:2.94},{&quot;2026-06-22&quot;:3.04},{&quot;2026-06-23&quot;:3.12},{&quot;2026-06-24&quot;:3.07},{&quot;2026-06-25&quot;:2.98},{&quot;2026-06-26&quot;:2.79},{&quot;2026-06-27&quot;:3.0},{&quot;2026-06-28&quot;:2.81},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:3.0},{&quot;2026-07-02&quot;:2.85},{&quot;2026-07-03&quot;:2.85},{&quot;2026-07-04&quot;:2.73},{&quot;2026-07-05&quot;:2.72},{&quot;2026-07-06&quot;:2.82},{&quot;2026-07-07&quot;:2.6},{&quot;2026-07-08&quot;:2.82},{&quot;2026-07-09&quot;:2.92},{&quot;2026-07-10&quot;:3.3},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.6},{&quot;2026-07-13&quot;:3.7},{&quot;2026-07-14&quot;:3.79},{&quot;2026-07-15&quot;:3.73},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.56},{&quot;2026-07-18&quot;:3.56},{&quot;2026-07-19&quot;:3.45},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.49},{&quot;2026-07-22&quot;:3.48},{&quot;2026-07-23&quot;:3.55},{&quot;2026-07-24&quot;:3.44},{&quot;2026-07-25&quot;:3.58},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.33},{&quot;2026-07-28&quot;:3.34},{&quot;2026-07-29&quot;:3.34},{&quot;2026-07-30&quot;:3.5},{&quot;2026-07-31&quot;:3.43},{&quot;2026-08-01&quot;:3.44},{&quot;2026-08-02&quot;:3.68},{&quot;2026-08-03&quot;:3.65},{&quot;2026-08-04&quot;:3.51},{&quot;2026-08-05&quot;:3.58},{&quot;2026-08-07&quot;:3.49},{&quot;2026-08-08&quot;:3.21},{&quot;2026-08-09&quot;:3.08},{&quot;2026-08-10&quot;:3.25},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.22},{&quot;2026-08-14&quot;:3.19},{&quot;2026-08-15&quot;:3.15},{&quot;2026-08-16&quot;:3.03},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:2.87},{&quot;2026-08-19&quot;:2.73},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.62},{&quot;2026-08-22&quot;:2.73},{&quot;2026-08-23&quot;:2.79},{&quot;2026-08-24&quot;:2.84},{&quot;2026-08-25&quot;:2.77},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:3.14},{&quot;2026-08-28&quot;:3.2},{&quot;2026-08-29&quot;:3.2},{&quot;2026-08-30&quot;:3.4},{&quot;2026-08-31&quot;:3.51},{&quot;2026-09-01&quot;:3.51},{&quot;2026-09-02&quot;:3.55},{&quot;2026-09-03&quot;:3.67},{&quot;2026-09-04&quot;:3.67},{&quot;2026-09-05&quot;:3.5},{&quot;2026-09-06&quot;:3.49},{&quot;2026-09-07&quot;:3.5},{&quot;2026-09-08&quot;:3.52},{&quot;2026-09-09&quot;:3.52},{&quot;2026-09-10&quot;:3.57},{&quot;2026-09-11&quot;:3.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="28097"
  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-5ed 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">
            Nature&#39;s Lore
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nature&#39;s Lore" src="https://cards.scryfall.io/large/front/0/0/00a4ffc1-7731-42d9-b970-2a8d84cba14d.jpg?1783946892" />
    </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">
                $3.51
              </span>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.52},{&quot;2026-06-11&quot;:4.52},{&quot;2026-06-12&quot;:4.52},{&quot;2026-06-13&quot;:4.52},{&quot;2026-06-14&quot;:4.52},{&quot;2026-06-15&quot;:4.37},{&quot;2026-06-16&quot;:4.18},{&quot;2026-06-17&quot;:4.18},{&quot;2026-06-18&quot;:4.18},{&quot;2026-06-19&quot;:4.18},{&quot;2026-06-20&quot;:4.18},{&quot;2026-06-21&quot;:4.18},{&quot;2026-06-22&quot;:4.18},{&quot;2026-06-23&quot;:4.18},{&quot;2026-06-24&quot;:4.0},{&quot;2026-06-25&quot;:4.0},{&quot;2026-06-26&quot;:3.89},{&quot;2026-06-27&quot;:3.89},{&quot;2026-06-28&quot;:3.99},{&quot;2026-06-29&quot;:4.13},{&quot;2026-06-30&quot;:4.13},{&quot;2026-07-01&quot;:4.13},{&quot;2026-07-02&quot;:4.13},{&quot;2026-07-03&quot;:4.13},{&quot;2026-07-04&quot;:4.18},{&quot;2026-07-05&quot;:4.18},{&quot;2026-07-06&quot;:4.18},{&quot;2026-07-07&quot;:4.18},{&quot;2026-07-08&quot;:4.18},{&quot;2026-07-09&quot;:4.18},{&quot;2026-07-10&quot;:4.18},{&quot;2026-07-11&quot;:4.18},{&quot;2026-07-12&quot;:4.18},{&quot;2026-07-13&quot;:4.18},{&quot;2026-07-14&quot;:4.17},{&quot;2026-07-15&quot;:4.06},{&quot;2026-07-16&quot;:4.06},{&quot;2026-07-17&quot;:4.06},{&quot;2026-07-18&quot;:4.06},{&quot;2026-07-19&quot;:4.06},{&quot;2026-07-20&quot;:4.06},{&quot;2026-07-21&quot;:4.0},{&quot;2026-07-23&quot;:4.0},{&quot;2026-07-25&quot;:4.15},{&quot;2026-07-26&quot;:4.11},{&quot;2026-07-27&quot;:4.1},{&quot;2026-07-29&quot;:4.13},{&quot;2026-07-30&quot;:4.21},{&quot;2026-07-31&quot;:4.21},{&quot;2026-08-01&quot;:4.21},{&quot;2026-08-02&quot;:4.21},{&quot;2026-08-03&quot;:4.18},{&quot;2026-08-04&quot;:4.18},{&quot;2026-08-05&quot;:4.18},{&quot;2026-08-07&quot;:4.18},{&quot;2026-08-08&quot;:4.14},{&quot;2026-08-09&quot;:4.14},{&quot;2026-08-10&quot;:4.14},{&quot;2026-08-11&quot;:4.12},{&quot;2026-08-12&quot;:4.14},{&quot;2026-08-13&quot;:4.14},{&quot;2026-08-14&quot;:4.14},{&quot;2026-08-15&quot;:4.12},{&quot;2026-08-16&quot;:4.1},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.09},{&quot;2026-08-19&quot;:4.1},{&quot;2026-08-20&quot;:4.1},{&quot;2026-08-21&quot;:3.77},{&quot;2026-08-22&quot;:3.77},{&quot;2026-08-23&quot;:3.79},{&quot;2026-08-24&quot;:3.76},{&quot;2026-08-25&quot;:3.76},{&quot;2026-08-26&quot;:3.61},{&quot;2026-08-27&quot;:3.7},{&quot;2026-08-28&quot;:3.47},{&quot;2026-08-29&quot;:3.47},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.0},{&quot;2026-09-01&quot;:3.0},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.14},{&quot;2026-09-05&quot;:3.14},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.38},{&quot;2026-09-08&quot;:3.16},{&quot;2026-09-09&quot;:3.16},{&quot;2026-09-10&quot;:3.16},{&quot;2026-09-11&quot;:3.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Edgar, Charmed Groom // Edgar Markov&#39;s Coffin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/3/63ba8eef-b834-4031-b0a1-0f8505d53813.jpg?1783924799" />

        <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">
            Edgar, Charmed Groom 
        </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 — Vampire Noble</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Edgar, Charmed Groom // Edgar Markov&#39;s Coffin" src="https://cards.scryfall.io/large/front/6/3/63ba8eef-b834-4031-b0a1-0f8505d53813.jpg?1783924799" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Edgar, Charmed Groom // Edgar Markov&#39;s Coffin" src="https://cards.scryfall.io/large/back/6/3/63ba8eef-b834-4031-b0a1-0f8505d53813.jpg?1783924799" />
              </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">
                $3.51
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.11},{&quot;2026-06-11&quot;:5.08},{&quot;2026-06-12&quot;:5.08},{&quot;2026-06-13&quot;:5.08},{&quot;2026-06-14&quot;:5.08},{&quot;2026-06-15&quot;:5.08},{&quot;2026-06-16&quot;:5.08},{&quot;2026-06-17&quot;:5.05},{&quot;2026-06-18&quot;:5.05},{&quot;2026-06-19&quot;:4.9},{&quot;2026-06-20&quot;:4.9},{&quot;2026-06-21&quot;:4.92},{&quot;2026-06-22&quot;:4.92},{&quot;2026-06-23&quot;:4.92},{&quot;2026-06-24&quot;:4.92},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.9},{&quot;2026-06-28&quot;:4.9},{&quot;2026-06-29&quot;:4.9},{&quot;2026-06-30&quot;:4.9},{&quot;2026-07-01&quot;:4.9},{&quot;2026-07-02&quot;:4.95},{&quot;2026-07-03&quot;:4.95},{&quot;2026-07-04&quot;:4.98},{&quot;2026-07-05&quot;:4.98},{&quot;2026-07-06&quot;:4.98},{&quot;2026-07-07&quot;:4.98},{&quot;2026-07-08&quot;:4.98},{&quot;2026-07-09&quot;:4.98},{&quot;2026-07-10&quot;:4.98},{&quot;2026-07-11&quot;:4.98},{&quot;2026-07-12&quot;:4.98},{&quot;2026-07-13&quot;:4.98},{&quot;2026-07-14&quot;:4.98},{&quot;2026-07-15&quot;:4.98},{&quot;2026-07-16&quot;:4.98},{&quot;2026-07-17&quot;:4.92},{&quot;2026-07-18&quot;:4.92},{&quot;2026-07-19&quot;:4.92},{&quot;2026-07-20&quot;:4.92},{&quot;2026-07-21&quot;:4.92},{&quot;2026-07-23&quot;:4.9},{&quot;2026-07-25&quot;:4.81},{&quot;2026-07-26&quot;:4.81},{&quot;2026-07-27&quot;:4.81},{&quot;2026-07-29&quot;:4.81},{&quot;2026-07-30&quot;:4.81},{&quot;2026-07-31&quot;:4.81},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:4.77},{&quot;2026-08-03&quot;:4.77},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.77},{&quot;2026-08-07&quot;:4.7},{&quot;2026-08-08&quot;:4.7},{&quot;2026-08-09&quot;:4.7},{&quot;2026-08-10&quot;:4.7},{&quot;2026-08-11&quot;:4.7},{&quot;2026-08-12&quot;:4.7},{&quot;2026-08-13&quot;:4.7},{&quot;2026-08-14&quot;:4.7},{&quot;2026-08-15&quot;:4.7},{&quot;2026-08-16&quot;:4.7},{&quot;2026-08-17&quot;:4.59},{&quot;2026-08-18&quot;:4.59},{&quot;2026-08-19&quot;:4.59},{&quot;2026-08-20&quot;:4.59},{&quot;2026-08-21&quot;:4.59},{&quot;2026-08-22&quot;:4.59},{&quot;2026-08-23&quot;:4.59},{&quot;2026-08-24&quot;:4.59},{&quot;2026-08-25&quot;:4.59},{&quot;2026-08-26&quot;:4.53},{&quot;2026-08-27&quot;:4.53},{&quot;2026-08-28&quot;:4.53},{&quot;2026-08-29&quot;:4.53},{&quot;2026-08-30&quot;:4.53},{&quot;2026-08-31&quot;:4.53},{&quot;2026-09-01&quot;:4.53},{&quot;2026-09-02&quot;:4.5},{&quot;2026-09-03&quot;:4.5},{&quot;2026-09-04&quot;:4.5},{&quot;2026-09-05&quot;:4.5},{&quot;2026-09-06&quot;:4.5},{&quot;2026-09-07&quot;:4.45},{&quot;2026-09-08&quot;:4.34},{&quot;2026-09-09&quot;:4.3},{&quot;2026-09-10&quot;:4.34},{&quot;2026-09-11&quot;:4.28}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.03},{&quot;2026-06-11&quot;:5.17},{&quot;2026-06-12&quot;:5.2},{&quot;2026-06-13&quot;:5.15},{&quot;2026-06-14&quot;:5.21},{&quot;2026-06-15&quot;:5.3},{&quot;2026-06-16&quot;:5.05},{&quot;2026-06-17&quot;:5.04},{&quot;2026-06-18&quot;:5.08},{&quot;2026-06-19&quot;:5.04},{&quot;2026-06-20&quot;:5.03},{&quot;2026-06-21&quot;:4.33},{&quot;2026-06-22&quot;:4.12},{&quot;2026-06-23&quot;:4.0},{&quot;2026-06-24&quot;:4.01},{&quot;2026-06-25&quot;:4.06},{&quot;2026-06-26&quot;:3.93},{&quot;2026-06-27&quot;:4.08},{&quot;2026-06-28&quot;:4.12},{&quot;2026-06-29&quot;:3.99},{&quot;2026-06-30&quot;:3.85},{&quot;2026-07-01&quot;:3.9},{&quot;2026-07-02&quot;:4.0},{&quot;2026-07-03&quot;:3.9},{&quot;2026-07-04&quot;:3.82},{&quot;2026-07-05&quot;:3.91},{&quot;2026-07-06&quot;:3.87},{&quot;2026-07-07&quot;:3.82},{&quot;2026-07-08&quot;:3.85},{&quot;2026-07-09&quot;:3.97},{&quot;2026-07-10&quot;:3.91},{&quot;2026-07-11&quot;:3.95},{&quot;2026-07-12&quot;:3.99},{&quot;2026-07-13&quot;:3.74},{&quot;2026-07-14&quot;:3.81},{&quot;2026-07-15&quot;:3.73},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.65},{&quot;2026-07-18&quot;:3.8},{&quot;2026-07-19&quot;:3.88},{&quot;2026-07-20&quot;:3.97},{&quot;2026-07-21&quot;:4.11},{&quot;2026-07-23&quot;:4.11},{&quot;2026-07-25&quot;:4.1},{&quot;2026-07-26&quot;:4.1},{&quot;2026-07-27&quot;:4.05},{&quot;2026-07-29&quot;:3.77},{&quot;2026-07-30&quot;:3.67},{&quot;2026-07-31&quot;:3.71},{&quot;2026-08-01&quot;:3.68},{&quot;2026-08-02&quot;:3.72},{&quot;2026-08-03&quot;:3.71},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.64},{&quot;2026-08-07&quot;:3.58},{&quot;2026-08-08&quot;:3.5},{&quot;2026-08-09&quot;:3.57},{&quot;2026-08-10&quot;:3.57},{&quot;2026-08-11&quot;:3.57},{&quot;2026-08-12&quot;:3.47},{&quot;2026-08-13&quot;:3.43},{&quot;2026-08-14&quot;:3.41},{&quot;2026-08-15&quot;:3.42},{&quot;2026-08-16&quot;:3.38},{&quot;2026-08-17&quot;:3.42},{&quot;2026-08-18&quot;:3.53},{&quot;2026-08-19&quot;:3.57},{&quot;2026-08-20&quot;:3.57},{&quot;2026-08-21&quot;:3.64},{&quot;2026-08-22&quot;:3.64},{&quot;2026-08-23&quot;:3.64},{&quot;2026-08-24&quot;:3.66},{&quot;2026-08-25&quot;:3.66},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.74},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.73},{&quot;2026-08-31&quot;:3.61},{&quot;2026-09-01&quot;:3.61},{&quot;2026-09-02&quot;:3.54},{&quot;2026-09-03&quot;:3.52},{&quot;2026-09-04&quot;:3.52},{&quot;2026-09-05&quot;:3.51},{&quot;2026-09-06&quot;:3.51},{&quot;2026-09-07&quot;:3.5},{&quot;2026-09-08&quot;:3.58},{&quot;2026-09-09&quot;:3.58},{&quot;2026-09-10&quot;:3.54},{&quot;2026-09-11&quot;:3.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Sculpting Steel
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sculpting Steel" src="https://cards.scryfall.io/large/front/e/9/e9bd8439-e1c5-4134-919b-8ce3d58a5b3d.jpg?1783919736" />
    </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">
                $3.51
              </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">
                $6.66
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.55},{&quot;2026-06-14&quot;:3.55},{&quot;2026-06-15&quot;:3.55},{&quot;2026-06-16&quot;:3.55},{&quot;2026-06-17&quot;:3.65},{&quot;2026-06-18&quot;:3.65},{&quot;2026-06-19&quot;:3.58},{&quot;2026-06-20&quot;:3.58},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.58},{&quot;2026-06-23&quot;:3.58},{&quot;2026-06-24&quot;:3.58},{&quot;2026-06-25&quot;:3.58},{&quot;2026-06-26&quot;:3.58},{&quot;2026-06-27&quot;:3.58},{&quot;2026-06-28&quot;:3.58},{&quot;2026-06-29&quot;:3.71},{&quot;2026-06-30&quot;:3.71},{&quot;2026-07-01&quot;:3.71},{&quot;2026-07-02&quot;:3.71},{&quot;2026-07-03&quot;:3.73},{&quot;2026-07-04&quot;:3.73},{&quot;2026-07-05&quot;:3.73},{&quot;2026-07-06&quot;:3.73},{&quot;2026-07-07&quot;:3.73},{&quot;2026-07-08&quot;:3.79},{&quot;2026-07-09&quot;:3.79},{&quot;2026-07-10&quot;:3.79},{&quot;2026-07-11&quot;:3.82},{&quot;2026-07-12&quot;:3.81},{&quot;2026-07-13&quot;:3.81},{&quot;2026-07-14&quot;:3.79},{&quot;2026-07-15&quot;:4.15},{&quot;2026-07-16&quot;:4.15},{&quot;2026-07-17&quot;:4.23},{&quot;2026-07-18&quot;:4.23},{&quot;2026-07-19&quot;:4.23},{&quot;2026-07-20&quot;:4.23},{&quot;2026-07-21&quot;:4.23},{&quot;2026-07-22&quot;:3.87},{&quot;2026-07-23&quot;:3.89},{&quot;2026-07-24&quot;:3.89},{&quot;2026-07-25&quot;:3.94},{&quot;2026-07-26&quot;:3.94},{&quot;2026-07-27&quot;:3.94},{&quot;2026-07-28&quot;:3.94},{&quot;2026-07-29&quot;:3.94},{&quot;2026-07-30&quot;:5.34},{&quot;2026-07-31&quot;:5.34},{&quot;2026-08-01&quot;:5.34},{&quot;2026-08-02&quot;:5.39},{&quot;2026-08-03&quot;:5.98},{&quot;2026-08-04&quot;:5.98},{&quot;2026-08-05&quot;:5.98},{&quot;2026-08-07&quot;:5.95},{&quot;2026-08-08&quot;:5.95},{&quot;2026-08-09&quot;:5.97},{&quot;2026-08-10&quot;:5.97},{&quot;2026-08-11&quot;:5.97},{&quot;2026-08-12&quot;:5.97},{&quot;2026-08-13&quot;:5.97},{&quot;2026-08-14&quot;:5.97},{&quot;2026-08-15&quot;:5.97},{&quot;2026-08-16&quot;:5.97},{&quot;2026-08-17&quot;:5.97},{&quot;2026-08-18&quot;:5.97},{&quot;2026-08-19&quot;:5.97},{&quot;2026-08-20&quot;:5.97},{&quot;2026-08-21&quot;:5.97},{&quot;2026-08-22&quot;:5.97},{&quot;2026-08-23&quot;:5.97},{&quot;2026-08-24&quot;:5.97},{&quot;2026-08-25&quot;:5.97},{&quot;2026-08-26&quot;:5.97},{&quot;2026-08-27&quot;:6.1},{&quot;2026-08-28&quot;:6.42},{&quot;2026-08-29&quot;:6.42},{&quot;2026-08-30&quot;:6.42},{&quot;2026-08-31&quot;:6.13},{&quot;2026-09-01&quot;:6.13},{&quot;2026-09-02&quot;:6.12},{&quot;2026-09-03&quot;:6.12},{&quot;2026-09-04&quot;:6.12},{&quot;2026-09-05&quot;:6.12},{&quot;2026-09-06&quot;:6.12},{&quot;2026-09-07&quot;:6.12},{&quot;2026-09-08&quot;:6.43},{&quot;2026-09-09&quot;:6.43},{&quot;2026-09-10&quot;:6.43},{&quot;2026-09-11&quot;:6.66}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.66},{&quot;2026-06-14&quot;:2.75},{&quot;2026-06-15&quot;:2.75},{&quot;2026-06-16&quot;:2.77},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.91},{&quot;2026-06-19&quot;:2.89},{&quot;2026-06-20&quot;:3.07},{&quot;2026-06-21&quot;:3.25},{&quot;2026-06-22&quot;:3.35},{&quot;2026-06-23&quot;:3.32},{&quot;2026-06-24&quot;:3.31},{&quot;2026-06-25&quot;:3.31},{&quot;2026-06-26&quot;:3.38},{&quot;2026-06-27&quot;:3.46},{&quot;2026-06-28&quot;:3.43},{&quot;2026-06-29&quot;:3.43},{&quot;2026-06-30&quot;:3.5},{&quot;2026-07-01&quot;:3.42},{&quot;2026-07-02&quot;:3.42},{&quot;2026-07-03&quot;:3.52},{&quot;2026-07-04&quot;:3.52},{&quot;2026-07-05&quot;:3.52},{&quot;2026-07-06&quot;:3.66},{&quot;2026-07-07&quot;:3.69},{&quot;2026-07-08&quot;:3.6},{&quot;2026-07-09&quot;:3.6},{&quot;2026-07-10&quot;:3.6},{&quot;2026-07-11&quot;:3.59},{&quot;2026-07-12&quot;:3.59},{&quot;2026-07-13&quot;:3.55},{&quot;2026-07-14&quot;:3.63},{&quot;2026-07-15&quot;:3.63},{&quot;2026-07-16&quot;:3.63},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.63},{&quot;2026-07-19&quot;:3.66},{&quot;2026-07-20&quot;:3.84},{&quot;2026-07-21&quot;:3.84},{&quot;2026-07-22&quot;:3.86},{&quot;2026-07-23&quot;:4.02},{&quot;2026-07-24&quot;:3.89},{&quot;2026-07-25&quot;:3.9},{&quot;2026-07-26&quot;:4.0},{&quot;2026-07-27&quot;:3.94},{&quot;2026-07-28&quot;:3.83},{&quot;2026-07-29&quot;:3.94},{&quot;2026-07-30&quot;:3.94},{&quot;2026-07-31&quot;:3.98},{&quot;2026-08-01&quot;:3.98},{&quot;2026-08-02&quot;:3.98},{&quot;2026-08-03&quot;:3.98},{&quot;2026-08-04&quot;:3.98},{&quot;2026-08-05&quot;:3.98},{&quot;2026-08-07&quot;:4.09},{&quot;2026-08-08&quot;:4.29},{&quot;2026-08-09&quot;:4.16},{&quot;2026-08-10&quot;:4.16},{&quot;2026-08-11&quot;:4.16},{&quot;2026-08-12&quot;:4.05},{&quot;2026-08-13&quot;:4.0},{&quot;2026-08-14&quot;:4.0},{&quot;2026-08-15&quot;:4.12},{&quot;2026-08-16&quot;:4.17},{&quot;2026-08-17&quot;:4.23},{&quot;2026-08-18&quot;:4.23},{&quot;2026-08-19&quot;:4.11},{&quot;2026-08-20&quot;:4.08},{&quot;2026-08-21&quot;:3.95},{&quot;2026-08-22&quot;:3.76},{&quot;2026-08-23&quot;:3.83},{&quot;2026-08-24&quot;:3.83},{&quot;2026-08-25&quot;:3.83},{&quot;2026-08-26&quot;:3.78},{&quot;2026-08-27&quot;:3.97},{&quot;2026-08-28&quot;:3.85},{&quot;2026-08-29&quot;:3.85},{&quot;2026-08-30&quot;:3.82},{&quot;2026-08-31&quot;:3.68},{&quot;2026-09-01&quot;:3.68},{&quot;2026-09-02&quot;:3.68},{&quot;2026-09-03&quot;:3.66},{&quot;2026-09-04&quot;:3.66},{&quot;2026-09-05&quot;:3.54},{&quot;2026-09-06&quot;:3.58},{&quot;2026-09-07&quot;:3.75},{&quot;2026-09-08&quot;:3.75},{&quot;2026-09-09&quot;:3.51},{&quot;2026-09-10&quot;:3.51},{&quot;2026-09-11&quot;:3.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75371"
  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">
            Broadside Bombardiers
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Broadside Bombardiers" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/9721f8da-39ed-4ada-a571-61e08a86032b.jpg?1783913908" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Broadside Bombardiers
        </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 Pirate</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Broadside Bombardiers" src="https://cards.scryfall.io/large/front/9/7/9721f8da-39ed-4ada-a571-61e08a86032b.jpg?1783913908" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.99},{&quot;2026-06-11&quot;:3.97},{&quot;2026-06-12&quot;:4.03},{&quot;2026-06-13&quot;:3.98},{&quot;2026-06-14&quot;:4.1},{&quot;2026-06-15&quot;:4.07},{&quot;2026-06-16&quot;:4.09},{&quot;2026-06-17&quot;:4.09},{&quot;2026-06-18&quot;:4.14},{&quot;2026-06-19&quot;:4.14},{&quot;2026-06-20&quot;:4.22},{&quot;2026-06-21&quot;:4.22},{&quot;2026-06-22&quot;:4.23},{&quot;2026-06-23&quot;:4.26},{&quot;2026-06-24&quot;:4.26},{&quot;2026-06-25&quot;:4.29},{&quot;2026-06-26&quot;:4.33},{&quot;2026-06-27&quot;:4.25},{&quot;2026-06-28&quot;:4.25},{&quot;2026-06-29&quot;:4.24},{&quot;2026-06-30&quot;:4.24},{&quot;2026-07-01&quot;:4.26},{&quot;2026-07-02&quot;:4.16},{&quot;2026-07-03&quot;:4.26},{&quot;2026-07-04&quot;:4.22},{&quot;2026-07-05&quot;:4.21},{&quot;2026-07-06&quot;:4.08},{&quot;2026-07-07&quot;:4.05},{&quot;2026-07-08&quot;:4.0},{&quot;2026-07-09&quot;:3.99},{&quot;2026-07-10&quot;:3.95},{&quot;2026-07-11&quot;:3.92},{&quot;2026-07-12&quot;:3.92},{&quot;2026-07-13&quot;:3.87},{&quot;2026-07-14&quot;:3.82},{&quot;2026-07-15&quot;:3.64},{&quot;2026-07-16&quot;:3.46},{&quot;2026-07-17&quot;:3.35},{&quot;2026-07-18&quot;:3.07},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:2.99},{&quot;2026-07-21&quot;:2.88},{&quot;2026-07-23&quot;:3.01},{&quot;2026-07-25&quot;:2.78},{&quot;2026-07-26&quot;:2.69},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-29&quot;:2.92},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.95},{&quot;2026-08-02&quot;:2.89},{&quot;2026-08-03&quot;:2.97},{&quot;2026-08-04&quot;:2.99},{&quot;2026-08-05&quot;:2.98},{&quot;2026-08-07&quot;:3.14},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.1},{&quot;2026-08-10&quot;:3.07},{&quot;2026-08-11&quot;:3.03},{&quot;2026-08-12&quot;:3.32},{&quot;2026-08-13&quot;:3.55},{&quot;2026-08-14&quot;:3.57},{&quot;2026-08-15&quot;:3.57},{&quot;2026-08-16&quot;:3.52},{&quot;2026-08-17&quot;:3.27},{&quot;2026-08-18&quot;:3.1},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:3.03},{&quot;2026-08-22&quot;:3.13},{&quot;2026-08-23&quot;:3.13},{&quot;2026-08-24&quot;:3.24},{&quot;2026-08-25&quot;:3.24},{&quot;2026-08-26&quot;:3.4},{&quot;2026-08-27&quot;:3.42},{&quot;2026-08-28&quot;:3.46},{&quot;2026-08-29&quot;:3.46},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.56},{&quot;2026-09-01&quot;:3.56},{&quot;2026-09-02&quot;:3.55},{&quot;2026-09-03&quot;:3.58},{&quot;2026-09-04&quot;:3.55},{&quot;2026-09-05&quot;:3.49},{&quot;2026-09-06&quot;:3.48},{&quot;2026-09-07&quot;:3.5},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.48},{&quot;2026-09-11&quot;:3.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79512"
  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">
            Flagstones of Trokair
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Flagstones of Trokair" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/0/a0acea27-88de-4d27-8da2-8f82439526a1.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">
            Flagstones of Trokair
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Flagstones of Trokair" src="https://cards.scryfall.io/large/front/a/0/a0acea27-88de-4d27-8da2-8f82439526a1.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">
            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">
                $3.51
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:9.69},{&quot;2026-06-10&quot;:9.69},{&quot;2026-06-11&quot;:9.69},{&quot;2026-06-12&quot;:9.69},{&quot;2026-06-13&quot;:9.69},{&quot;2026-06-14&quot;:9.69},{&quot;2026-06-15&quot;:9.69},{&quot;2026-06-16&quot;:9.73},{&quot;2026-06-17&quot;:9.73},{&quot;2026-06-18&quot;:9.73},{&quot;2026-06-19&quot;:9.91},{&quot;2026-06-20&quot;:9.91},{&quot;2026-06-21&quot;:9.91},{&quot;2026-06-22&quot;:9.91},{&quot;2026-06-24&quot;:9.98},{&quot;2026-06-25&quot;:9.98},{&quot;2026-06-26&quot;:10.02},{&quot;2026-06-27&quot;:10.02},{&quot;2026-06-28&quot;:10.02},{&quot;2026-06-29&quot;:10.02},{&quot;2026-06-30&quot;:10.02},{&quot;2026-07-01&quot;:10.02},{&quot;2026-07-02&quot;:10.02},{&quot;2026-07-03&quot;:10.02},{&quot;2026-07-04&quot;:10.02},{&quot;2026-07-05&quot;:10.02},{&quot;2026-07-06&quot;:10.02},{&quot;2026-07-07&quot;:10.02},{&quot;2026-07-08&quot;:10.08},{&quot;2026-07-09&quot;:10.08},{&quot;2026-07-10&quot;:10.08},{&quot;2026-07-11&quot;:10.08},{&quot;2026-07-12&quot;:10.08},{&quot;2026-07-13&quot;:10.08},{&quot;2026-07-14&quot;:10.08},{&quot;2026-07-15&quot;:10.08},{&quot;2026-07-16&quot;:10.08},{&quot;2026-07-17&quot;:10.08},{&quot;2026-07-18&quot;:10.08},{&quot;2026-07-19&quot;:10.08},{&quot;2026-07-20&quot;:10.08},{&quot;2026-07-21&quot;:10.09},{&quot;2026-07-23&quot;:10.09},{&quot;2026-07-25&quot;:10.09},{&quot;2026-07-26&quot;:10.09},{&quot;2026-07-27&quot;:10.09},{&quot;2026-07-29&quot;:10.09},{&quot;2026-07-30&quot;:10.09},{&quot;2026-07-31&quot;:10.43},{&quot;2026-08-01&quot;:10.43},{&quot;2026-08-02&quot;:10.43},{&quot;2026-08-03&quot;:10.66},{&quot;2026-08-04&quot;:10.66},{&quot;2026-08-05&quot;:10.66},{&quot;2026-08-07&quot;:10.66},{&quot;2026-08-08&quot;:10.66},{&quot;2026-08-09&quot;:10.66},{&quot;2026-08-10&quot;:10.66},{&quot;2026-08-11&quot;:10.66},{&quot;2026-08-12&quot;:10.73},{&quot;2026-08-13&quot;:10.73},{&quot;2026-08-14&quot;:10.73},{&quot;2026-08-15&quot;:10.73},{&quot;2026-08-16&quot;:10.73},{&quot;2026-08-17&quot;:10.73},{&quot;2026-08-18&quot;:10.73},{&quot;2026-08-19&quot;:10.73},{&quot;2026-08-20&quot;:10.73},{&quot;2026-08-21&quot;:10.73},{&quot;2026-08-22&quot;:10.73},{&quot;2026-08-23&quot;:10.73},{&quot;2026-08-24&quot;:10.73},{&quot;2026-08-25&quot;:10.73},{&quot;2026-08-26&quot;:10.73},{&quot;2026-08-27&quot;:10.73},{&quot;2026-08-28&quot;:10.73},{&quot;2026-08-29&quot;:10.73},{&quot;2026-08-30&quot;:10.73},{&quot;2026-08-31&quot;:10.73},{&quot;2026-09-01&quot;:10.73},{&quot;2026-09-02&quot;:10.73},{&quot;2026-09-03&quot;:10.73},{&quot;2026-09-04&quot;:10.73},{&quot;2026-09-05&quot;:10.73},{&quot;2026-09-06&quot;:10.73},{&quot;2026-09-07&quot;:10.73},{&quot;2026-09-08&quot;:10.73},{&quot;2026-09-09&quot;:10.73},{&quot;2026-09-10&quot;:10.73},{&quot;2026-09-11&quot;:10.73}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.99},{&quot;2026-06-10&quot;:4.01},{&quot;2026-06-11&quot;:4.0},{&quot;2026-06-12&quot;:4.05},{&quot;2026-06-13&quot;:4.09},{&quot;2026-06-14&quot;:4.0},{&quot;2026-06-15&quot;:4.0},{&quot;2026-06-16&quot;:3.94},{&quot;2026-06-17&quot;:3.81},{&quot;2026-06-18&quot;:3.73},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.85},{&quot;2026-06-22&quot;:3.89},{&quot;2026-06-24&quot;:4.25},{&quot;2026-06-25&quot;:4.25},{&quot;2026-06-26&quot;:4.25},{&quot;2026-06-27&quot;:4.25},{&quot;2026-06-28&quot;:4.25},{&quot;2026-06-29&quot;:4.18},{&quot;2026-06-30&quot;:4.18},{&quot;2026-07-01&quot;:4.18},{&quot;2026-07-02&quot;:4.18},{&quot;2026-07-03&quot;:4.23},{&quot;2026-07-04&quot;:4.23},{&quot;2026-07-05&quot;:4.2},{&quot;2026-07-06&quot;:4.28},{&quot;2026-07-07&quot;:4.28},{&quot;2026-07-08&quot;:4.31},{&quot;2026-07-09&quot;:4.31},{&quot;2026-07-10&quot;:4.23},{&quot;2026-07-11&quot;:4.23},{&quot;2026-07-12&quot;:4.1},{&quot;2026-07-13&quot;:4.11},{&quot;2026-07-14&quot;:4.12},{&quot;2026-07-15&quot;:4.02},{&quot;2026-07-16&quot;:4.06},{&quot;2026-07-17&quot;:4.06},{&quot;2026-07-18&quot;:4.11},{&quot;2026-07-19&quot;:4.04},{&quot;2026-07-20&quot;:4.07},{&quot;2026-07-21&quot;:4.11},{&quot;2026-07-23&quot;:4.07},{&quot;2026-07-25&quot;:4.07},{&quot;2026-07-26&quot;:4.07},{&quot;2026-07-27&quot;:4.07},{&quot;2026-07-29&quot;:4.09},{&quot;2026-07-30&quot;:4.15},{&quot;2026-07-31&quot;:4.18},{&quot;2026-08-01&quot;:4.22},{&quot;2026-08-02&quot;:4.22},{&quot;2026-08-03&quot;:4.22},{&quot;2026-08-04&quot;:4.22},{&quot;2026-08-05&quot;:4.02},{&quot;2026-08-07&quot;:4.11},{&quot;2026-08-08&quot;:4.11},{&quot;2026-08-09&quot;:4.03},{&quot;2026-08-10&quot;:4.02},{&quot;2026-08-11&quot;:4.06},{&quot;2026-08-12&quot;:4.1},{&quot;2026-08-13&quot;:4.1},{&quot;2026-08-14&quot;:4.1},{&quot;2026-08-15&quot;:4.06},{&quot;2026-08-16&quot;:4.14},{&quot;2026-08-17&quot;:4.05},{&quot;2026-08-18&quot;:4.04},{&quot;2026-08-19&quot;:4.04},{&quot;2026-08-20&quot;:4.04},{&quot;2026-08-21&quot;:4.01},{&quot;2026-08-22&quot;:4.01},{&quot;2026-08-23&quot;:4.01},{&quot;2026-08-24&quot;:4.01},{&quot;2026-08-25&quot;:4.01},{&quot;2026-08-26&quot;:3.8},{&quot;2026-08-27&quot;:3.8},{&quot;2026-08-28&quot;:3.62},{&quot;2026-08-29&quot;:3.62},{&quot;2026-08-30&quot;:3.62},{&quot;2026-08-31&quot;:3.55},{&quot;2026-09-01&quot;:3.55},{&quot;2026-09-02&quot;:3.52},{&quot;2026-09-03&quot;:3.53},{&quot;2026-09-04&quot;:3.53},{&quot;2026-09-05&quot;:3.52},{&quot;2026-09-06&quot;:3.56},{&quot;2026-09-07&quot;:3.56},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.55},{&quot;2026-09-10&quot;:3.55},{&quot;2026-09-11&quot;:3.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Blood Artist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/5/5587191b-b56a-452d-8a18-1622df83c267.jpg?1783921771" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blood Artist" src="https://cards.scryfall.io/large/front/5/5/5587191b-b56a-452d-8a18-1622df83c267.jpg?1783921771" />
    </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">
                $3.50
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.39},{&quot;2026-06-11&quot;:4.33},{&quot;2026-06-12&quot;:4.42},{&quot;2026-06-13&quot;:4.42},{&quot;2026-06-14&quot;:4.4},{&quot;2026-06-15&quot;:4.83},{&quot;2026-06-16&quot;:4.8},{&quot;2026-06-17&quot;:4.76},{&quot;2026-06-18&quot;:4.76},{&quot;2026-06-19&quot;:4.88},{&quot;2026-06-20&quot;:4.87},{&quot;2026-06-21&quot;:4.68},{&quot;2026-06-22&quot;:4.7},{&quot;2026-06-23&quot;:4.77},{&quot;2026-06-24&quot;:4.77},{&quot;2026-06-25&quot;:4.64},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.63},{&quot;2026-06-28&quot;:4.67},{&quot;2026-06-29&quot;:4.67},{&quot;2026-06-30&quot;:4.74},{&quot;2026-07-01&quot;:4.69},{&quot;2026-07-02&quot;:4.69},{&quot;2026-07-03&quot;:4.71},{&quot;2026-07-04&quot;:4.67},{&quot;2026-07-05&quot;:4.67},{&quot;2026-07-06&quot;:4.65},{&quot;2026-07-07&quot;:4.71},{&quot;2026-07-08&quot;:4.71},{&quot;2026-07-09&quot;:4.71},{&quot;2026-07-10&quot;:4.71},{&quot;2026-07-11&quot;:4.76},{&quot;2026-07-12&quot;:4.76},{&quot;2026-07-13&quot;:4.76},{&quot;2026-07-14&quot;:4.77},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.69},{&quot;2026-07-17&quot;:4.85},{&quot;2026-07-18&quot;:4.95},{&quot;2026-07-19&quot;:4.95},{&quot;2026-07-20&quot;:4.95},{&quot;2026-07-21&quot;:5.05},{&quot;2026-07-23&quot;:5.1},{&quot;2026-07-25&quot;:5.11},{&quot;2026-07-26&quot;:5.15},{&quot;2026-07-27&quot;:5.28},{&quot;2026-07-29&quot;:5.28},{&quot;2026-07-30&quot;:5.29},{&quot;2026-07-31&quot;:5.29},{&quot;2026-08-01&quot;:5.29},{&quot;2026-08-02&quot;:5.48},{&quot;2026-08-03&quot;:5.48},{&quot;2026-08-04&quot;:5.54},{&quot;2026-08-05&quot;:5.54},{&quot;2026-08-07&quot;:5.44},{&quot;2026-08-08&quot;:5.52},{&quot;2026-08-09&quot;:5.42},{&quot;2026-08-10&quot;:5.42},{&quot;2026-08-11&quot;:5.42},{&quot;2026-08-12&quot;:5.49},{&quot;2026-08-13&quot;:5.49},{&quot;2026-08-14&quot;:5.5},{&quot;2026-08-15&quot;:5.56},{&quot;2026-08-16&quot;:5.56},{&quot;2026-08-17&quot;:5.56},{&quot;2026-08-18&quot;:5.56},{&quot;2026-08-19&quot;:5.56},{&quot;2026-08-20&quot;:5.56},{&quot;2026-08-21&quot;:5.51},{&quot;2026-08-22&quot;:5.39},{&quot;2026-08-23&quot;:5.3},{&quot;2026-08-24&quot;:5.3},{&quot;2026-08-25&quot;:5.3},{&quot;2026-08-26&quot;:5.14},{&quot;2026-08-27&quot;:5.08},{&quot;2026-08-28&quot;:5.08},{&quot;2026-08-29&quot;:5.08},{&quot;2026-08-30&quot;:5.04},{&quot;2026-08-31&quot;:5.04},{&quot;2026-09-01&quot;:5.04},{&quot;2026-09-02&quot;:5.04},{&quot;2026-09-03&quot;:4.95},{&quot;2026-09-04&quot;:4.88},{&quot;2026-09-05&quot;:4.88},{&quot;2026-09-06&quot;:4.85},{&quot;2026-09-07&quot;:4.85},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:4.85},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.82}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.24},{&quot;2026-06-11&quot;:4.21},{&quot;2026-06-12&quot;:4.31},{&quot;2026-06-13&quot;:4.35},{&quot;2026-06-14&quot;:4.46},{&quot;2026-06-15&quot;:4.42},{&quot;2026-06-16&quot;:4.45},{&quot;2026-06-17&quot;:4.47},{&quot;2026-06-18&quot;:4.55},{&quot;2026-06-19&quot;:4.48},{&quot;2026-06-20&quot;:4.48},{&quot;2026-06-21&quot;:4.57},{&quot;2026-06-22&quot;:4.62},{&quot;2026-06-23&quot;:4.69},{&quot;2026-06-24&quot;:4.69},{&quot;2026-06-25&quot;:4.74},{&quot;2026-06-26&quot;:4.72},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.73},{&quot;2026-06-29&quot;:4.48},{&quot;2026-06-30&quot;:4.57},{&quot;2026-07-01&quot;:4.6},{&quot;2026-07-02&quot;:4.41},{&quot;2026-07-03&quot;:4.41},{&quot;2026-07-04&quot;:4.33},{&quot;2026-07-05&quot;:4.33},{&quot;2026-07-06&quot;:4.22},{&quot;2026-07-07&quot;:4.16},{&quot;2026-07-08&quot;:4.04},{&quot;2026-07-09&quot;:4.04},{&quot;2026-07-10&quot;:4.02},{&quot;2026-07-11&quot;:3.94},{&quot;2026-07-12&quot;:3.98},{&quot;2026-07-13&quot;:3.66},{&quot;2026-07-14&quot;:3.66},{&quot;2026-07-15&quot;:3.53},{&quot;2026-07-16&quot;:3.44},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.59},{&quot;2026-07-19&quot;:3.59},{&quot;2026-07-20&quot;:3.47},{&quot;2026-07-21&quot;:3.47},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-25&quot;:3.63},{&quot;2026-07-26&quot;:3.64},{&quot;2026-07-27&quot;:3.62},{&quot;2026-07-29&quot;:3.61},{&quot;2026-07-30&quot;:3.68},{&quot;2026-07-31&quot;:3.79},{&quot;2026-08-01&quot;:3.77},{&quot;2026-08-02&quot;:3.59},{&quot;2026-08-03&quot;:3.66},{&quot;2026-08-04&quot;:3.41},{&quot;2026-08-05&quot;:3.65},{&quot;2026-08-07&quot;:3.71},{&quot;2026-08-08&quot;:3.62},{&quot;2026-08-09&quot;:3.57},{&quot;2026-08-10&quot;:3.85},{&quot;2026-08-11&quot;:3.85},{&quot;2026-08-12&quot;:3.92},{&quot;2026-08-13&quot;:4.01},{&quot;2026-08-14&quot;:3.77},{&quot;2026-08-15&quot;:3.71},{&quot;2026-08-16&quot;:3.75},{&quot;2026-08-17&quot;:3.87},{&quot;2026-08-18&quot;:3.73},{&quot;2026-08-19&quot;:3.74},{&quot;2026-08-20&quot;:3.74},{&quot;2026-08-21&quot;:3.74},{&quot;2026-08-22&quot;:3.74},{&quot;2026-08-23&quot;:3.88},{&quot;2026-08-24&quot;:3.53},{&quot;2026-08-25&quot;:3.53},{&quot;2026-08-26&quot;:3.36},{&quot;2026-08-27&quot;:3.46},{&quot;2026-08-28&quot;:3.36},{&quot;2026-08-29&quot;:3.36},{&quot;2026-08-30&quot;:3.41},{&quot;2026-08-31&quot;:3.4},{&quot;2026-09-01&quot;:3.4},{&quot;2026-09-02&quot;:3.47},{&quot;2026-09-03&quot;:3.62},{&quot;2026-09-04&quot;:3.59},{&quot;2026-09-05&quot;:3.48},{&quot;2026-09-06&quot;:3.5},{&quot;2026-09-07&quot;:3.56},{&quot;2026-09-08&quot;:3.56},{&quot;2026-09-09&quot;:3.49},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.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="24667"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Kona, Rescue Beastie" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/f/bf256f95-d184-4ea9-9039-fc64f461d9b3.jpg?1783909397" />

        <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">
            Kona, Rescue Beastie
        </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 — Beast Survivor</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kona, Rescue Beastie" src="https://cards.scryfall.io/large/front/b/f/bf256f95-d184-4ea9-9039-fc64f461d9b3.jpg?1783909397" />
    </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">
                $3.50
              </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">
                $4.81
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.45},{&quot;2026-06-14&quot;:3.41},{&quot;2026-06-15&quot;:3.47},{&quot;2026-06-16&quot;:3.48},{&quot;2026-06-17&quot;:3.51},{&quot;2026-06-18&quot;:3.51},{&quot;2026-06-19&quot;:3.51},{&quot;2026-06-20&quot;:3.51},{&quot;2026-06-21&quot;:3.5},{&quot;2026-06-22&quot;:3.5},{&quot;2026-06-23&quot;:3.5},{&quot;2026-06-24&quot;:3.55},{&quot;2026-06-25&quot;:3.51},{&quot;2026-06-26&quot;:3.55},{&quot;2026-06-27&quot;:3.55},{&quot;2026-06-28&quot;:3.59},{&quot;2026-06-29&quot;:3.59},{&quot;2026-06-30&quot;:3.59},{&quot;2026-07-01&quot;:3.59},{&quot;2026-07-02&quot;:3.59},{&quot;2026-07-03&quot;:3.6},{&quot;2026-07-04&quot;:3.6},{&quot;2026-07-05&quot;:3.73},{&quot;2026-07-06&quot;:3.73},{&quot;2026-07-07&quot;:3.73},{&quot;2026-07-08&quot;:3.74},{&quot;2026-07-09&quot;:3.74},{&quot;2026-07-10&quot;:3.74},{&quot;2026-07-11&quot;:3.75},{&quot;2026-07-12&quot;:3.75},{&quot;2026-07-13&quot;:3.81},{&quot;2026-07-14&quot;:3.81},{&quot;2026-07-15&quot;:3.85},{&quot;2026-07-16&quot;:3.83},{&quot;2026-07-17&quot;:3.92},{&quot;2026-07-18&quot;:3.92},{&quot;2026-07-19&quot;:4.04},{&quot;2026-07-20&quot;:4.18},{&quot;2026-07-21&quot;:4.18},{&quot;2026-07-22&quot;:4.2},{&quot;2026-07-23&quot;:4.2},{&quot;2026-07-24&quot;:4.2},{&quot;2026-07-25&quot;:4.2},{&quot;2026-07-26&quot;:4.2},{&quot;2026-07-27&quot;:4.26},{&quot;2026-07-28&quot;:4.54},{&quot;2026-07-29&quot;:4.72},{&quot;2026-07-30&quot;:4.63},{&quot;2026-07-31&quot;:4.68},{&quot;2026-08-01&quot;:4.68},{&quot;2026-08-02&quot;:4.68},{&quot;2026-08-03&quot;:4.77},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.72},{&quot;2026-08-07&quot;:4.72},{&quot;2026-08-08&quot;:4.76},{&quot;2026-08-09&quot;:4.77},{&quot;2026-08-10&quot;:4.92},{&quot;2026-08-11&quot;:4.95},{&quot;2026-08-12&quot;:4.89},{&quot;2026-08-13&quot;:4.89},{&quot;2026-08-14&quot;:4.97},{&quot;2026-08-15&quot;:4.97},{&quot;2026-08-16&quot;:4.97},{&quot;2026-08-17&quot;:4.83},{&quot;2026-08-18&quot;:4.92},{&quot;2026-08-19&quot;:4.92},{&quot;2026-08-20&quot;:4.84},{&quot;2026-08-21&quot;:4.84},{&quot;2026-08-22&quot;:4.84},{&quot;2026-08-23&quot;:4.84},{&quot;2026-08-24&quot;:4.84},{&quot;2026-08-25&quot;:4.84},{&quot;2026-08-26&quot;:4.95},{&quot;2026-08-27&quot;:4.95},{&quot;2026-08-28&quot;:4.81},{&quot;2026-08-29&quot;:4.81},{&quot;2026-08-30&quot;:4.57},{&quot;2026-08-31&quot;:4.57},{&quot;2026-09-01&quot;:4.66},{&quot;2026-09-02&quot;:4.74},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.74},{&quot;2026-09-05&quot;:4.74},{&quot;2026-09-06&quot;:4.81},{&quot;2026-09-07&quot;:4.82},{&quot;2026-09-08&quot;:4.82},{&quot;2026-09-09&quot;:4.82},{&quot;2026-09-10&quot;:4.81},{&quot;2026-09-11&quot;:4.81}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.13},{&quot;2026-06-14&quot;:2.11},{&quot;2026-06-15&quot;:2.11},{&quot;2026-06-16&quot;:2.11},{&quot;2026-06-17&quot;:2.08},{&quot;2026-06-18&quot;:2.0},{&quot;2026-06-19&quot;:1.98},{&quot;2026-06-20&quot;:2.06},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.08},{&quot;2026-06-23&quot;:2.09},{&quot;2026-06-24&quot;:2.03},{&quot;2026-06-25&quot;:2.02},{&quot;2026-06-26&quot;:2.0},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.18},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.2},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.31},{&quot;2026-07-07&quot;:2.3},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.33},{&quot;2026-07-10&quot;:2.37},{&quot;2026-07-11&quot;:2.38},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.34},{&quot;2026-07-15&quot;:2.39},{&quot;2026-07-16&quot;:2.37},{&quot;2026-07-17&quot;:2.37},{&quot;2026-07-18&quot;:2.33},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.32},{&quot;2026-07-21&quot;:2.25},{&quot;2026-07-22&quot;:2.19},{&quot;2026-07-23&quot;:2.12},{&quot;2026-07-24&quot;:2.09},{&quot;2026-07-25&quot;:2.19},{&quot;2026-07-26&quot;:2.19},{&quot;2026-07-27&quot;:2.19},{&quot;2026-07-28&quot;:2.17},{&quot;2026-07-29&quot;:2.19},{&quot;2026-07-30&quot;:2.23},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:2.29},{&quot;2026-08-02&quot;:2.27},{&quot;2026-08-03&quot;:2.4},{&quot;2026-08-04&quot;:2.44},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.52},{&quot;2026-08-08&quot;:2.45},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.46},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.52},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:2.74},{&quot;2026-08-17&quot;:2.84},{&quot;2026-08-18&quot;:3.11},{&quot;2026-08-19&quot;:3.15},{&quot;2026-08-20&quot;:3.15},{&quot;2026-08-21&quot;:3.18},{&quot;2026-08-22&quot;:3.4},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.14},{&quot;2026-08-25&quot;:3.24},{&quot;2026-08-26&quot;:3.16},{&quot;2026-08-27&quot;:3.03},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.83},{&quot;2026-09-02&quot;:2.85},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:3.11},{&quot;2026-09-05&quot;:3.23},{&quot;2026-09-06&quot;:3.2},{&quot;2026-09-07&quot;:3.2},{&quot;2026-09-08&quot;:3.42},{&quot;2026-09-09&quot;:3.42},{&quot;2026-09-10&quot;:3.41},{&quot;2026-09-11&quot;:3.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="89422"
  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-znc 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">
            Notorious Throng
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Notorious Throng" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c8be7edf-807a-4a7b-ab48-78f309997210.jpg?1783929482" />

        <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">
            Notorious Throng
        </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">Kindred Sorcery — 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-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="Notorious Throng" src="https://cards.scryfall.io/large/front/c/8/c8be7edf-807a-4a7b-ab48-78f309997210.jpg?1783929482" />
    </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">
                $3.50
              </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">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.39},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:4.24},{&quot;2026-06-16&quot;:4.44},{&quot;2026-06-17&quot;:4.38},{&quot;2026-06-18&quot;:4.24},{&quot;2026-06-19&quot;:4.24},{&quot;2026-06-20&quot;:4.24},{&quot;2026-06-21&quot;:4.66},{&quot;2026-06-22&quot;:5.0},{&quot;2026-06-23&quot;:4.69},{&quot;2026-06-24&quot;:4.67},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.72},{&quot;2026-06-27&quot;:4.77},{&quot;2026-06-28&quot;:4.44},{&quot;2026-06-29&quot;:4.1},{&quot;2026-06-30&quot;:4.02},{&quot;2026-07-01&quot;:4.22},{&quot;2026-07-02&quot;:4.25},{&quot;2026-07-03&quot;:4.25},{&quot;2026-07-04&quot;:4.28},{&quot;2026-07-05&quot;:4.17},{&quot;2026-07-06&quot;:3.83},{&quot;2026-07-07&quot;:3.6},{&quot;2026-07-08&quot;:3.56},{&quot;2026-07-09&quot;:3.56},{&quot;2026-07-10&quot;:3.57},{&quot;2026-07-11&quot;:3.54},{&quot;2026-07-12&quot;:3.54},{&quot;2026-07-13&quot;:3.44},{&quot;2026-07-14&quot;:3.41},{&quot;2026-07-15&quot;:3.34},{&quot;2026-07-16&quot;:3.25},{&quot;2026-07-17&quot;:3.25},{&quot;2026-07-18&quot;:3.25},{&quot;2026-07-19&quot;:3.35},{&quot;2026-07-20&quot;:3.35},{&quot;2026-07-21&quot;:3.35},{&quot;2026-07-22&quot;:3.42},{&quot;2026-07-23&quot;:3.4},{&quot;2026-07-24&quot;:3.4},{&quot;2026-07-25&quot;:3.4},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.42},{&quot;2026-07-28&quot;:3.34},{&quot;2026-07-29&quot;:3.34},{&quot;2026-07-30&quot;:3.36},{&quot;2026-07-31&quot;:3.29},{&quot;2026-08-01&quot;:3.29},{&quot;2026-08-02&quot;:3.32},{&quot;2026-08-03&quot;:3.22},{&quot;2026-08-04&quot;:3.25},{&quot;2026-08-05&quot;:3.28},{&quot;2026-08-07&quot;:3.38},{&quot;2026-08-08&quot;:3.38},{&quot;2026-08-09&quot;:3.38},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.27},{&quot;2026-08-12&quot;:3.2},{&quot;2026-08-13&quot;:3.17},{&quot;2026-08-14&quot;:3.16},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.11},{&quot;2026-08-17&quot;:3.07},{&quot;2026-08-18&quot;:3.19},{&quot;2026-08-19&quot;:3.19},{&quot;2026-08-20&quot;:3.09},{&quot;2026-08-21&quot;:3.05},{&quot;2026-08-22&quot;:3.21},{&quot;2026-08-23&quot;:3.24},{&quot;2026-08-24&quot;:3.44},{&quot;2026-08-25&quot;:3.47},{&quot;2026-08-26&quot;:3.39},{&quot;2026-08-27&quot;:3.31},{&quot;2026-08-28&quot;:3.48},{&quot;2026-08-29&quot;:3.48},{&quot;2026-08-30&quot;:3.46},{&quot;2026-08-31&quot;:3.63},{&quot;2026-09-01&quot;:3.52},{&quot;2026-09-02&quot;:3.52},{&quot;2026-09-03&quot;:3.52},{&quot;2026-09-04&quot;:3.52},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.67},{&quot;2026-09-07&quot;:3.67},{&quot;2026-09-08&quot;:3.67},{&quot;2026-09-09&quot;:3.61},{&quot;2026-09-10&quot;:3.61},{&quot;2026-09-11&quot;:3.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="93548"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="All-Out Assault" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/0/e0febe8c-7e00-485a-bd06-1d7c4d4e816e.jpg?1779264992" />

        <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">
            All-Out Assault
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="All-Out Assault" src="https://cards.scryfall.io/large/front/e/0/e0febe8c-7e00-485a-bd06-1d7c4d4e816e.jpg?1779264992" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:3.53},{&quot;2026-06-10&quot;:3.53},{&quot;2026-06-11&quot;:3.53},{&quot;2026-06-12&quot;:3.53},{&quot;2026-06-13&quot;:3.53},{&quot;2026-06-14&quot;:3.53},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.33},{&quot;2026-06-17&quot;:3.21},{&quot;2026-06-18&quot;:3.21},{&quot;2026-06-19&quot;:3.21},{&quot;2026-06-20&quot;:3.21},{&quot;2026-06-21&quot;:3.27},{&quot;2026-06-22&quot;:3.24},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.22},{&quot;2026-06-26&quot;:3.22},{&quot;2026-06-27&quot;:3.22},{&quot;2026-06-28&quot;:3.22},{&quot;2026-06-29&quot;:3.3},{&quot;2026-06-30&quot;:3.3},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.34},{&quot;2026-07-04&quot;:3.26},{&quot;2026-07-05&quot;:3.26},{&quot;2026-07-06&quot;:3.28},{&quot;2026-07-07&quot;:3.28},{&quot;2026-07-08&quot;:3.21},{&quot;2026-07-09&quot;:3.21},{&quot;2026-07-10&quot;:3.23},{&quot;2026-07-11&quot;:3.23},{&quot;2026-07-12&quot;:3.23},{&quot;2026-07-13&quot;:3.23},{&quot;2026-07-14&quot;:3.23},{&quot;2026-07-15&quot;:3.23},{&quot;2026-07-16&quot;:3.29},{&quot;2026-07-17&quot;:3.23},{&quot;2026-07-18&quot;:3.23},{&quot;2026-07-19&quot;:3.23},{&quot;2026-07-20&quot;:3.23},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-23&quot;:3.17},{&quot;2026-07-25&quot;:3.17},{&quot;2026-07-26&quot;:3.17},{&quot;2026-07-27&quot;:3.2},{&quot;2026-07-29&quot;:3.2},{&quot;2026-07-30&quot;:3.2},{&quot;2026-07-31&quot;:3.34},{&quot;2026-08-01&quot;:3.34},{&quot;2026-08-02&quot;:3.34},{&quot;2026-08-03&quot;:3.47},{&quot;2026-08-04&quot;:3.5},{&quot;2026-08-05&quot;:3.5},{&quot;2026-08-07&quot;:3.49},{&quot;2026-08-08&quot;:3.49},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.49},{&quot;2026-08-11&quot;:3.49},{&quot;2026-08-12&quot;:3.49},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.49},{&quot;2026-08-15&quot;:3.49},{&quot;2026-08-16&quot;:3.49},{&quot;2026-08-17&quot;:3.49},{&quot;2026-08-18&quot;:3.49},{&quot;2026-08-19&quot;:3.48},{&quot;2026-08-20&quot;:3.48},{&quot;2026-08-21&quot;:3.48},{&quot;2026-08-22&quot;:3.43},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:3.43},{&quot;2026-08-25&quot;:3.43},{&quot;2026-08-26&quot;:3.43},{&quot;2026-08-27&quot;:3.43},{&quot;2026-08-28&quot;:3.5},{&quot;2026-08-29&quot;:3.5},{&quot;2026-08-30&quot;:3.5},{&quot;2026-08-31&quot;:3.42},{&quot;2026-09-01&quot;:3.42},{&quot;2026-09-02&quot;:3.4},{&quot;2026-09-03&quot;:3.4},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.49},{&quot;2026-09-06&quot;:3.49},{&quot;2026-09-07&quot;:3.49},{&quot;2026-09-08&quot;:3.49},{&quot;2026-09-09&quot;:3.49},{&quot;2026-09-10&quot;:3.49},{&quot;2026-09-11&quot;:3.5}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.64},{&quot;2026-06-10&quot;:2.57},{&quot;2026-06-11&quot;:2.57},{&quot;2026-06-12&quot;:2.57},{&quot;2026-06-13&quot;:2.41},{&quot;2026-06-14&quot;:2.36},{&quot;2026-06-15&quot;:2.36},{&quot;2026-06-16&quot;:2.36},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.21},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:2.24},{&quot;2026-06-21&quot;:2.24},{&quot;2026-06-22&quot;:2.24},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.1},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.09},{&quot;2026-06-28&quot;:2.19},{&quot;2026-06-29&quot;:2.2},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.43},{&quot;2026-07-03&quot;:2.55},{&quot;2026-07-04&quot;:2.55},{&quot;2026-07-05&quot;:2.55},{&quot;2026-07-06&quot;:2.63},{&quot;2026-07-07&quot;:2.63},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.64},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.67},{&quot;2026-07-12&quot;:2.71},{&quot;2026-07-13&quot;:2.73},{&quot;2026-07-14&quot;:2.77},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.8},{&quot;2026-07-17&quot;:2.64},{&quot;2026-07-18&quot;:2.64},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:2.64},{&quot;2026-07-21&quot;:2.68},{&quot;2026-07-23&quot;:2.64},{&quot;2026-07-25&quot;:2.64},{&quot;2026-07-26&quot;:2.62},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.48},{&quot;2026-08-01&quot;:2.45},{&quot;2026-08-02&quot;:2.45},{&quot;2026-08-03&quot;:2.45},{&quot;2026-08-04&quot;:2.45},{&quot;2026-08-05&quot;:2.55},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.55},{&quot;2026-08-10&quot;:2.55},{&quot;2026-08-11&quot;:2.5},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.66},{&quot;2026-08-19&quot;:2.66},{&quot;2026-08-20&quot;:2.66},{&quot;2026-08-21&quot;:2.57},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.6},{&quot;2026-08-24&quot;:2.66},{&quot;2026-08-25&quot;:2.66},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.72},{&quot;2026-08-29&quot;:2.72},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.32},{&quot;2026-09-02&quot;:2.37},{&quot;2026-09-03&quot;:2.4},{&quot;2026-09-04&quot;:2.32},{&quot;2026-09-05&quot;:2.32},{&quot;2026-09-06&quot;:2.4},{&quot;2026-09-07&quot;:2.35},{&quot;2026-09-08&quot;:2.32},{&quot;2026-09-09&quot;:2.37},{&quot;2026-09-10&quot;:2.42},{&quot;2026-09-11&quot;:2.45}]}"
        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="16012"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Liliana, Waker of the Dead" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/3/e329a3e2-6702-4758-8aac-c3017e77b619.jpg?1783930705" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Liliana, Waker of the Dead
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Liliana</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Liliana, Waker of the Dead" src="https://cards.scryfall.io/large/front/e/3/e329a3e2-6702-4758-8aac-c3017e77b619.jpg?1783930705" />
    </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">
                $3.49
              </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">
                $2.72
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.79},{&quot;2026-06-14&quot;:2.77},{&quot;2026-06-15&quot;:2.77},{&quot;2026-06-16&quot;:2.77},{&quot;2026-06-17&quot;:2.77},{&quot;2026-06-18&quot;:2.77},{&quot;2026-06-19&quot;:2.77},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.76},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.76},{&quot;2026-06-25&quot;:2.76},{&quot;2026-06-26&quot;:2.76},{&quot;2026-06-27&quot;:2.76},{&quot;2026-06-28&quot;:2.76},{&quot;2026-06-29&quot;:2.76},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.76},{&quot;2026-07-02&quot;:2.76},{&quot;2026-07-03&quot;:2.76},{&quot;2026-07-04&quot;:2.76},{&quot;2026-07-05&quot;:2.76},{&quot;2026-07-06&quot;:2.76},{&quot;2026-07-07&quot;:2.76},{&quot;2026-07-08&quot;:2.76},{&quot;2026-07-09&quot;:2.76},{&quot;2026-07-10&quot;:2.76},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.76},{&quot;2026-07-13&quot;:2.76},{&quot;2026-07-14&quot;:2.76},{&quot;2026-07-15&quot;:2.76},{&quot;2026-07-16&quot;:2.76},{&quot;2026-07-17&quot;:2.76},{&quot;2026-07-18&quot;:2.76},{&quot;2026-07-19&quot;:2.76},{&quot;2026-07-20&quot;:2.76},{&quot;2026-07-21&quot;:2.76},{&quot;2026-07-22&quot;:2.76},{&quot;2026-07-23&quot;:2.74},{&quot;2026-07-24&quot;:2.74},{&quot;2026-07-25&quot;:2.74},{&quot;2026-07-26&quot;:2.74},{&quot;2026-07-27&quot;:2.75},{&quot;2026-07-28&quot;:2.75},{&quot;2026-07-29&quot;:2.75},{&quot;2026-07-30&quot;:2.75},{&quot;2026-07-31&quot;:2.75},{&quot;2026-08-01&quot;:2.75},{&quot;2026-08-02&quot;:2.75},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.75},{&quot;2026-08-05&quot;:2.74},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.77},{&quot;2026-08-09&quot;:2.77},{&quot;2026-08-10&quot;:2.77},{&quot;2026-08-11&quot;:2.77},{&quot;2026-08-12&quot;:2.77},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.74},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.74},{&quot;2026-08-17&quot;:2.74},{&quot;2026-08-18&quot;:2.74},{&quot;2026-08-19&quot;:2.71},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.71},{&quot;2026-08-22&quot;:2.68},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.68},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.68},{&quot;2026-08-31&quot;:2.68},{&quot;2026-09-01&quot;:2.68},{&quot;2026-09-02&quot;:2.68},{&quot;2026-09-03&quot;:2.68},{&quot;2026-09-04&quot;:2.68},{&quot;2026-09-05&quot;:2.68},{&quot;2026-09-06&quot;:2.66},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.7},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.72}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.49},{&quot;2026-06-14&quot;:2.57},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.66},{&quot;2026-06-19&quot;:2.76},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.77},{&quot;2026-06-23&quot;:2.77},{&quot;2026-06-24&quot;:2.77},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.83},{&quot;2026-06-27&quot;:2.83},{&quot;2026-06-28&quot;:2.92},{&quot;2026-06-29&quot;:2.86},{&quot;2026-06-30&quot;:2.95},{&quot;2026-07-01&quot;:2.95},{&quot;2026-07-02&quot;:2.95},{&quot;2026-07-03&quot;:2.95},{&quot;2026-07-04&quot;:2.95},{&quot;2026-07-05&quot;:2.95},{&quot;2026-07-06&quot;:3.0},{&quot;2026-07-07&quot;:3.0},{&quot;2026-07-08&quot;:3.05},{&quot;2026-07-09&quot;:3.07},{&quot;2026-07-10&quot;:3.12},{&quot;2026-07-11&quot;:3.04},{&quot;2026-07-12&quot;:3.13},{&quot;2026-07-13&quot;:3.13},{&quot;2026-07-14&quot;:3.14},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.16},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.22},{&quot;2026-07-20&quot;:3.11},{&quot;2026-07-21&quot;:2.98},{&quot;2026-07-22&quot;:2.98},{&quot;2026-07-23&quot;:2.98},{&quot;2026-07-24&quot;:2.89},{&quot;2026-07-25&quot;:2.67},{&quot;2026-07-26&quot;:2.65},{&quot;2026-07-27&quot;:2.57},{&quot;2026-07-28&quot;:2.61},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.53},{&quot;2026-07-31&quot;:2.51},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.6},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.67},{&quot;2026-08-07&quot;:2.65},{&quot;2026-08-08&quot;:2.65},{&quot;2026-08-09&quot;:2.77},{&quot;2026-08-10&quot;:2.78},{&quot;2026-08-11&quot;:2.75},{&quot;2026-08-12&quot;:2.9},{&quot;2026-08-13&quot;:2.89},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:3.02},{&quot;2026-08-17&quot;:3.02},{&quot;2026-08-18&quot;:2.94},{&quot;2026-08-19&quot;:2.94},{&quot;2026-08-20&quot;:2.88},{&quot;2026-08-21&quot;:2.87},{&quot;2026-08-22&quot;:2.92},{&quot;2026-08-23&quot;:2.87},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.87},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.91},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.94},{&quot;2026-08-31&quot;:2.94},{&quot;2026-09-01&quot;:2.94},{&quot;2026-09-02&quot;:2.92},{&quot;2026-09-03&quot;:3.05},{&quot;2026-09-04&quot;:3.03},{&quot;2026-09-05&quot;:3.22},{&quot;2026-09-06&quot;:3.23},{&quot;2026-09-07&quot;:3.32},{&quot;2026-09-08&quot;:3.42},{&quot;2026-09-09&quot;:3.54},{&quot;2026-09-10&quot;:3.5},{&quot;2026-09-11&quot;:3.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Greater Good" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/3/6378a9f5-9fe4-4e41-9bde-4eb4081bfdc4.jpg?1783910557" />

        <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">
            Greater Good
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Greater Good" src="https://cards.scryfall.io/large/front/6/3/6378a9f5-9fe4-4e41-9bde-4eb4081bfdc4.jpg?1783910557" />
    </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">
                $3.49
              </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.80
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:19.3},{&quot;2026-06-14&quot;:19.11},{&quot;2026-06-15&quot;:19.11},{&quot;2026-06-16&quot;:19.11},{&quot;2026-06-17&quot;:19.11},{&quot;2026-06-18&quot;:19.01},{&quot;2026-06-19&quot;:19.01},{&quot;2026-06-20&quot;:19.01},{&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;:18.93},{&quot;2026-06-25&quot;:18.93},{&quot;2026-06-26&quot;:18.93},{&quot;2026-06-27&quot;:18.93},{&quot;2026-06-28&quot;:18.93},{&quot;2026-06-29&quot;:18.93},{&quot;2026-06-30&quot;:18.93},{&quot;2026-07-01&quot;:18.93},{&quot;2026-07-02&quot;:18.93},{&quot;2026-07-03&quot;:18.93},{&quot;2026-07-04&quot;:18.88},{&quot;2026-07-05&quot;:18.88},{&quot;2026-07-06&quot;:18.88},{&quot;2026-07-07&quot;:18.85},{&quot;2026-07-08&quot;:18.85},{&quot;2026-07-09&quot;:18.85},{&quot;2026-07-10&quot;:18.85},{&quot;2026-07-11&quot;:18.85},{&quot;2026-07-12&quot;:18.87},{&quot;2026-07-13&quot;:18.87},{&quot;2026-07-14&quot;:18.87},{&quot;2026-07-15&quot;:18.87},{&quot;2026-07-16&quot;:18.87},{&quot;2026-07-17&quot;:18.81},{&quot;2026-07-18&quot;:18.84},{&quot;2026-07-19&quot;:18.84},{&quot;2026-07-20&quot;:18.84},{&quot;2026-07-21&quot;:18.84},{&quot;2026-07-22&quot;:18.84},{&quot;2026-07-23&quot;:18.84},{&quot;2026-07-24&quot;:18.84},{&quot;2026-07-25&quot;:18.84},{&quot;2026-07-26&quot;:18.85},{&quot;2026-07-27&quot;:18.85},{&quot;2026-07-28&quot;:18.85},{&quot;2026-07-29&quot;:18.85},{&quot;2026-07-30&quot;:18.85},{&quot;2026-07-31&quot;:18.85},{&quot;2026-08-01&quot;:18.88},{&quot;2026-08-02&quot;:18.88},{&quot;2026-08-03&quot;:18.88},{&quot;2026-08-04&quot;:18.88},{&quot;2026-08-05&quot;:18.88},{&quot;2026-08-07&quot;:18.88},{&quot;2026-08-08&quot;:18.88},{&quot;2026-08-09&quot;:18.88},{&quot;2026-08-10&quot;:18.88},{&quot;2026-08-11&quot;:18.88},{&quot;2026-08-12&quot;:18.88},{&quot;2026-08-13&quot;:18.88},{&quot;2026-08-14&quot;:18.88},{&quot;2026-08-15&quot;:18.91},{&quot;2026-08-16&quot;:18.91},{&quot;2026-08-17&quot;:18.91},{&quot;2026-08-18&quot;:18.92},{&quot;2026-08-19&quot;:18.92},{&quot;2026-08-20&quot;:18.88},{&quot;2026-08-21&quot;:18.88},{&quot;2026-08-22&quot;:18.88},{&quot;2026-08-23&quot;:18.84},{&quot;2026-08-24&quot;:18.84},{&quot;2026-08-25&quot;:19.14},{&quot;2026-08-26&quot;:19.2},{&quot;2026-08-27&quot;:19.2},{&quot;2026-08-28&quot;:19.2},{&quot;2026-08-29&quot;:19.2},{&quot;2026-08-30&quot;:19.2},{&quot;2026-08-31&quot;:19.2},{&quot;2026-09-01&quot;:19.2},{&quot;2026-09-02&quot;:19.2},{&quot;2026-09-03&quot;:18.8},{&quot;2026-09-04&quot;:18.8},{&quot;2026-09-05&quot;:18.8},{&quot;2026-09-06&quot;:18.8},{&quot;2026-09-07&quot;:18.8},{&quot;2026-09-08&quot;:18.8},{&quot;2026-09-09&quot;:18.8},{&quot;2026-09-10&quot;:18.8},{&quot;2026-09-11&quot;:18.8}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.63},{&quot;2026-06-14&quot;:3.64},{&quot;2026-06-15&quot;:3.58},{&quot;2026-06-16&quot;:3.59},{&quot;2026-06-17&quot;:3.56},{&quot;2026-06-18&quot;:3.63},{&quot;2026-06-19&quot;:3.64},{&quot;2026-06-20&quot;:3.61},{&quot;2026-06-21&quot;:3.63},{&quot;2026-06-22&quot;:3.69},{&quot;2026-06-23&quot;:3.71},{&quot;2026-06-24&quot;:3.74},{&quot;2026-06-25&quot;:3.82},{&quot;2026-06-26&quot;:3.82},{&quot;2026-06-27&quot;:3.84},{&quot;2026-06-28&quot;:3.84},{&quot;2026-06-29&quot;:3.84},{&quot;2026-06-30&quot;:3.79},{&quot;2026-07-01&quot;:3.76},{&quot;2026-07-02&quot;:3.83},{&quot;2026-07-03&quot;:3.81},{&quot;2026-07-04&quot;:4.05},{&quot;2026-07-05&quot;:4.15},{&quot;2026-07-06&quot;:4.13},{&quot;2026-07-07&quot;:4.23},{&quot;2026-07-08&quot;:4.22},{&quot;2026-07-09&quot;:4.22},{&quot;2026-07-10&quot;:4.25},{&quot;2026-07-11&quot;:4.17},{&quot;2026-07-12&quot;:4.17},{&quot;2026-07-13&quot;:4.16},{&quot;2026-07-14&quot;:4.16},{&quot;2026-07-15&quot;:4.16},{&quot;2026-07-16&quot;:4.16},{&quot;2026-07-17&quot;:4.16},{&quot;2026-07-18&quot;:4.21},{&quot;2026-07-19&quot;:4.17},{&quot;2026-07-20&quot;:3.92},{&quot;2026-07-21&quot;:3.92},{&quot;2026-07-22&quot;:3.84},{&quot;2026-07-23&quot;:3.88},{&quot;2026-07-24&quot;:3.88},{&quot;2026-07-25&quot;:3.87},{&quot;2026-07-26&quot;:3.87},{&quot;2026-07-27&quot;:3.91},{&quot;2026-07-28&quot;:3.91},{&quot;2026-07-29&quot;:3.94},{&quot;2026-07-30&quot;:3.9},{&quot;2026-07-31&quot;:3.91},{&quot;2026-08-01&quot;:3.91},{&quot;2026-08-02&quot;:3.91},{&quot;2026-08-03&quot;:3.94},{&quot;2026-08-04&quot;:3.94},{&quot;2026-08-05&quot;:3.85},{&quot;2026-08-07&quot;:3.82},{&quot;2026-08-08&quot;:3.83},{&quot;2026-08-09&quot;:3.85},{&quot;2026-08-10&quot;:3.87},{&quot;2026-08-11&quot;:3.87},{&quot;2026-08-12&quot;:3.89},{&quot;2026-08-13&quot;:3.84},{&quot;2026-08-14&quot;:3.78},{&quot;2026-08-15&quot;:3.78},{&quot;2026-08-16&quot;:3.76},{&quot;2026-08-17&quot;:3.75},{&quot;2026-08-18&quot;:3.71},{&quot;2026-08-19&quot;:3.68},{&quot;2026-08-20&quot;:3.61},{&quot;2026-08-21&quot;:3.61},{&quot;2026-08-22&quot;:3.58},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.56},{&quot;2026-08-25&quot;:3.54},{&quot;2026-08-26&quot;:3.52},{&quot;2026-08-27&quot;:3.5},{&quot;2026-08-28&quot;:3.5},{&quot;2026-08-29&quot;:3.5},{&quot;2026-08-30&quot;:3.5},{&quot;2026-08-31&quot;:3.44},{&quot;2026-09-01&quot;:3.48},{&quot;2026-09-02&quot;:3.42},{&quot;2026-09-03&quot;:3.4},{&quot;2026-09-04&quot;:3.37},{&quot;2026-09-05&quot;:3.39},{&quot;2026-09-06&quot;:3.4},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.46},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.52},{&quot;2026-09-11&quot;:3.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Peer into the Abyss" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aac00055-640e-4749-8d23-d242e6d0b23a.jpg?1783930701" />

        <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">
            Peer into the Abyss
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Peer into the Abyss" src="https://cards.scryfall.io/large/front/a/a/aac00055-640e-4749-8d23-d242e6d0b23a.jpg?1783930701" />
    </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">
                $3.48
              </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">
                $4.17
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.94},{&quot;2026-06-13&quot;:3.91},{&quot;2026-06-14&quot;:3.91},{&quot;2026-06-15&quot;:3.85},{&quot;2026-06-16&quot;:3.85},{&quot;2026-06-17&quot;:3.85},{&quot;2026-06-18&quot;:3.85},{&quot;2026-06-19&quot;:3.85},{&quot;2026-06-20&quot;:3.81},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.81},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.81},{&quot;2026-06-25&quot;:3.81},{&quot;2026-06-26&quot;:3.81},{&quot;2026-06-27&quot;:3.81},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.81},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.76},{&quot;2026-07-02&quot;:3.76},{&quot;2026-07-03&quot;:3.76},{&quot;2026-07-04&quot;:3.88},{&quot;2026-07-05&quot;:3.88},{&quot;2026-07-06&quot;:3.88},{&quot;2026-07-07&quot;:3.88},{&quot;2026-07-08&quot;:3.84},{&quot;2026-07-09&quot;:3.84},{&quot;2026-07-10&quot;:3.85},{&quot;2026-07-11&quot;:3.81},{&quot;2026-07-12&quot;:3.81},{&quot;2026-07-13&quot;:3.81},{&quot;2026-07-14&quot;:3.83},{&quot;2026-07-15&quot;:3.83},{&quot;2026-07-16&quot;:3.83},{&quot;2026-07-17&quot;:3.83},{&quot;2026-07-18&quot;:3.83},{&quot;2026-07-19&quot;:3.83},{&quot;2026-07-20&quot;:3.9},{&quot;2026-07-21&quot;:3.9},{&quot;2026-07-23&quot;:3.94},{&quot;2026-07-24&quot;:4.04},{&quot;2026-07-25&quot;:4.04},{&quot;2026-07-26&quot;:4.12},{&quot;2026-07-27&quot;:4.12},{&quot;2026-07-28&quot;:4.12},{&quot;2026-07-29&quot;:4.12},{&quot;2026-07-30&quot;:4.1},{&quot;2026-07-31&quot;:4.13},{&quot;2026-08-01&quot;:4.07},{&quot;2026-08-02&quot;:4.07},{&quot;2026-08-03&quot;:4.07},{&quot;2026-08-04&quot;:4.07},{&quot;2026-08-05&quot;:4.07},{&quot;2026-08-07&quot;:4.09},{&quot;2026-08-08&quot;:4.09},{&quot;2026-08-09&quot;:4.09},{&quot;2026-08-10&quot;:4.09},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.15},{&quot;2026-08-13&quot;:4.15},{&quot;2026-08-14&quot;:4.15},{&quot;2026-08-15&quot;:4.15},{&quot;2026-08-16&quot;:4.16},{&quot;2026-08-17&quot;:4.16},{&quot;2026-08-18&quot;:4.15},{&quot;2026-08-19&quot;:4.15},{&quot;2026-08-20&quot;:4.15},{&quot;2026-08-21&quot;:4.15},{&quot;2026-08-22&quot;:4.15},{&quot;2026-08-23&quot;:4.21},{&quot;2026-08-24&quot;:4.21},{&quot;2026-08-25&quot;:4.21},{&quot;2026-08-26&quot;:4.21},{&quot;2026-08-27&quot;:4.21},{&quot;2026-08-28&quot;:4.09},{&quot;2026-08-29&quot;:4.09},{&quot;2026-08-30&quot;:4.12},{&quot;2026-08-31&quot;:4.14},{&quot;2026-09-01&quot;:4.14},{&quot;2026-09-02&quot;:4.19},{&quot;2026-09-03&quot;:4.21},{&quot;2026-09-04&quot;:4.21},{&quot;2026-09-05&quot;:4.19},{&quot;2026-09-06&quot;:4.19},{&quot;2026-09-07&quot;:4.19},{&quot;2026-09-08&quot;:4.17},{&quot;2026-09-09&quot;:4.17},{&quot;2026-09-10&quot;:4.17},{&quot;2026-09-11&quot;:4.17}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.26},{&quot;2026-06-13&quot;:3.2},{&quot;2026-06-14&quot;:3.23},{&quot;2026-06-15&quot;:3.24},{&quot;2026-06-16&quot;:3.24},{&quot;2026-06-17&quot;:3.19},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:2.8},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.68},{&quot;2026-06-22&quot;:3.05},{&quot;2026-06-23&quot;:3.08},{&quot;2026-06-24&quot;:3.03},{&quot;2026-06-25&quot;:3.08},{&quot;2026-06-26&quot;:2.94},{&quot;2026-06-27&quot;:2.91},{&quot;2026-06-28&quot;:2.93},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:3.05},{&quot;2026-07-01&quot;:2.84},{&quot;2026-07-02&quot;:2.75},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.6},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.4},{&quot;2026-07-07&quot;:2.48},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.97},{&quot;2026-07-10&quot;:2.68},{&quot;2026-07-11&quot;:2.58},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.75},{&quot;2026-07-16&quot;:2.94},{&quot;2026-07-17&quot;:3.19},{&quot;2026-07-18&quot;:3.39},{&quot;2026-07-19&quot;:3.34},{&quot;2026-07-20&quot;:3.25},{&quot;2026-07-21&quot;:3.12},{&quot;2026-07-23&quot;:3.39},{&quot;2026-07-24&quot;:3.29},{&quot;2026-07-25&quot;:3.38},{&quot;2026-07-26&quot;:3.33},{&quot;2026-07-27&quot;:3.35},{&quot;2026-07-28&quot;:3.53},{&quot;2026-07-29&quot;:3.52},{&quot;2026-07-30&quot;:3.48},{&quot;2026-07-31&quot;:3.64},{&quot;2026-08-01&quot;:3.46},{&quot;2026-08-02&quot;:3.45},{&quot;2026-08-03&quot;:3.47},{&quot;2026-08-04&quot;:3.44},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.43},{&quot;2026-08-08&quot;:3.42},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.05},{&quot;2026-08-11&quot;:2.92},{&quot;2026-08-12&quot;:2.85},{&quot;2026-08-13&quot;:2.8},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:3.11},{&quot;2026-08-16&quot;:3.17},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.09},{&quot;2026-08-19&quot;:3.05},{&quot;2026-08-20&quot;:3.05},{&quot;2026-08-21&quot;:3.05},{&quot;2026-08-22&quot;:3.03},{&quot;2026-08-23&quot;:3.08},{&quot;2026-08-24&quot;:3.14},{&quot;2026-08-25&quot;:3.15},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.4},{&quot;2026-08-28&quot;:3.43},{&quot;2026-08-29&quot;:3.43},{&quot;2026-08-30&quot;:3.66},{&quot;2026-08-31&quot;:3.77},{&quot;2026-09-01&quot;:3.84},{&quot;2026-09-02&quot;:3.91},{&quot;2026-09-03&quot;:3.72},{&quot;2026-09-04&quot;:3.48},{&quot;2026-09-05&quot;:3.39},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.46},{&quot;2026-09-08&quot;:3.52},{&quot;2026-09-09&quot;:3.55},{&quot;2026-09-10&quot;:3.41},{&quot;2026-09-11&quot;:3.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Oubliette" src="https://cards.scryfall.io/large/front/d/4/d4800a7d-c229-4ced-97ff-0e58645d58d6.jpg?1783930177" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:2.98},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:2.98},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:3.0},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.0},{&quot;2026-06-23&quot;:3.0},{&quot;2026-06-24&quot;:3.0},{&quot;2026-06-25&quot;:3.0},{&quot;2026-06-26&quot;:3.0},{&quot;2026-06-27&quot;:3.0},{&quot;2026-06-28&quot;:3.0},{&quot;2026-06-29&quot;:3.01},{&quot;2026-06-30&quot;:3.01},{&quot;2026-07-01&quot;:3.02},{&quot;2026-07-02&quot;:3.02},{&quot;2026-07-03&quot;:3.02},{&quot;2026-07-04&quot;:3.02},{&quot;2026-07-05&quot;:3.06},{&quot;2026-07-06&quot;:3.06},{&quot;2026-07-07&quot;:3.06},{&quot;2026-07-08&quot;:3.06},{&quot;2026-07-09&quot;:2.94},{&quot;2026-07-10&quot;:2.94},{&quot;2026-07-11&quot;:3.03},{&quot;2026-07-12&quot;:3.03},{&quot;2026-07-13&quot;:3.03},{&quot;2026-07-14&quot;:3.05},{&quot;2026-07-15&quot;:2.99},{&quot;2026-07-16&quot;:3.0},{&quot;2026-07-17&quot;:3.0},{&quot;2026-07-18&quot;:3.0},{&quot;2026-07-19&quot;:3.0},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.05},{&quot;2026-07-22&quot;:3.05},{&quot;2026-07-23&quot;:3.11},{&quot;2026-07-24&quot;:3.11},{&quot;2026-07-25&quot;:3.11},{&quot;2026-07-26&quot;:3.11},{&quot;2026-07-27&quot;:3.11},{&quot;2026-07-28&quot;:3.14},{&quot;2026-07-29&quot;:3.14},{&quot;2026-07-30&quot;:3.23},{&quot;2026-07-31&quot;:3.23},{&quot;2026-08-01&quot;:3.23},{&quot;2026-08-02&quot;:3.23},{&quot;2026-08-03&quot;:3.27},{&quot;2026-08-04&quot;:3.27},{&quot;2026-08-05&quot;:3.27},{&quot;2026-08-07&quot;:3.28},{&quot;2026-08-08&quot;:3.28},{&quot;2026-08-09&quot;:3.28},{&quot;2026-08-10&quot;:3.28},{&quot;2026-08-11&quot;:3.28},{&quot;2026-08-12&quot;:3.22},{&quot;2026-08-13&quot;:3.22},{&quot;2026-08-14&quot;:3.24},{&quot;2026-08-15&quot;:3.24},{&quot;2026-08-16&quot;:3.24},{&quot;2026-08-17&quot;:3.24},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.24},{&quot;2026-08-22&quot;:3.24},{&quot;2026-08-23&quot;:3.24},{&quot;2026-08-24&quot;:3.27},{&quot;2026-08-25&quot;:3.27},{&quot;2026-08-26&quot;:3.27},{&quot;2026-08-27&quot;:3.27},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.35},{&quot;2026-08-31&quot;:3.35},{&quot;2026-09-01&quot;:3.35},{&quot;2026-09-02&quot;:3.33},{&quot;2026-09-03&quot;:3.33},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.34},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.4},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.4},{&quot;2026-09-10&quot;:3.48},{&quot;2026-09-11&quot;:3.48}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.86},{&quot;2026-06-14&quot;:2.86},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.96},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.95},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:3.0},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.0},{&quot;2026-06-23&quot;:3.0},{&quot;2026-06-24&quot;:2.97},{&quot;2026-06-25&quot;:2.97},{&quot;2026-06-26&quot;:2.97},{&quot;2026-06-27&quot;:2.95},{&quot;2026-06-28&quot;:2.95},{&quot;2026-06-29&quot;:2.88},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.88},{&quot;2026-07-02&quot;:2.88},{&quot;2026-07-03&quot;:2.81},{&quot;2026-07-04&quot;:2.85},{&quot;2026-07-05&quot;:2.82},{&quot;2026-07-06&quot;:2.83},{&quot;2026-07-07&quot;:2.73},{&quot;2026-07-08&quot;:2.73},{&quot;2026-07-09&quot;:2.71},{&quot;2026-07-10&quot;:2.73},{&quot;2026-07-11&quot;:2.73},{&quot;2026-07-12&quot;:2.73},{&quot;2026-07-13&quot;:2.77},{&quot;2026-07-14&quot;:2.86},{&quot;2026-07-15&quot;:2.86},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:3.05},{&quot;2026-07-18&quot;:3.05},{&quot;2026-07-19&quot;:3.05},{&quot;2026-07-20&quot;:3.04},{&quot;2026-07-21&quot;:3.09},{&quot;2026-07-22&quot;:3.07},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-24&quot;:3.06},{&quot;2026-07-25&quot;:3.03},{&quot;2026-07-26&quot;:3.06},{&quot;2026-07-27&quot;:2.95},{&quot;2026-07-28&quot;:2.93},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:2.93},{&quot;2026-07-31&quot;:2.86},{&quot;2026-08-01&quot;:2.79},{&quot;2026-08-02&quot;:2.71},{&quot;2026-08-03&quot;:2.71},{&quot;2026-08-04&quot;:2.73},{&quot;2026-08-05&quot;:2.76},{&quot;2026-08-07&quot;:2.76},{&quot;2026-08-08&quot;:2.73},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.95},{&quot;2026-08-11&quot;:2.95},{&quot;2026-08-12&quot;:3.01},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.83},{&quot;2026-08-15&quot;:2.77},{&quot;2026-08-16&quot;:2.81},{&quot;2026-08-17&quot;:2.82},{&quot;2026-08-18&quot;:2.82},{&quot;2026-08-19&quot;:2.83},{&quot;2026-08-20&quot;:2.78},{&quot;2026-08-21&quot;:2.78},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.76},{&quot;2026-08-24&quot;:2.8},{&quot;2026-08-25&quot;:2.8},{&quot;2026-08-26&quot;:2.74},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.6},{&quot;2026-08-31&quot;:2.55},{&quot;2026-09-01&quot;:2.55},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.55},{&quot;2026-09-04&quot;:2.55},{&quot;2026-09-05&quot;:2.56},{&quot;2026-09-06&quot;:2.56},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.52},{&quot;2026-09-11&quot;:2.62}]}"
        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="20713"
  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">
            Endless Atlas
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Endless Atlas" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/a/2a39fc25-f9f0-44ab-a94c-9720f8722620.jpg?1783930112" />

        <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">
            Endless Atlas
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Endless Atlas" src="https://cards.scryfall.io/large/front/2/a/2a39fc25-f9f0-44ab-a94c-9720f8722620.jpg?1783930112" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.29},{&quot;2026-06-12&quot;:3.29},{&quot;2026-06-13&quot;:3.29},{&quot;2026-06-14&quot;:3.29},{&quot;2026-06-15&quot;:3.29},{&quot;2026-06-16&quot;:3.29},{&quot;2026-06-17&quot;:3.29},{&quot;2026-06-18&quot;:3.29},{&quot;2026-06-19&quot;:3.29},{&quot;2026-06-20&quot;:3.29},{&quot;2026-06-21&quot;:3.29},{&quot;2026-06-22&quot;:3.29},{&quot;2026-06-23&quot;:3.29},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.29},{&quot;2026-06-26&quot;:3.29},{&quot;2026-06-27&quot;:3.29},{&quot;2026-06-28&quot;:3.29},{&quot;2026-06-29&quot;:3.29},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.29},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.29},{&quot;2026-07-05&quot;:3.29},{&quot;2026-07-06&quot;:3.33},{&quot;2026-07-07&quot;:3.33},{&quot;2026-07-08&quot;:3.33},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.33},{&quot;2026-07-13&quot;:3.36},{&quot;2026-07-14&quot;:3.36},{&quot;2026-07-15&quot;:3.36},{&quot;2026-07-16&quot;:3.36},{&quot;2026-07-17&quot;:3.38},{&quot;2026-07-18&quot;:3.38},{&quot;2026-07-19&quot;:3.38},{&quot;2026-07-20&quot;:3.43},{&quot;2026-07-21&quot;:3.43},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-25&quot;:3.48},{&quot;2026-07-26&quot;:3.48},{&quot;2026-07-27&quot;:3.48},{&quot;2026-07-28&quot;:3.52},{&quot;2026-07-29&quot;:3.52},{&quot;2026-07-30&quot;:3.52},{&quot;2026-07-31&quot;:3.52},{&quot;2026-08-01&quot;:3.52},{&quot;2026-08-02&quot;:3.52},{&quot;2026-08-03&quot;:3.26},{&quot;2026-08-04&quot;:3.21},{&quot;2026-08-05&quot;:3.21},{&quot;2026-08-07&quot;:3.21},{&quot;2026-08-08&quot;:3.21},{&quot;2026-08-09&quot;:3.21},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.21},{&quot;2026-08-12&quot;:3.21},{&quot;2026-08-13&quot;:3.21},{&quot;2026-08-14&quot;:3.21},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.21},{&quot;2026-08-17&quot;:3.21},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.25},{&quot;2026-08-20&quot;:3.25},{&quot;2026-08-21&quot;:3.25},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.35},{&quot;2026-08-25&quot;:3.35},{&quot;2026-08-26&quot;:3.35},{&quot;2026-08-27&quot;:3.35},{&quot;2026-08-28&quot;:3.35},{&quot;2026-08-29&quot;:3.35},{&quot;2026-08-30&quot;:3.35},{&quot;2026-08-31&quot;:3.35},{&quot;2026-09-01&quot;:3.35},{&quot;2026-09-02&quot;:3.35},{&quot;2026-09-03&quot;:3.41},{&quot;2026-09-04&quot;:3.41},{&quot;2026-09-05&quot;:3.48},{&quot;2026-09-06&quot;:3.48},{&quot;2026-09-07&quot;:3.48},{&quot;2026-09-08&quot;:3.48},{&quot;2026-09-09&quot;:3.48},{&quot;2026-09-10&quot;:3.48},{&quot;2026-09-11&quot;:3.48}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.68},{&quot;2026-06-12&quot;:2.68},{&quot;2026-06-13&quot;:2.68},{&quot;2026-06-14&quot;:2.68},{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.68},{&quot;2026-06-17&quot;:2.73},{&quot;2026-06-18&quot;:2.73},{&quot;2026-06-19&quot;:2.8},{&quot;2026-06-20&quot;:2.8},{&quot;2026-06-21&quot;:2.8},{&quot;2026-06-22&quot;:2.8},{&quot;2026-06-23&quot;:2.8},{&quot;2026-06-24&quot;:2.8},{&quot;2026-06-25&quot;:2.71},{&quot;2026-06-26&quot;:2.62},{&quot;2026-06-27&quot;:2.71},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.81},{&quot;2026-07-02&quot;:2.81},{&quot;2026-07-03&quot;:2.77},{&quot;2026-07-04&quot;:2.77},{&quot;2026-07-05&quot;:2.77},{&quot;2026-07-06&quot;:2.78},{&quot;2026-07-07&quot;:2.75},{&quot;2026-07-08&quot;:2.74},{&quot;2026-07-09&quot;:2.74},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.74},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.65},{&quot;2026-07-14&quot;:2.65},{&quot;2026-07-15&quot;:2.62},{&quot;2026-07-16&quot;:2.68},{&quot;2026-07-17&quot;:2.68},{&quot;2026-07-18&quot;:2.68},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:2.67},{&quot;2026-07-21&quot;:2.68},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-25&quot;:2.68},{&quot;2026-07-26&quot;:2.64},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-28&quot;:2.59},{&quot;2026-07-29&quot;:2.56},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.58},{&quot;2026-08-01&quot;:2.58},{&quot;2026-08-02&quot;:2.57},{&quot;2026-08-03&quot;:2.57},{&quot;2026-08-04&quot;:2.62},{&quot;2026-08-05&quot;:2.62},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.55},{&quot;2026-08-09&quot;:2.55},{&quot;2026-08-10&quot;:2.55},{&quot;2026-08-11&quot;:2.56},{&quot;2026-08-12&quot;:2.54},{&quot;2026-08-13&quot;:2.54},{&quot;2026-08-14&quot;:2.54},{&quot;2026-08-15&quot;:2.54},{&quot;2026-08-16&quot;:2.5},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.49},{&quot;2026-08-22&quot;:2.49},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.47},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.49},{&quot;2026-08-29&quot;:2.49},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.46},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.34},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.34},{&quot;2026-09-07&quot;:2.34},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.31},{&quot;2026-09-10&quot;:2.28},{&quot;2026-09-11&quot;:2.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="91086"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Rockfall Vale
        </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="Rockfall Vale" src="https://cards.scryfall.io/large/front/d/4/d4ef22f2-7c4f-4198-982b-f0830fd769cc.jpg?1783908054" />
    </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">
                $3.48
              </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">
                $3.96
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.94},{&quot;2026-06-11&quot;:2.97},{&quot;2026-06-12&quot;:2.97},{&quot;2026-06-13&quot;:2.97},{&quot;2026-06-14&quot;:2.97},{&quot;2026-06-15&quot;:3.04},{&quot;2026-06-16&quot;:3.04},{&quot;2026-06-17&quot;:3.04},{&quot;2026-06-18&quot;:3.04},{&quot;2026-06-19&quot;:3.29},{&quot;2026-06-20&quot;:3.29},{&quot;2026-06-21&quot;:3.29},{&quot;2026-06-22&quot;:3.29},{&quot;2026-06-23&quot;:3.29},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.29},{&quot;2026-06-26&quot;:3.29},{&quot;2026-06-27&quot;:3.29},{&quot;2026-06-28&quot;:3.29},{&quot;2026-06-29&quot;:3.29},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.29},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.29},{&quot;2026-07-05&quot;:3.29},{&quot;2026-07-06&quot;:3.29},{&quot;2026-07-07&quot;:3.29},{&quot;2026-07-08&quot;:3.29},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.41},{&quot;2026-07-12&quot;:3.41},{&quot;2026-07-13&quot;:3.41},{&quot;2026-07-14&quot;:3.58},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.58},{&quot;2026-07-17&quot;:3.58},{&quot;2026-07-18&quot;:3.58},{&quot;2026-07-19&quot;:3.58},{&quot;2026-07-20&quot;:3.58},{&quot;2026-07-21&quot;:3.58},{&quot;2026-07-23&quot;:3.58},{&quot;2026-07-25&quot;:3.58},{&quot;2026-07-26&quot;:3.74},{&quot;2026-07-27&quot;:3.81},{&quot;2026-07-29&quot;:3.87},{&quot;2026-07-30&quot;:3.8},{&quot;2026-07-31&quot;:3.83},{&quot;2026-08-01&quot;:3.86},{&quot;2026-08-02&quot;:3.86},{&quot;2026-08-03&quot;:3.86},{&quot;2026-08-04&quot;:4.02},{&quot;2026-08-05&quot;:4.02},{&quot;2026-08-07&quot;:4.19},{&quot;2026-08-08&quot;:4.19},{&quot;2026-08-09&quot;:4.26},{&quot;2026-08-10&quot;:4.26},{&quot;2026-08-11&quot;:4.26},{&quot;2026-08-12&quot;:4.26},{&quot;2026-08-13&quot;:4.4},{&quot;2026-08-14&quot;:4.4},{&quot;2026-08-15&quot;:4.4},{&quot;2026-08-16&quot;:4.22},{&quot;2026-08-17&quot;:4.11},{&quot;2026-08-18&quot;:4.11},{&quot;2026-08-19&quot;:4.11},{&quot;2026-08-20&quot;:4.11},{&quot;2026-08-21&quot;:4.11},{&quot;2026-08-22&quot;:4.11},{&quot;2026-08-23&quot;:4.11},{&quot;2026-08-24&quot;:4.12},{&quot;2026-08-25&quot;:4.12},{&quot;2026-08-26&quot;:4.12},{&quot;2026-08-27&quot;:4.12},{&quot;2026-08-28&quot;:4.12},{&quot;2026-08-29&quot;:4.12},{&quot;2026-08-30&quot;:4.13},{&quot;2026-08-31&quot;:4.13},{&quot;2026-09-01&quot;:4.13},{&quot;2026-09-02&quot;:3.9},{&quot;2026-09-03&quot;:3.9},{&quot;2026-09-04&quot;:3.96},{&quot;2026-09-05&quot;:3.96},{&quot;2026-09-06&quot;:3.96},{&quot;2026-09-07&quot;:3.96},{&quot;2026-09-08&quot;:3.96},{&quot;2026-09-09&quot;:3.96},{&quot;2026-09-10&quot;:3.96},{&quot;2026-09-11&quot;:3.96}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.59},{&quot;2026-06-11&quot;:2.59},{&quot;2026-06-12&quot;:2.59},{&quot;2026-06-13&quot;:2.57},{&quot;2026-06-14&quot;:2.58},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.89},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.89},{&quot;2026-06-19&quot;:2.95},{&quot;2026-06-20&quot;:2.97},{&quot;2026-06-21&quot;:2.94},{&quot;2026-06-22&quot;:2.94},{&quot;2026-06-23&quot;:2.91},{&quot;2026-06-24&quot;:2.92},{&quot;2026-06-25&quot;:2.91},{&quot;2026-06-26&quot;:2.9},{&quot;2026-06-27&quot;:2.89},{&quot;2026-06-28&quot;:2.83},{&quot;2026-06-29&quot;:3.01},{&quot;2026-06-30&quot;:3.03},{&quot;2026-07-01&quot;:3.03},{&quot;2026-07-02&quot;:2.85},{&quot;2026-07-03&quot;:3.05},{&quot;2026-07-04&quot;:3.05},{&quot;2026-07-05&quot;:3.05},{&quot;2026-07-06&quot;:3.05},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.64},{&quot;2026-07-09&quot;:2.64},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.95},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:3.12},{&quot;2026-07-14&quot;:3.36},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.3},{&quot;2026-07-17&quot;:3.24},{&quot;2026-07-18&quot;:3.24},{&quot;2026-07-19&quot;:3.24},{&quot;2026-07-20&quot;:3.14},{&quot;2026-07-21&quot;:3.11},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-25&quot;:3.17},{&quot;2026-07-26&quot;:3.17},{&quot;2026-07-27&quot;:3.17},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.17},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.2},{&quot;2026-08-03&quot;:3.25},{&quot;2026-08-04&quot;:3.33},{&quot;2026-08-05&quot;:3.11},{&quot;2026-08-07&quot;:2.95},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:2.9},{&quot;2026-08-10&quot;:2.91},{&quot;2026-08-11&quot;:2.91},{&quot;2026-08-12&quot;:2.91},{&quot;2026-08-13&quot;:2.96},{&quot;2026-08-14&quot;:2.99},{&quot;2026-08-15&quot;:3.05},{&quot;2026-08-16&quot;:3.16},{&quot;2026-08-17&quot;:3.12},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.14},{&quot;2026-08-23&quot;:3.25},{&quot;2026-08-24&quot;:3.25},{&quot;2026-08-25&quot;:3.25},{&quot;2026-08-26&quot;:3.25},{&quot;2026-08-27&quot;:3.22},{&quot;2026-08-28&quot;:3.29},{&quot;2026-08-29&quot;:3.29},{&quot;2026-08-30&quot;:3.35},{&quot;2026-08-31&quot;:3.34},{&quot;2026-09-01&quot;:3.34},{&quot;2026-09-02&quot;:3.41},{&quot;2026-09-03&quot;:3.41},{&quot;2026-09-04&quot;:3.42},{&quot;2026-09-05&quot;:3.43},{&quot;2026-09-06&quot;:3.54},{&quot;2026-09-07&quot;:3.54},{&quot;2026-09-08&quot;:3.45},{&quot;2026-09-09&quot;:3.47},{&quot;2026-09-10&quot;:3.51},{&quot;2026-09-11&quot;:3.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Simic Charm" src="https://cards.scryfall.io/large/front/3/3/3384ee4e-738f-4442-bccd-4f96022b7219.jpg?1783928696" />
    </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">
                $3.47
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.71},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:2.11},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.9},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.88},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.92},{&quot;2026-06-26&quot;:1.97},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:1.97},{&quot;2026-06-29&quot;:1.98},{&quot;2026-06-30&quot;:1.94},{&quot;2026-07-01&quot;:1.98},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.72},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.72},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:2.73},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.68},{&quot;2026-07-11&quot;:2.68},{&quot;2026-07-12&quot;:2.75},{&quot;2026-07-13&quot;:2.75},{&quot;2026-07-14&quot;:2.75},{&quot;2026-07-15&quot;:3.25},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:4.22},{&quot;2026-07-19&quot;:4.64},{&quot;2026-07-20&quot;:4.64},{&quot;2026-07-21&quot;:4.64},{&quot;2026-07-22&quot;:4.64},{&quot;2026-07-23&quot;:5.05},{&quot;2026-07-24&quot;:4.97},{&quot;2026-07-25&quot;:5.29},{&quot;2026-07-26&quot;:5.29},{&quot;2026-07-27&quot;:5.56},{&quot;2026-07-28&quot;:5.14},{&quot;2026-07-29&quot;:5.19},{&quot;2026-07-30&quot;:5.25},{&quot;2026-07-31&quot;:5.51},{&quot;2026-08-01&quot;:4.99},{&quot;2026-08-02&quot;:4.47},{&quot;2026-08-03&quot;:3.66},{&quot;2026-08-04&quot;:3.73},{&quot;2026-08-05&quot;:3.87},{&quot;2026-08-07&quot;:3.91},{&quot;2026-08-08&quot;:4.01},{&quot;2026-08-09&quot;:3.78},{&quot;2026-08-10&quot;:3.54},{&quot;2026-08-11&quot;:3.54},{&quot;2026-08-12&quot;:3.54},{&quot;2026-08-13&quot;:3.65},{&quot;2026-08-14&quot;:3.62},{&quot;2026-08-15&quot;:3.62},{&quot;2026-08-16&quot;:3.62},{&quot;2026-08-17&quot;:3.63},{&quot;2026-08-18&quot;:3.58},{&quot;2026-08-19&quot;:3.47},{&quot;2026-08-20&quot;:3.53},{&quot;2026-08-21&quot;:3.49},{&quot;2026-08-22&quot;:3.49},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:3.43},{&quot;2026-08-25&quot;:3.38},{&quot;2026-08-26&quot;:3.38},{&quot;2026-08-27&quot;:3.35},{&quot;2026-08-28&quot;:3.35},{&quot;2026-08-29&quot;:3.35},{&quot;2026-08-30&quot;:3.23},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.26},{&quot;2026-09-03&quot;:3.26},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.25},{&quot;2026-09-07&quot;:3.19},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.47},{&quot;2026-09-11&quot;:3.47}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Fear of Missing Out" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9d48aaff-46ab-411b-9456-171d4709f951.jpg?1783909470" />

        <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">
            Fear of Missing Out
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment Creature — Nightmare</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="Fear of Missing Out" src="https://cards.scryfall.io/large/front/9/d/9d48aaff-46ab-411b-9456-171d4709f951.jpg?1783909470" />
    </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">
                $3.27
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.09},{&quot;2026-06-10&quot;:4.05},{&quot;2026-06-11&quot;:4.01},{&quot;2026-06-12&quot;:3.97},{&quot;2026-06-13&quot;:3.95},{&quot;2026-06-14&quot;:3.95},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:3.97},{&quot;2026-06-18&quot;:3.87},{&quot;2026-06-19&quot;:3.81},{&quot;2026-06-20&quot;:3.81},{&quot;2026-06-21&quot;:3.73},{&quot;2026-06-22&quot;:3.67},{&quot;2026-06-24&quot;:3.62},{&quot;2026-06-25&quot;:3.62},{&quot;2026-06-26&quot;:3.62},{&quot;2026-06-27&quot;:3.62},{&quot;2026-06-28&quot;:3.62},{&quot;2026-06-29&quot;:3.62},{&quot;2026-06-30&quot;:3.57},{&quot;2026-07-01&quot;:3.6},{&quot;2026-07-02&quot;:3.6},{&quot;2026-07-03&quot;:3.59},{&quot;2026-07-04&quot;:3.58},{&quot;2026-07-05&quot;:3.52},{&quot;2026-07-06&quot;:3.48},{&quot;2026-07-07&quot;:3.49},{&quot;2026-07-08&quot;:3.49},{&quot;2026-07-09&quot;:3.5},{&quot;2026-07-10&quot;:3.5},{&quot;2026-07-11&quot;:3.48},{&quot;2026-07-12&quot;:3.44},{&quot;2026-07-13&quot;:3.44},{&quot;2026-07-14&quot;:3.44},{&quot;2026-07-15&quot;:3.38},{&quot;2026-07-16&quot;:3.38},{&quot;2026-07-17&quot;:3.38},{&quot;2026-07-18&quot;:3.38},{&quot;2026-07-19&quot;:3.38},{&quot;2026-07-20&quot;:3.38},{&quot;2026-07-21&quot;:3.38},{&quot;2026-07-23&quot;:3.37},{&quot;2026-07-25&quot;:3.37},{&quot;2026-07-26&quot;:3.34},{&quot;2026-07-27&quot;:3.31},{&quot;2026-07-29&quot;:3.19},{&quot;2026-07-30&quot;:3.19},{&quot;2026-07-31&quot;:3.19},{&quot;2026-08-01&quot;:3.19},{&quot;2026-08-02&quot;:3.19},{&quot;2026-08-03&quot;:3.2},{&quot;2026-08-04&quot;:3.19},{&quot;2026-08-05&quot;:3.19},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:3.16},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.13},{&quot;2026-08-11&quot;:3.13},{&quot;2026-08-12&quot;:3.1},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.06},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.12},{&quot;2026-08-17&quot;:3.1},{&quot;2026-08-18&quot;:3.12},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.15},{&quot;2026-08-22&quot;:3.16},{&quot;2026-08-23&quot;:3.18},{&quot;2026-08-24&quot;:3.26},{&quot;2026-08-25&quot;:3.26},{&quot;2026-08-26&quot;:3.26},{&quot;2026-08-27&quot;:3.26},{&quot;2026-08-28&quot;:3.26},{&quot;2026-08-29&quot;:3.26},{&quot;2026-08-30&quot;:3.26},{&quot;2026-08-31&quot;:3.23},{&quot;2026-09-01&quot;:3.23},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.23},{&quot;2026-09-04&quot;:3.23},{&quot;2026-09-05&quot;:3.3},{&quot;2026-09-06&quot;:3.33},{&quot;2026-09-07&quot;:3.4},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.47},{&quot;2026-09-10&quot;:3.47},{&quot;2026-09-11&quot;:3.47}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.27},{&quot;2026-06-10&quot;:3.46},{&quot;2026-06-11&quot;:3.26},{&quot;2026-06-12&quot;:3.19},{&quot;2026-06-13&quot;:3.2},{&quot;2026-06-14&quot;:2.88},{&quot;2026-06-15&quot;:2.86},{&quot;2026-06-16&quot;:2.84},{&quot;2026-06-17&quot;:2.88},{&quot;2026-06-18&quot;:2.85},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.87},{&quot;2026-06-21&quot;:2.92},{&quot;2026-06-22&quot;:2.94},{&quot;2026-06-24&quot;:3.05},{&quot;2026-06-25&quot;:3.04},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:3.12},{&quot;2026-06-28&quot;:3.21},{&quot;2026-06-29&quot;:3.15},{&quot;2026-06-30&quot;:3.13},{&quot;2026-07-01&quot;:3.19},{&quot;2026-07-02&quot;:3.17},{&quot;2026-07-03&quot;:3.17},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.12},{&quot;2026-07-06&quot;:3.13},{&quot;2026-07-07&quot;:2.94},{&quot;2026-07-08&quot;:2.87},{&quot;2026-07-09&quot;:2.82},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.72},{&quot;2026-07-13&quot;:2.76},{&quot;2026-07-14&quot;:2.66},{&quot;2026-07-15&quot;:2.56},{&quot;2026-07-16&quot;:2.42},{&quot;2026-07-17&quot;:2.37},{&quot;2026-07-18&quot;:2.14},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.09},{&quot;2026-07-21&quot;:2.06},{&quot;2026-07-23&quot;:2.22},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.35},{&quot;2026-07-27&quot;:2.42},{&quot;2026-07-29&quot;:2.3},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.44},{&quot;2026-08-02&quot;:2.51},{&quot;2026-08-03&quot;:2.42},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.41},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.17},{&quot;2026-08-09&quot;:2.12},{&quot;2026-08-10&quot;:2.07},{&quot;2026-08-11&quot;:2.36},{&quot;2026-08-12&quot;:2.36},{&quot;2026-08-13&quot;:2.42},{&quot;2026-08-14&quot;:2.71},{&quot;2026-08-15&quot;:2.81},{&quot;2026-08-16&quot;:2.83},{&quot;2026-08-17&quot;:2.65},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.6},{&quot;2026-08-20&quot;:2.6},{&quot;2026-08-21&quot;:2.56},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.67},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.71},{&quot;2026-08-28&quot;:2.72},{&quot;2026-08-29&quot;:2.72},{&quot;2026-08-30&quot;:2.77},{&quot;2026-08-31&quot;:2.74},{&quot;2026-09-01&quot;:2.74},{&quot;2026-09-02&quot;:2.83},{&quot;2026-09-03&quot;:2.86},{&quot;2026-09-04&quot;:2.97},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:3.14},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.16},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.21},{&quot;2026-09-11&quot;:3.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blood Artist" src="https://cards.scryfall.io/large/front/b/7/b7f1c316-cf2f-4bbf-89a1-79c8043bdd96.jpg?1783913878" />
    </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">
                $3.47
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.28},{&quot;2026-06-14&quot;:3.25},{&quot;2026-06-15&quot;:3.65},{&quot;2026-06-16&quot;:3.65},{&quot;2026-06-17&quot;:3.65},{&quot;2026-06-18&quot;:3.45},{&quot;2026-06-19&quot;:3.57},{&quot;2026-06-20&quot;:3.45},{&quot;2026-06-21&quot;:3.45},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-23&quot;:3.18},{&quot;2026-06-24&quot;:3.15},{&quot;2026-06-25&quot;:3.14},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:2.91},{&quot;2026-06-28&quot;:2.61},{&quot;2026-06-29&quot;:3.06},{&quot;2026-06-30&quot;:3.31},{&quot;2026-07-01&quot;:3.34},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.26},{&quot;2026-07-04&quot;:3.19},{&quot;2026-07-05&quot;:3.18},{&quot;2026-07-06&quot;:2.87},{&quot;2026-07-07&quot;:2.96},{&quot;2026-07-08&quot;:2.95},{&quot;2026-07-09&quot;:3.16},{&quot;2026-07-10&quot;:3.13},{&quot;2026-07-11&quot;:3.12},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.21},{&quot;2026-07-14&quot;:3.08},{&quot;2026-07-15&quot;:3.12},{&quot;2026-07-16&quot;:3.05},{&quot;2026-07-17&quot;:3.15},{&quot;2026-07-18&quot;:3.19},{&quot;2026-07-19&quot;:3.24},{&quot;2026-07-20&quot;:3.11},{&quot;2026-07-21&quot;:3.12},{&quot;2026-07-22&quot;:3.07},{&quot;2026-07-23&quot;:3.0},{&quot;2026-07-24&quot;:2.96},{&quot;2026-07-25&quot;:2.85},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-28&quot;:3.2},{&quot;2026-07-29&quot;:3.24},{&quot;2026-07-30&quot;:3.24},{&quot;2026-07-31&quot;:3.41},{&quot;2026-08-01&quot;:3.31},{&quot;2026-08-02&quot;:3.31},{&quot;2026-08-03&quot;:3.27},{&quot;2026-08-04&quot;:3.37},{&quot;2026-08-05&quot;:3.52},{&quot;2026-08-07&quot;:3.73},{&quot;2026-08-08&quot;:3.73},{&quot;2026-08-09&quot;:3.64},{&quot;2026-08-10&quot;:3.56},{&quot;2026-08-11&quot;:3.31},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.13},{&quot;2026-08-15&quot;:3.03},{&quot;2026-08-16&quot;:2.91},{&quot;2026-08-17&quot;:2.79},{&quot;2026-08-18&quot;:2.75},{&quot;2026-08-19&quot;:2.71},{&quot;2026-08-20&quot;:2.57},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.8},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.93},{&quot;2026-08-25&quot;:3.08},{&quot;2026-08-26&quot;:3.13},{&quot;2026-08-27&quot;:3.19},{&quot;2026-08-28&quot;:3.19},{&quot;2026-08-29&quot;:3.19},{&quot;2026-08-30&quot;:3.57},{&quot;2026-08-31&quot;:3.64},{&quot;2026-09-01&quot;:3.59},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.49},{&quot;2026-09-04&quot;:3.4},{&quot;2026-09-05&quot;:3.15},{&quot;2026-09-06&quot;:3.16},{&quot;2026-09-07&quot;:3.05},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.37},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.47}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79473"
  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">
            Cloud Key
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cloud Key" src="https://cards.scryfall.io/large/front/6/f/6f880de5-8fc5-4e4e-a4bb-cc3e61a7697b.jpg?1783927757" />
    </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">
                $3.47
              </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">
                $10.10
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:8.95},{&quot;2026-06-12&quot;:8.95},{&quot;2026-06-13&quot;:8.95},{&quot;2026-06-14&quot;:8.95},{&quot;2026-06-15&quot;:8.95},{&quot;2026-06-16&quot;:8.95},{&quot;2026-06-17&quot;:8.95},{&quot;2026-06-18&quot;:8.95},{&quot;2026-06-19&quot;:9.03},{&quot;2026-06-20&quot;:9.03},{&quot;2026-06-21&quot;:9.03},{&quot;2026-06-22&quot;:8.42},{&quot;2026-06-23&quot;:8.42},{&quot;2026-06-24&quot;:8.42},{&quot;2026-06-25&quot;:8.42},{&quot;2026-06-26&quot;:8.42},{&quot;2026-06-27&quot;:8.4},{&quot;2026-06-28&quot;:8.35},{&quot;2026-06-29&quot;:8.35},{&quot;2026-06-30&quot;:8.35},{&quot;2026-07-01&quot;:8.35},{&quot;2026-07-02&quot;:8.35},{&quot;2026-07-03&quot;:8.35},{&quot;2026-07-04&quot;:8.35},{&quot;2026-07-05&quot;:8.35},{&quot;2026-07-06&quot;:8.35},{&quot;2026-07-07&quot;:8.61},{&quot;2026-07-08&quot;:8.61},{&quot;2026-07-09&quot;:8.61},{&quot;2026-07-10&quot;:8.61},{&quot;2026-07-11&quot;:8.61},{&quot;2026-07-12&quot;:8.61},{&quot;2026-07-13&quot;:8.61},{&quot;2026-07-14&quot;:8.61},{&quot;2026-07-15&quot;:9.07},{&quot;2026-07-16&quot;:9.07},{&quot;2026-07-17&quot;:9.07},{&quot;2026-07-18&quot;:9.07},{&quot;2026-07-19&quot;:9.07},{&quot;2026-07-20&quot;:9.07},{&quot;2026-07-21&quot;:9.07},{&quot;2026-07-23&quot;:9.07},{&quot;2026-07-25&quot;:9.07},{&quot;2026-07-26&quot;:9.07},{&quot;2026-07-27&quot;:9.07},{&quot;2026-07-28&quot;:9.07},{&quot;2026-07-29&quot;:9.07},{&quot;2026-07-30&quot;:9.0},{&quot;2026-07-31&quot;:9.0},{&quot;2026-08-01&quot;:9.0},{&quot;2026-08-02&quot;:9.0},{&quot;2026-08-03&quot;:9.01},{&quot;2026-08-04&quot;:9.01},{&quot;2026-08-05&quot;:9.01},{&quot;2026-08-07&quot;:9.01},{&quot;2026-08-08&quot;:9.01},{&quot;2026-08-09&quot;:9.01},{&quot;2026-08-10&quot;:8.87},{&quot;2026-08-11&quot;:8.87},{&quot;2026-08-12&quot;:8.87},{&quot;2026-08-13&quot;:8.87},{&quot;2026-08-14&quot;:8.87},{&quot;2026-08-15&quot;:8.87},{&quot;2026-08-16&quot;:9.52},{&quot;2026-08-17&quot;:9.52},{&quot;2026-08-18&quot;:9.52},{&quot;2026-08-19&quot;:9.52},{&quot;2026-08-20&quot;:9.52},{&quot;2026-08-21&quot;:9.52},{&quot;2026-08-22&quot;:9.52},{&quot;2026-08-23&quot;:9.52},{&quot;2026-08-24&quot;:9.52},{&quot;2026-08-25&quot;:9.52},{&quot;2026-08-26&quot;:9.6},{&quot;2026-08-27&quot;:9.6},{&quot;2026-08-28&quot;:9.6},{&quot;2026-08-29&quot;:9.6},{&quot;2026-08-30&quot;:9.88},{&quot;2026-08-31&quot;:9.77},{&quot;2026-09-01&quot;:9.77},{&quot;2026-09-02&quot;:9.77},{&quot;2026-09-03&quot;:9.77},{&quot;2026-09-04&quot;:9.77},{&quot;2026-09-05&quot;:9.77},{&quot;2026-09-06&quot;:9.77},{&quot;2026-09-07&quot;:9.9},{&quot;2026-09-08&quot;:9.9},{&quot;2026-09-09&quot;:10.1},{&quot;2026-09-10&quot;:10.1},{&quot;2026-09-11&quot;:10.1}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.78},{&quot;2026-06-12&quot;:3.71},{&quot;2026-06-13&quot;:3.67},{&quot;2026-06-14&quot;:3.75},{&quot;2026-06-15&quot;:3.75},{&quot;2026-06-16&quot;:3.74},{&quot;2026-06-17&quot;:3.78},{&quot;2026-06-18&quot;:3.85},{&quot;2026-06-19&quot;:3.82},{&quot;2026-06-20&quot;:3.83},{&quot;2026-06-21&quot;:4.11},{&quot;2026-06-22&quot;:4.17},{&quot;2026-06-23&quot;:4.21},{&quot;2026-06-24&quot;:4.17},{&quot;2026-06-25&quot;:4.12},{&quot;2026-06-26&quot;:4.23},{&quot;2026-06-27&quot;:4.28},{&quot;2026-06-28&quot;:4.28},{&quot;2026-06-29&quot;:4.28},{&quot;2026-06-30&quot;:4.44},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.0},{&quot;2026-07-03&quot;:3.91},{&quot;2026-07-04&quot;:3.9},{&quot;2026-07-05&quot;:3.78},{&quot;2026-07-06&quot;:3.34},{&quot;2026-07-07&quot;:3.4},{&quot;2026-07-08&quot;:3.69},{&quot;2026-07-09&quot;:3.42},{&quot;2026-07-10&quot;:3.62},{&quot;2026-07-11&quot;:3.46},{&quot;2026-07-12&quot;:3.47},{&quot;2026-07-13&quot;:3.44},{&quot;2026-07-14&quot;:3.49},{&quot;2026-07-15&quot;:3.71},{&quot;2026-07-16&quot;:3.71},{&quot;2026-07-17&quot;:3.97},{&quot;2026-07-18&quot;:4.04},{&quot;2026-07-19&quot;:3.81},{&quot;2026-07-20&quot;:3.48},{&quot;2026-07-21&quot;:3.43},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-25&quot;:3.28},{&quot;2026-07-26&quot;:3.59},{&quot;2026-07-27&quot;:3.65},{&quot;2026-07-28&quot;:3.49},{&quot;2026-07-29&quot;:3.66},{&quot;2026-07-30&quot;:3.52},{&quot;2026-07-31&quot;:3.52},{&quot;2026-08-01&quot;:3.52},{&quot;2026-08-02&quot;:3.64},{&quot;2026-08-03&quot;:3.65},{&quot;2026-08-04&quot;:3.65},{&quot;2026-08-05&quot;:3.65},{&quot;2026-08-07&quot;:3.94},{&quot;2026-08-08&quot;:3.81},{&quot;2026-08-09&quot;:3.81},{&quot;2026-08-10&quot;:3.81},{&quot;2026-08-11&quot;:3.78},{&quot;2026-08-12&quot;:3.65},{&quot;2026-08-13&quot;:3.53},{&quot;2026-08-14&quot;:3.58},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.32},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.38},{&quot;2026-08-19&quot;:3.11},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.33},{&quot;2026-08-23&quot;:3.4},{&quot;2026-08-24&quot;:3.42},{&quot;2026-08-25&quot;:3.42},{&quot;2026-08-26&quot;:3.45},{&quot;2026-08-27&quot;:3.43},{&quot;2026-08-28&quot;:3.4},{&quot;2026-08-29&quot;:3.4},{&quot;2026-08-30&quot;:3.39},{&quot;2026-08-31&quot;:3.4},{&quot;2026-09-01&quot;:3.4},{&quot;2026-09-02&quot;:3.35},{&quot;2026-09-03&quot;:3.35},{&quot;2026-09-04&quot;:3.42},{&quot;2026-09-05&quot;:3.43},{&quot;2026-09-06&quot;:3.47},{&quot;2026-09-07&quot;:3.47},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.41},{&quot;2026-09-10&quot;:3.41},{&quot;2026-09-11&quot;:3.47}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Monologue Tax" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/9/e9449f23-6a14-453b-8bb6-5cf85ed7a851.jpg?1783927608" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Monologue Tax" src="https://cards.scryfall.io/large/front/e/9/e9449f23-6a14-453b-8bb6-5cf85ed7a851.jpg?1783927608" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.43},{&quot;2026-06-11&quot;:6.49},{&quot;2026-06-12&quot;:6.56},{&quot;2026-06-13&quot;:6.45},{&quot;2026-06-14&quot;:6.38},{&quot;2026-06-15&quot;:6.38},{&quot;2026-06-16&quot;:6.39},{&quot;2026-06-17&quot;:6.39},{&quot;2026-06-18&quot;:6.35},{&quot;2026-06-19&quot;:6.35},{&quot;2026-06-20&quot;:6.13},{&quot;2026-06-21&quot;:6.11},{&quot;2026-06-22&quot;:6.11},{&quot;2026-06-23&quot;:6.05},{&quot;2026-06-24&quot;:6.05},{&quot;2026-06-25&quot;:5.96},{&quot;2026-06-26&quot;:5.88},{&quot;2026-06-27&quot;:5.88},{&quot;2026-06-28&quot;:5.88},{&quot;2026-06-29&quot;:5.88},{&quot;2026-06-30&quot;:6.01},{&quot;2026-07-01&quot;:5.91},{&quot;2026-07-02&quot;:5.91},{&quot;2026-07-03&quot;:5.91},{&quot;2026-07-04&quot;:5.91},{&quot;2026-07-05&quot;:5.77},{&quot;2026-07-06&quot;:5.79},{&quot;2026-07-07&quot;:5.75},{&quot;2026-07-08&quot;:5.75},{&quot;2026-07-09&quot;:5.75},{&quot;2026-07-10&quot;:5.75},{&quot;2026-07-11&quot;:5.75},{&quot;2026-07-12&quot;:5.75},{&quot;2026-07-13&quot;:5.56},{&quot;2026-07-14&quot;:5.22},{&quot;2026-07-15&quot;:5.23},{&quot;2026-07-16&quot;:5.2},{&quot;2026-07-17&quot;:5.2},{&quot;2026-07-18&quot;:5.06},{&quot;2026-07-19&quot;:5.02},{&quot;2026-07-20&quot;:5.02},{&quot;2026-07-21&quot;:4.92},{&quot;2026-07-23&quot;:4.59},{&quot;2026-07-25&quot;:4.59},{&quot;2026-07-26&quot;:4.59},{&quot;2026-07-27&quot;:4.59},{&quot;2026-07-29&quot;:4.5},{&quot;2026-07-30&quot;:4.48},{&quot;2026-07-31&quot;:4.37},{&quot;2026-08-01&quot;:4.37},{&quot;2026-08-02&quot;:4.34},{&quot;2026-08-03&quot;:4.42},{&quot;2026-08-04&quot;:4.42},{&quot;2026-08-05&quot;:4.48},{&quot;2026-08-07&quot;:4.35},{&quot;2026-08-08&quot;:4.35},{&quot;2026-08-09&quot;:4.3},{&quot;2026-08-10&quot;:4.26},{&quot;2026-08-11&quot;:4.26},{&quot;2026-08-12&quot;:4.3},{&quot;2026-08-13&quot;:4.24},{&quot;2026-08-14&quot;:4.15},{&quot;2026-08-15&quot;:4.11},{&quot;2026-08-16&quot;:4.11},{&quot;2026-08-17&quot;:4.07},{&quot;2026-08-18&quot;:4.07},{&quot;2026-08-19&quot;:3.98},{&quot;2026-08-20&quot;:3.98},{&quot;2026-08-21&quot;:4.02},{&quot;2026-08-22&quot;:3.97},{&quot;2026-08-23&quot;:3.89},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:3.86},{&quot;2026-08-26&quot;:3.88},{&quot;2026-08-27&quot;:3.84},{&quot;2026-08-28&quot;:3.77},{&quot;2026-08-29&quot;:3.77},{&quot;2026-08-30&quot;:3.66},{&quot;2026-08-31&quot;:3.57},{&quot;2026-09-01&quot;:3.57},{&quot;2026-09-02&quot;:3.68},{&quot;2026-09-03&quot;:3.68},{&quot;2026-09-04&quot;:3.72},{&quot;2026-09-05&quot;:3.65},{&quot;2026-09-06&quot;:3.56},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.53},{&quot;2026-09-09&quot;:3.45},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.46}]}"
        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="14468"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Thought Vessel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/10e9cbf2-99ed-4f70-8744-b9a08a5f5f42.jpg?1783922382" />

        <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">
            Thought Vessel
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Thought Vessel" src="https://cards.scryfall.io/large/front/1/0/10e9cbf2-99ed-4f70-8744-b9a08a5f5f42.jpg?1783922382" />
    </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">
                $3.46
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.86},{&quot;2026-06-14&quot;:2.86},{&quot;2026-06-15&quot;:2.87},{&quot;2026-06-16&quot;:2.87},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:2.99},{&quot;2026-06-21&quot;:2.96},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.3},{&quot;2026-06-25&quot;:3.28},{&quot;2026-06-26&quot;:3.31},{&quot;2026-06-27&quot;:3.32},{&quot;2026-06-28&quot;:3.32},{&quot;2026-06-29&quot;:3.32},{&quot;2026-06-30&quot;:3.35},{&quot;2026-07-01&quot;:3.35},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.39},{&quot;2026-07-04&quot;:3.39},{&quot;2026-07-05&quot;:3.39},{&quot;2026-07-06&quot;:3.39},{&quot;2026-07-07&quot;:3.39},{&quot;2026-07-08&quot;:3.41},{&quot;2026-07-09&quot;:3.43},{&quot;2026-07-10&quot;:3.43},{&quot;2026-07-11&quot;:3.43},{&quot;2026-07-12&quot;:3.55},{&quot;2026-07-13&quot;:3.59},{&quot;2026-07-14&quot;:3.63},{&quot;2026-07-15&quot;:3.63},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.65},{&quot;2026-07-18&quot;:3.65},{&quot;2026-07-19&quot;:3.65},{&quot;2026-07-20&quot;:3.61},{&quot;2026-07-21&quot;:3.63},{&quot;2026-07-22&quot;:3.63},{&quot;2026-07-23&quot;:3.63},{&quot;2026-07-24&quot;:3.6},{&quot;2026-07-25&quot;:3.6},{&quot;2026-07-26&quot;:3.6},{&quot;2026-07-27&quot;:3.6},{&quot;2026-07-28&quot;:3.55},{&quot;2026-07-29&quot;:3.55},{&quot;2026-07-30&quot;:3.54},{&quot;2026-07-31&quot;:3.54},{&quot;2026-08-01&quot;:3.54},{&quot;2026-08-02&quot;:3.44},{&quot;2026-08-03&quot;:3.47},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.53},{&quot;2026-08-07&quot;:3.53},{&quot;2026-08-08&quot;:3.53},{&quot;2026-08-09&quot;:3.53},{&quot;2026-08-10&quot;:3.53},{&quot;2026-08-11&quot;:3.53},{&quot;2026-08-12&quot;:3.49},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.49},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.53},{&quot;2026-08-17&quot;:3.53},{&quot;2026-08-18&quot;:3.5},{&quot;2026-08-19&quot;:3.55},{&quot;2026-08-20&quot;:3.57},{&quot;2026-08-21&quot;:3.6},{&quot;2026-08-22&quot;:3.6},{&quot;2026-08-23&quot;:3.6},{&quot;2026-08-24&quot;:3.58},{&quot;2026-08-25&quot;:3.51},{&quot;2026-08-26&quot;:3.51},{&quot;2026-08-27&quot;:3.52},{&quot;2026-08-28&quot;:3.52},{&quot;2026-08-29&quot;:3.52},{&quot;2026-08-30&quot;:3.52},{&quot;2026-08-31&quot;:3.51},{&quot;2026-09-01&quot;:3.51},{&quot;2026-09-02&quot;:3.51},{&quot;2026-09-03&quot;:3.51},{&quot;2026-09-04&quot;:3.51},{&quot;2026-09-05&quot;:3.52},{&quot;2026-09-06&quot;:3.52},{&quot;2026-09-07&quot;:3.49},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.47},{&quot;2026-09-10&quot;:3.47},{&quot;2026-09-11&quot;:3.46}]}"
        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="41439"
  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">
            Nashi, Moon Sage&#39;s Scion
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nashi, Moon Sage&#39;s Scion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/8/2893b070-a610-4273-beb2-7609a2da0499.jpg?1783923879" />

        <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">
            Nashi, Moon Sage&#39;s Scion
        </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 — Rat Ninja</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nashi, Moon Sage&#39;s Scion" src="https://cards.scryfall.io/large/front/2/8/2893b070-a610-4273-beb2-7609a2da0499.jpg?1783923879" />
    </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">
                $3.46
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.36},{&quot;2026-06-11&quot;:4.36},{&quot;2026-06-12&quot;:4.36},{&quot;2026-06-13&quot;:4.38},{&quot;2026-06-14&quot;:4.38},{&quot;2026-06-15&quot;:4.38},{&quot;2026-06-16&quot;:4.38},{&quot;2026-06-17&quot;:4.38},{&quot;2026-06-18&quot;:4.38},{&quot;2026-06-19&quot;:4.38},{&quot;2026-06-20&quot;:4.38},{&quot;2026-06-21&quot;:4.46},{&quot;2026-06-22&quot;:4.46},{&quot;2026-06-23&quot;:4.46},{&quot;2026-06-24&quot;:4.24},{&quot;2026-06-25&quot;:4.24},{&quot;2026-06-26&quot;:4.24},{&quot;2026-06-27&quot;:4.25},{&quot;2026-06-28&quot;:4.25},{&quot;2026-06-29&quot;:4.25},{&quot;2026-06-30&quot;:4.25},{&quot;2026-07-01&quot;:4.25},{&quot;2026-07-02&quot;:4.25},{&quot;2026-07-03&quot;:4.25},{&quot;2026-07-04&quot;:4.18},{&quot;2026-07-05&quot;:4.18},{&quot;2026-07-06&quot;:4.18},{&quot;2026-07-07&quot;:4.18},{&quot;2026-07-08&quot;:4.18},{&quot;2026-07-09&quot;:4.18},{&quot;2026-07-10&quot;:4.18},{&quot;2026-07-11&quot;:4.18},{&quot;2026-07-12&quot;:4.18},{&quot;2026-07-13&quot;:4.18},{&quot;2026-07-14&quot;:4.18},{&quot;2026-07-15&quot;:4.18},{&quot;2026-07-16&quot;:4.23},{&quot;2026-07-17&quot;:4.29},{&quot;2026-07-18&quot;:4.29},{&quot;2026-07-19&quot;:4.34},{&quot;2026-07-20&quot;:4.47},{&quot;2026-07-21&quot;:4.47},{&quot;2026-07-23&quot;:4.47},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.47},{&quot;2026-07-27&quot;:4.47},{&quot;2026-07-29&quot;:4.47},{&quot;2026-07-30&quot;:4.47},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.47},{&quot;2026-08-02&quot;:4.47},{&quot;2026-08-03&quot;:4.53},{&quot;2026-08-04&quot;:4.53},{&quot;2026-08-05&quot;:4.53},{&quot;2026-08-07&quot;:4.53},{&quot;2026-08-08&quot;:4.53},{&quot;2026-08-09&quot;:4.57},{&quot;2026-08-10&quot;:4.57},{&quot;2026-08-11&quot;:4.57},{&quot;2026-08-12&quot;:4.57},{&quot;2026-08-13&quot;:4.57},{&quot;2026-08-14&quot;:4.59},{&quot;2026-08-15&quot;:4.59},{&quot;2026-08-16&quot;:4.72},{&quot;2026-08-17&quot;:4.72},{&quot;2026-08-18&quot;:4.72},{&quot;2026-08-19&quot;:4.72},{&quot;2026-08-20&quot;:4.72},{&quot;2026-08-21&quot;:4.72},{&quot;2026-08-22&quot;:4.72},{&quot;2026-08-23&quot;:4.74},{&quot;2026-08-24&quot;:4.74},{&quot;2026-08-25&quot;:4.74},{&quot;2026-08-26&quot;:4.74},{&quot;2026-08-27&quot;:4.74},{&quot;2026-08-28&quot;:4.74},{&quot;2026-08-29&quot;:4.74},{&quot;2026-08-30&quot;:4.85},{&quot;2026-08-31&quot;:4.85},{&quot;2026-09-01&quot;:4.85},{&quot;2026-09-02&quot;:4.85},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.84},{&quot;2026-09-05&quot;:4.84},{&quot;2026-09-06&quot;:4.84},{&quot;2026-09-07&quot;:4.84},{&quot;2026-09-08&quot;:4.1},{&quot;2026-09-09&quot;:4.1},{&quot;2026-09-10&quot;:4.1},{&quot;2026-09-11&quot;:4.1}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.82},{&quot;2026-06-11&quot;:3.92},{&quot;2026-06-12&quot;:3.88},{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.87},{&quot;2026-06-15&quot;:3.8},{&quot;2026-06-16&quot;:3.8},{&quot;2026-06-17&quot;:3.83},{&quot;2026-06-18&quot;:3.71},{&quot;2026-06-19&quot;:3.74},{&quot;2026-06-20&quot;:3.72},{&quot;2026-06-21&quot;:3.82},{&quot;2026-06-22&quot;:3.87},{&quot;2026-06-23&quot;:4.03},{&quot;2026-06-24&quot;:4.13},{&quot;2026-06-25&quot;:4.13},{&quot;2026-06-26&quot;:4.14},{&quot;2026-06-27&quot;:4.23},{&quot;2026-06-28&quot;:4.23},{&quot;2026-06-29&quot;:4.23},{&quot;2026-06-30&quot;:4.22},{&quot;2026-07-01&quot;:4.3},{&quot;2026-07-02&quot;:4.22},{&quot;2026-07-03&quot;:4.17},{&quot;2026-07-04&quot;:4.24},{&quot;2026-07-05&quot;:4.08},{&quot;2026-07-06&quot;:3.98},{&quot;2026-07-07&quot;:3.82},{&quot;2026-07-08&quot;:3.75},{&quot;2026-07-09&quot;:3.47},{&quot;2026-07-10&quot;:3.24},{&quot;2026-07-11&quot;:3.11},{&quot;2026-07-12&quot;:3.06},{&quot;2026-07-13&quot;:3.06},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.85},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.88},{&quot;2026-07-18&quot;:3.05},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.24},{&quot;2026-07-21&quot;:3.23},{&quot;2026-07-23&quot;:3.29},{&quot;2026-07-25&quot;:3.23},{&quot;2026-07-26&quot;:3.19},{&quot;2026-07-27&quot;:3.19},{&quot;2026-07-29&quot;:2.99},{&quot;2026-07-30&quot;:2.92},{&quot;2026-07-31&quot;:2.91},{&quot;2026-08-01&quot;:2.97},{&quot;2026-08-02&quot;:2.93},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:2.92},{&quot;2026-08-07&quot;:2.91},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.86},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.99},{&quot;2026-08-12&quot;:3.19},{&quot;2026-08-13&quot;:3.25},{&quot;2026-08-14&quot;:3.18},{&quot;2026-08-15&quot;:3.16},{&quot;2026-08-16&quot;:3.17},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.33},{&quot;2026-08-19&quot;:3.42},{&quot;2026-08-20&quot;:3.42},{&quot;2026-08-21&quot;:3.28},{&quot;2026-08-22&quot;:3.18},{&quot;2026-08-23&quot;:3.2},{&quot;2026-08-24&quot;:3.2},{&quot;2026-08-25&quot;:3.2},{&quot;2026-08-26&quot;:3.26},{&quot;2026-08-27&quot;:3.21},{&quot;2026-08-28&quot;:3.21},{&quot;2026-08-29&quot;:3.21},{&quot;2026-08-30&quot;:3.23},{&quot;2026-08-31&quot;:3.21},{&quot;2026-09-01&quot;:3.21},{&quot;2026-09-02&quot;:3.26},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.16},{&quot;2026-09-05&quot;:3.09},{&quot;2026-09-06&quot;:3.18},{&quot;2026-09-07&quot;:3.25},{&quot;2026-09-08&quot;:3.39},{&quot;2026-09-09&quot;:3.42},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.46}]}"
        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="76776"
  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">
            Bonus Round
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Bonus Round
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Bonus Round" src="https://cards.scryfall.io/large/front/e/4/e4a02118-00b3-46af-8813-0bc0217105f2.jpg?1783910337" />
    </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">
                $3.46
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.16},{&quot;2026-06-10&quot;:5.15},{&quot;2026-06-11&quot;:5.13},{&quot;2026-06-12&quot;:5.13},{&quot;2026-06-13&quot;:5.1},{&quot;2026-06-14&quot;:5.1},{&quot;2026-06-15&quot;:4.9},{&quot;2026-06-16&quot;:4.76},{&quot;2026-06-17&quot;:4.74},{&quot;2026-06-18&quot;:4.66},{&quot;2026-06-19&quot;:4.66},{&quot;2026-06-20&quot;:4.58},{&quot;2026-06-21&quot;:4.58},{&quot;2026-06-22&quot;:4.56},{&quot;2026-06-24&quot;:4.62},{&quot;2026-06-25&quot;:4.61},{&quot;2026-06-26&quot;:4.66},{&quot;2026-06-27&quot;:4.59},{&quot;2026-06-28&quot;:4.59},{&quot;2026-06-29&quot;:4.55},{&quot;2026-06-30&quot;:4.49},{&quot;2026-07-01&quot;:4.47},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.41},{&quot;2026-07-04&quot;:4.39},{&quot;2026-07-05&quot;:4.55},{&quot;2026-07-06&quot;:4.55},{&quot;2026-07-07&quot;:4.45},{&quot;2026-07-08&quot;:4.44},{&quot;2026-07-09&quot;:4.42},{&quot;2026-07-10&quot;:4.41},{&quot;2026-07-11&quot;:4.43},{&quot;2026-07-12&quot;:4.44},{&quot;2026-07-13&quot;:4.41},{&quot;2026-07-14&quot;:4.59},{&quot;2026-07-15&quot;:4.74},{&quot;2026-07-16&quot;:4.74},{&quot;2026-07-17&quot;:4.74},{&quot;2026-07-18&quot;:4.81},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.74},{&quot;2026-07-21&quot;:4.85},{&quot;2026-07-23&quot;:5.06},{&quot;2026-07-25&quot;:5.11},{&quot;2026-07-26&quot;:5.05},{&quot;2026-07-27&quot;:5.09},{&quot;2026-07-29&quot;:5.06},{&quot;2026-07-30&quot;:4.94},{&quot;2026-07-31&quot;:4.84},{&quot;2026-08-01&quot;:4.75},{&quot;2026-08-02&quot;:4.44},{&quot;2026-08-03&quot;:4.2},{&quot;2026-08-04&quot;:4.05},{&quot;2026-08-05&quot;:3.96},{&quot;2026-08-07&quot;:3.81},{&quot;2026-08-08&quot;:3.93},{&quot;2026-08-09&quot;:4.06},{&quot;2026-08-10&quot;:4.02},{&quot;2026-08-11&quot;:4.04},{&quot;2026-08-12&quot;:4.08},{&quot;2026-08-13&quot;:4.02},{&quot;2026-08-14&quot;:4.22},{&quot;2026-08-15&quot;:4.3},{&quot;2026-08-16&quot;:4.33},{&quot;2026-08-17&quot;:4.33},{&quot;2026-08-18&quot;:4.26},{&quot;2026-08-19&quot;:4.17},{&quot;2026-08-20&quot;:4.17},{&quot;2026-08-21&quot;:4.04},{&quot;2026-08-22&quot;:3.99},{&quot;2026-08-23&quot;:3.92},{&quot;2026-08-24&quot;:3.83},{&quot;2026-08-25&quot;:3.83},{&quot;2026-08-26&quot;:3.91},{&quot;2026-08-27&quot;:3.88},{&quot;2026-08-28&quot;:3.89},{&quot;2026-08-29&quot;:3.89},{&quot;2026-08-30&quot;:3.93},{&quot;2026-08-31&quot;:3.84},{&quot;2026-09-01&quot;:3.84},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.69},{&quot;2026-09-04&quot;:3.59},{&quot;2026-09-05&quot;:3.58},{&quot;2026-09-06&quot;:3.53},{&quot;2026-09-07&quot;:3.54},{&quot;2026-09-08&quot;:3.48},{&quot;2026-09-09&quot;:3.48},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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


    <div
      class="
        flex flex-col gap-2 w-full px-4 py-3 mt-2 bg-foreground text-sm
        rounded-xl
      "
    >
      <div class="text-grey-text"><span class="pagy info">Displaying items 1251-1300 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=25&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets">1</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=25&amp;username=denvermullets" rel="prev">25</a><a role="link" aria-disabled="true" aria-current="page">26</a><a href="/load_collection?direction=asc&amp;page=27&amp;username=denvermullets" rel="next">27</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=27&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="95513"
          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">
              409
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-uncommon ss-fw ss-2x mr-4"></i>
              Cid, Timeless Artificer


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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="95513"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95513" src="/boxset_card/95513?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20968"
          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">
              298
            </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>
              Aether Vial


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93367"
          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">
              260
            </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>
              Maelstrom of the Spirit Dragon


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x mr-4"></i>
              Ozai, the Phoenix King


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="15034"
          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">
              1010
            </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-mythic ss-fw ss-2x mr-4"></i>
              Mirrorpool


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.56

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="15034"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_15034" src="/boxset_card/15034?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19055"
          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">
              302
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Jodah, the Unifier


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.56

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.94
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19055"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19055" src="/boxset_card/19055?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53730"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              146
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x mr-4"></i>
              Blackblade Reforged


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.56

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53730"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53730" src="/boxset_card/53730?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74184"
          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">
              135
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x mr-4"></i>
              Brass&#39;s Tunnel-Grinder // Tecutlan, the Searing Rift


            </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.56

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74184"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74184" src="/boxset_card/74184?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87467"
          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">
              32
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x mr-4"></i>
              Oppression


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.56

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.66
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87467"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87467" src="/boxset_card/87467?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83527"
          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">
              MRD-206
            </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>
              Mindslaver


            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.98
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83527"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83527" src="/boxset_card/83527?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91079"
          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">
              275
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x mr-4"></i>
              Deathcap Glade


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91079"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91079" src="/boxset_card/91079?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73046"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              49
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x mr-4"></i>
              Scrap Trawler


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Construct
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.54

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.58
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73046"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73046" src="/boxset_card/73046?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84140"
          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">
              MRD-229
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Power Conduit


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="84140"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_84140" src="/boxset_card/84140?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="1692"
          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">
              60b
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-all ss-common ss-fw ss-2x mr-4"></i>
              Soldevi Adnate


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.53

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="1692"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_1692" src="/boxset_card/1692?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20670"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              202
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-mythic ss-fw ss-2x mr-4"></i>
              Dragonlord Dromoka


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder Dragon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $3.53

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.65
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20670"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20670" src="/boxset_card/20670?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95802"
          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">
              VIS-152
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Phyrexian Walker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Phyrexian Construct
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-0'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.53

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95802"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95802" src="/boxset_card/95802?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36198"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              197
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x mr-4"></i>
              Saryth, the Viper&#39;s Fang


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Warlock
            </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">
                  $3.52

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36198"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36198" src="/boxset_card/36198?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28097"
          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">
              316
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-5ed ss-common ss-fw ss-2x mr-4"></i>
              Nature&#39;s Lore


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.51

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      12%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28097"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28097" src="/boxset_card/28097?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35571"
          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">
              236
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-vow ss-rare ss-fw ss-2x mr-4"></i>
              Edgar, Charmed Groom // Edgar Markov&#39;s Coffin


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Vampire Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.51

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35571"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35571" src="/boxset_card/35571?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73374"
          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-brr ss-rare ss-fw ss-2x mr-4"></i>
              Sculpting Steel


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.51

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73374"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73374" src="/boxset_card/73374?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75371"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              86
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Broadside Bombardiers


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin Pirate
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.51

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75371"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75371" src="/boxset_card/75371?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79512"
          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">
              278
            </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>
              Flagstones of Trokair


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.51

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79512"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79512" src="/boxset_card/79512?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21126"
          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-2x2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Blood Artist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21126"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21126" src="/boxset_card/21126?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24667"
          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">
              358
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Kona, Rescue Beastie


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Beast Survivor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.71
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="24667"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_24667" src="/boxset_card/24667?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89422"
          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-znc ss-rare ss-fw ss-2x mr-4"></i>
              Notorious Throng


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Kindred Sorcery — 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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="89422"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89422" src="/boxset_card/89422?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93548"
          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-tdm ss-mythic ss-fw ss-2x mr-4"></i>
              All-Out Assault


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.50

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="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="93548"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_93548" src="/boxset_card/93548?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16012"
          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">
              108
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-mythic ss-fw ss-2x mr-4"></i>
              Liliana, Waker of the Dead


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Liliana
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $3.49

                    <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">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.79
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16012"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16012" src="/boxset_card/16012?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53299"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              207
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-rare ss-fw ss-2x mr-4"></i>
              Greater Good


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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">
                  $3.49

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.60
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53299"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53299" src="/boxset_card/53299?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16032"
          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">
              117
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Peer into the Abyss


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $3.48

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.98
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16032"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16032" src="/boxset_card/16032?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20265"
          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">
              100
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-uncommon ss-fw ss-2x mr-4"></i>
              Oubliette


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.48

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.58
            </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="20265"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20265" src="/boxset_card/20265?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20713"
          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">
              251
            </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>
              Endless Atlas


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <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">
                  $3.48

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.75
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20713"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20713" src="/boxset_card/20713?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91086"
          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">
              282
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x mr-4"></i>
              Rockfall Vale


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.48

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91086"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91086" src="/boxset_card/91086?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12730"
          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">
              451
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x mr-4"></i>
              Simic Charm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $3.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12730"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12730" src="/boxset_card/12730?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23969"
          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">
              136
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Fear of Missing Out


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Creature — Nightmare
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="23969"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_23969" src="/boxset_card/23969?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75646"
          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-lcc ss-uncommon ss-fw ss-2x mr-4"></i>
              Blood Artist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75646"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75646" src="/boxset_card/75646?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79473"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              265
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x mr-4"></i>
              Cloud Key


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79473"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79473" src="/boxset_card/79473?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10175"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c21 ss-rare ss-fw ss-2x mr-4"></i>
              Monologue Tax


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.54
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="10175"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10175" src="/boxset_card/10175?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14468"
          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">
              879
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x mr-4"></i>
              Thought Vessel


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14468"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14468" src="/boxset_card/14468?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41439"
          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">
              114
            </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>
              Nashi, Moon Sage&#39;s Scion


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Rat Ninja
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      12%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41439"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41439" src="/boxset_card/41439?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76776"
          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">
              BBD-56
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Bonus Round


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $3.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76776"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76776" src="/boxset_card/76776?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 1251-1300 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=25&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets">1</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=25&amp;username=denvermullets" rel="prev">25</a><a role="link" aria-disabled="true" aria-current="page">26</a><a href="/load_collection?direction=asc&amp;page=27&amp;username=denvermullets" rel="next">27</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=27&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>