<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="78030"
  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">
            Moment&#39;s Peace
        </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">
            $4.65
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Moment&#39;s Peace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/5/05087bc1-ac45-4405-9074-8272a321ab86.jpg?1783910273" />

        <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">
            Moment&#39;s Peace
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Moment&#39;s Peace" src="https://cards.scryfall.io/large/front/0/5/05087bc1-ac45-4405-9074-8272a321ab86.jpg?1783910273" />
    </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">
                $4.65
              </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">$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;normal&quot;:[{&quot;2026-06-12&quot;:2.94},{&quot;2026-06-13&quot;:2.92},{&quot;2026-06-14&quot;:2.9},{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:2.84},{&quot;2026-06-17&quot;:2.88},{&quot;2026-06-18&quot;:2.88},{&quot;2026-06-19&quot;:3.06},{&quot;2026-06-20&quot;:3.06},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-23&quot;:3.06},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.1},{&quot;2026-06-29&quot;:3.1},{&quot;2026-06-30&quot;:3.1},{&quot;2026-07-01&quot;:3.1},{&quot;2026-07-02&quot;:3.17},{&quot;2026-07-03&quot;:3.17},{&quot;2026-07-04&quot;:3.23},{&quot;2026-07-05&quot;:3.23},{&quot;2026-07-06&quot;:3.22},{&quot;2026-07-07&quot;:3.22},{&quot;2026-07-08&quot;:3.22},{&quot;2026-07-09&quot;:3.05},{&quot;2026-07-10&quot;:3.05},{&quot;2026-07-11&quot;:3.06},{&quot;2026-07-12&quot;:3.06},{&quot;2026-07-13&quot;:3.09},{&quot;2026-07-14&quot;:3.13},{&quot;2026-07-15&quot;:3.15},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.14},{&quot;2026-07-18&quot;:3.16},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.16},{&quot;2026-07-21&quot;:3.15},{&quot;2026-07-23&quot;:3.22},{&quot;2026-07-24&quot;:3.22},{&quot;2026-07-25&quot;:3.22},{&quot;2026-07-26&quot;:3.22},{&quot;2026-07-27&quot;:3.21},{&quot;2026-07-28&quot;:3.21},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.19},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.16},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:3.16},{&quot;2026-08-04&quot;:3.15},{&quot;2026-08-05&quot;:3.17},{&quot;2026-08-07&quot;:3.12},{&quot;2026-08-08&quot;:3.14},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.14},{&quot;2026-08-11&quot;:3.11},{&quot;2026-08-12&quot;:3.13},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:3.24},{&quot;2026-08-15&quot;:3.26},{&quot;2026-08-16&quot;:3.26},{&quot;2026-08-17&quot;:3.27},{&quot;2026-08-18&quot;:3.34},{&quot;2026-08-19&quot;:3.39},{&quot;2026-08-20&quot;:3.39},{&quot;2026-08-21&quot;:3.49},{&quot;2026-08-22&quot;:3.82},{&quot;2026-08-23&quot;:3.82},{&quot;2026-08-24&quot;:4.03},{&quot;2026-08-25&quot;:4.07},{&quot;2026-08-26&quot;:4.32},{&quot;2026-08-27&quot;:4.33},{&quot;2026-08-28&quot;:4.37},{&quot;2026-08-29&quot;:4.37},{&quot;2026-08-30&quot;:4.42},{&quot;2026-08-31&quot;:4.48},{&quot;2026-09-01&quot;:4.59},{&quot;2026-09-02&quot;:4.59},{&quot;2026-09-03&quot;:4.67},{&quot;2026-09-04&quot;:4.67},{&quot;2026-09-05&quot;:4.8},{&quot;2026-09-06&quot;:4.8},{&quot;2026-09-07&quot;:4.6},{&quot;2026-09-08&quot;:4.6},{&quot;2026-09-09&quot;:4.6},{&quot;2026-09-10&quot;:4.56},{&quot;2026-09-11&quot;:4.65}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.96
          </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="Flashback" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1b832fda-d7c4-4566-884c-2a8b6da15488.jpg?1782682940" />

        <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">
            Flashback
        </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-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="Flashback" src="https://cards.scryfall.io/large/front/1/b/1b832fda-d7c4-4566-884c-2a8b6da15488.jpg?1782682940" />
    </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.96
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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">$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;2026-06-11&quot;:7.64},{&quot;2026-06-12&quot;:7.6},{&quot;2026-06-13&quot;:7.54},{&quot;2026-06-14&quot;:7.46},{&quot;2026-06-15&quot;:7.24},{&quot;2026-06-16&quot;:7.07},{&quot;2026-06-17&quot;:6.83},{&quot;2026-06-18&quot;:6.38},{&quot;2026-06-19&quot;:6.35},{&quot;2026-06-20&quot;:6.22},{&quot;2026-06-21&quot;:6.06},{&quot;2026-06-22&quot;:6.04},{&quot;2026-06-23&quot;:5.72},{&quot;2026-06-24&quot;:5.46},{&quot;2026-06-25&quot;:5.3},{&quot;2026-06-26&quot;:5.05},{&quot;2026-06-27&quot;:4.94},{&quot;2026-06-28&quot;:5.12},{&quot;2026-06-29&quot;:4.94},{&quot;2026-06-30&quot;:4.75},{&quot;2026-07-01&quot;:3.92},{&quot;2026-07-02&quot;:4.3},{&quot;2026-07-03&quot;:4.3},{&quot;2026-07-04&quot;:4.15},{&quot;2026-07-05&quot;:4.03},{&quot;2026-07-06&quot;:4.13},{&quot;2026-07-07&quot;:4.39},{&quot;2026-07-08&quot;:4.42},{&quot;2026-07-09&quot;:4.25},{&quot;2026-07-10&quot;:4.23},{&quot;2026-07-11&quot;:4.06},{&quot;2026-07-12&quot;:4.03},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.22},{&quot;2026-07-15&quot;:4.06},{&quot;2026-07-16&quot;:4.07},{&quot;2026-07-17&quot;:4.07},{&quot;2026-07-18&quot;:3.98},{&quot;2026-07-19&quot;:4.26},{&quot;2026-07-20&quot;:4.28},{&quot;2026-07-21&quot;:4.33},{&quot;2026-07-23&quot;:4.78},{&quot;2026-07-25&quot;:4.86},{&quot;2026-07-26&quot;:4.65},{&quot;2026-07-27&quot;:4.53},{&quot;2026-07-28&quot;:4.29},{&quot;2026-07-29&quot;:4.33},{&quot;2026-07-30&quot;:4.61},{&quot;2026-07-31&quot;:4.52},{&quot;2026-08-01&quot;:4.53},{&quot;2026-08-02&quot;:4.73},{&quot;2026-08-03&quot;:4.49},{&quot;2026-08-04&quot;:4.57},{&quot;2026-08-05&quot;:4.63},{&quot;2026-08-07&quot;:4.27},{&quot;2026-08-08&quot;:4.05},{&quot;2026-08-09&quot;:4.03},{&quot;2026-08-10&quot;:3.95},{&quot;2026-08-11&quot;:3.89},{&quot;2026-08-12&quot;:3.97},{&quot;2026-08-13&quot;:3.98},{&quot;2026-08-14&quot;:4.08},{&quot;2026-08-15&quot;:4.18},{&quot;2026-08-16&quot;:4.27},{&quot;2026-08-17&quot;:4.43},{&quot;2026-08-18&quot;:4.7},{&quot;2026-08-19&quot;:4.9},{&quot;2026-08-20&quot;:4.9},{&quot;2026-08-21&quot;:5.23},{&quot;2026-08-22&quot;:5.3},{&quot;2026-08-23&quot;:5.07},{&quot;2026-08-24&quot;:5.05},{&quot;2026-08-25&quot;:5.05},{&quot;2026-08-26&quot;:4.98},{&quot;2026-08-27&quot;:5.44},{&quot;2026-08-28&quot;:5.43},{&quot;2026-08-29&quot;:5.43},{&quot;2026-08-30&quot;:5.37},{&quot;2026-08-31&quot;:5.37},{&quot;2026-09-01&quot;:5.37},{&quot;2026-09-02&quot;:5.4},{&quot;2026-09-03&quot;:5.39},{&quot;2026-09-04&quot;:5.34},{&quot;2026-09-05&quot;:5.15},{&quot;2026-09-06&quot;:4.61},{&quot;2026-09-07&quot;:4.61},{&quot;2026-09-08&quot;:4.7},{&quot;2026-09-09&quot;:4.64},{&quot;2026-09-10&quot;:4.64},{&quot;2026-09-11&quot;:4.65}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.81},{&quot;2026-06-12&quot;:5.34},{&quot;2026-06-13&quot;:4.74},{&quot;2026-06-14&quot;:4.95},{&quot;2026-06-15&quot;:4.97},{&quot;2026-06-16&quot;:5.46},{&quot;2026-06-17&quot;:5.52},{&quot;2026-06-18&quot;:5.51},{&quot;2026-06-19&quot;:5.15},{&quot;2026-06-20&quot;:4.84},{&quot;2026-06-21&quot;:4.39},{&quot;2026-06-22&quot;:4.85},{&quot;2026-06-23&quot;:5.04},{&quot;2026-06-24&quot;:4.44},{&quot;2026-06-25&quot;:5.17},{&quot;2026-06-26&quot;:5.0},{&quot;2026-06-27&quot;:4.87},{&quot;2026-06-28&quot;:4.52},{&quot;2026-06-29&quot;:4.16},{&quot;2026-06-30&quot;:3.87},{&quot;2026-07-01&quot;:4.27},{&quot;2026-07-02&quot;:4.06},{&quot;2026-07-03&quot;:3.9},{&quot;2026-07-04&quot;:3.92},{&quot;2026-07-05&quot;:3.95},{&quot;2026-07-06&quot;:3.93},{&quot;2026-07-07&quot;:4.43},{&quot;2026-07-08&quot;:4.4},{&quot;2026-07-09&quot;:4.11},{&quot;2026-07-10&quot;:3.63},{&quot;2026-07-11&quot;:3.63},{&quot;2026-07-12&quot;:4.04},{&quot;2026-07-13&quot;:4.12},{&quot;2026-07-14&quot;:4.01},{&quot;2026-07-15&quot;:3.97},{&quot;2026-07-16&quot;:3.87},{&quot;2026-07-17&quot;:3.87},{&quot;2026-07-18&quot;:4.03},{&quot;2026-07-19&quot;:3.83},{&quot;2026-07-20&quot;:3.73},{&quot;2026-07-21&quot;:3.42},{&quot;2026-07-23&quot;:3.7},{&quot;2026-07-25&quot;:4.11},{&quot;2026-07-26&quot;:3.95},{&quot;2026-07-27&quot;:4.1},{&quot;2026-07-28&quot;:3.84},{&quot;2026-07-29&quot;:3.69},{&quot;2026-07-30&quot;:3.62},{&quot;2026-07-31&quot;:3.74},{&quot;2026-08-01&quot;:4.34},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.63},{&quot;2026-08-04&quot;:3.9},{&quot;2026-08-05&quot;:3.5},{&quot;2026-08-07&quot;:3.13},{&quot;2026-08-08&quot;:3.33},{&quot;2026-08-09&quot;:3.21},{&quot;2026-08-10&quot;:3.51},{&quot;2026-08-11&quot;:3.58},{&quot;2026-08-12&quot;:3.69},{&quot;2026-08-13&quot;:3.83},{&quot;2026-08-14&quot;:3.85},{&quot;2026-08-15&quot;:4.13},{&quot;2026-08-16&quot;:3.93},{&quot;2026-08-17&quot;:4.11},{&quot;2026-08-18&quot;:4.29},{&quot;2026-08-19&quot;:4.16},{&quot;2026-08-20&quot;:4.16},{&quot;2026-08-21&quot;:3.62},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.61},{&quot;2026-08-24&quot;:3.67},{&quot;2026-08-25&quot;:3.67},{&quot;2026-08-26&quot;:3.82},{&quot;2026-08-27&quot;:4.46},{&quot;2026-08-28&quot;:4.53},{&quot;2026-08-29&quot;:4.53},{&quot;2026-08-30&quot;:4.11},{&quot;2026-08-31&quot;:3.93},{&quot;2026-09-01&quot;:3.93},{&quot;2026-09-02&quot;:4.22},{&quot;2026-09-03&quot;:3.95},{&quot;2026-09-04&quot;:3.88},{&quot;2026-09-05&quot;:3.72},{&quot;2026-09-06&quot;:3.92},{&quot;2026-09-07&quot;:4.06},{&quot;2026-09-08&quot;:4.06},{&quot;2026-09-09&quot;:3.92},{&quot;2026-09-10&quot;:3.87},{&quot;2026-09-11&quot;:3.96}]}"
        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="20854"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Privileged Position" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/6/9655bbe4-062f-4278-ad05-a326a64c5b69.jpg?1783921811" />

        <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">
            Privileged Position
        </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-gw'></i><i class='no-tailwind ms ms-cost ml-0 ms-gw'></i><i class='no-tailwind ms ms-cost ml-0 ms-gw'></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="Privileged Position" src="https://cards.scryfall.io/large/front/9/6/9655bbe4-062f-4278-ad05-a326a64c5b69.jpg?1783921811" />
    </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">
                $4.64
              </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">
                $4.39
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.31},{&quot;2026-06-12&quot;:4.31},{&quot;2026-06-13&quot;:4.31},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.31},{&quot;2026-06-16&quot;:4.31},{&quot;2026-06-17&quot;:4.31},{&quot;2026-06-18&quot;:4.31},{&quot;2026-06-19&quot;:4.29},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.29},{&quot;2026-06-22&quot;:4.29},{&quot;2026-06-23&quot;:4.29},{&quot;2026-06-24&quot;:4.29},{&quot;2026-06-25&quot;:4.29},{&quot;2026-06-26&quot;:4.34},{&quot;2026-06-27&quot;:4.38},{&quot;2026-06-28&quot;:4.38},{&quot;2026-06-29&quot;:4.38},{&quot;2026-06-30&quot;:4.38},{&quot;2026-07-01&quot;:4.38},{&quot;2026-07-02&quot;:4.38},{&quot;2026-07-03&quot;:4.38},{&quot;2026-07-04&quot;:4.38},{&quot;2026-07-05&quot;:4.42},{&quot;2026-07-06&quot;:4.42},{&quot;2026-07-07&quot;:4.42},{&quot;2026-07-08&quot;:4.42},{&quot;2026-07-09&quot;:4.42},{&quot;2026-07-10&quot;:4.42},{&quot;2026-07-11&quot;:4.42},{&quot;2026-07-12&quot;:4.42},{&quot;2026-07-13&quot;:4.42},{&quot;2026-07-14&quot;:4.42},{&quot;2026-07-15&quot;:4.42},{&quot;2026-07-16&quot;:4.42},{&quot;2026-07-17&quot;:4.42},{&quot;2026-07-18&quot;:4.39},{&quot;2026-07-19&quot;:4.39},{&quot;2026-07-20&quot;:4.39},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-23&quot;:4.39},{&quot;2026-07-25&quot;:4.39},{&quot;2026-07-26&quot;:4.39},{&quot;2026-07-27&quot;:4.39},{&quot;2026-07-28&quot;:4.39},{&quot;2026-07-29&quot;:4.39},{&quot;2026-07-30&quot;:4.4},{&quot;2026-07-31&quot;:4.4},{&quot;2026-08-01&quot;:4.44},{&quot;2026-08-02&quot;:4.44},{&quot;2026-08-03&quot;:4.44},{&quot;2026-08-04&quot;:4.44},{&quot;2026-08-05&quot;:4.44},{&quot;2026-08-07&quot;:4.44},{&quot;2026-08-08&quot;:4.46},{&quot;2026-08-09&quot;:4.5},{&quot;2026-08-10&quot;:4.5},{&quot;2026-08-11&quot;:4.47},{&quot;2026-08-12&quot;:4.47},{&quot;2026-08-13&quot;:4.47},{&quot;2026-08-14&quot;:4.47},{&quot;2026-08-15&quot;:4.47},{&quot;2026-08-16&quot;:4.55},{&quot;2026-08-17&quot;:4.55},{&quot;2026-08-18&quot;:4.55},{&quot;2026-08-19&quot;:4.55},{&quot;2026-08-20&quot;:4.55},{&quot;2026-08-21&quot;:4.55},{&quot;2026-08-22&quot;:4.55},{&quot;2026-08-23&quot;:4.55},{&quot;2026-08-24&quot;:4.55},{&quot;2026-08-25&quot;:4.55},{&quot;2026-08-26&quot;:4.55},{&quot;2026-08-27&quot;:4.55},{&quot;2026-08-28&quot;:4.55},{&quot;2026-08-29&quot;:4.55},{&quot;2026-08-30&quot;:4.45},{&quot;2026-08-31&quot;:4.45},{&quot;2026-09-01&quot;:4.39},{&quot;2026-09-02&quot;:4.39},{&quot;2026-09-03&quot;:4.39},{&quot;2026-09-04&quot;:4.39},{&quot;2026-09-05&quot;:4.39},{&quot;2026-09-06&quot;:4.39},{&quot;2026-09-07&quot;:4.39},{&quot;2026-09-08&quot;:4.39},{&quot;2026-09-09&quot;:4.39},{&quot;2026-09-10&quot;:4.39},{&quot;2026-09-11&quot;:4.39}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.81},{&quot;2026-06-12&quot;:4.99},{&quot;2026-06-13&quot;:5.0},{&quot;2026-06-14&quot;:5.24},{&quot;2026-06-15&quot;:5.56},{&quot;2026-06-16&quot;:5.6},{&quot;2026-06-17&quot;:5.55},{&quot;2026-06-18&quot;:5.63},{&quot;2026-06-19&quot;:5.69},{&quot;2026-06-20&quot;:5.69},{&quot;2026-06-21&quot;:5.76},{&quot;2026-06-22&quot;:5.79},{&quot;2026-06-23&quot;:5.74},{&quot;2026-06-24&quot;:5.74},{&quot;2026-06-25&quot;:5.79},{&quot;2026-06-26&quot;:5.79},{&quot;2026-06-27&quot;:5.79},{&quot;2026-06-28&quot;:5.7},{&quot;2026-06-29&quot;:5.4},{&quot;2026-06-30&quot;:5.16},{&quot;2026-07-01&quot;:4.95},{&quot;2026-07-02&quot;:5.06},{&quot;2026-07-03&quot;:4.87},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:4.8},{&quot;2026-07-06&quot;:4.67},{&quot;2026-07-07&quot;:4.53},{&quot;2026-07-08&quot;:4.34},{&quot;2026-07-09&quot;:3.98},{&quot;2026-07-10&quot;:4.03},{&quot;2026-07-11&quot;:3.91},{&quot;2026-07-12&quot;:4.13},{&quot;2026-07-13&quot;:4.24},{&quot;2026-07-14&quot;:4.13},{&quot;2026-07-15&quot;:4.09},{&quot;2026-07-16&quot;:4.08},{&quot;2026-07-17&quot;:4.15},{&quot;2026-07-18&quot;:4.12},{&quot;2026-07-19&quot;:4.12},{&quot;2026-07-20&quot;:4.26},{&quot;2026-07-21&quot;:4.35},{&quot;2026-07-23&quot;:4.5},{&quot;2026-07-25&quot;:4.9},{&quot;2026-07-26&quot;:4.9},{&quot;2026-07-27&quot;:5.09},{&quot;2026-07-28&quot;:5.03},{&quot;2026-07-29&quot;:5.08},{&quot;2026-07-30&quot;:5.24},{&quot;2026-07-31&quot;:5.32},{&quot;2026-08-01&quot;:5.32},{&quot;2026-08-02&quot;:5.34},{&quot;2026-08-03&quot;:5.34},{&quot;2026-08-04&quot;:5.37},{&quot;2026-08-05&quot;:5.41},{&quot;2026-08-07&quot;:5.4},{&quot;2026-08-08&quot;:5.56},{&quot;2026-08-09&quot;:5.52},{&quot;2026-08-10&quot;:5.52},{&quot;2026-08-11&quot;:5.52},{&quot;2026-08-12&quot;:5.49},{&quot;2026-08-13&quot;:5.45},{&quot;2026-08-14&quot;:5.39},{&quot;2026-08-15&quot;:5.39},{&quot;2026-08-16&quot;:5.39},{&quot;2026-08-17&quot;:5.33},{&quot;2026-08-18&quot;:5.27},{&quot;2026-08-19&quot;:5.27},{&quot;2026-08-20&quot;:5.27},{&quot;2026-08-21&quot;:5.29},{&quot;2026-08-22&quot;:5.37},{&quot;2026-08-23&quot;:5.25},{&quot;2026-08-24&quot;:5.29},{&quot;2026-08-25&quot;:5.14},{&quot;2026-08-26&quot;:5.12},{&quot;2026-08-27&quot;:5.12},{&quot;2026-08-28&quot;:5.04},{&quot;2026-08-29&quot;:5.04},{&quot;2026-08-30&quot;:5.11},{&quot;2026-08-31&quot;:5.01},{&quot;2026-09-01&quot;:5.01},{&quot;2026-09-02&quot;:5.01},{&quot;2026-09-03&quot;:5.04},{&quot;2026-09-04&quot;:5.02},{&quot;2026-09-05&quot;:4.95},{&quot;2026-09-06&quot;:4.95},{&quot;2026-09-07&quot;:4.8},{&quot;2026-09-08&quot;:4.8},{&quot;2026-09-09&quot;:4.67},{&quot;2026-09-10&quot;:4.64},{&quot;2026-09-11&quot;:4.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="42666"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Satoru Umezawa" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/7/f7112729-908e-430d-8e0e-eb71a9043309.jpg?1783923723" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Satoru Umezawa" src="https://cards.scryfall.io/large/front/f/7/f7112729-908e-430d-8e0e-eb71a9043309.jpg?1783923723" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:5.72},{&quot;2026-06-12&quot;:5.7},{&quot;2026-06-13&quot;:5.74},{&quot;2026-06-14&quot;:5.7},{&quot;2026-06-15&quot;:5.77},{&quot;2026-06-16&quot;:5.67},{&quot;2026-06-17&quot;:5.86},{&quot;2026-06-18&quot;:5.91},{&quot;2026-06-19&quot;:5.75},{&quot;2026-06-20&quot;:5.78},{&quot;2026-06-21&quot;:5.8},{&quot;2026-06-22&quot;:5.8},{&quot;2026-06-23&quot;:5.72},{&quot;2026-06-24&quot;:5.67},{&quot;2026-06-25&quot;:5.79},{&quot;2026-06-26&quot;:5.7},{&quot;2026-06-27&quot;:5.8},{&quot;2026-06-28&quot;:5.64},{&quot;2026-06-29&quot;:5.49},{&quot;2026-06-30&quot;:5.49},{&quot;2026-07-01&quot;:5.49},{&quot;2026-07-02&quot;:5.56},{&quot;2026-07-03&quot;:5.56},{&quot;2026-07-04&quot;:5.48},{&quot;2026-07-05&quot;:5.43},{&quot;2026-07-06&quot;:5.17},{&quot;2026-07-07&quot;:5.17},{&quot;2026-07-08&quot;:5.17},{&quot;2026-07-09&quot;:5.33},{&quot;2026-07-10&quot;:5.21},{&quot;2026-07-11&quot;:5.28},{&quot;2026-07-12&quot;:5.38},{&quot;2026-07-13&quot;:5.48},{&quot;2026-07-14&quot;:5.56},{&quot;2026-07-15&quot;:5.62},{&quot;2026-07-16&quot;:5.62},{&quot;2026-07-17&quot;:5.59},{&quot;2026-07-18&quot;:5.67},{&quot;2026-07-19&quot;:5.64},{&quot;2026-07-20&quot;:5.58},{&quot;2026-07-21&quot;:5.5},{&quot;2026-07-23&quot;:5.38},{&quot;2026-07-25&quot;:5.31},{&quot;2026-07-26&quot;:5.3},{&quot;2026-07-27&quot;:5.27},{&quot;2026-07-28&quot;:5.16},{&quot;2026-07-29&quot;:5.19},{&quot;2026-07-30&quot;:5.16},{&quot;2026-07-31&quot;:5.22},{&quot;2026-08-01&quot;:5.19},{&quot;2026-08-02&quot;:5.12},{&quot;2026-08-03&quot;:5.05},{&quot;2026-08-04&quot;:5.07},{&quot;2026-08-05&quot;:5.04},{&quot;2026-08-07&quot;:5.1},{&quot;2026-08-08&quot;:4.97},{&quot;2026-08-09&quot;:4.92},{&quot;2026-08-10&quot;:4.92},{&quot;2026-08-11&quot;:4.93},{&quot;2026-08-12&quot;:4.93},{&quot;2026-08-13&quot;:4.91},{&quot;2026-08-14&quot;:4.85},{&quot;2026-08-15&quot;:4.78},{&quot;2026-08-16&quot;:4.82},{&quot;2026-08-17&quot;:4.81},{&quot;2026-08-18&quot;:4.79},{&quot;2026-08-19&quot;:4.79},{&quot;2026-08-20&quot;:4.79},{&quot;2026-08-21&quot;:4.75},{&quot;2026-08-22&quot;:4.75},{&quot;2026-08-23&quot;:4.7},{&quot;2026-08-24&quot;:4.68},{&quot;2026-08-25&quot;:4.68},{&quot;2026-08-26&quot;:4.64},{&quot;2026-08-27&quot;:4.47},{&quot;2026-08-28&quot;:4.47},{&quot;2026-08-29&quot;:4.47},{&quot;2026-08-30&quot;:4.4},{&quot;2026-08-31&quot;:4.43},{&quot;2026-09-01&quot;:4.47},{&quot;2026-09-02&quot;:4.47},{&quot;2026-09-03&quot;:4.43},{&quot;2026-09-04&quot;:4.42},{&quot;2026-09-05&quot;:4.42},{&quot;2026-09-06&quot;:4.5},{&quot;2026-09-07&quot;:4.5},{&quot;2026-09-08&quot;:4.52},{&quot;2026-09-09&quot;:4.59},{&quot;2026-09-10&quot;:4.59},{&quot;2026-09-11&quot;:4.64}],&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="108892"
  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">
            Eclipsed Steppe
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Eclipsed Steppe" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/8/d890999a-dcc7-479e-b0f0-60388c737043.jpg?1782683343" />

        <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">
            Eclipsed Steppe
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land — Plains Swamp</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="Eclipsed Steppe" src="https://cards.scryfall.io/large/front/d/8/d890999a-dcc7-479e-b0f0-60388c737043.jpg?1782683343" />
    </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">
                $4.64
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $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">$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;normal&quot;:[{&quot;2026-06-08&quot;:2.47},{&quot;2026-06-10&quot;:2.52},{&quot;2026-06-11&quot;:2.62},{&quot;2026-06-12&quot;:2.62},{&quot;2026-06-13&quot;:2.53},{&quot;2026-06-14&quot;:2.57},{&quot;2026-06-15&quot;:2.51},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.53},{&quot;2026-06-20&quot;:2.48},{&quot;2026-06-21&quot;:2.51},{&quot;2026-06-22&quot;:2.54},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.59},{&quot;2026-06-26&quot;:2.52},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.51},{&quot;2026-06-29&quot;:2.53},{&quot;2026-06-30&quot;:2.69},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.73},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.63},{&quot;2026-07-05&quot;:2.61},{&quot;2026-07-06&quot;:2.61},{&quot;2026-07-07&quot;:2.73},{&quot;2026-07-08&quot;:2.64},{&quot;2026-07-09&quot;:2.54},{&quot;2026-07-10&quot;:3.4},{&quot;2026-07-11&quot;:3.49},{&quot;2026-07-12&quot;:3.59},{&quot;2026-07-13&quot;:2.75},{&quot;2026-07-14&quot;:2.79},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.53},{&quot;2026-07-18&quot;:2.5},{&quot;2026-07-19&quot;:2.48},{&quot;2026-07-20&quot;:2.54},{&quot;2026-07-21&quot;:2.56},{&quot;2026-07-23&quot;:2.59},{&quot;2026-07-25&quot;:2.79},{&quot;2026-07-26&quot;:2.86},{&quot;2026-07-27&quot;:2.87},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.82},{&quot;2026-08-01&quot;:2.86},{&quot;2026-08-02&quot;:2.87},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.88},{&quot;2026-08-05&quot;:2.88},{&quot;2026-08-07&quot;:3.03},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.15},{&quot;2026-08-10&quot;:3.11},{&quot;2026-08-11&quot;:3.01},{&quot;2026-08-12&quot;:3.19},{&quot;2026-08-13&quot;:3.45},{&quot;2026-08-14&quot;:3.77},{&quot;2026-08-15&quot;:3.9},{&quot;2026-08-16&quot;:3.93},{&quot;2026-08-17&quot;:4.0},{&quot;2026-08-18&quot;:3.95},{&quot;2026-08-19&quot;:4.11},{&quot;2026-08-20&quot;:4.11},{&quot;2026-08-21&quot;:4.45},{&quot;2026-08-22&quot;:4.67},{&quot;2026-08-23&quot;:4.76},{&quot;2026-08-24&quot;:4.71},{&quot;2026-08-25&quot;:4.71},{&quot;2026-08-26&quot;:4.46},{&quot;2026-08-27&quot;:4.46},{&quot;2026-08-28&quot;:4.5},{&quot;2026-08-29&quot;:4.5},{&quot;2026-08-30&quot;:4.78},{&quot;2026-08-31&quot;:4.69},{&quot;2026-09-01&quot;:4.69},{&quot;2026-09-02&quot;:4.55},{&quot;2026-09-03&quot;:4.52},{&quot;2026-09-04&quot;:4.52},{&quot;2026-09-05&quot;:4.54},{&quot;2026-09-06&quot;:4.61},{&quot;2026-09-07&quot;:4.55},{&quot;2026-09-08&quot;:4.67},{&quot;2026-09-09&quot;:4.74},{&quot;2026-09-10&quot;:4.69},{&quot;2026-09-11&quot;:4.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="87101"
  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-woc 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">
            Timely Ward
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Timely Ward
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Timely Ward" src="https://cards.scryfall.io/large/front/d/d/dd0af67e-d31f-431f-b912-ce8382785ded.jpg?1783914965" />
    </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">
                $4.63
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:6.67},{&quot;2026-06-13&quot;:6.23},{&quot;2026-06-14&quot;:6.27},{&quot;2026-06-15&quot;:6.35},{&quot;2026-06-16&quot;:6.35},{&quot;2026-06-17&quot;:6.35},{&quot;2026-06-18&quot;:6.53},{&quot;2026-06-19&quot;:6.53},{&quot;2026-06-20&quot;:6.41},{&quot;2026-06-21&quot;:6.18},{&quot;2026-06-22&quot;:6.18},{&quot;2026-06-23&quot;:6.18},{&quot;2026-06-24&quot;:6.18},{&quot;2026-06-25&quot;:5.79},{&quot;2026-06-26&quot;:5.82},{&quot;2026-06-27&quot;:6.05},{&quot;2026-06-28&quot;:6.0},{&quot;2026-06-29&quot;:6.0},{&quot;2026-06-30&quot;:6.0},{&quot;2026-07-01&quot;:6.0},{&quot;2026-07-02&quot;:6.0},{&quot;2026-07-03&quot;:5.98},{&quot;2026-07-04&quot;:6.02},{&quot;2026-07-05&quot;:6.02},{&quot;2026-07-06&quot;:6.02},{&quot;2026-07-07&quot;:5.74},{&quot;2026-07-08&quot;:5.76},{&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.67},{&quot;2026-07-13&quot;:5.67},{&quot;2026-07-14&quot;:5.51},{&quot;2026-07-15&quot;:5.46},{&quot;2026-07-16&quot;:5.37},{&quot;2026-07-17&quot;:5.21},{&quot;2026-07-18&quot;:5.27},{&quot;2026-07-19&quot;:5.26},{&quot;2026-07-20&quot;:5.31},{&quot;2026-07-21&quot;:5.31},{&quot;2026-07-23&quot;:5.28},{&quot;2026-07-24&quot;:5.34},{&quot;2026-07-25&quot;:5.31},{&quot;2026-07-26&quot;:5.38},{&quot;2026-07-27&quot;:5.38},{&quot;2026-07-28&quot;:5.38},{&quot;2026-07-29&quot;:5.38},{&quot;2026-07-30&quot;:5.38},{&quot;2026-07-31&quot;:5.43},{&quot;2026-08-01&quot;:5.43},{&quot;2026-08-02&quot;:5.33},{&quot;2026-08-03&quot;:5.33},{&quot;2026-08-04&quot;:5.33},{&quot;2026-08-05&quot;:5.32},{&quot;2026-08-07&quot;:5.38},{&quot;2026-08-08&quot;:5.29},{&quot;2026-08-09&quot;:5.29},{&quot;2026-08-10&quot;:5.29},{&quot;2026-08-11&quot;:5.29},{&quot;2026-08-12&quot;:5.29},{&quot;2026-08-13&quot;:5.19},{&quot;2026-08-14&quot;:5.19},{&quot;2026-08-15&quot;:5.08},{&quot;2026-08-16&quot;:5.08},{&quot;2026-08-17&quot;:4.94},{&quot;2026-08-18&quot;:4.94},{&quot;2026-08-19&quot;:4.94},{&quot;2026-08-20&quot;:4.94},{&quot;2026-08-21&quot;:4.94},{&quot;2026-08-22&quot;:4.89},{&quot;2026-08-23&quot;:4.89},{&quot;2026-08-24&quot;:4.89},{&quot;2026-08-25&quot;:4.9},{&quot;2026-08-26&quot;:4.9},{&quot;2026-08-27&quot;:4.89},{&quot;2026-08-28&quot;:4.89},{&quot;2026-08-29&quot;:4.89},{&quot;2026-08-30&quot;:5.0},{&quot;2026-08-31&quot;:4.97},{&quot;2026-09-01&quot;:4.97},{&quot;2026-09-02&quot;:4.97},{&quot;2026-09-03&quot;:4.97},{&quot;2026-09-04&quot;:4.91},{&quot;2026-09-05&quot;:4.91},{&quot;2026-09-06&quot;:4.91},{&quot;2026-09-07&quot;:4.91},{&quot;2026-09-08&quot;:4.91},{&quot;2026-09-09&quot;:4.68},{&quot;2026-09-10&quot;:4.68},{&quot;2026-09-11&quot;:4.63}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Patriar&#39;s Seal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/7/37f920f0-4dfc-477b-af7e-a17dfc9ba455.jpg?1783922667" />

        <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">
            Patriar&#39;s Seal
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Patriar&#39;s Seal" src="https://cards.scryfall.io/large/front/3/7/37f920f0-4dfc-477b-af7e-a17dfc9ba455.jpg?1783922667" />
    </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">
                $4.62
              </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">
                $5.83
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:6.27},{&quot;2026-06-10&quot;:6.27},{&quot;2026-06-11&quot;:6.36},{&quot;2026-06-12&quot;:6.23},{&quot;2026-06-13&quot;:6.23},{&quot;2026-06-14&quot;:6.23},{&quot;2026-06-15&quot;:6.16},{&quot;2026-06-16&quot;:6.16},{&quot;2026-06-17&quot;:6.16},{&quot;2026-06-18&quot;:6.26},{&quot;2026-06-19&quot;:6.26},{&quot;2026-06-20&quot;:6.41},{&quot;2026-06-21&quot;:6.45},{&quot;2026-06-22&quot;:6.54},{&quot;2026-06-24&quot;:6.56},{&quot;2026-06-25&quot;:6.56},{&quot;2026-06-26&quot;:6.56},{&quot;2026-06-27&quot;:6.56},{&quot;2026-06-28&quot;:6.66},{&quot;2026-06-29&quot;:6.66},{&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.68},{&quot;2026-07-09&quot;:6.57},{&quot;2026-07-10&quot;:6.68},{&quot;2026-07-11&quot;:6.68},{&quot;2026-07-12&quot;:6.52},{&quot;2026-07-13&quot;:6.43},{&quot;2026-07-14&quot;:6.43},{&quot;2026-07-15&quot;:6.43},{&quot;2026-07-16&quot;:6.43},{&quot;2026-07-17&quot;:6.43},{&quot;2026-07-18&quot;:6.43},{&quot;2026-07-19&quot;:6.43},{&quot;2026-07-20&quot;:6.38},{&quot;2026-07-21&quot;:6.5},{&quot;2026-07-23&quot;:6.5},{&quot;2026-07-25&quot;:6.45},{&quot;2026-07-26&quot;:6.45},{&quot;2026-07-27&quot;:6.45},{&quot;2026-07-29&quot;:6.43},{&quot;2026-07-30&quot;:6.43},{&quot;2026-07-31&quot;:6.54},{&quot;2026-08-01&quot;:6.54},{&quot;2026-08-02&quot;:6.39},{&quot;2026-08-03&quot;:6.39},{&quot;2026-08-04&quot;:6.39},{&quot;2026-08-05&quot;:6.39},{&quot;2026-08-07&quot;:6.33},{&quot;2026-08-08&quot;:6.33},{&quot;2026-08-09&quot;:6.28},{&quot;2026-08-10&quot;:6.38},{&quot;2026-08-11&quot;:6.22},{&quot;2026-08-12&quot;:6.09},{&quot;2026-08-13&quot;:5.97},{&quot;2026-08-14&quot;:5.97},{&quot;2026-08-15&quot;:5.97},{&quot;2026-08-16&quot;:5.83},{&quot;2026-08-17&quot;:5.83},{&quot;2026-08-18&quot;:5.83},{&quot;2026-08-19&quot;:5.99},{&quot;2026-08-20&quot;:5.99},{&quot;2026-08-21&quot;:5.99},{&quot;2026-08-22&quot;:5.99},{&quot;2026-08-23&quot;:5.99},{&quot;2026-08-24&quot;:5.93},{&quot;2026-08-25&quot;:5.93},{&quot;2026-08-26&quot;:5.93},{&quot;2026-08-27&quot;:5.93},{&quot;2026-08-28&quot;:5.93},{&quot;2026-08-29&quot;:5.93},{&quot;2026-08-30&quot;:5.73},{&quot;2026-08-31&quot;:5.78},{&quot;2026-09-01&quot;:5.78},{&quot;2026-09-02&quot;:5.76},{&quot;2026-09-03&quot;:5.43},{&quot;2026-09-04&quot;:5.46},{&quot;2026-09-05&quot;:5.46},{&quot;2026-09-06&quot;:5.57},{&quot;2026-09-07&quot;:5.81},{&quot;2026-09-08&quot;:5.81},{&quot;2026-09-09&quot;:5.81},{&quot;2026-09-10&quot;:5.6},{&quot;2026-09-11&quot;:5.83}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.64},{&quot;2026-06-10&quot;:5.64},{&quot;2026-06-11&quot;:5.35},{&quot;2026-06-12&quot;:5.32},{&quot;2026-06-13&quot;:5.35},{&quot;2026-06-14&quot;:5.36},{&quot;2026-06-15&quot;:5.35},{&quot;2026-06-16&quot;:5.47},{&quot;2026-06-17&quot;:5.4},{&quot;2026-06-18&quot;:5.23},{&quot;2026-06-19&quot;:5.32},{&quot;2026-06-20&quot;:5.35},{&quot;2026-06-21&quot;:5.33},{&quot;2026-06-22&quot;:5.3},{&quot;2026-06-24&quot;:5.13},{&quot;2026-06-25&quot;:4.8},{&quot;2026-06-26&quot;:4.48},{&quot;2026-06-27&quot;:4.77},{&quot;2026-06-28&quot;:5.08},{&quot;2026-06-29&quot;:4.79},{&quot;2026-06-30&quot;:4.63},{&quot;2026-07-01&quot;:4.77},{&quot;2026-07-02&quot;:4.87},{&quot;2026-07-03&quot;:4.86},{&quot;2026-07-04&quot;:4.67},{&quot;2026-07-05&quot;:4.75},{&quot;2026-07-06&quot;:4.68},{&quot;2026-07-07&quot;:4.88},{&quot;2026-07-08&quot;:5.04},{&quot;2026-07-09&quot;:5.04},{&quot;2026-07-10&quot;:5.06},{&quot;2026-07-11&quot;:5.12},{&quot;2026-07-12&quot;:5.36},{&quot;2026-07-13&quot;:5.45},{&quot;2026-07-14&quot;:5.21},{&quot;2026-07-15&quot;:5.32},{&quot;2026-07-16&quot;:5.13},{&quot;2026-07-17&quot;:5.11},{&quot;2026-07-18&quot;:5.04},{&quot;2026-07-19&quot;:4.9},{&quot;2026-07-20&quot;:4.84},{&quot;2026-07-21&quot;:4.96},{&quot;2026-07-23&quot;:4.92},{&quot;2026-07-25&quot;:4.92},{&quot;2026-07-26&quot;:4.83},{&quot;2026-07-27&quot;:4.77},{&quot;2026-07-29&quot;:4.94},{&quot;2026-07-30&quot;:5.04},{&quot;2026-07-31&quot;:5.25},{&quot;2026-08-01&quot;:5.25},{&quot;2026-08-02&quot;:5.37},{&quot;2026-08-03&quot;:5.67},{&quot;2026-08-04&quot;:5.67},{&quot;2026-08-05&quot;:6.13},{&quot;2026-08-07&quot;:6.33},{&quot;2026-08-08&quot;:6.4},{&quot;2026-08-09&quot;:6.45},{&quot;2026-08-10&quot;:6.45},{&quot;2026-08-11&quot;:6.36},{&quot;2026-08-12&quot;:6.34},{&quot;2026-08-13&quot;:6.31},{&quot;2026-08-14&quot;:6.35},{&quot;2026-08-15&quot;:6.22},{&quot;2026-08-16&quot;:6.0},{&quot;2026-08-17&quot;:5.91},{&quot;2026-08-18&quot;:5.53},{&quot;2026-08-19&quot;:5.48},{&quot;2026-08-20&quot;:5.48},{&quot;2026-08-21&quot;:5.82},{&quot;2026-08-22&quot;:5.67},{&quot;2026-08-23&quot;:5.86},{&quot;2026-08-24&quot;:5.93},{&quot;2026-08-25&quot;:5.93},{&quot;2026-08-26&quot;:6.01},{&quot;2026-08-27&quot;:5.91},{&quot;2026-08-28&quot;:5.91},{&quot;2026-08-29&quot;:5.91},{&quot;2026-08-30&quot;:5.59},{&quot;2026-08-31&quot;:5.64},{&quot;2026-09-01&quot;:5.64},{&quot;2026-09-02&quot;:5.52},{&quot;2026-09-03&quot;:5.44},{&quot;2026-09-04&quot;:5.1},{&quot;2026-09-05&quot;:4.71},{&quot;2026-09-06&quot;:4.72},{&quot;2026-09-07&quot;:4.72},{&quot;2026-09-08&quot;:4.74},{&quot;2026-09-09&quot;:4.7},{&quot;2026-09-10&quot;:4.67},{&quot;2026-09-11&quot;:4.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18592"
  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">
            Shivan Devastator
        </span>


      </div>

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

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

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

        <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">
            Shivan Devastator
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Shivan Devastator" src="https://cards.scryfall.io/large/front/1/f/1f5d274c-3a03-4f0d-97e8-7eef6508105d.jpg?1783921310" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.62
              </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 Foil</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;2026-06-11&quot;:4.18},{&quot;2026-06-12&quot;:4.18},{&quot;2026-06-13&quot;:4.18},{&quot;2026-06-14&quot;:4.17},{&quot;2026-06-15&quot;:4.17},{&quot;2026-06-16&quot;:4.17},{&quot;2026-06-17&quot;:4.17},{&quot;2026-06-18&quot;:4.17},{&quot;2026-06-19&quot;:4.32},{&quot;2026-06-20&quot;:4.32},{&quot;2026-06-21&quot;:4.32},{&quot;2026-06-22&quot;:4.32},{&quot;2026-06-23&quot;:4.32},{&quot;2026-06-24&quot;:4.32},{&quot;2026-06-25&quot;:4.32},{&quot;2026-06-26&quot;:4.32},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:4.32},{&quot;2026-06-29&quot;:4.34},{&quot;2026-06-30&quot;:4.34},{&quot;2026-07-01&quot;:4.34},{&quot;2026-07-02&quot;:4.37},{&quot;2026-07-03&quot;:4.31},{&quot;2026-07-04&quot;:4.33},{&quot;2026-07-05&quot;:4.39},{&quot;2026-07-06&quot;:4.39},{&quot;2026-07-07&quot;:4.54},{&quot;2026-07-08&quot;:4.73},{&quot;2026-07-09&quot;:4.73},{&quot;2026-07-10&quot;:4.82},{&quot;2026-07-11&quot;:4.82},{&quot;2026-07-12&quot;:4.82},{&quot;2026-07-13&quot;:4.82},{&quot;2026-07-14&quot;:4.82},{&quot;2026-07-15&quot;:4.82},{&quot;2026-07-16&quot;:4.82},{&quot;2026-07-17&quot;:4.82},{&quot;2026-07-18&quot;:4.82},{&quot;2026-07-19&quot;:4.82},{&quot;2026-07-20&quot;:4.82},{&quot;2026-07-21&quot;:4.82},{&quot;2026-07-23&quot;:4.87},{&quot;2026-07-25&quot;:4.87},{&quot;2026-07-26&quot;:4.87},{&quot;2026-07-27&quot;:4.87},{&quot;2026-07-28&quot;:4.87},{&quot;2026-07-29&quot;:4.87},{&quot;2026-07-30&quot;:4.87},{&quot;2026-07-31&quot;:4.87},{&quot;2026-08-01&quot;:4.87},{&quot;2026-08-02&quot;:4.87},{&quot;2026-08-03&quot;:4.87},{&quot;2026-08-04&quot;:4.87},{&quot;2026-08-05&quot;:4.87},{&quot;2026-08-07&quot;:4.87},{&quot;2026-08-08&quot;:4.92},{&quot;2026-08-09&quot;:4.92},{&quot;2026-08-10&quot;:4.92},{&quot;2026-08-11&quot;:4.92},{&quot;2026-08-12&quot;:4.92},{&quot;2026-08-13&quot;:4.87},{&quot;2026-08-14&quot;:4.87},{&quot;2026-08-15&quot;:4.87},{&quot;2026-08-16&quot;:4.87},{&quot;2026-08-17&quot;:4.87},{&quot;2026-08-18&quot;:4.87},{&quot;2026-08-19&quot;:4.87},{&quot;2026-08-20&quot;:4.87},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.73},{&quot;2026-08-23&quot;:4.73},{&quot;2026-08-24&quot;:4.76},{&quot;2026-08-25&quot;:4.76},{&quot;2026-08-26&quot;:4.76},{&quot;2026-08-27&quot;:4.76},{&quot;2026-08-28&quot;:4.76},{&quot;2026-08-29&quot;:4.76},{&quot;2026-08-30&quot;:4.76},{&quot;2026-08-31&quot;:4.76},{&quot;2026-09-01&quot;:4.76},{&quot;2026-09-02&quot;:4.76},{&quot;2026-09-03&quot;:4.76},{&quot;2026-09-04&quot;:4.76},{&quot;2026-09-05&quot;:4.76},{&quot;2026-09-06&quot;:4.67},{&quot;2026-09-07&quot;:4.67},{&quot;2026-09-08&quot;:4.61},{&quot;2026-09-09&quot;:4.61},{&quot;2026-09-10&quot;:4.62},{&quot;2026-09-11&quot;:4.62}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.34},{&quot;2026-06-12&quot;:3.37},{&quot;2026-06-13&quot;:3.42},{&quot;2026-06-14&quot;:3.42},{&quot;2026-06-15&quot;:3.4},{&quot;2026-06-16&quot;:3.49},{&quot;2026-06-17&quot;:3.49},{&quot;2026-06-18&quot;:3.59},{&quot;2026-06-19&quot;:3.56},{&quot;2026-06-20&quot;:3.54},{&quot;2026-06-21&quot;:3.64},{&quot;2026-06-22&quot;:3.8},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.86},{&quot;2026-06-25&quot;:3.85},{&quot;2026-06-26&quot;:3.85},{&quot;2026-06-27&quot;:4.04},{&quot;2026-06-28&quot;:4.0},{&quot;2026-06-29&quot;:4.0},{&quot;2026-06-30&quot;:4.02},{&quot;2026-07-01&quot;:3.99},{&quot;2026-07-02&quot;:3.99},{&quot;2026-07-03&quot;:3.98},{&quot;2026-07-04&quot;:3.98},{&quot;2026-07-05&quot;:3.98},{&quot;2026-07-06&quot;:3.88},{&quot;2026-07-07&quot;:3.84},{&quot;2026-07-08&quot;:3.74},{&quot;2026-07-09&quot;:3.74},{&quot;2026-07-10&quot;:3.65},{&quot;2026-07-11&quot;:3.67},{&quot;2026-07-12&quot;:3.69},{&quot;2026-07-13&quot;:3.59},{&quot;2026-07-14&quot;:3.67},{&quot;2026-07-15&quot;:3.75},{&quot;2026-07-16&quot;:3.67},{&quot;2026-07-17&quot;:3.69},{&quot;2026-07-18&quot;:3.64},{&quot;2026-07-19&quot;:3.52},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.47},{&quot;2026-07-23&quot;:3.3},{&quot;2026-07-25&quot;:3.24},{&quot;2026-07-26&quot;:3.23},{&quot;2026-07-27&quot;:3.2},{&quot;2026-07-28&quot;:3.17},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.02},{&quot;2026-07-31&quot;:3.08},{&quot;2026-08-01&quot;:3.08},{&quot;2026-08-02&quot;:3.06},{&quot;2026-08-03&quot;:3.05},{&quot;2026-08-04&quot;:3.1},{&quot;2026-08-05&quot;:3.15},{&quot;2026-08-07&quot;:3.07},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:3.04},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:3.11},{&quot;2026-08-12&quot;:3.06},{&quot;2026-08-13&quot;:3.15},{&quot;2026-08-14&quot;:3.15},{&quot;2026-08-15&quot;:3.13},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:3.03},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.02},{&quot;2026-08-20&quot;:3.02},{&quot;2026-08-21&quot;:3.15},{&quot;2026-08-22&quot;:3.19},{&quot;2026-08-23&quot;:3.16},{&quot;2026-08-24&quot;:3.16},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.26},{&quot;2026-08-27&quot;:3.26},{&quot;2026-08-28&quot;:3.28},{&quot;2026-08-29&quot;:3.28},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.23},{&quot;2026-09-01&quot;:3.23},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:3.31},{&quot;2026-09-04&quot;:3.35},{&quot;2026-09-05&quot;:3.37},{&quot;2026-09-06&quot;:3.41},{&quot;2026-09-07&quot;:3.41},{&quot;2026-09-08&quot;:3.39},{&quot;2026-09-09&quot;:3.48},{&quot;2026-09-10&quot;:3.53},{&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="49038"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-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">
            Profane Tutor
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Profane Tutor
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</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="Profane Tutor" src="https://cards.scryfall.io/large/front/2/a/2afc6f7d-ab59-4d64-bd11-6bd0fd4bfcd2.jpg?1783926857" />
    </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">
                $4.62
              </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">
                $5.17
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.94},{&quot;2026-06-11&quot;:5.0},{&quot;2026-06-12&quot;:4.9},{&quot;2026-06-13&quot;:4.9},{&quot;2026-06-14&quot;:4.9},{&quot;2026-06-15&quot;:5.06},{&quot;2026-06-16&quot;:5.06},{&quot;2026-06-17&quot;:5.06},{&quot;2026-06-18&quot;:5.04},{&quot;2026-06-19&quot;:5.06},{&quot;2026-06-20&quot;:5.06},{&quot;2026-06-21&quot;:5.06},{&quot;2026-06-22&quot;:5.06},{&quot;2026-06-23&quot;:5.06},{&quot;2026-06-24&quot;:5.06},{&quot;2026-06-25&quot;:5.06},{&quot;2026-06-26&quot;:5.06},{&quot;2026-06-27&quot;:5.06},{&quot;2026-06-28&quot;:5.06},{&quot;2026-06-29&quot;:5.06},{&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.06},{&quot;2026-07-04&quot;:5.06},{&quot;2026-07-05&quot;:5.06},{&quot;2026-07-06&quot;:5.06},{&quot;2026-07-07&quot;:5.06},{&quot;2026-07-08&quot;:5.06},{&quot;2026-07-09&quot;:5.06},{&quot;2026-07-10&quot;:5.06},{&quot;2026-07-11&quot;:5.06},{&quot;2026-07-12&quot;:5.06},{&quot;2026-07-13&quot;:5.06},{&quot;2026-07-14&quot;:5.06},{&quot;2026-07-15&quot;:5.02},{&quot;2026-07-16&quot;:5.02},{&quot;2026-07-17&quot;:5.02},{&quot;2026-07-18&quot;:5.12},{&quot;2026-07-19&quot;:5.12},{&quot;2026-07-20&quot;:5.12},{&quot;2026-07-21&quot;:5.12},{&quot;2026-07-23&quot;:5.12},{&quot;2026-07-25&quot;:5.12},{&quot;2026-07-26&quot;:5.12},{&quot;2026-07-27&quot;:5.12},{&quot;2026-07-29&quot;:5.12},{&quot;2026-07-30&quot;:5.16},{&quot;2026-07-31&quot;:5.16},{&quot;2026-08-01&quot;:5.16},{&quot;2026-08-02&quot;:5.15},{&quot;2026-08-03&quot;:5.15},{&quot;2026-08-04&quot;:5.15},{&quot;2026-08-05&quot;:5.15},{&quot;2026-08-07&quot;:5.15},{&quot;2026-08-08&quot;:5.15},{&quot;2026-08-09&quot;:5.15},{&quot;2026-08-10&quot;:5.22},{&quot;2026-08-11&quot;:5.22},{&quot;2026-08-12&quot;:5.22},{&quot;2026-08-13&quot;:5.28},{&quot;2026-08-14&quot;:5.28},{&quot;2026-08-15&quot;:5.28},{&quot;2026-08-16&quot;:5.28},{&quot;2026-08-17&quot;:5.28},{&quot;2026-08-18&quot;:5.28},{&quot;2026-08-19&quot;:5.28},{&quot;2026-08-20&quot;:5.28},{&quot;2026-08-21&quot;:5.28},{&quot;2026-08-22&quot;:5.28},{&quot;2026-08-23&quot;:5.28},{&quot;2026-08-24&quot;:5.28},{&quot;2026-08-25&quot;:5.28},{&quot;2026-08-26&quot;:5.28},{&quot;2026-08-27&quot;:5.28},{&quot;2026-08-28&quot;:5.28},{&quot;2026-08-29&quot;:5.28},{&quot;2026-08-30&quot;:5.29},{&quot;2026-08-31&quot;:5.29},{&quot;2026-09-01&quot;:5.29},{&quot;2026-09-02&quot;:5.29},{&quot;2026-09-03&quot;:5.29},{&quot;2026-09-04&quot;:5.24},{&quot;2026-09-05&quot;:5.24},{&quot;2026-09-06&quot;:5.24},{&quot;2026-09-07&quot;:5.2},{&quot;2026-09-08&quot;:5.2},{&quot;2026-09-09&quot;:5.17},{&quot;2026-09-10&quot;:5.17},{&quot;2026-09-11&quot;:5.17}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.15},{&quot;2026-06-11&quot;:5.04},{&quot;2026-06-12&quot;:4.86},{&quot;2026-06-13&quot;:4.7},{&quot;2026-06-14&quot;:4.45},{&quot;2026-06-15&quot;:4.62},{&quot;2026-06-16&quot;:4.5},{&quot;2026-06-17&quot;:4.5},{&quot;2026-06-18&quot;:4.46},{&quot;2026-06-19&quot;:4.53},{&quot;2026-06-20&quot;:4.35},{&quot;2026-06-21&quot;:4.14},{&quot;2026-06-22&quot;:4.23},{&quot;2026-06-23&quot;:4.21},{&quot;2026-06-24&quot;:4.07},{&quot;2026-06-25&quot;:4.0},{&quot;2026-06-26&quot;:3.92},{&quot;2026-06-27&quot;:3.9},{&quot;2026-06-28&quot;:3.76},{&quot;2026-06-29&quot;:3.79},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.9},{&quot;2026-07-02&quot;:4.0},{&quot;2026-07-03&quot;:3.98},{&quot;2026-07-04&quot;:3.97},{&quot;2026-07-05&quot;:3.94},{&quot;2026-07-06&quot;:3.89},{&quot;2026-07-07&quot;:3.8},{&quot;2026-07-08&quot;:3.85},{&quot;2026-07-09&quot;:3.92},{&quot;2026-07-10&quot;:4.05},{&quot;2026-07-11&quot;:3.96},{&quot;2026-07-12&quot;:4.3},{&quot;2026-07-13&quot;:4.17},{&quot;2026-07-14&quot;:4.2},{&quot;2026-07-15&quot;:3.97},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:3.97},{&quot;2026-07-18&quot;:4.08},{&quot;2026-07-19&quot;:4.23},{&quot;2026-07-20&quot;:4.31},{&quot;2026-07-21&quot;:4.3},{&quot;2026-07-23&quot;:4.14},{&quot;2026-07-25&quot;:3.85},{&quot;2026-07-26&quot;:3.91},{&quot;2026-07-27&quot;:3.93},{&quot;2026-07-29&quot;:3.99},{&quot;2026-07-30&quot;:4.14},{&quot;2026-07-31&quot;:4.19},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.3},{&quot;2026-08-03&quot;:4.19},{&quot;2026-08-04&quot;:4.19},{&quot;2026-08-05&quot;:4.14},{&quot;2026-08-07&quot;:3.96},{&quot;2026-08-08&quot;:3.87},{&quot;2026-08-09&quot;:3.82},{&quot;2026-08-10&quot;:4.06},{&quot;2026-08-11&quot;:4.41},{&quot;2026-08-12&quot;:4.61},{&quot;2026-08-13&quot;:4.79},{&quot;2026-08-14&quot;:4.74},{&quot;2026-08-15&quot;:4.8},{&quot;2026-08-16&quot;:4.69},{&quot;2026-08-17&quot;:4.31},{&quot;2026-08-18&quot;:4.24},{&quot;2026-08-19&quot;:4.24},{&quot;2026-08-20&quot;:4.24},{&quot;2026-08-21&quot;:4.33},{&quot;2026-08-22&quot;:4.4},{&quot;2026-08-23&quot;:4.4},{&quot;2026-08-24&quot;:4.37},{&quot;2026-08-25&quot;:4.37},{&quot;2026-08-26&quot;:4.07},{&quot;2026-08-27&quot;:4.04},{&quot;2026-08-28&quot;:4.07},{&quot;2026-08-29&quot;:4.07},{&quot;2026-08-30&quot;:4.11},{&quot;2026-08-31&quot;:4.13},{&quot;2026-09-01&quot;:4.13},{&quot;2026-09-02&quot;:4.69},{&quot;2026-09-03&quot;:4.56},{&quot;2026-09-04&quot;:4.46},{&quot;2026-09-05&quot;:4.48},{&quot;2026-09-06&quot;:4.35},{&quot;2026-09-07&quot;:4.46},{&quot;2026-09-08&quot;:4.35},{&quot;2026-09-09&quot;:4.28},{&quot;2026-09-10&quot;:4.4},{&quot;2026-09-11&quot;:4.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Scion of Draco" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/9/d9987663-23be-407b-b09b-054677137cd4.jpg?1783921140" />

        <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">
            Scion of Draco
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-12'></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="Scion of Draco" src="https://cards.scryfall.io/large/front/d/9/d9987663-23be-407b-b09b-054677137cd4.jpg?1783921140" />
    </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">
                $4.62
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.13},{&quot;2026-06-14&quot;:5.13},{&quot;2026-06-15&quot;:5.05},{&quot;2026-06-16&quot;:5.05},{&quot;2026-06-17&quot;:4.96},{&quot;2026-06-18&quot;:4.96},{&quot;2026-06-19&quot;:4.96},{&quot;2026-06-20&quot;:4.96},{&quot;2026-06-21&quot;:4.99},{&quot;2026-06-22&quot;:4.99},{&quot;2026-06-23&quot;:5.0},{&quot;2026-06-24&quot;:4.98},{&quot;2026-06-25&quot;:4.97},{&quot;2026-06-26&quot;:5.02},{&quot;2026-06-27&quot;:5.03},{&quot;2026-06-28&quot;:5.05},{&quot;2026-06-29&quot;:5.04},{&quot;2026-06-30&quot;:5.14},{&quot;2026-07-01&quot;:5.14},{&quot;2026-07-02&quot;:5.04},{&quot;2026-07-03&quot;:5.04},{&quot;2026-07-04&quot;:5.04},{&quot;2026-07-05&quot;:5.04},{&quot;2026-07-06&quot;:5.14},{&quot;2026-07-07&quot;:5.06},{&quot;2026-07-08&quot;:5.06},{&quot;2026-07-09&quot;:5.06},{&quot;2026-07-10&quot;:5.04},{&quot;2026-07-11&quot;:5.04},{&quot;2026-07-12&quot;:5.04},{&quot;2026-07-13&quot;:5.14},{&quot;2026-07-14&quot;:5.17},{&quot;2026-07-15&quot;:5.17},{&quot;2026-07-16&quot;:5.17},{&quot;2026-07-17&quot;:5.26},{&quot;2026-07-18&quot;:5.26},{&quot;2026-07-19&quot;:5.26},{&quot;2026-07-20&quot;:5.26},{&quot;2026-07-21&quot;:5.26},{&quot;2026-07-22&quot;:5.26},{&quot;2026-07-23&quot;:5.26},{&quot;2026-07-24&quot;:5.26},{&quot;2026-07-25&quot;:5.21},{&quot;2026-07-26&quot;:5.21},{&quot;2026-07-27&quot;:5.21},{&quot;2026-07-28&quot;:5.22},{&quot;2026-07-29&quot;:5.18},{&quot;2026-07-30&quot;:5.08},{&quot;2026-07-31&quot;:5.08},{&quot;2026-08-01&quot;:5.08},{&quot;2026-08-02&quot;:5.08},{&quot;2026-08-03&quot;:5.08},{&quot;2026-08-04&quot;:4.99},{&quot;2026-08-05&quot;:4.8},{&quot;2026-08-07&quot;:4.72},{&quot;2026-08-08&quot;:4.72},{&quot;2026-08-09&quot;:4.72},{&quot;2026-08-10&quot;:4.72},{&quot;2026-08-11&quot;:4.62},{&quot;2026-08-12&quot;:4.62},{&quot;2026-08-13&quot;:4.62},{&quot;2026-08-14&quot;:4.62},{&quot;2026-08-15&quot;:4.62},{&quot;2026-08-16&quot;:4.6},{&quot;2026-08-17&quot;:4.6},{&quot;2026-08-18&quot;:4.66},{&quot;2026-08-19&quot;:4.66},{&quot;2026-08-20&quot;:4.69},{&quot;2026-08-21&quot;:4.65},{&quot;2026-08-22&quot;:4.62},{&quot;2026-08-23&quot;:4.62},{&quot;2026-08-24&quot;:4.61},{&quot;2026-08-25&quot;:4.57},{&quot;2026-08-26&quot;:4.5},{&quot;2026-08-27&quot;:4.5},{&quot;2026-08-28&quot;:4.5},{&quot;2026-08-29&quot;:4.5},{&quot;2026-08-30&quot;:4.47},{&quot;2026-08-31&quot;:4.43},{&quot;2026-09-01&quot;:4.49},{&quot;2026-09-02&quot;:4.48},{&quot;2026-09-03&quot;:4.48},{&quot;2026-09-04&quot;:4.54},{&quot;2026-09-05&quot;:4.54},{&quot;2026-09-06&quot;:4.55},{&quot;2026-09-07&quot;:4.61},{&quot;2026-09-08&quot;:4.61},{&quot;2026-09-09&quot;:4.61},{&quot;2026-09-10&quot;:4.61},{&quot;2026-09-11&quot;:4.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Temporal Mastery
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></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="Temporal Mastery" src="https://cards.scryfall.io/large/front/0/f/0f46a800-b443-461d-87e0-5587249a42d8.jpg?1783908154" />
    </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">
                $4.62
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.31
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $3.64</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.04},{&quot;2026-06-11&quot;:4.04},{&quot;2026-06-12&quot;:4.04},{&quot;2026-06-13&quot;:4.04},{&quot;2026-06-14&quot;:4.04},{&quot;2026-06-15&quot;:4.09},{&quot;2026-06-16&quot;:4.09},{&quot;2026-06-17&quot;:4.09},{&quot;2026-06-18&quot;:4.08},{&quot;2026-06-19&quot;:4.08},{&quot;2026-06-20&quot;:4.08},{&quot;2026-06-21&quot;:4.08},{&quot;2026-06-22&quot;:4.18},{&quot;2026-06-23&quot;:4.18},{&quot;2026-06-24&quot;:4.17},{&quot;2026-06-25&quot;:4.17},{&quot;2026-06-26&quot;:4.16},{&quot;2026-06-27&quot;:4.16},{&quot;2026-06-28&quot;:4.16},{&quot;2026-06-29&quot;:4.27},{&quot;2026-06-30&quot;:4.45},{&quot;2026-07-01&quot;:4.45},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.58},{&quot;2026-07-04&quot;:4.7},{&quot;2026-07-05&quot;:4.7},{&quot;2026-07-06&quot;:4.7},{&quot;2026-07-07&quot;:4.7},{&quot;2026-07-08&quot;:4.8},{&quot;2026-07-09&quot;:4.8},{&quot;2026-07-10&quot;:4.8},{&quot;2026-07-11&quot;:4.8},{&quot;2026-07-12&quot;:4.94},{&quot;2026-07-13&quot;:4.94},{&quot;2026-07-14&quot;:4.94},{&quot;2026-07-15&quot;:4.94},{&quot;2026-07-16&quot;:5.14},{&quot;2026-07-17&quot;:5.14},{&quot;2026-07-18&quot;:5.14},{&quot;2026-07-19&quot;:5.14},{&quot;2026-07-20&quot;:5.14},{&quot;2026-07-21&quot;:5.14},{&quot;2026-07-23&quot;:5.14},{&quot;2026-07-25&quot;:5.13},{&quot;2026-07-26&quot;:5.17},{&quot;2026-07-27&quot;:5.17},{&quot;2026-07-29&quot;:5.17},{&quot;2026-07-30&quot;:5.17},{&quot;2026-07-31&quot;:5.17},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.17},{&quot;2026-08-03&quot;:5.17},{&quot;2026-08-04&quot;:5.2},{&quot;2026-08-05&quot;:5.2},{&quot;2026-08-07&quot;:5.2},{&quot;2026-08-08&quot;:5.2},{&quot;2026-08-09&quot;:5.2},{&quot;2026-08-10&quot;:5.2},{&quot;2026-08-11&quot;:5.2},{&quot;2026-08-12&quot;:5.2},{&quot;2026-08-13&quot;:5.2},{&quot;2026-08-14&quot;:5.2},{&quot;2026-08-15&quot;:5.24},{&quot;2026-08-16&quot;:5.24},{&quot;2026-08-17&quot;:5.24},{&quot;2026-08-18&quot;:5.24},{&quot;2026-08-19&quot;:5.24},{&quot;2026-08-20&quot;:5.24},{&quot;2026-08-21&quot;:5.24},{&quot;2026-08-22&quot;:5.24},{&quot;2026-08-23&quot;:5.24},{&quot;2026-08-24&quot;:5.24},{&quot;2026-08-25&quot;:5.24},{&quot;2026-08-26&quot;:5.24},{&quot;2026-08-27&quot;:5.24},{&quot;2026-08-28&quot;:5.24},{&quot;2026-08-29&quot;:5.24},{&quot;2026-08-30&quot;:5.26},{&quot;2026-08-31&quot;:5.27},{&quot;2026-09-01&quot;:5.27},{&quot;2026-09-02&quot;:5.27},{&quot;2026-09-03&quot;:5.27},{&quot;2026-09-04&quot;:5.27},{&quot;2026-09-05&quot;:5.27},{&quot;2026-09-06&quot;:5.27},{&quot;2026-09-07&quot;:5.27},{&quot;2026-09-08&quot;:5.28},{&quot;2026-09-09&quot;:5.33},{&quot;2026-09-10&quot;:5.31},{&quot;2026-09-11&quot;:5.31}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.31},{&quot;2026-06-11&quot;:4.31},{&quot;2026-06-12&quot;:4.32},{&quot;2026-06-13&quot;:4.32},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.27},{&quot;2026-06-16&quot;:4.27},{&quot;2026-06-17&quot;:4.27},{&quot;2026-06-18&quot;:4.35},{&quot;2026-06-19&quot;:4.32},{&quot;2026-06-20&quot;:4.4},{&quot;2026-06-21&quot;:4.4},{&quot;2026-06-22&quot;:4.42},{&quot;2026-06-23&quot;:4.41},{&quot;2026-06-24&quot;:4.32},{&quot;2026-06-25&quot;:4.32},{&quot;2026-06-26&quot;:4.32},{&quot;2026-06-27&quot;:4.43},{&quot;2026-06-28&quot;:4.43},{&quot;2026-06-29&quot;:4.39},{&quot;2026-06-30&quot;:4.39},{&quot;2026-07-01&quot;:4.39},{&quot;2026-07-02&quot;:4.39},{&quot;2026-07-03&quot;:4.39},{&quot;2026-07-04&quot;:4.52},{&quot;2026-07-05&quot;:4.52},{&quot;2026-07-06&quot;:4.52},{&quot;2026-07-07&quot;:4.52},{&quot;2026-07-08&quot;:4.57},{&quot;2026-07-09&quot;:4.57},{&quot;2026-07-10&quot;:4.57},{&quot;2026-07-11&quot;:4.57},{&quot;2026-07-12&quot;:4.6},{&quot;2026-07-13&quot;:4.69},{&quot;2026-07-14&quot;:4.73},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.71},{&quot;2026-07-17&quot;:4.72},{&quot;2026-07-18&quot;:4.77},{&quot;2026-07-19&quot;:4.92},{&quot;2026-07-20&quot;:4.92},{&quot;2026-07-21&quot;:4.92},{&quot;2026-07-23&quot;:4.92},{&quot;2026-07-25&quot;:4.92},{&quot;2026-07-26&quot;:4.92},{&quot;2026-07-27&quot;:4.92},{&quot;2026-07-29&quot;:4.77},{&quot;2026-07-30&quot;:4.91},{&quot;2026-07-31&quot;:4.88},{&quot;2026-08-01&quot;:4.88},{&quot;2026-08-02&quot;:4.96},{&quot;2026-08-03&quot;:4.96},{&quot;2026-08-04&quot;:4.96},{&quot;2026-08-05&quot;:4.85},{&quot;2026-08-07&quot;:4.85},{&quot;2026-08-08&quot;:4.85},{&quot;2026-08-09&quot;:4.9},{&quot;2026-08-10&quot;:4.9},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.9},{&quot;2026-08-13&quot;:4.89},{&quot;2026-08-14&quot;:4.93},{&quot;2026-08-15&quot;:4.86},{&quot;2026-08-16&quot;:4.91},{&quot;2026-08-17&quot;:4.78},{&quot;2026-08-18&quot;:4.78},{&quot;2026-08-19&quot;:4.76},{&quot;2026-08-20&quot;:4.76},{&quot;2026-08-21&quot;:4.76},{&quot;2026-08-22&quot;:4.81},{&quot;2026-08-23&quot;:4.76},{&quot;2026-08-24&quot;:4.76},{&quot;2026-08-25&quot;:4.76},{&quot;2026-08-26&quot;:4.78},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:4.78},{&quot;2026-08-29&quot;:4.78},{&quot;2026-08-30&quot;:4.79},{&quot;2026-08-31&quot;:4.79},{&quot;2026-09-01&quot;:4.79},{&quot;2026-09-02&quot;:4.73},{&quot;2026-09-03&quot;:4.6},{&quot;2026-09-04&quot;:4.65},{&quot;2026-09-05&quot;:4.65},{&quot;2026-09-06&quot;:4.67},{&quot;2026-09-07&quot;:4.67},{&quot;2026-09-08&quot;:4.67},{&quot;2026-09-09&quot;:4.6},{&quot;2026-09-10&quot;:4.6},{&quot;2026-09-11&quot;:4.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Elas il-Kor, Sadistic Pilgrim
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elas il-Kor, Sadistic Pilgrim" src="https://cards.scryfall.io/large/front/4/e/4e03e38f-cfbf-4e59-8639-d9f015714058.jpg?1783921217" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.19},{&quot;2026-06-14&quot;:5.16},{&quot;2026-06-15&quot;:5.05},{&quot;2026-06-16&quot;:5.03},{&quot;2026-06-17&quot;:5.1},{&quot;2026-06-18&quot;:5.1},{&quot;2026-06-19&quot;:5.1},{&quot;2026-06-20&quot;:5.15},{&quot;2026-06-21&quot;:5.29},{&quot;2026-06-22&quot;:5.29},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.22},{&quot;2026-06-25&quot;:5.22},{&quot;2026-06-26&quot;:5.18},{&quot;2026-06-27&quot;:5.1},{&quot;2026-06-28&quot;:5.19},{&quot;2026-06-29&quot;:5.09},{&quot;2026-06-30&quot;:5.09},{&quot;2026-07-01&quot;:5.18},{&quot;2026-07-02&quot;:5.06},{&quot;2026-07-03&quot;:5.06},{&quot;2026-07-04&quot;:5.04},{&quot;2026-07-05&quot;:5.08},{&quot;2026-07-06&quot;:5.07},{&quot;2026-07-07&quot;:4.94},{&quot;2026-07-08&quot;:4.97},{&quot;2026-07-09&quot;:4.97},{&quot;2026-07-10&quot;:4.97},{&quot;2026-07-11&quot;:4.97},{&quot;2026-07-12&quot;:5.12},{&quot;2026-07-13&quot;:5.13},{&quot;2026-07-14&quot;:5.13},{&quot;2026-07-15&quot;:5.13},{&quot;2026-07-16&quot;:5.14},{&quot;2026-07-17&quot;:5.14},{&quot;2026-07-18&quot;:5.14},{&quot;2026-07-19&quot;:5.07},{&quot;2026-07-20&quot;:5.07},{&quot;2026-07-21&quot;:4.96},{&quot;2026-07-22&quot;:4.86},{&quot;2026-07-23&quot;:4.86},{&quot;2026-07-24&quot;:4.99},{&quot;2026-07-25&quot;:4.99},{&quot;2026-07-26&quot;:4.99},{&quot;2026-07-27&quot;:4.89},{&quot;2026-07-28&quot;:4.89},{&quot;2026-07-29&quot;:4.89},{&quot;2026-07-30&quot;:4.93},{&quot;2026-07-31&quot;:4.94},{&quot;2026-08-01&quot;:4.94},{&quot;2026-08-02&quot;:4.94},{&quot;2026-08-03&quot;:4.94},{&quot;2026-08-04&quot;:4.94},{&quot;2026-08-05&quot;:4.91},{&quot;2026-08-07&quot;:4.99},{&quot;2026-08-08&quot;:4.92},{&quot;2026-08-09&quot;:4.97},{&quot;2026-08-10&quot;:4.97},{&quot;2026-08-11&quot;:4.88},{&quot;2026-08-12&quot;:4.99},{&quot;2026-08-13&quot;:4.84},{&quot;2026-08-14&quot;:4.94},{&quot;2026-08-15&quot;:4.94},{&quot;2026-08-16&quot;:4.84},{&quot;2026-08-17&quot;:4.86},{&quot;2026-08-18&quot;:4.86},{&quot;2026-08-19&quot;:4.86},{&quot;2026-08-20&quot;:4.86},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.87},{&quot;2026-08-23&quot;:4.87},{&quot;2026-08-24&quot;:4.97},{&quot;2026-08-25&quot;:4.97},{&quot;2026-08-26&quot;:4.97},{&quot;2026-08-27&quot;:4.97},{&quot;2026-08-28&quot;:5.0},{&quot;2026-08-29&quot;:5.0},{&quot;2026-08-30&quot;:4.97},{&quot;2026-08-31&quot;:5.0},{&quot;2026-09-01&quot;:5.0},{&quot;2026-09-02&quot;:5.0},{&quot;2026-09-03&quot;:5.0},{&quot;2026-09-04&quot;:4.93},{&quot;2026-09-05&quot;:4.86},{&quot;2026-09-06&quot;:4.89},{&quot;2026-09-07&quot;:4.89},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:4.9},{&quot;2026-09-10&quot;:4.72},{&quot;2026-09-11&quot;:4.61}],&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="36436"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Overgrown Farmland
        </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="Overgrown Farmland" src="https://cards.scryfall.io/large/front/8/4/84a76e0f-49fc-4087-8859-98f4a4deacdf.jpg?1783925543" />
    </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">
                $4.61
              </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">
                $3.45
              </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">$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;2026-06-13&quot;:2.9},{&quot;2026-06-14&quot;:2.9},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.92},{&quot;2026-06-18&quot;:2.92},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:2.99},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:3.02},{&quot;2026-06-23&quot;:3.02},{&quot;2026-06-24&quot;:3.02},{&quot;2026-06-25&quot;:2.94},{&quot;2026-06-26&quot;:2.94},{&quot;2026-06-27&quot;:2.94},{&quot;2026-06-28&quot;:2.95},{&quot;2026-06-29&quot;:2.95},{&quot;2026-06-30&quot;:2.95},{&quot;2026-07-01&quot;:3.04},{&quot;2026-07-02&quot;:3.04},{&quot;2026-07-03&quot;:3.04},{&quot;2026-07-04&quot;:3.04},{&quot;2026-07-05&quot;:3.04},{&quot;2026-07-06&quot;:3.04},{&quot;2026-07-07&quot;:3.11},{&quot;2026-07-08&quot;:3.12},{&quot;2026-07-09&quot;:3.3},{&quot;2026-07-10&quot;:3.32},{&quot;2026-07-11&quot;:3.31},{&quot;2026-07-12&quot;:3.31},{&quot;2026-07-13&quot;:3.31},{&quot;2026-07-14&quot;:3.31},{&quot;2026-07-15&quot;:3.31},{&quot;2026-07-16&quot;:3.36},{&quot;2026-07-17&quot;:3.36},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.36},{&quot;2026-07-20&quot;:3.36},{&quot;2026-07-21&quot;:3.36},{&quot;2026-07-22&quot;:3.38},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-24&quot;:3.43},{&quot;2026-07-25&quot;:3.43},{&quot;2026-07-26&quot;:3.43},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-28&quot;:3.43},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.39},{&quot;2026-07-31&quot;:3.38},{&quot;2026-08-01&quot;:3.38},{&quot;2026-08-02&quot;:3.41},{&quot;2026-08-03&quot;:3.41},{&quot;2026-08-04&quot;:3.41},{&quot;2026-08-05&quot;:3.41},{&quot;2026-08-07&quot;:3.45},{&quot;2026-08-08&quot;:3.45},{&quot;2026-08-09&quot;:3.38},{&quot;2026-08-10&quot;:3.38},{&quot;2026-08-11&quot;:3.4},{&quot;2026-08-12&quot;:3.4},{&quot;2026-08-13&quot;:3.4},{&quot;2026-08-14&quot;:3.4},{&quot;2026-08-15&quot;:3.34},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.34},{&quot;2026-08-18&quot;:3.34},{&quot;2026-08-19&quot;:3.34},{&quot;2026-08-20&quot;:3.27},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.27},{&quot;2026-08-23&quot;:3.27},{&quot;2026-08-24&quot;:3.27},{&quot;2026-08-25&quot;:3.27},{&quot;2026-08-26&quot;:3.21},{&quot;2026-08-27&quot;:3.21},{&quot;2026-08-28&quot;:3.21},{&quot;2026-08-29&quot;:3.21},{&quot;2026-08-30&quot;:3.21},{&quot;2026-08-31&quot;:3.22},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.35},{&quot;2026-09-03&quot;:3.39},{&quot;2026-09-04&quot;:3.38},{&quot;2026-09-05&quot;:3.39},{&quot;2026-09-06&quot;:3.39},{&quot;2026-09-07&quot;:3.41},{&quot;2026-09-08&quot;:3.41},{&quot;2026-09-09&quot;:3.41},{&quot;2026-09-10&quot;:3.41},{&quot;2026-09-11&quot;:3.45}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.85},{&quot;2026-06-14&quot;:2.81},{&quot;2026-06-15&quot;:2.95},{&quot;2026-06-16&quot;:3.26},{&quot;2026-06-17&quot;:3.15},{&quot;2026-06-18&quot;:3.09},{&quot;2026-06-19&quot;:3.11},{&quot;2026-06-20&quot;:3.13},{&quot;2026-06-21&quot;:3.14},{&quot;2026-06-22&quot;:3.14},{&quot;2026-06-23&quot;:3.19},{&quot;2026-06-24&quot;:3.1},{&quot;2026-06-25&quot;:3.18},{&quot;2026-06-26&quot;:3.2},{&quot;2026-06-27&quot;:3.2},{&quot;2026-06-28&quot;:3.32},{&quot;2026-06-29&quot;:3.14},{&quot;2026-06-30&quot;:2.95},{&quot;2026-07-01&quot;:2.95},{&quot;2026-07-02&quot;:3.02},{&quot;2026-07-03&quot;:3.04},{&quot;2026-07-04&quot;:2.89},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.94},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.78},{&quot;2026-07-09&quot;:2.73},{&quot;2026-07-10&quot;:2.88},{&quot;2026-07-11&quot;:2.77},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.97},{&quot;2026-07-14&quot;:3.0},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.15},{&quot;2026-07-17&quot;:3.13},{&quot;2026-07-18&quot;:3.29},{&quot;2026-07-19&quot;:3.22},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.52},{&quot;2026-07-22&quot;:3.45},{&quot;2026-07-23&quot;:3.68},{&quot;2026-07-24&quot;:3.58},{&quot;2026-07-25&quot;:3.51},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.31},{&quot;2026-07-28&quot;:3.09},{&quot;2026-07-29&quot;:3.05},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.15},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.24},{&quot;2026-08-03&quot;:3.3},{&quot;2026-08-04&quot;:3.31},{&quot;2026-08-05&quot;:3.3},{&quot;2026-08-07&quot;:3.49},{&quot;2026-08-08&quot;:3.54},{&quot;2026-08-09&quot;:3.54},{&quot;2026-08-10&quot;:3.55},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.56},{&quot;2026-08-13&quot;:3.62},{&quot;2026-08-14&quot;:3.81},{&quot;2026-08-15&quot;:3.75},{&quot;2026-08-16&quot;:3.79},{&quot;2026-08-17&quot;:3.96},{&quot;2026-08-18&quot;:4.06},{&quot;2026-08-19&quot;:3.96},{&quot;2026-08-20&quot;:3.77},{&quot;2026-08-21&quot;:3.76},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.78},{&quot;2026-08-24&quot;:3.99},{&quot;2026-08-25&quot;:4.04},{&quot;2026-08-26&quot;:3.95},{&quot;2026-08-27&quot;:3.93},{&quot;2026-08-28&quot;:3.89},{&quot;2026-08-29&quot;:3.89},{&quot;2026-08-30&quot;:4.0},{&quot;2026-08-31&quot;:4.0},{&quot;2026-09-01&quot;:3.89},{&quot;2026-09-02&quot;:3.77},{&quot;2026-09-03&quot;:3.96},{&quot;2026-09-04&quot;:4.09},{&quot;2026-09-05&quot;:4.27},{&quot;2026-09-06&quot;:4.2},{&quot;2026-09-07&quot;:4.21},{&quot;2026-09-08&quot;:4.39},{&quot;2026-09-09&quot;:4.5},{&quot;2026-09-10&quot;:4.63},{&quot;2026-09-11&quot;:4.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="57286"
  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-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">
            Neyali, Suns&#39; Vanguard
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Neyali, Suns&#39; Vanguard" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36db5cb3-b301-4601-9adc-193f682e2c45.jpg?1783918149" />

        <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">
            Neyali, Suns&#39; Vanguard
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Neyali, Suns&#39; Vanguard" src="https://cards.scryfall.io/large/front/3/6/36db5cb3-b301-4601-9adc-193f682e2c45.jpg?1783918149" />
    </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">
                $4.59
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.61},{&quot;2026-06-14&quot;:4.65},{&quot;2026-06-15&quot;:4.77},{&quot;2026-06-16&quot;:4.77},{&quot;2026-06-17&quot;:4.77},{&quot;2026-06-18&quot;:4.7},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.69},{&quot;2026-06-21&quot;:4.69},{&quot;2026-06-22&quot;:4.69},{&quot;2026-06-23&quot;:4.69},{&quot;2026-06-24&quot;:4.69},{&quot;2026-06-25&quot;:4.69},{&quot;2026-06-26&quot;:4.69},{&quot;2026-06-27&quot;:4.69},{&quot;2026-06-28&quot;:4.69},{&quot;2026-06-29&quot;:4.69},{&quot;2026-06-30&quot;:4.69},{&quot;2026-07-01&quot;:4.72},{&quot;2026-07-02&quot;:4.71},{&quot;2026-07-03&quot;:4.79},{&quot;2026-07-04&quot;:4.79},{&quot;2026-07-05&quot;:4.79},{&quot;2026-07-06&quot;:4.79},{&quot;2026-07-07&quot;:4.73},{&quot;2026-07-08&quot;:4.73},{&quot;2026-07-09&quot;:4.73},{&quot;2026-07-10&quot;:4.73},{&quot;2026-07-11&quot;:4.73},{&quot;2026-07-12&quot;:4.73},{&quot;2026-07-13&quot;:4.73},{&quot;2026-07-14&quot;:4.73},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.73},{&quot;2026-07-18&quot;:4.73},{&quot;2026-07-19&quot;:4.81},{&quot;2026-07-20&quot;:4.86},{&quot;2026-07-21&quot;:4.86},{&quot;2026-07-22&quot;:4.86},{&quot;2026-07-23&quot;:4.86},{&quot;2026-07-24&quot;:4.86},{&quot;2026-07-25&quot;:4.86},{&quot;2026-07-26&quot;:4.86},{&quot;2026-07-27&quot;:4.86},{&quot;2026-07-28&quot;:4.86},{&quot;2026-07-29&quot;:4.9},{&quot;2026-07-30&quot;:4.9},{&quot;2026-07-31&quot;:4.86},{&quot;2026-08-01&quot;:4.86},{&quot;2026-08-02&quot;:4.86},{&quot;2026-08-03&quot;:4.86},{&quot;2026-08-04&quot;:4.86},{&quot;2026-08-05&quot;:4.86},{&quot;2026-08-07&quot;:4.86},{&quot;2026-08-08&quot;:4.86},{&quot;2026-08-09&quot;:4.86},{&quot;2026-08-10&quot;:4.86},{&quot;2026-08-11&quot;:4.86},{&quot;2026-08-12&quot;:4.86},{&quot;2026-08-13&quot;:4.86},{&quot;2026-08-14&quot;:4.86},{&quot;2026-08-15&quot;:4.86},{&quot;2026-08-16&quot;:4.86},{&quot;2026-08-17&quot;:4.86},{&quot;2026-08-18&quot;:4.86},{&quot;2026-08-19&quot;:4.86},{&quot;2026-08-20&quot;:4.86},{&quot;2026-08-21&quot;:4.86},{&quot;2026-08-22&quot;:4.86},{&quot;2026-08-23&quot;:4.86},{&quot;2026-08-24&quot;:4.92},{&quot;2026-08-25&quot;:4.87},{&quot;2026-08-26&quot;:4.87},{&quot;2026-08-27&quot;:4.87},{&quot;2026-08-28&quot;:4.87},{&quot;2026-08-29&quot;:4.87},{&quot;2026-08-30&quot;:4.87},{&quot;2026-08-31&quot;:4.87},{&quot;2026-09-01&quot;:4.85},{&quot;2026-09-02&quot;:4.85},{&quot;2026-09-03&quot;:4.85},{&quot;2026-09-04&quot;:4.85},{&quot;2026-09-05&quot;:4.85},{&quot;2026-09-06&quot;:4.85},{&quot;2026-09-07&quot;:4.85},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:4.85},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.93}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.19},{&quot;2026-06-14&quot;:4.19},{&quot;2026-06-15&quot;:4.03},{&quot;2026-06-16&quot;:4.28},{&quot;2026-06-17&quot;:4.28},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.39},{&quot;2026-06-20&quot;:4.46},{&quot;2026-06-21&quot;:4.47},{&quot;2026-06-22&quot;:4.47},{&quot;2026-06-23&quot;:4.47},{&quot;2026-06-24&quot;:4.48},{&quot;2026-06-25&quot;:4.48},{&quot;2026-06-26&quot;:4.49},{&quot;2026-06-27&quot;:4.49},{&quot;2026-06-28&quot;:4.49},{&quot;2026-06-29&quot;:4.49},{&quot;2026-06-30&quot;:4.58},{&quot;2026-07-01&quot;:4.58},{&quot;2026-07-02&quot;:4.58},{&quot;2026-07-03&quot;:4.49},{&quot;2026-07-04&quot;:4.47},{&quot;2026-07-05&quot;:4.47},{&quot;2026-07-06&quot;:4.47},{&quot;2026-07-07&quot;:4.47},{&quot;2026-07-08&quot;:4.45},{&quot;2026-07-09&quot;:4.45},{&quot;2026-07-10&quot;:4.45},{&quot;2026-07-11&quot;:4.45},{&quot;2026-07-12&quot;:4.4},{&quot;2026-07-13&quot;:4.31},{&quot;2026-07-14&quot;:4.31},{&quot;2026-07-15&quot;:4.25},{&quot;2026-07-16&quot;:4.25},{&quot;2026-07-17&quot;:4.25},{&quot;2026-07-18&quot;:4.25},{&quot;2026-07-19&quot;:4.25},{&quot;2026-07-20&quot;:4.25},{&quot;2026-07-21&quot;:4.21},{&quot;2026-07-22&quot;:4.21},{&quot;2026-07-23&quot;:4.21},{&quot;2026-07-24&quot;:4.21},{&quot;2026-07-25&quot;:4.21},{&quot;2026-07-26&quot;:4.21},{&quot;2026-07-27&quot;:4.21},{&quot;2026-07-28&quot;:4.21},{&quot;2026-07-29&quot;:4.21},{&quot;2026-07-30&quot;:4.24},{&quot;2026-07-31&quot;:4.12},{&quot;2026-08-01&quot;:4.12},{&quot;2026-08-02&quot;:4.12},{&quot;2026-08-03&quot;:4.37},{&quot;2026-08-04&quot;:4.37},{&quot;2026-08-05&quot;:4.37},{&quot;2026-08-07&quot;:4.3},{&quot;2026-08-08&quot;:4.3},{&quot;2026-08-09&quot;:4.3},{&quot;2026-08-10&quot;:4.3},{&quot;2026-08-11&quot;:4.33},{&quot;2026-08-12&quot;:4.35},{&quot;2026-08-13&quot;:4.35},{&quot;2026-08-14&quot;:4.51},{&quot;2026-08-15&quot;:4.51},{&quot;2026-08-16&quot;:4.51},{&quot;2026-08-17&quot;:4.51},{&quot;2026-08-18&quot;:4.51},{&quot;2026-08-19&quot;:4.51},{&quot;2026-08-20&quot;:4.51},{&quot;2026-08-21&quot;:4.51},{&quot;2026-08-22&quot;:4.51},{&quot;2026-08-23&quot;:4.29},{&quot;2026-08-24&quot;:4.4},{&quot;2026-08-25&quot;:4.4},{&quot;2026-08-26&quot;:4.4},{&quot;2026-08-27&quot;:4.4},{&quot;2026-08-28&quot;:4.42},{&quot;2026-08-29&quot;:4.42},{&quot;2026-08-30&quot;:4.42},{&quot;2026-08-31&quot;:4.42},{&quot;2026-09-01&quot;:4.62},{&quot;2026-09-02&quot;:4.62},{&quot;2026-09-03&quot;:4.62},{&quot;2026-09-04&quot;:4.62},{&quot;2026-09-05&quot;:4.62},{&quot;2026-09-06&quot;:4.62},{&quot;2026-09-07&quot;:4.62},{&quot;2026-09-08&quot;:4.62},{&quot;2026-09-09&quot;:4.62},{&quot;2026-09-10&quot;:4.59},{&quot;2026-09-11&quot;:4.59}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

        <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">
            Spellbook
        </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 — Book</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Spellbook" src="https://cards.scryfall.io/large/front/6/d/6d658d91-7387-48e6-889e-42b882598913.jpg?1783927087" />
    </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">
                $4.59
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.06},{&quot;2026-06-11&quot;:4.99},{&quot;2026-06-12&quot;:4.84},{&quot;2026-06-13&quot;:4.66},{&quot;2026-06-14&quot;:4.66},{&quot;2026-06-15&quot;:4.97},{&quot;2026-06-16&quot;:5.02},{&quot;2026-06-17&quot;:5.1},{&quot;2026-06-18&quot;:5.1},{&quot;2026-06-19&quot;:5.02},{&quot;2026-06-20&quot;:5.02},{&quot;2026-06-21&quot;:5.13},{&quot;2026-06-22&quot;:5.13},{&quot;2026-06-23&quot;:5.25},{&quot;2026-06-24&quot;:5.32},{&quot;2026-06-25&quot;:5.09},{&quot;2026-06-26&quot;:5.09},{&quot;2026-06-27&quot;:5.01},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:4.88},{&quot;2026-06-30&quot;:5.16},{&quot;2026-07-01&quot;:5.12},{&quot;2026-07-02&quot;:5.11},{&quot;2026-07-03&quot;:5.07},{&quot;2026-07-04&quot;:5.14},{&quot;2026-07-05&quot;:5.15},{&quot;2026-07-06&quot;:5.13},{&quot;2026-07-07&quot;:5.01},{&quot;2026-07-08&quot;:4.99},{&quot;2026-07-09&quot;:4.81},{&quot;2026-07-10&quot;:4.81},{&quot;2026-07-11&quot;:4.81},{&quot;2026-07-12&quot;:4.81},{&quot;2026-07-13&quot;:4.8},{&quot;2026-07-14&quot;:4.79},{&quot;2026-07-15&quot;:4.79},{&quot;2026-07-16&quot;:4.89},{&quot;2026-07-17&quot;:4.89},{&quot;2026-07-18&quot;:4.93},{&quot;2026-07-19&quot;:4.96},{&quot;2026-07-20&quot;:4.94},{&quot;2026-07-21&quot;:4.94},{&quot;2026-07-23&quot;:4.84},{&quot;2026-07-25&quot;:4.9},{&quot;2026-07-26&quot;:4.89},{&quot;2026-07-27&quot;:4.89},{&quot;2026-07-29&quot;:5.0},{&quot;2026-07-30&quot;:4.77},{&quot;2026-07-31&quot;:4.93},{&quot;2026-08-01&quot;:4.91},{&quot;2026-08-02&quot;:4.91},{&quot;2026-08-03&quot;:4.91},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:4.81},{&quot;2026-08-07&quot;:4.81},{&quot;2026-08-08&quot;:4.81},{&quot;2026-08-09&quot;:4.89},{&quot;2026-08-10&quot;:4.89},{&quot;2026-08-11&quot;:4.82},{&quot;2026-08-12&quot;:4.82},{&quot;2026-08-13&quot;:4.76},{&quot;2026-08-14&quot;:4.74},{&quot;2026-08-15&quot;:4.71},{&quot;2026-08-16&quot;:4.62},{&quot;2026-08-17&quot;:4.8},{&quot;2026-08-18&quot;:4.78},{&quot;2026-08-19&quot;:4.78},{&quot;2026-08-20&quot;:4.78},{&quot;2026-08-21&quot;:4.83},{&quot;2026-08-22&quot;:4.83},{&quot;2026-08-23&quot;:4.83},{&quot;2026-08-24&quot;:4.88},{&quot;2026-08-25&quot;:4.88},{&quot;2026-08-26&quot;:4.82},{&quot;2026-08-27&quot;:4.82},{&quot;2026-08-28&quot;:4.82},{&quot;2026-08-29&quot;:4.82},{&quot;2026-08-30&quot;:4.79},{&quot;2026-08-31&quot;:4.76},{&quot;2026-09-01&quot;:4.76},{&quot;2026-09-02&quot;:4.66},{&quot;2026-09-03&quot;:4.66},{&quot;2026-09-04&quot;:4.55},{&quot;2026-09-05&quot;:4.55},{&quot;2026-09-06&quot;:4.55},{&quot;2026-09-07&quot;:4.55},{&quot;2026-09-08&quot;:4.65},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.67},{&quot;2026-09-11&quot;:4.59}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Seedtime" src="https://cards.scryfall.io/large/front/c/6/c602c153-d210-495a-b9b6-b83e521f4f14.jpg?1783910598" />
    </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">
                $4.58
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.29},{&quot;2026-06-11&quot;:4.22},{&quot;2026-06-12&quot;:4.21},{&quot;2026-06-13&quot;:4.21},{&quot;2026-06-14&quot;:4.22},{&quot;2026-06-15&quot;:4.11},{&quot;2026-06-16&quot;:4.11},{&quot;2026-06-17&quot;:4.21},{&quot;2026-06-18&quot;:4.24},{&quot;2026-06-19&quot;:4.27},{&quot;2026-06-20&quot;:4.27},{&quot;2026-06-21&quot;:4.27},{&quot;2026-06-22&quot;:4.31},{&quot;2026-06-23&quot;:4.31},{&quot;2026-06-24&quot;:4.27},{&quot;2026-06-25&quot;:4.25},{&quot;2026-06-26&quot;:4.41},{&quot;2026-06-27&quot;:4.38},{&quot;2026-06-28&quot;:4.37},{&quot;2026-06-29&quot;:4.33},{&quot;2026-06-30&quot;:4.51},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.51},{&quot;2026-07-03&quot;:4.37},{&quot;2026-07-04&quot;:4.39},{&quot;2026-07-05&quot;:4.39},{&quot;2026-07-06&quot;:4.4},{&quot;2026-07-07&quot;:4.45},{&quot;2026-07-08&quot;:4.54},{&quot;2026-07-09&quot;:4.37},{&quot;2026-07-10&quot;:4.39},{&quot;2026-07-11&quot;:4.52},{&quot;2026-07-12&quot;:4.57},{&quot;2026-07-13&quot;:4.57},{&quot;2026-07-14&quot;:4.56},{&quot;2026-07-15&quot;:4.74},{&quot;2026-07-16&quot;:4.84},{&quot;2026-07-17&quot;:4.86},{&quot;2026-07-18&quot;:5.06},{&quot;2026-07-19&quot;:5.07},{&quot;2026-07-20&quot;:5.08},{&quot;2026-07-21&quot;:5.27},{&quot;2026-07-23&quot;:5.33},{&quot;2026-07-25&quot;:5.3},{&quot;2026-07-26&quot;:5.4},{&quot;2026-07-27&quot;:5.52},{&quot;2026-07-29&quot;:5.48},{&quot;2026-07-30&quot;:5.48},{&quot;2026-07-31&quot;:5.29},{&quot;2026-08-01&quot;:5.29},{&quot;2026-08-02&quot;:5.13},{&quot;2026-08-03&quot;:5.08},{&quot;2026-08-04&quot;:5.1},{&quot;2026-08-05&quot;:5.06},{&quot;2026-08-07&quot;:5.11},{&quot;2026-08-08&quot;:5.11},{&quot;2026-08-09&quot;:5.11},{&quot;2026-08-10&quot;:5.06},{&quot;2026-08-11&quot;:5.04},{&quot;2026-08-12&quot;:5.28},{&quot;2026-08-13&quot;:5.26},{&quot;2026-08-14&quot;:5.2},{&quot;2026-08-15&quot;:5.07},{&quot;2026-08-16&quot;:5.07},{&quot;2026-08-17&quot;:4.98},{&quot;2026-08-18&quot;:4.85},{&quot;2026-08-19&quot;:4.76},{&quot;2026-08-20&quot;:4.76},{&quot;2026-08-21&quot;:4.68},{&quot;2026-08-22&quot;:4.68},{&quot;2026-08-23&quot;:4.65},{&quot;2026-08-24&quot;:4.41},{&quot;2026-08-25&quot;:4.41},{&quot;2026-08-26&quot;:4.32},{&quot;2026-08-27&quot;:4.31},{&quot;2026-08-28&quot;:4.31},{&quot;2026-08-29&quot;:4.31},{&quot;2026-08-30&quot;:4.29},{&quot;2026-08-31&quot;:4.25},{&quot;2026-09-01&quot;:4.25},{&quot;2026-09-02&quot;:4.13},{&quot;2026-09-03&quot;:4.18},{&quot;2026-09-04&quot;:4.17},{&quot;2026-09-05&quot;:4.17},{&quot;2026-09-06&quot;:4.36},{&quot;2026-09-07&quot;:4.39},{&quot;2026-09-08&quot;:4.52},{&quot;2026-09-09&quot;:4.44},{&quot;2026-09-10&quot;:4.41},{&quot;2026-09-11&quot;:4.58}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73852"
  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">
            Crop Rotation
        </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">
            $4.58
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Crop Rotation
        </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-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="Crop Rotation" src="https://cards.scryfall.io/large/front/b/5/b5f95c69-2b41-4d67-ae7c-a4c1df9d384d.jpg?1783932438" />
    </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">
                $4.58
              </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.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.09},{&quot;2026-06-14&quot;:5.22},{&quot;2026-06-15&quot;:5.22},{&quot;2026-06-16&quot;:5.22},{&quot;2026-06-17&quot;:5.22},{&quot;2026-06-18&quot;:5.22},{&quot;2026-06-19&quot;:5.22},{&quot;2026-06-20&quot;:5.14},{&quot;2026-06-21&quot;:5.1},{&quot;2026-06-22&quot;:4.86},{&quot;2026-06-23&quot;:4.86},{&quot;2026-06-24&quot;:4.76},{&quot;2026-06-25&quot;:4.61},{&quot;2026-06-26&quot;:4.6},{&quot;2026-06-27&quot;:4.78},{&quot;2026-06-28&quot;:4.78},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.78},{&quot;2026-07-01&quot;:4.78},{&quot;2026-07-02&quot;:4.71},{&quot;2026-07-03&quot;:4.71},{&quot;2026-07-04&quot;:4.71},{&quot;2026-07-05&quot;:4.62},{&quot;2026-07-06&quot;:4.62},{&quot;2026-07-07&quot;:4.64},{&quot;2026-07-08&quot;:4.64},{&quot;2026-07-09&quot;:4.64},{&quot;2026-07-10&quot;:4.64},{&quot;2026-07-11&quot;:4.62},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.53},{&quot;2026-07-14&quot;:4.53},{&quot;2026-07-15&quot;:4.53},{&quot;2026-07-16&quot;:4.53},{&quot;2026-07-17&quot;:4.55},{&quot;2026-07-18&quot;:4.47},{&quot;2026-07-19&quot;:4.47},{&quot;2026-07-20&quot;:4.47},{&quot;2026-07-21&quot;:4.59},{&quot;2026-07-22&quot;:4.49},{&quot;2026-07-23&quot;:4.49},{&quot;2026-07-24&quot;:4.49},{&quot;2026-07-25&quot;:4.49},{&quot;2026-07-26&quot;:4.49},{&quot;2026-07-27&quot;:4.49},{&quot;2026-07-28&quot;:4.49},{&quot;2026-07-29&quot;:4.54},{&quot;2026-07-30&quot;:4.54},{&quot;2026-07-31&quot;:4.54},{&quot;2026-08-01&quot;:4.54},{&quot;2026-08-02&quot;:4.54},{&quot;2026-08-03&quot;:4.54},{&quot;2026-08-04&quot;:4.54},{&quot;2026-08-05&quot;:4.54},{&quot;2026-08-07&quot;:4.39},{&quot;2026-08-08&quot;:4.39},{&quot;2026-08-09&quot;:4.44},{&quot;2026-08-10&quot;:4.43},{&quot;2026-08-11&quot;:4.43},{&quot;2026-08-12&quot;:4.38},{&quot;2026-08-13&quot;:4.33},{&quot;2026-08-14&quot;:4.46},{&quot;2026-08-15&quot;:4.5},{&quot;2026-08-16&quot;:4.61},{&quot;2026-08-17&quot;:4.54},{&quot;2026-08-18&quot;:4.54},{&quot;2026-08-19&quot;:4.54},{&quot;2026-08-20&quot;:4.49},{&quot;2026-08-21&quot;:4.49},{&quot;2026-08-22&quot;:4.44},{&quot;2026-08-23&quot;:4.44},{&quot;2026-08-24&quot;:4.44},{&quot;2026-08-25&quot;:4.44},{&quot;2026-08-26&quot;:4.44},{&quot;2026-08-27&quot;:4.38},{&quot;2026-08-28&quot;:4.38},{&quot;2026-08-29&quot;:4.38},{&quot;2026-08-30&quot;:4.38},{&quot;2026-08-31&quot;:4.44},{&quot;2026-09-01&quot;:4.44},{&quot;2026-09-02&quot;:4.55},{&quot;2026-09-03&quot;:4.55},{&quot;2026-09-04&quot;:4.55},{&quot;2026-09-05&quot;:4.55},{&quot;2026-09-06&quot;:4.58},{&quot;2026-09-07&quot;:4.58},{&quot;2026-09-08&quot;:4.58},{&quot;2026-09-09&quot;:4.58},{&quot;2026-09-10&quot;:4.58},{&quot;2026-09-11&quot;:4.58}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86336"
  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">
            Psychic Corrosion
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Psychic Corrosion
        </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-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="Psychic Corrosion" src="https://cards.scryfall.io/large/front/b/7/b74cfb23-c644-4787-8479-476f293f1bf2.jpg?1783909974" />
    </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">
                $4.57
              </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.20</span>
              <span class="text-xs text-grey-text">Credit: $4.16</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.9},{&quot;2026-06-14&quot;:4.91},{&quot;2026-06-15&quot;:4.94},{&quot;2026-06-16&quot;:4.98},{&quot;2026-06-17&quot;:4.98},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.98},{&quot;2026-06-20&quot;:4.97},{&quot;2026-06-21&quot;:4.97},{&quot;2026-06-22&quot;:4.91},{&quot;2026-06-23&quot;:4.94},{&quot;2026-06-24&quot;:4.91},{&quot;2026-06-25&quot;:4.94},{&quot;2026-06-26&quot;:4.9},{&quot;2026-06-27&quot;:4.95},{&quot;2026-06-28&quot;:4.97},{&quot;2026-06-29&quot;:4.98},{&quot;2026-06-30&quot;:4.87},{&quot;2026-07-01&quot;:4.89},{&quot;2026-07-02&quot;:4.89},{&quot;2026-07-03&quot;:4.92},{&quot;2026-07-04&quot;:4.91},{&quot;2026-07-05&quot;:4.89},{&quot;2026-07-06&quot;:4.89},{&quot;2026-07-07&quot;:4.91},{&quot;2026-07-08&quot;:4.91},{&quot;2026-07-09&quot;:4.85},{&quot;2026-07-10&quot;:4.81},{&quot;2026-07-11&quot;:4.81},{&quot;2026-07-12&quot;:4.76},{&quot;2026-07-13&quot;:4.76},{&quot;2026-07-14&quot;:4.76},{&quot;2026-07-15&quot;:4.68},{&quot;2026-07-16&quot;:4.64},{&quot;2026-07-17&quot;:4.62},{&quot;2026-07-18&quot;:4.59},{&quot;2026-07-19&quot;:4.59},{&quot;2026-07-20&quot;:4.59},{&quot;2026-07-21&quot;:4.63},{&quot;2026-07-22&quot;:4.66},{&quot;2026-07-23&quot;:4.66},{&quot;2026-07-24&quot;:4.67},{&quot;2026-07-25&quot;:4.67},{&quot;2026-07-26&quot;:4.68},{&quot;2026-07-27&quot;:4.69},{&quot;2026-07-28&quot;:4.73},{&quot;2026-07-29&quot;:4.73},{&quot;2026-07-30&quot;:4.65},{&quot;2026-07-31&quot;:4.65},{&quot;2026-08-01&quot;:4.68},{&quot;2026-08-02&quot;:4.68},{&quot;2026-08-03&quot;:4.67},{&quot;2026-08-04&quot;:4.64},{&quot;2026-08-05&quot;:4.41},{&quot;2026-08-07&quot;:4.35},{&quot;2026-08-08&quot;:4.3},{&quot;2026-08-09&quot;:4.29},{&quot;2026-08-10&quot;:4.25},{&quot;2026-08-11&quot;:4.21},{&quot;2026-08-12&quot;:4.07},{&quot;2026-08-13&quot;:3.91},{&quot;2026-08-14&quot;:3.86},{&quot;2026-08-15&quot;:3.82},{&quot;2026-08-16&quot;:3.8},{&quot;2026-08-17&quot;:3.76},{&quot;2026-08-18&quot;:3.69},{&quot;2026-08-19&quot;:3.67},{&quot;2026-08-20&quot;:3.75},{&quot;2026-08-21&quot;:3.75},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.9},{&quot;2026-08-24&quot;:3.96},{&quot;2026-08-25&quot;:3.98},{&quot;2026-08-26&quot;:4.04},{&quot;2026-08-27&quot;:4.16},{&quot;2026-08-28&quot;:4.14},{&quot;2026-08-29&quot;:4.14},{&quot;2026-08-30&quot;:4.2},{&quot;2026-08-31&quot;:4.32},{&quot;2026-09-01&quot;:4.39},{&quot;2026-09-02&quot;:4.44},{&quot;2026-09-03&quot;:4.45},{&quot;2026-09-04&quot;:4.45},{&quot;2026-09-05&quot;:4.45},{&quot;2026-09-06&quot;:4.45},{&quot;2026-09-07&quot;:4.45},{&quot;2026-09-08&quot;:4.59},{&quot;2026-09-09&quot;:4.59},{&quot;2026-09-10&quot;:4.61},{&quot;2026-09-11&quot;:4.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28791"
  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">
            Greater Good
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $4.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="Greater Good" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/c/4c73ca01-d8ea-4cd2-af60-b260030967b2.jpg?1783926194" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Greater Good" src="https://cards.scryfall.io/large/front/4/c/4c73ca01-d8ea-4cd2-af60-b260030967b2.jpg?1783926194" />
    </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">
                $4.56
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.13},{&quot;2026-06-11&quot;:5.13},{&quot;2026-06-12&quot;:5.36},{&quot;2026-06-13&quot;:5.33},{&quot;2026-06-14&quot;:5.33},{&quot;2026-06-15&quot;:5.31},{&quot;2026-06-16&quot;:5.31},{&quot;2026-06-17&quot;:5.23},{&quot;2026-06-18&quot;:5.15},{&quot;2026-06-19&quot;:5.2},{&quot;2026-06-20&quot;:5.2},{&quot;2026-06-21&quot;:5.14},{&quot;2026-06-22&quot;:5.17},{&quot;2026-06-23&quot;:5.27},{&quot;2026-06-24&quot;:5.34},{&quot;2026-06-25&quot;:5.32},{&quot;2026-06-26&quot;:4.86},{&quot;2026-06-27&quot;:5.32},{&quot;2026-06-28&quot;:5.27},{&quot;2026-06-29&quot;:5.25},{&quot;2026-06-30&quot;:5.25},{&quot;2026-07-01&quot;:5.31},{&quot;2026-07-02&quot;:5.31},{&quot;2026-07-03&quot;:5.31},{&quot;2026-07-04&quot;:5.31},{&quot;2026-07-05&quot;:5.31},{&quot;2026-07-06&quot;:5.38},{&quot;2026-07-07&quot;:5.38},{&quot;2026-07-08&quot;:5.38},{&quot;2026-07-09&quot;:5.38},{&quot;2026-07-10&quot;:5.41},{&quot;2026-07-11&quot;:5.41},{&quot;2026-07-12&quot;:5.36},{&quot;2026-07-13&quot;:5.36},{&quot;2026-07-14&quot;:5.46},{&quot;2026-07-15&quot;:5.46},{&quot;2026-07-16&quot;:5.56},{&quot;2026-07-17&quot;:5.56},{&quot;2026-07-18&quot;:5.56},{&quot;2026-07-19&quot;:5.56},{&quot;2026-07-20&quot;:5.52},{&quot;2026-07-21&quot;:5.48},{&quot;2026-07-23&quot;:5.35},{&quot;2026-07-25&quot;:5.35},{&quot;2026-07-26&quot;:5.35},{&quot;2026-07-27&quot;:5.35},{&quot;2026-07-29&quot;:5.35},{&quot;2026-07-30&quot;:5.32},{&quot;2026-07-31&quot;:5.34},{&quot;2026-08-01&quot;:5.34},{&quot;2026-08-02&quot;:5.34},{&quot;2026-08-03&quot;:5.34},{&quot;2026-08-04&quot;:5.34},{&quot;2026-08-05&quot;:5.44},{&quot;2026-08-07&quot;:5.44},{&quot;2026-08-08&quot;:5.44},{&quot;2026-08-09&quot;:5.44},{&quot;2026-08-10&quot;:5.44},{&quot;2026-08-11&quot;:5.44},{&quot;2026-08-12&quot;:5.44},{&quot;2026-08-13&quot;:5.44},{&quot;2026-08-14&quot;:5.43},{&quot;2026-08-15&quot;:5.35},{&quot;2026-08-16&quot;:5.35},{&quot;2026-08-17&quot;:5.42},{&quot;2026-08-18&quot;:5.42},{&quot;2026-08-19&quot;:5.42},{&quot;2026-08-20&quot;:5.42},{&quot;2026-08-21&quot;:5.42},{&quot;2026-08-22&quot;:5.35},{&quot;2026-08-23&quot;:5.35},{&quot;2026-08-24&quot;:5.35},{&quot;2026-08-25&quot;:5.35},{&quot;2026-08-26&quot;:5.29},{&quot;2026-08-27&quot;:5.19},{&quot;2026-08-28&quot;:5.09},{&quot;2026-08-29&quot;:5.09},{&quot;2026-08-30&quot;:5.1},{&quot;2026-08-31&quot;:5.01},{&quot;2026-09-01&quot;:5.01},{&quot;2026-09-02&quot;:4.71},{&quot;2026-09-03&quot;:4.75},{&quot;2026-09-04&quot;:4.73},{&quot;2026-09-05&quot;:4.73},{&quot;2026-09-06&quot;:4.65},{&quot;2026-09-07&quot;:4.71},{&quot;2026-09-08&quot;:4.63},{&quot;2026-09-09&quot;:4.63},{&quot;2026-09-10&quot;:4.62},{&quot;2026-09-11&quot;:4.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="30505"
  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">
            Fellwar Stone
        </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">
            $4.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="Fellwar Stone" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/f/6f7a41cc-277a-4d95-a30c-91bf5aa7ac11.jpg?1783947802" />

        <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">
            Fellwar Stone
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fellwar Stone" src="https://cards.scryfall.io/large/front/6/f/6f7a41cc-277a-4d95-a30c-91bf5aa7ac11.jpg?1783947802" />
    </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">
                $4.56
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.74},{&quot;2026-06-15&quot;:3.69},{&quot;2026-06-16&quot;:3.69},{&quot;2026-06-17&quot;:3.49},{&quot;2026-06-18&quot;:3.49},{&quot;2026-06-19&quot;:3.49},{&quot;2026-06-20&quot;:3.49},{&quot;2026-06-21&quot;:3.49},{&quot;2026-06-22&quot;:3.49},{&quot;2026-06-23&quot;:3.49},{&quot;2026-06-24&quot;:3.36},{&quot;2026-06-25&quot;:3.36},{&quot;2026-06-26&quot;:3.36},{&quot;2026-06-27&quot;:3.36},{&quot;2026-06-28&quot;:3.35},{&quot;2026-06-29&quot;:3.35},{&quot;2026-06-30&quot;:3.35},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.28},{&quot;2026-07-03&quot;:3.28},{&quot;2026-07-04&quot;:3.28},{&quot;2026-07-05&quot;:3.28},{&quot;2026-07-06&quot;:3.28},{&quot;2026-07-07&quot;:3.28},{&quot;2026-07-08&quot;:3.28},{&quot;2026-07-09&quot;:3.28},{&quot;2026-07-10&quot;:3.28},{&quot;2026-07-11&quot;:3.28},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.28},{&quot;2026-07-14&quot;:3.32},{&quot;2026-07-15&quot;:3.26},{&quot;2026-07-16&quot;:3.18},{&quot;2026-07-17&quot;:3.18},{&quot;2026-07-18&quot;:3.18},{&quot;2026-07-19&quot;:3.18},{&quot;2026-07-20&quot;:3.18},{&quot;2026-07-21&quot;:3.26},{&quot;2026-07-22&quot;:3.23},{&quot;2026-07-23&quot;:3.23},{&quot;2026-07-24&quot;:3.2},{&quot;2026-07-25&quot;:3.25},{&quot;2026-07-26&quot;:3.23},{&quot;2026-07-27&quot;:3.23},{&quot;2026-07-28&quot;:3.35},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.35},{&quot;2026-07-31&quot;:3.97},{&quot;2026-08-01&quot;:3.97},{&quot;2026-08-02&quot;:3.79},{&quot;2026-08-03&quot;:3.79},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.64},{&quot;2026-08-07&quot;:3.51},{&quot;2026-08-08&quot;:3.51},{&quot;2026-08-09&quot;:3.53},{&quot;2026-08-10&quot;:3.53},{&quot;2026-08-11&quot;:3.53},{&quot;2026-08-12&quot;:3.53},{&quot;2026-08-13&quot;:3.53},{&quot;2026-08-14&quot;:3.53},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.55},{&quot;2026-08-17&quot;:3.55},{&quot;2026-08-18&quot;:3.55},{&quot;2026-08-19&quot;:3.57},{&quot;2026-08-20&quot;:3.53},{&quot;2026-08-21&quot;:3.58},{&quot;2026-08-22&quot;:3.58},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.58},{&quot;2026-08-25&quot;:3.7},{&quot;2026-08-26&quot;:3.86},{&quot;2026-08-27&quot;:3.86},{&quot;2026-08-28&quot;:3.86},{&quot;2026-08-29&quot;:3.86},{&quot;2026-08-30&quot;:4.51},{&quot;2026-08-31&quot;:4.51},{&quot;2026-09-01&quot;:4.51},{&quot;2026-09-02&quot;:4.51},{&quot;2026-09-03&quot;:4.51},{&quot;2026-09-04&quot;:4.51},{&quot;2026-09-05&quot;:4.51},{&quot;2026-09-06&quot;:4.51},{&quot;2026-09-07&quot;:4.51},{&quot;2026-09-08&quot;:4.51},{&quot;2026-09-09&quot;:4.56},{&quot;2026-09-10&quot;:4.56},{&quot;2026-09-11&quot;:4.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="73118"
  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">
            Blackblade Reforged
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blackblade Reforged" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/c/9c1c714a-7716-42f9-8ef2-8838d3c52627.jpg?1783919771" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blackblade Reforged" src="https://cards.scryfall.io/large/front/9/c/9c1c714a-7716-42f9-8ef2-8838d3c52627.jpg?1783919771" />
    </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">
                $4.56
              </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">
                $6.69
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.21},{&quot;2026-06-11&quot;:7.21},{&quot;2026-06-12&quot;:7.21},{&quot;2026-06-13&quot;:7.24},{&quot;2026-06-14&quot;:7.2},{&quot;2026-06-15&quot;:7.2},{&quot;2026-06-16&quot;:7.2},{&quot;2026-06-17&quot;:7.2},{&quot;2026-06-18&quot;:7.2},{&quot;2026-06-19&quot;:7.2},{&quot;2026-06-20&quot;:7.2},{&quot;2026-06-21&quot;:7.2},{&quot;2026-06-22&quot;:7.2},{&quot;2026-06-23&quot;:7.2},{&quot;2026-06-24&quot;:7.2},{&quot;2026-06-25&quot;:7.2},{&quot;2026-06-26&quot;:7.2},{&quot;2026-06-27&quot;:6.68},{&quot;2026-06-28&quot;:6.72},{&quot;2026-06-29&quot;:6.71},{&quot;2026-06-30&quot;:6.76},{&quot;2026-07-01&quot;:6.76},{&quot;2026-07-02&quot;:6.68},{&quot;2026-07-03&quot;:6.68},{&quot;2026-07-04&quot;:6.68},{&quot;2026-07-05&quot;:6.63},{&quot;2026-07-06&quot;:6.65},{&quot;2026-07-07&quot;:6.65},{&quot;2026-07-08&quot;:6.65},{&quot;2026-07-09&quot;:6.65},{&quot;2026-07-10&quot;:6.65},{&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.66},{&quot;2026-07-15&quot;:6.66},{&quot;2026-07-16&quot;:6.67},{&quot;2026-07-17&quot;:6.67},{&quot;2026-07-18&quot;:6.69},{&quot;2026-07-19&quot;:6.58},{&quot;2026-07-20&quot;:6.58},{&quot;2026-07-21&quot;:6.58},{&quot;2026-07-23&quot;:6.67},{&quot;2026-07-25&quot;:6.57},{&quot;2026-07-26&quot;:6.57},{&quot;2026-07-27&quot;:6.62},{&quot;2026-07-29&quot;:6.62},{&quot;2026-07-30&quot;:6.73},{&quot;2026-07-31&quot;:6.73},{&quot;2026-08-01&quot;:6.73},{&quot;2026-08-02&quot;:6.73},{&quot;2026-08-03&quot;:6.73},{&quot;2026-08-04&quot;:6.73},{&quot;2026-08-05&quot;:6.73},{&quot;2026-08-07&quot;:6.73},{&quot;2026-08-08&quot;:6.73},{&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.75},{&quot;2026-08-14&quot;:6.75},{&quot;2026-08-15&quot;:6.75},{&quot;2026-08-16&quot;:6.75},{&quot;2026-08-17&quot;:6.52},{&quot;2026-08-18&quot;:6.52},{&quot;2026-08-19&quot;:6.52},{&quot;2026-08-20&quot;:6.52},{&quot;2026-08-21&quot;:6.52},{&quot;2026-08-22&quot;:6.52},{&quot;2026-08-23&quot;:6.52},{&quot;2026-08-24&quot;:6.52},{&quot;2026-08-25&quot;:6.52},{&quot;2026-08-26&quot;:6.49},{&quot;2026-08-27&quot;:6.49},{&quot;2026-08-28&quot;:6.68},{&quot;2026-08-29&quot;:6.68},{&quot;2026-08-30&quot;:6.68},{&quot;2026-08-31&quot;:6.68},{&quot;2026-09-01&quot;:6.68},{&quot;2026-09-02&quot;:6.68},{&quot;2026-09-03&quot;:6.75},{&quot;2026-09-04&quot;:6.73},{&quot;2026-09-05&quot;:6.69},{&quot;2026-09-06&quot;:6.69},{&quot;2026-09-07&quot;:6.69},{&quot;2026-09-08&quot;:6.69},{&quot;2026-09-09&quot;:6.69},{&quot;2026-09-10&quot;:6.69},{&quot;2026-09-11&quot;:6.69}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.78},{&quot;2026-06-11&quot;:4.72},{&quot;2026-06-12&quot;:4.67},{&quot;2026-06-13&quot;:4.67},{&quot;2026-06-14&quot;:4.66},{&quot;2026-06-15&quot;:4.74},{&quot;2026-06-16&quot;:4.74},{&quot;2026-06-17&quot;:4.74},{&quot;2026-06-18&quot;:4.68},{&quot;2026-06-19&quot;:4.68},{&quot;2026-06-20&quot;:4.68},{&quot;2026-06-21&quot;:4.68},{&quot;2026-06-22&quot;:4.68},{&quot;2026-06-23&quot;:4.68},{&quot;2026-06-24&quot;:4.68},{&quot;2026-06-25&quot;:4.68},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.64},{&quot;2026-06-28&quot;:4.57},{&quot;2026-06-29&quot;:4.3},{&quot;2026-06-30&quot;:4.3},{&quot;2026-07-01&quot;:4.28},{&quot;2026-07-02&quot;:4.28},{&quot;2026-07-03&quot;:4.31},{&quot;2026-07-04&quot;:4.31},{&quot;2026-07-05&quot;:4.31},{&quot;2026-07-06&quot;:4.44},{&quot;2026-07-07&quot;:4.44},{&quot;2026-07-08&quot;:4.44},{&quot;2026-07-09&quot;:4.43},{&quot;2026-07-10&quot;:4.41},{&quot;2026-07-11&quot;:4.38},{&quot;2026-07-12&quot;:4.31},{&quot;2026-07-13&quot;:4.44},{&quot;2026-07-14&quot;:4.44},{&quot;2026-07-15&quot;:4.44},{&quot;2026-07-16&quot;:4.41},{&quot;2026-07-17&quot;:4.31},{&quot;2026-07-18&quot;:4.63},{&quot;2026-07-19&quot;:4.63},{&quot;2026-07-20&quot;:4.56},{&quot;2026-07-21&quot;:4.56},{&quot;2026-07-23&quot;:4.66},{&quot;2026-07-25&quot;:4.89},{&quot;2026-07-26&quot;:4.89},{&quot;2026-07-27&quot;:4.77},{&quot;2026-07-29&quot;:4.65},{&quot;2026-07-30&quot;:4.59},{&quot;2026-07-31&quot;:4.88},{&quot;2026-08-01&quot;:4.9},{&quot;2026-08-02&quot;:4.9},{&quot;2026-08-03&quot;:4.99},{&quot;2026-08-04&quot;:5.25},{&quot;2026-08-05&quot;:5.17},{&quot;2026-08-07&quot;:5.17},{&quot;2026-08-08&quot;:5.2},{&quot;2026-08-09&quot;:5.2},{&quot;2026-08-10&quot;:5.2},{&quot;2026-08-11&quot;:5.3},{&quot;2026-08-12&quot;:5.58},{&quot;2026-08-13&quot;:5.51},{&quot;2026-08-14&quot;:5.51},{&quot;2026-08-15&quot;:5.51},{&quot;2026-08-16&quot;:5.47},{&quot;2026-08-17&quot;:5.47},{&quot;2026-08-18&quot;:5.47},{&quot;2026-08-19&quot;:5.48},{&quot;2026-08-20&quot;:5.48},{&quot;2026-08-21&quot;:5.36},{&quot;2026-08-22&quot;:5.36},{&quot;2026-08-23&quot;:5.42},{&quot;2026-08-24&quot;:5.24},{&quot;2026-08-25&quot;:5.24},{&quot;2026-08-26&quot;:5.24},{&quot;2026-08-27&quot;:5.12},{&quot;2026-08-28&quot;:5.12},{&quot;2026-08-29&quot;:5.12},{&quot;2026-08-30&quot;:5.12},{&quot;2026-08-31&quot;:5.09},{&quot;2026-09-01&quot;:5.09},{&quot;2026-09-02&quot;:5.09},{&quot;2026-09-03&quot;:5.02},{&quot;2026-09-04&quot;:5.07},{&quot;2026-09-05&quot;:5.07},{&quot;2026-09-06&quot;:4.92},{&quot;2026-09-07&quot;:4.92},{&quot;2026-09-08&quot;:4.91},{&quot;2026-09-09&quot;:4.91},{&quot;2026-09-10&quot;:4.8},{&quot;2026-09-11&quot;:4.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="41315"
  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">
            2 owned
          </div>

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

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

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

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

        <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/d/8/d859de3a-0be1-4e66-b438-1c3d4ee756cd.jpg?1783923896" />
    </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">
                $4.55
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:4.76},{&quot;2026-06-12&quot;:4.76},{&quot;2026-06-13&quot;:4.76},{&quot;2026-06-14&quot;:4.68},{&quot;2026-06-15&quot;:4.74},{&quot;2026-06-16&quot;:4.74},{&quot;2026-06-17&quot;:4.62},{&quot;2026-06-18&quot;:4.62},{&quot;2026-06-19&quot;:4.62},{&quot;2026-06-20&quot;:4.62},{&quot;2026-06-21&quot;:4.62},{&quot;2026-06-22&quot;:4.62},{&quot;2026-06-23&quot;:4.52},{&quot;2026-06-24&quot;:4.52},{&quot;2026-06-25&quot;:4.52},{&quot;2026-06-26&quot;:4.52},{&quot;2026-06-27&quot;:4.52},{&quot;2026-06-28&quot;:4.52},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.42},{&quot;2026-07-01&quot;:4.42},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.47},{&quot;2026-07-04&quot;:4.44},{&quot;2026-07-05&quot;:4.42},{&quot;2026-07-06&quot;:4.42},{&quot;2026-07-07&quot;:4.49},{&quot;2026-07-08&quot;:4.49},{&quot;2026-07-09&quot;:4.52},{&quot;2026-07-10&quot;:4.68},{&quot;2026-07-11&quot;:4.75},{&quot;2026-07-12&quot;:4.79},{&quot;2026-07-13&quot;:4.78},{&quot;2026-07-14&quot;:4.83},{&quot;2026-07-15&quot;:5.0},{&quot;2026-07-16&quot;:5.11},{&quot;2026-07-17&quot;:5.17},{&quot;2026-07-18&quot;:5.14},{&quot;2026-07-19&quot;:5.34},{&quot;2026-07-20&quot;:5.38},{&quot;2026-07-21&quot;:5.38},{&quot;2026-07-23&quot;:5.38},{&quot;2026-07-25&quot;:5.4},{&quot;2026-07-26&quot;:5.4},{&quot;2026-07-27&quot;:5.41},{&quot;2026-07-28&quot;:5.42},{&quot;2026-07-29&quot;:5.42},{&quot;2026-07-30&quot;:5.42},{&quot;2026-07-31&quot;:5.45},{&quot;2026-08-01&quot;:5.45},{&quot;2026-08-02&quot;:5.45},{&quot;2026-08-03&quot;:5.45},{&quot;2026-08-04&quot;:5.45},{&quot;2026-08-05&quot;:5.67},{&quot;2026-08-07&quot;:5.65},{&quot;2026-08-08&quot;:5.85},{&quot;2026-08-09&quot;:5.85},{&quot;2026-08-10&quot;:5.78},{&quot;2026-08-11&quot;:5.79},{&quot;2026-08-12&quot;:5.79},{&quot;2026-08-13&quot;:5.82},{&quot;2026-08-14&quot;:5.82},{&quot;2026-08-15&quot;:5.82},{&quot;2026-08-16&quot;:5.82},{&quot;2026-08-17&quot;:5.82},{&quot;2026-08-18&quot;:5.82},{&quot;2026-08-19&quot;:5.82},{&quot;2026-08-20&quot;:5.82},{&quot;2026-08-21&quot;:6.05},{&quot;2026-08-22&quot;:6.12},{&quot;2026-08-23&quot;:6.06},{&quot;2026-08-24&quot;:5.96},{&quot;2026-08-25&quot;:5.96},{&quot;2026-08-26&quot;:5.5},{&quot;2026-08-27&quot;:5.5},{&quot;2026-08-28&quot;:5.22},{&quot;2026-08-29&quot;:5.22},{&quot;2026-08-30&quot;:5.09},{&quot;2026-08-31&quot;:5.01},{&quot;2026-09-01&quot;:5.01},{&quot;2026-09-02&quot;:5.18},{&quot;2026-09-03&quot;:5.15},{&quot;2026-09-04&quot;:4.97},{&quot;2026-09-05&quot;:4.97},{&quot;2026-09-06&quot;:4.97},{&quot;2026-09-07&quot;:4.77},{&quot;2026-09-08&quot;:4.76},{&quot;2026-09-09&quot;:4.71},{&quot;2026-09-10&quot;:4.5},{&quot;2026-09-11&quot;:4.5}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.92},{&quot;2026-06-12&quot;:3.74},{&quot;2026-06-13&quot;:3.8},{&quot;2026-06-14&quot;:3.89},{&quot;2026-06-15&quot;:4.06},{&quot;2026-06-16&quot;:4.04},{&quot;2026-06-17&quot;:4.15},{&quot;2026-06-18&quot;:4.18},{&quot;2026-06-19&quot;:4.16},{&quot;2026-06-20&quot;:4.11},{&quot;2026-06-21&quot;:4.19},{&quot;2026-06-22&quot;:4.23},{&quot;2026-06-23&quot;:4.03},{&quot;2026-06-24&quot;:3.95},{&quot;2026-06-25&quot;:3.71},{&quot;2026-06-26&quot;:3.74},{&quot;2026-06-27&quot;:3.85},{&quot;2026-06-28&quot;:3.76},{&quot;2026-06-29&quot;:3.66},{&quot;2026-06-30&quot;:3.66},{&quot;2026-07-01&quot;:3.79},{&quot;2026-07-02&quot;:3.79},{&quot;2026-07-03&quot;:4.06},{&quot;2026-07-04&quot;:4.12},{&quot;2026-07-05&quot;:4.17},{&quot;2026-07-06&quot;:4.16},{&quot;2026-07-07&quot;:3.99},{&quot;2026-07-08&quot;:4.02},{&quot;2026-07-09&quot;:3.73},{&quot;2026-07-10&quot;:3.71},{&quot;2026-07-11&quot;:4.1},{&quot;2026-07-12&quot;:4.16},{&quot;2026-07-13&quot;:4.52},{&quot;2026-07-14&quot;:4.47},{&quot;2026-07-15&quot;:4.39},{&quot;2026-07-16&quot;:4.32},{&quot;2026-07-17&quot;:4.31},{&quot;2026-07-18&quot;:4.16},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.46},{&quot;2026-07-21&quot;:4.46},{&quot;2026-07-23&quot;:4.19},{&quot;2026-07-25&quot;:3.72},{&quot;2026-07-26&quot;:3.58},{&quot;2026-07-27&quot;:3.66},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:4.07},{&quot;2026-07-30&quot;:4.21},{&quot;2026-07-31&quot;:4.31},{&quot;2026-08-01&quot;:4.23},{&quot;2026-08-02&quot;:4.24},{&quot;2026-08-03&quot;:4.2},{&quot;2026-08-04&quot;:4.06},{&quot;2026-08-05&quot;:4.56},{&quot;2026-08-07&quot;:4.78},{&quot;2026-08-08&quot;:4.71},{&quot;2026-08-09&quot;:4.65},{&quot;2026-08-10&quot;:4.67},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.59},{&quot;2026-08-13&quot;:4.34},{&quot;2026-08-14&quot;:4.07},{&quot;2026-08-15&quot;:4.26},{&quot;2026-08-16&quot;:4.23},{&quot;2026-08-17&quot;:4.37},{&quot;2026-08-18&quot;:4.41},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.41},{&quot;2026-08-21&quot;:4.42},{&quot;2026-08-22&quot;:4.19},{&quot;2026-08-23&quot;:4.3},{&quot;2026-08-24&quot;:4.37},{&quot;2026-08-25&quot;:4.37},{&quot;2026-08-26&quot;:4.65},{&quot;2026-08-27&quot;:4.67},{&quot;2026-08-28&quot;:4.71},{&quot;2026-08-29&quot;:4.71},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.64},{&quot;2026-09-01&quot;:4.64},{&quot;2026-09-02&quot;:4.62},{&quot;2026-09-03&quot;:4.5},{&quot;2026-09-04&quot;:4.33},{&quot;2026-09-05&quot;:4.41},{&quot;2026-09-06&quot;:4.36},{&quot;2026-09-07&quot;:4.49},{&quot;2026-09-08&quot;:4.62},{&quot;2026-09-09&quot;:4.71},{&quot;2026-09-10&quot;:4.63},{&quot;2026-09-11&quot;:4.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79802"
  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-special 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">
            Cloudshredder Sliver
        </span>


      </div>

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

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

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

        <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">
            Cloudshredder Sliver
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Sliver</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><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="Cloudshredder Sliver" src="https://cards.scryfall.io/large/front/f/7/f7b8521e-8706-4480-9a47-9600a015cc96.jpg?1783927713" />
    </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">
                $4.55
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:10.41},{&quot;2026-06-14&quot;:10.41},{&quot;2026-06-15&quot;:10.41},{&quot;2026-06-16&quot;:10.41},{&quot;2026-06-17&quot;:10.44},{&quot;2026-06-18&quot;:10.47},{&quot;2026-06-19&quot;:10.55},{&quot;2026-06-20&quot;:10.55},{&quot;2026-06-21&quot;:10.55},{&quot;2026-06-22&quot;:10.51},{&quot;2026-06-23&quot;:10.51},{&quot;2026-06-24&quot;:10.51},{&quot;2026-06-25&quot;:10.53},{&quot;2026-06-26&quot;:10.53},{&quot;2026-06-27&quot;:10.53},{&quot;2026-06-28&quot;:10.53},{&quot;2026-06-29&quot;:10.53},{&quot;2026-06-30&quot;:10.53},{&quot;2026-07-01&quot;:10.53},{&quot;2026-07-02&quot;:10.47},{&quot;2026-07-03&quot;:10.47},{&quot;2026-07-04&quot;:10.47},{&quot;2026-07-05&quot;:10.47},{&quot;2026-07-06&quot;:10.47},{&quot;2026-07-07&quot;:10.47},{&quot;2026-07-08&quot;:10.47},{&quot;2026-07-09&quot;:10.47},{&quot;2026-07-10&quot;:10.44},{&quot;2026-07-11&quot;:10.44},{&quot;2026-07-12&quot;:10.44},{&quot;2026-07-13&quot;:10.44},{&quot;2026-07-14&quot;:10.44},{&quot;2026-07-15&quot;:10.44},{&quot;2026-07-16&quot;:10.44},{&quot;2026-07-17&quot;:10.44},{&quot;2026-07-18&quot;:10.44},{&quot;2026-07-19&quot;:10.44},{&quot;2026-07-20&quot;:10.44},{&quot;2026-07-21&quot;:10.44},{&quot;2026-07-22&quot;:10.44},{&quot;2026-07-23&quot;:10.44},{&quot;2026-07-24&quot;:10.44},{&quot;2026-07-25&quot;:10.44},{&quot;2026-07-26&quot;:10.44},{&quot;2026-07-27&quot;:10.44},{&quot;2026-07-28&quot;:10.44},{&quot;2026-07-29&quot;:10.44},{&quot;2026-07-30&quot;:10.44},{&quot;2026-07-31&quot;:10.48},{&quot;2026-08-01&quot;:10.48},{&quot;2026-08-02&quot;:10.48},{&quot;2026-08-03&quot;:10.48},{&quot;2026-08-04&quot;:10.48},{&quot;2026-08-05&quot;:10.48},{&quot;2026-08-07&quot;:10.59},{&quot;2026-08-08&quot;:10.59},{&quot;2026-08-09&quot;:10.59},{&quot;2026-08-10&quot;:10.59},{&quot;2026-08-11&quot;:10.59},{&quot;2026-08-12&quot;:10.59},{&quot;2026-08-13&quot;:10.59},{&quot;2026-08-14&quot;:10.59},{&quot;2026-08-15&quot;:10.59},{&quot;2026-08-16&quot;:10.59},{&quot;2026-08-17&quot;:10.58},{&quot;2026-08-18&quot;:10.55},{&quot;2026-08-19&quot;:10.55},{&quot;2026-08-20&quot;:10.55},{&quot;2026-08-21&quot;:10.55},{&quot;2026-08-22&quot;:10.55},{&quot;2026-08-23&quot;:10.55},{&quot;2026-08-24&quot;:10.55},{&quot;2026-08-25&quot;:10.55},{&quot;2026-08-26&quot;:10.57},{&quot;2026-08-27&quot;:10.57},{&quot;2026-08-28&quot;:10.62},{&quot;2026-08-29&quot;:10.62},{&quot;2026-08-30&quot;:10.62},{&quot;2026-08-31&quot;:10.62},{&quot;2026-09-01&quot;:10.9},{&quot;2026-09-02&quot;:10.9},{&quot;2026-09-03&quot;:10.9},{&quot;2026-09-04&quot;:10.9},{&quot;2026-09-05&quot;:10.9},{&quot;2026-09-06&quot;:10.91},{&quot;2026-09-07&quot;:10.91},{&quot;2026-09-08&quot;:10.91},{&quot;2026-09-09&quot;:10.91},{&quot;2026-09-10&quot;:10.85},{&quot;2026-09-11&quot;:10.85}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.33},{&quot;2026-06-14&quot;:4.33},{&quot;2026-06-15&quot;:4.36},{&quot;2026-06-16&quot;:4.34},{&quot;2026-06-17&quot;:4.51},{&quot;2026-06-18&quot;:4.51},{&quot;2026-06-19&quot;:4.51},{&quot;2026-06-20&quot;:4.51},{&quot;2026-06-21&quot;:4.51},{&quot;2026-06-22&quot;:4.51},{&quot;2026-06-23&quot;:4.51},{&quot;2026-06-24&quot;:4.51},{&quot;2026-06-25&quot;:4.51},{&quot;2026-06-26&quot;:4.51},{&quot;2026-06-27&quot;:4.51},{&quot;2026-06-28&quot;:4.51},{&quot;2026-06-29&quot;:4.51},{&quot;2026-06-30&quot;:4.57},{&quot;2026-07-01&quot;:4.57},{&quot;2026-07-02&quot;:4.66},{&quot;2026-07-03&quot;:4.66},{&quot;2026-07-04&quot;:4.68},{&quot;2026-07-05&quot;:4.73},{&quot;2026-07-06&quot;:4.73},{&quot;2026-07-07&quot;:4.8},{&quot;2026-07-08&quot;:4.8},{&quot;2026-07-09&quot;:4.78},{&quot;2026-07-10&quot;:4.78},{&quot;2026-07-11&quot;:4.78},{&quot;2026-07-12&quot;:4.78},{&quot;2026-07-13&quot;:4.71},{&quot;2026-07-14&quot;:4.73},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.73},{&quot;2026-07-18&quot;:4.73},{&quot;2026-07-19&quot;:4.74},{&quot;2026-07-20&quot;:4.74},{&quot;2026-07-21&quot;:4.83},{&quot;2026-07-22&quot;:4.83},{&quot;2026-07-23&quot;:4.83},{&quot;2026-07-24&quot;:4.83},{&quot;2026-07-25&quot;:4.83},{&quot;2026-07-26&quot;:4.81},{&quot;2026-07-27&quot;:4.7},{&quot;2026-07-28&quot;:4.67},{&quot;2026-07-29&quot;:4.67},{&quot;2026-07-30&quot;:4.67},{&quot;2026-07-31&quot;:4.67},{&quot;2026-08-01&quot;:4.67},{&quot;2026-08-02&quot;:4.64},{&quot;2026-08-03&quot;:4.64},{&quot;2026-08-04&quot;:4.64},{&quot;2026-08-05&quot;:4.64},{&quot;2026-08-07&quot;:4.64},{&quot;2026-08-08&quot;:4.63},{&quot;2026-08-09&quot;:4.61},{&quot;2026-08-10&quot;:4.61},{&quot;2026-08-11&quot;:4.61},{&quot;2026-08-12&quot;:4.61},{&quot;2026-08-13&quot;:4.69},{&quot;2026-08-14&quot;:4.73},{&quot;2026-08-15&quot;:4.73},{&quot;2026-08-16&quot;:4.73},{&quot;2026-08-17&quot;:4.69},{&quot;2026-08-18&quot;:4.68},{&quot;2026-08-19&quot;:4.68},{&quot;2026-08-20&quot;:4.65},{&quot;2026-08-21&quot;:4.6},{&quot;2026-08-22&quot;:4.6},{&quot;2026-08-23&quot;:4.61},{&quot;2026-08-24&quot;:4.61},{&quot;2026-08-25&quot;:4.61},{&quot;2026-08-26&quot;:4.65},{&quot;2026-08-27&quot;:4.65},{&quot;2026-08-28&quot;:4.65},{&quot;2026-08-29&quot;:4.65},{&quot;2026-08-30&quot;:4.65},{&quot;2026-08-31&quot;:4.65},{&quot;2026-09-01&quot;:4.65},{&quot;2026-09-02&quot;:4.65},{&quot;2026-09-03&quot;:4.59},{&quot;2026-09-04&quot;:4.59},{&quot;2026-09-05&quot;:4.61},{&quot;2026-09-06&quot;:4.61},{&quot;2026-09-07&quot;:4.61},{&quot;2026-09-08&quot;:4.55},{&quot;2026-09-09&quot;:4.55},{&quot;2026-09-10&quot;:4.55},{&quot;2026-09-11&quot;:4.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lightning Greaves" src="https://cards.scryfall.io/large/front/0/8/08005be9-fbf4-43e6-a742-b1fb8196c4a5.jpg?1782683113" />
    </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">
                $4.54
              </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">
                $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">$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-08&quot;:4.47},{&quot;2026-06-10&quot;:4.12},{&quot;2026-06-11&quot;:4.13},{&quot;2026-06-12&quot;:4.27},{&quot;2026-06-13&quot;:4.18},{&quot;2026-06-14&quot;:4.27},{&quot;2026-06-15&quot;:4.28},{&quot;2026-06-16&quot;:4.32},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.25},{&quot;2026-06-19&quot;:4.3},{&quot;2026-06-20&quot;:4.41},{&quot;2026-06-21&quot;:4.28},{&quot;2026-06-22&quot;:4.13},{&quot;2026-06-24&quot;:3.9},{&quot;2026-06-25&quot;:4.07},{&quot;2026-06-26&quot;:3.87},{&quot;2026-06-27&quot;:4.23},{&quot;2026-06-28&quot;:4.45},{&quot;2026-06-29&quot;:4.47},{&quot;2026-06-30&quot;:4.51},{&quot;2026-07-01&quot;:4.49},{&quot;2026-07-02&quot;:4.48},{&quot;2026-07-03&quot;:4.55},{&quot;2026-07-04&quot;:4.38},{&quot;2026-07-05&quot;:4.41},{&quot;2026-07-06&quot;:4.36},{&quot;2026-07-07&quot;:4.38},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.19},{&quot;2026-07-10&quot;:4.2},{&quot;2026-07-11&quot;:4.12},{&quot;2026-07-12&quot;:3.9},{&quot;2026-07-13&quot;:3.92},{&quot;2026-07-14&quot;:3.96},{&quot;2026-07-15&quot;:3.98},{&quot;2026-07-16&quot;:3.95},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.87},{&quot;2026-07-19&quot;:4.02},{&quot;2026-07-20&quot;:4.01},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-23&quot;:4.3},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.43},{&quot;2026-07-27&quot;:4.5},{&quot;2026-07-29&quot;:4.59},{&quot;2026-07-30&quot;:4.55},{&quot;2026-07-31&quot;:4.58},{&quot;2026-08-01&quot;:4.58},{&quot;2026-08-02&quot;:4.42},{&quot;2026-08-03&quot;:4.15},{&quot;2026-08-04&quot;:4.17},{&quot;2026-08-05&quot;:4.43},{&quot;2026-08-07&quot;:4.58},{&quot;2026-08-08&quot;:4.46},{&quot;2026-08-09&quot;:4.52},{&quot;2026-08-10&quot;:4.45},{&quot;2026-08-11&quot;:4.37},{&quot;2026-08-12&quot;:4.38},{&quot;2026-08-13&quot;:4.44},{&quot;2026-08-14&quot;:4.53},{&quot;2026-08-15&quot;:4.42},{&quot;2026-08-16&quot;:4.53},{&quot;2026-08-17&quot;:4.64},{&quot;2026-08-18&quot;:4.72},{&quot;2026-08-19&quot;:4.82},{&quot;2026-08-20&quot;:4.82},{&quot;2026-08-21&quot;:4.77},{&quot;2026-08-22&quot;:4.56},{&quot;2026-08-23&quot;:4.25},{&quot;2026-08-24&quot;:4.01},{&quot;2026-08-25&quot;:4.01},{&quot;2026-08-26&quot;:4.26},{&quot;2026-08-27&quot;:4.19},{&quot;2026-08-28&quot;:4.35},{&quot;2026-08-29&quot;:4.35},{&quot;2026-08-30&quot;:4.5},{&quot;2026-08-31&quot;:4.38},{&quot;2026-09-01&quot;:4.38},{&quot;2026-09-02&quot;:4.77},{&quot;2026-09-03&quot;:4.59},{&quot;2026-09-04&quot;:4.69},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:4.7},{&quot;2026-09-07&quot;:4.83},{&quot;2026-09-08&quot;:4.68},{&quot;2026-09-09&quot;:4.55},{&quot;2026-09-10&quot;:4.59},{&quot;2026-09-11&quot;:4.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12798"
  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">
            Swiftfoot Boots
        </span>


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swiftfoot Boots" src="https://cards.scryfall.io/large/front/b/5/b5c45f3d-cf12-4db7-b161-9539ed969ca7.jpg?1783928686" />
    </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">
                $4.53
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.65},{&quot;2026-06-11&quot;:3.65},{&quot;2026-06-12&quot;:4.06},{&quot;2026-06-13&quot;:4.46},{&quot;2026-06-14&quot;:4.52},{&quot;2026-06-15&quot;:4.05},{&quot;2026-06-16&quot;:4.1},{&quot;2026-06-17&quot;:4.15},{&quot;2026-06-18&quot;:4.2},{&quot;2026-06-19&quot;:4.3},{&quot;2026-06-20&quot;:4.33},{&quot;2026-06-21&quot;:4.42},{&quot;2026-06-22&quot;:4.41},{&quot;2026-06-23&quot;:4.41},{&quot;2026-06-24&quot;:4.16},{&quot;2026-06-25&quot;:3.94},{&quot;2026-06-26&quot;:3.61},{&quot;2026-06-27&quot;:3.49},{&quot;2026-06-28&quot;:3.58},{&quot;2026-06-29&quot;:3.41},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.4},{&quot;2026-07-02&quot;:3.51},{&quot;2026-07-03&quot;:3.22},{&quot;2026-07-04&quot;:3.18},{&quot;2026-07-05&quot;:3.37},{&quot;2026-07-06&quot;:3.66},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.42},{&quot;2026-07-10&quot;:3.5},{&quot;2026-07-11&quot;:3.35},{&quot;2026-07-12&quot;:3.17},{&quot;2026-07-13&quot;:2.96},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.87},{&quot;2026-07-16&quot;:3.14},{&quot;2026-07-17&quot;:3.09},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.94},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.17},{&quot;2026-07-23&quot;:3.04},{&quot;2026-07-25&quot;:3.09},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.49},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.61},{&quot;2026-07-31&quot;:3.77},{&quot;2026-08-01&quot;:3.77},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.66},{&quot;2026-08-05&quot;:3.84},{&quot;2026-08-07&quot;:4.25},{&quot;2026-08-08&quot;:4.3},{&quot;2026-08-09&quot;:4.28},{&quot;2026-08-10&quot;:4.3},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.24},{&quot;2026-08-13&quot;:4.21},{&quot;2026-08-14&quot;:4.17},{&quot;2026-08-15&quot;:3.98},{&quot;2026-08-16&quot;:4.47},{&quot;2026-08-17&quot;:4.26},{&quot;2026-08-18&quot;:4.35},{&quot;2026-08-19&quot;:4.35},{&quot;2026-08-20&quot;:4.35},{&quot;2026-08-21&quot;:4.91},{&quot;2026-08-22&quot;:5.03},{&quot;2026-08-23&quot;:5.12},{&quot;2026-08-24&quot;:5.13},{&quot;2026-08-25&quot;:5.13},{&quot;2026-08-26&quot;:5.02},{&quot;2026-08-27&quot;:5.02},{&quot;2026-08-28&quot;:5.19},{&quot;2026-08-29&quot;:5.19},{&quot;2026-08-30&quot;:5.16},{&quot;2026-08-31&quot;:5.08},{&quot;2026-09-01&quot;:5.08},{&quot;2026-09-02&quot;:4.59},{&quot;2026-09-03&quot;:4.71},{&quot;2026-09-04&quot;:4.51},{&quot;2026-09-05&quot;:4.51},{&quot;2026-09-06&quot;:4.66},{&quot;2026-09-07&quot;:4.49},{&quot;2026-09-08&quot;:4.58},{&quot;2026-09-09&quot;:4.4},{&quot;2026-09-10&quot;:4.4},{&quot;2026-09-11&quot;:4.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Faerie Macabre
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Faerie Macabre" src="https://cards.scryfall.io/large/front/b/6/b666a543-6570-4789-9ec4-8d8922181274.jpg?1783910609" />
    </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">
                $4.53
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:3.07},{&quot;2026-06-13&quot;:3.07},{&quot;2026-06-14&quot;:3.11},{&quot;2026-06-15&quot;:3.18},{&quot;2026-06-16&quot;:3.27},{&quot;2026-06-17&quot;:3.27},{&quot;2026-06-18&quot;:3.37},{&quot;2026-06-19&quot;:3.37},{&quot;2026-06-20&quot;:3.41},{&quot;2026-06-21&quot;:3.41},{&quot;2026-06-22&quot;:3.42},{&quot;2026-06-23&quot;:3.48},{&quot;2026-06-24&quot;:3.56},{&quot;2026-06-25&quot;:3.57},{&quot;2026-06-26&quot;:3.66},{&quot;2026-06-27&quot;:3.6},{&quot;2026-06-28&quot;:3.67},{&quot;2026-06-29&quot;:3.67},{&quot;2026-06-30&quot;:3.71},{&quot;2026-07-01&quot;:3.69},{&quot;2026-07-02&quot;:3.72},{&quot;2026-07-03&quot;:3.74},{&quot;2026-07-04&quot;:3.77},{&quot;2026-07-05&quot;:3.76},{&quot;2026-07-06&quot;:3.76},{&quot;2026-07-07&quot;:3.87},{&quot;2026-07-08&quot;:3.87},{&quot;2026-07-09&quot;:3.87},{&quot;2026-07-10&quot;:3.92},{&quot;2026-07-11&quot;:3.92},{&quot;2026-07-12&quot;:3.94},{&quot;2026-07-13&quot;:3.94},{&quot;2026-07-14&quot;:3.94},{&quot;2026-07-15&quot;:3.94},{&quot;2026-07-16&quot;:3.94},{&quot;2026-07-17&quot;:4.02},{&quot;2026-07-18&quot;:4.09},{&quot;2026-07-19&quot;:4.06},{&quot;2026-07-20&quot;:4.06},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-23&quot;:4.1},{&quot;2026-07-24&quot;:4.23},{&quot;2026-07-25&quot;:4.19},{&quot;2026-07-26&quot;:4.19},{&quot;2026-07-27&quot;:4.19},{&quot;2026-07-28&quot;:4.17},{&quot;2026-07-29&quot;:4.36},{&quot;2026-07-30&quot;:4.49},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.43},{&quot;2026-08-02&quot;:4.43},{&quot;2026-08-03&quot;:4.36},{&quot;2026-08-04&quot;:4.14},{&quot;2026-08-05&quot;:4.14},{&quot;2026-08-07&quot;:4.14},{&quot;2026-08-08&quot;:4.09},{&quot;2026-08-09&quot;:3.98},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.71},{&quot;2026-08-12&quot;:3.72},{&quot;2026-08-13&quot;:3.74},{&quot;2026-08-14&quot;:3.79},{&quot;2026-08-15&quot;:3.91},{&quot;2026-08-16&quot;:3.9},{&quot;2026-08-17&quot;:3.83},{&quot;2026-08-18&quot;:3.85},{&quot;2026-08-19&quot;:3.86},{&quot;2026-08-20&quot;:3.86},{&quot;2026-08-21&quot;:3.76},{&quot;2026-08-22&quot;:3.76},{&quot;2026-08-23&quot;:3.74},{&quot;2026-08-24&quot;:3.74},{&quot;2026-08-25&quot;:3.89},{&quot;2026-08-26&quot;:3.89},{&quot;2026-08-27&quot;:3.95},{&quot;2026-08-28&quot;:3.95},{&quot;2026-08-29&quot;:3.95},{&quot;2026-08-30&quot;:4.22},{&quot;2026-08-31&quot;:4.22},{&quot;2026-09-01&quot;:4.21},{&quot;2026-09-02&quot;:4.21},{&quot;2026-09-03&quot;:4.21},{&quot;2026-09-04&quot;:4.3},{&quot;2026-09-05&quot;:4.3},{&quot;2026-09-06&quot;:4.3},{&quot;2026-09-07&quot;:4.31},{&quot;2026-09-08&quot;:4.41},{&quot;2026-09-09&quot;:4.43},{&quot;2026-09-10&quot;:4.51},{&quot;2026-09-11&quot;:4.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80293"
  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-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">
            Buried Alive
        </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">
              ↑
              14%
            </span>

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

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

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

        <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">
            Buried Alive
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Buried Alive" src="https://cards.scryfall.io/large/front/c/5/c5f51145-aade-4955-b9e7-4a34074253d6.jpg?1783933825" />
    </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">
                $4.53
              </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">
                $3.70
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.33},{&quot;2026-06-14&quot;:3.35},{&quot;2026-06-15&quot;:3.35},{&quot;2026-06-16&quot;:3.35},{&quot;2026-06-17&quot;:3.35},{&quot;2026-06-18&quot;:3.35},{&quot;2026-06-19&quot;:3.36},{&quot;2026-06-20&quot;:3.36},{&quot;2026-06-21&quot;:3.36},{&quot;2026-06-22&quot;:3.36},{&quot;2026-06-23&quot;:3.36},{&quot;2026-06-24&quot;:3.36},{&quot;2026-06-25&quot;:3.36},{&quot;2026-06-26&quot;:3.36},{&quot;2026-06-27&quot;:3.36},{&quot;2026-06-28&quot;:3.36},{&quot;2026-06-29&quot;:3.36},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.42},{&quot;2026-07-02&quot;:3.42},{&quot;2026-07-03&quot;:3.42},{&quot;2026-07-04&quot;:3.42},{&quot;2026-07-05&quot;:3.43},{&quot;2026-07-06&quot;:3.43},{&quot;2026-07-07&quot;:3.43},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.43},{&quot;2026-07-10&quot;:3.43},{&quot;2026-07-11&quot;:3.43},{&quot;2026-07-12&quot;:3.43},{&quot;2026-07-13&quot;:3.43},{&quot;2026-07-14&quot;:3.43},{&quot;2026-07-15&quot;:3.43},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.41},{&quot;2026-07-18&quot;:3.44},{&quot;2026-07-19&quot;:3.44},{&quot;2026-07-20&quot;:3.44},{&quot;2026-07-21&quot;:3.47},{&quot;2026-07-22&quot;:3.47},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-24&quot;:3.46},{&quot;2026-07-25&quot;:3.46},{&quot;2026-07-26&quot;:3.48},{&quot;2026-07-27&quot;:3.48},{&quot;2026-07-28&quot;:3.48},{&quot;2026-07-29&quot;:3.51},{&quot;2026-07-30&quot;:3.51},{&quot;2026-07-31&quot;:3.48},{&quot;2026-08-01&quot;:3.48},{&quot;2026-08-02&quot;:3.48},{&quot;2026-08-03&quot;:3.5},{&quot;2026-08-04&quot;:3.5},{&quot;2026-08-05&quot;:3.5},{&quot;2026-08-07&quot;:3.75},{&quot;2026-08-08&quot;:3.75},{&quot;2026-08-09&quot;:3.75},{&quot;2026-08-10&quot;:3.73},{&quot;2026-08-11&quot;:3.73},{&quot;2026-08-12&quot;:3.73},{&quot;2026-08-13&quot;:3.74},{&quot;2026-08-14&quot;:3.74},{&quot;2026-08-15&quot;:3.74},{&quot;2026-08-16&quot;:3.74},{&quot;2026-08-17&quot;:3.74},{&quot;2026-08-18&quot;:3.75},{&quot;2026-08-19&quot;:3.75},{&quot;2026-08-20&quot;:3.75},{&quot;2026-08-21&quot;:3.75},{&quot;2026-08-22&quot;:3.75},{&quot;2026-08-23&quot;:3.75},{&quot;2026-08-24&quot;:3.75},{&quot;2026-08-25&quot;:3.74},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.74},{&quot;2026-08-28&quot;:3.76},{&quot;2026-08-29&quot;:3.76},{&quot;2026-08-30&quot;:3.73},{&quot;2026-08-31&quot;:3.73},{&quot;2026-09-01&quot;:3.73},{&quot;2026-09-02&quot;:3.73},{&quot;2026-09-03&quot;:3.68},{&quot;2026-09-04&quot;:3.7},{&quot;2026-09-05&quot;:3.69},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.69},{&quot;2026-09-09&quot;:3.7},{&quot;2026-09-10&quot;:3.7},{&quot;2026-09-11&quot;:3.7}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.15},{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.22},{&quot;2026-06-17&quot;:2.12},{&quot;2026-06-18&quot;:1.97},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.33},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.43},{&quot;2026-06-23&quot;:3.06},{&quot;2026-06-24&quot;:3.62},{&quot;2026-06-25&quot;:3.81},{&quot;2026-06-26&quot;:4.26},{&quot;2026-06-27&quot;:5.36},{&quot;2026-06-28&quot;:5.37},{&quot;2026-06-29&quot;:5.67},{&quot;2026-06-30&quot;:5.58},{&quot;2026-07-01&quot;:6.97},{&quot;2026-07-02&quot;:7.49},{&quot;2026-07-03&quot;:7.46},{&quot;2026-07-04&quot;:8.41},{&quot;2026-07-05&quot;:9.85},{&quot;2026-07-06&quot;:11.16},{&quot;2026-07-07&quot;:11.56},{&quot;2026-07-08&quot;:11.49},{&quot;2026-07-09&quot;:11.49},{&quot;2026-07-10&quot;:11.06},{&quot;2026-07-11&quot;:11.2},{&quot;2026-07-12&quot;:12.78},{&quot;2026-07-13&quot;:12.21},{&quot;2026-07-14&quot;:13.21},{&quot;2026-07-15&quot;:13.28},{&quot;2026-07-16&quot;:12.59},{&quot;2026-07-17&quot;:12.59},{&quot;2026-07-18&quot;:12.48},{&quot;2026-07-19&quot;:12.34},{&quot;2026-07-20&quot;:12.06},{&quot;2026-07-21&quot;:9.95},{&quot;2026-07-22&quot;:10.25},{&quot;2026-07-23&quot;:13.23},{&quot;2026-07-24&quot;:13.22},{&quot;2026-07-25&quot;:12.73},{&quot;2026-07-26&quot;:12.29},{&quot;2026-07-27&quot;:12.07},{&quot;2026-07-28&quot;:12.64},{&quot;2026-07-29&quot;:12.81},{&quot;2026-07-30&quot;:13.07},{&quot;2026-07-31&quot;:9.6},{&quot;2026-08-01&quot;:9.6},{&quot;2026-08-02&quot;:9.58},{&quot;2026-08-03&quot;:10.6},{&quot;2026-08-04&quot;:10.36},{&quot;2026-08-05&quot;:8.97},{&quot;2026-08-07&quot;:7.67},{&quot;2026-08-08&quot;:7.19},{&quot;2026-08-09&quot;:6.92},{&quot;2026-08-10&quot;:7.13},{&quot;2026-08-11&quot;:7.12},{&quot;2026-08-12&quot;:7.05},{&quot;2026-08-13&quot;:7.03},{&quot;2026-08-14&quot;:7.03},{&quot;2026-08-15&quot;:6.58},{&quot;2026-08-16&quot;:6.85},{&quot;2026-08-17&quot;:6.89},{&quot;2026-08-18&quot;:6.89},{&quot;2026-08-19&quot;:5.93},{&quot;2026-08-20&quot;:6.78},{&quot;2026-08-21&quot;:7.33},{&quot;2026-08-22&quot;:8.05},{&quot;2026-08-23&quot;:7.84},{&quot;2026-08-24&quot;:7.71},{&quot;2026-08-25&quot;:7.71},{&quot;2026-08-26&quot;:7.72},{&quot;2026-08-27&quot;:7.52},{&quot;2026-08-28&quot;:7.52},{&quot;2026-08-29&quot;:7.52},{&quot;2026-08-30&quot;:6.61},{&quot;2026-08-31&quot;:6.48},{&quot;2026-09-01&quot;:5.53},{&quot;2026-09-02&quot;:5.4},{&quot;2026-09-03&quot;:5.15},{&quot;2026-09-04&quot;:4.78},{&quot;2026-09-05&quot;:3.98},{&quot;2026-09-06&quot;:3.98},{&quot;2026-09-07&quot;:3.98},{&quot;2026-09-08&quot;:4.13},{&quot;2026-09-09&quot;:4.13},{&quot;2026-09-10&quot;:4.13},{&quot;2026-09-11&quot;:4.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cid, Timeless Artificer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a9b1404-3061-4979-81eb-e056bc212205.jpg?1783906497" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Cid, Timeless Artificer
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cid, Timeless Artificer" src="https://cards.scryfall.io/large/front/5/a/5a9b1404-3061-4979-81eb-e056bc212205.jpg?1783906497" />
    </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">
                $4.53
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:16.29},{&quot;2026-06-14&quot;:16.29},{&quot;2026-06-15&quot;:16.29},{&quot;2026-06-16&quot;:16.29},{&quot;2026-06-17&quot;:16.29},{&quot;2026-06-18&quot;:16.29},{&quot;2026-06-19&quot;:16.29},{&quot;2026-06-20&quot;:16.37},{&quot;2026-06-21&quot;:16.37},{&quot;2026-06-22&quot;:16.44},{&quot;2026-06-23&quot;:16.44},{&quot;2026-06-24&quot;:16.44},{&quot;2026-06-25&quot;:16.44},{&quot;2026-06-26&quot;:16.44},{&quot;2026-06-27&quot;:16.44},{&quot;2026-06-28&quot;:16.44},{&quot;2026-06-29&quot;:16.21},{&quot;2026-06-30&quot;:16.21},{&quot;2026-07-01&quot;:16.1},{&quot;2026-07-02&quot;:16.1},{&quot;2026-07-03&quot;:16.1},{&quot;2026-07-04&quot;:16.1},{&quot;2026-07-05&quot;:16.1},{&quot;2026-07-06&quot;:16.1},{&quot;2026-07-07&quot;:16.1},{&quot;2026-07-08&quot;:16.11},{&quot;2026-07-09&quot;:16.11},{&quot;2026-07-10&quot;:16.12},{&quot;2026-07-11&quot;:16.05},{&quot;2026-07-12&quot;:15.91},{&quot;2026-07-13&quot;:15.91},{&quot;2026-07-14&quot;:15.91},{&quot;2026-07-15&quot;:15.8},{&quot;2026-07-16&quot;:15.8},{&quot;2026-07-17&quot;:15.8},{&quot;2026-07-18&quot;:15.74},{&quot;2026-07-19&quot;:15.74},{&quot;2026-07-20&quot;:15.74},{&quot;2026-07-21&quot;:15.74},{&quot;2026-07-22&quot;:15.74},{&quot;2026-07-23&quot;:15.74},{&quot;2026-07-24&quot;:15.49},{&quot;2026-07-25&quot;:15.49},{&quot;2026-07-26&quot;:15.55},{&quot;2026-07-27&quot;:15.55},{&quot;2026-07-28&quot;:15.34},{&quot;2026-07-29&quot;:15.34},{&quot;2026-07-30&quot;:15.34},{&quot;2026-07-31&quot;:15.21},{&quot;2026-08-01&quot;:15.21},{&quot;2026-08-02&quot;:15.21},{&quot;2026-08-03&quot;:15.25},{&quot;2026-08-04&quot;:15.3},{&quot;2026-08-05&quot;:15.14},{&quot;2026-08-07&quot;:15.14},{&quot;2026-08-08&quot;:15.19},{&quot;2026-08-09&quot;:15.19},{&quot;2026-08-10&quot;:15.19},{&quot;2026-08-11&quot;:15.19},{&quot;2026-08-12&quot;:15.19},{&quot;2026-08-13&quot;:15.19},{&quot;2026-08-14&quot;:15.19},{&quot;2026-08-15&quot;:15.03},{&quot;2026-08-16&quot;:15.03},{&quot;2026-08-17&quot;:15.1},{&quot;2026-08-18&quot;:14.7},{&quot;2026-08-19&quot;:14.7},{&quot;2026-08-20&quot;:14.7},{&quot;2026-08-21&quot;:14.47},{&quot;2026-08-22&quot;:14.53},{&quot;2026-08-23&quot;:14.53},{&quot;2026-08-24&quot;:14.53},{&quot;2026-08-25&quot;:14.53},{&quot;2026-08-26&quot;:14.53},{&quot;2026-08-27&quot;:14.53},{&quot;2026-08-28&quot;:14.53},{&quot;2026-08-29&quot;:14.53},{&quot;2026-08-30&quot;:14.53},{&quot;2026-08-31&quot;:14.53},{&quot;2026-09-01&quot;:14.53},{&quot;2026-09-02&quot;:14.53},{&quot;2026-09-03&quot;:14.39},{&quot;2026-09-04&quot;:14.39},{&quot;2026-09-05&quot;:14.39},{&quot;2026-09-06&quot;:14.39},{&quot;2026-09-07&quot;:14.3},{&quot;2026-09-08&quot;:14.27},{&quot;2026-09-09&quot;:14.15},{&quot;2026-09-10&quot;:14.21},{&quot;2026-09-11&quot;:14.21}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.09},{&quot;2026-06-14&quot;:4.06},{&quot;2026-06-15&quot;:3.91},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:3.96},{&quot;2026-06-18&quot;:4.01},{&quot;2026-06-19&quot;:4.04},{&quot;2026-06-20&quot;:4.08},{&quot;2026-06-21&quot;:4.24},{&quot;2026-06-22&quot;:4.31},{&quot;2026-06-23&quot;:4.35},{&quot;2026-06-24&quot;:4.31},{&quot;2026-06-25&quot;:4.37},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.28},{&quot;2026-06-28&quot;:4.25},{&quot;2026-06-29&quot;:4.18},{&quot;2026-06-30&quot;:4.15},{&quot;2026-07-01&quot;:4.25},{&quot;2026-07-02&quot;:4.26},{&quot;2026-07-03&quot;:4.43},{&quot;2026-07-04&quot;:4.35},{&quot;2026-07-05&quot;:4.53},{&quot;2026-07-06&quot;:4.59},{&quot;2026-07-07&quot;:4.54},{&quot;2026-07-08&quot;:4.54},{&quot;2026-07-09&quot;:4.54},{&quot;2026-07-10&quot;:4.54},{&quot;2026-07-11&quot;:4.6},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.83},{&quot;2026-07-14&quot;:5.16},{&quot;2026-07-15&quot;:5.16},{&quot;2026-07-16&quot;:5.12},{&quot;2026-07-17&quot;:5.12},{&quot;2026-07-18&quot;:5.21},{&quot;2026-07-19&quot;:5.08},{&quot;2026-07-20&quot;:5.38},{&quot;2026-07-21&quot;:5.35},{&quot;2026-07-22&quot;:5.12},{&quot;2026-07-23&quot;:4.76},{&quot;2026-07-24&quot;:5.14},{&quot;2026-07-25&quot;:5.15},{&quot;2026-07-26&quot;:4.83},{&quot;2026-07-27&quot;:4.85},{&quot;2026-07-28&quot;:4.8},{&quot;2026-07-29&quot;:4.49},{&quot;2026-07-30&quot;:4.48},{&quot;2026-07-31&quot;:4.48},{&quot;2026-08-01&quot;:4.48},{&quot;2026-08-02&quot;:4.61},{&quot;2026-08-03&quot;:4.33},{&quot;2026-08-04&quot;:4.16},{&quot;2026-08-05&quot;:4.16},{&quot;2026-08-07&quot;:4.29},{&quot;2026-08-08&quot;:4.01},{&quot;2026-08-09&quot;:4.08},{&quot;2026-08-10&quot;:4.15},{&quot;2026-08-11&quot;:4.23},{&quot;2026-08-12&quot;:4.23},{&quot;2026-08-13&quot;:4.29},{&quot;2026-08-14&quot;:4.26},{&quot;2026-08-15&quot;:4.33},{&quot;2026-08-16&quot;:4.33},{&quot;2026-08-17&quot;:4.33},{&quot;2026-08-18&quot;:4.33},{&quot;2026-08-19&quot;:4.33},{&quot;2026-08-20&quot;:4.33},{&quot;2026-08-21&quot;:4.36},{&quot;2026-08-22&quot;:4.3},{&quot;2026-08-23&quot;:4.3},{&quot;2026-08-24&quot;:4.3},{&quot;2026-08-25&quot;:4.36},{&quot;2026-08-26&quot;:4.36},{&quot;2026-08-27&quot;:4.36},{&quot;2026-08-28&quot;:4.4},{&quot;2026-08-29&quot;:4.4},{&quot;2026-08-30&quot;:4.29},{&quot;2026-08-31&quot;:4.29},{&quot;2026-09-01&quot;:4.29},{&quot;2026-09-02&quot;:4.22},{&quot;2026-09-03&quot;:4.24},{&quot;2026-09-04&quot;:4.39},{&quot;2026-09-05&quot;:4.54},{&quot;2026-09-06&quot;:4.49},{&quot;2026-09-07&quot;:4.53},{&quot;2026-09-08&quot;:4.58},{&quot;2026-09-09&quot;:4.58},{&quot;2026-09-10&quot;:4.47},{&quot;2026-09-11&quot;:4.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13796"
  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">
            Seasoned Dungeoneer
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Seasoned Dungeoneer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/f/7fee3f76-20a8-4621-84fb-ddf79c955532.jpg?1783922514" />

        <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">
            Seasoned Dungeoneer
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Seasoned Dungeoneer" src="https://cards.scryfall.io/large/front/7/f/7fee3f76-20a8-4621-84fb-ddf79c955532.jpg?1783922514" />
    </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">
                $4.52
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-13&quot;:6.26},{&quot;2026-06-14&quot;:6.25},{&quot;2026-06-15&quot;:6.25},{&quot;2026-06-16&quot;:6.22},{&quot;2026-06-17&quot;:6.15},{&quot;2026-06-18&quot;:6.21},{&quot;2026-06-19&quot;:6.21},{&quot;2026-06-20&quot;:6.21},{&quot;2026-06-21&quot;:6.26},{&quot;2026-06-22&quot;:6.25},{&quot;2026-06-23&quot;:6.28},{&quot;2026-06-24&quot;:6.38},{&quot;2026-06-25&quot;:6.43},{&quot;2026-06-26&quot;:6.49},{&quot;2026-06-27&quot;:6.49},{&quot;2026-06-28&quot;:6.55},{&quot;2026-06-29&quot;:6.59},{&quot;2026-06-30&quot;:6.59},{&quot;2026-07-01&quot;:6.69},{&quot;2026-07-02&quot;:6.69},{&quot;2026-07-03&quot;:6.71},{&quot;2026-07-04&quot;:6.64},{&quot;2026-07-05&quot;:6.64},{&quot;2026-07-06&quot;:6.64},{&quot;2026-07-07&quot;:6.64},{&quot;2026-07-08&quot;:6.61},{&quot;2026-07-09&quot;:6.61},{&quot;2026-07-10&quot;:6.66},{&quot;2026-07-11&quot;:6.76},{&quot;2026-07-12&quot;:6.8},{&quot;2026-07-13&quot;:6.91},{&quot;2026-07-14&quot;:6.91},{&quot;2026-07-15&quot;:6.91},{&quot;2026-07-16&quot;:6.9},{&quot;2026-07-17&quot;:6.95},{&quot;2026-07-18&quot;:7.0},{&quot;2026-07-19&quot;:6.91},{&quot;2026-07-20&quot;:6.85},{&quot;2026-07-21&quot;:6.85},{&quot;2026-07-22&quot;:6.81},{&quot;2026-07-23&quot;:6.64},{&quot;2026-07-24&quot;:6.64},{&quot;2026-07-25&quot;:6.64},{&quot;2026-07-26&quot;:6.64},{&quot;2026-07-27&quot;:6.66},{&quot;2026-07-28&quot;:6.66},{&quot;2026-07-29&quot;:6.53},{&quot;2026-07-30&quot;:6.46},{&quot;2026-07-31&quot;:6.07},{&quot;2026-08-01&quot;:6.07},{&quot;2026-08-02&quot;:5.98},{&quot;2026-08-03&quot;:5.98},{&quot;2026-08-04&quot;:5.43},{&quot;2026-08-05&quot;:5.42},{&quot;2026-08-07&quot;:5.27},{&quot;2026-08-08&quot;:5.2},{&quot;2026-08-09&quot;:5.15},{&quot;2026-08-10&quot;:5.11},{&quot;2026-08-11&quot;:5.21},{&quot;2026-08-12&quot;:5.2},{&quot;2026-08-13&quot;:5.2},{&quot;2026-08-14&quot;:5.14},{&quot;2026-08-15&quot;:5.19},{&quot;2026-08-16&quot;:5.07},{&quot;2026-08-17&quot;:5.15},{&quot;2026-08-18&quot;:5.31},{&quot;2026-08-19&quot;:5.32},{&quot;2026-08-20&quot;:5.32},{&quot;2026-08-21&quot;:5.33},{&quot;2026-08-22&quot;:5.39},{&quot;2026-08-23&quot;:5.39},{&quot;2026-08-24&quot;:5.39},{&quot;2026-08-25&quot;:5.36},{&quot;2026-08-26&quot;:5.31},{&quot;2026-08-27&quot;:5.31},{&quot;2026-08-28&quot;:5.33},{&quot;2026-08-29&quot;:5.33},{&quot;2026-08-30&quot;:5.22},{&quot;2026-08-31&quot;:5.22},{&quot;2026-09-01&quot;:5.13},{&quot;2026-09-02&quot;:5.09},{&quot;2026-09-03&quot;:5.08},{&quot;2026-09-04&quot;:5.09},{&quot;2026-09-05&quot;:4.95},{&quot;2026-09-06&quot;:4.96},{&quot;2026-09-07&quot;:4.96},{&quot;2026-09-08&quot;:4.71},{&quot;2026-09-09&quot;:4.61},{&quot;2026-09-10&quot;:4.54},{&quot;2026-09-11&quot;:4.52}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74656"
  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">
            Mines of Moria
        </span>


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mines of Moria" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/d/1d6cbb58-8c82-49b5-ae9c-f3baaa8bcc22.jpg?1783916193" />

        <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">
            Mines of Moria
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mines of Moria" src="https://cards.scryfall.io/large/front/1/d/1d6cbb58-8c82-49b5-ae9c-f3baaa8bcc22.jpg?1783916193" />
    </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">
                $4.52
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:2.42},{&quot;2026-06-13&quot;:2.46},{&quot;2026-06-14&quot;:2.42},{&quot;2026-06-15&quot;:2.35},{&quot;2026-06-16&quot;:2.28},{&quot;2026-06-17&quot;:2.28},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.29},{&quot;2026-06-20&quot;:2.31},{&quot;2026-06-21&quot;:2.28},{&quot;2026-06-22&quot;:2.31},{&quot;2026-06-23&quot;:2.31},{&quot;2026-06-24&quot;:2.17},{&quot;2026-06-25&quot;:2.21},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.15},{&quot;2026-06-28&quot;:2.1},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:2.02},{&quot;2026-07-02&quot;:2.05},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:2.04},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.16},{&quot;2026-07-09&quot;:2.19},{&quot;2026-07-10&quot;:2.19},{&quot;2026-07-11&quot;:2.19},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.18},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:2.26},{&quot;2026-07-16&quot;:2.34},{&quot;2026-07-17&quot;:2.35},{&quot;2026-07-18&quot;:2.42},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.53},{&quot;2026-07-23&quot;:2.5},{&quot;2026-07-24&quot;:2.5},{&quot;2026-07-25&quot;:2.51},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.57},{&quot;2026-07-28&quot;:2.57},{&quot;2026-07-29&quot;:2.53},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.63},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.65},{&quot;2026-08-07&quot;:2.59},{&quot;2026-08-08&quot;:2.68},{&quot;2026-08-09&quot;:2.81},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.85},{&quot;2026-08-12&quot;:2.83},{&quot;2026-08-13&quot;:2.89},{&quot;2026-08-14&quot;:2.9},{&quot;2026-08-15&quot;:2.81},{&quot;2026-08-16&quot;:2.94},{&quot;2026-08-17&quot;:2.83},{&quot;2026-08-18&quot;:2.83},{&quot;2026-08-19&quot;:2.95},{&quot;2026-08-20&quot;:2.95},{&quot;2026-08-21&quot;:3.35},{&quot;2026-08-22&quot;:3.42},{&quot;2026-08-23&quot;:3.51},{&quot;2026-08-24&quot;:3.82},{&quot;2026-08-25&quot;:4.13},{&quot;2026-08-26&quot;:4.0},{&quot;2026-08-27&quot;:3.89},{&quot;2026-08-28&quot;:3.78},{&quot;2026-08-29&quot;:3.78},{&quot;2026-08-30&quot;:3.7},{&quot;2026-08-31&quot;:4.35},{&quot;2026-09-01&quot;:4.3},{&quot;2026-09-02&quot;:4.23},{&quot;2026-09-03&quot;:4.16},{&quot;2026-09-04&quot;:3.88},{&quot;2026-09-05&quot;:3.99},{&quot;2026-09-06&quot;:3.99},{&quot;2026-09-07&quot;:4.07},{&quot;2026-09-08&quot;:4.32},{&quot;2026-09-09&quot;:4.6},{&quot;2026-09-10&quot;:4.6},{&quot;2026-09-11&quot;:4.65}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.17},{&quot;2026-06-13&quot;:2.06},{&quot;2026-06-14&quot;:2.06},{&quot;2026-06-15&quot;:2.06},{&quot;2026-06-16&quot;:1.91},{&quot;2026-06-17&quot;:1.95},{&quot;2026-06-18&quot;:2.01},{&quot;2026-06-19&quot;:1.99},{&quot;2026-06-20&quot;:1.99},{&quot;2026-06-21&quot;:1.86},{&quot;2026-06-22&quot;:1.69},{&quot;2026-06-23&quot;:1.57},{&quot;2026-06-24&quot;:1.59},{&quot;2026-06-25&quot;:1.62},{&quot;2026-06-26&quot;:1.66},{&quot;2026-06-27&quot;:1.76},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:1.86},{&quot;2026-06-30&quot;:1.9},{&quot;2026-07-01&quot;:1.92},{&quot;2026-07-02&quot;:1.92},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.14},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.15},{&quot;2026-07-07&quot;:2.15},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.14},{&quot;2026-07-10&quot;:2.03},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.83},{&quot;2026-07-13&quot;:1.9},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.89},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.21},{&quot;2026-07-18&quot;:2.24},{&quot;2026-07-19&quot;:2.23},{&quot;2026-07-20&quot;:2.3},{&quot;2026-07-21&quot;:2.33},{&quot;2026-07-23&quot;:2.19},{&quot;2026-07-24&quot;:2.29},{&quot;2026-07-25&quot;:2.27},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:2.14},{&quot;2026-07-29&quot;:2.13},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.48},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.5},{&quot;2026-08-04&quot;:2.5},{&quot;2026-08-05&quot;:2.48},{&quot;2026-08-07&quot;:2.5},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.28},{&quot;2026-08-10&quot;:2.25},{&quot;2026-08-11&quot;:2.51},{&quot;2026-08-12&quot;:2.63},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.54},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.52},{&quot;2026-08-19&quot;:2.81},{&quot;2026-08-20&quot;:2.81},{&quot;2026-08-21&quot;:3.18},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.96},{&quot;2026-08-24&quot;:3.77},{&quot;2026-08-25&quot;:3.77},{&quot;2026-08-26&quot;:4.09},{&quot;2026-08-27&quot;:4.22},{&quot;2026-08-28&quot;:3.98},{&quot;2026-08-29&quot;:3.98},{&quot;2026-08-30&quot;:4.43},{&quot;2026-08-31&quot;:4.24},{&quot;2026-09-01&quot;:4.23},{&quot;2026-09-02&quot;:4.12},{&quot;2026-09-03&quot;:3.81},{&quot;2026-09-04&quot;:3.43},{&quot;2026-09-05&quot;:3.86},{&quot;2026-09-06&quot;:4.31},{&quot;2026-09-07&quot;:4.36},{&quot;2026-09-08&quot;:4.57},{&quot;2026-09-09&quot;:4.57},{&quot;2026-09-10&quot;:4.45},{&quot;2026-09-11&quot;:4.52}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79776"
  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-special 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 Claim
        </span>


      </div>

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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 Claim" src="https://cards.scryfall.io/large/front/0/f/0faca514-b7f3-4d34-a259-d03bad50611b.jpg?1783927718" />
    </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">
                $4.52
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:35.9},{&quot;2026-06-11&quot;:35.9},{&quot;2026-06-12&quot;:35.9},{&quot;2026-06-13&quot;:35.9},{&quot;2026-06-14&quot;:35.9},{&quot;2026-06-15&quot;:36.18},{&quot;2026-06-16&quot;:36.18},{&quot;2026-06-17&quot;:36.18},{&quot;2026-06-18&quot;:36.18},{&quot;2026-06-19&quot;:36.18},{&quot;2026-06-20&quot;:36.18},{&quot;2026-06-21&quot;:36.18},{&quot;2026-06-22&quot;:36.18},{&quot;2026-06-23&quot;:36.18},{&quot;2026-06-24&quot;:36.18},{&quot;2026-06-25&quot;:36.18},{&quot;2026-06-26&quot;:36.18},{&quot;2026-06-27&quot;:36.18},{&quot;2026-06-28&quot;:36.18},{&quot;2026-06-29&quot;:36.18},{&quot;2026-06-30&quot;:36.18},{&quot;2026-07-01&quot;:36.37},{&quot;2026-07-02&quot;:36.37},{&quot;2026-07-03&quot;:35.95},{&quot;2026-07-04&quot;:35.95},{&quot;2026-07-05&quot;:35.95},{&quot;2026-07-06&quot;:35.9},{&quot;2026-07-07&quot;:35.9},{&quot;2026-07-08&quot;:35.69},{&quot;2026-07-09&quot;:35.69},{&quot;2026-07-10&quot;:35.69},{&quot;2026-07-11&quot;:35.69},{&quot;2026-07-12&quot;:35.69},{&quot;2026-07-13&quot;:35.69},{&quot;2026-07-14&quot;:35.69},{&quot;2026-07-15&quot;:35.69},{&quot;2026-07-16&quot;:35.69},{&quot;2026-07-17&quot;:35.69},{&quot;2026-07-18&quot;:35.69},{&quot;2026-07-19&quot;:35.69},{&quot;2026-07-20&quot;:35.69},{&quot;2026-07-21&quot;:35.38},{&quot;2026-07-23&quot;:35.38},{&quot;2026-07-25&quot;:35.38},{&quot;2026-07-26&quot;:35.38},{&quot;2026-07-27&quot;:35.46},{&quot;2026-07-29&quot;:35.46},{&quot;2026-07-30&quot;:35.46},{&quot;2026-07-31&quot;:35.46},{&quot;2026-08-01&quot;:35.46},{&quot;2026-08-02&quot;:35.46},{&quot;2026-08-03&quot;:35.46},{&quot;2026-08-04&quot;:35.46},{&quot;2026-08-05&quot;:35.46},{&quot;2026-08-07&quot;:35.66},{&quot;2026-08-08&quot;:35.66},{&quot;2026-08-09&quot;:35.66},{&quot;2026-08-10&quot;:35.66},{&quot;2026-08-11&quot;:35.78},{&quot;2026-08-12&quot;:35.78},{&quot;2026-08-13&quot;:35.78},{&quot;2026-08-14&quot;:35.78},{&quot;2026-08-15&quot;:35.78},{&quot;2026-08-16&quot;:35.78},{&quot;2026-08-17&quot;:35.78},{&quot;2026-08-18&quot;:35.78},{&quot;2026-08-19&quot;:35.78},{&quot;2026-08-20&quot;:35.78},{&quot;2026-08-21&quot;:35.78},{&quot;2026-08-22&quot;:35.78},{&quot;2026-08-23&quot;:35.78},{&quot;2026-08-24&quot;:35.78},{&quot;2026-08-25&quot;:35.78},{&quot;2026-08-26&quot;:35.78},{&quot;2026-08-27&quot;:35.78},{&quot;2026-08-28&quot;:35.78},{&quot;2026-08-29&quot;:35.78},{&quot;2026-08-30&quot;:35.78},{&quot;2026-08-31&quot;:35.78},{&quot;2026-09-01&quot;:35.78},{&quot;2026-09-02&quot;:35.78},{&quot;2026-09-03&quot;:35.19},{&quot;2026-09-04&quot;:35.19},{&quot;2026-09-05&quot;:35.19},{&quot;2026-09-06&quot;:35.19},{&quot;2026-09-07&quot;:35.19},{&quot;2026-09-08&quot;:35.19},{&quot;2026-09-09&quot;:35.19},{&quot;2026-09-10&quot;:35.19},{&quot;2026-09-11&quot;:35.19}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.08},{&quot;2026-06-11&quot;:2.18},{&quot;2026-06-12&quot;:2.2},{&quot;2026-06-13&quot;:2.23},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.3},{&quot;2026-06-16&quot;:2.29},{&quot;2026-06-17&quot;:2.43},{&quot;2026-06-18&quot;:2.38},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.38},{&quot;2026-06-21&quot;:2.38},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-23&quot;:2.38},{&quot;2026-06-24&quot;:2.45},{&quot;2026-06-25&quot;:2.54},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.54},{&quot;2026-06-28&quot;:2.54},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.54},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.54},{&quot;2026-07-05&quot;:2.52},{&quot;2026-07-06&quot;:2.68},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.68},{&quot;2026-07-09&quot;:2.6},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.7},{&quot;2026-07-12&quot;:2.44},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.46},{&quot;2026-07-15&quot;:2.47},{&quot;2026-07-16&quot;:2.47},{&quot;2026-07-17&quot;:2.47},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.46},{&quot;2026-07-21&quot;:2.58},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-25&quot;:2.6},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-29&quot;:2.88},{&quot;2026-07-30&quot;:2.92},{&quot;2026-07-31&quot;:2.92},{&quot;2026-08-01&quot;:3.16},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:3.16},{&quot;2026-08-04&quot;:3.71},{&quot;2026-08-05&quot;:4.19},{&quot;2026-08-07&quot;:4.19},{&quot;2026-08-08&quot;:4.11},{&quot;2026-08-09&quot;:4.09},{&quot;2026-08-10&quot;:4.18},{&quot;2026-08-11&quot;:4.17},{&quot;2026-08-12&quot;:4.11},{&quot;2026-08-13&quot;:4.08},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.07},{&quot;2026-08-16&quot;:4.08},{&quot;2026-08-17&quot;:4.11},{&quot;2026-08-18&quot;:4.14},{&quot;2026-08-19&quot;:4.14},{&quot;2026-08-20&quot;:4.14},{&quot;2026-08-21&quot;:4.17},{&quot;2026-08-22&quot;:4.22},{&quot;2026-08-23&quot;:4.26},{&quot;2026-08-24&quot;:4.26},{&quot;2026-08-25&quot;:4.26},{&quot;2026-08-26&quot;:4.29},{&quot;2026-08-27&quot;:4.29},{&quot;2026-08-28&quot;:4.29},{&quot;2026-08-29&quot;:4.29},{&quot;2026-08-30&quot;:4.29},{&quot;2026-08-31&quot;:4.29},{&quot;2026-09-01&quot;:4.29},{&quot;2026-09-02&quot;:4.28},{&quot;2026-09-03&quot;:4.28},{&quot;2026-09-04&quot;:4.28},{&quot;2026-09-05&quot;:4.25},{&quot;2026-09-06&quot;:4.25},{&quot;2026-09-07&quot;:4.12},{&quot;2026-09-08&quot;:3.79},{&quot;2026-09-09&quot;:4.15},{&quot;2026-09-10&quot;:4.34},{&quot;2026-09-11&quot;:4.52}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Cleaver Skaab
        </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 — Zombie 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-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="Cleaver Skaab" src="https://cards.scryfall.io/large/front/3/0/30498d6c-29e2-4d05-a5bc-e2e623c5704d.jpg?1783925380" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

      <!-- 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;:4.41},{&quot;2026-06-12&quot;:4.38},{&quot;2026-06-13&quot;:4.42},{&quot;2026-06-14&quot;:4.3},{&quot;2026-06-15&quot;:4.25},{&quot;2026-06-16&quot;:4.25},{&quot;2026-06-17&quot;:4.01},{&quot;2026-06-18&quot;:4.04},{&quot;2026-06-19&quot;:4.01},{&quot;2026-06-20&quot;:4.01},{&quot;2026-06-21&quot;:3.98},{&quot;2026-06-22&quot;:4.1},{&quot;2026-06-23&quot;:4.09},{&quot;2026-06-24&quot;:4.11},{&quot;2026-06-25&quot;:4.04},{&quot;2026-06-26&quot;:4.04},{&quot;2026-06-27&quot;:4.04},{&quot;2026-06-28&quot;:4.13},{&quot;2026-06-29&quot;:4.11},{&quot;2026-06-30&quot;:4.15},{&quot;2026-07-01&quot;:4.16},{&quot;2026-07-02&quot;:4.11},{&quot;2026-07-03&quot;:4.02},{&quot;2026-07-04&quot;:4.02},{&quot;2026-07-05&quot;:4.05},{&quot;2026-07-06&quot;:4.06},{&quot;2026-07-07&quot;:4.11},{&quot;2026-07-08&quot;:4.1},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.24},{&quot;2026-07-11&quot;:4.25},{&quot;2026-07-12&quot;:4.34},{&quot;2026-07-13&quot;:4.4},{&quot;2026-07-14&quot;:4.4},{&quot;2026-07-15&quot;:4.4},{&quot;2026-07-16&quot;:4.35},{&quot;2026-07-17&quot;:4.43},{&quot;2026-07-18&quot;:4.5},{&quot;2026-07-19&quot;:4.43},{&quot;2026-07-20&quot;:4.54},{&quot;2026-07-21&quot;:4.43},{&quot;2026-07-23&quot;:4.47},{&quot;2026-07-25&quot;:4.76},{&quot;2026-07-26&quot;:4.76},{&quot;2026-07-27&quot;:4.76},{&quot;2026-07-28&quot;:4.81},{&quot;2026-07-29&quot;:4.81},{&quot;2026-07-30&quot;:4.79},{&quot;2026-07-31&quot;:4.76},{&quot;2026-08-01&quot;:4.82},{&quot;2026-08-02&quot;:4.9},{&quot;2026-08-03&quot;:5.05},{&quot;2026-08-04&quot;:5.05},{&quot;2026-08-05&quot;:5.05},{&quot;2026-08-07&quot;:5.08},{&quot;2026-08-08&quot;:5.08},{&quot;2026-08-09&quot;:5.06},{&quot;2026-08-10&quot;:5.0},{&quot;2026-08-11&quot;:4.94},{&quot;2026-08-12&quot;:4.86},{&quot;2026-08-13&quot;:4.77},{&quot;2026-08-14&quot;:4.67},{&quot;2026-08-15&quot;:4.53},{&quot;2026-08-16&quot;:4.52},{&quot;2026-08-17&quot;:4.52},{&quot;2026-08-18&quot;:4.27},{&quot;2026-08-19&quot;:4.29},{&quot;2026-08-20&quot;:4.29},{&quot;2026-08-21&quot;:4.31},{&quot;2026-08-22&quot;:4.31},{&quot;2026-08-23&quot;:4.42},{&quot;2026-08-24&quot;:4.4},{&quot;2026-08-25&quot;:4.56},{&quot;2026-08-26&quot;:4.69},{&quot;2026-08-27&quot;:4.76},{&quot;2026-08-28&quot;:4.73},{&quot;2026-08-29&quot;:4.73},{&quot;2026-08-30&quot;:4.85},{&quot;2026-08-31&quot;:4.93},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.74},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.59},{&quot;2026-09-05&quot;:4.62},{&quot;2026-09-06&quot;:4.62},{&quot;2026-09-07&quot;:4.53},{&quot;2026-09-08&quot;:4.48},{&quot;2026-09-09&quot;:4.47},{&quot;2026-09-10&quot;:4.51},{&quot;2026-09-11&quot;:4.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="82815"
  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">
            Carrion Feeder
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Carrion Feeder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/2/22a77543-749a-49d8-96f4-3458ae5dcd38.jpg?1783931992" />

        <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">
            Carrion Feeder
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Zombie</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="Carrion Feeder" src="https://cards.scryfall.io/large/front/2/2/22a77543-749a-49d8-96f4-3458ae5dcd38.jpg?1783931992" />
    </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">
                $4.51
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.24},{&quot;2026-06-13&quot;:5.27},{&quot;2026-06-14&quot;:5.22},{&quot;2026-06-15&quot;:5.22},{&quot;2026-06-16&quot;:5.21},{&quot;2026-06-17&quot;:5.21},{&quot;2026-06-18&quot;:5.21},{&quot;2026-06-19&quot;:5.21},{&quot;2026-06-20&quot;:5.21},{&quot;2026-06-21&quot;:5.21},{&quot;2026-06-22&quot;:5.21},{&quot;2026-06-23&quot;:5.21},{&quot;2026-06-24&quot;:5.21},{&quot;2026-06-25&quot;:5.22},{&quot;2026-06-26&quot;:5.22},{&quot;2026-06-27&quot;:5.22},{&quot;2026-06-28&quot;:5.22},{&quot;2026-06-29&quot;:5.22},{&quot;2026-06-30&quot;:5.22},{&quot;2026-07-01&quot;:5.22},{&quot;2026-07-02&quot;:5.23},{&quot;2026-07-03&quot;:5.23},{&quot;2026-07-04&quot;:5.23},{&quot;2026-07-05&quot;:5.23},{&quot;2026-07-06&quot;:5.23},{&quot;2026-07-07&quot;:5.23},{&quot;2026-07-08&quot;:5.23},{&quot;2026-07-09&quot;:5.23},{&quot;2026-07-10&quot;:5.18},{&quot;2026-07-11&quot;:5.14},{&quot;2026-07-12&quot;:5.14},{&quot;2026-07-13&quot;:5.14},{&quot;2026-07-14&quot;:5.14},{&quot;2026-07-15&quot;:5.14},{&quot;2026-07-16&quot;:5.14},{&quot;2026-07-17&quot;:5.14},{&quot;2026-07-18&quot;:5.14},{&quot;2026-07-19&quot;:5.14},{&quot;2026-07-20&quot;:5.14},{&quot;2026-07-21&quot;:5.14},{&quot;2026-07-23&quot;:5.11},{&quot;2026-07-24&quot;:5.11},{&quot;2026-07-25&quot;:5.05},{&quot;2026-07-26&quot;:5.06},{&quot;2026-07-27&quot;:5.06},{&quot;2026-07-28&quot;:5.06},{&quot;2026-07-29&quot;:5.06},{&quot;2026-07-30&quot;:4.89},{&quot;2026-07-31&quot;:4.91},{&quot;2026-08-01&quot;:4.91},{&quot;2026-08-02&quot;:4.91},{&quot;2026-08-03&quot;:4.91},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:4.88},{&quot;2026-08-07&quot;:4.85},{&quot;2026-08-08&quot;:4.85},{&quot;2026-08-09&quot;:4.85},{&quot;2026-08-10&quot;:4.87},{&quot;2026-08-11&quot;:4.93},{&quot;2026-08-12&quot;:4.93},{&quot;2026-08-13&quot;:4.97},{&quot;2026-08-14&quot;:4.97},{&quot;2026-08-15&quot;:4.97},{&quot;2026-08-16&quot;:4.97},{&quot;2026-08-17&quot;:4.97},{&quot;2026-08-18&quot;:4.97},{&quot;2026-08-19&quot;:4.97},{&quot;2026-08-20&quot;:4.97},{&quot;2026-08-21&quot;:4.97},{&quot;2026-08-22&quot;:4.97},{&quot;2026-08-23&quot;:4.97},{&quot;2026-08-24&quot;:4.81},{&quot;2026-08-25&quot;:4.81},{&quot;2026-08-26&quot;:4.81},{&quot;2026-08-27&quot;:4.81},{&quot;2026-08-28&quot;:4.81},{&quot;2026-08-29&quot;:4.81},{&quot;2026-08-30&quot;:4.67},{&quot;2026-08-31&quot;:4.67},{&quot;2026-09-01&quot;:4.67},{&quot;2026-09-02&quot;:4.58},{&quot;2026-09-03&quot;:4.58},{&quot;2026-09-04&quot;:4.5},{&quot;2026-09-05&quot;:4.5},{&quot;2026-09-06&quot;:4.48},{&quot;2026-09-07&quot;:4.48},{&quot;2026-09-08&quot;:4.48},{&quot;2026-09-09&quot;:4.51},{&quot;2026-09-10&quot;:4.51},{&quot;2026-09-11&quot;:4.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tezzeret, Artifice Master" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/ccdf2dff-d548-49f1-a19d-aab0cb01e9ab.jpg?1783924020" />

        <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">
            Tezzeret, Artifice Master
        </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 — Tezzeret</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><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="Tezzeret, Artifice Master" src="https://cards.scryfall.io/large/front/c/c/ccdf2dff-d548-49f1-a19d-aab0cb01e9ab.jpg?1783924020" />
    </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">
                $4.51
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.58},{&quot;2026-06-13&quot;:5.58},{&quot;2026-06-14&quot;:5.58},{&quot;2026-06-15&quot;:5.54},{&quot;2026-06-16&quot;:5.54},{&quot;2026-06-17&quot;:5.54},{&quot;2026-06-18&quot;:5.35},{&quot;2026-06-19&quot;:5.23},{&quot;2026-06-20&quot;:5.17},{&quot;2026-06-21&quot;:5.17},{&quot;2026-06-22&quot;:5.04},{&quot;2026-06-23&quot;:5.04},{&quot;2026-06-24&quot;:5.04},{&quot;2026-06-25&quot;:5.12},{&quot;2026-06-26&quot;:5.07},{&quot;2026-06-27&quot;:5.04},{&quot;2026-06-28&quot;:4.92},{&quot;2026-06-29&quot;:4.74},{&quot;2026-06-30&quot;:4.76},{&quot;2026-07-01&quot;:4.76},{&quot;2026-07-02&quot;:4.61},{&quot;2026-07-03&quot;:4.55},{&quot;2026-07-04&quot;:4.59},{&quot;2026-07-05&quot;:4.6},{&quot;2026-07-06&quot;:4.64},{&quot;2026-07-07&quot;:4.64},{&quot;2026-07-08&quot;:4.68},{&quot;2026-07-09&quot;:4.68},{&quot;2026-07-10&quot;:4.68},{&quot;2026-07-11&quot;:4.68},{&quot;2026-07-12&quot;:4.68},{&quot;2026-07-13&quot;:4.68},{&quot;2026-07-14&quot;:4.68},{&quot;2026-07-15&quot;:4.68},{&quot;2026-07-16&quot;:4.66},{&quot;2026-07-17&quot;:4.72},{&quot;2026-07-18&quot;:4.72},{&quot;2026-07-19&quot;:4.72},{&quot;2026-07-20&quot;:4.72},{&quot;2026-07-21&quot;:4.72},{&quot;2026-07-23&quot;:4.73},{&quot;2026-07-24&quot;:4.73},{&quot;2026-07-25&quot;:4.73},{&quot;2026-07-26&quot;:4.73},{&quot;2026-07-27&quot;:4.79},{&quot;2026-07-28&quot;:4.79},{&quot;2026-07-29&quot;:4.79},{&quot;2026-07-30&quot;:4.79},{&quot;2026-07-31&quot;:4.86},{&quot;2026-08-01&quot;:4.86},{&quot;2026-08-02&quot;:4.86},{&quot;2026-08-03&quot;:4.86},{&quot;2026-08-04&quot;:4.86},{&quot;2026-08-05&quot;:4.86},{&quot;2026-08-07&quot;:4.89},{&quot;2026-08-08&quot;:4.95},{&quot;2026-08-09&quot;:4.9},{&quot;2026-08-10&quot;:4.9},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.9},{&quot;2026-08-13&quot;:4.9},{&quot;2026-08-14&quot;:4.82},{&quot;2026-08-15&quot;:4.82},{&quot;2026-08-16&quot;:4.82},{&quot;2026-08-17&quot;:4.82},{&quot;2026-08-18&quot;:4.83},{&quot;2026-08-19&quot;:4.83},{&quot;2026-08-20&quot;:4.83},{&quot;2026-08-21&quot;:4.82},{&quot;2026-08-22&quot;:4.85},{&quot;2026-08-23&quot;:4.82},{&quot;2026-08-24&quot;:4.85},{&quot;2026-08-25&quot;:4.86},{&quot;2026-08-26&quot;:4.83},{&quot;2026-08-27&quot;:4.74},{&quot;2026-08-28&quot;:4.73},{&quot;2026-08-29&quot;:4.73},{&quot;2026-08-30&quot;:4.44},{&quot;2026-08-31&quot;:4.44},{&quot;2026-09-01&quot;:4.44},{&quot;2026-09-02&quot;:4.44},{&quot;2026-09-03&quot;:4.46},{&quot;2026-09-04&quot;:4.46},{&quot;2026-09-05&quot;:4.43},{&quot;2026-09-06&quot;:4.43},{&quot;2026-09-07&quot;:4.43},{&quot;2026-09-08&quot;:4.52},{&quot;2026-09-09&quot;:4.52},{&quot;2026-09-10&quot;:4.54},{&quot;2026-09-11&quot;:4.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

        <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">
            Pyrokinesis
        </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Pyrokinesis" src="https://cards.scryfall.io/large/front/d/b/db2a5e85-6cbc-43c1-9362-4056ad017ef0.jpg?1783947176" />
    </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">
                $4.50
              </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.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;normal&quot;:[{&quot;2026-06-08&quot;:4.86},{&quot;2026-06-10&quot;:4.84},{&quot;2026-06-11&quot;:4.89},{&quot;2026-06-12&quot;:4.89},{&quot;2026-06-13&quot;:4.88},{&quot;2026-06-14&quot;:4.88},{&quot;2026-06-15&quot;:4.88},{&quot;2026-06-16&quot;:4.88},{&quot;2026-06-17&quot;:4.88},{&quot;2026-06-18&quot;:4.8},{&quot;2026-06-19&quot;:4.8},{&quot;2026-06-20&quot;:4.76},{&quot;2026-06-21&quot;:4.77},{&quot;2026-06-22&quot;:4.77},{&quot;2026-06-24&quot;:4.87},{&quot;2026-06-25&quot;:4.78},{&quot;2026-06-26&quot;:4.78},{&quot;2026-06-27&quot;:4.78},{&quot;2026-06-28&quot;:4.78},{&quot;2026-06-29&quot;:4.87},{&quot;2026-06-30&quot;:4.87},{&quot;2026-07-01&quot;:4.82},{&quot;2026-07-02&quot;:4.82},{&quot;2026-07-03&quot;:4.75},{&quot;2026-07-04&quot;:4.75},{&quot;2026-07-05&quot;:4.75},{&quot;2026-07-06&quot;:4.73},{&quot;2026-07-07&quot;:4.73},{&quot;2026-07-08&quot;:4.75},{&quot;2026-07-09&quot;:4.78},{&quot;2026-07-10&quot;:4.78},{&quot;2026-07-11&quot;:4.75},{&quot;2026-07-12&quot;:4.75},{&quot;2026-07-13&quot;:4.75},{&quot;2026-07-14&quot;:4.75},{&quot;2026-07-15&quot;:4.75},{&quot;2026-07-16&quot;:4.78},{&quot;2026-07-17&quot;:4.86},{&quot;2026-07-18&quot;:4.9},{&quot;2026-07-19&quot;:4.94},{&quot;2026-07-20&quot;:4.94},{&quot;2026-07-21&quot;:4.79},{&quot;2026-07-23&quot;:4.74},{&quot;2026-07-25&quot;:4.8},{&quot;2026-07-26&quot;:4.8},{&quot;2026-07-27&quot;:4.86},{&quot;2026-07-29&quot;:5.34},{&quot;2026-07-30&quot;:5.59},{&quot;2026-07-31&quot;:5.57},{&quot;2026-08-01&quot;:5.57},{&quot;2026-08-02&quot;:5.55},{&quot;2026-08-03&quot;:5.45},{&quot;2026-08-04&quot;:5.45},{&quot;2026-08-05&quot;:5.47},{&quot;2026-08-07&quot;:5.43},{&quot;2026-08-08&quot;:5.43},{&quot;2026-08-09&quot;:5.37},{&quot;2026-08-10&quot;:5.37},{&quot;2026-08-11&quot;:5.39},{&quot;2026-08-12&quot;:5.39},{&quot;2026-08-13&quot;:5.47},{&quot;2026-08-14&quot;:5.37},{&quot;2026-08-15&quot;:5.29},{&quot;2026-08-16&quot;:5.06},{&quot;2026-08-17&quot;:4.98},{&quot;2026-08-18&quot;:4.98},{&quot;2026-08-19&quot;:5.02},{&quot;2026-08-20&quot;:5.02},{&quot;2026-08-21&quot;:5.02},{&quot;2026-08-22&quot;:5.02},{&quot;2026-08-23&quot;:5.01},{&quot;2026-08-24&quot;:5.01},{&quot;2026-08-25&quot;:5.01},{&quot;2026-08-26&quot;:5.04},{&quot;2026-08-27&quot;:5.04},{&quot;2026-08-28&quot;:5.04},{&quot;2026-08-29&quot;:5.04},{&quot;2026-08-30&quot;:5.02},{&quot;2026-08-31&quot;:5.02},{&quot;2026-09-01&quot;:5.02},{&quot;2026-09-02&quot;:5.02},{&quot;2026-09-03&quot;:5.02},{&quot;2026-09-04&quot;:4.85},{&quot;2026-09-05&quot;:4.6},{&quot;2026-09-06&quot;:4.35},{&quot;2026-09-07&quot;:4.35},{&quot;2026-09-08&quot;:4.35},{&quot;2026-09-09&quot;:4.49},{&quot;2026-09-10&quot;:4.5},{&quot;2026-09-11&quot;:4.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ob Nixilis, Unshackled" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/c/6c727f49-833a-4b79-9946-bfbc6b06999c.jpg?1783921902" />

        <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">
            Ob Nixilis, Unshackled
        </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 — Demon</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ob Nixilis, Unshackled" src="https://cards.scryfall.io/large/front/6/c/6c727f49-833a-4b79-9946-bfbc6b06999c.jpg?1783921902" />
    </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">
                $4.50
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.8},{&quot;2026-06-11&quot;:3.84},{&quot;2026-06-12&quot;:3.84},{&quot;2026-06-13&quot;:3.84},{&quot;2026-06-14&quot;:3.84},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.84},{&quot;2026-06-17&quot;:3.84},{&quot;2026-06-18&quot;:3.84},{&quot;2026-06-19&quot;:3.84},{&quot;2026-06-20&quot;:3.84},{&quot;2026-06-21&quot;:3.83},{&quot;2026-06-22&quot;:3.83},{&quot;2026-06-23&quot;:3.84},{&quot;2026-06-24&quot;:3.84},{&quot;2026-06-25&quot;:3.84},{&quot;2026-06-26&quot;:3.84},{&quot;2026-06-27&quot;:3.84},{&quot;2026-06-28&quot;:3.84},{&quot;2026-06-29&quot;:3.84},{&quot;2026-06-30&quot;:3.85},{&quot;2026-07-01&quot;:3.85},{&quot;2026-07-02&quot;:3.85},{&quot;2026-07-03&quot;:3.85},{&quot;2026-07-04&quot;:4.07},{&quot;2026-07-05&quot;:4.07},{&quot;2026-07-06&quot;:4.07},{&quot;2026-07-07&quot;:4.07},{&quot;2026-07-08&quot;:4.07},{&quot;2026-07-09&quot;:4.17},{&quot;2026-07-10&quot;:4.17},{&quot;2026-07-11&quot;:4.17},{&quot;2026-07-12&quot;:4.17},{&quot;2026-07-13&quot;:4.17},{&quot;2026-07-14&quot;:4.17},{&quot;2026-07-15&quot;:4.17},{&quot;2026-07-16&quot;:4.17},{&quot;2026-07-17&quot;:4.17},{&quot;2026-07-18&quot;:4.17},{&quot;2026-07-19&quot;:4.17},{&quot;2026-07-20&quot;:4.19},{&quot;2026-07-21&quot;:4.19},{&quot;2026-07-23&quot;:4.19},{&quot;2026-07-25&quot;:4.19},{&quot;2026-07-26&quot;:4.12},{&quot;2026-07-27&quot;:4.12},{&quot;2026-07-29&quot;:4.12},{&quot;2026-07-30&quot;:4.12},{&quot;2026-07-31&quot;:4.12},{&quot;2026-08-01&quot;:4.12},{&quot;2026-08-02&quot;:4.12},{&quot;2026-08-03&quot;:4.12},{&quot;2026-08-04&quot;:4.16},{&quot;2026-08-05&quot;:4.16},{&quot;2026-08-07&quot;:4.16},{&quot;2026-08-08&quot;:4.12},{&quot;2026-08-09&quot;:4.08},{&quot;2026-08-10&quot;:4.08},{&quot;2026-08-11&quot;:4.08},{&quot;2026-08-12&quot;:4.08},{&quot;2026-08-13&quot;:4.08},{&quot;2026-08-14&quot;:4.08},{&quot;2026-08-15&quot;:4.08},{&quot;2026-08-16&quot;:4.08},{&quot;2026-08-17&quot;:4.08},{&quot;2026-08-18&quot;:4.08},{&quot;2026-08-19&quot;:4.08},{&quot;2026-08-20&quot;:4.08},{&quot;2026-08-21&quot;:4.08},{&quot;2026-08-22&quot;:4.08},{&quot;2026-08-23&quot;:4.21},{&quot;2026-08-24&quot;:4.21},{&quot;2026-08-25&quot;:4.21},{&quot;2026-08-26&quot;:4.21},{&quot;2026-08-27&quot;:4.21},{&quot;2026-08-28&quot;:4.21},{&quot;2026-08-29&quot;:4.21},{&quot;2026-08-30&quot;:4.21},{&quot;2026-08-31&quot;:4.21},{&quot;2026-09-01&quot;:4.21},{&quot;2026-09-02&quot;:4.21},{&quot;2026-09-03&quot;:4.21},{&quot;2026-09-04&quot;:4.21},{&quot;2026-09-05&quot;:4.21},{&quot;2026-09-06&quot;:4.21},{&quot;2026-09-07&quot;:4.21},{&quot;2026-09-08&quot;:4.21},{&quot;2026-09-09&quot;:4.17},{&quot;2026-09-10&quot;:4.18},{&quot;2026-09-11&quot;:4.18}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.79},{&quot;2026-06-11&quot;:5.86},{&quot;2026-06-12&quot;:6.01},{&quot;2026-06-13&quot;:6.01},{&quot;2026-06-14&quot;:5.91},{&quot;2026-06-15&quot;:5.88},{&quot;2026-06-16&quot;:5.78},{&quot;2026-06-17&quot;:5.78},{&quot;2026-06-18&quot;:5.49},{&quot;2026-06-19&quot;:5.31},{&quot;2026-06-20&quot;:5.38},{&quot;2026-06-21&quot;:5.38},{&quot;2026-06-22&quot;:5.56},{&quot;2026-06-23&quot;:5.24},{&quot;2026-06-24&quot;:5.24},{&quot;2026-06-25&quot;:5.24},{&quot;2026-06-26&quot;:5.23},{&quot;2026-06-27&quot;:4.75},{&quot;2026-06-28&quot;:4.26},{&quot;2026-06-29&quot;:4.2},{&quot;2026-06-30&quot;:4.43},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.67},{&quot;2026-07-03&quot;:4.69},{&quot;2026-07-04&quot;:4.87},{&quot;2026-07-05&quot;:4.9},{&quot;2026-07-06&quot;:4.87},{&quot;2026-07-07&quot;:4.9},{&quot;2026-07-08&quot;:5.12},{&quot;2026-07-09&quot;:5.33},{&quot;2026-07-10&quot;:5.51},{&quot;2026-07-11&quot;:5.59},{&quot;2026-07-12&quot;:5.59},{&quot;2026-07-13&quot;:5.76},{&quot;2026-07-14&quot;:5.67},{&quot;2026-07-15&quot;:5.67},{&quot;2026-07-16&quot;:5.67},{&quot;2026-07-17&quot;:5.54},{&quot;2026-07-18&quot;:5.45},{&quot;2026-07-19&quot;:5.37},{&quot;2026-07-20&quot;:5.33},{&quot;2026-07-21&quot;:5.33},{&quot;2026-07-23&quot;:5.19},{&quot;2026-07-25&quot;:5.19},{&quot;2026-07-26&quot;:5.19},{&quot;2026-07-27&quot;:5.16},{&quot;2026-07-29&quot;:5.04},{&quot;2026-07-30&quot;:5.14},{&quot;2026-07-31&quot;:4.94},{&quot;2026-08-01&quot;:4.94},{&quot;2026-08-02&quot;:4.94},{&quot;2026-08-03&quot;:4.7},{&quot;2026-08-04&quot;:4.7},{&quot;2026-08-05&quot;:4.64},{&quot;2026-08-07&quot;:4.38},{&quot;2026-08-08&quot;:4.38},{&quot;2026-08-09&quot;:4.44},{&quot;2026-08-10&quot;:4.53},{&quot;2026-08-11&quot;:4.53},{&quot;2026-08-12&quot;:4.69},{&quot;2026-08-13&quot;:4.77},{&quot;2026-08-14&quot;:4.75},{&quot;2026-08-15&quot;:4.75},{&quot;2026-08-16&quot;:4.73},{&quot;2026-08-17&quot;:4.81},{&quot;2026-08-18&quot;:4.89},{&quot;2026-08-19&quot;:4.99},{&quot;2026-08-20&quot;:4.99},{&quot;2026-08-21&quot;:5.01},{&quot;2026-08-22&quot;:5.06},{&quot;2026-08-23&quot;:5.06},{&quot;2026-08-24&quot;:5.06},{&quot;2026-08-25&quot;:5.06},{&quot;2026-08-26&quot;:5.06},{&quot;2026-08-27&quot;:5.1},{&quot;2026-08-28&quot;:4.99},{&quot;2026-08-29&quot;:4.99},{&quot;2026-08-30&quot;:4.89},{&quot;2026-08-31&quot;:4.94},{&quot;2026-09-01&quot;:4.94},{&quot;2026-09-02&quot;:4.91},{&quot;2026-09-03&quot;:4.91},{&quot;2026-09-04&quot;:4.91},{&quot;2026-09-05&quot;:4.82},{&quot;2026-09-06&quot;:4.82},{&quot;2026-09-07&quot;:4.75},{&quot;2026-09-08&quot;:4.75},{&quot;2026-09-09&quot;:4.65},{&quot;2026-09-10&quot;:4.5},{&quot;2026-09-11&quot;:4.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Talisman of Curiosity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/0/30e1d7e2-e1a5-443c-86c4-ff4e18933853.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 Curiosity
        </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 Curiosity" src="https://cards.scryfall.io/large/front/3/0/30e1d7e2-e1a5-443c-86c4-ff4e18933853.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">
            2
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.39},{&quot;2026-06-14&quot;:4.3},{&quot;2026-06-15&quot;:4.18},{&quot;2026-06-16&quot;:4.35},{&quot;2026-06-17&quot;:4.34},{&quot;2026-06-18&quot;:4.31},{&quot;2026-06-19&quot;:4.11},{&quot;2026-06-20&quot;:4.03},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.68},{&quot;2026-06-23&quot;:3.68},{&quot;2026-06-24&quot;:3.58},{&quot;2026-06-25&quot;:3.58},{&quot;2026-06-26&quot;:3.48},{&quot;2026-06-27&quot;:3.35},{&quot;2026-06-28&quot;:3.22},{&quot;2026-06-29&quot;:3.22},{&quot;2026-06-30&quot;:3.01},{&quot;2026-07-01&quot;:2.91},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.81},{&quot;2026-07-04&quot;:2.86},{&quot;2026-07-05&quot;:2.97},{&quot;2026-07-06&quot;:3.06},{&quot;2026-07-07&quot;:3.15},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.23},{&quot;2026-07-10&quot;:3.25},{&quot;2026-07-11&quot;:3.2},{&quot;2026-07-12&quot;:3.22},{&quot;2026-07-13&quot;:3.2},{&quot;2026-07-14&quot;:3.19},{&quot;2026-07-15&quot;:3.13},{&quot;2026-07-16&quot;:3.08},{&quot;2026-07-17&quot;:3.07},{&quot;2026-07-18&quot;:3.13},{&quot;2026-07-19&quot;:3.31},{&quot;2026-07-20&quot;:3.26},{&quot;2026-07-21&quot;:3.25},{&quot;2026-07-22&quot;:3.32},{&quot;2026-07-23&quot;:3.45},{&quot;2026-07-24&quot;:3.5},{&quot;2026-07-25&quot;:3.35},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.39},{&quot;2026-07-28&quot;:3.41},{&quot;2026-07-29&quot;:3.55},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.32},{&quot;2026-08-01&quot;:3.31},{&quot;2026-08-02&quot;:3.31},{&quot;2026-08-03&quot;:3.25},{&quot;2026-08-04&quot;:3.01},{&quot;2026-08-05&quot;:2.99},{&quot;2026-08-07&quot;:3.73},{&quot;2026-08-08&quot;:3.85},{&quot;2026-08-09&quot;:3.92},{&quot;2026-08-10&quot;:3.98},{&quot;2026-08-11&quot;:4.21},{&quot;2026-08-12&quot;:4.31},{&quot;2026-08-13&quot;:4.45},{&quot;2026-08-14&quot;:3.77},{&quot;2026-08-15&quot;:3.72},{&quot;2026-08-16&quot;:3.7},{&quot;2026-08-17&quot;:3.41},{&quot;2026-08-18&quot;:3.42},{&quot;2026-08-19&quot;:3.36},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.34},{&quot;2026-08-24&quot;:3.37},{&quot;2026-08-25&quot;:3.35},{&quot;2026-08-26&quot;:3.41},{&quot;2026-08-27&quot;:3.49},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:4.18},{&quot;2026-08-31&quot;:4.33},{&quot;2026-09-01&quot;:4.33},{&quot;2026-09-02&quot;:4.38},{&quot;2026-09-03&quot;:4.49},{&quot;2026-09-04&quot;:4.6},{&quot;2026-09-05&quot;:4.77},{&quot;2026-09-06&quot;:4.77},{&quot;2026-09-07&quot;:4.79},{&quot;2026-09-08&quot;:4.94},{&quot;2026-09-09&quot;:4.89},{&quot;2026-09-10&quot;:4.49},{&quot;2026-09-11&quot;:4.5}],&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="12071"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Immaculate Magistrate
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf Shaman</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="Immaculate Magistrate" src="https://cards.scryfall.io/large/front/d/9/d9208db8-1ba5-4f9c-90a4-03e377ae6f86.jpg?1783928793" />
    </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">
                $4.49
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.04},{&quot;2026-06-14&quot;:1.04},{&quot;2026-06-15&quot;:1.04},{&quot;2026-06-16&quot;:1.04},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:1.04},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.04},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:1.06},{&quot;2026-06-23&quot;:1.06},{&quot;2026-06-24&quot;:1.06},{&quot;2026-06-25&quot;:1.06},{&quot;2026-06-26&quot;:1.06},{&quot;2026-06-27&quot;:1.09},{&quot;2026-06-28&quot;:1.09},{&quot;2026-06-29&quot;:1.09},{&quot;2026-06-30&quot;:1.09},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.11},{&quot;2026-07-03&quot;:1.12},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.11},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.11},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.11},{&quot;2026-07-12&quot;:1.11},{&quot;2026-07-13&quot;:1.11},{&quot;2026-07-14&quot;:1.11},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.11},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.11},{&quot;2026-07-22&quot;:1.11},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-24&quot;:1.12},{&quot;2026-07-25&quot;:1.12},{&quot;2026-07-26&quot;:1.11},{&quot;2026-07-27&quot;:1.11},{&quot;2026-07-28&quot;:1.11},{&quot;2026-07-29&quot;:1.13},{&quot;2026-07-30&quot;:1.13},{&quot;2026-07-31&quot;:1.13},{&quot;2026-08-01&quot;:1.09},{&quot;2026-08-02&quot;:1.09},{&quot;2026-08-03&quot;:1.09},{&quot;2026-08-04&quot;:1.09},{&quot;2026-08-05&quot;:1.1},{&quot;2026-08-07&quot;:1.1},{&quot;2026-08-08&quot;:1.15},{&quot;2026-08-09&quot;:1.17},{&quot;2026-08-10&quot;:1.1},{&quot;2026-08-11&quot;:1.1},{&quot;2026-08-12&quot;:1.12},{&quot;2026-08-13&quot;:1.07},{&quot;2026-08-14&quot;:1.09},{&quot;2026-08-15&quot;:1.14},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.22},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.51},{&quot;2026-08-22&quot;:1.53},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.84},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:2.37},{&quot;2026-08-31&quot;:2.68},{&quot;2026-09-01&quot;:2.96},{&quot;2026-09-02&quot;:3.42},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.64},{&quot;2026-09-06&quot;:3.76},{&quot;2026-09-07&quot;:4.17},{&quot;2026-09-08&quot;:4.17},{&quot;2026-09-09&quot;:4.28},{&quot;2026-09-10&quot;:4.97},{&quot;2026-09-11&quot;:5.19}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.63},{&quot;2026-06-14&quot;:1.81},{&quot;2026-06-15&quot;:1.84},{&quot;2026-06-16&quot;:1.66},{&quot;2026-06-17&quot;:1.73},{&quot;2026-06-18&quot;:1.73},{&quot;2026-06-19&quot;:1.8},{&quot;2026-06-20&quot;:1.76},{&quot;2026-06-21&quot;:1.78},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.75},{&quot;2026-06-25&quot;:1.87},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.65},{&quot;2026-06-28&quot;:1.63},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.66},{&quot;2026-07-01&quot;:1.69},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.6},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.52},{&quot;2026-07-07&quot;:1.46},{&quot;2026-07-08&quot;:1.31},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.45},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.49},{&quot;2026-07-15&quot;:1.47},{&quot;2026-07-16&quot;:1.56},{&quot;2026-07-17&quot;:1.57},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.51},{&quot;2026-07-20&quot;:1.5},{&quot;2026-07-21&quot;:1.39},{&quot;2026-07-22&quot;:1.23},{&quot;2026-07-23&quot;:1.39},{&quot;2026-07-24&quot;:1.43},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.31},{&quot;2026-07-28&quot;:1.43},{&quot;2026-07-29&quot;:1.29},{&quot;2026-07-30&quot;:1.33},{&quot;2026-07-31&quot;:1.49},{&quot;2026-08-01&quot;:1.66},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:2.27},{&quot;2026-08-04&quot;:2.02},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.08},{&quot;2026-08-09&quot;:1.98},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.68},{&quot;2026-08-12&quot;:2.59},{&quot;2026-08-13&quot;:2.19},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.5},{&quot;2026-08-16&quot;:2.47},{&quot;2026-08-17&quot;:1.56},{&quot;2026-08-18&quot;:1.51},{&quot;2026-08-19&quot;:1.67},{&quot;2026-08-20&quot;:1.82},{&quot;2026-08-21&quot;:1.8},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.8},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.32},{&quot;2026-08-27&quot;:2.81},{&quot;2026-08-28&quot;:2.99},{&quot;2026-08-29&quot;:2.99},{&quot;2026-08-30&quot;:2.92},{&quot;2026-08-31&quot;:2.92},{&quot;2026-09-01&quot;:3.55},{&quot;2026-09-02&quot;:4.02},{&quot;2026-09-03&quot;:4.12},{&quot;2026-09-04&quot;:4.41},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:6.12},{&quot;2026-09-07&quot;:5.91},{&quot;2026-09-08&quot;:5.87},{&quot;2026-09-09&quot;:5.59},{&quot;2026-09-10&quot;:4.26},{&quot;2026-09-11&quot;:4.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blasphemous Edict" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/1/11040ecd-3153-4029-b42b-1441bc51ec34.jpg?1783909112" />

        <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">
            Blasphemous Edict
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Blasphemous Edict" src="https://cards.scryfall.io/large/front/1/1/11040ecd-3153-4029-b42b-1441bc51ec34.jpg?1783909112" />
    </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">
                $4.49
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.98
              </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">$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-13&quot;:5.12},{&quot;2026-06-14&quot;:5.22},{&quot;2026-06-15&quot;:5.28},{&quot;2026-06-16&quot;:5.29},{&quot;2026-06-17&quot;:5.08},{&quot;2026-06-18&quot;:5.12},{&quot;2026-06-19&quot;:5.17},{&quot;2026-06-20&quot;:5.17},{&quot;2026-06-21&quot;:5.17},{&quot;2026-06-22&quot;:5.17},{&quot;2026-06-23&quot;:5.04},{&quot;2026-06-24&quot;:5.33},{&quot;2026-06-25&quot;:5.22},{&quot;2026-06-26&quot;:5.22},{&quot;2026-06-27&quot;:5.22},{&quot;2026-06-28&quot;:5.2},{&quot;2026-06-29&quot;:5.17},{&quot;2026-06-30&quot;:5.15},{&quot;2026-07-01&quot;:5.13},{&quot;2026-07-02&quot;:5.07},{&quot;2026-07-03&quot;:5.07},{&quot;2026-07-04&quot;:5.01},{&quot;2026-07-05&quot;:5.01},{&quot;2026-07-06&quot;:5.01},{&quot;2026-07-07&quot;:4.92},{&quot;2026-07-08&quot;:5.2},{&quot;2026-07-09&quot;:5.36},{&quot;2026-07-10&quot;:5.42},{&quot;2026-07-11&quot;:5.26},{&quot;2026-07-12&quot;:5.08},{&quot;2026-07-13&quot;:5.1},{&quot;2026-07-14&quot;:5.06},{&quot;2026-07-15&quot;:5.06},{&quot;2026-07-16&quot;:5.14},{&quot;2026-07-17&quot;:5.16},{&quot;2026-07-18&quot;:5.27},{&quot;2026-07-19&quot;:5.27},{&quot;2026-07-20&quot;:5.13},{&quot;2026-07-21&quot;:5.13},{&quot;2026-07-22&quot;:5.13},{&quot;2026-07-23&quot;:5.13},{&quot;2026-07-24&quot;:5.13},{&quot;2026-07-25&quot;:5.04},{&quot;2026-07-26&quot;:4.9},{&quot;2026-07-27&quot;:5.09},{&quot;2026-07-28&quot;:5.1},{&quot;2026-07-29&quot;:5.05},{&quot;2026-07-30&quot;:5.1},{&quot;2026-07-31&quot;:5.04},{&quot;2026-08-01&quot;:5.18},{&quot;2026-08-02&quot;:5.19},{&quot;2026-08-03&quot;:5.11},{&quot;2026-08-04&quot;:5.19},{&quot;2026-08-05&quot;:5.33},{&quot;2026-08-07&quot;:5.05},{&quot;2026-08-08&quot;:5.05},{&quot;2026-08-09&quot;:5.0},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.06},{&quot;2026-08-12&quot;:5.02},{&quot;2026-08-13&quot;:4.96},{&quot;2026-08-14&quot;:4.87},{&quot;2026-08-15&quot;:4.94},{&quot;2026-08-16&quot;:5.03},{&quot;2026-08-17&quot;:5.08},{&quot;2026-08-18&quot;:5.21},{&quot;2026-08-19&quot;:5.21},{&quot;2026-08-20&quot;:5.21},{&quot;2026-08-21&quot;:5.19},{&quot;2026-08-22&quot;:5.19},{&quot;2026-08-23&quot;:5.34},{&quot;2026-08-24&quot;:5.31},{&quot;2026-08-25&quot;:5.31},{&quot;2026-08-26&quot;:5.34},{&quot;2026-08-27&quot;:5.34},{&quot;2026-08-28&quot;:5.3},{&quot;2026-08-29&quot;:5.3},{&quot;2026-08-30&quot;:5.33},{&quot;2026-08-31&quot;:5.33},{&quot;2026-09-01&quot;:5.24},{&quot;2026-09-02&quot;:5.22},{&quot;2026-09-03&quot;:5.35},{&quot;2026-09-04&quot;:5.2},{&quot;2026-09-05&quot;:5.18},{&quot;2026-09-06&quot;:5.1},{&quot;2026-09-07&quot;:5.1},{&quot;2026-09-08&quot;:5.04},{&quot;2026-09-09&quot;:5.09},{&quot;2026-09-10&quot;:5.0},{&quot;2026-09-11&quot;:4.98}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.64},{&quot;2026-06-14&quot;:4.92},{&quot;2026-06-15&quot;:5.1},{&quot;2026-06-16&quot;:5.06},{&quot;2026-06-17&quot;:4.86},{&quot;2026-06-18&quot;:4.15},{&quot;2026-06-19&quot;:3.89},{&quot;2026-06-20&quot;:3.86},{&quot;2026-06-21&quot;:3.98},{&quot;2026-06-22&quot;:3.94},{&quot;2026-06-23&quot;:4.03},{&quot;2026-06-24&quot;:4.31},{&quot;2026-06-25&quot;:4.23},{&quot;2026-06-26&quot;:4.24},{&quot;2026-06-27&quot;:4.09},{&quot;2026-06-28&quot;:4.11},{&quot;2026-06-29&quot;:3.98},{&quot;2026-06-30&quot;:4.16},{&quot;2026-07-01&quot;:3.65},{&quot;2026-07-02&quot;:3.88},{&quot;2026-07-03&quot;:4.21},{&quot;2026-07-04&quot;:4.13},{&quot;2026-07-05&quot;:4.1},{&quot;2026-07-06&quot;:4.03},{&quot;2026-07-07&quot;:4.16},{&quot;2026-07-08&quot;:3.99},{&quot;2026-07-09&quot;:4.18},{&quot;2026-07-10&quot;:4.47},{&quot;2026-07-11&quot;:4.28},{&quot;2026-07-12&quot;:4.45},{&quot;2026-07-13&quot;:4.26},{&quot;2026-07-14&quot;:4.36},{&quot;2026-07-15&quot;:4.36},{&quot;2026-07-16&quot;:4.33},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.13},{&quot;2026-07-19&quot;:4.26},{&quot;2026-07-20&quot;:4.42},{&quot;2026-07-21&quot;:4.57},{&quot;2026-07-22&quot;:4.6},{&quot;2026-07-23&quot;:4.55},{&quot;2026-07-24&quot;:4.2},{&quot;2026-07-25&quot;:4.28},{&quot;2026-07-26&quot;:4.16},{&quot;2026-07-27&quot;:4.34},{&quot;2026-07-28&quot;:4.52},{&quot;2026-07-29&quot;:4.9},{&quot;2026-07-30&quot;:4.87},{&quot;2026-07-31&quot;:4.64},{&quot;2026-08-01&quot;:4.44},{&quot;2026-08-02&quot;:4.29},{&quot;2026-08-03&quot;:4.09},{&quot;2026-08-04&quot;:4.14},{&quot;2026-08-05&quot;:4.39},{&quot;2026-08-07&quot;:4.39},{&quot;2026-08-08&quot;:4.3},{&quot;2026-08-09&quot;:4.47},{&quot;2026-08-10&quot;:4.32},{&quot;2026-08-11&quot;:4.42},{&quot;2026-08-12&quot;:4.43},{&quot;2026-08-13&quot;:4.23},{&quot;2026-08-14&quot;:4.66},{&quot;2026-08-15&quot;:4.77},{&quot;2026-08-16&quot;:4.68},{&quot;2026-08-17&quot;:4.31},{&quot;2026-08-18&quot;:4.41},{&quot;2026-08-19&quot;:4.61},{&quot;2026-08-20&quot;:4.54},{&quot;2026-08-21&quot;:4.53},{&quot;2026-08-22&quot;:4.52},{&quot;2026-08-23&quot;:4.57},{&quot;2026-08-24&quot;:4.76},{&quot;2026-08-25&quot;:4.67},{&quot;2026-08-26&quot;:4.64},{&quot;2026-08-27&quot;:4.64},{&quot;2026-08-28&quot;:4.51},{&quot;2026-08-29&quot;:4.51},{&quot;2026-08-30&quot;:4.83},{&quot;2026-08-31&quot;:4.93},{&quot;2026-09-01&quot;:5.05},{&quot;2026-09-02&quot;:5.22},{&quot;2026-09-03&quot;:5.24},{&quot;2026-09-04&quot;:5.22},{&quot;2026-09-05&quot;:5.04},{&quot;2026-09-06&quot;:4.72},{&quot;2026-09-07&quot;:4.57},{&quot;2026-09-08&quot;:4.59},{&quot;2026-09-09&quot;:4.43},{&quot;2026-09-10&quot;:4.32},{&quot;2026-09-11&quot;:4.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nature&#39;s Lore" src="https://cards.scryfall.io/large/front/6/6/668d2969-b6b7-4507-bdd4-20bbaa68035a.jpg?1783947474" />
    </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">
                $4.49
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.20</span>
              <span class="text-xs text-grey-text">Credit: $1.56</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.33},{&quot;2026-06-14&quot;:4.33},{&quot;2026-06-15&quot;:4.37},{&quot;2026-06-16&quot;:4.37},{&quot;2026-06-17&quot;:4.37},{&quot;2026-06-18&quot;:4.38},{&quot;2026-06-19&quot;:4.38},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.3},{&quot;2026-06-22&quot;:4.3},{&quot;2026-06-23&quot;:4.22},{&quot;2026-06-24&quot;:4.22},{&quot;2026-06-25&quot;:4.13},{&quot;2026-06-26&quot;:4.02},{&quot;2026-06-27&quot;:4.01},{&quot;2026-06-28&quot;:4.06},{&quot;2026-06-29&quot;:4.06},{&quot;2026-06-30&quot;:4.11},{&quot;2026-07-01&quot;:4.11},{&quot;2026-07-02&quot;:4.11},{&quot;2026-07-03&quot;:4.18},{&quot;2026-07-04&quot;:4.18},{&quot;2026-07-05&quot;:4.18},{&quot;2026-07-06&quot;:4.19},{&quot;2026-07-07&quot;:4.19},{&quot;2026-07-08&quot;:4.19},{&quot;2026-07-09&quot;:4.3},{&quot;2026-07-10&quot;:4.3},{&quot;2026-07-11&quot;:4.3},{&quot;2026-07-12&quot;:4.2},{&quot;2026-07-13&quot;:4.27},{&quot;2026-07-14&quot;:4.27},{&quot;2026-07-15&quot;:4.27},{&quot;2026-07-16&quot;:4.27},{&quot;2026-07-17&quot;:4.22},{&quot;2026-07-18&quot;:4.22},{&quot;2026-07-19&quot;:4.22},{&quot;2026-07-20&quot;:4.22},{&quot;2026-07-21&quot;:4.16},{&quot;2026-07-22&quot;:4.1},{&quot;2026-07-23&quot;:4.12},{&quot;2026-07-24&quot;:4.12},{&quot;2026-07-25&quot;:4.12},{&quot;2026-07-26&quot;:4.12},{&quot;2026-07-27&quot;:4.12},{&quot;2026-07-28&quot;:4.08},{&quot;2026-07-29&quot;:4.08},{&quot;2026-07-30&quot;:4.21},{&quot;2026-07-31&quot;:4.21},{&quot;2026-08-01&quot;:4.21},{&quot;2026-08-02&quot;:4.21},{&quot;2026-08-03&quot;:4.21},{&quot;2026-08-04&quot;:4.17},{&quot;2026-08-05&quot;:4.19},{&quot;2026-08-07&quot;:4.19},{&quot;2026-08-08&quot;:4.24},{&quot;2026-08-09&quot;:4.23},{&quot;2026-08-10&quot;:4.29},{&quot;2026-08-11&quot;:4.36},{&quot;2026-08-12&quot;:4.36},{&quot;2026-08-13&quot;:4.36},{&quot;2026-08-14&quot;:4.36},{&quot;2026-08-15&quot;:4.36},{&quot;2026-08-16&quot;:4.37},{&quot;2026-08-17&quot;:4.37},{&quot;2026-08-18&quot;:4.48},{&quot;2026-08-19&quot;:4.43},{&quot;2026-08-20&quot;:4.55},{&quot;2026-08-21&quot;:4.43},{&quot;2026-08-22&quot;:4.47},{&quot;2026-08-23&quot;:4.47},{&quot;2026-08-24&quot;:4.47},{&quot;2026-08-25&quot;:4.39},{&quot;2026-08-26&quot;:4.39},{&quot;2026-08-27&quot;:4.4},{&quot;2026-08-28&quot;:4.4},{&quot;2026-08-29&quot;:4.4},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.73},{&quot;2026-09-01&quot;:4.73},{&quot;2026-09-02&quot;:4.77},{&quot;2026-09-03&quot;:4.77},{&quot;2026-09-04&quot;:4.7},{&quot;2026-09-05&quot;:4.7},{&quot;2026-09-06&quot;:4.7},{&quot;2026-09-07&quot;:4.67},{&quot;2026-09-08&quot;:4.67},{&quot;2026-09-09&quot;:4.64},{&quot;2026-09-10&quot;:4.5},{&quot;2026-09-11&quot;:4.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96338"
  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">
            Frenzied Baloth
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Frenzied Baloth
        </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 — Beast</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Frenzied Baloth" src="https://cards.scryfall.io/large/front/d/b/dbd6cfbd-1cb7-4b15-9d03-f07b3a874e2d.jpg?1782685346" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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-10&quot;:4.8},{&quot;2026-06-11&quot;:4.8},{&quot;2026-06-12&quot;:4.8},{&quot;2026-06-13&quot;:4.8},{&quot;2026-06-14&quot;:4.8},{&quot;2026-06-15&quot;:4.81},{&quot;2026-06-16&quot;:4.68},{&quot;2026-06-17&quot;:4.68},{&quot;2026-06-18&quot;:4.68},{&quot;2026-06-19&quot;:4.68},{&quot;2026-06-20&quot;:4.68},{&quot;2026-06-21&quot;:4.7},{&quot;2026-06-22&quot;:4.68},{&quot;2026-06-23&quot;:4.67},{&quot;2026-06-24&quot;:4.74},{&quot;2026-06-25&quot;:4.74},{&quot;2026-06-26&quot;:4.74},{&quot;2026-06-27&quot;:4.74},{&quot;2026-06-28&quot;:4.7},{&quot;2026-06-29&quot;:4.7},{&quot;2026-06-30&quot;:4.76},{&quot;2026-07-01&quot;:4.76},{&quot;2026-07-02&quot;:4.6},{&quot;2026-07-03&quot;:4.65},{&quot;2026-07-04&quot;:4.64},{&quot;2026-07-05&quot;:4.64},{&quot;2026-07-06&quot;:4.66},{&quot;2026-07-07&quot;:4.74},{&quot;2026-07-08&quot;:4.74},{&quot;2026-07-09&quot;:4.74},{&quot;2026-07-10&quot;:4.77},{&quot;2026-07-11&quot;:4.77},{&quot;2026-07-12&quot;:4.74},{&quot;2026-07-13&quot;:4.74},{&quot;2026-07-14&quot;:4.74},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.85},{&quot;2026-07-17&quot;:4.85},{&quot;2026-07-18&quot;:4.86},{&quot;2026-07-19&quot;:4.83},{&quot;2026-07-20&quot;:4.83},{&quot;2026-07-21&quot;:4.83},{&quot;2026-07-23&quot;:4.85},{&quot;2026-07-25&quot;:4.89},{&quot;2026-07-26&quot;:4.89},{&quot;2026-07-27&quot;:4.9},{&quot;2026-07-29&quot;:4.96},{&quot;2026-07-30&quot;:4.96},{&quot;2026-07-31&quot;:4.96},{&quot;2026-08-01&quot;:4.96},{&quot;2026-08-02&quot;:4.96},{&quot;2026-08-03&quot;:4.91},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:4.91},{&quot;2026-08-07&quot;:4.82},{&quot;2026-08-08&quot;:4.82},{&quot;2026-08-09&quot;:4.82},{&quot;2026-08-10&quot;:4.82},{&quot;2026-08-11&quot;:4.82},{&quot;2026-08-12&quot;:4.73},{&quot;2026-08-13&quot;:4.73},{&quot;2026-08-14&quot;:4.73},{&quot;2026-08-15&quot;:4.62},{&quot;2026-08-16&quot;:4.46},{&quot;2026-08-17&quot;:4.46},{&quot;2026-08-18&quot;:4.46},{&quot;2026-08-19&quot;:4.46},{&quot;2026-08-20&quot;:4.46},{&quot;2026-08-21&quot;:4.46},{&quot;2026-08-22&quot;:4.46},{&quot;2026-08-23&quot;:4.46},{&quot;2026-08-24&quot;:4.46},{&quot;2026-08-25&quot;:4.46},{&quot;2026-08-26&quot;:4.52},{&quot;2026-08-27&quot;:4.52},{&quot;2026-08-28&quot;:4.52},{&quot;2026-08-29&quot;:4.52},{&quot;2026-08-30&quot;:4.52},{&quot;2026-08-31&quot;:4.52},{&quot;2026-09-01&quot;:4.52},{&quot;2026-09-02&quot;:4.49},{&quot;2026-09-03&quot;:4.43},{&quot;2026-09-04&quot;:4.39},{&quot;2026-09-05&quot;:4.45},{&quot;2026-09-06&quot;:4.45},{&quot;2026-09-07&quot;:4.44},{&quot;2026-09-08&quot;:4.49},{&quot;2026-09-09&quot;:4.49},{&quot;2026-09-10&quot;:4.49},{&quot;2026-09-11&quot;:4.49}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.72},{&quot;2026-06-11&quot;:3.84},{&quot;2026-06-12&quot;:3.85},{&quot;2026-06-13&quot;:3.74},{&quot;2026-06-14&quot;:3.8},{&quot;2026-06-15&quot;:3.8},{&quot;2026-06-16&quot;:3.8},{&quot;2026-06-17&quot;:3.8},{&quot;2026-06-18&quot;:3.75},{&quot;2026-06-19&quot;:3.76},{&quot;2026-06-20&quot;:3.77},{&quot;2026-06-21&quot;:3.77},{&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.79},{&quot;2026-06-27&quot;:3.79},{&quot;2026-06-28&quot;:3.7},{&quot;2026-06-29&quot;:3.58},{&quot;2026-06-30&quot;:3.58},{&quot;2026-07-01&quot;:3.49},{&quot;2026-07-02&quot;:3.57},{&quot;2026-07-03&quot;:3.57},{&quot;2026-07-04&quot;:3.57},{&quot;2026-07-05&quot;:3.56},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.44},{&quot;2026-07-08&quot;:3.44},{&quot;2026-07-09&quot;:3.37},{&quot;2026-07-10&quot;:3.29},{&quot;2026-07-11&quot;:3.29},{&quot;2026-07-12&quot;:3.29},{&quot;2026-07-13&quot;:3.29},{&quot;2026-07-14&quot;:3.31},{&quot;2026-07-15&quot;:3.23},{&quot;2026-07-16&quot;:3.21},{&quot;2026-07-17&quot;:3.25},{&quot;2026-07-18&quot;:3.23},{&quot;2026-07-19&quot;:3.23},{&quot;2026-07-20&quot;:3.12},{&quot;2026-07-21&quot;:3.1},{&quot;2026-07-23&quot;:3.04},{&quot;2026-07-25&quot;:3.02},{&quot;2026-07-26&quot;:3.02},{&quot;2026-07-27&quot;:3.01},{&quot;2026-07-29&quot;:2.99},{&quot;2026-07-30&quot;:2.99},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.87},{&quot;2026-08-02&quot;:2.9},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.92},{&quot;2026-08-05&quot;:2.88},{&quot;2026-08-07&quot;:2.82},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.78},{&quot;2026-08-12&quot;:2.78},{&quot;2026-08-13&quot;:2.81},{&quot;2026-08-14&quot;:2.85},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:2.87},{&quot;2026-08-18&quot;:2.87},{&quot;2026-08-19&quot;:2.87},{&quot;2026-08-20&quot;:2.87},{&quot;2026-08-21&quot;:2.88},{&quot;2026-08-22&quot;:2.85},{&quot;2026-08-23&quot;:2.91},{&quot;2026-08-24&quot;:2.91},{&quot;2026-08-25&quot;:2.91},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.91},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.88},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.93},{&quot;2026-09-04&quot;:2.99},{&quot;2026-09-05&quot;:3.1},{&quot;2026-09-06&quot;:3.15},{&quot;2026-09-07&quot;:3.37},{&quot;2026-09-08&quot;:3.37},{&quot;2026-09-09&quot;:3.35},{&quot;2026-09-10&quot;:3.37},{&quot;2026-09-11&quot;:3.37}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Helm of Awakening" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/b/3b94aed3-a5c0-4573-a6d5-29a04ac522b2.jpg?1783918321" />

        <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">
            Helm of Awakening
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Helm of Awakening" src="https://cards.scryfall.io/large/front/3/b/3b94aed3-a5c0-4573-a6d5-29a04ac522b2.jpg?1783918321" />
    </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">
                $1.63
              </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">
                $4.48
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.52},{&quot;2026-06-12&quot;:3.52},{&quot;2026-06-13&quot;:3.58},{&quot;2026-06-14&quot;:3.58},{&quot;2026-06-15&quot;:3.58},{&quot;2026-06-16&quot;:3.62},{&quot;2026-06-17&quot;:3.71},{&quot;2026-06-18&quot;:3.65},{&quot;2026-06-19&quot;:3.88},{&quot;2026-06-20&quot;:3.88},{&quot;2026-06-21&quot;:3.88},{&quot;2026-06-22&quot;:3.88},{&quot;2026-06-23&quot;:3.78},{&quot;2026-06-24&quot;:3.78},{&quot;2026-06-25&quot;:3.81},{&quot;2026-06-26&quot;:3.81},{&quot;2026-06-27&quot;:3.81},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.81},{&quot;2026-06-30&quot;:3.82},{&quot;2026-07-01&quot;:3.84},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.39},{&quot;2026-07-04&quot;:3.39},{&quot;2026-07-05&quot;:3.39},{&quot;2026-07-06&quot;:3.44},{&quot;2026-07-07&quot;:3.56},{&quot;2026-07-08&quot;:3.56},{&quot;2026-07-09&quot;:3.56},{&quot;2026-07-10&quot;:3.59},{&quot;2026-07-11&quot;:3.59},{&quot;2026-07-12&quot;:3.59},{&quot;2026-07-13&quot;:3.53},{&quot;2026-07-14&quot;:3.58},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.4},{&quot;2026-07-20&quot;:3.4},{&quot;2026-07-21&quot;:3.4},{&quot;2026-07-23&quot;:3.42},{&quot;2026-07-25&quot;:3.42},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.46},{&quot;2026-07-28&quot;:3.46},{&quot;2026-07-29&quot;:3.44},{&quot;2026-07-30&quot;:3.43},{&quot;2026-07-31&quot;:3.43},{&quot;2026-08-01&quot;:3.43},{&quot;2026-08-02&quot;:3.42},{&quot;2026-08-03&quot;:3.54},{&quot;2026-08-04&quot;:3.6},{&quot;2026-08-05&quot;:3.72},{&quot;2026-08-07&quot;:3.94},{&quot;2026-08-08&quot;:4.18},{&quot;2026-08-09&quot;:4.18},{&quot;2026-08-10&quot;:4.13},{&quot;2026-08-11&quot;:4.13},{&quot;2026-08-12&quot;:4.06},{&quot;2026-08-13&quot;:4.06},{&quot;2026-08-14&quot;:4.06},{&quot;2026-08-15&quot;:4.06},{&quot;2026-08-16&quot;:4.06},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.13},{&quot;2026-08-19&quot;:4.13},{&quot;2026-08-20&quot;:4.13},{&quot;2026-08-21&quot;:4.13},{&quot;2026-08-22&quot;:4.29},{&quot;2026-08-23&quot;:4.29},{&quot;2026-08-24&quot;:4.29},{&quot;2026-08-25&quot;:4.29},{&quot;2026-08-26&quot;:4.29},{&quot;2026-08-27&quot;:4.29},{&quot;2026-08-28&quot;:4.29},{&quot;2026-08-29&quot;:4.29},{&quot;2026-08-30&quot;:4.36},{&quot;2026-08-31&quot;:4.36},{&quot;2026-09-01&quot;:4.36},{&quot;2026-09-02&quot;:4.36},{&quot;2026-09-03&quot;:4.36},{&quot;2026-09-04&quot;:4.48},{&quot;2026-09-05&quot;:4.48},{&quot;2026-09-06&quot;:4.48},{&quot;2026-09-07&quot;:4.48},{&quot;2026-09-08&quot;:4.48},{&quot;2026-09-09&quot;:4.48},{&quot;2026-09-10&quot;:4.48},{&quot;2026-09-11&quot;:4.48}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.06},{&quot;2026-06-12&quot;:1.09},{&quot;2026-06-13&quot;:1.09},{&quot;2026-06-14&quot;:1.09},{&quot;2026-06-15&quot;:1.09},{&quot;2026-06-16&quot;:1.2},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.29},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.37},{&quot;2026-06-22&quot;:1.48},{&quot;2026-06-23&quot;:1.52},{&quot;2026-06-24&quot;:1.5},{&quot;2026-06-25&quot;:1.51},{&quot;2026-06-26&quot;:1.57},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.45},{&quot;2026-06-29&quot;:1.42},{&quot;2026-06-30&quot;:1.43},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.41},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.41},{&quot;2026-07-05&quot;:1.39},{&quot;2026-07-06&quot;:1.38},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.25},{&quot;2026-07-10&quot;:1.26},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.26},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.28},{&quot;2026-07-15&quot;:1.29},{&quot;2026-07-16&quot;:1.27},{&quot;2026-07-17&quot;:1.27},{&quot;2026-07-18&quot;:1.27},{&quot;2026-07-19&quot;:1.27},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-23&quot;:1.29},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.35},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-28&quot;:1.33},{&quot;2026-07-29&quot;:1.34},{&quot;2026-07-30&quot;:1.34},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.33},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.32},{&quot;2026-08-08&quot;:1.38},{&quot;2026-08-09&quot;:1.38},{&quot;2026-08-10&quot;:1.41},{&quot;2026-08-11&quot;:1.39},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.41},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.49},{&quot;2026-08-20&quot;:1.49},{&quot;2026-08-21&quot;:1.51},{&quot;2026-08-22&quot;:1.52},{&quot;2026-08-23&quot;:1.52},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.46},{&quot;2026-08-27&quot;:1.5},{&quot;2026-08-28&quot;:1.48},{&quot;2026-08-29&quot;:1.48},{&quot;2026-08-30&quot;:1.55},{&quot;2026-08-31&quot;:1.55},{&quot;2026-09-01&quot;:1.55},{&quot;2026-09-02&quot;:1.55},{&quot;2026-09-03&quot;:1.55},{&quot;2026-09-04&quot;:1.55},{&quot;2026-09-05&quot;:1.56},{&quot;2026-09-06&quot;:1.56},{&quot;2026-09-07&quot;:1.56},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.6},{&quot;2026-09-11&quot;:1.63}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28678"
  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">
            Disrupt Decorum
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Disrupt Decorum
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Disrupt Decorum" src="https://cards.scryfall.io/large/front/b/c/bc91f0d5-6d50-4f71-a229-286364984e61.jpg?1783926208" />
    </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">
                $4.48
              </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.25</span>
              <span class="text-xs text-grey-text">Credit: $2.93</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.05},{&quot;2026-06-14&quot;:4.14},{&quot;2026-06-15&quot;:4.21},{&quot;2026-06-16&quot;:4.21},{&quot;2026-06-17&quot;:4.21},{&quot;2026-06-18&quot;:4.21},{&quot;2026-06-19&quot;:4.26},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.32},{&quot;2026-06-22&quot;:4.32},{&quot;2026-06-23&quot;:4.32},{&quot;2026-06-24&quot;:4.31},{&quot;2026-06-25&quot;:4.31},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:4.34},{&quot;2026-06-29&quot;:4.27},{&quot;2026-06-30&quot;:4.26},{&quot;2026-07-01&quot;:4.25},{&quot;2026-07-02&quot;:4.22},{&quot;2026-07-03&quot;:4.19},{&quot;2026-07-04&quot;:4.23},{&quot;2026-07-05&quot;:4.27},{&quot;2026-07-06&quot;:4.3},{&quot;2026-07-07&quot;:4.33},{&quot;2026-07-08&quot;:4.29},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.22},{&quot;2026-07-11&quot;:4.23},{&quot;2026-07-12&quot;:4.22},{&quot;2026-07-13&quot;:4.23},{&quot;2026-07-14&quot;:4.27},{&quot;2026-07-15&quot;:4.3},{&quot;2026-07-16&quot;:4.31},{&quot;2026-07-17&quot;:4.29},{&quot;2026-07-18&quot;:4.23},{&quot;2026-07-19&quot;:4.26},{&quot;2026-07-20&quot;:4.43},{&quot;2026-07-21&quot;:4.43},{&quot;2026-07-22&quot;:4.43},{&quot;2026-07-23&quot;:4.43},{&quot;2026-07-24&quot;:4.43},{&quot;2026-07-25&quot;:4.51},{&quot;2026-07-26&quot;:4.53},{&quot;2026-07-27&quot;:4.6},{&quot;2026-07-28&quot;:4.6},{&quot;2026-07-29&quot;:4.63},{&quot;2026-07-30&quot;:4.59},{&quot;2026-07-31&quot;:4.56},{&quot;2026-08-01&quot;:4.56},{&quot;2026-08-02&quot;:4.57},{&quot;2026-08-03&quot;:4.65},{&quot;2026-08-04&quot;:4.65},{&quot;2026-08-05&quot;:4.65},{&quot;2026-08-07&quot;:4.66},{&quot;2026-08-08&quot;:4.66},{&quot;2026-08-09&quot;:4.5},{&quot;2026-08-10&quot;:4.46},{&quot;2026-08-11&quot;:4.46},{&quot;2026-08-12&quot;:4.44},{&quot;2026-08-13&quot;:4.44},{&quot;2026-08-14&quot;:4.48},{&quot;2026-08-15&quot;:4.48},{&quot;2026-08-16&quot;:4.4},{&quot;2026-08-17&quot;:4.4},{&quot;2026-08-18&quot;:4.4},{&quot;2026-08-19&quot;:4.52},{&quot;2026-08-20&quot;:4.52},{&quot;2026-08-21&quot;:4.5},{&quot;2026-08-22&quot;:4.5},{&quot;2026-08-23&quot;:4.5},{&quot;2026-08-24&quot;:4.55},{&quot;2026-08-25&quot;:4.5},{&quot;2026-08-26&quot;:4.48},{&quot;2026-08-27&quot;:4.54},{&quot;2026-08-28&quot;:4.62},{&quot;2026-08-29&quot;:4.62},{&quot;2026-08-30&quot;:4.56},{&quot;2026-08-31&quot;:4.56},{&quot;2026-09-01&quot;:4.62},{&quot;2026-09-02&quot;:4.71},{&quot;2026-09-03&quot;:4.58},{&quot;2026-09-04&quot;:4.58},{&quot;2026-09-05&quot;:4.58},{&quot;2026-09-06&quot;:4.57},{&quot;2026-09-07&quot;:4.58},{&quot;2026-09-08&quot;:4.58},{&quot;2026-09-09&quot;:4.53},{&quot;2026-09-10&quot;:4.53},{&quot;2026-09-11&quot;:4.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12614"
  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">
            The Council of Four
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Council of Four" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/0873cfa8-046c-4b14-ae22-3fd6a691f763.jpg?1783922695" />

        <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 Council of Four
        </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 Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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 Council of Four" src="https://cards.scryfall.io/large/front/0/8/0873cfa8-046c-4b14-ae22-3fd6a691f763.jpg?1783922695" />
    </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">
                $4.47
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.77},{&quot;2026-06-14&quot;:1.77},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.77},{&quot;2026-06-17&quot;:1.77},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.68},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.87},{&quot;2026-06-23&quot;:1.94},{&quot;2026-06-24&quot;:2.02},{&quot;2026-06-25&quot;:2.02},{&quot;2026-06-26&quot;:2.02},{&quot;2026-06-27&quot;:2.02},{&quot;2026-06-28&quot;:2.04},{&quot;2026-06-29&quot;:2.04},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:2.04},{&quot;2026-07-02&quot;:2.04},{&quot;2026-07-03&quot;:2.04},{&quot;2026-07-04&quot;:2.04},{&quot;2026-07-05&quot;:2.04},{&quot;2026-07-06&quot;:2.04},{&quot;2026-07-07&quot;:2.04},{&quot;2026-07-08&quot;:2.04},{&quot;2026-07-09&quot;:2.04},{&quot;2026-07-10&quot;:2.02},{&quot;2026-07-11&quot;:2.02},{&quot;2026-07-12&quot;:2.02},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:1.98},{&quot;2026-07-15&quot;:2.05},{&quot;2026-07-16&quot;:2.05},{&quot;2026-07-17&quot;:2.17},{&quot;2026-07-18&quot;:2.17},{&quot;2026-07-19&quot;:2.17},{&quot;2026-07-20&quot;:2.12},{&quot;2026-07-21&quot;:2.12},{&quot;2026-07-22&quot;:2.12},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-24&quot;:2.16},{&quot;2026-07-25&quot;:2.15},{&quot;2026-07-26&quot;:2.1},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.1},{&quot;2026-07-31&quot;:2.09},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.26},{&quot;2026-08-03&quot;:2.26},{&quot;2026-08-04&quot;:2.38},{&quot;2026-08-05&quot;:2.48},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.72},{&quot;2026-08-09&quot;:2.8},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.72},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.8},{&quot;2026-08-14&quot;:2.78},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.79},{&quot;2026-08-17&quot;:2.79},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.15},{&quot;2026-08-20&quot;:3.2},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.11},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.42},{&quot;2026-08-25&quot;:3.77},{&quot;2026-08-26&quot;:3.83},{&quot;2026-08-27&quot;:3.79},{&quot;2026-08-28&quot;:3.9},{&quot;2026-08-29&quot;:3.9},{&quot;2026-08-30&quot;:4.09},{&quot;2026-08-31&quot;:4.09},{&quot;2026-09-01&quot;:4.17},{&quot;2026-09-02&quot;:4.17},{&quot;2026-09-03&quot;:4.18},{&quot;2026-09-04&quot;:4.1},{&quot;2026-09-05&quot;:4.09},{&quot;2026-09-06&quot;:4.09},{&quot;2026-09-07&quot;:4.09},{&quot;2026-09-08&quot;:4.08},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:4.07},{&quot;2026-09-11&quot;:4.07}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.95},{&quot;2026-06-14&quot;:1.92},{&quot;2026-06-15&quot;:1.84},{&quot;2026-06-16&quot;:1.68},{&quot;2026-06-17&quot;:1.66},{&quot;2026-06-18&quot;:1.6},{&quot;2026-06-19&quot;:1.48},{&quot;2026-06-20&quot;:1.45},{&quot;2026-06-21&quot;:1.48},{&quot;2026-06-22&quot;:1.54},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.83},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:1.78},{&quot;2026-06-29&quot;:1.83},{&quot;2026-06-30&quot;:1.89},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.92},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.6},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.44},{&quot;2026-07-11&quot;:1.37},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.47},{&quot;2026-07-15&quot;:1.47},{&quot;2026-07-16&quot;:1.48},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.69},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-22&quot;:1.8},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-24&quot;:1.68},{&quot;2026-07-25&quot;:1.66},{&quot;2026-07-26&quot;:1.64},{&quot;2026-07-27&quot;:1.68},{&quot;2026-07-28&quot;:1.74},{&quot;2026-07-29&quot;:1.89},{&quot;2026-07-30&quot;:2.21},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.48},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.43},{&quot;2026-08-05&quot;:2.4},{&quot;2026-08-07&quot;:2.3},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.18},{&quot;2026-08-10&quot;:2.21},{&quot;2026-08-11&quot;:2.93},{&quot;2026-08-12&quot;:3.34},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.55},{&quot;2026-08-15&quot;:3.81},{&quot;2026-08-16&quot;:3.44},{&quot;2026-08-17&quot;:4.01},{&quot;2026-08-18&quot;:3.53},{&quot;2026-08-19&quot;:3.99},{&quot;2026-08-20&quot;:4.9},{&quot;2026-08-21&quot;:4.71},{&quot;2026-08-22&quot;:4.59},{&quot;2026-08-23&quot;:4.59},{&quot;2026-08-24&quot;:4.15},{&quot;2026-08-25&quot;:4.69},{&quot;2026-08-26&quot;:4.16},{&quot;2026-08-27&quot;:4.33},{&quot;2026-08-28&quot;:4.06},{&quot;2026-08-29&quot;:4.06},{&quot;2026-08-30&quot;:4.14},{&quot;2026-08-31&quot;:4.12},{&quot;2026-09-01&quot;:4.28},{&quot;2026-09-02&quot;:4.69},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.79},{&quot;2026-09-05&quot;:4.79},{&quot;2026-09-06&quot;:4.74},{&quot;2026-09-07&quot;:4.94},{&quot;2026-09-08&quot;:5.03},{&quot;2026-09-09&quot;:4.71},{&quot;2026-09-10&quot;:4.65},{&quot;2026-09-11&quot;:4.47}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="57847"
  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-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">
            Skrelv, Defector Mite
        </span>


      </div>

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

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

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

        <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">
            Skrelv, Defector Mite
        </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 — Phyrexian Mite</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="Skrelv, Defector Mite" src="https://cards.scryfall.io/large/front/3/c/3c4862ed-7be8-4fd0-9150-a20e56d1e858.jpg?1783917962" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.88},{&quot;2026-06-12&quot;:3.88},{&quot;2026-06-13&quot;:4.07},{&quot;2026-06-14&quot;:4.07},{&quot;2026-06-15&quot;:4.06},{&quot;2026-06-16&quot;:4.06},{&quot;2026-06-17&quot;:4.11},{&quot;2026-06-18&quot;:4.11},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.96},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:3.99},{&quot;2026-06-23&quot;:3.99},{&quot;2026-06-24&quot;:3.99},{&quot;2026-06-25&quot;:3.99},{&quot;2026-06-26&quot;:3.9},{&quot;2026-06-27&quot;:4.06},{&quot;2026-06-28&quot;:4.3},{&quot;2026-06-29&quot;:4.3},{&quot;2026-06-30&quot;:4.3},{&quot;2026-07-01&quot;:4.3},{&quot;2026-07-02&quot;:4.3},{&quot;2026-07-03&quot;:4.3},{&quot;2026-07-04&quot;:4.3},{&quot;2026-07-05&quot;:4.3},{&quot;2026-07-06&quot;:4.3},{&quot;2026-07-07&quot;:4.27},{&quot;2026-07-08&quot;:4.27},{&quot;2026-07-09&quot;:4.27},{&quot;2026-07-10&quot;:4.27},{&quot;2026-07-11&quot;:4.27},{&quot;2026-07-12&quot;:4.27},{&quot;2026-07-13&quot;:4.27},{&quot;2026-07-14&quot;:4.24},{&quot;2026-07-15&quot;:4.23},{&quot;2026-07-16&quot;:4.18},{&quot;2026-07-17&quot;:4.18},{&quot;2026-07-18&quot;:4.18},{&quot;2026-07-19&quot;:4.18},{&quot;2026-07-20&quot;:4.15},{&quot;2026-07-21&quot;:4.18},{&quot;2026-07-23&quot;:4.28},{&quot;2026-07-25&quot;:4.28},{&quot;2026-07-26&quot;:4.28},{&quot;2026-07-27&quot;:4.28},{&quot;2026-07-28&quot;:4.1},{&quot;2026-07-29&quot;:4.1},{&quot;2026-07-30&quot;:4.1},{&quot;2026-07-31&quot;:4.26},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.08},{&quot;2026-08-03&quot;:4.08},{&quot;2026-08-04&quot;:4.08},{&quot;2026-08-05&quot;:4.08},{&quot;2026-08-07&quot;:4.08},{&quot;2026-08-08&quot;:4.2},{&quot;2026-08-09&quot;:4.2},{&quot;2026-08-10&quot;:4.2},{&quot;2026-08-11&quot;:4.25},{&quot;2026-08-12&quot;:4.59},{&quot;2026-08-13&quot;:4.6},{&quot;2026-08-14&quot;:4.6},{&quot;2026-08-15&quot;:4.6},{&quot;2026-08-16&quot;:4.52},{&quot;2026-08-17&quot;:4.52},{&quot;2026-08-18&quot;:4.35},{&quot;2026-08-19&quot;:4.35},{&quot;2026-08-20&quot;:4.35},{&quot;2026-08-21&quot;:4.11},{&quot;2026-08-22&quot;:4.11},{&quot;2026-08-23&quot;:4.11},{&quot;2026-08-24&quot;:4.23},{&quot;2026-08-25&quot;:4.23},{&quot;2026-08-26&quot;:4.4},{&quot;2026-08-27&quot;:4.44},{&quot;2026-08-28&quot;:4.45},{&quot;2026-08-29&quot;:4.45},{&quot;2026-08-30&quot;:4.39},{&quot;2026-08-31&quot;:4.45},{&quot;2026-09-01&quot;:4.45},{&quot;2026-09-02&quot;:4.58},{&quot;2026-09-03&quot;:4.58},{&quot;2026-09-04&quot;:4.67},{&quot;2026-09-05&quot;:4.67},{&quot;2026-09-06&quot;:4.67},{&quot;2026-09-07&quot;:4.67},{&quot;2026-09-08&quot;:4.69},{&quot;2026-09-09&quot;:4.69},{&quot;2026-09-10&quot;:4.69},{&quot;2026-09-11&quot;:4.47}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.15},{&quot;2026-06-12&quot;:3.25},{&quot;2026-06-13&quot;:3.25},{&quot;2026-06-14&quot;:3.23},{&quot;2026-06-15&quot;:3.11},{&quot;2026-06-16&quot;:3.07},{&quot;2026-06-17&quot;:3.17},{&quot;2026-06-18&quot;:3.17},{&quot;2026-06-19&quot;:3.42},{&quot;2026-06-20&quot;:3.42},{&quot;2026-06-21&quot;:3.56},{&quot;2026-06-22&quot;:3.63},{&quot;2026-06-23&quot;:3.63},{&quot;2026-06-24&quot;:3.71},{&quot;2026-06-25&quot;:3.73},{&quot;2026-06-26&quot;:3.73},{&quot;2026-06-27&quot;:3.75},{&quot;2026-06-28&quot;:3.75},{&quot;2026-06-29&quot;:3.75},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.94},{&quot;2026-07-02&quot;:3.97},{&quot;2026-07-03&quot;:3.97},{&quot;2026-07-04&quot;:4.07},{&quot;2026-07-05&quot;:4.09},{&quot;2026-07-06&quot;:4.01},{&quot;2026-07-07&quot;:4.01},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.48},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.33},{&quot;2026-07-13&quot;:3.3},{&quot;2026-07-14&quot;:3.38},{&quot;2026-07-15&quot;:3.09},{&quot;2026-07-16&quot;:2.95},{&quot;2026-07-17&quot;:2.83},{&quot;2026-07-18&quot;:2.78},{&quot;2026-07-19&quot;:2.81},{&quot;2026-07-20&quot;:2.75},{&quot;2026-07-21&quot;:2.92},{&quot;2026-07-23&quot;:3.33},{&quot;2026-07-25&quot;:3.38},{&quot;2026-07-26&quot;:3.32},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-28&quot;:3.36},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.46},{&quot;2026-07-31&quot;:3.47},{&quot;2026-08-01&quot;:3.56},{&quot;2026-08-02&quot;:3.56},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.23},{&quot;2026-08-05&quot;:3.34},{&quot;2026-08-07&quot;:3.36},{&quot;2026-08-08&quot;:3.5},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.55},{&quot;2026-08-11&quot;:3.55},{&quot;2026-08-12&quot;:3.46},{&quot;2026-08-13&quot;:3.46},{&quot;2026-08-14&quot;:3.54},{&quot;2026-08-15&quot;:3.52},{&quot;2026-08-16&quot;:3.54},{&quot;2026-08-17&quot;:3.55},{&quot;2026-08-18&quot;:3.55},{&quot;2026-08-19&quot;:3.55},{&quot;2026-08-20&quot;:3.55},{&quot;2026-08-21&quot;:3.25},{&quot;2026-08-22&quot;:3.18},{&quot;2026-08-23&quot;:3.18},{&quot;2026-08-24&quot;:3.12},{&quot;2026-08-25&quot;:3.12},{&quot;2026-08-26&quot;:2.97},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.8},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:2.69},{&quot;2026-09-04&quot;:2.91},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.25},{&quot;2026-09-10&quot;:3.28},{&quot;2026-09-11&quot;:3.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Thran Dynamo
        </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-4'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Thran Dynamo" src="https://cards.scryfall.io/large/front/7/c/7ce5f12e-fc02-42f8-a5ca-b523050d4650.jpg?1783915588" />
    </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">
                $4.46
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.07},{&quot;2026-06-12&quot;:4.07},{&quot;2026-06-13&quot;:4.07},{&quot;2026-06-14&quot;:4.02},{&quot;2026-06-15&quot;:4.03},{&quot;2026-06-16&quot;:3.99},{&quot;2026-06-17&quot;:3.94},{&quot;2026-06-18&quot;:3.87},{&quot;2026-06-19&quot;:3.87},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.75},{&quot;2026-06-22&quot;:3.7},{&quot;2026-06-23&quot;:3.71},{&quot;2026-06-24&quot;:3.66},{&quot;2026-06-25&quot;:3.67},{&quot;2026-06-26&quot;:3.67},{&quot;2026-06-27&quot;:3.64},{&quot;2026-06-28&quot;:3.76},{&quot;2026-06-29&quot;:3.76},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.86},{&quot;2026-07-03&quot;:3.81},{&quot;2026-07-04&quot;:4.04},{&quot;2026-07-05&quot;:4.07},{&quot;2026-07-06&quot;:4.07},{&quot;2026-07-07&quot;:4.3},{&quot;2026-07-08&quot;:4.3},{&quot;2026-07-09&quot;:4.33},{&quot;2026-07-10&quot;:4.35},{&quot;2026-07-11&quot;:4.39},{&quot;2026-07-12&quot;:4.39},{&quot;2026-07-13&quot;:4.39},{&quot;2026-07-14&quot;:4.44},{&quot;2026-07-15&quot;:4.44},{&quot;2026-07-16&quot;:4.51},{&quot;2026-07-17&quot;:4.51},{&quot;2026-07-18&quot;:4.51},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.75},{&quot;2026-07-21&quot;:4.83},{&quot;2026-07-23&quot;:4.83},{&quot;2026-07-25&quot;:4.83},{&quot;2026-07-26&quot;:4.83},{&quot;2026-07-27&quot;:4.83},{&quot;2026-07-28&quot;:4.83},{&quot;2026-07-29&quot;:4.83},{&quot;2026-07-30&quot;:4.83},{&quot;2026-07-31&quot;:4.9},{&quot;2026-08-01&quot;:4.9},{&quot;2026-08-02&quot;:4.9},{&quot;2026-08-03&quot;:4.9},{&quot;2026-08-04&quot;:4.9},{&quot;2026-08-05&quot;:4.9},{&quot;2026-08-07&quot;:4.99},{&quot;2026-08-08&quot;:5.11},{&quot;2026-08-09&quot;:5.11},{&quot;2026-08-10&quot;:5.11},{&quot;2026-08-11&quot;:5.11},{&quot;2026-08-12&quot;:5.11},{&quot;2026-08-13&quot;:5.11},{&quot;2026-08-14&quot;:5.13},{&quot;2026-08-15&quot;:5.13},{&quot;2026-08-16&quot;:5.13},{&quot;2026-08-17&quot;:5.13},{&quot;2026-08-18&quot;:5.13},{&quot;2026-08-19&quot;:5.13},{&quot;2026-08-20&quot;:5.13},{&quot;2026-08-21&quot;:5.13},{&quot;2026-08-22&quot;:5.18},{&quot;2026-08-23&quot;:5.18},{&quot;2026-08-24&quot;:5.24},{&quot;2026-08-25&quot;:5.24},{&quot;2026-08-26&quot;:5.23},{&quot;2026-08-27&quot;:5.23},{&quot;2026-08-28&quot;:5.23},{&quot;2026-08-29&quot;:5.23},{&quot;2026-08-30&quot;:5.3},{&quot;2026-08-31&quot;:5.3},{&quot;2026-09-01&quot;:5.3},{&quot;2026-09-02&quot;:5.3},{&quot;2026-09-03&quot;:5.25},{&quot;2026-09-04&quot;:5.29},{&quot;2026-09-05&quot;:5.29},{&quot;2026-09-06&quot;:5.29},{&quot;2026-09-07&quot;:5.29},{&quot;2026-09-08&quot;:5.14},{&quot;2026-09-09&quot;:5.14},{&quot;2026-09-10&quot;:5.14},{&quot;2026-09-11&quot;:5.21}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.72},{&quot;2026-06-12&quot;:3.73},{&quot;2026-06-13&quot;:3.74},{&quot;2026-06-14&quot;:3.7},{&quot;2026-06-15&quot;:3.91},{&quot;2026-06-16&quot;:3.92},{&quot;2026-06-17&quot;:3.91},{&quot;2026-06-18&quot;:4.0},{&quot;2026-06-19&quot;:3.95},{&quot;2026-06-20&quot;:3.98},{&quot;2026-06-21&quot;:4.06},{&quot;2026-06-22&quot;:4.3},{&quot;2026-06-23&quot;:4.35},{&quot;2026-06-24&quot;:4.43},{&quot;2026-06-25&quot;:4.49},{&quot;2026-06-26&quot;:4.49},{&quot;2026-06-27&quot;:4.3},{&quot;2026-06-28&quot;:4.31},{&quot;2026-06-29&quot;:4.39},{&quot;2026-06-30&quot;:4.26},{&quot;2026-07-01&quot;:4.15},{&quot;2026-07-02&quot;:4.48},{&quot;2026-07-03&quot;:4.62},{&quot;2026-07-04&quot;:4.58},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.61},{&quot;2026-07-07&quot;:4.65},{&quot;2026-07-08&quot;:4.4},{&quot;2026-07-09&quot;:4.47},{&quot;2026-07-10&quot;:4.5},{&quot;2026-07-11&quot;:4.53},{&quot;2026-07-12&quot;:4.62},{&quot;2026-07-13&quot;:4.86},{&quot;2026-07-14&quot;:4.97},{&quot;2026-07-15&quot;:4.97},{&quot;2026-07-16&quot;:5.12},{&quot;2026-07-17&quot;:5.2},{&quot;2026-07-18&quot;:5.1},{&quot;2026-07-19&quot;:5.01},{&quot;2026-07-20&quot;:5.21},{&quot;2026-07-21&quot;:5.22},{&quot;2026-07-23&quot;:5.05},{&quot;2026-07-25&quot;:5.09},{&quot;2026-07-26&quot;:5.06},{&quot;2026-07-27&quot;:4.98},{&quot;2026-07-28&quot;:4.79},{&quot;2026-07-29&quot;:4.81},{&quot;2026-07-30&quot;:4.81},{&quot;2026-07-31&quot;:4.77},{&quot;2026-08-01&quot;:5.05},{&quot;2026-08-02&quot;:5.22},{&quot;2026-08-03&quot;:5.46},{&quot;2026-08-04&quot;:5.41},{&quot;2026-08-05&quot;:5.46},{&quot;2026-08-07&quot;:5.62},{&quot;2026-08-08&quot;:5.66},{&quot;2026-08-09&quot;:5.86},{&quot;2026-08-10&quot;:5.46},{&quot;2026-08-11&quot;:5.46},{&quot;2026-08-12&quot;:5.36},{&quot;2026-08-13&quot;:5.45},{&quot;2026-08-14&quot;:5.3},{&quot;2026-08-15&quot;:4.86},{&quot;2026-08-16&quot;:4.79},{&quot;2026-08-17&quot;:4.81},{&quot;2026-08-18&quot;:4.89},{&quot;2026-08-19&quot;:5.05},{&quot;2026-08-20&quot;:5.05},{&quot;2026-08-21&quot;:4.85},{&quot;2026-08-22&quot;:4.56},{&quot;2026-08-23&quot;:4.17},{&quot;2026-08-24&quot;:4.23},{&quot;2026-08-25&quot;:4.34},{&quot;2026-08-26&quot;:4.34},{&quot;2026-08-27&quot;:4.54},{&quot;2026-08-28&quot;:4.73},{&quot;2026-08-29&quot;:4.73},{&quot;2026-08-30&quot;:5.05},{&quot;2026-08-31&quot;:5.29},{&quot;2026-09-01&quot;:5.38},{&quot;2026-09-02&quot;:5.25},{&quot;2026-09-03&quot;:4.93},{&quot;2026-09-04&quot;:4.88},{&quot;2026-09-05&quot;:4.88},{&quot;2026-09-06&quot;:4.81},{&quot;2026-09-07&quot;:4.71},{&quot;2026-09-08&quot;:4.73},{&quot;2026-09-09&quot;:4.74},{&quot;2026-09-10&quot;:4.62},{&quot;2026-09-11&quot;:4.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Pashalik Mons
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Pashalik Mons" src="https://cards.scryfall.io/large/front/c/a/ca20a650-65b0-4714-b7ce-0481af3db377.jpg?1783918458" />
    </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">
                $4.46
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.48},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.53},{&quot;2026-06-16&quot;:2.53},{&quot;2026-06-17&quot;:2.53},{&quot;2026-06-18&quot;:2.58},{&quot;2026-06-19&quot;:2.68},{&quot;2026-06-20&quot;:2.68},{&quot;2026-06-21&quot;:2.68},{&quot;2026-06-22&quot;:2.68},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.69},{&quot;2026-06-26&quot;:2.69},{&quot;2026-06-27&quot;:2.72},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.72},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.76},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.61},{&quot;2026-07-04&quot;:2.61},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.7},{&quot;2026-07-08&quot;:2.72},{&quot;2026-07-09&quot;:2.72},{&quot;2026-07-10&quot;:2.72},{&quot;2026-07-11&quot;:2.72},{&quot;2026-07-12&quot;:2.72},{&quot;2026-07-13&quot;:2.72},{&quot;2026-07-14&quot;:2.72},{&quot;2026-07-15&quot;:2.72},{&quot;2026-07-16&quot;:2.72},{&quot;2026-07-17&quot;:2.72},{&quot;2026-07-18&quot;:2.72},{&quot;2026-07-19&quot;:2.72},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.91},{&quot;2026-07-22&quot;:2.91},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:3.0},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:3.06},{&quot;2026-07-28&quot;:3.06},{&quot;2026-07-29&quot;:3.06},{&quot;2026-07-30&quot;:3.06},{&quot;2026-07-31&quot;:3.02},{&quot;2026-08-01&quot;:3.02},{&quot;2026-08-02&quot;:3.02},{&quot;2026-08-03&quot;:3.02},{&quot;2026-08-04&quot;:2.89},{&quot;2026-08-05&quot;:2.89},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.77},{&quot;2026-08-09&quot;:2.78},{&quot;2026-08-10&quot;:2.78},{&quot;2026-08-11&quot;:2.85},{&quot;2026-08-12&quot;:2.85},{&quot;2026-08-13&quot;:3.04},{&quot;2026-08-14&quot;:3.12},{&quot;2026-08-15&quot;:3.13},{&quot;2026-08-16&quot;:3.13},{&quot;2026-08-17&quot;:3.29},{&quot;2026-08-18&quot;:3.2},{&quot;2026-08-19&quot;:3.2},{&quot;2026-08-20&quot;:3.14},{&quot;2026-08-21&quot;:3.13},{&quot;2026-08-22&quot;:3.13},{&quot;2026-08-23&quot;:3.16},{&quot;2026-08-24&quot;:3.08},{&quot;2026-08-25&quot;:3.08},{&quot;2026-08-26&quot;:3.14},{&quot;2026-08-27&quot;:3.11},{&quot;2026-08-28&quot;:3.16},{&quot;2026-08-29&quot;:3.16},{&quot;2026-08-30&quot;:3.16},{&quot;2026-08-31&quot;:3.16},{&quot;2026-09-01&quot;:3.08},{&quot;2026-09-02&quot;:2.9},{&quot;2026-09-03&quot;:2.78},{&quot;2026-09-04&quot;:2.64},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.76},{&quot;2026-09-08&quot;:2.79},{&quot;2026-09-09&quot;:2.79},{&quot;2026-09-10&quot;:2.88},{&quot;2026-09-11&quot;:2.93}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.78},{&quot;2026-06-14&quot;:2.87},{&quot;2026-06-15&quot;:2.87},{&quot;2026-06-16&quot;:2.87},{&quot;2026-06-17&quot;:2.92},{&quot;2026-06-18&quot;:2.94},{&quot;2026-06-19&quot;:2.95},{&quot;2026-06-20&quot;:2.99},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:3.05},{&quot;2026-06-23&quot;:3.05},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:2.93},{&quot;2026-06-26&quot;:2.93},{&quot;2026-06-27&quot;:2.94},{&quot;2026-06-28&quot;:2.91},{&quot;2026-06-29&quot;:3.12},{&quot;2026-06-30&quot;:3.13},{&quot;2026-07-01&quot;:3.15},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.01},{&quot;2026-07-04&quot;:3.01},{&quot;2026-07-05&quot;:3.01},{&quot;2026-07-06&quot;:3.01},{&quot;2026-07-07&quot;:3.02},{&quot;2026-07-08&quot;:2.94},{&quot;2026-07-09&quot;:2.87},{&quot;2026-07-10&quot;:2.75},{&quot;2026-07-11&quot;:2.62},{&quot;2026-07-12&quot;:2.58},{&quot;2026-07-13&quot;:2.33},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.14},{&quot;2026-07-16&quot;:2.19},{&quot;2026-07-17&quot;:2.21},{&quot;2026-07-18&quot;:2.27},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.54},{&quot;2026-07-22&quot;:2.59},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-24&quot;:2.68},{&quot;2026-07-25&quot;:2.77},{&quot;2026-07-26&quot;:2.77},{&quot;2026-07-27&quot;:2.73},{&quot;2026-07-28&quot;:2.82},{&quot;2026-07-29&quot;:3.0},{&quot;2026-07-30&quot;:3.0},{&quot;2026-07-31&quot;:3.01},{&quot;2026-08-01&quot;:3.0},{&quot;2026-08-02&quot;:3.0},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:3.01},{&quot;2026-08-05&quot;:3.0},{&quot;2026-08-07&quot;:2.89},{&quot;2026-08-08&quot;:2.89},{&quot;2026-08-09&quot;:3.06},{&quot;2026-08-10&quot;:3.17},{&quot;2026-08-11&quot;:3.17},{&quot;2026-08-12&quot;:3.16},{&quot;2026-08-13&quot;:3.17},{&quot;2026-08-14&quot;:3.22},{&quot;2026-08-15&quot;:3.33},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.17},{&quot;2026-08-18&quot;:3.14},{&quot;2026-08-19&quot;:3.28},{&quot;2026-08-20&quot;:3.2},{&quot;2026-08-21&quot;:3.22},{&quot;2026-08-22&quot;:3.21},{&quot;2026-08-23&quot;:3.12},{&quot;2026-08-24&quot;:3.09},{&quot;2026-08-25&quot;:3.18},{&quot;2026-08-26&quot;:3.18},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:3.13},{&quot;2026-08-29&quot;:3.13},{&quot;2026-08-30&quot;:3.54},{&quot;2026-08-31&quot;:3.75},{&quot;2026-09-01&quot;:3.9},{&quot;2026-09-02&quot;:3.93},{&quot;2026-09-03&quot;:3.97},{&quot;2026-09-04&quot;:3.95},{&quot;2026-09-05&quot;:4.11},{&quot;2026-09-06&quot;:4.11},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.26},{&quot;2026-09-09&quot;:4.45},{&quot;2026-09-10&quot;:4.56},{&quot;2026-09-11&quot;:4.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Whispersilk Cloak" src="https://cards.scryfall.io/large/front/c/b/cbb9465c-cea2-491f-a6d6-9022cb3e969d.jpg?1783942354" />
    </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">
                $4.46
              </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">
                $11.61
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.51},{&quot;2026-06-14&quot;:11.51},{&quot;2026-06-15&quot;:11.51},{&quot;2026-06-16&quot;:11.51},{&quot;2026-06-17&quot;:11.51},{&quot;2026-06-18&quot;:11.51},{&quot;2026-06-19&quot;:11.51},{&quot;2026-06-20&quot;:11.51},{&quot;2026-06-21&quot;:11.51},{&quot;2026-06-22&quot;:11.51},{&quot;2026-06-23&quot;:11.51},{&quot;2026-06-24&quot;:11.51},{&quot;2026-06-25&quot;:11.51},{&quot;2026-06-26&quot;:11.51},{&quot;2026-06-27&quot;:11.51},{&quot;2026-06-28&quot;:11.51},{&quot;2026-06-29&quot;:11.51},{&quot;2026-06-30&quot;:11.51},{&quot;2026-07-01&quot;:11.51},{&quot;2026-07-02&quot;:11.51},{&quot;2026-07-03&quot;:11.51},{&quot;2026-07-04&quot;:11.51},{&quot;2026-07-05&quot;:11.51},{&quot;2026-07-06&quot;:11.51},{&quot;2026-07-07&quot;:11.51},{&quot;2026-07-08&quot;:11.51},{&quot;2026-07-09&quot;:11.51},{&quot;2026-07-10&quot;:11.51},{&quot;2026-07-11&quot;:11.51},{&quot;2026-07-12&quot;:11.51},{&quot;2026-07-13&quot;:11.51},{&quot;2026-07-14&quot;:11.51},{&quot;2026-07-15&quot;:11.51},{&quot;2026-07-16&quot;:11.51},{&quot;2026-07-17&quot;:11.51},{&quot;2026-07-18&quot;:11.51},{&quot;2026-07-19&quot;:11.51},{&quot;2026-07-20&quot;:11.51},{&quot;2026-07-21&quot;:11.51},{&quot;2026-07-22&quot;:11.51},{&quot;2026-07-23&quot;:11.51},{&quot;2026-07-24&quot;:11.51},{&quot;2026-07-25&quot;:11.51},{&quot;2026-07-26&quot;:11.51},{&quot;2026-07-27&quot;:11.51},{&quot;2026-07-28&quot;:11.51},{&quot;2026-07-29&quot;:11.51},{&quot;2026-07-30&quot;:11.51},{&quot;2026-07-31&quot;:11.51},{&quot;2026-08-01&quot;:11.51},{&quot;2026-08-02&quot;:11.51},{&quot;2026-08-03&quot;:11.51},{&quot;2026-08-04&quot;:11.51},{&quot;2026-08-05&quot;:11.51},{&quot;2026-08-07&quot;:11.51},{&quot;2026-08-08&quot;:11.51},{&quot;2026-08-09&quot;:11.51},{&quot;2026-08-10&quot;:11.51},{&quot;2026-08-11&quot;:11.51},{&quot;2026-08-12&quot;:11.51},{&quot;2026-08-13&quot;:11.51},{&quot;2026-08-14&quot;:11.51},{&quot;2026-08-15&quot;:11.51},{&quot;2026-08-16&quot;:11.51},{&quot;2026-08-17&quot;:11.51},{&quot;2026-08-18&quot;:11.51},{&quot;2026-08-19&quot;:11.51},{&quot;2026-08-20&quot;:11.51},{&quot;2026-08-21&quot;:11.51},{&quot;2026-08-22&quot;:11.51},{&quot;2026-08-23&quot;:11.51},{&quot;2026-08-24&quot;:11.51},{&quot;2026-08-25&quot;:11.51},{&quot;2026-08-26&quot;:11.51},{&quot;2026-08-27&quot;:11.51},{&quot;2026-08-28&quot;:11.51},{&quot;2026-08-29&quot;:11.51},{&quot;2026-08-30&quot;:11.61},{&quot;2026-08-31&quot;:11.61},{&quot;2026-09-01&quot;:11.61},{&quot;2026-09-02&quot;:11.61},{&quot;2026-09-03&quot;:11.61},{&quot;2026-09-04&quot;:11.61},{&quot;2026-09-05&quot;:11.61},{&quot;2026-09-06&quot;:11.61},{&quot;2026-09-07&quot;:11.61},{&quot;2026-09-08&quot;:11.61},{&quot;2026-09-09&quot;:11.61},{&quot;2026-09-10&quot;:11.61},{&quot;2026-09-11&quot;:11.61}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.18},{&quot;2026-06-14&quot;:4.18},{&quot;2026-06-15&quot;:4.2},{&quot;2026-06-16&quot;:4.2},{&quot;2026-06-17&quot;:4.2},{&quot;2026-06-18&quot;:4.2},{&quot;2026-06-19&quot;:4.2},{&quot;2026-06-20&quot;:4.27},{&quot;2026-06-21&quot;:4.27},{&quot;2026-06-22&quot;:4.27},{&quot;2026-06-23&quot;:4.27},{&quot;2026-06-24&quot;:4.27},{&quot;2026-06-25&quot;:4.27},{&quot;2026-06-26&quot;:4.27},{&quot;2026-06-27&quot;:4.27},{&quot;2026-06-28&quot;:4.29},{&quot;2026-06-29&quot;:4.29},{&quot;2026-06-30&quot;:4.29},{&quot;2026-07-01&quot;:4.29},{&quot;2026-07-02&quot;:4.29},{&quot;2026-07-03&quot;:4.29},{&quot;2026-07-04&quot;:4.29},{&quot;2026-07-05&quot;:4.29},{&quot;2026-07-06&quot;:4.29},{&quot;2026-07-07&quot;:4.29},{&quot;2026-07-08&quot;:4.29},{&quot;2026-07-09&quot;:4.29},{&quot;2026-07-10&quot;:4.29},{&quot;2026-07-11&quot;:4.22},{&quot;2026-07-12&quot;:4.22},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.22},{&quot;2026-07-15&quot;:4.22},{&quot;2026-07-16&quot;:4.22},{&quot;2026-07-17&quot;:4.14},{&quot;2026-07-18&quot;:4.03},{&quot;2026-07-19&quot;:3.93},{&quot;2026-07-20&quot;:3.93},{&quot;2026-07-21&quot;:3.97},{&quot;2026-07-22&quot;:3.97},{&quot;2026-07-23&quot;:4.13},{&quot;2026-07-24&quot;:4.05},{&quot;2026-07-25&quot;:4.05},{&quot;2026-07-26&quot;:4.18},{&quot;2026-07-27&quot;:4.18},{&quot;2026-07-28&quot;:4.16},{&quot;2026-07-29&quot;:4.11},{&quot;2026-07-30&quot;:4.11},{&quot;2026-07-31&quot;:4.11},{&quot;2026-08-01&quot;:4.11},{&quot;2026-08-02&quot;:4.25},{&quot;2026-08-03&quot;:4.14},{&quot;2026-08-04&quot;:4.03},{&quot;2026-08-05&quot;:4.03},{&quot;2026-08-07&quot;:3.99},{&quot;2026-08-08&quot;:3.99},{&quot;2026-08-09&quot;:4.22},{&quot;2026-08-10&quot;:4.22},{&quot;2026-08-11&quot;:4.22},{&quot;2026-08-12&quot;:4.22},{&quot;2026-08-13&quot;:4.27},{&quot;2026-08-14&quot;:4.4},{&quot;2026-08-15&quot;:4.4},{&quot;2026-08-16&quot;:4.4},{&quot;2026-08-17&quot;:4.31},{&quot;2026-08-18&quot;:4.23},{&quot;2026-08-19&quot;:4.23},{&quot;2026-08-20&quot;:4.24},{&quot;2026-08-21&quot;:4.24},{&quot;2026-08-22&quot;:4.42},{&quot;2026-08-23&quot;:4.42},{&quot;2026-08-24&quot;:4.42},{&quot;2026-08-25&quot;:4.42},{&quot;2026-08-26&quot;:4.42},{&quot;2026-08-27&quot;:4.42},{&quot;2026-08-28&quot;:4.52},{&quot;2026-08-29&quot;:4.52},{&quot;2026-08-30&quot;:4.09},{&quot;2026-08-31&quot;:4.09},{&quot;2026-09-01&quot;:4.09},{&quot;2026-09-02&quot;:4.09},{&quot;2026-09-03&quot;:4.09},{&quot;2026-09-04&quot;:4.09},{&quot;2026-09-05&quot;:4.06},{&quot;2026-09-06&quot;:4.06},{&quot;2026-09-07&quot;:4.18},{&quot;2026-09-08&quot;:4.41},{&quot;2026-09-09&quot;:4.41},{&quot;2026-09-10&quot;:4.46},{&quot;2026-09-11&quot;:4.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78632"
  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">
            Beastmaster Ascension
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Beastmaster Ascension
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Beastmaster Ascension" src="https://cards.scryfall.io/large/front/3/a/3ac51aa4-710e-4171-9fb8-9f28525e3e26.jpg?1783932203" />
    </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">
                $4.46
              </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">$4.70</span>
              <span class="text-xs text-grey-text">Credit: $6.11</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.82},{&quot;2026-06-12&quot;:3.82},{&quot;2026-06-13&quot;:3.76},{&quot;2026-06-14&quot;:3.73},{&quot;2026-06-15&quot;:3.73},{&quot;2026-06-16&quot;:3.68},{&quot;2026-06-17&quot;:3.66},{&quot;2026-06-18&quot;:3.66},{&quot;2026-06-19&quot;:3.66},{&quot;2026-06-20&quot;:3.66},{&quot;2026-06-21&quot;:3.63},{&quot;2026-06-22&quot;:3.7},{&quot;2026-06-23&quot;:3.7},{&quot;2026-06-24&quot;:3.73},{&quot;2026-06-25&quot;:3.73},{&quot;2026-06-26&quot;:3.73},{&quot;2026-06-27&quot;:3.73},{&quot;2026-06-28&quot;:3.73},{&quot;2026-06-29&quot;:3.67},{&quot;2026-06-30&quot;:3.67},{&quot;2026-07-01&quot;:3.67},{&quot;2026-07-02&quot;:3.67},{&quot;2026-07-03&quot;:3.67},{&quot;2026-07-04&quot;:3.7},{&quot;2026-07-05&quot;:3.7},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.75},{&quot;2026-07-08&quot;:3.66},{&quot;2026-07-09&quot;:3.58},{&quot;2026-07-10&quot;:3.58},{&quot;2026-07-11&quot;:3.64},{&quot;2026-07-12&quot;:3.64},{&quot;2026-07-13&quot;:3.64},{&quot;2026-07-14&quot;:3.64},{&quot;2026-07-15&quot;:3.67},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.64},{&quot;2026-07-18&quot;:3.62},{&quot;2026-07-19&quot;:3.62},{&quot;2026-07-20&quot;:3.7},{&quot;2026-07-21&quot;:3.7},{&quot;2026-07-23&quot;:3.7},{&quot;2026-07-25&quot;:3.85},{&quot;2026-07-26&quot;:3.85},{&quot;2026-07-27&quot;:3.85},{&quot;2026-07-28&quot;:3.85},{&quot;2026-07-29&quot;:3.89},{&quot;2026-07-30&quot;:3.94},{&quot;2026-07-31&quot;:3.99},{&quot;2026-08-01&quot;:4.03},{&quot;2026-08-02&quot;:4.03},{&quot;2026-08-03&quot;:4.03},{&quot;2026-08-04&quot;:4.21},{&quot;2026-08-05&quot;:4.28},{&quot;2026-08-07&quot;:4.31},{&quot;2026-08-08&quot;:4.31},{&quot;2026-08-09&quot;:4.23},{&quot;2026-08-10&quot;:4.31},{&quot;2026-08-11&quot;:4.31},{&quot;2026-08-12&quot;:4.29},{&quot;2026-08-13&quot;:4.36},{&quot;2026-08-14&quot;:4.36},{&quot;2026-08-15&quot;:4.37},{&quot;2026-08-16&quot;:4.35},{&quot;2026-08-17&quot;:4.35},{&quot;2026-08-18&quot;:4.35},{&quot;2026-08-19&quot;:4.35},{&quot;2026-08-20&quot;:4.35},{&quot;2026-08-21&quot;:4.37},{&quot;2026-08-22&quot;:4.31},{&quot;2026-08-23&quot;:4.29},{&quot;2026-08-24&quot;:4.29},{&quot;2026-08-25&quot;:4.29},{&quot;2026-08-26&quot;:4.43},{&quot;2026-08-27&quot;:4.3},{&quot;2026-08-28&quot;:4.42},{&quot;2026-08-29&quot;:4.42},{&quot;2026-08-30&quot;:4.45},{&quot;2026-08-31&quot;:4.49},{&quot;2026-09-01&quot;:4.49},{&quot;2026-09-02&quot;:4.31},{&quot;2026-09-03&quot;:4.28},{&quot;2026-09-04&quot;:4.32},{&quot;2026-09-05&quot;:4.36},{&quot;2026-09-06&quot;:4.46},{&quot;2026-09-07&quot;:4.46},{&quot;2026-09-08&quot;:4.46},{&quot;2026-09-09&quot;:4.46},{&quot;2026-09-10&quot;:4.46},{&quot;2026-09-11&quot;:4.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19215"
  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">
            Ratadrabik of Urborg
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.45
          </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="Ratadrabik of Urborg" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/acce0c81-1c30-4971-ae6f-a9c6a4dd017d.jpg?1783921212" />

        <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">
            Ratadrabik of Urborg
        </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 — Zombie Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ratadrabik of Urborg" src="https://cards.scryfall.io/large/front/a/c/acce0c81-1c30-4971-ae6f-a9c6a4dd017d.jpg?1783921212" />
    </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">
                $4.45
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:3.66},{&quot;2026-06-10&quot;:3.63},{&quot;2026-06-11&quot;:3.63},{&quot;2026-06-12&quot;:3.63},{&quot;2026-06-13&quot;:3.96},{&quot;2026-06-14&quot;:3.99},{&quot;2026-06-15&quot;:3.9},{&quot;2026-06-16&quot;:3.9},{&quot;2026-06-17&quot;:3.81},{&quot;2026-06-18&quot;:3.77},{&quot;2026-06-19&quot;:3.91},{&quot;2026-06-20&quot;:3.91},{&quot;2026-06-21&quot;:3.77},{&quot;2026-06-22&quot;:3.76},{&quot;2026-06-24&quot;:3.52},{&quot;2026-06-25&quot;:3.52},{&quot;2026-06-26&quot;:3.52},{&quot;2026-06-27&quot;:3.47},{&quot;2026-06-28&quot;:3.47},{&quot;2026-06-29&quot;:3.46},{&quot;2026-06-30&quot;:3.46},{&quot;2026-07-01&quot;:3.44},{&quot;2026-07-02&quot;:3.44},{&quot;2026-07-03&quot;:3.44},{&quot;2026-07-04&quot;:3.44},{&quot;2026-07-05&quot;:3.4},{&quot;2026-07-06&quot;:3.49},{&quot;2026-07-07&quot;:3.49},{&quot;2026-07-08&quot;:3.67},{&quot;2026-07-09&quot;:3.67},{&quot;2026-07-10&quot;:3.67},{&quot;2026-07-11&quot;:3.63},{&quot;2026-07-12&quot;:3.63},{&quot;2026-07-13&quot;:3.7},{&quot;2026-07-14&quot;:3.7},{&quot;2026-07-15&quot;:3.7},{&quot;2026-07-16&quot;:3.94},{&quot;2026-07-17&quot;:4.24},{&quot;2026-07-18&quot;:4.24},{&quot;2026-07-19&quot;:4.38},{&quot;2026-07-20&quot;:4.67},{&quot;2026-07-21&quot;:4.67},{&quot;2026-07-23&quot;:4.48},{&quot;2026-07-25&quot;:4.48},{&quot;2026-07-26&quot;:4.48},{&quot;2026-07-27&quot;:4.48},{&quot;2026-07-29&quot;:4.62},{&quot;2026-07-30&quot;:4.52},{&quot;2026-07-31&quot;:4.69},{&quot;2026-08-01&quot;:4.69},{&quot;2026-08-02&quot;:4.83},{&quot;2026-08-03&quot;:4.82},{&quot;2026-08-04&quot;:4.83},{&quot;2026-08-05&quot;:4.83},{&quot;2026-08-07&quot;:4.83},{&quot;2026-08-08&quot;:4.85},{&quot;2026-08-09&quot;:4.85},{&quot;2026-08-10&quot;:4.83},{&quot;2026-08-11&quot;:4.83},{&quot;2026-08-12&quot;:4.79},{&quot;2026-08-13&quot;:4.79},{&quot;2026-08-14&quot;:4.89},{&quot;2026-08-15&quot;:4.89},{&quot;2026-08-16&quot;:4.89},{&quot;2026-08-17&quot;:4.88},{&quot;2026-08-18&quot;:4.67},{&quot;2026-08-19&quot;:4.58},{&quot;2026-08-20&quot;:4.58},{&quot;2026-08-21&quot;:4.41},{&quot;2026-08-22&quot;:4.19},{&quot;2026-08-23&quot;:4.19},{&quot;2026-08-24&quot;:4.32},{&quot;2026-08-25&quot;:4.32},{&quot;2026-08-26&quot;:4.32},{&quot;2026-08-27&quot;:4.46},{&quot;2026-08-28&quot;:4.46},{&quot;2026-08-29&quot;:4.46},{&quot;2026-08-30&quot;:4.47},{&quot;2026-08-31&quot;:4.47},{&quot;2026-09-01&quot;:4.47},{&quot;2026-09-02&quot;:4.53},{&quot;2026-09-03&quot;:4.53},{&quot;2026-09-04&quot;:4.57},{&quot;2026-09-05&quot;:4.57},{&quot;2026-09-06&quot;:4.45},{&quot;2026-09-07&quot;:4.45},{&quot;2026-09-08&quot;:4.45},{&quot;2026-09-09&quot;:4.45},{&quot;2026-09-10&quot;:4.45},{&quot;2026-09-11&quot;:4.45}],&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
      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 1001-1050 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=20&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=20&amp;username=denvermullets" rel="prev">20</a><a role="link" aria-disabled="true" aria-current="page">21</a><a href="/load_collection?direction=asc&amp;page=22&amp;username=denvermullets" rel="next">22</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=22&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="78030"
          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">
              TD0-A80
            </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>
              Moment&#39;s Peace


            </td>

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

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

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

                    <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">
                $5.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.25
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108892"
          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">
              53
            </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>
              Eclipsed Steppe


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12794"
          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">
              332
            </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>
              Patriar&#39;s Seal


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49038"
          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-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Profane Tutor


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90864"
          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-inr ss-mythic ss-fw ss-2x mr-4"></i>
              Temporal Mastery


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-uncommon ss-fw ss-2x mr-4"></i>
              Elas il-Kor, Sadistic Pilgrim


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36436"
          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-mid ss-rare ss-fw ss-2x mr-4"></i>
              Overgrown Farmland


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57286"
          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-onc ss-mythic ss-fw ss-2x mr-4"></i>
              Neyali, Suns&#39; Vanguard


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87281"
          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">
              10E-343
            </td>

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73852"
          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">
              DDR-7
            </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>
              Crop Rotation


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28791"
          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">
              160
            </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>
              Greater Good


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30505"
          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">
              319
            </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>
              Fellwar Stone


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73118"
          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">
              69
            </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>
              Blackblade Reforged


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41315"
          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">
              74
            </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">
                <div class="flex items-center gap-2">
                  $4.55

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79802"
          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">
              373
            </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-special ss-fw ss-2x mr-4"></i>
              Cloudshredder Sliver


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109141"
          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">
              350
            </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>
              Lightning Greaves


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109141"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109141" src="/boxset_card/109141?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12798"
          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">
              474
            </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>
              Swiftfoot Boots


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.53

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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="12798"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12798" src="/boxset_card/12798?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52802"
          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-mb2 ss-common ss-fw ss-2x mr-4"></i>
              Faerie Macabre


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Faerie Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $4.53

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52802"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52802" src="/boxset_card/52802?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80293"
          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">
              88
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Buried Alive


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.53

                    <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">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.72
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80293"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80293" src="/boxset_card/80293?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95519"
          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">
              412
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-uncommon ss-fw ss-2x mr-4"></i>
              Cid, Timeless Artificer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Artificer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.53

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95519"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95519" src="/boxset_card/95519?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13796"
          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">
              660
            </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>
              Seasoned Dungeoneer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.52

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13796"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13796" src="/boxset_card/13796?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74656"
          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">
              342
            </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>
              Mines of Moria


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.52

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74656"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74656" src="/boxset_card/74656?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79776"
          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">
              364
            </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-special ss-fw ss-2x mr-4"></i>
              Nature&#39;s Claim


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.52

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79776"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79776" src="/boxset_card/79776?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47252"
          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">
              11
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Cleaver Skaab


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie 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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.51

                    <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.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47252"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47252" src="/boxset_card/47252?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82815"
          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">
              MH1-81
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Carrion Feeder


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Zombie
            </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">
                  $4.51

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="82815"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_82815" src="/boxset_card/82815?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86345"
          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">
              M19-79
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Tezzeret, Artifice Master


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Tezzeret
            </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><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">
                  $4.51

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86345"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86345" src="/boxset_card/86345?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="1773"
          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">
              78
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-all ss-uncommon ss-fw ss-2x mr-4"></i>
              Pyrokinesis


            </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.50

                    <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.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.61
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="1773"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_1773" src="/boxset_card/1773?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20320"
          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">
              84
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x mr-4"></i>
              Ob Nixilis, Unshackled


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Demon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.66
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20320"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20320" src="/boxset_card/20320?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108211"
          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">
              430
            </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 Curiosity


            </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">
                  $4.50

                    <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">
                $1.80
            </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="108211"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108211" src="/boxset_card/108211?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12071"
          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">
              234
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Immaculate Magistrate


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Shaman
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $4.49

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12071"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12071" src="/boxset_card/12071?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28617"
          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-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Blasphemous Edict


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $4.49

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28617"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28617" src="/boxset_card/28617?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34279"
          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">
              255
            </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>
              Nature&#39;s Lore


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.49

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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="34279"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34279" src="/boxset_card/34279?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96338"
          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">
              342
            </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>
              Frenzied Baloth


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Beast
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.49

                    <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">
                $4.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96338"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96338" src="/boxset_card/96338?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19317"
          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">
              448
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x mr-4"></i>
              Helm of Awakening


            </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">
                  $4.48

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="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="19317"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19317" src="/boxset_card/19317?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28678"
          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">
              122
            </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>
              Disrupt Decorum


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.48

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28678"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28678" src="/boxset_card/28678?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12614"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              271
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x mr-4"></i>
              The Council of Four


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.49
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12614"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12614" src="/boxset_card/12614?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57847"
          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">
              301
            </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-rare ss-fw ss-2x mr-4"></i>
              Skrelv, Defector Mite


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact Creature — Phyrexian Mite
            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.47

                    <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">
                $3.20
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57847"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57847" src="/boxset_card/57847?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13249"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              415
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-uncommon ss-fw ss-2x mr-4"></i>
              Thran Dynamo


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13249"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13249" src="/boxset_card/13249?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18354"
          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">
              133
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x mr-4"></i>
              Pashalik Mons


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Goblin Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.46

                    <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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18354"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18354" src="/boxset_card/18354?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="44284"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              221
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m10 ss-uncommon ss-fw ss-2x mr-4"></i>
              Whispersilk Cloak


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.46

                    <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">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="44284"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_44284" src="/boxset_card/44284?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78632"
          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">
              CMA-92
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Beastmaster Ascension


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.46

                    <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">
                $4.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78632"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78632" src="/boxset_card/78632?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19215"
          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">
              353
            </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>
              Ratadrabik of Urborg


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Zombie Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </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="19215"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19215" src="/boxset_card/19215?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 1001-1050 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=20&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=20&amp;username=denvermullets" rel="prev">20</a><a role="link" aria-disabled="true" aria-current="page">21</a><a href="/load_collection?direction=asc&amp;page=22&amp;username=denvermullets" rel="next">22</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=22&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>