<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="6284"
  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-chr 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">
            Hell&#39;s Caretaker
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Hell&#39;s Caretaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/e/ce4004fe-e8ed-4806-878b-34ee3ed82016.jpg?1783947371" />

        <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">
            Hell&#39;s Caretaker
        </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 — Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Hell&#39;s Caretaker" src="https://cards.scryfall.io/large/front/c/e/ce4004fe-e8ed-4806-878b-34ee3ed82016.jpg?1783947371" />
    </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">
                $2.93
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.13},{&quot;2026-06-14&quot;:2.13},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.13},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.13},{&quot;2026-06-20&quot;:2.13},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.11},{&quot;2026-06-24&quot;:2.11},{&quot;2026-06-25&quot;:2.11},{&quot;2026-06-26&quot;:2.11},{&quot;2026-06-27&quot;:2.11},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.11},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.11},{&quot;2026-07-05&quot;:2.11},{&quot;2026-07-06&quot;:2.11},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.46},{&quot;2026-07-14&quot;:2.46},{&quot;2026-07-15&quot;:2.46},{&quot;2026-07-16&quot;:2.5},{&quot;2026-07-17&quot;:2.5},{&quot;2026-07-18&quot;:2.5},{&quot;2026-07-19&quot;:2.5},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-22&quot;:2.5},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-24&quot;:2.46},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.46},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.46},{&quot;2026-08-05&quot;:2.46},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.46},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.61},{&quot;2026-08-14&quot;:2.61},{&quot;2026-08-15&quot;:2.75},{&quot;2026-08-16&quot;:2.75},{&quot;2026-08-17&quot;:2.75},{&quot;2026-08-18&quot;:2.75},{&quot;2026-08-19&quot;:2.75},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:2.84},{&quot;2026-08-23&quot;:2.84},{&quot;2026-08-24&quot;:2.84},{&quot;2026-08-25&quot;:2.84},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.86},{&quot;2026-08-28&quot;:2.91},{&quot;2026-08-29&quot;:2.91},{&quot;2026-08-30&quot;:2.91},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.91},{&quot;2026-09-02&quot;:2.91},{&quot;2026-09-03&quot;:2.91},{&quot;2026-09-04&quot;:2.91},{&quot;2026-09-05&quot;:2.91},{&quot;2026-09-06&quot;:2.91},{&quot;2026-09-07&quot;:2.93},{&quot;2026-09-08&quot;:2.93},{&quot;2026-09-09&quot;:2.93},{&quot;2026-09-10&quot;:2.93},{&quot;2026-09-11&quot;:2.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Wave Goodbye
        </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-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="Wave Goodbye" src="https://cards.scryfall.io/large/front/4/5/45803e98-5d99-4bd9-adac-37c854649167.jpg?1783913912" />
    </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">
                $2.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">$1.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.04},{&quot;2026-06-14&quot;:3.06},{&quot;2026-06-15&quot;:3.07},{&quot;2026-06-16&quot;:3.15},{&quot;2026-06-17&quot;:3.15},{&quot;2026-06-18&quot;:3.13},{&quot;2026-06-19&quot;:3.15},{&quot;2026-06-20&quot;:3.03},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:3.02},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:2.97},{&quot;2026-06-26&quot;:2.95},{&quot;2026-06-27&quot;:2.96},{&quot;2026-06-28&quot;:2.95},{&quot;2026-06-29&quot;:2.92},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:2.94},{&quot;2026-07-02&quot;:2.97},{&quot;2026-07-03&quot;:2.97},{&quot;2026-07-04&quot;:2.95},{&quot;2026-07-05&quot;:2.93},{&quot;2026-07-06&quot;:2.96},{&quot;2026-07-07&quot;:2.96},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.84},{&quot;2026-07-10&quot;:2.82},{&quot;2026-07-11&quot;:2.8},{&quot;2026-07-12&quot;:2.77},{&quot;2026-07-13&quot;:2.74},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.79},{&quot;2026-07-16&quot;:2.79},{&quot;2026-07-17&quot;:2.72},{&quot;2026-07-18&quot;:2.68},{&quot;2026-07-19&quot;:2.71},{&quot;2026-07-20&quot;:2.71},{&quot;2026-07-21&quot;:2.7},{&quot;2026-07-22&quot;:2.76},{&quot;2026-07-23&quot;:2.75},{&quot;2026-07-24&quot;:2.74},{&quot;2026-07-25&quot;:2.74},{&quot;2026-07-26&quot;:2.77},{&quot;2026-07-27&quot;:2.71},{&quot;2026-07-28&quot;:2.73},{&quot;2026-07-29&quot;:2.7},{&quot;2026-07-30&quot;:2.72},{&quot;2026-07-31&quot;:2.77},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.79},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.85},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.91},{&quot;2026-08-09&quot;:2.98},{&quot;2026-08-10&quot;:2.96},{&quot;2026-08-11&quot;:2.92},{&quot;2026-08-12&quot;:2.92},{&quot;2026-08-13&quot;:2.93},{&quot;2026-08-14&quot;:2.8},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.91},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:3.03},{&quot;2026-08-20&quot;:3.03},{&quot;2026-08-21&quot;:3.03},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:2.91},{&quot;2026-08-24&quot;:2.96},{&quot;2026-08-25&quot;:2.91},{&quot;2026-08-26&quot;:2.89},{&quot;2026-08-27&quot;:2.78},{&quot;2026-08-28&quot;:2.7},{&quot;2026-08-29&quot;:2.7},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.7},{&quot;2026-09-01&quot;:2.72},{&quot;2026-09-02&quot;:2.7},{&quot;2026-09-03&quot;:2.73},{&quot;2026-09-04&quot;:2.77},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:2.8},{&quot;2026-09-07&quot;:2.82},{&quot;2026-09-08&quot;:2.73},{&quot;2026-09-09&quot;:2.72},{&quot;2026-09-10&quot;:2.82},{&quot;2026-09-11&quot;:2.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79624"
  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">
            Ninja of the Deep Hours
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ninja of the Deep Hours" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/1/2101b32f-2a7f-4cfa-80a4-fdae3756a7f1.jpg?1783927737" />

        <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">
            Ninja of the Deep Hours
        </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 — 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-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="Ninja of the Deep Hours" src="https://cards.scryfall.io/large/front/2/1/2101b32f-2a7f-4cfa-80a4-fdae3756a7f1.jpg?1783927737" />
    </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">
                $2.93
              </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">
                $38.79
              </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">$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;:38.42},{&quot;2026-06-14&quot;:38.42},{&quot;2026-06-15&quot;:38.42},{&quot;2026-06-16&quot;:38.42},{&quot;2026-06-17&quot;:38.42},{&quot;2026-06-18&quot;:38.42},{&quot;2026-06-19&quot;:38.42},{&quot;2026-06-20&quot;:38.42},{&quot;2026-06-21&quot;:38.42},{&quot;2026-06-22&quot;:38.42},{&quot;2026-06-23&quot;:38.42},{&quot;2026-06-24&quot;:38.42},{&quot;2026-06-25&quot;:38.42},{&quot;2026-06-26&quot;:38.42},{&quot;2026-06-27&quot;:38.42},{&quot;2026-06-28&quot;:38.42},{&quot;2026-06-29&quot;:38.91},{&quot;2026-06-30&quot;:38.91},{&quot;2026-07-01&quot;:38.91},{&quot;2026-07-02&quot;:39.78},{&quot;2026-07-03&quot;:39.78},{&quot;2026-07-04&quot;:39.78},{&quot;2026-07-05&quot;:39.78},{&quot;2026-07-06&quot;:39.78},{&quot;2026-07-07&quot;:39.78},{&quot;2026-07-08&quot;:39.78},{&quot;2026-07-09&quot;:39.78},{&quot;2026-07-10&quot;:39.78},{&quot;2026-07-11&quot;:39.78},{&quot;2026-07-12&quot;:39.78},{&quot;2026-07-13&quot;:39.78},{&quot;2026-07-14&quot;:39.78},{&quot;2026-07-15&quot;:39.78},{&quot;2026-07-16&quot;:39.78},{&quot;2026-07-17&quot;:39.78},{&quot;2026-07-18&quot;:39.78},{&quot;2026-07-19&quot;:39.89},{&quot;2026-07-20&quot;:39.89},{&quot;2026-07-21&quot;:39.89},{&quot;2026-07-22&quot;:39.79},{&quot;2026-07-23&quot;:39.79},{&quot;2026-07-24&quot;:39.79},{&quot;2026-07-25&quot;:39.79},{&quot;2026-07-26&quot;:39.79},{&quot;2026-07-27&quot;:39.79},{&quot;2026-07-28&quot;:39.79},{&quot;2026-07-29&quot;:39.79},{&quot;2026-07-30&quot;:39.79},{&quot;2026-07-31&quot;:39.79},{&quot;2026-08-01&quot;:39.79},{&quot;2026-08-02&quot;:39.79},{&quot;2026-08-03&quot;:39.79},{&quot;2026-08-04&quot;:39.79},{&quot;2026-08-05&quot;:39.79},{&quot;2026-08-07&quot;:40.37},{&quot;2026-08-08&quot;:40.37},{&quot;2026-08-09&quot;:40.37},{&quot;2026-08-10&quot;:40.37},{&quot;2026-08-11&quot;:40.37},{&quot;2026-08-12&quot;:40.37},{&quot;2026-08-13&quot;:40.37},{&quot;2026-08-14&quot;:40.37},{&quot;2026-08-15&quot;:40.37},{&quot;2026-08-16&quot;:39.99},{&quot;2026-08-17&quot;:39.99},{&quot;2026-08-18&quot;:39.99},{&quot;2026-08-19&quot;:39.99},{&quot;2026-08-20&quot;:39.99},{&quot;2026-08-21&quot;:39.99},{&quot;2026-08-22&quot;:40.74},{&quot;2026-08-23&quot;:40.74},{&quot;2026-08-24&quot;:40.74},{&quot;2026-08-25&quot;:40.74},{&quot;2026-08-26&quot;:40.74},{&quot;2026-08-27&quot;:40.74},{&quot;2026-08-28&quot;:39.99},{&quot;2026-08-29&quot;:39.99},{&quot;2026-08-30&quot;:39.99},{&quot;2026-08-31&quot;:39.99},{&quot;2026-09-01&quot;:39.99},{&quot;2026-09-02&quot;:39.99},{&quot;2026-09-03&quot;:39.99},{&quot;2026-09-04&quot;:39.99},{&quot;2026-09-05&quot;:39.99},{&quot;2026-09-06&quot;:39.99},{&quot;2026-09-07&quot;:39.99},{&quot;2026-09-08&quot;:39.99},{&quot;2026-09-09&quot;:38.92},{&quot;2026-09-10&quot;:38.79},{&quot;2026-09-11&quot;:38.79}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.02},{&quot;2026-06-14&quot;:2.99},{&quot;2026-06-15&quot;:2.99},{&quot;2026-06-16&quot;:2.89},{&quot;2026-06-17&quot;:2.85},{&quot;2026-06-18&quot;:2.91},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.91},{&quot;2026-06-21&quot;:2.95},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:2.92},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:2.98},{&quot;2026-06-29&quot;:2.98},{&quot;2026-06-30&quot;:2.98},{&quot;2026-07-01&quot;:2.98},{&quot;2026-07-02&quot;:2.92},{&quot;2026-07-03&quot;:2.92},{&quot;2026-07-04&quot;:2.92},{&quot;2026-07-05&quot;:2.89},{&quot;2026-07-06&quot;:2.88},{&quot;2026-07-07&quot;:2.88},{&quot;2026-07-08&quot;:2.88},{&quot;2026-07-09&quot;:2.87},{&quot;2026-07-10&quot;:2.87},{&quot;2026-07-11&quot;:2.86},{&quot;2026-07-12&quot;:2.86},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.9},{&quot;2026-07-16&quot;:2.89},{&quot;2026-07-17&quot;:2.73},{&quot;2026-07-18&quot;:2.7},{&quot;2026-07-19&quot;:2.73},{&quot;2026-07-20&quot;:2.66},{&quot;2026-07-21&quot;:2.66},{&quot;2026-07-22&quot;:2.6},{&quot;2026-07-23&quot;:2.6},{&quot;2026-07-24&quot;:2.56},{&quot;2026-07-25&quot;:2.56},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.54},{&quot;2026-07-29&quot;:2.44},{&quot;2026-07-30&quot;:2.44},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.48},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.5},{&quot;2026-08-04&quot;:2.5},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.5},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.5},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.5},{&quot;2026-08-15&quot;:2.5},{&quot;2026-08-16&quot;:2.5},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.5},{&quot;2026-08-21&quot;:2.59},{&quot;2026-08-22&quot;:2.61},{&quot;2026-08-23&quot;:2.61},{&quot;2026-08-24&quot;:2.63},{&quot;2026-08-25&quot;:2.63},{&quot;2026-08-26&quot;:2.63},{&quot;2026-08-27&quot;:2.64},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:2.63},{&quot;2026-08-31&quot;:2.63},{&quot;2026-09-01&quot;:2.63},{&quot;2026-09-02&quot;:2.7},{&quot;2026-09-03&quot;:2.7},{&quot;2026-09-04&quot;:2.78},{&quot;2026-09-05&quot;:2.84},{&quot;2026-09-06&quot;:2.84},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:2.92},{&quot;2026-09-10&quot;:2.93},{&quot;2026-09-11&quot;:2.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109314"
  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-spg 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">
            Archaeomancer
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Archaeomancer
        </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 — Human Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Archaeomancer" src="https://cards.scryfall.io/large/front/d/5/d583783f-623c-40dd-9dac-0937d65f9341.jpg?1782682727" />
    </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">
                $2.93
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.94
              </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.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-13&quot;:6.03},{&quot;2026-06-14&quot;:5.98},{&quot;2026-06-15&quot;:5.92},{&quot;2026-06-16&quot;:5.92},{&quot;2026-06-17&quot;:5.92},{&quot;2026-06-18&quot;:5.92},{&quot;2026-06-19&quot;:6.01},{&quot;2026-06-20&quot;:6.02},{&quot;2026-06-21&quot;:6.01},{&quot;2026-06-22&quot;:6.05},{&quot;2026-06-23&quot;:6.09},{&quot;2026-06-24&quot;:6.02},{&quot;2026-06-25&quot;:6.02},{&quot;2026-06-26&quot;:6.02},{&quot;2026-06-27&quot;:6.02},{&quot;2026-06-28&quot;:5.95},{&quot;2026-06-29&quot;:6.44},{&quot;2026-06-30&quot;:6.45},{&quot;2026-07-01&quot;:6.4},{&quot;2026-07-02&quot;:6.36},{&quot;2026-07-03&quot;:6.36},{&quot;2026-07-04&quot;:6.42},{&quot;2026-07-05&quot;:6.23},{&quot;2026-07-06&quot;:6.23},{&quot;2026-07-07&quot;:6.23},{&quot;2026-07-08&quot;:6.26},{&quot;2026-07-09&quot;:6.2},{&quot;2026-07-10&quot;:6.2},{&quot;2026-07-11&quot;:6.16},{&quot;2026-07-12&quot;:6.16},{&quot;2026-07-13&quot;:6.16},{&quot;2026-07-14&quot;:6.16},{&quot;2026-07-15&quot;:6.16},{&quot;2026-07-16&quot;:6.16},{&quot;2026-07-17&quot;:6.2},{&quot;2026-07-18&quot;:6.2},{&quot;2026-07-19&quot;:6.2},{&quot;2026-07-20&quot;:6.2},{&quot;2026-07-21&quot;:6.2},{&quot;2026-07-22&quot;:6.2},{&quot;2026-07-23&quot;:6.2},{&quot;2026-07-24&quot;:6.21},{&quot;2026-07-25&quot;:6.21},{&quot;2026-07-26&quot;:6.06},{&quot;2026-07-27&quot;:6.07},{&quot;2026-07-28&quot;:6.07},{&quot;2026-07-29&quot;:6.07},{&quot;2026-07-30&quot;:5.88},{&quot;2026-07-31&quot;:5.81},{&quot;2026-08-01&quot;:5.84},{&quot;2026-08-02&quot;:5.25},{&quot;2026-08-03&quot;:5.45},{&quot;2026-08-04&quot;:5.45},{&quot;2026-08-05&quot;:5.45},{&quot;2026-08-07&quot;:5.44},{&quot;2026-08-08&quot;:5.36},{&quot;2026-08-09&quot;:5.36},{&quot;2026-08-10&quot;:5.36},{&quot;2026-08-11&quot;:5.36},{&quot;2026-08-12&quot;:5.35},{&quot;2026-08-13&quot;:5.34},{&quot;2026-08-14&quot;:5.35},{&quot;2026-08-15&quot;:5.41},{&quot;2026-08-16&quot;:5.41},{&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.48},{&quot;2026-08-21&quot;:5.49},{&quot;2026-08-22&quot;:5.56},{&quot;2026-08-23&quot;:5.56},{&quot;2026-08-24&quot;:5.56},{&quot;2026-08-25&quot;:5.56},{&quot;2026-08-26&quot;:5.56},{&quot;2026-08-27&quot;:5.6},{&quot;2026-08-28&quot;:5.6},{&quot;2026-08-29&quot;:5.6},{&quot;2026-08-30&quot;:5.58},{&quot;2026-08-31&quot;:5.65},{&quot;2026-09-01&quot;:5.75},{&quot;2026-09-02&quot;:5.75},{&quot;2026-09-03&quot;:5.64},{&quot;2026-09-04&quot;:5.81},{&quot;2026-09-05&quot;:5.81},{&quot;2026-09-06&quot;:5.76},{&quot;2026-09-07&quot;:5.76},{&quot;2026-09-08&quot;:5.85},{&quot;2026-09-09&quot;:5.85},{&quot;2026-09-10&quot;:5.9},{&quot;2026-09-11&quot;:5.94}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.78},{&quot;2026-06-14&quot;:3.63},{&quot;2026-06-15&quot;:3.63},{&quot;2026-06-16&quot;:3.4},{&quot;2026-06-17&quot;:3.41},{&quot;2026-06-18&quot;:3.41},{&quot;2026-06-19&quot;:3.37},{&quot;2026-06-20&quot;:3.35},{&quot;2026-06-21&quot;:3.37},{&quot;2026-06-22&quot;:3.3},{&quot;2026-06-23&quot;:3.3},{&quot;2026-06-24&quot;:3.34},{&quot;2026-06-25&quot;:3.44},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.5},{&quot;2026-06-28&quot;:3.48},{&quot;2026-06-29&quot;:3.52},{&quot;2026-06-30&quot;:3.51},{&quot;2026-07-01&quot;:3.46},{&quot;2026-07-02&quot;:3.44},{&quot;2026-07-03&quot;:3.38},{&quot;2026-07-04&quot;:3.43},{&quot;2026-07-05&quot;:3.33},{&quot;2026-07-06&quot;:3.34},{&quot;2026-07-07&quot;:3.21},{&quot;2026-07-08&quot;:3.21},{&quot;2026-07-09&quot;:3.28},{&quot;2026-07-10&quot;:3.21},{&quot;2026-07-11&quot;:3.03},{&quot;2026-07-12&quot;:3.01},{&quot;2026-07-13&quot;:3.01},{&quot;2026-07-14&quot;:2.95},{&quot;2026-07-15&quot;:2.95},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.78},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.21},{&quot;2026-07-22&quot;:2.25},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-24&quot;:2.17},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.08},{&quot;2026-07-27&quot;:2.27},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.33},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.35},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.35},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.51},{&quot;2026-08-08&quot;:2.59},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.44},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.4},{&quot;2026-08-13&quot;:2.4},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.69},{&quot;2026-08-17&quot;:2.72},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.76},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.76},{&quot;2026-08-22&quot;:2.84},{&quot;2026-08-23&quot;:3.11},{&quot;2026-08-24&quot;:3.09},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.96},{&quot;2026-08-27&quot;:3.24},{&quot;2026-08-28&quot;:3.15},{&quot;2026-08-29&quot;:3.15},{&quot;2026-08-30&quot;:3.31},{&quot;2026-08-31&quot;:3.37},{&quot;2026-09-01&quot;:3.54},{&quot;2026-09-02&quot;:3.48},{&quot;2026-09-03&quot;:3.35},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.41},{&quot;2026-09-07&quot;:3.41},{&quot;2026-09-08&quot;:3.27},{&quot;2026-09-09&quot;:3.15},{&quot;2026-09-10&quot;:2.92},{&quot;2026-09-11&quot;:2.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Glamdring, Foe-hammer 
        </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-50 text-badge-text">
              ↑
              11%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Glamdring, Foe-hammer // Gleam of Death" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/53cd94e9-6006-4d43-8032-7920103740fa.jpg?1785497198" />

        <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">
            Glamdring, Foe-hammer 
        </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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Glamdring, Foe-hammer // Gleam of Death" src="https://cards.scryfall.io/large/front/5/3/53cd94e9-6006-4d43-8032-7920103740fa.jpg?1785497198" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Glamdring, Foe-hammer // Gleam of Death" src="https://cards.scryfall.io/large/front/5/3/53cd94e9-6006-4d43-8032-7920103740fa.jpg?1785497198" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $6.02
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-08-07&quot;:9.96},{&quot;2026-08-08&quot;:8.12},{&quot;2026-08-09&quot;:7.81},{&quot;2026-08-10&quot;:7.78},{&quot;2026-08-11&quot;:7.18},{&quot;2026-08-12&quot;:7.02},{&quot;2026-08-13&quot;:6.6},{&quot;2026-08-14&quot;:6.4},{&quot;2026-08-15&quot;:4.31},{&quot;2026-08-16&quot;:4.1},{&quot;2026-08-17&quot;:4.41},{&quot;2026-08-18&quot;:4.42},{&quot;2026-08-19&quot;:5.06},{&quot;2026-08-20&quot;:5.03},{&quot;2026-08-21&quot;:5.77},{&quot;2026-08-22&quot;:5.79},{&quot;2026-08-23&quot;:5.62},{&quot;2026-08-24&quot;:5.59},{&quot;2026-08-25&quot;:5.94},{&quot;2026-08-26&quot;:6.06},{&quot;2026-08-27&quot;:6.01},{&quot;2026-08-28&quot;:6.28},{&quot;2026-08-29&quot;:6.28},{&quot;2026-08-30&quot;:6.1},{&quot;2026-08-31&quot;:6.24},{&quot;2026-09-01&quot;:6.11},{&quot;2026-09-02&quot;:5.91},{&quot;2026-09-03&quot;:6.03},{&quot;2026-09-04&quot;:6.19},{&quot;2026-09-05&quot;:6.26},{&quot;2026-09-06&quot;:6.23},{&quot;2026-09-07&quot;:5.89},{&quot;2026-09-08&quot;:5.72},{&quot;2026-09-09&quot;:5.62},{&quot;2026-09-10&quot;:5.9},{&quot;2026-09-11&quot;:5.99},{&quot;2026-09-12&quot;:6.02}],&quot;normal&quot;:[{&quot;2026-08-07&quot;:5.69},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.15},{&quot;2026-08-10&quot;:2.74},{&quot;2026-08-11&quot;:2.42},{&quot;2026-08-12&quot;:2.09},{&quot;2026-08-13&quot;:2.38},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.18},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:2.05},{&quot;2026-08-20&quot;:2.28},{&quot;2026-08-21&quot;:2.88},{&quot;2026-08-22&quot;:3.02},{&quot;2026-08-23&quot;:3.06},{&quot;2026-08-24&quot;:3.4},{&quot;2026-08-25&quot;:3.43},{&quot;2026-08-26&quot;:3.1},{&quot;2026-08-27&quot;:3.45},{&quot;2026-08-28&quot;:3.83},{&quot;2026-08-29&quot;:3.83},{&quot;2026-08-30&quot;:3.84},{&quot;2026-08-31&quot;:3.03},{&quot;2026-09-01&quot;:3.91},{&quot;2026-09-02&quot;:4.04},{&quot;2026-09-03&quot;:3.33},{&quot;2026-09-04&quot;:3.65},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.85},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.8},{&quot;2026-09-10&quot;:2.59},{&quot;2026-09-11&quot;:2.67},{&quot;2026-09-12&quot;:2.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Stormsplitter
        </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 — Otter Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stormsplitter" src="https://cards.scryfall.io/large/front/5/6/56f214d3-6b93-40db-a693-55e491c8a283.jpg?1783910816" />
    </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">
                $2.92
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:2.98},{&quot;2026-06-10&quot;:2.98},{&quot;2026-06-11&quot;:2.95},{&quot;2026-06-12&quot;:2.95},{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:2.95},{&quot;2026-06-15&quot;:2.95},{&quot;2026-06-16&quot;:2.95},{&quot;2026-06-17&quot;:2.95},{&quot;2026-06-18&quot;:2.95},{&quot;2026-06-19&quot;:2.95},{&quot;2026-06-20&quot;:3.02},{&quot;2026-06-21&quot;:3.02},{&quot;2026-06-22&quot;:3.07},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.06},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.02},{&quot;2026-06-30&quot;:3.02},{&quot;2026-07-01&quot;:3.0},{&quot;2026-07-02&quot;:3.01},{&quot;2026-07-03&quot;:3.01},{&quot;2026-07-04&quot;:3.0},{&quot;2026-07-05&quot;:3.0},{&quot;2026-07-06&quot;:3.07},{&quot;2026-07-07&quot;:3.09},{&quot;2026-07-08&quot;:3.02},{&quot;2026-07-09&quot;:3.02},{&quot;2026-07-10&quot;:3.02},{&quot;2026-07-11&quot;:3.02},{&quot;2026-07-12&quot;:3.05},{&quot;2026-07-13&quot;:3.05},{&quot;2026-07-14&quot;:3.05},{&quot;2026-07-15&quot;:3.04},{&quot;2026-07-16&quot;:3.14},{&quot;2026-07-17&quot;:3.14},{&quot;2026-07-18&quot;:3.03},{&quot;2026-07-19&quot;:3.02},{&quot;2026-07-20&quot;:2.99},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-23&quot;:3.0},{&quot;2026-07-25&quot;:2.97},{&quot;2026-07-26&quot;:2.97},{&quot;2026-07-27&quot;:2.97},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.92},{&quot;2026-07-31&quot;:2.99},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:2.94},{&quot;2026-08-03&quot;:3.04},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:3.12},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.22},{&quot;2026-08-10&quot;:3.17},{&quot;2026-08-11&quot;:3.17},{&quot;2026-08-12&quot;:3.12},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:3.12},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.12},{&quot;2026-08-17&quot;:3.06},{&quot;2026-08-18&quot;:3.06},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.06},{&quot;2026-08-22&quot;:3.06},{&quot;2026-08-23&quot;:3.11},{&quot;2026-08-24&quot;:3.15},{&quot;2026-08-25&quot;:3.15},{&quot;2026-08-26&quot;:3.15},{&quot;2026-08-27&quot;:3.15},{&quot;2026-08-28&quot;:3.15},{&quot;2026-08-29&quot;:3.15},{&quot;2026-08-30&quot;:3.15},{&quot;2026-08-31&quot;:3.13},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.13},{&quot;2026-09-03&quot;:3.16},{&quot;2026-09-04&quot;:3.16},{&quot;2026-09-05&quot;:3.16},{&quot;2026-09-06&quot;:3.31},{&quot;2026-09-07&quot;:3.31},{&quot;2026-09-08&quot;:3.31},{&quot;2026-09-09&quot;:3.31},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.46}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.84},{&quot;2026-06-10&quot;:4.39},{&quot;2026-06-11&quot;:4.34},{&quot;2026-06-12&quot;:4.32},{&quot;2026-06-13&quot;:4.23},{&quot;2026-06-14&quot;:4.03},{&quot;2026-06-15&quot;:3.65},{&quot;2026-06-16&quot;:3.58},{&quot;2026-06-17&quot;:3.06},{&quot;2026-06-18&quot;:3.12},{&quot;2026-06-19&quot;:2.8},{&quot;2026-06-20&quot;:2.75},{&quot;2026-06-21&quot;:2.74},{&quot;2026-06-22&quot;:2.72},{&quot;2026-06-24&quot;:2.7},{&quot;2026-06-25&quot;:2.71},{&quot;2026-06-26&quot;:2.64},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.61},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.9},{&quot;2026-07-01&quot;:2.88},{&quot;2026-07-02&quot;:2.96},{&quot;2026-07-03&quot;:2.96},{&quot;2026-07-04&quot;:2.88},{&quot;2026-07-05&quot;:2.96},{&quot;2026-07-06&quot;:3.07},{&quot;2026-07-07&quot;:3.1},{&quot;2026-07-08&quot;:3.02},{&quot;2026-07-09&quot;:2.76},{&quot;2026-07-10&quot;:2.7},{&quot;2026-07-11&quot;:2.78},{&quot;2026-07-12&quot;:2.8},{&quot;2026-07-13&quot;:3.01},{&quot;2026-07-14&quot;:2.9},{&quot;2026-07-15&quot;:2.84},{&quot;2026-07-16&quot;:3.01},{&quot;2026-07-17&quot;:2.81},{&quot;2026-07-18&quot;:2.57},{&quot;2026-07-19&quot;:2.48},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.25},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.66},{&quot;2026-07-29&quot;:2.78},{&quot;2026-07-30&quot;:2.81},{&quot;2026-07-31&quot;:2.55},{&quot;2026-08-01&quot;:2.71},{&quot;2026-08-02&quot;:2.77},{&quot;2026-08-03&quot;:2.76},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.86},{&quot;2026-08-07&quot;:2.96},{&quot;2026-08-08&quot;:3.02},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.13},{&quot;2026-08-12&quot;:3.13},{&quot;2026-08-13&quot;:3.09},{&quot;2026-08-14&quot;:3.19},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:3.36},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.5},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.34},{&quot;2026-08-25&quot;:2.34},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.4},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:2.89},{&quot;2026-09-01&quot;:2.89},{&quot;2026-09-02&quot;:3.0},{&quot;2026-09-03&quot;:3.06},{&quot;2026-09-04&quot;:2.9},{&quot;2026-09-05&quot;:2.75},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:3.1},{&quot;2026-09-09&quot;:2.97},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:2.92}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="42250"
  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">
            Tameshi, Reality Architect
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tameshi, Reality Architect" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/91c0467d-bc7b-4233-8ac1-adb9d88344fb.jpg?1783923775" />

        <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">
            Tameshi, Reality Architect
        </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 — Moonfolk Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Tameshi, Reality Architect" src="https://cards.scryfall.io/large/front/9/1/91c0467d-bc7b-4233-8ac1-adb9d88344fb.jpg?1783923775" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.74},{&quot;2026-06-12&quot;:2.74},{&quot;2026-06-13&quot;:2.74},{&quot;2026-06-14&quot;:2.74},{&quot;2026-06-15&quot;:2.74},{&quot;2026-06-16&quot;:2.74},{&quot;2026-06-17&quot;:2.75},{&quot;2026-06-18&quot;:2.75},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.75},{&quot;2026-06-21&quot;:2.75},{&quot;2026-06-22&quot;:2.75},{&quot;2026-06-23&quot;:2.75},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.75},{&quot;2026-06-26&quot;:2.75},{&quot;2026-06-27&quot;:2.75},{&quot;2026-06-28&quot;:2.75},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.75},{&quot;2026-07-01&quot;:2.75},{&quot;2026-07-02&quot;:2.75},{&quot;2026-07-03&quot;:2.75},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.75},{&quot;2026-07-06&quot;:2.75},{&quot;2026-07-07&quot;:2.72},{&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.81},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:2.86},{&quot;2026-07-19&quot;:2.86},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-23&quot;:2.85},{&quot;2026-07-25&quot;:2.85},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.87},{&quot;2026-07-28&quot;:2.87},{&quot;2026-07-29&quot;:2.87},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.87},{&quot;2026-08-02&quot;:2.87},{&quot;2026-08-03&quot;:2.87},{&quot;2026-08-04&quot;:2.87},{&quot;2026-08-05&quot;:2.87},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.87},{&quot;2026-08-10&quot;:2.87},{&quot;2026-08-11&quot;:2.87},{&quot;2026-08-12&quot;:2.87},{&quot;2026-08-13&quot;:2.87},{&quot;2026-08-14&quot;:2.87},{&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.87},{&quot;2026-08-22&quot;:2.87},{&quot;2026-08-23&quot;:2.87},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.87},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.88},{&quot;2026-09-02&quot;:2.89},{&quot;2026-09-03&quot;:2.9},{&quot;2026-09-04&quot;:2.91},{&quot;2026-09-05&quot;:2.91},{&quot;2026-09-06&quot;:2.91},{&quot;2026-09-07&quot;:2.92},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:2.92},{&quot;2026-09-10&quot;:2.92},{&quot;2026-09-11&quot;:2.92}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.8},{&quot;2026-06-12&quot;:0.79},{&quot;2026-06-13&quot;:0.79},{&quot;2026-06-14&quot;:0.79},{&quot;2026-06-15&quot;:0.81},{&quot;2026-06-16&quot;:0.81},{&quot;2026-06-17&quot;:0.82},{&quot;2026-06-18&quot;:0.82},{&quot;2026-06-19&quot;:0.82},{&quot;2026-06-20&quot;:0.82},{&quot;2026-06-21&quot;:0.81},{&quot;2026-06-22&quot;:0.81},{&quot;2026-06-23&quot;:0.81},{&quot;2026-06-24&quot;:0.82},{&quot;2026-06-25&quot;:0.82},{&quot;2026-06-26&quot;:0.83},{&quot;2026-06-27&quot;:0.83},{&quot;2026-06-28&quot;:0.83},{&quot;2026-06-29&quot;:0.8},{&quot;2026-06-30&quot;:0.8},{&quot;2026-07-01&quot;:0.8},{&quot;2026-07-02&quot;:0.8},{&quot;2026-07-03&quot;:0.8},{&quot;2026-07-04&quot;:0.8},{&quot;2026-07-05&quot;:0.79},{&quot;2026-07-06&quot;:0.79},{&quot;2026-07-07&quot;:0.79},{&quot;2026-07-08&quot;:0.79},{&quot;2026-07-09&quot;:0.82},{&quot;2026-07-10&quot;:0.81},{&quot;2026-07-11&quot;:0.81},{&quot;2026-07-12&quot;:0.81},{&quot;2026-07-13&quot;:0.81},{&quot;2026-07-14&quot;:0.81},{&quot;2026-07-15&quot;:0.81},{&quot;2026-07-16&quot;:0.81},{&quot;2026-07-17&quot;:0.79},{&quot;2026-07-18&quot;:0.79},{&quot;2026-07-19&quot;:0.79},{&quot;2026-07-20&quot;:0.79},{&quot;2026-07-21&quot;:0.82},{&quot;2026-07-23&quot;:0.81},{&quot;2026-07-25&quot;:0.8},{&quot;2026-07-26&quot;:0.8},{&quot;2026-07-27&quot;:0.81},{&quot;2026-07-28&quot;:0.8},{&quot;2026-07-29&quot;:0.8},{&quot;2026-07-30&quot;:0.8},{&quot;2026-07-31&quot;:0.8},{&quot;2026-08-01&quot;:0.8},{&quot;2026-08-02&quot;:0.8},{&quot;2026-08-03&quot;:0.8},{&quot;2026-08-04&quot;:0.82},{&quot;2026-08-05&quot;:0.82},{&quot;2026-08-07&quot;:0.82},{&quot;2026-08-08&quot;:0.82},{&quot;2026-08-09&quot;:0.82},{&quot;2026-08-10&quot;:0.82},{&quot;2026-08-11&quot;:0.82},{&quot;2026-08-12&quot;:0.82},{&quot;2026-08-13&quot;:0.82},{&quot;2026-08-14&quot;:0.82},{&quot;2026-08-15&quot;:0.82},{&quot;2026-08-16&quot;:0.82},{&quot;2026-08-17&quot;:0.82},{&quot;2026-08-18&quot;:0.82},{&quot;2026-08-19&quot;:0.82},{&quot;2026-08-20&quot;:0.82},{&quot;2026-08-21&quot;:0.82},{&quot;2026-08-22&quot;:0.82},{&quot;2026-08-23&quot;:0.82},{&quot;2026-08-24&quot;:0.82},{&quot;2026-08-25&quot;:0.82},{&quot;2026-08-26&quot;:0.82},{&quot;2026-08-27&quot;:0.82},{&quot;2026-08-28&quot;:0.82},{&quot;2026-08-29&quot;:0.82},{&quot;2026-08-30&quot;:0.82},{&quot;2026-08-31&quot;:0.82},{&quot;2026-09-01&quot;:0.82},{&quot;2026-09-02&quot;:0.82},{&quot;2026-09-03&quot;:0.82},{&quot;2026-09-04&quot;:0.79},{&quot;2026-09-05&quot;:0.8},{&quot;2026-09-06&quot;:0.8},{&quot;2026-09-07&quot;:0.85},{&quot;2026-09-08&quot;:0.86},{&quot;2026-09-09&quot;:0.86},{&quot;2026-09-10&quot;:0.86},{&quot;2026-09-11&quot;:0.83}]}"
        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="42421"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ao, the Dawn Sky" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0d726f3f-2920-4de4-b531-5c42006e85af.jpg?1783923753" />

        <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">
            Ao, the Dawn Sky
        </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 — Dragon Spirit</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-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="Ao, the Dawn Sky" src="https://cards.scryfall.io/large/front/0/d/0d726f3f-2920-4de4-b531-5c42006e85af.jpg?1783923753" />
    </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">
                $2.92
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.63},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.61},{&quot;2026-06-19&quot;:2.61},{&quot;2026-06-20&quot;:2.61},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.61},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.61},{&quot;2026-06-27&quot;:2.61},{&quot;2026-06-28&quot;:2.61},{&quot;2026-06-29&quot;:2.59},{&quot;2026-06-30&quot;:2.59},{&quot;2026-07-01&quot;:2.58},{&quot;2026-07-02&quot;:2.58},{&quot;2026-07-03&quot;:2.58},{&quot;2026-07-04&quot;:2.58},{&quot;2026-07-05&quot;:2.58},{&quot;2026-07-06&quot;:2.56},{&quot;2026-07-07&quot;:2.56},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.56},{&quot;2026-07-10&quot;:2.56},{&quot;2026-07-11&quot;:2.56},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.56},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.57},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-22&quot;:2.58},{&quot;2026-07-23&quot;:2.58},{&quot;2026-07-24&quot;:2.58},{&quot;2026-07-25&quot;:2.59},{&quot;2026-07-26&quot;:2.59},{&quot;2026-07-27&quot;:2.59},{&quot;2026-07-28&quot;:2.59},{&quot;2026-07-29&quot;:2.59},{&quot;2026-07-30&quot;:2.59},{&quot;2026-07-31&quot;:2.59},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.59},{&quot;2026-08-03&quot;:2.61},{&quot;2026-08-04&quot;:2.62},{&quot;2026-08-05&quot;:2.62},{&quot;2026-08-07&quot;:2.71},{&quot;2026-08-08&quot;:2.73},{&quot;2026-08-09&quot;:2.71},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.71},{&quot;2026-08-12&quot;:2.71},{&quot;2026-08-13&quot;:2.71},{&quot;2026-08-14&quot;:2.73},{&quot;2026-08-15&quot;:2.73},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.73},{&quot;2026-08-18&quot;:2.73},{&quot;2026-08-19&quot;:2.73},{&quot;2026-08-20&quot;:2.73},{&quot;2026-08-21&quot;:2.73},{&quot;2026-08-22&quot;:2.73},{&quot;2026-08-23&quot;:2.73},{&quot;2026-08-24&quot;:2.73},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.73},{&quot;2026-08-27&quot;:2.75},{&quot;2026-08-28&quot;:2.75},{&quot;2026-08-29&quot;:2.75},{&quot;2026-08-30&quot;:2.73},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.78},{&quot;2026-09-02&quot;:2.78},{&quot;2026-09-03&quot;:2.78},{&quot;2026-09-04&quot;:2.79},{&quot;2026-09-05&quot;:2.79},{&quot;2026-09-06&quot;:2.79},{&quot;2026-09-07&quot;:2.82},{&quot;2026-09-08&quot;:2.82},{&quot;2026-09-09&quot;:2.82},{&quot;2026-09-10&quot;:2.82},{&quot;2026-09-11&quot;:2.82}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.93},{&quot;2026-06-14&quot;:2.93},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.85},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.84},{&quot;2026-06-22&quot;:2.84},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.84},{&quot;2026-06-25&quot;:2.84},{&quot;2026-06-26&quot;:2.84},{&quot;2026-06-27&quot;:2.84},{&quot;2026-06-28&quot;:2.84},{&quot;2026-06-29&quot;:2.84},{&quot;2026-06-30&quot;:2.84},{&quot;2026-07-01&quot;:2.84},{&quot;2026-07-02&quot;:2.84},{&quot;2026-07-03&quot;:2.84},{&quot;2026-07-04&quot;:2.84},{&quot;2026-07-05&quot;:2.84},{&quot;2026-07-06&quot;:2.84},{&quot;2026-07-07&quot;:2.84},{&quot;2026-07-08&quot;:2.84},{&quot;2026-07-09&quot;:2.86},{&quot;2026-07-10&quot;:2.86},{&quot;2026-07-11&quot;:2.86},{&quot;2026-07-12&quot;:2.86},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.86},{&quot;2026-07-15&quot;:2.86},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:2.86},{&quot;2026-07-19&quot;:2.86},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-22&quot;:2.84},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-24&quot;:2.84},{&quot;2026-07-25&quot;:2.84},{&quot;2026-07-26&quot;:2.84},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-28&quot;:2.84},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.84},{&quot;2026-07-31&quot;:2.84},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.84},{&quot;2026-08-03&quot;:2.84},{&quot;2026-08-04&quot;:2.84},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.84},{&quot;2026-08-08&quot;:2.84},{&quot;2026-08-09&quot;:2.84},{&quot;2026-08-10&quot;:2.84},{&quot;2026-08-11&quot;:2.84},{&quot;2026-08-12&quot;:2.84},{&quot;2026-08-13&quot;:2.84},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.84},{&quot;2026-08-16&quot;:2.85},{&quot;2026-08-17&quot;:2.85},{&quot;2026-08-18&quot;:2.85},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:2.85},{&quot;2026-08-21&quot;:2.85},{&quot;2026-08-22&quot;:2.85},{&quot;2026-08-23&quot;:2.85},{&quot;2026-08-24&quot;:2.85},{&quot;2026-08-25&quot;:2.85},{&quot;2026-08-26&quot;:2.85},{&quot;2026-08-27&quot;:2.85},{&quot;2026-08-28&quot;:2.85},{&quot;2026-08-29&quot;:2.85},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.88},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:2.88},{&quot;2026-09-04&quot;:2.88},{&quot;2026-09-05&quot;:2.88},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:2.88},{&quot;2026-09-08&quot;:2.88},{&quot;2026-09-09&quot;:2.9},{&quot;2026-09-10&quot;:2.9},{&quot;2026-09-11&quot;:2.92}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="50010"
  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-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">
            Liquimetal Torque
        </span>

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </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">
              ↑
              6%
            </span>

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

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

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

        <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">
            Liquimetal Torque
        </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="Liquimetal Torque" src="https://cards.scryfall.io/large/front/4/b/4b548fdf-7130-4a94-bd7e-09591b395513.jpg?1783926722" />
    </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">
                $2.92
              </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.09
              </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-11&quot;:4.13},{&quot;2026-06-12&quot;:4.13},{&quot;2026-06-13&quot;:4.07},{&quot;2026-06-14&quot;:4.07},{&quot;2026-06-15&quot;:4.07},{&quot;2026-06-16&quot;:4.1},{&quot;2026-06-17&quot;:4.1},{&quot;2026-06-18&quot;:4.05},{&quot;2026-06-19&quot;:4.05},{&quot;2026-06-20&quot;:4.05},{&quot;2026-06-21&quot;:4.05},{&quot;2026-06-22&quot;:4.05},{&quot;2026-06-23&quot;:4.05},{&quot;2026-06-24&quot;:4.05},{&quot;2026-06-25&quot;:4.05},{&quot;2026-06-26&quot;:4.08},{&quot;2026-06-27&quot;:4.02},{&quot;2026-06-28&quot;:3.94},{&quot;2026-06-29&quot;:3.87},{&quot;2026-06-30&quot;:3.87},{&quot;2026-07-01&quot;:3.87},{&quot;2026-07-02&quot;:3.89},{&quot;2026-07-03&quot;:3.93},{&quot;2026-07-04&quot;:3.99},{&quot;2026-07-05&quot;:4.05},{&quot;2026-07-06&quot;:4.16},{&quot;2026-07-07&quot;:4.13},{&quot;2026-07-08&quot;:4.07},{&quot;2026-07-09&quot;:4.03},{&quot;2026-07-10&quot;:3.93},{&quot;2026-07-11&quot;:3.88},{&quot;2026-07-12&quot;:4.04},{&quot;2026-07-13&quot;:4.09},{&quot;2026-07-14&quot;:3.96},{&quot;2026-07-15&quot;:4.05},{&quot;2026-07-16&quot;:4.05},{&quot;2026-07-17&quot;:4.03},{&quot;2026-07-18&quot;:4.08},{&quot;2026-07-19&quot;:4.08},{&quot;2026-07-20&quot;:4.08},{&quot;2026-07-21&quot;:4.04},{&quot;2026-07-23&quot;:3.93},{&quot;2026-07-25&quot;:3.97},{&quot;2026-07-26&quot;:4.01},{&quot;2026-07-27&quot;:3.95},{&quot;2026-07-28&quot;:3.95},{&quot;2026-07-29&quot;:3.95},{&quot;2026-07-30&quot;:3.95},{&quot;2026-07-31&quot;:3.95},{&quot;2026-08-01&quot;:3.83},{&quot;2026-08-02&quot;:3.95},{&quot;2026-08-03&quot;:4.08},{&quot;2026-08-04&quot;:3.97},{&quot;2026-08-05&quot;:4.12},{&quot;2026-08-07&quot;:4.38},{&quot;2026-08-08&quot;:4.38},{&quot;2026-08-09&quot;:4.38},{&quot;2026-08-10&quot;:4.38},{&quot;2026-08-11&quot;:4.4},{&quot;2026-08-12&quot;:4.41},{&quot;2026-08-13&quot;:4.41},{&quot;2026-08-14&quot;:4.41},{&quot;2026-08-15&quot;:4.36},{&quot;2026-08-16&quot;:4.36},{&quot;2026-08-17&quot;:4.36},{&quot;2026-08-18&quot;:4.36},{&quot;2026-08-19&quot;:4.26},{&quot;2026-08-20&quot;:4.26},{&quot;2026-08-21&quot;:4.26},{&quot;2026-08-22&quot;:4.26},{&quot;2026-08-23&quot;:4.24},{&quot;2026-08-24&quot;:4.32},{&quot;2026-08-25&quot;:4.32},{&quot;2026-08-26&quot;:4.3},{&quot;2026-08-27&quot;:4.28},{&quot;2026-08-28&quot;:4.2},{&quot;2026-08-29&quot;:4.2},{&quot;2026-08-30&quot;:4.08},{&quot;2026-08-31&quot;:4.04},{&quot;2026-09-01&quot;:4.04},{&quot;2026-09-02&quot;:4.1},{&quot;2026-09-03&quot;:4.1},{&quot;2026-09-04&quot;:4.1},{&quot;2026-09-05&quot;:4.1},{&quot;2026-09-06&quot;:4.06},{&quot;2026-09-07&quot;:4.09},{&quot;2026-09-08&quot;:4.09},{&quot;2026-09-09&quot;:4.09},{&quot;2026-09-10&quot;:4.09},{&quot;2026-09-11&quot;:4.09}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.7},{&quot;2026-06-12&quot;:2.69},{&quot;2026-06-13&quot;:2.59},{&quot;2026-06-14&quot;:2.65},{&quot;2026-06-15&quot;:2.54},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.52},{&quot;2026-06-18&quot;:2.57},{&quot;2026-06-19&quot;:2.66},{&quot;2026-06-20&quot;:2.69},{&quot;2026-06-21&quot;:2.66},{&quot;2026-06-22&quot;:2.68},{&quot;2026-06-23&quot;:2.71},{&quot;2026-06-24&quot;:2.67},{&quot;2026-06-25&quot;:2.67},{&quot;2026-06-26&quot;:2.67},{&quot;2026-06-27&quot;:2.61},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.56},{&quot;2026-06-30&quot;:2.54},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.55},{&quot;2026-07-03&quot;:2.56},{&quot;2026-07-04&quot;:2.56},{&quot;2026-07-05&quot;:2.57},{&quot;2026-07-06&quot;:2.53},{&quot;2026-07-07&quot;:2.61},{&quot;2026-07-08&quot;:2.59},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.61},{&quot;2026-07-11&quot;:2.61},{&quot;2026-07-12&quot;:2.61},{&quot;2026-07-13&quot;:2.61},{&quot;2026-07-14&quot;:2.53},{&quot;2026-07-15&quot;:2.44},{&quot;2026-07-16&quot;:2.48},{&quot;2026-07-17&quot;:2.39},{&quot;2026-07-18&quot;:2.38},{&quot;2026-07-19&quot;:2.4},{&quot;2026-07-20&quot;:2.36},{&quot;2026-07-21&quot;:2.35},{&quot;2026-07-23&quot;:2.44},{&quot;2026-07-25&quot;:2.5},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.51},{&quot;2026-07-28&quot;:2.5},{&quot;2026-07-29&quot;:2.59},{&quot;2026-07-30&quot;:2.6},{&quot;2026-07-31&quot;:2.57},{&quot;2026-08-01&quot;:2.58},{&quot;2026-08-02&quot;:2.59},{&quot;2026-08-03&quot;:2.49},{&quot;2026-08-04&quot;:2.59},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.64},{&quot;2026-08-08&quot;:2.64},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.77},{&quot;2026-08-12&quot;:2.78},{&quot;2026-08-13&quot;:2.84},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.89},{&quot;2026-08-16&quot;:2.96},{&quot;2026-08-17&quot;:3.06},{&quot;2026-08-18&quot;:3.0},{&quot;2026-08-19&quot;:3.09},{&quot;2026-08-20&quot;:3.09},{&quot;2026-08-21&quot;:2.97},{&quot;2026-08-22&quot;:3.03},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:3.09},{&quot;2026-08-27&quot;:2.99},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.8},{&quot;2026-09-01&quot;:2.8},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.74},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.76},{&quot;2026-09-06&quot;:2.76},{&quot;2026-09-07&quot;:2.82},{&quot;2026-09-08&quot;:2.82},{&quot;2026-09-09&quot;:2.79},{&quot;2026-09-10&quot;:2.86},{&quot;2026-09-11&quot;:2.92}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Smile at Death
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Smile at Death" src="https://cards.scryfall.io/large/front/a/e/ae2da18f-0d7d-446c-b463-8bf170ed95da.jpg?1783907405" />
    </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">
                $2.92
              </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">
                $3.49
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.72},{&quot;2026-06-14&quot;:3.7},{&quot;2026-06-15&quot;:3.7},{&quot;2026-06-16&quot;:3.7},{&quot;2026-06-17&quot;:3.7},{&quot;2026-06-18&quot;:3.7},{&quot;2026-06-19&quot;:3.7},{&quot;2026-06-20&quot;:3.65},{&quot;2026-06-21&quot;:3.65},{&quot;2026-06-22&quot;:3.65},{&quot;2026-06-23&quot;:3.8},{&quot;2026-06-24&quot;:3.91},{&quot;2026-06-25&quot;:3.66},{&quot;2026-06-26&quot;:3.66},{&quot;2026-06-27&quot;:3.66},{&quot;2026-06-28&quot;:3.66},{&quot;2026-06-29&quot;:3.83},{&quot;2026-06-30&quot;:3.86},{&quot;2026-07-01&quot;:3.93},{&quot;2026-07-02&quot;:3.93},{&quot;2026-07-03&quot;:3.9},{&quot;2026-07-04&quot;:3.97},{&quot;2026-07-05&quot;:3.97},{&quot;2026-07-06&quot;:4.02},{&quot;2026-07-07&quot;:4.02},{&quot;2026-07-08&quot;:4.04},{&quot;2026-07-09&quot;:4.04},{&quot;2026-07-10&quot;:4.04},{&quot;2026-07-11&quot;:4.04},{&quot;2026-07-12&quot;:4.04},{&quot;2026-07-13&quot;:4.04},{&quot;2026-07-14&quot;:4.04},{&quot;2026-07-15&quot;:4.04},{&quot;2026-07-16&quot;:4.04},{&quot;2026-07-17&quot;:3.98},{&quot;2026-07-18&quot;:3.98},{&quot;2026-07-19&quot;:3.98},{&quot;2026-07-20&quot;:3.98},{&quot;2026-07-21&quot;:3.98},{&quot;2026-07-22&quot;:3.98},{&quot;2026-07-23&quot;:3.98},{&quot;2026-07-24&quot;:3.98},{&quot;2026-07-25&quot;:3.98},{&quot;2026-07-26&quot;:3.98},{&quot;2026-07-27&quot;:3.98},{&quot;2026-07-28&quot;:3.98},{&quot;2026-07-29&quot;:3.85},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.85},{&quot;2026-08-01&quot;:3.85},{&quot;2026-08-02&quot;:3.85},{&quot;2026-08-03&quot;:3.85},{&quot;2026-08-04&quot;:3.85},{&quot;2026-08-05&quot;:3.85},{&quot;2026-08-07&quot;:3.87},{&quot;2026-08-08&quot;:3.9},{&quot;2026-08-09&quot;:3.86},{&quot;2026-08-10&quot;:3.86},{&quot;2026-08-11&quot;:3.82},{&quot;2026-08-12&quot;:3.82},{&quot;2026-08-13&quot;:3.82},{&quot;2026-08-14&quot;:3.82},{&quot;2026-08-15&quot;:3.82},{&quot;2026-08-16&quot;:3.82},{&quot;2026-08-17&quot;:3.82},{&quot;2026-08-18&quot;:3.82},{&quot;2026-08-19&quot;:3.82},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.8},{&quot;2026-08-22&quot;:3.76},{&quot;2026-08-23&quot;:3.76},{&quot;2026-08-24&quot;:3.76},{&quot;2026-08-25&quot;:3.76},{&quot;2026-08-26&quot;:3.76},{&quot;2026-08-27&quot;:3.76},{&quot;2026-08-28&quot;:3.63},{&quot;2026-08-29&quot;:3.63},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.5},{&quot;2026-09-01&quot;:3.5},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.56},{&quot;2026-09-04&quot;:3.56},{&quot;2026-09-05&quot;:3.57},{&quot;2026-09-06&quot;:3.53},{&quot;2026-09-07&quot;:3.53},{&quot;2026-09-08&quot;:3.53},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.49},{&quot;2026-09-11&quot;:3.49}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.76},{&quot;2026-06-14&quot;:3.73},{&quot;2026-06-15&quot;:3.83},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:3.86},{&quot;2026-06-18&quot;:3.86},{&quot;2026-06-19&quot;:3.78},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.84},{&quot;2026-06-22&quot;:3.79},{&quot;2026-06-23&quot;:3.95},{&quot;2026-06-24&quot;:3.97},{&quot;2026-06-25&quot;:3.83},{&quot;2026-06-26&quot;:3.85},{&quot;2026-06-27&quot;:3.93},{&quot;2026-06-28&quot;:3.72},{&quot;2026-06-29&quot;:3.63},{&quot;2026-06-30&quot;:3.66},{&quot;2026-07-01&quot;:3.68},{&quot;2026-07-02&quot;:3.7},{&quot;2026-07-03&quot;:3.34},{&quot;2026-07-04&quot;:3.15},{&quot;2026-07-05&quot;:3.3},{&quot;2026-07-06&quot;:3.38},{&quot;2026-07-07&quot;:3.35},{&quot;2026-07-08&quot;:3.33},{&quot;2026-07-09&quot;:3.21},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.28},{&quot;2026-07-14&quot;:3.36},{&quot;2026-07-15&quot;:3.17},{&quot;2026-07-16&quot;:3.17},{&quot;2026-07-17&quot;:2.91},{&quot;2026-07-18&quot;:2.83},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.8},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-22&quot;:2.84},{&quot;2026-07-23&quot;:2.96},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:2.97},{&quot;2026-07-26&quot;:2.93},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-28&quot;:2.89},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.82},{&quot;2026-08-01&quot;:2.82},{&quot;2026-08-02&quot;:2.93},{&quot;2026-08-03&quot;:2.92},{&quot;2026-08-04&quot;:2.93},{&quot;2026-08-05&quot;:2.89},{&quot;2026-08-07&quot;:3.0},{&quot;2026-08-08&quot;:2.95},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:2.96},{&quot;2026-08-12&quot;:3.0},{&quot;2026-08-13&quot;:2.9},{&quot;2026-08-14&quot;:2.95},{&quot;2026-08-15&quot;:2.84},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.85},{&quot;2026-08-18&quot;:2.8},{&quot;2026-08-19&quot;:2.84},{&quot;2026-08-20&quot;:2.87},{&quot;2026-08-21&quot;:2.93},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.79},{&quot;2026-08-24&quot;:2.82},{&quot;2026-08-25&quot;:2.87},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.88},{&quot;2026-08-28&quot;:2.91},{&quot;2026-08-29&quot;:2.91},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.18},{&quot;2026-09-02&quot;:3.14},{&quot;2026-09-03&quot;:3.25},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.12},{&quot;2026-09-06&quot;:3.13},{&quot;2026-09-07&quot;:3.13},{&quot;2026-09-08&quot;:3.03},{&quot;2026-09-09&quot;:3.03},{&quot;2026-09-10&quot;:2.98},{&quot;2026-09-11&quot;:2.92}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kroxa, Titan of Death&#39;s Hunger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/f/cf9bf8c4-f977-449b-8d16-539060b40777.jpg?1783916860" />

        <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">
            Kroxa, Titan of Death&#39;s Hunger
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Kroxa, Titan of Death&#39;s Hunger" src="https://cards.scryfall.io/large/front/c/f/cf9bf8c4-f977-449b-8d16-539060b40777.jpg?1783916860" />
    </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">
                $2.91
              </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.04
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;2026-06-13&quot;:3.7},{&quot;2026-06-14&quot;:3.7},{&quot;2026-06-15&quot;:3.7},{&quot;2026-06-16&quot;:3.7},{&quot;2026-06-17&quot;:3.7},{&quot;2026-06-18&quot;:3.7},{&quot;2026-06-19&quot;:3.7},{&quot;2026-06-20&quot;:3.7},{&quot;2026-06-21&quot;:3.68},{&quot;2026-06-22&quot;:3.67},{&quot;2026-06-23&quot;:3.75},{&quot;2026-06-24&quot;:3.78},{&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.69},{&quot;2026-06-29&quot;:3.69},{&quot;2026-06-30&quot;:3.69},{&quot;2026-07-01&quot;:3.69},{&quot;2026-07-02&quot;:3.69},{&quot;2026-07-03&quot;:3.7},{&quot;2026-07-04&quot;:3.7},{&quot;2026-07-05&quot;:3.7},{&quot;2026-07-06&quot;:3.7},{&quot;2026-07-07&quot;:3.7},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.82},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.8},{&quot;2026-07-12&quot;:3.8},{&quot;2026-07-13&quot;:3.8},{&quot;2026-07-14&quot;:3.8},{&quot;2026-07-15&quot;:3.8},{&quot;2026-07-16&quot;:3.8},{&quot;2026-07-17&quot;:3.79},{&quot;2026-07-18&quot;:3.79},{&quot;2026-07-19&quot;:3.79},{&quot;2026-07-20&quot;:3.79},{&quot;2026-07-21&quot;:3.82},{&quot;2026-07-22&quot;:3.85},{&quot;2026-07-23&quot;:3.85},{&quot;2026-07-24&quot;:3.85},{&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.85},{&quot;2026-07-30&quot;:3.84},{&quot;2026-07-31&quot;:3.85},{&quot;2026-08-01&quot;:3.85},{&quot;2026-08-02&quot;:3.85},{&quot;2026-08-03&quot;:3.82},{&quot;2026-08-04&quot;:3.82},{&quot;2026-08-05&quot;:3.82},{&quot;2026-08-07&quot;:3.82},{&quot;2026-08-08&quot;:3.82},{&quot;2026-08-09&quot;:3.81},{&quot;2026-08-10&quot;:3.81},{&quot;2026-08-11&quot;:3.81},{&quot;2026-08-12&quot;:3.82},{&quot;2026-08-13&quot;:3.82},{&quot;2026-08-14&quot;:3.82},{&quot;2026-08-15&quot;:3.82},{&quot;2026-08-16&quot;:3.78},{&quot;2026-08-17&quot;:3.78},{&quot;2026-08-18&quot;:3.78},{&quot;2026-08-19&quot;:3.78},{&quot;2026-08-20&quot;:3.78},{&quot;2026-08-21&quot;:3.78},{&quot;2026-08-22&quot;:3.78},{&quot;2026-08-23&quot;:3.78},{&quot;2026-08-24&quot;:3.78},{&quot;2026-08-25&quot;:3.78},{&quot;2026-08-26&quot;:3.78},{&quot;2026-08-27&quot;:3.74},{&quot;2026-08-28&quot;:3.74},{&quot;2026-08-29&quot;:3.74},{&quot;2026-08-30&quot;:3.71},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.71},{&quot;2026-09-02&quot;:3.9},{&quot;2026-09-03&quot;:3.9},{&quot;2026-09-04&quot;:3.9},{&quot;2026-09-05&quot;:3.9},{&quot;2026-09-06&quot;:3.93},{&quot;2026-09-07&quot;:3.93},{&quot;2026-09-08&quot;:3.93},{&quot;2026-09-09&quot;:3.93},{&quot;2026-09-10&quot;:3.93},{&quot;2026-09-11&quot;:4.04}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.04},{&quot;2026-06-14&quot;:3.04},{&quot;2026-06-15&quot;:3.03},{&quot;2026-06-16&quot;:3.01},{&quot;2026-06-17&quot;:3.01},{&quot;2026-06-18&quot;:3.02},{&quot;2026-06-19&quot;:3.02},{&quot;2026-06-20&quot;:3.05},{&quot;2026-06-21&quot;:3.08},{&quot;2026-06-22&quot;:3.07},{&quot;2026-06-23&quot;:3.03},{&quot;2026-06-24&quot;:3.07},{&quot;2026-06-25&quot;:3.07},{&quot;2026-06-26&quot;:3.03},{&quot;2026-06-27&quot;:2.96},{&quot;2026-06-28&quot;:3.07},{&quot;2026-06-29&quot;:3.0},{&quot;2026-06-30&quot;:3.0},{&quot;2026-07-01&quot;:3.15},{&quot;2026-07-02&quot;:3.17},{&quot;2026-07-03&quot;:3.17},{&quot;2026-07-04&quot;:3.17},{&quot;2026-07-05&quot;:3.17},{&quot;2026-07-06&quot;:3.17},{&quot;2026-07-07&quot;:3.18},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.18},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.19},{&quot;2026-07-12&quot;:3.16},{&quot;2026-07-13&quot;:3.16},{&quot;2026-07-14&quot;:3.14},{&quot;2026-07-15&quot;:3.14},{&quot;2026-07-16&quot;:3.14},{&quot;2026-07-17&quot;:3.14},{&quot;2026-07-18&quot;:3.14},{&quot;2026-07-19&quot;:3.06},{&quot;2026-07-20&quot;:3.06},{&quot;2026-07-21&quot;:3.07},{&quot;2026-07-22&quot;:3.07},{&quot;2026-07-23&quot;:3.07},{&quot;2026-07-24&quot;:3.11},{&quot;2026-07-25&quot;:3.11},{&quot;2026-07-26&quot;:3.13},{&quot;2026-07-27&quot;:3.07},{&quot;2026-07-28&quot;:3.07},{&quot;2026-07-29&quot;:3.07},{&quot;2026-07-30&quot;:3.07},{&quot;2026-07-31&quot;:3.07},{&quot;2026-08-01&quot;:3.07},{&quot;2026-08-02&quot;:3.09},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.12},{&quot;2026-08-05&quot;:3.14},{&quot;2026-08-07&quot;:3.08},{&quot;2026-08-08&quot;:3.08},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.13},{&quot;2026-08-11&quot;:3.13},{&quot;2026-08-12&quot;:3.1},{&quot;2026-08-13&quot;:3.07},{&quot;2026-08-14&quot;:3.06},{&quot;2026-08-15&quot;:3.06},{&quot;2026-08-16&quot;:3.06},{&quot;2026-08-17&quot;:3.08},{&quot;2026-08-18&quot;:3.08},{&quot;2026-08-19&quot;:3.1},{&quot;2026-08-20&quot;:3.01},{&quot;2026-08-21&quot;:2.9},{&quot;2026-08-22&quot;:2.9},{&quot;2026-08-23&quot;:2.9},{&quot;2026-08-24&quot;:2.83},{&quot;2026-08-25&quot;:2.82},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.89},{&quot;2026-08-28&quot;:2.89},{&quot;2026-08-29&quot;:2.89},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:2.92},{&quot;2026-09-01&quot;:2.92},{&quot;2026-09-02&quot;:2.92},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:2.93},{&quot;2026-09-05&quot;:2.92},{&quot;2026-09-06&quot;:2.95},{&quot;2026-09-07&quot;:2.95},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:2.95},{&quot;2026-09-11&quot;:2.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Mirrorform
        </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">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-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="Mirrorform" src="https://cards.scryfall.io/large/front/0/2/02a9adde-1604-46c1-b481-fa0a73c72bd9.jpg?1782683873" />
    </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">
                $2.91
              </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.94
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:6.95},{&quot;2026-06-11&quot;:6.95},{&quot;2026-06-12&quot;:6.95},{&quot;2026-06-13&quot;:7.01},{&quot;2026-06-14&quot;:7.01},{&quot;2026-06-15&quot;:6.79},{&quot;2026-06-16&quot;:6.79},{&quot;2026-06-17&quot;:6.79},{&quot;2026-06-18&quot;:6.79},{&quot;2026-06-19&quot;:6.81},{&quot;2026-06-20&quot;:6.81},{&quot;2026-06-21&quot;:6.81},{&quot;2026-06-22&quot;:6.81},{&quot;2026-06-23&quot;:6.81},{&quot;2026-06-24&quot;:7.06},{&quot;2026-06-25&quot;:7.06},{&quot;2026-06-26&quot;:7.06},{&quot;2026-06-27&quot;:7.06},{&quot;2026-06-28&quot;:6.99},{&quot;2026-06-29&quot;:6.99},{&quot;2026-06-30&quot;:6.99},{&quot;2026-07-01&quot;:6.99},{&quot;2026-07-02&quot;:6.99},{&quot;2026-07-03&quot;:6.99},{&quot;2026-07-04&quot;:6.99},{&quot;2026-07-05&quot;:6.99},{&quot;2026-07-06&quot;:6.99},{&quot;2026-07-07&quot;:6.93},{&quot;2026-07-08&quot;:6.93},{&quot;2026-07-09&quot;:6.84},{&quot;2026-07-10&quot;:6.84},{&quot;2026-07-11&quot;:6.76},{&quot;2026-07-12&quot;:6.76},{&quot;2026-07-13&quot;:6.76},{&quot;2026-07-14&quot;:6.76},{&quot;2026-07-15&quot;:6.76},{&quot;2026-07-16&quot;:6.76},{&quot;2026-07-17&quot;:6.71},{&quot;2026-07-18&quot;:6.66},{&quot;2026-07-19&quot;:6.66},{&quot;2026-07-20&quot;:6.53},{&quot;2026-07-21&quot;:6.53},{&quot;2026-07-23&quot;:6.45},{&quot;2026-07-25&quot;:6.45},{&quot;2026-07-26&quot;:6.4},{&quot;2026-07-27&quot;:6.4},{&quot;2026-07-29&quot;:6.4},{&quot;2026-07-30&quot;:6.32},{&quot;2026-07-31&quot;:6.32},{&quot;2026-08-01&quot;:6.23},{&quot;2026-08-02&quot;:6.09},{&quot;2026-08-03&quot;:6.09},{&quot;2026-08-04&quot;:6.09},{&quot;2026-08-05&quot;:6.07},{&quot;2026-08-07&quot;:6.07},{&quot;2026-08-08&quot;:6.07},{&quot;2026-08-09&quot;:6.07},{&quot;2026-08-10&quot;:6.07},{&quot;2026-08-11&quot;:5.97},{&quot;2026-08-12&quot;:5.97},{&quot;2026-08-13&quot;:5.85},{&quot;2026-08-14&quot;:5.85},{&quot;2026-08-15&quot;:5.85},{&quot;2026-08-16&quot;:5.85},{&quot;2026-08-17&quot;:5.7},{&quot;2026-08-18&quot;:5.7},{&quot;2026-08-19&quot;:5.56},{&quot;2026-08-20&quot;:5.56},{&quot;2026-08-21&quot;:5.44},{&quot;2026-08-22&quot;:5.11},{&quot;2026-08-23&quot;:5.11},{&quot;2026-08-24&quot;:5.11},{&quot;2026-08-25&quot;:5.11},{&quot;2026-08-26&quot;:4.75},{&quot;2026-08-27&quot;:4.75},{&quot;2026-08-28&quot;:4.72},{&quot;2026-08-29&quot;:4.72},{&quot;2026-08-30&quot;:4.72},{&quot;2026-08-31&quot;:4.73},{&quot;2026-09-01&quot;:4.73},{&quot;2026-09-02&quot;:4.56},{&quot;2026-09-03&quot;:4.66},{&quot;2026-09-04&quot;:4.76},{&quot;2026-09-05&quot;:4.76},{&quot;2026-09-06&quot;:4.76},{&quot;2026-09-07&quot;:4.76},{&quot;2026-09-08&quot;:4.78},{&quot;2026-09-09&quot;:4.88},{&quot;2026-09-10&quot;:4.88},{&quot;2026-09-11&quot;:4.94}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.7},{&quot;2026-06-11&quot;:3.77},{&quot;2026-06-12&quot;:3.77},{&quot;2026-06-13&quot;:3.78},{&quot;2026-06-14&quot;:3.78},{&quot;2026-06-15&quot;:3.78},{&quot;2026-06-16&quot;:3.78},{&quot;2026-06-17&quot;:3.69},{&quot;2026-06-18&quot;:3.65},{&quot;2026-06-19&quot;:3.58},{&quot;2026-06-20&quot;:3.57},{&quot;2026-06-21&quot;:3.54},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.57},{&quot;2026-06-24&quot;:3.57},{&quot;2026-06-25&quot;:3.53},{&quot;2026-06-26&quot;:3.53},{&quot;2026-06-27&quot;:3.51},{&quot;2026-06-28&quot;:3.46},{&quot;2026-06-29&quot;:3.48},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.48},{&quot;2026-07-02&quot;:3.57},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.61},{&quot;2026-07-05&quot;:3.59},{&quot;2026-07-06&quot;:3.56},{&quot;2026-07-07&quot;:3.56},{&quot;2026-07-08&quot;:3.64},{&quot;2026-07-09&quot;:3.64},{&quot;2026-07-10&quot;:3.67},{&quot;2026-07-11&quot;:3.66},{&quot;2026-07-12&quot;:3.77},{&quot;2026-07-13&quot;:3.83},{&quot;2026-07-14&quot;:3.83},{&quot;2026-07-15&quot;:3.77},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.58},{&quot;2026-07-18&quot;:3.55},{&quot;2026-07-19&quot;:3.55},{&quot;2026-07-20&quot;:3.7},{&quot;2026-07-21&quot;:3.51},{&quot;2026-07-23&quot;:3.32},{&quot;2026-07-25&quot;:3.21},{&quot;2026-07-26&quot;:3.14},{&quot;2026-07-27&quot;:3.02},{&quot;2026-07-29&quot;:2.97},{&quot;2026-07-30&quot;:2.93},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.9},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.92},{&quot;2026-08-04&quot;:2.87},{&quot;2026-08-05&quot;:2.82},{&quot;2026-08-07&quot;:2.89},{&quot;2026-08-08&quot;:2.92},{&quot;2026-08-09&quot;:2.95},{&quot;2026-08-10&quot;:2.9},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.96},{&quot;2026-08-13&quot;:2.99},{&quot;2026-08-14&quot;:3.0},{&quot;2026-08-15&quot;:3.14},{&quot;2026-08-16&quot;:3.15},{&quot;2026-08-17&quot;:3.1},{&quot;2026-08-18&quot;:3.1},{&quot;2026-08-19&quot;:3.23},{&quot;2026-08-20&quot;:3.23},{&quot;2026-08-21&quot;:3.22},{&quot;2026-08-22&quot;:3.15},{&quot;2026-08-23&quot;:3.14},{&quot;2026-08-24&quot;:3.1},{&quot;2026-08-25&quot;:3.1},{&quot;2026-08-26&quot;:3.11},{&quot;2026-08-27&quot;:3.05},{&quot;2026-08-28&quot;:3.11},{&quot;2026-08-29&quot;:3.11},{&quot;2026-08-30&quot;:3.02},{&quot;2026-08-31&quot;:3.02},{&quot;2026-09-01&quot;:3.02},{&quot;2026-09-02&quot;:2.8},{&quot;2026-09-03&quot;:2.8},{&quot;2026-09-04&quot;:2.81},{&quot;2026-09-05&quot;:2.75},{&quot;2026-09-06&quot;:2.87},{&quot;2026-09-07&quot;:2.88},{&quot;2026-09-08&quot;:2.85},{&quot;2026-09-09&quot;:2.87},{&quot;2026-09-10&quot;:2.91},{&quot;2026-09-11&quot;:2.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Shivan Reef" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/2/72c11164-e98c-4f09-9840-825bd1f91247.jpg?1783921199" />

        <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 Reef
        </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="Shivan Reef" src="https://cards.scryfall.io/large/front/7/2/72c11164-e98c-4f09-9840-825bd1f91247.jpg?1783921199" />
    </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">
                $2.90
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $7.91
              </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-11&quot;:7.2},{&quot;2026-06-12&quot;:7.21},{&quot;2026-06-13&quot;:7.21},{&quot;2026-06-14&quot;:7.21},{&quot;2026-06-15&quot;:7.16},{&quot;2026-06-16&quot;:7.16},{&quot;2026-06-17&quot;:7.16},{&quot;2026-06-18&quot;:7.16},{&quot;2026-06-19&quot;:7.16},{&quot;2026-06-20&quot;:7.16},{&quot;2026-06-21&quot;:6.97},{&quot;2026-06-22&quot;:6.97},{&quot;2026-06-23&quot;:7.04},{&quot;2026-06-24&quot;:6.92},{&quot;2026-06-25&quot;:7.01},{&quot;2026-06-26&quot;:7.01},{&quot;2026-06-27&quot;:7.31},{&quot;2026-06-28&quot;:7.35},{&quot;2026-06-29&quot;:7.35},{&quot;2026-06-30&quot;:7.35},{&quot;2026-07-01&quot;:7.35},{&quot;2026-07-02&quot;:7.41},{&quot;2026-07-03&quot;:7.41},{&quot;2026-07-04&quot;:7.68},{&quot;2026-07-05&quot;:7.68},{&quot;2026-07-06&quot;:7.86},{&quot;2026-07-07&quot;:7.86},{&quot;2026-07-08&quot;:7.86},{&quot;2026-07-09&quot;:7.86},{&quot;2026-07-10&quot;:7.86},{&quot;2026-07-11&quot;:7.86},{&quot;2026-07-12&quot;:7.66},{&quot;2026-07-13&quot;:7.45},{&quot;2026-07-14&quot;:7.45},{&quot;2026-07-15&quot;:7.45},{&quot;2026-07-16&quot;:7.45},{&quot;2026-07-17&quot;:7.14},{&quot;2026-07-18&quot;:7.14},{&quot;2026-07-19&quot;:7.14},{&quot;2026-07-20&quot;:7.39},{&quot;2026-07-21&quot;:7.5},{&quot;2026-07-23&quot;:7.54},{&quot;2026-07-25&quot;:7.71},{&quot;2026-07-26&quot;:7.71},{&quot;2026-07-27&quot;:7.71},{&quot;2026-07-28&quot;:7.65},{&quot;2026-07-29&quot;:7.71},{&quot;2026-07-30&quot;:7.72},{&quot;2026-07-31&quot;:7.73},{&quot;2026-08-01&quot;:7.73},{&quot;2026-08-02&quot;:7.77},{&quot;2026-08-03&quot;:7.77},{&quot;2026-08-04&quot;:7.73},{&quot;2026-08-05&quot;:7.73},{&quot;2026-08-07&quot;:7.73},{&quot;2026-08-08&quot;:7.89},{&quot;2026-08-09&quot;:8.04},{&quot;2026-08-10&quot;:8.04},{&quot;2026-08-11&quot;:8.04},{&quot;2026-08-12&quot;:8.04},{&quot;2026-08-13&quot;:8.04},{&quot;2026-08-14&quot;:8.04},{&quot;2026-08-15&quot;:8.04},{&quot;2026-08-16&quot;:8.04},{&quot;2026-08-17&quot;:8.04},{&quot;2026-08-18&quot;:8.01},{&quot;2026-08-19&quot;:8.01},{&quot;2026-08-20&quot;:8.01},{&quot;2026-08-21&quot;:8.01},{&quot;2026-08-22&quot;:7.88},{&quot;2026-08-23&quot;:7.91},{&quot;2026-08-24&quot;:7.91},{&quot;2026-08-25&quot;:7.92},{&quot;2026-08-26&quot;:7.94},{&quot;2026-08-27&quot;:7.94},{&quot;2026-08-28&quot;:7.94},{&quot;2026-08-29&quot;:7.94},{&quot;2026-08-30&quot;:8.03},{&quot;2026-08-31&quot;:8.06},{&quot;2026-09-01&quot;:8.06},{&quot;2026-09-02&quot;:7.85},{&quot;2026-09-03&quot;:7.85},{&quot;2026-09-04&quot;:7.89},{&quot;2026-09-05&quot;:7.89},{&quot;2026-09-06&quot;:7.89},{&quot;2026-09-07&quot;:7.91},{&quot;2026-09-08&quot;:7.91},{&quot;2026-09-09&quot;:7.91},{&quot;2026-09-10&quot;:7.91},{&quot;2026-09-11&quot;:7.91}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.48},{&quot;2026-06-12&quot;:3.52},{&quot;2026-06-13&quot;:3.52},{&quot;2026-06-14&quot;:3.45},{&quot;2026-06-15&quot;:3.45},{&quot;2026-06-16&quot;:3.55},{&quot;2026-06-17&quot;:3.51},{&quot;2026-06-18&quot;:3.55},{&quot;2026-06-19&quot;:3.41},{&quot;2026-06-20&quot;:3.41},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.53},{&quot;2026-06-23&quot;:3.53},{&quot;2026-06-24&quot;:3.38},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.39},{&quot;2026-06-27&quot;:3.33},{&quot;2026-06-28&quot;:3.32},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.27},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.2},{&quot;2026-07-03&quot;:2.92},{&quot;2026-07-04&quot;:3.03},{&quot;2026-07-05&quot;:3.03},{&quot;2026-07-06&quot;:3.09},{&quot;2026-07-07&quot;:3.08},{&quot;2026-07-08&quot;:3.02},{&quot;2026-07-09&quot;:2.86},{&quot;2026-07-10&quot;:2.84},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.9},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:2.91},{&quot;2026-07-15&quot;:2.91},{&quot;2026-07-16&quot;:2.95},{&quot;2026-07-17&quot;:2.88},{&quot;2026-07-18&quot;:2.81},{&quot;2026-07-19&quot;:2.78},{&quot;2026-07-20&quot;:2.8},{&quot;2026-07-21&quot;:2.81},{&quot;2026-07-23&quot;:2.85},{&quot;2026-07-25&quot;:2.83},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.81},{&quot;2026-07-28&quot;:2.63},{&quot;2026-07-29&quot;:2.63},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.59},{&quot;2026-08-01&quot;:2.62},{&quot;2026-08-02&quot;:2.5},{&quot;2026-08-03&quot;:2.43},{&quot;2026-08-04&quot;:2.42},{&quot;2026-08-05&quot;:2.45},{&quot;2026-08-07&quot;:2.48},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.61},{&quot;2026-08-10&quot;:2.64},{&quot;2026-08-11&quot;:2.62},{&quot;2026-08-12&quot;:2.59},{&quot;2026-08-13&quot;:2.59},{&quot;2026-08-14&quot;:2.71},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.79},{&quot;2026-08-19&quot;:2.82},{&quot;2026-08-20&quot;:2.82},{&quot;2026-08-21&quot;:3.0},{&quot;2026-08-22&quot;:3.02},{&quot;2026-08-23&quot;:3.06},{&quot;2026-08-24&quot;:3.14},{&quot;2026-08-25&quot;:3.14},{&quot;2026-08-26&quot;:3.14},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:3.16},{&quot;2026-08-29&quot;:3.16},{&quot;2026-08-30&quot;:3.21},{&quot;2026-08-31&quot;:3.17},{&quot;2026-09-01&quot;:3.17},{&quot;2026-09-02&quot;:2.87},{&quot;2026-09-03&quot;:2.85},{&quot;2026-09-04&quot;:2.92},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.93},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.89},{&quot;2026-09-11&quot;:2.9}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="21011"
  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">
            Planar Bridge
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Planar Bridge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/0/30879758-841c-46a9-a0b6-179ac163f0ac.jpg?1783921788" />

        <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">
            Planar Bridge
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Planar Bridge" src="https://cards.scryfall.io/large/front/3/0/30879758-841c-46a9-a0b6-179ac163f0ac.jpg?1783921788" />
    </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">
                $2.90
              </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.83
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:2.33},{&quot;2026-06-10&quot;:2.45},{&quot;2026-06-11&quot;:2.45},{&quot;2026-06-12&quot;:2.45},{&quot;2026-06-13&quot;:2.45},{&quot;2026-06-14&quot;:2.45},{&quot;2026-06-15&quot;:2.45},{&quot;2026-06-16&quot;:2.45},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.5},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.5},{&quot;2026-06-21&quot;:2.5},{&quot;2026-06-22&quot;:2.5},{&quot;2026-06-24&quot;:2.5},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.5},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.5},{&quot;2026-06-30&quot;:2.5},{&quot;2026-07-01&quot;:2.52},{&quot;2026-07-02&quot;:2.52},{&quot;2026-07-03&quot;:2.52},{&quot;2026-07-04&quot;:2.52},{&quot;2026-07-05&quot;:2.52},{&quot;2026-07-06&quot;:2.52},{&quot;2026-07-07&quot;:2.53},{&quot;2026-07-08&quot;:2.53},{&quot;2026-07-09&quot;:2.54},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.57},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.56},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:2.56},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-25&quot;:2.56},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-29&quot;:2.56},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.56},{&quot;2026-08-01&quot;:2.56},{&quot;2026-08-02&quot;:2.56},{&quot;2026-08-03&quot;:2.56},{&quot;2026-08-04&quot;:2.56},{&quot;2026-08-05&quot;:2.56},{&quot;2026-08-07&quot;:2.56},{&quot;2026-08-08&quot;:2.57},{&quot;2026-08-09&quot;:2.57},{&quot;2026-08-10&quot;:2.57},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.57},{&quot;2026-08-13&quot;:2.57},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.7},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.7},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.7},{&quot;2026-08-21&quot;:2.7},{&quot;2026-08-22&quot;:2.7},{&quot;2026-08-23&quot;:2.7},{&quot;2026-08-24&quot;:2.7},{&quot;2026-08-25&quot;:2.7},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.8},{&quot;2026-08-28&quot;:2.8},{&quot;2026-08-29&quot;:2.8},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.83},{&quot;2026-09-01&quot;:2.83},{&quot;2026-09-02&quot;:2.83},{&quot;2026-09-03&quot;:2.83},{&quot;2026-09-04&quot;:2.83},{&quot;2026-09-05&quot;:2.83},{&quot;2026-09-06&quot;:2.83},{&quot;2026-09-07&quot;:2.83},{&quot;2026-09-08&quot;:2.83},{&quot;2026-09-09&quot;:2.83},{&quot;2026-09-10&quot;:2.83},{&quot;2026-09-11&quot;:2.83}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.59},{&quot;2026-06-10&quot;:2.59},{&quot;2026-06-11&quot;:2.53},{&quot;2026-06-12&quot;:2.57},{&quot;2026-06-13&quot;:2.83},{&quot;2026-06-14&quot;:2.9},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:3.03},{&quot;2026-06-17&quot;:3.09},{&quot;2026-06-18&quot;:3.09},{&quot;2026-06-19&quot;:3.15},{&quot;2026-06-20&quot;:3.19},{&quot;2026-06-21&quot;:3.19},{&quot;2026-06-22&quot;:3.21},{&quot;2026-06-24&quot;:3.49},{&quot;2026-06-25&quot;:3.51},{&quot;2026-06-26&quot;:3.51},{&quot;2026-06-27&quot;:3.42},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.34},{&quot;2026-06-30&quot;:3.28},{&quot;2026-07-01&quot;:3.52},{&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.45},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.24},{&quot;2026-07-12&quot;:3.15},{&quot;2026-07-13&quot;:3.33},{&quot;2026-07-14&quot;:3.25},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.21},{&quot;2026-07-17&quot;:3.13},{&quot;2026-07-18&quot;:3.13},{&quot;2026-07-19&quot;:3.13},{&quot;2026-07-20&quot;:3.13},{&quot;2026-07-21&quot;:3.13},{&quot;2026-07-23&quot;:2.88},{&quot;2026-07-25&quot;:2.81},{&quot;2026-07-26&quot;:2.74},{&quot;2026-07-27&quot;:2.79},{&quot;2026-07-29&quot;:2.75},{&quot;2026-07-30&quot;:2.62},{&quot;2026-07-31&quot;:2.53},{&quot;2026-08-01&quot;:2.54},{&quot;2026-08-02&quot;:2.46},{&quot;2026-08-03&quot;:2.5},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.56},{&quot;2026-08-07&quot;:2.74},{&quot;2026-08-08&quot;:2.85},{&quot;2026-08-09&quot;:2.75},{&quot;2026-08-10&quot;:2.75},{&quot;2026-08-11&quot;:2.75},{&quot;2026-08-12&quot;:2.75},{&quot;2026-08-13&quot;:2.71},{&quot;2026-08-14&quot;:2.71},{&quot;2026-08-15&quot;:2.71},{&quot;2026-08-16&quot;:2.72},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.72},{&quot;2026-08-19&quot;:2.73},{&quot;2026-08-20&quot;:2.73},{&quot;2026-08-21&quot;:2.74},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.71},{&quot;2026-08-24&quot;:2.74},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:2.66},{&quot;2026-08-27&quot;:2.55},{&quot;2026-08-28&quot;:2.59},{&quot;2026-08-29&quot;:2.59},{&quot;2026-08-30&quot;:2.59},{&quot;2026-08-31&quot;:2.56},{&quot;2026-09-01&quot;:2.56},{&quot;2026-09-02&quot;:2.65},{&quot;2026-09-03&quot;:2.54},{&quot;2026-09-04&quot;:2.61},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.68},{&quot;2026-09-07&quot;:2.68},{&quot;2026-09-08&quot;:2.73},{&quot;2026-09-09&quot;:2.83},{&quot;2026-09-10&quot;:2.9},{&quot;2026-09-11&quot;:2.9}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80806"
  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">
            Honden of Infinite Rage
        </span>


      </div>

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

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

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

        <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">
            Honden of Infinite Rage
        </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 Enchantment — Shrine</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="Honden of Infinite Rage" src="https://cards.scryfall.io/large/front/1/d/1dd75816-8cdd-4983-9852-f4c9c1dcce6d.jpg?1783925200" />
    </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">
                $2.90
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.55},{&quot;2026-06-14&quot;:3.55},{&quot;2026-06-15&quot;:3.55},{&quot;2026-06-16&quot;:3.61},{&quot;2026-06-17&quot;:3.63},{&quot;2026-06-18&quot;:3.63},{&quot;2026-06-19&quot;:3.63},{&quot;2026-06-20&quot;:3.63},{&quot;2026-06-21&quot;:3.63},{&quot;2026-06-22&quot;:3.63},{&quot;2026-06-23&quot;:3.63},{&quot;2026-06-24&quot;:3.75},{&quot;2026-06-25&quot;:3.79},{&quot;2026-06-26&quot;:3.83},{&quot;2026-06-27&quot;:3.83},{&quot;2026-06-28&quot;:3.83},{&quot;2026-06-29&quot;:3.83},{&quot;2026-06-30&quot;:3.83},{&quot;2026-07-01&quot;:3.83},{&quot;2026-07-02&quot;:3.83},{&quot;2026-07-03&quot;:3.83},{&quot;2026-07-04&quot;:3.83},{&quot;2026-07-05&quot;:3.83},{&quot;2026-07-06&quot;:3.83},{&quot;2026-07-07&quot;:3.83},{&quot;2026-07-08&quot;:3.83},{&quot;2026-07-09&quot;:3.83},{&quot;2026-07-10&quot;:3.83},{&quot;2026-07-11&quot;:3.85},{&quot;2026-07-12&quot;:3.85},{&quot;2026-07-13&quot;:3.85},{&quot;2026-07-14&quot;:3.85},{&quot;2026-07-15&quot;:3.85},{&quot;2026-07-16&quot;:3.85},{&quot;2026-07-17&quot;:3.16},{&quot;2026-07-18&quot;:3.14},{&quot;2026-07-19&quot;:3.14},{&quot;2026-07-20&quot;:3.14},{&quot;2026-07-21&quot;:3.14},{&quot;2026-07-22&quot;:3.06},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-24&quot;:3.06},{&quot;2026-07-25&quot;:3.06},{&quot;2026-07-26&quot;:3.1},{&quot;2026-07-27&quot;:3.1},{&quot;2026-07-28&quot;:3.09},{&quot;2026-07-29&quot;:3.13},{&quot;2026-07-30&quot;:3.13},{&quot;2026-07-31&quot;:3.18},{&quot;2026-08-01&quot;:3.18},{&quot;2026-08-02&quot;:3.18},{&quot;2026-08-03&quot;:3.17},{&quot;2026-08-04&quot;:3.17},{&quot;2026-08-05&quot;:3.17},{&quot;2026-08-07&quot;:3.17},{&quot;2026-08-08&quot;:3.17},{&quot;2026-08-09&quot;:3.17},{&quot;2026-08-10&quot;:3.17},{&quot;2026-08-11&quot;:3.17},{&quot;2026-08-12&quot;:3.17},{&quot;2026-08-13&quot;:3.16},{&quot;2026-08-14&quot;:3.16},{&quot;2026-08-15&quot;:3.15},{&quot;2026-08-16&quot;:3.13},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:3.13},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.07},{&quot;2026-08-22&quot;:3.07},{&quot;2026-08-23&quot;:3.07},{&quot;2026-08-24&quot;:3.07},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:3.0},{&quot;2026-08-28&quot;:3.0},{&quot;2026-08-29&quot;:3.0},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.0},{&quot;2026-09-01&quot;:2.99},{&quot;2026-09-02&quot;:2.97},{&quot;2026-09-03&quot;:2.96},{&quot;2026-09-04&quot;:2.96},{&quot;2026-09-05&quot;:2.96},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.96},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:2.93},{&quot;2026-09-11&quot;:2.9}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

        <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">
            Meathook Massacre II
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Meathook Massacre II" src="https://cards.scryfall.io/large/front/3/d/3db59d06-a226-42b2-8f01-6b63a6eea83f.jpg?1783909478" />
    </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">
                $2.89
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.23
              </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-14&quot;:3.38},{&quot;2026-06-15&quot;:3.33},{&quot;2026-06-16&quot;:3.33},{&quot;2026-06-17&quot;:3.36},{&quot;2026-06-18&quot;:3.36},{&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.31},{&quot;2026-06-25&quot;:3.34},{&quot;2026-06-26&quot;:3.29},{&quot;2026-06-27&quot;:3.29},{&quot;2026-06-28&quot;:3.29},{&quot;2026-06-29&quot;:3.27},{&quot;2026-06-30&quot;:3.27},{&quot;2026-07-01&quot;:3.27},{&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.29},{&quot;2026-07-06&quot;:3.29},{&quot;2026-07-07&quot;:3.29},{&quot;2026-07-08&quot;:3.33},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.27},{&quot;2026-07-12&quot;:3.27},{&quot;2026-07-13&quot;:3.27},{&quot;2026-07-14&quot;:3.13},{&quot;2026-07-15&quot;:3.06},{&quot;2026-07-16&quot;:3.06},{&quot;2026-07-17&quot;:3.06},{&quot;2026-07-18&quot;:3.08},{&quot;2026-07-19&quot;:3.08},{&quot;2026-07-20&quot;:3.08},{&quot;2026-07-21&quot;:3.08},{&quot;2026-07-22&quot;:3.08},{&quot;2026-07-23&quot;:3.12},{&quot;2026-07-24&quot;:3.19},{&quot;2026-07-25&quot;:3.26},{&quot;2026-07-26&quot;:3.24},{&quot;2026-07-27&quot;:3.29},{&quot;2026-07-28&quot;:3.29},{&quot;2026-07-29&quot;:3.3},{&quot;2026-07-30&quot;:3.3},{&quot;2026-07-31&quot;:3.37},{&quot;2026-08-01&quot;:3.28},{&quot;2026-08-02&quot;:3.35},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.4},{&quot;2026-08-05&quot;:3.4},{&quot;2026-08-07&quot;:3.4},{&quot;2026-08-08&quot;:3.4},{&quot;2026-08-09&quot;:3.44},{&quot;2026-08-10&quot;:3.44},{&quot;2026-08-11&quot;:3.44},{&quot;2026-08-12&quot;:3.44},{&quot;2026-08-13&quot;:3.44},{&quot;2026-08-14&quot;:3.44},{&quot;2026-08-15&quot;:3.44},{&quot;2026-08-16&quot;:3.44},{&quot;2026-08-17&quot;:3.44},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.3},{&quot;2026-08-25&quot;:3.3},{&quot;2026-08-26&quot;:3.24},{&quot;2026-08-27&quot;:3.26},{&quot;2026-08-28&quot;:3.26},{&quot;2026-08-29&quot;:3.26},{&quot;2026-08-30&quot;:3.26},{&quot;2026-08-31&quot;:3.26},{&quot;2026-09-01&quot;:3.24},{&quot;2026-09-02&quot;:3.24},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.31},{&quot;2026-09-06&quot;:3.25},{&quot;2026-09-07&quot;:3.25},{&quot;2026-09-08&quot;:3.26},{&quot;2026-09-09&quot;:3.26},{&quot;2026-09-10&quot;:3.27},{&quot;2026-09-11&quot;:3.26},{&quot;2026-09-12&quot;:3.23}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.79},{&quot;2026-06-15&quot;:2.77},{&quot;2026-06-16&quot;:2.77},{&quot;2026-06-17&quot;:2.74},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.62},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.69},{&quot;2026-06-26&quot;:2.6},{&quot;2026-06-27&quot;:2.54},{&quot;2026-06-28&quot;:2.54},{&quot;2026-06-29&quot;:2.47},{&quot;2026-06-30&quot;:2.53},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.55},{&quot;2026-07-03&quot;:2.55},{&quot;2026-07-04&quot;:2.57},{&quot;2026-07-05&quot;:2.57},{&quot;2026-07-06&quot;:2.63},{&quot;2026-07-07&quot;:2.63},{&quot;2026-07-08&quot;:2.59},{&quot;2026-07-09&quot;:2.49},{&quot;2026-07-10&quot;:2.5},{&quot;2026-07-11&quot;:2.5},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.58},{&quot;2026-07-17&quot;:2.55},{&quot;2026-07-18&quot;:2.57},{&quot;2026-07-19&quot;:2.48},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.43},{&quot;2026-07-22&quot;:2.45},{&quot;2026-07-23&quot;:2.43},{&quot;2026-07-24&quot;:2.42},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.41},{&quot;2026-07-30&quot;:2.39},{&quot;2026-07-31&quot;:2.39},{&quot;2026-08-01&quot;:2.39},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.76},{&quot;2026-08-08&quot;:2.76},{&quot;2026-08-09&quot;:2.81},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:2.89},{&quot;2026-08-13&quot;:2.89},{&quot;2026-08-14&quot;:2.87},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.93},{&quot;2026-08-17&quot;:2.9},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.67},{&quot;2026-08-20&quot;:2.62},{&quot;2026-08-21&quot;:2.63},{&quot;2026-08-22&quot;:2.67},{&quot;2026-08-23&quot;:2.61},{&quot;2026-08-24&quot;:2.57},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.72},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.7},{&quot;2026-08-29&quot;:2.7},{&quot;2026-08-30&quot;:2.75},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.66},{&quot;2026-09-03&quot;:2.69},{&quot;2026-09-04&quot;:2.73},{&quot;2026-09-05&quot;:2.75},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.65},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.69},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.9},{&quot;2026-09-12&quot;:2.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment Creature — Dog Glimmer</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="Enduring Courage" src="https://cards.scryfall.io/large/front/f/4/f46ac55f-d68e-4d5d-af0a-3879f97f705e.jpg?1783909470" />
    </div>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:3.27},{&quot;2026-06-10&quot;:3.29},{&quot;2026-06-11&quot;:3.29},{&quot;2026-06-12&quot;:3.29},{&quot;2026-06-13&quot;:3.25},{&quot;2026-06-14&quot;:3.25},{&quot;2026-06-15&quot;:3.25},{&quot;2026-06-16&quot;:3.25},{&quot;2026-06-17&quot;:3.25},{&quot;2026-06-18&quot;:3.25},{&quot;2026-06-19&quot;:3.22},{&quot;2026-06-20&quot;:3.22},{&quot;2026-06-21&quot;:3.22},{&quot;2026-06-22&quot;:3.22},{&quot;2026-06-24&quot;:3.1},{&quot;2026-06-25&quot;:3.1},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:3.13},{&quot;2026-06-28&quot;:3.08},{&quot;2026-06-29&quot;:3.0},{&quot;2026-06-30&quot;:2.96},{&quot;2026-07-01&quot;:2.99},{&quot;2026-07-02&quot;:2.98},{&quot;2026-07-03&quot;:2.98},{&quot;2026-07-04&quot;:2.98},{&quot;2026-07-05&quot;:3.0},{&quot;2026-07-06&quot;:3.03},{&quot;2026-07-07&quot;:3.03},{&quot;2026-07-08&quot;:3.1},{&quot;2026-07-09&quot;:3.1},{&quot;2026-07-10&quot;:3.13},{&quot;2026-07-11&quot;:3.1},{&quot;2026-07-12&quot;:3.18},{&quot;2026-07-13&quot;:3.25},{&quot;2026-07-14&quot;:3.25},{&quot;2026-07-15&quot;:3.27},{&quot;2026-07-16&quot;:3.33},{&quot;2026-07-17&quot;:3.33},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.33},{&quot;2026-07-20&quot;:3.36},{&quot;2026-07-21&quot;:3.4},{&quot;2026-07-23&quot;:3.47},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.54},{&quot;2026-07-29&quot;:3.57},{&quot;2026-07-30&quot;:3.71},{&quot;2026-07-31&quot;:3.73},{&quot;2026-08-01&quot;:3.73},{&quot;2026-08-02&quot;:3.72},{&quot;2026-08-03&quot;:3.66},{&quot;2026-08-04&quot;:3.71},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.7},{&quot;2026-08-08&quot;:3.61},{&quot;2026-08-09&quot;:3.65},{&quot;2026-08-10&quot;:3.64},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.72},{&quot;2026-08-13&quot;:3.79},{&quot;2026-08-14&quot;:3.63},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.63},{&quot;2026-08-17&quot;:3.66},{&quot;2026-08-18&quot;:3.66},{&quot;2026-08-19&quot;:3.51},{&quot;2026-08-20&quot;:3.51},{&quot;2026-08-21&quot;:3.43},{&quot;2026-08-22&quot;:3.35},{&quot;2026-08-23&quot;:3.5},{&quot;2026-08-24&quot;:3.64},{&quot;2026-08-25&quot;:3.64},{&quot;2026-08-26&quot;:3.7},{&quot;2026-08-27&quot;:3.7},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.63},{&quot;2026-09-01&quot;:3.63},{&quot;2026-09-02&quot;:3.62},{&quot;2026-09-03&quot;:3.73},{&quot;2026-09-04&quot;:3.73},{&quot;2026-09-05&quot;:3.67},{&quot;2026-09-06&quot;:3.55},{&quot;2026-09-07&quot;:3.61},{&quot;2026-09-08&quot;:3.68},{&quot;2026-09-09&quot;:3.78},{&quot;2026-09-10&quot;:3.84},{&quot;2026-09-11&quot;:3.73}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.37},{&quot;2026-06-10&quot;:2.58},{&quot;2026-06-11&quot;:2.48},{&quot;2026-06-12&quot;:2.21},{&quot;2026-06-13&quot;:2.24},{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.37},{&quot;2026-06-16&quot;:2.36},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.23},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.24},{&quot;2026-06-26&quot;:2.34},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.35},{&quot;2026-06-30&quot;:2.36},{&quot;2026-07-01&quot;:2.3},{&quot;2026-07-02&quot;:2.26},{&quot;2026-07-03&quot;:2.39},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.21},{&quot;2026-07-08&quot;:2.33},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.47},{&quot;2026-07-12&quot;:2.54},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.32},{&quot;2026-07-15&quot;:2.35},{&quot;2026-07-16&quot;:2.53},{&quot;2026-07-17&quot;:2.65},{&quot;2026-07-18&quot;:2.66},{&quot;2026-07-19&quot;:2.91},{&quot;2026-07-20&quot;:2.7},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-23&quot;:3.08},{&quot;2026-07-25&quot;:2.79},{&quot;2026-07-26&quot;:2.72},{&quot;2026-07-27&quot;:2.7},{&quot;2026-07-29&quot;:2.67},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:2.98},{&quot;2026-08-03&quot;:2.83},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.99},{&quot;2026-08-08&quot;:2.98},{&quot;2026-08-09&quot;:2.95},{&quot;2026-08-10&quot;:3.22},{&quot;2026-08-11&quot;:3.02},{&quot;2026-08-12&quot;:2.85},{&quot;2026-08-13&quot;:2.91},{&quot;2026-08-14&quot;:2.86},{&quot;2026-08-15&quot;:2.8},{&quot;2026-08-16&quot;:2.76},{&quot;2026-08-17&quot;:2.92},{&quot;2026-08-18&quot;:3.31},{&quot;2026-08-19&quot;:3.63},{&quot;2026-08-20&quot;:3.63},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.36},{&quot;2026-08-23&quot;:3.22},{&quot;2026-08-24&quot;:3.09},{&quot;2026-08-25&quot;:3.09},{&quot;2026-08-26&quot;:3.13},{&quot;2026-08-27&quot;:3.18},{&quot;2026-08-28&quot;:3.02},{&quot;2026-08-29&quot;:3.02},{&quot;2026-08-30&quot;:2.84},{&quot;2026-08-31&quot;:3.05},{&quot;2026-09-01&quot;:3.05},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.32},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.06},{&quot;2026-09-06&quot;:3.07},{&quot;2026-09-07&quot;:2.93},{&quot;2026-09-08&quot;:2.78},{&quot;2026-09-09&quot;:2.85},{&quot;2026-09-10&quot;:2.91},{&quot;2026-09-11&quot;:2.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Magical Hack
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Magical Hack" src="https://cards.scryfall.io/large/front/4/1/41c57f8a-6592-49b4-acb1-9b30500d1e8c.jpg?1783947857" />
    </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">
                $2.89
              </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.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-10&quot;:2.95},{&quot;2026-06-11&quot;:2.95},{&quot;2026-06-12&quot;:2.95},{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:2.83},{&quot;2026-06-15&quot;:2.87},{&quot;2026-06-16&quot;:2.72},{&quot;2026-06-17&quot;:2.72},{&quot;2026-06-18&quot;:2.72},{&quot;2026-06-19&quot;:2.72},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.72},{&quot;2026-06-22&quot;:2.72},{&quot;2026-06-23&quot;:2.75},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.75},{&quot;2026-06-26&quot;:2.75},{&quot;2026-06-27&quot;:2.75},{&quot;2026-06-28&quot;:2.75},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.75},{&quot;2026-07-01&quot;:2.75},{&quot;2026-07-02&quot;:2.75},{&quot;2026-07-03&quot;:2.75},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.75},{&quot;2026-07-06&quot;:2.75},{&quot;2026-07-07&quot;:2.75},{&quot;2026-07-08&quot;:2.75},{&quot;2026-07-09&quot;:2.75},{&quot;2026-07-10&quot;:2.75},{&quot;2026-07-11&quot;:2.75},{&quot;2026-07-12&quot;:2.75},{&quot;2026-07-13&quot;:2.75},{&quot;2026-07-14&quot;:2.75},{&quot;2026-07-15&quot;: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.72},{&quot;2026-07-21&quot;:2.72},{&quot;2026-07-23&quot;:2.72},{&quot;2026-07-25&quot;:2.73},{&quot;2026-07-26&quot;:2.73},{&quot;2026-07-27&quot;:2.74},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.74},{&quot;2026-07-31&quot;:2.74},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.74},{&quot;2026-08-03&quot;:2.74},{&quot;2026-08-04&quot;:2.74},{&quot;2026-08-05&quot;:2.74},{&quot;2026-08-07&quot;:2.74},{&quot;2026-08-08&quot;:2.74},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.74},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.74},{&quot;2026-08-14&quot;:2.74},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.74},{&quot;2026-08-17&quot;:2.74},{&quot;2026-08-18&quot;:2.74},{&quot;2026-08-19&quot;:2.74},{&quot;2026-08-20&quot;:2.74},{&quot;2026-08-21&quot;:2.74},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:2.74},{&quot;2026-08-24&quot;:2.74},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:2.74},{&quot;2026-08-27&quot;:2.74},{&quot;2026-08-28&quot;:2.74},{&quot;2026-08-29&quot;:2.74},{&quot;2026-08-30&quot;:2.75},{&quot;2026-08-31&quot;:2.75},{&quot;2026-09-01&quot;:2.75},{&quot;2026-09-02&quot;:2.86},{&quot;2026-09-03&quot;:2.86},{&quot;2026-09-04&quot;:2.86},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:2.89},{&quot;2026-09-07&quot;:2.89},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.89},{&quot;2026-09-11&quot;:2.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49276"
  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-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">
            Tireless Provisioner
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Tireless Provisioner
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tireless Provisioner" src="https://cards.scryfall.io/large/front/5/c/5c5be54d-660e-42ab-b5ea-5e1cf3bad0bc.jpg?1783926824" />
    </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">
                $2.89
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.39
              </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.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-14&quot;:3.96},{&quot;2026-06-15&quot;:3.96},{&quot;2026-06-16&quot;:3.96},{&quot;2026-06-17&quot;:3.96},{&quot;2026-06-18&quot;:3.96},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.96},{&quot;2026-06-21&quot;:3.92},{&quot;2026-06-22&quot;:3.92},{&quot;2026-06-23&quot;:3.92},{&quot;2026-06-24&quot;:3.89},{&quot;2026-06-25&quot;:3.89},{&quot;2026-06-26&quot;:3.89},{&quot;2026-06-27&quot;:3.89},{&quot;2026-06-28&quot;:3.89},{&quot;2026-06-29&quot;:3.89},{&quot;2026-06-30&quot;:3.89},{&quot;2026-07-01&quot;:3.89},{&quot;2026-07-02&quot;:3.89},{&quot;2026-07-03&quot;:3.89},{&quot;2026-07-04&quot;:3.89},{&quot;2026-07-05&quot;:3.89},{&quot;2026-07-06&quot;:3.89},{&quot;2026-07-07&quot;:3.89},{&quot;2026-07-08&quot;:3.88},{&quot;2026-07-09&quot;:3.88},{&quot;2026-07-10&quot;:3.88},{&quot;2026-07-11&quot;:3.88},{&quot;2026-07-12&quot;:3.88},{&quot;2026-07-13&quot;:3.81},{&quot;2026-07-14&quot;:3.81},{&quot;2026-07-15&quot;:3.8},{&quot;2026-07-16&quot;:3.8},{&quot;2026-07-17&quot;:3.8},{&quot;2026-07-18&quot;:3.8},{&quot;2026-07-19&quot;:3.8},{&quot;2026-07-20&quot;:3.8},{&quot;2026-07-21&quot;:3.8},{&quot;2026-07-22&quot;:3.8},{&quot;2026-07-23&quot;:3.8},{&quot;2026-07-24&quot;:3.8},{&quot;2026-07-25&quot;:3.8},{&quot;2026-07-26&quot;:3.8},{&quot;2026-07-27&quot;:3.8},{&quot;2026-07-28&quot;:3.8},{&quot;2026-07-29&quot;:3.78},{&quot;2026-07-30&quot;:3.78},{&quot;2026-07-31&quot;:3.76},{&quot;2026-08-01&quot;:3.76},{&quot;2026-08-02&quot;:3.76},{&quot;2026-08-03&quot;:3.79},{&quot;2026-08-04&quot;:3.79},{&quot;2026-08-05&quot;:3.75},{&quot;2026-08-07&quot;:3.75},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.76},{&quot;2026-08-10&quot;:3.76},{&quot;2026-08-11&quot;:3.76},{&quot;2026-08-12&quot;:3.76},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.72},{&quot;2026-08-15&quot;:3.62},{&quot;2026-08-16&quot;:3.62},{&quot;2026-08-17&quot;:3.62},{&quot;2026-08-18&quot;:3.66},{&quot;2026-08-19&quot;:3.66},{&quot;2026-08-20&quot;:3.6},{&quot;2026-08-21&quot;:3.55},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.55},{&quot;2026-08-24&quot;:3.55},{&quot;2026-08-25&quot;:3.55},{&quot;2026-08-26&quot;:3.48},{&quot;2026-08-27&quot;:3.48},{&quot;2026-08-28&quot;:3.31},{&quot;2026-08-29&quot;:3.31},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.28},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.29},{&quot;2026-09-04&quot;:3.3},{&quot;2026-09-05&quot;:3.3},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.35},{&quot;2026-09-08&quot;:3.35},{&quot;2026-09-09&quot;:3.35},{&quot;2026-09-10&quot;:3.35},{&quot;2026-09-11&quot;:3.39},{&quot;2026-09-12&quot;:3.39}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.8},{&quot;2026-06-16&quot;:2.73},{&quot;2026-06-17&quot;:2.7},{&quot;2026-06-18&quot;:2.41},{&quot;2026-06-19&quot;:2.4},{&quot;2026-06-20&quot;:2.31},{&quot;2026-06-21&quot;:2.12},{&quot;2026-06-22&quot;:2.19},{&quot;2026-06-23&quot;:2.19},{&quot;2026-06-24&quot;:2.16},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.28},{&quot;2026-06-27&quot;:2.28},{&quot;2026-06-28&quot;:2.24},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.17},{&quot;2026-07-01&quot;:2.0},{&quot;2026-07-02&quot;:2.0},{&quot;2026-07-03&quot;:2.01},{&quot;2026-07-04&quot;:2.12},{&quot;2026-07-05&quot;:2.1},{&quot;2026-07-06&quot;:2.12},{&quot;2026-07-07&quot;:2.07},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.92},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:1.97},{&quot;2026-07-17&quot;:1.97},{&quot;2026-07-18&quot;:2.09},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:1.97},{&quot;2026-07-21&quot;:1.92},{&quot;2026-07-22&quot;:1.89},{&quot;2026-07-23&quot;:1.92},{&quot;2026-07-24&quot;:1.89},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:2.13},{&quot;2026-07-28&quot;:2.13},{&quot;2026-07-29&quot;:2.17},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.13},{&quot;2026-08-01&quot;:2.13},{&quot;2026-08-02&quot;:2.06},{&quot;2026-08-03&quot;:2.08},{&quot;2026-08-04&quot;:2.01},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:2.08},{&quot;2026-08-09&quot;:2.03},{&quot;2026-08-10&quot;:2.09},{&quot;2026-08-11&quot;:1.99},{&quot;2026-08-12&quot;:1.94},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.44},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.77},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.28},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.48},{&quot;2026-08-28&quot;:2.61},{&quot;2026-08-29&quot;:2.61},{&quot;2026-08-30&quot;:2.64},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:3.07},{&quot;2026-09-02&quot;:3.2},{&quot;2026-09-03&quot;:3.67},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:3.72},{&quot;2026-09-06&quot;:3.33},{&quot;2026-09-07&quot;:3.22},{&quot;2026-09-08&quot;:3.07},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.09},{&quot;2026-09-11&quot;:2.98},{&quot;2026-09-12&quot;:2.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="An Offer You Can&#39;t Refuse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/e/fe1023a2-c096-4c62-8627-e865b348ba02.jpg?1783906275" />

        <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">
            An Offer You Can&#39;t Refuse
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="An Offer You Can&#39;t Refuse" src="https://cards.scryfall.io/large/front/f/e/fe1023a2-c096-4c62-8627-e865b348ba02.jpg?1783906275" />
    </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">
                $2.89
              </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">
                $9.06
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:9.11},{&quot;2026-08-20&quot;:9.11},{&quot;2026-08-21&quot;:9.11},{&quot;2026-08-22&quot;:9.11},{&quot;2026-08-23&quot;:9.09},{&quot;2026-08-24&quot;:9.09},{&quot;2026-08-25&quot;:9.09},{&quot;2026-08-26&quot;:9.06},{&quot;2026-08-27&quot;:9.06},{&quot;2026-08-28&quot;:9.06},{&quot;2026-08-29&quot;:9.06},{&quot;2026-08-30&quot;:9.09},{&quot;2026-08-31&quot;:9.1},{&quot;2026-09-01&quot;:9.1},{&quot;2026-09-02&quot;:9.1},{&quot;2026-09-03&quot;:9.1},{&quot;2026-09-04&quot;:9.09},{&quot;2026-09-05&quot;:9.09},{&quot;2026-09-06&quot;:9.09},{&quot;2026-09-07&quot;:9.09},{&quot;2026-09-08&quot;:9.09},{&quot;2026-09-09&quot;:9.09},{&quot;2026-09-10&quot;:9.1},{&quot;2026-09-11&quot;:9.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.72},{&quot;2026-06-14&quot;:1.74},{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.86},{&quot;2026-06-17&quot;:1.82},{&quot;2026-06-18&quot;:1.8},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.88},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:1.97},{&quot;2026-06-23&quot;:2.02},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.12},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.51},{&quot;2026-06-28&quot;:2.48},{&quot;2026-06-29&quot;:2.6},{&quot;2026-06-30&quot;:2.6},{&quot;2026-07-01&quot;:2.6},{&quot;2026-07-02&quot;:2.68},{&quot;2026-07-03&quot;:2.68},{&quot;2026-07-04&quot;:2.6},{&quot;2026-07-05&quot;:2.53},{&quot;2026-07-06&quot;:2.53},{&quot;2026-07-07&quot;:2.5},{&quot;2026-07-08&quot;:2.66},{&quot;2026-07-09&quot;:3.09},{&quot;2026-07-10&quot;:2.95},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.61},{&quot;2026-07-13&quot;:2.53},{&quot;2026-07-14&quot;:2.43},{&quot;2026-07-15&quot;:2.48},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.74},{&quot;2026-07-19&quot;:2.87},{&quot;2026-07-20&quot;:2.95},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-22&quot;:2.76},{&quot;2026-07-23&quot;:2.7},{&quot;2026-07-24&quot;:2.75},{&quot;2026-07-25&quot;:2.68},{&quot;2026-07-26&quot;:2.59},{&quot;2026-07-27&quot;:2.61},{&quot;2026-07-28&quot;:2.49},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.44},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.4},{&quot;2026-08-02&quot;:2.27},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.42},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.82},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:2.77},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.8},{&quot;2026-08-12&quot;:2.83},{&quot;2026-08-13&quot;:2.75},{&quot;2026-08-14&quot;:2.81},{&quot;2026-08-15&quot;:2.91},{&quot;2026-08-16&quot;:2.93},{&quot;2026-08-17&quot;:2.85},{&quot;2026-08-18&quot;:2.85},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:3.03},{&quot;2026-08-21&quot;:3.01},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:2.96},{&quot;2026-08-24&quot;:2.96},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:3.02},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.0},{&quot;2026-08-29&quot;:3.0},{&quot;2026-08-30&quot;:3.1},{&quot;2026-08-31&quot;:3.05},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:3.03},{&quot;2026-09-03&quot;:3.1},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:3.08},{&quot;2026-09-06&quot;:3.04},{&quot;2026-09-07&quot;:2.92},{&quot;2026-09-08&quot;:3.01},{&quot;2026-09-09&quot;:3.06},{&quot;2026-09-10&quot;:2.93},{&quot;2026-09-11&quot;:2.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.88
          </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="Mirrorworks" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/99fff4f2-1a12-4bb5-9904-6c058e5ed595.jpg?1783934263" />

        <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">
            Mirrorworks
        </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-5'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mirrorworks" src="https://cards.scryfall.io/large/front/9/9/99fff4f2-1a12-4bb5-9904-6c058e5ed595.jpg?1783934263" />
    </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">
                $2.88
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.39},{&quot;2026-06-12&quot;:2.38},{&quot;2026-06-13&quot;:2.4},{&quot;2026-06-14&quot;:2.4},{&quot;2026-06-15&quot;:2.4},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.39},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.41},{&quot;2026-06-21&quot;:2.41},{&quot;2026-06-22&quot;:2.41},{&quot;2026-06-23&quot;:2.37},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.37},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.29},{&quot;2026-06-28&quot;:2.27},{&quot;2026-06-29&quot;:2.22},{&quot;2026-06-30&quot;:2.22},{&quot;2026-07-01&quot;:2.2},{&quot;2026-07-02&quot;:2.2},{&quot;2026-07-03&quot;:2.2},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.29},{&quot;2026-07-06&quot;:2.33},{&quot;2026-07-07&quot;:2.33},{&quot;2026-07-08&quot;:2.3},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-25&quot;:2.28},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.32},{&quot;2026-07-28&quot;:2.24},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.24},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.29},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:2.39},{&quot;2026-08-08&quot;:2.34},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.38},{&quot;2026-08-11&quot;:2.38},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.4},{&quot;2026-08-14&quot;:2.4},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.44},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.48},{&quot;2026-08-20&quot;:2.48},{&quot;2026-08-21&quot;:2.78},{&quot;2026-08-22&quot;:2.78},{&quot;2026-08-23&quot;:2.75},{&quot;2026-08-24&quot;:2.79},{&quot;2026-08-25&quot;:2.79},{&quot;2026-08-26&quot;:2.8},{&quot;2026-08-27&quot;:2.8},{&quot;2026-08-28&quot;:2.8},{&quot;2026-08-29&quot;:2.8},{&quot;2026-08-30&quot;:2.77},{&quot;2026-08-31&quot;:2.77},{&quot;2026-09-01&quot;:2.77},{&quot;2026-09-02&quot;:2.77},{&quot;2026-09-03&quot;:2.77},{&quot;2026-09-04&quot;:2.77},{&quot;2026-09-05&quot;:2.77},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:2.82},{&quot;2026-09-08&quot;:2.84},{&quot;2026-09-09&quot;:2.91},{&quot;2026-09-10&quot;:2.88},{&quot;2026-09-11&quot;:2.88}]}"
        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="18981"
  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-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">
            Plains
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.88
          </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="Plains" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/572eab93-7b1d-434b-ba92-844248e472d0.jpg?1783921247" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Basic Land — Plains</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="Plains" src="https://cards.scryfall.io/large/front/5/7/572eab93-7b1d-434b-ba92-844248e472d0.jpg?1783921247" />
    </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">
                $2.88
              </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.50
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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.25},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.61},{&quot;2026-06-16&quot;:3.3},{&quot;2026-06-17&quot;:3.47},{&quot;2026-06-18&quot;:3.47},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:4.58},{&quot;2026-06-21&quot;:4.63},{&quot;2026-06-22&quot;:4.63},{&quot;2026-06-23&quot;:4.62},{&quot;2026-06-24&quot;:4.67},{&quot;2026-06-25&quot;:4.67},{&quot;2026-06-26&quot;:4.7},{&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.77},{&quot;2026-07-02&quot;:4.77},{&quot;2026-07-03&quot;:4.63},{&quot;2026-07-04&quot;:4.63},{&quot;2026-07-05&quot;:4.63},{&quot;2026-07-06&quot;:4.67},{&quot;2026-07-07&quot;:4.67},{&quot;2026-07-08&quot;:4.73},{&quot;2026-07-09&quot;:4.81},{&quot;2026-07-10&quot;:4.84},{&quot;2026-07-11&quot;:4.84},{&quot;2026-07-12&quot;:4.84},{&quot;2026-07-13&quot;:4.79},{&quot;2026-07-14&quot;:4.79},{&quot;2026-07-15&quot;:4.58},{&quot;2026-07-16&quot;:4.19},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.19},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:3.97},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-22&quot;:3.77},{&quot;2026-07-23&quot;:3.77},{&quot;2026-07-24&quot;:3.81},{&quot;2026-07-25&quot;:3.81},{&quot;2026-07-26&quot;:3.79},{&quot;2026-07-27&quot;:3.85},{&quot;2026-07-28&quot;:3.91},{&quot;2026-07-29&quot;:3.99},{&quot;2026-07-30&quot;:4.32},{&quot;2026-07-31&quot;:4.26},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.34},{&quot;2026-08-03&quot;:4.34},{&quot;2026-08-04&quot;:4.34},{&quot;2026-08-05&quot;:4.3},{&quot;2026-08-07&quot;:4.28},{&quot;2026-08-08&quot;:4.2},{&quot;2026-08-09&quot;:4.15},{&quot;2026-08-10&quot;:4.16},{&quot;2026-08-11&quot;:4.28},{&quot;2026-08-12&quot;:4.38},{&quot;2026-08-13&quot;:4.38},{&quot;2026-08-14&quot;:4.38},{&quot;2026-08-15&quot;:4.38},{&quot;2026-08-16&quot;:4.4},{&quot;2026-08-17&quot;:4.43},{&quot;2026-08-18&quot;:4.56},{&quot;2026-08-19&quot;:4.59},{&quot;2026-08-20&quot;:4.59},{&quot;2026-08-21&quot;:4.59},{&quot;2026-08-22&quot;:4.59},{&quot;2026-08-23&quot;:4.59},{&quot;2026-08-24&quot;:4.59},{&quot;2026-08-25&quot;:4.57},{&quot;2026-08-26&quot;:4.65},{&quot;2026-08-27&quot;:4.65},{&quot;2026-08-28&quot;:4.52},{&quot;2026-08-29&quot;:4.52},{&quot;2026-08-30&quot;:4.01},{&quot;2026-08-31&quot;:4.3},{&quot;2026-09-01&quot;:4.3},{&quot;2026-09-02&quot;:4.34},{&quot;2026-09-03&quot;:4.32},{&quot;2026-09-04&quot;:4.32},{&quot;2026-09-05&quot;:4.36},{&quot;2026-09-06&quot;:4.36},{&quot;2026-09-07&quot;:4.41},{&quot;2026-09-08&quot;:4.52},{&quot;2026-09-09&quot;:4.5},{&quot;2026-09-10&quot;:4.5},{&quot;2026-09-11&quot;:4.5}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.84},{&quot;2026-06-14&quot;:2.92},{&quot;2026-06-15&quot;:2.76},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.64},{&quot;2026-06-18&quot;:2.64},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.64},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.69},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.55},{&quot;2026-06-25&quot;:2.6},{&quot;2026-06-26&quot;:2.6},{&quot;2026-06-27&quot;:2.62},{&quot;2026-06-28&quot;:2.63},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.65},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.65},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.64},{&quot;2026-07-06&quot;:2.61},{&quot;2026-07-07&quot;:2.58},{&quot;2026-07-08&quot;:2.54},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.44},{&quot;2026-07-12&quot;:2.39},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.65},{&quot;2026-07-16&quot;:2.71},{&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.72},{&quot;2026-07-21&quot;:2.69},{&quot;2026-07-22&quot;:2.74},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-24&quot;:2.8},{&quot;2026-07-25&quot;:2.75},{&quot;2026-07-26&quot;:2.77},{&quot;2026-07-27&quot;:2.81},{&quot;2026-07-28&quot;:2.81},{&quot;2026-07-29&quot;:3.05},{&quot;2026-07-30&quot;:3.06},{&quot;2026-07-31&quot;:2.98},{&quot;2026-08-01&quot;:2.98},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:3.0},{&quot;2026-08-04&quot;:2.99},{&quot;2026-08-05&quot;:3.12},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.36},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.31},{&quot;2026-08-12&quot;:3.32},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.15},{&quot;2026-08-15&quot;:3.03},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.65},{&quot;2026-08-19&quot;:2.68},{&quot;2026-08-20&quot;:2.66},{&quot;2026-08-21&quot;:2.78},{&quot;2026-08-22&quot;:2.77},{&quot;2026-08-23&quot;:2.71},{&quot;2026-08-24&quot;:2.77},{&quot;2026-08-25&quot;:2.9},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.9},{&quot;2026-08-29&quot;:2.9},{&quot;2026-08-30&quot;:2.7},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.76},{&quot;2026-09-03&quot;:2.65},{&quot;2026-09-04&quot;:2.71},{&quot;2026-09-05&quot;:2.71},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.72},{&quot;2026-09-08&quot;:2.64},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.88}]}"
        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="24514"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-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">
            Withering Torment
        </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">
              ↓
              6%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Withering Torment" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/87e03d07-c491-4ea1-a2f7-49c022005059.jpg?1783909412" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Withering Torment
        </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-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="Withering Torment" src="https://cards.scryfall.io/large/front/8/7/87e03d07-c491-4ea1-a2f7-49c022005059.jpg?1783909412" />
    </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">
                $2.88
              </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.11
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.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-10&quot;:3.76},{&quot;2026-06-11&quot;:3.84},{&quot;2026-06-12&quot;:3.89},{&quot;2026-06-13&quot;:3.89},{&quot;2026-06-14&quot;:3.89},{&quot;2026-06-15&quot;:3.95},{&quot;2026-06-16&quot;:3.92},{&quot;2026-06-17&quot;:3.85},{&quot;2026-06-18&quot;:3.84},{&quot;2026-06-19&quot;:3.81},{&quot;2026-06-20&quot;:3.88},{&quot;2026-06-21&quot;:3.86},{&quot;2026-06-22&quot;:3.87},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.79},{&quot;2026-06-25&quot;:3.77},{&quot;2026-06-26&quot;:3.75},{&quot;2026-06-27&quot;:3.75},{&quot;2026-06-28&quot;:3.8},{&quot;2026-06-29&quot;:3.8},{&quot;2026-06-30&quot;:3.86},{&quot;2026-07-01&quot;:3.88},{&quot;2026-07-02&quot;:3.88},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:3.69},{&quot;2026-07-05&quot;:3.72},{&quot;2026-07-06&quot;:3.64},{&quot;2026-07-07&quot;:3.62},{&quot;2026-07-08&quot;:3.67},{&quot;2026-07-09&quot;:3.67},{&quot;2026-07-10&quot;:3.6},{&quot;2026-07-11&quot;:3.6},{&quot;2026-07-12&quot;:3.6},{&quot;2026-07-13&quot;:3.55},{&quot;2026-07-14&quot;:3.55},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.55},{&quot;2026-07-17&quot;:3.54},{&quot;2026-07-18&quot;:3.42},{&quot;2026-07-19&quot;:3.46},{&quot;2026-07-20&quot;:3.46},{&quot;2026-07-21&quot;:3.59},{&quot;2026-07-23&quot;:3.58},{&quot;2026-07-25&quot;:3.62},{&quot;2026-07-26&quot;:3.66},{&quot;2026-07-27&quot;:3.69},{&quot;2026-07-29&quot;:3.67},{&quot;2026-07-30&quot;:3.8},{&quot;2026-07-31&quot;:3.87},{&quot;2026-08-01&quot;:3.87},{&quot;2026-08-02&quot;:3.92},{&quot;2026-08-03&quot;:4.0},{&quot;2026-08-04&quot;:4.0},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:4.04},{&quot;2026-08-08&quot;:4.1},{&quot;2026-08-09&quot;:4.06},{&quot;2026-08-10&quot;:4.02},{&quot;2026-08-11&quot;:4.0},{&quot;2026-08-12&quot;:4.0},{&quot;2026-08-13&quot;:4.03},{&quot;2026-08-14&quot;:4.02},{&quot;2026-08-15&quot;:4.02},{&quot;2026-08-16&quot;:4.02},{&quot;2026-08-17&quot;:4.05},{&quot;2026-08-18&quot;:4.05},{&quot;2026-08-19&quot;:4.09},{&quot;2026-08-20&quot;:4.09},{&quot;2026-08-21&quot;:4.1},{&quot;2026-08-22&quot;:4.19},{&quot;2026-08-23&quot;:4.17},{&quot;2026-08-24&quot;:4.16},{&quot;2026-08-25&quot;:4.16},{&quot;2026-08-26&quot;:4.13},{&quot;2026-08-27&quot;:4.35},{&quot;2026-08-28&quot;:4.35},{&quot;2026-08-29&quot;:4.35},{&quot;2026-08-30&quot;:4.45},{&quot;2026-08-31&quot;:4.44},{&quot;2026-09-01&quot;:4.44},{&quot;2026-09-02&quot;:4.4},{&quot;2026-09-03&quot;:4.38},{&quot;2026-09-04&quot;:4.38},{&quot;2026-09-05&quot;:4.38},{&quot;2026-09-06&quot;:4.33},{&quot;2026-09-07&quot;:4.38},{&quot;2026-09-08&quot;:4.4},{&quot;2026-09-09&quot;:4.31},{&quot;2026-09-10&quot;:4.31},{&quot;2026-09-11&quot;:4.11}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.67},{&quot;2026-06-11&quot;:3.57},{&quot;2026-06-12&quot;:3.57},{&quot;2026-06-13&quot;:3.61},{&quot;2026-06-14&quot;:3.58},{&quot;2026-06-15&quot;:3.43},{&quot;2026-06-16&quot;:3.46},{&quot;2026-06-17&quot;:3.35},{&quot;2026-06-18&quot;:3.32},{&quot;2026-06-19&quot;:3.25},{&quot;2026-06-20&quot;:3.27},{&quot;2026-06-21&quot;:3.27},{&quot;2026-06-22&quot;:3.25},{&quot;2026-06-23&quot;:3.24},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.14},{&quot;2026-06-26&quot;:3.1},{&quot;2026-06-27&quot;:3.08},{&quot;2026-06-28&quot;:2.94},{&quot;2026-06-29&quot;:2.83},{&quot;2026-06-30&quot;:2.8},{&quot;2026-07-01&quot;:2.7},{&quot;2026-07-02&quot;:2.73},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.72},{&quot;2026-07-05&quot;:2.67},{&quot;2026-07-06&quot;:2.62},{&quot;2026-07-07&quot;:2.66},{&quot;2026-07-08&quot;:2.69},{&quot;2026-07-09&quot;:2.66},{&quot;2026-07-10&quot;:2.79},{&quot;2026-07-11&quot;:2.8},{&quot;2026-07-12&quot;:2.82},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.85},{&quot;2026-07-15&quot;:2.93},{&quot;2026-07-16&quot;:2.91},{&quot;2026-07-17&quot;:2.96},{&quot;2026-07-18&quot;:2.9},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.93},{&quot;2026-07-23&quot;:3.1},{&quot;2026-07-25&quot;:3.2},{&quot;2026-07-26&quot;:3.2},{&quot;2026-07-27&quot;:3.24},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.28},{&quot;2026-08-01&quot;:3.28},{&quot;2026-08-02&quot;:3.49},{&quot;2026-08-03&quot;:3.49},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.69},{&quot;2026-08-07&quot;:3.72},{&quot;2026-08-08&quot;:3.82},{&quot;2026-08-09&quot;:3.73},{&quot;2026-08-10&quot;:3.64},{&quot;2026-08-11&quot;:3.64},{&quot;2026-08-12&quot;:3.64},{&quot;2026-08-13&quot;:3.58},{&quot;2026-08-14&quot;:3.61},{&quot;2026-08-15&quot;:3.66},{&quot;2026-08-16&quot;:3.67},{&quot;2026-08-17&quot;:3.72},{&quot;2026-08-18&quot;:3.82},{&quot;2026-08-19&quot;:3.82},{&quot;2026-08-20&quot;:3.82},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.29},{&quot;2026-08-23&quot;:3.38},{&quot;2026-08-24&quot;:3.38},{&quot;2026-08-25&quot;:3.38},{&quot;2026-08-26&quot;:3.32},{&quot;2026-08-27&quot;:3.38},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.21},{&quot;2026-08-31&quot;:3.08},{&quot;2026-09-01&quot;:3.08},{&quot;2026-09-02&quot;:2.94},{&quot;2026-09-03&quot;:2.93},{&quot;2026-09-04&quot;:3.06},{&quot;2026-09-05&quot;:3.06},{&quot;2026-09-06&quot;:3.02},{&quot;2026-09-07&quot;:2.91},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.9},{&quot;2026-09-10&quot;:2.83},{&quot;2026-09-11&quot;:2.88}]}"
        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="80527"
  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-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">
            Kodama&#39;s Reach
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kodama&#39;s Reach" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/102d20e6-5179-44b7-9abd-f1defc15ca6a.jpg?1783933789" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kodama&#39;s Reach" src="https://cards.scryfall.io/large/front/1/0/102d20e6-5179-44b7-9abd-f1defc15ca6a.jpg?1783933789" />
    </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">
                $2.88
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-10&quot;:3.89},{&quot;2026-06-11&quot;:3.89},{&quot;2026-06-12&quot;:3.89},{&quot;2026-06-13&quot;:3.89},{&quot;2026-06-14&quot;:3.89},{&quot;2026-06-15&quot;:3.89},{&quot;2026-06-16&quot;:3.89},{&quot;2026-06-17&quot;:3.89},{&quot;2026-06-18&quot;:3.89},{&quot;2026-06-19&quot;:3.89},{&quot;2026-06-20&quot;:3.89},{&quot;2026-06-21&quot;:3.89},{&quot;2026-06-22&quot;:3.89},{&quot;2026-06-23&quot;:3.74},{&quot;2026-06-24&quot;:3.74},{&quot;2026-06-25&quot;:3.74},{&quot;2026-06-26&quot;:3.74},{&quot;2026-06-27&quot;:3.74},{&quot;2026-06-28&quot;:3.74},{&quot;2026-06-29&quot;:3.74},{&quot;2026-06-30&quot;:3.74},{&quot;2026-07-01&quot;:3.75},{&quot;2026-07-02&quot;:3.82},{&quot;2026-07-03&quot;:3.82},{&quot;2026-07-04&quot;:3.82},{&quot;2026-07-05&quot;:3.82},{&quot;2026-07-06&quot;:3.82},{&quot;2026-07-07&quot;:3.75},{&quot;2026-07-08&quot;:3.75},{&quot;2026-07-09&quot;:3.75},{&quot;2026-07-10&quot;:3.75},{&quot;2026-07-11&quot;:3.75},{&quot;2026-07-12&quot;:3.75},{&quot;2026-07-13&quot;:3.75},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:3.75},{&quot;2026-07-16&quot;:3.63},{&quot;2026-07-17&quot;:3.63},{&quot;2026-07-18&quot;:3.63},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.63},{&quot;2026-07-21&quot;:3.63},{&quot;2026-07-23&quot;:3.63},{&quot;2026-07-25&quot;:3.63},{&quot;2026-07-26&quot;:3.63},{&quot;2026-07-27&quot;:3.63},{&quot;2026-07-29&quot;:3.63},{&quot;2026-07-30&quot;:3.63},{&quot;2026-07-31&quot;:3.69},{&quot;2026-08-01&quot;:3.69},{&quot;2026-08-02&quot;:3.69},{&quot;2026-08-03&quot;:3.65},{&quot;2026-08-04&quot;:3.61},{&quot;2026-08-05&quot;:3.67},{&quot;2026-08-07&quot;:3.57},{&quot;2026-08-08&quot;:3.45},{&quot;2026-08-09&quot;:3.45},{&quot;2026-08-10&quot;:3.45},{&quot;2026-08-11&quot;:3.45},{&quot;2026-08-12&quot;:3.45},{&quot;2026-08-13&quot;:3.39},{&quot;2026-08-14&quot;:3.39},{&quot;2026-08-15&quot;:3.39},{&quot;2026-08-16&quot;:3.39},{&quot;2026-08-17&quot;:3.39},{&quot;2026-08-18&quot;:3.39},{&quot;2026-08-19&quot;:3.27},{&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.27},{&quot;2026-08-27&quot;:3.27},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.27},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.28},{&quot;2026-09-05&quot;:3.34},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.34},{&quot;2026-09-08&quot;:3.34},{&quot;2026-09-09&quot;:3.34},{&quot;2026-09-10&quot;:3.34},{&quot;2026-09-11&quot;:3.34}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.98},{&quot;2026-06-11&quot;:1.81},{&quot;2026-06-12&quot;:1.78},{&quot;2026-06-13&quot;:1.77},{&quot;2026-06-14&quot;:1.84},{&quot;2026-06-15&quot;:1.8},{&quot;2026-06-16&quot;:1.83},{&quot;2026-06-17&quot;:1.94},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:1.82},{&quot;2026-06-20&quot;:1.87},{&quot;2026-06-21&quot;:1.69},{&quot;2026-06-22&quot;:1.49},{&quot;2026-06-23&quot;:1.49},{&quot;2026-06-24&quot;:1.6},{&quot;2026-06-25&quot;:1.57},{&quot;2026-06-26&quot;:1.83},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:1.9},{&quot;2026-07-01&quot;:1.77},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.76},{&quot;2026-07-05&quot;:1.81},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:2.01},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.39},{&quot;2026-07-11&quot;:2.3},{&quot;2026-07-12&quot;:2.32},{&quot;2026-07-13&quot;:2.39},{&quot;2026-07-14&quot;:2.39},{&quot;2026-07-15&quot;:2.34},{&quot;2026-07-16&quot;:2.4},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.34},{&quot;2026-07-19&quot;:2.27},{&quot;2026-07-20&quot;:2.32},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.64},{&quot;2026-07-27&quot;:2.6},{&quot;2026-07-29&quot;:2.72},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.45},{&quot;2026-08-01&quot;:2.43},{&quot;2026-08-02&quot;:2.31},{&quot;2026-08-03&quot;:2.31},{&quot;2026-08-04&quot;:2.1},{&quot;2026-08-05&quot;:1.94},{&quot;2026-08-07&quot;:2.04},{&quot;2026-08-08&quot;:2.03},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.32},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.73},{&quot;2026-08-15&quot;:2.76},{&quot;2026-08-16&quot;:2.61},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.69},{&quot;2026-08-20&quot;:2.69},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.47},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.47},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.51},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.3},{&quot;2026-08-31&quot;:2.24},{&quot;2026-09-01&quot;:2.24},{&quot;2026-09-02&quot;:2.21},{&quot;2026-09-03&quot;:2.16},{&quot;2026-09-04&quot;:2.34},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.69},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.88}]}"
        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="87088"
  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">
            Shalai, Voice of Plenty
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Shalai, Voice of Plenty" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/9/f963ccb2-4ac3-41b3-8ecb-7879b50663a3.jpg?1783914969" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Shalai, Voice of Plenty
        </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 — Angel</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="Shalai, Voice of Plenty" src="https://cards.scryfall.io/large/front/f/9/f963ccb2-4ac3-41b3-8ecb-7879b50663a3.jpg?1783914969" />
    </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">
                $2.88
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.36},{&quot;2026-06-13&quot;:2.4},{&quot;2026-06-14&quot;:2.42},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.46},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.45},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.24},{&quot;2026-06-22&quot;:2.26},{&quot;2026-06-23&quot;:2.34},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.49},{&quot;2026-06-26&quot;:2.49},{&quot;2026-06-27&quot;:2.55},{&quot;2026-06-28&quot;:2.49},{&quot;2026-06-29&quot;:2.49},{&quot;2026-06-30&quot;:2.44},{&quot;2026-07-01&quot;:2.44},{&quot;2026-07-02&quot;:2.57},{&quot;2026-07-03&quot;:2.59},{&quot;2026-07-04&quot;:2.71},{&quot;2026-07-05&quot;:2.55},{&quot;2026-07-06&quot;:2.55},{&quot;2026-07-07&quot;:2.58},{&quot;2026-07-08&quot;:2.5},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.52},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.66},{&quot;2026-07-13&quot;:2.68},{&quot;2026-07-14&quot;:2.75},{&quot;2026-07-15&quot;:2.82},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.94},{&quot;2026-07-18&quot;:2.9},{&quot;2026-07-19&quot;:2.84},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:3.01},{&quot;2026-07-23&quot;:3.11},{&quot;2026-07-24&quot;:3.02},{&quot;2026-07-25&quot;:3.02},{&quot;2026-07-26&quot;:3.06},{&quot;2026-07-27&quot;:3.06},{&quot;2026-07-28&quot;:2.87},{&quot;2026-07-29&quot;:2.87},{&quot;2026-07-30&quot;:2.85},{&quot;2026-07-31&quot;:2.76},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.74},{&quot;2026-08-03&quot;:2.76},{&quot;2026-08-04&quot;:2.74},{&quot;2026-08-05&quot;:2.72},{&quot;2026-08-07&quot;:2.75},{&quot;2026-08-08&quot;:2.89},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.87},{&quot;2026-08-11&quot;:2.87},{&quot;2026-08-12&quot;:2.9},{&quot;2026-08-13&quot;:2.9},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.84},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.7},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.7},{&quot;2026-08-21&quot;:2.74},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:2.75},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.7},{&quot;2026-08-27&quot;:2.71},{&quot;2026-08-28&quot;:2.65},{&quot;2026-08-29&quot;:2.65},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.76},{&quot;2026-09-01&quot;:2.76},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.88},{&quot;2026-09-05&quot;:2.89},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:3.0},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:2.92},{&quot;2026-09-11&quot;:2.88}]}"
        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="90843"
  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-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">
            Laboratory Maniac
        </span>


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.88
          </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="Laboratory Maniac" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7a5be94c-08b8-4964-a79d-e22ea6e94be8.jpg?1783908162" />

        <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">
            Laboratory Maniac
        </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 — Human Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Laboratory Maniac" src="https://cards.scryfall.io/large/front/7/a/7a5be94c-08b8-4964-a79d-e22ea6e94be8.jpg?1783908162" />
    </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">
                $2.88
              </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">
                $2.45
              </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">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:2.33},{&quot;2026-06-10&quot;:2.2},{&quot;2026-06-11&quot;:2.07},{&quot;2026-06-12&quot;:2.07},{&quot;2026-06-13&quot;:2.07},{&quot;2026-06-14&quot;:1.7},{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:2.14},{&quot;2026-06-18&quot;:2.22},{&quot;2026-06-19&quot;:2.19},{&quot;2026-06-20&quot;:2.13},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.13},{&quot;2026-06-24&quot;:2.21},{&quot;2026-06-25&quot;:2.25},{&quot;2026-06-26&quot;:2.27},{&quot;2026-06-27&quot;:2.27},{&quot;2026-06-28&quot;:2.27},{&quot;2026-06-29&quot;:2.37},{&quot;2026-06-30&quot;:2.35},{&quot;2026-07-01&quot;:2.45},{&quot;2026-07-02&quot;:2.37},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.27},{&quot;2026-07-08&quot;:2.27},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.37},{&quot;2026-07-13&quot;:2.55},{&quot;2026-07-14&quot;:2.53},{&quot;2026-07-15&quot;:2.49},{&quot;2026-07-16&quot;:2.38},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.44},{&quot;2026-07-19&quot;:2.62},{&quot;2026-07-20&quot;:2.62},{&quot;2026-07-21&quot;:2.62},{&quot;2026-07-23&quot;:2.66},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.66},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.72},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.65},{&quot;2026-08-02&quot;:2.65},{&quot;2026-08-03&quot;:2.65},{&quot;2026-08-04&quot;:2.59},{&quot;2026-08-05&quot;:2.59},{&quot;2026-08-07&quot;:2.63},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.45},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.38},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.39},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.46},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.56},{&quot;2026-08-23&quot;:2.55},{&quot;2026-08-24&quot;:2.58},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.63},{&quot;2026-08-27&quot;:2.61},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.36},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.36},{&quot;2026-09-04&quot;:2.36},{&quot;2026-09-05&quot;:2.38},{&quot;2026-09-06&quot;:2.38},{&quot;2026-09-07&quot;:2.45},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.43},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.45}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.75},{&quot;2026-06-10&quot;:2.54},{&quot;2026-06-11&quot;:2.23},{&quot;2026-06-12&quot;:1.87},{&quot;2026-06-13&quot;:1.57},{&quot;2026-06-14&quot;:1.63},{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.55},{&quot;2026-06-17&quot;:1.49},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.86},{&quot;2026-06-21&quot;:2.04},{&quot;2026-06-22&quot;:2.15},{&quot;2026-06-24&quot;:2.32},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.18},{&quot;2026-06-27&quot;:2.18},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.18},{&quot;2026-07-01&quot;:2.12},{&quot;2026-07-02&quot;:2.1},{&quot;2026-07-03&quot;:1.88},{&quot;2026-07-04&quot;:1.82},{&quot;2026-07-05&quot;:1.71},{&quot;2026-07-06&quot;:1.8},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.77},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:1.69},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.79},{&quot;2026-07-15&quot;:2.06},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.4},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.24},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.33},{&quot;2026-07-27&quot;:2.17},{&quot;2026-07-29&quot;:2.03},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:2.16},{&quot;2026-08-02&quot;:2.45},{&quot;2026-08-03&quot;:2.25},{&quot;2026-08-04&quot;:2.26},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.19},{&quot;2026-08-08&quot;:2.34},{&quot;2026-08-09&quot;:2.31},{&quot;2026-08-10&quot;:2.37},{&quot;2026-08-11&quot;:2.42},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.27},{&quot;2026-08-14&quot;:2.43},{&quot;2026-08-15&quot;:2.46},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.59},{&quot;2026-08-18&quot;:2.49},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.3},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.54},{&quot;2026-08-24&quot;:2.52},{&quot;2026-08-25&quot;:2.52},{&quot;2026-08-26&quot;:2.56},{&quot;2026-08-27&quot;:2.59},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.32},{&quot;2026-09-02&quot;:2.2},{&quot;2026-09-03&quot;:2.61},{&quot;2026-09-04&quot;:2.62},{&quot;2026-09-05&quot;:2.62},{&quot;2026-09-06&quot;:2.49},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.65},{&quot;2026-09-10&quot;:2.52},{&quot;2026-09-11&quot;:2.88}]}"
        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="99233"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.88
          </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="Bloodline Bidding" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/877d9b75-ad2f-45a6-94d8-68e80d7db789.jpg?1782684072" />

        <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">
            Bloodline Bidding
        </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-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Bloodline Bidding" src="https://cards.scryfall.io/large/front/8/7/877d9b75-ad2f-45a6-94d8-68e80d7db789.jpg?1782684072" />
    </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">
                $2.88
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-08&quot;:2.82},{&quot;2026-06-10&quot;:2.67},{&quot;2026-06-11&quot;:2.67},{&quot;2026-06-12&quot;:2.67},{&quot;2026-06-13&quot;:2.69},{&quot;2026-06-14&quot;:2.69},{&quot;2026-06-15&quot;:2.69},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.63},{&quot;2026-06-18&quot;:2.64},{&quot;2026-06-19&quot;:2.65},{&quot;2026-06-20&quot;:2.65},{&quot;2026-06-21&quot;:2.46},{&quot;2026-06-22&quot;:2.46},{&quot;2026-06-24&quot;:2.45},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.5},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.5},{&quot;2026-06-30&quot;:2.41},{&quot;2026-07-01&quot;:2.41},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.12},{&quot;2026-07-05&quot;:2.22},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.36},{&quot;2026-07-11&quot;:2.34},{&quot;2026-07-12&quot;:2.37},{&quot;2026-07-13&quot;:2.34},{&quot;2026-07-14&quot;:2.33},{&quot;2026-07-15&quot;:2.4},{&quot;2026-07-16&quot;:2.4},{&quot;2026-07-17&quot;:2.4},{&quot;2026-07-18&quot;:2.48},{&quot;2026-07-19&quot;:2.5},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-23&quot;:2.47},{&quot;2026-07-25&quot;:2.51},{&quot;2026-07-26&quot;:2.52},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-29&quot;:2.55},{&quot;2026-07-30&quot;:2.57},{&quot;2026-07-31&quot;:2.69},{&quot;2026-08-01&quot;:2.69},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.63},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.59},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.39},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.36},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.3},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.27},{&quot;2026-08-18&quot;:2.31},{&quot;2026-08-19&quot;:2.26},{&quot;2026-08-20&quot;:2.26},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.47},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.86},{&quot;2026-08-29&quot;:2.86},{&quot;2026-08-30&quot;:2.96},{&quot;2026-08-31&quot;:3.01},{&quot;2026-09-01&quot;:3.01},{&quot;2026-09-02&quot;:2.98},{&quot;2026-09-03&quot;:3.09},{&quot;2026-09-04&quot;:2.94},{&quot;2026-09-05&quot;:3.18},{&quot;2026-09-06&quot;:3.32},{&quot;2026-09-07&quot;:3.27},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.36},{&quot;2026-09-10&quot;:3.29},{&quot;2026-09-11&quot;:3.22}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.17},{&quot;2026-06-10&quot;:2.24},{&quot;2026-06-11&quot;:2.28},{&quot;2026-06-12&quot;:2.17},{&quot;2026-06-13&quot;:2.11},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.97},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.12},{&quot;2026-06-19&quot;:1.96},{&quot;2026-06-20&quot;:1.92},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-24&quot;:1.63},{&quot;2026-06-25&quot;:1.59},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.87},{&quot;2026-06-28&quot;:1.9},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.04},{&quot;2026-07-03&quot;:1.93},{&quot;2026-07-04&quot;:1.87},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.52},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.8},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.04},{&quot;2026-07-16&quot;:1.99},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.92},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.73},{&quot;2026-07-23&quot;:2.28},{&quot;2026-07-25&quot;:2.22},{&quot;2026-07-26&quot;:2.07},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-29&quot;:2.08},{&quot;2026-07-30&quot;:2.07},{&quot;2026-07-31&quot;:2.09},{&quot;2026-08-01&quot;:2.25},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.23},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.14},{&quot;2026-08-08&quot;:2.23},{&quot;2026-08-09&quot;:2.21},{&quot;2026-08-10&quot;:2.09},{&quot;2026-08-11&quot;:2.16},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.11},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.25},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.45},{&quot;2026-08-19&quot;:4.27},{&quot;2026-08-20&quot;:4.27},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:3.07},{&quot;2026-08-23&quot;:2.86},{&quot;2026-08-24&quot;:2.63},{&quot;2026-08-25&quot;:2.63},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.77},{&quot;2026-08-29&quot;:2.77},{&quot;2026-08-30&quot;:2.75},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.32},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.61},{&quot;2026-09-05&quot;:2.84},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.69},{&quot;2026-09-09&quot;:2.79},{&quot;2026-09-10&quot;:2.5},{&quot;2026-09-11&quot;:2.88}]}"
        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="108043"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-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">
            Raph &amp; Mikey, Troublemakers
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.88
          </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="Raph &amp; Mikey, Troublemakers" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/8795fba4-0ff3-4c04-a81c-60408608a00c.jpg?1783904069" />

        <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">
            Raph &amp; Mikey, Troublemakers
        </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 — Mutant Ninja Turtle</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-rg'></i><i class='no-tailwind ms ms-cost ml-0 ms-rg'></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="Raph &amp; Mikey, Troublemakers" src="https://cards.scryfall.io/large/front/8/7/8795fba4-0ff3-4c04-a81c-60408608a00c.jpg?1783904069" />
    </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">
                $2.88
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.22},{&quot;2026-06-14&quot;:3.3},{&quot;2026-06-15&quot;:3.52},{&quot;2026-06-16&quot;:3.51},{&quot;2026-06-17&quot;:3.35},{&quot;2026-06-18&quot;:3.5},{&quot;2026-06-19&quot;:3.43},{&quot;2026-06-20&quot;:3.41},{&quot;2026-06-21&quot;:3.28},{&quot;2026-06-22&quot;:3.17},{&quot;2026-06-23&quot;:3.17},{&quot;2026-06-24&quot;:3.17},{&quot;2026-06-25&quot;:3.2},{&quot;2026-06-26&quot;:3.27},{&quot;2026-06-27&quot;:3.13},{&quot;2026-06-28&quot;:3.22},{&quot;2026-06-29&quot;:3.12},{&quot;2026-06-30&quot;:3.22},{&quot;2026-07-01&quot;:3.34},{&quot;2026-07-02&quot;:3.38},{&quot;2026-07-03&quot;:3.36},{&quot;2026-07-04&quot;:3.54},{&quot;2026-07-05&quot;:3.54},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.53},{&quot;2026-07-10&quot;:3.63},{&quot;2026-07-11&quot;:3.72},{&quot;2026-07-12&quot;:3.31},{&quot;2026-07-13&quot;:3.1},{&quot;2026-07-14&quot;:3.35},{&quot;2026-07-15&quot;:3.38},{&quot;2026-07-16&quot;:3.4},{&quot;2026-07-17&quot;:3.37},{&quot;2026-07-18&quot;:3.26},{&quot;2026-07-19&quot;:3.42},{&quot;2026-07-20&quot;:3.42},{&quot;2026-07-21&quot;:3.52},{&quot;2026-07-22&quot;:3.54},{&quot;2026-07-23&quot;:3.6},{&quot;2026-07-24&quot;:3.75},{&quot;2026-07-25&quot;:3.66},{&quot;2026-07-26&quot;:3.66},{&quot;2026-07-27&quot;:3.74},{&quot;2026-07-28&quot;:3.6},{&quot;2026-07-29&quot;:3.55},{&quot;2026-07-30&quot;:3.51},{&quot;2026-07-31&quot;:3.37},{&quot;2026-08-01&quot;:3.4},{&quot;2026-08-02&quot;:3.38},{&quot;2026-08-03&quot;:3.38},{&quot;2026-08-04&quot;:3.42},{&quot;2026-08-05&quot;:3.39},{&quot;2026-08-07&quot;:3.27},{&quot;2026-08-08&quot;:3.29},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.35},{&quot;2026-08-11&quot;:3.2},{&quot;2026-08-12&quot;:3.2},{&quot;2026-08-13&quot;:3.31},{&quot;2026-08-14&quot;:3.31},{&quot;2026-08-15&quot;:3.43},{&quot;2026-08-16&quot;:3.5},{&quot;2026-08-17&quot;:3.34},{&quot;2026-08-18&quot;:3.54},{&quot;2026-08-19&quot;:3.74},{&quot;2026-08-20&quot;:3.84},{&quot;2026-08-21&quot;:4.03},{&quot;2026-08-22&quot;:4.17},{&quot;2026-08-23&quot;:4.08},{&quot;2026-08-24&quot;:4.28},{&quot;2026-08-25&quot;:4.3},{&quot;2026-08-26&quot;:4.3},{&quot;2026-08-27&quot;:4.38},{&quot;2026-08-28&quot;:4.14},{&quot;2026-08-29&quot;:4.14},{&quot;2026-08-30&quot;:4.15},{&quot;2026-08-31&quot;:3.92},{&quot;2026-09-01&quot;:4.09},{&quot;2026-09-02&quot;:4.09},{&quot;2026-09-03&quot;:4.03},{&quot;2026-09-04&quot;:3.87},{&quot;2026-09-05&quot;:3.87},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:3.8},{&quot;2026-09-08&quot;:3.82},{&quot;2026-09-09&quot;:3.74},{&quot;2026-09-10&quot;:3.74},{&quot;2026-09-11&quot;:3.74}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.78},{&quot;2026-06-14&quot;:2.81},{&quot;2026-06-15&quot;:2.38},{&quot;2026-06-16&quot;:2.42},{&quot;2026-06-17&quot;:2.27},{&quot;2026-06-18&quot;:2.28},{&quot;2026-06-19&quot;:2.07},{&quot;2026-06-20&quot;:1.61},{&quot;2026-06-21&quot;:1.45},{&quot;2026-06-22&quot;:1.53},{&quot;2026-06-23&quot;:1.51},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.78},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:2.03},{&quot;2026-06-29&quot;:2.07},{&quot;2026-06-30&quot;:1.89},{&quot;2026-07-01&quot;:1.8},{&quot;2026-07-02&quot;:1.98},{&quot;2026-07-03&quot;:2.06},{&quot;2026-07-04&quot;:2.28},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.33},{&quot;2026-07-07&quot;:1.96},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:2.15},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.45},{&quot;2026-07-12&quot;:2.35},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.05},{&quot;2026-07-16&quot;:1.83},{&quot;2026-07-17&quot;:2.24},{&quot;2026-07-18&quot;:2.32},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.19},{&quot;2026-07-21&quot;:2.03},{&quot;2026-07-22&quot;:2.25},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-24&quot;:2.28},{&quot;2026-07-25&quot;:2.03},{&quot;2026-07-26&quot;:2.08},{&quot;2026-07-27&quot;:2.44},{&quot;2026-07-28&quot;:2.67},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.06},{&quot;2026-07-31&quot;:1.79},{&quot;2026-08-01&quot;:1.77},{&quot;2026-08-02&quot;:2.0},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.85},{&quot;2026-08-07&quot;:2.32},{&quot;2026-08-08&quot;:2.55},{&quot;2026-08-09&quot;:2.69},{&quot;2026-08-10&quot;:2.61},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.24},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.61},{&quot;2026-08-16&quot;:2.98},{&quot;2026-08-17&quot;:3.21},{&quot;2026-08-18&quot;:3.0},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.64},{&quot;2026-08-21&quot;:2.68},{&quot;2026-08-22&quot;:2.58},{&quot;2026-08-23&quot;:2.39},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.83},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.86},{&quot;2026-08-28&quot;:2.75},{&quot;2026-08-29&quot;:2.75},{&quot;2026-08-30&quot;:3.22},{&quot;2026-08-31&quot;:3.11},{&quot;2026-09-01&quot;:3.19},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.83},{&quot;2026-09-04&quot;:2.77},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.69},{&quot;2026-09-07&quot;:2.7},{&quot;2026-09-08&quot;:2.85},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:2.68},{&quot;2026-09-11&quot;:2.88}]}"
        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="28898"
  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">
            Argentum Armor
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              8%
            </span>

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

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

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

        <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">
            Argentum Armor
        </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 — Equipment</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Argentum Armor" src="https://cards.scryfall.io/large/front/f/b/fb1b7468-85f9-472e-9f7c-b268f84aea1c.jpg?1783926176" />
    </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">
                $2.87
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:2.61},{&quot;2026-06-12&quot;:2.61},{&quot;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.62},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.67},{&quot;2026-06-18&quot;:2.67},{&quot;2026-06-19&quot;:2.72},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.69},{&quot;2026-06-22&quot;:2.7},{&quot;2026-06-23&quot;:2.63},{&quot;2026-06-24&quot;:2.61},{&quot;2026-06-25&quot;:2.59},{&quot;2026-06-26&quot;:2.56},{&quot;2026-06-27&quot;:2.47},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.58},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.51},{&quot;2026-07-03&quot;:2.45},{&quot;2026-07-04&quot;:2.41},{&quot;2026-07-05&quot;:2.41},{&quot;2026-07-06&quot;:2.38},{&quot;2026-07-07&quot;:2.36},{&quot;2026-07-08&quot;:2.32},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.15},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.13},{&quot;2026-07-18&quot;:2.12},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.22},{&quot;2026-07-23&quot;:2.36},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.56},{&quot;2026-07-29&quot;:2.59},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.6},{&quot;2026-08-01&quot;:2.63},{&quot;2026-08-02&quot;:2.63},{&quot;2026-08-03&quot;:2.67},{&quot;2026-08-04&quot;:2.76},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.75},{&quot;2026-08-08&quot;:2.72},{&quot;2026-08-09&quot;:2.7},{&quot;2026-08-10&quot;:2.7},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.7},{&quot;2026-08-13&quot;:2.69},{&quot;2026-08-14&quot;:2.69},{&quot;2026-08-15&quot;:2.7},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.8},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:2.85},{&quot;2026-08-21&quot;:3.03},{&quot;2026-08-22&quot;:3.03},{&quot;2026-08-23&quot;:3.03},{&quot;2026-08-24&quot;:3.03},{&quot;2026-08-25&quot;:3.03},{&quot;2026-08-26&quot;:3.02},{&quot;2026-08-27&quot;:3.03},{&quot;2026-08-28&quot;:2.98},{&quot;2026-08-29&quot;:2.98},{&quot;2026-08-30&quot;:3.03},{&quot;2026-08-31&quot;:3.08},{&quot;2026-09-01&quot;:3.08},{&quot;2026-09-02&quot;:3.08},{&quot;2026-09-03&quot;:3.08},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.05},{&quot;2026-09-08&quot;:3.05},{&quot;2026-09-09&quot;:2.93},{&quot;2026-09-10&quot;:2.93},{&quot;2026-09-11&quot;:2.87}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Voldaren Estate
        </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="Voldaren Estate" src="https://cards.scryfall.io/large/front/4/3/43ec9524-0958-4ce5-b521-ce38dd54a9d1.jpg?1783924713" />
    </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">
                $2.87
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$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;:3.38},{&quot;2026-06-14&quot;:3.3},{&quot;2026-06-15&quot;:3.29},{&quot;2026-06-16&quot;:3.29},{&quot;2026-06-17&quot;:3.35},{&quot;2026-06-18&quot;:3.31},{&quot;2026-06-19&quot;:3.3},{&quot;2026-06-20&quot;:3.34},{&quot;2026-06-21&quot;:3.32},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-23&quot;:3.41},{&quot;2026-06-24&quot;:3.41},{&quot;2026-06-25&quot;:3.38},{&quot;2026-06-26&quot;:3.38},{&quot;2026-06-27&quot;:3.38},{&quot;2026-06-28&quot;:3.32},{&quot;2026-06-29&quot;:3.31},{&quot;2026-06-30&quot;:3.37},{&quot;2026-07-01&quot;:3.38},{&quot;2026-07-02&quot;:3.35},{&quot;2026-07-03&quot;:3.37},{&quot;2026-07-04&quot;:3.38},{&quot;2026-07-05&quot;:3.52},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.45},{&quot;2026-07-09&quot;:3.48},{&quot;2026-07-10&quot;:3.54},{&quot;2026-07-11&quot;:3.56},{&quot;2026-07-12&quot;:3.6},{&quot;2026-07-13&quot;:3.56},{&quot;2026-07-14&quot;:3.57},{&quot;2026-07-15&quot;:3.64},{&quot;2026-07-16&quot;:3.58},{&quot;2026-07-17&quot;:3.5},{&quot;2026-07-18&quot;:3.55},{&quot;2026-07-19&quot;:3.51},{&quot;2026-07-20&quot;:3.47},{&quot;2026-07-21&quot;:3.51},{&quot;2026-07-22&quot;:3.45},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-24&quot;:3.43},{&quot;2026-07-25&quot;:3.32},{&quot;2026-07-26&quot;:3.32},{&quot;2026-07-27&quot;:3.2},{&quot;2026-07-28&quot;:3.19},{&quot;2026-07-29&quot;:3.2},{&quot;2026-07-30&quot;:3.2},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.07},{&quot;2026-08-02&quot;:3.15},{&quot;2026-08-03&quot;:3.17},{&quot;2026-08-04&quot;:3.1},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.05},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:3.02},{&quot;2026-08-11&quot;:3.03},{&quot;2026-08-12&quot;:3.01},{&quot;2026-08-13&quot;:3.01},{&quot;2026-08-14&quot;:2.95},{&quot;2026-08-15&quot;:2.95},{&quot;2026-08-16&quot;:2.95},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:3.02},{&quot;2026-08-20&quot;:3.05},{&quot;2026-08-21&quot;:3.11},{&quot;2026-08-22&quot;:3.09},{&quot;2026-08-23&quot;:3.13},{&quot;2026-08-24&quot;:3.07},{&quot;2026-08-25&quot;:3.02},{&quot;2026-08-26&quot;:3.02},{&quot;2026-08-27&quot;:2.98},{&quot;2026-08-28&quot;:2.95},{&quot;2026-08-29&quot;:2.95},{&quot;2026-08-30&quot;:2.92},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.84},{&quot;2026-09-03&quot;:2.8},{&quot;2026-09-04&quot;:2.76},{&quot;2026-09-05&quot;:2.68},{&quot;2026-09-06&quot;:2.78},{&quot;2026-09-07&quot;:2.75},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:2.81},{&quot;2026-09-10&quot;:2.87},{&quot;2026-09-11&quot;:2.87}],&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="73948"
  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">
            One Ring to Rule Them All
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="One Ring to Rule Them All" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bb2dc2e0-f393-4442-818b-d3b860bfffd0.jpg?1783916298" />

        <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">
            One Ring to Rule Them All
        </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 — Saga</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="One Ring to Rule Them All" src="https://cards.scryfall.io/large/front/b/b/bb2dc2e0-f393-4442-818b-d3b860bfffd0.jpg?1783916298" />
    </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">
                $2.87
              </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.84
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.12},{&quot;2026-06-14&quot;:3.13},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:2.99},{&quot;2026-06-21&quot;:3.13},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.13},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.06},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.06},{&quot;2026-06-30&quot;:3.06},{&quot;2026-07-01&quot;:3.06},{&quot;2026-07-02&quot;:3.06},{&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.04},{&quot;2026-07-08&quot;:3.04},{&quot;2026-07-09&quot;:3.04},{&quot;2026-07-10&quot;:3.06},{&quot;2026-07-11&quot;:3.08},{&quot;2026-07-12&quot;:3.08},{&quot;2026-07-13&quot;:3.07},{&quot;2026-07-14&quot;:3.07},{&quot;2026-07-15&quot;:3.07},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.07},{&quot;2026-07-18&quot;:3.07},{&quot;2026-07-19&quot;:3.07},{&quot;2026-07-20&quot;:3.07},{&quot;2026-07-21&quot;:3.07},{&quot;2026-07-22&quot;:3.07},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-24&quot;:3.06},{&quot;2026-07-25&quot;:3.06},{&quot;2026-07-26&quot;:3.04},{&quot;2026-07-27&quot;:3.04},{&quot;2026-07-28&quot;:3.09},{&quot;2026-07-29&quot;:3.09},{&quot;2026-07-30&quot;:3.09},{&quot;2026-07-31&quot;:3.09},{&quot;2026-08-01&quot;:3.09},{&quot;2026-08-02&quot;:3.09},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.16},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:3.2},{&quot;2026-08-08&quot;:3.2},{&quot;2026-08-09&quot;:3.08},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:3.08},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.21},{&quot;2026-08-14&quot;:3.21},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.18},{&quot;2026-08-19&quot;:3.18},{&quot;2026-08-20&quot;:3.25},{&quot;2026-08-21&quot;:3.26},{&quot;2026-08-22&quot;:3.4},{&quot;2026-08-23&quot;:3.4},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.39},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.49},{&quot;2026-08-28&quot;:3.49},{&quot;2026-08-29&quot;:3.49},{&quot;2026-08-30&quot;:3.49},{&quot;2026-08-31&quot;:3.5},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.6},{&quot;2026-09-03&quot;:3.66},{&quot;2026-09-04&quot;:3.66},{&quot;2026-09-05&quot;:3.66},{&quot;2026-09-06&quot;:3.7},{&quot;2026-09-07&quot;:3.8},{&quot;2026-09-08&quot;:3.8},{&quot;2026-09-09&quot;:3.78},{&quot;2026-09-10&quot;:3.84},{&quot;2026-09-11&quot;:3.84}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.94},{&quot;2026-06-14&quot;:3.01},{&quot;2026-06-15&quot;:2.97},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:3.08},{&quot;2026-06-18&quot;:3.2},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:2.88},{&quot;2026-06-21&quot;:3.04},{&quot;2026-06-22&quot;:3.01},{&quot;2026-06-23&quot;:3.04},{&quot;2026-06-24&quot;:3.1},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.13},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.25},{&quot;2026-06-30&quot;:3.34},{&quot;2026-07-01&quot;:3.49},{&quot;2026-07-02&quot;:3.52},{&quot;2026-07-03&quot;:3.53},{&quot;2026-07-04&quot;:3.32},{&quot;2026-07-05&quot;:2.99},{&quot;2026-07-06&quot;:2.88},{&quot;2026-07-07&quot;:2.88},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:2.77},{&quot;2026-07-11&quot;:2.78},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.41},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.34},{&quot;2026-07-16&quot;:2.24},{&quot;2026-07-17&quot;:2.42},{&quot;2026-07-18&quot;:2.55},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.7},{&quot;2026-07-21&quot;:2.81},{&quot;2026-07-22&quot;:2.6},{&quot;2026-07-23&quot;:2.57},{&quot;2026-07-24&quot;:2.45},{&quot;2026-07-25&quot;:2.36},{&quot;2026-07-26&quot;:2.3},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.21},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.35},{&quot;2026-08-01&quot;:2.37},{&quot;2026-08-02&quot;:2.42},{&quot;2026-08-03&quot;:2.63},{&quot;2026-08-04&quot;:2.57},{&quot;2026-08-05&quot;:2.58},{&quot;2026-08-07&quot;:2.84},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.39},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.17},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.09},{&quot;2026-08-16&quot;:2.24},{&quot;2026-08-17&quot;:2.24},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.52},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.64},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.64},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.46},{&quot;2026-08-27&quot;:2.54},{&quot;2026-08-28&quot;:2.48},{&quot;2026-08-29&quot;:2.48},{&quot;2026-08-30&quot;:2.91},{&quot;2026-08-31&quot;:3.18},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:2.99},{&quot;2026-09-04&quot;:2.56},{&quot;2026-09-05&quot;:2.65},{&quot;2026-09-06&quot;:2.7},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:3.18},{&quot;2026-09-09&quot;:3.2},{&quot;2026-09-10&quot;:3.32},{&quot;2026-09-11&quot;:2.87}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86946"
  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-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">
            Brenard, Ginger Sculptor
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Brenard, Ginger Sculptor
        </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 Artificer</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Brenard, Ginger Sculptor" src="https://cards.scryfall.io/large/front/e/2/e2ddc922-d69d-4fca-b7f8-8cfb17537213.jpg?1783914985" />
    </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">
                $2.87
              </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">
                $2.96
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.61},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.61},{&quot;2026-06-19&quot;:2.63},{&quot;2026-06-20&quot;:2.63},{&quot;2026-06-21&quot;:2.63},{&quot;2026-06-22&quot;:2.63},{&quot;2026-06-23&quot;:2.63},{&quot;2026-06-24&quot;:2.63},{&quot;2026-06-25&quot;:2.63},{&quot;2026-06-26&quot;:2.63},{&quot;2026-06-27&quot;:2.63},{&quot;2026-06-28&quot;:2.63},{&quot;2026-06-29&quot;:2.63},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.63},{&quot;2026-07-03&quot;:2.63},{&quot;2026-07-04&quot;:2.63},{&quot;2026-07-05&quot;:2.63},{&quot;2026-07-06&quot;:2.63},{&quot;2026-07-07&quot;:2.63},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.63},{&quot;2026-07-10&quot;:2.63},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.66},{&quot;2026-07-13&quot;:2.66},{&quot;2026-07-14&quot;:2.68},{&quot;2026-07-15&quot;:2.68},{&quot;2026-07-16&quot;:2.68},{&quot;2026-07-17&quot;:2.68},{&quot;2026-07-18&quot;:2.68},{&quot;2026-07-19&quot;:2.68},{&quot;2026-07-20&quot;:2.68},{&quot;2026-07-21&quot;:2.68},{&quot;2026-07-22&quot;:2.68},{&quot;2026-07-23&quot;:2.68},{&quot;2026-07-24&quot;:2.68},{&quot;2026-07-25&quot;:2.68},{&quot;2026-07-26&quot;:2.68},{&quot;2026-07-27&quot;:2.68},{&quot;2026-07-28&quot;:2.68},{&quot;2026-07-29&quot;:2.68},{&quot;2026-07-30&quot;:2.68},{&quot;2026-07-31&quot;:2.68},{&quot;2026-08-01&quot;:2.68},{&quot;2026-08-02&quot;:2.68},{&quot;2026-08-03&quot;:2.68},{&quot;2026-08-04&quot;:2.68},{&quot;2026-08-05&quot;:2.68},{&quot;2026-08-07&quot;:2.65},{&quot;2026-08-08&quot;:2.65},{&quot;2026-08-09&quot;:2.65},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.65},{&quot;2026-08-12&quot;:2.95},{&quot;2026-08-13&quot;:2.95},{&quot;2026-08-14&quot;:2.96},{&quot;2026-08-15&quot;:2.96},{&quot;2026-08-16&quot;:2.96},{&quot;2026-08-17&quot;:2.96},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.96},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:2.96},{&quot;2026-08-29&quot;:2.96},{&quot;2026-08-30&quot;:2.91},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.91},{&quot;2026-09-02&quot;:2.91},{&quot;2026-09-03&quot;:2.91},{&quot;2026-09-04&quot;:2.91},{&quot;2026-09-05&quot;:2.91},{&quot;2026-09-06&quot;:2.91},{&quot;2026-09-07&quot;:2.96},{&quot;2026-09-08&quot;:2.96},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.96},{&quot;2026-09-11&quot;:2.96}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.44},{&quot;2026-06-15&quot;:1.44},{&quot;2026-06-16&quot;:1.44},{&quot;2026-06-17&quot;:1.4},{&quot;2026-06-18&quot;:1.4},{&quot;2026-06-19&quot;:1.39},{&quot;2026-06-20&quot;:1.39},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.44},{&quot;2026-06-23&quot;:1.44},{&quot;2026-06-24&quot;:1.44},{&quot;2026-06-25&quot;:1.45},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.45},{&quot;2026-06-28&quot;:1.45},{&quot;2026-06-29&quot;:1.45},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.54},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.51},{&quot;2026-07-06&quot;:1.53},{&quot;2026-07-07&quot;:1.53},{&quot;2026-07-08&quot;:1.54},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.47},{&quot;2026-07-11&quot;:1.47},{&quot;2026-07-12&quot;:1.47},{&quot;2026-07-13&quot;:1.44},{&quot;2026-07-14&quot;:1.43},{&quot;2026-07-15&quot;:1.43},{&quot;2026-07-16&quot;:1.44},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.36},{&quot;2026-07-20&quot;:1.36},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-22&quot;:1.6},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-24&quot;:1.6},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.61},{&quot;2026-07-29&quot;:1.61},{&quot;2026-07-30&quot;:1.6},{&quot;2026-07-31&quot;:1.6},{&quot;2026-08-01&quot;:1.55},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.55},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.59},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.59},{&quot;2026-08-09&quot;:1.58},{&quot;2026-08-10&quot;:1.58},{&quot;2026-08-11&quot;:1.78},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.92},{&quot;2026-08-14&quot;:1.92},{&quot;2026-08-15&quot;:1.92},{&quot;2026-08-16&quot;:1.94},{&quot;2026-08-17&quot;:1.94},{&quot;2026-08-18&quot;:1.93},{&quot;2026-08-19&quot;:1.95},{&quot;2026-08-20&quot;:2.06},{&quot;2026-08-21&quot;:2.11},{&quot;2026-08-22&quot;:2.12},{&quot;2026-08-23&quot;:2.12},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.16},{&quot;2026-08-26&quot;:2.18},{&quot;2026-08-27&quot;:2.29},{&quot;2026-08-28&quot;:2.13},{&quot;2026-08-29&quot;:2.13},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:2.4},{&quot;2026-09-03&quot;:2.6},{&quot;2026-09-04&quot;:2.8},{&quot;2026-09-05&quot;:2.8},{&quot;2026-09-06&quot;:2.79},{&quot;2026-09-07&quot;:2.79},{&quot;2026-09-08&quot;:2.79},{&quot;2026-09-09&quot;:2.79},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.87}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mishra&#39;s Bauble" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/45bbbf9b-8fee-4c32-a513-02dac6ac8a39.jpg?1783930102" />

        <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">
            Mishra&#39;s Bauble
        </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-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="Mishra&#39;s Bauble" src="https://cards.scryfall.io/large/front/4/5/45bbbf9b-8fee-4c32-a513-02dac6ac8a39.jpg?1783930102" />
    </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">
                $2.86
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.42},{&quot;2026-06-14&quot;:2.42},{&quot;2026-06-15&quot;:2.42},{&quot;2026-06-16&quot;:2.42},{&quot;2026-06-17&quot;:2.51},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.51},{&quot;2026-06-20&quot;:2.53},{&quot;2026-06-21&quot;:2.53},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-23&quot;:2.56},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.56},{&quot;2026-06-26&quot;:2.56},{&quot;2026-06-27&quot;:2.57},{&quot;2026-06-28&quot;:2.65},{&quot;2026-06-29&quot;:2.65},{&quot;2026-06-30&quot;:2.66},{&quot;2026-07-01&quot;:2.69},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.7},{&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.82},{&quot;2026-07-09&quot;:2.82},{&quot;2026-07-10&quot;:2.85},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.85},{&quot;2026-07-13&quot;:2.85},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.84},{&quot;2026-07-16&quot;:2.84},{&quot;2026-07-17&quot;:2.84},{&quot;2026-07-18&quot;:2.84},{&quot;2026-07-19&quot;:2.84},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.88},{&quot;2026-07-22&quot;:2.88},{&quot;2026-07-23&quot;:2.88},{&quot;2026-07-24&quot;:2.88},{&quot;2026-07-25&quot;:2.97},{&quot;2026-07-26&quot;:2.97},{&quot;2026-07-27&quot;:2.97},{&quot;2026-07-28&quot;:2.97},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:2.93},{&quot;2026-07-31&quot;:2.93},{&quot;2026-08-01&quot;:3.03},{&quot;2026-08-02&quot;:3.03},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:3.03},{&quot;2026-08-05&quot;:3.03},{&quot;2026-08-07&quot;:2.98},{&quot;2026-08-08&quot;:3.02},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:3.02},{&quot;2026-08-11&quot;:3.02},{&quot;2026-08-12&quot;:3.0},{&quot;2026-08-13&quot;:3.0},{&quot;2026-08-14&quot;:3.0},{&quot;2026-08-15&quot;:3.01},{&quot;2026-08-16&quot;:3.01},{&quot;2026-08-17&quot;:3.01},{&quot;2026-08-18&quot;:3.01},{&quot;2026-08-19&quot;:3.01},{&quot;2026-08-20&quot;:3.01},{&quot;2026-08-21&quot;:3.01},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.01},{&quot;2026-08-24&quot;:3.02},{&quot;2026-08-25&quot;:3.02},{&quot;2026-08-26&quot;:3.02},{&quot;2026-08-27&quot;:3.02},{&quot;2026-08-28&quot;:3.02},{&quot;2026-08-29&quot;:3.02},{&quot;2026-08-30&quot;:3.02},{&quot;2026-08-31&quot;:3.02},{&quot;2026-09-01&quot;:3.02},{&quot;2026-09-02&quot;:3.03},{&quot;2026-09-03&quot;:3.03},{&quot;2026-09-04&quot;:3.02},{&quot;2026-09-05&quot;:3.02},{&quot;2026-09-06&quot;:3.0},{&quot;2026-09-07&quot;:3.02},{&quot;2026-09-08&quot;:3.02},{&quot;2026-09-09&quot;:3.02},{&quot;2026-09-10&quot;:3.02},{&quot;2026-09-11&quot;:3.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.27},{&quot;2026-06-14&quot;:2.29},{&quot;2026-06-15&quot;:2.35},{&quot;2026-06-16&quot;:2.35},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.38},{&quot;2026-06-21&quot;:2.37},{&quot;2026-06-22&quot;:2.37},{&quot;2026-06-23&quot;:2.39},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.39},{&quot;2026-06-26&quot;:2.46},{&quot;2026-06-27&quot;:2.42},{&quot;2026-06-28&quot;:2.44},{&quot;2026-06-29&quot;:2.45},{&quot;2026-06-30&quot;:2.49},{&quot;2026-07-01&quot;:2.5},{&quot;2026-07-02&quot;:2.45},{&quot;2026-07-03&quot;:2.34},{&quot;2026-07-04&quot;:2.37},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.37},{&quot;2026-07-10&quot;:2.37},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.37},{&quot;2026-07-13&quot;:2.37},{&quot;2026-07-14&quot;:2.4},{&quot;2026-07-15&quot;:2.4},{&quot;2026-07-16&quot;:2.43},{&quot;2026-07-17&quot;:2.43},{&quot;2026-07-18&quot;:2.41},{&quot;2026-07-19&quot;:2.39},{&quot;2026-07-20&quot;:2.43},{&quot;2026-07-21&quot;:2.56},{&quot;2026-07-22&quot;:2.59},{&quot;2026-07-23&quot;:2.58},{&quot;2026-07-24&quot;:2.6},{&quot;2026-07-25&quot;:2.62},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.76},{&quot;2026-07-28&quot;:2.77},{&quot;2026-07-29&quot;:2.77},{&quot;2026-07-30&quot;:2.77},{&quot;2026-07-31&quot;:2.71},{&quot;2026-08-01&quot;:2.71},{&quot;2026-08-02&quot;:2.76},{&quot;2026-08-03&quot;:2.74},{&quot;2026-08-04&quot;:2.74},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.76},{&quot;2026-08-08&quot;:2.73},{&quot;2026-08-09&quot;:2.73},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.73},{&quot;2026-08-12&quot;:2.69},{&quot;2026-08-13&quot;:2.69},{&quot;2026-08-14&quot;:2.62},{&quot;2026-08-15&quot;:2.5},{&quot;2026-08-16&quot;:2.48},{&quot;2026-08-17&quot;:2.47},{&quot;2026-08-18&quot;:2.47},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.44},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.41},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.41},{&quot;2026-08-28&quot;:2.42},{&quot;2026-08-29&quot;:2.42},{&quot;2026-08-30&quot;:2.61},{&quot;2026-08-31&quot;:2.67},{&quot;2026-09-01&quot;:2.65},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.76},{&quot;2026-09-04&quot;:2.76},{&quot;2026-09-05&quot;:2.83},{&quot;2026-09-06&quot;:2.8},{&quot;2026-09-07&quot;:2.75},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.75},{&quot;2026-09-10&quot;:2.8},{&quot;2026-09-11&quot;:2.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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">
            Kogla and Yidaro
        </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 — Ape Dinosaur Turtle</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><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="Kogla and Yidaro" src="https://cards.scryfall.io/large/front/b/7/b760ebdf-bea6-4c43-a187-4a02ebf95ebf.jpg?1783916942" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.13
              </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">
                $2.86
              </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">$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-08&quot;:2.86},{&quot;2026-06-10&quot;:3.0},{&quot;2026-06-11&quot;:3.0},{&quot;2026-06-12&quot;:3.0},{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:2.95},{&quot;2026-06-15&quot;:2.95},{&quot;2026-06-16&quot;:2.95},{&quot;2026-06-17&quot;:2.96},{&quot;2026-06-18&quot;:2.96},{&quot;2026-06-19&quot;:2.96},{&quot;2026-06-20&quot;:2.96},{&quot;2026-06-21&quot;:3.07},{&quot;2026-06-22&quot;:3.02},{&quot;2026-06-24&quot;:3.02},{&quot;2026-06-25&quot;:3.02},{&quot;2026-06-26&quot;:3.02},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:2.99},{&quot;2026-06-30&quot;:2.99},{&quot;2026-07-01&quot;:2.99},{&quot;2026-07-02&quot;:2.95},{&quot;2026-07-03&quot;:2.95},{&quot;2026-07-04&quot;:2.95},{&quot;2026-07-05&quot;:2.95},{&quot;2026-07-06&quot;:2.95},{&quot;2026-07-07&quot;:2.95},{&quot;2026-07-08&quot;:3.06},{&quot;2026-07-09&quot;:3.21},{&quot;2026-07-10&quot;:3.21},{&quot;2026-07-11&quot;:3.21},{&quot;2026-07-12&quot;:3.21},{&quot;2026-07-13&quot;:3.21},{&quot;2026-07-14&quot;:3.19},{&quot;2026-07-15&quot;:3.19},{&quot;2026-07-16&quot;:3.19},{&quot;2026-07-17&quot;:3.19},{&quot;2026-07-18&quot;:3.22},{&quot;2026-07-19&quot;:3.23},{&quot;2026-07-20&quot;:3.23},{&quot;2026-07-21&quot;:3.23},{&quot;2026-07-23&quot;:3.23},{&quot;2026-07-25&quot;:3.23},{&quot;2026-07-26&quot;:3.23},{&quot;2026-07-27&quot;:3.22},{&quot;2026-07-29&quot;:3.22},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.26},{&quot;2026-08-01&quot;:3.26},{&quot;2026-08-02&quot;:3.26},{&quot;2026-08-03&quot;:3.26},{&quot;2026-08-04&quot;:3.26},{&quot;2026-08-05&quot;:3.26},{&quot;2026-08-07&quot;:3.09},{&quot;2026-08-08&quot;:3.09},{&quot;2026-08-09&quot;:3.08},{&quot;2026-08-10&quot;:3.09},{&quot;2026-08-11&quot;:3.02},{&quot;2026-08-12&quot;:3.02},{&quot;2026-08-13&quot;:3.02},{&quot;2026-08-14&quot;:3.02},{&quot;2026-08-15&quot;:3.02},{&quot;2026-08-16&quot;:3.24},{&quot;2026-08-17&quot;:3.24},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.24},{&quot;2026-08-22&quot;:3.29},{&quot;2026-08-23&quot;:3.29},{&quot;2026-08-24&quot;:3.29},{&quot;2026-08-25&quot;:3.29},{&quot;2026-08-26&quot;:3.32},{&quot;2026-08-27&quot;:3.32},{&quot;2026-08-28&quot;:3.32},{&quot;2026-08-29&quot;:3.32},{&quot;2026-08-30&quot;:3.32},{&quot;2026-08-31&quot;:3.32},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.3},{&quot;2026-09-03&quot;:3.15},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:2.97},{&quot;2026-09-07&quot;:2.9},{&quot;2026-09-08&quot;:2.88},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.88},{&quot;2026-09-11&quot;:2.86}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.14},{&quot;2026-06-10&quot;:3.41},{&quot;2026-06-11&quot;:3.34},{&quot;2026-06-12&quot;:3.33},{&quot;2026-06-13&quot;:3.35},{&quot;2026-06-14&quot;:3.25},{&quot;2026-06-15&quot;:3.28},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:2.94},{&quot;2026-06-18&quot;:2.77},{&quot;2026-06-19&quot;:3.1},{&quot;2026-06-20&quot;:3.21},{&quot;2026-06-21&quot;:3.07},{&quot;2026-06-22&quot;:3.07},{&quot;2026-06-24&quot;:2.88},{&quot;2026-06-25&quot;:2.98},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:3.15},{&quot;2026-06-28&quot;:3.41},{&quot;2026-06-29&quot;:3.31},{&quot;2026-06-30&quot;:3.15},{&quot;2026-07-01&quot;:2.89},{&quot;2026-07-02&quot;:2.87},{&quot;2026-07-03&quot;:2.96},{&quot;2026-07-04&quot;:2.85},{&quot;2026-07-05&quot;:2.87},{&quot;2026-07-06&quot;:2.87},{&quot;2026-07-07&quot;:2.67},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.57},{&quot;2026-07-10&quot;:2.57},{&quot;2026-07-11&quot;:2.47},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.36},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.37},{&quot;2026-07-16&quot;:2.44},{&quot;2026-07-17&quot;:2.43},{&quot;2026-07-18&quot;:2.48},{&quot;2026-07-19&quot;:2.54},{&quot;2026-07-20&quot;:2.53},{&quot;2026-07-21&quot;:2.53},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-25&quot;:2.71},{&quot;2026-07-26&quot;:2.61},{&quot;2026-07-27&quot;:2.58},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.45},{&quot;2026-07-31&quot;:2.5},{&quot;2026-08-01&quot;:2.51},{&quot;2026-08-02&quot;:2.45},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.46},{&quot;2026-08-05&quot;:2.48},{&quot;2026-08-07&quot;:2.4},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.4},{&quot;2026-08-10&quot;:2.4},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.36},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.46},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.47},{&quot;2026-08-18&quot;:2.43},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.47},{&quot;2026-08-21&quot;:2.46},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.4},{&quot;2026-08-25&quot;:2.4},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.35},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.32},{&quot;2026-09-08&quot;:2.29},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.22},{&quot;2026-09-11&quot;:2.13}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="87220"
  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-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">
            Ancestral Mask
        </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="text-sm font-medium text-nine-white">
            $2.86
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Ancestral Mask
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Ancestral Mask" src="https://cards.scryfall.io/large/front/0/d/0d75292c-cc03-4c40-be01-a8dba66b761c.jpg?1783914952" />
    </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">
                $2.86
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.97},{&quot;2026-06-14&quot;:2.97},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.91},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.89},{&quot;2026-06-19&quot;:2.82},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.84},{&quot;2026-06-23&quot;:2.92},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:3.0},{&quot;2026-06-27&quot;:3.0},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.43},{&quot;2026-07-01&quot;:3.5},{&quot;2026-07-02&quot;:3.5},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.5},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.61},{&quot;2026-07-08&quot;:3.87},{&quot;2026-07-09&quot;:4.03},{&quot;2026-07-10&quot;:4.09},{&quot;2026-07-11&quot;:4.15},{&quot;2026-07-12&quot;:4.1},{&quot;2026-07-13&quot;:4.15},{&quot;2026-07-14&quot;:4.15},{&quot;2026-07-15&quot;:4.22},{&quot;2026-07-16&quot;:4.29},{&quot;2026-07-17&quot;:4.29},{&quot;2026-07-18&quot;:4.24},{&quot;2026-07-19&quot;:4.24},{&quot;2026-07-20&quot;:4.24},{&quot;2026-07-21&quot;:4.18},{&quot;2026-07-22&quot;:4.18},{&quot;2026-07-23&quot;:4.18},{&quot;2026-07-24&quot;:4.16},{&quot;2026-07-25&quot;:4.16},{&quot;2026-07-26&quot;:4.16},{&quot;2026-07-27&quot;:4.08},{&quot;2026-07-28&quot;:4.08},{&quot;2026-07-29&quot;:4.01},{&quot;2026-07-30&quot;:4.01},{&quot;2026-07-31&quot;:4.01},{&quot;2026-08-01&quot;:4.01},{&quot;2026-08-02&quot;:4.01},{&quot;2026-08-03&quot;:4.01},{&quot;2026-08-04&quot;:4.01},{&quot;2026-08-05&quot;:4.01},{&quot;2026-08-07&quot;:3.96},{&quot;2026-08-08&quot;:3.81},{&quot;2026-08-09&quot;:3.8},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.72},{&quot;2026-08-12&quot;:3.72},{&quot;2026-08-13&quot;:3.38},{&quot;2026-08-14&quot;:3.38},{&quot;2026-08-15&quot;:3.34},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.21},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.21},{&quot;2026-08-20&quot;:3.21},{&quot;2026-08-21&quot;:3.08},{&quot;2026-08-22&quot;:3.08},{&quot;2026-08-23&quot;:3.08},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.84},{&quot;2026-08-28&quot;:2.74},{&quot;2026-08-29&quot;:2.74},{&quot;2026-08-30&quot;:2.78},{&quot;2026-08-31&quot;:2.78},{&quot;2026-09-01&quot;:2.78},{&quot;2026-09-02&quot;:2.78},{&quot;2026-09-03&quot;:2.78},{&quot;2026-09-04&quot;:2.85},{&quot;2026-09-05&quot;:2.85},{&quot;2026-09-06&quot;:2.85},{&quot;2026-09-07&quot;:2.91},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.91},{&quot;2026-09-10&quot;:2.86},{&quot;2026-09-11&quot;:2.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Carpet of Flowers
        </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-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="Carpet of Flowers" src="https://cards.scryfall.io/large/front/d/d/dd28c05c-9473-4df8-9bb3-70593f2c5a50.jpg?1783906382" />
    </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">
                $2.86
              </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">
                $20.83
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-14&quot;:18.97},{&quot;2026-06-15&quot;:19.69},{&quot;2026-06-16&quot;:19.58},{&quot;2026-06-17&quot;:19.58},{&quot;2026-06-18&quot;:19.58},{&quot;2026-06-19&quot;:20.13},{&quot;2026-06-20&quot;:20.13},{&quot;2026-06-21&quot;:20.13},{&quot;2026-06-22&quot;:20.13},{&quot;2026-06-23&quot;:20.13},{&quot;2026-06-24&quot;:20.13},{&quot;2026-06-25&quot;:20.13},{&quot;2026-06-26&quot;:20.13},{&quot;2026-06-27&quot;:20.13},{&quot;2026-06-28&quot;:20.13},{&quot;2026-06-29&quot;:20.13},{&quot;2026-06-30&quot;:20.05},{&quot;2026-07-01&quot;:20.06},{&quot;2026-07-02&quot;:20.12},{&quot;2026-07-03&quot;:20.03},{&quot;2026-07-04&quot;:20.28},{&quot;2026-07-05&quot;:20.44},{&quot;2026-07-06&quot;:20.44},{&quot;2026-07-07&quot;:20.6},{&quot;2026-07-08&quot;:20.73},{&quot;2026-07-09&quot;:20.73},{&quot;2026-07-10&quot;:20.73},{&quot;2026-07-11&quot;:20.5},{&quot;2026-07-12&quot;:20.49},{&quot;2026-07-13&quot;:20.18},{&quot;2026-07-14&quot;:20.16},{&quot;2026-07-15&quot;:20.16},{&quot;2026-07-16&quot;:20.27},{&quot;2026-07-17&quot;:20.27},{&quot;2026-07-18&quot;:20.27},{&quot;2026-07-19&quot;:20.27},{&quot;2026-07-20&quot;:20.22},{&quot;2026-07-21&quot;:20.22},{&quot;2026-07-22&quot;:20.22},{&quot;2026-07-23&quot;:20.36},{&quot;2026-07-24&quot;:20.51},{&quot;2026-07-25&quot;:20.51},{&quot;2026-07-26&quot;:20.51},{&quot;2026-07-27&quot;:20.89},{&quot;2026-07-28&quot;:20.89},{&quot;2026-07-29&quot;:20.89},{&quot;2026-07-30&quot;:20.89},{&quot;2026-07-31&quot;:20.89},{&quot;2026-08-01&quot;:20.99},{&quot;2026-08-02&quot;:21.55},{&quot;2026-08-03&quot;:21.55},{&quot;2026-08-04&quot;:21.0},{&quot;2026-08-05&quot;:21.0},{&quot;2026-08-07&quot;:21.01},{&quot;2026-08-08&quot;:21.01},{&quot;2026-08-09&quot;:21.01},{&quot;2026-08-10&quot;:20.67},{&quot;2026-08-11&quot;:20.67},{&quot;2026-08-12&quot;:20.67},{&quot;2026-08-13&quot;:20.67},{&quot;2026-08-14&quot;:20.67},{&quot;2026-08-15&quot;:20.62},{&quot;2026-08-16&quot;:20.62},{&quot;2026-08-17&quot;:20.62},{&quot;2026-08-18&quot;:20.66},{&quot;2026-08-19&quot;:20.77},{&quot;2026-08-20&quot;:20.77},{&quot;2026-08-21&quot;:20.8},{&quot;2026-08-22&quot;:20.8},{&quot;2026-08-23&quot;:20.77},{&quot;2026-08-24&quot;:20.77},{&quot;2026-08-25&quot;:20.77},{&quot;2026-08-26&quot;:20.77},{&quot;2026-08-27&quot;:20.77},{&quot;2026-08-28&quot;:20.84},{&quot;2026-08-29&quot;:20.84},{&quot;2026-08-30&quot;:21.13},{&quot;2026-08-31&quot;:21.01},{&quot;2026-09-01&quot;:20.9},{&quot;2026-09-02&quot;:20.88},{&quot;2026-09-03&quot;:20.88},{&quot;2026-09-04&quot;:20.88},{&quot;2026-09-05&quot;:20.88},{&quot;2026-09-06&quot;:20.88},{&quot;2026-09-07&quot;:20.88},{&quot;2026-09-08&quot;:20.88},{&quot;2026-09-09&quot;:20.88},{&quot;2026-09-10&quot;:20.88},{&quot;2026-09-11&quot;:20.88},{&quot;2026-09-12&quot;:20.83}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.77},{&quot;2026-06-16&quot;:2.79},{&quot;2026-06-17&quot;:2.77},{&quot;2026-06-18&quot;:2.8},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.76},{&quot;2026-06-22&quot;:2.81},{&quot;2026-06-23&quot;:2.91},{&quot;2026-06-24&quot;:2.89},{&quot;2026-06-25&quot;:2.86},{&quot;2026-06-26&quot;:2.86},{&quot;2026-06-27&quot;:2.97},{&quot;2026-06-28&quot;:3.02},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:3.0},{&quot;2026-07-01&quot;:2.92},{&quot;2026-07-02&quot;:2.99},{&quot;2026-07-03&quot;:2.94},{&quot;2026-07-04&quot;:2.89},{&quot;2026-07-05&quot;:2.92},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.93},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:2.95},{&quot;2026-07-11&quot;:2.78},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.7},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.83},{&quot;2026-07-16&quot;:2.81},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.76},{&quot;2026-07-19&quot;:2.71},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.93},{&quot;2026-07-22&quot;:2.85},{&quot;2026-07-23&quot;:2.82},{&quot;2026-07-24&quot;:2.86},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.71},{&quot;2026-07-28&quot;:2.75},{&quot;2026-07-29&quot;:2.82},{&quot;2026-07-30&quot;:2.83},{&quot;2026-07-31&quot;:2.89},{&quot;2026-08-01&quot;:2.82},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:3.02},{&quot;2026-08-05&quot;:3.17},{&quot;2026-08-07&quot;:3.13},{&quot;2026-08-08&quot;:3.13},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:3.13},{&quot;2026-08-12&quot;:3.15},{&quot;2026-08-13&quot;:3.14},{&quot;2026-08-14&quot;:3.22},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.12},{&quot;2026-08-17&quot;:3.15},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.89},{&quot;2026-08-21&quot;:2.87},{&quot;2026-08-22&quot;:2.84},{&quot;2026-08-23&quot;:2.8},{&quot;2026-08-24&quot;:2.96},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:3.02},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.09},{&quot;2026-08-29&quot;:3.09},{&quot;2026-08-30&quot;:2.95},{&quot;2026-08-31&quot;:2.86},{&quot;2026-09-01&quot;:2.76},{&quot;2026-09-02&quot;:2.74},{&quot;2026-09-03&quot;:2.74},{&quot;2026-09-04&quot;:2.73},{&quot;2026-09-05&quot;:2.68},{&quot;2026-09-06&quot;:2.66},{&quot;2026-09-07&quot;:2.68},{&quot;2026-09-08&quot;:2.73},{&quot;2026-09-09&quot;:2.76},{&quot;2026-09-10&quot;:2.83},{&quot;2026-09-11&quot;:2.86},{&quot;2026-09-12&quot;:2.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96761"
  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">
            Pinnacle Emissary
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Pinnacle Emissary
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Robot</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-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="Pinnacle Emissary" src="https://cards.scryfall.io/large/front/2/b/2b755ebd-a194-4b78-b1e8-606a7d231598.jpg?1783905881" />
    </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">
                $2.86
              </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.84
              </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.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-13&quot;:5.52},{&quot;2026-06-14&quot;:5.52},{&quot;2026-06-15&quot;:5.52},{&quot;2026-06-16&quot;:5.4},{&quot;2026-06-17&quot;:5.4},{&quot;2026-06-18&quot;:5.4},{&quot;2026-06-19&quot;:5.35},{&quot;2026-06-20&quot;:5.35},{&quot;2026-06-21&quot;:5.35},{&quot;2026-06-22&quot;:5.29},{&quot;2026-06-23&quot;:5.29},{&quot;2026-06-24&quot;:5.06},{&quot;2026-06-25&quot;:4.67},{&quot;2026-06-26&quot;:4.67},{&quot;2026-06-27&quot;:4.67},{&quot;2026-06-28&quot;:4.67},{&quot;2026-06-29&quot;:4.67},{&quot;2026-06-30&quot;:4.67},{&quot;2026-07-01&quot;:4.68},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.44},{&quot;2026-07-04&quot;:4.55},{&quot;2026-07-05&quot;:4.55},{&quot;2026-07-06&quot;:4.6},{&quot;2026-07-07&quot;:4.6},{&quot;2026-07-08&quot;:4.6},{&quot;2026-07-09&quot;:4.6},{&quot;2026-07-10&quot;:4.6},{&quot;2026-07-11&quot;:4.6},{&quot;2026-07-12&quot;:4.63},{&quot;2026-07-13&quot;:4.65},{&quot;2026-07-14&quot;:4.59},{&quot;2026-07-15&quot;:4.66},{&quot;2026-07-16&quot;:4.66},{&quot;2026-07-17&quot;:4.49},{&quot;2026-07-18&quot;:4.45},{&quot;2026-07-19&quot;:4.48},{&quot;2026-07-20&quot;:4.48},{&quot;2026-07-21&quot;:4.48},{&quot;2026-07-22&quot;:4.47},{&quot;2026-07-23&quot;:4.47},{&quot;2026-07-24&quot;:4.52},{&quot;2026-07-25&quot;:4.52},{&quot;2026-07-26&quot;:4.41},{&quot;2026-07-27&quot;:4.31},{&quot;2026-07-28&quot;:4.33},{&quot;2026-07-29&quot;:4.33},{&quot;2026-07-30&quot;:4.24},{&quot;2026-07-31&quot;:4.24},{&quot;2026-08-01&quot;:4.24},{&quot;2026-08-02&quot;:4.27},{&quot;2026-08-03&quot;:4.27},{&quot;2026-08-04&quot;:4.27},{&quot;2026-08-05&quot;:4.25},{&quot;2026-08-07&quot;:4.25},{&quot;2026-08-08&quot;:3.84},{&quot;2026-08-09&quot;:3.84},{&quot;2026-08-10&quot;:3.84},{&quot;2026-08-11&quot;:3.82},{&quot;2026-08-12&quot;:3.82},{&quot;2026-08-13&quot;:3.82},{&quot;2026-08-14&quot;:3.82},{&quot;2026-08-15&quot;:3.82},{&quot;2026-08-16&quot;:3.86},{&quot;2026-08-17&quot;:3.74},{&quot;2026-08-18&quot;:3.74},{&quot;2026-08-19&quot;:3.74},{&quot;2026-08-20&quot;:3.74},{&quot;2026-08-21&quot;:3.81},{&quot;2026-08-22&quot;:3.81},{&quot;2026-08-23&quot;:3.81},{&quot;2026-08-24&quot;:3.83},{&quot;2026-08-25&quot;:3.81},{&quot;2026-08-26&quot;:3.81},{&quot;2026-08-27&quot;:3.81},{&quot;2026-08-28&quot;:3.81},{&quot;2026-08-29&quot;:3.81},{&quot;2026-08-30&quot;:3.71},{&quot;2026-08-31&quot;:3.66},{&quot;2026-09-01&quot;:3.76},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.76},{&quot;2026-09-04&quot;:3.76},{&quot;2026-09-05&quot;:3.76},{&quot;2026-09-06&quot;:3.84},{&quot;2026-09-07&quot;:3.84},{&quot;2026-09-08&quot;:3.84},{&quot;2026-09-09&quot;:3.84},{&quot;2026-09-10&quot;:3.84},{&quot;2026-09-11&quot;:3.84}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.41},{&quot;2026-06-14&quot;:3.41},{&quot;2026-06-15&quot;:3.47},{&quot;2026-06-16&quot;:3.37},{&quot;2026-06-17&quot;:3.37},{&quot;2026-06-18&quot;:3.37},{&quot;2026-06-19&quot;:3.42},{&quot;2026-06-20&quot;:3.42},{&quot;2026-06-21&quot;:3.37},{&quot;2026-06-22&quot;:3.42},{&quot;2026-06-23&quot;:3.42},{&quot;2026-06-24&quot;:3.44},{&quot;2026-06-25&quot;:3.49},{&quot;2026-06-26&quot;:3.49},{&quot;2026-06-27&quot;:3.41},{&quot;2026-06-28&quot;:3.39},{&quot;2026-06-29&quot;:3.47},{&quot;2026-06-30&quot;:3.47},{&quot;2026-07-01&quot;:3.51},{&quot;2026-07-02&quot;:3.51},{&quot;2026-07-03&quot;:3.51},{&quot;2026-07-04&quot;:3.51},{&quot;2026-07-05&quot;:3.51},{&quot;2026-07-06&quot;:3.51},{&quot;2026-07-07&quot;:3.5},{&quot;2026-07-08&quot;:3.5},{&quot;2026-07-09&quot;:3.45},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.45},{&quot;2026-07-12&quot;:3.45},{&quot;2026-07-13&quot;:3.45},{&quot;2026-07-14&quot;:3.45},{&quot;2026-07-15&quot;:3.36},{&quot;2026-07-16&quot;:3.26},{&quot;2026-07-17&quot;:3.26},{&quot;2026-07-18&quot;:3.19},{&quot;2026-07-19&quot;:3.19},{&quot;2026-07-20&quot;:3.06},{&quot;2026-07-21&quot;:3.05},{&quot;2026-07-22&quot;:3.05},{&quot;2026-07-23&quot;:3.05},{&quot;2026-07-24&quot;:3.05},{&quot;2026-07-25&quot;:3.05},{&quot;2026-07-26&quot;:3.05},{&quot;2026-07-27&quot;:2.88},{&quot;2026-07-28&quot;:2.8},{&quot;2026-07-29&quot;:2.8},{&quot;2026-07-30&quot;:2.8},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.88},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.82},{&quot;2026-08-05&quot;:2.99},{&quot;2026-08-07&quot;:3.01},{&quot;2026-08-08&quot;:2.95},{&quot;2026-08-09&quot;:2.99},{&quot;2026-08-10&quot;:3.04},{&quot;2026-08-11&quot;:3.04},{&quot;2026-08-12&quot;:3.04},{&quot;2026-08-13&quot;:3.04},{&quot;2026-08-14&quot;:3.03},{&quot;2026-08-15&quot;:3.01},{&quot;2026-08-16&quot;:2.96},{&quot;2026-08-17&quot;:3.02},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.09},{&quot;2026-08-20&quot;:3.08},{&quot;2026-08-21&quot;:3.08},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.01},{&quot;2026-08-24&quot;:3.01},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:2.98},{&quot;2026-08-28&quot;:2.98},{&quot;2026-08-29&quot;:2.98},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.93},{&quot;2026-09-02&quot;:2.93},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:2.86},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:2.86},{&quot;2026-09-07&quot;:2.84},{&quot;2026-09-08&quot;:2.85},{&quot;2026-09-09&quot;:2.85},{&quot;2026-09-10&quot;:2.85},{&quot;2026-09-11&quot;:2.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

        <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">
            Belladonna Took
        </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 — Halfling Citizen</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Belladonna Took" src="https://cards.scryfall.io/large/front/8/8/88f0c189-c9ed-4ea3-ae62-3d8ac6c7fecf.jpg?1784894804" />
    </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">
                $2.86
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.98
              </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">$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-07-31&quot;:17.5},{&quot;2026-08-01&quot;:17.5},{&quot;2026-08-02&quot;:17.5},{&quot;2026-08-03&quot;:17.5},{&quot;2026-08-04&quot;:17.5},{&quot;2026-08-05&quot;:17.5},{&quot;2026-08-07&quot;:5.85},{&quot;2026-08-08&quot;:3.46},{&quot;2026-08-09&quot;:2.75},{&quot;2026-08-10&quot;:2.91},{&quot;2026-08-11&quot;:2.83},{&quot;2026-08-12&quot;:3.03},{&quot;2026-08-13&quot;:3.65},{&quot;2026-08-14&quot;:4.64},{&quot;2026-08-15&quot;:2.54},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.92},{&quot;2026-08-18&quot;:3.58},{&quot;2026-08-19&quot;:3.9},{&quot;2026-08-20&quot;:3.9},{&quot;2026-08-21&quot;:4.61},{&quot;2026-08-22&quot;:5.17},{&quot;2026-08-23&quot;:5.14},{&quot;2026-08-24&quot;:5.19},{&quot;2026-08-25&quot;:5.19},{&quot;2026-08-26&quot;:5.75},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:5.05},{&quot;2026-08-29&quot;:5.05},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.56},{&quot;2026-09-01&quot;:4.56},{&quot;2026-09-02&quot;:4.39},{&quot;2026-09-03&quot;:4.1},{&quot;2026-09-04&quot;:4.5},{&quot;2026-09-05&quot;:3.88},{&quot;2026-09-06&quot;:4.33},{&quot;2026-09-07&quot;:4.31},{&quot;2026-09-08&quot;:4.02},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:3.88},{&quot;2026-09-11&quot;:3.98}],&quot;normal&quot;:[{&quot;2026-07-31&quot;:10.94},{&quot;2026-08-01&quot;:9.88},{&quot;2026-08-02&quot;:9.16},{&quot;2026-08-03&quot;:9.06},{&quot;2026-08-04&quot;:7.74},{&quot;2026-08-05&quot;:5.83},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.17},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.8},{&quot;2026-08-13&quot;:3.51},{&quot;2026-08-14&quot;:3.32},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:3.05},{&quot;2026-08-19&quot;:3.71},{&quot;2026-08-20&quot;:3.71},{&quot;2026-08-21&quot;:3.77},{&quot;2026-08-22&quot;:3.44},{&quot;2026-08-23&quot;:3.86},{&quot;2026-08-24&quot;:4.09},{&quot;2026-08-25&quot;:4.09},{&quot;2026-08-26&quot;:4.47},{&quot;2026-08-27&quot;:4.39},{&quot;2026-08-28&quot;:4.19},{&quot;2026-08-29&quot;:4.19},{&quot;2026-08-30&quot;:4.49},{&quot;2026-08-31&quot;:4.37},{&quot;2026-09-01&quot;:4.37},{&quot;2026-09-02&quot;:4.4},{&quot;2026-09-03&quot;:4.01},{&quot;2026-09-04&quot;:4.29},{&quot;2026-09-05&quot;:3.67},{&quot;2026-09-06&quot;:4.05},{&quot;2026-09-07&quot;:3.76},{&quot;2026-09-08&quot;:3.32},{&quot;2026-09-09&quot;:3.39},{&quot;2026-09-10&quot;:2.9},{&quot;2026-09-11&quot;:2.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fyndhorn Elves" src="https://cards.scryfall.io/large/front/3/b/3ba95ffa-990a-4013-98b7-5d8c0b34e9c4.jpg?1783947476" />
    </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">
                $2.85
              </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;normal&quot;:[{&quot;2026-06-08&quot;:6.05},{&quot;2026-06-10&quot;:6.01},{&quot;2026-06-11&quot;:6.01},{&quot;2026-06-12&quot;:5.21},{&quot;2026-06-13&quot;:5.21},{&quot;2026-06-14&quot;:5.2},{&quot;2026-06-15&quot;:4.94},{&quot;2026-06-16&quot;:4.94},{&quot;2026-06-17&quot;:4.88},{&quot;2026-06-18&quot;:4.88},{&quot;2026-06-19&quot;:4.88},{&quot;2026-06-20&quot;:4.56},{&quot;2026-06-21&quot;:4.85},{&quot;2026-06-22&quot;:4.85},{&quot;2026-06-24&quot;:4.61},{&quot;2026-06-25&quot;:4.61},{&quot;2026-06-26&quot;:4.61},{&quot;2026-06-27&quot;:4.61},{&quot;2026-06-28&quot;:4.33},{&quot;2026-06-29&quot;:4.33},{&quot;2026-06-30&quot;:4.33},{&quot;2026-07-01&quot;:3.78},{&quot;2026-07-02&quot;:3.78},{&quot;2026-07-03&quot;:3.45},{&quot;2026-07-04&quot;:3.45},{&quot;2026-07-05&quot;:3.47},{&quot;2026-07-06&quot;:3.36},{&quot;2026-07-07&quot;:3.12},{&quot;2026-07-08&quot;:3.12},{&quot;2026-07-09&quot;:3.12},{&quot;2026-07-10&quot;:3.12},{&quot;2026-07-11&quot;:3.36},{&quot;2026-07-12&quot;:3.2},{&quot;2026-07-13&quot;:3.22},{&quot;2026-07-14&quot;:3.19},{&quot;2026-07-15&quot;:3.22},{&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;:2.98},{&quot;2026-07-20&quot;:3.02},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-23&quot;:3.02},{&quot;2026-07-25&quot;:3.02},{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.94},{&quot;2026-07-29&quot;:2.98},{&quot;2026-07-30&quot;:2.98},{&quot;2026-07-31&quot;:2.99},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:2.99},{&quot;2026-08-03&quot;:2.92},{&quot;2026-08-04&quot;:2.99},{&quot;2026-08-05&quot;:2.94},{&quot;2026-08-07&quot;:2.96},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:2.9},{&quot;2026-08-10&quot;:2.9},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.86},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.76},{&quot;2026-08-15&quot;:2.73},{&quot;2026-08-16&quot;:2.71},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.68},{&quot;2026-08-20&quot;:2.68},{&quot;2026-08-21&quot;:2.69},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.74},{&quot;2026-08-24&quot;:2.78},{&quot;2026-08-25&quot;:2.78},{&quot;2026-08-26&quot;:2.82},{&quot;2026-08-27&quot;:2.82},{&quot;2026-08-28&quot;:2.89},{&quot;2026-08-29&quot;:2.89},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.88},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:2.88},{&quot;2026-09-04&quot;:2.88},{&quot;2026-09-05&quot;:2.88},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:2.88},{&quot;2026-09-08&quot;:2.88},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.88},{&quot;2026-09-11&quot;:2.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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 Creativity
        </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="Talisman of Creativity" src="https://cards.scryfall.io/large/front/4/d/4d9dbadd-c1b6-44fe-92ac-6f69d7178342.jpg?1783933072" />
    </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">
                $2.85
              </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">
                $10.71
              </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;2026-06-08&quot;:8.84},{&quot;2026-06-10&quot;:8.84},{&quot;2026-06-11&quot;:9.54},{&quot;2026-06-12&quot;:9.54},{&quot;2026-06-13&quot;:9.54},{&quot;2026-06-14&quot;:9.54},{&quot;2026-06-15&quot;:9.54},{&quot;2026-06-16&quot;:10.35},{&quot;2026-06-17&quot;:10.35},{&quot;2026-06-18&quot;:10.35},{&quot;2026-06-19&quot;:10.35},{&quot;2026-06-20&quot;:10.35},{&quot;2026-06-21&quot;:10.54},{&quot;2026-06-22&quot;:10.54},{&quot;2026-06-24&quot;:10.52},{&quot;2026-06-25&quot;:10.52},{&quot;2026-06-26&quot;:10.52},{&quot;2026-06-27&quot;:10.52},{&quot;2026-06-28&quot;:10.52},{&quot;2026-06-29&quot;:10.52},{&quot;2026-06-30&quot;:10.52},{&quot;2026-07-01&quot;:10.52},{&quot;2026-07-02&quot;:10.52},{&quot;2026-07-03&quot;:10.52},{&quot;2026-07-04&quot;:10.52},{&quot;2026-07-05&quot;:10.52},{&quot;2026-07-06&quot;:10.52},{&quot;2026-07-07&quot;:10.52},{&quot;2026-07-08&quot;:10.52},{&quot;2026-07-09&quot;:10.52},{&quot;2026-07-10&quot;:10.52},{&quot;2026-07-11&quot;:10.52},{&quot;2026-07-12&quot;:10.52},{&quot;2026-07-13&quot;:10.52},{&quot;2026-07-14&quot;:10.52},{&quot;2026-07-15&quot;:10.52},{&quot;2026-07-16&quot;:10.52},{&quot;2026-07-17&quot;:10.52},{&quot;2026-07-18&quot;:10.52},{&quot;2026-07-19&quot;:10.52},{&quot;2026-07-20&quot;:10.52},{&quot;2026-07-21&quot;:10.52},{&quot;2026-07-23&quot;:10.52},{&quot;2026-07-25&quot;:10.52},{&quot;2026-07-26&quot;:10.52},{&quot;2026-07-27&quot;:10.4},{&quot;2026-07-29&quot;:10.4},{&quot;2026-07-30&quot;:10.4},{&quot;2026-07-31&quot;:10.4},{&quot;2026-08-01&quot;:10.4},{&quot;2026-08-02&quot;:10.4},{&quot;2026-08-03&quot;:10.4},{&quot;2026-08-04&quot;:10.4},{&quot;2026-08-05&quot;:10.4},{&quot;2026-08-07&quot;:10.54},{&quot;2026-08-08&quot;:10.54},{&quot;2026-08-09&quot;:10.54},{&quot;2026-08-10&quot;:10.54},{&quot;2026-08-11&quot;:10.54},{&quot;2026-08-12&quot;:10.54},{&quot;2026-08-13&quot;:10.54},{&quot;2026-08-14&quot;:10.54},{&quot;2026-08-15&quot;:10.54},{&quot;2026-08-16&quot;:10.54},{&quot;2026-08-17&quot;:10.54},{&quot;2026-08-18&quot;:10.54},{&quot;2026-08-19&quot;:10.54},{&quot;2026-08-20&quot;:10.54},{&quot;2026-08-21&quot;:10.54},{&quot;2026-08-22&quot;:10.54},{&quot;2026-08-23&quot;:10.54},{&quot;2026-08-24&quot;:10.54},{&quot;2026-08-25&quot;:10.54},{&quot;2026-08-26&quot;:10.54},{&quot;2026-08-27&quot;:10.54},{&quot;2026-08-28&quot;:10.57},{&quot;2026-08-29&quot;:10.57},{&quot;2026-08-30&quot;:10.57},{&quot;2026-08-31&quot;:10.57},{&quot;2026-09-01&quot;:10.57},{&quot;2026-09-02&quot;:10.57},{&quot;2026-09-03&quot;:10.57},{&quot;2026-09-04&quot;:10.57},{&quot;2026-09-05&quot;:10.57},{&quot;2026-09-06&quot;:10.71},{&quot;2026-09-07&quot;:10.71},{&quot;2026-09-08&quot;:10.71},{&quot;2026-09-09&quot;:10.71},{&quot;2026-09-10&quot;:10.71},{&quot;2026-09-11&quot;:10.71}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.1},{&quot;2026-06-10&quot;:3.14},{&quot;2026-06-11&quot;:3.13},{&quot;2026-06-12&quot;:3.26},{&quot;2026-06-13&quot;:3.25},{&quot;2026-06-14&quot;:3.25},{&quot;2026-06-15&quot;:3.26},{&quot;2026-06-16&quot;:3.22},{&quot;2026-06-17&quot;:3.34},{&quot;2026-06-18&quot;:3.34},{&quot;2026-06-19&quot;:3.41},{&quot;2026-06-20&quot;:3.37},{&quot;2026-06-21&quot;:3.28},{&quot;2026-06-22&quot;:3.28},{&quot;2026-06-24&quot;:3.14},{&quot;2026-06-25&quot;:3.19},{&quot;2026-06-26&quot;:3.23},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.24},{&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.43},{&quot;2026-07-03&quot;:3.48},{&quot;2026-07-04&quot;:3.27},{&quot;2026-07-05&quot;:3.3},{&quot;2026-07-06&quot;:3.3},{&quot;2026-07-07&quot;:3.38},{&quot;2026-07-08&quot;:3.5},{&quot;2026-07-09&quot;:3.34},{&quot;2026-07-10&quot;:3.37},{&quot;2026-07-11&quot;:3.27},{&quot;2026-07-12&quot;:3.32},{&quot;2026-07-13&quot;:3.37},{&quot;2026-07-14&quot;:3.5},{&quot;2026-07-15&quot;:3.7},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.48},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.32},{&quot;2026-07-20&quot;:3.23},{&quot;2026-07-21&quot;:3.17},{&quot;2026-07-23&quot;:3.21},{&quot;2026-07-25&quot;:3.14},{&quot;2026-07-26&quot;:3.14},{&quot;2026-07-27&quot;:3.1},{&quot;2026-07-29&quot;:3.38},{&quot;2026-07-30&quot;:3.31},{&quot;2026-07-31&quot;:3.31},{&quot;2026-08-01&quot;:3.26},{&quot;2026-08-02&quot;:3.08},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.12},{&quot;2026-08-05&quot;:3.2},{&quot;2026-08-07&quot;:3.3},{&quot;2026-08-08&quot;:3.22},{&quot;2026-08-09&quot;:3.11},{&quot;2026-08-10&quot;:3.11},{&quot;2026-08-11&quot;:3.09},{&quot;2026-08-12&quot;:3.1},{&quot;2026-08-13&quot;:2.82},{&quot;2026-08-14&quot;:2.81},{&quot;2026-08-15&quot;:2.76},{&quot;2026-08-16&quot;:2.75},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:3.23},{&quot;2026-08-19&quot;:3.29},{&quot;2026-08-20&quot;:3.29},{&quot;2026-08-21&quot;:3.07},{&quot;2026-08-22&quot;:2.95},{&quot;2026-08-23&quot;:2.92},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.03},{&quot;2026-08-29&quot;:3.03},{&quot;2026-08-30&quot;:2.94},{&quot;2026-08-31&quot;:2.87},{&quot;2026-09-01&quot;:2.87},{&quot;2026-09-02&quot;:2.79},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.7},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.5},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.66},{&quot;2026-09-09&quot;:2.75},{&quot;2026-09-10&quot;:2.87},{&quot;2026-09-11&quot;:2.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="60755"
  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-rna 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">
            Teysa Karlov
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Teysa Karlov
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Teysa Karlov" src="https://cards.scryfall.io/large/front/b/c/bcfaa19e-995e-447d-a0a2-46e5d117d5ec.jpg?1783933635" />
    </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">
                $2.85
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.22},{&quot;2026-06-14&quot;:4.22},{&quot;2026-06-15&quot;:4.22},{&quot;2026-06-16&quot;:4.22},{&quot;2026-06-17&quot;:4.22},{&quot;2026-06-18&quot;:4.22},{&quot;2026-06-19&quot;:4.26},{&quot;2026-06-20&quot;:4.26},{&quot;2026-06-21&quot;:4.26},{&quot;2026-06-22&quot;:4.26},{&quot;2026-06-23&quot;:4.26},{&quot;2026-06-24&quot;:4.26},{&quot;2026-06-25&quot;:4.26},{&quot;2026-06-26&quot;:4.26},{&quot;2026-06-27&quot;:4.26},{&quot;2026-06-28&quot;:4.26},{&quot;2026-06-29&quot;:4.26},{&quot;2026-06-30&quot;:4.26},{&quot;2026-07-01&quot;:4.26},{&quot;2026-07-02&quot;:4.26},{&quot;2026-07-03&quot;:4.26},{&quot;2026-07-04&quot;:4.26},{&quot;2026-07-05&quot;:4.26},{&quot;2026-07-06&quot;:4.26},{&quot;2026-07-07&quot;:4.24},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.24},{&quot;2026-07-11&quot;:4.24},{&quot;2026-07-12&quot;:4.24},{&quot;2026-07-13&quot;:4.24},{&quot;2026-07-14&quot;:4.24},{&quot;2026-07-15&quot;:4.24},{&quot;2026-07-16&quot;:4.24},{&quot;2026-07-17&quot;:4.23},{&quot;2026-07-18&quot;:4.2},{&quot;2026-07-19&quot;:4.2},{&quot;2026-07-20&quot;:4.2},{&quot;2026-07-21&quot;:4.2},{&quot;2026-07-22&quot;:4.2},{&quot;2026-07-23&quot;:4.2},{&quot;2026-07-24&quot;:4.25},{&quot;2026-07-25&quot;:4.25},{&quot;2026-07-26&quot;:4.25},{&quot;2026-07-27&quot;:4.33},{&quot;2026-07-28&quot;:4.33},{&quot;2026-07-29&quot;:4.33},{&quot;2026-07-30&quot;:4.33},{&quot;2026-07-31&quot;:4.3},{&quot;2026-08-01&quot;:4.3},{&quot;2026-08-02&quot;:4.3},{&quot;2026-08-03&quot;:4.3},{&quot;2026-08-04&quot;:4.3},{&quot;2026-08-05&quot;:4.3},{&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.27},{&quot;2026-08-12&quot;:4.35},{&quot;2026-08-13&quot;:4.35},{&quot;2026-08-14&quot;:4.35},{&quot;2026-08-15&quot;:4.35},{&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.38},{&quot;2026-08-22&quot;:4.38},{&quot;2026-08-23&quot;:4.38},{&quot;2026-08-24&quot;:4.38},{&quot;2026-08-25&quot;:4.38},{&quot;2026-08-26&quot;:4.38},{&quot;2026-08-27&quot;:4.41},{&quot;2026-08-28&quot;:4.41},{&quot;2026-08-29&quot;:4.41},{&quot;2026-08-30&quot;:4.48},{&quot;2026-08-31&quot;:4.48},{&quot;2026-09-01&quot;:4.48},{&quot;2026-09-02&quot;:4.48},{&quot;2026-09-03&quot;:4.48},{&quot;2026-09-04&quot;:4.48},{&quot;2026-09-05&quot;:4.48},{&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.41},{&quot;2026-09-11&quot;:4.41}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.73},{&quot;2026-06-14&quot;:2.73},{&quot;2026-06-15&quot;:2.52},{&quot;2026-06-16&quot;:2.55},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.66},{&quot;2026-06-19&quot;:2.63},{&quot;2026-06-20&quot;:2.48},{&quot;2026-06-21&quot;:2.54},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-23&quot;:2.56},{&quot;2026-06-24&quot;:2.58},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.58},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.3},{&quot;2026-07-02&quot;:2.32},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.07},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.14},{&quot;2026-07-07&quot;:2.24},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.34},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.33},{&quot;2026-07-12&quot;:2.54},{&quot;2026-07-13&quot;:2.57},{&quot;2026-07-14&quot;:2.46},{&quot;2026-07-15&quot;:2.47},{&quot;2026-07-16&quot;:2.45},{&quot;2026-07-17&quot;:2.44},{&quot;2026-07-18&quot;:2.38},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.39},{&quot;2026-07-21&quot;:2.37},{&quot;2026-07-22&quot;:2.43},{&quot;2026-07-23&quot;:2.53},{&quot;2026-07-24&quot;:2.44},{&quot;2026-07-25&quot;:2.47},{&quot;2026-07-26&quot;:2.45},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.41},{&quot;2026-07-29&quot;:2.43},{&quot;2026-07-30&quot;:2.5},{&quot;2026-07-31&quot;:2.59},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.63},{&quot;2026-08-03&quot;:2.72},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.69},{&quot;2026-08-07&quot;:2.66},{&quot;2026-08-08&quot;:2.66},{&quot;2026-08-09&quot;:2.63},{&quot;2026-08-10&quot;:2.63},{&quot;2026-08-11&quot;:2.64},{&quot;2026-08-12&quot;:2.7},{&quot;2026-08-13&quot;:2.79},{&quot;2026-08-14&quot;:2.78},{&quot;2026-08-15&quot;:2.81},{&quot;2026-08-16&quot;:2.81},{&quot;2026-08-17&quot;:2.8},{&quot;2026-08-18&quot;:2.8},{&quot;2026-08-19&quot;:2.72},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.72},{&quot;2026-08-22&quot;:2.8},{&quot;2026-08-23&quot;:2.8},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.75},{&quot;2026-08-27&quot;:2.65},{&quot;2026-08-28&quot;:2.59},{&quot;2026-08-29&quot;:2.59},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.55},{&quot;2026-09-01&quot;:2.52},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.46},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.57},{&quot;2026-09-08&quot;:2.77},{&quot;2026-09-09&quot;:2.8},{&quot;2026-09-10&quot;:2.84},{&quot;2026-09-11&quot;:2.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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/1/c/1c3f0ffe-cf51-4c30-8cd5-9e3c7e92c019.jpg?1783921287" />
    </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">
                $2.84
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.57},{&quot;2026-06-12&quot;:3.54},{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.54},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.44},{&quot;2026-06-20&quot;:3.44},{&quot;2026-06-21&quot;:3.34},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-23&quot;:3.34},{&quot;2026-06-24&quot;:3.28},{&quot;2026-06-25&quot;:3.25},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.3},{&quot;2026-06-28&quot;:3.3},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.15},{&quot;2026-07-03&quot;:3.13},{&quot;2026-07-04&quot;:3.14},{&quot;2026-07-05&quot;:3.14},{&quot;2026-07-06&quot;:3.07},{&quot;2026-07-07&quot;:3.07},{&quot;2026-07-08&quot;:3.01},{&quot;2026-07-09&quot;:3.01},{&quot;2026-07-10&quot;:3.01},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.99},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.89},{&quot;2026-07-16&quot;:2.89},{&quot;2026-07-17&quot;:2.89},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.84},{&quot;2026-07-20&quot;:2.84},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.89},{&quot;2026-07-25&quot;:2.89},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.89},{&quot;2026-07-28&quot;:2.89},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.89},{&quot;2026-07-31&quot;:2.76},{&quot;2026-08-01&quot;:2.76},{&quot;2026-08-02&quot;:2.73},{&quot;2026-08-03&quot;:2.73},{&quot;2026-08-04&quot;:2.73},{&quot;2026-08-05&quot;:2.81},{&quot;2026-08-07&quot;:2.81},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:2.82},{&quot;2026-08-10&quot;:2.82},{&quot;2026-08-11&quot;:3.01},{&quot;2026-08-12&quot;:2.87},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.45},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.46},{&quot;2026-08-23&quot;:3.46},{&quot;2026-08-24&quot;:3.46},{&quot;2026-08-25&quot;:3.46},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.58},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.65},{&quot;2026-09-03&quot;:3.65},{&quot;2026-09-04&quot;:3.65},{&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.51},{&quot;2026-09-09&quot;:3.5},{&quot;2026-09-10&quot;:3.38},{&quot;2026-09-11&quot;:3.19}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.49},{&quot;2026-06-12&quot;:2.56},{&quot;2026-06-13&quot;:2.49},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.3},{&quot;2026-06-16&quot;:2.41},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.6},{&quot;2026-06-19&quot;:2.44},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.29},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.84},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:2.87},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.1},{&quot;2026-07-04&quot;:2.34},{&quot;2026-07-05&quot;:2.52},{&quot;2026-07-06&quot;:2.9},{&quot;2026-07-07&quot;:2.83},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.92},{&quot;2026-07-10&quot;:2.76},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.65},{&quot;2026-07-13&quot;:2.69},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:3.02},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.61},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.52},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-23&quot;:2.73},{&quot;2026-07-25&quot;:2.62},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.48},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.62},{&quot;2026-07-30&quot;:2.65},{&quot;2026-07-31&quot;:2.73},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.71},{&quot;2026-08-04&quot;:2.79},{&quot;2026-08-05&quot;:2.68},{&quot;2026-08-07&quot;:2.73},{&quot;2026-08-08&quot;:2.7},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.79},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.05},{&quot;2026-08-14&quot;:3.04},{&quot;2026-08-15&quot;:3.16},{&quot;2026-08-16&quot;:3.27},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.34},{&quot;2026-08-19&quot;:3.42},{&quot;2026-08-20&quot;:3.42},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.05},{&quot;2026-08-23&quot;:3.11},{&quot;2026-08-24&quot;:3.04},{&quot;2026-08-25&quot;:3.04},{&quot;2026-08-26&quot;:3.31},{&quot;2026-08-27&quot;:3.28},{&quot;2026-08-28&quot;:3.17},{&quot;2026-08-29&quot;:3.17},{&quot;2026-08-30&quot;:3.26},{&quot;2026-08-31&quot;:3.52},{&quot;2026-09-01&quot;:3.52},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.84},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.86},{&quot;2026-09-11&quot;:2.84}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="31799"
  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-fut 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">
            Fleshwrither
        </span>


      </div>

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

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

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

        <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">
            Fleshwrither
        </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 — Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Fleshwrither" src="https://cards.scryfall.io/large/front/0/8/08e1a646-6925-4a53-a99c-8951af016a7a.jpg?1783943112" />
    </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">
                $2.84
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:35.1},{&quot;2026-06-12&quot;:35.1},{&quot;2026-06-13&quot;:35.1},{&quot;2026-06-14&quot;:35.1},{&quot;2026-06-15&quot;:35.1},{&quot;2026-06-16&quot;:35.1},{&quot;2026-06-17&quot;:35.1},{&quot;2026-06-18&quot;:35.1},{&quot;2026-06-19&quot;:35.1},{&quot;2026-06-20&quot;:35.1},{&quot;2026-06-21&quot;:35.1},{&quot;2026-06-22&quot;:35.1},{&quot;2026-06-23&quot;:35.1},{&quot;2026-06-24&quot;:35.1},{&quot;2026-06-25&quot;:35.1},{&quot;2026-06-26&quot;:35.1},{&quot;2026-06-27&quot;:35.1},{&quot;2026-06-28&quot;:35.1},{&quot;2026-06-29&quot;:35.1},{&quot;2026-06-30&quot;:35.1},{&quot;2026-07-01&quot;:35.1},{&quot;2026-07-02&quot;:35.1},{&quot;2026-07-03&quot;:35.1},{&quot;2026-07-04&quot;:35.1},{&quot;2026-07-05&quot;:35.1},{&quot;2026-07-06&quot;:35.1},{&quot;2026-07-07&quot;:35.1},{&quot;2026-07-08&quot;:35.1},{&quot;2026-07-09&quot;:35.1},{&quot;2026-07-10&quot;:35.1},{&quot;2026-07-11&quot;:35.1},{&quot;2026-07-12&quot;:35.1},{&quot;2026-07-13&quot;:35.1},{&quot;2026-07-14&quot;:35.1},{&quot;2026-07-15&quot;:35.1},{&quot;2026-07-16&quot;:35.1},{&quot;2026-07-17&quot;:35.1},{&quot;2026-07-18&quot;:35.1},{&quot;2026-07-19&quot;:35.1},{&quot;2026-07-20&quot;:35.1},{&quot;2026-07-21&quot;:35.1},{&quot;2026-07-23&quot;:35.1},{&quot;2026-07-25&quot;:35.1},{&quot;2026-07-26&quot;:35.1},{&quot;2026-07-27&quot;:35.1},{&quot;2026-07-28&quot;:35.1},{&quot;2026-07-29&quot;:35.1},{&quot;2026-07-30&quot;:35.1},{&quot;2026-07-31&quot;:35.1},{&quot;2026-08-01&quot;:35.1},{&quot;2026-08-02&quot;:35.1},{&quot;2026-08-03&quot;:35.1},{&quot;2026-08-04&quot;:35.1},{&quot;2026-08-05&quot;:35.1},{&quot;2026-08-07&quot;:35.1},{&quot;2026-08-08&quot;:35.1},{&quot;2026-08-09&quot;:35.1},{&quot;2026-08-10&quot;:35.1},{&quot;2026-08-11&quot;:35.1},{&quot;2026-08-12&quot;:35.1},{&quot;2026-08-13&quot;:37.25},{&quot;2026-08-14&quot;:37.25},{&quot;2026-08-15&quot;:37.25},{&quot;2026-08-16&quot;:37.25},{&quot;2026-08-17&quot;:37.25},{&quot;2026-08-18&quot;:37.25},{&quot;2026-08-19&quot;:37.25},{&quot;2026-08-20&quot;:37.25},{&quot;2026-08-21&quot;:37.25},{&quot;2026-08-22&quot;:37.25},{&quot;2026-08-23&quot;:37.25},{&quot;2026-08-24&quot;:37.25},{&quot;2026-08-25&quot;:37.25},{&quot;2026-08-26&quot;:37.25},{&quot;2026-08-27&quot;:37.25},{&quot;2026-08-28&quot;:37.25},{&quot;2026-08-29&quot;:37.25},{&quot;2026-08-30&quot;:37.25},{&quot;2026-08-31&quot;:37.25},{&quot;2026-09-01&quot;:37.25},{&quot;2026-09-02&quot;:37.25},{&quot;2026-09-03&quot;:37.25},{&quot;2026-09-04&quot;:37.25},{&quot;2026-09-05&quot;:42.0},{&quot;2026-09-06&quot;:42.0},{&quot;2026-09-07&quot;:42.0},{&quot;2026-09-08&quot;:42.0},{&quot;2026-09-09&quot;:42.0},{&quot;2026-09-10&quot;:42.0},{&quot;2026-09-11&quot;:24.69}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.58},{&quot;2026-06-12&quot;:5.58},{&quot;2026-06-13&quot;:5.58},{&quot;2026-06-14&quot;:5.48},{&quot;2026-06-15&quot;:5.48},{&quot;2026-06-16&quot;:5.84},{&quot;2026-06-17&quot;:5.84},{&quot;2026-06-18&quot;:5.84},{&quot;2026-06-19&quot;:5.97},{&quot;2026-06-20&quot;:5.97},{&quot;2026-06-21&quot;:5.97},{&quot;2026-06-22&quot;:5.97},{&quot;2026-06-23&quot;:5.96},{&quot;2026-06-24&quot;:5.96},{&quot;2026-06-25&quot;:5.96},{&quot;2026-06-26&quot;:5.96},{&quot;2026-06-27&quot;:5.96},{&quot;2026-06-28&quot;:5.82},{&quot;2026-06-29&quot;:5.82},{&quot;2026-06-30&quot;:5.82},{&quot;2026-07-01&quot;:5.82},{&quot;2026-07-02&quot;:5.82},{&quot;2026-07-03&quot;:5.82},{&quot;2026-07-04&quot;:5.82},{&quot;2026-07-05&quot;:5.82},{&quot;2026-07-06&quot;:5.82},{&quot;2026-07-07&quot;:5.82},{&quot;2026-07-08&quot;:5.82},{&quot;2026-07-09&quot;:5.82},{&quot;2026-07-10&quot;:5.82},{&quot;2026-07-11&quot;:5.82},{&quot;2026-07-12&quot;:5.82},{&quot;2026-07-13&quot;:5.87},{&quot;2026-07-14&quot;:5.87},{&quot;2026-07-15&quot;:5.85},{&quot;2026-07-16&quot;:5.85},{&quot;2026-07-17&quot;:5.85},{&quot;2026-07-18&quot;:5.85},{&quot;2026-07-19&quot;:5.85},{&quot;2026-07-20&quot;:5.85},{&quot;2026-07-21&quot;:5.8},{&quot;2026-07-23&quot;:5.8},{&quot;2026-07-25&quot;:5.76},{&quot;2026-07-26&quot;:5.76},{&quot;2026-07-27&quot;:5.76},{&quot;2026-07-28&quot;:5.76},{&quot;2026-07-29&quot;:5.76},{&quot;2026-07-30&quot;:5.21},{&quot;2026-07-31&quot;:5.21},{&quot;2026-08-01&quot;:5.21},{&quot;2026-08-02&quot;:5.21},{&quot;2026-08-03&quot;:5.13},{&quot;2026-08-04&quot;:5.13},{&quot;2026-08-05&quot;:4.71},{&quot;2026-08-07&quot;:4.71},{&quot;2026-08-08&quot;:4.71},{&quot;2026-08-09&quot;:4.24},{&quot;2026-08-10&quot;:4.33},{&quot;2026-08-11&quot;:4.33},{&quot;2026-08-12&quot;:4.33},{&quot;2026-08-13&quot;:4.33},{&quot;2026-08-14&quot;:4.33},{&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.33},{&quot;2026-08-22&quot;:3.9},{&quot;2026-08-23&quot;:3.9},{&quot;2026-08-24&quot;:3.9},{&quot;2026-08-25&quot;:3.9},{&quot;2026-08-26&quot;:3.9},{&quot;2026-08-27&quot;:3.9},{&quot;2026-08-28&quot;:3.74},{&quot;2026-08-29&quot;:3.74},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.03},{&quot;2026-09-01&quot;:3.03},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.84},{&quot;2026-09-06&quot;:2.84},{&quot;2026-09-07&quot;:2.84},{&quot;2026-09-08&quot;:2.84},{&quot;2026-09-09&quot;:2.84},{&quot;2026-09-10&quot;:2.84},{&quot;2026-09-11&quot;:2.84}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="41937"
  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">
            Sokenzan, Crucible of Defiance
        </span>


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sokenzan, Crucible of Defiance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aa548dcd-c1dd-492d-a69f-c65dfeef0633.jpg?1783923814" />

        <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">
            Sokenzan, Crucible of Defiance
        </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="Sokenzan, Crucible of Defiance" src="https://cards.scryfall.io/large/front/a/a/aa548dcd-c1dd-492d-a69f-c65dfeef0633.jpg?1783923814" />
    </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">
                $2.84
              </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">
                $3.03
              </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.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.61},{&quot;2026-06-11&quot;:2.61},{&quot;2026-06-12&quot;:2.61},{&quot;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:2.49},{&quot;2026-06-15&quot;:2.59},{&quot;2026-06-16&quot;:2.88},{&quot;2026-06-17&quot;:2.88},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:3.05},{&quot;2026-06-21&quot;:3.05},{&quot;2026-06-22&quot;:3.03},{&quot;2026-06-23&quot;:3.03},{&quot;2026-06-24&quot;:3.03},{&quot;2026-06-25&quot;:3.03},{&quot;2026-06-26&quot;:3.03},{&quot;2026-06-27&quot;:3.14},{&quot;2026-06-28&quot;:3.2},{&quot;2026-06-29&quot;:3.33},{&quot;2026-06-30&quot;:3.33},{&quot;2026-07-01&quot;:3.48},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.75},{&quot;2026-07-04&quot;:3.72},{&quot;2026-07-05&quot;:3.72},{&quot;2026-07-06&quot;:3.72},{&quot;2026-07-07&quot;:3.72},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.72},{&quot;2026-07-10&quot;:3.78},{&quot;2026-07-11&quot;:3.73},{&quot;2026-07-12&quot;:3.73},{&quot;2026-07-13&quot;:3.76},{&quot;2026-07-14&quot;:3.76},{&quot;2026-07-15&quot;:3.76},{&quot;2026-07-16&quot;:3.76},{&quot;2026-07-17&quot;:3.89},{&quot;2026-07-18&quot;:3.89},{&quot;2026-07-19&quot;:3.8},{&quot;2026-07-20&quot;:3.7},{&quot;2026-07-21&quot;:3.7},{&quot;2026-07-23&quot;:3.88},{&quot;2026-07-25&quot;:3.95},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:4.03},{&quot;2026-07-29&quot;:4.03},{&quot;2026-07-30&quot;:4.03},{&quot;2026-07-31&quot;:3.89},{&quot;2026-08-01&quot;:3.89},{&quot;2026-08-02&quot;:3.89},{&quot;2026-08-03&quot;:3.89},{&quot;2026-08-04&quot;:3.77},{&quot;2026-08-05&quot;:3.76},{&quot;2026-08-07&quot;:3.83},{&quot;2026-08-08&quot;:3.83},{&quot;2026-08-09&quot;:3.83},{&quot;2026-08-10&quot;:3.83},{&quot;2026-08-11&quot;:3.87},{&quot;2026-08-12&quot;:3.75},{&quot;2026-08-13&quot;:3.75},{&quot;2026-08-14&quot;:3.65},{&quot;2026-08-15&quot;:3.57},{&quot;2026-08-16&quot;:3.39},{&quot;2026-08-17&quot;:3.39},{&quot;2026-08-18&quot;:3.33},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.33},{&quot;2026-08-21&quot;:3.38},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.38},{&quot;2026-08-24&quot;:3.38},{&quot;2026-08-25&quot;:3.38},{&quot;2026-08-26&quot;:3.38},{&quot;2026-08-27&quot;:3.38},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.38},{&quot;2026-09-01&quot;:3.38},{&quot;2026-09-02&quot;:3.43},{&quot;2026-09-03&quot;:3.34},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.17},{&quot;2026-09-06&quot;:3.17},{&quot;2026-09-07&quot;:3.15},{&quot;2026-09-08&quot;:3.0},{&quot;2026-09-09&quot;:3.0},{&quot;2026-09-10&quot;:3.03},{&quot;2026-09-11&quot;:3.03}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.89},{&quot;2026-06-11&quot;:2.94},{&quot;2026-06-12&quot;:3.15},{&quot;2026-06-13&quot;:3.09},{&quot;2026-06-14&quot;:3.05},{&quot;2026-06-15&quot;:3.04},{&quot;2026-06-16&quot;:3.15},{&quot;2026-06-17&quot;:3.13},{&quot;2026-06-18&quot;:2.97},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.68},{&quot;2026-06-21&quot;:2.83},{&quot;2026-06-22&quot;:2.83},{&quot;2026-06-23&quot;:2.7},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.58},{&quot;2026-06-27&quot;:2.59},{&quot;2026-06-28&quot;:2.57},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.43},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.83},{&quot;2026-07-03&quot;:2.81},{&quot;2026-07-04&quot;:2.37},{&quot;2026-07-05&quot;:2.42},{&quot;2026-07-06&quot;:2.32},{&quot;2026-07-07&quot;:2.32},{&quot;2026-07-08&quot;:2.23},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.65},{&quot;2026-07-11&quot;:2.57},{&quot;2026-07-12&quot;:2.8},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:2.97},{&quot;2026-07-15&quot;:3.32},{&quot;2026-07-16&quot;:3.29},{&quot;2026-07-17&quot;:3.41},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.35},{&quot;2026-07-20&quot;:3.15},{&quot;2026-07-21&quot;:3.08},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-25&quot;:2.64},{&quot;2026-07-26&quot;:2.71},{&quot;2026-07-27&quot;:2.55},{&quot;2026-07-29&quot;:2.7},{&quot;2026-07-30&quot;:2.67},{&quot;2026-07-31&quot;:2.54},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.37},{&quot;2026-08-03&quot;:2.49},{&quot;2026-08-04&quot;:2.46},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.51},{&quot;2026-08-09&quot;:2.61},{&quot;2026-08-10&quot;:2.52},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.76},{&quot;2026-08-13&quot;:2.75},{&quot;2026-08-14&quot;:2.67},{&quot;2026-08-15&quot;:2.68},{&quot;2026-08-16&quot;:2.76},{&quot;2026-08-17&quot;:2.65},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.45},{&quot;2026-08-20&quot;:2.45},{&quot;2026-08-21&quot;:2.4},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.35},{&quot;2026-08-24&quot;:2.43},{&quot;2026-08-25&quot;:2.43},{&quot;2026-08-26&quot;:2.71},{&quot;2026-08-27&quot;:2.79},{&quot;2026-08-28&quot;:2.9},{&quot;2026-08-29&quot;:2.9},{&quot;2026-08-30&quot;:2.75},{&quot;2026-08-31&quot;:2.66},{&quot;2026-09-01&quot;:2.66},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.33},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:2.42},{&quot;2026-09-07&quot;:2.58},{&quot;2026-09-08&quot;:2.63},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.8},{&quot;2026-09-11&quot;:2.84}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Soul&#39;s Majesty" src="https://cards.scryfall.io/large/front/9/f/9fe03ee0-50e4-4893-84ed-0d099be21d4e.jpg?1783923948" />
    </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">
                $2.84
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.4},{&quot;2026-06-14&quot;:2.4},{&quot;2026-06-15&quot;:2.39},{&quot;2026-06-16&quot;:2.44},{&quot;2026-06-17&quot;:2.42},{&quot;2026-06-18&quot;:2.42},{&quot;2026-06-19&quot;:2.41},{&quot;2026-06-20&quot;:2.39},{&quot;2026-06-21&quot;:2.39},{&quot;2026-06-22&quot;:2.39},{&quot;2026-06-23&quot;:2.39},{&quot;2026-06-24&quot;:2.39},{&quot;2026-06-25&quot;:2.39},{&quot;2026-06-26&quot;:2.39},{&quot;2026-06-27&quot;:2.41},{&quot;2026-06-28&quot;:2.48},{&quot;2026-06-29&quot;:2.49},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.71},{&quot;2026-07-04&quot;:2.76},{&quot;2026-07-05&quot;:2.76},{&quot;2026-07-06&quot;:2.74},{&quot;2026-07-07&quot;:2.74},{&quot;2026-07-08&quot;:2.74},{&quot;2026-07-09&quot;:2.7},{&quot;2026-07-10&quot;:2.77},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.85},{&quot;2026-07-13&quot;:2.8},{&quot;2026-07-14&quot;:2.8},{&quot;2026-07-15&quot;:2.8},{&quot;2026-07-16&quot;:2.81},{&quot;2026-07-17&quot;:2.81},{&quot;2026-07-18&quot;:2.81},{&quot;2026-07-19&quot;:2.61},{&quot;2026-07-20&quot;:2.59},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-22&quot;:2.46},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-24&quot;:2.41},{&quot;2026-07-25&quot;:2.41},{&quot;2026-07-26&quot;:2.43},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.58},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.69},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:3.05},{&quot;2026-08-08&quot;:2.99},{&quot;2026-08-09&quot;:2.88},{&quot;2026-08-10&quot;:2.81},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.76},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.7},{&quot;2026-08-15&quot;:2.7},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.83},{&quot;2026-08-18&quot;:2.78},{&quot;2026-08-19&quot;:2.75},{&quot;2026-08-20&quot;:2.75},{&quot;2026-08-21&quot;:2.77},{&quot;2026-08-22&quot;:2.79},{&quot;2026-08-23&quot;:2.84},{&quot;2026-08-24&quot;:2.92},{&quot;2026-08-25&quot;:2.84},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.83},{&quot;2026-09-01&quot;:2.82},{&quot;2026-09-02&quot;:2.8},{&quot;2026-09-03&quot;:2.8},{&quot;2026-09-04&quot;:2.84},{&quot;2026-09-05&quot;:2.8},{&quot;2026-09-06&quot;:2.8},{&quot;2026-09-07&quot;:2.88},{&quot;2026-09-08&quot;:2.88},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.88},{&quot;2026-09-11&quot;:2.84}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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/e/e/ee23ba9f-3f5e-4fe4-95f8-3dd464db997b.jpg?1783923936" />
    </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">
                $2.84
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:3.17},{&quot;2026-06-14&quot;:3.17},{&quot;2026-06-15&quot;:3.17},{&quot;2026-06-16&quot;:3.17},{&quot;2026-06-17&quot;:3.17},{&quot;2026-06-18&quot;:3.17},{&quot;2026-06-19&quot;:3.1},{&quot;2026-06-20&quot;:3.1},{&quot;2026-06-21&quot;:3.1},{&quot;2026-06-22&quot;:3.1},{&quot;2026-06-23&quot;:2.96},{&quot;2026-06-24&quot;:2.89},{&quot;2026-06-25&quot;:2.89},{&quot;2026-06-26&quot;:2.68},{&quot;2026-06-27&quot;:2.83},{&quot;2026-06-28&quot;:2.78},{&quot;2026-06-29&quot;:2.78},{&quot;2026-06-30&quot;:2.8},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.71},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.75},{&quot;2026-07-06&quot;:2.75},{&quot;2026-07-07&quot;:2.75},{&quot;2026-07-08&quot;:2.75},{&quot;2026-07-09&quot;:2.7},{&quot;2026-07-10&quot;:2.67},{&quot;2026-07-11&quot;:2.68},{&quot;2026-07-12&quot;:2.92},{&quot;2026-07-13&quot;:2.81},{&quot;2026-07-14&quot;:2.91},{&quot;2026-07-15&quot;:2.91},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:2.98},{&quot;2026-07-18&quot;:2.98},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.39},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-22&quot;:3.56},{&quot;2026-07-23&quot;:3.56},{&quot;2026-07-24&quot;:3.56},{&quot;2026-07-25&quot;:3.56},{&quot;2026-07-26&quot;:3.56},{&quot;2026-07-27&quot;:3.56},{&quot;2026-07-28&quot;:3.51},{&quot;2026-07-29&quot;:3.51},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.43},{&quot;2026-08-01&quot;:3.43},{&quot;2026-08-02&quot;:3.59},{&quot;2026-08-03&quot;:3.61},{&quot;2026-08-04&quot;:3.45},{&quot;2026-08-05&quot;:3.37},{&quot;2026-08-07&quot;:3.35},{&quot;2026-08-08&quot;:3.35},{&quot;2026-08-09&quot;:3.41},{&quot;2026-08-10&quot;:3.41},{&quot;2026-08-11&quot;:3.43},{&quot;2026-08-12&quot;:3.34},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.18},{&quot;2026-08-15&quot;:3.18},{&quot;2026-08-16&quot;:3.31},{&quot;2026-08-17&quot;:3.17},{&quot;2026-08-18&quot;:3.17},{&quot;2026-08-19&quot;:3.25},{&quot;2026-08-20&quot;:3.5},{&quot;2026-08-21&quot;:3.87},{&quot;2026-08-22&quot;:3.89},{&quot;2026-08-23&quot;:3.83},{&quot;2026-08-24&quot;:3.8},{&quot;2026-08-25&quot;:3.8},{&quot;2026-08-26&quot;:3.72},{&quot;2026-08-27&quot;:3.75},{&quot;2026-08-28&quot;:3.75},{&quot;2026-08-29&quot;:3.75},{&quot;2026-08-30&quot;:3.67},{&quot;2026-08-31&quot;:3.67},{&quot;2026-09-01&quot;:3.59},{&quot;2026-09-02&quot;:3.48},{&quot;2026-09-03&quot;:3.52},{&quot;2026-09-04&quot;:3.42},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.25},{&quot;2026-09-07&quot;:3.05},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:2.84},{&quot;2026-09-11&quot;:2.84}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Runic Armasaur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/17913fb0-ef73-4b20-8625-b84d4e62178a.jpg?1783913855" />

        <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">
            Runic Armasaur
        </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 — Dinosaur</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Runic Armasaur" src="https://cards.scryfall.io/large/front/1/7/17913fb0-ef73-4b20-8625-b84d4e62178a.jpg?1783913855" />
    </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">
                $2.84
              </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-08&quot;:1.97},{&quot;2026-06-10&quot;:2.23},{&quot;2026-06-11&quot;:2.21},{&quot;2026-06-12&quot;:2.42},{&quot;2026-06-13&quot;:2.47},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:3.33},{&quot;2026-06-16&quot;:3.57},{&quot;2026-06-17&quot;:3.67},{&quot;2026-06-18&quot;:3.88},{&quot;2026-06-19&quot;:3.98},{&quot;2026-06-20&quot;:3.79},{&quot;2026-06-21&quot;:3.53},{&quot;2026-06-22&quot;:3.58},{&quot;2026-06-24&quot;:3.47},{&quot;2026-06-25&quot;:3.15},{&quot;2026-06-26&quot;:2.82},{&quot;2026-06-27&quot;:2.88},{&quot;2026-06-28&quot;:2.63},{&quot;2026-06-29&quot;:2.61},{&quot;2026-06-30&quot;:2.34},{&quot;2026-07-01&quot;:2.29},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.16},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.2},{&quot;2026-07-07&quot;:2.13},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:1.91},{&quot;2026-07-10&quot;:1.92},{&quot;2026-07-11&quot;:2.03},{&quot;2026-07-12&quot;:2.09},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.39},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.37},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.41},{&quot;2026-07-21&quot;:2.51},{&quot;2026-07-23&quot;:2.51},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.32},{&quot;2026-07-27&quot;:2.3},{&quot;2026-07-29&quot;:2.27},{&quot;2026-07-30&quot;:2.16},{&quot;2026-07-31&quot;:2.26},{&quot;2026-08-01&quot;:2.26},{&quot;2026-08-02&quot;:2.25},{&quot;2026-08-03&quot;:2.36},{&quot;2026-08-04&quot;:2.5},{&quot;2026-08-05&quot;:2.62},{&quot;2026-08-07&quot;:2.56},{&quot;2026-08-08&quot;:2.57},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.32},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:1.94},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:1.94},{&quot;2026-08-16&quot;:1.87},{&quot;2026-08-17&quot;:1.91},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:1.92},{&quot;2026-08-20&quot;:1.92},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:2.22},{&quot;2026-08-23&quot;:2.18},{&quot;2026-08-24&quot;:2.28},{&quot;2026-08-25&quot;:2.28},{&quot;2026-08-26&quot;:2.58},{&quot;2026-08-27&quot;:2.7},{&quot;2026-08-28&quot;:2.69},{&quot;2026-08-29&quot;:2.69},{&quot;2026-08-30&quot;:2.69},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.71},{&quot;2026-09-04&quot;:2.67},{&quot;2026-09-05&quot;:2.85},{&quot;2026-09-06&quot;:2.85},{&quot;2026-09-07&quot;:2.85},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.89},{&quot;2026-09-11&quot;:2.84}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86083"
  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">
            Thought Vessel
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Thought Vessel" src="https://cards.scryfall.io/large/front/9/b/9be6afde-aaf7-4d50-9e27-c2bb9c225222.jpg?1783929603" />
    </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">
                $2.83
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-10&quot;:3.66},{&quot;2026-06-11&quot;:3.66},{&quot;2026-06-12&quot;:3.66},{&quot;2026-06-13&quot;:3.66},{&quot;2026-06-14&quot;:3.66},{&quot;2026-06-15&quot;:3.66},{&quot;2026-06-16&quot;:3.59},{&quot;2026-06-17&quot;:3.59},{&quot;2026-06-18&quot;:3.57},{&quot;2026-06-19&quot;:3.57},{&quot;2026-06-20&quot;:3.57},{&quot;2026-06-21&quot;:3.57},{&quot;2026-06-22&quot;:3.57},{&quot;2026-06-23&quot;:3.6},{&quot;2026-06-24&quot;:3.6},{&quot;2026-06-25&quot;:3.6},{&quot;2026-06-26&quot;:3.6},{&quot;2026-06-27&quot;:3.67},{&quot;2026-06-28&quot;:3.65},{&quot;2026-06-29&quot;:3.63},{&quot;2026-06-30&quot;:3.63},{&quot;2026-07-01&quot;:3.38},{&quot;2026-07-02&quot;:3.08},{&quot;2026-07-03&quot;:3.13},{&quot;2026-07-04&quot;:3.13},{&quot;2026-07-05&quot;:3.13},{&quot;2026-07-06&quot;:3.13},{&quot;2026-07-07&quot;:3.18},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.18},{&quot;2026-07-10&quot;:3.02},{&quot;2026-07-11&quot;:3.02},{&quot;2026-07-12&quot;:2.67},{&quot;2026-07-13&quot;:2.71},{&quot;2026-07-14&quot;:2.73},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.7},{&quot;2026-07-18&quot;:2.7},{&quot;2026-07-19&quot;:2.72},{&quot;2026-07-20&quot;:2.72},{&quot;2026-07-21&quot;:2.72},{&quot;2026-07-23&quot;:2.88},{&quot;2026-07-25&quot;:2.87},{&quot;2026-07-26&quot;:2.87},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-29&quot;:2.8},{&quot;2026-07-30&quot;:2.8},{&quot;2026-07-31&quot;:2.8},{&quot;2026-08-01&quot;:2.8},{&quot;2026-08-02&quot;:2.8},{&quot;2026-08-03&quot;:2.8},{&quot;2026-08-04&quot;:2.8},{&quot;2026-08-05&quot;:2.79},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:2.8},{&quot;2026-08-09&quot;:2.8},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.73},{&quot;2026-08-12&quot;:2.73},{&quot;2026-08-13&quot;:2.7},{&quot;2026-08-14&quot;:2.71},{&quot;2026-08-15&quot;:2.71},{&quot;2026-08-16&quot;:2.72},{&quot;2026-08-17&quot;:2.77},{&quot;2026-08-18&quot;:2.74},{&quot;2026-08-19&quot;:2.71},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.71},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.71},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.71},{&quot;2026-08-26&quot;:2.69},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.75},{&quot;2026-08-29&quot;:2.75},{&quot;2026-08-30&quot;:2.76},{&quot;2026-08-31&quot;:2.76},{&quot;2026-09-01&quot;:2.76},{&quot;2026-09-02&quot;:2.8},{&quot;2026-09-03&quot;:2.83},{&quot;2026-09-04&quot;:2.83},{&quot;2026-09-05&quot;:2.83},{&quot;2026-09-06&quot;:2.83},{&quot;2026-09-07&quot;:2.83},{&quot;2026-09-08&quot;:2.83},{&quot;2026-09-09&quot;:2.83},{&quot;2026-09-10&quot;:2.83},{&quot;2026-09-11&quot;:2.83}]}"
        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="20771"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Masterwork of Ingenuity
        </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 — Equipment</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Masterwork of Ingenuity" src="https://cards.scryfall.io/large/front/a/f/af244fed-ea12-4d8c-b090-91c5de62edb8.jpg?1783930103" />
    </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">
                $2.82
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.23},{&quot;2026-06-14&quot;:4.23},{&quot;2026-06-15&quot;:4.23},{&quot;2026-06-16&quot;:4.23},{&quot;2026-06-17&quot;:4.23},{&quot;2026-06-18&quot;:4.23},{&quot;2026-06-19&quot;:4.23},{&quot;2026-06-20&quot;:4.23},{&quot;2026-06-21&quot;:4.23},{&quot;2026-06-22&quot;:4.23},{&quot;2026-06-23&quot;:4.23},{&quot;2026-06-24&quot;:4.23},{&quot;2026-06-25&quot;:4.23},{&quot;2026-06-26&quot;:4.23},{&quot;2026-06-27&quot;:4.23},{&quot;2026-06-28&quot;:4.23},{&quot;2026-06-29&quot;:4.23},{&quot;2026-06-30&quot;:4.23},{&quot;2026-07-01&quot;:4.23},{&quot;2026-07-02&quot;:4.23},{&quot;2026-07-03&quot;:4.23},{&quot;2026-07-04&quot;:4.29},{&quot;2026-07-05&quot;:4.23},{&quot;2026-07-06&quot;:4.23},{&quot;2026-07-07&quot;:4.23},{&quot;2026-07-08&quot;:4.23},{&quot;2026-07-09&quot;:4.23},{&quot;2026-07-10&quot;:4.29},{&quot;2026-07-11&quot;:4.29},{&quot;2026-07-12&quot;:4.29},{&quot;2026-07-13&quot;:4.29},{&quot;2026-07-14&quot;:4.29},{&quot;2026-07-15&quot;:4.29},{&quot;2026-07-16&quot;:4.29},{&quot;2026-07-17&quot;:4.29},{&quot;2026-07-18&quot;:4.29},{&quot;2026-07-19&quot;:4.29},{&quot;2026-07-20&quot;:4.29},{&quot;2026-07-21&quot;:4.23},{&quot;2026-07-22&quot;:4.23},{&quot;2026-07-23&quot;:4.23},{&quot;2026-07-24&quot;:4.23},{&quot;2026-07-25&quot;:4.23},{&quot;2026-07-26&quot;:4.23},{&quot;2026-07-27&quot;:4.23},{&quot;2026-07-28&quot;:4.23},{&quot;2026-07-29&quot;:4.27},{&quot;2026-07-30&quot;:4.27},{&quot;2026-07-31&quot;:4.32},{&quot;2026-08-01&quot;:4.32},{&quot;2026-08-02&quot;:4.32},{&quot;2026-08-03&quot;:4.32},{&quot;2026-08-04&quot;:4.32},{&quot;2026-08-05&quot;:4.32},{&quot;2026-08-07&quot;:4.39},{&quot;2026-08-08&quot;:4.39},{&quot;2026-08-09&quot;:4.39},{&quot;2026-08-10&quot;:4.39},{&quot;2026-08-11&quot;:4.39},{&quot;2026-08-12&quot;:4.39},{&quot;2026-08-13&quot;:4.39},{&quot;2026-08-14&quot;:4.39},{&quot;2026-08-15&quot;:4.39},{&quot;2026-08-16&quot;:4.39},{&quot;2026-08-17&quot;:4.45},{&quot;2026-08-18&quot;:4.45},{&quot;2026-08-19&quot;:4.45},{&quot;2026-08-20&quot;:4.49},{&quot;2026-08-21&quot;:4.49},{&quot;2026-08-22&quot;:4.5},{&quot;2026-08-23&quot;:4.56},{&quot;2026-08-24&quot;:4.56},{&quot;2026-08-25&quot;:4.56},{&quot;2026-08-26&quot;:4.56},{&quot;2026-08-27&quot;:4.56},{&quot;2026-08-28&quot;:4.56},{&quot;2026-08-29&quot;:4.56},{&quot;2026-08-30&quot;:4.56},{&quot;2026-08-31&quot;:4.56},{&quot;2026-09-01&quot;:4.57},{&quot;2026-09-02&quot;:4.57},{&quot;2026-09-03&quot;:4.57},{&quot;2026-09-04&quot;:4.57},{&quot;2026-09-05&quot;:4.57},{&quot;2026-09-06&quot;:4.57},{&quot;2026-09-07&quot;:4.57},{&quot;2026-09-08&quot;:4.57},{&quot;2026-09-09&quot;:4.57},{&quot;2026-09-10&quot;:4.57},{&quot;2026-09-11&quot;:4.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.51},{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.43},{&quot;2026-06-17&quot;:2.43},{&quot;2026-06-18&quot;:2.43},{&quot;2026-06-19&quot;:2.43},{&quot;2026-06-20&quot;:2.51},{&quot;2026-06-21&quot;:2.51},{&quot;2026-06-22&quot;:2.51},{&quot;2026-06-23&quot;:2.45},{&quot;2026-06-24&quot;:2.51},{&quot;2026-06-25&quot;:2.53},{&quot;2026-06-26&quot;:2.53},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.48},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.35},{&quot;2026-07-04&quot;:2.31},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.2},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.22},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.25},{&quot;2026-07-13&quot;:2.25},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.33},{&quot;2026-07-20&quot;:2.33},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-24&quot;:2.34},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.58},{&quot;2026-07-28&quot;:2.61},{&quot;2026-07-29&quot;:2.68},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.54},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.64},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.66},{&quot;2026-08-12&quot;:2.67},{&quot;2026-08-13&quot;:2.69},{&quot;2026-08-14&quot;:2.69},{&quot;2026-08-15&quot;:2.69},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.7},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.71},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.6},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.7},{&quot;2026-08-28&quot;:2.69},{&quot;2026-08-29&quot;:2.69},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.67},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.61},{&quot;2026-09-03&quot;:2.74},{&quot;2026-09-04&quot;:2.78},{&quot;2026-09-05&quot;:2.78},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.77},{&quot;2026-09-09&quot;:2.82},{&quot;2026-09-10&quot;:2.82},{&quot;2026-09-11&quot;:2.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tamiyo&#39;s Journal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/6/9602f893-38ad-4a24-be2a-c11c9b6aaf7f.jpg?1783908061" />

        <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">
            Tamiyo&#39;s Journal
        </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 — Book</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tamiyo&#39;s Journal" src="https://cards.scryfall.io/large/front/9/6/9602f893-38ad-4a24-be2a-c11c9b6aaf7f.jpg?1783908061" />
    </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">
                $2.81
              </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.13
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.78},{&quot;2026-06-12&quot;:4.3},{&quot;2026-06-13&quot;:4.3},{&quot;2026-06-14&quot;:4.33},{&quot;2026-06-15&quot;:4.33},{&quot;2026-06-16&quot;:4.37},{&quot;2026-06-17&quot;:4.37},{&quot;2026-06-18&quot;:4.37},{&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.88},{&quot;2026-06-24&quot;:3.88},{&quot;2026-06-25&quot;:3.88},{&quot;2026-06-26&quot;:3.88},{&quot;2026-06-27&quot;:3.88},{&quot;2026-06-28&quot;:3.88},{&quot;2026-06-29&quot;:3.88},{&quot;2026-06-30&quot;:3.92},{&quot;2026-07-01&quot;:3.92},{&quot;2026-07-02&quot;:3.45},{&quot;2026-07-03&quot;:3.48},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.56},{&quot;2026-07-06&quot;:3.56},{&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.81},{&quot;2026-07-11&quot;:3.92},{&quot;2026-07-12&quot;:4.02},{&quot;2026-07-13&quot;:3.61},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:3.76},{&quot;2026-07-16&quot;:3.76},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.76},{&quot;2026-07-19&quot;:3.75},{&quot;2026-07-20&quot;:3.75},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-23&quot;:3.91},{&quot;2026-07-25&quot;:3.91},{&quot;2026-07-26&quot;:3.91},{&quot;2026-07-27&quot;:3.91},{&quot;2026-07-28&quot;:3.91},{&quot;2026-07-29&quot;:4.0},{&quot;2026-07-30&quot;:4.0},{&quot;2026-07-31&quot;:4.0},{&quot;2026-08-01&quot;:3.53},{&quot;2026-08-02&quot;:3.53},{&quot;2026-08-03&quot;:3.53},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.53},{&quot;2026-08-07&quot;:3.61},{&quot;2026-08-08&quot;:3.72},{&quot;2026-08-09&quot;:3.72},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.72},{&quot;2026-08-12&quot;:3.72},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.77},{&quot;2026-08-15&quot;:3.77},{&quot;2026-08-16&quot;:3.77},{&quot;2026-08-17&quot;:3.77},{&quot;2026-08-18&quot;:3.74},{&quot;2026-08-19&quot;:3.74},{&quot;2026-08-20&quot;:3.74},{&quot;2026-08-21&quot;:3.85},{&quot;2026-08-22&quot;:3.92},{&quot;2026-08-23&quot;:3.92},{&quot;2026-08-24&quot;:3.92},{&quot;2026-08-25&quot;:3.92},{&quot;2026-08-26&quot;:3.92},{&quot;2026-08-27&quot;:3.92},{&quot;2026-08-28&quot;:3.92},{&quot;2026-08-29&quot;:3.92},{&quot;2026-08-30&quot;:3.92},{&quot;2026-08-31&quot;:4.01},{&quot;2026-09-01&quot;:4.01},{&quot;2026-09-02&quot;:3.96},{&quot;2026-09-03&quot;:4.13},{&quot;2026-09-04&quot;:4.13},{&quot;2026-09-05&quot;:4.13},{&quot;2026-09-06&quot;:4.13},{&quot;2026-09-07&quot;:4.13},{&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.13}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.65},{&quot;2026-06-12&quot;:2.86},{&quot;2026-06-13&quot;:3.1},{&quot;2026-06-14&quot;:3.1},{&quot;2026-06-15&quot;:3.1},{&quot;2026-06-16&quot;:2.92},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:3.0},{&quot;2026-06-19&quot;:3.09},{&quot;2026-06-20&quot;:3.15},{&quot;2026-06-21&quot;:3.15},{&quot;2026-06-22&quot;:3.22},{&quot;2026-06-23&quot;:3.15},{&quot;2026-06-24&quot;:3.15},{&quot;2026-06-25&quot;:2.96},{&quot;2026-06-26&quot;:2.79},{&quot;2026-06-27&quot;:2.79},{&quot;2026-06-28&quot;:2.7},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.8},{&quot;2026-07-01&quot;:2.82},{&quot;2026-07-02&quot;:2.82},{&quot;2026-07-03&quot;:2.81},{&quot;2026-07-04&quot;:2.81},{&quot;2026-07-05&quot;:2.82},{&quot;2026-07-06&quot;:2.81},{&quot;2026-07-07&quot;:2.77},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:2.85},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.85},{&quot;2026-07-13&quot;:2.76},{&quot;2026-07-14&quot;:2.7},{&quot;2026-07-15&quot;:2.64},{&quot;2026-07-16&quot;:2.64},{&quot;2026-07-17&quot;:2.77},{&quot;2026-07-18&quot;:2.69},{&quot;2026-07-19&quot;:2.66},{&quot;2026-07-20&quot;:2.76},{&quot;2026-07-21&quot;:2.71},{&quot;2026-07-23&quot;:2.6},{&quot;2026-07-25&quot;:2.77},{&quot;2026-07-26&quot;:2.81},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-28&quot;:2.98},{&quot;2026-07-29&quot;:3.07},{&quot;2026-07-30&quot;:3.05},{&quot;2026-07-31&quot;:3.25},{&quot;2026-08-01&quot;:3.22},{&quot;2026-08-02&quot;:3.35},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.37},{&quot;2026-08-05&quot;:3.38},{&quot;2026-08-07&quot;:3.25},{&quot;2026-08-08&quot;:3.39},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.26},{&quot;2026-08-11&quot;:3.24},{&quot;2026-08-12&quot;:3.24},{&quot;2026-08-13&quot;:3.07},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.83},{&quot;2026-08-17&quot;:2.75},{&quot;2026-08-18&quot;:2.57},{&quot;2026-08-19&quot;:2.58},{&quot;2026-08-20&quot;:2.58},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.58},{&quot;2026-08-23&quot;:2.62},{&quot;2026-08-24&quot;:2.66},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.58},{&quot;2026-08-27&quot;:2.61},{&quot;2026-08-28&quot;:2.71},{&quot;2026-08-29&quot;:2.71},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:2.86},{&quot;2026-09-01&quot;:2.86},{&quot;2026-09-02&quot;:2.92},{&quot;2026-09-03&quot;:2.88},{&quot;2026-09-04&quot;:2.8},{&quot;2026-09-05&quot;:2.7},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.62},{&quot;2026-09-08&quot;:2.88},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.81},{&quot;2026-09-11&quot;:2.81}]}"
        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 1501-1550 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=30&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=30&amp;username=denvermullets" rel="prev">30</a><a role="link" aria-disabled="true" aria-current="page">31</a><a href="/load_collection?direction=asc&amp;page=32&amp;username=denvermullets" rel="next">32</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=32&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="6284"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-chr ss-rare ss-fw ss-2x mr-4"></i>
              Hell&#39;s Caretaker


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75349"
          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-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Wave Goodbye


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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x mr-4"></i>
              Ninja of the Deep Hours


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-rare ss-fw ss-2x mr-4"></i>
              Glamdring, Foe-hammer // Gleam of Death


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 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">
                $1.50
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42250"
          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">
              375
            </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>
              Tameshi, Reality Architect


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x mr-4"></i>
              Ao, the Dawn Sky


            </td>

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

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

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

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

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

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

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

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

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

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

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

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-mythic ss-fw ss-2x mr-4"></i>
              Smile at Death


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-mythic ss-fw ss-2x mr-4"></i>
              Kroxa, Titan of Death&#39;s Hunger


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19294"
          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">
              380
            </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>
              Shivan Reef


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80806"
          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">
              EMA-134
            </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>
              Honden of Infinite Rage


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment — Shrine
            </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">
                  $2.90

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x mr-4"></i>
              Meathook Massacre II


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23960"
          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-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Enduring Courage


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49276"
          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">
              180
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Tireless Provisioner


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-uncommon ss-fw ss-2x mr-4"></i>
              An Offer You Can&#39;t Refuse


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80527"
          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">
              171
            </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-common ss-fw ss-2x mr-4"></i>
              Kodama&#39;s Reach


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87088"
          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-woc ss-rare ss-fw ss-2x mr-4"></i>
              Shalai, Voice of Plenty


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90843"
          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">
              71
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Laboratory Maniac


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x mr-4"></i>
              Raph &amp; Mikey, Troublemakers


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28898"
          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">
              198
            </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>
              Argentum Armor


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

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73948"
          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">
              102
            </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>
              One Ring to Rule Them All


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86946"
          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">
              27
            </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-mythic ss-fw ss-2x mr-4"></i>
              Brenard, Ginger Sculptor


            </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $2.87

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-uncommon ss-fw ss-2x mr-4"></i>
              Mishra&#39;s Bauble


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

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

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

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Ape Dinosaur Turtle
            </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><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">
                  $2.86

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="49380"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49380" src="/boxset_card/49380?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="60755"
          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">
              212
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-rna ss-rare ss-fw ss-2x mr-4"></i>
              Teysa Karlov


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Advisor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.85

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      16%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="60755"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_60755" src="/boxset_card/60755?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18750"
          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">
              198
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-uncommon ss-fw ss-2x mr-4"></i>
              Elas il-Kor, Sadistic Pilgrim


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Kor Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.84

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18750"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18750" src="/boxset_card/18750?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="31799"
          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-fut ss-uncommon ss-fw ss-2x mr-4"></i>
              Fleshwrither


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.84

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.05
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="31799"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_31799" src="/boxset_card/31799?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41937"
          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">
              276
            </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>
              Sokenzan, Crucible of Defiance


            </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">
                  $2.84

                    <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">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.10
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41937"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41937" src="/boxset_card/41937?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53686"
          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">
              131
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x mr-4"></i>
              Soul&#39;s Majesty


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.84

                    <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.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.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53686"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53686" src="/boxset_card/53686?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53777"
          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">
              163
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-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">
                  $2.84

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53777"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53777" src="/boxset_card/53777?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75853"
          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">
              256
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Runic Armasaur


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dinosaur
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.84

                </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.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75853"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75853" src="/boxset_card/75853?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86083"
          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">
              C15-55
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Thought Vessel


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.83

                </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.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86083"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86083" src="/boxset_card/86083?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20771"
          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-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Masterwork of Ingenuity


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.82

                    <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.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20771"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20771" src="/boxset_card/20771?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91076"
          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">
              272
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x mr-4"></i>
              Tamiyo&#39;s Journal


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary 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-5'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.81

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91076"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91076" src="/boxset_card/91076?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 1501-1550 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=30&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=30&amp;username=denvermullets" rel="prev">30</a><a role="link" aria-disabled="true" aria-current="page">31</a><a href="/load_collection?direction=asc&amp;page=32&amp;username=denvermullets" rel="next">32</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=32&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>