<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="25766"
  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-ema 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">
            Relic of Progenitus
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Relic of Progenitus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/3/436cd66c-0622-43cd-8748-af4d21a2db3f.jpg?1783937543" />

        <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">
            Relic of Progenitus
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Relic of Progenitus" src="https://cards.scryfall.io/large/front/4/3/436cd66c-0622-43cd-8748-af4d21a2db3f.jpg?1783937543" />
    </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">
                $7.27
              </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">
                $8.35
              </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">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:9.07},{&quot;2026-06-11&quot;:9.07},{&quot;2026-06-12&quot;:9.07},{&quot;2026-06-13&quot;:9.07},{&quot;2026-06-14&quot;:9.07},{&quot;2026-06-15&quot;:9.07},{&quot;2026-06-16&quot;:9.07},{&quot;2026-06-17&quot;:9.07},{&quot;2026-06-18&quot;:9.07},{&quot;2026-06-19&quot;:9.07},{&quot;2026-06-20&quot;:9.07},{&quot;2026-06-21&quot;:9.07},{&quot;2026-06-22&quot;:9.07},{&quot;2026-06-23&quot;:9.07},{&quot;2026-06-24&quot;:9.07},{&quot;2026-06-25&quot;:9.07},{&quot;2026-06-26&quot;:9.07},{&quot;2026-06-27&quot;:9.07},{&quot;2026-06-28&quot;:9.07},{&quot;2026-06-29&quot;:9.07},{&quot;2026-06-30&quot;:9.07},{&quot;2026-07-01&quot;:9.07},{&quot;2026-07-02&quot;:9.07},{&quot;2026-07-03&quot;:9.07},{&quot;2026-07-04&quot;:9.07},{&quot;2026-07-05&quot;:9.07},{&quot;2026-07-06&quot;:9.07},{&quot;2026-07-07&quot;:9.07},{&quot;2026-07-08&quot;:9.07},{&quot;2026-07-09&quot;:9.07},{&quot;2026-07-10&quot;:9.07},{&quot;2026-07-11&quot;:9.07},{&quot;2026-07-12&quot;:9.07},{&quot;2026-07-13&quot;:9.07},{&quot;2026-07-14&quot;:9.07},{&quot;2026-07-15&quot;:9.15},{&quot;2026-07-16&quot;:9.15},{&quot;2026-07-17&quot;:9.15},{&quot;2026-07-18&quot;:9.15},{&quot;2026-07-19&quot;:9.15},{&quot;2026-07-20&quot;:9.15},{&quot;2026-07-21&quot;:9.15},{&quot;2026-07-23&quot;:9.15},{&quot;2026-07-25&quot;:9.15},{&quot;2026-07-26&quot;:9.15},{&quot;2026-07-27&quot;:9.15},{&quot;2026-07-29&quot;:9.14},{&quot;2026-07-30&quot;:9.14},{&quot;2026-07-31&quot;:9.14},{&quot;2026-08-01&quot;:9.14},{&quot;2026-08-02&quot;:9.14},{&quot;2026-08-03&quot;:8.83},{&quot;2026-08-04&quot;:8.83},{&quot;2026-08-05&quot;:9.01},{&quot;2026-08-07&quot;:9.01},{&quot;2026-08-08&quot;:9.01},{&quot;2026-08-09&quot;:9.01},{&quot;2026-08-10&quot;:8.84},{&quot;2026-08-11&quot;:8.84},{&quot;2026-08-12&quot;:8.84},{&quot;2026-08-13&quot;:8.83},{&quot;2026-08-14&quot;:8.83},{&quot;2026-08-15&quot;:8.83},{&quot;2026-08-16&quot;:8.83},{&quot;2026-08-17&quot;:8.83},{&quot;2026-08-18&quot;:8.83},{&quot;2026-08-19&quot;:8.83},{&quot;2026-08-20&quot;:8.83},{&quot;2026-08-21&quot;:8.8},{&quot;2026-08-22&quot;:8.8},{&quot;2026-08-23&quot;:8.8},{&quot;2026-08-24&quot;:8.8},{&quot;2026-08-25&quot;:8.8},{&quot;2026-08-26&quot;:8.8},{&quot;2026-08-27&quot;:8.8},{&quot;2026-08-28&quot;:8.71},{&quot;2026-08-29&quot;:8.71},{&quot;2026-08-30&quot;:8.71},{&quot;2026-08-31&quot;:8.71},{&quot;2026-09-01&quot;:8.71},{&quot;2026-09-02&quot;:8.46},{&quot;2026-09-03&quot;:8.46},{&quot;2026-09-04&quot;:8.42},{&quot;2026-09-05&quot;:8.42},{&quot;2026-09-06&quot;:8.42},{&quot;2026-09-07&quot;:8.37},{&quot;2026-09-08&quot;:8.42},{&quot;2026-09-09&quot;:8.3},{&quot;2026-09-10&quot;:8.3},{&quot;2026-09-11&quot;:8.35}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.84},{&quot;2026-06-11&quot;:5.84},{&quot;2026-06-12&quot;:5.77},{&quot;2026-06-13&quot;:5.77},{&quot;2026-06-14&quot;:6.09},{&quot;2026-06-15&quot;:6.06},{&quot;2026-06-16&quot;:6.01},{&quot;2026-06-17&quot;:6.01},{&quot;2026-06-18&quot;:6.35},{&quot;2026-06-19&quot;:6.35},{&quot;2026-06-20&quot;:6.35},{&quot;2026-06-21&quot;:6.35},{&quot;2026-06-22&quot;:6.43},{&quot;2026-06-23&quot;:6.43},{&quot;2026-06-24&quot;:6.43},{&quot;2026-06-25&quot;:6.47},{&quot;2026-06-26&quot;:6.47},{&quot;2026-06-27&quot;:6.49},{&quot;2026-06-28&quot;:6.56},{&quot;2026-06-29&quot;:6.56},{&quot;2026-06-30&quot;:6.56},{&quot;2026-07-01&quot;:6.56},{&quot;2026-07-02&quot;:6.49},{&quot;2026-07-03&quot;:6.49},{&quot;2026-07-04&quot;:6.64},{&quot;2026-07-05&quot;:6.79},{&quot;2026-07-06&quot;:6.68},{&quot;2026-07-07&quot;:6.77},{&quot;2026-07-08&quot;:6.79},{&quot;2026-07-09&quot;:6.83},{&quot;2026-07-10&quot;:6.86},{&quot;2026-07-11&quot;:6.86},{&quot;2026-07-12&quot;:6.86},{&quot;2026-07-13&quot;:6.86},{&quot;2026-07-14&quot;:6.86},{&quot;2026-07-15&quot;:6.9},{&quot;2026-07-16&quot;:6.9},{&quot;2026-07-17&quot;:6.9},{&quot;2026-07-18&quot;:7.2},{&quot;2026-07-19&quot;:7.2},{&quot;2026-07-20&quot;:7.13},{&quot;2026-07-21&quot;:7.13},{&quot;2026-07-23&quot;:7.13},{&quot;2026-07-25&quot;:7.01},{&quot;2026-07-26&quot;:6.98},{&quot;2026-07-27&quot;:6.98},{&quot;2026-07-29&quot;:6.83},{&quot;2026-07-30&quot;:6.91},{&quot;2026-07-31&quot;:6.74},{&quot;2026-08-01&quot;:6.72},{&quot;2026-08-02&quot;:6.6},{&quot;2026-08-03&quot;:6.6},{&quot;2026-08-04&quot;:6.6},{&quot;2026-08-05&quot;:6.6},{&quot;2026-08-07&quot;:6.61},{&quot;2026-08-08&quot;:6.61},{&quot;2026-08-09&quot;:6.73},{&quot;2026-08-10&quot;:6.73},{&quot;2026-08-11&quot;:6.73},{&quot;2026-08-12&quot;:6.73},{&quot;2026-08-13&quot;:6.67},{&quot;2026-08-14&quot;:6.48},{&quot;2026-08-15&quot;:6.5},{&quot;2026-08-16&quot;:6.57},{&quot;2026-08-17&quot;:6.37},{&quot;2026-08-18&quot;:6.37},{&quot;2026-08-19&quot;:6.48},{&quot;2026-08-20&quot;:6.48},{&quot;2026-08-21&quot;:6.51},{&quot;2026-08-22&quot;:6.52},{&quot;2026-08-23&quot;:6.52},{&quot;2026-08-24&quot;:6.74},{&quot;2026-08-25&quot;:6.74},{&quot;2026-08-26&quot;:6.69},{&quot;2026-08-27&quot;:6.7},{&quot;2026-08-28&quot;:6.7},{&quot;2026-08-29&quot;:6.7},{&quot;2026-08-30&quot;:6.7},{&quot;2026-08-31&quot;:6.7},{&quot;2026-09-01&quot;:6.7},{&quot;2026-09-02&quot;:6.95},{&quot;2026-09-03&quot;:6.95},{&quot;2026-09-04&quot;:7.16},{&quot;2026-09-05&quot;:7.19},{&quot;2026-09-06&quot;:7.19},{&quot;2026-09-07&quot;:7.39},{&quot;2026-09-08&quot;:7.39},{&quot;2026-09-09&quot;:7.5},{&quot;2026-09-10&quot;:7.34},{&quot;2026-09-11&quot;:7.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Boromir, Warden of the Tower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/6/f6bc3720-2892-4dda-8f30-079a1ac8e1e2.jpg?1783916338" />

        <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">
            Boromir, Warden of the Tower
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Boromir, Warden of the Tower" src="https://cards.scryfall.io/large/front/f/6/f6bc3720-2892-4dda-8f30-079a1ac8e1e2.jpg?1783916338" />
    </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">
                $7.27
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.32},{&quot;2026-06-14&quot;:5.32},{&quot;2026-06-15&quot;:5.51},{&quot;2026-06-16&quot;:5.71},{&quot;2026-06-17&quot;:5.75},{&quot;2026-06-18&quot;:5.72},{&quot;2026-06-19&quot;:5.72},{&quot;2026-06-20&quot;:5.38},{&quot;2026-06-21&quot;:5.44},{&quot;2026-06-22&quot;:5.63},{&quot;2026-06-23&quot;:5.63},{&quot;2026-06-24&quot;:5.63},{&quot;2026-06-25&quot;:5.76},{&quot;2026-06-26&quot;:5.87},{&quot;2026-06-27&quot;:5.87},{&quot;2026-06-28&quot;:5.99},{&quot;2026-06-29&quot;:6.14},{&quot;2026-06-30&quot;:6.27},{&quot;2026-07-01&quot;:6.28},{&quot;2026-07-02&quot;:6.28},{&quot;2026-07-03&quot;:6.28},{&quot;2026-07-04&quot;:6.28},{&quot;2026-07-05&quot;:6.36},{&quot;2026-07-06&quot;:6.5},{&quot;2026-07-07&quot;:6.69},{&quot;2026-07-08&quot;:6.74},{&quot;2026-07-09&quot;:6.64},{&quot;2026-07-10&quot;:6.55},{&quot;2026-07-11&quot;:6.66},{&quot;2026-07-12&quot;:6.66},{&quot;2026-07-13&quot;:6.66},{&quot;2026-07-14&quot;:6.68},{&quot;2026-07-15&quot;:6.68},{&quot;2026-07-16&quot;:6.95},{&quot;2026-07-17&quot;:6.95},{&quot;2026-07-18&quot;:7.03},{&quot;2026-07-19&quot;:7.03},{&quot;2026-07-20&quot;:7.17},{&quot;2026-07-21&quot;:7.35},{&quot;2026-07-22&quot;:7.35},{&quot;2026-07-23&quot;:7.23},{&quot;2026-07-24&quot;:7.31},{&quot;2026-07-25&quot;:7.32},{&quot;2026-07-26&quot;:7.23},{&quot;2026-07-27&quot;:7.31},{&quot;2026-07-28&quot;:7.37},{&quot;2026-07-29&quot;:7.34},{&quot;2026-07-30&quot;:7.32},{&quot;2026-07-31&quot;:7.31},{&quot;2026-08-01&quot;:7.15},{&quot;2026-08-02&quot;:7.15},{&quot;2026-08-03&quot;:7.15},{&quot;2026-08-04&quot;:7.27},{&quot;2026-08-05&quot;:7.27},{&quot;2026-08-07&quot;:7.27},{&quot;2026-08-08&quot;:7.29},{&quot;2026-08-09&quot;:7.39},{&quot;2026-08-10&quot;:7.39},{&quot;2026-08-11&quot;:7.45},{&quot;2026-08-12&quot;:7.47},{&quot;2026-08-13&quot;:7.5},{&quot;2026-08-14&quot;:7.5},{&quot;2026-08-15&quot;:7.5},{&quot;2026-08-16&quot;:7.57},{&quot;2026-08-17&quot;:7.58},{&quot;2026-08-18&quot;:7.58},{&quot;2026-08-19&quot;:7.47},{&quot;2026-08-20&quot;:7.47},{&quot;2026-08-21&quot;:7.47},{&quot;2026-08-22&quot;:7.35},{&quot;2026-08-23&quot;:7.32},{&quot;2026-08-24&quot;:7.32},{&quot;2026-08-25&quot;:7.18},{&quot;2026-08-26&quot;:7.18},{&quot;2026-08-27&quot;:7.25},{&quot;2026-08-28&quot;:7.25},{&quot;2026-08-29&quot;:7.25},{&quot;2026-08-30&quot;:7.16},{&quot;2026-08-31&quot;:7.16},{&quot;2026-09-01&quot;:7.11},{&quot;2026-09-02&quot;:7.11},{&quot;2026-09-03&quot;:7.11},{&quot;2026-09-04&quot;:7.26},{&quot;2026-09-05&quot;:7.29},{&quot;2026-09-06&quot;:7.29},{&quot;2026-09-07&quot;:7.14},{&quot;2026-09-08&quot;:7.14},{&quot;2026-09-09&quot;:6.93},{&quot;2026-09-10&quot;:6.93},{&quot;2026-09-11&quot;:6.93}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.48},{&quot;2026-06-14&quot;:5.22},{&quot;2026-06-15&quot;:5.71},{&quot;2026-06-16&quot;:5.9},{&quot;2026-06-17&quot;:6.21},{&quot;2026-06-18&quot;:6.3},{&quot;2026-06-19&quot;:6.34},{&quot;2026-06-20&quot;:6.44},{&quot;2026-06-21&quot;:6.14},{&quot;2026-06-22&quot;:6.05},{&quot;2026-06-23&quot;:5.83},{&quot;2026-06-24&quot;:6.01},{&quot;2026-06-25&quot;:6.13},{&quot;2026-06-26&quot;:6.11},{&quot;2026-06-27&quot;:6.27},{&quot;2026-06-28&quot;:6.45},{&quot;2026-06-29&quot;:6.39},{&quot;2026-06-30&quot;:5.92},{&quot;2026-07-01&quot;:5.82},{&quot;2026-07-02&quot;:5.81},{&quot;2026-07-03&quot;:5.62},{&quot;2026-07-04&quot;:5.87},{&quot;2026-07-05&quot;:5.94},{&quot;2026-07-06&quot;:5.96},{&quot;2026-07-07&quot;:5.91},{&quot;2026-07-08&quot;:5.68},{&quot;2026-07-09&quot;:5.72},{&quot;2026-07-10&quot;:5.5},{&quot;2026-07-11&quot;:5.68},{&quot;2026-07-12&quot;:5.59},{&quot;2026-07-13&quot;:5.39},{&quot;2026-07-14&quot;:5.56},{&quot;2026-07-15&quot;:5.54},{&quot;2026-07-16&quot;:5.64},{&quot;2026-07-17&quot;:5.59},{&quot;2026-07-18&quot;:5.72},{&quot;2026-07-19&quot;:5.74},{&quot;2026-07-20&quot;:5.85},{&quot;2026-07-21&quot;:5.89},{&quot;2026-07-22&quot;:6.14},{&quot;2026-07-23&quot;:6.23},{&quot;2026-07-24&quot;:6.23},{&quot;2026-07-25&quot;:6.29},{&quot;2026-07-26&quot;:6.4},{&quot;2026-07-27&quot;:6.51},{&quot;2026-07-28&quot;:6.19},{&quot;2026-07-29&quot;:6.08},{&quot;2026-07-30&quot;:6.36},{&quot;2026-07-31&quot;:5.97},{&quot;2026-08-01&quot;:5.91},{&quot;2026-08-02&quot;:6.35},{&quot;2026-08-03&quot;:6.16},{&quot;2026-08-04&quot;:6.39},{&quot;2026-08-05&quot;:6.36},{&quot;2026-08-07&quot;:5.83},{&quot;2026-08-08&quot;:5.97},{&quot;2026-08-09&quot;:5.3},{&quot;2026-08-10&quot;:5.18},{&quot;2026-08-11&quot;:5.12},{&quot;2026-08-12&quot;:5.33},{&quot;2026-08-13&quot;:5.56},{&quot;2026-08-14&quot;:5.6},{&quot;2026-08-15&quot;:5.5},{&quot;2026-08-16&quot;:5.56},{&quot;2026-08-17&quot;:5.33},{&quot;2026-08-18&quot;:5.59},{&quot;2026-08-19&quot;:5.61},{&quot;2026-08-20&quot;:5.97},{&quot;2026-08-21&quot;:6.0},{&quot;2026-08-22&quot;:6.02},{&quot;2026-08-23&quot;:6.11},{&quot;2026-08-24&quot;:6.64},{&quot;2026-08-25&quot;:7.07},{&quot;2026-08-26&quot;:7.3},{&quot;2026-08-27&quot;:6.79},{&quot;2026-08-28&quot;:6.52},{&quot;2026-08-29&quot;:6.52},{&quot;2026-08-30&quot;:6.18},{&quot;2026-08-31&quot;:6.73},{&quot;2026-09-01&quot;:7.0},{&quot;2026-09-02&quot;:6.67},{&quot;2026-09-03&quot;:6.83},{&quot;2026-09-04&quot;:6.45},{&quot;2026-09-05&quot;:6.38},{&quot;2026-09-06&quot;:6.85},{&quot;2026-09-07&quot;:7.31},{&quot;2026-09-08&quot;:7.33},{&quot;2026-09-09&quot;:7.27},{&quot;2026-09-10&quot;:7.45},{&quot;2026-09-11&quot;:7.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="89410"
  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-znr 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">
            Maddening Cacophony
        </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">
            $7.27
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Maddening Cacophony" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/10a79733-702c-4611-b073-71db7f1158b2.jpg?1783929393" />

        <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">
            Maddening Cacophony
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Maddening Cacophony" src="https://cards.scryfall.io/large/front/1/0/10a79733-702c-4611-b073-71db7f1158b2.jpg?1783929393" />
    </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">
                $7.27
              </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">
                $6.63
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.72},{&quot;2026-06-14&quot;:7.66},{&quot;2026-06-15&quot;:7.66},{&quot;2026-06-16&quot;:7.57},{&quot;2026-06-17&quot;:7.62},{&quot;2026-06-18&quot;:7.65},{&quot;2026-06-19&quot;:7.6},{&quot;2026-06-20&quot;:7.6},{&quot;2026-06-21&quot;:7.51},{&quot;2026-06-22&quot;:7.51},{&quot;2026-06-23&quot;:7.49},{&quot;2026-06-24&quot;:7.49},{&quot;2026-06-25&quot;:7.45},{&quot;2026-06-26&quot;:7.38},{&quot;2026-06-27&quot;:7.35},{&quot;2026-06-28&quot;:7.32},{&quot;2026-06-29&quot;:7.32},{&quot;2026-06-30&quot;:7.32},{&quot;2026-07-01&quot;:7.24},{&quot;2026-07-02&quot;:7.24},{&quot;2026-07-03&quot;:7.24},{&quot;2026-07-04&quot;:7.24},{&quot;2026-07-05&quot;:7.24},{&quot;2026-07-06&quot;:7.24},{&quot;2026-07-07&quot;:7.24},{&quot;2026-07-08&quot;:7.24},{&quot;2026-07-09&quot;:7.21},{&quot;2026-07-10&quot;:7.17},{&quot;2026-07-11&quot;:7.17},{&quot;2026-07-12&quot;:7.17},{&quot;2026-07-13&quot;:7.17},{&quot;2026-07-14&quot;:7.17},{&quot;2026-07-15&quot;:7.17},{&quot;2026-07-16&quot;:7.15},{&quot;2026-07-17&quot;:7.1},{&quot;2026-07-18&quot;:7.07},{&quot;2026-07-19&quot;:6.87},{&quot;2026-07-20&quot;:6.8},{&quot;2026-07-21&quot;:6.8},{&quot;2026-07-22&quot;:6.8},{&quot;2026-07-23&quot;:6.8},{&quot;2026-07-24&quot;:6.8},{&quot;2026-07-25&quot;:6.8},{&quot;2026-07-26&quot;:6.8},{&quot;2026-07-27&quot;:6.8},{&quot;2026-07-28&quot;:6.8},{&quot;2026-07-29&quot;:6.8},{&quot;2026-07-30&quot;:6.8},{&quot;2026-07-31&quot;:6.8},{&quot;2026-08-01&quot;:6.77},{&quot;2026-08-02&quot;:6.8},{&quot;2026-08-03&quot;:6.8},{&quot;2026-08-04&quot;:6.8},{&quot;2026-08-05&quot;:6.82},{&quot;2026-08-07&quot;:6.78},{&quot;2026-08-08&quot;:6.69},{&quot;2026-08-09&quot;:6.62},{&quot;2026-08-10&quot;:6.55},{&quot;2026-08-11&quot;:6.57},{&quot;2026-08-12&quot;:6.6},{&quot;2026-08-13&quot;:6.6},{&quot;2026-08-14&quot;:6.6},{&quot;2026-08-15&quot;:6.6},{&quot;2026-08-16&quot;:6.6},{&quot;2026-08-17&quot;:6.53},{&quot;2026-08-18&quot;:6.51},{&quot;2026-08-19&quot;:6.51},{&quot;2026-08-20&quot;:6.51},{&quot;2026-08-21&quot;:6.51},{&quot;2026-08-22&quot;:6.51},{&quot;2026-08-23&quot;:6.51},{&quot;2026-08-24&quot;:6.58},{&quot;2026-08-25&quot;:6.61},{&quot;2026-08-26&quot;:6.57},{&quot;2026-08-27&quot;:6.57},{&quot;2026-08-28&quot;:6.62},{&quot;2026-08-29&quot;:6.62},{&quot;2026-08-30&quot;:6.62},{&quot;2026-08-31&quot;:6.62},{&quot;2026-09-01&quot;:6.62},{&quot;2026-09-02&quot;:6.51},{&quot;2026-09-03&quot;:6.51},{&quot;2026-09-04&quot;:6.51},{&quot;2026-09-05&quot;:6.5},{&quot;2026-09-06&quot;:6.49},{&quot;2026-09-07&quot;:6.61},{&quot;2026-09-08&quot;:6.64},{&quot;2026-09-09&quot;:6.64},{&quot;2026-09-10&quot;:6.64},{&quot;2026-09-11&quot;:6.63}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.09},{&quot;2026-06-14&quot;:8.5},{&quot;2026-06-15&quot;:8.55},{&quot;2026-06-16&quot;:8.24},{&quot;2026-06-17&quot;:8.25},{&quot;2026-06-18&quot;:8.13},{&quot;2026-06-19&quot;:8.08},{&quot;2026-06-20&quot;:8.08},{&quot;2026-06-21&quot;:8.08},{&quot;2026-06-22&quot;:8.08},{&quot;2026-06-23&quot;:8.08},{&quot;2026-06-24&quot;:7.19},{&quot;2026-06-25&quot;:7.03},{&quot;2026-06-26&quot;:6.84},{&quot;2026-06-27&quot;:6.91},{&quot;2026-06-28&quot;:6.91},{&quot;2026-06-29&quot;:6.83},{&quot;2026-06-30&quot;:6.75},{&quot;2026-07-01&quot;:6.66},{&quot;2026-07-02&quot;:6.69},{&quot;2026-07-03&quot;:6.71},{&quot;2026-07-04&quot;:6.69},{&quot;2026-07-05&quot;:6.48},{&quot;2026-07-06&quot;:6.48},{&quot;2026-07-07&quot;:6.53},{&quot;2026-07-08&quot;:6.4},{&quot;2026-07-09&quot;:6.33},{&quot;2026-07-10&quot;:6.25},{&quot;2026-07-11&quot;:6.31},{&quot;2026-07-12&quot;:6.21},{&quot;2026-07-13&quot;:6.12},{&quot;2026-07-14&quot;:6.05},{&quot;2026-07-15&quot;:6.06},{&quot;2026-07-16&quot;:5.95},{&quot;2026-07-17&quot;:6.03},{&quot;2026-07-18&quot;:5.98},{&quot;2026-07-19&quot;:5.95},{&quot;2026-07-20&quot;:5.93},{&quot;2026-07-21&quot;:6.08},{&quot;2026-07-22&quot;:6.06},{&quot;2026-07-23&quot;:6.13},{&quot;2026-07-24&quot;:6.27},{&quot;2026-07-25&quot;:6.2},{&quot;2026-07-26&quot;:6.07},{&quot;2026-07-27&quot;:6.05},{&quot;2026-07-28&quot;:6.14},{&quot;2026-07-29&quot;:6.04},{&quot;2026-07-30&quot;:6.04},{&quot;2026-07-31&quot;:6.1},{&quot;2026-08-01&quot;:6.16},{&quot;2026-08-02&quot;:6.1},{&quot;2026-08-03&quot;:6.12},{&quot;2026-08-04&quot;:6.02},{&quot;2026-08-05&quot;:6.02},{&quot;2026-08-07&quot;:5.96},{&quot;2026-08-08&quot;:5.95},{&quot;2026-08-09&quot;:6.0},{&quot;2026-08-10&quot;:6.05},{&quot;2026-08-11&quot;:6.03},{&quot;2026-08-12&quot;:6.03},{&quot;2026-08-13&quot;:6.1},{&quot;2026-08-14&quot;:6.16},{&quot;2026-08-15&quot;:6.28},{&quot;2026-08-16&quot;:6.16},{&quot;2026-08-17&quot;:5.97},{&quot;2026-08-18&quot;:5.86},{&quot;2026-08-19&quot;:5.85},{&quot;2026-08-20&quot;:5.91},{&quot;2026-08-21&quot;:5.99},{&quot;2026-08-22&quot;:6.08},{&quot;2026-08-23&quot;:6.11},{&quot;2026-08-24&quot;:6.05},{&quot;2026-08-25&quot;:6.03},{&quot;2026-08-26&quot;:6.09},{&quot;2026-08-27&quot;:6.01},{&quot;2026-08-28&quot;:6.04},{&quot;2026-08-29&quot;:6.04},{&quot;2026-08-30&quot;:6.38},{&quot;2026-08-31&quot;:6.53},{&quot;2026-09-01&quot;:6.78},{&quot;2026-09-02&quot;:6.81},{&quot;2026-09-03&quot;:6.83},{&quot;2026-09-04&quot;:6.81},{&quot;2026-09-05&quot;:6.91},{&quot;2026-09-06&quot;:6.85},{&quot;2026-09-07&quot;:7.07},{&quot;2026-09-08&quot;:7.34},{&quot;2026-09-09&quot;:7.41},{&quot;2026-09-10&quot;:7.32},{&quot;2026-09-11&quot;:7.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Brimaz, King of Oreskos" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/2/f2fd4bf5-7ed6-4a90-b0ba-ba886342859a.jpg?1783908852" />

        <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">
            Brimaz, King of Oreskos
        </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 — Cat Soldier</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Brimaz, King of Oreskos" src="https://cards.scryfall.io/large/front/f/2/f2fd4bf5-7ed6-4a90-b0ba-ba886342859a.jpg?1783908852" />
    </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">
                $7.24
              </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">$6.40</span>
              <span class="text-xs text-grey-text">Credit: $8.32</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.78},{&quot;2026-06-11&quot;:5.79},{&quot;2026-06-12&quot;:5.95},{&quot;2026-06-13&quot;:5.93},{&quot;2026-06-14&quot;:5.96},{&quot;2026-06-15&quot;:5.94},{&quot;2026-06-16&quot;:5.84},{&quot;2026-06-17&quot;:5.82},{&quot;2026-06-18&quot;:5.92},{&quot;2026-06-19&quot;:6.0},{&quot;2026-06-20&quot;:5.88},{&quot;2026-06-21&quot;:5.7},{&quot;2026-06-22&quot;:5.7},{&quot;2026-06-23&quot;:5.8},{&quot;2026-06-24&quot;:5.75},{&quot;2026-06-25&quot;:5.72},{&quot;2026-06-26&quot;:5.52},{&quot;2026-06-27&quot;:5.62},{&quot;2026-06-28&quot;:5.6},{&quot;2026-06-29&quot;:5.68},{&quot;2026-06-30&quot;:5.67},{&quot;2026-07-01&quot;:5.64},{&quot;2026-07-02&quot;:5.72},{&quot;2026-07-03&quot;:5.66},{&quot;2026-07-04&quot;:5.65},{&quot;2026-07-05&quot;:5.66},{&quot;2026-07-06&quot;:5.62},{&quot;2026-07-07&quot;:5.65},{&quot;2026-07-08&quot;:5.74},{&quot;2026-07-09&quot;:5.74},{&quot;2026-07-10&quot;:5.75},{&quot;2026-07-11&quot;:5.77},{&quot;2026-07-12&quot;:5.77},{&quot;2026-07-13&quot;:5.77},{&quot;2026-07-14&quot;:5.77},{&quot;2026-07-15&quot;:5.59},{&quot;2026-07-16&quot;:5.47},{&quot;2026-07-17&quot;:5.46},{&quot;2026-07-18&quot;:5.43},{&quot;2026-07-19&quot;:5.41},{&quot;2026-07-20&quot;:5.42},{&quot;2026-07-21&quot;:5.53},{&quot;2026-07-23&quot;:5.55},{&quot;2026-07-25&quot;:5.91},{&quot;2026-07-26&quot;:6.02},{&quot;2026-07-27&quot;:6.03},{&quot;2026-07-29&quot;:6.21},{&quot;2026-07-30&quot;:6.22},{&quot;2026-07-31&quot;:6.32},{&quot;2026-08-01&quot;:6.32},{&quot;2026-08-02&quot;:6.31},{&quot;2026-08-03&quot;:6.35},{&quot;2026-08-04&quot;:6.38},{&quot;2026-08-05&quot;:6.35},{&quot;2026-08-07&quot;:6.44},{&quot;2026-08-08&quot;:6.45},{&quot;2026-08-09&quot;:6.67},{&quot;2026-08-10&quot;:6.62},{&quot;2026-08-11&quot;:6.69},{&quot;2026-08-12&quot;:6.56},{&quot;2026-08-13&quot;:6.61},{&quot;2026-08-14&quot;:6.72},{&quot;2026-08-15&quot;:6.74},{&quot;2026-08-16&quot;:6.82},{&quot;2026-08-17&quot;:6.81},{&quot;2026-08-18&quot;:6.85},{&quot;2026-08-19&quot;:6.9},{&quot;2026-08-20&quot;:6.9},{&quot;2026-08-21&quot;:6.9},{&quot;2026-08-22&quot;:7.0},{&quot;2026-08-23&quot;:7.1},{&quot;2026-08-24&quot;:7.1},{&quot;2026-08-25&quot;:7.1},{&quot;2026-08-26&quot;:7.07},{&quot;2026-08-27&quot;:7.07},{&quot;2026-08-28&quot;:7.07},{&quot;2026-08-29&quot;:7.07},{&quot;2026-08-30&quot;:7.11},{&quot;2026-08-31&quot;:7.15},{&quot;2026-09-01&quot;:7.15},{&quot;2026-09-02&quot;:7.15},{&quot;2026-09-03&quot;:7.23},{&quot;2026-09-04&quot;:7.29},{&quot;2026-09-05&quot;:7.17},{&quot;2026-09-06&quot;:7.17},{&quot;2026-09-07&quot;:7.22},{&quot;2026-09-08&quot;:7.21},{&quot;2026-09-09&quot;:7.31},{&quot;2026-09-10&quot;:7.24},{&quot;2026-09-11&quot;:7.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swords to Plowshares" src="https://cards.scryfall.io/large/front/8/b/8bd501ae-5814-4336-a45b-2b88cb85d29e.jpg?1783947864" />
    </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">
                $7.23
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.40</span>
              <span class="text-xs text-grey-text">Credit: $5.72</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;:8.05},{&quot;2026-06-14&quot;:8.05},{&quot;2026-06-15&quot;:8.05},{&quot;2026-06-16&quot;:8.05},{&quot;2026-06-17&quot;:8.05},{&quot;2026-06-18&quot;:8.05},{&quot;2026-06-19&quot;:8.05},{&quot;2026-06-20&quot;:8.08},{&quot;2026-06-21&quot;:8.08},{&quot;2026-06-22&quot;:8.08},{&quot;2026-06-23&quot;:8.16},{&quot;2026-06-24&quot;:8.16},{&quot;2026-06-25&quot;:8.16},{&quot;2026-06-26&quot;:8.16},{&quot;2026-06-27&quot;:8.16},{&quot;2026-06-28&quot;:8.16},{&quot;2026-06-29&quot;:8.16},{&quot;2026-06-30&quot;:8.26},{&quot;2026-07-01&quot;:8.26},{&quot;2026-07-02&quot;:8.26},{&quot;2026-07-03&quot;:8.26},{&quot;2026-07-04&quot;:8.27},{&quot;2026-07-05&quot;:8.27},{&quot;2026-07-06&quot;:8.27},{&quot;2026-07-07&quot;:8.27},{&quot;2026-07-08&quot;:8.27},{&quot;2026-07-09&quot;:7.77},{&quot;2026-07-10&quot;:7.77},{&quot;2026-07-11&quot;:7.77},{&quot;2026-07-12&quot;:7.77},{&quot;2026-07-13&quot;:7.12},{&quot;2026-07-14&quot;:7.12},{&quot;2026-07-15&quot;:7.12},{&quot;2026-07-16&quot;:7.12},{&quot;2026-07-17&quot;:6.65},{&quot;2026-07-18&quot;:6.65},{&quot;2026-07-19&quot;:6.65},{&quot;2026-07-20&quot;:6.65},{&quot;2026-07-21&quot;:6.65},{&quot;2026-07-22&quot;:6.65},{&quot;2026-07-23&quot;:6.65},{&quot;2026-07-24&quot;:6.62},{&quot;2026-07-25&quot;:6.6},{&quot;2026-07-26&quot;:6.6},{&quot;2026-07-27&quot;:6.6},{&quot;2026-07-28&quot;:6.6},{&quot;2026-07-29&quot;:6.6},{&quot;2026-07-30&quot;:6.6},{&quot;2026-07-31&quot;:6.6},{&quot;2026-08-01&quot;:6.6},{&quot;2026-08-02&quot;:6.6},{&quot;2026-08-03&quot;:6.6},{&quot;2026-08-04&quot;:6.6},{&quot;2026-08-05&quot;:6.6},{&quot;2026-08-07&quot;:6.69},{&quot;2026-08-08&quot;:6.69},{&quot;2026-08-09&quot;:7.24},{&quot;2026-08-10&quot;:7.24},{&quot;2026-08-11&quot;:7.24},{&quot;2026-08-12&quot;:7.24},{&quot;2026-08-13&quot;:7.24},{&quot;2026-08-14&quot;:7.24},{&quot;2026-08-15&quot;:7.31},{&quot;2026-08-16&quot;:7.31},{&quot;2026-08-17&quot;:7.31},{&quot;2026-08-18&quot;:7.31},{&quot;2026-08-19&quot;:7.31},{&quot;2026-08-20&quot;:7.31},{&quot;2026-08-21&quot;:7.31},{&quot;2026-08-22&quot;:7.31},{&quot;2026-08-23&quot;:7.31},{&quot;2026-08-24&quot;:7.31},{&quot;2026-08-25&quot;:7.31},{&quot;2026-08-26&quot;:7.31},{&quot;2026-08-27&quot;:7.21},{&quot;2026-08-28&quot;:7.21},{&quot;2026-08-29&quot;:7.21},{&quot;2026-08-30&quot;:7.34},{&quot;2026-08-31&quot;:7.34},{&quot;2026-09-01&quot;:7.34},{&quot;2026-09-02&quot;:7.34},{&quot;2026-09-03&quot;:7.34},{&quot;2026-09-04&quot;:7.34},{&quot;2026-09-05&quot;:7.23},{&quot;2026-09-06&quot;:7.23},{&quot;2026-09-07&quot;:7.23},{&quot;2026-09-08&quot;:7.23},{&quot;2026-09-09&quot;:7.23},{&quot;2026-09-10&quot;:7.23},{&quot;2026-09-11&quot;:7.23}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="61914"
  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-rvr 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">
            Massacre Girl
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Massacre Girl
        </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 Assassin</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="Massacre Girl" src="https://cards.scryfall.io/large/front/6/4/64cb40e2-437c-42be-949a-f3d203f3229b.jpg?1783913172" />
    </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">
                $7.22
              </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">
                $17.81
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:18.91},{&quot;2026-06-10&quot;:18.91},{&quot;2026-06-11&quot;:18.91},{&quot;2026-06-12&quot;:18.91},{&quot;2026-06-13&quot;:18.91},{&quot;2026-06-14&quot;:18.91},{&quot;2026-06-15&quot;:19.08},{&quot;2026-06-16&quot;:19.08},{&quot;2026-06-17&quot;:19.08},{&quot;2026-06-18&quot;:19.08},{&quot;2026-06-19&quot;:19.08},{&quot;2026-06-20&quot;:19.08},{&quot;2026-06-21&quot;:19.08},{&quot;2026-06-22&quot;:19.06},{&quot;2026-06-24&quot;:19.01},{&quot;2026-06-25&quot;:19.01},{&quot;2026-06-26&quot;:19.01},{&quot;2026-06-27&quot;:19.01},{&quot;2026-06-28&quot;:19.01},{&quot;2026-06-29&quot;:18.89},{&quot;2026-06-30&quot;:18.89},{&quot;2026-07-01&quot;:19.01},{&quot;2026-07-02&quot;:19.01},{&quot;2026-07-03&quot;:19.01},{&quot;2026-07-04&quot;:19.01},{&quot;2026-07-05&quot;:19.01},{&quot;2026-07-06&quot;:19.0},{&quot;2026-07-07&quot;:19.0},{&quot;2026-07-08&quot;:19.08},{&quot;2026-07-09&quot;:19.08},{&quot;2026-07-10&quot;:19.08},{&quot;2026-07-11&quot;:19.03},{&quot;2026-07-12&quot;:19.03},{&quot;2026-07-13&quot;:19.03},{&quot;2026-07-14&quot;:19.03},{&quot;2026-07-15&quot;:19.03},{&quot;2026-07-16&quot;:19.03},{&quot;2026-07-17&quot;:19.11},{&quot;2026-07-18&quot;:19.11},{&quot;2026-07-19&quot;:19.11},{&quot;2026-07-20&quot;:19.11},{&quot;2026-07-21&quot;:19.11},{&quot;2026-07-23&quot;:19.05},{&quot;2026-07-25&quot;:19.05},{&quot;2026-07-26&quot;:18.55},{&quot;2026-07-27&quot;:18.55},{&quot;2026-07-29&quot;:18.51},{&quot;2026-07-30&quot;:18.51},{&quot;2026-07-31&quot;:18.39},{&quot;2026-08-01&quot;:18.39},{&quot;2026-08-02&quot;:18.39},{&quot;2026-08-03&quot;:18.39},{&quot;2026-08-04&quot;:18.25},{&quot;2026-08-05&quot;:18.22},{&quot;2026-08-07&quot;:18.22},{&quot;2026-08-08&quot;:18.22},{&quot;2026-08-09&quot;:18.22},{&quot;2026-08-10&quot;:18.22},{&quot;2026-08-11&quot;:18.3},{&quot;2026-08-12&quot;:18.3},{&quot;2026-08-13&quot;:18.3},{&quot;2026-08-14&quot;:18.3},{&quot;2026-08-15&quot;:18.3},{&quot;2026-08-16&quot;:18.29},{&quot;2026-08-17&quot;:18.29},{&quot;2026-08-18&quot;:18.11},{&quot;2026-08-19&quot;:18.11},{&quot;2026-08-20&quot;:18.11},{&quot;2026-08-21&quot;:17.87},{&quot;2026-08-22&quot;:17.87},{&quot;2026-08-23&quot;:17.87},{&quot;2026-08-24&quot;:17.87},{&quot;2026-08-25&quot;:17.87},{&quot;2026-08-26&quot;:17.91},{&quot;2026-08-27&quot;:17.91},{&quot;2026-08-28&quot;:17.91},{&quot;2026-08-29&quot;:17.91},{&quot;2026-08-30&quot;:17.84},{&quot;2026-08-31&quot;:17.84},{&quot;2026-09-01&quot;:17.84},{&quot;2026-09-02&quot;:17.84},{&quot;2026-09-03&quot;:17.74},{&quot;2026-09-04&quot;:17.74},{&quot;2026-09-05&quot;:17.74},{&quot;2026-09-06&quot;:17.79},{&quot;2026-09-07&quot;:17.79},{&quot;2026-09-08&quot;:17.79},{&quot;2026-09-09&quot;:17.79},{&quot;2026-09-10&quot;:17.79},{&quot;2026-09-11&quot;:17.81}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:8.07},{&quot;2026-06-10&quot;:8.33},{&quot;2026-06-11&quot;:8.33},{&quot;2026-06-12&quot;:8.27},{&quot;2026-06-13&quot;:8.27},{&quot;2026-06-14&quot;:8.27},{&quot;2026-06-15&quot;:8.27},{&quot;2026-06-16&quot;:8.27},{&quot;2026-06-17&quot;:8.27},{&quot;2026-06-18&quot;:8.07},{&quot;2026-06-19&quot;:8.56},{&quot;2026-06-20&quot;:8.72},{&quot;2026-06-21&quot;:8.7},{&quot;2026-06-22&quot;:8.97},{&quot;2026-06-24&quot;:9.07},{&quot;2026-06-25&quot;:9.07},{&quot;2026-06-26&quot;:9.15},{&quot;2026-06-27&quot;:9.15},{&quot;2026-06-28&quot;:9.15},{&quot;2026-06-29&quot;:9.18},{&quot;2026-06-30&quot;:9.14},{&quot;2026-07-01&quot;:9.2},{&quot;2026-07-02&quot;:8.99},{&quot;2026-07-03&quot;:8.99},{&quot;2026-07-04&quot;:8.63},{&quot;2026-07-05&quot;:8.63},{&quot;2026-07-06&quot;:8.36},{&quot;2026-07-07&quot;:8.19},{&quot;2026-07-08&quot;:8.12},{&quot;2026-07-09&quot;:8.02},{&quot;2026-07-10&quot;:7.95},{&quot;2026-07-11&quot;:7.97},{&quot;2026-07-12&quot;:7.62},{&quot;2026-07-13&quot;:7.62},{&quot;2026-07-14&quot;:7.81},{&quot;2026-07-15&quot;:7.81},{&quot;2026-07-16&quot;:7.86},{&quot;2026-07-17&quot;:7.86},{&quot;2026-07-18&quot;:7.92},{&quot;2026-07-19&quot;:8.02},{&quot;2026-07-20&quot;:7.93},{&quot;2026-07-21&quot;:8.22},{&quot;2026-07-23&quot;:8.28},{&quot;2026-07-25&quot;:8.41},{&quot;2026-07-26&quot;:8.41},{&quot;2026-07-27&quot;:8.54},{&quot;2026-07-29&quot;:8.57},{&quot;2026-07-30&quot;:8.59},{&quot;2026-07-31&quot;:8.59},{&quot;2026-08-01&quot;:8.59},{&quot;2026-08-02&quot;:8.55},{&quot;2026-08-03&quot;:8.55},{&quot;2026-08-04&quot;:8.44},{&quot;2026-08-05&quot;:8.44},{&quot;2026-08-07&quot;:8.26},{&quot;2026-08-08&quot;:8.21},{&quot;2026-08-09&quot;:8.21},{&quot;2026-08-10&quot;:8.17},{&quot;2026-08-11&quot;:8.17},{&quot;2026-08-12&quot;:8.17},{&quot;2026-08-13&quot;:8.17},{&quot;2026-08-14&quot;:8.13},{&quot;2026-08-15&quot;:8.1},{&quot;2026-08-16&quot;:8.1},{&quot;2026-08-17&quot;:8.06},{&quot;2026-08-18&quot;:7.97},{&quot;2026-08-19&quot;:7.92},{&quot;2026-08-20&quot;:7.92},{&quot;2026-08-21&quot;:8.14},{&quot;2026-08-22&quot;:8.22},{&quot;2026-08-23&quot;:8.24},{&quot;2026-08-24&quot;:8.24},{&quot;2026-08-25&quot;:8.24},{&quot;2026-08-26&quot;:8.21},{&quot;2026-08-27&quot;:8.21},{&quot;2026-08-28&quot;:7.41},{&quot;2026-08-29&quot;:7.41},{&quot;2026-08-30&quot;:7.28},{&quot;2026-08-31&quot;:7.06},{&quot;2026-09-01&quot;:7.06},{&quot;2026-09-02&quot;:7.06},{&quot;2026-09-03&quot;:7.06},{&quot;2026-09-04&quot;:7.18},{&quot;2026-09-05&quot;:7.18},{&quot;2026-09-06&quot;:7.3},{&quot;2026-09-07&quot;:7.39},{&quot;2026-09-08&quot;:7.38},{&quot;2026-09-09&quot;:7.3},{&quot;2026-09-10&quot;:7.22},{&quot;2026-09-11&quot;:7.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rebuff the Wicked" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/6/a6ea5111-5a5c-4c40-8686-8123c822843a.jpg?1783927866" />

        <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">
            Rebuff the Wicked
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rebuff the Wicked" src="https://cards.scryfall.io/large/front/a/6/a6ea5111-5a5c-4c40-8686-8123c822843a.jpg?1783927866" />
    </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">
                $7.21
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:20.67},{&quot;2026-06-10&quot;:20.67},{&quot;2026-06-11&quot;:20.67},{&quot;2026-06-12&quot;:20.67},{&quot;2026-06-13&quot;:20.67},{&quot;2026-06-14&quot;:20.67},{&quot;2026-06-15&quot;:20.67},{&quot;2026-06-16&quot;:20.67},{&quot;2026-06-17&quot;:20.67},{&quot;2026-06-18&quot;:20.79},{&quot;2026-06-19&quot;:20.96},{&quot;2026-06-20&quot;:20.96},{&quot;2026-06-21&quot;:20.96},{&quot;2026-06-22&quot;:20.96},{&quot;2026-06-24&quot;:21.17},{&quot;2026-06-25&quot;:21.17},{&quot;2026-06-26&quot;:21.17},{&quot;2026-06-27&quot;:21.17},{&quot;2026-06-28&quot;:21.17},{&quot;2026-06-29&quot;:21.17},{&quot;2026-06-30&quot;:21.17},{&quot;2026-07-01&quot;:21.17},{&quot;2026-07-02&quot;:21.17},{&quot;2026-07-03&quot;:21.17},{&quot;2026-07-04&quot;:21.17},{&quot;2026-07-05&quot;:21.17},{&quot;2026-07-06&quot;:21.17},{&quot;2026-07-07&quot;:21.17},{&quot;2026-07-08&quot;:21.17},{&quot;2026-07-09&quot;:21.17},{&quot;2026-07-10&quot;:21.17},{&quot;2026-07-11&quot;:21.17},{&quot;2026-07-12&quot;:21.17},{&quot;2026-07-13&quot;:21.17},{&quot;2026-07-14&quot;:21.17},{&quot;2026-07-15&quot;:21.17},{&quot;2026-07-16&quot;:21.17},{&quot;2026-07-17&quot;:21.17},{&quot;2026-07-18&quot;:21.31},{&quot;2026-07-19&quot;:21.31},{&quot;2026-07-20&quot;:21.31},{&quot;2026-07-21&quot;:21.31},{&quot;2026-07-23&quot;:21.31},{&quot;2026-07-25&quot;:21.31},{&quot;2026-07-26&quot;:21.31},{&quot;2026-07-27&quot;:21.31},{&quot;2026-07-29&quot;:21.31},{&quot;2026-07-30&quot;:21.5},{&quot;2026-07-31&quot;:21.5},{&quot;2026-08-01&quot;:21.5},{&quot;2026-08-02&quot;:21.5},{&quot;2026-08-03&quot;:21.71},{&quot;2026-08-04&quot;:21.71},{&quot;2026-08-05&quot;:21.71},{&quot;2026-08-07&quot;:21.94},{&quot;2026-08-08&quot;:21.94},{&quot;2026-08-09&quot;:21.94},{&quot;2026-08-10&quot;:21.94},{&quot;2026-08-11&quot;:21.94},{&quot;2026-08-12&quot;:21.94},{&quot;2026-08-13&quot;:21.94},{&quot;2026-08-14&quot;:21.94},{&quot;2026-08-15&quot;:21.94},{&quot;2026-08-16&quot;:22.29},{&quot;2026-08-17&quot;:22.29},{&quot;2026-08-18&quot;:22.65},{&quot;2026-08-19&quot;:23.03},{&quot;2026-08-20&quot;:23.03},{&quot;2026-08-21&quot;:22.67},{&quot;2026-08-22&quot;:22.67},{&quot;2026-08-23&quot;:22.67},{&quot;2026-08-24&quot;:23.11},{&quot;2026-08-25&quot;:23.11},{&quot;2026-08-26&quot;:23.11},{&quot;2026-08-27&quot;:23.11},{&quot;2026-08-28&quot;:23.11},{&quot;2026-08-29&quot;:23.11},{&quot;2026-08-30&quot;:23.11},{&quot;2026-08-31&quot;:22.92},{&quot;2026-09-01&quot;:22.92},{&quot;2026-09-02&quot;:22.92},{&quot;2026-09-03&quot;:22.92},{&quot;2026-09-04&quot;:22.93},{&quot;2026-09-05&quot;:22.93},{&quot;2026-09-06&quot;:22.93},{&quot;2026-09-07&quot;:22.93},{&quot;2026-09-08&quot;:22.93},{&quot;2026-09-09&quot;:22.93},{&quot;2026-09-10&quot;:23.25},{&quot;2026-09-11&quot;:23.25}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.62},{&quot;2026-06-10&quot;:7.52},{&quot;2026-06-11&quot;:7.52},{&quot;2026-06-12&quot;:7.55},{&quot;2026-06-13&quot;:7.72},{&quot;2026-06-14&quot;:7.57},{&quot;2026-06-15&quot;:7.35},{&quot;2026-06-16&quot;:7.39},{&quot;2026-06-17&quot;:7.33},{&quot;2026-06-18&quot;:7.21},{&quot;2026-06-19&quot;:7.21},{&quot;2026-06-20&quot;:7.21},{&quot;2026-06-21&quot;:7.14},{&quot;2026-06-22&quot;:7.01},{&quot;2026-06-24&quot;:6.62},{&quot;2026-06-25&quot;:6.68},{&quot;2026-06-26&quot;:6.85},{&quot;2026-06-27&quot;:7.13},{&quot;2026-06-28&quot;:7.37},{&quot;2026-06-29&quot;:7.46},{&quot;2026-06-30&quot;:7.48},{&quot;2026-07-01&quot;:7.44},{&quot;2026-07-02&quot;:7.28},{&quot;2026-07-03&quot;:7.13},{&quot;2026-07-04&quot;:7.22},{&quot;2026-07-05&quot;:7.61},{&quot;2026-07-06&quot;:7.8},{&quot;2026-07-07&quot;:7.7},{&quot;2026-07-08&quot;:7.57},{&quot;2026-07-09&quot;:7.51},{&quot;2026-07-10&quot;:7.42},{&quot;2026-07-11&quot;:7.4},{&quot;2026-07-12&quot;:6.97},{&quot;2026-07-13&quot;:7.16},{&quot;2026-07-14&quot;:7.1},{&quot;2026-07-15&quot;:7.19},{&quot;2026-07-16&quot;:7.07},{&quot;2026-07-17&quot;:7.26},{&quot;2026-07-18&quot;:7.33},{&quot;2026-07-19&quot;:7.41},{&quot;2026-07-20&quot;:7.45},{&quot;2026-07-21&quot;:7.55},{&quot;2026-07-23&quot;:7.52},{&quot;2026-07-25&quot;:7.76},{&quot;2026-07-26&quot;:7.93},{&quot;2026-07-27&quot;:7.88},{&quot;2026-07-29&quot;:7.94},{&quot;2026-07-30&quot;:7.94},{&quot;2026-07-31&quot;:8.17},{&quot;2026-08-01&quot;:8.17},{&quot;2026-08-02&quot;:7.95},{&quot;2026-08-03&quot;:8.08},{&quot;2026-08-04&quot;:8.25},{&quot;2026-08-05&quot;:8.25},{&quot;2026-08-07&quot;:8.06},{&quot;2026-08-08&quot;:8.21},{&quot;2026-08-09&quot;:8.09},{&quot;2026-08-10&quot;:8.09},{&quot;2026-08-11&quot;:8.03},{&quot;2026-08-12&quot;:7.98},{&quot;2026-08-13&quot;:7.91},{&quot;2026-08-14&quot;:7.97},{&quot;2026-08-15&quot;:8.09},{&quot;2026-08-16&quot;:8.02},{&quot;2026-08-17&quot;:7.76},{&quot;2026-08-18&quot;:7.73},{&quot;2026-08-19&quot;:7.6},{&quot;2026-08-20&quot;:7.6},{&quot;2026-08-21&quot;:7.58},{&quot;2026-08-22&quot;:7.52},{&quot;2026-08-23&quot;:7.29},{&quot;2026-08-24&quot;:7.04},{&quot;2026-08-25&quot;:7.04},{&quot;2026-08-26&quot;:7.09},{&quot;2026-08-27&quot;:7.19},{&quot;2026-08-28&quot;:7.35},{&quot;2026-08-29&quot;:7.35},{&quot;2026-08-30&quot;:7.64},{&quot;2026-08-31&quot;:7.64},{&quot;2026-09-01&quot;:7.64},{&quot;2026-09-02&quot;:7.39},{&quot;2026-09-03&quot;:7.45},{&quot;2026-09-04&quot;:7.63},{&quot;2026-09-05&quot;:7.36},{&quot;2026-09-06&quot;:6.89},{&quot;2026-09-07&quot;:7.09},{&quot;2026-09-08&quot;:7.09},{&quot;2026-09-09&quot;:7.17},{&quot;2026-09-10&quot;:7.11},{&quot;2026-09-11&quot;:7.21}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Winds of Change
        </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-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="Winds of Change" src="https://cards.scryfall.io/large/front/7/7/77071f4c-d00b-4c79-a2e6-6be0720af36b.jpg?1783947821" />
    </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">
                $7.19
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.72},{&quot;2026-06-10&quot;:7.72},{&quot;2026-06-11&quot;:7.69},{&quot;2026-06-12&quot;:7.69},{&quot;2026-06-13&quot;:7.65},{&quot;2026-06-14&quot;:7.72},{&quot;2026-06-15&quot;:7.72},{&quot;2026-06-16&quot;:7.72},{&quot;2026-06-17&quot;:7.72},{&quot;2026-06-18&quot;:7.72},{&quot;2026-06-19&quot;:7.72},{&quot;2026-06-20&quot;:7.72},{&quot;2026-06-21&quot;:7.72},{&quot;2026-06-22&quot;:7.72},{&quot;2026-06-24&quot;:7.72},{&quot;2026-06-25&quot;:7.68},{&quot;2026-06-26&quot;:7.68},{&quot;2026-06-27&quot;:7.68},{&quot;2026-06-28&quot;:7.68},{&quot;2026-06-29&quot;:7.68},{&quot;2026-06-30&quot;:7.68},{&quot;2026-07-01&quot;:7.68},{&quot;2026-07-02&quot;:7.68},{&quot;2026-07-03&quot;:7.63},{&quot;2026-07-04&quot;:7.59},{&quot;2026-07-05&quot;:7.82},{&quot;2026-07-06&quot;:7.82},{&quot;2026-07-07&quot;:7.82},{&quot;2026-07-08&quot;:7.8},{&quot;2026-07-09&quot;:7.72},{&quot;2026-07-10&quot;:7.72},{&quot;2026-07-11&quot;:7.72},{&quot;2026-07-12&quot;:7.72},{&quot;2026-07-13&quot;:7.76},{&quot;2026-07-14&quot;:7.76},{&quot;2026-07-15&quot;:7.78},{&quot;2026-07-16&quot;:7.67},{&quot;2026-07-17&quot;:7.67},{&quot;2026-07-18&quot;:7.67},{&quot;2026-07-19&quot;:7.7},{&quot;2026-07-20&quot;:7.74},{&quot;2026-07-21&quot;:7.74},{&quot;2026-07-23&quot;:7.72},{&quot;2026-07-25&quot;:7.72},{&quot;2026-07-26&quot;:7.72},{&quot;2026-07-27&quot;:7.72},{&quot;2026-07-29&quot;:7.74},{&quot;2026-07-30&quot;:7.74},{&quot;2026-07-31&quot;:7.71},{&quot;2026-08-01&quot;:7.71},{&quot;2026-08-02&quot;:7.69},{&quot;2026-08-03&quot;:7.73},{&quot;2026-08-04&quot;:7.7},{&quot;2026-08-05&quot;:7.7},{&quot;2026-08-07&quot;:7.64},{&quot;2026-08-08&quot;:7.64},{&quot;2026-08-09&quot;:7.64},{&quot;2026-08-10&quot;:7.64},{&quot;2026-08-11&quot;:7.64},{&quot;2026-08-12&quot;:7.56},{&quot;2026-08-13&quot;:7.56},{&quot;2026-08-14&quot;:7.57},{&quot;2026-08-15&quot;:7.57},{&quot;2026-08-16&quot;:7.57},{&quot;2026-08-17&quot;:7.57},{&quot;2026-08-18&quot;:7.52},{&quot;2026-08-19&quot;:7.52},{&quot;2026-08-20&quot;:7.52},{&quot;2026-08-21&quot;:7.52},{&quot;2026-08-22&quot;:7.52},{&quot;2026-08-23&quot;:7.47},{&quot;2026-08-24&quot;:7.47},{&quot;2026-08-25&quot;:7.47},{&quot;2026-08-26&quot;:7.47},{&quot;2026-08-27&quot;:7.47},{&quot;2026-08-28&quot;:7.47},{&quot;2026-08-29&quot;:7.47},{&quot;2026-08-30&quot;:7.42},{&quot;2026-08-31&quot;:7.42},{&quot;2026-09-01&quot;:7.42},{&quot;2026-09-02&quot;:7.42},{&quot;2026-09-03&quot;:7.42},{&quot;2026-09-04&quot;:7.42},{&quot;2026-09-05&quot;:7.2},{&quot;2026-09-06&quot;:7.19},{&quot;2026-09-07&quot;:7.19},{&quot;2026-09-08&quot;:7.19},{&quot;2026-09-09&quot;:7.19},{&quot;2026-09-10&quot;:7.19},{&quot;2026-09-11&quot;:7.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Wrenn
      </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">
            $7.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="Wrenn and Realmbreaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/17269aae-10bc-49ef-b6a7-94e0dd6cf677.jpg?1783916906" />

        <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">
            Wrenn and Realmbreaker
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Wrenn</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="Wrenn and Realmbreaker" src="https://cards.scryfall.io/large/front/1/7/17269aae-10bc-49ef-b6a7-94e0dd6cf677.jpg?1783916906" />
    </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">
                $7.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">
                $7.87
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:9.04},{&quot;2026-06-10&quot;:9.07},{&quot;2026-06-11&quot;:9.07},{&quot;2026-06-12&quot;:9.07},{&quot;2026-06-13&quot;:9.07},{&quot;2026-06-14&quot;:9.04},{&quot;2026-06-15&quot;:9.04},{&quot;2026-06-16&quot;:9.04},{&quot;2026-06-17&quot;:9.04},{&quot;2026-06-18&quot;:9.02},{&quot;2026-06-19&quot;:9.02},{&quot;2026-06-20&quot;:9.02},{&quot;2026-06-21&quot;:9.02},{&quot;2026-06-22&quot;:9.02},{&quot;2026-06-24&quot;:9.02},{&quot;2026-06-25&quot;:9.02},{&quot;2026-06-26&quot;:9.02},{&quot;2026-06-27&quot;:9.02},{&quot;2026-06-28&quot;:9.02},{&quot;2026-06-29&quot;:9.02},{&quot;2026-06-30&quot;:8.93},{&quot;2026-07-01&quot;:8.93},{&quot;2026-07-02&quot;:8.93},{&quot;2026-07-03&quot;:8.93},{&quot;2026-07-04&quot;:8.93},{&quot;2026-07-05&quot;:8.86},{&quot;2026-07-06&quot;:8.86},{&quot;2026-07-07&quot;:8.86},{&quot;2026-07-08&quot;:8.84},{&quot;2026-07-09&quot;:8.89},{&quot;2026-07-10&quot;:8.89},{&quot;2026-07-11&quot;:8.89},{&quot;2026-07-12&quot;:8.89},{&quot;2026-07-13&quot;:8.89},{&quot;2026-07-14&quot;:8.89},{&quot;2026-07-15&quot;:8.89},{&quot;2026-07-16&quot;:8.89},{&quot;2026-07-17&quot;:8.89},{&quot;2026-07-18&quot;:8.88},{&quot;2026-07-19&quot;:8.88},{&quot;2026-07-20&quot;:8.88},{&quot;2026-07-21&quot;:8.88},{&quot;2026-07-23&quot;:8.88},{&quot;2026-07-25&quot;:8.88},{&quot;2026-07-26&quot;:8.88},{&quot;2026-07-27&quot;:8.88},{&quot;2026-07-29&quot;:8.79},{&quot;2026-07-30&quot;:8.74},{&quot;2026-07-31&quot;:8.82},{&quot;2026-08-01&quot;:8.82},{&quot;2026-08-02&quot;:8.81},{&quot;2026-08-03&quot;:8.81},{&quot;2026-08-04&quot;:8.81},{&quot;2026-08-05&quot;:8.81},{&quot;2026-08-07&quot;:8.81},{&quot;2026-08-08&quot;:8.65},{&quot;2026-08-09&quot;:8.65},{&quot;2026-08-10&quot;:8.56},{&quot;2026-08-11&quot;:8.56},{&quot;2026-08-12&quot;:8.56},{&quot;2026-08-13&quot;:8.56},{&quot;2026-08-14&quot;:8.56},{&quot;2026-08-15&quot;:8.56},{&quot;2026-08-16&quot;:8.56},{&quot;2026-08-17&quot;:8.56},{&quot;2026-08-18&quot;:8.56},{&quot;2026-08-19&quot;:8.52},{&quot;2026-08-20&quot;:8.52},{&quot;2026-08-21&quot;:8.4},{&quot;2026-08-22&quot;:8.54},{&quot;2026-08-23&quot;:8.54},{&quot;2026-08-24&quot;:8.54},{&quot;2026-08-25&quot;:8.54},{&quot;2026-08-26&quot;:8.54},{&quot;2026-08-27&quot;:8.4},{&quot;2026-08-28&quot;:8.11},{&quot;2026-08-29&quot;:8.11},{&quot;2026-08-30&quot;:8.01},{&quot;2026-08-31&quot;:8.01},{&quot;2026-09-01&quot;:8.01},{&quot;2026-09-02&quot;:7.93},{&quot;2026-09-03&quot;:7.93},{&quot;2026-09-04&quot;:7.93},{&quot;2026-09-05&quot;:7.93},{&quot;2026-09-06&quot;:7.93},{&quot;2026-09-07&quot;:7.87},{&quot;2026-09-08&quot;:7.86},{&quot;2026-09-09&quot;:7.86},{&quot;2026-09-10&quot;:7.87},{&quot;2026-09-11&quot;:7.87}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.29},{&quot;2026-06-10&quot;:6.37},{&quot;2026-06-11&quot;:6.41},{&quot;2026-06-12&quot;:6.57},{&quot;2026-06-13&quot;:6.57},{&quot;2026-06-14&quot;:6.57},{&quot;2026-06-15&quot;:6.57},{&quot;2026-06-16&quot;:6.56},{&quot;2026-06-17&quot;:6.56},{&quot;2026-06-18&quot;:6.61},{&quot;2026-06-19&quot;:6.61},{&quot;2026-06-20&quot;:6.61},{&quot;2026-06-21&quot;:6.61},{&quot;2026-06-22&quot;:6.72},{&quot;2026-06-24&quot;:6.79},{&quot;2026-06-25&quot;:6.87},{&quot;2026-06-26&quot;:6.99},{&quot;2026-06-27&quot;:7.0},{&quot;2026-06-28&quot;:7.0},{&quot;2026-06-29&quot;:7.0},{&quot;2026-06-30&quot;:7.0},{&quot;2026-07-01&quot;:6.98},{&quot;2026-07-02&quot;:6.98},{&quot;2026-07-03&quot;:7.11},{&quot;2026-07-04&quot;:7.0},{&quot;2026-07-05&quot;:6.95},{&quot;2026-07-06&quot;:6.95},{&quot;2026-07-07&quot;:6.87},{&quot;2026-07-08&quot;:6.81},{&quot;2026-07-09&quot;:6.71},{&quot;2026-07-10&quot;:6.64},{&quot;2026-07-11&quot;:6.64},{&quot;2026-07-12&quot;:6.64},{&quot;2026-07-13&quot;:6.64},{&quot;2026-07-14&quot;:6.71},{&quot;2026-07-15&quot;:6.72},{&quot;2026-07-16&quot;:6.72},{&quot;2026-07-17&quot;:6.67},{&quot;2026-07-18&quot;:6.61},{&quot;2026-07-19&quot;:6.68},{&quot;2026-07-20&quot;:6.78},{&quot;2026-07-21&quot;:6.72},{&quot;2026-07-23&quot;:6.72},{&quot;2026-07-25&quot;:6.82},{&quot;2026-07-26&quot;:6.84},{&quot;2026-07-27&quot;:6.84},{&quot;2026-07-29&quot;:6.97},{&quot;2026-07-30&quot;:6.97},{&quot;2026-07-31&quot;:7.14},{&quot;2026-08-01&quot;:7.14},{&quot;2026-08-02&quot;:7.14},{&quot;2026-08-03&quot;:7.14},{&quot;2026-08-04&quot;:7.14},{&quot;2026-08-05&quot;:7.14},{&quot;2026-08-07&quot;:7.31},{&quot;2026-08-08&quot;:7.31},{&quot;2026-08-09&quot;:7.31},{&quot;2026-08-10&quot;:7.31},{&quot;2026-08-11&quot;:7.31},{&quot;2026-08-12&quot;:7.24},{&quot;2026-08-13&quot;:7.38},{&quot;2026-08-14&quot;:7.45},{&quot;2026-08-15&quot;:7.45},{&quot;2026-08-16&quot;:7.54},{&quot;2026-08-17&quot;:7.54},{&quot;2026-08-18&quot;:7.54},{&quot;2026-08-19&quot;:7.54},{&quot;2026-08-20&quot;:7.54},{&quot;2026-08-21&quot;:7.54},{&quot;2026-08-22&quot;:7.48},{&quot;2026-08-23&quot;:7.62},{&quot;2026-08-24&quot;:7.62},{&quot;2026-08-25&quot;:7.62},{&quot;2026-08-26&quot;:7.5},{&quot;2026-08-27&quot;:7.5},{&quot;2026-08-28&quot;:7.37},{&quot;2026-08-29&quot;:7.37},{&quot;2026-08-30&quot;:7.37},{&quot;2026-08-31&quot;:7.37},{&quot;2026-09-01&quot;:7.37},{&quot;2026-09-02&quot;:7.31},{&quot;2026-09-03&quot;:7.31},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:7.16},{&quot;2026-09-06&quot;:7.16},{&quot;2026-09-07&quot;:7.16},{&quot;2026-09-08&quot;:7.16},{&quot;2026-09-09&quot;:7.16},{&quot;2026-09-10&quot;:7.16},{&quot;2026-09-11&quot;:7.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="76376"
  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">
            Whir of Invention
        </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">
              ↑
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $7.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="Whir of Invention" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/6/a679659c-7fed-4afa-9b99-fdeb8ccda964.jpg?1783924622" />

        <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">
            Whir of Invention
        </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-x'></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="Whir of Invention" src="https://cards.scryfall.io/large/front/a/6/a679659c-7fed-4afa-9b99-fdeb8ccda964.jpg?1783924622" />
    </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">
                $7.16
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.14},{&quot;2026-06-14&quot;:6.13},{&quot;2026-06-15&quot;:6.0},{&quot;2026-06-16&quot;:6.0},{&quot;2026-06-17&quot;:6.0},{&quot;2026-06-18&quot;:5.65},{&quot;2026-06-19&quot;:5.65},{&quot;2026-06-20&quot;:5.58},{&quot;2026-06-21&quot;:5.64},{&quot;2026-06-22&quot;:5.64},{&quot;2026-06-23&quot;:5.6},{&quot;2026-06-24&quot;:5.6},{&quot;2026-06-25&quot;:5.57},{&quot;2026-06-26&quot;:5.57},{&quot;2026-06-27&quot;:5.64},{&quot;2026-06-28&quot;:5.64},{&quot;2026-06-29&quot;:5.64},{&quot;2026-06-30&quot;:5.64},{&quot;2026-07-01&quot;:5.71},{&quot;2026-07-02&quot;:5.6},{&quot;2026-07-03&quot;:5.6},{&quot;2026-07-04&quot;:5.6},{&quot;2026-07-05&quot;:5.61},{&quot;2026-07-06&quot;:5.46},{&quot;2026-07-07&quot;:5.46},{&quot;2026-07-08&quot;:5.54},{&quot;2026-07-09&quot;:5.75},{&quot;2026-07-10&quot;:5.78},{&quot;2026-07-11&quot;:5.8},{&quot;2026-07-12&quot;:6.23},{&quot;2026-07-13&quot;:6.27},{&quot;2026-07-14&quot;:6.51},{&quot;2026-07-15&quot;:6.39},{&quot;2026-07-16&quot;:6.65},{&quot;2026-07-17&quot;:6.76},{&quot;2026-07-18&quot;:6.76},{&quot;2026-07-19&quot;:6.64},{&quot;2026-07-20&quot;:6.64},{&quot;2026-07-21&quot;:6.6},{&quot;2026-07-22&quot;:6.6},{&quot;2026-07-23&quot;:6.6},{&quot;2026-07-24&quot;:6.6},{&quot;2026-07-25&quot;:6.67},{&quot;2026-07-26&quot;:6.75},{&quot;2026-07-27&quot;:6.75},{&quot;2026-07-28&quot;:6.75},{&quot;2026-07-29&quot;:6.54},{&quot;2026-07-30&quot;:6.54},{&quot;2026-07-31&quot;:6.17},{&quot;2026-08-01&quot;:6.17},{&quot;2026-08-02&quot;:5.92},{&quot;2026-08-03&quot;:5.76},{&quot;2026-08-04&quot;:5.47},{&quot;2026-08-05&quot;:5.34},{&quot;2026-08-07&quot;:5.39},{&quot;2026-08-08&quot;:5.39},{&quot;2026-08-09&quot;:5.54},{&quot;2026-08-10&quot;:5.48},{&quot;2026-08-11&quot;:5.46},{&quot;2026-08-12&quot;:5.46},{&quot;2026-08-13&quot;:5.64},{&quot;2026-08-14&quot;:5.68},{&quot;2026-08-15&quot;:5.71},{&quot;2026-08-16&quot;:5.83},{&quot;2026-08-17&quot;:5.83},{&quot;2026-08-18&quot;:6.03},{&quot;2026-08-19&quot;:6.03},{&quot;2026-08-20&quot;:6.02},{&quot;2026-08-21&quot;:6.27},{&quot;2026-08-22&quot;:6.27},{&quot;2026-08-23&quot;:6.27},{&quot;2026-08-24&quot;:6.38},{&quot;2026-08-25&quot;:6.38},{&quot;2026-08-26&quot;:6.38},{&quot;2026-08-27&quot;:6.36},{&quot;2026-08-28&quot;:6.27},{&quot;2026-08-29&quot;:6.27},{&quot;2026-08-30&quot;:6.61},{&quot;2026-08-31&quot;:6.61},{&quot;2026-09-01&quot;:6.61},{&quot;2026-09-02&quot;:6.61},{&quot;2026-09-03&quot;:6.61},{&quot;2026-09-04&quot;:6.61},{&quot;2026-09-05&quot;:6.61},{&quot;2026-09-06&quot;:6.47},{&quot;2026-09-07&quot;:6.55},{&quot;2026-09-08&quot;:6.81},{&quot;2026-09-09&quot;:7.03},{&quot;2026-09-10&quot;:7.23},{&quot;2026-09-11&quot;:7.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="109079"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Three Visits" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d74f59cd-0b58-4dbc-a4e7-742b012ba749.jpg?1782683164" />

        <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">
            Three Visits
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Three Visits" src="https://cards.scryfall.io/large/front/d/7/d74f59cd-0b58-4dbc-a4e7-742b012ba749.jpg?1782683164" />
    </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">
                $7.16
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.45},{&quot;2026-06-11&quot;:5.2},{&quot;2026-06-12&quot;:5.0},{&quot;2026-06-13&quot;:4.97},{&quot;2026-06-14&quot;:4.93},{&quot;2026-06-15&quot;:5.1},{&quot;2026-06-16&quot;:5.14},{&quot;2026-06-17&quot;:5.15},{&quot;2026-06-18&quot;:5.17},{&quot;2026-06-19&quot;:5.41},{&quot;2026-06-20&quot;:5.32},{&quot;2026-06-21&quot;:5.26},{&quot;2026-06-22&quot;:5.33},{&quot;2026-06-23&quot;:5.63},{&quot;2026-06-24&quot;:5.67},{&quot;2026-06-25&quot;:5.65},{&quot;2026-06-26&quot;:5.26},{&quot;2026-06-27&quot;:5.3},{&quot;2026-06-28&quot;:5.35},{&quot;2026-06-29&quot;:5.28},{&quot;2026-06-30&quot;:5.28},{&quot;2026-07-01&quot;:5.27},{&quot;2026-07-02&quot;:5.15},{&quot;2026-07-03&quot;:5.55},{&quot;2026-07-04&quot;:5.6},{&quot;2026-07-05&quot;:5.58},{&quot;2026-07-06&quot;:5.57},{&quot;2026-07-07&quot;:5.57},{&quot;2026-07-08&quot;:5.39},{&quot;2026-07-09&quot;:5.66},{&quot;2026-07-10&quot;:5.41},{&quot;2026-07-11&quot;:5.41},{&quot;2026-07-12&quot;:5.46},{&quot;2026-07-13&quot;:5.42},{&quot;2026-07-14&quot;:5.3},{&quot;2026-07-15&quot;:5.37},{&quot;2026-07-16&quot;:5.1},{&quot;2026-07-17&quot;:4.99},{&quot;2026-07-18&quot;:5.13},{&quot;2026-07-19&quot;:5.26},{&quot;2026-07-20&quot;:4.92},{&quot;2026-07-21&quot;:4.87},{&quot;2026-07-23&quot;:5.04},{&quot;2026-07-25&quot;:5.68},{&quot;2026-07-26&quot;:5.4},{&quot;2026-07-27&quot;:5.39},{&quot;2026-07-29&quot;:5.96},{&quot;2026-07-30&quot;:6.07},{&quot;2026-07-31&quot;:6.14},{&quot;2026-08-01&quot;:6.11},{&quot;2026-08-02&quot;:6.4},{&quot;2026-08-03&quot;:6.77},{&quot;2026-08-04&quot;:6.67},{&quot;2026-08-05&quot;:6.56},{&quot;2026-08-07&quot;:6.31},{&quot;2026-08-08&quot;:6.29},{&quot;2026-08-09&quot;:6.51},{&quot;2026-08-10&quot;:7.07},{&quot;2026-08-11&quot;:6.77},{&quot;2026-08-12&quot;:6.77},{&quot;2026-08-13&quot;:6.6},{&quot;2026-08-14&quot;:6.83},{&quot;2026-08-15&quot;:6.23},{&quot;2026-08-16&quot;:6.17},{&quot;2026-08-17&quot;:6.74},{&quot;2026-08-18&quot;:6.73},{&quot;2026-08-19&quot;:7.74},{&quot;2026-08-20&quot;:7.74},{&quot;2026-08-21&quot;:7.07},{&quot;2026-08-22&quot;:7.08},{&quot;2026-08-23&quot;:6.72},{&quot;2026-08-24&quot;:6.6},{&quot;2026-08-25&quot;:6.6},{&quot;2026-08-26&quot;:6.05},{&quot;2026-08-27&quot;:6.02},{&quot;2026-08-28&quot;:5.89},{&quot;2026-08-29&quot;:5.89},{&quot;2026-08-30&quot;:6.34},{&quot;2026-08-31&quot;:6.22},{&quot;2026-09-01&quot;:6.22},{&quot;2026-09-02&quot;:6.22},{&quot;2026-09-03&quot;:6.35},{&quot;2026-09-04&quot;:6.5},{&quot;2026-09-05&quot;:6.48},{&quot;2026-09-06&quot;:6.39},{&quot;2026-09-07&quot;:6.6},{&quot;2026-09-08&quot;:6.65},{&quot;2026-09-09&quot;:7.23},{&quot;2026-09-10&quot;:7.12},{&quot;2026-09-11&quot;:7.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="29721"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Savannah Lions" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a2ee9127-d007-48e8-b797-88ef72bc7c8b.jpg?1783947865" />

        <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">
            Savannah Lions
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Savannah Lions" src="https://cards.scryfall.io/large/front/a/2/a2ee9127-d007-48e8-b797-88ef72bc7c8b.jpg?1783947865" />
    </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">
                $7.15
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.8},{&quot;2026-06-14&quot;:5.8},{&quot;2026-06-15&quot;:5.8},{&quot;2026-06-16&quot;:5.8},{&quot;2026-06-17&quot;:5.8},{&quot;2026-06-18&quot;:5.8},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.56},{&quot;2026-06-21&quot;:5.56},{&quot;2026-06-22&quot;:5.56},{&quot;2026-06-23&quot;:5.56},{&quot;2026-06-24&quot;:5.56},{&quot;2026-06-25&quot;:5.56},{&quot;2026-06-26&quot;:5.56},{&quot;2026-06-27&quot;:5.56},{&quot;2026-06-28&quot;:5.56},{&quot;2026-06-29&quot;:5.56},{&quot;2026-06-30&quot;:5.56},{&quot;2026-07-01&quot;:5.56},{&quot;2026-07-02&quot;:5.56},{&quot;2026-07-03&quot;:5.56},{&quot;2026-07-04&quot;:5.76},{&quot;2026-07-05&quot;:5.76},{&quot;2026-07-06&quot;:5.76},{&quot;2026-07-07&quot;:5.76},{&quot;2026-07-08&quot;:5.76},{&quot;2026-07-09&quot;:5.76},{&quot;2026-07-10&quot;:5.76},{&quot;2026-07-11&quot;:5.76},{&quot;2026-07-12&quot;:5.76},{&quot;2026-07-13&quot;:5.94},{&quot;2026-07-14&quot;:5.94},{&quot;2026-07-15&quot;:5.94},{&quot;2026-07-16&quot;:5.94},{&quot;2026-07-17&quot;:5.94},{&quot;2026-07-18&quot;:5.94},{&quot;2026-07-19&quot;:5.94},{&quot;2026-07-20&quot;:5.94},{&quot;2026-07-21&quot;:5.94},{&quot;2026-07-22&quot;:5.94},{&quot;2026-07-23&quot;:6.02},{&quot;2026-07-24&quot;:6.02},{&quot;2026-07-25&quot;:6.02},{&quot;2026-07-26&quot;:6.02},{&quot;2026-07-27&quot;:6.02},{&quot;2026-07-28&quot;:6.02},{&quot;2026-07-29&quot;:6.02},{&quot;2026-07-30&quot;:6.02},{&quot;2026-07-31&quot;:6.02},{&quot;2026-08-01&quot;:6.02},{&quot;2026-08-02&quot;:6.02},{&quot;2026-08-03&quot;:6.02},{&quot;2026-08-04&quot;:6.12},{&quot;2026-08-05&quot;:6.12},{&quot;2026-08-07&quot;:6.12},{&quot;2026-08-08&quot;:6.12},{&quot;2026-08-09&quot;:7.21},{&quot;2026-08-10&quot;:7.21},{&quot;2026-08-11&quot;:7.21},{&quot;2026-08-12&quot;:7.15},{&quot;2026-08-13&quot;:7.15},{&quot;2026-08-14&quot;:7.15},{&quot;2026-08-15&quot;:7.18},{&quot;2026-08-16&quot;:7.18},{&quot;2026-08-17&quot;:7.18},{&quot;2026-08-18&quot;:7.15},{&quot;2026-08-19&quot;:7.15},{&quot;2026-08-20&quot;:7.15},{&quot;2026-08-21&quot;:7.15},{&quot;2026-08-22&quot;:7.15},{&quot;2026-08-23&quot;:7.15},{&quot;2026-08-24&quot;:7.15},{&quot;2026-08-25&quot;:7.15},{&quot;2026-08-26&quot;:7.15},{&quot;2026-08-27&quot;:7.15},{&quot;2026-08-28&quot;:7.15},{&quot;2026-08-29&quot;:7.15},{&quot;2026-08-30&quot;:7.15},{&quot;2026-08-31&quot;:7.15},{&quot;2026-09-01&quot;:7.15},{&quot;2026-09-02&quot;:7.15},{&quot;2026-09-03&quot;:7.15},{&quot;2026-09-04&quot;:7.15},{&quot;2026-09-05&quot;:7.15},{&quot;2026-09-06&quot;:7.15},{&quot;2026-09-07&quot;:7.15},{&quot;2026-09-08&quot;:7.15},{&quot;2026-09-09&quot;:7.15},{&quot;2026-09-10&quot;:7.15},{&quot;2026-09-11&quot;:7.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="83714"
  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">
            Price of Glory
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Price of Glory
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Price of Glory" src="https://cards.scryfall.io/large/front/4/e/4ee1ca2a-8692-4af0-a99e-8fe144ba8cb3.jpg?1783910056" />
    </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">
                $7.14
              </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">$4.50</span>
              <span class="text-xs text-grey-text">Credit: $5.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-13&quot;:6.51},{&quot;2026-06-14&quot;:6.42},{&quot;2026-06-15&quot;:6.42},{&quot;2026-06-16&quot;:6.37},{&quot;2026-06-17&quot;:6.37},{&quot;2026-06-18&quot;:6.4},{&quot;2026-06-19&quot;:6.4},{&quot;2026-06-20&quot;:6.4},{&quot;2026-06-21&quot;:6.54},{&quot;2026-06-22&quot;:6.3},{&quot;2026-06-23&quot;:6.22},{&quot;2026-06-24&quot;:6.13},{&quot;2026-06-25&quot;:6.11},{&quot;2026-06-26&quot;:6.34},{&quot;2026-06-27&quot;:6.36},{&quot;2026-06-28&quot;:6.4},{&quot;2026-06-29&quot;:6.4},{&quot;2026-06-30&quot;:6.4},{&quot;2026-07-01&quot;:6.44},{&quot;2026-07-02&quot;:6.39},{&quot;2026-07-03&quot;:6.36},{&quot;2026-07-04&quot;:6.27},{&quot;2026-07-05&quot;:6.37},{&quot;2026-07-06&quot;:6.46},{&quot;2026-07-07&quot;:6.47},{&quot;2026-07-08&quot;:6.47},{&quot;2026-07-09&quot;:6.37},{&quot;2026-07-10&quot;:6.37},{&quot;2026-07-11&quot;:6.16},{&quot;2026-07-12&quot;:6.13},{&quot;2026-07-13&quot;:6.04},{&quot;2026-07-14&quot;:6.04},{&quot;2026-07-15&quot;:6.01},{&quot;2026-07-16&quot;:5.92},{&quot;2026-07-17&quot;:5.85},{&quot;2026-07-18&quot;:5.77},{&quot;2026-07-19&quot;:5.72},{&quot;2026-07-20&quot;:5.72},{&quot;2026-07-21&quot;:5.72},{&quot;2026-07-22&quot;:5.74},{&quot;2026-07-23&quot;:6.06},{&quot;2026-07-24&quot;:6.27},{&quot;2026-07-25&quot;:6.12},{&quot;2026-07-26&quot;:6.26},{&quot;2026-07-27&quot;:6.32},{&quot;2026-07-28&quot;:6.05},{&quot;2026-07-29&quot;:5.73},{&quot;2026-07-30&quot;:5.65},{&quot;2026-07-31&quot;:5.32},{&quot;2026-08-01&quot;:5.32},{&quot;2026-08-02&quot;:4.93},{&quot;2026-08-03&quot;:4.73},{&quot;2026-08-04&quot;:4.67},{&quot;2026-08-05&quot;:4.5},{&quot;2026-08-07&quot;:4.83},{&quot;2026-08-08&quot;:4.79},{&quot;2026-08-09&quot;:4.64},{&quot;2026-08-10&quot;:4.57},{&quot;2026-08-11&quot;:4.54},{&quot;2026-08-12&quot;:4.86},{&quot;2026-08-13&quot;:4.91},{&quot;2026-08-14&quot;:5.16},{&quot;2026-08-15&quot;:5.02},{&quot;2026-08-16&quot;:5.35},{&quot;2026-08-17&quot;:5.72},{&quot;2026-08-18&quot;:5.76},{&quot;2026-08-19&quot;:6.5},{&quot;2026-08-20&quot;:6.09},{&quot;2026-08-21&quot;:6.42},{&quot;2026-08-22&quot;:6.54},{&quot;2026-08-23&quot;:6.97},{&quot;2026-08-24&quot;:6.68},{&quot;2026-08-25&quot;:6.69},{&quot;2026-08-26&quot;:6.76},{&quot;2026-08-27&quot;:6.92},{&quot;2026-08-28&quot;:7.23},{&quot;2026-08-29&quot;:7.23},{&quot;2026-08-30&quot;:7.14},{&quot;2026-08-31&quot;:7.14},{&quot;2026-09-01&quot;:7.14},{&quot;2026-09-02&quot;:7.24},{&quot;2026-09-03&quot;:7.26},{&quot;2026-09-04&quot;:7.3},{&quot;2026-09-05&quot;:7.27},{&quot;2026-09-06&quot;:7.31},{&quot;2026-09-07&quot;:7.15},{&quot;2026-09-08&quot;:7.15},{&quot;2026-09-09&quot;:6.98},{&quot;2026-09-10&quot;:7.07},{&quot;2026-09-11&quot;:7.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="91088"
  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">
            Shipwreck Marsh
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Shipwreck Marsh
        </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="Shipwreck Marsh" src="https://cards.scryfall.io/large/front/1/5/156df6eb-1ac9-4954-bf93-b1668096b8bd.jpg?1783908058" />
    </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">
                $7.14
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.61},{&quot;2026-06-14&quot;:7.71},{&quot;2026-06-15&quot;:7.86},{&quot;2026-06-16&quot;:7.86},{&quot;2026-06-17&quot;:7.86},{&quot;2026-06-18&quot;:7.86},{&quot;2026-06-19&quot;:7.86},{&quot;2026-06-20&quot;:7.86},{&quot;2026-06-21&quot;:7.88},{&quot;2026-06-22&quot;:7.88},{&quot;2026-06-23&quot;:7.88},{&quot;2026-06-24&quot;:7.88},{&quot;2026-06-25&quot;:7.88},{&quot;2026-06-26&quot;:7.84},{&quot;2026-06-27&quot;:7.84},{&quot;2026-06-28&quot;:7.84},{&quot;2026-06-29&quot;:7.84},{&quot;2026-06-30&quot;:7.58},{&quot;2026-07-01&quot;:7.64},{&quot;2026-07-02&quot;:7.64},{&quot;2026-07-03&quot;:7.64},{&quot;2026-07-04&quot;:7.64},{&quot;2026-07-05&quot;:7.64},{&quot;2026-07-06&quot;:7.64},{&quot;2026-07-07&quot;:7.64},{&quot;2026-07-08&quot;:7.64},{&quot;2026-07-09&quot;:7.53},{&quot;2026-07-10&quot;:7.46},{&quot;2026-07-11&quot;:7.46},{&quot;2026-07-12&quot;:7.53},{&quot;2026-07-13&quot;:7.49},{&quot;2026-07-14&quot;:7.49},{&quot;2026-07-15&quot;:7.5},{&quot;2026-07-16&quot;:7.45},{&quot;2026-07-17&quot;:7.47},{&quot;2026-07-18&quot;:7.47},{&quot;2026-07-19&quot;:7.46},{&quot;2026-07-20&quot;:7.44},{&quot;2026-07-21&quot;:7.37},{&quot;2026-07-22&quot;:7.37},{&quot;2026-07-23&quot;:7.38},{&quot;2026-07-24&quot;:7.42},{&quot;2026-07-25&quot;:7.42},{&quot;2026-07-26&quot;:7.62},{&quot;2026-07-27&quot;:7.88},{&quot;2026-07-28&quot;:7.84},{&quot;2026-07-29&quot;:7.84},{&quot;2026-07-30&quot;:7.84},{&quot;2026-07-31&quot;:7.82},{&quot;2026-08-01&quot;:7.82},{&quot;2026-08-02&quot;:7.78},{&quot;2026-08-03&quot;:7.67},{&quot;2026-08-04&quot;:7.67},{&quot;2026-08-05&quot;:7.67},{&quot;2026-08-07&quot;:7.67},{&quot;2026-08-08&quot;:7.67},{&quot;2026-08-09&quot;:7.67},{&quot;2026-08-10&quot;:7.67},{&quot;2026-08-11&quot;:7.67},{&quot;2026-08-12&quot;:7.67},{&quot;2026-08-13&quot;:7.67},{&quot;2026-08-14&quot;:7.67},{&quot;2026-08-15&quot;:7.67},{&quot;2026-08-16&quot;:7.67},{&quot;2026-08-17&quot;:7.67},{&quot;2026-08-18&quot;:7.67},{&quot;2026-08-19&quot;:7.67},{&quot;2026-08-20&quot;:7.67},{&quot;2026-08-21&quot;:7.67},{&quot;2026-08-22&quot;:7.7},{&quot;2026-08-23&quot;:7.7},{&quot;2026-08-24&quot;:7.7},{&quot;2026-08-25&quot;:7.7},{&quot;2026-08-26&quot;:7.7},{&quot;2026-08-27&quot;:7.7},{&quot;2026-08-28&quot;:7.64},{&quot;2026-08-29&quot;:7.64},{&quot;2026-08-30&quot;:7.63},{&quot;2026-08-31&quot;:7.63},{&quot;2026-09-01&quot;:7.63},{&quot;2026-09-02&quot;:7.63},{&quot;2026-09-03&quot;:7.6},{&quot;2026-09-04&quot;:7.61},{&quot;2026-09-05&quot;:7.63},{&quot;2026-09-06&quot;:7.63},{&quot;2026-09-07&quot;:7.63},{&quot;2026-09-08&quot;:7.63},{&quot;2026-09-09&quot;:7.63},{&quot;2026-09-10&quot;:7.64},{&quot;2026-09-11&quot;:7.64}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.76},{&quot;2026-06-14&quot;:6.76},{&quot;2026-06-15&quot;:6.71},{&quot;2026-06-16&quot;:6.83},{&quot;2026-06-17&quot;:6.75},{&quot;2026-06-18&quot;:6.96},{&quot;2026-06-19&quot;:7.0},{&quot;2026-06-20&quot;:7.0},{&quot;2026-06-21&quot;:6.89},{&quot;2026-06-22&quot;:7.0},{&quot;2026-06-23&quot;:7.26},{&quot;2026-06-24&quot;:7.44},{&quot;2026-06-25&quot;:7.65},{&quot;2026-06-26&quot;:7.4},{&quot;2026-06-27&quot;:7.62},{&quot;2026-06-28&quot;:7.74},{&quot;2026-06-29&quot;:7.55},{&quot;2026-06-30&quot;:7.55},{&quot;2026-07-01&quot;:7.49},{&quot;2026-07-02&quot;:7.59},{&quot;2026-07-03&quot;:7.59},{&quot;2026-07-04&quot;:7.54},{&quot;2026-07-05&quot;:7.43},{&quot;2026-07-06&quot;:7.43},{&quot;2026-07-07&quot;:7.43},{&quot;2026-07-08&quot;:7.43},{&quot;2026-07-09&quot;:7.43},{&quot;2026-07-10&quot;:7.43},{&quot;2026-07-11&quot;:7.39},{&quot;2026-07-12&quot;:7.39},{&quot;2026-07-13&quot;:7.45},{&quot;2026-07-14&quot;:7.48},{&quot;2026-07-15&quot;:7.48},{&quot;2026-07-16&quot;:7.43},{&quot;2026-07-17&quot;:7.43},{&quot;2026-07-18&quot;:7.21},{&quot;2026-07-19&quot;:7.0},{&quot;2026-07-20&quot;:7.0},{&quot;2026-07-21&quot;:7.03},{&quot;2026-07-22&quot;:6.86},{&quot;2026-07-23&quot;:6.86},{&quot;2026-07-24&quot;:6.86},{&quot;2026-07-25&quot;:7.14},{&quot;2026-07-26&quot;:7.15},{&quot;2026-07-27&quot;:7.22},{&quot;2026-07-28&quot;:7.22},{&quot;2026-07-29&quot;:7.17},{&quot;2026-07-30&quot;:7.17},{&quot;2026-07-31&quot;:7.32},{&quot;2026-08-01&quot;:7.32},{&quot;2026-08-02&quot;:7.19},{&quot;2026-08-03&quot;:7.22},{&quot;2026-08-04&quot;:7.74},{&quot;2026-08-05&quot;:7.74},{&quot;2026-08-07&quot;:7.88},{&quot;2026-08-08&quot;:7.88},{&quot;2026-08-09&quot;:7.73},{&quot;2026-08-10&quot;:7.65},{&quot;2026-08-11&quot;:7.38},{&quot;2026-08-12&quot;:7.38},{&quot;2026-08-13&quot;:7.38},{&quot;2026-08-14&quot;:7.33},{&quot;2026-08-15&quot;:7.33},{&quot;2026-08-16&quot;:7.25},{&quot;2026-08-17&quot;:7.25},{&quot;2026-08-18&quot;:7.25},{&quot;2026-08-19&quot;:7.21},{&quot;2026-08-20&quot;:7.23},{&quot;2026-08-21&quot;:7.22},{&quot;2026-08-22&quot;:7.36},{&quot;2026-08-23&quot;:7.44},{&quot;2026-08-24&quot;:7.44},{&quot;2026-08-25&quot;:7.45},{&quot;2026-08-26&quot;:7.51},{&quot;2026-08-27&quot;:6.87},{&quot;2026-08-28&quot;:6.71},{&quot;2026-08-29&quot;:6.71},{&quot;2026-08-30&quot;:6.94},{&quot;2026-08-31&quot;:6.99},{&quot;2026-09-01&quot;:7.04},{&quot;2026-09-02&quot;:7.2},{&quot;2026-09-03&quot;:7.21},{&quot;2026-09-04&quot;:7.23},{&quot;2026-09-05&quot;:7.21},{&quot;2026-09-06&quot;:7.24},{&quot;2026-09-07&quot;:7.24},{&quot;2026-09-08&quot;:7.24},{&quot;2026-09-09&quot;:7.24},{&quot;2026-09-10&quot;:7.24},{&quot;2026-09-11&quot;:7.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="72941"
  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-bro 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">
            Liberator, Urza&#39;s Battlethopter
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Liberator, Urza&#39;s Battlethopter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c31e6768-bcab-43c4-bfc1-76e961689ae9.jpg?1783920018" />

        <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">
            Liberator, Urza&#39;s Battlethopter
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact Creature — Thopter</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="Liberator, Urza&#39;s Battlethopter" src="https://cards.scryfall.io/large/front/c/3/c31e6768-bcab-43c4-bfc1-76e961689ae9.jpg?1783920018" />
    </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">
                $7.12
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:6.83},{&quot;2026-06-11&quot;:6.77},{&quot;2026-06-12&quot;:6.78},{&quot;2026-06-13&quot;:6.78},{&quot;2026-06-14&quot;:6.78},{&quot;2026-06-15&quot;:6.75},{&quot;2026-06-16&quot;:6.75},{&quot;2026-06-17&quot;:6.75},{&quot;2026-06-18&quot;:6.79},{&quot;2026-06-19&quot;:6.82},{&quot;2026-06-20&quot;:6.82},{&quot;2026-06-21&quot;:6.88},{&quot;2026-06-22&quot;:7.04},{&quot;2026-06-23&quot;:7.04},{&quot;2026-06-24&quot;:7.04},{&quot;2026-06-25&quot;:7.21},{&quot;2026-06-26&quot;:7.21},{&quot;2026-06-27&quot;:7.27},{&quot;2026-06-28&quot;:7.26},{&quot;2026-06-29&quot;:7.26},{&quot;2026-06-30&quot;:7.28},{&quot;2026-07-01&quot;:7.14},{&quot;2026-07-02&quot;:7.19},{&quot;2026-07-03&quot;:7.22},{&quot;2026-07-04&quot;:7.22},{&quot;2026-07-05&quot;:7.14},{&quot;2026-07-06&quot;:7.47},{&quot;2026-07-07&quot;:7.47},{&quot;2026-07-08&quot;:7.47},{&quot;2026-07-09&quot;:7.47},{&quot;2026-07-10&quot;:7.45},{&quot;2026-07-11&quot;:7.82},{&quot;2026-07-12&quot;:7.82},{&quot;2026-07-13&quot;:7.82},{&quot;2026-07-14&quot;:7.78},{&quot;2026-07-15&quot;:7.72},{&quot;2026-07-16&quot;:7.6},{&quot;2026-07-17&quot;:7.6},{&quot;2026-07-18&quot;:7.6},{&quot;2026-07-19&quot;:7.54},{&quot;2026-07-20&quot;:8.18},{&quot;2026-07-21&quot;:8.0},{&quot;2026-07-23&quot;:8.0},{&quot;2026-07-25&quot;:7.99},{&quot;2026-07-26&quot;:7.99},{&quot;2026-07-27&quot;:7.96},{&quot;2026-07-29&quot;:7.96},{&quot;2026-07-30&quot;:7.96},{&quot;2026-07-31&quot;:7.96},{&quot;2026-08-01&quot;:7.96},{&quot;2026-08-02&quot;:7.93},{&quot;2026-08-03&quot;:7.93},{&quot;2026-08-04&quot;:7.93},{&quot;2026-08-05&quot;:7.93},{&quot;2026-08-07&quot;:7.96},{&quot;2026-08-08&quot;:7.98},{&quot;2026-08-09&quot;:7.98},{&quot;2026-08-10&quot;:7.97},{&quot;2026-08-11&quot;:7.97},{&quot;2026-08-12&quot;:7.97},{&quot;2026-08-13&quot;:8.14},{&quot;2026-08-14&quot;:8.14},{&quot;2026-08-15&quot;:8.14},{&quot;2026-08-16&quot;:8.14},{&quot;2026-08-17&quot;:8.14},{&quot;2026-08-18&quot;:8.14},{&quot;2026-08-19&quot;:8.14},{&quot;2026-08-20&quot;:8.14},{&quot;2026-08-21&quot;:8.18},{&quot;2026-08-22&quot;:8.15},{&quot;2026-08-23&quot;:8.32},{&quot;2026-08-24&quot;:8.32},{&quot;2026-08-25&quot;:8.32},{&quot;2026-08-26&quot;:8.52},{&quot;2026-08-27&quot;:8.52},{&quot;2026-08-28&quot;:8.52},{&quot;2026-08-29&quot;:8.52},{&quot;2026-08-30&quot;:8.52},{&quot;2026-08-31&quot;:8.52},{&quot;2026-09-01&quot;:8.52},{&quot;2026-09-02&quot;:8.77},{&quot;2026-09-03&quot;:8.77},{&quot;2026-09-04&quot;:8.77},{&quot;2026-09-05&quot;:8.77},{&quot;2026-09-06&quot;:8.77},{&quot;2026-09-07&quot;:8.77},{&quot;2026-09-08&quot;:8.77},{&quot;2026-09-09&quot;:8.77},{&quot;2026-09-10&quot;:8.77},{&quot;2026-09-11&quot;:8.77}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.79},{&quot;2026-06-11&quot;:7.11},{&quot;2026-06-12&quot;:6.74},{&quot;2026-06-13&quot;:6.7},{&quot;2026-06-14&quot;:6.82},{&quot;2026-06-15&quot;:6.86},{&quot;2026-06-16&quot;:6.74},{&quot;2026-06-17&quot;:6.67},{&quot;2026-06-18&quot;:6.73},{&quot;2026-06-19&quot;:6.72},{&quot;2026-06-20&quot;:6.76},{&quot;2026-06-21&quot;:6.78},{&quot;2026-06-22&quot;:6.66},{&quot;2026-06-23&quot;:6.93},{&quot;2026-06-24&quot;:6.91},{&quot;2026-06-25&quot;:6.96},{&quot;2026-06-26&quot;:6.95},{&quot;2026-06-27&quot;:7.07},{&quot;2026-06-28&quot;:7.02},{&quot;2026-06-29&quot;:7.08},{&quot;2026-06-30&quot;:7.32},{&quot;2026-07-01&quot;:7.19},{&quot;2026-07-02&quot;:7.07},{&quot;2026-07-03&quot;:6.81},{&quot;2026-07-04&quot;:6.75},{&quot;2026-07-05&quot;:6.73},{&quot;2026-07-06&quot;:6.55},{&quot;2026-07-07&quot;:6.43},{&quot;2026-07-08&quot;:6.9},{&quot;2026-07-09&quot;:6.9},{&quot;2026-07-10&quot;:7.1},{&quot;2026-07-11&quot;:7.34},{&quot;2026-07-12&quot;:7.57},{&quot;2026-07-13&quot;:7.31},{&quot;2026-07-14&quot;:7.27},{&quot;2026-07-15&quot;:7.02},{&quot;2026-07-16&quot;:7.22},{&quot;2026-07-17&quot;:7.5},{&quot;2026-07-18&quot;:7.36},{&quot;2026-07-19&quot;:7.57},{&quot;2026-07-20&quot;:8.06},{&quot;2026-07-21&quot;:8.41},{&quot;2026-07-23&quot;:8.27},{&quot;2026-07-25&quot;:8.04},{&quot;2026-07-26&quot;:7.9},{&quot;2026-07-27&quot;:7.91},{&quot;2026-07-29&quot;:7.64},{&quot;2026-07-30&quot;:7.63},{&quot;2026-07-31&quot;:7.35},{&quot;2026-08-01&quot;:7.35},{&quot;2026-08-02&quot;:7.32},{&quot;2026-08-03&quot;:7.51},{&quot;2026-08-04&quot;:7.56},{&quot;2026-08-05&quot;:7.72},{&quot;2026-08-07&quot;:7.91},{&quot;2026-08-08&quot;:7.88},{&quot;2026-08-09&quot;:7.79},{&quot;2026-08-10&quot;:8.13},{&quot;2026-08-11&quot;:8.13},{&quot;2026-08-12&quot;:7.75},{&quot;2026-08-13&quot;:7.52},{&quot;2026-08-14&quot;:7.71},{&quot;2026-08-15&quot;:7.63},{&quot;2026-08-16&quot;:7.44},{&quot;2026-08-17&quot;:7.7},{&quot;2026-08-18&quot;:7.45},{&quot;2026-08-19&quot;:7.62},{&quot;2026-08-20&quot;:7.62},{&quot;2026-08-21&quot;:7.59},{&quot;2026-08-22&quot;:7.86},{&quot;2026-08-23&quot;:7.96},{&quot;2026-08-24&quot;:7.85},{&quot;2026-08-25&quot;:7.85},{&quot;2026-08-26&quot;:7.77},{&quot;2026-08-27&quot;:7.74},{&quot;2026-08-28&quot;:7.44},{&quot;2026-08-29&quot;:7.44},{&quot;2026-08-30&quot;:6.5},{&quot;2026-08-31&quot;:6.37},{&quot;2026-09-01&quot;:6.37},{&quot;2026-09-02&quot;:6.71},{&quot;2026-09-03&quot;:6.75},{&quot;2026-09-04&quot;:6.81},{&quot;2026-09-05&quot;:6.85},{&quot;2026-09-06&quot;:7.01},{&quot;2026-09-07&quot;:6.98},{&quot;2026-09-08&quot;:7.03},{&quot;2026-09-09&quot;:7.06},{&quot;2026-09-10&quot;:7.13},{&quot;2026-09-11&quot;:7.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Drivnod, Carnage Dominus
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Drivnod, Carnage Dominus" src="https://cards.scryfall.io/large/front/6/b/6bc26bca-c4d8-4e8b-a96a-9529fc2daed7.jpg?1783918048" />
    </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">
                $7.11
              </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">
                $8.01
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.85},{&quot;2026-06-14&quot;:7.85},{&quot;2026-06-15&quot;:7.79},{&quot;2026-06-16&quot;:7.79},{&quot;2026-06-17&quot;:7.79},{&quot;2026-06-18&quot;:7.79},{&quot;2026-06-19&quot;:7.76},{&quot;2026-06-20&quot;:7.76},{&quot;2026-06-21&quot;:7.82},{&quot;2026-06-22&quot;:7.82},{&quot;2026-06-23&quot;:7.82},{&quot;2026-06-24&quot;:7.82},{&quot;2026-06-25&quot;:7.8},{&quot;2026-06-26&quot;:7.96},{&quot;2026-06-27&quot;:7.96},{&quot;2026-06-28&quot;:7.88},{&quot;2026-06-29&quot;:7.88},{&quot;2026-06-30&quot;:7.89},{&quot;2026-07-01&quot;:7.9},{&quot;2026-07-02&quot;:8.0},{&quot;2026-07-03&quot;:8.0},{&quot;2026-07-04&quot;:8.0},{&quot;2026-07-05&quot;:8.0},{&quot;2026-07-06&quot;:8.0},{&quot;2026-07-07&quot;:8.07},{&quot;2026-07-08&quot;:8.07},{&quot;2026-07-09&quot;:8.07},{&quot;2026-07-10&quot;:8.07},{&quot;2026-07-11&quot;:8.07},{&quot;2026-07-12&quot;:8.07},{&quot;2026-07-13&quot;:8.08},{&quot;2026-07-14&quot;:8.08},{&quot;2026-07-15&quot;:8.07},{&quot;2026-07-16&quot;:8.07},{&quot;2026-07-17&quot;:8.07},{&quot;2026-07-18&quot;:8.16},{&quot;2026-07-19&quot;:8.16},{&quot;2026-07-20&quot;:8.19},{&quot;2026-07-21&quot;:8.19},{&quot;2026-07-22&quot;:8.19},{&quot;2026-07-23&quot;:8.19},{&quot;2026-07-24&quot;:8.12},{&quot;2026-07-25&quot;:8.04},{&quot;2026-07-26&quot;:8.03},{&quot;2026-07-27&quot;:8.03},{&quot;2026-07-28&quot;:8.06},{&quot;2026-07-29&quot;:8.16},{&quot;2026-07-30&quot;:8.16},{&quot;2026-07-31&quot;:8.15},{&quot;2026-08-01&quot;:8.15},{&quot;2026-08-02&quot;:8.15},{&quot;2026-08-03&quot;:8.29},{&quot;2026-08-04&quot;:8.31},{&quot;2026-08-05&quot;:8.32},{&quot;2026-08-07&quot;:8.29},{&quot;2026-08-08&quot;:8.29},{&quot;2026-08-09&quot;:8.29},{&quot;2026-08-10&quot;:8.31},{&quot;2026-08-11&quot;:8.31},{&quot;2026-08-12&quot;:8.31},{&quot;2026-08-13&quot;:8.31},{&quot;2026-08-14&quot;:8.31},{&quot;2026-08-15&quot;:8.31},{&quot;2026-08-16&quot;:8.31},{&quot;2026-08-17&quot;:8.31},{&quot;2026-08-18&quot;:8.31},{&quot;2026-08-19&quot;:8.31},{&quot;2026-08-20&quot;:8.31},{&quot;2026-08-21&quot;:8.31},{&quot;2026-08-22&quot;:8.2},{&quot;2026-08-23&quot;:8.13},{&quot;2026-08-24&quot;:8.07},{&quot;2026-08-25&quot;:7.94},{&quot;2026-08-26&quot;:7.94},{&quot;2026-08-27&quot;:7.94},{&quot;2026-08-28&quot;:7.94},{&quot;2026-08-29&quot;:7.94},{&quot;2026-08-30&quot;:7.79},{&quot;2026-08-31&quot;:7.79},{&quot;2026-09-01&quot;:7.79},{&quot;2026-09-02&quot;:7.79},{&quot;2026-09-03&quot;:7.79},{&quot;2026-09-04&quot;:7.79},{&quot;2026-09-05&quot;:7.79},{&quot;2026-09-06&quot;:7.94},{&quot;2026-09-07&quot;:7.94},{&quot;2026-09-08&quot;:7.93},{&quot;2026-09-09&quot;:7.93},{&quot;2026-09-10&quot;:8.01},{&quot;2026-09-11&quot;:8.01}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.71},{&quot;2026-06-14&quot;:6.69},{&quot;2026-06-15&quot;:6.59},{&quot;2026-06-16&quot;:6.48},{&quot;2026-06-17&quot;:6.77},{&quot;2026-06-18&quot;:6.91},{&quot;2026-06-19&quot;:6.9},{&quot;2026-06-20&quot;:6.82},{&quot;2026-06-21&quot;:6.82},{&quot;2026-06-22&quot;:6.71},{&quot;2026-06-23&quot;:6.96},{&quot;2026-06-24&quot;:7.12},{&quot;2026-06-25&quot;:6.95},{&quot;2026-06-26&quot;:7.0},{&quot;2026-06-27&quot;:7.17},{&quot;2026-06-28&quot;:7.15},{&quot;2026-06-29&quot;:7.25},{&quot;2026-06-30&quot;:7.36},{&quot;2026-07-01&quot;:7.36},{&quot;2026-07-02&quot;:7.29},{&quot;2026-07-03&quot;:7.4},{&quot;2026-07-04&quot;:7.32},{&quot;2026-07-05&quot;:7.26},{&quot;2026-07-06&quot;:7.27},{&quot;2026-07-07&quot;:7.31},{&quot;2026-07-08&quot;:7.2},{&quot;2026-07-09&quot;:6.99},{&quot;2026-07-10&quot;:6.88},{&quot;2026-07-11&quot;:6.81},{&quot;2026-07-12&quot;:6.87},{&quot;2026-07-13&quot;:6.69},{&quot;2026-07-14&quot;:6.48},{&quot;2026-07-15&quot;:6.58},{&quot;2026-07-16&quot;:6.48},{&quot;2026-07-17&quot;:6.79},{&quot;2026-07-18&quot;:6.77},{&quot;2026-07-19&quot;:6.85},{&quot;2026-07-20&quot;:6.95},{&quot;2026-07-21&quot;:7.02},{&quot;2026-07-22&quot;:6.99},{&quot;2026-07-23&quot;:6.96},{&quot;2026-07-24&quot;:7.02},{&quot;2026-07-25&quot;:6.95},{&quot;2026-07-26&quot;:6.97},{&quot;2026-07-27&quot;:7.01},{&quot;2026-07-28&quot;:6.89},{&quot;2026-07-29&quot;:6.88},{&quot;2026-07-30&quot;:6.75},{&quot;2026-07-31&quot;:6.68},{&quot;2026-08-01&quot;:6.52},{&quot;2026-08-02&quot;:6.66},{&quot;2026-08-03&quot;:6.65},{&quot;2026-08-04&quot;:6.58},{&quot;2026-08-05&quot;:6.72},{&quot;2026-08-07&quot;:6.77},{&quot;2026-08-08&quot;:6.75},{&quot;2026-08-09&quot;:7.26},{&quot;2026-08-10&quot;:7.12},{&quot;2026-08-11&quot;:7.12},{&quot;2026-08-12&quot;:7.09},{&quot;2026-08-13&quot;:7.04},{&quot;2026-08-14&quot;:6.77},{&quot;2026-08-15&quot;:6.7},{&quot;2026-08-16&quot;:6.7},{&quot;2026-08-17&quot;:6.63},{&quot;2026-08-18&quot;:6.55},{&quot;2026-08-19&quot;:6.61},{&quot;2026-08-20&quot;:6.56},{&quot;2026-08-21&quot;:6.57},{&quot;2026-08-22&quot;:6.73},{&quot;2026-08-23&quot;:6.81},{&quot;2026-08-24&quot;:6.79},{&quot;2026-08-25&quot;:6.89},{&quot;2026-08-26&quot;:6.91},{&quot;2026-08-27&quot;:6.93},{&quot;2026-08-28&quot;:6.93},{&quot;2026-08-29&quot;:6.93},{&quot;2026-08-30&quot;:6.69},{&quot;2026-08-31&quot;:6.71},{&quot;2026-09-01&quot;:6.89},{&quot;2026-09-02&quot;:6.88},{&quot;2026-09-03&quot;:6.88},{&quot;2026-09-04&quot;:6.79},{&quot;2026-09-05&quot;:6.78},{&quot;2026-09-06&quot;:7.03},{&quot;2026-09-07&quot;:7.02},{&quot;2026-09-08&quot;:7.12},{&quot;2026-09-09&quot;:7.13},{&quot;2026-09-10&quot;:7.01},{&quot;2026-09-11&quot;:7.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Asceticism" src="https://cards.scryfall.io/large/front/b/d/bde335c5-0e87-43c9-bef6-423e4d1caf35.jpg?1783915927" />
    </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">
                $7.11
              </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">$5.30</span>
              <span class="text-xs text-grey-text">Credit: $6.89</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.73},{&quot;2026-06-14&quot;:3.83},{&quot;2026-06-15&quot;:3.88},{&quot;2026-06-16&quot;:3.73},{&quot;2026-06-17&quot;:3.79},{&quot;2026-06-18&quot;:3.8},{&quot;2026-06-19&quot;:3.77},{&quot;2026-06-20&quot;:3.67},{&quot;2026-06-21&quot;:3.64},{&quot;2026-06-22&quot;:3.76},{&quot;2026-06-23&quot;:3.79},{&quot;2026-06-24&quot;:3.79},{&quot;2026-06-25&quot;:3.79},{&quot;2026-06-26&quot;:3.8},{&quot;2026-06-27&quot;:3.79},{&quot;2026-06-28&quot;:3.83},{&quot;2026-06-29&quot;:3.85},{&quot;2026-06-30&quot;:3.95},{&quot;2026-07-01&quot;:4.22},{&quot;2026-07-02&quot;:4.08},{&quot;2026-07-03&quot;:4.14},{&quot;2026-07-04&quot;:4.21},{&quot;2026-07-05&quot;:4.39},{&quot;2026-07-06&quot;:4.47},{&quot;2026-07-07&quot;:4.35},{&quot;2026-07-08&quot;:4.39},{&quot;2026-07-09&quot;:4.23},{&quot;2026-07-10&quot;:4.5},{&quot;2026-07-11&quot;:4.7},{&quot;2026-07-12&quot;:4.96},{&quot;2026-07-13&quot;:5.08},{&quot;2026-07-14&quot;:5.19},{&quot;2026-07-15&quot;:5.47},{&quot;2026-07-16&quot;:5.62},{&quot;2026-07-17&quot;:5.62},{&quot;2026-07-18&quot;:6.03},{&quot;2026-07-19&quot;:5.74},{&quot;2026-07-20&quot;:5.97},{&quot;2026-07-21&quot;:6.04},{&quot;2026-07-22&quot;:6.27},{&quot;2026-07-23&quot;:6.24},{&quot;2026-07-24&quot;:6.0},{&quot;2026-07-25&quot;:6.14},{&quot;2026-07-26&quot;:6.07},{&quot;2026-07-27&quot;:6.26},{&quot;2026-07-28&quot;:6.3},{&quot;2026-07-29&quot;:6.52},{&quot;2026-07-30&quot;:6.72},{&quot;2026-07-31&quot;:6.53},{&quot;2026-08-01&quot;:6.63},{&quot;2026-08-02&quot;:6.17},{&quot;2026-08-03&quot;:6.31},{&quot;2026-08-04&quot;:6.35},{&quot;2026-08-05&quot;:6.05},{&quot;2026-08-07&quot;:5.12},{&quot;2026-08-08&quot;:6.25},{&quot;2026-08-09&quot;:6.4},{&quot;2026-08-10&quot;:6.18},{&quot;2026-08-11&quot;:6.26},{&quot;2026-08-12&quot;:6.37},{&quot;2026-08-13&quot;:6.4},{&quot;2026-08-14&quot;:6.57},{&quot;2026-08-15&quot;:6.43},{&quot;2026-08-16&quot;:6.02},{&quot;2026-08-17&quot;:6.72},{&quot;2026-08-18&quot;:6.79},{&quot;2026-08-19&quot;:7.18},{&quot;2026-08-20&quot;:6.7},{&quot;2026-08-21&quot;:6.62},{&quot;2026-08-22&quot;:6.75},{&quot;2026-08-23&quot;:6.81},{&quot;2026-08-24&quot;:6.87},{&quot;2026-08-25&quot;:6.87},{&quot;2026-08-26&quot;:6.81},{&quot;2026-08-27&quot;:6.82},{&quot;2026-08-28&quot;:6.86},{&quot;2026-08-29&quot;:6.86},{&quot;2026-08-30&quot;:6.93},{&quot;2026-08-31&quot;:7.03},{&quot;2026-09-01&quot;:7.14},{&quot;2026-09-02&quot;:7.16},{&quot;2026-09-03&quot;:7.24},{&quot;2026-09-04&quot;:7.15},{&quot;2026-09-05&quot;:7.39},{&quot;2026-09-06&quot;:7.28},{&quot;2026-09-07&quot;:7.3},{&quot;2026-09-08&quot;:7.05},{&quot;2026-09-09&quot;:7.0},{&quot;2026-09-10&quot;:7.16},{&quot;2026-09-11&quot;:7.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

        <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">
            Vodalian Hexcatcher
        </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 — Merfolk Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vodalian Hexcatcher" src="https://cards.scryfall.io/large/front/4/e/4ec464dc-b1dd-4e45-b093-c3ad65a74050.jpg?1783921340" />
    </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">
                $7.10
              </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">
                $6.15
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.93},{&quot;2026-06-11&quot;:5.08},{&quot;2026-06-12&quot;:5.08},{&quot;2026-06-13&quot;:5.08},{&quot;2026-06-14&quot;:5.08},{&quot;2026-06-15&quot;:5.08},{&quot;2026-06-16&quot;:5.08},{&quot;2026-06-17&quot;:5.08},{&quot;2026-06-18&quot;:5.08},{&quot;2026-06-19&quot;:5.08},{&quot;2026-06-20&quot;:5.09},{&quot;2026-06-21&quot;:5.09},{&quot;2026-06-22&quot;:5.09},{&quot;2026-06-23&quot;:5.09},{&quot;2026-06-24&quot;:5.09},{&quot;2026-06-25&quot;:5.09},{&quot;2026-06-26&quot;:5.05},{&quot;2026-06-27&quot;:5.06},{&quot;2026-06-28&quot;:5.06},{&quot;2026-06-29&quot;:5.19},{&quot;2026-06-30&quot;:5.37},{&quot;2026-07-01&quot;:5.37},{&quot;2026-07-02&quot;:5.35},{&quot;2026-07-03&quot;:5.62},{&quot;2026-07-04&quot;:6.03},{&quot;2026-07-05&quot;:6.03},{&quot;2026-07-06&quot;:6.06},{&quot;2026-07-07&quot;:6.01},{&quot;2026-07-08&quot;:6.17},{&quot;2026-07-09&quot;:6.17},{&quot;2026-07-10&quot;:6.04},{&quot;2026-07-11&quot;:5.87},{&quot;2026-07-12&quot;:5.87},{&quot;2026-07-13&quot;:5.95},{&quot;2026-07-14&quot;:5.97},{&quot;2026-07-15&quot;:5.99},{&quot;2026-07-16&quot;:5.89},{&quot;2026-07-17&quot;:5.89},{&quot;2026-07-18&quot;:5.94},{&quot;2026-07-19&quot;:6.12},{&quot;2026-07-20&quot;:5.96},{&quot;2026-07-21&quot;:5.96},{&quot;2026-07-23&quot;:6.05},{&quot;2026-07-25&quot;:5.91},{&quot;2026-07-26&quot;:5.91},{&quot;2026-07-27&quot;:6.14},{&quot;2026-07-29&quot;:6.66},{&quot;2026-07-30&quot;:6.66},{&quot;2026-07-31&quot;:6.7},{&quot;2026-08-01&quot;:6.88},{&quot;2026-08-02&quot;:6.74},{&quot;2026-08-03&quot;:6.74},{&quot;2026-08-04&quot;:6.64},{&quot;2026-08-05&quot;:6.7},{&quot;2026-08-07&quot;:6.7},{&quot;2026-08-08&quot;:6.7},{&quot;2026-08-09&quot;:6.6},{&quot;2026-08-10&quot;:6.6},{&quot;2026-08-11&quot;:6.38},{&quot;2026-08-12&quot;:6.16},{&quot;2026-08-13&quot;:6.22},{&quot;2026-08-14&quot;:6.32},{&quot;2026-08-15&quot;:6.41},{&quot;2026-08-16&quot;:6.41},{&quot;2026-08-17&quot;:6.41},{&quot;2026-08-18&quot;:6.39},{&quot;2026-08-19&quot;:6.42},{&quot;2026-08-20&quot;:6.42},{&quot;2026-08-21&quot;:6.42},{&quot;2026-08-22&quot;:6.35},{&quot;2026-08-23&quot;:6.36},{&quot;2026-08-24&quot;:6.43},{&quot;2026-08-25&quot;:6.43},{&quot;2026-08-26&quot;:6.04},{&quot;2026-08-27&quot;:6.04},{&quot;2026-08-28&quot;:6.08},{&quot;2026-08-29&quot;:6.08},{&quot;2026-08-30&quot;:6.12},{&quot;2026-08-31&quot;:6.11},{&quot;2026-09-01&quot;:6.11},{&quot;2026-09-02&quot;:6.18},{&quot;2026-09-03&quot;:6.18},{&quot;2026-09-04&quot;:6.13},{&quot;2026-09-05&quot;:6.13},{&quot;2026-09-06&quot;:6.22},{&quot;2026-09-07&quot;:6.22},{&quot;2026-09-08&quot;:6.22},{&quot;2026-09-09&quot;:6.17},{&quot;2026-09-10&quot;:6.02},{&quot;2026-09-11&quot;:6.15}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.62},{&quot;2026-06-11&quot;:4.58},{&quot;2026-06-12&quot;:4.61},{&quot;2026-06-13&quot;:4.58},{&quot;2026-06-14&quot;:4.51},{&quot;2026-06-15&quot;:4.51},{&quot;2026-06-16&quot;:4.59},{&quot;2026-06-17&quot;:4.54},{&quot;2026-06-18&quot;:4.42},{&quot;2026-06-19&quot;:4.31},{&quot;2026-06-20&quot;:4.2},{&quot;2026-06-21&quot;:4.18},{&quot;2026-06-22&quot;:4.21},{&quot;2026-06-23&quot;:4.1},{&quot;2026-06-24&quot;:4.11},{&quot;2026-06-25&quot;:4.37},{&quot;2026-06-26&quot;:4.85},{&quot;2026-06-27&quot;:4.87},{&quot;2026-06-28&quot;:4.73},{&quot;2026-06-29&quot;:4.47},{&quot;2026-06-30&quot;:4.37},{&quot;2026-07-01&quot;:4.55},{&quot;2026-07-02&quot;:4.53},{&quot;2026-07-03&quot;:4.8},{&quot;2026-07-04&quot;:5.18},{&quot;2026-07-05&quot;:5.61},{&quot;2026-07-06&quot;:5.69},{&quot;2026-07-07&quot;:5.71},{&quot;2026-07-08&quot;:5.83},{&quot;2026-07-09&quot;:5.66},{&quot;2026-07-10&quot;:5.81},{&quot;2026-07-11&quot;:5.32},{&quot;2026-07-12&quot;:5.38},{&quot;2026-07-13&quot;:5.62},{&quot;2026-07-14&quot;:5.55},{&quot;2026-07-15&quot;:5.57},{&quot;2026-07-16&quot;:5.56},{&quot;2026-07-17&quot;:5.19},{&quot;2026-07-18&quot;:5.39},{&quot;2026-07-19&quot;:6.15},{&quot;2026-07-20&quot;:6.0},{&quot;2026-07-21&quot;:5.9},{&quot;2026-07-23&quot;:5.63},{&quot;2026-07-25&quot;:5.74},{&quot;2026-07-26&quot;:5.94},{&quot;2026-07-27&quot;:5.9},{&quot;2026-07-29&quot;:6.31},{&quot;2026-07-30&quot;:6.22},{&quot;2026-07-31&quot;:6.01},{&quot;2026-08-01&quot;:5.99},{&quot;2026-08-02&quot;:5.84},{&quot;2026-08-03&quot;:5.97},{&quot;2026-08-04&quot;:5.93},{&quot;2026-08-05&quot;:5.91},{&quot;2026-08-07&quot;:6.29},{&quot;2026-08-08&quot;:6.21},{&quot;2026-08-09&quot;:6.21},{&quot;2026-08-10&quot;:6.42},{&quot;2026-08-11&quot;:6.55},{&quot;2026-08-12&quot;:6.52},{&quot;2026-08-13&quot;:6.59},{&quot;2026-08-14&quot;:6.7},{&quot;2026-08-15&quot;:6.71},{&quot;2026-08-16&quot;:6.72},{&quot;2026-08-17&quot;:6.73},{&quot;2026-08-18&quot;:6.9},{&quot;2026-08-19&quot;:6.95},{&quot;2026-08-20&quot;:6.95},{&quot;2026-08-21&quot;:6.68},{&quot;2026-08-22&quot;:6.64},{&quot;2026-08-23&quot;:6.76},{&quot;2026-08-24&quot;:6.7},{&quot;2026-08-25&quot;:6.7},{&quot;2026-08-26&quot;:6.8},{&quot;2026-08-27&quot;:6.57},{&quot;2026-08-28&quot;:6.6},{&quot;2026-08-29&quot;:6.6},{&quot;2026-08-30&quot;:6.55},{&quot;2026-08-31&quot;:6.65},{&quot;2026-09-01&quot;:6.65},{&quot;2026-09-02&quot;:6.57},{&quot;2026-09-03&quot;:6.07},{&quot;2026-09-04&quot;:6.49},{&quot;2026-09-05&quot;:6.55},{&quot;2026-09-06&quot;:6.55},{&quot;2026-09-07&quot;:6.67},{&quot;2026-09-08&quot;:6.51},{&quot;2026-09-09&quot;:6.62},{&quot;2026-09-10&quot;:6.68},{&quot;2026-09-11&quot;:7.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109069"
  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">
            Ohran Frostfang
        </span>


      </div>

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

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

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

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

        <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">
            Ohran Frostfang
        </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 — Snake</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ohran Frostfang" src="https://cards.scryfall.io/large/front/5/5/55fb93e6-d057-4b70-ad12-e98291fd4a2c.jpg?1782683173" />
    </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">
                $7.10
              </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">
                $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">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.26},{&quot;2026-06-14&quot;:4.13},{&quot;2026-06-15&quot;:4.11},{&quot;2026-06-16&quot;:4.26},{&quot;2026-06-17&quot;:4.5},{&quot;2026-06-18&quot;:4.41},{&quot;2026-06-19&quot;:4.34},{&quot;2026-06-20&quot;:4.38},{&quot;2026-06-21&quot;:4.45},{&quot;2026-06-22&quot;:4.45},{&quot;2026-06-23&quot;:4.62},{&quot;2026-06-24&quot;:4.62},{&quot;2026-06-25&quot;:4.62},{&quot;2026-06-26&quot;:4.47},{&quot;2026-06-27&quot;:4.42},{&quot;2026-06-28&quot;:4.62},{&quot;2026-06-29&quot;:4.83},{&quot;2026-06-30&quot;:4.8},{&quot;2026-07-01&quot;:4.77},{&quot;2026-07-02&quot;:4.77},{&quot;2026-07-03&quot;:5.03},{&quot;2026-07-04&quot;:5.07},{&quot;2026-07-05&quot;:5.06},{&quot;2026-07-06&quot;:5.01},{&quot;2026-07-07&quot;:5.04},{&quot;2026-07-08&quot;:5.22},{&quot;2026-07-09&quot;:5.13},{&quot;2026-07-10&quot;:5.14},{&quot;2026-07-11&quot;:5.04},{&quot;2026-07-12&quot;:4.93},{&quot;2026-07-13&quot;:4.68},{&quot;2026-07-14&quot;:4.75},{&quot;2026-07-15&quot;:4.9},{&quot;2026-07-16&quot;:4.71},{&quot;2026-07-17&quot;:4.57},{&quot;2026-07-18&quot;:4.97},{&quot;2026-07-19&quot;:5.04},{&quot;2026-07-20&quot;:5.15},{&quot;2026-07-21&quot;:5.14},{&quot;2026-07-22&quot;:5.16},{&quot;2026-07-23&quot;:5.38},{&quot;2026-07-24&quot;:5.6},{&quot;2026-07-25&quot;:5.86},{&quot;2026-07-26&quot;:5.93},{&quot;2026-07-27&quot;:5.7},{&quot;2026-07-28&quot;:5.67},{&quot;2026-07-29&quot;:5.75},{&quot;2026-07-30&quot;:6.02},{&quot;2026-07-31&quot;:6.16},{&quot;2026-08-01&quot;:6.41},{&quot;2026-08-02&quot;:6.28},{&quot;2026-08-03&quot;:6.12},{&quot;2026-08-04&quot;:6.78},{&quot;2026-08-05&quot;:6.76},{&quot;2026-08-07&quot;:7.0},{&quot;2026-08-08&quot;:6.84},{&quot;2026-08-09&quot;:6.65},{&quot;2026-08-10&quot;:6.42},{&quot;2026-08-11&quot;:6.31},{&quot;2026-08-12&quot;:6.33},{&quot;2026-08-13&quot;:6.39},{&quot;2026-08-14&quot;:6.83},{&quot;2026-08-15&quot;:6.89},{&quot;2026-08-16&quot;:7.4},{&quot;2026-08-17&quot;:7.35},{&quot;2026-08-18&quot;:7.69},{&quot;2026-08-19&quot;:7.56},{&quot;2026-08-20&quot;:7.6},{&quot;2026-08-21&quot;:7.38},{&quot;2026-08-22&quot;:7.22},{&quot;2026-08-23&quot;:7.24},{&quot;2026-08-24&quot;:7.31},{&quot;2026-08-25&quot;:7.43},{&quot;2026-08-26&quot;:7.39},{&quot;2026-08-27&quot;:7.27},{&quot;2026-08-28&quot;:7.68},{&quot;2026-08-29&quot;:7.68},{&quot;2026-08-30&quot;:8.25},{&quot;2026-08-31&quot;:8.18},{&quot;2026-09-01&quot;:8.08},{&quot;2026-09-02&quot;:7.94},{&quot;2026-09-03&quot;:7.76},{&quot;2026-09-04&quot;:7.76},{&quot;2026-09-05&quot;:7.57},{&quot;2026-09-06&quot;:7.47},{&quot;2026-09-07&quot;:7.43},{&quot;2026-09-08&quot;:7.19},{&quot;2026-09-09&quot;:6.86},{&quot;2026-09-10&quot;:6.89},{&quot;2026-09-11&quot;:7.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="42473"
  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">
            The Reality Chip
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Artifact Creature — Equipment Jellyfish
      </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">
            $7.06
          </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 Reality Chip" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/9797bb82-24f6-4dd5-8f5d-b3ea45bb65b8.jpg?1783923747" />

        <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 Reality Chip
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Reality Chip" src="https://cards.scryfall.io/large/front/9/7/9797bb82-24f6-4dd5-8f5d-b3ea45bb65b8.jpg?1783923747" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:6.49},{&quot;2026-06-12&quot;:6.49},{&quot;2026-06-13&quot;:6.49},{&quot;2026-06-14&quot;:6.49},{&quot;2026-06-15&quot;:6.49},{&quot;2026-06-16&quot;:6.57},{&quot;2026-06-17&quot;:6.57},{&quot;2026-06-18&quot;:6.57},{&quot;2026-06-19&quot;:6.57},{&quot;2026-06-20&quot;:6.57},{&quot;2026-06-21&quot;:6.57},{&quot;2026-06-22&quot;:6.57},{&quot;2026-06-23&quot;:6.57},{&quot;2026-06-24&quot;:6.57},{&quot;2026-06-25&quot;:6.57},{&quot;2026-06-26&quot;:6.65},{&quot;2026-06-27&quot;:6.73},{&quot;2026-06-28&quot;:6.7},{&quot;2026-06-29&quot;:6.7},{&quot;2026-06-30&quot;:6.7},{&quot;2026-07-01&quot;:6.7},{&quot;2026-07-02&quot;:6.7},{&quot;2026-07-03&quot;:6.7},{&quot;2026-07-04&quot;:6.7},{&quot;2026-07-05&quot;:6.7},{&quot;2026-07-06&quot;:6.7},{&quot;2026-07-07&quot;:6.7},{&quot;2026-07-08&quot;:6.7},{&quot;2026-07-09&quot;:6.7},{&quot;2026-07-10&quot;:6.7},{&quot;2026-07-11&quot;:6.7},{&quot;2026-07-12&quot;:6.7},{&quot;2026-07-13&quot;:6.7},{&quot;2026-07-14&quot;:6.7},{&quot;2026-07-15&quot;:6.7},{&quot;2026-07-16&quot;:6.7},{&quot;2026-07-17&quot;:6.7},{&quot;2026-07-18&quot;:6.7},{&quot;2026-07-19&quot;:6.7},{&quot;2026-07-20&quot;:6.7},{&quot;2026-07-21&quot;:6.7},{&quot;2026-07-23&quot;:6.7},{&quot;2026-07-25&quot;:6.7},{&quot;2026-07-26&quot;:6.7},{&quot;2026-07-27&quot;:6.7},{&quot;2026-07-28&quot;:6.7},{&quot;2026-07-29&quot;:6.95},{&quot;2026-07-30&quot;:6.95},{&quot;2026-07-31&quot;:6.95},{&quot;2026-08-01&quot;:6.95},{&quot;2026-08-02&quot;:6.96},{&quot;2026-08-03&quot;:6.96},{&quot;2026-08-04&quot;:6.96},{&quot;2026-08-05&quot;:6.96},{&quot;2026-08-07&quot;:7.11},{&quot;2026-08-08&quot;:7.11},{&quot;2026-08-09&quot;:7.11},{&quot;2026-08-10&quot;:7.11},{&quot;2026-08-11&quot;:7.07},{&quot;2026-08-12&quot;:7.07},{&quot;2026-08-13&quot;:7.07},{&quot;2026-08-14&quot;:7.07},{&quot;2026-08-15&quot;:7.08},{&quot;2026-08-16&quot;:7.08},{&quot;2026-08-17&quot;:7.06},{&quot;2026-08-18&quot;:7.06},{&quot;2026-08-19&quot;:7.06},{&quot;2026-08-20&quot;:7.06},{&quot;2026-08-21&quot;:7.06},{&quot;2026-08-22&quot;:7.06},{&quot;2026-08-23&quot;:7.06},{&quot;2026-08-24&quot;:7.06},{&quot;2026-08-25&quot;:7.06},{&quot;2026-08-26&quot;:7.06},{&quot;2026-08-27&quot;:7.06},{&quot;2026-08-28&quot;:7.05},{&quot;2026-08-29&quot;:7.05},{&quot;2026-08-30&quot;:7.05},{&quot;2026-08-31&quot;:7.05},{&quot;2026-09-01&quot;:7.05},{&quot;2026-09-02&quot;:7.05},{&quot;2026-09-03&quot;:7.07},{&quot;2026-09-04&quot;:7.07},{&quot;2026-09-05&quot;:7.07},{&quot;2026-09-06&quot;:7.07},{&quot;2026-09-07&quot;:7.07},{&quot;2026-09-08&quot;:7.06},{&quot;2026-09-09&quot;:7.06},{&quot;2026-09-10&quot;:7.06},{&quot;2026-09-11&quot;:7.06}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.2},{&quot;2026-06-12&quot;:5.13},{&quot;2026-06-13&quot;:5.13},{&quot;2026-06-14&quot;:5.05},{&quot;2026-06-15&quot;:5.05},{&quot;2026-06-16&quot;:5.05},{&quot;2026-06-17&quot;:4.94},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.94},{&quot;2026-06-20&quot;:4.94},{&quot;2026-06-21&quot;:4.94},{&quot;2026-06-22&quot;:5.01},{&quot;2026-06-23&quot;:5.01},{&quot;2026-06-24&quot;:5.01},{&quot;2026-06-25&quot;:4.93},{&quot;2026-06-26&quot;:5.09},{&quot;2026-06-27&quot;:5.1},{&quot;2026-06-28&quot;:5.1},{&quot;2026-06-29&quot;:5.07},{&quot;2026-06-30&quot;:5.06},{&quot;2026-07-01&quot;:5.06},{&quot;2026-07-02&quot;:5.06},{&quot;2026-07-03&quot;:5.27},{&quot;2026-07-04&quot;:5.27},{&quot;2026-07-05&quot;:5.27},{&quot;2026-07-06&quot;:5.27},{&quot;2026-07-07&quot;:5.27},{&quot;2026-07-08&quot;:5.48},{&quot;2026-07-09&quot;:5.67},{&quot;2026-07-10&quot;:5.67},{&quot;2026-07-11&quot;:5.67},{&quot;2026-07-12&quot;:5.76},{&quot;2026-07-13&quot;:5.76},{&quot;2026-07-14&quot;:5.63},{&quot;2026-07-15&quot;:5.63},{&quot;2026-07-16&quot;:5.47},{&quot;2026-07-17&quot;:5.54},{&quot;2026-07-18&quot;:5.54},{&quot;2026-07-19&quot;:5.54},{&quot;2026-07-20&quot;:5.54},{&quot;2026-07-21&quot;:5.46},{&quot;2026-07-23&quot;:5.55},{&quot;2026-07-25&quot;:5.73},{&quot;2026-07-26&quot;:5.73},{&quot;2026-07-27&quot;:5.69},{&quot;2026-07-28&quot;:5.69},{&quot;2026-07-29&quot;:5.67},{&quot;2026-07-30&quot;:5.67},{&quot;2026-07-31&quot;:5.68},{&quot;2026-08-01&quot;:5.66},{&quot;2026-08-02&quot;:5.77},{&quot;2026-08-03&quot;:5.93},{&quot;2026-08-04&quot;:5.85},{&quot;2026-08-05&quot;:5.73},{&quot;2026-08-07&quot;:5.62},{&quot;2026-08-08&quot;:5.62},{&quot;2026-08-09&quot;:5.62},{&quot;2026-08-10&quot;:5.62},{&quot;2026-08-11&quot;:5.55},{&quot;2026-08-12&quot;:5.64},{&quot;2026-08-13&quot;:5.7},{&quot;2026-08-14&quot;:5.8},{&quot;2026-08-15&quot;:5.76},{&quot;2026-08-16&quot;:5.76},{&quot;2026-08-17&quot;:5.76},{&quot;2026-08-18&quot;:5.79},{&quot;2026-08-19&quot;:5.7},{&quot;2026-08-20&quot;:5.7},{&quot;2026-08-21&quot;:5.7},{&quot;2026-08-22&quot;:5.84},{&quot;2026-08-23&quot;:5.8},{&quot;2026-08-24&quot;:5.68},{&quot;2026-08-25&quot;:5.68},{&quot;2026-08-26&quot;:5.68},{&quot;2026-08-27&quot;:5.69},{&quot;2026-08-28&quot;:5.65},{&quot;2026-08-29&quot;:5.65},{&quot;2026-08-30&quot;:5.65},{&quot;2026-08-31&quot;:5.65},{&quot;2026-09-01&quot;:5.65},{&quot;2026-09-02&quot;:5.6},{&quot;2026-09-03&quot;:5.56},{&quot;2026-09-04&quot;:5.58},{&quot;2026-09-05&quot;:5.58},{&quot;2026-09-06&quot;:5.58},{&quot;2026-09-07&quot;:5.58},{&quot;2026-09-08&quot;:5.58},{&quot;2026-09-09&quot;:5.58},{&quot;2026-09-10&quot;:5.58},{&quot;2026-09-11&quot;:5.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="108209"
  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-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">
            Talisman of Conviction
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Talisman of Conviction
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</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="Talisman of Conviction" src="https://cards.scryfall.io/large/front/9/d/9dcd1b5d-e936-4b36-9d63-6efe14fa291d.jpg?1783903711" />
    </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">
                $7.05
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$4.25</span>
              <span class="text-xs text-grey-text">Credit: $5.53</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;:7.18},{&quot;2026-06-13&quot;:7.13},{&quot;2026-06-14&quot;:7.15},{&quot;2026-06-15&quot;:7.06},{&quot;2026-06-16&quot;:7.21},{&quot;2026-06-17&quot;:7.26},{&quot;2026-06-18&quot;:7.27},{&quot;2026-06-19&quot;:7.03},{&quot;2026-06-20&quot;:7.02},{&quot;2026-06-21&quot;:7.04},{&quot;2026-06-22&quot;:6.94},{&quot;2026-06-23&quot;:6.68},{&quot;2026-06-24&quot;:6.57},{&quot;2026-06-25&quot;:6.69},{&quot;2026-06-26&quot;:6.89},{&quot;2026-06-27&quot;:6.81},{&quot;2026-06-28&quot;:6.68},{&quot;2026-06-29&quot;:6.48},{&quot;2026-06-30&quot;:6.52},{&quot;2026-07-01&quot;:6.51},{&quot;2026-07-02&quot;:6.42},{&quot;2026-07-03&quot;:6.09},{&quot;2026-07-04&quot;:6.2},{&quot;2026-07-05&quot;:6.11},{&quot;2026-07-06&quot;:5.92},{&quot;2026-07-07&quot;:5.55},{&quot;2026-07-08&quot;:5.54},{&quot;2026-07-09&quot;:5.41},{&quot;2026-07-10&quot;:5.44},{&quot;2026-07-11&quot;:5.3},{&quot;2026-07-12&quot;:5.25},{&quot;2026-07-13&quot;:5.2},{&quot;2026-07-14&quot;:5.27},{&quot;2026-07-15&quot;:5.27},{&quot;2026-07-16&quot;:5.24},{&quot;2026-07-17&quot;:5.24},{&quot;2026-07-18&quot;:5.16},{&quot;2026-07-19&quot;:5.18},{&quot;2026-07-20&quot;:4.79},{&quot;2026-07-21&quot;:4.78},{&quot;2026-07-23&quot;:4.69},{&quot;2026-07-24&quot;:4.6},{&quot;2026-07-25&quot;:4.79},{&quot;2026-07-26&quot;:4.79},{&quot;2026-07-27&quot;:4.91},{&quot;2026-07-28&quot;:4.88},{&quot;2026-07-29&quot;:4.97},{&quot;2026-07-30&quot;:4.98},{&quot;2026-07-31&quot;:4.76},{&quot;2026-08-01&quot;:4.73},{&quot;2026-08-02&quot;:4.81},{&quot;2026-08-03&quot;:4.78},{&quot;2026-08-04&quot;:4.82},{&quot;2026-08-05&quot;:4.9},{&quot;2026-08-07&quot;:4.89},{&quot;2026-08-08&quot;:4.84},{&quot;2026-08-09&quot;:4.66},{&quot;2026-08-10&quot;:4.66},{&quot;2026-08-11&quot;:4.57},{&quot;2026-08-12&quot;:4.63},{&quot;2026-08-13&quot;:4.47},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.58},{&quot;2026-08-16&quot;:4.71},{&quot;2026-08-17&quot;:4.76},{&quot;2026-08-18&quot;:4.89},{&quot;2026-08-19&quot;:4.92},{&quot;2026-08-20&quot;:4.92},{&quot;2026-08-21&quot;:4.92},{&quot;2026-08-22&quot;:4.97},{&quot;2026-08-23&quot;:4.98},{&quot;2026-08-24&quot;:5.22},{&quot;2026-08-25&quot;:5.27},{&quot;2026-08-26&quot;:5.3},{&quot;2026-08-27&quot;:5.32},{&quot;2026-08-28&quot;:5.34},{&quot;2026-08-29&quot;:5.34},{&quot;2026-08-30&quot;:5.23},{&quot;2026-08-31&quot;:5.33},{&quot;2026-09-01&quot;:5.32},{&quot;2026-09-02&quot;:5.31},{&quot;2026-09-03&quot;:5.36},{&quot;2026-09-04&quot;:5.48},{&quot;2026-09-05&quot;:5.91},{&quot;2026-09-06&quot;:6.13},{&quot;2026-09-07&quot;:6.28},{&quot;2026-09-08&quot;:6.79},{&quot;2026-09-09&quot;:6.86},{&quot;2026-09-10&quot;:7.0},{&quot;2026-09-11&quot;:7.05}],&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="87539"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Nature&#39;s Will" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/e/ce7785c2-0b3f-4952-8b2d-71fe73cf64e0.jpg?1783914919" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nature&#39;s Will" src="https://cards.scryfall.io/large/front/c/e/ce7785c2-0b3f-4952-8b2d-71fe73cf64e0.jpg?1783914919" />
    </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">
                $7.04
              </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">
                $8.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">$4.40</span>
              <span class="text-xs text-grey-text">Credit: $5.72</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.88},{&quot;2026-06-14&quot;:7.88},{&quot;2026-06-15&quot;:7.88},{&quot;2026-06-16&quot;:7.85},{&quot;2026-06-17&quot;:7.79},{&quot;2026-06-18&quot;:7.74},{&quot;2026-06-19&quot;:7.71},{&quot;2026-06-20&quot;:7.71},{&quot;2026-06-21&quot;:7.71},{&quot;2026-06-22&quot;:7.71},{&quot;2026-06-23&quot;:7.76},{&quot;2026-06-24&quot;:7.81},{&quot;2026-06-25&quot;:7.81},{&quot;2026-06-26&quot;:7.81},{&quot;2026-06-27&quot;:7.81},{&quot;2026-06-28&quot;:7.81},{&quot;2026-06-29&quot;:7.88},{&quot;2026-06-30&quot;:7.88},{&quot;2026-07-01&quot;:7.88},{&quot;2026-07-02&quot;:7.88},{&quot;2026-07-03&quot;:7.88},{&quot;2026-07-04&quot;:7.88},{&quot;2026-07-05&quot;:7.88},{&quot;2026-07-06&quot;:7.88},{&quot;2026-07-07&quot;:7.98},{&quot;2026-07-08&quot;:8.0},{&quot;2026-07-09&quot;:7.98},{&quot;2026-07-10&quot;:7.98},{&quot;2026-07-11&quot;:7.81},{&quot;2026-07-12&quot;:7.81},{&quot;2026-07-13&quot;:7.81},{&quot;2026-07-14&quot;:7.81},{&quot;2026-07-15&quot;:7.83},{&quot;2026-07-16&quot;:7.83},{&quot;2026-07-17&quot;:7.81},{&quot;2026-07-18&quot;:7.75},{&quot;2026-07-19&quot;:7.76},{&quot;2026-07-20&quot;:7.81},{&quot;2026-07-21&quot;:7.71},{&quot;2026-07-22&quot;:7.71},{&quot;2026-07-23&quot;:7.71},{&quot;2026-07-24&quot;:7.78},{&quot;2026-07-25&quot;:7.78},{&quot;2026-07-26&quot;:7.78},{&quot;2026-07-27&quot;:7.78},{&quot;2026-07-28&quot;:7.78},{&quot;2026-07-29&quot;:7.77},{&quot;2026-07-30&quot;:7.77},{&quot;2026-07-31&quot;:7.79},{&quot;2026-08-01&quot;:7.79},{&quot;2026-08-02&quot;:7.79},{&quot;2026-08-03&quot;:7.79},{&quot;2026-08-04&quot;:7.87},{&quot;2026-08-05&quot;:8.0},{&quot;2026-08-07&quot;:8.0},{&quot;2026-08-08&quot;:8.0},{&quot;2026-08-09&quot;:7.97},{&quot;2026-08-10&quot;:7.97},{&quot;2026-08-11&quot;:7.97},{&quot;2026-08-12&quot;:7.97},{&quot;2026-08-13&quot;:7.97},{&quot;2026-08-14&quot;:7.89},{&quot;2026-08-15&quot;:7.89},{&quot;2026-08-16&quot;:7.94},{&quot;2026-08-17&quot;:7.94},{&quot;2026-08-18&quot;:7.89},{&quot;2026-08-19&quot;:7.89},{&quot;2026-08-20&quot;:7.89},{&quot;2026-08-21&quot;:7.89},{&quot;2026-08-22&quot;:7.89},{&quot;2026-08-23&quot;:7.89},{&quot;2026-08-24&quot;:7.89},{&quot;2026-08-25&quot;:7.84},{&quot;2026-08-26&quot;:7.89},{&quot;2026-08-27&quot;:7.89},{&quot;2026-08-28&quot;:7.89},{&quot;2026-08-29&quot;:7.89},{&quot;2026-08-30&quot;:7.83},{&quot;2026-08-31&quot;:7.88},{&quot;2026-09-01&quot;:7.88},{&quot;2026-09-02&quot;:7.88},{&quot;2026-09-03&quot;:7.86},{&quot;2026-09-04&quot;:7.86},{&quot;2026-09-05&quot;:7.86},{&quot;2026-09-06&quot;:7.86},{&quot;2026-09-07&quot;:7.92},{&quot;2026-09-08&quot;:7.94},{&quot;2026-09-09&quot;:7.94},{&quot;2026-09-10&quot;:8.09},{&quot;2026-09-11&quot;:8.18}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.97},{&quot;2026-06-14&quot;:7.13},{&quot;2026-06-15&quot;:7.13},{&quot;2026-06-16&quot;:6.84},{&quot;2026-06-17&quot;:6.99},{&quot;2026-06-18&quot;:6.99},{&quot;2026-06-19&quot;:6.87},{&quot;2026-06-20&quot;:6.85},{&quot;2026-06-21&quot;:6.77},{&quot;2026-06-22&quot;:6.7},{&quot;2026-06-23&quot;:6.65},{&quot;2026-06-24&quot;:6.51},{&quot;2026-06-25&quot;:6.34},{&quot;2026-06-26&quot;:6.18},{&quot;2026-06-27&quot;:6.18},{&quot;2026-06-28&quot;:6.34},{&quot;2026-06-29&quot;:6.56},{&quot;2026-06-30&quot;:6.55},{&quot;2026-07-01&quot;:6.57},{&quot;2026-07-02&quot;:6.57},{&quot;2026-07-03&quot;:6.29},{&quot;2026-07-04&quot;:6.27},{&quot;2026-07-05&quot;:6.37},{&quot;2026-07-06&quot;:6.1},{&quot;2026-07-07&quot;:6.03},{&quot;2026-07-08&quot;:6.27},{&quot;2026-07-09&quot;:6.66},{&quot;2026-07-10&quot;:6.8},{&quot;2026-07-11&quot;:7.04},{&quot;2026-07-12&quot;:7.26},{&quot;2026-07-13&quot;:7.31},{&quot;2026-07-14&quot;:7.32},{&quot;2026-07-15&quot;:6.7},{&quot;2026-07-16&quot;:6.63},{&quot;2026-07-17&quot;:6.84},{&quot;2026-07-18&quot;:6.71},{&quot;2026-07-19&quot;:6.93},{&quot;2026-07-20&quot;:6.82},{&quot;2026-07-21&quot;:6.93},{&quot;2026-07-22&quot;:6.63},{&quot;2026-07-23&quot;:6.49},{&quot;2026-07-24&quot;:6.35},{&quot;2026-07-25&quot;:6.27},{&quot;2026-07-26&quot;:6.45},{&quot;2026-07-27&quot;:6.33},{&quot;2026-07-28&quot;:6.42},{&quot;2026-07-29&quot;:6.31},{&quot;2026-07-30&quot;:6.32},{&quot;2026-07-31&quot;:6.47},{&quot;2026-08-01&quot;:6.62},{&quot;2026-08-02&quot;:6.77},{&quot;2026-08-03&quot;:6.63},{&quot;2026-08-04&quot;:6.69},{&quot;2026-08-05&quot;:6.87},{&quot;2026-08-07&quot;:6.57},{&quot;2026-08-08&quot;:6.62},{&quot;2026-08-09&quot;:6.32},{&quot;2026-08-10&quot;:6.52},{&quot;2026-08-11&quot;:6.73},{&quot;2026-08-12&quot;:6.56},{&quot;2026-08-13&quot;:6.75},{&quot;2026-08-14&quot;:6.84},{&quot;2026-08-15&quot;:6.86},{&quot;2026-08-16&quot;:6.98},{&quot;2026-08-17&quot;:7.19},{&quot;2026-08-18&quot;:7.17},{&quot;2026-08-19&quot;:7.5},{&quot;2026-08-20&quot;:7.98},{&quot;2026-08-21&quot;:7.98},{&quot;2026-08-22&quot;:8.11},{&quot;2026-08-23&quot;:8.31},{&quot;2026-08-24&quot;:8.59},{&quot;2026-08-25&quot;:8.58},{&quot;2026-08-26&quot;:8.55},{&quot;2026-08-27&quot;:8.49},{&quot;2026-08-28&quot;:8.46},{&quot;2026-08-29&quot;:8.46},{&quot;2026-08-30&quot;:8.17},{&quot;2026-08-31&quot;:8.18},{&quot;2026-09-01&quot;:8.05},{&quot;2026-09-02&quot;:7.8},{&quot;2026-09-03&quot;:8.04},{&quot;2026-09-04&quot;:7.95},{&quot;2026-09-05&quot;:7.78},{&quot;2026-09-06&quot;:7.57},{&quot;2026-09-07&quot;:7.65},{&quot;2026-09-08&quot;:7.35},{&quot;2026-09-09&quot;:7.24},{&quot;2026-09-10&quot;:6.97},{&quot;2026-09-11&quot;:7.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="94729"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.95
          </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="Y&#39;shtola Rhul" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/e/aef218fa-13a4-4653-95d6-6b3ef1b33a92.jpg?1783906625" />

        <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">
            Y&#39;shtola Rhul
        </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 — Cat Druid</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>
          </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="Y&#39;shtola Rhul" src="https://cards.scryfall.io/large/front/a/e/aef218fa-13a4-4653-95d6-6b3ef1b33a92.jpg?1783906625" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.41},{&quot;2026-06-14&quot;:6.65},{&quot;2026-06-15&quot;:6.65},{&quot;2026-06-16&quot;:6.59},{&quot;2026-06-17&quot;:6.53},{&quot;2026-06-18&quot;:6.48},{&quot;2026-06-19&quot;:6.48},{&quot;2026-06-20&quot;:6.4},{&quot;2026-06-21&quot;:6.4},{&quot;2026-06-22&quot;:6.54},{&quot;2026-06-23&quot;:6.54},{&quot;2026-06-24&quot;:6.57},{&quot;2026-06-25&quot;:6.96},{&quot;2026-06-26&quot;:6.81},{&quot;2026-06-27&quot;:6.57},{&quot;2026-06-28&quot;:6.5},{&quot;2026-06-29&quot;:6.63},{&quot;2026-06-30&quot;:6.95},{&quot;2026-07-01&quot;:7.07},{&quot;2026-07-02&quot;:7.07},{&quot;2026-07-03&quot;:7.09},{&quot;2026-07-04&quot;:6.87},{&quot;2026-07-05&quot;:6.91},{&quot;2026-07-06&quot;:6.89},{&quot;2026-07-07&quot;:6.9},{&quot;2026-07-08&quot;:7.0},{&quot;2026-07-09&quot;:6.83},{&quot;2026-07-10&quot;:6.48},{&quot;2026-07-11&quot;:6.48},{&quot;2026-07-12&quot;:6.69},{&quot;2026-07-13&quot;:6.58},{&quot;2026-07-14&quot;:6.58},{&quot;2026-07-15&quot;:6.72},{&quot;2026-07-16&quot;:6.72},{&quot;2026-07-17&quot;:6.72},{&quot;2026-07-18&quot;:6.55},{&quot;2026-07-19&quot;:6.63},{&quot;2026-07-20&quot;:6.64},{&quot;2026-07-21&quot;:6.66},{&quot;2026-07-22&quot;:6.65},{&quot;2026-07-23&quot;:6.68},{&quot;2026-07-24&quot;:6.69},{&quot;2026-07-25&quot;:6.69},{&quot;2026-07-26&quot;:6.73},{&quot;2026-07-27&quot;:6.83},{&quot;2026-07-28&quot;:6.83},{&quot;2026-07-29&quot;:6.99},{&quot;2026-07-30&quot;:6.99},{&quot;2026-07-31&quot;:6.93},{&quot;2026-08-01&quot;:6.98},{&quot;2026-08-02&quot;:7.09},{&quot;2026-08-03&quot;:7.11},{&quot;2026-08-04&quot;:7.11},{&quot;2026-08-05&quot;:7.13},{&quot;2026-08-07&quot;:7.04},{&quot;2026-08-08&quot;:7.25},{&quot;2026-08-09&quot;:7.25},{&quot;2026-08-10&quot;:7.25},{&quot;2026-08-11&quot;:7.25},{&quot;2026-08-12&quot;:7.2},{&quot;2026-08-13&quot;:7.2},{&quot;2026-08-14&quot;:7.25},{&quot;2026-08-15&quot;:7.28},{&quot;2026-08-16&quot;:7.2},{&quot;2026-08-17&quot;:7.22},{&quot;2026-08-18&quot;:7.22},{&quot;2026-08-19&quot;:7.17},{&quot;2026-08-20&quot;:7.17},{&quot;2026-08-21&quot;:7.11},{&quot;2026-08-22&quot;:7.17},{&quot;2026-08-23&quot;:7.2},{&quot;2026-08-24&quot;:7.2},{&quot;2026-08-25&quot;:7.17},{&quot;2026-08-26&quot;:7.23},{&quot;2026-08-27&quot;:7.3},{&quot;2026-08-28&quot;:7.34},{&quot;2026-08-29&quot;:7.34},{&quot;2026-08-30&quot;:7.24},{&quot;2026-08-31&quot;:7.24},{&quot;2026-09-01&quot;:7.25},{&quot;2026-09-02&quot;:7.25},{&quot;2026-09-03&quot;:7.24},{&quot;2026-09-04&quot;:7.28},{&quot;2026-09-05&quot;:7.2},{&quot;2026-09-06&quot;:7.15},{&quot;2026-09-07&quot;:7.15},{&quot;2026-09-08&quot;:7.15},{&quot;2026-09-09&quot;:7.07},{&quot;2026-09-10&quot;:7.06},{&quot;2026-09-11&quot;:7.03}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.95},{&quot;2026-06-14&quot;:5.24},{&quot;2026-06-15&quot;:5.02},{&quot;2026-06-16&quot;:5.13},{&quot;2026-06-17&quot;:4.89},{&quot;2026-06-18&quot;:4.93},{&quot;2026-06-19&quot;:5.13},{&quot;2026-06-20&quot;:5.14},{&quot;2026-06-21&quot;:5.14},{&quot;2026-06-22&quot;:4.91},{&quot;2026-06-23&quot;:4.91},{&quot;2026-06-24&quot;:4.85},{&quot;2026-06-25&quot;:4.98},{&quot;2026-06-26&quot;:4.94},{&quot;2026-06-27&quot;:5.03},{&quot;2026-06-28&quot;:5.11},{&quot;2026-06-29&quot;:5.26},{&quot;2026-06-30&quot;:5.28},{&quot;2026-07-01&quot;:5.16},{&quot;2026-07-02&quot;:4.56},{&quot;2026-07-03&quot;:4.24},{&quot;2026-07-04&quot;:4.23},{&quot;2026-07-05&quot;:4.3},{&quot;2026-07-06&quot;:4.4},{&quot;2026-07-07&quot;:4.65},{&quot;2026-07-08&quot;:5.02},{&quot;2026-07-09&quot;:4.73},{&quot;2026-07-10&quot;:4.39},{&quot;2026-07-11&quot;:4.4},{&quot;2026-07-12&quot;:5.06},{&quot;2026-07-13&quot;:5.18},{&quot;2026-07-14&quot;:5.08},{&quot;2026-07-15&quot;:4.71},{&quot;2026-07-16&quot;:4.71},{&quot;2026-07-17&quot;:4.74},{&quot;2026-07-18&quot;:4.98},{&quot;2026-07-19&quot;:5.35},{&quot;2026-07-20&quot;:5.4},{&quot;2026-07-21&quot;:5.17},{&quot;2026-07-22&quot;:5.03},{&quot;2026-07-23&quot;:5.08},{&quot;2026-07-24&quot;:5.0},{&quot;2026-07-25&quot;:5.19},{&quot;2026-07-26&quot;:5.23},{&quot;2026-07-27&quot;:5.45},{&quot;2026-07-28&quot;:4.87},{&quot;2026-07-29&quot;:4.96},{&quot;2026-07-30&quot;:5.29},{&quot;2026-07-31&quot;:5.38},{&quot;2026-08-01&quot;:5.38},{&quot;2026-08-02&quot;:5.48},{&quot;2026-08-03&quot;:5.65},{&quot;2026-08-04&quot;:5.59},{&quot;2026-08-05&quot;:5.51},{&quot;2026-08-07&quot;:5.34},{&quot;2026-08-08&quot;:5.25},{&quot;2026-08-09&quot;:4.96},{&quot;2026-08-10&quot;:4.85},{&quot;2026-08-11&quot;:4.71},{&quot;2026-08-12&quot;:4.66},{&quot;2026-08-13&quot;:4.75},{&quot;2026-08-14&quot;:4.7},{&quot;2026-08-15&quot;:4.92},{&quot;2026-08-16&quot;:4.82},{&quot;2026-08-17&quot;:4.98},{&quot;2026-08-18&quot;:4.56},{&quot;2026-08-19&quot;:4.56},{&quot;2026-08-20&quot;:4.24},{&quot;2026-08-21&quot;:4.55},{&quot;2026-08-22&quot;:4.67},{&quot;2026-08-23&quot;:5.06},{&quot;2026-08-24&quot;:5.41},{&quot;2026-08-25&quot;:5.25},{&quot;2026-08-26&quot;:5.55},{&quot;2026-08-27&quot;:5.39},{&quot;2026-08-28&quot;:5.24},{&quot;2026-08-29&quot;:5.24},{&quot;2026-08-30&quot;:4.84},{&quot;2026-08-31&quot;:4.9},{&quot;2026-09-01&quot;:5.0},{&quot;2026-09-02&quot;:5.23},{&quot;2026-09-03&quot;:5.26},{&quot;2026-09-04&quot;:5.33},{&quot;2026-09-05&quot;:5.48},{&quot;2026-09-06&quot;:5.5},{&quot;2026-09-07&quot;:5.99},{&quot;2026-09-08&quot;:6.13},{&quot;2026-09-09&quot;:6.25},{&quot;2026-09-10&quot;:6.37},{&quot;2026-09-11&quot;:5.95}]}"
        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="76225"
  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">
            Mental Note
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mental Note" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/1230d6bb-4236-4797-9316-66442ff8fb56.jpg?1783910362" />

        <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">
            Mental Note
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mental Note" src="https://cards.scryfall.io/large/front/1/2/1230d6bb-4236-4797-9316-66442ff8fb56.jpg?1783910362" />
    </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">
                $7.01
              </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">$6.90</span>
              <span class="text-xs text-grey-text">Credit: $8.97</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;:7.93},{&quot;2026-06-14&quot;:7.99},{&quot;2026-06-15&quot;:7.99},{&quot;2026-06-16&quot;:7.99},{&quot;2026-06-17&quot;:7.99},{&quot;2026-06-18&quot;:7.99},{&quot;2026-06-19&quot;:8.04},{&quot;2026-06-20&quot;:7.9},{&quot;2026-06-21&quot;:7.9},{&quot;2026-06-22&quot;:7.75},{&quot;2026-06-23&quot;:7.75},{&quot;2026-06-24&quot;:7.75},{&quot;2026-06-25&quot;:7.85},{&quot;2026-06-26&quot;:7.79},{&quot;2026-06-27&quot;:7.65},{&quot;2026-06-28&quot;:7.5},{&quot;2026-06-29&quot;:7.51},{&quot;2026-06-30&quot;:7.51},{&quot;2026-07-01&quot;:7.52},{&quot;2026-07-02&quot;:7.56},{&quot;2026-07-03&quot;:7.56},{&quot;2026-07-04&quot;:7.64},{&quot;2026-07-05&quot;:7.64},{&quot;2026-07-06&quot;:7.6},{&quot;2026-07-07&quot;:7.6},{&quot;2026-07-08&quot;:7.6},{&quot;2026-07-09&quot;:7.59},{&quot;2026-07-10&quot;:7.81},{&quot;2026-07-11&quot;:7.94},{&quot;2026-07-12&quot;:8.01},{&quot;2026-07-13&quot;:8.01},{&quot;2026-07-14&quot;:8.01},{&quot;2026-07-15&quot;:8.01},{&quot;2026-07-16&quot;:8.08},{&quot;2026-07-17&quot;:8.01},{&quot;2026-07-18&quot;:7.95},{&quot;2026-07-19&quot;:7.99},{&quot;2026-07-20&quot;:7.94},{&quot;2026-07-21&quot;:7.94},{&quot;2026-07-22&quot;:7.94},{&quot;2026-07-23&quot;:7.94},{&quot;2026-07-24&quot;:8.02},{&quot;2026-07-25&quot;:8.02},{&quot;2026-07-26&quot;:8.02},{&quot;2026-07-27&quot;:7.98},{&quot;2026-07-28&quot;:7.98},{&quot;2026-07-29&quot;:8.22},{&quot;2026-07-30&quot;:8.04},{&quot;2026-07-31&quot;:7.49},{&quot;2026-08-01&quot;:7.38},{&quot;2026-08-02&quot;:7.38},{&quot;2026-08-03&quot;:7.24},{&quot;2026-08-04&quot;:7.24},{&quot;2026-08-05&quot;:7.24},{&quot;2026-08-07&quot;:6.88},{&quot;2026-08-08&quot;:6.54},{&quot;2026-08-09&quot;:7.04},{&quot;2026-08-10&quot;:7.11},{&quot;2026-08-11&quot;:7.0},{&quot;2026-08-12&quot;:7.03},{&quot;2026-08-13&quot;:6.83},{&quot;2026-08-14&quot;:6.71},{&quot;2026-08-15&quot;:6.82},{&quot;2026-08-16&quot;:6.82},{&quot;2026-08-17&quot;:6.62},{&quot;2026-08-18&quot;:6.41},{&quot;2026-08-19&quot;:6.41},{&quot;2026-08-20&quot;:6.58},{&quot;2026-08-21&quot;:6.58},{&quot;2026-08-22&quot;:6.46},{&quot;2026-08-23&quot;:6.66},{&quot;2026-08-24&quot;:7.06},{&quot;2026-08-25&quot;:7.06},{&quot;2026-08-26&quot;:6.87},{&quot;2026-08-27&quot;:6.93},{&quot;2026-08-28&quot;:6.9},{&quot;2026-08-29&quot;:6.9},{&quot;2026-08-30&quot;:7.14},{&quot;2026-08-31&quot;:7.32},{&quot;2026-09-01&quot;:7.25},{&quot;2026-09-02&quot;:7.21},{&quot;2026-09-03&quot;:7.21},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:7.19},{&quot;2026-09-06&quot;:7.19},{&quot;2026-09-07&quot;:7.19},{&quot;2026-09-08&quot;:7.09},{&quot;2026-09-09&quot;:7.09},{&quot;2026-09-10&quot;:7.01},{&quot;2026-09-11&quot;:7.01}]}"
        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="95833"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Stomping Ground
        </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 — Mountain Forest</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stomping Ground" src="https://cards.scryfall.io/large/front/6/9/69be21b4-c613-47c6-ba57-f4785861af3e.jpg?1752947608" />
    </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">
                $7.01
              </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">
                $7.03
              </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">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:9.67},{&quot;2026-06-11&quot;:9.67},{&quot;2026-06-12&quot;:9.7},{&quot;2026-06-13&quot;:9.65},{&quot;2026-06-14&quot;:9.65},{&quot;2026-06-15&quot;:9.68},{&quot;2026-06-16&quot;:9.74},{&quot;2026-06-17&quot;:9.74},{&quot;2026-06-18&quot;:9.74},{&quot;2026-06-19&quot;:9.74},{&quot;2026-06-20&quot;:9.74},{&quot;2026-06-21&quot;:9.71},{&quot;2026-06-22&quot;:9.59},{&quot;2026-06-23&quot;:9.38},{&quot;2026-06-24&quot;:9.38},{&quot;2026-06-25&quot;:8.84},{&quot;2026-06-26&quot;:8.81},{&quot;2026-06-27&quot;:8.81},{&quot;2026-06-28&quot;:8.72},{&quot;2026-06-29&quot;:8.62},{&quot;2026-06-30&quot;:8.59},{&quot;2026-07-01&quot;:8.56},{&quot;2026-07-02&quot;:8.41},{&quot;2026-07-03&quot;:8.29},{&quot;2026-07-04&quot;:8.26},{&quot;2026-07-05&quot;:8.31},{&quot;2026-07-06&quot;:8.28},{&quot;2026-07-07&quot;:8.05},{&quot;2026-07-08&quot;:7.91},{&quot;2026-07-09&quot;:7.89},{&quot;2026-07-10&quot;:7.77},{&quot;2026-07-11&quot;:7.71},{&quot;2026-07-12&quot;:7.64},{&quot;2026-07-13&quot;:7.71},{&quot;2026-07-14&quot;:7.66},{&quot;2026-07-15&quot;:7.59},{&quot;2026-07-16&quot;:7.59},{&quot;2026-07-17&quot;:7.54},{&quot;2026-07-18&quot;:7.62},{&quot;2026-07-19&quot;:7.45},{&quot;2026-07-20&quot;:7.71},{&quot;2026-07-21&quot;:7.71},{&quot;2026-07-23&quot;:7.93},{&quot;2026-07-25&quot;:8.08},{&quot;2026-07-26&quot;:8.08},{&quot;2026-07-27&quot;:7.99},{&quot;2026-07-29&quot;:7.89},{&quot;2026-07-30&quot;:7.9},{&quot;2026-07-31&quot;:7.6},{&quot;2026-08-01&quot;:7.52},{&quot;2026-08-02&quot;:7.52},{&quot;2026-08-03&quot;:7.52},{&quot;2026-08-04&quot;:7.52},{&quot;2026-08-05&quot;:7.52},{&quot;2026-08-07&quot;:7.33},{&quot;2026-08-08&quot;:7.35},{&quot;2026-08-09&quot;:7.35},{&quot;2026-08-10&quot;:7.35},{&quot;2026-08-11&quot;:7.39},{&quot;2026-08-12&quot;:7.36},{&quot;2026-08-13&quot;:7.55},{&quot;2026-08-14&quot;:7.37},{&quot;2026-08-15&quot;:7.53},{&quot;2026-08-16&quot;:7.49},{&quot;2026-08-17&quot;:7.49},{&quot;2026-08-18&quot;:7.49},{&quot;2026-08-19&quot;:7.51},{&quot;2026-08-20&quot;:7.51},{&quot;2026-08-21&quot;:7.51},{&quot;2026-08-22&quot;:7.34},{&quot;2026-08-23&quot;:7.34},{&quot;2026-08-24&quot;:7.34},{&quot;2026-08-25&quot;:7.34},{&quot;2026-08-26&quot;:7.21},{&quot;2026-08-27&quot;:7.21},{&quot;2026-08-28&quot;:7.23},{&quot;2026-08-29&quot;:7.23},{&quot;2026-08-30&quot;:7.06},{&quot;2026-08-31&quot;:6.9},{&quot;2026-09-01&quot;:6.9},{&quot;2026-09-02&quot;:6.91},{&quot;2026-09-03&quot;:6.95},{&quot;2026-09-04&quot;:6.95},{&quot;2026-09-05&quot;:6.94},{&quot;2026-09-06&quot;:6.94},{&quot;2026-09-07&quot;:6.88},{&quot;2026-09-08&quot;:6.94},{&quot;2026-09-09&quot;:6.95},{&quot;2026-09-10&quot;:6.98},{&quot;2026-09-11&quot;:7.03}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.89},{&quot;2026-06-11&quot;:7.29},{&quot;2026-06-12&quot;:6.81},{&quot;2026-06-13&quot;:6.29},{&quot;2026-06-14&quot;:7.12},{&quot;2026-06-15&quot;:6.94},{&quot;2026-06-16&quot;:7.22},{&quot;2026-06-17&quot;:7.18},{&quot;2026-06-18&quot;:6.83},{&quot;2026-06-19&quot;:6.96},{&quot;2026-06-20&quot;:6.92},{&quot;2026-06-21&quot;:7.01},{&quot;2026-06-22&quot;:6.95},{&quot;2026-06-23&quot;:6.53},{&quot;2026-06-24&quot;:6.91},{&quot;2026-06-25&quot;:7.0},{&quot;2026-06-26&quot;:6.85},{&quot;2026-06-27&quot;:6.76},{&quot;2026-06-28&quot;:7.38},{&quot;2026-06-29&quot;:6.82},{&quot;2026-06-30&quot;:7.22},{&quot;2026-07-01&quot;:7.17},{&quot;2026-07-02&quot;:6.79},{&quot;2026-07-03&quot;:6.82},{&quot;2026-07-04&quot;:6.88},{&quot;2026-07-05&quot;:6.61},{&quot;2026-07-06&quot;:6.58},{&quot;2026-07-07&quot;:6.51},{&quot;2026-07-08&quot;:6.38},{&quot;2026-07-09&quot;:6.35},{&quot;2026-07-10&quot;:6.57},{&quot;2026-07-11&quot;:7.3},{&quot;2026-07-12&quot;:6.9},{&quot;2026-07-13&quot;:7.5},{&quot;2026-07-14&quot;:7.45},{&quot;2026-07-15&quot;:6.8},{&quot;2026-07-16&quot;:7.09},{&quot;2026-07-17&quot;:7.11},{&quot;2026-07-18&quot;:7.19},{&quot;2026-07-19&quot;:7.41},{&quot;2026-07-20&quot;:7.22},{&quot;2026-07-21&quot;:7.08},{&quot;2026-07-23&quot;:7.19},{&quot;2026-07-25&quot;:7.3},{&quot;2026-07-26&quot;:6.69},{&quot;2026-07-27&quot;:6.63},{&quot;2026-07-29&quot;:6.96},{&quot;2026-07-30&quot;:7.16},{&quot;2026-07-31&quot;:7.36},{&quot;2026-08-01&quot;:7.36},{&quot;2026-08-02&quot;:7.95},{&quot;2026-08-03&quot;:8.1},{&quot;2026-08-04&quot;:7.2},{&quot;2026-08-05&quot;:7.09},{&quot;2026-08-07&quot;:7.31},{&quot;2026-08-08&quot;:7.39},{&quot;2026-08-09&quot;:7.66},{&quot;2026-08-10&quot;:7.44},{&quot;2026-08-11&quot;:7.41},{&quot;2026-08-12&quot;:7.51},{&quot;2026-08-13&quot;:7.73},{&quot;2026-08-14&quot;:7.74},{&quot;2026-08-15&quot;:6.5},{&quot;2026-08-16&quot;:6.58},{&quot;2026-08-17&quot;:6.59},{&quot;2026-08-18&quot;:6.45},{&quot;2026-08-19&quot;:6.41},{&quot;2026-08-20&quot;:6.41},{&quot;2026-08-21&quot;:6.89},{&quot;2026-08-22&quot;:6.57},{&quot;2026-08-23&quot;:6.59},{&quot;2026-08-24&quot;:6.58},{&quot;2026-08-25&quot;:6.58},{&quot;2026-08-26&quot;:6.59},{&quot;2026-08-27&quot;:6.3},{&quot;2026-08-28&quot;:6.43},{&quot;2026-08-29&quot;:6.43},{&quot;2026-08-30&quot;:6.69},{&quot;2026-08-31&quot;:6.7},{&quot;2026-09-01&quot;:6.7},{&quot;2026-09-02&quot;:6.9},{&quot;2026-09-03&quot;:6.67},{&quot;2026-09-04&quot;:6.64},{&quot;2026-09-05&quot;:7.15},{&quot;2026-09-06&quot;:7.12},{&quot;2026-09-07&quot;:7.0},{&quot;2026-09-08&quot;:7.16},{&quot;2026-09-09&quot;:7.27},{&quot;2026-09-10&quot;:7.09},{&quot;2026-09-11&quot;:7.01}]}"
        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="97979"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

        <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">
            Hallowed Fountain
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hallowed Fountain" src="https://cards.scryfall.io/large/front/e/0/e056b55f-82ed-4fe0-ab0c-bb20fa4a218a.jpg?1782683914" />
    </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">
                $7.01
              </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.77
              </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">$6.40</span>
              <span class="text-xs text-grey-text">Credit: $8.32</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;:8.91},{&quot;2026-06-14&quot;:8.86},{&quot;2026-06-15&quot;:8.8},{&quot;2026-06-16&quot;:8.74},{&quot;2026-06-17&quot;:8.79},{&quot;2026-06-18&quot;:8.79},{&quot;2026-06-19&quot;:8.67},{&quot;2026-06-20&quot;:8.74},{&quot;2026-06-21&quot;:8.86},{&quot;2026-06-22&quot;:8.97},{&quot;2026-06-23&quot;:8.85},{&quot;2026-06-24&quot;:8.87},{&quot;2026-06-25&quot;:8.87},{&quot;2026-06-26&quot;:8.87},{&quot;2026-06-27&quot;:8.87},{&quot;2026-06-28&quot;:8.74},{&quot;2026-06-29&quot;:8.74},{&quot;2026-06-30&quot;:8.8},{&quot;2026-07-01&quot;:8.6},{&quot;2026-07-02&quot;:8.61},{&quot;2026-07-03&quot;:8.5},{&quot;2026-07-04&quot;:8.43},{&quot;2026-07-05&quot;:8.52},{&quot;2026-07-06&quot;:8.49},{&quot;2026-07-07&quot;:8.56},{&quot;2026-07-08&quot;:8.56},{&quot;2026-07-09&quot;:8.56},{&quot;2026-07-10&quot;:8.56},{&quot;2026-07-11&quot;:8.32},{&quot;2026-07-12&quot;:8.43},{&quot;2026-07-13&quot;:8.38},{&quot;2026-07-14&quot;:8.49},{&quot;2026-07-15&quot;:8.38},{&quot;2026-07-16&quot;:8.4},{&quot;2026-07-17&quot;:8.35},{&quot;2026-07-18&quot;:8.46},{&quot;2026-07-19&quot;:8.26},{&quot;2026-07-20&quot;:7.94},{&quot;2026-07-21&quot;:7.97},{&quot;2026-07-22&quot;:7.97},{&quot;2026-07-23&quot;:7.97},{&quot;2026-07-24&quot;:7.88},{&quot;2026-07-25&quot;:7.98},{&quot;2026-07-26&quot;:7.94},{&quot;2026-07-27&quot;:8.05},{&quot;2026-07-28&quot;:8.06},{&quot;2026-07-29&quot;:8.05},{&quot;2026-07-30&quot;:7.96},{&quot;2026-07-31&quot;:8.03},{&quot;2026-08-01&quot;:8.1},{&quot;2026-08-02&quot;:8.12},{&quot;2026-08-03&quot;:8.15},{&quot;2026-08-04&quot;:8.13},{&quot;2026-08-05&quot;:8.11},{&quot;2026-08-07&quot;:8.0},{&quot;2026-08-08&quot;:8.07},{&quot;2026-08-09&quot;:8.07},{&quot;2026-08-10&quot;:8.0},{&quot;2026-08-11&quot;:8.0},{&quot;2026-08-12&quot;:8.0},{&quot;2026-08-13&quot;:8.0},{&quot;2026-08-14&quot;:8.17},{&quot;2026-08-15&quot;:8.27},{&quot;2026-08-16&quot;:7.96},{&quot;2026-08-17&quot;:7.96},{&quot;2026-08-18&quot;:7.93},{&quot;2026-08-19&quot;:7.98},{&quot;2026-08-20&quot;:7.93},{&quot;2026-08-21&quot;:7.87},{&quot;2026-08-22&quot;:7.9},{&quot;2026-08-23&quot;:7.89},{&quot;2026-08-24&quot;:7.8},{&quot;2026-08-25&quot;:7.81},{&quot;2026-08-26&quot;:7.77},{&quot;2026-08-27&quot;:7.75},{&quot;2026-08-28&quot;:7.52},{&quot;2026-08-29&quot;:7.52},{&quot;2026-08-30&quot;:7.39},{&quot;2026-08-31&quot;:7.51},{&quot;2026-09-01&quot;:7.51},{&quot;2026-09-02&quot;:7.45},{&quot;2026-09-03&quot;:7.33},{&quot;2026-09-04&quot;:7.34},{&quot;2026-09-05&quot;:7.37},{&quot;2026-09-06&quot;:7.42},{&quot;2026-09-07&quot;:7.36},{&quot;2026-09-08&quot;:7.48},{&quot;2026-09-09&quot;:7.62},{&quot;2026-09-10&quot;:7.71},{&quot;2026-09-11&quot;:7.77}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.27},{&quot;2026-06-14&quot;:8.14},{&quot;2026-06-15&quot;:8.39},{&quot;2026-06-16&quot;:8.02},{&quot;2026-06-17&quot;:7.81},{&quot;2026-06-18&quot;:7.7},{&quot;2026-06-19&quot;:7.47},{&quot;2026-06-20&quot;:7.48},{&quot;2026-06-21&quot;:7.75},{&quot;2026-06-22&quot;:7.85},{&quot;2026-06-23&quot;:7.86},{&quot;2026-06-24&quot;:7.77},{&quot;2026-06-25&quot;:7.82},{&quot;2026-06-26&quot;:8.04},{&quot;2026-06-27&quot;:7.87},{&quot;2026-06-28&quot;:8.05},{&quot;2026-06-29&quot;:8.02},{&quot;2026-06-30&quot;:8.05},{&quot;2026-07-01&quot;:8.13},{&quot;2026-07-02&quot;:7.91},{&quot;2026-07-03&quot;:7.77},{&quot;2026-07-04&quot;:8.01},{&quot;2026-07-05&quot;:7.89},{&quot;2026-07-06&quot;:7.8},{&quot;2026-07-07&quot;:7.91},{&quot;2026-07-08&quot;:7.82},{&quot;2026-07-09&quot;:7.99},{&quot;2026-07-10&quot;:8.07},{&quot;2026-07-11&quot;:7.81},{&quot;2026-07-12&quot;:8.21},{&quot;2026-07-13&quot;:7.8},{&quot;2026-07-14&quot;:7.74},{&quot;2026-07-15&quot;:7.58},{&quot;2026-07-16&quot;:7.17},{&quot;2026-07-17&quot;:6.69},{&quot;2026-07-18&quot;:6.97},{&quot;2026-07-19&quot;:6.96},{&quot;2026-07-20&quot;:6.77},{&quot;2026-07-21&quot;:6.6},{&quot;2026-07-22&quot;:6.66},{&quot;2026-07-23&quot;:6.4},{&quot;2026-07-24&quot;:7.0},{&quot;2026-07-25&quot;:7.82},{&quot;2026-07-26&quot;:7.76},{&quot;2026-07-27&quot;:7.44},{&quot;2026-07-28&quot;:7.03},{&quot;2026-07-29&quot;:7.27},{&quot;2026-07-30&quot;:7.54},{&quot;2026-07-31&quot;:7.61},{&quot;2026-08-01&quot;:7.59},{&quot;2026-08-02&quot;:7.65},{&quot;2026-08-03&quot;:7.85},{&quot;2026-08-04&quot;:8.02},{&quot;2026-08-05&quot;:8.15},{&quot;2026-08-07&quot;:7.66},{&quot;2026-08-08&quot;:7.57},{&quot;2026-08-09&quot;:7.55},{&quot;2026-08-10&quot;:7.81},{&quot;2026-08-11&quot;:7.8},{&quot;2026-08-12&quot;:7.77},{&quot;2026-08-13&quot;:7.96},{&quot;2026-08-14&quot;:8.02},{&quot;2026-08-15&quot;:7.77},{&quot;2026-08-16&quot;:7.29},{&quot;2026-08-17&quot;:7.2},{&quot;2026-08-18&quot;:7.13},{&quot;2026-08-19&quot;:7.17},{&quot;2026-08-20&quot;:6.94},{&quot;2026-08-21&quot;:6.79},{&quot;2026-08-22&quot;:6.48},{&quot;2026-08-23&quot;:6.53},{&quot;2026-08-24&quot;:7.05},{&quot;2026-08-25&quot;:6.96},{&quot;2026-08-26&quot;:7.58},{&quot;2026-08-27&quot;:8.39},{&quot;2026-08-28&quot;:8.41},{&quot;2026-08-29&quot;:8.41},{&quot;2026-08-30&quot;:8.19},{&quot;2026-08-31&quot;:7.72},{&quot;2026-09-01&quot;:7.81},{&quot;2026-09-02&quot;:7.81},{&quot;2026-09-03&quot;:7.78},{&quot;2026-09-04&quot;:7.5},{&quot;2026-09-05&quot;:7.48},{&quot;2026-09-06&quot;:7.45},{&quot;2026-09-07&quot;:7.37},{&quot;2026-09-08&quot;:7.51},{&quot;2026-09-09&quot;:7.57},{&quot;2026-09-10&quot;:7.33},{&quot;2026-09-11&quot;:7.01}]}"
        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="75576"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Herald of Secret Streams" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e6e1f2ab-e437-444e-9edb-73278d9c7616.jpg?1783913886" />

        <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 Secret Streams
        </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 — Merfolk Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Herald of Secret Streams" src="https://cards.scryfall.io/large/front/e/6/e6e1f2ab-e437-444e-9edb-73278d9c7616.jpg?1783913886" />
    </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">
                $7.00
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.5},{&quot;2026-06-14&quot;:6.3},{&quot;2026-06-15&quot;:5.51},{&quot;2026-06-16&quot;:5.27},{&quot;2026-06-17&quot;:5.24},{&quot;2026-06-18&quot;:5.14},{&quot;2026-06-19&quot;:5.31},{&quot;2026-06-20&quot;:5.82},{&quot;2026-06-21&quot;:6.07},{&quot;2026-06-22&quot;:6.53},{&quot;2026-06-23&quot;:6.81},{&quot;2026-06-24&quot;:7.46},{&quot;2026-06-25&quot;:7.45},{&quot;2026-06-26&quot;:7.44},{&quot;2026-06-27&quot;:7.21},{&quot;2026-06-28&quot;:7.48},{&quot;2026-06-29&quot;:8.24},{&quot;2026-06-30&quot;:8.4},{&quot;2026-07-01&quot;:8.62},{&quot;2026-07-02&quot;:8.49},{&quot;2026-07-03&quot;:8.69},{&quot;2026-07-04&quot;:9.01},{&quot;2026-07-05&quot;:8.68},{&quot;2026-07-06&quot;:8.75},{&quot;2026-07-07&quot;:8.85},{&quot;2026-07-08&quot;:8.69},{&quot;2026-07-09&quot;:9.24},{&quot;2026-07-10&quot;:9.09},{&quot;2026-07-11&quot;:9.39},{&quot;2026-07-12&quot;:9.29},{&quot;2026-07-13&quot;:9.56},{&quot;2026-07-14&quot;:9.35},{&quot;2026-07-15&quot;:9.42},{&quot;2026-07-16&quot;:9.54},{&quot;2026-07-17&quot;:9.43},{&quot;2026-07-18&quot;:9.43},{&quot;2026-07-19&quot;:9.43},{&quot;2026-07-20&quot;:9.43},{&quot;2026-07-21&quot;:9.25},{&quot;2026-07-22&quot;:9.29},{&quot;2026-07-23&quot;:9.13},{&quot;2026-07-24&quot;:9.17},{&quot;2026-07-25&quot;:9.17},{&quot;2026-07-26&quot;:8.81},{&quot;2026-07-27&quot;:8.62},{&quot;2026-07-28&quot;:8.62},{&quot;2026-07-29&quot;:8.62},{&quot;2026-07-30&quot;:8.22},{&quot;2026-07-31&quot;:7.74},{&quot;2026-08-01&quot;:7.44},{&quot;2026-08-02&quot;:7.44},{&quot;2026-08-03&quot;:7.4},{&quot;2026-08-04&quot;:7.44},{&quot;2026-08-05&quot;:7.99},{&quot;2026-08-07&quot;:8.02},{&quot;2026-08-08&quot;:7.8},{&quot;2026-08-09&quot;:7.8},{&quot;2026-08-10&quot;:7.8},{&quot;2026-08-11&quot;:7.52},{&quot;2026-08-12&quot;:7.52},{&quot;2026-08-13&quot;:7.66},{&quot;2026-08-14&quot;:7.59},{&quot;2026-08-15&quot;:7.59},{&quot;2026-08-16&quot;:7.53},{&quot;2026-08-17&quot;:7.51},{&quot;2026-08-18&quot;:7.39},{&quot;2026-08-19&quot;:7.39},{&quot;2026-08-20&quot;:7.39},{&quot;2026-08-21&quot;:7.39},{&quot;2026-08-22&quot;:7.33},{&quot;2026-08-23&quot;:7.12},{&quot;2026-08-24&quot;:7.04},{&quot;2026-08-25&quot;:7.06},{&quot;2026-08-26&quot;:7.15},{&quot;2026-08-27&quot;:7.4},{&quot;2026-08-28&quot;:7.38},{&quot;2026-08-29&quot;:7.38},{&quot;2026-08-30&quot;:7.06},{&quot;2026-08-31&quot;:6.91},{&quot;2026-09-01&quot;:6.72},{&quot;2026-09-02&quot;:6.68},{&quot;2026-09-03&quot;:6.9},{&quot;2026-09-04&quot;:7.18},{&quot;2026-09-05&quot;:7.63},{&quot;2026-09-06&quot;:7.56},{&quot;2026-09-07&quot;:7.7},{&quot;2026-09-08&quot;:7.68},{&quot;2026-09-09&quot;:7.81},{&quot;2026-09-10&quot;:7.35},{&quot;2026-09-11&quot;:7.0}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ojer Kaslem, Deepest Growth // Temple of Cultivation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/c/0cbc43a3-8cba-4988-9de1-c89aedd79ada.jpg?1783913744" />

        <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">
            Ojer Kaslem, Deepest Growth 
        </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 — God</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Ojer Kaslem, Deepest Growth // Temple of Cultivation" src="https://cards.scryfall.io/large/front/0/c/0cbc43a3-8cba-4988-9de1-c89aedd79ada.jpg?1783913744" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Ojer Kaslem, Deepest Growth // Temple of Cultivation" src="https://cards.scryfall.io/large/back/0/c/0cbc43a3-8cba-4988-9de1-c89aedd79ada.jpg?1783913744" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:6.85},{&quot;2026-06-13&quot;:6.85},{&quot;2026-06-14&quot;:6.9},{&quot;2026-06-15&quot;:6.96},{&quot;2026-06-16&quot;:6.96},{&quot;2026-06-17&quot;:6.99},{&quot;2026-06-18&quot;:6.94},{&quot;2026-06-19&quot;:6.94},{&quot;2026-06-20&quot;:6.98},{&quot;2026-06-21&quot;:6.98},{&quot;2026-06-22&quot;:7.18},{&quot;2026-06-23&quot;:7.18},{&quot;2026-06-24&quot;:7.35},{&quot;2026-06-25&quot;:7.4},{&quot;2026-06-26&quot;:7.4},{&quot;2026-06-27&quot;:7.4},{&quot;2026-06-28&quot;:7.4},{&quot;2026-06-29&quot;:7.55},{&quot;2026-06-30&quot;:7.73},{&quot;2026-07-01&quot;:7.79},{&quot;2026-07-02&quot;:7.75},{&quot;2026-07-03&quot;:7.8},{&quot;2026-07-04&quot;:7.8},{&quot;2026-07-05&quot;:7.8},{&quot;2026-07-06&quot;:7.8},{&quot;2026-07-07&quot;:7.8},{&quot;2026-07-08&quot;:7.81},{&quot;2026-07-09&quot;:7.96},{&quot;2026-07-10&quot;:7.96},{&quot;2026-07-11&quot;:7.79},{&quot;2026-07-12&quot;:7.79},{&quot;2026-07-13&quot;:7.79},{&quot;2026-07-14&quot;:7.79},{&quot;2026-07-15&quot;:7.8},{&quot;2026-07-16&quot;:7.8},{&quot;2026-07-17&quot;:7.8},{&quot;2026-07-18&quot;:7.8},{&quot;2026-07-19&quot;:7.8},{&quot;2026-07-20&quot;:7.8},{&quot;2026-07-21&quot;:7.8},{&quot;2026-07-23&quot;:7.8},{&quot;2026-07-24&quot;:7.78},{&quot;2026-07-25&quot;:7.78},{&quot;2026-07-26&quot;:7.78},{&quot;2026-07-27&quot;:7.78},{&quot;2026-07-28&quot;:7.78},{&quot;2026-07-29&quot;:7.79},{&quot;2026-07-30&quot;:7.81},{&quot;2026-07-31&quot;:7.87},{&quot;2026-08-01&quot;:7.94},{&quot;2026-08-02&quot;:7.98},{&quot;2026-08-03&quot;:7.95},{&quot;2026-08-04&quot;:7.99},{&quot;2026-08-05&quot;:7.99},{&quot;2026-08-07&quot;:7.99},{&quot;2026-08-08&quot;:7.99},{&quot;2026-08-09&quot;:7.99},{&quot;2026-08-10&quot;:7.99},{&quot;2026-08-11&quot;:7.99},{&quot;2026-08-12&quot;:7.99},{&quot;2026-08-13&quot;:7.99},{&quot;2026-08-14&quot;:7.99},{&quot;2026-08-15&quot;:7.99},{&quot;2026-08-16&quot;:7.99},{&quot;2026-08-17&quot;:7.99},{&quot;2026-08-18&quot;:7.99},{&quot;2026-08-19&quot;:7.99},{&quot;2026-08-20&quot;:7.99},{&quot;2026-08-21&quot;:7.67},{&quot;2026-08-22&quot;:7.67},{&quot;2026-08-23&quot;:7.7},{&quot;2026-08-24&quot;:7.7},{&quot;2026-08-25&quot;:7.7},{&quot;2026-08-26&quot;:7.7},{&quot;2026-08-27&quot;:7.7},{&quot;2026-08-28&quot;:7.7},{&quot;2026-08-29&quot;:7.7},{&quot;2026-08-30&quot;:7.57},{&quot;2026-08-31&quot;:7.57},{&quot;2026-09-01&quot;:7.57},{&quot;2026-09-02&quot;:7.57},{&quot;2026-09-03&quot;:7.58},{&quot;2026-09-04&quot;:7.55},{&quot;2026-09-05&quot;:7.56},{&quot;2026-09-06&quot;:7.54},{&quot;2026-09-07&quot;:7.54},{&quot;2026-09-08&quot;:7.53},{&quot;2026-09-09&quot;:7.57},{&quot;2026-09-10&quot;:7.42},{&quot;2026-09-11&quot;:7.52}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:6.92},{&quot;2026-06-13&quot;:6.78},{&quot;2026-06-14&quot;:6.69},{&quot;2026-06-15&quot;:6.46},{&quot;2026-06-16&quot;:6.49},{&quot;2026-06-17&quot;:6.35},{&quot;2026-06-18&quot;:6.46},{&quot;2026-06-19&quot;:6.55},{&quot;2026-06-20&quot;:6.59},{&quot;2026-06-21&quot;:6.59},{&quot;2026-06-22&quot;:6.57},{&quot;2026-06-23&quot;:6.51},{&quot;2026-06-24&quot;:6.74},{&quot;2026-06-25&quot;:6.86},{&quot;2026-06-26&quot;:7.08},{&quot;2026-06-27&quot;:7.08},{&quot;2026-06-28&quot;:7.35},{&quot;2026-06-29&quot;:7.5},{&quot;2026-06-30&quot;:7.38},{&quot;2026-07-01&quot;:7.54},{&quot;2026-07-02&quot;:7.49},{&quot;2026-07-03&quot;:7.52},{&quot;2026-07-04&quot;:7.52},{&quot;2026-07-05&quot;:7.31},{&quot;2026-07-06&quot;:7.41},{&quot;2026-07-07&quot;:6.7},{&quot;2026-07-08&quot;:6.73},{&quot;2026-07-09&quot;:6.86},{&quot;2026-07-10&quot;:6.87},{&quot;2026-07-11&quot;:6.6},{&quot;2026-07-12&quot;:6.33},{&quot;2026-07-13&quot;:6.31},{&quot;2026-07-14&quot;:6.25},{&quot;2026-07-15&quot;:6.31},{&quot;2026-07-16&quot;:6.16},{&quot;2026-07-17&quot;:6.16},{&quot;2026-07-18&quot;:6.27},{&quot;2026-07-19&quot;:6.37},{&quot;2026-07-20&quot;:6.42},{&quot;2026-07-21&quot;:6.45},{&quot;2026-07-23&quot;:6.53},{&quot;2026-07-24&quot;:6.51},{&quot;2026-07-25&quot;:6.51},{&quot;2026-07-26&quot;:6.44},{&quot;2026-07-27&quot;:6.26},{&quot;2026-07-28&quot;:6.22},{&quot;2026-07-29&quot;:6.22},{&quot;2026-07-30&quot;:6.22},{&quot;2026-07-31&quot;:6.18},{&quot;2026-08-01&quot;:6.12},{&quot;2026-08-02&quot;:6.1},{&quot;2026-08-03&quot;:6.05},{&quot;2026-08-04&quot;:6.25},{&quot;2026-08-05&quot;:6.14},{&quot;2026-08-07&quot;:6.51},{&quot;2026-08-08&quot;:6.62},{&quot;2026-08-09&quot;:6.83},{&quot;2026-08-10&quot;:7.18},{&quot;2026-08-11&quot;:6.97},{&quot;2026-08-12&quot;:7.22},{&quot;2026-08-13&quot;:7.23},{&quot;2026-08-14&quot;:7.11},{&quot;2026-08-15&quot;:7.11},{&quot;2026-08-16&quot;:7.32},{&quot;2026-08-17&quot;:7.17},{&quot;2026-08-18&quot;:7.17},{&quot;2026-08-19&quot;:7.16},{&quot;2026-08-20&quot;:7.16},{&quot;2026-08-21&quot;:7.56},{&quot;2026-08-22&quot;:7.55},{&quot;2026-08-23&quot;:7.58},{&quot;2026-08-24&quot;:7.67},{&quot;2026-08-25&quot;:7.67},{&quot;2026-08-26&quot;:7.77},{&quot;2026-08-27&quot;:7.73},{&quot;2026-08-28&quot;:7.53},{&quot;2026-08-29&quot;:7.53},{&quot;2026-08-30&quot;:7.14},{&quot;2026-08-31&quot;:7.14},{&quot;2026-09-01&quot;:7.21},{&quot;2026-09-02&quot;:7.25},{&quot;2026-09-03&quot;:7.25},{&quot;2026-09-04&quot;:7.28},{&quot;2026-09-05&quot;:7.32},{&quot;2026-09-06&quot;:7.05},{&quot;2026-09-07&quot;:7.06},{&quot;2026-09-08&quot;:7.22},{&quot;2026-09-09&quot;:7.22},{&quot;2026-09-10&quot;:7.0},{&quot;2026-09-11&quot;:6.99}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="57298"
  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-onc 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">
            Urtet, Remnant of Memnarch
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $5.64
          </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="Urtet, Remnant of Memnarch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/9/79afcfb3-7483-491c-87df-f8ce01c37eb0.jpg?1783918147" />

        <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">
            Urtet, Remnant of Memnarch
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact 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="Urtet, Remnant of Memnarch" src="https://cards.scryfall.io/large/front/7/9/79afcfb3-7483-491c-87df-f8ce01c37eb0.jpg?1783918147" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.35},{&quot;2026-06-14&quot;:6.35},{&quot;2026-06-15&quot;:6.27},{&quot;2026-06-16&quot;:6.27},{&quot;2026-06-17&quot;:6.25},{&quot;2026-06-18&quot;:6.22},{&quot;2026-06-19&quot;:5.93},{&quot;2026-06-20&quot;:5.82},{&quot;2026-06-21&quot;:5.82},{&quot;2026-06-22&quot;:5.82},{&quot;2026-06-23&quot;:5.86},{&quot;2026-06-24&quot;:5.86},{&quot;2026-06-25&quot;:5.86},{&quot;2026-06-26&quot;:5.86},{&quot;2026-06-27&quot;:5.86},{&quot;2026-06-28&quot;:5.86},{&quot;2026-06-29&quot;:5.86},{&quot;2026-06-30&quot;:5.92},{&quot;2026-07-01&quot;:5.92},{&quot;2026-07-02&quot;:5.92},{&quot;2026-07-03&quot;:5.72},{&quot;2026-07-04&quot;:5.76},{&quot;2026-07-05&quot;:5.76},{&quot;2026-07-06&quot;:5.63},{&quot;2026-07-07&quot;:5.53},{&quot;2026-07-08&quot;:5.53},{&quot;2026-07-09&quot;:5.62},{&quot;2026-07-10&quot;:5.7},{&quot;2026-07-11&quot;:5.85},{&quot;2026-07-12&quot;:5.85},{&quot;2026-07-13&quot;:5.85},{&quot;2026-07-14&quot;:5.88},{&quot;2026-07-15&quot;:5.88},{&quot;2026-07-16&quot;:6.05},{&quot;2026-07-17&quot;:6.05},{&quot;2026-07-18&quot;:6.05},{&quot;2026-07-19&quot;:6.04},{&quot;2026-07-20&quot;:6.04},{&quot;2026-07-21&quot;:6.04},{&quot;2026-07-22&quot;:6.26},{&quot;2026-07-23&quot;:6.26},{&quot;2026-07-24&quot;:6.26},{&quot;2026-07-25&quot;:6.45},{&quot;2026-07-26&quot;:6.45},{&quot;2026-07-27&quot;:6.45},{&quot;2026-07-28&quot;:6.45},{&quot;2026-07-29&quot;:6.45},{&quot;2026-07-30&quot;:6.45},{&quot;2026-07-31&quot;:6.44},{&quot;2026-08-01&quot;:6.48},{&quot;2026-08-02&quot;:6.57},{&quot;2026-08-03&quot;:6.8},{&quot;2026-08-04&quot;:6.87},{&quot;2026-08-05&quot;:6.87},{&quot;2026-08-07&quot;:6.91},{&quot;2026-08-08&quot;:6.91},{&quot;2026-08-09&quot;:6.86},{&quot;2026-08-10&quot;:6.76},{&quot;2026-08-11&quot;:6.76},{&quot;2026-08-12&quot;:6.76},{&quot;2026-08-13&quot;:6.76},{&quot;2026-08-14&quot;:6.76},{&quot;2026-08-15&quot;:6.76},{&quot;2026-08-16&quot;:6.76},{&quot;2026-08-17&quot;:6.81},{&quot;2026-08-18&quot;:6.81},{&quot;2026-08-19&quot;:6.83},{&quot;2026-08-20&quot;:6.83},{&quot;2026-08-21&quot;:6.85},{&quot;2026-08-22&quot;:7.02},{&quot;2026-08-23&quot;:6.93},{&quot;2026-08-24&quot;:6.93},{&quot;2026-08-25&quot;:6.93},{&quot;2026-08-26&quot;:6.93},{&quot;2026-08-27&quot;:6.93},{&quot;2026-08-28&quot;:6.93},{&quot;2026-08-29&quot;:6.93},{&quot;2026-08-30&quot;:6.93},{&quot;2026-08-31&quot;:6.93},{&quot;2026-09-01&quot;:6.93},{&quot;2026-09-02&quot;:6.93},{&quot;2026-09-03&quot;:6.93},{&quot;2026-09-04&quot;:6.93},{&quot;2026-09-05&quot;:6.93},{&quot;2026-09-06&quot;:6.98},{&quot;2026-09-07&quot;:6.98},{&quot;2026-09-08&quot;:6.98},{&quot;2026-09-09&quot;:6.98},{&quot;2026-09-10&quot;:6.98},{&quot;2026-09-11&quot;:6.98}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.32},{&quot;2026-06-14&quot;:4.32},{&quot;2026-06-15&quot;:4.41},{&quot;2026-06-16&quot;:4.41},{&quot;2026-06-17&quot;:4.41},{&quot;2026-06-18&quot;:4.41},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.7},{&quot;2026-06-21&quot;:4.7},{&quot;2026-06-22&quot;:4.76},{&quot;2026-06-23&quot;:4.76},{&quot;2026-06-24&quot;:4.7},{&quot;2026-06-25&quot;:4.86},{&quot;2026-06-26&quot;:4.83},{&quot;2026-06-27&quot;:4.92},{&quot;2026-06-28&quot;:4.92},{&quot;2026-06-29&quot;:5.01},{&quot;2026-06-30&quot;:5.01},{&quot;2026-07-01&quot;:5.01},{&quot;2026-07-02&quot;:4.91},{&quot;2026-07-03&quot;:4.93},{&quot;2026-07-04&quot;:5.25},{&quot;2026-07-05&quot;:5.23},{&quot;2026-07-06&quot;:5.31},{&quot;2026-07-07&quot;:5.31},{&quot;2026-07-08&quot;:5.34},{&quot;2026-07-09&quot;:5.34},{&quot;2026-07-10&quot;:5.31},{&quot;2026-07-11&quot;:5.37},{&quot;2026-07-12&quot;:5.24},{&quot;2026-07-13&quot;:5.24},{&quot;2026-07-14&quot;:5.0},{&quot;2026-07-15&quot;:4.94},{&quot;2026-07-16&quot;:4.69},{&quot;2026-07-17&quot;:4.61},{&quot;2026-07-18&quot;:4.57},{&quot;2026-07-19&quot;:4.56},{&quot;2026-07-20&quot;:4.64},{&quot;2026-07-21&quot;:4.5},{&quot;2026-07-22&quot;:4.47},{&quot;2026-07-23&quot;:4.24},{&quot;2026-07-24&quot;:4.24},{&quot;2026-07-25&quot;:4.24},{&quot;2026-07-26&quot;:4.35},{&quot;2026-07-27&quot;:4.58},{&quot;2026-07-28&quot;:4.53},{&quot;2026-07-29&quot;:4.49},{&quot;2026-07-30&quot;:4.5},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.47},{&quot;2026-08-02&quot;:4.39},{&quot;2026-08-03&quot;:4.28},{&quot;2026-08-04&quot;:4.38},{&quot;2026-08-05&quot;:4.45},{&quot;2026-08-07&quot;:4.39},{&quot;2026-08-08&quot;:4.39},{&quot;2026-08-09&quot;:4.41},{&quot;2026-08-10&quot;:4.8},{&quot;2026-08-11&quot;:4.8},{&quot;2026-08-12&quot;:5.06},{&quot;2026-08-13&quot;:5.12},{&quot;2026-08-14&quot;:5.12},{&quot;2026-08-15&quot;:5.12},{&quot;2026-08-16&quot;:5.14},{&quot;2026-08-17&quot;:5.14},{&quot;2026-08-18&quot;:5.14},{&quot;2026-08-19&quot;:5.18},{&quot;2026-08-20&quot;:5.48},{&quot;2026-08-21&quot;:5.5},{&quot;2026-08-22&quot;:5.5},{&quot;2026-08-23&quot;:5.5},{&quot;2026-08-24&quot;:5.57},{&quot;2026-08-25&quot;:5.57},{&quot;2026-08-26&quot;:5.59},{&quot;2026-08-27&quot;:5.61},{&quot;2026-08-28&quot;:5.61},{&quot;2026-08-29&quot;:5.61},{&quot;2026-08-30&quot;:5.63},{&quot;2026-08-31&quot;:5.72},{&quot;2026-09-01&quot;:5.48},{&quot;2026-09-02&quot;:5.58},{&quot;2026-09-03&quot;:5.4},{&quot;2026-09-04&quot;:5.41},{&quot;2026-09-05&quot;:5.85},{&quot;2026-09-06&quot;:5.98},{&quot;2026-09-07&quot;:5.92},{&quot;2026-09-08&quot;:5.92},{&quot;2026-09-09&quot;:5.78},{&quot;2026-09-10&quot;:5.78},{&quot;2026-09-11&quot;:5.64}]}"
        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="33868"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Demonic Consultation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d727b9b-6114-414d-9172-16b6e1db41cc.jpg?1783947504" />

        <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">
            Demonic Consultation
        </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-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="Demonic Consultation" src="https://cards.scryfall.io/large/front/8/d/8d727b9b-6114-414d-9172-16b6e1db41cc.jpg?1783947504" />
    </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">
                $6.97
              </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">$6.00</span>
              <span class="text-xs text-grey-text">Credit: $7.80</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:10.38},{&quot;2026-06-13&quot;:10.71},{&quot;2026-06-14&quot;:10.77},{&quot;2026-06-15&quot;:10.97},{&quot;2026-06-16&quot;:12.32},{&quot;2026-06-17&quot;:12.32},{&quot;2026-06-18&quot;:12.32},{&quot;2026-06-19&quot;:12.02},{&quot;2026-06-20&quot;:11.83},{&quot;2026-06-21&quot;:11.83},{&quot;2026-06-22&quot;:11.82},{&quot;2026-06-23&quot;:11.82},{&quot;2026-06-24&quot;:11.82},{&quot;2026-06-25&quot;:11.82},{&quot;2026-06-26&quot;:11.82},{&quot;2026-06-27&quot;:11.5},{&quot;2026-06-28&quot;:11.22},{&quot;2026-06-29&quot;:11.21},{&quot;2026-06-30&quot;:10.97},{&quot;2026-07-01&quot;:10.93},{&quot;2026-07-02&quot;:10.93},{&quot;2026-07-03&quot;:10.64},{&quot;2026-07-04&quot;:10.64},{&quot;2026-07-05&quot;:10.25},{&quot;2026-07-06&quot;:10.38},{&quot;2026-07-07&quot;:10.38},{&quot;2026-07-08&quot;:10.38},{&quot;2026-07-09&quot;:10.2},{&quot;2026-07-10&quot;:10.2},{&quot;2026-07-11&quot;:9.89},{&quot;2026-07-12&quot;:9.81},{&quot;2026-07-13&quot;:9.77},{&quot;2026-07-14&quot;:9.08},{&quot;2026-07-15&quot;:9.08},{&quot;2026-07-16&quot;:9.08},{&quot;2026-07-17&quot;:8.44},{&quot;2026-07-18&quot;:8.44},{&quot;2026-07-19&quot;:8.44},{&quot;2026-07-20&quot;:8.45},{&quot;2026-07-21&quot;:8.33},{&quot;2026-07-23&quot;:8.17},{&quot;2026-07-24&quot;:8.17},{&quot;2026-07-25&quot;:8.17},{&quot;2026-07-26&quot;:8.06},{&quot;2026-07-27&quot;:8.06},{&quot;2026-07-28&quot;:8.06},{&quot;2026-07-29&quot;:8.06},{&quot;2026-07-30&quot;:7.86},{&quot;2026-07-31&quot;:7.77},{&quot;2026-08-01&quot;:7.71},{&quot;2026-08-02&quot;:7.71},{&quot;2026-08-03&quot;:7.6},{&quot;2026-08-04&quot;:7.53},{&quot;2026-08-05&quot;:7.53},{&quot;2026-08-07&quot;:7.53},{&quot;2026-08-08&quot;:7.53},{&quot;2026-08-09&quot;:7.55},{&quot;2026-08-10&quot;:7.55},{&quot;2026-08-11&quot;:7.55},{&quot;2026-08-12&quot;:7.62},{&quot;2026-08-13&quot;:7.62},{&quot;2026-08-14&quot;:7.62},{&quot;2026-08-15&quot;:7.55},{&quot;2026-08-16&quot;:7.55},{&quot;2026-08-17&quot;:7.21},{&quot;2026-08-18&quot;:6.96},{&quot;2026-08-19&quot;:6.93},{&quot;2026-08-20&quot;:6.93},{&quot;2026-08-21&quot;:6.92},{&quot;2026-08-22&quot;:6.78},{&quot;2026-08-23&quot;:6.8},{&quot;2026-08-24&quot;:7.02},{&quot;2026-08-25&quot;:7.02},{&quot;2026-08-26&quot;:6.81},{&quot;2026-08-27&quot;:6.8},{&quot;2026-08-28&quot;:6.8},{&quot;2026-08-29&quot;:6.8},{&quot;2026-08-30&quot;:6.85},{&quot;2026-08-31&quot;:6.85},{&quot;2026-09-01&quot;:7.0},{&quot;2026-09-02&quot;:7.0},{&quot;2026-09-03&quot;:7.03},{&quot;2026-09-04&quot;:7.11},{&quot;2026-09-05&quot;:7.08},{&quot;2026-09-06&quot;:7.05},{&quot;2026-09-07&quot;:7.05},{&quot;2026-09-08&quot;:7.05},{&quot;2026-09-09&quot;:7.02},{&quot;2026-09-10&quot;:6.97},{&quot;2026-09-11&quot;:6.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="14442"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $6.95
          </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="Skullclamp" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d1877be5-fb98-4bd2-a754-dda1132ef8a0.jpg?1783922386" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Skullclamp" src="https://cards.scryfall.io/large/front/d/1/d1877be5-fb98-4bd2-a754-dda1132ef8a0.jpg?1783922386" />
    </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">
                $6.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">$2.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.57},{&quot;2026-06-14&quot;:6.54},{&quot;2026-06-15&quot;:6.49},{&quot;2026-06-16&quot;:6.49},{&quot;2026-06-17&quot;:6.43},{&quot;2026-06-18&quot;:6.48},{&quot;2026-06-19&quot;:6.33},{&quot;2026-06-20&quot;:6.28},{&quot;2026-06-21&quot;:6.25},{&quot;2026-06-22&quot;:6.09},{&quot;2026-06-23&quot;:6.09},{&quot;2026-06-24&quot;:6.19},{&quot;2026-06-25&quot;:6.31},{&quot;2026-06-26&quot;:6.34},{&quot;2026-06-27&quot;:6.26},{&quot;2026-06-28&quot;:6.26},{&quot;2026-06-29&quot;:6.26},{&quot;2026-06-30&quot;:6.34},{&quot;2026-07-01&quot;:6.34},{&quot;2026-07-02&quot;:6.2},{&quot;2026-07-03&quot;:6.31},{&quot;2026-07-04&quot;:6.31},{&quot;2026-07-05&quot;:6.37},{&quot;2026-07-06&quot;:6.35},{&quot;2026-07-07&quot;:6.34},{&quot;2026-07-08&quot;:6.33},{&quot;2026-07-09&quot;:6.33},{&quot;2026-07-10&quot;:6.33},{&quot;2026-07-11&quot;:6.33},{&quot;2026-07-12&quot;:6.33},{&quot;2026-07-13&quot;:6.33},{&quot;2026-07-14&quot;:6.39},{&quot;2026-07-15&quot;:6.46},{&quot;2026-07-16&quot;:6.47},{&quot;2026-07-17&quot;:6.47},{&quot;2026-07-18&quot;:6.47},{&quot;2026-07-19&quot;:6.47},{&quot;2026-07-20&quot;:6.33},{&quot;2026-07-21&quot;:6.26},{&quot;2026-07-22&quot;:6.14},{&quot;2026-07-23&quot;:6.12},{&quot;2026-07-24&quot;:6.16},{&quot;2026-07-25&quot;:6.16},{&quot;2026-07-26&quot;:6.11},{&quot;2026-07-27&quot;:6.05},{&quot;2026-07-28&quot;:6.05},{&quot;2026-07-29&quot;:6.04},{&quot;2026-07-30&quot;:6.11},{&quot;2026-07-31&quot;:6.06},{&quot;2026-08-01&quot;:6.23},{&quot;2026-08-02&quot;:6.72},{&quot;2026-08-03&quot;:6.76},{&quot;2026-08-04&quot;:6.85},{&quot;2026-08-05&quot;:6.81},{&quot;2026-08-07&quot;:6.81},{&quot;2026-08-08&quot;:6.81},{&quot;2026-08-09&quot;:6.81},{&quot;2026-08-10&quot;:6.81},{&quot;2026-08-11&quot;:6.75},{&quot;2026-08-12&quot;:6.67},{&quot;2026-08-13&quot;:6.67},{&quot;2026-08-14&quot;:6.64},{&quot;2026-08-15&quot;:6.56},{&quot;2026-08-16&quot;:6.69},{&quot;2026-08-17&quot;:6.57},{&quot;2026-08-18&quot;:6.45},{&quot;2026-08-19&quot;:6.58},{&quot;2026-08-20&quot;:6.66},{&quot;2026-08-21&quot;:6.58},{&quot;2026-08-22&quot;:6.57},{&quot;2026-08-23&quot;:6.57},{&quot;2026-08-24&quot;:6.54},{&quot;2026-08-25&quot;:6.64},{&quot;2026-08-26&quot;:6.65},{&quot;2026-08-27&quot;:6.61},{&quot;2026-08-28&quot;:6.6},{&quot;2026-08-29&quot;:6.6},{&quot;2026-08-30&quot;:6.69},{&quot;2026-08-31&quot;:6.89},{&quot;2026-09-01&quot;:6.88},{&quot;2026-09-02&quot;:6.88},{&quot;2026-09-03&quot;:6.87},{&quot;2026-09-04&quot;:6.93},{&quot;2026-09-05&quot;:6.93},{&quot;2026-09-06&quot;:7.06},{&quot;2026-09-07&quot;:7.03},{&quot;2026-09-08&quot;:6.88},{&quot;2026-09-09&quot;:6.88},{&quot;2026-09-10&quot;:6.95},{&quot;2026-09-11&quot;:6.95}]}"
        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="85527"
  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">
            Crystal Vein
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.93
          </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="Crystal Vein" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/7/c7c51eae-2c45-4f12-859d-56bd83247c2e.jpg?1783909995" />

        <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">
            Crystal Vein
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Crystal Vein" src="https://cards.scryfall.io/large/front/c/7/c7c51eae-2c45-4f12-859d-56bd83247c2e.jpg?1783909995" />
    </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">
                $6.93
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.0},{&quot;2026-06-11&quot;:6.11},{&quot;2026-06-12&quot;:5.75},{&quot;2026-06-13&quot;:5.69},{&quot;2026-06-14&quot;:5.82},{&quot;2026-06-15&quot;:5.96},{&quot;2026-06-16&quot;:6.01},{&quot;2026-06-17&quot;:5.99},{&quot;2026-06-18&quot;:6.03},{&quot;2026-06-19&quot;:6.1},{&quot;2026-06-20&quot;:6.33},{&quot;2026-06-21&quot;:6.45},{&quot;2026-06-22&quot;:6.59},{&quot;2026-06-23&quot;:6.53},{&quot;2026-06-24&quot;:6.82},{&quot;2026-06-25&quot;:6.82},{&quot;2026-06-26&quot;:6.82},{&quot;2026-06-27&quot;:6.82},{&quot;2026-06-28&quot;:6.94},{&quot;2026-06-29&quot;:6.94},{&quot;2026-06-30&quot;:6.94},{&quot;2026-07-01&quot;:7.05},{&quot;2026-07-02&quot;:7.05},{&quot;2026-07-03&quot;:7.05},{&quot;2026-07-04&quot;:7.39},{&quot;2026-07-05&quot;:7.3},{&quot;2026-07-06&quot;:7.3},{&quot;2026-07-07&quot;:7.3},{&quot;2026-07-08&quot;:7.43},{&quot;2026-07-09&quot;:7.53},{&quot;2026-07-10&quot;:7.81},{&quot;2026-07-11&quot;:7.65},{&quot;2026-07-12&quot;:7.62},{&quot;2026-07-13&quot;:7.56},{&quot;2026-07-14&quot;:7.54},{&quot;2026-07-15&quot;:7.54},{&quot;2026-07-16&quot;:7.57},{&quot;2026-07-17&quot;:7.7},{&quot;2026-07-18&quot;:7.64},{&quot;2026-07-19&quot;:7.76},{&quot;2026-07-20&quot;:7.95},{&quot;2026-07-21&quot;:7.95},{&quot;2026-07-23&quot;:8.02},{&quot;2026-07-25&quot;:8.03},{&quot;2026-07-26&quot;:8.03},{&quot;2026-07-27&quot;:7.75},{&quot;2026-07-29&quot;:7.78},{&quot;2026-07-30&quot;:7.79},{&quot;2026-07-31&quot;:7.85},{&quot;2026-08-01&quot;:7.91},{&quot;2026-08-02&quot;:7.74},{&quot;2026-08-03&quot;:7.62},{&quot;2026-08-04&quot;:7.49},{&quot;2026-08-05&quot;:7.45},{&quot;2026-08-07&quot;:7.16},{&quot;2026-08-08&quot;:7.05},{&quot;2026-08-09&quot;:7.13},{&quot;2026-08-10&quot;:7.07},{&quot;2026-08-11&quot;:6.9},{&quot;2026-08-12&quot;:6.53},{&quot;2026-08-13&quot;:6.4},{&quot;2026-08-14&quot;:6.22},{&quot;2026-08-15&quot;:6.1},{&quot;2026-08-16&quot;:6.1},{&quot;2026-08-17&quot;:6.1},{&quot;2026-08-18&quot;:5.86},{&quot;2026-08-19&quot;:5.5},{&quot;2026-08-20&quot;:5.5},{&quot;2026-08-21&quot;:5.48},{&quot;2026-08-22&quot;:5.48},{&quot;2026-08-23&quot;:5.53},{&quot;2026-08-24&quot;:5.64},{&quot;2026-08-25&quot;:5.64},{&quot;2026-08-26&quot;:5.54},{&quot;2026-08-27&quot;:5.77},{&quot;2026-08-28&quot;:5.77},{&quot;2026-08-29&quot;:5.77},{&quot;2026-08-30&quot;:6.03},{&quot;2026-08-31&quot;:6.21},{&quot;2026-09-01&quot;:6.21},{&quot;2026-09-02&quot;:6.47},{&quot;2026-09-03&quot;:6.48},{&quot;2026-09-04&quot;:6.74},{&quot;2026-09-05&quot;:6.74},{&quot;2026-09-06&quot;:6.72},{&quot;2026-09-07&quot;:6.83},{&quot;2026-09-08&quot;:6.83},{&quot;2026-09-09&quot;:6.83},{&quot;2026-09-10&quot;:6.79},{&quot;2026-09-11&quot;:6.93}]}"
        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="79254"
  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">
            Boreal Druid
        </span>


      </div>

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

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

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

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

        <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">
            Boreal Druid
        </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">Snow Creature — Elf Druid</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Boreal Druid" src="https://cards.scryfall.io/large/front/f/6/f656c45c-60f8-4588-9f18-67e7a5e2ae05.jpg?1783931271" />
    </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">
                $6.92
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:7.86},{&quot;2026-06-13&quot;:7.58},{&quot;2026-06-14&quot;:7.58},{&quot;2026-06-15&quot;:7.58},{&quot;2026-06-16&quot;:7.38},{&quot;2026-06-17&quot;:7.16},{&quot;2026-06-18&quot;:7.24},{&quot;2026-06-19&quot;:7.04},{&quot;2026-06-20&quot;:7.04},{&quot;2026-06-21&quot;:7.04},{&quot;2026-06-22&quot;:6.95},{&quot;2026-06-23&quot;:6.95},{&quot;2026-06-24&quot;:6.95},{&quot;2026-06-25&quot;:6.95},{&quot;2026-06-26&quot;:6.95},{&quot;2026-06-27&quot;:6.95},{&quot;2026-06-28&quot;:6.96},{&quot;2026-06-29&quot;:6.96},{&quot;2026-06-30&quot;:6.96},{&quot;2026-07-01&quot;:6.96},{&quot;2026-07-02&quot;:6.96},{&quot;2026-07-03&quot;:6.96},{&quot;2026-07-04&quot;:6.96},{&quot;2026-07-05&quot;:6.96},{&quot;2026-07-06&quot;:6.96},{&quot;2026-07-07&quot;:6.96},{&quot;2026-07-08&quot;:6.96},{&quot;2026-07-09&quot;:6.96},{&quot;2026-07-10&quot;:6.78},{&quot;2026-07-11&quot;:6.78},{&quot;2026-07-12&quot;:6.68},{&quot;2026-07-13&quot;:6.68},{&quot;2026-07-14&quot;:6.68},{&quot;2026-07-15&quot;:6.68},{&quot;2026-07-16&quot;:6.68},{&quot;2026-07-17&quot;:6.53},{&quot;2026-07-18&quot;:6.29},{&quot;2026-07-19&quot;:6.29},{&quot;2026-07-20&quot;:6.46},{&quot;2026-07-21&quot;:6.51},{&quot;2026-07-23&quot;:6.51},{&quot;2026-07-24&quot;:6.51},{&quot;2026-07-25&quot;:6.51},{&quot;2026-07-26&quot;:6.57},{&quot;2026-07-27&quot;:6.37},{&quot;2026-07-28&quot;:6.37},{&quot;2026-07-29&quot;:6.26},{&quot;2026-07-30&quot;:6.26},{&quot;2026-07-31&quot;:6.26},{&quot;2026-08-01&quot;:6.3},{&quot;2026-08-02&quot;:6.39},{&quot;2026-08-03&quot;:6.39},{&quot;2026-08-04&quot;:6.64},{&quot;2026-08-05&quot;:6.64},{&quot;2026-08-07&quot;:6.42},{&quot;2026-08-08&quot;:6.42},{&quot;2026-08-09&quot;:6.56},{&quot;2026-08-10&quot;:6.56},{&quot;2026-08-11&quot;:6.65},{&quot;2026-08-12&quot;:6.65},{&quot;2026-08-13&quot;:6.65},{&quot;2026-08-14&quot;:6.65},{&quot;2026-08-15&quot;:6.71},{&quot;2026-08-16&quot;:6.71},{&quot;2026-08-17&quot;:6.71},{&quot;2026-08-18&quot;:6.78},{&quot;2026-08-19&quot;:6.67},{&quot;2026-08-20&quot;:6.67},{&quot;2026-08-21&quot;:6.74},{&quot;2026-08-22&quot;:6.74},{&quot;2026-08-23&quot;:6.78},{&quot;2026-08-24&quot;:6.78},{&quot;2026-08-25&quot;:6.88},{&quot;2026-08-26&quot;:6.88},{&quot;2026-08-27&quot;:6.88},{&quot;2026-08-28&quot;:6.84},{&quot;2026-08-29&quot;:6.84},{&quot;2026-08-30&quot;:6.78},{&quot;2026-08-31&quot;:6.7},{&quot;2026-09-01&quot;:6.7},{&quot;2026-09-02&quot;:6.85},{&quot;2026-09-03&quot;:6.85},{&quot;2026-09-04&quot;:6.85},{&quot;2026-09-05&quot;:6.96},{&quot;2026-09-06&quot;:6.89},{&quot;2026-09-07&quot;:6.89},{&quot;2026-09-08&quot;:6.89},{&quot;2026-09-09&quot;:6.89},{&quot;2026-09-10&quot;:6.89},{&quot;2026-09-11&quot;:6.92}],&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="41118"
  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">
            Farewell
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Farewell" src="https://cards.scryfall.io/large/front/e/1/e1068723-d1ef-4007-97d9-b10dccdbade4.jpg?1783923923" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:6.68},{&quot;2026-06-11&quot;:6.68},{&quot;2026-06-12&quot;:6.68},{&quot;2026-06-13&quot;:6.68},{&quot;2026-06-14&quot;:6.68},{&quot;2026-06-15&quot;:6.68},{&quot;2026-06-16&quot;:6.77},{&quot;2026-06-17&quot;:6.77},{&quot;2026-06-18&quot;:6.82},{&quot;2026-06-19&quot;:6.82},{&quot;2026-06-20&quot;:6.82},{&quot;2026-06-21&quot;:6.82},{&quot;2026-06-22&quot;:6.87},{&quot;2026-06-23&quot;:6.87},{&quot;2026-06-24&quot;:6.87},{&quot;2026-06-25&quot;:6.87},{&quot;2026-06-26&quot;:6.87},{&quot;2026-06-27&quot;:6.79},{&quot;2026-06-28&quot;:6.79},{&quot;2026-06-29&quot;:6.79},{&quot;2026-06-30&quot;:6.79},{&quot;2026-07-01&quot;:6.79},{&quot;2026-07-02&quot;:6.79},{&quot;2026-07-03&quot;:6.79},{&quot;2026-07-04&quot;:6.79},{&quot;2026-07-05&quot;:6.79},{&quot;2026-07-06&quot;:6.83},{&quot;2026-07-07&quot;:6.83},{&quot;2026-07-08&quot;:6.83},{&quot;2026-07-09&quot;:6.83},{&quot;2026-07-10&quot;:6.9},{&quot;2026-07-11&quot;:6.89},{&quot;2026-07-12&quot;:6.89},{&quot;2026-07-13&quot;:6.89},{&quot;2026-07-14&quot;:7.06},{&quot;2026-07-15&quot;:7.06},{&quot;2026-07-16&quot;:7.06},{&quot;2026-07-17&quot;:7.06},{&quot;2026-07-18&quot;:7.05},{&quot;2026-07-19&quot;:7.05},{&quot;2026-07-20&quot;:7.05},{&quot;2026-07-21&quot;:6.68},{&quot;2026-07-23&quot;:6.7},{&quot;2026-07-25&quot;:6.7},{&quot;2026-07-26&quot;:6.7},{&quot;2026-07-27&quot;:6.7},{&quot;2026-07-29&quot;:6.7},{&quot;2026-07-30&quot;:6.7},{&quot;2026-07-31&quot;:6.71},{&quot;2026-08-01&quot;:6.71},{&quot;2026-08-02&quot;:6.71},{&quot;2026-08-03&quot;:6.86},{&quot;2026-08-04&quot;:6.86},{&quot;2026-08-05&quot;:6.86},{&quot;2026-08-07&quot;:6.99},{&quot;2026-08-08&quot;:7.08},{&quot;2026-08-09&quot;:7.03},{&quot;2026-08-10&quot;:6.85},{&quot;2026-08-11&quot;:6.85},{&quot;2026-08-12&quot;:6.85},{&quot;2026-08-13&quot;:6.85},{&quot;2026-08-14&quot;:6.95},{&quot;2026-08-15&quot;:6.95},{&quot;2026-08-16&quot;:6.95},{&quot;2026-08-17&quot;:6.92},{&quot;2026-08-18&quot;:6.92},{&quot;2026-08-19&quot;:6.92},{&quot;2026-08-20&quot;:6.92},{&quot;2026-08-21&quot;:6.92},{&quot;2026-08-22&quot;:6.92},{&quot;2026-08-23&quot;:6.88},{&quot;2026-08-24&quot;:6.88},{&quot;2026-08-25&quot;:6.88},{&quot;2026-08-26&quot;:6.77},{&quot;2026-08-27&quot;:6.77},{&quot;2026-08-28&quot;:6.73},{&quot;2026-08-29&quot;:6.73},{&quot;2026-08-30&quot;:6.89},{&quot;2026-08-31&quot;:6.89},{&quot;2026-09-01&quot;:6.89},{&quot;2026-09-02&quot;:6.89},{&quot;2026-09-03&quot;:6.89},{&quot;2026-09-04&quot;:6.89},{&quot;2026-09-05&quot;:6.95},{&quot;2026-09-06&quot;:6.95},{&quot;2026-09-07&quot;:6.91},{&quot;2026-09-08&quot;:6.91},{&quot;2026-09-09&quot;:6.91},{&quot;2026-09-10&quot;:6.91},{&quot;2026-09-11&quot;:6.91}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.73},{&quot;2026-06-11&quot;:5.83},{&quot;2026-06-12&quot;:5.76},{&quot;2026-06-13&quot;:6.06},{&quot;2026-06-14&quot;:5.93},{&quot;2026-06-15&quot;:5.95},{&quot;2026-06-16&quot;:5.82},{&quot;2026-06-17&quot;:5.79},{&quot;2026-06-18&quot;:5.86},{&quot;2026-06-19&quot;:5.87},{&quot;2026-06-20&quot;:5.92},{&quot;2026-06-21&quot;:5.91},{&quot;2026-06-22&quot;:5.96},{&quot;2026-06-23&quot;:5.99},{&quot;2026-06-24&quot;:5.99},{&quot;2026-06-25&quot;:5.93},{&quot;2026-06-26&quot;:5.92},{&quot;2026-06-27&quot;:5.89},{&quot;2026-06-28&quot;:5.86},{&quot;2026-06-29&quot;:5.86},{&quot;2026-06-30&quot;:5.86},{&quot;2026-07-01&quot;:5.81},{&quot;2026-07-02&quot;:5.73},{&quot;2026-07-03&quot;:5.9},{&quot;2026-07-04&quot;:5.98},{&quot;2026-07-05&quot;:6.02},{&quot;2026-07-06&quot;:5.81},{&quot;2026-07-07&quot;:5.85},{&quot;2026-07-08&quot;:5.96},{&quot;2026-07-09&quot;:6.01},{&quot;2026-07-10&quot;:6.08},{&quot;2026-07-11&quot;:5.98},{&quot;2026-07-12&quot;:5.86},{&quot;2026-07-13&quot;:5.82},{&quot;2026-07-14&quot;:5.81},{&quot;2026-07-15&quot;:5.76},{&quot;2026-07-16&quot;:5.81},{&quot;2026-07-17&quot;:5.88},{&quot;2026-07-18&quot;:5.7},{&quot;2026-07-19&quot;:5.59},{&quot;2026-07-20&quot;:5.69},{&quot;2026-07-21&quot;:5.62},{&quot;2026-07-23&quot;:5.81},{&quot;2026-07-25&quot;:5.63},{&quot;2026-07-26&quot;:5.59},{&quot;2026-07-27&quot;:5.53},{&quot;2026-07-29&quot;:5.52},{&quot;2026-07-30&quot;:5.46},{&quot;2026-07-31&quot;:5.38},{&quot;2026-08-01&quot;:5.34},{&quot;2026-08-02&quot;:5.21},{&quot;2026-08-03&quot;:5.3},{&quot;2026-08-04&quot;:5.25},{&quot;2026-08-05&quot;:5.29},{&quot;2026-08-07&quot;:5.27},{&quot;2026-08-08&quot;:5.25},{&quot;2026-08-09&quot;:5.29},{&quot;2026-08-10&quot;:5.43},{&quot;2026-08-11&quot;:5.39},{&quot;2026-08-12&quot;:5.33},{&quot;2026-08-13&quot;:5.28},{&quot;2026-08-14&quot;:5.31},{&quot;2026-08-15&quot;:5.42},{&quot;2026-08-16&quot;:5.46},{&quot;2026-08-17&quot;:5.65},{&quot;2026-08-18&quot;:5.9},{&quot;2026-08-19&quot;:5.77},{&quot;2026-08-20&quot;:5.77},{&quot;2026-08-21&quot;:5.74},{&quot;2026-08-22&quot;:5.68},{&quot;2026-08-23&quot;:5.63},{&quot;2026-08-24&quot;:5.59},{&quot;2026-08-25&quot;:5.59},{&quot;2026-08-26&quot;:5.44},{&quot;2026-08-27&quot;:5.44},{&quot;2026-08-28&quot;:5.66},{&quot;2026-08-29&quot;:5.66},{&quot;2026-08-30&quot;:5.8},{&quot;2026-08-31&quot;:5.97},{&quot;2026-09-01&quot;:5.97},{&quot;2026-09-02&quot;:6.17},{&quot;2026-09-03&quot;:6.13},{&quot;2026-09-04&quot;:5.93},{&quot;2026-09-05&quot;:6.01},{&quot;2026-09-06&quot;:5.94},{&quot;2026-09-07&quot;:6.02},{&quot;2026-09-08&quot;:5.79},{&quot;2026-09-09&quot;:5.85},{&quot;2026-09-10&quot;:5.89},{&quot;2026-09-11&quot;:5.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="70383"
  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">
            Galadhrim Ambush
        </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">
            $6.91
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Galadhrim Ambush
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Galadhrim Ambush" src="https://cards.scryfall.io/large/front/e/6/e69e06f0-6142-4f80-9208-362b3e74d51d.jpg?1783916026" />
    </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">
                $6.91
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.33},{&quot;2026-06-11&quot;:5.04},{&quot;2026-06-12&quot;:5.19},{&quot;2026-06-13&quot;:5.27},{&quot;2026-06-14&quot;:5.35},{&quot;2026-06-15&quot;:5.18},{&quot;2026-06-16&quot;:4.99},{&quot;2026-06-17&quot;:4.78},{&quot;2026-06-18&quot;:4.69},{&quot;2026-06-19&quot;:4.78},{&quot;2026-06-20&quot;:4.5},{&quot;2026-06-21&quot;:4.66},{&quot;2026-06-22&quot;:4.71},{&quot;2026-06-23&quot;:4.84},{&quot;2026-06-24&quot;:4.92},{&quot;2026-06-25&quot;:4.75},{&quot;2026-06-26&quot;:4.76},{&quot;2026-06-27&quot;:4.96},{&quot;2026-06-28&quot;:5.18},{&quot;2026-06-29&quot;:5.07},{&quot;2026-06-30&quot;:5.04},{&quot;2026-07-01&quot;:5.3},{&quot;2026-07-02&quot;:5.32},{&quot;2026-07-03&quot;:5.47},{&quot;2026-07-04&quot;:5.44},{&quot;2026-07-05&quot;:5.46},{&quot;2026-07-06&quot;:5.5},{&quot;2026-07-07&quot;:5.26},{&quot;2026-07-08&quot;:5.29},{&quot;2026-07-09&quot;:5.34},{&quot;2026-07-10&quot;:5.41},{&quot;2026-07-11&quot;:5.13},{&quot;2026-07-12&quot;:5.44},{&quot;2026-07-13&quot;:5.41},{&quot;2026-07-14&quot;:5.43},{&quot;2026-07-15&quot;:5.27},{&quot;2026-07-16&quot;:5.37},{&quot;2026-07-17&quot;:5.1},{&quot;2026-07-18&quot;:5.19},{&quot;2026-07-19&quot;:4.98},{&quot;2026-07-20&quot;:5.13},{&quot;2026-07-21&quot;:4.91},{&quot;2026-07-23&quot;:5.06},{&quot;2026-07-25&quot;:5.78},{&quot;2026-07-26&quot;:5.52},{&quot;2026-07-27&quot;:5.07},{&quot;2026-07-29&quot;:5.07},{&quot;2026-07-30&quot;:5.33},{&quot;2026-07-31&quot;:5.27},{&quot;2026-08-01&quot;:5.45},{&quot;2026-08-02&quot;:5.37},{&quot;2026-08-03&quot;:5.25},{&quot;2026-08-04&quot;:5.35},{&quot;2026-08-05&quot;:5.34},{&quot;2026-08-07&quot;:5.5},{&quot;2026-08-08&quot;:5.66},{&quot;2026-08-09&quot;:5.49},{&quot;2026-08-10&quot;:5.25},{&quot;2026-08-11&quot;:5.58},{&quot;2026-08-12&quot;:5.82},{&quot;2026-08-13&quot;:5.85},{&quot;2026-08-14&quot;:6.05},{&quot;2026-08-15&quot;:6.35},{&quot;2026-08-16&quot;:6.45},{&quot;2026-08-17&quot;:5.99},{&quot;2026-08-18&quot;:5.34},{&quot;2026-08-19&quot;:5.26},{&quot;2026-08-20&quot;:5.26},{&quot;2026-08-21&quot;:5.72},{&quot;2026-08-22&quot;:5.89},{&quot;2026-08-23&quot;:6.63},{&quot;2026-08-24&quot;:7.1},{&quot;2026-08-25&quot;:7.1},{&quot;2026-08-26&quot;:6.43},{&quot;2026-08-27&quot;:5.79},{&quot;2026-08-28&quot;:5.95},{&quot;2026-08-29&quot;:5.95},{&quot;2026-08-30&quot;:6.65},{&quot;2026-08-31&quot;:6.97},{&quot;2026-09-01&quot;:6.97},{&quot;2026-09-02&quot;:7.25},{&quot;2026-09-03&quot;:7.23},{&quot;2026-09-04&quot;:6.71},{&quot;2026-09-05&quot;:6.82},{&quot;2026-09-06&quot;:6.35},{&quot;2026-09-07&quot;:6.36},{&quot;2026-09-08&quot;:6.41},{&quot;2026-09-09&quot;:6.43},{&quot;2026-09-10&quot;:6.42},{&quot;2026-09-11&quot;:6.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Reliquary Tower" src="https://cards.scryfall.io/large/front/2/8/2841a331-c915-44b9-8af3-c6991b1d05d3.jpg?1783934682" />
    </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">
                $6.90
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.28},{&quot;2026-06-12&quot;:5.28},{&quot;2026-06-13&quot;:5.28},{&quot;2026-06-14&quot;:5.28},{&quot;2026-06-15&quot;:5.28},{&quot;2026-06-16&quot;:5.28},{&quot;2026-06-17&quot;:5.28},{&quot;2026-06-18&quot;:5.28},{&quot;2026-06-19&quot;:5.28},{&quot;2026-06-20&quot;:5.28},{&quot;2026-06-21&quot;:5.28},{&quot;2026-06-22&quot;:5.28},{&quot;2026-06-23&quot;:5.28},{&quot;2026-06-24&quot;:5.28},{&quot;2026-06-25&quot;:5.46},{&quot;2026-06-26&quot;:5.46},{&quot;2026-06-27&quot;:5.71},{&quot;2026-06-28&quot;:5.76},{&quot;2026-06-29&quot;:6.25},{&quot;2026-06-30&quot;:6.25},{&quot;2026-07-01&quot;:6.16},{&quot;2026-07-02&quot;:6.41},{&quot;2026-07-03&quot;:6.41},{&quot;2026-07-04&quot;:6.41},{&quot;2026-07-05&quot;:6.41},{&quot;2026-07-06&quot;:6.41},{&quot;2026-07-07&quot;:6.41},{&quot;2026-07-08&quot;:6.41},{&quot;2026-07-09&quot;:6.41},{&quot;2026-07-10&quot;:6.41},{&quot;2026-07-11&quot;:6.41},{&quot;2026-07-12&quot;:6.41},{&quot;2026-07-13&quot;:6.41},{&quot;2026-07-14&quot;:6.41},{&quot;2026-07-15&quot;:6.46},{&quot;2026-07-16&quot;:6.46},{&quot;2026-07-17&quot;:6.46},{&quot;2026-07-18&quot;:6.46},{&quot;2026-07-19&quot;:6.46},{&quot;2026-07-20&quot;:6.46},{&quot;2026-07-21&quot;:6.45},{&quot;2026-07-23&quot;:6.45},{&quot;2026-07-25&quot;:6.61},{&quot;2026-07-26&quot;:6.77},{&quot;2026-07-27&quot;:6.77},{&quot;2026-07-28&quot;:7.08},{&quot;2026-07-29&quot;:6.85},{&quot;2026-07-30&quot;:6.85},{&quot;2026-07-31&quot;:6.85},{&quot;2026-08-01&quot;:6.85},{&quot;2026-08-02&quot;:6.85},{&quot;2026-08-03&quot;:6.85},{&quot;2026-08-04&quot;:6.85},{&quot;2026-08-05&quot;:6.24},{&quot;2026-08-07&quot;:6.24},{&quot;2026-08-08&quot;:6.24},{&quot;2026-08-09&quot;:6.24},{&quot;2026-08-10&quot;:6.73},{&quot;2026-08-11&quot;:6.73},{&quot;2026-08-12&quot;:6.73},{&quot;2026-08-13&quot;:6.73},{&quot;2026-08-14&quot;:6.69},{&quot;2026-08-15&quot;:6.69},{&quot;2026-08-16&quot;:6.69},{&quot;2026-08-17&quot;:6.69},{&quot;2026-08-18&quot;:6.69},{&quot;2026-08-19&quot;:6.69},{&quot;2026-08-20&quot;:6.69},{&quot;2026-08-21&quot;:6.69},{&quot;2026-08-22&quot;:6.87},{&quot;2026-08-23&quot;:6.87},{&quot;2026-08-24&quot;:6.87},{&quot;2026-08-25&quot;:6.87},{&quot;2026-08-26&quot;:6.87},{&quot;2026-08-27&quot;:6.87},{&quot;2026-08-28&quot;:6.87},{&quot;2026-08-29&quot;:6.87},{&quot;2026-08-30&quot;:6.87},{&quot;2026-08-31&quot;:6.87},{&quot;2026-09-01&quot;:6.87},{&quot;2026-09-02&quot;:6.99},{&quot;2026-09-03&quot;:6.99},{&quot;2026-09-04&quot;:6.99},{&quot;2026-09-05&quot;:6.9},{&quot;2026-09-06&quot;:6.9},{&quot;2026-09-07&quot;:6.9},{&quot;2026-09-08&quot;:6.9},{&quot;2026-09-09&quot;:6.9},{&quot;2026-09-10&quot;:6.9},{&quot;2026-09-11&quot;:6.9}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.87
          </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="Engineered Explosives" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/1/f1e2b69e-b06b-46a5-ac57-a6a180eeecc7.jpg?1783933763" />

        <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">
            Engineered Explosives
        </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-x'></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="Engineered Explosives" src="https://cards.scryfall.io/large/front/f/1/f1e2b69e-b06b-46a5-ac57-a6a180eeecc7.jpg?1783933763" />
    </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">
                $6.87
              </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">
                $6.34
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:5.44},{&quot;2026-06-10&quot;:5.44},{&quot;2026-06-11&quot;:5.5},{&quot;2026-06-12&quot;:5.5},{&quot;2026-06-13&quot;:5.5},{&quot;2026-06-14&quot;:5.5},{&quot;2026-06-15&quot;:5.5},{&quot;2026-06-16&quot;:5.5},{&quot;2026-06-17&quot;:5.65},{&quot;2026-06-18&quot;:5.95},{&quot;2026-06-19&quot;:5.95},{&quot;2026-06-20&quot;:5.95},{&quot;2026-06-21&quot;:5.95},{&quot;2026-06-22&quot;:5.95},{&quot;2026-06-24&quot;:5.95},{&quot;2026-06-25&quot;:5.95},{&quot;2026-06-26&quot;:5.95},{&quot;2026-06-27&quot;:5.95},{&quot;2026-06-28&quot;:5.95},{&quot;2026-06-29&quot;:5.95},{&quot;2026-06-30&quot;:5.95},{&quot;2026-07-01&quot;:5.95},{&quot;2026-07-02&quot;:5.95},{&quot;2026-07-03&quot;:5.95},{&quot;2026-07-04&quot;:5.95},{&quot;2026-07-05&quot;:5.9},{&quot;2026-07-06&quot;:5.9},{&quot;2026-07-07&quot;:5.9},{&quot;2026-07-08&quot;:5.9},{&quot;2026-07-09&quot;:5.9},{&quot;2026-07-10&quot;:5.9},{&quot;2026-07-11&quot;:6.0},{&quot;2026-07-12&quot;:6.0},{&quot;2026-07-13&quot;:6.0},{&quot;2026-07-14&quot;:6.12},{&quot;2026-07-15&quot;:6.25},{&quot;2026-07-16&quot;:6.25},{&quot;2026-07-17&quot;:6.25},{&quot;2026-07-18&quot;:6.25},{&quot;2026-07-19&quot;:6.25},{&quot;2026-07-20&quot;:6.25},{&quot;2026-07-21&quot;:6.25},{&quot;2026-07-23&quot;:6.25},{&quot;2026-07-25&quot;:6.25},{&quot;2026-07-26&quot;:6.25},{&quot;2026-07-27&quot;:6.25},{&quot;2026-07-29&quot;:6.4},{&quot;2026-07-30&quot;:6.4},{&quot;2026-07-31&quot;:6.4},{&quot;2026-08-01&quot;:6.4},{&quot;2026-08-02&quot;:6.4},{&quot;2026-08-03&quot;:6.4},{&quot;2026-08-04&quot;:6.47},{&quot;2026-08-05&quot;:6.47},{&quot;2026-08-07&quot;:6.39},{&quot;2026-08-08&quot;:6.39},{&quot;2026-08-09&quot;:6.39},{&quot;2026-08-10&quot;:6.39},{&quot;2026-08-11&quot;:6.39},{&quot;2026-08-12&quot;:6.39},{&quot;2026-08-13&quot;:6.39},{&quot;2026-08-14&quot;:6.39},{&quot;2026-08-15&quot;:6.39},{&quot;2026-08-16&quot;:6.39},{&quot;2026-08-17&quot;:6.39},{&quot;2026-08-18&quot;:6.39},{&quot;2026-08-19&quot;:6.39},{&quot;2026-08-20&quot;:6.39},{&quot;2026-08-21&quot;:6.25},{&quot;2026-08-22&quot;:6.25},{&quot;2026-08-23&quot;:6.25},{&quot;2026-08-24&quot;:6.25},{&quot;2026-08-25&quot;:6.25},{&quot;2026-08-26&quot;:6.25},{&quot;2026-08-27&quot;:6.34},{&quot;2026-08-28&quot;:6.34},{&quot;2026-08-29&quot;:6.34},{&quot;2026-08-30&quot;:6.34},{&quot;2026-08-31&quot;:6.34},{&quot;2026-09-01&quot;:6.34},{&quot;2026-09-02&quot;:6.34},{&quot;2026-09-03&quot;:6.34},{&quot;2026-09-04&quot;:6.34},{&quot;2026-09-05&quot;:6.34},{&quot;2026-09-06&quot;:6.34},{&quot;2026-09-07&quot;:6.34},{&quot;2026-09-08&quot;:6.34},{&quot;2026-09-09&quot;:6.34},{&quot;2026-09-10&quot;:6.34},{&quot;2026-09-11&quot;:6.34}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.15},{&quot;2026-06-10&quot;:7.0},{&quot;2026-06-11&quot;:6.79},{&quot;2026-06-12&quot;:6.79},{&quot;2026-06-13&quot;:6.93},{&quot;2026-06-14&quot;:6.93},{&quot;2026-06-15&quot;:7.27},{&quot;2026-06-16&quot;:7.68},{&quot;2026-06-17&quot;:7.86},{&quot;2026-06-18&quot;:8.35},{&quot;2026-06-19&quot;:8.03},{&quot;2026-06-20&quot;:8.03},{&quot;2026-06-21&quot;:8.05},{&quot;2026-06-22&quot;:7.65},{&quot;2026-06-24&quot;:7.53},{&quot;2026-06-25&quot;:7.53},{&quot;2026-06-26&quot;:7.53},{&quot;2026-06-27&quot;:7.48},{&quot;2026-06-28&quot;:7.48},{&quot;2026-06-29&quot;:7.84},{&quot;2026-06-30&quot;:7.84},{&quot;2026-07-01&quot;:7.82},{&quot;2026-07-02&quot;:7.82},{&quot;2026-07-03&quot;:7.84},{&quot;2026-07-04&quot;:7.84},{&quot;2026-07-05&quot;:7.84},{&quot;2026-07-06&quot;:7.83},{&quot;2026-07-07&quot;:7.55},{&quot;2026-07-08&quot;:7.55},{&quot;2026-07-09&quot;:7.55},{&quot;2026-07-10&quot;:7.59},{&quot;2026-07-11&quot;:7.87},{&quot;2026-07-12&quot;:7.89},{&quot;2026-07-13&quot;:7.94},{&quot;2026-07-14&quot;:7.94},{&quot;2026-07-15&quot;:7.94},{&quot;2026-07-16&quot;:7.94},{&quot;2026-07-17&quot;:7.82},{&quot;2026-07-18&quot;:7.82},{&quot;2026-07-19&quot;:7.82},{&quot;2026-07-20&quot;:7.82},{&quot;2026-07-21&quot;:7.79},{&quot;2026-07-23&quot;:7.72},{&quot;2026-07-25&quot;:7.75},{&quot;2026-07-26&quot;:7.75},{&quot;2026-07-27&quot;:7.75},{&quot;2026-07-29&quot;:7.82},{&quot;2026-07-30&quot;:7.82},{&quot;2026-07-31&quot;:7.87},{&quot;2026-08-01&quot;:7.87},{&quot;2026-08-02&quot;:7.87},{&quot;2026-08-03&quot;:7.87},{&quot;2026-08-04&quot;:7.87},{&quot;2026-08-05&quot;:7.87},{&quot;2026-08-07&quot;:7.87},{&quot;2026-08-08&quot;:7.87},{&quot;2026-08-09&quot;:7.87},{&quot;2026-08-10&quot;:7.87},{&quot;2026-08-11&quot;:7.87},{&quot;2026-08-12&quot;:7.81},{&quot;2026-08-13&quot;:7.81},{&quot;2026-08-14&quot;:7.81},{&quot;2026-08-15&quot;:7.81},{&quot;2026-08-16&quot;:7.68},{&quot;2026-08-17&quot;:7.68},{&quot;2026-08-18&quot;:7.68},{&quot;2026-08-19&quot;:7.68},{&quot;2026-08-20&quot;:7.68},{&quot;2026-08-21&quot;:7.56},{&quot;2026-08-22&quot;:7.56},{&quot;2026-08-23&quot;:7.56},{&quot;2026-08-24&quot;:7.56},{&quot;2026-08-25&quot;:7.56},{&quot;2026-08-26&quot;:7.56},{&quot;2026-08-27&quot;:7.56},{&quot;2026-08-28&quot;:7.56},{&quot;2026-08-29&quot;:7.56},{&quot;2026-08-30&quot;:7.56},{&quot;2026-08-31&quot;:7.56},{&quot;2026-09-01&quot;:7.56},{&quot;2026-09-02&quot;:7.56},{&quot;2026-09-03&quot;:7.56},{&quot;2026-09-04&quot;:7.36},{&quot;2026-09-05&quot;:7.13},{&quot;2026-09-06&quot;:7.01},{&quot;2026-09-07&quot;:7.01},{&quot;2026-09-08&quot;:6.87},{&quot;2026-09-09&quot;:6.87},{&quot;2026-09-10&quot;:6.87},{&quot;2026-09-11&quot;:6.87}]}"
        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="14275"
  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">
            Wild-Magic Sorcerer
        </span>


      </div>

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

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

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

        <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">
            Wild-Magic Sorcerer
        </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 — Orc Shaman Sorcerer</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wild-Magic Sorcerer" src="https://cards.scryfall.io/large/front/b/5/b5de7331-d0c6-46a5-b08d-0e032db63223.jpg?1783922412" />
    </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">
                $6.85
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.64},{&quot;2026-06-10&quot;:6.85},{&quot;2026-06-11&quot;:6.91},{&quot;2026-06-12&quot;:6.89},{&quot;2026-06-13&quot;:6.74},{&quot;2026-06-14&quot;:6.65},{&quot;2026-06-15&quot;:6.64},{&quot;2026-06-16&quot;:6.39},{&quot;2026-06-17&quot;:6.36},{&quot;2026-06-18&quot;:6.22},{&quot;2026-06-19&quot;:6.1},{&quot;2026-06-20&quot;:6.17},{&quot;2026-06-21&quot;:6.12},{&quot;2026-06-22&quot;:6.1},{&quot;2026-06-24&quot;:6.11},{&quot;2026-06-25&quot;:6.07},{&quot;2026-06-26&quot;:6.06},{&quot;2026-06-27&quot;:6.05},{&quot;2026-06-28&quot;:6.04},{&quot;2026-06-29&quot;:5.79},{&quot;2026-06-30&quot;:5.8},{&quot;2026-07-01&quot;:5.72},{&quot;2026-07-02&quot;:5.57},{&quot;2026-07-03&quot;:5.61},{&quot;2026-07-04&quot;:5.65},{&quot;2026-07-05&quot;:5.63},{&quot;2026-07-06&quot;:5.84},{&quot;2026-07-07&quot;:5.79},{&quot;2026-07-08&quot;:5.74},{&quot;2026-07-09&quot;:5.69},{&quot;2026-07-10&quot;:5.69},{&quot;2026-07-11&quot;:5.69},{&quot;2026-07-12&quot;:5.69},{&quot;2026-07-13&quot;:5.67},{&quot;2026-07-14&quot;:5.78},{&quot;2026-07-15&quot;:5.52},{&quot;2026-07-16&quot;:5.46},{&quot;2026-07-17&quot;:5.5},{&quot;2026-07-18&quot;:5.59},{&quot;2026-07-19&quot;:5.65},{&quot;2026-07-20&quot;:5.69},{&quot;2026-07-21&quot;:5.71},{&quot;2026-07-23&quot;:5.93},{&quot;2026-07-25&quot;:5.99},{&quot;2026-07-26&quot;:5.98},{&quot;2026-07-27&quot;:5.99},{&quot;2026-07-29&quot;:6.01},{&quot;2026-07-30&quot;:6.13},{&quot;2026-07-31&quot;:6.19},{&quot;2026-08-01&quot;:6.19},{&quot;2026-08-02&quot;:6.19},{&quot;2026-08-03&quot;:6.25},{&quot;2026-08-04&quot;:6.22},{&quot;2026-08-05&quot;:6.29},{&quot;2026-08-07&quot;:6.26},{&quot;2026-08-08&quot;:6.26},{&quot;2026-08-09&quot;:6.26},{&quot;2026-08-10&quot;:6.32},{&quot;2026-08-11&quot;:6.32},{&quot;2026-08-12&quot;:6.32},{&quot;2026-08-13&quot;:6.32},{&quot;2026-08-14&quot;:6.32},{&quot;2026-08-15&quot;:6.47},{&quot;2026-08-16&quot;:6.51},{&quot;2026-08-17&quot;:6.49},{&quot;2026-08-18&quot;:6.65},{&quot;2026-08-19&quot;:6.65},{&quot;2026-08-20&quot;:6.65},{&quot;2026-08-21&quot;:6.67},{&quot;2026-08-22&quot;:6.7},{&quot;2026-08-23&quot;:6.79},{&quot;2026-08-24&quot;:6.67},{&quot;2026-08-25&quot;:6.67},{&quot;2026-08-26&quot;:6.69},{&quot;2026-08-27&quot;:6.69},{&quot;2026-08-28&quot;:6.63},{&quot;2026-08-29&quot;:6.63},{&quot;2026-08-30&quot;:6.45},{&quot;2026-08-31&quot;:6.57},{&quot;2026-09-01&quot;:6.57},{&quot;2026-09-02&quot;:6.62},{&quot;2026-09-03&quot;:6.78},{&quot;2026-09-04&quot;:6.72},{&quot;2026-09-05&quot;:6.86},{&quot;2026-09-06&quot;:6.86},{&quot;2026-09-07&quot;:6.86},{&quot;2026-09-08&quot;:6.86},{&quot;2026-09-09&quot;:6.9},{&quot;2026-09-10&quot;:6.9},{&quot;2026-09-11&quot;:6.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73126"
  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-bro 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">
            Battlefield Forge
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Battlefield Forge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/d/7dbd1d94-9ae2-46dc-9ece-26e72a323fd1.jpg?1783919992" />

        <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">
            Battlefield Forge
        </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="Battlefield Forge" src="https://cards.scryfall.io/large/front/7/d/7dbd1d94-9ae2-46dc-9ece-26e72a323fd1.jpg?1783919992" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.58},{&quot;2026-06-14&quot;:6.47},{&quot;2026-06-15&quot;:6.45},{&quot;2026-06-16&quot;:6.5},{&quot;2026-06-17&quot;:6.59},{&quot;2026-06-18&quot;:6.59},{&quot;2026-06-19&quot;:6.77},{&quot;2026-06-20&quot;:6.77},{&quot;2026-06-21&quot;:6.77},{&quot;2026-06-22&quot;:6.77},{&quot;2026-06-23&quot;:6.71},{&quot;2026-06-24&quot;:6.71},{&quot;2026-06-25&quot;:6.53},{&quot;2026-06-26&quot;:6.43},{&quot;2026-06-27&quot;:6.43},{&quot;2026-06-28&quot;:6.43},{&quot;2026-06-29&quot;:6.43},{&quot;2026-06-30&quot;:6.43},{&quot;2026-07-01&quot;:6.43},{&quot;2026-07-02&quot;:6.43},{&quot;2026-07-03&quot;:6.43},{&quot;2026-07-04&quot;:6.43},{&quot;2026-07-05&quot;:6.42},{&quot;2026-07-06&quot;:6.42},{&quot;2026-07-07&quot;:6.4},{&quot;2026-07-08&quot;:6.4},{&quot;2026-07-09&quot;:6.4},{&quot;2026-07-10&quot;:6.37},{&quot;2026-07-11&quot;:6.37},{&quot;2026-07-12&quot;:6.31},{&quot;2026-07-13&quot;:6.3},{&quot;2026-07-14&quot;:6.3},{&quot;2026-07-15&quot;:6.3},{&quot;2026-07-16&quot;:6.32},{&quot;2026-07-17&quot;:6.31},{&quot;2026-07-18&quot;:6.31},{&quot;2026-07-19&quot;:6.28},{&quot;2026-07-20&quot;:6.28},{&quot;2026-07-21&quot;:6.27},{&quot;2026-07-22&quot;:6.3},{&quot;2026-07-23&quot;:6.26},{&quot;2026-07-24&quot;:6.26},{&quot;2026-07-25&quot;:6.26},{&quot;2026-07-26&quot;:6.23},{&quot;2026-07-27&quot;:6.27},{&quot;2026-07-28&quot;:6.36},{&quot;2026-07-29&quot;:6.37},{&quot;2026-07-30&quot;:6.39},{&quot;2026-07-31&quot;:6.39},{&quot;2026-08-01&quot;:6.39},{&quot;2026-08-02&quot;:6.39},{&quot;2026-08-03&quot;:6.35},{&quot;2026-08-04&quot;:6.35},{&quot;2026-08-05&quot;:6.28},{&quot;2026-08-07&quot;:6.34},{&quot;2026-08-08&quot;:6.43},{&quot;2026-08-09&quot;:6.43},{&quot;2026-08-10&quot;:6.43},{&quot;2026-08-11&quot;:6.43},{&quot;2026-08-12&quot;:6.43},{&quot;2026-08-13&quot;:6.43},{&quot;2026-08-14&quot;:6.43},{&quot;2026-08-15&quot;:6.52},{&quot;2026-08-16&quot;:6.52},{&quot;2026-08-17&quot;:6.69},{&quot;2026-08-18&quot;:6.69},{&quot;2026-08-19&quot;:6.69},{&quot;2026-08-20&quot;:6.69},{&quot;2026-08-21&quot;:6.69},{&quot;2026-08-22&quot;:6.82},{&quot;2026-08-23&quot;:6.82},{&quot;2026-08-24&quot;:6.82},{&quot;2026-08-25&quot;:6.82},{&quot;2026-08-26&quot;:6.82},{&quot;2026-08-27&quot;:6.82},{&quot;2026-08-28&quot;:6.82},{&quot;2026-08-29&quot;:6.82},{&quot;2026-08-30&quot;:6.82},{&quot;2026-08-31&quot;:6.85},{&quot;2026-09-01&quot;:6.85},{&quot;2026-09-02&quot;:6.85},{&quot;2026-09-03&quot;:6.85},{&quot;2026-09-04&quot;:6.85},{&quot;2026-09-05&quot;:6.85},{&quot;2026-09-06&quot;:6.85},{&quot;2026-09-07&quot;:6.85},{&quot;2026-09-08&quot;:6.85},{&quot;2026-09-09&quot;:6.85},{&quot;2026-09-10&quot;:6.85},{&quot;2026-09-11&quot;:6.85}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.33},{&quot;2026-06-14&quot;:2.36},{&quot;2026-06-15&quot;:2.36},{&quot;2026-06-16&quot;:2.36},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.36},{&quot;2026-06-19&quot;:2.37},{&quot;2026-06-20&quot;:2.37},{&quot;2026-06-21&quot;:2.37},{&quot;2026-06-22&quot;:2.4},{&quot;2026-06-23&quot;:2.4},{&quot;2026-06-24&quot;:2.39},{&quot;2026-06-25&quot;:2.37},{&quot;2026-06-26&quot;:2.4},{&quot;2026-06-27&quot;:2.33},{&quot;2026-06-28&quot;:2.33},{&quot;2026-06-29&quot;:2.37},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.36},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.43},{&quot;2026-07-05&quot;:2.48},{&quot;2026-07-06&quot;:2.6},{&quot;2026-07-07&quot;:2.6},{&quot;2026-07-08&quot;:2.57},{&quot;2026-07-09&quot;:2.63},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.68},{&quot;2026-07-12&quot;:2.68},{&quot;2026-07-13&quot;:2.68},{&quot;2026-07-14&quot;:2.67},{&quot;2026-07-15&quot;:2.67},{&quot;2026-07-16&quot;:2.67},{&quot;2026-07-17&quot;:2.68},{&quot;2026-07-18&quot;:2.71},{&quot;2026-07-19&quot;:2.7},{&quot;2026-07-20&quot;:2.74},{&quot;2026-07-21&quot;:2.75},{&quot;2026-07-22&quot;:2.74},{&quot;2026-07-23&quot;:2.74},{&quot;2026-07-24&quot;:2.68},{&quot;2026-07-25&quot;:2.68},{&quot;2026-07-26&quot;:2.65},{&quot;2026-07-27&quot;:2.63},{&quot;2026-07-28&quot;:2.63},{&quot;2026-07-29&quot;:2.66},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.7},{&quot;2026-08-01&quot;:2.7},{&quot;2026-08-02&quot;:2.71},{&quot;2026-08-03&quot;:2.7},{&quot;2026-08-04&quot;:2.68},{&quot;2026-08-05&quot;:2.67},{&quot;2026-08-07&quot;:2.66},{&quot;2026-08-08&quot;:2.63},{&quot;2026-08-09&quot;:2.63},{&quot;2026-08-10&quot;:2.63},{&quot;2026-08-11&quot;:2.65},{&quot;2026-08-12&quot;:2.65},{&quot;2026-08-13&quot;:2.54},{&quot;2026-08-14&quot;:2.54},{&quot;2026-08-15&quot;:2.57},{&quot;2026-08-16&quot;:2.6},{&quot;2026-08-17&quot;:2.6},{&quot;2026-08-18&quot;:2.58},{&quot;2026-08-19&quot;:2.6},{&quot;2026-08-20&quot;:2.6},{&quot;2026-08-21&quot;:2.56},{&quot;2026-08-22&quot;:2.49},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.47},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.34},{&quot;2026-08-28&quot;:2.32},{&quot;2026-08-29&quot;:2.32},{&quot;2026-08-30&quot;:2.24},{&quot;2026-08-31&quot;:2.16},{&quot;2026-09-01&quot;:2.22},{&quot;2026-09-02&quot;:2.13},{&quot;2026-09-03&quot;:2.13},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.12},{&quot;2026-09-08&quot;:2.18},{&quot;2026-09-09&quot;:2.24},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49415"
  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-mh1 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">
            Nurturing Peatland
        </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="text-sm font-medium text-nine-white">
            $6.84
          </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="Nurturing Peatland" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/7/2744ac83-a79f-4042-8720-688b5adda382.jpg?1783933066" />

        <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">
            Nurturing Peatland
        </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="Nurturing Peatland" src="https://cards.scryfall.io/large/front/2/7/2744ac83-a79f-4042-8720-688b5adda382.jpg?1783933066" />
    </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">
                $6.84
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.61},{&quot;2026-06-14&quot;:11.61},{&quot;2026-06-15&quot;:11.61},{&quot;2026-06-16&quot;:11.61},{&quot;2026-06-17&quot;:11.61},{&quot;2026-06-18&quot;:11.61},{&quot;2026-06-19&quot;:11.61},{&quot;2026-06-20&quot;:11.61},{&quot;2026-06-21&quot;:11.61},{&quot;2026-06-22&quot;:11.61},{&quot;2026-06-23&quot;:11.61},{&quot;2026-06-24&quot;:11.61},{&quot;2026-06-25&quot;:11.61},{&quot;2026-06-26&quot;:12.26},{&quot;2026-06-27&quot;:12.26},{&quot;2026-06-28&quot;:12.26},{&quot;2026-06-29&quot;:12.26},{&quot;2026-06-30&quot;:12.26},{&quot;2026-07-01&quot;:12.26},{&quot;2026-07-02&quot;:12.26},{&quot;2026-07-03&quot;:12.26},{&quot;2026-07-04&quot;:12.26},{&quot;2026-07-05&quot;:12.26},{&quot;2026-07-06&quot;:12.26},{&quot;2026-07-07&quot;:12.26},{&quot;2026-07-08&quot;:12.26},{&quot;2026-07-09&quot;:12.26},{&quot;2026-07-10&quot;:12.26},{&quot;2026-07-11&quot;:12.26},{&quot;2026-07-12&quot;:12.26},{&quot;2026-07-13&quot;:12.26},{&quot;2026-07-14&quot;:12.26},{&quot;2026-07-15&quot;:12.26},{&quot;2026-07-16&quot;:12.26},{&quot;2026-07-17&quot;:12.26},{&quot;2026-07-18&quot;:12.26},{&quot;2026-07-19&quot;:12.56},{&quot;2026-07-20&quot;:12.56},{&quot;2026-07-21&quot;:12.56},{&quot;2026-07-22&quot;:12.59},{&quot;2026-07-23&quot;:12.59},{&quot;2026-07-24&quot;:12.59},{&quot;2026-07-25&quot;:12.59},{&quot;2026-07-26&quot;:12.59},{&quot;2026-07-27&quot;:12.59},{&quot;2026-07-28&quot;:12.59},{&quot;2026-07-29&quot;:12.59},{&quot;2026-07-30&quot;:12.76},{&quot;2026-07-31&quot;:12.76},{&quot;2026-08-01&quot;:12.76},{&quot;2026-08-02&quot;:12.76},{&quot;2026-08-03&quot;:12.45},{&quot;2026-08-04&quot;:12.45},{&quot;2026-08-05&quot;:12.45},{&quot;2026-08-07&quot;:12.77},{&quot;2026-08-08&quot;:12.77},{&quot;2026-08-09&quot;:12.77},{&quot;2026-08-10&quot;:12.77},{&quot;2026-08-11&quot;:12.79},{&quot;2026-08-12&quot;:12.79},{&quot;2026-08-13&quot;:12.79},{&quot;2026-08-14&quot;:12.79},{&quot;2026-08-15&quot;:12.93},{&quot;2026-08-16&quot;:12.93},{&quot;2026-08-17&quot;:12.93},{&quot;2026-08-18&quot;:12.93},{&quot;2026-08-19&quot;:12.93},{&quot;2026-08-20&quot;:12.93},{&quot;2026-08-21&quot;:12.93},{&quot;2026-08-22&quot;:12.93},{&quot;2026-08-23&quot;:12.93},{&quot;2026-08-24&quot;:12.93},{&quot;2026-08-25&quot;:12.79},{&quot;2026-08-26&quot;:13.05},{&quot;2026-08-27&quot;:13.05},{&quot;2026-08-28&quot;:13.05},{&quot;2026-08-29&quot;:13.05},{&quot;2026-08-30&quot;:13.05},{&quot;2026-08-31&quot;:13.05},{&quot;2026-09-01&quot;:13.05},{&quot;2026-09-02&quot;:13.05},{&quot;2026-09-03&quot;:13.08},{&quot;2026-09-04&quot;:13.08},{&quot;2026-09-05&quot;:13.08},{&quot;2026-09-06&quot;:13.08},{&quot;2026-09-07&quot;:13.08},{&quot;2026-09-08&quot;:13.08},{&quot;2026-09-09&quot;:13.08},{&quot;2026-09-10&quot;:13.08},{&quot;2026-09-11&quot;:13.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.21},{&quot;2026-06-14&quot;:7.29},{&quot;2026-06-15&quot;:7.34},{&quot;2026-06-16&quot;:7.38},{&quot;2026-06-17&quot;:7.49},{&quot;2026-06-18&quot;:7.27},{&quot;2026-06-19&quot;:7.1},{&quot;2026-06-20&quot;:7.15},{&quot;2026-06-21&quot;:7.19},{&quot;2026-06-22&quot;:7.01},{&quot;2026-06-23&quot;:6.97},{&quot;2026-06-24&quot;:6.98},{&quot;2026-06-25&quot;:7.05},{&quot;2026-06-26&quot;:7.05},{&quot;2026-06-27&quot;:6.93},{&quot;2026-06-28&quot;:6.97},{&quot;2026-06-29&quot;:6.97},{&quot;2026-06-30&quot;:6.88},{&quot;2026-07-01&quot;:6.95},{&quot;2026-07-02&quot;:7.07},{&quot;2026-07-03&quot;:6.98},{&quot;2026-07-04&quot;:6.83},{&quot;2026-07-05&quot;:6.87},{&quot;2026-07-06&quot;:6.89},{&quot;2026-07-07&quot;:6.88},{&quot;2026-07-08&quot;:6.6},{&quot;2026-07-09&quot;:6.54},{&quot;2026-07-10&quot;:6.5},{&quot;2026-07-11&quot;:6.56},{&quot;2026-07-12&quot;:6.56},{&quot;2026-07-13&quot;:6.62},{&quot;2026-07-14&quot;:6.65},{&quot;2026-07-15&quot;:6.68},{&quot;2026-07-16&quot;:6.64},{&quot;2026-07-17&quot;:6.56},{&quot;2026-07-18&quot;:6.56},{&quot;2026-07-19&quot;:6.49},{&quot;2026-07-20&quot;:6.5},{&quot;2026-07-21&quot;:6.42},{&quot;2026-07-22&quot;:6.36},{&quot;2026-07-23&quot;:6.26},{&quot;2026-07-24&quot;:6.29},{&quot;2026-07-25&quot;:6.3},{&quot;2026-07-26&quot;:6.22},{&quot;2026-07-27&quot;:6.22},{&quot;2026-07-28&quot;:6.27},{&quot;2026-07-29&quot;:6.13},{&quot;2026-07-30&quot;:6.2},{&quot;2026-07-31&quot;:6.59},{&quot;2026-08-01&quot;:6.62},{&quot;2026-08-02&quot;:6.63},{&quot;2026-08-03&quot;:6.62},{&quot;2026-08-04&quot;:6.62},{&quot;2026-08-05&quot;:6.62},{&quot;2026-08-07&quot;:6.7},{&quot;2026-08-08&quot;:6.7},{&quot;2026-08-09&quot;:6.75},{&quot;2026-08-10&quot;:6.62},{&quot;2026-08-11&quot;:6.54},{&quot;2026-08-12&quot;:6.63},{&quot;2026-08-13&quot;:6.74},{&quot;2026-08-14&quot;:6.66},{&quot;2026-08-15&quot;:6.72},{&quot;2026-08-16&quot;:6.45},{&quot;2026-08-17&quot;:6.64},{&quot;2026-08-18&quot;:6.54},{&quot;2026-08-19&quot;:6.52},{&quot;2026-08-20&quot;:6.48},{&quot;2026-08-21&quot;:6.45},{&quot;2026-08-22&quot;:6.79},{&quot;2026-08-23&quot;:6.87},{&quot;2026-08-24&quot;:6.8},{&quot;2026-08-25&quot;:6.8},{&quot;2026-08-26&quot;:6.82},{&quot;2026-08-27&quot;:6.76},{&quot;2026-08-28&quot;:6.75},{&quot;2026-08-29&quot;:6.75},{&quot;2026-08-30&quot;:6.63},{&quot;2026-08-31&quot;:6.6},{&quot;2026-09-01&quot;:6.69},{&quot;2026-09-02&quot;:6.66},{&quot;2026-09-03&quot;:6.59},{&quot;2026-09-04&quot;:6.81},{&quot;2026-09-05&quot;:6.81},{&quot;2026-09-06&quot;:6.89},{&quot;2026-09-07&quot;:6.9},{&quot;2026-09-08&quot;:6.95},{&quot;2026-09-09&quot;:7.04},{&quot;2026-09-10&quot;:6.9},{&quot;2026-09-11&quot;:6.84}]}"
        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="74215"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-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">
            Arwen, Mortal Queen
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Arwen, Mortal Queen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/547f92d4-cd1d-4ca7-a6e2-6473b4d3c832.jpg?1783916259" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Arwen, Mortal Queen
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Arwen, Mortal Queen" src="https://cards.scryfall.io/large/front/5/4/547f92d4-cd1d-4ca7-a6e2-6473b4d3c832.jpg?1783916259" />
    </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">
                $6.84
              </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.78
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.62},{&quot;2026-06-14&quot;:7.62},{&quot;2026-06-15&quot;:7.62},{&quot;2026-06-16&quot;:7.75},{&quot;2026-06-17&quot;:7.75},{&quot;2026-06-18&quot;:7.75},{&quot;2026-06-19&quot;:7.75},{&quot;2026-06-20&quot;:7.75},{&quot;2026-06-21&quot;:7.75},{&quot;2026-06-22&quot;:7.75},{&quot;2026-06-23&quot;:7.69},{&quot;2026-06-24&quot;:7.7},{&quot;2026-06-25&quot;:7.7},{&quot;2026-06-26&quot;:7.7},{&quot;2026-06-27&quot;:7.7},{&quot;2026-06-28&quot;:7.7},{&quot;2026-06-29&quot;:7.64},{&quot;2026-06-30&quot;:7.64},{&quot;2026-07-01&quot;:7.64},{&quot;2026-07-02&quot;:7.61},{&quot;2026-07-03&quot;:7.61},{&quot;2026-07-04&quot;:7.51},{&quot;2026-07-05&quot;:7.51},{&quot;2026-07-06&quot;:7.45},{&quot;2026-07-07&quot;:7.45},{&quot;2026-07-08&quot;:7.35},{&quot;2026-07-09&quot;:7.35},{&quot;2026-07-10&quot;:7.35},{&quot;2026-07-11&quot;:7.35},{&quot;2026-07-12&quot;:7.32},{&quot;2026-07-13&quot;:7.32},{&quot;2026-07-14&quot;:7.22},{&quot;2026-07-15&quot;:7.22},{&quot;2026-07-16&quot;:7.2},{&quot;2026-07-17&quot;:7.2},{&quot;2026-07-18&quot;:7.27},{&quot;2026-07-19&quot;:7.46},{&quot;2026-07-20&quot;:7.44},{&quot;2026-07-21&quot;:7.44},{&quot;2026-07-22&quot;:7.37},{&quot;2026-07-23&quot;:7.34},{&quot;2026-07-24&quot;:7.34},{&quot;2026-07-25&quot;:7.51},{&quot;2026-07-26&quot;:7.51},{&quot;2026-07-27&quot;:7.52},{&quot;2026-07-28&quot;:7.52},{&quot;2026-07-29&quot;:7.46},{&quot;2026-07-30&quot;:7.46},{&quot;2026-07-31&quot;:7.52},{&quot;2026-08-01&quot;:7.52},{&quot;2026-08-02&quot;:7.52},{&quot;2026-08-03&quot;:7.52},{&quot;2026-08-04&quot;:7.52},{&quot;2026-08-05&quot;:7.58},{&quot;2026-08-07&quot;:7.58},{&quot;2026-08-08&quot;:7.58},{&quot;2026-08-09&quot;:7.61},{&quot;2026-08-10&quot;:7.61},{&quot;2026-08-11&quot;:7.61},{&quot;2026-08-12&quot;:7.68},{&quot;2026-08-13&quot;:7.68},{&quot;2026-08-14&quot;:7.68},{&quot;2026-08-15&quot;:7.68},{&quot;2026-08-16&quot;:7.68},{&quot;2026-08-17&quot;:7.65},{&quot;2026-08-18&quot;:7.65},{&quot;2026-08-19&quot;:7.74},{&quot;2026-08-20&quot;:7.79},{&quot;2026-08-21&quot;:7.81},{&quot;2026-08-22&quot;:7.81},{&quot;2026-08-23&quot;:7.81},{&quot;2026-08-24&quot;:8.01},{&quot;2026-08-25&quot;:7.83},{&quot;2026-08-26&quot;:7.8},{&quot;2026-08-27&quot;:7.71},{&quot;2026-08-28&quot;:7.75},{&quot;2026-08-29&quot;:7.75},{&quot;2026-08-30&quot;:7.77},{&quot;2026-08-31&quot;:7.77},{&quot;2026-09-01&quot;:7.77},{&quot;2026-09-02&quot;:7.77},{&quot;2026-09-03&quot;:7.77},{&quot;2026-09-04&quot;:7.77},{&quot;2026-09-05&quot;:7.72},{&quot;2026-09-06&quot;:7.72},{&quot;2026-09-07&quot;:7.73},{&quot;2026-09-08&quot;:7.73},{&quot;2026-09-09&quot;:7.78},{&quot;2026-09-10&quot;:7.78},{&quot;2026-09-11&quot;:7.78}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.72},{&quot;2026-06-14&quot;:6.72},{&quot;2026-06-15&quot;:6.41},{&quot;2026-06-16&quot;:6.34},{&quot;2026-06-17&quot;:6.29},{&quot;2026-06-18&quot;:6.07},{&quot;2026-06-19&quot;:6.03},{&quot;2026-06-20&quot;:6.1},{&quot;2026-06-21&quot;:6.4},{&quot;2026-06-22&quot;:6.51},{&quot;2026-06-23&quot;:7.02},{&quot;2026-06-24&quot;:7.22},{&quot;2026-06-25&quot;:7.33},{&quot;2026-06-26&quot;:7.28},{&quot;2026-06-27&quot;:7.33},{&quot;2026-06-28&quot;:7.15},{&quot;2026-06-29&quot;:6.95},{&quot;2026-06-30&quot;:7.13},{&quot;2026-07-01&quot;:7.27},{&quot;2026-07-02&quot;:7.27},{&quot;2026-07-03&quot;:7.09},{&quot;2026-07-04&quot;:6.87},{&quot;2026-07-05&quot;:6.66},{&quot;2026-07-06&quot;:6.65},{&quot;2026-07-07&quot;:6.58},{&quot;2026-07-08&quot;:6.64},{&quot;2026-07-09&quot;:6.7},{&quot;2026-07-10&quot;:6.73},{&quot;2026-07-11&quot;:6.73},{&quot;2026-07-12&quot;:6.6},{&quot;2026-07-13&quot;:6.66},{&quot;2026-07-14&quot;:6.55},{&quot;2026-07-15&quot;:6.72},{&quot;2026-07-16&quot;:6.72},{&quot;2026-07-17&quot;:6.77},{&quot;2026-07-18&quot;:6.98},{&quot;2026-07-19&quot;:7.06},{&quot;2026-07-20&quot;:7.06},{&quot;2026-07-21&quot;:7.12},{&quot;2026-07-22&quot;:7.25},{&quot;2026-07-23&quot;:7.21},{&quot;2026-07-24&quot;:7.13},{&quot;2026-07-25&quot;:7.03},{&quot;2026-07-26&quot;:7.03},{&quot;2026-07-27&quot;:7.02},{&quot;2026-07-28&quot;:6.75},{&quot;2026-07-29&quot;:6.84},{&quot;2026-07-30&quot;:6.82},{&quot;2026-07-31&quot;:6.63},{&quot;2026-08-01&quot;:6.59},{&quot;2026-08-02&quot;:6.58},{&quot;2026-08-03&quot;:6.68},{&quot;2026-08-04&quot;:6.71},{&quot;2026-08-05&quot;:6.71},{&quot;2026-08-07&quot;:6.72},{&quot;2026-08-08&quot;:6.74},{&quot;2026-08-09&quot;:6.69},{&quot;2026-08-10&quot;:6.49},{&quot;2026-08-11&quot;:6.48},{&quot;2026-08-12&quot;:6.43},{&quot;2026-08-13&quot;:6.28},{&quot;2026-08-14&quot;:6.28},{&quot;2026-08-15&quot;:6.26},{&quot;2026-08-16&quot;:6.14},{&quot;2026-08-17&quot;:6.17},{&quot;2026-08-18&quot;:6.43},{&quot;2026-08-19&quot;:6.42},{&quot;2026-08-20&quot;:6.68},{&quot;2026-08-21&quot;:6.68},{&quot;2026-08-22&quot;:6.65},{&quot;2026-08-23&quot;:6.93},{&quot;2026-08-24&quot;:7.01},{&quot;2026-08-25&quot;:6.86},{&quot;2026-08-26&quot;:6.88},{&quot;2026-08-27&quot;:6.88},{&quot;2026-08-28&quot;:6.79},{&quot;2026-08-29&quot;:6.79},{&quot;2026-08-30&quot;:6.88},{&quot;2026-08-31&quot;:6.94},{&quot;2026-09-01&quot;:6.99},{&quot;2026-09-02&quot;:6.91},{&quot;2026-09-03&quot;:6.96},{&quot;2026-09-04&quot;:6.78},{&quot;2026-09-05&quot;:6.87},{&quot;2026-09-06&quot;:6.95},{&quot;2026-09-07&quot;:7.07},{&quot;2026-09-08&quot;:6.87},{&quot;2026-09-09&quot;:6.85},{&quot;2026-09-10&quot;:6.84},{&quot;2026-09-11&quot;:6.84}]}"
        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="80735"
  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">
            Chain of Smog
        </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">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $6.84
          </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="Chain of Smog" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a56d9468-9d33-48e3-b41c-942653669b1a.jpg?1783921151" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Chain of Smog" src="https://cards.scryfall.io/large/front/a/5/a56d9468-9d33-48e3-b41c-942653669b1a.jpg?1783921151" />
    </div>

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

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

          <span class="text-lg font-medium text-nine-white">
            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">
                $6.84
              </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">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.31},{&quot;2026-06-14&quot;:8.47},{&quot;2026-06-15&quot;:8.42},{&quot;2026-06-16&quot;:8.42},{&quot;2026-06-17&quot;:8.48},{&quot;2026-06-18&quot;:8.33},{&quot;2026-06-19&quot;:8.35},{&quot;2026-06-20&quot;:8.5},{&quot;2026-06-21&quot;:8.69},{&quot;2026-06-22&quot;:8.47},{&quot;2026-06-23&quot;:8.47},{&quot;2026-06-24&quot;:8.31},{&quot;2026-06-25&quot;:8.28},{&quot;2026-06-26&quot;:8.31},{&quot;2026-06-27&quot;:8.42},{&quot;2026-06-28&quot;:8.38},{&quot;2026-06-29&quot;:7.97},{&quot;2026-06-30&quot;:8.1},{&quot;2026-07-01&quot;:8.04},{&quot;2026-07-02&quot;:8.11},{&quot;2026-07-03&quot;:7.95},{&quot;2026-07-04&quot;:7.15},{&quot;2026-07-05&quot;:7.12},{&quot;2026-07-06&quot;:7.16},{&quot;2026-07-07&quot;:7.57},{&quot;2026-07-08&quot;:8.16},{&quot;2026-07-09&quot;:8.22},{&quot;2026-07-10&quot;:8.3},{&quot;2026-07-11&quot;:8.57},{&quot;2026-07-12&quot;:8.61},{&quot;2026-07-13&quot;:8.6},{&quot;2026-07-14&quot;:8.78},{&quot;2026-07-15&quot;:9.02},{&quot;2026-07-16&quot;:9.02},{&quot;2026-07-17&quot;:8.93},{&quot;2026-07-18&quot;:8.79},{&quot;2026-07-19&quot;:8.76},{&quot;2026-07-20&quot;:8.54},{&quot;2026-07-21&quot;:8.26},{&quot;2026-07-22&quot;:8.26},{&quot;2026-07-23&quot;:8.21},{&quot;2026-07-24&quot;:8.24},{&quot;2026-07-25&quot;:8.14},{&quot;2026-07-26&quot;:8.16},{&quot;2026-07-27&quot;:7.97},{&quot;2026-07-28&quot;:8.03},{&quot;2026-07-29&quot;:8.08},{&quot;2026-07-30&quot;:8.14},{&quot;2026-07-31&quot;:7.86},{&quot;2026-08-01&quot;:7.77},{&quot;2026-08-02&quot;:7.52},{&quot;2026-08-03&quot;:7.63},{&quot;2026-08-04&quot;:7.44},{&quot;2026-08-05&quot;:7.51},{&quot;2026-08-07&quot;:6.89},{&quot;2026-08-08&quot;:6.71},{&quot;2026-08-09&quot;:6.67},{&quot;2026-08-10&quot;:6.56},{&quot;2026-08-11&quot;:6.56},{&quot;2026-08-12&quot;:6.32},{&quot;2026-08-13&quot;:6.3},{&quot;2026-08-14&quot;:5.99},{&quot;2026-08-15&quot;:5.83},{&quot;2026-08-16&quot;:5.89},{&quot;2026-08-17&quot;:5.95},{&quot;2026-08-18&quot;:5.95},{&quot;2026-08-19&quot;:6.05},{&quot;2026-08-20&quot;:5.93},{&quot;2026-08-21&quot;:6.22},{&quot;2026-08-22&quot;:6.48},{&quot;2026-08-23&quot;:6.58},{&quot;2026-08-24&quot;:6.53},{&quot;2026-08-25&quot;:6.56},{&quot;2026-08-26&quot;:6.76},{&quot;2026-08-27&quot;:6.72},{&quot;2026-08-28&quot;:6.46},{&quot;2026-08-29&quot;:6.46},{&quot;2026-08-30&quot;:6.41},{&quot;2026-08-31&quot;:6.46},{&quot;2026-09-01&quot;:6.39},{&quot;2026-09-02&quot;:6.52},{&quot;2026-09-03&quot;:6.45},{&quot;2026-09-04&quot;:6.5},{&quot;2026-09-05&quot;:6.54},{&quot;2026-09-06&quot;:6.7},{&quot;2026-09-07&quot;:6.66},{&quot;2026-09-08&quot;:6.77},{&quot;2026-09-09&quot;:6.61},{&quot;2026-09-10&quot;:6.83},{&quot;2026-09-11&quot;:6.84}]}"
        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="18455"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Liliana of the Veil" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d12c8c97-6491-452c-811d-943441a7ef9f.jpg?1783921329" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Liliana of the Veil" src="https://cards.scryfall.io/large/front/d/1/d12c8c97-6491-452c-811d-943441a7ef9f.jpg?1783921329" />
    </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">
                $6.82
              </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">
                $6.42
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.27},{&quot;2026-06-14&quot;:6.27},{&quot;2026-06-15&quot;:6.37},{&quot;2026-06-16&quot;:6.37},{&quot;2026-06-17&quot;:6.41},{&quot;2026-06-18&quot;:6.41},{&quot;2026-06-19&quot;:6.41},{&quot;2026-06-20&quot;:6.21},{&quot;2026-06-21&quot;:6.44},{&quot;2026-06-22&quot;:6.44},{&quot;2026-06-23&quot;:6.44},{&quot;2026-06-24&quot;:6.44},{&quot;2026-06-25&quot;:6.44},{&quot;2026-06-26&quot;:6.44},{&quot;2026-06-27&quot;:6.44},{&quot;2026-06-28&quot;:6.44},{&quot;2026-06-29&quot;:6.44},{&quot;2026-06-30&quot;:6.44},{&quot;2026-07-01&quot;:6.44},{&quot;2026-07-02&quot;:6.44},{&quot;2026-07-03&quot;:6.5},{&quot;2026-07-04&quot;:6.58},{&quot;2026-07-05&quot;:6.58},{&quot;2026-07-06&quot;:6.58},{&quot;2026-07-07&quot;:6.58},{&quot;2026-07-08&quot;:6.58},{&quot;2026-07-09&quot;:6.58},{&quot;2026-07-10&quot;:6.58},{&quot;2026-07-11&quot;:6.6},{&quot;2026-07-12&quot;:6.6},{&quot;2026-07-13&quot;:6.6},{&quot;2026-07-14&quot;:6.6},{&quot;2026-07-15&quot;:6.63},{&quot;2026-07-16&quot;:6.63},{&quot;2026-07-17&quot;:6.63},{&quot;2026-07-18&quot;:6.63},{&quot;2026-07-19&quot;:6.63},{&quot;2026-07-20&quot;:6.54},{&quot;2026-07-21&quot;:6.54},{&quot;2026-07-22&quot;:6.54},{&quot;2026-07-23&quot;:6.45},{&quot;2026-07-24&quot;:6.41},{&quot;2026-07-25&quot;:6.41},{&quot;2026-07-26&quot;:6.41},{&quot;2026-07-27&quot;:6.41},{&quot;2026-07-28&quot;:6.41},{&quot;2026-07-29&quot;:6.57},{&quot;2026-07-30&quot;:6.57},{&quot;2026-07-31&quot;:6.5},{&quot;2026-08-01&quot;:6.5},{&quot;2026-08-02&quot;:6.5},{&quot;2026-08-03&quot;:6.5},{&quot;2026-08-04&quot;:6.51},{&quot;2026-08-05&quot;:6.51},{&quot;2026-08-07&quot;:6.51},{&quot;2026-08-08&quot;:6.31},{&quot;2026-08-09&quot;:6.31},{&quot;2026-08-10&quot;:6.31},{&quot;2026-08-11&quot;:6.31},{&quot;2026-08-12&quot;:6.46},{&quot;2026-08-13&quot;:6.46},{&quot;2026-08-14&quot;:6.46},{&quot;2026-08-15&quot;:6.46},{&quot;2026-08-16&quot;:6.46},{&quot;2026-08-17&quot;:6.46},{&quot;2026-08-18&quot;:6.46},{&quot;2026-08-19&quot;:6.46},{&quot;2026-08-20&quot;:6.46},{&quot;2026-08-21&quot;:6.46},{&quot;2026-08-22&quot;:6.46},{&quot;2026-08-23&quot;:6.46},{&quot;2026-08-24&quot;:6.46},{&quot;2026-08-25&quot;:6.46},{&quot;2026-08-26&quot;:6.46},{&quot;2026-08-27&quot;:6.46},{&quot;2026-08-28&quot;:6.54},{&quot;2026-08-29&quot;:6.54},{&quot;2026-08-30&quot;:6.45},{&quot;2026-08-31&quot;:6.45},{&quot;2026-09-01&quot;:6.45},{&quot;2026-09-02&quot;:6.45},{&quot;2026-09-03&quot;:6.45},{&quot;2026-09-04&quot;:6.45},{&quot;2026-09-05&quot;:6.45},{&quot;2026-09-06&quot;:6.45},{&quot;2026-09-07&quot;:6.45},{&quot;2026-09-08&quot;:6.45},{&quot;2026-09-09&quot;:6.45},{&quot;2026-09-10&quot;:6.45},{&quot;2026-09-11&quot;:6.42}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.98},{&quot;2026-06-14&quot;:5.84},{&quot;2026-06-15&quot;:5.71},{&quot;2026-06-16&quot;:5.71},{&quot;2026-06-17&quot;:5.41},{&quot;2026-06-18&quot;:5.23},{&quot;2026-06-19&quot;:5.13},{&quot;2026-06-20&quot;:5.17},{&quot;2026-06-21&quot;:5.17},{&quot;2026-06-22&quot;:5.03},{&quot;2026-06-23&quot;:4.75},{&quot;2026-06-24&quot;:4.68},{&quot;2026-06-25&quot;:4.68},{&quot;2026-06-26&quot;:4.73},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:5.04},{&quot;2026-06-29&quot;:5.05},{&quot;2026-06-30&quot;:5.02},{&quot;2026-07-01&quot;:5.16},{&quot;2026-07-02&quot;:5.27},{&quot;2026-07-03&quot;:5.31},{&quot;2026-07-04&quot;:5.42},{&quot;2026-07-05&quot;:5.57},{&quot;2026-07-06&quot;:5.72},{&quot;2026-07-07&quot;:5.79},{&quot;2026-07-08&quot;:5.93},{&quot;2026-07-09&quot;:5.72},{&quot;2026-07-10&quot;:5.72},{&quot;2026-07-11&quot;:5.72},{&quot;2026-07-12&quot;:5.83},{&quot;2026-07-13&quot;:5.85},{&quot;2026-07-14&quot;:5.83},{&quot;2026-07-15&quot;:5.87},{&quot;2026-07-16&quot;:5.82},{&quot;2026-07-17&quot;:5.82},{&quot;2026-07-18&quot;:5.91},{&quot;2026-07-19&quot;:5.93},{&quot;2026-07-20&quot;:5.82},{&quot;2026-07-21&quot;:5.82},{&quot;2026-07-22&quot;:5.82},{&quot;2026-07-23&quot;:5.87},{&quot;2026-07-24&quot;:5.86},{&quot;2026-07-25&quot;:5.87},{&quot;2026-07-26&quot;:5.88},{&quot;2026-07-27&quot;:5.91},{&quot;2026-07-28&quot;:6.01},{&quot;2026-07-29&quot;:6.01},{&quot;2026-07-30&quot;:6.01},{&quot;2026-07-31&quot;:6.07},{&quot;2026-08-01&quot;:6.07},{&quot;2026-08-02&quot;:6.06},{&quot;2026-08-03&quot;:6.06},{&quot;2026-08-04&quot;:6.11},{&quot;2026-08-05&quot;:6.11},{&quot;2026-08-07&quot;:5.98},{&quot;2026-08-08&quot;:5.95},{&quot;2026-08-09&quot;:5.86},{&quot;2026-08-10&quot;:5.86},{&quot;2026-08-11&quot;:5.86},{&quot;2026-08-12&quot;:5.92},{&quot;2026-08-13&quot;:5.88},{&quot;2026-08-14&quot;:5.83},{&quot;2026-08-15&quot;:5.79},{&quot;2026-08-16&quot;:5.8},{&quot;2026-08-17&quot;:5.76},{&quot;2026-08-18&quot;:5.76},{&quot;2026-08-19&quot;:5.8},{&quot;2026-08-20&quot;:5.75},{&quot;2026-08-21&quot;:5.75},{&quot;2026-08-22&quot;:5.69},{&quot;2026-08-23&quot;:5.64},{&quot;2026-08-24&quot;:5.85},{&quot;2026-08-25&quot;:6.06},{&quot;2026-08-26&quot;:6.06},{&quot;2026-08-27&quot;:5.95},{&quot;2026-08-28&quot;:6.0},{&quot;2026-08-29&quot;:6.0},{&quot;2026-08-30&quot;:6.02},{&quot;2026-08-31&quot;:6.08},{&quot;2026-09-01&quot;:6.13},{&quot;2026-09-02&quot;:6.29},{&quot;2026-09-03&quot;:6.34},{&quot;2026-09-04&quot;:6.37},{&quot;2026-09-05&quot;:6.52},{&quot;2026-09-06&quot;:6.55},{&quot;2026-09-07&quot;:6.45},{&quot;2026-09-08&quot;:6.45},{&quot;2026-09-09&quot;:6.72},{&quot;2026-09-10&quot;:6.78},{&quot;2026-09-11&quot;:6.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Sol Ring
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/a/0/a0dd17da-9773-4a17-9aa7-4cd8958e1ef8.jpg?1783922191" />
    </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">
                $6.82
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.4},{&quot;2026-06-11&quot;:7.4},{&quot;2026-06-12&quot;:7.39},{&quot;2026-06-13&quot;:7.41},{&quot;2026-06-14&quot;:7.41},{&quot;2026-06-15&quot;:7.52},{&quot;2026-06-16&quot;:7.44},{&quot;2026-06-17&quot;:7.48},{&quot;2026-06-18&quot;:7.48},{&quot;2026-06-19&quot;:7.52},{&quot;2026-06-20&quot;:7.57},{&quot;2026-06-21&quot;:7.8},{&quot;2026-06-22&quot;:7.8},{&quot;2026-06-23&quot;:7.88},{&quot;2026-06-24&quot;:7.88},{&quot;2026-06-25&quot;:7.91},{&quot;2026-06-26&quot;:7.91},{&quot;2026-06-27&quot;:7.77},{&quot;2026-06-28&quot;:7.77},{&quot;2026-06-29&quot;:7.77},{&quot;2026-06-30&quot;:7.87},{&quot;2026-07-01&quot;:7.66},{&quot;2026-07-02&quot;:7.69},{&quot;2026-07-03&quot;:7.69},{&quot;2026-07-04&quot;:7.76},{&quot;2026-07-05&quot;:7.76},{&quot;2026-07-06&quot;:7.76},{&quot;2026-07-07&quot;:7.76},{&quot;2026-07-08&quot;:7.76},{&quot;2026-07-09&quot;:7.74},{&quot;2026-07-10&quot;:7.74},{&quot;2026-07-11&quot;:7.72},{&quot;2026-07-12&quot;:7.64},{&quot;2026-07-13&quot;:7.61},{&quot;2026-07-14&quot;:7.61},{&quot;2026-07-15&quot;:7.7},{&quot;2026-07-16&quot;:7.34},{&quot;2026-07-17&quot;:7.34},{&quot;2026-07-18&quot;:7.34},{&quot;2026-07-19&quot;:7.19},{&quot;2026-07-20&quot;:7.23},{&quot;2026-07-21&quot;:7.23},{&quot;2026-07-23&quot;:7.23},{&quot;2026-07-25&quot;:7.05},{&quot;2026-07-26&quot;:7.05},{&quot;2026-07-27&quot;:7.1},{&quot;2026-07-29&quot;:7.14},{&quot;2026-07-30&quot;:7.11},{&quot;2026-07-31&quot;:7.07},{&quot;2026-08-01&quot;:7.14},{&quot;2026-08-02&quot;:7.18},{&quot;2026-08-03&quot;:7.18},{&quot;2026-08-04&quot;:7.15},{&quot;2026-08-05&quot;:7.23},{&quot;2026-08-07&quot;:7.3},{&quot;2026-08-08&quot;:7.34},{&quot;2026-08-09&quot;:7.18},{&quot;2026-08-10&quot;:7.18},{&quot;2026-08-11&quot;:7.24},{&quot;2026-08-12&quot;:7.21},{&quot;2026-08-13&quot;:7.17},{&quot;2026-08-14&quot;:7.17},{&quot;2026-08-15&quot;:7.08},{&quot;2026-08-16&quot;:7.1},{&quot;2026-08-17&quot;:7.11},{&quot;2026-08-18&quot;:7.13},{&quot;2026-08-19&quot;:7.19},{&quot;2026-08-20&quot;:7.19},{&quot;2026-08-21&quot;:7.15},{&quot;2026-08-22&quot;:7.07},{&quot;2026-08-23&quot;:7.11},{&quot;2026-08-24&quot;:7.11},{&quot;2026-08-25&quot;:7.11},{&quot;2026-08-26&quot;:7.12},{&quot;2026-08-27&quot;:7.12},{&quot;2026-08-28&quot;:7.09},{&quot;2026-08-29&quot;:7.09},{&quot;2026-08-30&quot;:7.05},{&quot;2026-08-31&quot;:6.84},{&quot;2026-09-01&quot;:6.84},{&quot;2026-09-02&quot;:6.75},{&quot;2026-09-03&quot;:6.66},{&quot;2026-09-04&quot;:6.66},{&quot;2026-09-05&quot;:6.66},{&quot;2026-09-06&quot;:6.66},{&quot;2026-09-07&quot;:6.66},{&quot;2026-09-08&quot;:6.73},{&quot;2026-09-09&quot;:6.74},{&quot;2026-09-10&quot;:6.82},{&quot;2026-09-11&quot;:6.82}],&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="12155"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.81
          </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="Three Visits" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bd9307ec-987b-4bbf-a679-cfaabe283a80.jpg?1783928780" />

        <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">
            Three Visits
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Three Visits" src="https://cards.scryfall.io/large/front/b/d/bd9307ec-987b-4bbf-a679-cfaabe283a80.jpg?1783928780" />
    </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">
                $6.81
              </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">
                $8.92
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:10.47},{&quot;2026-06-10&quot;:10.51},{&quot;2026-06-11&quot;:10.41},{&quot;2026-06-12&quot;:10.47},{&quot;2026-06-13&quot;:10.47},{&quot;2026-06-14&quot;:10.38},{&quot;2026-06-15&quot;:10.38},{&quot;2026-06-16&quot;:10.38},{&quot;2026-06-17&quot;:10.32},{&quot;2026-06-18&quot;:10.2},{&quot;2026-06-19&quot;:10.2},{&quot;2026-06-20&quot;:10.14},{&quot;2026-06-21&quot;:9.98},{&quot;2026-06-22&quot;:9.98},{&quot;2026-06-24&quot;:9.98},{&quot;2026-06-25&quot;:9.98},{&quot;2026-06-26&quot;:9.98},{&quot;2026-06-27&quot;:9.98},{&quot;2026-06-28&quot;:9.98},{&quot;2026-06-29&quot;:9.98},{&quot;2026-06-30&quot;:9.94},{&quot;2026-07-01&quot;:9.94},{&quot;2026-07-02&quot;:9.95},{&quot;2026-07-03&quot;:9.83},{&quot;2026-07-04&quot;:9.83},{&quot;2026-07-05&quot;:9.83},{&quot;2026-07-06&quot;:9.83},{&quot;2026-07-07&quot;:9.83},{&quot;2026-07-08&quot;:9.83},{&quot;2026-07-09&quot;:9.77},{&quot;2026-07-10&quot;:9.7},{&quot;2026-07-11&quot;:9.7},{&quot;2026-07-12&quot;:9.7},{&quot;2026-07-13&quot;:9.6},{&quot;2026-07-14&quot;:9.6},{&quot;2026-07-15&quot;:9.55},{&quot;2026-07-16&quot;:9.59},{&quot;2026-07-17&quot;:9.47},{&quot;2026-07-18&quot;:9.41},{&quot;2026-07-19&quot;:9.41},{&quot;2026-07-20&quot;:9.41},{&quot;2026-07-21&quot;:9.34},{&quot;2026-07-23&quot;:9.34},{&quot;2026-07-25&quot;:9.34},{&quot;2026-07-26&quot;:9.34},{&quot;2026-07-27&quot;:9.06},{&quot;2026-07-29&quot;:9.03},{&quot;2026-07-30&quot;:9.03},{&quot;2026-07-31&quot;:9.05},{&quot;2026-08-01&quot;:9.05},{&quot;2026-08-02&quot;:9.05},{&quot;2026-08-03&quot;:9.05},{&quot;2026-08-04&quot;:9.05},{&quot;2026-08-05&quot;:9.08},{&quot;2026-08-07&quot;:9.06},{&quot;2026-08-08&quot;:9.06},{&quot;2026-08-09&quot;:9.06},{&quot;2026-08-10&quot;:9.06},{&quot;2026-08-11&quot;:9.06},{&quot;2026-08-12&quot;:9.02},{&quot;2026-08-13&quot;:9.02},{&quot;2026-08-14&quot;:9.02},{&quot;2026-08-15&quot;:9.02},{&quot;2026-08-16&quot;:9.02},{&quot;2026-08-17&quot;:9.02},{&quot;2026-08-18&quot;:9.02},{&quot;2026-08-19&quot;:9.02},{&quot;2026-08-20&quot;:9.02},{&quot;2026-08-21&quot;:9.02},{&quot;2026-08-22&quot;:9.02},{&quot;2026-08-23&quot;:9.02},{&quot;2026-08-24&quot;:9.02},{&quot;2026-08-25&quot;:9.02},{&quot;2026-08-26&quot;:9.02},{&quot;2026-08-27&quot;:9.07},{&quot;2026-08-28&quot;:9.07},{&quot;2026-08-29&quot;:9.07},{&quot;2026-08-30&quot;:9.06},{&quot;2026-08-31&quot;:9.0},{&quot;2026-09-01&quot;:9.0},{&quot;2026-09-02&quot;:9.0},{&quot;2026-09-03&quot;:8.95},{&quot;2026-09-04&quot;:8.95},{&quot;2026-09-05&quot;:8.88},{&quot;2026-09-06&quot;:8.88},{&quot;2026-09-07&quot;:8.88},{&quot;2026-09-08&quot;:8.85},{&quot;2026-09-09&quot;:8.85},{&quot;2026-09-10&quot;:8.88},{&quot;2026-09-11&quot;:8.92}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.63},{&quot;2026-06-10&quot;:7.76},{&quot;2026-06-11&quot;:7.46},{&quot;2026-06-12&quot;:7.33},{&quot;2026-06-13&quot;:7.21},{&quot;2026-06-14&quot;:7.32},{&quot;2026-06-15&quot;:7.38},{&quot;2026-06-16&quot;:7.4},{&quot;2026-06-17&quot;:7.32},{&quot;2026-06-18&quot;:7.26},{&quot;2026-06-19&quot;:6.98},{&quot;2026-06-20&quot;:6.86},{&quot;2026-06-21&quot;:6.47},{&quot;2026-06-22&quot;:6.07},{&quot;2026-06-24&quot;:5.87},{&quot;2026-06-25&quot;:5.69},{&quot;2026-06-26&quot;:5.39},{&quot;2026-06-27&quot;:5.41},{&quot;2026-06-28&quot;:5.57},{&quot;2026-06-29&quot;:5.69},{&quot;2026-06-30&quot;:5.69},{&quot;2026-07-01&quot;:5.61},{&quot;2026-07-02&quot;:5.65},{&quot;2026-07-03&quot;:5.65},{&quot;2026-07-04&quot;:5.15},{&quot;2026-07-05&quot;:5.05},{&quot;2026-07-06&quot;:4.98},{&quot;2026-07-07&quot;:5.0},{&quot;2026-07-08&quot;:4.99},{&quot;2026-07-09&quot;:4.99},{&quot;2026-07-10&quot;:4.88},{&quot;2026-07-11&quot;:4.56},{&quot;2026-07-12&quot;:4.59},{&quot;2026-07-13&quot;:4.46},{&quot;2026-07-14&quot;:4.41},{&quot;2026-07-15&quot;:4.58},{&quot;2026-07-16&quot;:4.71},{&quot;2026-07-17&quot;:4.62},{&quot;2026-07-18&quot;:4.6},{&quot;2026-07-19&quot;:4.6},{&quot;2026-07-20&quot;:4.75},{&quot;2026-07-21&quot;:4.69},{&quot;2026-07-23&quot;:4.71},{&quot;2026-07-25&quot;:4.76},{&quot;2026-07-26&quot;:4.62},{&quot;2026-07-27&quot;:4.61},{&quot;2026-07-29&quot;:4.66},{&quot;2026-07-30&quot;:4.58},{&quot;2026-07-31&quot;:4.74},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:4.79},{&quot;2026-08-03&quot;:4.77},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.74},{&quot;2026-08-07&quot;:4.62},{&quot;2026-08-08&quot;:4.56},{&quot;2026-08-09&quot;:4.73},{&quot;2026-08-10&quot;:4.8},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:5.01},{&quot;2026-08-13&quot;:5.5},{&quot;2026-08-14&quot;:5.44},{&quot;2026-08-15&quot;:5.35},{&quot;2026-08-16&quot;:5.3},{&quot;2026-08-17&quot;:5.1},{&quot;2026-08-18&quot;:5.46},{&quot;2026-08-19&quot;:5.14},{&quot;2026-08-20&quot;:5.14},{&quot;2026-08-21&quot;:5.34},{&quot;2026-08-22&quot;:5.6},{&quot;2026-08-23&quot;:6.11},{&quot;2026-08-24&quot;:6.72},{&quot;2026-08-25&quot;:6.72},{&quot;2026-08-26&quot;:6.96},{&quot;2026-08-27&quot;:7.08},{&quot;2026-08-28&quot;:7.01},{&quot;2026-08-29&quot;:7.01},{&quot;2026-08-30&quot;:6.85},{&quot;2026-08-31&quot;:6.85},{&quot;2026-09-01&quot;:6.85},{&quot;2026-09-02&quot;:6.95},{&quot;2026-09-03&quot;:6.76},{&quot;2026-09-04&quot;:6.83},{&quot;2026-09-05&quot;:6.62},{&quot;2026-09-06&quot;:6.62},{&quot;2026-09-07&quot;:6.9},{&quot;2026-09-08&quot;:7.05},{&quot;2026-09-09&quot;:6.88},{&quot;2026-09-10&quot;:6.82},{&quot;2026-09-11&quot;:6.81}]}"
        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="73054"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Semblance Anvil" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/52f4f1fa-43b8-411c-a151-c90b776fe985.jpg?1783919780" />

        <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">
            Semblance Anvil
        </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="Semblance Anvil" src="https://cards.scryfall.io/large/front/5/2/52f4f1fa-43b8-411c-a151-c90b776fe985.jpg?1783919780" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.65},{&quot;2026-06-12&quot;:7.65},{&quot;2026-06-13&quot;:7.65},{&quot;2026-06-14&quot;:7.65},{&quot;2026-06-15&quot;:7.65},{&quot;2026-06-16&quot;:7.65},{&quot;2026-06-17&quot;:7.28},{&quot;2026-06-18&quot;:7.28},{&quot;2026-06-19&quot;:7.28},{&quot;2026-06-20&quot;:7.33},{&quot;2026-06-21&quot;:7.33},{&quot;2026-06-22&quot;:7.33},{&quot;2026-06-23&quot;:7.33},{&quot;2026-06-24&quot;:7.33},{&quot;2026-06-25&quot;:7.33},{&quot;2026-06-26&quot;:7.33},{&quot;2026-06-27&quot;:7.33},{&quot;2026-06-28&quot;:7.33},{&quot;2026-06-29&quot;:7.27},{&quot;2026-06-30&quot;:7.33},{&quot;2026-07-01&quot;:7.33},{&quot;2026-07-02&quot;:7.33},{&quot;2026-07-03&quot;:7.33},{&quot;2026-07-04&quot;:7.4},{&quot;2026-07-05&quot;:7.4},{&quot;2026-07-06&quot;:7.4},{&quot;2026-07-07&quot;:7.4},{&quot;2026-07-08&quot;:7.4},{&quot;2026-07-09&quot;:7.4},{&quot;2026-07-10&quot;:7.4},{&quot;2026-07-11&quot;:7.4},{&quot;2026-07-12&quot;:7.46},{&quot;2026-07-13&quot;:7.45},{&quot;2026-07-14&quot;:7.45},{&quot;2026-07-15&quot;:7.48},{&quot;2026-07-16&quot;:7.48},{&quot;2026-07-17&quot;:7.48},{&quot;2026-07-18&quot;:7.49},{&quot;2026-07-19&quot;:7.49},{&quot;2026-07-20&quot;:7.49},{&quot;2026-07-21&quot;:7.49},{&quot;2026-07-23&quot;:7.49},{&quot;2026-07-25&quot;:7.49},{&quot;2026-07-26&quot;:7.34},{&quot;2026-07-27&quot;:7.34},{&quot;2026-07-28&quot;:7.31},{&quot;2026-07-29&quot;:7.29},{&quot;2026-07-30&quot;:7.29},{&quot;2026-07-31&quot;:7.32},{&quot;2026-08-01&quot;:7.32},{&quot;2026-08-02&quot;:7.32},{&quot;2026-08-03&quot;:7.32},{&quot;2026-08-04&quot;:7.32},{&quot;2026-08-05&quot;:7.32},{&quot;2026-08-07&quot;:7.32},{&quot;2026-08-08&quot;:7.32},{&quot;2026-08-09&quot;:7.32},{&quot;2026-08-10&quot;:7.2},{&quot;2026-08-11&quot;:7.07},{&quot;2026-08-12&quot;:6.94},{&quot;2026-08-13&quot;:6.94},{&quot;2026-08-14&quot;:6.94},{&quot;2026-08-15&quot;:6.94},{&quot;2026-08-16&quot;:6.94},{&quot;2026-08-17&quot;:6.94},{&quot;2026-08-18&quot;:6.94},{&quot;2026-08-19&quot;:6.94},{&quot;2026-08-20&quot;:6.94},{&quot;2026-08-21&quot;:6.94},{&quot;2026-08-22&quot;:6.94},{&quot;2026-08-23&quot;:6.94},{&quot;2026-08-24&quot;:6.94},{&quot;2026-08-25&quot;:6.94},{&quot;2026-08-26&quot;:6.94},{&quot;2026-08-27&quot;:6.94},{&quot;2026-08-28&quot;:6.94},{&quot;2026-08-29&quot;:6.94},{&quot;2026-08-30&quot;:6.93},{&quot;2026-08-31&quot;:6.93},{&quot;2026-09-01&quot;:6.93},{&quot;2026-09-02&quot;:6.93},{&quot;2026-09-03&quot;:6.93},{&quot;2026-09-04&quot;:6.93},{&quot;2026-09-05&quot;:6.93},{&quot;2026-09-06&quot;:6.93},{&quot;2026-09-07&quot;:6.93},{&quot;2026-09-08&quot;:6.93},{&quot;2026-09-09&quot;:6.88},{&quot;2026-09-10&quot;:6.81},{&quot;2026-09-11&quot;:6.81}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.64},{&quot;2026-06-12&quot;:4.5},{&quot;2026-06-13&quot;:4.48},{&quot;2026-06-14&quot;:4.51},{&quot;2026-06-15&quot;:4.73},{&quot;2026-06-16&quot;:4.55},{&quot;2026-06-17&quot;:4.37},{&quot;2026-06-18&quot;:3.92},{&quot;2026-06-19&quot;:3.94},{&quot;2026-06-20&quot;:4.05},{&quot;2026-06-21&quot;:4.37},{&quot;2026-06-22&quot;:4.27},{&quot;2026-06-23&quot;:4.38},{&quot;2026-06-24&quot;:4.24},{&quot;2026-06-25&quot;:4.38},{&quot;2026-06-26&quot;:4.4},{&quot;2026-06-27&quot;:4.48},{&quot;2026-06-28&quot;:4.56},{&quot;2026-06-29&quot;:4.7},{&quot;2026-06-30&quot;:5.01},{&quot;2026-07-01&quot;:5.36},{&quot;2026-07-02&quot;:5.36},{&quot;2026-07-03&quot;:5.64},{&quot;2026-07-04&quot;:5.82},{&quot;2026-07-05&quot;:5.87},{&quot;2026-07-06&quot;:5.78},{&quot;2026-07-07&quot;:5.78},{&quot;2026-07-08&quot;:5.7},{&quot;2026-07-09&quot;:5.78},{&quot;2026-07-10&quot;:5.68},{&quot;2026-07-11&quot;:5.48},{&quot;2026-07-12&quot;:5.02},{&quot;2026-07-13&quot;:4.82},{&quot;2026-07-14&quot;:4.71},{&quot;2026-07-15&quot;:5.44},{&quot;2026-07-16&quot;:5.23},{&quot;2026-07-17&quot;:5.55},{&quot;2026-07-18&quot;:5.55},{&quot;2026-07-19&quot;:5.66},{&quot;2026-07-20&quot;:5.74},{&quot;2026-07-21&quot;:5.74},{&quot;2026-07-23&quot;:5.52},{&quot;2026-07-25&quot;:5.36},{&quot;2026-07-26&quot;:5.2},{&quot;2026-07-27&quot;:5.14},{&quot;2026-07-28&quot;:4.81},{&quot;2026-07-29&quot;:4.85},{&quot;2026-07-30&quot;:4.86},{&quot;2026-07-31&quot;:4.71},{&quot;2026-08-01&quot;:4.71},{&quot;2026-08-02&quot;:4.8},{&quot;2026-08-03&quot;:4.82},{&quot;2026-08-04&quot;:4.83},{&quot;2026-08-05&quot;:4.8},{&quot;2026-08-07&quot;:4.73},{&quot;2026-08-08&quot;:4.73},{&quot;2026-08-09&quot;:4.76},{&quot;2026-08-10&quot;:4.74},{&quot;2026-08-11&quot;:4.78},{&quot;2026-08-12&quot;:4.76},{&quot;2026-08-13&quot;:4.76},{&quot;2026-08-14&quot;:4.58},{&quot;2026-08-15&quot;:4.69},{&quot;2026-08-16&quot;:4.69},{&quot;2026-08-17&quot;:4.63},{&quot;2026-08-18&quot;:4.7},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.41},{&quot;2026-08-21&quot;:3.74},{&quot;2026-08-22&quot;:3.64},{&quot;2026-08-23&quot;:3.49},{&quot;2026-08-24&quot;:3.66},{&quot;2026-08-25&quot;:3.66},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.52},{&quot;2026-08-28&quot;:3.52},{&quot;2026-08-29&quot;:3.52},{&quot;2026-08-30&quot;:3.72},{&quot;2026-08-31&quot;:3.98},{&quot;2026-09-01&quot;:3.98},{&quot;2026-09-02&quot;:3.94},{&quot;2026-09-03&quot;:3.67},{&quot;2026-09-04&quot;:3.63},{&quot;2026-09-05&quot;:3.57},{&quot;2026-09-06&quot;:3.55},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.64},{&quot;2026-09-09&quot;:3.8},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.56}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="45572"
  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-moc 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">
            Shalai and Hallar
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Angel Elf
      </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">
            $6.80
          </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="Shalai and Hallar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/0/80804f25-efc3-44a2-bbae-9a97fec98009.jpg?1783917291" />

        <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">
            Shalai and Hallar
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Angel Elf</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><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="Shalai and Hallar" src="https://cards.scryfall.io/large/front/8/0/80804f25-efc3-44a2-bbae-9a97fec98009.jpg?1783917291" />
    </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">
                $6.80
              </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">
                $7.02
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:7.03},{&quot;2026-06-10&quot;:7.2},{&quot;2026-06-11&quot;:7.13},{&quot;2026-06-12&quot;:7.13},{&quot;2026-06-13&quot;:7.34},{&quot;2026-06-14&quot;:7.34},{&quot;2026-06-15&quot;:7.34},{&quot;2026-06-16&quot;:7.43},{&quot;2026-06-17&quot;:7.44},{&quot;2026-06-18&quot;:7.49},{&quot;2026-06-19&quot;:7.71},{&quot;2026-06-20&quot;:7.74},{&quot;2026-06-21&quot;:7.78},{&quot;2026-06-22&quot;:7.82},{&quot;2026-06-24&quot;:7.69},{&quot;2026-06-25&quot;:7.66},{&quot;2026-06-26&quot;:7.66},{&quot;2026-06-27&quot;:7.63},{&quot;2026-06-28&quot;:7.62},{&quot;2026-06-29&quot;:7.2},{&quot;2026-06-30&quot;:7.18},{&quot;2026-07-01&quot;:7.18},{&quot;2026-07-02&quot;:7.18},{&quot;2026-07-03&quot;:7.15},{&quot;2026-07-04&quot;:7.12},{&quot;2026-07-05&quot;:7.09},{&quot;2026-07-06&quot;:7.1},{&quot;2026-07-07&quot;:6.96},{&quot;2026-07-08&quot;:6.93},{&quot;2026-07-09&quot;:6.93},{&quot;2026-07-10&quot;:6.93},{&quot;2026-07-11&quot;:6.91},{&quot;2026-07-12&quot;:6.97},{&quot;2026-07-13&quot;:6.97},{&quot;2026-07-14&quot;:7.01},{&quot;2026-07-15&quot;:7.0},{&quot;2026-07-16&quot;:7.06},{&quot;2026-07-17&quot;:7.06},{&quot;2026-07-18&quot;:7.29},{&quot;2026-07-19&quot;:7.3},{&quot;2026-07-20&quot;:7.31},{&quot;2026-07-21&quot;:7.39},{&quot;2026-07-23&quot;:7.41},{&quot;2026-07-25&quot;:7.45},{&quot;2026-07-26&quot;:7.51},{&quot;2026-07-27&quot;:7.47},{&quot;2026-07-29&quot;:7.43},{&quot;2026-07-30&quot;:7.38},{&quot;2026-07-31&quot;:7.39},{&quot;2026-08-01&quot;:7.39},{&quot;2026-08-02&quot;:7.39},{&quot;2026-08-03&quot;:7.41},{&quot;2026-08-04&quot;:7.41},{&quot;2026-08-05&quot;:7.39},{&quot;2026-08-07&quot;:7.39},{&quot;2026-08-08&quot;:7.39},{&quot;2026-08-09&quot;:7.39},{&quot;2026-08-10&quot;:7.39},{&quot;2026-08-11&quot;:7.34},{&quot;2026-08-12&quot;:7.32},{&quot;2026-08-13&quot;:7.28},{&quot;2026-08-14&quot;:7.22},{&quot;2026-08-15&quot;:7.15},{&quot;2026-08-16&quot;:7.06},{&quot;2026-08-17&quot;:7.06},{&quot;2026-08-18&quot;:7.03},{&quot;2026-08-19&quot;:7.01},{&quot;2026-08-20&quot;:7.01},{&quot;2026-08-21&quot;:6.96},{&quot;2026-08-22&quot;:6.94},{&quot;2026-08-23&quot;:6.91},{&quot;2026-08-24&quot;:6.95},{&quot;2026-08-25&quot;:6.95},{&quot;2026-08-26&quot;:6.85},{&quot;2026-08-27&quot;:6.84},{&quot;2026-08-28&quot;:6.84},{&quot;2026-08-29&quot;:6.84},{&quot;2026-08-30&quot;:6.86},{&quot;2026-08-31&quot;:6.84},{&quot;2026-09-01&quot;:6.84},{&quot;2026-09-02&quot;:6.86},{&quot;2026-09-03&quot;:6.9},{&quot;2026-09-04&quot;:6.98},{&quot;2026-09-05&quot;:7.0},{&quot;2026-09-06&quot;:7.0},{&quot;2026-09-07&quot;:7.0},{&quot;2026-09-08&quot;:7.0},{&quot;2026-09-09&quot;:7.0},{&quot;2026-09-10&quot;:7.0},{&quot;2026-09-11&quot;:7.02}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.39},{&quot;2026-06-10&quot;:7.34},{&quot;2026-06-11&quot;:7.34},{&quot;2026-06-12&quot;:7.39},{&quot;2026-06-13&quot;:7.46},{&quot;2026-06-14&quot;:7.48},{&quot;2026-06-15&quot;:7.48},{&quot;2026-06-16&quot;:7.45},{&quot;2026-06-17&quot;:7.49},{&quot;2026-06-18&quot;:7.49},{&quot;2026-06-19&quot;:7.47},{&quot;2026-06-20&quot;:7.67},{&quot;2026-06-21&quot;:7.68},{&quot;2026-06-22&quot;:7.72},{&quot;2026-06-24&quot;:7.53},{&quot;2026-06-25&quot;:7.53},{&quot;2026-06-26&quot;:7.53},{&quot;2026-06-27&quot;:7.53},{&quot;2026-06-28&quot;:7.51},{&quot;2026-06-29&quot;:7.56},{&quot;2026-06-30&quot;:7.56},{&quot;2026-07-01&quot;:7.45},{&quot;2026-07-02&quot;:7.45},{&quot;2026-07-03&quot;:7.57},{&quot;2026-07-04&quot;:7.58},{&quot;2026-07-05&quot;:7.58},{&quot;2026-07-06&quot;:7.63},{&quot;2026-07-07&quot;:7.63},{&quot;2026-07-08&quot;:7.35},{&quot;2026-07-09&quot;:7.35},{&quot;2026-07-10&quot;:7.39},{&quot;2026-07-11&quot;:7.36},{&quot;2026-07-12&quot;:7.34},{&quot;2026-07-13&quot;:7.31},{&quot;2026-07-14&quot;:7.36},{&quot;2026-07-15&quot;:7.29},{&quot;2026-07-16&quot;:7.29},{&quot;2026-07-17&quot;:7.29},{&quot;2026-07-18&quot;:7.29},{&quot;2026-07-19&quot;:7.17},{&quot;2026-07-20&quot;:7.17},{&quot;2026-07-21&quot;:7.06},{&quot;2026-07-23&quot;:6.99},{&quot;2026-07-25&quot;:7.03},{&quot;2026-07-26&quot;:6.93},{&quot;2026-07-27&quot;:7.05},{&quot;2026-07-29&quot;:7.06},{&quot;2026-07-30&quot;:7.05},{&quot;2026-07-31&quot;:7.0},{&quot;2026-08-01&quot;:7.0},{&quot;2026-08-02&quot;:7.0},{&quot;2026-08-03&quot;:7.0},{&quot;2026-08-04&quot;:6.63},{&quot;2026-08-05&quot;:6.56},{&quot;2026-08-07&quot;:6.55},{&quot;2026-08-08&quot;:6.68},{&quot;2026-08-09&quot;:6.69},{&quot;2026-08-10&quot;:6.69},{&quot;2026-08-11&quot;:6.69},{&quot;2026-08-12&quot;:6.69},{&quot;2026-08-13&quot;:6.67},{&quot;2026-08-14&quot;:6.69},{&quot;2026-08-15&quot;:6.69},{&quot;2026-08-16&quot;:6.58},{&quot;2026-08-17&quot;:6.49},{&quot;2026-08-18&quot;:6.55},{&quot;2026-08-19&quot;:6.39},{&quot;2026-08-20&quot;:6.39},{&quot;2026-08-21&quot;:6.38},{&quot;2026-08-22&quot;:6.38},{&quot;2026-08-23&quot;:6.38},{&quot;2026-08-24&quot;:6.33},{&quot;2026-08-25&quot;:6.33},{&quot;2026-08-26&quot;:6.26},{&quot;2026-08-27&quot;:6.26},{&quot;2026-08-28&quot;:6.2},{&quot;2026-08-29&quot;:6.2},{&quot;2026-08-30&quot;:6.43},{&quot;2026-08-31&quot;:6.56},{&quot;2026-09-01&quot;:6.56},{&quot;2026-09-02&quot;:6.56},{&quot;2026-09-03&quot;:6.56},{&quot;2026-09-04&quot;:6.58},{&quot;2026-09-05&quot;:6.63},{&quot;2026-09-06&quot;:6.63},{&quot;2026-09-07&quot;:6.63},{&quot;2026-09-08&quot;:6.63},{&quot;2026-09-09&quot;:6.77},{&quot;2026-09-10&quot;:6.77},{&quot;2026-09-11&quot;:6.8}]}"
        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="99334"
  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-ecc 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">
            Selvala, Heart of the Wilds
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Selvala, Heart of the Wilds" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/812856be-cf51-42de-96d2-4ac91e71d442.jpg?1782684212" />

        <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">
            Selvala, Heart of the Wilds
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Selvala, Heart of the Wilds" src="https://cards.scryfall.io/large/front/8/1/812856be-cf51-42de-96d2-4ac91e71d442.jpg?1782684212" />
    </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">
                $6.76
              </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">$3.25</span>
              <span class="text-xs text-grey-text">Credit: $4.23</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.59},{&quot;2026-06-13&quot;:2.57},{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.61},{&quot;2026-06-16&quot;:2.6},{&quot;2026-06-17&quot;:2.65},{&quot;2026-06-18&quot;:2.63},{&quot;2026-06-19&quot;:2.77},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.83},{&quot;2026-06-22&quot;:2.83},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.86},{&quot;2026-06-25&quot;:2.86},{&quot;2026-06-26&quot;:2.88},{&quot;2026-06-27&quot;:2.93},{&quot;2026-06-28&quot;:2.93},{&quot;2026-06-29&quot;:2.91},{&quot;2026-06-30&quot;:2.9},{&quot;2026-07-01&quot;:2.91},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.59},{&quot;2026-07-04&quot;:3.58},{&quot;2026-07-05&quot;:3.64},{&quot;2026-07-06&quot;:3.87},{&quot;2026-07-07&quot;:3.91},{&quot;2026-07-08&quot;:3.29},{&quot;2026-07-09&quot;:3.41},{&quot;2026-07-10&quot;:3.05},{&quot;2026-07-11&quot;:3.25},{&quot;2026-07-12&quot;:3.4},{&quot;2026-07-13&quot;:3.51},{&quot;2026-07-14&quot;:3.61},{&quot;2026-07-15&quot;:3.59},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.56},{&quot;2026-07-18&quot;:3.69},{&quot;2026-07-19&quot;:3.75},{&quot;2026-07-20&quot;:3.57},{&quot;2026-07-21&quot;:3.61},{&quot;2026-07-23&quot;:3.92},{&quot;2026-07-24&quot;:4.22},{&quot;2026-07-25&quot;:4.46},{&quot;2026-07-26&quot;:4.6},{&quot;2026-07-27&quot;:4.64},{&quot;2026-07-28&quot;:4.55},{&quot;2026-07-29&quot;:4.52},{&quot;2026-07-30&quot;:4.73},{&quot;2026-07-31&quot;:4.75},{&quot;2026-08-01&quot;:4.86},{&quot;2026-08-02&quot;:5.19},{&quot;2026-08-03&quot;:5.91},{&quot;2026-08-04&quot;:6.65},{&quot;2026-08-05&quot;:7.16},{&quot;2026-08-07&quot;:7.1},{&quot;2026-08-08&quot;:6.84},{&quot;2026-08-09&quot;:6.53},{&quot;2026-08-10&quot;:6.38},{&quot;2026-08-11&quot;:6.04},{&quot;2026-08-12&quot;:5.58},{&quot;2026-08-13&quot;:5.2},{&quot;2026-08-14&quot;:5.15},{&quot;2026-08-15&quot;:5.04},{&quot;2026-08-16&quot;:4.86},{&quot;2026-08-17&quot;:4.79},{&quot;2026-08-18&quot;:5.23},{&quot;2026-08-19&quot;:5.41},{&quot;2026-08-20&quot;:5.41},{&quot;2026-08-21&quot;:5.31},{&quot;2026-08-22&quot;:5.25},{&quot;2026-08-23&quot;:5.2},{&quot;2026-08-24&quot;:5.53},{&quot;2026-08-25&quot;:5.81},{&quot;2026-08-26&quot;:6.25},{&quot;2026-08-27&quot;:6.23},{&quot;2026-08-28&quot;:6.33},{&quot;2026-08-29&quot;:6.33},{&quot;2026-08-30&quot;:6.31},{&quot;2026-08-31&quot;:6.41},{&quot;2026-09-01&quot;:6.26},{&quot;2026-09-02&quot;:6.47},{&quot;2026-09-03&quot;:6.3},{&quot;2026-09-04&quot;:6.38},{&quot;2026-09-05&quot;:6.48},{&quot;2026-09-06&quot;:6.34},{&quot;2026-09-07&quot;:6.53},{&quot;2026-09-08&quot;:6.69},{&quot;2026-09-09&quot;:6.58},{&quot;2026-09-10&quot;:6.63},{&quot;2026-09-11&quot;:6.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="17235"
  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-dst 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">
            Skullclamp
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Skullclamp" src="https://cards.scryfall.io/large/front/5/5/55318397-de3c-47ea-a088-72a24df5c8fa.jpg?1783944419" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$6.40</span>
              <span class="text-xs text-grey-text">Credit: $8.32</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;:92.31},{&quot;2026-06-14&quot;:92.31},{&quot;2026-06-15&quot;:92.31},{&quot;2026-06-16&quot;:92.31},{&quot;2026-06-17&quot;:92.31},{&quot;2026-06-18&quot;:92.31},{&quot;2026-06-19&quot;:92.31},{&quot;2026-06-20&quot;:92.31},{&quot;2026-06-21&quot;:92.31},{&quot;2026-06-22&quot;:92.31},{&quot;2026-06-23&quot;:92.31},{&quot;2026-06-24&quot;:92.31},{&quot;2026-06-25&quot;:92.31},{&quot;2026-06-26&quot;:92.31},{&quot;2026-06-27&quot;:92.31},{&quot;2026-06-28&quot;:97.37},{&quot;2026-06-29&quot;:97.37},{&quot;2026-06-30&quot;:97.37},{&quot;2026-07-01&quot;:97.37},{&quot;2026-07-02&quot;:97.37},{&quot;2026-07-03&quot;:97.37},{&quot;2026-07-04&quot;:97.37},{&quot;2026-07-05&quot;:97.37},{&quot;2026-07-06&quot;:97.37},{&quot;2026-07-07&quot;:97.37},{&quot;2026-07-08&quot;:97.37},{&quot;2026-07-09&quot;:97.37},{&quot;2026-07-10&quot;:97.37},{&quot;2026-07-11&quot;:97.37},{&quot;2026-07-12&quot;:97.37},{&quot;2026-07-13&quot;:97.37},{&quot;2026-07-14&quot;:97.37},{&quot;2026-07-15&quot;:97.37},{&quot;2026-07-16&quot;:97.37},{&quot;2026-07-17&quot;:97.37},{&quot;2026-07-18&quot;:97.37},{&quot;2026-07-19&quot;:97.37},{&quot;2026-07-20&quot;:97.37},{&quot;2026-07-21&quot;:96.14},{&quot;2026-07-22&quot;:97.37},{&quot;2026-07-23&quot;:97.37},{&quot;2026-07-24&quot;:97.37},{&quot;2026-07-25&quot;:95.97},{&quot;2026-07-26&quot;:95.97},{&quot;2026-07-27&quot;:95.97},{&quot;2026-07-28&quot;:95.97},{&quot;2026-07-29&quot;:95.97},{&quot;2026-07-30&quot;:95.97},{&quot;2026-07-31&quot;:95.97},{&quot;2026-08-01&quot;:95.97},{&quot;2026-08-02&quot;:95.97},{&quot;2026-08-03&quot;:95.97},{&quot;2026-08-04&quot;:95.97},{&quot;2026-08-05&quot;:95.97},{&quot;2026-08-07&quot;:95.97},{&quot;2026-08-08&quot;:95.97},{&quot;2026-08-09&quot;:95.97},{&quot;2026-08-10&quot;:95.97},{&quot;2026-08-11&quot;:95.97},{&quot;2026-08-12&quot;:95.97},{&quot;2026-08-13&quot;:95.97},{&quot;2026-08-14&quot;:95.97},{&quot;2026-08-15&quot;:98.79},{&quot;2026-08-16&quot;:98.79},{&quot;2026-08-17&quot;:98.79},{&quot;2026-08-18&quot;:98.79},{&quot;2026-08-19&quot;:98.79},{&quot;2026-08-20&quot;:98.79},{&quot;2026-08-21&quot;:98.79},{&quot;2026-08-22&quot;:98.79},{&quot;2026-08-23&quot;:98.79},{&quot;2026-08-24&quot;:98.79},{&quot;2026-08-25&quot;:98.79},{&quot;2026-08-26&quot;:98.79},{&quot;2026-08-27&quot;:98.79},{&quot;2026-08-28&quot;:98.79},{&quot;2026-08-29&quot;:98.79},{&quot;2026-08-30&quot;:98.79},{&quot;2026-08-31&quot;:98.79},{&quot;2026-09-01&quot;:98.79},{&quot;2026-09-02&quot;:98.79},{&quot;2026-09-03&quot;:102.24},{&quot;2026-09-04&quot;:102.24},{&quot;2026-09-05&quot;:102.24},{&quot;2026-09-06&quot;:102.24},{&quot;2026-09-07&quot;:102.24},{&quot;2026-09-08&quot;:102.24},{&quot;2026-09-09&quot;:87.33},{&quot;2026-09-10&quot;:87.33},{&quot;2026-09-11&quot;:87.33}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.79},{&quot;2026-06-14&quot;:6.88},{&quot;2026-06-15&quot;:6.96},{&quot;2026-06-16&quot;:7.1},{&quot;2026-06-17&quot;:7.03},{&quot;2026-06-18&quot;:7.06},{&quot;2026-06-19&quot;:6.95},{&quot;2026-06-20&quot;:6.77},{&quot;2026-06-21&quot;:6.77},{&quot;2026-06-22&quot;:6.77},{&quot;2026-06-23&quot;:6.77},{&quot;2026-06-24&quot;:6.74},{&quot;2026-06-25&quot;:6.82},{&quot;2026-06-26&quot;:6.82},{&quot;2026-06-27&quot;:6.82},{&quot;2026-06-28&quot;:6.82},{&quot;2026-06-29&quot;:6.82},{&quot;2026-06-30&quot;:6.82},{&quot;2026-07-01&quot;:6.82},{&quot;2026-07-02&quot;:6.82},{&quot;2026-07-03&quot;:6.74},{&quot;2026-07-04&quot;:6.74},{&quot;2026-07-05&quot;:6.62},{&quot;2026-07-06&quot;:6.62},{&quot;2026-07-07&quot;:6.52},{&quot;2026-07-08&quot;:6.45},{&quot;2026-07-09&quot;:6.38},{&quot;2026-07-10&quot;:6.29},{&quot;2026-07-11&quot;:6.18},{&quot;2026-07-12&quot;:6.14},{&quot;2026-07-13&quot;:6.14},{&quot;2026-07-14&quot;:6.04},{&quot;2026-07-15&quot;:6.04},{&quot;2026-07-16&quot;:5.94},{&quot;2026-07-17&quot;:6.0},{&quot;2026-07-18&quot;:5.97},{&quot;2026-07-19&quot;:5.97},{&quot;2026-07-20&quot;:6.03},{&quot;2026-07-21&quot;:6.09},{&quot;2026-07-22&quot;:6.22},{&quot;2026-07-23&quot;:6.22},{&quot;2026-07-24&quot;:6.48},{&quot;2026-07-25&quot;:6.48},{&quot;2026-07-26&quot;:6.48},{&quot;2026-07-27&quot;:6.48},{&quot;2026-07-28&quot;:6.48},{&quot;2026-07-29&quot;:6.48},{&quot;2026-07-30&quot;:6.48},{&quot;2026-07-31&quot;:6.44},{&quot;2026-08-01&quot;:6.44},{&quot;2026-08-02&quot;:6.42},{&quot;2026-08-03&quot;:6.49},{&quot;2026-08-04&quot;:6.49},{&quot;2026-08-05&quot;:6.86},{&quot;2026-08-07&quot;:6.9},{&quot;2026-08-08&quot;:6.9},{&quot;2026-08-09&quot;:6.93},{&quot;2026-08-10&quot;:6.93},{&quot;2026-08-11&quot;:6.95},{&quot;2026-08-12&quot;:6.97},{&quot;2026-08-13&quot;:6.97},{&quot;2026-08-14&quot;:6.97},{&quot;2026-08-15&quot;:6.97},{&quot;2026-08-16&quot;:6.97},{&quot;2026-08-17&quot;:6.95},{&quot;2026-08-18&quot;:6.95},{&quot;2026-08-19&quot;:6.95},{&quot;2026-08-20&quot;:6.95},{&quot;2026-08-21&quot;:6.95},{&quot;2026-08-22&quot;:6.93},{&quot;2026-08-23&quot;:6.93},{&quot;2026-08-24&quot;:6.93},{&quot;2026-08-25&quot;:6.93},{&quot;2026-08-26&quot;:7.14},{&quot;2026-08-27&quot;:7.26},{&quot;2026-08-28&quot;:7.13},{&quot;2026-08-29&quot;:7.13},{&quot;2026-08-30&quot;:7.13},{&quot;2026-08-31&quot;:7.13},{&quot;2026-09-01&quot;:7.17},{&quot;2026-09-02&quot;:7.17},{&quot;2026-09-03&quot;:7.22},{&quot;2026-09-04&quot;:7.2},{&quot;2026-09-05&quot;:7.2},{&quot;2026-09-06&quot;:7.26},{&quot;2026-09-07&quot;:7.02},{&quot;2026-09-08&quot;:7.02},{&quot;2026-09-09&quot;:7.02},{&quot;2026-09-10&quot;:7.03},{&quot;2026-09-11&quot;:6.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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">
            Wild-Magic Sorcerer
        </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 — Orc Shaman Sorcerer</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wild-Magic Sorcerer" src="https://cards.scryfall.io/large/front/a/4/a48df69d-ef3d-46b1-8811-b6a1be777cdc.jpg?1783926245" />
    </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">
                $6.74
              </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">$5.00</span>
              <span class="text-xs text-grey-text">Credit: $6.50</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.89},{&quot;2026-06-10&quot;:7.47},{&quot;2026-06-11&quot;:7.47},{&quot;2026-06-12&quot;:7.14},{&quot;2026-06-13&quot;:7.43},{&quot;2026-06-14&quot;:7.4},{&quot;2026-06-15&quot;:7.4},{&quot;2026-06-16&quot;:7.42},{&quot;2026-06-17&quot;:7.42},{&quot;2026-06-18&quot;:7.42},{&quot;2026-06-19&quot;:7.42},{&quot;2026-06-20&quot;:7.42},{&quot;2026-06-21&quot;:7.42},{&quot;2026-06-22&quot;:7.42},{&quot;2026-06-24&quot;:7.08},{&quot;2026-06-25&quot;:6.96},{&quot;2026-06-26&quot;:6.63},{&quot;2026-06-27&quot;:6.94},{&quot;2026-06-28&quot;:7.03},{&quot;2026-06-29&quot;:7.03},{&quot;2026-06-30&quot;:7.03},{&quot;2026-07-01&quot;:7.03},{&quot;2026-07-02&quot;:6.97},{&quot;2026-07-03&quot;:6.61},{&quot;2026-07-04&quot;:6.54},{&quot;2026-07-05&quot;:6.75},{&quot;2026-07-06&quot;:6.75},{&quot;2026-07-07&quot;:6.75},{&quot;2026-07-08&quot;:6.89},{&quot;2026-07-09&quot;:6.78},{&quot;2026-07-10&quot;:6.81},{&quot;2026-07-11&quot;:6.56},{&quot;2026-07-12&quot;:6.57},{&quot;2026-07-13&quot;:6.74},{&quot;2026-07-14&quot;:6.74},{&quot;2026-07-15&quot;:6.77},{&quot;2026-07-16&quot;:7.16},{&quot;2026-07-17&quot;:7.21},{&quot;2026-07-18&quot;:7.1},{&quot;2026-07-19&quot;:7.1},{&quot;2026-07-20&quot;:7.1},{&quot;2026-07-21&quot;:7.02},{&quot;2026-07-23&quot;:7.01},{&quot;2026-07-25&quot;:6.81},{&quot;2026-07-26&quot;:6.89},{&quot;2026-07-27&quot;:6.87},{&quot;2026-07-29&quot;:6.42},{&quot;2026-07-30&quot;:6.42},{&quot;2026-07-31&quot;:6.38},{&quot;2026-08-01&quot;:6.38},{&quot;2026-08-02&quot;:6.29},{&quot;2026-08-03&quot;:6.05},{&quot;2026-08-04&quot;:5.8},{&quot;2026-08-05&quot;:5.72},{&quot;2026-08-07&quot;:5.88},{&quot;2026-08-08&quot;:6.11},{&quot;2026-08-09&quot;:6.25},{&quot;2026-08-10&quot;:6.29},{&quot;2026-08-11&quot;:6.3},{&quot;2026-08-12&quot;:6.45},{&quot;2026-08-13&quot;:6.45},{&quot;2026-08-14&quot;:6.52},{&quot;2026-08-15&quot;:6.52},{&quot;2026-08-16&quot;:6.52},{&quot;2026-08-17&quot;:6.57},{&quot;2026-08-18&quot;:6.66},{&quot;2026-08-19&quot;:6.62},{&quot;2026-08-20&quot;:6.62},{&quot;2026-08-21&quot;:6.54},{&quot;2026-08-22&quot;:6.58},{&quot;2026-08-23&quot;:6.69},{&quot;2026-08-24&quot;:6.5},{&quot;2026-08-25&quot;:6.5},{&quot;2026-08-26&quot;:6.63},{&quot;2026-08-27&quot;:6.67},{&quot;2026-08-28&quot;:6.61},{&quot;2026-08-29&quot;:6.61},{&quot;2026-08-30&quot;:6.79},{&quot;2026-08-31&quot;:6.68},{&quot;2026-09-01&quot;:6.68},{&quot;2026-09-02&quot;:6.7},{&quot;2026-09-03&quot;:6.7},{&quot;2026-09-04&quot;:6.7},{&quot;2026-09-05&quot;:6.7},{&quot;2026-09-06&quot;:6.7},{&quot;2026-09-07&quot;:6.7},{&quot;2026-09-08&quot;:6.58},{&quot;2026-09-09&quot;:6.74},{&quot;2026-09-10&quot;:6.74},{&quot;2026-09-11&quot;:6.74}]}"
        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 601-650 of 9368 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=12&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=12&amp;username=denvermullets" rel="prev">12</a><a role="link" aria-disabled="true" aria-current="page">13</a><a href="/load_collection?direction=asc&amp;page=14&amp;username=denvermullets" rel="next">14</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=14&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="25766"
          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">
              231
            </td>

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


            </td>

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

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

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

                    <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">
                $7.00
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Boromir, Warden of the Tower


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29461"
          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-j25 ss-mythic ss-fw ss-2x mr-4"></i>
              Brimaz, King of Oreskos


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-uncommon ss-fw ss-2x mr-4"></i>
              Swords to Plowshares


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-mythic ss-fw ss-2x mr-4"></i>
              Wrenn and Realmbreaker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Wrenn
            </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">
                  $7.16

                </div>
            </td>

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

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

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

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

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

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

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


            </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-x'></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">
                  $7.16

                    <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">
                $4.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.51
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83714"
          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-214
            </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>
              Price of Glory


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

                    <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">
                $6.00
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72941"
          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-bro ss-rare ss-fw ss-2x mr-4"></i>
              Liberator, Urza&#39;s Battlethopter


            </td>

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

                    <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">
                $4.00
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-mythic ss-fw ss-2x mr-4"></i>
              Drivnod, Carnage Dominus


            </td>

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

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

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

                    <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">
                $4.80
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="70926"
          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">
              233
            </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>
              Asceticism


            </td>

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

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

                    <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">
                $5.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.61
            </td>
        </tr>

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

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

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


            </td>

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

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

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

                    <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">
                $3.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.71
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109069"
          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">
              279
            </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>
              Ohran Frostfang


            </td>

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

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

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

                    <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">
                $5.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.52
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42473"
          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">
              449
            </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>
              The Reality Chip


            </td>

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

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

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

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108209"
          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">
              428
            </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-mythic ss-fw ss-2x mr-4"></i>
              Talisman of Conviction


            </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">
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87539"
          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-wot ss-rare ss-fw ss-2x mr-4"></i>
              Nature&#39;s Will


            </td>

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

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

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

                    <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">
                $4.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.88
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x mr-4"></i>
              Y&#39;shtola Rhul


            </td>

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

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

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

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

                    <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">
                $3.00
            </td>

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

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

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

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

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


            </td>

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

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

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

                    <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">
                $6.90
            </td>

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

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

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

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

                    <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">
                $5.50
            </td>

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

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

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

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

                    <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">
                $6.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.19
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75576"
          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-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Herald of Secret Streams


            </td>

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

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

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

                    <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">
                $5.00
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-mythic ss-fw ss-2x mr-4"></i>
              Ojer Kaslem, Deepest Growth // Temple of Cultivation


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-onc ss-rare ss-fw ss-2x mr-4"></i>
              Urtet, Remnant of Memnarch


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary 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">
                  $5.64

                    <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">
                <div class="flex items-center gap-2">
                  $6.98

                    <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">
                $2.50
            </td>

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

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

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

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

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


            </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>
              </div>
            </td>

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

                    <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">
                $6.00
            </td>

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85527"
          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">
              MIR-325
            </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>
              Crystal Vein


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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85527"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85527" src="/boxset_card/85527?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79254"
          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">
              CSP-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Boreal Druid


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Snow Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.92

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79254"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79254" src="/boxset_card/79254?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41118"
          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">
              13
            </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>
              Farewell


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.91

                    <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">
                <div class="flex items-center gap-2">
                  $6.91

                    <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">
                $3.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                2.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41118"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41118" src="/boxset_card/41118?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="70383"
          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">
              38
            </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>
              Galadhrim Ambush


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.91

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="70383"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_70383" src="/boxset_card/70383?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11834"
          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">
              262
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cm2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Reliquary Tower


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.90

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11834"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11834" src="/boxset_card/11834?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80696"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              227
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-rare ss-fw ss-2x mr-4"></i>
              Engineered Explosives


            </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-x'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.87

                    <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">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80696"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80696" src="/boxset_card/80696?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14275"
          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">
              816
            </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>
              Wild-Magic Sorcerer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Orc Shaman Sorcerer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.85

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14275"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14275" src="/boxset_card/14275?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73126"
          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-bro ss-rare ss-fw ss-2x mr-4"></i>
              Battlefield Forge


            </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">
                  $2.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      19%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.85

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73126"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73126" src="/boxset_card/73126?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49415"
          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-mh1 ss-rare ss-fw ss-2x mr-4"></i>
              Nurturing Peatland


            </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">
                  $6.84

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49415"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49415" src="/boxset_card/49415?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74215"
          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">
              193
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-mythic ss-fw ss-2x mr-4"></i>
              Arwen, Mortal Queen


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.84

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74215"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74215" src="/boxset_card/74215?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80735"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              ONS-132
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Chain of Smog


            </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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.84

                    <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">
                $3.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80735"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80735" src="/boxset_card/80735?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18455"
          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">
              97
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Liliana of the Veil


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Liliana
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $6.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.85
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18455"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18455" src="/boxset_card/18455?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="43556"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              1
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x mr-4"></i>
              Sol Ring


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.82

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.80
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="43556"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_43556" src="/boxset_card/43556?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12155"
          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">
              261
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x mr-4"></i>
              Three Visits


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.81

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12155"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12155" src="/boxset_card/12155?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73054"
          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">
              52
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x mr-4"></i>
              Semblance Anvil


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.56

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.81

                    <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">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </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="73054"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73054" src="/boxset_card/73054?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45572"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-moc ss-mythic ss-fw ss-2x mr-4"></i>
              Shalai and Hallar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Angel Elf
            </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><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">
                  $6.80

                    <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">
                $5.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.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="45572"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_45572" src="/boxset_card/45572?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99334"
          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">
              116
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecc ss-mythic ss-fw ss-2x mr-4"></i>
              Selvala, Heart of the Wilds


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Scout
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $6.76

                    <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">
                $3.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.83
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="99334"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99334" src="/boxset_card/99334?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="17235"
          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">
              140
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dst ss-uncommon ss-fw ss-2x mr-4"></i>
              Skullclamp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.74

                    <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">
                $6.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.83
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="17235"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_17235" src="/boxset_card/17235?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28422"
          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-afc ss-rare ss-fw ss-2x mr-4"></i>
              Wild-Magic Sorcerer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Orc Shaman Sorcerer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.74

                    <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">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28422"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28422" src="/boxset_card/28422?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 601-650 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=12&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=12&amp;username=denvermullets" rel="prev">12</a><a role="link" aria-disabled="true" aria-current="page">13</a><a href="/load_collection?direction=asc&amp;page=14&amp;username=denvermullets" rel="next">14</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=14&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>