<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="20944"
  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">
            Uril, the Miststalker
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Uril, the Miststalker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/ca984fdb-aaca-4d8f-af2f-72387122607b.jpg?1783921798" />

        <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">
            Uril, the Miststalker
        </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 — Beast</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Uril, the Miststalker" src="https://cards.scryfall.io/large/front/c/a/ca984fdb-aaca-4d8f-af2f-72387122607b.jpg?1783921798" />
    </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">
                $1.18
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.23</span>
              <span class="text-xs text-grey-text">Credit: $0.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;:2.65},{&quot;2026-06-12&quot;:2.65},{&quot;2026-06-13&quot;:2.65},{&quot;2026-06-14&quot;:2.65},{&quot;2026-06-15&quot;:2.65},{&quot;2026-06-16&quot;:2.65},{&quot;2026-06-17&quot;:2.65},{&quot;2026-06-18&quot;:2.65},{&quot;2026-06-19&quot;:2.65},{&quot;2026-06-20&quot;:2.65},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-24&quot;:2.65},{&quot;2026-06-25&quot;:2.65},{&quot;2026-06-26&quot;:2.65},{&quot;2026-06-27&quot;:2.65},{&quot;2026-06-28&quot;:2.65},{&quot;2026-06-29&quot;:2.65},{&quot;2026-06-30&quot;:2.65},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.65},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.65},{&quot;2026-07-05&quot;:2.65},{&quot;2026-07-06&quot;:2.65},{&quot;2026-07-07&quot;:2.65},{&quot;2026-07-08&quot;:2.65},{&quot;2026-07-09&quot;:2.65},{&quot;2026-07-10&quot;:2.65},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.66},{&quot;2026-07-13&quot;:2.66},{&quot;2026-07-14&quot;:2.66},{&quot;2026-07-15&quot;:2.66},{&quot;2026-07-16&quot;:2.66},{&quot;2026-07-17&quot;:2.66},{&quot;2026-07-18&quot;:2.66},{&quot;2026-07-19&quot;:2.66},{&quot;2026-07-20&quot;:2.66},{&quot;2026-07-21&quot;:2.66},{&quot;2026-07-23&quot;:2.66},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.66},{&quot;2026-07-29&quot;:2.66},{&quot;2026-07-30&quot;:2.66},{&quot;2026-07-31&quot;:2.66},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.66},{&quot;2026-08-08&quot;:2.67},{&quot;2026-08-09&quot;:2.67},{&quot;2026-08-10&quot;:2.67},{&quot;2026-08-11&quot;:2.67},{&quot;2026-08-12&quot;:2.67},{&quot;2026-08-13&quot;:2.67},{&quot;2026-08-14&quot;:2.67},{&quot;2026-08-15&quot;:2.67},{&quot;2026-08-16&quot;:2.67},{&quot;2026-08-17&quot;:2.67},{&quot;2026-08-18&quot;:2.67},{&quot;2026-08-19&quot;:2.67},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.67},{&quot;2026-08-22&quot;:2.67},{&quot;2026-08-23&quot;:2.67},{&quot;2026-08-24&quot;:2.67},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.67},{&quot;2026-08-28&quot;:2.67},{&quot;2026-08-29&quot;:2.67},{&quot;2026-08-30&quot;:2.67},{&quot;2026-08-31&quot;:2.67},{&quot;2026-09-01&quot;:2.67},{&quot;2026-09-02&quot;:2.67},{&quot;2026-09-03&quot;:2.67},{&quot;2026-09-04&quot;:2.67},{&quot;2026-09-05&quot;:2.67},{&quot;2026-09-06&quot;:2.67},{&quot;2026-09-07&quot;:2.67},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.67},{&quot;2026-09-12&quot;:2.67},{&quot;2026-09-13&quot;:2.67}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.51},{&quot;2026-06-12&quot;:1.47},{&quot;2026-06-13&quot;:1.47},{&quot;2026-06-14&quot;:1.47},{&quot;2026-06-15&quot;:1.49},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.53},{&quot;2026-06-18&quot;:1.53},{&quot;2026-06-19&quot;:1.53},{&quot;2026-06-20&quot;:1.53},{&quot;2026-06-21&quot;:1.53},{&quot;2026-06-22&quot;:1.53},{&quot;2026-06-24&quot;:1.42},{&quot;2026-06-25&quot;:1.42},{&quot;2026-06-26&quot;:1.42},{&quot;2026-06-27&quot;:1.42},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.39},{&quot;2026-06-30&quot;:1.39},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.39},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.39},{&quot;2026-07-05&quot;:1.37},{&quot;2026-07-06&quot;:1.33},{&quot;2026-07-07&quot;:1.33},{&quot;2026-07-08&quot;:1.28},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.3},{&quot;2026-07-11&quot;:1.3},{&quot;2026-07-12&quot;:1.3},{&quot;2026-07-13&quot;:1.26},{&quot;2026-07-14&quot;:1.26},{&quot;2026-07-15&quot;:1.26},{&quot;2026-07-16&quot;:1.24},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.24},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-25&quot;:1.17},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-29&quot;:1.12},{&quot;2026-07-30&quot;:1.11},{&quot;2026-07-31&quot;:1.12},{&quot;2026-08-01&quot;:1.12},{&quot;2026-08-02&quot;:1.12},{&quot;2026-08-03&quot;:1.12},{&quot;2026-08-04&quot;:1.1},{&quot;2026-08-05&quot;:1.11},{&quot;2026-08-07&quot;:1.12},{&quot;2026-08-08&quot;:1.12},{&quot;2026-08-09&quot;:1.12},{&quot;2026-08-10&quot;:1.1},{&quot;2026-08-11&quot;:1.1},{&quot;2026-08-12&quot;:1.12},{&quot;2026-08-13&quot;:1.15},{&quot;2026-08-14&quot;:1.15},{&quot;2026-08-15&quot;:1.15},{&quot;2026-08-16&quot;:1.17},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.15},{&quot;2026-08-19&quot;:1.18},{&quot;2026-08-20&quot;:1.18},{&quot;2026-08-21&quot;:1.15},{&quot;2026-08-22&quot;:1.15},{&quot;2026-08-23&quot;:1.15},{&quot;2026-08-24&quot;:1.12},{&quot;2026-08-25&quot;:1.12},{&quot;2026-08-26&quot;:1.14},{&quot;2026-08-27&quot;:1.1},{&quot;2026-08-28&quot;:1.1},{&quot;2026-08-29&quot;:1.1},{&quot;2026-08-30&quot;:1.17},{&quot;2026-08-31&quot;:1.21},{&quot;2026-09-01&quot;:1.21},{&quot;2026-09-02&quot;:1.21},{&quot;2026-09-03&quot;:1.21},{&quot;2026-09-04&quot;:1.2},{&quot;2026-09-05&quot;:1.2},{&quot;2026-09-06&quot;:1.2},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.21},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.2},{&quot;2026-09-13&quot;:1.18}]}"
        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="21140"
  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-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">
            Unearth
        </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">
            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">
              ↑
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Unearth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/5/656127b7-21c4-40ce-8fff-5cc3d38398f8.jpg?1783921770" />

        <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">
            Unearth
        </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-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="Unearth" src="https://cards.scryfall.io/large/front/6/5/656127b7-21c4-40ce-8fff-5cc3d38398f8.jpg?1783921770" />
    </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">
                $1.18
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.25},{&quot;2026-06-16&quot;:1.24},{&quot;2026-06-17&quot;:1.24},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.23},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.33},{&quot;2026-06-23&quot;:1.33},{&quot;2026-06-24&quot;:1.33},{&quot;2026-06-25&quot;:1.33},{&quot;2026-06-26&quot;:1.33},{&quot;2026-06-27&quot;:1.33},{&quot;2026-06-28&quot;:1.34},{&quot;2026-06-29&quot;:1.36},{&quot;2026-06-30&quot;:1.36},{&quot;2026-07-01&quot;:1.36},{&quot;2026-07-02&quot;:1.36},{&quot;2026-07-03&quot;:1.36},{&quot;2026-07-04&quot;:1.36},{&quot;2026-07-05&quot;:1.36},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.38},{&quot;2026-07-08&quot;:1.38},{&quot;2026-07-09&quot;:1.39},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.42},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.43},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.41},{&quot;2026-07-16&quot;:1.41},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.43},{&quot;2026-07-20&quot;:1.44},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-22&quot;:1.42},{&quot;2026-07-23&quot;:1.42},{&quot;2026-07-24&quot;:1.43},{&quot;2026-07-25&quot;:1.5},{&quot;2026-07-26&quot;:1.5},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-28&quot;:1.51},{&quot;2026-07-29&quot;:1.51},{&quot;2026-07-30&quot;:1.5},{&quot;2026-07-31&quot;:1.5},{&quot;2026-08-01&quot;:1.49},{&quot;2026-08-02&quot;:1.45},{&quot;2026-08-03&quot;:1.46},{&quot;2026-08-04&quot;:1.45},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.45},{&quot;2026-08-08&quot;:1.45},{&quot;2026-08-09&quot;:1.46},{&quot;2026-08-10&quot;:1.52},{&quot;2026-08-11&quot;:1.58},{&quot;2026-08-12&quot;:1.61},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.66},{&quot;2026-08-16&quot;:1.63},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.63},{&quot;2026-08-20&quot;:1.63},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.72},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.76},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.79},{&quot;2026-08-31&quot;:1.78},{&quot;2026-09-01&quot;:1.78},{&quot;2026-09-02&quot;:1.78},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.68},{&quot;2026-09-05&quot;:1.68},{&quot;2026-09-06&quot;:1.68},{&quot;2026-09-07&quot;:1.66},{&quot;2026-09-08&quot;:1.65},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.67},{&quot;2026-09-11&quot;:1.67},{&quot;2026-09-12&quot;:1.67},{&quot;2026-09-13&quot;:1.67}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.02},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.06},{&quot;2026-06-18&quot;:1.06},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.0},{&quot;2026-06-21&quot;:1.0},{&quot;2026-06-22&quot;:0.99},{&quot;2026-06-23&quot;:1.0},{&quot;2026-06-24&quot;:1.05},{&quot;2026-06-25&quot;:1.09},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.15},{&quot;2026-06-28&quot;:1.17},{&quot;2026-06-29&quot;:1.16},{&quot;2026-06-30&quot;:1.17},{&quot;2026-07-01&quot;:1.22},{&quot;2026-07-02&quot;:1.22},{&quot;2026-07-03&quot;:1.25},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.24},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.1},{&quot;2026-07-09&quot;:1.15},{&quot;2026-07-10&quot;:1.15},{&quot;2026-07-11&quot;:1.14},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.13},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.13},{&quot;2026-07-16&quot;:1.1},{&quot;2026-07-17&quot;:1.1},{&quot;2026-07-18&quot;:1.1},{&quot;2026-07-19&quot;:1.05},{&quot;2026-07-20&quot;:1.1},{&quot;2026-07-21&quot;:1.06},{&quot;2026-07-22&quot;:1.06},{&quot;2026-07-23&quot;:1.06},{&quot;2026-07-24&quot;:1.06},{&quot;2026-07-25&quot;:1.03},{&quot;2026-07-26&quot;:1.0},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-28&quot;:1.08},{&quot;2026-07-29&quot;:1.05},{&quot;2026-07-30&quot;:1.05},{&quot;2026-07-31&quot;:1.12},{&quot;2026-08-01&quot;:1.12},{&quot;2026-08-02&quot;:1.17},{&quot;2026-08-03&quot;:1.2},{&quot;2026-08-04&quot;:1.19},{&quot;2026-08-05&quot;:1.19},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.15},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.11},{&quot;2026-08-13&quot;:1.11},{&quot;2026-08-14&quot;:1.08},{&quot;2026-08-15&quot;:1.07},{&quot;2026-08-16&quot;:1.07},{&quot;2026-08-17&quot;:1.05},{&quot;2026-08-18&quot;:1.05},{&quot;2026-08-19&quot;:1.03},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.06},{&quot;2026-08-22&quot;:1.05},{&quot;2026-08-23&quot;:1.04},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.07},{&quot;2026-08-26&quot;:1.08},{&quot;2026-08-27&quot;:1.09},{&quot;2026-08-28&quot;:1.04},{&quot;2026-08-29&quot;:1.04},{&quot;2026-08-30&quot;:1.09},{&quot;2026-08-31&quot;:1.1},{&quot;2026-09-01&quot;:1.1},{&quot;2026-09-02&quot;:1.08},{&quot;2026-09-03&quot;:1.08},{&quot;2026-09-04&quot;:1.07},{&quot;2026-09-05&quot;:1.05},{&quot;2026-09-06&quot;:1.09},{&quot;2026-09-07&quot;:1.09},{&quot;2026-09-08&quot;:1.09},{&quot;2026-09-09&quot;:1.12},{&quot;2026-09-10&quot;:1.14},{&quot;2026-09-11&quot;:1.14},{&quot;2026-09-12&quot;:1.17},{&quot;2026-09-13&quot;:1.18}]}"
        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="40495"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elf Shaman
      </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">
            $1.18
          </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="Shaman of the Pack" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/a/da9705e2-40e5-4ec9-8aef-2eab28d5a66f.jpg?1783928301" />

        <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">
            Shaman of the Pack
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf Shaman</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-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="Shaman of the Pack" src="https://cards.scryfall.io/large/front/d/a/da9705e2-40e5-4ec9-8aef-2eab28d5a66f.jpg?1783928301" />
    </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">
                $1.18
              </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.33</span>
              <span class="text-xs text-grey-text">Credit: $0.43</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.09},{&quot;2026-06-12&quot;:1.12},{&quot;2026-06-13&quot;:1.12},{&quot;2026-06-14&quot;:1.27},{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.45},{&quot;2026-06-17&quot;:1.35},{&quot;2026-06-18&quot;:1.35},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.35},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.39},{&quot;2026-06-24&quot;:1.4},{&quot;2026-06-25&quot;:1.37},{&quot;2026-06-26&quot;:1.4},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.43},{&quot;2026-06-29&quot;:1.45},{&quot;2026-06-30&quot;:1.45},{&quot;2026-07-01&quot;:1.45},{&quot;2026-07-02&quot;:1.45},{&quot;2026-07-03&quot;:1.5},{&quot;2026-07-04&quot;:1.5},{&quot;2026-07-05&quot;:1.5},{&quot;2026-07-06&quot;:1.5},{&quot;2026-07-07&quot;:1.5},{&quot;2026-07-08&quot;:1.49},{&quot;2026-07-09&quot;:1.51},{&quot;2026-07-10&quot;:1.45},{&quot;2026-07-11&quot;:1.45},{&quot;2026-07-12&quot;:1.33},{&quot;2026-07-13&quot;:1.24},{&quot;2026-07-14&quot;:1.24},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.24},{&quot;2026-07-17&quot;:1.26},{&quot;2026-07-18&quot;:1.26},{&quot;2026-07-19&quot;:1.26},{&quot;2026-07-20&quot;:1.26},{&quot;2026-07-21&quot;:1.3},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-25&quot;:1.29},{&quot;2026-07-26&quot;:1.28},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-29&quot;:1.35},{&quot;2026-07-30&quot;:1.35},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.38},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.35},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.35},{&quot;2026-08-08&quot;:1.34},{&quot;2026-08-09&quot;:1.32},{&quot;2026-08-10&quot;:1.34},{&quot;2026-08-11&quot;:1.33},{&quot;2026-08-12&quot;:1.35},{&quot;2026-08-13&quot;:1.36},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.28},{&quot;2026-08-16&quot;:1.26},{&quot;2026-08-17&quot;:1.17},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.14},{&quot;2026-08-20&quot;:1.14},{&quot;2026-08-21&quot;:1.13},{&quot;2026-08-22&quot;:1.13},{&quot;2026-08-23&quot;:1.13},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.07},{&quot;2026-08-26&quot;:1.05},{&quot;2026-08-27&quot;:1.05},{&quot;2026-08-28&quot;:1.05},{&quot;2026-08-29&quot;:1.05},{&quot;2026-08-30&quot;:1.09},{&quot;2026-08-31&quot;:1.09},{&quot;2026-09-01&quot;:1.09},{&quot;2026-09-02&quot;:1.1},{&quot;2026-09-03&quot;:1.1},{&quot;2026-09-04&quot;:1.1},{&quot;2026-09-05&quot;:1.13},{&quot;2026-09-06&quot;:1.12},{&quot;2026-09-07&quot;:1.12},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.11},{&quot;2026-09-10&quot;:1.1},{&quot;2026-09-11&quot;:1.17},{&quot;2026-09-12&quot;:1.17},{&quot;2026-09-13&quot;:1.18}]}"
        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="42336"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact — Vehicle
      </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">
            $1.18
          </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="Reckoner Bankbuster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/0/30bf5955-67fe-4bbf-acd5-164bf087e7a2.jpg?1783923764" />

        <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">
            Reckoner Bankbuster
        </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 — Vehicle</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="Reckoner Bankbuster" src="https://cards.scryfall.io/large/front/3/0/30bf5955-67fe-4bbf-acd5-164bf087e7a2.jpg?1783923764" />
    </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.78
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $1.18
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.1},{&quot;2026-06-16&quot;:1.09},{&quot;2026-06-17&quot;:1.09},{&quot;2026-06-18&quot;:1.09},{&quot;2026-06-19&quot;:1.09},{&quot;2026-06-20&quot;:1.09},{&quot;2026-06-21&quot;:1.09},{&quot;2026-06-22&quot;:1.09},{&quot;2026-06-23&quot;:1.09},{&quot;2026-06-24&quot;:1.08},{&quot;2026-06-25&quot;:1.08},{&quot;2026-06-26&quot;:1.08},{&quot;2026-06-27&quot;:1.06},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.06},{&quot;2026-06-30&quot;:1.06},{&quot;2026-07-01&quot;:1.06},{&quot;2026-07-02&quot;:1.06},{&quot;2026-07-03&quot;:1.06},{&quot;2026-07-04&quot;:1.06},{&quot;2026-07-05&quot;:1.06},{&quot;2026-07-06&quot;:1.06},{&quot;2026-07-07&quot;:1.06},{&quot;2026-07-08&quot;:1.06},{&quot;2026-07-09&quot;:1.05},{&quot;2026-07-10&quot;:1.05},{&quot;2026-07-11&quot;:1.05},{&quot;2026-07-12&quot;:1.05},{&quot;2026-07-13&quot;:1.05},{&quot;2026-07-14&quot;:1.05},{&quot;2026-07-15&quot;:1.05},{&quot;2026-07-16&quot;:1.05},{&quot;2026-07-17&quot;:1.05},{&quot;2026-07-18&quot;:1.05},{&quot;2026-07-19&quot;:1.05},{&quot;2026-07-20&quot;:1.05},{&quot;2026-07-21&quot;:1.05},{&quot;2026-07-22&quot;:1.05},{&quot;2026-07-23&quot;:1.05},{&quot;2026-07-24&quot;:1.05},{&quot;2026-07-25&quot;:1.05},{&quot;2026-07-26&quot;:1.05},{&quot;2026-07-27&quot;:1.05},{&quot;2026-07-28&quot;:1.05},{&quot;2026-07-29&quot;:1.05},{&quot;2026-07-30&quot;:1.05},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.08},{&quot;2026-08-02&quot;:1.08},{&quot;2026-08-03&quot;:1.08},{&quot;2026-08-04&quot;:1.08},{&quot;2026-08-05&quot;:1.08},{&quot;2026-08-07&quot;:1.08},{&quot;2026-08-08&quot;:1.08},{&quot;2026-08-09&quot;:1.1},{&quot;2026-08-10&quot;:1.1},{&quot;2026-08-11&quot;:1.1},{&quot;2026-08-12&quot;:1.12},{&quot;2026-08-13&quot;:1.12},{&quot;2026-08-14&quot;:1.12},{&quot;2026-08-15&quot;:1.13},{&quot;2026-08-16&quot;:1.13},{&quot;2026-08-17&quot;:1.13},{&quot;2026-08-18&quot;:1.13},{&quot;2026-08-19&quot;:1.13},{&quot;2026-08-20&quot;:1.13},{&quot;2026-08-21&quot;:1.12},{&quot;2026-08-22&quot;:1.12},{&quot;2026-08-23&quot;:1.12},{&quot;2026-08-24&quot;:1.12},{&quot;2026-08-25&quot;:1.12},{&quot;2026-08-26&quot;:1.12},{&quot;2026-08-27&quot;:1.11},{&quot;2026-08-28&quot;:1.14},{&quot;2026-08-29&quot;:1.14},{&quot;2026-08-30&quot;:1.16},{&quot;2026-08-31&quot;:1.16},{&quot;2026-09-01&quot;:1.16},{&quot;2026-09-02&quot;:1.16},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.16},{&quot;2026-09-05&quot;:1.16},{&quot;2026-09-06&quot;:1.16},{&quot;2026-09-07&quot;:1.18},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.18},{&quot;2026-09-10&quot;:1.18},{&quot;2026-09-11&quot;:1.18},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.18}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.55},{&quot;2026-06-16&quot;:0.55},{&quot;2026-06-17&quot;:0.55},{&quot;2026-06-18&quot;:0.55},{&quot;2026-06-19&quot;:0.55},{&quot;2026-06-20&quot;:0.55},{&quot;2026-06-21&quot;:0.55},{&quot;2026-06-22&quot;:0.55},{&quot;2026-06-23&quot;:0.55},{&quot;2026-06-24&quot;:0.55},{&quot;2026-06-25&quot;:0.55},{&quot;2026-06-26&quot;:0.55},{&quot;2026-06-27&quot;:0.55},{&quot;2026-06-28&quot;:0.55},{&quot;2026-06-29&quot;:0.53},{&quot;2026-06-30&quot;:0.53},{&quot;2026-07-01&quot;:0.53},{&quot;2026-07-02&quot;:0.53},{&quot;2026-07-03&quot;:0.54},{&quot;2026-07-04&quot;:0.55},{&quot;2026-07-05&quot;:0.56},{&quot;2026-07-06&quot;:0.57},{&quot;2026-07-07&quot;:0.57},{&quot;2026-07-08&quot;:0.59},{&quot;2026-07-09&quot;:0.61},{&quot;2026-07-10&quot;:0.61},{&quot;2026-07-11&quot;:0.62},{&quot;2026-07-12&quot;:0.62},{&quot;2026-07-13&quot;:0.68},{&quot;2026-07-14&quot;:0.68},{&quot;2026-07-15&quot;:0.68},{&quot;2026-07-16&quot;:0.68},{&quot;2026-07-17&quot;:0.68},{&quot;2026-07-18&quot;:0.68},{&quot;2026-07-19&quot;:0.68},{&quot;2026-07-20&quot;:0.68},{&quot;2026-07-21&quot;:0.67},{&quot;2026-07-22&quot;:0.68},{&quot;2026-07-23&quot;:0.69},{&quot;2026-07-24&quot;:0.69},{&quot;2026-07-25&quot;:0.7},{&quot;2026-07-26&quot;:0.7},{&quot;2026-07-27&quot;:0.71},{&quot;2026-07-28&quot;:0.71},{&quot;2026-07-29&quot;:0.71},{&quot;2026-07-30&quot;:0.71},{&quot;2026-07-31&quot;:0.71},{&quot;2026-08-01&quot;:0.71},{&quot;2026-08-02&quot;:0.71},{&quot;2026-08-03&quot;:0.73},{&quot;2026-08-04&quot;:0.73},{&quot;2026-08-05&quot;:0.75},{&quot;2026-08-07&quot;:0.75},{&quot;2026-08-08&quot;:0.75},{&quot;2026-08-09&quot;:0.75},{&quot;2026-08-10&quot;:0.75},{&quot;2026-08-11&quot;:0.76},{&quot;2026-08-12&quot;:0.76},{&quot;2026-08-13&quot;:0.76},{&quot;2026-08-14&quot;:0.76},{&quot;2026-08-15&quot;:0.76},{&quot;2026-08-16&quot;:0.76},{&quot;2026-08-17&quot;:0.77},{&quot;2026-08-18&quot;:0.77},{&quot;2026-08-19&quot;:0.77},{&quot;2026-08-20&quot;:0.77},{&quot;2026-08-21&quot;:0.77},{&quot;2026-08-22&quot;:0.78},{&quot;2026-08-23&quot;:0.78},{&quot;2026-08-24&quot;:0.78},{&quot;2026-08-25&quot;:0.78},{&quot;2026-08-26&quot;:0.78},{&quot;2026-08-27&quot;:0.78},{&quot;2026-08-28&quot;:0.8},{&quot;2026-08-29&quot;:0.8},{&quot;2026-08-30&quot;:0.8},{&quot;2026-08-31&quot;:0.83},{&quot;2026-09-01&quot;:0.83},{&quot;2026-09-02&quot;:0.83},{&quot;2026-09-03&quot;:0.83},{&quot;2026-09-04&quot;:0.83},{&quot;2026-09-05&quot;:0.83},{&quot;2026-09-06&quot;:0.83},{&quot;2026-09-07&quot;:0.83},{&quot;2026-09-08&quot;:0.82},{&quot;2026-09-09&quot;:0.81},{&quot;2026-09-10&quot;:0.79},{&quot;2026-09-11&quot;:0.79},{&quot;2026-09-12&quot;:0.79},{&quot;2026-09-13&quot;:0.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Yorion, Sky Nomad" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/572f03c2-cd20-4e09-90a4-13bd291c5478.jpg?1783916854" />

        <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">
            Yorion, Sky Nomad
        </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 — Bird Serpent</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-wu'></i><i class='no-tailwind ms ms-cost ml-0 ms-wu'></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="Yorion, Sky Nomad" src="https://cards.scryfall.io/large/front/5/7/572f03c2-cd20-4e09-90a4-13bd291c5478.jpg?1783916854" />
    </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">
                $1.18
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.33</span>
              <span class="text-xs text-grey-text">Credit: $0.43</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-15&quot;:0.74},{&quot;2026-06-16&quot;:0.74},{&quot;2026-06-17&quot;:0.74},{&quot;2026-06-18&quot;:0.74},{&quot;2026-06-19&quot;:0.74},{&quot;2026-06-20&quot;:0.74},{&quot;2026-06-21&quot;:0.74},{&quot;2026-06-22&quot;:0.74},{&quot;2026-06-23&quot;:0.74},{&quot;2026-06-24&quot;:0.75},{&quot;2026-06-25&quot;:0.75},{&quot;2026-06-26&quot;:0.75},{&quot;2026-06-27&quot;:0.73},{&quot;2026-06-28&quot;:0.73},{&quot;2026-06-29&quot;:0.72},{&quot;2026-06-30&quot;:0.72},{&quot;2026-07-01&quot;:0.72},{&quot;2026-07-02&quot;:0.74},{&quot;2026-07-03&quot;:0.74},{&quot;2026-07-04&quot;:0.74},{&quot;2026-07-05&quot;:0.74},{&quot;2026-07-06&quot;:0.74},{&quot;2026-07-07&quot;:0.74},{&quot;2026-07-08&quot;:0.74},{&quot;2026-07-09&quot;:0.74},{&quot;2026-07-10&quot;:0.74},{&quot;2026-07-11&quot;:0.74},{&quot;2026-07-12&quot;:0.74},{&quot;2026-07-13&quot;:0.76},{&quot;2026-07-14&quot;:0.75},{&quot;2026-07-15&quot;:0.75},{&quot;2026-07-16&quot;:0.75},{&quot;2026-07-17&quot;:0.75},{&quot;2026-07-18&quot;:0.74},{&quot;2026-07-19&quot;:0.75},{&quot;2026-07-20&quot;:0.73},{&quot;2026-07-21&quot;:0.73},{&quot;2026-07-22&quot;:0.73},{&quot;2026-07-23&quot;:0.76},{&quot;2026-07-24&quot;:0.76},{&quot;2026-07-25&quot;:0.76},{&quot;2026-07-26&quot;:0.76},{&quot;2026-07-27&quot;:0.76},{&quot;2026-07-28&quot;:0.76},{&quot;2026-07-29&quot;:0.76},{&quot;2026-07-30&quot;:0.77},{&quot;2026-07-31&quot;:0.77},{&quot;2026-08-01&quot;:0.77},{&quot;2026-08-02&quot;:0.76},{&quot;2026-08-03&quot;:0.76},{&quot;2026-08-04&quot;:0.88},{&quot;2026-08-05&quot;:0.89},{&quot;2026-08-07&quot;:1.29},{&quot;2026-08-08&quot;:1.28},{&quot;2026-08-09&quot;:1.3},{&quot;2026-08-10&quot;:1.32},{&quot;2026-08-11&quot;:1.32},{&quot;2026-08-12&quot;:1.34},{&quot;2026-08-13&quot;:1.36},{&quot;2026-08-14&quot;:1.36},{&quot;2026-08-15&quot;:1.37},{&quot;2026-08-16&quot;:1.39},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.39},{&quot;2026-08-19&quot;:1.36},{&quot;2026-08-20&quot;:1.44},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.52},{&quot;2026-08-23&quot;:1.52},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.8},{&quot;2026-08-31&quot;:1.8},{&quot;2026-09-01&quot;:1.8},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.8},{&quot;2026-09-04&quot;:1.8},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:1.86},{&quot;2026-09-09&quot;:1.86},{&quot;2026-09-10&quot;:1.86},{&quot;2026-09-11&quot;:1.86},{&quot;2026-09-12&quot;:1.86},{&quot;2026-09-13&quot;:1.86}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.66},{&quot;2026-06-16&quot;:0.67},{&quot;2026-06-17&quot;:0.66},{&quot;2026-06-18&quot;:0.65},{&quot;2026-06-19&quot;:0.65},{&quot;2026-06-20&quot;:0.64},{&quot;2026-06-21&quot;:0.64},{&quot;2026-06-22&quot;:0.65},{&quot;2026-06-23&quot;:0.67},{&quot;2026-06-24&quot;:0.66},{&quot;2026-06-25&quot;:0.66},{&quot;2026-06-26&quot;:0.66},{&quot;2026-06-27&quot;:0.64},{&quot;2026-06-28&quot;:0.64},{&quot;2026-06-29&quot;:0.63},{&quot;2026-06-30&quot;:0.61},{&quot;2026-07-01&quot;:0.62},{&quot;2026-07-02&quot;:0.62},{&quot;2026-07-03&quot;:0.62},{&quot;2026-07-04&quot;:0.62},{&quot;2026-07-05&quot;:0.62},{&quot;2026-07-06&quot;:0.6},{&quot;2026-07-07&quot;:0.58},{&quot;2026-07-08&quot;:0.57},{&quot;2026-07-09&quot;:0.57},{&quot;2026-07-10&quot;:0.58},{&quot;2026-07-11&quot;:0.57},{&quot;2026-07-12&quot;:0.58},{&quot;2026-07-13&quot;:0.58},{&quot;2026-07-14&quot;:0.65},{&quot;2026-07-15&quot;:0.65},{&quot;2026-07-16&quot;:0.65},{&quot;2026-07-17&quot;:0.64},{&quot;2026-07-18&quot;:0.64},{&quot;2026-07-19&quot;:0.62},{&quot;2026-07-20&quot;:0.65},{&quot;2026-07-21&quot;:0.65},{&quot;2026-07-22&quot;:0.65},{&quot;2026-07-23&quot;:0.65},{&quot;2026-07-24&quot;:0.65},{&quot;2026-07-25&quot;:0.65},{&quot;2026-07-26&quot;:0.65},{&quot;2026-07-27&quot;:0.65},{&quot;2026-07-28&quot;:0.66},{&quot;2026-07-29&quot;:0.66},{&quot;2026-07-30&quot;:0.66},{&quot;2026-07-31&quot;:0.67},{&quot;2026-08-01&quot;:0.65},{&quot;2026-08-02&quot;:0.63},{&quot;2026-08-03&quot;:0.6},{&quot;2026-08-04&quot;:0.8},{&quot;2026-08-05&quot;:0.68},{&quot;2026-08-07&quot;:0.67},{&quot;2026-08-08&quot;:0.69},{&quot;2026-08-09&quot;:0.83},{&quot;2026-08-10&quot;:0.91},{&quot;2026-08-11&quot;:1.01},{&quot;2026-08-12&quot;:1.08},{&quot;2026-08-13&quot;:1.13},{&quot;2026-08-14&quot;:1.24},{&quot;2026-08-15&quot;:1.21},{&quot;2026-08-16&quot;:1.27},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.15},{&quot;2026-08-19&quot;:1.07},{&quot;2026-08-20&quot;:1.12},{&quot;2026-08-21&quot;:1.07},{&quot;2026-08-22&quot;:1.13},{&quot;2026-08-23&quot;:1.1},{&quot;2026-08-24&quot;:1.14},{&quot;2026-08-25&quot;:1.15},{&quot;2026-08-26&quot;:1.15},{&quot;2026-08-27&quot;:1.35},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.41},{&quot;2026-08-31&quot;:1.38},{&quot;2026-09-01&quot;:1.34},{&quot;2026-09-02&quot;:1.34},{&quot;2026-09-03&quot;:1.33},{&quot;2026-09-04&quot;:1.33},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.28},{&quot;2026-09-07&quot;:1.28},{&quot;2026-09-08&quot;:1.28},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.29},{&quot;2026-09-11&quot;:1.23},{&quot;2026-09-12&quot;:1.23},{&quot;2026-09-13&quot;:1.18}]}"
        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="70937"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Elvish Archdruid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/4/34866dd8-661f-40c1-8eb1-b9445ec626ec.jpg?1783915923" />

        <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">
            Elvish Archdruid
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elvish Archdruid" src="https://cards.scryfall.io/large/front/3/4/34866dd8-661f-40c1-8eb1-b9445ec626ec.jpg?1783915923" />
    </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">
                $1.18
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</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-15&quot;:0.42},{&quot;2026-06-16&quot;:0.42},{&quot;2026-06-17&quot;:0.42},{&quot;2026-06-18&quot;:0.44},{&quot;2026-06-19&quot;:0.42},{&quot;2026-06-20&quot;:0.42},{&quot;2026-06-21&quot;:0.42},{&quot;2026-06-22&quot;:0.41},{&quot;2026-06-23&quot;:0.41},{&quot;2026-06-24&quot;:0.42},{&quot;2026-06-25&quot;:0.42},{&quot;2026-06-26&quot;:0.41},{&quot;2026-06-27&quot;:0.42},{&quot;2026-06-28&quot;:0.43},{&quot;2026-06-29&quot;:0.44},{&quot;2026-06-30&quot;:0.43},{&quot;2026-07-01&quot;:0.44},{&quot;2026-07-02&quot;:0.45},{&quot;2026-07-03&quot;:0.45},{&quot;2026-07-04&quot;:0.44},{&quot;2026-07-05&quot;:0.45},{&quot;2026-07-06&quot;:0.46},{&quot;2026-07-07&quot;:0.46},{&quot;2026-07-08&quot;:0.47},{&quot;2026-07-09&quot;:0.46},{&quot;2026-07-10&quot;:0.46},{&quot;2026-07-11&quot;:0.46},{&quot;2026-07-12&quot;:0.46},{&quot;2026-07-13&quot;:0.47},{&quot;2026-07-14&quot;:0.48},{&quot;2026-07-15&quot;:0.47},{&quot;2026-07-16&quot;:0.47},{&quot;2026-07-17&quot;:0.47},{&quot;2026-07-18&quot;:0.47},{&quot;2026-07-19&quot;:0.48},{&quot;2026-07-20&quot;:0.47},{&quot;2026-07-21&quot;:0.46},{&quot;2026-07-22&quot;:0.47},{&quot;2026-07-23&quot;:0.47},{&quot;2026-07-24&quot;:0.48},{&quot;2026-07-25&quot;:0.49},{&quot;2026-07-26&quot;:0.48},{&quot;2026-07-27&quot;:0.53},{&quot;2026-07-28&quot;:0.54},{&quot;2026-07-29&quot;:0.56},{&quot;2026-07-30&quot;:0.56},{&quot;2026-07-31&quot;:0.58},{&quot;2026-08-01&quot;:0.54},{&quot;2026-08-02&quot;:0.55},{&quot;2026-08-03&quot;:0.56},{&quot;2026-08-04&quot;:0.57},{&quot;2026-08-05&quot;:0.59},{&quot;2026-08-07&quot;:0.57},{&quot;2026-08-08&quot;:0.49},{&quot;2026-08-09&quot;:0.56},{&quot;2026-08-10&quot;:0.55},{&quot;2026-08-11&quot;:0.56},{&quot;2026-08-12&quot;:0.61},{&quot;2026-08-13&quot;:0.62},{&quot;2026-08-14&quot;:0.63},{&quot;2026-08-15&quot;:0.64},{&quot;2026-08-16&quot;:0.83},{&quot;2026-08-17&quot;:0.62},{&quot;2026-08-18&quot;:0.62},{&quot;2026-08-19&quot;:0.6},{&quot;2026-08-20&quot;:0.65},{&quot;2026-08-21&quot;:0.58},{&quot;2026-08-22&quot;:0.61},{&quot;2026-08-23&quot;:0.66},{&quot;2026-08-24&quot;:0.74},{&quot;2026-08-25&quot;:0.7},{&quot;2026-08-26&quot;:0.62},{&quot;2026-08-27&quot;:0.6},{&quot;2026-08-28&quot;:0.59},{&quot;2026-08-29&quot;:0.59},{&quot;2026-08-30&quot;:0.59},{&quot;2026-08-31&quot;:0.61},{&quot;2026-09-01&quot;:0.6},{&quot;2026-09-02&quot;:0.61},{&quot;2026-09-03&quot;:0.62},{&quot;2026-09-04&quot;:0.69},{&quot;2026-09-05&quot;:0.72},{&quot;2026-09-06&quot;:0.73},{&quot;2026-09-07&quot;:0.73},{&quot;2026-09-08&quot;:0.87},{&quot;2026-09-09&quot;:0.85},{&quot;2026-09-10&quot;:0.97},{&quot;2026-09-11&quot;:1.03},{&quot;2026-09-12&quot;:0.97},{&quot;2026-09-13&quot;:1.18}]}"
        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="74591"
  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">
            Witch of the Moors
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Witch of the Moors" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/2/e291d500-7d6a-45ca-96c2-700b0f229622.jpg?1783925212" />

        <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">
            Witch of the Moors
        </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 Warlock</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Witch of the Moors" src="https://cards.scryfall.io/large/front/e/2/e291d500-7d6a-45ca-96c2-700b0f229622.jpg?1783925212" />
    </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">
                $1.18
              </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.18</span>
              <span class="text-xs text-grey-text">Credit: $0.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-15&quot;:1.77},{&quot;2026-06-16&quot;:1.77},{&quot;2026-06-17&quot;:1.86},{&quot;2026-06-18&quot;:1.86},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.69},{&quot;2026-06-21&quot;:1.61},{&quot;2026-06-22&quot;:1.58},{&quot;2026-06-23&quot;:1.58},{&quot;2026-06-24&quot;:1.58},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.53},{&quot;2026-06-28&quot;:1.35},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.29},{&quot;2026-07-01&quot;:1.29},{&quot;2026-07-02&quot;:1.35},{&quot;2026-07-03&quot;:1.32},{&quot;2026-07-04&quot;:1.29},{&quot;2026-07-05&quot;:1.31},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.1},{&quot;2026-07-09&quot;:1.09},{&quot;2026-07-10&quot;:1.09},{&quot;2026-07-11&quot;:1.11},{&quot;2026-07-12&quot;:1.11},{&quot;2026-07-13&quot;:1.18},{&quot;2026-07-14&quot;:1.18},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.22},{&quot;2026-07-17&quot;:1.25},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.28},{&quot;2026-07-20&quot;:1.28},{&quot;2026-07-21&quot;:1.28},{&quot;2026-07-22&quot;:1.26},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-24&quot;:1.18},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.13},{&quot;2026-07-27&quot;:1.11},{&quot;2026-07-28&quot;:1.14},{&quot;2026-07-29&quot;:1.09},{&quot;2026-07-30&quot;:1.12},{&quot;2026-07-31&quot;:1.1},{&quot;2026-08-01&quot;:1.02},{&quot;2026-08-02&quot;:1.02},{&quot;2026-08-03&quot;:1.05},{&quot;2026-08-04&quot;:1.04},{&quot;2026-08-05&quot;:0.96},{&quot;2026-08-07&quot;:0.87},{&quot;2026-08-08&quot;:0.87},{&quot;2026-08-09&quot;:0.87},{&quot;2026-08-10&quot;:0.9},{&quot;2026-08-11&quot;:0.97},{&quot;2026-08-12&quot;:0.91},{&quot;2026-08-13&quot;:0.91},{&quot;2026-08-14&quot;:0.97},{&quot;2026-08-15&quot;:0.94},{&quot;2026-08-16&quot;:0.94},{&quot;2026-08-17&quot;:0.96},{&quot;2026-08-18&quot;:0.92},{&quot;2026-08-19&quot;:0.92},{&quot;2026-08-20&quot;:0.86},{&quot;2026-08-21&quot;:0.86},{&quot;2026-08-22&quot;:0.86},{&quot;2026-08-23&quot;:0.78},{&quot;2026-08-24&quot;:0.82},{&quot;2026-08-25&quot;:0.77},{&quot;2026-08-26&quot;:0.77},{&quot;2026-08-27&quot;:0.78},{&quot;2026-08-28&quot;:0.71},{&quot;2026-08-29&quot;:0.71},{&quot;2026-08-30&quot;:0.88},{&quot;2026-08-31&quot;:0.93},{&quot;2026-09-01&quot;:0.97},{&quot;2026-09-02&quot;:0.99},{&quot;2026-09-03&quot;:1.01},{&quot;2026-09-04&quot;:0.97},{&quot;2026-09-05&quot;:1.17},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.19},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.19},{&quot;2026-09-10&quot;:1.18},{&quot;2026-09-11&quot;:1.18},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.18}]}"
        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="75240"
  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">
            Blatant Thievery
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Blatant Thievery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/99c6600d-d55b-43d3-81f0-3a1da0637e86.jpg?1783910410" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blatant Thievery" src="https://cards.scryfall.io/large/front/9/9/99c6600d-d55b-43d3-81f0-3a1da0637e86.jpg?1783910410" />
    </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">
                $1.18
              </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.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-15&quot;:1.28},{&quot;2026-06-16&quot;:1.28},{&quot;2026-06-17&quot;:1.28},{&quot;2026-06-18&quot;:1.28},{&quot;2026-06-19&quot;:1.28},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.24},{&quot;2026-06-23&quot;:1.24},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.24},{&quot;2026-06-26&quot;:1.24},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.2},{&quot;2026-06-29&quot;:1.16},{&quot;2026-06-30&quot;:1.16},{&quot;2026-07-01&quot;:1.13},{&quot;2026-07-02&quot;:1.13},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.14},{&quot;2026-07-05&quot;:1.15},{&quot;2026-07-06&quot;:1.14},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.14},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.14},{&quot;2026-07-11&quot;:1.14},{&quot;2026-07-12&quot;:1.14},{&quot;2026-07-13&quot;:1.14},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.15},{&quot;2026-07-16&quot;:1.15},{&quot;2026-07-17&quot;:1.22},{&quot;2026-07-18&quot;:1.22},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.25},{&quot;2026-07-21&quot;:1.29},{&quot;2026-07-22&quot;:1.29},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-24&quot;:1.28},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.3},{&quot;2026-07-27&quot;:1.32},{&quot;2026-07-28&quot;:1.28},{&quot;2026-07-29&quot;:1.27},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.27},{&quot;2026-08-01&quot;:1.27},{&quot;2026-08-02&quot;:1.27},{&quot;2026-08-03&quot;:1.25},{&quot;2026-08-04&quot;:1.25},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.3},{&quot;2026-08-08&quot;:1.3},{&quot;2026-08-09&quot;:1.27},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.28},{&quot;2026-08-13&quot;:1.27},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.26},{&quot;2026-08-16&quot;:1.23},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.14},{&quot;2026-08-19&quot;:1.15},{&quot;2026-08-20&quot;:1.15},{&quot;2026-08-21&quot;:1.14},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.15},{&quot;2026-08-24&quot;:1.13},{&quot;2026-08-25&quot;:1.14},{&quot;2026-08-26&quot;:1.15},{&quot;2026-08-27&quot;:1.15},{&quot;2026-08-28&quot;:1.15},{&quot;2026-08-29&quot;:1.15},{&quot;2026-08-30&quot;:1.14},{&quot;2026-08-31&quot;:1.16},{&quot;2026-09-01&quot;:1.16},{&quot;2026-09-02&quot;:1.17},{&quot;2026-09-03&quot;:1.17},{&quot;2026-09-04&quot;:1.16},{&quot;2026-09-05&quot;:1.16},{&quot;2026-09-06&quot;:1.13},{&quot;2026-09-07&quot;:1.13},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.17},{&quot;2026-09-10&quot;:1.17},{&quot;2026-09-11&quot;:1.18},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.18}]}"
        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="77929"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-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">
            Once Upon a Time
        </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">
              ↑
              18%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Once Upon a Time" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/0/4034e5ba-9974-43e3-bde7-8d9b4586c3a4.jpg?1783932607" />

        <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">
            Once Upon a Time
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Once Upon a Time" src="https://cards.scryfall.io/large/front/4/0/4034e5ba-9974-43e3-bde7-8d9b4586c3a4.jpg?1783932607" />
    </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">
                $1.18
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.66},{&quot;2026-06-19&quot;:2.66},{&quot;2026-06-20&quot;:2.66},{&quot;2026-06-21&quot;:2.66},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.66},{&quot;2026-06-30&quot;:2.66},{&quot;2026-07-01&quot;:2.69},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.69},{&quot;2026-07-06&quot;:2.69},{&quot;2026-07-07&quot;:2.69},{&quot;2026-07-08&quot;:2.69},{&quot;2026-07-09&quot;:2.69},{&quot;2026-07-10&quot;:2.69},{&quot;2026-07-11&quot;:2.69},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.69},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.67},{&quot;2026-07-16&quot;:2.67},{&quot;2026-07-17&quot;:2.67},{&quot;2026-07-18&quot;:2.67},{&quot;2026-07-19&quot;:2.73},{&quot;2026-07-20&quot;:2.73},{&quot;2026-07-21&quot;:2.73},{&quot;2026-07-22&quot;:2.73},{&quot;2026-07-23&quot;:2.73},{&quot;2026-07-24&quot;:2.81},{&quot;2026-07-25&quot;:2.81},{&quot;2026-07-26&quot;:2.81},{&quot;2026-07-27&quot;:2.8},{&quot;2026-07-28&quot;:2.8},{&quot;2026-07-29&quot;:2.8},{&quot;2026-07-30&quot;:2.8},{&quot;2026-07-31&quot;:2.8},{&quot;2026-08-01&quot;:2.81},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.81},{&quot;2026-08-07&quot;:2.89},{&quot;2026-08-08&quot;:2.89},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.89},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:2.89},{&quot;2026-08-13&quot;:2.89},{&quot;2026-08-14&quot;:2.89},{&quot;2026-08-15&quot;:2.94},{&quot;2026-08-16&quot;:2.98},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:2.98},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:2.98},{&quot;2026-08-23&quot;:2.98},{&quot;2026-08-24&quot;:2.98},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:2.98},{&quot;2026-08-28&quot;:3.01},{&quot;2026-08-29&quot;:3.01},{&quot;2026-08-30&quot;:3.01},{&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.95},{&quot;2026-09-04&quot;:2.95},{&quot;2026-09-05&quot;:2.95},{&quot;2026-09-06&quot;:2.95},{&quot;2026-09-07&quot;:2.95},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:2.95},{&quot;2026-09-11&quot;:2.95},{&quot;2026-09-12&quot;:2.95},{&quot;2026-09-13&quot;:2.95}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.66},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.66},{&quot;2026-06-18&quot;:1.63},{&quot;2026-06-19&quot;:1.63},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-23&quot;:1.51},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.46},{&quot;2026-06-28&quot;:1.46},{&quot;2026-06-29&quot;:1.46},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.4},{&quot;2026-07-04&quot;:1.42},{&quot;2026-07-05&quot;:1.41},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.31},{&quot;2026-07-08&quot;:1.31},{&quot;2026-07-09&quot;:1.34},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.33},{&quot;2026-07-12&quot;:1.29},{&quot;2026-07-13&quot;:1.47},{&quot;2026-07-14&quot;:1.47},{&quot;2026-07-15&quot;:1.45},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.45},{&quot;2026-07-18&quot;:1.45},{&quot;2026-07-19&quot;:1.42},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.45},{&quot;2026-07-22&quot;:1.43},{&quot;2026-07-23&quot;:1.43},{&quot;2026-07-24&quot;:1.44},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.38},{&quot;2026-07-28&quot;:1.41},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.33},{&quot;2026-07-31&quot;:1.33},{&quot;2026-08-01&quot;:1.33},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.36},{&quot;2026-08-04&quot;:1.33},{&quot;2026-08-05&quot;:1.22},{&quot;2026-08-07&quot;:1.22},{&quot;2026-08-08&quot;:1.13},{&quot;2026-08-09&quot;:1.12},{&quot;2026-08-10&quot;:1.14},{&quot;2026-08-11&quot;:1.1},{&quot;2026-08-12&quot;:1.1},{&quot;2026-08-13&quot;:1.11},{&quot;2026-08-14&quot;:1.08},{&quot;2026-08-15&quot;:1.03},{&quot;2026-08-16&quot;:1.01},{&quot;2026-08-17&quot;:0.99},{&quot;2026-08-18&quot;:1.0},{&quot;2026-08-19&quot;:1.01},{&quot;2026-08-20&quot;:1.01},{&quot;2026-08-21&quot;:0.99},{&quot;2026-08-22&quot;:0.99},{&quot;2026-08-23&quot;:0.99},{&quot;2026-08-24&quot;:0.99},{&quot;2026-08-25&quot;:0.96},{&quot;2026-08-26&quot;:0.96},{&quot;2026-08-27&quot;:0.92},{&quot;2026-08-28&quot;:0.9},{&quot;2026-08-29&quot;:0.9},{&quot;2026-08-30&quot;:0.93},{&quot;2026-08-31&quot;:0.91},{&quot;2026-09-01&quot;:0.91},{&quot;2026-09-02&quot;:0.91},{&quot;2026-09-03&quot;:0.9},{&quot;2026-09-04&quot;:0.98},{&quot;2026-09-05&quot;:0.98},{&quot;2026-09-06&quot;:1.0},{&quot;2026-09-07&quot;:1.0},{&quot;2026-09-08&quot;:1.11},{&quot;2026-09-09&quot;:1.14},{&quot;2026-09-10&quot;:1.2},{&quot;2026-09-11&quot;:1.2},{&quot;2026-09-12&quot;:1.2},{&quot;2026-09-13&quot;:1.18}]}"
        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="77989"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Drown in the Loch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/b/8bf5df5b-164d-4ec2-a5e6-bbaea152e271.jpg?1783932598" />

        <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">
            Drown in the Loch
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Drown in the Loch" src="https://cards.scryfall.io/large/front/8/b/8bf5df5b-164d-4ec2-a5e6-bbaea152e271.jpg?1783932598" />
    </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">
                $1.18
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.36},{&quot;2026-06-17&quot;:1.36},{&quot;2026-06-18&quot;:1.36},{&quot;2026-06-19&quot;:1.36},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.36},{&quot;2026-06-22&quot;:1.36},{&quot;2026-06-23&quot;:1.36},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.36},{&quot;2026-06-26&quot;:1.36},{&quot;2026-06-27&quot;:1.36},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.36},{&quot;2026-06-30&quot;:1.36},{&quot;2026-07-01&quot;:1.36},{&quot;2026-07-02&quot;:1.36},{&quot;2026-07-03&quot;:1.36},{&quot;2026-07-04&quot;:1.36},{&quot;2026-07-05&quot;:1.35},{&quot;2026-07-06&quot;:1.35},{&quot;2026-07-07&quot;:1.41},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.4},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.4},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.41},{&quot;2026-07-16&quot;:1.41},{&quot;2026-07-17&quot;:1.42},{&quot;2026-07-18&quot;:1.42},{&quot;2026-07-19&quot;:1.45},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.45},{&quot;2026-07-22&quot;:1.45},{&quot;2026-07-23&quot;:1.45},{&quot;2026-07-24&quot;:1.45},{&quot;2026-07-25&quot;:1.45},{&quot;2026-07-26&quot;:1.44},{&quot;2026-07-27&quot;:1.44},{&quot;2026-07-28&quot;:1.44},{&quot;2026-07-29&quot;:1.44},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.38},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.34},{&quot;2026-08-04&quot;:1.35},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.34},{&quot;2026-08-08&quot;:1.37},{&quot;2026-08-09&quot;:1.37},{&quot;2026-08-10&quot;:1.37},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.37},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.37},{&quot;2026-08-15&quot;:1.37},{&quot;2026-08-16&quot;:1.37},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.37},{&quot;2026-08-19&quot;:1.37},{&quot;2026-08-20&quot;:1.37},{&quot;2026-08-21&quot;:1.37},{&quot;2026-08-22&quot;:1.37},{&quot;2026-08-23&quot;:1.41},{&quot;2026-08-24&quot;:1.41},{&quot;2026-08-25&quot;:1.41},{&quot;2026-08-26&quot;:1.41},{&quot;2026-08-27&quot;:1.41},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.41},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.41},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.41},{&quot;2026-09-05&quot;:1.41},{&quot;2026-09-06&quot;:1.37},{&quot;2026-09-07&quot;:1.41},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.38},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.37},{&quot;2026-09-12&quot;:1.37},{&quot;2026-09-13&quot;:1.37}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.22},{&quot;2026-06-16&quot;:1.37},{&quot;2026-06-17&quot;:1.34},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.28},{&quot;2026-06-20&quot;:1.23},{&quot;2026-06-21&quot;:1.18},{&quot;2026-06-22&quot;:1.13},{&quot;2026-06-23&quot;:1.01},{&quot;2026-06-24&quot;:0.97},{&quot;2026-06-25&quot;:0.93},{&quot;2026-06-26&quot;:0.97},{&quot;2026-06-27&quot;:0.99},{&quot;2026-06-28&quot;:0.99},{&quot;2026-06-29&quot;:0.95},{&quot;2026-06-30&quot;:0.95},{&quot;2026-07-01&quot;:0.92},{&quot;2026-07-02&quot;:0.92},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:1.01},{&quot;2026-07-05&quot;:1.02},{&quot;2026-07-06&quot;:1.02},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.01},{&quot;2026-07-09&quot;:0.98},{&quot;2026-07-10&quot;:1.01},{&quot;2026-07-11&quot;:1.01},{&quot;2026-07-12&quot;:1.01},{&quot;2026-07-13&quot;:1.02},{&quot;2026-07-14&quot;:0.99},{&quot;2026-07-15&quot;:1.0},{&quot;2026-07-16&quot;:1.01},{&quot;2026-07-17&quot;:1.05},{&quot;2026-07-18&quot;:1.06},{&quot;2026-07-19&quot;:1.14},{&quot;2026-07-20&quot;:1.26},{&quot;2026-07-21&quot;:1.35},{&quot;2026-07-22&quot;:1.37},{&quot;2026-07-23&quot;:1.35},{&quot;2026-07-24&quot;:1.33},{&quot;2026-07-25&quot;:1.34},{&quot;2026-07-26&quot;:1.28},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-28&quot;:1.29},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.36},{&quot;2026-07-31&quot;:1.35},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.25},{&quot;2026-08-05&quot;:1.16},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.07},{&quot;2026-08-09&quot;:1.05},{&quot;2026-08-10&quot;:1.12},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.23},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.23},{&quot;2026-08-17&quot;:1.25},{&quot;2026-08-18&quot;:1.35},{&quot;2026-08-19&quot;:1.33},{&quot;2026-08-20&quot;:1.42},{&quot;2026-08-21&quot;:1.41},{&quot;2026-08-22&quot;:1.37},{&quot;2026-08-23&quot;:1.35},{&quot;2026-08-24&quot;:1.32},{&quot;2026-08-25&quot;:1.33},{&quot;2026-08-26&quot;:1.34},{&quot;2026-08-27&quot;:1.32},{&quot;2026-08-28&quot;:1.3},{&quot;2026-08-29&quot;:1.3},{&quot;2026-08-30&quot;:1.25},{&quot;2026-08-31&quot;:1.26},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.24},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.25},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.17},{&quot;2026-09-08&quot;:1.19},{&quot;2026-09-09&quot;:1.2},{&quot;2026-09-10&quot;:1.15},{&quot;2026-09-11&quot;:1.16},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.18}]}"
        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="86787"
  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">
            Palladium Myr
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Myr
      </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">
            $1.18
          </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="Palladium Myr" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/10938276-ba27-48ea-9583-25a6e1245ad4.jpg?1783931833" />

        <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">
            Palladium Myr
        </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 Creature — Myr</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="Palladium Myr" src="https://cards.scryfall.io/large/front/1/0/10938276-ba27-48ea-9583-25a6e1245ad4.jpg?1783931833" />
    </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">
                $1.18
              </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.17</span>
              <span class="text-xs text-grey-text">Credit: $0.22</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.03},{&quot;2026-06-12&quot;:1.03},{&quot;2026-06-13&quot;:1.03},{&quot;2026-06-14&quot;:1.03},{&quot;2026-06-15&quot;:1.06},{&quot;2026-06-16&quot;:1.06},{&quot;2026-06-17&quot;:1.06},{&quot;2026-06-18&quot;:1.08},{&quot;2026-06-19&quot;:1.08},{&quot;2026-06-20&quot;:1.07},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:1.06},{&quot;2026-06-24&quot;:1.03},{&quot;2026-06-25&quot;:1.04},{&quot;2026-06-26&quot;:1.04},{&quot;2026-06-27&quot;:1.04},{&quot;2026-06-28&quot;:1.03},{&quot;2026-06-29&quot;:1.03},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.01},{&quot;2026-07-02&quot;:0.99},{&quot;2026-07-03&quot;:1.02},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.02},{&quot;2026-07-06&quot;:1.02},{&quot;2026-07-07&quot;:1.02},{&quot;2026-07-08&quot;:1.02},{&quot;2026-07-09&quot;:1.01},{&quot;2026-07-10&quot;:0.99},{&quot;2026-07-11&quot;:1.02},{&quot;2026-07-12&quot;:1.08},{&quot;2026-07-13&quot;:1.08},{&quot;2026-07-14&quot;:1.08},{&quot;2026-07-15&quot;:1.08},{&quot;2026-07-16&quot;:1.08},{&quot;2026-07-17&quot;:1.08},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.08},{&quot;2026-07-20&quot;:1.14},{&quot;2026-07-21&quot;:1.14},{&quot;2026-07-23&quot;:1.14},{&quot;2026-07-25&quot;:1.11},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.11},{&quot;2026-07-29&quot;:1.1},{&quot;2026-07-30&quot;:1.1},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.17},{&quot;2026-08-02&quot;:1.13},{&quot;2026-08-03&quot;:1.1},{&quot;2026-08-04&quot;:1.12},{&quot;2026-08-05&quot;:1.12},{&quot;2026-08-07&quot;:1.12},{&quot;2026-08-08&quot;:1.12},{&quot;2026-08-09&quot;:1.12},{&quot;2026-08-10&quot;:1.14},{&quot;2026-08-11&quot;:1.14},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.17},{&quot;2026-08-14&quot;:1.17},{&quot;2026-08-15&quot;:1.17},{&quot;2026-08-16&quot;:1.17},{&quot;2026-08-17&quot;:1.17},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.16},{&quot;2026-08-20&quot;:1.16},{&quot;2026-08-21&quot;:1.17},{&quot;2026-08-22&quot;:1.17},{&quot;2026-08-23&quot;:1.17},{&quot;2026-08-24&quot;:1.18},{&quot;2026-08-25&quot;:1.18},{&quot;2026-08-26&quot;:1.21},{&quot;2026-08-27&quot;:1.21},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.19},{&quot;2026-08-31&quot;:1.19},{&quot;2026-09-01&quot;:1.19},{&quot;2026-09-02&quot;:1.19},{&quot;2026-09-03&quot;:1.19},{&quot;2026-09-04&quot;:1.19},{&quot;2026-09-05&quot;:1.17},{&quot;2026-09-06&quot;:1.17},{&quot;2026-09-07&quot;:1.17},{&quot;2026-09-08&quot;:1.17},{&quot;2026-09-09&quot;:1.18},{&quot;2026-09-10&quot;:1.18},{&quot;2026-09-11&quot;:1.18},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.18}]}"
        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="89613"
  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">
            Mina and Denn, Wildborn
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Elf Ally
      </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">
            $1.18
          </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="Mina and Denn, Wildborn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/7/374b5d57-fd20-4062-9ec2-24ac557d9dde.jpg?1783929456" />

        <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">
            Mina and Denn, Wildborn
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Mina and Denn, Wildborn" src="https://cards.scryfall.io/large/front/3/7/374b5d57-fd20-4062-9ec2-24ac557d9dde.jpg?1783929456" />
    </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">
                $1.18
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.25},{&quot;2026-06-14&quot;:1.25},{&quot;2026-06-15&quot;:1.27},{&quot;2026-06-16&quot;:1.3},{&quot;2026-06-17&quot;:1.3},{&quot;2026-06-18&quot;:1.3},{&quot;2026-06-19&quot;:1.3},{&quot;2026-06-20&quot;:1.3},{&quot;2026-06-21&quot;:1.3},{&quot;2026-06-22&quot;:1.22},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.22},{&quot;2026-06-26&quot;:1.22},{&quot;2026-06-27&quot;:1.24},{&quot;2026-06-28&quot;:1.24},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.21},{&quot;2026-07-01&quot;:1.19},{&quot;2026-07-02&quot;:1.2},{&quot;2026-07-03&quot;:1.18},{&quot;2026-07-04&quot;:1.17},{&quot;2026-07-05&quot;:1.16},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.14},{&quot;2026-07-09&quot;:1.15},{&quot;2026-07-10&quot;:1.15},{&quot;2026-07-11&quot;:1.09},{&quot;2026-07-12&quot;:1.07},{&quot;2026-07-13&quot;:1.06},{&quot;2026-07-14&quot;:1.06},{&quot;2026-07-15&quot;:1.07},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.06},{&quot;2026-07-18&quot;:1.06},{&quot;2026-07-19&quot;:1.07},{&quot;2026-07-20&quot;:1.01},{&quot;2026-07-21&quot;:1.02},{&quot;2026-07-23&quot;:1.02},{&quot;2026-07-25&quot;:1.02},{&quot;2026-07-26&quot;:1.01},{&quot;2026-07-27&quot;:1.01},{&quot;2026-07-28&quot;:1.01},{&quot;2026-07-29&quot;:1.03},{&quot;2026-07-30&quot;:1.03},{&quot;2026-07-31&quot;:1.05},{&quot;2026-08-01&quot;:1.05},{&quot;2026-08-02&quot;:1.04},{&quot;2026-08-03&quot;:1.04},{&quot;2026-08-04&quot;:1.04},{&quot;2026-08-05&quot;:1.04},{&quot;2026-08-07&quot;:1.05},{&quot;2026-08-08&quot;:1.05},{&quot;2026-08-09&quot;:1.05},{&quot;2026-08-10&quot;:1.05},{&quot;2026-08-11&quot;:1.05},{&quot;2026-08-12&quot;:1.03},{&quot;2026-08-13&quot;:1.05},{&quot;2026-08-14&quot;:1.05},{&quot;2026-08-15&quot;:1.05},{&quot;2026-08-16&quot;:1.05},{&quot;2026-08-17&quot;:1.05},{&quot;2026-08-18&quot;:1.05},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.05},{&quot;2026-08-21&quot;:1.05},{&quot;2026-08-22&quot;:1.05},{&quot;2026-08-23&quot;:1.05},{&quot;2026-08-24&quot;:1.05},{&quot;2026-08-25&quot;:1.05},{&quot;2026-08-26&quot;:1.05},{&quot;2026-08-27&quot;:1.06},{&quot;2026-08-28&quot;:1.07},{&quot;2026-08-29&quot;:1.07},{&quot;2026-08-30&quot;:1.1},{&quot;2026-08-31&quot;:1.1},{&quot;2026-09-01&quot;:1.1},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.19},{&quot;2026-09-05&quot;:1.17},{&quot;2026-09-06&quot;:1.18},{&quot;2026-09-07&quot;:1.18},{&quot;2026-09-08&quot;:1.19},{&quot;2026-09-09&quot;:1.19},{&quot;2026-09-10&quot;:1.19},{&quot;2026-09-11&quot;:1.19},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.18}]}"
        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="108371"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Chromatic Lantern" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/8/68625010-3e4e-4400-b503-bf381a7fd81b.jpg?1783904155" />

        <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">
            Chromatic Lantern
        </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="Chromatic Lantern" src="https://cards.scryfall.io/large/front/6/8/68625010-3e4e-4400-b503-bf381a7fd81b.jpg?1783904155" />
    </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">
                $1.18
              </span>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:8.06},{&quot;2026-08-20&quot;:8.06},{&quot;2026-08-21&quot;:8.04},{&quot;2026-08-22&quot;:8.04},{&quot;2026-08-23&quot;:8.04},{&quot;2026-08-24&quot;:8.04},{&quot;2026-08-25&quot;:8.04},{&quot;2026-08-26&quot;:8.04},{&quot;2026-08-27&quot;:8.04},{&quot;2026-08-28&quot;:8.04},{&quot;2026-08-29&quot;:8.04},{&quot;2026-08-30&quot;:8.04},{&quot;2026-08-31&quot;:8.04},{&quot;2026-09-01&quot;:8.04},{&quot;2026-09-02&quot;:8.04},{&quot;2026-09-03&quot;:8.04},{&quot;2026-09-04&quot;:8.04},{&quot;2026-09-05&quot;:8.04},{&quot;2026-09-06&quot;:8.04},{&quot;2026-09-07&quot;:8.04},{&quot;2026-09-08&quot;:8.04},{&quot;2026-09-09&quot;:8.04},{&quot;2026-09-10&quot;:8.04},{&quot;2026-09-11&quot;:8.04},{&quot;2026-09-12&quot;:7.92},{&quot;2026-09-13&quot;:7.94}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.4},{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.42},{&quot;2026-06-16&quot;:1.43},{&quot;2026-06-17&quot;:1.55},{&quot;2026-06-18&quot;:1.58},{&quot;2026-06-19&quot;:1.48},{&quot;2026-06-20&quot;:1.48},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.51},{&quot;2026-06-24&quot;:1.51},{&quot;2026-06-25&quot;:1.49},{&quot;2026-06-26&quot;:1.48},{&quot;2026-06-27&quot;:1.42},{&quot;2026-06-28&quot;:1.45},{&quot;2026-06-29&quot;:1.45},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.41},{&quot;2026-07-02&quot;:1.53},{&quot;2026-07-03&quot;:1.56},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.54},{&quot;2026-07-06&quot;:1.46},{&quot;2026-07-07&quot;:1.29},{&quot;2026-07-08&quot;:1.29},{&quot;2026-07-09&quot;:1.38},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.46},{&quot;2026-07-13&quot;:1.48},{&quot;2026-07-14&quot;:1.55},{&quot;2026-07-15&quot;:1.58},{&quot;2026-07-16&quot;:1.61},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:1.62},{&quot;2026-07-21&quot;:1.69},{&quot;2026-07-23&quot;:1.59},{&quot;2026-07-25&quot;:1.62},{&quot;2026-07-26&quot;:1.63},{&quot;2026-07-27&quot;:1.54},{&quot;2026-07-28&quot;:1.53},{&quot;2026-07-29&quot;:1.5},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.3},{&quot;2026-08-02&quot;:1.3},{&quot;2026-08-03&quot;:1.25},{&quot;2026-08-04&quot;:1.24},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.19},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.23},{&quot;2026-08-10&quot;:1.29},{&quot;2026-08-11&quot;:1.33},{&quot;2026-08-12&quot;:1.36},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.36},{&quot;2026-08-15&quot;:1.28},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.22},{&quot;2026-08-18&quot;:1.3},{&quot;2026-08-19&quot;:1.31},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.13},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.02},{&quot;2026-08-24&quot;:1.1},{&quot;2026-08-25&quot;:1.13},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.29},{&quot;2026-08-28&quot;:1.45},{&quot;2026-08-29&quot;:1.45},{&quot;2026-08-30&quot;:1.48},{&quot;2026-08-31&quot;:1.29},{&quot;2026-09-01&quot;:1.2},{&quot;2026-09-02&quot;:1.17},{&quot;2026-09-03&quot;:1.1},{&quot;2026-09-04&quot;:1.12},{&quot;2026-09-05&quot;:1.09},{&quot;2026-09-06&quot;:1.13},{&quot;2026-09-07&quot;:1.25},{&quot;2026-09-08&quot;:1.31},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.27},{&quot;2026-09-11&quot;:1.2},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.18}]}"
        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="108854"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-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">
            Changing Loyalty
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.18
          </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="Changing Loyalty" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5c2e30d4-98ab-46a7-87ab-1c36c43ab34a.jpg?1782683369" />

        <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">
            Changing Loyalty
        </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 — Aura</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="Changing Loyalty" src="https://cards.scryfall.io/large/front/5/c/5c2e30d4-98ab-46a7-87ab-1c36c43ab34a.jpg?1782683369" />
    </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">
                $1.18
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.19},{&quot;2026-06-12&quot;:1.18},{&quot;2026-06-13&quot;:1.13},{&quot;2026-06-14&quot;:1.15},{&quot;2026-06-15&quot;:1.15},{&quot;2026-06-16&quot;:1.15},{&quot;2026-06-17&quot;:1.1},{&quot;2026-06-18&quot;:1.12},{&quot;2026-06-19&quot;:1.11},{&quot;2026-06-20&quot;:1.17},{&quot;2026-06-21&quot;:1.05},{&quot;2026-06-22&quot;:0.99},{&quot;2026-06-24&quot;:0.98},{&quot;2026-06-25&quot;:0.96},{&quot;2026-06-26&quot;:0.94},{&quot;2026-06-27&quot;:0.93},{&quot;2026-06-28&quot;:0.84},{&quot;2026-06-29&quot;:0.83},{&quot;2026-06-30&quot;:0.81},{&quot;2026-07-01&quot;:0.79},{&quot;2026-07-02&quot;:0.8},{&quot;2026-07-03&quot;:0.82},{&quot;2026-07-04&quot;:0.81},{&quot;2026-07-05&quot;:0.79},{&quot;2026-07-06&quot;:0.79},{&quot;2026-07-07&quot;:0.76},{&quot;2026-07-08&quot;:0.76},{&quot;2026-07-09&quot;:0.74},{&quot;2026-07-10&quot;:1.37},{&quot;2026-07-11&quot;:1.44},{&quot;2026-07-12&quot;:1.51},{&quot;2026-07-13&quot;:0.91},{&quot;2026-07-14&quot;:0.92},{&quot;2026-07-15&quot;:0.86},{&quot;2026-07-16&quot;:0.81},{&quot;2026-07-17&quot;:0.79},{&quot;2026-07-18&quot;:0.82},{&quot;2026-07-19&quot;:0.81},{&quot;2026-07-20&quot;:0.83},{&quot;2026-07-21&quot;:0.81},{&quot;2026-07-23&quot;:0.78},{&quot;2026-07-25&quot;:0.71},{&quot;2026-07-26&quot;:0.72},{&quot;2026-07-27&quot;:0.69},{&quot;2026-07-29&quot;:0.69},{&quot;2026-07-30&quot;:0.69},{&quot;2026-07-31&quot;:0.68},{&quot;2026-08-01&quot;:0.69},{&quot;2026-08-02&quot;:0.69},{&quot;2026-08-03&quot;:0.7},{&quot;2026-08-04&quot;:0.69},{&quot;2026-08-05&quot;:0.75},{&quot;2026-08-07&quot;:0.74},{&quot;2026-08-08&quot;:0.67},{&quot;2026-08-09&quot;:0.67},{&quot;2026-08-10&quot;:0.62},{&quot;2026-08-11&quot;:0.6},{&quot;2026-08-12&quot;:0.62},{&quot;2026-08-13&quot;:0.66},{&quot;2026-08-14&quot;:0.72},{&quot;2026-08-15&quot;:0.7},{&quot;2026-08-16&quot;:0.7},{&quot;2026-08-17&quot;:0.73},{&quot;2026-08-18&quot;:0.81},{&quot;2026-08-19&quot;:0.75},{&quot;2026-08-20&quot;:0.75},{&quot;2026-08-21&quot;:0.78},{&quot;2026-08-22&quot;:0.8},{&quot;2026-08-23&quot;:0.77},{&quot;2026-08-24&quot;:0.76},{&quot;2026-08-25&quot;:0.76},{&quot;2026-08-26&quot;:0.77},{&quot;2026-08-27&quot;:0.75},{&quot;2026-08-28&quot;:0.75},{&quot;2026-08-29&quot;:0.75},{&quot;2026-08-30&quot;:0.74},{&quot;2026-08-31&quot;:0.75},{&quot;2026-09-01&quot;:0.75},{&quot;2026-09-02&quot;:0.74},{&quot;2026-09-03&quot;:0.82},{&quot;2026-09-04&quot;:0.86},{&quot;2026-09-05&quot;:0.89},{&quot;2026-09-06&quot;:0.92},{&quot;2026-09-07&quot;:0.93},{&quot;2026-09-08&quot;:0.82},{&quot;2026-09-09&quot;:0.83},{&quot;2026-09-10&quot;:0.96},{&quot;2026-09-11&quot;:1.01},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.18}]}"
        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="13874"
  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">
            Austere Command
        </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="text-sm font-medium text-nine-white">
            $1.17
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Austere Command
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Austere Command" src="https://cards.scryfall.io/large/front/3/d/3d24036e-075f-4991-a740-a9d943722ad2.jpg?1783922495" />
    </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">
                $1.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">$0.17</span>
              <span class="text-xs text-grey-text">Credit: $0.22</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;:1.07},{&quot;2026-06-13&quot;:1.07},{&quot;2026-06-14&quot;:1.07},{&quot;2026-06-15&quot;:1.07},{&quot;2026-06-16&quot;:1.02},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:1.02},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:1.01},{&quot;2026-06-21&quot;:1.02},{&quot;2026-06-22&quot;:1.01},{&quot;2026-06-23&quot;:1.01},{&quot;2026-06-24&quot;:1.03},{&quot;2026-06-25&quot;:1.03},{&quot;2026-06-26&quot;:1.03},{&quot;2026-06-27&quot;:1.03},{&quot;2026-06-28&quot;:1.03},{&quot;2026-06-29&quot;:1.03},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.03},{&quot;2026-07-02&quot;:1.03},{&quot;2026-07-03&quot;:1.0},{&quot;2026-07-04&quot;:0.99},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:0.97},{&quot;2026-07-07&quot;:0.97},{&quot;2026-07-08&quot;:0.99},{&quot;2026-07-09&quot;:1.0},{&quot;2026-07-10&quot;:0.98},{&quot;2026-07-11&quot;:1.01},{&quot;2026-07-12&quot;:1.01},{&quot;2026-07-13&quot;:0.98},{&quot;2026-07-14&quot;:0.98},{&quot;2026-07-15&quot;:0.98},{&quot;2026-07-16&quot;:0.98},{&quot;2026-07-17&quot;:0.98},{&quot;2026-07-18&quot;:0.98},{&quot;2026-07-19&quot;:0.98},{&quot;2026-07-20&quot;:0.98},{&quot;2026-07-21&quot;:0.98},{&quot;2026-07-23&quot;:0.98},{&quot;2026-07-25&quot;:0.96},{&quot;2026-07-26&quot;:0.96},{&quot;2026-07-27&quot;:0.97},{&quot;2026-07-29&quot;:0.95},{&quot;2026-07-30&quot;:0.95},{&quot;2026-07-31&quot;:0.95},{&quot;2026-08-01&quot;:0.95},{&quot;2026-08-02&quot;:0.95},{&quot;2026-08-03&quot;:0.95},{&quot;2026-08-04&quot;:0.98},{&quot;2026-08-05&quot;:1.01},{&quot;2026-08-07&quot;:1.02},{&quot;2026-08-08&quot;:1.03},{&quot;2026-08-09&quot;:1.04},{&quot;2026-08-10&quot;:1.04},{&quot;2026-08-11&quot;:1.04},{&quot;2026-08-12&quot;:1.04},{&quot;2026-08-13&quot;:1.04},{&quot;2026-08-14&quot;:1.08},{&quot;2026-08-15&quot;:1.08},{&quot;2026-08-16&quot;:1.09},{&quot;2026-08-17&quot;:1.09},{&quot;2026-08-18&quot;:1.09},{&quot;2026-08-19&quot;:1.09},{&quot;2026-08-20&quot;:1.09},{&quot;2026-08-21&quot;:1.1},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.09},{&quot;2026-08-24&quot;:1.13},{&quot;2026-08-25&quot;:1.13},{&quot;2026-08-26&quot;:1.14},{&quot;2026-08-27&quot;:1.17},{&quot;2026-08-28&quot;:1.17},{&quot;2026-08-29&quot;:1.17},{&quot;2026-08-30&quot;:1.17},{&quot;2026-08-31&quot;:1.17},{&quot;2026-09-01&quot;:1.17},{&quot;2026-09-02&quot;:1.15},{&quot;2026-09-03&quot;:1.17},{&quot;2026-09-04&quot;:1.17},{&quot;2026-09-05&quot;:1.17},{&quot;2026-09-06&quot;:1.17},{&quot;2026-09-07&quot;:1.17},{&quot;2026-09-08&quot;:1.16},{&quot;2026-09-09&quot;:1.17},{&quot;2026-09-10&quot;:1.17},{&quot;2026-09-11&quot;:1.16},{&quot;2026-09-12&quot;:1.17},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="21057"
  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">
            Pillar of the Paruns
        </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">
              ↓
              10%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Pillar of the Paruns" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/c/4c66bacf-ad9a-40c3-a2b7-464be8d4dd24.jpg?1783921782" />

        <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">
            Pillar of the Paruns
        </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="Pillar of the Paruns" src="https://cards.scryfall.io/large/front/4/c/4c66bacf-ad9a-40c3-a2b7-464be8d4dd24.jpg?1783921782" />
    </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">
                $1.17
              </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">
                $1.67
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</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-15&quot;:1.64},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.64},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.64},{&quot;2026-06-23&quot;:1.64},{&quot;2026-06-24&quot;:1.64},{&quot;2026-06-25&quot;:1.64},{&quot;2026-06-26&quot;:1.64},{&quot;2026-06-27&quot;:1.64},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.66},{&quot;2026-07-06&quot;:1.66},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.66},{&quot;2026-07-09&quot;:1.66},{&quot;2026-07-10&quot;:1.66},{&quot;2026-07-11&quot;:1.66},{&quot;2026-07-12&quot;:1.66},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.66},{&quot;2026-07-15&quot;:1.66},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-22&quot;:1.68},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-24&quot;:1.7},{&quot;2026-07-25&quot;:1.7},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.7},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.7},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.7},{&quot;2026-08-04&quot;:1.7},{&quot;2026-08-05&quot;:1.7},{&quot;2026-08-07&quot;:1.7},{&quot;2026-08-08&quot;:1.7},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.74},{&quot;2026-08-11&quot;:1.74},{&quot;2026-08-12&quot;:1.74},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.74},{&quot;2026-08-16&quot;:1.74},{&quot;2026-08-17&quot;:1.74},{&quot;2026-08-18&quot;:1.74},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.74},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.72},{&quot;2026-08-24&quot;:1.72},{&quot;2026-08-25&quot;:1.72},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.69},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.69},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.69},{&quot;2026-09-04&quot;:1.69},{&quot;2026-09-05&quot;:1.69},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.69},{&quot;2026-09-08&quot;:1.69},{&quot;2026-09-09&quot;:1.69},{&quot;2026-09-10&quot;:1.69},{&quot;2026-09-11&quot;:1.69},{&quot;2026-09-12&quot;:1.69},{&quot;2026-09-13&quot;:1.67}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.1},{&quot;2026-06-16&quot;:1.08},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:1.0},{&quot;2026-06-20&quot;:1.02},{&quot;2026-06-21&quot;:1.02},{&quot;2026-06-22&quot;:1.02},{&quot;2026-06-23&quot;:1.02},{&quot;2026-06-24&quot;:1.01},{&quot;2026-06-25&quot;:1.01},{&quot;2026-06-26&quot;:0.97},{&quot;2026-06-27&quot;:0.93},{&quot;2026-06-28&quot;:0.9},{&quot;2026-06-29&quot;:0.92},{&quot;2026-06-30&quot;:0.93},{&quot;2026-07-01&quot;:0.9},{&quot;2026-07-02&quot;:0.91},{&quot;2026-07-03&quot;:0.85},{&quot;2026-07-04&quot;:0.88},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:0.99},{&quot;2026-07-07&quot;:0.99},{&quot;2026-07-08&quot;:1.03},{&quot;2026-07-09&quot;:1.07},{&quot;2026-07-10&quot;:1.07},{&quot;2026-07-11&quot;:1.07},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.16},{&quot;2026-07-14&quot;:1.15},{&quot;2026-07-15&quot;:1.17},{&quot;2026-07-16&quot;:1.17},{&quot;2026-07-17&quot;:1.21},{&quot;2026-07-18&quot;:1.22},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.23},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-22&quot;:1.27},{&quot;2026-07-23&quot;:1.27},{&quot;2026-07-24&quot;:1.29},{&quot;2026-07-25&quot;:1.29},{&quot;2026-07-26&quot;:1.29},{&quot;2026-07-27&quot;:1.23},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.23},{&quot;2026-07-30&quot;:1.2},{&quot;2026-07-31&quot;:1.2},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.2},{&quot;2026-08-03&quot;:1.2},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.2},{&quot;2026-08-07&quot;:1.3},{&quot;2026-08-08&quot;:1.3},{&quot;2026-08-09&quot;:1.3},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.31},{&quot;2026-08-13&quot;:1.39},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.4},{&quot;2026-08-16&quot;:1.42},{&quot;2026-08-17&quot;:1.42},{&quot;2026-08-18&quot;:1.42},{&quot;2026-08-19&quot;:1.41},{&quot;2026-08-20&quot;:1.43},{&quot;2026-08-21&quot;:1.47},{&quot;2026-08-22&quot;:1.47},{&quot;2026-08-23&quot;:1.47},{&quot;2026-08-24&quot;:1.47},{&quot;2026-08-25&quot;:1.47},{&quot;2026-08-26&quot;:1.47},{&quot;2026-08-27&quot;:1.42},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.4},{&quot;2026-09-01&quot;:1.36},{&quot;2026-09-02&quot;:1.31},{&quot;2026-09-03&quot;:1.3},{&quot;2026-09-04&quot;:1.3},{&quot;2026-09-05&quot;:1.3},{&quot;2026-09-06&quot;:1.3},{&quot;2026-09-07&quot;:1.3},{&quot;2026-09-08&quot;:1.25},{&quot;2026-09-09&quot;:1.21},{&quot;2026-09-10&quot;:1.17},{&quot;2026-09-11&quot;:1.17},{&quot;2026-09-12&quot;:1.17},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Herald of Eternal Dawn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/9/c9fdfebf-98e0-4718-bac3-6eee1cd0623d.jpg?1783909125" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Herald of Eternal Dawn" src="https://cards.scryfall.io/large/front/c/9/c9fdfebf-98e0-4718-bac3-6eee1cd0623d.jpg?1783909125" />
    </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">
                $1.17
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.78
              </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.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</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-15&quot;:1.62},{&quot;2026-06-16&quot;:1.62},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.62},{&quot;2026-06-19&quot;:1.59},{&quot;2026-06-20&quot;:1.58},{&quot;2026-06-21&quot;:1.56},{&quot;2026-06-22&quot;:1.56},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.53},{&quot;2026-06-28&quot;:1.55},{&quot;2026-06-29&quot;:1.55},{&quot;2026-06-30&quot;:1.54},{&quot;2026-07-01&quot;:1.57},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.64},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.64},{&quot;2026-07-12&quot;:1.64},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.64},{&quot;2026-07-15&quot;:1.64},{&quot;2026-07-16&quot;:1.64},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.66},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-22&quot;:1.7},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-24&quot;:1.76},{&quot;2026-07-25&quot;:1.76},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.86},{&quot;2026-07-28&quot;:1.86},{&quot;2026-07-29&quot;:1.86},{&quot;2026-07-30&quot;:1.89},{&quot;2026-07-31&quot;:1.91},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:1.97},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:1.97},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:1.98},{&quot;2026-08-10&quot;:1.94},{&quot;2026-08-11&quot;:1.98},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:1.98},{&quot;2026-08-14&quot;:1.98},{&quot;2026-08-15&quot;:1.98},{&quot;2026-08-16&quot;:1.99},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:2.0},{&quot;2026-08-20&quot;:2.0},{&quot;2026-08-21&quot;:2.0},{&quot;2026-08-22&quot;:2.0},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.01},{&quot;2026-08-25&quot;:2.01},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:1.92},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.86},{&quot;2026-09-03&quot;:1.86},{&quot;2026-09-04&quot;:1.84},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.74},{&quot;2026-09-09&quot;:1.74},{&quot;2026-09-10&quot;:1.74},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.78}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.3},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.35},{&quot;2026-06-18&quot;:1.4},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.41},{&quot;2026-06-21&quot;:1.34},{&quot;2026-06-22&quot;:1.38},{&quot;2026-06-23&quot;:1.34},{&quot;2026-06-24&quot;:1.33},{&quot;2026-06-25&quot;:1.29},{&quot;2026-06-26&quot;:1.3},{&quot;2026-06-27&quot;:1.27},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.25},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.21},{&quot;2026-07-03&quot;:1.16},{&quot;2026-07-04&quot;:1.13},{&quot;2026-07-05&quot;:1.13},{&quot;2026-07-06&quot;:1.09},{&quot;2026-07-07&quot;:1.03},{&quot;2026-07-08&quot;:1.02},{&quot;2026-07-09&quot;:1.0},{&quot;2026-07-10&quot;:0.99},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.0},{&quot;2026-07-13&quot;:1.0},{&quot;2026-07-14&quot;:1.07},{&quot;2026-07-15&quot;:1.07},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.09},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.09},{&quot;2026-07-21&quot;:1.07},{&quot;2026-07-22&quot;:1.04},{&quot;2026-07-23&quot;:1.11},{&quot;2026-07-24&quot;:1.14},{&quot;2026-07-25&quot;:1.11},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.24},{&quot;2026-07-28&quot;:1.31},{&quot;2026-07-29&quot;:1.34},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.41},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.22},{&quot;2026-08-07&quot;:1.22},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.08},{&quot;2026-08-12&quot;:2.09},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.08},{&quot;2026-08-15&quot;:1.23},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.27},{&quot;2026-08-18&quot;:1.25},{&quot;2026-08-19&quot;:1.25},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.21},{&quot;2026-08-23&quot;:1.19},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.09},{&quot;2026-08-26&quot;:1.1},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.2},{&quot;2026-08-31&quot;:1.23},{&quot;2026-09-01&quot;:1.16},{&quot;2026-09-02&quot;:1.26},{&quot;2026-09-03&quot;:1.34},{&quot;2026-09-04&quot;:1.33},{&quot;2026-09-05&quot;:1.3},{&quot;2026-09-06&quot;:1.31},{&quot;2026-09-07&quot;:1.39},{&quot;2026-09-08&quot;:1.3},{&quot;2026-09-09&quot;:1.19},{&quot;2026-09-10&quot;:1.18},{&quot;2026-09-11&quot;:1.17},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="52813"
  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">
            Mutilate
        </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">
              ↓
              24%
            </span>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mutilate" src="https://cards.scryfall.io/large/front/a/0/a0a4ffd3-f116-4e9a-b46a-b92402ab2afb.jpg?1783910608" />
    </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">
                $1.17
              </span>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.77},{&quot;2026-06-16&quot;:0.75},{&quot;2026-06-17&quot;:0.75},{&quot;2026-06-18&quot;:0.77},{&quot;2026-06-19&quot;:0.76},{&quot;2026-06-20&quot;:0.75},{&quot;2026-06-21&quot;:0.72},{&quot;2026-06-22&quot;:0.72},{&quot;2026-06-23&quot;:0.73},{&quot;2026-06-24&quot;:0.73},{&quot;2026-06-25&quot;:0.71},{&quot;2026-06-26&quot;:0.7},{&quot;2026-06-27&quot;:0.7},{&quot;2026-06-28&quot;:0.74},{&quot;2026-06-29&quot;:0.73},{&quot;2026-06-30&quot;:0.73},{&quot;2026-07-01&quot;:0.71},{&quot;2026-07-02&quot;:0.69},{&quot;2026-07-03&quot;:0.73},{&quot;2026-07-04&quot;:0.73},{&quot;2026-07-05&quot;:0.73},{&quot;2026-07-06&quot;:0.72},{&quot;2026-07-07&quot;:0.71},{&quot;2026-07-08&quot;:0.77},{&quot;2026-07-09&quot;:0.77},{&quot;2026-07-10&quot;:0.77},{&quot;2026-07-11&quot;:0.77},{&quot;2026-07-12&quot;:0.73},{&quot;2026-07-13&quot;:0.74},{&quot;2026-07-14&quot;:0.88},{&quot;2026-07-15&quot;:0.88},{&quot;2026-07-16&quot;:0.9},{&quot;2026-07-17&quot;:0.9},{&quot;2026-07-18&quot;:0.9},{&quot;2026-07-19&quot;:1.12},{&quot;2026-07-20&quot;:1.26},{&quot;2026-07-21&quot;:1.26},{&quot;2026-07-22&quot;:1.92},{&quot;2026-07-23&quot;:1.94},{&quot;2026-07-24&quot;:1.94},{&quot;2026-07-25&quot;:1.94},{&quot;2026-07-26&quot;:1.9},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-28&quot;:1.89},{&quot;2026-07-29&quot;:1.89},{&quot;2026-07-30&quot;:1.84},{&quot;2026-07-31&quot;:1.85},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:2.27},{&quot;2026-08-04&quot;:2.25},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.62},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.72},{&quot;2026-08-12&quot;:2.81},{&quot;2026-08-13&quot;:2.65},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.65},{&quot;2026-08-16&quot;:2.51},{&quot;2026-08-17&quot;:2.51},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:2.34},{&quot;2026-08-20&quot;:2.34},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:1.79},{&quot;2026-08-23&quot;:1.79},{&quot;2026-08-24&quot;:1.79},{&quot;2026-08-25&quot;:1.79},{&quot;2026-08-26&quot;:1.84},{&quot;2026-08-27&quot;:1.84},{&quot;2026-08-28&quot;:1.87},{&quot;2026-08-29&quot;:1.87},{&quot;2026-08-30&quot;:1.44},{&quot;2026-08-31&quot;:1.44},{&quot;2026-09-01&quot;:1.44},{&quot;2026-09-02&quot;:1.48},{&quot;2026-09-03&quot;:1.48},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.53},{&quot;2026-09-06&quot;:1.53},{&quot;2026-09-07&quot;:1.53},{&quot;2026-09-08&quot;:1.48},{&quot;2026-09-09&quot;:1.48},{&quot;2026-09-10&quot;:1.48},{&quot;2026-09-11&quot;:1.49},{&quot;2026-09-12&quot;:1.48},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="61378"
  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-rav 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">
            Dimir Signet
        </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">
              ↓
              31%
            </span>

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

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

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

        <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">
            Dimir Signet
        </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</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="Dimir Signet" src="https://cards.scryfall.io/large/front/9/a/9a9a1df5-a4e8-49a4-aebe-ca93894ccfcf.jpg?1783943598" />
    </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">
                $1.17
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  31%
                </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.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">$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;2026-06-12&quot;:10.11},{&quot;2026-06-13&quot;:10.11},{&quot;2026-06-14&quot;:10.11},{&quot;2026-06-15&quot;:10.11},{&quot;2026-06-16&quot;:10.11},{&quot;2026-06-17&quot;:10.11},{&quot;2026-06-18&quot;:10.11},{&quot;2026-06-19&quot;:10.11},{&quot;2026-06-20&quot;:10.11},{&quot;2026-06-21&quot;:10.11},{&quot;2026-06-22&quot;:10.11},{&quot;2026-06-23&quot;:10.11},{&quot;2026-06-24&quot;:10.11},{&quot;2026-06-25&quot;:10.11},{&quot;2026-06-26&quot;:10.11},{&quot;2026-06-27&quot;:10.11},{&quot;2026-06-28&quot;:10.11},{&quot;2026-06-29&quot;:10.11},{&quot;2026-06-30&quot;:10.11},{&quot;2026-07-01&quot;:10.11},{&quot;2026-07-02&quot;:10.11},{&quot;2026-07-03&quot;:10.11},{&quot;2026-07-04&quot;:10.11},{&quot;2026-07-05&quot;:10.11},{&quot;2026-07-06&quot;:10.11},{&quot;2026-07-07&quot;:10.11},{&quot;2026-07-08&quot;:10.11},{&quot;2026-07-09&quot;:10.11},{&quot;2026-07-10&quot;:10.11},{&quot;2026-07-11&quot;:10.11},{&quot;2026-07-12&quot;:10.11},{&quot;2026-07-13&quot;:10.11},{&quot;2026-07-14&quot;:10.11},{&quot;2026-07-15&quot;:10.11},{&quot;2026-07-16&quot;:10.11},{&quot;2026-07-17&quot;:10.11},{&quot;2026-07-18&quot;:10.11},{&quot;2026-07-19&quot;:10.11},{&quot;2026-07-20&quot;:10.11},{&quot;2026-07-21&quot;:10.11},{&quot;2026-07-23&quot;:10.11},{&quot;2026-07-25&quot;:10.11},{&quot;2026-07-26&quot;:10.13},{&quot;2026-07-27&quot;:10.13},{&quot;2026-07-29&quot;:10.13},{&quot;2026-07-30&quot;:10.13},{&quot;2026-07-31&quot;:10.13},{&quot;2026-08-01&quot;:10.13},{&quot;2026-08-02&quot;:10.13},{&quot;2026-08-03&quot;:10.13},{&quot;2026-08-04&quot;:10.13},{&quot;2026-08-05&quot;:10.13},{&quot;2026-08-07&quot;:10.13},{&quot;2026-08-08&quot;:10.13},{&quot;2026-08-09&quot;:10.13},{&quot;2026-08-10&quot;:10.16},{&quot;2026-08-11&quot;:10.16},{&quot;2026-08-12&quot;:10.13},{&quot;2026-08-13&quot;:10.13},{&quot;2026-08-14&quot;:10.13},{&quot;2026-08-15&quot;:10.13},{&quot;2026-08-16&quot;:10.13},{&quot;2026-08-17&quot;:10.13},{&quot;2026-08-18&quot;:10.13},{&quot;2026-08-19&quot;:10.13},{&quot;2026-08-20&quot;:10.13},{&quot;2026-08-21&quot;:10.13},{&quot;2026-08-22&quot;:10.13},{&quot;2026-08-23&quot;:10.13},{&quot;2026-08-24&quot;:10.13},{&quot;2026-08-25&quot;:10.13},{&quot;2026-08-26&quot;:10.13},{&quot;2026-08-27&quot;:10.13},{&quot;2026-08-28&quot;:10.13},{&quot;2026-08-29&quot;:10.13},{&quot;2026-08-30&quot;:10.13},{&quot;2026-08-31&quot;:10.13},{&quot;2026-09-01&quot;:10.13},{&quot;2026-09-02&quot;:10.13},{&quot;2026-09-03&quot;:10.13},{&quot;2026-09-04&quot;:10.13},{&quot;2026-09-05&quot;:10.13},{&quot;2026-09-06&quot;:10.13},{&quot;2026-09-07&quot;:10.13},{&quot;2026-09-08&quot;:10.13},{&quot;2026-09-09&quot;:10.13},{&quot;2026-09-10&quot;:10.13},{&quot;2026-09-11&quot;:10.13},{&quot;2026-09-12&quot;:10.13},{&quot;2026-09-13&quot;:10.13}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.77},{&quot;2026-06-13&quot;:1.77},{&quot;2026-06-14&quot;:1.77},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.77},{&quot;2026-06-17&quot;:1.74},{&quot;2026-06-18&quot;:1.74},{&quot;2026-06-19&quot;:1.74},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.74},{&quot;2026-06-23&quot;:1.74},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.62},{&quot;2026-07-01&quot;:1.56},{&quot;2026-07-02&quot;:1.56},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.52},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.49},{&quot;2026-07-07&quot;:1.49},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.51},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.53},{&quot;2026-07-15&quot;:1.51},{&quot;2026-07-16&quot;:1.51},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.53},{&quot;2026-07-23&quot;:1.55},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.52},{&quot;2026-07-27&quot;:1.51},{&quot;2026-07-29&quot;:1.51},{&quot;2026-07-30&quot;:1.51},{&quot;2026-07-31&quot;:1.51},{&quot;2026-08-01&quot;:1.51},{&quot;2026-08-02&quot;:1.51},{&quot;2026-08-03&quot;:1.38},{&quot;2026-08-04&quot;:1.51},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.19},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.14},{&quot;2026-08-12&quot;:1.09},{&quot;2026-08-13&quot;:1.09},{&quot;2026-08-14&quot;:1.18},{&quot;2026-08-15&quot;:1.11},{&quot;2026-08-16&quot;:1.11},{&quot;2026-08-17&quot;:1.11},{&quot;2026-08-18&quot;:1.3},{&quot;2026-08-19&quot;:1.35},{&quot;2026-08-20&quot;:1.35},{&quot;2026-08-21&quot;:1.32},{&quot;2026-08-22&quot;:1.32},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.3},{&quot;2026-08-25&quot;:1.3},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.38},{&quot;2026-08-31&quot;:1.46},{&quot;2026-09-01&quot;:1.46},{&quot;2026-09-02&quot;:1.42},{&quot;2026-09-03&quot;:1.58},{&quot;2026-09-04&quot;:1.58},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.7},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.53},{&quot;2026-09-12&quot;:1.47},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78954"
  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">
            Venser, Shaper Savant
        </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">
            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">
            $1.17
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Venser, Shaper Savant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/0/c08dabd1-c043-4bcf-afa8-271225a099e1.jpg?1783927838" />

        <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">
            Venser, Shaper Savant
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Venser, Shaper Savant" src="https://cards.scryfall.io/large/front/c/0/c08dabd1-c043-4bcf-afa8-271225a099e1.jpg?1783927838" />
    </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">
                $1.17
              </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">
                $1.57
              </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.25</span>
              <span class="text-xs text-grey-text">Credit: $0.33</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.56},{&quot;2026-06-14&quot;:1.56},{&quot;2026-06-15&quot;:1.56},{&quot;2026-06-16&quot;:1.56},{&quot;2026-06-17&quot;:1.56},{&quot;2026-06-18&quot;:1.56},{&quot;2026-06-19&quot;:1.56},{&quot;2026-06-20&quot;:1.56},{&quot;2026-06-21&quot;:1.56},{&quot;2026-06-22&quot;:1.56},{&quot;2026-06-23&quot;:1.56},{&quot;2026-06-24&quot;:1.53},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.52},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.52},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.52},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.52},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.56},{&quot;2026-07-12&quot;:1.56},{&quot;2026-07-13&quot;:1.56},{&quot;2026-07-14&quot;:1.56},{&quot;2026-07-15&quot;:1.55},{&quot;2026-07-16&quot;:1.55},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.55},{&quot;2026-07-20&quot;:1.55},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-23&quot;:1.55},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.55},{&quot;2026-07-27&quot;:1.55},{&quot;2026-07-28&quot;:1.55},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.55},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.55},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.46},{&quot;2026-08-07&quot;:1.46},{&quot;2026-08-08&quot;:1.53},{&quot;2026-08-09&quot;:1.53},{&quot;2026-08-10&quot;:1.53},{&quot;2026-08-11&quot;:1.53},{&quot;2026-08-12&quot;:1.53},{&quot;2026-08-13&quot;:1.53},{&quot;2026-08-14&quot;:1.53},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.53},{&quot;2026-08-17&quot;:1.52},{&quot;2026-08-18&quot;:1.52},{&quot;2026-08-19&quot;:1.51},{&quot;2026-08-20&quot;:1.51},{&quot;2026-08-21&quot;:1.51},{&quot;2026-08-22&quot;:1.51},{&quot;2026-08-23&quot;:1.51},{&quot;2026-08-24&quot;:1.51},{&quot;2026-08-25&quot;:1.51},{&quot;2026-08-26&quot;:1.51},{&quot;2026-08-27&quot;:1.55},{&quot;2026-08-28&quot;:1.55},{&quot;2026-08-29&quot;:1.55},{&quot;2026-08-30&quot;:1.55},{&quot;2026-08-31&quot;:1.55},{&quot;2026-09-01&quot;:1.55},{&quot;2026-09-02&quot;:1.54},{&quot;2026-09-03&quot;:1.55},{&quot;2026-09-04&quot;:1.57},{&quot;2026-09-05&quot;:1.57},{&quot;2026-09-06&quot;:1.57},{&quot;2026-09-07&quot;:1.57},{&quot;2026-09-08&quot;:1.57},{&quot;2026-09-09&quot;:1.57},{&quot;2026-09-10&quot;:1.57},{&quot;2026-09-11&quot;:1.57},{&quot;2026-09-12&quot;:1.57},{&quot;2026-09-13&quot;:1.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.19},{&quot;2026-06-14&quot;:1.19},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.33},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.31},{&quot;2026-06-20&quot;:1.29},{&quot;2026-06-21&quot;:1.29},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.2},{&quot;2026-06-27&quot;:1.22},{&quot;2026-06-28&quot;:1.19},{&quot;2026-06-29&quot;:1.15},{&quot;2026-06-30&quot;:1.18},{&quot;2026-07-01&quot;:1.16},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.16},{&quot;2026-07-04&quot;:1.14},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.12},{&quot;2026-07-07&quot;:1.09},{&quot;2026-07-08&quot;:1.07},{&quot;2026-07-09&quot;:1.07},{&quot;2026-07-10&quot;:1.09},{&quot;2026-07-11&quot;:1.09},{&quot;2026-07-12&quot;:1.09},{&quot;2026-07-13&quot;:1.07},{&quot;2026-07-14&quot;:0.99},{&quot;2026-07-15&quot;:1.0},{&quot;2026-07-16&quot;:1.0},{&quot;2026-07-17&quot;:1.01},{&quot;2026-07-18&quot;:1.01},{&quot;2026-07-19&quot;:1.0},{&quot;2026-07-20&quot;:1.0},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.2},{&quot;2026-07-25&quot;:1.31},{&quot;2026-07-26&quot;:1.31},{&quot;2026-07-27&quot;:1.33},{&quot;2026-07-28&quot;:1.33},{&quot;2026-07-29&quot;:1.31},{&quot;2026-07-30&quot;:1.31},{&quot;2026-07-31&quot;:1.3},{&quot;2026-08-01&quot;:1.3},{&quot;2026-08-02&quot;:1.3},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.32},{&quot;2026-08-08&quot;:1.25},{&quot;2026-08-09&quot;:1.25},{&quot;2026-08-10&quot;:1.25},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.27},{&quot;2026-08-13&quot;:1.28},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.26},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.29},{&quot;2026-08-18&quot;:1.27},{&quot;2026-08-19&quot;:1.28},{&quot;2026-08-20&quot;:1.28},{&quot;2026-08-21&quot;:1.33},{&quot;2026-08-22&quot;:1.32},{&quot;2026-08-23&quot;:1.33},{&quot;2026-08-24&quot;:1.33},{&quot;2026-08-25&quot;:1.33},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.26},{&quot;2026-08-29&quot;:1.26},{&quot;2026-08-30&quot;:1.26},{&quot;2026-08-31&quot;:1.27},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.28},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.14},{&quot;2026-09-07&quot;:1.14},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.09},{&quot;2026-09-10&quot;:1.09},{&quot;2026-09-11&quot;:1.09},{&quot;2026-09-12&quot;:1.14},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78962"
  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">
            Utopia Sprawl
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Utopia Sprawl" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/4/44d14297-f84b-40bd-bd0a-b67d13787ca0.jpg?1783910234" />

        <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">
            Utopia Sprawl
        </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">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="Utopia Sprawl" src="https://cards.scryfall.io/large/front/4/4/44d14297-f84b-40bd-bd0a-b67d13787ca0.jpg?1783910234" />
    </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">
                $1.17
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.02},{&quot;2026-06-16&quot;:1.02},{&quot;2026-06-17&quot;:1.02},{&quot;2026-06-18&quot;:1.02},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.04},{&quot;2026-06-21&quot;:1.04},{&quot;2026-06-22&quot;:1.09},{&quot;2026-06-23&quot;:1.1},{&quot;2026-06-24&quot;:1.1},{&quot;2026-06-25&quot;:1.1},{&quot;2026-06-26&quot;:1.1},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.11},{&quot;2026-06-29&quot;:1.12},{&quot;2026-06-30&quot;:1.12},{&quot;2026-07-01&quot;:1.12},{&quot;2026-07-02&quot;:1.05},{&quot;2026-07-03&quot;:1.05},{&quot;2026-07-04&quot;:1.06},{&quot;2026-07-05&quot;:1.06},{&quot;2026-07-06&quot;:1.01},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.02},{&quot;2026-07-09&quot;:1.02},{&quot;2026-07-10&quot;:1.02},{&quot;2026-07-11&quot;:1.03},{&quot;2026-07-12&quot;:1.03},{&quot;2026-07-13&quot;:1.04},{&quot;2026-07-14&quot;:1.03},{&quot;2026-07-15&quot;:1.03},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:1.02},{&quot;2026-07-18&quot;:1.03},{&quot;2026-07-19&quot;:1.03},{&quot;2026-07-20&quot;:1.05},{&quot;2026-07-21&quot;:1.05},{&quot;2026-07-22&quot;:1.16},{&quot;2026-07-23&quot;:1.16},{&quot;2026-07-24&quot;:1.17},{&quot;2026-07-25&quot;:1.16},{&quot;2026-07-26&quot;:1.16},{&quot;2026-07-27&quot;:1.16},{&quot;2026-07-28&quot;:1.15},{&quot;2026-07-29&quot;:1.14},{&quot;2026-07-30&quot;:1.14},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.17},{&quot;2026-08-02&quot;:1.16},{&quot;2026-08-03&quot;:1.16},{&quot;2026-08-04&quot;:1.15},{&quot;2026-08-05&quot;:1.15},{&quot;2026-08-07&quot;:1.13},{&quot;2026-08-08&quot;:1.09},{&quot;2026-08-09&quot;:1.09},{&quot;2026-08-10&quot;:1.08},{&quot;2026-08-11&quot;:1.08},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.1},{&quot;2026-08-14&quot;:1.1},{&quot;2026-08-15&quot;:1.08},{&quot;2026-08-16&quot;:1.09},{&quot;2026-08-17&quot;:1.1},{&quot;2026-08-18&quot;:1.11},{&quot;2026-08-19&quot;:1.06},{&quot;2026-08-20&quot;:1.04},{&quot;2026-08-21&quot;:1.04},{&quot;2026-08-22&quot;:1.04},{&quot;2026-08-23&quot;:1.11},{&quot;2026-08-24&quot;:1.13},{&quot;2026-08-25&quot;:1.14},{&quot;2026-08-26&quot;:1.15},{&quot;2026-08-27&quot;:1.15},{&quot;2026-08-28&quot;:1.15},{&quot;2026-08-29&quot;:1.15},{&quot;2026-08-30&quot;:1.18},{&quot;2026-08-31&quot;:1.18},{&quot;2026-09-01&quot;:1.18},{&quot;2026-09-02&quot;:1.17},{&quot;2026-09-03&quot;:1.18},{&quot;2026-09-04&quot;:1.18},{&quot;2026-09-05&quot;:1.18},{&quot;2026-09-06&quot;:1.18},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.2},{&quot;2026-09-09&quot;:1.22},{&quot;2026-09-10&quot;:1.23},{&quot;2026-09-11&quot;:1.18},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="83873"
  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">
            Klothys, God of Destiny
        </span>


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Klothys, God of Destiny" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/6/f62a5e40-8fad-4efc-81ae-fb3e3b5b6cab.jpg?1783910050" />

        <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">
            Klothys, God of Destiny
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Klothys, God of Destiny" src="https://cards.scryfall.io/large/front/f/6/f62a5e40-8fad-4efc-81ae-fb3e3b5b6cab.jpg?1783910050" />
    </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">
                $1.17
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.26},{&quot;2026-06-12&quot;:1.24},{&quot;2026-06-13&quot;:1.24},{&quot;2026-06-14&quot;:1.26},{&quot;2026-06-15&quot;:1.27},{&quot;2026-06-16&quot;:1.3},{&quot;2026-06-17&quot;:1.3},{&quot;2026-06-18&quot;:1.26},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-24&quot;:1.27},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.25},{&quot;2026-06-27&quot;:1.27},{&quot;2026-06-28&quot;:1.32},{&quot;2026-06-29&quot;:1.31},{&quot;2026-06-30&quot;:1.31},{&quot;2026-07-01&quot;:1.31},{&quot;2026-07-02&quot;:1.31},{&quot;2026-07-03&quot;:1.3},{&quot;2026-07-04&quot;:1.3},{&quot;2026-07-05&quot;:1.3},{&quot;2026-07-06&quot;:1.28},{&quot;2026-07-07&quot;:1.25},{&quot;2026-07-08&quot;:1.24},{&quot;2026-07-09&quot;:1.2},{&quot;2026-07-10&quot;:1.2},{&quot;2026-07-11&quot;:1.26},{&quot;2026-07-12&quot;:1.29},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.29},{&quot;2026-07-15&quot;:1.28},{&quot;2026-07-16&quot;:1.31},{&quot;2026-07-17&quot;:1.3},{&quot;2026-07-18&quot;:1.32},{&quot;2026-07-19&quot;:1.32},{&quot;2026-07-20&quot;:1.38},{&quot;2026-07-21&quot;:1.38},{&quot;2026-07-23&quot;:1.45},{&quot;2026-07-25&quot;:1.5},{&quot;2026-07-26&quot;:1.5},{&quot;2026-07-27&quot;:1.5},{&quot;2026-07-29&quot;:1.48},{&quot;2026-07-30&quot;:1.54},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.62},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.85},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.77},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.67},{&quot;2026-08-16&quot;:1.67},{&quot;2026-08-17&quot;:1.66},{&quot;2026-08-18&quot;:1.56},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.55},{&quot;2026-08-22&quot;:1.46},{&quot;2026-08-23&quot;:1.34},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.27},{&quot;2026-08-27&quot;:1.27},{&quot;2026-08-28&quot;:1.3},{&quot;2026-08-29&quot;:1.3},{&quot;2026-08-30&quot;:1.29},{&quot;2026-08-31&quot;:1.29},{&quot;2026-09-01&quot;:1.29},{&quot;2026-09-02&quot;:1.29},{&quot;2026-09-03&quot;:1.26},{&quot;2026-09-04&quot;:1.26},{&quot;2026-09-05&quot;:1.18},{&quot;2026-09-06&quot;:1.12},{&quot;2026-09-07&quot;:1.12},{&quot;2026-09-08&quot;:1.09},{&quot;2026-09-09&quot;:1.11},{&quot;2026-09-10&quot;:1.11},{&quot;2026-09-11&quot;:1.11},{&quot;2026-09-12&quot;:1.12},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="85716"
  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">
            Bringer of the Black Dawn
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Bringer of the Black Dawn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/57ce0504-68af-43c3-9930-7e69e2655bc0.jpg?1783931246" />

        <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">
            Bringer of the Black Dawn
        </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 — Bringer</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bringer of the Black Dawn" src="https://cards.scryfall.io/large/front/5/7/57ce0504-68af-43c3-9930-7e69e2655bc0.jpg?1783931246" />
    </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">
                $1.17
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.09</span>
              <span class="text-xs text-grey-text">Credit: $0.12</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-15&quot;:2.03},{&quot;2026-06-16&quot;:2.03},{&quot;2026-06-17&quot;:2.03},{&quot;2026-06-18&quot;:2.03},{&quot;2026-06-19&quot;:2.03},{&quot;2026-06-20&quot;:1.91},{&quot;2026-06-21&quot;:1.91},{&quot;2026-06-22&quot;:1.91},{&quot;2026-06-23&quot;:1.91},{&quot;2026-06-24&quot;:1.77},{&quot;2026-06-25&quot;:1.77},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.77},{&quot;2026-06-28&quot;:1.77},{&quot;2026-06-29&quot;:1.77},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.77},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.8},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.83},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:1.74},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.42},{&quot;2026-07-15&quot;:1.42},{&quot;2026-07-16&quot;:1.42},{&quot;2026-07-17&quot;:1.42},{&quot;2026-07-18&quot;:1.42},{&quot;2026-07-19&quot;:1.42},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.35},{&quot;2026-07-22&quot;:1.35},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-24&quot;:1.37},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.37},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-28&quot;:1.37},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.37},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.37},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:1.26},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.29},{&quot;2026-08-11&quot;:1.29},{&quot;2026-08-12&quot;:1.29},{&quot;2026-08-13&quot;:1.29},{&quot;2026-08-14&quot;:1.29},{&quot;2026-08-15&quot;:1.29},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.29},{&quot;2026-08-18&quot;:1.29},{&quot;2026-08-19&quot;:1.15},{&quot;2026-08-20&quot;:1.08},{&quot;2026-08-21&quot;:1.08},{&quot;2026-08-22&quot;:1.08},{&quot;2026-08-23&quot;:1.08},{&quot;2026-08-24&quot;:1.08},{&quot;2026-08-25&quot;:1.09},{&quot;2026-08-26&quot;:1.08},{&quot;2026-08-27&quot;:1.08},{&quot;2026-08-28&quot;:1.08},{&quot;2026-08-29&quot;:1.08},{&quot;2026-08-30&quot;:1.08},{&quot;2026-08-31&quot;:1.08},{&quot;2026-09-01&quot;:1.08},{&quot;2026-09-02&quot;:1.09},{&quot;2026-09-03&quot;:1.09},{&quot;2026-09-04&quot;:1.09},{&quot;2026-09-05&quot;:1.09},{&quot;2026-09-06&quot;:1.09},{&quot;2026-09-07&quot;:1.09},{&quot;2026-09-08&quot;:1.09},{&quot;2026-09-09&quot;:1.11},{&quot;2026-09-10&quot;:1.11},{&quot;2026-09-11&quot;:1.14},{&quot;2026-09-12&quot;:1.17},{&quot;2026-09-13&quot;:1.17}],&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="90798"
  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">
            Odric, Lunarch Marshal
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Odric, Lunarch Marshal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/d/1db600b2-9b8b-4c21-8d8b-8033ec680a35.jpg?1783908176" />

        <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">
            Odric, Lunarch Marshal
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Odric, Lunarch Marshal" src="https://cards.scryfall.io/large/front/1/d/1db600b2-9b8b-4c21-8d8b-8033ec680a35.jpg?1783908176" />
    </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">
                $1.17
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.47
              </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.17</span>
              <span class="text-xs text-grey-text">Credit: $0.22</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-15&quot;:1.82},{&quot;2026-06-16&quot;:1.82},{&quot;2026-06-17&quot;:1.82},{&quot;2026-06-18&quot;:1.82},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.81},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.81},{&quot;2026-06-30&quot;:1.82},{&quot;2026-07-01&quot;:1.82},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.78},{&quot;2026-07-07&quot;:1.78},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.78},{&quot;2026-07-10&quot;:1.78},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.81},{&quot;2026-07-14&quot;:1.86},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.88},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:2.04},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-22&quot;:2.04},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-24&quot;:2.04},{&quot;2026-07-25&quot;:1.94},{&quot;2026-07-26&quot;:1.94},{&quot;2026-07-27&quot;:1.94},{&quot;2026-07-28&quot;:1.97},{&quot;2026-07-29&quot;:1.97},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:1.97},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:1.97},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.81},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.81},{&quot;2026-08-15&quot;:1.81},{&quot;2026-08-16&quot;:1.83},{&quot;2026-08-17&quot;:1.83},{&quot;2026-08-18&quot;:1.83},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.75},{&quot;2026-08-23&quot;:1.75},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:1.78},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.77},{&quot;2026-08-29&quot;:1.77},{&quot;2026-08-30&quot;:1.48},{&quot;2026-08-31&quot;:1.47},{&quot;2026-09-01&quot;:1.46},{&quot;2026-09-02&quot;:1.46},{&quot;2026-09-03&quot;:1.46},{&quot;2026-09-04&quot;:1.46},{&quot;2026-09-05&quot;:1.46},{&quot;2026-09-06&quot;:1.46},{&quot;2026-09-07&quot;:1.46},{&quot;2026-09-08&quot;:1.47},{&quot;2026-09-09&quot;:1.49},{&quot;2026-09-10&quot;:1.47},{&quot;2026-09-11&quot;:1.47},{&quot;2026-09-12&quot;:1.47},{&quot;2026-09-13&quot;:1.47}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.84},{&quot;2026-06-16&quot;:0.96},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:1.08},{&quot;2026-06-20&quot;:1.16},{&quot;2026-06-21&quot;:1.16},{&quot;2026-06-22&quot;:1.33},{&quot;2026-06-23&quot;:1.31},{&quot;2026-06-24&quot;:1.31},{&quot;2026-06-25&quot;:1.31},{&quot;2026-06-26&quot;:1.32},{&quot;2026-06-27&quot;:1.29},{&quot;2026-06-28&quot;:1.29},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.39},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.39},{&quot;2026-07-05&quot;:1.39},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.47},{&quot;2026-07-09&quot;:1.47},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.4},{&quot;2026-07-13&quot;:1.4},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.32},{&quot;2026-07-16&quot;:1.32},{&quot;2026-07-17&quot;:1.32},{&quot;2026-07-18&quot;:1.35},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.17},{&quot;2026-07-21&quot;:1.09},{&quot;2026-07-22&quot;:1.09},{&quot;2026-07-23&quot;:1.0},{&quot;2026-07-24&quot;:1.0},{&quot;2026-07-25&quot;:1.01},{&quot;2026-07-26&quot;:1.01},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-28&quot;:1.03},{&quot;2026-07-29&quot;:1.04},{&quot;2026-07-30&quot;:1.04},{&quot;2026-07-31&quot;:1.04},{&quot;2026-08-01&quot;:1.04},{&quot;2026-08-02&quot;:1.04},{&quot;2026-08-03&quot;:1.04},{&quot;2026-08-04&quot;:1.04},{&quot;2026-08-05&quot;:0.96},{&quot;2026-08-07&quot;:0.96},{&quot;2026-08-08&quot;:0.86},{&quot;2026-08-09&quot;:0.86},{&quot;2026-08-10&quot;:0.86},{&quot;2026-08-11&quot;:0.86},{&quot;2026-08-12&quot;:0.86},{&quot;2026-08-13&quot;:0.88},{&quot;2026-08-14&quot;:0.88},{&quot;2026-08-15&quot;:0.88},{&quot;2026-08-16&quot;:0.88},{&quot;2026-08-17&quot;:0.88},{&quot;2026-08-18&quot;:0.89},{&quot;2026-08-19&quot;:0.89},{&quot;2026-08-20&quot;:0.95},{&quot;2026-08-21&quot;:0.95},{&quot;2026-08-22&quot;:0.95},{&quot;2026-08-23&quot;:1.0},{&quot;2026-08-24&quot;:1.0},{&quot;2026-08-25&quot;:1.03},{&quot;2026-08-26&quot;:1.03},{&quot;2026-08-27&quot;:1.03},{&quot;2026-08-28&quot;:1.03},{&quot;2026-08-29&quot;:1.03},{&quot;2026-08-30&quot;:1.03},{&quot;2026-08-31&quot;:1.03},{&quot;2026-09-01&quot;:1.03},{&quot;2026-09-02&quot;:1.03},{&quot;2026-09-03&quot;:1.03},{&quot;2026-09-04&quot;:1.02},{&quot;2026-09-05&quot;:1.02},{&quot;2026-09-06&quot;:1.02},{&quot;2026-09-07&quot;:0.99},{&quot;2026-09-08&quot;:0.99},{&quot;2026-09-09&quot;:0.99},{&quot;2026-09-10&quot;:0.99},{&quot;2026-09-11&quot;:1.01},{&quot;2026-09-12&quot;:1.07},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Basic Land — Swamp</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="Swamp" src="https://cards.scryfall.io/large/front/8/0/806d26a2-2f2a-4a77-b5bc-a6c97ba5db42.jpg?1783908049" />
    </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.43
              </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">
                $1.17
              </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 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-15&quot;:0.92},{&quot;2026-06-16&quot;:0.92},{&quot;2026-06-17&quot;:0.92},{&quot;2026-06-18&quot;:0.92},{&quot;2026-06-19&quot;:0.92},{&quot;2026-06-20&quot;:0.92},{&quot;2026-06-21&quot;:0.94},{&quot;2026-06-22&quot;:1.05},{&quot;2026-06-23&quot;:1.05},{&quot;2026-06-24&quot;:1.05},{&quot;2026-06-25&quot;:1.05},{&quot;2026-06-26&quot;:1.05},{&quot;2026-06-27&quot;:1.03},{&quot;2026-06-28&quot;:1.03},{&quot;2026-06-29&quot;:1.04},{&quot;2026-06-30&quot;:0.81},{&quot;2026-07-01&quot;:0.73},{&quot;2026-07-02&quot;:0.73},{&quot;2026-07-03&quot;:0.73},{&quot;2026-07-04&quot;:0.73},{&quot;2026-07-05&quot;:0.68},{&quot;2026-07-06&quot;:0.69},{&quot;2026-07-07&quot;:0.69},{&quot;2026-07-08&quot;:0.84},{&quot;2026-07-09&quot;:0.84},{&quot;2026-07-10&quot;:0.9},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.27},{&quot;2026-07-13&quot;:1.27},{&quot;2026-07-14&quot;:1.27},{&quot;2026-07-15&quot;:1.29},{&quot;2026-07-16&quot;:1.29},{&quot;2026-07-17&quot;:1.29},{&quot;2026-07-18&quot;:1.31},{&quot;2026-07-19&quot;:1.31},{&quot;2026-07-20&quot;:1.31},{&quot;2026-07-21&quot;:1.32},{&quot;2026-07-22&quot;:1.32},{&quot;2026-07-23&quot;:1.32},{&quot;2026-07-24&quot;:1.32},{&quot;2026-07-25&quot;:1.35},{&quot;2026-07-26&quot;:1.35},{&quot;2026-07-27&quot;:1.35},{&quot;2026-07-28&quot;:1.35},{&quot;2026-07-29&quot;:1.44},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.38},{&quot;2026-08-01&quot;:1.38},{&quot;2026-08-02&quot;:1.62},{&quot;2026-08-03&quot;:1.68},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.74},{&quot;2026-08-11&quot;:1.74},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.75},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.74},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.7},{&quot;2026-08-19&quot;:1.7},{&quot;2026-08-20&quot;:1.6},{&quot;2026-08-21&quot;:1.6},{&quot;2026-08-22&quot;:1.5},{&quot;2026-08-23&quot;:1.27},{&quot;2026-08-24&quot;:1.3},{&quot;2026-08-25&quot;:1.3},{&quot;2026-08-26&quot;:1.3},{&quot;2026-08-27&quot;:1.32},{&quot;2026-08-28&quot;:1.31},{&quot;2026-08-29&quot;:1.31},{&quot;2026-08-30&quot;:1.31},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.31},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.38},{&quot;2026-09-06&quot;:1.38},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.26},{&quot;2026-09-09&quot;:1.26},{&quot;2026-09-10&quot;:1.26},{&quot;2026-09-11&quot;:1.17},{&quot;2026-09-12&quot;:1.17},{&quot;2026-09-13&quot;:1.17}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.37},{&quot;2026-06-16&quot;:0.37},{&quot;2026-06-17&quot;:0.37},{&quot;2026-06-18&quot;:0.38},{&quot;2026-06-19&quot;:0.36},{&quot;2026-06-20&quot;:0.41},{&quot;2026-06-21&quot;:0.41},{&quot;2026-06-22&quot;:0.46},{&quot;2026-06-23&quot;:0.46},{&quot;2026-06-24&quot;:0.48},{&quot;2026-06-25&quot;:0.48},{&quot;2026-06-26&quot;:0.48},{&quot;2026-06-27&quot;:0.49},{&quot;2026-06-28&quot;:0.49},{&quot;2026-06-29&quot;:0.49},{&quot;2026-06-30&quot;:0.49},{&quot;2026-07-01&quot;:0.52},{&quot;2026-07-02&quot;:0.51},{&quot;2026-07-03&quot;:0.51},{&quot;2026-07-04&quot;:0.52},{&quot;2026-07-05&quot;:0.52},{&quot;2026-07-06&quot;:0.52},{&quot;2026-07-07&quot;:0.52},{&quot;2026-07-08&quot;:0.52},{&quot;2026-07-09&quot;:0.52},{&quot;2026-07-10&quot;:0.52},{&quot;2026-07-11&quot;:0.52},{&quot;2026-07-12&quot;:0.52},{&quot;2026-07-13&quot;:0.52},{&quot;2026-07-14&quot;:0.52},{&quot;2026-07-15&quot;:0.52},{&quot;2026-07-16&quot;:0.53},{&quot;2026-07-17&quot;:0.53},{&quot;2026-07-18&quot;:0.53},{&quot;2026-07-19&quot;:0.53},{&quot;2026-07-20&quot;:0.53},{&quot;2026-07-21&quot;:0.54},{&quot;2026-07-22&quot;:0.54},{&quot;2026-07-23&quot;:0.55},{&quot;2026-07-24&quot;:0.55},{&quot;2026-07-25&quot;:0.55},{&quot;2026-07-26&quot;:0.55},{&quot;2026-07-27&quot;:0.55},{&quot;2026-07-28&quot;:0.55},{&quot;2026-07-29&quot;:0.56},{&quot;2026-07-30&quot;:0.56},{&quot;2026-07-31&quot;:0.56},{&quot;2026-08-01&quot;:0.56},{&quot;2026-08-02&quot;:0.58},{&quot;2026-08-03&quot;:0.51},{&quot;2026-08-04&quot;:0.51},{&quot;2026-08-05&quot;:0.51},{&quot;2026-08-07&quot;:0.48},{&quot;2026-08-08&quot;:0.48},{&quot;2026-08-09&quot;:0.48},{&quot;2026-08-10&quot;:0.47},{&quot;2026-08-11&quot;:0.47},{&quot;2026-08-12&quot;:0.48},{&quot;2026-08-13&quot;:0.48},{&quot;2026-08-14&quot;:0.48},{&quot;2026-08-15&quot;:0.5},{&quot;2026-08-16&quot;:0.51},{&quot;2026-08-17&quot;:0.52},{&quot;2026-08-18&quot;:0.52},{&quot;2026-08-19&quot;:0.52},{&quot;2026-08-20&quot;:0.52},{&quot;2026-08-21&quot;:0.52},{&quot;2026-08-22&quot;:0.51},{&quot;2026-08-23&quot;:0.5},{&quot;2026-08-24&quot;:0.5},{&quot;2026-08-25&quot;:0.5},{&quot;2026-08-26&quot;:0.5},{&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.48},{&quot;2026-09-02&quot;:0.48},{&quot;2026-09-03&quot;:0.48},{&quot;2026-09-04&quot;:0.48},{&quot;2026-09-05&quot;:0.48},{&quot;2026-09-06&quot;:0.48},{&quot;2026-09-07&quot;:0.48},{&quot;2026-09-08&quot;:0.48},{&quot;2026-09-09&quot;:0.48},{&quot;2026-09-10&quot;:0.48},{&quot;2026-09-11&quot;:0.47},{&quot;2026-09-12&quot;:0.43},{&quot;2026-09-13&quot;:0.43}]}"
        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="95310"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

        <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">
            Incubation Druid
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Incubation Druid" src="https://cards.scryfall.io/large/front/3/4/348d4546-3da5-4f78-82f3-9a79d2f9b0d1.jpg?1783906258" />
    </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">
                $1.17
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:7.3},{&quot;2026-08-20&quot;:7.34},{&quot;2026-08-21&quot;:7.34},{&quot;2026-08-22&quot;:7.34},{&quot;2026-08-23&quot;:7.35},{&quot;2026-08-24&quot;:7.35},{&quot;2026-08-25&quot;:7.41},{&quot;2026-08-26&quot;:7.55},{&quot;2026-08-27&quot;:7.55},{&quot;2026-08-28&quot;:7.57},{&quot;2026-08-29&quot;:7.57},{&quot;2026-08-30&quot;:7.58},{&quot;2026-08-31&quot;:7.63},{&quot;2026-09-01&quot;:7.62},{&quot;2026-09-02&quot;:7.79},{&quot;2026-09-03&quot;:7.85},{&quot;2026-09-04&quot;:7.86},{&quot;2026-09-05&quot;:7.89},{&quot;2026-09-06&quot;:7.94},{&quot;2026-09-07&quot;:7.95},{&quot;2026-09-08&quot;:7.98},{&quot;2026-09-09&quot;:7.97},{&quot;2026-09-10&quot;:7.97},{&quot;2026-09-11&quot;:7.97},{&quot;2026-09-12&quot;:7.97},{&quot;2026-09-13&quot;:7.97}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.07},{&quot;2026-06-16&quot;:1.09},{&quot;2026-06-17&quot;:1.13},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.17},{&quot;2026-06-20&quot;:1.14},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.11},{&quot;2026-06-23&quot;:1.1},{&quot;2026-06-24&quot;:1.08},{&quot;2026-06-25&quot;:1.09},{&quot;2026-06-26&quot;:1.1},{&quot;2026-06-27&quot;:1.09},{&quot;2026-06-28&quot;:1.09},{&quot;2026-06-29&quot;:1.09},{&quot;2026-06-30&quot;:1.08},{&quot;2026-07-01&quot;:1.08},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.12},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.14},{&quot;2026-07-06&quot;:1.07},{&quot;2026-07-07&quot;:1.12},{&quot;2026-07-08&quot;:1.1},{&quot;2026-07-09&quot;:1.12},{&quot;2026-07-10&quot;:1.07},{&quot;2026-07-11&quot;:1.12},{&quot;2026-07-12&quot;:1.06},{&quot;2026-07-13&quot;:1.06},{&quot;2026-07-14&quot;:1.07},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.09},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:1.06},{&quot;2026-07-22&quot;:1.03},{&quot;2026-07-23&quot;:1.01},{&quot;2026-07-24&quot;:0.98},{&quot;2026-07-25&quot;:0.95},{&quot;2026-07-26&quot;:0.93},{&quot;2026-07-27&quot;:0.94},{&quot;2026-07-28&quot;:0.93},{&quot;2026-07-29&quot;:0.98},{&quot;2026-07-30&quot;:0.99},{&quot;2026-07-31&quot;:1.01},{&quot;2026-08-01&quot;:0.95},{&quot;2026-08-02&quot;:0.94},{&quot;2026-08-03&quot;:1.02},{&quot;2026-08-04&quot;:1.15},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.13},{&quot;2026-08-08&quot;:1.11},{&quot;2026-08-09&quot;:1.11},{&quot;2026-08-10&quot;:1.19},{&quot;2026-08-11&quot;:1.17},{&quot;2026-08-12&quot;:1.09},{&quot;2026-08-13&quot;:1.05},{&quot;2026-08-14&quot;:1.07},{&quot;2026-08-15&quot;:1.11},{&quot;2026-08-16&quot;:1.13},{&quot;2026-08-17&quot;:1.14},{&quot;2026-08-18&quot;:1.22},{&quot;2026-08-19&quot;:1.21},{&quot;2026-08-20&quot;:1.29},{&quot;2026-08-21&quot;:1.3},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.16},{&quot;2026-08-24&quot;:1.2},{&quot;2026-08-25&quot;:1.2},{&quot;2026-08-26&quot;:1.14},{&quot;2026-08-27&quot;:1.17},{&quot;2026-08-28&quot;:1.16},{&quot;2026-08-29&quot;:1.16},{&quot;2026-08-30&quot;:1.15},{&quot;2026-08-31&quot;:1.15},{&quot;2026-09-01&quot;:1.15},{&quot;2026-09-02&quot;:1.16},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.23},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:1.18},{&quot;2026-09-07&quot;:1.17},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.18},{&quot;2026-09-10&quot;:1.16},{&quot;2026-09-11&quot;:1.17},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Obsessive Pursuit
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Obsessive Pursuit" src="https://cards.scryfall.io/large/front/2/f/2ff0a75c-b679-436f-8150-faaec3ea1df6.jpg?1783904883" />
    </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">
                $1.17
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.83},{&quot;2026-06-16&quot;:1.86},{&quot;2026-06-17&quot;:1.86},{&quot;2026-06-18&quot;:1.87},{&quot;2026-06-19&quot;:1.86},{&quot;2026-06-20&quot;:1.77},{&quot;2026-06-21&quot;:1.69},{&quot;2026-06-22&quot;:1.65},{&quot;2026-06-23&quot;:1.69},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.73},{&quot;2026-06-27&quot;:1.73},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.7},{&quot;2026-07-01&quot;:1.7},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.66},{&quot;2026-07-06&quot;:1.66},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.55},{&quot;2026-07-10&quot;:1.55},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.52},{&quot;2026-07-15&quot;:1.52},{&quot;2026-07-16&quot;:1.58},{&quot;2026-07-17&quot;:1.58},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-22&quot;:1.65},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-28&quot;:1.71},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.69},{&quot;2026-07-31&quot;:1.68},{&quot;2026-08-01&quot;:1.68},{&quot;2026-08-02&quot;:1.68},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.67},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.68},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.65},{&quot;2026-08-10&quot;:1.67},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.55},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.55},{&quot;2026-08-17&quot;:1.54},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.61},{&quot;2026-08-26&quot;:1.61},{&quot;2026-08-27&quot;:1.63},{&quot;2026-08-28&quot;:1.62},{&quot;2026-08-29&quot;:1.62},{&quot;2026-08-30&quot;:1.63},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.61},{&quot;2026-09-02&quot;:1.6},{&quot;2026-09-03&quot;:1.61},{&quot;2026-09-04&quot;:1.61},{&quot;2026-09-05&quot;:1.6},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.6},{&quot;2026-09-08&quot;:1.58},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.59},{&quot;2026-09-11&quot;:1.6},{&quot;2026-09-12&quot;:1.62},{&quot;2026-09-13&quot;:1.62}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.32},{&quot;2026-06-16&quot;:1.33},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.28},{&quot;2026-06-23&quot;:1.24},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.23},{&quot;2026-06-26&quot;:1.25},{&quot;2026-06-27&quot;:1.25},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.18},{&quot;2026-07-01&quot;:1.12},{&quot;2026-07-02&quot;:1.11},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.11},{&quot;2026-07-05&quot;:1.11},{&quot;2026-07-06&quot;:1.07},{&quot;2026-07-07&quot;:1.07},{&quot;2026-07-08&quot;:1.04},{&quot;2026-07-09&quot;:1.01},{&quot;2026-07-10&quot;:1.03},{&quot;2026-07-11&quot;:1.05},{&quot;2026-07-12&quot;:1.08},{&quot;2026-07-13&quot;:1.05},{&quot;2026-07-14&quot;:1.06},{&quot;2026-07-15&quot;:1.13},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.09},{&quot;2026-07-18&quot;:1.21},{&quot;2026-07-19&quot;:1.17},{&quot;2026-07-20&quot;:1.19},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-22&quot;:1.19},{&quot;2026-07-23&quot;:1.18},{&quot;2026-07-24&quot;:1.16},{&quot;2026-07-25&quot;:1.16},{&quot;2026-07-26&quot;:1.16},{&quot;2026-07-27&quot;:1.15},{&quot;2026-07-28&quot;:1.16},{&quot;2026-07-29&quot;:1.15},{&quot;2026-07-30&quot;:1.1},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.11},{&quot;2026-08-02&quot;:1.16},{&quot;2026-08-03&quot;:1.14},{&quot;2026-08-04&quot;:1.06},{&quot;2026-08-05&quot;:1.08},{&quot;2026-08-07&quot;:1.12},{&quot;2026-08-08&quot;:1.12},{&quot;2026-08-09&quot;:1.14},{&quot;2026-08-10&quot;:1.13},{&quot;2026-08-11&quot;:1.13},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.14},{&quot;2026-08-14&quot;:1.14},{&quot;2026-08-15&quot;:1.12},{&quot;2026-08-16&quot;:1.1},{&quot;2026-08-17&quot;:1.1},{&quot;2026-08-18&quot;:1.07},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.07},{&quot;2026-08-21&quot;:1.05},{&quot;2026-08-22&quot;:1.07},{&quot;2026-08-23&quot;:1.05},{&quot;2026-08-24&quot;:1.04},{&quot;2026-08-25&quot;:0.99},{&quot;2026-08-26&quot;:0.99},{&quot;2026-08-27&quot;:1.04},{&quot;2026-08-28&quot;:1.05},{&quot;2026-08-29&quot;:1.05},{&quot;2026-08-30&quot;:1.04},{&quot;2026-08-31&quot;:1.04},{&quot;2026-09-01&quot;:1.04},{&quot;2026-09-02&quot;:1.03},{&quot;2026-09-03&quot;:1.05},{&quot;2026-09-04&quot;:1.05},{&quot;2026-09-05&quot;:1.09},{&quot;2026-09-06&quot;:1.12},{&quot;2026-09-07&quot;:1.08},{&quot;2026-09-08&quot;:1.07},{&quot;2026-09-09&quot;:1.08},{&quot;2026-09-10&quot;:1.12},{&quot;2026-09-11&quot;:1.13},{&quot;2026-09-12&quot;:1.18},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Withering Curse
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Withering Curse" src="https://cards.scryfall.io/large/front/5/0/50aaf618-dddb-4cbe-8231-d634b4498563.jpg?1782682949" />
    </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">
                $1.17
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.42},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.18},{&quot;2026-06-18&quot;:2.05},{&quot;2026-06-19&quot;:1.87},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.83},{&quot;2026-06-22&quot;:1.83},{&quot;2026-06-23&quot;:1.9},{&quot;2026-06-24&quot;:1.84},{&quot;2026-06-25&quot;:1.86},{&quot;2026-06-26&quot;:1.74},{&quot;2026-06-27&quot;:1.66},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:1.88},{&quot;2026-06-30&quot;:1.85},{&quot;2026-07-01&quot;:1.84},{&quot;2026-07-02&quot;:1.85},{&quot;2026-07-03&quot;:1.85},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.48},{&quot;2026-07-07&quot;:1.53},{&quot;2026-07-08&quot;:1.37},{&quot;2026-07-09&quot;:1.4},{&quot;2026-07-10&quot;:1.33},{&quot;2026-07-11&quot;:1.29},{&quot;2026-07-12&quot;:1.32},{&quot;2026-07-13&quot;:1.32},{&quot;2026-07-14&quot;:1.29},{&quot;2026-07-15&quot;:1.37},{&quot;2026-07-16&quot;:1.37},{&quot;2026-07-17&quot;:1.34},{&quot;2026-07-18&quot;:1.34},{&quot;2026-07-19&quot;:1.36},{&quot;2026-07-20&quot;:1.4},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.34},{&quot;2026-07-24&quot;:1.38},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.42},{&quot;2026-07-28&quot;:1.42},{&quot;2026-07-29&quot;:1.42},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.46},{&quot;2026-08-02&quot;:1.46},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.47},{&quot;2026-08-05&quot;:1.51},{&quot;2026-08-07&quot;:1.49},{&quot;2026-08-08&quot;:1.49},{&quot;2026-08-09&quot;:1.49},{&quot;2026-08-10&quot;:1.61},{&quot;2026-08-11&quot;:1.61},{&quot;2026-08-12&quot;:1.62},{&quot;2026-08-13&quot;:1.73},{&quot;2026-08-14&quot;:1.85},{&quot;2026-08-15&quot;:1.85},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:1.97},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:1.97},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:2.08},{&quot;2026-08-24&quot;:2.11},{&quot;2026-08-25&quot;:2.15},{&quot;2026-08-26&quot;:2.15},{&quot;2026-08-27&quot;:2.21},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.13},{&quot;2026-08-31&quot;:2.12},{&quot;2026-09-01&quot;:2.12},{&quot;2026-09-02&quot;:2.09},{&quot;2026-09-03&quot;:2.07},{&quot;2026-09-04&quot;:1.94},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.93},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.79},{&quot;2026-09-09&quot;:1.69},{&quot;2026-09-10&quot;:1.69},{&quot;2026-09-11&quot;:1.64},{&quot;2026-09-12&quot;:1.5},{&quot;2026-09-13&quot;:1.5}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.41},{&quot;2026-06-16&quot;:1.37},{&quot;2026-06-17&quot;:1.57},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.6},{&quot;2026-06-20&quot;:1.37},{&quot;2026-06-21&quot;:1.36},{&quot;2026-06-22&quot;:1.44},{&quot;2026-06-23&quot;:1.39},{&quot;2026-06-24&quot;:1.35},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.48},{&quot;2026-06-27&quot;:1.46},{&quot;2026-06-28&quot;:1.54},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.41},{&quot;2026-07-02&quot;:1.45},{&quot;2026-07-03&quot;:1.46},{&quot;2026-07-04&quot;:1.5},{&quot;2026-07-05&quot;:1.47},{&quot;2026-07-06&quot;:1.46},{&quot;2026-07-07&quot;:1.3},{&quot;2026-07-08&quot;:1.32},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.43},{&quot;2026-07-12&quot;:1.4},{&quot;2026-07-13&quot;:1.3},{&quot;2026-07-14&quot;:1.36},{&quot;2026-07-15&quot;:1.38},{&quot;2026-07-16&quot;:1.43},{&quot;2026-07-17&quot;:1.47},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.57},{&quot;2026-07-21&quot;:1.59},{&quot;2026-07-22&quot;:1.53},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.27},{&quot;2026-07-25&quot;:1.19},{&quot;2026-07-26&quot;:1.09},{&quot;2026-07-27&quot;:0.99},{&quot;2026-07-28&quot;:0.99},{&quot;2026-07-29&quot;:0.99},{&quot;2026-07-30&quot;:0.95},{&quot;2026-07-31&quot;:1.04},{&quot;2026-08-01&quot;:1.01},{&quot;2026-08-02&quot;:1.04},{&quot;2026-08-03&quot;:1.02},{&quot;2026-08-04&quot;:1.01},{&quot;2026-08-05&quot;:0.97},{&quot;2026-08-07&quot;:0.94},{&quot;2026-08-08&quot;:0.9},{&quot;2026-08-09&quot;:0.94},{&quot;2026-08-10&quot;:0.99},{&quot;2026-08-11&quot;:1.07},{&quot;2026-08-12&quot;:1.1},{&quot;2026-08-13&quot;:1.12},{&quot;2026-08-14&quot;:1.1},{&quot;2026-08-15&quot;:1.09},{&quot;2026-08-16&quot;:1.26},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.25},{&quot;2026-08-20&quot;:1.15},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.07},{&quot;2026-08-23&quot;:1.06},{&quot;2026-08-24&quot;:0.96},{&quot;2026-08-25&quot;:1.01},{&quot;2026-08-26&quot;:1.0},{&quot;2026-08-27&quot;:1.04},{&quot;2026-08-28&quot;:1.09},{&quot;2026-08-29&quot;:1.09},{&quot;2026-08-30&quot;:1.1},{&quot;2026-08-31&quot;:1.09},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.3},{&quot;2026-09-03&quot;:1.39},{&quot;2026-09-04&quot;:1.38},{&quot;2026-09-05&quot;:1.32},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.31},{&quot;2026-09-08&quot;:1.22},{&quot;2026-09-09&quot;:1.15},{&quot;2026-09-10&quot;:1.15},{&quot;2026-09-11&quot;:1.19},{&quot;2026-09-12&quot;:1.15},{&quot;2026-09-13&quot;:1.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112567"
  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">
            The Great Goblin
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $0.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="The Great Goblin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/78d8f53e-537d-4eaa-99e3-cac57fa53d22.jpg?1784798171" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Great Goblin" src="https://cards.scryfall.io/large/front/7/8/78d8f53e-537d-4eaa-99e3-cac57fa53d22.jpg?1784798171" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $1.17
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  31%
                </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.25</span>
              <span class="text-xs text-grey-text">Credit: $0.33</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.10</span>
              <span class="text-xs text-grey-text">Credit: $0.13</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-04&quot;:5.99},{&quot;2026-08-05&quot;:5.7},{&quot;2026-08-07&quot;:4.66},{&quot;2026-08-08&quot;:2.64},{&quot;2026-08-09&quot;:1.5},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.23},{&quot;2026-08-12&quot;:1.21},{&quot;2026-08-13&quot;:0.96},{&quot;2026-08-14&quot;:1.01},{&quot;2026-08-15&quot;:0.77},{&quot;2026-08-16&quot;:0.76},{&quot;2026-08-17&quot;:1.13},{&quot;2026-08-18&quot;:1.49},{&quot;2026-08-19&quot;:1.96},{&quot;2026-08-20&quot;:2.79},{&quot;2026-08-21&quot;:3.32},{&quot;2026-08-22&quot;:4.3},{&quot;2026-08-23&quot;:2.27},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.54},{&quot;2026-08-26&quot;:1.38},{&quot;2026-08-27&quot;:1.61},{&quot;2026-08-28&quot;:1.6},{&quot;2026-08-29&quot;:1.6},{&quot;2026-08-30&quot;:1.28},{&quot;2026-08-31&quot;:1.36},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.19},{&quot;2026-09-03&quot;:1.15},{&quot;2026-09-04&quot;:1.01},{&quot;2026-09-05&quot;:1.01},{&quot;2026-09-06&quot;:0.9},{&quot;2026-09-07&quot;:0.89},{&quot;2026-09-08&quot;:0.93},{&quot;2026-09-09&quot;:0.96},{&quot;2026-09-10&quot;:1.09},{&quot;2026-09-11&quot;:1.15},{&quot;2026-09-12&quot;:1.15},{&quot;2026-09-13&quot;:1.17}],&quot;normal&quot;:[{&quot;2026-07-27&quot;:19.97},{&quot;2026-07-28&quot;:19.97},{&quot;2026-07-29&quot;:13.96},{&quot;2026-07-30&quot;:13.23},{&quot;2026-07-31&quot;:11.44},{&quot;2026-08-01&quot;:11.44},{&quot;2026-08-02&quot;:10.26},{&quot;2026-08-03&quot;:9.79},{&quot;2026-08-04&quot;:10.18},{&quot;2026-08-05&quot;:10.1},{&quot;2026-08-07&quot;:4.99},{&quot;2026-08-08&quot;:1.8},{&quot;2026-08-09&quot;:1.04},{&quot;2026-08-10&quot;:1.06},{&quot;2026-08-11&quot;:1.02},{&quot;2026-08-12&quot;:0.9},{&quot;2026-08-13&quot;:0.84},{&quot;2026-08-14&quot;:0.87},{&quot;2026-08-15&quot;:0.55},{&quot;2026-08-16&quot;:0.4},{&quot;2026-08-17&quot;:0.6},{&quot;2026-08-18&quot;:0.57},{&quot;2026-08-19&quot;:0.49},{&quot;2026-08-20&quot;:0.65},{&quot;2026-08-21&quot;:0.51},{&quot;2026-08-22&quot;:0.5},{&quot;2026-08-23&quot;:0.76},{&quot;2026-08-24&quot;:0.66},{&quot;2026-08-25&quot;:0.68},{&quot;2026-08-26&quot;:0.74},{&quot;2026-08-27&quot;:0.71},{&quot;2026-08-28&quot;:0.62},{&quot;2026-08-29&quot;:0.62},{&quot;2026-08-30&quot;:0.65},{&quot;2026-08-31&quot;:0.78},{&quot;2026-09-01&quot;:0.7},{&quot;2026-09-02&quot;:0.74},{&quot;2026-09-03&quot;:0.76},{&quot;2026-09-04&quot;:0.71},{&quot;2026-09-05&quot;:0.69},{&quot;2026-09-06&quot;:0.62},{&quot;2026-09-07&quot;:0.64},{&quot;2026-09-08&quot;:0.56},{&quot;2026-09-09&quot;:0.55},{&quot;2026-09-10&quot;:0.58},{&quot;2026-09-11&quot;:0.63},{&quot;2026-09-12&quot;:0.63},{&quot;2026-09-13&quot;:0.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="9359"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Adarkar Valkyrie
        </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">Snow Creature — Angel</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Adarkar Valkyrie" src="https://cards.scryfall.io/large/front/f/c/fc2a4abc-85da-46a6-a616-9aa607ce7372.jpg?1783934323" />
    </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">
                $1.16
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.39},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.42},{&quot;2026-06-19&quot;:1.43},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.44},{&quot;2026-06-22&quot;:1.43},{&quot;2026-06-23&quot;:1.44},{&quot;2026-06-24&quot;:1.44},{&quot;2026-06-25&quot;:1.44},{&quot;2026-06-26&quot;:1.42},{&quot;2026-06-27&quot;:1.42},{&quot;2026-06-28&quot;:1.42},{&quot;2026-06-29&quot;:1.42},{&quot;2026-06-30&quot;:1.42},{&quot;2026-07-01&quot;:1.42},{&quot;2026-07-02&quot;:1.42},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.41},{&quot;2026-07-05&quot;:1.41},{&quot;2026-07-06&quot;:1.41},{&quot;2026-07-07&quot;:1.41},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.41},{&quot;2026-07-12&quot;:1.41},{&quot;2026-07-13&quot;:1.4},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.4},{&quot;2026-07-17&quot;:1.4},{&quot;2026-07-18&quot;:1.4},{&quot;2026-07-19&quot;:1.4},{&quot;2026-07-20&quot;:1.4},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.41},{&quot;2026-07-25&quot;:1.41},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.39},{&quot;2026-07-28&quot;:1.39},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.37},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.37},{&quot;2026-08-07&quot;:1.34},{&quot;2026-08-08&quot;:1.34},{&quot;2026-08-09&quot;:1.34},{&quot;2026-08-10&quot;:1.34},{&quot;2026-08-11&quot;:1.34},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:1.23},{&quot;2026-08-16&quot;:1.23},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.21},{&quot;2026-08-23&quot;:1.21},{&quot;2026-08-24&quot;:1.21},{&quot;2026-08-25&quot;:1.21},{&quot;2026-08-26&quot;:1.21},{&quot;2026-08-27&quot;:1.21},{&quot;2026-08-28&quot;:1.2},{&quot;2026-08-29&quot;:1.2},{&quot;2026-08-30&quot;:1.21},{&quot;2026-08-31&quot;:1.21},{&quot;2026-09-01&quot;:1.21},{&quot;2026-09-02&quot;:1.21},{&quot;2026-09-03&quot;:1.21},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.19},{&quot;2026-09-08&quot;:1.19},{&quot;2026-09-09&quot;:1.19},{&quot;2026-09-10&quot;:1.19},{&quot;2026-09-11&quot;:1.19},{&quot;2026-09-12&quot;:1.19},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Mulldrifter
        </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 — Elemental</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Mulldrifter" src="https://cards.scryfall.io/large/front/9/9/99074b05-f252-4626-a96a-6bc286e8d03a.jpg?1783921772" />
    </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">
                $1.16
              </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">
                $1.35
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.39},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.33},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.35},{&quot;2026-06-23&quot;:1.35},{&quot;2026-06-24&quot;:1.34},{&quot;2026-06-25&quot;:1.34},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.47},{&quot;2026-06-30&quot;:1.47},{&quot;2026-07-01&quot;:1.47},{&quot;2026-07-02&quot;:1.46},{&quot;2026-07-03&quot;:1.46},{&quot;2026-07-04&quot;:1.5},{&quot;2026-07-05&quot;:1.5},{&quot;2026-07-06&quot;:1.5},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.52},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.52},{&quot;2026-07-15&quot;:1.52},{&quot;2026-07-16&quot;:1.52},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.51},{&quot;2026-07-19&quot;:1.5},{&quot;2026-07-20&quot;:1.51},{&quot;2026-07-21&quot;:1.51},{&quot;2026-07-22&quot;:1.51},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-24&quot;:1.51},{&quot;2026-07-25&quot;:1.51},{&quot;2026-07-26&quot;:1.51},{&quot;2026-07-27&quot;:1.51},{&quot;2026-07-28&quot;:1.51},{&quot;2026-07-29&quot;:1.51},{&quot;2026-07-30&quot;:1.51},{&quot;2026-07-31&quot;:1.49},{&quot;2026-08-01&quot;:1.49},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.42},{&quot;2026-08-05&quot;:1.42},{&quot;2026-08-07&quot;:1.42},{&quot;2026-08-08&quot;:1.42},{&quot;2026-08-09&quot;:1.42},{&quot;2026-08-10&quot;:1.42},{&quot;2026-08-11&quot;:1.42},{&quot;2026-08-12&quot;:1.42},{&quot;2026-08-13&quot;:1.42},{&quot;2026-08-14&quot;:1.39},{&quot;2026-08-15&quot;:1.39},{&quot;2026-08-16&quot;:1.39},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.36},{&quot;2026-08-19&quot;:1.36},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.41},{&quot;2026-08-24&quot;:1.41},{&quot;2026-08-25&quot;:1.42},{&quot;2026-08-26&quot;:1.42},{&quot;2026-08-27&quot;:1.4},{&quot;2026-08-28&quot;:1.4},{&quot;2026-08-29&quot;:1.4},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.4},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.36},{&quot;2026-09-11&quot;:1.35},{&quot;2026-09-12&quot;:1.35},{&quot;2026-09-13&quot;:1.35}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.51},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.51},{&quot;2026-06-19&quot;:1.52},{&quot;2026-06-20&quot;:1.54},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.54},{&quot;2026-06-23&quot;:1.53},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.65},{&quot;2026-06-28&quot;:1.65},{&quot;2026-06-29&quot;:1.65},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.64},{&quot;2026-07-02&quot;:1.56},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.41},{&quot;2026-07-05&quot;:1.38},{&quot;2026-07-06&quot;:1.38},{&quot;2026-07-07&quot;:1.38},{&quot;2026-07-08&quot;:1.43},{&quot;2026-07-09&quot;:1.43},{&quot;2026-07-10&quot;:1.46},{&quot;2026-07-11&quot;:1.46},{&quot;2026-07-12&quot;:1.46},{&quot;2026-07-13&quot;:1.46},{&quot;2026-07-14&quot;:1.46},{&quot;2026-07-15&quot;:1.46},{&quot;2026-07-16&quot;:1.39},{&quot;2026-07-17&quot;:1.28},{&quot;2026-07-18&quot;:1.31},{&quot;2026-07-19&quot;:1.28},{&quot;2026-07-20&quot;:1.28},{&quot;2026-07-21&quot;:1.28},{&quot;2026-07-22&quot;:1.28},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-24&quot;:1.28},{&quot;2026-07-25&quot;:1.28},{&quot;2026-07-26&quot;:1.26},{&quot;2026-07-27&quot;:1.26},{&quot;2026-07-28&quot;:1.27},{&quot;2026-07-29&quot;:1.27},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.23},{&quot;2026-08-01&quot;:1.23},{&quot;2026-08-02&quot;:1.23},{&quot;2026-08-03&quot;:1.23},{&quot;2026-08-04&quot;:1.17},{&quot;2026-08-05&quot;:1.19},{&quot;2026-08-07&quot;:1.18},{&quot;2026-08-08&quot;:1.2},{&quot;2026-08-09&quot;:1.21},{&quot;2026-08-10&quot;:1.25},{&quot;2026-08-11&quot;:1.22},{&quot;2026-08-12&quot;:1.22},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.26},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.22},{&quot;2026-08-17&quot;:1.22},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.21},{&quot;2026-08-20&quot;:1.2},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.2},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.14},{&quot;2026-08-25&quot;:1.12},{&quot;2026-08-26&quot;:1.12},{&quot;2026-08-27&quot;:1.12},{&quot;2026-08-28&quot;:1.11},{&quot;2026-08-29&quot;:1.11},{&quot;2026-08-30&quot;:1.09},{&quot;2026-08-31&quot;:1.07},{&quot;2026-09-01&quot;:1.07},{&quot;2026-09-02&quot;:1.07},{&quot;2026-09-03&quot;:1.08},{&quot;2026-09-04&quot;:1.08},{&quot;2026-09-05&quot;:1.08},{&quot;2026-09-06&quot;:1.1},{&quot;2026-09-07&quot;:1.12},{&quot;2026-09-08&quot;:1.15},{&quot;2026-09-09&quot;:1.18},{&quot;2026-09-10&quot;:1.18},{&quot;2026-09-11&quot;:1.17},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $0.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="Valgavoth&#39;s Lair" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/5/65ff914e-3f3e-4b7a-b69d-73575b68fb8e.jpg?1783909425" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Valgavoth&#39;s Lair
        </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 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="Valgavoth&#39;s Lair" src="https://cards.scryfall.io/large/front/6/5/65ff914e-3f3e-4b7a-b69d-73575b68fb8e.jpg?1783909425" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.16
              </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.30</span>
              <span class="text-xs text-grey-text">Credit: $0.39</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.4},{&quot;2026-06-13&quot;:1.4},{&quot;2026-06-14&quot;:1.4},{&quot;2026-06-15&quot;:1.4},{&quot;2026-06-16&quot;:1.4},{&quot;2026-06-17&quot;:1.4},{&quot;2026-06-18&quot;:1.4},{&quot;2026-06-19&quot;:1.4},{&quot;2026-06-20&quot;:1.4},{&quot;2026-06-21&quot;:1.4},{&quot;2026-06-22&quot;:1.4},{&quot;2026-06-23&quot;:1.4},{&quot;2026-06-24&quot;:1.44},{&quot;2026-06-25&quot;:1.44},{&quot;2026-06-26&quot;:1.44},{&quot;2026-06-27&quot;:1.44},{&quot;2026-06-28&quot;:1.44},{&quot;2026-06-29&quot;:1.47},{&quot;2026-06-30&quot;:1.47},{&quot;2026-07-01&quot;:1.47},{&quot;2026-07-02&quot;:1.47},{&quot;2026-07-03&quot;:1.45},{&quot;2026-07-04&quot;:1.45},{&quot;2026-07-05&quot;:1.45},{&quot;2026-07-06&quot;:1.45},{&quot;2026-07-07&quot;:1.49},{&quot;2026-07-08&quot;:1.49},{&quot;2026-07-09&quot;:1.5},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.44},{&quot;2026-07-12&quot;:1.44},{&quot;2026-07-13&quot;:1.44},{&quot;2026-07-14&quot;:1.45},{&quot;2026-07-15&quot;:1.45},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.45},{&quot;2026-07-18&quot;:1.45},{&quot;2026-07-19&quot;:1.44},{&quot;2026-07-20&quot;:1.44},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-23&quot;:1.47},{&quot;2026-07-25&quot;:1.47},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-29&quot;:1.53},{&quot;2026-07-30&quot;:1.52},{&quot;2026-07-31&quot;:1.47},{&quot;2026-08-01&quot;:1.38},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.34},{&quot;2026-08-04&quot;:1.34},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.36},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.36},{&quot;2026-08-13&quot;:1.33},{&quot;2026-08-14&quot;:1.33},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.33},{&quot;2026-08-17&quot;:1.33},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.33},{&quot;2026-08-20&quot;:1.33},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.28},{&quot;2026-08-29&quot;:1.28},{&quot;2026-08-30&quot;:1.28},{&quot;2026-08-31&quot;:1.26},{&quot;2026-09-01&quot;:1.26},{&quot;2026-09-02&quot;:1.26},{&quot;2026-09-03&quot;:1.26},{&quot;2026-09-04&quot;:1.26},{&quot;2026-09-05&quot;:1.22},{&quot;2026-09-06&quot;:1.22},{&quot;2026-09-07&quot;:1.22},{&quot;2026-09-08&quot;:1.22},{&quot;2026-09-09&quot;:1.22},{&quot;2026-09-10&quot;:1.22},{&quot;2026-09-11&quot;:1.19},{&quot;2026-09-12&quot;:1.19},{&quot;2026-09-13&quot;:1.16}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.84},{&quot;2026-06-13&quot;:0.83},{&quot;2026-06-14&quot;:0.81},{&quot;2026-06-15&quot;:0.82},{&quot;2026-06-16&quot;:0.81},{&quot;2026-06-17&quot;:0.79},{&quot;2026-06-18&quot;:0.81},{&quot;2026-06-19&quot;:0.8},{&quot;2026-06-20&quot;:0.77},{&quot;2026-06-21&quot;:0.78},{&quot;2026-06-22&quot;:0.77},{&quot;2026-06-23&quot;:0.79},{&quot;2026-06-24&quot;:0.8},{&quot;2026-06-25&quot;:0.8},{&quot;2026-06-26&quot;:0.8},{&quot;2026-06-27&quot;:0.79},{&quot;2026-06-28&quot;:0.8},{&quot;2026-06-29&quot;:0.8},{&quot;2026-06-30&quot;:0.77},{&quot;2026-07-01&quot;:0.76},{&quot;2026-07-02&quot;:0.76},{&quot;2026-07-03&quot;:0.75},{&quot;2026-07-04&quot;:0.74},{&quot;2026-07-05&quot;:0.75},{&quot;2026-07-06&quot;:0.73},{&quot;2026-07-07&quot;:0.74},{&quot;2026-07-08&quot;:0.74},{&quot;2026-07-09&quot;:0.72},{&quot;2026-07-10&quot;:0.7},{&quot;2026-07-11&quot;:0.69},{&quot;2026-07-12&quot;:0.68},{&quot;2026-07-13&quot;:0.66},{&quot;2026-07-14&quot;:0.66},{&quot;2026-07-15&quot;:0.67},{&quot;2026-07-16&quot;:0.66},{&quot;2026-07-17&quot;:0.67},{&quot;2026-07-18&quot;:0.68},{&quot;2026-07-19&quot;:0.69},{&quot;2026-07-20&quot;:0.69},{&quot;2026-07-21&quot;:0.68},{&quot;2026-07-23&quot;:0.64},{&quot;2026-07-25&quot;:0.69},{&quot;2026-07-26&quot;:0.71},{&quot;2026-07-27&quot;:0.75},{&quot;2026-07-29&quot;:0.68},{&quot;2026-07-30&quot;:0.66},{&quot;2026-07-31&quot;:0.61},{&quot;2026-08-01&quot;:0.61},{&quot;2026-08-02&quot;:0.65},{&quot;2026-08-03&quot;:0.65},{&quot;2026-08-04&quot;:0.64},{&quot;2026-08-05&quot;:0.65},{&quot;2026-08-07&quot;:0.64},{&quot;2026-08-08&quot;:0.62},{&quot;2026-08-09&quot;:0.6},{&quot;2026-08-10&quot;:0.6},{&quot;2026-08-11&quot;:0.61},{&quot;2026-08-12&quot;:0.63},{&quot;2026-08-13&quot;:0.65},{&quot;2026-08-14&quot;:0.65},{&quot;2026-08-15&quot;:0.67},{&quot;2026-08-16&quot;:0.67},{&quot;2026-08-17&quot;:0.7},{&quot;2026-08-18&quot;:0.65},{&quot;2026-08-19&quot;:0.66},{&quot;2026-08-20&quot;:0.66},{&quot;2026-08-21&quot;:0.69},{&quot;2026-08-22&quot;:0.66},{&quot;2026-08-23&quot;:0.64},{&quot;2026-08-24&quot;:0.63},{&quot;2026-08-25&quot;:0.63},{&quot;2026-08-26&quot;:0.62},{&quot;2026-08-27&quot;:0.6},{&quot;2026-08-28&quot;:0.6},{&quot;2026-08-29&quot;:0.6},{&quot;2026-08-30&quot;:0.64},{&quot;2026-08-31&quot;:0.64},{&quot;2026-09-01&quot;:0.64},{&quot;2026-09-02&quot;:0.63},{&quot;2026-09-03&quot;:0.64},{&quot;2026-09-04&quot;:0.65},{&quot;2026-09-05&quot;:0.65},{&quot;2026-09-06&quot;:0.65},{&quot;2026-09-07&quot;:0.65},{&quot;2026-09-08&quot;:0.62},{&quot;2026-09-09&quot;:0.6},{&quot;2026-09-10&quot;:0.59},{&quot;2026-09-11&quot;:0.58},{&quot;2026-09-12&quot;:0.56},{&quot;2026-09-13&quot;:0.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="42164"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Satoru Umezawa" src="https://cards.scryfall.io/large/front/c/4/c415762a-5b24-4dbb-9066-6e9be48874a6.jpg?1783923782" />
    </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">
                $1.16
              </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">
                $2.75
              </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.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;:2.77},{&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.77},{&quot;2026-06-21&quot;:2.77},{&quot;2026-06-22&quot;:2.79},{&quot;2026-06-23&quot;:2.79},{&quot;2026-06-24&quot;:2.82},{&quot;2026-06-25&quot;:2.82},{&quot;2026-06-26&quot;:2.82},{&quot;2026-06-27&quot;:2.82},{&quot;2026-06-28&quot;:2.82},{&quot;2026-06-29&quot;:2.82},{&quot;2026-06-30&quot;:2.82},{&quot;2026-07-01&quot;:2.82},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.8},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.8},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.8},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.8},{&quot;2026-07-12&quot;:2.8},{&quot;2026-07-13&quot;:2.8},{&quot;2026-07-14&quot;:2.8},{&quot;2026-07-15&quot;:2.8},{&quot;2026-07-16&quot;:2.77},{&quot;2026-07-17&quot;:2.77},{&quot;2026-07-18&quot;:2.77},{&quot;2026-07-19&quot;:2.77},{&quot;2026-07-20&quot;:2.77},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-25&quot;:2.84},{&quot;2026-07-26&quot;:2.84},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-28&quot;:2.84},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.84},{&quot;2026-07-31&quot;:2.84},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.84},{&quot;2026-08-03&quot;:2.84},{&quot;2026-08-04&quot;:2.84},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.86},{&quot;2026-08-08&quot;:2.86},{&quot;2026-08-09&quot;:2.86},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.86},{&quot;2026-08-12&quot;:2.86},{&quot;2026-08-13&quot;:2.86},{&quot;2026-08-14&quot;:2.86},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.86},{&quot;2026-08-18&quot;:2.84},{&quot;2026-08-19&quot;:2.84},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:2.8},{&quot;2026-08-23&quot;:2.8},{&quot;2026-08-24&quot;:2.8},{&quot;2026-08-25&quot;:2.8},{&quot;2026-08-26&quot;:2.8},{&quot;2026-08-27&quot;:2.8},{&quot;2026-08-28&quot;:2.8},{&quot;2026-08-29&quot;:2.8},{&quot;2026-08-30&quot;:2.75},{&quot;2026-08-31&quot;:2.75},{&quot;2026-09-01&quot;:2.75},{&quot;2026-09-02&quot;:2.75},{&quot;2026-09-03&quot;:2.75},{&quot;2026-09-04&quot;:2.75},{&quot;2026-09-05&quot;:2.75},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.75},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.75},{&quot;2026-09-10&quot;:2.75},{&quot;2026-09-11&quot;:2.75},{&quot;2026-09-12&quot;:2.75},{&quot;2026-09-13&quot;:2.75}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.29},{&quot;2026-06-14&quot;:1.29},{&quot;2026-06-15&quot;:1.31},{&quot;2026-06-16&quot;:1.31},{&quot;2026-06-17&quot;:1.28},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.28},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.28},{&quot;2026-06-23&quot;:1.28},{&quot;2026-06-24&quot;:1.28},{&quot;2026-06-25&quot;:1.28},{&quot;2026-06-26&quot;:1.31},{&quot;2026-06-27&quot;:1.31},{&quot;2026-06-28&quot;:1.31},{&quot;2026-06-29&quot;:1.31},{&quot;2026-06-30&quot;:1.32},{&quot;2026-07-01&quot;:1.29},{&quot;2026-07-02&quot;:1.31},{&quot;2026-07-03&quot;:1.29},{&quot;2026-07-04&quot;:1.29},{&quot;2026-07-05&quot;:1.29},{&quot;2026-07-06&quot;:1.31},{&quot;2026-07-07&quot;:1.31},{&quot;2026-07-08&quot;:1.38},{&quot;2026-07-09&quot;:1.33},{&quot;2026-07-10&quot;:1.33},{&quot;2026-07-11&quot;:1.33},{&quot;2026-07-12&quot;:1.33},{&quot;2026-07-13&quot;:1.29},{&quot;2026-07-14&quot;:1.29},{&quot;2026-07-15&quot;:1.34},{&quot;2026-07-16&quot;:1.36},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.32},{&quot;2026-07-19&quot;:1.15},{&quot;2026-07-20&quot;:1.14},{&quot;2026-07-21&quot;:1.13},{&quot;2026-07-23&quot;:1.13},{&quot;2026-07-25&quot;:1.13},{&quot;2026-07-26&quot;:1.13},{&quot;2026-07-27&quot;:1.07},{&quot;2026-07-28&quot;:1.07},{&quot;2026-07-29&quot;:1.07},{&quot;2026-07-30&quot;:1.09},{&quot;2026-07-31&quot;:1.09},{&quot;2026-08-01&quot;:1.09},{&quot;2026-08-02&quot;:1.09},{&quot;2026-08-03&quot;:1.09},{&quot;2026-08-04&quot;:1.09},{&quot;2026-08-05&quot;:1.09},{&quot;2026-08-07&quot;:1.09},{&quot;2026-08-08&quot;:1.09},{&quot;2026-08-09&quot;:1.08},{&quot;2026-08-10&quot;:1.08},{&quot;2026-08-11&quot;:1.08},{&quot;2026-08-12&quot;:1.06},{&quot;2026-08-13&quot;:1.06},{&quot;2026-08-14&quot;:1.05},{&quot;2026-08-15&quot;:1.03},{&quot;2026-08-16&quot;:1.03},{&quot;2026-08-17&quot;:1.03},{&quot;2026-08-18&quot;:1.07},{&quot;2026-08-19&quot;:1.09},{&quot;2026-08-20&quot;:1.09},{&quot;2026-08-21&quot;:1.07},{&quot;2026-08-22&quot;:1.07},{&quot;2026-08-23&quot;:1.07},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.07},{&quot;2026-08-26&quot;:1.01},{&quot;2026-08-27&quot;:1.03},{&quot;2026-08-28&quot;:1.03},{&quot;2026-08-29&quot;:1.03},{&quot;2026-08-30&quot;:1.03},{&quot;2026-08-31&quot;:1.09},{&quot;2026-09-01&quot;:1.09},{&quot;2026-09-02&quot;:1.04},{&quot;2026-09-03&quot;:1.04},{&quot;2026-09-04&quot;:1.06},{&quot;2026-09-05&quot;:1.09},{&quot;2026-09-06&quot;:1.09},{&quot;2026-09-07&quot;:1.09},{&quot;2026-09-08&quot;:1.09},{&quot;2026-09-09&quot;:1.11},{&quot;2026-09-10&quot;:1.11},{&quot;2026-09-11&quot;:1.11},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Curse of Unbinding" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/b/6b56ccbc-efc7-4c5c-84be-b63f8c4cd63c.jpg?1783925380" />

        <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">
            Curse of Unbinding
        </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 — Aura Curse</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Curse of Unbinding" src="https://cards.scryfall.io/large/front/6/b/6b56ccbc-efc7-4c5c-84be-b63f8c4cd63c.jpg?1783925380" />
    </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">
                $1.16
              </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.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</span>
            </div>
        </div>

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53482"
  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">
            Kami of Celebration
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Kami of Celebration
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kami of Celebration" src="https://cards.scryfall.io/large/front/3/f/3f969b1f-5f39-4777-b41f-5f7604595672.jpg?1783923976" />
    </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">
                $1.16
              </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">$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-12&quot;:1.24},{&quot;2026-06-13&quot;:1.24},{&quot;2026-06-14&quot;:1.2},{&quot;2026-06-15&quot;:1.2},{&quot;2026-06-16&quot;:1.2},{&quot;2026-06-17&quot;:1.2},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.14},{&quot;2026-06-20&quot;:1.13},{&quot;2026-06-21&quot;:1.1},{&quot;2026-06-22&quot;:1.1},{&quot;2026-06-23&quot;:1.1},{&quot;2026-06-24&quot;:1.13},{&quot;2026-06-25&quot;:1.13},{&quot;2026-06-26&quot;:1.13},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.13},{&quot;2026-06-29&quot;:1.04},{&quot;2026-06-30&quot;:1.01},{&quot;2026-07-01&quot;:1.0},{&quot;2026-07-02&quot;:1.0},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:0.96},{&quot;2026-07-05&quot;:0.96},{&quot;2026-07-06&quot;:0.99},{&quot;2026-07-07&quot;:0.99},{&quot;2026-07-08&quot;:1.03},{&quot;2026-07-09&quot;:1.06},{&quot;2026-07-10&quot;:1.01},{&quot;2026-07-11&quot;:1.01},{&quot;2026-07-12&quot;:1.01},{&quot;2026-07-13&quot;:1.06},{&quot;2026-07-14&quot;:1.03},{&quot;2026-07-15&quot;:1.03},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:1.03},{&quot;2026-07-18&quot;:1.03},{&quot;2026-07-19&quot;:1.03},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:1.07},{&quot;2026-07-23&quot;:1.07},{&quot;2026-07-25&quot;:1.07},{&quot;2026-07-26&quot;:1.1},{&quot;2026-07-27&quot;:1.1},{&quot;2026-07-29&quot;:1.1},{&quot;2026-07-30&quot;:1.08},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.08},{&quot;2026-08-02&quot;:1.08},{&quot;2026-08-03&quot;:1.08},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.13},{&quot;2026-08-07&quot;:1.11},{&quot;2026-08-08&quot;:1.13},{&quot;2026-08-09&quot;:1.13},{&quot;2026-08-10&quot;:1.13},{&quot;2026-08-11&quot;:1.13},{&quot;2026-08-12&quot;:1.14},{&quot;2026-08-13&quot;:1.14},{&quot;2026-08-14&quot;:1.14},{&quot;2026-08-15&quot;:1.14},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.14},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.17},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.16},{&quot;2026-08-22&quot;:1.15},{&quot;2026-08-23&quot;:1.15},{&quot;2026-08-24&quot;:1.15},{&quot;2026-08-25&quot;:1.15},{&quot;2026-08-26&quot;:1.12},{&quot;2026-08-27&quot;:1.14},{&quot;2026-08-28&quot;:1.16},{&quot;2026-08-29&quot;:1.16},{&quot;2026-08-30&quot;:1.16},{&quot;2026-08-31&quot;:1.19},{&quot;2026-09-01&quot;:1.19},{&quot;2026-09-02&quot;:1.21},{&quot;2026-09-03&quot;:1.2},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.18},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.11},{&quot;2026-09-10&quot;:1.16},{&quot;2026-09-11&quot;:1.11},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75852"
  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">
            Ghostly Flicker
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Ghostly Flicker
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ghostly Flicker" src="https://cards.scryfall.io/large/front/8/c/8cf1402d-6506-4c33-b069-700741a6df81.jpg?1783910380" />
    </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">
                $1.16
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-14&quot;:1.25},{&quot;2026-06-15&quot;:1.25},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.25},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.3},{&quot;2026-06-21&quot;:1.3},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-23&quot;:1.3},{&quot;2026-06-24&quot;:1.3},{&quot;2026-06-25&quot;:1.3},{&quot;2026-06-26&quot;:1.3},{&quot;2026-06-27&quot;:1.3},{&quot;2026-06-28&quot;:1.3},{&quot;2026-06-29&quot;:1.29},{&quot;2026-06-30&quot;:1.28},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.26},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.26},{&quot;2026-07-07&quot;:1.26},{&quot;2026-07-08&quot;:1.25},{&quot;2026-07-09&quot;:1.22},{&quot;2026-07-10&quot;:1.22},{&quot;2026-07-11&quot;:1.22},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.22},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.21},{&quot;2026-07-16&quot;:1.19},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.19},{&quot;2026-07-19&quot;:1.19},{&quot;2026-07-20&quot;:1.19},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.14},{&quot;2026-07-24&quot;:1.14},{&quot;2026-07-25&quot;:1.14},{&quot;2026-07-26&quot;:1.13},{&quot;2026-07-27&quot;:1.14},{&quot;2026-07-28&quot;:1.14},{&quot;2026-07-29&quot;:1.14},{&quot;2026-07-30&quot;:1.13},{&quot;2026-07-31&quot;:1.13},{&quot;2026-08-01&quot;:1.13},{&quot;2026-08-02&quot;:1.13},{&quot;2026-08-03&quot;:1.12},{&quot;2026-08-04&quot;:1.11},{&quot;2026-08-05&quot;:1.12},{&quot;2026-08-07&quot;:1.08},{&quot;2026-08-08&quot;:1.05},{&quot;2026-08-09&quot;:1.05},{&quot;2026-08-10&quot;:1.07},{&quot;2026-08-11&quot;:1.06},{&quot;2026-08-12&quot;:1.07},{&quot;2026-08-13&quot;:1.07},{&quot;2026-08-14&quot;:1.06},{&quot;2026-08-15&quot;:1.07},{&quot;2026-08-16&quot;:1.05},{&quot;2026-08-17&quot;:1.06},{&quot;2026-08-18&quot;:1.07},{&quot;2026-08-19&quot;:1.07},{&quot;2026-08-20&quot;:1.07},{&quot;2026-08-21&quot;:1.04},{&quot;2026-08-22&quot;:1.04},{&quot;2026-08-23&quot;:1.04},{&quot;2026-08-24&quot;:1.04},{&quot;2026-08-25&quot;:1.03},{&quot;2026-08-26&quot;:1.04},{&quot;2026-08-27&quot;:1.04},{&quot;2026-08-28&quot;:1.04},{&quot;2026-08-29&quot;:1.04},{&quot;2026-08-30&quot;:1.06},{&quot;2026-08-31&quot;:1.06},{&quot;2026-09-01&quot;:1.05},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.13},{&quot;2026-09-04&quot;:1.13},{&quot;2026-09-05&quot;:1.13},{&quot;2026-09-06&quot;:1.13},{&quot;2026-09-07&quot;:1.13},{&quot;2026-09-08&quot;:1.16},{&quot;2026-09-09&quot;:1.15},{&quot;2026-09-10&quot;:1.15},{&quot;2026-09-11&quot;:1.16},{&quot;2026-09-12&quot;:1.16},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

        <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">
            Hushbringer
        </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 — Faerie</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hushbringer" src="https://cards.scryfall.io/large/front/6/6/663b3e6f-1099-4de8-a0a7-6f1919c38010.jpg?1783932672" />
    </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">
                $1.16
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:0.94},{&quot;2026-06-16&quot;:0.94},{&quot;2026-06-17&quot;:0.94},{&quot;2026-06-18&quot;:0.94},{&quot;2026-06-19&quot;:0.94},{&quot;2026-06-20&quot;:0.94},{&quot;2026-06-21&quot;:0.94},{&quot;2026-06-22&quot;:0.94},{&quot;2026-06-23&quot;:0.94},{&quot;2026-06-24&quot;:0.94},{&quot;2026-06-25&quot;:0.94},{&quot;2026-06-26&quot;:0.94},{&quot;2026-06-27&quot;:0.94},{&quot;2026-06-28&quot;:0.94},{&quot;2026-06-29&quot;:0.94},{&quot;2026-06-30&quot;:0.94},{&quot;2026-07-01&quot;:0.94},{&quot;2026-07-02&quot;:0.94},{&quot;2026-07-03&quot;:0.94},{&quot;2026-07-04&quot;:0.96},{&quot;2026-07-05&quot;:0.96},{&quot;2026-07-06&quot;:0.96},{&quot;2026-07-07&quot;:0.96},{&quot;2026-07-08&quot;:0.96},{&quot;2026-07-09&quot;:0.96},{&quot;2026-07-10&quot;:0.96},{&quot;2026-07-11&quot;:0.95},{&quot;2026-07-12&quot;:0.95},{&quot;2026-07-13&quot;:0.93},{&quot;2026-07-14&quot;:0.93},{&quot;2026-07-15&quot;:0.93},{&quot;2026-07-16&quot;:0.93},{&quot;2026-07-17&quot;:0.91},{&quot;2026-07-18&quot;:0.91},{&quot;2026-07-19&quot;:0.91},{&quot;2026-07-20&quot;:0.89},{&quot;2026-07-21&quot;:0.89},{&quot;2026-07-22&quot;:0.89},{&quot;2026-07-23&quot;:0.89},{&quot;2026-07-24&quot;:0.89},{&quot;2026-07-25&quot;:0.89},{&quot;2026-07-26&quot;:0.89},{&quot;2026-07-27&quot;:0.89},{&quot;2026-07-28&quot;:0.89},{&quot;2026-07-29&quot;:0.89},{&quot;2026-07-30&quot;:0.89},{&quot;2026-07-31&quot;:0.89},{&quot;2026-08-01&quot;:0.89},{&quot;2026-08-02&quot;:0.89},{&quot;2026-08-03&quot;:0.89},{&quot;2026-08-04&quot;:0.89},{&quot;2026-08-05&quot;:0.89},{&quot;2026-08-07&quot;:0.89},{&quot;2026-08-08&quot;:0.89},{&quot;2026-08-09&quot;:0.89},{&quot;2026-08-10&quot;:0.89},{&quot;2026-08-11&quot;:0.89},{&quot;2026-08-12&quot;:0.89},{&quot;2026-08-13&quot;:0.89},{&quot;2026-08-14&quot;:0.89},{&quot;2026-08-15&quot;:0.88},{&quot;2026-08-16&quot;:0.88},{&quot;2026-08-17&quot;:0.88},{&quot;2026-08-18&quot;:0.88},{&quot;2026-08-19&quot;:0.88},{&quot;2026-08-20&quot;:0.88},{&quot;2026-08-21&quot;:0.88},{&quot;2026-08-22&quot;:0.86},{&quot;2026-08-23&quot;:0.86},{&quot;2026-08-24&quot;:0.86},{&quot;2026-08-25&quot;:0.87},{&quot;2026-08-26&quot;:0.87},{&quot;2026-08-27&quot;:0.87},{&quot;2026-08-28&quot;:0.86},{&quot;2026-08-29&quot;:0.86},{&quot;2026-08-30&quot;:0.87},{&quot;2026-08-31&quot;:0.94},{&quot;2026-09-01&quot;:0.94},{&quot;2026-09-02&quot;:0.94},{&quot;2026-09-03&quot;:0.95},{&quot;2026-09-04&quot;:0.95},{&quot;2026-09-05&quot;:0.95},{&quot;2026-09-06&quot;:0.95},{&quot;2026-09-07&quot;:0.95},{&quot;2026-09-08&quot;:0.95},{&quot;2026-09-09&quot;:0.95},{&quot;2026-09-10&quot;:0.95},{&quot;2026-09-11&quot;:0.95},{&quot;2026-09-12&quot;:0.95},{&quot;2026-09-13&quot;:0.95}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.82},{&quot;2026-06-16&quot;:0.73},{&quot;2026-06-17&quot;:0.72},{&quot;2026-06-18&quot;:0.73},{&quot;2026-06-19&quot;:0.7},{&quot;2026-06-20&quot;:0.68},{&quot;2026-06-21&quot;:0.68},{&quot;2026-06-22&quot;:0.7},{&quot;2026-06-23&quot;:0.7},{&quot;2026-06-24&quot;:0.71},{&quot;2026-06-25&quot;:0.71},{&quot;2026-06-26&quot;:0.71},{&quot;2026-06-27&quot;:0.7},{&quot;2026-06-28&quot;:0.71},{&quot;2026-06-29&quot;:0.71},{&quot;2026-06-30&quot;:0.72},{&quot;2026-07-01&quot;:0.72},{&quot;2026-07-02&quot;:0.71},{&quot;2026-07-03&quot;:0.7},{&quot;2026-07-04&quot;:0.69},{&quot;2026-07-05&quot;:0.7},{&quot;2026-07-06&quot;:0.7},{&quot;2026-07-07&quot;:0.66},{&quot;2026-07-08&quot;:0.68},{&quot;2026-07-09&quot;:0.68},{&quot;2026-07-10&quot;:0.64},{&quot;2026-07-11&quot;:0.67},{&quot;2026-07-12&quot;:0.66},{&quot;2026-07-13&quot;:0.7},{&quot;2026-07-14&quot;:0.68},{&quot;2026-07-15&quot;:0.7},{&quot;2026-07-16&quot;:0.75},{&quot;2026-07-17&quot;:0.83},{&quot;2026-07-18&quot;:0.83},{&quot;2026-07-19&quot;:0.89},{&quot;2026-07-20&quot;:0.86},{&quot;2026-07-21&quot;:0.84},{&quot;2026-07-22&quot;:0.83},{&quot;2026-07-23&quot;:0.85},{&quot;2026-07-24&quot;:0.85},{&quot;2026-07-25&quot;:0.83},{&quot;2026-07-26&quot;:0.81},{&quot;2026-07-27&quot;:0.81},{&quot;2026-07-28&quot;:0.81},{&quot;2026-07-29&quot;:0.8},{&quot;2026-07-30&quot;:0.74},{&quot;2026-07-31&quot;:0.74},{&quot;2026-08-01&quot;:0.74},{&quot;2026-08-02&quot;:0.71},{&quot;2026-08-03&quot;:0.66},{&quot;2026-08-04&quot;:0.7},{&quot;2026-08-05&quot;:0.69},{&quot;2026-08-07&quot;:0.73},{&quot;2026-08-08&quot;:0.75},{&quot;2026-08-09&quot;:0.76},{&quot;2026-08-10&quot;:0.74},{&quot;2026-08-11&quot;:0.74},{&quot;2026-08-12&quot;:0.76},{&quot;2026-08-13&quot;:0.78},{&quot;2026-08-14&quot;:0.82},{&quot;2026-08-15&quot;:0.82},{&quot;2026-08-16&quot;:0.8},{&quot;2026-08-17&quot;:0.8},{&quot;2026-08-18&quot;:0.87},{&quot;2026-08-19&quot;:0.93},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.07},{&quot;2026-08-22&quot;:1.03},{&quot;2026-08-23&quot;:1.07},{&quot;2026-08-24&quot;:1.07},{&quot;2026-08-25&quot;:1.08},{&quot;2026-08-26&quot;:1.06},{&quot;2026-08-27&quot;:1.01},{&quot;2026-08-28&quot;:1.01},{&quot;2026-08-29&quot;:1.01},{&quot;2026-08-30&quot;:1.0},{&quot;2026-08-31&quot;:0.98},{&quot;2026-09-01&quot;:0.97},{&quot;2026-09-02&quot;:0.97},{&quot;2026-09-03&quot;:0.86},{&quot;2026-09-04&quot;:0.87},{&quot;2026-09-05&quot;:0.83},{&quot;2026-09-06&quot;:0.81},{&quot;2026-09-07&quot;:0.81},{&quot;2026-09-08&quot;:0.93},{&quot;2026-09-09&quot;:0.97},{&quot;2026-09-10&quot;:1.0},{&quot;2026-09-11&quot;:1.06},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="89341"
  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">
            Geode Rager
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Geode Rager
        </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 — Elemental</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Geode Rager" src="https://cards.scryfall.io/large/front/2/8/28f684e5-a263-4841-b297-a094c76d906f.jpg?1783929493" />
    </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">
                $1.16
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:3.05},{&quot;2026-06-16&quot;:3.0},{&quot;2026-06-17&quot;:3.03},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:3.25},{&quot;2026-06-20&quot;:3.67},{&quot;2026-06-21&quot;:4.04},{&quot;2026-06-22&quot;:4.2},{&quot;2026-06-23&quot;:4.2},{&quot;2026-06-24&quot;:4.43},{&quot;2026-06-25&quot;:4.38},{&quot;2026-06-26&quot;:4.4},{&quot;2026-06-27&quot;:4.17},{&quot;2026-06-28&quot;:4.18},{&quot;2026-06-29&quot;:4.18},{&quot;2026-06-30&quot;:4.2},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.31},{&quot;2026-07-03&quot;:4.31},{&quot;2026-07-04&quot;:4.6},{&quot;2026-07-05&quot;:4.6},{&quot;2026-07-06&quot;:4.6},{&quot;2026-07-07&quot;:4.6},{&quot;2026-07-08&quot;:4.6},{&quot;2026-07-09&quot;:4.67},{&quot;2026-07-10&quot;:4.67},{&quot;2026-07-11&quot;:4.67},{&quot;2026-07-12&quot;:4.39},{&quot;2026-07-13&quot;:4.21},{&quot;2026-07-14&quot;:4.26},{&quot;2026-07-15&quot;:4.26},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:3.58},{&quot;2026-07-18&quot;:3.58},{&quot;2026-07-19&quot;:3.02},{&quot;2026-07-20&quot;:3.0},{&quot;2026-07-21&quot;:2.77},{&quot;2026-07-22&quot;:2.66},{&quot;2026-07-23&quot;:2.66},{&quot;2026-07-24&quot;:2.53},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.53},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-28&quot;:2.31},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.17},{&quot;2026-08-01&quot;:2.17},{&quot;2026-08-02&quot;:1.82},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.49},{&quot;2026-08-05&quot;:1.39},{&quot;2026-08-07&quot;:1.34},{&quot;2026-08-08&quot;:1.34},{&quot;2026-08-09&quot;:1.37},{&quot;2026-08-10&quot;:1.34},{&quot;2026-08-11&quot;:1.34},{&quot;2026-08-12&quot;:1.32},{&quot;2026-08-13&quot;:1.32},{&quot;2026-08-14&quot;:1.35},{&quot;2026-08-15&quot;:1.35},{&quot;2026-08-16&quot;:1.35},{&quot;2026-08-17&quot;:1.28},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.21},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.24},{&quot;2026-08-23&quot;:1.24},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.27},{&quot;2026-08-29&quot;:1.27},{&quot;2026-08-30&quot;:1.32},{&quot;2026-08-31&quot;:1.32},{&quot;2026-09-01&quot;:1.3},{&quot;2026-09-02&quot;:1.31},{&quot;2026-09-03&quot;:1.34},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.29},{&quot;2026-09-07&quot;:1.28},{&quot;2026-09-08&quot;:1.23},{&quot;2026-09-09&quot;:1.19},{&quot;2026-09-10&quot;:1.16},{&quot;2026-09-11&quot;:1.16},{&quot;2026-09-12&quot;:1.16},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Last Ronin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/2/72ab3ccf-3ddb-4dd1-9cfb-98802a18d954.jpg?1783904076" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            The Last Ronin
        </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 — Saga</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-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="The Last Ronin" src="https://cards.scryfall.io/large/front/7/2/72ab3ccf-3ddb-4dd1-9cfb-98802a18d954.jpg?1783904076" />
    </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">
                $1.16
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.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">$0.10</span>
              <span class="text-xs text-grey-text">Credit: $0.13</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-15&quot;:2.09},{&quot;2026-06-16&quot;:2.09},{&quot;2026-06-17&quot;:2.09},{&quot;2026-06-18&quot;:2.14},{&quot;2026-06-19&quot;:2.14},{&quot;2026-06-20&quot;:2.13},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.03},{&quot;2026-06-23&quot;:2.03},{&quot;2026-06-24&quot;:2.08},{&quot;2026-06-25&quot;:2.08},{&quot;2026-06-26&quot;:2.08},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.02},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.05},{&quot;2026-07-01&quot;:2.05},{&quot;2026-07-02&quot;:1.97},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.86},{&quot;2026-07-06&quot;:1.86},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.81},{&quot;2026-07-10&quot;:1.81},{&quot;2026-07-11&quot;:1.79},{&quot;2026-07-12&quot;:1.82},{&quot;2026-07-13&quot;:1.82},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.83},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.89},{&quot;2026-07-19&quot;:1.89},{&quot;2026-07-20&quot;:1.87},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-22&quot;:1.93},{&quot;2026-07-23&quot;:1.93},{&quot;2026-07-24&quot;:1.97},{&quot;2026-07-25&quot;:1.97},{&quot;2026-07-26&quot;:1.97},{&quot;2026-07-27&quot;:1.93},{&quot;2026-07-28&quot;:1.89},{&quot;2026-07-29&quot;:1.89},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:1.89},{&quot;2026-08-01&quot;:1.89},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.88},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.9},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.87},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.87},{&quot;2026-08-12&quot;:1.89},{&quot;2026-08-13&quot;:1.89},{&quot;2026-08-14&quot;:1.89},{&quot;2026-08-15&quot;:1.94},{&quot;2026-08-16&quot;:1.86},{&quot;2026-08-17&quot;:1.86},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.87},{&quot;2026-08-20&quot;:1.89},{&quot;2026-08-21&quot;:2.01},{&quot;2026-08-22&quot;:2.01},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:2.02},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.22},{&quot;2026-08-27&quot;:2.18},{&quot;2026-08-28&quot;:2.21},{&quot;2026-08-29&quot;:2.21},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.41},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.44},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.65},{&quot;2026-09-12&quot;:2.65},{&quot;2026-09-13&quot;:2.66}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.35},{&quot;2026-06-17&quot;:1.44},{&quot;2026-06-18&quot;:1.48},{&quot;2026-06-19&quot;:1.4},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.17},{&quot;2026-06-22&quot;:1.05},{&quot;2026-06-23&quot;:1.13},{&quot;2026-06-24&quot;:1.17},{&quot;2026-06-25&quot;:1.12},{&quot;2026-06-26&quot;:1.08},{&quot;2026-06-27&quot;:1.05},{&quot;2026-06-28&quot;:0.98},{&quot;2026-06-29&quot;:0.98},{&quot;2026-06-30&quot;:0.96},{&quot;2026-07-01&quot;:0.98},{&quot;2026-07-02&quot;:0.96},{&quot;2026-07-03&quot;:1.04},{&quot;2026-07-04&quot;:1.09},{&quot;2026-07-05&quot;:1.15},{&quot;2026-07-06&quot;:1.19},{&quot;2026-07-07&quot;:1.19},{&quot;2026-07-08&quot;:1.2},{&quot;2026-07-09&quot;:1.19},{&quot;2026-07-10&quot;:1.29},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.36},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.34},{&quot;2026-07-15&quot;:1.48},{&quot;2026-07-16&quot;:1.35},{&quot;2026-07-17&quot;:1.33},{&quot;2026-07-18&quot;:1.42},{&quot;2026-07-19&quot;:1.32},{&quot;2026-07-20&quot;:1.25},{&quot;2026-07-21&quot;:1.17},{&quot;2026-07-22&quot;:1.17},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-24&quot;:1.18},{&quot;2026-07-25&quot;:1.25},{&quot;2026-07-26&quot;:1.24},{&quot;2026-07-27&quot;:1.18},{&quot;2026-07-28&quot;:1.17},{&quot;2026-07-29&quot;:1.19},{&quot;2026-07-30&quot;:1.15},{&quot;2026-07-31&quot;:1.15},{&quot;2026-08-01&quot;:1.19},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.37},{&quot;2026-08-08&quot;:1.41},{&quot;2026-08-09&quot;:1.37},{&quot;2026-08-10&quot;:1.22},{&quot;2026-08-11&quot;:1.16},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.19},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.28},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.12},{&quot;2026-08-19&quot;:1.12},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.16},{&quot;2026-08-22&quot;:1.39},{&quot;2026-08-23&quot;:1.3},{&quot;2026-08-24&quot;:1.29},{&quot;2026-08-25&quot;:1.32},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.33},{&quot;2026-08-28&quot;:1.26},{&quot;2026-08-29&quot;:1.26},{&quot;2026-08-30&quot;:1.26},{&quot;2026-08-31&quot;:1.35},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.34},{&quot;2026-09-03&quot;:1.24},{&quot;2026-09-04&quot;:1.19},{&quot;2026-09-05&quot;:1.18},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.21},{&quot;2026-09-08&quot;:1.19},{&quot;2026-09-09&quot;:1.2},{&quot;2026-09-10&quot;:1.26},{&quot;2026-09-11&quot;:1.22},{&quot;2026-09-12&quot;:1.19},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Assassin&#39;s Trophy" src="https://cards.scryfall.io/large/front/9/3/932efc19-9bfd-4501-a623-ff6765a356d8.jpg?1783904156" />
    </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">
                $1.16
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:4.75},{&quot;2026-08-20&quot;:4.75},{&quot;2026-08-21&quot;:4.75},{&quot;2026-08-22&quot;:4.75},{&quot;2026-08-23&quot;:4.75},{&quot;2026-08-24&quot;:4.75},{&quot;2026-08-25&quot;:4.75},{&quot;2026-08-26&quot;:4.8},{&quot;2026-08-27&quot;:4.8},{&quot;2026-08-28&quot;:4.8},{&quot;2026-08-29&quot;:4.8},{&quot;2026-08-30&quot;:4.8},{&quot;2026-08-31&quot;:4.8},{&quot;2026-09-01&quot;:4.8},{&quot;2026-09-02&quot;:4.83},{&quot;2026-09-03&quot;:4.83},{&quot;2026-09-04&quot;:4.83},{&quot;2026-09-05&quot;:4.83},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:4.83},{&quot;2026-09-08&quot;:4.83},{&quot;2026-09-09&quot;:4.83},{&quot;2026-09-10&quot;:4.83},{&quot;2026-09-11&quot;:4.83},{&quot;2026-09-12&quot;:4.83},{&quot;2026-09-13&quot;:4.83}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.86},{&quot;2026-06-13&quot;:0.85},{&quot;2026-06-14&quot;:0.82},{&quot;2026-06-15&quot;:0.76},{&quot;2026-06-16&quot;:0.79},{&quot;2026-06-17&quot;:0.72},{&quot;2026-06-18&quot;:0.8},{&quot;2026-06-19&quot;:0.81},{&quot;2026-06-20&quot;:0.8},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.79},{&quot;2026-06-23&quot;:0.83},{&quot;2026-06-24&quot;:0.83},{&quot;2026-06-25&quot;:0.87},{&quot;2026-06-26&quot;:0.84},{&quot;2026-06-27&quot;:0.84},{&quot;2026-06-28&quot;:0.86},{&quot;2026-06-29&quot;:0.86},{&quot;2026-06-30&quot;:0.86},{&quot;2026-07-01&quot;:0.89},{&quot;2026-07-02&quot;:0.83},{&quot;2026-07-03&quot;:0.83},{&quot;2026-07-04&quot;:0.86},{&quot;2026-07-05&quot;:0.86},{&quot;2026-07-06&quot;:0.82},{&quot;2026-07-07&quot;:0.84},{&quot;2026-07-08&quot;:0.84},{&quot;2026-07-09&quot;:0.83},{&quot;2026-07-10&quot;:0.83},{&quot;2026-07-11&quot;:0.82},{&quot;2026-07-12&quot;:0.8},{&quot;2026-07-13&quot;:0.78},{&quot;2026-07-14&quot;:0.78},{&quot;2026-07-15&quot;:0.81},{&quot;2026-07-16&quot;:0.81},{&quot;2026-07-17&quot;:0.83},{&quot;2026-07-18&quot;:0.83},{&quot;2026-07-19&quot;:0.83},{&quot;2026-07-20&quot;:0.84},{&quot;2026-07-21&quot;:0.78},{&quot;2026-07-23&quot;:0.76},{&quot;2026-07-25&quot;:0.78},{&quot;2026-07-26&quot;:0.81},{&quot;2026-07-27&quot;:0.86},{&quot;2026-07-29&quot;:1.0},{&quot;2026-07-30&quot;:0.85},{&quot;2026-07-31&quot;:0.88},{&quot;2026-08-01&quot;:0.91},{&quot;2026-08-02&quot;:0.88},{&quot;2026-08-03&quot;:0.89},{&quot;2026-08-04&quot;:0.88},{&quot;2026-08-05&quot;:0.86},{&quot;2026-08-07&quot;:0.91},{&quot;2026-08-08&quot;:0.94},{&quot;2026-08-09&quot;:1.09},{&quot;2026-08-10&quot;:1.17},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.16},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.21},{&quot;2026-08-15&quot;:1.06},{&quot;2026-08-16&quot;:1.08},{&quot;2026-08-17&quot;:1.01},{&quot;2026-08-18&quot;:1.05},{&quot;2026-08-19&quot;:1.06},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:0.83},{&quot;2026-08-22&quot;:0.77},{&quot;2026-08-23&quot;:0.86},{&quot;2026-08-24&quot;:0.99},{&quot;2026-08-25&quot;:0.99},{&quot;2026-08-26&quot;:1.01},{&quot;2026-08-27&quot;:1.12},{&quot;2026-08-28&quot;:1.17},{&quot;2026-08-29&quot;:1.17},{&quot;2026-08-30&quot;:1.17},{&quot;2026-08-31&quot;:1.19},{&quot;2026-09-01&quot;:1.19},{&quot;2026-09-02&quot;:1.15},{&quot;2026-09-03&quot;:1.1},{&quot;2026-09-04&quot;:1.0},{&quot;2026-09-05&quot;:0.91},{&quot;2026-09-06&quot;:1.0},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.5},{&quot;2026-09-09&quot;:1.48},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.33},{&quot;2026-09-12&quot;:1.21},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mana Sculpt" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/0/200c8e3d-c53b-40c7-a29a-fccc1281bfc6.jpg?1782682990" />

        <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">
            Mana Sculpt
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Mana Sculpt" src="https://cards.scryfall.io/large/front/2/0/200c8e3d-c53b-40c7-a29a-fccc1281bfc6.jpg?1782682990" />
    </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">
                $1.16
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $1.17
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-15&quot;:1.13},{&quot;2026-06-16&quot;:1.04},{&quot;2026-06-17&quot;:1.09},{&quot;2026-06-18&quot;:1.09},{&quot;2026-06-19&quot;:1.08},{&quot;2026-06-20&quot;:1.08},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.12},{&quot;2026-06-23&quot;:1.31},{&quot;2026-06-24&quot;:1.39},{&quot;2026-06-25&quot;:1.48},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.51},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.4},{&quot;2026-06-30&quot;:1.47},{&quot;2026-07-01&quot;:1.47},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.15},{&quot;2026-07-05&quot;:1.18},{&quot;2026-07-06&quot;:1.22},{&quot;2026-07-07&quot;:1.22},{&quot;2026-07-08&quot;:1.22},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.52},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.6},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.58},{&quot;2026-07-16&quot;:1.58},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.31},{&quot;2026-07-21&quot;:1.29},{&quot;2026-07-22&quot;:1.32},{&quot;2026-07-23&quot;:1.32},{&quot;2026-07-24&quot;:1.26},{&quot;2026-07-25&quot;:1.26},{&quot;2026-07-26&quot;:1.14},{&quot;2026-07-27&quot;:1.08},{&quot;2026-07-28&quot;:1.09},{&quot;2026-07-29&quot;:0.96},{&quot;2026-07-30&quot;:0.99},{&quot;2026-07-31&quot;:0.99},{&quot;2026-08-01&quot;:1.02},{&quot;2026-08-02&quot;:0.99},{&quot;2026-08-03&quot;:1.05},{&quot;2026-08-04&quot;:1.08},{&quot;2026-08-05&quot;:1.16},{&quot;2026-08-07&quot;:1.27},{&quot;2026-08-08&quot;:1.24},{&quot;2026-08-09&quot;:1.2},{&quot;2026-08-10&quot;:1.2},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.17},{&quot;2026-08-13&quot;:1.23},{&quot;2026-08-14&quot;:1.18},{&quot;2026-08-15&quot;:1.21},{&quot;2026-08-16&quot;:1.18},{&quot;2026-08-17&quot;:1.17},{&quot;2026-08-18&quot;:1.16},{&quot;2026-08-19&quot;:1.17},{&quot;2026-08-20&quot;:1.15},{&quot;2026-08-21&quot;:1.1},{&quot;2026-08-22&quot;:1.13},{&quot;2026-08-23&quot;:1.13},{&quot;2026-08-24&quot;:1.16},{&quot;2026-08-25&quot;:1.29},{&quot;2026-08-26&quot;:1.32},{&quot;2026-08-27&quot;:1.3},{&quot;2026-08-28&quot;:1.31},{&quot;2026-08-29&quot;:1.31},{&quot;2026-08-30&quot;:1.33},{&quot;2026-08-31&quot;:1.33},{&quot;2026-09-01&quot;:1.33},{&quot;2026-09-02&quot;:1.31},{&quot;2026-09-03&quot;:1.33},{&quot;2026-09-04&quot;:1.33},{&quot;2026-09-05&quot;:1.34},{&quot;2026-09-06&quot;:1.34},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.37},{&quot;2026-09-09&quot;:1.36},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.16},{&quot;2026-09-12&quot;:1.14},{&quot;2026-09-13&quot;:1.17}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.1},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:0.96},{&quot;2026-06-19&quot;:0.84},{&quot;2026-06-20&quot;:0.91},{&quot;2026-06-21&quot;:0.86},{&quot;2026-06-22&quot;:0.91},{&quot;2026-06-23&quot;:0.92},{&quot;2026-06-24&quot;:0.92},{&quot;2026-06-25&quot;:0.95},{&quot;2026-06-26&quot;:0.89},{&quot;2026-06-27&quot;:0.81},{&quot;2026-06-28&quot;:0.79},{&quot;2026-06-29&quot;:0.82},{&quot;2026-06-30&quot;:0.83},{&quot;2026-07-01&quot;:0.75},{&quot;2026-07-02&quot;:0.67},{&quot;2026-07-03&quot;:0.69},{&quot;2026-07-04&quot;:0.8},{&quot;2026-07-05&quot;:0.8},{&quot;2026-07-06&quot;:0.84},{&quot;2026-07-07&quot;:0.94},{&quot;2026-07-08&quot;:0.89},{&quot;2026-07-09&quot;:0.89},{&quot;2026-07-10&quot;:1.02},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.07},{&quot;2026-07-13&quot;:0.98},{&quot;2026-07-14&quot;:0.95},{&quot;2026-07-15&quot;:0.97},{&quot;2026-07-16&quot;:0.91},{&quot;2026-07-17&quot;:0.84},{&quot;2026-07-18&quot;:0.9},{&quot;2026-07-19&quot;:0.97},{&quot;2026-07-20&quot;:1.16},{&quot;2026-07-21&quot;:1.05},{&quot;2026-07-22&quot;:0.94},{&quot;2026-07-23&quot;:0.99},{&quot;2026-07-24&quot;:1.22},{&quot;2026-07-25&quot;:1.12},{&quot;2026-07-26&quot;:1.0},{&quot;2026-07-27&quot;:0.9},{&quot;2026-07-28&quot;:0.89},{&quot;2026-07-29&quot;:0.85},{&quot;2026-07-30&quot;:0.74},{&quot;2026-07-31&quot;:0.86},{&quot;2026-08-01&quot;:0.85},{&quot;2026-08-02&quot;:0.87},{&quot;2026-08-03&quot;:0.93},{&quot;2026-08-04&quot;:1.11},{&quot;2026-08-05&quot;:1.08},{&quot;2026-08-07&quot;:0.82},{&quot;2026-08-08&quot;:0.83},{&quot;2026-08-09&quot;:0.9},{&quot;2026-08-10&quot;:0.87},{&quot;2026-08-11&quot;:0.94},{&quot;2026-08-12&quot;:0.87},{&quot;2026-08-13&quot;:1.12},{&quot;2026-08-14&quot;:1.55},{&quot;2026-08-15&quot;:1.61},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.26},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.2},{&quot;2026-08-20&quot;:1.19},{&quot;2026-08-21&quot;:1.21},{&quot;2026-08-22&quot;:1.25},{&quot;2026-08-23&quot;:1.17},{&quot;2026-08-24&quot;:1.11},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.39},{&quot;2026-08-27&quot;:1.33},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.3},{&quot;2026-08-31&quot;:1.21},{&quot;2026-09-01&quot;:1.07},{&quot;2026-09-02&quot;:0.99},{&quot;2026-09-03&quot;:1.01},{&quot;2026-09-04&quot;:1.06},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.44},{&quot;2026-09-08&quot;:1.16},{&quot;2026-09-09&quot;:1.01},{&quot;2026-09-10&quot;:1.15},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Odric, Lunarch Marshal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/17b429bd-d7da-45f5-988b-7eed0d3efeaa.jpg?1783928729" />

        <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">
            Odric, Lunarch Marshal
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Odric, Lunarch Marshal" src="https://cards.scryfall.io/large/front/1/7/17b429bd-d7da-45f5-988b-7eed0d3efeaa.jpg?1783928729" />
    </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">
                $1.15
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.19},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.22},{&quot;2026-06-17&quot;:1.23},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.16},{&quot;2026-06-21&quot;:1.12},{&quot;2026-06-22&quot;:1.15},{&quot;2026-06-23&quot;:1.12},{&quot;2026-06-24&quot;:1.12},{&quot;2026-06-25&quot;:1.03},{&quot;2026-06-26&quot;:1.03},{&quot;2026-06-27&quot;:0.98},{&quot;2026-06-28&quot;:0.98},{&quot;2026-06-29&quot;:0.98},{&quot;2026-06-30&quot;:1.02},{&quot;2026-07-01&quot;:1.02},{&quot;2026-07-02&quot;:1.01},{&quot;2026-07-03&quot;:0.97},{&quot;2026-07-04&quot;:0.94},{&quot;2026-07-05&quot;:0.86},{&quot;2026-07-06&quot;:0.86},{&quot;2026-07-07&quot;:0.87},{&quot;2026-07-08&quot;:0.96},{&quot;2026-07-09&quot;:0.93},{&quot;2026-07-10&quot;:0.94},{&quot;2026-07-11&quot;:0.94},{&quot;2026-07-12&quot;:1.0},{&quot;2026-07-13&quot;:1.0},{&quot;2026-07-14&quot;:1.05},{&quot;2026-07-15&quot;:1.06},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.06},{&quot;2026-07-18&quot;:1.03},{&quot;2026-07-19&quot;:1.03},{&quot;2026-07-20&quot;:0.98},{&quot;2026-07-21&quot;:1.02},{&quot;2026-07-23&quot;:1.01},{&quot;2026-07-24&quot;:1.18},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.18},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-28&quot;:1.18},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.21},{&quot;2026-08-05&quot;:1.17},{&quot;2026-08-07&quot;:1.16},{&quot;2026-08-08&quot;:1.18},{&quot;2026-08-09&quot;:1.18},{&quot;2026-08-10&quot;:1.18},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.23},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.14},{&quot;2026-08-15&quot;:0.95},{&quot;2026-08-16&quot;:0.92},{&quot;2026-08-17&quot;:0.96},{&quot;2026-08-18&quot;:0.96},{&quot;2026-08-19&quot;:0.96},{&quot;2026-08-20&quot;:0.96},{&quot;2026-08-21&quot;:0.92},{&quot;2026-08-22&quot;:0.87},{&quot;2026-08-23&quot;:0.75},{&quot;2026-08-24&quot;:0.82},{&quot;2026-08-25&quot;:0.83},{&quot;2026-08-26&quot;:0.79},{&quot;2026-08-27&quot;:0.84},{&quot;2026-08-28&quot;:0.84},{&quot;2026-08-29&quot;:0.84},{&quot;2026-08-30&quot;:0.95},{&quot;2026-08-31&quot;:0.94},{&quot;2026-09-01&quot;:0.97},{&quot;2026-09-02&quot;:1.05},{&quot;2026-09-03&quot;:1.09},{&quot;2026-09-04&quot;:1.11},{&quot;2026-09-05&quot;:1.13},{&quot;2026-09-06&quot;:1.11},{&quot;2026-09-07&quot;:1.19},{&quot;2026-09-08&quot;:1.14},{&quot;2026-09-09&quot;:1.21},{&quot;2026-09-10&quot;:1.19},{&quot;2026-09-11&quot;:1.16},{&quot;2026-09-12&quot;:1.16},{&quot;2026-09-13&quot;:1.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19038"
  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-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">
            Elas il-Kor, Sadistic Pilgrim
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elas il-Kor, Sadistic Pilgrim" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/5/552fbde6-515d-457e-81c9-d67157eaaf37.jpg?1783921236" />

        <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">
            Elas il-Kor, Sadistic Pilgrim
        </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 — Phyrexian Kor Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Elas il-Kor, Sadistic Pilgrim" src="https://cards.scryfall.io/large/front/5/5/552fbde6-515d-457e-81c9-d67157eaaf37.jpg?1783921236" />
    </div>

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

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

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

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

          <span class="text-lg font-medium text-nine-white">
            3
          </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.97
              </span>

            </div>
          </div>

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.50</span>
              <span class="text-xs text-grey-text">Credit: $0.65</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.63</span>
              <span class="text-xs text-grey-text">Credit: $0.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-15&quot;:1.47},{&quot;2026-06-16&quot;:1.47},{&quot;2026-06-17&quot;:1.46},{&quot;2026-06-18&quot;:1.48},{&quot;2026-06-19&quot;:1.48},{&quot;2026-06-20&quot;:1.47},{&quot;2026-06-21&quot;:1.47},{&quot;2026-06-22&quot;:1.47},{&quot;2026-06-23&quot;:1.47},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.46},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.42},{&quot;2026-07-01&quot;:1.42},{&quot;2026-07-02&quot;:1.45},{&quot;2026-07-03&quot;:1.49},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.48},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.4},{&quot;2026-07-14&quot;:1.48},{&quot;2026-07-15&quot;:1.48},{&quot;2026-07-16&quot;:1.48},{&quot;2026-07-17&quot;:1.49},{&quot;2026-07-18&quot;:1.49},{&quot;2026-07-19&quot;:1.51},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.53},{&quot;2026-07-22&quot;:1.53},{&quot;2026-07-23&quot;:1.53},{&quot;2026-07-24&quot;:1.53},{&quot;2026-07-25&quot;:1.53},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-28&quot;:1.54},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.52},{&quot;2026-07-31&quot;:1.49},{&quot;2026-08-01&quot;:1.49},{&quot;2026-08-02&quot;:1.49},{&quot;2026-08-03&quot;:1.49},{&quot;2026-08-04&quot;:1.49},{&quot;2026-08-05&quot;:1.49},{&quot;2026-08-07&quot;:1.52},{&quot;2026-08-08&quot;:1.52},{&quot;2026-08-09&quot;:1.52},{&quot;2026-08-10&quot;:1.58},{&quot;2026-08-11&quot;:1.53},{&quot;2026-08-12&quot;:1.52},{&quot;2026-08-13&quot;:1.52},{&quot;2026-08-14&quot;:1.51},{&quot;2026-08-15&quot;:1.48},{&quot;2026-08-16&quot;:1.54},{&quot;2026-08-17&quot;:1.6},{&quot;2026-08-18&quot;:1.58},{&quot;2026-08-19&quot;:1.59},{&quot;2026-08-20&quot;:1.59},{&quot;2026-08-21&quot;:1.59},{&quot;2026-08-22&quot;:1.58},{&quot;2026-08-23&quot;:1.58},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.53},{&quot;2026-08-27&quot;:1.53},{&quot;2026-08-28&quot;:1.45},{&quot;2026-08-29&quot;:1.45},{&quot;2026-08-30&quot;:1.49},{&quot;2026-08-31&quot;:1.5},{&quot;2026-09-01&quot;:1.48},{&quot;2026-09-02&quot;:1.35},{&quot;2026-09-03&quot;:1.33},{&quot;2026-09-04&quot;:1.33},{&quot;2026-09-05&quot;:1.29},{&quot;2026-09-06&quot;:1.17},{&quot;2026-09-07&quot;:1.13},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.12},{&quot;2026-09-10&quot;:1.12},{&quot;2026-09-11&quot;:1.12},{&quot;2026-09-12&quot;:1.11},{&quot;2026-09-13&quot;:1.15}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.24},{&quot;2026-06-17&quot;:1.2},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.29},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.2},{&quot;2026-06-22&quot;:1.2},{&quot;2026-06-23&quot;:1.15},{&quot;2026-06-24&quot;:1.12},{&quot;2026-06-25&quot;:1.13},{&quot;2026-06-26&quot;:1.08},{&quot;2026-06-27&quot;:1.06},{&quot;2026-06-28&quot;:1.12},{&quot;2026-06-29&quot;:1.09},{&quot;2026-06-30&quot;:1.14},{&quot;2026-07-01&quot;:1.08},{&quot;2026-07-02&quot;:1.08},{&quot;2026-07-03&quot;:1.08},{&quot;2026-07-04&quot;:1.05},{&quot;2026-07-05&quot;:1.1},{&quot;2026-07-06&quot;:1.1},{&quot;2026-07-07&quot;:1.18},{&quot;2026-07-08&quot;:1.12},{&quot;2026-07-09&quot;:1.11},{&quot;2026-07-10&quot;:1.18},{&quot;2026-07-11&quot;:1.19},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.05},{&quot;2026-07-14&quot;:1.0},{&quot;2026-07-15&quot;:0.98},{&quot;2026-07-16&quot;:0.94},{&quot;2026-07-17&quot;:1.01},{&quot;2026-07-18&quot;:1.03},{&quot;2026-07-19&quot;:0.98},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:1.04},{&quot;2026-07-22&quot;:0.98},{&quot;2026-07-23&quot;:1.01},{&quot;2026-07-24&quot;:0.99},{&quot;2026-07-25&quot;:1.02},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:0.96},{&quot;2026-07-28&quot;:0.85},{&quot;2026-07-29&quot;:0.87},{&quot;2026-07-30&quot;:0.87},{&quot;2026-07-31&quot;:0.83},{&quot;2026-08-01&quot;:0.81},{&quot;2026-08-02&quot;:0.81},{&quot;2026-08-03&quot;:0.86},{&quot;2026-08-04&quot;:0.86},{&quot;2026-08-05&quot;:0.86},{&quot;2026-08-07&quot;:0.93},{&quot;2026-08-08&quot;:0.93},{&quot;2026-08-09&quot;:0.9},{&quot;2026-08-10&quot;:0.93},{&quot;2026-08-11&quot;:1.06},{&quot;2026-08-12&quot;:1.11},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.28},{&quot;2026-08-15&quot;:1.29},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.22},{&quot;2026-08-18&quot;:1.13},{&quot;2026-08-19&quot;:1.2},{&quot;2026-08-20&quot;:1.15},{&quot;2026-08-21&quot;:1.13},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.23},{&quot;2026-08-24&quot;:1.13},{&quot;2026-08-25&quot;:1.11},{&quot;2026-08-26&quot;:1.09},{&quot;2026-08-27&quot;:1.01},{&quot;2026-08-28&quot;:1.06},{&quot;2026-08-29&quot;:1.06},{&quot;2026-08-30&quot;:1.08},{&quot;2026-08-31&quot;:1.12},{&quot;2026-09-01&quot;:1.14},{&quot;2026-09-02&quot;:1.2},{&quot;2026-09-03&quot;:1.19},{&quot;2026-09-04&quot;:1.22},{&quot;2026-09-05&quot;:1.08},{&quot;2026-09-06&quot;:1.03},{&quot;2026-09-07&quot;:0.97},{&quot;2026-09-08&quot;:1.01},{&quot;2026-09-09&quot;:0.99},{&quot;2026-09-10&quot;:0.99},{&quot;2026-09-11&quot;:1.03},{&quot;2026-09-12&quot;:1.09},{&quot;2026-09-13&quot;:0.97}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="26432"
  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-fem 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">
            Soul Exchange
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Soul Exchange
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Soul Exchange" src="https://cards.scryfall.io/large/front/9/f/9f73597d-f453-4d37-b2ef-c54ef683a884.jpg?1783947899" />
    </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">
                $1.15
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.34},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.34},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.34},{&quot;2026-06-20&quot;:1.34},{&quot;2026-06-21&quot;:1.37},{&quot;2026-06-22&quot;:1.37},{&quot;2026-06-23&quot;:1.37},{&quot;2026-06-24&quot;:1.37},{&quot;2026-06-25&quot;:1.32},{&quot;2026-06-26&quot;:1.32},{&quot;2026-06-27&quot;:1.32},{&quot;2026-06-28&quot;:1.32},{&quot;2026-06-29&quot;:1.28},{&quot;2026-06-30&quot;:1.28},{&quot;2026-07-01&quot;:1.28},{&quot;2026-07-02&quot;:1.28},{&quot;2026-07-03&quot;:1.28},{&quot;2026-07-04&quot;:1.28},{&quot;2026-07-05&quot;:1.23},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.26},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.26},{&quot;2026-07-10&quot;:1.26},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.28},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.19},{&quot;2026-07-15&quot;:1.2},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.2},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.2},{&quot;2026-07-21&quot;:1.2},{&quot;2026-07-22&quot;:1.2},{&quot;2026-07-23&quot;:1.2},{&quot;2026-07-24&quot;:1.2},{&quot;2026-07-25&quot;:1.2},{&quot;2026-07-26&quot;:1.13},{&quot;2026-07-27&quot;:1.05},{&quot;2026-07-28&quot;:1.05},{&quot;2026-07-29&quot;:1.03},{&quot;2026-07-30&quot;:1.03},{&quot;2026-07-31&quot;:1.03},{&quot;2026-08-01&quot;:1.03},{&quot;2026-08-02&quot;:1.05},{&quot;2026-08-03&quot;:1.05},{&quot;2026-08-04&quot;:1.05},{&quot;2026-08-05&quot;:1.08},{&quot;2026-08-07&quot;:1.08},{&quot;2026-08-08&quot;:1.11},{&quot;2026-08-09&quot;:1.13},{&quot;2026-08-10&quot;:1.13},{&quot;2026-08-11&quot;:1.13},{&quot;2026-08-12&quot;:1.12},{&quot;2026-08-13&quot;:1.12},{&quot;2026-08-14&quot;:1.12},{&quot;2026-08-15&quot;:1.12},{&quot;2026-08-16&quot;:1.12},{&quot;2026-08-17&quot;:1.12},{&quot;2026-08-18&quot;:1.12},{&quot;2026-08-19&quot;:1.12},{&quot;2026-08-20&quot;:1.12},{&quot;2026-08-21&quot;:1.12},{&quot;2026-08-22&quot;:1.12},{&quot;2026-08-23&quot;:1.13},{&quot;2026-08-24&quot;:1.14},{&quot;2026-08-25&quot;:1.14},{&quot;2026-08-26&quot;:1.14},{&quot;2026-08-27&quot;:1.14},{&quot;2026-08-28&quot;:1.14},{&quot;2026-08-29&quot;:1.14},{&quot;2026-08-30&quot;:1.14},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.14},{&quot;2026-09-02&quot;:1.14},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.16},{&quot;2026-09-05&quot;:1.16},{&quot;2026-09-06&quot;:1.14},{&quot;2026-09-07&quot;:1.14},{&quot;2026-09-08&quot;:1.14},{&quot;2026-09-09&quot;:1.23},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.24},{&quot;2026-09-13&quot;:1.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ghalta, Primal Hunger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/a/6a9c39e4-a8cf-42dd-8d0e-45634b335546.jpg?1783909058" />

        <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">
            Ghalta, Primal Hunger
        </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 — Elder Dinosaur</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-10'></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="Ghalta, Primal Hunger" src="https://cards.scryfall.io/large/front/6/a/6a9c39e4-a8cf-42dd-8d0e-45634b335546.jpg?1783909058" />
    </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">
                $1.15
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  22%
                </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.22
              </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.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;2026-06-15&quot;:1.17},{&quot;2026-06-16&quot;:1.2},{&quot;2026-06-17&quot;:1.17},{&quot;2026-06-18&quot;:1.16},{&quot;2026-06-19&quot;:1.15},{&quot;2026-06-20&quot;:1.15},{&quot;2026-06-21&quot;:1.15},{&quot;2026-06-22&quot;:1.15},{&quot;2026-06-23&quot;:1.13},{&quot;2026-06-24&quot;:1.13},{&quot;2026-06-25&quot;:1.13},{&quot;2026-06-26&quot;:1.13},{&quot;2026-06-27&quot;:1.18},{&quot;2026-06-28&quot;:1.18},{&quot;2026-06-29&quot;:1.18},{&quot;2026-06-30&quot;:1.35},{&quot;2026-07-01&quot;:1.42},{&quot;2026-07-02&quot;:1.57},{&quot;2026-07-03&quot;:1.57},{&quot;2026-07-04&quot;:1.55},{&quot;2026-07-05&quot;:1.55},{&quot;2026-07-06&quot;:1.63},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.77},{&quot;2026-07-09&quot;:1.99},{&quot;2026-07-10&quot;:2.01},{&quot;2026-07-11&quot;:2.1},{&quot;2026-07-12&quot;:2.02},{&quot;2026-07-13&quot;:1.93},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.84},{&quot;2026-07-19&quot;:1.84},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-22&quot;:1.82},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.82},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-28&quot;:1.81},{&quot;2026-07-29&quot;:1.76},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.46},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.23},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.31},{&quot;2026-08-07&quot;:1.3},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.29},{&quot;2026-08-10&quot;:1.33},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.44},{&quot;2026-08-13&quot;:1.43},{&quot;2026-08-14&quot;:1.36},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.35},{&quot;2026-08-17&quot;:1.35},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.31},{&quot;2026-08-20&quot;:1.48},{&quot;2026-08-21&quot;:1.63},{&quot;2026-08-22&quot;:1.64},{&quot;2026-08-23&quot;:1.63},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.72},{&quot;2026-08-28&quot;:1.72},{&quot;2026-08-29&quot;:1.72},{&quot;2026-08-30&quot;:1.88},{&quot;2026-08-31&quot;:1.88},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.99},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:1.99},{&quot;2026-09-05&quot;:2.13},{&quot;2026-09-06&quot;:2.11},{&quot;2026-09-07&quot;:2.2},{&quot;2026-09-08&quot;:2.17},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.19},{&quot;2026-09-12&quot;:2.23},{&quot;2026-09-13&quot;:2.22}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.78},{&quot;2026-06-16&quot;:0.83},{&quot;2026-06-17&quot;:0.8},{&quot;2026-06-18&quot;:0.76},{&quot;2026-06-19&quot;:0.78},{&quot;2026-06-20&quot;:0.71},{&quot;2026-06-21&quot;:0.72},{&quot;2026-06-22&quot;:0.76},{&quot;2026-06-23&quot;:0.75},{&quot;2026-06-24&quot;:0.87},{&quot;2026-06-25&quot;:0.91},{&quot;2026-06-26&quot;:0.88},{&quot;2026-06-27&quot;:0.9},{&quot;2026-06-28&quot;:0.84},{&quot;2026-06-29&quot;:0.89},{&quot;2026-06-30&quot;:1.07},{&quot;2026-07-01&quot;:1.15},{&quot;2026-07-02&quot;:1.26},{&quot;2026-07-03&quot;:1.17},{&quot;2026-07-04&quot;:1.31},{&quot;2026-07-05&quot;:1.25},{&quot;2026-07-06&quot;:1.34},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.4},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.28},{&quot;2026-07-11&quot;:1.29},{&quot;2026-07-12&quot;:1.09},{&quot;2026-07-13&quot;:1.02},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.98},{&quot;2026-07-16&quot;:0.92},{&quot;2026-07-17&quot;:0.99},{&quot;2026-07-18&quot;:1.01},{&quot;2026-07-19&quot;:1.07},{&quot;2026-07-20&quot;:1.19},{&quot;2026-07-21&quot;:1.33},{&quot;2026-07-22&quot;:1.37},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-24&quot;:1.2},{&quot;2026-07-25&quot;:1.1},{&quot;2026-07-26&quot;:1.05},{&quot;2026-07-27&quot;:1.06},{&quot;2026-07-28&quot;:1.16},{&quot;2026-07-29&quot;:1.16},{&quot;2026-07-30&quot;:1.15},{&quot;2026-07-31&quot;:1.14},{&quot;2026-08-01&quot;:1.14},{&quot;2026-08-02&quot;:0.97},{&quot;2026-08-03&quot;:0.97},{&quot;2026-08-04&quot;:0.93},{&quot;2026-08-05&quot;:0.95},{&quot;2026-08-07&quot;:0.97},{&quot;2026-08-08&quot;:1.14},{&quot;2026-08-09&quot;:1.03},{&quot;2026-08-10&quot;:0.92},{&quot;2026-08-11&quot;:0.87},{&quot;2026-08-12&quot;:0.96},{&quot;2026-08-13&quot;:1.09},{&quot;2026-08-14&quot;:1.15},{&quot;2026-08-15&quot;:1.12},{&quot;2026-08-16&quot;:1.22},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.31},{&quot;2026-08-19&quot;:1.3},{&quot;2026-08-20&quot;:1.26},{&quot;2026-08-21&quot;:1.15},{&quot;2026-08-22&quot;:1.12},{&quot;2026-08-23&quot;:1.08},{&quot;2026-08-24&quot;:1.01},{&quot;2026-08-25&quot;:0.98},{&quot;2026-08-26&quot;:1.21},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.27},{&quot;2026-08-29&quot;:1.27},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.47},{&quot;2026-09-01&quot;:1.57},{&quot;2026-09-02&quot;:1.62},{&quot;2026-09-03&quot;:1.55},{&quot;2026-09-04&quot;:1.5},{&quot;2026-09-05&quot;:1.48},{&quot;2026-09-06&quot;:1.53},{&quot;2026-09-07&quot;:1.47},{&quot;2026-09-08&quot;:1.54},{&quot;2026-09-09&quot;:1.53},{&quot;2026-09-10&quot;:1.58},{&quot;2026-09-11&quot;:1.48},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="48616"
  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-mrd 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">
            Seat of the Synod
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Seat of the Synod" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5da5587d-6b6c-4645-8cc9-2866d1e6911b.jpg?1783944493" />

        <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">
            Seat of the Synod
        </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 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="Seat of the Synod" src="https://cards.scryfall.io/large/front/5/d/5da5587d-6b6c-4645-8cc9-2866d1e6911b.jpg?1783944493" />
    </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">
                $1.15
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:45.83},{&quot;2026-06-16&quot;:45.83},{&quot;2026-06-17&quot;:45.83},{&quot;2026-06-18&quot;:45.83},{&quot;2026-06-19&quot;:45.83},{&quot;2026-06-20&quot;:45.83},{&quot;2026-06-21&quot;:45.76},{&quot;2026-06-22&quot;:45.76},{&quot;2026-06-23&quot;:45.76},{&quot;2026-06-24&quot;:45.76},{&quot;2026-06-25&quot;:45.76},{&quot;2026-06-26&quot;:45.76},{&quot;2026-06-27&quot;:45.76},{&quot;2026-06-28&quot;:45.76},{&quot;2026-06-29&quot;:45.76},{&quot;2026-06-30&quot;:45.76},{&quot;2026-07-01&quot;:45.76},{&quot;2026-07-02&quot;:45.76},{&quot;2026-07-03&quot;:46.48},{&quot;2026-07-04&quot;:46.48},{&quot;2026-07-05&quot;:46.48},{&quot;2026-07-06&quot;:46.48},{&quot;2026-07-07&quot;:46.48},{&quot;2026-07-08&quot;:46.48},{&quot;2026-07-09&quot;:46.48},{&quot;2026-07-10&quot;:46.48},{&quot;2026-07-11&quot;:46.48},{&quot;2026-07-12&quot;:46.48},{&quot;2026-07-13&quot;:46.48},{&quot;2026-07-14&quot;:46.48},{&quot;2026-07-15&quot;:46.48},{&quot;2026-07-16&quot;:46.48},{&quot;2026-07-17&quot;:46.48},{&quot;2026-07-18&quot;:47.12},{&quot;2026-07-19&quot;:47.12},{&quot;2026-07-20&quot;:47.12},{&quot;2026-07-21&quot;:47.12},{&quot;2026-07-22&quot;:47.12},{&quot;2026-07-23&quot;:47.12},{&quot;2026-07-24&quot;:47.12},{&quot;2026-07-25&quot;:47.12},{&quot;2026-07-26&quot;:47.12},{&quot;2026-07-27&quot;:47.12},{&quot;2026-07-28&quot;:47.12},{&quot;2026-07-29&quot;:47.12},{&quot;2026-07-30&quot;:47.12},{&quot;2026-07-31&quot;:47.12},{&quot;2026-08-01&quot;:47.12},{&quot;2026-08-02&quot;:47.12},{&quot;2026-08-03&quot;:47.12},{&quot;2026-08-04&quot;:47.12},{&quot;2026-08-05&quot;:47.12},{&quot;2026-08-07&quot;:47.12},{&quot;2026-08-08&quot;:47.12},{&quot;2026-08-09&quot;:47.12},{&quot;2026-08-10&quot;:47.12},{&quot;2026-08-11&quot;:47.12},{&quot;2026-08-12&quot;:47.12},{&quot;2026-08-13&quot;:47.12},{&quot;2026-08-14&quot;:47.12},{&quot;2026-08-15&quot;:47.12},{&quot;2026-08-16&quot;:47.12},{&quot;2026-08-17&quot;:47.12},{&quot;2026-08-18&quot;:47.12},{&quot;2026-08-19&quot;:48.3},{&quot;2026-08-20&quot;:48.3},{&quot;2026-08-21&quot;:48.3},{&quot;2026-08-22&quot;:48.3},{&quot;2026-08-23&quot;:48.3},{&quot;2026-08-24&quot;:48.3},{&quot;2026-08-25&quot;:48.3},{&quot;2026-08-26&quot;:48.3},{&quot;2026-08-27&quot;:47.85},{&quot;2026-08-28&quot;:47.85},{&quot;2026-08-29&quot;:47.85},{&quot;2026-08-30&quot;:47.85},{&quot;2026-08-31&quot;:47.85},{&quot;2026-09-01&quot;:47.85},{&quot;2026-09-02&quot;:47.85},{&quot;2026-09-03&quot;:47.85},{&quot;2026-09-04&quot;:47.85},{&quot;2026-09-05&quot;:47.85},{&quot;2026-09-06&quot;:47.85},{&quot;2026-09-07&quot;:47.85},{&quot;2026-09-08&quot;:47.85},{&quot;2026-09-09&quot;:46.0},{&quot;2026-09-10&quot;:46.0},{&quot;2026-09-11&quot;:46.0},{&quot;2026-09-12&quot;:46.0},{&quot;2026-09-13&quot;:46.0}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.42},{&quot;2026-06-16&quot;:1.44},{&quot;2026-06-17&quot;:1.44},{&quot;2026-06-18&quot;:1.37},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.37},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.25},{&quot;2026-06-24&quot;:1.25},{&quot;2026-06-25&quot;:1.25},{&quot;2026-06-26&quot;:1.25},{&quot;2026-06-27&quot;:1.25},{&quot;2026-06-28&quot;:1.27},{&quot;2026-06-29&quot;:1.24},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.24},{&quot;2026-07-03&quot;:1.24},{&quot;2026-07-04&quot;:1.25},{&quot;2026-07-05&quot;:1.25},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.22},{&quot;2026-07-08&quot;:1.18},{&quot;2026-07-09&quot;:1.2},{&quot;2026-07-10&quot;:1.2},{&quot;2026-07-11&quot;:1.18},{&quot;2026-07-12&quot;:1.19},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.16},{&quot;2026-07-16&quot;:1.13},{&quot;2026-07-17&quot;:1.13},{&quot;2026-07-18&quot;:1.14},{&quot;2026-07-19&quot;:1.12},{&quot;2026-07-20&quot;:1.12},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-22&quot;:1.14},{&quot;2026-07-23&quot;:1.14},{&quot;2026-07-24&quot;:1.19},{&quot;2026-07-25&quot;:1.14},{&quot;2026-07-26&quot;:1.14},{&quot;2026-07-27&quot;:1.14},{&quot;2026-07-28&quot;:1.14},{&quot;2026-07-29&quot;:1.12},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.14},{&quot;2026-08-01&quot;:1.14},{&quot;2026-08-02&quot;:1.13},{&quot;2026-08-03&quot;:1.13},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.12},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.21},{&quot;2026-08-09&quot;:1.2},{&quot;2026-08-10&quot;:1.25},{&quot;2026-08-11&quot;:1.25},{&quot;2026-08-12&quot;:1.25},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.25},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.24},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.21},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.2},{&quot;2026-08-23&quot;:1.2},{&quot;2026-08-24&quot;:1.2},{&quot;2026-08-25&quot;:1.2},{&quot;2026-08-26&quot;:1.2},{&quot;2026-08-27&quot;:1.2},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.17},{&quot;2026-08-31&quot;:1.15},{&quot;2026-09-01&quot;:1.15},{&quot;2026-09-02&quot;:1.15},{&quot;2026-09-03&quot;:1.12},{&quot;2026-09-04&quot;:1.12},{&quot;2026-09-05&quot;:1.13},{&quot;2026-09-06&quot;:1.1},{&quot;2026-09-07&quot;:1.1},{&quot;2026-09-08&quot;:1.08},{&quot;2026-09-09&quot;:1.08},{&quot;2026-09-10&quot;:1.08},{&quot;2026-09-11&quot;:1.12},{&quot;2026-09-12&quot;:1.13},{&quot;2026-09-13&quot;:1.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Circle of Loyalty" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/9/79093d00-362d-4d07-8a0a-cf5e1ccf9c0f.jpg?1783932677" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Circle of Loyalty" src="https://cards.scryfall.io/large/front/7/9/79093d00-362d-4d07-8a0a-cf5e1ccf9c0f.jpg?1783932677" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.15</span>
              <span class="text-xs text-grey-text">Credit: $0.20</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.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-11&quot;:1.09},{&quot;2026-06-12&quot;:1.09},{&quot;2026-06-13&quot;:1.09},{&quot;2026-06-14&quot;:1.09},{&quot;2026-06-15&quot;:1.09},{&quot;2026-06-16&quot;:1.1},{&quot;2026-06-17&quot;:1.09},{&quot;2026-06-18&quot;:1.09},{&quot;2026-06-19&quot;:1.09},{&quot;2026-06-20&quot;:1.09},{&quot;2026-06-21&quot;:1.09},{&quot;2026-06-22&quot;:1.09},{&quot;2026-06-24&quot;:1.09},{&quot;2026-06-25&quot;:1.09},{&quot;2026-06-26&quot;:1.09},{&quot;2026-06-27&quot;:1.1},{&quot;2026-06-28&quot;:1.1},{&quot;2026-06-29&quot;:1.1},{&quot;2026-06-30&quot;:1.1},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.08},{&quot;2026-07-04&quot;:1.08},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.08},{&quot;2026-07-07&quot;:1.08},{&quot;2026-07-08&quot;:1.08},{&quot;2026-07-09&quot;:1.08},{&quot;2026-07-10&quot;:1.1},{&quot;2026-07-11&quot;:1.1},{&quot;2026-07-12&quot;:1.1},{&quot;2026-07-13&quot;:1.1},{&quot;2026-07-14&quot;:1.1},{&quot;2026-07-15&quot;:1.1},{&quot;2026-07-16&quot;:1.1},{&quot;2026-07-17&quot;:1.1},{&quot;2026-07-18&quot;:1.1},{&quot;2026-07-19&quot;:1.1},{&quot;2026-07-20&quot;:1.1},{&quot;2026-07-21&quot;:1.1},{&quot;2026-07-23&quot;:1.1},{&quot;2026-07-25&quot;:1.1},{&quot;2026-07-26&quot;:1.14},{&quot;2026-07-27&quot;:1.14},{&quot;2026-07-29&quot;:1.14},{&quot;2026-07-30&quot;:1.14},{&quot;2026-07-31&quot;:1.14},{&quot;2026-08-01&quot;:1.15},{&quot;2026-08-02&quot;:1.15},{&quot;2026-08-03&quot;:1.15},{&quot;2026-08-04&quot;:1.15},{&quot;2026-08-05&quot;:1.15},{&quot;2026-08-07&quot;:1.15},{&quot;2026-08-08&quot;:1.15},{&quot;2026-08-09&quot;:1.15},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.15},{&quot;2026-08-13&quot;:1.17},{&quot;2026-08-14&quot;:1.16},{&quot;2026-08-15&quot;:1.16},{&quot;2026-08-16&quot;:1.16},{&quot;2026-08-17&quot;:1.14},{&quot;2026-08-18&quot;:1.14},{&quot;2026-08-19&quot;:1.14},{&quot;2026-08-20&quot;:1.14},{&quot;2026-08-21&quot;:1.14},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.14},{&quot;2026-08-25&quot;:1.14},{&quot;2026-08-26&quot;:1.14},{&quot;2026-08-27&quot;:1.14},{&quot;2026-08-28&quot;:1.14},{&quot;2026-08-29&quot;:1.14},{&quot;2026-08-30&quot;:1.14},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.14},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.14},{&quot;2026-09-04&quot;:1.14},{&quot;2026-09-05&quot;:1.14},{&quot;2026-09-06&quot;:1.14},{&quot;2026-09-07&quot;:1.14},{&quot;2026-09-08&quot;:1.14},{&quot;2026-09-09&quot;:1.14},{&quot;2026-09-10&quot;:1.14},{&quot;2026-09-11&quot;:1.14},{&quot;2026-09-12&quot;:1.15},{&quot;2026-09-13&quot;:1.15}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.4},{&quot;2026-06-12&quot;:2.4},{&quot;2026-06-13&quot;:2.4},{&quot;2026-06-14&quot;:2.4},{&quot;2026-06-15&quot;:2.38},{&quot;2026-06-16&quot;:2.38},{&quot;2026-06-17&quot;:2.43},{&quot;2026-06-18&quot;:2.57},{&quot;2026-06-19&quot;:2.57},{&quot;2026-06-20&quot;:2.59},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-24&quot;:2.72},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.72},{&quot;2026-06-27&quot;:2.72},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.81},{&quot;2026-07-02&quot;:2.81},{&quot;2026-07-03&quot;:2.81},{&quot;2026-07-04&quot;:2.81},{&quot;2026-07-05&quot;:2.81},{&quot;2026-07-06&quot;:2.67},{&quot;2026-07-07&quot;:2.74},{&quot;2026-07-08&quot;:2.6},{&quot;2026-07-09&quot;:2.6},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.54},{&quot;2026-07-12&quot;:2.54},{&quot;2026-07-13&quot;:2.41},{&quot;2026-07-14&quot;:2.41},{&quot;2026-07-15&quot;:2.41},{&quot;2026-07-16&quot;:2.41},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.27},{&quot;2026-07-19&quot;:2.27},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-25&quot;:1.85},{&quot;2026-07-26&quot;:1.85},{&quot;2026-07-27&quot;:1.77},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.55},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.39},{&quot;2026-08-05&quot;:1.42},{&quot;2026-08-07&quot;:1.39},{&quot;2026-08-08&quot;:1.39},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.32},{&quot;2026-08-11&quot;:1.32},{&quot;2026-08-12&quot;:1.32},{&quot;2026-08-13&quot;:1.32},{&quot;2026-08-14&quot;:1.32},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.31},{&quot;2026-08-17&quot;:1.31},{&quot;2026-08-18&quot;:1.29},{&quot;2026-08-19&quot;:1.29},{&quot;2026-08-20&quot;:1.29},{&quot;2026-08-21&quot;:1.29},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.32},{&quot;2026-08-25&quot;:1.32},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.33},{&quot;2026-08-28&quot;:1.27},{&quot;2026-08-29&quot;:1.27},{&quot;2026-08-30&quot;:1.16},{&quot;2026-08-31&quot;:1.16},{&quot;2026-09-01&quot;:1.16},{&quot;2026-09-02&quot;:1.14},{&quot;2026-09-03&quot;:1.09},{&quot;2026-09-04&quot;:1.06},{&quot;2026-09-05&quot;:1.08},{&quot;2026-09-06&quot;:1.08},{&quot;2026-09-07&quot;:1.04},{&quot;2026-09-08&quot;:1.04},{&quot;2026-09-09&quot;:1.05},{&quot;2026-09-10&quot;:1.04},{&quot;2026-09-11&quot;:1.04},{&quot;2026-09-12&quot;:1.05},{&quot;2026-09-13&quot;:1.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Diabolic Tutor" src="https://cards.scryfall.io/large/front/d/d/dd14df0b-026d-473f-bfba-f57a2ccfd771.jpg?1783910168" />
    </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">
                $1.15
              </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">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.19},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.19},{&quot;2026-06-20&quot;:1.19},{&quot;2026-06-21&quot;:1.18},{&quot;2026-06-22&quot;:1.18},{&quot;2026-06-23&quot;:1.18},{&quot;2026-06-24&quot;:1.18},{&quot;2026-06-25&quot;:1.17},{&quot;2026-06-26&quot;:1.16},{&quot;2026-06-27&quot;:1.16},{&quot;2026-06-28&quot;:1.13},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.14},{&quot;2026-07-01&quot;:1.14},{&quot;2026-07-02&quot;:1.14},{&quot;2026-07-03&quot;:1.17},{&quot;2026-07-04&quot;:1.17},{&quot;2026-07-05&quot;:1.18},{&quot;2026-07-06&quot;:1.18},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.17},{&quot;2026-07-09&quot;:1.15},{&quot;2026-07-10&quot;:1.15},{&quot;2026-07-11&quot;:1.18},{&quot;2026-07-12&quot;:1.18},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.27},{&quot;2026-07-15&quot;:1.26},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.26},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-22&quot;:1.27},{&quot;2026-07-23&quot;:1.27},{&quot;2026-07-24&quot;:1.27},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.27},{&quot;2026-07-27&quot;:1.29},{&quot;2026-07-28&quot;:1.3},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.25},{&quot;2026-07-31&quot;:1.22},{&quot;2026-08-01&quot;:1.22},{&quot;2026-08-02&quot;:1.19},{&quot;2026-08-03&quot;:1.15},{&quot;2026-08-04&quot;:1.16},{&quot;2026-08-05&quot;:1.11},{&quot;2026-08-07&quot;:1.1},{&quot;2026-08-08&quot;:1.09},{&quot;2026-08-09&quot;:1.08},{&quot;2026-08-10&quot;:1.08},{&quot;2026-08-11&quot;:1.05},{&quot;2026-08-12&quot;:1.04},{&quot;2026-08-13&quot;:1.05},{&quot;2026-08-14&quot;:1.06},{&quot;2026-08-15&quot;:1.04},{&quot;2026-08-16&quot;:1.05},{&quot;2026-08-17&quot;:1.06},{&quot;2026-08-18&quot;:1.05},{&quot;2026-08-19&quot;:1.05},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.07},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.12},{&quot;2026-08-24&quot;:1.13},{&quot;2026-08-25&quot;:1.13},{&quot;2026-08-26&quot;:1.13},{&quot;2026-08-27&quot;:1.14},{&quot;2026-08-28&quot;:1.13},{&quot;2026-08-29&quot;:1.13},{&quot;2026-08-30&quot;:1.09},{&quot;2026-08-31&quot;:1.08},{&quot;2026-09-01&quot;:1.11},{&quot;2026-09-02&quot;:1.11},{&quot;2026-09-03&quot;:1.11},{&quot;2026-09-04&quot;:1.1},{&quot;2026-09-05&quot;:1.1},{&quot;2026-09-06&quot;:1.1},{&quot;2026-09-07&quot;:1.1},{&quot;2026-09-08&quot;:1.11},{&quot;2026-09-09&quot;:1.12},{&quot;2026-09-10&quot;:1.13},{&quot;2026-09-11&quot;:1.13},{&quot;2026-09-12&quot;:1.14},{&quot;2026-09-13&quot;:1.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Squall, SeeD Mercenary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cc4e5234-fb41-48f7-91f4-039710542bc3.jpg?1783906563" />

        <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">
            Squall, SeeD Mercenary
        </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 Knight Mercenary</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Squall, SeeD Mercenary" src="https://cards.scryfall.io/large/front/c/c/cc4e5234-fb41-48f7-91f4-039710542bc3.jpg?1783906563" />
    </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">
                $1.15
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-11&quot;:1.23},{&quot;2026-06-12&quot;:1.23},{&quot;2026-06-13&quot;:1.14},{&quot;2026-06-14&quot;:1.16},{&quot;2026-06-15&quot;:1.22},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.18},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.15},{&quot;2026-06-20&quot;:1.13},{&quot;2026-06-21&quot;:1.15},{&quot;2026-06-22&quot;:1.09},{&quot;2026-06-24&quot;:1.06},{&quot;2026-06-25&quot;:1.06},{&quot;2026-06-26&quot;:1.06},{&quot;2026-06-27&quot;:1.06},{&quot;2026-06-28&quot;:1.03},{&quot;2026-06-29&quot;:1.03},{&quot;2026-06-30&quot;:1.07},{&quot;2026-07-01&quot;:1.07},{&quot;2026-07-02&quot;:1.09},{&quot;2026-07-03&quot;:1.15},{&quot;2026-07-04&quot;:1.15},{&quot;2026-07-05&quot;:1.14},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.16},{&quot;2026-07-09&quot;:1.16},{&quot;2026-07-10&quot;:1.13},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.19},{&quot;2026-07-14&quot;:1.19},{&quot;2026-07-15&quot;:1.17},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.2},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.22},{&quot;2026-07-21&quot;:1.2},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-25&quot;:1.26},{&quot;2026-07-26&quot;:1.26},{&quot;2026-07-27&quot;:1.26},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.2},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.2},{&quot;2026-08-03&quot;:1.19},{&quot;2026-08-04&quot;:1.19},{&quot;2026-08-05&quot;:1.23},{&quot;2026-08-07&quot;:1.17},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.14},{&quot;2026-08-11&quot;:1.14},{&quot;2026-08-12&quot;:1.21},{&quot;2026-08-13&quot;:1.21},{&quot;2026-08-14&quot;:1.25},{&quot;2026-08-15&quot;:1.29},{&quot;2026-08-16&quot;:1.31},{&quot;2026-08-17&quot;:1.22},{&quot;2026-08-18&quot;:1.25},{&quot;2026-08-19&quot;:1.25},{&quot;2026-08-20&quot;:1.25},{&quot;2026-08-21&quot;:1.35},{&quot;2026-08-22&quot;:1.33},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.29},{&quot;2026-08-25&quot;:1.29},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.21},{&quot;2026-08-28&quot;:1.21},{&quot;2026-08-29&quot;:1.21},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.14},{&quot;2026-09-02&quot;:1.18},{&quot;2026-09-03&quot;:1.18},{&quot;2026-09-04&quot;:1.18},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:1.33},{&quot;2026-09-07&quot;:1.33},{&quot;2026-09-08&quot;:1.32},{&quot;2026-09-09&quot;:1.31},{&quot;2026-09-10&quot;:1.32},{&quot;2026-09-11&quot;:1.35},{&quot;2026-09-12&quot;:1.35},{&quot;2026-09-13&quot;:1.35}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.97},{&quot;2026-06-12&quot;:0.91},{&quot;2026-06-13&quot;:0.88},{&quot;2026-06-14&quot;:0.84},{&quot;2026-06-15&quot;:0.81},{&quot;2026-06-16&quot;:0.75},{&quot;2026-06-17&quot;:0.71},{&quot;2026-06-18&quot;:0.77},{&quot;2026-06-19&quot;:0.82},{&quot;2026-06-20&quot;:0.93},{&quot;2026-06-21&quot;:0.85},{&quot;2026-06-22&quot;:0.85},{&quot;2026-06-24&quot;:0.78},{&quot;2026-06-25&quot;:0.77},{&quot;2026-06-26&quot;:0.75},{&quot;2026-06-27&quot;:0.75},{&quot;2026-06-28&quot;:0.78},{&quot;2026-06-29&quot;:0.8},{&quot;2026-06-30&quot;:0.82},{&quot;2026-07-01&quot;:0.88},{&quot;2026-07-02&quot;:0.99},{&quot;2026-07-03&quot;:1.01},{&quot;2026-07-04&quot;:1.05},{&quot;2026-07-05&quot;:1.09},{&quot;2026-07-06&quot;:0.97},{&quot;2026-07-07&quot;:0.84},{&quot;2026-07-08&quot;:0.73},{&quot;2026-07-09&quot;:0.57},{&quot;2026-07-10&quot;:0.69},{&quot;2026-07-11&quot;:0.75},{&quot;2026-07-12&quot;:0.77},{&quot;2026-07-13&quot;:0.79},{&quot;2026-07-14&quot;:0.81},{&quot;2026-07-15&quot;:0.83},{&quot;2026-07-16&quot;:0.64},{&quot;2026-07-17&quot;:0.71},{&quot;2026-07-18&quot;:0.96},{&quot;2026-07-19&quot;:1.14},{&quot;2026-07-20&quot;:1.14},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-23&quot;:0.91},{&quot;2026-07-25&quot;:0.9},{&quot;2026-07-26&quot;:1.06},{&quot;2026-07-27&quot;:0.95},{&quot;2026-07-29&quot;:0.86},{&quot;2026-07-30&quot;:0.84},{&quot;2026-07-31&quot;:0.79},{&quot;2026-08-01&quot;:0.79},{&quot;2026-08-02&quot;:0.82},{&quot;2026-08-03&quot;:0.78},{&quot;2026-08-04&quot;:0.75},{&quot;2026-08-05&quot;:0.77},{&quot;2026-08-07&quot;:0.9},{&quot;2026-08-08&quot;:0.88},{&quot;2026-08-09&quot;:0.92},{&quot;2026-08-10&quot;:0.9},{&quot;2026-08-11&quot;:0.93},{&quot;2026-08-12&quot;:0.94},{&quot;2026-08-13&quot;:1.01},{&quot;2026-08-14&quot;:1.1},{&quot;2026-08-15&quot;:1.03},{&quot;2026-08-16&quot;:1.02},{&quot;2026-08-17&quot;:1.04},{&quot;2026-08-18&quot;:1.09},{&quot;2026-08-19&quot;:1.18},{&quot;2026-08-20&quot;:1.18},{&quot;2026-08-21&quot;:1.09},{&quot;2026-08-22&quot;:1.17},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.25},{&quot;2026-08-25&quot;:1.25},{&quot;2026-08-26&quot;:1.13},{&quot;2026-08-27&quot;:1.14},{&quot;2026-08-28&quot;:1.1},{&quot;2026-08-29&quot;:1.1},{&quot;2026-08-30&quot;:0.89},{&quot;2026-08-31&quot;:1.01},{&quot;2026-09-01&quot;:1.01},{&quot;2026-09-02&quot;:1.09},{&quot;2026-09-03&quot;:1.25},{&quot;2026-09-04&quot;:1.22},{&quot;2026-09-05&quot;:1.26},{&quot;2026-09-06&quot;:1.31},{&quot;2026-09-07&quot;:1.31},{&quot;2026-09-08&quot;:1.39},{&quot;2026-09-09&quot;:1.22},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.19},{&quot;2026-09-13&quot;:1.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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">
            Great Divide Guide
        </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 Scout Ally</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="Great Divide Guide" src="https://cards.scryfall.io/large/front/c/c/cc3063ec-5ea6-46c1-8331-c740cbaf6c76.jpg?1783904942" />
    </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">
                $1.15
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.42
              </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.30</span>
              <span class="text-xs text-grey-text">Credit: $0.39</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-15&quot;:1.52},{&quot;2026-06-16&quot;:1.52},{&quot;2026-06-17&quot;:1.54},{&quot;2026-06-18&quot;:1.5},{&quot;2026-06-19&quot;:1.47},{&quot;2026-06-20&quot;:1.47},{&quot;2026-06-21&quot;:1.49},{&quot;2026-06-22&quot;:1.49},{&quot;2026-06-23&quot;:1.45},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.42},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.4},{&quot;2026-06-30&quot;:1.4},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.39},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.38},{&quot;2026-07-06&quot;:1.35},{&quot;2026-07-07&quot;:1.33},{&quot;2026-07-08&quot;:1.33},{&quot;2026-07-09&quot;:1.33},{&quot;2026-07-10&quot;:1.3},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.29},{&quot;2026-07-13&quot;:1.23},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.3},{&quot;2026-07-17&quot;:1.3},{&quot;2026-07-18&quot;:1.3},{&quot;2026-07-19&quot;:1.34},{&quot;2026-07-20&quot;:1.32},{&quot;2026-07-21&quot;:1.35},{&quot;2026-07-22&quot;:1.47},{&quot;2026-07-23&quot;:1.57},{&quot;2026-07-24&quot;:1.58},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.68},{&quot;2026-07-27&quot;:1.68},{&quot;2026-07-28&quot;:1.68},{&quot;2026-07-29&quot;:1.67},{&quot;2026-07-30&quot;:1.67},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.76},{&quot;2026-08-02&quot;:1.79},{&quot;2026-08-03&quot;:1.87},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.75},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.74},{&quot;2026-08-12&quot;:1.74},{&quot;2026-08-13&quot;:1.75},{&quot;2026-08-14&quot;:1.73},{&quot;2026-08-15&quot;:1.68},{&quot;2026-08-16&quot;:1.68},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.61},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.42},{&quot;2026-08-22&quot;:1.46},{&quot;2026-08-23&quot;:1.37},{&quot;2026-08-24&quot;:1.37},{&quot;2026-08-25&quot;:1.37},{&quot;2026-08-26&quot;:1.39},{&quot;2026-08-27&quot;:1.35},{&quot;2026-08-28&quot;:1.38},{&quot;2026-08-29&quot;:1.38},{&quot;2026-08-30&quot;:1.58},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.58},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.5},{&quot;2026-09-04&quot;:1.49},{&quot;2026-09-05&quot;:1.49},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.48},{&quot;2026-09-08&quot;:1.45},{&quot;2026-09-09&quot;:1.48},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.41},{&quot;2026-09-12&quot;:1.38},{&quot;2026-09-13&quot;:1.42}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.08},{&quot;2026-06-16&quot;:1.1},{&quot;2026-06-17&quot;:1.15},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.2},{&quot;2026-06-20&quot;:1.08},{&quot;2026-06-21&quot;:0.97},{&quot;2026-06-22&quot;:0.97},{&quot;2026-06-23&quot;:0.93},{&quot;2026-06-24&quot;:0.97},{&quot;2026-06-25&quot;:0.84},{&quot;2026-06-26&quot;:0.8},{&quot;2026-06-27&quot;:0.8},{&quot;2026-06-28&quot;:0.81},{&quot;2026-06-29&quot;:0.8},{&quot;2026-06-30&quot;:0.78},{&quot;2026-07-01&quot;:0.75},{&quot;2026-07-02&quot;:0.8},{&quot;2026-07-03&quot;:0.84},{&quot;2026-07-04&quot;:0.81},{&quot;2026-07-05&quot;:0.81},{&quot;2026-07-06&quot;:0.87},{&quot;2026-07-07&quot;:0.88},{&quot;2026-07-08&quot;:0.83},{&quot;2026-07-09&quot;:0.9},{&quot;2026-07-10&quot;:0.87},{&quot;2026-07-11&quot;:0.87},{&quot;2026-07-12&quot;:0.92},{&quot;2026-07-13&quot;:1.01},{&quot;2026-07-14&quot;:1.0},{&quot;2026-07-15&quot;:1.02},{&quot;2026-07-16&quot;:1.09},{&quot;2026-07-17&quot;:0.95},{&quot;2026-07-18&quot;:0.99},{&quot;2026-07-19&quot;:1.33},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-22&quot;:1.24},{&quot;2026-07-23&quot;:1.26},{&quot;2026-07-24&quot;:1.34},{&quot;2026-07-25&quot;:1.26},{&quot;2026-07-26&quot;:1.29},{&quot;2026-07-27&quot;:1.23},{&quot;2026-07-28&quot;:1.21},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.17},{&quot;2026-08-03&quot;:1.12},{&quot;2026-08-04&quot;:0.84},{&quot;2026-08-05&quot;:0.91},{&quot;2026-08-07&quot;:0.91},{&quot;2026-08-08&quot;:1.02},{&quot;2026-08-09&quot;:0.99},{&quot;2026-08-10&quot;:1.07},{&quot;2026-08-11&quot;:0.95},{&quot;2026-08-12&quot;:1.01},{&quot;2026-08-13&quot;:0.88},{&quot;2026-08-14&quot;:0.95},{&quot;2026-08-15&quot;:0.97},{&quot;2026-08-16&quot;:1.01},{&quot;2026-08-17&quot;:0.89},{&quot;2026-08-18&quot;:0.9},{&quot;2026-08-19&quot;:0.94},{&quot;2026-08-20&quot;:1.02},{&quot;2026-08-21&quot;:1.08},{&quot;2026-08-22&quot;:1.05},{&quot;2026-08-23&quot;:0.86},{&quot;2026-08-24&quot;:0.82},{&quot;2026-08-25&quot;:0.83},{&quot;2026-08-26&quot;:0.88},{&quot;2026-08-27&quot;:0.8},{&quot;2026-08-28&quot;:0.82},{&quot;2026-08-29&quot;:0.82},{&quot;2026-08-30&quot;:0.96},{&quot;2026-08-31&quot;:1.02},{&quot;2026-09-01&quot;:1.11},{&quot;2026-09-02&quot;:1.12},{&quot;2026-09-03&quot;:1.11},{&quot;2026-09-04&quot;:1.02},{&quot;2026-09-05&quot;:1.02},{&quot;2026-09-06&quot;:1.08},{&quot;2026-09-07&quot;:1.07},{&quot;2026-09-08&quot;:1.16},{&quot;2026-09-09&quot;:1.14},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.3},{&quot;2026-09-13&quot;:1.15}]}"
        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 2551-2600 of 9369 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=51&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=51&amp;username=denvermullets" rel="prev">51</a><a role="link" aria-disabled="true" aria-current="page">52</a><a href="/load_collection?direction=asc&amp;page=53&amp;username=denvermullets" rel="next">53</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=53&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="20944"
          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">
              290
            </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>
              Uril, the Miststalker


            </td>

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

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

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

                    <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">
                $0.23
            </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="20944"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20944" src="/boxset_card/20944?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21140"
          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">
              357
            </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-common ss-fw ss-2x mr-4"></i>
              Unearth


            </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-b'></i>
              </div>
            </td>

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

                    <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.36
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-uncommon ss-fw ss-2x mr-4"></i>
              Shaman of the Pack


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Vehicle
            </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">
            </td>

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

                </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="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.26
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x mr-4"></i>
              Yorion, Sky Nomad


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Bird Serpent
            </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-wu'></i><i class='no-tailwind ms ms-cost ml-0 ms-wu'></i>
              </div>
            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.33
            </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="51642"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_51642" src="/boxset_card/51642?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      62%
                    </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.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.49
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Witch of the Moors


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

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

                    <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.18
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75240"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              E02-8
            </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>
              Blatant Thievery


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

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

                    <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.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.85
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-rare ss-fw ss-2x mr-4"></i>
              Once Upon a Time


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      18%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.36
            </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="77929"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77929" src="/boxset_card/77929?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-uncommon ss-fw ss-2x mr-4"></i>
              Drown in the Loch


            </td>

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

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

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

                    <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.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.26
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86787"
          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">
              CM2-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Palladium Myr


            </td>

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

                    <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.17
            </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="86787"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86787" src="/boxset_card/86787?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89613"
          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">
              94
            </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>
              Mina and Denn, Wildborn


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 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.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.00
            </td>
        </tr>

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

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

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


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      27%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.23
            </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="108854"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108854" src="/boxset_card/108854?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13874"
          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">
              687
            </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>
              Austere Command


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21057"
          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">
              328
            </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>
              Pillar of the Paruns


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

                    <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">
                $0.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.07
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-mythic ss-fw ss-2x mr-4"></i>
              Herald of Eternal Dawn


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $1.17

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      16%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.78
            </td>
        </tr>

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

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      24%
                    </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.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.36
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="61378"
          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-rav ss-common ss-fw ss-2x mr-4"></i>
              Dimir Signet


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      31%
                    </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.33
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78954"
          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">
              96
            </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>
              Venser, Shaper Savant


            </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.40
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78962"
          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">
              DIS-99
            </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>
              Utopia Sprawl


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83873"
          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">
              THB-220
            </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>
              Klothys, God of Destiny


            </td>

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

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

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

                    <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">
                $0.36
            </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="83873"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83873" src="/boxset_card/83873?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85716"
          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">
              5DN-43
            </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>
              Bringer of the Black Dawn


            </td>

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

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

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

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

                    <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.09
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90798"
          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">
              36
            </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>
              Odric, Lunarch Marshal


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      18%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.17
            </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="90798"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_90798" src="/boxset_card/90798?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91097"
          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">
              292
            </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-common ss-fw ss-2x mr-4"></i>
              Swamp


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      15%
                    </span>
                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                    <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.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.00
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-mythic ss-fw ss-2x mr-4"></i>
              Withering Curse


            </td>

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      11%
                    </span>
                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112567"
          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">
              158
            </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>
              The Great Goblin


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      6%
                    </span>
                </div>
            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      31%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.10
            </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="112567"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112567" src="/boxset_card/112567?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21118"
          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">
              349
            </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>
              Mulldrifter


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="24386"
          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">
              271
            </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>
              Valgavoth&#39;s Lair


            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      15%
                    </span>
                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42164"
          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-neo ss-rare ss-fw ss-2x mr-4"></i>
              Satoru Umezawa


            </td>

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

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

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

                    <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="px-4 py-2 text-sm whitespace-nowrap">
            </td>

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

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

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53482"
          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">
              59
            </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>
              Kami of Celebration


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75852"
          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">
              KHC-39
            </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>
              Ghostly Flicker


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.29
            </td>
        </tr>

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

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      43%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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">
                1.20
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89341"
          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">
              6
            </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>
              Geode Rager


            </td>

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-mythic ss-fw ss-2x mr-4"></i>
              The Last Ronin


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Saga
            </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-g'></i>
              </div>
            </td>

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

                    <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.10
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x mr-4"></i>
              Assassin&#39;s Trophy


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

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

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

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

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

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

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

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


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 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">
                $0.38
            </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="109629"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109629" src="/boxset_card/109629?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Odric, Lunarch Marshal


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19038"
          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">
              297
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Elas il-Kor, Sadistic Pilgrim


            </td>

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

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

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

                </div>
            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.63
            </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="19038"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19038" src="/boxset_card/19038?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fem ss-uncommon ss-fw ss-2x mr-4"></i>
              Soul Exchange


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.12
            </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="26432"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_26432" src="/boxset_card/26432?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Ghalta, Primal Hunger


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-10'></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">
                  $1.15

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      22%
                    </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.44
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mrd ss-common ss-fw ss-2x mr-4"></i>
              Seat of the Synod


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact 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">
                  $1.15

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.15
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-mythic ss-fw ss-2x mr-4"></i>
              The Circle of Loyalty


            </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

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

                </div>
            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.15
            </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.17
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80544"
          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">
              ODY-129
            </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>
              Diabolic Tutor


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.50
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Squall, SeeD Mercenary


            </td>

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      12%
                    </span>
                </div>
            </td>

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Scout Ally
            </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">
                  $1.15

                    <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.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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98534"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98534" src="/boxset_card/98534?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 2551-2600 of 9369 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=51&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=51&amp;username=denvermullets" rel="prev">51</a><a role="link" aria-disabled="true" aria-current="page">52</a><a href="/load_collection?direction=asc&amp;page=53&amp;username=denvermullets" rel="next">53</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=53&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>