<turbo-stream action="replace" target="search-form"><template>
  <form id="search-form" class="contents" data-controller="search-filter multiselect" data-action="submit-&gt;search-filter#submit" data-search-filter-target="form" data-search-filter="form" action="/load_collection" accept-charset="UTF-8" data-remote="true" method="get">
  <!-- Search Field -->
  <div class="flex-1 w-full md:min-w-[200px] md:max-w-[400px]">
    <div class="flex flex-col">
      <h3 class="mb-2 text-grey-text">Search</h3>

      <div class="flex flex-row space-x-0">
        <input placeholder="Name, or c:b t:creature r:uncommon" onfocus="this.select();" data-search-filter-target="searchInput" class="w-full border text-grey-text rounded-l-md bg-background border-highlight focus:border-accent-50 focus:ring-accent-50" type="text" name="search" id="search" />

        <input autocomplete="off" value="denvermullets" type="hidden" name="username" id="username" />
        <input autocomplete="off" type="hidden" name="code" id="code" />
        <input autocomplete="off" type="hidden" name="collection_id" id="collection_id" />
        <input autocomplete="off" type="hidden" name="valuable_only" id="valuable_only" />
        <input autocomplete="off" type="hidden" name="owned_only" id="owned_only" />
        <input autocomplete="off" type="hidden" name="sort" id="sort" />
        <input autocomplete="off" value="asc" type="hidden" name="direction" id="direction" />
        <input autocomplete="off" type="hidden" name="view_mode" id="view_mode" />
        <input autocomplete="off" type="hidden" name="grouping" id="grouping" />
        <input autocomplete="off" type="hidden" name="exact_color_match" id="exact_color_match" />
        <input autocomplete="off" value="true" type="hidden" name="hide_proxies" id="hide_proxies" />

        <input type="submit" name="commit" value="Search" class="p-2 bg-background text-grey-text rounded-r-md border border-highlight hover:cursor-pointer hover:bg-gray-700" data-disable-with="Search" />
      </div>

        
<div data-controller="dialog" class="mt-2">
  <p class="text-xs text-grey-text">
    Search by name, or
    <button
      type="button"
      data-action="click->dialog#open"
      class="underline cursor-pointer text-accent-50 hover:text-nine-white"
    >
      use advanced syntax
    </button>
  </p>

  <dialog
    data-dialog-target="dialog"
    data-action="click->dialog#closeOnBackdrop keydown.esc->dialog#close"
    class="
      fixed p-0 m-0 border rounded-lg top-1/2 left-1/2 -translate-x-1/2
      -translate-y-1/2 bg-foreground border-highlight backdrop:bg-black/50
    "
  >
    <div class="w-[52rem] max-w-[92vw] max-h-[85vh] p-6 overflow-y-auto">
      <div class="flex items-start justify-between mb-1">
        <h3 class="text-lg font-semibold text-nine-white">Advanced search</h3>

        <button
          type="button"
          data-action="click->dialog#close"
          class="cursor-pointer text-grey-text hover:text-nine-white"
          aria-label="Close"
        >
          <svg
            class="w-6 h-6"
            fill="none"
            stroke="currentColor"
            viewBox="0 0 24 24"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M6 18L18 6M6 6l12 12"
            />
          </svg>
        </button>
      </div>

      <p class="mb-5 text-sm text-grey-text">
        Terms combine with AND, so
        <code class="text-accent-50">c:b t:creature</code> finds black
        creatures. Anything that isn't a term is matched against the card name.
      </p>

      <div class="grid gap-6 md:grid-cols-2">
        <div>
          <h4
            class="
              mb-2 text-xs font-semibold tracking-wide uppercase
              text-nine-white
            "
          >
            Fields
          </h4>

          <dl class="grid grid-cols-[max-content_1fr] gap-x-4 gap-y-2 text-sm">
              <dt class="font-mono whitespace-nowrap text-accent-50">
                c:

                  <span class="text-grey-text">/</span>
                  id:
              </dt>

              <dd class="text-grey-text">color, color identity</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                t:

              </dt>

              <dd class="text-grey-text">card type, subtype or supertype</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                r:

              </dt>

              <dd class="text-grey-text">rarity</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                o:

              </dt>

              <dd class="text-grey-text">oracle text</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                n:

                  <span class="text-grey-text">/</span>
                  m:
              </dt>

              <dd class="text-grey-text">name, mana cost</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                mv:

              </dt>

              <dd class="text-grey-text">mana value</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                pow:

                  <span class="text-grey-text">/</span>
                  tou:
              </dt>

              <dd class="text-grey-text">power, toughness</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                s:

              </dt>

              <dd class="text-grey-text">set code</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                kw:

                  <span class="text-grey-text">/</span>
                  a:
              </dt>

              <dd class="text-grey-text">keyword, artist</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                role:

                  <span class="text-grey-text">/</span>
                  effect:
              </dt>

              <dd class="text-grey-text">what a card does - ramp, removal, mana_rock</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                commander:

              </dt>

              <dd class="text-grey-text">legal in that commander&#39;s color identity</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                rank:

                  <span class="text-grey-text">/</span>
                  edhrec:
              </dt>

              <dd class="text-grey-text">EDHREC rank - higher is less played</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                salt:

              </dt>

              <dd class="text-grey-text">EDHREC saltiness</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                f:

                  <span class="text-grey-text">/</span>
                  banned:
              </dt>

              <dd class="text-grey-text">legal in / banned in a format</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                is:

              </dt>

              <dd class="text-grey-text">commander, token, reprint, reserved, dfc, colorless, foil, etched</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                qty:

                  <span class="text-grey-text">/</span>
                  needed:
              </dt>

              <dd class="text-grey-text">copies you own, cards marked needed</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                foil:

                  <span class="text-grey-text">/</span>
                  proxy:
              </dt>

              <dd class="text-grey-text">true or false</dd>
              <dt class="font-mono whitespace-nowrap text-accent-50">
                usd:

                  <span class="text-grey-text">/</span>
                  change:
              </dt>

              <dd class="text-grey-text">price, weekly price change</dd>
          </dl>
        </div>

        <div class="flex flex-col gap-6">
          <div>
            <h4
              class="
                mb-2 text-xs font-semibold tracking-wide uppercase
                text-nine-white
              "
            >
              Operators
            </h4>

            <dl class="grid grid-cols-[max-content_1fr] gap-x-4 gap-y-2 text-sm">
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  :
                </dt>

                <dd class="text-grey-text">
                  contains or matches part of
                  <span class="font-mono text-xs">— t:goblin</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  =
                </dt>

                <dd class="text-grey-text">
                  is exactly
                  <span class="font-mono text-xs">— t=creature</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  !=
                </dt>

                <dd class="text-grey-text">
                  is not exactly
                  <span class="font-mono text-xs">— r!=rare</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  &gt;= &lt;= &gt; &lt;
                </dt>

                <dd class="text-grey-text">
                  compares
                  <span class="font-mono text-xs">— mv&lt;=3</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  -
                </dt>

                <dd class="text-grey-text">
                  excludes
                  <span class="font-mono text-xs">— -t:legendary</span>
                </dd>
                <dt class="font-mono whitespace-nowrap text-accent-50">
                  &quot; &quot;
                </dt>

                <dd class="text-grey-text">
                  groups a phrase
                  <span class="font-mono text-xs">— o:&quot;draw a card&quot;</span>
                </dd>
            </dl>
          </div>

          <div>
            <h4
              class="
                mb-2 text-xs font-semibold tracking-wide uppercase
                text-nine-white
              "
            >
              Examples
            </h4>

            <ul class="flex flex-col gap-2 text-sm">
                <li>
                  <span class="font-mono text-accent-50">c:b t:creature r:uncommon</span>

                  <span class="block text-xs text-grey-text">
                    black uncommon creatures
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">t:goblin -t:legendary mv&lt;=3</span>

                  <span class="block text-xs text-grey-text">
                    cheap non-legendary goblins
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">o:&quot;draw a card&quot; c&gt;=wu</span>

                  <span class="block text-xs text-grey-text">
                    azorius cantrips
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">f:commander pow&gt;=5 kw:flying</span>

                  <span class="block text-xs text-grey-text">
                    big commander-legal fliers
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">r&gt;=rare usd&gt;=20 qty&gt;=4</span>

                  <span class="block text-xs text-grey-text">
                    rares worth $20+ you own a playset of
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">c:c t:artifact foil:true</span>

                  <span class="block text-xs text-grey-text">
                    colorless artifacts you own in foil
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">commander:prossh role:sacrifice qty&gt;=1</span>

                  <span class="block text-xs text-grey-text">
                    sac outlets you own that are legal under Prossh
                  </span>
                </li>
                <li>
                  <span class="font-mono text-accent-50">role:ramp rank&gt;8000 qty&gt;=1</span>

                  <span class="block text-xs text-grey-text">
                    ramp you own that almost nobody plays
                  </span>
                </li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </dialog>
</div>

    </div>
  </div>

  <!-- Mana Filter -->
  <div class="w-auto">
    <div class="flex flex-col">
      <h3 class="mb-2 text-grey-text">Mana</h3>

      <div class="flex flex-row flex-wrap items-center gap-2">
        <div class="flex flex-row flex-wrap">
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="B"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-b"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="U"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-u"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="W"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-w"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="R"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-r"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="G"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-g"></i>
            </button>
            <button
              type="button"
              data-action="click->multiselect#toggle"
              data-multiselect-target="item"
              data-multiselect-group="mana"
              data-value="C"
              class="
                cursor-pointer rounded-full p-1 transition border-2
                border-transparent data-selected:border-accent-50
                data-selected:bg-accent-50/20
              "
            >
              <i class="no-tailwind ms ms-cost ml-0 ms-c"></i>
            </button>
        </div>

        <button
          type="button"
          data-action="click->search-filter#toggleExactColor"
          data-search-filter-target="exactColorButton"
          class="cursor-pointer px-3 py-1 text-xs rounded-lg transition border-2 border-transparent bg-background text-grey-text hover:bg-menu"
        >
          Exact
        </button>
      </div>

      <p class="mt-2 text-xs text-grey-text">Select color to filter by</p>
    </div>
  </div>

  <!-- Rarity Filter -->
  <div class="w-auto">
    <div class="flex flex-col">
      <h3 class="mb-2 text-grey-text">Rarity</h3>

      <div class="flex flex-row flex-wrap">
          <button
            type="button"
            data-action="click->multiselect#toggle"
            data-multiselect-target="item"
            data-multiselect-group="rarity"
            data-value="mythic"
            class="
              cursor-pointer rounded-full p-1 transition border-2
              border-transparent data-selected:border-accent-50
              data-selected:bg-accent-50/20
            "
          >
            <i class="no-tailwind ml-0 ss ss-mythic ms-2x"></i>
          </button>
          <button
            type="button"
            data-action="click->multiselect#toggle"
            data-multiselect-target="item"
            data-multiselect-group="rarity"
            data-value="rare"
            class="
              cursor-pointer rounded-full p-1 transition border-2
              border-transparent data-selected:border-accent-50
              data-selected:bg-accent-50/20
            "
          >
            <i class="no-tailwind ml-0 ss ss-rare ms-2x"></i>
          </button>
          <button
            type="button"
            data-action="click->multiselect#toggle"
            data-multiselect-target="item"
            data-multiselect-group="rarity"
            data-value="uncommon"
            class="
              cursor-pointer rounded-full p-1 transition border-2
              border-transparent data-selected:border-accent-50
              data-selected:bg-accent-50/20
            "
          >
            <i class="no-tailwind ml-0 ss ss-uncommon ms-2x"></i>
          </button>
          <button
            type="button"
            data-action="click->multiselect#toggle"
            data-multiselect-target="item"
            data-multiselect-group="rarity"
            data-value="common"
            class="
              cursor-pointer rounded-full p-1 transition border-2
              border-transparent data-selected:border-accent-50
              data-selected:bg-accent-50/20
            "
          >
            <i class="no-tailwind ml-0 ss ss-common ms-2x"></i>
          </button>
      </div>

      <p class="mt-2 text-xs text-grey-text">Select rarity to filter by</p>
    </div>
  </div>


  <!-- Hidden fields for selected filters -->
  <div id="filter-hidden-fields" class="hidden"></div>
</form>
</template></turbo-stream>
<turbo-stream action="update" target="table-container"><template>
    
<!-- Mobile Card View -->
<div class="lg:hidden mb-24 max-w-full">
    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="46229"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.71
          </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="Ozolith, the Shattered Spire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/9/c9eee658-29e8-4ab5-8a0e-31f2f28a9a92.jpg?1783916964" />

        <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">
            Ozolith, the Shattered Spire
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Ozolith, the Shattered Spire" src="https://cards.scryfall.io/large/front/c/9/c9eee658-29e8-4ab5-8a0e-31f2f28a9a92.jpg?1783916964" />
    </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.71
              </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">
                $9.41
              </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;2026-06-13&quot;:12.94},{&quot;2026-06-14&quot;:12.81},{&quot;2026-06-15&quot;:12.81},{&quot;2026-06-16&quot;:12.81},{&quot;2026-06-17&quot;:12.81},{&quot;2026-06-18&quot;:12.81},{&quot;2026-06-19&quot;:12.81},{&quot;2026-06-20&quot;:12.74},{&quot;2026-06-21&quot;:12.74},{&quot;2026-06-22&quot;:12.42},{&quot;2026-06-23&quot;:12.42},{&quot;2026-06-24&quot;:12.42},{&quot;2026-06-25&quot;:12.4},{&quot;2026-06-26&quot;:12.4},{&quot;2026-06-27&quot;:12.4},{&quot;2026-06-28&quot;:12.4},{&quot;2026-06-29&quot;:12.4},{&quot;2026-06-30&quot;:12.4},{&quot;2026-07-01&quot;:12.4},{&quot;2026-07-02&quot;:12.27},{&quot;2026-07-03&quot;:12.27},{&quot;2026-07-04&quot;:12.27},{&quot;2026-07-05&quot;:12.27},{&quot;2026-07-06&quot;:12.26},{&quot;2026-07-07&quot;:12.26},{&quot;2026-07-08&quot;:12.26},{&quot;2026-07-09&quot;:12.26},{&quot;2026-07-10&quot;:11.9},{&quot;2026-07-11&quot;:11.9},{&quot;2026-07-12&quot;:11.86},{&quot;2026-07-13&quot;:11.86},{&quot;2026-07-14&quot;:11.86},{&quot;2026-07-15&quot;:11.86},{&quot;2026-07-16&quot;:11.86},{&quot;2026-07-17&quot;:11.86},{&quot;2026-07-18&quot;:11.86},{&quot;2026-07-19&quot;:11.86},{&quot;2026-07-20&quot;:11.86},{&quot;2026-07-21&quot;:11.63},{&quot;2026-07-22&quot;:11.63},{&quot;2026-07-23&quot;:11.63},{&quot;2026-07-24&quot;:11.63},{&quot;2026-07-25&quot;:11.63},{&quot;2026-07-26&quot;:11.63},{&quot;2026-07-27&quot;:10.86},{&quot;2026-07-28&quot;:10.86},{&quot;2026-07-29&quot;:10.86},{&quot;2026-07-30&quot;:10.86},{&quot;2026-07-31&quot;:10.73},{&quot;2026-08-01&quot;:10.67},{&quot;2026-08-02&quot;:10.67},{&quot;2026-08-03&quot;:10.67},{&quot;2026-08-04&quot;:10.67},{&quot;2026-08-05&quot;:10.67},{&quot;2026-08-07&quot;:10.67},{&quot;2026-08-08&quot;:10.17},{&quot;2026-08-09&quot;:10.17},{&quot;2026-08-10&quot;:10.17},{&quot;2026-08-11&quot;:10.17},{&quot;2026-08-12&quot;:10.11},{&quot;2026-08-13&quot;:9.49},{&quot;2026-08-14&quot;:9.49},{&quot;2026-08-15&quot;:9.46},{&quot;2026-08-16&quot;:9.46},{&quot;2026-08-17&quot;:9.46},{&quot;2026-08-18&quot;:9.46},{&quot;2026-08-19&quot;:9.38},{&quot;2026-08-20&quot;:9.38},{&quot;2026-08-21&quot;:9.32},{&quot;2026-08-22&quot;:9.32},{&quot;2026-08-23&quot;:9.32},{&quot;2026-08-24&quot;:9.32},{&quot;2026-08-25&quot;:9.32},{&quot;2026-08-26&quot;:9.32},{&quot;2026-08-27&quot;:9.32},{&quot;2026-08-28&quot;:9.32},{&quot;2026-08-29&quot;:9.32},{&quot;2026-08-30&quot;:9.32},{&quot;2026-08-31&quot;:9.17},{&quot;2026-09-01&quot;:9.25},{&quot;2026-09-02&quot;:9.13},{&quot;2026-09-03&quot;:9.13},{&quot;2026-09-04&quot;:9.13},{&quot;2026-09-05&quot;:9.27},{&quot;2026-09-06&quot;:9.27},{&quot;2026-09-07&quot;:9.27},{&quot;2026-09-08&quot;:9.27},{&quot;2026-09-09&quot;:9.23},{&quot;2026-09-10&quot;:9.36},{&quot;2026-09-11&quot;:9.41}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.05},{&quot;2026-06-14&quot;:8.44},{&quot;2026-06-15&quot;:8.5},{&quot;2026-06-16&quot;:8.14},{&quot;2026-06-17&quot;:8.0},{&quot;2026-06-18&quot;:8.02},{&quot;2026-06-19&quot;:7.61},{&quot;2026-06-20&quot;:7.49},{&quot;2026-06-21&quot;:7.77},{&quot;2026-06-22&quot;:7.65},{&quot;2026-06-23&quot;:7.7},{&quot;2026-06-24&quot;:7.49},{&quot;2026-06-25&quot;:7.68},{&quot;2026-06-26&quot;:7.58},{&quot;2026-06-27&quot;:7.02},{&quot;2026-06-28&quot;:6.52},{&quot;2026-06-29&quot;:6.96},{&quot;2026-06-30&quot;:7.02},{&quot;2026-07-01&quot;:7.17},{&quot;2026-07-02&quot;:7.21},{&quot;2026-07-03&quot;:7.05},{&quot;2026-07-04&quot;:7.08},{&quot;2026-07-05&quot;:6.82},{&quot;2026-07-06&quot;:6.57},{&quot;2026-07-07&quot;:6.63},{&quot;2026-07-08&quot;:7.02},{&quot;2026-07-09&quot;:7.98},{&quot;2026-07-10&quot;:8.27},{&quot;2026-07-11&quot;:7.53},{&quot;2026-07-12&quot;:7.06},{&quot;2026-07-13&quot;:7.04},{&quot;2026-07-14&quot;:6.65},{&quot;2026-07-15&quot;:6.47},{&quot;2026-07-16&quot;:6.51},{&quot;2026-07-17&quot;:6.76},{&quot;2026-07-18&quot;:6.79},{&quot;2026-07-19&quot;:7.11},{&quot;2026-07-20&quot;:7.47},{&quot;2026-07-21&quot;:7.47},{&quot;2026-07-22&quot;:7.46},{&quot;2026-07-23&quot;:7.37},{&quot;2026-07-24&quot;:7.38},{&quot;2026-07-25&quot;:7.55},{&quot;2026-07-26&quot;:7.35},{&quot;2026-07-27&quot;:7.43},{&quot;2026-07-28&quot;:7.79},{&quot;2026-07-29&quot;:7.82},{&quot;2026-07-30&quot;:7.68},{&quot;2026-07-31&quot;:6.79},{&quot;2026-08-01&quot;:6.79},{&quot;2026-08-02&quot;:6.83},{&quot;2026-08-03&quot;:6.94},{&quot;2026-08-04&quot;:6.02},{&quot;2026-08-05&quot;:7.71},{&quot;2026-08-07&quot;:7.54},{&quot;2026-08-08&quot;:7.43},{&quot;2026-08-09&quot;:7.54},{&quot;2026-08-10&quot;:7.81},{&quot;2026-08-11&quot;:7.61},{&quot;2026-08-12&quot;:7.35},{&quot;2026-08-13&quot;:6.89},{&quot;2026-08-14&quot;:6.86},{&quot;2026-08-15&quot;:6.53},{&quot;2026-08-16&quot;:6.3},{&quot;2026-08-17&quot;:6.42},{&quot;2026-08-18&quot;:6.32},{&quot;2026-08-19&quot;:6.21},{&quot;2026-08-20&quot;:6.52},{&quot;2026-08-21&quot;:6.2},{&quot;2026-08-22&quot;:5.73},{&quot;2026-08-23&quot;:5.72},{&quot;2026-08-24&quot;:5.81},{&quot;2026-08-25&quot;:5.94},{&quot;2026-08-26&quot;:6.05},{&quot;2026-08-27&quot;:6.12},{&quot;2026-08-28&quot;:6.14},{&quot;2026-08-29&quot;:6.14},{&quot;2026-08-30&quot;:6.64},{&quot;2026-08-31&quot;:6.69},{&quot;2026-09-01&quot;:6.61},{&quot;2026-09-02&quot;:6.63},{&quot;2026-09-03&quot;:6.5},{&quot;2026-09-04&quot;:6.63},{&quot;2026-09-05&quot;:6.38},{&quot;2026-09-06&quot;:6.24},{&quot;2026-09-07&quot;:6.47},{&quot;2026-09-08&quot;:6.62},{&quot;2026-09-09&quot;:6.82},{&quot;2026-09-10&quot;:6.61},{&quot;2026-09-11&quot;:6.71}]}"
        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="20435"
  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">
            Seasoned Pyromancer
        </span>


      </div>

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

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human 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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Seasoned Pyromancer" src="https://cards.scryfall.io/large/front/1/4/1427f615-8430-426e-a669-f9fe12033ac4.jpg?1783921882" />
    </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.70
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.64},{&quot;2026-06-14&quot;:8.64},{&quot;2026-06-15&quot;:8.64},{&quot;2026-06-16&quot;:8.64},{&quot;2026-06-17&quot;:8.64},{&quot;2026-06-18&quot;:8.64},{&quot;2026-06-19&quot;:8.64},{&quot;2026-06-20&quot;:8.64},{&quot;2026-06-21&quot;:8.64},{&quot;2026-06-22&quot;:8.64},{&quot;2026-06-23&quot;:8.63},{&quot;2026-06-24&quot;:8.63},{&quot;2026-06-25&quot;:8.63},{&quot;2026-06-26&quot;:8.63},{&quot;2026-06-27&quot;:8.63},{&quot;2026-06-28&quot;:8.63},{&quot;2026-06-29&quot;:8.63},{&quot;2026-06-30&quot;:8.63},{&quot;2026-07-01&quot;:8.63},{&quot;2026-07-02&quot;:8.63},{&quot;2026-07-03&quot;:8.63},{&quot;2026-07-04&quot;:8.63},{&quot;2026-07-05&quot;:8.66},{&quot;2026-07-06&quot;:8.66},{&quot;2026-07-07&quot;:8.66},{&quot;2026-07-08&quot;:8.66},{&quot;2026-07-09&quot;:8.66},{&quot;2026-07-10&quot;:8.66},{&quot;2026-07-11&quot;:8.66},{&quot;2026-07-12&quot;:8.66},{&quot;2026-07-13&quot;:8.66},{&quot;2026-07-14&quot;:8.66},{&quot;2026-07-15&quot;:8.66},{&quot;2026-07-16&quot;:8.66},{&quot;2026-07-17&quot;:8.66},{&quot;2026-07-18&quot;:8.66},{&quot;2026-07-19&quot;:8.66},{&quot;2026-07-20&quot;:8.66},{&quot;2026-07-21&quot;:8.66},{&quot;2026-07-22&quot;:8.54},{&quot;2026-07-23&quot;:8.54},{&quot;2026-07-24&quot;:8.54},{&quot;2026-07-25&quot;:8.54},{&quot;2026-07-26&quot;:8.54},{&quot;2026-07-27&quot;:8.54},{&quot;2026-07-28&quot;:8.54},{&quot;2026-07-29&quot;:8.54},{&quot;2026-07-30&quot;:8.54},{&quot;2026-07-31&quot;:8.54},{&quot;2026-08-01&quot;:8.54},{&quot;2026-08-02&quot;:8.54},{&quot;2026-08-03&quot;:8.54},{&quot;2026-08-04&quot;:8.54},{&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.54},{&quot;2026-08-10&quot;:8.54},{&quot;2026-08-11&quot;:9.14},{&quot;2026-08-12&quot;:9.14},{&quot;2026-08-13&quot;:9.14},{&quot;2026-08-14&quot;:9.14},{&quot;2026-08-15&quot;:9.36},{&quot;2026-08-16&quot;:9.36},{&quot;2026-08-17&quot;:9.47},{&quot;2026-08-18&quot;:9.47},{&quot;2026-08-19&quot;:9.47},{&quot;2026-08-20&quot;:9.47},{&quot;2026-08-21&quot;:9.47},{&quot;2026-08-22&quot;:9.47},{&quot;2026-08-23&quot;:9.47},{&quot;2026-08-24&quot;:9.47},{&quot;2026-08-25&quot;:9.47},{&quot;2026-08-26&quot;:9.47},{&quot;2026-08-27&quot;:9.47},{&quot;2026-08-28&quot;:9.47},{&quot;2026-08-29&quot;:9.47},{&quot;2026-08-30&quot;:9.47},{&quot;2026-08-31&quot;:9.47},{&quot;2026-09-01&quot;:9.47},{&quot;2026-09-02&quot;:9.47},{&quot;2026-09-03&quot;:9.47},{&quot;2026-09-04&quot;:9.47},{&quot;2026-09-05&quot;:9.47},{&quot;2026-09-06&quot;:9.47},{&quot;2026-09-07&quot;:9.47},{&quot;2026-09-08&quot;:9.47},{&quot;2026-09-09&quot;:9.47},{&quot;2026-09-10&quot;:9.47},{&quot;2026-09-11&quot;:9.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.63},{&quot;2026-06-14&quot;:8.48},{&quot;2026-06-15&quot;:8.48},{&quot;2026-06-16&quot;:8.47},{&quot;2026-06-17&quot;:8.65},{&quot;2026-06-18&quot;:8.65},{&quot;2026-06-19&quot;:8.65},{&quot;2026-06-20&quot;:8.65},{&quot;2026-06-21&quot;:8.65},{&quot;2026-06-22&quot;:8.64},{&quot;2026-06-23&quot;:8.57},{&quot;2026-06-24&quot;:8.57},{&quot;2026-06-25&quot;:8.57},{&quot;2026-06-26&quot;:8.57},{&quot;2026-06-27&quot;:8.57},{&quot;2026-06-28&quot;:8.57},{&quot;2026-06-29&quot;:8.57},{&quot;2026-06-30&quot;:8.57},{&quot;2026-07-01&quot;:8.57},{&quot;2026-07-02&quot;:8.57},{&quot;2026-07-03&quot;:8.57},{&quot;2026-07-04&quot;:8.57},{&quot;2026-07-05&quot;:8.57},{&quot;2026-07-06&quot;:8.61},{&quot;2026-07-07&quot;:8.61},{&quot;2026-07-08&quot;:8.61},{&quot;2026-07-09&quot;:8.53},{&quot;2026-07-10&quot;:8.57},{&quot;2026-07-11&quot;:8.51},{&quot;2026-07-12&quot;:8.51},{&quot;2026-07-13&quot;:8.51},{&quot;2026-07-14&quot;:8.51},{&quot;2026-07-15&quot;:8.51},{&quot;2026-07-16&quot;:8.51},{&quot;2026-07-17&quot;:8.47},{&quot;2026-07-18&quot;:8.38},{&quot;2026-07-19&quot;:8.46},{&quot;2026-07-20&quot;:8.3},{&quot;2026-07-21&quot;:8.3},{&quot;2026-07-22&quot;:8.3},{&quot;2026-07-23&quot;:8.3},{&quot;2026-07-24&quot;:8.3},{&quot;2026-07-25&quot;:8.3},{&quot;2026-07-26&quot;:8.39},{&quot;2026-07-27&quot;:8.39},{&quot;2026-07-28&quot;:8.32},{&quot;2026-07-29&quot;:8.32},{&quot;2026-07-30&quot;:8.32},{&quot;2026-07-31&quot;:8.32},{&quot;2026-08-01&quot;:8.32},{&quot;2026-08-02&quot;:8.32},{&quot;2026-08-03&quot;:8.32},{&quot;2026-08-04&quot;:8.32},{&quot;2026-08-05&quot;:8.32},{&quot;2026-08-07&quot;:8.52},{&quot;2026-08-08&quot;:8.37},{&quot;2026-08-09&quot;:8.37},{&quot;2026-08-10&quot;:8.37},{&quot;2026-08-11&quot;:8.27},{&quot;2026-08-12&quot;:8.27},{&quot;2026-08-13&quot;:8.27},{&quot;2026-08-14&quot;:8.27},{&quot;2026-08-15&quot;:8.27},{&quot;2026-08-16&quot;:8.32},{&quot;2026-08-17&quot;:8.32},{&quot;2026-08-18&quot;:8.32},{&quot;2026-08-19&quot;:8.32},{&quot;2026-08-20&quot;:8.12},{&quot;2026-08-21&quot;:7.85},{&quot;2026-08-22&quot;:7.69},{&quot;2026-08-23&quot;:7.59},{&quot;2026-08-24&quot;:7.59},{&quot;2026-08-25&quot;:7.59},{&quot;2026-08-26&quot;:7.5},{&quot;2026-08-27&quot;:7.5},{&quot;2026-08-28&quot;:7.5},{&quot;2026-08-29&quot;:7.5},{&quot;2026-08-30&quot;:7.14},{&quot;2026-08-31&quot;:7.14},{&quot;2026-09-01&quot;:6.94},{&quot;2026-09-02&quot;:6.94},{&quot;2026-09-03&quot;:6.94},{&quot;2026-09-04&quot;:6.94},{&quot;2026-09-05&quot;:6.94},{&quot;2026-09-06&quot;:6.94},{&quot;2026-09-07&quot;:6.7},{&quot;2026-09-08&quot;:6.7},{&quot;2026-09-09&quot;:6.7},{&quot;2026-09-10&quot;:6.7},{&quot;2026-09-11&quot;:6.7}]}"
        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="87486"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $6.70
          </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="Waste Not" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/5/f5dd0247-f6a0-4f1d-ac27-a49a7e022e5b.jpg?1783914923" />

        <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">
            Waste Not
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Waste Not" src="https://cards.scryfall.io/large/front/f/5/f5dd0247-f6a0-4f1d-ac27-a49a7e022e5b.jpg?1783914923" />
    </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.70
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:8.54},{&quot;2026-06-13&quot;:8.54},{&quot;2026-06-14&quot;:8.54},{&quot;2026-06-15&quot;:8.38},{&quot;2026-06-16&quot;:8.36},{&quot;2026-06-17&quot;:8.36},{&quot;2026-06-18&quot;:8.36},{&quot;2026-06-19&quot;:8.38},{&quot;2026-06-20&quot;:8.39},{&quot;2026-06-21&quot;:8.38},{&quot;2026-06-22&quot;:8.33},{&quot;2026-06-23&quot;:8.33},{&quot;2026-06-24&quot;:8.34},{&quot;2026-06-25&quot;:8.34},{&quot;2026-06-26&quot;:8.34},{&quot;2026-06-27&quot;:8.34},{&quot;2026-06-28&quot;:8.34},{&quot;2026-06-29&quot;:8.3},{&quot;2026-06-30&quot;:8.3},{&quot;2026-07-01&quot;:8.39},{&quot;2026-07-02&quot;:8.39},{&quot;2026-07-03&quot;:8.39},{&quot;2026-07-04&quot;:8.41},{&quot;2026-07-05&quot;:8.41},{&quot;2026-07-06&quot;:8.41},{&quot;2026-07-07&quot;:8.46},{&quot;2026-07-08&quot;:8.38},{&quot;2026-07-09&quot;:8.52},{&quot;2026-07-10&quot;:8.52},{&quot;2026-07-11&quot;:8.52},{&quot;2026-07-12&quot;:8.53},{&quot;2026-07-13&quot;:8.51},{&quot;2026-07-14&quot;:8.54},{&quot;2026-07-15&quot;:8.64},{&quot;2026-07-16&quot;:8.57},{&quot;2026-07-17&quot;:8.52},{&quot;2026-07-18&quot;:8.52},{&quot;2026-07-19&quot;:8.67},{&quot;2026-07-20&quot;:8.67},{&quot;2026-07-21&quot;:8.67},{&quot;2026-07-23&quot;:8.68},{&quot;2026-07-24&quot;:8.49},{&quot;2026-07-25&quot;:8.4},{&quot;2026-07-26&quot;:8.25},{&quot;2026-07-27&quot;:8.25},{&quot;2026-07-28&quot;:8.14},{&quot;2026-07-29&quot;:8.26},{&quot;2026-07-30&quot;:8.19},{&quot;2026-07-31&quot;:8.21},{&quot;2026-08-01&quot;:8.21},{&quot;2026-08-02&quot;:8.1},{&quot;2026-08-03&quot;:8.16},{&quot;2026-08-04&quot;:8.16},{&quot;2026-08-05&quot;:8.15},{&quot;2026-08-07&quot;:8.12},{&quot;2026-08-08&quot;:7.88},{&quot;2026-08-09&quot;:7.9},{&quot;2026-08-10&quot;:7.9},{&quot;2026-08-11&quot;:7.74},{&quot;2026-08-12&quot;:7.85},{&quot;2026-08-13&quot;:7.67},{&quot;2026-08-14&quot;:7.5},{&quot;2026-08-15&quot;:7.5},{&quot;2026-08-16&quot;:7.41},{&quot;2026-08-17&quot;:7.58},{&quot;2026-08-18&quot;:7.58},{&quot;2026-08-19&quot;:7.58},{&quot;2026-08-20&quot;:7.58},{&quot;2026-08-21&quot;:7.47},{&quot;2026-08-22&quot;:7.47},{&quot;2026-08-23&quot;:7.47},{&quot;2026-08-24&quot;:7.48},{&quot;2026-08-25&quot;:7.34},{&quot;2026-08-26&quot;:7.34},{&quot;2026-08-27&quot;:7.34},{&quot;2026-08-28&quot;:7.34},{&quot;2026-08-29&quot;:7.34},{&quot;2026-08-30&quot;:7.34},{&quot;2026-08-31&quot;:7.34},{&quot;2026-09-01&quot;:7.34},{&quot;2026-09-02&quot;:7.34},{&quot;2026-09-03&quot;:7.32},{&quot;2026-09-04&quot;:7.32},{&quot;2026-09-05&quot;:7.32},{&quot;2026-09-06&quot;:7.35},{&quot;2026-09-07&quot;:7.04},{&quot;2026-09-08&quot;:7.04},{&quot;2026-09-09&quot;:7.12},{&quot;2026-09-10&quot;:6.95},{&quot;2026-09-11&quot;:6.95}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:6.82},{&quot;2026-06-13&quot;:6.61},{&quot;2026-06-14&quot;:6.87},{&quot;2026-06-15&quot;:6.36},{&quot;2026-06-16&quot;:6.43},{&quot;2026-06-17&quot;:6.53},{&quot;2026-06-18&quot;:6.47},{&quot;2026-06-19&quot;:6.63},{&quot;2026-06-20&quot;:6.52},{&quot;2026-06-21&quot;:6.72},{&quot;2026-06-22&quot;:6.74},{&quot;2026-06-23&quot;:7.11},{&quot;2026-06-24&quot;:7.21},{&quot;2026-06-25&quot;:7.05},{&quot;2026-06-26&quot;:6.92},{&quot;2026-06-27&quot;:6.84},{&quot;2026-06-28&quot;:7.02},{&quot;2026-06-29&quot;:6.93},{&quot;2026-06-30&quot;:7.0},{&quot;2026-07-01&quot;:7.1},{&quot;2026-07-02&quot;:7.21},{&quot;2026-07-03&quot;:7.28},{&quot;2026-07-04&quot;:7.29},{&quot;2026-07-05&quot;:7.22},{&quot;2026-07-06&quot;:7.06},{&quot;2026-07-07&quot;:7.01},{&quot;2026-07-08&quot;:6.85},{&quot;2026-07-09&quot;:6.77},{&quot;2026-07-10&quot;:6.64},{&quot;2026-07-11&quot;:6.53},{&quot;2026-07-12&quot;:6.54},{&quot;2026-07-13&quot;:6.53},{&quot;2026-07-14&quot;:6.45},{&quot;2026-07-15&quot;:6.41},{&quot;2026-07-16&quot;:6.45},{&quot;2026-07-17&quot;:6.32},{&quot;2026-07-18&quot;:6.07},{&quot;2026-07-19&quot;:5.98},{&quot;2026-07-20&quot;:6.27},{&quot;2026-07-21&quot;:6.24},{&quot;2026-07-23&quot;:6.46},{&quot;2026-07-24&quot;:6.38},{&quot;2026-07-25&quot;:6.23},{&quot;2026-07-26&quot;:6.13},{&quot;2026-07-27&quot;:6.17},{&quot;2026-07-28&quot;:6.23},{&quot;2026-07-29&quot;:6.46},{&quot;2026-07-30&quot;:6.54},{&quot;2026-07-31&quot;:6.73},{&quot;2026-08-01&quot;:6.82},{&quot;2026-08-02&quot;:6.98},{&quot;2026-08-03&quot;:6.7},{&quot;2026-08-04&quot;:6.7},{&quot;2026-08-05&quot;:6.72},{&quot;2026-08-07&quot;:6.5},{&quot;2026-08-08&quot;:6.48},{&quot;2026-08-09&quot;:6.24},{&quot;2026-08-10&quot;:6.2},{&quot;2026-08-11&quot;:6.09},{&quot;2026-08-12&quot;:5.81},{&quot;2026-08-13&quot;:5.78},{&quot;2026-08-14&quot;:5.71},{&quot;2026-08-15&quot;:5.65},{&quot;2026-08-16&quot;:5.88},{&quot;2026-08-17&quot;:5.88},{&quot;2026-08-18&quot;:5.89},{&quot;2026-08-19&quot;:6.02},{&quot;2026-08-20&quot;:6.02},{&quot;2026-08-21&quot;:5.94},{&quot;2026-08-22&quot;:5.92},{&quot;2026-08-23&quot;:6.21},{&quot;2026-08-24&quot;:6.49},{&quot;2026-08-25&quot;:6.44},{&quot;2026-08-26&quot;:6.63},{&quot;2026-08-27&quot;:6.67},{&quot;2026-08-28&quot;:6.68},{&quot;2026-08-29&quot;:6.68},{&quot;2026-08-30&quot;:6.74},{&quot;2026-08-31&quot;:6.96},{&quot;2026-09-01&quot;:7.06},{&quot;2026-09-02&quot;:7.35},{&quot;2026-09-03&quot;:7.35},{&quot;2026-09-04&quot;:7.32},{&quot;2026-09-05&quot;:7.38},{&quot;2026-09-06&quot;:7.11},{&quot;2026-09-07&quot;:6.82},{&quot;2026-09-08&quot;:6.65},{&quot;2026-09-09&quot;:6.53},{&quot;2026-09-10&quot;:6.61},{&quot;2026-09-11&quot;:6.7}]}"
        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="108895"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.70
          </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="Turbulent Moor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/a/da54562d-8c09-4728-bb2b-ae8d464106b8.jpg?1782683343" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Turbulent Moor" src="https://cards.scryfall.io/large/front/d/a/da54562d-8c09-4728-bb2b-ae8d464106b8.jpg?1782683343" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.81},{&quot;2026-06-14&quot;:5.75},{&quot;2026-06-15&quot;:5.06},{&quot;2026-06-16&quot;:4.27},{&quot;2026-06-17&quot;:4.08},{&quot;2026-06-18&quot;:4.46},{&quot;2026-06-19&quot;:4.67},{&quot;2026-06-20&quot;:4.62},{&quot;2026-06-21&quot;:4.66},{&quot;2026-06-22&quot;:4.69},{&quot;2026-06-23&quot;:4.97},{&quot;2026-06-24&quot;:5.32},{&quot;2026-06-25&quot;:5.4},{&quot;2026-06-26&quot;:5.36},{&quot;2026-06-27&quot;:5.51},{&quot;2026-06-28&quot;:5.4},{&quot;2026-06-29&quot;:5.69},{&quot;2026-06-30&quot;:5.62},{&quot;2026-07-01&quot;:5.63},{&quot;2026-07-02&quot;:5.59},{&quot;2026-07-03&quot;:5.54},{&quot;2026-07-04&quot;:5.8},{&quot;2026-07-05&quot;:5.78},{&quot;2026-07-06&quot;:5.8},{&quot;2026-07-07&quot;:5.84},{&quot;2026-07-08&quot;:5.76},{&quot;2026-07-09&quot;:5.73},{&quot;2026-07-10&quot;:6.07},{&quot;2026-07-11&quot;:6.16},{&quot;2026-07-12&quot;:6.2},{&quot;2026-07-13&quot;:5.89},{&quot;2026-07-14&quot;:5.76},{&quot;2026-07-15&quot;:5.86},{&quot;2026-07-16&quot;:5.87},{&quot;2026-07-17&quot;:5.99},{&quot;2026-07-18&quot;:5.83},{&quot;2026-07-19&quot;:5.79},{&quot;2026-07-20&quot;:5.62},{&quot;2026-07-21&quot;:5.61},{&quot;2026-07-22&quot;:5.66},{&quot;2026-07-23&quot;:5.66},{&quot;2026-07-24&quot;:5.68},{&quot;2026-07-25&quot;:5.64},{&quot;2026-07-26&quot;:5.57},{&quot;2026-07-27&quot;:5.55},{&quot;2026-07-28&quot;:5.49},{&quot;2026-07-29&quot;:5.58},{&quot;2026-07-30&quot;:5.39},{&quot;2026-07-31&quot;:5.53},{&quot;2026-08-01&quot;:5.55},{&quot;2026-08-02&quot;:5.56},{&quot;2026-08-03&quot;:5.67},{&quot;2026-08-04&quot;:5.64},{&quot;2026-08-05&quot;:5.61},{&quot;2026-08-07&quot;:5.55},{&quot;2026-08-08&quot;:5.62},{&quot;2026-08-09&quot;:5.62},{&quot;2026-08-10&quot;:5.4},{&quot;2026-08-11&quot;:5.35},{&quot;2026-08-12&quot;:5.37},{&quot;2026-08-13&quot;:5.27},{&quot;2026-08-14&quot;:5.51},{&quot;2026-08-15&quot;:5.32},{&quot;2026-08-16&quot;:5.35},{&quot;2026-08-17&quot;:5.85},{&quot;2026-08-18&quot;:6.07},{&quot;2026-08-19&quot;:5.96},{&quot;2026-08-20&quot;:5.97},{&quot;2026-08-21&quot;:6.3},{&quot;2026-08-22&quot;:6.54},{&quot;2026-08-23&quot;:6.6},{&quot;2026-08-24&quot;:6.75},{&quot;2026-08-25&quot;:6.85},{&quot;2026-08-26&quot;:6.84},{&quot;2026-08-27&quot;:6.69},{&quot;2026-08-28&quot;:6.49},{&quot;2026-08-29&quot;:6.49},{&quot;2026-08-30&quot;:6.35},{&quot;2026-08-31&quot;:6.36},{&quot;2026-09-01&quot;:6.33},{&quot;2026-09-02&quot;:6.44},{&quot;2026-09-03&quot;:6.54},{&quot;2026-09-04&quot;:6.49},{&quot;2026-09-05&quot;:6.49},{&quot;2026-09-06&quot;:6.49},{&quot;2026-09-07&quot;:6.63},{&quot;2026-09-08&quot;:6.5},{&quot;2026-09-09&quot;:6.56},{&quot;2026-09-10&quot;:6.7},{&quot;2026-09-11&quot;:6.7}]}"
        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="87108"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Umbra Mystic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/9/79865b8e-10fe-4f1a-805a-98bb5c10167f.jpg?1783914965" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Umbra Mystic" src="https://cards.scryfall.io/large/front/7/9/79865b8e-10fe-4f1a-805a-98bb5c10167f.jpg?1783914965" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.89},{&quot;2026-06-11&quot;:8.94},{&quot;2026-06-12&quot;:9.01},{&quot;2026-06-13&quot;:9.01},{&quot;2026-06-14&quot;:9.09},{&quot;2026-06-15&quot;:9.09},{&quot;2026-06-16&quot;:9.18},{&quot;2026-06-17&quot;:9.21},{&quot;2026-06-18&quot;:8.99},{&quot;2026-06-19&quot;:8.85},{&quot;2026-06-20&quot;:8.85},{&quot;2026-06-21&quot;:8.88},{&quot;2026-06-22&quot;:8.87},{&quot;2026-06-23&quot;:8.87},{&quot;2026-06-24&quot;:8.86},{&quot;2026-06-25&quot;:8.85},{&quot;2026-06-26&quot;:8.83},{&quot;2026-06-27&quot;:8.86},{&quot;2026-06-28&quot;:8.88},{&quot;2026-06-29&quot;:8.88},{&quot;2026-06-30&quot;:8.9},{&quot;2026-07-01&quot;:8.9},{&quot;2026-07-02&quot;:8.85},{&quot;2026-07-03&quot;:8.88},{&quot;2026-07-04&quot;:8.9},{&quot;2026-07-05&quot;:8.9},{&quot;2026-07-06&quot;:8.9},{&quot;2026-07-07&quot;:8.85},{&quot;2026-07-08&quot;:8.85},{&quot;2026-07-09&quot;:8.43},{&quot;2026-07-10&quot;:8.43},{&quot;2026-07-11&quot;:8.21},{&quot;2026-07-12&quot;:8.27},{&quot;2026-07-13&quot;:8.27},{&quot;2026-07-14&quot;:8.27},{&quot;2026-07-15&quot;:8.23},{&quot;2026-07-16&quot;:8.19},{&quot;2026-07-17&quot;:8.05},{&quot;2026-07-18&quot;:7.74},{&quot;2026-07-19&quot;:7.4},{&quot;2026-07-20&quot;:7.18},{&quot;2026-07-21&quot;:7.17},{&quot;2026-07-23&quot;:6.8},{&quot;2026-07-25&quot;:6.86},{&quot;2026-07-26&quot;:6.92},{&quot;2026-07-27&quot;:6.93},{&quot;2026-07-29&quot;:6.83},{&quot;2026-07-30&quot;:6.74},{&quot;2026-07-31&quot;:6.69},{&quot;2026-08-01&quot;:6.69},{&quot;2026-08-02&quot;:6.81},{&quot;2026-08-03&quot;:6.8},{&quot;2026-08-04&quot;:6.8},{&quot;2026-08-05&quot;:6.86},{&quot;2026-08-07&quot;:6.62},{&quot;2026-08-08&quot;:6.44},{&quot;2026-08-09&quot;:6.5},{&quot;2026-08-10&quot;:6.49},{&quot;2026-08-11&quot;:6.38},{&quot;2026-08-12&quot;:6.26},{&quot;2026-08-13&quot;:6.26},{&quot;2026-08-14&quot;:6.26},{&quot;2026-08-15&quot;:6.38},{&quot;2026-08-16&quot;:6.38},{&quot;2026-08-17&quot;:6.5},{&quot;2026-08-18&quot;:6.45},{&quot;2026-08-19&quot;:6.45},{&quot;2026-08-20&quot;:6.45},{&quot;2026-08-21&quot;:6.48},{&quot;2026-08-22&quot;:6.48},{&quot;2026-08-23&quot;:6.51},{&quot;2026-08-24&quot;:6.51},{&quot;2026-08-25&quot;:6.51},{&quot;2026-08-26&quot;:6.58},{&quot;2026-08-27&quot;:6.69},{&quot;2026-08-28&quot;:6.74},{&quot;2026-08-29&quot;:6.74},{&quot;2026-08-30&quot;:6.65},{&quot;2026-08-31&quot;:6.6},{&quot;2026-09-01&quot;:6.6},{&quot;2026-09-02&quot;:6.65},{&quot;2026-09-03&quot;:6.77},{&quot;2026-09-04&quot;:6.75},{&quot;2026-09-05&quot;:6.68},{&quot;2026-09-06&quot;:6.61},{&quot;2026-09-07&quot;:6.61},{&quot;2026-09-08&quot;:6.65},{&quot;2026-09-09&quot;:6.75},{&quot;2026-09-10&quot;:6.68},{&quot;2026-09-11&quot;:6.69}]}"
        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="20439"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.68
          </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="Chord of Calling" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/a/dac257a9-39bf-4185-9d2e-f80f0848a96a.jpg?1783930150" />

        <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">
            Chord of Calling
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Chord of Calling" src="https://cards.scryfall.io/large/front/d/a/dac257a9-39bf-4185-9d2e-f80f0848a96a.jpg?1783930150" />
    </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.68
              </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">
                $5.95
              </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.70</span>
              <span class="text-xs text-grey-text">Credit: $7.41</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.1},{&quot;2026-06-14&quot;:5.1},{&quot;2026-06-15&quot;:5.1},{&quot;2026-06-16&quot;:5.1},{&quot;2026-06-17&quot;:5.15},{&quot;2026-06-18&quot;:5.15},{&quot;2026-06-19&quot;:5.15},{&quot;2026-06-20&quot;:5.15},{&quot;2026-06-21&quot;:5.14},{&quot;2026-06-22&quot;:5.13},{&quot;2026-06-23&quot;:5.13},{&quot;2026-06-24&quot;:5.13},{&quot;2026-06-25&quot;:5.13},{&quot;2026-06-26&quot;:5.12},{&quot;2026-06-27&quot;:5.12},{&quot;2026-06-28&quot;:5.12},{&quot;2026-06-29&quot;:5.12},{&quot;2026-06-30&quot;:5.18},{&quot;2026-07-01&quot;:5.18},{&quot;2026-07-02&quot;:5.18},{&quot;2026-07-03&quot;:5.18},{&quot;2026-07-04&quot;:5.18},{&quot;2026-07-05&quot;:5.18},{&quot;2026-07-06&quot;:5.18},{&quot;2026-07-07&quot;:5.18},{&quot;2026-07-08&quot;:5.18},{&quot;2026-07-09&quot;:5.18},{&quot;2026-07-10&quot;:5.18},{&quot;2026-07-11&quot;:5.18},{&quot;2026-07-12&quot;:5.18},{&quot;2026-07-13&quot;:5.18},{&quot;2026-07-14&quot;:5.18},{&quot;2026-07-15&quot;:5.18},{&quot;2026-07-16&quot;:5.18},{&quot;2026-07-17&quot;:5.2},{&quot;2026-07-18&quot;:5.2},{&quot;2026-07-19&quot;:5.2},{&quot;2026-07-20&quot;:5.2},{&quot;2026-07-21&quot;:5.2},{&quot;2026-07-22&quot;:5.2},{&quot;2026-07-23&quot;:5.2},{&quot;2026-07-24&quot;:5.2},{&quot;2026-07-25&quot;:5.2},{&quot;2026-07-26&quot;:5.2},{&quot;2026-07-27&quot;:5.2},{&quot;2026-07-28&quot;:5.2},{&quot;2026-07-29&quot;:5.2},{&quot;2026-07-30&quot;:5.2},{&quot;2026-07-31&quot;:5.2},{&quot;2026-08-01&quot;:5.2},{&quot;2026-08-02&quot;:5.18},{&quot;2026-08-03&quot;:5.18},{&quot;2026-08-04&quot;:5.18},{&quot;2026-08-05&quot;:5.18},{&quot;2026-08-07&quot;:5.24},{&quot;2026-08-08&quot;:5.26},{&quot;2026-08-09&quot;:5.33},{&quot;2026-08-10&quot;:5.33},{&quot;2026-08-11&quot;:5.39},{&quot;2026-08-12&quot;:5.39},{&quot;2026-08-13&quot;:5.42},{&quot;2026-08-14&quot;:5.42},{&quot;2026-08-15&quot;:5.42},{&quot;2026-08-16&quot;:5.42},{&quot;2026-08-17&quot;:5.42},{&quot;2026-08-18&quot;:5.42},{&quot;2026-08-19&quot;:5.56},{&quot;2026-08-20&quot;:5.79},{&quot;2026-08-21&quot;:5.79},{&quot;2026-08-22&quot;:5.79},{&quot;2026-08-23&quot;:5.6},{&quot;2026-08-24&quot;:5.66},{&quot;2026-08-25&quot;:5.55},{&quot;2026-08-26&quot;:5.64},{&quot;2026-08-27&quot;:5.64},{&quot;2026-08-28&quot;:5.64},{&quot;2026-08-29&quot;:5.64},{&quot;2026-08-30&quot;:5.7},{&quot;2026-08-31&quot;:5.82},{&quot;2026-09-01&quot;:5.82},{&quot;2026-09-02&quot;:5.82},{&quot;2026-09-03&quot;:5.82},{&quot;2026-09-04&quot;:5.82},{&quot;2026-09-05&quot;:5.8},{&quot;2026-09-06&quot;:5.95},{&quot;2026-09-07&quot;:5.95},{&quot;2026-09-08&quot;:5.95},{&quot;2026-09-09&quot;:5.95},{&quot;2026-09-10&quot;:5.95},{&quot;2026-09-11&quot;:5.95}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.29},{&quot;2026-06-14&quot;:6.22},{&quot;2026-06-15&quot;:6.2},{&quot;2026-06-16&quot;:6.2},{&quot;2026-06-17&quot;:6.33},{&quot;2026-06-18&quot;:6.42},{&quot;2026-06-19&quot;:6.42},{&quot;2026-06-20&quot;:6.42},{&quot;2026-06-21&quot;:6.33},{&quot;2026-06-22&quot;:6.26},{&quot;2026-06-23&quot;:6.26},{&quot;2026-06-24&quot;:6.26},{&quot;2026-06-25&quot;:6.26},{&quot;2026-06-26&quot;:6.26},{&quot;2026-06-27&quot;:6.26},{&quot;2026-06-28&quot;:6.26},{&quot;2026-06-29&quot;:6.26},{&quot;2026-06-30&quot;:6.26},{&quot;2026-07-01&quot;:6.43},{&quot;2026-07-02&quot;:6.39},{&quot;2026-07-03&quot;:6.32},{&quot;2026-07-04&quot;:6.35},{&quot;2026-07-05&quot;:6.35},{&quot;2026-07-06&quot;:6.37},{&quot;2026-07-07&quot;:6.37},{&quot;2026-07-08&quot;:6.37},{&quot;2026-07-09&quot;:6.14},{&quot;2026-07-10&quot;:6.14},{&quot;2026-07-11&quot;:6.18},{&quot;2026-07-12&quot;:6.18},{&quot;2026-07-13&quot;:6.13},{&quot;2026-07-14&quot;:6.17},{&quot;2026-07-15&quot;:6.17},{&quot;2026-07-16&quot;:6.03},{&quot;2026-07-17&quot;:6.03},{&quot;2026-07-18&quot;:6.01},{&quot;2026-07-19&quot;:5.95},{&quot;2026-07-20&quot;:5.95},{&quot;2026-07-21&quot;:5.95},{&quot;2026-07-22&quot;:5.88},{&quot;2026-07-23&quot;:5.97},{&quot;2026-07-24&quot;:6.06},{&quot;2026-07-25&quot;:6.1},{&quot;2026-07-26&quot;:5.96},{&quot;2026-07-27&quot;:5.96},{&quot;2026-07-28&quot;:5.96},{&quot;2026-07-29&quot;:6.28},{&quot;2026-07-30&quot;:6.3},{&quot;2026-07-31&quot;:6.36},{&quot;2026-08-01&quot;:6.28},{&quot;2026-08-02&quot;:6.26},{&quot;2026-08-03&quot;:6.37},{&quot;2026-08-04&quot;:6.46},{&quot;2026-08-05&quot;:6.36},{&quot;2026-08-07&quot;:6.38},{&quot;2026-08-08&quot;:6.35},{&quot;2026-08-09&quot;:6.4},{&quot;2026-08-10&quot;:6.32},{&quot;2026-08-11&quot;:6.18},{&quot;2026-08-12&quot;:6.11},{&quot;2026-08-13&quot;:6.11},{&quot;2026-08-14&quot;:6.16},{&quot;2026-08-15&quot;:6.18},{&quot;2026-08-16&quot;:6.18},{&quot;2026-08-17&quot;:6.35},{&quot;2026-08-18&quot;:6.46},{&quot;2026-08-19&quot;:6.46},{&quot;2026-08-20&quot;:6.28},{&quot;2026-08-21&quot;:6.35},{&quot;2026-08-22&quot;:6.35},{&quot;2026-08-23&quot;:6.4},{&quot;2026-08-24&quot;:6.38},{&quot;2026-08-25&quot;:6.47},{&quot;2026-08-26&quot;:6.44},{&quot;2026-08-27&quot;:6.43},{&quot;2026-08-28&quot;:6.45},{&quot;2026-08-29&quot;:6.45},{&quot;2026-08-30&quot;:6.44},{&quot;2026-08-31&quot;:6.35},{&quot;2026-09-01&quot;:6.29},{&quot;2026-09-02&quot;:6.47},{&quot;2026-09-03&quot;:6.47},{&quot;2026-09-04&quot;:6.39},{&quot;2026-09-05&quot;:6.62},{&quot;2026-09-06&quot;:6.62},{&quot;2026-09-07&quot;:6.62},{&quot;2026-09-08&quot;:6.77},{&quot;2026-09-09&quot;:6.71},{&quot;2026-09-10&quot;:6.71},{&quot;2026-09-11&quot;:6.68}]}"
        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="41519"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.68
          </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="Fable of the Mirror-Breaker // Reflection of Kiki-Jiki" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/4/24c0d87b-0049-4beb-b9cb-6f813b7aa7dc.jpg?1783923875" />

        <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">
            Fable of the Mirror-Breaker 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Fable of the Mirror-Breaker // Reflection of Kiki-Jiki" src="https://cards.scryfall.io/large/front/2/4/24c0d87b-0049-4beb-b9cb-6f813b7aa7dc.jpg?1783923875" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Fable of the Mirror-Breaker // Reflection of Kiki-Jiki" src="https://cards.scryfall.io/large/back/2/4/24c0d87b-0049-4beb-b9cb-6f813b7aa7dc.jpg?1783923875" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:8.56},{&quot;2026-06-10&quot;:8.21},{&quot;2026-06-11&quot;:8.26},{&quot;2026-06-12&quot;:8.09},{&quot;2026-06-13&quot;:7.92},{&quot;2026-06-14&quot;:7.92},{&quot;2026-06-15&quot;:7.62},{&quot;2026-06-16&quot;:7.53},{&quot;2026-06-17&quot;:7.53},{&quot;2026-06-18&quot;:7.53},{&quot;2026-06-19&quot;:7.53},{&quot;2026-06-20&quot;:7.5},{&quot;2026-06-21&quot;:7.5},{&quot;2026-06-22&quot;:7.38},{&quot;2026-06-24&quot;:7.4},{&quot;2026-06-25&quot;:7.46},{&quot;2026-06-26&quot;:7.41},{&quot;2026-06-27&quot;:7.11},{&quot;2026-06-28&quot;:7.13},{&quot;2026-06-29&quot;:7.13},{&quot;2026-06-30&quot;:7.2},{&quot;2026-07-01&quot;:7.21},{&quot;2026-07-02&quot;:7.26},{&quot;2026-07-03&quot;:7.46},{&quot;2026-07-04&quot;:7.46},{&quot;2026-07-05&quot;:7.46},{&quot;2026-07-06&quot;:7.46},{&quot;2026-07-07&quot;:7.46},{&quot;2026-07-08&quot;:7.46},{&quot;2026-07-09&quot;:7.46},{&quot;2026-07-10&quot;:7.46},{&quot;2026-07-11&quot;:7.46},{&quot;2026-07-12&quot;:7.46},{&quot;2026-07-13&quot;:7.52},{&quot;2026-07-14&quot;:7.52},{&quot;2026-07-15&quot;:7.52},{&quot;2026-07-16&quot;:7.52},{&quot;2026-07-17&quot;:7.38},{&quot;2026-07-18&quot;:7.38},{&quot;2026-07-19&quot;:7.38},{&quot;2026-07-20&quot;:7.45},{&quot;2026-07-21&quot;:7.45},{&quot;2026-07-23&quot;:7.45},{&quot;2026-07-25&quot;:7.44},{&quot;2026-07-26&quot;:7.44},{&quot;2026-07-27&quot;:7.44},{&quot;2026-07-29&quot;:7.43},{&quot;2026-07-30&quot;:7.43},{&quot;2026-07-31&quot;:7.42},{&quot;2026-08-01&quot;:7.42},{&quot;2026-08-02&quot;:7.36},{&quot;2026-08-03&quot;:7.34},{&quot;2026-08-04&quot;:7.34},{&quot;2026-08-05&quot;:7.23},{&quot;2026-08-07&quot;:7.17},{&quot;2026-08-08&quot;:7.17},{&quot;2026-08-09&quot;:6.98},{&quot;2026-08-10&quot;:6.98},{&quot;2026-08-11&quot;:6.93},{&quot;2026-08-12&quot;:6.93},{&quot;2026-08-13&quot;:6.93},{&quot;2026-08-14&quot;:6.89},{&quot;2026-08-15&quot;:6.89},{&quot;2026-08-16&quot;:6.75},{&quot;2026-08-17&quot;:6.79},{&quot;2026-08-18&quot;:6.79},{&quot;2026-08-19&quot;:6.76},{&quot;2026-08-20&quot;:6.76},{&quot;2026-08-21&quot;:6.85},{&quot;2026-08-22&quot;:6.9},{&quot;2026-08-23&quot;:6.9},{&quot;2026-08-24&quot;:6.9},{&quot;2026-08-25&quot;:6.9},{&quot;2026-08-26&quot;:6.9},{&quot;2026-08-27&quot;:6.9},{&quot;2026-08-28&quot;:7.04},{&quot;2026-08-29&quot;:7.04},{&quot;2026-08-30&quot;:7.05},{&quot;2026-08-31&quot;:7.05},{&quot;2026-09-01&quot;:7.05},{&quot;2026-09-02&quot;:6.89},{&quot;2026-09-03&quot;:6.87},{&quot;2026-09-04&quot;:6.87},{&quot;2026-09-05&quot;:6.87},{&quot;2026-09-06&quot;:7.03},{&quot;2026-09-07&quot;:7.11},{&quot;2026-09-08&quot;:7.11},{&quot;2026-09-09&quot;:7.11},{&quot;2026-09-10&quot;:7.05},{&quot;2026-09-11&quot;:7.05}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.92},{&quot;2026-06-10&quot;:7.07},{&quot;2026-06-11&quot;:6.96},{&quot;2026-06-12&quot;:6.63},{&quot;2026-06-13&quot;:6.69},{&quot;2026-06-14&quot;:6.68},{&quot;2026-06-15&quot;:6.64},{&quot;2026-06-16&quot;:6.63},{&quot;2026-06-17&quot;:6.6},{&quot;2026-06-18&quot;:6.72},{&quot;2026-06-19&quot;:6.71},{&quot;2026-06-20&quot;:6.6},{&quot;2026-06-21&quot;:6.62},{&quot;2026-06-22&quot;:6.78},{&quot;2026-06-24&quot;:6.85},{&quot;2026-06-25&quot;:6.78},{&quot;2026-06-26&quot;:6.53},{&quot;2026-06-27&quot;:6.63},{&quot;2026-06-28&quot;:6.38},{&quot;2026-06-29&quot;:6.05},{&quot;2026-06-30&quot;:6.03},{&quot;2026-07-01&quot;:6.21},{&quot;2026-07-02&quot;:6.43},{&quot;2026-07-03&quot;:6.51},{&quot;2026-07-04&quot;:6.43},{&quot;2026-07-05&quot;:6.35},{&quot;2026-07-06&quot;:6.3},{&quot;2026-07-07&quot;:6.26},{&quot;2026-07-08&quot;:6.29},{&quot;2026-07-09&quot;:6.29},{&quot;2026-07-10&quot;:6.29},{&quot;2026-07-11&quot;:6.28},{&quot;2026-07-12&quot;:6.19},{&quot;2026-07-13&quot;:6.4},{&quot;2026-07-14&quot;:6.44},{&quot;2026-07-15&quot;:6.31},{&quot;2026-07-16&quot;:6.29},{&quot;2026-07-17&quot;:6.29},{&quot;2026-07-18&quot;:6.29},{&quot;2026-07-19&quot;:6.32},{&quot;2026-07-20&quot;:6.12},{&quot;2026-07-21&quot;:6.19},{&quot;2026-07-23&quot;:6.34},{&quot;2026-07-25&quot;:6.28},{&quot;2026-07-26&quot;:5.83},{&quot;2026-07-27&quot;:5.88},{&quot;2026-07-29&quot;:5.59},{&quot;2026-07-30&quot;:5.58},{&quot;2026-07-31&quot;:5.94},{&quot;2026-08-01&quot;:6.09},{&quot;2026-08-02&quot;:5.99},{&quot;2026-08-03&quot;:6.06},{&quot;2026-08-04&quot;:5.95},{&quot;2026-08-05&quot;:5.89},{&quot;2026-08-07&quot;:6.25},{&quot;2026-08-08&quot;:6.26},{&quot;2026-08-09&quot;:6.36},{&quot;2026-08-10&quot;:6.56},{&quot;2026-08-11&quot;:6.59},{&quot;2026-08-12&quot;:6.58},{&quot;2026-08-13&quot;:6.48},{&quot;2026-08-14&quot;:6.66},{&quot;2026-08-15&quot;:6.55},{&quot;2026-08-16&quot;:6.29},{&quot;2026-08-17&quot;:6.18},{&quot;2026-08-18&quot;:5.9},{&quot;2026-08-19&quot;:5.78},{&quot;2026-08-20&quot;:5.78},{&quot;2026-08-21&quot;:5.91},{&quot;2026-08-22&quot;:5.96},{&quot;2026-08-23&quot;:5.94},{&quot;2026-08-24&quot;:5.91},{&quot;2026-08-25&quot;:5.91},{&quot;2026-08-26&quot;:5.88},{&quot;2026-08-27&quot;:5.89},{&quot;2026-08-28&quot;:6.0},{&quot;2026-08-29&quot;:6.0},{&quot;2026-08-30&quot;:6.08},{&quot;2026-08-31&quot;:6.23},{&quot;2026-09-01&quot;:6.23},{&quot;2026-09-02&quot;:6.63},{&quot;2026-09-03&quot;:6.57},{&quot;2026-09-04&quot;:6.72},{&quot;2026-09-05&quot;:6.78},{&quot;2026-09-06&quot;:6.43},{&quot;2026-09-07&quot;:6.49},{&quot;2026-09-08&quot;:6.82},{&quot;2026-09-09&quot;:6.75},{&quot;2026-09-10&quot;:6.75},{&quot;2026-09-11&quot;:6.68}]}"
        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="14858"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-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">
            Forsaken Monument
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Forsaken Monument" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/82dfdb91-aa69-45a1-adcc-9fcd85f84ccf.jpg?1783915407" />

        <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">
            Forsaken Monument
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Forsaken Monument" src="https://cards.scryfall.io/large/front/8/2/82dfdb91-aa69-45a1-adcc-9fcd85f84ccf.jpg?1783915407" />
    </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.65
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.5},{&quot;2026-06-13&quot;:5.5},{&quot;2026-06-14&quot;:5.56},{&quot;2026-06-15&quot;:5.48},{&quot;2026-06-16&quot;:5.53},{&quot;2026-06-17&quot;:5.52},{&quot;2026-06-18&quot;:5.54},{&quot;2026-06-19&quot;:5.62},{&quot;2026-06-20&quot;:5.67},{&quot;2026-06-21&quot;:5.72},{&quot;2026-06-22&quot;:5.7},{&quot;2026-06-23&quot;:5.83},{&quot;2026-06-24&quot;:5.84},{&quot;2026-06-25&quot;:5.83},{&quot;2026-06-26&quot;:5.9},{&quot;2026-06-27&quot;:5.89},{&quot;2026-06-28&quot;:5.89},{&quot;2026-06-29&quot;:5.89},{&quot;2026-06-30&quot;:5.93},{&quot;2026-07-01&quot;:5.87},{&quot;2026-07-02&quot;:5.65},{&quot;2026-07-03&quot;:5.58},{&quot;2026-07-04&quot;:5.64},{&quot;2026-07-05&quot;:5.78},{&quot;2026-07-06&quot;:5.84},{&quot;2026-07-07&quot;:6.0},{&quot;2026-07-08&quot;:6.0},{&quot;2026-07-09&quot;:5.99},{&quot;2026-07-10&quot;:6.16},{&quot;2026-07-11&quot;:6.22},{&quot;2026-07-12&quot;:6.22},{&quot;2026-07-13&quot;:6.27},{&quot;2026-07-14&quot;:6.28},{&quot;2026-07-15&quot;:6.28},{&quot;2026-07-16&quot;:6.29},{&quot;2026-07-17&quot;:6.34},{&quot;2026-07-18&quot;:6.48},{&quot;2026-07-19&quot;:6.43},{&quot;2026-07-20&quot;:6.43},{&quot;2026-07-21&quot;:6.47},{&quot;2026-07-23&quot;:6.55},{&quot;2026-07-24&quot;:6.53},{&quot;2026-07-25&quot;:6.47},{&quot;2026-07-26&quot;:6.34},{&quot;2026-07-27&quot;:6.33},{&quot;2026-07-28&quot;:6.29},{&quot;2026-07-29&quot;:6.32},{&quot;2026-07-30&quot;:6.26},{&quot;2026-07-31&quot;:6.41},{&quot;2026-08-01&quot;:6.41},{&quot;2026-08-02&quot;:6.13},{&quot;2026-08-03&quot;:6.13},{&quot;2026-08-04&quot;:6.08},{&quot;2026-08-05&quot;:6.0},{&quot;2026-08-07&quot;:6.05},{&quot;2026-08-08&quot;:6.06},{&quot;2026-08-09&quot;:6.06},{&quot;2026-08-10&quot;:6.06},{&quot;2026-08-11&quot;:6.06},{&quot;2026-08-12&quot;:6.22},{&quot;2026-08-13&quot;:6.21},{&quot;2026-08-14&quot;:6.21},{&quot;2026-08-15&quot;:6.28},{&quot;2026-08-16&quot;:6.3},{&quot;2026-08-17&quot;:6.25},{&quot;2026-08-18&quot;:6.25},{&quot;2026-08-19&quot;:6.26},{&quot;2026-08-20&quot;:6.26},{&quot;2026-08-21&quot;:6.2},{&quot;2026-08-22&quot;:6.19},{&quot;2026-08-23&quot;:6.26},{&quot;2026-08-24&quot;:6.18},{&quot;2026-08-25&quot;:6.18},{&quot;2026-08-26&quot;:6.23},{&quot;2026-08-27&quot;:6.23},{&quot;2026-08-28&quot;:6.23},{&quot;2026-08-29&quot;:6.23},{&quot;2026-08-30&quot;:6.25},{&quot;2026-08-31&quot;:6.37},{&quot;2026-09-01&quot;:6.37},{&quot;2026-09-02&quot;:6.37},{&quot;2026-09-03&quot;:6.37},{&quot;2026-09-04&quot;:6.33},{&quot;2026-09-05&quot;:6.28},{&quot;2026-09-06&quot;:6.37},{&quot;2026-09-07&quot;:6.51},{&quot;2026-09-08&quot;:6.58},{&quot;2026-09-09&quot;:6.58},{&quot;2026-09-10&quot;:6.58},{&quot;2026-09-11&quot;:6.65}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="10487"
  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-c21 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">
            Metallurgic Summonings
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Metallurgic Summonings
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Metallurgic Summonings" src="https://cards.scryfall.io/large/front/3/a/3a769d7e-c749-4845-ba87-808f0386df80.jpg?1783927564" />
    </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.63
              </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.70</span>
              <span class="text-xs text-grey-text">Credit: $0.91</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.97},{&quot;2026-06-10&quot;:2.03},{&quot;2026-06-11&quot;:2.16},{&quot;2026-06-12&quot;:2.12},{&quot;2026-06-13&quot;:2.12},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.34},{&quot;2026-06-18&quot;:2.42},{&quot;2026-06-19&quot;:2.49},{&quot;2026-06-20&quot;:2.49},{&quot;2026-06-21&quot;:2.53},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.56},{&quot;2026-06-26&quot;:2.52},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.48},{&quot;2026-06-29&quot;:2.5},{&quot;2026-06-30&quot;:2.5},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.42},{&quot;2026-07-04&quot;:2.42},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.28},{&quot;2026-07-08&quot;:2.34},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.19},{&quot;2026-07-12&quot;:2.27},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.67},{&quot;2026-07-16&quot;:2.62},{&quot;2026-07-17&quot;:2.68},{&quot;2026-07-18&quot;:2.67},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:2.72},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-25&quot;:2.52},{&quot;2026-07-26&quot;:2.52},{&quot;2026-07-27&quot;:2.27},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.05},{&quot;2026-07-31&quot;:2.14},{&quot;2026-08-01&quot;:2.14},{&quot;2026-08-02&quot;:2.1},{&quot;2026-08-03&quot;:2.08},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.22},{&quot;2026-08-07&quot;:2.37},{&quot;2026-08-08&quot;:2.37},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.53},{&quot;2026-08-11&quot;:2.63},{&quot;2026-08-12&quot;:2.63},{&quot;2026-08-13&quot;:2.63},{&quot;2026-08-14&quot;:2.73},{&quot;2026-08-15&quot;:2.73},{&quot;2026-08-16&quot;:2.79},{&quot;2026-08-17&quot;:2.92},{&quot;2026-08-18&quot;:3.13},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.14},{&quot;2026-08-22&quot;:6.87},{&quot;2026-08-23&quot;:6.87},{&quot;2026-08-24&quot;:6.87},{&quot;2026-08-25&quot;:6.87},{&quot;2026-08-26&quot;:6.99},{&quot;2026-08-27&quot;:6.99},{&quot;2026-08-28&quot;:6.99},{&quot;2026-08-29&quot;:6.99},{&quot;2026-08-30&quot;:6.89},{&quot;2026-08-31&quot;:6.81},{&quot;2026-09-01&quot;:6.81},{&quot;2026-09-02&quot;:6.81},{&quot;2026-09-03&quot;:6.97},{&quot;2026-09-04&quot;:6.97},{&quot;2026-09-05&quot;:6.88},{&quot;2026-09-06&quot;:6.71},{&quot;2026-09-07&quot;:6.71},{&quot;2026-09-08&quot;:6.71},{&quot;2026-09-09&quot;:6.71},{&quot;2026-09-10&quot;:6.61},{&quot;2026-09-11&quot;:6.63}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28324"
  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-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">
            Prosper, Tome-Bound
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Prosper, Tome-Bound" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d743336e-d5c7-4053-a23d-92ec7581f74e.jpg?1783926259" />

        <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">
            Prosper, Tome-Bound
        </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 — Tiefling Warlock</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Prosper, Tome-Bound" src="https://cards.scryfall.io/large/front/d/7/d743336e-d5c7-4053-a23d-92ec7581f74e.jpg?1783926259" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:7.78},{&quot;2026-06-10&quot;:7.25},{&quot;2026-06-11&quot;:7.25},{&quot;2026-06-12&quot;:7.52},{&quot;2026-06-13&quot;:7.52},{&quot;2026-06-14&quot;:7.52},{&quot;2026-06-15&quot;:7.46},{&quot;2026-06-16&quot;:7.21},{&quot;2026-06-17&quot;:7.26},{&quot;2026-06-18&quot;:7.34},{&quot;2026-06-19&quot;:7.43},{&quot;2026-06-20&quot;:7.06},{&quot;2026-06-21&quot;:7.06},{&quot;2026-06-22&quot;:6.97},{&quot;2026-06-24&quot;:6.9},{&quot;2026-06-25&quot;:6.93},{&quot;2026-06-26&quot;:6.93},{&quot;2026-06-27&quot;:6.68},{&quot;2026-06-28&quot;:6.6},{&quot;2026-06-29&quot;:6.55},{&quot;2026-06-30&quot;:6.55},{&quot;2026-07-01&quot;:6.51},{&quot;2026-07-02&quot;:6.43},{&quot;2026-07-03&quot;:6.43},{&quot;2026-07-04&quot;:6.43},{&quot;2026-07-05&quot;:6.43},{&quot;2026-07-06&quot;:6.39},{&quot;2026-07-07&quot;:6.38},{&quot;2026-07-08&quot;:6.26},{&quot;2026-07-09&quot;:6.19},{&quot;2026-07-10&quot;:6.19},{&quot;2026-07-11&quot;:6.17},{&quot;2026-07-12&quot;:6.11},{&quot;2026-07-13&quot;:6.11},{&quot;2026-07-14&quot;:6.0},{&quot;2026-07-15&quot;:6.05},{&quot;2026-07-16&quot;:6.04},{&quot;2026-07-17&quot;:6.04},{&quot;2026-07-18&quot;:6.04},{&quot;2026-07-19&quot;:6.12},{&quot;2026-07-20&quot;:6.29},{&quot;2026-07-21&quot;:6.39},{&quot;2026-07-23&quot;:6.16},{&quot;2026-07-25&quot;:6.04},{&quot;2026-07-26&quot;:5.97},{&quot;2026-07-27&quot;:6.01},{&quot;2026-07-29&quot;:5.97},{&quot;2026-07-30&quot;:5.97},{&quot;2026-07-31&quot;:5.84},{&quot;2026-08-01&quot;:5.95},{&quot;2026-08-02&quot;:6.11},{&quot;2026-08-03&quot;:6.45},{&quot;2026-08-04&quot;:6.46},{&quot;2026-08-05&quot;:6.33},{&quot;2026-08-07&quot;:6.29},{&quot;2026-08-08&quot;:6.18},{&quot;2026-08-09&quot;:5.98},{&quot;2026-08-10&quot;:6.18},{&quot;2026-08-11&quot;:6.18},{&quot;2026-08-12&quot;:6.3},{&quot;2026-08-13&quot;:6.07},{&quot;2026-08-14&quot;:6.22},{&quot;2026-08-15&quot;:6.22},{&quot;2026-08-16&quot;:6.16},{&quot;2026-08-17&quot;:6.17},{&quot;2026-08-18&quot;:5.75},{&quot;2026-08-19&quot;:5.75},{&quot;2026-08-20&quot;:5.75},{&quot;2026-08-21&quot;:6.08},{&quot;2026-08-22&quot;:6.08},{&quot;2026-08-23&quot;:6.22},{&quot;2026-08-24&quot;:5.97},{&quot;2026-08-25&quot;:5.97},{&quot;2026-08-26&quot;:6.07},{&quot;2026-08-27&quot;:5.84},{&quot;2026-08-28&quot;:5.8},{&quot;2026-08-29&quot;:5.8},{&quot;2026-08-30&quot;:5.92},{&quot;2026-08-31&quot;:6.01},{&quot;2026-09-01&quot;:6.01},{&quot;2026-09-02&quot;:5.81},{&quot;2026-09-03&quot;:6.24},{&quot;2026-09-04&quot;:6.33},{&quot;2026-09-05&quot;:6.6},{&quot;2026-09-06&quot;:6.6},{&quot;2026-09-07&quot;:6.64},{&quot;2026-09-08&quot;:6.64},{&quot;2026-09-09&quot;:6.55},{&quot;2026-09-10&quot;:6.63},{&quot;2026-09-11&quot;:6.63}],&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="83902"
  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">
            Recruiter of the Guard
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Recruiter of the Guard
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Recruiter of the Guard" src="https://cards.scryfall.io/large/front/3/c/3cb635bb-def8-43f9-aad1-dd298dcc730b.jpg?1783931946" />
    </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.62
              </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">$4.80</span>
              <span class="text-xs text-grey-text">Credit: $6.24</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.37},{&quot;2026-06-10&quot;:5.39},{&quot;2026-06-11&quot;:5.39},{&quot;2026-06-12&quot;:5.35},{&quot;2026-06-13&quot;:5.36},{&quot;2026-06-14&quot;:5.43},{&quot;2026-06-15&quot;:5.43},{&quot;2026-06-16&quot;:5.64},{&quot;2026-06-17&quot;:5.65},{&quot;2026-06-18&quot;:5.64},{&quot;2026-06-19&quot;:5.66},{&quot;2026-06-20&quot;:5.74},{&quot;2026-06-21&quot;:5.75},{&quot;2026-06-22&quot;:5.82},{&quot;2026-06-24&quot;:5.82},{&quot;2026-06-25&quot;:5.86},{&quot;2026-06-26&quot;:5.77},{&quot;2026-06-27&quot;:5.81},{&quot;2026-06-28&quot;:5.81},{&quot;2026-06-29&quot;:5.91},{&quot;2026-06-30&quot;:5.86},{&quot;2026-07-01&quot;:5.86},{&quot;2026-07-02&quot;:5.88},{&quot;2026-07-03&quot;:5.84},{&quot;2026-07-04&quot;:5.84},{&quot;2026-07-05&quot;:5.84},{&quot;2026-07-06&quot;:5.81},{&quot;2026-07-07&quot;:5.81},{&quot;2026-07-08&quot;:5.81},{&quot;2026-07-09&quot;:5.81},{&quot;2026-07-10&quot;:5.81},{&quot;2026-07-11&quot;:5.7},{&quot;2026-07-12&quot;:5.58},{&quot;2026-07-13&quot;:5.51},{&quot;2026-07-14&quot;:5.54},{&quot;2026-07-15&quot;:5.54},{&quot;2026-07-16&quot;:5.54},{&quot;2026-07-17&quot;:5.52},{&quot;2026-07-18&quot;:5.52},{&quot;2026-07-19&quot;:5.49},{&quot;2026-07-20&quot;:5.49},{&quot;2026-07-21&quot;:5.52},{&quot;2026-07-23&quot;:5.55},{&quot;2026-07-25&quot;:5.54},{&quot;2026-07-26&quot;:5.54},{&quot;2026-07-27&quot;:5.54},{&quot;2026-07-29&quot;:5.59},{&quot;2026-07-30&quot;:5.77},{&quot;2026-07-31&quot;:5.9},{&quot;2026-08-01&quot;:5.9},{&quot;2026-08-02&quot;:5.97},{&quot;2026-08-03&quot;:6.11},{&quot;2026-08-04&quot;:6.36},{&quot;2026-08-05&quot;:6.36},{&quot;2026-08-07&quot;:6.43},{&quot;2026-08-08&quot;:6.43},{&quot;2026-08-09&quot;:6.43},{&quot;2026-08-10&quot;:6.43},{&quot;2026-08-11&quot;:6.43},{&quot;2026-08-12&quot;:6.44},{&quot;2026-08-13&quot;:6.44},{&quot;2026-08-14&quot;:6.35},{&quot;2026-08-15&quot;:6.35},{&quot;2026-08-16&quot;:6.38},{&quot;2026-08-17&quot;:6.56},{&quot;2026-08-18&quot;:6.6},{&quot;2026-08-19&quot;:6.49},{&quot;2026-08-20&quot;:6.49},{&quot;2026-08-21&quot;:6.61},{&quot;2026-08-22&quot;:6.66},{&quot;2026-08-23&quot;:6.65},{&quot;2026-08-24&quot;:6.63},{&quot;2026-08-25&quot;:6.63},{&quot;2026-08-26&quot;:6.61},{&quot;2026-08-27&quot;:6.61},{&quot;2026-08-28&quot;:6.43},{&quot;2026-08-29&quot;:6.43},{&quot;2026-08-30&quot;:6.13},{&quot;2026-08-31&quot;:6.13},{&quot;2026-09-01&quot;:6.13},{&quot;2026-09-02&quot;:6.16},{&quot;2026-09-03&quot;:6.11},{&quot;2026-09-04&quot;:6.14},{&quot;2026-09-05&quot;:6.21},{&quot;2026-09-06&quot;:6.14},{&quot;2026-09-07&quot;:6.08},{&quot;2026-09-08&quot;:5.95},{&quot;2026-09-09&quot;:6.22},{&quot;2026-09-10&quot;:6.41},{&quot;2026-09-11&quot;:6.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Relic of Progenitus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/26b46701-9fe0-4d6e-8aaf-e0a677f9851f.jpg?1783910550" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Relic of Progenitus" src="https://cards.scryfall.io/large/front/2/6/26b46701-9fe0-4d6e-8aaf-e0a677f9851f.jpg?1783910550" />
    </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.61
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:21.1},{&quot;2026-06-14&quot;:21.1},{&quot;2026-06-15&quot;:21.62},{&quot;2026-06-16&quot;:21.62},{&quot;2026-06-17&quot;:21.62},{&quot;2026-06-18&quot;:21.62},{&quot;2026-06-19&quot;:21.62},{&quot;2026-06-20&quot;:21.62},{&quot;2026-06-21&quot;:21.62},{&quot;2026-06-22&quot;:21.62},{&quot;2026-06-23&quot;:21.62},{&quot;2026-06-24&quot;:21.62},{&quot;2026-06-25&quot;:21.62},{&quot;2026-06-26&quot;:21.62},{&quot;2026-06-27&quot;:21.62},{&quot;2026-06-28&quot;:21.62},{&quot;2026-06-29&quot;:21.62},{&quot;2026-06-30&quot;:21.62},{&quot;2026-07-01&quot;:21.62},{&quot;2026-07-02&quot;:21.62},{&quot;2026-07-03&quot;:21.62},{&quot;2026-07-04&quot;:21.67},{&quot;2026-07-05&quot;:21.67},{&quot;2026-07-06&quot;:21.95},{&quot;2026-07-07&quot;:21.95},{&quot;2026-07-08&quot;:21.95},{&quot;2026-07-09&quot;:21.95},{&quot;2026-07-10&quot;:22.11},{&quot;2026-07-11&quot;:22.11},{&quot;2026-07-12&quot;:22.11},{&quot;2026-07-13&quot;:22.11},{&quot;2026-07-14&quot;:22.11},{&quot;2026-07-15&quot;:22.11},{&quot;2026-07-16&quot;:22.14},{&quot;2026-07-17&quot;:22.14},{&quot;2026-07-18&quot;:22.08},{&quot;2026-07-19&quot;:22.08},{&quot;2026-07-20&quot;:22.08},{&quot;2026-07-21&quot;:22.08},{&quot;2026-07-22&quot;:22.16},{&quot;2026-07-23&quot;:22.16},{&quot;2026-07-24&quot;:22.16},{&quot;2026-07-25&quot;:22.22},{&quot;2026-07-26&quot;:22.32},{&quot;2026-07-27&quot;:22.32},{&quot;2026-07-28&quot;:22.32},{&quot;2026-07-29&quot;:22.32},{&quot;2026-07-30&quot;:22.32},{&quot;2026-07-31&quot;:22.32},{&quot;2026-08-01&quot;:22.32},{&quot;2026-08-02&quot;:22.32},{&quot;2026-08-03&quot;:22.32},{&quot;2026-08-04&quot;:22.32},{&quot;2026-08-05&quot;:22.32},{&quot;2026-08-07&quot;:22.32},{&quot;2026-08-08&quot;:22.32},{&quot;2026-08-09&quot;:22.32},{&quot;2026-08-10&quot;:22.32},{&quot;2026-08-11&quot;:22.32},{&quot;2026-08-12&quot;:22.32},{&quot;2026-08-13&quot;:22.32},{&quot;2026-08-14&quot;:22.32},{&quot;2026-08-15&quot;:22.32},{&quot;2026-08-16&quot;:22.26},{&quot;2026-08-17&quot;:22.26},{&quot;2026-08-18&quot;:22.26},{&quot;2026-08-19&quot;:22.26},{&quot;2026-08-20&quot;:22.26},{&quot;2026-08-21&quot;:22.26},{&quot;2026-08-22&quot;:22.26},{&quot;2026-08-23&quot;:22.26},{&quot;2026-08-24&quot;:22.26},{&quot;2026-08-25&quot;:22.26},{&quot;2026-08-26&quot;:22.26},{&quot;2026-08-27&quot;:22.26},{&quot;2026-08-28&quot;:22.26},{&quot;2026-08-29&quot;:22.26},{&quot;2026-08-30&quot;:22.12},{&quot;2026-08-31&quot;:22.09},{&quot;2026-09-01&quot;:22.09},{&quot;2026-09-02&quot;:22.09},{&quot;2026-09-03&quot;:22.09},{&quot;2026-09-04&quot;:22.09},{&quot;2026-09-05&quot;:21.76},{&quot;2026-09-06&quot;:21.76},{&quot;2026-09-07&quot;:21.76},{&quot;2026-09-08&quot;:21.76},{&quot;2026-09-09&quot;:21.76},{&quot;2026-09-10&quot;:21.76},{&quot;2026-09-11&quot;:21.76}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.4},{&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.36},{&quot;2026-06-18&quot;:5.36},{&quot;2026-06-19&quot;:5.27},{&quot;2026-06-20&quot;:5.34},{&quot;2026-06-21&quot;:5.34},{&quot;2026-06-22&quot;:5.31},{&quot;2026-06-23&quot;:5.42},{&quot;2026-06-24&quot;:5.45},{&quot;2026-06-25&quot;:5.45},{&quot;2026-06-26&quot;:5.43},{&quot;2026-06-27&quot;:5.33},{&quot;2026-06-28&quot;:5.33},{&quot;2026-06-29&quot;:5.75},{&quot;2026-06-30&quot;:5.77},{&quot;2026-07-01&quot;:5.77},{&quot;2026-07-02&quot;:5.77},{&quot;2026-07-03&quot;:5.77},{&quot;2026-07-04&quot;:5.76},{&quot;2026-07-05&quot;:5.76},{&quot;2026-07-06&quot;:5.76},{&quot;2026-07-07&quot;:5.77},{&quot;2026-07-08&quot;:5.73},{&quot;2026-07-09&quot;:5.63},{&quot;2026-07-10&quot;:5.63},{&quot;2026-07-11&quot;:5.6},{&quot;2026-07-12&quot;:5.69},{&quot;2026-07-13&quot;:5.68},{&quot;2026-07-14&quot;:5.68},{&quot;2026-07-15&quot;:5.75},{&quot;2026-07-16&quot;:5.76},{&quot;2026-07-17&quot;:5.51},{&quot;2026-07-18&quot;:5.51},{&quot;2026-07-19&quot;:5.55},{&quot;2026-07-20&quot;:5.55},{&quot;2026-07-21&quot;:5.64},{&quot;2026-07-22&quot;:5.64},{&quot;2026-07-23&quot;:5.71},{&quot;2026-07-24&quot;:5.71},{&quot;2026-07-25&quot;:5.72},{&quot;2026-07-26&quot;:5.93},{&quot;2026-07-27&quot;:5.87},{&quot;2026-07-28&quot;:5.99},{&quot;2026-07-29&quot;:5.84},{&quot;2026-07-30&quot;:5.65},{&quot;2026-07-31&quot;:5.47},{&quot;2026-08-01&quot;:5.4},{&quot;2026-08-02&quot;:5.33},{&quot;2026-08-03&quot;:5.33},{&quot;2026-08-04&quot;:5.16},{&quot;2026-08-05&quot;:5.06},{&quot;2026-08-07&quot;:5.07},{&quot;2026-08-08&quot;:5.07},{&quot;2026-08-09&quot;:5.03},{&quot;2026-08-10&quot;:5.25},{&quot;2026-08-11&quot;:5.26},{&quot;2026-08-12&quot;:5.15},{&quot;2026-08-13&quot;:4.96},{&quot;2026-08-14&quot;:5.81},{&quot;2026-08-15&quot;:5.94},{&quot;2026-08-16&quot;:5.64},{&quot;2026-08-17&quot;:5.68},{&quot;2026-08-18&quot;:6.03},{&quot;2026-08-19&quot;:6.18},{&quot;2026-08-20&quot;:6.21},{&quot;2026-08-21&quot;:6.21},{&quot;2026-08-22&quot;:5.59},{&quot;2026-08-23&quot;:5.59},{&quot;2026-08-24&quot;:5.59},{&quot;2026-08-25&quot;:5.6},{&quot;2026-08-26&quot;:5.82},{&quot;2026-08-27&quot;:5.95},{&quot;2026-08-28&quot;:5.95},{&quot;2026-08-29&quot;:5.95},{&quot;2026-08-30&quot;:6.05},{&quot;2026-08-31&quot;:6.05},{&quot;2026-09-01&quot;:6.01},{&quot;2026-09-02&quot;:6.13},{&quot;2026-09-03&quot;:6.16},{&quot;2026-09-04&quot;:6.16},{&quot;2026-09-05&quot;:6.14},{&quot;2026-09-06&quot;:6.25},{&quot;2026-09-07&quot;:6.25},{&quot;2026-09-08&quot;:6.46},{&quot;2026-09-09&quot;:6.46},{&quot;2026-09-10&quot;:6.53},{&quot;2026-09-11&quot;:6.61}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Dark Ritual" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/4/3477f601-5374-4316-a74e-b5e198af482b.jpg?1783947846" />

        <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">
            Dark Ritual
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Dark Ritual" src="https://cards.scryfall.io/large/front/3/4/3477f601-5374-4316-a74e-b5e198af482b.jpg?1783947846" />
    </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">
            6
          </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.60
              </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">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.67},{&quot;2026-06-11&quot;:4.72},{&quot;2026-06-12&quot;:4.72},{&quot;2026-06-13&quot;:4.72},{&quot;2026-06-14&quot;:4.64},{&quot;2026-06-15&quot;:4.64},{&quot;2026-06-16&quot;:6.18},{&quot;2026-06-17&quot;:6.16},{&quot;2026-06-18&quot;:6.16},{&quot;2026-06-19&quot;:6.07},{&quot;2026-06-20&quot;:6.07},{&quot;2026-06-21&quot;:6.07},{&quot;2026-06-22&quot;:6.08},{&quot;2026-06-23&quot;:6.08},{&quot;2026-06-24&quot;:6.2},{&quot;2026-06-25&quot;:6.16},{&quot;2026-06-26&quot;:5.9},{&quot;2026-06-27&quot;:6.04},{&quot;2026-06-28&quot;:5.97},{&quot;2026-06-29&quot;:5.84},{&quot;2026-06-30&quot;:5.69},{&quot;2026-07-01&quot;:5.36},{&quot;2026-07-02&quot;:5.37},{&quot;2026-07-03&quot;:3.44},{&quot;2026-07-04&quot;:3.41},{&quot;2026-07-05&quot;:3.38},{&quot;2026-07-06&quot;:3.42},{&quot;2026-07-07&quot;:3.29},{&quot;2026-07-08&quot;:3.2},{&quot;2026-07-09&quot;:3.25},{&quot;2026-07-10&quot;:3.19},{&quot;2026-07-11&quot;:3.22},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.3},{&quot;2026-07-14&quot;:3.35},{&quot;2026-07-15&quot;:3.37},{&quot;2026-07-16&quot;:3.37},{&quot;2026-07-17&quot;:3.37},{&quot;2026-07-18&quot;:3.36},{&quot;2026-07-19&quot;:3.32},{&quot;2026-07-20&quot;:3.32},{&quot;2026-07-21&quot;:3.37},{&quot;2026-07-23&quot;:3.39},{&quot;2026-07-25&quot;:3.45},{&quot;2026-07-26&quot;:3.58},{&quot;2026-07-27&quot;:3.75},{&quot;2026-07-29&quot;:3.74},{&quot;2026-07-30&quot;:3.92},{&quot;2026-07-31&quot;:4.11},{&quot;2026-08-01&quot;:4.12},{&quot;2026-08-02&quot;:4.1},{&quot;2026-08-03&quot;:4.11},{&quot;2026-08-04&quot;:4.45},{&quot;2026-08-05&quot;:4.69},{&quot;2026-08-07&quot;:4.87},{&quot;2026-08-08&quot;:4.84},{&quot;2026-08-09&quot;:5.09},{&quot;2026-08-10&quot;:5.64},{&quot;2026-08-11&quot;:5.66},{&quot;2026-08-12&quot;:5.85},{&quot;2026-08-13&quot;:6.03},{&quot;2026-08-14&quot;:6.03},{&quot;2026-08-15&quot;:6.2},{&quot;2026-08-16&quot;:6.2},{&quot;2026-08-17&quot;:6.17},{&quot;2026-08-18&quot;:6.25},{&quot;2026-08-19&quot;:6.25},{&quot;2026-08-20&quot;:6.25},{&quot;2026-08-21&quot;:6.52},{&quot;2026-08-22&quot;:6.33},{&quot;2026-08-23&quot;:6.08},{&quot;2026-08-24&quot;:6.23},{&quot;2026-08-25&quot;:6.23},{&quot;2026-08-26&quot;:5.8},{&quot;2026-08-27&quot;:5.9},{&quot;2026-08-28&quot;:5.9},{&quot;2026-08-29&quot;:5.9},{&quot;2026-08-30&quot;:6.61},{&quot;2026-08-31&quot;:6.48},{&quot;2026-09-01&quot;:6.48},{&quot;2026-09-02&quot;:6.5},{&quot;2026-09-03&quot;:6.95},{&quot;2026-09-04&quot;:6.95},{&quot;2026-09-05&quot;:6.98},{&quot;2026-09-06&quot;:6.96},{&quot;2026-09-07&quot;:6.67},{&quot;2026-09-08&quot;:7.41},{&quot;2026-09-09&quot;:7.77},{&quot;2026-09-10&quot;:6.48},{&quot;2026-09-11&quot;:6.6}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75197"
  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-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">
            Pantlaza, Sun-Favored
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Pantlaza, Sun-Favored" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/8/d8fb1ff3-21fb-4bb0-a242-88b018f49845.jpg?1783913927" />

        <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">
            Pantlaza, Sun-Favored
        </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 — Dinosaur</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Pantlaza, Sun-Favored" src="https://cards.scryfall.io/large/front/d/8/d8fb1ff3-21fb-4bb0-a242-88b018f49845.jpg?1783913927" />
    </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.60
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.15},{&quot;2026-06-14&quot;:5.15},{&quot;2026-06-15&quot;:7.19},{&quot;2026-06-16&quot;:7.19},{&quot;2026-06-17&quot;:7.19},{&quot;2026-06-18&quot;:7.19},{&quot;2026-06-19&quot;:7.07},{&quot;2026-06-20&quot;:7.07},{&quot;2026-06-21&quot;:7.07},{&quot;2026-06-22&quot;:7.07},{&quot;2026-06-23&quot;:7.07},{&quot;2026-06-24&quot;:7.07},{&quot;2026-06-25&quot;:7.07},{&quot;2026-06-26&quot;:7.14},{&quot;2026-06-27&quot;:7.14},{&quot;2026-06-28&quot;:7.14},{&quot;2026-06-29&quot;:7.14},{&quot;2026-06-30&quot;:7.14},{&quot;2026-07-01&quot;:7.14},{&quot;2026-07-02&quot;:7.14},{&quot;2026-07-03&quot;:7.14},{&quot;2026-07-04&quot;:7.14},{&quot;2026-07-05&quot;:7.14},{&quot;2026-07-06&quot;:7.14},{&quot;2026-07-07&quot;:7.14},{&quot;2026-07-08&quot;:7.14},{&quot;2026-07-09&quot;:7.22},{&quot;2026-07-10&quot;:7.22},{&quot;2026-07-11&quot;:7.22},{&quot;2026-07-12&quot;:7.22},{&quot;2026-07-13&quot;:7.19},{&quot;2026-07-14&quot;:7.27},{&quot;2026-07-15&quot;:7.27},{&quot;2026-07-16&quot;:7.27},{&quot;2026-07-17&quot;:7.27},{&quot;2026-07-18&quot;:7.27},{&quot;2026-07-19&quot;:7.27},{&quot;2026-07-20&quot;:7.37},{&quot;2026-07-21&quot;:7.37},{&quot;2026-07-22&quot;:7.37},{&quot;2026-07-23&quot;:7.37},{&quot;2026-07-24&quot;:7.37},{&quot;2026-07-25&quot;:7.37},{&quot;2026-07-26&quot;:7.37},{&quot;2026-07-27&quot;:7.37},{&quot;2026-07-28&quot;:7.76},{&quot;2026-07-29&quot;:7.76},{&quot;2026-07-30&quot;:7.79},{&quot;2026-07-31&quot;:8.29},{&quot;2026-08-01&quot;:8.29},{&quot;2026-08-02&quot;:8.86},{&quot;2026-08-03&quot;:8.86},{&quot;2026-08-04&quot;:8.86},{&quot;2026-08-05&quot;:8.86},{&quot;2026-08-07&quot;:8.86},{&quot;2026-08-08&quot;:8.86},{&quot;2026-08-09&quot;:8.86},{&quot;2026-08-10&quot;:8.86},{&quot;2026-08-11&quot;:8.86},{&quot;2026-08-12&quot;:8.86},{&quot;2026-08-13&quot;:9.0},{&quot;2026-08-14&quot;:9.0},{&quot;2026-08-15&quot;:9.14},{&quot;2026-08-16&quot;:9.14},{&quot;2026-08-17&quot;:9.14},{&quot;2026-08-18&quot;:9.14},{&quot;2026-08-19&quot;:9.14},{&quot;2026-08-20&quot;:9.14},{&quot;2026-08-21&quot;:9.47},{&quot;2026-08-22&quot;:9.47},{&quot;2026-08-23&quot;:9.47},{&quot;2026-08-24&quot;:9.47},{&quot;2026-08-25&quot;:9.47},{&quot;2026-08-26&quot;:9.97},{&quot;2026-08-27&quot;:9.97},{&quot;2026-08-28&quot;:9.97},{&quot;2026-08-29&quot;:9.97},{&quot;2026-08-30&quot;:9.97},{&quot;2026-08-31&quot;:9.97},{&quot;2026-09-01&quot;:9.97},{&quot;2026-09-02&quot;:9.97},{&quot;2026-09-03&quot;:9.97},{&quot;2026-09-04&quot;:9.97},{&quot;2026-09-05&quot;:9.97},{&quot;2026-09-06&quot;:9.97},{&quot;2026-09-07&quot;:10.06},{&quot;2026-09-08&quot;:10.06},{&quot;2026-09-09&quot;:10.39},{&quot;2026-09-10&quot;:10.39},{&quot;2026-09-11&quot;:10.39}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.19},{&quot;2026-06-14&quot;:4.39},{&quot;2026-06-15&quot;:4.87},{&quot;2026-06-16&quot;:5.05},{&quot;2026-06-17&quot;:5.05},{&quot;2026-06-18&quot;:5.05},{&quot;2026-06-19&quot;:5.1},{&quot;2026-06-20&quot;:5.1},{&quot;2026-06-21&quot;:5.1},{&quot;2026-06-22&quot;:5.1},{&quot;2026-06-23&quot;:5.1},{&quot;2026-06-24&quot;:5.09},{&quot;2026-06-25&quot;:5.07},{&quot;2026-06-26&quot;:5.04},{&quot;2026-06-27&quot;:5.04},{&quot;2026-06-28&quot;:4.97},{&quot;2026-06-29&quot;:4.99},{&quot;2026-06-30&quot;:5.0},{&quot;2026-07-01&quot;:4.82},{&quot;2026-07-02&quot;:4.83},{&quot;2026-07-03&quot;:4.93},{&quot;2026-07-04&quot;:5.02},{&quot;2026-07-05&quot;:5.07},{&quot;2026-07-06&quot;:4.85},{&quot;2026-07-07&quot;:4.68},{&quot;2026-07-08&quot;:4.48},{&quot;2026-07-09&quot;:4.38},{&quot;2026-07-10&quot;:4.38},{&quot;2026-07-11&quot;:4.55},{&quot;2026-07-12&quot;:4.55},{&quot;2026-07-13&quot;:4.59},{&quot;2026-07-14&quot;:4.59},{&quot;2026-07-15&quot;:4.79},{&quot;2026-07-16&quot;:4.79},{&quot;2026-07-17&quot;:4.76},{&quot;2026-07-18&quot;:4.76},{&quot;2026-07-19&quot;:4.76},{&quot;2026-07-20&quot;:4.91},{&quot;2026-07-21&quot;:4.99},{&quot;2026-07-22&quot;:4.99},{&quot;2026-07-23&quot;:5.04},{&quot;2026-07-24&quot;:5.29},{&quot;2026-07-25&quot;:6.13},{&quot;2026-07-26&quot;:6.13},{&quot;2026-07-27&quot;:6.13},{&quot;2026-07-28&quot;:6.05},{&quot;2026-07-29&quot;:6.07},{&quot;2026-07-30&quot;:6.07},{&quot;2026-07-31&quot;:6.16},{&quot;2026-08-01&quot;:6.16},{&quot;2026-08-02&quot;:6.2},{&quot;2026-08-03&quot;:6.16},{&quot;2026-08-04&quot;:6.16},{&quot;2026-08-05&quot;:6.09},{&quot;2026-08-07&quot;:6.1},{&quot;2026-08-08&quot;:6.3},{&quot;2026-08-09&quot;:6.46},{&quot;2026-08-10&quot;:6.46},{&quot;2026-08-11&quot;:6.46},{&quot;2026-08-12&quot;:6.48},{&quot;2026-08-13&quot;:6.61},{&quot;2026-08-14&quot;:6.61},{&quot;2026-08-15&quot;:6.71},{&quot;2026-08-16&quot;:6.71},{&quot;2026-08-17&quot;:6.7},{&quot;2026-08-18&quot;:6.83},{&quot;2026-08-19&quot;:6.83},{&quot;2026-08-20&quot;:6.83},{&quot;2026-08-21&quot;:6.79},{&quot;2026-08-22&quot;:6.79},{&quot;2026-08-23&quot;:6.77},{&quot;2026-08-24&quot;:6.77},{&quot;2026-08-25&quot;:6.77},{&quot;2026-08-26&quot;:5.99},{&quot;2026-08-27&quot;:6.32},{&quot;2026-08-28&quot;:6.71},{&quot;2026-08-29&quot;:6.71},{&quot;2026-08-30&quot;:6.87},{&quot;2026-08-31&quot;:6.68},{&quot;2026-09-01&quot;:6.68},{&quot;2026-09-02&quot;:6.68},{&quot;2026-09-03&quot;:6.68},{&quot;2026-09-04&quot;:6.68},{&quot;2026-09-05&quot;:6.68},{&quot;2026-09-06&quot;:6.68},{&quot;2026-09-07&quot;:6.57},{&quot;2026-09-08&quot;:6.57},{&quot;2026-09-09&quot;:6.65},{&quot;2026-09-10&quot;:6.6},{&quot;2026-09-11&quot;:6.6}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Emeria, the Sky Ruin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90f148e6-1a5e-46fc-9557-40c5c0038069.jpg?1782683102" />

        <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">
            Emeria, the Sky Ruin
        </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="Emeria, the Sky Ruin" src="https://cards.scryfall.io/large/front/9/0/90f148e6-1a5e-46fc-9557-40c5c0038069.jpg?1782683102" />
    </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.59
              </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">
                $0.00
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.19},{&quot;2026-06-11&quot;:5.01},{&quot;2026-06-12&quot;:4.54},{&quot;2026-06-13&quot;:4.93},{&quot;2026-06-14&quot;:4.86},{&quot;2026-06-15&quot;:4.72},{&quot;2026-06-16&quot;:4.72},{&quot;2026-06-17&quot;:4.67},{&quot;2026-06-18&quot;:4.81},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.64},{&quot;2026-06-21&quot;:4.72},{&quot;2026-06-22&quot;:4.55},{&quot;2026-06-23&quot;:4.58},{&quot;2026-06-24&quot;:4.87},{&quot;2026-06-25&quot;:4.63},{&quot;2026-06-26&quot;:4.39},{&quot;2026-06-27&quot;:4.33},{&quot;2026-06-28&quot;:4.44},{&quot;2026-06-29&quot;:4.42},{&quot;2026-06-30&quot;:4.32},{&quot;2026-07-01&quot;:4.36},{&quot;2026-07-02&quot;:4.68},{&quot;2026-07-03&quot;:4.78},{&quot;2026-07-04&quot;:4.93},{&quot;2026-07-05&quot;:4.93},{&quot;2026-07-06&quot;:5.07},{&quot;2026-07-07&quot;:5.12},{&quot;2026-07-08&quot;:5.07},{&quot;2026-07-09&quot;:4.99},{&quot;2026-07-10&quot;:5.01},{&quot;2026-07-11&quot;:4.98},{&quot;2026-07-12&quot;:5.02},{&quot;2026-07-13&quot;:5.0},{&quot;2026-07-14&quot;:4.94},{&quot;2026-07-15&quot;:4.93},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.54},{&quot;2026-07-18&quot;:4.73},{&quot;2026-07-19&quot;:4.74},{&quot;2026-07-20&quot;:4.93},{&quot;2026-07-21&quot;:5.05},{&quot;2026-07-23&quot;:5.28},{&quot;2026-07-25&quot;:5.26},{&quot;2026-07-26&quot;:5.16},{&quot;2026-07-27&quot;:5.1},{&quot;2026-07-29&quot;:5.04},{&quot;2026-07-30&quot;:5.07},{&quot;2026-07-31&quot;:5.14},{&quot;2026-08-01&quot;:5.25},{&quot;2026-08-02&quot;:5.33},{&quot;2026-08-03&quot;:5.27},{&quot;2026-08-04&quot;:5.16},{&quot;2026-08-05&quot;:5.35},{&quot;2026-08-07&quot;:5.6},{&quot;2026-08-08&quot;:5.61},{&quot;2026-08-09&quot;:5.4},{&quot;2026-08-10&quot;:5.69},{&quot;2026-08-11&quot;:5.65},{&quot;2026-08-12&quot;:5.61},{&quot;2026-08-13&quot;:5.34},{&quot;2026-08-14&quot;:5.34},{&quot;2026-08-15&quot;:5.39},{&quot;2026-08-16&quot;:5.53},{&quot;2026-08-17&quot;:5.7},{&quot;2026-08-18&quot;:5.38},{&quot;2026-08-19&quot;:5.36},{&quot;2026-08-20&quot;:5.36},{&quot;2026-08-21&quot;:5.92},{&quot;2026-08-22&quot;:5.87},{&quot;2026-08-23&quot;:5.9},{&quot;2026-08-24&quot;:5.82},{&quot;2026-08-25&quot;:5.82},{&quot;2026-08-26&quot;:5.92},{&quot;2026-08-27&quot;:5.85},{&quot;2026-08-28&quot;:6.13},{&quot;2026-08-29&quot;:6.13},{&quot;2026-08-30&quot;:6.42},{&quot;2026-08-31&quot;:6.39},{&quot;2026-09-01&quot;:6.39},{&quot;2026-09-02&quot;:6.37},{&quot;2026-09-03&quot;:6.7},{&quot;2026-09-04&quot;:6.91},{&quot;2026-09-05&quot;:7.09},{&quot;2026-09-06&quot;:7.0},{&quot;2026-09-07&quot;:6.88},{&quot;2026-09-08&quot;:6.77},{&quot;2026-09-09&quot;:6.68},{&quot;2026-09-10&quot;:6.53},{&quot;2026-09-11&quot;:6.59}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Asceticism" src="https://cards.scryfall.io/large/front/7/2/72eefa85-39de-4f9f-aba1-7520b358c6c4.jpg?1783932165" />
    </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.58
              </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.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.56},{&quot;2026-06-14&quot;:5.65},{&quot;2026-06-15&quot;:5.93},{&quot;2026-06-16&quot;:6.16},{&quot;2026-06-17&quot;:6.22},{&quot;2026-06-18&quot;:6.32},{&quot;2026-06-19&quot;:6.69},{&quot;2026-06-20&quot;:6.69},{&quot;2026-06-21&quot;:7.23},{&quot;2026-06-22&quot;:7.14},{&quot;2026-06-23&quot;:7.41},{&quot;2026-06-24&quot;:7.41},{&quot;2026-06-25&quot;:7.42},{&quot;2026-06-26&quot;:7.42},{&quot;2026-06-27&quot;:7.55},{&quot;2026-06-28&quot;:7.55},{&quot;2026-06-29&quot;:7.43},{&quot;2026-06-30&quot;:7.43},{&quot;2026-07-01&quot;:7.44},{&quot;2026-07-02&quot;:7.44},{&quot;2026-07-03&quot;:7.44},{&quot;2026-07-04&quot;:7.66},{&quot;2026-07-05&quot;:7.78},{&quot;2026-07-06&quot;:8.02},{&quot;2026-07-07&quot;:8.02},{&quot;2026-07-08&quot;:8.02},{&quot;2026-07-09&quot;:7.77},{&quot;2026-07-10&quot;:7.67},{&quot;2026-07-11&quot;:7.67},{&quot;2026-07-12&quot;:7.67},{&quot;2026-07-13&quot;:7.55},{&quot;2026-07-14&quot;:7.55},{&quot;2026-07-15&quot;:7.33},{&quot;2026-07-16&quot;:7.33},{&quot;2026-07-17&quot;:7.33},{&quot;2026-07-18&quot;:7.33},{&quot;2026-07-19&quot;:7.33},{&quot;2026-07-20&quot;:7.41},{&quot;2026-07-21&quot;:7.41},{&quot;2026-07-22&quot;:7.36},{&quot;2026-07-23&quot;:7.36},{&quot;2026-07-24&quot;:6.83},{&quot;2026-07-25&quot;:6.73},{&quot;2026-07-26&quot;:6.7},{&quot;2026-07-27&quot;:6.33},{&quot;2026-07-28&quot;:6.41},{&quot;2026-07-29&quot;:6.22},{&quot;2026-07-30&quot;:6.36},{&quot;2026-07-31&quot;:6.36},{&quot;2026-08-01&quot;:6.34},{&quot;2026-08-02&quot;:6.31},{&quot;2026-08-03&quot;:6.31},{&quot;2026-08-04&quot;:6.45},{&quot;2026-08-05&quot;:6.45},{&quot;2026-08-07&quot;:6.69},{&quot;2026-08-08&quot;:6.7},{&quot;2026-08-09&quot;:6.7},{&quot;2026-08-10&quot;:6.66},{&quot;2026-08-11&quot;:6.66},{&quot;2026-08-12&quot;:6.8},{&quot;2026-08-13&quot;:6.81},{&quot;2026-08-14&quot;:6.84},{&quot;2026-08-15&quot;:6.78},{&quot;2026-08-16&quot;:6.72},{&quot;2026-08-17&quot;:6.71},{&quot;2026-08-18&quot;:6.65},{&quot;2026-08-19&quot;:6.57},{&quot;2026-08-20&quot;:6.49},{&quot;2026-08-21&quot;:6.49},{&quot;2026-08-22&quot;:6.63},{&quot;2026-08-23&quot;:6.58},{&quot;2026-08-24&quot;:6.58},{&quot;2026-08-25&quot;:6.68},{&quot;2026-08-26&quot;:6.68},{&quot;2026-08-27&quot;:6.59},{&quot;2026-08-28&quot;:6.58},{&quot;2026-08-29&quot;:6.58},{&quot;2026-08-30&quot;:6.58},{&quot;2026-08-31&quot;:6.49},{&quot;2026-09-01&quot;:6.45},{&quot;2026-09-02&quot;:6.47},{&quot;2026-09-03&quot;:6.5},{&quot;2026-09-04&quot;:6.45},{&quot;2026-09-05&quot;:6.4},{&quot;2026-09-06&quot;:6.45},{&quot;2026-09-07&quot;:6.89},{&quot;2026-09-08&quot;:6.43},{&quot;2026-09-09&quot;:6.46},{&quot;2026-09-10&quot;:6.46},{&quot;2026-09-11&quot;:6.58}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="40188"
  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-khm 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">
            Righteous Valkyrie
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Righteous Valkyrie
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Righteous Valkyrie" src="https://cards.scryfall.io/large/front/0/2/02fb5f9f-8750-4eb5-a03a-6dacc60e0b90.jpg?1783928279" />
    </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.15
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.42},{&quot;2026-06-14&quot;:5.42},{&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.42},{&quot;2026-06-20&quot;:5.42},{&quot;2026-06-21&quot;:5.42},{&quot;2026-06-22&quot;:5.34},{&quot;2026-06-23&quot;:5.34},{&quot;2026-06-24&quot;:5.34},{&quot;2026-06-25&quot;:5.34},{&quot;2026-06-26&quot;:5.44},{&quot;2026-06-27&quot;:5.44},{&quot;2026-06-28&quot;:5.44},{&quot;2026-06-29&quot;:5.6},{&quot;2026-06-30&quot;:5.6},{&quot;2026-07-01&quot;:5.6},{&quot;2026-07-02&quot;:5.63},{&quot;2026-07-03&quot;:5.63},{&quot;2026-07-04&quot;:5.63},{&quot;2026-07-05&quot;:5.63},{&quot;2026-07-06&quot;:5.63},{&quot;2026-07-07&quot;:5.63},{&quot;2026-07-08&quot;:5.63},{&quot;2026-07-09&quot;:5.63},{&quot;2026-07-10&quot;:5.65},{&quot;2026-07-11&quot;:5.65},{&quot;2026-07-12&quot;:5.65},{&quot;2026-07-13&quot;:5.65},{&quot;2026-07-14&quot;:5.65},{&quot;2026-07-15&quot;:5.65},{&quot;2026-07-16&quot;:5.65},{&quot;2026-07-17&quot;:5.65},{&quot;2026-07-18&quot;:5.65},{&quot;2026-07-19&quot;:5.65},{&quot;2026-07-20&quot;:5.65},{&quot;2026-07-21&quot;:5.65},{&quot;2026-07-22&quot;:5.9},{&quot;2026-07-23&quot;:5.96},{&quot;2026-07-24&quot;:5.96},{&quot;2026-07-25&quot;:5.96},{&quot;2026-07-26&quot;:5.96},{&quot;2026-07-27&quot;:5.96},{&quot;2026-07-28&quot;:5.96},{&quot;2026-07-29&quot;:5.96},{&quot;2026-07-30&quot;:5.96},{&quot;2026-07-31&quot;:5.96},{&quot;2026-08-01&quot;:5.96},{&quot;2026-08-02&quot;:5.96},{&quot;2026-08-03&quot;:5.96},{&quot;2026-08-04&quot;:6.01},{&quot;2026-08-05&quot;:6.01},{&quot;2026-08-07&quot;:6.01},{&quot;2026-08-08&quot;:6.01},{&quot;2026-08-09&quot;:6.09},{&quot;2026-08-10&quot;:6.1},{&quot;2026-08-11&quot;:6.1},{&quot;2026-08-12&quot;:6.1},{&quot;2026-08-13&quot;:6.1},{&quot;2026-08-14&quot;:6.13},{&quot;2026-08-15&quot;:6.13},{&quot;2026-08-16&quot;:6.13},{&quot;2026-08-17&quot;:6.13},{&quot;2026-08-18&quot;:6.17},{&quot;2026-08-19&quot;:6.17},{&quot;2026-08-20&quot;:6.19},{&quot;2026-08-21&quot;:6.19},{&quot;2026-08-22&quot;:6.19},{&quot;2026-08-23&quot;:6.29},{&quot;2026-08-24&quot;:6.29},{&quot;2026-08-25&quot;:6.33},{&quot;2026-08-26&quot;:6.33},{&quot;2026-08-27&quot;:6.31},{&quot;2026-08-28&quot;:6.31},{&quot;2026-08-29&quot;:6.31},{&quot;2026-08-30&quot;:6.37},{&quot;2026-08-31&quot;:6.37},{&quot;2026-09-01&quot;:6.37},{&quot;2026-09-02&quot;:6.37},{&quot;2026-09-03&quot;:6.37},{&quot;2026-09-04&quot;:6.43},{&quot;2026-09-05&quot;:6.43},{&quot;2026-09-06&quot;:6.43},{&quot;2026-09-07&quot;:6.43},{&quot;2026-09-08&quot;:6.43},{&quot;2026-09-09&quot;:6.45},{&quot;2026-09-10&quot;:6.55},{&quot;2026-09-11&quot;:6.55}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.02},{&quot;2026-06-14&quot;:5.07},{&quot;2026-06-15&quot;:5.07},{&quot;2026-06-16&quot;:5.04},{&quot;2026-06-17&quot;:5.19},{&quot;2026-06-18&quot;:5.07},{&quot;2026-06-19&quot;:5.29},{&quot;2026-06-20&quot;:5.29},{&quot;2026-06-21&quot;:5.35},{&quot;2026-06-22&quot;:5.27},{&quot;2026-06-23&quot;:5.33},{&quot;2026-06-24&quot;:5.35},{&quot;2026-06-25&quot;:5.38},{&quot;2026-06-26&quot;:5.39},{&quot;2026-06-27&quot;:5.47},{&quot;2026-06-28&quot;:5.47},{&quot;2026-06-29&quot;:5.48},{&quot;2026-06-30&quot;:5.47},{&quot;2026-07-01&quot;:5.47},{&quot;2026-07-02&quot;:5.31},{&quot;2026-07-03&quot;:4.99},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:4.75},{&quot;2026-07-06&quot;:4.44},{&quot;2026-07-07&quot;:4.43},{&quot;2026-07-08&quot;:4.26},{&quot;2026-07-09&quot;:4.32},{&quot;2026-07-10&quot;:4.46},{&quot;2026-07-11&quot;:4.38},{&quot;2026-07-12&quot;:4.45},{&quot;2026-07-13&quot;:4.65},{&quot;2026-07-14&quot;:4.75},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.75},{&quot;2026-07-17&quot;:4.78},{&quot;2026-07-18&quot;:4.84},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.92},{&quot;2026-07-21&quot;:4.85},{&quot;2026-07-22&quot;:4.71},{&quot;2026-07-23&quot;:4.62},{&quot;2026-07-24&quot;:4.44},{&quot;2026-07-25&quot;:4.44},{&quot;2026-07-26&quot;:4.42},{&quot;2026-07-27&quot;:4.47},{&quot;2026-07-28&quot;:4.47},{&quot;2026-07-29&quot;:4.42},{&quot;2026-07-30&quot;:4.48},{&quot;2026-07-31&quot;:4.44},{&quot;2026-08-01&quot;:4.44},{&quot;2026-08-02&quot;:4.49},{&quot;2026-08-03&quot;:4.51},{&quot;2026-08-04&quot;:4.42},{&quot;2026-08-05&quot;:4.42},{&quot;2026-08-07&quot;:4.51},{&quot;2026-08-08&quot;:4.39},{&quot;2026-08-09&quot;:4.4},{&quot;2026-08-10&quot;:4.3},{&quot;2026-08-11&quot;:4.17},{&quot;2026-08-12&quot;:4.08},{&quot;2026-08-13&quot;:3.93},{&quot;2026-08-14&quot;:4.08},{&quot;2026-08-15&quot;:4.02},{&quot;2026-08-16&quot;:4.14},{&quot;2026-08-17&quot;:4.21},{&quot;2026-08-18&quot;:4.14},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.49},{&quot;2026-08-21&quot;:4.57},{&quot;2026-08-22&quot;:4.88},{&quot;2026-08-23&quot;:4.93},{&quot;2026-08-24&quot;:4.84},{&quot;2026-08-25&quot;:4.8},{&quot;2026-08-26&quot;:4.76},{&quot;2026-08-27&quot;:4.81},{&quot;2026-08-28&quot;:4.92},{&quot;2026-08-29&quot;:4.92},{&quot;2026-08-30&quot;:5.12},{&quot;2026-08-31&quot;:5.22},{&quot;2026-09-01&quot;:5.15},{&quot;2026-09-02&quot;:5.28},{&quot;2026-09-03&quot;:5.39},{&quot;2026-09-04&quot;:5.62},{&quot;2026-09-05&quot;:5.46},{&quot;2026-09-06&quot;:5.46},{&quot;2026-09-07&quot;:5.28},{&quot;2026-09-08&quot;:5.55},{&quot;2026-09-09&quot;:5.95},{&quot;2026-09-10&quot;:5.92},{&quot;2026-09-11&quot;:6.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="77894"
  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">
            Animate Dead
        </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">
            2 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Animate Dead" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/c/4c732dc7-dd6b-4cc1-bbe0-ff3b1d2c7419.jpg?1783926581" />

        <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">
            Animate Dead
        </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-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="Animate Dead" src="https://cards.scryfall.io/large/front/4/c/4c732dc7-dd6b-4cc1-bbe0-ff3b1d2c7419.jpg?1783926581" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.54},{&quot;2026-06-11&quot;:9.54},{&quot;2026-06-12&quot;:9.6},{&quot;2026-06-13&quot;:9.42},{&quot;2026-06-14&quot;:9.44},{&quot;2026-06-15&quot;:9.46},{&quot;2026-06-16&quot;:9.54},{&quot;2026-06-17&quot;:9.54},{&quot;2026-06-18&quot;:9.54},{&quot;2026-06-19&quot;:9.11},{&quot;2026-06-20&quot;:9.11},{&quot;2026-06-21&quot;:8.92},{&quot;2026-06-22&quot;:8.92},{&quot;2026-06-23&quot;:8.65},{&quot;2026-06-24&quot;:8.24},{&quot;2026-06-25&quot;:7.98},{&quot;2026-06-26&quot;:7.97},{&quot;2026-06-27&quot;:7.68},{&quot;2026-06-28&quot;:7.39},{&quot;2026-06-29&quot;:7.23},{&quot;2026-06-30&quot;:7.07},{&quot;2026-07-01&quot;:7.07},{&quot;2026-07-02&quot;:7.07},{&quot;2026-07-03&quot;:7.07},{&quot;2026-07-04&quot;:7.07},{&quot;2026-07-05&quot;:7.16},{&quot;2026-07-06&quot;:7.16},{&quot;2026-07-07&quot;:7.16},{&quot;2026-07-08&quot;:7.16},{&quot;2026-07-09&quot;:7.16},{&quot;2026-07-10&quot;:7.16},{&quot;2026-07-11&quot;:7.16},{&quot;2026-07-12&quot;:7.16},{&quot;2026-07-13&quot;:7.22},{&quot;2026-07-14&quot;:7.03},{&quot;2026-07-15&quot;:6.84},{&quot;2026-07-16&quot;:6.59},{&quot;2026-07-17&quot;:6.49},{&quot;2026-07-18&quot;:6.42},{&quot;2026-07-19&quot;:6.29},{&quot;2026-07-20&quot;:6.16},{&quot;2026-07-21&quot;:5.89},{&quot;2026-07-23&quot;:5.51},{&quot;2026-07-25&quot;:5.54},{&quot;2026-07-26&quot;:5.46},{&quot;2026-07-27&quot;:5.55},{&quot;2026-07-29&quot;:5.37},{&quot;2026-07-30&quot;:5.3},{&quot;2026-07-31&quot;:5.24},{&quot;2026-08-01&quot;:5.25},{&quot;2026-08-02&quot;:5.38},{&quot;2026-08-03&quot;:5.35},{&quot;2026-08-04&quot;:5.34},{&quot;2026-08-05&quot;:5.32},{&quot;2026-08-07&quot;:5.38},{&quot;2026-08-08&quot;:5.34},{&quot;2026-08-09&quot;:5.34},{&quot;2026-08-10&quot;:5.34},{&quot;2026-08-11&quot;:5.36},{&quot;2026-08-12&quot;:5.35},{&quot;2026-08-13&quot;:5.41},{&quot;2026-08-14&quot;:5.43},{&quot;2026-08-15&quot;:5.23},{&quot;2026-08-16&quot;:5.32},{&quot;2026-08-17&quot;:5.35},{&quot;2026-08-18&quot;:5.37},{&quot;2026-08-19&quot;:5.61},{&quot;2026-08-20&quot;:5.61},{&quot;2026-08-21&quot;:5.66},{&quot;2026-08-22&quot;:5.76},{&quot;2026-08-23&quot;:5.84},{&quot;2026-08-24&quot;:5.84},{&quot;2026-08-25&quot;:5.84},{&quot;2026-08-26&quot;:5.89},{&quot;2026-08-27&quot;:5.93},{&quot;2026-08-28&quot;:5.97},{&quot;2026-08-29&quot;:5.97},{&quot;2026-08-30&quot;:5.97},{&quot;2026-08-31&quot;:5.94},{&quot;2026-09-01&quot;:5.94},{&quot;2026-09-02&quot;:6.23},{&quot;2026-09-03&quot;:6.16},{&quot;2026-09-04&quot;:6.21},{&quot;2026-09-05&quot;:6.45},{&quot;2026-09-06&quot;:6.49},{&quot;2026-09-07&quot;:6.48},{&quot;2026-09-08&quot;:6.45},{&quot;2026-09-09&quot;:6.47},{&quot;2026-09-10&quot;:6.51},{&quot;2026-09-11&quot;:6.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Omnath, Locus of Creation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/2/f20ad6aa-61c2-440c-a911-2c1bd7a63bc1.jpg?1783909740" />

        <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">
            Omnath, Locus of Creation
        </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 — Elemental</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Omnath, Locus of Creation" src="https://cards.scryfall.io/large/front/f/2/f20ad6aa-61c2-440c-a911-2c1bd7a63bc1.jpg?1783909740" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.69},{&quot;2026-06-14&quot;:7.69},{&quot;2026-06-15&quot;:7.67},{&quot;2026-06-16&quot;:7.67},{&quot;2026-06-17&quot;:7.67},{&quot;2026-06-18&quot;:7.72},{&quot;2026-06-19&quot;:7.72},{&quot;2026-06-20&quot;:7.72},{&quot;2026-06-21&quot;:7.72},{&quot;2026-06-22&quot;:7.72},{&quot;2026-06-23&quot;:7.69},{&quot;2026-06-24&quot;:7.64},{&quot;2026-06-25&quot;:7.64},{&quot;2026-06-26&quot;:7.64},{&quot;2026-06-27&quot;:7.6},{&quot;2026-06-28&quot;:7.58},{&quot;2026-06-29&quot;:7.58},{&quot;2026-06-30&quot;:7.62},{&quot;2026-07-01&quot;:7.62},{&quot;2026-07-02&quot;:7.5},{&quot;2026-07-03&quot;:7.47},{&quot;2026-07-04&quot;:7.41},{&quot;2026-07-05&quot;:7.33},{&quot;2026-07-06&quot;:7.15},{&quot;2026-07-07&quot;:7.19},{&quot;2026-07-08&quot;:7.01},{&quot;2026-07-09&quot;:6.96},{&quot;2026-07-10&quot;:6.96},{&quot;2026-07-11&quot;:6.9},{&quot;2026-07-12&quot;:6.64},{&quot;2026-07-13&quot;:6.64},{&quot;2026-07-14&quot;:6.8},{&quot;2026-07-15&quot;:6.36},{&quot;2026-07-16&quot;:6.07},{&quot;2026-07-17&quot;:6.0},{&quot;2026-07-18&quot;:6.0},{&quot;2026-07-19&quot;:5.82},{&quot;2026-07-20&quot;:5.58},{&quot;2026-07-21&quot;:5.59},{&quot;2026-07-22&quot;:5.59},{&quot;2026-07-23&quot;:5.49},{&quot;2026-07-24&quot;:5.42},{&quot;2026-07-25&quot;:5.5},{&quot;2026-07-26&quot;:5.3},{&quot;2026-07-27&quot;:5.36},{&quot;2026-07-28&quot;:4.89},{&quot;2026-07-29&quot;:4.95},{&quot;2026-07-30&quot;:5.1},{&quot;2026-07-31&quot;:5.4},{&quot;2026-08-01&quot;:5.4},{&quot;2026-08-02&quot;:5.5},{&quot;2026-08-03&quot;:5.37},{&quot;2026-08-04&quot;:5.37},{&quot;2026-08-05&quot;:5.36},{&quot;2026-08-07&quot;:5.36},{&quot;2026-08-08&quot;:5.46},{&quot;2026-08-09&quot;:5.46},{&quot;2026-08-10&quot;:5.68},{&quot;2026-08-11&quot;:5.68},{&quot;2026-08-12&quot;:5.91},{&quot;2026-08-13&quot;:5.91},{&quot;2026-08-14&quot;:6.26},{&quot;2026-08-15&quot;:6.19},{&quot;2026-08-16&quot;:6.13},{&quot;2026-08-17&quot;:6.13},{&quot;2026-08-18&quot;:6.13},{&quot;2026-08-19&quot;:6.13},{&quot;2026-08-20&quot;:6.08},{&quot;2026-08-21&quot;:6.08},{&quot;2026-08-22&quot;:6.18},{&quot;2026-08-23&quot;:6.32},{&quot;2026-08-24&quot;:6.39},{&quot;2026-08-25&quot;:6.32},{&quot;2026-08-26&quot;:6.38},{&quot;2026-08-27&quot;:6.32},{&quot;2026-08-28&quot;:6.39},{&quot;2026-08-29&quot;:6.39},{&quot;2026-08-30&quot;:6.64},{&quot;2026-08-31&quot;:6.7},{&quot;2026-09-01&quot;:6.7},{&quot;2026-09-02&quot;:6.7},{&quot;2026-09-03&quot;:6.68},{&quot;2026-09-04&quot;:6.68},{&quot;2026-09-05&quot;:6.68},{&quot;2026-09-06&quot;:6.57},{&quot;2026-09-07&quot;:6.59},{&quot;2026-09-08&quot;:6.59},{&quot;2026-09-09&quot;:6.43},{&quot;2026-09-10&quot;:6.43},{&quot;2026-09-11&quot;:6.53}],&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="35407"
  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-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">
            Cemetery Prowler
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cemetery Prowler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/1/b124ccc4-76e3-41a4-92b2-8f1d06ea9cb8.jpg?1783924818" />

        <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">
            Cemetery Prowler
        </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 — Wolf</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="Cemetery Prowler" src="https://cards.scryfall.io/large/front/b/1/b124ccc4-76e3-41a4-92b2-8f1d06ea9cb8.jpg?1783924818" />
    </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.52
              </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">
                $5.82
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.52},{&quot;2026-06-14&quot;:4.52},{&quot;2026-06-15&quot;:4.52},{&quot;2026-06-16&quot;:4.52},{&quot;2026-06-17&quot;:4.52},{&quot;2026-06-18&quot;:4.52},{&quot;2026-06-19&quot;:4.52},{&quot;2026-06-20&quot;:4.52},{&quot;2026-06-21&quot;:4.52},{&quot;2026-06-22&quot;:4.52},{&quot;2026-06-23&quot;:4.52},{&quot;2026-06-24&quot;:4.52},{&quot;2026-06-25&quot;:4.6},{&quot;2026-06-26&quot;:4.6},{&quot;2026-06-27&quot;:4.6},{&quot;2026-06-28&quot;:4.6},{&quot;2026-06-29&quot;:4.77},{&quot;2026-06-30&quot;:4.77},{&quot;2026-07-01&quot;:4.77},{&quot;2026-07-02&quot;:4.77},{&quot;2026-07-03&quot;:4.77},{&quot;2026-07-04&quot;:4.77},{&quot;2026-07-05&quot;:4.77},{&quot;2026-07-06&quot;:5.03},{&quot;2026-07-07&quot;:5.03},{&quot;2026-07-08&quot;:5.03},{&quot;2026-07-09&quot;:5.03},{&quot;2026-07-10&quot;:5.03},{&quot;2026-07-11&quot;:5.03},{&quot;2026-07-12&quot;:5.03},{&quot;2026-07-13&quot;:5.03},{&quot;2026-07-14&quot;:5.03},{&quot;2026-07-15&quot;:5.03},{&quot;2026-07-16&quot;:5.03},{&quot;2026-07-17&quot;:4.91},{&quot;2026-07-18&quot;:4.91},{&quot;2026-07-19&quot;:4.91},{&quot;2026-07-20&quot;:4.91},{&quot;2026-07-21&quot;:4.91},{&quot;2026-07-22&quot;:4.91},{&quot;2026-07-23&quot;:4.91},{&quot;2026-07-24&quot;:4.91},{&quot;2026-07-25&quot;:4.91},{&quot;2026-07-26&quot;:4.91},{&quot;2026-07-27&quot;:4.99},{&quot;2026-07-28&quot;:4.99},{&quot;2026-07-29&quot;:4.99},{&quot;2026-07-30&quot;:4.99},{&quot;2026-07-31&quot;:4.99},{&quot;2026-08-01&quot;:4.99},{&quot;2026-08-02&quot;:4.99},{&quot;2026-08-03&quot;:5.03},{&quot;2026-08-04&quot;:5.07},{&quot;2026-08-05&quot;:5.07},{&quot;2026-08-07&quot;:5.02},{&quot;2026-08-08&quot;:4.98},{&quot;2026-08-09&quot;:4.98},{&quot;2026-08-10&quot;:4.98},{&quot;2026-08-11&quot;:4.98},{&quot;2026-08-12&quot;:5.12},{&quot;2026-08-13&quot;:5.12},{&quot;2026-08-14&quot;:5.16},{&quot;2026-08-15&quot;:5.14},{&quot;2026-08-16&quot;:5.59},{&quot;2026-08-17&quot;:5.59},{&quot;2026-08-18&quot;:5.55},{&quot;2026-08-19&quot;:5.55},{&quot;2026-08-20&quot;:5.55},{&quot;2026-08-21&quot;:6.08},{&quot;2026-08-22&quot;:6.09},{&quot;2026-08-23&quot;:6.11},{&quot;2026-08-24&quot;:6.05},{&quot;2026-08-25&quot;:6.05},{&quot;2026-08-26&quot;:6.05},{&quot;2026-08-27&quot;:5.97},{&quot;2026-08-28&quot;:5.97},{&quot;2026-08-29&quot;:5.97},{&quot;2026-08-30&quot;:6.02},{&quot;2026-08-31&quot;:6.02},{&quot;2026-09-01&quot;:6.01},{&quot;2026-09-02&quot;:6.01},{&quot;2026-09-03&quot;:6.01},{&quot;2026-09-04&quot;:6.01},{&quot;2026-09-05&quot;:6.01},{&quot;2026-09-06&quot;:6.01},{&quot;2026-09-07&quot;:5.73},{&quot;2026-09-08&quot;:5.73},{&quot;2026-09-09&quot;:5.73},{&quot;2026-09-10&quot;:5.73},{&quot;2026-09-11&quot;:5.82}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.81},{&quot;2026-06-14&quot;:3.87},{&quot;2026-06-15&quot;:3.88},{&quot;2026-06-16&quot;:3.94},{&quot;2026-06-17&quot;:3.94},{&quot;2026-06-18&quot;:3.96},{&quot;2026-06-19&quot;:4.01},{&quot;2026-06-20&quot;:4.08},{&quot;2026-06-21&quot;:4.09},{&quot;2026-06-22&quot;:4.07},{&quot;2026-06-23&quot;:4.29},{&quot;2026-06-24&quot;:4.24},{&quot;2026-06-25&quot;:4.24},{&quot;2026-06-26&quot;:4.24},{&quot;2026-06-27&quot;:4.22},{&quot;2026-06-28&quot;:4.25},{&quot;2026-06-29&quot;:4.25},{&quot;2026-06-30&quot;:4.25},{&quot;2026-07-01&quot;:4.1},{&quot;2026-07-02&quot;:4.1},{&quot;2026-07-03&quot;:4.16},{&quot;2026-07-04&quot;:4.23},{&quot;2026-07-05&quot;:4.48},{&quot;2026-07-06&quot;:4.54},{&quot;2026-07-07&quot;:4.57},{&quot;2026-07-08&quot;:4.68},{&quot;2026-07-09&quot;:4.68},{&quot;2026-07-10&quot;:4.57},{&quot;2026-07-11&quot;:4.57},{&quot;2026-07-12&quot;:4.45},{&quot;2026-07-13&quot;:4.54},{&quot;2026-07-14&quot;:4.47},{&quot;2026-07-15&quot;:4.47},{&quot;2026-07-16&quot;:4.43},{&quot;2026-07-17&quot;:4.45},{&quot;2026-07-18&quot;:4.26},{&quot;2026-07-19&quot;:4.05},{&quot;2026-07-20&quot;:4.16},{&quot;2026-07-21&quot;:4.17},{&quot;2026-07-22&quot;:4.16},{&quot;2026-07-23&quot;:4.12},{&quot;2026-07-24&quot;:4.12},{&quot;2026-07-25&quot;:4.21},{&quot;2026-07-26&quot;:4.21},{&quot;2026-07-27&quot;:4.15},{&quot;2026-07-28&quot;:4.15},{&quot;2026-07-29&quot;:4.23},{&quot;2026-07-30&quot;:4.38},{&quot;2026-07-31&quot;:4.34},{&quot;2026-08-01&quot;:4.44},{&quot;2026-08-02&quot;:4.51},{&quot;2026-08-03&quot;:4.51},{&quot;2026-08-04&quot;:4.46},{&quot;2026-08-05&quot;:5.54},{&quot;2026-08-07&quot;:5.59},{&quot;2026-08-08&quot;:5.68},{&quot;2026-08-09&quot;:5.96},{&quot;2026-08-10&quot;:5.96},{&quot;2026-08-11&quot;:5.92},{&quot;2026-08-12&quot;:6.05},{&quot;2026-08-13&quot;:6.51},{&quot;2026-08-14&quot;:5.92},{&quot;2026-08-15&quot;:5.54},{&quot;2026-08-16&quot;:5.16},{&quot;2026-08-17&quot;:5.8},{&quot;2026-08-18&quot;:5.83},{&quot;2026-08-19&quot;:5.51},{&quot;2026-08-20&quot;:5.86},{&quot;2026-08-21&quot;:5.94},{&quot;2026-08-22&quot;:6.07},{&quot;2026-08-23&quot;:6.25},{&quot;2026-08-24&quot;:6.44},{&quot;2026-08-25&quot;:6.44},{&quot;2026-08-26&quot;:6.4},{&quot;2026-08-27&quot;:6.39},{&quot;2026-08-28&quot;:6.39},{&quot;2026-08-29&quot;:6.39},{&quot;2026-08-30&quot;:5.67},{&quot;2026-08-31&quot;:5.8},{&quot;2026-09-01&quot;:5.59},{&quot;2026-09-02&quot;:6.16},{&quot;2026-09-03&quot;:6.05},{&quot;2026-09-04&quot;:5.95},{&quot;2026-09-05&quot;:5.95},{&quot;2026-09-06&quot;:6.07},{&quot;2026-09-07&quot;:6.16},{&quot;2026-09-08&quot;:6.08},{&quot;2026-09-09&quot;:6.18},{&quot;2026-09-10&quot;:6.38},{&quot;2026-09-11&quot;:6.52}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Betor, Kin to All" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b475b071-5545-483e-a397-89451f258602.jpg?1743204665" />

        <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">
            Betor, Kin to All
        </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 — Spirit Dragon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Betor, Kin to All" src="https://cards.scryfall.io/large/front/b/4/b475b071-5545-483e-a397-89451f258602.jpg?1743204665" />
    </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">
                $5.89
              </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">
                $6.48
              </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">$4.30</span>
              <span class="text-xs text-grey-text">Credit: $5.59</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$4.80</span>
              <span class="text-xs text-grey-text">Credit: $6.24</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:9.21},{&quot;2026-06-14&quot;:9.21},{&quot;2026-06-15&quot;:9.21},{&quot;2026-06-16&quot;:9.21},{&quot;2026-06-17&quot;:9.21},{&quot;2026-06-18&quot;:9.21},{&quot;2026-06-19&quot;:9.21},{&quot;2026-06-20&quot;:9.21},{&quot;2026-06-21&quot;:9.21},{&quot;2026-06-22&quot;:9.21},{&quot;2026-06-23&quot;:9.28},{&quot;2026-06-24&quot;:9.28},{&quot;2026-06-25&quot;:9.24},{&quot;2026-06-26&quot;:9.24},{&quot;2026-06-27&quot;:9.2},{&quot;2026-06-28&quot;:9.2},{&quot;2026-06-29&quot;:9.2},{&quot;2026-06-30&quot;:9.12},{&quot;2026-07-01&quot;:9.11},{&quot;2026-07-02&quot;:9.11},{&quot;2026-07-03&quot;:9.11},{&quot;2026-07-04&quot;:9.03},{&quot;2026-07-05&quot;:9.03},{&quot;2026-07-06&quot;:9.03},{&quot;2026-07-07&quot;:9.03},{&quot;2026-07-08&quot;:9.03},{&quot;2026-07-09&quot;:9.03},{&quot;2026-07-10&quot;:9.03},{&quot;2026-07-11&quot;:9.03},{&quot;2026-07-12&quot;:9.03},{&quot;2026-07-13&quot;:9.03},{&quot;2026-07-14&quot;:9.03},{&quot;2026-07-15&quot;:9.03},{&quot;2026-07-16&quot;:9.07},{&quot;2026-07-17&quot;:9.01},{&quot;2026-07-18&quot;:9.01},{&quot;2026-07-19&quot;:9.01},{&quot;2026-07-20&quot;:9.01},{&quot;2026-07-21&quot;:9.01},{&quot;2026-07-22&quot;:9.01},{&quot;2026-07-23&quot;:8.93},{&quot;2026-07-24&quot;:8.93},{&quot;2026-07-25&quot;:8.93},{&quot;2026-07-26&quot;:8.93},{&quot;2026-07-27&quot;:8.93},{&quot;2026-07-28&quot;:8.93},{&quot;2026-07-29&quot;:8.93},{&quot;2026-07-30&quot;:8.93},{&quot;2026-07-31&quot;:8.83},{&quot;2026-08-01&quot;:8.83},{&quot;2026-08-02&quot;:8.83},{&quot;2026-08-03&quot;:8.83},{&quot;2026-08-04&quot;:8.83},{&quot;2026-08-05&quot;:8.35},{&quot;2026-08-07&quot;:8.35},{&quot;2026-08-08&quot;:8.35},{&quot;2026-08-09&quot;:8.35},{&quot;2026-08-10&quot;:8.2},{&quot;2026-08-11&quot;:7.8},{&quot;2026-08-12&quot;:7.75},{&quot;2026-08-13&quot;:7.78},{&quot;2026-08-14&quot;:7.78},{&quot;2026-08-15&quot;:7.62},{&quot;2026-08-16&quot;:7.52},{&quot;2026-08-17&quot;:7.52},{&quot;2026-08-18&quot;:7.52},{&quot;2026-08-19&quot;:7.52},{&quot;2026-08-20&quot;:7.46},{&quot;2026-08-21&quot;:7.46},{&quot;2026-08-22&quot;:7.46},{&quot;2026-08-23&quot;:7.13},{&quot;2026-08-24&quot;:7.01},{&quot;2026-08-25&quot;:6.66},{&quot;2026-08-26&quot;:6.66},{&quot;2026-08-27&quot;:6.66},{&quot;2026-08-28&quot;:6.57},{&quot;2026-08-29&quot;:6.57},{&quot;2026-08-30&quot;:6.4},{&quot;2026-08-31&quot;:6.54},{&quot;2026-09-01&quot;:6.6},{&quot;2026-09-02&quot;:6.57},{&quot;2026-09-03&quot;:6.57},{&quot;2026-09-04&quot;:6.44},{&quot;2026-09-05&quot;:6.44},{&quot;2026-09-06&quot;:6.44},{&quot;2026-09-07&quot;:6.44},{&quot;2026-09-08&quot;:6.48},{&quot;2026-09-09&quot;:6.42},{&quot;2026-09-10&quot;:6.54},{&quot;2026-09-11&quot;:6.48}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.44},{&quot;2026-06-14&quot;:7.77},{&quot;2026-06-15&quot;:7.59},{&quot;2026-06-16&quot;:7.55},{&quot;2026-06-17&quot;:7.68},{&quot;2026-06-18&quot;:7.57},{&quot;2026-06-19&quot;:7.44},{&quot;2026-06-20&quot;:7.27},{&quot;2026-06-21&quot;:7.26},{&quot;2026-06-22&quot;:6.94},{&quot;2026-06-23&quot;:6.87},{&quot;2026-06-24&quot;:7.01},{&quot;2026-06-25&quot;:7.09},{&quot;2026-06-26&quot;:7.24},{&quot;2026-06-27&quot;:7.25},{&quot;2026-06-28&quot;:7.32},{&quot;2026-06-29&quot;:7.19},{&quot;2026-06-30&quot;:7.15},{&quot;2026-07-01&quot;:6.91},{&quot;2026-07-02&quot;:6.93},{&quot;2026-07-03&quot;:6.95},{&quot;2026-07-04&quot;:6.83},{&quot;2026-07-05&quot;:6.78},{&quot;2026-07-06&quot;:6.96},{&quot;2026-07-07&quot;:6.88},{&quot;2026-07-08&quot;:6.73},{&quot;2026-07-09&quot;:6.66},{&quot;2026-07-10&quot;:6.67},{&quot;2026-07-11&quot;:6.48},{&quot;2026-07-12&quot;:6.36},{&quot;2026-07-13&quot;:6.15},{&quot;2026-07-14&quot;:6.13},{&quot;2026-07-15&quot;:6.18},{&quot;2026-07-16&quot;:6.29},{&quot;2026-07-17&quot;:6.34},{&quot;2026-07-18&quot;:6.35},{&quot;2026-07-19&quot;:6.32},{&quot;2026-07-20&quot;:6.34},{&quot;2026-07-21&quot;:6.34},{&quot;2026-07-22&quot;:6.37},{&quot;2026-07-23&quot;:6.46},{&quot;2026-07-24&quot;:6.5},{&quot;2026-07-25&quot;:6.52},{&quot;2026-07-26&quot;:6.57},{&quot;2026-07-27&quot;:6.65},{&quot;2026-07-28&quot;:6.42},{&quot;2026-07-29&quot;:6.19},{&quot;2026-07-30&quot;:6.1},{&quot;2026-07-31&quot;:5.84},{&quot;2026-08-01&quot;:6.05},{&quot;2026-08-02&quot;:6.18},{&quot;2026-08-03&quot;:6.39},{&quot;2026-08-04&quot;:6.33},{&quot;2026-08-05&quot;:6.44},{&quot;2026-08-07&quot;:5.8},{&quot;2026-08-08&quot;:5.72},{&quot;2026-08-09&quot;:5.61},{&quot;2026-08-10&quot;:5.54},{&quot;2026-08-11&quot;:5.4},{&quot;2026-08-12&quot;:5.45},{&quot;2026-08-13&quot;:5.43},{&quot;2026-08-14&quot;:5.39},{&quot;2026-08-15&quot;:5.59},{&quot;2026-08-16&quot;:5.59},{&quot;2026-08-17&quot;:5.67},{&quot;2026-08-18&quot;:5.69},{&quot;2026-08-19&quot;:5.64},{&quot;2026-08-20&quot;:5.79},{&quot;2026-08-21&quot;:5.48},{&quot;2026-08-22&quot;:5.33},{&quot;2026-08-23&quot;:5.24},{&quot;2026-08-24&quot;:5.0},{&quot;2026-08-25&quot;:5.08},{&quot;2026-08-26&quot;:5.12},{&quot;2026-08-27&quot;:5.15},{&quot;2026-08-28&quot;:5.6},{&quot;2026-08-29&quot;:5.6},{&quot;2026-08-30&quot;:5.76},{&quot;2026-08-31&quot;:5.6},{&quot;2026-09-01&quot;:5.77},{&quot;2026-09-02&quot;:5.64},{&quot;2026-09-03&quot;:5.54},{&quot;2026-09-04&quot;:5.66},{&quot;2026-09-05&quot;:5.72},{&quot;2026-09-06&quot;:5.96},{&quot;2026-09-07&quot;:6.13},{&quot;2026-09-08&quot;:6.13},{&quot;2026-09-09&quot;:6.13},{&quot;2026-09-10&quot;:5.95},{&quot;2026-09-11&quot;:5.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Leyline of Anticipation" src="https://cards.scryfall.io/large/front/f/5/f57bdaa1-ce8a-4103-8598-fee751e65a53.jpg?1783922469" />
    </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.47
              </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">$3.10</span>
              <span class="text-xs text-grey-text">Credit: $4.03</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.43},{&quot;2026-06-14&quot;:8.43},{&quot;2026-06-15&quot;:8.43},{&quot;2026-06-16&quot;:8.34},{&quot;2026-06-17&quot;:8.54},{&quot;2026-06-18&quot;:8.54},{&quot;2026-06-19&quot;:8.54},{&quot;2026-06-20&quot;:8.54},{&quot;2026-06-21&quot;:8.65},{&quot;2026-06-22&quot;:8.57},{&quot;2026-06-23&quot;:8.57},{&quot;2026-06-24&quot;:8.59},{&quot;2026-06-25&quot;:8.59},{&quot;2026-06-26&quot;:8.59},{&quot;2026-06-27&quot;:8.59},{&quot;2026-06-28&quot;:8.59},{&quot;2026-06-29&quot;:8.59},{&quot;2026-06-30&quot;:8.55},{&quot;2026-07-01&quot;:8.55},{&quot;2026-07-02&quot;:8.07},{&quot;2026-07-03&quot;:8.07},{&quot;2026-07-04&quot;:8.07},{&quot;2026-07-05&quot;:7.99},{&quot;2026-07-06&quot;:7.96},{&quot;2026-07-07&quot;:8.05},{&quot;2026-07-08&quot;:8.05},{&quot;2026-07-09&quot;:8.05},{&quot;2026-07-10&quot;:7.91},{&quot;2026-07-11&quot;:7.89},{&quot;2026-07-12&quot;:7.89},{&quot;2026-07-13&quot;:7.44},{&quot;2026-07-14&quot;:7.48},{&quot;2026-07-15&quot;:7.34},{&quot;2026-07-16&quot;:7.34},{&quot;2026-07-17&quot;:7.5},{&quot;2026-07-18&quot;:7.56},{&quot;2026-07-19&quot;:7.55},{&quot;2026-07-20&quot;:7.55},{&quot;2026-07-21&quot;:7.55},{&quot;2026-07-22&quot;:7.55},{&quot;2026-07-23&quot;:7.55},{&quot;2026-07-24&quot;:7.55},{&quot;2026-07-25&quot;:7.55},{&quot;2026-07-26&quot;:7.25},{&quot;2026-07-27&quot;:7.15},{&quot;2026-07-28&quot;:7.15},{&quot;2026-07-29&quot;:7.19},{&quot;2026-07-30&quot;:7.19},{&quot;2026-07-31&quot;:7.0},{&quot;2026-08-01&quot;:6.8},{&quot;2026-08-02&quot;:6.9},{&quot;2026-08-03&quot;:6.82},{&quot;2026-08-04&quot;:6.81},{&quot;2026-08-05&quot;:6.7},{&quot;2026-08-07&quot;:6.73},{&quot;2026-08-08&quot;:6.82},{&quot;2026-08-09&quot;:6.82},{&quot;2026-08-10&quot;:6.82},{&quot;2026-08-11&quot;:6.82},{&quot;2026-08-12&quot;:6.93},{&quot;2026-08-13&quot;:6.93},{&quot;2026-08-14&quot;:6.93},{&quot;2026-08-15&quot;:6.93},{&quot;2026-08-16&quot;:6.89},{&quot;2026-08-17&quot;:6.8},{&quot;2026-08-18&quot;:6.81},{&quot;2026-08-19&quot;:6.81},{&quot;2026-08-20&quot;:6.81},{&quot;2026-08-21&quot;:6.8},{&quot;2026-08-22&quot;:6.8},{&quot;2026-08-23&quot;:6.76},{&quot;2026-08-24&quot;:6.75},{&quot;2026-08-25&quot;:6.81},{&quot;2026-08-26&quot;:6.79},{&quot;2026-08-27&quot;:6.69},{&quot;2026-08-28&quot;:6.71},{&quot;2026-08-29&quot;:6.71},{&quot;2026-08-30&quot;:6.58},{&quot;2026-08-31&quot;:6.47},{&quot;2026-09-01&quot;:6.48},{&quot;2026-09-02&quot;:6.54},{&quot;2026-09-03&quot;:6.64},{&quot;2026-09-04&quot;:6.64},{&quot;2026-09-05&quot;:6.64},{&quot;2026-09-06&quot;:6.64},{&quot;2026-09-07&quot;:6.66},{&quot;2026-09-08&quot;:6.56},{&quot;2026-09-09&quot;:6.52},{&quot;2026-09-10&quot;:6.52},{&quot;2026-09-11&quot;:6.47}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Plaza of Heroes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a2cfcf67-f83c-43af-9e2d-5513fcdde835.jpg?1783921260" />

        <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">
            Plaza of Heroes
        </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="Plaza of Heroes" src="https://cards.scryfall.io/large/front/a/2/a2cfcf67-f83c-43af-9e2d-5513fcdde835.jpg?1783921260" />
    </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.47
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.10</span>
              <span class="text-xs text-grey-text">Credit: $4.03</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;:9.02},{&quot;2026-06-13&quot;:9.02},{&quot;2026-06-14&quot;:8.98},{&quot;2026-06-15&quot;:9.08},{&quot;2026-06-16&quot;:8.79},{&quot;2026-06-17&quot;:8.71},{&quot;2026-06-18&quot;:8.71},{&quot;2026-06-19&quot;:8.71},{&quot;2026-06-20&quot;:8.71},{&quot;2026-06-21&quot;:8.76},{&quot;2026-06-22&quot;:8.76},{&quot;2026-06-23&quot;:8.76},{&quot;2026-06-24&quot;:8.76},{&quot;2026-06-25&quot;:8.73},{&quot;2026-06-26&quot;:8.7},{&quot;2026-06-27&quot;:8.7},{&quot;2026-06-28&quot;:8.7},{&quot;2026-06-29&quot;:8.7},{&quot;2026-06-30&quot;:8.7},{&quot;2026-07-01&quot;:8.7},{&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.85},{&quot;2026-07-07&quot;:8.85},{&quot;2026-07-08&quot;:8.85},{&quot;2026-07-09&quot;:8.85},{&quot;2026-07-10&quot;:8.85},{&quot;2026-07-11&quot;:8.79},{&quot;2026-07-12&quot;:8.7},{&quot;2026-07-13&quot;:8.7},{&quot;2026-07-14&quot;:8.7},{&quot;2026-07-15&quot;:8.84},{&quot;2026-07-16&quot;:8.84},{&quot;2026-07-17&quot;:8.84},{&quot;2026-07-18&quot;:8.89},{&quot;2026-07-19&quot;:8.89},{&quot;2026-07-20&quot;:8.84},{&quot;2026-07-21&quot;:8.74},{&quot;2026-07-23&quot;:8.73},{&quot;2026-07-24&quot;:8.9},{&quot;2026-07-25&quot;:8.9},{&quot;2026-07-26&quot;:8.9},{&quot;2026-07-27&quot;:8.85},{&quot;2026-07-28&quot;:8.85},{&quot;2026-07-29&quot;:8.85},{&quot;2026-07-30&quot;:8.76},{&quot;2026-07-31&quot;:8.76},{&quot;2026-08-01&quot;:8.76},{&quot;2026-08-02&quot;:8.76},{&quot;2026-08-03&quot;:8.76},{&quot;2026-08-04&quot;:8.76},{&quot;2026-08-05&quot;:8.65},{&quot;2026-08-07&quot;:8.65},{&quot;2026-08-08&quot;:8.65},{&quot;2026-08-09&quot;:8.65},{&quot;2026-08-10&quot;:8.65},{&quot;2026-08-11&quot;:8.65},{&quot;2026-08-12&quot;:8.52},{&quot;2026-08-13&quot;:8.52},{&quot;2026-08-14&quot;:8.52},{&quot;2026-08-15&quot;:8.52},{&quot;2026-08-16&quot;:8.52},{&quot;2026-08-17&quot;:8.52},{&quot;2026-08-18&quot;:8.52},{&quot;2026-08-19&quot;:8.52},{&quot;2026-08-20&quot;:8.52},{&quot;2026-08-21&quot;:8.52},{&quot;2026-08-22&quot;:8.49},{&quot;2026-08-23&quot;:8.49},{&quot;2026-08-24&quot;:8.49},{&quot;2026-08-25&quot;:8.49},{&quot;2026-08-26&quot;:8.49},{&quot;2026-08-27&quot;:8.49},{&quot;2026-08-28&quot;:8.49},{&quot;2026-08-29&quot;:8.49},{&quot;2026-08-30&quot;:8.51},{&quot;2026-08-31&quot;:8.51},{&quot;2026-09-01&quot;:8.51},{&quot;2026-09-02&quot;:8.51},{&quot;2026-09-03&quot;:8.47},{&quot;2026-09-04&quot;:8.47},{&quot;2026-09-05&quot;:8.44},{&quot;2026-09-06&quot;:8.44},{&quot;2026-09-07&quot;:8.44},{&quot;2026-09-08&quot;:8.44},{&quot;2026-09-09&quot;:8.44},{&quot;2026-09-10&quot;:8.44},{&quot;2026-09-11&quot;:8.3}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.43},{&quot;2026-06-13&quot;:9.12},{&quot;2026-06-14&quot;:8.99},{&quot;2026-06-15&quot;:8.88},{&quot;2026-06-16&quot;:8.41},{&quot;2026-06-17&quot;:8.42},{&quot;2026-06-18&quot;:8.67},{&quot;2026-06-19&quot;:8.59},{&quot;2026-06-20&quot;:8.74},{&quot;2026-06-21&quot;:8.71},{&quot;2026-06-22&quot;:8.86},{&quot;2026-06-23&quot;:8.86},{&quot;2026-06-24&quot;:8.95},{&quot;2026-06-25&quot;:9.36},{&quot;2026-06-26&quot;:9.5},{&quot;2026-06-27&quot;:9.5},{&quot;2026-06-28&quot;:9.5},{&quot;2026-06-29&quot;:9.57},{&quot;2026-06-30&quot;:9.53},{&quot;2026-07-01&quot;:9.47},{&quot;2026-07-02&quot;:9.54},{&quot;2026-07-03&quot;:9.62},{&quot;2026-07-04&quot;:9.62},{&quot;2026-07-05&quot;:9.42},{&quot;2026-07-06&quot;:9.54},{&quot;2026-07-07&quot;:9.61},{&quot;2026-07-08&quot;:9.43},{&quot;2026-07-09&quot;:9.22},{&quot;2026-07-10&quot;:9.12},{&quot;2026-07-11&quot;:9.02},{&quot;2026-07-12&quot;:9.12},{&quot;2026-07-13&quot;:9.05},{&quot;2026-07-14&quot;:9.05},{&quot;2026-07-15&quot;:8.97},{&quot;2026-07-16&quot;:8.8},{&quot;2026-07-17&quot;:8.8},{&quot;2026-07-18&quot;:8.8},{&quot;2026-07-19&quot;:8.88},{&quot;2026-07-20&quot;:8.78},{&quot;2026-07-21&quot;:8.75},{&quot;2026-07-23&quot;:8.57},{&quot;2026-07-24&quot;:8.49},{&quot;2026-07-25&quot;:8.32},{&quot;2026-07-26&quot;:8.13},{&quot;2026-07-27&quot;:7.9},{&quot;2026-07-28&quot;:7.67},{&quot;2026-07-29&quot;:7.77},{&quot;2026-07-30&quot;:7.86},{&quot;2026-07-31&quot;:7.81},{&quot;2026-08-01&quot;:7.73},{&quot;2026-08-02&quot;:7.75},{&quot;2026-08-03&quot;:7.83},{&quot;2026-08-04&quot;:7.82},{&quot;2026-08-05&quot;:8.0},{&quot;2026-08-07&quot;:7.75},{&quot;2026-08-08&quot;:7.75},{&quot;2026-08-09&quot;:7.75},{&quot;2026-08-10&quot;:7.68},{&quot;2026-08-11&quot;:7.33},{&quot;2026-08-12&quot;:7.43},{&quot;2026-08-13&quot;:7.43},{&quot;2026-08-14&quot;:7.43},{&quot;2026-08-15&quot;:7.18},{&quot;2026-08-16&quot;:7.03},{&quot;2026-08-17&quot;:6.87},{&quot;2026-08-18&quot;:6.99},{&quot;2026-08-19&quot;:6.78},{&quot;2026-08-20&quot;:6.78},{&quot;2026-08-21&quot;:6.58},{&quot;2026-08-22&quot;:6.55},{&quot;2026-08-23&quot;:6.52},{&quot;2026-08-24&quot;:6.56},{&quot;2026-08-25&quot;:6.55},{&quot;2026-08-26&quot;:6.5},{&quot;2026-08-27&quot;:6.5},{&quot;2026-08-28&quot;:6.5},{&quot;2026-08-29&quot;:6.5},{&quot;2026-08-30&quot;:6.24},{&quot;2026-08-31&quot;:6.09},{&quot;2026-09-01&quot;:6.1},{&quot;2026-09-02&quot;:6.06},{&quot;2026-09-03&quot;:6.12},{&quot;2026-09-04&quot;:6.12},{&quot;2026-09-05&quot;:6.02},{&quot;2026-09-06&quot;:6.2},{&quot;2026-09-07&quot;:6.2},{&quot;2026-09-08&quot;:6.46},{&quot;2026-09-09&quot;:6.49},{&quot;2026-09-10&quot;:6.49},{&quot;2026-09-11&quot;:6.47}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20604"
  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">
            Riku of Two Reflections
        </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-100 text-badge-text">
              ↓
              4%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Riku of Two Reflections" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/70dd138f-391a-4956-bc2a-fe186429c71a.jpg?1783930128" />

        <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">
            Riku of Two Reflections
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Riku of Two Reflections" src="https://cards.scryfall.io/large/front/7/0/70dd138f-391a-4956-bc2a-fe186429c71a.jpg?1783930128" />
    </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.47
              </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">
                $8.26
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.97},{&quot;2026-06-12&quot;:7.97},{&quot;2026-06-13&quot;:7.97},{&quot;2026-06-14&quot;:7.97},{&quot;2026-06-15&quot;:7.97},{&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.96},{&quot;2026-06-22&quot;:7.96},{&quot;2026-06-23&quot;:7.96},{&quot;2026-06-24&quot;:7.96},{&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.97},{&quot;2026-06-29&quot;:7.97},{&quot;2026-06-30&quot;:7.97},{&quot;2026-07-01&quot;:7.97},{&quot;2026-07-02&quot;:8.0},{&quot;2026-07-03&quot;:8.0},{&quot;2026-07-04&quot;:8.0},{&quot;2026-07-05&quot;:8.0},{&quot;2026-07-06&quot;:8.0},{&quot;2026-07-07&quot;:8.0},{&quot;2026-07-08&quot;:8.0},{&quot;2026-07-09&quot;:8.0},{&quot;2026-07-10&quot;:7.99},{&quot;2026-07-11&quot;:7.99},{&quot;2026-07-12&quot;:7.99},{&quot;2026-07-13&quot;:8.04},{&quot;2026-07-14&quot;:8.04},{&quot;2026-07-15&quot;:8.04},{&quot;2026-07-16&quot;:8.04},{&quot;2026-07-17&quot;:8.04},{&quot;2026-07-18&quot;:8.04},{&quot;2026-07-19&quot;:8.04},{&quot;2026-07-20&quot;:8.04},{&quot;2026-07-21&quot;:8.04},{&quot;2026-07-23&quot;:8.07},{&quot;2026-07-25&quot;:8.06},{&quot;2026-07-26&quot;:8.06},{&quot;2026-07-27&quot;:8.06},{&quot;2026-07-28&quot;:8.06},{&quot;2026-07-29&quot;:8.06},{&quot;2026-07-30&quot;:8.06},{&quot;2026-07-31&quot;:8.06},{&quot;2026-08-01&quot;:8.06},{&quot;2026-08-02&quot;:8.06},{&quot;2026-08-03&quot;:8.06},{&quot;2026-08-04&quot;:8.06},{&quot;2026-08-05&quot;:8.06},{&quot;2026-08-07&quot;:8.06},{&quot;2026-08-08&quot;:8.06},{&quot;2026-08-09&quot;:8.06},{&quot;2026-08-10&quot;:8.14},{&quot;2026-08-11&quot;:8.14},{&quot;2026-08-12&quot;:8.14},{&quot;2026-08-13&quot;:8.14},{&quot;2026-08-14&quot;:8.14},{&quot;2026-08-15&quot;:8.14},{&quot;2026-08-16&quot;:8.14},{&quot;2026-08-17&quot;:8.23},{&quot;2026-08-18&quot;:8.23},{&quot;2026-08-19&quot;:8.23},{&quot;2026-08-20&quot;:8.23},{&quot;2026-08-21&quot;:8.24},{&quot;2026-08-22&quot;:8.24},{&quot;2026-08-23&quot;:8.24},{&quot;2026-08-24&quot;:8.24},{&quot;2026-08-25&quot;:8.24},{&quot;2026-08-26&quot;:8.24},{&quot;2026-08-27&quot;:8.24},{&quot;2026-08-28&quot;:8.24},{&quot;2026-08-29&quot;:8.24},{&quot;2026-08-30&quot;:8.24},{&quot;2026-08-31&quot;:8.26},{&quot;2026-09-01&quot;:8.26},{&quot;2026-09-02&quot;:8.26},{&quot;2026-09-03&quot;:8.26},{&quot;2026-09-04&quot;:8.26},{&quot;2026-09-05&quot;:8.26},{&quot;2026-09-06&quot;:8.26},{&quot;2026-09-07&quot;:8.26},{&quot;2026-09-08&quot;:8.26},{&quot;2026-09-09&quot;:8.26},{&quot;2026-09-10&quot;:8.26},{&quot;2026-09-11&quot;:8.26}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:6.2},{&quot;2026-06-12&quot;:6.27},{&quot;2026-06-13&quot;:6.31},{&quot;2026-06-14&quot;:6.4},{&quot;2026-06-15&quot;:6.4},{&quot;2026-06-16&quot;:6.4},{&quot;2026-06-17&quot;:6.38},{&quot;2026-06-18&quot;:6.38},{&quot;2026-06-19&quot;:6.38},{&quot;2026-06-20&quot;:6.38},{&quot;2026-06-21&quot;:6.38},{&quot;2026-06-22&quot;:6.38},{&quot;2026-06-23&quot;:6.38},{&quot;2026-06-24&quot;:6.38},{&quot;2026-06-25&quot;:6.38},{&quot;2026-06-26&quot;:6.38},{&quot;2026-06-27&quot;:6.38},{&quot;2026-06-28&quot;:6.36},{&quot;2026-06-29&quot;:6.43},{&quot;2026-06-30&quot;:6.43},{&quot;2026-07-01&quot;:6.48},{&quot;2026-07-02&quot;:6.62},{&quot;2026-07-03&quot;:6.62},{&quot;2026-07-04&quot;:6.62},{&quot;2026-07-05&quot;:6.62},{&quot;2026-07-06&quot;:6.58},{&quot;2026-07-07&quot;:6.58},{&quot;2026-07-08&quot;:6.58},{&quot;2026-07-09&quot;:6.58},{&quot;2026-07-10&quot;:6.58},{&quot;2026-07-11&quot;:6.58},{&quot;2026-07-12&quot;:6.53},{&quot;2026-07-13&quot;:6.53},{&quot;2026-07-14&quot;:6.48},{&quot;2026-07-15&quot;:6.69},{&quot;2026-07-16&quot;:6.53},{&quot;2026-07-17&quot;:6.53},{&quot;2026-07-18&quot;:6.53},{&quot;2026-07-19&quot;:6.53},{&quot;2026-07-20&quot;:6.53},{&quot;2026-07-21&quot;:6.41},{&quot;2026-07-23&quot;:5.93},{&quot;2026-07-25&quot;:6.02},{&quot;2026-07-26&quot;:6.02},{&quot;2026-07-27&quot;:6.02},{&quot;2026-07-28&quot;:5.92},{&quot;2026-07-29&quot;:6.02},{&quot;2026-07-30&quot;:6.02},{&quot;2026-07-31&quot;:6.11},{&quot;2026-08-01&quot;:6.13},{&quot;2026-08-02&quot;:6.09},{&quot;2026-08-03&quot;:6.04},{&quot;2026-08-04&quot;:6.04},{&quot;2026-08-05&quot;:6.08},{&quot;2026-08-07&quot;:6.16},{&quot;2026-08-08&quot;:6.14},{&quot;2026-08-09&quot;:6.14},{&quot;2026-08-10&quot;:6.14},{&quot;2026-08-11&quot;:6.14},{&quot;2026-08-12&quot;:6.14},{&quot;2026-08-13&quot;:6.34},{&quot;2026-08-14&quot;:6.34},{&quot;2026-08-15&quot;:6.34},{&quot;2026-08-16&quot;:6.34},{&quot;2026-08-17&quot;:6.34},{&quot;2026-08-18&quot;:6.3},{&quot;2026-08-19&quot;:6.32},{&quot;2026-08-20&quot;:6.32},{&quot;2026-08-21&quot;:6.31},{&quot;2026-08-22&quot;:6.18},{&quot;2026-08-23&quot;:6.18},{&quot;2026-08-24&quot;:6.18},{&quot;2026-08-25&quot;:6.18},{&quot;2026-08-26&quot;:6.22},{&quot;2026-08-27&quot;:6.22},{&quot;2026-08-28&quot;:6.31},{&quot;2026-08-29&quot;:6.31},{&quot;2026-08-30&quot;:6.33},{&quot;2026-08-31&quot;:6.33},{&quot;2026-09-01&quot;:6.33},{&quot;2026-09-02&quot;:6.66},{&quot;2026-09-03&quot;:6.66},{&quot;2026-09-04&quot;:6.74},{&quot;2026-09-05&quot;:6.74},{&quot;2026-09-06&quot;:6.65},{&quot;2026-09-07&quot;:6.65},{&quot;2026-09-08&quot;:6.62},{&quot;2026-09-09&quot;:6.55},{&quot;2026-09-10&quot;:6.47},{&quot;2026-09-11&quot;:6.47}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.44
          </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="Gilgamesh, Master-at-Arms" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/816f618c-ed6c-4320-9c33-9ae903e32abf.jpg?1783906528" />

        <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">
            Gilgamesh, Master-at-Arms
        </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 Samurai</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gilgamesh, Master-at-Arms" src="https://cards.scryfall.io/large/front/8/1/816f618c-ed6c-4320-9c33-9ae903e32abf.jpg?1783906528" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.34},{&quot;2026-06-14&quot;:3.2},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.2},{&quot;2026-06-17&quot;:3.21},{&quot;2026-06-18&quot;:3.21},{&quot;2026-06-19&quot;:3.14},{&quot;2026-06-20&quot;:3.2},{&quot;2026-06-21&quot;:3.14},{&quot;2026-06-22&quot;:3.15},{&quot;2026-06-23&quot;:3.18},{&quot;2026-06-24&quot;:3.2},{&quot;2026-06-25&quot;:3.24},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.14},{&quot;2026-06-28&quot;:3.2},{&quot;2026-06-29&quot;:3.23},{&quot;2026-06-30&quot;:3.23},{&quot;2026-07-01&quot;:3.22},{&quot;2026-07-02&quot;:3.28},{&quot;2026-07-03&quot;:3.28},{&quot;2026-07-04&quot;:3.3},{&quot;2026-07-05&quot;:3.36},{&quot;2026-07-06&quot;:3.36},{&quot;2026-07-07&quot;:3.5},{&quot;2026-07-08&quot;:3.51},{&quot;2026-07-09&quot;:3.52},{&quot;2026-07-10&quot;:3.51},{&quot;2026-07-11&quot;:3.54},{&quot;2026-07-12&quot;:3.53},{&quot;2026-07-13&quot;:3.56},{&quot;2026-07-14&quot;:3.57},{&quot;2026-07-15&quot;:3.59},{&quot;2026-07-16&quot;:3.58},{&quot;2026-07-17&quot;:3.51},{&quot;2026-07-18&quot;:3.53},{&quot;2026-07-19&quot;:3.57},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.53},{&quot;2026-07-22&quot;:3.46},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-24&quot;:3.46},{&quot;2026-07-25&quot;:3.46},{&quot;2026-07-26&quot;:3.75},{&quot;2026-07-27&quot;:3.8},{&quot;2026-07-28&quot;:3.81},{&quot;2026-07-29&quot;:3.82},{&quot;2026-07-30&quot;:3.87},{&quot;2026-07-31&quot;:4.17},{&quot;2026-08-01&quot;:4.22},{&quot;2026-08-02&quot;:4.3},{&quot;2026-08-03&quot;:4.52},{&quot;2026-08-04&quot;:4.63},{&quot;2026-08-05&quot;:4.64},{&quot;2026-08-07&quot;:4.64},{&quot;2026-08-08&quot;:4.64},{&quot;2026-08-09&quot;:4.38},{&quot;2026-08-10&quot;:4.38},{&quot;2026-08-11&quot;:4.53},{&quot;2026-08-12&quot;:4.53},{&quot;2026-08-13&quot;:4.53},{&quot;2026-08-14&quot;:4.53},{&quot;2026-08-15&quot;:4.53},{&quot;2026-08-16&quot;:4.35},{&quot;2026-08-17&quot;:4.38},{&quot;2026-08-18&quot;:4.58},{&quot;2026-08-19&quot;:4.73},{&quot;2026-08-20&quot;:4.77},{&quot;2026-08-21&quot;:5.05},{&quot;2026-08-22&quot;:5.02},{&quot;2026-08-23&quot;:5.18},{&quot;2026-08-24&quot;:5.17},{&quot;2026-08-25&quot;:5.43},{&quot;2026-08-26&quot;:5.63},{&quot;2026-08-27&quot;:6.01},{&quot;2026-08-28&quot;:6.09},{&quot;2026-08-29&quot;:6.09},{&quot;2026-08-30&quot;:6.14},{&quot;2026-08-31&quot;:6.25},{&quot;2026-09-01&quot;:6.26},{&quot;2026-09-02&quot;:6.22},{&quot;2026-09-03&quot;:6.18},{&quot;2026-09-04&quot;:6.22},{&quot;2026-09-05&quot;:6.29},{&quot;2026-09-06&quot;:6.3},{&quot;2026-09-07&quot;:6.3},{&quot;2026-09-08&quot;:6.46},{&quot;2026-09-09&quot;:6.46},{&quot;2026-09-10&quot;:6.46},{&quot;2026-09-11&quot;:6.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.77},{&quot;2026-06-14&quot;:2.71},{&quot;2026-06-15&quot;:2.58},{&quot;2026-06-16&quot;:2.59},{&quot;2026-06-17&quot;:2.59},{&quot;2026-06-18&quot;:2.57},{&quot;2026-06-19&quot;:2.66},{&quot;2026-06-20&quot;:2.67},{&quot;2026-06-21&quot;:2.64},{&quot;2026-06-22&quot;:2.5},{&quot;2026-06-23&quot;:2.5},{&quot;2026-06-24&quot;:2.54},{&quot;2026-06-25&quot;:2.47},{&quot;2026-06-26&quot;:2.42},{&quot;2026-06-27&quot;:2.42},{&quot;2026-06-28&quot;:2.35},{&quot;2026-06-29&quot;:2.44},{&quot;2026-06-30&quot;:2.42},{&quot;2026-07-01&quot;:2.47},{&quot;2026-07-02&quot;:2.57},{&quot;2026-07-03&quot;:2.57},{&quot;2026-07-04&quot;:2.55},{&quot;2026-07-05&quot;:2.58},{&quot;2026-07-06&quot;:2.62},{&quot;2026-07-07&quot;:2.62},{&quot;2026-07-08&quot;:2.66},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.57},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.53},{&quot;2026-07-14&quot;:2.47},{&quot;2026-07-15&quot;:2.66},{&quot;2026-07-16&quot;:2.64},{&quot;2026-07-17&quot;:2.68},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.87},{&quot;2026-07-20&quot;:2.83},{&quot;2026-07-21&quot;:2.83},{&quot;2026-07-22&quot;:2.95},{&quot;2026-07-23&quot;:2.98},{&quot;2026-07-24&quot;:3.28},{&quot;2026-07-25&quot;:3.69},{&quot;2026-07-26&quot;:3.59},{&quot;2026-07-27&quot;:3.58},{&quot;2026-07-28&quot;:3.6},{&quot;2026-07-29&quot;:3.54},{&quot;2026-07-30&quot;:3.36},{&quot;2026-07-31&quot;:3.35},{&quot;2026-08-01&quot;:3.25},{&quot;2026-08-02&quot;:3.25},{&quot;2026-08-03&quot;:3.14},{&quot;2026-08-04&quot;:2.86},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.75},{&quot;2026-08-08&quot;:2.75},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.77},{&quot;2026-08-11&quot;:2.86},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.87},{&quot;2026-08-14&quot;:3.02},{&quot;2026-08-15&quot;:2.91},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:3.04},{&quot;2026-08-18&quot;:3.03},{&quot;2026-08-19&quot;:3.08},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.53},{&quot;2026-08-22&quot;:3.51},{&quot;2026-08-23&quot;:3.49},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.23},{&quot;2026-08-26&quot;:3.23},{&quot;2026-08-27&quot;:3.07},{&quot;2026-08-28&quot;:3.03},{&quot;2026-08-29&quot;:3.03},{&quot;2026-08-30&quot;:2.98},{&quot;2026-08-31&quot;:3.29},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.3},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.09},{&quot;2026-09-05&quot;:3.22},{&quot;2026-09-06&quot;:3.22},{&quot;2026-09-07&quot;:3.56},{&quot;2026-09-08&quot;:3.56},{&quot;2026-09-09&quot;:3.79},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.44}]}"
        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="20753"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Bird
      </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.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="Jhoira&#39;s Familiar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/b/7b89a074-9aca-4f7f-953a-b401199be1cb.jpg?1783930106" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jhoira&#39;s Familiar" src="https://cards.scryfall.io/large/front/7/b/7b89a074-9aca-4f7f-953a-b401199be1cb.jpg?1783930106" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.65
              </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">
                $6.46
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.40</span>
              <span class="text-xs text-grey-text">Credit: $1.82</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.15},{&quot;2026-06-13&quot;:2.15},{&quot;2026-06-14&quot;:2.15},{&quot;2026-06-15&quot;:2.08},{&quot;2026-06-16&quot;:2.08},{&quot;2026-06-17&quot;:2.08},{&quot;2026-06-18&quot;:2.06},{&quot;2026-06-19&quot;:2.06},{&quot;2026-06-20&quot;:2.08},{&quot;2026-06-21&quot;:2.08},{&quot;2026-06-22&quot;:2.08},{&quot;2026-06-23&quot;:2.08},{&quot;2026-06-24&quot;:2.06},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.11},{&quot;2026-06-27&quot;:2.11},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.13},{&quot;2026-07-01&quot;:2.09},{&quot;2026-07-02&quot;:2.09},{&quot;2026-07-03&quot;:2.09},{&quot;2026-07-04&quot;:2.09},{&quot;2026-07-05&quot;:2.19},{&quot;2026-07-06&quot;:2.19},{&quot;2026-07-07&quot;:2.13},{&quot;2026-07-08&quot;:2.13},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.13},{&quot;2026-07-11&quot;:2.1},{&quot;2026-07-12&quot;:2.1},{&quot;2026-07-13&quot;:2.1},{&quot;2026-07-14&quot;:2.07},{&quot;2026-07-15&quot;:2.05},{&quot;2026-07-16&quot;:2.12},{&quot;2026-07-17&quot;:2.12},{&quot;2026-07-18&quot;:2.12},{&quot;2026-07-19&quot;:2.25},{&quot;2026-07-20&quot;:2.44},{&quot;2026-07-21&quot;:2.92},{&quot;2026-07-23&quot;:2.92},{&quot;2026-07-24&quot;:2.95},{&quot;2026-07-25&quot;:2.98},{&quot;2026-07-26&quot;:2.98},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-28&quot;:3.0},{&quot;2026-07-29&quot;:3.0},{&quot;2026-07-30&quot;:2.99},{&quot;2026-07-31&quot;:2.99},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:3.02},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:3.16},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.29},{&quot;2026-08-09&quot;:3.35},{&quot;2026-08-10&quot;:3.41},{&quot;2026-08-11&quot;:3.41},{&quot;2026-08-12&quot;:3.42},{&quot;2026-08-13&quot;:3.55},{&quot;2026-08-14&quot;:3.55},{&quot;2026-08-15&quot;:3.46},{&quot;2026-08-16&quot;:3.46},{&quot;2026-08-17&quot;:3.46},{&quot;2026-08-18&quot;:3.16},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:4.43},{&quot;2026-08-22&quot;:4.43},{&quot;2026-08-23&quot;:4.43},{&quot;2026-08-24&quot;:5.13},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:4.93},{&quot;2026-08-27&quot;:4.93},{&quot;2026-08-28&quot;:5.46},{&quot;2026-08-29&quot;:5.46},{&quot;2026-08-30&quot;:5.36},{&quot;2026-08-31&quot;:5.38},{&quot;2026-09-01&quot;:5.21},{&quot;2026-09-02&quot;:5.92},{&quot;2026-09-03&quot;:5.75},{&quot;2026-09-04&quot;:6.25},{&quot;2026-09-05&quot;:6.25},{&quot;2026-09-06&quot;:6.27},{&quot;2026-09-07&quot;:6.27},{&quot;2026-09-08&quot;:6.11},{&quot;2026-09-09&quot;:6.46},{&quot;2026-09-10&quot;:6.46},{&quot;2026-09-11&quot;:6.46}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.51},{&quot;2026-06-13&quot;:2.51},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.41},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.28},{&quot;2026-06-19&quot;:2.28},{&quot;2026-06-20&quot;:2.21},{&quot;2026-06-21&quot;:2.21},{&quot;2026-06-22&quot;:2.14},{&quot;2026-06-23&quot;:2.14},{&quot;2026-06-24&quot;:1.99},{&quot;2026-06-25&quot;:1.99},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:1.99},{&quot;2026-06-30&quot;:1.98},{&quot;2026-07-01&quot;:2.09},{&quot;2026-07-02&quot;:2.09},{&quot;2026-07-03&quot;:2.08},{&quot;2026-07-04&quot;:2.25},{&quot;2026-07-05&quot;:2.25},{&quot;2026-07-06&quot;:2.02},{&quot;2026-07-07&quot;:2.18},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.31},{&quot;2026-07-11&quot;:2.36},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.41},{&quot;2026-07-14&quot;:2.4},{&quot;2026-07-15&quot;:2.51},{&quot;2026-07-16&quot;:2.57},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.65},{&quot;2026-07-19&quot;:2.66},{&quot;2026-07-20&quot;:2.53},{&quot;2026-07-21&quot;:2.48},{&quot;2026-07-23&quot;:2.48},{&quot;2026-07-24&quot;:2.42},{&quot;2026-07-25&quot;:2.38},{&quot;2026-07-26&quot;:2.22},{&quot;2026-07-27&quot;:2.23},{&quot;2026-07-28&quot;:2.19},{&quot;2026-07-29&quot;:2.19},{&quot;2026-07-30&quot;:2.2},{&quot;2026-07-31&quot;:2.19},{&quot;2026-08-01&quot;:2.17},{&quot;2026-08-02&quot;:2.16},{&quot;2026-08-03&quot;:2.1},{&quot;2026-08-04&quot;:2.05},{&quot;2026-08-05&quot;:2.11},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.22},{&quot;2026-08-11&quot;:2.32},{&quot;2026-08-12&quot;:2.32},{&quot;2026-08-13&quot;:2.35},{&quot;2026-08-14&quot;:2.35},{&quot;2026-08-15&quot;:2.34},{&quot;2026-08-16&quot;:2.31},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.48},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.35},{&quot;2026-08-24&quot;:2.35},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.43},{&quot;2026-08-28&quot;:2.42},{&quot;2026-08-29&quot;:2.42},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.56},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.59},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.54},{&quot;2026-09-06&quot;:2.61},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.57},{&quot;2026-09-09&quot;:2.61},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.65}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53190"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-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">
            Show and Tell
        </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">
            $6.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="Show and Tell" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/9858463e-0b80-44a2-80d5-e4250809e1f5.jpg?1783910567" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Show and Tell" src="https://cards.scryfall.io/large/front/9/8/9858463e-0b80-44a2-80d5-e4250809e1f5.jpg?1783910567" />
    </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.45
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:38.6},{&quot;2026-06-13&quot;:38.6},{&quot;2026-06-14&quot;:38.6},{&quot;2026-06-15&quot;:38.6},{&quot;2026-06-16&quot;:38.6},{&quot;2026-06-17&quot;:38.6},{&quot;2026-06-18&quot;:38.6},{&quot;2026-06-19&quot;:38.6},{&quot;2026-06-20&quot;:38.6},{&quot;2026-06-21&quot;:38.6},{&quot;2026-06-22&quot;:38.6},{&quot;2026-06-23&quot;:38.6},{&quot;2026-06-24&quot;:38.6},{&quot;2026-06-25&quot;:38.6},{&quot;2026-06-26&quot;:38.6},{&quot;2026-06-27&quot;:38.6},{&quot;2026-06-28&quot;:38.6},{&quot;2026-06-29&quot;:38.6},{&quot;2026-06-30&quot;:38.6},{&quot;2026-07-01&quot;:38.6},{&quot;2026-07-02&quot;:38.6},{&quot;2026-07-03&quot;:38.6},{&quot;2026-07-04&quot;:38.6},{&quot;2026-07-05&quot;:38.6},{&quot;2026-07-06&quot;:38.6},{&quot;2026-07-07&quot;:38.6},{&quot;2026-07-08&quot;:38.6},{&quot;2026-07-09&quot;:38.6},{&quot;2026-07-10&quot;:38.6},{&quot;2026-07-11&quot;:38.6},{&quot;2026-07-12&quot;:38.6},{&quot;2026-07-13&quot;:38.6},{&quot;2026-07-14&quot;:38.68},{&quot;2026-07-15&quot;:38.68},{&quot;2026-07-16&quot;:38.92},{&quot;2026-07-17&quot;:38.92},{&quot;2026-07-18&quot;:38.92},{&quot;2026-07-19&quot;:38.92},{&quot;2026-07-20&quot;:38.92},{&quot;2026-07-21&quot;:38.92},{&quot;2026-07-23&quot;:38.92},{&quot;2026-07-24&quot;:38.92},{&quot;2026-07-25&quot;:38.92},{&quot;2026-07-26&quot;:39.46},{&quot;2026-07-27&quot;:39.74},{&quot;2026-07-28&quot;:39.74},{&quot;2026-07-29&quot;:39.83},{&quot;2026-07-30&quot;:39.83},{&quot;2026-07-31&quot;:39.83},{&quot;2026-08-01&quot;:39.83},{&quot;2026-08-02&quot;:39.83},{&quot;2026-08-03&quot;:39.83},{&quot;2026-08-04&quot;:39.83},{&quot;2026-08-05&quot;:39.83},{&quot;2026-08-07&quot;:39.69},{&quot;2026-08-08&quot;:39.69},{&quot;2026-08-09&quot;:39.69},{&quot;2026-08-10&quot;:39.69},{&quot;2026-08-11&quot;:39.69},{&quot;2026-08-12&quot;:39.69},{&quot;2026-08-13&quot;:39.34},{&quot;2026-08-14&quot;:39.34},{&quot;2026-08-15&quot;:39.34},{&quot;2026-08-16&quot;:39.34},{&quot;2026-08-17&quot;:39.34},{&quot;2026-08-18&quot;:39.34},{&quot;2026-08-19&quot;:39.34},{&quot;2026-08-20&quot;:39.34},{&quot;2026-08-21&quot;:39.34},{&quot;2026-08-22&quot;:39.87},{&quot;2026-08-23&quot;:39.87},{&quot;2026-08-24&quot;:39.87},{&quot;2026-08-25&quot;:39.87},{&quot;2026-08-26&quot;:39.87},{&quot;2026-08-27&quot;:39.87},{&quot;2026-08-28&quot;:39.87},{&quot;2026-08-29&quot;:39.87},{&quot;2026-08-30&quot;:39.51},{&quot;2026-08-31&quot;:39.51},{&quot;2026-09-01&quot;:39.51},{&quot;2026-09-02&quot;:39.51},{&quot;2026-09-03&quot;:39.51},{&quot;2026-09-04&quot;:39.51},{&quot;2026-09-05&quot;:38.47},{&quot;2026-09-06&quot;:38.47},{&quot;2026-09-07&quot;:38.61},{&quot;2026-09-08&quot;:38.61},{&quot;2026-09-09&quot;:38.61},{&quot;2026-09-10&quot;:38.61},{&quot;2026-09-11&quot;:38.61}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:8.96},{&quot;2026-06-13&quot;:8.99},{&quot;2026-06-14&quot;:9.05},{&quot;2026-06-15&quot;:9.03},{&quot;2026-06-16&quot;:9.16},{&quot;2026-06-17&quot;:9.22},{&quot;2026-06-18&quot;:9.22},{&quot;2026-06-19&quot;:9.45},{&quot;2026-06-20&quot;:9.69},{&quot;2026-06-21&quot;:9.85},{&quot;2026-06-22&quot;:9.65},{&quot;2026-06-23&quot;:9.77},{&quot;2026-06-24&quot;:9.77},{&quot;2026-06-25&quot;:9.78},{&quot;2026-06-26&quot;:9.78},{&quot;2026-06-27&quot;:9.78},{&quot;2026-06-28&quot;:9.8},{&quot;2026-06-29&quot;:9.83},{&quot;2026-06-30&quot;:9.9},{&quot;2026-07-01&quot;:9.9},{&quot;2026-07-02&quot;:9.84},{&quot;2026-07-03&quot;:9.89},{&quot;2026-07-04&quot;:9.75},{&quot;2026-07-05&quot;:9.53},{&quot;2026-07-06&quot;:9.53},{&quot;2026-07-07&quot;:9.4},{&quot;2026-07-08&quot;:9.4},{&quot;2026-07-09&quot;:9.21},{&quot;2026-07-10&quot;:9.17},{&quot;2026-07-11&quot;:9.17},{&quot;2026-07-12&quot;:9.15},{&quot;2026-07-13&quot;:9.09},{&quot;2026-07-14&quot;:9.09},{&quot;2026-07-15&quot;:9.09},{&quot;2026-07-16&quot;:9.15},{&quot;2026-07-17&quot;:9.19},{&quot;2026-07-18&quot;:9.46},{&quot;2026-07-19&quot;:9.36},{&quot;2026-07-20&quot;:9.41},{&quot;2026-07-21&quot;:9.41},{&quot;2026-07-23&quot;:9.41},{&quot;2026-07-24&quot;:9.38},{&quot;2026-07-25&quot;:9.38},{&quot;2026-07-26&quot;:9.48},{&quot;2026-07-27&quot;:9.41},{&quot;2026-07-28&quot;:9.31},{&quot;2026-07-29&quot;:9.2},{&quot;2026-07-30&quot;:9.19},{&quot;2026-07-31&quot;:8.57},{&quot;2026-08-01&quot;:8.13},{&quot;2026-08-02&quot;:7.75},{&quot;2026-08-03&quot;:7.56},{&quot;2026-08-04&quot;:7.38},{&quot;2026-08-05&quot;:6.96},{&quot;2026-08-07&quot;:6.62},{&quot;2026-08-08&quot;:6.62},{&quot;2026-08-09&quot;:6.5},{&quot;2026-08-10&quot;:6.45},{&quot;2026-08-11&quot;:6.38},{&quot;2026-08-12&quot;:6.38},{&quot;2026-08-13&quot;:6.56},{&quot;2026-08-14&quot;:6.57},{&quot;2026-08-15&quot;:6.54},{&quot;2026-08-16&quot;:6.49},{&quot;2026-08-17&quot;:6.42},{&quot;2026-08-18&quot;:6.53},{&quot;2026-08-19&quot;:6.49},{&quot;2026-08-20&quot;:6.49},{&quot;2026-08-21&quot;:6.65},{&quot;2026-08-22&quot;:6.55},{&quot;2026-08-23&quot;:6.49},{&quot;2026-08-24&quot;:6.66},{&quot;2026-08-25&quot;:6.66},{&quot;2026-08-26&quot;:6.63},{&quot;2026-08-27&quot;:6.65},{&quot;2026-08-28&quot;:6.65},{&quot;2026-08-29&quot;:6.65},{&quot;2026-08-30&quot;:6.96},{&quot;2026-08-31&quot;:6.62},{&quot;2026-09-01&quot;:6.69},{&quot;2026-09-02&quot;:6.69},{&quot;2026-09-03&quot;:6.64},{&quot;2026-09-04&quot;:6.66},{&quot;2026-09-05&quot;:6.47},{&quot;2026-09-06&quot;:6.44},{&quot;2026-09-07&quot;:6.44},{&quot;2026-09-08&quot;:6.45},{&quot;2026-09-09&quot;:6.49},{&quot;2026-09-10&quot;:6.57},{&quot;2026-09-11&quot;:6.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="98536"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Legend of Kyoshi // Avatar Kyoshi" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/4887ce64-7c98-4bd7-95db-0c43ab71cc6e.jpg?1783904946" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="The Legend of Kyoshi // Avatar Kyoshi" src="https://cards.scryfall.io/large/front/4/8/4887ce64-7c98-4bd7-95db-0c43ab71cc6e.jpg?1783904946" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="The Legend of Kyoshi // Avatar Kyoshi" src="https://cards.scryfall.io/large/back/4/8/4887ce64-7c98-4bd7-95db-0c43ab71cc6e.jpg?1783904946" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.38},{&quot;2026-06-14&quot;:7.36},{&quot;2026-06-15&quot;:7.49},{&quot;2026-06-16&quot;:7.34},{&quot;2026-06-17&quot;:7.29},{&quot;2026-06-18&quot;:7.36},{&quot;2026-06-19&quot;:7.33},{&quot;2026-06-20&quot;:7.23},{&quot;2026-06-21&quot;:7.19},{&quot;2026-06-22&quot;:7.15},{&quot;2026-06-23&quot;:7.15},{&quot;2026-06-24&quot;:7.04},{&quot;2026-06-25&quot;:7.06},{&quot;2026-06-26&quot;:7.06},{&quot;2026-06-27&quot;:6.57},{&quot;2026-06-28&quot;:6.41},{&quot;2026-06-29&quot;:6.08},{&quot;2026-06-30&quot;:5.97},{&quot;2026-07-01&quot;:6.29},{&quot;2026-07-02&quot;:6.24},{&quot;2026-07-03&quot;:6.23},{&quot;2026-07-04&quot;:6.23},{&quot;2026-07-05&quot;:6.17},{&quot;2026-07-06&quot;:6.16},{&quot;2026-07-07&quot;:6.12},{&quot;2026-07-08&quot;:6.04},{&quot;2026-07-09&quot;:5.83},{&quot;2026-07-10&quot;:5.8},{&quot;2026-07-11&quot;:5.85},{&quot;2026-07-12&quot;:5.99},{&quot;2026-07-13&quot;:5.98},{&quot;2026-07-14&quot;:6.09},{&quot;2026-07-15&quot;:6.11},{&quot;2026-07-16&quot;:6.14},{&quot;2026-07-17&quot;:6.69},{&quot;2026-07-18&quot;:6.45},{&quot;2026-07-19&quot;:6.4},{&quot;2026-07-20&quot;:6.37},{&quot;2026-07-21&quot;:6.48},{&quot;2026-07-22&quot;:6.56},{&quot;2026-07-23&quot;:6.51},{&quot;2026-07-24&quot;:6.6},{&quot;2026-07-25&quot;:6.8},{&quot;2026-07-26&quot;:6.77},{&quot;2026-07-27&quot;:6.77},{&quot;2026-07-28&quot;:6.77},{&quot;2026-07-29&quot;:6.62},{&quot;2026-07-30&quot;:6.74},{&quot;2026-07-31&quot;:6.7},{&quot;2026-08-01&quot;:6.7},{&quot;2026-08-02&quot;:6.58},{&quot;2026-08-03&quot;:6.63},{&quot;2026-08-04&quot;:6.89},{&quot;2026-08-05&quot;:6.97},{&quot;2026-08-07&quot;:6.89},{&quot;2026-08-08&quot;:6.77},{&quot;2026-08-09&quot;:6.87},{&quot;2026-08-10&quot;:7.02},{&quot;2026-08-11&quot;:7.1},{&quot;2026-08-12&quot;:6.96},{&quot;2026-08-13&quot;:6.64},{&quot;2026-08-14&quot;:6.62},{&quot;2026-08-15&quot;:6.72},{&quot;2026-08-16&quot;:6.63},{&quot;2026-08-17&quot;:7.01},{&quot;2026-08-18&quot;:6.95},{&quot;2026-08-19&quot;:6.97},{&quot;2026-08-20&quot;:7.08},{&quot;2026-08-21&quot;:7.07},{&quot;2026-08-22&quot;:7.46},{&quot;2026-08-23&quot;:7.46},{&quot;2026-08-24&quot;:7.41},{&quot;2026-08-25&quot;:7.41},{&quot;2026-08-26&quot;:7.35},{&quot;2026-08-27&quot;:7.35},{&quot;2026-08-28&quot;:7.29},{&quot;2026-08-29&quot;:7.29},{&quot;2026-08-30&quot;:7.43},{&quot;2026-08-31&quot;:7.46},{&quot;2026-09-01&quot;:7.4},{&quot;2026-09-02&quot;:7.46},{&quot;2026-09-03&quot;:7.4},{&quot;2026-09-04&quot;:7.51},{&quot;2026-09-05&quot;:7.62},{&quot;2026-09-06&quot;:7.62},{&quot;2026-09-07&quot;:7.32},{&quot;2026-09-08&quot;:7.42},{&quot;2026-09-09&quot;:7.42},{&quot;2026-09-10&quot;:7.43},{&quot;2026-09-11&quot;:7.43}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.6},{&quot;2026-06-14&quot;:6.09},{&quot;2026-06-15&quot;:5.88},{&quot;2026-06-16&quot;:5.45},{&quot;2026-06-17&quot;:5.49},{&quot;2026-06-18&quot;:5.69},{&quot;2026-06-19&quot;:5.81},{&quot;2026-06-20&quot;:5.79},{&quot;2026-06-21&quot;:6.42},{&quot;2026-06-22&quot;:6.46},{&quot;2026-06-23&quot;:5.81},{&quot;2026-06-24&quot;:5.28},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.71},{&quot;2026-06-27&quot;:4.72},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:4.88},{&quot;2026-06-30&quot;:4.74},{&quot;2026-07-01&quot;:5.06},{&quot;2026-07-02&quot;:4.96},{&quot;2026-07-03&quot;:5.34},{&quot;2026-07-04&quot;:5.21},{&quot;2026-07-05&quot;:5.18},{&quot;2026-07-06&quot;:4.91},{&quot;2026-07-07&quot;:5.05},{&quot;2026-07-08&quot;:5.04},{&quot;2026-07-09&quot;:5.02},{&quot;2026-07-10&quot;:5.16},{&quot;2026-07-11&quot;:5.15},{&quot;2026-07-12&quot;:5.12},{&quot;2026-07-13&quot;:5.24},{&quot;2026-07-14&quot;:5.4},{&quot;2026-07-15&quot;:5.41},{&quot;2026-07-16&quot;:5.65},{&quot;2026-07-17&quot;:5.49},{&quot;2026-07-18&quot;:5.44},{&quot;2026-07-19&quot;:5.32},{&quot;2026-07-20&quot;:5.13},{&quot;2026-07-21&quot;:4.66},{&quot;2026-07-22&quot;:5.02},{&quot;2026-07-23&quot;:4.95},{&quot;2026-07-24&quot;:5.5},{&quot;2026-07-25&quot;:5.53},{&quot;2026-07-26&quot;:5.8},{&quot;2026-07-27&quot;:5.49},{&quot;2026-07-28&quot;:5.72},{&quot;2026-07-29&quot;:5.01},{&quot;2026-07-30&quot;:4.95},{&quot;2026-07-31&quot;:5.33},{&quot;2026-08-01&quot;:5.76},{&quot;2026-08-02&quot;:5.71},{&quot;2026-08-03&quot;:5.45},{&quot;2026-08-04&quot;:4.88},{&quot;2026-08-05&quot;:4.6},{&quot;2026-08-07&quot;:5.6},{&quot;2026-08-08&quot;:5.87},{&quot;2026-08-09&quot;:5.64},{&quot;2026-08-10&quot;:5.51},{&quot;2026-08-11&quot;:5.57},{&quot;2026-08-12&quot;:6.11},{&quot;2026-08-13&quot;:5.83},{&quot;2026-08-14&quot;:5.68},{&quot;2026-08-15&quot;:5.53},{&quot;2026-08-16&quot;:5.57},{&quot;2026-08-17&quot;:5.82},{&quot;2026-08-18&quot;:6.05},{&quot;2026-08-19&quot;:5.77},{&quot;2026-08-20&quot;:5.8},{&quot;2026-08-21&quot;:5.88},{&quot;2026-08-22&quot;:6.14},{&quot;2026-08-23&quot;:6.39},{&quot;2026-08-24&quot;:6.11},{&quot;2026-08-25&quot;:6.03},{&quot;2026-08-26&quot;:6.18},{&quot;2026-08-27&quot;:6.26},{&quot;2026-08-28&quot;:6.01},{&quot;2026-08-29&quot;:6.01},{&quot;2026-08-30&quot;:6.26},{&quot;2026-08-31&quot;:6.36},{&quot;2026-09-01&quot;:6.42},{&quot;2026-09-02&quot;:6.61},{&quot;2026-09-03&quot;:6.49},{&quot;2026-09-04&quot;:6.99},{&quot;2026-09-05&quot;:7.14},{&quot;2026-09-06&quot;:6.92},{&quot;2026-09-07&quot;:7.29},{&quot;2026-09-08&quot;:7.24},{&quot;2026-09-09&quot;:6.87},{&quot;2026-09-10&quot;:6.75},{&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="87253"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Rishkar&#39;s Expertise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/a/6a580666-f698-401a-9db6-bf9aaf4222b2.jpg?1783914948" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Rishkar&#39;s Expertise" src="https://cards.scryfall.io/large/front/6/a/6a580666-f698-401a-9db6-bf9aaf4222b2.jpg?1783914948" />
    </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.41
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.82},{&quot;2026-06-12&quot;:3.8},{&quot;2026-06-13&quot;:3.81},{&quot;2026-06-14&quot;:3.81},{&quot;2026-06-15&quot;:3.81},{&quot;2026-06-16&quot;:3.8},{&quot;2026-06-17&quot;:3.8},{&quot;2026-06-18&quot;:3.8},{&quot;2026-06-19&quot;:3.93},{&quot;2026-06-20&quot;:4.14},{&quot;2026-06-21&quot;:4.17},{&quot;2026-06-22&quot;:4.17},{&quot;2026-06-23&quot;:4.17},{&quot;2026-06-24&quot;:4.16},{&quot;2026-06-25&quot;:4.16},{&quot;2026-06-26&quot;:4.16},{&quot;2026-06-27&quot;:4.16},{&quot;2026-06-28&quot;:4.22},{&quot;2026-06-29&quot;:4.11},{&quot;2026-06-30&quot;:4.08},{&quot;2026-07-01&quot;:4.16},{&quot;2026-07-02&quot;:4.19},{&quot;2026-07-03&quot;:4.19},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.12},{&quot;2026-07-06&quot;:4.12},{&quot;2026-07-07&quot;:4.12},{&quot;2026-07-08&quot;:4.22},{&quot;2026-07-09&quot;:4.39},{&quot;2026-07-10&quot;:4.53},{&quot;2026-07-11&quot;:4.53},{&quot;2026-07-12&quot;:4.56},{&quot;2026-07-13&quot;:4.75},{&quot;2026-07-14&quot;:4.75},{&quot;2026-07-15&quot;:4.75},{&quot;2026-07-16&quot;:4.57},{&quot;2026-07-17&quot;:4.64},{&quot;2026-07-18&quot;:4.64},{&quot;2026-07-19&quot;:4.56},{&quot;2026-07-20&quot;:4.41},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-23&quot;:4.54},{&quot;2026-07-25&quot;:4.54},{&quot;2026-07-26&quot;:4.72},{&quot;2026-07-27&quot;:4.72},{&quot;2026-07-28&quot;:4.78},{&quot;2026-07-29&quot;:4.68},{&quot;2026-07-30&quot;:4.55},{&quot;2026-07-31&quot;:4.3},{&quot;2026-08-01&quot;:4.34},{&quot;2026-08-02&quot;:4.36},{&quot;2026-08-03&quot;:4.48},{&quot;2026-08-04&quot;:4.51},{&quot;2026-08-05&quot;:4.51},{&quot;2026-08-07&quot;:4.56},{&quot;2026-08-08&quot;:4.55},{&quot;2026-08-09&quot;:4.55},{&quot;2026-08-10&quot;:4.55},{&quot;2026-08-11&quot;:4.54},{&quot;2026-08-12&quot;:4.54},{&quot;2026-08-13&quot;:4.56},{&quot;2026-08-14&quot;:4.51},{&quot;2026-08-15&quot;:4.53},{&quot;2026-08-16&quot;:4.49},{&quot;2026-08-17&quot;:4.4},{&quot;2026-08-18&quot;:4.33},{&quot;2026-08-19&quot;:4.21},{&quot;2026-08-20&quot;:4.21},{&quot;2026-08-21&quot;:4.14},{&quot;2026-08-22&quot;:4.14},{&quot;2026-08-23&quot;:4.14},{&quot;2026-08-24&quot;:4.14},{&quot;2026-08-25&quot;:4.14},{&quot;2026-08-26&quot;:4.37},{&quot;2026-08-27&quot;:4.57},{&quot;2026-08-28&quot;:4.51},{&quot;2026-08-29&quot;:4.51},{&quot;2026-08-30&quot;:4.73},{&quot;2026-08-31&quot;:4.79},{&quot;2026-09-01&quot;:4.79},{&quot;2026-09-02&quot;:5.05},{&quot;2026-09-03&quot;:5.05},{&quot;2026-09-04&quot;:5.05},{&quot;2026-09-05&quot;:5.49},{&quot;2026-09-06&quot;:5.87},{&quot;2026-09-07&quot;:5.98},{&quot;2026-09-08&quot;:6.45},{&quot;2026-09-09&quot;:6.33},{&quot;2026-09-10&quot;:6.39},{&quot;2026-09-11&quot;:6.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="46583"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Phyrexian Praetor
      </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">
            $6.40
          </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="Vorinclex // The Grand Evolution" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/9/2903fa0d-a586-4886-981d-7b9b34aed83b.jpg?1783916922" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Vorinclex // The Grand Evolution" src="https://cards.scryfall.io/large/front/2/9/2903fa0d-a586-4886-981d-7b9b34aed83b.jpg?1783916922" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Vorinclex // The Grand Evolution" src="https://cards.scryfall.io/large/back/2/9/2903fa0d-a586-4886-981d-7b9b34aed83b.jpg?1783916922" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.14},{&quot;2026-06-14&quot;:8.14},{&quot;2026-06-15&quot;:8.18},{&quot;2026-06-16&quot;:8.18},{&quot;2026-06-17&quot;:8.18},{&quot;2026-06-18&quot;:8.19},{&quot;2026-06-19&quot;:8.17},{&quot;2026-06-20&quot;:8.17},{&quot;2026-06-21&quot;:8.18},{&quot;2026-06-22&quot;:8.18},{&quot;2026-06-23&quot;:8.21},{&quot;2026-06-24&quot;:8.21},{&quot;2026-06-25&quot;:8.21},{&quot;2026-06-26&quot;:8.18},{&quot;2026-06-27&quot;:8.18},{&quot;2026-06-28&quot;:8.18},{&quot;2026-06-29&quot;:8.18},{&quot;2026-06-30&quot;:8.18},{&quot;2026-07-01&quot;:8.18},{&quot;2026-07-02&quot;:8.18},{&quot;2026-07-03&quot;:8.19},{&quot;2026-07-04&quot;:8.19},{&quot;2026-07-05&quot;:8.19},{&quot;2026-07-06&quot;:8.19},{&quot;2026-07-07&quot;:8.19},{&quot;2026-07-08&quot;:8.19},{&quot;2026-07-09&quot;:8.19},{&quot;2026-07-10&quot;:8.19},{&quot;2026-07-11&quot;:8.19},{&quot;2026-07-12&quot;:8.19},{&quot;2026-07-13&quot;:8.19},{&quot;2026-07-14&quot;:8.19},{&quot;2026-07-15&quot;:8.19},{&quot;2026-07-16&quot;:8.19},{&quot;2026-07-17&quot;:8.18},{&quot;2026-07-18&quot;:8.18},{&quot;2026-07-19&quot;:8.18},{&quot;2026-07-20&quot;:8.15},{&quot;2026-07-21&quot;:8.17},{&quot;2026-07-22&quot;:8.17},{&quot;2026-07-23&quot;:8.17},{&quot;2026-07-24&quot;:8.17},{&quot;2026-07-25&quot;:8.17},{&quot;2026-07-26&quot;:8.18},{&quot;2026-07-27&quot;:8.18},{&quot;2026-07-28&quot;:8.18},{&quot;2026-07-29&quot;:8.18},{&quot;2026-07-30&quot;:8.26},{&quot;2026-07-31&quot;:8.26},{&quot;2026-08-01&quot;:8.26},{&quot;2026-08-02&quot;:8.26},{&quot;2026-08-03&quot;:8.19},{&quot;2026-08-04&quot;:8.19},{&quot;2026-08-05&quot;:8.12},{&quot;2026-08-07&quot;:7.92},{&quot;2026-08-08&quot;:7.92},{&quot;2026-08-09&quot;:7.92},{&quot;2026-08-10&quot;:7.92},{&quot;2026-08-11&quot;:7.92},{&quot;2026-08-12&quot;:7.92},{&quot;2026-08-13&quot;:8.02},{&quot;2026-08-14&quot;:8.04},{&quot;2026-08-15&quot;:8.04},{&quot;2026-08-16&quot;:7.98},{&quot;2026-08-17&quot;:7.98},{&quot;2026-08-18&quot;:7.98},{&quot;2026-08-19&quot;:7.99},{&quot;2026-08-20&quot;:7.99},{&quot;2026-08-21&quot;:8.02},{&quot;2026-08-22&quot;:8.02},{&quot;2026-08-23&quot;:8.03},{&quot;2026-08-24&quot;:8.03},{&quot;2026-08-25&quot;:8.01},{&quot;2026-08-26&quot;:8.05},{&quot;2026-08-27&quot;:8.05},{&quot;2026-08-28&quot;:8.05},{&quot;2026-08-29&quot;:8.05},{&quot;2026-08-30&quot;:8.0},{&quot;2026-08-31&quot;:8.01},{&quot;2026-09-01&quot;:8.01},{&quot;2026-09-02&quot;:8.01},{&quot;2026-09-03&quot;:8.06},{&quot;2026-09-04&quot;:8.06},{&quot;2026-09-05&quot;:8.07},{&quot;2026-09-06&quot;:8.1},{&quot;2026-09-07&quot;:8.1},{&quot;2026-09-08&quot;:8.1},{&quot;2026-09-09&quot;:8.09},{&quot;2026-09-10&quot;:8.08},{&quot;2026-09-11&quot;:8.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.36},{&quot;2026-06-14&quot;:6.36},{&quot;2026-06-15&quot;:6.36},{&quot;2026-06-16&quot;:6.36},{&quot;2026-06-17&quot;:6.36},{&quot;2026-06-18&quot;:6.36},{&quot;2026-06-19&quot;:6.29},{&quot;2026-06-20&quot;:6.29},{&quot;2026-06-21&quot;:6.29},{&quot;2026-06-22&quot;:6.29},{&quot;2026-06-23&quot;:6.29},{&quot;2026-06-24&quot;:6.17},{&quot;2026-06-25&quot;:6.17},{&quot;2026-06-26&quot;:6.17},{&quot;2026-06-27&quot;:6.17},{&quot;2026-06-28&quot;:6.17},{&quot;2026-06-29&quot;:6.17},{&quot;2026-06-30&quot;:6.13},{&quot;2026-07-01&quot;:6.14},{&quot;2026-07-02&quot;:6.06},{&quot;2026-07-03&quot;:6.06},{&quot;2026-07-04&quot;:6.09},{&quot;2026-07-05&quot;:6.09},{&quot;2026-07-06&quot;:6.09},{&quot;2026-07-07&quot;:6.03},{&quot;2026-07-08&quot;:6.03},{&quot;2026-07-09&quot;:6.11},{&quot;2026-07-10&quot;:6.08},{&quot;2026-07-11&quot;:6.08},{&quot;2026-07-12&quot;:6.1},{&quot;2026-07-13&quot;:6.1},{&quot;2026-07-14&quot;:6.13},{&quot;2026-07-15&quot;:6.1},{&quot;2026-07-16&quot;:5.98},{&quot;2026-07-17&quot;:5.97},{&quot;2026-07-18&quot;:5.92},{&quot;2026-07-19&quot;:5.96},{&quot;2026-07-20&quot;:5.96},{&quot;2026-07-21&quot;:5.88},{&quot;2026-07-22&quot;:5.89},{&quot;2026-07-23&quot;:5.87},{&quot;2026-07-24&quot;:5.87},{&quot;2026-07-25&quot;:5.89},{&quot;2026-07-26&quot;:5.89},{&quot;2026-07-27&quot;:5.89},{&quot;2026-07-28&quot;:5.89},{&quot;2026-07-29&quot;:5.88},{&quot;2026-07-30&quot;:5.88},{&quot;2026-07-31&quot;:5.87},{&quot;2026-08-01&quot;:5.87},{&quot;2026-08-02&quot;:5.86},{&quot;2026-08-03&quot;:5.85},{&quot;2026-08-04&quot;:5.85},{&quot;2026-08-05&quot;:5.92},{&quot;2026-08-07&quot;:5.86},{&quot;2026-08-08&quot;:5.82},{&quot;2026-08-09&quot;:5.83},{&quot;2026-08-10&quot;:5.83},{&quot;2026-08-11&quot;:5.89},{&quot;2026-08-12&quot;:5.92},{&quot;2026-08-13&quot;:5.89},{&quot;2026-08-14&quot;:5.89},{&quot;2026-08-15&quot;:5.81},{&quot;2026-08-16&quot;:5.8},{&quot;2026-08-17&quot;:5.8},{&quot;2026-08-18&quot;:5.78},{&quot;2026-08-19&quot;:5.78},{&quot;2026-08-20&quot;:5.78},{&quot;2026-08-21&quot;:5.78},{&quot;2026-08-22&quot;:5.78},{&quot;2026-08-23&quot;:5.78},{&quot;2026-08-24&quot;:5.8},{&quot;2026-08-25&quot;:5.8},{&quot;2026-08-26&quot;:5.8},{&quot;2026-08-27&quot;:5.81},{&quot;2026-08-28&quot;:5.83},{&quot;2026-08-29&quot;:5.83},{&quot;2026-08-30&quot;:5.81},{&quot;2026-08-31&quot;:5.83},{&quot;2026-09-01&quot;:5.83},{&quot;2026-09-02&quot;:5.87},{&quot;2026-09-03&quot;:5.94},{&quot;2026-09-04&quot;:5.99},{&quot;2026-09-05&quot;:6.02},{&quot;2026-09-06&quot;:6.11},{&quot;2026-09-07&quot;:6.33},{&quot;2026-09-08&quot;:6.36},{&quot;2026-09-09&quot;:6.36},{&quot;2026-09-10&quot;:6.36},{&quot;2026-09-11&quot;:6.4}]}"
        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="95328"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $6.40
          </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="Baleful Strix" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/a/4ae1ec4a-5367-4663-841b-4038ae30a690.jpg?1783906251" />

        <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">
            Baleful Strix
        </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 — Bird</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Baleful Strix" src="https://cards.scryfall.io/large/front/4/a/4ae1ec4a-5367-4663-841b-4038ae30a690.jpg?1783906251" />
    </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.40
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:3.7},{&quot;2026-08-20&quot;:3.7},{&quot;2026-08-21&quot;:3.7},{&quot;2026-08-22&quot;:3.7},{&quot;2026-08-23&quot;:3.7},{&quot;2026-08-24&quot;:3.7},{&quot;2026-08-25&quot;:3.7},{&quot;2026-08-26&quot;:3.73},{&quot;2026-08-27&quot;:3.73},{&quot;2026-08-28&quot;:3.73},{&quot;2026-08-29&quot;:3.73},{&quot;2026-08-30&quot;:3.73},{&quot;2026-08-31&quot;:3.73},{&quot;2026-09-01&quot;:3.73},{&quot;2026-09-02&quot;:3.72},{&quot;2026-09-03&quot;:3.72},{&quot;2026-09-04&quot;:3.72},{&quot;2026-09-05&quot;:4.31},{&quot;2026-09-06&quot;:4.66},{&quot;2026-09-07&quot;:5.42},{&quot;2026-09-08&quot;:6.08},{&quot;2026-09-09&quot;:6.09},{&quot;2026-09-10&quot;:6.09},{&quot;2026-09-11&quot;:6.09}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.97},{&quot;2026-06-10&quot;:0.96},{&quot;2026-06-11&quot;:0.97},{&quot;2026-06-12&quot;:0.97},{&quot;2026-06-13&quot;:0.95},{&quot;2026-06-14&quot;:0.94},{&quot;2026-06-15&quot;:0.94},{&quot;2026-06-16&quot;:0.95},{&quot;2026-06-17&quot;:0.95},{&quot;2026-06-18&quot;:0.93},{&quot;2026-06-19&quot;:0.94},{&quot;2026-06-20&quot;:0.99},{&quot;2026-06-21&quot;:1.0},{&quot;2026-06-22&quot;:1.01},{&quot;2026-06-24&quot;:0.95},{&quot;2026-06-25&quot;:0.95},{&quot;2026-06-26&quot;:0.95},{&quot;2026-06-27&quot;:0.96},{&quot;2026-06-28&quot;:0.98},{&quot;2026-06-29&quot;:0.98},{&quot;2026-06-30&quot;:0.96},{&quot;2026-07-01&quot;:0.95},{&quot;2026-07-02&quot;:0.95},{&quot;2026-07-03&quot;:0.94},{&quot;2026-07-04&quot;:0.94},{&quot;2026-07-05&quot;:0.92},{&quot;2026-07-06&quot;:0.92},{&quot;2026-07-07&quot;:0.93},{&quot;2026-07-08&quot;:0.96},{&quot;2026-07-09&quot;:0.95},{&quot;2026-07-10&quot;:0.95},{&quot;2026-07-11&quot;:0.93},{&quot;2026-07-12&quot;:0.94},{&quot;2026-07-13&quot;:0.95},{&quot;2026-07-14&quot;:0.95},{&quot;2026-07-15&quot;:0.94},{&quot;2026-07-16&quot;:0.94},{&quot;2026-07-17&quot;:0.93},{&quot;2026-07-18&quot;:0.93},{&quot;2026-07-19&quot;:0.98},{&quot;2026-07-20&quot;:0.99},{&quot;2026-07-21&quot;:1.0},{&quot;2026-07-23&quot;:0.95},{&quot;2026-07-25&quot;:0.95},{&quot;2026-07-26&quot;:0.96},{&quot;2026-07-27&quot;:0.96},{&quot;2026-07-29&quot;:0.94},{&quot;2026-07-30&quot;:0.94},{&quot;2026-07-31&quot;:0.93},{&quot;2026-08-01&quot;:0.94},{&quot;2026-08-02&quot;:0.93},{&quot;2026-08-03&quot;:0.94},{&quot;2026-08-04&quot;:0.95},{&quot;2026-08-05&quot;:0.96},{&quot;2026-08-07&quot;:1.01},{&quot;2026-08-08&quot;:1.02},{&quot;2026-08-09&quot;:1.02},{&quot;2026-08-10&quot;:0.96},{&quot;2026-08-11&quot;:0.97},{&quot;2026-08-12&quot;:0.96},{&quot;2026-08-13&quot;:0.97},{&quot;2026-08-14&quot;:0.98},{&quot;2026-08-15&quot;:0.99},{&quot;2026-08-16&quot;:0.97},{&quot;2026-08-17&quot;:0.95},{&quot;2026-08-18&quot;:0.95},{&quot;2026-08-19&quot;:1.0},{&quot;2026-08-20&quot;:1.0},{&quot;2026-08-21&quot;:1.04},{&quot;2026-08-22&quot;:0.99},{&quot;2026-08-23&quot;:0.98},{&quot;2026-08-24&quot;:0.99},{&quot;2026-08-25&quot;:0.99},{&quot;2026-08-26&quot;:1.03},{&quot;2026-08-27&quot;:1.03},{&quot;2026-08-28&quot;:0.97},{&quot;2026-08-29&quot;:0.97},{&quot;2026-08-30&quot;:1.07},{&quot;2026-08-31&quot;:1.09},{&quot;2026-09-01&quot;:1.09},{&quot;2026-09-02&quot;:1.02},{&quot;2026-09-03&quot;:1.04},{&quot;2026-09-04&quot;:1.07},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:3.39},{&quot;2026-09-07&quot;:4.82},{&quot;2026-09-08&quot;:5.9},{&quot;2026-09-09&quot;:6.69},{&quot;2026-09-10&quot;:6.41},{&quot;2026-09-11&quot;:6.4}]}"
        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="20579"
  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">
            Karrthus, Tyrant of Jund
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.38
          </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="Karrthus, Tyrant of Jund" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/b/2bfb85e8-278b-48a4-970e-e65bad1c4c47.jpg?1783930130" />

        <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">
            Karrthus, Tyrant of Jund
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Karrthus, Tyrant of Jund" src="https://cards.scryfall.io/large/front/2/b/2bfb85e8-278b-48a4-970e-e65bad1c4c47.jpg?1783930130" />
    </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.38
              </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.43
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.59},{&quot;2026-06-14&quot;:7.59},{&quot;2026-06-15&quot;:7.59},{&quot;2026-06-16&quot;:7.59},{&quot;2026-06-17&quot;:7.59},{&quot;2026-06-18&quot;:7.59},{&quot;2026-06-19&quot;:7.59},{&quot;2026-06-20&quot;:7.59},{&quot;2026-06-21&quot;:7.59},{&quot;2026-06-22&quot;:7.59},{&quot;2026-06-23&quot;:7.59},{&quot;2026-06-24&quot;:7.59},{&quot;2026-06-25&quot;:7.59},{&quot;2026-06-26&quot;:7.59},{&quot;2026-06-27&quot;:7.59},{&quot;2026-06-28&quot;:7.59},{&quot;2026-06-29&quot;:7.59},{&quot;2026-06-30&quot;:7.59},{&quot;2026-07-01&quot;:7.59},{&quot;2026-07-02&quot;:7.59},{&quot;2026-07-03&quot;:7.59},{&quot;2026-07-04&quot;:7.6},{&quot;2026-07-05&quot;:7.6},{&quot;2026-07-06&quot;:7.6},{&quot;2026-07-07&quot;:7.6},{&quot;2026-07-08&quot;:7.6},{&quot;2026-07-09&quot;:7.6},{&quot;2026-07-10&quot;:7.6},{&quot;2026-07-11&quot;:7.6},{&quot;2026-07-12&quot;:7.6},{&quot;2026-07-13&quot;:7.6},{&quot;2026-07-14&quot;:7.6},{&quot;2026-07-15&quot;:7.6},{&quot;2026-07-16&quot;:7.55},{&quot;2026-07-17&quot;:7.59},{&quot;2026-07-18&quot;:7.59},{&quot;2026-07-19&quot;:7.59},{&quot;2026-07-20&quot;:7.59},{&quot;2026-07-21&quot;:7.61},{&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.48},{&quot;2026-07-26&quot;:7.48},{&quot;2026-07-27&quot;:7.48},{&quot;2026-07-28&quot;:7.48},{&quot;2026-07-29&quot;:7.48},{&quot;2026-07-30&quot;:7.5},{&quot;2026-07-31&quot;:7.5},{&quot;2026-08-01&quot;:7.5},{&quot;2026-08-02&quot;:7.5},{&quot;2026-08-03&quot;:7.5},{&quot;2026-08-04&quot;:7.5},{&quot;2026-08-05&quot;:7.5},{&quot;2026-08-07&quot;:7.5},{&quot;2026-08-08&quot;:7.31},{&quot;2026-08-09&quot;:7.31},{&quot;2026-08-10&quot;:7.31},{&quot;2026-08-11&quot;:7.31},{&quot;2026-08-12&quot;:7.31},{&quot;2026-08-13&quot;:7.31},{&quot;2026-08-14&quot;:7.31},{&quot;2026-08-15&quot;:7.31},{&quot;2026-08-16&quot;:7.31},{&quot;2026-08-17&quot;:7.33},{&quot;2026-08-18&quot;:7.4},{&quot;2026-08-19&quot;:7.41},{&quot;2026-08-20&quot;:7.41},{&quot;2026-08-21&quot;:7.41},{&quot;2026-08-22&quot;:7.41},{&quot;2026-08-23&quot;:7.41},{&quot;2026-08-24&quot;:7.41},{&quot;2026-08-25&quot;:7.41},{&quot;2026-08-26&quot;:7.41},{&quot;2026-08-27&quot;:7.41},{&quot;2026-08-28&quot;:7.41},{&quot;2026-08-29&quot;:7.41},{&quot;2026-08-30&quot;:7.35},{&quot;2026-08-31&quot;:7.35},{&quot;2026-09-01&quot;:7.35},{&quot;2026-09-02&quot;:7.34},{&quot;2026-09-03&quot;:7.34},{&quot;2026-09-04&quot;:7.35},{&quot;2026-09-05&quot;:7.35},{&quot;2026-09-06&quot;:7.35},{&quot;2026-09-07&quot;:7.43},{&quot;2026-09-08&quot;:7.43},{&quot;2026-09-09&quot;:7.43},{&quot;2026-09-10&quot;:7.43},{&quot;2026-09-11&quot;:7.43}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.36},{&quot;2026-06-14&quot;:7.36},{&quot;2026-06-15&quot;:7.36},{&quot;2026-06-16&quot;:7.23},{&quot;2026-06-17&quot;:7.23},{&quot;2026-06-18&quot;:7.14},{&quot;2026-06-19&quot;:7.14},{&quot;2026-06-20&quot;:7.11},{&quot;2026-06-21&quot;:6.95},{&quot;2026-06-22&quot;:6.81},{&quot;2026-06-23&quot;:6.81},{&quot;2026-06-24&quot;:6.81},{&quot;2026-06-25&quot;:6.81},{&quot;2026-06-26&quot;:6.81},{&quot;2026-06-27&quot;:6.78},{&quot;2026-06-28&quot;:6.78},{&quot;2026-06-29&quot;:6.78},{&quot;2026-06-30&quot;:6.78},{&quot;2026-07-01&quot;:6.78},{&quot;2026-07-02&quot;:6.78},{&quot;2026-07-03&quot;:6.71},{&quot;2026-07-04&quot;:6.68},{&quot;2026-07-05&quot;:6.68},{&quot;2026-07-06&quot;:6.68},{&quot;2026-07-07&quot;:6.68},{&quot;2026-07-08&quot;:6.71},{&quot;2026-07-09&quot;:6.58},{&quot;2026-07-10&quot;:6.54},{&quot;2026-07-11&quot;:6.54},{&quot;2026-07-12&quot;:6.54},{&quot;2026-07-13&quot;:6.59},{&quot;2026-07-14&quot;:6.59},{&quot;2026-07-15&quot;:6.59},{&quot;2026-07-16&quot;:6.61},{&quot;2026-07-17&quot;:6.61},{&quot;2026-07-18&quot;:6.61},{&quot;2026-07-19&quot;:6.61},{&quot;2026-07-20&quot;:6.61},{&quot;2026-07-21&quot;:6.61},{&quot;2026-07-22&quot;:6.52},{&quot;2026-07-23&quot;:6.52},{&quot;2026-07-24&quot;:6.42},{&quot;2026-07-25&quot;:6.42},{&quot;2026-07-26&quot;:6.42},{&quot;2026-07-27&quot;:6.42},{&quot;2026-07-28&quot;:6.42},{&quot;2026-07-29&quot;:6.42},{&quot;2026-07-30&quot;:6.32},{&quot;2026-07-31&quot;:6.19},{&quot;2026-08-01&quot;:6.19},{&quot;2026-08-02&quot;:6.19},{&quot;2026-08-03&quot;:6.17},{&quot;2026-08-04&quot;:6.17},{&quot;2026-08-05&quot;:6.17},{&quot;2026-08-07&quot;:6.17},{&quot;2026-08-08&quot;:6.11},{&quot;2026-08-09&quot;:6.15},{&quot;2026-08-10&quot;:6.12},{&quot;2026-08-11&quot;:6.1},{&quot;2026-08-12&quot;:6.1},{&quot;2026-08-13&quot;:6.1},{&quot;2026-08-14&quot;:6.1},{&quot;2026-08-15&quot;:6.11},{&quot;2026-08-16&quot;:6.33},{&quot;2026-08-17&quot;:6.3},{&quot;2026-08-18&quot;:6.3},{&quot;2026-08-19&quot;:6.3},{&quot;2026-08-20&quot;:6.3},{&quot;2026-08-21&quot;:6.26},{&quot;2026-08-22&quot;:6.26},{&quot;2026-08-23&quot;:6.21},{&quot;2026-08-24&quot;:6.15},{&quot;2026-08-25&quot;:6.18},{&quot;2026-08-26&quot;:6.18},{&quot;2026-08-27&quot;:6.23},{&quot;2026-08-28&quot;:6.23},{&quot;2026-08-29&quot;:6.23},{&quot;2026-08-30&quot;:6.24},{&quot;2026-08-31&quot;:6.24},{&quot;2026-09-01&quot;:6.32},{&quot;2026-09-02&quot;:6.32},{&quot;2026-09-03&quot;:6.32},{&quot;2026-09-04&quot;:6.4},{&quot;2026-09-05&quot;:6.4},{&quot;2026-09-06&quot;:6.4},{&quot;2026-09-07&quot;:6.41},{&quot;2026-09-08&quot;:6.38},{&quot;2026-09-09&quot;:6.38},{&quot;2026-09-10&quot;:6.38},{&quot;2026-09-11&quot;:6.38}]}"
        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="108388"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.38
          </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="Spire Garden" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/48444c3e-2068-4961-a9cd-9398052e5bd6.jpg?1783904149" />

        <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">
            Spire Garden
        </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="Spire Garden" src="https://cards.scryfall.io/large/front/4/8/48444c3e-2068-4961-a9cd-9398052e5bd6.jpg?1783904149" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:14.49},{&quot;2026-08-20&quot;:14.49},{&quot;2026-08-21&quot;:14.49},{&quot;2026-08-22&quot;:14.49},{&quot;2026-08-23&quot;:14.76},{&quot;2026-08-24&quot;:14.79},{&quot;2026-08-25&quot;:14.79},{&quot;2026-08-26&quot;:14.79},{&quot;2026-08-27&quot;:14.89},{&quot;2026-08-28&quot;:14.87},{&quot;2026-08-29&quot;:14.87},{&quot;2026-08-30&quot;:14.79},{&quot;2026-08-31&quot;:14.79},{&quot;2026-09-01&quot;:14.79},{&quot;2026-09-02&quot;:14.79},{&quot;2026-09-03&quot;:14.79},{&quot;2026-09-04&quot;:15.01},{&quot;2026-09-05&quot;:15.01},{&quot;2026-09-06&quot;:15.01},{&quot;2026-09-07&quot;:14.94},{&quot;2026-09-08&quot;:14.79},{&quot;2026-09-09&quot;:14.79},{&quot;2026-09-10&quot;:14.79},{&quot;2026-09-11&quot;:14.79}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.61},{&quot;2026-06-14&quot;:5.26},{&quot;2026-06-15&quot;:5.0},{&quot;2026-06-16&quot;:4.85},{&quot;2026-06-17&quot;:5.04},{&quot;2026-06-18&quot;:5.33},{&quot;2026-06-19&quot;:5.54},{&quot;2026-06-20&quot;:5.49},{&quot;2026-06-21&quot;:5.77},{&quot;2026-06-22&quot;:6.0},{&quot;2026-06-23&quot;:5.79},{&quot;2026-06-24&quot;:5.71},{&quot;2026-06-25&quot;:5.79},{&quot;2026-06-26&quot;:5.63},{&quot;2026-06-27&quot;:5.38},{&quot;2026-06-28&quot;:5.81},{&quot;2026-06-29&quot;:5.89},{&quot;2026-06-30&quot;:6.44},{&quot;2026-07-01&quot;:6.18},{&quot;2026-07-02&quot;:5.69},{&quot;2026-07-03&quot;:5.78},{&quot;2026-07-04&quot;:5.64},{&quot;2026-07-05&quot;:5.68},{&quot;2026-07-06&quot;:6.04},{&quot;2026-07-07&quot;:6.24},{&quot;2026-07-08&quot;:6.06},{&quot;2026-07-09&quot;:6.01},{&quot;2026-07-10&quot;:6.39},{&quot;2026-07-11&quot;:6.0},{&quot;2026-07-12&quot;:5.8},{&quot;2026-07-13&quot;:5.77},{&quot;2026-07-14&quot;:5.97},{&quot;2026-07-15&quot;:6.2},{&quot;2026-07-16&quot;:6.26},{&quot;2026-07-17&quot;:6.24},{&quot;2026-07-18&quot;:6.33},{&quot;2026-07-19&quot;:6.02},{&quot;2026-07-20&quot;:6.03},{&quot;2026-07-21&quot;:6.1},{&quot;2026-07-22&quot;:6.38},{&quot;2026-07-23&quot;:6.35},{&quot;2026-07-24&quot;:6.43},{&quot;2026-07-25&quot;:6.38},{&quot;2026-07-26&quot;:6.36},{&quot;2026-07-27&quot;:6.28},{&quot;2026-07-28&quot;:6.41},{&quot;2026-07-29&quot;:6.4},{&quot;2026-07-30&quot;:6.37},{&quot;2026-07-31&quot;:6.18},{&quot;2026-08-01&quot;:6.16},{&quot;2026-08-02&quot;:6.09},{&quot;2026-08-03&quot;:6.07},{&quot;2026-08-04&quot;:6.32},{&quot;2026-08-05&quot;:6.45},{&quot;2026-08-07&quot;:6.05},{&quot;2026-08-08&quot;:6.09},{&quot;2026-08-09&quot;:6.09},{&quot;2026-08-10&quot;:6.37},{&quot;2026-08-11&quot;:6.24},{&quot;2026-08-12&quot;:6.28},{&quot;2026-08-13&quot;:6.29},{&quot;2026-08-14&quot;:6.29},{&quot;2026-08-15&quot;:6.29},{&quot;2026-08-16&quot;:6.36},{&quot;2026-08-17&quot;:6.35},{&quot;2026-08-18&quot;:6.44},{&quot;2026-08-19&quot;:6.45},{&quot;2026-08-20&quot;:6.51},{&quot;2026-08-21&quot;:6.53},{&quot;2026-08-22&quot;:6.58},{&quot;2026-08-23&quot;:6.64},{&quot;2026-08-24&quot;:6.73},{&quot;2026-08-25&quot;:6.73},{&quot;2026-08-26&quot;:6.72},{&quot;2026-08-27&quot;:6.58},{&quot;2026-08-28&quot;:6.55},{&quot;2026-08-29&quot;:6.55},{&quot;2026-08-30&quot;:6.73},{&quot;2026-08-31&quot;:6.62},{&quot;2026-09-01&quot;:6.5},{&quot;2026-09-02&quot;:6.46},{&quot;2026-09-03&quot;:6.45},{&quot;2026-09-04&quot;:6.44},{&quot;2026-09-05&quot;:6.52},{&quot;2026-09-06&quot;:6.25},{&quot;2026-09-07&quot;:6.33},{&quot;2026-09-08&quot;:6.3},{&quot;2026-09-09&quot;:6.06},{&quot;2026-09-10&quot;:6.19},{&quot;2026-09-11&quot;:6.38}]}"
        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="108939"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ghostly Prison" src="https://cards.scryfall.io/large/front/e/1/e1f723a8-0be9-4270-b451-a52d6b2fda4e.jpg?1782683269" />
    </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.38
              </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.00
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.64},{&quot;2026-06-14&quot;:4.64},{&quot;2026-06-15&quot;:4.64},{&quot;2026-06-16&quot;:4.75},{&quot;2026-06-17&quot;:4.48},{&quot;2026-06-18&quot;:4.47},{&quot;2026-06-19&quot;:4.7},{&quot;2026-06-20&quot;:4.69},{&quot;2026-06-21&quot;:4.64},{&quot;2026-06-22&quot;:4.48},{&quot;2026-06-23&quot;:4.68},{&quot;2026-06-24&quot;:4.56},{&quot;2026-06-25&quot;:4.56},{&quot;2026-06-26&quot;:4.38},{&quot;2026-06-27&quot;:4.24},{&quot;2026-06-28&quot;:4.24},{&quot;2026-06-29&quot;:4.28},{&quot;2026-06-30&quot;:4.35},{&quot;2026-07-01&quot;:4.75},{&quot;2026-07-02&quot;:5.0},{&quot;2026-07-03&quot;:5.29},{&quot;2026-07-04&quot;:5.21},{&quot;2026-07-05&quot;:4.87},{&quot;2026-07-06&quot;:4.68},{&quot;2026-07-07&quot;:4.37},{&quot;2026-07-08&quot;:4.36},{&quot;2026-07-09&quot;:4.21},{&quot;2026-07-10&quot;:4.29},{&quot;2026-07-11&quot;:4.75},{&quot;2026-07-12&quot;:4.72},{&quot;2026-07-13&quot;:4.87},{&quot;2026-07-14&quot;:4.78},{&quot;2026-07-15&quot;:4.6},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.56},{&quot;2026-07-18&quot;:5.32},{&quot;2026-07-19&quot;:5.21},{&quot;2026-07-20&quot;:5.06},{&quot;2026-07-21&quot;:4.95},{&quot;2026-07-22&quot;:5.39},{&quot;2026-07-23&quot;:5.46},{&quot;2026-07-24&quot;:5.65},{&quot;2026-07-25&quot;:5.34},{&quot;2026-07-26&quot;:5.21},{&quot;2026-07-27&quot;:5.07},{&quot;2026-07-28&quot;:5.2},{&quot;2026-07-29&quot;:5.45},{&quot;2026-07-30&quot;:5.54},{&quot;2026-07-31&quot;:5.71},{&quot;2026-08-01&quot;:5.75},{&quot;2026-08-02&quot;:5.75},{&quot;2026-08-03&quot;:5.85},{&quot;2026-08-04&quot;:5.97},{&quot;2026-08-05&quot;:6.08},{&quot;2026-08-07&quot;:5.83},{&quot;2026-08-08&quot;:5.75},{&quot;2026-08-09&quot;:5.55},{&quot;2026-08-10&quot;:5.22},{&quot;2026-08-11&quot;:5.22},{&quot;2026-08-12&quot;:5.15},{&quot;2026-08-13&quot;:5.51},{&quot;2026-08-14&quot;:5.59},{&quot;2026-08-15&quot;:5.64},{&quot;2026-08-16&quot;:5.76},{&quot;2026-08-17&quot;:5.57},{&quot;2026-08-18&quot;:5.62},{&quot;2026-08-19&quot;:5.69},{&quot;2026-08-20&quot;:5.78},{&quot;2026-08-21&quot;:5.69},{&quot;2026-08-22&quot;:5.68},{&quot;2026-08-23&quot;:5.64},{&quot;2026-08-24&quot;:5.81},{&quot;2026-08-25&quot;:5.79},{&quot;2026-08-26&quot;:5.59},{&quot;2026-08-27&quot;:5.5},{&quot;2026-08-28&quot;:5.7},{&quot;2026-08-29&quot;:5.7},{&quot;2026-08-30&quot;:5.82},{&quot;2026-08-31&quot;:5.97},{&quot;2026-09-01&quot;:6.02},{&quot;2026-09-02&quot;:5.88},{&quot;2026-09-03&quot;:5.85},{&quot;2026-09-04&quot;:6.01},{&quot;2026-09-05&quot;:6.11},{&quot;2026-09-06&quot;:5.95},{&quot;2026-09-07&quot;:6.24},{&quot;2026-09-08&quot;:6.62},{&quot;2026-09-09&quot;:6.58},{&quot;2026-09-10&quot;:6.46},{&quot;2026-09-11&quot;:6.38}]}"
        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="90914"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Sorin, Imperious Bloodlord" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/1/219d3e48-e0b1-472d-ac45-11c14b292c9e.jpg?1783908130" />

        <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">
            Sorin, Imperious Bloodlord
        </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 — Sorin</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="Sorin, Imperious Bloodlord" src="https://cards.scryfall.io/large/front/2/1/219d3e48-e0b1-472d-ac45-11c14b292c9e.jpg?1783908130" />
    </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.03
              </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">
                $6.37
              </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">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:5.57},{&quot;2026-06-12&quot;:5.57},{&quot;2026-06-13&quot;:5.57},{&quot;2026-06-14&quot;:5.61},{&quot;2026-06-15&quot;:5.67},{&quot;2026-06-16&quot;:5.68},{&quot;2026-06-17&quot;:5.68},{&quot;2026-06-18&quot;:5.88},{&quot;2026-06-19&quot;:5.88},{&quot;2026-06-20&quot;:5.88},{&quot;2026-06-21&quot;:5.88},{&quot;2026-06-22&quot;:5.88},{&quot;2026-06-23&quot;:5.88},{&quot;2026-06-24&quot;:5.88},{&quot;2026-06-25&quot;:5.88},{&quot;2026-06-26&quot;:5.93},{&quot;2026-06-27&quot;:5.93},{&quot;2026-06-28&quot;:5.93},{&quot;2026-06-29&quot;:5.93},{&quot;2026-06-30&quot;:5.93},{&quot;2026-07-01&quot;:5.94},{&quot;2026-07-02&quot;:5.94},{&quot;2026-07-03&quot;:5.9},{&quot;2026-07-04&quot;:5.9},{&quot;2026-07-05&quot;:5.9},{&quot;2026-07-06&quot;:5.9},{&quot;2026-07-07&quot;:5.86},{&quot;2026-07-08&quot;:5.86},{&quot;2026-07-09&quot;:5.99},{&quot;2026-07-10&quot;:5.99},{&quot;2026-07-11&quot;:5.99},{&quot;2026-07-12&quot;:5.99},{&quot;2026-07-13&quot;:5.99},{&quot;2026-07-14&quot;:5.99},{&quot;2026-07-15&quot;:5.99},{&quot;2026-07-16&quot;:5.99},{&quot;2026-07-17&quot;:6.0},{&quot;2026-07-18&quot;:6.03},{&quot;2026-07-19&quot;:6.03},{&quot;2026-07-20&quot;:6.03},{&quot;2026-07-21&quot;:6.0},{&quot;2026-07-23&quot;:6.0},{&quot;2026-07-25&quot;:6.0},{&quot;2026-07-26&quot;:5.98},{&quot;2026-07-27&quot;:5.98},{&quot;2026-07-28&quot;:5.88},{&quot;2026-07-29&quot;:5.88},{&quot;2026-07-30&quot;:5.88},{&quot;2026-07-31&quot;:5.88},{&quot;2026-08-01&quot;:5.88},{&quot;2026-08-02&quot;:5.88},{&quot;2026-08-03&quot;:5.88},{&quot;2026-08-04&quot;:5.92},{&quot;2026-08-05&quot;:5.92},{&quot;2026-08-07&quot;:5.74},{&quot;2026-08-08&quot;:5.74},{&quot;2026-08-09&quot;:5.81},{&quot;2026-08-10&quot;:5.81},{&quot;2026-08-11&quot;:5.81},{&quot;2026-08-12&quot;:5.81},{&quot;2026-08-13&quot;:5.81},{&quot;2026-08-14&quot;:5.87},{&quot;2026-08-15&quot;:5.8},{&quot;2026-08-16&quot;:5.8},{&quot;2026-08-17&quot;:5.8},{&quot;2026-08-18&quot;:5.83},{&quot;2026-08-19&quot;:5.83},{&quot;2026-08-20&quot;:5.83},{&quot;2026-08-21&quot;:5.8},{&quot;2026-08-22&quot;:5.8},{&quot;2026-08-23&quot;:5.89},{&quot;2026-08-24&quot;:5.89},{&quot;2026-08-25&quot;:5.89},{&quot;2026-08-26&quot;:5.89},{&quot;2026-08-27&quot;:6.04},{&quot;2026-08-28&quot;:6.04},{&quot;2026-08-29&quot;:6.04},{&quot;2026-08-30&quot;:6.04},{&quot;2026-08-31&quot;:6.04},{&quot;2026-09-01&quot;:6.04},{&quot;2026-09-02&quot;:6.04},{&quot;2026-09-03&quot;:6.04},{&quot;2026-09-04&quot;:6.49},{&quot;2026-09-05&quot;:6.49},{&quot;2026-09-06&quot;:6.49},{&quot;2026-09-07&quot;:6.49},{&quot;2026-09-08&quot;:6.49},{&quot;2026-09-09&quot;:6.49},{&quot;2026-09-10&quot;:6.35},{&quot;2026-09-11&quot;:6.37}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.31},{&quot;2026-06-12&quot;:5.47},{&quot;2026-06-13&quot;:5.47},{&quot;2026-06-14&quot;:5.47},{&quot;2026-06-15&quot;:5.47},{&quot;2026-06-16&quot;:5.39},{&quot;2026-06-17&quot;:5.36},{&quot;2026-06-18&quot;:5.32},{&quot;2026-06-19&quot;:5.3},{&quot;2026-06-20&quot;:5.21},{&quot;2026-06-21&quot;:5.22},{&quot;2026-06-22&quot;:5.22},{&quot;2026-06-23&quot;:5.27},{&quot;2026-06-24&quot;:5.27},{&quot;2026-06-25&quot;:5.41},{&quot;2026-06-26&quot;:5.41},{&quot;2026-06-27&quot;:5.33},{&quot;2026-06-28&quot;:5.39},{&quot;2026-06-29&quot;:5.39},{&quot;2026-06-30&quot;:5.39},{&quot;2026-07-01&quot;:5.39},{&quot;2026-07-02&quot;:5.43},{&quot;2026-07-03&quot;:5.47},{&quot;2026-07-04&quot;:5.47},{&quot;2026-07-05&quot;:5.38},{&quot;2026-07-06&quot;:5.33},{&quot;2026-07-07&quot;:5.29},{&quot;2026-07-08&quot;:5.34},{&quot;2026-07-09&quot;:5.34},{&quot;2026-07-10&quot;:5.43},{&quot;2026-07-11&quot;:5.55},{&quot;2026-07-12&quot;:5.55},{&quot;2026-07-13&quot;:5.55},{&quot;2026-07-14&quot;:5.55},{&quot;2026-07-15&quot;:5.7},{&quot;2026-07-16&quot;:5.7},{&quot;2026-07-17&quot;:5.7},{&quot;2026-07-18&quot;:5.7},{&quot;2026-07-19&quot;:5.7},{&quot;2026-07-20&quot;:5.7},{&quot;2026-07-21&quot;:5.7},{&quot;2026-07-23&quot;:5.83},{&quot;2026-07-25&quot;:5.89},{&quot;2026-07-26&quot;:5.89},{&quot;2026-07-27&quot;:5.84},{&quot;2026-07-28&quot;:5.84},{&quot;2026-07-29&quot;:5.84},{&quot;2026-07-30&quot;:5.84},{&quot;2026-07-31&quot;:5.76},{&quot;2026-08-01&quot;:5.76},{&quot;2026-08-02&quot;:5.82},{&quot;2026-08-03&quot;:5.83},{&quot;2026-08-04&quot;:5.77},{&quot;2026-08-05&quot;:5.77},{&quot;2026-08-07&quot;:5.72},{&quot;2026-08-08&quot;:5.84},{&quot;2026-08-09&quot;:5.84},{&quot;2026-08-10&quot;:5.9},{&quot;2026-08-11&quot;:5.9},{&quot;2026-08-12&quot;:5.9},{&quot;2026-08-13&quot;:5.9},{&quot;2026-08-14&quot;:5.9},{&quot;2026-08-15&quot;:5.97},{&quot;2026-08-16&quot;:5.97},{&quot;2026-08-17&quot;:5.93},{&quot;2026-08-18&quot;:5.93},{&quot;2026-08-19&quot;:5.87},{&quot;2026-08-20&quot;:5.87},{&quot;2026-08-21&quot;:5.9},{&quot;2026-08-22&quot;:5.86},{&quot;2026-08-23&quot;:5.86},{&quot;2026-08-24&quot;:5.86},{&quot;2026-08-25&quot;:5.86},{&quot;2026-08-26&quot;:5.84},{&quot;2026-08-27&quot;:5.95},{&quot;2026-08-28&quot;:5.95},{&quot;2026-08-29&quot;:5.95},{&quot;2026-08-30&quot;:5.84},{&quot;2026-08-31&quot;:5.84},{&quot;2026-09-01&quot;:5.84},{&quot;2026-09-02&quot;:5.84},{&quot;2026-09-03&quot;:5.84},{&quot;2026-09-04&quot;:5.84},{&quot;2026-09-05&quot;:5.95},{&quot;2026-09-06&quot;:6.05},{&quot;2026-09-07&quot;:6.19},{&quot;2026-09-08&quot;:6.19},{&quot;2026-09-09&quot;:6.19},{&quot;2026-09-10&quot;:6.19},{&quot;2026-09-11&quot;:6.03}]}"
        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="46425"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.35
          </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="Thalia and The Gitrog Monster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d7ff937-de92-445f-976c-726fef5c91cc.jpg?1783916938" />

        <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">
            Thalia and The Gitrog Monster
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Thalia and The Gitrog Monster" src="https://cards.scryfall.io/large/front/8/d/8d7ff937-de92-445f-976c-726fef5c91cc.jpg?1783916938" />
    </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.35
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.82},{&quot;2026-06-14&quot;:7.82},{&quot;2026-06-15&quot;:8.0},{&quot;2026-06-16&quot;:8.22},{&quot;2026-06-17&quot;:8.22},{&quot;2026-06-18&quot;:8.22},{&quot;2026-06-19&quot;:8.22},{&quot;2026-06-20&quot;:8.22},{&quot;2026-06-21&quot;:8.22},{&quot;2026-06-22&quot;:8.22},{&quot;2026-06-23&quot;:8.22},{&quot;2026-06-24&quot;:8.22},{&quot;2026-06-25&quot;:8.22},{&quot;2026-06-26&quot;:8.22},{&quot;2026-06-27&quot;:7.84},{&quot;2026-06-28&quot;:7.94},{&quot;2026-06-29&quot;:7.92},{&quot;2026-06-30&quot;:7.92},{&quot;2026-07-01&quot;:7.92},{&quot;2026-07-02&quot;:7.92},{&quot;2026-07-03&quot;:8.03},{&quot;2026-07-04&quot;:8.03},{&quot;2026-07-05&quot;:8.03},{&quot;2026-07-06&quot;:8.03},{&quot;2026-07-07&quot;:8.03},{&quot;2026-07-08&quot;:8.03},{&quot;2026-07-09&quot;:8.03},{&quot;2026-07-10&quot;:8.03},{&quot;2026-07-11&quot;:8.03},{&quot;2026-07-12&quot;:7.95},{&quot;2026-07-13&quot;:7.95},{&quot;2026-07-14&quot;:7.95},{&quot;2026-07-15&quot;:7.95},{&quot;2026-07-16&quot;:7.95},{&quot;2026-07-17&quot;:8.03},{&quot;2026-07-18&quot;:8.03},{&quot;2026-07-19&quot;:8.03},{&quot;2026-07-20&quot;:7.96},{&quot;2026-07-21&quot;:7.96},{&quot;2026-07-22&quot;:7.96},{&quot;2026-07-23&quot;:7.96},{&quot;2026-07-24&quot;:7.96},{&quot;2026-07-25&quot;:7.96},{&quot;2026-07-26&quot;:7.96},{&quot;2026-07-27&quot;:7.96},{&quot;2026-07-28&quot;:7.96},{&quot;2026-07-29&quot;:7.96},{&quot;2026-07-30&quot;:7.96},{&quot;2026-07-31&quot;:8.01},{&quot;2026-08-01&quot;:8.01},{&quot;2026-08-02&quot;:8.01},{&quot;2026-08-03&quot;:8.01},{&quot;2026-08-04&quot;:8.01},{&quot;2026-08-05&quot;:8.01},{&quot;2026-08-07&quot;:8.01},{&quot;2026-08-08&quot;:8.01},{&quot;2026-08-09&quot;:8.01},{&quot;2026-08-10&quot;:7.96},{&quot;2026-08-11&quot;:7.96},{&quot;2026-08-12&quot;:7.96},{&quot;2026-08-13&quot;:7.96},{&quot;2026-08-14&quot;:7.96},{&quot;2026-08-15&quot;:7.96},{&quot;2026-08-16&quot;:8.08},{&quot;2026-08-17&quot;:8.08},{&quot;2026-08-18&quot;:8.08},{&quot;2026-08-19&quot;:8.08},{&quot;2026-08-20&quot;:8.08},{&quot;2026-08-21&quot;:8.08},{&quot;2026-08-22&quot;:8.08},{&quot;2026-08-23&quot;:8.08},{&quot;2026-08-24&quot;:8.08},{&quot;2026-08-25&quot;:8.08},{&quot;2026-08-26&quot;:8.08},{&quot;2026-08-27&quot;:8.08},{&quot;2026-08-28&quot;:8.08},{&quot;2026-08-29&quot;:8.08},{&quot;2026-08-30&quot;:8.08},{&quot;2026-08-31&quot;:8.08},{&quot;2026-09-01&quot;:8.08},{&quot;2026-09-02&quot;:8.08},{&quot;2026-09-03&quot;:8.08},{&quot;2026-09-04&quot;:8.08},{&quot;2026-09-05&quot;:8.08},{&quot;2026-09-06&quot;:8.08},{&quot;2026-09-07&quot;:8.08},{&quot;2026-09-08&quot;:8.08},{&quot;2026-09-09&quot;:8.08},{&quot;2026-09-10&quot;:8.08},{&quot;2026-09-11&quot;:8.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.7},{&quot;2026-06-14&quot;:6.59},{&quot;2026-06-15&quot;:6.31},{&quot;2026-06-16&quot;:6.24},{&quot;2026-06-17&quot;:5.9},{&quot;2026-06-18&quot;:5.87},{&quot;2026-06-19&quot;:5.84},{&quot;2026-06-20&quot;:5.78},{&quot;2026-06-21&quot;:5.81},{&quot;2026-06-22&quot;:5.72},{&quot;2026-06-23&quot;:5.76},{&quot;2026-06-24&quot;:5.76},{&quot;2026-06-25&quot;:5.71},{&quot;2026-06-26&quot;:5.71},{&quot;2026-06-27&quot;:5.79},{&quot;2026-06-28&quot;:5.79},{&quot;2026-06-29&quot;:5.79},{&quot;2026-06-30&quot;:6.0},{&quot;2026-07-01&quot;:5.85},{&quot;2026-07-02&quot;:5.85},{&quot;2026-07-03&quot;:5.85},{&quot;2026-07-04&quot;:5.85},{&quot;2026-07-05&quot;:5.88},{&quot;2026-07-06&quot;:5.77},{&quot;2026-07-07&quot;:5.7},{&quot;2026-07-08&quot;:5.68},{&quot;2026-07-09&quot;:5.76},{&quot;2026-07-10&quot;:5.76},{&quot;2026-07-11&quot;:5.78},{&quot;2026-07-12&quot;:5.81},{&quot;2026-07-13&quot;:5.81},{&quot;2026-07-14&quot;:5.86},{&quot;2026-07-15&quot;:5.89},{&quot;2026-07-16&quot;:5.94},{&quot;2026-07-17&quot;:5.94},{&quot;2026-07-18&quot;:5.82},{&quot;2026-07-19&quot;:5.65},{&quot;2026-07-20&quot;:5.64},{&quot;2026-07-21&quot;:5.64},{&quot;2026-07-22&quot;:5.64},{&quot;2026-07-23&quot;:5.7},{&quot;2026-07-24&quot;:5.6},{&quot;2026-07-25&quot;:5.7},{&quot;2026-07-26&quot;:5.76},{&quot;2026-07-27&quot;:5.76},{&quot;2026-07-28&quot;:5.82},{&quot;2026-07-29&quot;:5.75},{&quot;2026-07-30&quot;:5.75},{&quot;2026-07-31&quot;:5.75},{&quot;2026-08-01&quot;:5.77},{&quot;2026-08-02&quot;:5.71},{&quot;2026-08-03&quot;:5.68},{&quot;2026-08-04&quot;:5.55},{&quot;2026-08-05&quot;:5.47},{&quot;2026-08-07&quot;:5.53},{&quot;2026-08-08&quot;:5.47},{&quot;2026-08-09&quot;:5.43},{&quot;2026-08-10&quot;:5.38},{&quot;2026-08-11&quot;:5.41},{&quot;2026-08-12&quot;:5.3},{&quot;2026-08-13&quot;:5.32},{&quot;2026-08-14&quot;:5.31},{&quot;2026-08-15&quot;:5.28},{&quot;2026-08-16&quot;:5.34},{&quot;2026-08-17&quot;:5.27},{&quot;2026-08-18&quot;:5.25},{&quot;2026-08-19&quot;:5.23},{&quot;2026-08-20&quot;:5.23},{&quot;2026-08-21&quot;:5.29},{&quot;2026-08-22&quot;:5.36},{&quot;2026-08-23&quot;:5.37},{&quot;2026-08-24&quot;:5.37},{&quot;2026-08-25&quot;:5.37},{&quot;2026-08-26&quot;:5.46},{&quot;2026-08-27&quot;:5.54},{&quot;2026-08-28&quot;:5.73},{&quot;2026-08-29&quot;:5.73},{&quot;2026-08-30&quot;:5.92},{&quot;2026-08-31&quot;:6.0},{&quot;2026-09-01&quot;:6.0},{&quot;2026-09-02&quot;:6.04},{&quot;2026-09-03&quot;:6.05},{&quot;2026-09-04&quot;:6.11},{&quot;2026-09-05&quot;:6.19},{&quot;2026-09-06&quot;:6.19},{&quot;2026-09-07&quot;:6.23},{&quot;2026-09-08&quot;:6.28},{&quot;2026-09-09&quot;:6.37},{&quot;2026-09-10&quot;:6.28},{&quot;2026-09-11&quot;:6.35}]}"
        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="14034"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Black Market
        </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="text-sm font-medium text-nine-white">
            $6.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="Black Market" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/78c80c6d-f3ae-48d3-ba6a-b9b738e1affb.jpg?1783922463" />

        <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">
            Black Market
        </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="Black Market" src="https://cards.scryfall.io/large/front/7/8/78c80c6d-f3ae-48d3-ba6a-b9b738e1affb.jpg?1783922463" />
    </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.33
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.92},{&quot;2026-06-12&quot;:5.86},{&quot;2026-06-13&quot;:5.86},{&quot;2026-06-14&quot;:5.8},{&quot;2026-06-15&quot;:5.91},{&quot;2026-06-16&quot;:5.91},{&quot;2026-06-17&quot;:5.91},{&quot;2026-06-18&quot;:5.95},{&quot;2026-06-19&quot;:5.99},{&quot;2026-06-20&quot;:5.99},{&quot;2026-06-21&quot;:5.75},{&quot;2026-06-22&quot;:5.75},{&quot;2026-06-23&quot;:5.75},{&quot;2026-06-24&quot;:5.69},{&quot;2026-06-25&quot;:5.74},{&quot;2026-06-26&quot;:5.58},{&quot;2026-06-27&quot;:5.58},{&quot;2026-06-28&quot;:5.58},{&quot;2026-06-29&quot;:5.58},{&quot;2026-06-30&quot;:5.61},{&quot;2026-07-01&quot;:5.61},{&quot;2026-07-02&quot;:5.57},{&quot;2026-07-03&quot;:5.57},{&quot;2026-07-04&quot;:5.62},{&quot;2026-07-05&quot;:5.66},{&quot;2026-07-06&quot;:5.58},{&quot;2026-07-07&quot;:5.58},{&quot;2026-07-08&quot;:5.58},{&quot;2026-07-09&quot;:5.58},{&quot;2026-07-10&quot;:5.59},{&quot;2026-07-11&quot;:5.5},{&quot;2026-07-12&quot;:5.46},{&quot;2026-07-13&quot;:5.46},{&quot;2026-07-14&quot;:5.43},{&quot;2026-07-15&quot;:5.43},{&quot;2026-07-16&quot;:5.43},{&quot;2026-07-17&quot;:5.43},{&quot;2026-07-18&quot;:5.43},{&quot;2026-07-19&quot;:5.43},{&quot;2026-07-20&quot;:5.69},{&quot;2026-07-21&quot;:5.79},{&quot;2026-07-23&quot;:5.81},{&quot;2026-07-25&quot;:5.8},{&quot;2026-07-26&quot;:5.86},{&quot;2026-07-27&quot;:5.85},{&quot;2026-07-28&quot;:6.05},{&quot;2026-07-29&quot;:6.05},{&quot;2026-07-30&quot;:6.05},{&quot;2026-07-31&quot;:6.05},{&quot;2026-08-01&quot;:5.98},{&quot;2026-08-02&quot;:6.02},{&quot;2026-08-03&quot;:5.99},{&quot;2026-08-04&quot;:5.99},{&quot;2026-08-05&quot;:5.99},{&quot;2026-08-07&quot;:5.98},{&quot;2026-08-08&quot;:5.95},{&quot;2026-08-09&quot;:5.98},{&quot;2026-08-10&quot;:5.94},{&quot;2026-08-11&quot;:5.95},{&quot;2026-08-12&quot;:5.95},{&quot;2026-08-13&quot;:5.92},{&quot;2026-08-14&quot;:5.92},{&quot;2026-08-15&quot;:5.92},{&quot;2026-08-16&quot;:5.95},{&quot;2026-08-17&quot;:5.98},{&quot;2026-08-18&quot;:6.03},{&quot;2026-08-19&quot;:6.03},{&quot;2026-08-20&quot;:6.03},{&quot;2026-08-21&quot;:6.07},{&quot;2026-08-22&quot;:6.07},{&quot;2026-08-23&quot;:6.11},{&quot;2026-08-24&quot;:6.19},{&quot;2026-08-25&quot;:6.17},{&quot;2026-08-26&quot;:6.17},{&quot;2026-08-27&quot;:6.11},{&quot;2026-08-28&quot;:6.13},{&quot;2026-08-29&quot;:6.13},{&quot;2026-08-30&quot;:6.2},{&quot;2026-08-31&quot;:6.27},{&quot;2026-09-01&quot;:6.29},{&quot;2026-09-02&quot;:6.24},{&quot;2026-09-03&quot;:6.24},{&quot;2026-09-04&quot;:6.3},{&quot;2026-09-05&quot;:6.3},{&quot;2026-09-06&quot;:6.37},{&quot;2026-09-07&quot;:6.32},{&quot;2026-09-08&quot;:6.3},{&quot;2026-09-09&quot;:6.26},{&quot;2026-09-10&quot;:6.33},{&quot;2026-09-11&quot;:6.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="57885"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.32
          </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="Tyrranax Rex" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fb3697cb-416c-49ca-a80a-c681e15230ce.jpg?1783917955" />

        <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">
            Tyrranax Rex
        </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 — Phyrexian Dinosaur</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><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="Tyrranax Rex" src="https://cards.scryfall.io/large/front/f/b/fb3697cb-416c-49ca-a80a-c681e15230ce.jpg?1783917955" />
    </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.32
              </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">
                $6.59
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $4.68</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.26},{&quot;2026-06-11&quot;:7.26},{&quot;2026-06-12&quot;:7.26},{&quot;2026-06-13&quot;:7.08},{&quot;2026-06-14&quot;:7.08},{&quot;2026-06-15&quot;:7.08},{&quot;2026-06-16&quot;:7.08},{&quot;2026-06-17&quot;:6.9},{&quot;2026-06-18&quot;:6.9},{&quot;2026-06-19&quot;:6.9},{&quot;2026-06-20&quot;:6.9},{&quot;2026-06-21&quot;:6.9},{&quot;2026-06-22&quot;:6.9},{&quot;2026-06-23&quot;:6.9},{&quot;2026-06-24&quot;:6.9},{&quot;2026-06-25&quot;:6.75},{&quot;2026-06-26&quot;:6.75},{&quot;2026-06-27&quot;:6.75},{&quot;2026-06-28&quot;:6.9},{&quot;2026-06-29&quot;:6.9},{&quot;2026-06-30&quot;:6.9},{&quot;2026-07-01&quot;:6.73},{&quot;2026-07-02&quot;:6.73},{&quot;2026-07-03&quot;:6.9},{&quot;2026-07-04&quot;:6.9},{&quot;2026-07-05&quot;:6.88},{&quot;2026-07-06&quot;:6.88},{&quot;2026-07-07&quot;:6.88},{&quot;2026-07-08&quot;:6.88},{&quot;2026-07-09&quot;:6.98},{&quot;2026-07-10&quot;:6.98},{&quot;2026-07-11&quot;:6.79},{&quot;2026-07-12&quot;:6.75},{&quot;2026-07-13&quot;:6.75},{&quot;2026-07-14&quot;:6.83},{&quot;2026-07-15&quot;:6.83},{&quot;2026-07-16&quot;:6.83},{&quot;2026-07-17&quot;:6.69},{&quot;2026-07-18&quot;:6.69},{&quot;2026-07-19&quot;:6.69},{&quot;2026-07-20&quot;:6.67},{&quot;2026-07-21&quot;:6.73},{&quot;2026-07-23&quot;:6.73},{&quot;2026-07-25&quot;:6.73},{&quot;2026-07-26&quot;:6.73},{&quot;2026-07-27&quot;:6.73},{&quot;2026-07-29&quot;:6.7},{&quot;2026-07-30&quot;:6.73},{&quot;2026-07-31&quot;:6.73},{&quot;2026-08-01&quot;:6.73},{&quot;2026-08-02&quot;:6.55},{&quot;2026-08-03&quot;:6.39},{&quot;2026-08-04&quot;:6.39},{&quot;2026-08-05&quot;:6.39},{&quot;2026-08-07&quot;:6.34},{&quot;2026-08-08&quot;:6.37},{&quot;2026-08-09&quot;:6.37},{&quot;2026-08-10&quot;:6.35},{&quot;2026-08-11&quot;:6.35},{&quot;2026-08-12&quot;:6.35},{&quot;2026-08-13&quot;:6.35},{&quot;2026-08-14&quot;:6.39},{&quot;2026-08-15&quot;:6.43},{&quot;2026-08-16&quot;:6.9},{&quot;2026-08-17&quot;:6.9},{&quot;2026-08-18&quot;:6.9},{&quot;2026-08-19&quot;:6.99},{&quot;2026-08-20&quot;:6.99},{&quot;2026-08-21&quot;:6.99},{&quot;2026-08-22&quot;:6.99},{&quot;2026-08-23&quot;:6.99},{&quot;2026-08-24&quot;:6.96},{&quot;2026-08-25&quot;:6.96},{&quot;2026-08-26&quot;:6.92},{&quot;2026-08-27&quot;:6.92},{&quot;2026-08-28&quot;:6.92},{&quot;2026-08-29&quot;:6.92},{&quot;2026-08-30&quot;:6.87},{&quot;2026-08-31&quot;:6.89},{&quot;2026-09-01&quot;:6.89},{&quot;2026-09-02&quot;:6.55},{&quot;2026-09-03&quot;:6.51},{&quot;2026-09-04&quot;:6.66},{&quot;2026-09-05&quot;:6.66},{&quot;2026-09-06&quot;:6.66},{&quot;2026-09-07&quot;:6.59},{&quot;2026-09-08&quot;:6.59},{&quot;2026-09-09&quot;:6.59},{&quot;2026-09-10&quot;:6.59},{&quot;2026-09-11&quot;:6.59}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.82},{&quot;2026-06-11&quot;:5.82},{&quot;2026-06-12&quot;:5.82},{&quot;2026-06-13&quot;:5.76},{&quot;2026-06-14&quot;:5.84},{&quot;2026-06-15&quot;:5.82},{&quot;2026-06-16&quot;:5.8},{&quot;2026-06-17&quot;:5.8},{&quot;2026-06-18&quot;:5.87},{&quot;2026-06-19&quot;:5.94},{&quot;2026-06-20&quot;:6.05},{&quot;2026-06-21&quot;:6.05},{&quot;2026-06-22&quot;:6.05},{&quot;2026-06-23&quot;:6.04},{&quot;2026-06-24&quot;:6.04},{&quot;2026-06-25&quot;:6.09},{&quot;2026-06-26&quot;:6.09},{&quot;2026-06-27&quot;:6.09},{&quot;2026-06-28&quot;:6.09},{&quot;2026-06-29&quot;:5.97},{&quot;2026-06-30&quot;:5.97},{&quot;2026-07-01&quot;:6.19},{&quot;2026-07-02&quot;:6.21},{&quot;2026-07-03&quot;:6.18},{&quot;2026-07-04&quot;:6.18},{&quot;2026-07-05&quot;:6.3},{&quot;2026-07-06&quot;:6.3},{&quot;2026-07-07&quot;:6.22},{&quot;2026-07-08&quot;:6.22},{&quot;2026-07-09&quot;:6.22},{&quot;2026-07-10&quot;:6.22},{&quot;2026-07-11&quot;:6.22},{&quot;2026-07-12&quot;:6.22},{&quot;2026-07-13&quot;:6.06},{&quot;2026-07-14&quot;:6.06},{&quot;2026-07-15&quot;:6.06},{&quot;2026-07-16&quot;:6.06},{&quot;2026-07-17&quot;:6.06},{&quot;2026-07-18&quot;:6.05},{&quot;2026-07-19&quot;:5.89},{&quot;2026-07-20&quot;:5.78},{&quot;2026-07-21&quot;:5.78},{&quot;2026-07-23&quot;:5.81},{&quot;2026-07-25&quot;:5.62},{&quot;2026-07-26&quot;:5.62},{&quot;2026-07-27&quot;:5.62},{&quot;2026-07-29&quot;:5.52},{&quot;2026-07-30&quot;:5.38},{&quot;2026-07-31&quot;:5.21},{&quot;2026-08-01&quot;:5.14},{&quot;2026-08-02&quot;:4.83},{&quot;2026-08-03&quot;:4.64},{&quot;2026-08-04&quot;:4.64},{&quot;2026-08-05&quot;:4.64},{&quot;2026-08-07&quot;:4.65},{&quot;2026-08-08&quot;:4.65},{&quot;2026-08-09&quot;:4.65},{&quot;2026-08-10&quot;:4.69},{&quot;2026-08-11&quot;:4.63},{&quot;2026-08-12&quot;:4.57},{&quot;2026-08-13&quot;:4.57},{&quot;2026-08-14&quot;:4.42},{&quot;2026-08-15&quot;:4.42},{&quot;2026-08-16&quot;:4.64},{&quot;2026-08-17&quot;:4.82},{&quot;2026-08-18&quot;:4.85},{&quot;2026-08-19&quot;:4.85},{&quot;2026-08-20&quot;:4.85},{&quot;2026-08-21&quot;:5.11},{&quot;2026-08-22&quot;:5.27},{&quot;2026-08-23&quot;:5.27},{&quot;2026-08-24&quot;:5.42},{&quot;2026-08-25&quot;:5.42},{&quot;2026-08-26&quot;:5.38},{&quot;2026-08-27&quot;:5.62},{&quot;2026-08-28&quot;:5.69},{&quot;2026-08-29&quot;:5.69},{&quot;2026-08-30&quot;:5.75},{&quot;2026-08-31&quot;:5.74},{&quot;2026-09-01&quot;:5.74},{&quot;2026-09-02&quot;:5.75},{&quot;2026-09-03&quot;:5.92},{&quot;2026-09-04&quot;:6.07},{&quot;2026-09-05&quot;:6.15},{&quot;2026-09-06&quot;:6.15},{&quot;2026-09-07&quot;:6.32},{&quot;2026-09-08&quot;:6.32},{&quot;2026-09-09&quot;:6.32},{&quot;2026-09-10&quot;:6.32},{&quot;2026-09-11&quot;:6.32}]}"
        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="87378"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Blind Obedience
        </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">
              ↑
              10%
            </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="Blind Obedience" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1cb0ea8e-0707-46a8-9dc6-77c17244fd7b.jpg?1783914934" />

        <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">
            Blind Obedience
        </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-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blind Obedience" src="https://cards.scryfall.io/large/front/1/c/1cb0ea8e-0707-46a8-9dc6-77c17244fd7b.jpg?1783914934" />
    </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">
                  ↑
                  10%
                </span>
            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.56},{&quot;2026-06-14&quot;:8.49},{&quot;2026-06-15&quot;:8.49},{&quot;2026-06-16&quot;:8.62},{&quot;2026-06-17&quot;:8.62},{&quot;2026-06-18&quot;:8.57},{&quot;2026-06-19&quot;:8.58},{&quot;2026-06-20&quot;:8.58},{&quot;2026-06-21&quot;:8.51},{&quot;2026-06-22&quot;:8.61},{&quot;2026-06-23&quot;:8.61},{&quot;2026-06-24&quot;:8.55},{&quot;2026-06-25&quot;:8.55},{&quot;2026-06-26&quot;:8.55},{&quot;2026-06-27&quot;:8.55},{&quot;2026-06-28&quot;:8.55},{&quot;2026-06-29&quot;:8.61},{&quot;2026-06-30&quot;:8.35},{&quot;2026-07-01&quot;:8.27},{&quot;2026-07-02&quot;:8.27},{&quot;2026-07-03&quot;:8.29},{&quot;2026-07-04&quot;:8.29},{&quot;2026-07-05&quot;:8.29},{&quot;2026-07-06&quot;:8.25},{&quot;2026-07-07&quot;:8.17},{&quot;2026-07-08&quot;:8.17},{&quot;2026-07-09&quot;:8.13},{&quot;2026-07-10&quot;:8.06},{&quot;2026-07-11&quot;:8.06},{&quot;2026-07-12&quot;:8.06},{&quot;2026-07-13&quot;:8.06},{&quot;2026-07-14&quot;:8.02},{&quot;2026-07-15&quot;:8.02},{&quot;2026-07-16&quot;:8.02},{&quot;2026-07-17&quot;:8.02},{&quot;2026-07-18&quot;:8.02},{&quot;2026-07-19&quot;:7.83},{&quot;2026-07-20&quot;:7.83},{&quot;2026-07-21&quot;:7.83},{&quot;2026-07-22&quot;:7.83},{&quot;2026-07-23&quot;:7.83},{&quot;2026-07-24&quot;:7.75},{&quot;2026-07-25&quot;:7.68},{&quot;2026-07-26&quot;:7.5},{&quot;2026-07-27&quot;:7.5},{&quot;2026-07-28&quot;:7.51},{&quot;2026-07-29&quot;:7.36},{&quot;2026-07-30&quot;:7.23},{&quot;2026-07-31&quot;:7.13},{&quot;2026-08-01&quot;:7.11},{&quot;2026-08-02&quot;:7.11},{&quot;2026-08-03&quot;:6.96},{&quot;2026-08-04&quot;:7.12},{&quot;2026-08-05&quot;:7.12},{&quot;2026-08-07&quot;:7.07},{&quot;2026-08-08&quot;:7.07},{&quot;2026-08-09&quot;:7.08},{&quot;2026-08-10&quot;:7.15},{&quot;2026-08-11&quot;:7.15},{&quot;2026-08-12&quot;:7.15},{&quot;2026-08-13&quot;:7.23},{&quot;2026-08-14&quot;:7.17},{&quot;2026-08-15&quot;:7.34},{&quot;2026-08-16&quot;:7.35},{&quot;2026-08-17&quot;:7.35},{&quot;2026-08-18&quot;:7.33},{&quot;2026-08-19&quot;:7.48},{&quot;2026-08-20&quot;:7.46},{&quot;2026-08-21&quot;:7.46},{&quot;2026-08-22&quot;:7.46},{&quot;2026-08-23&quot;:7.46},{&quot;2026-08-24&quot;:7.47},{&quot;2026-08-25&quot;:7.44},{&quot;2026-08-26&quot;:7.46},{&quot;2026-08-27&quot;:7.46},{&quot;2026-08-28&quot;:7.46},{&quot;2026-08-29&quot;:7.46},{&quot;2026-08-30&quot;:7.75},{&quot;2026-08-31&quot;:7.83},{&quot;2026-09-01&quot;:7.8},{&quot;2026-09-02&quot;:7.89},{&quot;2026-09-03&quot;:7.94},{&quot;2026-09-04&quot;:7.94},{&quot;2026-09-05&quot;:8.2},{&quot;2026-09-06&quot;:8.2},{&quot;2026-09-07&quot;:8.14},{&quot;2026-09-08&quot;:8.18},{&quot;2026-09-09&quot;:8.42},{&quot;2026-09-10&quot;:8.42},{&quot;2026-09-11&quot;:8.44}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.37},{&quot;2026-06-14&quot;:5.13},{&quot;2026-06-15&quot;:5.1},{&quot;2026-06-16&quot;:4.79},{&quot;2026-06-17&quot;:5.63},{&quot;2026-06-18&quot;:6.04},{&quot;2026-06-19&quot;:5.98},{&quot;2026-06-20&quot;:6.05},{&quot;2026-06-21&quot;:6.07},{&quot;2026-06-22&quot;:6.24},{&quot;2026-06-23&quot;:5.89},{&quot;2026-06-24&quot;:5.34},{&quot;2026-06-25&quot;:5.14},{&quot;2026-06-26&quot;:5.09},{&quot;2026-06-27&quot;:5.0},{&quot;2026-06-28&quot;:4.87},{&quot;2026-06-29&quot;:4.89},{&quot;2026-06-30&quot;:4.91},{&quot;2026-07-01&quot;:4.87},{&quot;2026-07-02&quot;:5.22},{&quot;2026-07-03&quot;:5.46},{&quot;2026-07-04&quot;:5.48},{&quot;2026-07-05&quot;:5.72},{&quot;2026-07-06&quot;:5.49},{&quot;2026-07-07&quot;:5.13},{&quot;2026-07-08&quot;:5.27},{&quot;2026-07-09&quot;:5.31},{&quot;2026-07-10&quot;:5.32},{&quot;2026-07-11&quot;:5.32},{&quot;2026-07-12&quot;:5.14},{&quot;2026-07-13&quot;:5.65},{&quot;2026-07-14&quot;:5.63},{&quot;2026-07-15&quot;:5.63},{&quot;2026-07-16&quot;:5.5},{&quot;2026-07-17&quot;:5.42},{&quot;2026-07-18&quot;:5.46},{&quot;2026-07-19&quot;:5.56},{&quot;2026-07-20&quot;:5.52},{&quot;2026-07-21&quot;:5.62},{&quot;2026-07-22&quot;:5.69},{&quot;2026-07-23&quot;:5.65},{&quot;2026-07-24&quot;:5.83},{&quot;2026-07-25&quot;:5.8},{&quot;2026-07-26&quot;:5.73},{&quot;2026-07-27&quot;:5.48},{&quot;2026-07-28&quot;:5.56},{&quot;2026-07-29&quot;:5.55},{&quot;2026-07-30&quot;:5.1},{&quot;2026-07-31&quot;:4.94},{&quot;2026-08-01&quot;:5.18},{&quot;2026-08-02&quot;:5.06},{&quot;2026-08-03&quot;:4.94},{&quot;2026-08-04&quot;:5.01},{&quot;2026-08-05&quot;:5.0},{&quot;2026-08-07&quot;:4.89},{&quot;2026-08-08&quot;:4.87},{&quot;2026-08-09&quot;:5.07},{&quot;2026-08-10&quot;:4.95},{&quot;2026-08-11&quot;:5.09},{&quot;2026-08-12&quot;:5.16},{&quot;2026-08-13&quot;:5.06},{&quot;2026-08-14&quot;:5.13},{&quot;2026-08-15&quot;:5.1},{&quot;2026-08-16&quot;:5.22},{&quot;2026-08-17&quot;:5.14},{&quot;2026-08-18&quot;:5.09},{&quot;2026-08-19&quot;:5.1},{&quot;2026-08-20&quot;:5.28},{&quot;2026-08-21&quot;:5.49},{&quot;2026-08-22&quot;:5.48},{&quot;2026-08-23&quot;:5.53},{&quot;2026-08-24&quot;:5.52},{&quot;2026-08-25&quot;:5.56},{&quot;2026-08-26&quot;:5.4},{&quot;2026-08-27&quot;:5.42},{&quot;2026-08-28&quot;:5.26},{&quot;2026-08-29&quot;:5.26},{&quot;2026-08-30&quot;:5.29},{&quot;2026-08-31&quot;:5.41},{&quot;2026-09-01&quot;:5.42},{&quot;2026-09-02&quot;:5.54},{&quot;2026-09-03&quot;:5.51},{&quot;2026-09-04&quot;:5.49},{&quot;2026-09-05&quot;:5.76},{&quot;2026-09-06&quot;:5.63},{&quot;2026-09-07&quot;:5.47},{&quot;2026-09-08&quot;:5.74},{&quot;2026-09-09&quot;:5.92},{&quot;2026-09-10&quot;:5.93},{&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="79678"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Sanguine Bond
        </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">
            $6.30
          </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="Sanguine Bond" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ff0c16b0-bdab-44e1-b235-47fe8d32f4d2.jpg?1783927731" />

        <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">
            Sanguine Bond
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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="Sanguine Bond" src="https://cards.scryfall.io/large/front/f/f/ff0c16b0-bdab-44e1-b235-47fe8d32f4d2.jpg?1783927731" />
    </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.30
              </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">
                $28.62
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:24.83},{&quot;2026-06-12&quot;:24.83},{&quot;2026-06-13&quot;:24.83},{&quot;2026-06-14&quot;:24.83},{&quot;2026-06-15&quot;:24.83},{&quot;2026-06-16&quot;:24.83},{&quot;2026-06-17&quot;:24.83},{&quot;2026-06-18&quot;:24.83},{&quot;2026-06-19&quot;:24.83},{&quot;2026-06-20&quot;:24.83},{&quot;2026-06-21&quot;:25.26},{&quot;2026-06-22&quot;:25.26},{&quot;2026-06-23&quot;:25.26},{&quot;2026-06-24&quot;:25.26},{&quot;2026-06-25&quot;:25.26},{&quot;2026-06-26&quot;:25.26},{&quot;2026-06-27&quot;:25.26},{&quot;2026-06-28&quot;:25.72},{&quot;2026-06-29&quot;:25.72},{&quot;2026-06-30&quot;:25.72},{&quot;2026-07-01&quot;:25.72},{&quot;2026-07-02&quot;:25.72},{&quot;2026-07-03&quot;:25.72},{&quot;2026-07-04&quot;:26.08},{&quot;2026-07-05&quot;:26.08},{&quot;2026-07-06&quot;:26.08},{&quot;2026-07-07&quot;:26.08},{&quot;2026-07-08&quot;:26.08},{&quot;2026-07-09&quot;:26.08},{&quot;2026-07-10&quot;:26.04},{&quot;2026-07-11&quot;:26.04},{&quot;2026-07-12&quot;:26.04},{&quot;2026-07-13&quot;:26.04},{&quot;2026-07-14&quot;:26.04},{&quot;2026-07-15&quot;:25.96},{&quot;2026-07-16&quot;:26.08},{&quot;2026-07-17&quot;:26.08},{&quot;2026-07-18&quot;:26.28},{&quot;2026-07-19&quot;:26.28},{&quot;2026-07-20&quot;:26.28},{&quot;2026-07-21&quot;:26.28},{&quot;2026-07-23&quot;:26.28},{&quot;2026-07-25&quot;:26.28},{&quot;2026-07-26&quot;:26.28},{&quot;2026-07-27&quot;:26.28},{&quot;2026-07-28&quot;:26.59},{&quot;2026-07-29&quot;:26.59},{&quot;2026-07-30&quot;:26.92},{&quot;2026-07-31&quot;:26.92},{&quot;2026-08-01&quot;:26.92},{&quot;2026-08-02&quot;:26.92},{&quot;2026-08-03&quot;:26.92},{&quot;2026-08-04&quot;:26.92},{&quot;2026-08-05&quot;:26.92},{&quot;2026-08-07&quot;:26.92},{&quot;2026-08-08&quot;:26.92},{&quot;2026-08-09&quot;:26.92},{&quot;2026-08-10&quot;:26.92},{&quot;2026-08-11&quot;:26.92},{&quot;2026-08-12&quot;:26.92},{&quot;2026-08-13&quot;:26.92},{&quot;2026-08-14&quot;:26.92},{&quot;2026-08-15&quot;:26.92},{&quot;2026-08-16&quot;:26.92},{&quot;2026-08-17&quot;:26.92},{&quot;2026-08-18&quot;:27.32},{&quot;2026-08-19&quot;:27.32},{&quot;2026-08-20&quot;:27.32},{&quot;2026-08-21&quot;:27.32},{&quot;2026-08-22&quot;:27.62},{&quot;2026-08-23&quot;:27.88},{&quot;2026-08-24&quot;:28.07},{&quot;2026-08-25&quot;:28.07},{&quot;2026-08-26&quot;:28.07},{&quot;2026-08-27&quot;:28.07},{&quot;2026-08-28&quot;:28.07},{&quot;2026-08-29&quot;:28.07},{&quot;2026-08-30&quot;:28.07},{&quot;2026-08-31&quot;:28.07},{&quot;2026-09-01&quot;:28.07},{&quot;2026-09-02&quot;:28.07},{&quot;2026-09-03&quot;:28.07},{&quot;2026-09-04&quot;:28.07},{&quot;2026-09-05&quot;:28.07},{&quot;2026-09-06&quot;:28.07},{&quot;2026-09-07&quot;:28.07},{&quot;2026-09-08&quot;:28.07},{&quot;2026-09-09&quot;:28.62},{&quot;2026-09-10&quot;:28.62},{&quot;2026-09-11&quot;:28.62}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.61},{&quot;2026-06-12&quot;:5.62},{&quot;2026-06-13&quot;:5.59},{&quot;2026-06-14&quot;:5.59},{&quot;2026-06-15&quot;:5.59},{&quot;2026-06-16&quot;:5.59},{&quot;2026-06-17&quot;:5.54},{&quot;2026-06-18&quot;:5.54},{&quot;2026-06-19&quot;:5.68},{&quot;2026-06-20&quot;:5.75},{&quot;2026-06-21&quot;:5.75},{&quot;2026-06-22&quot;:5.75},{&quot;2026-06-23&quot;:5.75},{&quot;2026-06-24&quot;:5.9},{&quot;2026-06-25&quot;:5.85},{&quot;2026-06-26&quot;:5.85},{&quot;2026-06-27&quot;:5.82},{&quot;2026-06-28&quot;:5.89},{&quot;2026-06-29&quot;:5.58},{&quot;2026-06-30&quot;:5.58},{&quot;2026-07-01&quot;:5.54},{&quot;2026-07-02&quot;:5.47},{&quot;2026-07-03&quot;:5.43},{&quot;2026-07-04&quot;:5.39},{&quot;2026-07-05&quot;:5.36},{&quot;2026-07-06&quot;:5.36},{&quot;2026-07-07&quot;:5.36},{&quot;2026-07-08&quot;:5.39},{&quot;2026-07-09&quot;:5.39},{&quot;2026-07-10&quot;:5.44},{&quot;2026-07-11&quot;:5.49},{&quot;2026-07-12&quot;:5.4},{&quot;2026-07-13&quot;:5.47},{&quot;2026-07-14&quot;:5.47},{&quot;2026-07-15&quot;:5.45},{&quot;2026-07-16&quot;:5.62},{&quot;2026-07-17&quot;:5.76},{&quot;2026-07-18&quot;:5.76},{&quot;2026-07-19&quot;:5.6},{&quot;2026-07-20&quot;:5.6},{&quot;2026-07-21&quot;:5.67},{&quot;2026-07-23&quot;:5.77},{&quot;2026-07-25&quot;:5.68},{&quot;2026-07-26&quot;:5.85},{&quot;2026-07-27&quot;:5.85},{&quot;2026-07-28&quot;:5.85},{&quot;2026-07-29&quot;:5.86},{&quot;2026-07-30&quot;:5.9},{&quot;2026-07-31&quot;:5.93},{&quot;2026-08-01&quot;:5.82},{&quot;2026-08-02&quot;:5.75},{&quot;2026-08-03&quot;:5.72},{&quot;2026-08-04&quot;:5.72},{&quot;2026-08-05&quot;:5.64},{&quot;2026-08-07&quot;:5.7},{&quot;2026-08-08&quot;:5.79},{&quot;2026-08-09&quot;:5.79},{&quot;2026-08-10&quot;:5.82},{&quot;2026-08-11&quot;:5.82},{&quot;2026-08-12&quot;:5.82},{&quot;2026-08-13&quot;:5.82},{&quot;2026-08-14&quot;:5.82},{&quot;2026-08-15&quot;:5.78},{&quot;2026-08-16&quot;:5.78},{&quot;2026-08-17&quot;:5.81},{&quot;2026-08-18&quot;:5.94},{&quot;2026-08-19&quot;:5.94},{&quot;2026-08-20&quot;:5.94},{&quot;2026-08-21&quot;:5.92},{&quot;2026-08-22&quot;:6.02},{&quot;2026-08-23&quot;:6.26},{&quot;2026-08-24&quot;:6.34},{&quot;2026-08-25&quot;:6.34},{&quot;2026-08-26&quot;:6.34},{&quot;2026-08-27&quot;:6.32},{&quot;2026-08-28&quot;:6.32},{&quot;2026-08-29&quot;:6.32},{&quot;2026-08-30&quot;:6.31},{&quot;2026-08-31&quot;:6.38},{&quot;2026-09-01&quot;:6.38},{&quot;2026-09-02&quot;:6.38},{&quot;2026-09-03&quot;:6.38},{&quot;2026-09-04&quot;:6.31},{&quot;2026-09-05&quot;:6.38},{&quot;2026-09-06&quot;:6.42},{&quot;2026-09-07&quot;:6.39},{&quot;2026-09-08&quot;:6.39},{&quot;2026-09-09&quot;:6.39},{&quot;2026-09-10&quot;:6.3},{&quot;2026-09-11&quot;:6.3}]}"
        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="61535"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-rvr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Chord of Calling
        </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">
            $6.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="Chord of Calling" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/a/bae7a7e5-321d-4fb7-ab5e-cf35f0885bdd.jpg?1783913220" />

        <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">
            Chord of Calling
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Chord of Calling" src="https://cards.scryfall.io/large/front/b/a/bae7a7e5-321d-4fb7-ab5e-cf35f0885bdd.jpg?1783913220" />
    </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.29
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:6.62},{&quot;2026-06-10&quot;:6.68},{&quot;2026-06-11&quot;:6.68},{&quot;2026-06-12&quot;:6.68},{&quot;2026-06-13&quot;:6.68},{&quot;2026-06-14&quot;:6.68},{&quot;2026-06-15&quot;:6.77},{&quot;2026-06-16&quot;:6.77},{&quot;2026-06-17&quot;:6.77},{&quot;2026-06-18&quot;:6.8},{&quot;2026-06-19&quot;:6.95},{&quot;2026-06-20&quot;:6.95},{&quot;2026-06-21&quot;:6.99},{&quot;2026-06-22&quot;:6.96},{&quot;2026-06-24&quot;:7.05},{&quot;2026-06-25&quot;:7.05},{&quot;2026-06-26&quot;:7.05},{&quot;2026-06-27&quot;:7.05},{&quot;2026-06-28&quot;:7.05},{&quot;2026-06-29&quot;:6.98},{&quot;2026-06-30&quot;:7.04},{&quot;2026-07-01&quot;:7.17},{&quot;2026-07-02&quot;:7.17},{&quot;2026-07-03&quot;:7.17},{&quot;2026-07-04&quot;:7.34},{&quot;2026-07-05&quot;:7.34},{&quot;2026-07-06&quot;:7.34},{&quot;2026-07-07&quot;:7.45},{&quot;2026-07-08&quot;:7.45},{&quot;2026-07-09&quot;:7.43},{&quot;2026-07-10&quot;:7.44},{&quot;2026-07-11&quot;:7.44},{&quot;2026-07-12&quot;:7.44},{&quot;2026-07-13&quot;:7.32},{&quot;2026-07-14&quot;:7.32},{&quot;2026-07-15&quot;:7.22},{&quot;2026-07-16&quot;:7.22},{&quot;2026-07-17&quot;:7.22},{&quot;2026-07-18&quot;:7.19},{&quot;2026-07-19&quot;:7.19},{&quot;2026-07-20&quot;:7.3},{&quot;2026-07-21&quot;:7.4},{&quot;2026-07-23&quot;:7.4},{&quot;2026-07-25&quot;:7.4},{&quot;2026-07-26&quot;:7.47},{&quot;2026-07-27&quot;:7.52},{&quot;2026-07-29&quot;:7.54},{&quot;2026-07-30&quot;:7.54},{&quot;2026-07-31&quot;:7.54},{&quot;2026-08-01&quot;:7.54},{&quot;2026-08-02&quot;:7.61},{&quot;2026-08-03&quot;:7.61},{&quot;2026-08-04&quot;:7.61},{&quot;2026-08-05&quot;:7.61},{&quot;2026-08-07&quot;:7.61},{&quot;2026-08-08&quot;:7.73},{&quot;2026-08-09&quot;:7.73},{&quot;2026-08-10&quot;:7.73},{&quot;2026-08-11&quot;:7.73},{&quot;2026-08-12&quot;:7.73},{&quot;2026-08-13&quot;:8.14},{&quot;2026-08-14&quot;:8.02},{&quot;2026-08-15&quot;:8.02},{&quot;2026-08-16&quot;:8.02},{&quot;2026-08-17&quot;:8.02},{&quot;2026-08-18&quot;:8.06},{&quot;2026-08-19&quot;:8.06},{&quot;2026-08-20&quot;:8.06},{&quot;2026-08-21&quot;:8.12},{&quot;2026-08-22&quot;:8.12},{&quot;2026-08-23&quot;:8.12},{&quot;2026-08-24&quot;:8.12},{&quot;2026-08-25&quot;:8.12},{&quot;2026-08-26&quot;:8.74},{&quot;2026-08-27&quot;:8.74},{&quot;2026-08-28&quot;:8.74},{&quot;2026-08-29&quot;:8.74},{&quot;2026-08-30&quot;:8.62},{&quot;2026-08-31&quot;:8.85},{&quot;2026-09-01&quot;:8.85},{&quot;2026-09-02&quot;:9.04},{&quot;2026-09-03&quot;:9.04},{&quot;2026-09-04&quot;:9.04},{&quot;2026-09-05&quot;:9.22},{&quot;2026-09-06&quot;:9.22},{&quot;2026-09-07&quot;:9.22},{&quot;2026-09-08&quot;:9.22},{&quot;2026-09-09&quot;:9.32},{&quot;2026-09-10&quot;:9.32},{&quot;2026-09-11&quot;:9.32}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.22},{&quot;2026-06-10&quot;:5.29},{&quot;2026-06-11&quot;:5.29},{&quot;2026-06-12&quot;:5.34},{&quot;2026-06-13&quot;:5.4},{&quot;2026-06-14&quot;:5.41},{&quot;2026-06-15&quot;:5.35},{&quot;2026-06-16&quot;:5.35},{&quot;2026-06-17&quot;:5.34},{&quot;2026-06-18&quot;:5.56},{&quot;2026-06-19&quot;:5.63},{&quot;2026-06-20&quot;:5.63},{&quot;2026-06-21&quot;:5.74},{&quot;2026-06-22&quot;:5.74},{&quot;2026-06-24&quot;:5.68},{&quot;2026-06-25&quot;:5.55},{&quot;2026-06-26&quot;:5.34},{&quot;2026-06-27&quot;:5.58},{&quot;2026-06-28&quot;:5.58},{&quot;2026-06-29&quot;:5.58},{&quot;2026-06-30&quot;:5.62},{&quot;2026-07-01&quot;:5.59},{&quot;2026-07-02&quot;:5.66},{&quot;2026-07-03&quot;:5.66},{&quot;2026-07-04&quot;:5.69},{&quot;2026-07-05&quot;:5.55},{&quot;2026-07-06&quot;:5.54},{&quot;2026-07-07&quot;:5.55},{&quot;2026-07-08&quot;:5.52},{&quot;2026-07-09&quot;:5.49},{&quot;2026-07-10&quot;:5.49},{&quot;2026-07-11&quot;:5.62},{&quot;2026-07-12&quot;:5.62},{&quot;2026-07-13&quot;:5.65},{&quot;2026-07-14&quot;:5.71},{&quot;2026-07-15&quot;:5.75},{&quot;2026-07-16&quot;:5.75},{&quot;2026-07-17&quot;:5.74},{&quot;2026-07-18&quot;:5.68},{&quot;2026-07-19&quot;:5.68},{&quot;2026-07-20&quot;:5.68},{&quot;2026-07-21&quot;:5.68},{&quot;2026-07-23&quot;:5.75},{&quot;2026-07-25&quot;:5.79},{&quot;2026-07-26&quot;:5.81},{&quot;2026-07-27&quot;:5.93},{&quot;2026-07-29&quot;:5.91},{&quot;2026-07-30&quot;:5.95},{&quot;2026-07-31&quot;:5.97},{&quot;2026-08-01&quot;:6.0},{&quot;2026-08-02&quot;:6.0},{&quot;2026-08-03&quot;:6.06},{&quot;2026-08-04&quot;:6.16},{&quot;2026-08-05&quot;:6.17},{&quot;2026-08-07&quot;:6.27},{&quot;2026-08-08&quot;:6.23},{&quot;2026-08-09&quot;:6.16},{&quot;2026-08-10&quot;:6.19},{&quot;2026-08-11&quot;:6.09},{&quot;2026-08-12&quot;:6.09},{&quot;2026-08-13&quot;:6.04},{&quot;2026-08-14&quot;:5.97},{&quot;2026-08-15&quot;:6.0},{&quot;2026-08-16&quot;:5.91},{&quot;2026-08-17&quot;:5.91},{&quot;2026-08-18&quot;:5.88},{&quot;2026-08-19&quot;:5.83},{&quot;2026-08-20&quot;:5.83},{&quot;2026-08-21&quot;:5.87},{&quot;2026-08-22&quot;:5.91},{&quot;2026-08-23&quot;:5.95},{&quot;2026-08-24&quot;:5.91},{&quot;2026-08-25&quot;:5.91},{&quot;2026-08-26&quot;:5.9},{&quot;2026-08-27&quot;:5.79},{&quot;2026-08-28&quot;:5.94},{&quot;2026-08-29&quot;:5.94},{&quot;2026-08-30&quot;:6.07},{&quot;2026-08-31&quot;:6.13},{&quot;2026-09-01&quot;:6.13},{&quot;2026-09-02&quot;:6.29},{&quot;2026-09-03&quot;:6.27},{&quot;2026-09-04&quot;:6.27},{&quot;2026-09-05&quot;:6.27},{&quot;2026-09-06&quot;:6.27},{&quot;2026-09-07&quot;:6.27},{&quot;2026-09-08&quot;:6.28},{&quot;2026-09-09&quot;:6.23},{&quot;2026-09-10&quot;:6.22},{&quot;2026-09-11&quot;:6.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="108898"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Turbulent Wilderness" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/6/b6ca755c-4b17-450b-b995-bfec8a55396f.jpg?1782683339" />

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Turbulent Wilderness" src="https://cards.scryfall.io/large/front/b/6/b6ca755c-4b17-450b-b995-bfec8a55396f.jpg?1782683339" />
    </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.29
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.95},{&quot;2026-06-12&quot;:6.01},{&quot;2026-06-13&quot;:5.98},{&quot;2026-06-14&quot;:5.83},{&quot;2026-06-15&quot;:5.24},{&quot;2026-06-16&quot;:5.08},{&quot;2026-06-17&quot;:5.16},{&quot;2026-06-18&quot;:5.12},{&quot;2026-06-19&quot;:5.13},{&quot;2026-06-20&quot;:5.18},{&quot;2026-06-21&quot;:5.0},{&quot;2026-06-22&quot;:4.84},{&quot;2026-06-23&quot;:4.9},{&quot;2026-06-24&quot;:4.91},{&quot;2026-06-25&quot;:4.96},{&quot;2026-06-26&quot;:5.0},{&quot;2026-06-27&quot;:4.94},{&quot;2026-06-28&quot;:5.02},{&quot;2026-06-29&quot;:4.96},{&quot;2026-06-30&quot;:5.07},{&quot;2026-07-01&quot;:5.21},{&quot;2026-07-02&quot;:5.32},{&quot;2026-07-03&quot;:5.34},{&quot;2026-07-04&quot;:5.31},{&quot;2026-07-05&quot;:5.31},{&quot;2026-07-06&quot;:5.33},{&quot;2026-07-07&quot;:5.26},{&quot;2026-07-08&quot;:5.19},{&quot;2026-07-09&quot;:5.11},{&quot;2026-07-10&quot;:5.4},{&quot;2026-07-11&quot;:5.42},{&quot;2026-07-12&quot;:5.42},{&quot;2026-07-13&quot;:4.96},{&quot;2026-07-14&quot;:4.51},{&quot;2026-07-15&quot;:4.46},{&quot;2026-07-16&quot;:4.39},{&quot;2026-07-17&quot;:4.32},{&quot;2026-07-18&quot;:4.23},{&quot;2026-07-19&quot;:4.14},{&quot;2026-07-20&quot;:4.28},{&quot;2026-07-21&quot;:4.33},{&quot;2026-07-23&quot;:4.37},{&quot;2026-07-25&quot;:4.58},{&quot;2026-07-26&quot;:4.62},{&quot;2026-07-27&quot;:4.67},{&quot;2026-07-28&quot;:4.73},{&quot;2026-07-29&quot;:4.97},{&quot;2026-07-30&quot;:5.03},{&quot;2026-07-31&quot;:5.1},{&quot;2026-08-01&quot;:5.07},{&quot;2026-08-02&quot;:5.1},{&quot;2026-08-03&quot;:5.12},{&quot;2026-08-04&quot;:5.21},{&quot;2026-08-05&quot;:5.22},{&quot;2026-08-07&quot;:5.33},{&quot;2026-08-08&quot;:5.34},{&quot;2026-08-09&quot;:5.41},{&quot;2026-08-10&quot;:5.61},{&quot;2026-08-11&quot;:5.41},{&quot;2026-08-12&quot;:5.03},{&quot;2026-08-13&quot;:4.97},{&quot;2026-08-14&quot;:4.9},{&quot;2026-08-15&quot;:4.92},{&quot;2026-08-16&quot;:4.98},{&quot;2026-08-17&quot;:5.42},{&quot;2026-08-18&quot;:5.9},{&quot;2026-08-19&quot;:5.79},{&quot;2026-08-20&quot;:5.79},{&quot;2026-08-21&quot;:5.82},{&quot;2026-08-22&quot;:5.89},{&quot;2026-08-23&quot;:5.89},{&quot;2026-08-24&quot;:6.04},{&quot;2026-08-25&quot;:6.04},{&quot;2026-08-26&quot;:6.11},{&quot;2026-08-27&quot;:6.1},{&quot;2026-08-28&quot;:6.14},{&quot;2026-08-29&quot;:6.14},{&quot;2026-08-30&quot;:6.19},{&quot;2026-08-31&quot;:6.17},{&quot;2026-09-01&quot;:6.17},{&quot;2026-09-02&quot;:6.1},{&quot;2026-09-03&quot;:6.17},{&quot;2026-09-04&quot;:6.17},{&quot;2026-09-05&quot;:6.28},{&quot;2026-09-06&quot;:6.28},{&quot;2026-09-07&quot;:6.3},{&quot;2026-09-08&quot;:6.2},{&quot;2026-09-09&quot;:6.21},{&quot;2026-09-10&quot;:6.26},{&quot;2026-09-11&quot;:6.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="28767"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

        <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">
            Leyline Axe
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Leyline Axe" src="https://cards.scryfall.io/large/front/b/9/b9c03336-a321-4c06-94d1-809f328fabd8.jpg?1783909089" />
    </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">
                $6.27
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.59},{&quot;2026-06-13&quot;:1.56},{&quot;2026-06-14&quot;:1.53},{&quot;2026-06-15&quot;:1.53},{&quot;2026-06-16&quot;:1.58},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.66},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.73},{&quot;2026-06-22&quot;:1.79},{&quot;2026-06-23&quot;:1.77},{&quot;2026-06-24&quot;:1.82},{&quot;2026-06-25&quot;:1.91},{&quot;2026-06-26&quot;:2.02},{&quot;2026-06-27&quot;:2.02},{&quot;2026-06-28&quot;:2.02},{&quot;2026-06-29&quot;:2.13},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:2.02},{&quot;2026-07-02&quot;:2.02},{&quot;2026-07-03&quot;:2.09},{&quot;2026-07-04&quot;:2.16},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.28},{&quot;2026-07-07&quot;:2.43},{&quot;2026-07-08&quot;:2.47},{&quot;2026-07-09&quot;:2.37},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.47},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.61},{&quot;2026-07-14&quot;:2.76},{&quot;2026-07-15&quot;:2.83},{&quot;2026-07-16&quot;:2.73},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.53},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.51},{&quot;2026-07-21&quot;:2.49},{&quot;2026-07-23&quot;:2.27},{&quot;2026-07-24&quot;:2.28},{&quot;2026-07-25&quot;:2.49},{&quot;2026-07-26&quot;:2.59},{&quot;2026-07-27&quot;:2.59},{&quot;2026-07-28&quot;:2.77},{&quot;2026-07-29&quot;:2.69},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.81},{&quot;2026-08-01&quot;:2.78},{&quot;2026-08-02&quot;:3.27},{&quot;2026-08-03&quot;:2.89},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:2.85},{&quot;2026-08-07&quot;:3.37},{&quot;2026-08-08&quot;:3.51},{&quot;2026-08-09&quot;:3.5},{&quot;2026-08-10&quot;:3.73},{&quot;2026-08-11&quot;:4.54},{&quot;2026-08-12&quot;:4.57},{&quot;2026-08-13&quot;:4.6},{&quot;2026-08-14&quot;:4.53},{&quot;2026-08-15&quot;:4.35},{&quot;2026-08-16&quot;:3.81},{&quot;2026-08-17&quot;:2.76},{&quot;2026-08-18&quot;:2.58},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:4.21},{&quot;2026-08-22&quot;:4.63},{&quot;2026-08-23&quot;:4.74},{&quot;2026-08-24&quot;:4.9},{&quot;2026-08-25&quot;:4.43},{&quot;2026-08-26&quot;:4.57},{&quot;2026-08-27&quot;:4.57},{&quot;2026-08-28&quot;:5.14},{&quot;2026-08-29&quot;:5.14},{&quot;2026-08-30&quot;:5.13},{&quot;2026-08-31&quot;:4.97},{&quot;2026-09-01&quot;:5.42},{&quot;2026-09-02&quot;:5.37},{&quot;2026-09-03&quot;:5.35},{&quot;2026-09-04&quot;:5.65},{&quot;2026-09-05&quot;:5.63},{&quot;2026-09-06&quot;:5.61},{&quot;2026-09-07&quot;:6.37},{&quot;2026-09-08&quot;:5.92},{&quot;2026-09-09&quot;:5.89},{&quot;2026-09-10&quot;:6.17},{&quot;2026-09-11&quot;:5.71}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.21},{&quot;2026-06-13&quot;:1.25},{&quot;2026-06-14&quot;:1.23},{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.41},{&quot;2026-06-17&quot;:1.38},{&quot;2026-06-18&quot;:1.43},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.46},{&quot;2026-06-21&quot;:1.5},{&quot;2026-06-22&quot;:1.32},{&quot;2026-06-23&quot;:1.43},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.51},{&quot;2026-06-26&quot;:1.51},{&quot;2026-06-27&quot;:1.44},{&quot;2026-06-28&quot;:1.54},{&quot;2026-06-29&quot;:1.92},{&quot;2026-06-30&quot;:2.22},{&quot;2026-07-01&quot;:2.09},{&quot;2026-07-02&quot;:2.04},{&quot;2026-07-03&quot;:1.96},{&quot;2026-07-04&quot;:1.96},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.76},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:2.01},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.3},{&quot;2026-07-12&quot;:2.19},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.81},{&quot;2026-07-16&quot;:2.43},{&quot;2026-07-17&quot;:2.35},{&quot;2026-07-18&quot;:2.06},{&quot;2026-07-19&quot;:1.97},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-23&quot;:2.19},{&quot;2026-07-24&quot;:2.06},{&quot;2026-07-25&quot;:2.02},{&quot;2026-07-26&quot;:1.97},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-28&quot;:2.47},{&quot;2026-07-29&quot;:2.48},{&quot;2026-07-30&quot;:2.59},{&quot;2026-07-31&quot;:2.7},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.39},{&quot;2026-08-03&quot;:2.72},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:3.04},{&quot;2026-08-10&quot;:3.01},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:3.46},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:4.06},{&quot;2026-08-15&quot;:3.31},{&quot;2026-08-16&quot;:3.0},{&quot;2026-08-17&quot;:2.9},{&quot;2026-08-18&quot;:2.95},{&quot;2026-08-19&quot;:3.16},{&quot;2026-08-20&quot;:3.16},{&quot;2026-08-21&quot;:3.11},{&quot;2026-08-22&quot;:3.17},{&quot;2026-08-23&quot;:2.99},{&quot;2026-08-24&quot;:3.22},{&quot;2026-08-25&quot;:3.87},{&quot;2026-08-26&quot;:3.72},{&quot;2026-08-27&quot;:3.51},{&quot;2026-08-28&quot;:4.39},{&quot;2026-08-29&quot;:4.39},{&quot;2026-08-30&quot;:5.38},{&quot;2026-08-31&quot;:4.99},{&quot;2026-09-01&quot;:4.64},{&quot;2026-09-02&quot;:4.76},{&quot;2026-09-03&quot;:4.78},{&quot;2026-09-04&quot;:5.24},{&quot;2026-09-05&quot;:6.39},{&quot;2026-09-06&quot;:6.52},{&quot;2026-09-07&quot;:6.15},{&quot;2026-09-08&quot;:6.35},{&quot;2026-09-09&quot;:6.33},{&quot;2026-09-10&quot;:6.64},{&quot;2026-09-11&quot;:6.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="72876"
  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">
            Mishra, Claimed by Gix 
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mishra, Claimed by Gix // Mishra, Lost to Phyrexia" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/4/a469d7ec-42de-45de-9d8f-469bb979de58.jpg?1783920028" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Mishra, Claimed by Gix 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Mishra, Claimed by Gix // Mishra, Lost to Phyrexia" src="https://cards.scryfall.io/large/front/a/4/a469d7ec-42de-45de-9d8f-469bb979de58.jpg?1783920028" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Mishra, Lost to Phyrexia" src="https://cards.scryfall.io/large/front/0/2/0220c1e9-07bc-44f0-b39e-ca345ec4ea28.jpg?1783920054" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:5.95},{&quot;2026-06-12&quot;:5.95},{&quot;2026-06-13&quot;:5.95},{&quot;2026-06-14&quot;:5.95},{&quot;2026-06-15&quot;:5.95},{&quot;2026-06-16&quot;:5.95},{&quot;2026-06-17&quot;:5.95},{&quot;2026-06-18&quot;:5.97},{&quot;2026-06-19&quot;:5.97},{&quot;2026-06-20&quot;:5.97},{&quot;2026-06-21&quot;:5.97},{&quot;2026-06-22&quot;:5.95},{&quot;2026-06-23&quot;:6.0},{&quot;2026-06-24&quot;:6.13},{&quot;2026-06-25&quot;:6.13},{&quot;2026-06-26&quot;:6.16},{&quot;2026-06-27&quot;:6.16},{&quot;2026-06-28&quot;:6.16},{&quot;2026-06-29&quot;:6.16},{&quot;2026-06-30&quot;:6.22},{&quot;2026-07-01&quot;:6.22},{&quot;2026-07-02&quot;:6.22},{&quot;2026-07-03&quot;:6.26},{&quot;2026-07-04&quot;:6.26},{&quot;2026-07-05&quot;:6.36},{&quot;2026-07-06&quot;:6.36},{&quot;2026-07-07&quot;:6.36},{&quot;2026-07-08&quot;:6.32},{&quot;2026-07-09&quot;:6.32},{&quot;2026-07-10&quot;:6.32},{&quot;2026-07-11&quot;:6.32},{&quot;2026-07-12&quot;:6.32},{&quot;2026-07-13&quot;:6.32},{&quot;2026-07-14&quot;:6.32},{&quot;2026-07-15&quot;:6.39},{&quot;2026-07-16&quot;:6.29},{&quot;2026-07-17&quot;:6.4},{&quot;2026-07-18&quot;:6.4},{&quot;2026-07-19&quot;:6.4},{&quot;2026-07-20&quot;:6.4},{&quot;2026-07-21&quot;:6.4},{&quot;2026-07-23&quot;:6.43},{&quot;2026-07-25&quot;:6.49},{&quot;2026-07-26&quot;:6.54},{&quot;2026-07-27&quot;:6.53},{&quot;2026-07-28&quot;:6.61},{&quot;2026-07-29&quot;:6.61},{&quot;2026-07-30&quot;:6.61},{&quot;2026-07-31&quot;:6.6},{&quot;2026-08-01&quot;:6.64},{&quot;2026-08-02&quot;:6.64},{&quot;2026-08-03&quot;:6.66},{&quot;2026-08-04&quot;:6.66},{&quot;2026-08-05&quot;:6.68},{&quot;2026-08-07&quot;:6.66},{&quot;2026-08-08&quot;:6.86},{&quot;2026-08-09&quot;:6.86},{&quot;2026-08-10&quot;:6.86},{&quot;2026-08-11&quot;:6.87},{&quot;2026-08-12&quot;:6.87},{&quot;2026-08-13&quot;:6.87},{&quot;2026-08-14&quot;:6.87},{&quot;2026-08-15&quot;:6.87},{&quot;2026-08-16&quot;:6.87},{&quot;2026-08-17&quot;:6.98},{&quot;2026-08-18&quot;:6.98},{&quot;2026-08-19&quot;:6.98},{&quot;2026-08-20&quot;:6.98},{&quot;2026-08-21&quot;:6.98},{&quot;2026-08-22&quot;:6.98},{&quot;2026-08-23&quot;:6.96},{&quot;2026-08-24&quot;:7.02},{&quot;2026-08-25&quot;:7.02},{&quot;2026-08-26&quot;:7.02},{&quot;2026-08-27&quot;:7.02},{&quot;2026-08-28&quot;:7.21},{&quot;2026-08-29&quot;:7.21},{&quot;2026-08-30&quot;:7.21},{&quot;2026-08-31&quot;:7.21},{&quot;2026-09-01&quot;:7.21},{&quot;2026-09-02&quot;:7.3},{&quot;2026-09-03&quot;:7.3},{&quot;2026-09-04&quot;:7.3},{&quot;2026-09-05&quot;:7.3},{&quot;2026-09-06&quot;:7.24},{&quot;2026-09-07&quot;:7.24},{&quot;2026-09-08&quot;:7.27},{&quot;2026-09-09&quot;:7.27},{&quot;2026-09-10&quot;:7.48},{&quot;2026-09-11&quot;:7.48}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:6.13},{&quot;2026-06-12&quot;:6.08},{&quot;2026-06-13&quot;:6.08},{&quot;2026-06-14&quot;:6.08},{&quot;2026-06-15&quot;:6.19},{&quot;2026-06-16&quot;:6.29},{&quot;2026-06-17&quot;:6.58},{&quot;2026-06-18&quot;:6.64},{&quot;2026-06-19&quot;:6.64},{&quot;2026-06-20&quot;:6.64},{&quot;2026-06-21&quot;:6.64},{&quot;2026-06-22&quot;:6.73},{&quot;2026-06-23&quot;:6.68},{&quot;2026-06-24&quot;:6.61},{&quot;2026-06-25&quot;:6.61},{&quot;2026-06-26&quot;:6.61},{&quot;2026-06-27&quot;:6.57},{&quot;2026-06-28&quot;:6.49},{&quot;2026-06-29&quot;:6.42},{&quot;2026-06-30&quot;:6.19},{&quot;2026-07-01&quot;:6.19},{&quot;2026-07-02&quot;:6.15},{&quot;2026-07-03&quot;:6.17},{&quot;2026-07-04&quot;:6.17},{&quot;2026-07-05&quot;:6.05},{&quot;2026-07-06&quot;:6.0},{&quot;2026-07-07&quot;:5.99},{&quot;2026-07-08&quot;:5.91},{&quot;2026-07-09&quot;:5.85},{&quot;2026-07-10&quot;:5.78},{&quot;2026-07-11&quot;:5.82},{&quot;2026-07-12&quot;:5.82},{&quot;2026-07-13&quot;:6.19},{&quot;2026-07-14&quot;:6.32},{&quot;2026-07-15&quot;:6.32},{&quot;2026-07-16&quot;:6.32},{&quot;2026-07-17&quot;:6.33},{&quot;2026-07-18&quot;:6.33},{&quot;2026-07-19&quot;:6.22},{&quot;2026-07-20&quot;:6.35},{&quot;2026-07-21&quot;:6.34},{&quot;2026-07-23&quot;:6.32},{&quot;2026-07-25&quot;:6.32},{&quot;2026-07-26&quot;:6.35},{&quot;2026-07-27&quot;:6.35},{&quot;2026-07-28&quot;:6.4},{&quot;2026-07-29&quot;:6.35},{&quot;2026-07-30&quot;:6.35},{&quot;2026-07-31&quot;:6.43},{&quot;2026-08-01&quot;:6.35},{&quot;2026-08-02&quot;:6.4},{&quot;2026-08-03&quot;:6.39},{&quot;2026-08-04&quot;:6.39},{&quot;2026-08-05&quot;:6.47},{&quot;2026-08-07&quot;:6.61},{&quot;2026-08-08&quot;:6.61},{&quot;2026-08-09&quot;:6.44},{&quot;2026-08-10&quot;:6.44},{&quot;2026-08-11&quot;:6.4},{&quot;2026-08-12&quot;:6.42},{&quot;2026-08-13&quot;:6.42},{&quot;2026-08-14&quot;:6.42},{&quot;2026-08-15&quot;:6.39},{&quot;2026-08-16&quot;:6.32},{&quot;2026-08-17&quot;:6.17},{&quot;2026-08-18&quot;:6.24},{&quot;2026-08-19&quot;:6.09},{&quot;2026-08-20&quot;:6.09},{&quot;2026-08-21&quot;:6.16},{&quot;2026-08-22&quot;:6.22},{&quot;2026-08-23&quot;:6.13},{&quot;2026-08-24&quot;:6.17},{&quot;2026-08-25&quot;:6.17},{&quot;2026-08-26&quot;:6.14},{&quot;2026-08-27&quot;:6.24},{&quot;2026-08-28&quot;:6.21},{&quot;2026-08-29&quot;:6.21},{&quot;2026-08-30&quot;:6.3},{&quot;2026-08-31&quot;:6.43},{&quot;2026-09-01&quot;:6.43},{&quot;2026-09-02&quot;:6.39},{&quot;2026-09-03&quot;:6.28},{&quot;2026-09-04&quot;:6.23},{&quot;2026-09-05&quot;:6.26},{&quot;2026-09-06&quot;:6.1},{&quot;2026-09-07&quot;:6.17},{&quot;2026-09-08&quot;:6.26},{&quot;2026-09-09&quot;:6.27},{&quot;2026-09-10&quot;:6.27},{&quot;2026-09-11&quot;:6.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Vesuvan Duplimancy
        </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="text-sm font-medium text-nine-white">
            $6.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="Vesuvan Duplimancy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/7/47ab9af3-718e-49fa-96d3-da67bc55c7d4.jpg?1783921195" />

        <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">
            Vesuvan Duplimancy
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vesuvan Duplimancy" src="https://cards.scryfall.io/large/front/4/7/47ab9af3-718e-49fa-96d3-da67bc55c7d4.jpg?1783921195" />
    </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.24
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:5.62},{&quot;2026-06-10&quot;:5.62},{&quot;2026-06-11&quot;:5.62},{&quot;2026-06-12&quot;:5.62},{&quot;2026-06-13&quot;:5.62},{&quot;2026-06-14&quot;:5.69},{&quot;2026-06-15&quot;:5.69},{&quot;2026-06-16&quot;:5.75},{&quot;2026-06-17&quot;:5.75},{&quot;2026-06-18&quot;:5.75},{&quot;2026-06-19&quot;:5.75},{&quot;2026-06-20&quot;:5.98},{&quot;2026-06-21&quot;:5.98},{&quot;2026-06-22&quot;:5.98},{&quot;2026-06-24&quot;:5.98},{&quot;2026-06-25&quot;:5.98},{&quot;2026-06-26&quot;:5.98},{&quot;2026-06-27&quot;:5.98},{&quot;2026-06-28&quot;:5.98},{&quot;2026-06-29&quot;:5.95},{&quot;2026-06-30&quot;:5.95},{&quot;2026-07-01&quot;:5.95},{&quot;2026-07-02&quot;:5.95},{&quot;2026-07-03&quot;:5.95},{&quot;2026-07-04&quot;:5.95},{&quot;2026-07-05&quot;:5.95},{&quot;2026-07-06&quot;:6.08},{&quot;2026-07-07&quot;:6.19},{&quot;2026-07-08&quot;:6.33},{&quot;2026-07-09&quot;:6.33},{&quot;2026-07-10&quot;:6.33},{&quot;2026-07-11&quot;:6.33},{&quot;2026-07-12&quot;:6.37},{&quot;2026-07-13&quot;:6.36},{&quot;2026-07-14&quot;:6.36},{&quot;2026-07-15&quot;:6.3},{&quot;2026-07-16&quot;:6.3},{&quot;2026-07-17&quot;:6.3},{&quot;2026-07-18&quot;:6.3},{&quot;2026-07-19&quot;:6.3},{&quot;2026-07-20&quot;:6.3},{&quot;2026-07-21&quot;:6.3},{&quot;2026-07-23&quot;:6.3},{&quot;2026-07-25&quot;:6.3},{&quot;2026-07-26&quot;:6.3},{&quot;2026-07-27&quot;:6.34},{&quot;2026-07-29&quot;:6.22},{&quot;2026-07-30&quot;:6.22},{&quot;2026-07-31&quot;:6.22},{&quot;2026-08-01&quot;:6.22},{&quot;2026-08-02&quot;:6.22},{&quot;2026-08-03&quot;:6.22},{&quot;2026-08-04&quot;:6.25},{&quot;2026-08-05&quot;:6.25},{&quot;2026-08-07&quot;:6.25},{&quot;2026-08-08&quot;:6.22},{&quot;2026-08-09&quot;:6.22},{&quot;2026-08-10&quot;:6.22},{&quot;2026-08-11&quot;:6.22},{&quot;2026-08-12&quot;:6.22},{&quot;2026-08-13&quot;:6.22},{&quot;2026-08-14&quot;:6.22},{&quot;2026-08-15&quot;:6.22},{&quot;2026-08-16&quot;:6.45},{&quot;2026-08-17&quot;:6.45},{&quot;2026-08-18&quot;:6.45},{&quot;2026-08-19&quot;:6.45},{&quot;2026-08-20&quot;:6.45},{&quot;2026-08-21&quot;:6.45},{&quot;2026-08-22&quot;:6.45},{&quot;2026-08-23&quot;:6.45},{&quot;2026-08-24&quot;:6.45},{&quot;2026-08-25&quot;:6.45},{&quot;2026-08-26&quot;:6.71},{&quot;2026-08-27&quot;:6.71},{&quot;2026-08-28&quot;:6.71},{&quot;2026-08-29&quot;:6.71},{&quot;2026-08-30&quot;:6.71},{&quot;2026-08-31&quot;:6.73},{&quot;2026-09-01&quot;:6.73},{&quot;2026-09-02&quot;:6.84},{&quot;2026-09-03&quot;:6.84},{&quot;2026-09-04&quot;:6.85},{&quot;2026-09-05&quot;:6.85},{&quot;2026-09-06&quot;:6.91},{&quot;2026-09-07&quot;:6.91},{&quot;2026-09-08&quot;:6.91},{&quot;2026-09-09&quot;:6.91},{&quot;2026-09-10&quot;:6.91},{&quot;2026-09-11&quot;:6.91}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.06},{&quot;2026-06-10&quot;:5.07},{&quot;2026-06-11&quot;:5.14},{&quot;2026-06-12&quot;:5.14},{&quot;2026-06-13&quot;:5.14},{&quot;2026-06-14&quot;:5.23},{&quot;2026-06-15&quot;:5.22},{&quot;2026-06-16&quot;:5.22},{&quot;2026-06-17&quot;:5.22},{&quot;2026-06-18&quot;:5.22},{&quot;2026-06-19&quot;:5.22},{&quot;2026-06-20&quot;:5.22},{&quot;2026-06-21&quot;:5.22},{&quot;2026-06-22&quot;:5.22},{&quot;2026-06-24&quot;:5.22},{&quot;2026-06-25&quot;:5.22},{&quot;2026-06-26&quot;:5.26},{&quot;2026-06-27&quot;:5.28},{&quot;2026-06-28&quot;:5.28},{&quot;2026-06-29&quot;:5.27},{&quot;2026-06-30&quot;:5.29},{&quot;2026-07-01&quot;:5.33},{&quot;2026-07-02&quot;:5.33},{&quot;2026-07-03&quot;:5.54},{&quot;2026-07-04&quot;:5.54},{&quot;2026-07-05&quot;:5.55},{&quot;2026-07-06&quot;:5.55},{&quot;2026-07-07&quot;:5.55},{&quot;2026-07-08&quot;:5.66},{&quot;2026-07-09&quot;:5.66},{&quot;2026-07-10&quot;:5.66},{&quot;2026-07-11&quot;:5.66},{&quot;2026-07-12&quot;:5.66},{&quot;2026-07-13&quot;:5.66},{&quot;2026-07-14&quot;:5.66},{&quot;2026-07-15&quot;:5.66},{&quot;2026-07-16&quot;:5.66},{&quot;2026-07-17&quot;:5.66},{&quot;2026-07-18&quot;:5.66},{&quot;2026-07-19&quot;:5.66},{&quot;2026-07-20&quot;:5.66},{&quot;2026-07-21&quot;:5.58},{&quot;2026-07-23&quot;:5.58},{&quot;2026-07-25&quot;:5.58},{&quot;2026-07-26&quot;:5.58},{&quot;2026-07-27&quot;:5.63},{&quot;2026-07-29&quot;:5.77},{&quot;2026-07-30&quot;:5.77},{&quot;2026-07-31&quot;:5.77},{&quot;2026-08-01&quot;:5.77},{&quot;2026-08-02&quot;:5.77},{&quot;2026-08-03&quot;:5.77},{&quot;2026-08-04&quot;:5.77},{&quot;2026-08-05&quot;:5.77},{&quot;2026-08-07&quot;:5.79},{&quot;2026-08-08&quot;:5.95},{&quot;2026-08-09&quot;:5.95},{&quot;2026-08-10&quot;:5.95},{&quot;2026-08-11&quot;:6.03},{&quot;2026-08-12&quot;:6.03},{&quot;2026-08-13&quot;:6.03},{&quot;2026-08-14&quot;:5.95},{&quot;2026-08-15&quot;:5.95},{&quot;2026-08-16&quot;:5.95},{&quot;2026-08-17&quot;:5.95},{&quot;2026-08-18&quot;:5.95},{&quot;2026-08-19&quot;:5.95},{&quot;2026-08-20&quot;:5.95},{&quot;2026-08-21&quot;:5.95},{&quot;2026-08-22&quot;:6.08},{&quot;2026-08-23&quot;:6.08},{&quot;2026-08-24&quot;:6.08},{&quot;2026-08-25&quot;:6.08},{&quot;2026-08-26&quot;:6.12},{&quot;2026-08-27&quot;:6.12},{&quot;2026-08-28&quot;:6.12},{&quot;2026-08-29&quot;:6.12},{&quot;2026-08-30&quot;:6.12},{&quot;2026-08-31&quot;:6.12},{&quot;2026-09-01&quot;:6.12},{&quot;2026-09-02&quot;:6.25},{&quot;2026-09-03&quot;:6.25},{&quot;2026-09-04&quot;:6.25},{&quot;2026-09-05&quot;:6.25},{&quot;2026-09-06&quot;:6.21},{&quot;2026-09-07&quot;:6.21},{&quot;2026-09-08&quot;:6.24},{&quot;2026-09-09&quot;:6.24},{&quot;2026-09-10&quot;:6.24},{&quot;2026-09-11&quot;:6.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="42002"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-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">
            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">
              ↓
              12%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.71
          </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/5/7/57ef531e-2a8f-4d40-b509-92e3a86b2257.jpg?1783923806" />

        <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/5/7/57ef531e-2a8f-4d40-b509-92e3a86b2257.jpg?1783923806" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.99},{&quot;2026-06-14&quot;:6.99},{&quot;2026-06-15&quot;:6.92},{&quot;2026-06-16&quot;:6.84},{&quot;2026-06-17&quot;:6.9},{&quot;2026-06-18&quot;:6.9},{&quot;2026-06-19&quot;:6.94},{&quot;2026-06-20&quot;:6.94},{&quot;2026-06-21&quot;:6.98},{&quot;2026-06-22&quot;:7.24},{&quot;2026-06-23&quot;:7.32},{&quot;2026-06-24&quot;:7.32},{&quot;2026-06-25&quot;:7.3},{&quot;2026-06-26&quot;:7.26},{&quot;2026-06-27&quot;:7.32},{&quot;2026-06-28&quot;:7.39},{&quot;2026-06-29&quot;:7.39},{&quot;2026-06-30&quot;:7.46},{&quot;2026-07-01&quot;:7.51},{&quot;2026-07-02&quot;:7.63},{&quot;2026-07-03&quot;:7.63},{&quot;2026-07-04&quot;:7.41},{&quot;2026-07-05&quot;:7.15},{&quot;2026-07-06&quot;:7.15},{&quot;2026-07-07&quot;:7.12},{&quot;2026-07-08&quot;:6.96},{&quot;2026-07-09&quot;:6.78},{&quot;2026-07-10&quot;:6.4},{&quot;2026-07-11&quot;:6.4},{&quot;2026-07-12&quot;:6.38},{&quot;2026-07-13&quot;:6.26},{&quot;2026-07-14&quot;:6.26},{&quot;2026-07-15&quot;:6.26},{&quot;2026-07-16&quot;:6.33},{&quot;2026-07-17&quot;:6.3},{&quot;2026-07-18&quot;:6.33},{&quot;2026-07-19&quot;:6.34},{&quot;2026-07-20&quot;:6.51},{&quot;2026-07-21&quot;:6.49},{&quot;2026-07-22&quot;:6.45},{&quot;2026-07-23&quot;:6.47},{&quot;2026-07-24&quot;:6.46},{&quot;2026-07-25&quot;:6.52},{&quot;2026-07-26&quot;:6.43},{&quot;2026-07-27&quot;:6.51},{&quot;2026-07-28&quot;:6.51},{&quot;2026-07-29&quot;:6.51},{&quot;2026-07-30&quot;:6.49},{&quot;2026-07-31&quot;:6.18},{&quot;2026-08-01&quot;:6.18},{&quot;2026-08-02&quot;:6.22},{&quot;2026-08-03&quot;:6.22},{&quot;2026-08-04&quot;:6.17},{&quot;2026-08-05&quot;:6.0},{&quot;2026-08-07&quot;:5.85},{&quot;2026-08-08&quot;:6.03},{&quot;2026-08-09&quot;:6.09},{&quot;2026-08-10&quot;:6.14},{&quot;2026-08-11&quot;:6.12},{&quot;2026-08-12&quot;:6.33},{&quot;2026-08-13&quot;:6.47},{&quot;2026-08-14&quot;:6.48},{&quot;2026-08-15&quot;:6.8},{&quot;2026-08-16&quot;:6.98},{&quot;2026-08-17&quot;:7.0},{&quot;2026-08-18&quot;:7.21},{&quot;2026-08-19&quot;:7.26},{&quot;2026-08-20&quot;:7.27},{&quot;2026-08-21&quot;:7.27},{&quot;2026-08-22&quot;:7.34},{&quot;2026-08-23&quot;:7.15},{&quot;2026-08-24&quot;:7.15},{&quot;2026-08-25&quot;:6.9},{&quot;2026-08-26&quot;:6.89},{&quot;2026-08-27&quot;:6.87},{&quot;2026-08-28&quot;:6.83},{&quot;2026-08-29&quot;:6.83},{&quot;2026-08-30&quot;:6.66},{&quot;2026-08-31&quot;:6.6},{&quot;2026-09-01&quot;:6.36},{&quot;2026-09-02&quot;:6.45},{&quot;2026-09-03&quot;:6.56},{&quot;2026-09-04&quot;:6.44},{&quot;2026-09-05&quot;:6.53},{&quot;2026-09-06&quot;:6.44},{&quot;2026-09-07&quot;:6.47},{&quot;2026-09-08&quot;:6.29},{&quot;2026-09-09&quot;:6.29},{&quot;2026-09-10&quot;:6.25},{&quot;2026-09-11&quot;:6.24}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.45},{&quot;2026-06-14&quot;:5.4},{&quot;2026-06-15&quot;:5.36},{&quot;2026-06-16&quot;:5.43},{&quot;2026-06-17&quot;:5.43},{&quot;2026-06-18&quot;:5.43},{&quot;2026-06-19&quot;:7.0},{&quot;2026-06-20&quot;:6.99},{&quot;2026-06-21&quot;:7.06},{&quot;2026-06-22&quot;:7.15},{&quot;2026-06-23&quot;:7.15},{&quot;2026-06-24&quot;:7.13},{&quot;2026-06-25&quot;:7.01},{&quot;2026-06-26&quot;:6.7},{&quot;2026-06-27&quot;:6.67},{&quot;2026-06-28&quot;:6.67},{&quot;2026-06-29&quot;:5.91},{&quot;2026-06-30&quot;:5.91},{&quot;2026-07-01&quot;:5.88},{&quot;2026-07-02&quot;:5.91},{&quot;2026-07-03&quot;:5.86},{&quot;2026-07-04&quot;:5.55},{&quot;2026-07-05&quot;:5.57},{&quot;2026-07-06&quot;:5.62},{&quot;2026-07-07&quot;:6.14},{&quot;2026-07-08&quot;:6.22},{&quot;2026-07-09&quot;:6.25},{&quot;2026-07-10&quot;:5.96},{&quot;2026-07-11&quot;:6.11},{&quot;2026-07-12&quot;:6.11},{&quot;2026-07-13&quot;:6.22},{&quot;2026-07-14&quot;:6.27},{&quot;2026-07-15&quot;:6.29},{&quot;2026-07-16&quot;:6.18},{&quot;2026-07-17&quot;:5.47},{&quot;2026-07-18&quot;:5.37},{&quot;2026-07-19&quot;:5.35},{&quot;2026-07-20&quot;:5.35},{&quot;2026-07-21&quot;:5.31},{&quot;2026-07-22&quot;:5.31},{&quot;2026-07-23&quot;:5.38},{&quot;2026-07-24&quot;:5.38},{&quot;2026-07-25&quot;:5.19},{&quot;2026-07-26&quot;:5.15},{&quot;2026-07-27&quot;:5.3},{&quot;2026-07-28&quot;:5.26},{&quot;2026-07-29&quot;:5.03},{&quot;2026-07-30&quot;:5.1},{&quot;2026-07-31&quot;:4.95},{&quot;2026-08-01&quot;:4.95},{&quot;2026-08-02&quot;:5.02},{&quot;2026-08-03&quot;:4.91},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:4.76},{&quot;2026-08-07&quot;:4.81},{&quot;2026-08-08&quot;:4.92},{&quot;2026-08-09&quot;:4.81},{&quot;2026-08-10&quot;:4.69},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.64},{&quot;2026-08-13&quot;:4.64},{&quot;2026-08-14&quot;:4.64},{&quot;2026-08-15&quot;:4.54},{&quot;2026-08-16&quot;:4.58},{&quot;2026-08-17&quot;:4.56},{&quot;2026-08-18&quot;:4.71},{&quot;2026-08-19&quot;:4.77},{&quot;2026-08-20&quot;:4.78},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.9},{&quot;2026-08-23&quot;:5.05},{&quot;2026-08-24&quot;:5.08},{&quot;2026-08-25&quot;:4.96},{&quot;2026-08-26&quot;:4.91},{&quot;2026-08-27&quot;:4.81},{&quot;2026-08-28&quot;:4.85},{&quot;2026-08-29&quot;:4.85},{&quot;2026-08-30&quot;:4.8},{&quot;2026-08-31&quot;:5.1},{&quot;2026-09-01&quot;:5.13},{&quot;2026-09-02&quot;:5.29},{&quot;2026-09-03&quot;:5.29},{&quot;2026-09-04&quot;:5.36},{&quot;2026-09-05&quot;:5.34},{&quot;2026-09-06&quot;:5.4},{&quot;2026-09-07&quot;:5.24},{&quot;2026-09-08&quot;:4.89},{&quot;2026-09-09&quot;:4.87},{&quot;2026-09-10&quot;:4.82},{&quot;2026-09-11&quot;:4.71}]}"
        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="95263"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-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">
            Snuff Out
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $6.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="Snuff Out" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a3b1fc65-3620-4052-a1f8-1779d95029c7.jpg?1783906269" />

        <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">
            Snuff Out
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Snuff Out" src="https://cards.scryfall.io/large/front/a/3/a3b1fc65-3620-4052-a1f8-1779d95029c7.jpg?1783906269" />
    </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.24
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:20.3},{&quot;2026-08-20&quot;:20.34},{&quot;2026-08-21&quot;:20.65},{&quot;2026-08-22&quot;:20.65},{&quot;2026-08-23&quot;:20.65},{&quot;2026-08-24&quot;:20.65},{&quot;2026-08-25&quot;:20.65},{&quot;2026-08-26&quot;:20.65},{&quot;2026-08-27&quot;:20.8},{&quot;2026-08-28&quot;:20.8},{&quot;2026-08-29&quot;:20.8},{&quot;2026-08-30&quot;:21.0},{&quot;2026-08-31&quot;:21.0},{&quot;2026-09-01&quot;:21.0},{&quot;2026-09-02&quot;:21.1},{&quot;2026-09-03&quot;:21.3},{&quot;2026-09-04&quot;:21.3},{&quot;2026-09-05&quot;:21.3},{&quot;2026-09-06&quot;:21.3},{&quot;2026-09-07&quot;:21.3},{&quot;2026-09-08&quot;:21.3},{&quot;2026-09-09&quot;:21.3},{&quot;2026-09-10&quot;:21.45},{&quot;2026-09-11&quot;:21.69}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.16},{&quot;2026-06-14&quot;:6.2},{&quot;2026-06-15&quot;:6.32},{&quot;2026-06-16&quot;:6.3},{&quot;2026-06-17&quot;:6.42},{&quot;2026-06-18&quot;:6.36},{&quot;2026-06-19&quot;:5.95},{&quot;2026-06-20&quot;:5.81},{&quot;2026-06-21&quot;:5.95},{&quot;2026-06-22&quot;:5.99},{&quot;2026-06-23&quot;:6.0},{&quot;2026-06-24&quot;:6.02},{&quot;2026-06-25&quot;:6.06},{&quot;2026-06-26&quot;:6.18},{&quot;2026-06-27&quot;:6.16},{&quot;2026-06-28&quot;:6.17},{&quot;2026-06-29&quot;:6.26},{&quot;2026-06-30&quot;:6.24},{&quot;2026-07-01&quot;:6.26},{&quot;2026-07-02&quot;:6.28},{&quot;2026-07-03&quot;:6.24},{&quot;2026-07-04&quot;:6.21},{&quot;2026-07-05&quot;:6.24},{&quot;2026-07-06&quot;:6.19},{&quot;2026-07-07&quot;:6.25},{&quot;2026-07-08&quot;:6.24},{&quot;2026-07-09&quot;:6.31},{&quot;2026-07-10&quot;:6.39},{&quot;2026-07-11&quot;:6.27},{&quot;2026-07-12&quot;:6.39},{&quot;2026-07-13&quot;:6.36},{&quot;2026-07-14&quot;:6.38},{&quot;2026-07-15&quot;:6.37},{&quot;2026-07-16&quot;:6.33},{&quot;2026-07-17&quot;:6.41},{&quot;2026-07-18&quot;:6.24},{&quot;2026-07-19&quot;:6.15},{&quot;2026-07-20&quot;:6.45},{&quot;2026-07-21&quot;:6.4},{&quot;2026-07-22&quot;:6.4},{&quot;2026-07-23&quot;:6.48},{&quot;2026-07-24&quot;:6.42},{&quot;2026-07-25&quot;:6.34},{&quot;2026-07-26&quot;:6.18},{&quot;2026-07-27&quot;:6.12},{&quot;2026-07-28&quot;:6.11},{&quot;2026-07-29&quot;:6.05},{&quot;2026-07-30&quot;:6.13},{&quot;2026-07-31&quot;:6.47},{&quot;2026-08-01&quot;:6.55},{&quot;2026-08-02&quot;:6.58},{&quot;2026-08-03&quot;:6.54},{&quot;2026-08-04&quot;:6.53},{&quot;2026-08-05&quot;:6.48},{&quot;2026-08-07&quot;:6.55},{&quot;2026-08-08&quot;:6.46},{&quot;2026-08-09&quot;:6.4},{&quot;2026-08-10&quot;:6.39},{&quot;2026-08-11&quot;:6.43},{&quot;2026-08-12&quot;:6.4},{&quot;2026-08-13&quot;:6.54},{&quot;2026-08-14&quot;:6.46},{&quot;2026-08-15&quot;:6.16},{&quot;2026-08-16&quot;:6.35},{&quot;2026-08-17&quot;:6.6},{&quot;2026-08-18&quot;:6.44},{&quot;2026-08-19&quot;:6.47},{&quot;2026-08-20&quot;:6.54},{&quot;2026-08-21&quot;:6.51},{&quot;2026-08-22&quot;:6.6},{&quot;2026-08-23&quot;:6.56},{&quot;2026-08-24&quot;:6.65},{&quot;2026-08-25&quot;:6.69},{&quot;2026-08-26&quot;:6.73},{&quot;2026-08-27&quot;:6.77},{&quot;2026-08-28&quot;:6.73},{&quot;2026-08-29&quot;:6.73},{&quot;2026-08-30&quot;:6.41},{&quot;2026-08-31&quot;:6.46},{&quot;2026-09-01&quot;:6.55},{&quot;2026-09-02&quot;:6.58},{&quot;2026-09-03&quot;:6.54},{&quot;2026-09-04&quot;:6.51},{&quot;2026-09-05&quot;:6.43},{&quot;2026-09-06&quot;:6.46},{&quot;2026-09-07&quot;:6.4},{&quot;2026-09-08&quot;:6.38},{&quot;2026-09-09&quot;:6.43},{&quot;2026-09-10&quot;:6.36},{&quot;2026-09-11&quot;:6.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="12430"
  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">
            Rejuvenating Springs
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rejuvenating Springs" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/1/51e69910-0d90-48a0-af29-3cddaeec5151.jpg?1783928741" />

        <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">
            Rejuvenating Springs
        </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="Rejuvenating Springs" src="https://cards.scryfall.io/large/front/5/1/51e69910-0d90-48a0-af29-3cddaeec5151.jpg?1783928741" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:9.69},{&quot;2026-06-13&quot;:9.69},{&quot;2026-06-14&quot;:9.69},{&quot;2026-06-15&quot;:9.71},{&quot;2026-06-16&quot;:9.71},{&quot;2026-06-17&quot;:9.71},{&quot;2026-06-18&quot;:9.71},{&quot;2026-06-19&quot;:9.71},{&quot;2026-06-20&quot;:9.71},{&quot;2026-06-21&quot;:9.77},{&quot;2026-06-22&quot;:9.77},{&quot;2026-06-23&quot;:9.82},{&quot;2026-06-24&quot;:9.82},{&quot;2026-06-25&quot;:9.79},{&quot;2026-06-26&quot;:9.79},{&quot;2026-06-27&quot;:9.79},{&quot;2026-06-28&quot;:9.79},{&quot;2026-06-29&quot;:9.79},{&quot;2026-06-30&quot;:9.84},{&quot;2026-07-01&quot;:9.84},{&quot;2026-07-02&quot;:9.84},{&quot;2026-07-03&quot;:9.84},{&quot;2026-07-04&quot;:9.75},{&quot;2026-07-05&quot;:9.8},{&quot;2026-07-06&quot;:9.75},{&quot;2026-07-07&quot;:9.76},{&quot;2026-07-08&quot;:9.76},{&quot;2026-07-09&quot;:9.76},{&quot;2026-07-10&quot;:9.76},{&quot;2026-07-11&quot;:9.76},{&quot;2026-07-12&quot;:9.59},{&quot;2026-07-13&quot;:9.59},{&quot;2026-07-14&quot;:9.59},{&quot;2026-07-15&quot;:9.59},{&quot;2026-07-16&quot;:9.59},{&quot;2026-07-17&quot;:9.59},{&quot;2026-07-18&quot;:9.59},{&quot;2026-07-19&quot;:9.59},{&quot;2026-07-20&quot;:9.59},{&quot;2026-07-21&quot;:9.59},{&quot;2026-07-23&quot;:9.33},{&quot;2026-07-24&quot;:9.33},{&quot;2026-07-25&quot;:9.33},{&quot;2026-07-26&quot;:9.33},{&quot;2026-07-27&quot;:9.33},{&quot;2026-07-28&quot;:9.18},{&quot;2026-07-29&quot;:9.18},{&quot;2026-07-30&quot;:9.18},{&quot;2026-07-31&quot;:9.18},{&quot;2026-08-01&quot;:9.18},{&quot;2026-08-02&quot;:9.25},{&quot;2026-08-03&quot;:9.25},{&quot;2026-08-04&quot;:9.25},{&quot;2026-08-05&quot;:9.1},{&quot;2026-08-07&quot;:8.89},{&quot;2026-08-08&quot;:8.89},{&quot;2026-08-09&quot;:8.89},{&quot;2026-08-10&quot;:8.89},{&quot;2026-08-11&quot;:8.89},{&quot;2026-08-12&quot;:8.89},{&quot;2026-08-13&quot;:8.89},{&quot;2026-08-14&quot;:8.89},{&quot;2026-08-15&quot;:8.89},{&quot;2026-08-16&quot;:8.89},{&quot;2026-08-17&quot;:8.89},{&quot;2026-08-18&quot;:8.89},{&quot;2026-08-19&quot;:8.89},{&quot;2026-08-20&quot;:8.89},{&quot;2026-08-21&quot;:8.89},{&quot;2026-08-22&quot;:8.89},{&quot;2026-08-23&quot;:8.89},{&quot;2026-08-24&quot;:8.89},{&quot;2026-08-25&quot;:8.89},{&quot;2026-08-26&quot;:8.89},{&quot;2026-08-27&quot;:8.89},{&quot;2026-08-28&quot;:8.89},{&quot;2026-08-29&quot;:8.89},{&quot;2026-08-30&quot;:8.89},{&quot;2026-08-31&quot;:8.89},{&quot;2026-09-01&quot;:8.89},{&quot;2026-09-02&quot;:8.85},{&quot;2026-09-03&quot;:8.85},{&quot;2026-09-04&quot;:8.85},{&quot;2026-09-05&quot;:8.85},{&quot;2026-09-06&quot;:8.85},{&quot;2026-09-07&quot;:8.85},{&quot;2026-09-08&quot;:8.85},{&quot;2026-09-09&quot;:8.85},{&quot;2026-09-10&quot;:8.85},{&quot;2026-09-11&quot;:8.89}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:8.18},{&quot;2026-06-13&quot;:8.01},{&quot;2026-06-14&quot;:7.97},{&quot;2026-06-15&quot;:7.89},{&quot;2026-06-16&quot;:7.66},{&quot;2026-06-17&quot;:7.67},{&quot;2026-06-18&quot;:7.65},{&quot;2026-06-19&quot;:7.21},{&quot;2026-06-20&quot;:7.09},{&quot;2026-06-21&quot;:6.82},{&quot;2026-06-22&quot;:7.88},{&quot;2026-06-23&quot;:8.24},{&quot;2026-06-24&quot;:8.17},{&quot;2026-06-25&quot;:8.2},{&quot;2026-06-26&quot;:8.02},{&quot;2026-06-27&quot;:8.36},{&quot;2026-06-28&quot;:8.27},{&quot;2026-06-29&quot;:8.16},{&quot;2026-06-30&quot;:7.89},{&quot;2026-07-01&quot;:7.89},{&quot;2026-07-02&quot;:7.74},{&quot;2026-07-03&quot;:7.92},{&quot;2026-07-04&quot;:7.81},{&quot;2026-07-05&quot;:7.96},{&quot;2026-07-06&quot;:8.0},{&quot;2026-07-07&quot;:7.97},{&quot;2026-07-08&quot;:7.86},{&quot;2026-07-09&quot;:7.89},{&quot;2026-07-10&quot;:7.87},{&quot;2026-07-11&quot;:7.8},{&quot;2026-07-12&quot;:7.8},{&quot;2026-07-13&quot;:7.76},{&quot;2026-07-14&quot;:7.88},{&quot;2026-07-15&quot;:8.1},{&quot;2026-07-16&quot;:7.95},{&quot;2026-07-17&quot;:7.95},{&quot;2026-07-18&quot;:7.78},{&quot;2026-07-19&quot;:7.88},{&quot;2026-07-20&quot;:7.5},{&quot;2026-07-21&quot;:7.67},{&quot;2026-07-23&quot;:7.69},{&quot;2026-07-24&quot;:7.66},{&quot;2026-07-25&quot;:7.86},{&quot;2026-07-26&quot;:8.07},{&quot;2026-07-27&quot;:7.92},{&quot;2026-07-28&quot;:8.05},{&quot;2026-07-29&quot;:8.03},{&quot;2026-07-30&quot;:7.74},{&quot;2026-07-31&quot;:8.01},{&quot;2026-08-01&quot;:7.97},{&quot;2026-08-02&quot;:8.03},{&quot;2026-08-03&quot;:7.97},{&quot;2026-08-04&quot;:7.83},{&quot;2026-08-05&quot;:7.58},{&quot;2026-08-07&quot;:7.66},{&quot;2026-08-08&quot;:7.59},{&quot;2026-08-09&quot;:6.94},{&quot;2026-08-10&quot;:6.94},{&quot;2026-08-11&quot;:6.92},{&quot;2026-08-12&quot;:7.02},{&quot;2026-08-13&quot;:6.7},{&quot;2026-08-14&quot;:6.1},{&quot;2026-08-15&quot;:6.06},{&quot;2026-08-16&quot;:6.34},{&quot;2026-08-17&quot;:6.2},{&quot;2026-08-18&quot;:5.9},{&quot;2026-08-19&quot;:5.97},{&quot;2026-08-20&quot;:5.97},{&quot;2026-08-21&quot;:6.36},{&quot;2026-08-22&quot;:6.41},{&quot;2026-08-23&quot;:6.31},{&quot;2026-08-24&quot;:6.32},{&quot;2026-08-25&quot;:6.2},{&quot;2026-08-26&quot;:6.13},{&quot;2026-08-27&quot;:6.23},{&quot;2026-08-28&quot;:6.23},{&quot;2026-08-29&quot;:6.23},{&quot;2026-08-30&quot;:5.94},{&quot;2026-08-31&quot;:6.03},{&quot;2026-09-01&quot;:5.83},{&quot;2026-09-02&quot;:5.87},{&quot;2026-09-03&quot;:5.87},{&quot;2026-09-04&quot;:5.85},{&quot;2026-09-05&quot;:6.0},{&quot;2026-09-06&quot;:6.11},{&quot;2026-09-07&quot;:5.99},{&quot;2026-09-08&quot;:6.32},{&quot;2026-09-09&quot;:6.32},{&quot;2026-09-10&quot;:6.25},{&quot;2026-09-11&quot;:6.23}]}"
        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 651-700 of 9368 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=13&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets">1</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=13&amp;username=denvermullets" rel="prev">13</a><a role="link" aria-disabled="true" aria-current="page">14</a><a href="/load_collection?direction=asc&amp;page=15&amp;username=denvermullets" rel="next">15</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=15&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
      </div>
    </div>
</div>

<!-- Desktop Table View -->
<div class="hidden lg:block mb-24 overflow-x-auto border rounded-3xl border-highlight">
  <table class="min-w-full divide-y table-auto divide-background">
    <thead class="bg-background" data-controller="table-sort">
      <tr>
          <th
            class="
              py-3 pl-4 pr-0 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=card_number&amp;username=denvermullets">
  #

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=name&amp;username=denvermullets">
  Name

</a>
          </th>

          <th
            class="
              hidden px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text lg:table-cell
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=card_type&amp;username=denvermullets">
  Type

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=mana_value&amp;username=denvermullets">
  Mana

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=normal_price&amp;username=denvermullets">
  Regular

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=foil_price&amp;username=denvermullets">
  Foil

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=ck_buylist_normal_price&amp;username=denvermullets">
  Sell Regular

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=ck_buylist_foil_price&amp;username=denvermullets">
  Sell Foil

</a>
          </th>

          <th
            class="
              hidden px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case lg:table-cell text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=edhrec_saltiness&amp;username=denvermullets">
  Salt

</a>
          </th>
      </tr>
    </thead>

    <tbody class="bg-background" data-controller="expandable-row">

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Ozolith, the Shattered Spire


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20435"
          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">
              123
            </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>
              Seasoned Pyromancer


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Fable of the Mirror-Breaker // Reflection of Kiki-Jiki


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28324"
          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">
              2
            </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-mythic ss-fw ss-2x mr-4"></i>
              Prosper, Tome-Bound


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83902"
          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">
              CN2-22
            </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>
              Recruiter of the Guard


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53370"
          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-mb2 ss-common ss-fw ss-2x mr-4"></i>
              Relic of Progenitus


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75197"
          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">
              30
            </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-mythic ss-fw ss-2x mr-4"></i>
              Pantlaza, Sun-Favored


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79528"
          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">
              SOM-110
            </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>
              Asceticism


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-mythic ss-fw ss-2x mr-4"></i>
              Omnath, Locus of Creation


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35407"
          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">
              191
            </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-mythic ss-fw ss-2x mr-4"></i>
              Cemetery Prowler


            </td>

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

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

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

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

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="35407"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35407" src="/boxset_card/35407?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?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-mythic ss-fw ss-2x mr-4"></i>
              Betor, Kin to All


            </td>

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

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

                    <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">
                <div class="flex items-center gap-2">
                  $6.48

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

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

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

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

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

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


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13994"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13994" src="/boxset_card/13994?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18911"
          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">
              252
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x mr-4"></i>
              Plaza of Heroes


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.47

                    <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">
                $3.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18911"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18911" src="/boxset_card/18911?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20604"
          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">
              214
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-mythic ss-fw ss-2x mr-4"></i>
              Riku of Two Reflections


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20604"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20604" src="/boxset_card/20604?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95333"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              338
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Gilgamesh, Master-at-Arms


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Samurai
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.44

                    <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">
                <div class="flex items-center gap-2">
                  $6.47

                    <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">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </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="95333"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95333" src="/boxset_card/95333?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20753"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              265
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-uncommon ss-fw ss-2x mr-4"></i>
              Jhoira&#39;s Familiar


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Bird
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.46

                    <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.40
            </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="20753"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20753" src="/boxset_card/20753?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53190"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              171
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-mythic ss-fw ss-2x mr-4"></i>
              Show and Tell


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.45

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.89
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53190"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53190" src="/boxset_card/53190?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98536"
          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">
              186
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x mr-4"></i>
              The Legend of Kyoshi // Avatar Kyoshi


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Saga
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98536"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98536" src="/boxset_card/98536?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87253"
          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">
              130
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x mr-4"></i>
              Rishkar&#39;s Expertise


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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.41

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87253"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87253" src="/boxset_card/87253?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46583"
          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-mom ss-mythic ss-fw ss-2x mr-4"></i>
              Vorinclex // The Grand Evolution


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Praetor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.40

                    <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">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="46583"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_46583" src="/boxset_card/46583?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95328"
          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">
              318
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x mr-4"></i>
              Baleful Strix


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Bird
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.40

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      164%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95328"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95328" src="/boxset_card/95328?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20579"
          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">
              205
            </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>
              Karrthus, Tyrant of Jund


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dragon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.38

                </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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20579"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20579" src="/boxset_card/20579?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108388"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x mr-4"></i>
              Spire Garden


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.38

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108388"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108388" src="/boxset_card/108388?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108939"
          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">
              146
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x mr-4"></i>
              Ghostly Prison


            </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-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.38

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.07
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108939"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108939" src="/boxset_card/108939?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90914"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              133
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-mythic ss-fw ss-2x mr-4"></i>
              Sorin, Imperious Bloodlord


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Sorin
            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="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="90914"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_90914" src="/boxset_card/90914?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46425"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              255
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-mythic ss-fw ss-2x mr-4"></i>
              Thalia and The Gitrog Monster


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Frog Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.01
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="46425"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_46425" src="/boxset_card/46425?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14034"
          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">
              739
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x mr-4"></i>
              Black Market


            </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">
                  $6.33

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14034"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14034" src="/boxset_card/14034?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57885"
          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-one ss-mythic ss-fw ss-2x mr-4"></i>
              Tyrranax Rex


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Phyrexian Dinosaur
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></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">
                  $6.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.88
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57885"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57885" src="/boxset_card/57885?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?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87378"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              1
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-rare ss-fw ss-2x mr-4"></i>
              Blind Obedience


            </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-w'></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">
                      ↑
                      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">
                $3.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87378"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87378" src="/boxset_card/87378?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79678"
          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">
              330
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x mr-4"></i>
              Sanguine Bond


            </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">
                  $6.30

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.34
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79678"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79678" src="/boxset_card/79678?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="61535"
          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">
              345
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-rvr ss-rare ss-fw ss-2x mr-4"></i>
              Chord of Calling


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $6.29

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.72
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="61535"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_61535" src="/boxset_card/61535?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108898"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              59
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Turbulent Wilderness


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Forest Island
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.29

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108898"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108898" src="/boxset_card/108898?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28767"
          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-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Leyline Axe


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.27

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.71

                    <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">
                $4.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </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="28767"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28767" src="/boxset_card/28767?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72876"
          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">
              216
            </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>
              Mishra, Claimed by Gix // Mishra, Lost to Phyrexia


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Human Artificer
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.27

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="72876"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72876" src="/boxset_card/72876?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19349"
          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">
              397
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Vesuvan Duplimancy


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.24

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19349"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19349" src="/boxset_card/19349?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42002"
          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">
              298
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-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">
                  $4.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      12%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.24

                    <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">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.60
            </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="42002"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42002" src="/boxset_card/42002?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95263"
          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">
              285
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-common ss-fw ss-2x mr-4"></i>
              Snuff Out


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.24

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.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.59
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95263"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95263" src="/boxset_card/95263?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12430"
          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">
              354
            </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>
              Rejuvenating Springs


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.23

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12430"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12430" src="/boxset_card/12430?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 651-700 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=13&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets">1</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=13&amp;username=denvermullets" rel="prev">13</a><a role="link" aria-disabled="true" aria-current="page">14</a><a href="/load_collection?direction=asc&amp;page=15&amp;username=denvermullets" rel="next">15</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=15&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>