<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="20058"
  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">
            Stoneforge Mystic
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $31.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="Stoneforge Mystic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/d/4d3473d0-b46f-41f5-ac1e-ba217f7747d4.jpg?1783930209" />

        <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">
            Stoneforge 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 — Kor Artificer</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Stoneforge Mystic" src="https://cards.scryfall.io/large/front/4/d/4d3473d0-b46f-41f5-ac1e-ba217f7747d4.jpg?1783930209" />
    </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">
                $31.45
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:29.7},{&quot;2026-06-11&quot;:29.7},{&quot;2026-06-12&quot;:29.7},{&quot;2026-06-13&quot;:29.7},{&quot;2026-06-14&quot;:29.7},{&quot;2026-06-15&quot;:30.29},{&quot;2026-06-16&quot;:30.29},{&quot;2026-06-17&quot;:30.29},{&quot;2026-06-18&quot;:30.29},{&quot;2026-06-19&quot;:30.29},{&quot;2026-06-20&quot;:30.29},{&quot;2026-06-21&quot;:30.29},{&quot;2026-06-22&quot;:31.68},{&quot;2026-06-23&quot;:32.28},{&quot;2026-06-24&quot;:32.28},{&quot;2026-06-25&quot;:32.28},{&quot;2026-06-26&quot;:32.28},{&quot;2026-06-27&quot;:32.28},{&quot;2026-06-28&quot;:32.71},{&quot;2026-06-29&quot;:32.79},{&quot;2026-06-30&quot;:32.75},{&quot;2026-07-01&quot;:32.75},{&quot;2026-07-02&quot;:32.75},{&quot;2026-07-03&quot;:32.75},{&quot;2026-07-04&quot;:32.75},{&quot;2026-07-05&quot;:32.75},{&quot;2026-07-06&quot;:32.75},{&quot;2026-07-07&quot;:32.75},{&quot;2026-07-08&quot;:32.75},{&quot;2026-07-09&quot;:32.75},{&quot;2026-07-10&quot;:32.79},{&quot;2026-07-11&quot;:32.79},{&quot;2026-07-12&quot;:32.79},{&quot;2026-07-13&quot;:32.79},{&quot;2026-07-14&quot;:32.79},{&quot;2026-07-15&quot;:32.79},{&quot;2026-07-16&quot;:32.79},{&quot;2026-07-17&quot;:32.91},{&quot;2026-07-18&quot;:32.91},{&quot;2026-07-19&quot;:32.91},{&quot;2026-07-20&quot;:32.91},{&quot;2026-07-21&quot;:32.91},{&quot;2026-07-23&quot;:33.31},{&quot;2026-07-25&quot;:33.31},{&quot;2026-07-26&quot;:33.31},{&quot;2026-07-27&quot;:33.52},{&quot;2026-07-29&quot;:33.52},{&quot;2026-07-30&quot;:33.52},{&quot;2026-07-31&quot;:33.82},{&quot;2026-08-01&quot;:33.82},{&quot;2026-08-02&quot;:33.82},{&quot;2026-08-03&quot;:33.82},{&quot;2026-08-04&quot;:33.82},{&quot;2026-08-05&quot;:34.07},{&quot;2026-08-07&quot;:34.07},{&quot;2026-08-08&quot;:34.07},{&quot;2026-08-09&quot;:34.56},{&quot;2026-08-10&quot;:34.86},{&quot;2026-08-11&quot;:34.86},{&quot;2026-08-12&quot;:34.86},{&quot;2026-08-13&quot;:34.86},{&quot;2026-08-14&quot;:34.86},{&quot;2026-08-15&quot;:34.86},{&quot;2026-08-16&quot;:34.86},{&quot;2026-08-17&quot;:34.86},{&quot;2026-08-18&quot;:34.79},{&quot;2026-08-19&quot;:34.79},{&quot;2026-08-20&quot;:34.79},{&quot;2026-08-21&quot;:34.79},{&quot;2026-08-22&quot;:34.79},{&quot;2026-08-23&quot;:34.79},{&quot;2026-08-24&quot;:34.94},{&quot;2026-08-25&quot;:34.94},{&quot;2026-08-26&quot;:35.31},{&quot;2026-08-27&quot;:35.31},{&quot;2026-08-28&quot;:35.31},{&quot;2026-08-29&quot;:35.31},{&quot;2026-08-30&quot;:35.31},{&quot;2026-08-31&quot;:35.31},{&quot;2026-09-01&quot;:35.31},{&quot;2026-09-02&quot;:35.31},{&quot;2026-09-03&quot;:35.31},{&quot;2026-09-04&quot;:35.31},{&quot;2026-09-05&quot;:35.31},{&quot;2026-09-06&quot;:35.31},{&quot;2026-09-07&quot;:35.31},{&quot;2026-09-08&quot;:35.31},{&quot;2026-09-09&quot;:35.31},{&quot;2026-09-10&quot;:35.31},{&quot;2026-09-11&quot;:35.31}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:29.91},{&quot;2026-06-11&quot;:29.84},{&quot;2026-06-12&quot;:30.13},{&quot;2026-06-13&quot;:30.13},{&quot;2026-06-14&quot;:30.13},{&quot;2026-06-15&quot;:30.7},{&quot;2026-06-16&quot;:30.7},{&quot;2026-06-17&quot;:30.44},{&quot;2026-06-18&quot;:30.36},{&quot;2026-06-19&quot;:30.25},{&quot;2026-06-20&quot;:30.2},{&quot;2026-06-21&quot;:29.77},{&quot;2026-06-22&quot;:29.77},{&quot;2026-06-23&quot;:29.57},{&quot;2026-06-24&quot;:29.76},{&quot;2026-06-25&quot;:29.76},{&quot;2026-06-26&quot;:30.06},{&quot;2026-06-27&quot;:29.97},{&quot;2026-06-28&quot;:30.75},{&quot;2026-06-29&quot;:30.69},{&quot;2026-06-30&quot;:30.43},{&quot;2026-07-01&quot;:29.94},{&quot;2026-07-02&quot;:30.01},{&quot;2026-07-03&quot;:30.43},{&quot;2026-07-04&quot;:30.43},{&quot;2026-07-05&quot;:30.43},{&quot;2026-07-06&quot;:30.43},{&quot;2026-07-07&quot;:30.43},{&quot;2026-07-08&quot;:30.61},{&quot;2026-07-09&quot;:30.56},{&quot;2026-07-10&quot;:30.56},{&quot;2026-07-11&quot;:30.97},{&quot;2026-07-12&quot;:31.21},{&quot;2026-07-13&quot;:31.77},{&quot;2026-07-14&quot;:31.77},{&quot;2026-07-15&quot;:32.46},{&quot;2026-07-16&quot;:31.57},{&quot;2026-07-17&quot;:31.34},{&quot;2026-07-18&quot;:31.34},{&quot;2026-07-19&quot;:31.34},{&quot;2026-07-20&quot;:31.55},{&quot;2026-07-21&quot;:31.65},{&quot;2026-07-23&quot;:31.43},{&quot;2026-07-25&quot;:31.34},{&quot;2026-07-26&quot;:31.34},{&quot;2026-07-27&quot;:31.34},{&quot;2026-07-29&quot;:31.34},{&quot;2026-07-30&quot;:31.33},{&quot;2026-07-31&quot;:31.74},{&quot;2026-08-01&quot;:31.74},{&quot;2026-08-02&quot;:31.63},{&quot;2026-08-03&quot;:31.63},{&quot;2026-08-04&quot;:31.22},{&quot;2026-08-05&quot;:31.47},{&quot;2026-08-07&quot;:31.69},{&quot;2026-08-08&quot;:31.22},{&quot;2026-08-09&quot;:31.26},{&quot;2026-08-10&quot;:30.91},{&quot;2026-08-11&quot;:31.26},{&quot;2026-08-12&quot;:31.31},{&quot;2026-08-13&quot;:31.31},{&quot;2026-08-14&quot;:31.33},{&quot;2026-08-15&quot;:30.89},{&quot;2026-08-16&quot;:31.37},{&quot;2026-08-17&quot;:31.37},{&quot;2026-08-18&quot;:31.37},{&quot;2026-08-19&quot;:31.09},{&quot;2026-08-20&quot;:31.09},{&quot;2026-08-21&quot;:31.22},{&quot;2026-08-22&quot;:31.2},{&quot;2026-08-23&quot;:31.38},{&quot;2026-08-24&quot;:31.56},{&quot;2026-08-25&quot;:31.56},{&quot;2026-08-26&quot;:31.96},{&quot;2026-08-27&quot;:31.96},{&quot;2026-08-28&quot;:31.96},{&quot;2026-08-29&quot;:31.96},{&quot;2026-08-30&quot;:32.06},{&quot;2026-08-31&quot;:31.89},{&quot;2026-09-01&quot;:31.89},{&quot;2026-09-02&quot;:31.83},{&quot;2026-09-03&quot;:31.76},{&quot;2026-09-04&quot;:31.72},{&quot;2026-09-05&quot;:31.71},{&quot;2026-09-06&quot;:31.71},{&quot;2026-09-07&quot;:31.6},{&quot;2026-09-08&quot;:31.45},{&quot;2026-09-09&quot;:31.45},{&quot;2026-09-10&quot;:31.45},{&quot;2026-09-11&quot;:31.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="112556"
  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-hoc 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">
            Delighted Halfling
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $31.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="Delighted Halfling" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aad18e0d-ccf9-4d86-945b-36991558fd3e.jpg?1784632206" />

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Delighted Halfling" src="https://cards.scryfall.io/large/front/a/a/aad18e0d-ccf9-4d86-945b-36991558fd3e.jpg?1784632206" />
    </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">
                $27.70
              </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">
                $31.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$21.00</span>
              <span class="text-xs text-grey-text">Credit: $27.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-07&quot;:38.71},{&quot;2026-08-08&quot;:28.09},{&quot;2026-08-09&quot;:23.11},{&quot;2026-08-10&quot;:24.14},{&quot;2026-08-11&quot;:24.81},{&quot;2026-08-12&quot;:24.9},{&quot;2026-08-13&quot;:25.87},{&quot;2026-08-14&quot;:25.81},{&quot;2026-08-15&quot;:25.45},{&quot;2026-08-16&quot;:26.07},{&quot;2026-08-17&quot;:26.81},{&quot;2026-08-18&quot;:27.64},{&quot;2026-08-19&quot;:28.47},{&quot;2026-08-20&quot;:29.53},{&quot;2026-08-21&quot;:29.93},{&quot;2026-08-22&quot;:30.1},{&quot;2026-08-23&quot;:30.26},{&quot;2026-08-24&quot;:30.26},{&quot;2026-08-25&quot;:30.55},{&quot;2026-08-26&quot;:30.59},{&quot;2026-08-27&quot;:30.48},{&quot;2026-08-28&quot;:29.85},{&quot;2026-08-29&quot;:29.85},{&quot;2026-08-30&quot;:30.09},{&quot;2026-08-31&quot;:30.09},{&quot;2026-09-01&quot;:30.0},{&quot;2026-09-02&quot;:30.34},{&quot;2026-09-03&quot;:30.44},{&quot;2026-09-04&quot;:30.67},{&quot;2026-09-05&quot;:30.79},{&quot;2026-09-06&quot;:30.92},{&quot;2026-09-07&quot;:31.12},{&quot;2026-09-08&quot;:30.82},{&quot;2026-09-09&quot;:31.06},{&quot;2026-09-10&quot;:31.02},{&quot;2026-09-11&quot;:31.41}],&quot;normal&quot;:[{&quot;2026-08-07&quot;:31.24},{&quot;2026-08-08&quot;:30.49},{&quot;2026-08-09&quot;:29.93},{&quot;2026-08-10&quot;:29.93},{&quot;2026-08-11&quot;:29.93},{&quot;2026-08-12&quot;:29.55},{&quot;2026-08-13&quot;:28.53},{&quot;2026-08-14&quot;:27.61},{&quot;2026-08-15&quot;:25.11},{&quot;2026-08-16&quot;:24.79},{&quot;2026-08-17&quot;:25.17},{&quot;2026-08-18&quot;:26.55},{&quot;2026-08-19&quot;:26.77},{&quot;2026-08-20&quot;:27.34},{&quot;2026-08-21&quot;:27.76},{&quot;2026-08-22&quot;:28.27},{&quot;2026-08-23&quot;:29.23},{&quot;2026-08-24&quot;:29.37},{&quot;2026-08-25&quot;:29.2},{&quot;2026-08-26&quot;:28.93},{&quot;2026-08-27&quot;:28.7},{&quot;2026-08-28&quot;:28.59},{&quot;2026-08-29&quot;:28.59},{&quot;2026-08-30&quot;:27.73},{&quot;2026-08-31&quot;:27.67},{&quot;2026-09-01&quot;:27.22},{&quot;2026-09-02&quot;:27.2},{&quot;2026-09-03&quot;:26.96},{&quot;2026-09-04&quot;:27.3},{&quot;2026-09-05&quot;:27.63},{&quot;2026-09-06&quot;:28.2},{&quot;2026-09-07&quot;:28.46},{&quot;2026-09-08&quot;:28.67},{&quot;2026-09-09&quot;:28.48},{&quot;2026-09-10&quot;:27.92},{&quot;2026-09-11&quot;:27.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="20105"
  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">
            Cyclonic Rift
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $31.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="Cyclonic Rift" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ff08e5ed-f47b-4d8e-8b8b-41675dccef8b.jpg?1783930200" />

        <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">
            Cyclonic Rift
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Cyclonic Rift" src="https://cards.scryfall.io/large/front/f/f/ff08e5ed-f47b-4d8e-8b8b-41675dccef8b.jpg?1783930200" />
    </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">
                $31.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">
                $36.67
              </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">$16.50</span>
              <span class="text-xs text-grey-text">Credit: $21.45</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:34.53},{&quot;2026-06-14&quot;:34.3},{&quot;2026-06-15&quot;:34.3},{&quot;2026-06-16&quot;:34.3},{&quot;2026-06-17&quot;:34.3},{&quot;2026-06-18&quot;:34.3},{&quot;2026-06-19&quot;:34.3},{&quot;2026-06-20&quot;:34.3},{&quot;2026-06-21&quot;:34.3},{&quot;2026-06-22&quot;:34.3},{&quot;2026-06-23&quot;:34.3},{&quot;2026-06-24&quot;:34.3},{&quot;2026-06-25&quot;:34.3},{&quot;2026-06-26&quot;:34.3},{&quot;2026-06-27&quot;:34.3},{&quot;2026-06-28&quot;:34.3},{&quot;2026-06-29&quot;:34.3},{&quot;2026-06-30&quot;:34.3},{&quot;2026-07-01&quot;:34.3},{&quot;2026-07-02&quot;:34.25},{&quot;2026-07-03&quot;:34.25},{&quot;2026-07-04&quot;:34.25},{&quot;2026-07-05&quot;:34.25},{&quot;2026-07-06&quot;:34.25},{&quot;2026-07-07&quot;:34.25},{&quot;2026-07-08&quot;:34.25},{&quot;2026-07-09&quot;:34.25},{&quot;2026-07-10&quot;:34.25},{&quot;2026-07-11&quot;:34.25},{&quot;2026-07-12&quot;:34.25},{&quot;2026-07-13&quot;:34.25},{&quot;2026-07-14&quot;:34.25},{&quot;2026-07-15&quot;:34.25},{&quot;2026-07-16&quot;:34.25},{&quot;2026-07-17&quot;:34.39},{&quot;2026-07-18&quot;:34.39},{&quot;2026-07-19&quot;:34.39},{&quot;2026-07-20&quot;:34.62},{&quot;2026-07-21&quot;:34.62},{&quot;2026-07-22&quot;:34.62},{&quot;2026-07-23&quot;:34.62},{&quot;2026-07-24&quot;:34.62},{&quot;2026-07-25&quot;:34.62},{&quot;2026-07-26&quot;:34.62},{&quot;2026-07-27&quot;:34.64},{&quot;2026-07-28&quot;:34.66},{&quot;2026-07-29&quot;:34.66},{&quot;2026-07-30&quot;:35.24},{&quot;2026-07-31&quot;:35.24},{&quot;2026-08-01&quot;:35.24},{&quot;2026-08-02&quot;:35.24},{&quot;2026-08-03&quot;:35.24},{&quot;2026-08-04&quot;:35.24},{&quot;2026-08-05&quot;:35.24},{&quot;2026-08-07&quot;:35.57},{&quot;2026-08-08&quot;:35.81},{&quot;2026-08-09&quot;:36.41},{&quot;2026-08-10&quot;:36.41},{&quot;2026-08-11&quot;:36.41},{&quot;2026-08-12&quot;:36.41},{&quot;2026-08-13&quot;:36.41},{&quot;2026-08-14&quot;:36.41},{&quot;2026-08-15&quot;:36.41},{&quot;2026-08-16&quot;:36.41},{&quot;2026-08-17&quot;:36.19},{&quot;2026-08-18&quot;:36.17},{&quot;2026-08-19&quot;:36.17},{&quot;2026-08-20&quot;:36.17},{&quot;2026-08-21&quot;:36.17},{&quot;2026-08-22&quot;:36.17},{&quot;2026-08-23&quot;:36.17},{&quot;2026-08-24&quot;:36.17},{&quot;2026-08-25&quot;:36.17},{&quot;2026-08-26&quot;:36.58},{&quot;2026-08-27&quot;:36.58},{&quot;2026-08-28&quot;:36.58},{&quot;2026-08-29&quot;:36.58},{&quot;2026-08-30&quot;:36.58},{&quot;2026-08-31&quot;:36.58},{&quot;2026-09-01&quot;:36.58},{&quot;2026-09-02&quot;:36.58},{&quot;2026-09-03&quot;:36.58},{&quot;2026-09-04&quot;:36.58},{&quot;2026-09-05&quot;:36.67},{&quot;2026-09-06&quot;:36.67},{&quot;2026-09-07&quot;:36.67},{&quot;2026-09-08&quot;:36.67},{&quot;2026-09-09&quot;:36.67},{&quot;2026-09-10&quot;:36.67},{&quot;2026-09-11&quot;:36.67}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:33.53},{&quot;2026-06-14&quot;:33.44},{&quot;2026-06-15&quot;:33.44},{&quot;2026-06-16&quot;:33.16},{&quot;2026-06-17&quot;:33.61},{&quot;2026-06-18&quot;:33.5},{&quot;2026-06-19&quot;:33.5},{&quot;2026-06-20&quot;:33.36},{&quot;2026-06-21&quot;:33.36},{&quot;2026-06-22&quot;:33.35},{&quot;2026-06-23&quot;:33.33},{&quot;2026-06-24&quot;:33.11},{&quot;2026-06-25&quot;:33.11},{&quot;2026-06-26&quot;:31.97},{&quot;2026-06-27&quot;:33.11},{&quot;2026-06-28&quot;:33.11},{&quot;2026-06-29&quot;:33.2},{&quot;2026-06-30&quot;:33.4},{&quot;2026-07-01&quot;:33.65},{&quot;2026-07-02&quot;:33.65},{&quot;2026-07-03&quot;:33.61},{&quot;2026-07-04&quot;:33.87},{&quot;2026-07-05&quot;:33.82},{&quot;2026-07-06&quot;:33.82},{&quot;2026-07-07&quot;:33.82},{&quot;2026-07-08&quot;:33.82},{&quot;2026-07-09&quot;:33.82},{&quot;2026-07-10&quot;:33.29},{&quot;2026-07-11&quot;:33.1},{&quot;2026-07-12&quot;:33.1},{&quot;2026-07-13&quot;:32.65},{&quot;2026-07-14&quot;:32.17},{&quot;2026-07-15&quot;:32.07},{&quot;2026-07-16&quot;:32.07},{&quot;2026-07-17&quot;:32.07},{&quot;2026-07-18&quot;:31.83},{&quot;2026-07-19&quot;:31.63},{&quot;2026-07-20&quot;:31.63},{&quot;2026-07-21&quot;:31.51},{&quot;2026-07-22&quot;:30.82},{&quot;2026-07-23&quot;:30.56},{&quot;2026-07-24&quot;:30.56},{&quot;2026-07-25&quot;:30.56},{&quot;2026-07-26&quot;:30.56},{&quot;2026-07-27&quot;:30.58},{&quot;2026-07-28&quot;:31.06},{&quot;2026-07-29&quot;:31.45},{&quot;2026-07-30&quot;:31.45},{&quot;2026-07-31&quot;:31.45},{&quot;2026-08-01&quot;:31.68},{&quot;2026-08-02&quot;:31.68},{&quot;2026-08-03&quot;:31.68},{&quot;2026-08-04&quot;:31.78},{&quot;2026-08-05&quot;:31.82},{&quot;2026-08-07&quot;:32.53},{&quot;2026-08-08&quot;:32.55},{&quot;2026-08-09&quot;:32.55},{&quot;2026-08-10&quot;:32.55},{&quot;2026-08-11&quot;:32.55},{&quot;2026-08-12&quot;:31.96},{&quot;2026-08-13&quot;:32.06},{&quot;2026-08-14&quot;:32.06},{&quot;2026-08-15&quot;:32.27},{&quot;2026-08-16&quot;:32.27},{&quot;2026-08-17&quot;:32.27},{&quot;2026-08-18&quot;:32.1},{&quot;2026-08-19&quot;:32.06},{&quot;2026-08-20&quot;:32.06},{&quot;2026-08-21&quot;:32.2},{&quot;2026-08-22&quot;:31.84},{&quot;2026-08-23&quot;:31.84},{&quot;2026-08-24&quot;:30.68},{&quot;2026-08-25&quot;:30.68},{&quot;2026-08-26&quot;:30.68},{&quot;2026-08-27&quot;:30.68},{&quot;2026-08-28&quot;:30.68},{&quot;2026-08-29&quot;:30.68},{&quot;2026-08-30&quot;:30.24},{&quot;2026-08-31&quot;:29.55},{&quot;2026-09-01&quot;:29.56},{&quot;2026-09-02&quot;:29.28},{&quot;2026-09-03&quot;:29.28},{&quot;2026-09-04&quot;:29.22},{&quot;2026-09-05&quot;:29.71},{&quot;2026-09-06&quot;:30.61},{&quot;2026-09-07&quot;:30.61},{&quot;2026-09-08&quot;:31.4},{&quot;2026-09-09&quot;:31.4},{&quot;2026-09-10&quot;:31.4},{&quot;2026-09-11&quot;:31.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="98216"
  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-pza ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Doubling Season" src="https://cards.scryfall.io/large/front/8/c/8c2d6fde-5c3b-48c3-828c-832f00570824.jpg?1783904178" />
    </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">
                $30.78
              </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">
                $32.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">$22.00</span>
              <span class="text-xs text-grey-text">Credit: $28.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;:33.21},{&quot;2026-06-12&quot;:32.98},{&quot;2026-06-13&quot;:32.67},{&quot;2026-06-14&quot;:32.62},{&quot;2026-06-15&quot;:32.54},{&quot;2026-06-16&quot;:31.69},{&quot;2026-06-17&quot;:31.69},{&quot;2026-06-18&quot;:31.77},{&quot;2026-06-19&quot;:31.57},{&quot;2026-06-20&quot;:31.57},{&quot;2026-06-21&quot;:31.55},{&quot;2026-06-22&quot;:30.8},{&quot;2026-06-23&quot;:30.43},{&quot;2026-06-24&quot;:30.48},{&quot;2026-06-25&quot;:30.4},{&quot;2026-06-26&quot;:30.55},{&quot;2026-06-27&quot;:30.54},{&quot;2026-06-28&quot;:30.38},{&quot;2026-06-29&quot;:30.36},{&quot;2026-06-30&quot;:30.37},{&quot;2026-07-01&quot;:29.99},{&quot;2026-07-02&quot;:29.83},{&quot;2026-07-03&quot;:29.83},{&quot;2026-07-04&quot;:29.81},{&quot;2026-07-05&quot;:30.06},{&quot;2026-07-06&quot;:30.0},{&quot;2026-07-07&quot;:29.92},{&quot;2026-07-08&quot;:30.2},{&quot;2026-07-09&quot;:30.08},{&quot;2026-07-10&quot;:29.74},{&quot;2026-07-11&quot;:30.12},{&quot;2026-07-12&quot;:30.31},{&quot;2026-07-13&quot;:30.31},{&quot;2026-07-14&quot;:30.41},{&quot;2026-07-15&quot;:30.46},{&quot;2026-07-16&quot;:30.46},{&quot;2026-07-17&quot;:30.64},{&quot;2026-07-18&quot;:30.46},{&quot;2026-07-19&quot;:30.41},{&quot;2026-07-20&quot;:30.51},{&quot;2026-07-21&quot;:31.02},{&quot;2026-07-23&quot;:30.94},{&quot;2026-07-25&quot;:30.93},{&quot;2026-07-26&quot;:30.96},{&quot;2026-07-27&quot;:31.3},{&quot;2026-07-28&quot;:31.51},{&quot;2026-07-29&quot;:31.51},{&quot;2026-07-30&quot;:31.46},{&quot;2026-07-31&quot;:31.78},{&quot;2026-08-01&quot;:31.78},{&quot;2026-08-02&quot;:32.08},{&quot;2026-08-03&quot;:31.8},{&quot;2026-08-04&quot;:31.77},{&quot;2026-08-05&quot;:31.77},{&quot;2026-08-07&quot;:31.89},{&quot;2026-08-08&quot;:32.29},{&quot;2026-08-09&quot;:32.18},{&quot;2026-08-10&quot;:32.09},{&quot;2026-08-11&quot;:32.09},{&quot;2026-08-12&quot;:31.9},{&quot;2026-08-13&quot;:31.9},{&quot;2026-08-14&quot;:32.05},{&quot;2026-08-15&quot;:32.02},{&quot;2026-08-16&quot;:32.27},{&quot;2026-08-17&quot;:32.06},{&quot;2026-08-18&quot;:32.1},{&quot;2026-08-19&quot;:31.82},{&quot;2026-08-20&quot;:31.82},{&quot;2026-08-21&quot;:31.84},{&quot;2026-08-22&quot;:31.84},{&quot;2026-08-23&quot;:31.68},{&quot;2026-08-24&quot;:31.23},{&quot;2026-08-25&quot;:31.23},{&quot;2026-08-26&quot;:31.55},{&quot;2026-08-27&quot;:31.64},{&quot;2026-08-28&quot;:31.42},{&quot;2026-08-29&quot;:31.42},{&quot;2026-08-30&quot;:31.57},{&quot;2026-08-31&quot;:31.57},{&quot;2026-09-01&quot;:31.57},{&quot;2026-09-02&quot;:31.72},{&quot;2026-09-03&quot;:31.72},{&quot;2026-09-04&quot;:31.54},{&quot;2026-09-05&quot;:31.98},{&quot;2026-09-06&quot;:31.82},{&quot;2026-09-07&quot;:32.0},{&quot;2026-09-08&quot;:31.92},{&quot;2026-09-09&quot;:31.92},{&quot;2026-09-10&quot;:31.95},{&quot;2026-09-11&quot;:32.0}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:28.27},{&quot;2026-06-12&quot;:27.4},{&quot;2026-06-13&quot;:26.97},{&quot;2026-06-14&quot;:26.47},{&quot;2026-06-15&quot;:26.33},{&quot;2026-06-16&quot;:26.59},{&quot;2026-06-17&quot;:27.3},{&quot;2026-06-18&quot;:27.8},{&quot;2026-06-19&quot;:28.18},{&quot;2026-06-20&quot;:27.63},{&quot;2026-06-21&quot;:27.31},{&quot;2026-06-22&quot;:28.34},{&quot;2026-06-23&quot;:28.03},{&quot;2026-06-24&quot;:28.38},{&quot;2026-06-25&quot;:27.4},{&quot;2026-06-26&quot;:27.66},{&quot;2026-06-27&quot;:27.17},{&quot;2026-06-28&quot;:27.27},{&quot;2026-06-29&quot;:27.12},{&quot;2026-06-30&quot;:27.97},{&quot;2026-07-01&quot;:27.85},{&quot;2026-07-02&quot;:27.44},{&quot;2026-07-03&quot;:26.39},{&quot;2026-07-04&quot;:27.14},{&quot;2026-07-05&quot;:26.98},{&quot;2026-07-06&quot;:27.21},{&quot;2026-07-07&quot;:27.46},{&quot;2026-07-08&quot;:28.32},{&quot;2026-07-09&quot;:27.96},{&quot;2026-07-10&quot;:27.53},{&quot;2026-07-11&quot;:28.06},{&quot;2026-07-12&quot;:28.15},{&quot;2026-07-13&quot;:28.0},{&quot;2026-07-14&quot;:28.34},{&quot;2026-07-15&quot;:28.61},{&quot;2026-07-16&quot;:28.66},{&quot;2026-07-17&quot;:29.04},{&quot;2026-07-18&quot;:30.15},{&quot;2026-07-19&quot;:30.11},{&quot;2026-07-20&quot;:30.82},{&quot;2026-07-21&quot;:29.1},{&quot;2026-07-23&quot;:28.79},{&quot;2026-07-25&quot;:28.7},{&quot;2026-07-26&quot;:29.14},{&quot;2026-07-27&quot;:30.55},{&quot;2026-07-28&quot;:30.24},{&quot;2026-07-29&quot;:29.75},{&quot;2026-07-30&quot;:29.95},{&quot;2026-07-31&quot;:30.01},{&quot;2026-08-01&quot;:29.57},{&quot;2026-08-02&quot;:29.6},{&quot;2026-08-03&quot;:29.45},{&quot;2026-08-04&quot;:29.16},{&quot;2026-08-05&quot;:29.54},{&quot;2026-08-07&quot;:31.11},{&quot;2026-08-08&quot;:31.13},{&quot;2026-08-09&quot;:31.29},{&quot;2026-08-10&quot;:31.18},{&quot;2026-08-11&quot;:30.82},{&quot;2026-08-12&quot;:31.03},{&quot;2026-08-13&quot;:29.87},{&quot;2026-08-14&quot;:29.0},{&quot;2026-08-15&quot;:28.95},{&quot;2026-08-16&quot;:29.25},{&quot;2026-08-17&quot;:29.81},{&quot;2026-08-18&quot;:29.78},{&quot;2026-08-19&quot;:30.09},{&quot;2026-08-20&quot;:30.09},{&quot;2026-08-21&quot;:30.29},{&quot;2026-08-22&quot;:30.27},{&quot;2026-08-23&quot;:29.83},{&quot;2026-08-24&quot;:29.52},{&quot;2026-08-25&quot;:29.52},{&quot;2026-08-26&quot;:28.96},{&quot;2026-08-27&quot;:28.69},{&quot;2026-08-28&quot;:28.52},{&quot;2026-08-29&quot;:28.52},{&quot;2026-08-30&quot;:28.78},{&quot;2026-08-31&quot;:29.02},{&quot;2026-09-01&quot;:29.02},{&quot;2026-09-02&quot;:29.8},{&quot;2026-09-03&quot;:29.63},{&quot;2026-09-04&quot;:30.08},{&quot;2026-09-05&quot;:30.4},{&quot;2026-09-06&quot;:30.51},{&quot;2026-09-07&quot;:30.41},{&quot;2026-09-08&quot;:30.69},{&quot;2026-09-09&quot;:30.58},{&quot;2026-09-10&quot;:30.58},{&quot;2026-09-11&quot;:30.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $30.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="Marsh Flats" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9db3ba6d-eb7f-4f5b-9a3b-c6239c3baa42.jpg?1783926796" />

        <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">
            Marsh Flats
        </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="Marsh Flats" src="https://cards.scryfall.io/large/front/9/d/9db3ba6d-eb7f-4f5b-9a3b-c6239c3baa42.jpg?1783926796" />
    </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">
                $30.69
              </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">
                $38.95
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:35.14},{&quot;2026-06-11&quot;:35.14},{&quot;2026-06-12&quot;:34.91},{&quot;2026-06-13&quot;:34.91},{&quot;2026-06-14&quot;:35.4},{&quot;2026-06-15&quot;:35.4},{&quot;2026-06-16&quot;:35.4},{&quot;2026-06-17&quot;:36.18},{&quot;2026-06-18&quot;:36.18},{&quot;2026-06-19&quot;:36.18},{&quot;2026-06-20&quot;:36.18},{&quot;2026-06-21&quot;:36.18},{&quot;2026-06-22&quot;:36.86},{&quot;2026-06-23&quot;:37.19},{&quot;2026-06-24&quot;:37.81},{&quot;2026-06-25&quot;:38.06},{&quot;2026-06-26&quot;:38.06},{&quot;2026-06-27&quot;:38.06},{&quot;2026-06-28&quot;:38.06},{&quot;2026-06-29&quot;:38.06},{&quot;2026-06-30&quot;:38.06},{&quot;2026-07-01&quot;:38.06},{&quot;2026-07-02&quot;:38.06},{&quot;2026-07-03&quot;:38.06},{&quot;2026-07-04&quot;:38.06},{&quot;2026-07-05&quot;:38.06},{&quot;2026-07-06&quot;:38.06},{&quot;2026-07-07&quot;:38.06},{&quot;2026-07-08&quot;:38.44},{&quot;2026-07-09&quot;:38.44},{&quot;2026-07-10&quot;:38.79},{&quot;2026-07-11&quot;:38.79},{&quot;2026-07-12&quot;:38.79},{&quot;2026-07-13&quot;:38.79},{&quot;2026-07-14&quot;:39.44},{&quot;2026-07-15&quot;:39.89},{&quot;2026-07-16&quot;:39.89},{&quot;2026-07-17&quot;:39.89},{&quot;2026-07-18&quot;:39.89},{&quot;2026-07-19&quot;:40.2},{&quot;2026-07-20&quot;:40.2},{&quot;2026-07-21&quot;:40.0},{&quot;2026-07-23&quot;:40.0},{&quot;2026-07-25&quot;:40.0},{&quot;2026-07-26&quot;:40.0},{&quot;2026-07-27&quot;:39.91},{&quot;2026-07-29&quot;:39.91},{&quot;2026-07-30&quot;:39.91},{&quot;2026-07-31&quot;:39.91},{&quot;2026-08-01&quot;:39.91},{&quot;2026-08-02&quot;:39.91},{&quot;2026-08-03&quot;:39.91},{&quot;2026-08-04&quot;:39.91},{&quot;2026-08-05&quot;:39.91},{&quot;2026-08-07&quot;:39.68},{&quot;2026-08-08&quot;:39.68},{&quot;2026-08-09&quot;:39.68},{&quot;2026-08-10&quot;:39.68},{&quot;2026-08-11&quot;:39.42},{&quot;2026-08-12&quot;:39.31},{&quot;2026-08-13&quot;:39.44},{&quot;2026-08-14&quot;:39.5},{&quot;2026-08-15&quot;:39.5},{&quot;2026-08-16&quot;:39.5},{&quot;2026-08-17&quot;:39.5},{&quot;2026-08-18&quot;:39.5},{&quot;2026-08-19&quot;:39.3},{&quot;2026-08-20&quot;:39.3},{&quot;2026-08-21&quot;:39.37},{&quot;2026-08-22&quot;:39.06},{&quot;2026-08-23&quot;:39.06},{&quot;2026-08-24&quot;:39.06},{&quot;2026-08-25&quot;:39.06},{&quot;2026-08-26&quot;:39.37},{&quot;2026-08-27&quot;:38.95},{&quot;2026-08-28&quot;:38.95},{&quot;2026-08-29&quot;:38.95},{&quot;2026-08-30&quot;:38.95},{&quot;2026-08-31&quot;:38.95},{&quot;2026-09-01&quot;:38.95},{&quot;2026-09-02&quot;:38.95},{&quot;2026-09-03&quot;:38.95},{&quot;2026-09-04&quot;:38.95},{&quot;2026-09-05&quot;:38.95},{&quot;2026-09-06&quot;:38.95},{&quot;2026-09-07&quot;:38.95},{&quot;2026-09-08&quot;:38.95},{&quot;2026-09-09&quot;:38.95},{&quot;2026-09-10&quot;:38.95},{&quot;2026-09-11&quot;:38.95}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:31.56},{&quot;2026-06-11&quot;:31.24},{&quot;2026-06-12&quot;:31.35},{&quot;2026-06-13&quot;:31.23},{&quot;2026-06-14&quot;:31.25},{&quot;2026-06-15&quot;:31.86},{&quot;2026-06-16&quot;:32.53},{&quot;2026-06-17&quot;:33.11},{&quot;2026-06-18&quot;:33.05},{&quot;2026-06-19&quot;:32.65},{&quot;2026-06-20&quot;:32.96},{&quot;2026-06-21&quot;:32.96},{&quot;2026-06-22&quot;:32.78},{&quot;2026-06-23&quot;:33.02},{&quot;2026-06-24&quot;:32.92},{&quot;2026-06-25&quot;:33.17},{&quot;2026-06-26&quot;:32.67},{&quot;2026-06-27&quot;:32.29},{&quot;2026-06-28&quot;:31.97},{&quot;2026-06-29&quot;:30.96},{&quot;2026-06-30&quot;:31.0},{&quot;2026-07-01&quot;:30.13},{&quot;2026-07-02&quot;:29.05},{&quot;2026-07-03&quot;:29.3},{&quot;2026-07-04&quot;:30.03},{&quot;2026-07-05&quot;:30.68},{&quot;2026-07-06&quot;:30.62},{&quot;2026-07-07&quot;:31.71},{&quot;2026-07-08&quot;:31.43},{&quot;2026-07-09&quot;:31.22},{&quot;2026-07-10&quot;:31.12},{&quot;2026-07-11&quot;:31.9},{&quot;2026-07-12&quot;:31.98},{&quot;2026-07-13&quot;:31.92},{&quot;2026-07-14&quot;:31.67},{&quot;2026-07-15&quot;:31.03},{&quot;2026-07-16&quot;:30.27},{&quot;2026-07-17&quot;:29.8},{&quot;2026-07-18&quot;:30.53},{&quot;2026-07-19&quot;:30.64},{&quot;2026-07-20&quot;:30.45},{&quot;2026-07-21&quot;:30.51},{&quot;2026-07-23&quot;:30.87},{&quot;2026-07-25&quot;:31.24},{&quot;2026-07-26&quot;:31.13},{&quot;2026-07-27&quot;:31.53},{&quot;2026-07-29&quot;:32.02},{&quot;2026-07-30&quot;:32.37},{&quot;2026-07-31&quot;:32.39},{&quot;2026-08-01&quot;:32.65},{&quot;2026-08-02&quot;:33.47},{&quot;2026-08-03&quot;:33.33},{&quot;2026-08-04&quot;:31.73},{&quot;2026-08-05&quot;:31.06},{&quot;2026-08-07&quot;:30.82},{&quot;2026-08-08&quot;:31.48},{&quot;2026-08-09&quot;:31.88},{&quot;2026-08-10&quot;:32.35},{&quot;2026-08-11&quot;:31.98},{&quot;2026-08-12&quot;:31.18},{&quot;2026-08-13&quot;:30.57},{&quot;2026-08-14&quot;:30.15},{&quot;2026-08-15&quot;:30.88},{&quot;2026-08-16&quot;:31.21},{&quot;2026-08-17&quot;:30.95},{&quot;2026-08-18&quot;:30.79},{&quot;2026-08-19&quot;:30.8},{&quot;2026-08-20&quot;:30.8},{&quot;2026-08-21&quot;:30.39},{&quot;2026-08-22&quot;:30.69},{&quot;2026-08-23&quot;:30.85},{&quot;2026-08-24&quot;:31.34},{&quot;2026-08-25&quot;:31.34},{&quot;2026-08-26&quot;:31.75},{&quot;2026-08-27&quot;:31.76},{&quot;2026-08-28&quot;:31.42},{&quot;2026-08-29&quot;:31.42},{&quot;2026-08-30&quot;:31.9},{&quot;2026-08-31&quot;:32.15},{&quot;2026-09-01&quot;:32.15},{&quot;2026-09-02&quot;:32.45},{&quot;2026-09-03&quot;:32.87},{&quot;2026-09-04&quot;:32.66},{&quot;2026-09-05&quot;:31.75},{&quot;2026-09-06&quot;:31.35},{&quot;2026-09-07&quot;:30.67},{&quot;2026-09-08&quot;:30.51},{&quot;2026-09-09&quot;:30.7},{&quot;2026-09-10&quot;:30.93},{&quot;2026-09-11&quot;:30.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="74110"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $30.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="Delighted Halfling" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/71384418-173a-4f77-adab-56e52fa23692.jpg?1783916276" />

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Delighted Halfling" src="https://cards.scryfall.io/large/front/7/1/71384418-173a-4f77-adab-56e52fa23692.jpg?1783916276" />
    </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">
                $30.61
              </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">
                $32.24
              </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">$21.00</span>
              <span class="text-xs text-grey-text">Credit: $27.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:28.57},{&quot;2026-06-13&quot;:28.63},{&quot;2026-06-14&quot;:28.67},{&quot;2026-06-15&quot;:28.67},{&quot;2026-06-16&quot;:28.67},{&quot;2026-06-17&quot;:28.45},{&quot;2026-06-18&quot;:28.75},{&quot;2026-06-19&quot;:28.39},{&quot;2026-06-20&quot;:28.49},{&quot;2026-06-21&quot;:28.66},{&quot;2026-06-22&quot;:28.66},{&quot;2026-06-23&quot;:28.66},{&quot;2026-06-24&quot;:28.66},{&quot;2026-06-25&quot;:28.66},{&quot;2026-06-26&quot;:28.66},{&quot;2026-06-27&quot;:28.66},{&quot;2026-06-28&quot;:28.66},{&quot;2026-06-29&quot;:28.66},{&quot;2026-06-30&quot;:29.02},{&quot;2026-07-01&quot;:29.17},{&quot;2026-07-02&quot;:29.6},{&quot;2026-07-03&quot;:29.86},{&quot;2026-07-04&quot;:29.82},{&quot;2026-07-05&quot;:29.82},{&quot;2026-07-06&quot;:30.58},{&quot;2026-07-07&quot;:31.3},{&quot;2026-07-08&quot;:31.3},{&quot;2026-07-09&quot;:31.91},{&quot;2026-07-10&quot;:31.79},{&quot;2026-07-11&quot;:31.79},{&quot;2026-07-12&quot;:31.45},{&quot;2026-07-13&quot;:31.51},{&quot;2026-07-14&quot;:31.74},{&quot;2026-07-15&quot;:31.74},{&quot;2026-07-16&quot;:31.97},{&quot;2026-07-17&quot;:31.97},{&quot;2026-07-18&quot;:31.97},{&quot;2026-07-19&quot;:32.39},{&quot;2026-07-20&quot;:31.76},{&quot;2026-07-21&quot;:31.96},{&quot;2026-07-23&quot;:32.11},{&quot;2026-07-24&quot;:32.11},{&quot;2026-07-25&quot;:32.15},{&quot;2026-07-26&quot;:32.03},{&quot;2026-07-27&quot;:32.03},{&quot;2026-07-28&quot;:32.19},{&quot;2026-07-29&quot;:32.19},{&quot;2026-07-30&quot;:32.19},{&quot;2026-07-31&quot;:32.05},{&quot;2026-08-01&quot;:31.85},{&quot;2026-08-02&quot;:32.19},{&quot;2026-08-03&quot;:32.19},{&quot;2026-08-04&quot;:32.19},{&quot;2026-08-05&quot;:31.79},{&quot;2026-08-07&quot;:31.2},{&quot;2026-08-08&quot;:31.2},{&quot;2026-08-09&quot;:31.2},{&quot;2026-08-10&quot;:31.2},{&quot;2026-08-11&quot;:31.2},{&quot;2026-08-12&quot;:31.2},{&quot;2026-08-13&quot;:31.2},{&quot;2026-08-14&quot;:31.16},{&quot;2026-08-15&quot;:31.07},{&quot;2026-08-16&quot;:31.15},{&quot;2026-08-17&quot;:31.15},{&quot;2026-08-18&quot;:31.15},{&quot;2026-08-19&quot;:31.24},{&quot;2026-08-20&quot;:31.24},{&quot;2026-08-21&quot;:32.01},{&quot;2026-08-22&quot;:32.01},{&quot;2026-08-23&quot;:31.96},{&quot;2026-08-24&quot;:32.0},{&quot;2026-08-25&quot;:32.0},{&quot;2026-08-26&quot;:32.0},{&quot;2026-08-27&quot;:32.0},{&quot;2026-08-28&quot;:32.07},{&quot;2026-08-29&quot;:32.07},{&quot;2026-08-30&quot;:32.07},{&quot;2026-08-31&quot;:32.07},{&quot;2026-09-01&quot;:32.07},{&quot;2026-09-02&quot;:32.07},{&quot;2026-09-03&quot;:32.07},{&quot;2026-09-04&quot;:32.07},{&quot;2026-09-05&quot;:32.15},{&quot;2026-09-06&quot;:32.38},{&quot;2026-09-07&quot;:32.38},{&quot;2026-09-08&quot;:32.46},{&quot;2026-09-09&quot;:32.24},{&quot;2026-09-10&quot;:32.24},{&quot;2026-09-11&quot;:32.24}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:27.37},{&quot;2026-06-13&quot;:27.16},{&quot;2026-06-14&quot;:27.19},{&quot;2026-06-15&quot;:27.17},{&quot;2026-06-16&quot;:26.23},{&quot;2026-06-17&quot;:25.97},{&quot;2026-06-18&quot;:25.55},{&quot;2026-06-19&quot;:25.2},{&quot;2026-06-20&quot;:25.01},{&quot;2026-06-21&quot;:24.81},{&quot;2026-06-22&quot;:24.16},{&quot;2026-06-23&quot;:24.82},{&quot;2026-06-24&quot;:26.26},{&quot;2026-06-25&quot;:25.89},{&quot;2026-06-26&quot;:26.01},{&quot;2026-06-27&quot;:26.41},{&quot;2026-06-28&quot;:27.85},{&quot;2026-06-29&quot;:28.24},{&quot;2026-06-30&quot;:29.14},{&quot;2026-07-01&quot;:28.87},{&quot;2026-07-02&quot;:27.99},{&quot;2026-07-03&quot;:27.41},{&quot;2026-07-04&quot;:27.42},{&quot;2026-07-05&quot;:26.63},{&quot;2026-07-06&quot;:27.57},{&quot;2026-07-07&quot;:28.01},{&quot;2026-07-08&quot;:27.88},{&quot;2026-07-09&quot;:27.41},{&quot;2026-07-10&quot;:27.18},{&quot;2026-07-11&quot;:26.88},{&quot;2026-07-12&quot;:26.56},{&quot;2026-07-13&quot;:26.71},{&quot;2026-07-14&quot;:27.32},{&quot;2026-07-15&quot;:27.22},{&quot;2026-07-16&quot;:27.52},{&quot;2026-07-17&quot;:27.93},{&quot;2026-07-18&quot;:28.99},{&quot;2026-07-19&quot;:27.97},{&quot;2026-07-20&quot;:30.29},{&quot;2026-07-21&quot;:30.55},{&quot;2026-07-23&quot;:29.48},{&quot;2026-07-24&quot;:28.6},{&quot;2026-07-25&quot;:27.46},{&quot;2026-07-26&quot;:28.3},{&quot;2026-07-27&quot;:28.4},{&quot;2026-07-28&quot;:29.32},{&quot;2026-07-29&quot;:29.21},{&quot;2026-07-30&quot;:30.15},{&quot;2026-07-31&quot;:29.72},{&quot;2026-08-01&quot;:29.56},{&quot;2026-08-02&quot;:30.28},{&quot;2026-08-03&quot;:30.05},{&quot;2026-08-04&quot;:30.24},{&quot;2026-08-05&quot;:29.87},{&quot;2026-08-07&quot;:29.76},{&quot;2026-08-08&quot;:29.15},{&quot;2026-08-09&quot;:29.35},{&quot;2026-08-10&quot;:28.69},{&quot;2026-08-11&quot;:27.36},{&quot;2026-08-12&quot;:26.82},{&quot;2026-08-13&quot;:27.34},{&quot;2026-08-14&quot;:28.08},{&quot;2026-08-15&quot;:28.01},{&quot;2026-08-16&quot;:27.68},{&quot;2026-08-17&quot;:27.99},{&quot;2026-08-18&quot;:29.39},{&quot;2026-08-19&quot;:28.88},{&quot;2026-08-20&quot;:28.88},{&quot;2026-08-21&quot;:28.58},{&quot;2026-08-22&quot;:29.72},{&quot;2026-08-23&quot;:30.8},{&quot;2026-08-24&quot;:30.94},{&quot;2026-08-25&quot;:30.15},{&quot;2026-08-26&quot;:29.32},{&quot;2026-08-27&quot;:28.42},{&quot;2026-08-28&quot;:26.9},{&quot;2026-08-29&quot;:26.9},{&quot;2026-08-30&quot;:29.47},{&quot;2026-08-31&quot;:30.0},{&quot;2026-09-01&quot;:30.7},{&quot;2026-09-02&quot;:30.39},{&quot;2026-09-03&quot;:29.9},{&quot;2026-09-04&quot;:29.46},{&quot;2026-09-05&quot;:29.63},{&quot;2026-09-06&quot;:30.62},{&quot;2026-09-07&quot;:30.55},{&quot;2026-09-08&quot;:30.07},{&quot;2026-09-09&quot;:30.28},{&quot;2026-09-10&quot;:30.58},{&quot;2026-09-11&quot;:30.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="53309"
  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">
            Natural Order
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $14.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="Natural Order" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/c/bce00c15-6f06-42c0-b72c-5d94e35a6f57.jpg?1783910556" />

        <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">
            Natural Order
        </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-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="Natural Order" src="https://cards.scryfall.io/large/front/b/c/bce00c15-6f06-42c0-b72c-5d94e35a6f57.jpg?1783910556" />
    </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">
                $14.52
              </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">
                $30.40
              </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">$11.50</span>
              <span class="text-xs text-grey-text">Credit: $14.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">$37.50</span>
              <span class="text-xs text-grey-text">Credit: $48.75</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:29.91},{&quot;2026-06-12&quot;:29.91},{&quot;2026-06-13&quot;:29.91},{&quot;2026-06-14&quot;:29.91},{&quot;2026-06-15&quot;:29.91},{&quot;2026-06-16&quot;:29.91},{&quot;2026-06-17&quot;:29.91},{&quot;2026-06-18&quot;:29.91},{&quot;2026-06-19&quot;:29.91},{&quot;2026-06-20&quot;:29.91},{&quot;2026-06-21&quot;:29.91},{&quot;2026-06-22&quot;:29.91},{&quot;2026-06-23&quot;:29.91},{&quot;2026-06-24&quot;:29.91},{&quot;2026-06-25&quot;:29.91},{&quot;2026-06-26&quot;:29.91},{&quot;2026-06-27&quot;:29.91},{&quot;2026-06-28&quot;:29.91},{&quot;2026-06-29&quot;:29.91},{&quot;2026-06-30&quot;:29.91},{&quot;2026-07-01&quot;:29.91},{&quot;2026-07-02&quot;:29.91},{&quot;2026-07-03&quot;:29.91},{&quot;2026-07-04&quot;:29.91},{&quot;2026-07-05&quot;:29.91},{&quot;2026-07-06&quot;:29.91},{&quot;2026-07-07&quot;:29.91},{&quot;2026-07-08&quot;:29.91},{&quot;2026-07-09&quot;:29.91},{&quot;2026-07-10&quot;:29.91},{&quot;2026-07-11&quot;:29.91},{&quot;2026-07-12&quot;:30.17},{&quot;2026-07-13&quot;:30.17},{&quot;2026-07-14&quot;:30.23},{&quot;2026-07-15&quot;:30.23},{&quot;2026-07-16&quot;:30.28},{&quot;2026-07-17&quot;:30.34},{&quot;2026-07-18&quot;:30.54},{&quot;2026-07-19&quot;:30.54},{&quot;2026-07-20&quot;:30.54},{&quot;2026-07-21&quot;:30.54},{&quot;2026-07-23&quot;:30.71},{&quot;2026-07-25&quot;:30.71},{&quot;2026-07-26&quot;:30.71},{&quot;2026-07-27&quot;:30.71},{&quot;2026-07-28&quot;:30.71},{&quot;2026-07-29&quot;:30.71},{&quot;2026-07-30&quot;:30.71},{&quot;2026-07-31&quot;:31.03},{&quot;2026-08-01&quot;:31.03},{&quot;2026-08-02&quot;:31.03},{&quot;2026-08-03&quot;:30.84},{&quot;2026-08-04&quot;:30.84},{&quot;2026-08-05&quot;:30.84},{&quot;2026-08-07&quot;:30.84},{&quot;2026-08-08&quot;:30.84},{&quot;2026-08-09&quot;:30.84},{&quot;2026-08-10&quot;:30.84},{&quot;2026-08-11&quot;:30.84},{&quot;2026-08-12&quot;:30.84},{&quot;2026-08-13&quot;:30.84},{&quot;2026-08-14&quot;:30.84},{&quot;2026-08-15&quot;:30.84},{&quot;2026-08-16&quot;:30.84},{&quot;2026-08-17&quot;:30.84},{&quot;2026-08-18&quot;:30.84},{&quot;2026-08-19&quot;:30.84},{&quot;2026-08-20&quot;:30.84},{&quot;2026-08-21&quot;:30.84},{&quot;2026-08-22&quot;:30.84},{&quot;2026-08-23&quot;:30.84},{&quot;2026-08-24&quot;:30.84},{&quot;2026-08-25&quot;:30.84},{&quot;2026-08-26&quot;:30.24},{&quot;2026-08-27&quot;:30.24},{&quot;2026-08-28&quot;:30.24},{&quot;2026-08-29&quot;:30.24},{&quot;2026-08-30&quot;:30.24},{&quot;2026-08-31&quot;:30.4},{&quot;2026-09-01&quot;:30.4},{&quot;2026-09-02&quot;:30.4},{&quot;2026-09-03&quot;:30.4},{&quot;2026-09-04&quot;:30.4},{&quot;2026-09-05&quot;:30.4},{&quot;2026-09-06&quot;:30.4},{&quot;2026-09-07&quot;:30.4},{&quot;2026-09-08&quot;:30.4},{&quot;2026-09-09&quot;:30.4},{&quot;2026-09-10&quot;:30.4},{&quot;2026-09-11&quot;:30.4}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:14.81},{&quot;2026-06-12&quot;:14.81},{&quot;2026-06-13&quot;:14.81},{&quot;2026-06-14&quot;:14.81},{&quot;2026-06-15&quot;:13.85},{&quot;2026-06-16&quot;:13.98},{&quot;2026-06-17&quot;:13.95},{&quot;2026-06-18&quot;:13.97},{&quot;2026-06-19&quot;:14.1},{&quot;2026-06-20&quot;:14.17},{&quot;2026-06-21&quot;:14.17},{&quot;2026-06-22&quot;:14.07},{&quot;2026-06-23&quot;:14.07},{&quot;2026-06-24&quot;:14.07},{&quot;2026-06-25&quot;:13.89},{&quot;2026-06-26&quot;:13.85},{&quot;2026-06-27&quot;:13.85},{&quot;2026-06-28&quot;:13.97},{&quot;2026-06-29&quot;:14.13},{&quot;2026-06-30&quot;:14.12},{&quot;2026-07-01&quot;:14.21},{&quot;2026-07-02&quot;:14.23},{&quot;2026-07-03&quot;:13.93},{&quot;2026-07-04&quot;:14.03},{&quot;2026-07-05&quot;:14.2},{&quot;2026-07-06&quot;:14.2},{&quot;2026-07-07&quot;:14.39},{&quot;2026-07-08&quot;:14.43},{&quot;2026-07-09&quot;:14.54},{&quot;2026-07-10&quot;:14.69},{&quot;2026-07-11&quot;:14.7},{&quot;2026-07-12&quot;:14.9},{&quot;2026-07-13&quot;:14.89},{&quot;2026-07-14&quot;:14.66},{&quot;2026-07-15&quot;:14.6},{&quot;2026-07-16&quot;:14.67},{&quot;2026-07-17&quot;:14.93},{&quot;2026-07-18&quot;:15.0},{&quot;2026-07-19&quot;:15.0},{&quot;2026-07-20&quot;:14.94},{&quot;2026-07-21&quot;:14.96},{&quot;2026-07-23&quot;:15.55},{&quot;2026-07-25&quot;:15.67},{&quot;2026-07-26&quot;:15.75},{&quot;2026-07-27&quot;:15.81},{&quot;2026-07-28&quot;:15.81},{&quot;2026-07-29&quot;:15.78},{&quot;2026-07-30&quot;:15.79},{&quot;2026-07-31&quot;:15.57},{&quot;2026-08-01&quot;:15.37},{&quot;2026-08-02&quot;:15.27},{&quot;2026-08-03&quot;:15.14},{&quot;2026-08-04&quot;:15.07},{&quot;2026-08-05&quot;:14.59},{&quot;2026-08-07&quot;:14.68},{&quot;2026-08-08&quot;:14.64},{&quot;2026-08-09&quot;:14.81},{&quot;2026-08-10&quot;:14.68},{&quot;2026-08-11&quot;:14.67},{&quot;2026-08-12&quot;:14.6},{&quot;2026-08-13&quot;:14.62},{&quot;2026-08-14&quot;:14.42},{&quot;2026-08-15&quot;:14.42},{&quot;2026-08-16&quot;:14.58},{&quot;2026-08-17&quot;:14.34},{&quot;2026-08-18&quot;:14.47},{&quot;2026-08-19&quot;:14.48},{&quot;2026-08-20&quot;:14.48},{&quot;2026-08-21&quot;:14.24},{&quot;2026-08-22&quot;:14.12},{&quot;2026-08-23&quot;:13.96},{&quot;2026-08-24&quot;:13.31},{&quot;2026-08-25&quot;:13.41},{&quot;2026-08-26&quot;:13.44},{&quot;2026-08-27&quot;:13.42},{&quot;2026-08-28&quot;:13.47},{&quot;2026-08-29&quot;:13.47},{&quot;2026-08-30&quot;:13.95},{&quot;2026-08-31&quot;:14.1},{&quot;2026-09-01&quot;:14.29},{&quot;2026-09-02&quot;:14.17},{&quot;2026-09-03&quot;:14.21},{&quot;2026-09-04&quot;:14.44},{&quot;2026-09-05&quot;:14.47},{&quot;2026-09-06&quot;:14.58},{&quot;2026-09-07&quot;:14.52},{&quot;2026-09-08&quot;:14.53},{&quot;2026-09-09&quot;:14.37},{&quot;2026-09-10&quot;:14.48},{&quot;2026-09-11&quot;:14.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="73292"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-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">
            Mystic Forge
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.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="Mystic Forge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bbbfadff-43a1-4c46-9426-d3417715baae.jpg?1783919746" />

        <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">
            Mystic Forge
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Mystic Forge" src="https://cards.scryfall.io/large/front/b/b/bbbfadff-43a1-4c46-9426-d3417715baae.jpg?1783919746" />
    </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">
                $8.58
              </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">
                $30.35
              </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 class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$24.00</span>
              <span class="text-xs text-grey-text">Credit: $31.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:25.53},{&quot;2026-06-11&quot;:25.53},{&quot;2026-06-12&quot;:25.53},{&quot;2026-06-13&quot;:25.53},{&quot;2026-06-14&quot;:25.53},{&quot;2026-06-15&quot;:25.53},{&quot;2026-06-16&quot;:23.36},{&quot;2026-06-17&quot;:23.36},{&quot;2026-06-18&quot;:23.36},{&quot;2026-06-19&quot;:23.76},{&quot;2026-06-20&quot;:23.93},{&quot;2026-06-21&quot;:23.93},{&quot;2026-06-22&quot;:23.93},{&quot;2026-06-23&quot;:23.93},{&quot;2026-06-24&quot;:24.09},{&quot;2026-06-25&quot;:23.96},{&quot;2026-06-26&quot;:24.05},{&quot;2026-06-27&quot;:24.05},{&quot;2026-06-28&quot;:24.18},{&quot;2026-06-29&quot;:24.52},{&quot;2026-06-30&quot;:24.48},{&quot;2026-07-01&quot;:24.48},{&quot;2026-07-02&quot;:24.51},{&quot;2026-07-03&quot;:24.51},{&quot;2026-07-04&quot;:24.51},{&quot;2026-07-05&quot;:24.51},{&quot;2026-07-06&quot;:24.51},{&quot;2026-07-07&quot;:24.51},{&quot;2026-07-08&quot;:24.51},{&quot;2026-07-09&quot;:24.51},{&quot;2026-07-10&quot;:24.51},{&quot;2026-07-11&quot;:24.51},{&quot;2026-07-12&quot;:24.65},{&quot;2026-07-13&quot;:24.65},{&quot;2026-07-14&quot;:24.65},{&quot;2026-07-15&quot;:24.65},{&quot;2026-07-16&quot;:24.65},{&quot;2026-07-17&quot;:24.65},{&quot;2026-07-18&quot;:24.65},{&quot;2026-07-19&quot;:24.65},{&quot;2026-07-20&quot;:24.65},{&quot;2026-07-21&quot;:24.65},{&quot;2026-07-23&quot;:24.65},{&quot;2026-07-25&quot;:24.65},{&quot;2026-07-26&quot;:24.65},{&quot;2026-07-27&quot;:24.65},{&quot;2026-07-29&quot;:24.65},{&quot;2026-07-30&quot;:24.65},{&quot;2026-07-31&quot;:25.03},{&quot;2026-08-01&quot;:25.03},{&quot;2026-08-02&quot;:25.33},{&quot;2026-08-03&quot;:25.33},{&quot;2026-08-04&quot;:25.64},{&quot;2026-08-05&quot;:25.64},{&quot;2026-08-07&quot;:26.6},{&quot;2026-08-08&quot;:26.6},{&quot;2026-08-09&quot;:26.6},{&quot;2026-08-10&quot;:26.6},{&quot;2026-08-11&quot;:26.6},{&quot;2026-08-12&quot;:26.6},{&quot;2026-08-13&quot;:26.6},{&quot;2026-08-14&quot;:26.6},{&quot;2026-08-15&quot;:26.6},{&quot;2026-08-16&quot;:26.6},{&quot;2026-08-17&quot;:26.6},{&quot;2026-08-18&quot;:26.6},{&quot;2026-08-19&quot;:26.6},{&quot;2026-08-20&quot;:26.6},{&quot;2026-08-21&quot;:26.6},{&quot;2026-08-22&quot;:26.6},{&quot;2026-08-23&quot;:27.5},{&quot;2026-08-24&quot;:27.59},{&quot;2026-08-25&quot;:27.59},{&quot;2026-08-26&quot;:27.59},{&quot;2026-08-27&quot;:27.59},{&quot;2026-08-28&quot;:27.59},{&quot;2026-08-29&quot;:27.59},{&quot;2026-08-30&quot;:27.59},{&quot;2026-08-31&quot;:28.89},{&quot;2026-09-01&quot;:28.89},{&quot;2026-09-02&quot;:30.35},{&quot;2026-09-03&quot;:30.35},{&quot;2026-09-04&quot;:30.35},{&quot;2026-09-05&quot;:30.35},{&quot;2026-09-06&quot;:30.35},{&quot;2026-09-07&quot;:30.35},{&quot;2026-09-08&quot;:30.35},{&quot;2026-09-09&quot;:30.35},{&quot;2026-09-10&quot;:30.35},{&quot;2026-09-11&quot;:30.35}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.09},{&quot;2026-06-11&quot;:9.09},{&quot;2026-06-12&quot;:8.98},{&quot;2026-06-13&quot;:8.98},{&quot;2026-06-14&quot;:8.98},{&quot;2026-06-15&quot;:8.82},{&quot;2026-06-16&quot;:8.89},{&quot;2026-06-17&quot;:8.8},{&quot;2026-06-18&quot;:8.9},{&quot;2026-06-19&quot;:8.8},{&quot;2026-06-20&quot;:8.8},{&quot;2026-06-21&quot;:8.88},{&quot;2026-06-22&quot;:8.97},{&quot;2026-06-23&quot;:8.97},{&quot;2026-06-24&quot;:8.97},{&quot;2026-06-25&quot;:8.97},{&quot;2026-06-26&quot;:8.97},{&quot;2026-06-27&quot;:8.97},{&quot;2026-06-28&quot;:8.82},{&quot;2026-06-29&quot;:8.82},{&quot;2026-06-30&quot;:8.81},{&quot;2026-07-01&quot;:8.88},{&quot;2026-07-02&quot;:8.9},{&quot;2026-07-03&quot;:8.89},{&quot;2026-07-04&quot;:8.89},{&quot;2026-07-05&quot;:8.97},{&quot;2026-07-06&quot;:8.98},{&quot;2026-07-07&quot;:8.98},{&quot;2026-07-08&quot;:8.98},{&quot;2026-07-09&quot;:8.98},{&quot;2026-07-10&quot;:9.06},{&quot;2026-07-11&quot;:9.06},{&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.04},{&quot;2026-07-17&quot;:8.92},{&quot;2026-07-18&quot;:8.92},{&quot;2026-07-19&quot;:8.56},{&quot;2026-07-20&quot;:8.56},{&quot;2026-07-21&quot;:8.52},{&quot;2026-07-23&quot;:8.48},{&quot;2026-07-25&quot;:8.61},{&quot;2026-07-26&quot;:8.61},{&quot;2026-07-27&quot;:8.6},{&quot;2026-07-29&quot;:8.6},{&quot;2026-07-30&quot;:8.59},{&quot;2026-07-31&quot;:8.59},{&quot;2026-08-01&quot;:8.59},{&quot;2026-08-02&quot;:8.59},{&quot;2026-08-03&quot;:8.59},{&quot;2026-08-04&quot;:8.59},{&quot;2026-08-05&quot;:8.59},{&quot;2026-08-07&quot;:8.59},{&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.65},{&quot;2026-08-13&quot;:8.59},{&quot;2026-08-14&quot;:8.6},{&quot;2026-08-15&quot;:8.56},{&quot;2026-08-16&quot;:8.6},{&quot;2026-08-17&quot;:8.55},{&quot;2026-08-18&quot;:8.54},{&quot;2026-08-19&quot;:8.54},{&quot;2026-08-20&quot;:8.54},{&quot;2026-08-21&quot;:8.51},{&quot;2026-08-22&quot;:8.49},{&quot;2026-08-23&quot;:8.49},{&quot;2026-08-24&quot;:8.51},{&quot;2026-08-25&quot;:8.51},{&quot;2026-08-26&quot;:8.52},{&quot;2026-08-27&quot;:8.52},{&quot;2026-08-28&quot;:8.51},{&quot;2026-08-29&quot;:8.51},{&quot;2026-08-30&quot;:8.6},{&quot;2026-08-31&quot;:8.6},{&quot;2026-09-01&quot;:8.6},{&quot;2026-09-02&quot;:8.6},{&quot;2026-09-03&quot;:8.6},{&quot;2026-09-04&quot;:8.6},{&quot;2026-09-05&quot;:8.64},{&quot;2026-09-06&quot;:8.64},{&quot;2026-09-07&quot;:8.64},{&quot;2026-09-08&quot;:8.58},{&quot;2026-09-09&quot;:8.58},{&quot;2026-09-10&quot;:8.58},{&quot;2026-09-11&quot;:8.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="5592"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-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">
            Three Tree City
        </span>


      </div>

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

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

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

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

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

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

        <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 Tree City
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Three Tree City" src="https://cards.scryfall.io/large/front/5/6/56f88a48-cced-4a9d-8c19-e4f105f0d8a2.jpg?1783910782" />
    </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">
                $29.19
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $30.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">$25.00</span>
              <span class="text-xs text-grey-text">Credit: $32.50</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">$27.00</span>
              <span class="text-xs text-grey-text">Credit: $35.10</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:25.29},{&quot;2026-06-10&quot;:25.53},{&quot;2026-06-11&quot;:25.54},{&quot;2026-06-12&quot;:25.48},{&quot;2026-06-13&quot;:25.27},{&quot;2026-06-14&quot;:24.99},{&quot;2026-06-15&quot;:25.25},{&quot;2026-06-16&quot;:25.08},{&quot;2026-06-17&quot;:25.51},{&quot;2026-06-18&quot;:25.51},{&quot;2026-06-19&quot;:25.55},{&quot;2026-06-20&quot;:25.5},{&quot;2026-06-21&quot;:25.24},{&quot;2026-06-22&quot;:25.24},{&quot;2026-06-24&quot;:25.35},{&quot;2026-06-25&quot;:25.35},{&quot;2026-06-26&quot;:25.54},{&quot;2026-06-27&quot;:25.37},{&quot;2026-06-28&quot;:25.37},{&quot;2026-06-29&quot;:25.26},{&quot;2026-06-30&quot;:25.45},{&quot;2026-07-01&quot;:25.11},{&quot;2026-07-02&quot;:25.45},{&quot;2026-07-03&quot;:26.46},{&quot;2026-07-04&quot;:26.72},{&quot;2026-07-05&quot;:26.72},{&quot;2026-07-06&quot;:26.93},{&quot;2026-07-07&quot;:27.1},{&quot;2026-07-08&quot;:27.8},{&quot;2026-07-09&quot;:27.8},{&quot;2026-07-10&quot;:28.16},{&quot;2026-07-11&quot;:28.29},{&quot;2026-07-12&quot;:27.98},{&quot;2026-07-13&quot;:27.98},{&quot;2026-07-14&quot;:28.09},{&quot;2026-07-15&quot;:27.79},{&quot;2026-07-16&quot;:27.79},{&quot;2026-07-17&quot;:27.78},{&quot;2026-07-18&quot;:27.78},{&quot;2026-07-19&quot;:28.15},{&quot;2026-07-20&quot;:27.71},{&quot;2026-07-21&quot;:27.84},{&quot;2026-07-23&quot;:26.79},{&quot;2026-07-25&quot;:26.9},{&quot;2026-07-26&quot;:26.98},{&quot;2026-07-27&quot;:27.19},{&quot;2026-07-29&quot;:27.17},{&quot;2026-07-30&quot;:27.23},{&quot;2026-07-31&quot;:27.9},{&quot;2026-08-01&quot;:27.81},{&quot;2026-08-02&quot;:27.47},{&quot;2026-08-03&quot;:27.64},{&quot;2026-08-04&quot;:27.73},{&quot;2026-08-05&quot;:27.44},{&quot;2026-08-07&quot;:27.57},{&quot;2026-08-08&quot;:27.57},{&quot;2026-08-09&quot;:27.61},{&quot;2026-08-10&quot;:27.61},{&quot;2026-08-11&quot;:28.33},{&quot;2026-08-12&quot;:28.33},{&quot;2026-08-13&quot;:28.29},{&quot;2026-08-14&quot;:28.52},{&quot;2026-08-15&quot;:28.88},{&quot;2026-08-16&quot;:28.92},{&quot;2026-08-17&quot;:28.14},{&quot;2026-08-18&quot;:28.14},{&quot;2026-08-19&quot;:28.64},{&quot;2026-08-20&quot;:28.64},{&quot;2026-08-21&quot;:28.93},{&quot;2026-08-22&quot;:28.63},{&quot;2026-08-23&quot;:29.39},{&quot;2026-08-24&quot;:29.94},{&quot;2026-08-25&quot;:29.94},{&quot;2026-08-26&quot;:30.03},{&quot;2026-08-27&quot;:29.74},{&quot;2026-08-28&quot;:29.74},{&quot;2026-08-29&quot;:29.74},{&quot;2026-08-30&quot;:29.8},{&quot;2026-08-31&quot;:29.69},{&quot;2026-09-01&quot;:29.69},{&quot;2026-09-02&quot;:29.5},{&quot;2026-09-03&quot;:29.5},{&quot;2026-09-04&quot;:29.52},{&quot;2026-09-05&quot;:29.52},{&quot;2026-09-06&quot;:29.52},{&quot;2026-09-07&quot;:29.86},{&quot;2026-09-08&quot;:30.59},{&quot;2026-09-09&quot;:30.94},{&quot;2026-09-10&quot;:30.92},{&quot;2026-09-11&quot;:30.31}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:23.25},{&quot;2026-06-10&quot;:23.23},{&quot;2026-06-11&quot;:23.21},{&quot;2026-06-12&quot;:23.33},{&quot;2026-06-13&quot;:24.34},{&quot;2026-06-14&quot;:24.72},{&quot;2026-06-15&quot;:24.17},{&quot;2026-06-16&quot;:24.12},{&quot;2026-06-17&quot;:24.35},{&quot;2026-06-18&quot;:24.36},{&quot;2026-06-19&quot;:23.92},{&quot;2026-06-20&quot;:23.81},{&quot;2026-06-21&quot;:23.39},{&quot;2026-06-22&quot;:24.27},{&quot;2026-06-24&quot;:24.32},{&quot;2026-06-25&quot;:24.16},{&quot;2026-06-26&quot;:23.65},{&quot;2026-06-27&quot;:23.54},{&quot;2026-06-28&quot;:24.86},{&quot;2026-06-29&quot;:25.25},{&quot;2026-06-30&quot;:25.92},{&quot;2026-07-01&quot;:25.23},{&quot;2026-07-02&quot;:25.09},{&quot;2026-07-03&quot;:24.78},{&quot;2026-07-04&quot;:23.63},{&quot;2026-07-05&quot;:24.06},{&quot;2026-07-06&quot;:25.28},{&quot;2026-07-07&quot;:24.63},{&quot;2026-07-08&quot;:24.37},{&quot;2026-07-09&quot;:26.33},{&quot;2026-07-10&quot;:27.48},{&quot;2026-07-11&quot;:25.94},{&quot;2026-07-12&quot;:25.43},{&quot;2026-07-13&quot;:25.12},{&quot;2026-07-14&quot;:25.39},{&quot;2026-07-15&quot;:26.82},{&quot;2026-07-16&quot;:28.32},{&quot;2026-07-17&quot;:27.18},{&quot;2026-07-18&quot;:26.16},{&quot;2026-07-19&quot;:26.49},{&quot;2026-07-20&quot;:27.65},{&quot;2026-07-21&quot;:27.77},{&quot;2026-07-23&quot;:26.65},{&quot;2026-07-25&quot;:26.75},{&quot;2026-07-26&quot;:26.37},{&quot;2026-07-27&quot;:26.07},{&quot;2026-07-29&quot;:27.28},{&quot;2026-07-30&quot;:26.27},{&quot;2026-07-31&quot;:26.67},{&quot;2026-08-01&quot;:27.12},{&quot;2026-08-02&quot;:28.04},{&quot;2026-08-03&quot;:27.93},{&quot;2026-08-04&quot;:28.02},{&quot;2026-08-05&quot;:27.69},{&quot;2026-08-07&quot;:26.7},{&quot;2026-08-08&quot;:26.64},{&quot;2026-08-09&quot;:26.3},{&quot;2026-08-10&quot;:27.3},{&quot;2026-08-11&quot;:27.64},{&quot;2026-08-12&quot;:28.79},{&quot;2026-08-13&quot;:28.65},{&quot;2026-08-14&quot;:28.82},{&quot;2026-08-15&quot;:28.68},{&quot;2026-08-16&quot;:29.55},{&quot;2026-08-17&quot;:30.22},{&quot;2026-08-18&quot;:29.52},{&quot;2026-08-19&quot;:28.96},{&quot;2026-08-20&quot;:28.96},{&quot;2026-08-21&quot;:28.07},{&quot;2026-08-22&quot;:27.7},{&quot;2026-08-23&quot;:28.26},{&quot;2026-08-24&quot;:27.95},{&quot;2026-08-25&quot;:27.95},{&quot;2026-08-26&quot;:29.54},{&quot;2026-08-27&quot;:29.82},{&quot;2026-08-28&quot;:29.53},{&quot;2026-08-29&quot;:29.53},{&quot;2026-08-30&quot;:28.09},{&quot;2026-08-31&quot;:29.08},{&quot;2026-09-01&quot;:29.08},{&quot;2026-09-02&quot;:28.08},{&quot;2026-09-03&quot;:28.27},{&quot;2026-09-04&quot;:28.87},{&quot;2026-09-05&quot;:28.74},{&quot;2026-09-06&quot;:29.23},{&quot;2026-09-07&quot;:29.99},{&quot;2026-09-08&quot;:30.34},{&quot;2026-09-09&quot;:30.55},{&quot;2026-09-10&quot;:29.95},{&quot;2026-09-11&quot;:29.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12383"
  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">
            Scroll Rack
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Scroll Rack
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Scroll Rack" src="https://cards.scryfall.io/large/front/d/f/dfaaa58d-89bb-4cb3-96a6-b480e6f6954e.jpg?1783928747" />
    </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">
                $30.11
              </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">
                $33.81
              </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">$22.00</span>
              <span class="text-xs text-grey-text">Credit: $28.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;:32.05},{&quot;2026-06-14&quot;:32.31},{&quot;2026-06-15&quot;:32.6},{&quot;2026-06-16&quot;:32.6},{&quot;2026-06-17&quot;:32.9},{&quot;2026-06-18&quot;:32.9},{&quot;2026-06-19&quot;:32.75},{&quot;2026-06-20&quot;:32.75},{&quot;2026-06-21&quot;:33.06},{&quot;2026-06-22&quot;:33.06},{&quot;2026-06-23&quot;:33.06},{&quot;2026-06-24&quot;:33.06},{&quot;2026-06-25&quot;:33.06},{&quot;2026-06-26&quot;:33.06},{&quot;2026-06-27&quot;:33.06},{&quot;2026-06-28&quot;:33.06},{&quot;2026-06-29&quot;:33.06},{&quot;2026-06-30&quot;:33.06},{&quot;2026-07-01&quot;:33.06},{&quot;2026-07-02&quot;:33.06},{&quot;2026-07-03&quot;:33.06},{&quot;2026-07-04&quot;:33.67},{&quot;2026-07-05&quot;:33.67},{&quot;2026-07-06&quot;:33.67},{&quot;2026-07-07&quot;:34.06},{&quot;2026-07-08&quot;:34.0},{&quot;2026-07-09&quot;:34.0},{&quot;2026-07-10&quot;:34.0},{&quot;2026-07-11&quot;:34.0},{&quot;2026-07-12&quot;:34.0},{&quot;2026-07-13&quot;:34.28},{&quot;2026-07-14&quot;:34.11},{&quot;2026-07-15&quot;:34.11},{&quot;2026-07-16&quot;:34.11},{&quot;2026-07-17&quot;:34.11},{&quot;2026-07-18&quot;:34.11},{&quot;2026-07-19&quot;:34.11},{&quot;2026-07-20&quot;:34.11},{&quot;2026-07-21&quot;:34.11},{&quot;2026-07-22&quot;:34.11},{&quot;2026-07-23&quot;:34.11},{&quot;2026-07-24&quot;:34.11},{&quot;2026-07-25&quot;:34.11},{&quot;2026-07-26&quot;:34.11},{&quot;2026-07-27&quot;:34.11},{&quot;2026-07-28&quot;:34.11},{&quot;2026-07-29&quot;:34.11},{&quot;2026-07-30&quot;:34.11},{&quot;2026-07-31&quot;:34.11},{&quot;2026-08-01&quot;:33.94},{&quot;2026-08-02&quot;:33.94},{&quot;2026-08-03&quot;:33.94},{&quot;2026-08-04&quot;:33.94},{&quot;2026-08-05&quot;:33.94},{&quot;2026-08-07&quot;:33.94},{&quot;2026-08-08&quot;:33.57},{&quot;2026-08-09&quot;:33.57},{&quot;2026-08-10&quot;:33.57},{&quot;2026-08-11&quot;:33.57},{&quot;2026-08-12&quot;:33.57},{&quot;2026-08-13&quot;:33.57},{&quot;2026-08-14&quot;:33.57},{&quot;2026-08-15&quot;:33.57},{&quot;2026-08-16&quot;:33.57},{&quot;2026-08-17&quot;:33.61},{&quot;2026-08-18&quot;:33.61},{&quot;2026-08-19&quot;:33.26},{&quot;2026-08-20&quot;:33.26},{&quot;2026-08-21&quot;:33.26},{&quot;2026-08-22&quot;:33.26},{&quot;2026-08-23&quot;:33.26},{&quot;2026-08-24&quot;:33.26},{&quot;2026-08-25&quot;:33.26},{&quot;2026-08-26&quot;:33.26},{&quot;2026-08-27&quot;:33.26},{&quot;2026-08-28&quot;:33.55},{&quot;2026-08-29&quot;:33.55},{&quot;2026-08-30&quot;:33.57},{&quot;2026-08-31&quot;:33.57},{&quot;2026-09-01&quot;:33.57},{&quot;2026-09-02&quot;:33.57},{&quot;2026-09-03&quot;:33.64},{&quot;2026-09-04&quot;:33.64},{&quot;2026-09-05&quot;:33.64},{&quot;2026-09-06&quot;:33.64},{&quot;2026-09-07&quot;:33.64},{&quot;2026-09-08&quot;:33.64},{&quot;2026-09-09&quot;:33.64},{&quot;2026-09-10&quot;:33.64},{&quot;2026-09-11&quot;:33.81}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:32.75},{&quot;2026-06-14&quot;:33.22},{&quot;2026-06-15&quot;:33.3},{&quot;2026-06-16&quot;:33.61},{&quot;2026-06-17&quot;:34.0},{&quot;2026-06-18&quot;:34.55},{&quot;2026-06-19&quot;:34.17},{&quot;2026-06-20&quot;:33.79},{&quot;2026-06-21&quot;:34.15},{&quot;2026-06-22&quot;:35.54},{&quot;2026-06-23&quot;:35.68},{&quot;2026-06-24&quot;:35.44},{&quot;2026-06-25&quot;:35.18},{&quot;2026-06-26&quot;:34.47},{&quot;2026-06-27&quot;:34.47},{&quot;2026-06-28&quot;:34.31},{&quot;2026-06-29&quot;:33.97},{&quot;2026-06-30&quot;:34.19},{&quot;2026-07-01&quot;:33.98},{&quot;2026-07-02&quot;:33.98},{&quot;2026-07-03&quot;:33.51},{&quot;2026-07-04&quot;:32.87},{&quot;2026-07-05&quot;:32.9},{&quot;2026-07-06&quot;:32.56},{&quot;2026-07-07&quot;:32.44},{&quot;2026-07-08&quot;:33.35},{&quot;2026-07-09&quot;:33.29},{&quot;2026-07-10&quot;:33.6},{&quot;2026-07-11&quot;:33.92},{&quot;2026-07-12&quot;:33.84},{&quot;2026-07-13&quot;:33.45},{&quot;2026-07-14&quot;:33.26},{&quot;2026-07-15&quot;:33.26},{&quot;2026-07-16&quot;:33.21},{&quot;2026-07-17&quot;:33.21},{&quot;2026-07-18&quot;:32.87},{&quot;2026-07-19&quot;:32.05},{&quot;2026-07-20&quot;:32.45},{&quot;2026-07-21&quot;:33.48},{&quot;2026-07-22&quot;:33.44},{&quot;2026-07-23&quot;:33.45},{&quot;2026-07-24&quot;:33.42},{&quot;2026-07-25&quot;:33.15},{&quot;2026-07-26&quot;:33.46},{&quot;2026-07-27&quot;:33.44},{&quot;2026-07-28&quot;:34.05},{&quot;2026-07-29&quot;:34.8},{&quot;2026-07-30&quot;:34.44},{&quot;2026-07-31&quot;:34.11},{&quot;2026-08-01&quot;:34.11},{&quot;2026-08-02&quot;:34.63},{&quot;2026-08-03&quot;:34.32},{&quot;2026-08-04&quot;:34.78},{&quot;2026-08-05&quot;:34.75},{&quot;2026-08-07&quot;:34.43},{&quot;2026-08-08&quot;:34.33},{&quot;2026-08-09&quot;:34.54},{&quot;2026-08-10&quot;:34.54},{&quot;2026-08-11&quot;:34.57},{&quot;2026-08-12&quot;:34.49},{&quot;2026-08-13&quot;:34.5},{&quot;2026-08-14&quot;:35.06},{&quot;2026-08-15&quot;:34.84},{&quot;2026-08-16&quot;:34.11},{&quot;2026-08-17&quot;:33.96},{&quot;2026-08-18&quot;:33.29},{&quot;2026-08-19&quot;:32.77},{&quot;2026-08-20&quot;:32.6},{&quot;2026-08-21&quot;:32.09},{&quot;2026-08-22&quot;:31.56},{&quot;2026-08-23&quot;:31.08},{&quot;2026-08-24&quot;:30.86},{&quot;2026-08-25&quot;:30.69},{&quot;2026-08-26&quot;:31.15},{&quot;2026-08-27&quot;:31.15},{&quot;2026-08-28&quot;:30.9},{&quot;2026-08-29&quot;:30.9},{&quot;2026-08-30&quot;:30.88},{&quot;2026-08-31&quot;:30.64},{&quot;2026-09-01&quot;:30.64},{&quot;2026-09-02&quot;:31.19},{&quot;2026-09-03&quot;:31.04},{&quot;2026-09-04&quot;:31.36},{&quot;2026-09-05&quot;:31.22},{&quot;2026-09-06&quot;:31.22},{&quot;2026-09-07&quot;:31.16},{&quot;2026-09-08&quot;:30.95},{&quot;2026-09-09&quot;:30.4},{&quot;2026-09-10&quot;:30.43},{&quot;2026-09-11&quot;:30.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Verdant Catacombs
        </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="Verdant Catacombs" src="https://cards.scryfall.io/large/front/9/4/94c229ea-90da-4aa0-bfda-b162fb3b5b8b.jpg?1783926791" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $30.08
              </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">
                $37.67
              </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">$19.00</span>
              <span class="text-xs text-grey-text">Credit: $24.70</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;:36.45},{&quot;2026-06-11&quot;:36.78},{&quot;2026-06-12&quot;:36.78},{&quot;2026-06-13&quot;:36.78},{&quot;2026-06-14&quot;:36.78},{&quot;2026-06-15&quot;:36.78},{&quot;2026-06-16&quot;:36.78},{&quot;2026-06-17&quot;:37.2},{&quot;2026-06-18&quot;:37.64},{&quot;2026-06-19&quot;:37.64},{&quot;2026-06-20&quot;:37.64},{&quot;2026-06-21&quot;:37.64},{&quot;2026-06-22&quot;:37.64},{&quot;2026-06-23&quot;:37.64},{&quot;2026-06-24&quot;:37.64},{&quot;2026-06-25&quot;:38.02},{&quot;2026-06-26&quot;:38.02},{&quot;2026-06-27&quot;:38.02},{&quot;2026-06-28&quot;:38.02},{&quot;2026-06-29&quot;:38.02},{&quot;2026-06-30&quot;:38.02},{&quot;2026-07-01&quot;:38.02},{&quot;2026-07-02&quot;:38.02},{&quot;2026-07-03&quot;:38.02},{&quot;2026-07-04&quot;:38.02},{&quot;2026-07-05&quot;:38.02},{&quot;2026-07-06&quot;:38.02},{&quot;2026-07-07&quot;:38.33},{&quot;2026-07-08&quot;:38.33},{&quot;2026-07-09&quot;:38.29},{&quot;2026-07-10&quot;:38.29},{&quot;2026-07-11&quot;:38.29},{&quot;2026-07-12&quot;:38.29},{&quot;2026-07-13&quot;:38.29},{&quot;2026-07-14&quot;:38.6},{&quot;2026-07-15&quot;:38.53},{&quot;2026-07-16&quot;:38.53},{&quot;2026-07-17&quot;:38.53},{&quot;2026-07-18&quot;:38.53},{&quot;2026-07-19&quot;:38.53},{&quot;2026-07-20&quot;:38.53},{&quot;2026-07-21&quot;:38.53},{&quot;2026-07-23&quot;:38.53},{&quot;2026-07-25&quot;:38.58},{&quot;2026-07-26&quot;:39.19},{&quot;2026-07-27&quot;:39.19},{&quot;2026-07-29&quot;:39.48},{&quot;2026-07-30&quot;:39.48},{&quot;2026-07-31&quot;:39.48},{&quot;2026-08-01&quot;:39.48},{&quot;2026-08-02&quot;:39.48},{&quot;2026-08-03&quot;:39.48},{&quot;2026-08-04&quot;:39.48},{&quot;2026-08-05&quot;:39.48},{&quot;2026-08-07&quot;:39.52},{&quot;2026-08-08&quot;:39.52},{&quot;2026-08-09&quot;:39.52},{&quot;2026-08-10&quot;:39.52},{&quot;2026-08-11&quot;:39.52},{&quot;2026-08-12&quot;:39.52},{&quot;2026-08-13&quot;:39.52},{&quot;2026-08-14&quot;:39.36},{&quot;2026-08-15&quot;:39.36},{&quot;2026-08-16&quot;:39.36},{&quot;2026-08-17&quot;:39.36},{&quot;2026-08-18&quot;:39.36},{&quot;2026-08-19&quot;:39.0},{&quot;2026-08-20&quot;:39.0},{&quot;2026-08-21&quot;:38.66},{&quot;2026-08-22&quot;:38.33},{&quot;2026-08-23&quot;:38.33},{&quot;2026-08-24&quot;:38.33},{&quot;2026-08-25&quot;:38.33},{&quot;2026-08-26&quot;:38.33},{&quot;2026-08-27&quot;:38.33},{&quot;2026-08-28&quot;:38.07},{&quot;2026-08-29&quot;:38.07},{&quot;2026-08-30&quot;:37.72},{&quot;2026-08-31&quot;:37.72},{&quot;2026-09-01&quot;:37.72},{&quot;2026-09-02&quot;:37.72},{&quot;2026-09-03&quot;:37.72},{&quot;2026-09-04&quot;:37.72},{&quot;2026-09-05&quot;:37.72},{&quot;2026-09-06&quot;:37.72},{&quot;2026-09-07&quot;:37.72},{&quot;2026-09-08&quot;:37.72},{&quot;2026-09-09&quot;:37.81},{&quot;2026-09-10&quot;:37.81},{&quot;2026-09-11&quot;:37.67}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:31.74},{&quot;2026-06-11&quot;:31.81},{&quot;2026-06-12&quot;:32.7},{&quot;2026-06-13&quot;:32.24},{&quot;2026-06-14&quot;:31.87},{&quot;2026-06-15&quot;:32.02},{&quot;2026-06-16&quot;:31.32},{&quot;2026-06-17&quot;:30.8},{&quot;2026-06-18&quot;:30.77},{&quot;2026-06-19&quot;:30.65},{&quot;2026-06-20&quot;:29.77},{&quot;2026-06-21&quot;:29.42},{&quot;2026-06-22&quot;:29.64},{&quot;2026-06-23&quot;:29.26},{&quot;2026-06-24&quot;:29.56},{&quot;2026-06-25&quot;:29.65},{&quot;2026-06-26&quot;:29.85},{&quot;2026-06-27&quot;:29.77},{&quot;2026-06-28&quot;:29.91},{&quot;2026-06-29&quot;:29.79},{&quot;2026-06-30&quot;:29.74},{&quot;2026-07-01&quot;:29.68},{&quot;2026-07-02&quot;:29.5},{&quot;2026-07-03&quot;:28.12},{&quot;2026-07-04&quot;:27.74},{&quot;2026-07-05&quot;:27.53},{&quot;2026-07-06&quot;:27.37},{&quot;2026-07-07&quot;:27.31},{&quot;2026-07-08&quot;:28.24},{&quot;2026-07-09&quot;:28.43},{&quot;2026-07-10&quot;:28.51},{&quot;2026-07-11&quot;:28.46},{&quot;2026-07-12&quot;:28.43},{&quot;2026-07-13&quot;:28.2},{&quot;2026-07-14&quot;:28.31},{&quot;2026-07-15&quot;:28.25},{&quot;2026-07-16&quot;:28.19},{&quot;2026-07-17&quot;:27.75},{&quot;2026-07-18&quot;:26.84},{&quot;2026-07-19&quot;:27.11},{&quot;2026-07-20&quot;:27.01},{&quot;2026-07-21&quot;:27.07},{&quot;2026-07-23&quot;:27.71},{&quot;2026-07-25&quot;:27.92},{&quot;2026-07-26&quot;:27.86},{&quot;2026-07-27&quot;:27.25},{&quot;2026-07-29&quot;:27.42},{&quot;2026-07-30&quot;:27.74},{&quot;2026-07-31&quot;:27.75},{&quot;2026-08-01&quot;:27.81},{&quot;2026-08-02&quot;:27.78},{&quot;2026-08-03&quot;:27.74},{&quot;2026-08-04&quot;:27.73},{&quot;2026-08-05&quot;:27.68},{&quot;2026-08-07&quot;:27.96},{&quot;2026-08-08&quot;:28.12},{&quot;2026-08-09&quot;:28.08},{&quot;2026-08-10&quot;:28.3},{&quot;2026-08-11&quot;:28.31},{&quot;2026-08-12&quot;:28.6},{&quot;2026-08-13&quot;:28.65},{&quot;2026-08-14&quot;:28.59},{&quot;2026-08-15&quot;:28.65},{&quot;2026-08-16&quot;:28.56},{&quot;2026-08-17&quot;:28.26},{&quot;2026-08-18&quot;:28.19},{&quot;2026-08-19&quot;:28.28},{&quot;2026-08-20&quot;:28.28},{&quot;2026-08-21&quot;:28.11},{&quot;2026-08-22&quot;:28.09},{&quot;2026-08-23&quot;:28.38},{&quot;2026-08-24&quot;:28.48},{&quot;2026-08-25&quot;:28.48},{&quot;2026-08-26&quot;:28.86},{&quot;2026-08-27&quot;:28.73},{&quot;2026-08-28&quot;:28.48},{&quot;2026-08-29&quot;:28.48},{&quot;2026-08-30&quot;:27.92},{&quot;2026-08-31&quot;:27.95},{&quot;2026-09-01&quot;:27.95},{&quot;2026-09-02&quot;:28.14},{&quot;2026-09-03&quot;:28.35},{&quot;2026-09-04&quot;:28.69},{&quot;2026-09-05&quot;:28.72},{&quot;2026-09-06&quot;:29.36},{&quot;2026-09-07&quot;:29.22},{&quot;2026-09-08&quot;:29.5},{&quot;2026-09-09&quot;:29.57},{&quot;2026-09-10&quot;:29.85},{&quot;2026-09-11&quot;:30.08}]}"
        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="38138"
  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-jou ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Dictate of Erebos" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9f06db70-95f9-41eb-8e5f-8bc56fd34c09.jpg?1783939437" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dictate of Erebos" src="https://cards.scryfall.io/large/front/9/f/9f06db70-95f9-41eb-8e5f-8bc56fd34c09.jpg?1783939437" />
    </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">
                $15.74
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:30.25},{&quot;2026-06-12&quot;:30.3},{&quot;2026-06-13&quot;:30.3},{&quot;2026-06-14&quot;:30.3},{&quot;2026-06-15&quot;:30.3},{&quot;2026-06-16&quot;:30.3},{&quot;2026-06-17&quot;:30.3},{&quot;2026-06-18&quot;:30.3},{&quot;2026-06-19&quot;:30.32},{&quot;2026-06-20&quot;:30.32},{&quot;2026-06-21&quot;:30.32},{&quot;2026-06-22&quot;:30.32},{&quot;2026-06-23&quot;:30.32},{&quot;2026-06-24&quot;:30.32},{&quot;2026-06-25&quot;:30.32},{&quot;2026-06-26&quot;:30.32},{&quot;2026-06-27&quot;:30.32},{&quot;2026-06-28&quot;:30.32},{&quot;2026-06-29&quot;:30.32},{&quot;2026-06-30&quot;:30.32},{&quot;2026-07-01&quot;:30.32},{&quot;2026-07-02&quot;:30.32},{&quot;2026-07-03&quot;:30.32},{&quot;2026-07-04&quot;:30.32},{&quot;2026-07-05&quot;:30.32},{&quot;2026-07-06&quot;:30.32},{&quot;2026-07-07&quot;:30.32},{&quot;2026-07-08&quot;:30.32},{&quot;2026-07-09&quot;:30.32},{&quot;2026-07-10&quot;:30.32},{&quot;2026-07-11&quot;:30.32},{&quot;2026-07-12&quot;:30.32},{&quot;2026-07-13&quot;:30.32},{&quot;2026-07-14&quot;:30.3},{&quot;2026-07-15&quot;:30.3},{&quot;2026-07-16&quot;:30.3},{&quot;2026-07-17&quot;:30.3},{&quot;2026-07-18&quot;:30.3},{&quot;2026-07-19&quot;:30.3},{&quot;2026-07-20&quot;:30.3},{&quot;2026-07-21&quot;:30.3},{&quot;2026-07-23&quot;:30.33},{&quot;2026-07-25&quot;:30.33},{&quot;2026-07-26&quot;:30.33},{&quot;2026-07-27&quot;:30.33},{&quot;2026-07-28&quot;:30.33},{&quot;2026-07-29&quot;:30.56},{&quot;2026-07-30&quot;:30.56},{&quot;2026-07-31&quot;:30.46},{&quot;2026-08-01&quot;:30.46},{&quot;2026-08-02&quot;:30.56},{&quot;2026-08-03&quot;:30.56},{&quot;2026-08-04&quot;:30.2},{&quot;2026-08-05&quot;:30.2},{&quot;2026-08-07&quot;:30.2},{&quot;2026-08-08&quot;:30.2},{&quot;2026-08-09&quot;:30.2},{&quot;2026-08-10&quot;:30.21},{&quot;2026-08-11&quot;:30.21},{&quot;2026-08-12&quot;:30.21},{&quot;2026-08-13&quot;:30.21},{&quot;2026-08-14&quot;:30.21},{&quot;2026-08-15&quot;:30.22},{&quot;2026-08-16&quot;:30.23},{&quot;2026-08-17&quot;:30.23},{&quot;2026-08-18&quot;:30.23},{&quot;2026-08-19&quot;:30.23},{&quot;2026-08-20&quot;:30.23},{&quot;2026-08-21&quot;:30.23},{&quot;2026-08-22&quot;:30.23},{&quot;2026-08-23&quot;:30.23},{&quot;2026-08-24&quot;:30.23},{&quot;2026-08-25&quot;:30.23},{&quot;2026-08-26&quot;:30.23},{&quot;2026-08-27&quot;:30.23},{&quot;2026-08-28&quot;:30.23},{&quot;2026-08-29&quot;:30.23},{&quot;2026-08-30&quot;:30.23},{&quot;2026-08-31&quot;:30.23},{&quot;2026-09-01&quot;:30.23},{&quot;2026-09-02&quot;:30.02},{&quot;2026-09-03&quot;:30.02},{&quot;2026-09-04&quot;:30.02},{&quot;2026-09-05&quot;:30.02},{&quot;2026-09-06&quot;:30.02},{&quot;2026-09-07&quot;:30.02},{&quot;2026-09-08&quot;:30.02},{&quot;2026-09-09&quot;:30.02},{&quot;2026-09-10&quot;:30.02},{&quot;2026-09-11&quot;:30.02}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:19.49},{&quot;2026-06-12&quot;:19.1},{&quot;2026-06-13&quot;:18.73},{&quot;2026-06-14&quot;:18.72},{&quot;2026-06-15&quot;:18.86},{&quot;2026-06-16&quot;:19.32},{&quot;2026-06-17&quot;:19.23},{&quot;2026-06-18&quot;:19.43},{&quot;2026-06-19&quot;:18.99},{&quot;2026-06-20&quot;:18.08},{&quot;2026-06-21&quot;:17.96},{&quot;2026-06-22&quot;:17.64},{&quot;2026-06-23&quot;:17.7},{&quot;2026-06-24&quot;:17.61},{&quot;2026-06-25&quot;:17.61},{&quot;2026-06-26&quot;:17.55},{&quot;2026-06-27&quot;:17.55},{&quot;2026-06-28&quot;:17.71},{&quot;2026-06-29&quot;:17.33},{&quot;2026-06-30&quot;:16.98},{&quot;2026-07-01&quot;:16.76},{&quot;2026-07-02&quot;:16.76},{&quot;2026-07-03&quot;:16.34},{&quot;2026-07-04&quot;:16.46},{&quot;2026-07-05&quot;:16.93},{&quot;2026-07-06&quot;:16.87},{&quot;2026-07-07&quot;:17.06},{&quot;2026-07-08&quot;:17.11},{&quot;2026-07-09&quot;:17.49},{&quot;2026-07-10&quot;:17.33},{&quot;2026-07-11&quot;:17.23},{&quot;2026-07-12&quot;:17.11},{&quot;2026-07-13&quot;:16.86},{&quot;2026-07-14&quot;:16.74},{&quot;2026-07-15&quot;:16.9},{&quot;2026-07-16&quot;:16.91},{&quot;2026-07-17&quot;:16.82},{&quot;2026-07-18&quot;:16.41},{&quot;2026-07-19&quot;:16.41},{&quot;2026-07-20&quot;:16.96},{&quot;2026-07-21&quot;:17.5},{&quot;2026-07-23&quot;:18.08},{&quot;2026-07-25&quot;:18.2},{&quot;2026-07-26&quot;:18.25},{&quot;2026-07-27&quot;:18.61},{&quot;2026-07-28&quot;:18.33},{&quot;2026-07-29&quot;:18.33},{&quot;2026-07-30&quot;:18.05},{&quot;2026-07-31&quot;:17.8},{&quot;2026-08-01&quot;:17.8},{&quot;2026-08-02&quot;:17.93},{&quot;2026-08-03&quot;:17.41},{&quot;2026-08-04&quot;:17.41},{&quot;2026-08-05&quot;:17.41},{&quot;2026-08-07&quot;:17.08},{&quot;2026-08-08&quot;:17.03},{&quot;2026-08-09&quot;:17.1},{&quot;2026-08-10&quot;:17.13},{&quot;2026-08-11&quot;:17.05},{&quot;2026-08-12&quot;:16.89},{&quot;2026-08-13&quot;:16.74},{&quot;2026-08-14&quot;:16.74},{&quot;2026-08-15&quot;:16.38},{&quot;2026-08-16&quot;:16.53},{&quot;2026-08-17&quot;:16.4},{&quot;2026-08-18&quot;:16.32},{&quot;2026-08-19&quot;:16.33},{&quot;2026-08-20&quot;:16.33},{&quot;2026-08-21&quot;:16.6},{&quot;2026-08-22&quot;:16.77},{&quot;2026-08-23&quot;:17.95},{&quot;2026-08-24&quot;:18.38},{&quot;2026-08-25&quot;:18.38},{&quot;2026-08-26&quot;:19.13},{&quot;2026-08-27&quot;:19.24},{&quot;2026-08-28&quot;:19.93},{&quot;2026-08-29&quot;:19.93},{&quot;2026-08-30&quot;:19.61},{&quot;2026-08-31&quot;:19.0},{&quot;2026-09-01&quot;:19.0},{&quot;2026-09-02&quot;:18.68},{&quot;2026-09-03&quot;:18.68},{&quot;2026-09-04&quot;:18.32},{&quot;2026-09-05&quot;:18.22},{&quot;2026-09-06&quot;:17.91},{&quot;2026-09-07&quot;:17.67},{&quot;2026-09-08&quot;:17.73},{&quot;2026-09-09&quot;:17.01},{&quot;2026-09-10&quot;:16.18},{&quot;2026-09-11&quot;:15.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Purphoros, God of the Forge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fbd25e79-d29b-4b51-9653-3932c980b931.jpg?1783906391" />

        <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">
            Purphoros, God of the Forge
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Purphoros, God of the Forge" src="https://cards.scryfall.io/large/front/f/b/fbd25e79-d29b-4b51-9653-3932c980b931.jpg?1783906391" />
    </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">
                $29.98
              </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">
                $156.91
              </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">$21.00</span>
              <span class="text-xs text-grey-text">Credit: $27.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:105.91},{&quot;2026-06-14&quot;:107.17},{&quot;2026-06-15&quot;:107.17},{&quot;2026-06-16&quot;:108.06},{&quot;2026-06-17&quot;:109.31},{&quot;2026-06-18&quot;:109.31},{&quot;2026-06-19&quot;:110.32},{&quot;2026-06-20&quot;:110.32},{&quot;2026-06-21&quot;:110.32},{&quot;2026-06-22&quot;:112.23},{&quot;2026-06-23&quot;:112.23},{&quot;2026-06-24&quot;:112.23},{&quot;2026-06-25&quot;:114.55},{&quot;2026-06-26&quot;:114.72},{&quot;2026-06-27&quot;:114.72},{&quot;2026-06-28&quot;:114.72},{&quot;2026-06-29&quot;:114.72},{&quot;2026-06-30&quot;:114.72},{&quot;2026-07-01&quot;:114.72},{&quot;2026-07-02&quot;:117.94},{&quot;2026-07-03&quot;:114.45},{&quot;2026-07-04&quot;:114.45},{&quot;2026-07-05&quot;:114.45},{&quot;2026-07-06&quot;:115.74},{&quot;2026-07-07&quot;:115.56},{&quot;2026-07-08&quot;:115.56},{&quot;2026-07-09&quot;:115.56},{&quot;2026-07-10&quot;:116.8},{&quot;2026-07-11&quot;:116.8},{&quot;2026-07-12&quot;:116.8},{&quot;2026-07-13&quot;:118.39},{&quot;2026-07-14&quot;:120.28},{&quot;2026-07-15&quot;:120.28},{&quot;2026-07-16&quot;:120.28},{&quot;2026-07-17&quot;:120.28},{&quot;2026-07-18&quot;:122.32},{&quot;2026-07-19&quot;:122.32},{&quot;2026-07-20&quot;:122.32},{&quot;2026-07-21&quot;:122.32},{&quot;2026-07-22&quot;:121.88},{&quot;2026-07-23&quot;:121.88},{&quot;2026-07-24&quot;:121.88},{&quot;2026-07-25&quot;:121.88},{&quot;2026-07-26&quot;:121.88},{&quot;2026-07-27&quot;:123.83},{&quot;2026-07-28&quot;:123.83},{&quot;2026-07-29&quot;:125.82},{&quot;2026-07-30&quot;:125.82},{&quot;2026-07-31&quot;:125.82},{&quot;2026-08-01&quot;:125.82},{&quot;2026-08-02&quot;:129.41},{&quot;2026-08-03&quot;:129.41},{&quot;2026-08-04&quot;:131.88},{&quot;2026-08-05&quot;:133.94},{&quot;2026-08-07&quot;:138.31},{&quot;2026-08-08&quot;:138.31},{&quot;2026-08-09&quot;:138.31},{&quot;2026-08-10&quot;:138.31},{&quot;2026-08-11&quot;:140.82},{&quot;2026-08-12&quot;:140.82},{&quot;2026-08-13&quot;:140.82},{&quot;2026-08-14&quot;:142.59},{&quot;2026-08-15&quot;:142.59},{&quot;2026-08-16&quot;:144.35},{&quot;2026-08-17&quot;:144.35},{&quot;2026-08-18&quot;:144.35},{&quot;2026-08-19&quot;:144.35},{&quot;2026-08-20&quot;:144.35},{&quot;2026-08-21&quot;:144.35},{&quot;2026-08-22&quot;:145.94},{&quot;2026-08-23&quot;:145.94},{&quot;2026-08-24&quot;:145.94},{&quot;2026-08-25&quot;:145.94},{&quot;2026-08-26&quot;:148.14},{&quot;2026-08-27&quot;:149.15},{&quot;2026-08-28&quot;:149.15},{&quot;2026-08-29&quot;:149.15},{&quot;2026-08-30&quot;:153.07},{&quot;2026-08-31&quot;:153.07},{&quot;2026-09-01&quot;:153.07},{&quot;2026-09-02&quot;:153.07},{&quot;2026-09-03&quot;:155.67},{&quot;2026-09-04&quot;:155.67},{&quot;2026-09-05&quot;:154.42},{&quot;2026-09-06&quot;:154.42},{&quot;2026-09-07&quot;:156.91},{&quot;2026-09-08&quot;:156.91},{&quot;2026-09-09&quot;:156.91},{&quot;2026-09-10&quot;:156.91},{&quot;2026-09-11&quot;:156.91}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:30.27},{&quot;2026-06-14&quot;:29.74},{&quot;2026-06-15&quot;:29.68},{&quot;2026-06-16&quot;:29.91},{&quot;2026-06-17&quot;:29.54},{&quot;2026-06-18&quot;:29.67},{&quot;2026-06-19&quot;:29.56},{&quot;2026-06-20&quot;:29.15},{&quot;2026-06-21&quot;:29.08},{&quot;2026-06-22&quot;:29.15},{&quot;2026-06-23&quot;:30.14},{&quot;2026-06-24&quot;:30.67},{&quot;2026-06-25&quot;:30.15},{&quot;2026-06-26&quot;:30.48},{&quot;2026-06-27&quot;:30.17},{&quot;2026-06-28&quot;:30.67},{&quot;2026-06-29&quot;:30.81},{&quot;2026-06-30&quot;:30.81},{&quot;2026-07-01&quot;:31.27},{&quot;2026-07-02&quot;:31.01},{&quot;2026-07-03&quot;:29.75},{&quot;2026-07-04&quot;:29.08},{&quot;2026-07-05&quot;:27.49},{&quot;2026-07-06&quot;:27.22},{&quot;2026-07-07&quot;:26.95},{&quot;2026-07-08&quot;:27.11},{&quot;2026-07-09&quot;:26.7},{&quot;2026-07-10&quot;:26.92},{&quot;2026-07-11&quot;:26.84},{&quot;2026-07-12&quot;:26.83},{&quot;2026-07-13&quot;:27.11},{&quot;2026-07-14&quot;:27.65},{&quot;2026-07-15&quot;:28.22},{&quot;2026-07-16&quot;:28.87},{&quot;2026-07-17&quot;:29.36},{&quot;2026-07-18&quot;:29.88},{&quot;2026-07-19&quot;:29.7},{&quot;2026-07-20&quot;:29.38},{&quot;2026-07-21&quot;:29.45},{&quot;2026-07-22&quot;:29.62},{&quot;2026-07-23&quot;:29.62},{&quot;2026-07-24&quot;:29.16},{&quot;2026-07-25&quot;:29.11},{&quot;2026-07-26&quot;:29.91},{&quot;2026-07-27&quot;:29.89},{&quot;2026-07-28&quot;:29.89},{&quot;2026-07-29&quot;:30.29},{&quot;2026-07-30&quot;:30.45},{&quot;2026-07-31&quot;:30.68},{&quot;2026-08-01&quot;:30.64},{&quot;2026-08-02&quot;:31.08},{&quot;2026-08-03&quot;:31.06},{&quot;2026-08-04&quot;:30.94},{&quot;2026-08-05&quot;:31.25},{&quot;2026-08-07&quot;:31.64},{&quot;2026-08-08&quot;:31.64},{&quot;2026-08-09&quot;:31.64},{&quot;2026-08-10&quot;:31.43},{&quot;2026-08-11&quot;:31.45},{&quot;2026-08-12&quot;:31.46},{&quot;2026-08-13&quot;:31.51},{&quot;2026-08-14&quot;:31.34},{&quot;2026-08-15&quot;:31.35},{&quot;2026-08-16&quot;:31.22},{&quot;2026-08-17&quot;:31.25},{&quot;2026-08-18&quot;:31.28},{&quot;2026-08-19&quot;:30.89},{&quot;2026-08-20&quot;:30.89},{&quot;2026-08-21&quot;:30.61},{&quot;2026-08-22&quot;:30.52},{&quot;2026-08-23&quot;:30.23},{&quot;2026-08-24&quot;:30.23},{&quot;2026-08-25&quot;:29.78},{&quot;2026-08-26&quot;:30.19},{&quot;2026-08-27&quot;:30.19},{&quot;2026-08-28&quot;:30.33},{&quot;2026-08-29&quot;:30.33},{&quot;2026-08-30&quot;:29.76},{&quot;2026-08-31&quot;:29.76},{&quot;2026-09-01&quot;:29.86},{&quot;2026-09-02&quot;:29.86},{&quot;2026-09-03&quot;:29.65},{&quot;2026-09-04&quot;:29.93},{&quot;2026-09-05&quot;:30.0},{&quot;2026-09-06&quot;:30.03},{&quot;2026-09-07&quot;:30.03},{&quot;2026-09-08&quot;:30.03},{&quot;2026-09-09&quot;:30.02},{&quot;2026-09-10&quot;:30.06},{&quot;2026-09-11&quot;:29.98}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $29.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="Arid Mesa" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/5/25ac5405-df7b-4097-914a-022cb18e20d4.jpg?1783926797" />

        <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">
            Arid Mesa
        </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="Arid Mesa" src="https://cards.scryfall.io/large/front/2/5/25ac5405-df7b-4097-914a-022cb18e20d4.jpg?1783926797" />
    </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">
                $29.68
              </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">
                $36.71
              </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">$24.00</span>
              <span class="text-xs text-grey-text">Credit: $31.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:36.87},{&quot;2026-06-10&quot;:36.67},{&quot;2026-06-11&quot;:36.84},{&quot;2026-06-12&quot;:36.84},{&quot;2026-06-13&quot;:36.71},{&quot;2026-06-14&quot;:36.71},{&quot;2026-06-15&quot;:36.71},{&quot;2026-06-16&quot;:36.71},{&quot;2026-06-17&quot;:36.71},{&quot;2026-06-18&quot;:36.71},{&quot;2026-06-19&quot;:36.79},{&quot;2026-06-20&quot;:36.74},{&quot;2026-06-21&quot;:36.74},{&quot;2026-06-22&quot;:36.74},{&quot;2026-06-24&quot;:37.16},{&quot;2026-06-25&quot;:37.29},{&quot;2026-06-26&quot;:37.29},{&quot;2026-06-27&quot;:37.29},{&quot;2026-06-28&quot;:37.29},{&quot;2026-06-29&quot;:37.29},{&quot;2026-06-30&quot;:37.29},{&quot;2026-07-01&quot;:37.86},{&quot;2026-07-02&quot;:37.86},{&quot;2026-07-03&quot;:37.37},{&quot;2026-07-04&quot;:37.37},{&quot;2026-07-05&quot;:37.53},{&quot;2026-07-06&quot;:37.53},{&quot;2026-07-07&quot;:37.53},{&quot;2026-07-08&quot;:37.53},{&quot;2026-07-09&quot;:37.53},{&quot;2026-07-10&quot;:37.53},{&quot;2026-07-11&quot;:37.53},{&quot;2026-07-12&quot;:37.53},{&quot;2026-07-13&quot;:37.53},{&quot;2026-07-14&quot;:37.54},{&quot;2026-07-15&quot;:37.54},{&quot;2026-07-16&quot;:37.54},{&quot;2026-07-17&quot;:37.54},{&quot;2026-07-18&quot;:37.54},{&quot;2026-07-19&quot;:37.54},{&quot;2026-07-20&quot;:37.54},{&quot;2026-07-21&quot;:37.54},{&quot;2026-07-23&quot;:37.88},{&quot;2026-07-25&quot;:37.88},{&quot;2026-07-26&quot;:37.88},{&quot;2026-07-27&quot;:37.88},{&quot;2026-07-29&quot;:37.88},{&quot;2026-07-30&quot;:37.88},{&quot;2026-07-31&quot;:37.84},{&quot;2026-08-01&quot;:37.45},{&quot;2026-08-02&quot;:37.45},{&quot;2026-08-03&quot;:37.45},{&quot;2026-08-04&quot;:37.45},{&quot;2026-08-05&quot;:37.45},{&quot;2026-08-07&quot;:37.45},{&quot;2026-08-08&quot;:37.45},{&quot;2026-08-09&quot;:37.45},{&quot;2026-08-10&quot;:37.45},{&quot;2026-08-11&quot;:37.41},{&quot;2026-08-12&quot;:37.41},{&quot;2026-08-13&quot;:37.41},{&quot;2026-08-14&quot;:37.41},{&quot;2026-08-15&quot;:37.41},{&quot;2026-08-16&quot;:37.41},{&quot;2026-08-17&quot;:37.41},{&quot;2026-08-18&quot;:37.41},{&quot;2026-08-19&quot;:37.41},{&quot;2026-08-20&quot;:37.41},{&quot;2026-08-21&quot;:37.41},{&quot;2026-08-22&quot;:37.41},{&quot;2026-08-23&quot;:36.87},{&quot;2026-08-24&quot;:36.87},{&quot;2026-08-25&quot;:36.87},{&quot;2026-08-26&quot;:36.87},{&quot;2026-08-27&quot;:36.87},{&quot;2026-08-28&quot;:36.88},{&quot;2026-08-29&quot;:36.88},{&quot;2026-08-30&quot;:36.88},{&quot;2026-08-31&quot;:36.88},{&quot;2026-09-01&quot;:36.88},{&quot;2026-09-02&quot;:36.88},{&quot;2026-09-03&quot;:36.88},{&quot;2026-09-04&quot;:36.76},{&quot;2026-09-05&quot;:36.71},{&quot;2026-09-06&quot;:36.71},{&quot;2026-09-07&quot;:36.71},{&quot;2026-09-08&quot;:36.71},{&quot;2026-09-09&quot;:36.71},{&quot;2026-09-10&quot;:36.71},{&quot;2026-09-11&quot;:36.71}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:32.67},{&quot;2026-06-10&quot;:30.56},{&quot;2026-06-11&quot;:29.9},{&quot;2026-06-12&quot;:28.43},{&quot;2026-06-13&quot;:30.79},{&quot;2026-06-14&quot;:31.35},{&quot;2026-06-15&quot;:31.71},{&quot;2026-06-16&quot;:32.91},{&quot;2026-06-17&quot;:32.87},{&quot;2026-06-18&quot;:32.81},{&quot;2026-06-19&quot;:31.44},{&quot;2026-06-20&quot;:33.3},{&quot;2026-06-21&quot;:33.3},{&quot;2026-06-22&quot;:33.68},{&quot;2026-06-24&quot;:33.4},{&quot;2026-06-25&quot;:32.0},{&quot;2026-06-26&quot;:31.37},{&quot;2026-06-27&quot;:30.06},{&quot;2026-06-28&quot;:30.57},{&quot;2026-06-29&quot;:30.93},{&quot;2026-06-30&quot;:29.52},{&quot;2026-07-01&quot;:29.83},{&quot;2026-07-02&quot;:29.35},{&quot;2026-07-03&quot;:27.94},{&quot;2026-07-04&quot;:27.24},{&quot;2026-07-05&quot;:27.59},{&quot;2026-07-06&quot;:29.58},{&quot;2026-07-07&quot;:30.31},{&quot;2026-07-08&quot;:30.67},{&quot;2026-07-09&quot;:30.6},{&quot;2026-07-10&quot;:29.94},{&quot;2026-07-11&quot;:29.3},{&quot;2026-07-12&quot;:30.11},{&quot;2026-07-13&quot;:30.22},{&quot;2026-07-14&quot;:29.8},{&quot;2026-07-15&quot;:31.07},{&quot;2026-07-16&quot;:29.98},{&quot;2026-07-17&quot;:29.57},{&quot;2026-07-18&quot;:29.67},{&quot;2026-07-19&quot;:29.02},{&quot;2026-07-20&quot;:28.7},{&quot;2026-07-21&quot;:28.74},{&quot;2026-07-23&quot;:27.22},{&quot;2026-07-25&quot;:27.75},{&quot;2026-07-26&quot;:27.81},{&quot;2026-07-27&quot;:27.15},{&quot;2026-07-29&quot;:27.75},{&quot;2026-07-30&quot;:29.3},{&quot;2026-07-31&quot;:30.01},{&quot;2026-08-01&quot;:30.15},{&quot;2026-08-02&quot;:30.2},{&quot;2026-08-03&quot;:29.6},{&quot;2026-08-04&quot;:28.48},{&quot;2026-08-05&quot;:27.71},{&quot;2026-08-07&quot;:28.46},{&quot;2026-08-08&quot;:28.61},{&quot;2026-08-09&quot;:28.01},{&quot;2026-08-10&quot;:27.91},{&quot;2026-08-11&quot;:27.96},{&quot;2026-08-12&quot;:29.97},{&quot;2026-08-13&quot;:30.08},{&quot;2026-08-14&quot;:30.84},{&quot;2026-08-15&quot;:30.74},{&quot;2026-08-16&quot;:30.53},{&quot;2026-08-17&quot;:30.61},{&quot;2026-08-18&quot;:29.83},{&quot;2026-08-19&quot;:29.21},{&quot;2026-08-20&quot;:29.21},{&quot;2026-08-21&quot;:29.67},{&quot;2026-08-22&quot;:29.33},{&quot;2026-08-23&quot;:29.55},{&quot;2026-08-24&quot;:29.58},{&quot;2026-08-25&quot;:29.58},{&quot;2026-08-26&quot;:29.25},{&quot;2026-08-27&quot;:31.07},{&quot;2026-08-28&quot;:31.92},{&quot;2026-08-29&quot;:31.92},{&quot;2026-08-30&quot;:32.84},{&quot;2026-08-31&quot;:32.49},{&quot;2026-09-01&quot;:32.49},{&quot;2026-09-02&quot;:32.61},{&quot;2026-09-03&quot;:32.44},{&quot;2026-09-04&quot;:32.85},{&quot;2026-09-05&quot;:33.04},{&quot;2026-09-06&quot;:33.01},{&quot;2026-09-07&quot;:33.16},{&quot;2026-09-08&quot;:34.03},{&quot;2026-09-09&quot;:32.9},{&quot;2026-09-10&quot;:30.55},{&quot;2026-09-11&quot;:29.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="41923"
  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">
            Otawara, Soaring City
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $29.67
          </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="Otawara, Soaring City" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/486d7edc-d983-41f0-8b78-c99aecd72996.jpg?1783923816" />

        <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">
            Otawara, Soaring City
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Otawara, Soaring City" src="https://cards.scryfall.io/large/front/4/8/486d7edc-d983-41f0-8b78-c99aecd72996.jpg?1783923816" />
    </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">
                $29.67
              </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">
                $30.96
              </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">$22.00</span>
              <span class="text-xs text-grey-text">Credit: $28.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:31.41},{&quot;2026-06-10&quot;:31.67},{&quot;2026-06-11&quot;:31.67},{&quot;2026-06-12&quot;:31.67},{&quot;2026-06-13&quot;:31.63},{&quot;2026-06-14&quot;:32.44},{&quot;2026-06-15&quot;:32.46},{&quot;2026-06-16&quot;:32.46},{&quot;2026-06-17&quot;:32.96},{&quot;2026-06-18&quot;:32.96},{&quot;2026-06-19&quot;:32.96},{&quot;2026-06-20&quot;:32.91},{&quot;2026-06-21&quot;:33.05},{&quot;2026-06-22&quot;:33.06},{&quot;2026-06-24&quot;:33.06},{&quot;2026-06-25&quot;:32.96},{&quot;2026-06-26&quot;:32.96},{&quot;2026-06-27&quot;:32.96},{&quot;2026-06-28&quot;:32.87},{&quot;2026-06-29&quot;:32.87},{&quot;2026-06-30&quot;:32.87},{&quot;2026-07-01&quot;:32.84},{&quot;2026-07-02&quot;:32.84},{&quot;2026-07-03&quot;:32.54},{&quot;2026-07-04&quot;:32.54},{&quot;2026-07-05&quot;:32.54},{&quot;2026-07-06&quot;:32.54},{&quot;2026-07-07&quot;:32.06},{&quot;2026-07-08&quot;:31.91},{&quot;2026-07-09&quot;:31.87},{&quot;2026-07-10&quot;:31.87},{&quot;2026-07-11&quot;:31.87},{&quot;2026-07-12&quot;:31.87},{&quot;2026-07-13&quot;:31.71},{&quot;2026-07-14&quot;:31.71},{&quot;2026-07-15&quot;:31.44},{&quot;2026-07-16&quot;:31.24},{&quot;2026-07-17&quot;:31.24},{&quot;2026-07-18&quot;:31.14},{&quot;2026-07-19&quot;:30.89},{&quot;2026-07-20&quot;:30.89},{&quot;2026-07-21&quot;:30.92},{&quot;2026-07-23&quot;:30.89},{&quot;2026-07-25&quot;:30.89},{&quot;2026-07-26&quot;:30.89},{&quot;2026-07-27&quot;:30.84},{&quot;2026-07-29&quot;:30.81},{&quot;2026-07-30&quot;:30.22},{&quot;2026-07-31&quot;:30.23},{&quot;2026-08-01&quot;:30.23},{&quot;2026-08-02&quot;:30.23},{&quot;2026-08-03&quot;:30.15},{&quot;2026-08-04&quot;:30.15},{&quot;2026-08-05&quot;:30.15},{&quot;2026-08-07&quot;:30.02},{&quot;2026-08-08&quot;:30.02},{&quot;2026-08-09&quot;:30.02},{&quot;2026-08-10&quot;:29.99},{&quot;2026-08-11&quot;:29.95},{&quot;2026-08-12&quot;:29.95},{&quot;2026-08-13&quot;:29.83},{&quot;2026-08-14&quot;:30.44},{&quot;2026-08-15&quot;:30.44},{&quot;2026-08-16&quot;:30.54},{&quot;2026-08-17&quot;:30.54},{&quot;2026-08-18&quot;:30.55},{&quot;2026-08-19&quot;:30.6},{&quot;2026-08-20&quot;:30.6},{&quot;2026-08-21&quot;:30.96},{&quot;2026-08-22&quot;:30.96},{&quot;2026-08-23&quot;:30.96},{&quot;2026-08-24&quot;:31.01},{&quot;2026-08-25&quot;:31.01},{&quot;2026-08-26&quot;:31.11},{&quot;2026-08-27&quot;:31.13},{&quot;2026-08-28&quot;:31.08},{&quot;2026-08-29&quot;:31.08},{&quot;2026-08-30&quot;:31.0},{&quot;2026-08-31&quot;:31.01},{&quot;2026-09-01&quot;:31.01},{&quot;2026-09-02&quot;:31.02},{&quot;2026-09-03&quot;:31.02},{&quot;2026-09-04&quot;:31.02},{&quot;2026-09-05&quot;:31.11},{&quot;2026-09-06&quot;:31.05},{&quot;2026-09-07&quot;:30.93},{&quot;2026-09-08&quot;:30.96},{&quot;2026-09-09&quot;:30.96},{&quot;2026-09-10&quot;:30.96},{&quot;2026-09-11&quot;:30.96}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:32.74},{&quot;2026-06-10&quot;:32.12},{&quot;2026-06-11&quot;:31.87},{&quot;2026-06-12&quot;:31.51},{&quot;2026-06-13&quot;:31.77},{&quot;2026-06-14&quot;:30.83},{&quot;2026-06-15&quot;:30.88},{&quot;2026-06-16&quot;:30.88},{&quot;2026-06-17&quot;:30.65},{&quot;2026-06-18&quot;:30.53},{&quot;2026-06-19&quot;:30.21},{&quot;2026-06-20&quot;:30.1},{&quot;2026-06-21&quot;:29.49},{&quot;2026-06-22&quot;:28.67},{&quot;2026-06-24&quot;:28.46},{&quot;2026-06-25&quot;:28.25},{&quot;2026-06-26&quot;:27.84},{&quot;2026-06-27&quot;:27.6},{&quot;2026-06-28&quot;:27.49},{&quot;2026-06-29&quot;:27.45},{&quot;2026-06-30&quot;:27.6},{&quot;2026-07-01&quot;:27.62},{&quot;2026-07-02&quot;:27.55},{&quot;2026-07-03&quot;:27.6},{&quot;2026-07-04&quot;:27.79},{&quot;2026-07-05&quot;:27.87},{&quot;2026-07-06&quot;:27.8},{&quot;2026-07-07&quot;:27.49},{&quot;2026-07-08&quot;:27.31},{&quot;2026-07-09&quot;:27.5},{&quot;2026-07-10&quot;:27.39},{&quot;2026-07-11&quot;:27.56},{&quot;2026-07-12&quot;:27.66},{&quot;2026-07-13&quot;:27.73},{&quot;2026-07-14&quot;:27.13},{&quot;2026-07-15&quot;:26.94},{&quot;2026-07-16&quot;:26.89},{&quot;2026-07-17&quot;:26.84},{&quot;2026-07-18&quot;:26.6},{&quot;2026-07-19&quot;:26.78},{&quot;2026-07-20&quot;:27.18},{&quot;2026-07-21&quot;:27.31},{&quot;2026-07-23&quot;:27.36},{&quot;2026-07-25&quot;:27.49},{&quot;2026-07-26&quot;:27.47},{&quot;2026-07-27&quot;:27.45},{&quot;2026-07-29&quot;:28.04},{&quot;2026-07-30&quot;:28.23},{&quot;2026-07-31&quot;:28.77},{&quot;2026-08-01&quot;:28.89},{&quot;2026-08-02&quot;:28.63},{&quot;2026-08-03&quot;:28.56},{&quot;2026-08-04&quot;:28.45},{&quot;2026-08-05&quot;:28.43},{&quot;2026-08-07&quot;:28.09},{&quot;2026-08-08&quot;:28.27},{&quot;2026-08-09&quot;:28.46},{&quot;2026-08-10&quot;:28.56},{&quot;2026-08-11&quot;:28.84},{&quot;2026-08-12&quot;:29.1},{&quot;2026-08-13&quot;:28.92},{&quot;2026-08-14&quot;:28.78},{&quot;2026-08-15&quot;:28.77},{&quot;2026-08-16&quot;:28.83},{&quot;2026-08-17&quot;:29.05},{&quot;2026-08-18&quot;:28.74},{&quot;2026-08-19&quot;:28.78},{&quot;2026-08-20&quot;:28.78},{&quot;2026-08-21&quot;:28.37},{&quot;2026-08-22&quot;:28.11},{&quot;2026-08-23&quot;:28.12},{&quot;2026-08-24&quot;:28.3},{&quot;2026-08-25&quot;:28.3},{&quot;2026-08-26&quot;:28.21},{&quot;2026-08-27&quot;:28.21},{&quot;2026-08-28&quot;:28.53},{&quot;2026-08-29&quot;:28.53},{&quot;2026-08-30&quot;:28.62},{&quot;2026-08-31&quot;:28.9},{&quot;2026-09-01&quot;:28.9},{&quot;2026-09-02&quot;:28.62},{&quot;2026-09-03&quot;:28.44},{&quot;2026-09-04&quot;:28.56},{&quot;2026-09-05&quot;:28.33},{&quot;2026-09-06&quot;:28.13},{&quot;2026-09-07&quot;:28.33},{&quot;2026-09-08&quot;:29.05},{&quot;2026-09-09&quot;:29.13},{&quot;2026-09-10&quot;:29.59},{&quot;2026-09-11&quot;:29.67}]}"
        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="93146"
  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">
            Craterhoof Behemoth
        </span>


      </div>

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

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

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

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

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

        <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">
            Craterhoof Behemoth
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Craterhoof Behemoth" src="https://cards.scryfall.io/large/front/2/7/276f5cee-a501-4658-bd4d-7a044bf1ccbc.jpg?1743204520" />
    </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">
                $29.64
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  18%
                </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">
                $25.43
              </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">$20.50</span>
              <span class="text-xs text-grey-text">Credit: $26.65</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:21.91},{&quot;2026-06-14&quot;:21.92},{&quot;2026-06-15&quot;:21.92},{&quot;2026-06-16&quot;:22.17},{&quot;2026-06-17&quot;:22.17},{&quot;2026-06-18&quot;:22.17},{&quot;2026-06-19&quot;:21.73},{&quot;2026-06-20&quot;:21.88},{&quot;2026-06-21&quot;:22.02},{&quot;2026-06-22&quot;:22.02},{&quot;2026-06-23&quot;:22.02},{&quot;2026-06-24&quot;:21.47},{&quot;2026-06-25&quot;:21.47},{&quot;2026-06-26&quot;:21.47},{&quot;2026-06-27&quot;:21.47},{&quot;2026-06-28&quot;:22.2},{&quot;2026-06-29&quot;:22.2},{&quot;2026-06-30&quot;:22.2},{&quot;2026-07-01&quot;:22.15},{&quot;2026-07-02&quot;:21.94},{&quot;2026-07-03&quot;:21.94},{&quot;2026-07-04&quot;:21.94},{&quot;2026-07-05&quot;:21.73},{&quot;2026-07-06&quot;:21.73},{&quot;2026-07-07&quot;:21.73},{&quot;2026-07-08&quot;:21.73},{&quot;2026-07-09&quot;:21.73},{&quot;2026-07-10&quot;:21.72},{&quot;2026-07-11&quot;:21.72},{&quot;2026-07-12&quot;:21.6},{&quot;2026-07-13&quot;:21.6},{&quot;2026-07-14&quot;:21.6},{&quot;2026-07-15&quot;:21.86},{&quot;2026-07-16&quot;:22.3},{&quot;2026-07-17&quot;:22.3},{&quot;2026-07-18&quot;:22.34},{&quot;2026-07-19&quot;:22.38},{&quot;2026-07-20&quot;:22.05},{&quot;2026-07-21&quot;:22.19},{&quot;2026-07-22&quot;:21.96},{&quot;2026-07-23&quot;:21.96},{&quot;2026-07-24&quot;:21.96},{&quot;2026-07-25&quot;:21.96},{&quot;2026-07-26&quot;:22.03},{&quot;2026-07-27&quot;:22.47},{&quot;2026-07-28&quot;:22.47},{&quot;2026-07-29&quot;:22.82},{&quot;2026-07-30&quot;:22.93},{&quot;2026-07-31&quot;:23.29},{&quot;2026-08-01&quot;:23.29},{&quot;2026-08-02&quot;:23.49},{&quot;2026-08-03&quot;:23.49},{&quot;2026-08-04&quot;:23.49},{&quot;2026-08-05&quot;:23.49},{&quot;2026-08-07&quot;:23.76},{&quot;2026-08-08&quot;:23.87},{&quot;2026-08-09&quot;:23.87},{&quot;2026-08-10&quot;:23.87},{&quot;2026-08-11&quot;:23.65},{&quot;2026-08-12&quot;:23.3},{&quot;2026-08-13&quot;:23.3},{&quot;2026-08-14&quot;:23.41},{&quot;2026-08-15&quot;:23.35},{&quot;2026-08-16&quot;:23.5},{&quot;2026-08-17&quot;:23.36},{&quot;2026-08-18&quot;:23.33},{&quot;2026-08-19&quot;:23.33},{&quot;2026-08-20&quot;:23.33},{&quot;2026-08-21&quot;:23.33},{&quot;2026-08-22&quot;:23.43},{&quot;2026-08-23&quot;:23.43},{&quot;2026-08-24&quot;:23.43},{&quot;2026-08-25&quot;:23.43},{&quot;2026-08-26&quot;:23.41},{&quot;2026-08-27&quot;:24.09},{&quot;2026-08-28&quot;:24.09},{&quot;2026-08-29&quot;:24.09},{&quot;2026-08-30&quot;:24.02},{&quot;2026-08-31&quot;:23.92},{&quot;2026-09-01&quot;:23.92},{&quot;2026-09-02&quot;:23.82},{&quot;2026-09-03&quot;:24.49},{&quot;2026-09-04&quot;:24.49},{&quot;2026-09-05&quot;:24.54},{&quot;2026-09-06&quot;:25.32},{&quot;2026-09-07&quot;:25.99},{&quot;2026-09-08&quot;:25.95},{&quot;2026-09-09&quot;:25.95},{&quot;2026-09-10&quot;:25.39},{&quot;2026-09-11&quot;:25.43}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:20.32},{&quot;2026-06-14&quot;:19.85},{&quot;2026-06-15&quot;:19.68},{&quot;2026-06-16&quot;:19.8},{&quot;2026-06-17&quot;:19.06},{&quot;2026-06-18&quot;:19.26},{&quot;2026-06-19&quot;:20.1},{&quot;2026-06-20&quot;:20.64},{&quot;2026-06-21&quot;:20.81},{&quot;2026-06-22&quot;:21.29},{&quot;2026-06-23&quot;:21.03},{&quot;2026-06-24&quot;:20.55},{&quot;2026-06-25&quot;:20.56},{&quot;2026-06-26&quot;:20.39},{&quot;2026-06-27&quot;:20.3},{&quot;2026-06-28&quot;:21.02},{&quot;2026-06-29&quot;:21.23},{&quot;2026-06-30&quot;:21.19},{&quot;2026-07-01&quot;:21.43},{&quot;2026-07-02&quot;:21.54},{&quot;2026-07-03&quot;:22.23},{&quot;2026-07-04&quot;:22.16},{&quot;2026-07-05&quot;:21.96},{&quot;2026-07-06&quot;:21.67},{&quot;2026-07-07&quot;:22.13},{&quot;2026-07-08&quot;:22.0},{&quot;2026-07-09&quot;:21.37},{&quot;2026-07-10&quot;:21.37},{&quot;2026-07-11&quot;:21.63},{&quot;2026-07-12&quot;:21.09},{&quot;2026-07-13&quot;:21.68},{&quot;2026-07-14&quot;:21.04},{&quot;2026-07-15&quot;:21.4},{&quot;2026-07-16&quot;:22.04},{&quot;2026-07-17&quot;:22.65},{&quot;2026-07-18&quot;:22.99},{&quot;2026-07-19&quot;:22.79},{&quot;2026-07-20&quot;:23.89},{&quot;2026-07-21&quot;:23.52},{&quot;2026-07-22&quot;:22.84},{&quot;2026-07-23&quot;:23.28},{&quot;2026-07-24&quot;:23.83},{&quot;2026-07-25&quot;:23.84},{&quot;2026-07-26&quot;:24.2},{&quot;2026-07-27&quot;:22.98},{&quot;2026-07-28&quot;:23.99},{&quot;2026-07-29&quot;:23.59},{&quot;2026-07-30&quot;:23.4},{&quot;2026-07-31&quot;:24.97},{&quot;2026-08-01&quot;:25.93},{&quot;2026-08-02&quot;:26.11},{&quot;2026-08-03&quot;:26.27},{&quot;2026-08-04&quot;:25.88},{&quot;2026-08-05&quot;:26.05},{&quot;2026-08-07&quot;:24.31},{&quot;2026-08-08&quot;:23.39},{&quot;2026-08-09&quot;:21.57},{&quot;2026-08-10&quot;:21.52},{&quot;2026-08-11&quot;:22.29},{&quot;2026-08-12&quot;:22.23},{&quot;2026-08-13&quot;:22.22},{&quot;2026-08-14&quot;:22.16},{&quot;2026-08-15&quot;:22.0},{&quot;2026-08-16&quot;:22.19},{&quot;2026-08-17&quot;:23.07},{&quot;2026-08-18&quot;:24.78},{&quot;2026-08-19&quot;:24.22},{&quot;2026-08-20&quot;:23.77},{&quot;2026-08-21&quot;:24.37},{&quot;2026-08-22&quot;:23.92},{&quot;2026-08-23&quot;:23.89},{&quot;2026-08-24&quot;:24.69},{&quot;2026-08-25&quot;:24.67},{&quot;2026-08-26&quot;:23.1},{&quot;2026-08-27&quot;:23.0},{&quot;2026-08-28&quot;:23.01},{&quot;2026-08-29&quot;:23.01},{&quot;2026-08-30&quot;:23.83},{&quot;2026-08-31&quot;:24.4},{&quot;2026-09-01&quot;:24.65},{&quot;2026-09-02&quot;:25.2},{&quot;2026-09-03&quot;:24.52},{&quot;2026-09-04&quot;:25.11},{&quot;2026-09-05&quot;:25.1},{&quot;2026-09-06&quot;:25.11},{&quot;2026-09-07&quot;:25.41},{&quot;2026-09-08&quot;:28.33},{&quot;2026-09-09&quot;:28.4},{&quot;2026-09-10&quot;:28.55},{&quot;2026-09-11&quot;:29.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="92364"
  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">
            The First Sliver
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $29.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="The First Sliver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/4/24b23aef-6aca-4316-b904-76d4d1070e95.jpg?1783907947" />

        <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 First Sliver
        </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 — Sliver</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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="The First Sliver" src="https://cards.scryfall.io/large/front/2/4/24b23aef-6aca-4316-b904-76d4d1070e95.jpg?1783907947" />
    </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">
                $29.54
              </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">$19.00</span>
              <span class="text-xs text-grey-text">Credit: $24.70</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;:28.62},{&quot;2026-06-10&quot;:29.09},{&quot;2026-06-11&quot;:29.0},{&quot;2026-06-12&quot;:29.06},{&quot;2026-06-13&quot;:28.57},{&quot;2026-06-14&quot;:28.86},{&quot;2026-06-15&quot;:28.86},{&quot;2026-06-16&quot;:29.23},{&quot;2026-06-17&quot;:29.23},{&quot;2026-06-18&quot;:29.23},{&quot;2026-06-19&quot;:29.41},{&quot;2026-06-20&quot;:29.39},{&quot;2026-06-21&quot;:29.5},{&quot;2026-06-22&quot;:29.5},{&quot;2026-06-24&quot;:29.5},{&quot;2026-06-25&quot;:29.5},{&quot;2026-06-26&quot;:29.5},{&quot;2026-06-27&quot;:29.78},{&quot;2026-06-28&quot;:30.07},{&quot;2026-06-29&quot;:30.09},{&quot;2026-06-30&quot;:30.65},{&quot;2026-07-01&quot;:30.65},{&quot;2026-07-02&quot;:31.09},{&quot;2026-07-03&quot;:31.09},{&quot;2026-07-04&quot;:31.09},{&quot;2026-07-05&quot;:31.41},{&quot;2026-07-06&quot;:31.41},{&quot;2026-07-07&quot;:31.41},{&quot;2026-07-08&quot;:31.41},{&quot;2026-07-09&quot;:30.84},{&quot;2026-07-10&quot;:30.18},{&quot;2026-07-11&quot;:29.46},{&quot;2026-07-12&quot;:29.46},{&quot;2026-07-13&quot;:29.47},{&quot;2026-07-14&quot;:29.43},{&quot;2026-07-15&quot;:29.43},{&quot;2026-07-16&quot;:29.43},{&quot;2026-07-17&quot;:29.39},{&quot;2026-07-18&quot;:29.34},{&quot;2026-07-19&quot;:28.85},{&quot;2026-07-20&quot;:28.85},{&quot;2026-07-21&quot;:28.82},{&quot;2026-07-23&quot;:28.31},{&quot;2026-07-25&quot;:27.98},{&quot;2026-07-26&quot;:27.72},{&quot;2026-07-27&quot;:28.18},{&quot;2026-07-29&quot;:27.92},{&quot;2026-07-30&quot;:28.33},{&quot;2026-07-31&quot;:28.33},{&quot;2026-08-01&quot;:28.33},{&quot;2026-08-02&quot;:28.73},{&quot;2026-08-03&quot;:28.86},{&quot;2026-08-04&quot;:28.97},{&quot;2026-08-05&quot;:28.97},{&quot;2026-08-07&quot;:28.97},{&quot;2026-08-08&quot;:28.97},{&quot;2026-08-09&quot;:28.97},{&quot;2026-08-10&quot;:28.97},{&quot;2026-08-11&quot;:28.97},{&quot;2026-08-12&quot;:28.97},{&quot;2026-08-13&quot;:28.97},{&quot;2026-08-14&quot;:28.97},{&quot;2026-08-15&quot;:28.96},{&quot;2026-08-16&quot;:28.96},{&quot;2026-08-17&quot;:28.96},{&quot;2026-08-18&quot;:28.96},{&quot;2026-08-19&quot;:28.96},{&quot;2026-08-20&quot;:28.96},{&quot;2026-08-21&quot;:28.62},{&quot;2026-08-22&quot;:28.43},{&quot;2026-08-23&quot;:28.43},{&quot;2026-08-24&quot;:28.43},{&quot;2026-08-25&quot;:28.43},{&quot;2026-08-26&quot;:29.02},{&quot;2026-08-27&quot;:29.26},{&quot;2026-08-28&quot;:29.26},{&quot;2026-08-29&quot;:29.26},{&quot;2026-08-30&quot;:29.53},{&quot;2026-08-31&quot;:29.53},{&quot;2026-09-01&quot;:29.53},{&quot;2026-09-02&quot;:29.48},{&quot;2026-09-03&quot;:29.48},{&quot;2026-09-04&quot;:29.55},{&quot;2026-09-05&quot;:29.55},{&quot;2026-09-06&quot;:29.55},{&quot;2026-09-07&quot;:29.55},{&quot;2026-09-08&quot;:29.55},{&quot;2026-09-09&quot;:29.55},{&quot;2026-09-10&quot;:29.55},{&quot;2026-09-11&quot;:29.54}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20577"
  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">
            Animar, Soul of Elements
        </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">
            $29.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="Animar, Soul of Elements" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a3da57d0-1ae3-4f05-a52d-eb76ad56cae7.jpg?1783921859" />

        <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">
            Animar, Soul of Elements
        </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-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="Animar, Soul of Elements" src="https://cards.scryfall.io/large/front/a/3/a3da57d0-1ae3-4f05-a52d-eb76ad56cae7.jpg?1783921859" />
    </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">
                $29.35
              </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">
                $52.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 Regular</span>
              <span class="text-lg font-medium text-nine-white">$15.50</span>
              <span class="text-xs text-grey-text">Credit: $20.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-11&quot;:56.23},{&quot;2026-06-12&quot;:56.23},{&quot;2026-06-13&quot;:56.23},{&quot;2026-06-14&quot;:56.23},{&quot;2026-06-15&quot;:56.23},{&quot;2026-06-16&quot;:56.23},{&quot;2026-06-17&quot;:56.23},{&quot;2026-06-18&quot;:56.23},{&quot;2026-06-19&quot;:56.23},{&quot;2026-06-20&quot;:56.23},{&quot;2026-06-21&quot;:56.23},{&quot;2026-06-22&quot;:56.23},{&quot;2026-06-23&quot;:56.23},{&quot;2026-06-24&quot;:56.23},{&quot;2026-06-25&quot;:56.23},{&quot;2026-06-26&quot;:56.23},{&quot;2026-06-27&quot;:56.23},{&quot;2026-06-28&quot;:56.23},{&quot;2026-06-29&quot;:56.23},{&quot;2026-06-30&quot;:56.23},{&quot;2026-07-01&quot;:56.23},{&quot;2026-07-02&quot;:56.23},{&quot;2026-07-03&quot;:56.23},{&quot;2026-07-04&quot;:56.23},{&quot;2026-07-05&quot;:56.23},{&quot;2026-07-06&quot;:56.23},{&quot;2026-07-07&quot;:56.23},{&quot;2026-07-08&quot;:56.23},{&quot;2026-07-09&quot;:57.58},{&quot;2026-07-10&quot;:58.7},{&quot;2026-07-11&quot;:58.7},{&quot;2026-07-12&quot;:58.7},{&quot;2026-07-13&quot;:58.7},{&quot;2026-07-14&quot;:58.7},{&quot;2026-07-15&quot;:58.7},{&quot;2026-07-16&quot;:58.7},{&quot;2026-07-17&quot;:58.7},{&quot;2026-07-18&quot;:58.7},{&quot;2026-07-19&quot;:58.7},{&quot;2026-07-20&quot;:58.7},{&quot;2026-07-21&quot;:58.7},{&quot;2026-07-23&quot;:58.7},{&quot;2026-07-25&quot;:57.78},{&quot;2026-07-26&quot;:57.78},{&quot;2026-07-27&quot;:57.78},{&quot;2026-07-28&quot;:57.78},{&quot;2026-07-29&quot;:57.78},{&quot;2026-07-30&quot;:57.78},{&quot;2026-07-31&quot;:57.15},{&quot;2026-08-01&quot;:57.15},{&quot;2026-08-02&quot;:57.15},{&quot;2026-08-03&quot;:57.15},{&quot;2026-08-04&quot;:56.46},{&quot;2026-08-05&quot;:56.51},{&quot;2026-08-07&quot;:56.51},{&quot;2026-08-08&quot;:56.51},{&quot;2026-08-09&quot;:56.66},{&quot;2026-08-10&quot;:56.66},{&quot;2026-08-11&quot;:56.96},{&quot;2026-08-12&quot;:56.96},{&quot;2026-08-13&quot;:57.23},{&quot;2026-08-14&quot;:57.23},{&quot;2026-08-15&quot;:57.23},{&quot;2026-08-16&quot;:57.23},{&quot;2026-08-17&quot;:57.6},{&quot;2026-08-18&quot;:57.6},{&quot;2026-08-19&quot;:56.94},{&quot;2026-08-20&quot;:56.94},{&quot;2026-08-21&quot;:56.1},{&quot;2026-08-22&quot;:56.1},{&quot;2026-08-23&quot;:56.1},{&quot;2026-08-24&quot;:53.55},{&quot;2026-08-25&quot;:53.55},{&quot;2026-08-26&quot;:52.46},{&quot;2026-08-27&quot;:52.46},{&quot;2026-08-28&quot;:52.46},{&quot;2026-08-29&quot;:52.46},{&quot;2026-08-30&quot;:52.46},{&quot;2026-08-31&quot;:52.46},{&quot;2026-09-01&quot;:52.46},{&quot;2026-09-02&quot;:52.46},{&quot;2026-09-03&quot;:52.46},{&quot;2026-09-04&quot;:52.46},{&quot;2026-09-05&quot;:52.46},{&quot;2026-09-06&quot;:52.63},{&quot;2026-09-07&quot;:52.63},{&quot;2026-09-08&quot;:52.63},{&quot;2026-09-09&quot;:52.63},{&quot;2026-09-10&quot;:52.63},{&quot;2026-09-11&quot;:52.63}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:36.9},{&quot;2026-06-12&quot;:35.74},{&quot;2026-06-13&quot;:36.53},{&quot;2026-06-14&quot;:36.34},{&quot;2026-06-15&quot;:36.46},{&quot;2026-06-16&quot;:36.43},{&quot;2026-06-17&quot;:35.7},{&quot;2026-06-18&quot;:35.7},{&quot;2026-06-19&quot;:35.7},{&quot;2026-06-20&quot;:36.13},{&quot;2026-06-21&quot;:36.13},{&quot;2026-06-22&quot;:36.05},{&quot;2026-06-23&quot;:35.5},{&quot;2026-06-24&quot;:35.15},{&quot;2026-06-25&quot;:34.22},{&quot;2026-06-26&quot;:34.13},{&quot;2026-06-27&quot;:34.13},{&quot;2026-06-28&quot;:34.13},{&quot;2026-06-29&quot;:33.81},{&quot;2026-06-30&quot;:33.47},{&quot;2026-07-01&quot;:33.64},{&quot;2026-07-02&quot;:33.76},{&quot;2026-07-03&quot;:33.69},{&quot;2026-07-04&quot;:33.69},{&quot;2026-07-05&quot;:33.91},{&quot;2026-07-06&quot;:33.91},{&quot;2026-07-07&quot;:33.6},{&quot;2026-07-08&quot;:33.6},{&quot;2026-07-09&quot;:33.6},{&quot;2026-07-10&quot;:33.6},{&quot;2026-07-11&quot;:33.44},{&quot;2026-07-12&quot;:33.44},{&quot;2026-07-13&quot;:32.97},{&quot;2026-07-14&quot;:32.32},{&quot;2026-07-15&quot;:31.27},{&quot;2026-07-16&quot;:30.94},{&quot;2026-07-17&quot;:30.94},{&quot;2026-07-18&quot;:30.94},{&quot;2026-07-19&quot;:30.94},{&quot;2026-07-20&quot;:31.22},{&quot;2026-07-21&quot;:31.15},{&quot;2026-07-23&quot;:30.54},{&quot;2026-07-25&quot;:30.67},{&quot;2026-07-26&quot;:30.46},{&quot;2026-07-27&quot;:29.81},{&quot;2026-07-28&quot;:29.81},{&quot;2026-07-29&quot;:29.81},{&quot;2026-07-30&quot;:29.7},{&quot;2026-07-31&quot;:29.52},{&quot;2026-08-01&quot;:29.94},{&quot;2026-08-02&quot;:30.18},{&quot;2026-08-03&quot;:30.18},{&quot;2026-08-04&quot;:30.18},{&quot;2026-08-05&quot;:30.06},{&quot;2026-08-07&quot;:30.36},{&quot;2026-08-08&quot;:30.61},{&quot;2026-08-09&quot;:30.29},{&quot;2026-08-10&quot;:30.42},{&quot;2026-08-11&quot;:30.42},{&quot;2026-08-12&quot;:30.42},{&quot;2026-08-13&quot;:30.42},{&quot;2026-08-14&quot;:30.32},{&quot;2026-08-15&quot;:30.35},{&quot;2026-08-16&quot;:30.19},{&quot;2026-08-17&quot;:29.91},{&quot;2026-08-18&quot;:29.88},{&quot;2026-08-19&quot;:30.11},{&quot;2026-08-20&quot;:30.11},{&quot;2026-08-21&quot;:30.11},{&quot;2026-08-22&quot;:30.08},{&quot;2026-08-23&quot;:30.08},{&quot;2026-08-24&quot;:30.48},{&quot;2026-08-25&quot;:30.48},{&quot;2026-08-26&quot;:30.77},{&quot;2026-08-27&quot;:30.77},{&quot;2026-08-28&quot;:30.77},{&quot;2026-08-29&quot;:30.77},{&quot;2026-08-30&quot;:30.43},{&quot;2026-08-31&quot;:30.43},{&quot;2026-09-01&quot;:30.43},{&quot;2026-09-02&quot;:30.05},{&quot;2026-09-03&quot;:29.96},{&quot;2026-09-04&quot;:29.96},{&quot;2026-09-05&quot;:29.89},{&quot;2026-09-06&quot;:29.95},{&quot;2026-09-07&quot;:29.52},{&quot;2026-09-08&quot;:29.49},{&quot;2026-09-09&quot;:29.41},{&quot;2026-09-10&quot;:29.41},{&quot;2026-09-11&quot;:29.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="79698"
  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">
            Yawgmoth, Thran Physician
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Yawgmoth, Thran Physician" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/81564970-23ad-41a3-b5e0-21bdf13f6248.jpg?1783927727" />

        <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">
            Yawgmoth, Thran Physician
        </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">Legendary Creature — Human 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-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="Yawgmoth, Thran Physician" src="https://cards.scryfall.io/large/front/8/1/81564970-23ad-41a3-b5e0-21bdf13f6248.jpg?1783927727" />
    </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">
                $29.22
              </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">
                $101.60
              </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">$15.00</span>
              <span class="text-xs text-grey-text">Credit: $19.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-10&quot;:85.44},{&quot;2026-06-11&quot;:85.44},{&quot;2026-06-12&quot;:85.44},{&quot;2026-06-13&quot;:85.44},{&quot;2026-06-14&quot;:85.44},{&quot;2026-06-15&quot;:85.44},{&quot;2026-06-16&quot;:85.67},{&quot;2026-06-17&quot;:85.67},{&quot;2026-06-18&quot;:85.67},{&quot;2026-06-19&quot;:85.67},{&quot;2026-06-20&quot;:85.67},{&quot;2026-06-21&quot;:86.89},{&quot;2026-06-22&quot;:86.89},{&quot;2026-06-23&quot;:86.89},{&quot;2026-06-24&quot;:88.18},{&quot;2026-06-25&quot;:88.18},{&quot;2026-06-26&quot;:88.18},{&quot;2026-06-27&quot;:88.18},{&quot;2026-06-28&quot;:88.18},{&quot;2026-06-29&quot;:88.18},{&quot;2026-06-30&quot;:88.18},{&quot;2026-07-01&quot;:88.18},{&quot;2026-07-02&quot;:88.18},{&quot;2026-07-03&quot;:89.71},{&quot;2026-07-04&quot;:90.91},{&quot;2026-07-05&quot;:90.91},{&quot;2026-07-06&quot;:90.91},{&quot;2026-07-07&quot;:90.73},{&quot;2026-07-08&quot;:90.73},{&quot;2026-07-09&quot;:90.73},{&quot;2026-07-10&quot;:90.73},{&quot;2026-07-11&quot;:90.73},{&quot;2026-07-12&quot;:90.73},{&quot;2026-07-13&quot;:90.73},{&quot;2026-07-14&quot;:90.73},{&quot;2026-07-15&quot;:90.73},{&quot;2026-07-16&quot;:90.73},{&quot;2026-07-17&quot;:90.73},{&quot;2026-07-18&quot;:90.73},{&quot;2026-07-19&quot;:89.96},{&quot;2026-07-20&quot;:89.96},{&quot;2026-07-21&quot;:89.96},{&quot;2026-07-23&quot;:91.37},{&quot;2026-07-25&quot;:91.37},{&quot;2026-07-26&quot;:92.95},{&quot;2026-07-27&quot;:92.95},{&quot;2026-07-29&quot;:92.95},{&quot;2026-07-30&quot;:92.95},{&quot;2026-07-31&quot;:92.19},{&quot;2026-08-01&quot;:92.19},{&quot;2026-08-02&quot;:93.26},{&quot;2026-08-03&quot;:93.26},{&quot;2026-08-04&quot;:93.07},{&quot;2026-08-05&quot;:93.07},{&quot;2026-08-07&quot;:94.41},{&quot;2026-08-08&quot;:94.7},{&quot;2026-08-09&quot;:94.7},{&quot;2026-08-10&quot;:94.7},{&quot;2026-08-11&quot;:94.7},{&quot;2026-08-12&quot;:96.11},{&quot;2026-08-13&quot;:97.98},{&quot;2026-08-14&quot;:97.98},{&quot;2026-08-15&quot;:97.98},{&quot;2026-08-16&quot;:97.98},{&quot;2026-08-17&quot;:97.98},{&quot;2026-08-18&quot;:97.98},{&quot;2026-08-19&quot;:97.98},{&quot;2026-08-20&quot;:97.98},{&quot;2026-08-21&quot;:99.82},{&quot;2026-08-22&quot;:99.82},{&quot;2026-08-23&quot;:99.82},{&quot;2026-08-24&quot;:99.82},{&quot;2026-08-25&quot;:99.82},{&quot;2026-08-26&quot;:99.82},{&quot;2026-08-27&quot;:99.82},{&quot;2026-08-28&quot;:99.82},{&quot;2026-08-29&quot;:99.82},{&quot;2026-08-30&quot;:99.82},{&quot;2026-08-31&quot;:99.82},{&quot;2026-09-01&quot;:99.82},{&quot;2026-09-02&quot;:99.82},{&quot;2026-09-03&quot;:99.82},{&quot;2026-09-04&quot;:99.82},{&quot;2026-09-05&quot;:99.82},{&quot;2026-09-06&quot;:99.82},{&quot;2026-09-07&quot;:99.82},{&quot;2026-09-08&quot;:101.6},{&quot;2026-09-09&quot;:101.6},{&quot;2026-09-10&quot;:101.6},{&quot;2026-09-11&quot;:101.6}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:35.45},{&quot;2026-06-11&quot;:35.42},{&quot;2026-06-12&quot;:35.37},{&quot;2026-06-13&quot;:35.37},{&quot;2026-06-14&quot;:35.37},{&quot;2026-06-15&quot;:35.22},{&quot;2026-06-16&quot;:35.26},{&quot;2026-06-17&quot;:35.26},{&quot;2026-06-18&quot;:35.13},{&quot;2026-06-19&quot;:35.25},{&quot;2026-06-20&quot;:35.19},{&quot;2026-06-21&quot;:35.19},{&quot;2026-06-22&quot;:35.19},{&quot;2026-06-23&quot;:35.19},{&quot;2026-06-24&quot;:35.03},{&quot;2026-06-25&quot;:35.03},{&quot;2026-06-26&quot;:35.0},{&quot;2026-06-27&quot;:34.81},{&quot;2026-06-28&quot;:33.3},{&quot;2026-06-29&quot;:34.69},{&quot;2026-06-30&quot;:34.69},{&quot;2026-07-01&quot;:34.81},{&quot;2026-07-02&quot;:34.63},{&quot;2026-07-03&quot;:34.37},{&quot;2026-07-04&quot;:34.37},{&quot;2026-07-05&quot;:34.1},{&quot;2026-07-06&quot;:34.1},{&quot;2026-07-07&quot;:34.13},{&quot;2026-07-08&quot;:34.13},{&quot;2026-07-09&quot;:34.14},{&quot;2026-07-10&quot;:34.14},{&quot;2026-07-11&quot;:34.14},{&quot;2026-07-12&quot;:34.14},{&quot;2026-07-13&quot;:34.14},{&quot;2026-07-14&quot;:34.14},{&quot;2026-07-15&quot;:34.14},{&quot;2026-07-16&quot;:34.14},{&quot;2026-07-17&quot;:34.58},{&quot;2026-07-18&quot;:34.51},{&quot;2026-07-19&quot;:34.48},{&quot;2026-07-20&quot;:34.48},{&quot;2026-07-21&quot;:34.48},{&quot;2026-07-23&quot;:34.48},{&quot;2026-07-25&quot;:34.48},{&quot;2026-07-26&quot;:33.97},{&quot;2026-07-27&quot;:33.97},{&quot;2026-07-29&quot;:32.06},{&quot;2026-07-30&quot;:31.65},{&quot;2026-07-31&quot;:31.49},{&quot;2026-08-01&quot;:31.49},{&quot;2026-08-02&quot;:31.49},{&quot;2026-08-03&quot;:31.49},{&quot;2026-08-04&quot;:31.49},{&quot;2026-08-05&quot;:31.49},{&quot;2026-08-07&quot;:31.24},{&quot;2026-08-08&quot;:30.94},{&quot;2026-08-09&quot;:30.94},{&quot;2026-08-10&quot;:30.62},{&quot;2026-08-11&quot;:30.62},{&quot;2026-08-12&quot;:30.39},{&quot;2026-08-13&quot;:30.33},{&quot;2026-08-14&quot;:30.33},{&quot;2026-08-15&quot;:30.33},{&quot;2026-08-16&quot;:30.06},{&quot;2026-08-17&quot;:29.68},{&quot;2026-08-18&quot;:29.3},{&quot;2026-08-19&quot;:29.09},{&quot;2026-08-20&quot;:29.09},{&quot;2026-08-21&quot;:29.09},{&quot;2026-08-22&quot;:28.92},{&quot;2026-08-23&quot;:28.92},{&quot;2026-08-24&quot;:28.95},{&quot;2026-08-25&quot;:28.95},{&quot;2026-08-26&quot;:29.25},{&quot;2026-08-27&quot;:29.48},{&quot;2026-08-28&quot;:29.48},{&quot;2026-08-29&quot;:29.48},{&quot;2026-08-30&quot;:29.77},{&quot;2026-08-31&quot;:29.63},{&quot;2026-09-01&quot;:29.63},{&quot;2026-09-02&quot;:29.63},{&quot;2026-09-03&quot;:29.63},{&quot;2026-09-04&quot;:28.42},{&quot;2026-09-05&quot;:28.42},{&quot;2026-09-06&quot;:28.4},{&quot;2026-09-07&quot;:28.41},{&quot;2026-09-08&quot;:29.48},{&quot;2026-09-09&quot;:29.39},{&quot;2026-09-10&quot;:29.22},{&quot;2026-09-11&quot;:29.22}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sephiroth, Fabled SOLDIER // Sephiroth, One-Winged Angel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/5/85eaf5e7-77dc-4842-a70c-ce4ac7f724df.jpg?1783906617" />

        <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">
            Sephiroth, Fabled SOLDIER 
        </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 Avatar 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-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"
    >
        <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="Sephiroth, Fabled SOLDIER // Sephiroth, One-Winged Angel" src="https://cards.scryfall.io/large/front/8/5/85eaf5e7-77dc-4842-a70c-ce4ac7f724df.jpg?1783906617" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Sephiroth, Fabled SOLDIER // Sephiroth, One-Winged Angel" src="https://cards.scryfall.io/large/back/8/5/85eaf5e7-77dc-4842-a70c-ce4ac7f724df.jpg?1783906617" />
              </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">
                $29.04
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:37.59},{&quot;2026-06-11&quot;:37.42},{&quot;2026-06-12&quot;:38.45},{&quot;2026-06-13&quot;:38.45},{&quot;2026-06-14&quot;:38.55},{&quot;2026-06-15&quot;:38.39},{&quot;2026-06-16&quot;:38.39},{&quot;2026-06-17&quot;:38.39},{&quot;2026-06-18&quot;:38.39},{&quot;2026-06-19&quot;:38.39},{&quot;2026-06-20&quot;:38.03},{&quot;2026-06-21&quot;:38.36},{&quot;2026-06-22&quot;:38.36},{&quot;2026-06-23&quot;:38.36},{&quot;2026-06-24&quot;:38.36},{&quot;2026-06-25&quot;:38.42},{&quot;2026-06-26&quot;:38.42},{&quot;2026-06-27&quot;:38.42},{&quot;2026-06-28&quot;:38.54},{&quot;2026-06-29&quot;:38.5},{&quot;2026-06-30&quot;:38.5},{&quot;2026-07-01&quot;:38.52},{&quot;2026-07-02&quot;:38.79},{&quot;2026-07-03&quot;:38.79},{&quot;2026-07-04&quot;:38.86},{&quot;2026-07-05&quot;:38.86},{&quot;2026-07-06&quot;:38.86},{&quot;2026-07-07&quot;:38.93},{&quot;2026-07-08&quot;:38.93},{&quot;2026-07-09&quot;:38.94},{&quot;2026-07-10&quot;:39.2},{&quot;2026-07-11&quot;:39.03},{&quot;2026-07-12&quot;:39.03},{&quot;2026-07-13&quot;:39.03},{&quot;2026-07-14&quot;:39.03},{&quot;2026-07-15&quot;:39.31},{&quot;2026-07-16&quot;:39.3},{&quot;2026-07-17&quot;:39.28},{&quot;2026-07-18&quot;:39.28},{&quot;2026-07-19&quot;:39.36},{&quot;2026-07-20&quot;:39.36},{&quot;2026-07-21&quot;:39.36},{&quot;2026-07-23&quot;:39.45},{&quot;2026-07-25&quot;:39.39},{&quot;2026-07-26&quot;:39.39},{&quot;2026-07-27&quot;:39.39},{&quot;2026-07-29&quot;:39.72},{&quot;2026-07-30&quot;:39.72},{&quot;2026-07-31&quot;:39.72},{&quot;2026-08-01&quot;:39.72},{&quot;2026-08-02&quot;:39.43},{&quot;2026-08-03&quot;:39.43},{&quot;2026-08-04&quot;:39.42},{&quot;2026-08-05&quot;:39.22},{&quot;2026-08-07&quot;:37.67},{&quot;2026-08-08&quot;:37.67},{&quot;2026-08-09&quot;:37.67},{&quot;2026-08-10&quot;:37.67},{&quot;2026-08-11&quot;:37.67},{&quot;2026-08-12&quot;:37.94},{&quot;2026-08-13&quot;:37.94},{&quot;2026-08-14&quot;:37.3},{&quot;2026-08-15&quot;:37.55},{&quot;2026-08-16&quot;:37.55},{&quot;2026-08-17&quot;:37.5},{&quot;2026-08-18&quot;:37.82},{&quot;2026-08-19&quot;:37.07},{&quot;2026-08-20&quot;:37.07},{&quot;2026-08-21&quot;:36.43},{&quot;2026-08-22&quot;:36.43},{&quot;2026-08-23&quot;:36.43},{&quot;2026-08-24&quot;:36.99},{&quot;2026-08-25&quot;:36.99},{&quot;2026-08-26&quot;:37.03},{&quot;2026-08-27&quot;:37.2},{&quot;2026-08-28&quot;:37.15},{&quot;2026-08-29&quot;:37.15},{&quot;2026-08-30&quot;:37.01},{&quot;2026-08-31&quot;:36.88},{&quot;2026-09-01&quot;:36.88},{&quot;2026-09-02&quot;:36.88},{&quot;2026-09-03&quot;:36.88},{&quot;2026-09-04&quot;:36.38},{&quot;2026-09-05&quot;:35.84},{&quot;2026-09-06&quot;:35.66},{&quot;2026-09-07&quot;:34.97},{&quot;2026-09-08&quot;:34.97},{&quot;2026-09-09&quot;:34.13},{&quot;2026-09-10&quot;:34.19},{&quot;2026-09-11&quot;:34.18}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:32.23},{&quot;2026-06-11&quot;:32.68},{&quot;2026-06-12&quot;:32.6},{&quot;2026-06-13&quot;:33.18},{&quot;2026-06-14&quot;:32.51},{&quot;2026-06-15&quot;:31.59},{&quot;2026-06-16&quot;:32.27},{&quot;2026-06-17&quot;:32.21},{&quot;2026-06-18&quot;:32.9},{&quot;2026-06-19&quot;:32.72},{&quot;2026-06-20&quot;:31.92},{&quot;2026-06-21&quot;:31.35},{&quot;2026-06-22&quot;:30.59},{&quot;2026-06-23&quot;:30.18},{&quot;2026-06-24&quot;:31.69},{&quot;2026-06-25&quot;:32.3},{&quot;2026-06-26&quot;:31.7},{&quot;2026-06-27&quot;:30.97},{&quot;2026-06-28&quot;:30.29},{&quot;2026-06-29&quot;:30.8},{&quot;2026-06-30&quot;:31.2},{&quot;2026-07-01&quot;:31.18},{&quot;2026-07-02&quot;:31.25},{&quot;2026-07-03&quot;:31.41},{&quot;2026-07-04&quot;:30.91},{&quot;2026-07-05&quot;:31.48},{&quot;2026-07-06&quot;:31.79},{&quot;2026-07-07&quot;:31.46},{&quot;2026-07-08&quot;:31.6},{&quot;2026-07-09&quot;:31.01},{&quot;2026-07-10&quot;:30.87},{&quot;2026-07-11&quot;:30.73},{&quot;2026-07-12&quot;:30.72},{&quot;2026-07-13&quot;:30.91},{&quot;2026-07-14&quot;:30.58},{&quot;2026-07-15&quot;:30.23},{&quot;2026-07-16&quot;:30.81},{&quot;2026-07-17&quot;:31.56},{&quot;2026-07-18&quot;:32.47},{&quot;2026-07-19&quot;:32.05},{&quot;2026-07-20&quot;:32.99},{&quot;2026-07-21&quot;:33.14},{&quot;2026-07-23&quot;:33.78},{&quot;2026-07-25&quot;:32.99},{&quot;2026-07-26&quot;:31.72},{&quot;2026-07-27&quot;:31.78},{&quot;2026-07-29&quot;:32.06},{&quot;2026-07-30&quot;:32.3},{&quot;2026-07-31&quot;:32.09},{&quot;2026-08-01&quot;:32.2},{&quot;2026-08-02&quot;:32.2},{&quot;2026-08-03&quot;:31.42},{&quot;2026-08-04&quot;:31.31},{&quot;2026-08-05&quot;:31.0},{&quot;2026-08-07&quot;:31.21},{&quot;2026-08-08&quot;:31.34},{&quot;2026-08-09&quot;:31.92},{&quot;2026-08-10&quot;:32.37},{&quot;2026-08-11&quot;:32.54},{&quot;2026-08-12&quot;:33.16},{&quot;2026-08-13&quot;:33.69},{&quot;2026-08-14&quot;:33.58},{&quot;2026-08-15&quot;:31.84},{&quot;2026-08-16&quot;:30.53},{&quot;2026-08-17&quot;:30.88},{&quot;2026-08-18&quot;:29.8},{&quot;2026-08-19&quot;:30.14},{&quot;2026-08-20&quot;:30.14},{&quot;2026-08-21&quot;:31.75},{&quot;2026-08-22&quot;:31.86},{&quot;2026-08-23&quot;:31.86},{&quot;2026-08-24&quot;:31.75},{&quot;2026-08-25&quot;:31.75},{&quot;2026-08-26&quot;:30.58},{&quot;2026-08-27&quot;:29.5},{&quot;2026-08-28&quot;:29.04},{&quot;2026-08-29&quot;:29.04},{&quot;2026-08-30&quot;:29.13},{&quot;2026-08-31&quot;:29.01},{&quot;2026-09-01&quot;:29.01},{&quot;2026-09-02&quot;:30.01},{&quot;2026-09-03&quot;:30.59},{&quot;2026-09-04&quot;:29.33},{&quot;2026-09-05&quot;:29.15},{&quot;2026-09-06&quot;:28.92},{&quot;2026-09-07&quot;:30.17},{&quot;2026-09-08&quot;:31.14},{&quot;2026-09-09&quot;:30.32},{&quot;2026-09-10&quot;:30.26},{&quot;2026-09-11&quot;:29.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Phyrexian Tower
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary 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="Phyrexian Tower" src="https://cards.scryfall.io/large/front/c/2/c25dc997-219f-44e9-9003-384f75a606a3.jpg?1783933754" />
    </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">
                $28.92
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:32.27},{&quot;2026-06-11&quot;:32.27},{&quot;2026-06-12&quot;:32.27},{&quot;2026-06-13&quot;:32.27},{&quot;2026-06-14&quot;:32.68},{&quot;2026-06-15&quot;:32.68},{&quot;2026-06-16&quot;:32.68},{&quot;2026-06-17&quot;:32.68},{&quot;2026-06-18&quot;:32.62},{&quot;2026-06-19&quot;:32.62},{&quot;2026-06-20&quot;:32.62},{&quot;2026-06-21&quot;:32.57},{&quot;2026-06-22&quot;:32.57},{&quot;2026-06-23&quot;:32.57},{&quot;2026-06-24&quot;:32.57},{&quot;2026-06-25&quot;:32.57},{&quot;2026-06-26&quot;:32.57},{&quot;2026-06-27&quot;:32.57},{&quot;2026-06-28&quot;:32.62},{&quot;2026-06-29&quot;:32.62},{&quot;2026-06-30&quot;:32.62},{&quot;2026-07-01&quot;:32.62},{&quot;2026-07-02&quot;:32.62},{&quot;2026-07-03&quot;:32.62},{&quot;2026-07-04&quot;:32.62},{&quot;2026-07-05&quot;:32.62},{&quot;2026-07-06&quot;:32.62},{&quot;2026-07-07&quot;:32.62},{&quot;2026-07-08&quot;:32.62},{&quot;2026-07-09&quot;:32.62},{&quot;2026-07-10&quot;:32.62},{&quot;2026-07-11&quot;:32.62},{&quot;2026-07-12&quot;:32.62},{&quot;2026-07-13&quot;:32.62},{&quot;2026-07-14&quot;:33.18},{&quot;2026-07-15&quot;:33.18},{&quot;2026-07-16&quot;:33.18},{&quot;2026-07-17&quot;:33.18},{&quot;2026-07-18&quot;:33.18},{&quot;2026-07-19&quot;:33.18},{&quot;2026-07-20&quot;:33.18},{&quot;2026-07-21&quot;:33.18},{&quot;2026-07-23&quot;:33.85},{&quot;2026-07-25&quot;:33.85},{&quot;2026-07-26&quot;:33.85},{&quot;2026-07-27&quot;:33.85},{&quot;2026-07-29&quot;:33.85},{&quot;2026-07-30&quot;:33.85},{&quot;2026-07-31&quot;:33.85},{&quot;2026-08-01&quot;:33.85},{&quot;2026-08-02&quot;:33.85},{&quot;2026-08-03&quot;:33.85},{&quot;2026-08-04&quot;:33.85},{&quot;2026-08-05&quot;:33.85},{&quot;2026-08-07&quot;:33.85},{&quot;2026-08-08&quot;:33.85},{&quot;2026-08-09&quot;:33.85},{&quot;2026-08-10&quot;:33.85},{&quot;2026-08-11&quot;:33.85},{&quot;2026-08-12&quot;:33.85},{&quot;2026-08-13&quot;:33.85},{&quot;2026-08-14&quot;:33.85},{&quot;2026-08-15&quot;:33.85},{&quot;2026-08-16&quot;:33.85},{&quot;2026-08-17&quot;:33.85},{&quot;2026-08-18&quot;:33.85},{&quot;2026-08-19&quot;:33.85},{&quot;2026-08-20&quot;:33.85},{&quot;2026-08-21&quot;:33.85},{&quot;2026-08-22&quot;:33.85},{&quot;2026-08-23&quot;:33.85},{&quot;2026-08-24&quot;:33.85},{&quot;2026-08-25&quot;:33.85},{&quot;2026-08-26&quot;:34.49},{&quot;2026-08-27&quot;:34.33},{&quot;2026-08-28&quot;:34.54},{&quot;2026-08-29&quot;:34.54},{&quot;2026-08-30&quot;:34.54},{&quot;2026-08-31&quot;:34.54},{&quot;2026-09-01&quot;:34.54},{&quot;2026-09-02&quot;:34.54},{&quot;2026-09-03&quot;:34.54},{&quot;2026-09-04&quot;:34.54},{&quot;2026-09-05&quot;:34.54},{&quot;2026-09-06&quot;:34.54},{&quot;2026-09-07&quot;:34.54},{&quot;2026-09-08&quot;:34.54},{&quot;2026-09-09&quot;:34.69},{&quot;2026-09-10&quot;:34.69},{&quot;2026-09-11&quot;:34.69}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:27.52},{&quot;2026-06-11&quot;:27.86},{&quot;2026-06-12&quot;:28.05},{&quot;2026-06-13&quot;:28.05},{&quot;2026-06-14&quot;:28.05},{&quot;2026-06-15&quot;:27.91},{&quot;2026-06-16&quot;:28.15},{&quot;2026-06-17&quot;:28.15},{&quot;2026-06-18&quot;:28.15},{&quot;2026-06-19&quot;:28.15},{&quot;2026-06-20&quot;:28.15},{&quot;2026-06-21&quot;:28.22},{&quot;2026-06-22&quot;:28.35},{&quot;2026-06-23&quot;:28.32},{&quot;2026-06-24&quot;:28.51},{&quot;2026-06-25&quot;:28.51},{&quot;2026-06-26&quot;:28.63},{&quot;2026-06-27&quot;:28.61},{&quot;2026-06-28&quot;:28.61},{&quot;2026-06-29&quot;:28.86},{&quot;2026-06-30&quot;:28.86},{&quot;2026-07-01&quot;:28.86},{&quot;2026-07-02&quot;:28.79},{&quot;2026-07-03&quot;:28.63},{&quot;2026-07-04&quot;:28.63},{&quot;2026-07-05&quot;:28.49},{&quot;2026-07-06&quot;:28.41},{&quot;2026-07-07&quot;:28.4},{&quot;2026-07-08&quot;:28.2},{&quot;2026-07-09&quot;:28.17},{&quot;2026-07-10&quot;:28.17},{&quot;2026-07-11&quot;:28.17},{&quot;2026-07-12&quot;:28.06},{&quot;2026-07-13&quot;:28.06},{&quot;2026-07-14&quot;:28.06},{&quot;2026-07-15&quot;:27.87},{&quot;2026-07-16&quot;:28.18},{&quot;2026-07-17&quot;:28.18},{&quot;2026-07-18&quot;:28.18},{&quot;2026-07-19&quot;:28.2},{&quot;2026-07-20&quot;:28.2},{&quot;2026-07-21&quot;:28.2},{&quot;2026-07-23&quot;:28.03},{&quot;2026-07-25&quot;:28.06},{&quot;2026-07-26&quot;:27.97},{&quot;2026-07-27&quot;:27.97},{&quot;2026-07-29&quot;:27.62},{&quot;2026-07-30&quot;:27.72},{&quot;2026-07-31&quot;:27.72},{&quot;2026-08-01&quot;:27.96},{&quot;2026-08-02&quot;:27.58},{&quot;2026-08-03&quot;:27.29},{&quot;2026-08-04&quot;:27.01},{&quot;2026-08-05&quot;:26.87},{&quot;2026-08-07&quot;:26.97},{&quot;2026-08-08&quot;:26.91},{&quot;2026-08-09&quot;:26.91},{&quot;2026-08-10&quot;:26.89},{&quot;2026-08-11&quot;:26.64},{&quot;2026-08-12&quot;:26.35},{&quot;2026-08-13&quot;:26.38},{&quot;2026-08-14&quot;:26.53},{&quot;2026-08-15&quot;:26.53},{&quot;2026-08-16&quot;:26.56},{&quot;2026-08-17&quot;:26.75},{&quot;2026-08-18&quot;:26.75},{&quot;2026-08-19&quot;:27.04},{&quot;2026-08-20&quot;:27.04},{&quot;2026-08-21&quot;:27.04},{&quot;2026-08-22&quot;:27.24},{&quot;2026-08-23&quot;:27.31},{&quot;2026-08-24&quot;:27.41},{&quot;2026-08-25&quot;:27.41},{&quot;2026-08-26&quot;:28.2},{&quot;2026-08-27&quot;:28.28},{&quot;2026-08-28&quot;:28.33},{&quot;2026-08-29&quot;:28.33},{&quot;2026-08-30&quot;:28.33},{&quot;2026-08-31&quot;:28.33},{&quot;2026-09-01&quot;:28.33},{&quot;2026-09-02&quot;:28.62},{&quot;2026-09-03&quot;:28.62},{&quot;2026-09-04&quot;:28.97},{&quot;2026-09-05&quot;:28.97},{&quot;2026-09-06&quot;:28.97},{&quot;2026-09-07&quot;:28.82},{&quot;2026-09-08&quot;:28.82},{&quot;2026-09-09&quot;:28.82},{&quot;2026-09-10&quot;:28.82},{&quot;2026-09-11&quot;:28.92}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $28.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="Sylvan Library" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/26a7c62c-12ed-493c-ba95-0f55fec83686.jpg?1782682722" />

        <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">
            Sylvan Library
        </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-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="Sylvan Library" src="https://cards.scryfall.io/large/front/2/6/26a7c62c-12ed-493c-ba95-0f55fec83686.jpg?1782682722" />
    </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">
                $28.71
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:32.68},{&quot;2026-06-11&quot;:32.69},{&quot;2026-06-12&quot;:32.71},{&quot;2026-06-13&quot;:32.71},{&quot;2026-06-14&quot;:32.71},{&quot;2026-06-15&quot;:32.98},{&quot;2026-06-16&quot;:33.06},{&quot;2026-06-17&quot;:32.72},{&quot;2026-06-18&quot;:32.72},{&quot;2026-06-19&quot;:32.76},{&quot;2026-06-20&quot;:32.71},{&quot;2026-06-21&quot;:32.76},{&quot;2026-06-22&quot;:32.86},{&quot;2026-06-23&quot;:33.08},{&quot;2026-06-24&quot;:33.08},{&quot;2026-06-25&quot;:33.08},{&quot;2026-06-26&quot;:33.14},{&quot;2026-06-27&quot;:33.26},{&quot;2026-06-28&quot;:33.37},{&quot;2026-06-29&quot;:33.17},{&quot;2026-06-30&quot;:33.17},{&quot;2026-07-01&quot;:33.17},{&quot;2026-07-02&quot;:32.94},{&quot;2026-07-03&quot;:32.94},{&quot;2026-07-04&quot;:32.94},{&quot;2026-07-05&quot;:32.74},{&quot;2026-07-06&quot;:32.73},{&quot;2026-07-07&quot;:32.97},{&quot;2026-07-08&quot;:32.97},{&quot;2026-07-09&quot;:32.96},{&quot;2026-07-10&quot;:32.78},{&quot;2026-07-11&quot;:32.76},{&quot;2026-07-12&quot;:32.58},{&quot;2026-07-13&quot;:32.58},{&quot;2026-07-14&quot;:32.6},{&quot;2026-07-15&quot;:32.59},{&quot;2026-07-16&quot;:33.19},{&quot;2026-07-17&quot;:33.19},{&quot;2026-07-18&quot;:33.19},{&quot;2026-07-19&quot;:33.05},{&quot;2026-07-20&quot;:33.97},{&quot;2026-07-21&quot;:33.93},{&quot;2026-07-23&quot;:34.08},{&quot;2026-07-25&quot;:33.85},{&quot;2026-07-26&quot;:33.93},{&quot;2026-07-27&quot;:33.93},{&quot;2026-07-29&quot;:34.57},{&quot;2026-07-30&quot;:34.55},{&quot;2026-07-31&quot;:34.55},{&quot;2026-08-01&quot;:34.96},{&quot;2026-08-02&quot;:34.84},{&quot;2026-08-03&quot;:34.71},{&quot;2026-08-04&quot;:34.71},{&quot;2026-08-05&quot;:34.01},{&quot;2026-08-07&quot;:34.42},{&quot;2026-08-08&quot;:34.83},{&quot;2026-08-09&quot;:34.93},{&quot;2026-08-10&quot;:35.45},{&quot;2026-08-11&quot;:35.52},{&quot;2026-08-12&quot;:35.52},{&quot;2026-08-13&quot;:35.52},{&quot;2026-08-14&quot;:35.75},{&quot;2026-08-15&quot;:35.75},{&quot;2026-08-16&quot;:36.83},{&quot;2026-08-17&quot;:36.83},{&quot;2026-08-18&quot;:37.03},{&quot;2026-08-19&quot;:37.03},{&quot;2026-08-20&quot;:37.03},{&quot;2026-08-21&quot;:36.84},{&quot;2026-08-22&quot;:36.84},{&quot;2026-08-23&quot;:36.91},{&quot;2026-08-24&quot;:36.88},{&quot;2026-08-25&quot;:36.88},{&quot;2026-08-26&quot;:37.21},{&quot;2026-08-27&quot;:36.97},{&quot;2026-08-28&quot;:36.97},{&quot;2026-08-29&quot;:36.97},{&quot;2026-08-30&quot;:37.09},{&quot;2026-08-31&quot;:37.16},{&quot;2026-09-01&quot;:37.16},{&quot;2026-09-02&quot;:37.16},{&quot;2026-09-03&quot;:37.16},{&quot;2026-09-04&quot;:37.27},{&quot;2026-09-05&quot;:37.46},{&quot;2026-09-06&quot;:37.62},{&quot;2026-09-07&quot;:37.62},{&quot;2026-09-08&quot;:37.62},{&quot;2026-09-09&quot;:37.7},{&quot;2026-09-10&quot;:37.8},{&quot;2026-09-11&quot;:37.95}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:25.48},{&quot;2026-06-11&quot;:26.29},{&quot;2026-06-12&quot;:26.28},{&quot;2026-06-13&quot;:26.35},{&quot;2026-06-14&quot;:26.14},{&quot;2026-06-15&quot;:26.4},{&quot;2026-06-16&quot;:26.35},{&quot;2026-06-17&quot;:26.9},{&quot;2026-06-18&quot;:26.88},{&quot;2026-06-19&quot;:26.96},{&quot;2026-06-20&quot;:26.2},{&quot;2026-06-21&quot;:26.32},{&quot;2026-06-22&quot;:25.92},{&quot;2026-06-23&quot;:26.0},{&quot;2026-06-24&quot;:25.7},{&quot;2026-06-25&quot;:25.81},{&quot;2026-06-26&quot;:25.92},{&quot;2026-06-27&quot;:26.74},{&quot;2026-06-28&quot;:26.66},{&quot;2026-06-29&quot;:26.96},{&quot;2026-06-30&quot;:26.71},{&quot;2026-07-01&quot;:27.17},{&quot;2026-07-02&quot;:27.41},{&quot;2026-07-03&quot;:26.56},{&quot;2026-07-04&quot;:26.57},{&quot;2026-07-05&quot;:26.7},{&quot;2026-07-06&quot;:26.57},{&quot;2026-07-07&quot;:26.57},{&quot;2026-07-08&quot;:26.27},{&quot;2026-07-09&quot;:26.27},{&quot;2026-07-10&quot;:26.06},{&quot;2026-07-11&quot;:26.41},{&quot;2026-07-12&quot;:26.7},{&quot;2026-07-13&quot;:27.17},{&quot;2026-07-14&quot;:26.96},{&quot;2026-07-15&quot;:27.04},{&quot;2026-07-16&quot;:27.09},{&quot;2026-07-17&quot;:27.36},{&quot;2026-07-18&quot;:27.47},{&quot;2026-07-19&quot;:27.43},{&quot;2026-07-20&quot;:27.43},{&quot;2026-07-21&quot;:27.43},{&quot;2026-07-23&quot;:27.48},{&quot;2026-07-25&quot;:27.94},{&quot;2026-07-26&quot;:27.95},{&quot;2026-07-27&quot;:27.91},{&quot;2026-07-29&quot;:28.5},{&quot;2026-07-30&quot;:28.42},{&quot;2026-07-31&quot;:28.58},{&quot;2026-08-01&quot;:28.78},{&quot;2026-08-02&quot;:28.78},{&quot;2026-08-03&quot;:29.06},{&quot;2026-08-04&quot;:29.13},{&quot;2026-08-05&quot;:28.65},{&quot;2026-08-07&quot;:28.81},{&quot;2026-08-08&quot;:28.18},{&quot;2026-08-09&quot;:28.62},{&quot;2026-08-10&quot;:28.43},{&quot;2026-08-11&quot;:27.56},{&quot;2026-08-12&quot;:27.5},{&quot;2026-08-13&quot;:27.65},{&quot;2026-08-14&quot;:27.79},{&quot;2026-08-15&quot;:27.4},{&quot;2026-08-16&quot;:27.4},{&quot;2026-08-17&quot;:27.16},{&quot;2026-08-18&quot;:26.72},{&quot;2026-08-19&quot;:26.71},{&quot;2026-08-20&quot;:26.71},{&quot;2026-08-21&quot;:27.24},{&quot;2026-08-22&quot;:27.33},{&quot;2026-08-23&quot;:27.3},{&quot;2026-08-24&quot;:27.2},{&quot;2026-08-25&quot;:27.2},{&quot;2026-08-26&quot;:27.32},{&quot;2026-08-27&quot;:27.36},{&quot;2026-08-28&quot;:27.32},{&quot;2026-08-29&quot;:27.32},{&quot;2026-08-30&quot;:27.45},{&quot;2026-08-31&quot;:27.69},{&quot;2026-09-01&quot;:27.69},{&quot;2026-09-02&quot;:27.68},{&quot;2026-09-03&quot;:27.9},{&quot;2026-09-04&quot;:28.45},{&quot;2026-09-05&quot;:28.49},{&quot;2026-09-06&quot;:28.49},{&quot;2026-09-07&quot;:28.49},{&quot;2026-09-08&quot;:28.76},{&quot;2026-09-09&quot;:28.75},{&quot;2026-09-10&quot;:28.71},{&quot;2026-09-11&quot;:28.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="75228"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $28.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="Charismatic Conqueror" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aa65e964-8ca5-4e56-b770-b50cddbc7365.jpg?1783913923" />

        <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">
            Charismatic Conqueror
        </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 — Vampire Soldier</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Charismatic Conqueror" src="https://cards.scryfall.io/large/front/a/a/aa65e964-8ca5-4e56-b770-b50cddbc7365.jpg?1783913923" />
    </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">
                $28.55
              </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">$20.50</span>
              <span class="text-xs text-grey-text">Credit: $26.65</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:27.68},{&quot;2026-06-11&quot;:27.68},{&quot;2026-06-12&quot;:28.47},{&quot;2026-06-13&quot;:28.4},{&quot;2026-06-14&quot;:28.07},{&quot;2026-06-15&quot;:28.07},{&quot;2026-06-16&quot;:28.5},{&quot;2026-06-17&quot;:28.54},{&quot;2026-06-18&quot;:28.39},{&quot;2026-06-19&quot;:28.53},{&quot;2026-06-20&quot;:28.53},{&quot;2026-06-21&quot;:28.53},{&quot;2026-06-22&quot;:28.52},{&quot;2026-06-23&quot;:28.54},{&quot;2026-06-24&quot;:28.65},{&quot;2026-06-25&quot;:28.62},{&quot;2026-06-26&quot;:28.62},{&quot;2026-06-27&quot;:28.62},{&quot;2026-06-28&quot;:28.62},{&quot;2026-06-29&quot;:28.6},{&quot;2026-06-30&quot;:28.61},{&quot;2026-07-01&quot;:28.65},{&quot;2026-07-02&quot;:28.49},{&quot;2026-07-03&quot;:28.44},{&quot;2026-07-04&quot;:28.45},{&quot;2026-07-05&quot;:28.44},{&quot;2026-07-06&quot;:28.01},{&quot;2026-07-07&quot;:27.61},{&quot;2026-07-08&quot;:27.92},{&quot;2026-07-09&quot;:27.92},{&quot;2026-07-10&quot;:27.62},{&quot;2026-07-11&quot;:27.62},{&quot;2026-07-12&quot;:27.66},{&quot;2026-07-13&quot;:27.66},{&quot;2026-07-14&quot;:27.66},{&quot;2026-07-15&quot;:27.86},{&quot;2026-07-16&quot;:27.86},{&quot;2026-07-17&quot;:27.39},{&quot;2026-07-18&quot;:27.39},{&quot;2026-07-19&quot;:27.32},{&quot;2026-07-20&quot;:27.32},{&quot;2026-07-21&quot;:27.32},{&quot;2026-07-23&quot;:27.32},{&quot;2026-07-25&quot;:27.32},{&quot;2026-07-26&quot;:27.32},{&quot;2026-07-27&quot;:27.37},{&quot;2026-07-29&quot;:27.18},{&quot;2026-07-30&quot;:27.19},{&quot;2026-07-31&quot;:27.19},{&quot;2026-08-01&quot;:27.19},{&quot;2026-08-02&quot;:27.19},{&quot;2026-08-03&quot;:27.36},{&quot;2026-08-04&quot;:27.3},{&quot;2026-08-05&quot;:27.26},{&quot;2026-08-07&quot;:27.5},{&quot;2026-08-08&quot;:27.66},{&quot;2026-08-09&quot;:27.77},{&quot;2026-08-10&quot;:27.71},{&quot;2026-08-11&quot;:27.71},{&quot;2026-08-12&quot;:27.71},{&quot;2026-08-13&quot;:27.66},{&quot;2026-08-14&quot;:27.63},{&quot;2026-08-15&quot;:27.62},{&quot;2026-08-16&quot;:27.33},{&quot;2026-08-17&quot;:27.34},{&quot;2026-08-18&quot;:27.33},{&quot;2026-08-19&quot;:27.33},{&quot;2026-08-20&quot;:27.33},{&quot;2026-08-21&quot;:27.5},{&quot;2026-08-22&quot;:27.41},{&quot;2026-08-23&quot;:27.42},{&quot;2026-08-24&quot;:27.45},{&quot;2026-08-25&quot;:27.45},{&quot;2026-08-26&quot;:27.4},{&quot;2026-08-27&quot;:27.11},{&quot;2026-08-28&quot;:27.17},{&quot;2026-08-29&quot;:27.17},{&quot;2026-08-30&quot;:27.45},{&quot;2026-08-31&quot;:27.8},{&quot;2026-09-01&quot;:27.8},{&quot;2026-09-02&quot;:27.88},{&quot;2026-09-03&quot;:27.88},{&quot;2026-09-04&quot;:28.08},{&quot;2026-09-05&quot;:28.27},{&quot;2026-09-06&quot;:28.48},{&quot;2026-09-07&quot;:28.5},{&quot;2026-09-08&quot;:28.5},{&quot;2026-09-09&quot;:28.5},{&quot;2026-09-10&quot;:28.56},{&quot;2026-09-11&quot;:28.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="46003"
  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">
            Etali, Primal Conqueror 
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $28.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="Etali, Primal Conqueror // Etali, Primal Sickness" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/95c14c4d-6c16-4826-8d93-d89ad04aee09.jpg?1783916997" />

        <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">
            Etali, Primal Conqueror 
        </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 — Elder Dinosaur</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Etali, Primal Conqueror // Etali, Primal Sickness" src="https://cards.scryfall.io/large/front/9/5/95c14c4d-6c16-4826-8d93-d89ad04aee09.jpg?1783916997" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Etali, Primal Conqueror // Etali, Primal Sickness" src="https://cards.scryfall.io/large/back/9/5/95c14c4d-6c16-4826-8d93-d89ad04aee09.jpg?1783916997" />
              </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">
                $28.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">
                $36.87
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:38.33},{&quot;2026-06-14&quot;:38.33},{&quot;2026-06-15&quot;:38.33},{&quot;2026-06-16&quot;:39.26},{&quot;2026-06-17&quot;:39.65},{&quot;2026-06-18&quot;:39.65},{&quot;2026-06-19&quot;:39.65},{&quot;2026-06-20&quot;:39.65},{&quot;2026-06-21&quot;:39.65},{&quot;2026-06-22&quot;:39.65},{&quot;2026-06-23&quot;:39.65},{&quot;2026-06-24&quot;:39.38},{&quot;2026-06-25&quot;:39.38},{&quot;2026-06-26&quot;:39.66},{&quot;2026-06-27&quot;:39.51},{&quot;2026-06-28&quot;:39.68},{&quot;2026-06-29&quot;:39.68},{&quot;2026-06-30&quot;:39.8},{&quot;2026-07-01&quot;:39.72},{&quot;2026-07-02&quot;:39.72},{&quot;2026-07-03&quot;:39.72},{&quot;2026-07-04&quot;:39.87},{&quot;2026-07-05&quot;:39.87},{&quot;2026-07-06&quot;:39.67},{&quot;2026-07-07&quot;:39.67},{&quot;2026-07-08&quot;:39.83},{&quot;2026-07-09&quot;:39.83},{&quot;2026-07-10&quot;:39.83},{&quot;2026-07-11&quot;:39.93},{&quot;2026-07-12&quot;:40.01},{&quot;2026-07-13&quot;:40.01},{&quot;2026-07-14&quot;:40.01},{&quot;2026-07-15&quot;:40.01},{&quot;2026-07-16&quot;:40.2},{&quot;2026-07-17&quot;:40.2},{&quot;2026-07-18&quot;:40.2},{&quot;2026-07-19&quot;:40.0},{&quot;2026-07-20&quot;:39.52},{&quot;2026-07-21&quot;:39.46},{&quot;2026-07-22&quot;:39.26},{&quot;2026-07-23&quot;:39.26},{&quot;2026-07-24&quot;:39.26},{&quot;2026-07-25&quot;:39.32},{&quot;2026-07-26&quot;:39.42},{&quot;2026-07-27&quot;:39.62},{&quot;2026-07-28&quot;:39.62},{&quot;2026-07-29&quot;:39.31},{&quot;2026-07-30&quot;:38.47},{&quot;2026-07-31&quot;:38.45},{&quot;2026-08-01&quot;:38.45},{&quot;2026-08-02&quot;:38.45},{&quot;2026-08-03&quot;:38.13},{&quot;2026-08-04&quot;:38.01},{&quot;2026-08-05&quot;:37.94},{&quot;2026-08-07&quot;:37.64},{&quot;2026-08-08&quot;:37.64},{&quot;2026-08-09&quot;:37.64},{&quot;2026-08-10&quot;:37.64},{&quot;2026-08-11&quot;:37.64},{&quot;2026-08-12&quot;:37.64},{&quot;2026-08-13&quot;:37.64},{&quot;2026-08-14&quot;:37.44},{&quot;2026-08-15&quot;:37.42},{&quot;2026-08-16&quot;:37.42},{&quot;2026-08-17&quot;:37.42},{&quot;2026-08-18&quot;:37.34},{&quot;2026-08-19&quot;:37.34},{&quot;2026-08-20&quot;:37.34},{&quot;2026-08-21&quot;:37.34},{&quot;2026-08-22&quot;:37.34},{&quot;2026-08-23&quot;:37.31},{&quot;2026-08-24&quot;:36.95},{&quot;2026-08-25&quot;:36.95},{&quot;2026-08-26&quot;:36.95},{&quot;2026-08-27&quot;:36.75},{&quot;2026-08-28&quot;:36.75},{&quot;2026-08-29&quot;:36.75},{&quot;2026-08-30&quot;:36.75},{&quot;2026-08-31&quot;:36.75},{&quot;2026-09-01&quot;:36.75},{&quot;2026-09-02&quot;:36.75},{&quot;2026-09-03&quot;:36.86},{&quot;2026-09-04&quot;:36.86},{&quot;2026-09-05&quot;:36.86},{&quot;2026-09-06&quot;:36.84},{&quot;2026-09-07&quot;:37.16},{&quot;2026-09-08&quot;:37.16},{&quot;2026-09-09&quot;:37.22},{&quot;2026-09-10&quot;:37.22},{&quot;2026-09-11&quot;:36.87}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:36.71},{&quot;2026-06-14&quot;:37.1},{&quot;2026-06-15&quot;:37.31},{&quot;2026-06-16&quot;:37.18},{&quot;2026-06-17&quot;:36.3},{&quot;2026-06-18&quot;:36.09},{&quot;2026-06-19&quot;:36.27},{&quot;2026-06-20&quot;:35.93},{&quot;2026-06-21&quot;:35.16},{&quot;2026-06-22&quot;:35.03},{&quot;2026-06-23&quot;:34.86},{&quot;2026-06-24&quot;:35.04},{&quot;2026-06-25&quot;:34.98},{&quot;2026-06-26&quot;:34.93},{&quot;2026-06-27&quot;:34.18},{&quot;2026-06-28&quot;:34.19},{&quot;2026-06-29&quot;:34.07},{&quot;2026-06-30&quot;:34.31},{&quot;2026-07-01&quot;:34.21},{&quot;2026-07-02&quot;:34.14},{&quot;2026-07-03&quot;:34.16},{&quot;2026-07-04&quot;:33.99},{&quot;2026-07-05&quot;:34.13},{&quot;2026-07-06&quot;:33.97},{&quot;2026-07-07&quot;:33.71},{&quot;2026-07-08&quot;:33.69},{&quot;2026-07-09&quot;:33.72},{&quot;2026-07-10&quot;:33.7},{&quot;2026-07-11&quot;:33.42},{&quot;2026-07-12&quot;:33.38},{&quot;2026-07-13&quot;:33.39},{&quot;2026-07-14&quot;:33.41},{&quot;2026-07-15&quot;:33.52},{&quot;2026-07-16&quot;:33.28},{&quot;2026-07-17&quot;:33.36},{&quot;2026-07-18&quot;:33.5},{&quot;2026-07-19&quot;:33.55},{&quot;2026-07-20&quot;:33.6},{&quot;2026-07-21&quot;:33.59},{&quot;2026-07-22&quot;:33.59},{&quot;2026-07-23&quot;:33.69},{&quot;2026-07-24&quot;:33.65},{&quot;2026-07-25&quot;:33.53},{&quot;2026-07-26&quot;:33.29},{&quot;2026-07-27&quot;:33.19},{&quot;2026-07-28&quot;:33.04},{&quot;2026-07-29&quot;:33.03},{&quot;2026-07-30&quot;:32.94},{&quot;2026-07-31&quot;:32.88},{&quot;2026-08-01&quot;:32.75},{&quot;2026-08-02&quot;:32.79},{&quot;2026-08-03&quot;:32.58},{&quot;2026-08-04&quot;:32.64},{&quot;2026-08-05&quot;:32.84},{&quot;2026-08-07&quot;:32.73},{&quot;2026-08-08&quot;:32.77},{&quot;2026-08-09&quot;:32.69},{&quot;2026-08-10&quot;:32.74},{&quot;2026-08-11&quot;:32.41},{&quot;2026-08-12&quot;:32.8},{&quot;2026-08-13&quot;:34.56},{&quot;2026-08-14&quot;:34.89},{&quot;2026-08-15&quot;:35.0},{&quot;2026-08-16&quot;:35.2},{&quot;2026-08-17&quot;:35.31},{&quot;2026-08-18&quot;:34.27},{&quot;2026-08-19&quot;:34.04},{&quot;2026-08-20&quot;:34.11},{&quot;2026-08-21&quot;:34.11},{&quot;2026-08-22&quot;:33.91},{&quot;2026-08-23&quot;:33.84},{&quot;2026-08-24&quot;:33.84},{&quot;2026-08-25&quot;:33.84},{&quot;2026-08-26&quot;:33.42},{&quot;2026-08-27&quot;:33.42},{&quot;2026-08-28&quot;:33.42},{&quot;2026-08-29&quot;:33.42},{&quot;2026-08-30&quot;:33.15},{&quot;2026-08-31&quot;:32.74},{&quot;2026-09-01&quot;:32.62},{&quot;2026-09-02&quot;:31.79},{&quot;2026-09-03&quot;:31.75},{&quot;2026-09-04&quot;:30.84},{&quot;2026-09-05&quot;:31.14},{&quot;2026-09-06&quot;:31.14},{&quot;2026-09-07&quot;:30.67},{&quot;2026-09-08&quot;:30.2},{&quot;2026-09-09&quot;:29.79},{&quot;2026-09-10&quot;:29.79},{&quot;2026-09-11&quot;:28.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="19605"
  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-dmc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $28.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="The Reaver Cleaver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a18cf0ef-1720-4bb1-9af2-8d59c2b553f9.jpg?1783921443" />

        <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 Reaver Cleaver
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><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="The Reaver Cleaver" src="https://cards.scryfall.io/large/front/a/1/a18cf0ef-1720-4bb1-9af2-8d59c2b553f9.jpg?1783921443" />
    </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">
                $28.29
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:15.67},{&quot;2026-06-14&quot;:16.26},{&quot;2026-06-15&quot;:16.34},{&quot;2026-06-16&quot;:16.3},{&quot;2026-06-17&quot;:16.39},{&quot;2026-06-18&quot;:16.43},{&quot;2026-06-19&quot;:16.43},{&quot;2026-06-20&quot;:16.48},{&quot;2026-06-21&quot;:16.48},{&quot;2026-06-22&quot;:16.48},{&quot;2026-06-23&quot;:16.48},{&quot;2026-06-24&quot;:16.42},{&quot;2026-06-25&quot;:16.42},{&quot;2026-06-26&quot;:15.88},{&quot;2026-06-27&quot;:16.46},{&quot;2026-06-28&quot;:16.46},{&quot;2026-06-29&quot;:16.48},{&quot;2026-06-30&quot;:16.48},{&quot;2026-07-01&quot;:16.57},{&quot;2026-07-02&quot;:16.71},{&quot;2026-07-03&quot;:16.71},{&quot;2026-07-04&quot;:16.25},{&quot;2026-07-05&quot;:16.04},{&quot;2026-07-06&quot;:16.16},{&quot;2026-07-07&quot;:16.23},{&quot;2026-07-08&quot;:16.23},{&quot;2026-07-09&quot;:16.24},{&quot;2026-07-10&quot;:16.28},{&quot;2026-07-11&quot;:16.27},{&quot;2026-07-12&quot;:15.69},{&quot;2026-07-13&quot;:15.74},{&quot;2026-07-14&quot;:15.88},{&quot;2026-07-15&quot;:15.88},{&quot;2026-07-16&quot;:15.83},{&quot;2026-07-17&quot;:16.04},{&quot;2026-07-18&quot;:16.1},{&quot;2026-07-19&quot;:16.1},{&quot;2026-07-20&quot;:16.22},{&quot;2026-07-21&quot;:16.53},{&quot;2026-07-22&quot;:16.82},{&quot;2026-07-23&quot;:16.96},{&quot;2026-07-24&quot;:17.06},{&quot;2026-07-25&quot;:17.06},{&quot;2026-07-26&quot;:17.18},{&quot;2026-07-27&quot;:17.04},{&quot;2026-07-28&quot;:17.35},{&quot;2026-07-29&quot;:17.35},{&quot;2026-07-30&quot;:17.35},{&quot;2026-07-31&quot;:17.52},{&quot;2026-08-01&quot;:17.41},{&quot;2026-08-02&quot;:17.41},{&quot;2026-08-03&quot;:17.53},{&quot;2026-08-04&quot;:18.71},{&quot;2026-08-05&quot;:19.31},{&quot;2026-08-07&quot;:19.56},{&quot;2026-08-08&quot;:19.75},{&quot;2026-08-09&quot;:19.61},{&quot;2026-08-10&quot;:19.67},{&quot;2026-08-11&quot;:19.35},{&quot;2026-08-12&quot;:19.61},{&quot;2026-08-13&quot;:19.61},{&quot;2026-08-14&quot;:19.61},{&quot;2026-08-15&quot;:19.61},{&quot;2026-08-16&quot;:19.92},{&quot;2026-08-17&quot;:20.17},{&quot;2026-08-18&quot;:21.32},{&quot;2026-08-19&quot;:22.52},{&quot;2026-08-20&quot;:22.58},{&quot;2026-08-21&quot;:22.56},{&quot;2026-08-22&quot;:22.56},{&quot;2026-08-23&quot;:22.56},{&quot;2026-08-24&quot;:22.76},{&quot;2026-08-25&quot;:22.79},{&quot;2026-08-26&quot;:23.06},{&quot;2026-08-27&quot;:23.22},{&quot;2026-08-28&quot;:23.22},{&quot;2026-08-29&quot;:23.22},{&quot;2026-08-30&quot;:24.58},{&quot;2026-08-31&quot;:25.07},{&quot;2026-09-01&quot;:25.07},{&quot;2026-09-02&quot;:25.07},{&quot;2026-09-03&quot;:25.07},{&quot;2026-09-04&quot;:25.07},{&quot;2026-09-05&quot;:25.81},{&quot;2026-09-06&quot;:26.92},{&quot;2026-09-07&quot;:27.32},{&quot;2026-09-08&quot;:27.32},{&quot;2026-09-09&quot;:27.72},{&quot;2026-09-10&quot;:28.29},{&quot;2026-09-11&quot;:28.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="18486"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-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">
            Sylvan Library
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $27.79
          </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="Sylvan Library" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/a/6ada256f-2e55-4c1f-b4d3-d7b10b498956.jpg?1783918436" />

        <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">
            Sylvan Library
        </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-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="Sylvan Library" src="https://cards.scryfall.io/large/front/6/a/6ada256f-2e55-4c1f-b4d3-d7b10b498956.jpg?1783918436" />
    </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">
                $27.79
              </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">
                $28.17
              </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">$19.00</span>
              <span class="text-xs text-grey-text">Credit: $24.70</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;:26.78},{&quot;2026-06-13&quot;:26.78},{&quot;2026-06-14&quot;:26.78},{&quot;2026-06-15&quot;:26.78},{&quot;2026-06-16&quot;:26.78},{&quot;2026-06-17&quot;:26.78},{&quot;2026-06-18&quot;:26.78},{&quot;2026-06-19&quot;:26.78},{&quot;2026-06-20&quot;:26.78},{&quot;2026-06-21&quot;:26.78},{&quot;2026-06-22&quot;:26.78},{&quot;2026-06-23&quot;:26.83},{&quot;2026-06-24&quot;:26.83},{&quot;2026-06-25&quot;:26.83},{&quot;2026-06-26&quot;:27.32},{&quot;2026-06-27&quot;:27.32},{&quot;2026-06-28&quot;:27.32},{&quot;2026-06-29&quot;:27.32},{&quot;2026-06-30&quot;:27.32},{&quot;2026-07-01&quot;:27.36},{&quot;2026-07-02&quot;:27.36},{&quot;2026-07-03&quot;:27.36},{&quot;2026-07-04&quot;:27.32},{&quot;2026-07-05&quot;:27.32},{&quot;2026-07-06&quot;:27.14},{&quot;2026-07-07&quot;:27.15},{&quot;2026-07-08&quot;:27.62},{&quot;2026-07-09&quot;:27.62},{&quot;2026-07-10&quot;:28.04},{&quot;2026-07-11&quot;:27.94},{&quot;2026-07-12&quot;:27.94},{&quot;2026-07-13&quot;:27.94},{&quot;2026-07-14&quot;:27.94},{&quot;2026-07-15&quot;:27.94},{&quot;2026-07-16&quot;:27.94},{&quot;2026-07-17&quot;:27.94},{&quot;2026-07-18&quot;:27.94},{&quot;2026-07-19&quot;:27.94},{&quot;2026-07-20&quot;:27.94},{&quot;2026-07-21&quot;:27.94},{&quot;2026-07-23&quot;:27.94},{&quot;2026-07-24&quot;:27.94},{&quot;2026-07-25&quot;:27.94},{&quot;2026-07-26&quot;:27.94},{&quot;2026-07-27&quot;:27.94},{&quot;2026-07-28&quot;:27.94},{&quot;2026-07-29&quot;:27.94},{&quot;2026-07-30&quot;:27.94},{&quot;2026-07-31&quot;:27.94},{&quot;2026-08-01&quot;:27.94},{&quot;2026-08-02&quot;:27.92},{&quot;2026-08-03&quot;:28.09},{&quot;2026-08-04&quot;:28.09},{&quot;2026-08-05&quot;:28.05},{&quot;2026-08-07&quot;:28.04},{&quot;2026-08-08&quot;:28.04},{&quot;2026-08-09&quot;:28.08},{&quot;2026-08-10&quot;:28.08},{&quot;2026-08-11&quot;:28.12},{&quot;2026-08-12&quot;:28.12},{&quot;2026-08-13&quot;:28.17},{&quot;2026-08-14&quot;:28.17},{&quot;2026-08-15&quot;:28.17},{&quot;2026-08-16&quot;:28.18},{&quot;2026-08-17&quot;:28.26},{&quot;2026-08-18&quot;:28.26},{&quot;2026-08-19&quot;:28.26},{&quot;2026-08-20&quot;:28.26},{&quot;2026-08-21&quot;:28.35},{&quot;2026-08-22&quot;:28.35},{&quot;2026-08-23&quot;:28.31},{&quot;2026-08-24&quot;:28.31},{&quot;2026-08-25&quot;:28.31},{&quot;2026-08-26&quot;:28.22},{&quot;2026-08-27&quot;:28.22},{&quot;2026-08-28&quot;:28.22},{&quot;2026-08-29&quot;:28.22},{&quot;2026-08-30&quot;:27.6},{&quot;2026-08-31&quot;:27.6},{&quot;2026-09-01&quot;:27.57},{&quot;2026-09-02&quot;:27.84},{&quot;2026-09-03&quot;:27.84},{&quot;2026-09-04&quot;:27.84},{&quot;2026-09-05&quot;:27.84},{&quot;2026-09-06&quot;:28.17},{&quot;2026-09-07&quot;:28.17},{&quot;2026-09-08&quot;:28.17},{&quot;2026-09-09&quot;:28.17},{&quot;2026-09-10&quot;:28.17},{&quot;2026-09-11&quot;:28.17}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:29.22},{&quot;2026-06-13&quot;:29.45},{&quot;2026-06-14&quot;:29.45},{&quot;2026-06-15&quot;:29.25},{&quot;2026-06-16&quot;:29.25},{&quot;2026-06-17&quot;:29.73},{&quot;2026-06-18&quot;:29.73},{&quot;2026-06-19&quot;:29.02},{&quot;2026-06-20&quot;:29.02},{&quot;2026-06-21&quot;:29.6},{&quot;2026-06-22&quot;:29.6},{&quot;2026-06-23&quot;:29.6},{&quot;2026-06-24&quot;:29.6},{&quot;2026-06-25&quot;:29.69},{&quot;2026-06-26&quot;:29.69},{&quot;2026-06-27&quot;:29.69},{&quot;2026-06-28&quot;:29.69},{&quot;2026-06-29&quot;:29.69},{&quot;2026-06-30&quot;:29.69},{&quot;2026-07-01&quot;:29.69},{&quot;2026-07-02&quot;:29.37},{&quot;2026-07-03&quot;:29.24},{&quot;2026-07-04&quot;:29.53},{&quot;2026-07-05&quot;:29.53},{&quot;2026-07-06&quot;:29.53},{&quot;2026-07-07&quot;:29.64},{&quot;2026-07-08&quot;:29.64},{&quot;2026-07-09&quot;:29.68},{&quot;2026-07-10&quot;:29.68},{&quot;2026-07-11&quot;:29.69},{&quot;2026-07-12&quot;:29.69},{&quot;2026-07-13&quot;:29.73},{&quot;2026-07-14&quot;:29.16},{&quot;2026-07-15&quot;:29.4},{&quot;2026-07-16&quot;:29.31},{&quot;2026-07-17&quot;:29.31},{&quot;2026-07-18&quot;:29.31},{&quot;2026-07-19&quot;:29.31},{&quot;2026-07-20&quot;:29.31},{&quot;2026-07-21&quot;:29.48},{&quot;2026-07-23&quot;:28.61},{&quot;2026-07-24&quot;:28.61},{&quot;2026-07-25&quot;:28.61},{&quot;2026-07-26&quot;:28.61},{&quot;2026-07-27&quot;:28.18},{&quot;2026-07-28&quot;:27.63},{&quot;2026-07-29&quot;:27.92},{&quot;2026-07-30&quot;:27.61},{&quot;2026-07-31&quot;:27.61},{&quot;2026-08-01&quot;:27.61},{&quot;2026-08-02&quot;:27.53},{&quot;2026-08-03&quot;:27.53},{&quot;2026-08-04&quot;:27.44},{&quot;2026-08-05&quot;:27.11},{&quot;2026-08-07&quot;:26.59},{&quot;2026-08-08&quot;:26.59},{&quot;2026-08-09&quot;:26.48},{&quot;2026-08-10&quot;:26.43},{&quot;2026-08-11&quot;:26.59},{&quot;2026-08-12&quot;:26.81},{&quot;2026-08-13&quot;:26.58},{&quot;2026-08-14&quot;:26.58},{&quot;2026-08-15&quot;:26.34},{&quot;2026-08-16&quot;:26.09},{&quot;2026-08-17&quot;:25.86},{&quot;2026-08-18&quot;:25.86},{&quot;2026-08-19&quot;:25.89},{&quot;2026-08-20&quot;:25.89},{&quot;2026-08-21&quot;:26.07},{&quot;2026-08-22&quot;:26.07},{&quot;2026-08-23&quot;:26.02},{&quot;2026-08-24&quot;:26.02},{&quot;2026-08-25&quot;:26.02},{&quot;2026-08-26&quot;:25.92},{&quot;2026-08-27&quot;:25.92},{&quot;2026-08-28&quot;:25.92},{&quot;2026-08-29&quot;:25.92},{&quot;2026-08-30&quot;:25.85},{&quot;2026-08-31&quot;:26.24},{&quot;2026-09-01&quot;:26.35},{&quot;2026-09-02&quot;:26.35},{&quot;2026-09-03&quot;:26.35},{&quot;2026-09-04&quot;:26.35},{&quot;2026-09-05&quot;:26.35},{&quot;2026-09-06&quot;:26.55},{&quot;2026-09-07&quot;:26.48},{&quot;2026-09-08&quot;:27.9},{&quot;2026-09-09&quot;:27.9},{&quot;2026-09-10&quot;:27.9},{&quot;2026-09-11&quot;:27.79}]}"
        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="14160"
  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-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">
            Rise of the Eldrazi
        </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">
            $27.64
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rise of the Eldrazi" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/a/4a4d851b-1fa9-4f5d-a8f6-6967b1ee5b50.jpg?1783915486" />

        <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">
            Rise of the Eldrazi
        </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-9'></i><i class='no-tailwind ms ms-cost ml-0 ms-c'></i><i class='no-tailwind ms ms-cost ml-0 ms-c'></i><i class='no-tailwind ms ms-cost ml-0 ms-c'></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="Rise of the Eldrazi" src="https://cards.scryfall.io/large/front/4/a/4a4d851b-1fa9-4f5d-a8f6-6967b1ee5b50.jpg?1783915486" />
    </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">
                $27.64
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$18.50</span>
              <span class="text-xs text-grey-text">Credit: $24.05</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;:21.61},{&quot;2026-06-14&quot;:21.97},{&quot;2026-06-15&quot;:22.48},{&quot;2026-06-16&quot;:22.41},{&quot;2026-06-17&quot;:22.63},{&quot;2026-06-18&quot;:22.95},{&quot;2026-06-19&quot;:23.25},{&quot;2026-06-20&quot;:23.67},{&quot;2026-06-21&quot;:25.08},{&quot;2026-06-22&quot;:25.48},{&quot;2026-06-23&quot;:25.81},{&quot;2026-06-24&quot;:25.64},{&quot;2026-06-25&quot;:25.64},{&quot;2026-06-26&quot;:25.42},{&quot;2026-06-27&quot;:25.14},{&quot;2026-06-28&quot;:25.0},{&quot;2026-06-29&quot;:24.74},{&quot;2026-06-30&quot;:24.63},{&quot;2026-07-01&quot;:24.69},{&quot;2026-07-02&quot;:24.28},{&quot;2026-07-03&quot;:24.23},{&quot;2026-07-04&quot;:24.36},{&quot;2026-07-05&quot;:24.02},{&quot;2026-07-06&quot;:24.5},{&quot;2026-07-07&quot;:24.29},{&quot;2026-07-08&quot;:24.8},{&quot;2026-07-09&quot;:24.99},{&quot;2026-07-10&quot;:24.92},{&quot;2026-07-11&quot;:24.92},{&quot;2026-07-12&quot;:25.37},{&quot;2026-07-13&quot;:25.92},{&quot;2026-07-14&quot;:26.0},{&quot;2026-07-15&quot;:26.64},{&quot;2026-07-16&quot;:26.53},{&quot;2026-07-17&quot;:26.5},{&quot;2026-07-18&quot;:26.63},{&quot;2026-07-19&quot;:26.27},{&quot;2026-07-20&quot;:26.37},{&quot;2026-07-21&quot;:26.37},{&quot;2026-07-22&quot;:26.61},{&quot;2026-07-23&quot;:26.55},{&quot;2026-07-24&quot;:26.32},{&quot;2026-07-25&quot;:26.19},{&quot;2026-07-26&quot;:26.73},{&quot;2026-07-27&quot;:26.45},{&quot;2026-07-28&quot;:26.42},{&quot;2026-07-29&quot;:26.45},{&quot;2026-07-30&quot;:26.39},{&quot;2026-07-31&quot;:26.64},{&quot;2026-08-01&quot;:26.88},{&quot;2026-08-02&quot;:26.83},{&quot;2026-08-03&quot;:26.95},{&quot;2026-08-04&quot;:26.89},{&quot;2026-08-05&quot;:26.78},{&quot;2026-08-07&quot;:27.06},{&quot;2026-08-08&quot;:27.28},{&quot;2026-08-09&quot;:27.45},{&quot;2026-08-10&quot;:27.64},{&quot;2026-08-11&quot;:27.63},{&quot;2026-08-12&quot;:27.77},{&quot;2026-08-13&quot;:27.78},{&quot;2026-08-14&quot;:27.84},{&quot;2026-08-15&quot;:27.68},{&quot;2026-08-16&quot;:27.69},{&quot;2026-08-17&quot;:27.64},{&quot;2026-08-18&quot;:27.59},{&quot;2026-08-19&quot;:27.58},{&quot;2026-08-20&quot;:27.58},{&quot;2026-08-21&quot;:27.57},{&quot;2026-08-22&quot;:27.58},{&quot;2026-08-23&quot;:27.58},{&quot;2026-08-24&quot;:27.61},{&quot;2026-08-25&quot;:27.61},{&quot;2026-08-26&quot;:27.69},{&quot;2026-08-27&quot;:27.61},{&quot;2026-08-28&quot;:27.61},{&quot;2026-08-29&quot;:27.61},{&quot;2026-08-30&quot;:27.25},{&quot;2026-08-31&quot;:27.35},{&quot;2026-09-01&quot;:27.51},{&quot;2026-09-02&quot;:27.6},{&quot;2026-09-03&quot;:27.63},{&quot;2026-09-04&quot;:27.56},{&quot;2026-09-05&quot;:27.56},{&quot;2026-09-06&quot;:27.46},{&quot;2026-09-07&quot;:27.6},{&quot;2026-09-08&quot;:27.72},{&quot;2026-09-09&quot;:27.84},{&quot;2026-09-10&quot;:27.72},{&quot;2026-09-11&quot;:27.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Yawgmoth, Thran Physician" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/6/8690cbcc-f8fd-41f7-9e28-e61c12b04014.jpg?1783933118" />

        <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">
            Yawgmoth, Thran Physician
        </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 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-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="Yawgmoth, Thran Physician" src="https://cards.scryfall.io/large/front/8/6/8690cbcc-f8fd-41f7-9e28-e61c12b04014.jpg?1783933118" />
    </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">
                $27.57
              </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">
                $44.65
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$19.00</span>
              <span class="text-xs text-grey-text">Credit: $24.70</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;:32.51},{&quot;2026-06-12&quot;:32.51},{&quot;2026-06-13&quot;:32.51},{&quot;2026-06-14&quot;:32.51},{&quot;2026-06-15&quot;:32.51},{&quot;2026-06-16&quot;:32.51},{&quot;2026-06-17&quot;:32.51},{&quot;2026-06-18&quot;:32.51},{&quot;2026-06-19&quot;:32.51},{&quot;2026-06-20&quot;:33.17},{&quot;2026-06-21&quot;:33.17},{&quot;2026-06-22&quot;:33.17},{&quot;2026-06-23&quot;:33.17},{&quot;2026-06-24&quot;:33.17},{&quot;2026-06-25&quot;:33.17},{&quot;2026-06-26&quot;:33.17},{&quot;2026-06-27&quot;:33.17},{&quot;2026-06-28&quot;:33.17},{&quot;2026-06-29&quot;:34.03},{&quot;2026-06-30&quot;:33.85},{&quot;2026-07-01&quot;:33.85},{&quot;2026-07-02&quot;:33.85},{&quot;2026-07-03&quot;:33.85},{&quot;2026-07-04&quot;:34.72},{&quot;2026-07-05&quot;:34.72},{&quot;2026-07-06&quot;:34.72},{&quot;2026-07-07&quot;:34.72},{&quot;2026-07-08&quot;:34.72},{&quot;2026-07-09&quot;:34.72},{&quot;2026-07-10&quot;:35.73},{&quot;2026-07-11&quot;:35.73},{&quot;2026-07-12&quot;:35.73},{&quot;2026-07-13&quot;:35.73},{&quot;2026-07-14&quot;:35.73},{&quot;2026-07-15&quot;:35.73},{&quot;2026-07-16&quot;:35.73},{&quot;2026-07-17&quot;:36.82},{&quot;2026-07-18&quot;:39.05},{&quot;2026-07-19&quot;:40.66},{&quot;2026-07-20&quot;:40.66},{&quot;2026-07-21&quot;:40.66},{&quot;2026-07-23&quot;:40.66},{&quot;2026-07-25&quot;:40.66},{&quot;2026-07-26&quot;:40.66},{&quot;2026-07-27&quot;:41.79},{&quot;2026-07-28&quot;:41.79},{&quot;2026-07-29&quot;:41.79},{&quot;2026-07-30&quot;:41.4},{&quot;2026-07-31&quot;:40.84},{&quot;2026-08-01&quot;:40.84},{&quot;2026-08-02&quot;:40.84},{&quot;2026-08-03&quot;:40.84},{&quot;2026-08-04&quot;:43.49},{&quot;2026-08-05&quot;:43.49},{&quot;2026-08-07&quot;:43.49},{&quot;2026-08-08&quot;:43.49},{&quot;2026-08-09&quot;:43.49},{&quot;2026-08-10&quot;:43.49},{&quot;2026-08-11&quot;:43.49},{&quot;2026-08-12&quot;:43.49},{&quot;2026-08-13&quot;:43.49},{&quot;2026-08-14&quot;:43.49},{&quot;2026-08-15&quot;:43.49},{&quot;2026-08-16&quot;:43.49},{&quot;2026-08-17&quot;:43.49},{&quot;2026-08-18&quot;:43.49},{&quot;2026-08-19&quot;:43.49},{&quot;2026-08-20&quot;:43.49},{&quot;2026-08-21&quot;:43.49},{&quot;2026-08-22&quot;:43.49},{&quot;2026-08-23&quot;:43.49},{&quot;2026-08-24&quot;:43.49},{&quot;2026-08-25&quot;:43.49},{&quot;2026-08-26&quot;:43.87},{&quot;2026-08-27&quot;:43.87},{&quot;2026-08-28&quot;:43.87},{&quot;2026-08-29&quot;:43.87},{&quot;2026-08-30&quot;:43.87},{&quot;2026-08-31&quot;:43.87},{&quot;2026-09-01&quot;:43.87},{&quot;2026-09-02&quot;:44.65},{&quot;2026-09-03&quot;:44.65},{&quot;2026-09-04&quot;:44.65},{&quot;2026-09-05&quot;:44.65},{&quot;2026-09-06&quot;:44.65},{&quot;2026-09-07&quot;:44.65},{&quot;2026-09-08&quot;:44.65},{&quot;2026-09-09&quot;:44.65},{&quot;2026-09-10&quot;:44.65},{&quot;2026-09-11&quot;:44.65}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:36.33},{&quot;2026-06-12&quot;:36.33},{&quot;2026-06-13&quot;:36.53},{&quot;2026-06-14&quot;:36.53},{&quot;2026-06-15&quot;:36.53},{&quot;2026-06-16&quot;:36.53},{&quot;2026-06-17&quot;:35.93},{&quot;2026-06-18&quot;:35.89},{&quot;2026-06-19&quot;:35.49},{&quot;2026-06-20&quot;:35.49},{&quot;2026-06-21&quot;:34.85},{&quot;2026-06-22&quot;:34.85},{&quot;2026-06-23&quot;:34.26},{&quot;2026-06-24&quot;:34.26},{&quot;2026-06-25&quot;:34.26},{&quot;2026-06-26&quot;:34.08},{&quot;2026-06-27&quot;:33.72},{&quot;2026-06-28&quot;:33.72},{&quot;2026-06-29&quot;:33.33},{&quot;2026-06-30&quot;:33.15},{&quot;2026-07-01&quot;:33.2},{&quot;2026-07-02&quot;:33.2},{&quot;2026-07-03&quot;:33.2},{&quot;2026-07-04&quot;:32.67},{&quot;2026-07-05&quot;:32.47},{&quot;2026-07-06&quot;:32.47},{&quot;2026-07-07&quot;:32.69},{&quot;2026-07-08&quot;:32.69},{&quot;2026-07-09&quot;:32.71},{&quot;2026-07-10&quot;:32.61},{&quot;2026-07-11&quot;:32.26},{&quot;2026-07-12&quot;:32.26},{&quot;2026-07-13&quot;:32.26},{&quot;2026-07-14&quot;:31.81},{&quot;2026-07-15&quot;:31.77},{&quot;2026-07-16&quot;:31.77},{&quot;2026-07-17&quot;:31.95},{&quot;2026-07-18&quot;:31.76},{&quot;2026-07-19&quot;:31.74},{&quot;2026-07-20&quot;:31.72},{&quot;2026-07-21&quot;:31.72},{&quot;2026-07-23&quot;:31.76},{&quot;2026-07-25&quot;:31.34},{&quot;2026-07-26&quot;:31.32},{&quot;2026-07-27&quot;:31.32},{&quot;2026-07-28&quot;:31.32},{&quot;2026-07-29&quot;:31.32},{&quot;2026-07-30&quot;:31.32},{&quot;2026-07-31&quot;:31.11},{&quot;2026-08-01&quot;:30.73},{&quot;2026-08-02&quot;:30.51},{&quot;2026-08-03&quot;:30.58},{&quot;2026-08-04&quot;:30.12},{&quot;2026-08-05&quot;:30.44},{&quot;2026-08-07&quot;:30.01},{&quot;2026-08-08&quot;:29.78},{&quot;2026-08-09&quot;:29.59},{&quot;2026-08-10&quot;:29.61},{&quot;2026-08-11&quot;:29.61},{&quot;2026-08-12&quot;:29.54},{&quot;2026-08-13&quot;:29.55},{&quot;2026-08-14&quot;:29.45},{&quot;2026-08-15&quot;:28.89},{&quot;2026-08-16&quot;:28.72},{&quot;2026-08-17&quot;:28.45},{&quot;2026-08-18&quot;:28.29},{&quot;2026-08-19&quot;:28.06},{&quot;2026-08-20&quot;:28.06},{&quot;2026-08-21&quot;:28.1},{&quot;2026-08-22&quot;:28.1},{&quot;2026-08-23&quot;:28.29},{&quot;2026-08-24&quot;:27.98},{&quot;2026-08-25&quot;:27.98},{&quot;2026-08-26&quot;:27.84},{&quot;2026-08-27&quot;:27.73},{&quot;2026-08-28&quot;:27.61},{&quot;2026-08-29&quot;:27.61},{&quot;2026-08-30&quot;:27.68},{&quot;2026-08-31&quot;:27.67},{&quot;2026-09-01&quot;:27.67},{&quot;2026-09-02&quot;:27.73},{&quot;2026-09-03&quot;:27.36},{&quot;2026-09-04&quot;:27.57},{&quot;2026-09-05&quot;:27.45},{&quot;2026-09-06&quot;:27.61},{&quot;2026-09-07&quot;:27.44},{&quot;2026-09-08&quot;:27.17},{&quot;2026-09-09&quot;:27.57},{&quot;2026-09-10&quot;:27.57},{&quot;2026-09-11&quot;:27.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112368"
  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">
            Atraxa, Praetors&#39; Voice
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $27.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="Atraxa, Praetors&#39; Voice" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/974900db-87c4-4d39-8687-90ca7a8b6dda.jpg?1782736104" />

        <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">
            Atraxa, Praetors&#39; Voice
        </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 Angel Horror</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Atraxa, Praetors&#39; Voice" src="https://cards.scryfall.io/large/front/9/7/974900db-87c4-4d39-8687-90ca7a8b6dda.jpg?1782736104" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-07-31&quot;:27.72},{&quot;2026-08-01&quot;:27.4},{&quot;2026-08-02&quot;:26.41},{&quot;2026-08-03&quot;:25.94},{&quot;2026-08-04&quot;:25.66},{&quot;2026-08-05&quot;:26.08},{&quot;2026-08-07&quot;:26.39},{&quot;2026-08-08&quot;:26.82},{&quot;2026-08-09&quot;:26.71},{&quot;2026-08-10&quot;:26.77},{&quot;2026-08-11&quot;:26.77},{&quot;2026-08-12&quot;:26.43},{&quot;2026-08-13&quot;:26.61},{&quot;2026-08-14&quot;:26.92},{&quot;2026-08-15&quot;:26.8},{&quot;2026-08-16&quot;:27.18},{&quot;2026-08-17&quot;:27.4},{&quot;2026-08-18&quot;:26.9},{&quot;2026-08-19&quot;:26.77},{&quot;2026-08-20&quot;:26.77},{&quot;2026-08-21&quot;:25.89},{&quot;2026-08-22&quot;:25.97},{&quot;2026-08-23&quot;:26.3},{&quot;2026-08-24&quot;:26.4},{&quot;2026-08-25&quot;:26.28},{&quot;2026-08-26&quot;:25.97},{&quot;2026-08-27&quot;:25.28},{&quot;2026-08-28&quot;:25.56},{&quot;2026-08-29&quot;:25.56},{&quot;2026-08-30&quot;:26.32},{&quot;2026-08-31&quot;:25.68},{&quot;2026-09-01&quot;:25.88},{&quot;2026-09-02&quot;:26.49},{&quot;2026-09-03&quot;:26.67},{&quot;2026-09-04&quot;:26.61},{&quot;2026-09-05&quot;:26.84},{&quot;2026-09-06&quot;:27.09},{&quot;2026-09-07&quot;:27.25},{&quot;2026-09-08&quot;:27.4},{&quot;2026-09-09&quot;:27.46},{&quot;2026-09-10&quot;:27.47},{&quot;2026-09-11&quot;:27.47}],&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="84831"
  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">
            Dolmen Gate
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Dolmen Gate
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dolmen Gate" src="https://cards.scryfall.io/large/front/8/a/8a44fcd0-9c12-4cd7-9eff-b58294891fdc.jpg?1783916113" />
    </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">
                $27.16
              </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">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:28.18},{&quot;2026-06-14&quot;:28.42},{&quot;2026-06-15&quot;:28.52},{&quot;2026-06-16&quot;:28.5},{&quot;2026-06-17&quot;:28.5},{&quot;2026-06-18&quot;:28.5},{&quot;2026-06-19&quot;:28.62},{&quot;2026-06-20&quot;:28.79},{&quot;2026-06-21&quot;:28.88},{&quot;2026-06-22&quot;:28.7},{&quot;2026-06-23&quot;:28.49},{&quot;2026-06-24&quot;:28.28},{&quot;2026-06-25&quot;:28.28},{&quot;2026-06-26&quot;:28.26},{&quot;2026-06-27&quot;:28.35},{&quot;2026-06-28&quot;:28.35},{&quot;2026-06-29&quot;:28.13},{&quot;2026-06-30&quot;:28.13},{&quot;2026-07-01&quot;:28.53},{&quot;2026-07-02&quot;:28.4},{&quot;2026-07-03&quot;:28.25},{&quot;2026-07-04&quot;:28.29},{&quot;2026-07-05&quot;:28.12},{&quot;2026-07-06&quot;:28.4},{&quot;2026-07-07&quot;:28.48},{&quot;2026-07-08&quot;:28.46},{&quot;2026-07-09&quot;:28.44},{&quot;2026-07-10&quot;:28.64},{&quot;2026-07-11&quot;:28.64},{&quot;2026-07-12&quot;:28.75},{&quot;2026-07-13&quot;:28.75},{&quot;2026-07-14&quot;:28.75},{&quot;2026-07-15&quot;:28.75},{&quot;2026-07-16&quot;:28.67},{&quot;2026-07-17&quot;:28.67},{&quot;2026-07-18&quot;:28.67},{&quot;2026-07-19&quot;:28.66},{&quot;2026-07-20&quot;:28.66},{&quot;2026-07-21&quot;:28.66},{&quot;2026-07-22&quot;:28.66},{&quot;2026-07-23&quot;:28.82},{&quot;2026-07-24&quot;:28.91},{&quot;2026-07-25&quot;:28.91},{&quot;2026-07-26&quot;:29.06},{&quot;2026-07-27&quot;:28.98},{&quot;2026-07-28&quot;:29.11},{&quot;2026-07-29&quot;:29.11},{&quot;2026-07-30&quot;:29.11},{&quot;2026-07-31&quot;:29.33},{&quot;2026-08-01&quot;:29.34},{&quot;2026-08-02&quot;:29.34},{&quot;2026-08-03&quot;:29.02},{&quot;2026-08-04&quot;:28.98},{&quot;2026-08-05&quot;:28.78},{&quot;2026-08-07&quot;:28.53},{&quot;2026-08-08&quot;:28.2},{&quot;2026-08-09&quot;:28.01},{&quot;2026-08-10&quot;:27.35},{&quot;2026-08-11&quot;:27.06},{&quot;2026-08-12&quot;:26.86},{&quot;2026-08-13&quot;:26.72},{&quot;2026-08-14&quot;:26.05},{&quot;2026-08-15&quot;:25.97},{&quot;2026-08-16&quot;:25.87},{&quot;2026-08-17&quot;:25.68},{&quot;2026-08-18&quot;:25.94},{&quot;2026-08-19&quot;:26.1},{&quot;2026-08-20&quot;:26.62},{&quot;2026-08-21&quot;:26.62},{&quot;2026-08-22&quot;:27.01},{&quot;2026-08-23&quot;:27.15},{&quot;2026-08-24&quot;:27.15},{&quot;2026-08-25&quot;:27.15},{&quot;2026-08-26&quot;:27.15},{&quot;2026-08-27&quot;:27.38},{&quot;2026-08-28&quot;:27.38},{&quot;2026-08-29&quot;:27.38},{&quot;2026-08-30&quot;:27.74},{&quot;2026-08-31&quot;:27.74},{&quot;2026-09-01&quot;:27.46},{&quot;2026-09-02&quot;:27.28},{&quot;2026-09-03&quot;:27.49},{&quot;2026-09-04&quot;:27.49},{&quot;2026-09-05&quot;:27.86},{&quot;2026-09-06&quot;:27.42},{&quot;2026-09-07&quot;:27.42},{&quot;2026-09-08&quot;:27.16},{&quot;2026-09-09&quot;:27.16},{&quot;2026-09-10&quot;:27.16},{&quot;2026-09-11&quot;:27.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Queen of Dale" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/d/7d635dfb-0a48-4965-82d1-d98f943bb28d.jpg?1784377077" />

        <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 Queen of Dale
        </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 Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="The Queen of Dale" src="https://cards.scryfall.io/large/front/7/d/7d635dfb-0a48-4965-82d1-d98f943bb28d.jpg?1784377077" />
    </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">
                $27.12
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-07&quot;:52.97},{&quot;2026-08-08&quot;:40.67},{&quot;2026-08-09&quot;:36.6},{&quot;2026-08-10&quot;:35.43},{&quot;2026-08-11&quot;:36.4},{&quot;2026-08-12&quot;:37.55},{&quot;2026-08-13&quot;:38.44},{&quot;2026-08-14&quot;:39.41},{&quot;2026-08-15&quot;:37.84},{&quot;2026-08-16&quot;:35.67},{&quot;2026-08-17&quot;:37.91},{&quot;2026-08-18&quot;:39.63},{&quot;2026-08-19&quot;:41.34},{&quot;2026-08-20&quot;:41.31},{&quot;2026-08-21&quot;:41.52},{&quot;2026-08-22&quot;:45.39},{&quot;2026-08-23&quot;:49.76},{&quot;2026-08-24&quot;:53.32},{&quot;2026-08-25&quot;:53.81},{&quot;2026-08-26&quot;:53.27},{&quot;2026-08-27&quot;:52.45},{&quot;2026-08-28&quot;:53.8},{&quot;2026-08-29&quot;:53.8},{&quot;2026-08-30&quot;:53.17},{&quot;2026-08-31&quot;:52.89},{&quot;2026-09-01&quot;:51.62},{&quot;2026-09-02&quot;:51.16},{&quot;2026-09-03&quot;:49.23},{&quot;2026-09-04&quot;:48.85},{&quot;2026-09-05&quot;:49.79},{&quot;2026-09-06&quot;:49.55},{&quot;2026-09-07&quot;:49.48},{&quot;2026-09-08&quot;:48.88},{&quot;2026-09-09&quot;:47.71},{&quot;2026-09-10&quot;:46.22},{&quot;2026-09-11&quot;:44.98}],&quot;normal&quot;:[{&quot;2026-08-02&quot;:52.98},{&quot;2026-08-03&quot;:52.98},{&quot;2026-08-04&quot;:52.98},{&quot;2026-08-05&quot;:36.98},{&quot;2026-08-07&quot;:27.49},{&quot;2026-08-08&quot;:24.21},{&quot;2026-08-09&quot;:25.79},{&quot;2026-08-10&quot;:26.49},{&quot;2026-08-11&quot;:26.66},{&quot;2026-08-12&quot;:26.67},{&quot;2026-08-13&quot;:26.56},{&quot;2026-08-14&quot;:26.3},{&quot;2026-08-15&quot;:22.35},{&quot;2026-08-16&quot;:22.75},{&quot;2026-08-17&quot;:25.03},{&quot;2026-08-18&quot;:25.18},{&quot;2026-08-19&quot;:26.4},{&quot;2026-08-20&quot;:28.88},{&quot;2026-08-21&quot;:27.51},{&quot;2026-08-22&quot;:29.71},{&quot;2026-08-23&quot;:31.69},{&quot;2026-08-24&quot;:31.79},{&quot;2026-08-25&quot;:31.88},{&quot;2026-08-26&quot;:31.9},{&quot;2026-08-27&quot;:31.71},{&quot;2026-08-28&quot;:31.97},{&quot;2026-08-29&quot;:31.97},{&quot;2026-08-30&quot;:30.72},{&quot;2026-08-31&quot;:28.99},{&quot;2026-09-01&quot;:28.2},{&quot;2026-09-02&quot;:28.31},{&quot;2026-09-03&quot;:28.17},{&quot;2026-09-04&quot;:28.75},{&quot;2026-09-05&quot;:28.82},{&quot;2026-09-06&quot;:27.66},{&quot;2026-09-07&quot;:26.47},{&quot;2026-09-08&quot;:26.62},{&quot;2026-09-09&quot;:27.07},{&quot;2026-09-10&quot;:27.41},{&quot;2026-09-11&quot;:27.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Aetherflux Reservoir
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Aetherflux Reservoir" src="https://cards.scryfall.io/large/front/7/f/7f5342d5-b8a6-46ee-afd7-b333bb836a7c.jpg?1783919800" />
    </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">
                $27.07
              </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">
                $36.65
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:32.85},{&quot;2026-06-14&quot;:32.85},{&quot;2026-06-15&quot;:32.71},{&quot;2026-06-16&quot;:32.71},{&quot;2026-06-17&quot;:32.55},{&quot;2026-06-18&quot;:32.79},{&quot;2026-06-19&quot;:32.79},{&quot;2026-06-20&quot;:32.79},{&quot;2026-06-21&quot;:32.79},{&quot;2026-06-22&quot;:32.79},{&quot;2026-06-23&quot;:32.79},{&quot;2026-06-24&quot;:32.87},{&quot;2026-06-25&quot;:32.87},{&quot;2026-06-26&quot;:32.87},{&quot;2026-06-27&quot;:32.87},{&quot;2026-06-28&quot;:32.82},{&quot;2026-06-29&quot;:32.83},{&quot;2026-06-30&quot;:32.83},{&quot;2026-07-01&quot;:32.83},{&quot;2026-07-02&quot;:32.83},{&quot;2026-07-03&quot;:32.8},{&quot;2026-07-04&quot;:32.8},{&quot;2026-07-05&quot;:32.82},{&quot;2026-07-06&quot;:32.82},{&quot;2026-07-07&quot;:32.82},{&quot;2026-07-08&quot;:32.82},{&quot;2026-07-09&quot;:32.82},{&quot;2026-07-10&quot;:32.82},{&quot;2026-07-11&quot;:32.82},{&quot;2026-07-12&quot;:32.82},{&quot;2026-07-13&quot;:32.83},{&quot;2026-07-14&quot;:32.83},{&quot;2026-07-15&quot;:32.83},{&quot;2026-07-16&quot;:32.78},{&quot;2026-07-17&quot;:32.78},{&quot;2026-07-18&quot;:32.78},{&quot;2026-07-19&quot;:32.78},{&quot;2026-07-20&quot;:32.78},{&quot;2026-07-21&quot;:32.78},{&quot;2026-07-22&quot;:32.78},{&quot;2026-07-23&quot;:32.78},{&quot;2026-07-24&quot;:32.78},{&quot;2026-07-25&quot;:32.78},{&quot;2026-07-26&quot;:32.83},{&quot;2026-07-27&quot;:32.83},{&quot;2026-07-28&quot;:32.99},{&quot;2026-07-29&quot;:32.99},{&quot;2026-07-30&quot;:32.99},{&quot;2026-07-31&quot;:32.89},{&quot;2026-08-01&quot;:32.89},{&quot;2026-08-02&quot;:33.02},{&quot;2026-08-03&quot;:32.98},{&quot;2026-08-04&quot;:32.98},{&quot;2026-08-05&quot;:33.01},{&quot;2026-08-07&quot;:33.01},{&quot;2026-08-08&quot;:33.14},{&quot;2026-08-09&quot;:33.14},{&quot;2026-08-10&quot;:34.37},{&quot;2026-08-11&quot;:34.58},{&quot;2026-08-12&quot;:34.58},{&quot;2026-08-13&quot;:34.58},{&quot;2026-08-14&quot;:34.58},{&quot;2026-08-15&quot;:34.58},{&quot;2026-08-16&quot;:34.58},{&quot;2026-08-17&quot;:34.63},{&quot;2026-08-18&quot;:35.57},{&quot;2026-08-19&quot;:35.71},{&quot;2026-08-20&quot;:35.71},{&quot;2026-08-21&quot;:35.71},{&quot;2026-08-22&quot;:35.71},{&quot;2026-08-23&quot;:35.71},{&quot;2026-08-24&quot;:35.71},{&quot;2026-08-25&quot;:35.69},{&quot;2026-08-26&quot;:35.69},{&quot;2026-08-27&quot;:35.69},{&quot;2026-08-28&quot;:35.69},{&quot;2026-08-29&quot;:35.69},{&quot;2026-08-30&quot;:35.69},{&quot;2026-08-31&quot;:35.69},{&quot;2026-09-01&quot;:35.69},{&quot;2026-09-02&quot;:36.3},{&quot;2026-09-03&quot;:36.3},{&quot;2026-09-04&quot;:36.52},{&quot;2026-09-05&quot;:36.52},{&quot;2026-09-06&quot;:36.65},{&quot;2026-09-07&quot;:36.65},{&quot;2026-09-08&quot;:36.65},{&quot;2026-09-09&quot;:36.65},{&quot;2026-09-10&quot;:36.65},{&quot;2026-09-11&quot;:36.65}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:26.68},{&quot;2026-06-14&quot;:26.49},{&quot;2026-06-15&quot;:26.49},{&quot;2026-06-16&quot;:26.56},{&quot;2026-06-17&quot;:26.56},{&quot;2026-06-18&quot;:26.66},{&quot;2026-06-19&quot;:26.68},{&quot;2026-06-20&quot;:26.48},{&quot;2026-06-21&quot;:26.48},{&quot;2026-06-22&quot;:26.46},{&quot;2026-06-23&quot;:26.46},{&quot;2026-06-24&quot;:26.23},{&quot;2026-06-25&quot;:26.23},{&quot;2026-06-26&quot;:26.62},{&quot;2026-06-27&quot;:26.63},{&quot;2026-06-28&quot;:25.06},{&quot;2026-06-29&quot;:26.06},{&quot;2026-06-30&quot;:26.06},{&quot;2026-07-01&quot;:25.58},{&quot;2026-07-02&quot;:25.58},{&quot;2026-07-03&quot;:25.8},{&quot;2026-07-04&quot;:27.75},{&quot;2026-07-05&quot;:27.75},{&quot;2026-07-06&quot;:27.75},{&quot;2026-07-07&quot;:27.79},{&quot;2026-07-08&quot;:28.07},{&quot;2026-07-09&quot;:28.3},{&quot;2026-07-10&quot;:28.3},{&quot;2026-07-11&quot;:28.29},{&quot;2026-07-12&quot;:28.89},{&quot;2026-07-13&quot;:28.05},{&quot;2026-07-14&quot;:28.25},{&quot;2026-07-15&quot;:29.27},{&quot;2026-07-16&quot;:28.52},{&quot;2026-07-17&quot;:28.99},{&quot;2026-07-18&quot;:27.76},{&quot;2026-07-19&quot;:28.84},{&quot;2026-07-20&quot;:28.84},{&quot;2026-07-21&quot;:29.11},{&quot;2026-07-22&quot;:29.11},{&quot;2026-07-23&quot;:29.52},{&quot;2026-07-24&quot;:29.63},{&quot;2026-07-25&quot;:30.47},{&quot;2026-07-26&quot;:30.43},{&quot;2026-07-27&quot;:31.35},{&quot;2026-07-28&quot;:31.06},{&quot;2026-07-29&quot;:31.06},{&quot;2026-07-30&quot;:31.09},{&quot;2026-07-31&quot;:30.59},{&quot;2026-08-01&quot;:30.91},{&quot;2026-08-02&quot;:31.35},{&quot;2026-08-03&quot;:30.85},{&quot;2026-08-04&quot;:30.85},{&quot;2026-08-05&quot;:30.49},{&quot;2026-08-07&quot;:30.41},{&quot;2026-08-08&quot;:29.86},{&quot;2026-08-09&quot;:30.2},{&quot;2026-08-10&quot;:30.21},{&quot;2026-08-11&quot;:30.21},{&quot;2026-08-12&quot;:29.45},{&quot;2026-08-13&quot;:29.37},{&quot;2026-08-14&quot;:29.37},{&quot;2026-08-15&quot;:28.74},{&quot;2026-08-16&quot;:28.74},{&quot;2026-08-17&quot;:28.18},{&quot;2026-08-18&quot;:27.93},{&quot;2026-08-19&quot;:28.55},{&quot;2026-08-20&quot;:28.55},{&quot;2026-08-21&quot;:28.55},{&quot;2026-08-22&quot;:28.54},{&quot;2026-08-23&quot;:29.1},{&quot;2026-08-24&quot;:29.52},{&quot;2026-08-25&quot;:29.25},{&quot;2026-08-26&quot;:29.25},{&quot;2026-08-27&quot;:29.25},{&quot;2026-08-28&quot;:29.25},{&quot;2026-08-29&quot;:29.25},{&quot;2026-08-30&quot;:28.6},{&quot;2026-08-31&quot;:28.81},{&quot;2026-09-01&quot;:28.81},{&quot;2026-09-02&quot;:28.39},{&quot;2026-09-03&quot;:27.17},{&quot;2026-09-04&quot;:27.17},{&quot;2026-09-05&quot;:27.17},{&quot;2026-09-06&quot;:27.17},{&quot;2026-09-07&quot;:26.53},{&quot;2026-09-08&quot;:26.67},{&quot;2026-09-09&quot;:27.07},{&quot;2026-09-10&quot;:27.07},{&quot;2026-09-11&quot;:27.07}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="21043"
  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">
            Sword of Light and Shadow
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $26.77
          </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="Sword of Light and Shadow" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/a/3a195efe-8c4f-479d-bd0f-563ee4bb49a1.jpg?1783930065" />

        <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">
            Sword of Light and Shadow
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of Light and Shadow" src="https://cards.scryfall.io/large/front/3/a/3a195efe-8c4f-479d-bd0f-563ee4bb49a1.jpg?1783930065" />
    </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">
                $26.77
              </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">
                $29.96
              </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">$16.00</span>
              <span class="text-xs text-grey-text">Credit: $20.80</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:28.59},{&quot;2026-06-14&quot;:28.59},{&quot;2026-06-15&quot;:28.59},{&quot;2026-06-16&quot;:28.59},{&quot;2026-06-17&quot;:28.59},{&quot;2026-06-18&quot;:28.79},{&quot;2026-06-19&quot;:28.79},{&quot;2026-06-20&quot;:28.99},{&quot;2026-06-21&quot;:28.99},{&quot;2026-06-22&quot;:28.99},{&quot;2026-06-23&quot;:28.99},{&quot;2026-06-24&quot;:28.99},{&quot;2026-06-25&quot;:28.99},{&quot;2026-06-26&quot;:28.95},{&quot;2026-06-27&quot;:28.95},{&quot;2026-06-28&quot;:28.95},{&quot;2026-06-29&quot;:28.95},{&quot;2026-06-30&quot;:29.0},{&quot;2026-07-01&quot;:29.0},{&quot;2026-07-02&quot;:29.0},{&quot;2026-07-03&quot;:29.0},{&quot;2026-07-04&quot;:28.61},{&quot;2026-07-05&quot;:28.61},{&quot;2026-07-06&quot;:28.61},{&quot;2026-07-07&quot;:27.81},{&quot;2026-07-08&quot;:27.81},{&quot;2026-07-09&quot;:27.81},{&quot;2026-07-10&quot;:27.79},{&quot;2026-07-11&quot;:27.79},{&quot;2026-07-12&quot;:27.79},{&quot;2026-07-13&quot;:27.79},{&quot;2026-07-14&quot;:27.79},{&quot;2026-07-15&quot;:27.79},{&quot;2026-07-16&quot;:27.79},{&quot;2026-07-17&quot;:27.91},{&quot;2026-07-18&quot;:27.91},{&quot;2026-07-19&quot;:27.91},{&quot;2026-07-20&quot;:27.91},{&quot;2026-07-21&quot;:27.91},{&quot;2026-07-22&quot;:27.91},{&quot;2026-07-23&quot;:27.91},{&quot;2026-07-24&quot;:27.82},{&quot;2026-07-25&quot;:27.82},{&quot;2026-07-26&quot;:27.9},{&quot;2026-07-27&quot;:27.9},{&quot;2026-07-28&quot;:27.9},{&quot;2026-07-29&quot;:27.87},{&quot;2026-07-30&quot;:27.89},{&quot;2026-07-31&quot;:27.89},{&quot;2026-08-01&quot;:27.89},{&quot;2026-08-02&quot;:28.3},{&quot;2026-08-03&quot;:28.3},{&quot;2026-08-04&quot;:28.3},{&quot;2026-08-05&quot;:28.36},{&quot;2026-08-07&quot;:28.69},{&quot;2026-08-08&quot;:28.58},{&quot;2026-08-09&quot;:28.44},{&quot;2026-08-10&quot;:28.44},{&quot;2026-08-11&quot;:28.44},{&quot;2026-08-12&quot;:28.44},{&quot;2026-08-13&quot;:28.54},{&quot;2026-08-14&quot;:28.64},{&quot;2026-08-15&quot;:28.64},{&quot;2026-08-16&quot;:28.64},{&quot;2026-08-17&quot;:28.79},{&quot;2026-08-18&quot;:28.79},{&quot;2026-08-19&quot;:28.79},{&quot;2026-08-20&quot;:28.85},{&quot;2026-08-21&quot;:28.85},{&quot;2026-08-22&quot;:29.01},{&quot;2026-08-23&quot;:29.32},{&quot;2026-08-24&quot;:29.32},{&quot;2026-08-25&quot;:29.32},{&quot;2026-08-26&quot;:29.34},{&quot;2026-08-27&quot;:29.34},{&quot;2026-08-28&quot;:29.34},{&quot;2026-08-29&quot;:29.34},{&quot;2026-08-30&quot;:29.34},{&quot;2026-08-31&quot;:29.34},{&quot;2026-09-01&quot;:29.34},{&quot;2026-09-02&quot;:29.34},{&quot;2026-09-03&quot;:29.34},{&quot;2026-09-04&quot;:29.74},{&quot;2026-09-05&quot;:29.74},{&quot;2026-09-06&quot;:29.74},{&quot;2026-09-07&quot;:29.74},{&quot;2026-09-08&quot;:29.74},{&quot;2026-09-09&quot;:29.74},{&quot;2026-09-10&quot;:29.74},{&quot;2026-09-11&quot;:29.96}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:25.56},{&quot;2026-06-14&quot;:25.56},{&quot;2026-06-15&quot;:25.56},{&quot;2026-06-16&quot;:25.56},{&quot;2026-06-17&quot;:25.56},{&quot;2026-06-18&quot;:25.56},{&quot;2026-06-19&quot;:25.56},{&quot;2026-06-20&quot;:25.56},{&quot;2026-06-21&quot;:25.56},{&quot;2026-06-22&quot;:25.56},{&quot;2026-06-23&quot;:25.56},{&quot;2026-06-24&quot;:25.56},{&quot;2026-06-25&quot;:25.56},{&quot;2026-06-26&quot;:25.56},{&quot;2026-06-27&quot;:25.56},{&quot;2026-06-28&quot;:25.56},{&quot;2026-06-29&quot;:25.56},{&quot;2026-06-30&quot;:25.56},{&quot;2026-07-01&quot;:25.56},{&quot;2026-07-02&quot;:25.56},{&quot;2026-07-03&quot;:25.56},{&quot;2026-07-04&quot;:25.56},{&quot;2026-07-05&quot;:25.56},{&quot;2026-07-06&quot;:25.83},{&quot;2026-07-07&quot;:25.83},{&quot;2026-07-08&quot;:25.83},{&quot;2026-07-09&quot;:25.83},{&quot;2026-07-10&quot;:25.83},{&quot;2026-07-11&quot;:26.15},{&quot;2026-07-12&quot;:26.15},{&quot;2026-07-13&quot;:26.15},{&quot;2026-07-14&quot;:26.15},{&quot;2026-07-15&quot;:26.15},{&quot;2026-07-16&quot;:26.14},{&quot;2026-07-17&quot;:26.14},{&quot;2026-07-18&quot;:26.14},{&quot;2026-07-19&quot;:26.14},{&quot;2026-07-20&quot;:26.14},{&quot;2026-07-21&quot;:26.14},{&quot;2026-07-22&quot;:26.16},{&quot;2026-07-23&quot;:26.16},{&quot;2026-07-24&quot;:26.16},{&quot;2026-07-25&quot;:26.16},{&quot;2026-07-26&quot;:26.16},{&quot;2026-07-27&quot;:26.16},{&quot;2026-07-28&quot;:26.16},{&quot;2026-07-29&quot;:26.16},{&quot;2026-07-30&quot;:26.21},{&quot;2026-07-31&quot;:26.21},{&quot;2026-08-01&quot;:26.21},{&quot;2026-08-02&quot;:26.21},{&quot;2026-08-03&quot;:26.21},{&quot;2026-08-04&quot;:26.21},{&quot;2026-08-05&quot;:26.21},{&quot;2026-08-07&quot;:26.27},{&quot;2026-08-08&quot;:26.27},{&quot;2026-08-09&quot;:26.27},{&quot;2026-08-10&quot;:26.27},{&quot;2026-08-11&quot;:26.27},{&quot;2026-08-12&quot;:26.27},{&quot;2026-08-13&quot;:26.32},{&quot;2026-08-14&quot;:26.37},{&quot;2026-08-15&quot;:26.37},{&quot;2026-08-16&quot;:26.51},{&quot;2026-08-17&quot;:26.51},{&quot;2026-08-18&quot;:26.51},{&quot;2026-08-19&quot;:26.51},{&quot;2026-08-20&quot;:26.51},{&quot;2026-08-21&quot;:26.67},{&quot;2026-08-22&quot;:26.67},{&quot;2026-08-23&quot;:26.67},{&quot;2026-08-24&quot;:26.67},{&quot;2026-08-25&quot;:26.77},{&quot;2026-08-26&quot;:26.77},{&quot;2026-08-27&quot;:26.77},{&quot;2026-08-28&quot;:26.77},{&quot;2026-08-29&quot;:26.77},{&quot;2026-08-30&quot;:26.77},{&quot;2026-08-31&quot;:26.77},{&quot;2026-09-01&quot;:26.77},{&quot;2026-09-02&quot;:26.77},{&quot;2026-09-03&quot;:26.77},{&quot;2026-09-04&quot;:26.84},{&quot;2026-09-05&quot;:26.84},{&quot;2026-09-06&quot;:26.84},{&quot;2026-09-07&quot;:26.84},{&quot;2026-09-08&quot;:26.84},{&quot;2026-09-09&quot;:26.84},{&quot;2026-09-10&quot;:26.77},{&quot;2026-09-11&quot;:26.77}]}"
        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="21046"
  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">
            Sword of War and Peace
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $26.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="Sword of War and Peace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/93c0681d-97da-4363-b75a-079c209e7e4a.jpg?1783930065" />

        <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">
            Sword of War and Peace
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of War and Peace" src="https://cards.scryfall.io/large/front/9/3/93c0681d-97da-4363-b75a-079c209e7e4a.jpg?1783930065" />
    </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">
                $25.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">
                $26.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$18.00</span>
              <span class="text-xs text-grey-text">Credit: $23.40</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;:25.85},{&quot;2026-06-12&quot;:25.85},{&quot;2026-06-13&quot;:25.85},{&quot;2026-06-14&quot;:25.85},{&quot;2026-06-15&quot;:25.67},{&quot;2026-06-16&quot;:25.67},{&quot;2026-06-17&quot;:25.67},{&quot;2026-06-18&quot;:25.64},{&quot;2026-06-19&quot;:25.64},{&quot;2026-06-20&quot;:25.64},{&quot;2026-06-21&quot;:25.64},{&quot;2026-06-22&quot;:25.64},{&quot;2026-06-23&quot;:25.51},{&quot;2026-06-24&quot;:25.77},{&quot;2026-06-25&quot;:25.77},{&quot;2026-06-26&quot;:25.56},{&quot;2026-06-27&quot;:25.56},{&quot;2026-06-28&quot;:25.56},{&quot;2026-06-29&quot;:25.56},{&quot;2026-06-30&quot;:25.56},{&quot;2026-07-01&quot;:25.56},{&quot;2026-07-02&quot;:25.56},{&quot;2026-07-03&quot;:25.56},{&quot;2026-07-04&quot;:25.56},{&quot;2026-07-05&quot;:25.65},{&quot;2026-07-06&quot;:25.65},{&quot;2026-07-07&quot;:25.65},{&quot;2026-07-08&quot;:25.65},{&quot;2026-07-09&quot;:25.65},{&quot;2026-07-10&quot;:25.65},{&quot;2026-07-11&quot;:25.65},{&quot;2026-07-12&quot;:25.65},{&quot;2026-07-13&quot;:25.65},{&quot;2026-07-14&quot;:25.65},{&quot;2026-07-15&quot;:25.65},{&quot;2026-07-16&quot;:25.65},{&quot;2026-07-17&quot;:25.65},{&quot;2026-07-18&quot;:25.65},{&quot;2026-07-19&quot;:25.65},{&quot;2026-07-20&quot;:25.65},{&quot;2026-07-21&quot;:25.67},{&quot;2026-07-23&quot;:25.67},{&quot;2026-07-25&quot;:25.67},{&quot;2026-07-26&quot;:25.71},{&quot;2026-07-27&quot;:25.71},{&quot;2026-07-28&quot;:25.71},{&quot;2026-07-29&quot;:25.71},{&quot;2026-07-30&quot;:25.84},{&quot;2026-07-31&quot;:25.84},{&quot;2026-08-01&quot;:26.04},{&quot;2026-08-02&quot;:26.16},{&quot;2026-08-03&quot;:26.16},{&quot;2026-08-04&quot;:26.16},{&quot;2026-08-05&quot;:26.27},{&quot;2026-08-07&quot;:26.27},{&quot;2026-08-08&quot;:26.27},{&quot;2026-08-09&quot;:26.27},{&quot;2026-08-10&quot;:26.27},{&quot;2026-08-11&quot;:26.27},{&quot;2026-08-12&quot;:26.27},{&quot;2026-08-13&quot;:26.29},{&quot;2026-08-14&quot;:26.29},{&quot;2026-08-15&quot;:26.29},{&quot;2026-08-16&quot;:26.29},{&quot;2026-08-17&quot;:26.29},{&quot;2026-08-18&quot;:26.27},{&quot;2026-08-19&quot;:26.27},{&quot;2026-08-20&quot;:26.27},{&quot;2026-08-21&quot;:26.27},{&quot;2026-08-22&quot;:26.27},{&quot;2026-08-23&quot;:26.35},{&quot;2026-08-24&quot;:26.35},{&quot;2026-08-25&quot;:26.35},{&quot;2026-08-26&quot;:26.35},{&quot;2026-08-27&quot;:26.45},{&quot;2026-08-28&quot;:26.45},{&quot;2026-08-29&quot;:26.45},{&quot;2026-08-30&quot;:26.45},{&quot;2026-08-31&quot;:26.45},{&quot;2026-09-01&quot;:26.45},{&quot;2026-09-02&quot;:26.45},{&quot;2026-09-03&quot;:26.45},{&quot;2026-09-04&quot;:26.46},{&quot;2026-09-05&quot;:26.46},{&quot;2026-09-06&quot;:26.46},{&quot;2026-09-07&quot;:26.46},{&quot;2026-09-08&quot;:26.46},{&quot;2026-09-09&quot;:26.46},{&quot;2026-09-10&quot;:26.46},{&quot;2026-09-11&quot;:26.71}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:23.34},{&quot;2026-06-12&quot;:23.34},{&quot;2026-06-13&quot;:23.34},{&quot;2026-06-14&quot;:23.34},{&quot;2026-06-15&quot;:23.34},{&quot;2026-06-16&quot;:23.34},{&quot;2026-06-17&quot;:23.34},{&quot;2026-06-18&quot;:23.34},{&quot;2026-06-19&quot;:23.34},{&quot;2026-06-20&quot;:23.34},{&quot;2026-06-21&quot;:23.34},{&quot;2026-06-22&quot;:23.34},{&quot;2026-06-23&quot;:23.34},{&quot;2026-06-24&quot;:23.34},{&quot;2026-06-25&quot;:23.34},{&quot;2026-06-26&quot;:23.34},{&quot;2026-06-27&quot;:23.34},{&quot;2026-06-28&quot;:23.34},{&quot;2026-06-29&quot;:23.34},{&quot;2026-06-30&quot;:23.34},{&quot;2026-07-01&quot;:23.34},{&quot;2026-07-02&quot;:23.34},{&quot;2026-07-03&quot;:23.34},{&quot;2026-07-04&quot;:23.34},{&quot;2026-07-05&quot;:23.34},{&quot;2026-07-06&quot;:23.34},{&quot;2026-07-07&quot;:23.65},{&quot;2026-07-08&quot;:23.65},{&quot;2026-07-09&quot;:24.05},{&quot;2026-07-10&quot;:24.05},{&quot;2026-07-11&quot;:24.05},{&quot;2026-07-12&quot;:24.05},{&quot;2026-07-13&quot;:24.05},{&quot;2026-07-14&quot;:24.05},{&quot;2026-07-15&quot;:24.05},{&quot;2026-07-16&quot;:24.05},{&quot;2026-07-17&quot;:24.05},{&quot;2026-07-18&quot;:24.05},{&quot;2026-07-19&quot;:24.05},{&quot;2026-07-20&quot;:24.05},{&quot;2026-07-21&quot;:24.2},{&quot;2026-07-23&quot;:24.33},{&quot;2026-07-25&quot;:24.55},{&quot;2026-07-26&quot;:24.54},{&quot;2026-07-27&quot;:24.54},{&quot;2026-07-28&quot;:24.54},{&quot;2026-07-29&quot;:24.54},{&quot;2026-07-30&quot;:24.54},{&quot;2026-07-31&quot;:24.54},{&quot;2026-08-01&quot;:24.54},{&quot;2026-08-02&quot;:24.54},{&quot;2026-08-03&quot;:24.54},{&quot;2026-08-04&quot;:24.54},{&quot;2026-08-05&quot;:24.54},{&quot;2026-08-07&quot;:24.54},{&quot;2026-08-08&quot;:24.54},{&quot;2026-08-09&quot;:24.5},{&quot;2026-08-10&quot;:25.02},{&quot;2026-08-11&quot;:25.02},{&quot;2026-08-12&quot;:25.02},{&quot;2026-08-13&quot;:24.97},{&quot;2026-08-14&quot;:24.97},{&quot;2026-08-15&quot;:24.97},{&quot;2026-08-16&quot;:24.97},{&quot;2026-08-17&quot;:24.97},{&quot;2026-08-18&quot;:24.85},{&quot;2026-08-19&quot;:24.85},{&quot;2026-08-20&quot;:24.85},{&quot;2026-08-21&quot;:24.85},{&quot;2026-08-22&quot;:24.85},{&quot;2026-08-23&quot;:24.85},{&quot;2026-08-24&quot;:24.97},{&quot;2026-08-25&quot;:24.97},{&quot;2026-08-26&quot;:25.12},{&quot;2026-08-27&quot;:25.12},{&quot;2026-08-28&quot;:25.12},{&quot;2026-08-29&quot;:25.12},{&quot;2026-08-30&quot;:25.15},{&quot;2026-08-31&quot;:25.15},{&quot;2026-09-01&quot;:25.15},{&quot;2026-09-02&quot;:25.27},{&quot;2026-09-03&quot;:25.27},{&quot;2026-09-04&quot;:25.27},{&quot;2026-09-05&quot;:25.27},{&quot;2026-09-06&quot;:25.27},{&quot;2026-09-07&quot;:25.27},{&quot;2026-09-08&quot;:25.27},{&quot;2026-09-09&quot;:25.27},{&quot;2026-09-10&quot;:25.27},{&quot;2026-09-11&quot;:25.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="13773"
  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-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">
            Zellix, Sanity Flayer
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Zellix, Sanity Flayer
        </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 — Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Zellix, Sanity Flayer" src="https://cards.scryfall.io/large/front/a/5/a5d57db6-0aa5-4e28-b156-e97b74af2cee.jpg?1783922518" />
    </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">
                $26.57
              </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">$20.00</span>
              <span class="text-xs text-grey-text">Credit: $26.00</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;:26.25},{&quot;2026-06-11&quot;:26.25},{&quot;2026-06-12&quot;:26.25},{&quot;2026-06-13&quot;:26.25},{&quot;2026-06-14&quot;:26.25},{&quot;2026-06-15&quot;:26.35},{&quot;2026-06-16&quot;:26.29},{&quot;2026-06-17&quot;:26.74},{&quot;2026-06-18&quot;:26.97},{&quot;2026-06-19&quot;:26.97},{&quot;2026-06-20&quot;:26.96},{&quot;2026-06-21&quot;:26.96},{&quot;2026-06-22&quot;:27.32},{&quot;2026-06-23&quot;:27.69},{&quot;2026-06-24&quot;:27.66},{&quot;2026-06-25&quot;:27.59},{&quot;2026-06-26&quot;:27.59},{&quot;2026-06-27&quot;:27.6},{&quot;2026-06-28&quot;:27.6},{&quot;2026-06-29&quot;:27.72},{&quot;2026-06-30&quot;:27.88},{&quot;2026-07-01&quot;:28.2},{&quot;2026-07-02&quot;:27.58},{&quot;2026-07-03&quot;:27.58},{&quot;2026-07-04&quot;:27.59},{&quot;2026-07-05&quot;:27.41},{&quot;2026-07-06&quot;:27.28},{&quot;2026-07-07&quot;:27.24},{&quot;2026-07-08&quot;:26.65},{&quot;2026-07-09&quot;:26.35},{&quot;2026-07-10&quot;:26.5},{&quot;2026-07-11&quot;:26.5},{&quot;2026-07-12&quot;:26.5},{&quot;2026-07-13&quot;:26.21},{&quot;2026-07-14&quot;:25.93},{&quot;2026-07-15&quot;:26.29},{&quot;2026-07-16&quot;:26.39},{&quot;2026-07-17&quot;:26.42},{&quot;2026-07-18&quot;:26.45},{&quot;2026-07-19&quot;:26.71},{&quot;2026-07-20&quot;:26.71},{&quot;2026-07-21&quot;:26.7},{&quot;2026-07-23&quot;:27.4},{&quot;2026-07-25&quot;:26.9},{&quot;2026-07-26&quot;:26.99},{&quot;2026-07-27&quot;:27.23},{&quot;2026-07-29&quot;:27.19},{&quot;2026-07-30&quot;:27.19},{&quot;2026-07-31&quot;:27.01},{&quot;2026-08-01&quot;:27.04},{&quot;2026-08-02&quot;:27.08},{&quot;2026-08-03&quot;:26.61},{&quot;2026-08-04&quot;:26.61},{&quot;2026-08-05&quot;:26.61},{&quot;2026-08-07&quot;:26.23},{&quot;2026-08-08&quot;:26.18},{&quot;2026-08-09&quot;:26.18},{&quot;2026-08-10&quot;:26.18},{&quot;2026-08-11&quot;:26.1},{&quot;2026-08-12&quot;:26.05},{&quot;2026-08-13&quot;:26.05},{&quot;2026-08-14&quot;:26.01},{&quot;2026-08-15&quot;:25.82},{&quot;2026-08-16&quot;:25.87},{&quot;2026-08-17&quot;:25.81},{&quot;2026-08-18&quot;:25.7},{&quot;2026-08-19&quot;:25.63},{&quot;2026-08-20&quot;:25.63},{&quot;2026-08-21&quot;:25.58},{&quot;2026-08-22&quot;:25.55},{&quot;2026-08-23&quot;:25.46},{&quot;2026-08-24&quot;:25.59},{&quot;2026-08-25&quot;:25.59},{&quot;2026-08-26&quot;:25.52},{&quot;2026-08-27&quot;:25.67},{&quot;2026-08-28&quot;:25.67},{&quot;2026-08-29&quot;:25.67},{&quot;2026-08-30&quot;:25.67},{&quot;2026-08-31&quot;:25.59},{&quot;2026-09-01&quot;:25.59},{&quot;2026-09-02&quot;:25.52},{&quot;2026-09-03&quot;:25.7},{&quot;2026-09-04&quot;:25.98},{&quot;2026-09-05&quot;:26.15},{&quot;2026-09-06&quot;:26.15},{&quot;2026-09-07&quot;:26.15},{&quot;2026-09-08&quot;:26.43},{&quot;2026-09-09&quot;:26.57},{&quot;2026-09-10&quot;:26.57},{&quot;2026-09-11&quot;:26.57}],&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="74638"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $26.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="Nazgûl" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/9/a92d5a03-a4c9-4432-b3bb-f5bb21f65db0.jpg?1783916197" />

        <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">
            Nazgûl
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Wraith Knight</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="Nazgûl" src="https://cards.scryfall.io/large/front/a/9/a92d5a03-a4c9-4432-b3bb-f5bb21f65db0.jpg?1783916197" />
    </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">
                $26.33
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:27.5},{&quot;2026-06-13&quot;:27.5},{&quot;2026-06-14&quot;:27.27},{&quot;2026-06-15&quot;:27.27},{&quot;2026-06-16&quot;:27.38},{&quot;2026-06-17&quot;:27.38},{&quot;2026-06-18&quot;:27.38},{&quot;2026-06-19&quot;:27.38},{&quot;2026-06-20&quot;:27.38},{&quot;2026-06-21&quot;:27.38},{&quot;2026-06-22&quot;:27.38},{&quot;2026-06-23&quot;:28.0},{&quot;2026-06-24&quot;:28.0},{&quot;2026-06-25&quot;:28.0},{&quot;2026-06-26&quot;:28.05},{&quot;2026-06-27&quot;:28.05},{&quot;2026-06-28&quot;:28.05},{&quot;2026-06-29&quot;:28.05},{&quot;2026-06-30&quot;:28.05},{&quot;2026-07-01&quot;:28.08},{&quot;2026-07-02&quot;:28.08},{&quot;2026-07-03&quot;:28.08},{&quot;2026-07-04&quot;:28.08},{&quot;2026-07-05&quot;:28.08},{&quot;2026-07-06&quot;:28.08},{&quot;2026-07-07&quot;:28.04},{&quot;2026-07-08&quot;:28.02},{&quot;2026-07-09&quot;:28.31},{&quot;2026-07-10&quot;:28.31},{&quot;2026-07-11&quot;:28.26},{&quot;2026-07-12&quot;:28.26},{&quot;2026-07-13&quot;:28.26},{&quot;2026-07-14&quot;:28.26},{&quot;2026-07-15&quot;:28.37},{&quot;2026-07-16&quot;:28.37},{&quot;2026-07-17&quot;:28.39},{&quot;2026-07-18&quot;:28.64},{&quot;2026-07-19&quot;:28.64},{&quot;2026-07-20&quot;:28.64},{&quot;2026-07-21&quot;:28.64},{&quot;2026-07-23&quot;:28.8},{&quot;2026-07-24&quot;:28.8},{&quot;2026-07-25&quot;:28.8},{&quot;2026-07-26&quot;:28.8},{&quot;2026-07-27&quot;:28.8},{&quot;2026-07-28&quot;:28.8},{&quot;2026-07-29&quot;:28.8},{&quot;2026-07-30&quot;:28.88},{&quot;2026-07-31&quot;:28.88},{&quot;2026-08-01&quot;:28.88},{&quot;2026-08-02&quot;:29.06},{&quot;2026-08-03&quot;:29.06},{&quot;2026-08-04&quot;:29.16},{&quot;2026-08-05&quot;:29.16},{&quot;2026-08-07&quot;:29.16},{&quot;2026-08-08&quot;:29.16},{&quot;2026-08-09&quot;:29.16},{&quot;2026-08-10&quot;:29.16},{&quot;2026-08-11&quot;:29.35},{&quot;2026-08-12&quot;:29.55},{&quot;2026-08-13&quot;:29.67},{&quot;2026-08-14&quot;:29.67},{&quot;2026-08-15&quot;:29.67},{&quot;2026-08-16&quot;:29.67},{&quot;2026-08-17&quot;:29.42},{&quot;2026-08-18&quot;:29.42},{&quot;2026-08-19&quot;:29.42},{&quot;2026-08-20&quot;:29.42},{&quot;2026-08-21&quot;:29.45},{&quot;2026-08-22&quot;:29.45},{&quot;2026-08-23&quot;:29.45},{&quot;2026-08-24&quot;:29.45},{&quot;2026-08-25&quot;:29.45},{&quot;2026-08-26&quot;:29.55},{&quot;2026-08-27&quot;:29.55},{&quot;2026-08-28&quot;:29.55},{&quot;2026-08-29&quot;:29.55},{&quot;2026-08-30&quot;:29.53},{&quot;2026-08-31&quot;:29.53},{&quot;2026-09-01&quot;:29.35},{&quot;2026-09-02&quot;:29.13},{&quot;2026-09-03&quot;:29.13},{&quot;2026-09-04&quot;:29.13},{&quot;2026-09-05&quot;:29.13},{&quot;2026-09-06&quot;:29.13},{&quot;2026-09-07&quot;:29.21},{&quot;2026-09-08&quot;:29.28},{&quot;2026-09-09&quot;:29.16},{&quot;2026-09-10&quot;:29.16},{&quot;2026-09-11&quot;:29.16}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:23.78},{&quot;2026-06-13&quot;:23.97},{&quot;2026-06-14&quot;:23.96},{&quot;2026-06-15&quot;:23.75},{&quot;2026-06-16&quot;:23.59},{&quot;2026-06-17&quot;:23.45},{&quot;2026-06-18&quot;:22.79},{&quot;2026-06-19&quot;:22.73},{&quot;2026-06-20&quot;:22.77},{&quot;2026-06-21&quot;:22.95},{&quot;2026-06-22&quot;:22.95},{&quot;2026-06-23&quot;:22.99},{&quot;2026-06-24&quot;:23.31},{&quot;2026-06-25&quot;:23.5},{&quot;2026-06-26&quot;:23.87},{&quot;2026-06-27&quot;:23.97},{&quot;2026-06-28&quot;:23.91},{&quot;2026-06-29&quot;:24.14},{&quot;2026-06-30&quot;:24.26},{&quot;2026-07-01&quot;:24.05},{&quot;2026-07-02&quot;:24.03},{&quot;2026-07-03&quot;:24.48},{&quot;2026-07-04&quot;:24.67},{&quot;2026-07-05&quot;:24.6},{&quot;2026-07-06&quot;:24.45},{&quot;2026-07-07&quot;:24.38},{&quot;2026-07-08&quot;:24.88},{&quot;2026-07-09&quot;:24.66},{&quot;2026-07-10&quot;:24.85},{&quot;2026-07-11&quot;:24.83},{&quot;2026-07-12&quot;:24.41},{&quot;2026-07-13&quot;:24.63},{&quot;2026-07-14&quot;:24.75},{&quot;2026-07-15&quot;:24.3},{&quot;2026-07-16&quot;:24.05},{&quot;2026-07-17&quot;:24.01},{&quot;2026-07-18&quot;:24.05},{&quot;2026-07-19&quot;:23.88},{&quot;2026-07-20&quot;:23.73},{&quot;2026-07-21&quot;:23.47},{&quot;2026-07-23&quot;:23.29},{&quot;2026-07-24&quot;:23.25},{&quot;2026-07-25&quot;:22.85},{&quot;2026-07-26&quot;:22.82},{&quot;2026-07-27&quot;:22.75},{&quot;2026-07-28&quot;:22.57},{&quot;2026-07-29&quot;:22.1},{&quot;2026-07-30&quot;:21.88},{&quot;2026-07-31&quot;:22.26},{&quot;2026-08-01&quot;:22.36},{&quot;2026-08-02&quot;:22.45},{&quot;2026-08-03&quot;:22.71},{&quot;2026-08-04&quot;:23.37},{&quot;2026-08-05&quot;:23.51},{&quot;2026-08-07&quot;:23.53},{&quot;2026-08-08&quot;:23.44},{&quot;2026-08-09&quot;:23.41},{&quot;2026-08-10&quot;:23.34},{&quot;2026-08-11&quot;:23.26},{&quot;2026-08-12&quot;:23.51},{&quot;2026-08-13&quot;:23.65},{&quot;2026-08-14&quot;:24.15},{&quot;2026-08-15&quot;:24.3},{&quot;2026-08-16&quot;:24.62},{&quot;2026-08-17&quot;:25.01},{&quot;2026-08-18&quot;:24.79},{&quot;2026-08-19&quot;:25.09},{&quot;2026-08-20&quot;:25.09},{&quot;2026-08-21&quot;:24.99},{&quot;2026-08-22&quot;:24.76},{&quot;2026-08-23&quot;:24.69},{&quot;2026-08-24&quot;:25.33},{&quot;2026-08-25&quot;:25.79},{&quot;2026-08-26&quot;:25.76},{&quot;2026-08-27&quot;:25.26},{&quot;2026-08-28&quot;:25.78},{&quot;2026-08-29&quot;:25.78},{&quot;2026-08-30&quot;:25.78},{&quot;2026-08-31&quot;:25.49},{&quot;2026-09-01&quot;:25.67},{&quot;2026-09-02&quot;:25.93},{&quot;2026-09-03&quot;:26.08},{&quot;2026-09-04&quot;:25.98},{&quot;2026-09-05&quot;:25.89},{&quot;2026-09-06&quot;:25.97},{&quot;2026-09-07&quot;:26.07},{&quot;2026-09-08&quot;:26.09},{&quot;2026-09-09&quot;:26.32},{&quot;2026-09-10&quot;:26.33},{&quot;2026-09-11&quot;:26.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="46564"
  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">
            Etali, Primal Conqueror 
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Etali, Primal Conqueror // Etali, Primal Sickness" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/e/3e97c609-3932-4428-96d4-1c97e61f0abb.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">
            Etali, Primal Conqueror 
        </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 — Elder Dinosaur</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Etali, Primal Conqueror // Etali, Primal Sickness" src="https://cards.scryfall.io/large/front/3/e/3e97c609-3932-4428-96d4-1c97e61f0abb.jpg?1783916922" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Etali, Primal Conqueror // Etali, Primal Sickness" src="https://cards.scryfall.io/large/back/3/e/3e97c609-3932-4428-96d4-1c97e61f0abb.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">
                $26.06
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:33.67},{&quot;2026-06-14&quot;:33.9},{&quot;2026-06-15&quot;:33.8},{&quot;2026-06-16&quot;:33.8},{&quot;2026-06-17&quot;:33.72},{&quot;2026-06-18&quot;:33.72},{&quot;2026-06-19&quot;:33.72},{&quot;2026-06-20&quot;:33.72},{&quot;2026-06-21&quot;:33.72},{&quot;2026-06-22&quot;:33.72},{&quot;2026-06-23&quot;:33.57},{&quot;2026-06-24&quot;:33.57},{&quot;2026-06-25&quot;:33.57},{&quot;2026-06-26&quot;:33.57},{&quot;2026-06-27&quot;:33.56},{&quot;2026-06-28&quot;:33.44},{&quot;2026-06-29&quot;:33.44},{&quot;2026-06-30&quot;:33.44},{&quot;2026-07-01&quot;:33.6},{&quot;2026-07-02&quot;:33.6},{&quot;2026-07-03&quot;:33.76},{&quot;2026-07-04&quot;:33.76},{&quot;2026-07-05&quot;:33.72},{&quot;2026-07-06&quot;:33.64},{&quot;2026-07-07&quot;:33.24},{&quot;2026-07-08&quot;:33.2},{&quot;2026-07-09&quot;:33.2},{&quot;2026-07-10&quot;:33.2},{&quot;2026-07-11&quot;:33.2},{&quot;2026-07-12&quot;:33.13},{&quot;2026-07-13&quot;:33.27},{&quot;2026-07-14&quot;:33.39},{&quot;2026-07-15&quot;:33.55},{&quot;2026-07-16&quot;:33.55},{&quot;2026-07-17&quot;:33.23},{&quot;2026-07-18&quot;:33.19},{&quot;2026-07-19&quot;:33.19},{&quot;2026-07-20&quot;:33.19},{&quot;2026-07-21&quot;:33.06},{&quot;2026-07-22&quot;:32.99},{&quot;2026-07-23&quot;:32.99},{&quot;2026-07-24&quot;:33.08},{&quot;2026-07-25&quot;:33.08},{&quot;2026-07-26&quot;:33.05},{&quot;2026-07-27&quot;:32.94},{&quot;2026-07-28&quot;:32.94},{&quot;2026-07-29&quot;:32.94},{&quot;2026-07-30&quot;:32.94},{&quot;2026-07-31&quot;:32.95},{&quot;2026-08-01&quot;:33.06},{&quot;2026-08-02&quot;:32.98},{&quot;2026-08-03&quot;:32.78},{&quot;2026-08-04&quot;:32.86},{&quot;2026-08-05&quot;:32.86},{&quot;2026-08-07&quot;:32.5},{&quot;2026-08-08&quot;:32.5},{&quot;2026-08-09&quot;:32.46},{&quot;2026-08-10&quot;:32.22},{&quot;2026-08-11&quot;:32.22},{&quot;2026-08-12&quot;:32.22},{&quot;2026-08-13&quot;:31.66},{&quot;2026-08-14&quot;:31.68},{&quot;2026-08-15&quot;:31.68},{&quot;2026-08-16&quot;:31.68},{&quot;2026-08-17&quot;:31.68},{&quot;2026-08-18&quot;:31.68},{&quot;2026-08-19&quot;:31.58},{&quot;2026-08-20&quot;:31.58},{&quot;2026-08-21&quot;:31.58},{&quot;2026-08-22&quot;:31.44},{&quot;2026-08-23&quot;:31.24},{&quot;2026-08-24&quot;:31.24},{&quot;2026-08-25&quot;:31.24},{&quot;2026-08-26&quot;:31.24},{&quot;2026-08-27&quot;:31.24},{&quot;2026-08-28&quot;:31.12},{&quot;2026-08-29&quot;:31.12},{&quot;2026-08-30&quot;:31.12},{&quot;2026-08-31&quot;:31.12},{&quot;2026-09-01&quot;:31.12},{&quot;2026-09-02&quot;:31.04},{&quot;2026-09-03&quot;:31.04},{&quot;2026-09-04&quot;:31.04},{&quot;2026-09-05&quot;:31.11},{&quot;2026-09-06&quot;:31.08},{&quot;2026-09-07&quot;:31.08},{&quot;2026-09-08&quot;:31.08},{&quot;2026-09-09&quot;:30.8},{&quot;2026-09-10&quot;:30.73},{&quot;2026-09-11&quot;:30.73}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:29.71},{&quot;2026-06-14&quot;:29.71},{&quot;2026-06-15&quot;:29.69},{&quot;2026-06-16&quot;:29.78},{&quot;2026-06-17&quot;:29.78},{&quot;2026-06-18&quot;:29.77},{&quot;2026-06-19&quot;:29.85},{&quot;2026-06-20&quot;:29.74},{&quot;2026-06-21&quot;:29.74},{&quot;2026-06-22&quot;:30.16},{&quot;2026-06-23&quot;:30.16},{&quot;2026-06-24&quot;:29.97},{&quot;2026-06-25&quot;:29.73},{&quot;2026-06-26&quot;:29.72},{&quot;2026-06-27&quot;:28.68},{&quot;2026-06-28&quot;:28.56},{&quot;2026-06-29&quot;:28.49},{&quot;2026-06-30&quot;:28.38},{&quot;2026-07-01&quot;:28.14},{&quot;2026-07-02&quot;:27.87},{&quot;2026-07-03&quot;:28.12},{&quot;2026-07-04&quot;:28.01},{&quot;2026-07-05&quot;:27.91},{&quot;2026-07-06&quot;:27.91},{&quot;2026-07-07&quot;:27.71},{&quot;2026-07-08&quot;:28.48},{&quot;2026-07-09&quot;:28.82},{&quot;2026-07-10&quot;:28.85},{&quot;2026-07-11&quot;:28.71},{&quot;2026-07-12&quot;:29.05},{&quot;2026-07-13&quot;:29.01},{&quot;2026-07-14&quot;:29.01},{&quot;2026-07-15&quot;:29.0},{&quot;2026-07-16&quot;:28.96},{&quot;2026-07-17&quot;:29.2},{&quot;2026-07-18&quot;:29.07},{&quot;2026-07-19&quot;:29.07},{&quot;2026-07-20&quot;:29.01},{&quot;2026-07-21&quot;:28.94},{&quot;2026-07-22&quot;:28.65},{&quot;2026-07-23&quot;:27.95},{&quot;2026-07-24&quot;:27.95},{&quot;2026-07-25&quot;:27.85},{&quot;2026-07-26&quot;:27.66},{&quot;2026-07-27&quot;:27.61},{&quot;2026-07-28&quot;:27.48},{&quot;2026-07-29&quot;:27.48},{&quot;2026-07-30&quot;:27.42},{&quot;2026-07-31&quot;:27.42},{&quot;2026-08-01&quot;:27.66},{&quot;2026-08-02&quot;:27.66},{&quot;2026-08-03&quot;:27.66},{&quot;2026-08-04&quot;:27.66},{&quot;2026-08-05&quot;:27.66},{&quot;2026-08-07&quot;:28.19},{&quot;2026-08-08&quot;:28.42},{&quot;2026-08-09&quot;:28.54},{&quot;2026-08-10&quot;:28.41},{&quot;2026-08-11&quot;:28.45},{&quot;2026-08-12&quot;:28.45},{&quot;2026-08-13&quot;:28.14},{&quot;2026-08-14&quot;:28.03},{&quot;2026-08-15&quot;:27.42},{&quot;2026-08-16&quot;:27.35},{&quot;2026-08-17&quot;:26.49},{&quot;2026-08-18&quot;:26.41},{&quot;2026-08-19&quot;:26.41},{&quot;2026-08-20&quot;:26.41},{&quot;2026-08-21&quot;:25.52},{&quot;2026-08-22&quot;:25.32},{&quot;2026-08-23&quot;:25.39},{&quot;2026-08-24&quot;:25.39},{&quot;2026-08-25&quot;:25.35},{&quot;2026-08-26&quot;:25.11},{&quot;2026-08-27&quot;:25.11},{&quot;2026-08-28&quot;:24.98},{&quot;2026-08-29&quot;:24.98},{&quot;2026-08-30&quot;:24.92},{&quot;2026-08-31&quot;:25.05},{&quot;2026-09-01&quot;:25.1},{&quot;2026-09-02&quot;:25.04},{&quot;2026-09-03&quot;:25.54},{&quot;2026-09-04&quot;:25.5},{&quot;2026-09-05&quot;:25.5},{&quot;2026-09-06&quot;:25.5},{&quot;2026-09-07&quot;:25.38},{&quot;2026-09-08&quot;:25.34},{&quot;2026-09-09&quot;:25.45},{&quot;2026-09-10&quot;:25.71},{&quot;2026-09-11&quot;:26.06}]}"
        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="90763"
  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">
            Emrakul, the Promised End
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Emrakul, the Promised End" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/71911392-42b0-4b6d-baf7-918a4bd3b924.jpg?1783908188" />

        <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">
            Emrakul, the Promised End
        </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 — Eldrazi</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-13'></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="Emrakul, the Promised End" src="https://cards.scryfall.io/large/front/7/1/71911392-42b0-4b6d-baf7-918a4bd3b924.jpg?1783908188" />
    </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">
                $26.04
              </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.18
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$30.00</span>
              <span class="text-xs text-grey-text">Credit: $39.00</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;:18.6},{&quot;2026-06-14&quot;:18.56},{&quot;2026-06-15&quot;:18.97},{&quot;2026-06-16&quot;:18.97},{&quot;2026-06-17&quot;:18.97},{&quot;2026-06-18&quot;:18.97},{&quot;2026-06-19&quot;:18.97},{&quot;2026-06-20&quot;:18.97},{&quot;2026-06-21&quot;:18.97},{&quot;2026-06-22&quot;:18.97},{&quot;2026-06-23&quot;:18.97},{&quot;2026-06-24&quot;:18.97},{&quot;2026-06-25&quot;:19.14},{&quot;2026-06-26&quot;:19.14},{&quot;2026-06-27&quot;:19.14},{&quot;2026-06-28&quot;:19.14},{&quot;2026-06-29&quot;:19.14},{&quot;2026-06-30&quot;:19.2},{&quot;2026-07-01&quot;:19.17},{&quot;2026-07-02&quot;:19.11},{&quot;2026-07-03&quot;:19.11},{&quot;2026-07-04&quot;:19.08},{&quot;2026-07-05&quot;:19.08},{&quot;2026-07-06&quot;:19.26},{&quot;2026-07-07&quot;:19.1},{&quot;2026-07-08&quot;:19.15},{&quot;2026-07-09&quot;:19.15},{&quot;2026-07-10&quot;:19.15},{&quot;2026-07-11&quot;:19.15},{&quot;2026-07-12&quot;:19.15},{&quot;2026-07-13&quot;:19.15},{&quot;2026-07-14&quot;:19.15},{&quot;2026-07-15&quot;:19.15},{&quot;2026-07-16&quot;:19.27},{&quot;2026-07-17&quot;:19.54},{&quot;2026-07-18&quot;:19.66},{&quot;2026-07-19&quot;:19.66},{&quot;2026-07-20&quot;:19.64},{&quot;2026-07-21&quot;:19.77},{&quot;2026-07-22&quot;:19.75},{&quot;2026-07-23&quot;:19.75},{&quot;2026-07-24&quot;:19.96},{&quot;2026-07-25&quot;:20.09},{&quot;2026-07-26&quot;:20.09},{&quot;2026-07-27&quot;:20.09},{&quot;2026-07-28&quot;:20.09},{&quot;2026-07-29&quot;:20.3},{&quot;2026-07-30&quot;:20.5},{&quot;2026-07-31&quot;:20.61},{&quot;2026-08-01&quot;:20.78},{&quot;2026-08-02&quot;:20.78},{&quot;2026-08-03&quot;:21.13},{&quot;2026-08-04&quot;:21.13},{&quot;2026-08-05&quot;:21.13},{&quot;2026-08-07&quot;:22.3},{&quot;2026-08-08&quot;:22.3},{&quot;2026-08-09&quot;:22.3},{&quot;2026-08-10&quot;:22.3},{&quot;2026-08-11&quot;:22.54},{&quot;2026-08-12&quot;:22.96},{&quot;2026-08-13&quot;:22.96},{&quot;2026-08-14&quot;:23.56},{&quot;2026-08-15&quot;:24.38},{&quot;2026-08-16&quot;:24.38},{&quot;2026-08-17&quot;:24.95},{&quot;2026-08-18&quot;:24.95},{&quot;2026-08-19&quot;:24.95},{&quot;2026-08-20&quot;:24.95},{&quot;2026-08-21&quot;:24.95},{&quot;2026-08-22&quot;:25.27},{&quot;2026-08-23&quot;:25.27},{&quot;2026-08-24&quot;:25.52},{&quot;2026-08-25&quot;:25.52},{&quot;2026-08-26&quot;:25.87},{&quot;2026-08-27&quot;:26.13},{&quot;2026-08-28&quot;:26.81},{&quot;2026-08-29&quot;:26.81},{&quot;2026-08-30&quot;:26.81},{&quot;2026-08-31&quot;:26.81},{&quot;2026-09-01&quot;:26.97},{&quot;2026-09-02&quot;:26.97},{&quot;2026-09-03&quot;:27.19},{&quot;2026-09-04&quot;:27.19},{&quot;2026-09-05&quot;:27.19},{&quot;2026-09-06&quot;:27.39},{&quot;2026-09-07&quot;:27.93},{&quot;2026-09-08&quot;:27.93},{&quot;2026-09-09&quot;:28.18},{&quot;2026-09-10&quot;:28.18},{&quot;2026-09-11&quot;:28.18}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:18.3},{&quot;2026-06-14&quot;:18.01},{&quot;2026-06-15&quot;:17.77},{&quot;2026-06-16&quot;:17.71},{&quot;2026-06-17&quot;:17.87},{&quot;2026-06-18&quot;:17.87},{&quot;2026-06-19&quot;:18.23},{&quot;2026-06-20&quot;:18.22},{&quot;2026-06-21&quot;:19.28},{&quot;2026-06-22&quot;:19.57},{&quot;2026-06-23&quot;:19.43},{&quot;2026-06-24&quot;:19.43},{&quot;2026-06-25&quot;:19.43},{&quot;2026-06-26&quot;:19.43},{&quot;2026-06-27&quot;:19.67},{&quot;2026-06-28&quot;:19.67},{&quot;2026-06-29&quot;:19.92},{&quot;2026-06-30&quot;:20.04},{&quot;2026-07-01&quot;:20.04},{&quot;2026-07-02&quot;:20.04},{&quot;2026-07-03&quot;:20.69},{&quot;2026-07-04&quot;:20.8},{&quot;2026-07-05&quot;:20.98},{&quot;2026-07-06&quot;:20.76},{&quot;2026-07-07&quot;:19.83},{&quot;2026-07-08&quot;:19.86},{&quot;2026-07-09&quot;:19.86},{&quot;2026-07-10&quot;:20.3},{&quot;2026-07-11&quot;:20.7},{&quot;2026-07-12&quot;:20.7},{&quot;2026-07-13&quot;:21.09},{&quot;2026-07-14&quot;:20.98},{&quot;2026-07-15&quot;:20.94},{&quot;2026-07-16&quot;:20.44},{&quot;2026-07-17&quot;:20.28},{&quot;2026-07-18&quot;:20.36},{&quot;2026-07-19&quot;:20.98},{&quot;2026-07-20&quot;:22.06},{&quot;2026-07-21&quot;:21.9},{&quot;2026-07-22&quot;:21.78},{&quot;2026-07-23&quot;:20.7},{&quot;2026-07-24&quot;:20.48},{&quot;2026-07-25&quot;:20.89},{&quot;2026-07-26&quot;:21.12},{&quot;2026-07-27&quot;:22.25},{&quot;2026-07-28&quot;:21.34},{&quot;2026-07-29&quot;:21.57},{&quot;2026-07-30&quot;:22.98},{&quot;2026-07-31&quot;:23.09},{&quot;2026-08-01&quot;:23.57},{&quot;2026-08-02&quot;:23.89},{&quot;2026-08-03&quot;:23.63},{&quot;2026-08-04&quot;:23.45},{&quot;2026-08-05&quot;:23.59},{&quot;2026-08-07&quot;:23.56},{&quot;2026-08-08&quot;:24.3},{&quot;2026-08-09&quot;:24.06},{&quot;2026-08-10&quot;:23.94},{&quot;2026-08-11&quot;:24.26},{&quot;2026-08-12&quot;:24.3},{&quot;2026-08-13&quot;:24.3},{&quot;2026-08-14&quot;:24.3},{&quot;2026-08-15&quot;:24.34},{&quot;2026-08-16&quot;:23.75},{&quot;2026-08-17&quot;:23.26},{&quot;2026-08-18&quot;:23.26},{&quot;2026-08-19&quot;:22.54},{&quot;2026-08-20&quot;:22.76},{&quot;2026-08-21&quot;:22.25},{&quot;2026-08-22&quot;:23.29},{&quot;2026-08-23&quot;:23.22},{&quot;2026-08-24&quot;:23.49},{&quot;2026-08-25&quot;:23.47},{&quot;2026-08-26&quot;:23.35},{&quot;2026-08-27&quot;:24.29},{&quot;2026-08-28&quot;:24.3},{&quot;2026-08-29&quot;:24.3},{&quot;2026-08-30&quot;:24.99},{&quot;2026-08-31&quot;:25.37},{&quot;2026-09-01&quot;:25.55},{&quot;2026-09-02&quot;:26.05},{&quot;2026-09-03&quot;:25.72},{&quot;2026-09-04&quot;:26.2},{&quot;2026-09-05&quot;:25.97},{&quot;2026-09-06&quot;:25.97},{&quot;2026-09-07&quot;:26.08},{&quot;2026-09-08&quot;:26.36},{&quot;2026-09-09&quot;:26.2},{&quot;2026-09-10&quot;:26.2},{&quot;2026-09-11&quot;:26.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28688"
  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-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">
            Twinflame Tyrant
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $26.03
          </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="Twinflame Tyrant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/e/1eb34f51-0bd2-43c3-af95-2ce8dabcc7bb.jpg?1783909099" />

        <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">
            Twinflame Tyrant
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Twinflame Tyrant" src="https://cards.scryfall.io/large/front/1/e/1eb34f51-0bd2-43c3-af95-2ce8dabcc7bb.jpg?1783909099" />
    </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">
                $26.03
              </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">
                $26.84
              </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">$22.00</span>
              <span class="text-xs text-grey-text">Credit: $28.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;:26.68},{&quot;2026-06-14&quot;:26.68},{&quot;2026-06-15&quot;:26.61},{&quot;2026-06-16&quot;:26.84},{&quot;2026-06-17&quot;:26.77},{&quot;2026-06-18&quot;:27.05},{&quot;2026-06-19&quot;:27.08},{&quot;2026-06-20&quot;:26.89},{&quot;2026-06-21&quot;:26.93},{&quot;2026-06-22&quot;:26.93},{&quot;2026-06-23&quot;:27.0},{&quot;2026-06-24&quot;:26.96},{&quot;2026-06-25&quot;:26.96},{&quot;2026-06-26&quot;:26.96},{&quot;2026-06-27&quot;:26.96},{&quot;2026-06-28&quot;:26.96},{&quot;2026-06-29&quot;:27.07},{&quot;2026-06-30&quot;:27.07},{&quot;2026-07-01&quot;:26.2},{&quot;2026-07-02&quot;:26.01},{&quot;2026-07-03&quot;:25.75},{&quot;2026-07-04&quot;:25.75},{&quot;2026-07-05&quot;:25.74},{&quot;2026-07-06&quot;:25.98},{&quot;2026-07-07&quot;:26.12},{&quot;2026-07-08&quot;:26.12},{&quot;2026-07-09&quot;:26.1},{&quot;2026-07-10&quot;:26.15},{&quot;2026-07-11&quot;:26.15},{&quot;2026-07-12&quot;:26.15},{&quot;2026-07-13&quot;:26.24},{&quot;2026-07-14&quot;:26.45},{&quot;2026-07-15&quot;:26.66},{&quot;2026-07-16&quot;:26.66},{&quot;2026-07-17&quot;:26.87},{&quot;2026-07-18&quot;:27.38},{&quot;2026-07-19&quot;:27.38},{&quot;2026-07-20&quot;:27.58},{&quot;2026-07-21&quot;:27.68},{&quot;2026-07-22&quot;:28.11},{&quot;2026-07-23&quot;:28.11},{&quot;2026-07-24&quot;:28.51},{&quot;2026-07-25&quot;:28.56},{&quot;2026-07-26&quot;:28.74},{&quot;2026-07-27&quot;:28.25},{&quot;2026-07-28&quot;:27.97},{&quot;2026-07-29&quot;:27.97},{&quot;2026-07-30&quot;:27.97},{&quot;2026-07-31&quot;:27.82},{&quot;2026-08-01&quot;:27.82},{&quot;2026-08-02&quot;:27.7},{&quot;2026-08-03&quot;:27.7},{&quot;2026-08-04&quot;:27.7},{&quot;2026-08-05&quot;:27.26},{&quot;2026-08-07&quot;:26.23},{&quot;2026-08-08&quot;:26.63},{&quot;2026-08-09&quot;:26.64},{&quot;2026-08-10&quot;:26.59},{&quot;2026-08-11&quot;:26.58},{&quot;2026-08-12&quot;:26.53},{&quot;2026-08-13&quot;:26.63},{&quot;2026-08-14&quot;:26.66},{&quot;2026-08-15&quot;:26.95},{&quot;2026-08-16&quot;:27.0},{&quot;2026-08-17&quot;:27.54},{&quot;2026-08-18&quot;:27.92},{&quot;2026-08-19&quot;:28.08},{&quot;2026-08-20&quot;:27.8},{&quot;2026-08-21&quot;:27.77},{&quot;2026-08-22&quot;:27.71},{&quot;2026-08-23&quot;:27.29},{&quot;2026-08-24&quot;:27.29},{&quot;2026-08-25&quot;:27.25},{&quot;2026-08-26&quot;:27.25},{&quot;2026-08-27&quot;:27.25},{&quot;2026-08-28&quot;:27.32},{&quot;2026-08-29&quot;:27.32},{&quot;2026-08-30&quot;:27.39},{&quot;2026-08-31&quot;:27.04},{&quot;2026-09-01&quot;:27.04},{&quot;2026-09-02&quot;:27.04},{&quot;2026-09-03&quot;:27.04},{&quot;2026-09-04&quot;:27.04},{&quot;2026-09-05&quot;:27.04},{&quot;2026-09-06&quot;:26.71},{&quot;2026-09-07&quot;:26.84},{&quot;2026-09-08&quot;:26.84},{&quot;2026-09-09&quot;:26.84},{&quot;2026-09-10&quot;:26.84},{&quot;2026-09-11&quot;:26.84}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:25.35},{&quot;2026-06-14&quot;:24.95},{&quot;2026-06-15&quot;:25.78},{&quot;2026-06-16&quot;:26.48},{&quot;2026-06-17&quot;:26.14},{&quot;2026-06-18&quot;:26.82},{&quot;2026-06-19&quot;:27.03},{&quot;2026-06-20&quot;:26.44},{&quot;2026-06-21&quot;:26.51},{&quot;2026-06-22&quot;:26.29},{&quot;2026-06-23&quot;:26.35},{&quot;2026-06-24&quot;:26.59},{&quot;2026-06-25&quot;:25.75},{&quot;2026-06-26&quot;:25.4},{&quot;2026-06-27&quot;:25.13},{&quot;2026-06-28&quot;:24.54},{&quot;2026-06-29&quot;:24.77},{&quot;2026-06-30&quot;:25.0},{&quot;2026-07-01&quot;:25.17},{&quot;2026-07-02&quot;:25.09},{&quot;2026-07-03&quot;:25.47},{&quot;2026-07-04&quot;:25.64},{&quot;2026-07-05&quot;:25.79},{&quot;2026-07-06&quot;:25.93},{&quot;2026-07-07&quot;:26.05},{&quot;2026-07-08&quot;:25.47},{&quot;2026-07-09&quot;:25.55},{&quot;2026-07-10&quot;:25.18},{&quot;2026-07-11&quot;:25.51},{&quot;2026-07-12&quot;:25.42},{&quot;2026-07-13&quot;:25.31},{&quot;2026-07-14&quot;:26.02},{&quot;2026-07-15&quot;:26.41},{&quot;2026-07-16&quot;:27.07},{&quot;2026-07-17&quot;:27.16},{&quot;2026-07-18&quot;:27.14},{&quot;2026-07-19&quot;:27.5},{&quot;2026-07-20&quot;:27.45},{&quot;2026-07-21&quot;:27.06},{&quot;2026-07-22&quot;:27.25},{&quot;2026-07-23&quot;:26.62},{&quot;2026-07-24&quot;:25.6},{&quot;2026-07-25&quot;:25.34},{&quot;2026-07-26&quot;:24.76},{&quot;2026-07-27&quot;:24.76},{&quot;2026-07-28&quot;:24.51},{&quot;2026-07-29&quot;:24.63},{&quot;2026-07-30&quot;:24.37},{&quot;2026-07-31&quot;:24.4},{&quot;2026-08-01&quot;:24.93},{&quot;2026-08-02&quot;:25.17},{&quot;2026-08-03&quot;:25.19},{&quot;2026-08-04&quot;:26.74},{&quot;2026-08-05&quot;:27.54},{&quot;2026-08-07&quot;:27.62},{&quot;2026-08-08&quot;:27.34},{&quot;2026-08-09&quot;:27.39},{&quot;2026-08-10&quot;:27.4},{&quot;2026-08-11&quot;:27.23},{&quot;2026-08-12&quot;:25.48},{&quot;2026-08-13&quot;:25.62},{&quot;2026-08-14&quot;:25.85},{&quot;2026-08-15&quot;:26.05},{&quot;2026-08-16&quot;:25.94},{&quot;2026-08-17&quot;:26.43},{&quot;2026-08-18&quot;:26.96},{&quot;2026-08-19&quot;:26.67},{&quot;2026-08-20&quot;:26.47},{&quot;2026-08-21&quot;:26.27},{&quot;2026-08-22&quot;:26.48},{&quot;2026-08-23&quot;:26.13},{&quot;2026-08-24&quot;:25.75},{&quot;2026-08-25&quot;:25.96},{&quot;2026-08-26&quot;:25.72},{&quot;2026-08-27&quot;:25.78},{&quot;2026-08-28&quot;:26.08},{&quot;2026-08-29&quot;:26.08},{&quot;2026-08-30&quot;:26.56},{&quot;2026-08-31&quot;:26.23},{&quot;2026-09-01&quot;:26.24},{&quot;2026-09-02&quot;:25.96},{&quot;2026-09-03&quot;:25.81},{&quot;2026-09-04&quot;:25.22},{&quot;2026-09-05&quot;:24.81},{&quot;2026-09-06&quot;:24.79},{&quot;2026-09-07&quot;:25.19},{&quot;2026-09-08&quot;:25.56},{&quot;2026-09-09&quot;:25.85},{&quot;2026-09-10&quot;:25.57},{&quot;2026-09-11&quot;:26.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="14242"
  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-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">
            Darksteel Monolith
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Darksteel Monolith
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-8'></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="Darksteel Monolith" src="https://cards.scryfall.io/large/front/f/5/f5b7d3df-4e9b-422b-a88c-43650a67a9c6.jpg?1783915478" />
    </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">
                $26.01
              </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">$17.50</span>
              <span class="text-xs text-grey-text">Credit: $22.75</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:21.49},{&quot;2026-06-14&quot;:22.74},{&quot;2026-06-15&quot;:22.72},{&quot;2026-06-16&quot;:22.6},{&quot;2026-06-17&quot;:22.68},{&quot;2026-06-18&quot;:23.38},{&quot;2026-06-19&quot;:23.3},{&quot;2026-06-20&quot;:23.72},{&quot;2026-06-21&quot;:23.7},{&quot;2026-06-22&quot;:24.4},{&quot;2026-06-23&quot;:25.21},{&quot;2026-06-24&quot;:25.34},{&quot;2026-06-25&quot;:25.25},{&quot;2026-06-26&quot;:25.03},{&quot;2026-06-27&quot;:24.65},{&quot;2026-06-28&quot;:24.43},{&quot;2026-06-29&quot;:24.52},{&quot;2026-06-30&quot;:24.86},{&quot;2026-07-01&quot;:24.7},{&quot;2026-07-02&quot;:24.69},{&quot;2026-07-03&quot;:24.6},{&quot;2026-07-04&quot;:24.6},{&quot;2026-07-05&quot;:24.72},{&quot;2026-07-06&quot;:25.06},{&quot;2026-07-07&quot;:25.3},{&quot;2026-07-08&quot;:25.77},{&quot;2026-07-09&quot;:25.84},{&quot;2026-07-10&quot;:25.7},{&quot;2026-07-11&quot;:25.7},{&quot;2026-07-12&quot;:26.25},{&quot;2026-07-13&quot;:26.6},{&quot;2026-07-14&quot;:26.7},{&quot;2026-07-15&quot;:26.8},{&quot;2026-07-16&quot;:26.87},{&quot;2026-07-17&quot;:26.92},{&quot;2026-07-18&quot;:26.98},{&quot;2026-07-19&quot;:26.71},{&quot;2026-07-20&quot;:26.7},{&quot;2026-07-21&quot;:26.87},{&quot;2026-07-22&quot;:26.98},{&quot;2026-07-23&quot;:26.71},{&quot;2026-07-24&quot;:26.87},{&quot;2026-07-25&quot;:26.87},{&quot;2026-07-26&quot;:26.65},{&quot;2026-07-27&quot;:26.68},{&quot;2026-07-28&quot;:26.74},{&quot;2026-07-29&quot;:26.54},{&quot;2026-07-30&quot;:26.37},{&quot;2026-07-31&quot;:26.64},{&quot;2026-08-01&quot;:26.82},{&quot;2026-08-02&quot;:27.24},{&quot;2026-08-03&quot;:27.61},{&quot;2026-08-04&quot;:27.93},{&quot;2026-08-05&quot;:27.87},{&quot;2026-08-07&quot;:28.08},{&quot;2026-08-08&quot;:27.77},{&quot;2026-08-09&quot;:27.72},{&quot;2026-08-10&quot;:27.72},{&quot;2026-08-11&quot;:27.72},{&quot;2026-08-12&quot;:27.72},{&quot;2026-08-13&quot;:27.8},{&quot;2026-08-14&quot;:27.8},{&quot;2026-08-15&quot;:27.65},{&quot;2026-08-16&quot;:27.6},{&quot;2026-08-17&quot;:27.53},{&quot;2026-08-18&quot;:27.53},{&quot;2026-08-19&quot;:27.28},{&quot;2026-08-20&quot;:27.28},{&quot;2026-08-21&quot;:27.69},{&quot;2026-08-22&quot;:26.8},{&quot;2026-08-23&quot;:26.79},{&quot;2026-08-24&quot;:26.94},{&quot;2026-08-25&quot;:27.03},{&quot;2026-08-26&quot;:27.08},{&quot;2026-08-27&quot;:27.16},{&quot;2026-08-28&quot;:27.01},{&quot;2026-08-29&quot;:27.01},{&quot;2026-08-30&quot;:27.21},{&quot;2026-08-31&quot;:27.13},{&quot;2026-09-01&quot;:26.98},{&quot;2026-09-02&quot;:26.58},{&quot;2026-09-03&quot;:26.58},{&quot;2026-09-04&quot;:26.58},{&quot;2026-09-05&quot;:26.57},{&quot;2026-09-06&quot;:26.56},{&quot;2026-09-07&quot;:26.56},{&quot;2026-09-08&quot;:26.6},{&quot;2026-09-09&quot;:26.32},{&quot;2026-09-10&quot;:26.2},{&quot;2026-09-11&quot;:26.01}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Y&#39;shtola Rhul" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/d/6d24956c-b123-4682-9f89-6821ae45fc00.jpg?1783906430" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Y&#39;shtola Rhul
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Y&#39;shtola Rhul" src="https://cards.scryfall.io/large/front/6/d/6d24956c-b123-4682-9f89-6821ae45fc00.jpg?1783906430" />
    </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">
                $25.79
              </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">
                $49.68
              </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">$15.50</span>
              <span class="text-xs text-grey-text">Credit: $20.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;:45.51},{&quot;2026-06-14&quot;:45.49},{&quot;2026-06-15&quot;:45.57},{&quot;2026-06-16&quot;:45.57},{&quot;2026-06-17&quot;:45.57},{&quot;2026-06-18&quot;:45.83},{&quot;2026-06-19&quot;:45.83},{&quot;2026-06-20&quot;:45.83},{&quot;2026-06-21&quot;:45.84},{&quot;2026-06-22&quot;:45.84},{&quot;2026-06-23&quot;:45.84},{&quot;2026-06-24&quot;:45.84},{&quot;2026-06-25&quot;:45.98},{&quot;2026-06-26&quot;:45.98},{&quot;2026-06-27&quot;:46.33},{&quot;2026-06-28&quot;:46.33},{&quot;2026-06-29&quot;:46.33},{&quot;2026-06-30&quot;:45.91},{&quot;2026-07-01&quot;:45.91},{&quot;2026-07-02&quot;:46.26},{&quot;2026-07-03&quot;:46.26},{&quot;2026-07-04&quot;:46.28},{&quot;2026-07-05&quot;:46.28},{&quot;2026-07-06&quot;:46.77},{&quot;2026-07-07&quot;:46.35},{&quot;2026-07-08&quot;:47.08},{&quot;2026-07-09&quot;:47.13},{&quot;2026-07-10&quot;:47.13},{&quot;2026-07-11&quot;:47.27},{&quot;2026-07-12&quot;:47.36},{&quot;2026-07-13&quot;:47.36},{&quot;2026-07-14&quot;:47.36},{&quot;2026-07-15&quot;:47.47},{&quot;2026-07-16&quot;:47.5},{&quot;2026-07-17&quot;:47.06},{&quot;2026-07-18&quot;:47.22},{&quot;2026-07-19&quot;:47.46},{&quot;2026-07-20&quot;:47.72},{&quot;2026-07-21&quot;:48.16},{&quot;2026-07-22&quot;:48.44},{&quot;2026-07-23&quot;:48.44},{&quot;2026-07-24&quot;:48.61},{&quot;2026-07-25&quot;:48.48},{&quot;2026-07-26&quot;:48.48},{&quot;2026-07-27&quot;:48.48},{&quot;2026-07-28&quot;:48.48},{&quot;2026-07-29&quot;:48.48},{&quot;2026-07-30&quot;:48.48},{&quot;2026-07-31&quot;:48.94},{&quot;2026-08-01&quot;:48.94},{&quot;2026-08-02&quot;:48.94},{&quot;2026-08-03&quot;:48.94},{&quot;2026-08-04&quot;:48.83},{&quot;2026-08-05&quot;:48.71},{&quot;2026-08-07&quot;:48.54},{&quot;2026-08-08&quot;:48.38},{&quot;2026-08-09&quot;:48.44},{&quot;2026-08-10&quot;:48.44},{&quot;2026-08-11&quot;:48.44},{&quot;2026-08-12&quot;:48.85},{&quot;2026-08-13&quot;:48.85},{&quot;2026-08-14&quot;:48.85},{&quot;2026-08-15&quot;:48.85},{&quot;2026-08-16&quot;:49.0},{&quot;2026-08-17&quot;:49.0},{&quot;2026-08-18&quot;:49.0},{&quot;2026-08-19&quot;:49.0},{&quot;2026-08-20&quot;:49.0},{&quot;2026-08-21&quot;:49.0},{&quot;2026-08-22&quot;:49.0},{&quot;2026-08-23&quot;:49.0},{&quot;2026-08-24&quot;:49.0},{&quot;2026-08-25&quot;:49.2},{&quot;2026-08-26&quot;:49.76},{&quot;2026-08-27&quot;:49.76},{&quot;2026-08-28&quot;:49.76},{&quot;2026-08-29&quot;:49.76},{&quot;2026-08-30&quot;:49.74},{&quot;2026-08-31&quot;:49.74},{&quot;2026-09-01&quot;:50.02},{&quot;2026-09-02&quot;:50.14},{&quot;2026-09-03&quot;:50.14},{&quot;2026-09-04&quot;:50.14},{&quot;2026-09-05&quot;:50.14},{&quot;2026-09-06&quot;:50.26},{&quot;2026-09-07&quot;:50.26},{&quot;2026-09-08&quot;:49.68},{&quot;2026-09-09&quot;:49.68},{&quot;2026-09-10&quot;:49.68},{&quot;2026-09-11&quot;:49.68}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:22.44},{&quot;2026-06-14&quot;:22.44},{&quot;2026-06-15&quot;:22.5},{&quot;2026-06-16&quot;:22.84},{&quot;2026-06-17&quot;:22.27},{&quot;2026-06-18&quot;:22.3},{&quot;2026-06-19&quot;:21.71},{&quot;2026-06-20&quot;:22.03},{&quot;2026-06-21&quot;:22.03},{&quot;2026-06-22&quot;:21.52},{&quot;2026-06-23&quot;:21.21},{&quot;2026-06-24&quot;:21.26},{&quot;2026-06-25&quot;:21.83},{&quot;2026-06-26&quot;:21.71},{&quot;2026-06-27&quot;:21.59},{&quot;2026-06-28&quot;:21.59},{&quot;2026-06-29&quot;:21.69},{&quot;2026-06-30&quot;:21.66},{&quot;2026-07-01&quot;:22.05},{&quot;2026-07-02&quot;:21.8},{&quot;2026-07-03&quot;:21.88},{&quot;2026-07-04&quot;:21.88},{&quot;2026-07-05&quot;:22.57},{&quot;2026-07-06&quot;:23.5},{&quot;2026-07-07&quot;:23.55},{&quot;2026-07-08&quot;:23.44},{&quot;2026-07-09&quot;:23.3},{&quot;2026-07-10&quot;:23.3},{&quot;2026-07-11&quot;:23.8},{&quot;2026-07-12&quot;:23.97},{&quot;2026-07-13&quot;:24.31},{&quot;2026-07-14&quot;:24.31},{&quot;2026-07-15&quot;:24.31},{&quot;2026-07-16&quot;:24.41},{&quot;2026-07-17&quot;:24.41},{&quot;2026-07-18&quot;:24.17},{&quot;2026-07-19&quot;:23.96},{&quot;2026-07-20&quot;:24.1},{&quot;2026-07-21&quot;:24.1},{&quot;2026-07-22&quot;:23.81},{&quot;2026-07-23&quot;:23.81},{&quot;2026-07-24&quot;:23.81},{&quot;2026-07-25&quot;:23.88},{&quot;2026-07-26&quot;:24.24},{&quot;2026-07-27&quot;:24.24},{&quot;2026-07-28&quot;:24.24},{&quot;2026-07-29&quot;:23.85},{&quot;2026-07-30&quot;:23.69},{&quot;2026-07-31&quot;:23.75},{&quot;2026-08-01&quot;:23.98},{&quot;2026-08-02&quot;:24.46},{&quot;2026-08-03&quot;:24.89},{&quot;2026-08-04&quot;:24.8},{&quot;2026-08-05&quot;:25.32},{&quot;2026-08-07&quot;:25.57},{&quot;2026-08-08&quot;:25.74},{&quot;2026-08-09&quot;:25.74},{&quot;2026-08-10&quot;:25.74},{&quot;2026-08-11&quot;:25.8},{&quot;2026-08-12&quot;:25.8},{&quot;2026-08-13&quot;:25.51},{&quot;2026-08-14&quot;:26.22},{&quot;2026-08-15&quot;:27.24},{&quot;2026-08-16&quot;:27.87},{&quot;2026-08-17&quot;:27.71},{&quot;2026-08-18&quot;:28.58},{&quot;2026-08-19&quot;:29.3},{&quot;2026-08-20&quot;:29.3},{&quot;2026-08-21&quot;:29.3},{&quot;2026-08-22&quot;:29.31},{&quot;2026-08-23&quot;:29.31},{&quot;2026-08-24&quot;:29.01},{&quot;2026-08-25&quot;:29.01},{&quot;2026-08-26&quot;:29.01},{&quot;2026-08-27&quot;:29.09},{&quot;2026-08-28&quot;:29.02},{&quot;2026-08-29&quot;:29.02},{&quot;2026-08-30&quot;:29.25},{&quot;2026-08-31&quot;:29.25},{&quot;2026-09-01&quot;:28.8},{&quot;2026-09-02&quot;:28.8},{&quot;2026-09-03&quot;:28.22},{&quot;2026-09-04&quot;:27.93},{&quot;2026-09-05&quot;:28.45},{&quot;2026-09-06&quot;:28.93},{&quot;2026-09-07&quot;:28.93},{&quot;2026-09-08&quot;:28.93},{&quot;2026-09-09&quot;:26.83},{&quot;2026-09-10&quot;:25.79},{&quot;2026-09-11&quot;:25.79}]}"
        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="19300"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Worldly Tutor" src="https://cards.scryfall.io/large/front/1/6/16b4d0a8-3270-4e53-9f1d-90f995c3b712.jpg?1783918322" />
    </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">
                $25.76
              </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">
                $42.57
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:41.11},{&quot;2026-06-14&quot;:41.11},{&quot;2026-06-15&quot;:41.11},{&quot;2026-06-16&quot;:41.27},{&quot;2026-06-17&quot;:41.44},{&quot;2026-06-18&quot;:41.62},{&quot;2026-06-19&quot;:41.62},{&quot;2026-06-20&quot;:41.62},{&quot;2026-06-21&quot;:41.91},{&quot;2026-06-22&quot;:42.54},{&quot;2026-06-23&quot;:42.54},{&quot;2026-06-24&quot;:42.54},{&quot;2026-06-25&quot;:42.54},{&quot;2026-06-26&quot;:42.79},{&quot;2026-06-27&quot;:42.79},{&quot;2026-06-28&quot;:43.03},{&quot;2026-06-29&quot;:43.03},{&quot;2026-06-30&quot;:43.37},{&quot;2026-07-01&quot;:43.37},{&quot;2026-07-02&quot;:43.37},{&quot;2026-07-03&quot;:43.37},{&quot;2026-07-04&quot;:43.37},{&quot;2026-07-05&quot;:43.37},{&quot;2026-07-06&quot;:43.49},{&quot;2026-07-07&quot;:43.49},{&quot;2026-07-08&quot;:43.49},{&quot;2026-07-09&quot;:43.49},{&quot;2026-07-10&quot;:43.49},{&quot;2026-07-11&quot;:43.49},{&quot;2026-07-12&quot;:43.93},{&quot;2026-07-13&quot;:43.93},{&quot;2026-07-14&quot;:44.13},{&quot;2026-07-15&quot;:44.13},{&quot;2026-07-16&quot;:44.11},{&quot;2026-07-17&quot;:44.11},{&quot;2026-07-18&quot;:44.11},{&quot;2026-07-19&quot;:44.11},{&quot;2026-07-20&quot;:44.03},{&quot;2026-07-21&quot;:44.03},{&quot;2026-07-22&quot;:44.03},{&quot;2026-07-23&quot;:44.03},{&quot;2026-07-24&quot;:43.87},{&quot;2026-07-25&quot;:43.21},{&quot;2026-07-26&quot;:43.81},{&quot;2026-07-27&quot;:43.17},{&quot;2026-07-28&quot;:43.37},{&quot;2026-07-29&quot;:43.37},{&quot;2026-07-30&quot;:43.32},{&quot;2026-07-31&quot;:43.32},{&quot;2026-08-01&quot;:43.32},{&quot;2026-08-02&quot;:43.32},{&quot;2026-08-03&quot;:43.32},{&quot;2026-08-04&quot;:43.32},{&quot;2026-08-05&quot;:43.32},{&quot;2026-08-07&quot;:42.8},{&quot;2026-08-08&quot;:42.8},{&quot;2026-08-09&quot;:42.73},{&quot;2026-08-10&quot;:42.73},{&quot;2026-08-11&quot;:42.73},{&quot;2026-08-12&quot;:42.73},{&quot;2026-08-13&quot;:42.73},{&quot;2026-08-14&quot;:42.73},{&quot;2026-08-15&quot;:42.73},{&quot;2026-08-16&quot;:42.56},{&quot;2026-08-17&quot;:42.64},{&quot;2026-08-18&quot;:42.7},{&quot;2026-08-19&quot;:42.65},{&quot;2026-08-20&quot;:42.65},{&quot;2026-08-21&quot;:42.56},{&quot;2026-08-22&quot;:42.56},{&quot;2026-08-23&quot;:42.57},{&quot;2026-08-24&quot;:42.57},{&quot;2026-08-25&quot;:42.53},{&quot;2026-08-26&quot;:42.53},{&quot;2026-08-27&quot;:42.42},{&quot;2026-08-28&quot;:42.42},{&quot;2026-08-29&quot;:42.42},{&quot;2026-08-30&quot;:42.42},{&quot;2026-08-31&quot;:42.52},{&quot;2026-09-01&quot;:42.61},{&quot;2026-09-02&quot;:42.61},{&quot;2026-09-03&quot;:42.61},{&quot;2026-09-04&quot;:42.61},{&quot;2026-09-05&quot;:42.61},{&quot;2026-09-06&quot;:42.61},{&quot;2026-09-07&quot;:42.61},{&quot;2026-09-08&quot;:42.57},{&quot;2026-09-09&quot;:42.57},{&quot;2026-09-10&quot;:42.57},{&quot;2026-09-11&quot;:42.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:26.45},{&quot;2026-06-14&quot;:26.94},{&quot;2026-06-15&quot;:27.02},{&quot;2026-06-16&quot;:26.3},{&quot;2026-06-17&quot;:26.26},{&quot;2026-06-18&quot;:26.34},{&quot;2026-06-19&quot;:26.24},{&quot;2026-06-20&quot;:26.5},{&quot;2026-06-21&quot;:26.43},{&quot;2026-06-22&quot;:26.43},{&quot;2026-06-23&quot;:26.43},{&quot;2026-06-24&quot;:26.19},{&quot;2026-06-25&quot;:25.99},{&quot;2026-06-26&quot;:26.13},{&quot;2026-06-27&quot;:26.0},{&quot;2026-06-28&quot;:26.2},{&quot;2026-06-29&quot;:26.6},{&quot;2026-06-30&quot;:26.6},{&quot;2026-07-01&quot;:26.58},{&quot;2026-07-02&quot;:26.46},{&quot;2026-07-03&quot;:26.18},{&quot;2026-07-04&quot;:26.18},{&quot;2026-07-05&quot;:26.09},{&quot;2026-07-06&quot;:26.1},{&quot;2026-07-07&quot;:26.1},{&quot;2026-07-08&quot;:26.1},{&quot;2026-07-09&quot;:25.63},{&quot;2026-07-10&quot;:25.58},{&quot;2026-07-11&quot;:25.14},{&quot;2026-07-12&quot;:24.92},{&quot;2026-07-13&quot;:24.9},{&quot;2026-07-14&quot;:25.64},{&quot;2026-07-15&quot;:26.05},{&quot;2026-07-16&quot;:26.3},{&quot;2026-07-17&quot;:26.09},{&quot;2026-07-18&quot;:26.4},{&quot;2026-07-19&quot;:26.99},{&quot;2026-07-20&quot;:27.33},{&quot;2026-07-21&quot;:27.19},{&quot;2026-07-22&quot;:27.51},{&quot;2026-07-23&quot;:27.2},{&quot;2026-07-24&quot;:27.6},{&quot;2026-07-25&quot;:28.79},{&quot;2026-07-26&quot;:28.75},{&quot;2026-07-27&quot;:28.75},{&quot;2026-07-28&quot;:28.75},{&quot;2026-07-29&quot;:28.9},{&quot;2026-07-30&quot;:28.9},{&quot;2026-07-31&quot;:28.71},{&quot;2026-08-01&quot;:28.18},{&quot;2026-08-02&quot;:28.26},{&quot;2026-08-03&quot;:27.97},{&quot;2026-08-04&quot;:28.14},{&quot;2026-08-05&quot;:27.88},{&quot;2026-08-07&quot;:27.57},{&quot;2026-08-08&quot;:27.41},{&quot;2026-08-09&quot;:27.43},{&quot;2026-08-10&quot;:27.69},{&quot;2026-08-11&quot;:27.83},{&quot;2026-08-12&quot;:27.99},{&quot;2026-08-13&quot;:28.11},{&quot;2026-08-14&quot;:28.26},{&quot;2026-08-15&quot;:28.35},{&quot;2026-08-16&quot;:28.17},{&quot;2026-08-17&quot;:28.17},{&quot;2026-08-18&quot;:27.76},{&quot;2026-08-19&quot;:27.56},{&quot;2026-08-20&quot;:27.56},{&quot;2026-08-21&quot;:27.85},{&quot;2026-08-22&quot;:27.23},{&quot;2026-08-23&quot;:26.68},{&quot;2026-08-24&quot;:26.69},{&quot;2026-08-25&quot;:26.49},{&quot;2026-08-26&quot;:26.25},{&quot;2026-08-27&quot;:25.93},{&quot;2026-08-28&quot;:26.07},{&quot;2026-08-29&quot;:26.07},{&quot;2026-08-30&quot;:26.02},{&quot;2026-08-31&quot;:26.47},{&quot;2026-09-01&quot;:26.35},{&quot;2026-09-02&quot;:26.28},{&quot;2026-09-03&quot;:26.24},{&quot;2026-09-04&quot;:26.01},{&quot;2026-09-05&quot;:25.83},{&quot;2026-09-06&quot;:25.74},{&quot;2026-09-07&quot;:25.34},{&quot;2026-09-08&quot;:25.33},{&quot;2026-09-09&quot;:25.66},{&quot;2026-09-10&quot;:25.82},{&quot;2026-09-11&quot;:25.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="92381"
  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">
            All Will Be One
        </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">
            $25.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="All Will Be One" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/f/7f9cf727-c02f-4295-a708-d2497e503a27.jpg?1783907943" />

        <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">
            All Will Be One
        </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-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="All Will Be One" src="https://cards.scryfall.io/large/front/7/f/7f9cf727-c02f-4295-a708-d2497e503a27.jpg?1783907943" />
    </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">
                $25.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$13.00</span>
              <span class="text-xs text-grey-text">Credit: $16.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:27.75},{&quot;2026-06-14&quot;:27.75},{&quot;2026-06-15&quot;:27.78},{&quot;2026-06-16&quot;:27.78},{&quot;2026-06-17&quot;:27.85},{&quot;2026-06-18&quot;:27.75},{&quot;2026-06-19&quot;:27.68},{&quot;2026-06-20&quot;:27.66},{&quot;2026-06-21&quot;:27.42},{&quot;2026-06-22&quot;:27.22},{&quot;2026-06-23&quot;:27.11},{&quot;2026-06-24&quot;:27.11},{&quot;2026-06-25&quot;:27.02},{&quot;2026-06-26&quot;:26.53},{&quot;2026-06-27&quot;:27.05},{&quot;2026-06-28&quot;:25.53},{&quot;2026-06-29&quot;:26.56},{&quot;2026-06-30&quot;:26.44},{&quot;2026-07-01&quot;:26.23},{&quot;2026-07-02&quot;:26.09},{&quot;2026-07-03&quot;:26.25},{&quot;2026-07-04&quot;:26.09},{&quot;2026-07-05&quot;:26.06},{&quot;2026-07-06&quot;:26.06},{&quot;2026-07-07&quot;:26.31},{&quot;2026-07-08&quot;:25.96},{&quot;2026-07-09&quot;:25.86},{&quot;2026-07-10&quot;:26.06},{&quot;2026-07-11&quot;:26.06},{&quot;2026-07-12&quot;:26.06},{&quot;2026-07-13&quot;:26.06},{&quot;2026-07-14&quot;:26.06},{&quot;2026-07-15&quot;:26.06},{&quot;2026-07-16&quot;:25.97},{&quot;2026-07-17&quot;:26.17},{&quot;2026-07-18&quot;:26.17},{&quot;2026-07-19&quot;:26.14},{&quot;2026-07-20&quot;:26.14},{&quot;2026-07-21&quot;:26.14},{&quot;2026-07-22&quot;:26.14},{&quot;2026-07-23&quot;:26.21},{&quot;2026-07-24&quot;:26.32},{&quot;2026-07-25&quot;:26.47},{&quot;2026-07-26&quot;:26.17},{&quot;2026-07-27&quot;:26.17},{&quot;2026-07-28&quot;:26.17},{&quot;2026-07-29&quot;:26.17},{&quot;2026-07-30&quot;:26.17},{&quot;2026-07-31&quot;:25.9},{&quot;2026-08-01&quot;:25.9},{&quot;2026-08-02&quot;:25.9},{&quot;2026-08-03&quot;:25.9},{&quot;2026-08-04&quot;:25.95},{&quot;2026-08-05&quot;:25.71},{&quot;2026-08-07&quot;:25.42},{&quot;2026-08-08&quot;:25.42},{&quot;2026-08-09&quot;:25.34},{&quot;2026-08-10&quot;:25.66},{&quot;2026-08-11&quot;:25.66},{&quot;2026-08-12&quot;:25.66},{&quot;2026-08-13&quot;:25.66},{&quot;2026-08-14&quot;:25.66},{&quot;2026-08-15&quot;:25.67},{&quot;2026-08-16&quot;:25.67},{&quot;2026-08-17&quot;:25.67},{&quot;2026-08-18&quot;:25.67},{&quot;2026-08-19&quot;:25.67},{&quot;2026-08-20&quot;:25.7},{&quot;2026-08-21&quot;:25.7},{&quot;2026-08-22&quot;:25.52},{&quot;2026-08-23&quot;:25.52},{&quot;2026-08-24&quot;:25.47},{&quot;2026-08-25&quot;:25.67},{&quot;2026-08-26&quot;:25.67},{&quot;2026-08-27&quot;:25.67},{&quot;2026-08-28&quot;:25.67},{&quot;2026-08-29&quot;:25.67},{&quot;2026-08-30&quot;:25.72},{&quot;2026-08-31&quot;:25.49},{&quot;2026-09-01&quot;:25.59},{&quot;2026-09-02&quot;:25.78},{&quot;2026-09-03&quot;:25.78},{&quot;2026-09-04&quot;:25.63},{&quot;2026-09-05&quot;:25.63},{&quot;2026-09-06&quot;:25.6},{&quot;2026-09-07&quot;:25.6},{&quot;2026-09-08&quot;:25.72},{&quot;2026-09-09&quot;:25.71},{&quot;2026-09-10&quot;:25.71},{&quot;2026-09-11&quot;:25.61}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $25.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="Scythecat Cub" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b3dd3c7d-4685-4579-b483-14ddaaaddf5b.jpg?1783908863" />

        <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">
            Scythecat Cub
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Scythecat Cub" src="https://cards.scryfall.io/large/front/b/3/b3dd3c7d-4685-4579-b483-14ddaaaddf5b.jpg?1783908863" />
    </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">
                $25.50
              </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">$22.00</span>
              <span class="text-xs text-grey-text">Credit: $28.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-08&quot;:30.59},{&quot;2026-06-10&quot;:30.83},{&quot;2026-06-11&quot;:30.76},{&quot;2026-06-12&quot;:30.52},{&quot;2026-06-13&quot;:29.99},{&quot;2026-06-14&quot;:29.54},{&quot;2026-06-15&quot;:29.09},{&quot;2026-06-16&quot;:28.49},{&quot;2026-06-17&quot;:28.04},{&quot;2026-06-18&quot;:27.9},{&quot;2026-06-19&quot;:27.73},{&quot;2026-06-20&quot;:27.53},{&quot;2026-06-21&quot;:27.24},{&quot;2026-06-22&quot;:27.31},{&quot;2026-06-24&quot;:27.45},{&quot;2026-06-25&quot;:27.4},{&quot;2026-06-26&quot;:26.15},{&quot;2026-06-27&quot;:26.84},{&quot;2026-06-28&quot;:26.75},{&quot;2026-06-29&quot;:26.2},{&quot;2026-06-30&quot;:25.99},{&quot;2026-07-01&quot;:26.0},{&quot;2026-07-02&quot;:25.88},{&quot;2026-07-03&quot;:25.8},{&quot;2026-07-04&quot;:26.25},{&quot;2026-07-05&quot;:26.07},{&quot;2026-07-06&quot;:25.64},{&quot;2026-07-07&quot;:25.16},{&quot;2026-07-08&quot;:25.25},{&quot;2026-07-09&quot;:25.07},{&quot;2026-07-10&quot;:25.08},{&quot;2026-07-11&quot;:24.58},{&quot;2026-07-12&quot;:24.42},{&quot;2026-07-13&quot;:24.16},{&quot;2026-07-14&quot;:23.82},{&quot;2026-07-15&quot;:23.59},{&quot;2026-07-16&quot;:22.68},{&quot;2026-07-17&quot;:22.87},{&quot;2026-07-18&quot;:22.29},{&quot;2026-07-19&quot;:22.64},{&quot;2026-07-20&quot;:23.42},{&quot;2026-07-21&quot;:23.97},{&quot;2026-07-23&quot;:23.45},{&quot;2026-07-25&quot;:23.94},{&quot;2026-07-26&quot;:24.28},{&quot;2026-07-27&quot;:24.16},{&quot;2026-07-29&quot;:24.71},{&quot;2026-07-30&quot;:24.57},{&quot;2026-07-31&quot;:24.51},{&quot;2026-08-01&quot;:24.52},{&quot;2026-08-02&quot;:24.33},{&quot;2026-08-03&quot;:24.36},{&quot;2026-08-04&quot;:24.76},{&quot;2026-08-05&quot;:24.7},{&quot;2026-08-07&quot;:25.18},{&quot;2026-08-08&quot;:25.4},{&quot;2026-08-09&quot;:25.07},{&quot;2026-08-10&quot;:25.05},{&quot;2026-08-11&quot;:24.64},{&quot;2026-08-12&quot;:24.74},{&quot;2026-08-13&quot;:25.05},{&quot;2026-08-14&quot;:25.46},{&quot;2026-08-15&quot;:25.8},{&quot;2026-08-16&quot;:25.94},{&quot;2026-08-17&quot;:25.98},{&quot;2026-08-18&quot;:26.06},{&quot;2026-08-19&quot;:25.61},{&quot;2026-08-20&quot;:25.61},{&quot;2026-08-21&quot;:26.08},{&quot;2026-08-22&quot;:26.3},{&quot;2026-08-23&quot;:25.96},{&quot;2026-08-24&quot;:25.87},{&quot;2026-08-25&quot;:25.87},{&quot;2026-08-26&quot;:25.34},{&quot;2026-08-27&quot;:25.21},{&quot;2026-08-28&quot;:25.07},{&quot;2026-08-29&quot;:25.07},{&quot;2026-08-30&quot;:24.95},{&quot;2026-08-31&quot;:25.03},{&quot;2026-09-01&quot;:25.03},{&quot;2026-09-02&quot;:25.1},{&quot;2026-09-03&quot;:25.06},{&quot;2026-09-04&quot;:25.02},{&quot;2026-09-05&quot;:25.32},{&quot;2026-09-06&quot;:25.21},{&quot;2026-09-07&quot;:25.17},{&quot;2026-09-08&quot;:25.62},{&quot;2026-09-09&quot;:25.63},{&quot;2026-09-10&quot;:25.47},{&quot;2026-09-11&quot;:25.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="87193"
  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">
            Teferi&#39;s Puzzle Box
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Teferi&#39;s Puzzle Box" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/1888b0f5-2c18-4a00-9a94-aaf7108f3c85.jpg?1783931244" />

        <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">
            Teferi&#39;s Puzzle Box
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Teferi&#39;s Puzzle Box" src="https://cards.scryfall.io/large/front/1/8/1888b0f5-2c18-4a00-9a94-aaf7108f3c85.jpg?1783931244" />
    </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">
                $25.22
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:22.43},{&quot;2026-06-11&quot;:22.43},{&quot;2026-06-12&quot;:22.46},{&quot;2026-06-13&quot;:22.46},{&quot;2026-06-14&quot;:22.34},{&quot;2026-06-15&quot;:22.34},{&quot;2026-06-16&quot;:22.34},{&quot;2026-06-17&quot;:22.34},{&quot;2026-06-18&quot;:22.34},{&quot;2026-06-19&quot;:22.34},{&quot;2026-06-20&quot;:22.34},{&quot;2026-06-21&quot;:22.34},{&quot;2026-06-22&quot;:22.1},{&quot;2026-06-23&quot;:22.21},{&quot;2026-06-24&quot;:22.27},{&quot;2026-06-25&quot;:22.27},{&quot;2026-06-26&quot;:22.27},{&quot;2026-06-27&quot;:22.61},{&quot;2026-06-28&quot;:22.77},{&quot;2026-06-29&quot;:22.88},{&quot;2026-06-30&quot;:23.12},{&quot;2026-07-01&quot;:23.12},{&quot;2026-07-02&quot;:23.66},{&quot;2026-07-03&quot;:24.2},{&quot;2026-07-04&quot;:24.2},{&quot;2026-07-05&quot;:24.06},{&quot;2026-07-06&quot;:24.06},{&quot;2026-07-07&quot;:22.66},{&quot;2026-07-08&quot;:22.66},{&quot;2026-07-09&quot;:22.66},{&quot;2026-07-10&quot;:23.29},{&quot;2026-07-11&quot;:23.29},{&quot;2026-07-12&quot;:22.65},{&quot;2026-07-13&quot;:22.8},{&quot;2026-07-14&quot;:22.8},{&quot;2026-07-15&quot;:22.76},{&quot;2026-07-16&quot;:22.76},{&quot;2026-07-17&quot;:22.85},{&quot;2026-07-18&quot;:22.94},{&quot;2026-07-19&quot;:23.17},{&quot;2026-07-20&quot;:23.63},{&quot;2026-07-21&quot;:23.59},{&quot;2026-07-23&quot;:23.64},{&quot;2026-07-25&quot;:23.55},{&quot;2026-07-26&quot;:24.08},{&quot;2026-07-27&quot;:24.08},{&quot;2026-07-29&quot;:24.08},{&quot;2026-07-30&quot;:23.93},{&quot;2026-07-31&quot;:23.31},{&quot;2026-08-01&quot;:23.31},{&quot;2026-08-02&quot;:23.31},{&quot;2026-08-03&quot;:23.31},{&quot;2026-08-04&quot;:23.31},{&quot;2026-08-05&quot;:23.35},{&quot;2026-08-07&quot;:22.73},{&quot;2026-08-08&quot;:22.73},{&quot;2026-08-09&quot;:22.73},{&quot;2026-08-10&quot;:22.73},{&quot;2026-08-11&quot;:22.73},{&quot;2026-08-12&quot;:22.71},{&quot;2026-08-13&quot;:22.71},{&quot;2026-08-14&quot;:22.71},{&quot;2026-08-15&quot;:22.71},{&quot;2026-08-16&quot;:23.14},{&quot;2026-08-17&quot;:23.79},{&quot;2026-08-18&quot;:23.79},{&quot;2026-08-19&quot;:23.79},{&quot;2026-08-20&quot;:23.79},{&quot;2026-08-21&quot;:24.05},{&quot;2026-08-22&quot;:24.07},{&quot;2026-08-23&quot;:24.33},{&quot;2026-08-24&quot;:24.33},{&quot;2026-08-25&quot;:24.33},{&quot;2026-08-26&quot;:24.42},{&quot;2026-08-27&quot;:25.12},{&quot;2026-08-28&quot;:25.12},{&quot;2026-08-29&quot;:25.12},{&quot;2026-08-30&quot;:25.12},{&quot;2026-08-31&quot;:25.12},{&quot;2026-09-01&quot;:25.12},{&quot;2026-09-02&quot;:25.08},{&quot;2026-09-03&quot;:25.08},{&quot;2026-09-04&quot;:25.08},{&quot;2026-09-05&quot;:25.08},{&quot;2026-09-06&quot;:25.11},{&quot;2026-09-07&quot;:25.12},{&quot;2026-09-08&quot;:25.37},{&quot;2026-09-09&quot;:25.37},{&quot;2026-09-10&quot;:25.22},{&quot;2026-09-11&quot;:25.22}],&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="97952"
  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">
            Barret, Avalanche Leader
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Barret, Avalanche Leader" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b39a7df7-12b8-4537-9f17-25dfc6d2a5c6.jpg?1782684318" />

        <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">
            Barret, Avalanche Leader
        </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 Rebel</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Barret, Avalanche Leader" src="https://cards.scryfall.io/large/front/b/3/b39a7df7-12b8-4537-9f17-25dfc6d2a5c6.jpg?1782684318" />
    </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">
                $24.80
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$15.00</span>
              <span class="text-xs text-grey-text">Credit: $19.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;:24.35},{&quot;2026-06-14&quot;:24.36},{&quot;2026-06-15&quot;:24.27},{&quot;2026-06-16&quot;:24.27},{&quot;2026-06-17&quot;:24.27},{&quot;2026-06-18&quot;:25.05},{&quot;2026-06-19&quot;:25.73},{&quot;2026-06-20&quot;:26.39},{&quot;2026-06-21&quot;:26.86},{&quot;2026-06-22&quot;:27.14},{&quot;2026-06-23&quot;:27.72},{&quot;2026-06-24&quot;:27.72},{&quot;2026-06-25&quot;:27.62},{&quot;2026-06-26&quot;:28.33},{&quot;2026-06-27&quot;:29.04},{&quot;2026-06-28&quot;:29.04},{&quot;2026-06-29&quot;:28.94},{&quot;2026-06-30&quot;:28.97},{&quot;2026-07-01&quot;:28.9},{&quot;2026-07-02&quot;:28.6},{&quot;2026-07-03&quot;:28.64},{&quot;2026-07-04&quot;:28.21},{&quot;2026-07-05&quot;:27.82},{&quot;2026-07-06&quot;:27.82},{&quot;2026-07-07&quot;:27.68},{&quot;2026-07-08&quot;:27.68},{&quot;2026-07-09&quot;:26.86},{&quot;2026-07-10&quot;:25.91},{&quot;2026-07-11&quot;:25.45},{&quot;2026-07-12&quot;:25.45},{&quot;2026-07-13&quot;:25.45},{&quot;2026-07-14&quot;:25.45},{&quot;2026-07-15&quot;:25.41},{&quot;2026-07-16&quot;:25.41},{&quot;2026-07-17&quot;:25.11},{&quot;2026-07-18&quot;:25.0},{&quot;2026-07-19&quot;:25.03},{&quot;2026-07-20&quot;:24.82},{&quot;2026-07-21&quot;:24.82},{&quot;2026-07-22&quot;:24.69},{&quot;2026-07-23&quot;:24.65},{&quot;2026-07-24&quot;:24.65},{&quot;2026-07-25&quot;:24.65},{&quot;2026-07-26&quot;:24.64},{&quot;2026-07-27&quot;:24.76},{&quot;2026-07-28&quot;:24.83},{&quot;2026-07-29&quot;:24.76},{&quot;2026-07-30&quot;:24.71},{&quot;2026-07-31&quot;:25.13},{&quot;2026-08-01&quot;:25.13},{&quot;2026-08-02&quot;:25.17},{&quot;2026-08-03&quot;:25.17},{&quot;2026-08-04&quot;:25.17},{&quot;2026-08-05&quot;:25.17},{&quot;2026-08-07&quot;:25.05},{&quot;2026-08-08&quot;:25.05},{&quot;2026-08-09&quot;:25.09},{&quot;2026-08-10&quot;:25.06},{&quot;2026-08-11&quot;:24.84},{&quot;2026-08-12&quot;:24.84},{&quot;2026-08-13&quot;:24.83},{&quot;2026-08-14&quot;:24.72},{&quot;2026-08-15&quot;:24.82},{&quot;2026-08-16&quot;:25.07},{&quot;2026-08-17&quot;:25.07},{&quot;2026-08-18&quot;:25.16},{&quot;2026-08-19&quot;:25.12},{&quot;2026-08-20&quot;:24.84},{&quot;2026-08-21&quot;:25.14},{&quot;2026-08-22&quot;:25.31},{&quot;2026-08-23&quot;:25.51},{&quot;2026-08-24&quot;:25.73},{&quot;2026-08-25&quot;:25.35},{&quot;2026-08-26&quot;:25.27},{&quot;2026-08-27&quot;:25.27},{&quot;2026-08-28&quot;:25.21},{&quot;2026-08-29&quot;:25.21},{&quot;2026-08-30&quot;:25.15},{&quot;2026-08-31&quot;:25.14},{&quot;2026-09-01&quot;:25.15},{&quot;2026-09-02&quot;:25.26},{&quot;2026-09-03&quot;:25.26},{&quot;2026-09-04&quot;:25.26},{&quot;2026-09-05&quot;:25.14},{&quot;2026-09-06&quot;:25.32},{&quot;2026-09-07&quot;:25.32},{&quot;2026-09-08&quot;:25.0},{&quot;2026-09-09&quot;:24.93},{&quot;2026-09-10&quot;:24.78},{&quot;2026-09-11&quot;:24.8}],&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="73942"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Wraith Knight</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="Nazgûl" src="https://cards.scryfall.io/large/front/8/3/833936c6-9381-4c0b-a81c-4a938be95040.jpg?1783916298" />
    </div>

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

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

          <span class="text-lg font-medium text-nine-white">
            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">
                $24.64
              </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">
                $36.17
              </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">$16.00</span>
              <span class="text-xs text-grey-text">Credit: $20.80</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:32.15},{&quot;2026-06-14&quot;:32.15},{&quot;2026-06-15&quot;:32.15},{&quot;2026-06-16&quot;:32.15},{&quot;2026-06-17&quot;:32.15},{&quot;2026-06-18&quot;:32.15},{&quot;2026-06-19&quot;:32.15},{&quot;2026-06-20&quot;:32.24},{&quot;2026-06-21&quot;:32.24},{&quot;2026-06-22&quot;:32.49},{&quot;2026-06-23&quot;:33.11},{&quot;2026-06-24&quot;:33.11},{&quot;2026-06-25&quot;:33.11},{&quot;2026-06-26&quot;:32.64},{&quot;2026-06-27&quot;:32.64},{&quot;2026-06-28&quot;:32.64},{&quot;2026-06-29&quot;:32.64},{&quot;2026-06-30&quot;:32.64},{&quot;2026-07-01&quot;:32.64},{&quot;2026-07-02&quot;:33.0},{&quot;2026-07-03&quot;:33.0},{&quot;2026-07-04&quot;:33.0},{&quot;2026-07-05&quot;:33.0},{&quot;2026-07-06&quot;:33.0},{&quot;2026-07-07&quot;:33.0},{&quot;2026-07-08&quot;:33.33},{&quot;2026-07-09&quot;:33.8},{&quot;2026-07-10&quot;:33.8},{&quot;2026-07-11&quot;:33.8},{&quot;2026-07-12&quot;:33.8},{&quot;2026-07-13&quot;:33.8},{&quot;2026-07-14&quot;:33.8},{&quot;2026-07-15&quot;:35.36},{&quot;2026-07-16&quot;:35.36},{&quot;2026-07-17&quot;:35.85},{&quot;2026-07-18&quot;:36.17},{&quot;2026-07-19&quot;:36.17},{&quot;2026-07-20&quot;:36.17},{&quot;2026-07-21&quot;:36.17},{&quot;2026-07-22&quot;:36.7},{&quot;2026-07-23&quot;:36.7},{&quot;2026-07-24&quot;:36.7},{&quot;2026-07-25&quot;:36.7},{&quot;2026-07-26&quot;:36.7},{&quot;2026-07-27&quot;:36.7},{&quot;2026-07-28&quot;:36.9},{&quot;2026-07-29&quot;:36.9},{&quot;2026-07-30&quot;:36.9},{&quot;2026-07-31&quot;:36.9},{&quot;2026-08-01&quot;:36.9},{&quot;2026-08-02&quot;:37.09},{&quot;2026-08-03&quot;:37.09},{&quot;2026-08-04&quot;:37.38},{&quot;2026-08-05&quot;:37.38},{&quot;2026-08-07&quot;:37.38},{&quot;2026-08-08&quot;:37.06},{&quot;2026-08-09&quot;:37.06},{&quot;2026-08-10&quot;:37.06},{&quot;2026-08-11&quot;:36.82},{&quot;2026-08-12&quot;:36.82},{&quot;2026-08-13&quot;:36.82},{&quot;2026-08-14&quot;:36.82},{&quot;2026-08-15&quot;:36.82},{&quot;2026-08-16&quot;:36.82},{&quot;2026-08-17&quot;:36.45},{&quot;2026-08-18&quot;:36.45},{&quot;2026-08-19&quot;:36.45},{&quot;2026-08-20&quot;:36.45},{&quot;2026-08-21&quot;:36.45},{&quot;2026-08-22&quot;:36.45},{&quot;2026-08-23&quot;:36.45},{&quot;2026-08-24&quot;:36.45},{&quot;2026-08-25&quot;:36.45},{&quot;2026-08-26&quot;:36.45},{&quot;2026-08-27&quot;:36.25},{&quot;2026-08-28&quot;:36.25},{&quot;2026-08-29&quot;:36.25},{&quot;2026-08-30&quot;:36.25},{&quot;2026-08-31&quot;:36.25},{&quot;2026-09-01&quot;:35.96},{&quot;2026-09-02&quot;:35.72},{&quot;2026-09-03&quot;:35.72},{&quot;2026-09-04&quot;:35.72},{&quot;2026-09-05&quot;:35.72},{&quot;2026-09-06&quot;:35.72},{&quot;2026-09-07&quot;:35.84},{&quot;2026-09-08&quot;:35.86},{&quot;2026-09-09&quot;:36.17},{&quot;2026-09-10&quot;:36.17},{&quot;2026-09-11&quot;:36.17}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:21.9},{&quot;2026-06-14&quot;:22.67},{&quot;2026-06-15&quot;:22.36},{&quot;2026-06-16&quot;:23.13},{&quot;2026-06-17&quot;:23.18},{&quot;2026-06-18&quot;:23.26},{&quot;2026-06-19&quot;:23.43},{&quot;2026-06-20&quot;:23.65},{&quot;2026-06-21&quot;:23.19},{&quot;2026-06-22&quot;:23.23},{&quot;2026-06-23&quot;:23.61},{&quot;2026-06-24&quot;:23.6},{&quot;2026-06-25&quot;:23.67},{&quot;2026-06-26&quot;:23.63},{&quot;2026-06-27&quot;:23.46},{&quot;2026-06-28&quot;:23.38},{&quot;2026-06-29&quot;:23.58},{&quot;2026-06-30&quot;:23.19},{&quot;2026-07-01&quot;:22.9},{&quot;2026-07-02&quot;:23.69},{&quot;2026-07-03&quot;:23.45},{&quot;2026-07-04&quot;:23.2},{&quot;2026-07-05&quot;:22.94},{&quot;2026-07-06&quot;:22.81},{&quot;2026-07-07&quot;:22.71},{&quot;2026-07-08&quot;:22.48},{&quot;2026-07-09&quot;:22.21},{&quot;2026-07-10&quot;:21.12},{&quot;2026-07-11&quot;:21.2},{&quot;2026-07-12&quot;:21.29},{&quot;2026-07-13&quot;:21.37},{&quot;2026-07-14&quot;:20.89},{&quot;2026-07-15&quot;:20.84},{&quot;2026-07-16&quot;:20.8},{&quot;2026-07-17&quot;:21.2},{&quot;2026-07-18&quot;:21.28},{&quot;2026-07-19&quot;:20.8},{&quot;2026-07-20&quot;:20.96},{&quot;2026-07-21&quot;:20.92},{&quot;2026-07-22&quot;:21.19},{&quot;2026-07-23&quot;:21.16},{&quot;2026-07-24&quot;:20.89},{&quot;2026-07-25&quot;:20.97},{&quot;2026-07-26&quot;:21.2},{&quot;2026-07-27&quot;:21.41},{&quot;2026-07-28&quot;:21.5},{&quot;2026-07-29&quot;:21.98},{&quot;2026-07-30&quot;:22.49},{&quot;2026-07-31&quot;:22.72},{&quot;2026-08-01&quot;:22.92},{&quot;2026-08-02&quot;:23.2},{&quot;2026-08-03&quot;:22.57},{&quot;2026-08-04&quot;:22.91},{&quot;2026-08-05&quot;:23.69},{&quot;2026-08-07&quot;:22.73},{&quot;2026-08-08&quot;:22.8},{&quot;2026-08-09&quot;:21.93},{&quot;2026-08-10&quot;:20.85},{&quot;2026-08-11&quot;:21.02},{&quot;2026-08-12&quot;:21.3},{&quot;2026-08-13&quot;:21.54},{&quot;2026-08-14&quot;:22.07},{&quot;2026-08-15&quot;:22.41},{&quot;2026-08-16&quot;:22.79},{&quot;2026-08-17&quot;:22.8},{&quot;2026-08-18&quot;:22.83},{&quot;2026-08-19&quot;:22.79},{&quot;2026-08-20&quot;:22.85},{&quot;2026-08-21&quot;:23.06},{&quot;2026-08-22&quot;:23.16},{&quot;2026-08-23&quot;:22.9},{&quot;2026-08-24&quot;:22.47},{&quot;2026-08-25&quot;:22.57},{&quot;2026-08-26&quot;:22.34},{&quot;2026-08-27&quot;:22.35},{&quot;2026-08-28&quot;:22.33},{&quot;2026-08-29&quot;:22.33},{&quot;2026-08-30&quot;:23.16},{&quot;2026-08-31&quot;:23.23},{&quot;2026-09-01&quot;:23.69},{&quot;2026-09-02&quot;:23.72},{&quot;2026-09-03&quot;:23.6},{&quot;2026-09-04&quot;:23.72},{&quot;2026-09-05&quot;:23.94},{&quot;2026-09-06&quot;:23.94},{&quot;2026-09-07&quot;:23.77},{&quot;2026-09-08&quot;:24.25},{&quot;2026-09-09&quot;:24.29},{&quot;2026-09-10&quot;:24.31},{&quot;2026-09-11&quot;:24.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $24.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="Grim Tutor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/928558ab-e29a-44cb-ac2f-88443571f41a.jpg?1783930707" />

        <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">
            Grim Tutor
        </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Grim Tutor" src="https://cards.scryfall.io/large/front/9/2/928558ab-e29a-44cb-ac2f-88443571f41a.jpg?1783930707" />
    </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">
                $24.58
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:26.04},{&quot;2026-06-14&quot;:26.04},{&quot;2026-06-15&quot;:26.04},{&quot;2026-06-16&quot;:25.57},{&quot;2026-06-17&quot;:25.57},{&quot;2026-06-18&quot;:25.69},{&quot;2026-06-19&quot;:26.14},{&quot;2026-06-20&quot;:26.14},{&quot;2026-06-21&quot;:26.14},{&quot;2026-06-22&quot;:26.14},{&quot;2026-06-23&quot;:26.14},{&quot;2026-06-24&quot;:26.14},{&quot;2026-06-25&quot;:26.14},{&quot;2026-06-26&quot;:26.14},{&quot;2026-06-27&quot;:26.14},{&quot;2026-06-28&quot;:26.14},{&quot;2026-06-29&quot;:26.18},{&quot;2026-06-30&quot;:26.1},{&quot;2026-07-01&quot;:26.1},{&quot;2026-07-02&quot;:26.1},{&quot;2026-07-03&quot;:26.1},{&quot;2026-07-04&quot;:26.1},{&quot;2026-07-05&quot;:26.1},{&quot;2026-07-06&quot;:26.41},{&quot;2026-07-07&quot;:26.41},{&quot;2026-07-08&quot;:26.41},{&quot;2026-07-09&quot;:26.41},{&quot;2026-07-10&quot;:26.41},{&quot;2026-07-11&quot;:26.41},{&quot;2026-07-12&quot;:26.41},{&quot;2026-07-13&quot;:26.41},{&quot;2026-07-14&quot;:26.41},{&quot;2026-07-15&quot;:26.61},{&quot;2026-07-16&quot;:26.97},{&quot;2026-07-17&quot;:26.97},{&quot;2026-07-18&quot;:26.97},{&quot;2026-07-19&quot;:26.97},{&quot;2026-07-20&quot;:26.97},{&quot;2026-07-21&quot;:26.97},{&quot;2026-07-22&quot;:26.97},{&quot;2026-07-23&quot;:26.97},{&quot;2026-07-24&quot;:27.15},{&quot;2026-07-25&quot;:27.17},{&quot;2026-07-26&quot;:27.17},{&quot;2026-07-27&quot;:27.34},{&quot;2026-07-28&quot;:27.34},{&quot;2026-07-29&quot;:27.34},{&quot;2026-07-30&quot;:27.34},{&quot;2026-07-31&quot;:27.34},{&quot;2026-08-01&quot;:27.34},{&quot;2026-08-02&quot;:27.34},{&quot;2026-08-03&quot;:27.34},{&quot;2026-08-04&quot;:27.34},{&quot;2026-08-05&quot;:27.35},{&quot;2026-08-07&quot;:27.51},{&quot;2026-08-08&quot;:27.51},{&quot;2026-08-09&quot;:27.51},{&quot;2026-08-10&quot;:27.51},{&quot;2026-08-11&quot;:27.51},{&quot;2026-08-12&quot;:27.67},{&quot;2026-08-13&quot;:27.67},{&quot;2026-08-14&quot;:27.67},{&quot;2026-08-15&quot;:27.67},{&quot;2026-08-16&quot;:27.67},{&quot;2026-08-17&quot;:27.67},{&quot;2026-08-18&quot;:27.67},{&quot;2026-08-19&quot;:27.67},{&quot;2026-08-20&quot;:27.67},{&quot;2026-08-21&quot;:27.67},{&quot;2026-08-22&quot;:27.66},{&quot;2026-08-23&quot;:27.66},{&quot;2026-08-24&quot;:27.88},{&quot;2026-08-25&quot;:27.88},{&quot;2026-08-26&quot;:27.88},{&quot;2026-08-27&quot;:27.89},{&quot;2026-08-28&quot;:27.85},{&quot;2026-08-29&quot;:27.85},{&quot;2026-08-30&quot;:27.85},{&quot;2026-08-31&quot;:27.94},{&quot;2026-09-01&quot;:27.89},{&quot;2026-09-02&quot;:27.89},{&quot;2026-09-03&quot;:27.98},{&quot;2026-09-04&quot;:27.98},{&quot;2026-09-05&quot;:27.98},{&quot;2026-09-06&quot;:27.97},{&quot;2026-09-07&quot;:28.0},{&quot;2026-09-08&quot;:28.0},{&quot;2026-09-09&quot;:28.0},{&quot;2026-09-10&quot;:28.06},{&quot;2026-09-11&quot;:28.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:26.62},{&quot;2026-06-14&quot;:26.62},{&quot;2026-06-15&quot;:27.13},{&quot;2026-06-16&quot;:26.62},{&quot;2026-06-17&quot;:26.56},{&quot;2026-06-18&quot;:26.83},{&quot;2026-06-19&quot;:26.52},{&quot;2026-06-20&quot;:26.58},{&quot;2026-06-21&quot;:27.08},{&quot;2026-06-22&quot;:26.77},{&quot;2026-06-23&quot;:26.77},{&quot;2026-06-24&quot;:26.77},{&quot;2026-06-25&quot;:26.57},{&quot;2026-06-26&quot;:26.55},{&quot;2026-06-27&quot;:26.55},{&quot;2026-06-28&quot;:26.38},{&quot;2026-06-29&quot;:26.43},{&quot;2026-06-30&quot;:26.43},{&quot;2026-07-01&quot;:25.81},{&quot;2026-07-02&quot;:25.64},{&quot;2026-07-03&quot;:25.32},{&quot;2026-07-04&quot;:25.22},{&quot;2026-07-05&quot;:25.22},{&quot;2026-07-06&quot;:24.91},{&quot;2026-07-07&quot;:24.22},{&quot;2026-07-08&quot;:24.27},{&quot;2026-07-09&quot;:24.27},{&quot;2026-07-10&quot;:24.65},{&quot;2026-07-11&quot;:24.55},{&quot;2026-07-12&quot;:24.71},{&quot;2026-07-13&quot;:24.71},{&quot;2026-07-14&quot;:25.16},{&quot;2026-07-15&quot;:25.53},{&quot;2026-07-16&quot;:25.53},{&quot;2026-07-17&quot;:25.33},{&quot;2026-07-18&quot;:25.55},{&quot;2026-07-19&quot;:25.66},{&quot;2026-07-20&quot;:25.66},{&quot;2026-07-21&quot;:25.69},{&quot;2026-07-22&quot;:26.1},{&quot;2026-07-23&quot;:26.17},{&quot;2026-07-24&quot;:26.42},{&quot;2026-07-25&quot;:26.06},{&quot;2026-07-26&quot;:25.96},{&quot;2026-07-27&quot;:25.79},{&quot;2026-07-28&quot;:25.79},{&quot;2026-07-29&quot;:25.71},{&quot;2026-07-30&quot;:26.09},{&quot;2026-07-31&quot;:25.3},{&quot;2026-08-01&quot;:25.2},{&quot;2026-08-02&quot;:25.39},{&quot;2026-08-03&quot;:25.02},{&quot;2026-08-04&quot;:25.43},{&quot;2026-08-05&quot;:25.43},{&quot;2026-08-07&quot;:25.44},{&quot;2026-08-08&quot;:25.44},{&quot;2026-08-09&quot;:25.44},{&quot;2026-08-10&quot;:25.44},{&quot;2026-08-11&quot;:25.05},{&quot;2026-08-12&quot;:25.16},{&quot;2026-08-13&quot;:25.4},{&quot;2026-08-14&quot;:25.13},{&quot;2026-08-15&quot;:25.48},{&quot;2026-08-16&quot;:25.48},{&quot;2026-08-17&quot;:25.03},{&quot;2026-08-18&quot;:24.97},{&quot;2026-08-19&quot;:24.73},{&quot;2026-08-20&quot;:24.34},{&quot;2026-08-21&quot;:24.65},{&quot;2026-08-22&quot;:24.2},{&quot;2026-08-23&quot;:24.02},{&quot;2026-08-24&quot;:24.66},{&quot;2026-08-25&quot;:24.57},{&quot;2026-08-26&quot;:24.92},{&quot;2026-08-27&quot;:25.58},{&quot;2026-08-28&quot;:25.62},{&quot;2026-08-29&quot;:25.62},{&quot;2026-08-30&quot;:24.53},{&quot;2026-08-31&quot;:24.53},{&quot;2026-09-01&quot;:24.32},{&quot;2026-09-02&quot;:24.37},{&quot;2026-09-03&quot;:24.43},{&quot;2026-09-04&quot;:24.43},{&quot;2026-09-05&quot;:24.09},{&quot;2026-09-06&quot;:24.09},{&quot;2026-09-07&quot;:24.03},{&quot;2026-09-08&quot;:23.32},{&quot;2026-09-09&quot;:23.31},{&quot;2026-09-10&quot;:23.42},{&quot;2026-09-11&quot;:24.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="73078"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $24.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="Unwinding Clock" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2cb86d65-15c3-4169-9716-c8394ede4f65.jpg?1783919776" />

        <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">
            Unwinding Clock
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Unwinding Clock" src="https://cards.scryfall.io/large/front/2/c/2cb86d65-15c3-4169-9716-c8394ede4f65.jpg?1783919776" />
    </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">
                $21.47
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $24.45
              </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">$20.00</span>
              <span class="text-xs text-grey-text">Credit: $26.00</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;:22.0},{&quot;2026-06-10&quot;:22.44},{&quot;2026-06-11&quot;:22.44},{&quot;2026-06-12&quot;:22.44},{&quot;2026-06-13&quot;:22.44},{&quot;2026-06-14&quot;:22.44},{&quot;2026-06-15&quot;:22.44},{&quot;2026-06-16&quot;:22.44},{&quot;2026-06-17&quot;:22.44},{&quot;2026-06-18&quot;:22.51},{&quot;2026-06-19&quot;:22.57},{&quot;2026-06-20&quot;:22.57},{&quot;2026-06-21&quot;:22.57},{&quot;2026-06-22&quot;:22.55},{&quot;2026-06-24&quot;:22.51},{&quot;2026-06-25&quot;:22.51},{&quot;2026-06-26&quot;:22.49},{&quot;2026-06-27&quot;:22.49},{&quot;2026-06-28&quot;:22.49},{&quot;2026-06-29&quot;:22.51},{&quot;2026-06-30&quot;:22.51},{&quot;2026-07-01&quot;:22.67},{&quot;2026-07-02&quot;:23.01},{&quot;2026-07-03&quot;:22.99},{&quot;2026-07-04&quot;:22.99},{&quot;2026-07-05&quot;:22.99},{&quot;2026-07-06&quot;:23.16},{&quot;2026-07-07&quot;:23.21},{&quot;2026-07-08&quot;:23.38},{&quot;2026-07-09&quot;:23.76},{&quot;2026-07-10&quot;:23.76},{&quot;2026-07-11&quot;:23.76},{&quot;2026-07-12&quot;:23.94},{&quot;2026-07-13&quot;:23.98},{&quot;2026-07-14&quot;:23.98},{&quot;2026-07-15&quot;:23.98},{&quot;2026-07-16&quot;:23.98},{&quot;2026-07-17&quot;:23.98},{&quot;2026-07-18&quot;:23.98},{&quot;2026-07-19&quot;:23.98},{&quot;2026-07-20&quot;:23.98},{&quot;2026-07-21&quot;:23.98},{&quot;2026-07-23&quot;:24.04},{&quot;2026-07-25&quot;:24.33},{&quot;2026-07-26&quot;:24.33},{&quot;2026-07-27&quot;:24.33},{&quot;2026-07-29&quot;:24.33},{&quot;2026-07-30&quot;:24.3},{&quot;2026-07-31&quot;:24.3},{&quot;2026-08-01&quot;:24.3},{&quot;2026-08-02&quot;:24.3},{&quot;2026-08-03&quot;:24.04},{&quot;2026-08-04&quot;:24.04},{&quot;2026-08-05&quot;:23.9},{&quot;2026-08-07&quot;:23.98},{&quot;2026-08-08&quot;:24.3},{&quot;2026-08-09&quot;:24.3},{&quot;2026-08-10&quot;:24.3},{&quot;2026-08-11&quot;:24.3},{&quot;2026-08-12&quot;:24.3},{&quot;2026-08-13&quot;:24.64},{&quot;2026-08-14&quot;:24.5},{&quot;2026-08-15&quot;:24.25},{&quot;2026-08-16&quot;:24.25},{&quot;2026-08-17&quot;:24.25},{&quot;2026-08-18&quot;:24.15},{&quot;2026-08-19&quot;:24.15},{&quot;2026-08-20&quot;:24.15},{&quot;2026-08-21&quot;:24.15},{&quot;2026-08-22&quot;:24.15},{&quot;2026-08-23&quot;:24.15},{&quot;2026-08-24&quot;:24.15},{&quot;2026-08-25&quot;:24.15},{&quot;2026-08-26&quot;:24.15},{&quot;2026-08-27&quot;:24.15},{&quot;2026-08-28&quot;:24.45},{&quot;2026-08-29&quot;:24.45},{&quot;2026-08-30&quot;:24.45},{&quot;2026-08-31&quot;:24.45},{&quot;2026-09-01&quot;:24.45},{&quot;2026-09-02&quot;:24.45},{&quot;2026-09-03&quot;:24.45},{&quot;2026-09-04&quot;:24.45},{&quot;2026-09-05&quot;:24.45},{&quot;2026-09-06&quot;:24.45},{&quot;2026-09-07&quot;:24.45},{&quot;2026-09-08&quot;:24.45},{&quot;2026-09-09&quot;:24.45},{&quot;2026-09-10&quot;:24.45},{&quot;2026-09-11&quot;:24.45}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:19.17},{&quot;2026-06-10&quot;:19.48},{&quot;2026-06-11&quot;:19.68},{&quot;2026-06-12&quot;:19.43},{&quot;2026-06-13&quot;:19.49},{&quot;2026-06-14&quot;:19.78},{&quot;2026-06-15&quot;:19.74},{&quot;2026-06-16&quot;:19.48},{&quot;2026-06-17&quot;:19.81},{&quot;2026-06-18&quot;:19.34},{&quot;2026-06-19&quot;:19.47},{&quot;2026-06-20&quot;:19.34},{&quot;2026-06-21&quot;:19.24},{&quot;2026-06-22&quot;:19.29},{&quot;2026-06-24&quot;:19.93},{&quot;2026-06-25&quot;:19.37},{&quot;2026-06-26&quot;:19.08},{&quot;2026-06-27&quot;:19.09},{&quot;2026-06-28&quot;:19.37},{&quot;2026-06-29&quot;:19.19},{&quot;2026-06-30&quot;:20.39},{&quot;2026-07-01&quot;:21.35},{&quot;2026-07-02&quot;:22.55},{&quot;2026-07-03&quot;:22.28},{&quot;2026-07-04&quot;:21.59},{&quot;2026-07-05&quot;:20.13},{&quot;2026-07-06&quot;:19.29},{&quot;2026-07-07&quot;:19.29},{&quot;2026-07-08&quot;:18.3},{&quot;2026-07-09&quot;:17.96},{&quot;2026-07-10&quot;:18.02},{&quot;2026-07-11&quot;:18.3},{&quot;2026-07-12&quot;:19.88},{&quot;2026-07-13&quot;:20.19},{&quot;2026-07-14&quot;:19.85},{&quot;2026-07-15&quot;:19.7},{&quot;2026-07-16&quot;:19.52},{&quot;2026-07-17&quot;:19.97},{&quot;2026-07-18&quot;:19.95},{&quot;2026-07-19&quot;:20.58},{&quot;2026-07-20&quot;:20.59},{&quot;2026-07-21&quot;:21.33},{&quot;2026-07-23&quot;:21.33},{&quot;2026-07-25&quot;:21.4},{&quot;2026-07-26&quot;:21.4},{&quot;2026-07-27&quot;:21.48},{&quot;2026-07-29&quot;:21.66},{&quot;2026-07-30&quot;:21.78},{&quot;2026-07-31&quot;:23.05},{&quot;2026-08-01&quot;:22.92},{&quot;2026-08-02&quot;:22.96},{&quot;2026-08-03&quot;:22.58},{&quot;2026-08-04&quot;:22.58},{&quot;2026-08-05&quot;:22.54},{&quot;2026-08-07&quot;:22.24},{&quot;2026-08-08&quot;:21.6},{&quot;2026-08-09&quot;:21.6},{&quot;2026-08-10&quot;:21.76},{&quot;2026-08-11&quot;:21.38},{&quot;2026-08-12&quot;:21.38},{&quot;2026-08-13&quot;:21.26},{&quot;2026-08-14&quot;:20.35},{&quot;2026-08-15&quot;:19.93},{&quot;2026-08-16&quot;:19.44},{&quot;2026-08-17&quot;:19.32},{&quot;2026-08-18&quot;:19.33},{&quot;2026-08-19&quot;:19.37},{&quot;2026-08-20&quot;:19.37},{&quot;2026-08-21&quot;:19.6},{&quot;2026-08-22&quot;:19.64},{&quot;2026-08-23&quot;:20.02},{&quot;2026-08-24&quot;:20.55},{&quot;2026-08-25&quot;:20.55},{&quot;2026-08-26&quot;:20.95},{&quot;2026-08-27&quot;:20.74},{&quot;2026-08-28&quot;:21.11},{&quot;2026-08-29&quot;:21.11},{&quot;2026-08-30&quot;:20.7},{&quot;2026-08-31&quot;:20.35},{&quot;2026-09-01&quot;:20.35},{&quot;2026-09-02&quot;:19.84},{&quot;2026-09-03&quot;:20.35},{&quot;2026-09-04&quot;:19.75},{&quot;2026-09-05&quot;:19.74},{&quot;2026-09-06&quot;:20.07},{&quot;2026-09-07&quot;:20.18},{&quot;2026-09-08&quot;:20.42},{&quot;2026-09-09&quot;:21.27},{&quot;2026-09-10&quot;:21.27},{&quot;2026-09-11&quot;:21.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="91138"
  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">
            Emrakul, the Promised End
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Eldrazi
      </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">
            $24.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="Emrakul, the Promised End" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/1/3183897e-4f86-4020-b149-cc4c2451a6c0.jpg?1783908032" />

        <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">
            Emrakul, the Promised End
        </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 — Eldrazi</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-13'></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="Emrakul, the Promised End" src="https://cards.scryfall.io/large/front/3/1/3183897e-4f86-4020-b149-cc4c2451a6c0.jpg?1783908032" />
    </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">
                $24.24
              </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">
                $25.23
              </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">$20.00</span>
              <span class="text-xs text-grey-text">Credit: $26.00</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;:18.3},{&quot;2026-06-14&quot;:18.3},{&quot;2026-06-15&quot;:18.4},{&quot;2026-06-16&quot;:19.2},{&quot;2026-06-17&quot;:19.2},{&quot;2026-06-18&quot;:19.2},{&quot;2026-06-19&quot;:19.33},{&quot;2026-06-20&quot;:19.33},{&quot;2026-06-21&quot;:19.33},{&quot;2026-06-22&quot;:19.33},{&quot;2026-06-23&quot;:19.33},{&quot;2026-06-24&quot;:19.33},{&quot;2026-06-25&quot;:19.36},{&quot;2026-06-26&quot;:19.37},{&quot;2026-06-27&quot;:19.37},{&quot;2026-06-28&quot;:19.37},{&quot;2026-06-29&quot;:19.37},{&quot;2026-06-30&quot;:19.37},{&quot;2026-07-01&quot;:19.49},{&quot;2026-07-02&quot;:19.49},{&quot;2026-07-03&quot;:19.49},{&quot;2026-07-04&quot;:19.49},{&quot;2026-07-05&quot;:19.49},{&quot;2026-07-06&quot;:19.49},{&quot;2026-07-07&quot;:19.49},{&quot;2026-07-08&quot;:19.49},{&quot;2026-07-09&quot;:19.49},{&quot;2026-07-10&quot;:19.49},{&quot;2026-07-11&quot;:19.74},{&quot;2026-07-12&quot;:19.68},{&quot;2026-07-13&quot;:19.99},{&quot;2026-07-14&quot;:19.99},{&quot;2026-07-15&quot;:19.99},{&quot;2026-07-16&quot;:19.99},{&quot;2026-07-17&quot;:20.12},{&quot;2026-07-18&quot;:20.39},{&quot;2026-07-19&quot;:20.9},{&quot;2026-07-20&quot;:20.9},{&quot;2026-07-21&quot;:20.62},{&quot;2026-07-22&quot;:20.62},{&quot;2026-07-23&quot;:20.62},{&quot;2026-07-24&quot;:20.62},{&quot;2026-07-25&quot;:20.62},{&quot;2026-07-26&quot;:20.62},{&quot;2026-07-27&quot;:20.62},{&quot;2026-07-28&quot;:20.62},{&quot;2026-07-29&quot;:20.62},{&quot;2026-07-30&quot;:20.62},{&quot;2026-07-31&quot;:20.79},{&quot;2026-08-01&quot;:20.91},{&quot;2026-08-02&quot;:20.91},{&quot;2026-08-03&quot;:20.91},{&quot;2026-08-04&quot;:20.91},{&quot;2026-08-05&quot;:20.91},{&quot;2026-08-07&quot;:20.91},{&quot;2026-08-08&quot;:21.03},{&quot;2026-08-09&quot;:21.03},{&quot;2026-08-10&quot;:21.19},{&quot;2026-08-11&quot;:20.89},{&quot;2026-08-12&quot;:21.09},{&quot;2026-08-13&quot;:21.09},{&quot;2026-08-14&quot;:21.09},{&quot;2026-08-15&quot;:21.2},{&quot;2026-08-16&quot;:21.2},{&quot;2026-08-17&quot;:21.43},{&quot;2026-08-18&quot;:21.43},{&quot;2026-08-19&quot;:22.39},{&quot;2026-08-20&quot;:22.77},{&quot;2026-08-21&quot;:22.77},{&quot;2026-08-22&quot;:22.77},{&quot;2026-08-23&quot;:22.84},{&quot;2026-08-24&quot;:22.74},{&quot;2026-08-25&quot;:22.85},{&quot;2026-08-26&quot;:22.85},{&quot;2026-08-27&quot;:22.82},{&quot;2026-08-28&quot;:22.82},{&quot;2026-08-29&quot;:22.82},{&quot;2026-08-30&quot;:23.41},{&quot;2026-08-31&quot;:23.41},{&quot;2026-09-01&quot;:23.41},{&quot;2026-09-02&quot;:23.41},{&quot;2026-09-03&quot;:23.79},{&quot;2026-09-04&quot;:23.91},{&quot;2026-09-05&quot;:23.91},{&quot;2026-09-06&quot;:23.85},{&quot;2026-09-07&quot;:24.09},{&quot;2026-09-08&quot;:24.09},{&quot;2026-09-09&quot;:24.77},{&quot;2026-09-10&quot;:24.77},{&quot;2026-09-11&quot;:25.23}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:14.38},{&quot;2026-06-14&quot;:14.84},{&quot;2026-06-15&quot;:14.78},{&quot;2026-06-16&quot;:14.74},{&quot;2026-06-17&quot;:14.97},{&quot;2026-06-18&quot;:15.01},{&quot;2026-06-19&quot;:14.89},{&quot;2026-06-20&quot;:14.89},{&quot;2026-06-21&quot;:15.1},{&quot;2026-06-22&quot;:15.03},{&quot;2026-06-23&quot;:15.31},{&quot;2026-06-24&quot;:15.37},{&quot;2026-06-25&quot;:15.43},{&quot;2026-06-26&quot;:15.57},{&quot;2026-06-27&quot;:15.22},{&quot;2026-06-28&quot;:16.29},{&quot;2026-06-29&quot;:16.29},{&quot;2026-06-30&quot;:16.29},{&quot;2026-07-01&quot;:16.73},{&quot;2026-07-02&quot;:16.61},{&quot;2026-07-03&quot;:16.73},{&quot;2026-07-04&quot;:17.0},{&quot;2026-07-05&quot;:16.94},{&quot;2026-07-06&quot;:17.24},{&quot;2026-07-07&quot;:17.2},{&quot;2026-07-08&quot;:17.2},{&quot;2026-07-09&quot;:17.38},{&quot;2026-07-10&quot;:17.45},{&quot;2026-07-11&quot;:17.58},{&quot;2026-07-12&quot;:17.96},{&quot;2026-07-13&quot;:17.96},{&quot;2026-07-14&quot;:18.05},{&quot;2026-07-15&quot;:18.05},{&quot;2026-07-16&quot;:18.75},{&quot;2026-07-17&quot;:18.64},{&quot;2026-07-18&quot;:18.64},{&quot;2026-07-19&quot;:18.76},{&quot;2026-07-20&quot;:18.83},{&quot;2026-07-21&quot;:18.68},{&quot;2026-07-22&quot;:19.33},{&quot;2026-07-23&quot;:19.66},{&quot;2026-07-24&quot;:19.97},{&quot;2026-07-25&quot;:19.97},{&quot;2026-07-26&quot;:20.17},{&quot;2026-07-27&quot;:20.34},{&quot;2026-07-28&quot;:20.47},{&quot;2026-07-29&quot;:20.84},{&quot;2026-07-30&quot;:20.89},{&quot;2026-07-31&quot;:20.95},{&quot;2026-08-01&quot;:21.1},{&quot;2026-08-02&quot;:21.48},{&quot;2026-08-03&quot;:21.88},{&quot;2026-08-04&quot;:21.88},{&quot;2026-08-05&quot;:21.88},{&quot;2026-08-07&quot;:22.99},{&quot;2026-08-08&quot;:22.61},{&quot;2026-08-09&quot;:22.61},{&quot;2026-08-10&quot;:22.61},{&quot;2026-08-11&quot;:22.61},{&quot;2026-08-12&quot;:22.79},{&quot;2026-08-13&quot;:22.9},{&quot;2026-08-14&quot;:23.25},{&quot;2026-08-15&quot;:23.28},{&quot;2026-08-16&quot;:23.28},{&quot;2026-08-17&quot;:23.28},{&quot;2026-08-18&quot;:23.28},{&quot;2026-08-19&quot;:23.2},{&quot;2026-08-20&quot;:23.2},{&quot;2026-08-21&quot;:22.95},{&quot;2026-08-22&quot;:22.95},{&quot;2026-08-23&quot;:22.46},{&quot;2026-08-24&quot;:22.7},{&quot;2026-08-25&quot;:23.06},{&quot;2026-08-26&quot;:23.06},{&quot;2026-08-27&quot;:23.06},{&quot;2026-08-28&quot;:23.06},{&quot;2026-08-29&quot;:23.06},{&quot;2026-08-30&quot;:22.99},{&quot;2026-08-31&quot;:22.99},{&quot;2026-09-01&quot;:23.15},{&quot;2026-09-02&quot;:23.15},{&quot;2026-09-03&quot;:23.15},{&quot;2026-09-04&quot;:23.33},{&quot;2026-09-05&quot;:23.17},{&quot;2026-09-06&quot;:23.23},{&quot;2026-09-07&quot;:23.9},{&quot;2026-09-08&quot;:23.92},{&quot;2026-09-09&quot;:24.24},{&quot;2026-09-10&quot;:24.24},{&quot;2026-09-11&quot;:24.24}]}"
        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 101-150 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=2&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 href="/load_collection?direction=asc&amp;page=2&amp;username=denvermullets" rel="prev">2</a><a role="link" aria-disabled="true" aria-current="page">3</a><a href="/load_collection?direction=asc&amp;page=4&amp;username=denvermullets" rel="next">4</a><a href="/load_collection?direction=asc&amp;page=5&amp;username=denvermullets">5</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=4&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="20058"
          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">
              31
            </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>
              Stoneforge Mystic


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20105"
          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">
              47
            </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>
              Cyclonic Rift


            </td>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $31.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">
                $16.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">
                2.36
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74110"
          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-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Delighted Halfling


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53309"
          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">
              210
            </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>
              Natural Order


            </td>

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

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

                </div>
            </td>

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

                    <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">
                <div class="flex items-center gap-2">
                  $30.35

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

                    <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">
                <div class="flex items-center gap-2">
                  $30.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">
                $25.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $27.00
            </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="5592"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_5592" src="/boxset_card/5592?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12383"
          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">
              337
            </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>
              Scroll Rack


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

                </div>
            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-mythic ss-fw ss-2x mr-4"></i>
              Purphoros, God of the Forge


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Otawara, Soaring City


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93146"
          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">
              138
            </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>
              Craterhoof Behemoth


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="92364"
          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">
              3
            </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>
              The First Sliver


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20577"
          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-2x2 ss-mythic ss-fw ss-2x mr-4"></i>
              Animar, Soul of Elements


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79698"
          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">
              336
            </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>
              Yawgmoth, Thran Physician


            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x mr-4"></i>
              Sephiroth, Fabled SOLDIER // Sephiroth, One-Winged Angel


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Avatar 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-b'></i>
              </div>
            </td>

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $28.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">
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46003"
          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">
              137
            </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>
              Etali, Primal Conqueror // Etali, Primal Sickness


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder 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-5'></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">
                  $28.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">
                $19.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.65
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14160"
          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">
              716
            </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-rare ss-fw ss-2x mr-4"></i>
              Rise of the Eldrazi


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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

                </div>
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-mythic ss-fw ss-2x mr-4"></i>
              Atraxa, Praetors&#39; Voice


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Angel 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-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><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">
                  $27.47

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72911"
          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-brr ss-mythic ss-fw ss-2x mr-4"></i>
              Aetherflux Reservoir


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21043"
          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">
              366
            </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>
              Sword of Light and Shadow


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21046"
          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">
              367
            </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>
              Sword of War and Peace


            </td>

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $26.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">
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13773"
          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">
              652
            </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-mythic ss-fw ss-2x mr-4"></i>
              Zellix, Sanity Flayer


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46564"
          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-mom ss-rare ss-fw ss-2x mr-4"></i>
              Etali, Primal Conqueror // Etali, Primal Sickness


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder 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-5'></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">
                  $26.06

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90763"
          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">
              5
            </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>
              Emrakul, the Promised End


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Eldrazi
            </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-13'></i>
              </div>
            </td>

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14242"
          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">
              743
            </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-rare ss-fw ss-2x mr-4"></i>
              Darksteel Monolith


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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x mr-4"></i>
              Y&#39;shtola Rhul


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="92381"
          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">
              1888
            </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>
              All Will Be One


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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29358"
          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-j25 ss-rare ss-fw ss-2x mr-4"></i>
              Scythecat Cub


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87193"
          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">
              8ED-316
            </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>
              Teferi&#39;s Puzzle Box


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="97952"
          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">
              472
            </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>
              Barret, Avalanche Leader


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91138"
          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-inr ss-mythic ss-fw ss-2x mr-4"></i>
              Emrakul, the Promised End


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Eldrazi
            </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-13'></i>
              </div>
            </td>

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="91138"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91138" src="/boxset_card/91138?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 101-150 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=2&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 href="/load_collection?direction=asc&amp;page=2&amp;username=denvermullets" rel="prev">2</a><a role="link" aria-disabled="true" aria-current="page">3</a><a href="/load_collection?direction=asc&amp;page=4&amp;username=denvermullets" rel="next">4</a><a href="/load_collection?direction=asc&amp;page=5&amp;username=denvermullets">5</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=4&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>