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

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


      </div>

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

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

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

        <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">
            Badgermole Cub
        </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 — Badger Mole</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="Badgermole Cub" src="https://cards.scryfall.io/large/front/3/4/340c5799-4964-44dd-8c48-8f3f3aba5211.jpg?1783904948" />
    </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">
                $46.65
              </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">
                $50.13
              </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">$46.00</span>
              <span class="text-xs text-grey-text">Credit: $59.80</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:62.09},{&quot;2026-06-13&quot;:62.09},{&quot;2026-06-14&quot;:62.09},{&quot;2026-06-15&quot;:62.11},{&quot;2026-06-16&quot;:62.07},{&quot;2026-06-17&quot;:61.65},{&quot;2026-06-18&quot;:61.13},{&quot;2026-06-19&quot;:60.09},{&quot;2026-06-20&quot;:60.09},{&quot;2026-06-21&quot;:59.59},{&quot;2026-06-22&quot;:58.99},{&quot;2026-06-23&quot;:58.93},{&quot;2026-06-24&quot;:58.93},{&quot;2026-06-25&quot;:58.45},{&quot;2026-06-26&quot;:58.53},{&quot;2026-06-27&quot;:57.92},{&quot;2026-06-28&quot;:58.1},{&quot;2026-06-29&quot;:58.4},{&quot;2026-06-30&quot;:58.1},{&quot;2026-07-01&quot;:57.7},{&quot;2026-07-02&quot;:56.85},{&quot;2026-07-03&quot;:56.59},{&quot;2026-07-04&quot;:56.87},{&quot;2026-07-05&quot;:56.87},{&quot;2026-07-06&quot;:57.41},{&quot;2026-07-07&quot;:57.23},{&quot;2026-07-08&quot;:57.0},{&quot;2026-07-09&quot;:56.85},{&quot;2026-07-10&quot;:56.85},{&quot;2026-07-11&quot;:56.91},{&quot;2026-07-12&quot;:56.83},{&quot;2026-07-13&quot;:57.01},{&quot;2026-07-14&quot;:57.01},{&quot;2026-07-15&quot;:57.01},{&quot;2026-07-16&quot;:56.72},{&quot;2026-07-17&quot;:56.62},{&quot;2026-07-18&quot;:56.69},{&quot;2026-07-19&quot;:56.42},{&quot;2026-07-20&quot;:56.42},{&quot;2026-07-21&quot;:55.83},{&quot;2026-07-23&quot;:55.28},{&quot;2026-07-24&quot;:54.7},{&quot;2026-07-25&quot;:54.65},{&quot;2026-07-26&quot;:54.86},{&quot;2026-07-27&quot;:55.18},{&quot;2026-07-28&quot;:55.48},{&quot;2026-07-29&quot;:55.58},{&quot;2026-07-30&quot;:56.34},{&quot;2026-07-31&quot;:57.2},{&quot;2026-08-01&quot;:56.99},{&quot;2026-08-02&quot;:56.99},{&quot;2026-08-03&quot;:56.91},{&quot;2026-08-04&quot;:56.88},{&quot;2026-08-05&quot;:56.86},{&quot;2026-08-07&quot;:57.09},{&quot;2026-08-08&quot;:57.85},{&quot;2026-08-09&quot;:57.78},{&quot;2026-08-10&quot;:57.53},{&quot;2026-08-11&quot;:54.55},{&quot;2026-08-12&quot;:52.64},{&quot;2026-08-13&quot;:52.2},{&quot;2026-08-14&quot;:52.03},{&quot;2026-08-15&quot;:52.31},{&quot;2026-08-16&quot;:51.79},{&quot;2026-08-17&quot;:50.59},{&quot;2026-08-18&quot;:49.88},{&quot;2026-08-19&quot;:50.17},{&quot;2026-08-20&quot;:50.17},{&quot;2026-08-21&quot;:50.43},{&quot;2026-08-22&quot;:50.43},{&quot;2026-08-23&quot;:49.17},{&quot;2026-08-24&quot;:49.1},{&quot;2026-08-25&quot;:49.14},{&quot;2026-08-26&quot;:49.03},{&quot;2026-08-27&quot;:48.86},{&quot;2026-08-28&quot;:48.84},{&quot;2026-08-29&quot;:48.84},{&quot;2026-08-30&quot;:48.61},{&quot;2026-08-31&quot;:48.65},{&quot;2026-09-01&quot;:48.62},{&quot;2026-09-02&quot;:48.47},{&quot;2026-09-03&quot;:48.58},{&quot;2026-09-04&quot;:48.41},{&quot;2026-09-05&quot;:49.31},{&quot;2026-09-06&quot;:49.44},{&quot;2026-09-07&quot;:49.34},{&quot;2026-09-08&quot;:49.45},{&quot;2026-09-09&quot;:49.85},{&quot;2026-09-10&quot;:49.85},{&quot;2026-09-11&quot;:50.13}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:52.73},{&quot;2026-06-13&quot;:51.7},{&quot;2026-06-14&quot;:50.07},{&quot;2026-06-15&quot;:48.29},{&quot;2026-06-16&quot;:49.26},{&quot;2026-06-17&quot;:50.55},{&quot;2026-06-18&quot;:50.65},{&quot;2026-06-19&quot;:50.7},{&quot;2026-06-20&quot;:49.83},{&quot;2026-06-21&quot;:49.64},{&quot;2026-06-22&quot;:49.94},{&quot;2026-06-23&quot;:49.59},{&quot;2026-06-24&quot;:49.17},{&quot;2026-06-25&quot;:47.33},{&quot;2026-06-26&quot;:43.8},{&quot;2026-06-27&quot;:46.3},{&quot;2026-06-28&quot;:45.95},{&quot;2026-06-29&quot;:47.86},{&quot;2026-06-30&quot;:49.09},{&quot;2026-07-01&quot;:47.99},{&quot;2026-07-02&quot;:46.67},{&quot;2026-07-03&quot;:48.21},{&quot;2026-07-04&quot;:48.62},{&quot;2026-07-05&quot;:48.0},{&quot;2026-07-06&quot;:49.99},{&quot;2026-07-07&quot;:49.33},{&quot;2026-07-08&quot;:49.9},{&quot;2026-07-09&quot;:51.14},{&quot;2026-07-10&quot;:51.39},{&quot;2026-07-11&quot;:51.5},{&quot;2026-07-12&quot;:51.75},{&quot;2026-07-13&quot;:51.73},{&quot;2026-07-14&quot;:51.33},{&quot;2026-07-15&quot;:51.75},{&quot;2026-07-16&quot;:50.49},{&quot;2026-07-17&quot;:49.11},{&quot;2026-07-18&quot;:49.15},{&quot;2026-07-19&quot;:49.68},{&quot;2026-07-20&quot;:49.32},{&quot;2026-07-21&quot;:49.09},{&quot;2026-07-23&quot;:47.03},{&quot;2026-07-24&quot;:47.03},{&quot;2026-07-25&quot;:46.19},{&quot;2026-07-26&quot;:47.18},{&quot;2026-07-27&quot;:49.87},{&quot;2026-07-28&quot;:50.34},{&quot;2026-07-29&quot;:50.44},{&quot;2026-07-30&quot;:49.39},{&quot;2026-07-31&quot;:51.0},{&quot;2026-08-01&quot;:51.08},{&quot;2026-08-02&quot;:51.0},{&quot;2026-08-03&quot;:52.35},{&quot;2026-08-04&quot;:52.54},{&quot;2026-08-05&quot;:53.38},{&quot;2026-08-07&quot;:53.06},{&quot;2026-08-08&quot;:53.23},{&quot;2026-08-09&quot;:53.53},{&quot;2026-08-10&quot;:51.9},{&quot;2026-08-11&quot;:37.3},{&quot;2026-08-12&quot;:42.62},{&quot;2026-08-13&quot;:43.94},{&quot;2026-08-14&quot;:45.0},{&quot;2026-08-15&quot;:45.2},{&quot;2026-08-16&quot;:45.4},{&quot;2026-08-17&quot;:45.31},{&quot;2026-08-18&quot;:44.94},{&quot;2026-08-19&quot;:43.21},{&quot;2026-08-20&quot;:43.21},{&quot;2026-08-21&quot;:45.04},{&quot;2026-08-22&quot;:45.69},{&quot;2026-08-23&quot;:45.93},{&quot;2026-08-24&quot;:46.92},{&quot;2026-08-25&quot;:46.96},{&quot;2026-08-26&quot;:46.54},{&quot;2026-08-27&quot;:46.53},{&quot;2026-08-28&quot;:45.34},{&quot;2026-08-29&quot;:45.34},{&quot;2026-08-30&quot;:45.89},{&quot;2026-08-31&quot;:45.81},{&quot;2026-09-01&quot;:46.03},{&quot;2026-09-02&quot;:47.69},{&quot;2026-09-03&quot;:46.66},{&quot;2026-09-04&quot;:47.13},{&quot;2026-09-05&quot;:46.99},{&quot;2026-09-06&quot;:47.13},{&quot;2026-09-07&quot;:46.99},{&quot;2026-09-08&quot;:47.38},{&quot;2026-09-09&quot;:47.45},{&quot;2026-09-10&quot;:47.63},{&quot;2026-09-11&quot;:46.65}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mondrak, Glory Dominus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/8296a455-21d5-498e-9029-2bdf0da855a8.jpg?1783918077" />

        <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">
            Mondrak, Glory Dominus
        </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 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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mondrak, Glory Dominus" src="https://cards.scryfall.io/large/front/8/2/8296a455-21d5-498e-9029-2bdf0da855a8.jpg?1783918077" />
    </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">
                $45.00
              </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">
                $46.98
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$39.00</span>
              <span class="text-xs text-grey-text">Credit: $50.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;:47.38},{&quot;2026-06-12&quot;:47.38},{&quot;2026-06-13&quot;:47.38},{&quot;2026-06-14&quot;:47.38},{&quot;2026-06-15&quot;:47.52},{&quot;2026-06-16&quot;:47.52},{&quot;2026-06-17&quot;:47.52},{&quot;2026-06-18&quot;:47.52},{&quot;2026-06-19&quot;:47.52},{&quot;2026-06-20&quot;:47.52},{&quot;2026-06-21&quot;:47.52},{&quot;2026-06-22&quot;:47.52},{&quot;2026-06-23&quot;:47.52},{&quot;2026-06-24&quot;:47.66},{&quot;2026-06-25&quot;:47.66},{&quot;2026-06-26&quot;:47.41},{&quot;2026-06-27&quot;:46.84},{&quot;2026-06-28&quot;:46.75},{&quot;2026-06-29&quot;:46.75},{&quot;2026-06-30&quot;:46.66},{&quot;2026-07-01&quot;:46.47},{&quot;2026-07-02&quot;:46.33},{&quot;2026-07-03&quot;:46.27},{&quot;2026-07-04&quot;:46.27},{&quot;2026-07-05&quot;:45.8},{&quot;2026-07-06&quot;:45.53},{&quot;2026-07-07&quot;:45.78},{&quot;2026-07-08&quot;:45.78},{&quot;2026-07-09&quot;:45.78},{&quot;2026-07-10&quot;:45.78},{&quot;2026-07-11&quot;:45.78},{&quot;2026-07-12&quot;:45.5},{&quot;2026-07-13&quot;:45.5},{&quot;2026-07-14&quot;:45.5},{&quot;2026-07-15&quot;:45.5},{&quot;2026-07-16&quot;:45.5},{&quot;2026-07-17&quot;:45.5},{&quot;2026-07-18&quot;:45.6},{&quot;2026-07-19&quot;:45.6},{&quot;2026-07-20&quot;:45.54},{&quot;2026-07-21&quot;:45.86},{&quot;2026-07-23&quot;:45.85},{&quot;2026-07-25&quot;:45.85},{&quot;2026-07-26&quot;:46.41},{&quot;2026-07-27&quot;:46.41},{&quot;2026-07-28&quot;:46.41},{&quot;2026-07-29&quot;:46.41},{&quot;2026-07-30&quot;:46.1},{&quot;2026-07-31&quot;:45.34},{&quot;2026-08-01&quot;:45.06},{&quot;2026-08-02&quot;:45.06},{&quot;2026-08-03&quot;:45.06},{&quot;2026-08-04&quot;:45.6},{&quot;2026-08-05&quot;:45.6},{&quot;2026-08-07&quot;:45.6},{&quot;2026-08-08&quot;:45.71},{&quot;2026-08-09&quot;:45.48},{&quot;2026-08-10&quot;:45.4},{&quot;2026-08-11&quot;:45.64},{&quot;2026-08-12&quot;:45.64},{&quot;2026-08-13&quot;:45.59},{&quot;2026-08-14&quot;:45.49},{&quot;2026-08-15&quot;:45.38},{&quot;2026-08-16&quot;:45.38},{&quot;2026-08-17&quot;:45.38},{&quot;2026-08-18&quot;:45.29},{&quot;2026-08-19&quot;:45.29},{&quot;2026-08-20&quot;:45.29},{&quot;2026-08-21&quot;:45.23},{&quot;2026-08-22&quot;:45.23},{&quot;2026-08-23&quot;:45.23},{&quot;2026-08-24&quot;:45.11},{&quot;2026-08-25&quot;:45.44},{&quot;2026-08-26&quot;:45.44},{&quot;2026-08-27&quot;:44.85},{&quot;2026-08-28&quot;:44.85},{&quot;2026-08-29&quot;:44.85},{&quot;2026-08-30&quot;:44.85},{&quot;2026-08-31&quot;:45.08},{&quot;2026-09-01&quot;:45.08},{&quot;2026-09-02&quot;:45.45},{&quot;2026-09-03&quot;:45.45},{&quot;2026-09-04&quot;:45.45},{&quot;2026-09-05&quot;:45.45},{&quot;2026-09-06&quot;:45.45},{&quot;2026-09-07&quot;:45.45},{&quot;2026-09-08&quot;:45.45},{&quot;2026-09-09&quot;:45.99},{&quot;2026-09-10&quot;:46.76},{&quot;2026-09-11&quot;:46.98}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:44.83},{&quot;2026-06-12&quot;:44.62},{&quot;2026-06-13&quot;:44.5},{&quot;2026-06-14&quot;:44.49},{&quot;2026-06-15&quot;:44.63},{&quot;2026-06-16&quot;:44.63},{&quot;2026-06-17&quot;:45.13},{&quot;2026-06-18&quot;:42.88},{&quot;2026-06-19&quot;:42.66},{&quot;2026-06-20&quot;:42.3},{&quot;2026-06-21&quot;:41.98},{&quot;2026-06-22&quot;:42.25},{&quot;2026-06-23&quot;:42.62},{&quot;2026-06-24&quot;:41.86},{&quot;2026-06-25&quot;:42.81},{&quot;2026-06-26&quot;:42.77},{&quot;2026-06-27&quot;:42.7},{&quot;2026-06-28&quot;:39.19},{&quot;2026-06-29&quot;:42.2},{&quot;2026-06-30&quot;:41.66},{&quot;2026-07-01&quot;:41.61},{&quot;2026-07-02&quot;:41.88},{&quot;2026-07-03&quot;:41.21},{&quot;2026-07-04&quot;:41.19},{&quot;2026-07-05&quot;:41.17},{&quot;2026-07-06&quot;:40.96},{&quot;2026-07-07&quot;:41.67},{&quot;2026-07-08&quot;:41.12},{&quot;2026-07-09&quot;:41.71},{&quot;2026-07-10&quot;:41.77},{&quot;2026-07-11&quot;:41.43},{&quot;2026-07-12&quot;:41.72},{&quot;2026-07-13&quot;:41.91},{&quot;2026-07-14&quot;:41.73},{&quot;2026-07-15&quot;:42.63},{&quot;2026-07-16&quot;:42.71},{&quot;2026-07-17&quot;:43.09},{&quot;2026-07-18&quot;:43.67},{&quot;2026-07-19&quot;:44.22},{&quot;2026-07-20&quot;:44.65},{&quot;2026-07-21&quot;:44.82},{&quot;2026-07-23&quot;:44.08},{&quot;2026-07-25&quot;:42.58},{&quot;2026-07-26&quot;:41.68},{&quot;2026-07-27&quot;:41.98},{&quot;2026-07-28&quot;:41.76},{&quot;2026-07-29&quot;:41.69},{&quot;2026-07-30&quot;:42.24},{&quot;2026-07-31&quot;:42.01},{&quot;2026-08-01&quot;:42.43},{&quot;2026-08-02&quot;:41.44},{&quot;2026-08-03&quot;:41.1},{&quot;2026-08-04&quot;:41.1},{&quot;2026-08-05&quot;:40.67},{&quot;2026-08-07&quot;:40.93},{&quot;2026-08-08&quot;:40.27},{&quot;2026-08-09&quot;:40.65},{&quot;2026-08-10&quot;:41.57},{&quot;2026-08-11&quot;:41.77},{&quot;2026-08-12&quot;:42.08},{&quot;2026-08-13&quot;:42.1},{&quot;2026-08-14&quot;:42.32},{&quot;2026-08-15&quot;:42.31},{&quot;2026-08-16&quot;:42.7},{&quot;2026-08-17&quot;:42.47},{&quot;2026-08-18&quot;:41.86},{&quot;2026-08-19&quot;:41.76},{&quot;2026-08-20&quot;:41.76},{&quot;2026-08-21&quot;:41.51},{&quot;2026-08-22&quot;:41.23},{&quot;2026-08-23&quot;:41.45},{&quot;2026-08-24&quot;:41.09},{&quot;2026-08-25&quot;:40.85},{&quot;2026-08-26&quot;:40.71},{&quot;2026-08-27&quot;:40.9},{&quot;2026-08-28&quot;:40.52},{&quot;2026-08-29&quot;:40.52},{&quot;2026-08-30&quot;:42.45},{&quot;2026-08-31&quot;:43.01},{&quot;2026-09-01&quot;:42.82},{&quot;2026-09-02&quot;:43.51},{&quot;2026-09-03&quot;:43.63},{&quot;2026-09-04&quot;:44.26},{&quot;2026-09-05&quot;:44.87},{&quot;2026-09-06&quot;:44.13},{&quot;2026-09-07&quot;:44.0},{&quot;2026-09-08&quot;:44.18},{&quot;2026-09-09&quot;:45.54},{&quot;2026-09-10&quot;:45.3},{&quot;2026-09-11&quot;:45.0}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ragavan, Nimble Pilferer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/c/fc898fec-4cc6-4587-b556-c5a8d38ccbd0.jpg?1783916872" />

        <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">
            Ragavan, Nimble Pilferer
        </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 — Monkey Pirate</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ragavan, Nimble Pilferer" src="https://cards.scryfall.io/large/front/f/c/fc898fec-4cc6-4587-b556-c5a8d38ccbd0.jpg?1783916872" />
    </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">
                $44.90
              </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">
                $65.29
              </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">$33.00</span>
              <span class="text-xs text-grey-text">Credit: $42.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:59.93},{&quot;2026-06-13&quot;:59.93},{&quot;2026-06-14&quot;:59.93},{&quot;2026-06-15&quot;:59.93},{&quot;2026-06-16&quot;:59.88},{&quot;2026-06-17&quot;:60.01},{&quot;2026-06-18&quot;:60.01},{&quot;2026-06-19&quot;:60.42},{&quot;2026-06-20&quot;:60.42},{&quot;2026-06-21&quot;:60.42},{&quot;2026-06-22&quot;:60.42},{&quot;2026-06-23&quot;:60.42},{&quot;2026-06-24&quot;:60.42},{&quot;2026-06-25&quot;:60.42},{&quot;2026-06-26&quot;:60.42},{&quot;2026-06-27&quot;:60.42},{&quot;2026-06-28&quot;:60.57},{&quot;2026-06-29&quot;:60.68},{&quot;2026-06-30&quot;:61.63},{&quot;2026-07-01&quot;:61.84},{&quot;2026-07-02&quot;:61.43},{&quot;2026-07-03&quot;:61.44},{&quot;2026-07-04&quot;:61.44},{&quot;2026-07-05&quot;:61.44},{&quot;2026-07-06&quot;:62.53},{&quot;2026-07-07&quot;:62.63},{&quot;2026-07-08&quot;:62.63},{&quot;2026-07-09&quot;:63.05},{&quot;2026-07-10&quot;:63.05},{&quot;2026-07-11&quot;:63.05},{&quot;2026-07-12&quot;:63.05},{&quot;2026-07-13&quot;:63.05},{&quot;2026-07-14&quot;:63.73},{&quot;2026-07-15&quot;:64.33},{&quot;2026-07-16&quot;:64.33},{&quot;2026-07-17&quot;:64.59},{&quot;2026-07-18&quot;:65.07},{&quot;2026-07-19&quot;:65.07},{&quot;2026-07-20&quot;:65.07},{&quot;2026-07-21&quot;:65.07},{&quot;2026-07-23&quot;:65.07},{&quot;2026-07-24&quot;:65.23},{&quot;2026-07-25&quot;:65.23},{&quot;2026-07-26&quot;:65.23},{&quot;2026-07-27&quot;:62.68},{&quot;2026-07-28&quot;:62.68},{&quot;2026-07-29&quot;:62.68},{&quot;2026-07-30&quot;:62.68},{&quot;2026-07-31&quot;:65.15},{&quot;2026-08-01&quot;:65.15},{&quot;2026-08-02&quot;:65.15},{&quot;2026-08-03&quot;:65.15},{&quot;2026-08-04&quot;:65.15},{&quot;2026-08-05&quot;:65.15},{&quot;2026-08-07&quot;:65.21},{&quot;2026-08-08&quot;:65.21},{&quot;2026-08-09&quot;:65.34},{&quot;2026-08-10&quot;:65.34},{&quot;2026-08-11&quot;:65.34},{&quot;2026-08-12&quot;:65.24},{&quot;2026-08-13&quot;:65.94},{&quot;2026-08-14&quot;:65.94},{&quot;2026-08-15&quot;:65.98},{&quot;2026-08-16&quot;:65.98},{&quot;2026-08-17&quot;:65.98},{&quot;2026-08-18&quot;:66.1},{&quot;2026-08-19&quot;:66.1},{&quot;2026-08-20&quot;:66.1},{&quot;2026-08-21&quot;:66.1},{&quot;2026-08-22&quot;:66.25},{&quot;2026-08-23&quot;:66.25},{&quot;2026-08-24&quot;:66.82},{&quot;2026-08-25&quot;:66.82},{&quot;2026-08-26&quot;:66.82},{&quot;2026-08-27&quot;:66.82},{&quot;2026-08-28&quot;:66.9},{&quot;2026-08-29&quot;:66.9},{&quot;2026-08-30&quot;:66.74},{&quot;2026-08-31&quot;:66.74},{&quot;2026-09-01&quot;:66.38},{&quot;2026-09-02&quot;:66.38},{&quot;2026-09-03&quot;:66.38},{&quot;2026-09-04&quot;:66.01},{&quot;2026-09-05&quot;:66.01},{&quot;2026-09-06&quot;:66.01},{&quot;2026-09-07&quot;:65.65},{&quot;2026-09-08&quot;:65.45},{&quot;2026-09-09&quot;:65.29},{&quot;2026-09-10&quot;:65.29},{&quot;2026-09-11&quot;:65.29}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:50.51},{&quot;2026-06-13&quot;:50.51},{&quot;2026-06-14&quot;:50.51},{&quot;2026-06-15&quot;:50.44},{&quot;2026-06-16&quot;:50.44},{&quot;2026-06-17&quot;:50.24},{&quot;2026-06-18&quot;:50.31},{&quot;2026-06-19&quot;:50.51},{&quot;2026-06-20&quot;:51.24},{&quot;2026-06-21&quot;:51.24},{&quot;2026-06-22&quot;:52.78},{&quot;2026-06-23&quot;:52.48},{&quot;2026-06-24&quot;:52.48},{&quot;2026-06-25&quot;:52.67},{&quot;2026-06-26&quot;:52.59},{&quot;2026-06-27&quot;:52.54},{&quot;2026-06-28&quot;:52.54},{&quot;2026-06-29&quot;:52.72},{&quot;2026-06-30&quot;:52.58},{&quot;2026-07-01&quot;:52.57},{&quot;2026-07-02&quot;:52.57},{&quot;2026-07-03&quot;:52.37},{&quot;2026-07-04&quot;:52.4},{&quot;2026-07-05&quot;:54.05},{&quot;2026-07-06&quot;:54.55},{&quot;2026-07-07&quot;:53.82},{&quot;2026-07-08&quot;:53.35},{&quot;2026-07-09&quot;:52.1},{&quot;2026-07-10&quot;:51.89},{&quot;2026-07-11&quot;:51.89},{&quot;2026-07-12&quot;:51.56},{&quot;2026-07-13&quot;:52.06},{&quot;2026-07-14&quot;:51.48},{&quot;2026-07-15&quot;:51.23},{&quot;2026-07-16&quot;:51.35},{&quot;2026-07-17&quot;:51.13},{&quot;2026-07-18&quot;:51.13},{&quot;2026-07-19&quot;:48.87},{&quot;2026-07-20&quot;:47.74},{&quot;2026-07-21&quot;:47.74},{&quot;2026-07-23&quot;:47.21},{&quot;2026-07-24&quot;:46.2},{&quot;2026-07-25&quot;:45.81},{&quot;2026-07-26&quot;:45.78},{&quot;2026-07-27&quot;:45.78},{&quot;2026-07-28&quot;:45.92},{&quot;2026-07-29&quot;:45.62},{&quot;2026-07-30&quot;:46.38},{&quot;2026-07-31&quot;:46.3},{&quot;2026-08-01&quot;:45.98},{&quot;2026-08-02&quot;:46.79},{&quot;2026-08-03&quot;:46.43},{&quot;2026-08-04&quot;:47.05},{&quot;2026-08-05&quot;:46.95},{&quot;2026-08-07&quot;:45.25},{&quot;2026-08-08&quot;:45.23},{&quot;2026-08-09&quot;:45.23},{&quot;2026-08-10&quot;:45.23},{&quot;2026-08-11&quot;:45.43},{&quot;2026-08-12&quot;:45.43},{&quot;2026-08-13&quot;:44.79},{&quot;2026-08-14&quot;:45.41},{&quot;2026-08-15&quot;:46.08},{&quot;2026-08-16&quot;:45.86},{&quot;2026-08-17&quot;:46.95},{&quot;2026-08-18&quot;:46.86},{&quot;2026-08-19&quot;:46.86},{&quot;2026-08-20&quot;:46.86},{&quot;2026-08-21&quot;:48.3},{&quot;2026-08-22&quot;:49.7},{&quot;2026-08-23&quot;:49.68},{&quot;2026-08-24&quot;:48.34},{&quot;2026-08-25&quot;:47.78},{&quot;2026-08-26&quot;:47.91},{&quot;2026-08-27&quot;:47.26},{&quot;2026-08-28&quot;:47.26},{&quot;2026-08-29&quot;:47.26},{&quot;2026-08-30&quot;:47.57},{&quot;2026-08-31&quot;:47.57},{&quot;2026-09-01&quot;:47.57},{&quot;2026-09-02&quot;:47.57},{&quot;2026-09-03&quot;:47.64},{&quot;2026-09-04&quot;:47.52},{&quot;2026-09-05&quot;:46.56},{&quot;2026-09-06&quot;:45.94},{&quot;2026-09-07&quot;:45.94},{&quot;2026-09-08&quot;:44.54},{&quot;2026-09-09&quot;:44.62},{&quot;2026-09-10&quot;:44.68},{&quot;2026-09-11&quot;:44.9}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Sensei&#39;s Divining Top
        </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">
            $42.20
          </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="Sensei&#39;s Divining Top" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e5142b7a-e580-4737-a4aa-2590f6610ceb.jpg?1783921788" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Sensei&#39;s Divining Top
        </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-1'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sensei&#39;s Divining Top" src="https://cards.scryfall.io/large/front/e/5/e5142b7a-e580-4737-a4aa-2590f6610ceb.jpg?1783921788" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $50.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">$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;:49.44},{&quot;2026-06-14&quot;:49.81},{&quot;2026-06-15&quot;:49.81},{&quot;2026-06-16&quot;:49.81},{&quot;2026-06-17&quot;:49.81},{&quot;2026-06-18&quot;:50.02},{&quot;2026-06-19&quot;:50.37},{&quot;2026-06-20&quot;:50.37},{&quot;2026-06-21&quot;:50.37},{&quot;2026-06-22&quot;:50.46},{&quot;2026-06-23&quot;:50.46},{&quot;2026-06-24&quot;:48.57},{&quot;2026-06-25&quot;:48.57},{&quot;2026-06-26&quot;:48.57},{&quot;2026-06-27&quot;:48.57},{&quot;2026-06-28&quot;:48.57},{&quot;2026-06-29&quot;:48.57},{&quot;2026-06-30&quot;:48.57},{&quot;2026-07-01&quot;:48.57},{&quot;2026-07-02&quot;:48.57},{&quot;2026-07-03&quot;:48.57},{&quot;2026-07-04&quot;:46.45},{&quot;2026-07-05&quot;:46.45},{&quot;2026-07-06&quot;:46.45},{&quot;2026-07-07&quot;:46.45},{&quot;2026-07-08&quot;:46.22},{&quot;2026-07-09&quot;:46.55},{&quot;2026-07-10&quot;:46.92},{&quot;2026-07-11&quot;:46.92},{&quot;2026-07-12&quot;:46.92},{&quot;2026-07-13&quot;:46.92},{&quot;2026-07-14&quot;:47.41},{&quot;2026-07-15&quot;:47.67},{&quot;2026-07-16&quot;:47.67},{&quot;2026-07-17&quot;:47.67},{&quot;2026-07-18&quot;:47.8},{&quot;2026-07-19&quot;:47.8},{&quot;2026-07-20&quot;:47.8},{&quot;2026-07-21&quot;:47.8},{&quot;2026-07-22&quot;:47.8},{&quot;2026-07-23&quot;:47.8},{&quot;2026-07-24&quot;:47.8},{&quot;2026-07-25&quot;:47.93},{&quot;2026-07-26&quot;:48.65},{&quot;2026-07-27&quot;:48.65},{&quot;2026-07-28&quot;:48.65},{&quot;2026-07-29&quot;:48.65},{&quot;2026-07-30&quot;:48.65},{&quot;2026-07-31&quot;:48.65},{&quot;2026-08-01&quot;:48.65},{&quot;2026-08-02&quot;:48.65},{&quot;2026-08-03&quot;:48.65},{&quot;2026-08-04&quot;:48.65},{&quot;2026-08-05&quot;:49.2},{&quot;2026-08-07&quot;:49.2},{&quot;2026-08-08&quot;:49.2},{&quot;2026-08-09&quot;:49.2},{&quot;2026-08-10&quot;:49.2},{&quot;2026-08-11&quot;:49.29},{&quot;2026-08-12&quot;:49.29},{&quot;2026-08-13&quot;:49.29},{&quot;2026-08-14&quot;:49.29},{&quot;2026-08-15&quot;:49.29},{&quot;2026-08-16&quot;:49.29},{&quot;2026-08-17&quot;:49.29},{&quot;2026-08-18&quot;:50.01},{&quot;2026-08-19&quot;:50.01},{&quot;2026-08-20&quot;:50.01},{&quot;2026-08-21&quot;:50.01},{&quot;2026-08-22&quot;:50.01},{&quot;2026-08-23&quot;:50.01},{&quot;2026-08-24&quot;:50.01},{&quot;2026-08-25&quot;:50.01},{&quot;2026-08-26&quot;:50.01},{&quot;2026-08-27&quot;:50.01},{&quot;2026-08-28&quot;:50.01},{&quot;2026-08-29&quot;:50.01},{&quot;2026-08-30&quot;:50.01},{&quot;2026-08-31&quot;:50.01},{&quot;2026-09-01&quot;:50.01},{&quot;2026-09-02&quot;:50.01},{&quot;2026-09-03&quot;:50.01},{&quot;2026-09-04&quot;:50.01},{&quot;2026-09-05&quot;:50.43},{&quot;2026-09-06&quot;:50.67},{&quot;2026-09-07&quot;:50.67},{&quot;2026-09-08&quot;:50.67},{&quot;2026-09-09&quot;:50.67},{&quot;2026-09-10&quot;:50.67},{&quot;2026-09-11&quot;:50.67}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:47.98},{&quot;2026-06-14&quot;:47.72},{&quot;2026-06-15&quot;:47.41},{&quot;2026-06-16&quot;:47.41},{&quot;2026-06-17&quot;:47.41},{&quot;2026-06-18&quot;:47.41},{&quot;2026-06-19&quot;:47.6},{&quot;2026-06-20&quot;:47.39},{&quot;2026-06-21&quot;:47.39},{&quot;2026-06-22&quot;:46.9},{&quot;2026-06-23&quot;:46.59},{&quot;2026-06-24&quot;:46.59},{&quot;2026-06-25&quot;:46.79},{&quot;2026-06-26&quot;:46.79},{&quot;2026-06-27&quot;:46.79},{&quot;2026-06-28&quot;:46.92},{&quot;2026-06-29&quot;:47.38},{&quot;2026-06-30&quot;:47.91},{&quot;2026-07-01&quot;:47.91},{&quot;2026-07-02&quot;:48.06},{&quot;2026-07-03&quot;:47.86},{&quot;2026-07-04&quot;:47.86},{&quot;2026-07-05&quot;:47.68},{&quot;2026-07-06&quot;:47.85},{&quot;2026-07-07&quot;:47.85},{&quot;2026-07-08&quot;:47.85},{&quot;2026-07-09&quot;:47.81},{&quot;2026-07-10&quot;:47.69},{&quot;2026-07-11&quot;:46.93},{&quot;2026-07-12&quot;:46.79},{&quot;2026-07-13&quot;:46.4},{&quot;2026-07-14&quot;:46.0},{&quot;2026-07-15&quot;:45.68},{&quot;2026-07-16&quot;:45.8},{&quot;2026-07-17&quot;:45.63},{&quot;2026-07-18&quot;:45.11},{&quot;2026-07-19&quot;:44.75},{&quot;2026-07-20&quot;:44.19},{&quot;2026-07-21&quot;:41.9},{&quot;2026-07-22&quot;:41.35},{&quot;2026-07-23&quot;:41.45},{&quot;2026-07-24&quot;:41.53},{&quot;2026-07-25&quot;:41.53},{&quot;2026-07-26&quot;:41.53},{&quot;2026-07-27&quot;:41.68},{&quot;2026-07-28&quot;:41.73},{&quot;2026-07-29&quot;:41.46},{&quot;2026-07-30&quot;:41.44},{&quot;2026-07-31&quot;:41.04},{&quot;2026-08-01&quot;:41.73},{&quot;2026-08-02&quot;:42.02},{&quot;2026-08-03&quot;:42.02},{&quot;2026-08-04&quot;:42.06},{&quot;2026-08-05&quot;:42.22},{&quot;2026-08-07&quot;:42.31},{&quot;2026-08-08&quot;:42.49},{&quot;2026-08-09&quot;:42.45},{&quot;2026-08-10&quot;:42.45},{&quot;2026-08-11&quot;:42.45},{&quot;2026-08-12&quot;:42.59},{&quot;2026-08-13&quot;:42.59},{&quot;2026-08-14&quot;:42.62},{&quot;2026-08-15&quot;:43.06},{&quot;2026-08-16&quot;:42.34},{&quot;2026-08-17&quot;:41.72},{&quot;2026-08-18&quot;:42.15},{&quot;2026-08-19&quot;:42.47},{&quot;2026-08-20&quot;:42.58},{&quot;2026-08-21&quot;:42.47},{&quot;2026-08-22&quot;:42.37},{&quot;2026-08-23&quot;:42.21},{&quot;2026-08-24&quot;:42.43},{&quot;2026-08-25&quot;:42.88},{&quot;2026-08-26&quot;:42.88},{&quot;2026-08-27&quot;:42.77},{&quot;2026-08-28&quot;:42.72},{&quot;2026-08-29&quot;:42.72},{&quot;2026-08-30&quot;:42.67},{&quot;2026-08-31&quot;:42.71},{&quot;2026-09-01&quot;:42.71},{&quot;2026-09-02&quot;:42.26},{&quot;2026-09-03&quot;:42.26},{&quot;2026-09-04&quot;:42.25},{&quot;2026-09-05&quot;:42.25},{&quot;2026-09-06&quot;:42.25},{&quot;2026-09-07&quot;:42.25},{&quot;2026-09-08&quot;:42.25},{&quot;2026-09-09&quot;:42.25},{&quot;2026-09-10&quot;:42.25},{&quot;2026-09-11&quot;:42.2}]}"
        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="49639"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elemental Incarnation
      </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">
            $41.97
          </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="Solitude" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/e/febad44a-eaf0-4122-87c5-a12d17f28392.jpg?1783926772" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Solitude" src="https://cards.scryfall.io/large/front/f/e/febad44a-eaf0-4122-87c5-a12d17f28392.jpg?1783926772" />
    </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">
                $41.97
              </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">
                $59.81
              </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">$36.00</span>
              <span class="text-xs text-grey-text">Credit: $46.80</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:61.54},{&quot;2026-06-12&quot;:61.54},{&quot;2026-06-13&quot;:62.88},{&quot;2026-06-14&quot;:62.88},{&quot;2026-06-15&quot;:62.88},{&quot;2026-06-16&quot;:62.88},{&quot;2026-06-17&quot;:62.88},{&quot;2026-06-18&quot;:62.88},{&quot;2026-06-19&quot;:62.88},{&quot;2026-06-20&quot;:63.6},{&quot;2026-06-21&quot;:63.6},{&quot;2026-06-22&quot;:63.6},{&quot;2026-06-23&quot;:63.6},{&quot;2026-06-24&quot;:63.6},{&quot;2026-06-25&quot;:63.6},{&quot;2026-06-26&quot;:63.6},{&quot;2026-06-27&quot;:63.6},{&quot;2026-06-28&quot;:63.6},{&quot;2026-06-29&quot;:63.6},{&quot;2026-06-30&quot;:63.6},{&quot;2026-07-01&quot;:61.4},{&quot;2026-07-02&quot;:61.4},{&quot;2026-07-03&quot;:61.4},{&quot;2026-07-04&quot;:61.32},{&quot;2026-07-05&quot;:61.32},{&quot;2026-07-06&quot;:61.32},{&quot;2026-07-07&quot;:61.32},{&quot;2026-07-08&quot;:61.8},{&quot;2026-07-09&quot;:61.8},{&quot;2026-07-10&quot;:61.8},{&quot;2026-07-11&quot;:61.8},{&quot;2026-07-12&quot;:61.8},{&quot;2026-07-13&quot;:61.8},{&quot;2026-07-14&quot;:61.8},{&quot;2026-07-15&quot;:61.8},{&quot;2026-07-16&quot;:61.8},{&quot;2026-07-17&quot;:61.8},{&quot;2026-07-18&quot;:61.8},{&quot;2026-07-19&quot;:61.8},{&quot;2026-07-20&quot;:61.8},{&quot;2026-07-21&quot;:62.1},{&quot;2026-07-23&quot;:62.1},{&quot;2026-07-25&quot;:62.1},{&quot;2026-07-26&quot;:62.1},{&quot;2026-07-27&quot;:62.1},{&quot;2026-07-28&quot;:62.1},{&quot;2026-07-29&quot;:62.1},{&quot;2026-07-30&quot;:62.1},{&quot;2026-07-31&quot;:62.1},{&quot;2026-08-01&quot;:62.1},{&quot;2026-08-02&quot;:61.89},{&quot;2026-08-03&quot;:61.89},{&quot;2026-08-04&quot;:61.89},{&quot;2026-08-05&quot;:61.89},{&quot;2026-08-07&quot;:61.89},{&quot;2026-08-08&quot;:61.89},{&quot;2026-08-09&quot;:61.89},{&quot;2026-08-10&quot;:61.89},{&quot;2026-08-11&quot;:61.89},{&quot;2026-08-12&quot;:61.25},{&quot;2026-08-13&quot;:61.25},{&quot;2026-08-14&quot;:60.85},{&quot;2026-08-15&quot;:60.35},{&quot;2026-08-16&quot;:60.35},{&quot;2026-08-17&quot;:60.35},{&quot;2026-08-18&quot;:60.35},{&quot;2026-08-19&quot;:60.35},{&quot;2026-08-20&quot;:60.35},{&quot;2026-08-21&quot;:60.35},{&quot;2026-08-22&quot;:60.35},{&quot;2026-08-23&quot;:60.35},{&quot;2026-08-24&quot;:60.35},{&quot;2026-08-25&quot;:60.35},{&quot;2026-08-26&quot;:60.35},{&quot;2026-08-27&quot;:60.33},{&quot;2026-08-28&quot;:60.12},{&quot;2026-08-29&quot;:60.12},{&quot;2026-08-30&quot;:60.34},{&quot;2026-08-31&quot;:60.31},{&quot;2026-09-01&quot;:60.31},{&quot;2026-09-02&quot;:60.13},{&quot;2026-09-03&quot;:60.03},{&quot;2026-09-04&quot;:60.03},{&quot;2026-09-05&quot;:60.03},{&quot;2026-09-06&quot;:60.03},{&quot;2026-09-07&quot;:60.03},{&quot;2026-09-08&quot;:60.24},{&quot;2026-09-09&quot;:60.24},{&quot;2026-09-10&quot;:59.81},{&quot;2026-09-11&quot;:59.81}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:42.13},{&quot;2026-06-12&quot;:42.13},{&quot;2026-06-13&quot;:42.13},{&quot;2026-06-14&quot;:42.13},{&quot;2026-06-15&quot;:42.13},{&quot;2026-06-16&quot;:41.96},{&quot;2026-06-17&quot;:41.86},{&quot;2026-06-18&quot;:41.86},{&quot;2026-06-19&quot;:41.85},{&quot;2026-06-20&quot;:41.85},{&quot;2026-06-21&quot;:41.85},{&quot;2026-06-22&quot;:41.89},{&quot;2026-06-23&quot;:41.89},{&quot;2026-06-24&quot;:41.89},{&quot;2026-06-25&quot;:41.89},{&quot;2026-06-26&quot;:41.89},{&quot;2026-06-27&quot;:41.83},{&quot;2026-06-28&quot;:41.76},{&quot;2026-06-29&quot;:41.76},{&quot;2026-06-30&quot;:41.76},{&quot;2026-07-01&quot;:41.81},{&quot;2026-07-02&quot;:41.81},{&quot;2026-07-03&quot;:41.81},{&quot;2026-07-04&quot;:41.76},{&quot;2026-07-05&quot;:42.04},{&quot;2026-07-06&quot;:42.12},{&quot;2026-07-07&quot;:42.12},{&quot;2026-07-08&quot;:42.31},{&quot;2026-07-09&quot;:42.31},{&quot;2026-07-10&quot;:42.31},{&quot;2026-07-11&quot;:42.31},{&quot;2026-07-12&quot;:42.31},{&quot;2026-07-13&quot;:42.31},{&quot;2026-07-14&quot;:42.31},{&quot;2026-07-15&quot;:42.31},{&quot;2026-07-16&quot;:42.08},{&quot;2026-07-17&quot;:42.13},{&quot;2026-07-18&quot;:41.95},{&quot;2026-07-19&quot;:41.82},{&quot;2026-07-20&quot;:41.8},{&quot;2026-07-21&quot;:41.8},{&quot;2026-07-23&quot;:41.52},{&quot;2026-07-25&quot;:41.3},{&quot;2026-07-26&quot;:41.34},{&quot;2026-07-27&quot;:41.3},{&quot;2026-07-28&quot;:41.3},{&quot;2026-07-29&quot;:41.66},{&quot;2026-07-30&quot;:41.99},{&quot;2026-07-31&quot;:41.83},{&quot;2026-08-01&quot;:41.83},{&quot;2026-08-02&quot;:41.83},{&quot;2026-08-03&quot;:41.83},{&quot;2026-08-04&quot;:41.83},{&quot;2026-08-05&quot;:41.83},{&quot;2026-08-07&quot;:41.83},{&quot;2026-08-08&quot;:41.83},{&quot;2026-08-09&quot;:41.83},{&quot;2026-08-10&quot;:41.83},{&quot;2026-08-11&quot;:41.83},{&quot;2026-08-12&quot;:41.83},{&quot;2026-08-13&quot;:41.69},{&quot;2026-08-14&quot;:41.69},{&quot;2026-08-15&quot;:41.69},{&quot;2026-08-16&quot;:41.48},{&quot;2026-08-17&quot;:41.48},{&quot;2026-08-18&quot;:41.58},{&quot;2026-08-19&quot;:41.92},{&quot;2026-08-20&quot;:41.92},{&quot;2026-08-21&quot;:41.79},{&quot;2026-08-22&quot;:41.79},{&quot;2026-08-23&quot;:41.79},{&quot;2026-08-24&quot;:41.79},{&quot;2026-08-25&quot;:41.79},{&quot;2026-08-26&quot;:41.96},{&quot;2026-08-27&quot;:42.1},{&quot;2026-08-28&quot;:41.89},{&quot;2026-08-29&quot;:41.89},{&quot;2026-08-30&quot;:41.89},{&quot;2026-08-31&quot;:41.89},{&quot;2026-09-01&quot;:41.89},{&quot;2026-09-02&quot;:41.92},{&quot;2026-09-03&quot;:42.06},{&quot;2026-09-04&quot;:42.06},{&quot;2026-09-05&quot;:42.06},{&quot;2026-09-06&quot;:42.06},{&quot;2026-09-07&quot;:42.06},{&quot;2026-09-08&quot;:42.06},{&quot;2026-09-09&quot;:41.97},{&quot;2026-09-10&quot;:41.97},{&quot;2026-09-11&quot;:41.97}]}"
        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="49157"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ragavan, Nimble Pilferer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/9/a9738cda-adb1-47fb-9f4c-ecd930228c4d.jpg?1783926839" />

        <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">
            Ragavan, Nimble Pilferer
        </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 — Monkey Pirate</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ragavan, Nimble Pilferer" src="https://cards.scryfall.io/large/front/a/9/a9738cda-adb1-47fb-9f4c-ecd930228c4d.jpg?1783926839" />
    </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">
                $41.86
              </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">
                $59.12
              </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">$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;2026-06-13&quot;:53.57},{&quot;2026-06-14&quot;:53.57},{&quot;2026-06-15&quot;:53.57},{&quot;2026-06-16&quot;:53.57},{&quot;2026-06-17&quot;:54.12},{&quot;2026-06-18&quot;:54.12},{&quot;2026-06-19&quot;:54.12},{&quot;2026-06-20&quot;:54.56},{&quot;2026-06-21&quot;:54.56},{&quot;2026-06-22&quot;:54.56},{&quot;2026-06-23&quot;:54.56},{&quot;2026-06-24&quot;:54.56},{&quot;2026-06-25&quot;:54.56},{&quot;2026-06-26&quot;:54.56},{&quot;2026-06-27&quot;:54.56},{&quot;2026-06-28&quot;:54.56},{&quot;2026-06-29&quot;:54.56},{&quot;2026-06-30&quot;:54.56},{&quot;2026-07-01&quot;:54.56},{&quot;2026-07-02&quot;:54.56},{&quot;2026-07-03&quot;:54.79},{&quot;2026-07-04&quot;:54.83},{&quot;2026-07-05&quot;:54.83},{&quot;2026-07-06&quot;:55.45},{&quot;2026-07-07&quot;:55.45},{&quot;2026-07-08&quot;:55.49},{&quot;2026-07-09&quot;:55.49},{&quot;2026-07-10&quot;:55.74},{&quot;2026-07-11&quot;:55.74},{&quot;2026-07-12&quot;:55.66},{&quot;2026-07-13&quot;:55.55},{&quot;2026-07-14&quot;:55.55},{&quot;2026-07-15&quot;:55.55},{&quot;2026-07-16&quot;:55.55},{&quot;2026-07-17&quot;:55.55},{&quot;2026-07-18&quot;:55.55},{&quot;2026-07-19&quot;:55.55},{&quot;2026-07-20&quot;:55.55},{&quot;2026-07-21&quot;:55.55},{&quot;2026-07-22&quot;:55.55},{&quot;2026-07-23&quot;:55.55},{&quot;2026-07-24&quot;:55.55},{&quot;2026-07-25&quot;:55.79},{&quot;2026-07-26&quot;:55.79},{&quot;2026-07-27&quot;:55.79},{&quot;2026-07-28&quot;:55.79},{&quot;2026-07-29&quot;:55.68},{&quot;2026-07-30&quot;:55.85},{&quot;2026-07-31&quot;:56.48},{&quot;2026-08-01&quot;:56.68},{&quot;2026-08-02&quot;:56.68},{&quot;2026-08-03&quot;:56.68},{&quot;2026-08-04&quot;:56.68},{&quot;2026-08-05&quot;:56.68},{&quot;2026-08-07&quot;:57.08},{&quot;2026-08-08&quot;:57.08},{&quot;2026-08-09&quot;:57.08},{&quot;2026-08-10&quot;:57.08},{&quot;2026-08-11&quot;:57.08},{&quot;2026-08-12&quot;:57.08},{&quot;2026-08-13&quot;:57.08},{&quot;2026-08-14&quot;:57.08},{&quot;2026-08-15&quot;:57.08},{&quot;2026-08-16&quot;:57.46},{&quot;2026-08-17&quot;:57.8},{&quot;2026-08-18&quot;:57.26},{&quot;2026-08-19&quot;:57.26},{&quot;2026-08-20&quot;:57.26},{&quot;2026-08-21&quot;:57.26},{&quot;2026-08-22&quot;:57.26},{&quot;2026-08-23&quot;:57.26},{&quot;2026-08-24&quot;:57.26},{&quot;2026-08-25&quot;:57.26},{&quot;2026-08-26&quot;:57.26},{&quot;2026-08-27&quot;:57.26},{&quot;2026-08-28&quot;:57.26},{&quot;2026-08-29&quot;:57.26},{&quot;2026-08-30&quot;:58.3},{&quot;2026-08-31&quot;:58.3},{&quot;2026-09-01&quot;:58.3},{&quot;2026-09-02&quot;:58.79},{&quot;2026-09-03&quot;:58.79},{&quot;2026-09-04&quot;:58.79},{&quot;2026-09-05&quot;:58.79},{&quot;2026-09-06&quot;:58.79},{&quot;2026-09-07&quot;:58.79},{&quot;2026-09-08&quot;:58.79},{&quot;2026-09-09&quot;:58.79},{&quot;2026-09-10&quot;:59.12},{&quot;2026-09-11&quot;:59.12}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:47.17},{&quot;2026-06-14&quot;:47.34},{&quot;2026-06-15&quot;:47.7},{&quot;2026-06-16&quot;:48.0},{&quot;2026-06-17&quot;:47.77},{&quot;2026-06-18&quot;:47.68},{&quot;2026-06-19&quot;:48.02},{&quot;2026-06-20&quot;:48.25},{&quot;2026-06-21&quot;:48.18},{&quot;2026-06-22&quot;:48.05},{&quot;2026-06-23&quot;:47.88},{&quot;2026-06-24&quot;:47.67},{&quot;2026-06-25&quot;:47.36},{&quot;2026-06-26&quot;:46.67},{&quot;2026-06-27&quot;:46.67},{&quot;2026-06-28&quot;:46.67},{&quot;2026-06-29&quot;:46.56},{&quot;2026-06-30&quot;:46.24},{&quot;2026-07-01&quot;:46.16},{&quot;2026-07-02&quot;:45.91},{&quot;2026-07-03&quot;:45.06},{&quot;2026-07-04&quot;:44.35},{&quot;2026-07-05&quot;:44.44},{&quot;2026-07-06&quot;:44.33},{&quot;2026-07-07&quot;:44.17},{&quot;2026-07-08&quot;:44.17},{&quot;2026-07-09&quot;:43.92},{&quot;2026-07-10&quot;:43.84},{&quot;2026-07-11&quot;:43.71},{&quot;2026-07-12&quot;:43.61},{&quot;2026-07-13&quot;:43.61},{&quot;2026-07-14&quot;:43.57},{&quot;2026-07-15&quot;:43.37},{&quot;2026-07-16&quot;:43.39},{&quot;2026-07-17&quot;:43.59},{&quot;2026-07-18&quot;:43.48},{&quot;2026-07-19&quot;:43.38},{&quot;2026-07-20&quot;:43.41},{&quot;2026-07-21&quot;:43.43},{&quot;2026-07-22&quot;:43.47},{&quot;2026-07-23&quot;:43.51},{&quot;2026-07-24&quot;:43.44},{&quot;2026-07-25&quot;:43.44},{&quot;2026-07-26&quot;:43.24},{&quot;2026-07-27&quot;:43.08},{&quot;2026-07-28&quot;:43.02},{&quot;2026-07-29&quot;:42.69},{&quot;2026-07-30&quot;:42.91},{&quot;2026-07-31&quot;:42.85},{&quot;2026-08-01&quot;:42.82},{&quot;2026-08-02&quot;:42.63},{&quot;2026-08-03&quot;:42.43},{&quot;2026-08-04&quot;:42.29},{&quot;2026-08-05&quot;:42.28},{&quot;2026-08-07&quot;:42.26},{&quot;2026-08-08&quot;:42.19},{&quot;2026-08-09&quot;:42.25},{&quot;2026-08-10&quot;:42.38},{&quot;2026-08-11&quot;:42.33},{&quot;2026-08-12&quot;:42.44},{&quot;2026-08-13&quot;:42.53},{&quot;2026-08-14&quot;:42.55},{&quot;2026-08-15&quot;:42.36},{&quot;2026-08-16&quot;:42.28},{&quot;2026-08-17&quot;:42.29},{&quot;2026-08-18&quot;:42.33},{&quot;2026-08-19&quot;:42.2},{&quot;2026-08-20&quot;:42.07},{&quot;2026-08-21&quot;:42.2},{&quot;2026-08-22&quot;:42.33},{&quot;2026-08-23&quot;:42.36},{&quot;2026-08-24&quot;:42.04},{&quot;2026-08-25&quot;:42.04},{&quot;2026-08-26&quot;:42.16},{&quot;2026-08-27&quot;:42.27},{&quot;2026-08-28&quot;:42.33},{&quot;2026-08-29&quot;:42.33},{&quot;2026-08-30&quot;:42.97},{&quot;2026-08-31&quot;:43.08},{&quot;2026-09-01&quot;:43.05},{&quot;2026-09-02&quot;:42.97},{&quot;2026-09-03&quot;:42.56},{&quot;2026-09-04&quot;:42.08},{&quot;2026-09-05&quot;:41.02},{&quot;2026-09-06&quot;:41.21},{&quot;2026-09-07&quot;:40.91},{&quot;2026-09-08&quot;:41.04},{&quot;2026-09-09&quot;:41.27},{&quot;2026-09-10&quot;:41.79},{&quot;2026-09-11&quot;:41.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98744"
  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-tle 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">
            Enlightened 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="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">
            $41.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="Enlightened Tutor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/7/0760068d-71c2-4b38-9f66-4454875de27e.jpg?1783904753" />

        <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">
            Enlightened 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-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="Enlightened Tutor" src="https://cards.scryfall.io/large/front/0/7/0760068d-71c2-4b38-9f66-4454875de27e.jpg?1783904753" />
    </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">
                $41.64
              </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">$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;normal&quot;:[{&quot;2026-06-13&quot;:44.38},{&quot;2026-06-14&quot;:44.15},{&quot;2026-06-15&quot;:44.03},{&quot;2026-06-16&quot;:43.97},{&quot;2026-06-17&quot;:42.91},{&quot;2026-06-18&quot;:42.16},{&quot;2026-06-19&quot;:42.09},{&quot;2026-06-20&quot;:41.73},{&quot;2026-06-21&quot;:41.67},{&quot;2026-06-22&quot;:41.54},{&quot;2026-06-23&quot;:41.7},{&quot;2026-06-24&quot;:41.47},{&quot;2026-06-25&quot;:42.05},{&quot;2026-06-26&quot;:42.05},{&quot;2026-06-27&quot;:41.57},{&quot;2026-06-28&quot;:41.3},{&quot;2026-06-29&quot;:40.8},{&quot;2026-06-30&quot;:40.97},{&quot;2026-07-01&quot;:41.38},{&quot;2026-07-02&quot;:40.54},{&quot;2026-07-03&quot;:41.68},{&quot;2026-07-04&quot;:41.97},{&quot;2026-07-05&quot;:41.97},{&quot;2026-07-06&quot;:41.89},{&quot;2026-07-07&quot;:41.46},{&quot;2026-07-08&quot;:40.84},{&quot;2026-07-09&quot;:40.07},{&quot;2026-07-10&quot;:40.43},{&quot;2026-07-11&quot;:40.33},{&quot;2026-07-12&quot;:40.76},{&quot;2026-07-13&quot;:40.54},{&quot;2026-07-14&quot;:39.45},{&quot;2026-07-15&quot;:39.48},{&quot;2026-07-16&quot;:39.6},{&quot;2026-07-17&quot;:39.7},{&quot;2026-07-18&quot;:39.94},{&quot;2026-07-19&quot;:39.46},{&quot;2026-07-20&quot;:39.68},{&quot;2026-07-21&quot;:39.56},{&quot;2026-07-22&quot;:39.56},{&quot;2026-07-23&quot;:39.46},{&quot;2026-07-24&quot;:39.33},{&quot;2026-07-25&quot;:39.29},{&quot;2026-07-26&quot;:39.27},{&quot;2026-07-27&quot;:39.59},{&quot;2026-07-28&quot;:40.27},{&quot;2026-07-29&quot;:40.5},{&quot;2026-07-30&quot;:40.61},{&quot;2026-07-31&quot;:40.71},{&quot;2026-08-01&quot;:40.71},{&quot;2026-08-02&quot;:41.17},{&quot;2026-08-03&quot;:42.47},{&quot;2026-08-04&quot;:42.76},{&quot;2026-08-05&quot;:42.99},{&quot;2026-08-07&quot;:43.06},{&quot;2026-08-08&quot;:44.0},{&quot;2026-08-09&quot;:44.22},{&quot;2026-08-10&quot;:43.94},{&quot;2026-08-11&quot;:43.83},{&quot;2026-08-12&quot;:43.83},{&quot;2026-08-13&quot;:44.18},{&quot;2026-08-14&quot;:44.25},{&quot;2026-08-15&quot;:44.66},{&quot;2026-08-16&quot;:43.89},{&quot;2026-08-17&quot;:43.56},{&quot;2026-08-18&quot;:43.25},{&quot;2026-08-19&quot;:42.81},{&quot;2026-08-20&quot;:42.33},{&quot;2026-08-21&quot;:42.31},{&quot;2026-08-22&quot;:41.88},{&quot;2026-08-23&quot;:41.42},{&quot;2026-08-24&quot;:40.4},{&quot;2026-08-25&quot;:39.99},{&quot;2026-08-26&quot;:39.46},{&quot;2026-08-27&quot;:39.09},{&quot;2026-08-28&quot;:39.43},{&quot;2026-08-29&quot;:39.43},{&quot;2026-08-30&quot;:39.75},{&quot;2026-08-31&quot;:40.07},{&quot;2026-09-01&quot;:40.8},{&quot;2026-09-02&quot;:41.29},{&quot;2026-09-03&quot;:41.46},{&quot;2026-09-04&quot;:41.8},{&quot;2026-09-05&quot;:42.26},{&quot;2026-09-06&quot;:42.04},{&quot;2026-09-07&quot;:42.04},{&quot;2026-09-08&quot;:41.85},{&quot;2026-09-09&quot;:41.83},{&quot;2026-09-10&quot;:41.64},{&quot;2026-09-11&quot;:41.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="86883"
  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">
            Urza&#39;s Saga
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment Land — Urza&#39;s Saga
      </div>

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

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

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

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

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

        <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">
            Urza&#39;s Saga
        </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 Land — Urza&#39;s Saga</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="Urza&#39;s Saga" src="https://cards.scryfall.io/large/front/9/d/9df37469-6e2d-4783-aad3-c897ecbc967d.jpg?1783919922" />
    </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">
                $41.62
              </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">$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;normal&quot;:[{&quot;2026-06-11&quot;:41.61},{&quot;2026-06-12&quot;:41.68},{&quot;2026-06-13&quot;:41.68},{&quot;2026-06-14&quot;:41.8},{&quot;2026-06-15&quot;:41.8},{&quot;2026-06-16&quot;:41.8},{&quot;2026-06-17&quot;:41.8},{&quot;2026-06-18&quot;:42.01},{&quot;2026-06-19&quot;:42.01},{&quot;2026-06-20&quot;:42.07},{&quot;2026-06-21&quot;:42.14},{&quot;2026-06-22&quot;:42.14},{&quot;2026-06-23&quot;:42.14},{&quot;2026-06-24&quot;:42.14},{&quot;2026-06-25&quot;:42.14},{&quot;2026-06-26&quot;:42.14},{&quot;2026-06-27&quot;:42.14},{&quot;2026-06-28&quot;:42.14},{&quot;2026-06-29&quot;:42.14},{&quot;2026-06-30&quot;:42.14},{&quot;2026-07-01&quot;:42.14},{&quot;2026-07-02&quot;:42.14},{&quot;2026-07-03&quot;:42.14},{&quot;2026-07-04&quot;:42.14},{&quot;2026-07-05&quot;:42.14},{&quot;2026-07-06&quot;:42.14},{&quot;2026-07-07&quot;:41.95},{&quot;2026-07-08&quot;:42.14},{&quot;2026-07-09&quot;:42.52},{&quot;2026-07-10&quot;:42.68},{&quot;2026-07-11&quot;:42.68},{&quot;2026-07-12&quot;:42.68},{&quot;2026-07-13&quot;:42.68},{&quot;2026-07-14&quot;:42.68},{&quot;2026-07-15&quot;:42.48},{&quot;2026-07-16&quot;:42.48},{&quot;2026-07-17&quot;:42.33},{&quot;2026-07-18&quot;:42.17},{&quot;2026-07-19&quot;:42.17},{&quot;2026-07-20&quot;:41.88},{&quot;2026-07-21&quot;:41.88},{&quot;2026-07-23&quot;:41.77},{&quot;2026-07-25&quot;:41.77},{&quot;2026-07-26&quot;:43.1},{&quot;2026-07-27&quot;:43.07},{&quot;2026-07-28&quot;:43.07},{&quot;2026-07-29&quot;:43.07},{&quot;2026-07-30&quot;:42.47},{&quot;2026-07-31&quot;:42.81},{&quot;2026-08-01&quot;:42.81},{&quot;2026-08-02&quot;:42.79},{&quot;2026-08-03&quot;:42.79},{&quot;2026-08-04&quot;:42.63},{&quot;2026-08-05&quot;:42.63},{&quot;2026-08-07&quot;:42.21},{&quot;2026-08-08&quot;:42.21},{&quot;2026-08-09&quot;:42.21},{&quot;2026-08-10&quot;:42.21},{&quot;2026-08-11&quot;:42.21},{&quot;2026-08-12&quot;:42.21},{&quot;2026-08-13&quot;:42.21},{&quot;2026-08-14&quot;:41.93},{&quot;2026-08-15&quot;:42.13},{&quot;2026-08-16&quot;:42.13},{&quot;2026-08-17&quot;:42.13},{&quot;2026-08-18&quot;:42.13},{&quot;2026-08-19&quot;:42.29},{&quot;2026-08-20&quot;:42.29},{&quot;2026-08-21&quot;:42.37},{&quot;2026-08-22&quot;:42.45},{&quot;2026-08-23&quot;:42.45},{&quot;2026-08-24&quot;:42.45},{&quot;2026-08-25&quot;:42.45},{&quot;2026-08-26&quot;:41.96},{&quot;2026-08-27&quot;:41.96},{&quot;2026-08-28&quot;:41.96},{&quot;2026-08-29&quot;:41.96},{&quot;2026-08-30&quot;:41.96},{&quot;2026-08-31&quot;:41.95},{&quot;2026-09-01&quot;:41.95},{&quot;2026-09-02&quot;:41.95},{&quot;2026-09-03&quot;:41.84},{&quot;2026-09-04&quot;:41.84},{&quot;2026-09-05&quot;:41.84},{&quot;2026-09-06&quot;:41.95},{&quot;2026-09-07&quot;:41.62},{&quot;2026-09-08&quot;:41.62},{&quot;2026-09-09&quot;:41.62},{&quot;2026-09-10&quot;:41.62},{&quot;2026-09-11&quot;:41.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $40.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="Jeska&#39;s Will" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/3308993d-8bfb-477a-887a-89ed35577f57.jpg?1783922422" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Jeska&#39;s Will" src="https://cards.scryfall.io/large/front/3/3/3308993d-8bfb-477a-887a-89ed35577f57.jpg?1783922422" />
    </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">
                $40.41
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-08&quot;:41.82},{&quot;2026-06-10&quot;:41.68},{&quot;2026-06-11&quot;:41.83},{&quot;2026-06-12&quot;:41.83},{&quot;2026-06-13&quot;:41.83},{&quot;2026-06-14&quot;:42.06},{&quot;2026-06-15&quot;:42.43},{&quot;2026-06-16&quot;:42.78},{&quot;2026-06-17&quot;:43.37},{&quot;2026-06-18&quot;:43.37},{&quot;2026-06-19&quot;:43.37},{&quot;2026-06-20&quot;:43.6},{&quot;2026-06-21&quot;:44.2},{&quot;2026-06-22&quot;:44.01},{&quot;2026-06-24&quot;:44.02},{&quot;2026-06-25&quot;:44.26},{&quot;2026-06-26&quot;:44.1},{&quot;2026-06-27&quot;:43.93},{&quot;2026-06-28&quot;:43.54},{&quot;2026-06-29&quot;:43.54},{&quot;2026-06-30&quot;:43.15},{&quot;2026-07-01&quot;:42.53},{&quot;2026-07-02&quot;:42.16},{&quot;2026-07-03&quot;:40.9},{&quot;2026-07-04&quot;:39.34},{&quot;2026-07-05&quot;:38.69},{&quot;2026-07-06&quot;:38.61},{&quot;2026-07-07&quot;:38.68},{&quot;2026-07-08&quot;:38.68},{&quot;2026-07-09&quot;:39.96},{&quot;2026-07-10&quot;:39.96},{&quot;2026-07-11&quot;:39.96},{&quot;2026-07-12&quot;:40.42},{&quot;2026-07-13&quot;:40.42},{&quot;2026-07-14&quot;:40.53},{&quot;2026-07-15&quot;:40.57},{&quot;2026-07-16&quot;:40.62},{&quot;2026-07-17&quot;:40.52},{&quot;2026-07-18&quot;:40.44},{&quot;2026-07-19&quot;:40.44},{&quot;2026-07-20&quot;:40.54},{&quot;2026-07-21&quot;:40.37},{&quot;2026-07-23&quot;:40.14},{&quot;2026-07-25&quot;:39.82},{&quot;2026-07-26&quot;:40.13},{&quot;2026-07-27&quot;:40.19},{&quot;2026-07-29&quot;:40.19},{&quot;2026-07-30&quot;:39.9},{&quot;2026-07-31&quot;:40.23},{&quot;2026-08-01&quot;:40.23},{&quot;2026-08-02&quot;:40.23},{&quot;2026-08-03&quot;:40.23},{&quot;2026-08-04&quot;:40.23},{&quot;2026-08-05&quot;:40.02},{&quot;2026-08-07&quot;:40.2},{&quot;2026-08-08&quot;:40.44},{&quot;2026-08-09&quot;:40.6},{&quot;2026-08-10&quot;:40.6},{&quot;2026-08-11&quot;:40.6},{&quot;2026-08-12&quot;:40.6},{&quot;2026-08-13&quot;:40.62},{&quot;2026-08-14&quot;:40.61},{&quot;2026-08-15&quot;:40.54},{&quot;2026-08-16&quot;:41.0},{&quot;2026-08-17&quot;:40.76},{&quot;2026-08-18&quot;:40.9},{&quot;2026-08-19&quot;:41.2},{&quot;2026-08-20&quot;:41.2},{&quot;2026-08-21&quot;:41.9},{&quot;2026-08-22&quot;:42.04},{&quot;2026-08-23&quot;:42.04},{&quot;2026-08-24&quot;:42.34},{&quot;2026-08-25&quot;:42.34},{&quot;2026-08-26&quot;:42.12},{&quot;2026-08-27&quot;:42.52},{&quot;2026-08-28&quot;:42.65},{&quot;2026-08-29&quot;:42.65},{&quot;2026-08-30&quot;:42.56},{&quot;2026-08-31&quot;:42.56},{&quot;2026-09-01&quot;:42.56},{&quot;2026-09-02&quot;:42.29},{&quot;2026-09-03&quot;:42.29},{&quot;2026-09-04&quot;:42.34},{&quot;2026-09-05&quot;:42.09},{&quot;2026-09-06&quot;:42.13},{&quot;2026-09-07&quot;:41.35},{&quot;2026-09-08&quot;:41.4},{&quot;2026-09-09&quot;:41.15},{&quot;2026-09-10&quot;:41.03},{&quot;2026-09-11&quot;:40.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34725"
  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-iko 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">
            Savai Triome
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $40.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="Savai Triome" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d21ef9e6-e2dd-4e0a-a36c-e07034ac4ba3.jpg?1783930978" />

        <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">
            Savai Triome
        </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 — Mountain Plains Swamp</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Savai Triome" src="https://cards.scryfall.io/large/front/d/2/d21ef9e6-e2dd-4e0a-a36c-e07034ac4ba3.jpg?1783930978" />
    </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">
                $19.09
              </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">
                $40.33
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$27.50</span>
              <span class="text-xs text-grey-text">Credit: $35.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-08&quot;:40.39},{&quot;2026-06-10&quot;:40.39},{&quot;2026-06-11&quot;:40.39},{&quot;2026-06-12&quot;:40.51},{&quot;2026-06-13&quot;:40.51},{&quot;2026-06-14&quot;:40.51},{&quot;2026-06-15&quot;:40.51},{&quot;2026-06-16&quot;:40.51},{&quot;2026-06-17&quot;:40.62},{&quot;2026-06-18&quot;:40.67},{&quot;2026-06-19&quot;:40.67},{&quot;2026-06-20&quot;:40.78},{&quot;2026-06-21&quot;:40.78},{&quot;2026-06-22&quot;:40.89},{&quot;2026-06-24&quot;:40.89},{&quot;2026-06-25&quot;:40.89},{&quot;2026-06-26&quot;:40.89},{&quot;2026-06-27&quot;:40.82},{&quot;2026-06-28&quot;:40.82},{&quot;2026-06-29&quot;:40.88},{&quot;2026-06-30&quot;:40.88},{&quot;2026-07-01&quot;:40.88},{&quot;2026-07-02&quot;:40.88},{&quot;2026-07-03&quot;:40.88},{&quot;2026-07-04&quot;:40.95},{&quot;2026-07-05&quot;:40.95},{&quot;2026-07-06&quot;:40.95},{&quot;2026-07-07&quot;:40.95},{&quot;2026-07-08&quot;:40.95},{&quot;2026-07-09&quot;:40.84},{&quot;2026-07-10&quot;:40.84},{&quot;2026-07-11&quot;:40.84},{&quot;2026-07-12&quot;:40.65},{&quot;2026-07-13&quot;:40.65},{&quot;2026-07-14&quot;:40.65},{&quot;2026-07-15&quot;:40.65},{&quot;2026-07-16&quot;:40.65},{&quot;2026-07-17&quot;:40.22},{&quot;2026-07-18&quot;:40.22},{&quot;2026-07-19&quot;:40.22},{&quot;2026-07-20&quot;:40.22},{&quot;2026-07-21&quot;:40.22},{&quot;2026-07-23&quot;:40.22},{&quot;2026-07-25&quot;:40.34},{&quot;2026-07-26&quot;:40.34},{&quot;2026-07-27&quot;:40.34},{&quot;2026-07-29&quot;:40.34},{&quot;2026-07-30&quot;:40.34},{&quot;2026-07-31&quot;:40.34},{&quot;2026-08-01&quot;:40.34},{&quot;2026-08-02&quot;:40.38},{&quot;2026-08-03&quot;:40.48},{&quot;2026-08-04&quot;:40.52},{&quot;2026-08-05&quot;:40.6},{&quot;2026-08-07&quot;:40.6},{&quot;2026-08-08&quot;:40.67},{&quot;2026-08-09&quot;:40.67},{&quot;2026-08-10&quot;:40.62},{&quot;2026-08-11&quot;:40.62},{&quot;2026-08-12&quot;:40.62},{&quot;2026-08-13&quot;:40.62},{&quot;2026-08-14&quot;:40.62},{&quot;2026-08-15&quot;:40.37},{&quot;2026-08-16&quot;:40.37},{&quot;2026-08-17&quot;:40.37},{&quot;2026-08-18&quot;:40.27},{&quot;2026-08-19&quot;:40.39},{&quot;2026-08-20&quot;:40.39},{&quot;2026-08-21&quot;:40.38},{&quot;2026-08-22&quot;:40.38},{&quot;2026-08-23&quot;:40.38},{&quot;2026-08-24&quot;:40.31},{&quot;2026-08-25&quot;:40.31},{&quot;2026-08-26&quot;:40.31},{&quot;2026-08-27&quot;:40.24},{&quot;2026-08-28&quot;:40.24},{&quot;2026-08-29&quot;:40.24},{&quot;2026-08-30&quot;:40.24},{&quot;2026-08-31&quot;:40.31},{&quot;2026-09-01&quot;:40.31},{&quot;2026-09-02&quot;:40.28},{&quot;2026-09-03&quot;:40.28},{&quot;2026-09-04&quot;:40.28},{&quot;2026-09-05&quot;:40.28},{&quot;2026-09-06&quot;:40.28},{&quot;2026-09-07&quot;:40.26},{&quot;2026-09-08&quot;:40.3},{&quot;2026-09-09&quot;:40.33},{&quot;2026-09-10&quot;:40.33},{&quot;2026-09-11&quot;:40.33}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:20.27},{&quot;2026-06-10&quot;:20.12},{&quot;2026-06-11&quot;:20.22},{&quot;2026-06-12&quot;:19.99},{&quot;2026-06-13&quot;:19.99},{&quot;2026-06-14&quot;:19.99},{&quot;2026-06-15&quot;:19.91},{&quot;2026-06-16&quot;:19.91},{&quot;2026-06-17&quot;:19.84},{&quot;2026-06-18&quot;:19.55},{&quot;2026-06-19&quot;:19.67},{&quot;2026-06-20&quot;:19.76},{&quot;2026-06-21&quot;:19.89},{&quot;2026-06-22&quot;:19.82},{&quot;2026-06-24&quot;:19.96},{&quot;2026-06-25&quot;:20.05},{&quot;2026-06-26&quot;:20.05},{&quot;2026-06-27&quot;:20.1},{&quot;2026-06-28&quot;:20.2},{&quot;2026-06-29&quot;:20.28},{&quot;2026-06-30&quot;:20.32},{&quot;2026-07-01&quot;:20.46},{&quot;2026-07-02&quot;:20.34},{&quot;2026-07-03&quot;:20.55},{&quot;2026-07-04&quot;:20.59},{&quot;2026-07-05&quot;:20.59},{&quot;2026-07-06&quot;:20.67},{&quot;2026-07-07&quot;:20.7},{&quot;2026-07-08&quot;:20.49},{&quot;2026-07-09&quot;:20.46},{&quot;2026-07-10&quot;:20.45},{&quot;2026-07-11&quot;:20.65},{&quot;2026-07-12&quot;:20.65},{&quot;2026-07-13&quot;:20.49},{&quot;2026-07-14&quot;:20.84},{&quot;2026-07-15&quot;:20.8},{&quot;2026-07-16&quot;:20.8},{&quot;2026-07-17&quot;:20.84},{&quot;2026-07-18&quot;:20.67},{&quot;2026-07-19&quot;:20.67},{&quot;2026-07-20&quot;:20.67},{&quot;2026-07-21&quot;:20.72},{&quot;2026-07-23&quot;:19.97},{&quot;2026-07-25&quot;:19.67},{&quot;2026-07-26&quot;:19.14},{&quot;2026-07-27&quot;:18.81},{&quot;2026-07-29&quot;:18.54},{&quot;2026-07-30&quot;:18.69},{&quot;2026-07-31&quot;:18.85},{&quot;2026-08-01&quot;:19.01},{&quot;2026-08-02&quot;:19.19},{&quot;2026-08-03&quot;:19.08},{&quot;2026-08-04&quot;:19.29},{&quot;2026-08-05&quot;:19.27},{&quot;2026-08-07&quot;:19.36},{&quot;2026-08-08&quot;:19.42},{&quot;2026-08-09&quot;:19.42},{&quot;2026-08-10&quot;:19.42},{&quot;2026-08-11&quot;:19.39},{&quot;2026-08-12&quot;:19.45},{&quot;2026-08-13&quot;:19.45},{&quot;2026-08-14&quot;:19.57},{&quot;2026-08-15&quot;:19.79},{&quot;2026-08-16&quot;:19.7},{&quot;2026-08-17&quot;:19.71},{&quot;2026-08-18&quot;:19.61},{&quot;2026-08-19&quot;:19.5},{&quot;2026-08-20&quot;:19.5},{&quot;2026-08-21&quot;:19.28},{&quot;2026-08-22&quot;:19.08},{&quot;2026-08-23&quot;:18.96},{&quot;2026-08-24&quot;:18.96},{&quot;2026-08-25&quot;:18.96},{&quot;2026-08-26&quot;:18.67},{&quot;2026-08-27&quot;:18.67},{&quot;2026-08-28&quot;:18.53},{&quot;2026-08-29&quot;:18.53},{&quot;2026-08-30&quot;:18.72},{&quot;2026-08-31&quot;:18.78},{&quot;2026-09-01&quot;:18.78},{&quot;2026-09-02&quot;:18.85},{&quot;2026-09-03&quot;:18.9},{&quot;2026-09-04&quot;:18.85},{&quot;2026-09-05&quot;:18.85},{&quot;2026-09-06&quot;:19.11},{&quot;2026-09-07&quot;:18.95},{&quot;2026-09-08&quot;:19.16},{&quot;2026-09-09&quot;:19.37},{&quot;2026-09-10&quot;:19.22},{&quot;2026-09-11&quot;:19.09}]}"
        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="48753"
  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">
            Ranger-Captain of Eos
        </span>


      </div>

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

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

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

        <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">
            Ranger-Captain of Eos
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ranger-Captain of Eos" src="https://cards.scryfall.io/large/front/a/f/af3928b4-813a-4120-8799-de34235d60ac.jpg?1783933158" />
    </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">
                $40.31
              </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">
                $62.52
              </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">$27.00</span>
              <span class="text-xs text-grey-text">Credit: $35.10</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:56.83},{&quot;2026-06-14&quot;:56.83},{&quot;2026-06-15&quot;:56.83},{&quot;2026-06-16&quot;:56.83},{&quot;2026-06-17&quot;:56.69},{&quot;2026-06-18&quot;:56.69},{&quot;2026-06-19&quot;:56.69},{&quot;2026-06-20&quot;:56.69},{&quot;2026-06-21&quot;:56.91},{&quot;2026-06-22&quot;:57.04},{&quot;2026-06-23&quot;:57.04},{&quot;2026-06-24&quot;:56.91},{&quot;2026-06-25&quot;:56.91},{&quot;2026-06-26&quot;:56.91},{&quot;2026-06-27&quot;:56.91},{&quot;2026-06-28&quot;:56.91},{&quot;2026-06-29&quot;:56.91},{&quot;2026-06-30&quot;:56.91},{&quot;2026-07-01&quot;:56.91},{&quot;2026-07-02&quot;:56.91},{&quot;2026-07-03&quot;:56.91},{&quot;2026-07-04&quot;:56.79},{&quot;2026-07-05&quot;:56.79},{&quot;2026-07-06&quot;:56.79},{&quot;2026-07-07&quot;:56.79},{&quot;2026-07-08&quot;:56.79},{&quot;2026-07-09&quot;:56.79},{&quot;2026-07-10&quot;:56.79},{&quot;2026-07-11&quot;:56.79},{&quot;2026-07-12&quot;:56.79},{&quot;2026-07-13&quot;:56.79},{&quot;2026-07-14&quot;:56.79},{&quot;2026-07-15&quot;:56.79},{&quot;2026-07-16&quot;:56.79},{&quot;2026-07-17&quot;:56.79},{&quot;2026-07-18&quot;:56.79},{&quot;2026-07-19&quot;:56.79},{&quot;2026-07-20&quot;:56.79},{&quot;2026-07-21&quot;:56.79},{&quot;2026-07-22&quot;:56.79},{&quot;2026-07-23&quot;:56.79},{&quot;2026-07-24&quot;:56.79},{&quot;2026-07-25&quot;:56.79},{&quot;2026-07-26&quot;:56.79},{&quot;2026-07-27&quot;:56.79},{&quot;2026-07-28&quot;:56.79},{&quot;2026-07-29&quot;:56.79},{&quot;2026-07-30&quot;:56.79},{&quot;2026-07-31&quot;:56.79},{&quot;2026-08-01&quot;:56.79},{&quot;2026-08-02&quot;:56.79},{&quot;2026-08-03&quot;:56.79},{&quot;2026-08-04&quot;:56.79},{&quot;2026-08-05&quot;:56.79},{&quot;2026-08-07&quot;:58.08},{&quot;2026-08-08&quot;:58.08},{&quot;2026-08-09&quot;:58.08},{&quot;2026-08-10&quot;:58.08},{&quot;2026-08-11&quot;:58.08},{&quot;2026-08-12&quot;:58.08},{&quot;2026-08-13&quot;:58.08},{&quot;2026-08-14&quot;:58.08},{&quot;2026-08-15&quot;:58.08},{&quot;2026-08-16&quot;:58.08},{&quot;2026-08-17&quot;:58.08},{&quot;2026-08-18&quot;:58.08},{&quot;2026-08-19&quot;:58.08},{&quot;2026-08-20&quot;:58.08},{&quot;2026-08-21&quot;:58.08},{&quot;2026-08-22&quot;:58.08},{&quot;2026-08-23&quot;:58.08},{&quot;2026-08-24&quot;:58.08},{&quot;2026-08-25&quot;:58.08},{&quot;2026-08-26&quot;:59.49},{&quot;2026-08-27&quot;:59.49},{&quot;2026-08-28&quot;:59.7},{&quot;2026-08-29&quot;:59.7},{&quot;2026-08-30&quot;:59.94},{&quot;2026-08-31&quot;:59.94},{&quot;2026-09-01&quot;:59.94},{&quot;2026-09-02&quot;:59.94},{&quot;2026-09-03&quot;:59.94},{&quot;2026-09-04&quot;:59.94},{&quot;2026-09-05&quot;:60.31},{&quot;2026-09-06&quot;:60.31},{&quot;2026-09-07&quot;:60.31},{&quot;2026-09-08&quot;:60.31},{&quot;2026-09-09&quot;:60.31},{&quot;2026-09-10&quot;:60.31},{&quot;2026-09-11&quot;:62.52}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:35.66},{&quot;2026-06-14&quot;:36.01},{&quot;2026-06-15&quot;:36.46},{&quot;2026-06-16&quot;:36.58},{&quot;2026-06-17&quot;:36.73},{&quot;2026-06-18&quot;:37.0},{&quot;2026-06-19&quot;:37.1},{&quot;2026-06-20&quot;:37.57},{&quot;2026-06-21&quot;:38.09},{&quot;2026-06-22&quot;:38.19},{&quot;2026-06-23&quot;:38.27},{&quot;2026-06-24&quot;:38.53},{&quot;2026-06-25&quot;:38.58},{&quot;2026-06-26&quot;:38.58},{&quot;2026-06-27&quot;:38.52},{&quot;2026-06-28&quot;:38.52},{&quot;2026-06-29&quot;:38.66},{&quot;2026-06-30&quot;:38.66},{&quot;2026-07-01&quot;:38.66},{&quot;2026-07-02&quot;:38.66},{&quot;2026-07-03&quot;:38.81},{&quot;2026-07-04&quot;:38.3},{&quot;2026-07-05&quot;:38.35},{&quot;2026-07-06&quot;:37.91},{&quot;2026-07-07&quot;:37.98},{&quot;2026-07-08&quot;:37.82},{&quot;2026-07-09&quot;:37.69},{&quot;2026-07-10&quot;:37.66},{&quot;2026-07-11&quot;:37.66},{&quot;2026-07-12&quot;:37.58},{&quot;2026-07-13&quot;:37.3},{&quot;2026-07-14&quot;:37.39},{&quot;2026-07-15&quot;:37.5},{&quot;2026-07-16&quot;:37.47},{&quot;2026-07-17&quot;:37.76},{&quot;2026-07-18&quot;:37.76},{&quot;2026-07-19&quot;:37.83},{&quot;2026-07-20&quot;:37.83},{&quot;2026-07-21&quot;:38.11},{&quot;2026-07-22&quot;:38.08},{&quot;2026-07-23&quot;:38.08},{&quot;2026-07-24&quot;:38.08},{&quot;2026-07-25&quot;:38.08},{&quot;2026-07-26&quot;:38.47},{&quot;2026-07-27&quot;:38.25},{&quot;2026-07-28&quot;:38.34},{&quot;2026-07-29&quot;:38.54},{&quot;2026-07-30&quot;:38.58},{&quot;2026-07-31&quot;:38.66},{&quot;2026-08-01&quot;:38.68},{&quot;2026-08-02&quot;:38.68},{&quot;2026-08-03&quot;:38.69},{&quot;2026-08-04&quot;:38.71},{&quot;2026-08-05&quot;:38.62},{&quot;2026-08-07&quot;:38.87},{&quot;2026-08-08&quot;:38.87},{&quot;2026-08-09&quot;:38.87},{&quot;2026-08-10&quot;:39.5},{&quot;2026-08-11&quot;:40.81},{&quot;2026-08-12&quot;:41.19},{&quot;2026-08-13&quot;:41.19},{&quot;2026-08-14&quot;:41.23},{&quot;2026-08-15&quot;:41.21},{&quot;2026-08-16&quot;:41.16},{&quot;2026-08-17&quot;:41.19},{&quot;2026-08-18&quot;:40.77},{&quot;2026-08-19&quot;:40.82},{&quot;2026-08-20&quot;:40.62},{&quot;2026-08-21&quot;:40.62},{&quot;2026-08-22&quot;:40.42},{&quot;2026-08-23&quot;:40.23},{&quot;2026-08-24&quot;:40.01},{&quot;2026-08-25&quot;:38.92},{&quot;2026-08-26&quot;:38.61},{&quot;2026-08-27&quot;:38.79},{&quot;2026-08-28&quot;:38.84},{&quot;2026-08-29&quot;:38.84},{&quot;2026-08-30&quot;:39.36},{&quot;2026-08-31&quot;:40.17},{&quot;2026-09-01&quot;:40.17},{&quot;2026-09-02&quot;:40.3},{&quot;2026-09-03&quot;:40.24},{&quot;2026-09-04&quot;:40.24},{&quot;2026-09-05&quot;:40.35},{&quot;2026-09-06&quot;:39.57},{&quot;2026-09-07&quot;:39.57},{&quot;2026-09-08&quot;:40.08},{&quot;2026-09-09&quot;:40.46},{&quot;2026-09-10&quot;:40.31},{&quot;2026-09-11&quot;:40.31}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lumra, Bellow of the Woods" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/d/3d99587a-7fb1-41fc-b7ea-1178f9625081.jpg?1783910772" />

        <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">
            Lumra, Bellow of the Woods
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lumra, Bellow of the Woods" src="https://cards.scryfall.io/large/front/3/d/3d99587a-7fb1-41fc-b7ea-1178f9625081.jpg?1783910772" />
    </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">
                $40.15
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:74.87},{&quot;2026-06-10&quot;:74.87},{&quot;2026-06-11&quot;:74.87},{&quot;2026-06-12&quot;:74.87},{&quot;2026-06-13&quot;:74.87},{&quot;2026-06-14&quot;:74.87},{&quot;2026-06-15&quot;:74.87},{&quot;2026-06-16&quot;:74.41},{&quot;2026-06-17&quot;:74.41},{&quot;2026-06-18&quot;:74.41},{&quot;2026-06-19&quot;:74.41},{&quot;2026-06-20&quot;:74.41},{&quot;2026-06-21&quot;:74.41},{&quot;2026-06-22&quot;:73.95},{&quot;2026-06-24&quot;:72.6},{&quot;2026-06-25&quot;:72.6},{&quot;2026-06-26&quot;:72.6},{&quot;2026-06-27&quot;:72.6},{&quot;2026-06-28&quot;:72.48},{&quot;2026-06-29&quot;:72.48},{&quot;2026-06-30&quot;:72.48},{&quot;2026-07-01&quot;:71.68},{&quot;2026-07-02&quot;:71.68},{&quot;2026-07-03&quot;:71.68},{&quot;2026-07-04&quot;:71.63},{&quot;2026-07-05&quot;:71.63},{&quot;2026-07-06&quot;:71.63},{&quot;2026-07-07&quot;:71.75},{&quot;2026-07-08&quot;:71.75},{&quot;2026-07-09&quot;:71.75},{&quot;2026-07-10&quot;:71.75},{&quot;2026-07-11&quot;:71.75},{&quot;2026-07-12&quot;:71.51},{&quot;2026-07-13&quot;:71.51},{&quot;2026-07-14&quot;:71.51},{&quot;2026-07-15&quot;:71.21},{&quot;2026-07-16&quot;:70.86},{&quot;2026-07-17&quot;:70.86},{&quot;2026-07-18&quot;:70.86},{&quot;2026-07-19&quot;:70.86},{&quot;2026-07-20&quot;:70.86},{&quot;2026-07-21&quot;:70.44},{&quot;2026-07-23&quot;:70.44},{&quot;2026-07-25&quot;:68.32},{&quot;2026-07-26&quot;:68.32},{&quot;2026-07-27&quot;:68.32},{&quot;2026-07-29&quot;:68.32},{&quot;2026-07-30&quot;:68.32},{&quot;2026-07-31&quot;:69.09},{&quot;2026-08-01&quot;:69.09},{&quot;2026-08-02&quot;:68.93},{&quot;2026-08-03&quot;:68.93},{&quot;2026-08-04&quot;:69.03},{&quot;2026-08-05&quot;:69.03},{&quot;2026-08-07&quot;:68.85},{&quot;2026-08-08&quot;:68.85},{&quot;2026-08-09&quot;:68.85},{&quot;2026-08-10&quot;:68.85},{&quot;2026-08-11&quot;:68.85},{&quot;2026-08-12&quot;:68.85},{&quot;2026-08-13&quot;:68.85},{&quot;2026-08-14&quot;:68.85},{&quot;2026-08-15&quot;:68.85},{&quot;2026-08-16&quot;:68.85},{&quot;2026-08-17&quot;:68.85},{&quot;2026-08-18&quot;:68.85},{&quot;2026-08-19&quot;:68.34},{&quot;2026-08-20&quot;:68.34},{&quot;2026-08-21&quot;:68.34},{&quot;2026-08-22&quot;:68.34},{&quot;2026-08-23&quot;:68.34},{&quot;2026-08-24&quot;:68.34},{&quot;2026-08-25&quot;:68.34},{&quot;2026-08-26&quot;:68.34},{&quot;2026-08-27&quot;:68.34},{&quot;2026-08-28&quot;:68.34},{&quot;2026-08-29&quot;:68.34},{&quot;2026-08-30&quot;:68.34},{&quot;2026-08-31&quot;:68.34},{&quot;2026-09-01&quot;:68.34},{&quot;2026-09-02&quot;:68.34},{&quot;2026-09-03&quot;:68.34},{&quot;2026-09-04&quot;:67.86},{&quot;2026-09-05&quot;:67.23},{&quot;2026-09-06&quot;:67.23},{&quot;2026-09-07&quot;:67.23},{&quot;2026-09-08&quot;:67.23},{&quot;2026-09-09&quot;:67.33},{&quot;2026-09-10&quot;:67.33},{&quot;2026-09-11&quot;:67.42}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:37.47},{&quot;2026-06-10&quot;:37.47},{&quot;2026-06-11&quot;:37.47},{&quot;2026-06-12&quot;:37.68},{&quot;2026-06-13&quot;:37.68},{&quot;2026-06-14&quot;:37.68},{&quot;2026-06-15&quot;:37.95},{&quot;2026-06-16&quot;:37.95},{&quot;2026-06-17&quot;:37.95},{&quot;2026-06-18&quot;:37.98},{&quot;2026-06-19&quot;:38.4},{&quot;2026-06-20&quot;:38.4},{&quot;2026-06-21&quot;:38.42},{&quot;2026-06-22&quot;:38.43},{&quot;2026-06-24&quot;:38.43},{&quot;2026-06-25&quot;:38.91},{&quot;2026-06-26&quot;:39.37},{&quot;2026-06-27&quot;:39.37},{&quot;2026-06-28&quot;:39.35},{&quot;2026-06-29&quot;:39.35},{&quot;2026-06-30&quot;:39.35},{&quot;2026-07-01&quot;:39.35},{&quot;2026-07-02&quot;:39.35},{&quot;2026-07-03&quot;:39.35},{&quot;2026-07-04&quot;:39.35},{&quot;2026-07-05&quot;:39.35},{&quot;2026-07-06&quot;:39.35},{&quot;2026-07-07&quot;:39.35},{&quot;2026-07-08&quot;:39.35},{&quot;2026-07-09&quot;:39.1},{&quot;2026-07-10&quot;:39.15},{&quot;2026-07-11&quot;:38.82},{&quot;2026-07-12&quot;:38.82},{&quot;2026-07-13&quot;:38.85},{&quot;2026-07-14&quot;:38.87},{&quot;2026-07-15&quot;:38.87},{&quot;2026-07-16&quot;:38.87},{&quot;2026-07-17&quot;:38.85},{&quot;2026-07-18&quot;:38.85},{&quot;2026-07-19&quot;:38.85},{&quot;2026-07-20&quot;:39.18},{&quot;2026-07-21&quot;:39.18},{&quot;2026-07-23&quot;:38.52},{&quot;2026-07-25&quot;:38.52},{&quot;2026-07-26&quot;:38.52},{&quot;2026-07-27&quot;:38.52},{&quot;2026-07-29&quot;:38.01},{&quot;2026-07-30&quot;:38.01},{&quot;2026-07-31&quot;:38.01},{&quot;2026-08-01&quot;:37.96},{&quot;2026-08-02&quot;:37.87},{&quot;2026-08-03&quot;:38.17},{&quot;2026-08-04&quot;:38.61},{&quot;2026-08-05&quot;:38.61},{&quot;2026-08-07&quot;:38.58},{&quot;2026-08-08&quot;:38.58},{&quot;2026-08-09&quot;:38.87},{&quot;2026-08-10&quot;:39.12},{&quot;2026-08-11&quot;:39.12},{&quot;2026-08-12&quot;:39.12},{&quot;2026-08-13&quot;:39.12},{&quot;2026-08-14&quot;:39.12},{&quot;2026-08-15&quot;:38.72},{&quot;2026-08-16&quot;:38.75},{&quot;2026-08-17&quot;:38.75},{&quot;2026-08-18&quot;:39.22},{&quot;2026-08-19&quot;:39.36},{&quot;2026-08-20&quot;:39.36},{&quot;2026-08-21&quot;:40.0},{&quot;2026-08-22&quot;:40.0},{&quot;2026-08-23&quot;:40.51},{&quot;2026-08-24&quot;:40.14},{&quot;2026-08-25&quot;:40.14},{&quot;2026-08-26&quot;:40.46},{&quot;2026-08-27&quot;:40.43},{&quot;2026-08-28&quot;:40.39},{&quot;2026-08-29&quot;:40.39},{&quot;2026-08-30&quot;:38.87},{&quot;2026-08-31&quot;:38.52},{&quot;2026-09-01&quot;:38.52},{&quot;2026-09-02&quot;:38.45},{&quot;2026-09-03&quot;:38.45},{&quot;2026-09-04&quot;:39.67},{&quot;2026-09-05&quot;:39.67},{&quot;2026-09-06&quot;:39.67},{&quot;2026-09-07&quot;:40.16},{&quot;2026-09-08&quot;:40.16},{&quot;2026-09-09&quot;:40.15},{&quot;2026-09-10&quot;:40.15},{&quot;2026-09-11&quot;:40.15}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34721"
  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">
            Edgar Markov
        </span>


      </div>

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

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

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

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

        <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">
            Edgar Markov
        </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 — Vampire Knight</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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Edgar Markov" src="https://cards.scryfall.io/large/front/a/5/a577ba08-0aa8-45be-aa83-d5078770127c.jpg?1783908078" />
    </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">
                $39.83
              </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">
                $43.98
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:49.48},{&quot;2026-06-11&quot;:50.67},{&quot;2026-06-12&quot;:50.67},{&quot;2026-06-13&quot;:50.67},{&quot;2026-06-14&quot;:50.67},{&quot;2026-06-15&quot;:50.67},{&quot;2026-06-16&quot;:50.67},{&quot;2026-06-17&quot;:50.67},{&quot;2026-06-18&quot;:50.67},{&quot;2026-06-19&quot;:50.67},{&quot;2026-06-20&quot;:50.67},{&quot;2026-06-21&quot;:50.67},{&quot;2026-06-22&quot;:50.67},{&quot;2026-06-23&quot;:51.06},{&quot;2026-06-24&quot;:51.33},{&quot;2026-06-25&quot;:51.33},{&quot;2026-06-26&quot;:51.33},{&quot;2026-06-27&quot;:51.4},{&quot;2026-06-28&quot;:51.4},{&quot;2026-06-29&quot;:51.47},{&quot;2026-06-30&quot;:51.5},{&quot;2026-07-01&quot;:51.5},{&quot;2026-07-02&quot;:52.07},{&quot;2026-07-03&quot;:51.51},{&quot;2026-07-04&quot;:51.51},{&quot;2026-07-05&quot;:51.51},{&quot;2026-07-06&quot;:51.51},{&quot;2026-07-07&quot;:51.45},{&quot;2026-07-08&quot;:51.45},{&quot;2026-07-09&quot;:51.49},{&quot;2026-07-10&quot;:51.49},{&quot;2026-07-11&quot;:51.49},{&quot;2026-07-12&quot;:51.49},{&quot;2026-07-13&quot;:51.49},{&quot;2026-07-14&quot;:51.49},{&quot;2026-07-15&quot;:51.83},{&quot;2026-07-16&quot;:51.83},{&quot;2026-07-17&quot;:51.91},{&quot;2026-07-18&quot;:51.91},{&quot;2026-07-19&quot;:51.91},{&quot;2026-07-20&quot;:51.91},{&quot;2026-07-21&quot;:52.07},{&quot;2026-07-23&quot;:52.07},{&quot;2026-07-25&quot;:52.07},{&quot;2026-07-26&quot;:51.35},{&quot;2026-07-27&quot;:50.79},{&quot;2026-07-29&quot;:51.35},{&quot;2026-07-30&quot;:51.35},{&quot;2026-07-31&quot;:50.23},{&quot;2026-08-01&quot;:50.23},{&quot;2026-08-02&quot;:50.23},{&quot;2026-08-03&quot;:49.71},{&quot;2026-08-04&quot;:49.71},{&quot;2026-08-05&quot;:49.82},{&quot;2026-08-07&quot;:49.05},{&quot;2026-08-08&quot;:48.44},{&quot;2026-08-09&quot;:48.06},{&quot;2026-08-10&quot;:47.93},{&quot;2026-08-11&quot;:47.29},{&quot;2026-08-12&quot;:47.29},{&quot;2026-08-13&quot;:47.29},{&quot;2026-08-14&quot;:47.29},{&quot;2026-08-15&quot;:47.29},{&quot;2026-08-16&quot;:46.63},{&quot;2026-08-17&quot;:46.2},{&quot;2026-08-18&quot;:45.83},{&quot;2026-08-19&quot;:45.7},{&quot;2026-08-20&quot;:45.7},{&quot;2026-08-21&quot;:44.59},{&quot;2026-08-22&quot;:44.68},{&quot;2026-08-23&quot;:44.72},{&quot;2026-08-24&quot;:44.72},{&quot;2026-08-25&quot;:44.72},{&quot;2026-08-26&quot;:44.72},{&quot;2026-08-27&quot;:44.72},{&quot;2026-08-28&quot;:44.72},{&quot;2026-08-29&quot;:44.72},{&quot;2026-08-30&quot;:44.81},{&quot;2026-08-31&quot;:44.81},{&quot;2026-09-01&quot;:44.81},{&quot;2026-09-02&quot;:44.18},{&quot;2026-09-03&quot;:44.18},{&quot;2026-09-04&quot;:43.9},{&quot;2026-09-05&quot;:43.81},{&quot;2026-09-06&quot;:43.81},{&quot;2026-09-07&quot;:43.81},{&quot;2026-09-08&quot;:43.81},{&quot;2026-09-09&quot;:43.81},{&quot;2026-09-10&quot;:43.83},{&quot;2026-09-11&quot;:43.98}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:46.2},{&quot;2026-06-11&quot;:46.2},{&quot;2026-06-12&quot;:46.2},{&quot;2026-06-13&quot;:46.2},{&quot;2026-06-14&quot;:46.27},{&quot;2026-06-15&quot;:46.54},{&quot;2026-06-16&quot;:46.54},{&quot;2026-06-17&quot;:46.72},{&quot;2026-06-18&quot;:46.68},{&quot;2026-06-19&quot;:45.98},{&quot;2026-06-20&quot;:46.58},{&quot;2026-06-21&quot;:46.58},{&quot;2026-06-22&quot;:45.45},{&quot;2026-06-23&quot;:45.35},{&quot;2026-06-24&quot;:45.01},{&quot;2026-06-25&quot;:45.06},{&quot;2026-06-26&quot;:45.01},{&quot;2026-06-27&quot;:45.04},{&quot;2026-06-28&quot;:45.09},{&quot;2026-06-29&quot;:45.09},{&quot;2026-06-30&quot;:45.09},{&quot;2026-07-01&quot;:45.19},{&quot;2026-07-02&quot;:45.19},{&quot;2026-07-03&quot;:45.19},{&quot;2026-07-04&quot;:45.19},{&quot;2026-07-05&quot;:45.19},{&quot;2026-07-06&quot;:45.73},{&quot;2026-07-07&quot;:45.48},{&quot;2026-07-08&quot;:45.48},{&quot;2026-07-09&quot;:45.29},{&quot;2026-07-10&quot;:45.29},{&quot;2026-07-11&quot;:45.8},{&quot;2026-07-12&quot;:45.8},{&quot;2026-07-13&quot;:46.26},{&quot;2026-07-14&quot;:46.75},{&quot;2026-07-15&quot;:46.75},{&quot;2026-07-16&quot;:46.75},{&quot;2026-07-17&quot;:46.58},{&quot;2026-07-18&quot;:46.58},{&quot;2026-07-19&quot;:46.58},{&quot;2026-07-20&quot;:45.84},{&quot;2026-07-21&quot;:45.91},{&quot;2026-07-23&quot;:44.71},{&quot;2026-07-25&quot;:45.06},{&quot;2026-07-26&quot;:45.06},{&quot;2026-07-27&quot;:44.16},{&quot;2026-07-29&quot;:42.88},{&quot;2026-07-30&quot;:43.06},{&quot;2026-07-31&quot;:43.05},{&quot;2026-08-01&quot;:42.64},{&quot;2026-08-02&quot;:42.64},{&quot;2026-08-03&quot;:42.64},{&quot;2026-08-04&quot;:42.72},{&quot;2026-08-05&quot;:42.81},{&quot;2026-08-07&quot;:42.81},{&quot;2026-08-08&quot;:42.81},{&quot;2026-08-09&quot;:42.81},{&quot;2026-08-10&quot;:42.81},{&quot;2026-08-11&quot;:43.57},{&quot;2026-08-12&quot;:43.57},{&quot;2026-08-13&quot;:44.05},{&quot;2026-08-14&quot;:43.89},{&quot;2026-08-15&quot;:43.89},{&quot;2026-08-16&quot;:43.58},{&quot;2026-08-17&quot;:43.63},{&quot;2026-08-18&quot;:43.63},{&quot;2026-08-19&quot;:43.63},{&quot;2026-08-20&quot;:43.63},{&quot;2026-08-21&quot;:43.44},{&quot;2026-08-22&quot;:43.35},{&quot;2026-08-23&quot;:42.88},{&quot;2026-08-24&quot;:43.26},{&quot;2026-08-25&quot;:43.26},{&quot;2026-08-26&quot;:41.69},{&quot;2026-08-27&quot;:41.86},{&quot;2026-08-28&quot;:42.09},{&quot;2026-08-29&quot;:42.09},{&quot;2026-08-30&quot;:42.07},{&quot;2026-08-31&quot;:42.28},{&quot;2026-09-01&quot;:42.28},{&quot;2026-09-02&quot;:42.28},{&quot;2026-09-03&quot;:41.87},{&quot;2026-09-04&quot;:41.16},{&quot;2026-09-05&quot;:41.06},{&quot;2026-09-06&quot;:40.27},{&quot;2026-09-07&quot;:40.34},{&quot;2026-09-08&quot;:39.9},{&quot;2026-09-09&quot;:39.9},{&quot;2026-09-10&quot;:39.78},{&quot;2026-09-11&quot;:39.83}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Jeska&#39;s Will" src="https://cards.scryfall.io/large/front/4/e/4e91d96d-cc69-439b-b876-a7d57039022c.jpg?1783928812" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$33.00</span>
              <span class="text-xs text-grey-text">Credit: $42.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;:46.73},{&quot;2026-06-14&quot;:46.73},{&quot;2026-06-15&quot;:46.73},{&quot;2026-06-16&quot;:46.73},{&quot;2026-06-17&quot;:46.67},{&quot;2026-06-18&quot;:46.67},{&quot;2026-06-19&quot;:46.67},{&quot;2026-06-20&quot;:46.67},{&quot;2026-06-21&quot;:46.67},{&quot;2026-06-22&quot;:46.67},{&quot;2026-06-23&quot;:46.67},{&quot;2026-06-24&quot;:46.67},{&quot;2026-06-25&quot;:46.67},{&quot;2026-06-26&quot;:46.67},{&quot;2026-06-27&quot;:46.67},{&quot;2026-06-28&quot;:46.67},{&quot;2026-06-29&quot;:46.87},{&quot;2026-06-30&quot;:46.87},{&quot;2026-07-01&quot;:46.84},{&quot;2026-07-02&quot;:46.8},{&quot;2026-07-03&quot;:46.8},{&quot;2026-07-04&quot;:46.8},{&quot;2026-07-05&quot;:46.8},{&quot;2026-07-06&quot;:46.56},{&quot;2026-07-07&quot;:46.56},{&quot;2026-07-08&quot;:46.56},{&quot;2026-07-09&quot;:47.06},{&quot;2026-07-10&quot;:47.06},{&quot;2026-07-11&quot;:47.06},{&quot;2026-07-12&quot;:47.06},{&quot;2026-07-13&quot;:47.06},{&quot;2026-07-14&quot;:46.92},{&quot;2026-07-15&quot;:46.92},{&quot;2026-07-16&quot;:46.92},{&quot;2026-07-17&quot;:46.92},{&quot;2026-07-18&quot;:46.92},{&quot;2026-07-19&quot;:46.92},{&quot;2026-07-20&quot;:46.87},{&quot;2026-07-21&quot;:46.7},{&quot;2026-07-22&quot;:46.49},{&quot;2026-07-23&quot;:46.49},{&quot;2026-07-24&quot;:46.49},{&quot;2026-07-25&quot;:45.87},{&quot;2026-07-26&quot;:45.87},{&quot;2026-07-27&quot;:45.87},{&quot;2026-07-28&quot;:45.43},{&quot;2026-07-29&quot;:45.43},{&quot;2026-07-30&quot;:45.43},{&quot;2026-07-31&quot;:45.31},{&quot;2026-08-01&quot;:45.1},{&quot;2026-08-02&quot;:45.1},{&quot;2026-08-03&quot;:45.1},{&quot;2026-08-04&quot;:44.79},{&quot;2026-08-05&quot;:44.56},{&quot;2026-08-07&quot;:44.45},{&quot;2026-08-08&quot;:44.45},{&quot;2026-08-09&quot;:44.45},{&quot;2026-08-10&quot;:44.45},{&quot;2026-08-11&quot;:44.71},{&quot;2026-08-12&quot;:44.38},{&quot;2026-08-13&quot;:44.38},{&quot;2026-08-14&quot;:44.38},{&quot;2026-08-15&quot;:44.38},{&quot;2026-08-16&quot;:44.38},{&quot;2026-08-17&quot;:43.89},{&quot;2026-08-18&quot;:43.89},{&quot;2026-08-19&quot;:43.89},{&quot;2026-08-20&quot;:43.89},{&quot;2026-08-21&quot;:43.89},{&quot;2026-08-22&quot;:43.29},{&quot;2026-08-23&quot;:43.29},{&quot;2026-08-24&quot;:43.29},{&quot;2026-08-25&quot;:43.29},{&quot;2026-08-26&quot;:42.76},{&quot;2026-08-27&quot;:42.4},{&quot;2026-08-28&quot;:41.68},{&quot;2026-08-29&quot;:41.68},{&quot;2026-08-30&quot;:41.68},{&quot;2026-08-31&quot;:41.68},{&quot;2026-09-01&quot;:41.59},{&quot;2026-09-02&quot;:41.67},{&quot;2026-09-03&quot;:41.76},{&quot;2026-09-04&quot;:41.68},{&quot;2026-09-05&quot;:42.0},{&quot;2026-09-06&quot;:42.0},{&quot;2026-09-07&quot;:42.0},{&quot;2026-09-08&quot;:42.0},{&quot;2026-09-09&quot;:42.15},{&quot;2026-09-10&quot;:42.15},{&quot;2026-09-11&quot;:42.15}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:41.02},{&quot;2026-06-14&quot;:41.29},{&quot;2026-06-15&quot;:42.01},{&quot;2026-06-16&quot;:42.17},{&quot;2026-06-17&quot;:41.56},{&quot;2026-06-18&quot;:42.0},{&quot;2026-06-19&quot;:41.5},{&quot;2026-06-20&quot;:41.92},{&quot;2026-06-21&quot;:42.17},{&quot;2026-06-22&quot;:41.82},{&quot;2026-06-23&quot;:42.07},{&quot;2026-06-24&quot;:41.76},{&quot;2026-06-25&quot;:40.34},{&quot;2026-06-26&quot;:40.25},{&quot;2026-06-27&quot;:39.65},{&quot;2026-06-28&quot;:38.93},{&quot;2026-06-29&quot;:38.14},{&quot;2026-06-30&quot;:38.4},{&quot;2026-07-01&quot;:38.34},{&quot;2026-07-02&quot;:38.06},{&quot;2026-07-03&quot;:38.86},{&quot;2026-07-04&quot;:39.06},{&quot;2026-07-05&quot;:38.7},{&quot;2026-07-06&quot;:38.6},{&quot;2026-07-07&quot;:38.66},{&quot;2026-07-08&quot;:38.59},{&quot;2026-07-09&quot;:38.42},{&quot;2026-07-10&quot;:38.43},{&quot;2026-07-11&quot;:38.39},{&quot;2026-07-12&quot;:38.71},{&quot;2026-07-13&quot;:39.13},{&quot;2026-07-14&quot;:39.3},{&quot;2026-07-15&quot;:39.39},{&quot;2026-07-16&quot;:40.3},{&quot;2026-07-17&quot;:40.3},{&quot;2026-07-18&quot;:40.55},{&quot;2026-07-19&quot;:40.39},{&quot;2026-07-20&quot;:40.61},{&quot;2026-07-21&quot;:40.25},{&quot;2026-07-22&quot;:40.04},{&quot;2026-07-23&quot;:39.47},{&quot;2026-07-24&quot;:39.46},{&quot;2026-07-25&quot;:39.23},{&quot;2026-07-26&quot;:39.25},{&quot;2026-07-27&quot;:39.22},{&quot;2026-07-28&quot;:39.0},{&quot;2026-07-29&quot;:39.01},{&quot;2026-07-30&quot;:38.78},{&quot;2026-07-31&quot;:39.3},{&quot;2026-08-01&quot;:39.25},{&quot;2026-08-02&quot;:39.44},{&quot;2026-08-03&quot;:39.46},{&quot;2026-08-04&quot;:39.43},{&quot;2026-08-05&quot;:39.17},{&quot;2026-08-07&quot;:39.49},{&quot;2026-08-08&quot;:39.94},{&quot;2026-08-09&quot;:39.85},{&quot;2026-08-10&quot;:39.87},{&quot;2026-08-11&quot;:40.35},{&quot;2026-08-12&quot;:40.85},{&quot;2026-08-13&quot;:41.11},{&quot;2026-08-14&quot;:41.37},{&quot;2026-08-15&quot;:41.37},{&quot;2026-08-16&quot;:41.19},{&quot;2026-08-17&quot;:40.32},{&quot;2026-08-18&quot;:40.85},{&quot;2026-08-19&quot;:40.72},{&quot;2026-08-20&quot;:40.82},{&quot;2026-08-21&quot;:40.16},{&quot;2026-08-22&quot;:40.16},{&quot;2026-08-23&quot;:39.76},{&quot;2026-08-24&quot;:39.11},{&quot;2026-08-25&quot;:38.77},{&quot;2026-08-26&quot;:38.47},{&quot;2026-08-27&quot;:38.25},{&quot;2026-08-28&quot;:37.86},{&quot;2026-08-29&quot;:37.86},{&quot;2026-08-30&quot;:37.98},{&quot;2026-08-31&quot;:38.18},{&quot;2026-09-01&quot;:38.44},{&quot;2026-09-02&quot;:39.32},{&quot;2026-09-03&quot;:39.1},{&quot;2026-09-04&quot;:39.72},{&quot;2026-09-05&quot;:40.34},{&quot;2026-09-06&quot;:40.45},{&quot;2026-09-07&quot;:40.43},{&quot;2026-09-08&quot;:40.04},{&quot;2026-09-09&quot;:40.04},{&quot;2026-09-10&quot;:39.74},{&quot;2026-09-11&quot;:39.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="87524"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-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">
              ↑
              3%
            </span>

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

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

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

        <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/c/7/c7d7db76-0a0c-444f-96f1-559838450549.jpg?1783914920" />
    </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">
                $39.48
              </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">
                $46.58
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$28.00</span>
              <span class="text-xs text-grey-text">Credit: $36.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-08&quot;:46.35},{&quot;2026-06-10&quot;:46.35},{&quot;2026-06-11&quot;:46.35},{&quot;2026-06-12&quot;:46.35},{&quot;2026-06-13&quot;:46.35},{&quot;2026-06-14&quot;:46.35},{&quot;2026-06-15&quot;:46.35},{&quot;2026-06-16&quot;:46.35},{&quot;2026-06-17&quot;:46.35},{&quot;2026-06-18&quot;:46.17},{&quot;2026-06-19&quot;:46.17},{&quot;2026-06-20&quot;:46.17},{&quot;2026-06-21&quot;:46.17},{&quot;2026-06-22&quot;:45.8},{&quot;2026-06-24&quot;:45.8},{&quot;2026-06-25&quot;:45.92},{&quot;2026-06-26&quot;:45.72},{&quot;2026-06-27&quot;:45.72},{&quot;2026-06-28&quot;:45.94},{&quot;2026-06-29&quot;:45.94},{&quot;2026-06-30&quot;:45.94},{&quot;2026-07-01&quot;:45.94},{&quot;2026-07-02&quot;:45.94},{&quot;2026-07-03&quot;:45.94},{&quot;2026-07-04&quot;:45.94},{&quot;2026-07-05&quot;:45.94},{&quot;2026-07-06&quot;:45.94},{&quot;2026-07-07&quot;:45.76},{&quot;2026-07-08&quot;:45.76},{&quot;2026-07-09&quot;:45.76},{&quot;2026-07-10&quot;:45.76},{&quot;2026-07-11&quot;:45.76},{&quot;2026-07-12&quot;:45.5},{&quot;2026-07-13&quot;:45.5},{&quot;2026-07-14&quot;:45.5},{&quot;2026-07-15&quot;:45.67},{&quot;2026-07-16&quot;:45.67},{&quot;2026-07-17&quot;:45.67},{&quot;2026-07-18&quot;:45.67},{&quot;2026-07-19&quot;:45.67},{&quot;2026-07-20&quot;:45.67},{&quot;2026-07-21&quot;:45.55},{&quot;2026-07-23&quot;:45.35},{&quot;2026-07-25&quot;:45.35},{&quot;2026-07-26&quot;:45.35},{&quot;2026-07-27&quot;:45.35},{&quot;2026-07-29&quot;:45.27},{&quot;2026-07-30&quot;:44.91},{&quot;2026-07-31&quot;:44.91},{&quot;2026-08-01&quot;:44.75},{&quot;2026-08-02&quot;:45.0},{&quot;2026-08-03&quot;:45.0},{&quot;2026-08-04&quot;:45.0},{&quot;2026-08-05&quot;:45.0},{&quot;2026-08-07&quot;:45.17},{&quot;2026-08-08&quot;:45.17},{&quot;2026-08-09&quot;:45.17},{&quot;2026-08-10&quot;:45.62},{&quot;2026-08-11&quot;:45.62},{&quot;2026-08-12&quot;:45.62},{&quot;2026-08-13&quot;:45.62},{&quot;2026-08-14&quot;:45.62},{&quot;2026-08-15&quot;:45.62},{&quot;2026-08-16&quot;:45.62},{&quot;2026-08-17&quot;:45.62},{&quot;2026-08-18&quot;:45.62},{&quot;2026-08-19&quot;:45.62},{&quot;2026-08-20&quot;:45.62},{&quot;2026-08-21&quot;:45.83},{&quot;2026-08-22&quot;:45.83},{&quot;2026-08-23&quot;:45.83},{&quot;2026-08-24&quot;:45.83},{&quot;2026-08-25&quot;:45.83},{&quot;2026-08-26&quot;:45.56},{&quot;2026-08-27&quot;:45.21},{&quot;2026-08-28&quot;:45.21},{&quot;2026-08-29&quot;:45.21},{&quot;2026-08-30&quot;:45.4},{&quot;2026-08-31&quot;:45.4},{&quot;2026-09-01&quot;:45.4},{&quot;2026-09-02&quot;:45.4},{&quot;2026-09-03&quot;:45.4},{&quot;2026-09-04&quot;:45.4},{&quot;2026-09-05&quot;:45.4},{&quot;2026-09-06&quot;:45.5},{&quot;2026-09-07&quot;:46.27},{&quot;2026-09-08&quot;:46.27},{&quot;2026-09-09&quot;:46.27},{&quot;2026-09-10&quot;:46.27},{&quot;2026-09-11&quot;:46.58}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:39.3},{&quot;2026-06-10&quot;:39.36},{&quot;2026-06-11&quot;:39.38},{&quot;2026-06-12&quot;:39.26},{&quot;2026-06-13&quot;:39.28},{&quot;2026-06-14&quot;:39.24},{&quot;2026-06-15&quot;:39.24},{&quot;2026-06-16&quot;:39.35},{&quot;2026-06-17&quot;:39.35},{&quot;2026-06-18&quot;:39.35},{&quot;2026-06-19&quot;:39.42},{&quot;2026-06-20&quot;:39.37},{&quot;2026-06-21&quot;:39.16},{&quot;2026-06-22&quot;:38.99},{&quot;2026-06-24&quot;:38.78},{&quot;2026-06-25&quot;:38.67},{&quot;2026-06-26&quot;:38.3},{&quot;2026-06-27&quot;:38.6},{&quot;2026-06-28&quot;:38.83},{&quot;2026-06-29&quot;:38.83},{&quot;2026-06-30&quot;:38.83},{&quot;2026-07-01&quot;:39.06},{&quot;2026-07-02&quot;:39.22},{&quot;2026-07-03&quot;:39.23},{&quot;2026-07-04&quot;:39.27},{&quot;2026-07-05&quot;:39.66},{&quot;2026-07-06&quot;:39.53},{&quot;2026-07-07&quot;:39.34},{&quot;2026-07-08&quot;:39.2},{&quot;2026-07-09&quot;:38.97},{&quot;2026-07-10&quot;:39.22},{&quot;2026-07-11&quot;:39.08},{&quot;2026-07-12&quot;:39.2},{&quot;2026-07-13&quot;:39.3},{&quot;2026-07-14&quot;:39.32},{&quot;2026-07-15&quot;:39.08},{&quot;2026-07-16&quot;:39.08},{&quot;2026-07-17&quot;:38.73},{&quot;2026-07-18&quot;:38.71},{&quot;2026-07-19&quot;:38.8},{&quot;2026-07-20&quot;:39.14},{&quot;2026-07-21&quot;:39.38},{&quot;2026-07-23&quot;:39.47},{&quot;2026-07-25&quot;:39.76},{&quot;2026-07-26&quot;:39.7},{&quot;2026-07-27&quot;:39.67},{&quot;2026-07-29&quot;:40.74},{&quot;2026-07-30&quot;:40.74},{&quot;2026-07-31&quot;:40.85},{&quot;2026-08-01&quot;:40.52},{&quot;2026-08-02&quot;:40.52},{&quot;2026-08-03&quot;:40.52},{&quot;2026-08-04&quot;:40.52},{&quot;2026-08-05&quot;:40.46},{&quot;2026-08-07&quot;:40.78},{&quot;2026-08-08&quot;:40.59},{&quot;2026-08-09&quot;:40.15},{&quot;2026-08-10&quot;:39.91},{&quot;2026-08-11&quot;:40.02},{&quot;2026-08-12&quot;:39.87},{&quot;2026-08-13&quot;:39.19},{&quot;2026-08-14&quot;:38.66},{&quot;2026-08-15&quot;:38.66},{&quot;2026-08-16&quot;:38.66},{&quot;2026-08-17&quot;:38.67},{&quot;2026-08-18&quot;:38.58},{&quot;2026-08-19&quot;:38.37},{&quot;2026-08-20&quot;:38.37},{&quot;2026-08-21&quot;:38.21},{&quot;2026-08-22&quot;:37.95},{&quot;2026-08-23&quot;:37.97},{&quot;2026-08-24&quot;:37.62},{&quot;2026-08-25&quot;:37.62},{&quot;2026-08-26&quot;:37.6},{&quot;2026-08-27&quot;:37.6},{&quot;2026-08-28&quot;:37.5},{&quot;2026-08-29&quot;:37.5},{&quot;2026-08-30&quot;:37.47},{&quot;2026-08-31&quot;:37.94},{&quot;2026-09-01&quot;:37.94},{&quot;2026-09-02&quot;:38.56},{&quot;2026-09-03&quot;:38.49},{&quot;2026-09-04&quot;:38.48},{&quot;2026-09-05&quot;:38.42},{&quot;2026-09-06&quot;:38.76},{&quot;2026-09-07&quot;:39.32},{&quot;2026-09-08&quot;:39.41},{&quot;2026-09-09&quot;:39.41},{&quot;2026-09-10&quot;:39.41},{&quot;2026-09-11&quot;:39.48}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49486"
  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">
            Scalding Tarn
        </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">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $39.14
          </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="Scalding Tarn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/71e491c5-8c07-449b-b2f1-ffa052e6d311.jpg?1783926793" />

        <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">
            Scalding Tarn
        </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="Scalding Tarn" src="https://cards.scryfall.io/large/front/7/1/71e491c5-8c07-449b-b2f1-ffa052e6d311.jpg?1783926793" />
    </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">
                $39.14
              </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">
                $43.01
              </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-06-13&quot;:40.26},{&quot;2026-06-14&quot;:40.9},{&quot;2026-06-15&quot;:40.9},{&quot;2026-06-16&quot;:40.16},{&quot;2026-06-17&quot;:40.16},{&quot;2026-06-18&quot;:40.16},{&quot;2026-06-19&quot;:40.16},{&quot;2026-06-20&quot;:40.16},{&quot;2026-06-21&quot;:40.16},{&quot;2026-06-22&quot;:40.52},{&quot;2026-06-23&quot;:40.52},{&quot;2026-06-24&quot;:40.52},{&quot;2026-06-25&quot;:41.25},{&quot;2026-06-26&quot;:41.25},{&quot;2026-06-27&quot;:41.25},{&quot;2026-06-28&quot;:41.25},{&quot;2026-06-29&quot;:41.25},{&quot;2026-06-30&quot;:41.25},{&quot;2026-07-01&quot;:41.44},{&quot;2026-07-02&quot;:41.44},{&quot;2026-07-03&quot;:41.44},{&quot;2026-07-04&quot;:41.44},{&quot;2026-07-05&quot;:41.44},{&quot;2026-07-06&quot;:41.44},{&quot;2026-07-07&quot;:41.51},{&quot;2026-07-08&quot;:41.65},{&quot;2026-07-09&quot;:41.43},{&quot;2026-07-10&quot;:41.43},{&quot;2026-07-11&quot;:41.43},{&quot;2026-07-12&quot;:41.43},{&quot;2026-07-13&quot;:41.43},{&quot;2026-07-14&quot;:41.43},{&quot;2026-07-15&quot;:41.58},{&quot;2026-07-16&quot;:41.66},{&quot;2026-07-17&quot;:41.66},{&quot;2026-07-18&quot;:41.66},{&quot;2026-07-19&quot;:41.57},{&quot;2026-07-20&quot;:41.57},{&quot;2026-07-21&quot;:41.57},{&quot;2026-07-22&quot;:41.57},{&quot;2026-07-23&quot;:41.57},{&quot;2026-07-24&quot;:41.3},{&quot;2026-07-25&quot;:41.3},{&quot;2026-07-26&quot;:41.3},{&quot;2026-07-27&quot;:41.3},{&quot;2026-07-28&quot;:41.59},{&quot;2026-07-29&quot;:41.59},{&quot;2026-07-30&quot;:41.59},{&quot;2026-07-31&quot;:41.59},{&quot;2026-08-01&quot;:41.64},{&quot;2026-08-02&quot;:41.64},{&quot;2026-08-03&quot;:41.64},{&quot;2026-08-04&quot;:41.79},{&quot;2026-08-05&quot;:41.79},{&quot;2026-08-07&quot;:41.79},{&quot;2026-08-08&quot;:41.79},{&quot;2026-08-09&quot;:41.79},{&quot;2026-08-10&quot;:41.79},{&quot;2026-08-11&quot;:42.02},{&quot;2026-08-12&quot;:42.02},{&quot;2026-08-13&quot;:42.02},{&quot;2026-08-14&quot;:42.02},{&quot;2026-08-15&quot;:42.02},{&quot;2026-08-16&quot;:41.97},{&quot;2026-08-17&quot;:41.97},{&quot;2026-08-18&quot;:41.97},{&quot;2026-08-19&quot;:41.99},{&quot;2026-08-20&quot;:41.99},{&quot;2026-08-21&quot;:41.99},{&quot;2026-08-22&quot;:41.99},{&quot;2026-08-23&quot;:41.99},{&quot;2026-08-24&quot;:41.99},{&quot;2026-08-25&quot;:42.38},{&quot;2026-08-26&quot;:42.38},{&quot;2026-08-27&quot;:42.38},{&quot;2026-08-28&quot;:42.38},{&quot;2026-08-29&quot;:42.38},{&quot;2026-08-30&quot;:42.54},{&quot;2026-08-31&quot;:42.62},{&quot;2026-09-01&quot;:42.62},{&quot;2026-09-02&quot;:42.62},{&quot;2026-09-03&quot;:42.62},{&quot;2026-09-04&quot;:43.15},{&quot;2026-09-05&quot;:43.15},{&quot;2026-09-06&quot;:43.01},{&quot;2026-09-07&quot;:43.01},{&quot;2026-09-08&quot;:43.01},{&quot;2026-09-09&quot;:43.01},{&quot;2026-09-10&quot;:43.01},{&quot;2026-09-11&quot;:43.01}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:36.48},{&quot;2026-06-14&quot;:36.05},{&quot;2026-06-15&quot;:36.07},{&quot;2026-06-16&quot;:36.75},{&quot;2026-06-17&quot;:37.34},{&quot;2026-06-18&quot;:37.64},{&quot;2026-06-19&quot;:36.88},{&quot;2026-06-20&quot;:37.02},{&quot;2026-06-21&quot;:37.94},{&quot;2026-06-22&quot;:38.57},{&quot;2026-06-23&quot;:38.54},{&quot;2026-06-24&quot;:38.45},{&quot;2026-06-25&quot;:38.64},{&quot;2026-06-26&quot;:38.04},{&quot;2026-06-27&quot;:38.03},{&quot;2026-06-28&quot;:38.32},{&quot;2026-06-29&quot;:38.29},{&quot;2026-06-30&quot;:37.92},{&quot;2026-07-01&quot;:38.17},{&quot;2026-07-02&quot;:38.92},{&quot;2026-07-03&quot;:39.01},{&quot;2026-07-04&quot;:39.28},{&quot;2026-07-05&quot;:39.76},{&quot;2026-07-06&quot;:40.5},{&quot;2026-07-07&quot;:40.4},{&quot;2026-07-08&quot;:39.34},{&quot;2026-07-09&quot;:38.92},{&quot;2026-07-10&quot;:38.56},{&quot;2026-07-11&quot;:38.64},{&quot;2026-07-12&quot;:38.87},{&quot;2026-07-13&quot;:39.0},{&quot;2026-07-14&quot;:38.85},{&quot;2026-07-15&quot;:38.63},{&quot;2026-07-16&quot;:38.88},{&quot;2026-07-17&quot;:38.13},{&quot;2026-07-18&quot;:38.29},{&quot;2026-07-19&quot;:38.51},{&quot;2026-07-20&quot;:38.31},{&quot;2026-07-21&quot;:38.49},{&quot;2026-07-22&quot;:38.49},{&quot;2026-07-23&quot;:38.53},{&quot;2026-07-24&quot;:38.34},{&quot;2026-07-25&quot;:38.58},{&quot;2026-07-26&quot;:38.15},{&quot;2026-07-27&quot;:38.45},{&quot;2026-07-28&quot;:38.39},{&quot;2026-07-29&quot;:38.63},{&quot;2026-07-30&quot;:39.22},{&quot;2026-07-31&quot;:40.14},{&quot;2026-08-01&quot;:39.98},{&quot;2026-08-02&quot;:40.0},{&quot;2026-08-03&quot;:40.81},{&quot;2026-08-04&quot;:41.06},{&quot;2026-08-05&quot;:39.6},{&quot;2026-08-07&quot;:39.31},{&quot;2026-08-08&quot;:38.97},{&quot;2026-08-09&quot;:38.92},{&quot;2026-08-10&quot;:38.71},{&quot;2026-08-11&quot;:38.71},{&quot;2026-08-12&quot;:38.52},{&quot;2026-08-13&quot;:38.55},{&quot;2026-08-14&quot;:37.23},{&quot;2026-08-15&quot;:35.8},{&quot;2026-08-16&quot;:36.37},{&quot;2026-08-17&quot;:36.69},{&quot;2026-08-18&quot;:37.5},{&quot;2026-08-19&quot;:37.49},{&quot;2026-08-20&quot;:38.5},{&quot;2026-08-21&quot;:39.33},{&quot;2026-08-22&quot;:39.37},{&quot;2026-08-23&quot;:39.01},{&quot;2026-08-24&quot;:38.14},{&quot;2026-08-25&quot;:37.29},{&quot;2026-08-26&quot;:37.64},{&quot;2026-08-27&quot;:37.64},{&quot;2026-08-28&quot;:38.0},{&quot;2026-08-29&quot;:38.0},{&quot;2026-08-30&quot;:38.61},{&quot;2026-08-31&quot;:39.16},{&quot;2026-09-01&quot;:39.55},{&quot;2026-09-02&quot;:39.41},{&quot;2026-09-03&quot;:37.66},{&quot;2026-09-04&quot;:37.27},{&quot;2026-09-05&quot;:37.91},{&quot;2026-09-06&quot;:38.29},{&quot;2026-09-07&quot;:39.35},{&quot;2026-09-08&quot;:39.81},{&quot;2026-09-09&quot;:39.31},{&quot;2026-09-10&quot;:39.32},{&quot;2026-09-11&quot;:39.14}]}"
        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="75684"
  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">
            Exquisite Blood
        </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">
            $38.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="Exquisite Blood" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0e8ccfa7-4178-476a-a155-0ca1c98556c9.jpg?1783913874" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Exquisite Blood" src="https://cards.scryfall.io/large/front/0/e/0e8ccfa7-4178-476a-a155-0ca1c98556c9.jpg?1783913874" />
    </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">
                $38.77
              </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">$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;normal&quot;:[{&quot;2026-06-12&quot;:39.07},{&quot;2026-06-13&quot;:38.83},{&quot;2026-06-14&quot;:39.29},{&quot;2026-06-15&quot;:39.27},{&quot;2026-06-16&quot;:39.23},{&quot;2026-06-17&quot;:39.31},{&quot;2026-06-18&quot;:38.57},{&quot;2026-06-19&quot;:37.45},{&quot;2026-06-20&quot;:37.09},{&quot;2026-06-21&quot;:36.38},{&quot;2026-06-22&quot;:36.52},{&quot;2026-06-23&quot;:36.15},{&quot;2026-06-24&quot;:36.43},{&quot;2026-06-25&quot;:36.1},{&quot;2026-06-26&quot;:35.86},{&quot;2026-06-27&quot;:36.0},{&quot;2026-06-28&quot;:34.97},{&quot;2026-06-29&quot;:36.55},{&quot;2026-06-30&quot;:36.28},{&quot;2026-07-01&quot;:36.17},{&quot;2026-07-02&quot;:36.04},{&quot;2026-07-03&quot;:36.14},{&quot;2026-07-04&quot;:36.42},{&quot;2026-07-05&quot;:36.8},{&quot;2026-07-06&quot;:36.41},{&quot;2026-07-07&quot;:36.56},{&quot;2026-07-08&quot;:36.44},{&quot;2026-07-09&quot;:36.85},{&quot;2026-07-10&quot;:37.29},{&quot;2026-07-11&quot;:37.19},{&quot;2026-07-12&quot;:37.56},{&quot;2026-07-13&quot;:36.98},{&quot;2026-07-14&quot;:36.68},{&quot;2026-07-15&quot;:36.69},{&quot;2026-07-16&quot;:36.57},{&quot;2026-07-17&quot;:36.99},{&quot;2026-07-18&quot;:37.11},{&quot;2026-07-19&quot;:37.24},{&quot;2026-07-20&quot;:37.05},{&quot;2026-07-21&quot;:37.1},{&quot;2026-07-23&quot;:36.77},{&quot;2026-07-24&quot;:36.61},{&quot;2026-07-25&quot;:37.22},{&quot;2026-07-26&quot;:37.02},{&quot;2026-07-27&quot;:36.9},{&quot;2026-07-28&quot;:36.45},{&quot;2026-07-29&quot;:36.38},{&quot;2026-07-30&quot;:36.37},{&quot;2026-07-31&quot;:35.45},{&quot;2026-08-01&quot;:35.61},{&quot;2026-08-02&quot;:36.51},{&quot;2026-08-03&quot;:36.68},{&quot;2026-08-04&quot;:36.52},{&quot;2026-08-05&quot;:36.77},{&quot;2026-08-07&quot;:36.92},{&quot;2026-08-08&quot;:36.6},{&quot;2026-08-09&quot;:36.6},{&quot;2026-08-10&quot;:36.85},{&quot;2026-08-11&quot;:36.64},{&quot;2026-08-12&quot;:36.63},{&quot;2026-08-13&quot;:35.9},{&quot;2026-08-14&quot;:36.38},{&quot;2026-08-15&quot;:36.45},{&quot;2026-08-16&quot;:36.49},{&quot;2026-08-17&quot;:36.91},{&quot;2026-08-18&quot;:36.75},{&quot;2026-08-19&quot;:37.0},{&quot;2026-08-20&quot;:37.0},{&quot;2026-08-21&quot;:37.52},{&quot;2026-08-22&quot;:37.78},{&quot;2026-08-23&quot;:38.97},{&quot;2026-08-24&quot;:38.8},{&quot;2026-08-25&quot;:38.84},{&quot;2026-08-26&quot;:38.64},{&quot;2026-08-27&quot;:38.35},{&quot;2026-08-28&quot;:38.4},{&quot;2026-08-29&quot;:38.4},{&quot;2026-08-30&quot;:39.48},{&quot;2026-08-31&quot;:38.96},{&quot;2026-09-01&quot;:38.06},{&quot;2026-09-02&quot;:38.82},{&quot;2026-09-03&quot;:38.13},{&quot;2026-09-04&quot;:38.26},{&quot;2026-09-05&quot;:38.5},{&quot;2026-09-06&quot;:38.49},{&quot;2026-09-07&quot;:36.25},{&quot;2026-09-08&quot;:36.46},{&quot;2026-09-09&quot;:36.32},{&quot;2026-09-10&quot;:37.44},{&quot;2026-09-11&quot;:38.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="85207"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Shizo, Death&#39;s Storehouse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/0/e0de48b1-b61f-408e-915a-602309ded8ea.jpg?1783931248" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shizo, Death&#39;s Storehouse" src="https://cards.scryfall.io/large/front/e/0/e0de48b1-b61f-408e-915a-602309ded8ea.jpg?1783931248" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28620"
  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">
            Bloodthirsty Conqueror
        </span>


      </div>

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Bloodthirsty Conqueror
        </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 — Vampire Knight</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="Bloodthirsty Conqueror" src="https://cards.scryfall.io/large/front/c/e/ce860ed4-a5bd-4347-9eab-dd716ea84db1.jpg?1783909112" />
    </div>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:37.54},{&quot;2026-06-14&quot;:37.51},{&quot;2026-06-15&quot;:38.44},{&quot;2026-06-16&quot;:38.7},{&quot;2026-06-17&quot;:38.26},{&quot;2026-06-18&quot;:38.54},{&quot;2026-06-19&quot;:38.54},{&quot;2026-06-20&quot;:38.54},{&quot;2026-06-21&quot;:38.79},{&quot;2026-06-22&quot;:38.48},{&quot;2026-06-23&quot;:38.48},{&quot;2026-06-24&quot;:38.34},{&quot;2026-06-25&quot;:38.34},{&quot;2026-06-26&quot;:38.63},{&quot;2026-06-27&quot;:38.63},{&quot;2026-06-28&quot;:38.67},{&quot;2026-06-29&quot;:38.67},{&quot;2026-06-30&quot;:38.63},{&quot;2026-07-01&quot;:38.75},{&quot;2026-07-02&quot;:37.93},{&quot;2026-07-03&quot;:37.85},{&quot;2026-07-04&quot;:37.85},{&quot;2026-07-05&quot;:37.45},{&quot;2026-07-06&quot;:37.57},{&quot;2026-07-07&quot;:37.57},{&quot;2026-07-08&quot;:37.57},{&quot;2026-07-09&quot;:37.57},{&quot;2026-07-10&quot;:37.88},{&quot;2026-07-11&quot;:37.47},{&quot;2026-07-12&quot;:37.47},{&quot;2026-07-13&quot;:37.47},{&quot;2026-07-14&quot;:37.47},{&quot;2026-07-15&quot;:37.55},{&quot;2026-07-16&quot;:37.55},{&quot;2026-07-17&quot;:37.55},{&quot;2026-07-18&quot;:37.55},{&quot;2026-07-19&quot;:37.55},{&quot;2026-07-20&quot;:37.01},{&quot;2026-07-21&quot;:37.01},{&quot;2026-07-22&quot;:37.27},{&quot;2026-07-23&quot;:38.39},{&quot;2026-07-24&quot;:38.39},{&quot;2026-07-25&quot;:38.34},{&quot;2026-07-26&quot;:38.34},{&quot;2026-07-27&quot;:38.22},{&quot;2026-07-28&quot;:38.22},{&quot;2026-07-29&quot;:38.3},{&quot;2026-07-30&quot;:38.3},{&quot;2026-07-31&quot;:38.7},{&quot;2026-08-01&quot;:38.7},{&quot;2026-08-02&quot;:38.48},{&quot;2026-08-03&quot;:38.48},{&quot;2026-08-04&quot;:38.48},{&quot;2026-08-05&quot;:38.32},{&quot;2026-08-07&quot;:39.17},{&quot;2026-08-08&quot;:40.01},{&quot;2026-08-09&quot;:39.94},{&quot;2026-08-10&quot;:39.52},{&quot;2026-08-11&quot;:39.52},{&quot;2026-08-12&quot;:40.04},{&quot;2026-08-13&quot;:39.28},{&quot;2026-08-14&quot;:39.06},{&quot;2026-08-15&quot;:39.06},{&quot;2026-08-16&quot;:39.06},{&quot;2026-08-17&quot;:39.06},{&quot;2026-08-18&quot;:39.06},{&quot;2026-08-19&quot;:39.6},{&quot;2026-08-20&quot;:39.5},{&quot;2026-08-21&quot;:39.44},{&quot;2026-08-22&quot;:39.96},{&quot;2026-08-23&quot;:39.96},{&quot;2026-08-24&quot;:39.96},{&quot;2026-08-25&quot;:39.37},{&quot;2026-08-26&quot;:39.35},{&quot;2026-08-27&quot;:38.78},{&quot;2026-08-28&quot;:39.16},{&quot;2026-08-29&quot;:39.16},{&quot;2026-08-30&quot;:39.93},{&quot;2026-08-31&quot;:39.1},{&quot;2026-09-01&quot;:39.16},{&quot;2026-09-02&quot;:39.16},{&quot;2026-09-03&quot;:39.09},{&quot;2026-09-04&quot;:38.59},{&quot;2026-09-05&quot;:38.33},{&quot;2026-09-06&quot;:38.46},{&quot;2026-09-07&quot;:39.0},{&quot;2026-09-08&quot;:39.0},{&quot;2026-09-09&quot;:39.06},{&quot;2026-09-10&quot;:39.06},{&quot;2026-09-11&quot;:38.59}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:37.27},{&quot;2026-06-14&quot;:38.35},{&quot;2026-06-15&quot;:39.22},{&quot;2026-06-16&quot;:39.22},{&quot;2026-06-17&quot;:37.43},{&quot;2026-06-18&quot;:37.87},{&quot;2026-06-19&quot;:36.98},{&quot;2026-06-20&quot;:36.45},{&quot;2026-06-21&quot;:36.42},{&quot;2026-06-22&quot;:36.18},{&quot;2026-06-23&quot;:35.73},{&quot;2026-06-24&quot;:35.65},{&quot;2026-06-25&quot;:35.83},{&quot;2026-06-26&quot;:35.59},{&quot;2026-06-27&quot;:34.71},{&quot;2026-06-28&quot;:34.24},{&quot;2026-06-29&quot;:34.61},{&quot;2026-06-30&quot;:34.08},{&quot;2026-07-01&quot;:34.1},{&quot;2026-07-02&quot;:34.05},{&quot;2026-07-03&quot;:34.07},{&quot;2026-07-04&quot;:35.28},{&quot;2026-07-05&quot;:35.65},{&quot;2026-07-06&quot;:35.39},{&quot;2026-07-07&quot;:34.92},{&quot;2026-07-08&quot;:34.85},{&quot;2026-07-09&quot;:34.58},{&quot;2026-07-10&quot;:34.64},{&quot;2026-07-11&quot;:34.64},{&quot;2026-07-12&quot;:34.68},{&quot;2026-07-13&quot;:34.96},{&quot;2026-07-14&quot;:35.51},{&quot;2026-07-15&quot;:34.43},{&quot;2026-07-16&quot;:35.75},{&quot;2026-07-17&quot;:35.36},{&quot;2026-07-18&quot;:35.65},{&quot;2026-07-19&quot;:35.35},{&quot;2026-07-20&quot;:35.1},{&quot;2026-07-21&quot;:37.1},{&quot;2026-07-22&quot;:37.71},{&quot;2026-07-23&quot;:37.99},{&quot;2026-07-24&quot;:38.53},{&quot;2026-07-25&quot;:37.66},{&quot;2026-07-26&quot;:37.31},{&quot;2026-07-27&quot;:37.89},{&quot;2026-07-28&quot;:39.76},{&quot;2026-07-29&quot;:39.96},{&quot;2026-07-30&quot;:39.86},{&quot;2026-07-31&quot;:38.81},{&quot;2026-08-01&quot;:38.81},{&quot;2026-08-02&quot;:36.58},{&quot;2026-08-03&quot;:36.65},{&quot;2026-08-04&quot;:36.65},{&quot;2026-08-05&quot;:36.29},{&quot;2026-08-07&quot;:36.64},{&quot;2026-08-08&quot;:35.27},{&quot;2026-08-09&quot;:35.0},{&quot;2026-08-10&quot;:36.13},{&quot;2026-08-11&quot;:35.61},{&quot;2026-08-12&quot;:35.15},{&quot;2026-08-13&quot;:35.15},{&quot;2026-08-14&quot;:35.89},{&quot;2026-08-15&quot;:35.38},{&quot;2026-08-16&quot;:34.97},{&quot;2026-08-17&quot;:35.56},{&quot;2026-08-18&quot;:35.5},{&quot;2026-08-19&quot;:35.76},{&quot;2026-08-20&quot;:35.76},{&quot;2026-08-21&quot;:35.05},{&quot;2026-08-22&quot;:34.43},{&quot;2026-08-23&quot;:34.41},{&quot;2026-08-24&quot;:35.4},{&quot;2026-08-25&quot;:35.38},{&quot;2026-08-26&quot;:36.63},{&quot;2026-08-27&quot;:36.42},{&quot;2026-08-28&quot;:37.18},{&quot;2026-08-29&quot;:37.18},{&quot;2026-08-30&quot;:38.34},{&quot;2026-08-31&quot;:38.09},{&quot;2026-09-01&quot;:38.39},{&quot;2026-09-02&quot;:38.79},{&quot;2026-09-03&quot;:38.79},{&quot;2026-09-04&quot;:38.48},{&quot;2026-09-05&quot;:37.63},{&quot;2026-09-06&quot;:36.23},{&quot;2026-09-07&quot;:34.83},{&quot;2026-09-08&quot;:36.42},{&quot;2026-09-09&quot;:36.82},{&quot;2026-09-10&quot;:36.8},{&quot;2026-09-11&quot;:36.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49474"
  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">
            Misty Rainforest
        </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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $38.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="Misty Rainforest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/8/88231c0d-0cc8-44ec-bf95-81d1710ac141.jpg?1783926795" />

        <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">
            Misty Rainforest
        </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="Misty Rainforest" src="https://cards.scryfall.io/large/front/8/8/88231c0d-0cc8-44ec-bf95-81d1710ac141.jpg?1783926795" />
    </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">
                $38.24
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:38.77},{&quot;2026-06-14&quot;:39.86},{&quot;2026-06-15&quot;:39.86},{&quot;2026-06-16&quot;:39.86},{&quot;2026-06-17&quot;:39.86},{&quot;2026-06-18&quot;:39.86},{&quot;2026-06-19&quot;:39.86},{&quot;2026-06-20&quot;:39.86},{&quot;2026-06-21&quot;:39.86},{&quot;2026-06-22&quot;:39.86},{&quot;2026-06-23&quot;:39.86},{&quot;2026-06-24&quot;:39.86},{&quot;2026-06-25&quot;:40.9},{&quot;2026-06-26&quot;:40.9},{&quot;2026-06-27&quot;:40.9},{&quot;2026-06-28&quot;:40.9},{&quot;2026-06-29&quot;:40.9},{&quot;2026-06-30&quot;:40.9},{&quot;2026-07-01&quot;:41.55},{&quot;2026-07-02&quot;:41.55},{&quot;2026-07-03&quot;:41.55},{&quot;2026-07-04&quot;:41.55},{&quot;2026-07-05&quot;:41.8},{&quot;2026-07-06&quot;:41.8},{&quot;2026-07-07&quot;:42.53},{&quot;2026-07-08&quot;:42.53},{&quot;2026-07-09&quot;:42.71},{&quot;2026-07-10&quot;:42.71},{&quot;2026-07-11&quot;:42.71},{&quot;2026-07-12&quot;:42.71},{&quot;2026-07-13&quot;:42.71},{&quot;2026-07-14&quot;:43.17},{&quot;2026-07-15&quot;:43.17},{&quot;2026-07-16&quot;:43.17},{&quot;2026-07-17&quot;:43.17},{&quot;2026-07-18&quot;:43.17},{&quot;2026-07-19&quot;:43.17},{&quot;2026-07-20&quot;:43.17},{&quot;2026-07-21&quot;:43.17},{&quot;2026-07-22&quot;:43.17},{&quot;2026-07-23&quot;:43.17},{&quot;2026-07-24&quot;:43.61},{&quot;2026-07-25&quot;:43.61},{&quot;2026-07-26&quot;:43.61},{&quot;2026-07-27&quot;:43.61},{&quot;2026-07-28&quot;:43.61},{&quot;2026-07-29&quot;:43.61},{&quot;2026-07-30&quot;:43.61},{&quot;2026-07-31&quot;:43.61},{&quot;2026-08-01&quot;:43.61},{&quot;2026-08-02&quot;:43.61},{&quot;2026-08-03&quot;:43.61},{&quot;2026-08-04&quot;:43.61},{&quot;2026-08-05&quot;:43.61},{&quot;2026-08-07&quot;:43.89},{&quot;2026-08-08&quot;:43.89},{&quot;2026-08-09&quot;:43.89},{&quot;2026-08-10&quot;:43.68},{&quot;2026-08-11&quot;:43.66},{&quot;2026-08-12&quot;:43.66},{&quot;2026-08-13&quot;:43.66},{&quot;2026-08-14&quot;:43.66},{&quot;2026-08-15&quot;:43.66},{&quot;2026-08-16&quot;:43.66},{&quot;2026-08-17&quot;:43.79},{&quot;2026-08-18&quot;:44.08},{&quot;2026-08-19&quot;:44.45},{&quot;2026-08-20&quot;:44.45},{&quot;2026-08-21&quot;:44.45},{&quot;2026-08-22&quot;:44.45},{&quot;2026-08-23&quot;:44.45},{&quot;2026-08-24&quot;:44.45},{&quot;2026-08-25&quot;:44.83},{&quot;2026-08-26&quot;:44.83},{&quot;2026-08-27&quot;:44.83},{&quot;2026-08-28&quot;:44.83},{&quot;2026-08-29&quot;:44.83},{&quot;2026-08-30&quot;:44.83},{&quot;2026-08-31&quot;:44.83},{&quot;2026-09-01&quot;:44.83},{&quot;2026-09-02&quot;:44.83},{&quot;2026-09-03&quot;:44.83},{&quot;2026-09-04&quot;:44.75},{&quot;2026-09-05&quot;:45.02},{&quot;2026-09-06&quot;:45.02},{&quot;2026-09-07&quot;:45.02},{&quot;2026-09-08&quot;:45.35},{&quot;2026-09-09&quot;:45.35},{&quot;2026-09-10&quot;:45.35},{&quot;2026-09-11&quot;:45.45}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:37.51},{&quot;2026-06-14&quot;:37.75},{&quot;2026-06-15&quot;:37.39},{&quot;2026-06-16&quot;:37.32},{&quot;2026-06-17&quot;:36.96},{&quot;2026-06-18&quot;:37.9},{&quot;2026-06-19&quot;:37.39},{&quot;2026-06-20&quot;:36.92},{&quot;2026-06-21&quot;:36.83},{&quot;2026-06-22&quot;:37.42},{&quot;2026-06-23&quot;:37.2},{&quot;2026-06-24&quot;:37.43},{&quot;2026-06-25&quot;:37.84},{&quot;2026-06-26&quot;:35.98},{&quot;2026-06-27&quot;:35.34},{&quot;2026-06-28&quot;:35.54},{&quot;2026-06-29&quot;:35.29},{&quot;2026-06-30&quot;:35.54},{&quot;2026-07-01&quot;:36.21},{&quot;2026-07-02&quot;:37.25},{&quot;2026-07-03&quot;:36.38},{&quot;2026-07-04&quot;:36.49},{&quot;2026-07-05&quot;:35.37},{&quot;2026-07-06&quot;:35.81},{&quot;2026-07-07&quot;:36.17},{&quot;2026-07-08&quot;:35.45},{&quot;2026-07-09&quot;:35.64},{&quot;2026-07-10&quot;:35.7},{&quot;2026-07-11&quot;:35.73},{&quot;2026-07-12&quot;:35.17},{&quot;2026-07-13&quot;:35.95},{&quot;2026-07-14&quot;:36.41},{&quot;2026-07-15&quot;:36.6},{&quot;2026-07-16&quot;:36.36},{&quot;2026-07-17&quot;:35.72},{&quot;2026-07-18&quot;:34.88},{&quot;2026-07-19&quot;:35.2},{&quot;2026-07-20&quot;:35.37},{&quot;2026-07-21&quot;:35.67},{&quot;2026-07-22&quot;:35.71},{&quot;2026-07-23&quot;:36.05},{&quot;2026-07-24&quot;:36.92},{&quot;2026-07-25&quot;:37.12},{&quot;2026-07-26&quot;:36.49},{&quot;2026-07-27&quot;:36.71},{&quot;2026-07-28&quot;:36.34},{&quot;2026-07-29&quot;:37.32},{&quot;2026-07-30&quot;:37.98},{&quot;2026-07-31&quot;:38.26},{&quot;2026-08-01&quot;:38.3},{&quot;2026-08-02&quot;:38.61},{&quot;2026-08-03&quot;:37.34},{&quot;2026-08-04&quot;:36.5},{&quot;2026-08-05&quot;:35.6},{&quot;2026-08-07&quot;:36.02},{&quot;2026-08-08&quot;:36.26},{&quot;2026-08-09&quot;:36.7},{&quot;2026-08-10&quot;:37.54},{&quot;2026-08-11&quot;:37.08},{&quot;2026-08-12&quot;:37.09},{&quot;2026-08-13&quot;:37.2},{&quot;2026-08-14&quot;:37.25},{&quot;2026-08-15&quot;:37.28},{&quot;2026-08-16&quot;:37.12},{&quot;2026-08-17&quot;:37.53},{&quot;2026-08-18&quot;:38.07},{&quot;2026-08-19&quot;:38.45},{&quot;2026-08-20&quot;:38.82},{&quot;2026-08-21&quot;:38.62},{&quot;2026-08-22&quot;:37.99},{&quot;2026-08-23&quot;:36.71},{&quot;2026-08-24&quot;:36.29},{&quot;2026-08-25&quot;:35.9},{&quot;2026-08-26&quot;:35.94},{&quot;2026-08-27&quot;:36.33},{&quot;2026-08-28&quot;:36.03},{&quot;2026-08-29&quot;:36.03},{&quot;2026-08-30&quot;:35.94},{&quot;2026-08-31&quot;:36.33},{&quot;2026-09-01&quot;:36.13},{&quot;2026-09-02&quot;:36.06},{&quot;2026-09-03&quot;:36.5},{&quot;2026-09-04&quot;:36.86},{&quot;2026-09-05&quot;:36.74},{&quot;2026-09-06&quot;:37.2},{&quot;2026-09-07&quot;:37.56},{&quot;2026-09-08&quot;:37.12},{&quot;2026-09-09&quot;:37.73},{&quot;2026-09-10&quot;:37.76},{&quot;2026-09-11&quot;:38.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79648"
  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">
            Trinket Mage
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Trinket Mage
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Trinket Mage" src="https://cards.scryfall.io/large/front/2/e/2e006682-5236-4a32-9f3d-7337b2c42b21.jpg?1783927734" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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">$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;2026-06-13&quot;:40.01},{&quot;2026-06-14&quot;:40.01},{&quot;2026-06-15&quot;:40.01},{&quot;2026-06-16&quot;:40.01},{&quot;2026-06-17&quot;:40.01},{&quot;2026-06-18&quot;:40.01},{&quot;2026-06-19&quot;:40.01},{&quot;2026-06-20&quot;:40.01},{&quot;2026-06-21&quot;:39.44},{&quot;2026-06-22&quot;:39.75},{&quot;2026-06-23&quot;:39.75},{&quot;2026-06-24&quot;:39.75},{&quot;2026-06-25&quot;:39.75},{&quot;2026-06-26&quot;:39.48},{&quot;2026-06-27&quot;:39.04},{&quot;2026-06-28&quot;:39.04},{&quot;2026-06-29&quot;:39.04},{&quot;2026-06-30&quot;:39.04},{&quot;2026-07-01&quot;:39.04},{&quot;2026-07-02&quot;:38.26},{&quot;2026-07-03&quot;:38.26},{&quot;2026-07-04&quot;:38.26},{&quot;2026-07-05&quot;:38.26},{&quot;2026-07-06&quot;:38.26},{&quot;2026-07-07&quot;:38.26},{&quot;2026-07-08&quot;:38.17},{&quot;2026-07-09&quot;:38.17},{&quot;2026-07-10&quot;:38.17},{&quot;2026-07-11&quot;:38.18},{&quot;2026-07-12&quot;:38.18},{&quot;2026-07-13&quot;:38.18},{&quot;2026-07-14&quot;:38.18},{&quot;2026-07-15&quot;:38.18},{&quot;2026-07-16&quot;:38.18},{&quot;2026-07-17&quot;:38.18},{&quot;2026-07-18&quot;:38.18},{&quot;2026-07-19&quot;:38.18},{&quot;2026-07-20&quot;:38.18},{&quot;2026-07-21&quot;:38.18},{&quot;2026-07-22&quot;:38.18},{&quot;2026-07-23&quot;:38.18},{&quot;2026-07-24&quot;:38.18},{&quot;2026-07-25&quot;:38.18},{&quot;2026-07-26&quot;:38.18},{&quot;2026-07-27&quot;:38.18},{&quot;2026-07-28&quot;:37.94},{&quot;2026-07-29&quot;:37.94},{&quot;2026-07-30&quot;:37.94},{&quot;2026-07-31&quot;:37.94},{&quot;2026-08-01&quot;:37.94},{&quot;2026-08-02&quot;:37.94},{&quot;2026-08-03&quot;:37.94},{&quot;2026-08-04&quot;:37.94},{&quot;2026-08-05&quot;:37.94},{&quot;2026-08-07&quot;:37.94},{&quot;2026-08-08&quot;:37.94},{&quot;2026-08-09&quot;:37.94},{&quot;2026-08-10&quot;:37.94},{&quot;2026-08-11&quot;:37.94},{&quot;2026-08-12&quot;:37.94},{&quot;2026-08-13&quot;:37.94},{&quot;2026-08-14&quot;:37.94},{&quot;2026-08-15&quot;:37.94},{&quot;2026-08-16&quot;:37.94},{&quot;2026-08-17&quot;:37.94},{&quot;2026-08-18&quot;:37.94},{&quot;2026-08-19&quot;:37.94},{&quot;2026-08-20&quot;:37.94},{&quot;2026-08-21&quot;:37.94},{&quot;2026-08-22&quot;:37.85},{&quot;2026-08-23&quot;:37.41},{&quot;2026-08-24&quot;:37.41},{&quot;2026-08-25&quot;:37.41},{&quot;2026-08-26&quot;:37.41},{&quot;2026-08-27&quot;:37.41},{&quot;2026-08-28&quot;:37.41},{&quot;2026-08-29&quot;:37.41},{&quot;2026-08-30&quot;:37.41},{&quot;2026-08-31&quot;:37.41},{&quot;2026-09-01&quot;:37.41},{&quot;2026-09-02&quot;:37.41},{&quot;2026-09-03&quot;:37.41},{&quot;2026-09-04&quot;:37.41},{&quot;2026-09-05&quot;:37.41},{&quot;2026-09-06&quot;:37.41},{&quot;2026-09-07&quot;:37.41},{&quot;2026-09-08&quot;:37.41},{&quot;2026-09-09&quot;:37.93},{&quot;2026-09-10&quot;:37.93},{&quot;2026-09-11&quot;:37.93}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.97},{&quot;2026-06-14&quot;:3.78},{&quot;2026-06-15&quot;:3.78},{&quot;2026-06-16&quot;:4.01},{&quot;2026-06-17&quot;:4.01},{&quot;2026-06-18&quot;:3.83},{&quot;2026-06-19&quot;:3.83},{&quot;2026-06-20&quot;:3.71},{&quot;2026-06-21&quot;:3.7},{&quot;2026-06-22&quot;:3.8},{&quot;2026-06-23&quot;:3.7},{&quot;2026-06-24&quot;:3.7},{&quot;2026-06-25&quot;:3.54},{&quot;2026-06-26&quot;:3.7},{&quot;2026-06-27&quot;:3.7},{&quot;2026-06-28&quot;:3.7},{&quot;2026-06-29&quot;:3.7},{&quot;2026-06-30&quot;:3.7},{&quot;2026-07-01&quot;:3.55},{&quot;2026-07-02&quot;:3.49},{&quot;2026-07-03&quot;:3.48},{&quot;2026-07-04&quot;:3.48},{&quot;2026-07-05&quot;:3.48},{&quot;2026-07-06&quot;:3.36},{&quot;2026-07-07&quot;:3.35},{&quot;2026-07-08&quot;:3.33},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.29},{&quot;2026-07-13&quot;:3.34},{&quot;2026-07-14&quot;:3.34},{&quot;2026-07-15&quot;:3.26},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.03},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.87},{&quot;2026-07-20&quot;:2.9},{&quot;2026-07-21&quot;:2.9},{&quot;2026-07-22&quot;:2.9},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.97},{&quot;2026-07-25&quot;:2.97},{&quot;2026-07-26&quot;:2.97},{&quot;2026-07-27&quot;:2.97},{&quot;2026-07-28&quot;:3.04},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:2.91},{&quot;2026-07-31&quot;:2.85},{&quot;2026-08-01&quot;:2.86},{&quot;2026-08-02&quot;:3.0},{&quot;2026-08-03&quot;:3.0},{&quot;2026-08-04&quot;:2.92},{&quot;2026-08-05&quot;:3.03},{&quot;2026-08-07&quot;:3.15},{&quot;2026-08-08&quot;:3.15},{&quot;2026-08-09&quot;:3.15},{&quot;2026-08-10&quot;:3.41},{&quot;2026-08-11&quot;:3.39},{&quot;2026-08-12&quot;:3.44},{&quot;2026-08-13&quot;:3.44},{&quot;2026-08-14&quot;:3.44},{&quot;2026-08-15&quot;:3.6},{&quot;2026-08-16&quot;:3.59},{&quot;2026-08-17&quot;:3.59},{&quot;2026-08-18&quot;:3.6},{&quot;2026-08-19&quot;:3.6},{&quot;2026-08-20&quot;:3.81},{&quot;2026-08-21&quot;:3.81},{&quot;2026-08-22&quot;:3.81},{&quot;2026-08-23&quot;:3.74},{&quot;2026-08-24&quot;:3.87},{&quot;2026-08-25&quot;:3.88},{&quot;2026-08-26&quot;:3.88},{&quot;2026-08-27&quot;:4.0},{&quot;2026-08-28&quot;:4.13},{&quot;2026-08-29&quot;:4.13},{&quot;2026-08-30&quot;:4.21},{&quot;2026-08-31&quot;:4.21},{&quot;2026-09-01&quot;:4.06},{&quot;2026-09-02&quot;:4.06},{&quot;2026-09-03&quot;:4.06},{&quot;2026-09-04&quot;:4.06},{&quot;2026-09-05&quot;:4.06},{&quot;2026-09-06&quot;:4.06},{&quot;2026-09-07&quot;:4.06},{&quot;2026-09-08&quot;:4.04},{&quot;2026-09-09&quot;:4.04},{&quot;2026-09-10&quot;:3.89},{&quot;2026-09-11&quot;:3.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20861"
  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">
            Trinisphere
        </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">
            $37.89
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Trinisphere
        </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-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="Trinisphere" src="https://cards.scryfall.io/large/front/3/1/316caa4e-a53a-460b-978c-5f0fba7bc549.jpg?1783930090" />
    </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">
                $37.89
              </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.34
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$39.00</span>
              <span class="text-xs text-grey-text">Credit: $50.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;:28.12},{&quot;2026-06-12&quot;:27.72},{&quot;2026-06-13&quot;:27.72},{&quot;2026-06-14&quot;:27.9},{&quot;2026-06-15&quot;:27.9},{&quot;2026-06-16&quot;:27.9},{&quot;2026-06-17&quot;:27.9},{&quot;2026-06-18&quot;:27.9},{&quot;2026-06-19&quot;:27.9},{&quot;2026-06-20&quot;:27.9},{&quot;2026-06-21&quot;:27.9},{&quot;2026-06-22&quot;:27.9},{&quot;2026-06-23&quot;:27.9},{&quot;2026-06-24&quot;:27.9},{&quot;2026-06-25&quot;:27.9},{&quot;2026-06-26&quot;:27.9},{&quot;2026-06-27&quot;:27.9},{&quot;2026-06-28&quot;:28.47},{&quot;2026-06-29&quot;:28.73},{&quot;2026-06-30&quot;:28.73},{&quot;2026-07-01&quot;:28.73},{&quot;2026-07-02&quot;:28.93},{&quot;2026-07-03&quot;:30.12},{&quot;2026-07-04&quot;:30.12},{&quot;2026-07-05&quot;:30.12},{&quot;2026-07-06&quot;:30.12},{&quot;2026-07-07&quot;:30.12},{&quot;2026-07-08&quot;:30.12},{&quot;2026-07-09&quot;:30.12},{&quot;2026-07-10&quot;:30.12},{&quot;2026-07-11&quot;:30.53},{&quot;2026-07-12&quot;:30.53},{&quot;2026-07-13&quot;:31.01},{&quot;2026-07-14&quot;:31.01},{&quot;2026-07-15&quot;:31.35},{&quot;2026-07-16&quot;:31.35},{&quot;2026-07-17&quot;:31.35},{&quot;2026-07-18&quot;:31.73},{&quot;2026-07-19&quot;:31.73},{&quot;2026-07-20&quot;:31.73},{&quot;2026-07-21&quot;:31.73},{&quot;2026-07-23&quot;:31.73},{&quot;2026-07-25&quot;:31.75},{&quot;2026-07-26&quot;:31.75},{&quot;2026-07-27&quot;:31.75},{&quot;2026-07-28&quot;:31.97},{&quot;2026-07-29&quot;:31.97},{&quot;2026-07-30&quot;:31.97},{&quot;2026-07-31&quot;:31.97},{&quot;2026-08-01&quot;:31.97},{&quot;2026-08-02&quot;:31.97},{&quot;2026-08-03&quot;:31.97},{&quot;2026-08-04&quot;:32.13},{&quot;2026-08-05&quot;:32.48},{&quot;2026-08-07&quot;:32.82},{&quot;2026-08-08&quot;:32.82},{&quot;2026-08-09&quot;:33.04},{&quot;2026-08-10&quot;:33.04},{&quot;2026-08-11&quot;:33.26},{&quot;2026-08-12&quot;:33.33},{&quot;2026-08-13&quot;:33.33},{&quot;2026-08-14&quot;:33.33},{&quot;2026-08-15&quot;:33.33},{&quot;2026-08-16&quot;:33.33},{&quot;2026-08-17&quot;:33.33},{&quot;2026-08-18&quot;:33.33},{&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;:34.0},{&quot;2026-08-23&quot;:34.25},{&quot;2026-08-24&quot;:34.25},{&quot;2026-08-25&quot;:34.25},{&quot;2026-08-26&quot;:34.55},{&quot;2026-08-27&quot;:34.55},{&quot;2026-08-28&quot;:34.55},{&quot;2026-08-29&quot;:34.55},{&quot;2026-08-30&quot;:34.55},{&quot;2026-08-31&quot;:34.55},{&quot;2026-09-01&quot;:34.55},{&quot;2026-09-02&quot;:34.55},{&quot;2026-09-03&quot;:34.34},{&quot;2026-09-04&quot;:34.34},{&quot;2026-09-05&quot;:34.34},{&quot;2026-09-06&quot;:34.34},{&quot;2026-09-07&quot;:34.34},{&quot;2026-09-08&quot;:34.34},{&quot;2026-09-09&quot;:34.34},{&quot;2026-09-10&quot;:34.34},{&quot;2026-09-11&quot;:34.34}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:30.18},{&quot;2026-06-12&quot;:30.18},{&quot;2026-06-13&quot;:30.7},{&quot;2026-06-14&quot;:32.38},{&quot;2026-06-15&quot;:32.38},{&quot;2026-06-16&quot;:32.88},{&quot;2026-06-17&quot;:33.22},{&quot;2026-06-18&quot;:33.22},{&quot;2026-06-19&quot;:33.22},{&quot;2026-06-20&quot;:33.22},{&quot;2026-06-21&quot;:33.39},{&quot;2026-06-22&quot;:33.39},{&quot;2026-06-23&quot;:33.39},{&quot;2026-06-24&quot;:33.71},{&quot;2026-06-25&quot;:33.71},{&quot;2026-06-26&quot;:33.94},{&quot;2026-06-27&quot;:33.74},{&quot;2026-06-28&quot;:34.23},{&quot;2026-06-29&quot;:34.4},{&quot;2026-06-30&quot;:34.64},{&quot;2026-07-01&quot;:34.64},{&quot;2026-07-02&quot;:34.64},{&quot;2026-07-03&quot;:35.06},{&quot;2026-07-04&quot;:35.1},{&quot;2026-07-05&quot;:35.27},{&quot;2026-07-06&quot;:35.27},{&quot;2026-07-07&quot;:35.27},{&quot;2026-07-08&quot;:34.98},{&quot;2026-07-09&quot;:33.38},{&quot;2026-07-10&quot;:33.38},{&quot;2026-07-11&quot;:33.38},{&quot;2026-07-12&quot;:33.72},{&quot;2026-07-13&quot;:33.52},{&quot;2026-07-14&quot;:33.52},{&quot;2026-07-15&quot;:33.44},{&quot;2026-07-16&quot;:33.09},{&quot;2026-07-17&quot;:33.38},{&quot;2026-07-18&quot;:33.61},{&quot;2026-07-19&quot;:33.61},{&quot;2026-07-20&quot;:33.61},{&quot;2026-07-21&quot;:33.57},{&quot;2026-07-23&quot;:33.52},{&quot;2026-07-25&quot;:33.28},{&quot;2026-07-26&quot;:33.36},{&quot;2026-07-27&quot;:33.36},{&quot;2026-07-28&quot;:33.36},{&quot;2026-07-29&quot;:33.6},{&quot;2026-07-30&quot;:34.29},{&quot;2026-07-31&quot;:35.36},{&quot;2026-08-01&quot;:35.36},{&quot;2026-08-02&quot;:35.72},{&quot;2026-08-03&quot;:35.75},{&quot;2026-08-04&quot;:35.75},{&quot;2026-08-05&quot;:35.63},{&quot;2026-08-07&quot;:35.89},{&quot;2026-08-08&quot;:36.0},{&quot;2026-08-09&quot;:36.0},{&quot;2026-08-10&quot;:36.0},{&quot;2026-08-11&quot;:36.0},{&quot;2026-08-12&quot;:36.18},{&quot;2026-08-13&quot;:36.18},{&quot;2026-08-14&quot;:36.18},{&quot;2026-08-15&quot;:36.45},{&quot;2026-08-16&quot;:35.99},{&quot;2026-08-17&quot;:35.86},{&quot;2026-08-18&quot;:35.86},{&quot;2026-08-19&quot;:35.86},{&quot;2026-08-20&quot;:35.86},{&quot;2026-08-21&quot;:35.86},{&quot;2026-08-22&quot;:35.64},{&quot;2026-08-23&quot;:35.64},{&quot;2026-08-24&quot;:36.07},{&quot;2026-08-25&quot;:36.07},{&quot;2026-08-26&quot;:35.89},{&quot;2026-08-27&quot;:35.89},{&quot;2026-08-28&quot;:35.83},{&quot;2026-08-29&quot;:35.83},{&quot;2026-08-30&quot;:36.44},{&quot;2026-08-31&quot;:36.17},{&quot;2026-09-01&quot;:36.17},{&quot;2026-09-02&quot;:36.61},{&quot;2026-09-03&quot;:36.61},{&quot;2026-09-04&quot;:37.89},{&quot;2026-09-05&quot;:37.89},{&quot;2026-09-06&quot;:37.89},{&quot;2026-09-07&quot;:37.89},{&quot;2026-09-08&quot;:37.89},{&quot;2026-09-09&quot;:37.89},{&quot;2026-09-10&quot;:37.89},{&quot;2026-09-11&quot;:37.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112884"
  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">
            Gleaming Splendor
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Gleaming Splendor
        </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-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="Gleaming Splendor" src="https://cards.scryfall.io/large/front/3/b/3b087bd4-bbb7-4963-bdb6-0a700ff19a04.jpg?1785496942" />
    </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">
                $37.62
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$33.00</span>
              <span class="text-xs text-grey-text">Credit: $42.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-08-07&quot;:63.75},{&quot;2026-08-08&quot;:49.09},{&quot;2026-08-09&quot;:43.9},{&quot;2026-08-10&quot;:43.49},{&quot;2026-08-11&quot;:43.79},{&quot;2026-08-12&quot;:43.34},{&quot;2026-08-13&quot;:42.62},{&quot;2026-08-14&quot;:43.13},{&quot;2026-08-15&quot;:35.5},{&quot;2026-08-16&quot;:37.98},{&quot;2026-08-17&quot;:38.73},{&quot;2026-08-18&quot;:44.72},{&quot;2026-08-19&quot;:51.92},{&quot;2026-08-20&quot;:62.01},{&quot;2026-08-21&quot;:67.92},{&quot;2026-08-22&quot;:62.82},{&quot;2026-08-23&quot;:64.31},{&quot;2026-08-24&quot;:65.59},{&quot;2026-08-25&quot;:62.41},{&quot;2026-08-26&quot;:59.35},{&quot;2026-08-27&quot;:58.83},{&quot;2026-08-28&quot;:59.98},{&quot;2026-08-29&quot;:59.98},{&quot;2026-08-30&quot;:59.91},{&quot;2026-08-31&quot;:59.62},{&quot;2026-09-01&quot;:59.2},{&quot;2026-09-02&quot;:58.48},{&quot;2026-09-03&quot;:54.86},{&quot;2026-09-04&quot;:50.61},{&quot;2026-09-05&quot;:49.03},{&quot;2026-09-06&quot;:46.36},{&quot;2026-09-07&quot;:47.09},{&quot;2026-09-08&quot;:46.09},{&quot;2026-09-09&quot;:47.13},{&quot;2026-09-10&quot;:46.72},{&quot;2026-09-11&quot;:45.94}],&quot;normal&quot;:[{&quot;2026-08-07&quot;:47.73},{&quot;2026-08-08&quot;:36.63},{&quot;2026-08-09&quot;:35.71},{&quot;2026-08-10&quot;:37.94},{&quot;2026-08-11&quot;:40.45},{&quot;2026-08-12&quot;:40.95},{&quot;2026-08-13&quot;:43.1},{&quot;2026-08-14&quot;:40.19},{&quot;2026-08-15&quot;:35.36},{&quot;2026-08-16&quot;:35.03},{&quot;2026-08-17&quot;:35.17},{&quot;2026-08-18&quot;:41.99},{&quot;2026-08-19&quot;:44.8},{&quot;2026-08-20&quot;:50.65},{&quot;2026-08-21&quot;:56.55},{&quot;2026-08-22&quot;:59.01},{&quot;2026-08-23&quot;:57.05},{&quot;2026-08-24&quot;:53.8},{&quot;2026-08-25&quot;:53.57},{&quot;2026-08-26&quot;:51.66},{&quot;2026-08-27&quot;:52.85},{&quot;2026-08-28&quot;:54.02},{&quot;2026-08-29&quot;:54.02},{&quot;2026-08-30&quot;:52.87},{&quot;2026-08-31&quot;:53.02},{&quot;2026-09-01&quot;:49.17},{&quot;2026-09-02&quot;:49.29},{&quot;2026-09-03&quot;:45.69},{&quot;2026-09-04&quot;:44.95},{&quot;2026-09-05&quot;:42.94},{&quot;2026-09-06&quot;:39.95},{&quot;2026-09-07&quot;:37.69},{&quot;2026-09-08&quot;:36.98},{&quot;2026-09-09&quot;:37.6},{&quot;2026-09-10&quot;:36.94},{&quot;2026-09-11&quot;:37.62}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $36.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="Akroma&#39;s Memorial" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/950ee61d-0bc1-4d7b-ba68-157061aa98eb.jpg?1783927758" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></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="Akroma&#39;s Memorial" src="https://cards.scryfall.io/large/front/9/5/950ee61d-0bc1-4d7b-ba68-157061aa98eb.jpg?1783927758" />
    </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">
                $36.98
              </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">
                $54.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">$23.00</span>
              <span class="text-xs text-grey-text">Credit: $29.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:51.59},{&quot;2026-06-11&quot;:51.59},{&quot;2026-06-12&quot;:51.59},{&quot;2026-06-13&quot;:51.59},{&quot;2026-06-14&quot;:51.59},{&quot;2026-06-15&quot;:51.59},{&quot;2026-06-16&quot;:52.11},{&quot;2026-06-17&quot;:52.11},{&quot;2026-06-18&quot;:52.11},{&quot;2026-06-19&quot;:52.34},{&quot;2026-06-20&quot;:52.34},{&quot;2026-06-21&quot;:52.34},{&quot;2026-06-22&quot;:52.92},{&quot;2026-06-23&quot;:52.92},{&quot;2026-06-24&quot;:52.92},{&quot;2026-06-25&quot;:53.17},{&quot;2026-06-26&quot;:53.17},{&quot;2026-06-27&quot;:53.17},{&quot;2026-06-28&quot;:53.05},{&quot;2026-06-29&quot;:53.05},{&quot;2026-06-30&quot;:53.05},{&quot;2026-07-01&quot;:53.05},{&quot;2026-07-02&quot;:53.05},{&quot;2026-07-03&quot;:53.05},{&quot;2026-07-04&quot;:53.05},{&quot;2026-07-05&quot;:53.05},{&quot;2026-07-06&quot;:53.05},{&quot;2026-07-07&quot;:53.05},{&quot;2026-07-08&quot;:53.05},{&quot;2026-07-09&quot;:53.05},{&quot;2026-07-10&quot;:53.05},{&quot;2026-07-11&quot;:53.39},{&quot;2026-07-12&quot;:53.39},{&quot;2026-07-13&quot;:53.57},{&quot;2026-07-14&quot;:53.57},{&quot;2026-07-15&quot;:54.0},{&quot;2026-07-16&quot;:54.0},{&quot;2026-07-17&quot;:54.0},{&quot;2026-07-18&quot;:54.33},{&quot;2026-07-19&quot;:54.33},{&quot;2026-07-20&quot;:54.33},{&quot;2026-07-21&quot;:54.33},{&quot;2026-07-23&quot;:54.37},{&quot;2026-07-25&quot;:54.37},{&quot;2026-07-26&quot;:54.37},{&quot;2026-07-27&quot;:54.37},{&quot;2026-07-29&quot;:54.37},{&quot;2026-07-30&quot;:54.37},{&quot;2026-07-31&quot;:54.37},{&quot;2026-08-01&quot;:54.37},{&quot;2026-08-02&quot;:54.37},{&quot;2026-08-03&quot;:54.37},{&quot;2026-08-04&quot;:54.37},{&quot;2026-08-05&quot;:54.37},{&quot;2026-08-07&quot;:54.37},{&quot;2026-08-08&quot;:54.37},{&quot;2026-08-09&quot;:54.37},{&quot;2026-08-10&quot;:54.37},{&quot;2026-08-11&quot;:54.37},{&quot;2026-08-12&quot;:54.37},{&quot;2026-08-13&quot;:54.37},{&quot;2026-08-14&quot;:54.69},{&quot;2026-08-15&quot;:54.69},{&quot;2026-08-16&quot;:54.69},{&quot;2026-08-17&quot;:54.69},{&quot;2026-08-18&quot;:54.69},{&quot;2026-08-19&quot;:54.69},{&quot;2026-08-20&quot;:54.69},{&quot;2026-08-21&quot;:54.69},{&quot;2026-08-22&quot;:54.69},{&quot;2026-08-23&quot;:54.69},{&quot;2026-08-24&quot;:54.69},{&quot;2026-08-25&quot;:54.69},{&quot;2026-08-26&quot;:54.69},{&quot;2026-08-27&quot;:54.69},{&quot;2026-08-28&quot;:54.69},{&quot;2026-08-29&quot;:54.69},{&quot;2026-08-30&quot;:54.69},{&quot;2026-08-31&quot;:54.69},{&quot;2026-09-01&quot;:54.69},{&quot;2026-09-02&quot;:54.69},{&quot;2026-09-03&quot;:54.69},{&quot;2026-09-04&quot;:54.69},{&quot;2026-09-05&quot;:54.69},{&quot;2026-09-06&quot;:54.69},{&quot;2026-09-07&quot;:54.69},{&quot;2026-09-08&quot;:54.69},{&quot;2026-09-09&quot;:54.69},{&quot;2026-09-10&quot;:54.69},{&quot;2026-09-11&quot;:54.69}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:32.46},{&quot;2026-06-11&quot;:32.46},{&quot;2026-06-12&quot;:32.78},{&quot;2026-06-13&quot;:32.78},{&quot;2026-06-14&quot;:33.07},{&quot;2026-06-15&quot;:33.29},{&quot;2026-06-16&quot;:33.45},{&quot;2026-06-17&quot;:33.45},{&quot;2026-06-18&quot;:33.89},{&quot;2026-06-19&quot;:33.89},{&quot;2026-06-20&quot;:34.25},{&quot;2026-06-21&quot;:34.25},{&quot;2026-06-22&quot;:34.16},{&quot;2026-06-23&quot;:34.3},{&quot;2026-06-24&quot;:34.27},{&quot;2026-06-25&quot;:34.39},{&quot;2026-06-26&quot;:34.25},{&quot;2026-06-27&quot;:34.41},{&quot;2026-06-28&quot;:34.83},{&quot;2026-06-29&quot;:35.84},{&quot;2026-06-30&quot;:36.1},{&quot;2026-07-01&quot;:35.78},{&quot;2026-07-02&quot;:35.78},{&quot;2026-07-03&quot;:36.28},{&quot;2026-07-04&quot;:36.24},{&quot;2026-07-05&quot;:36.1},{&quot;2026-07-06&quot;:35.95},{&quot;2026-07-07&quot;:35.7},{&quot;2026-07-08&quot;:35.7},{&quot;2026-07-09&quot;:35.42},{&quot;2026-07-10&quot;:35.18},{&quot;2026-07-11&quot;:34.79},{&quot;2026-07-12&quot;:34.62},{&quot;2026-07-13&quot;:34.66},{&quot;2026-07-14&quot;:34.33},{&quot;2026-07-15&quot;:34.33},{&quot;2026-07-16&quot;:34.17},{&quot;2026-07-17&quot;:34.17},{&quot;2026-07-18&quot;:34.17},{&quot;2026-07-19&quot;:34.09},{&quot;2026-07-20&quot;:34.13},{&quot;2026-07-21&quot;:32.67},{&quot;2026-07-23&quot;:31.97},{&quot;2026-07-25&quot;:32.69},{&quot;2026-07-26&quot;:32.69},{&quot;2026-07-27&quot;:33.0},{&quot;2026-07-29&quot;:32.95},{&quot;2026-07-30&quot;:32.98},{&quot;2026-07-31&quot;:33.9},{&quot;2026-08-01&quot;:33.9},{&quot;2026-08-02&quot;:33.71},{&quot;2026-08-03&quot;:33.63},{&quot;2026-08-04&quot;:33.63},{&quot;2026-08-05&quot;:33.69},{&quot;2026-08-07&quot;:34.02},{&quot;2026-08-08&quot;:34.51},{&quot;2026-08-09&quot;:34.87},{&quot;2026-08-10&quot;:34.33},{&quot;2026-08-11&quot;:34.78},{&quot;2026-08-12&quot;:34.5},{&quot;2026-08-13&quot;:33.91},{&quot;2026-08-14&quot;:34.47},{&quot;2026-08-15&quot;:34.47},{&quot;2026-08-16&quot;:34.72},{&quot;2026-08-17&quot;:34.72},{&quot;2026-08-18&quot;:34.81},{&quot;2026-08-19&quot;:34.67},{&quot;2026-08-20&quot;:34.67},{&quot;2026-08-21&quot;:35.03},{&quot;2026-08-22&quot;:34.32},{&quot;2026-08-23&quot;:34.77},{&quot;2026-08-24&quot;:33.95},{&quot;2026-08-25&quot;:33.95},{&quot;2026-08-26&quot;:34.54},{&quot;2026-08-27&quot;:34.54},{&quot;2026-08-28&quot;:34.7},{&quot;2026-08-29&quot;:34.7},{&quot;2026-08-30&quot;:35.27},{&quot;2026-08-31&quot;:35.38},{&quot;2026-09-01&quot;:35.38},{&quot;2026-09-02&quot;:35.6},{&quot;2026-09-03&quot;:35.97},{&quot;2026-09-04&quot;:36.28},{&quot;2026-09-05&quot;:36.23},{&quot;2026-09-06&quot;:36.16},{&quot;2026-09-07&quot;:36.16},{&quot;2026-09-08&quot;:36.07},{&quot;2026-09-09&quot;:36.26},{&quot;2026-09-10&quot;:36.42},{&quot;2026-09-11&quot;:36.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="61923"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-rvr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Hellkite Tyrant
        </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 — Dragon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Hellkite Tyrant" src="https://cards.scryfall.io/large/front/2/0/2078d569-47c1-43c8-b34f-ef84951b7566.jpg?1783913171" />
    </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">
                $13.63
              </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.85
              </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">$22.50</span>
              <span class="text-xs text-grey-text">Credit: $29.25</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:26.79},{&quot;2026-06-14&quot;:26.73},{&quot;2026-06-15&quot;:26.83},{&quot;2026-06-16&quot;:27.27},{&quot;2026-06-17&quot;:27.27},{&quot;2026-06-18&quot;:27.2},{&quot;2026-06-19&quot;:27.08},{&quot;2026-06-20&quot;:27.3},{&quot;2026-06-21&quot;:27.3},{&quot;2026-06-22&quot;:27.3},{&quot;2026-06-23&quot;:27.3},{&quot;2026-06-24&quot;:27.35},{&quot;2026-06-25&quot;:27.35},{&quot;2026-06-26&quot;:27.21},{&quot;2026-06-27&quot;:27.76},{&quot;2026-06-28&quot;:27.76},{&quot;2026-06-29&quot;:28.08},{&quot;2026-06-30&quot;:28.08},{&quot;2026-07-01&quot;:28.19},{&quot;2026-07-02&quot;:28.17},{&quot;2026-07-03&quot;:28.17},{&quot;2026-07-04&quot;:28.82},{&quot;2026-07-05&quot;:28.82},{&quot;2026-07-06&quot;:28.82},{&quot;2026-07-07&quot;:28.82},{&quot;2026-07-08&quot;:28.82},{&quot;2026-07-09&quot;:28.82},{&quot;2026-07-10&quot;:28.82},{&quot;2026-07-11&quot;:28.82},{&quot;2026-07-12&quot;:28.82},{&quot;2026-07-13&quot;:28.82},{&quot;2026-07-14&quot;:28.82},{&quot;2026-07-15&quot;:28.82},{&quot;2026-07-16&quot;:28.82},{&quot;2026-07-17&quot;:28.94},{&quot;2026-07-18&quot;:29.57},{&quot;2026-07-19&quot;:29.57},{&quot;2026-07-20&quot;:29.57},{&quot;2026-07-21&quot;:29.66},{&quot;2026-07-22&quot;:29.66},{&quot;2026-07-23&quot;:29.66},{&quot;2026-07-24&quot;:29.88},{&quot;2026-07-25&quot;:30.36},{&quot;2026-07-26&quot;:30.36},{&quot;2026-07-27&quot;:30.36},{&quot;2026-07-28&quot;:30.36},{&quot;2026-07-29&quot;:30.36},{&quot;2026-07-30&quot;:30.36},{&quot;2026-07-31&quot;:30.36},{&quot;2026-08-01&quot;:30.36},{&quot;2026-08-02&quot;:30.36},{&quot;2026-08-03&quot;:30.36},{&quot;2026-08-04&quot;:30.36},{&quot;2026-08-05&quot;:30.36},{&quot;2026-08-07&quot;:30.36},{&quot;2026-08-08&quot;:30.36},{&quot;2026-08-09&quot;:30.64},{&quot;2026-08-10&quot;:31.21},{&quot;2026-08-11&quot;:31.21},{&quot;2026-08-12&quot;:31.45},{&quot;2026-08-13&quot;:31.86},{&quot;2026-08-14&quot;:31.98},{&quot;2026-08-15&quot;:32.33},{&quot;2026-08-16&quot;:32.93},{&quot;2026-08-17&quot;:32.93},{&quot;2026-08-18&quot;:33.2},{&quot;2026-08-19&quot;:33.2},{&quot;2026-08-20&quot;:32.93},{&quot;2026-08-21&quot;:32.93},{&quot;2026-08-22&quot;:33.31},{&quot;2026-08-23&quot;:33.31},{&quot;2026-08-24&quot;:33.76},{&quot;2026-08-25&quot;:34.45},{&quot;2026-08-26&quot;:34.67},{&quot;2026-08-27&quot;:35.98},{&quot;2026-08-28&quot;:35.98},{&quot;2026-08-29&quot;:35.98},{&quot;2026-08-30&quot;:35.98},{&quot;2026-08-31&quot;:35.98},{&quot;2026-09-01&quot;:36.42},{&quot;2026-09-02&quot;:36.42},{&quot;2026-09-03&quot;:36.42},{&quot;2026-09-04&quot;:36.42},{&quot;2026-09-05&quot;:36.42},{&quot;2026-09-06&quot;:36.42},{&quot;2026-09-07&quot;:36.43},{&quot;2026-09-08&quot;:36.43},{&quot;2026-09-09&quot;:36.43},{&quot;2026-09-10&quot;:36.43},{&quot;2026-09-11&quot;:36.85}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.0},{&quot;2026-06-14&quot;:10.0},{&quot;2026-06-15&quot;:10.24},{&quot;2026-06-16&quot;:10.25},{&quot;2026-06-17&quot;:10.23},{&quot;2026-06-18&quot;:10.25},{&quot;2026-06-19&quot;:10.29},{&quot;2026-06-20&quot;:10.36},{&quot;2026-06-21&quot;:10.47},{&quot;2026-06-22&quot;:10.58},{&quot;2026-06-23&quot;:10.62},{&quot;2026-06-24&quot;:10.69},{&quot;2026-06-25&quot;:10.69},{&quot;2026-06-26&quot;:10.69},{&quot;2026-06-27&quot;:10.57},{&quot;2026-06-28&quot;:10.57},{&quot;2026-06-29&quot;:10.57},{&quot;2026-06-30&quot;:10.57},{&quot;2026-07-01&quot;:10.57},{&quot;2026-07-02&quot;:10.15},{&quot;2026-07-03&quot;:10.16},{&quot;2026-07-04&quot;:10.23},{&quot;2026-07-05&quot;:10.26},{&quot;2026-07-06&quot;:10.23},{&quot;2026-07-07&quot;:9.98},{&quot;2026-07-08&quot;:9.77},{&quot;2026-07-09&quot;:9.81},{&quot;2026-07-10&quot;:9.81},{&quot;2026-07-11&quot;:9.96},{&quot;2026-07-12&quot;:9.96},{&quot;2026-07-13&quot;:9.98},{&quot;2026-07-14&quot;:10.04},{&quot;2026-07-15&quot;:9.98},{&quot;2026-07-16&quot;:9.95},{&quot;2026-07-17&quot;:10.01},{&quot;2026-07-18&quot;:9.99},{&quot;2026-07-19&quot;:10.13},{&quot;2026-07-20&quot;:10.2},{&quot;2026-07-21&quot;:10.12},{&quot;2026-07-22&quot;:10.04},{&quot;2026-07-23&quot;:10.21},{&quot;2026-07-24&quot;:10.18},{&quot;2026-07-25&quot;:10.13},{&quot;2026-07-26&quot;:10.13},{&quot;2026-07-27&quot;:10.05},{&quot;2026-07-28&quot;:9.88},{&quot;2026-07-29&quot;:9.95},{&quot;2026-07-30&quot;:10.05},{&quot;2026-07-31&quot;:10.09},{&quot;2026-08-01&quot;:10.06},{&quot;2026-08-02&quot;:10.06},{&quot;2026-08-03&quot;:10.01},{&quot;2026-08-04&quot;:10.02},{&quot;2026-08-05&quot;:9.87},{&quot;2026-08-07&quot;:9.9},{&quot;2026-08-08&quot;:9.86},{&quot;2026-08-09&quot;:9.82},{&quot;2026-08-10&quot;:9.83},{&quot;2026-08-11&quot;:9.85},{&quot;2026-08-12&quot;:9.88},{&quot;2026-08-13&quot;:10.0},{&quot;2026-08-14&quot;:10.17},{&quot;2026-08-15&quot;:10.22},{&quot;2026-08-16&quot;:10.29},{&quot;2026-08-17&quot;:10.41},{&quot;2026-08-18&quot;:10.45},{&quot;2026-08-19&quot;:10.63},{&quot;2026-08-20&quot;:11.1},{&quot;2026-08-21&quot;:10.97},{&quot;2026-08-22&quot;:11.19},{&quot;2026-08-23&quot;:11.18},{&quot;2026-08-24&quot;:11.65},{&quot;2026-08-25&quot;:11.78},{&quot;2026-08-26&quot;:11.71},{&quot;2026-08-27&quot;:11.62},{&quot;2026-08-28&quot;:11.64},{&quot;2026-08-29&quot;:11.64},{&quot;2026-08-30&quot;:11.81},{&quot;2026-08-31&quot;:12.06},{&quot;2026-09-01&quot;:12.11},{&quot;2026-09-02&quot;:12.15},{&quot;2026-09-03&quot;:12.31},{&quot;2026-09-04&quot;:12.67},{&quot;2026-09-05&quot;:12.9},{&quot;2026-09-06&quot;:13.25},{&quot;2026-09-07&quot;:13.36},{&quot;2026-09-08&quot;:13.36},{&quot;2026-09-09&quot;:13.42},{&quot;2026-09-10&quot;:13.42},{&quot;2026-09-11&quot;:13.63}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53374"
  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-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">
            Sensei&#39;s Divining Top
        </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">
            $36.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="Sensei&#39;s Divining Top" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/4/f421a21a-763f-479b-bcc3-2abae29098d7.jpg?1783910550" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sensei&#39;s Divining Top" src="https://cards.scryfall.io/large/front/f/4/f421a21a-763f-479b-bcc3-2abae29098d7.jpg?1783910550" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $36.61
              </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">
                $83.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">$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;:81.71},{&quot;2026-06-10&quot;:81.71},{&quot;2026-06-11&quot;:81.71},{&quot;2026-06-12&quot;:81.71},{&quot;2026-06-13&quot;:81.71},{&quot;2026-06-14&quot;:81.71},{&quot;2026-06-15&quot;:81.71},{&quot;2026-06-16&quot;:81.71},{&quot;2026-06-17&quot;:81.71},{&quot;2026-06-18&quot;:81.71},{&quot;2026-06-19&quot;:81.6},{&quot;2026-06-20&quot;:81.58},{&quot;2026-06-21&quot;:81.58},{&quot;2026-06-22&quot;:81.58},{&quot;2026-06-24&quot;:81.58},{&quot;2026-06-25&quot;:81.58},{&quot;2026-06-26&quot;:81.58},{&quot;2026-06-27&quot;:81.58},{&quot;2026-06-28&quot;:81.58},{&quot;2026-06-29&quot;:81.55},{&quot;2026-06-30&quot;:81.55},{&quot;2026-07-01&quot;:81.88},{&quot;2026-07-02&quot;:81.88},{&quot;2026-07-03&quot;:81.88},{&quot;2026-07-04&quot;:81.88},{&quot;2026-07-05&quot;:81.88},{&quot;2026-07-06&quot;:81.88},{&quot;2026-07-07&quot;:81.88},{&quot;2026-07-08&quot;:81.88},{&quot;2026-07-09&quot;:81.88},{&quot;2026-07-10&quot;:81.88},{&quot;2026-07-11&quot;:81.88},{&quot;2026-07-12&quot;:82.22},{&quot;2026-07-13&quot;:82.22},{&quot;2026-07-14&quot;:82.22},{&quot;2026-07-15&quot;:82.22},{&quot;2026-07-16&quot;:82.22},{&quot;2026-07-17&quot;:82.22},{&quot;2026-07-18&quot;:83.09},{&quot;2026-07-19&quot;:83.09},{&quot;2026-07-20&quot;:83.09},{&quot;2026-07-21&quot;:83.09},{&quot;2026-07-23&quot;:83.09},{&quot;2026-07-25&quot;:83.09},{&quot;2026-07-26&quot;:83.09},{&quot;2026-07-27&quot;:83.09},{&quot;2026-07-29&quot;:83.45},{&quot;2026-07-30&quot;:83.45},{&quot;2026-07-31&quot;:83.45},{&quot;2026-08-01&quot;:83.45},{&quot;2026-08-02&quot;:83.45},{&quot;2026-08-03&quot;:83.45},{&quot;2026-08-04&quot;:83.45},{&quot;2026-08-05&quot;:83.45},{&quot;2026-08-07&quot;:83.45},{&quot;2026-08-08&quot;:83.45},{&quot;2026-08-09&quot;:83.45},{&quot;2026-08-10&quot;:83.45},{&quot;2026-08-11&quot;:83.45},{&quot;2026-08-12&quot;:83.45},{&quot;2026-08-13&quot;:83.45},{&quot;2026-08-14&quot;:83.51},{&quot;2026-08-15&quot;:83.2},{&quot;2026-08-16&quot;:83.36},{&quot;2026-08-17&quot;:83.36},{&quot;2026-08-18&quot;:83.36},{&quot;2026-08-19&quot;:83.36},{&quot;2026-08-20&quot;:83.36},{&quot;2026-08-21&quot;:83.36},{&quot;2026-08-22&quot;:83.4},{&quot;2026-08-23&quot;:83.4},{&quot;2026-08-24&quot;:83.4},{&quot;2026-08-25&quot;:83.4},{&quot;2026-08-26&quot;:83.4},{&quot;2026-08-27&quot;:83.4},{&quot;2026-08-28&quot;:83.4},{&quot;2026-08-29&quot;:83.4},{&quot;2026-08-30&quot;:83.36},{&quot;2026-08-31&quot;:83.36},{&quot;2026-09-01&quot;:83.36},{&quot;2026-09-02&quot;:83.36},{&quot;2026-09-03&quot;:83.36},{&quot;2026-09-04&quot;:83.36},{&quot;2026-09-05&quot;:83.36},{&quot;2026-09-06&quot;:83.36},{&quot;2026-09-07&quot;:83.36},{&quot;2026-09-08&quot;:83.36},{&quot;2026-09-09&quot;:83.36},{&quot;2026-09-10&quot;:83.4},{&quot;2026-09-11&quot;:83.4}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:37.94},{&quot;2026-06-10&quot;:38.44},{&quot;2026-06-11&quot;:38.67},{&quot;2026-06-12&quot;:39.52},{&quot;2026-06-13&quot;:39.89},{&quot;2026-06-14&quot;:39.89},{&quot;2026-06-15&quot;:39.97},{&quot;2026-06-16&quot;:40.16},{&quot;2026-06-17&quot;:40.16},{&quot;2026-06-18&quot;:40.09},{&quot;2026-06-19&quot;:40.16},{&quot;2026-06-20&quot;:40.11},{&quot;2026-06-21&quot;:40.16},{&quot;2026-06-22&quot;:39.94},{&quot;2026-06-24&quot;:39.46},{&quot;2026-06-25&quot;:39.33},{&quot;2026-06-26&quot;:39.0},{&quot;2026-06-27&quot;:38.14},{&quot;2026-06-28&quot;:37.39},{&quot;2026-06-29&quot;:37.12},{&quot;2026-06-30&quot;:36.87},{&quot;2026-07-01&quot;:36.83},{&quot;2026-07-02&quot;:37.02},{&quot;2026-07-03&quot;:37.48},{&quot;2026-07-04&quot;:38.05},{&quot;2026-07-05&quot;:38.59},{&quot;2026-07-06&quot;:38.65},{&quot;2026-07-07&quot;:38.5},{&quot;2026-07-08&quot;:38.72},{&quot;2026-07-09&quot;:39.04},{&quot;2026-07-10&quot;:39.31},{&quot;2026-07-11&quot;:39.58},{&quot;2026-07-12&quot;:39.61},{&quot;2026-07-13&quot;:39.59},{&quot;2026-07-14&quot;:39.59},{&quot;2026-07-15&quot;:39.59},{&quot;2026-07-16&quot;:39.66},{&quot;2026-07-17&quot;:39.7},{&quot;2026-07-18&quot;:39.57},{&quot;2026-07-19&quot;:39.68},{&quot;2026-07-20&quot;:39.62},{&quot;2026-07-21&quot;:39.65},{&quot;2026-07-23&quot;:39.59},{&quot;2026-07-25&quot;:39.59},{&quot;2026-07-26&quot;:39.4},{&quot;2026-07-27&quot;:39.48},{&quot;2026-07-29&quot;:39.25},{&quot;2026-07-30&quot;:39.2},{&quot;2026-07-31&quot;:39.15},{&quot;2026-08-01&quot;:39.15},{&quot;2026-08-02&quot;:39.02},{&quot;2026-08-03&quot;:38.76},{&quot;2026-08-04&quot;:38.68},{&quot;2026-08-05&quot;:38.92},{&quot;2026-08-07&quot;:37.89},{&quot;2026-08-08&quot;:37.64},{&quot;2026-08-09&quot;:37.43},{&quot;2026-08-10&quot;:36.78},{&quot;2026-08-11&quot;:36.61},{&quot;2026-08-12&quot;:36.35},{&quot;2026-08-13&quot;:36.22},{&quot;2026-08-14&quot;:35.61},{&quot;2026-08-15&quot;:35.94},{&quot;2026-08-16&quot;:36.29},{&quot;2026-08-17&quot;:35.47},{&quot;2026-08-18&quot;:34.93},{&quot;2026-08-19&quot;:35.25},{&quot;2026-08-20&quot;:35.25},{&quot;2026-08-21&quot;:35.78},{&quot;2026-08-22&quot;:35.38},{&quot;2026-08-23&quot;:35.85},{&quot;2026-08-24&quot;:35.91},{&quot;2026-08-25&quot;:35.91},{&quot;2026-08-26&quot;:35.97},{&quot;2026-08-27&quot;:35.17},{&quot;2026-08-28&quot;:35.15},{&quot;2026-08-29&quot;:35.15},{&quot;2026-08-30&quot;:35.27},{&quot;2026-08-31&quot;:35.32},{&quot;2026-09-01&quot;:35.32},{&quot;2026-09-02&quot;:35.07},{&quot;2026-09-03&quot;:35.66},{&quot;2026-09-04&quot;:36.25},{&quot;2026-09-05&quot;:36.25},{&quot;2026-09-06&quot;:36.62},{&quot;2026-09-07&quot;:36.65},{&quot;2026-09-08&quot;:36.65},{&quot;2026-09-09&quot;:36.61},{&quot;2026-09-10&quot;:36.59},{&quot;2026-09-11&quot;:36.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="17972"
  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">
            Enlightened 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">
            $36.31
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Enlightened 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-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="Enlightened Tutor" src="https://cards.scryfall.io/large/front/1/c/1c9675fb-1a89-420f-aea8-50e0642f549c.jpg?1783918516" />
    </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">
                $36.31
              </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.28
              </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">$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;2026-06-13&quot;:37.99},{&quot;2026-06-14&quot;:37.99},{&quot;2026-06-15&quot;:38.22},{&quot;2026-06-16&quot;:38.22},{&quot;2026-06-17&quot;:38.68},{&quot;2026-06-18&quot;:38.48},{&quot;2026-06-19&quot;:39.16},{&quot;2026-06-20&quot;:39.16},{&quot;2026-06-21&quot;:39.12},{&quot;2026-06-22&quot;:39.27},{&quot;2026-06-23&quot;:39.27},{&quot;2026-06-24&quot;:39.46},{&quot;2026-06-25&quot;:39.46},{&quot;2026-06-26&quot;:39.46},{&quot;2026-06-27&quot;:39.46},{&quot;2026-06-28&quot;:39.93},{&quot;2026-06-29&quot;:39.93},{&quot;2026-06-30&quot;:39.93},{&quot;2026-07-01&quot;:39.86},{&quot;2026-07-02&quot;:40.01},{&quot;2026-07-03&quot;:40.01},{&quot;2026-07-04&quot;:40.01},{&quot;2026-07-05&quot;:39.53},{&quot;2026-07-06&quot;:39.82},{&quot;2026-07-07&quot;:39.51},{&quot;2026-07-08&quot;:39.51},{&quot;2026-07-09&quot;:39.51},{&quot;2026-07-10&quot;:39.51},{&quot;2026-07-11&quot;:39.41},{&quot;2026-07-12&quot;:39.59},{&quot;2026-07-13&quot;:39.59},{&quot;2026-07-14&quot;:39.59},{&quot;2026-07-15&quot;:39.71},{&quot;2026-07-16&quot;:39.71},{&quot;2026-07-17&quot;:39.77},{&quot;2026-07-18&quot;:39.77},{&quot;2026-07-19&quot;:39.77},{&quot;2026-07-20&quot;:39.77},{&quot;2026-07-21&quot;:39.77},{&quot;2026-07-22&quot;:39.77},{&quot;2026-07-23&quot;:40.09},{&quot;2026-07-24&quot;:40.09},{&quot;2026-07-25&quot;:40.09},{&quot;2026-07-26&quot;:40.09},{&quot;2026-07-27&quot;:40.09},{&quot;2026-07-28&quot;:40.09},{&quot;2026-07-29&quot;:40.09},{&quot;2026-07-30&quot;:40.3},{&quot;2026-07-31&quot;:39.59},{&quot;2026-08-01&quot;:39.38},{&quot;2026-08-02&quot;:39.04},{&quot;2026-08-03&quot;:39.04},{&quot;2026-08-04&quot;:39.04},{&quot;2026-08-05&quot;:39.04},{&quot;2026-08-07&quot;:39.52},{&quot;2026-08-08&quot;:39.5},{&quot;2026-08-09&quot;:39.5},{&quot;2026-08-10&quot;:39.92},{&quot;2026-08-11&quot;:39.69},{&quot;2026-08-12&quot;:39.49},{&quot;2026-08-13&quot;:39.49},{&quot;2026-08-14&quot;:39.04},{&quot;2026-08-15&quot;:39.04},{&quot;2026-08-16&quot;:39.1},{&quot;2026-08-17&quot;:39.1},{&quot;2026-08-18&quot;:38.74},{&quot;2026-08-19&quot;:39.24},{&quot;2026-08-20&quot;:39.35},{&quot;2026-08-21&quot;:39.35},{&quot;2026-08-22&quot;:39.35},{&quot;2026-08-23&quot;:39.35},{&quot;2026-08-24&quot;:39.45},{&quot;2026-08-25&quot;:39.45},{&quot;2026-08-26&quot;:39.45},{&quot;2026-08-27&quot;:39.45},{&quot;2026-08-28&quot;:39.45},{&quot;2026-08-29&quot;:39.45},{&quot;2026-08-30&quot;:39.49},{&quot;2026-08-31&quot;:39.09},{&quot;2026-09-01&quot;:39.09},{&quot;2026-09-02&quot;:39.09},{&quot;2026-09-03&quot;:39.09},{&quot;2026-09-04&quot;:39.09},{&quot;2026-09-05&quot;:39.09},{&quot;2026-09-06&quot;:39.09},{&quot;2026-09-07&quot;:39.11},{&quot;2026-09-08&quot;:38.78},{&quot;2026-09-09&quot;:38.78},{&quot;2026-09-10&quot;:38.27},{&quot;2026-09-11&quot;:38.28}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:37.6},{&quot;2026-06-14&quot;:37.58},{&quot;2026-06-15&quot;:37.03},{&quot;2026-06-16&quot;:37.9},{&quot;2026-06-17&quot;:38.16},{&quot;2026-06-18&quot;:37.76},{&quot;2026-06-19&quot;:37.24},{&quot;2026-06-20&quot;:37.04},{&quot;2026-06-21&quot;:37.04},{&quot;2026-06-22&quot;:36.68},{&quot;2026-06-23&quot;:36.68},{&quot;2026-06-24&quot;:36.65},{&quot;2026-06-25&quot;:36.65},{&quot;2026-06-26&quot;:36.51},{&quot;2026-06-27&quot;:35.98},{&quot;2026-06-28&quot;:35.02},{&quot;2026-06-29&quot;:36.41},{&quot;2026-06-30&quot;:35.86},{&quot;2026-07-01&quot;:36.22},{&quot;2026-07-02&quot;:36.91},{&quot;2026-07-03&quot;:39.39},{&quot;2026-07-04&quot;:39.54},{&quot;2026-07-05&quot;:39.56},{&quot;2026-07-06&quot;:39.58},{&quot;2026-07-07&quot;:39.48},{&quot;2026-07-08&quot;:39.35},{&quot;2026-07-09&quot;:39.79},{&quot;2026-07-10&quot;:39.75},{&quot;2026-07-11&quot;:39.58},{&quot;2026-07-12&quot;:39.42},{&quot;2026-07-13&quot;:38.65},{&quot;2026-07-14&quot;:38.67},{&quot;2026-07-15&quot;:38.37},{&quot;2026-07-16&quot;:38.49},{&quot;2026-07-17&quot;:38.23},{&quot;2026-07-18&quot;:38.19},{&quot;2026-07-19&quot;:38.19},{&quot;2026-07-20&quot;:37.88},{&quot;2026-07-21&quot;:38.14},{&quot;2026-07-22&quot;:38.32},{&quot;2026-07-23&quot;:37.85},{&quot;2026-07-24&quot;:37.71},{&quot;2026-07-25&quot;:38.01},{&quot;2026-07-26&quot;:38.71},{&quot;2026-07-27&quot;:38.74},{&quot;2026-07-28&quot;:38.73},{&quot;2026-07-29&quot;:38.77},{&quot;2026-07-30&quot;:38.77},{&quot;2026-07-31&quot;:38.36},{&quot;2026-08-01&quot;:37.93},{&quot;2026-08-02&quot;:37.81},{&quot;2026-08-03&quot;:37.81},{&quot;2026-08-04&quot;:37.81},{&quot;2026-08-05&quot;:37.64},{&quot;2026-08-07&quot;:37.64},{&quot;2026-08-08&quot;:37.93},{&quot;2026-08-09&quot;:37.93},{&quot;2026-08-10&quot;:37.93},{&quot;2026-08-11&quot;:37.93},{&quot;2026-08-12&quot;:37.85},{&quot;2026-08-13&quot;:37.31},{&quot;2026-08-14&quot;:37.11},{&quot;2026-08-15&quot;:35.91},{&quot;2026-08-16&quot;:35.87},{&quot;2026-08-17&quot;:35.2},{&quot;2026-08-18&quot;:35.05},{&quot;2026-08-19&quot;:34.93},{&quot;2026-08-20&quot;:34.66},{&quot;2026-08-21&quot;:34.35},{&quot;2026-08-22&quot;:34.25},{&quot;2026-08-23&quot;:34.16},{&quot;2026-08-24&quot;:35.04},{&quot;2026-08-25&quot;:35.35},{&quot;2026-08-26&quot;:35.35},{&quot;2026-08-27&quot;:35.34},{&quot;2026-08-28&quot;:35.44},{&quot;2026-08-29&quot;:35.44},{&quot;2026-08-30&quot;:35.77},{&quot;2026-08-31&quot;:35.78},{&quot;2026-09-01&quot;:35.78},{&quot;2026-09-02&quot;:36.24},{&quot;2026-09-03&quot;:36.42},{&quot;2026-09-04&quot;:36.51},{&quot;2026-09-05&quot;:36.41},{&quot;2026-09-06&quot;:36.4},{&quot;2026-09-07&quot;:36.04},{&quot;2026-09-08&quot;:36.12},{&quot;2026-09-09&quot;:36.19},{&quot;2026-09-10&quot;:36.3},{&quot;2026-09-11&quot;:36.31}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $36.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="Mycosynth Lattice" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/188dfd03-010b-48ca-b0a3-dd9d77947215.jpg?1783917874" />

        <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">
            Mycosynth Lattice
        </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-6'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mycosynth Lattice" src="https://cards.scryfall.io/large/front/1/8/188dfd03-010b-48ca-b0a3-dd9d77947215.jpg?1783917874" />
    </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">
                $36.22
              </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">$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;normal&quot;:[{&quot;2026-06-10&quot;:38.07},{&quot;2026-06-11&quot;:38.07},{&quot;2026-06-12&quot;:37.81},{&quot;2026-06-13&quot;:37.81},{&quot;2026-06-14&quot;:37.57},{&quot;2026-06-15&quot;:37.39},{&quot;2026-06-16&quot;:37.39},{&quot;2026-06-17&quot;:37.39},{&quot;2026-06-18&quot;:37.35},{&quot;2026-06-19&quot;:37.35},{&quot;2026-06-20&quot;:37.42},{&quot;2026-06-21&quot;:37.42},{&quot;2026-06-22&quot;:37.42},{&quot;2026-06-23&quot;:37.38},{&quot;2026-06-24&quot;:37.38},{&quot;2026-06-25&quot;:36.84},{&quot;2026-06-26&quot;:36.99},{&quot;2026-06-27&quot;:36.97},{&quot;2026-06-28&quot;:36.97},{&quot;2026-06-29&quot;:36.97},{&quot;2026-06-30&quot;:36.77},{&quot;2026-07-01&quot;:36.77},{&quot;2026-07-02&quot;:37.01},{&quot;2026-07-03&quot;:37.02},{&quot;2026-07-04&quot;:37.76},{&quot;2026-07-05&quot;:37.67},{&quot;2026-07-06&quot;:37.89},{&quot;2026-07-07&quot;:37.89},{&quot;2026-07-08&quot;:37.66},{&quot;2026-07-09&quot;:37.66},{&quot;2026-07-10&quot;:37.66},{&quot;2026-07-11&quot;:37.6},{&quot;2026-07-12&quot;:37.64},{&quot;2026-07-13&quot;:37.64},{&quot;2026-07-14&quot;:37.29},{&quot;2026-07-15&quot;:37.29},{&quot;2026-07-16&quot;:37.29},{&quot;2026-07-17&quot;:37.08},{&quot;2026-07-18&quot;:37.08},{&quot;2026-07-19&quot;:37.46},{&quot;2026-07-20&quot;:37.25},{&quot;2026-07-21&quot;:37.72},{&quot;2026-07-23&quot;:37.76},{&quot;2026-07-25&quot;:38.05},{&quot;2026-07-26&quot;:38.15},{&quot;2026-07-27&quot;:37.97},{&quot;2026-07-29&quot;:37.79},{&quot;2026-07-30&quot;:37.79},{&quot;2026-07-31&quot;:37.79},{&quot;2026-08-01&quot;:37.79},{&quot;2026-08-02&quot;:36.94},{&quot;2026-08-03&quot;:36.72},{&quot;2026-08-04&quot;:36.06},{&quot;2026-08-05&quot;:34.88},{&quot;2026-08-07&quot;:35.28},{&quot;2026-08-08&quot;:35.28},{&quot;2026-08-09&quot;:35.28},{&quot;2026-08-10&quot;:34.97},{&quot;2026-08-11&quot;:34.46},{&quot;2026-08-12&quot;:34.46},{&quot;2026-08-13&quot;:33.72},{&quot;2026-08-14&quot;:33.29},{&quot;2026-08-15&quot;:34.0},{&quot;2026-08-16&quot;:34.72},{&quot;2026-08-17&quot;:34.72},{&quot;2026-08-18&quot;:34.72},{&quot;2026-08-19&quot;:34.64},{&quot;2026-08-20&quot;:34.64},{&quot;2026-08-21&quot;:34.95},{&quot;2026-08-22&quot;:35.18},{&quot;2026-08-23&quot;:34.81},{&quot;2026-08-24&quot;:34.63},{&quot;2026-08-25&quot;:34.63},{&quot;2026-08-26&quot;:34.36},{&quot;2026-08-27&quot;:34.36},{&quot;2026-08-28&quot;:34.43},{&quot;2026-08-29&quot;:34.43},{&quot;2026-08-30&quot;:35.02},{&quot;2026-08-31&quot;:35.22},{&quot;2026-09-01&quot;:35.22},{&quot;2026-09-02&quot;:34.9},{&quot;2026-09-03&quot;:35.05},{&quot;2026-09-04&quot;:35.5},{&quot;2026-09-05&quot;:35.62},{&quot;2026-09-06&quot;:35.96},{&quot;2026-09-07&quot;:36.24},{&quot;2026-09-08&quot;:36.22},{&quot;2026-09-09&quot;:36.22},{&quot;2026-09-10&quot;:36.22},{&quot;2026-09-11&quot;:36.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="87681"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-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">
            Agatha&#39;s Soul Cauldron
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Agatha&#39;s Soul Cauldron" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/b/cb1bbd0b-a05a-4a6e-83d3-4bd067b7ef3a.jpg?1783914821" />

        <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">
            Agatha&#39;s Soul Cauldron
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Agatha&#39;s Soul Cauldron" src="https://cards.scryfall.io/large/front/c/b/cb1bbd0b-a05a-4a6e-83d3-4bd067b7ef3a.jpg?1783914821" />
    </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">
                $35.93
              </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">
                $40.37
              </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">$36.00</span>
              <span class="text-xs text-grey-text">Credit: $46.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-08&quot;:37.73},{&quot;2026-06-10&quot;:37.91},{&quot;2026-06-11&quot;:37.91},{&quot;2026-06-12&quot;:37.91},{&quot;2026-06-13&quot;:37.91},{&quot;2026-06-14&quot;:37.91},{&quot;2026-06-15&quot;:37.91},{&quot;2026-06-16&quot;:37.91},{&quot;2026-06-17&quot;:38.12},{&quot;2026-06-18&quot;:38.12},{&quot;2026-06-19&quot;:38.18},{&quot;2026-06-20&quot;:38.18},{&quot;2026-06-21&quot;:38.18},{&quot;2026-06-22&quot;:38.18},{&quot;2026-06-24&quot;:38.64},{&quot;2026-06-25&quot;:39.02},{&quot;2026-06-26&quot;:39.1},{&quot;2026-06-27&quot;:39.1},{&quot;2026-06-28&quot;:39.29},{&quot;2026-06-29&quot;:39.29},{&quot;2026-06-30&quot;:39.29},{&quot;2026-07-01&quot;:39.2},{&quot;2026-07-02&quot;:39.2},{&quot;2026-07-03&quot;:39.2},{&quot;2026-07-04&quot;:39.2},{&quot;2026-07-05&quot;:39.2},{&quot;2026-07-06&quot;:39.2},{&quot;2026-07-07&quot;:39.35},{&quot;2026-07-08&quot;:39.35},{&quot;2026-07-09&quot;:39.35},{&quot;2026-07-10&quot;:39.35},{&quot;2026-07-11&quot;:39.35},{&quot;2026-07-12&quot;:39.35},{&quot;2026-07-13&quot;:39.35},{&quot;2026-07-14&quot;:39.51},{&quot;2026-07-15&quot;:39.51},{&quot;2026-07-16&quot;:39.52},{&quot;2026-07-17&quot;:39.52},{&quot;2026-07-18&quot;:39.52},{&quot;2026-07-19&quot;:39.49},{&quot;2026-07-20&quot;:39.49},{&quot;2026-07-21&quot;:39.61},{&quot;2026-07-23&quot;:40.09},{&quot;2026-07-25&quot;:40.09},{&quot;2026-07-26&quot;:40.09},{&quot;2026-07-27&quot;:40.09},{&quot;2026-07-29&quot;:40.09},{&quot;2026-07-30&quot;:40.09},{&quot;2026-07-31&quot;:40.09},{&quot;2026-08-01&quot;:40.09},{&quot;2026-08-02&quot;:40.29},{&quot;2026-08-03&quot;:40.29},{&quot;2026-08-04&quot;:40.34},{&quot;2026-08-05&quot;:40.34},{&quot;2026-08-07&quot;:40.34},{&quot;2026-08-08&quot;:40.08},{&quot;2026-08-09&quot;:40.08},{&quot;2026-08-10&quot;:40.15},{&quot;2026-08-11&quot;:40.15},{&quot;2026-08-12&quot;:40.15},{&quot;2026-08-13&quot;:40.15},{&quot;2026-08-14&quot;:40.15},{&quot;2026-08-15&quot;:40.18},{&quot;2026-08-16&quot;:39.86},{&quot;2026-08-17&quot;:39.86},{&quot;2026-08-18&quot;:39.86},{&quot;2026-08-19&quot;:39.86},{&quot;2026-08-20&quot;:39.86},{&quot;2026-08-21&quot;:39.86},{&quot;2026-08-22&quot;:39.86},{&quot;2026-08-23&quot;:39.86},{&quot;2026-08-24&quot;:39.86},{&quot;2026-08-25&quot;:39.86},{&quot;2026-08-26&quot;:39.86},{&quot;2026-08-27&quot;:39.86},{&quot;2026-08-28&quot;:39.86},{&quot;2026-08-29&quot;:39.86},{&quot;2026-08-30&quot;:40.31},{&quot;2026-08-31&quot;:40.31},{&quot;2026-09-01&quot;:40.31},{&quot;2026-09-02&quot;:40.31},{&quot;2026-09-03&quot;:40.31},{&quot;2026-09-04&quot;:40.31},{&quot;2026-09-05&quot;:40.31},{&quot;2026-09-06&quot;:40.31},{&quot;2026-09-07&quot;:40.31},{&quot;2026-09-08&quot;:40.31},{&quot;2026-09-09&quot;:40.31},{&quot;2026-09-10&quot;:40.31},{&quot;2026-09-11&quot;:40.37}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:34.7},{&quot;2026-06-10&quot;:34.6},{&quot;2026-06-11&quot;:34.61},{&quot;2026-06-12&quot;:34.71},{&quot;2026-06-13&quot;:34.84},{&quot;2026-06-14&quot;:34.8},{&quot;2026-06-15&quot;:34.84},{&quot;2026-06-16&quot;:34.95},{&quot;2026-06-17&quot;:35.13},{&quot;2026-06-18&quot;:35.13},{&quot;2026-06-19&quot;:35.13},{&quot;2026-06-20&quot;:35.09},{&quot;2026-06-21&quot;:35.09},{&quot;2026-06-22&quot;:35.53},{&quot;2026-06-24&quot;:35.38},{&quot;2026-06-25&quot;:35.47},{&quot;2026-06-26&quot;:35.47},{&quot;2026-06-27&quot;:35.47},{&quot;2026-06-28&quot;:35.51},{&quot;2026-06-29&quot;:35.51},{&quot;2026-06-30&quot;:35.47},{&quot;2026-07-01&quot;:35.4},{&quot;2026-07-02&quot;:35.59},{&quot;2026-07-03&quot;:35.59},{&quot;2026-07-04&quot;:35.59},{&quot;2026-07-05&quot;:35.59},{&quot;2026-07-06&quot;:35.57},{&quot;2026-07-07&quot;:35.59},{&quot;2026-07-08&quot;:35.63},{&quot;2026-07-09&quot;:35.68},{&quot;2026-07-10&quot;:35.71},{&quot;2026-07-11&quot;:35.71},{&quot;2026-07-12&quot;:35.81},{&quot;2026-07-13&quot;:35.81},{&quot;2026-07-14&quot;:35.81},{&quot;2026-07-15&quot;:35.92},{&quot;2026-07-16&quot;:35.92},{&quot;2026-07-17&quot;:35.97},{&quot;2026-07-18&quot;:35.97},{&quot;2026-07-19&quot;:35.97},{&quot;2026-07-20&quot;:36.08},{&quot;2026-07-21&quot;:36.08},{&quot;2026-07-23&quot;:36.08},{&quot;2026-07-25&quot;:35.79},{&quot;2026-07-26&quot;:35.82},{&quot;2026-07-27&quot;:35.58},{&quot;2026-07-29&quot;:35.58},{&quot;2026-07-30&quot;:35.61},{&quot;2026-07-31&quot;:35.65},{&quot;2026-08-01&quot;:35.65},{&quot;2026-08-02&quot;:35.65},{&quot;2026-08-03&quot;:35.65},{&quot;2026-08-04&quot;:35.65},{&quot;2026-08-05&quot;:35.65},{&quot;2026-08-07&quot;:35.63},{&quot;2026-08-08&quot;:35.65},{&quot;2026-08-09&quot;:35.8},{&quot;2026-08-10&quot;:35.8},{&quot;2026-08-11&quot;:35.8},{&quot;2026-08-12&quot;:35.75},{&quot;2026-08-13&quot;:35.71},{&quot;2026-08-14&quot;:35.71},{&quot;2026-08-15&quot;:35.23},{&quot;2026-08-16&quot;:35.23},{&quot;2026-08-17&quot;:35.17},{&quot;2026-08-18&quot;:35.13},{&quot;2026-08-19&quot;:35.19},{&quot;2026-08-20&quot;:35.19},{&quot;2026-08-21&quot;:35.43},{&quot;2026-08-22&quot;:35.43},{&quot;2026-08-23&quot;:35.43},{&quot;2026-08-24&quot;:35.43},{&quot;2026-08-25&quot;:35.43},{&quot;2026-08-26&quot;:35.51},{&quot;2026-08-27&quot;:35.51},{&quot;2026-08-28&quot;:35.57},{&quot;2026-08-29&quot;:35.57},{&quot;2026-08-30&quot;:35.62},{&quot;2026-08-31&quot;:35.62},{&quot;2026-09-01&quot;:35.62},{&quot;2026-09-02&quot;:35.77},{&quot;2026-09-03&quot;:35.77},{&quot;2026-09-04&quot;:35.79},{&quot;2026-09-05&quot;:35.79},{&quot;2026-09-06&quot;:35.79},{&quot;2026-09-07&quot;:35.79},{&quot;2026-09-08&quot;:35.98},{&quot;2026-09-09&quot;:35.98},{&quot;2026-09-10&quot;:35.93},{&quot;2026-09-11&quot;:35.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="71358"
  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-ltc 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">
            Rings of Brighthearth
        </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">
            $35.91
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rings of Brighthearth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/5/851f0e08-2c39-4ce9-a181-e106ca9e5fc1.jpg?1783915822" />

        <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">
            Rings of Brighthearth
        </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-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="Rings of Brighthearth" src="https://cards.scryfall.io/large/front/8/5/851f0e08-2c39-4ce9-a181-e106ca9e5fc1.jpg?1783915822" />
    </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">
                $35.91
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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-08&quot;:35.56},{&quot;2026-06-10&quot;:35.92},{&quot;2026-06-11&quot;:35.92},{&quot;2026-06-12&quot;:36.39},{&quot;2026-06-13&quot;:36.39},{&quot;2026-06-14&quot;:36.59},{&quot;2026-06-15&quot;:36.59},{&quot;2026-06-16&quot;:36.59},{&quot;2026-06-17&quot;:36.5},{&quot;2026-06-18&quot;:36.5},{&quot;2026-06-19&quot;:36.5},{&quot;2026-06-20&quot;:36.5},{&quot;2026-06-21&quot;:36.5},{&quot;2026-06-22&quot;:36.5},{&quot;2026-06-24&quot;:36.5},{&quot;2026-06-25&quot;:36.07},{&quot;2026-06-26&quot;:36.07},{&quot;2026-06-27&quot;:36.07},{&quot;2026-06-28&quot;:36.07},{&quot;2026-06-29&quot;:36.07},{&quot;2026-06-30&quot;:36.13},{&quot;2026-07-01&quot;:36.13},{&quot;2026-07-02&quot;:36.13},{&quot;2026-07-03&quot;:36.13},{&quot;2026-07-04&quot;:36.13},{&quot;2026-07-05&quot;:36.13},{&quot;2026-07-06&quot;:36.18},{&quot;2026-07-07&quot;:36.18},{&quot;2026-07-08&quot;:36.18},{&quot;2026-07-09&quot;:36.18},{&quot;2026-07-10&quot;:36.18},{&quot;2026-07-11&quot;:36.18},{&quot;2026-07-12&quot;:36.18},{&quot;2026-07-13&quot;:36.18},{&quot;2026-07-14&quot;:36.18},{&quot;2026-07-15&quot;:36.18},{&quot;2026-07-16&quot;:36.18},{&quot;2026-07-17&quot;:36.18},{&quot;2026-07-18&quot;:36.18},{&quot;2026-07-19&quot;:36.18},{&quot;2026-07-20&quot;:36.18},{&quot;2026-07-21&quot;:36.18},{&quot;2026-07-23&quot;:36.18},{&quot;2026-07-25&quot;:36.18},{&quot;2026-07-26&quot;:36.18},{&quot;2026-07-27&quot;:36.18},{&quot;2026-07-29&quot;:36.26},{&quot;2026-07-30&quot;:36.26},{&quot;2026-07-31&quot;:36.26},{&quot;2026-08-01&quot;:36.26},{&quot;2026-08-02&quot;:36.26},{&quot;2026-08-03&quot;:36.26},{&quot;2026-08-04&quot;:36.26},{&quot;2026-08-05&quot;:35.54},{&quot;2026-08-07&quot;:35.42},{&quot;2026-08-08&quot;:35.42},{&quot;2026-08-09&quot;:35.42},{&quot;2026-08-10&quot;:35.42},{&quot;2026-08-11&quot;:35.42},{&quot;2026-08-12&quot;:35.42},{&quot;2026-08-13&quot;:35.42},{&quot;2026-08-14&quot;:35.42},{&quot;2026-08-15&quot;:35.42},{&quot;2026-08-16&quot;:35.42},{&quot;2026-08-17&quot;:35.42},{&quot;2026-08-18&quot;:35.42},{&quot;2026-08-19&quot;:35.42},{&quot;2026-08-20&quot;:35.42},{&quot;2026-08-21&quot;:35.42},{&quot;2026-08-22&quot;:35.42},{&quot;2026-08-23&quot;:35.42},{&quot;2026-08-24&quot;:35.46},{&quot;2026-08-25&quot;:35.46},{&quot;2026-08-26&quot;:35.46},{&quot;2026-08-27&quot;:35.7},{&quot;2026-08-28&quot;:35.7},{&quot;2026-08-29&quot;:35.7},{&quot;2026-08-30&quot;:35.7},{&quot;2026-08-31&quot;:35.7},{&quot;2026-09-01&quot;:35.7},{&quot;2026-09-02&quot;:35.7},{&quot;2026-09-03&quot;:35.83},{&quot;2026-09-04&quot;:35.83},{&quot;2026-09-05&quot;:35.83},{&quot;2026-09-06&quot;:35.83},{&quot;2026-09-07&quot;:35.91},{&quot;2026-09-08&quot;:35.91},{&quot;2026-09-09&quot;:35.91},{&quot;2026-09-10&quot;:35.91},{&quot;2026-09-11&quot;:35.91}],&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="92384"
  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">
            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-50 text-badge-text">
              ↑
              2%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Animar, Soul of Elements" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/6/a6e4c340-afd1-4405-b58e-8d7438ce9b55.jpg?1783913096" />

        <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/6/a6e4c340-afd1-4405-b58e-8d7438ce9b55.jpg?1783913096" />
    </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">
                $35.51
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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;:44.07},{&quot;2026-06-14&quot;:44.24},{&quot;2026-06-15&quot;:44.24},{&quot;2026-06-16&quot;:44.52},{&quot;2026-06-17&quot;:44.64},{&quot;2026-06-18&quot;:44.64},{&quot;2026-06-19&quot;:44.64},{&quot;2026-06-20&quot;:44.72},{&quot;2026-06-21&quot;:44.72},{&quot;2026-06-22&quot;:44.7},{&quot;2026-06-23&quot;:44.36},{&quot;2026-06-24&quot;:44.36},{&quot;2026-06-25&quot;:44.36},{&quot;2026-06-26&quot;:44.36},{&quot;2026-06-27&quot;:44.36},{&quot;2026-06-28&quot;:42.77},{&quot;2026-06-29&quot;:44.67},{&quot;2026-06-30&quot;:44.67},{&quot;2026-07-01&quot;:44.72},{&quot;2026-07-02&quot;:44.72},{&quot;2026-07-03&quot;:43.93},{&quot;2026-07-04&quot;:43.93},{&quot;2026-07-05&quot;:42.92},{&quot;2026-07-06&quot;:42.92},{&quot;2026-07-07&quot;:42.92},{&quot;2026-07-08&quot;:42.86},{&quot;2026-07-09&quot;:42.86},{&quot;2026-07-10&quot;:42.86},{&quot;2026-07-11&quot;:42.83},{&quot;2026-07-12&quot;:42.32},{&quot;2026-07-13&quot;:42.32},{&quot;2026-07-14&quot;:42.05},{&quot;2026-07-15&quot;:41.33},{&quot;2026-07-16&quot;:40.44},{&quot;2026-07-17&quot;:40.01},{&quot;2026-07-18&quot;:40.01},{&quot;2026-07-19&quot;:40.01},{&quot;2026-07-20&quot;:39.51},{&quot;2026-07-21&quot;:39.51},{&quot;2026-07-22&quot;:38.96},{&quot;2026-07-23&quot;:38.83},{&quot;2026-07-24&quot;:38.83},{&quot;2026-07-25&quot;:38.95},{&quot;2026-07-26&quot;:39.33},{&quot;2026-07-27&quot;:39.35},{&quot;2026-07-28&quot;:39.35},{&quot;2026-07-29&quot;:39.24},{&quot;2026-07-30&quot;:39.24},{&quot;2026-07-31&quot;:39.24},{&quot;2026-08-01&quot;:38.99},{&quot;2026-08-02&quot;:38.34},{&quot;2026-08-03&quot;:38.34},{&quot;2026-08-04&quot;:38.34},{&quot;2026-08-05&quot;:38.18},{&quot;2026-08-07&quot;:38.39},{&quot;2026-08-08&quot;:38.39},{&quot;2026-08-09&quot;:38.39},{&quot;2026-08-10&quot;:38.34},{&quot;2026-08-11&quot;:38.34},{&quot;2026-08-12&quot;:38.48},{&quot;2026-08-13&quot;:38.48},{&quot;2026-08-14&quot;:38.49},{&quot;2026-08-15&quot;:38.49},{&quot;2026-08-16&quot;:38.18},{&quot;2026-08-17&quot;:38.09},{&quot;2026-08-18&quot;:37.92},{&quot;2026-08-19&quot;:37.63},{&quot;2026-08-20&quot;:36.89},{&quot;2026-08-21&quot;:36.49},{&quot;2026-08-22&quot;:36.32},{&quot;2026-08-23&quot;:34.79},{&quot;2026-08-24&quot;:34.95},{&quot;2026-08-25&quot;:34.95},{&quot;2026-08-26&quot;:34.97},{&quot;2026-08-27&quot;:34.97},{&quot;2026-08-28&quot;:34.7},{&quot;2026-08-29&quot;:34.7},{&quot;2026-08-30&quot;:34.5},{&quot;2026-08-31&quot;:34.23},{&quot;2026-09-01&quot;:34.53},{&quot;2026-09-02&quot;:34.48},{&quot;2026-09-03&quot;:34.37},{&quot;2026-09-04&quot;:34.56},{&quot;2026-09-05&quot;:34.96},{&quot;2026-09-06&quot;:35.64},{&quot;2026-09-07&quot;:35.54},{&quot;2026-09-08&quot;:35.51},{&quot;2026-09-09&quot;:35.51},{&quot;2026-09-10&quot;:35.51},{&quot;2026-09-11&quot;:35.51}],&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="53356"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-common ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Lotus Petal
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lotus Petal" src="https://cards.scryfall.io/large/front/5/7/57c4bd1f-757c-4b62-a87d-73da94f904f3.jpg?1783910552" />
    </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">
                $35.37
              </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">
                $144.05
              </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-10&quot;:129.5},{&quot;2026-06-11&quot;:129.5},{&quot;2026-06-12&quot;:129.5},{&quot;2026-06-13&quot;:129.5},{&quot;2026-06-14&quot;:129.5},{&quot;2026-06-15&quot;:129.5},{&quot;2026-06-16&quot;:129.5},{&quot;2026-06-17&quot;:129.5},{&quot;2026-06-18&quot;:129.5},{&quot;2026-06-19&quot;:129.5},{&quot;2026-06-20&quot;:129.5},{&quot;2026-06-21&quot;:129.5},{&quot;2026-06-22&quot;:129.5},{&quot;2026-06-23&quot;:132.01},{&quot;2026-06-24&quot;:132.01},{&quot;2026-06-25&quot;:132.01},{&quot;2026-06-26&quot;:132.01},{&quot;2026-06-27&quot;:132.01},{&quot;2026-06-28&quot;:132.73},{&quot;2026-06-29&quot;:132.73},{&quot;2026-06-30&quot;:132.73},{&quot;2026-07-01&quot;:133.92},{&quot;2026-07-02&quot;:133.92},{&quot;2026-07-03&quot;:133.92},{&quot;2026-07-04&quot;:133.92},{&quot;2026-07-05&quot;:133.92},{&quot;2026-07-06&quot;:133.92},{&quot;2026-07-07&quot;:133.92},{&quot;2026-07-08&quot;:133.92},{&quot;2026-07-09&quot;:135.12},{&quot;2026-07-10&quot;:135.12},{&quot;2026-07-11&quot;:136.31},{&quot;2026-07-12&quot;:136.31},{&quot;2026-07-13&quot;:136.31},{&quot;2026-07-14&quot;:136.31},{&quot;2026-07-15&quot;:136.31},{&quot;2026-07-16&quot;:136.31},{&quot;2026-07-17&quot;:136.31},{&quot;2026-07-18&quot;:137.45},{&quot;2026-07-19&quot;:137.45},{&quot;2026-07-20&quot;:139.22},{&quot;2026-07-21&quot;:139.22},{&quot;2026-07-23&quot;:139.22},{&quot;2026-07-25&quot;:139.22},{&quot;2026-07-26&quot;:139.22},{&quot;2026-07-27&quot;:139.22},{&quot;2026-07-29&quot;:139.22},{&quot;2026-07-30&quot;:139.22},{&quot;2026-07-31&quot;:139.22},{&quot;2026-08-01&quot;:139.22},{&quot;2026-08-02&quot;:139.22},{&quot;2026-08-03&quot;:139.22},{&quot;2026-08-04&quot;:139.22},{&quot;2026-08-05&quot;:139.22},{&quot;2026-08-07&quot;:139.22},{&quot;2026-08-08&quot;:141.02},{&quot;2026-08-09&quot;:141.02},{&quot;2026-08-10&quot;:141.02},{&quot;2026-08-11&quot;:141.02},{&quot;2026-08-12&quot;:141.02},{&quot;2026-08-13&quot;:143.37},{&quot;2026-08-14&quot;:143.37},{&quot;2026-08-15&quot;:143.37},{&quot;2026-08-16&quot;:143.37},{&quot;2026-08-17&quot;:143.37},{&quot;2026-08-18&quot;:143.37},{&quot;2026-08-19&quot;:143.37},{&quot;2026-08-20&quot;:143.37},{&quot;2026-08-21&quot;:143.37},{&quot;2026-08-22&quot;:143.37},{&quot;2026-08-23&quot;:143.37},{&quot;2026-08-24&quot;:143.37},{&quot;2026-08-25&quot;:143.37},{&quot;2026-08-26&quot;:143.37},{&quot;2026-08-27&quot;:143.37},{&quot;2026-08-28&quot;:143.37},{&quot;2026-08-29&quot;:143.37},{&quot;2026-08-30&quot;:143.37},{&quot;2026-08-31&quot;:143.37},{&quot;2026-09-01&quot;:143.37},{&quot;2026-09-02&quot;:143.37},{&quot;2026-09-03&quot;:143.37},{&quot;2026-09-04&quot;:143.37},{&quot;2026-09-05&quot;:143.37},{&quot;2026-09-06&quot;:143.37},{&quot;2026-09-07&quot;:143.37},{&quot;2026-09-08&quot;:143.37},{&quot;2026-09-09&quot;:143.37},{&quot;2026-09-10&quot;:144.05},{&quot;2026-09-11&quot;:144.05}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:34.19},{&quot;2026-06-11&quot;:34.37},{&quot;2026-06-12&quot;:34.86},{&quot;2026-06-13&quot;:34.97},{&quot;2026-06-14&quot;:35.0},{&quot;2026-06-15&quot;:35.26},{&quot;2026-06-16&quot;:35.61},{&quot;2026-06-17&quot;:35.54},{&quot;2026-06-18&quot;:35.67},{&quot;2026-06-19&quot;:35.83},{&quot;2026-06-20&quot;:36.11},{&quot;2026-06-21&quot;:36.11},{&quot;2026-06-22&quot;:36.45},{&quot;2026-06-23&quot;:37.33},{&quot;2026-06-24&quot;:37.74},{&quot;2026-06-25&quot;:37.74},{&quot;2026-06-26&quot;:37.65},{&quot;2026-06-27&quot;:37.88},{&quot;2026-06-28&quot;:38.24},{&quot;2026-06-29&quot;:38.24},{&quot;2026-06-30&quot;:38.24},{&quot;2026-07-01&quot;:38.15},{&quot;2026-07-02&quot;:38.07},{&quot;2026-07-03&quot;:37.89},{&quot;2026-07-04&quot;:37.89},{&quot;2026-07-05&quot;:38.04},{&quot;2026-07-06&quot;:38.41},{&quot;2026-07-07&quot;:38.41},{&quot;2026-07-08&quot;:38.41},{&quot;2026-07-09&quot;:38.29},{&quot;2026-07-10&quot;:38.29},{&quot;2026-07-11&quot;:38.65},{&quot;2026-07-12&quot;:38.65},{&quot;2026-07-13&quot;:38.65},{&quot;2026-07-14&quot;:38.78},{&quot;2026-07-15&quot;:38.78},{&quot;2026-07-16&quot;:38.76},{&quot;2026-07-17&quot;:38.58},{&quot;2026-07-18&quot;:38.26},{&quot;2026-07-19&quot;:38.26},{&quot;2026-07-20&quot;:37.69},{&quot;2026-07-21&quot;:37.69},{&quot;2026-07-23&quot;:37.64},{&quot;2026-07-25&quot;:37.64},{&quot;2026-07-26&quot;:37.78},{&quot;2026-07-27&quot;:37.76},{&quot;2026-07-29&quot;:37.33},{&quot;2026-07-30&quot;:37.12},{&quot;2026-07-31&quot;:36.96},{&quot;2026-08-01&quot;:36.88},{&quot;2026-08-02&quot;:36.99},{&quot;2026-08-03&quot;:36.71},{&quot;2026-08-04&quot;:36.24},{&quot;2026-08-05&quot;:36.24},{&quot;2026-08-07&quot;:35.91},{&quot;2026-08-08&quot;:35.92},{&quot;2026-08-09&quot;:35.17},{&quot;2026-08-10&quot;:34.26},{&quot;2026-08-11&quot;:33.93},{&quot;2026-08-12&quot;:33.55},{&quot;2026-08-13&quot;:32.81},{&quot;2026-08-14&quot;:32.82},{&quot;2026-08-15&quot;:32.34},{&quot;2026-08-16&quot;:31.9},{&quot;2026-08-17&quot;:32.42},{&quot;2026-08-18&quot;:31.13},{&quot;2026-08-19&quot;:30.93},{&quot;2026-08-20&quot;:30.93},{&quot;2026-08-21&quot;:31.32},{&quot;2026-08-22&quot;:31.52},{&quot;2026-08-23&quot;:32.32},{&quot;2026-08-24&quot;:32.73},{&quot;2026-08-25&quot;:32.73},{&quot;2026-08-26&quot;:33.17},{&quot;2026-08-27&quot;:33.98},{&quot;2026-08-28&quot;:34.23},{&quot;2026-08-29&quot;:34.23},{&quot;2026-08-30&quot;:34.36},{&quot;2026-08-31&quot;:34.59},{&quot;2026-09-01&quot;:34.59},{&quot;2026-09-02&quot;:34.11},{&quot;2026-09-03&quot;:33.76},{&quot;2026-09-04&quot;:33.8},{&quot;2026-09-05&quot;:33.65},{&quot;2026-09-06&quot;:33.5},{&quot;2026-09-07&quot;:33.46},{&quot;2026-09-08&quot;:33.84},{&quot;2026-09-09&quot;:33.91},{&quot;2026-09-10&quot;:33.95},{&quot;2026-09-11&quot;:35.37}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Green Sun&#39;s Zenith" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/70291c7b-a86f-4466-8502-c28765a89b2a.jpg?1783921868" />

        <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">
            Green Sun&#39;s Zenith
        </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-x'></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="Green Sun&#39;s Zenith" src="https://cards.scryfall.io/large/front/7/0/70291c7b-a86f-4466-8502-c28765a89b2a.jpg?1783921868" />
    </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">
                $34.93
              </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.73
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-06-13&quot;:28.49},{&quot;2026-06-14&quot;:28.49},{&quot;2026-06-15&quot;:28.49},{&quot;2026-06-16&quot;:28.49},{&quot;2026-06-17&quot;:28.49},{&quot;2026-06-18&quot;:28.49},{&quot;2026-06-19&quot;:28.49},{&quot;2026-06-20&quot;:28.49},{&quot;2026-06-21&quot;:28.49},{&quot;2026-06-22&quot;:28.49},{&quot;2026-06-23&quot;:28.49},{&quot;2026-06-24&quot;:28.49},{&quot;2026-06-25&quot;:28.8},{&quot;2026-06-26&quot;:28.8},{&quot;2026-06-27&quot;:28.8},{&quot;2026-06-28&quot;:28.8},{&quot;2026-06-29&quot;:28.8},{&quot;2026-06-30&quot;:28.8},{&quot;2026-07-01&quot;:28.8},{&quot;2026-07-02&quot;:28.98},{&quot;2026-07-03&quot;:29.05},{&quot;2026-07-04&quot;:29.05},{&quot;2026-07-05&quot;:29.05},{&quot;2026-07-06&quot;:29.05},{&quot;2026-07-07&quot;:29.42},{&quot;2026-07-08&quot;:29.42},{&quot;2026-07-09&quot;:29.42},{&quot;2026-07-10&quot;:29.42},{&quot;2026-07-11&quot;:29.42},{&quot;2026-07-12&quot;:29.42},{&quot;2026-07-13&quot;:29.42},{&quot;2026-07-14&quot;:29.42},{&quot;2026-07-15&quot;:29.42},{&quot;2026-07-16&quot;:29.42},{&quot;2026-07-17&quot;:29.42},{&quot;2026-07-18&quot;:29.42},{&quot;2026-07-19&quot;:29.42},{&quot;2026-07-20&quot;:29.42},{&quot;2026-07-21&quot;:29.42},{&quot;2026-07-22&quot;:29.42},{&quot;2026-07-23&quot;:29.42},{&quot;2026-07-24&quot;:29.42},{&quot;2026-07-25&quot;:29.5},{&quot;2026-07-26&quot;:29.69},{&quot;2026-07-27&quot;:29.86},{&quot;2026-07-28&quot;:29.86},{&quot;2026-07-29&quot;:29.86},{&quot;2026-07-30&quot;:30.14},{&quot;2026-07-31&quot;:30.14},{&quot;2026-08-01&quot;:30.14},{&quot;2026-08-02&quot;:30.14},{&quot;2026-08-03&quot;:30.14},{&quot;2026-08-04&quot;:30.14},{&quot;2026-08-05&quot;:30.14},{&quot;2026-08-07&quot;:30.14},{&quot;2026-08-08&quot;:30.14},{&quot;2026-08-09&quot;:30.14},{&quot;2026-08-10&quot;:29.9},{&quot;2026-08-11&quot;:30.29},{&quot;2026-08-12&quot;:30.29},{&quot;2026-08-13&quot;:30.29},{&quot;2026-08-14&quot;:30.29},{&quot;2026-08-15&quot;:30.53},{&quot;2026-08-16&quot;:30.77},{&quot;2026-08-17&quot;:31.05},{&quot;2026-08-18&quot;:31.05},{&quot;2026-08-19&quot;:31.05},{&quot;2026-08-20&quot;:31.05},{&quot;2026-08-21&quot;:31.05},{&quot;2026-08-22&quot;:31.05},{&quot;2026-08-23&quot;:31.05},{&quot;2026-08-24&quot;:31.05},{&quot;2026-08-25&quot;:31.59},{&quot;2026-08-26&quot;:32.24},{&quot;2026-08-27&quot;:32.24},{&quot;2026-08-28&quot;:32.24},{&quot;2026-08-29&quot;:32.24},{&quot;2026-08-30&quot;:32.24},{&quot;2026-08-31&quot;:32.24},{&quot;2026-09-01&quot;:32.24},{&quot;2026-09-02&quot;:32.24},{&quot;2026-09-03&quot;:32.24},{&quot;2026-09-04&quot;:32.24},{&quot;2026-09-05&quot;:32.24},{&quot;2026-09-06&quot;:32.36},{&quot;2026-09-07&quot;:32.36},{&quot;2026-09-08&quot;:32.36},{&quot;2026-09-09&quot;:32.73},{&quot;2026-09-10&quot;:32.73},{&quot;2026-09-11&quot;:32.73}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:28.72},{&quot;2026-06-14&quot;:28.91},{&quot;2026-06-15&quot;:28.99},{&quot;2026-06-16&quot;:28.76},{&quot;2026-06-17&quot;:28.76},{&quot;2026-06-18&quot;:28.81},{&quot;2026-06-19&quot;:28.68},{&quot;2026-06-20&quot;:28.78},{&quot;2026-06-21&quot;:28.7},{&quot;2026-06-22&quot;:28.58},{&quot;2026-06-23&quot;:28.78},{&quot;2026-06-24&quot;:28.78},{&quot;2026-06-25&quot;:29.0},{&quot;2026-06-26&quot;:29.23},{&quot;2026-06-27&quot;:28.95},{&quot;2026-06-28&quot;:28.96},{&quot;2026-06-29&quot;:28.96},{&quot;2026-06-30&quot;:28.96},{&quot;2026-07-01&quot;:30.19},{&quot;2026-07-02&quot;:29.99},{&quot;2026-07-03&quot;:29.99},{&quot;2026-07-04&quot;:29.84},{&quot;2026-07-05&quot;:30.13},{&quot;2026-07-06&quot;:30.23},{&quot;2026-07-07&quot;:30.49},{&quot;2026-07-08&quot;:29.94},{&quot;2026-07-09&quot;:29.85},{&quot;2026-07-10&quot;:29.85},{&quot;2026-07-11&quot;:29.52},{&quot;2026-07-12&quot;:28.98},{&quot;2026-07-13&quot;:29.26},{&quot;2026-07-14&quot;:28.85},{&quot;2026-07-15&quot;:28.87},{&quot;2026-07-16&quot;:28.51},{&quot;2026-07-17&quot;:28.51},{&quot;2026-07-18&quot;:28.43},{&quot;2026-07-19&quot;:27.87},{&quot;2026-07-20&quot;:28.77},{&quot;2026-07-21&quot;:28.69},{&quot;2026-07-22&quot;:28.95},{&quot;2026-07-23&quot;:29.11},{&quot;2026-07-24&quot;:28.81},{&quot;2026-07-25&quot;:28.96},{&quot;2026-07-26&quot;:28.96},{&quot;2026-07-27&quot;:29.31},{&quot;2026-07-28&quot;:30.27},{&quot;2026-07-29&quot;:30.27},{&quot;2026-07-30&quot;:30.53},{&quot;2026-07-31&quot;:30.05},{&quot;2026-08-01&quot;:30.61},{&quot;2026-08-02&quot;:30.3},{&quot;2026-08-03&quot;:30.62},{&quot;2026-08-04&quot;:31.01},{&quot;2026-08-05&quot;:31.52},{&quot;2026-08-07&quot;:31.81},{&quot;2026-08-08&quot;:31.97},{&quot;2026-08-09&quot;:31.51},{&quot;2026-08-10&quot;:31.57},{&quot;2026-08-11&quot;:31.18},{&quot;2026-08-12&quot;:31.09},{&quot;2026-08-13&quot;:31.46},{&quot;2026-08-14&quot;:31.44},{&quot;2026-08-15&quot;:31.49},{&quot;2026-08-16&quot;:30.93},{&quot;2026-08-17&quot;:31.41},{&quot;2026-08-18&quot;:31.68},{&quot;2026-08-19&quot;:31.68},{&quot;2026-08-20&quot;:31.96},{&quot;2026-08-21&quot;:31.92},{&quot;2026-08-22&quot;:31.92},{&quot;2026-08-23&quot;:31.91},{&quot;2026-08-24&quot;:31.91},{&quot;2026-08-25&quot;:31.7},{&quot;2026-08-26&quot;:31.7},{&quot;2026-08-27&quot;:31.93},{&quot;2026-08-28&quot;:31.93},{&quot;2026-08-29&quot;:31.93},{&quot;2026-08-30&quot;:31.73},{&quot;2026-08-31&quot;:32.01},{&quot;2026-09-01&quot;:32.37},{&quot;2026-09-02&quot;:32.63},{&quot;2026-09-03&quot;:33.37},{&quot;2026-09-04&quot;:34.95},{&quot;2026-09-05&quot;:34.8},{&quot;2026-09-06&quot;:34.53},{&quot;2026-09-07&quot;:34.51},{&quot;2026-09-08&quot;:34.51},{&quot;2026-09-09&quot;:34.93},{&quot;2026-09-10&quot;:34.93},{&quot;2026-09-11&quot;:34.93}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20085"
  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">
            Ulamog, the Infinite Gyre
        </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-100 text-badge-text">
              ↓
              1%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ulamog, the Infinite Gyre" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/9464a820-65de-44f2-9895-46a35e8621a0.jpg?1783921939" />

        <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">
            Ulamog, the Infinite Gyre
        </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-11'></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="Ulamog, the Infinite Gyre" src="https://cards.scryfall.io/large/front/9/4/9464a820-65de-44f2-9895-46a35e8621a0.jpg?1783921939" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $39.23
              </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;:38.81},{&quot;2026-06-14&quot;:38.81},{&quot;2026-06-15&quot;:38.7},{&quot;2026-06-16&quot;:38.7},{&quot;2026-06-17&quot;:38.7},{&quot;2026-06-18&quot;:38.7},{&quot;2026-06-19&quot;:38.7},{&quot;2026-06-20&quot;:38.7},{&quot;2026-06-21&quot;:38.83},{&quot;2026-06-22&quot;:38.83},{&quot;2026-06-23&quot;:38.83},{&quot;2026-06-24&quot;:38.83},{&quot;2026-06-25&quot;:38.83},{&quot;2026-06-26&quot;:38.83},{&quot;2026-06-27&quot;:38.83},{&quot;2026-06-28&quot;:38.83},{&quot;2026-06-29&quot;:38.83},{&quot;2026-06-30&quot;:38.83},{&quot;2026-07-01&quot;:38.83},{&quot;2026-07-02&quot;:38.83},{&quot;2026-07-03&quot;:39.48},{&quot;2026-07-04&quot;:39.48},{&quot;2026-07-05&quot;:39.48},{&quot;2026-07-06&quot;:39.48},{&quot;2026-07-07&quot;:39.54},{&quot;2026-07-08&quot;:39.7},{&quot;2026-07-09&quot;:39.68},{&quot;2026-07-10&quot;:39.47},{&quot;2026-07-11&quot;:39.24},{&quot;2026-07-12&quot;:39.44},{&quot;2026-07-13&quot;:39.44},{&quot;2026-07-14&quot;:39.44},{&quot;2026-07-15&quot;:39.38},{&quot;2026-07-16&quot;:39.38},{&quot;2026-07-17&quot;:39.38},{&quot;2026-07-18&quot;:39.5},{&quot;2026-07-19&quot;:39.5},{&quot;2026-07-20&quot;:39.5},{&quot;2026-07-21&quot;:39.5},{&quot;2026-07-22&quot;:39.5},{&quot;2026-07-23&quot;:39.5},{&quot;2026-07-24&quot;:39.5},{&quot;2026-07-25&quot;:39.5},{&quot;2026-07-26&quot;:39.62},{&quot;2026-07-27&quot;:39.62},{&quot;2026-07-28&quot;:39.62},{&quot;2026-07-29&quot;:39.62},{&quot;2026-07-30&quot;:39.62},{&quot;2026-07-31&quot;:39.21},{&quot;2026-08-01&quot;:39.21},{&quot;2026-08-02&quot;:39.21},{&quot;2026-08-03&quot;:39.21},{&quot;2026-08-04&quot;:39.21},{&quot;2026-08-05&quot;:39.21},{&quot;2026-08-07&quot;:39.21},{&quot;2026-08-08&quot;:39.21},{&quot;2026-08-09&quot;:39.21},{&quot;2026-08-10&quot;:39.21},{&quot;2026-08-11&quot;:39.21},{&quot;2026-08-12&quot;:39.21},{&quot;2026-08-13&quot;:39.21},{&quot;2026-08-14&quot;:39.21},{&quot;2026-08-15&quot;:39.21},{&quot;2026-08-16&quot;:39.21},{&quot;2026-08-17&quot;:39.21},{&quot;2026-08-18&quot;:39.21},{&quot;2026-08-19&quot;:39.21},{&quot;2026-08-20&quot;:39.21},{&quot;2026-08-21&quot;:39.21},{&quot;2026-08-22&quot;:39.21},{&quot;2026-08-23&quot;:39.21},{&quot;2026-08-24&quot;:39.23},{&quot;2026-08-25&quot;:39.23},{&quot;2026-08-26&quot;:39.23},{&quot;2026-08-27&quot;:39.23},{&quot;2026-08-28&quot;:39.23},{&quot;2026-08-29&quot;:39.23},{&quot;2026-08-30&quot;:39.23},{&quot;2026-08-31&quot;:39.23},{&quot;2026-09-01&quot;:39.23},{&quot;2026-09-02&quot;:39.23},{&quot;2026-09-03&quot;:39.23},{&quot;2026-09-04&quot;:39.23},{&quot;2026-09-05&quot;:39.23},{&quot;2026-09-06&quot;:39.23},{&quot;2026-09-07&quot;:39.23},{&quot;2026-09-08&quot;:39.23},{&quot;2026-09-09&quot;:39.23},{&quot;2026-09-10&quot;:39.23},{&quot;2026-09-11&quot;:39.23}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:36.36},{&quot;2026-06-14&quot;:36.12},{&quot;2026-06-15&quot;:36.12},{&quot;2026-06-16&quot;:36.12},{&quot;2026-06-17&quot;:36.12},{&quot;2026-06-18&quot;:36.12},{&quot;2026-06-19&quot;:35.96},{&quot;2026-06-20&quot;:35.96},{&quot;2026-06-21&quot;:35.86},{&quot;2026-06-22&quot;:35.86},{&quot;2026-06-23&quot;:36.07},{&quot;2026-06-24&quot;:36.19},{&quot;2026-06-25&quot;:36.19},{&quot;2026-06-26&quot;:36.19},{&quot;2026-06-27&quot;:36.19},{&quot;2026-06-28&quot;:36.19},{&quot;2026-06-29&quot;:36.19},{&quot;2026-06-30&quot;:36.43},{&quot;2026-07-01&quot;:36.43},{&quot;2026-07-02&quot;:36.44},{&quot;2026-07-03&quot;:36.44},{&quot;2026-07-04&quot;:36.44},{&quot;2026-07-05&quot;:36.44},{&quot;2026-07-06&quot;:36.44},{&quot;2026-07-07&quot;:36.44},{&quot;2026-07-08&quot;:36.44},{&quot;2026-07-09&quot;:36.44},{&quot;2026-07-10&quot;:36.4},{&quot;2026-07-11&quot;:36.4},{&quot;2026-07-12&quot;:36.73},{&quot;2026-07-13&quot;:36.73},{&quot;2026-07-14&quot;:36.68},{&quot;2026-07-15&quot;:36.88},{&quot;2026-07-16&quot;:37.01},{&quot;2026-07-17&quot;:37.01},{&quot;2026-07-18&quot;:36.92},{&quot;2026-07-19&quot;:37.47},{&quot;2026-07-20&quot;:37.47},{&quot;2026-07-21&quot;:37.47},{&quot;2026-07-22&quot;:37.51},{&quot;2026-07-23&quot;:37.43},{&quot;2026-07-24&quot;:37.43},{&quot;2026-07-25&quot;:37.43},{&quot;2026-07-26&quot;:37.98},{&quot;2026-07-27&quot;:37.98},{&quot;2026-07-28&quot;:37.9},{&quot;2026-07-29&quot;:38.22},{&quot;2026-07-30&quot;:37.93},{&quot;2026-07-31&quot;:38.16},{&quot;2026-08-01&quot;:38.16},{&quot;2026-08-02&quot;:38.16},{&quot;2026-08-03&quot;:38.16},{&quot;2026-08-04&quot;:38.09},{&quot;2026-08-05&quot;:38.09},{&quot;2026-08-07&quot;:37.52},{&quot;2026-08-08&quot;:37.52},{&quot;2026-08-09&quot;:37.4},{&quot;2026-08-10&quot;:37.12},{&quot;2026-08-11&quot;:37.12},{&quot;2026-08-12&quot;:37.12},{&quot;2026-08-13&quot;:37.12},{&quot;2026-08-14&quot;:37.28},{&quot;2026-08-15&quot;:36.8},{&quot;2026-08-16&quot;:36.8},{&quot;2026-08-17&quot;:36.72},{&quot;2026-08-18&quot;:36.72},{&quot;2026-08-19&quot;:36.72},{&quot;2026-08-20&quot;:36.72},{&quot;2026-08-21&quot;:36.76},{&quot;2026-08-22&quot;:36.76},{&quot;2026-08-23&quot;:36.42},{&quot;2026-08-24&quot;:36.21},{&quot;2026-08-25&quot;:36.17},{&quot;2026-08-26&quot;:36.21},{&quot;2026-08-27&quot;:36.17},{&quot;2026-08-28&quot;:36.18},{&quot;2026-08-29&quot;:36.18},{&quot;2026-08-30&quot;:35.65},{&quot;2026-08-31&quot;:35.62},{&quot;2026-09-01&quot;:35.62},{&quot;2026-09-02&quot;:35.62},{&quot;2026-09-03&quot;:35.62},{&quot;2026-09-04&quot;:35.62},{&quot;2026-09-05&quot;:35.25},{&quot;2026-09-06&quot;:35.25},{&quot;2026-09-07&quot;:35.25},{&quot;2026-09-08&quot;:35.35},{&quot;2026-09-09&quot;:35.35},{&quot;2026-09-10&quot;:34.75},{&quot;2026-09-11&quot;:34.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18771"
  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">
            Enlightened 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">
            2 owned
          </div>

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

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

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

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

        <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">
            Enlightened 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-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="Enlightened Tutor" src="https://cards.scryfall.io/large/front/8/e/8ecea08d-7d65-4d61-a34d-2f8976af5f5e.jpg?1783918399" />
    </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">
                $31.23
              </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">
                $34.70
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$20.00</span>
              <span class="text-xs text-grey-text">Credit: $26.00</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">$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-12&quot;:32.5},{&quot;2026-06-13&quot;:32.56},{&quot;2026-06-14&quot;:32.47},{&quot;2026-06-15&quot;:32.47},{&quot;2026-06-16&quot;:32.81},{&quot;2026-06-17&quot;:32.89},{&quot;2026-06-18&quot;:32.89},{&quot;2026-06-19&quot;:32.89},{&quot;2026-06-20&quot;:32.89},{&quot;2026-06-21&quot;:32.96},{&quot;2026-06-22&quot;:32.96},{&quot;2026-06-23&quot;:32.98},{&quot;2026-06-24&quot;:32.98},{&quot;2026-06-25&quot;:33.12},{&quot;2026-06-26&quot;:33.12},{&quot;2026-06-27&quot;:32.75},{&quot;2026-06-28&quot;:32.94},{&quot;2026-06-29&quot;:33.23},{&quot;2026-06-30&quot;:33.48},{&quot;2026-07-01&quot;:33.71},{&quot;2026-07-02&quot;:33.22},{&quot;2026-07-03&quot;:33.22},{&quot;2026-07-04&quot;:33.28},{&quot;2026-07-05&quot;:33.28},{&quot;2026-07-06&quot;:33.28},{&quot;2026-07-07&quot;:33.28},{&quot;2026-07-08&quot;:33.7},{&quot;2026-07-09&quot;:33.7},{&quot;2026-07-10&quot;:33.7},{&quot;2026-07-11&quot;:33.73},{&quot;2026-07-12&quot;:33.73},{&quot;2026-07-13&quot;:33.73},{&quot;2026-07-14&quot;:33.55},{&quot;2026-07-15&quot;:33.68},{&quot;2026-07-16&quot;:33.9},{&quot;2026-07-17&quot;:33.9},{&quot;2026-07-18&quot;:33.75},{&quot;2026-07-19&quot;:33.75},{&quot;2026-07-20&quot;:33.75},{&quot;2026-07-21&quot;:33.75},{&quot;2026-07-23&quot;:33.59},{&quot;2026-07-24&quot;:33.91},{&quot;2026-07-25&quot;:33.89},{&quot;2026-07-26&quot;:33.89},{&quot;2026-07-27&quot;:33.89},{&quot;2026-07-28&quot;:33.89},{&quot;2026-07-29&quot;:33.96},{&quot;2026-07-30&quot;:33.96},{&quot;2026-07-31&quot;:33.96},{&quot;2026-08-01&quot;:33.8},{&quot;2026-08-02&quot;:33.8},{&quot;2026-08-03&quot;:33.8},{&quot;2026-08-04&quot;:33.84},{&quot;2026-08-05&quot;:33.61},{&quot;2026-08-07&quot;:32.74},{&quot;2026-08-08&quot;:32.74},{&quot;2026-08-09&quot;:32.74},{&quot;2026-08-10&quot;:33.28},{&quot;2026-08-11&quot;:33.61},{&quot;2026-08-12&quot;:33.3},{&quot;2026-08-13&quot;:33.3},{&quot;2026-08-14&quot;:33.3},{&quot;2026-08-15&quot;:33.23},{&quot;2026-08-16&quot;:33.23},{&quot;2026-08-17&quot;:33.23},{&quot;2026-08-18&quot;:33.78},{&quot;2026-08-19&quot;:33.33},{&quot;2026-08-20&quot;:33.33},{&quot;2026-08-21&quot;:33.47},{&quot;2026-08-22&quot;:33.64},{&quot;2026-08-23&quot;:33.48},{&quot;2026-08-24&quot;:33.48},{&quot;2026-08-25&quot;:33.61},{&quot;2026-08-26&quot;:33.62},{&quot;2026-08-27&quot;:33.76},{&quot;2026-08-28&quot;:33.76},{&quot;2026-08-29&quot;:33.76},{&quot;2026-08-30&quot;:34.33},{&quot;2026-08-31&quot;:34.33},{&quot;2026-09-01&quot;:34.51},{&quot;2026-09-02&quot;:34.51},{&quot;2026-09-03&quot;:35.16},{&quot;2026-09-04&quot;:35.16},{&quot;2026-09-05&quot;:34.79},{&quot;2026-09-06&quot;:34.72},{&quot;2026-09-07&quot;:34.84},{&quot;2026-09-08&quot;:34.61},{&quot;2026-09-09&quot;:34.61},{&quot;2026-09-10&quot;:34.61},{&quot;2026-09-11&quot;:34.7}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:32.38},{&quot;2026-06-13&quot;:32.38},{&quot;2026-06-14&quot;:32.38},{&quot;2026-06-15&quot;:32.24},{&quot;2026-06-16&quot;:32.31},{&quot;2026-06-17&quot;:32.31},{&quot;2026-06-18&quot;:32.27},{&quot;2026-06-19&quot;:32.22},{&quot;2026-06-20&quot;:32.34},{&quot;2026-06-21&quot;:32.34},{&quot;2026-06-22&quot;:32.6},{&quot;2026-06-23&quot;:32.6},{&quot;2026-06-24&quot;:32.6},{&quot;2026-06-25&quot;:32.6},{&quot;2026-06-26&quot;:32.53},{&quot;2026-06-27&quot;:32.6},{&quot;2026-06-28&quot;:32.6},{&quot;2026-06-29&quot;:32.6},{&quot;2026-06-30&quot;:32.58},{&quot;2026-07-01&quot;:32.44},{&quot;2026-07-02&quot;:32.41},{&quot;2026-07-03&quot;:32.01},{&quot;2026-07-04&quot;:32.26},{&quot;2026-07-05&quot;:32.15},{&quot;2026-07-06&quot;:32.22},{&quot;2026-07-07&quot;:32.4},{&quot;2026-07-08&quot;:32.4},{&quot;2026-07-09&quot;:32.31},{&quot;2026-07-10&quot;:32.57},{&quot;2026-07-11&quot;:32.78},{&quot;2026-07-12&quot;:32.78},{&quot;2026-07-13&quot;:32.77},{&quot;2026-07-14&quot;:32.77},{&quot;2026-07-15&quot;:32.77},{&quot;2026-07-16&quot;:32.77},{&quot;2026-07-17&quot;:32.77},{&quot;2026-07-18&quot;:32.77},{&quot;2026-07-19&quot;:32.79},{&quot;2026-07-20&quot;:32.79},{&quot;2026-07-21&quot;:32.85},{&quot;2026-07-23&quot;:32.68},{&quot;2026-07-24&quot;:32.68},{&quot;2026-07-25&quot;:32.71},{&quot;2026-07-26&quot;:32.71},{&quot;2026-07-27&quot;:32.71},{&quot;2026-07-28&quot;:32.71},{&quot;2026-07-29&quot;:32.67},{&quot;2026-07-30&quot;:32.67},{&quot;2026-07-31&quot;:32.75},{&quot;2026-08-01&quot;:32.75},{&quot;2026-08-02&quot;:32.9},{&quot;2026-08-03&quot;:32.95},{&quot;2026-08-04&quot;:32.94},{&quot;2026-08-05&quot;:32.94},{&quot;2026-08-07&quot;:32.54},{&quot;2026-08-08&quot;:32.54},{&quot;2026-08-09&quot;:32.54},{&quot;2026-08-10&quot;:32.54},{&quot;2026-08-11&quot;:32.54},{&quot;2026-08-12&quot;:32.57},{&quot;2026-08-13&quot;:32.47},{&quot;2026-08-14&quot;:32.41},{&quot;2026-08-15&quot;:32.36},{&quot;2026-08-16&quot;:32.36},{&quot;2026-08-17&quot;:32.22},{&quot;2026-08-18&quot;:31.66},{&quot;2026-08-19&quot;:31.54},{&quot;2026-08-20&quot;:31.54},{&quot;2026-08-21&quot;:30.79},{&quot;2026-08-22&quot;:30.39},{&quot;2026-08-23&quot;:30.25},{&quot;2026-08-24&quot;:30.2},{&quot;2026-08-25&quot;:30.67},{&quot;2026-08-26&quot;:30.63},{&quot;2026-08-27&quot;:30.42},{&quot;2026-08-28&quot;:30.68},{&quot;2026-08-29&quot;:30.68},{&quot;2026-08-30&quot;:31.12},{&quot;2026-08-31&quot;:31.23},{&quot;2026-09-01&quot;:31.23},{&quot;2026-09-02&quot;:31.06},{&quot;2026-09-03&quot;:31.3},{&quot;2026-09-04&quot;:32.05},{&quot;2026-09-05&quot;:31.98},{&quot;2026-09-06&quot;:31.56},{&quot;2026-09-07&quot;:31.41},{&quot;2026-09-08&quot;:31.34},{&quot;2026-09-09&quot;:31.43},{&quot;2026-09-10&quot;:31.38},{&quot;2026-09-11&quot;:31.23}]}"
        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="87459"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-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">
            Grave Pact
        </span>


      </div>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Grave Pact" src="https://cards.scryfall.io/large/front/b/7/b728cdab-e4fe-478b-b7b2-5912bd6a80a3.jpg?1783914926" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:38.51},{&quot;2026-06-14&quot;:38.51},{&quot;2026-06-15&quot;:38.51},{&quot;2026-06-16&quot;:38.87},{&quot;2026-06-17&quot;:38.87},{&quot;2026-06-18&quot;:38.87},{&quot;2026-06-19&quot;:38.87},{&quot;2026-06-20&quot;:38.87},{&quot;2026-06-21&quot;:39.09},{&quot;2026-06-22&quot;:39.32},{&quot;2026-06-23&quot;:39.32},{&quot;2026-06-24&quot;:39.32},{&quot;2026-06-25&quot;:39.32},{&quot;2026-06-26&quot;:39.32},{&quot;2026-06-27&quot;:39.04},{&quot;2026-06-28&quot;:39.23},{&quot;2026-06-29&quot;:39.23},{&quot;2026-06-30&quot;:39.23},{&quot;2026-07-01&quot;:39.23},{&quot;2026-07-02&quot;:39.23},{&quot;2026-07-03&quot;:39.23},{&quot;2026-07-04&quot;:39.23},{&quot;2026-07-05&quot;:39.38},{&quot;2026-07-06&quot;:39.67},{&quot;2026-07-07&quot;:39.67},{&quot;2026-07-08&quot;:39.73},{&quot;2026-07-09&quot;:39.72},{&quot;2026-07-10&quot;:39.72},{&quot;2026-07-11&quot;:39.67},{&quot;2026-07-12&quot;:40.19},{&quot;2026-07-13&quot;:40.19},{&quot;2026-07-14&quot;:40.19},{&quot;2026-07-15&quot;:40.19},{&quot;2026-07-16&quot;:40.19},{&quot;2026-07-17&quot;:40.19},{&quot;2026-07-18&quot;:40.19},{&quot;2026-07-19&quot;:40.19},{&quot;2026-07-20&quot;:40.19},{&quot;2026-07-21&quot;:40.19},{&quot;2026-07-22&quot;:40.19},{&quot;2026-07-23&quot;:40.19},{&quot;2026-07-24&quot;:40.19},{&quot;2026-07-25&quot;:40.19},{&quot;2026-07-26&quot;:40.6},{&quot;2026-07-27&quot;:40.6},{&quot;2026-07-28&quot;:40.6},{&quot;2026-07-29&quot;:40.6},{&quot;2026-07-30&quot;:40.6},{&quot;2026-07-31&quot;:40.6},{&quot;2026-08-01&quot;:40.6},{&quot;2026-08-02&quot;:40.6},{&quot;2026-08-03&quot;:40.6},{&quot;2026-08-04&quot;:40.47},{&quot;2026-08-05&quot;:40.47},{&quot;2026-08-07&quot;:40.47},{&quot;2026-08-08&quot;:40.47},{&quot;2026-08-09&quot;:40.47},{&quot;2026-08-10&quot;:40.47},{&quot;2026-08-11&quot;:40.47},{&quot;2026-08-12&quot;:40.47},{&quot;2026-08-13&quot;:40.47},{&quot;2026-08-14&quot;:40.47},{&quot;2026-08-15&quot;:40.47},{&quot;2026-08-16&quot;:40.47},{&quot;2026-08-17&quot;:40.81},{&quot;2026-08-18&quot;:40.81},{&quot;2026-08-19&quot;:40.81},{&quot;2026-08-20&quot;:40.17},{&quot;2026-08-21&quot;:40.17},{&quot;2026-08-22&quot;:40.17},{&quot;2026-08-23&quot;:40.17},{&quot;2026-08-24&quot;:40.17},{&quot;2026-08-25&quot;:40.17},{&quot;2026-08-26&quot;:40.17},{&quot;2026-08-27&quot;:40.17},{&quot;2026-08-28&quot;:40.17},{&quot;2026-08-29&quot;:40.17},{&quot;2026-08-30&quot;:40.17},{&quot;2026-08-31&quot;:40.37},{&quot;2026-09-01&quot;:40.37},{&quot;2026-09-02&quot;:40.37},{&quot;2026-09-03&quot;:40.37},{&quot;2026-09-04&quot;:40.37},{&quot;2026-09-05&quot;:40.37},{&quot;2026-09-06&quot;:40.37},{&quot;2026-09-07&quot;:40.37},{&quot;2026-09-08&quot;:40.36},{&quot;2026-09-09&quot;:40.36},{&quot;2026-09-10&quot;:40.14},{&quot;2026-09-11&quot;:40.14}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:32.71},{&quot;2026-06-14&quot;:32.95},{&quot;2026-06-15&quot;:32.95},{&quot;2026-06-16&quot;:33.24},{&quot;2026-06-17&quot;:33.41},{&quot;2026-06-18&quot;:33.55},{&quot;2026-06-19&quot;:33.55},{&quot;2026-06-20&quot;:33.59},{&quot;2026-06-21&quot;:33.59},{&quot;2026-06-22&quot;:33.21},{&quot;2026-06-23&quot;:33.27},{&quot;2026-06-24&quot;:33.27},{&quot;2026-06-25&quot;:33.43},{&quot;2026-06-26&quot;:33.39},{&quot;2026-06-27&quot;:32.96},{&quot;2026-06-28&quot;:32.96},{&quot;2026-06-29&quot;:33.01},{&quot;2026-06-30&quot;:33.06},{&quot;2026-07-01&quot;:32.82},{&quot;2026-07-02&quot;:32.77},{&quot;2026-07-03&quot;:33.7},{&quot;2026-07-04&quot;:33.67},{&quot;2026-07-05&quot;:34.33},{&quot;2026-07-06&quot;:33.34},{&quot;2026-07-07&quot;:33.42},{&quot;2026-07-08&quot;:33.42},{&quot;2026-07-09&quot;:33.22},{&quot;2026-07-10&quot;:33.15},{&quot;2026-07-11&quot;:33.21},{&quot;2026-07-12&quot;:33.12},{&quot;2026-07-13&quot;:33.62},{&quot;2026-07-14&quot;:33.62},{&quot;2026-07-15&quot;:33.98},{&quot;2026-07-16&quot;:34.02},{&quot;2026-07-17&quot;:34.02},{&quot;2026-07-18&quot;:34.02},{&quot;2026-07-19&quot;:33.87},{&quot;2026-07-20&quot;:33.89},{&quot;2026-07-21&quot;:33.59},{&quot;2026-07-22&quot;:33.8},{&quot;2026-07-23&quot;:33.69},{&quot;2026-07-24&quot;:33.77},{&quot;2026-07-25&quot;:33.77},{&quot;2026-07-26&quot;:34.13},{&quot;2026-07-27&quot;:34.54},{&quot;2026-07-28&quot;:34.54},{&quot;2026-07-29&quot;:33.38},{&quot;2026-07-30&quot;:34.45},{&quot;2026-07-31&quot;:34.84},{&quot;2026-08-01&quot;:34.84},{&quot;2026-08-02&quot;:35.06},{&quot;2026-08-03&quot;:35.06},{&quot;2026-08-04&quot;:34.85},{&quot;2026-08-05&quot;:34.85},{&quot;2026-08-07&quot;:34.63},{&quot;2026-08-08&quot;:33.97},{&quot;2026-08-09&quot;:34.39},{&quot;2026-08-10&quot;:33.84},{&quot;2026-08-11&quot;:33.97},{&quot;2026-08-12&quot;:34.23},{&quot;2026-08-13&quot;:35.11},{&quot;2026-08-14&quot;:34.86},{&quot;2026-08-15&quot;:35.57},{&quot;2026-08-16&quot;:36.04},{&quot;2026-08-17&quot;:36.71},{&quot;2026-08-18&quot;:36.84},{&quot;2026-08-19&quot;:36.69},{&quot;2026-08-20&quot;:36.69},{&quot;2026-08-21&quot;:36.69},{&quot;2026-08-22&quot;:35.48},{&quot;2026-08-23&quot;:34.66},{&quot;2026-08-24&quot;:34.4},{&quot;2026-08-25&quot;:34.15},{&quot;2026-08-26&quot;:33.15},{&quot;2026-08-27&quot;:33.15},{&quot;2026-08-28&quot;:33.49},{&quot;2026-08-29&quot;:33.49},{&quot;2026-08-30&quot;:33.7},{&quot;2026-08-31&quot;:33.52},{&quot;2026-09-01&quot;:33.52},{&quot;2026-09-02&quot;:33.48},{&quot;2026-09-03&quot;:33.48},{&quot;2026-09-04&quot;:33.87},{&quot;2026-09-05&quot;:33.87},{&quot;2026-09-06&quot;:33.72},{&quot;2026-09-07&quot;:34.39},{&quot;2026-09-08&quot;:34.61},{&quot;2026-09-09&quot;:34.38},{&quot;2026-09-10&quot;:34.34},{&quot;2026-09-11&quot;:34.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="11651"
  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">
            Sakashima of a Thousand Faces
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $34.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="Sakashima of a Thousand Faces" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/714c3a1f-7b30-4ed8-8f38-6176758741fb.jpg?1783928853" />

        <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">
            Sakashima of a Thousand Faces
        </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 Rogue</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sakashima of a Thousand Faces" src="https://cards.scryfall.io/large/front/7/1/714c3a1f-7b30-4ed8-8f38-6176758741fb.jpg?1783928853" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:40.99},{&quot;2026-06-14&quot;:40.73},{&quot;2026-06-15&quot;:40.73},{&quot;2026-06-16&quot;:40.73},{&quot;2026-06-17&quot;:40.73},{&quot;2026-06-18&quot;:40.73},{&quot;2026-06-19&quot;:40.73},{&quot;2026-06-20&quot;:40.73},{&quot;2026-06-21&quot;:40.73},{&quot;2026-06-22&quot;:40.73},{&quot;2026-06-23&quot;:40.65},{&quot;2026-06-24&quot;:40.65},{&quot;2026-06-25&quot;:40.65},{&quot;2026-06-26&quot;:40.65},{&quot;2026-06-27&quot;:40.65},{&quot;2026-06-28&quot;:40.65},{&quot;2026-06-29&quot;:40.65},{&quot;2026-06-30&quot;:40.65},{&quot;2026-07-01&quot;:40.65},{&quot;2026-07-02&quot;:40.65},{&quot;2026-07-03&quot;:40.65},{&quot;2026-07-04&quot;:40.81},{&quot;2026-07-05&quot;:40.81},{&quot;2026-07-06&quot;:40.81},{&quot;2026-07-07&quot;:40.81},{&quot;2026-07-08&quot;:40.81},{&quot;2026-07-09&quot;:40.81},{&quot;2026-07-10&quot;:40.81},{&quot;2026-07-11&quot;:40.81},{&quot;2026-07-12&quot;:40.81},{&quot;2026-07-13&quot;:40.81},{&quot;2026-07-14&quot;:40.81},{&quot;2026-07-15&quot;:40.81},{&quot;2026-07-16&quot;:40.81},{&quot;2026-07-17&quot;:40.81},{&quot;2026-07-18&quot;:40.81},{&quot;2026-07-19&quot;:40.81},{&quot;2026-07-20&quot;:41.0},{&quot;2026-07-21&quot;:41.0},{&quot;2026-07-22&quot;:41.0},{&quot;2026-07-23&quot;:41.0},{&quot;2026-07-24&quot;:41.0},{&quot;2026-07-25&quot;:41.0},{&quot;2026-07-26&quot;:41.0},{&quot;2026-07-27&quot;:40.81},{&quot;2026-07-28&quot;:40.81},{&quot;2026-07-29&quot;:40.81},{&quot;2026-07-30&quot;:40.92},{&quot;2026-07-31&quot;:40.92},{&quot;2026-08-01&quot;:40.92},{&quot;2026-08-02&quot;:40.63},{&quot;2026-08-03&quot;:40.63},{&quot;2026-08-04&quot;:40.63},{&quot;2026-08-05&quot;:41.18},{&quot;2026-08-07&quot;:41.07},{&quot;2026-08-08&quot;:41.07},{&quot;2026-08-09&quot;:41.07},{&quot;2026-08-10&quot;:41.07},{&quot;2026-08-11&quot;:40.72},{&quot;2026-08-12&quot;:40.72},{&quot;2026-08-13&quot;:40.35},{&quot;2026-08-14&quot;:40.35},{&quot;2026-08-15&quot;:40.35},{&quot;2026-08-16&quot;:40.35},{&quot;2026-08-17&quot;:40.36},{&quot;2026-08-18&quot;:40.63},{&quot;2026-08-19&quot;:40.71},{&quot;2026-08-20&quot;:40.71},{&quot;2026-08-21&quot;:40.71},{&quot;2026-08-22&quot;:40.71},{&quot;2026-08-23&quot;:40.71},{&quot;2026-08-24&quot;:40.71},{&quot;2026-08-25&quot;:40.71},{&quot;2026-08-26&quot;:40.71},{&quot;2026-08-27&quot;:40.71},{&quot;2026-08-28&quot;:40.63},{&quot;2026-08-29&quot;:40.63},{&quot;2026-08-30&quot;:40.63},{&quot;2026-08-31&quot;:40.63},{&quot;2026-09-01&quot;:40.63},{&quot;2026-09-02&quot;:40.68},{&quot;2026-09-03&quot;:40.68},{&quot;2026-09-04&quot;:40.68},{&quot;2026-09-05&quot;:40.68},{&quot;2026-09-06&quot;:40.68},{&quot;2026-09-07&quot;:40.68},{&quot;2026-09-08&quot;:40.68},{&quot;2026-09-09&quot;:40.68},{&quot;2026-09-10&quot;:40.68},{&quot;2026-09-11&quot;:41.12}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:32.9},{&quot;2026-06-14&quot;:33.18},{&quot;2026-06-15&quot;:33.18},{&quot;2026-06-16&quot;:33.52},{&quot;2026-06-17&quot;:33.79},{&quot;2026-06-18&quot;:33.75},{&quot;2026-06-19&quot;:33.63},{&quot;2026-06-20&quot;:33.9},{&quot;2026-06-21&quot;:34.55},{&quot;2026-06-22&quot;:34.5},{&quot;2026-06-23&quot;:34.24},{&quot;2026-06-24&quot;:34.45},{&quot;2026-06-25&quot;:35.13},{&quot;2026-06-26&quot;:35.58},{&quot;2026-06-27&quot;:36.11},{&quot;2026-06-28&quot;:36.11},{&quot;2026-06-29&quot;:36.61},{&quot;2026-06-30&quot;:36.26},{&quot;2026-07-01&quot;:35.59},{&quot;2026-07-02&quot;:35.16},{&quot;2026-07-03&quot;:35.72},{&quot;2026-07-04&quot;:35.72},{&quot;2026-07-05&quot;:35.64},{&quot;2026-07-06&quot;:35.31},{&quot;2026-07-07&quot;:34.62},{&quot;2026-07-08&quot;:34.2},{&quot;2026-07-09&quot;:34.52},{&quot;2026-07-10&quot;:34.52},{&quot;2026-07-11&quot;:33.61},{&quot;2026-07-12&quot;:33.96},{&quot;2026-07-13&quot;:34.0},{&quot;2026-07-14&quot;:34.23},{&quot;2026-07-15&quot;:35.01},{&quot;2026-07-16&quot;:34.6},{&quot;2026-07-17&quot;:34.39},{&quot;2026-07-18&quot;:33.7},{&quot;2026-07-19&quot;:34.01},{&quot;2026-07-20&quot;:34.07},{&quot;2026-07-21&quot;:34.43},{&quot;2026-07-22&quot;:33.95},{&quot;2026-07-23&quot;:34.0},{&quot;2026-07-24&quot;:33.99},{&quot;2026-07-25&quot;:33.99},{&quot;2026-07-26&quot;:33.92},{&quot;2026-07-27&quot;:33.87},{&quot;2026-07-28&quot;:34.33},{&quot;2026-07-29&quot;:34.54},{&quot;2026-07-30&quot;:35.07},{&quot;2026-07-31&quot;:34.76},{&quot;2026-08-01&quot;:35.04},{&quot;2026-08-02&quot;:35.37},{&quot;2026-08-03&quot;:35.31},{&quot;2026-08-04&quot;:35.31},{&quot;2026-08-05&quot;:35.31},{&quot;2026-08-07&quot;:34.92},{&quot;2026-08-08&quot;:34.18},{&quot;2026-08-09&quot;:33.95},{&quot;2026-08-10&quot;:34.35},{&quot;2026-08-11&quot;:33.57},{&quot;2026-08-12&quot;:33.65},{&quot;2026-08-13&quot;:33.14},{&quot;2026-08-14&quot;:32.89},{&quot;2026-08-15&quot;:32.29},{&quot;2026-08-16&quot;:32.39},{&quot;2026-08-17&quot;:32.39},{&quot;2026-08-18&quot;:33.24},{&quot;2026-08-19&quot;:33.36},{&quot;2026-08-20&quot;:32.88},{&quot;2026-08-21&quot;:32.79},{&quot;2026-08-22&quot;:32.8},{&quot;2026-08-23&quot;:32.73},{&quot;2026-08-24&quot;:33.13},{&quot;2026-08-25&quot;:33.38},{&quot;2026-08-26&quot;:33.6},{&quot;2026-08-27&quot;:33.48},{&quot;2026-08-28&quot;:33.53},{&quot;2026-08-29&quot;:33.53},{&quot;2026-08-30&quot;:34.08},{&quot;2026-08-31&quot;:34.22},{&quot;2026-09-01&quot;:34.88},{&quot;2026-09-02&quot;:34.99},{&quot;2026-09-03&quot;:35.16},{&quot;2026-09-04&quot;:35.14},{&quot;2026-09-05&quot;:34.9},{&quot;2026-09-06&quot;:34.52},{&quot;2026-09-07&quot;:34.8},{&quot;2026-09-08&quot;:34.31},{&quot;2026-09-09&quot;:34.82},{&quot;2026-09-10&quot;:34.8},{&quot;2026-09-11&quot;:34.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Doubling Season" src="https://cards.scryfall.io/large/front/8/6/8676d164-c76e-402b-a649-6ded3f549b6e.jpg?1783930148" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19985"
  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">
            Avacyn, Angel of Hope
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $33.95
          </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="Avacyn, Angel of Hope" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/0/a0519776-3d86-4f7d-9c3b-71c1dfbf7e12.jpg?1783930219" />

        <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">
            Avacyn, Angel of Hope
        </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 — Angel</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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Avacyn, Angel of Hope" src="https://cards.scryfall.io/large/front/a/0/a0519776-3d86-4f7d-9c3b-71c1dfbf7e12.jpg?1783930219" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $33.95
              </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.44
              </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;:36.19},{&quot;2026-06-14&quot;:36.19},{&quot;2026-06-15&quot;:36.19},{&quot;2026-06-16&quot;:36.19},{&quot;2026-06-17&quot;:36.19},{&quot;2026-06-18&quot;:36.42},{&quot;2026-06-19&quot;:36.42},{&quot;2026-06-20&quot;:36.42},{&quot;2026-06-21&quot;:36.42},{&quot;2026-06-22&quot;:36.42},{&quot;2026-06-23&quot;:36.42},{&quot;2026-06-24&quot;:36.42},{&quot;2026-06-25&quot;:36.42},{&quot;2026-06-26&quot;:36.42},{&quot;2026-06-27&quot;:36.42},{&quot;2026-06-28&quot;:36.42},{&quot;2026-06-29&quot;:36.42},{&quot;2026-06-30&quot;:36.42},{&quot;2026-07-01&quot;:36.42},{&quot;2026-07-02&quot;:36.42},{&quot;2026-07-03&quot;:36.42},{&quot;2026-07-04&quot;:36.42},{&quot;2026-07-05&quot;:36.42},{&quot;2026-07-06&quot;:36.42},{&quot;2026-07-07&quot;:36.42},{&quot;2026-07-08&quot;:36.42},{&quot;2026-07-09&quot;:36.42},{&quot;2026-07-10&quot;:36.42},{&quot;2026-07-11&quot;:36.42},{&quot;2026-07-12&quot;:36.42},{&quot;2026-07-13&quot;:36.42},{&quot;2026-07-14&quot;:36.42},{&quot;2026-07-15&quot;:36.42},{&quot;2026-07-16&quot;:36.42},{&quot;2026-07-17&quot;:36.42},{&quot;2026-07-18&quot;:36.68},{&quot;2026-07-19&quot;:36.68},{&quot;2026-07-20&quot;:36.68},{&quot;2026-07-21&quot;:36.68},{&quot;2026-07-22&quot;:36.68},{&quot;2026-07-23&quot;:36.68},{&quot;2026-07-24&quot;:36.68},{&quot;2026-07-25&quot;:36.68},{&quot;2026-07-26&quot;:36.68},{&quot;2026-07-27&quot;:36.68},{&quot;2026-07-28&quot;:36.68},{&quot;2026-07-29&quot;:36.68},{&quot;2026-07-30&quot;:36.68},{&quot;2026-07-31&quot;:36.78},{&quot;2026-08-01&quot;:36.78},{&quot;2026-08-02&quot;:37.09},{&quot;2026-08-03&quot;:37.09},{&quot;2026-08-04&quot;:37.09},{&quot;2026-08-05&quot;:37.16},{&quot;2026-08-07&quot;:37.03},{&quot;2026-08-08&quot;:37.03},{&quot;2026-08-09&quot;:37.03},{&quot;2026-08-10&quot;:37.03},{&quot;2026-08-11&quot;:37.49},{&quot;2026-08-12&quot;:37.49},{&quot;2026-08-13&quot;:37.49},{&quot;2026-08-14&quot;:37.49},{&quot;2026-08-15&quot;:37.49},{&quot;2026-08-16&quot;:37.49},{&quot;2026-08-17&quot;:37.49},{&quot;2026-08-18&quot;:37.49},{&quot;2026-08-19&quot;:37.78},{&quot;2026-08-20&quot;:38.15},{&quot;2026-08-21&quot;:38.06},{&quot;2026-08-22&quot;:38.06},{&quot;2026-08-23&quot;:38.06},{&quot;2026-08-24&quot;:38.21},{&quot;2026-08-25&quot;:38.21},{&quot;2026-08-26&quot;:38.34},{&quot;2026-08-27&quot;:38.53},{&quot;2026-08-28&quot;:38.53},{&quot;2026-08-29&quot;:38.53},{&quot;2026-08-30&quot;:38.53},{&quot;2026-08-31&quot;:38.44},{&quot;2026-09-01&quot;:38.44},{&quot;2026-09-02&quot;:38.44},{&quot;2026-09-03&quot;:38.44},{&quot;2026-09-04&quot;:38.44},{&quot;2026-09-05&quot;:38.44},{&quot;2026-09-06&quot;:38.44},{&quot;2026-09-07&quot;:38.44},{&quot;2026-09-08&quot;:38.44},{&quot;2026-09-09&quot;:38.44},{&quot;2026-09-10&quot;:38.44},{&quot;2026-09-11&quot;:38.44}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:35.47},{&quot;2026-06-14&quot;:35.63},{&quot;2026-06-15&quot;:36.41},{&quot;2026-06-16&quot;:36.52},{&quot;2026-06-17&quot;:36.52},{&quot;2026-06-18&quot;:36.52},{&quot;2026-06-19&quot;:36.52},{&quot;2026-06-20&quot;:36.52},{&quot;2026-06-21&quot;:36.52},{&quot;2026-06-22&quot;:36.55},{&quot;2026-06-23&quot;:36.55},{&quot;2026-06-24&quot;:36.55},{&quot;2026-06-25&quot;:36.55},{&quot;2026-06-26&quot;:36.55},{&quot;2026-06-27&quot;:36.58},{&quot;2026-06-28&quot;:36.58},{&quot;2026-06-29&quot;:36.58},{&quot;2026-06-30&quot;:36.58},{&quot;2026-07-01&quot;:36.58},{&quot;2026-07-02&quot;:36.58},{&quot;2026-07-03&quot;:36.58},{&quot;2026-07-04&quot;:36.58},{&quot;2026-07-05&quot;:36.58},{&quot;2026-07-06&quot;:36.58},{&quot;2026-07-07&quot;:36.57},{&quot;2026-07-08&quot;:36.57},{&quot;2026-07-09&quot;:36.57},{&quot;2026-07-10&quot;:36.57},{&quot;2026-07-11&quot;:36.57},{&quot;2026-07-12&quot;:36.57},{&quot;2026-07-13&quot;:36.57},{&quot;2026-07-14&quot;:36.56},{&quot;2026-07-15&quot;:36.56},{&quot;2026-07-16&quot;:36.56},{&quot;2026-07-17&quot;:36.56},{&quot;2026-07-18&quot;:36.56},{&quot;2026-07-19&quot;:36.56},{&quot;2026-07-20&quot;:36.56},{&quot;2026-07-21&quot;:36.56},{&quot;2026-07-22&quot;:36.56},{&quot;2026-07-23&quot;:36.56},{&quot;2026-07-24&quot;:36.12},{&quot;2026-07-25&quot;:36.12},{&quot;2026-07-26&quot;:36.12},{&quot;2026-07-27&quot;:36.12},{&quot;2026-07-28&quot;:36.04},{&quot;2026-07-29&quot;:35.96},{&quot;2026-07-30&quot;:35.98},{&quot;2026-07-31&quot;:35.98},{&quot;2026-08-01&quot;:35.98},{&quot;2026-08-02&quot;:35.94},{&quot;2026-08-03&quot;:35.94},{&quot;2026-08-04&quot;:35.41},{&quot;2026-08-05&quot;:35.41},{&quot;2026-08-07&quot;:35.39},{&quot;2026-08-08&quot;:35.45},{&quot;2026-08-09&quot;:35.42},{&quot;2026-08-10&quot;:35.42},{&quot;2026-08-11&quot;:35.42},{&quot;2026-08-12&quot;:35.4},{&quot;2026-08-13&quot;:35.33},{&quot;2026-08-14&quot;:35.33},{&quot;2026-08-15&quot;:35.18},{&quot;2026-08-16&quot;:35.18},{&quot;2026-08-17&quot;:34.49},{&quot;2026-08-18&quot;:34.49},{&quot;2026-08-19&quot;:34.53},{&quot;2026-08-20&quot;:34.53},{&quot;2026-08-21&quot;:34.53},{&quot;2026-08-22&quot;:34.58},{&quot;2026-08-23&quot;:34.58},{&quot;2026-08-24&quot;:34.58},{&quot;2026-08-25&quot;:34.58},{&quot;2026-08-26&quot;:34.58},{&quot;2026-08-27&quot;:34.58},{&quot;2026-08-28&quot;:34.58},{&quot;2026-08-29&quot;:34.58},{&quot;2026-08-30&quot;:33.75},{&quot;2026-08-31&quot;:33.75},{&quot;2026-09-01&quot;:33.75},{&quot;2026-09-02&quot;:33.81},{&quot;2026-09-03&quot;:33.81},{&quot;2026-09-04&quot;:33.92},{&quot;2026-09-05&quot;:34.02},{&quot;2026-09-06&quot;:34.02},{&quot;2026-09-07&quot;:34.02},{&quot;2026-09-08&quot;:33.95},{&quot;2026-09-09&quot;:33.95},{&quot;2026-09-10&quot;:33.95},{&quot;2026-09-11&quot;:33.95}]}"
        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="98748"
  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-tle 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">
            Deadly Rollick
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $33.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="Deadly Rollick" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/33ace025-c949-482d-bb6a-b3ad13bc981c.jpg?1783904751" />

        <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">
            Deadly Rollick
        </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Deadly Rollick" src="https://cards.scryfall.io/large/front/3/3/33ace025-c949-482d-bb6a-b3ad13bc981c.jpg?1783904751" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $33.77
              </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">$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;normal&quot;:[{&quot;2026-06-11&quot;:32.73},{&quot;2026-06-12&quot;:32.64},{&quot;2026-06-13&quot;:32.65},{&quot;2026-06-14&quot;:31.91},{&quot;2026-06-15&quot;:31.79},{&quot;2026-06-16&quot;:31.42},{&quot;2026-06-17&quot;:31.48},{&quot;2026-06-18&quot;:31.54},{&quot;2026-06-19&quot;:31.54},{&quot;2026-06-20&quot;:31.74},{&quot;2026-06-21&quot;:31.97},{&quot;2026-06-22&quot;:31.92},{&quot;2026-06-23&quot;:32.44},{&quot;2026-06-24&quot;:32.36},{&quot;2026-06-25&quot;:32.36},{&quot;2026-06-26&quot;:32.04},{&quot;2026-06-27&quot;:33.1},{&quot;2026-06-28&quot;:33.26},{&quot;2026-06-29&quot;:32.63},{&quot;2026-06-30&quot;:32.43},{&quot;2026-07-01&quot;:31.96},{&quot;2026-07-02&quot;:31.38},{&quot;2026-07-03&quot;:31.45},{&quot;2026-07-04&quot;:31.68},{&quot;2026-07-05&quot;:30.3},{&quot;2026-07-06&quot;:30.11},{&quot;2026-07-07&quot;:30.26},{&quot;2026-07-08&quot;:31.16},{&quot;2026-07-09&quot;:31.22},{&quot;2026-07-10&quot;:31.92},{&quot;2026-07-11&quot;:31.93},{&quot;2026-07-12&quot;:32.12},{&quot;2026-07-13&quot;:32.28},{&quot;2026-07-14&quot;:32.76},{&quot;2026-07-15&quot;:32.57},{&quot;2026-07-16&quot;:32.52},{&quot;2026-07-17&quot;:32.52},{&quot;2026-07-18&quot;:32.39},{&quot;2026-07-19&quot;:32.25},{&quot;2026-07-20&quot;:32.38},{&quot;2026-07-21&quot;:32.38},{&quot;2026-07-23&quot;:32.7},{&quot;2026-07-25&quot;:33.29},{&quot;2026-07-26&quot;:33.29},{&quot;2026-07-27&quot;:33.78},{&quot;2026-07-28&quot;:33.84},{&quot;2026-07-29&quot;:33.74},{&quot;2026-07-30&quot;:33.55},{&quot;2026-07-31&quot;:33.58},{&quot;2026-08-01&quot;:33.58},{&quot;2026-08-02&quot;:33.56},{&quot;2026-08-03&quot;:33.7},{&quot;2026-08-04&quot;:33.21},{&quot;2026-08-05&quot;:33.59},{&quot;2026-08-07&quot;:33.53},{&quot;2026-08-08&quot;:33.53},{&quot;2026-08-09&quot;:33.96},{&quot;2026-08-10&quot;:33.99},{&quot;2026-08-11&quot;:34.48},{&quot;2026-08-12&quot;:35.4},{&quot;2026-08-13&quot;:35.35},{&quot;2026-08-14&quot;:35.15},{&quot;2026-08-15&quot;:36.32},{&quot;2026-08-16&quot;:35.96},{&quot;2026-08-17&quot;:37.28},{&quot;2026-08-18&quot;:37.28},{&quot;2026-08-19&quot;:37.29},{&quot;2026-08-20&quot;:37.29},{&quot;2026-08-21&quot;:36.55},{&quot;2026-08-22&quot;:35.72},{&quot;2026-08-23&quot;:35.72},{&quot;2026-08-24&quot;:35.7},{&quot;2026-08-25&quot;:35.7},{&quot;2026-08-26&quot;:35.32},{&quot;2026-08-27&quot;:33.91},{&quot;2026-08-28&quot;:33.91},{&quot;2026-08-29&quot;:33.91},{&quot;2026-08-30&quot;:33.12},{&quot;2026-08-31&quot;:32.6},{&quot;2026-09-01&quot;:32.6},{&quot;2026-09-02&quot;:32.77},{&quot;2026-09-03&quot;:32.68},{&quot;2026-09-04&quot;:32.6},{&quot;2026-09-05&quot;:32.49},{&quot;2026-09-06&quot;:32.31},{&quot;2026-09-07&quot;:32.66},{&quot;2026-09-08&quot;:33.07},{&quot;2026-09-09&quot;:33.1},{&quot;2026-09-10&quot;:33.77},{&quot;2026-09-11&quot;:33.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="28936"
  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">
            Doubling Season
        </span>


      </div>

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

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

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

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

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

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

        <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/f/2/f2c4f80e-84a0-463b-82c3-5c6503809351.jpg?1783909062" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $35.20
              </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">$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;:36.08},{&quot;2026-06-14&quot;:36.5},{&quot;2026-06-15&quot;:36.1},{&quot;2026-06-16&quot;:35.84},{&quot;2026-06-17&quot;:35.84},{&quot;2026-06-18&quot;:35.84},{&quot;2026-06-19&quot;:35.46},{&quot;2026-06-20&quot;:35.54},{&quot;2026-06-21&quot;:35.8},{&quot;2026-06-22&quot;:35.8},{&quot;2026-06-23&quot;:35.5},{&quot;2026-06-24&quot;:35.5},{&quot;2026-06-25&quot;:36.0},{&quot;2026-06-26&quot;:36.0},{&quot;2026-06-27&quot;:36.0},{&quot;2026-06-28&quot;:36.0},{&quot;2026-06-29&quot;:35.93},{&quot;2026-06-30&quot;:35.75},{&quot;2026-07-01&quot;:36.04},{&quot;2026-07-02&quot;:36.04},{&quot;2026-07-03&quot;:35.98},{&quot;2026-07-04&quot;:35.98},{&quot;2026-07-05&quot;:35.98},{&quot;2026-07-06&quot;:35.98},{&quot;2026-07-07&quot;:35.98},{&quot;2026-07-08&quot;:35.98},{&quot;2026-07-09&quot;:35.98},{&quot;2026-07-10&quot;:35.97},{&quot;2026-07-11&quot;:35.23},{&quot;2026-07-12&quot;:35.27},{&quot;2026-07-13&quot;:35.27},{&quot;2026-07-14&quot;:35.27},{&quot;2026-07-15&quot;:35.27},{&quot;2026-07-16&quot;:34.92},{&quot;2026-07-17&quot;:34.92},{&quot;2026-07-18&quot;:34.57},{&quot;2026-07-19&quot;:34.31},{&quot;2026-07-20&quot;:34.47},{&quot;2026-07-21&quot;:34.2},{&quot;2026-07-22&quot;:34.72},{&quot;2026-07-23&quot;:34.72},{&quot;2026-07-24&quot;:34.75},{&quot;2026-07-25&quot;:34.77},{&quot;2026-07-26&quot;:34.77},{&quot;2026-07-27&quot;:34.77},{&quot;2026-07-28&quot;:34.77},{&quot;2026-07-29&quot;:34.55},{&quot;2026-07-30&quot;:34.55},{&quot;2026-07-31&quot;:34.42},{&quot;2026-08-01&quot;:34.55},{&quot;2026-08-02&quot;:34.24},{&quot;2026-08-03&quot;:34.4},{&quot;2026-08-04&quot;:34.4},{&quot;2026-08-05&quot;:33.94},{&quot;2026-08-07&quot;:33.7},{&quot;2026-08-08&quot;:33.61},{&quot;2026-08-09&quot;:33.55},{&quot;2026-08-10&quot;:33.55},{&quot;2026-08-11&quot;:33.71},{&quot;2026-08-12&quot;:33.93},{&quot;2026-08-13&quot;:33.93},{&quot;2026-08-14&quot;:34.33},{&quot;2026-08-15&quot;:34.33},{&quot;2026-08-16&quot;:34.3},{&quot;2026-08-17&quot;:34.37},{&quot;2026-08-18&quot;:34.37},{&quot;2026-08-19&quot;:34.37},{&quot;2026-08-20&quot;:34.37},{&quot;2026-08-21&quot;:34.37},{&quot;2026-08-22&quot;:34.38},{&quot;2026-08-23&quot;:34.64},{&quot;2026-08-24&quot;:34.87},{&quot;2026-08-25&quot;:34.35},{&quot;2026-08-26&quot;:34.63},{&quot;2026-08-27&quot;:35.04},{&quot;2026-08-28&quot;:35.27},{&quot;2026-08-29&quot;:35.27},{&quot;2026-08-30&quot;:35.27},{&quot;2026-08-31&quot;:35.34},{&quot;2026-09-01&quot;:35.34},{&quot;2026-09-02&quot;:35.34},{&quot;2026-09-03&quot;:35.34},{&quot;2026-09-04&quot;:35.38},{&quot;2026-09-05&quot;:35.49},{&quot;2026-09-06&quot;:35.43},{&quot;2026-09-07&quot;:35.44},{&quot;2026-09-08&quot;:35.04},{&quot;2026-09-09&quot;:34.85},{&quot;2026-09-10&quot;:35.57},{&quot;2026-09-11&quot;:35.2}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:31.09},{&quot;2026-06-14&quot;:31.34},{&quot;2026-06-15&quot;:32.07},{&quot;2026-06-16&quot;:32.45},{&quot;2026-06-17&quot;:32.92},{&quot;2026-06-18&quot;:32.87},{&quot;2026-06-19&quot;:32.46},{&quot;2026-06-20&quot;:32.99},{&quot;2026-06-21&quot;:32.48},{&quot;2026-06-22&quot;:33.15},{&quot;2026-06-23&quot;:32.77},{&quot;2026-06-24&quot;:34.13},{&quot;2026-06-25&quot;:33.89},{&quot;2026-06-26&quot;:32.96},{&quot;2026-06-27&quot;:31.42},{&quot;2026-06-28&quot;:32.02},{&quot;2026-06-29&quot;:31.22},{&quot;2026-06-30&quot;:30.1},{&quot;2026-07-01&quot;:29.7},{&quot;2026-07-02&quot;:29.97},{&quot;2026-07-03&quot;:30.55},{&quot;2026-07-04&quot;:31.48},{&quot;2026-07-05&quot;:32.01},{&quot;2026-07-06&quot;:32.44},{&quot;2026-07-07&quot;:31.41},{&quot;2026-07-08&quot;:31.33},{&quot;2026-07-09&quot;:30.87},{&quot;2026-07-10&quot;:32.27},{&quot;2026-07-11&quot;:32.44},{&quot;2026-07-12&quot;:33.8},{&quot;2026-07-13&quot;:34.67},{&quot;2026-07-14&quot;:34.48},{&quot;2026-07-15&quot;:33.74},{&quot;2026-07-16&quot;:32.78},{&quot;2026-07-17&quot;:32.65},{&quot;2026-07-18&quot;:34.31},{&quot;2026-07-19&quot;:34.53},{&quot;2026-07-20&quot;:35.16},{&quot;2026-07-21&quot;:35.12},{&quot;2026-07-22&quot;:35.06},{&quot;2026-07-23&quot;:34.71},{&quot;2026-07-24&quot;:33.69},{&quot;2026-07-25&quot;:33.2},{&quot;2026-07-26&quot;:33.87},{&quot;2026-07-27&quot;:33.35},{&quot;2026-07-28&quot;:33.13},{&quot;2026-07-29&quot;:33.93},{&quot;2026-07-30&quot;:34.67},{&quot;2026-07-31&quot;:34.25},{&quot;2026-08-01&quot;:34.16},{&quot;2026-08-02&quot;:33.96},{&quot;2026-08-03&quot;:32.78},{&quot;2026-08-04&quot;:32.93},{&quot;2026-08-05&quot;:32.82},{&quot;2026-08-07&quot;:32.73},{&quot;2026-08-08&quot;:32.75},{&quot;2026-08-09&quot;:32.84},{&quot;2026-08-10&quot;:32.53},{&quot;2026-08-11&quot;:33.17},{&quot;2026-08-12&quot;:33.01},{&quot;2026-08-13&quot;:33.03},{&quot;2026-08-14&quot;:32.93},{&quot;2026-08-15&quot;:32.91},{&quot;2026-08-16&quot;:32.78},{&quot;2026-08-17&quot;:33.52},{&quot;2026-08-18&quot;:33.33},{&quot;2026-08-19&quot;:33.77},{&quot;2026-08-20&quot;:33.67},{&quot;2026-08-21&quot;:34.12},{&quot;2026-08-22&quot;:35.01},{&quot;2026-08-23&quot;:35.1},{&quot;2026-08-24&quot;:34.81},{&quot;2026-08-25&quot;:34.53},{&quot;2026-08-26&quot;:33.77},{&quot;2026-08-27&quot;:33.84},{&quot;2026-08-28&quot;:33.3},{&quot;2026-08-29&quot;:33.3},{&quot;2026-08-30&quot;:33.79},{&quot;2026-08-31&quot;:33.92},{&quot;2026-09-01&quot;:33.16},{&quot;2026-09-02&quot;:33.62},{&quot;2026-09-03&quot;:33.8},{&quot;2026-09-04&quot;:34.13},{&quot;2026-09-05&quot;:34.58},{&quot;2026-09-06&quot;:34.35},{&quot;2026-09-07&quot;:34.41},{&quot;2026-09-08&quot;:34.75},{&quot;2026-09-09&quot;:34.53},{&quot;2026-09-10&quot;:33.47},{&quot;2026-09-11&quot;:33.49}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        World 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">
            $33.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="Concordant Crossroads" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/3/13cfca5f-e25a-432e-8679-54704eeeecc8.jpg?1783947363" />

        <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">
            Concordant Crossroads
        </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">World Enchantment</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Concordant Crossroads" src="https://cards.scryfall.io/large/front/1/3/13cfca5f-e25a-432e-8679-54704eeeecc8.jpg?1783947363" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:23.29},{&quot;2026-06-14&quot;:23.17},{&quot;2026-06-15&quot;:23.03},{&quot;2026-06-16&quot;:23.03},{&quot;2026-06-17&quot;:23.32},{&quot;2026-06-18&quot;:23.6},{&quot;2026-06-19&quot;:24.13},{&quot;2026-06-20&quot;:24.25},{&quot;2026-06-21&quot;:24.39},{&quot;2026-06-22&quot;:24.21},{&quot;2026-06-23&quot;:24.04},{&quot;2026-06-24&quot;:23.78},{&quot;2026-06-25&quot;:24.0},{&quot;2026-06-26&quot;:24.76},{&quot;2026-06-27&quot;:24.89},{&quot;2026-06-28&quot;:25.01},{&quot;2026-06-29&quot;:25.01},{&quot;2026-06-30&quot;:25.01},{&quot;2026-07-01&quot;:25.68},{&quot;2026-07-02&quot;:25.68},{&quot;2026-07-03&quot;:25.36},{&quot;2026-07-04&quot;:25.86},{&quot;2026-07-05&quot;:25.86},{&quot;2026-07-06&quot;:25.86},{&quot;2026-07-07&quot;:25.86},{&quot;2026-07-08&quot;:25.86},{&quot;2026-07-09&quot;:26.11},{&quot;2026-07-10&quot;:26.36},{&quot;2026-07-11&quot;:26.42},{&quot;2026-07-12&quot;:26.86},{&quot;2026-07-13&quot;:27.12},{&quot;2026-07-14&quot;:27.12},{&quot;2026-07-15&quot;:27.68},{&quot;2026-07-16&quot;:27.68},{&quot;2026-07-17&quot;:28.04},{&quot;2026-07-18&quot;:28.22},{&quot;2026-07-19&quot;:28.22},{&quot;2026-07-20&quot;:28.22},{&quot;2026-07-21&quot;:28.22},{&quot;2026-07-22&quot;:28.22},{&quot;2026-07-23&quot;:29.29},{&quot;2026-07-24&quot;:29.29},{&quot;2026-07-25&quot;:29.31},{&quot;2026-07-26&quot;:29.8},{&quot;2026-07-27&quot;:29.98},{&quot;2026-07-28&quot;:30.17},{&quot;2026-07-29&quot;:30.4},{&quot;2026-07-30&quot;:30.4},{&quot;2026-07-31&quot;:30.76},{&quot;2026-08-01&quot;:30.76},{&quot;2026-08-02&quot;:30.71},{&quot;2026-08-03&quot;:31.36},{&quot;2026-08-04&quot;:31.42},{&quot;2026-08-05&quot;:31.42},{&quot;2026-08-07&quot;:31.26},{&quot;2026-08-08&quot;:31.15},{&quot;2026-08-09&quot;:31.75},{&quot;2026-08-10&quot;:31.75},{&quot;2026-08-11&quot;:31.75},{&quot;2026-08-12&quot;:31.14},{&quot;2026-08-13&quot;:31.14},{&quot;2026-08-14&quot;:31.14},{&quot;2026-08-15&quot;:31.14},{&quot;2026-08-16&quot;:31.14},{&quot;2026-08-17&quot;:31.13},{&quot;2026-08-18&quot;:31.13},{&quot;2026-08-19&quot;:31.18},{&quot;2026-08-20&quot;:31.2},{&quot;2026-08-21&quot;:31.5},{&quot;2026-08-22&quot;:31.5},{&quot;2026-08-23&quot;:31.5},{&quot;2026-08-24&quot;:31.82},{&quot;2026-08-25&quot;:31.82},{&quot;2026-08-26&quot;:31.82},{&quot;2026-08-27&quot;:32.2},{&quot;2026-08-28&quot;:32.2},{&quot;2026-08-29&quot;:32.2},{&quot;2026-08-30&quot;:32.2},{&quot;2026-08-31&quot;:32.44},{&quot;2026-09-01&quot;:32.44},{&quot;2026-09-02&quot;:32.99},{&quot;2026-09-03&quot;:32.99},{&quot;2026-09-04&quot;:32.99},{&quot;2026-09-05&quot;:33.24},{&quot;2026-09-06&quot;:33.24},{&quot;2026-09-07&quot;:33.24},{&quot;2026-09-08&quot;:33.24},{&quot;2026-09-09&quot;:33.24},{&quot;2026-09-10&quot;:33.24},{&quot;2026-09-11&quot;:33.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80254"
  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">
            Marrow-Gnawer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $33.13
          </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="Marrow-Gnawer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/2/425dcfa0-1e27-4640-bdff-0bcd39401e86.jpg?1783931263" />

        <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">
            Marrow-Gnawer
        </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 — Rat Rogue</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="Marrow-Gnawer" src="https://cards.scryfall.io/large/front/4/2/425dcfa0-1e27-4640-bdff-0bcd39401e86.jpg?1783931263" />
    </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">
                $33.13
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:30.59},{&quot;2026-06-14&quot;:30.51},{&quot;2026-06-15&quot;:30.51},{&quot;2026-06-16&quot;:30.51},{&quot;2026-06-17&quot;:30.51},{&quot;2026-06-18&quot;:30.79},{&quot;2026-06-19&quot;:30.88},{&quot;2026-06-20&quot;:29.78},{&quot;2026-06-21&quot;:30.37},{&quot;2026-06-22&quot;:29.95},{&quot;2026-06-23&quot;:29.85},{&quot;2026-06-24&quot;:29.57},{&quot;2026-06-25&quot;:29.82},{&quot;2026-06-26&quot;:29.82},{&quot;2026-06-27&quot;:29.44},{&quot;2026-06-28&quot;:29.44},{&quot;2026-06-29&quot;:29.46},{&quot;2026-06-30&quot;:29.46},{&quot;2026-07-01&quot;:29.01},{&quot;2026-07-02&quot;:29.01},{&quot;2026-07-03&quot;:29.01},{&quot;2026-07-04&quot;:29.15},{&quot;2026-07-05&quot;:29.55},{&quot;2026-07-06&quot;:29.3},{&quot;2026-07-07&quot;:29.17},{&quot;2026-07-08&quot;:29.54},{&quot;2026-07-09&quot;:30.09},{&quot;2026-07-10&quot;:30.54},{&quot;2026-07-11&quot;:30.54},{&quot;2026-07-12&quot;:31.05},{&quot;2026-07-13&quot;:31.05},{&quot;2026-07-14&quot;:31.48},{&quot;2026-07-15&quot;:31.43},{&quot;2026-07-16&quot;:31.43},{&quot;2026-07-17&quot;:31.43},{&quot;2026-07-18&quot;:31.43},{&quot;2026-07-19&quot;:31.43},{&quot;2026-07-20&quot;:31.43},{&quot;2026-07-21&quot;:31.79},{&quot;2026-07-22&quot;:31.91},{&quot;2026-07-23&quot;:31.91},{&quot;2026-07-24&quot;:31.91},{&quot;2026-07-25&quot;:31.91},{&quot;2026-07-26&quot;:32.21},{&quot;2026-07-27&quot;:32.66},{&quot;2026-07-28&quot;:32.66},{&quot;2026-07-29&quot;:32.78},{&quot;2026-07-30&quot;:32.75},{&quot;2026-07-31&quot;:33.07},{&quot;2026-08-01&quot;:33.07},{&quot;2026-08-02&quot;:33.07},{&quot;2026-08-03&quot;:33.09},{&quot;2026-08-04&quot;:33.15},{&quot;2026-08-05&quot;:34.12},{&quot;2026-08-07&quot;:34.54},{&quot;2026-08-08&quot;:34.54},{&quot;2026-08-09&quot;:34.54},{&quot;2026-08-10&quot;:34.54},{&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.31},{&quot;2026-08-17&quot;:34.31},{&quot;2026-08-18&quot;:34.31},{&quot;2026-08-19&quot;:34.31},{&quot;2026-08-20&quot;:33.91},{&quot;2026-08-21&quot;:33.91},{&quot;2026-08-22&quot;:33.91},{&quot;2026-08-23&quot;:33.61},{&quot;2026-08-24&quot;:33.61},{&quot;2026-08-25&quot;:33.61},{&quot;2026-08-26&quot;:33.61},{&quot;2026-08-27&quot;:33.61},{&quot;2026-08-28&quot;:33.61},{&quot;2026-08-29&quot;:33.61},{&quot;2026-08-30&quot;:33.67},{&quot;2026-08-31&quot;:33.67},{&quot;2026-09-01&quot;:33.67},{&quot;2026-09-02&quot;:33.67},{&quot;2026-09-03&quot;:33.67},{&quot;2026-09-04&quot;:33.67},{&quot;2026-09-05&quot;:33.67},{&quot;2026-09-06&quot;:33.67},{&quot;2026-09-07&quot;:33.42},{&quot;2026-09-08&quot;:33.25},{&quot;2026-09-09&quot;:33.25},{&quot;2026-09-10&quot;:33.25},{&quot;2026-09-11&quot;:33.13}],&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="18427"
  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">
            Exploration
        </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">
              ↓
              4%
            </span>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Exploration" src="https://cards.scryfall.io/large/front/5/b/5b372045-a4a0-44c8-96ec-1e201d61ed26.jpg?1783918444" />
    </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">
                $32.66
              </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.11
              </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">$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;:34.42},{&quot;2026-06-14&quot;:34.37},{&quot;2026-06-15&quot;:34.37},{&quot;2026-06-16&quot;:34.59},{&quot;2026-06-17&quot;:34.59},{&quot;2026-06-18&quot;:34.59},{&quot;2026-06-19&quot;:34.61},{&quot;2026-06-20&quot;:34.61},{&quot;2026-06-21&quot;:34.61},{&quot;2026-06-22&quot;:34.61},{&quot;2026-06-23&quot;:34.61},{&quot;2026-06-24&quot;:34.61},{&quot;2026-06-25&quot;:34.61},{&quot;2026-06-26&quot;:34.61},{&quot;2026-06-27&quot;:34.61},{&quot;2026-06-28&quot;:34.61},{&quot;2026-06-29&quot;:34.6},{&quot;2026-06-30&quot;:35.41},{&quot;2026-07-01&quot;:35.41},{&quot;2026-07-02&quot;:35.48},{&quot;2026-07-03&quot;:35.48},{&quot;2026-07-04&quot;:35.48},{&quot;2026-07-05&quot;:35.48},{&quot;2026-07-06&quot;:35.46},{&quot;2026-07-07&quot;:35.7},{&quot;2026-07-08&quot;:35.7},{&quot;2026-07-09&quot;:35.66},{&quot;2026-07-10&quot;:35.66},{&quot;2026-07-11&quot;:35.63},{&quot;2026-07-12&quot;:35.39},{&quot;2026-07-13&quot;:35.8},{&quot;2026-07-14&quot;:35.81},{&quot;2026-07-15&quot;:35.56},{&quot;2026-07-16&quot;:35.49},{&quot;2026-07-17&quot;:35.49},{&quot;2026-07-18&quot;:35.04},{&quot;2026-07-19&quot;:35.09},{&quot;2026-07-20&quot;:35.09},{&quot;2026-07-21&quot;:35.09},{&quot;2026-07-22&quot;:35.09},{&quot;2026-07-23&quot;:34.84},{&quot;2026-07-24&quot;:34.83},{&quot;2026-07-25&quot;:34.48},{&quot;2026-07-26&quot;:34.1},{&quot;2026-07-27&quot;:34.1},{&quot;2026-07-28&quot;:34.1},{&quot;2026-07-29&quot;:34.1},{&quot;2026-07-30&quot;:34.1},{&quot;2026-07-31&quot;:34.1},{&quot;2026-08-01&quot;:34.1},{&quot;2026-08-02&quot;:33.83},{&quot;2026-08-03&quot;:33.93},{&quot;2026-08-04&quot;:33.93},{&quot;2026-08-05&quot;:33.93},{&quot;2026-08-07&quot;:34.15},{&quot;2026-08-08&quot;:34.24},{&quot;2026-08-09&quot;:33.99},{&quot;2026-08-10&quot;:34.13},{&quot;2026-08-11&quot;:34.13},{&quot;2026-08-12&quot;:34.13},{&quot;2026-08-13&quot;:34.13},{&quot;2026-08-14&quot;:33.42},{&quot;2026-08-15&quot;:33.68},{&quot;2026-08-16&quot;:33.68},{&quot;2026-08-17&quot;:33.68},{&quot;2026-08-18&quot;:33.68},{&quot;2026-08-19&quot;:33.46},{&quot;2026-08-20&quot;:33.46},{&quot;2026-08-21&quot;:33.46},{&quot;2026-08-22&quot;:33.23},{&quot;2026-08-23&quot;:33.46},{&quot;2026-08-24&quot;:33.46},{&quot;2026-08-25&quot;:33.42},{&quot;2026-08-26&quot;:33.39},{&quot;2026-08-27&quot;:33.39},{&quot;2026-08-28&quot;:33.21},{&quot;2026-08-29&quot;:33.21},{&quot;2026-08-30&quot;:33.42},{&quot;2026-08-31&quot;:33.44},{&quot;2026-09-01&quot;:33.44},{&quot;2026-09-02&quot;:33.67},{&quot;2026-09-03&quot;:33.67},{&quot;2026-09-04&quot;:33.41},{&quot;2026-09-05&quot;:33.41},{&quot;2026-09-06&quot;:33.41},{&quot;2026-09-07&quot;:33.27},{&quot;2026-09-08&quot;:33.27},{&quot;2026-09-09&quot;:33.11},{&quot;2026-09-10&quot;:33.11},{&quot;2026-09-11&quot;:33.11}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:33.37},{&quot;2026-06-14&quot;:33.33},{&quot;2026-06-15&quot;:33.56},{&quot;2026-06-16&quot;:33.51},{&quot;2026-06-17&quot;:33.6},{&quot;2026-06-18&quot;:33.31},{&quot;2026-06-19&quot;:33.34},{&quot;2026-06-20&quot;:33.34},{&quot;2026-06-21&quot;:33.18},{&quot;2026-06-22&quot;:32.74},{&quot;2026-06-23&quot;:32.74},{&quot;2026-06-24&quot;:32.75},{&quot;2026-06-25&quot;:32.35},{&quot;2026-06-26&quot;:31.84},{&quot;2026-06-27&quot;:32.07},{&quot;2026-06-28&quot;:33.15},{&quot;2026-06-29&quot;:32.86},{&quot;2026-06-30&quot;:32.88},{&quot;2026-07-01&quot;:33.17},{&quot;2026-07-02&quot;:33.29},{&quot;2026-07-03&quot;:33.29},{&quot;2026-07-04&quot;:33.57},{&quot;2026-07-05&quot;:33.57},{&quot;2026-07-06&quot;:33.96},{&quot;2026-07-07&quot;:33.96},{&quot;2026-07-08&quot;:34.15},{&quot;2026-07-09&quot;:34.15},{&quot;2026-07-10&quot;:34.14},{&quot;2026-07-11&quot;:33.88},{&quot;2026-07-12&quot;:33.55},{&quot;2026-07-13&quot;:33.55},{&quot;2026-07-14&quot;:32.74},{&quot;2026-07-15&quot;:32.74},{&quot;2026-07-16&quot;:32.35},{&quot;2026-07-17&quot;:31.94},{&quot;2026-07-18&quot;:31.9},{&quot;2026-07-19&quot;:32.08},{&quot;2026-07-20&quot;:32.28},{&quot;2026-07-21&quot;:32.2},{&quot;2026-07-22&quot;:32.04},{&quot;2026-07-23&quot;:31.47},{&quot;2026-07-24&quot;:31.47},{&quot;2026-07-25&quot;:32.03},{&quot;2026-07-26&quot;:31.72},{&quot;2026-07-27&quot;:31.73},{&quot;2026-07-28&quot;:31.63},{&quot;2026-07-29&quot;:31.07},{&quot;2026-07-30&quot;:31.31},{&quot;2026-07-31&quot;:31.65},{&quot;2026-08-01&quot;:31.54},{&quot;2026-08-02&quot;:31.66},{&quot;2026-08-03&quot;:32.57},{&quot;2026-08-04&quot;:33.21},{&quot;2026-08-05&quot;:33.21},{&quot;2026-08-07&quot;:33.35},{&quot;2026-08-08&quot;:33.79},{&quot;2026-08-09&quot;:33.72},{&quot;2026-08-10&quot;:32.98},{&quot;2026-08-11&quot;:32.42},{&quot;2026-08-12&quot;:31.88},{&quot;2026-08-13&quot;:31.33},{&quot;2026-08-14&quot;:30.91},{&quot;2026-08-15&quot;:30.91},{&quot;2026-08-16&quot;:31.0},{&quot;2026-08-17&quot;:31.36},{&quot;2026-08-18&quot;:31.29},{&quot;2026-08-19&quot;:31.83},{&quot;2026-08-20&quot;:31.87},{&quot;2026-08-21&quot;:31.83},{&quot;2026-08-22&quot;:31.83},{&quot;2026-08-23&quot;:32.0},{&quot;2026-08-24&quot;:33.3},{&quot;2026-08-25&quot;:33.39},{&quot;2026-08-26&quot;:32.96},{&quot;2026-08-27&quot;:33.17},{&quot;2026-08-28&quot;:33.06},{&quot;2026-08-29&quot;:33.06},{&quot;2026-08-30&quot;:33.23},{&quot;2026-08-31&quot;:33.2},{&quot;2026-09-01&quot;:33.61},{&quot;2026-09-02&quot;:33.61},{&quot;2026-09-03&quot;:33.61},{&quot;2026-09-04&quot;:34.04},{&quot;2026-09-05&quot;:33.92},{&quot;2026-09-06&quot;:34.21},{&quot;2026-09-07&quot;:33.8},{&quot;2026-09-08&quot;:33.67},{&quot;2026-09-09&quot;:33.08},{&quot;2026-09-10&quot;:32.74},{&quot;2026-09-11&quot;:32.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $21.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="Atraxa, Grand Unifier" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e51e5d02-d3d0-45e5-a589-1fe25ff5082b.jpg?1783917956" />

        <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, Grand Unifier
        </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</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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, Grand Unifier" src="https://cards.scryfall.io/large/front/e/5/e51e5d02-d3d0-45e5-a589-1fe25ff5082b.jpg?1783917956" />
    </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">
            2
          </span>
        </div>

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $32.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">$22.00</span>
              <span class="text-xs text-grey-text">Credit: $28.60</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">$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;2026-06-12&quot;:28.8},{&quot;2026-06-13&quot;:28.8},{&quot;2026-06-14&quot;:28.8},{&quot;2026-06-15&quot;:28.8},{&quot;2026-06-16&quot;:28.8},{&quot;2026-06-17&quot;:28.26},{&quot;2026-06-18&quot;:28.26},{&quot;2026-06-19&quot;:28.26},{&quot;2026-06-20&quot;:29.04},{&quot;2026-06-21&quot;:29.04},{&quot;2026-06-22&quot;:29.04},{&quot;2026-06-23&quot;:29.04},{&quot;2026-06-24&quot;:28.97},{&quot;2026-06-25&quot;:28.97},{&quot;2026-06-26&quot;:28.97},{&quot;2026-06-27&quot;:28.97},{&quot;2026-06-28&quot;:28.97},{&quot;2026-06-29&quot;:28.97},{&quot;2026-06-30&quot;:28.97},{&quot;2026-07-01&quot;:28.97},{&quot;2026-07-02&quot;:28.97},{&quot;2026-07-03&quot;:29.49},{&quot;2026-07-04&quot;:29.49},{&quot;2026-07-05&quot;:29.85},{&quot;2026-07-06&quot;:29.85},{&quot;2026-07-07&quot;:29.85},{&quot;2026-07-08&quot;:30.37},{&quot;2026-07-09&quot;:30.37},{&quot;2026-07-10&quot;:31.16},{&quot;2026-07-11&quot;:31.16},{&quot;2026-07-12&quot;:31.36},{&quot;2026-07-13&quot;:31.36},{&quot;2026-07-14&quot;:31.36},{&quot;2026-07-15&quot;:31.36},{&quot;2026-07-16&quot;:31.36},{&quot;2026-07-17&quot;:31.59},{&quot;2026-07-18&quot;:31.59},{&quot;2026-07-19&quot;:31.59},{&quot;2026-07-20&quot;:31.59},{&quot;2026-07-21&quot;:31.59},{&quot;2026-07-23&quot;:31.59},{&quot;2026-07-24&quot;:31.59},{&quot;2026-07-25&quot;:31.59},{&quot;2026-07-26&quot;:31.59},{&quot;2026-07-27&quot;:31.59},{&quot;2026-07-28&quot;:31.81},{&quot;2026-07-29&quot;:31.81},{&quot;2026-07-30&quot;:31.81},{&quot;2026-07-31&quot;:32.32},{&quot;2026-08-01&quot;:32.58},{&quot;2026-08-02&quot;:32.58},{&quot;2026-08-03&quot;:32.58},{&quot;2026-08-04&quot;:32.76},{&quot;2026-08-05&quot;:32.57},{&quot;2026-08-07&quot;:32.63},{&quot;2026-08-08&quot;:32.63},{&quot;2026-08-09&quot;:32.64},{&quot;2026-08-10&quot;:32.64},{&quot;2026-08-11&quot;:32.31},{&quot;2026-08-12&quot;:32.51},{&quot;2026-08-13&quot;:32.51},{&quot;2026-08-14&quot;:32.51},{&quot;2026-08-15&quot;:32.51},{&quot;2026-08-16&quot;:32.51},{&quot;2026-08-17&quot;:32.25},{&quot;2026-08-18&quot;:32.25},{&quot;2026-08-19&quot;:32.25},{&quot;2026-08-20&quot;:32.25},{&quot;2026-08-21&quot;:32.25},{&quot;2026-08-22&quot;:32.25},{&quot;2026-08-23&quot;:32.25},{&quot;2026-08-24&quot;:32.25},{&quot;2026-08-25&quot;:32.25},{&quot;2026-08-26&quot;:32.25},{&quot;2026-08-27&quot;:32.41},{&quot;2026-08-28&quot;:32.41},{&quot;2026-08-29&quot;:32.41},{&quot;2026-08-30&quot;:32.33},{&quot;2026-08-31&quot;:32.45},{&quot;2026-09-01&quot;:32.45},{&quot;2026-09-02&quot;:32.51},{&quot;2026-09-03&quot;:32.55},{&quot;2026-09-04&quot;:32.55},{&quot;2026-09-05&quot;:32.64},{&quot;2026-09-06&quot;:32.64},{&quot;2026-09-07&quot;:32.64},{&quot;2026-09-08&quot;:32.64},{&quot;2026-09-09&quot;:32.64},{&quot;2026-09-10&quot;:32.54},{&quot;2026-09-11&quot;:32.57}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:15.75},{&quot;2026-06-13&quot;:15.91},{&quot;2026-06-14&quot;:15.98},{&quot;2026-06-15&quot;:16.21},{&quot;2026-06-16&quot;:16.36},{&quot;2026-06-17&quot;:16.79},{&quot;2026-06-18&quot;:16.79},{&quot;2026-06-19&quot;:16.75},{&quot;2026-06-20&quot;:16.86},{&quot;2026-06-21&quot;:16.86},{&quot;2026-06-22&quot;:16.72},{&quot;2026-06-23&quot;:16.95},{&quot;2026-06-24&quot;:16.95},{&quot;2026-06-25&quot;:16.95},{&quot;2026-06-26&quot;:16.95},{&quot;2026-06-27&quot;:17.66},{&quot;2026-06-28&quot;:18.02},{&quot;2026-06-29&quot;:18.02},{&quot;2026-06-30&quot;:18.13},{&quot;2026-07-01&quot;:18.28},{&quot;2026-07-02&quot;:18.15},{&quot;2026-07-03&quot;:18.15},{&quot;2026-07-04&quot;:19.71},{&quot;2026-07-05&quot;:19.71},{&quot;2026-07-06&quot;:19.72},{&quot;2026-07-07&quot;:20.03},{&quot;2026-07-08&quot;:20.03},{&quot;2026-07-09&quot;:19.53},{&quot;2026-07-10&quot;:19.53},{&quot;2026-07-11&quot;:19.53},{&quot;2026-07-12&quot;:19.48},{&quot;2026-07-13&quot;:19.43},{&quot;2026-07-14&quot;:19.41},{&quot;2026-07-15&quot;:19.41},{&quot;2026-07-16&quot;:19.5},{&quot;2026-07-17&quot;:19.25},{&quot;2026-07-18&quot;:19.25},{&quot;2026-07-19&quot;:19.02},{&quot;2026-07-20&quot;:19.02},{&quot;2026-07-21&quot;:18.9},{&quot;2026-07-23&quot;:18.81},{&quot;2026-07-24&quot;:18.77},{&quot;2026-07-25&quot;:18.93},{&quot;2026-07-26&quot;:18.93},{&quot;2026-07-27&quot;:19.17},{&quot;2026-07-28&quot;:19.3},{&quot;2026-07-29&quot;:19.1},{&quot;2026-07-30&quot;:19.14},{&quot;2026-07-31&quot;:19.29},{&quot;2026-08-01&quot;:19.29},{&quot;2026-08-02&quot;:19.29},{&quot;2026-08-03&quot;:19.29},{&quot;2026-08-04&quot;:19.26},{&quot;2026-08-05&quot;:19.76},{&quot;2026-08-07&quot;:19.8},{&quot;2026-08-08&quot;:19.8},{&quot;2026-08-09&quot;:19.86},{&quot;2026-08-10&quot;:19.92},{&quot;2026-08-11&quot;:20.01},{&quot;2026-08-12&quot;:20.14},{&quot;2026-08-13&quot;:20.18},{&quot;2026-08-14&quot;:20.22},{&quot;2026-08-15&quot;:20.22},{&quot;2026-08-16&quot;:20.22},{&quot;2026-08-17&quot;:20.46},{&quot;2026-08-18&quot;:20.64},{&quot;2026-08-19&quot;:20.8},{&quot;2026-08-20&quot;:20.8},{&quot;2026-08-21&quot;:20.48},{&quot;2026-08-22&quot;:20.48},{&quot;2026-08-23&quot;:20.52},{&quot;2026-08-24&quot;:20.52},{&quot;2026-08-25&quot;:20.71},{&quot;2026-08-26&quot;:20.71},{&quot;2026-08-27&quot;:20.71},{&quot;2026-08-28&quot;:20.62},{&quot;2026-08-29&quot;:20.62},{&quot;2026-08-30&quot;:20.3},{&quot;2026-08-31&quot;:20.42},{&quot;2026-09-01&quot;:20.44},{&quot;2026-09-02&quot;:20.62},{&quot;2026-09-03&quot;:20.65},{&quot;2026-09-04&quot;:20.85},{&quot;2026-09-05&quot;:21.05},{&quot;2026-09-06&quot;:21.44},{&quot;2026-09-07&quot;:21.55},{&quot;2026-09-08&quot;:21.55},{&quot;2026-09-09&quot;:21.55},{&quot;2026-09-10&quot;:21.86},{&quot;2026-09-11&quot;:21.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="98753"
  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-tle 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">
            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">
            $32.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="Worldly Tutor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d3569de-ff5e-44a2-94a2-86e994d2a0f1.jpg?1783904751" />

        <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/8/d/8d3569de-ff5e-44a2-94a2-86e994d2a0f1.jpg?1783904751" />
    </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">
                $32.16
              </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">$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;normal&quot;:[{&quot;2026-06-13&quot;:32.34},{&quot;2026-06-14&quot;:32.24},{&quot;2026-06-15&quot;:31.44},{&quot;2026-06-16&quot;:31.36},{&quot;2026-06-17&quot;:31.36},{&quot;2026-06-18&quot;:31.69},{&quot;2026-06-19&quot;:31.78},{&quot;2026-06-20&quot;:32.24},{&quot;2026-06-21&quot;:32.25},{&quot;2026-06-22&quot;:32.21},{&quot;2026-06-23&quot;:32.21},{&quot;2026-06-24&quot;:32.4},{&quot;2026-06-25&quot;:32.5},{&quot;2026-06-26&quot;:32.54},{&quot;2026-06-27&quot;:32.54},{&quot;2026-06-28&quot;:32.59},{&quot;2026-06-29&quot;:32.6},{&quot;2026-06-30&quot;:32.46},{&quot;2026-07-01&quot;:32.23},{&quot;2026-07-02&quot;:32.58},{&quot;2026-07-03&quot;:32.53},{&quot;2026-07-04&quot;:32.5},{&quot;2026-07-05&quot;:32.29},{&quot;2026-07-06&quot;:32.29},{&quot;2026-07-07&quot;:32.22},{&quot;2026-07-08&quot;:32.16},{&quot;2026-07-09&quot;:32.25},{&quot;2026-07-10&quot;:32.27},{&quot;2026-07-11&quot;:32.36},{&quot;2026-07-12&quot;:32.66},{&quot;2026-07-13&quot;:32.76},{&quot;2026-07-14&quot;:32.77},{&quot;2026-07-15&quot;:32.6},{&quot;2026-07-16&quot;:32.98},{&quot;2026-07-17&quot;:32.36},{&quot;2026-07-18&quot;:32.27},{&quot;2026-07-19&quot;:32.21},{&quot;2026-07-20&quot;:32.21},{&quot;2026-07-21&quot;:32.11},{&quot;2026-07-22&quot;:32.4},{&quot;2026-07-23&quot;:32.53},{&quot;2026-07-24&quot;:32.69},{&quot;2026-07-25&quot;:32.69},{&quot;2026-07-26&quot;:32.55},{&quot;2026-07-27&quot;:32.81},{&quot;2026-07-28&quot;:33.13},{&quot;2026-07-29&quot;:32.93},{&quot;2026-07-30&quot;:32.93},{&quot;2026-07-31&quot;:32.93},{&quot;2026-08-01&quot;:32.97},{&quot;2026-08-02&quot;:32.97},{&quot;2026-08-03&quot;:33.67},{&quot;2026-08-04&quot;:33.67},{&quot;2026-08-05&quot;:33.75},{&quot;2026-08-07&quot;:34.23},{&quot;2026-08-08&quot;:34.28},{&quot;2026-08-09&quot;:34.9},{&quot;2026-08-10&quot;:35.57},{&quot;2026-08-11&quot;:36.01},{&quot;2026-08-12&quot;:36.31},{&quot;2026-08-13&quot;:36.74},{&quot;2026-08-14&quot;:36.42},{&quot;2026-08-15&quot;:35.88},{&quot;2026-08-16&quot;:34.72},{&quot;2026-08-17&quot;:34.72},{&quot;2026-08-18&quot;:34.72},{&quot;2026-08-19&quot;:34.24},{&quot;2026-08-20&quot;:34.24},{&quot;2026-08-21&quot;:33.81},{&quot;2026-08-22&quot;:32.93},{&quot;2026-08-23&quot;:32.55},{&quot;2026-08-24&quot;:31.67},{&quot;2026-08-25&quot;:31.07},{&quot;2026-08-26&quot;:30.4},{&quot;2026-08-27&quot;:30.48},{&quot;2026-08-28&quot;:30.42},{&quot;2026-08-29&quot;:30.42},{&quot;2026-08-30&quot;:31.08},{&quot;2026-08-31&quot;:31.39},{&quot;2026-09-01&quot;:31.12},{&quot;2026-09-02&quot;:31.17},{&quot;2026-09-03&quot;:31.61},{&quot;2026-09-04&quot;:31.77},{&quot;2026-09-05&quot;:31.64},{&quot;2026-09-06&quot;:31.51},{&quot;2026-09-07&quot;:31.86},{&quot;2026-09-08&quot;:31.86},{&quot;2026-09-09&quot;:31.86},{&quot;2026-09-10&quot;:32.12},{&quot;2026-09-11&quot;:32.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="18505"
  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="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">
            $32.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="Worldly Tutor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/3/f39aa2e9-e294-4ce6-bf5e-e1f579101a7a.jpg?1783918434" />

        <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/f/3/f39aa2e9-e294-4ce6-bf5e-e1f579101a7a.jpg?1783918434" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-08&quot;:26.35},{&quot;2026-06-10&quot;:26.85},{&quot;2026-06-11&quot;:26.85},{&quot;2026-06-12&quot;:27.13},{&quot;2026-06-13&quot;:28.55},{&quot;2026-06-14&quot;:28.3},{&quot;2026-06-15&quot;:28.3},{&quot;2026-06-16&quot;:28.68},{&quot;2026-06-17&quot;:29.12},{&quot;2026-06-18&quot;:29.13},{&quot;2026-06-19&quot;:29.13},{&quot;2026-06-20&quot;:29.13},{&quot;2026-06-21&quot;:29.13},{&quot;2026-06-22&quot;:29.13},{&quot;2026-06-24&quot;:29.15},{&quot;2026-06-25&quot;:29.15},{&quot;2026-06-26&quot;:29.15},{&quot;2026-06-27&quot;:29.15},{&quot;2026-06-28&quot;:29.15},{&quot;2026-06-29&quot;:29.15},{&quot;2026-06-30&quot;:29.15},{&quot;2026-07-01&quot;:29.25},{&quot;2026-07-02&quot;:29.28},{&quot;2026-07-03&quot;:29.34},{&quot;2026-07-04&quot;:28.94},{&quot;2026-07-05&quot;:28.94},{&quot;2026-07-06&quot;:28.94},{&quot;2026-07-07&quot;:28.94},{&quot;2026-07-08&quot;:29.07},{&quot;2026-07-09&quot;:29.31},{&quot;2026-07-10&quot;:29.31},{&quot;2026-07-11&quot;:29.41},{&quot;2026-07-12&quot;:29.41},{&quot;2026-07-13&quot;:29.41},{&quot;2026-07-14&quot;:29.53},{&quot;2026-07-15&quot;:29.53},{&quot;2026-07-16&quot;:29.74},{&quot;2026-07-17&quot;:29.74},{&quot;2026-07-18&quot;:29.71},{&quot;2026-07-19&quot;:29.74},{&quot;2026-07-20&quot;:29.74},{&quot;2026-07-21&quot;:29.74},{&quot;2026-07-23&quot;:29.61},{&quot;2026-07-25&quot;:29.61},{&quot;2026-07-26&quot;:29.61},{&quot;2026-07-27&quot;:29.18},{&quot;2026-07-29&quot;:28.57},{&quot;2026-07-30&quot;:28.3},{&quot;2026-07-31&quot;:27.93},{&quot;2026-08-01&quot;:27.49},{&quot;2026-08-02&quot;:27.26},{&quot;2026-08-03&quot;:27.29},{&quot;2026-08-04&quot;:27.37},{&quot;2026-08-05&quot;:27.3},{&quot;2026-08-07&quot;:27.14},{&quot;2026-08-08&quot;:27.03},{&quot;2026-08-09&quot;:27.16},{&quot;2026-08-10&quot;:27.16},{&quot;2026-08-11&quot;:27.1},{&quot;2026-08-12&quot;:27.2},{&quot;2026-08-13&quot;:27.2},{&quot;2026-08-14&quot;:27.2},{&quot;2026-08-15&quot;:27.24},{&quot;2026-08-16&quot;:27.34},{&quot;2026-08-17&quot;:27.34},{&quot;2026-08-18&quot;:27.38},{&quot;2026-08-19&quot;:27.33},{&quot;2026-08-20&quot;:27.33},{&quot;2026-08-21&quot;:27.39},{&quot;2026-08-22&quot;:27.2},{&quot;2026-08-23&quot;:27.38},{&quot;2026-08-24&quot;:27.42},{&quot;2026-08-25&quot;:27.42},{&quot;2026-08-26&quot;:28.15},{&quot;2026-08-27&quot;:28.15},{&quot;2026-08-28&quot;:28.44},{&quot;2026-08-29&quot;:28.44},{&quot;2026-08-30&quot;:29.03},{&quot;2026-08-31&quot;:29.03},{&quot;2026-09-01&quot;:29.03},{&quot;2026-09-02&quot;:30.78},{&quot;2026-09-03&quot;:30.78},{&quot;2026-09-04&quot;:30.91},{&quot;2026-09-05&quot;:30.91},{&quot;2026-09-06&quot;:30.91},{&quot;2026-09-07&quot;:30.91},{&quot;2026-09-08&quot;:31.27},{&quot;2026-09-09&quot;:31.27},{&quot;2026-09-10&quot;:31.27},{&quot;2026-09-11&quot;:31.32}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:32.24},{&quot;2026-06-10&quot;:32.13},{&quot;2026-06-11&quot;:32.13},{&quot;2026-06-12&quot;:32.28},{&quot;2026-06-13&quot;:32.28},{&quot;2026-06-14&quot;:31.81},{&quot;2026-06-15&quot;:30.68},{&quot;2026-06-16&quot;:30.68},{&quot;2026-06-17&quot;:28.9},{&quot;2026-06-18&quot;:28.49},{&quot;2026-06-19&quot;:28.61},{&quot;2026-06-20&quot;:28.69},{&quot;2026-06-21&quot;:28.8},{&quot;2026-06-22&quot;:28.4},{&quot;2026-06-24&quot;:27.96},{&quot;2026-06-25&quot;:27.96},{&quot;2026-06-26&quot;:27.96},{&quot;2026-06-27&quot;:27.96},{&quot;2026-06-28&quot;:27.79},{&quot;2026-06-29&quot;:26.92},{&quot;2026-06-30&quot;:27.12},{&quot;2026-07-01&quot;:27.1},{&quot;2026-07-02&quot;:26.91},{&quot;2026-07-03&quot;:26.95},{&quot;2026-07-04&quot;:26.45},{&quot;2026-07-05&quot;:26.45},{&quot;2026-07-06&quot;:26.49},{&quot;2026-07-07&quot;:26.6},{&quot;2026-07-08&quot;:26.63},{&quot;2026-07-09&quot;:26.46},{&quot;2026-07-10&quot;:26.56},{&quot;2026-07-11&quot;:26.55},{&quot;2026-07-12&quot;:27.01},{&quot;2026-07-13&quot;:27.02},{&quot;2026-07-14&quot;:27.05},{&quot;2026-07-15&quot;:27.05},{&quot;2026-07-16&quot;:27.05},{&quot;2026-07-17&quot;:26.91},{&quot;2026-07-18&quot;:26.8},{&quot;2026-07-19&quot;:26.82},{&quot;2026-07-20&quot;:26.92},{&quot;2026-07-21&quot;:26.99},{&quot;2026-07-23&quot;:26.91},{&quot;2026-07-25&quot;:27.08},{&quot;2026-07-26&quot;:27.17},{&quot;2026-07-27&quot;:27.23},{&quot;2026-07-29&quot;:27.31},{&quot;2026-07-30&quot;:27.38},{&quot;2026-07-31&quot;:27.33},{&quot;2026-08-01&quot;:27.37},{&quot;2026-08-02&quot;:27.36},{&quot;2026-08-03&quot;:27.36},{&quot;2026-08-04&quot;:27.14},{&quot;2026-08-05&quot;:27.28},{&quot;2026-08-07&quot;:27.31},{&quot;2026-08-08&quot;:27.15},{&quot;2026-08-09&quot;:27.09},{&quot;2026-08-10&quot;:27.4},{&quot;2026-08-11&quot;:27.36},{&quot;2026-08-12&quot;:27.38},{&quot;2026-08-13&quot;:27.37},{&quot;2026-08-14&quot;:27.37},{&quot;2026-08-15&quot;:27.35},{&quot;2026-08-16&quot;:27.35},{&quot;2026-08-17&quot;:27.58},{&quot;2026-08-18&quot;:27.43},{&quot;2026-08-19&quot;:27.54},{&quot;2026-08-20&quot;:27.54},{&quot;2026-08-21&quot;:27.47},{&quot;2026-08-22&quot;:27.48},{&quot;2026-08-23&quot;:27.73},{&quot;2026-08-24&quot;:28.0},{&quot;2026-08-25&quot;:28.0},{&quot;2026-08-26&quot;:28.46},{&quot;2026-08-27&quot;:28.91},{&quot;2026-08-28&quot;:29.11},{&quot;2026-08-29&quot;:29.11},{&quot;2026-08-30&quot;:29.39},{&quot;2026-08-31&quot;:29.94},{&quot;2026-09-01&quot;:29.94},{&quot;2026-09-02&quot;:30.6},{&quot;2026-09-03&quot;:30.6},{&quot;2026-09-04&quot;:30.6},{&quot;2026-09-05&quot;:30.45},{&quot;2026-09-06&quot;:30.44},{&quot;2026-09-07&quot;:30.73},{&quot;2026-09-08&quot;:31.35},{&quot;2026-09-09&quot;:31.64},{&quot;2026-09-10&quot;:32.22},{&quot;2026-09-11&quot;:32.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="94924"
  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">
            Atraxa, Grand Unifier
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $32.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="Atraxa, Grand Unifier" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/e/be326fe9-4ed8-4f64-934c-9955edea5fdb.jpg?1783906381" />

        <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, Grand Unifier
        </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</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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, Grand Unifier" src="https://cards.scryfall.io/large/front/b/e/be326fe9-4ed8-4f64-934c-9955edea5fdb.jpg?1783906381" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $32.03
              </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">
                $329.25
              </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">$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-11&quot;:198.83},{&quot;2026-06-12&quot;:199.07},{&quot;2026-06-13&quot;:193.02},{&quot;2026-06-14&quot;:193.02},{&quot;2026-06-15&quot;:199.59},{&quot;2026-06-16&quot;:199.59},{&quot;2026-06-17&quot;:199.59},{&quot;2026-06-18&quot;:199.52},{&quot;2026-06-19&quot;:201.62},{&quot;2026-06-20&quot;:201.62},{&quot;2026-06-21&quot;:204.7},{&quot;2026-06-22&quot;:204.7},{&quot;2026-06-23&quot;:203.93},{&quot;2026-06-24&quot;:203.93},{&quot;2026-06-25&quot;:204.83},{&quot;2026-06-26&quot;:204.83},{&quot;2026-06-27&quot;:204.83},{&quot;2026-06-28&quot;:204.83},{&quot;2026-06-29&quot;:204.83},{&quot;2026-06-30&quot;:204.83},{&quot;2026-07-01&quot;:204.83},{&quot;2026-07-02&quot;:210.51},{&quot;2026-07-03&quot;:215.14},{&quot;2026-07-04&quot;:215.14},{&quot;2026-07-05&quot;:215.14},{&quot;2026-07-06&quot;:219.96},{&quot;2026-07-07&quot;:219.96},{&quot;2026-07-08&quot;:219.96},{&quot;2026-07-09&quot;:219.96},{&quot;2026-07-10&quot;:219.96},{&quot;2026-07-11&quot;:219.96},{&quot;2026-07-12&quot;:217.41},{&quot;2026-07-13&quot;:221.26},{&quot;2026-07-14&quot;:219.5},{&quot;2026-07-15&quot;:219.5},{&quot;2026-07-16&quot;:219.26},{&quot;2026-07-17&quot;:223.3},{&quot;2026-07-18&quot;:223.3},{&quot;2026-07-19&quot;:226.66},{&quot;2026-07-20&quot;:230.3},{&quot;2026-07-21&quot;:230.3},{&quot;2026-07-23&quot;:241.63},{&quot;2026-07-25&quot;:238.93},{&quot;2026-07-26&quot;:238.93},{&quot;2026-07-27&quot;:238.93},{&quot;2026-07-28&quot;:238.93},{&quot;2026-07-29&quot;:238.93},{&quot;2026-07-30&quot;:238.93},{&quot;2026-07-31&quot;:243.25},{&quot;2026-08-01&quot;:243.25},{&quot;2026-08-02&quot;:254.93},{&quot;2026-08-03&quot;:254.93},{&quot;2026-08-04&quot;:258.86},{&quot;2026-08-05&quot;:258.86},{&quot;2026-08-07&quot;:270.45},{&quot;2026-08-08&quot;:270.45},{&quot;2026-08-09&quot;:270.45},{&quot;2026-08-10&quot;:270.45},{&quot;2026-08-11&quot;:275.04},{&quot;2026-08-12&quot;:283.57},{&quot;2026-08-13&quot;:294.97},{&quot;2026-08-14&quot;:294.97},{&quot;2026-08-15&quot;:294.97},{&quot;2026-08-16&quot;:294.97},{&quot;2026-08-17&quot;:294.97},{&quot;2026-08-18&quot;:294.97},{&quot;2026-08-19&quot;:294.97},{&quot;2026-08-20&quot;:294.97},{&quot;2026-08-21&quot;:294.97},{&quot;2026-08-22&quot;:294.97},{&quot;2026-08-23&quot;:294.97},{&quot;2026-08-24&quot;:294.97},{&quot;2026-08-25&quot;:294.97},{&quot;2026-08-26&quot;:314.92},{&quot;2026-08-27&quot;:319.52},{&quot;2026-08-28&quot;:328.68},{&quot;2026-08-29&quot;:328.68},{&quot;2026-08-30&quot;:328.68},{&quot;2026-08-31&quot;:328.68},{&quot;2026-09-01&quot;:328.68},{&quot;2026-09-02&quot;:328.68},{&quot;2026-09-03&quot;:329.25},{&quot;2026-09-04&quot;:333.45},{&quot;2026-09-05&quot;:333.45},{&quot;2026-09-06&quot;:333.45},{&quot;2026-09-07&quot;:333.45},{&quot;2026-09-08&quot;:333.45},{&quot;2026-09-09&quot;:329.25},{&quot;2026-09-10&quot;:329.25},{&quot;2026-09-11&quot;:329.25}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:27.2},{&quot;2026-06-12&quot;:27.16},{&quot;2026-06-13&quot;:27.57},{&quot;2026-06-14&quot;:27.65},{&quot;2026-06-15&quot;:27.27},{&quot;2026-06-16&quot;:26.62},{&quot;2026-06-17&quot;:26.72},{&quot;2026-06-18&quot;:26.24},{&quot;2026-06-19&quot;:26.25},{&quot;2026-06-20&quot;:26.07},{&quot;2026-06-21&quot;:25.98},{&quot;2026-06-22&quot;:26.54},{&quot;2026-06-23&quot;:26.67},{&quot;2026-06-24&quot;:26.99},{&quot;2026-06-25&quot;:26.85},{&quot;2026-06-26&quot;:26.54},{&quot;2026-06-27&quot;:27.92},{&quot;2026-06-28&quot;:28.05},{&quot;2026-06-29&quot;:27.9},{&quot;2026-06-30&quot;:27.9},{&quot;2026-07-01&quot;:27.91},{&quot;2026-07-02&quot;:27.93},{&quot;2026-07-03&quot;:27.73},{&quot;2026-07-04&quot;:27.05},{&quot;2026-07-05&quot;:27.14},{&quot;2026-07-06&quot;:27.22},{&quot;2026-07-07&quot;:27.22},{&quot;2026-07-08&quot;:27.33},{&quot;2026-07-09&quot;:27.32},{&quot;2026-07-10&quot;:27.45},{&quot;2026-07-11&quot;:27.42},{&quot;2026-07-12&quot;:27.57},{&quot;2026-07-13&quot;:27.54},{&quot;2026-07-14&quot;:27.08},{&quot;2026-07-15&quot;:26.87},{&quot;2026-07-16&quot;:26.75},{&quot;2026-07-17&quot;:26.84},{&quot;2026-07-18&quot;:26.8},{&quot;2026-07-19&quot;:26.8},{&quot;2026-07-20&quot;:27.1},{&quot;2026-07-21&quot;:27.1},{&quot;2026-07-23&quot;:27.71},{&quot;2026-07-25&quot;:27.33},{&quot;2026-07-26&quot;:27.46},{&quot;2026-07-27&quot;:27.58},{&quot;2026-07-28&quot;:27.01},{&quot;2026-07-29&quot;:28.23},{&quot;2026-07-30&quot;:28.09},{&quot;2026-07-31&quot;:28.53},{&quot;2026-08-01&quot;:28.9},{&quot;2026-08-02&quot;:29.0},{&quot;2026-08-03&quot;:29.32},{&quot;2026-08-04&quot;:29.72},{&quot;2026-08-05&quot;:29.46},{&quot;2026-08-07&quot;:29.96},{&quot;2026-08-08&quot;:30.42},{&quot;2026-08-09&quot;:30.59},{&quot;2026-08-10&quot;:30.46},{&quot;2026-08-11&quot;:31.08},{&quot;2026-08-12&quot;:31.69},{&quot;2026-08-13&quot;:31.85},{&quot;2026-08-14&quot;:31.7},{&quot;2026-08-15&quot;:32.05},{&quot;2026-08-16&quot;:32.05},{&quot;2026-08-17&quot;:31.32},{&quot;2026-08-18&quot;:30.72},{&quot;2026-08-19&quot;:30.41},{&quot;2026-08-20&quot;:30.41},{&quot;2026-08-21&quot;:30.53},{&quot;2026-08-22&quot;:31.1},{&quot;2026-08-23&quot;:30.78},{&quot;2026-08-24&quot;:30.78},{&quot;2026-08-25&quot;:30.78},{&quot;2026-08-26&quot;:29.97},{&quot;2026-08-27&quot;:29.81},{&quot;2026-08-28&quot;:30.21},{&quot;2026-08-29&quot;:30.21},{&quot;2026-08-30&quot;:30.6},{&quot;2026-08-31&quot;:30.53},{&quot;2026-09-01&quot;:30.53},{&quot;2026-09-02&quot;:31.16},{&quot;2026-09-03&quot;:31.16},{&quot;2026-09-04&quot;:31.36},{&quot;2026-09-05&quot;:31.31},{&quot;2026-09-06&quot;:31.27},{&quot;2026-09-07&quot;:31.27},{&quot;2026-09-08&quot;:31.46},{&quot;2026-09-09&quot;:31.41},{&quot;2026-09-10&quot;:31.62},{&quot;2026-09-11&quot;:32.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="20276"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bitterblossom" src="https://cards.scryfall.io/large/front/b/9/b9640cbf-b016-410e-9eff-e8924883517b.jpg?1783921908" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:35.01},{&quot;2026-06-12&quot;:35.01},{&quot;2026-06-13&quot;:35.01},{&quot;2026-06-14&quot;:35.01},{&quot;2026-06-15&quot;:35.01},{&quot;2026-06-16&quot;:35.01},{&quot;2026-06-17&quot;:35.01},{&quot;2026-06-18&quot;:35.01},{&quot;2026-06-19&quot;:35.01},{&quot;2026-06-20&quot;:35.01},{&quot;2026-06-21&quot;:34.22},{&quot;2026-06-22&quot;:34.22},{&quot;2026-06-23&quot;:34.22},{&quot;2026-06-24&quot;:34.22},{&quot;2026-06-25&quot;:34.22},{&quot;2026-06-26&quot;:34.22},{&quot;2026-06-27&quot;:34.22},{&quot;2026-06-28&quot;:34.22},{&quot;2026-06-29&quot;:34.22},{&quot;2026-06-30&quot;:34.22},{&quot;2026-07-01&quot;:34.22},{&quot;2026-07-02&quot;:34.22},{&quot;2026-07-03&quot;:34.22},{&quot;2026-07-04&quot;:34.22},{&quot;2026-07-05&quot;:34.22},{&quot;2026-07-06&quot;:34.22},{&quot;2026-07-07&quot;:34.22},{&quot;2026-07-08&quot;:34.22},{&quot;2026-07-09&quot;:34.22},{&quot;2026-07-10&quot;:33.87},{&quot;2026-07-11&quot;:34.09},{&quot;2026-07-12&quot;:34.09},{&quot;2026-07-13&quot;:34.09},{&quot;2026-07-14&quot;:34.09},{&quot;2026-07-15&quot;:34.09},{&quot;2026-07-16&quot;:34.09},{&quot;2026-07-17&quot;:34.09},{&quot;2026-07-18&quot;:34.09},{&quot;2026-07-19&quot;:34.09},{&quot;2026-07-20&quot;:34.09},{&quot;2026-07-21&quot;:34.09},{&quot;2026-07-23&quot;:34.09},{&quot;2026-07-25&quot;:34.14},{&quot;2026-07-26&quot;:34.08},{&quot;2026-07-27&quot;:34.08},{&quot;2026-07-28&quot;:34.08},{&quot;2026-07-29&quot;:34.19},{&quot;2026-07-30&quot;:34.19},{&quot;2026-07-31&quot;:34.41},{&quot;2026-08-01&quot;:34.7},{&quot;2026-08-02&quot;:34.7},{&quot;2026-08-03&quot;:34.7},{&quot;2026-08-04&quot;:34.92},{&quot;2026-08-05&quot;:34.92},{&quot;2026-08-07&quot;:34.92},{&quot;2026-08-08&quot;:34.92},{&quot;2026-08-09&quot;:34.92},{&quot;2026-08-10&quot;:34.92},{&quot;2026-08-11&quot;:34.92},{&quot;2026-08-12&quot;:34.92},{&quot;2026-08-13&quot;:34.92},{&quot;2026-08-14&quot;:34.92},{&quot;2026-08-15&quot;:34.92},{&quot;2026-08-16&quot;:34.92},{&quot;2026-08-17&quot;:34.92},{&quot;2026-08-18&quot;:34.92},{&quot;2026-08-19&quot;:34.92},{&quot;2026-08-20&quot;:34.92},{&quot;2026-08-21&quot;:34.92},{&quot;2026-08-22&quot;:34.92},{&quot;2026-08-23&quot;:34.96},{&quot;2026-08-24&quot;:34.96},{&quot;2026-08-25&quot;:34.96},{&quot;2026-08-26&quot;:34.96},{&quot;2026-08-27&quot;:34.96},{&quot;2026-08-28&quot;:34.96},{&quot;2026-08-29&quot;:34.96},{&quot;2026-08-30&quot;:34.96},{&quot;2026-08-31&quot;:34.96},{&quot;2026-09-01&quot;:34.96},{&quot;2026-09-02&quot;:34.97},{&quot;2026-09-03&quot;:34.97},{&quot;2026-09-04&quot;:34.97},{&quot;2026-09-05&quot;:34.97},{&quot;2026-09-06&quot;:34.97},{&quot;2026-09-07&quot;:34.97},{&quot;2026-09-08&quot;:34.97},{&quot;2026-09-09&quot;:34.97},{&quot;2026-09-10&quot;:34.97},{&quot;2026-09-11&quot;:34.97}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:34.45},{&quot;2026-06-12&quot;:34.45},{&quot;2026-06-13&quot;:34.22},{&quot;2026-06-14&quot;:34.36},{&quot;2026-06-15&quot;:34.36},{&quot;2026-06-16&quot;:34.36},{&quot;2026-06-17&quot;:34.36},{&quot;2026-06-18&quot;:34.36},{&quot;2026-06-19&quot;:34.36},{&quot;2026-06-20&quot;:33.85},{&quot;2026-06-21&quot;:33.85},{&quot;2026-06-22&quot;:34.15},{&quot;2026-06-23&quot;:33.69},{&quot;2026-06-24&quot;:33.69},{&quot;2026-06-25&quot;:33.69},{&quot;2026-06-26&quot;:33.68},{&quot;2026-06-27&quot;:33.68},{&quot;2026-06-28&quot;:33.68},{&quot;2026-06-29&quot;:33.68},{&quot;2026-06-30&quot;:33.68},{&quot;2026-07-01&quot;:33.68},{&quot;2026-07-02&quot;:33.68},{&quot;2026-07-03&quot;:33.65},{&quot;2026-07-04&quot;:33.93},{&quot;2026-07-05&quot;:34.56},{&quot;2026-07-06&quot;:34.24},{&quot;2026-07-07&quot;:34.62},{&quot;2026-07-08&quot;:34.62},{&quot;2026-07-09&quot;:34.62},{&quot;2026-07-10&quot;:34.59},{&quot;2026-07-11&quot;:34.67},{&quot;2026-07-12&quot;:34.67},{&quot;2026-07-13&quot;:34.68},{&quot;2026-07-14&quot;:34.51},{&quot;2026-07-15&quot;:34.37},{&quot;2026-07-16&quot;:34.18},{&quot;2026-07-17&quot;:34.18},{&quot;2026-07-18&quot;:34.57},{&quot;2026-07-19&quot;:34.57},{&quot;2026-07-20&quot;:34.45},{&quot;2026-07-21&quot;:34.45},{&quot;2026-07-23&quot;:34.45},{&quot;2026-07-25&quot;:34.45},{&quot;2026-07-26&quot;:34.54},{&quot;2026-07-27&quot;:34.35},{&quot;2026-07-28&quot;:34.35},{&quot;2026-07-29&quot;:34.35},{&quot;2026-07-30&quot;:34.41},{&quot;2026-07-31&quot;:34.41},{&quot;2026-08-01&quot;:34.31},{&quot;2026-08-02&quot;:34.31},{&quot;2026-08-03&quot;:34.16},{&quot;2026-08-04&quot;:34.1},{&quot;2026-08-05&quot;:34.1},{&quot;2026-08-07&quot;:34.01},{&quot;2026-08-08&quot;:33.76},{&quot;2026-08-09&quot;:33.45},{&quot;2026-08-10&quot;:32.97},{&quot;2026-08-11&quot;:32.7},{&quot;2026-08-12&quot;:32.7},{&quot;2026-08-13&quot;:32.76},{&quot;2026-08-14&quot;:32.76},{&quot;2026-08-15&quot;:32.76},{&quot;2026-08-16&quot;:32.76},{&quot;2026-08-17&quot;:32.67},{&quot;2026-08-18&quot;:32.5},{&quot;2026-08-19&quot;:32.42},{&quot;2026-08-20&quot;:32.42},{&quot;2026-08-21&quot;:32.4},{&quot;2026-08-22&quot;:32.4},{&quot;2026-08-23&quot;:32.32},{&quot;2026-08-24&quot;:32.32},{&quot;2026-08-25&quot;:32.32},{&quot;2026-08-26&quot;:31.93},{&quot;2026-08-27&quot;:31.93},{&quot;2026-08-28&quot;:31.93},{&quot;2026-08-29&quot;:31.93},{&quot;2026-08-30&quot;:32.02},{&quot;2026-08-31&quot;:32.02},{&quot;2026-09-01&quot;:32.02},{&quot;2026-09-02&quot;:32.19},{&quot;2026-09-03&quot;:32.19},{&quot;2026-09-04&quot;:32.19},{&quot;2026-09-05&quot;:32.17},{&quot;2026-09-06&quot;:32.17},{&quot;2026-09-07&quot;:32.05},{&quot;2026-09-08&quot;:32.14},{&quot;2026-09-09&quot;:31.8},{&quot;2026-09-10&quot;:31.8},{&quot;2026-09-11&quot;:32.0}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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


    <div
      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 51-100 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=1&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets" rel="prev">1</a><a role="link" aria-disabled="true" aria-current="page">2</a><a href="/load_collection?direction=asc&amp;page=3&amp;username=denvermullets" rel="next">3</a><a href="/load_collection?direction=asc&amp;page=4&amp;username=denvermullets">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=3&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="98353"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              167
            </td>

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


            </td>

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49157"
          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-mh2 ss-mythic ss-fw ss-2x mr-4"></i>
              Ragavan, Nimble Pilferer


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tle ss-rare ss-fw ss-2x mr-4"></i>
              Enlightened 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-w'></i>
              </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86883"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MH2-259
            </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>
              Urza&#39;s Saga


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Land — Urza&#39;s Saga
            </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">
                  $41.62

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48753"
          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">
              21
            </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>
              Ranger-Captain of Eos


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wot ss-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">
                  $39.48

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49486"
          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">
              254
            </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>
              Scalding Tarn


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75684"
          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">
              195
            </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>
              Exquisite Blood


            </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-b'></i>
              </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28620"
          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">
              58
            </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>
              Bloodthirsty Conqueror


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49474"
          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">
              250
            </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>
              Misty Rainforest


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79648"
          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">
              320
            </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>
              Trinket Mage


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20861"
          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">
              303
            </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>
              Trinisphere


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112884"
          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">
              15
            </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>
              Gleaming Splendor


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79464"
          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">
              262
            </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-mythic ss-fw ss-2x mr-4"></i>
              Akroma&#39;s Memorial


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-rvr ss-rare ss-fw ss-2x mr-4"></i>
              Hellkite 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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Sensei&#39;s Divining Top


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="17972"
          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">
              6
            </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>
              Enlightened 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-w'></i>
              </div>
            </td>

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

                </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">
                1.15
            </td>
        </tr>

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

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

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


            </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-6'></i>
              </div>
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-mythic ss-fw ss-2x mr-4"></i>
              Agatha&#39;s Soul Cauldron


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20085"
          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-2x2 ss-mythic ss-fw ss-2x mr-4"></i>
              Ulamog, the Infinite Gyre


            </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-11'></i>
              </div>
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x mr-4"></i>
              Enlightened 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-w'></i>
              </div>
            </td>

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

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

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

                </div>
            </td>

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11651"
          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">
              89
            </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>
              Sakashima of a Thousand Faces


            </td>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $34.41

                    <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">
                $23.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.90
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11651"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11651" src="/boxset_card/11651?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20457"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              164
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-mythic ss-fw ss-2x mr-4"></i>
              Doubling Season


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $34.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $27.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20457"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20457" src="/boxset_card/20457?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19985"
          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">
              8
            </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>
              Avacyn, Angel of Hope


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Angel
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $33.95

                </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.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19985"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19985" src="/boxset_card/19985?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98748"
          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">
              309
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tle ss-rare ss-fw ss-2x mr-4"></i>
              Deadly Rollick


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $33.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $27.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="98748"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98748" src="/boxset_card/98748?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28936"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              216
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn 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">
                  $33.49

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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">
                1.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28936"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28936" src="/boxset_card/28936?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49621"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              301
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x mr-4"></i>
              Cabal Coffers

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $33.37

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $23.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49621"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49621" src="/boxset_card/49621?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="6360"
          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">
              60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-chr ss-rare ss-fw ss-2x mr-4"></i>
              Concordant Crossroads


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              World Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $33.24

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $23.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="6360"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_6360" src="/boxset_card/6360?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80254"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CHK-124
            </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>
              Marrow-Gnawer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Rat Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $33.13

                    <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">
                $14.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.58
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80254"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80254" src="/boxset_card/80254?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18427"
          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">
              159
            </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>
              Exploration


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $32.66

                    <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">
                $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.85
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18427"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18427" src="/boxset_card/18427?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57890"
          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">
              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-one ss-mythic ss-fw ss-2x mr-4"></i>
              Atraxa, Grand Unifier


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Angel
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                <div class="flex items-center gap-2">
                  $21.92

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $32.57

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $22.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $25.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57890"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57890" src="/boxset_card/57890?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98753"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              314
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tle 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">
                  $32.16

                    <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="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="98753"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98753" src="/boxset_card/98753?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18505"
          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">
              185
            </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">
                  $32.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">
                $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="18505"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18505" src="/boxset_card/18505?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94924"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              49
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-mythic ss-fw ss-2x mr-4"></i>
              Atraxa, Grand Unifier


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Angel
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                <div class="flex items-center gap-2">
                  $32.03

                    <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">
                $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">
                1.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94924"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94924" src="/boxset_card/94924?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20276"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              69
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-mythic ss-fw ss-2x mr-4"></i>
              Bitterblossom


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Kindred Enchantment — Faerie
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $32.00

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $17.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20276"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20276" src="/boxset_card/20276?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 51-100 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets" rel="prev">1</a><a role="link" aria-disabled="true" aria-current="page">2</a><a href="/load_collection?direction=asc&amp;page=3&amp;username=denvermullets" rel="next">3</a><a href="/load_collection?direction=asc&amp;page=4&amp;username=denvermullets">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=3&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>