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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $38.69
          </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="Shizo, Death&#39;s Storehouse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/0/e0de48b1-b61f-408e-915a-602309ded8ea.jpg?1783931248" />

        <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">
            Shizo, Death&#39;s Storehouse
        </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="Shizo, Death&#39;s Storehouse" src="https://cards.scryfall.io/large/front/e/0/e0de48b1-b61f-408e-915a-602309ded8ea.jpg?1783931248" />
    </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">
                $38.69
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$24.00</span>
              <span class="text-xs text-grey-text">Credit: $31.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:43.81},{&quot;2026-06-14&quot;:43.81},{&quot;2026-06-15&quot;:44.29},{&quot;2026-06-16&quot;:44.29},{&quot;2026-06-17&quot;:44.29},{&quot;2026-06-18&quot;:44.29},{&quot;2026-06-19&quot;:44.29},{&quot;2026-06-20&quot;:44.52},{&quot;2026-06-21&quot;:44.52},{&quot;2026-06-22&quot;:44.52},{&quot;2026-06-23&quot;:43.85},{&quot;2026-06-24&quot;:44.11},{&quot;2026-06-25&quot;:44.11},{&quot;2026-06-26&quot;:43.79},{&quot;2026-06-27&quot;:43.87},{&quot;2026-06-28&quot;:43.6},{&quot;2026-06-29&quot;:44.19},{&quot;2026-06-30&quot;:44.19},{&quot;2026-07-01&quot;:44.51},{&quot;2026-07-02&quot;:44.51},{&quot;2026-07-03&quot;:44.63},{&quot;2026-07-04&quot;:44.63},{&quot;2026-07-05&quot;:44.63},{&quot;2026-07-06&quot;:44.63},{&quot;2026-07-07&quot;:44.63},{&quot;2026-07-08&quot;:44.48},{&quot;2026-07-09&quot;:44.48},{&quot;2026-07-10&quot;:44.48},{&quot;2026-07-11&quot;:44.33},{&quot;2026-07-12&quot;:44.43},{&quot;2026-07-13&quot;:44.43},{&quot;2026-07-14&quot;:44.43},{&quot;2026-07-15&quot;:44.43},{&quot;2026-07-16&quot;:44.43},{&quot;2026-07-17&quot;:44.43},{&quot;2026-07-18&quot;:44.43},{&quot;2026-07-19&quot;:44.43},{&quot;2026-07-20&quot;:44.43},{&quot;2026-07-21&quot;:44.43},{&quot;2026-07-22&quot;:44.43},{&quot;2026-07-23&quot;:44.43},{&quot;2026-07-24&quot;:44.43},{&quot;2026-07-25&quot;:44.43},{&quot;2026-07-26&quot;:44.43},{&quot;2026-07-27&quot;:44.43},{&quot;2026-07-28&quot;:44.43},{&quot;2026-07-29&quot;:44.43},{&quot;2026-07-30&quot;:44.43},{&quot;2026-07-31&quot;:44.43},{&quot;2026-08-01&quot;:44.43},{&quot;2026-08-02&quot;:44.43},{&quot;2026-08-03&quot;:44.43},{&quot;2026-08-04&quot;:44.2},{&quot;2026-08-05&quot;:44.2},{&quot;2026-08-07&quot;:44.2},{&quot;2026-08-08&quot;:44.49},{&quot;2026-08-09&quot;:44.49},{&quot;2026-08-10&quot;:44.49},{&quot;2026-08-11&quot;:44.49},{&quot;2026-08-12&quot;:44.49},{&quot;2026-08-13&quot;:44.49},{&quot;2026-08-14&quot;:43.62},{&quot;2026-08-15&quot;:43.62},{&quot;2026-08-16&quot;:43.19},{&quot;2026-08-17&quot;:43.19},{&quot;2026-08-18&quot;:43.15},{&quot;2026-08-19&quot;:43.05},{&quot;2026-08-20&quot;:42.65},{&quot;2026-08-21&quot;:42.65},{&quot;2026-08-22&quot;:42.65},{&quot;2026-08-23&quot;:42.32},{&quot;2026-08-24&quot;:41.53},{&quot;2026-08-25&quot;:41.53},{&quot;2026-08-26&quot;:41.47},{&quot;2026-08-27&quot;:41.53},{&quot;2026-08-28&quot;:41.0},{&quot;2026-08-29&quot;:41.0},{&quot;2026-08-30&quot;:40.17},{&quot;2026-08-31&quot;:40.17},{&quot;2026-09-01&quot;:40.17},{&quot;2026-09-02&quot;:40.17},{&quot;2026-09-03&quot;:39.88},{&quot;2026-09-04&quot;:39.47},{&quot;2026-09-05&quot;:39.47},{&quot;2026-09-06&quot;:39.04},{&quot;2026-09-07&quot;:39.04},{&quot;2026-09-08&quot;:39.04},{&quot;2026-09-09&quot;:39.04},{&quot;2026-09-10&quot;:39.04},{&quot;2026-09-11&quot;:38.69}],&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="20457"
  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-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">
            Doubling Season
        </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $34.26
          </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="Doubling Season" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/6/8676d164-c76e-402b-a649-6ded3f549b6e.jpg?1783930148" />

        <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">
            Doubling Season
        </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-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="Doubling Season" src="https://cards.scryfall.io/large/front/8/6/8676d164-c76e-402b-a649-6ded3f549b6e.jpg?1783930148" />
    </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">
                $34.26
              </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">
                $39.98
              </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">$27.00</span>
              <span class="text-xs text-grey-text">Credit: $35.10</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:33.91},{&quot;2026-06-14&quot;:33.91},{&quot;2026-06-15&quot;:33.91},{&quot;2026-06-16&quot;:33.91},{&quot;2026-06-17&quot;:33.91},{&quot;2026-06-18&quot;:33.91},{&quot;2026-06-19&quot;:33.91},{&quot;2026-06-20&quot;:33.91},{&quot;2026-06-21&quot;:33.91},{&quot;2026-06-22&quot;:33.91},{&quot;2026-06-23&quot;:33.91},{&quot;2026-06-24&quot;:33.91},{&quot;2026-06-25&quot;:33.91},{&quot;2026-06-26&quot;:33.91},{&quot;2026-06-27&quot;:33.91},{&quot;2026-06-28&quot;:33.91},{&quot;2026-06-29&quot;:33.91},{&quot;2026-06-30&quot;:33.91},{&quot;2026-07-01&quot;:33.91},{&quot;2026-07-02&quot;:33.91},{&quot;2026-07-03&quot;:33.91},{&quot;2026-07-04&quot;:33.91},{&quot;2026-07-05&quot;:33.91},{&quot;2026-07-06&quot;:33.91},{&quot;2026-07-07&quot;:34.16},{&quot;2026-07-08&quot;:34.16},{&quot;2026-07-09&quot;:34.16},{&quot;2026-07-10&quot;:34.15},{&quot;2026-07-11&quot;:34.15},{&quot;2026-07-12&quot;:34.75},{&quot;2026-07-13&quot;:34.75},{&quot;2026-07-14&quot;:35.21},{&quot;2026-07-15&quot;:35.43},{&quot;2026-07-16&quot;:35.43},{&quot;2026-07-17&quot;:35.43},{&quot;2026-07-18&quot;:35.54},{&quot;2026-07-19&quot;:35.54},{&quot;2026-07-20&quot;:35.54},{&quot;2026-07-21&quot;:35.54},{&quot;2026-07-22&quot;:35.54},{&quot;2026-07-23&quot;:35.54},{&quot;2026-07-24&quot;:35.79},{&quot;2026-07-25&quot;:35.79},{&quot;2026-07-26&quot;:36.16},{&quot;2026-07-27&quot;:36.16},{&quot;2026-07-28&quot;:36.16},{&quot;2026-07-29&quot;:36.16},{&quot;2026-07-30&quot;:36.16},{&quot;2026-07-31&quot;:36.16},{&quot;2026-08-01&quot;:36.16},{&quot;2026-08-02&quot;:36.16},{&quot;2026-08-03&quot;:36.16},{&quot;2026-08-04&quot;:36.48},{&quot;2026-08-05&quot;:36.9},{&quot;2026-08-07&quot;:37.26},{&quot;2026-08-08&quot;:37.26},{&quot;2026-08-09&quot;:38.15},{&quot;2026-08-10&quot;:38.15},{&quot;2026-08-11&quot;:38.9},{&quot;2026-08-12&quot;:39.6},{&quot;2026-08-13&quot;:39.6},{&quot;2026-08-14&quot;:39.6},{&quot;2026-08-15&quot;:39.6},{&quot;2026-08-16&quot;:39.6},{&quot;2026-08-17&quot;:39.6},{&quot;2026-08-18&quot;:38.94},{&quot;2026-08-19&quot;:38.94},{&quot;2026-08-20&quot;:39.78},{&quot;2026-08-21&quot;:39.78},{&quot;2026-08-22&quot;:39.76},{&quot;2026-08-23&quot;:40.87},{&quot;2026-08-24&quot;:40.87},{&quot;2026-08-25&quot;:40.87},{&quot;2026-08-26&quot;:40.87},{&quot;2026-08-27&quot;:42.0},{&quot;2026-08-28&quot;:42.0},{&quot;2026-08-29&quot;:42.0},{&quot;2026-08-30&quot;:40.85},{&quot;2026-08-31&quot;:40.85},{&quot;2026-09-01&quot;:40.85},{&quot;2026-09-02&quot;:40.85},{&quot;2026-09-03&quot;:40.85},{&quot;2026-09-04&quot;:40.85},{&quot;2026-09-05&quot;:40.85},{&quot;2026-09-06&quot;:40.85},{&quot;2026-09-07&quot;:40.85},{&quot;2026-09-08&quot;:40.85},{&quot;2026-09-09&quot;:40.85},{&quot;2026-09-10&quot;:39.98},{&quot;2026-09-11&quot;:39.98}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:35.39},{&quot;2026-06-14&quot;:35.85},{&quot;2026-06-15&quot;:36.02},{&quot;2026-06-16&quot;:36.13},{&quot;2026-06-17&quot;:36.13},{&quot;2026-06-18&quot;:36.13},{&quot;2026-06-19&quot;:36.79},{&quot;2026-06-20&quot;:36.79},{&quot;2026-06-21&quot;:36.79},{&quot;2026-06-22&quot;:36.34},{&quot;2026-06-23&quot;:36.34},{&quot;2026-06-24&quot;:36.34},{&quot;2026-06-25&quot;:36.34},{&quot;2026-06-26&quot;:36.34},{&quot;2026-06-27&quot;:36.34},{&quot;2026-06-28&quot;:36.34},{&quot;2026-06-29&quot;:36.34},{&quot;2026-06-30&quot;:36.34},{&quot;2026-07-01&quot;:36.34},{&quot;2026-07-02&quot;:36.54},{&quot;2026-07-03&quot;:36.33},{&quot;2026-07-04&quot;:35.95},{&quot;2026-07-05&quot;:35.95},{&quot;2026-07-06&quot;:35.95},{&quot;2026-07-07&quot;:35.95},{&quot;2026-07-08&quot;:35.95},{&quot;2026-07-09&quot;:35.94},{&quot;2026-07-10&quot;:35.94},{&quot;2026-07-11&quot;:35.94},{&quot;2026-07-12&quot;:35.94},{&quot;2026-07-13&quot;:35.93},{&quot;2026-07-14&quot;:35.88},{&quot;2026-07-15&quot;:35.41},{&quot;2026-07-16&quot;:35.16},{&quot;2026-07-17&quot;:35.16},{&quot;2026-07-18&quot;:34.74},{&quot;2026-07-19&quot;:34.7},{&quot;2026-07-20&quot;:34.45},{&quot;2026-07-21&quot;:34.38},{&quot;2026-07-22&quot;:34.38},{&quot;2026-07-23&quot;:34.38},{&quot;2026-07-24&quot;:34.38},{&quot;2026-07-25&quot;:33.98},{&quot;2026-07-26&quot;:33.98},{&quot;2026-07-27&quot;:33.98},{&quot;2026-07-28&quot;:33.98},{&quot;2026-07-29&quot;:33.98},{&quot;2026-07-30&quot;:33.96},{&quot;2026-07-31&quot;:33.29},{&quot;2026-08-01&quot;:33.37},{&quot;2026-08-02&quot;:33.78},{&quot;2026-08-03&quot;:33.78},{&quot;2026-08-04&quot;:33.78},{&quot;2026-08-05&quot;:33.78},{&quot;2026-08-07&quot;:33.68},{&quot;2026-08-08&quot;:33.68},{&quot;2026-08-09&quot;:33.68},{&quot;2026-08-10&quot;:33.68},{&quot;2026-08-11&quot;:33.68},{&quot;2026-08-12&quot;:33.68},{&quot;2026-08-13&quot;:33.68},{&quot;2026-08-14&quot;:33.68},{&quot;2026-08-15&quot;:33.9},{&quot;2026-08-16&quot;:33.9},{&quot;2026-08-17&quot;:33.9},{&quot;2026-08-18&quot;:33.86},{&quot;2026-08-19&quot;:33.86},{&quot;2026-08-20&quot;:33.84},{&quot;2026-08-21&quot;:33.78},{&quot;2026-08-22&quot;:33.78},{&quot;2026-08-23&quot;:33.78},{&quot;2026-08-24&quot;:33.85},{&quot;2026-08-25&quot;:34.61},{&quot;2026-08-26&quot;:34.59},{&quot;2026-08-27&quot;:34.59},{&quot;2026-08-28&quot;:34.69},{&quot;2026-08-29&quot;:34.69},{&quot;2026-08-30&quot;:34.25},{&quot;2026-08-31&quot;:34.66},{&quot;2026-09-01&quot;:34.66},{&quot;2026-09-02&quot;:34.56},{&quot;2026-09-03&quot;:34.56},{&quot;2026-09-04&quot;:34.56},{&quot;2026-09-05&quot;:34.56},{&quot;2026-09-06&quot;:34.56},{&quot;2026-09-07&quot;:34.22},{&quot;2026-09-08&quot;:34.21},{&quot;2026-09-09&quot;:34.26},{&quot;2026-09-10&quot;:34.26},{&quot;2026-09-11&quot;:34.26}]}"
        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="49621"
  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-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">
            Cabal Coffers
        </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">
        Land
      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $33.37
          </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="Cabal Coffers" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e1efb0d3-2c72-46ff-bdc1-1069967365a0.jpg?1783926775" />

        <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">
            Cabal Coffers
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cabal Coffers" src="https://cards.scryfall.io/large/front/e/1/e1efb0d3-2c72-46ff-bdc1-1069967365a0.jpg?1783926775" />
    </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">
                $33.37
              </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">
                $37.89
              </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">$23.00</span>
              <span class="text-xs text-grey-text">Credit: $29.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:35.45},{&quot;2026-06-10&quot;:35.77},{&quot;2026-06-11&quot;:35.77},{&quot;2026-06-12&quot;:35.77},{&quot;2026-06-13&quot;:35.77},{&quot;2026-06-14&quot;:35.77},{&quot;2026-06-15&quot;:35.77},{&quot;2026-06-16&quot;:35.77},{&quot;2026-06-17&quot;:35.77},{&quot;2026-06-18&quot;:35.77},{&quot;2026-06-19&quot;:35.77},{&quot;2026-06-20&quot;:35.77},{&quot;2026-06-21&quot;:35.77},{&quot;2026-06-22&quot;:35.77},{&quot;2026-06-24&quot;:35.77},{&quot;2026-06-25&quot;:35.77},{&quot;2026-06-26&quot;:35.71},{&quot;2026-06-27&quot;:35.71},{&quot;2026-06-28&quot;:35.71},{&quot;2026-06-29&quot;:35.71},{&quot;2026-06-30&quot;:35.71},{&quot;2026-07-01&quot;:35.71},{&quot;2026-07-02&quot;:35.71},{&quot;2026-07-03&quot;:36.09},{&quot;2026-07-04&quot;:36.09},{&quot;2026-07-05&quot;:36.09},{&quot;2026-07-06&quot;:36.09},{&quot;2026-07-07&quot;:36.04},{&quot;2026-07-08&quot;:36.04},{&quot;2026-07-09&quot;:36.04},{&quot;2026-07-10&quot;:36.04},{&quot;2026-07-11&quot;:36.04},{&quot;2026-07-12&quot;:36.04},{&quot;2026-07-13&quot;:36.04},{&quot;2026-07-14&quot;:36.04},{&quot;2026-07-15&quot;:36.04},{&quot;2026-07-16&quot;:36.04},{&quot;2026-07-17&quot;:36.04},{&quot;2026-07-18&quot;:36.04},{&quot;2026-07-19&quot;:36.15},{&quot;2026-07-20&quot;:36.15},{&quot;2026-07-21&quot;:36.15},{&quot;2026-07-23&quot;:36.15},{&quot;2026-07-25&quot;:36.15},{&quot;2026-07-26&quot;:36.15},{&quot;2026-07-27&quot;:36.15},{&quot;2026-07-29&quot;:36.15},{&quot;2026-07-30&quot;:36.26},{&quot;2026-07-31&quot;:36.26},{&quot;2026-08-01&quot;:36.26},{&quot;2026-08-02&quot;:36.26},{&quot;2026-08-03&quot;:36.26},{&quot;2026-08-04&quot;:36.26},{&quot;2026-08-05&quot;:36.26},{&quot;2026-08-07&quot;:36.26},{&quot;2026-08-08&quot;:36.26},{&quot;2026-08-09&quot;:36.26},{&quot;2026-08-10&quot;:36.26},{&quot;2026-08-11&quot;:36.26},{&quot;2026-08-12&quot;:36.26},{&quot;2026-08-13&quot;:36.26},{&quot;2026-08-14&quot;:36.23},{&quot;2026-08-15&quot;:36.23},{&quot;2026-08-16&quot;:36.23},{&quot;2026-08-17&quot;:36.23},{&quot;2026-08-18&quot;:36.29},{&quot;2026-08-19&quot;:36.29},{&quot;2026-08-20&quot;:36.29},{&quot;2026-08-21&quot;:36.39},{&quot;2026-08-22&quot;:36.51},{&quot;2026-08-23&quot;:36.51},{&quot;2026-08-24&quot;:36.51},{&quot;2026-08-25&quot;:36.51},{&quot;2026-08-26&quot;:36.51},{&quot;2026-08-27&quot;:36.5},{&quot;2026-08-28&quot;:36.5},{&quot;2026-08-29&quot;:36.5},{&quot;2026-08-30&quot;:36.52},{&quot;2026-08-31&quot;:36.76},{&quot;2026-09-01&quot;:36.76},{&quot;2026-09-02&quot;:36.76},{&quot;2026-09-03&quot;:36.76},{&quot;2026-09-04&quot;:36.71},{&quot;2026-09-05&quot;:36.71},{&quot;2026-09-06&quot;:36.71},{&quot;2026-09-07&quot;:36.71},{&quot;2026-09-08&quot;:36.71},{&quot;2026-09-09&quot;:36.71},{&quot;2026-09-10&quot;:37.89},{&quot;2026-09-11&quot;:37.89}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:31.86},{&quot;2026-06-10&quot;:33.17},{&quot;2026-06-11&quot;:33.21},{&quot;2026-06-12&quot;:32.82},{&quot;2026-06-13&quot;:32.5},{&quot;2026-06-14&quot;:32.5},{&quot;2026-06-15&quot;:33.04},{&quot;2026-06-16&quot;:33.13},{&quot;2026-06-17&quot;:33.58},{&quot;2026-06-18&quot;:34.43},{&quot;2026-06-19&quot;:34.31},{&quot;2026-06-20&quot;:33.97},{&quot;2026-06-21&quot;:33.9},{&quot;2026-06-22&quot;:34.39},{&quot;2026-06-24&quot;:33.96},{&quot;2026-06-25&quot;:33.73},{&quot;2026-06-26&quot;:32.14},{&quot;2026-06-27&quot;:33.11},{&quot;2026-06-28&quot;:32.8},{&quot;2026-06-29&quot;:32.8},{&quot;2026-06-30&quot;:32.26},{&quot;2026-07-01&quot;:32.37},{&quot;2026-07-02&quot;:33.54},{&quot;2026-07-03&quot;:32.56},{&quot;2026-07-04&quot;:32.75},{&quot;2026-07-05&quot;:32.98},{&quot;2026-07-06&quot;:33.08},{&quot;2026-07-07&quot;:33.71},{&quot;2026-07-08&quot;:34.48},{&quot;2026-07-09&quot;:34.5},{&quot;2026-07-10&quot;:34.5},{&quot;2026-07-11&quot;:34.04},{&quot;2026-07-12&quot;:34.04},{&quot;2026-07-13&quot;:33.81},{&quot;2026-07-14&quot;:34.2},{&quot;2026-07-15&quot;:33.9},{&quot;2026-07-16&quot;:33.77},{&quot;2026-07-17&quot;:32.7},{&quot;2026-07-18&quot;:32.65},{&quot;2026-07-19&quot;:33.53},{&quot;2026-07-20&quot;:34.41},{&quot;2026-07-21&quot;:34.41},{&quot;2026-07-23&quot;:34.84},{&quot;2026-07-25&quot;:34.38},{&quot;2026-07-26&quot;:33.14},{&quot;2026-07-27&quot;:32.63},{&quot;2026-07-29&quot;:28.96},{&quot;2026-07-30&quot;:28.96},{&quot;2026-07-31&quot;:28.98},{&quot;2026-08-01&quot;:28.6},{&quot;2026-08-02&quot;:28.92},{&quot;2026-08-03&quot;:29.72},{&quot;2026-08-04&quot;:29.74},{&quot;2026-08-05&quot;:30.05},{&quot;2026-08-07&quot;:30.2},{&quot;2026-08-08&quot;:29.92},{&quot;2026-08-09&quot;:29.94},{&quot;2026-08-10&quot;:29.84},{&quot;2026-08-11&quot;:29.64},{&quot;2026-08-12&quot;:29.54},{&quot;2026-08-13&quot;:29.64},{&quot;2026-08-14&quot;:29.8},{&quot;2026-08-15&quot;:29.89},{&quot;2026-08-16&quot;:29.61},{&quot;2026-08-17&quot;:30.46},{&quot;2026-08-18&quot;:30.67},{&quot;2026-08-19&quot;:30.12},{&quot;2026-08-20&quot;:30.12},{&quot;2026-08-21&quot;:30.12},{&quot;2026-08-22&quot;:29.35},{&quot;2026-08-23&quot;:29.45},{&quot;2026-08-24&quot;:29.97},{&quot;2026-08-25&quot;:29.97},{&quot;2026-08-26&quot;:30.0},{&quot;2026-08-27&quot;:30.0},{&quot;2026-08-28&quot;:30.29},{&quot;2026-08-29&quot;:30.29},{&quot;2026-08-30&quot;:32.49},{&quot;2026-08-31&quot;:32.14},{&quot;2026-09-01&quot;:32.14},{&quot;2026-09-02&quot;:32.62},{&quot;2026-09-03&quot;:32.89},{&quot;2026-09-04&quot;:33.54},{&quot;2026-09-05&quot;:33.06},{&quot;2026-09-06&quot;:33.35},{&quot;2026-09-07&quot;:33.11},{&quot;2026-09-08&quot;:33.49},{&quot;2026-09-09&quot;:33.89},{&quot;2026-09-10&quot;:33.43},{&quot;2026-09-11&quot;:33.37}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Bitterblossom
        </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">Kindred Enchantment — Faerie</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Bitterblossom" src="https://cards.scryfall.io/large/front/b/9/b9640cbf-b016-410e-9eff-e8924883517b.jpg?1783921908" />
    </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">
                $32.00
              </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">
                $34.97
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</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.01},{&quot;2026-06-12&quot;:35.01},{&quot;2026-06-13&quot;:35.01},{&quot;2026-06-14&quot;:35.01},{&quot;2026-06-15&quot;:35.01},{&quot;2026-06-16&quot;:35.01},{&quot;2026-06-17&quot;:35.01},{&quot;2026-06-18&quot;:35.01},{&quot;2026-06-19&quot;:35.01},{&quot;2026-06-20&quot;:35.01},{&quot;2026-06-21&quot;:34.22},{&quot;2026-06-22&quot;:34.22},{&quot;2026-06-23&quot;:34.22},{&quot;2026-06-24&quot;:34.22},{&quot;2026-06-25&quot;:34.22},{&quot;2026-06-26&quot;:34.22},{&quot;2026-06-27&quot;:34.22},{&quot;2026-06-28&quot;:34.22},{&quot;2026-06-29&quot;:34.22},{&quot;2026-06-30&quot;:34.22},{&quot;2026-07-01&quot;:34.22},{&quot;2026-07-02&quot;:34.22},{&quot;2026-07-03&quot;:34.22},{&quot;2026-07-04&quot;:34.22},{&quot;2026-07-05&quot;:34.22},{&quot;2026-07-06&quot;:34.22},{&quot;2026-07-07&quot;:34.22},{&quot;2026-07-08&quot;:34.22},{&quot;2026-07-09&quot;:34.22},{&quot;2026-07-10&quot;:33.87},{&quot;2026-07-11&quot;:34.09},{&quot;2026-07-12&quot;:34.09},{&quot;2026-07-13&quot;:34.09},{&quot;2026-07-14&quot;:34.09},{&quot;2026-07-15&quot;:34.09},{&quot;2026-07-16&quot;:34.09},{&quot;2026-07-17&quot;:34.09},{&quot;2026-07-18&quot;:34.09},{&quot;2026-07-19&quot;:34.09},{&quot;2026-07-20&quot;:34.09},{&quot;2026-07-21&quot;:34.09},{&quot;2026-07-23&quot;:34.09},{&quot;2026-07-25&quot;:34.14},{&quot;2026-07-26&quot;:34.08},{&quot;2026-07-27&quot;:34.08},{&quot;2026-07-28&quot;:34.08},{&quot;2026-07-29&quot;:34.19},{&quot;2026-07-30&quot;:34.19},{&quot;2026-07-31&quot;:34.41},{&quot;2026-08-01&quot;:34.7},{&quot;2026-08-02&quot;:34.7},{&quot;2026-08-03&quot;:34.7},{&quot;2026-08-04&quot;:34.92},{&quot;2026-08-05&quot;:34.92},{&quot;2026-08-07&quot;:34.92},{&quot;2026-08-08&quot;:34.92},{&quot;2026-08-09&quot;:34.92},{&quot;2026-08-10&quot;:34.92},{&quot;2026-08-11&quot;:34.92},{&quot;2026-08-12&quot;:34.92},{&quot;2026-08-13&quot;:34.92},{&quot;2026-08-14&quot;:34.92},{&quot;2026-08-15&quot;:34.92},{&quot;2026-08-16&quot;:34.92},{&quot;2026-08-17&quot;:34.92},{&quot;2026-08-18&quot;:34.92},{&quot;2026-08-19&quot;:34.92},{&quot;2026-08-20&quot;:34.92},{&quot;2026-08-21&quot;:34.92},{&quot;2026-08-22&quot;:34.92},{&quot;2026-08-23&quot;:34.96},{&quot;2026-08-24&quot;:34.96},{&quot;2026-08-25&quot;:34.96},{&quot;2026-08-26&quot;:34.96},{&quot;2026-08-27&quot;:34.96},{&quot;2026-08-28&quot;:34.96},{&quot;2026-08-29&quot;:34.96},{&quot;2026-08-30&quot;:34.96},{&quot;2026-08-31&quot;:34.96},{&quot;2026-09-01&quot;:34.96},{&quot;2026-09-02&quot;:34.97},{&quot;2026-09-03&quot;:34.97},{&quot;2026-09-04&quot;:34.97},{&quot;2026-09-05&quot;:34.97},{&quot;2026-09-06&quot;:34.97},{&quot;2026-09-07&quot;:34.97},{&quot;2026-09-08&quot;:34.97},{&quot;2026-09-09&quot;:34.97},{&quot;2026-09-10&quot;:34.97},{&quot;2026-09-11&quot;:34.97}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:34.45},{&quot;2026-06-12&quot;:34.45},{&quot;2026-06-13&quot;:34.22},{&quot;2026-06-14&quot;:34.36},{&quot;2026-06-15&quot;:34.36},{&quot;2026-06-16&quot;:34.36},{&quot;2026-06-17&quot;:34.36},{&quot;2026-06-18&quot;:34.36},{&quot;2026-06-19&quot;:34.36},{&quot;2026-06-20&quot;:33.85},{&quot;2026-06-21&quot;:33.85},{&quot;2026-06-22&quot;:34.15},{&quot;2026-06-23&quot;:33.69},{&quot;2026-06-24&quot;:33.69},{&quot;2026-06-25&quot;:33.69},{&quot;2026-06-26&quot;:33.68},{&quot;2026-06-27&quot;:33.68},{&quot;2026-06-28&quot;:33.68},{&quot;2026-06-29&quot;:33.68},{&quot;2026-06-30&quot;:33.68},{&quot;2026-07-01&quot;:33.68},{&quot;2026-07-02&quot;:33.68},{&quot;2026-07-03&quot;:33.65},{&quot;2026-07-04&quot;:33.93},{&quot;2026-07-05&quot;:34.56},{&quot;2026-07-06&quot;:34.24},{&quot;2026-07-07&quot;:34.62},{&quot;2026-07-08&quot;:34.62},{&quot;2026-07-09&quot;:34.62},{&quot;2026-07-10&quot;:34.59},{&quot;2026-07-11&quot;:34.67},{&quot;2026-07-12&quot;:34.67},{&quot;2026-07-13&quot;:34.68},{&quot;2026-07-14&quot;:34.51},{&quot;2026-07-15&quot;:34.37},{&quot;2026-07-16&quot;:34.18},{&quot;2026-07-17&quot;:34.18},{&quot;2026-07-18&quot;:34.57},{&quot;2026-07-19&quot;:34.57},{&quot;2026-07-20&quot;:34.45},{&quot;2026-07-21&quot;:34.45},{&quot;2026-07-23&quot;:34.45},{&quot;2026-07-25&quot;:34.45},{&quot;2026-07-26&quot;:34.54},{&quot;2026-07-27&quot;:34.35},{&quot;2026-07-28&quot;:34.35},{&quot;2026-07-29&quot;:34.35},{&quot;2026-07-30&quot;:34.41},{&quot;2026-07-31&quot;:34.41},{&quot;2026-08-01&quot;:34.31},{&quot;2026-08-02&quot;:34.31},{&quot;2026-08-03&quot;:34.16},{&quot;2026-08-04&quot;:34.1},{&quot;2026-08-05&quot;:34.1},{&quot;2026-08-07&quot;:34.01},{&quot;2026-08-08&quot;:33.76},{&quot;2026-08-09&quot;:33.45},{&quot;2026-08-10&quot;:32.97},{&quot;2026-08-11&quot;:32.7},{&quot;2026-08-12&quot;:32.7},{&quot;2026-08-13&quot;:32.76},{&quot;2026-08-14&quot;:32.76},{&quot;2026-08-15&quot;:32.76},{&quot;2026-08-16&quot;:32.76},{&quot;2026-08-17&quot;:32.67},{&quot;2026-08-18&quot;:32.5},{&quot;2026-08-19&quot;:32.42},{&quot;2026-08-20&quot;:32.42},{&quot;2026-08-21&quot;:32.4},{&quot;2026-08-22&quot;:32.4},{&quot;2026-08-23&quot;:32.32},{&quot;2026-08-24&quot;:32.32},{&quot;2026-08-25&quot;:32.32},{&quot;2026-08-26&quot;:31.93},{&quot;2026-08-27&quot;:31.93},{&quot;2026-08-28&quot;:31.93},{&quot;2026-08-29&quot;:31.93},{&quot;2026-08-30&quot;:32.02},{&quot;2026-08-31&quot;:32.02},{&quot;2026-09-01&quot;:32.02},{&quot;2026-09-02&quot;:32.19},{&quot;2026-09-03&quot;:32.19},{&quot;2026-09-04&quot;:32.19},{&quot;2026-09-05&quot;:32.17},{&quot;2026-09-06&quot;:32.17},{&quot;2026-09-07&quot;:32.05},{&quot;2026-09-08&quot;:32.14},{&quot;2026-09-09&quot;:31.8},{&quot;2026-09-10&quot;:31.8},{&quot;2026-09-11&quot;:32.0}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Dictate of Erebos
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Dictate of Erebos" src="https://cards.scryfall.io/large/front/3/5/354356c1-7b25-4d27-8887-ef9fe68bb76b.jpg?1783932269" />
    </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">
                $20.99
              </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">$9.50</span>
              <span class="text-xs text-grey-text">Credit: $12.35</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;:21.18},{&quot;2026-06-13&quot;:21.93},{&quot;2026-06-14&quot;:21.33},{&quot;2026-06-15&quot;:21.4},{&quot;2026-06-16&quot;:21.7},{&quot;2026-06-17&quot;:21.75},{&quot;2026-06-18&quot;:21.75},{&quot;2026-06-19&quot;:21.72},{&quot;2026-06-20&quot;:21.89},{&quot;2026-06-21&quot;:21.8},{&quot;2026-06-22&quot;:21.67},{&quot;2026-06-23&quot;:21.67},{&quot;2026-06-24&quot;:21.67},{&quot;2026-06-25&quot;:21.67},{&quot;2026-06-26&quot;:21.1},{&quot;2026-06-27&quot;:21.1},{&quot;2026-06-28&quot;:19.78},{&quot;2026-06-29&quot;:20.48},{&quot;2026-06-30&quot;:20.71},{&quot;2026-07-01&quot;:20.71},{&quot;2026-07-02&quot;:20.93},{&quot;2026-07-03&quot;:20.93},{&quot;2026-07-04&quot;:20.93},{&quot;2026-07-05&quot;:20.93},{&quot;2026-07-06&quot;:20.93},{&quot;2026-07-07&quot;:21.25},{&quot;2026-07-08&quot;:21.25},{&quot;2026-07-09&quot;:21.25},{&quot;2026-07-10&quot;:21.21},{&quot;2026-07-11&quot;:21.21},{&quot;2026-07-12&quot;:21.29},{&quot;2026-07-13&quot;:21.41},{&quot;2026-07-14&quot;:21.41},{&quot;2026-07-15&quot;:21.41},{&quot;2026-07-16&quot;:20.56},{&quot;2026-07-17&quot;:20.56},{&quot;2026-07-18&quot;:20.56},{&quot;2026-07-19&quot;:20.63},{&quot;2026-07-20&quot;:20.63},{&quot;2026-07-21&quot;:20.63},{&quot;2026-07-23&quot;:20.01},{&quot;2026-07-24&quot;:20.01},{&quot;2026-07-25&quot;:19.92},{&quot;2026-07-26&quot;:19.61},{&quot;2026-07-27&quot;:19.61},{&quot;2026-07-28&quot;:19.37},{&quot;2026-07-29&quot;:19.37},{&quot;2026-07-30&quot;:19.37},{&quot;2026-07-31&quot;:19.37},{&quot;2026-08-01&quot;:19.37},{&quot;2026-08-02&quot;:19.37},{&quot;2026-08-03&quot;:19.16},{&quot;2026-08-04&quot;:19.16},{&quot;2026-08-05&quot;:19.16},{&quot;2026-08-07&quot;:19.14},{&quot;2026-08-08&quot;:19.2},{&quot;2026-08-09&quot;:19.2},{&quot;2026-08-10&quot;:19.2},{&quot;2026-08-11&quot;:19.17},{&quot;2026-08-12&quot;:19.09},{&quot;2026-08-13&quot;:19.09},{&quot;2026-08-14&quot;:19.09},{&quot;2026-08-15&quot;:19.09},{&quot;2026-08-16&quot;:19.09},{&quot;2026-08-17&quot;:18.8},{&quot;2026-08-18&quot;:18.6},{&quot;2026-08-19&quot;:18.72},{&quot;2026-08-20&quot;:18.72},{&quot;2026-08-21&quot;:18.98},{&quot;2026-08-22&quot;:18.98},{&quot;2026-08-23&quot;:18.87},{&quot;2026-08-24&quot;:19.15},{&quot;2026-08-25&quot;:19.11},{&quot;2026-08-26&quot;:19.11},{&quot;2026-08-27&quot;:19.11},{&quot;2026-08-28&quot;:19.26},{&quot;2026-08-29&quot;:19.26},{&quot;2026-08-30&quot;:19.84},{&quot;2026-08-31&quot;:20.3},{&quot;2026-09-01&quot;:20.32},{&quot;2026-09-02&quot;:20.42},{&quot;2026-09-03&quot;:20.45},{&quot;2026-09-04&quot;:20.73},{&quot;2026-09-05&quot;:20.56},{&quot;2026-09-06&quot;:20.7},{&quot;2026-09-07&quot;:20.79},{&quot;2026-09-08&quot;:20.99},{&quot;2026-09-09&quot;:20.99},{&quot;2026-09-10&quot;:20.99},{&quot;2026-09-11&quot;:20.99}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Yavimaya, Cradle of Growth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/e/4e4b6e22-93b2-4896-bba5-0ceaa5d8ea3c.jpg?1783926791" />

        <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">
            Yavimaya, Cradle of Growth
        </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="Yavimaya, Cradle of Growth" src="https://cards.scryfall.io/large/front/4/e/4e4b6e22-93b2-4896-bba5-0ceaa5d8ea3c.jpg?1783926791" />
    </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">
                $17.51
              </span>

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $24.02
              </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">$9.50</span>
              <span class="text-xs text-grey-text">Credit: $12.35</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;:22.56},{&quot;2026-06-14&quot;:22.56},{&quot;2026-06-15&quot;:22.56},{&quot;2026-06-16&quot;:22.56},{&quot;2026-06-17&quot;:22.7},{&quot;2026-06-18&quot;:22.7},{&quot;2026-06-19&quot;:22.8},{&quot;2026-06-20&quot;:22.88},{&quot;2026-06-21&quot;:22.94},{&quot;2026-06-22&quot;:23.03},{&quot;2026-06-23&quot;:23.03},{&quot;2026-06-24&quot;:23.03},{&quot;2026-06-25&quot;:23.03},{&quot;2026-06-26&quot;:23.03},{&quot;2026-06-27&quot;:23.24},{&quot;2026-06-28&quot;:22.53},{&quot;2026-06-29&quot;:23.24},{&quot;2026-06-30&quot;:23.24},{&quot;2026-07-01&quot;:23.42},{&quot;2026-07-02&quot;:23.42},{&quot;2026-07-03&quot;:23.42},{&quot;2026-07-04&quot;:23.42},{&quot;2026-07-05&quot;:23.42},{&quot;2026-07-06&quot;:23.42},{&quot;2026-07-07&quot;:23.42},{&quot;2026-07-08&quot;:23.42},{&quot;2026-07-09&quot;:23.42},{&quot;2026-07-10&quot;:23.65},{&quot;2026-07-11&quot;:23.65},{&quot;2026-07-12&quot;:23.65},{&quot;2026-07-13&quot;:23.65},{&quot;2026-07-14&quot;:23.65},{&quot;2026-07-15&quot;:23.65},{&quot;2026-07-16&quot;:23.65},{&quot;2026-07-17&quot;:23.65},{&quot;2026-07-18&quot;:23.84},{&quot;2026-07-19&quot;:24.06},{&quot;2026-07-20&quot;:24.26},{&quot;2026-07-21&quot;:24.44},{&quot;2026-07-22&quot;:23.87},{&quot;2026-07-23&quot;:23.92},{&quot;2026-07-24&quot;:23.92},{&quot;2026-07-25&quot;:23.92},{&quot;2026-07-26&quot;:23.92},{&quot;2026-07-27&quot;:23.92},{&quot;2026-07-28&quot;:23.92},{&quot;2026-07-29&quot;:24.03},{&quot;2026-07-30&quot;:24.03},{&quot;2026-07-31&quot;:24.03},{&quot;2026-08-01&quot;:24.03},{&quot;2026-08-02&quot;:24.03},{&quot;2026-08-03&quot;:24.03},{&quot;2026-08-04&quot;:24.03},{&quot;2026-08-05&quot;:24.03},{&quot;2026-08-07&quot;:24.03},{&quot;2026-08-08&quot;:23.97},{&quot;2026-08-09&quot;:24.05},{&quot;2026-08-10&quot;:24.12},{&quot;2026-08-11&quot;:24.12},{&quot;2026-08-12&quot;:24.24},{&quot;2026-08-13&quot;:24.24},{&quot;2026-08-14&quot;:24.24},{&quot;2026-08-15&quot;:24.24},{&quot;2026-08-16&quot;:24.24},{&quot;2026-08-17&quot;:24.38},{&quot;2026-08-18&quot;:24.38},{&quot;2026-08-19&quot;:24.38},{&quot;2026-08-20&quot;:24.38},{&quot;2026-08-21&quot;:24.38},{&quot;2026-08-22&quot;:24.38},{&quot;2026-08-23&quot;:24.38},{&quot;2026-08-24&quot;:24.54},{&quot;2026-08-25&quot;:24.54},{&quot;2026-08-26&quot;:24.75},{&quot;2026-08-27&quot;:24.75},{&quot;2026-08-28&quot;:24.75},{&quot;2026-08-29&quot;:24.75},{&quot;2026-08-30&quot;:24.75},{&quot;2026-08-31&quot;:24.75},{&quot;2026-09-01&quot;:24.75},{&quot;2026-09-02&quot;:24.56},{&quot;2026-09-03&quot;:24.56},{&quot;2026-09-04&quot;:24.54},{&quot;2026-09-05&quot;:24.54},{&quot;2026-09-06&quot;:24.54},{&quot;2026-09-07&quot;:23.95},{&quot;2026-09-08&quot;:23.58},{&quot;2026-09-09&quot;:23.62},{&quot;2026-09-10&quot;:23.62},{&quot;2026-09-11&quot;:24.02}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:15.49},{&quot;2026-06-14&quot;:15.39},{&quot;2026-06-15&quot;:15.43},{&quot;2026-06-16&quot;:15.65},{&quot;2026-06-17&quot;:15.62},{&quot;2026-06-18&quot;:15.66},{&quot;2026-06-19&quot;:15.66},{&quot;2026-06-20&quot;:15.5},{&quot;2026-06-21&quot;:15.0},{&quot;2026-06-22&quot;:14.5},{&quot;2026-06-23&quot;:14.54},{&quot;2026-06-24&quot;:14.63},{&quot;2026-06-25&quot;:14.62},{&quot;2026-06-26&quot;:14.73},{&quot;2026-06-27&quot;:14.85},{&quot;2026-06-28&quot;:14.93},{&quot;2026-06-29&quot;:14.96},{&quot;2026-06-30&quot;:15.06},{&quot;2026-07-01&quot;:15.12},{&quot;2026-07-02&quot;:15.18},{&quot;2026-07-03&quot;:14.98},{&quot;2026-07-04&quot;:15.03},{&quot;2026-07-05&quot;:14.98},{&quot;2026-07-06&quot;:15.03},{&quot;2026-07-07&quot;:14.94},{&quot;2026-07-08&quot;:14.85},{&quot;2026-07-09&quot;:14.84},{&quot;2026-07-10&quot;:14.88},{&quot;2026-07-11&quot;:15.01},{&quot;2026-07-12&quot;:14.87},{&quot;2026-07-13&quot;:14.69},{&quot;2026-07-14&quot;:14.17},{&quot;2026-07-15&quot;:14.4},{&quot;2026-07-16&quot;:14.59},{&quot;2026-07-17&quot;:14.75},{&quot;2026-07-18&quot;:14.71},{&quot;2026-07-19&quot;:14.6},{&quot;2026-07-20&quot;:14.43},{&quot;2026-07-21&quot;:14.32},{&quot;2026-07-22&quot;:14.26},{&quot;2026-07-23&quot;:13.89},{&quot;2026-07-24&quot;:13.91},{&quot;2026-07-25&quot;:13.86},{&quot;2026-07-26&quot;:14.05},{&quot;2026-07-27&quot;:14.11},{&quot;2026-07-28&quot;:14.42},{&quot;2026-07-29&quot;:14.14},{&quot;2026-07-30&quot;:14.21},{&quot;2026-07-31&quot;:14.18},{&quot;2026-08-01&quot;:14.32},{&quot;2026-08-02&quot;:14.49},{&quot;2026-08-03&quot;:14.61},{&quot;2026-08-04&quot;:14.77},{&quot;2026-08-05&quot;:14.77},{&quot;2026-08-07&quot;:14.96},{&quot;2026-08-08&quot;:15.03},{&quot;2026-08-09&quot;:14.99},{&quot;2026-08-10&quot;:15.03},{&quot;2026-08-11&quot;:14.98},{&quot;2026-08-12&quot;:15.13},{&quot;2026-08-13&quot;:15.21},{&quot;2026-08-14&quot;:15.38},{&quot;2026-08-15&quot;:15.62},{&quot;2026-08-16&quot;:16.05},{&quot;2026-08-17&quot;:16.03},{&quot;2026-08-18&quot;:15.98},{&quot;2026-08-19&quot;:16.0},{&quot;2026-08-20&quot;:15.8},{&quot;2026-08-21&quot;:15.74},{&quot;2026-08-22&quot;:15.64},{&quot;2026-08-23&quot;:15.67},{&quot;2026-08-24&quot;:16.04},{&quot;2026-08-25&quot;:16.2},{&quot;2026-08-26&quot;:16.49},{&quot;2026-08-27&quot;:16.7},{&quot;2026-08-28&quot;:16.7},{&quot;2026-08-29&quot;:16.7},{&quot;2026-08-30&quot;:16.81},{&quot;2026-08-31&quot;:16.94},{&quot;2026-09-01&quot;:17.05},{&quot;2026-09-02&quot;:16.36},{&quot;2026-09-03&quot;:16.61},{&quot;2026-09-04&quot;:16.99},{&quot;2026-09-05&quot;:17.55},{&quot;2026-09-06&quot;:18.01},{&quot;2026-09-07&quot;:18.07},{&quot;2026-09-08&quot;:18.17},{&quot;2026-09-09&quot;:17.87},{&quot;2026-09-10&quot;:17.53},{&quot;2026-09-11&quot;:17.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28793"
  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">
            Heroic Intervention
        </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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $17.36
          </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="Heroic Intervention" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/5/c5e72882-dbf8-42d2-9a98-31f2f71e2ed9.jpg?1783926191" />

        <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">
            Heroic Intervention
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Heroic Intervention" src="https://cards.scryfall.io/large/front/c/5/c5e72882-dbf8-42d2-9a98-31f2f71e2ed9.jpg?1783926191" />
    </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">
                $17.36
              </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">$13.00</span>
              <span class="text-xs text-grey-text">Credit: $16.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:15.44},{&quot;2026-06-13&quot;:15.94},{&quot;2026-06-14&quot;:16.05},{&quot;2026-06-15&quot;:15.92},{&quot;2026-06-16&quot;:15.87},{&quot;2026-06-17&quot;:15.87},{&quot;2026-06-18&quot;:15.87},{&quot;2026-06-19&quot;:15.87},{&quot;2026-06-20&quot;:16.05},{&quot;2026-06-21&quot;:16.05},{&quot;2026-06-22&quot;:16.1},{&quot;2026-06-23&quot;:16.17},{&quot;2026-06-24&quot;:16.2},{&quot;2026-06-25&quot;:16.34},{&quot;2026-06-26&quot;:15.57},{&quot;2026-06-27&quot;:16.33},{&quot;2026-06-28&quot;:16.24},{&quot;2026-06-29&quot;:16.24},{&quot;2026-06-30&quot;:16.24},{&quot;2026-07-01&quot;:16.16},{&quot;2026-07-02&quot;:16.12},{&quot;2026-07-03&quot;:16.07},{&quot;2026-07-04&quot;:16.08},{&quot;2026-07-05&quot;:16.59},{&quot;2026-07-06&quot;:16.45},{&quot;2026-07-07&quot;:16.25},{&quot;2026-07-08&quot;:16.26},{&quot;2026-07-09&quot;:16.37},{&quot;2026-07-10&quot;:16.26},{&quot;2026-07-11&quot;:16.22},{&quot;2026-07-12&quot;:16.22},{&quot;2026-07-13&quot;:16.29},{&quot;2026-07-14&quot;:16.29},{&quot;2026-07-15&quot;:16.36},{&quot;2026-07-16&quot;:16.64},{&quot;2026-07-17&quot;:16.74},{&quot;2026-07-18&quot;:16.78},{&quot;2026-07-19&quot;:16.72},{&quot;2026-07-20&quot;:16.79},{&quot;2026-07-21&quot;:16.79},{&quot;2026-07-23&quot;:16.46},{&quot;2026-07-24&quot;:16.46},{&quot;2026-07-25&quot;:16.52},{&quot;2026-07-26&quot;:16.52},{&quot;2026-07-27&quot;:16.8},{&quot;2026-07-28&quot;:16.85},{&quot;2026-07-29&quot;:16.97},{&quot;2026-07-30&quot;:16.99},{&quot;2026-07-31&quot;:17.22},{&quot;2026-08-01&quot;:17.22},{&quot;2026-08-02&quot;:17.22},{&quot;2026-08-03&quot;:17.38},{&quot;2026-08-04&quot;:17.42},{&quot;2026-08-05&quot;:17.44},{&quot;2026-08-07&quot;:17.18},{&quot;2026-08-08&quot;:17.15},{&quot;2026-08-09&quot;:17.15},{&quot;2026-08-10&quot;:17.13},{&quot;2026-08-11&quot;:17.26},{&quot;2026-08-12&quot;:17.15},{&quot;2026-08-13&quot;:17.15},{&quot;2026-08-14&quot;:16.95},{&quot;2026-08-15&quot;:17.07},{&quot;2026-08-16&quot;:17.03},{&quot;2026-08-17&quot;:16.69},{&quot;2026-08-18&quot;:16.32},{&quot;2026-08-19&quot;:16.09},{&quot;2026-08-20&quot;:16.09},{&quot;2026-08-21&quot;:16.14},{&quot;2026-08-22&quot;:16.01},{&quot;2026-08-23&quot;:15.94},{&quot;2026-08-24&quot;:15.94},{&quot;2026-08-25&quot;:15.92},{&quot;2026-08-26&quot;:15.92},{&quot;2026-08-27&quot;:16.19},{&quot;2026-08-28&quot;:16.67},{&quot;2026-08-29&quot;:16.67},{&quot;2026-08-30&quot;:16.55},{&quot;2026-08-31&quot;:16.55},{&quot;2026-09-01&quot;:16.56},{&quot;2026-09-02&quot;:16.6},{&quot;2026-09-03&quot;:16.73},{&quot;2026-09-04&quot;:16.57},{&quot;2026-09-05&quot;:16.69},{&quot;2026-09-06&quot;:16.84},{&quot;2026-09-07&quot;:16.88},{&quot;2026-09-08&quot;:17.31},{&quot;2026-09-09&quot;:17.07},{&quot;2026-09-10&quot;:17.11},{&quot;2026-09-11&quot;:17.36}]}"
        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="75429"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $16.25
          </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="Arcane Signet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/741218da-de09-4603-8409-b4b646909ffa.jpg?1783913903" />

        <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">
            Arcane Signet
        </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="Arcane Signet" src="https://cards.scryfall.io/large/front/7/4/741218da-de09-4603-8409-b4b646909ffa.jpg?1783913903" />
    </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">
                $16.25
              </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">
                $35.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">$10.50</span>
              <span class="text-xs text-grey-text">Credit: $13.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;:32.37},{&quot;2026-06-10&quot;:32.37},{&quot;2026-06-11&quot;:32.37},{&quot;2026-06-12&quot;:32.61},{&quot;2026-06-13&quot;:32.61},{&quot;2026-06-14&quot;:32.61},{&quot;2026-06-15&quot;:35.19},{&quot;2026-06-16&quot;:35.09},{&quot;2026-06-17&quot;:35.09},{&quot;2026-06-18&quot;:35.09},{&quot;2026-06-19&quot;:35.09},{&quot;2026-06-20&quot;:35.09},{&quot;2026-06-21&quot;:35.09},{&quot;2026-06-22&quot;:35.09},{&quot;2026-06-24&quot;:35.09},{&quot;2026-06-25&quot;:35.41},{&quot;2026-06-26&quot;:35.41},{&quot;2026-06-27&quot;:35.41},{&quot;2026-06-28&quot;:35.49},{&quot;2026-06-29&quot;:35.57},{&quot;2026-06-30&quot;:35.19},{&quot;2026-07-01&quot;:35.19},{&quot;2026-07-02&quot;:35.19},{&quot;2026-07-03&quot;:35.19},{&quot;2026-07-04&quot;:35.19},{&quot;2026-07-05&quot;:35.19},{&quot;2026-07-06&quot;:35.19},{&quot;2026-07-07&quot;:35.19},{&quot;2026-07-08&quot;:35.19},{&quot;2026-07-09&quot;:35.19},{&quot;2026-07-10&quot;:35.19},{&quot;2026-07-11&quot;:35.19},{&quot;2026-07-12&quot;:35.19},{&quot;2026-07-13&quot;:35.19},{&quot;2026-07-14&quot;:35.19},{&quot;2026-07-15&quot;:35.19},{&quot;2026-07-16&quot;:35.19},{&quot;2026-07-17&quot;:35.19},{&quot;2026-07-18&quot;:35.19},{&quot;2026-07-19&quot;:35.47},{&quot;2026-07-20&quot;:35.68},{&quot;2026-07-21&quot;:35.68},{&quot;2026-07-23&quot;:35.68},{&quot;2026-07-25&quot;:35.68},{&quot;2026-07-26&quot;:35.68},{&quot;2026-07-27&quot;:35.68},{&quot;2026-07-29&quot;:35.68},{&quot;2026-07-30&quot;:35.68},{&quot;2026-07-31&quot;:35.68},{&quot;2026-08-01&quot;:35.68},{&quot;2026-08-02&quot;:35.68},{&quot;2026-08-03&quot;:35.68},{&quot;2026-08-04&quot;:35.68},{&quot;2026-08-05&quot;:35.68},{&quot;2026-08-07&quot;:35.68},{&quot;2026-08-08&quot;:35.68},{&quot;2026-08-09&quot;:35.68},{&quot;2026-08-10&quot;:35.68},{&quot;2026-08-11&quot;:35.68},{&quot;2026-08-12&quot;:35.68},{&quot;2026-08-13&quot;:35.68},{&quot;2026-08-14&quot;:35.68},{&quot;2026-08-15&quot;:35.68},{&quot;2026-08-16&quot;:35.68},{&quot;2026-08-17&quot;:35.68},{&quot;2026-08-18&quot;:35.68},{&quot;2026-08-19&quot;:35.68},{&quot;2026-08-20&quot;:35.68},{&quot;2026-08-21&quot;:35.81},{&quot;2026-08-22&quot;:35.81},{&quot;2026-08-23&quot;:35.77},{&quot;2026-08-24&quot;:35.77},{&quot;2026-08-25&quot;:35.77},{&quot;2026-08-26&quot;:35.77},{&quot;2026-08-27&quot;:35.77},{&quot;2026-08-28&quot;:35.77},{&quot;2026-08-29&quot;:35.77},{&quot;2026-08-30&quot;:35.77},{&quot;2026-08-31&quot;:35.77},{&quot;2026-09-01&quot;:35.77},{&quot;2026-09-02&quot;:35.78},{&quot;2026-09-03&quot;:35.78},{&quot;2026-09-04&quot;:35.84},{&quot;2026-09-05&quot;:35.84},{&quot;2026-09-06&quot;:35.84},{&quot;2026-09-07&quot;:35.84},{&quot;2026-09-08&quot;:35.84},{&quot;2026-09-09&quot;:35.84},{&quot;2026-09-10&quot;:35.84},{&quot;2026-09-11&quot;:35.84}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:14.53},{&quot;2026-06-10&quot;:14.65},{&quot;2026-06-11&quot;:14.98},{&quot;2026-06-12&quot;:14.98},{&quot;2026-06-13&quot;:15.14},{&quot;2026-06-14&quot;:15.32},{&quot;2026-06-15&quot;:15.57},{&quot;2026-06-16&quot;:15.57},{&quot;2026-06-17&quot;:15.45},{&quot;2026-06-18&quot;:15.65},{&quot;2026-06-19&quot;:15.66},{&quot;2026-06-20&quot;:15.66},{&quot;2026-06-21&quot;:15.66},{&quot;2026-06-22&quot;:15.66},{&quot;2026-06-24&quot;:15.71},{&quot;2026-06-25&quot;:15.71},{&quot;2026-06-26&quot;:15.76},{&quot;2026-06-27&quot;:15.98},{&quot;2026-06-28&quot;:15.98},{&quot;2026-06-29&quot;:16.36},{&quot;2026-06-30&quot;:16.36},{&quot;2026-07-01&quot;:16.44},{&quot;2026-07-02&quot;:16.44},{&quot;2026-07-03&quot;:16.44},{&quot;2026-07-04&quot;:16.44},{&quot;2026-07-05&quot;:16.44},{&quot;2026-07-06&quot;:16.52},{&quot;2026-07-07&quot;:16.52},{&quot;2026-07-08&quot;:16.52},{&quot;2026-07-09&quot;:16.62},{&quot;2026-07-10&quot;:16.62},{&quot;2026-07-11&quot;:16.62},{&quot;2026-07-12&quot;:16.42},{&quot;2026-07-13&quot;:16.42},{&quot;2026-07-14&quot;:16.46},{&quot;2026-07-15&quot;:16.46},{&quot;2026-07-16&quot;:16.41},{&quot;2026-07-17&quot;:16.25},{&quot;2026-07-18&quot;:16.06},{&quot;2026-07-19&quot;:16.06},{&quot;2026-07-20&quot;:16.03},{&quot;2026-07-21&quot;:16.03},{&quot;2026-07-23&quot;:16.03},{&quot;2026-07-25&quot;:16.06},{&quot;2026-07-26&quot;:15.97},{&quot;2026-07-27&quot;:16.2},{&quot;2026-07-29&quot;:16.14},{&quot;2026-07-30&quot;:16.14},{&quot;2026-07-31&quot;:16.22},{&quot;2026-08-01&quot;:16.22},{&quot;2026-08-02&quot;:16.22},{&quot;2026-08-03&quot;:16.22},{&quot;2026-08-04&quot;:16.22},{&quot;2026-08-05&quot;:16.21},{&quot;2026-08-07&quot;:16.21},{&quot;2026-08-08&quot;:16.23},{&quot;2026-08-09&quot;:16.23},{&quot;2026-08-10&quot;:16.15},{&quot;2026-08-11&quot;:16.15},{&quot;2026-08-12&quot;:16.15},{&quot;2026-08-13&quot;:16.15},{&quot;2026-08-14&quot;:16.15},{&quot;2026-08-15&quot;:16.15},{&quot;2026-08-16&quot;:16.31},{&quot;2026-08-17&quot;:16.31},{&quot;2026-08-18&quot;:16.43},{&quot;2026-08-19&quot;:16.43},{&quot;2026-08-20&quot;:16.43},{&quot;2026-08-21&quot;:16.3},{&quot;2026-08-22&quot;:16.3},{&quot;2026-08-23&quot;:16.3},{&quot;2026-08-24&quot;:16.28},{&quot;2026-08-25&quot;:16.28},{&quot;2026-08-26&quot;:16.29},{&quot;2026-08-27&quot;:16.29},{&quot;2026-08-28&quot;:16.29},{&quot;2026-08-29&quot;:16.29},{&quot;2026-08-30&quot;:16.23},{&quot;2026-08-31&quot;:16.34},{&quot;2026-09-01&quot;:16.34},{&quot;2026-09-02&quot;:16.34},{&quot;2026-09-03&quot;:16.41},{&quot;2026-09-04&quot;:16.41},{&quot;2026-09-05&quot;:16.41},{&quot;2026-09-06&quot;:16.41},{&quot;2026-09-07&quot;:16.41},{&quot;2026-09-08&quot;:16.33},{&quot;2026-09-09&quot;:16.26},{&quot;2026-09-10&quot;:16.26},{&quot;2026-09-11&quot;:16.25}]}"
        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="72740"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-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">
            Awaken the Woods
        </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">
            $15.15
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Awaken the Woods" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1c95f8b8-faba-4412-8d8f-093e2ec903f0.jpg?1783920050" />

        <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">
            Awaken the Woods
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></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="Awaken the Woods" src="https://cards.scryfall.io/large/front/1/c/1c95f8b8-faba-4412-8d8f-093e2ec903f0.jpg?1783920050" />
    </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">
                $15.15
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:20.73},{&quot;2026-06-14&quot;:20.73},{&quot;2026-06-15&quot;:20.73},{&quot;2026-06-16&quot;:20.72},{&quot;2026-06-17&quot;:20.72},{&quot;2026-06-18&quot;:20.72},{&quot;2026-06-19&quot;:20.72},{&quot;2026-06-20&quot;:20.72},{&quot;2026-06-21&quot;:20.72},{&quot;2026-06-22&quot;:21.08},{&quot;2026-06-23&quot;:21.08},{&quot;2026-06-24&quot;:21.08},{&quot;2026-06-25&quot;:21.08},{&quot;2026-06-26&quot;:21.08},{&quot;2026-06-27&quot;:21.08},{&quot;2026-06-28&quot;:21.08},{&quot;2026-06-29&quot;:21.08},{&quot;2026-06-30&quot;:21.08},{&quot;2026-07-01&quot;:21.08},{&quot;2026-07-02&quot;:21.08},{&quot;2026-07-03&quot;:21.08},{&quot;2026-07-04&quot;:21.08},{&quot;2026-07-05&quot;:21.08},{&quot;2026-07-06&quot;:21.08},{&quot;2026-07-07&quot;:21.08},{&quot;2026-07-08&quot;:21.08},{&quot;2026-07-09&quot;:21.08},{&quot;2026-07-10&quot;:21.08},{&quot;2026-07-11&quot;:21.08},{&quot;2026-07-12&quot;:21.08},{&quot;2026-07-13&quot;:21.08},{&quot;2026-07-14&quot;:21.08},{&quot;2026-07-15&quot;:21.08},{&quot;2026-07-16&quot;:20.88},{&quot;2026-07-17&quot;:20.88},{&quot;2026-07-18&quot;:20.88},{&quot;2026-07-19&quot;:20.88},{&quot;2026-07-20&quot;:20.88},{&quot;2026-07-21&quot;:20.88},{&quot;2026-07-22&quot;:20.88},{&quot;2026-07-23&quot;:20.88},{&quot;2026-07-24&quot;:20.88},{&quot;2026-07-25&quot;:20.88},{&quot;2026-07-26&quot;:20.88},{&quot;2026-07-27&quot;:20.88},{&quot;2026-07-28&quot;:20.88},{&quot;2026-07-29&quot;:20.88},{&quot;2026-07-30&quot;:20.88},{&quot;2026-07-31&quot;:20.88},{&quot;2026-08-01&quot;:20.88},{&quot;2026-08-02&quot;:20.88},{&quot;2026-08-03&quot;:20.88},{&quot;2026-08-04&quot;:20.88},{&quot;2026-08-05&quot;:20.88},{&quot;2026-08-07&quot;:20.75},{&quot;2026-08-08&quot;:20.75},{&quot;2026-08-09&quot;:20.75},{&quot;2026-08-10&quot;:20.75},{&quot;2026-08-11&quot;:20.75},{&quot;2026-08-12&quot;:20.75},{&quot;2026-08-13&quot;:20.75},{&quot;2026-08-14&quot;:20.55},{&quot;2026-08-15&quot;:20.55},{&quot;2026-08-16&quot;:20.55},{&quot;2026-08-17&quot;:19.88},{&quot;2026-08-18&quot;:19.88},{&quot;2026-08-19&quot;:19.88},{&quot;2026-08-20&quot;:19.88},{&quot;2026-08-21&quot;:19.95},{&quot;2026-08-22&quot;:19.95},{&quot;2026-08-23&quot;:19.95},{&quot;2026-08-24&quot;:19.95},{&quot;2026-08-25&quot;:19.95},{&quot;2026-08-26&quot;:19.95},{&quot;2026-08-27&quot;:19.95},{&quot;2026-08-28&quot;:19.95},{&quot;2026-08-29&quot;:19.95},{&quot;2026-08-30&quot;:19.95},{&quot;2026-08-31&quot;:19.95},{&quot;2026-09-01&quot;:19.58},{&quot;2026-09-02&quot;:19.58},{&quot;2026-09-03&quot;:19.58},{&quot;2026-09-04&quot;:19.58},{&quot;2026-09-05&quot;:19.58},{&quot;2026-09-06&quot;:19.58},{&quot;2026-09-07&quot;:19.58},{&quot;2026-09-08&quot;:19.58},{&quot;2026-09-09&quot;:19.38},{&quot;2026-09-10&quot;:19.38},{&quot;2026-09-11&quot;:19.38}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.27},{&quot;2026-06-14&quot;:18.39},{&quot;2026-06-15&quot;:18.5},{&quot;2026-06-16&quot;:18.5},{&quot;2026-06-17&quot;:18.5},{&quot;2026-06-18&quot;:18.74},{&quot;2026-06-19&quot;:18.82},{&quot;2026-06-20&quot;:18.9},{&quot;2026-06-21&quot;:18.9},{&quot;2026-06-22&quot;:18.9},{&quot;2026-06-23&quot;:18.68},{&quot;2026-06-24&quot;:18.7},{&quot;2026-06-25&quot;:18.7},{&quot;2026-06-26&quot;:18.76},{&quot;2026-06-27&quot;:18.8},{&quot;2026-06-28&quot;:18.76},{&quot;2026-06-29&quot;:18.71},{&quot;2026-06-30&quot;:18.71},{&quot;2026-07-01&quot;:18.69},{&quot;2026-07-02&quot;:18.57},{&quot;2026-07-03&quot;:18.21},{&quot;2026-07-04&quot;:17.96},{&quot;2026-07-05&quot;:17.48},{&quot;2026-07-06&quot;:17.23},{&quot;2026-07-07&quot;:16.51},{&quot;2026-07-08&quot;:16.62},{&quot;2026-07-09&quot;:16.47},{&quot;2026-07-10&quot;:16.47},{&quot;2026-07-11&quot;:16.47},{&quot;2026-07-12&quot;:16.31},{&quot;2026-07-13&quot;:16.16},{&quot;2026-07-14&quot;:15.95},{&quot;2026-07-15&quot;:15.95},{&quot;2026-07-16&quot;:15.54},{&quot;2026-07-17&quot;:15.41},{&quot;2026-07-18&quot;:15.18},{&quot;2026-07-19&quot;:15.05},{&quot;2026-07-20&quot;:14.77},{&quot;2026-07-21&quot;:14.77},{&quot;2026-07-22&quot;:14.42},{&quot;2026-07-23&quot;:14.46},{&quot;2026-07-24&quot;:14.21},{&quot;2026-07-25&quot;:14.21},{&quot;2026-07-26&quot;:13.71},{&quot;2026-07-27&quot;:13.63},{&quot;2026-07-28&quot;:13.41},{&quot;2026-07-29&quot;:13.28},{&quot;2026-07-30&quot;:13.2},{&quot;2026-07-31&quot;:13.02},{&quot;2026-08-01&quot;:13.18},{&quot;2026-08-02&quot;:13.67},{&quot;2026-08-03&quot;:13.72},{&quot;2026-08-04&quot;:14.05},{&quot;2026-08-05&quot;:14.21},{&quot;2026-08-07&quot;:14.22},{&quot;2026-08-08&quot;:14.28},{&quot;2026-08-09&quot;:14.24},{&quot;2026-08-10&quot;:14.24},{&quot;2026-08-11&quot;:14.27},{&quot;2026-08-12&quot;:14.33},{&quot;2026-08-13&quot;:14.33},{&quot;2026-08-14&quot;:14.4},{&quot;2026-08-15&quot;:14.41},{&quot;2026-08-16&quot;:14.34},{&quot;2026-08-17&quot;:14.26},{&quot;2026-08-18&quot;:14.26},{&quot;2026-08-19&quot;:14.17},{&quot;2026-08-20&quot;:13.94},{&quot;2026-08-21&quot;:13.94},{&quot;2026-08-22&quot;:13.97},{&quot;2026-08-23&quot;:13.9},{&quot;2026-08-24&quot;:13.84},{&quot;2026-08-25&quot;:13.79},{&quot;2026-08-26&quot;:13.79},{&quot;2026-08-27&quot;:13.79},{&quot;2026-08-28&quot;:13.81},{&quot;2026-08-29&quot;:13.81},{&quot;2026-08-30&quot;:14.71},{&quot;2026-08-31&quot;:14.86},{&quot;2026-09-01&quot;:14.86},{&quot;2026-09-02&quot;:14.85},{&quot;2026-09-03&quot;:14.85},{&quot;2026-09-04&quot;:14.87},{&quot;2026-09-05&quot;:14.89},{&quot;2026-09-06&quot;:14.89},{&quot;2026-09-07&quot;:14.89},{&quot;2026-09-08&quot;:14.9},{&quot;2026-09-09&quot;:14.9},{&quot;2026-09-10&quot;:15.02},{&quot;2026-09-11&quot;:15.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49195"
  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-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">
            Chatterfang, Squirrel General
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $13.07
          </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="Chatterfang, Squirrel General" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/1785cf85-1ac0-4246-9b89-1a8221a8e1b2.jpg?1783926835" />

        <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">
            Chatterfang, Squirrel General
        </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 — Squirrel Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Chatterfang, Squirrel General" src="https://cards.scryfall.io/large/front/1/7/1785cf85-1ac0-4246-9b89-1a8221a8e1b2.jpg?1783926835" />
    </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">
                $13.07
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:10.11},{&quot;2026-06-13&quot;:10.11},{&quot;2026-06-14&quot;:10.11},{&quot;2026-06-15&quot;:10.11},{&quot;2026-06-16&quot;:10.11},{&quot;2026-06-17&quot;:10.11},{&quot;2026-06-18&quot;:10.11},{&quot;2026-06-19&quot;:10.11},{&quot;2026-06-20&quot;:10.11},{&quot;2026-06-21&quot;:10.11},{&quot;2026-06-22&quot;:10.59},{&quot;2026-06-23&quot;:10.59},{&quot;2026-06-24&quot;:10.59},{&quot;2026-06-25&quot;:10.59},{&quot;2026-06-26&quot;:10.59},{&quot;2026-06-27&quot;:10.59},{&quot;2026-06-28&quot;:10.59},{&quot;2026-06-29&quot;:11.48},{&quot;2026-06-30&quot;:11.48},{&quot;2026-07-01&quot;:11.48},{&quot;2026-07-02&quot;:11.48},{&quot;2026-07-03&quot;:11.48},{&quot;2026-07-04&quot;:11.48},{&quot;2026-07-05&quot;:11.48},{&quot;2026-07-06&quot;:11.48},{&quot;2026-07-07&quot;:11.48},{&quot;2026-07-08&quot;:11.48},{&quot;2026-07-09&quot;:11.48},{&quot;2026-07-10&quot;:11.48},{&quot;2026-07-11&quot;:11.48},{&quot;2026-07-12&quot;:11.58},{&quot;2026-07-13&quot;:11.58},{&quot;2026-07-14&quot;:11.58},{&quot;2026-07-15&quot;:11.58},{&quot;2026-07-16&quot;:11.58},{&quot;2026-07-17&quot;:11.58},{&quot;2026-07-18&quot;:11.54},{&quot;2026-07-19&quot;:11.54},{&quot;2026-07-20&quot;:11.64},{&quot;2026-07-21&quot;:11.64},{&quot;2026-07-23&quot;:11.83},{&quot;2026-07-24&quot;:11.83},{&quot;2026-07-25&quot;:11.83},{&quot;2026-07-26&quot;:11.83},{&quot;2026-07-27&quot;:11.83},{&quot;2026-07-28&quot;:11.83},{&quot;2026-07-29&quot;:11.83},{&quot;2026-07-30&quot;:11.83},{&quot;2026-07-31&quot;:11.83},{&quot;2026-08-01&quot;:11.83},{&quot;2026-08-02&quot;:11.83},{&quot;2026-08-03&quot;:12.4},{&quot;2026-08-04&quot;:13.02},{&quot;2026-08-05&quot;:13.02},{&quot;2026-08-07&quot;:13.02},{&quot;2026-08-08&quot;:13.02},{&quot;2026-08-09&quot;:13.02},{&quot;2026-08-10&quot;:13.02},{&quot;2026-08-11&quot;:13.02},{&quot;2026-08-12&quot;:13.02},{&quot;2026-08-13&quot;:13.02},{&quot;2026-08-14&quot;:13.02},{&quot;2026-08-15&quot;:13.02},{&quot;2026-08-16&quot;:13.96},{&quot;2026-08-17&quot;:13.96},{&quot;2026-08-18&quot;:13.96},{&quot;2026-08-19&quot;:13.96},{&quot;2026-08-20&quot;:13.96},{&quot;2026-08-21&quot;:14.66},{&quot;2026-08-22&quot;:14.66},{&quot;2026-08-23&quot;:14.66},{&quot;2026-08-24&quot;:14.66},{&quot;2026-08-25&quot;:14.66},{&quot;2026-08-26&quot;:14.66},{&quot;2026-08-27&quot;:14.66},{&quot;2026-08-28&quot;:14.66},{&quot;2026-08-29&quot;:14.66},{&quot;2026-08-30&quot;:15.09},{&quot;2026-08-31&quot;:15.45},{&quot;2026-09-01&quot;:15.77},{&quot;2026-09-02&quot;:15.77},{&quot;2026-09-03&quot;:15.97},{&quot;2026-09-04&quot;:15.97},{&quot;2026-09-05&quot;:15.97},{&quot;2026-09-06&quot;:15.97},{&quot;2026-09-07&quot;:15.97},{&quot;2026-09-08&quot;:15.97},{&quot;2026-09-09&quot;:15.97},{&quot;2026-09-10&quot;:15.97},{&quot;2026-09-11&quot;:15.97}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:11.08},{&quot;2026-06-13&quot;:11.08},{&quot;2026-06-14&quot;:11.42},{&quot;2026-06-15&quot;:11.57},{&quot;2026-06-16&quot;:11.55},{&quot;2026-06-17&quot;:11.55},{&quot;2026-06-18&quot;:11.32},{&quot;2026-06-19&quot;:11.12},{&quot;2026-06-20&quot;:10.93},{&quot;2026-06-21&quot;:10.78},{&quot;2026-06-22&quot;:10.37},{&quot;2026-06-23&quot;:10.26},{&quot;2026-06-24&quot;:10.2},{&quot;2026-06-25&quot;:10.08},{&quot;2026-06-26&quot;:10.12},{&quot;2026-06-27&quot;:10.08},{&quot;2026-06-28&quot;:9.94},{&quot;2026-06-29&quot;:9.95},{&quot;2026-06-30&quot;:10.08},{&quot;2026-07-01&quot;:9.97},{&quot;2026-07-02&quot;:10.08},{&quot;2026-07-03&quot;:10.13},{&quot;2026-07-04&quot;:10.22},{&quot;2026-07-05&quot;:10.22},{&quot;2026-07-06&quot;:10.25},{&quot;2026-07-07&quot;:10.44},{&quot;2026-07-08&quot;:10.5},{&quot;2026-07-09&quot;:10.32},{&quot;2026-07-10&quot;:10.5},{&quot;2026-07-11&quot;:10.57},{&quot;2026-07-12&quot;:10.6},{&quot;2026-07-13&quot;:10.76},{&quot;2026-07-14&quot;:10.92},{&quot;2026-07-15&quot;:11.18},{&quot;2026-07-16&quot;:11.2},{&quot;2026-07-17&quot;:11.18},{&quot;2026-07-18&quot;:11.2},{&quot;2026-07-19&quot;:11.25},{&quot;2026-07-20&quot;:11.34},{&quot;2026-07-21&quot;:11.2},{&quot;2026-07-23&quot;:11.29},{&quot;2026-07-24&quot;:11.33},{&quot;2026-07-25&quot;:11.4},{&quot;2026-07-26&quot;:11.49},{&quot;2026-07-27&quot;:11.61},{&quot;2026-07-28&quot;:11.64},{&quot;2026-07-29&quot;:11.75},{&quot;2026-07-30&quot;:12.09},{&quot;2026-07-31&quot;:12.31},{&quot;2026-08-01&quot;:12.31},{&quot;2026-08-02&quot;:12.27},{&quot;2026-08-03&quot;:12.23},{&quot;2026-08-04&quot;:12.16},{&quot;2026-08-05&quot;:12.16},{&quot;2026-08-07&quot;:12.1},{&quot;2026-08-08&quot;:12.07},{&quot;2026-08-09&quot;:12.09},{&quot;2026-08-10&quot;:11.74},{&quot;2026-08-11&quot;:11.71},{&quot;2026-08-12&quot;:11.48},{&quot;2026-08-13&quot;:11.5},{&quot;2026-08-14&quot;:11.5},{&quot;2026-08-15&quot;:11.52},{&quot;2026-08-16&quot;:11.66},{&quot;2026-08-17&quot;:11.64},{&quot;2026-08-18&quot;:11.62},{&quot;2026-08-19&quot;:11.74},{&quot;2026-08-20&quot;:11.74},{&quot;2026-08-21&quot;:11.82},{&quot;2026-08-22&quot;:11.79},{&quot;2026-08-23&quot;:11.86},{&quot;2026-08-24&quot;:12.0},{&quot;2026-08-25&quot;:12.13},{&quot;2026-08-26&quot;:12.23},{&quot;2026-08-27&quot;:12.33},{&quot;2026-08-28&quot;:12.63},{&quot;2026-08-29&quot;:12.63},{&quot;2026-08-30&quot;:12.84},{&quot;2026-08-31&quot;:12.99},{&quot;2026-09-01&quot;:12.93},{&quot;2026-09-02&quot;:12.77},{&quot;2026-09-03&quot;:12.91},{&quot;2026-09-04&quot;:12.84},{&quot;2026-09-05&quot;:12.78},{&quot;2026-09-06&quot;:12.86},{&quot;2026-09-07&quot;:12.86},{&quot;2026-09-08&quot;:12.94},{&quot;2026-09-09&quot;:13.1},{&quot;2026-09-10&quot;:13.1},{&quot;2026-09-11&quot;:13.07}]}"
        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="49180"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.66
          </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="Force of Vigor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/1/017c415b-d635-43c6-92b8-8c95d1c4ff8d.jpg?1783933099" />

        <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">
            Force of Vigor
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Force of Vigor" src="https://cards.scryfall.io/large/front/0/1/017c415b-d635-43c6-92b8-8c95d1c4ff8d.jpg?1783933099" />
    </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">
                $9.66
              </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">
                $16.20
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:15.42},{&quot;2026-06-10&quot;:15.8},{&quot;2026-06-11&quot;:15.8},{&quot;2026-06-12&quot;:16.01},{&quot;2026-06-13&quot;:16.01},{&quot;2026-06-14&quot;:16.01},{&quot;2026-06-15&quot;:16.01},{&quot;2026-06-16&quot;:16.01},{&quot;2026-06-17&quot;:16.01},{&quot;2026-06-18&quot;:16.01},{&quot;2026-06-19&quot;:16.01},{&quot;2026-06-20&quot;:16.01},{&quot;2026-06-21&quot;:16.01},{&quot;2026-06-22&quot;:16.01},{&quot;2026-06-24&quot;:16.01},{&quot;2026-06-25&quot;:16.01},{&quot;2026-06-26&quot;:16.01},{&quot;2026-06-27&quot;:16.01},{&quot;2026-06-28&quot;:16.01},{&quot;2026-06-29&quot;:16.01},{&quot;2026-06-30&quot;:16.01},{&quot;2026-07-01&quot;:16.01},{&quot;2026-07-02&quot;:16.01},{&quot;2026-07-03&quot;:15.97},{&quot;2026-07-04&quot;:15.97},{&quot;2026-07-05&quot;:15.97},{&quot;2026-07-06&quot;:15.97},{&quot;2026-07-07&quot;:15.97},{&quot;2026-07-08&quot;:15.97},{&quot;2026-07-09&quot;:15.97},{&quot;2026-07-10&quot;:15.97},{&quot;2026-07-11&quot;:15.97},{&quot;2026-07-12&quot;:15.97},{&quot;2026-07-13&quot;:15.97},{&quot;2026-07-14&quot;:15.97},{&quot;2026-07-15&quot;:15.97},{&quot;2026-07-16&quot;:15.97},{&quot;2026-07-17&quot;:15.97},{&quot;2026-07-18&quot;:15.97},{&quot;2026-07-19&quot;:15.97},{&quot;2026-07-20&quot;:15.97},{&quot;2026-07-21&quot;:15.97},{&quot;2026-07-23&quot;:15.97},{&quot;2026-07-25&quot;:15.96},{&quot;2026-07-26&quot;:15.96},{&quot;2026-07-27&quot;:15.96},{&quot;2026-07-29&quot;:15.96},{&quot;2026-07-30&quot;:15.92},{&quot;2026-07-31&quot;:15.92},{&quot;2026-08-01&quot;:15.92},{&quot;2026-08-02&quot;:15.89},{&quot;2026-08-03&quot;:15.89},{&quot;2026-08-04&quot;:15.89},{&quot;2026-08-05&quot;:15.89},{&quot;2026-08-07&quot;:15.93},{&quot;2026-08-08&quot;:15.93},{&quot;2026-08-09&quot;:15.93},{&quot;2026-08-10&quot;:15.93},{&quot;2026-08-11&quot;:15.93},{&quot;2026-08-12&quot;:15.93},{&quot;2026-08-13&quot;:15.93},{&quot;2026-08-14&quot;:15.93},{&quot;2026-08-15&quot;:15.93},{&quot;2026-08-16&quot;:15.93},{&quot;2026-08-17&quot;:15.93},{&quot;2026-08-18&quot;:15.93},{&quot;2026-08-19&quot;:15.98},{&quot;2026-08-20&quot;:15.98},{&quot;2026-08-21&quot;:15.98},{&quot;2026-08-22&quot;:15.92},{&quot;2026-08-23&quot;:15.92},{&quot;2026-08-24&quot;:15.92},{&quot;2026-08-25&quot;:15.92},{&quot;2026-08-26&quot;:15.92},{&quot;2026-08-27&quot;:15.92},{&quot;2026-08-28&quot;:16.09},{&quot;2026-08-29&quot;:16.09},{&quot;2026-08-30&quot;:16.09},{&quot;2026-08-31&quot;:16.2},{&quot;2026-09-01&quot;:16.2},{&quot;2026-09-02&quot;:16.2},{&quot;2026-09-03&quot;:16.2},{&quot;2026-09-04&quot;:16.2},{&quot;2026-09-05&quot;:16.2},{&quot;2026-09-06&quot;:16.2},{&quot;2026-09-07&quot;:16.2},{&quot;2026-09-08&quot;:16.2},{&quot;2026-09-09&quot;:16.2},{&quot;2026-09-10&quot;:16.2},{&quot;2026-09-11&quot;:16.2}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:8.77},{&quot;2026-06-10&quot;:9.0},{&quot;2026-06-11&quot;:8.91},{&quot;2026-06-12&quot;:9.0},{&quot;2026-06-13&quot;:8.83},{&quot;2026-06-14&quot;:8.81},{&quot;2026-06-15&quot;:8.93},{&quot;2026-06-16&quot;:8.91},{&quot;2026-06-17&quot;:8.95},{&quot;2026-06-18&quot;:8.85},{&quot;2026-06-19&quot;:8.84},{&quot;2026-06-20&quot;:8.89},{&quot;2026-06-21&quot;:8.87},{&quot;2026-06-22&quot;:8.88},{&quot;2026-06-24&quot;:8.93},{&quot;2026-06-25&quot;:9.02},{&quot;2026-06-26&quot;:9.02},{&quot;2026-06-27&quot;:9.02},{&quot;2026-06-28&quot;:9.0},{&quot;2026-06-29&quot;:9.04},{&quot;2026-06-30&quot;:8.84},{&quot;2026-07-01&quot;:8.69},{&quot;2026-07-02&quot;:8.69},{&quot;2026-07-03&quot;:8.69},{&quot;2026-07-04&quot;:8.5},{&quot;2026-07-05&quot;:8.4},{&quot;2026-07-06&quot;:8.34},{&quot;2026-07-07&quot;:7.99},{&quot;2026-07-08&quot;:7.9},{&quot;2026-07-09&quot;:7.69},{&quot;2026-07-10&quot;:7.97},{&quot;2026-07-11&quot;:7.94},{&quot;2026-07-12&quot;:7.93},{&quot;2026-07-13&quot;:7.99},{&quot;2026-07-14&quot;:8.08},{&quot;2026-07-15&quot;:8.31},{&quot;2026-07-16&quot;:8.35},{&quot;2026-07-17&quot;:8.43},{&quot;2026-07-18&quot;:8.45},{&quot;2026-07-19&quot;:8.39},{&quot;2026-07-20&quot;:8.51},{&quot;2026-07-21&quot;:8.51},{&quot;2026-07-23&quot;:8.51},{&quot;2026-07-25&quot;:8.33},{&quot;2026-07-26&quot;:8.37},{&quot;2026-07-27&quot;:8.62},{&quot;2026-07-29&quot;:8.55},{&quot;2026-07-30&quot;:8.4},{&quot;2026-07-31&quot;:8.58},{&quot;2026-08-01&quot;:8.49},{&quot;2026-08-02&quot;:8.59},{&quot;2026-08-03&quot;:8.65},{&quot;2026-08-04&quot;:8.67},{&quot;2026-08-05&quot;:8.72},{&quot;2026-08-07&quot;:8.6},{&quot;2026-08-08&quot;:8.69},{&quot;2026-08-09&quot;:8.67},{&quot;2026-08-10&quot;:8.47},{&quot;2026-08-11&quot;:8.44},{&quot;2026-08-12&quot;:8.01},{&quot;2026-08-13&quot;:8.04},{&quot;2026-08-14&quot;:8.05},{&quot;2026-08-15&quot;:8.05},{&quot;2026-08-16&quot;:8.16},{&quot;2026-08-17&quot;:8.29},{&quot;2026-08-18&quot;:8.21},{&quot;2026-08-19&quot;:8.19},{&quot;2026-08-20&quot;:8.19},{&quot;2026-08-21&quot;:8.45},{&quot;2026-08-22&quot;:8.52},{&quot;2026-08-23&quot;:8.58},{&quot;2026-08-24&quot;:8.59},{&quot;2026-08-25&quot;:8.59},{&quot;2026-08-26&quot;:8.64},{&quot;2026-08-27&quot;:8.64},{&quot;2026-08-28&quot;:8.63},{&quot;2026-08-29&quot;:8.63},{&quot;2026-08-30&quot;:8.92},{&quot;2026-08-31&quot;:8.91},{&quot;2026-09-01&quot;:8.91},{&quot;2026-09-02&quot;:9.21},{&quot;2026-09-03&quot;:9.53},{&quot;2026-09-04&quot;:9.53},{&quot;2026-09-05&quot;:9.53},{&quot;2026-09-06&quot;:9.72},{&quot;2026-09-07&quot;:9.72},{&quot;2026-09-08&quot;:9.72},{&quot;2026-09-09&quot;:9.72},{&quot;2026-09-10&quot;:9.72},{&quot;2026-09-11&quot;:9.66}]}"
        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="49393"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.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="Academy Manufactor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90744c2c-6dd7-4623-8cbf-b138b83ee88f.jpg?1783926807" />

        <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">
            Academy Manufactor
        </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 — Assembly-Worker</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Academy Manufactor" src="https://cards.scryfall.io/large/front/9/0/90744c2c-6dd7-4623-8cbf-b138b83ee88f.jpg?1783926807" />
    </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">
                $8.93
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:11.3},{&quot;2026-06-12&quot;:11.3},{&quot;2026-06-13&quot;:11.3},{&quot;2026-06-14&quot;:11.3},{&quot;2026-06-15&quot;:11.3},{&quot;2026-06-16&quot;:11.3},{&quot;2026-06-17&quot;:11.3},{&quot;2026-06-18&quot;:11.3},{&quot;2026-06-19&quot;:11.19},{&quot;2026-06-20&quot;:11.19},{&quot;2026-06-21&quot;:11.19},{&quot;2026-06-22&quot;:11.19},{&quot;2026-06-23&quot;:11.19},{&quot;2026-06-24&quot;:11.19},{&quot;2026-06-25&quot;:11.19},{&quot;2026-06-26&quot;:11.19},{&quot;2026-06-27&quot;:11.19},{&quot;2026-06-28&quot;:11.19},{&quot;2026-06-29&quot;:11.19},{&quot;2026-06-30&quot;:11.19},{&quot;2026-07-01&quot;:11.28},{&quot;2026-07-02&quot;:11.28},{&quot;2026-07-03&quot;:11.28},{&quot;2026-07-04&quot;:11.28},{&quot;2026-07-05&quot;:11.28},{&quot;2026-07-06&quot;:11.28},{&quot;2026-07-07&quot;:11.28},{&quot;2026-07-08&quot;:11.28},{&quot;2026-07-09&quot;:11.28},{&quot;2026-07-10&quot;:11.28},{&quot;2026-07-11&quot;:11.28},{&quot;2026-07-12&quot;:11.28},{&quot;2026-07-13&quot;:11.28},{&quot;2026-07-14&quot;:11.28},{&quot;2026-07-15&quot;:11.28},{&quot;2026-07-16&quot;:11.28},{&quot;2026-07-17&quot;:11.28},{&quot;2026-07-18&quot;:11.28},{&quot;2026-07-19&quot;:11.28},{&quot;2026-07-20&quot;:11.36},{&quot;2026-07-21&quot;:11.36},{&quot;2026-07-23&quot;:11.25},{&quot;2026-07-25&quot;:11.25},{&quot;2026-07-26&quot;:11.34},{&quot;2026-07-27&quot;:11.34},{&quot;2026-07-28&quot;:11.34},{&quot;2026-07-29&quot;:11.34},{&quot;2026-07-30&quot;:11.34},{&quot;2026-07-31&quot;:11.34},{&quot;2026-08-01&quot;:11.34},{&quot;2026-08-02&quot;:11.34},{&quot;2026-08-03&quot;:11.23},{&quot;2026-08-04&quot;:11.23},{&quot;2026-08-05&quot;:11.23},{&quot;2026-08-07&quot;:11.23},{&quot;2026-08-08&quot;:11.23},{&quot;2026-08-09&quot;:11.23},{&quot;2026-08-10&quot;:11.23},{&quot;2026-08-11&quot;:11.23},{&quot;2026-08-12&quot;:11.23},{&quot;2026-08-13&quot;:10.99},{&quot;2026-08-14&quot;:10.99},{&quot;2026-08-15&quot;:10.99},{&quot;2026-08-16&quot;:10.99},{&quot;2026-08-17&quot;:11.02},{&quot;2026-08-18&quot;:11.02},{&quot;2026-08-19&quot;:11.02},{&quot;2026-08-20&quot;:11.02},{&quot;2026-08-21&quot;:10.9},{&quot;2026-08-22&quot;:10.9},{&quot;2026-08-23&quot;:10.9},{&quot;2026-08-24&quot;:10.9},{&quot;2026-08-25&quot;:10.9},{&quot;2026-08-26&quot;:10.9},{&quot;2026-08-27&quot;:10.7},{&quot;2026-08-28&quot;:10.7},{&quot;2026-08-29&quot;:10.7},{&quot;2026-08-30&quot;:10.7},{&quot;2026-08-31&quot;:10.7},{&quot;2026-09-01&quot;:10.7},{&quot;2026-09-02&quot;:10.83},{&quot;2026-09-03&quot;:10.91},{&quot;2026-09-04&quot;:10.99},{&quot;2026-09-05&quot;:10.99},{&quot;2026-09-06&quot;:11.06},{&quot;2026-09-07&quot;:10.84},{&quot;2026-09-08&quot;:11.11},{&quot;2026-09-09&quot;:11.11},{&quot;2026-09-10&quot;:11.11},{&quot;2026-09-11&quot;:11.04}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.22},{&quot;2026-06-12&quot;:7.08},{&quot;2026-06-13&quot;:6.68},{&quot;2026-06-14&quot;:6.74},{&quot;2026-06-15&quot;:6.74},{&quot;2026-06-16&quot;:7.07},{&quot;2026-06-17&quot;:7.29},{&quot;2026-06-18&quot;:7.21},{&quot;2026-06-19&quot;:7.17},{&quot;2026-06-20&quot;:6.98},{&quot;2026-06-21&quot;:6.83},{&quot;2026-06-22&quot;:6.72},{&quot;2026-06-23&quot;:6.64},{&quot;2026-06-24&quot;:6.64},{&quot;2026-06-25&quot;:6.63},{&quot;2026-06-26&quot;:6.3},{&quot;2026-06-27&quot;:6.51},{&quot;2026-06-28&quot;:6.43},{&quot;2026-06-29&quot;:6.56},{&quot;2026-06-30&quot;:6.53},{&quot;2026-07-01&quot;:6.35},{&quot;2026-07-02&quot;:6.32},{&quot;2026-07-03&quot;:6.59},{&quot;2026-07-04&quot;:6.6},{&quot;2026-07-05&quot;:6.84},{&quot;2026-07-06&quot;:6.72},{&quot;2026-07-07&quot;:6.8},{&quot;2026-07-08&quot;:6.69},{&quot;2026-07-09&quot;:6.62},{&quot;2026-07-10&quot;:6.42},{&quot;2026-07-11&quot;:6.34},{&quot;2026-07-12&quot;:6.77},{&quot;2026-07-13&quot;:6.66},{&quot;2026-07-14&quot;:6.66},{&quot;2026-07-15&quot;:6.66},{&quot;2026-07-16&quot;:6.57},{&quot;2026-07-17&quot;:6.55},{&quot;2026-07-18&quot;:6.58},{&quot;2026-07-19&quot;:6.61},{&quot;2026-07-20&quot;:6.62},{&quot;2026-07-21&quot;:6.69},{&quot;2026-07-23&quot;:6.98},{&quot;2026-07-25&quot;:7.35},{&quot;2026-07-26&quot;:7.37},{&quot;2026-07-27&quot;:7.19},{&quot;2026-07-28&quot;:6.78},{&quot;2026-07-29&quot;:6.7},{&quot;2026-07-30&quot;:6.66},{&quot;2026-07-31&quot;:6.76},{&quot;2026-08-01&quot;:6.8},{&quot;2026-08-02&quot;:6.97},{&quot;2026-08-03&quot;:7.07},{&quot;2026-08-04&quot;:7.11},{&quot;2026-08-05&quot;:7.09},{&quot;2026-08-07&quot;:7.22},{&quot;2026-08-08&quot;:7.3},{&quot;2026-08-09&quot;:7.55},{&quot;2026-08-10&quot;:7.71},{&quot;2026-08-11&quot;:7.62},{&quot;2026-08-12&quot;:7.44},{&quot;2026-08-13&quot;:7.54},{&quot;2026-08-14&quot;:7.46},{&quot;2026-08-15&quot;:7.46},{&quot;2026-08-16&quot;:7.47},{&quot;2026-08-17&quot;:7.51},{&quot;2026-08-18&quot;:7.83},{&quot;2026-08-19&quot;:7.92},{&quot;2026-08-20&quot;:7.92},{&quot;2026-08-21&quot;:7.98},{&quot;2026-08-22&quot;:7.72},{&quot;2026-08-23&quot;:8.05},{&quot;2026-08-24&quot;:8.24},{&quot;2026-08-25&quot;:8.09},{&quot;2026-08-26&quot;:7.78},{&quot;2026-08-27&quot;:7.64},{&quot;2026-08-28&quot;:7.95},{&quot;2026-08-29&quot;:7.95},{&quot;2026-08-30&quot;:8.86},{&quot;2026-08-31&quot;:8.95},{&quot;2026-09-01&quot;:8.52},{&quot;2026-09-02&quot;:8.36},{&quot;2026-09-03&quot;:8.18},{&quot;2026-09-04&quot;:7.96},{&quot;2026-09-05&quot;:7.86},{&quot;2026-09-06&quot;:7.72},{&quot;2026-09-07&quot;:7.76},{&quot;2026-09-08&quot;:7.84},{&quot;2026-09-09&quot;:8.0},{&quot;2026-09-10&quot;:8.24},{&quot;2026-09-11&quot;:8.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="12444"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Undergrowth Stadium
        </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="Undergrowth Stadium" src="https://cards.scryfall.io/large/front/d/f/df64c9cf-17de-44f3-831d-ba09661f2308.jpg?1783928737" />
    </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">
                $6.42
              </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">
                $8.65
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:9.18},{&quot;2026-06-10&quot;:9.18},{&quot;2026-06-11&quot;:9.18},{&quot;2026-06-12&quot;:9.18},{&quot;2026-06-13&quot;:9.18},{&quot;2026-06-14&quot;:9.18},{&quot;2026-06-15&quot;:9.18},{&quot;2026-06-16&quot;:9.18},{&quot;2026-06-17&quot;:9.18},{&quot;2026-06-18&quot;:9.18},{&quot;2026-06-19&quot;:9.2},{&quot;2026-06-20&quot;:9.2},{&quot;2026-06-21&quot;:9.2},{&quot;2026-06-22&quot;:9.2},{&quot;2026-06-24&quot;:9.2},{&quot;2026-06-25&quot;:9.2},{&quot;2026-06-26&quot;:9.19},{&quot;2026-06-27&quot;:9.19},{&quot;2026-06-28&quot;:9.19},{&quot;2026-06-29&quot;:9.19},{&quot;2026-06-30&quot;:9.19},{&quot;2026-07-01&quot;:9.19},{&quot;2026-07-02&quot;:9.19},{&quot;2026-07-03&quot;:9.19},{&quot;2026-07-04&quot;:9.19},{&quot;2026-07-05&quot;:9.19},{&quot;2026-07-06&quot;:9.19},{&quot;2026-07-07&quot;:9.19},{&quot;2026-07-08&quot;:9.19},{&quot;2026-07-09&quot;:9.19},{&quot;2026-07-10&quot;:9.2},{&quot;2026-07-11&quot;:9.2},{&quot;2026-07-12&quot;:9.2},{&quot;2026-07-13&quot;:9.2},{&quot;2026-07-14&quot;:9.2},{&quot;2026-07-15&quot;:9.2},{&quot;2026-07-16&quot;:9.2},{&quot;2026-07-17&quot;:9.2},{&quot;2026-07-18&quot;:9.2},{&quot;2026-07-19&quot;:9.2},{&quot;2026-07-20&quot;:9.2},{&quot;2026-07-21&quot;:9.03},{&quot;2026-07-23&quot;:9.03},{&quot;2026-07-25&quot;:9.03},{&quot;2026-07-26&quot;:8.96},{&quot;2026-07-27&quot;:8.96},{&quot;2026-07-29&quot;:8.94},{&quot;2026-07-30&quot;:8.85},{&quot;2026-07-31&quot;:8.85},{&quot;2026-08-01&quot;:8.85},{&quot;2026-08-02&quot;:8.85},{&quot;2026-08-03&quot;:8.75},{&quot;2026-08-04&quot;:8.75},{&quot;2026-08-05&quot;:8.75},{&quot;2026-08-07&quot;:8.75},{&quot;2026-08-08&quot;:8.75},{&quot;2026-08-09&quot;:8.75},{&quot;2026-08-10&quot;:8.75},{&quot;2026-08-11&quot;:8.68},{&quot;2026-08-12&quot;:8.68},{&quot;2026-08-13&quot;:8.68},{&quot;2026-08-14&quot;:8.68},{&quot;2026-08-15&quot;:8.68},{&quot;2026-08-16&quot;:8.68},{&quot;2026-08-17&quot;:8.68},{&quot;2026-08-18&quot;:8.68},{&quot;2026-08-19&quot;:8.75},{&quot;2026-08-20&quot;:8.75},{&quot;2026-08-21&quot;:8.75},{&quot;2026-08-22&quot;:8.75},{&quot;2026-08-23&quot;:8.75},{&quot;2026-08-24&quot;:8.75},{&quot;2026-08-25&quot;:8.75},{&quot;2026-08-26&quot;:8.75},{&quot;2026-08-27&quot;:8.75},{&quot;2026-08-28&quot;:8.75},{&quot;2026-08-29&quot;:8.75},{&quot;2026-08-30&quot;:8.7},{&quot;2026-08-31&quot;:8.69},{&quot;2026-09-01&quot;:8.69},{&quot;2026-09-02&quot;:8.69},{&quot;2026-09-03&quot;:8.65},{&quot;2026-09-04&quot;:8.65},{&quot;2026-09-05&quot;:8.65},{&quot;2026-09-06&quot;:8.65},{&quot;2026-09-07&quot;:8.62},{&quot;2026-09-08&quot;:8.62},{&quot;2026-09-09&quot;:8.65},{&quot;2026-09-10&quot;:8.65},{&quot;2026-09-11&quot;:8.65}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.02},{&quot;2026-06-10&quot;:6.81},{&quot;2026-06-11&quot;:6.93},{&quot;2026-06-12&quot;:7.06},{&quot;2026-06-13&quot;:7.17},{&quot;2026-06-14&quot;:7.31},{&quot;2026-06-15&quot;:7.24},{&quot;2026-06-16&quot;:7.13},{&quot;2026-06-17&quot;:7.14},{&quot;2026-06-18&quot;:7.0},{&quot;2026-06-19&quot;:6.87},{&quot;2026-06-20&quot;:6.87},{&quot;2026-06-21&quot;:6.78},{&quot;2026-06-22&quot;:6.79},{&quot;2026-06-24&quot;:6.67},{&quot;2026-06-25&quot;:6.71},{&quot;2026-06-26&quot;:6.67},{&quot;2026-06-27&quot;:6.54},{&quot;2026-06-28&quot;:6.57},{&quot;2026-06-29&quot;:6.48},{&quot;2026-06-30&quot;:6.27},{&quot;2026-07-01&quot;:5.97},{&quot;2026-07-02&quot;:5.9},{&quot;2026-07-03&quot;:5.79},{&quot;2026-07-04&quot;:5.72},{&quot;2026-07-05&quot;:5.72},{&quot;2026-07-06&quot;:5.8},{&quot;2026-07-07&quot;:5.76},{&quot;2026-07-08&quot;:5.79},{&quot;2026-07-09&quot;:5.79},{&quot;2026-07-10&quot;:5.76},{&quot;2026-07-11&quot;:5.81},{&quot;2026-07-12&quot;:5.92},{&quot;2026-07-13&quot;:5.96},{&quot;2026-07-14&quot;:6.02},{&quot;2026-07-15&quot;:5.98},{&quot;2026-07-16&quot;:5.99},{&quot;2026-07-17&quot;:6.05},{&quot;2026-07-18&quot;:6.05},{&quot;2026-07-19&quot;:6.15},{&quot;2026-07-20&quot;:6.15},{&quot;2026-07-21&quot;:6.05},{&quot;2026-07-23&quot;:6.05},{&quot;2026-07-25&quot;:6.23},{&quot;2026-07-26&quot;:6.31},{&quot;2026-07-27&quot;:6.28},{&quot;2026-07-29&quot;:6.34},{&quot;2026-07-30&quot;:6.38},{&quot;2026-07-31&quot;:6.25},{&quot;2026-08-01&quot;:6.25},{&quot;2026-08-02&quot;:6.3},{&quot;2026-08-03&quot;:6.24},{&quot;2026-08-04&quot;:6.26},{&quot;2026-08-05&quot;:6.23},{&quot;2026-08-07&quot;:6.22},{&quot;2026-08-08&quot;:6.22},{&quot;2026-08-09&quot;:6.09},{&quot;2026-08-10&quot;:6.11},{&quot;2026-08-11&quot;:6.08},{&quot;2026-08-12&quot;:6.23},{&quot;2026-08-13&quot;:6.06},{&quot;2026-08-14&quot;:5.94},{&quot;2026-08-15&quot;:5.78},{&quot;2026-08-16&quot;:5.84},{&quot;2026-08-17&quot;:5.93},{&quot;2026-08-18&quot;:6.17},{&quot;2026-08-19&quot;:6.19},{&quot;2026-08-20&quot;:6.19},{&quot;2026-08-21&quot;:6.26},{&quot;2026-08-22&quot;:6.45},{&quot;2026-08-23&quot;:6.34},{&quot;2026-08-24&quot;:6.35},{&quot;2026-08-25&quot;:6.35},{&quot;2026-08-26&quot;:6.18},{&quot;2026-08-27&quot;:6.26},{&quot;2026-08-28&quot;:6.34},{&quot;2026-08-29&quot;:6.34},{&quot;2026-08-30&quot;:6.42},{&quot;2026-08-31&quot;:6.54},{&quot;2026-09-01&quot;:6.54},{&quot;2026-09-02&quot;:6.68},{&quot;2026-09-03&quot;:6.68},{&quot;2026-09-04&quot;:6.68},{&quot;2026-09-05&quot;:6.82},{&quot;2026-09-06&quot;:6.85},{&quot;2026-09-07&quot;:6.84},{&quot;2026-09-08&quot;:6.88},{&quot;2026-09-09&quot;:6.79},{&quot;2026-09-10&quot;:6.57},{&quot;2026-09-11&quot;:6.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86941"
  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-woe 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">
            Experimental Confectioner
        </span>


      </div>

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

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

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

        <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">
            Experimental Confectioner
        </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 Peasant</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="Experimental Confectioner" src="https://cards.scryfall.io/large/front/4/9/49aaf5db-9418-4b97-97da-736c674905d4.jpg?1783915040" />
    </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">
                $8.21
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.98},{&quot;2026-06-11&quot;:7.97},{&quot;2026-06-12&quot;:8.04},{&quot;2026-06-13&quot;:8.03},{&quot;2026-06-14&quot;:8.01},{&quot;2026-06-15&quot;:8.01},{&quot;2026-06-16&quot;:8.01},{&quot;2026-06-17&quot;:8.02},{&quot;2026-06-18&quot;:8.02},{&quot;2026-06-19&quot;:8.13},{&quot;2026-06-20&quot;:8.13},{&quot;2026-06-21&quot;:8.16},{&quot;2026-06-22&quot;:8.24},{&quot;2026-06-23&quot;:8.23},{&quot;2026-06-24&quot;:8.28},{&quot;2026-06-25&quot;:8.3},{&quot;2026-06-26&quot;:8.41},{&quot;2026-06-27&quot;:8.46},{&quot;2026-06-28&quot;:8.45},{&quot;2026-06-29&quot;:8.45},{&quot;2026-06-30&quot;:8.5},{&quot;2026-07-01&quot;:8.51},{&quot;2026-07-02&quot;:8.67},{&quot;2026-07-03&quot;:8.67},{&quot;2026-07-04&quot;:8.67},{&quot;2026-07-05&quot;:8.89},{&quot;2026-07-06&quot;:8.89},{&quot;2026-07-07&quot;:8.89},{&quot;2026-07-08&quot;:8.86},{&quot;2026-07-09&quot;:8.86},{&quot;2026-07-10&quot;:8.86},{&quot;2026-07-11&quot;:8.84},{&quot;2026-07-12&quot;:8.84},{&quot;2026-07-13&quot;:8.84},{&quot;2026-07-14&quot;:8.91},{&quot;2026-07-15&quot;:8.91},{&quot;2026-07-16&quot;:8.94},{&quot;2026-07-17&quot;:8.94},{&quot;2026-07-18&quot;:8.94},{&quot;2026-07-19&quot;:8.94},{&quot;2026-07-20&quot;:8.94},{&quot;2026-07-21&quot;:8.99},{&quot;2026-07-23&quot;:9.07},{&quot;2026-07-25&quot;:9.13},{&quot;2026-07-26&quot;:9.13},{&quot;2026-07-27&quot;:9.13},{&quot;2026-07-29&quot;:9.09},{&quot;2026-07-30&quot;:9.09},{&quot;2026-07-31&quot;:9.09},{&quot;2026-08-01&quot;:9.02},{&quot;2026-08-02&quot;:9.02},{&quot;2026-08-03&quot;:8.96},{&quot;2026-08-04&quot;:8.98},{&quot;2026-08-05&quot;:8.91},{&quot;2026-08-07&quot;:8.92},{&quot;2026-08-08&quot;:8.92},{&quot;2026-08-09&quot;:8.92},{&quot;2026-08-10&quot;:8.93},{&quot;2026-08-11&quot;:8.93},{&quot;2026-08-12&quot;:8.89},{&quot;2026-08-13&quot;:8.87},{&quot;2026-08-14&quot;:8.86},{&quot;2026-08-15&quot;:8.53},{&quot;2026-08-16&quot;:8.53},{&quot;2026-08-17&quot;:8.54},{&quot;2026-08-18&quot;:8.54},{&quot;2026-08-19&quot;:8.48},{&quot;2026-08-20&quot;:8.48},{&quot;2026-08-21&quot;:8.39},{&quot;2026-08-22&quot;:8.39},{&quot;2026-08-23&quot;:8.37},{&quot;2026-08-24&quot;:8.37},{&quot;2026-08-25&quot;:8.37},{&quot;2026-08-26&quot;:8.41},{&quot;2026-08-27&quot;:8.41},{&quot;2026-08-28&quot;:8.41},{&quot;2026-08-29&quot;:8.41},{&quot;2026-08-30&quot;:8.44},{&quot;2026-08-31&quot;:8.46},{&quot;2026-09-01&quot;:8.46},{&quot;2026-09-02&quot;:8.63},{&quot;2026-09-03&quot;:8.63},{&quot;2026-09-04&quot;:8.75},{&quot;2026-09-05&quot;:8.79},{&quot;2026-09-06&quot;:8.8},{&quot;2026-09-07&quot;:8.8},{&quot;2026-09-08&quot;:8.8},{&quot;2026-09-09&quot;:8.8},{&quot;2026-09-10&quot;:8.82},{&quot;2026-09-11&quot;:8.82}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.73},{&quot;2026-06-11&quot;:8.93},{&quot;2026-06-12&quot;:8.93},{&quot;2026-06-13&quot;:9.43},{&quot;2026-06-14&quot;:9.43},{&quot;2026-06-15&quot;:9.95},{&quot;2026-06-16&quot;:10.05},{&quot;2026-06-17&quot;:10.0},{&quot;2026-06-18&quot;:9.85},{&quot;2026-06-19&quot;:9.99},{&quot;2026-06-20&quot;:9.91},{&quot;2026-06-21&quot;:9.66},{&quot;2026-06-22&quot;:9.43},{&quot;2026-06-23&quot;:9.44},{&quot;2026-06-24&quot;:9.44},{&quot;2026-06-25&quot;:9.23},{&quot;2026-06-26&quot;:8.82},{&quot;2026-06-27&quot;:8.48},{&quot;2026-06-28&quot;:8.33},{&quot;2026-06-29&quot;:8.06},{&quot;2026-06-30&quot;:7.83},{&quot;2026-07-01&quot;:7.8},{&quot;2026-07-02&quot;:7.91},{&quot;2026-07-03&quot;:8.07},{&quot;2026-07-04&quot;:8.03},{&quot;2026-07-05&quot;:8.03},{&quot;2026-07-06&quot;:8.14},{&quot;2026-07-07&quot;:8.23},{&quot;2026-07-08&quot;:8.47},{&quot;2026-07-09&quot;:8.51},{&quot;2026-07-10&quot;:8.51},{&quot;2026-07-11&quot;:8.53},{&quot;2026-07-12&quot;:8.54},{&quot;2026-07-13&quot;:8.5},{&quot;2026-07-14&quot;:8.53},{&quot;2026-07-15&quot;:7.97},{&quot;2026-07-16&quot;:7.97},{&quot;2026-07-17&quot;:7.91},{&quot;2026-07-18&quot;:7.93},{&quot;2026-07-19&quot;:7.88},{&quot;2026-07-20&quot;:7.98},{&quot;2026-07-21&quot;:7.98},{&quot;2026-07-23&quot;:8.32},{&quot;2026-07-25&quot;:8.01},{&quot;2026-07-26&quot;:7.65},{&quot;2026-07-27&quot;:7.34},{&quot;2026-07-29&quot;:7.32},{&quot;2026-07-30&quot;:7.36},{&quot;2026-07-31&quot;:7.99},{&quot;2026-08-01&quot;:8.04},{&quot;2026-08-02&quot;:8.41},{&quot;2026-08-03&quot;:8.41},{&quot;2026-08-04&quot;:8.47},{&quot;2026-08-05&quot;:8.54},{&quot;2026-08-07&quot;:8.54},{&quot;2026-08-08&quot;:8.54},{&quot;2026-08-09&quot;:8.48},{&quot;2026-08-10&quot;:8.43},{&quot;2026-08-11&quot;:8.38},{&quot;2026-08-12&quot;:8.33},{&quot;2026-08-13&quot;:8.27},{&quot;2026-08-14&quot;:8.3},{&quot;2026-08-15&quot;:8.2},{&quot;2026-08-16&quot;:8.2},{&quot;2026-08-17&quot;:8.4},{&quot;2026-08-18&quot;:8.37},{&quot;2026-08-19&quot;:8.41},{&quot;2026-08-20&quot;:8.41},{&quot;2026-08-21&quot;:8.35},{&quot;2026-08-22&quot;:8.24},{&quot;2026-08-23&quot;:8.02},{&quot;2026-08-24&quot;:8.23},{&quot;2026-08-25&quot;:8.23},{&quot;2026-08-26&quot;:8.04},{&quot;2026-08-27&quot;:8.04},{&quot;2026-08-28&quot;:8.03},{&quot;2026-08-29&quot;:8.03},{&quot;2026-08-30&quot;:7.91},{&quot;2026-08-31&quot;:7.93},{&quot;2026-09-01&quot;:7.93},{&quot;2026-09-02&quot;:8.01},{&quot;2026-09-03&quot;:7.97},{&quot;2026-09-04&quot;:8.17},{&quot;2026-09-05&quot;:8.23},{&quot;2026-09-06&quot;:8.15},{&quot;2026-09-07&quot;:8.37},{&quot;2026-09-08&quot;:8.41},{&quot;2026-09-09&quot;:8.47},{&quot;2026-09-10&quot;:8.43},{&quot;2026-09-11&quot;:8.21}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tevesh Szat, Doom of Fools" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8f244716-78ab-46f5-b6e9-fc1e6db28052.jpg?1783928825" />

        <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">
            Tevesh Szat, Doom of Fools
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Tevesh Szat, Doom of Fools" src="https://cards.scryfall.io/large/front/8/f/8f244716-78ab-46f5-b6e9-fc1e6db28052.jpg?1783928825" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      <!-- 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;:10.04},{&quot;2026-06-12&quot;:10.04},{&quot;2026-06-13&quot;:10.04},{&quot;2026-06-14&quot;:10.04},{&quot;2026-06-15&quot;:10.04},{&quot;2026-06-16&quot;:10.04},{&quot;2026-06-17&quot;:10.04},{&quot;2026-06-18&quot;:10.04},{&quot;2026-06-19&quot;:10.06},{&quot;2026-06-20&quot;:10.06},{&quot;2026-06-21&quot;:10.16},{&quot;2026-06-22&quot;:10.16},{&quot;2026-06-23&quot;:10.16},{&quot;2026-06-24&quot;:10.16},{&quot;2026-06-25&quot;:10.16},{&quot;2026-06-26&quot;:10.16},{&quot;2026-06-27&quot;:10.16},{&quot;2026-06-28&quot;:10.16},{&quot;2026-06-29&quot;:10.21},{&quot;2026-06-30&quot;:10.21},{&quot;2026-07-01&quot;:10.21},{&quot;2026-07-02&quot;:10.21},{&quot;2026-07-03&quot;:10.21},{&quot;2026-07-04&quot;:10.21},{&quot;2026-07-05&quot;:10.21},{&quot;2026-07-06&quot;:10.21},{&quot;2026-07-07&quot;:10.21},{&quot;2026-07-08&quot;:10.21},{&quot;2026-07-09&quot;:10.21},{&quot;2026-07-10&quot;:10.21},{&quot;2026-07-11&quot;:10.21},{&quot;2026-07-12&quot;:10.21},{&quot;2026-07-13&quot;:10.21},{&quot;2026-07-14&quot;:10.21},{&quot;2026-07-15&quot;:10.27},{&quot;2026-07-16&quot;:10.27},{&quot;2026-07-17&quot;:10.33},{&quot;2026-07-18&quot;:10.33},{&quot;2026-07-19&quot;:10.33},{&quot;2026-07-20&quot;:10.34},{&quot;2026-07-21&quot;:10.34},{&quot;2026-07-23&quot;:10.49},{&quot;2026-07-25&quot;:10.49},{&quot;2026-07-26&quot;:10.65},{&quot;2026-07-27&quot;:10.65},{&quot;2026-07-28&quot;:10.65},{&quot;2026-07-29&quot;:10.65},{&quot;2026-07-30&quot;:10.78},{&quot;2026-07-31&quot;:10.78},{&quot;2026-08-01&quot;:10.78},{&quot;2026-08-02&quot;:10.78},{&quot;2026-08-03&quot;:10.79},{&quot;2026-08-04&quot;:10.79},{&quot;2026-08-05&quot;:10.93},{&quot;2026-08-07&quot;:11.18},{&quot;2026-08-08&quot;:11.18},{&quot;2026-08-09&quot;:11.18},{&quot;2026-08-10&quot;:11.2},{&quot;2026-08-11&quot;:11.2},{&quot;2026-08-12&quot;:11.15},{&quot;2026-08-13&quot;:11.15},{&quot;2026-08-14&quot;:11.15},{&quot;2026-08-15&quot;:11.15},{&quot;2026-08-16&quot;:11.21},{&quot;2026-08-17&quot;:11.21},{&quot;2026-08-18&quot;:11.21},{&quot;2026-08-19&quot;:11.21},{&quot;2026-08-20&quot;:11.21},{&quot;2026-08-21&quot;:11.21},{&quot;2026-08-22&quot;:11.21},{&quot;2026-08-23&quot;:11.21},{&quot;2026-08-24&quot;:11.21},{&quot;2026-08-25&quot;:11.21},{&quot;2026-08-26&quot;:11.13},{&quot;2026-08-27&quot;:11.13},{&quot;2026-08-28&quot;:11.15},{&quot;2026-08-29&quot;:11.15},{&quot;2026-08-30&quot;:11.15},{&quot;2026-08-31&quot;:11.15},{&quot;2026-09-01&quot;:11.15},{&quot;2026-09-02&quot;:11.15},{&quot;2026-09-03&quot;:11.15},{&quot;2026-09-04&quot;:11.22},{&quot;2026-09-05&quot;:11.22},{&quot;2026-09-06&quot;:11.22},{&quot;2026-09-07&quot;:11.22},{&quot;2026-09-08&quot;:11.22},{&quot;2026-09-09&quot;:11.09},{&quot;2026-09-10&quot;:11.09},{&quot;2026-09-11&quot;:11.09}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.84},{&quot;2026-06-12&quot;:7.96},{&quot;2026-06-13&quot;:7.96},{&quot;2026-06-14&quot;:8.01},{&quot;2026-06-15&quot;:8.01},{&quot;2026-06-16&quot;:8.01},{&quot;2026-06-17&quot;:8.01},{&quot;2026-06-18&quot;:8.1},{&quot;2026-06-19&quot;:8.1},{&quot;2026-06-20&quot;:8.01},{&quot;2026-06-21&quot;:8.22},{&quot;2026-06-22&quot;:7.78},{&quot;2026-06-23&quot;:7.56},{&quot;2026-06-24&quot;:7.56},{&quot;2026-06-25&quot;:7.42},{&quot;2026-06-26&quot;:7.41},{&quot;2026-06-27&quot;:7.42},{&quot;2026-06-28&quot;:7.14},{&quot;2026-06-29&quot;:7.19},{&quot;2026-06-30&quot;:7.19},{&quot;2026-07-01&quot;:7.19},{&quot;2026-07-02&quot;:7.18},{&quot;2026-07-03&quot;:6.88},{&quot;2026-07-04&quot;:6.7},{&quot;2026-07-05&quot;:6.67},{&quot;2026-07-06&quot;:6.56},{&quot;2026-07-07&quot;:6.32},{&quot;2026-07-08&quot;:6.48},{&quot;2026-07-09&quot;:6.48},{&quot;2026-07-10&quot;:6.85},{&quot;2026-07-11&quot;:6.84},{&quot;2026-07-12&quot;:6.91},{&quot;2026-07-13&quot;:6.93},{&quot;2026-07-14&quot;:7.12},{&quot;2026-07-15&quot;:7.12},{&quot;2026-07-16&quot;:7.2},{&quot;2026-07-17&quot;:7.2},{&quot;2026-07-18&quot;:7.2},{&quot;2026-07-19&quot;:7.28},{&quot;2026-07-20&quot;:7.28},{&quot;2026-07-21&quot;:7.26},{&quot;2026-07-23&quot;:7.28},{&quot;2026-07-25&quot;:7.46},{&quot;2026-07-26&quot;:7.46},{&quot;2026-07-27&quot;:7.53},{&quot;2026-07-28&quot;:7.46},{&quot;2026-07-29&quot;:7.49},{&quot;2026-07-30&quot;:7.51},{&quot;2026-07-31&quot;:7.42},{&quot;2026-08-01&quot;:7.34},{&quot;2026-08-02&quot;:7.34},{&quot;2026-08-03&quot;:7.34},{&quot;2026-08-04&quot;:7.34},{&quot;2026-08-05&quot;:7.22},{&quot;2026-08-07&quot;:7.22},{&quot;2026-08-08&quot;:7.22},{&quot;2026-08-09&quot;:7.22},{&quot;2026-08-10&quot;:7.22},{&quot;2026-08-11&quot;:7.14},{&quot;2026-08-12&quot;:7.15},{&quot;2026-08-13&quot;:7.15},{&quot;2026-08-14&quot;:7.22},{&quot;2026-08-15&quot;:7.33},{&quot;2026-08-16&quot;:7.34},{&quot;2026-08-17&quot;:7.34},{&quot;2026-08-18&quot;:7.34},{&quot;2026-08-19&quot;:7.35},{&quot;2026-08-20&quot;:7.35},{&quot;2026-08-21&quot;:7.25},{&quot;2026-08-22&quot;:7.25},{&quot;2026-08-23&quot;:7.24},{&quot;2026-08-24&quot;:7.24},{&quot;2026-08-25&quot;:7.24},{&quot;2026-08-26&quot;:7.09},{&quot;2026-08-27&quot;:7.17},{&quot;2026-08-28&quot;:7.2},{&quot;2026-08-29&quot;:7.2},{&quot;2026-08-30&quot;:7.25},{&quot;2026-08-31&quot;:7.24},{&quot;2026-09-01&quot;:7.24},{&quot;2026-09-02&quot;:7.24},{&quot;2026-09-03&quot;:7.24},{&quot;2026-09-04&quot;:7.16},{&quot;2026-09-05&quot;:7.07},{&quot;2026-09-06&quot;:7.07},{&quot;2026-09-07&quot;:6.98},{&quot;2026-09-08&quot;:7.02},{&quot;2026-09-09&quot;:6.86},{&quot;2026-09-10&quot;:6.67},{&quot;2026-09-11&quot;:6.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Three Visits" src="https://cards.scryfall.io/large/front/c/a/cad698c3-687e-4b73-88d2-fd0ac7d755c5.jpg?1783922401" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.23},{&quot;2026-06-14&quot;:9.23},{&quot;2026-06-15&quot;:9.08},{&quot;2026-06-16&quot;:9.09},{&quot;2026-06-17&quot;:9.09},{&quot;2026-06-18&quot;:9.09},{&quot;2026-06-19&quot;:8.96},{&quot;2026-06-20&quot;:8.96},{&quot;2026-06-21&quot;:8.96},{&quot;2026-06-22&quot;:8.96},{&quot;2026-06-23&quot;:8.89},{&quot;2026-06-24&quot;:8.81},{&quot;2026-06-25&quot;:8.81},{&quot;2026-06-26&quot;:8.81},{&quot;2026-06-27&quot;:8.81},{&quot;2026-06-28&quot;:8.81},{&quot;2026-06-29&quot;:8.81},{&quot;2026-06-30&quot;:8.81},{&quot;2026-07-01&quot;:8.81},{&quot;2026-07-02&quot;:8.85},{&quot;2026-07-03&quot;:8.85},{&quot;2026-07-04&quot;:8.85},{&quot;2026-07-05&quot;:8.85},{&quot;2026-07-06&quot;:8.37},{&quot;2026-07-07&quot;:8.37},{&quot;2026-07-08&quot;:8.37},{&quot;2026-07-09&quot;:8.33},{&quot;2026-07-10&quot;:8.33},{&quot;2026-07-11&quot;:8.16},{&quot;2026-07-12&quot;:8.16},{&quot;2026-07-13&quot;:8.05},{&quot;2026-07-14&quot;:7.74},{&quot;2026-07-15&quot;:7.74},{&quot;2026-07-16&quot;:7.74},{&quot;2026-07-17&quot;:7.74},{&quot;2026-07-18&quot;:7.74},{&quot;2026-07-19&quot;:7.74},{&quot;2026-07-20&quot;:7.69},{&quot;2026-07-21&quot;:7.69},{&quot;2026-07-22&quot;:7.61},{&quot;2026-07-23&quot;:7.48},{&quot;2026-07-24&quot;:7.48},{&quot;2026-07-25&quot;:7.16},{&quot;2026-07-26&quot;:7.16},{&quot;2026-07-27&quot;:7.16},{&quot;2026-07-28&quot;:7.05},{&quot;2026-07-29&quot;:7.05},{&quot;2026-07-30&quot;:7.05},{&quot;2026-07-31&quot;:6.98},{&quot;2026-08-01&quot;:6.98},{&quot;2026-08-02&quot;:6.8},{&quot;2026-08-03&quot;:6.8},{&quot;2026-08-04&quot;:6.8},{&quot;2026-08-05&quot;:6.68},{&quot;2026-08-07&quot;:6.62},{&quot;2026-08-08&quot;:6.4},{&quot;2026-08-09&quot;:6.4},{&quot;2026-08-10&quot;:6.29},{&quot;2026-08-11&quot;:6.29},{&quot;2026-08-12&quot;:6.3},{&quot;2026-08-13&quot;:6.3},{&quot;2026-08-14&quot;:6.27},{&quot;2026-08-15&quot;:6.54},{&quot;2026-08-16&quot;:6.33},{&quot;2026-08-17&quot;:6.14},{&quot;2026-08-18&quot;:6.18},{&quot;2026-08-19&quot;:6.0},{&quot;2026-08-20&quot;:5.99},{&quot;2026-08-21&quot;:6.0},{&quot;2026-08-22&quot;:6.0},{&quot;2026-08-23&quot;:6.0},{&quot;2026-08-24&quot;:6.0},{&quot;2026-08-25&quot;:6.01},{&quot;2026-08-26&quot;:6.01},{&quot;2026-08-27&quot;:6.03},{&quot;2026-08-28&quot;:6.03},{&quot;2026-08-29&quot;:6.03},{&quot;2026-08-30&quot;:6.05},{&quot;2026-08-31&quot;:6.09},{&quot;2026-09-01&quot;:6.07},{&quot;2026-09-02&quot;:6.12},{&quot;2026-09-03&quot;:6.1},{&quot;2026-09-04&quot;:6.08},{&quot;2026-09-05&quot;:6.13},{&quot;2026-09-06&quot;:6.16},{&quot;2026-09-07&quot;:6.16},{&quot;2026-09-08&quot;:6.19},{&quot;2026-09-09&quot;:6.22},{&quot;2026-09-10&quot;:6.22},{&quot;2026-09-11&quot;:6.31}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Unnatural Growth
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Unnatural Growth" src="https://cards.scryfall.io/large/front/6/7/6748a844-e185-4e3b-ac1d-8a735666d8ae.jpg?1783925569" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.1},{&quot;2026-06-14&quot;:4.1},{&quot;2026-06-15&quot;:4.39},{&quot;2026-06-16&quot;:4.39},{&quot;2026-06-17&quot;:4.39},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.39},{&quot;2026-06-20&quot;:4.39},{&quot;2026-06-21&quot;:4.39},{&quot;2026-06-22&quot;:4.39},{&quot;2026-06-23&quot;:4.39},{&quot;2026-06-24&quot;:4.31},{&quot;2026-06-25&quot;:4.31},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.31},{&quot;2026-06-28&quot;:4.31},{&quot;2026-06-29&quot;:4.31},{&quot;2026-06-30&quot;:4.31},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.09},{&quot;2026-07-03&quot;:4.09},{&quot;2026-07-04&quot;:4.09},{&quot;2026-07-05&quot;:4.09},{&quot;2026-07-06&quot;:4.09},{&quot;2026-07-07&quot;:4.09},{&quot;2026-07-08&quot;:4.09},{&quot;2026-07-09&quot;:4.09},{&quot;2026-07-10&quot;:4.03},{&quot;2026-07-11&quot;:4.03},{&quot;2026-07-12&quot;:4.08},{&quot;2026-07-13&quot;:4.08},{&quot;2026-07-14&quot;:4.08},{&quot;2026-07-15&quot;:4.08},{&quot;2026-07-16&quot;:4.07},{&quot;2026-07-17&quot;:4.02},{&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.03},{&quot;2026-07-22&quot;:4.06},{&quot;2026-07-23&quot;:4.06},{&quot;2026-07-24&quot;:4.06},{&quot;2026-07-25&quot;:4.06},{&quot;2026-07-26&quot;:4.06},{&quot;2026-07-27&quot;:4.14},{&quot;2026-07-28&quot;:4.14},{&quot;2026-07-29&quot;:4.14},{&quot;2026-07-30&quot;:4.14},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.14},{&quot;2026-08-02&quot;:4.14},{&quot;2026-08-03&quot;:4.14},{&quot;2026-08-04&quot;:4.09},{&quot;2026-08-05&quot;:4.09},{&quot;2026-08-07&quot;:4.09},{&quot;2026-08-08&quot;:4.53},{&quot;2026-08-09&quot;:4.42},{&quot;2026-08-10&quot;:4.42},{&quot;2026-08-11&quot;:4.42},{&quot;2026-08-12&quot;:4.2},{&quot;2026-08-13&quot;:4.18},{&quot;2026-08-14&quot;:4.1},{&quot;2026-08-15&quot;:4.1},{&quot;2026-08-16&quot;:4.16},{&quot;2026-08-17&quot;:4.16},{&quot;2026-08-18&quot;:4.08},{&quot;2026-08-19&quot;:4.08},{&quot;2026-08-20&quot;:4.08},{&quot;2026-08-21&quot;:4.1},{&quot;2026-08-22&quot;:4.1},{&quot;2026-08-23&quot;:4.1},{&quot;2026-08-24&quot;:4.1},{&quot;2026-08-25&quot;:4.1},{&quot;2026-08-26&quot;:4.1},{&quot;2026-08-27&quot;:4.1},{&quot;2026-08-28&quot;:4.02},{&quot;2026-08-29&quot;:4.02},{&quot;2026-08-30&quot;:3.97},{&quot;2026-08-31&quot;:3.97},{&quot;2026-09-01&quot;:4.02},{&quot;2026-09-02&quot;:4.02},{&quot;2026-09-03&quot;:4.01},{&quot;2026-09-04&quot;:4.01},{&quot;2026-09-05&quot;:4.01},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:4.06},{&quot;2026-09-08&quot;:4.11},{&quot;2026-09-09&quot;:4.11},{&quot;2026-09-10&quot;:4.11},{&quot;2026-09-11&quot;:4.11}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.97},{&quot;2026-06-14&quot;:2.99},{&quot;2026-06-15&quot;:3.05},{&quot;2026-06-16&quot;:2.99},{&quot;2026-06-17&quot;:3.11},{&quot;2026-06-18&quot;:3.06},{&quot;2026-06-19&quot;:3.06},{&quot;2026-06-20&quot;:2.91},{&quot;2026-06-21&quot;:2.9},{&quot;2026-06-22&quot;:2.99},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.18},{&quot;2026-06-25&quot;:3.25},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.38},{&quot;2026-06-29&quot;:3.38},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.49},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.66},{&quot;2026-07-04&quot;:3.76},{&quot;2026-07-05&quot;:3.76},{&quot;2026-07-06&quot;:3.83},{&quot;2026-07-07&quot;:3.81},{&quot;2026-07-08&quot;:3.9},{&quot;2026-07-09&quot;:3.81},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.78},{&quot;2026-07-12&quot;:3.79},{&quot;2026-07-13&quot;:3.79},{&quot;2026-07-14&quot;:3.7},{&quot;2026-07-15&quot;:3.48},{&quot;2026-07-16&quot;:3.37},{&quot;2026-07-17&quot;:3.3},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.37},{&quot;2026-07-20&quot;:3.34},{&quot;2026-07-21&quot;:3.22},{&quot;2026-07-22&quot;:3.44},{&quot;2026-07-23&quot;:3.48},{&quot;2026-07-24&quot;:3.59},{&quot;2026-07-25&quot;:3.58},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.56},{&quot;2026-07-28&quot;:3.53},{&quot;2026-07-29&quot;:3.59},{&quot;2026-07-30&quot;:3.69},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.53},{&quot;2026-08-02&quot;:3.49},{&quot;2026-08-03&quot;:3.57},{&quot;2026-08-04&quot;:3.48},{&quot;2026-08-05&quot;:3.46},{&quot;2026-08-07&quot;:3.51},{&quot;2026-08-08&quot;:3.52},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.59},{&quot;2026-08-11&quot;:3.68},{&quot;2026-08-12&quot;:3.65},{&quot;2026-08-13&quot;:3.94},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.51},{&quot;2026-08-16&quot;:4.45},{&quot;2026-08-17&quot;:4.35},{&quot;2026-08-18&quot;:4.08},{&quot;2026-08-19&quot;:4.07},{&quot;2026-08-20&quot;:4.07},{&quot;2026-08-21&quot;:3.83},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.79},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:4.12},{&quot;2026-08-26&quot;:4.08},{&quot;2026-08-27&quot;:4.08},{&quot;2026-08-28&quot;:4.04},{&quot;2026-08-29&quot;:4.04},{&quot;2026-08-30&quot;:3.8},{&quot;2026-08-31&quot;:3.75},{&quot;2026-09-01&quot;:3.62},{&quot;2026-09-02&quot;:3.66},{&quot;2026-09-03&quot;:3.61},{&quot;2026-09-04&quot;:3.87},{&quot;2026-09-05&quot;:3.83},{&quot;2026-09-06&quot;:3.88},{&quot;2026-09-07&quot;:3.9},{&quot;2026-09-08&quot;:4.07},{&quot;2026-09-09&quot;:3.99},{&quot;2026-09-10&quot;:4.06},{&quot;2026-09-11&quot;:4.18}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Blood Artist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/e/fe97a73f-33fd-4394-a393-ceb41a214820.jpg?1783924962" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blood Artist" src="https://cards.scryfall.io/large/front/f/e/fe97a73f-33fd-4394-a393-ceb41a214820.jpg?1783924962" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:3.51},{&quot;2026-06-14&quot;:3.6},{&quot;2026-06-15&quot;:3.54},{&quot;2026-06-16&quot;:3.53},{&quot;2026-06-17&quot;:3.53},{&quot;2026-06-18&quot;:3.53},{&quot;2026-06-19&quot;:3.64},{&quot;2026-06-20&quot;:3.66},{&quot;2026-06-21&quot;:3.66},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-23&quot;:3.52},{&quot;2026-06-24&quot;:3.49},{&quot;2026-06-25&quot;:3.49},{&quot;2026-06-26&quot;:3.49},{&quot;2026-06-27&quot;:3.49},{&quot;2026-06-28&quot;:3.48},{&quot;2026-06-29&quot;:3.48},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.57},{&quot;2026-07-05&quot;:3.57},{&quot;2026-07-06&quot;:3.55},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.55},{&quot;2026-07-09&quot;:3.55},{&quot;2026-07-10&quot;:3.55},{&quot;2026-07-11&quot;:3.55},{&quot;2026-07-12&quot;:3.55},{&quot;2026-07-13&quot;:3.55},{&quot;2026-07-14&quot;:3.48},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.45},{&quot;2026-07-17&quot;:3.49},{&quot;2026-07-18&quot;:3.5},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.75},{&quot;2026-07-21&quot;:3.68},{&quot;2026-07-22&quot;:3.68},{&quot;2026-07-23&quot;:3.68},{&quot;2026-07-24&quot;:3.72},{&quot;2026-07-25&quot;:3.77},{&quot;2026-07-26&quot;:3.69},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.59},{&quot;2026-07-29&quot;:3.59},{&quot;2026-07-30&quot;:3.6},{&quot;2026-07-31&quot;:3.67},{&quot;2026-08-01&quot;:3.67},{&quot;2026-08-02&quot;:3.67},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.97},{&quot;2026-08-05&quot;:3.93},{&quot;2026-08-07&quot;:4.06},{&quot;2026-08-08&quot;:4.04},{&quot;2026-08-09&quot;:4.07},{&quot;2026-08-10&quot;:3.82},{&quot;2026-08-11&quot;:3.66},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.51},{&quot;2026-08-14&quot;:3.51},{&quot;2026-08-15&quot;:3.51},{&quot;2026-08-16&quot;:3.48},{&quot;2026-08-17&quot;:3.4},{&quot;2026-08-18&quot;:3.32},{&quot;2026-08-19&quot;:3.79},{&quot;2026-08-20&quot;:3.77},{&quot;2026-08-21&quot;:3.38},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.47},{&quot;2026-08-24&quot;:3.58},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.75},{&quot;2026-08-28&quot;:3.68},{&quot;2026-08-29&quot;:3.68},{&quot;2026-08-30&quot;:4.18},{&quot;2026-08-31&quot;:4.18},{&quot;2026-09-01&quot;:4.06},{&quot;2026-09-02&quot;:4.06},{&quot;2026-09-03&quot;:4.06},{&quot;2026-09-04&quot;:4.06},{&quot;2026-09-05&quot;:3.88},{&quot;2026-09-06&quot;:3.88},{&quot;2026-09-07&quot;:4.0},{&quot;2026-09-08&quot;:3.89},{&quot;2026-09-09&quot;:3.89},{&quot;2026-09-10&quot;:3.89},{&quot;2026-09-11&quot;:3.81}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Cultivate
        </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-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="Cultivate" src="https://cards.scryfall.io/large/front/3/1/31233339-c5ec-40fb-badd-94ef7f0ff7c0.jpg?1783930623" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:4.96},{&quot;2026-06-13&quot;:4.94},{&quot;2026-06-14&quot;:4.92},{&quot;2026-06-15&quot;:4.92},{&quot;2026-06-16&quot;:4.92},{&quot;2026-06-17&quot;:4.92},{&quot;2026-06-18&quot;:4.92},{&quot;2026-06-19&quot;:4.92},{&quot;2026-06-20&quot;:4.95},{&quot;2026-06-21&quot;:4.95},{&quot;2026-06-22&quot;:4.95},{&quot;2026-06-23&quot;:4.94},{&quot;2026-06-24&quot;:4.95},{&quot;2026-06-25&quot;:4.96},{&quot;2026-06-26&quot;:4.99},{&quot;2026-06-27&quot;:4.99},{&quot;2026-06-28&quot;:4.99},{&quot;2026-06-29&quot;:4.99},{&quot;2026-06-30&quot;:5.01},{&quot;2026-07-01&quot;:5.01},{&quot;2026-07-02&quot;:5.01},{&quot;2026-07-03&quot;:5.03},{&quot;2026-07-04&quot;:5.03},{&quot;2026-07-05&quot;:5.03},{&quot;2026-07-06&quot;:5.03},{&quot;2026-07-07&quot;:4.95},{&quot;2026-07-08&quot;:4.87},{&quot;2026-07-09&quot;:4.87},{&quot;2026-07-10&quot;:4.86},{&quot;2026-07-11&quot;:4.86},{&quot;2026-07-12&quot;:4.86},{&quot;2026-07-13&quot;:4.9},{&quot;2026-07-14&quot;:4.9},{&quot;2026-07-15&quot;:4.89},{&quot;2026-07-16&quot;:4.89},{&quot;2026-07-17&quot;:4.89},{&quot;2026-07-18&quot;:4.89},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.71},{&quot;2026-07-21&quot;:4.75},{&quot;2026-07-23&quot;:4.73},{&quot;2026-07-24&quot;:4.71},{&quot;2026-07-25&quot;:4.69},{&quot;2026-07-26&quot;:4.69},{&quot;2026-07-27&quot;:4.69},{&quot;2026-07-28&quot;:4.62},{&quot;2026-07-29&quot;:4.62},{&quot;2026-07-30&quot;:4.62},{&quot;2026-07-31&quot;:4.56},{&quot;2026-08-01&quot;:4.49},{&quot;2026-08-02&quot;:4.49},{&quot;2026-08-03&quot;:4.39},{&quot;2026-08-04&quot;:4.39},{&quot;2026-08-05&quot;:4.44},{&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.35},{&quot;2026-08-11&quot;:4.38},{&quot;2026-08-12&quot;:4.36},{&quot;2026-08-13&quot;:4.36},{&quot;2026-08-14&quot;:4.27},{&quot;2026-08-15&quot;:4.27},{&quot;2026-08-16&quot;:4.27},{&quot;2026-08-17&quot;:4.18},{&quot;2026-08-18&quot;:4.18},{&quot;2026-08-19&quot;:4.18},{&quot;2026-08-20&quot;:4.18},{&quot;2026-08-21&quot;:4.13},{&quot;2026-08-22&quot;:4.13},{&quot;2026-08-23&quot;:4.07},{&quot;2026-08-24&quot;:4.07},{&quot;2026-08-25&quot;:4.07},{&quot;2026-08-26&quot;:4.07},{&quot;2026-08-27&quot;:4.07},{&quot;2026-08-28&quot;:4.0},{&quot;2026-08-29&quot;:4.0},{&quot;2026-08-30&quot;:3.94},{&quot;2026-08-31&quot;:3.94},{&quot;2026-09-01&quot;:3.95},{&quot;2026-09-02&quot;:3.88},{&quot;2026-09-03&quot;:3.88},{&quot;2026-09-04&quot;:3.79},{&quot;2026-09-05&quot;:3.75},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:3.87},{&quot;2026-09-08&quot;:3.87},{&quot;2026-09-09&quot;:3.87},{&quot;2026-09-10&quot;:3.78},{&quot;2026-09-11&quot;:3.8}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.19},{&quot;2026-06-13&quot;:3.08},{&quot;2026-06-14&quot;:3.09},{&quot;2026-06-15&quot;:3.13},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:2.95},{&quot;2026-06-18&quot;:2.85},{&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.95},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:3.05},{&quot;2026-06-26&quot;:3.1},{&quot;2026-06-27&quot;:3.1},{&quot;2026-06-28&quot;:3.17},{&quot;2026-06-29&quot;:3.21},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.29},{&quot;2026-07-02&quot;:3.3},{&quot;2026-07-03&quot;:3.3},{&quot;2026-07-04&quot;:3.3},{&quot;2026-07-05&quot;:3.31},{&quot;2026-07-06&quot;:3.24},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.35},{&quot;2026-07-09&quot;:3.4},{&quot;2026-07-10&quot;:3.44},{&quot;2026-07-11&quot;:3.48},{&quot;2026-07-12&quot;:3.46},{&quot;2026-07-13&quot;:3.44},{&quot;2026-07-14&quot;:3.44},{&quot;2026-07-15&quot;:3.44},{&quot;2026-07-16&quot;:3.44},{&quot;2026-07-17&quot;:3.4},{&quot;2026-07-18&quot;:3.51},{&quot;2026-07-19&quot;:3.54},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-23&quot;:3.65},{&quot;2026-07-24&quot;:3.65},{&quot;2026-07-25&quot;:3.64},{&quot;2026-07-26&quot;:3.45},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-28&quot;:3.31},{&quot;2026-07-29&quot;:3.31},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.22},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.18},{&quot;2026-08-03&quot;:3.2},{&quot;2026-08-04&quot;:3.02},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.24},{&quot;2026-08-08&quot;:3.33},{&quot;2026-08-09&quot;:3.33},{&quot;2026-08-10&quot;:3.33},{&quot;2026-08-11&quot;:3.33},{&quot;2026-08-12&quot;:3.32},{&quot;2026-08-13&quot;:3.32},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.36},{&quot;2026-08-17&quot;:3.36},{&quot;2026-08-18&quot;:3.37},{&quot;2026-08-19&quot;:3.38},{&quot;2026-08-20&quot;:3.38},{&quot;2026-08-21&quot;:3.34},{&quot;2026-08-22&quot;:3.4},{&quot;2026-08-23&quot;:3.38},{&quot;2026-08-24&quot;:3.2},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.22},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.3},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.09},{&quot;2026-09-04&quot;:3.09},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.15},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.19},{&quot;2026-09-10&quot;:3.18},{&quot;2026-09-11&quot;:3.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.98
          </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="Zulaport Cutthroat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7a264eb1-9fd4-4cf3-8eff-0def0ccbfbd7.jpg?1783929473" />

        <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">
            Zulaport Cutthroat
        </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 Rogue Ally</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Zulaport Cutthroat" src="https://cards.scryfall.io/large/front/7/a/7a264eb1-9fd4-4cf3-8eff-0def0ccbfbd7.jpg?1783929473" />
    </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.98
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  47%
                </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;normal&quot;:[{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.54},{&quot;2026-06-15&quot;:3.54},{&quot;2026-06-16&quot;:3.47},{&quot;2026-06-17&quot;:3.47},{&quot;2026-06-18&quot;:3.5},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:3.5},{&quot;2026-06-21&quot;:3.5},{&quot;2026-06-22&quot;:3.5},{&quot;2026-06-23&quot;:3.5},{&quot;2026-06-24&quot;:3.55},{&quot;2026-06-25&quot;:3.55},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.41},{&quot;2026-06-28&quot;:3.41},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:3.36},{&quot;2026-07-07&quot;:3.36},{&quot;2026-07-08&quot;:3.27},{&quot;2026-07-09&quot;:3.27},{&quot;2026-07-10&quot;:3.2},{&quot;2026-07-11&quot;:3.2},{&quot;2026-07-12&quot;:3.2},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:2.98},{&quot;2026-07-15&quot;:2.98},{&quot;2026-07-16&quot;:2.79},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.79},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:2.56},{&quot;2026-07-22&quot;:2.56},{&quot;2026-07-23&quot;:2.5},{&quot;2026-07-24&quot;:2.5},{&quot;2026-07-25&quot;:2.5},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.51},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.59},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.61},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.62},{&quot;2026-08-04&quot;:2.57},{&quot;2026-08-05&quot;:2.57},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.94},{&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.03},{&quot;2026-08-16&quot;:3.11},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.12},{&quot;2026-08-19&quot;:3.05},{&quot;2026-08-20&quot;:3.05},{&quot;2026-08-21&quot;:2.82},{&quot;2026-08-22&quot;:2.77},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.69},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.65},{&quot;2026-08-28&quot;:2.55},{&quot;2026-08-29&quot;:2.55},{&quot;2026-08-30&quot;:2.48},{&quot;2026-08-31&quot;:2.48},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.24},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:2.71},{&quot;2026-09-10&quot;:2.98},{&quot;2026-09-11&quot;:2.98}]}"
        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="49574"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Squirrel Mob
        </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">
        Creature — Squirrel
      </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.72
          </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="Squirrel Mob" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fa6bfc95-ec7e-46dd-88fd-b0e1ba48bfbc.jpg?1783926781" />

        <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">
            Squirrel Mob
        </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 — Squirrel</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="Squirrel Mob" src="https://cards.scryfall.io/large/front/f/a/fa6bfc95-ec7e-46dd-88fd-b0e1ba48bfbc.jpg?1783926781" />
    </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.72
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:0.91},{&quot;2026-06-12&quot;:0.91},{&quot;2026-06-13&quot;:0.91},{&quot;2026-06-14&quot;:0.91},{&quot;2026-06-15&quot;:0.91},{&quot;2026-06-16&quot;:0.91},{&quot;2026-06-17&quot;:0.89},{&quot;2026-06-18&quot;:0.89},{&quot;2026-06-19&quot;:0.89},{&quot;2026-06-20&quot;:0.89},{&quot;2026-06-21&quot;:0.89},{&quot;2026-06-22&quot;:0.88},{&quot;2026-06-23&quot;:0.86},{&quot;2026-06-24&quot;:0.87},{&quot;2026-06-25&quot;:0.87},{&quot;2026-06-26&quot;:0.87},{&quot;2026-06-27&quot;:0.89},{&quot;2026-06-28&quot;:0.89},{&quot;2026-06-29&quot;:0.88},{&quot;2026-06-30&quot;:0.88},{&quot;2026-07-01&quot;:1.02},{&quot;2026-07-02&quot;:1.02},{&quot;2026-07-03&quot;:1.04},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:1.06},{&quot;2026-07-07&quot;:1.09},{&quot;2026-07-08&quot;:1.09},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.31},{&quot;2026-07-12&quot;:1.31},{&quot;2026-07-13&quot;:1.31},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.51},{&quot;2026-07-19&quot;:1.84},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-28&quot;:2.15},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.15},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.16},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.16},{&quot;2026-08-15&quot;:2.16},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.15},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:2.15},{&quot;2026-08-24&quot;:3.57},{&quot;2026-08-25&quot;:3.57},{&quot;2026-08-26&quot;:3.57},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.71},{&quot;2026-08-29&quot;:3.71},{&quot;2026-08-30&quot;:3.71},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.71},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.71},{&quot;2026-09-04&quot;:3.71},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.64},{&quot;2026-09-09&quot;:2.64},{&quot;2026-09-10&quot;:2.64},{&quot;2026-09-11&quot;:2.64}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.56},{&quot;2026-06-12&quot;:0.58},{&quot;2026-06-13&quot;:0.57},{&quot;2026-06-14&quot;:0.56},{&quot;2026-06-15&quot;:0.51},{&quot;2026-06-16&quot;:0.5},{&quot;2026-06-17&quot;:0.5},{&quot;2026-06-18&quot;:0.55},{&quot;2026-06-19&quot;:0.56},{&quot;2026-06-20&quot;:0.65},{&quot;2026-06-21&quot;:0.66},{&quot;2026-06-22&quot;:0.64},{&quot;2026-06-23&quot;:0.7},{&quot;2026-06-24&quot;:0.82},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:0.96},{&quot;2026-06-27&quot;:0.9},{&quot;2026-06-28&quot;:0.86},{&quot;2026-06-29&quot;:0.86},{&quot;2026-06-30&quot;:0.94},{&quot;2026-07-01&quot;:0.81},{&quot;2026-07-02&quot;:0.84},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.31},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.79},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:2.04},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.34},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-25&quot;:2.55},{&quot;2026-07-26&quot;:2.61},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-28&quot;:2.66},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.11},{&quot;2026-08-01&quot;:2.01},{&quot;2026-08-02&quot;:2.3},{&quot;2026-08-03&quot;:2.2},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.56},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.58},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.96},{&quot;2026-08-17&quot;:3.12},{&quot;2026-08-18&quot;:3.1},{&quot;2026-08-19&quot;:2.84},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.58},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.74},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.83},{&quot;2026-09-03&quot;:2.85},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:2.82},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.6},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.76},{&quot;2026-09-11&quot;:2.72}]}"
        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="16158"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elder Gargaroth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d51269cf-a333-4a64-94cd-245798d840d2.jpg?1783930678" />

        <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">
            Elder Gargaroth
        </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 — Beast</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elder Gargaroth" src="https://cards.scryfall.io/large/front/d/5/d51269cf-a333-4a64-94cd-245798d840d2.jpg?1783930678" />
    </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.45
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.78
              </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;2026-06-12&quot;:5.39},{&quot;2026-06-13&quot;:5.39},{&quot;2026-06-14&quot;:5.39},{&quot;2026-06-15&quot;:5.39},{&quot;2026-06-16&quot;:5.39},{&quot;2026-06-17&quot;:5.39},{&quot;2026-06-18&quot;:5.39},{&quot;2026-06-19&quot;:5.47},{&quot;2026-06-20&quot;:5.47},{&quot;2026-06-21&quot;:5.47},{&quot;2026-06-22&quot;:5.47},{&quot;2026-06-23&quot;:5.47},{&quot;2026-06-24&quot;:5.47},{&quot;2026-06-25&quot;:5.47},{&quot;2026-06-26&quot;:5.47},{&quot;2026-06-27&quot;:5.47},{&quot;2026-06-28&quot;:5.48},{&quot;2026-06-29&quot;:5.48},{&quot;2026-06-30&quot;:5.48},{&quot;2026-07-01&quot;:5.48},{&quot;2026-07-02&quot;:5.48},{&quot;2026-07-03&quot;:5.48},{&quot;2026-07-04&quot;:5.48},{&quot;2026-07-05&quot;:5.48},{&quot;2026-07-06&quot;:5.48},{&quot;2026-07-07&quot;:5.42},{&quot;2026-07-08&quot;:5.42},{&quot;2026-07-09&quot;:5.42},{&quot;2026-07-10&quot;:5.42},{&quot;2026-07-11&quot;:5.5},{&quot;2026-07-12&quot;:5.5},{&quot;2026-07-13&quot;:5.5},{&quot;2026-07-14&quot;:5.5},{&quot;2026-07-15&quot;:5.5},{&quot;2026-07-16&quot;:5.5},{&quot;2026-07-17&quot;:5.5},{&quot;2026-07-18&quot;:5.5},{&quot;2026-07-19&quot;:5.5},{&quot;2026-07-20&quot;:5.5},{&quot;2026-07-21&quot;:5.5},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-24&quot;:5.5},{&quot;2026-07-25&quot;:5.5},{&quot;2026-07-26&quot;:5.62},{&quot;2026-07-27&quot;:5.62},{&quot;2026-07-28&quot;:5.62},{&quot;2026-07-29&quot;:5.62},{&quot;2026-07-30&quot;:5.62},{&quot;2026-07-31&quot;:5.62},{&quot;2026-08-01&quot;:5.62},{&quot;2026-08-02&quot;:5.62},{&quot;2026-08-03&quot;:5.62},{&quot;2026-08-04&quot;:5.62},{&quot;2026-08-05&quot;:5.48},{&quot;2026-08-07&quot;:5.48},{&quot;2026-08-08&quot;:5.48},{&quot;2026-08-09&quot;:5.48},{&quot;2026-08-10&quot;:5.48},{&quot;2026-08-11&quot;:5.48},{&quot;2026-08-12&quot;:5.48},{&quot;2026-08-13&quot;:5.48},{&quot;2026-08-14&quot;:5.53},{&quot;2026-08-15&quot;:5.53},{&quot;2026-08-16&quot;:5.53},{&quot;2026-08-17&quot;:5.53},{&quot;2026-08-18&quot;:5.53},{&quot;2026-08-19&quot;:5.53},{&quot;2026-08-20&quot;:5.53},{&quot;2026-08-21&quot;:5.47},{&quot;2026-08-22&quot;:5.47},{&quot;2026-08-23&quot;:5.53},{&quot;2026-08-24&quot;:5.53},{&quot;2026-08-25&quot;:5.53},{&quot;2026-08-26&quot;:5.53},{&quot;2026-08-27&quot;:5.55},{&quot;2026-08-28&quot;:5.55},{&quot;2026-08-29&quot;:5.55},{&quot;2026-08-30&quot;:5.65},{&quot;2026-08-31&quot;:5.69},{&quot;2026-09-01&quot;:5.69},{&quot;2026-09-02&quot;:5.76},{&quot;2026-09-03&quot;:5.76},{&quot;2026-09-04&quot;:5.76},{&quot;2026-09-05&quot;:5.66},{&quot;2026-09-06&quot;:5.66},{&quot;2026-09-07&quot;:5.66},{&quot;2026-09-08&quot;:5.66},{&quot;2026-09-09&quot;:5.78},{&quot;2026-09-10&quot;:5.78},{&quot;2026-09-11&quot;:5.78}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.51},{&quot;2026-06-13&quot;:2.51},{&quot;2026-06-14&quot;:2.51},{&quot;2026-06-15&quot;:2.51},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.48},{&quot;2026-06-18&quot;:2.48},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.47},{&quot;2026-06-24&quot;:2.44},{&quot;2026-06-25&quot;:2.43},{&quot;2026-06-26&quot;:2.43},{&quot;2026-06-27&quot;:2.43},{&quot;2026-06-28&quot;:2.45},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.48},{&quot;2026-07-01&quot;:2.48},{&quot;2026-07-02&quot;:2.44},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.45},{&quot;2026-07-08&quot;:2.45},{&quot;2026-07-09&quot;:2.45},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.42},{&quot;2026-07-12&quot;:2.4},{&quot;2026-07-13&quot;:2.4},{&quot;2026-07-14&quot;:2.4},{&quot;2026-07-15&quot;:2.4},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.38},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.18},{&quot;2026-07-24&quot;:2.18},{&quot;2026-07-25&quot;:2.17},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.15},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.23},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.25},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.23},{&quot;2026-08-11&quot;:2.23},{&quot;2026-08-12&quot;:2.17},{&quot;2026-08-13&quot;:2.13},{&quot;2026-08-14&quot;:2.12},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:1.99},{&quot;2026-08-17&quot;:1.91},{&quot;2026-08-18&quot;:1.9},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:2.03},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.37},{&quot;2026-08-25&quot;:2.48},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.43},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.5},{&quot;2026-09-01&quot;:2.5},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.48},{&quot;2026-09-04&quot;:2.43},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.39},{&quot;2026-09-07&quot;:2.48},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.48},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.45}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jadar, Ghoulcaller of Nephalia" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ff971ba7-68b8-482a-9cb1-741f6893550c.jpg?1783925615" />

        <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">
            Jadar, Ghoulcaller of Nephalia
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jadar, Ghoulcaller of Nephalia" src="https://cards.scryfall.io/large/front/f/f/ff971ba7-68b8-482a-9cb1-741f6893550c.jpg?1783925615" />
    </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.45
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $7.94
              </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-08&quot;:7.96},{&quot;2026-06-10&quot;:7.96},{&quot;2026-06-11&quot;:7.96},{&quot;2026-06-12&quot;:7.96},{&quot;2026-06-13&quot;:7.96},{&quot;2026-06-14&quot;:7.96},{&quot;2026-06-15&quot;:7.96},{&quot;2026-06-16&quot;:7.96},{&quot;2026-06-17&quot;:7.96},{&quot;2026-06-18&quot;:7.96},{&quot;2026-06-19&quot;:7.96},{&quot;2026-06-20&quot;:7.96},{&quot;2026-06-21&quot;:7.98},{&quot;2026-06-22&quot;:7.98},{&quot;2026-06-24&quot;:7.98},{&quot;2026-06-25&quot;:7.98},{&quot;2026-06-26&quot;:7.98},{&quot;2026-06-27&quot;:7.98},{&quot;2026-06-28&quot;:7.98},{&quot;2026-06-29&quot;:7.98},{&quot;2026-06-30&quot;:7.98},{&quot;2026-07-01&quot;:7.98},{&quot;2026-07-02&quot;:7.98},{&quot;2026-07-03&quot;:7.98},{&quot;2026-07-04&quot;:7.98},{&quot;2026-07-05&quot;:7.98},{&quot;2026-07-06&quot;:7.98},{&quot;2026-07-07&quot;:7.98},{&quot;2026-07-08&quot;:7.98},{&quot;2026-07-09&quot;:7.98},{&quot;2026-07-10&quot;:7.98},{&quot;2026-07-11&quot;:7.98},{&quot;2026-07-12&quot;:7.98},{&quot;2026-07-13&quot;:7.98},{&quot;2026-07-14&quot;:7.9},{&quot;2026-07-15&quot;:7.9},{&quot;2026-07-16&quot;:7.9},{&quot;2026-07-17&quot;:7.9},{&quot;2026-07-18&quot;:7.9},{&quot;2026-07-19&quot;:7.9},{&quot;2026-07-20&quot;:7.9},{&quot;2026-07-21&quot;:7.9},{&quot;2026-07-23&quot;:7.98},{&quot;2026-07-25&quot;:7.98},{&quot;2026-07-26&quot;:7.98},{&quot;2026-07-27&quot;:7.98},{&quot;2026-07-29&quot;:7.98},{&quot;2026-07-30&quot;:7.98},{&quot;2026-07-31&quot;:7.98},{&quot;2026-08-01&quot;:7.98},{&quot;2026-08-02&quot;:7.98},{&quot;2026-08-03&quot;:7.98},{&quot;2026-08-04&quot;:7.98},{&quot;2026-08-05&quot;:7.98},{&quot;2026-08-07&quot;:7.98},{&quot;2026-08-08&quot;:7.98},{&quot;2026-08-09&quot;:7.98},{&quot;2026-08-10&quot;:7.98},{&quot;2026-08-11&quot;:7.98},{&quot;2026-08-12&quot;:7.98},{&quot;2026-08-13&quot;:7.98},{&quot;2026-08-14&quot;:7.98},{&quot;2026-08-15&quot;:7.98},{&quot;2026-08-16&quot;:7.94},{&quot;2026-08-17&quot;:7.94},{&quot;2026-08-18&quot;:7.94},{&quot;2026-08-19&quot;:7.94},{&quot;2026-08-20&quot;:7.94},{&quot;2026-08-21&quot;:7.94},{&quot;2026-08-22&quot;:7.94},{&quot;2026-08-23&quot;:7.94},{&quot;2026-08-24&quot;:7.94},{&quot;2026-08-25&quot;:7.94},{&quot;2026-08-26&quot;:7.94},{&quot;2026-08-27&quot;:7.94},{&quot;2026-08-28&quot;:7.94},{&quot;2026-08-29&quot;:7.94},{&quot;2026-08-30&quot;:7.94},{&quot;2026-08-31&quot;:7.94},{&quot;2026-09-01&quot;:7.94},{&quot;2026-09-02&quot;:7.94},{&quot;2026-09-03&quot;:7.94},{&quot;2026-09-04&quot;:7.94},{&quot;2026-09-05&quot;:7.94},{&quot;2026-09-06&quot;:7.94},{&quot;2026-09-07&quot;:7.94},{&quot;2026-09-08&quot;:7.94},{&quot;2026-09-09&quot;:7.94},{&quot;2026-09-10&quot;:7.94},{&quot;2026-09-11&quot;:7.94}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.01},{&quot;2026-06-10&quot;:4.1},{&quot;2026-06-11&quot;:4.19},{&quot;2026-06-12&quot;:4.19},{&quot;2026-06-13&quot;:4.6},{&quot;2026-06-14&quot;:4.36},{&quot;2026-06-15&quot;:4.42},{&quot;2026-06-16&quot;:5.07},{&quot;2026-06-17&quot;:5.07},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.7},{&quot;2026-06-21&quot;:4.53},{&quot;2026-06-22&quot;:4.68},{&quot;2026-06-24&quot;:4.08},{&quot;2026-06-25&quot;:4.28},{&quot;2026-06-26&quot;:4.28},{&quot;2026-06-27&quot;:4.48},{&quot;2026-06-28&quot;:3.92},{&quot;2026-06-29&quot;:3.85},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.67},{&quot;2026-07-02&quot;:3.66},{&quot;2026-07-03&quot;:3.73},{&quot;2026-07-04&quot;:3.61},{&quot;2026-07-05&quot;:3.6},{&quot;2026-07-06&quot;:3.49},{&quot;2026-07-07&quot;:3.65},{&quot;2026-07-08&quot;:3.63},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.38},{&quot;2026-07-12&quot;:3.51},{&quot;2026-07-13&quot;:3.59},{&quot;2026-07-14&quot;:3.69},{&quot;2026-07-15&quot;:3.42},{&quot;2026-07-16&quot;:3.84},{&quot;2026-07-17&quot;:3.63},{&quot;2026-07-18&quot;:3.63},{&quot;2026-07-19&quot;:3.17},{&quot;2026-07-20&quot;:3.32},{&quot;2026-07-21&quot;:3.4},{&quot;2026-07-23&quot;:3.41},{&quot;2026-07-25&quot;:3.41},{&quot;2026-07-26&quot;:3.44},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-29&quot;:3.62},{&quot;2026-07-30&quot;:3.33},{&quot;2026-07-31&quot;:3.33},{&quot;2026-08-01&quot;:3.18},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.59},{&quot;2026-08-09&quot;:2.53},{&quot;2026-08-10&quot;:2.53},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.55},{&quot;2026-08-13&quot;:2.63},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.08},{&quot;2026-08-17&quot;:2.02},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:1.86},{&quot;2026-08-20&quot;:1.86},{&quot;2026-08-21&quot;:1.88},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.86},{&quot;2026-08-25&quot;:1.86},{&quot;2026-08-26&quot;:2.15},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.26},{&quot;2026-08-29&quot;:2.26},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.46},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.5},{&quot;2026-09-03&quot;:2.47},{&quot;2026-09-04&quot;:2.41},{&quot;2026-09-05&quot;:2.41},{&quot;2026-09-06&quot;:2.41},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.47},{&quot;2026-09-10&quot;:2.45},{&quot;2026-09-11&quot;:2.45}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Assassin&#39;s Trophy" src="https://cards.scryfall.io/large/front/a/e/aeb63464-d06b-4626-a57a-1e393ef04a58.jpg?1783921857" />
    </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.33
              </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.65
              </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.95},{&quot;2026-06-14&quot;:3.95},{&quot;2026-06-15&quot;:4.01},{&quot;2026-06-16&quot;:4.01},{&quot;2026-06-17&quot;:4.01},{&quot;2026-06-18&quot;:4.01},{&quot;2026-06-19&quot;:3.69},{&quot;2026-06-20&quot;:3.69},{&quot;2026-06-21&quot;:3.69},{&quot;2026-06-22&quot;:3.69},{&quot;2026-06-23&quot;:3.69},{&quot;2026-06-24&quot;:3.69},{&quot;2026-06-25&quot;:3.69},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.71},{&quot;2026-06-29&quot;:3.71},{&quot;2026-06-30&quot;:3.84},{&quot;2026-07-01&quot;:3.84},{&quot;2026-07-02&quot;:3.86},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:3.8},{&quot;2026-07-05&quot;:3.77},{&quot;2026-07-06&quot;:3.76},{&quot;2026-07-07&quot;:3.76},{&quot;2026-07-08&quot;:3.76},{&quot;2026-07-09&quot;:3.76},{&quot;2026-07-10&quot;:3.76},{&quot;2026-07-11&quot;:3.8},{&quot;2026-07-12&quot;:3.8},{&quot;2026-07-13&quot;:3.72},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:3.75},{&quot;2026-07-16&quot;:3.75},{&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-22&quot;:3.63},{&quot;2026-07-23&quot;:3.63},{&quot;2026-07-24&quot;:3.63},{&quot;2026-07-25&quot;:3.63},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.62},{&quot;2026-07-28&quot;:3.62},{&quot;2026-07-29&quot;:3.65},{&quot;2026-07-30&quot;:3.65},{&quot;2026-07-31&quot;:3.65},{&quot;2026-08-01&quot;:3.65},{&quot;2026-08-02&quot;:3.64},{&quot;2026-08-03&quot;:3.64},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.64},{&quot;2026-08-07&quot;:3.64},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.64},{&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.65},{&quot;2026-08-14&quot;:3.65},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.64},{&quot;2026-08-17&quot;:3.65},{&quot;2026-08-18&quot;:3.65},{&quot;2026-08-19&quot;:3.62},{&quot;2026-08-20&quot;:3.62},{&quot;2026-08-21&quot;:3.62},{&quot;2026-08-22&quot;:3.62},{&quot;2026-08-23&quot;:3.62},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.62},{&quot;2026-08-27&quot;:3.62},{&quot;2026-08-28&quot;:3.62},{&quot;2026-08-29&quot;:3.62},{&quot;2026-08-30&quot;:3.64},{&quot;2026-08-31&quot;:3.64},{&quot;2026-09-01&quot;:3.64},{&quot;2026-09-02&quot;:3.64},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.65},{&quot;2026-09-06&quot;:3.65},{&quot;2026-09-07&quot;:3.65},{&quot;2026-09-08&quot;:3.66},{&quot;2026-09-09&quot;:3.65},{&quot;2026-09-10&quot;:3.65},{&quot;2026-09-11&quot;:3.65}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.7},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.7},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.73},{&quot;2026-06-18&quot;:2.73},{&quot;2026-06-19&quot;:2.73},{&quot;2026-06-20&quot;:2.73},{&quot;2026-06-21&quot;:2.73},{&quot;2026-06-22&quot;:2.73},{&quot;2026-06-23&quot;:2.73},{&quot;2026-06-24&quot;:2.73},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.8},{&quot;2026-06-28&quot;:2.8},{&quot;2026-06-29&quot;:2.8},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.8},{&quot;2026-07-05&quot;:2.8},{&quot;2026-07-06&quot;:2.8},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.8},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.8},{&quot;2026-07-12&quot;:2.8},{&quot;2026-07-13&quot;:2.8},{&quot;2026-07-14&quot;:2.8},{&quot;2026-07-15&quot;:2.8},{&quot;2026-07-16&quot;:2.8},{&quot;2026-07-17&quot;:2.8},{&quot;2026-07-18&quot;:2.8},{&quot;2026-07-19&quot;:2.8},{&quot;2026-07-20&quot;:2.8},{&quot;2026-07-21&quot;:2.8},{&quot;2026-07-22&quot;:2.8},{&quot;2026-07-23&quot;:2.7},{&quot;2026-07-24&quot;:2.65},{&quot;2026-07-25&quot;:2.65},{&quot;2026-07-26&quot;:2.6},{&quot;2026-07-27&quot;:2.54},{&quot;2026-07-28&quot;:2.54},{&quot;2026-07-29&quot;:2.54},{&quot;2026-07-30&quot;:2.54},{&quot;2026-07-31&quot;:2.49},{&quot;2026-08-01&quot;:2.49},{&quot;2026-08-02&quot;:2.49},{&quot;2026-08-03&quot;:2.49},{&quot;2026-08-04&quot;:2.49},{&quot;2026-08-05&quot;:2.49},{&quot;2026-08-07&quot;:2.49},{&quot;2026-08-08&quot;:2.49},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.49},{&quot;2026-08-11&quot;:2.49},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.45},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.45},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.23},{&quot;2026-08-26&quot;:2.23},{&quot;2026-08-27&quot;:2.23},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.31},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.35},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.33},{&quot;2026-09-05&quot;:2.32},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.32},{&quot;2026-09-08&quot;:2.33},{&quot;2026-09-09&quot;:2.33},{&quot;2026-09-10&quot;:2.33},{&quot;2026-09-11&quot;:2.33}]}"
        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="35691"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/4/a/4abfe418-15f8-46ce-9b39-fd5a38b25d12.jpg?1783924779" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.25
              </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">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:3.5},{&quot;2026-06-10&quot;:3.51},{&quot;2026-06-11&quot;:3.37},{&quot;2026-06-12&quot;:3.37},{&quot;2026-06-13&quot;:3.34},{&quot;2026-06-14&quot;:3.29},{&quot;2026-06-15&quot;:3.22},{&quot;2026-06-16&quot;:3.22},{&quot;2026-06-17&quot;:3.24},{&quot;2026-06-18&quot;:3.23},{&quot;2026-06-19&quot;:3.23},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:3.23},{&quot;2026-06-22&quot;:3.24},{&quot;2026-06-24&quot;:3.21},{&quot;2026-06-25&quot;:3.21},{&quot;2026-06-26&quot;:3.21},{&quot;2026-06-27&quot;:3.21},{&quot;2026-06-28&quot;:3.18},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.14},{&quot;2026-07-01&quot;:3.12},{&quot;2026-07-02&quot;:3.12},{&quot;2026-07-03&quot;:3.12},{&quot;2026-07-04&quot;:3.06},{&quot;2026-07-05&quot;:3.04},{&quot;2026-07-06&quot;:3.03},{&quot;2026-07-07&quot;:3.01},{&quot;2026-07-08&quot;:3.01},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:3.0},{&quot;2026-07-12&quot;:2.98},{&quot;2026-07-13&quot;:2.94},{&quot;2026-07-14&quot;:2.94},{&quot;2026-07-15&quot;:2.87},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.61},{&quot;2026-07-19&quot;:2.61},{&quot;2026-07-20&quot;:2.59},{&quot;2026-07-21&quot;:2.59},{&quot;2026-07-23&quot;:2.58},{&quot;2026-07-25&quot;:2.59},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.51},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.51},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.55},{&quot;2026-08-08&quot;:2.56},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.51},{&quot;2026-08-12&quot;:2.55},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.55},{&quot;2026-08-15&quot;:2.55},{&quot;2026-08-16&quot;:2.55},{&quot;2026-08-17&quot;:2.55},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.54},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.59},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.63},{&quot;2026-08-27&quot;:2.63},{&quot;2026-08-28&quot;:2.61},{&quot;2026-08-29&quot;:2.61},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.56},{&quot;2026-09-01&quot;:2.56},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.52},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.42},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.25}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.75},{&quot;2026-06-10&quot;:0.79},{&quot;2026-06-11&quot;:0.8},{&quot;2026-06-12&quot;:0.81},{&quot;2026-06-13&quot;:0.84},{&quot;2026-06-14&quot;:0.94},{&quot;2026-06-15&quot;:1.0},{&quot;2026-06-16&quot;:1.01},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:1.08},{&quot;2026-06-19&quot;:1.11},{&quot;2026-06-20&quot;:1.13},{&quot;2026-06-21&quot;:1.08},{&quot;2026-06-22&quot;:1.1},{&quot;2026-06-24&quot;:1.11},{&quot;2026-06-25&quot;:1.11},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.18},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.26},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.25},{&quot;2026-07-05&quot;:1.21},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.06},{&quot;2026-07-08&quot;:1.05},{&quot;2026-07-09&quot;:0.97},{&quot;2026-07-10&quot;:0.96},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:1.08},{&quot;2026-07-13&quot;:1.13},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.12},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.22},{&quot;2026-07-18&quot;:1.19},{&quot;2026-07-19&quot;:1.18},{&quot;2026-07-20&quot;:1.16},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-23&quot;:1.14},{&quot;2026-07-25&quot;:1.13},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.15},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.19},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.2},{&quot;2026-08-03&quot;:1.2},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.25},{&quot;2026-08-08&quot;:1.25},{&quot;2026-08-09&quot;:1.27},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.25},{&quot;2026-08-12&quot;:1.13},{&quot;2026-08-13&quot;:1.14},{&quot;2026-08-14&quot;:1.15},{&quot;2026-08-15&quot;:1.14},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.14},{&quot;2026-08-20&quot;:1.14},{&quot;2026-08-21&quot;:1.16},{&quot;2026-08-22&quot;:1.16},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.15},{&quot;2026-08-25&quot;:1.15},{&quot;2026-08-26&quot;:1.19},{&quot;2026-08-27&quot;:1.15},{&quot;2026-08-28&quot;:1.16},{&quot;2026-08-29&quot;:1.16},{&quot;2026-08-30&quot;:1.31},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.32},{&quot;2026-09-05&quot;:1.39},{&quot;2026-09-06&quot;:1.36},{&quot;2026-09-07&quot;:1.34},{&quot;2026-09-08&quot;:1.36},{&quot;2026-09-09&quot;:1.31},{&quot;2026-09-10&quot;:1.25},{&quot;2026-09-11&quot;:1.29}]}"
        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="47726"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-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">
            Bojuka Bog
        </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.16
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Bojuka Bog
        </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">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="Bojuka Bog" src="https://cards.scryfall.io/large/front/b/2/b23d6629-8fd9-4b1a-b45e-289b8d1c06e8.jpg?1783925317" />
    </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.16
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-13&quot;:1.66},{&quot;2026-06-14&quot;:1.66},{&quot;2026-06-15&quot;:1.68},{&quot;2026-06-16&quot;:1.74},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.91},{&quot;2026-06-23&quot;:1.87},{&quot;2026-06-24&quot;:1.87},{&quot;2026-06-25&quot;:1.85},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.79},{&quot;2026-06-28&quot;:1.79},{&quot;2026-06-29&quot;:1.79},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.75},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.67},{&quot;2026-07-07&quot;:1.67},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.71},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.67},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.58},{&quot;2026-07-16&quot;:1.56},{&quot;2026-07-17&quot;:1.52},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.42},{&quot;2026-07-20&quot;:1.41},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.44},{&quot;2026-07-25&quot;:1.52},{&quot;2026-07-26&quot;:1.52},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.66},{&quot;2026-08-01&quot;:1.66},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.75},{&quot;2026-08-10&quot;:1.75},{&quot;2026-08-11&quot;:1.75},{&quot;2026-08-12&quot;:1.73},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.71},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.66},{&quot;2026-08-20&quot;:1.66},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.73},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.65},{&quot;2026-08-26&quot;:1.62},{&quot;2026-08-27&quot;:1.63},{&quot;2026-08-28&quot;:1.63},{&quot;2026-08-29&quot;:1.63},{&quot;2026-08-30&quot;:1.56},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.58},{&quot;2026-09-02&quot;:1.58},{&quot;2026-09-03&quot;:1.58},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:2.01},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.18},{&quot;2026-09-08&quot;:2.2},{&quot;2026-09-09&quot;:2.19},{&quot;2026-09-10&quot;:2.15},{&quot;2026-09-11&quot;:2.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="83084"
  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">
            Beast Within
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.02
          </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="Beast Within" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/c/dc259874-5341-4cad-8766-73931f9914c4.jpg?1783931979" />

        <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">
            Beast Within
        </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-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="Beast Within" src="https://cards.scryfall.io/large/front/d/c/dc259874-5341-4cad-8766-73931f9914c4.jpg?1783931979" />
    </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.02
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.1},{&quot;2026-06-14&quot;:2.1},{&quot;2026-06-15&quot;:2.1},{&quot;2026-06-16&quot;:2.1},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:2.1},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.11},{&quot;2026-06-22&quot;:2.09},{&quot;2026-06-23&quot;:2.09},{&quot;2026-06-24&quot;:2.09},{&quot;2026-06-25&quot;:2.09},{&quot;2026-06-26&quot;:2.09},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.02},{&quot;2026-07-02&quot;:1.99},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.97},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:1.98},{&quot;2026-07-10&quot;:1.98},{&quot;2026-07-11&quot;:1.98},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:1.98},{&quot;2026-07-15&quot;:1.98},{&quot;2026-07-16&quot;:1.98},{&quot;2026-07-17&quot;:1.98},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:1.98},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-22&quot;:1.98},{&quot;2026-07-23&quot;:1.98},{&quot;2026-07-24&quot;:1.98},{&quot;2026-07-25&quot;:2.02},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-28&quot;:2.02},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:2.03},{&quot;2026-07-31&quot;:2.03},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:1.98},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.98},{&quot;2026-08-05&quot;:1.98},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:1.98},{&quot;2026-08-09&quot;:1.98},{&quot;2026-08-10&quot;:1.98},{&quot;2026-08-11&quot;:1.98},{&quot;2026-08-12&quot;:1.98},{&quot;2026-08-13&quot;:2.0},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:2.0},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:2.0},{&quot;2026-08-20&quot;:2.0},{&quot;2026-08-21&quot;:2.0},{&quot;2026-08-22&quot;:2.0},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.04},{&quot;2026-08-28&quot;:2.01},{&quot;2026-08-29&quot;:2.01},{&quot;2026-08-30&quot;:2.01},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:2.03},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:2.02},{&quot;2026-09-06&quot;:2.02},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:2.02},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:2.02},{&quot;2026-09-11&quot;:2.02}]}"
        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="35694"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.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="Swamp" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/e/2e55a405-bf5b-4158-ba9a-239627ac9701.jpg?1783924779" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/2/e/2e55a405-bf5b-4158-ba9a-239627ac9701.jpg?1783924779" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.15},{&quot;2026-06-14&quot;:2.18},{&quot;2026-06-15&quot;:2.18},{&quot;2026-06-16&quot;:2.18},{&quot;2026-06-17&quot;:2.15},{&quot;2026-06-18&quot;:2.15},{&quot;2026-06-19&quot;:2.15},{&quot;2026-06-20&quot;:2.15},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:2.19},{&quot;2026-06-23&quot;:2.26},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.26},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.32},{&quot;2026-06-30&quot;:2.44},{&quot;2026-07-01&quot;:2.41},{&quot;2026-07-02&quot;:2.41},{&quot;2026-07-03&quot;:2.48},{&quot;2026-07-04&quot;:2.49},{&quot;2026-07-05&quot;:2.49},{&quot;2026-07-06&quot;:2.49},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.4},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.27},{&quot;2026-07-12&quot;:2.24},{&quot;2026-07-13&quot;:2.22},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.21},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.04},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:2.08},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-22&quot;:2.13},{&quot;2026-07-23&quot;:2.11},{&quot;2026-07-24&quot;:2.1},{&quot;2026-07-25&quot;:2.1},{&quot;2026-07-26&quot;:2.1},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.1},{&quot;2026-07-31&quot;:2.0},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.21},{&quot;2026-08-12&quot;:2.21},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.21},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.14},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.17},{&quot;2026-08-26&quot;:2.17},{&quot;2026-08-27&quot;:2.17},{&quot;2026-08-28&quot;:2.17},{&quot;2026-08-29&quot;:2.17},{&quot;2026-08-30&quot;:2.21},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.04},{&quot;2026-09-03&quot;:2.04},{&quot;2026-09-04&quot;:2.04},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:1.93},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.9}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.84},{&quot;2026-06-14&quot;:0.85},{&quot;2026-06-15&quot;:0.87},{&quot;2026-06-16&quot;:0.87},{&quot;2026-06-17&quot;:0.88},{&quot;2026-06-18&quot;:0.89},{&quot;2026-06-19&quot;:0.86},{&quot;2026-06-20&quot;:0.84},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.79},{&quot;2026-06-23&quot;:0.79},{&quot;2026-06-24&quot;:0.75},{&quot;2026-06-25&quot;:0.76},{&quot;2026-06-26&quot;:0.72},{&quot;2026-06-27&quot;:0.73},{&quot;2026-06-28&quot;:0.77},{&quot;2026-06-29&quot;:0.78},{&quot;2026-06-30&quot;:0.84},{&quot;2026-07-01&quot;:0.84},{&quot;2026-07-02&quot;:0.85},{&quot;2026-07-03&quot;:0.87},{&quot;2026-07-04&quot;:0.88},{&quot;2026-07-05&quot;:0.84},{&quot;2026-07-06&quot;:0.83},{&quot;2026-07-07&quot;:0.83},{&quot;2026-07-08&quot;:0.86},{&quot;2026-07-09&quot;:0.84},{&quot;2026-07-10&quot;:0.84},{&quot;2026-07-11&quot;:0.81},{&quot;2026-07-12&quot;:0.83},{&quot;2026-07-13&quot;:0.86},{&quot;2026-07-14&quot;:0.87},{&quot;2026-07-15&quot;:0.87},{&quot;2026-07-16&quot;:0.88},{&quot;2026-07-17&quot;:0.9},{&quot;2026-07-18&quot;:0.87},{&quot;2026-07-19&quot;:0.87},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.89},{&quot;2026-07-22&quot;:0.92},{&quot;2026-07-23&quot;:0.92},{&quot;2026-07-24&quot;:0.93},{&quot;2026-07-25&quot;:0.95},{&quot;2026-07-26&quot;:0.96},{&quot;2026-07-27&quot;:0.96},{&quot;2026-07-28&quot;:0.97},{&quot;2026-07-29&quot;:0.96},{&quot;2026-07-30&quot;:0.97},{&quot;2026-07-31&quot;:1.01},{&quot;2026-08-01&quot;:0.99},{&quot;2026-08-02&quot;:0.99},{&quot;2026-08-03&quot;:1.0},{&quot;2026-08-04&quot;:1.0},{&quot;2026-08-05&quot;:1.01},{&quot;2026-08-07&quot;:1.04},{&quot;2026-08-08&quot;:1.05},{&quot;2026-08-09&quot;:1.06},{&quot;2026-08-10&quot;:1.06},{&quot;2026-08-11&quot;:1.05},{&quot;2026-08-12&quot;:1.01},{&quot;2026-08-13&quot;:0.92},{&quot;2026-08-14&quot;:0.92},{&quot;2026-08-15&quot;:0.9},{&quot;2026-08-16&quot;:0.9},{&quot;2026-08-17&quot;:0.93},{&quot;2026-08-18&quot;:0.9},{&quot;2026-08-19&quot;:0.89},{&quot;2026-08-20&quot;:0.88},{&quot;2026-08-21&quot;:0.88},{&quot;2026-08-22&quot;:0.89},{&quot;2026-08-23&quot;:0.87},{&quot;2026-08-24&quot;:0.88},{&quot;2026-08-25&quot;:0.89},{&quot;2026-08-26&quot;:0.9},{&quot;2026-08-27&quot;:0.88},{&quot;2026-08-28&quot;:0.87},{&quot;2026-08-29&quot;:0.87},{&quot;2026-08-30&quot;:0.83},{&quot;2026-08-31&quot;:0.84},{&quot;2026-09-01&quot;:0.85},{&quot;2026-09-02&quot;:0.83},{&quot;2026-09-03&quot;:0.83},{&quot;2026-09-04&quot;:0.83},{&quot;2026-09-05&quot;:0.82},{&quot;2026-09-06&quot;:0.81},{&quot;2026-09-07&quot;:0.85},{&quot;2026-09-08&quot;:0.85},{&quot;2026-09-09&quot;:0.86},{&quot;2026-09-10&quot;:0.83},{&quot;2026-09-11&quot;:0.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="28947"
  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-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">
            Sol Ring
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/2/c/2c52c96d-e20f-4025-b759-674b36cf0db3.jpg?1783926169" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.80
              </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;normal&quot;:[{&quot;2026-06-13&quot;:2.04},{&quot;2026-06-14&quot;:2.03},{&quot;2026-06-15&quot;:2.1},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.15},{&quot;2026-06-18&quot;:2.19},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:2.21},{&quot;2026-06-21&quot;:2.21},{&quot;2026-06-22&quot;:2.22},{&quot;2026-06-23&quot;:2.2},{&quot;2026-06-24&quot;:2.2},{&quot;2026-06-25&quot;:2.17},{&quot;2026-06-26&quot;:2.17},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.15},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.16},{&quot;2026-07-02&quot;:2.16},{&quot;2026-07-03&quot;:1.88},{&quot;2026-07-04&quot;:1.88},{&quot;2026-07-05&quot;:1.88},{&quot;2026-07-06&quot;:1.92},{&quot;2026-07-07&quot;:1.92},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.81},{&quot;2026-07-10&quot;:1.78},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.75},{&quot;2026-07-13&quot;:1.75},{&quot;2026-07-14&quot;:1.72},{&quot;2026-07-15&quot;:1.73},{&quot;2026-07-16&quot;:1.71},{&quot;2026-07-17&quot;:1.65},{&quot;2026-07-18&quot;:1.63},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-22&quot;:1.59},{&quot;2026-07-23&quot;:1.57},{&quot;2026-07-24&quot;:1.52},{&quot;2026-07-25&quot;:1.46},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.58},{&quot;2026-07-30&quot;:1.58},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.64},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.68},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.71},{&quot;2026-08-08&quot;:1.68},{&quot;2026-08-09&quot;:1.68},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.87},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:1.99},{&quot;2026-08-16&quot;:2.01},{&quot;2026-08-17&quot;:2.01},{&quot;2026-08-18&quot;:2.03},{&quot;2026-08-19&quot;:1.98},{&quot;2026-08-20&quot;:2.1},{&quot;2026-08-21&quot;:2.08},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.89},{&quot;2026-08-26&quot;:1.93},{&quot;2026-08-27&quot;:1.89},{&quot;2026-08-28&quot;:1.89},{&quot;2026-08-29&quot;:1.89},{&quot;2026-08-30&quot;:1.85},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.78},{&quot;2026-09-02&quot;:1.72},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.8},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.8},{&quot;2026-09-11&quot;:1.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.78
          </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="Kenrith&#39;s Transformation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/d/6da7cd39-1f8a-4f68-adb7-df2beac02263.jpg?1783932607" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kenrith&#39;s Transformation" src="https://cards.scryfall.io/large/front/6/d/6da7cd39-1f8a-4f68-adb7-df2beac02263.jpg?1783932607" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-12&quot;:1.78},{&quot;2026-06-13&quot;:1.78},{&quot;2026-06-14&quot;:1.72},{&quot;2026-06-15&quot;:1.78},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.78},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.72},{&quot;2026-06-27&quot;:1.72},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.72},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.72},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.72},{&quot;2026-07-07&quot;:1.7},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.7},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.68},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.72},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.74},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.76},{&quot;2026-07-24&quot;:1.76},{&quot;2026-07-25&quot;:1.78},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-28&quot;:1.78},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.81},{&quot;2026-08-03&quot;:1.81},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.84},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.85},{&quot;2026-08-11&quot;:1.85},{&quot;2026-08-12&quot;:1.85},{&quot;2026-08-13&quot;:1.85},{&quot;2026-08-14&quot;:1.85},{&quot;2026-08-15&quot;:1.85},{&quot;2026-08-16&quot;:1.85},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.79},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.77},{&quot;2026-08-25&quot;:1.77},{&quot;2026-08-26&quot;:1.77},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.71},{&quot;2026-09-05&quot;:1.71},{&quot;2026-09-06&quot;:1.75},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.75}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.25},{&quot;2026-06-13&quot;:1.27},{&quot;2026-06-14&quot;:1.27},{&quot;2026-06-15&quot;:1.23},{&quot;2026-06-16&quot;:1.29},{&quot;2026-06-17&quot;:1.3},{&quot;2026-06-18&quot;:1.28},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.27},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-23&quot;:1.28},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.15},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.05},{&quot;2026-06-30&quot;:1.04},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.14},{&quot;2026-07-03&quot;:1.09},{&quot;2026-07-04&quot;:1.08},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.09},{&quot;2026-07-07&quot;:1.08},{&quot;2026-07-08&quot;:1.05},{&quot;2026-07-09&quot;:1.05},{&quot;2026-07-10&quot;:1.05},{&quot;2026-07-11&quot;:1.04},{&quot;2026-07-12&quot;:1.04},{&quot;2026-07-13&quot;:1.07},{&quot;2026-07-14&quot;:1.09},{&quot;2026-07-15&quot;:1.09},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.09},{&quot;2026-07-20&quot;:1.08},{&quot;2026-07-21&quot;:1.07},{&quot;2026-07-23&quot;:1.09},{&quot;2026-07-24&quot;:1.13},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.21},{&quot;2026-07-27&quot;:1.2},{&quot;2026-07-28&quot;:1.22},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.28},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.32},{&quot;2026-08-10&quot;:1.32},{&quot;2026-08-11&quot;:1.32},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.43},{&quot;2026-08-15&quot;:1.44},{&quot;2026-08-16&quot;:1.44},{&quot;2026-08-17&quot;:1.44},{&quot;2026-08-18&quot;:1.42},{&quot;2026-08-19&quot;:1.42},{&quot;2026-08-20&quot;:1.42},{&quot;2026-08-21&quot;:1.39},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.42},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.47},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.65},{&quot;2026-08-29&quot;:1.65},{&quot;2026-08-30&quot;:1.63},{&quot;2026-08-31&quot;:1.53},{&quot;2026-09-01&quot;:1.37},{&quot;2026-09-02&quot;:1.34},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.47},{&quot;2026-09-05&quot;:1.6},{&quot;2026-09-06&quot;:1.57},{&quot;2026-09-07&quot;:1.66},{&quot;2026-09-08&quot;:1.8},{&quot;2026-09-09&quot;:1.81},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Insect
      </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">
            $1.75
          </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="Hornet Nest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/7/c7b3c3de-6e12-4b93-830f-cae5b1b40ac4.jpg?1783931788" />

        <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">
            Hornet Nest
        </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 — Insect</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="Hornet Nest" src="https://cards.scryfall.io/large/front/c/7/c7b3c3de-6e12-4b93-830f-cae5b1b40ac4.jpg?1783931788" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/7/7/77ba59d8-c13c-4966-845f-c090e9f061cb.jpg?1783925541" />
    </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">
            3
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:2.53},{&quot;2026-06-10&quot;:2.55},{&quot;2026-06-11&quot;:2.55},{&quot;2026-06-12&quot;:2.47},{&quot;2026-06-13&quot;:2.47},{&quot;2026-06-14&quot;:2.47},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.28},{&quot;2026-06-20&quot;:2.28},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-24&quot;:2.25},{&quot;2026-06-25&quot;:2.25},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.18},{&quot;2026-06-29&quot;:2.2},{&quot;2026-06-30&quot;:2.2},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.24},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.23},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.73},{&quot;2026-07-11&quot;:1.71},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.59},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.77},{&quot;2026-07-19&quot;:1.84},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-23&quot;:1.78},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.81},{&quot;2026-07-27&quot;:1.79},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.8},{&quot;2026-08-05&quot;:1.8},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.85},{&quot;2026-08-09&quot;:1.87},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.86},{&quot;2026-08-12&quot;:1.86},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.82},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.8},{&quot;2026-08-23&quot;:1.75},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.73},{&quot;2026-08-28&quot;:1.73},{&quot;2026-08-29&quot;:1.73},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.72},{&quot;2026-09-01&quot;:1.72},{&quot;2026-09-02&quot;:1.65},{&quot;2026-09-03&quot;:1.65},{&quot;2026-09-04&quot;:1.64},{&quot;2026-09-05&quot;:1.63},{&quot;2026-09-06&quot;:1.63},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.6},{&quot;2026-09-11&quot;:1.6}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.0},{&quot;2026-06-10&quot;:0.9},{&quot;2026-06-11&quot;:0.89},{&quot;2026-06-12&quot;:0.85},{&quot;2026-06-13&quot;:0.84},{&quot;2026-06-14&quot;:0.84},{&quot;2026-06-15&quot;:0.84},{&quot;2026-06-16&quot;:0.84},{&quot;2026-06-17&quot;:0.82},{&quot;2026-06-18&quot;:0.85},{&quot;2026-06-19&quot;:0.81},{&quot;2026-06-20&quot;:0.81},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.8},{&quot;2026-06-24&quot;:0.81},{&quot;2026-06-25&quot;:0.81},{&quot;2026-06-26&quot;:0.81},{&quot;2026-06-27&quot;:0.82},{&quot;2026-06-28&quot;:0.82},{&quot;2026-06-29&quot;:0.81},{&quot;2026-06-30&quot;:0.83},{&quot;2026-07-01&quot;:0.82},{&quot;2026-07-02&quot;:0.84},{&quot;2026-07-03&quot;:0.84},{&quot;2026-07-04&quot;:0.85},{&quot;2026-07-05&quot;:0.85},{&quot;2026-07-06&quot;:0.82},{&quot;2026-07-07&quot;:0.81},{&quot;2026-07-08&quot;:0.87},{&quot;2026-07-09&quot;:0.89},{&quot;2026-07-10&quot;:0.91},{&quot;2026-07-11&quot;:0.9},{&quot;2026-07-12&quot;:0.9},{&quot;2026-07-13&quot;:0.9},{&quot;2026-07-14&quot;:0.91},{&quot;2026-07-15&quot;:0.92},{&quot;2026-07-16&quot;:0.92},{&quot;2026-07-17&quot;:0.93},{&quot;2026-07-18&quot;:0.93},{&quot;2026-07-19&quot;:0.93},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.87},{&quot;2026-07-23&quot;:0.89},{&quot;2026-07-25&quot;:0.88},{&quot;2026-07-26&quot;:0.9},{&quot;2026-07-27&quot;:0.9},{&quot;2026-07-29&quot;:0.91},{&quot;2026-07-30&quot;:0.91},{&quot;2026-07-31&quot;:0.89},{&quot;2026-08-01&quot;:0.9},{&quot;2026-08-02&quot;:0.9},{&quot;2026-08-03&quot;:0.88},{&quot;2026-08-04&quot;:0.88},{&quot;2026-08-05&quot;:0.88},{&quot;2026-08-07&quot;:0.91},{&quot;2026-08-08&quot;:0.91},{&quot;2026-08-09&quot;:0.93},{&quot;2026-08-10&quot;:0.99},{&quot;2026-08-11&quot;:0.98},{&quot;2026-08-12&quot;:0.97},{&quot;2026-08-13&quot;:1.05},{&quot;2026-08-14&quot;:1.06},{&quot;2026-08-15&quot;:1.06},{&quot;2026-08-16&quot;:1.04},{&quot;2026-08-17&quot;:1.03},{&quot;2026-08-18&quot;:1.03},{&quot;2026-08-19&quot;:1.03},{&quot;2026-08-20&quot;:1.03},{&quot;2026-08-21&quot;:0.95},{&quot;2026-08-22&quot;:0.94},{&quot;2026-08-23&quot;:0.95},{&quot;2026-08-24&quot;:0.96},{&quot;2026-08-25&quot;:0.96},{&quot;2026-08-26&quot;:1.01},{&quot;2026-08-27&quot;:1.02},{&quot;2026-08-28&quot;:1.03},{&quot;2026-08-29&quot;:1.03},{&quot;2026-08-30&quot;:1.03},{&quot;2026-08-31&quot;:0.97},{&quot;2026-09-01&quot;:0.97},{&quot;2026-09-02&quot;:1.0},{&quot;2026-09-03&quot;:1.1},{&quot;2026-09-04&quot;:1.1},{&quot;2026-09-05&quot;:1.14},{&quot;2026-09-06&quot;:1.14},{&quot;2026-09-07&quot;:1.16},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.15},{&quot;2026-09-10&quot;:1.14},{&quot;2026-09-11&quot;:1.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Curse of Clinging Webs" src="https://cards.scryfall.io/large/front/5/e/5e2d349e-fe5f-4627-84b7-2f01982603d2.jpg?1783925375" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.3},{&quot;2026-06-14&quot;:2.46},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.46},{&quot;2026-06-21&quot;:2.46},{&quot;2026-06-22&quot;:2.43},{&quot;2026-06-23&quot;:2.43},{&quot;2026-06-24&quot;:2.43},{&quot;2026-06-25&quot;:2.47},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.33},{&quot;2026-06-28&quot;:2.36},{&quot;2026-06-29&quot;:2.36},{&quot;2026-06-30&quot;:2.43},{&quot;2026-07-01&quot;:2.36},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.27},{&quot;2026-07-04&quot;:2.24},{&quot;2026-07-05&quot;:2.23},{&quot;2026-07-06&quot;:2.26},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.22},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.24},{&quot;2026-07-13&quot;:2.24},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.21},{&quot;2026-07-16&quot;:2.19},{&quot;2026-07-17&quot;:2.17},{&quot;2026-07-18&quot;:2.17},{&quot;2026-07-19&quot;:2.09},{&quot;2026-07-20&quot;:2.06},{&quot;2026-07-21&quot;:2.06},{&quot;2026-07-22&quot;:2.07},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-24&quot;:2.04},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:1.87},{&quot;2026-07-28&quot;:1.85},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.71},{&quot;2026-08-03&quot;:1.68},{&quot;2026-08-04&quot;:1.74},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.79},{&quot;2026-08-11&quot;:1.78},{&quot;2026-08-12&quot;:1.76},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.79},{&quot;2026-08-16&quot;:1.89},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.82},{&quot;2026-08-20&quot;:1.78},{&quot;2026-08-21&quot;:1.72},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.67},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.64},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.63},{&quot;2026-08-31&quot;:1.68},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.67},{&quot;2026-09-05&quot;:1.63},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.59},{&quot;2026-09-08&quot;:1.56},{&quot;2026-09-09&quot;:1.53},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Verdant Command" src="https://cards.scryfall.io/large/front/8/3/83031ea8-a6c9-4318-af16-bba701dd76bb.jpg?1783926823" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.26},{&quot;2026-06-14&quot;:1.26},{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.26},{&quot;2026-06-17&quot;:1.26},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-23&quot;:1.19},{&quot;2026-06-24&quot;:1.19},{&quot;2026-06-25&quot;:1.19},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.22},{&quot;2026-06-28&quot;:1.22},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.22},{&quot;2026-07-02&quot;:1.22},{&quot;2026-07-03&quot;:1.24},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.23},{&quot;2026-07-06&quot;:1.25},{&quot;2026-07-07&quot;:1.25},{&quot;2026-07-08&quot;:1.25},{&quot;2026-07-09&quot;:1.24},{&quot;2026-07-10&quot;:1.24},{&quot;2026-07-11&quot;:1.24},{&quot;2026-07-12&quot;:1.27},{&quot;2026-07-13&quot;:1.27},{&quot;2026-07-14&quot;:1.28},{&quot;2026-07-15&quot;:1.23},{&quot;2026-07-16&quot;:1.23},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.18},{&quot;2026-07-20&quot;:1.18},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-22&quot;:1.17},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-24&quot;:1.17},{&quot;2026-07-25&quot;:1.17},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-28&quot;:1.17},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.18},{&quot;2026-08-03&quot;:1.18},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.19},{&quot;2026-08-07&quot;:1.19},{&quot;2026-08-08&quot;:1.19},{&quot;2026-08-09&quot;:1.2},{&quot;2026-08-10&quot;:1.2},{&quot;2026-08-11&quot;:1.2},{&quot;2026-08-12&quot;:1.2},{&quot;2026-08-13&quot;:1.22},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:1.24},{&quot;2026-08-16&quot;:1.24},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.14},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.14},{&quot;2026-08-25&quot;:1.14},{&quot;2026-08-26&quot;:1.13},{&quot;2026-08-27&quot;:1.13},{&quot;2026-08-28&quot;:1.13},{&quot;2026-08-29&quot;:1.13},{&quot;2026-08-30&quot;:1.13},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.13},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.18},{&quot;2026-09-05&quot;:1.18},{&quot;2026-09-06&quot;:1.18},{&quot;2026-09-07&quot;:1.18},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.18},{&quot;2026-09-10&quot;:1.19},{&quot;2026-09-11&quot;:1.19}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.69},{&quot;2026-06-14&quot;:0.7},{&quot;2026-06-15&quot;:0.8},{&quot;2026-06-16&quot;:0.83},{&quot;2026-06-17&quot;:0.84},{&quot;2026-06-18&quot;:0.83},{&quot;2026-06-19&quot;:0.86},{&quot;2026-06-20&quot;:0.78},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.79},{&quot;2026-06-23&quot;:0.77},{&quot;2026-06-24&quot;:0.73},{&quot;2026-06-25&quot;:0.71},{&quot;2026-06-26&quot;:0.84},{&quot;2026-06-27&quot;:0.87},{&quot;2026-06-28&quot;:0.81},{&quot;2026-06-29&quot;:0.81},{&quot;2026-06-30&quot;:0.81},{&quot;2026-07-01&quot;:0.84},{&quot;2026-07-02&quot;:0.93},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:1.0},{&quot;2026-07-05&quot;:1.02},{&quot;2026-07-06&quot;:1.0},{&quot;2026-07-07&quot;:1.08},{&quot;2026-07-08&quot;:1.08},{&quot;2026-07-09&quot;:1.07},{&quot;2026-07-10&quot;:1.15},{&quot;2026-07-11&quot;:1.17},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.15},{&quot;2026-07-14&quot;:1.1},{&quot;2026-07-15&quot;:1.02},{&quot;2026-07-16&quot;:0.97},{&quot;2026-07-17&quot;:0.99},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.12},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-22&quot;:1.27},{&quot;2026-07-23&quot;:1.25},{&quot;2026-07-24&quot;:1.18},{&quot;2026-07-25&quot;:1.14},{&quot;2026-07-26&quot;:1.01},{&quot;2026-07-27&quot;:1.05},{&quot;2026-07-28&quot;:1.04},{&quot;2026-07-29&quot;:1.08},{&quot;2026-07-30&quot;:1.15},{&quot;2026-07-31&quot;:1.16},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.17},{&quot;2026-08-04&quot;:1.07},{&quot;2026-08-05&quot;:1.1},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.28},{&quot;2026-08-10&quot;:1.29},{&quot;2026-08-11&quot;:1.34},{&quot;2026-08-12&quot;:1.32},{&quot;2026-08-13&quot;:1.29},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.37},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.15},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.08},{&quot;2026-08-23&quot;:1.07},{&quot;2026-08-24&quot;:1.19},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.33},{&quot;2026-08-29&quot;:1.33},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.46},{&quot;2026-09-01&quot;:1.47},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.57},{&quot;2026-09-04&quot;:1.6},{&quot;2026-09-05&quot;:1.58},{&quot;2026-09-06&quot;:1.62},{&quot;2026-09-07&quot;:1.63},{&quot;2026-09-08&quot;:1.58},{&quot;2026-09-09&quot;:1.52},{&quot;2026-09-10&quot;:1.49},{&quot;2026-09-11&quot;:1.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.37
          </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="Szat&#39;s Will" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/9828be7b-1eae-4718-9e71-2f625121b00b.jpg?1783928826" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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-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="Szat&#39;s Will" src="https://cards.scryfall.io/large/front/9/8/9828be7b-1eae-4718-9e71-2f625121b00b.jpg?1783928826" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74892"
  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-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">
            Mirkwood Bats
        </span>


      </div>

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

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

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

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

        <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">
            Mirkwood Bats
        </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 — Bat</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="Mirkwood Bats" src="https://cards.scryfall.io/large/front/8/8/882747f9-b4fe-42be-8fe9-f871cd0779bd.jpg?1783916165" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:1.94},{&quot;2026-06-14&quot;:1.9},{&quot;2026-06-15&quot;:1.94},{&quot;2026-06-16&quot;:1.93},{&quot;2026-06-17&quot;:1.87},{&quot;2026-06-18&quot;:1.91},{&quot;2026-06-19&quot;:1.82},{&quot;2026-06-20&quot;:1.85},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.82},{&quot;2026-06-23&quot;:1.82},{&quot;2026-06-24&quot;:1.82},{&quot;2026-06-25&quot;:1.82},{&quot;2026-06-26&quot;:1.84},{&quot;2026-06-27&quot;:1.84},{&quot;2026-06-28&quot;:1.74},{&quot;2026-06-29&quot;:1.74},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.63},{&quot;2026-07-05&quot;:1.62},{&quot;2026-07-06&quot;:1.73},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.86},{&quot;2026-07-10&quot;:1.86},{&quot;2026-07-11&quot;:1.85},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.81},{&quot;2026-07-15&quot;:1.81},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.85},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-22&quot;:2.0},{&quot;2026-07-23&quot;:2.0},{&quot;2026-07-24&quot;:2.06},{&quot;2026-07-25&quot;:2.09},{&quot;2026-07-26&quot;:2.12},{&quot;2026-07-27&quot;:2.32},{&quot;2026-07-28&quot;:2.32},{&quot;2026-07-29&quot;:2.36},{&quot;2026-07-30&quot;:2.37},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.19},{&quot;2026-08-02&quot;:2.13},{&quot;2026-08-03&quot;:2.02},{&quot;2026-08-04&quot;:2.02},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:1.94},{&quot;2026-08-09&quot;:1.94},{&quot;2026-08-10&quot;:1.98},{&quot;2026-08-11&quot;:2.02},{&quot;2026-08-12&quot;:2.0},{&quot;2026-08-13&quot;:2.04},{&quot;2026-08-14&quot;:1.9},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.29},{&quot;2026-08-18&quot;:2.29},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.64},{&quot;2026-08-22&quot;:2.79},{&quot;2026-08-23&quot;:2.84},{&quot;2026-08-24&quot;:2.85},{&quot;2026-08-25&quot;:3.01},{&quot;2026-08-26&quot;:2.95},{&quot;2026-08-27&quot;:2.79},{&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.48},{&quot;2026-09-01&quot;:2.38},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.46},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.31},{&quot;2026-09-08&quot;:2.24},{&quot;2026-09-09&quot;:2.24},{&quot;2026-09-10&quot;:2.19},{&quot;2026-09-11&quot;:2.22}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.98},{&quot;2026-06-14&quot;:0.84},{&quot;2026-06-15&quot;:0.92},{&quot;2026-06-16&quot;:1.14},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:0.9},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:1.03},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.36},{&quot;2026-06-23&quot;:1.26},{&quot;2026-06-24&quot;:1.21},{&quot;2026-06-25&quot;:1.23},{&quot;2026-06-26&quot;:1.14},{&quot;2026-06-27&quot;:1.09},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.29},{&quot;2026-07-02&quot;:1.12},{&quot;2026-07-03&quot;:1.12},{&quot;2026-07-04&quot;:1.15},{&quot;2026-07-05&quot;:1.47},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.34},{&quot;2026-07-08&quot;:1.22},{&quot;2026-07-09&quot;:1.15},{&quot;2026-07-10&quot;:1.24},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.32},{&quot;2026-07-14&quot;:1.48},{&quot;2026-07-15&quot;:1.35},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.58},{&quot;2026-07-18&quot;:1.49},{&quot;2026-07-19&quot;:1.31},{&quot;2026-07-20&quot;:1.27},{&quot;2026-07-21&quot;:1.32},{&quot;2026-07-22&quot;:1.36},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-24&quot;:1.16},{&quot;2026-07-25&quot;:1.36},{&quot;2026-07-26&quot;:1.29},{&quot;2026-07-27&quot;:1.33},{&quot;2026-07-28&quot;:1.65},{&quot;2026-07-29&quot;:1.5},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.59},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.53},{&quot;2026-08-04&quot;:1.43},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.59},{&quot;2026-08-09&quot;:1.46},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.54},{&quot;2026-08-12&quot;:1.5},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.25},{&quot;2026-08-15&quot;:1.32},{&quot;2026-08-16&quot;:1.41},{&quot;2026-08-17&quot;:1.35},{&quot;2026-08-18&quot;:1.47},{&quot;2026-08-19&quot;:1.47},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.67},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.54},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.73},{&quot;2026-08-26&quot;:1.81},{&quot;2026-08-27&quot;:1.42},{&quot;2026-08-28&quot;:1.27},{&quot;2026-08-29&quot;:1.27},{&quot;2026-08-30&quot;:1.62},{&quot;2026-08-31&quot;:1.48},{&quot;2026-09-01&quot;:1.46},{&quot;2026-09-02&quot;:1.4},{&quot;2026-09-03&quot;:1.39},{&quot;2026-09-04&quot;:1.38},{&quot;2026-09-05&quot;:1.54},{&quot;2026-09-06&quot;:1.62},{&quot;2026-09-07&quot;:1.52},{&quot;2026-09-08&quot;:1.47},{&quot;2026-09-09&quot;:1.44},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.39
          </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="Forest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/ad8ff40e-2d40-4557-8209-d2c84eb4ccf2.jpg?1783925539" />

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Forest" src="https://cards.scryfall.io/large/front/a/d/ad8ff40e-2d40-4557-8209-d2c84eb4ccf2.jpg?1783925539" />
    </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">
            8
          </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.39
              </span>

            </div>
          </div>

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.15</span>
              <span class="text-xs text-grey-text">Credit: $0.20</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.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;:0.87},{&quot;2026-06-10&quot;:0.86},{&quot;2026-06-11&quot;:0.86},{&quot;2026-06-12&quot;:0.86},{&quot;2026-06-13&quot;:0.86},{&quot;2026-06-14&quot;:0.89},{&quot;2026-06-15&quot;:0.9},{&quot;2026-06-16&quot;:0.91},{&quot;2026-06-17&quot;:0.97},{&quot;2026-06-18&quot;:0.97},{&quot;2026-06-19&quot;:0.97},{&quot;2026-06-20&quot;:0.94},{&quot;2026-06-21&quot;:1.02},{&quot;2026-06-22&quot;:1.02},{&quot;2026-06-24&quot;:1.11},{&quot;2026-06-25&quot;:1.13},{&quot;2026-06-26&quot;:1.13},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.13},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.13},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.04},{&quot;2026-07-04&quot;:1.05},{&quot;2026-07-05&quot;:1.05},{&quot;2026-07-06&quot;:1.05},{&quot;2026-07-07&quot;:1.05},{&quot;2026-07-08&quot;:1.03},{&quot;2026-07-09&quot;:1.0},{&quot;2026-07-10&quot;:1.01},{&quot;2026-07-11&quot;:1.03},{&quot;2026-07-12&quot;:0.97},{&quot;2026-07-13&quot;:0.96},{&quot;2026-07-14&quot;:0.91},{&quot;2026-07-15&quot;:0.91},{&quot;2026-07-16&quot;:0.88},{&quot;2026-07-17&quot;:0.88},{&quot;2026-07-18&quot;:0.88},{&quot;2026-07-19&quot;:0.9},{&quot;2026-07-20&quot;:0.89},{&quot;2026-07-21&quot;:0.88},{&quot;2026-07-23&quot;:0.88},{&quot;2026-07-25&quot;:0.88},{&quot;2026-07-26&quot;:0.87},{&quot;2026-07-27&quot;:0.87},{&quot;2026-07-29&quot;:0.85},{&quot;2026-07-30&quot;:0.82},{&quot;2026-07-31&quot;:0.82},{&quot;2026-08-01&quot;:0.82},{&quot;2026-08-02&quot;:0.81},{&quot;2026-08-03&quot;:0.79},{&quot;2026-08-04&quot;:0.79},{&quot;2026-08-05&quot;:0.79},{&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.96},{&quot;2026-08-14&quot;:0.97},{&quot;2026-08-15&quot;:0.97},{&quot;2026-08-16&quot;:0.97},{&quot;2026-08-17&quot;:1.0},{&quot;2026-08-18&quot;:1.02},{&quot;2026-08-19&quot;:0.98},{&quot;2026-08-20&quot;:0.98},{&quot;2026-08-21&quot;:1.0},{&quot;2026-08-22&quot;:1.01},{&quot;2026-08-23&quot;:0.99},{&quot;2026-08-24&quot;:1.01},{&quot;2026-08-25&quot;:1.01},{&quot;2026-08-26&quot;:1.03},{&quot;2026-08-27&quot;:1.03},{&quot;2026-08-28&quot;:1.04},{&quot;2026-08-29&quot;:1.04},{&quot;2026-08-30&quot;:0.97},{&quot;2026-08-31&quot;:1.03},{&quot;2026-09-01&quot;:1.03},{&quot;2026-09-02&quot;:1.05},{&quot;2026-09-03&quot;:1.09},{&quot;2026-09-04&quot;:1.12},{&quot;2026-09-05&quot;:1.18},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.2},{&quot;2026-09-08&quot;:1.19},{&quot;2026-09-09&quot;:1.19},{&quot;2026-09-10&quot;:1.18},{&quot;2026-09-11&quot;:1.17}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.71},{&quot;2026-06-10&quot;:0.72},{&quot;2026-06-11&quot;:0.7},{&quot;2026-06-12&quot;:0.71},{&quot;2026-06-13&quot;:0.45},{&quot;2026-06-14&quot;:0.48},{&quot;2026-06-15&quot;:0.48},{&quot;2026-06-16&quot;:0.84},{&quot;2026-06-17&quot;:0.83},{&quot;2026-06-18&quot;:0.83},{&quot;2026-06-19&quot;:0.49},{&quot;2026-06-20&quot;:0.49},{&quot;2026-06-21&quot;:0.47},{&quot;2026-06-22&quot;:0.51},{&quot;2026-06-24&quot;:0.51},{&quot;2026-06-25&quot;:0.53},{&quot;2026-06-26&quot;:0.51},{&quot;2026-06-27&quot;:0.51},{&quot;2026-06-28&quot;:0.51},{&quot;2026-06-29&quot;:0.51},{&quot;2026-06-30&quot;:0.49},{&quot;2026-07-01&quot;:0.47},{&quot;2026-07-02&quot;:0.51},{&quot;2026-07-03&quot;:0.53},{&quot;2026-07-04&quot;:0.54},{&quot;2026-07-05&quot;:0.55},{&quot;2026-07-06&quot;:0.55},{&quot;2026-07-07&quot;:0.54},{&quot;2026-07-08&quot;:0.52},{&quot;2026-07-09&quot;:0.53},{&quot;2026-07-10&quot;:0.52},{&quot;2026-07-11&quot;:0.51},{&quot;2026-07-12&quot;:0.51},{&quot;2026-07-13&quot;:0.51},{&quot;2026-07-14&quot;:0.52},{&quot;2026-07-15&quot;:0.5},{&quot;2026-07-16&quot;:0.5},{&quot;2026-07-17&quot;:0.52},{&quot;2026-07-18&quot;:0.52},{&quot;2026-07-19&quot;:0.52},{&quot;2026-07-20&quot;:0.49},{&quot;2026-07-21&quot;:0.5},{&quot;2026-07-23&quot;:0.47},{&quot;2026-07-25&quot;:0.43},{&quot;2026-07-26&quot;:0.43},{&quot;2026-07-27&quot;:0.44},{&quot;2026-07-29&quot;:0.41},{&quot;2026-07-30&quot;:0.4},{&quot;2026-07-31&quot;:0.37},{&quot;2026-08-01&quot;:0.38},{&quot;2026-08-02&quot;:0.37},{&quot;2026-08-03&quot;:0.37},{&quot;2026-08-04&quot;:0.37},{&quot;2026-08-05&quot;:0.38},{&quot;2026-08-07&quot;:0.38},{&quot;2026-08-08&quot;:0.38},{&quot;2026-08-09&quot;:0.41},{&quot;2026-08-10&quot;:0.42},{&quot;2026-08-11&quot;:0.44},{&quot;2026-08-12&quot;:0.44},{&quot;2026-08-13&quot;:0.44},{&quot;2026-08-14&quot;:0.42},{&quot;2026-08-15&quot;:0.43},{&quot;2026-08-16&quot;:0.44},{&quot;2026-08-17&quot;:0.44},{&quot;2026-08-18&quot;:0.45},{&quot;2026-08-19&quot;:0.43},{&quot;2026-08-20&quot;:0.43},{&quot;2026-08-21&quot;:0.42},{&quot;2026-08-22&quot;:0.41},{&quot;2026-08-23&quot;:0.43},{&quot;2026-08-24&quot;:0.41},{&quot;2026-08-25&quot;:0.41},{&quot;2026-08-26&quot;:0.42},{&quot;2026-08-27&quot;:0.41},{&quot;2026-08-28&quot;:0.4},{&quot;2026-08-29&quot;:0.4},{&quot;2026-08-30&quot;:0.39},{&quot;2026-08-31&quot;:0.38},{&quot;2026-09-01&quot;:0.38},{&quot;2026-09-02&quot;:0.38},{&quot;2026-09-03&quot;:0.4},{&quot;2026-09-04&quot;:0.4},{&quot;2026-09-05&quot;:0.39},{&quot;2026-09-06&quot;:0.4},{&quot;2026-09-07&quot;:0.4},{&quot;2026-09-08&quot;:0.38},{&quot;2026-09-09&quot;:0.39},{&quot;2026-09-10&quot;:0.38},{&quot;2026-09-11&quot;:0.39}]}"
        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="47650"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Shamanic Revelation
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Shamanic Revelation" src="https://cards.scryfall.io/large/front/6/5/6562dfd9-dfa3-4aa0-b851-c2678c62bced.jpg?1783925328" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Army of the Damned" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/787503ed-ebf5-4309-8dc6-3de925ea28a6.jpg?1783925343" />

        <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">
            Army of the Damned
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Army of the Damned" src="https://cards.scryfall.io/large/front/7/8/787503ed-ebf5-4309-8dc6-3de925ea28a6.jpg?1783925343" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="9571"
  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-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">
            Avenger of Zendikar
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.02
          </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="Avenger of Zendikar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2c105326-2a0e-4a9b-b3cd-81a14bbe983b.jpg?1783934295" />

        <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">
            Avenger of Zendikar
        </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 — Elemental</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Avenger of Zendikar" src="https://cards.scryfall.io/large/front/2/c/2c105326-2a0e-4a9b-b3cd-81a14bbe983b.jpg?1783934295" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/3/8/38fef662-993c-4522-8b3f-7c1d3bb1d946.jpg?1783925540" />
    </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">
                $0.98
              </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">
                $1.61
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;:1.67},{&quot;2026-06-11&quot;:1.67},{&quot;2026-06-12&quot;:1.67},{&quot;2026-06-13&quot;:1.67},{&quot;2026-06-14&quot;:1.61},{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.61},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.66},{&quot;2026-06-23&quot;:1.66},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.67},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.74},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.75},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.76},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.71},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.74},{&quot;2026-07-09&quot;:1.76},{&quot;2026-07-10&quot;:1.76},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.75},{&quot;2026-07-13&quot;:1.75},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-25&quot;:1.51},{&quot;2026-07-26&quot;:1.48},{&quot;2026-07-27&quot;:1.45},{&quot;2026-07-29&quot;:1.44},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.49},{&quot;2026-08-01&quot;:1.49},{&quot;2026-08-02&quot;:1.43},{&quot;2026-08-03&quot;:1.42},{&quot;2026-08-04&quot;:1.42},{&quot;2026-08-05&quot;:1.37},{&quot;2026-08-07&quot;:1.28},{&quot;2026-08-08&quot;:1.32},{&quot;2026-08-09&quot;:1.29},{&quot;2026-08-10&quot;:1.3},{&quot;2026-08-11&quot;:1.25},{&quot;2026-08-12&quot;:1.25},{&quot;2026-08-13&quot;:1.21},{&quot;2026-08-14&quot;:1.21},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.17},{&quot;2026-08-17&quot;:1.19},{&quot;2026-08-18&quot;:1.2},{&quot;2026-08-19&quot;:1.2},{&quot;2026-08-20&quot;:1.2},{&quot;2026-08-21&quot;:1.35},{&quot;2026-08-22&quot;:1.66},{&quot;2026-08-23&quot;:1.66},{&quot;2026-08-24&quot;:1.69},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.69},{&quot;2026-08-28&quot;:1.72},{&quot;2026-08-29&quot;:1.72},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.71},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.75},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.61},{&quot;2026-09-08&quot;:1.61},{&quot;2026-09-09&quot;:1.61},{&quot;2026-09-10&quot;:1.61},{&quot;2026-09-11&quot;:1.61}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.94},{&quot;2026-06-11&quot;:0.84},{&quot;2026-06-12&quot;:0.81},{&quot;2026-06-13&quot;:0.79},{&quot;2026-06-14&quot;:0.84},{&quot;2026-06-15&quot;:0.85},{&quot;2026-06-16&quot;:0.87},{&quot;2026-06-17&quot;:0.84},{&quot;2026-06-18&quot;:0.86},{&quot;2026-06-19&quot;:0.84},{&quot;2026-06-20&quot;:0.85},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.8},{&quot;2026-06-23&quot;:0.81},{&quot;2026-06-24&quot;:0.84},{&quot;2026-06-25&quot;:0.89},{&quot;2026-06-26&quot;:0.87},{&quot;2026-06-27&quot;:0.88},{&quot;2026-06-28&quot;:0.88},{&quot;2026-06-29&quot;:0.95},{&quot;2026-06-30&quot;:0.98},{&quot;2026-07-01&quot;:1.0},{&quot;2026-07-02&quot;:1.0},{&quot;2026-07-03&quot;:1.0},{&quot;2026-07-04&quot;:0.91},{&quot;2026-07-05&quot;:0.91},{&quot;2026-07-06&quot;:0.84},{&quot;2026-07-07&quot;:0.84},{&quot;2026-07-08&quot;:0.83},{&quot;2026-07-09&quot;:0.85},{&quot;2026-07-10&quot;:0.87},{&quot;2026-07-11&quot;:0.86},{&quot;2026-07-12&quot;:0.92},{&quot;2026-07-13&quot;:0.97},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.97},{&quot;2026-07-16&quot;:0.98},{&quot;2026-07-17&quot;:0.98},{&quot;2026-07-18&quot;:0.96},{&quot;2026-07-19&quot;:0.96},{&quot;2026-07-20&quot;:0.97},{&quot;2026-07-21&quot;:0.96},{&quot;2026-07-23&quot;:0.99},{&quot;2026-07-25&quot;:1.04},{&quot;2026-07-26&quot;:1.04},{&quot;2026-07-27&quot;:1.07},{&quot;2026-07-29&quot;:1.07},{&quot;2026-07-30&quot;:1.02},{&quot;2026-07-31&quot;:0.94},{&quot;2026-08-01&quot;:0.92},{&quot;2026-08-02&quot;:0.9},{&quot;2026-08-03&quot;:0.89},{&quot;2026-08-04&quot;:0.88},{&quot;2026-08-05&quot;:0.87},{&quot;2026-08-07&quot;:0.94},{&quot;2026-08-08&quot;:0.91},{&quot;2026-08-09&quot;:0.93},{&quot;2026-08-10&quot;:0.91},{&quot;2026-08-11&quot;:0.92},{&quot;2026-08-12&quot;:0.89},{&quot;2026-08-13&quot;:0.88},{&quot;2026-08-14&quot;:0.96},{&quot;2026-08-15&quot;:0.95},{&quot;2026-08-16&quot;:0.91},{&quot;2026-08-17&quot;:1.02},{&quot;2026-08-18&quot;:1.06},{&quot;2026-08-19&quot;:1.06},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:1.03},{&quot;2026-08-22&quot;:1.03},{&quot;2026-08-23&quot;:1.02},{&quot;2026-08-24&quot;:0.95},{&quot;2026-08-25&quot;:0.95},{&quot;2026-08-26&quot;:0.91},{&quot;2026-08-27&quot;:0.89},{&quot;2026-08-28&quot;:0.88},{&quot;2026-08-29&quot;:0.88},{&quot;2026-08-30&quot;:0.9},{&quot;2026-08-31&quot;:0.87},{&quot;2026-09-01&quot;:0.87},{&quot;2026-09-02&quot;:0.83},{&quot;2026-09-03&quot;:0.91},{&quot;2026-09-04&quot;:0.85},{&quot;2026-09-05&quot;:0.89},{&quot;2026-09-06&quot;:0.89},{&quot;2026-09-07&quot;:0.91},{&quot;2026-09-08&quot;:0.91},{&quot;2026-09-09&quot;:0.91},{&quot;2026-09-10&quot;:0.91},{&quot;2026-09-11&quot;:0.98}]}"
        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="9671"
  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-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">
            Sakura-Tribe Elder
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.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="Sakura-Tribe Elder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/9/6912d171-5f26-45d3-9c6a-911e509d083a.jpg?1783934281" />

        <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">
            Sakura-Tribe Elder
        </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 — Snake Shaman</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sakura-Tribe Elder" src="https://cards.scryfall.io/large/front/6/9/6912d171-5f26-45d3-9c6a-911e509d083a.jpg?1783934281" />
    </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">
                $0.88
              </span>

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

      </div>

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.36
          </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="Forest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/122b5548-5ff5-43e4-b799-75c709b1c32d.jpg?1783925539" />

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Forest" src="https://cards.scryfall.io/large/front/1/2/122b5548-5ff5-43e4-b799-75c709b1c32d.jpg?1783925539" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.66
          </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="Deep Forest Hermit" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/3287775f-7bec-4e8f-bb8d-daf5ce92e4a8.jpg?1783933100" />

        <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">
            Deep Forest Hermit
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Deep Forest Hermit" src="https://cards.scryfall.io/large/front/3/2/3287775f-7bec-4e8f-bb8d-daf5ce92e4a8.jpg?1783933100" />
    </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">
                $0.66
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  20%
                </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.87
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.78},{&quot;2026-06-13&quot;:2.78},{&quot;2026-06-14&quot;:2.78},{&quot;2026-06-15&quot;:2.86},{&quot;2026-06-16&quot;:2.86},{&quot;2026-06-17&quot;:2.86},{&quot;2026-06-18&quot;:2.86},{&quot;2026-06-19&quot;:2.86},{&quot;2026-06-20&quot;:2.86},{&quot;2026-06-21&quot;:2.86},{&quot;2026-06-22&quot;:2.86},{&quot;2026-06-23&quot;:2.86},{&quot;2026-06-24&quot;:2.86},{&quot;2026-06-25&quot;:2.86},{&quot;2026-06-26&quot;:2.86},{&quot;2026-06-27&quot;:2.95},{&quot;2026-06-28&quot;:2.95},{&quot;2026-06-29&quot;:2.95},{&quot;2026-06-30&quot;:2.95},{&quot;2026-07-01&quot;:2.95},{&quot;2026-07-02&quot;:2.95},{&quot;2026-07-03&quot;:2.95},{&quot;2026-07-04&quot;:2.95},{&quot;2026-07-05&quot;:2.95},{&quot;2026-07-06&quot;:2.95},{&quot;2026-07-07&quot;:2.95},{&quot;2026-07-08&quot;:3.0},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:3.0},{&quot;2026-07-11&quot;:3.0},{&quot;2026-07-12&quot;:3.0},{&quot;2026-07-13&quot;:3.0},{&quot;2026-07-14&quot;:3.0},{&quot;2026-07-15&quot;:3.0},{&quot;2026-07-16&quot;:3.0},{&quot;2026-07-17&quot;:3.0},{&quot;2026-07-18&quot;:3.05},{&quot;2026-07-19&quot;:3.05},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.05},{&quot;2026-07-23&quot;:3.04},{&quot;2026-07-24&quot;:2.96},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:2.96},{&quot;2026-07-28&quot;:2.96},{&quot;2026-07-29&quot;:2.96},{&quot;2026-07-30&quot;:2.96},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.96},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.96},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.96},{&quot;2026-08-08&quot;:2.96},{&quot;2026-08-09&quot;:2.96},{&quot;2026-08-10&quot;:2.96},{&quot;2026-08-11&quot;:2.96},{&quot;2026-08-12&quot;:2.96},{&quot;2026-08-13&quot;:2.96},{&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.96},{&quot;2026-08-21&quot;:2.96},{&quot;2026-08-22&quot;:2.96},{&quot;2026-08-23&quot;:2.96},{&quot;2026-08-24&quot;:2.96},{&quot;2026-08-25&quot;:2.91},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:2.91},{&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.87},{&quot;2026-09-05&quot;:2.87},{&quot;2026-09-06&quot;:2.87},{&quot;2026-09-07&quot;:2.87},{&quot;2026-09-08&quot;:2.87},{&quot;2026-09-09&quot;:2.87},{&quot;2026-09-10&quot;:2.87},{&quot;2026-09-11&quot;:2.87}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.37},{&quot;2026-06-13&quot;:0.37},{&quot;2026-06-14&quot;:0.37},{&quot;2026-06-15&quot;:0.39},{&quot;2026-06-16&quot;:0.39},{&quot;2026-06-17&quot;:0.4},{&quot;2026-06-18&quot;:0.41},{&quot;2026-06-19&quot;:0.41},{&quot;2026-06-20&quot;:0.38},{&quot;2026-06-21&quot;:0.38},{&quot;2026-06-22&quot;:0.35},{&quot;2026-06-23&quot;:0.34},{&quot;2026-06-24&quot;:0.34},{&quot;2026-06-25&quot;:0.31},{&quot;2026-06-26&quot;:0.29},{&quot;2026-06-27&quot;:0.31},{&quot;2026-06-28&quot;:0.31},{&quot;2026-06-29&quot;:0.32},{&quot;2026-06-30&quot;:0.36},{&quot;2026-07-01&quot;:0.39},{&quot;2026-07-02&quot;:0.41},{&quot;2026-07-03&quot;:0.43},{&quot;2026-07-04&quot;:0.42},{&quot;2026-07-05&quot;:0.43},{&quot;2026-07-06&quot;:0.45},{&quot;2026-07-07&quot;:0.48},{&quot;2026-07-08&quot;:0.5},{&quot;2026-07-09&quot;:0.65},{&quot;2026-07-10&quot;:0.68},{&quot;2026-07-11&quot;:0.71},{&quot;2026-07-12&quot;:0.69},{&quot;2026-07-13&quot;:0.72},{&quot;2026-07-14&quot;:0.76},{&quot;2026-07-15&quot;:0.78},{&quot;2026-07-16&quot;:0.79},{&quot;2026-07-17&quot;:0.75},{&quot;2026-07-18&quot;:0.73},{&quot;2026-07-19&quot;:0.78},{&quot;2026-07-20&quot;:0.76},{&quot;2026-07-21&quot;:0.67},{&quot;2026-07-23&quot;:0.63},{&quot;2026-07-24&quot;:0.63},{&quot;2026-07-25&quot;:0.62},{&quot;2026-07-26&quot;:0.57},{&quot;2026-07-27&quot;:0.57},{&quot;2026-07-28&quot;:0.6},{&quot;2026-07-29&quot;:0.63},{&quot;2026-07-30&quot;:0.55},{&quot;2026-07-31&quot;:0.52},{&quot;2026-08-01&quot;:0.54},{&quot;2026-08-02&quot;:0.55},{&quot;2026-08-03&quot;:0.55},{&quot;2026-08-04&quot;:0.57},{&quot;2026-08-05&quot;:0.61},{&quot;2026-08-07&quot;:0.66},{&quot;2026-08-08&quot;:0.64},{&quot;2026-08-09&quot;:0.84},{&quot;2026-08-10&quot;:0.91},{&quot;2026-08-11&quot;:0.99},{&quot;2026-08-12&quot;:1.06},{&quot;2026-08-13&quot;:1.1},{&quot;2026-08-14&quot;:1.11},{&quot;2026-08-15&quot;:1.11},{&quot;2026-08-16&quot;:1.11},{&quot;2026-08-17&quot;:1.11},{&quot;2026-08-18&quot;:1.11},{&quot;2026-08-19&quot;:1.07},{&quot;2026-08-20&quot;:1.07},{&quot;2026-08-21&quot;:1.02},{&quot;2026-08-22&quot;:1.02},{&quot;2026-08-23&quot;:0.99},{&quot;2026-08-24&quot;:0.92},{&quot;2026-08-25&quot;:0.88},{&quot;2026-08-26&quot;:0.88},{&quot;2026-08-27&quot;:0.88},{&quot;2026-08-28&quot;:0.8},{&quot;2026-08-29&quot;:0.8},{&quot;2026-08-30&quot;:0.84},{&quot;2026-08-31&quot;:0.84},{&quot;2026-09-01&quot;:0.84},{&quot;2026-09-02&quot;:0.84},{&quot;2026-09-03&quot;:0.84},{&quot;2026-09-04&quot;:0.87},{&quot;2026-09-05&quot;:0.82},{&quot;2026-09-06&quot;:0.8},{&quot;2026-09-07&quot;:0.73},{&quot;2026-09-08&quot;:0.74},{&quot;2026-09-09&quot;:0.65},{&quot;2026-09-10&quot;:0.65},{&quot;2026-09-11&quot;:0.66}]}"
        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="69493"
  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-snc 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">
            Gala Greeters
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Gala Greeters" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/9746b45a-abd8-4a60-9139-48c1522bfd4b.jpg?1783922971" />

        <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">
            Gala Greeters
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gala Greeters" src="https://cards.scryfall.io/large/front/9/7/9746b45a-abd8-4a60-9139-48c1522bfd4b.jpg?1783922971" />
    </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">
                $0.54
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.42},{&quot;2026-06-14&quot;:0.44},{&quot;2026-06-15&quot;:0.48},{&quot;2026-06-16&quot;:0.48},{&quot;2026-06-17&quot;:0.49},{&quot;2026-06-18&quot;:0.49},{&quot;2026-06-19&quot;:0.48},{&quot;2026-06-20&quot;:0.52},{&quot;2026-06-21&quot;:0.52},{&quot;2026-06-22&quot;:0.51},{&quot;2026-06-23&quot;:0.51},{&quot;2026-06-24&quot;:0.52},{&quot;2026-06-25&quot;:0.52},{&quot;2026-06-26&quot;:0.5},{&quot;2026-06-27&quot;:0.47},{&quot;2026-06-28&quot;:0.47},{&quot;2026-06-29&quot;:0.48},{&quot;2026-06-30&quot;:0.49},{&quot;2026-07-01&quot;:0.49},{&quot;2026-07-02&quot;:0.49},{&quot;2026-07-03&quot;:0.46},{&quot;2026-07-04&quot;:0.47},{&quot;2026-07-05&quot;:0.44},{&quot;2026-07-06&quot;:0.44},{&quot;2026-07-07&quot;:0.43},{&quot;2026-07-08&quot;:0.44},{&quot;2026-07-09&quot;:0.44},{&quot;2026-07-10&quot;:0.43},{&quot;2026-07-11&quot;:0.44},{&quot;2026-07-12&quot;:0.44},{&quot;2026-07-13&quot;:0.45},{&quot;2026-07-14&quot;:0.45},{&quot;2026-07-15&quot;:0.44},{&quot;2026-07-16&quot;:0.44},{&quot;2026-07-17&quot;:0.43},{&quot;2026-07-18&quot;:0.42},{&quot;2026-07-19&quot;:0.42},{&quot;2026-07-20&quot;:0.42},{&quot;2026-07-21&quot;:0.4},{&quot;2026-07-22&quot;:0.4},{&quot;2026-07-23&quot;:0.4},{&quot;2026-07-24&quot;:0.4},{&quot;2026-07-25&quot;:0.43},{&quot;2026-07-26&quot;:0.43},{&quot;2026-07-27&quot;:0.43},{&quot;2026-07-28&quot;:0.43},{&quot;2026-07-29&quot;:0.44},{&quot;2026-07-30&quot;:0.44},{&quot;2026-07-31&quot;:0.45},{&quot;2026-08-01&quot;:0.45},{&quot;2026-08-02&quot;:0.45},{&quot;2026-08-03&quot;:0.44},{&quot;2026-08-04&quot;:0.42},{&quot;2026-08-05&quot;:0.42},{&quot;2026-08-07&quot;:0.49},{&quot;2026-08-08&quot;:0.49},{&quot;2026-08-09&quot;:0.5},{&quot;2026-08-10&quot;:0.49},{&quot;2026-08-11&quot;:0.49},{&quot;2026-08-12&quot;:0.48},{&quot;2026-08-13&quot;:0.49},{&quot;2026-08-14&quot;:0.49},{&quot;2026-08-15&quot;:0.49},{&quot;2026-08-16&quot;:0.48},{&quot;2026-08-17&quot;:0.47},{&quot;2026-08-18&quot;:0.43},{&quot;2026-08-19&quot;:0.45},{&quot;2026-08-20&quot;:0.45},{&quot;2026-08-21&quot;:0.45},{&quot;2026-08-22&quot;:0.45},{&quot;2026-08-23&quot;:0.45},{&quot;2026-08-24&quot;:0.45},{&quot;2026-08-25&quot;:0.44},{&quot;2026-08-26&quot;:0.44},{&quot;2026-08-27&quot;:0.41},{&quot;2026-08-28&quot;:0.42},{&quot;2026-08-29&quot;:0.42},{&quot;2026-08-30&quot;:0.43},{&quot;2026-08-31&quot;:0.45},{&quot;2026-09-01&quot;:0.46},{&quot;2026-09-02&quot;:0.53},{&quot;2026-09-03&quot;:0.56},{&quot;2026-09-04&quot;:0.57},{&quot;2026-09-05&quot;:0.57},{&quot;2026-09-06&quot;:0.55},{&quot;2026-09-07&quot;:0.54},{&quot;2026-09-08&quot;:0.54},{&quot;2026-09-09&quot;:0.52},{&quot;2026-09-10&quot;:0.5},{&quot;2026-09-11&quot;:0.54}],&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="74575"
  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-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">
            Peregrin 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">
            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">
            $0.53
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Peregrin Took" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fbbdd288-83ec-4be9-b55f-17771fd5ecc4.jpg?1783916208" />

        <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">
            Peregrin Took
        </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 — 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-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="Peregrin Took" src="https://cards.scryfall.io/large/front/f/b/fbbdd288-83ec-4be9-b55f-17771fd5ecc4.jpg?1783916208" />
    </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">
                $0.53
              </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">
                $0.80
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.26</span>
              <span class="text-xs text-grey-text">Credit: $0.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;:0.46},{&quot;2026-06-12&quot;:0.5},{&quot;2026-06-13&quot;:0.5},{&quot;2026-06-14&quot;:0.47},{&quot;2026-06-15&quot;:0.47},{&quot;2026-06-16&quot;:0.47},{&quot;2026-06-17&quot;:0.51},{&quot;2026-06-18&quot;:0.51},{&quot;2026-06-19&quot;:0.51},{&quot;2026-06-20&quot;:0.52},{&quot;2026-06-21&quot;:0.52},{&quot;2026-06-22&quot;:0.52},{&quot;2026-06-23&quot;:0.52},{&quot;2026-06-24&quot;:0.5},{&quot;2026-06-25&quot;:0.5},{&quot;2026-06-26&quot;:0.51},{&quot;2026-06-27&quot;:0.51},{&quot;2026-06-28&quot;:0.51},{&quot;2026-06-29&quot;:0.51},{&quot;2026-06-30&quot;:0.56},{&quot;2026-07-01&quot;:0.73},{&quot;2026-07-02&quot;:0.56},{&quot;2026-07-03&quot;:0.56},{&quot;2026-07-04&quot;:0.56},{&quot;2026-07-05&quot;:0.56},{&quot;2026-07-06&quot;:0.56},{&quot;2026-07-07&quot;:0.56},{&quot;2026-07-08&quot;:0.56},{&quot;2026-07-09&quot;:0.57},{&quot;2026-07-10&quot;:0.58},{&quot;2026-07-11&quot;:0.58},{&quot;2026-07-12&quot;:0.56},{&quot;2026-07-13&quot;:0.52},{&quot;2026-07-14&quot;:0.52},{&quot;2026-07-15&quot;:0.52},{&quot;2026-07-16&quot;:0.51},{&quot;2026-07-17&quot;:0.51},{&quot;2026-07-18&quot;:0.51},{&quot;2026-07-19&quot;:0.51},{&quot;2026-07-20&quot;:0.51},{&quot;2026-07-21&quot;:0.52},{&quot;2026-07-23&quot;:0.52},{&quot;2026-07-25&quot;:0.47},{&quot;2026-07-26&quot;:0.51},{&quot;2026-07-27&quot;:0.57},{&quot;2026-07-28&quot;:0.58},{&quot;2026-07-29&quot;:0.57},{&quot;2026-07-30&quot;:0.57},{&quot;2026-07-31&quot;:0.61},{&quot;2026-08-01&quot;:0.6},{&quot;2026-08-02&quot;:0.6},{&quot;2026-08-03&quot;:0.62},{&quot;2026-08-04&quot;:0.65},{&quot;2026-08-05&quot;:0.67},{&quot;2026-08-07&quot;:0.67},{&quot;2026-08-08&quot;:0.67},{&quot;2026-08-09&quot;:0.66},{&quot;2026-08-10&quot;:0.64},{&quot;2026-08-11&quot;:0.61},{&quot;2026-08-12&quot;:0.61},{&quot;2026-08-13&quot;:0.81},{&quot;2026-08-14&quot;:0.81},{&quot;2026-08-15&quot;:0.82},{&quot;2026-08-16&quot;:0.83},{&quot;2026-08-17&quot;:0.83},{&quot;2026-08-18&quot;:0.84},{&quot;2026-08-19&quot;:0.83},{&quot;2026-08-20&quot;:0.83},{&quot;2026-08-21&quot;:0.87},{&quot;2026-08-22&quot;:0.92},{&quot;2026-08-23&quot;:0.95},{&quot;2026-08-24&quot;:0.96},{&quot;2026-08-25&quot;:0.96},{&quot;2026-08-26&quot;:0.82},{&quot;2026-08-27&quot;:0.82},{&quot;2026-08-28&quot;:0.81},{&quot;2026-08-29&quot;:0.81},{&quot;2026-08-30&quot;:0.84},{&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.83},{&quot;2026-09-04&quot;:0.84},{&quot;2026-09-05&quot;:0.83},{&quot;2026-09-06&quot;:0.82},{&quot;2026-09-07&quot;:0.82},{&quot;2026-09-08&quot;:0.82},{&quot;2026-09-09&quot;:0.83},{&quot;2026-09-10&quot;:0.83},{&quot;2026-09-11&quot;:0.8}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.32},{&quot;2026-06-12&quot;:0.36},{&quot;2026-06-13&quot;:0.37},{&quot;2026-06-14&quot;:0.38},{&quot;2026-06-15&quot;:0.37},{&quot;2026-06-16&quot;:0.36},{&quot;2026-06-17&quot;:0.32},{&quot;2026-06-18&quot;:0.31},{&quot;2026-06-19&quot;:0.31},{&quot;2026-06-20&quot;:0.33},{&quot;2026-06-21&quot;:0.35},{&quot;2026-06-22&quot;:0.35},{&quot;2026-06-23&quot;:0.37},{&quot;2026-06-24&quot;:0.36},{&quot;2026-06-25&quot;:0.36},{&quot;2026-06-26&quot;:0.35},{&quot;2026-06-27&quot;:0.33},{&quot;2026-06-28&quot;:0.33},{&quot;2026-06-29&quot;:0.35},{&quot;2026-06-30&quot;:0.36},{&quot;2026-07-01&quot;:0.36},{&quot;2026-07-02&quot;:0.37},{&quot;2026-07-03&quot;:0.39},{&quot;2026-07-04&quot;:0.4},{&quot;2026-07-05&quot;:0.43},{&quot;2026-07-06&quot;:0.41},{&quot;2026-07-07&quot;:0.43},{&quot;2026-07-08&quot;:0.38},{&quot;2026-07-09&quot;:0.36},{&quot;2026-07-10&quot;:0.38},{&quot;2026-07-11&quot;:0.37},{&quot;2026-07-12&quot;:0.42},{&quot;2026-07-13&quot;:0.43},{&quot;2026-07-14&quot;:0.4},{&quot;2026-07-15&quot;:0.39},{&quot;2026-07-16&quot;:0.37},{&quot;2026-07-17&quot;:0.39},{&quot;2026-07-18&quot;:0.4},{&quot;2026-07-19&quot;:0.42},{&quot;2026-07-20&quot;:0.43},{&quot;2026-07-21&quot;:0.42},{&quot;2026-07-23&quot;:0.39},{&quot;2026-07-25&quot;:0.37},{&quot;2026-07-26&quot;:0.33},{&quot;2026-07-27&quot;:0.37},{&quot;2026-07-28&quot;:0.4},{&quot;2026-07-29&quot;:0.43},{&quot;2026-07-30&quot;:0.43},{&quot;2026-07-31&quot;:0.38},{&quot;2026-08-01&quot;:0.39},{&quot;2026-08-02&quot;:0.36},{&quot;2026-08-03&quot;:0.38},{&quot;2026-08-04&quot;:0.43},{&quot;2026-08-05&quot;:0.47},{&quot;2026-08-07&quot;:0.44},{&quot;2026-08-08&quot;:0.45},{&quot;2026-08-09&quot;:0.47},{&quot;2026-08-10&quot;:0.47},{&quot;2026-08-11&quot;:0.46},{&quot;2026-08-12&quot;:0.5},{&quot;2026-08-13&quot;:0.51},{&quot;2026-08-14&quot;:0.48},{&quot;2026-08-15&quot;:0.47},{&quot;2026-08-16&quot;:0.52},{&quot;2026-08-17&quot;:0.45},{&quot;2026-08-18&quot;:0.43},{&quot;2026-08-19&quot;:0.46},{&quot;2026-08-20&quot;:0.46},{&quot;2026-08-21&quot;:0.48},{&quot;2026-08-22&quot;:0.52},{&quot;2026-08-23&quot;:0.53},{&quot;2026-08-24&quot;:0.53},{&quot;2026-08-25&quot;:0.53},{&quot;2026-08-26&quot;:0.53},{&quot;2026-08-27&quot;:0.55},{&quot;2026-08-28&quot;:0.51},{&quot;2026-08-29&quot;:0.51},{&quot;2026-08-30&quot;:0.4},{&quot;2026-08-31&quot;:0.44},{&quot;2026-09-01&quot;:0.44},{&quot;2026-09-02&quot;:0.41},{&quot;2026-09-03&quot;:0.47},{&quot;2026-09-04&quot;:0.5},{&quot;2026-09-05&quot;:0.5},{&quot;2026-09-06&quot;:0.48},{&quot;2026-09-07&quot;:0.45},{&quot;2026-09-08&quot;:0.49},{&quot;2026-09-09&quot;:0.52},{&quot;2026-09-10&quot;:0.52},{&quot;2026-09-11&quot;:0.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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">
            Sporeweb Weaver
        </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 — Spider</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="Sporeweb Weaver" src="https://cards.scryfall.io/large/front/e/6/e6ab63c8-0adc-4d74-aee5-a58ce5c0dad8.jpg?1783930666" />
    </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">
                $0.49
              </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">
                $0.59
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.57},{&quot;2026-06-14&quot;:0.57},{&quot;2026-06-15&quot;:0.57},{&quot;2026-06-16&quot;:0.57},{&quot;2026-06-17&quot;:0.57},{&quot;2026-06-18&quot;:0.57},{&quot;2026-06-19&quot;:0.56},{&quot;2026-06-20&quot;:0.56},{&quot;2026-06-21&quot;:0.56},{&quot;2026-06-22&quot;:0.56},{&quot;2026-06-23&quot;:0.56},{&quot;2026-06-24&quot;:0.56},{&quot;2026-06-25&quot;:0.56},{&quot;2026-06-26&quot;:0.56},{&quot;2026-06-27&quot;:0.56},{&quot;2026-06-28&quot;:0.56},{&quot;2026-06-29&quot;:0.56},{&quot;2026-06-30&quot;:0.57},{&quot;2026-07-01&quot;:0.57},{&quot;2026-07-02&quot;:0.57},{&quot;2026-07-03&quot;:0.57},{&quot;2026-07-04&quot;:0.58},{&quot;2026-07-05&quot;:0.58},{&quot;2026-07-06&quot;:0.58},{&quot;2026-07-07&quot;:0.58},{&quot;2026-07-08&quot;:0.58},{&quot;2026-07-09&quot;:0.58},{&quot;2026-07-10&quot;:0.58},{&quot;2026-07-11&quot;:0.58},{&quot;2026-07-12&quot;:0.58},{&quot;2026-07-13&quot;:0.58},{&quot;2026-07-14&quot;:0.58},{&quot;2026-07-15&quot;:0.58},{&quot;2026-07-16&quot;:0.58},{&quot;2026-07-17&quot;:0.58},{&quot;2026-07-18&quot;:0.58},{&quot;2026-07-19&quot;:0.58},{&quot;2026-07-20&quot;:0.58},{&quot;2026-07-21&quot;:0.58},{&quot;2026-07-22&quot;:0.58},{&quot;2026-07-23&quot;:0.58},{&quot;2026-07-24&quot;:0.58},{&quot;2026-07-25&quot;:0.58},{&quot;2026-07-26&quot;:0.58},{&quot;2026-07-27&quot;:0.58},{&quot;2026-07-28&quot;:0.58},{&quot;2026-07-29&quot;:0.58},{&quot;2026-07-30&quot;:0.58},{&quot;2026-07-31&quot;:0.58},{&quot;2026-08-01&quot;:0.58},{&quot;2026-08-02&quot;:0.58},{&quot;2026-08-03&quot;:0.58},{&quot;2026-08-04&quot;:0.58},{&quot;2026-08-05&quot;:0.58},{&quot;2026-08-07&quot;:0.58},{&quot;2026-08-08&quot;:0.58},{&quot;2026-08-09&quot;:0.58},{&quot;2026-08-10&quot;:0.58},{&quot;2026-08-11&quot;:0.58},{&quot;2026-08-12&quot;:0.58},{&quot;2026-08-13&quot;:0.58},{&quot;2026-08-14&quot;:0.58},{&quot;2026-08-15&quot;:0.58},{&quot;2026-08-16&quot;:0.58},{&quot;2026-08-17&quot;:0.59},{&quot;2026-08-18&quot;:0.59},{&quot;2026-08-19&quot;:0.59},{&quot;2026-08-20&quot;:0.59},{&quot;2026-08-21&quot;:0.59},{&quot;2026-08-22&quot;:0.59},{&quot;2026-08-23&quot;:0.59},{&quot;2026-08-24&quot;:0.59},{&quot;2026-08-25&quot;:0.59},{&quot;2026-08-26&quot;:0.59},{&quot;2026-08-27&quot;:0.59},{&quot;2026-08-28&quot;:0.59},{&quot;2026-08-29&quot;:0.59},{&quot;2026-08-30&quot;:0.59},{&quot;2026-08-31&quot;:0.59},{&quot;2026-09-01&quot;:0.59},{&quot;2026-09-02&quot;:0.59},{&quot;2026-09-03&quot;:0.59},{&quot;2026-09-04&quot;:0.59},{&quot;2026-09-05&quot;:0.59},{&quot;2026-09-06&quot;:0.59},{&quot;2026-09-07&quot;:0.59},{&quot;2026-09-08&quot;:0.59},{&quot;2026-09-09&quot;:0.59},{&quot;2026-09-10&quot;:0.59},{&quot;2026-09-11&quot;:0.59}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.49},{&quot;2026-06-14&quot;:0.48},{&quot;2026-06-15&quot;:0.48},{&quot;2026-06-16&quot;:0.48},{&quot;2026-06-17&quot;:0.49},{&quot;2026-06-18&quot;:0.48},{&quot;2026-06-19&quot;:0.47},{&quot;2026-06-20&quot;:0.47},{&quot;2026-06-21&quot;:0.47},{&quot;2026-06-22&quot;:0.46},{&quot;2026-06-23&quot;:0.46},{&quot;2026-06-24&quot;:0.46},{&quot;2026-06-25&quot;:0.46},{&quot;2026-06-26&quot;:0.47},{&quot;2026-06-27&quot;:0.47},{&quot;2026-06-28&quot;:0.47},{&quot;2026-06-29&quot;:0.47},{&quot;2026-06-30&quot;:0.47},{&quot;2026-07-01&quot;:0.47},{&quot;2026-07-02&quot;:0.48},{&quot;2026-07-03&quot;:0.44},{&quot;2026-07-04&quot;:0.45},{&quot;2026-07-05&quot;:0.45},{&quot;2026-07-06&quot;:0.45},{&quot;2026-07-07&quot;:0.45},{&quot;2026-07-08&quot;:0.45},{&quot;2026-07-09&quot;:0.45},{&quot;2026-07-10&quot;:0.45},{&quot;2026-07-11&quot;:0.52},{&quot;2026-07-12&quot;:0.52},{&quot;2026-07-13&quot;:0.53},{&quot;2026-07-14&quot;:0.53},{&quot;2026-07-15&quot;:0.53},{&quot;2026-07-16&quot;:0.53},{&quot;2026-07-17&quot;:0.52},{&quot;2026-07-18&quot;:0.52},{&quot;2026-07-19&quot;:0.53},{&quot;2026-07-20&quot;:0.53},{&quot;2026-07-21&quot;:0.53},{&quot;2026-07-22&quot;:0.53},{&quot;2026-07-23&quot;:0.53},{&quot;2026-07-24&quot;:0.53},{&quot;2026-07-25&quot;:0.53},{&quot;2026-07-26&quot;:0.53},{&quot;2026-07-27&quot;:0.54},{&quot;2026-07-28&quot;:0.54},{&quot;2026-07-29&quot;:0.54},{&quot;2026-07-30&quot;:0.54},{&quot;2026-07-31&quot;:0.5},{&quot;2026-08-01&quot;:0.48},{&quot;2026-08-02&quot;:0.47},{&quot;2026-08-03&quot;:0.45},{&quot;2026-08-04&quot;:0.46},{&quot;2026-08-05&quot;:0.46},{&quot;2026-08-07&quot;:0.44},{&quot;2026-08-08&quot;:0.46},{&quot;2026-08-09&quot;:0.49},{&quot;2026-08-10&quot;:0.49},{&quot;2026-08-11&quot;:0.49},{&quot;2026-08-12&quot;:0.49},{&quot;2026-08-13&quot;:0.49},{&quot;2026-08-14&quot;:0.49},{&quot;2026-08-15&quot;:0.49},{&quot;2026-08-16&quot;:0.49},{&quot;2026-08-17&quot;:0.49},{&quot;2026-08-18&quot;:0.49},{&quot;2026-08-19&quot;:0.49},{&quot;2026-08-20&quot;:0.49},{&quot;2026-08-21&quot;:0.49},{&quot;2026-08-22&quot;:0.49},{&quot;2026-08-23&quot;:0.49},{&quot;2026-08-24&quot;:0.5},{&quot;2026-08-25&quot;:0.5},{&quot;2026-08-26&quot;:0.51},{&quot;2026-08-27&quot;:0.51},{&quot;2026-08-28&quot;:0.51},{&quot;2026-08-29&quot;:0.51},{&quot;2026-08-30&quot;:0.51},{&quot;2026-08-31&quot;:0.52},{&quot;2026-09-01&quot;:0.52},{&quot;2026-09-02&quot;:0.47},{&quot;2026-09-03&quot;:0.47},{&quot;2026-09-04&quot;:0.47},{&quot;2026-09-05&quot;:0.47},{&quot;2026-09-06&quot;:0.47},{&quot;2026-09-07&quot;:0.48},{&quot;2026-09-08&quot;:0.48},{&quot;2026-09-09&quot;:0.48},{&quot;2026-09-10&quot;:0.49},{&quot;2026-09-11&quot;:0.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28993"
  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-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">
            Command Tower
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $0.41
          </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="Command Tower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/e/3edb78c2-0a3c-46e1-a7ff-97dbd8402495.jpg?1783926163" />

        <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">
            Command Tower
        </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">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="Command Tower" src="https://cards.scryfall.io/large/front/3/e/3edb78c2-0a3c-46e1-a7ff-97dbd8402495.jpg?1783926163" />
    </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">
                $0.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">$0.06</span>
              <span class="text-xs text-grey-text">Credit: $0.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;normal&quot;:[{&quot;2026-06-13&quot;:0.38},{&quot;2026-06-14&quot;:0.39},{&quot;2026-06-15&quot;:0.41},{&quot;2026-06-16&quot;:0.4},{&quot;2026-06-17&quot;:0.4},{&quot;2026-06-18&quot;:0.46},{&quot;2026-06-19&quot;:0.45},{&quot;2026-06-20&quot;:0.45},{&quot;2026-06-21&quot;:0.42},{&quot;2026-06-22&quot;:0.42},{&quot;2026-06-23&quot;:0.41},{&quot;2026-06-24&quot;:0.4},{&quot;2026-06-25&quot;:0.32},{&quot;2026-06-26&quot;:0.32},{&quot;2026-06-27&quot;:0.33},{&quot;2026-06-28&quot;:0.34},{&quot;2026-06-29&quot;:0.34},{&quot;2026-06-30&quot;:0.33},{&quot;2026-07-01&quot;:0.33},{&quot;2026-07-02&quot;:0.34},{&quot;2026-07-03&quot;:0.35},{&quot;2026-07-04&quot;:0.35},{&quot;2026-07-05&quot;:0.38},{&quot;2026-07-06&quot;:0.39},{&quot;2026-07-07&quot;:0.39},{&quot;2026-07-08&quot;:0.39},{&quot;2026-07-09&quot;:0.39},{&quot;2026-07-10&quot;:0.39},{&quot;2026-07-11&quot;:0.39},{&quot;2026-07-12&quot;:0.39},{&quot;2026-07-13&quot;:0.4},{&quot;2026-07-14&quot;:0.4},{&quot;2026-07-15&quot;:0.4},{&quot;2026-07-16&quot;:0.4},{&quot;2026-07-17&quot;:0.38},{&quot;2026-07-18&quot;:0.38},{&quot;2026-07-19&quot;:0.39},{&quot;2026-07-20&quot;:0.39},{&quot;2026-07-21&quot;:0.39},{&quot;2026-07-22&quot;:0.39},{&quot;2026-07-23&quot;:0.39},{&quot;2026-07-24&quot;:0.39},{&quot;2026-07-25&quot;:0.67},{&quot;2026-07-26&quot;:0.67},{&quot;2026-07-27&quot;:0.67},{&quot;2026-07-28&quot;:0.66},{&quot;2026-07-29&quot;:0.66},{&quot;2026-07-30&quot;:0.66},{&quot;2026-07-31&quot;:0.66},{&quot;2026-08-01&quot;:0.66},{&quot;2026-08-02&quot;:0.66},{&quot;2026-08-03&quot;:0.67},{&quot;2026-08-04&quot;:0.68},{&quot;2026-08-05&quot;:0.68},{&quot;2026-08-07&quot;:0.69},{&quot;2026-08-08&quot;:0.69},{&quot;2026-08-09&quot;:0.69},{&quot;2026-08-10&quot;:0.69},{&quot;2026-08-11&quot;:0.69},{&quot;2026-08-12&quot;:0.72},{&quot;2026-08-13&quot;:0.72},{&quot;2026-08-14&quot;:0.72},{&quot;2026-08-15&quot;:0.74},{&quot;2026-08-16&quot;:0.73},{&quot;2026-08-17&quot;:0.62},{&quot;2026-08-18&quot;:0.52},{&quot;2026-08-19&quot;:0.53},{&quot;2026-08-20&quot;:0.54},{&quot;2026-08-21&quot;:0.54},{&quot;2026-08-22&quot;:0.43},{&quot;2026-08-23&quot;:0.43},{&quot;2026-08-24&quot;:0.45},{&quot;2026-08-25&quot;:0.45},{&quot;2026-08-26&quot;:0.46},{&quot;2026-08-27&quot;:0.46},{&quot;2026-08-28&quot;:0.45},{&quot;2026-08-29&quot;:0.45},{&quot;2026-08-30&quot;:0.45},{&quot;2026-08-31&quot;:0.45},{&quot;2026-09-01&quot;:0.45},{&quot;2026-09-02&quot;:0.41},{&quot;2026-09-03&quot;:0.42},{&quot;2026-09-04&quot;:0.42},{&quot;2026-09-05&quot;:0.42},{&quot;2026-09-06&quot;:0.42},{&quot;2026-09-07&quot;:0.4},{&quot;2026-09-08&quot;:0.4},{&quot;2026-09-09&quot;:0.4},{&quot;2026-09-10&quot;:0.4},{&quot;2026-09-11&quot;:0.41}]}"
        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="49259"
  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">
            Squirrel Sanctuary
        </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">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.41
          </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="Squirrel Sanctuary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/d/ed6ab503-5e9a-4339-a0e7-a909b2908f41.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">
            Squirrel Sanctuary
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Squirrel Sanctuary" src="https://cards.scryfall.io/large/front/e/d/ed6ab503-5e9a-4339-a0e7-a909b2908f41.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">
                $0.41
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.62
              </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">$0.03</span>
              <span class="text-xs text-grey-text">Credit: $0.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-10&quot;:0.94},{&quot;2026-06-11&quot;:0.94},{&quot;2026-06-12&quot;:0.97},{&quot;2026-06-13&quot;:0.98},{&quot;2026-06-14&quot;:0.98},{&quot;2026-06-15&quot;:0.99},{&quot;2026-06-16&quot;:0.99},{&quot;2026-06-17&quot;:1.01},{&quot;2026-06-18&quot;:1.01},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:1.02},{&quot;2026-06-21&quot;:1.01},{&quot;2026-06-22&quot;:1.01},{&quot;2026-06-23&quot;:1.01},{&quot;2026-06-24&quot;:1.01},{&quot;2026-06-25&quot;:1.03},{&quot;2026-06-26&quot;:0.96},{&quot;2026-06-27&quot;:1.02},{&quot;2026-06-28&quot;:1.02},{&quot;2026-06-29&quot;:1.02},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.03},{&quot;2026-07-02&quot;:0.94},{&quot;2026-07-03&quot;:0.94},{&quot;2026-07-04&quot;:0.94},{&quot;2026-07-05&quot;:0.9},{&quot;2026-07-06&quot;:0.85},{&quot;2026-07-07&quot;:0.78},{&quot;2026-07-08&quot;:0.74},{&quot;2026-07-09&quot;:0.71},{&quot;2026-07-10&quot;:0.71},{&quot;2026-07-11&quot;:0.71},{&quot;2026-07-12&quot;:0.73},{&quot;2026-07-13&quot;:0.73},{&quot;2026-07-14&quot;:0.73},{&quot;2026-07-15&quot;:0.73},{&quot;2026-07-16&quot;:0.73},{&quot;2026-07-17&quot;:0.73},{&quot;2026-07-18&quot;:0.73},{&quot;2026-07-19&quot;:0.7},{&quot;2026-07-20&quot;:0.68},{&quot;2026-07-21&quot;:0.67},{&quot;2026-07-23&quot;:0.67},{&quot;2026-07-25&quot;:0.69},{&quot;2026-07-26&quot;:0.66},{&quot;2026-07-27&quot;:0.66},{&quot;2026-07-29&quot;:0.66},{&quot;2026-07-30&quot;:0.66},{&quot;2026-07-31&quot;:0.66},{&quot;2026-08-01&quot;:0.68},{&quot;2026-08-02&quot;:0.68},{&quot;2026-08-03&quot;:0.68},{&quot;2026-08-04&quot;:0.68},{&quot;2026-08-05&quot;:0.68},{&quot;2026-08-07&quot;:0.66},{&quot;2026-08-08&quot;:0.66},{&quot;2026-08-09&quot;:0.66},{&quot;2026-08-10&quot;:0.66},{&quot;2026-08-11&quot;:0.66},{&quot;2026-08-12&quot;:0.66},{&quot;2026-08-13&quot;:0.66},{&quot;2026-08-14&quot;:0.66},{&quot;2026-08-15&quot;:0.66},{&quot;2026-08-16&quot;:0.66},{&quot;2026-08-17&quot;:0.66},{&quot;2026-08-18&quot;:0.63},{&quot;2026-08-19&quot;:0.63},{&quot;2026-08-20&quot;:0.63},{&quot;2026-08-21&quot;:0.6},{&quot;2026-08-22&quot;:0.62},{&quot;2026-08-23&quot;:0.62},{&quot;2026-08-24&quot;:0.62},{&quot;2026-08-25&quot;:0.62},{&quot;2026-08-26&quot;:0.62},{&quot;2026-08-27&quot;:0.62},{&quot;2026-08-28&quot;:0.62},{&quot;2026-08-29&quot;:0.62},{&quot;2026-08-30&quot;:0.64},{&quot;2026-08-31&quot;:0.64},{&quot;2026-09-01&quot;:0.64},{&quot;2026-09-02&quot;:0.66},{&quot;2026-09-03&quot;:0.66},{&quot;2026-09-04&quot;:0.66},{&quot;2026-09-05&quot;:0.66},{&quot;2026-09-06&quot;:0.66},{&quot;2026-09-07&quot;:0.66},{&quot;2026-09-08&quot;:0.66},{&quot;2026-09-09&quot;:0.66},{&quot;2026-09-10&quot;:0.62},{&quot;2026-09-11&quot;:0.62}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.3},{&quot;2026-06-11&quot;:0.3},{&quot;2026-06-12&quot;:0.3},{&quot;2026-06-13&quot;:0.29},{&quot;2026-06-14&quot;:0.3},{&quot;2026-06-15&quot;:0.32},{&quot;2026-06-16&quot;:0.3},{&quot;2026-06-17&quot;:0.34},{&quot;2026-06-18&quot;:0.3},{&quot;2026-06-19&quot;:0.33},{&quot;2026-06-20&quot;:0.29},{&quot;2026-06-21&quot;:0.27},{&quot;2026-06-22&quot;:0.3},{&quot;2026-06-23&quot;:0.34},{&quot;2026-06-24&quot;:0.34},{&quot;2026-06-25&quot;:0.34},{&quot;2026-06-26&quot;:0.39},{&quot;2026-06-27&quot;:0.38},{&quot;2026-06-28&quot;:0.3},{&quot;2026-06-29&quot;:0.3},{&quot;2026-06-30&quot;:0.28},{&quot;2026-07-01&quot;:0.3},{&quot;2026-07-02&quot;:0.32},{&quot;2026-07-03&quot;:0.32},{&quot;2026-07-04&quot;:0.42},{&quot;2026-07-05&quot;:0.41},{&quot;2026-07-06&quot;:0.41},{&quot;2026-07-07&quot;:0.49},{&quot;2026-07-08&quot;:0.43},{&quot;2026-07-09&quot;:0.44},{&quot;2026-07-10&quot;:0.37},{&quot;2026-07-11&quot;:0.38},{&quot;2026-07-12&quot;:0.39},{&quot;2026-07-13&quot;:0.38},{&quot;2026-07-14&quot;:0.35},{&quot;2026-07-15&quot;:0.33},{&quot;2026-07-16&quot;:0.34},{&quot;2026-07-17&quot;:0.33},{&quot;2026-07-18&quot;:0.39},{&quot;2026-07-19&quot;:0.41},{&quot;2026-07-20&quot;:0.39},{&quot;2026-07-21&quot;:0.37},{&quot;2026-07-23&quot;:0.36},{&quot;2026-07-25&quot;:0.34},{&quot;2026-07-26&quot;:0.37},{&quot;2026-07-27&quot;:0.36},{&quot;2026-07-29&quot;:0.33},{&quot;2026-07-30&quot;:0.36},{&quot;2026-07-31&quot;:0.4},{&quot;2026-08-01&quot;:0.39},{&quot;2026-08-02&quot;:0.39},{&quot;2026-08-03&quot;:0.4},{&quot;2026-08-04&quot;:0.36},{&quot;2026-08-05&quot;:0.34},{&quot;2026-08-07&quot;:0.37},{&quot;2026-08-08&quot;:0.37},{&quot;2026-08-09&quot;:0.37},{&quot;2026-08-10&quot;:0.36},{&quot;2026-08-11&quot;:0.34},{&quot;2026-08-12&quot;:0.36},{&quot;2026-08-13&quot;:0.35},{&quot;2026-08-14&quot;:0.36},{&quot;2026-08-15&quot;:0.38},{&quot;2026-08-16&quot;:0.4},{&quot;2026-08-17&quot;:0.41},{&quot;2026-08-18&quot;:0.39},{&quot;2026-08-19&quot;:0.39},{&quot;2026-08-20&quot;:0.39},{&quot;2026-08-21&quot;:0.38},{&quot;2026-08-22&quot;:0.45},{&quot;2026-08-23&quot;:0.48},{&quot;2026-08-24&quot;:0.5},{&quot;2026-08-25&quot;:0.5},{&quot;2026-08-26&quot;:0.51},{&quot;2026-08-27&quot;:0.51},{&quot;2026-08-28&quot;:0.54},{&quot;2026-08-29&quot;:0.54},{&quot;2026-08-30&quot;:0.42},{&quot;2026-08-31&quot;:0.41},{&quot;2026-09-01&quot;:0.41},{&quot;2026-09-02&quot;:0.38},{&quot;2026-09-03&quot;:0.38},{&quot;2026-09-04&quot;:0.38},{&quot;2026-09-05&quot;:0.39},{&quot;2026-09-06&quot;:0.4},{&quot;2026-09-07&quot;:0.41},{&quot;2026-09-08&quot;:0.42},{&quot;2026-09-09&quot;:0.42},{&quot;2026-09-10&quot;:0.42},{&quot;2026-09-11&quot;:0.41}]}"
        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 1-50 of 66 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a role="link" aria-disabled="true" aria-label="Previous">&lt;</a><a role="link" aria-disabled="true" aria-current="page">1</a><a href="/load_collection?collection_id=209&amp;direction=asc&amp;username=denvermullets&amp;page=2" rel="next">2</a><a href="/load_collection?collection_id=209&amp;direction=asc&amp;username=denvermullets&amp;page=2" 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?collection_id=209&amp;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?collection_id=209&amp;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?collection_id=209&amp;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?collection_id=209&amp;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?collection_id=209&amp;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?collection_id=209&amp;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?collection_id=209&amp;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?collection_id=209&amp;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?collection_id=209&amp;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="85207"
          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">
              CHK-283
            </td>

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20457"
          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">
              164
            </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-mythic ss-fw ss-2x mr-4"></i>
              Doubling Season


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

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

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

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

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

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

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

                <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">
              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">
                  $33.37

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Yavimaya, Cradle of Growth


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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28793"
          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">
              161
            </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>
              Heroic Intervention


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </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-x'></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">
                  $15.15

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49195"
          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">
              151
            </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-mythic ss-fw ss-2x mr-4"></i>
              Chatterfang, Squirrel General


            </td>

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

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

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

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

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

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

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

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

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


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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.64
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49180"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49180" src="/boxset_card/49180?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49393"
          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">
              219
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Academy Manufactor


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Assembly-Worker
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.93

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.94
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49393"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49393" src="/boxset_card/49393?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12444"
          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">
              359
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Undergrowth Stadium


            </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">
                  $8.65

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.50
            </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="12444"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12444" src="/boxset_card/12444?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86941"
          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">
              314
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-uncommon ss-fw ss-2x mr-4"></i>
              Experimental Confectioner


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Peasant
            </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">
                  $8.21

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86941"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86941" src="/boxset_card/86941?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11836"
          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">
              153
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-mythic ss-fw ss-2x mr-4"></i>
              Tevesh Szat, Doom of Fools


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Szat
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.50

                    <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">
                $3.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.57
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11836"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11836" src="/boxset_card/11836?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14343"
          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">
              837
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x mr-4"></i>
              Three Visits


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.31

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.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.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14343"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14343" src="/boxset_card/14343?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78632"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CMA-92
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Beastmaster Ascension


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78632"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78632" src="/boxset_card/78632?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36232"
          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">
              206
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x mr-4"></i>
              Unnatural Growth


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.18

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.58
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36232"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36232" src="/boxset_card/36232?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16523"
          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-voc ss-uncommon ss-fw ss-2x mr-4"></i>
              Blood Artist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.81

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16523"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16523" src="/boxset_card/16523?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16561"
          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">
              317
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Cultivate


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.11

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16561"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16561" src="/boxset_card/16561?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89496"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              57
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-uncommon ss-fw ss-2x mr-4"></i>
              Zulaport Cutthroat


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Rogue Ally
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.98

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      47%
                    </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.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="89496"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89496" src="/boxset_card/89496?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49574"
          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">
              286
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Squirrel Mob

                <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">
              Creature — Squirrel
            </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.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49574"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49574" src="/boxset_card/49574?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16158"
          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">
              179
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-mythic ss-fw ss-2x mr-4"></i>
              Elder Gargaroth


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Beast
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16158"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16158" src="/boxset_card/16158?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35886"
          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-mid ss-rare ss-fw ss-2x mr-4"></i>
              Jadar, Ghoulcaller of Nephalia


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.45

                    <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.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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35886"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35886" src="/boxset_card/35886?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20590"
          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">
              175
            </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>
              Assassin&#39;s Trophy


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.33

                </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="20590"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20590" src="/boxset_card/20590?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35691"
          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-vow ss-common ss-fw ss-2x mr-4"></i>
              Swamp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Swamp
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.29

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.25

                    <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">
                $0.60
            </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.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35691"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35691" src="/boxset_card/35691?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47726"
          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-mic ss-common ss-fw ss-2x mr-4"></i>
              Bojuka Bog


            </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.16

                    <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="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47726"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47726" src="/boxset_card/47726?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83084"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              BBD-190
            </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>
              Beast Within


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.02

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83084"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83084" src="/boxset_card/83084?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35694"
          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">
              273
            </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-common ss-fw ss-2x mr-4"></i>
              Swamp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Swamp
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.85

                    <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">
                <div class="flex items-center gap-2">
                  $1.90

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.63
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35694"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35694" src="/boxset_card/35694?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28947"
          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">
              215
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Sol Ring


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.80

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28947"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28947" src="/boxset_card/28947?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77914"
          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">
              164
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-uncommon ss-fw ss-2x mr-4"></i>
              Kenrith&#39;s Transformation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.78

                    <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">
                $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.71
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77914"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77914" src="/boxset_card/77914?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87622"
          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">
              M15-177
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Hornet Nest


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Insect
            </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">
                  $1.75

                    <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.33
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87622"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87622" src="/boxset_card/87622?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36458"
          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-mid ss-common ss-fw ss-2x mr-4"></i>
              Swamp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Swamp
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.60

                    <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.23
            </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="36458"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36458" src="/boxset_card/36458?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47292"
          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">
              25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Curse of Clinging Webs


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura Curse
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $1.51

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47292"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47292" src="/boxset_card/47292?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49282"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              182
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Verdant Command


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.48

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49282"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49282" src="/boxset_card/49282?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11833"
          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">
              152
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Szat&#39;s Will


            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.37

                    <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.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.83
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11833"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11833" src="/boxset_card/11833?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74892"
          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">
              421
            </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-common ss-fw ss-2x mr-4"></i>
              Mirkwood Bats


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Bat
            </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">
                  $1.24

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      19%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.73
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74892"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74892" src="/boxset_card/74892?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36471"
          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-mid ss-common ss-fw ss-2x mr-4"></i>
              Forest


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Forest
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.39

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.17

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36471"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36471" src="/boxset_card/36471?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47650"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              143
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Shamanic Revelation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47650"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47650" src="/boxset_card/47650?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47540"
          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">
              106
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-mythic ss-fw ss-2x mr-4"></i>
              Army of the Damned


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $1.10

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47540"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47540" src="/boxset_card/47540?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9571"
          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">
              129
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-mythic ss-fw ss-2x mr-4"></i>
              Avenger of Zendikar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.02

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.64
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9571"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9571" src="/boxset_card/9571?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36462"
          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">
              273
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-common ss-fw ss-2x mr-4"></i>
              Swamp


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Swamp
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.98

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36462"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36462" src="/boxset_card/36462?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9671"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              160
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-common ss-fw ss-2x mr-4"></i>
              Sakura-Tribe Elder


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Snake Shaman
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.88

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.08
            </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="9671"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9671" src="/boxset_card/9671?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36475"
          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-mid ss-common ss-fw ss-2x mr-4"></i>
              Forest


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Forest
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.81

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.08
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.63
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36475"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36475" src="/boxset_card/36475?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49171"
          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">
              161
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-rare ss-fw ss-2x mr-4"></i>
              Deep Forest Hermit


            </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.66

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      20%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49171"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49171" src="/boxset_card/49171?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="69493"
          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">
              450
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-snc ss-rare ss-fw ss-2x mr-4"></i>
              Gala Greeters


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.09
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="69493"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_69493" src="/boxset_card/69493?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74575"
          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">
              315
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Peregrin 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-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">
                  $0.53

                    <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.26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74575"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74575" src="/boxset_card/74575?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16242"
          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">
              208
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Sporeweb Weaver


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spider
            </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">
                  $0.49

                    <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.17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16242"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16242" src="/boxset_card/16242?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28993"
          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">
              230
            </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-common ss-fw ss-2x mr-4"></i>
              Command Tower


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.41

                    <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.06
            </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="28993"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28993" src="/boxset_card/28993?collection_id=209&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49259"
          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">
              174
            </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>
              Squirrel Sanctuary


            </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">
                  $0.41

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.03
            </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.04
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49259"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49259" src="/boxset_card/49259?collection_id=209&amp;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 1-50 of 66 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a role="link" aria-disabled="true" aria-label="Previous">&lt;</a><a role="link" aria-disabled="true" aria-current="page">1</a><a href="/load_collection?collection_id=209&amp;direction=asc&amp;username=denvermullets&amp;page=2" rel="next">2</a><a href="/load_collection?collection_id=209&amp;direction=asc&amp;username=denvermullets&amp;page=2" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>