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

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

        <input autocomplete="off" value="denvermullets" type="hidden" name="username" id="username" />
        <input autocomplete="off" type="hidden" name="code" id="code" />
        <input autocomplete="off" value="217" 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="87414"
  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">
            Smothering Tithe
        </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">
            $61.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="Smothering Tithe" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/6/f6c69c2f-729b-49ed-909d-57190a728e11.jpg?1783914931" />

        <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">
            Smothering Tithe
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Smothering Tithe" src="https://cards.scryfall.io/large/front/f/6/f6c69c2f-729b-49ed-909d-57190a728e11.jpg?1783914931" />
    </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">
                $61.75
              </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">
                $75.02
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-10&quot;:70.04},{&quot;2026-06-11&quot;:70.04},{&quot;2026-06-12&quot;:70.04},{&quot;2026-06-13&quot;:70.04},{&quot;2026-06-14&quot;:70.04},{&quot;2026-06-15&quot;:70.76},{&quot;2026-06-16&quot;:70.76},{&quot;2026-06-17&quot;:70.76},{&quot;2026-06-18&quot;:70.76},{&quot;2026-06-19&quot;:70.76},{&quot;2026-06-20&quot;:70.96},{&quot;2026-06-21&quot;:70.96},{&quot;2026-06-22&quot;:71.03},{&quot;2026-06-23&quot;:70.67},{&quot;2026-06-24&quot;:70.67},{&quot;2026-06-25&quot;:70.67},{&quot;2026-06-26&quot;:70.67},{&quot;2026-06-27&quot;:70.67},{&quot;2026-06-28&quot;:70.67},{&quot;2026-06-29&quot;:70.67},{&quot;2026-06-30&quot;:70.67},{&quot;2026-07-01&quot;:70.67},{&quot;2026-07-02&quot;:70.11},{&quot;2026-07-03&quot;:69.93},{&quot;2026-07-04&quot;:69.93},{&quot;2026-07-05&quot;:69.83},{&quot;2026-07-06&quot;:69.83},{&quot;2026-07-07&quot;:70.3},{&quot;2026-07-08&quot;:70.3},{&quot;2026-07-09&quot;:70.3},{&quot;2026-07-10&quot;:70.3},{&quot;2026-07-11&quot;:70.3},{&quot;2026-07-12&quot;:70.3},{&quot;2026-07-13&quot;:70.3},{&quot;2026-07-14&quot;:70.3},{&quot;2026-07-15&quot;:70.3},{&quot;2026-07-16&quot;:70.3},{&quot;2026-07-17&quot;:70.95},{&quot;2026-07-18&quot;:70.95},{&quot;2026-07-19&quot;:70.95},{&quot;2026-07-20&quot;:71.87},{&quot;2026-07-21&quot;:72.75},{&quot;2026-07-23&quot;:72.75},{&quot;2026-07-25&quot;:73.22},{&quot;2026-07-26&quot;:73.22},{&quot;2026-07-27&quot;:73.22},{&quot;2026-07-29&quot;:73.22},{&quot;2026-07-30&quot;:73.22},{&quot;2026-07-31&quot;:73.22},{&quot;2026-08-01&quot;:73.22},{&quot;2026-08-02&quot;:73.22},{&quot;2026-08-03&quot;:73.22},{&quot;2026-08-04&quot;:73.22},{&quot;2026-08-05&quot;:73.22},{&quot;2026-08-07&quot;:73.69},{&quot;2026-08-08&quot;:73.69},{&quot;2026-08-09&quot;:73.69},{&quot;2026-08-10&quot;:73.69},{&quot;2026-08-11&quot;:73.69},{&quot;2026-08-12&quot;:73.69},{&quot;2026-08-13&quot;:73.92},{&quot;2026-08-14&quot;:73.92},{&quot;2026-08-15&quot;:73.92},{&quot;2026-08-16&quot;:73.92},{&quot;2026-08-17&quot;:73.92},{&quot;2026-08-18&quot;:71.34},{&quot;2026-08-19&quot;:71.34},{&quot;2026-08-20&quot;:71.34},{&quot;2026-08-21&quot;:71.34},{&quot;2026-08-22&quot;:71.77},{&quot;2026-08-23&quot;:71.77},{&quot;2026-08-24&quot;:71.77},{&quot;2026-08-25&quot;:71.77},{&quot;2026-08-26&quot;:71.77},{&quot;2026-08-27&quot;:71.77},{&quot;2026-08-28&quot;:71.77},{&quot;2026-08-29&quot;:71.77},{&quot;2026-08-30&quot;:71.77},{&quot;2026-08-31&quot;:71.77},{&quot;2026-09-01&quot;:71.77},{&quot;2026-09-02&quot;:71.97},{&quot;2026-09-03&quot;:71.97},{&quot;2026-09-04&quot;:72.1},{&quot;2026-09-05&quot;:74.68},{&quot;2026-09-06&quot;:74.68},{&quot;2026-09-07&quot;:74.68},{&quot;2026-09-08&quot;:74.68},{&quot;2026-09-09&quot;:74.68},{&quot;2026-09-10&quot;:74.68},{&quot;2026-09-11&quot;:75.02}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:59.1},{&quot;2026-06-11&quot;:59.34},{&quot;2026-06-12&quot;:59.34},{&quot;2026-06-13&quot;:61.15},{&quot;2026-06-14&quot;:62.09},{&quot;2026-06-15&quot;:62.69},{&quot;2026-06-16&quot;:62.81},{&quot;2026-06-17&quot;:62.88},{&quot;2026-06-18&quot;:62.88},{&quot;2026-06-19&quot;:62.47},{&quot;2026-06-20&quot;:62.47},{&quot;2026-06-21&quot;:62.47},{&quot;2026-06-22&quot;:62.21},{&quot;2026-06-23&quot;:62.21},{&quot;2026-06-24&quot;:62.21},{&quot;2026-06-25&quot;:63.04},{&quot;2026-06-26&quot;:63.04},{&quot;2026-06-27&quot;:63.05},{&quot;2026-06-28&quot;:63.05},{&quot;2026-06-29&quot;:63.46},{&quot;2026-06-30&quot;:63.63},{&quot;2026-07-01&quot;:63.63},{&quot;2026-07-02&quot;:63.56},{&quot;2026-07-03&quot;:63.36},{&quot;2026-07-04&quot;:62.88},{&quot;2026-07-05&quot;:62.71},{&quot;2026-07-06&quot;:62.47},{&quot;2026-07-07&quot;:62.88},{&quot;2026-07-08&quot;:63.16},{&quot;2026-07-09&quot;:63.47},{&quot;2026-07-10&quot;:63.47},{&quot;2026-07-11&quot;:63.49},{&quot;2026-07-12&quot;:63.49},{&quot;2026-07-13&quot;:63.07},{&quot;2026-07-14&quot;:63.28},{&quot;2026-07-15&quot;:63.08},{&quot;2026-07-16&quot;:62.35},{&quot;2026-07-17&quot;:62.23},{&quot;2026-07-18&quot;:62.78},{&quot;2026-07-19&quot;:62.92},{&quot;2026-07-20&quot;:62.53},{&quot;2026-07-21&quot;:62.08},{&quot;2026-07-23&quot;:62.71},{&quot;2026-07-25&quot;:62.71},{&quot;2026-07-26&quot;:62.53},{&quot;2026-07-27&quot;:62.33},{&quot;2026-07-29&quot;:62.59},{&quot;2026-07-30&quot;:62.3},{&quot;2026-07-31&quot;:62.13},{&quot;2026-08-01&quot;:62.28},{&quot;2026-08-02&quot;:62.23},{&quot;2026-08-03&quot;:62.85},{&quot;2026-08-04&quot;:62.45},{&quot;2026-08-05&quot;:61.7},{&quot;2026-08-07&quot;:59.94},{&quot;2026-08-08&quot;:59.7},{&quot;2026-08-09&quot;:59.06},{&quot;2026-08-10&quot;:58.3},{&quot;2026-08-11&quot;:57.58},{&quot;2026-08-12&quot;:56.71},{&quot;2026-08-13&quot;:55.74},{&quot;2026-08-14&quot;:55.62},{&quot;2026-08-15&quot;:55.7},{&quot;2026-08-16&quot;:56.53},{&quot;2026-08-17&quot;:56.55},{&quot;2026-08-18&quot;:57.75},{&quot;2026-08-19&quot;:58.28},{&quot;2026-08-20&quot;:58.28},{&quot;2026-08-21&quot;:58.43},{&quot;2026-08-22&quot;:58.49},{&quot;2026-08-23&quot;:59.07},{&quot;2026-08-24&quot;:59.07},{&quot;2026-08-25&quot;:59.07},{&quot;2026-08-26&quot;:59.48},{&quot;2026-08-27&quot;:59.21},{&quot;2026-08-28&quot;:60.03},{&quot;2026-08-29&quot;:60.03},{&quot;2026-08-30&quot;:59.74},{&quot;2026-08-31&quot;:60.27},{&quot;2026-09-01&quot;:60.27},{&quot;2026-09-02&quot;:60.46},{&quot;2026-09-03&quot;:60.46},{&quot;2026-09-04&quot;:60.63},{&quot;2026-09-05&quot;:60.83},{&quot;2026-09-06&quot;:61.3},{&quot;2026-09-07&quot;:61.83},{&quot;2026-09-08&quot;:61.39},{&quot;2026-09-09&quot;:61.41},{&quot;2026-09-10&quot;:61.55},{&quot;2026-09-11&quot;:61.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="48794"
  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">
            Esper Sentinel
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $61.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="Esper Sentinel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/3/f3537373-ef54-4578-9d05-6216420ee349.jpg?1783926893" />

        <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">
            Esper Sentinel
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Esper Sentinel" src="https://cards.scryfall.io/large/front/f/3/f3537373-ef54-4578-9d05-6216420ee349.jpg?1783926893" />
    </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">
                $61.20
              </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">
                $80.83
              </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">$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-08&quot;:79.45},{&quot;2026-06-10&quot;:79.94},{&quot;2026-06-11&quot;:79.94},{&quot;2026-06-12&quot;:79.94},{&quot;2026-06-13&quot;:79.94},{&quot;2026-06-14&quot;:79.94},{&quot;2026-06-15&quot;:79.94},{&quot;2026-06-16&quot;:79.94},{&quot;2026-06-17&quot;:80.59},{&quot;2026-06-18&quot;:81.01},{&quot;2026-06-19&quot;:81.33},{&quot;2026-06-20&quot;:82.14},{&quot;2026-06-21&quot;:82.14},{&quot;2026-06-22&quot;:82.9},{&quot;2026-06-24&quot;:82.9},{&quot;2026-06-25&quot;:82.9},{&quot;2026-06-26&quot;:82.9},{&quot;2026-06-27&quot;:82.9},{&quot;2026-06-28&quot;:82.9},{&quot;2026-06-29&quot;:82.9},{&quot;2026-06-30&quot;:83.14},{&quot;2026-07-01&quot;:83.14},{&quot;2026-07-02&quot;:83.74},{&quot;2026-07-03&quot;:84.92},{&quot;2026-07-04&quot;:84.92},{&quot;2026-07-05&quot;:84.92},{&quot;2026-07-06&quot;:84.92},{&quot;2026-07-07&quot;:84.92},{&quot;2026-07-08&quot;:84.92},{&quot;2026-07-09&quot;:84.92},{&quot;2026-07-10&quot;:84.92},{&quot;2026-07-11&quot;:84.92},{&quot;2026-07-12&quot;:84.92},{&quot;2026-07-13&quot;:85.61},{&quot;2026-07-14&quot;:85.61},{&quot;2026-07-15&quot;:85.61},{&quot;2026-07-16&quot;:85.61},{&quot;2026-07-17&quot;:85.61},{&quot;2026-07-18&quot;:85.61},{&quot;2026-07-19&quot;:85.61},{&quot;2026-07-20&quot;:85.61},{&quot;2026-07-21&quot;:85.61},{&quot;2026-07-23&quot;:85.61},{&quot;2026-07-25&quot;:85.61},{&quot;2026-07-26&quot;:85.61},{&quot;2026-07-27&quot;:85.61},{&quot;2026-07-29&quot;:85.61},{&quot;2026-07-30&quot;:85.61},{&quot;2026-07-31&quot;:85.61},{&quot;2026-08-01&quot;:85.13},{&quot;2026-08-02&quot;:84.9},{&quot;2026-08-03&quot;:84.33},{&quot;2026-08-04&quot;:84.33},{&quot;2026-08-05&quot;:83.72},{&quot;2026-08-07&quot;:83.72},{&quot;2026-08-08&quot;:83.72},{&quot;2026-08-09&quot;:83.72},{&quot;2026-08-10&quot;:83.19},{&quot;2026-08-11&quot;:83.19},{&quot;2026-08-12&quot;:83.19},{&quot;2026-08-13&quot;:82.93},{&quot;2026-08-14&quot;:82.4},{&quot;2026-08-15&quot;:82.4},{&quot;2026-08-16&quot;:82.4},{&quot;2026-08-17&quot;:82.4},{&quot;2026-08-18&quot;:82.4},{&quot;2026-08-19&quot;:82.1},{&quot;2026-08-20&quot;:82.1},{&quot;2026-08-21&quot;:82.1},{&quot;2026-08-22&quot;:82.1},{&quot;2026-08-23&quot;:81.81},{&quot;2026-08-24&quot;:81.66},{&quot;2026-08-25&quot;:81.66},{&quot;2026-08-26&quot;:80.91},{&quot;2026-08-27&quot;:80.91},{&quot;2026-08-28&quot;:80.91},{&quot;2026-08-29&quot;:80.91},{&quot;2026-08-30&quot;:80.91},{&quot;2026-08-31&quot;:80.91},{&quot;2026-09-01&quot;:80.91},{&quot;2026-09-02&quot;:80.91},{&quot;2026-09-03&quot;:80.91},{&quot;2026-09-04&quot;:81.39},{&quot;2026-09-05&quot;:81.39},{&quot;2026-09-06&quot;:80.73},{&quot;2026-09-07&quot;:80.83},{&quot;2026-09-08&quot;:80.83},{&quot;2026-09-09&quot;:80.83},{&quot;2026-09-10&quot;:80.83},{&quot;2026-09-11&quot;:80.83}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:55.85},{&quot;2026-06-10&quot;:55.33},{&quot;2026-06-11&quot;:55.61},{&quot;2026-06-12&quot;:58.08},{&quot;2026-06-13&quot;:57.78},{&quot;2026-06-14&quot;:58.81},{&quot;2026-06-15&quot;:58.54},{&quot;2026-06-16&quot;:60.48},{&quot;2026-06-17&quot;:60.89},{&quot;2026-06-18&quot;:60.39},{&quot;2026-06-19&quot;:60.07},{&quot;2026-06-20&quot;:58.39},{&quot;2026-06-21&quot;:58.06},{&quot;2026-06-22&quot;:58.0},{&quot;2026-06-24&quot;:58.75},{&quot;2026-06-25&quot;:59.1},{&quot;2026-06-26&quot;:58.4},{&quot;2026-06-27&quot;:56.42},{&quot;2026-06-28&quot;:59.09},{&quot;2026-06-29&quot;:59.53},{&quot;2026-06-30&quot;:62.02},{&quot;2026-07-01&quot;:60.83},{&quot;2026-07-02&quot;:62.35},{&quot;2026-07-03&quot;:62.79},{&quot;2026-07-04&quot;:62.5},{&quot;2026-07-05&quot;:60.05},{&quot;2026-07-06&quot;:58.7},{&quot;2026-07-07&quot;:58.24},{&quot;2026-07-08&quot;:58.01},{&quot;2026-07-09&quot;:57.39},{&quot;2026-07-10&quot;:57.68},{&quot;2026-07-11&quot;:57.84},{&quot;2026-07-12&quot;:58.03},{&quot;2026-07-13&quot;:56.38},{&quot;2026-07-14&quot;:55.56},{&quot;2026-07-15&quot;:54.56},{&quot;2026-07-16&quot;:55.03},{&quot;2026-07-17&quot;:56.22},{&quot;2026-07-18&quot;:57.25},{&quot;2026-07-19&quot;:57.73},{&quot;2026-07-20&quot;:57.11},{&quot;2026-07-21&quot;:58.13},{&quot;2026-07-23&quot;:58.18},{&quot;2026-07-25&quot;:57.5},{&quot;2026-07-26&quot;:57.5},{&quot;2026-07-27&quot;:59.34},{&quot;2026-07-29&quot;:59.23},{&quot;2026-07-30&quot;:60.28},{&quot;2026-07-31&quot;:60.85},{&quot;2026-08-01&quot;:60.85},{&quot;2026-08-02&quot;:61.61},{&quot;2026-08-03&quot;:59.92},{&quot;2026-08-04&quot;:59.85},{&quot;2026-08-05&quot;:59.36},{&quot;2026-08-07&quot;:59.39},{&quot;2026-08-08&quot;:59.84},{&quot;2026-08-09&quot;:59.33},{&quot;2026-08-10&quot;:59.99},{&quot;2026-08-11&quot;:59.68},{&quot;2026-08-12&quot;:60.03},{&quot;2026-08-13&quot;:60.24},{&quot;2026-08-14&quot;:59.5},{&quot;2026-08-15&quot;:58.13},{&quot;2026-08-16&quot;:57.88},{&quot;2026-08-17&quot;:58.76},{&quot;2026-08-18&quot;:59.62},{&quot;2026-08-19&quot;:58.0},{&quot;2026-08-20&quot;:58.0},{&quot;2026-08-21&quot;:58.6},{&quot;2026-08-22&quot;:58.26},{&quot;2026-08-23&quot;:59.17},{&quot;2026-08-24&quot;:57.48},{&quot;2026-08-25&quot;:57.48},{&quot;2026-08-26&quot;:57.96},{&quot;2026-08-27&quot;:58.3},{&quot;2026-08-28&quot;:58.16},{&quot;2026-08-29&quot;:58.16},{&quot;2026-08-30&quot;:59.73},{&quot;2026-08-31&quot;:60.64},{&quot;2026-09-01&quot;:60.64},{&quot;2026-09-02&quot;:62.69},{&quot;2026-09-03&quot;:60.13},{&quot;2026-09-04&quot;:60.37},{&quot;2026-09-05&quot;:59.54},{&quot;2026-09-06&quot;:59.73},{&quot;2026-09-07&quot;:60.12},{&quot;2026-09-08&quot;:62.24},{&quot;2026-09-09&quot;:63.3},{&quot;2026-09-10&quot;:62.21},{&quot;2026-09-11&quot;:61.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="19976"
  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">
            Archangel of Thune
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Archangel of Thune" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/5/15c34447-b0f4-4fcc-b557-23c92850b31b.jpg?1783930222" />

        <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">
            Archangel of Thune
        </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 — Angel</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Archangel of Thune" src="https://cards.scryfall.io/large/front/1/5/15c34447-b0f4-4fcc-b557-23c92850b31b.jpg?1783930222" />
    </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">
                $52.76
              </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">
                $74.59
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:66.69},{&quot;2026-06-10&quot;:66.69},{&quot;2026-06-11&quot;:66.69},{&quot;2026-06-12&quot;:66.69},{&quot;2026-06-13&quot;:66.69},{&quot;2026-06-14&quot;:66.95},{&quot;2026-06-15&quot;:66.95},{&quot;2026-06-16&quot;:66.95},{&quot;2026-06-17&quot;:66.95},{&quot;2026-06-18&quot;:66.95},{&quot;2026-06-19&quot;:66.77},{&quot;2026-06-20&quot;:66.77},{&quot;2026-06-21&quot;:66.77},{&quot;2026-06-22&quot;:66.77},{&quot;2026-06-24&quot;:67.05},{&quot;2026-06-25&quot;:66.77},{&quot;2026-06-26&quot;:66.77},{&quot;2026-06-27&quot;:66.77},{&quot;2026-06-28&quot;:66.77},{&quot;2026-06-29&quot;:66.77},{&quot;2026-06-30&quot;:66.77},{&quot;2026-07-01&quot;:66.77},{&quot;2026-07-02&quot;:66.77},{&quot;2026-07-03&quot;:66.54},{&quot;2026-07-04&quot;:66.54},{&quot;2026-07-05&quot;:67.04},{&quot;2026-07-06&quot;:67.04},{&quot;2026-07-07&quot;:67.04},{&quot;2026-07-08&quot;:67.04},{&quot;2026-07-09&quot;:67.04},{&quot;2026-07-10&quot;:67.04},{&quot;2026-07-11&quot;:67.04},{&quot;2026-07-12&quot;:67.04},{&quot;2026-07-13&quot;:67.04},{&quot;2026-07-14&quot;:67.6},{&quot;2026-07-15&quot;:67.6},{&quot;2026-07-16&quot;:67.53},{&quot;2026-07-17&quot;:67.53},{&quot;2026-07-18&quot;:67.53},{&quot;2026-07-19&quot;:67.53},{&quot;2026-07-20&quot;:67.53},{&quot;2026-07-21&quot;:67.53},{&quot;2026-07-23&quot;:67.53},{&quot;2026-07-25&quot;:69.57},{&quot;2026-07-26&quot;:69.57},{&quot;2026-07-27&quot;:69.57},{&quot;2026-07-29&quot;:69.57},{&quot;2026-07-30&quot;:69.57},{&quot;2026-07-31&quot;:69.42},{&quot;2026-08-01&quot;:69.42},{&quot;2026-08-02&quot;:69.42},{&quot;2026-08-03&quot;:69.42},{&quot;2026-08-04&quot;:69.42},{&quot;2026-08-05&quot;:69.42},{&quot;2026-08-07&quot;:69.42},{&quot;2026-08-08&quot;:69.42},{&quot;2026-08-09&quot;:72.28},{&quot;2026-08-10&quot;:72.28},{&quot;2026-08-11&quot;:72.28},{&quot;2026-08-12&quot;:72.28},{&quot;2026-08-13&quot;:72.28},{&quot;2026-08-14&quot;:72.28},{&quot;2026-08-15&quot;:72.28},{&quot;2026-08-16&quot;:72.99},{&quot;2026-08-17&quot;:72.99},{&quot;2026-08-18&quot;:73.7},{&quot;2026-08-19&quot;:73.7},{&quot;2026-08-20&quot;:73.7},{&quot;2026-08-21&quot;:73.7},{&quot;2026-08-22&quot;:73.7},{&quot;2026-08-23&quot;:73.7},{&quot;2026-08-24&quot;:73.7},{&quot;2026-08-25&quot;:73.7},{&quot;2026-08-26&quot;:74.34},{&quot;2026-08-27&quot;:74.34},{&quot;2026-08-28&quot;:74.34},{&quot;2026-08-29&quot;:74.34},{&quot;2026-08-30&quot;:74.34},{&quot;2026-08-31&quot;:74.34},{&quot;2026-09-01&quot;:74.34},{&quot;2026-09-02&quot;:74.89},{&quot;2026-09-03&quot;:74.89},{&quot;2026-09-04&quot;:74.89},{&quot;2026-09-05&quot;:74.61},{&quot;2026-09-06&quot;:74.61},{&quot;2026-09-07&quot;:73.71},{&quot;2026-09-08&quot;:73.71},{&quot;2026-09-09&quot;:74.59},{&quot;2026-09-10&quot;:74.59},{&quot;2026-09-11&quot;:74.59}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:63.95},{&quot;2026-06-10&quot;:63.48},{&quot;2026-06-11&quot;:63.3},{&quot;2026-06-12&quot;:63.3},{&quot;2026-06-13&quot;:63.34},{&quot;2026-06-14&quot;:63.86},{&quot;2026-06-15&quot;:64.01},{&quot;2026-06-16&quot;:64.48},{&quot;2026-06-17&quot;:64.48},{&quot;2026-06-18&quot;:64.48},{&quot;2026-06-19&quot;:64.48},{&quot;2026-06-20&quot;:64.48},{&quot;2026-06-21&quot;:64.48},{&quot;2026-06-22&quot;:64.48},{&quot;2026-06-24&quot;:64.48},{&quot;2026-06-25&quot;:64.48},{&quot;2026-06-26&quot;:64.48},{&quot;2026-06-27&quot;:64.63},{&quot;2026-06-28&quot;:65.15},{&quot;2026-06-29&quot;:65.15},{&quot;2026-06-30&quot;:65.15},{&quot;2026-07-01&quot;:65.15},{&quot;2026-07-02&quot;:65.15},{&quot;2026-07-03&quot;:65.15},{&quot;2026-07-04&quot;:65.15},{&quot;2026-07-05&quot;:65.15},{&quot;2026-07-06&quot;:65.15},{&quot;2026-07-07&quot;:65.15},{&quot;2026-07-08&quot;:65.15},{&quot;2026-07-09&quot;:65.15},{&quot;2026-07-10&quot;:65.15},{&quot;2026-07-11&quot;:65.15},{&quot;2026-07-12&quot;:64.82},{&quot;2026-07-13&quot;:64.82},{&quot;2026-07-14&quot;:64.94},{&quot;2026-07-15&quot;:64.94},{&quot;2026-07-16&quot;:64.94},{&quot;2026-07-17&quot;:64.94},{&quot;2026-07-18&quot;:64.94},{&quot;2026-07-19&quot;:64.94},{&quot;2026-07-20&quot;:65.05},{&quot;2026-07-21&quot;:65.05},{&quot;2026-07-23&quot;:65.05},{&quot;2026-07-25&quot;:64.61},{&quot;2026-07-26&quot;:64.61},{&quot;2026-07-27&quot;:64.61},{&quot;2026-07-29&quot;:63.6},{&quot;2026-07-30&quot;:63.6},{&quot;2026-07-31&quot;:62.9},{&quot;2026-08-01&quot;:62.75},{&quot;2026-08-02&quot;:62.75},{&quot;2026-08-03&quot;:62.75},{&quot;2026-08-04&quot;:62.75},{&quot;2026-08-05&quot;:62.75},{&quot;2026-08-07&quot;:62.75},{&quot;2026-08-08&quot;:62.75},{&quot;2026-08-09&quot;:62.75},{&quot;2026-08-10&quot;:62.75},{&quot;2026-08-11&quot;:62.75},{&quot;2026-08-12&quot;:62.55},{&quot;2026-08-13&quot;:62.55},{&quot;2026-08-14&quot;:62.55},{&quot;2026-08-15&quot;:62.55},{&quot;2026-08-16&quot;:62.38},{&quot;2026-08-17&quot;:62.38},{&quot;2026-08-18&quot;:62.46},{&quot;2026-08-19&quot;:62.26},{&quot;2026-08-20&quot;:62.26},{&quot;2026-08-21&quot;:62.26},{&quot;2026-08-22&quot;:62.26},{&quot;2026-08-23&quot;:60.82},{&quot;2026-08-24&quot;:60.13},{&quot;2026-08-25&quot;:60.13},{&quot;2026-08-26&quot;:59.2},{&quot;2026-08-27&quot;:59.18},{&quot;2026-08-28&quot;:58.64},{&quot;2026-08-29&quot;:58.64},{&quot;2026-08-30&quot;:58.14},{&quot;2026-08-31&quot;:58.14},{&quot;2026-09-01&quot;:58.14},{&quot;2026-09-02&quot;:58.14},{&quot;2026-09-03&quot;:55.95},{&quot;2026-09-04&quot;:54.39},{&quot;2026-09-05&quot;:54.15},{&quot;2026-09-06&quot;:53.84},{&quot;2026-09-07&quot;:53.84},{&quot;2026-09-08&quot;:53.84},{&quot;2026-09-09&quot;:53.48},{&quot;2026-09-10&quot;:52.76},{&quot;2026-09-11&quot;:52.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="21034"
  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">
            Cavern of Souls
        </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">
            $50.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="Cavern of Souls" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e697ea72-e10e-4fed-be8f-8c6455cc3fc8.jpg?1783921785" />

        <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">
            Cavern of Souls
        </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="Cavern of Souls" src="https://cards.scryfall.io/large/front/e/6/e697ea72-e10e-4fed-be8f-8c6455cc3fc8.jpg?1783921785" />
    </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">
                $50.85
              </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">
                $54.61
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$38.00</span>
              <span class="text-xs text-grey-text">Credit: $49.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-13&quot;:51.56},{&quot;2026-06-14&quot;:51.56},{&quot;2026-06-15&quot;:51.56},{&quot;2026-06-16&quot;:51.56},{&quot;2026-06-17&quot;:51.56},{&quot;2026-06-18&quot;:51.56},{&quot;2026-06-19&quot;:51.56},{&quot;2026-06-20&quot;:51.56},{&quot;2026-06-21&quot;:52.34},{&quot;2026-06-22&quot;:52.34},{&quot;2026-06-23&quot;:52.34},{&quot;2026-06-24&quot;:52.34},{&quot;2026-06-25&quot;:52.34},{&quot;2026-06-26&quot;:52.34},{&quot;2026-06-27&quot;:52.34},{&quot;2026-06-28&quot;:52.34},{&quot;2026-06-29&quot;:52.34},{&quot;2026-06-30&quot;:52.34},{&quot;2026-07-01&quot;:52.34},{&quot;2026-07-02&quot;:52.34},{&quot;2026-07-03&quot;:52.34},{&quot;2026-07-04&quot;:52.34},{&quot;2026-07-05&quot;:52.34},{&quot;2026-07-06&quot;:52.34},{&quot;2026-07-07&quot;:52.34},{&quot;2026-07-08&quot;:52.34},{&quot;2026-07-09&quot;:52.76},{&quot;2026-07-10&quot;:53.06},{&quot;2026-07-11&quot;:53.06},{&quot;2026-07-12&quot;:53.06},{&quot;2026-07-13&quot;:53.06},{&quot;2026-07-14&quot;:53.78},{&quot;2026-07-15&quot;:53.78},{&quot;2026-07-16&quot;:53.78},{&quot;2026-07-17&quot;:53.78},{&quot;2026-07-18&quot;:53.78},{&quot;2026-07-19&quot;:53.78},{&quot;2026-07-20&quot;:53.78},{&quot;2026-07-21&quot;:53.78},{&quot;2026-07-22&quot;:53.78},{&quot;2026-07-23&quot;:53.78},{&quot;2026-07-24&quot;:53.78},{&quot;2026-07-25&quot;:54.17},{&quot;2026-07-26&quot;:54.17},{&quot;2026-07-27&quot;:54.17},{&quot;2026-07-28&quot;:54.17},{&quot;2026-07-29&quot;:54.17},{&quot;2026-07-30&quot;:54.69},{&quot;2026-07-31&quot;:54.69},{&quot;2026-08-01&quot;:54.69},{&quot;2026-08-02&quot;:54.69},{&quot;2026-08-03&quot;:54.69},{&quot;2026-08-04&quot;:54.69},{&quot;2026-08-05&quot;:54.68},{&quot;2026-08-07&quot;:54.68},{&quot;2026-08-08&quot;:54.68},{&quot;2026-08-09&quot;:54.68},{&quot;2026-08-10&quot;:54.68},{&quot;2026-08-11&quot;:54.68},{&quot;2026-08-12&quot;:54.68},{&quot;2026-08-13&quot;:54.68},{&quot;2026-08-14&quot;:54.68},{&quot;2026-08-15&quot;:54.68},{&quot;2026-08-16&quot;:54.68},{&quot;2026-08-17&quot;:54.68},{&quot;2026-08-18&quot;:54.68},{&quot;2026-08-19&quot;:55.12},{&quot;2026-08-20&quot;:55.12},{&quot;2026-08-21&quot;:55.12},{&quot;2026-08-22&quot;:55.12},{&quot;2026-08-23&quot;:55.12},{&quot;2026-08-24&quot;:55.12},{&quot;2026-08-25&quot;:55.12},{&quot;2026-08-26&quot;:55.12},{&quot;2026-08-27&quot;:55.12},{&quot;2026-08-28&quot;:55.12},{&quot;2026-08-29&quot;:55.12},{&quot;2026-08-30&quot;:54.61},{&quot;2026-08-31&quot;:54.61},{&quot;2026-09-01&quot;:54.61},{&quot;2026-09-02&quot;:54.61},{&quot;2026-09-03&quot;:54.61},{&quot;2026-09-04&quot;:54.61},{&quot;2026-09-05&quot;:54.61},{&quot;2026-09-06&quot;:54.61},{&quot;2026-09-07&quot;:54.61},{&quot;2026-09-08&quot;:54.61},{&quot;2026-09-09&quot;:54.61},{&quot;2026-09-10&quot;:54.61},{&quot;2026-09-11&quot;:54.61}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:52.99},{&quot;2026-06-14&quot;:52.99},{&quot;2026-06-15&quot;:53.43},{&quot;2026-06-16&quot;:53.43},{&quot;2026-06-17&quot;:53.43},{&quot;2026-06-18&quot;:53.43},{&quot;2026-06-19&quot;:53.43},{&quot;2026-06-20&quot;:53.43},{&quot;2026-06-21&quot;:53.43},{&quot;2026-06-22&quot;:53.43},{&quot;2026-06-23&quot;:53.43},{&quot;2026-06-24&quot;:53.43},{&quot;2026-06-25&quot;:53.43},{&quot;2026-06-26&quot;:53.89},{&quot;2026-06-27&quot;:54.52},{&quot;2026-06-28&quot;:54.52},{&quot;2026-06-29&quot;:54.51},{&quot;2026-06-30&quot;:54.59},{&quot;2026-07-01&quot;:54.59},{&quot;2026-07-02&quot;:54.59},{&quot;2026-07-03&quot;:54.88},{&quot;2026-07-04&quot;:54.88},{&quot;2026-07-05&quot;:54.39},{&quot;2026-07-06&quot;:54.58},{&quot;2026-07-07&quot;:54.72},{&quot;2026-07-08&quot;:54.33},{&quot;2026-07-09&quot;:54.33},{&quot;2026-07-10&quot;:54.33},{&quot;2026-07-11&quot;:53.93},{&quot;2026-07-12&quot;:53.68},{&quot;2026-07-13&quot;:53.64},{&quot;2026-07-14&quot;:53.64},{&quot;2026-07-15&quot;:53.64},{&quot;2026-07-16&quot;:53.64},{&quot;2026-07-17&quot;:53.64},{&quot;2026-07-18&quot;:53.64},{&quot;2026-07-19&quot;:52.68},{&quot;2026-07-20&quot;:52.71},{&quot;2026-07-21&quot;:52.71},{&quot;2026-07-22&quot;:52.71},{&quot;2026-07-23&quot;:52.84},{&quot;2026-07-24&quot;:52.84},{&quot;2026-07-25&quot;:52.84},{&quot;2026-07-26&quot;:52.84},{&quot;2026-07-27&quot;:52.84},{&quot;2026-07-28&quot;:52.96},{&quot;2026-07-29&quot;:52.81},{&quot;2026-07-30&quot;:52.81},{&quot;2026-07-31&quot;:52.49},{&quot;2026-08-01&quot;:52.49},{&quot;2026-08-02&quot;:52.49},{&quot;2026-08-03&quot;:51.55},{&quot;2026-08-04&quot;:51.99},{&quot;2026-08-05&quot;:52.26},{&quot;2026-08-07&quot;:52.4},{&quot;2026-08-08&quot;:52.4},{&quot;2026-08-09&quot;:52.4},{&quot;2026-08-10&quot;:52.48},{&quot;2026-08-11&quot;:52.89},{&quot;2026-08-12&quot;:52.89},{&quot;2026-08-13&quot;:52.89},{&quot;2026-08-14&quot;:52.89},{&quot;2026-08-15&quot;:52.8},{&quot;2026-08-16&quot;:53.04},{&quot;2026-08-17&quot;:53.12},{&quot;2026-08-18&quot;:52.99},{&quot;2026-08-19&quot;:52.02},{&quot;2026-08-20&quot;:52.02},{&quot;2026-08-21&quot;:51.35},{&quot;2026-08-22&quot;:51.09},{&quot;2026-08-23&quot;:50.84},{&quot;2026-08-24&quot;:50.87},{&quot;2026-08-25&quot;:50.69},{&quot;2026-08-26&quot;:50.69},{&quot;2026-08-27&quot;:50.69},{&quot;2026-08-28&quot;:50.87},{&quot;2026-08-29&quot;:50.87},{&quot;2026-08-30&quot;:50.69},{&quot;2026-08-31&quot;:50.69},{&quot;2026-09-01&quot;:50.69},{&quot;2026-09-02&quot;:50.54},{&quot;2026-09-03&quot;:50.22},{&quot;2026-09-04&quot;:50.09},{&quot;2026-09-05&quot;:50.13},{&quot;2026-09-06&quot;:50.13},{&quot;2026-09-07&quot;:50.13},{&quot;2026-09-08&quot;:50.71},{&quot;2026-09-09&quot;:50.71},{&quot;2026-09-10&quot;:50.85},{&quot;2026-09-11&quot;:50.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="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">
            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.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">
            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.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="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">
            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">
            $34.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="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-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">
                $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 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="12907"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $23.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="Battle Angels of Tyr" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1bd40caa-0cbb-426d-a988-1d826988e707.jpg?1783922650" />

        <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">
            Battle Angels of Tyr
        </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 — Angel Knight</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Battle Angels of Tyr" src="https://cards.scryfall.io/large/front/1/b/1bd40caa-0cbb-426d-a988-1d826988e707.jpg?1783922650" />
    </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">
                $23.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">
                $26.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">$18.50</span>
              <span class="text-xs text-grey-text">Credit: $24.05</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:28.26},{&quot;2026-06-14&quot;:28.26},{&quot;2026-06-15&quot;:28.26},{&quot;2026-06-16&quot;:28.32},{&quot;2026-06-17&quot;:28.32},{&quot;2026-06-18&quot;:28.32},{&quot;2026-06-19&quot;:28.32},{&quot;2026-06-20&quot;:28.32},{&quot;2026-06-21&quot;:28.32},{&quot;2026-06-22&quot;:28.52},{&quot;2026-06-23&quot;:28.52},{&quot;2026-06-24&quot;:28.01},{&quot;2026-06-25&quot;:28.01},{&quot;2026-06-26&quot;:28.01},{&quot;2026-06-27&quot;:28.01},{&quot;2026-06-28&quot;:28.01},{&quot;2026-06-29&quot;:28.11},{&quot;2026-06-30&quot;:28.11},{&quot;2026-07-01&quot;:28.11},{&quot;2026-07-02&quot;:27.76},{&quot;2026-07-03&quot;:27.0},{&quot;2026-07-04&quot;:27.0},{&quot;2026-07-05&quot;:27.0},{&quot;2026-07-06&quot;:27.0},{&quot;2026-07-07&quot;:27.0},{&quot;2026-07-08&quot;:27.0},{&quot;2026-07-09&quot;:27.0},{&quot;2026-07-10&quot;:27.0},{&quot;2026-07-11&quot;:27.0},{&quot;2026-07-12&quot;:27.0},{&quot;2026-07-13&quot;:27.0},{&quot;2026-07-14&quot;:27.0},{&quot;2026-07-15&quot;:27.0},{&quot;2026-07-16&quot;:27.0},{&quot;2026-07-17&quot;:27.0},{&quot;2026-07-18&quot;:27.06},{&quot;2026-07-19&quot;:27.06},{&quot;2026-07-20&quot;:27.06},{&quot;2026-07-21&quot;:27.06},{&quot;2026-07-22&quot;:27.06},{&quot;2026-07-23&quot;:27.06},{&quot;2026-07-24&quot;:27.06},{&quot;2026-07-25&quot;:27.06},{&quot;2026-07-26&quot;:27.17},{&quot;2026-07-27&quot;:27.1},{&quot;2026-07-28&quot;:27.1},{&quot;2026-07-29&quot;:27.1},{&quot;2026-07-30&quot;:27.17},{&quot;2026-07-31&quot;:27.17},{&quot;2026-08-01&quot;:27.17},{&quot;2026-08-02&quot;:27.17},{&quot;2026-08-03&quot;:27.17},{&quot;2026-08-04&quot;:27.26},{&quot;2026-08-05&quot;:27.41},{&quot;2026-08-07&quot;:27.41},{&quot;2026-08-08&quot;:27.45},{&quot;2026-08-09&quot;:27.45},{&quot;2026-08-10&quot;:27.45},{&quot;2026-08-11&quot;:26.85},{&quot;2026-08-12&quot;:26.85},{&quot;2026-08-13&quot;:26.85},{&quot;2026-08-14&quot;:26.87},{&quot;2026-08-15&quot;:26.87},{&quot;2026-08-16&quot;:26.87},{&quot;2026-08-17&quot;:26.87},{&quot;2026-08-18&quot;:26.87},{&quot;2026-08-19&quot;:26.87},{&quot;2026-08-20&quot;:26.87},{&quot;2026-08-21&quot;:26.72},{&quot;2026-08-22&quot;:26.72},{&quot;2026-08-23&quot;:26.79},{&quot;2026-08-24&quot;:26.69},{&quot;2026-08-25&quot;:26.69},{&quot;2026-08-26&quot;:26.68},{&quot;2026-08-27&quot;:26.61},{&quot;2026-08-28&quot;:26.61},{&quot;2026-08-29&quot;:26.61},{&quot;2026-08-30&quot;:26.61},{&quot;2026-08-31&quot;:26.61},{&quot;2026-09-01&quot;:26.61},{&quot;2026-09-02&quot;:26.51},{&quot;2026-09-03&quot;:26.51},{&quot;2026-09-04&quot;:26.51},{&quot;2026-09-05&quot;:26.51},{&quot;2026-09-06&quot;:26.51},{&quot;2026-09-07&quot;:26.57},{&quot;2026-09-08&quot;:26.57},{&quot;2026-09-09&quot;:26.47},{&quot;2026-09-10&quot;:26.44},{&quot;2026-09-11&quot;:26.44}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:24.17},{&quot;2026-06-14&quot;:23.98},{&quot;2026-06-15&quot;:23.65},{&quot;2026-06-16&quot;:23.73},{&quot;2026-06-17&quot;:23.73},{&quot;2026-06-18&quot;:23.73},{&quot;2026-06-19&quot;:24.17},{&quot;2026-06-20&quot;:24.17},{&quot;2026-06-21&quot;:24.1},{&quot;2026-06-22&quot;:23.97},{&quot;2026-06-23&quot;:23.52},{&quot;2026-06-24&quot;:23.48},{&quot;2026-06-25&quot;:23.28},{&quot;2026-06-26&quot;:23.26},{&quot;2026-06-27&quot;:23.26},{&quot;2026-06-28&quot;:23.46},{&quot;2026-06-29&quot;:23.83},{&quot;2026-06-30&quot;:23.83},{&quot;2026-07-01&quot;:24.14},{&quot;2026-07-02&quot;:24.14},{&quot;2026-07-03&quot;:24.01},{&quot;2026-07-04&quot;:24.38},{&quot;2026-07-05&quot;:24.38},{&quot;2026-07-06&quot;:24.42},{&quot;2026-07-07&quot;:24.26},{&quot;2026-07-08&quot;:24.26},{&quot;2026-07-09&quot;:24.26},{&quot;2026-07-10&quot;:23.96},{&quot;2026-07-11&quot;:24.11},{&quot;2026-07-12&quot;:24.11},{&quot;2026-07-13&quot;:24.11},{&quot;2026-07-14&quot;:24.11},{&quot;2026-07-15&quot;:24.34},{&quot;2026-07-16&quot;:24.31},{&quot;2026-07-17&quot;:24.36},{&quot;2026-07-18&quot;:24.32},{&quot;2026-07-19&quot;:24.33},{&quot;2026-07-20&quot;:24.48},{&quot;2026-07-21&quot;:24.61},{&quot;2026-07-22&quot;:24.31},{&quot;2026-07-23&quot;:24.31},{&quot;2026-07-24&quot;:23.92},{&quot;2026-07-25&quot;:23.82},{&quot;2026-07-26&quot;:24.0},{&quot;2026-07-27&quot;:24.22},{&quot;2026-07-28&quot;:24.22},{&quot;2026-07-29&quot;:24.22},{&quot;2026-07-30&quot;:24.12},{&quot;2026-07-31&quot;:23.87},{&quot;2026-08-01&quot;:23.97},{&quot;2026-08-02&quot;:24.67},{&quot;2026-08-03&quot;:24.67},{&quot;2026-08-04&quot;:24.67},{&quot;2026-08-05&quot;:24.67},{&quot;2026-08-07&quot;:24.46},{&quot;2026-08-08&quot;:24.4},{&quot;2026-08-09&quot;:24.4},{&quot;2026-08-10&quot;:24.4},{&quot;2026-08-11&quot;:24.39},{&quot;2026-08-12&quot;:24.39},{&quot;2026-08-13&quot;:24.41},{&quot;2026-08-14&quot;:24.41},{&quot;2026-08-15&quot;:24.18},{&quot;2026-08-16&quot;:24.38},{&quot;2026-08-17&quot;:24.4},{&quot;2026-08-18&quot;:24.48},{&quot;2026-08-19&quot;:24.48},{&quot;2026-08-20&quot;:24.48},{&quot;2026-08-21&quot;:24.47},{&quot;2026-08-22&quot;:24.51},{&quot;2026-08-23&quot;:24.4},{&quot;2026-08-24&quot;:24.56},{&quot;2026-08-25&quot;:24.41},{&quot;2026-08-26&quot;:24.37},{&quot;2026-08-27&quot;:24.19},{&quot;2026-08-28&quot;:24.44},{&quot;2026-08-29&quot;:24.44},{&quot;2026-08-30&quot;:24.43},{&quot;2026-08-31&quot;:24.42},{&quot;2026-09-01&quot;:24.62},{&quot;2026-09-02&quot;:24.59},{&quot;2026-09-03&quot;:24.46},{&quot;2026-09-04&quot;:24.36},{&quot;2026-09-05&quot;:24.36},{&quot;2026-09-06&quot;:24.36},{&quot;2026-09-07&quot;:24.36},{&quot;2026-09-08&quot;:24.28},{&quot;2026-09-09&quot;:24.23},{&quot;2026-09-10&quot;:24.23},{&quot;2026-09-11&quot;:23.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="11397"
  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">
            Akroma&#39;s Will
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $15.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="Akroma&#39;s Will" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c281997b-1566-4469-a14c-6645f81ab023.jpg?1783928892" />

        <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 Will
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Akroma&#39;s Will" src="https://cards.scryfall.io/large/front/c/2/c281997b-1566-4469-a14c-6645f81ab023.jpg?1783928892" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.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;:17.76},{&quot;2026-06-10&quot;:17.8},{&quot;2026-06-11&quot;:17.8},{&quot;2026-06-12&quot;:17.8},{&quot;2026-06-13&quot;:17.8},{&quot;2026-06-14&quot;:17.8},{&quot;2026-06-15&quot;:17.8},{&quot;2026-06-16&quot;:17.8},{&quot;2026-06-17&quot;:17.8},{&quot;2026-06-18&quot;:17.8},{&quot;2026-06-19&quot;:17.8},{&quot;2026-06-20&quot;:17.8},{&quot;2026-06-21&quot;:17.8},{&quot;2026-06-22&quot;:17.77},{&quot;2026-06-24&quot;:17.73},{&quot;2026-06-25&quot;:17.74},{&quot;2026-06-26&quot;:17.74},{&quot;2026-06-27&quot;:17.74},{&quot;2026-06-28&quot;:17.74},{&quot;2026-06-29&quot;:17.74},{&quot;2026-06-30&quot;:17.74},{&quot;2026-07-01&quot;:17.62},{&quot;2026-07-02&quot;:17.62},{&quot;2026-07-03&quot;:17.65},{&quot;2026-07-04&quot;:17.6},{&quot;2026-07-05&quot;:17.56},{&quot;2026-07-06&quot;:17.56},{&quot;2026-07-07&quot;:17.56},{&quot;2026-07-08&quot;:17.56},{&quot;2026-07-09&quot;:17.56},{&quot;2026-07-10&quot;:17.56},{&quot;2026-07-11&quot;:17.56},{&quot;2026-07-12&quot;:17.56},{&quot;2026-07-13&quot;:17.56},{&quot;2026-07-14&quot;:17.56},{&quot;2026-07-15&quot;:17.56},{&quot;2026-07-16&quot;:17.56},{&quot;2026-07-17&quot;:17.57},{&quot;2026-07-18&quot;:17.59},{&quot;2026-07-19&quot;:17.59},{&quot;2026-07-20&quot;:17.6},{&quot;2026-07-21&quot;:17.6},{&quot;2026-07-23&quot;:17.61},{&quot;2026-07-25&quot;:17.57},{&quot;2026-07-26&quot;:17.57},{&quot;2026-07-27&quot;:17.46},{&quot;2026-07-29&quot;:17.46},{&quot;2026-07-30&quot;:17.55},{&quot;2026-07-31&quot;:17.49},{&quot;2026-08-01&quot;:17.49},{&quot;2026-08-02&quot;:17.49},{&quot;2026-08-03&quot;:17.49},{&quot;2026-08-04&quot;:17.49},{&quot;2026-08-05&quot;:17.49},{&quot;2026-08-07&quot;:17.49},{&quot;2026-08-08&quot;:17.49},{&quot;2026-08-09&quot;:17.49},{&quot;2026-08-10&quot;:17.49},{&quot;2026-08-11&quot;:17.67},{&quot;2026-08-12&quot;:17.67},{&quot;2026-08-13&quot;:17.67},{&quot;2026-08-14&quot;:17.71},{&quot;2026-08-15&quot;:17.71},{&quot;2026-08-16&quot;:17.71},{&quot;2026-08-17&quot;:17.71},{&quot;2026-08-18&quot;:17.71},{&quot;2026-08-19&quot;:17.72},{&quot;2026-08-20&quot;:17.72},{&quot;2026-08-21&quot;:17.72},{&quot;2026-08-22&quot;:17.72},{&quot;2026-08-23&quot;:17.62},{&quot;2026-08-24&quot;:17.75},{&quot;2026-08-25&quot;:17.75},{&quot;2026-08-26&quot;:17.75},{&quot;2026-08-27&quot;:17.75},{&quot;2026-08-28&quot;:17.79},{&quot;2026-08-29&quot;:17.79},{&quot;2026-08-30&quot;:17.91},{&quot;2026-08-31&quot;:17.92},{&quot;2026-09-01&quot;:17.92},{&quot;2026-09-02&quot;:17.92},{&quot;2026-09-03&quot;:17.92},{&quot;2026-09-04&quot;:17.92},{&quot;2026-09-05&quot;:17.92},{&quot;2026-09-06&quot;:17.92},{&quot;2026-09-07&quot;:17.92},{&quot;2026-09-08&quot;:17.92},{&quot;2026-09-09&quot;:17.92},{&quot;2026-09-10&quot;:17.92},{&quot;2026-09-11&quot;:17.92}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:15.91},{&quot;2026-06-10&quot;:15.51},{&quot;2026-06-11&quot;:15.49},{&quot;2026-06-12&quot;:15.58},{&quot;2026-06-13&quot;:15.58},{&quot;2026-06-14&quot;:15.58},{&quot;2026-06-15&quot;:15.54},{&quot;2026-06-16&quot;:15.81},{&quot;2026-06-17&quot;:15.75},{&quot;2026-06-18&quot;:15.75},{&quot;2026-06-19&quot;:15.8},{&quot;2026-06-20&quot;:15.81},{&quot;2026-06-21&quot;:15.71},{&quot;2026-06-22&quot;:15.71},{&quot;2026-06-24&quot;:15.31},{&quot;2026-06-25&quot;:15.39},{&quot;2026-06-26&quot;:15.39},{&quot;2026-06-27&quot;:15.39},{&quot;2026-06-28&quot;:15.06},{&quot;2026-06-29&quot;:14.93},{&quot;2026-06-30&quot;:14.76},{&quot;2026-07-01&quot;:14.51},{&quot;2026-07-02&quot;:14.07},{&quot;2026-07-03&quot;:13.96},{&quot;2026-07-04&quot;:14.02},{&quot;2026-07-05&quot;:13.75},{&quot;2026-07-06&quot;:13.63},{&quot;2026-07-07&quot;:13.41},{&quot;2026-07-08&quot;:13.51},{&quot;2026-07-09&quot;:13.39},{&quot;2026-07-10&quot;:13.52},{&quot;2026-07-11&quot;:13.71},{&quot;2026-07-12&quot;:13.69},{&quot;2026-07-13&quot;:13.45},{&quot;2026-07-14&quot;:13.48},{&quot;2026-07-15&quot;:13.31},{&quot;2026-07-16&quot;:13.78},{&quot;2026-07-17&quot;:13.95},{&quot;2026-07-18&quot;:14.05},{&quot;2026-07-19&quot;:14.43},{&quot;2026-07-20&quot;:13.95},{&quot;2026-07-21&quot;:13.86},{&quot;2026-07-23&quot;:14.08},{&quot;2026-07-25&quot;:14.18},{&quot;2026-07-26&quot;:14.26},{&quot;2026-07-27&quot;:14.51},{&quot;2026-07-29&quot;:14.69},{&quot;2026-07-30&quot;:14.85},{&quot;2026-07-31&quot;:14.6},{&quot;2026-08-01&quot;:14.59},{&quot;2026-08-02&quot;:14.59},{&quot;2026-08-03&quot;:14.57},{&quot;2026-08-04&quot;:14.47},{&quot;2026-08-05&quot;:14.8},{&quot;2026-08-07&quot;:14.74},{&quot;2026-08-08&quot;:14.74},{&quot;2026-08-09&quot;:14.76},{&quot;2026-08-10&quot;:14.7},{&quot;2026-08-11&quot;:14.59},{&quot;2026-08-12&quot;:13.99},{&quot;2026-08-13&quot;:14.09},{&quot;2026-08-14&quot;:14.54},{&quot;2026-08-15&quot;:14.61},{&quot;2026-08-16&quot;:14.65},{&quot;2026-08-17&quot;:14.41},{&quot;2026-08-18&quot;:14.12},{&quot;2026-08-19&quot;:14.51},{&quot;2026-08-20&quot;:14.51},{&quot;2026-08-21&quot;:15.18},{&quot;2026-08-22&quot;:15.31},{&quot;2026-08-23&quot;:15.49},{&quot;2026-08-24&quot;:15.17},{&quot;2026-08-25&quot;:15.17},{&quot;2026-08-26&quot;:15.09},{&quot;2026-08-27&quot;:15.05},{&quot;2026-08-28&quot;:15.24},{&quot;2026-08-29&quot;:15.24},{&quot;2026-08-30&quot;:15.33},{&quot;2026-08-31&quot;:15.35},{&quot;2026-09-01&quot;:15.35},{&quot;2026-09-02&quot;:15.29},{&quot;2026-09-03&quot;:15.37},{&quot;2026-09-04&quot;:15.33},{&quot;2026-09-05&quot;:15.4},{&quot;2026-09-06&quot;:15.73},{&quot;2026-09-07&quot;:15.64},{&quot;2026-09-08&quot;:15.95},{&quot;2026-09-09&quot;:15.91},{&quot;2026-09-10&quot;:16.03},{&quot;2026-09-11&quot;:15.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="34297"
  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">
            Drannith Magistrate
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Drannith Magistrate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/e/6e6bc88e-311f-4d11-ae4f-bbd1713b4772.jpg?1783930945" />

        <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">
            Drannith Magistrate
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Drannith Magistrate" src="https://cards.scryfall.io/large/front/6/e/6e6bc88e-311f-4d11-ae4f-bbd1713b4772.jpg?1783930945" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:25.12},{&quot;2026-06-12&quot;:25.12},{&quot;2026-06-13&quot;:25.12},{&quot;2026-06-14&quot;:25.12},{&quot;2026-06-15&quot;:25.12},{&quot;2026-06-16&quot;:25.12},{&quot;2026-06-17&quot;:25.12},{&quot;2026-06-18&quot;:25.12},{&quot;2026-06-19&quot;:25.12},{&quot;2026-06-20&quot;:25.12},{&quot;2026-06-21&quot;:25.12},{&quot;2026-06-22&quot;:25.12},{&quot;2026-06-23&quot;:25.12},{&quot;2026-06-24&quot;:25.12},{&quot;2026-06-25&quot;:25.12},{&quot;2026-06-26&quot;:25.12},{&quot;2026-06-27&quot;:25.12},{&quot;2026-06-28&quot;:25.12},{&quot;2026-06-29&quot;:24.04},{&quot;2026-06-30&quot;:24.04},{&quot;2026-07-01&quot;:24.04},{&quot;2026-07-02&quot;:24.04},{&quot;2026-07-03&quot;:24.04},{&quot;2026-07-04&quot;:24.04},{&quot;2026-07-05&quot;:24.04},{&quot;2026-07-06&quot;:24.04},{&quot;2026-07-07&quot;:24.04},{&quot;2026-07-08&quot;:24.04},{&quot;2026-07-09&quot;:24.04},{&quot;2026-07-10&quot;:24.04},{&quot;2026-07-11&quot;:24.04},{&quot;2026-07-12&quot;:24.04},{&quot;2026-07-13&quot;:24.04},{&quot;2026-07-14&quot;:24.04},{&quot;2026-07-15&quot;:24.04},{&quot;2026-07-16&quot;:24.04},{&quot;2026-07-17&quot;:24.04},{&quot;2026-07-18&quot;:24.04},{&quot;2026-07-19&quot;:24.04},{&quot;2026-07-20&quot;:24.04},{&quot;2026-07-21&quot;:24.04},{&quot;2026-07-23&quot;:24.04},{&quot;2026-07-25&quot;:24.04},{&quot;2026-07-26&quot;:24.04},{&quot;2026-07-27&quot;:24.04},{&quot;2026-07-28&quot;:24.04},{&quot;2026-07-29&quot;:24.04},{&quot;2026-07-30&quot;:24.04},{&quot;2026-07-31&quot;:24.2},{&quot;2026-08-01&quot;:24.2},{&quot;2026-08-02&quot;:24.2},{&quot;2026-08-03&quot;:24.2},{&quot;2026-08-04&quot;:24.2},{&quot;2026-08-05&quot;:24.2},{&quot;2026-08-07&quot;:24.2},{&quot;2026-08-08&quot;:24.2},{&quot;2026-08-09&quot;:24.2},{&quot;2026-08-10&quot;:24.2},{&quot;2026-08-11&quot;:24.2},{&quot;2026-08-12&quot;:24.2},{&quot;2026-08-13&quot;:24.2},{&quot;2026-08-14&quot;:24.63},{&quot;2026-08-15&quot;:24.63},{&quot;2026-08-16&quot;:24.63},{&quot;2026-08-17&quot;:23.83},{&quot;2026-08-18&quot;:23.83},{&quot;2026-08-19&quot;:23.83},{&quot;2026-08-20&quot;:23.83},{&quot;2026-08-21&quot;:23.83},{&quot;2026-08-22&quot;:23.83},{&quot;2026-08-23&quot;:23.83},{&quot;2026-08-24&quot;:23.83},{&quot;2026-08-25&quot;:23.83},{&quot;2026-08-26&quot;:23.83},{&quot;2026-08-27&quot;:23.83},{&quot;2026-08-28&quot;:24.99},{&quot;2026-08-29&quot;:24.99},{&quot;2026-08-30&quot;:25.32},{&quot;2026-08-31&quot;:24.25},{&quot;2026-09-01&quot;:24.25},{&quot;2026-09-02&quot;:24.25},{&quot;2026-09-03&quot;:24.25},{&quot;2026-09-04&quot;:24.25},{&quot;2026-09-05&quot;:24.25},{&quot;2026-09-06&quot;:24.25},{&quot;2026-09-07&quot;:24.25},{&quot;2026-09-08&quot;:24.25},{&quot;2026-09-09&quot;:24.25},{&quot;2026-09-10&quot;:24.25},{&quot;2026-09-11&quot;:24.25}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:14.61},{&quot;2026-06-12&quot;:14.8},{&quot;2026-06-13&quot;:14.76},{&quot;2026-06-14&quot;:14.76},{&quot;2026-06-15&quot;:14.76},{&quot;2026-06-16&quot;:14.76},{&quot;2026-06-17&quot;:14.74},{&quot;2026-06-18&quot;:14.74},{&quot;2026-06-19&quot;:14.74},{&quot;2026-06-20&quot;:14.74},{&quot;2026-06-21&quot;:14.74},{&quot;2026-06-22&quot;:14.74},{&quot;2026-06-23&quot;:14.72},{&quot;2026-06-24&quot;:14.72},{&quot;2026-06-25&quot;:14.72},{&quot;2026-06-26&quot;:14.72},{&quot;2026-06-27&quot;:14.81},{&quot;2026-06-28&quot;:14.81},{&quot;2026-06-29&quot;:14.81},{&quot;2026-06-30&quot;:14.81},{&quot;2026-07-01&quot;:14.81},{&quot;2026-07-02&quot;:14.81},{&quot;2026-07-03&quot;:14.81},{&quot;2026-07-04&quot;:14.81},{&quot;2026-07-05&quot;:14.81},{&quot;2026-07-06&quot;:14.84},{&quot;2026-07-07&quot;:14.84},{&quot;2026-07-08&quot;:14.84},{&quot;2026-07-09&quot;:14.84},{&quot;2026-07-10&quot;:14.84},{&quot;2026-07-11&quot;:14.84},{&quot;2026-07-12&quot;:14.84},{&quot;2026-07-13&quot;:14.84},{&quot;2026-07-14&quot;:14.84},{&quot;2026-07-15&quot;:14.84},{&quot;2026-07-16&quot;:14.94},{&quot;2026-07-17&quot;:14.94},{&quot;2026-07-18&quot;:14.94},{&quot;2026-07-19&quot;:14.94},{&quot;2026-07-20&quot;:14.94},{&quot;2026-07-21&quot;:14.94},{&quot;2026-07-23&quot;:14.94},{&quot;2026-07-25&quot;:14.94},{&quot;2026-07-26&quot;:15.08},{&quot;2026-07-27&quot;:15.08},{&quot;2026-07-28&quot;:15.08},{&quot;2026-07-29&quot;:15.02},{&quot;2026-07-30&quot;:15.02},{&quot;2026-07-31&quot;:15.02},{&quot;2026-08-01&quot;:15.02},{&quot;2026-08-02&quot;:15.02},{&quot;2026-08-03&quot;:15.02},{&quot;2026-08-04&quot;:15.02},{&quot;2026-08-05&quot;:15.02},{&quot;2026-08-07&quot;:15.02},{&quot;2026-08-08&quot;:15.02},{&quot;2026-08-09&quot;:15.02},{&quot;2026-08-10&quot;:15.02},{&quot;2026-08-11&quot;:15.02},{&quot;2026-08-12&quot;:15.02},{&quot;2026-08-13&quot;:15.02},{&quot;2026-08-14&quot;:15.02},{&quot;2026-08-15&quot;:15.02},{&quot;2026-08-16&quot;:15.02},{&quot;2026-08-17&quot;:15.02},{&quot;2026-08-18&quot;:15.02},{&quot;2026-08-19&quot;:15.02},{&quot;2026-08-20&quot;:15.02},{&quot;2026-08-21&quot;:15.02},{&quot;2026-08-22&quot;:15.02},{&quot;2026-08-23&quot;:15.02},{&quot;2026-08-24&quot;:15.02},{&quot;2026-08-25&quot;:15.02},{&quot;2026-08-26&quot;:15.02},{&quot;2026-08-27&quot;:15.02},{&quot;2026-08-28&quot;:15.02},{&quot;2026-08-29&quot;:15.02},{&quot;2026-08-30&quot;:15.02},{&quot;2026-08-31&quot;:15.02},{&quot;2026-09-01&quot;:15.02},{&quot;2026-09-02&quot;:15.02},{&quot;2026-09-03&quot;:15.02},{&quot;2026-09-04&quot;:15.02},{&quot;2026-09-05&quot;:15.02},{&quot;2026-09-06&quot;:15.02},{&quot;2026-09-07&quot;:15.02},{&quot;2026-09-08&quot;:15.02},{&quot;2026-09-09&quot;:15.02},{&quot;2026-09-10&quot;:15.02},{&quot;2026-09-11&quot;:15.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Starnheim Aspirant
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Starnheim Aspirant" src="https://cards.scryfall.io/large/front/9/d/9dd231f8-3675-4849-a9f7-66b9ba035c24.jpg?1783925017" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.36},{&quot;2026-06-14&quot;:9.36},{&quot;2026-06-15&quot;:9.31},{&quot;2026-06-16&quot;:9.38},{&quot;2026-06-17&quot;:9.47},{&quot;2026-06-18&quot;:9.62},{&quot;2026-06-19&quot;:9.59},{&quot;2026-06-20&quot;:9.58},{&quot;2026-06-21&quot;:9.58},{&quot;2026-06-22&quot;:9.58},{&quot;2026-06-23&quot;:9.58},{&quot;2026-06-24&quot;:9.58},{&quot;2026-06-25&quot;:9.58},{&quot;2026-06-26&quot;:9.58},{&quot;2026-06-27&quot;:9.58},{&quot;2026-06-28&quot;:9.58},{&quot;2026-06-29&quot;:9.58},{&quot;2026-06-30&quot;:9.58},{&quot;2026-07-01&quot;:9.58},{&quot;2026-07-02&quot;:9.6},{&quot;2026-07-03&quot;:9.62},{&quot;2026-07-04&quot;:9.82},{&quot;2026-07-05&quot;:9.82},{&quot;2026-07-06&quot;:9.86},{&quot;2026-07-07&quot;:9.83},{&quot;2026-07-08&quot;:9.89},{&quot;2026-07-09&quot;:9.89},{&quot;2026-07-10&quot;:9.89},{&quot;2026-07-11&quot;:9.95},{&quot;2026-07-12&quot;:9.93},{&quot;2026-07-13&quot;:9.93},{&quot;2026-07-14&quot;:9.93},{&quot;2026-07-15&quot;:9.93},{&quot;2026-07-16&quot;:9.93},{&quot;2026-07-17&quot;:9.93},{&quot;2026-07-18&quot;:9.93},{&quot;2026-07-19&quot;:9.93},{&quot;2026-07-20&quot;:9.93},{&quot;2026-07-21&quot;:9.93},{&quot;2026-07-22&quot;:9.93},{&quot;2026-07-23&quot;:9.93},{&quot;2026-07-24&quot;:9.93},{&quot;2026-07-25&quot;:9.93},{&quot;2026-07-26&quot;:9.93},{&quot;2026-07-27&quot;:9.93},{&quot;2026-07-28&quot;:10.09},{&quot;2026-07-29&quot;:10.09},{&quot;2026-07-30&quot;:10.09},{&quot;2026-07-31&quot;:10.09},{&quot;2026-08-01&quot;:10.09},{&quot;2026-08-02&quot;:10.2},{&quot;2026-08-03&quot;:10.22},{&quot;2026-08-04&quot;:10.09},{&quot;2026-08-05&quot;:10.04},{&quot;2026-08-07&quot;:10.04},{&quot;2026-08-08&quot;:10.04},{&quot;2026-08-09&quot;:9.84},{&quot;2026-08-10&quot;:9.8},{&quot;2026-08-11&quot;:9.64},{&quot;2026-08-12&quot;:9.59},{&quot;2026-08-13&quot;:9.59},{&quot;2026-08-14&quot;:9.59},{&quot;2026-08-15&quot;:9.6},{&quot;2026-08-16&quot;:9.6},{&quot;2026-08-17&quot;:9.43},{&quot;2026-08-18&quot;:9.4},{&quot;2026-08-19&quot;:9.4},{&quot;2026-08-20&quot;:9.4},{&quot;2026-08-21&quot;:9.37},{&quot;2026-08-22&quot;:9.37},{&quot;2026-08-23&quot;:9.34},{&quot;2026-08-24&quot;:9.34},{&quot;2026-08-25&quot;:9.34},{&quot;2026-08-26&quot;:9.23},{&quot;2026-08-27&quot;:9.15},{&quot;2026-08-28&quot;:9.29},{&quot;2026-08-29&quot;:9.29},{&quot;2026-08-30&quot;:8.94},{&quot;2026-08-31&quot;:8.94},{&quot;2026-09-01&quot;:9.13},{&quot;2026-09-02&quot;:9.28},{&quot;2026-09-03&quot;:9.28},{&quot;2026-09-04&quot;:9.28},{&quot;2026-09-05&quot;:9.28},{&quot;2026-09-06&quot;:9.28},{&quot;2026-09-07&quot;:9.28},{&quot;2026-09-08&quot;:9.27},{&quot;2026-09-09&quot;:9.36},{&quot;2026-09-10&quot;:9.36},{&quot;2026-09-11&quot;:9.4}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Court of Ardenvale" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4bd87c87-885c-4e30-9bbc-eccd75af5fbc.jpg?1783914984" />

        <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">
            Court of Ardenvale
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Court of Ardenvale" src="https://cards.scryfall.io/large/front/4/b/4bd87c87-885c-4e30-9bbc-eccd75af5fbc.jpg?1783914984" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.88},{&quot;2026-06-12&quot;:8.07},{&quot;2026-06-13&quot;:8.07},{&quot;2026-06-14&quot;:8.07},{&quot;2026-06-15&quot;:8.07},{&quot;2026-06-16&quot;:8.07},{&quot;2026-06-17&quot;:8.07},{&quot;2026-06-18&quot;:8.07},{&quot;2026-06-19&quot;:8.07},{&quot;2026-06-20&quot;:8.07},{&quot;2026-06-21&quot;:8.07},{&quot;2026-06-22&quot;:8.07},{&quot;2026-06-23&quot;:8.07},{&quot;2026-06-24&quot;:8.07},{&quot;2026-06-25&quot;:8.07},{&quot;2026-06-26&quot;:8.07},{&quot;2026-06-27&quot;:8.07},{&quot;2026-06-28&quot;:8.48},{&quot;2026-06-29&quot;:8.48},{&quot;2026-06-30&quot;:9.6},{&quot;2026-07-01&quot;:10.72},{&quot;2026-07-02&quot;:10.72},{&quot;2026-07-03&quot;:10.72},{&quot;2026-07-04&quot;:10.72},{&quot;2026-07-05&quot;:11.67},{&quot;2026-07-06&quot;:11.67},{&quot;2026-07-07&quot;:11.8},{&quot;2026-07-08&quot;:12.12},{&quot;2026-07-09&quot;:12.12},{&quot;2026-07-10&quot;:12.12},{&quot;2026-07-11&quot;:12.12},{&quot;2026-07-12&quot;:12.12},{&quot;2026-07-13&quot;:12.12},{&quot;2026-07-14&quot;:12.12},{&quot;2026-07-15&quot;:12.12},{&quot;2026-07-16&quot;:12.12},{&quot;2026-07-17&quot;:12.12},{&quot;2026-07-18&quot;:12.12},{&quot;2026-07-19&quot;:12.12},{&quot;2026-07-20&quot;:12.12},{&quot;2026-07-21&quot;:11.56},{&quot;2026-07-23&quot;:11.56},{&quot;2026-07-25&quot;:11.56},{&quot;2026-07-26&quot;:11.56},{&quot;2026-07-27&quot;:11.56},{&quot;2026-07-28&quot;:11.52},{&quot;2026-07-29&quot;:11.52},{&quot;2026-07-30&quot;:11.52},{&quot;2026-07-31&quot;:11.85},{&quot;2026-08-01&quot;:11.85},{&quot;2026-08-02&quot;:11.85},{&quot;2026-08-03&quot;:11.85},{&quot;2026-08-04&quot;:11.85},{&quot;2026-08-05&quot;:11.85},{&quot;2026-08-07&quot;:11.85},{&quot;2026-08-08&quot;:11.85},{&quot;2026-08-09&quot;:11.85},{&quot;2026-08-10&quot;:11.85},{&quot;2026-08-11&quot;:11.85},{&quot;2026-08-12&quot;:11.85},{&quot;2026-08-13&quot;:11.85},{&quot;2026-08-14&quot;:11.85},{&quot;2026-08-15&quot;:11.85},{&quot;2026-08-16&quot;:11.85},{&quot;2026-08-17&quot;:11.85},{&quot;2026-08-18&quot;:11.85},{&quot;2026-08-19&quot;:11.85},{&quot;2026-08-20&quot;:11.85},{&quot;2026-08-21&quot;:11.85},{&quot;2026-08-22&quot;:11.85},{&quot;2026-08-23&quot;:11.85},{&quot;2026-08-24&quot;:11.85},{&quot;2026-08-25&quot;:11.85},{&quot;2026-08-26&quot;:11.85},{&quot;2026-08-27&quot;:11.85},{&quot;2026-08-28&quot;:11.85},{&quot;2026-08-29&quot;:11.85},{&quot;2026-08-30&quot;:12.4},{&quot;2026-08-31&quot;:12.17},{&quot;2026-09-01&quot;:12.17},{&quot;2026-09-02&quot;:12.17},{&quot;2026-09-03&quot;:12.17},{&quot;2026-09-04&quot;:12.17},{&quot;2026-09-05&quot;:12.17},{&quot;2026-09-06&quot;:12.29},{&quot;2026-09-07&quot;:12.29},{&quot;2026-09-08&quot;:12.29},{&quot;2026-09-09&quot;:12.29},{&quot;2026-09-10&quot;:12.29},{&quot;2026-09-11&quot;:12.29}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.48},{&quot;2026-06-12&quot;:7.46},{&quot;2026-06-13&quot;:7.59},{&quot;2026-06-14&quot;:7.67},{&quot;2026-06-15&quot;:7.55},{&quot;2026-06-16&quot;:7.4},{&quot;2026-06-17&quot;:7.54},{&quot;2026-06-18&quot;:7.54},{&quot;2026-06-19&quot;:7.54},{&quot;2026-06-20&quot;:7.54},{&quot;2026-06-21&quot;:7.57},{&quot;2026-06-22&quot;:7.61},{&quot;2026-06-23&quot;:7.61},{&quot;2026-06-24&quot;:7.62},{&quot;2026-06-25&quot;:7.63},{&quot;2026-06-26&quot;:7.58},{&quot;2026-06-27&quot;:7.58},{&quot;2026-06-28&quot;:7.59},{&quot;2026-06-29&quot;:7.54},{&quot;2026-06-30&quot;:7.45},{&quot;2026-07-01&quot;:7.55},{&quot;2026-07-02&quot;:7.48},{&quot;2026-07-03&quot;:8.53},{&quot;2026-07-04&quot;:8.36},{&quot;2026-07-05&quot;:8.66},{&quot;2026-07-06&quot;:9.54},{&quot;2026-07-07&quot;:9.55},{&quot;2026-07-08&quot;:9.74},{&quot;2026-07-09&quot;:9.98},{&quot;2026-07-10&quot;:10.31},{&quot;2026-07-11&quot;:10.37},{&quot;2026-07-12&quot;:10.36},{&quot;2026-07-13&quot;:10.09},{&quot;2026-07-14&quot;:10.08},{&quot;2026-07-15&quot;:9.58},{&quot;2026-07-16&quot;:9.34},{&quot;2026-07-17&quot;:9.55},{&quot;2026-07-18&quot;:9.63},{&quot;2026-07-19&quot;:10.02},{&quot;2026-07-20&quot;:9.87},{&quot;2026-07-21&quot;:9.62},{&quot;2026-07-23&quot;:9.96},{&quot;2026-07-25&quot;:9.82},{&quot;2026-07-26&quot;:9.82},{&quot;2026-07-27&quot;:9.71},{&quot;2026-07-28&quot;:9.87},{&quot;2026-07-29&quot;:10.25},{&quot;2026-07-30&quot;:10.38},{&quot;2026-07-31&quot;:10.5},{&quot;2026-08-01&quot;:9.92},{&quot;2026-08-02&quot;:9.88},{&quot;2026-08-03&quot;:9.55},{&quot;2026-08-04&quot;:9.36},{&quot;2026-08-05&quot;:9.27},{&quot;2026-08-07&quot;:9.07},{&quot;2026-08-08&quot;:9.07},{&quot;2026-08-09&quot;:8.73},{&quot;2026-08-10&quot;:8.25},{&quot;2026-08-11&quot;:7.85},{&quot;2026-08-12&quot;:7.77},{&quot;2026-08-13&quot;:7.26},{&quot;2026-08-14&quot;:7.14},{&quot;2026-08-15&quot;:7.2},{&quot;2026-08-16&quot;:7.18},{&quot;2026-08-17&quot;:7.3},{&quot;2026-08-18&quot;:7.8},{&quot;2026-08-19&quot;:7.71},{&quot;2026-08-20&quot;:7.71},{&quot;2026-08-21&quot;:8.24},{&quot;2026-08-22&quot;:8.27},{&quot;2026-08-23&quot;:8.27},{&quot;2026-08-24&quot;:8.32},{&quot;2026-08-25&quot;:8.32},{&quot;2026-08-26&quot;:8.28},{&quot;2026-08-27&quot;:8.32},{&quot;2026-08-28&quot;:8.29},{&quot;2026-08-29&quot;:8.29},{&quot;2026-08-30&quot;:8.4},{&quot;2026-08-31&quot;:8.74},{&quot;2026-09-01&quot;:8.74},{&quot;2026-09-02&quot;:8.85},{&quot;2026-09-03&quot;:8.45},{&quot;2026-09-04&quot;:8.46},{&quot;2026-09-05&quot;:8.57},{&quot;2026-09-06&quot;:8.58},{&quot;2026-09-07&quot;:8.58},{&quot;2026-09-08&quot;:8.66},{&quot;2026-09-09&quot;:8.75},{&quot;2026-09-10&quot;:9.0},{&quot;2026-09-11&quot;:9.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="42361"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.56
          </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="Eiganjo, Seat of the Empire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/c/7c31c48f-6275-4430-8dc9-05d70c332b7a.jpg?1783923761" />

        <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">
            Eiganjo, Seat of the Empire
        </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="Eiganjo, Seat of the Empire" src="https://cards.scryfall.io/large/front/7/c/7c31c48f-6275-4430-8dc9-05d70c332b7a.jpg?1783923761" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:13.8},{&quot;2026-06-11&quot;:13.8},{&quot;2026-06-12&quot;:13.8},{&quot;2026-06-13&quot;:13.8},{&quot;2026-06-14&quot;:13.8},{&quot;2026-06-15&quot;:13.87},{&quot;2026-06-16&quot;:13.87},{&quot;2026-06-17&quot;:14.04},{&quot;2026-06-18&quot;:14.04},{&quot;2026-06-19&quot;:14.04},{&quot;2026-06-20&quot;:13.94},{&quot;2026-06-21&quot;:13.94},{&quot;2026-06-22&quot;:14.24},{&quot;2026-06-23&quot;:14.09},{&quot;2026-06-24&quot;:14.16},{&quot;2026-06-25&quot;:14.01},{&quot;2026-06-26&quot;:13.86},{&quot;2026-06-27&quot;:13.86},{&quot;2026-06-28&quot;:13.89},{&quot;2026-06-29&quot;:13.89},{&quot;2026-06-30&quot;:13.9},{&quot;2026-07-01&quot;:13.9},{&quot;2026-07-02&quot;:13.9},{&quot;2026-07-03&quot;:13.9},{&quot;2026-07-04&quot;:13.81},{&quot;2026-07-05&quot;:13.81},{&quot;2026-07-06&quot;:13.81},{&quot;2026-07-07&quot;:13.7},{&quot;2026-07-08&quot;:13.45},{&quot;2026-07-09&quot;:13.6},{&quot;2026-07-10&quot;:13.7},{&quot;2026-07-11&quot;:13.7},{&quot;2026-07-12&quot;:13.5},{&quot;2026-07-13&quot;:13.6},{&quot;2026-07-14&quot;:13.6},{&quot;2026-07-15&quot;:13.6},{&quot;2026-07-16&quot;:13.44},{&quot;2026-07-17&quot;:13.44},{&quot;2026-07-18&quot;:13.44},{&quot;2026-07-19&quot;:13.44},{&quot;2026-07-20&quot;:13.06},{&quot;2026-07-21&quot;:13.13},{&quot;2026-07-23&quot;:13.29},{&quot;2026-07-25&quot;:13.04},{&quot;2026-07-26&quot;:13.24},{&quot;2026-07-27&quot;:13.24},{&quot;2026-07-29&quot;:13.24},{&quot;2026-07-30&quot;:13.45},{&quot;2026-07-31&quot;:13.57},{&quot;2026-08-01&quot;:13.57},{&quot;2026-08-02&quot;:13.57},{&quot;2026-08-03&quot;:13.56},{&quot;2026-08-04&quot;:13.56},{&quot;2026-08-05&quot;:13.75},{&quot;2026-08-07&quot;:13.69},{&quot;2026-08-08&quot;:13.92},{&quot;2026-08-09&quot;:14.24},{&quot;2026-08-10&quot;:14.3},{&quot;2026-08-11&quot;:14.24},{&quot;2026-08-12&quot;:14.26},{&quot;2026-08-13&quot;:14.26},{&quot;2026-08-14&quot;:14.49},{&quot;2026-08-15&quot;:14.49},{&quot;2026-08-16&quot;:14.49},{&quot;2026-08-17&quot;:14.49},{&quot;2026-08-18&quot;:14.53},{&quot;2026-08-19&quot;:14.53},{&quot;2026-08-20&quot;:14.53},{&quot;2026-08-21&quot;:14.61},{&quot;2026-08-22&quot;:14.28},{&quot;2026-08-23&quot;:14.28},{&quot;2026-08-24&quot;:14.51},{&quot;2026-08-25&quot;:14.51},{&quot;2026-08-26&quot;:14.54},{&quot;2026-08-27&quot;:14.54},{&quot;2026-08-28&quot;:14.56},{&quot;2026-08-29&quot;:14.56},{&quot;2026-08-30&quot;:14.6},{&quot;2026-08-31&quot;:14.53},{&quot;2026-09-01&quot;:14.53},{&quot;2026-09-02&quot;:14.56},{&quot;2026-09-03&quot;:14.56},{&quot;2026-09-04&quot;:14.56},{&quot;2026-09-05&quot;:14.56},{&quot;2026-09-06&quot;:14.68},{&quot;2026-09-07&quot;:14.52},{&quot;2026-09-08&quot;:14.43},{&quot;2026-09-09&quot;:14.43},{&quot;2026-09-10&quot;:14.59},{&quot;2026-09-11&quot;:14.59}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.22},{&quot;2026-06-11&quot;:8.31},{&quot;2026-06-12&quot;:8.31},{&quot;2026-06-13&quot;:8.31},{&quot;2026-06-14&quot;:8.33},{&quot;2026-06-15&quot;:8.35},{&quot;2026-06-16&quot;:8.32},{&quot;2026-06-17&quot;:8.32},{&quot;2026-06-18&quot;:8.31},{&quot;2026-06-19&quot;:8.31},{&quot;2026-06-20&quot;:8.31},{&quot;2026-06-21&quot;:8.29},{&quot;2026-06-22&quot;:8.25},{&quot;2026-06-23&quot;:8.43},{&quot;2026-06-24&quot;:8.43},{&quot;2026-06-25&quot;:8.45},{&quot;2026-06-26&quot;:8.44},{&quot;2026-06-27&quot;:8.49},{&quot;2026-06-28&quot;:8.48},{&quot;2026-06-29&quot;:8.63},{&quot;2026-06-30&quot;:8.63},{&quot;2026-07-01&quot;:8.62},{&quot;2026-07-02&quot;:8.51},{&quot;2026-07-03&quot;:8.45},{&quot;2026-07-04&quot;:8.39},{&quot;2026-07-05&quot;:8.3},{&quot;2026-07-06&quot;:8.21},{&quot;2026-07-07&quot;:8.21},{&quot;2026-07-08&quot;:8.26},{&quot;2026-07-09&quot;:8.28},{&quot;2026-07-10&quot;:8.28},{&quot;2026-07-11&quot;:8.37},{&quot;2026-07-12&quot;:8.39},{&quot;2026-07-13&quot;:8.39},{&quot;2026-07-14&quot;:8.39},{&quot;2026-07-15&quot;:8.29},{&quot;2026-07-16&quot;:8.46},{&quot;2026-07-17&quot;:8.53},{&quot;2026-07-18&quot;:8.72},{&quot;2026-07-19&quot;:8.72},{&quot;2026-07-20&quot;:8.7},{&quot;2026-07-21&quot;:8.71},{&quot;2026-07-23&quot;:8.77},{&quot;2026-07-25&quot;:8.75},{&quot;2026-07-26&quot;:8.75},{&quot;2026-07-27&quot;:8.78},{&quot;2026-07-29&quot;:8.66},{&quot;2026-07-30&quot;:8.82},{&quot;2026-07-31&quot;:8.79},{&quot;2026-08-01&quot;:8.79},{&quot;2026-08-02&quot;:8.74},{&quot;2026-08-03&quot;:8.65},{&quot;2026-08-04&quot;:8.62},{&quot;2026-08-05&quot;:8.62},{&quot;2026-08-07&quot;:8.62},{&quot;2026-08-08&quot;:8.59},{&quot;2026-08-09&quot;:8.62},{&quot;2026-08-10&quot;:8.62},{&quot;2026-08-11&quot;:8.59},{&quot;2026-08-12&quot;:8.59},{&quot;2026-08-13&quot;:8.68},{&quot;2026-08-14&quot;:8.54},{&quot;2026-08-15&quot;:8.42},{&quot;2026-08-16&quot;:8.48},{&quot;2026-08-17&quot;:8.45},{&quot;2026-08-18&quot;:8.45},{&quot;2026-08-19&quot;:8.45},{&quot;2026-08-20&quot;:8.45},{&quot;2026-08-21&quot;:8.61},{&quot;2026-08-22&quot;:8.82},{&quot;2026-08-23&quot;:8.69},{&quot;2026-08-24&quot;:8.49},{&quot;2026-08-25&quot;:8.49},{&quot;2026-08-26&quot;:8.68},{&quot;2026-08-27&quot;:8.68},{&quot;2026-08-28&quot;:8.68},{&quot;2026-08-29&quot;:8.68},{&quot;2026-08-30&quot;:8.68},{&quot;2026-08-31&quot;:8.68},{&quot;2026-09-01&quot;:8.68},{&quot;2026-09-02&quot;:8.83},{&quot;2026-09-03&quot;:8.73},{&quot;2026-09-04&quot;:8.73},{&quot;2026-09-05&quot;:8.57},{&quot;2026-09-06&quot;:8.57},{&quot;2026-09-07&quot;:8.5},{&quot;2026-09-08&quot;:8.56},{&quot;2026-09-09&quot;:8.56},{&quot;2026-09-10&quot;:8.56},{&quot;2026-09-11&quot;:8.56}]}"
        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="73833"
  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-lci 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">
            Resplendent Angel
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              10%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $7.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="Resplendent Angel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/59adbd35-9959-4a0f-babf-46ea3c15f018.jpg?1783913805" />

        <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">
            Resplendent Angel
        </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 — Angel</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="Resplendent Angel" src="https://cards.scryfall.io/large/front/5/9/59adbd35-9959-4a0f-babf-46ea3c15f018.jpg?1783913805" />
    </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">
                $7.93
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.40</span>
              <span class="text-xs text-grey-text">Credit: $4.42</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;:8.06},{&quot;2026-06-11&quot;:8.09},{&quot;2026-06-12&quot;:8.17},{&quot;2026-06-13&quot;:8.17},{&quot;2026-06-14&quot;:8.17},{&quot;2026-06-15&quot;:8.17},{&quot;2026-06-16&quot;:8.17},{&quot;2026-06-17&quot;:8.17},{&quot;2026-06-18&quot;:8.24},{&quot;2026-06-19&quot;:8.17},{&quot;2026-06-20&quot;:8.17},{&quot;2026-06-21&quot;:8.17},{&quot;2026-06-22&quot;:8.18},{&quot;2026-06-23&quot;:8.18},{&quot;2026-06-24&quot;:8.18},{&quot;2026-06-25&quot;:8.18},{&quot;2026-06-26&quot;:8.18},{&quot;2026-06-27&quot;:8.18},{&quot;2026-06-28&quot;:8.18},{&quot;2026-06-29&quot;:8.18},{&quot;2026-06-30&quot;:8.18},{&quot;2026-07-01&quot;:8.18},{&quot;2026-07-02&quot;:8.21},{&quot;2026-07-03&quot;:8.24},{&quot;2026-07-04&quot;:8.24},{&quot;2026-07-05&quot;:8.24},{&quot;2026-07-06&quot;:8.24},{&quot;2026-07-07&quot;:8.24},{&quot;2026-07-08&quot;:8.24},{&quot;2026-07-09&quot;:8.24},{&quot;2026-07-10&quot;:8.24},{&quot;2026-07-11&quot;:8.24},{&quot;2026-07-12&quot;:8.24},{&quot;2026-07-13&quot;:8.24},{&quot;2026-07-14&quot;:8.23},{&quot;2026-07-15&quot;:8.23},{&quot;2026-07-16&quot;:8.26},{&quot;2026-07-17&quot;:7.79},{&quot;2026-07-18&quot;:7.87},{&quot;2026-07-19&quot;:7.87},{&quot;2026-07-20&quot;:7.9},{&quot;2026-07-21&quot;:7.91},{&quot;2026-07-23&quot;:8.17},{&quot;2026-07-25&quot;:8.17},{&quot;2026-07-26&quot;:8.27},{&quot;2026-07-27&quot;:8.27},{&quot;2026-07-29&quot;:8.36},{&quot;2026-07-30&quot;:8.45},{&quot;2026-07-31&quot;:8.46},{&quot;2026-08-01&quot;:8.46},{&quot;2026-08-02&quot;:8.46},{&quot;2026-08-03&quot;:8.29},{&quot;2026-08-04&quot;:8.29},{&quot;2026-08-05&quot;:8.4},{&quot;2026-08-07&quot;:8.37},{&quot;2026-08-08&quot;:8.37},{&quot;2026-08-09&quot;:8.42},{&quot;2026-08-10&quot;:8.4},{&quot;2026-08-11&quot;:8.47},{&quot;2026-08-12&quot;:8.47},{&quot;2026-08-13&quot;:8.47},{&quot;2026-08-14&quot;:8.47},{&quot;2026-08-15&quot;:8.47},{&quot;2026-08-16&quot;:8.47},{&quot;2026-08-17&quot;:8.47},{&quot;2026-08-18&quot;:8.47},{&quot;2026-08-19&quot;:8.47},{&quot;2026-08-20&quot;:8.47},{&quot;2026-08-21&quot;:8.47},{&quot;2026-08-22&quot;:8.51},{&quot;2026-08-23&quot;:8.7},{&quot;2026-08-24&quot;:8.7},{&quot;2026-08-25&quot;:8.7},{&quot;2026-08-26&quot;:8.78},{&quot;2026-08-27&quot;:8.81},{&quot;2026-08-28&quot;:8.81},{&quot;2026-08-29&quot;:8.81},{&quot;2026-08-30&quot;:8.91},{&quot;2026-08-31&quot;:8.91},{&quot;2026-09-01&quot;:8.91},{&quot;2026-09-02&quot;:8.91},{&quot;2026-09-03&quot;:8.95},{&quot;2026-09-04&quot;:8.95},{&quot;2026-09-05&quot;:8.95},{&quot;2026-09-06&quot;:8.95},{&quot;2026-09-07&quot;:8.95},{&quot;2026-09-08&quot;:8.95},{&quot;2026-09-09&quot;:8.95},{&quot;2026-09-10&quot;:8.99},{&quot;2026-09-11&quot;:9.19}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.86},{&quot;2026-06-11&quot;:9.04},{&quot;2026-06-12&quot;:9.0},{&quot;2026-06-13&quot;:8.84},{&quot;2026-06-14&quot;:8.8},{&quot;2026-06-15&quot;:8.5},{&quot;2026-06-16&quot;:8.53},{&quot;2026-06-17&quot;:8.53},{&quot;2026-06-18&quot;:8.3},{&quot;2026-06-19&quot;:8.24},{&quot;2026-06-20&quot;:8.24},{&quot;2026-06-21&quot;:8.47},{&quot;2026-06-22&quot;:8.5},{&quot;2026-06-23&quot;:8.43},{&quot;2026-06-24&quot;:8.36},{&quot;2026-06-25&quot;:8.37},{&quot;2026-06-26&quot;:8.14},{&quot;2026-06-27&quot;:8.15},{&quot;2026-06-28&quot;:7.92},{&quot;2026-06-29&quot;:7.82},{&quot;2026-06-30&quot;:7.77},{&quot;2026-07-01&quot;:7.95},{&quot;2026-07-02&quot;:8.02},{&quot;2026-07-03&quot;:7.97},{&quot;2026-07-04&quot;:8.22},{&quot;2026-07-05&quot;:8.22},{&quot;2026-07-06&quot;:8.12},{&quot;2026-07-07&quot;:8.23},{&quot;2026-07-08&quot;:8.26},{&quot;2026-07-09&quot;:8.26},{&quot;2026-07-10&quot;:8.06},{&quot;2026-07-11&quot;:8.02},{&quot;2026-07-12&quot;:7.99},{&quot;2026-07-13&quot;:8.13},{&quot;2026-07-14&quot;:8.04},{&quot;2026-07-15&quot;:7.98},{&quot;2026-07-16&quot;:8.13},{&quot;2026-07-17&quot;:8.07},{&quot;2026-07-18&quot;:8.34},{&quot;2026-07-19&quot;:8.25},{&quot;2026-07-20&quot;:8.15},{&quot;2026-07-21&quot;:8.47},{&quot;2026-07-23&quot;:8.77},{&quot;2026-07-25&quot;:8.83},{&quot;2026-07-26&quot;:8.77},{&quot;2026-07-27&quot;:8.69},{&quot;2026-07-29&quot;:8.55},{&quot;2026-07-30&quot;:8.55},{&quot;2026-07-31&quot;:8.55},{&quot;2026-08-01&quot;:8.59},{&quot;2026-08-02&quot;:8.69},{&quot;2026-08-03&quot;:8.62},{&quot;2026-08-04&quot;:8.3},{&quot;2026-08-05&quot;:8.23},{&quot;2026-08-07&quot;:8.01},{&quot;2026-08-08&quot;:8.01},{&quot;2026-08-09&quot;:8.04},{&quot;2026-08-10&quot;:8.04},{&quot;2026-08-11&quot;:7.99},{&quot;2026-08-12&quot;:7.87},{&quot;2026-08-13&quot;:7.7},{&quot;2026-08-14&quot;:7.55},{&quot;2026-08-15&quot;:7.51},{&quot;2026-08-16&quot;:7.41},{&quot;2026-08-17&quot;:7.58},{&quot;2026-08-18&quot;:7.59},{&quot;2026-08-19&quot;:7.73},{&quot;2026-08-20&quot;:7.73},{&quot;2026-08-21&quot;:7.66},{&quot;2026-08-22&quot;:7.77},{&quot;2026-08-23&quot;:7.85},{&quot;2026-08-24&quot;:8.2},{&quot;2026-08-25&quot;:8.2},{&quot;2026-08-26&quot;:8.1},{&quot;2026-08-27&quot;:7.91},{&quot;2026-08-28&quot;:8.05},{&quot;2026-08-29&quot;:8.05},{&quot;2026-08-30&quot;:7.58},{&quot;2026-08-31&quot;:7.27},{&quot;2026-09-01&quot;:7.27},{&quot;2026-09-02&quot;:6.99},{&quot;2026-09-03&quot;:6.73},{&quot;2026-09-04&quot;:7.0},{&quot;2026-09-05&quot;:7.2},{&quot;2026-09-06&quot;:7.2},{&quot;2026-09-07&quot;:7.38},{&quot;2026-09-08&quot;:7.58},{&quot;2026-09-09&quot;:7.87},{&quot;2026-09-10&quot;:7.87},{&quot;2026-09-11&quot;:7.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="74399"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Minas Tirith" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b38b6760-616f-4b11-8ce7-ac1223c7fd53.jpg?1783916236" />

        <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">
            Minas Tirith
        </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="Minas Tirith" src="https://cards.scryfall.io/large/front/b/3/b38b6760-616f-4b11-8ce7-ac1223c7fd53.jpg?1783916236" />
    </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">
                $7.89
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.94},{&quot;2026-06-14&quot;:6.96},{&quot;2026-06-15&quot;:7.01},{&quot;2026-06-16&quot;:7.01},{&quot;2026-06-17&quot;:7.01},{&quot;2026-06-18&quot;:7.01},{&quot;2026-06-19&quot;:7.01},{&quot;2026-06-20&quot;:7.01},{&quot;2026-06-21&quot;:7.01},{&quot;2026-06-22&quot;:7.02},{&quot;2026-06-23&quot;:7.02},{&quot;2026-06-24&quot;:7.02},{&quot;2026-06-25&quot;:7.04},{&quot;2026-06-26&quot;:7.04},{&quot;2026-06-27&quot;:7.04},{&quot;2026-06-28&quot;:7.04},{&quot;2026-06-29&quot;:7.04},{&quot;2026-06-30&quot;:7.03},{&quot;2026-07-01&quot;:7.03},{&quot;2026-07-02&quot;:7.06},{&quot;2026-07-03&quot;:7.06},{&quot;2026-07-04&quot;:7.11},{&quot;2026-07-05&quot;:7.11},{&quot;2026-07-06&quot;:7.11},{&quot;2026-07-07&quot;:7.11},{&quot;2026-07-08&quot;:7.26},{&quot;2026-07-09&quot;:7.26},{&quot;2026-07-10&quot;:7.19},{&quot;2026-07-11&quot;:7.19},{&quot;2026-07-12&quot;:7.19},{&quot;2026-07-13&quot;:7.19},{&quot;2026-07-14&quot;:7.2},{&quot;2026-07-15&quot;:7.19},{&quot;2026-07-16&quot;:7.19},{&quot;2026-07-17&quot;:7.19},{&quot;2026-07-18&quot;:7.19},{&quot;2026-07-19&quot;:7.19},{&quot;2026-07-20&quot;:7.11},{&quot;2026-07-21&quot;:7.04},{&quot;2026-07-22&quot;:6.9},{&quot;2026-07-23&quot;:6.85},{&quot;2026-07-24&quot;:6.85},{&quot;2026-07-25&quot;:6.85},{&quot;2026-07-26&quot;:6.99},{&quot;2026-07-27&quot;:7.0},{&quot;2026-07-28&quot;:7.05},{&quot;2026-07-29&quot;:7.05},{&quot;2026-07-30&quot;:7.05},{&quot;2026-07-31&quot;:7.08},{&quot;2026-08-01&quot;:7.08},{&quot;2026-08-02&quot;:7.05},{&quot;2026-08-03&quot;:7.08},{&quot;2026-08-04&quot;:7.08},{&quot;2026-08-05&quot;:7.08},{&quot;2026-08-07&quot;:7.07},{&quot;2026-08-08&quot;:7.07},{&quot;2026-08-09&quot;:7.16},{&quot;2026-08-10&quot;:7.19},{&quot;2026-08-11&quot;:7.22},{&quot;2026-08-12&quot;:7.16},{&quot;2026-08-13&quot;:7.21},{&quot;2026-08-14&quot;:7.21},{&quot;2026-08-15&quot;:7.25},{&quot;2026-08-16&quot;:7.34},{&quot;2026-08-17&quot;:7.34},{&quot;2026-08-18&quot;:7.34},{&quot;2026-08-19&quot;:7.34},{&quot;2026-08-20&quot;:7.34},{&quot;2026-08-21&quot;:7.34},{&quot;2026-08-22&quot;:7.36},{&quot;2026-08-23&quot;:7.36},{&quot;2026-08-24&quot;:7.55},{&quot;2026-08-25&quot;:7.54},{&quot;2026-08-26&quot;:7.54},{&quot;2026-08-27&quot;:7.54},{&quot;2026-08-28&quot;:7.53},{&quot;2026-08-29&quot;:7.53},{&quot;2026-08-30&quot;:7.53},{&quot;2026-08-31&quot;:7.53},{&quot;2026-09-01&quot;:7.51},{&quot;2026-09-02&quot;:7.31},{&quot;2026-09-03&quot;:7.31},{&quot;2026-09-04&quot;:7.31},{&quot;2026-09-05&quot;:7.31},{&quot;2026-09-06&quot;:7.38},{&quot;2026-09-07&quot;:7.29},{&quot;2026-09-08&quot;:7.1},{&quot;2026-09-09&quot;:7.1},{&quot;2026-09-10&quot;:7.1},{&quot;2026-09-11&quot;:7.1}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.06},{&quot;2026-06-14&quot;:5.91},{&quot;2026-06-15&quot;:6.04},{&quot;2026-06-16&quot;:6.25},{&quot;2026-06-17&quot;:6.36},{&quot;2026-06-18&quot;:6.31},{&quot;2026-06-19&quot;:6.26},{&quot;2026-06-20&quot;:5.97},{&quot;2026-06-21&quot;:5.94},{&quot;2026-06-22&quot;:5.73},{&quot;2026-06-23&quot;:5.82},{&quot;2026-06-24&quot;:5.78},{&quot;2026-06-25&quot;:5.86},{&quot;2026-06-26&quot;:5.86},{&quot;2026-06-27&quot;:5.75},{&quot;2026-06-28&quot;:5.81},{&quot;2026-06-29&quot;:5.57},{&quot;2026-06-30&quot;:5.75},{&quot;2026-07-01&quot;:6.01},{&quot;2026-07-02&quot;:6.36},{&quot;2026-07-03&quot;:6.37},{&quot;2026-07-04&quot;:6.49},{&quot;2026-07-05&quot;:6.6},{&quot;2026-07-06&quot;:7.0},{&quot;2026-07-07&quot;:6.77},{&quot;2026-07-08&quot;:6.47},{&quot;2026-07-09&quot;:6.27},{&quot;2026-07-10&quot;:6.51},{&quot;2026-07-11&quot;:6.28},{&quot;2026-07-12&quot;:6.15},{&quot;2026-07-13&quot;:6.31},{&quot;2026-07-14&quot;:6.3},{&quot;2026-07-15&quot;:6.45},{&quot;2026-07-16&quot;:6.33},{&quot;2026-07-17&quot;:6.38},{&quot;2026-07-18&quot;:6.28},{&quot;2026-07-19&quot;:6.17},{&quot;2026-07-20&quot;:6.31},{&quot;2026-07-21&quot;:6.55},{&quot;2026-07-22&quot;:6.43},{&quot;2026-07-23&quot;:6.41},{&quot;2026-07-24&quot;:6.26},{&quot;2026-07-25&quot;:6.04},{&quot;2026-07-26&quot;:5.95},{&quot;2026-07-27&quot;:5.95},{&quot;2026-07-28&quot;:6.06},{&quot;2026-07-29&quot;:6.4},{&quot;2026-07-30&quot;:6.31},{&quot;2026-07-31&quot;:6.24},{&quot;2026-08-01&quot;:6.2},{&quot;2026-08-02&quot;:6.24},{&quot;2026-08-03&quot;:6.35},{&quot;2026-08-04&quot;:6.05},{&quot;2026-08-05&quot;:6.03},{&quot;2026-08-07&quot;:6.03},{&quot;2026-08-08&quot;:6.06},{&quot;2026-08-09&quot;:6.26},{&quot;2026-08-10&quot;:6.22},{&quot;2026-08-11&quot;:6.31},{&quot;2026-08-12&quot;:6.54},{&quot;2026-08-13&quot;:6.8},{&quot;2026-08-14&quot;:7.04},{&quot;2026-08-15&quot;:6.94},{&quot;2026-08-16&quot;:6.73},{&quot;2026-08-17&quot;:6.76},{&quot;2026-08-18&quot;:6.7},{&quot;2026-08-19&quot;:6.92},{&quot;2026-08-20&quot;:6.83},{&quot;2026-08-21&quot;:6.51},{&quot;2026-08-22&quot;:6.23},{&quot;2026-08-23&quot;:6.32},{&quot;2026-08-24&quot;:6.36},{&quot;2026-08-25&quot;:6.86},{&quot;2026-08-26&quot;:6.89},{&quot;2026-08-27&quot;:6.77},{&quot;2026-08-28&quot;:6.73},{&quot;2026-08-29&quot;:6.73},{&quot;2026-08-30&quot;:6.84},{&quot;2026-08-31&quot;:6.99},{&quot;2026-09-01&quot;:7.04},{&quot;2026-09-02&quot;:7.09},{&quot;2026-09-03&quot;:7.1},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:6.89},{&quot;2026-09-06&quot;:7.06},{&quot;2026-09-07&quot;:6.94},{&quot;2026-09-08&quot;:7.15},{&quot;2026-09-09&quot;:7.41},{&quot;2026-09-10&quot;:7.87},{&quot;2026-09-11&quot;:7.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="85965"
  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">
            Virtue of Loyalty 
        </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">
            $7.67
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Virtue of Loyalty // Ardenvale Fealty" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea7e7daf-7c06-4c74-8bcf-e42c1f611861.jpg?1783915127" />

        <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">
            Virtue of Loyalty 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Virtue of Loyalty // Ardenvale Fealty" src="https://cards.scryfall.io/large/front/e/a/ea7e7daf-7c06-4c74-8bcf-e42c1f611861.jpg?1783915127" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Virtue of Loyalty // Ardenvale Fealty" src="https://cards.scryfall.io/large/front/e/a/ea7e7daf-7c06-4c74-8bcf-e42c1f611861.jpg?1783915127" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.28},{&quot;2026-06-14&quot;:8.28},{&quot;2026-06-15&quot;:8.3},{&quot;2026-06-16&quot;:8.3},{&quot;2026-06-17&quot;:8.3},{&quot;2026-06-18&quot;:8.3},{&quot;2026-06-19&quot;:8.3},{&quot;2026-06-20&quot;:8.31},{&quot;2026-06-21&quot;:8.31},{&quot;2026-06-22&quot;:8.31},{&quot;2026-06-23&quot;:8.34},{&quot;2026-06-24&quot;:8.34},{&quot;2026-06-25&quot;:8.34},{&quot;2026-06-26&quot;:8.38},{&quot;2026-06-27&quot;:8.38},{&quot;2026-06-28&quot;:8.38},{&quot;2026-06-29&quot;:8.38},{&quot;2026-06-30&quot;:8.38},{&quot;2026-07-01&quot;:8.38},{&quot;2026-07-02&quot;:8.38},{&quot;2026-07-03&quot;:8.38},{&quot;2026-07-04&quot;:8.38},{&quot;2026-07-05&quot;:8.38},{&quot;2026-07-06&quot;:8.38},{&quot;2026-07-07&quot;:8.38},{&quot;2026-07-08&quot;:8.37},{&quot;2026-07-09&quot;:8.37},{&quot;2026-07-10&quot;:8.38},{&quot;2026-07-11&quot;:8.38},{&quot;2026-07-12&quot;:8.38},{&quot;2026-07-13&quot;:8.38},{&quot;2026-07-14&quot;:8.38},{&quot;2026-07-15&quot;:8.38},{&quot;2026-07-16&quot;:8.38},{&quot;2026-07-17&quot;:8.38},{&quot;2026-07-18&quot;:8.38},{&quot;2026-07-19&quot;:8.31},{&quot;2026-07-20&quot;:8.31},{&quot;2026-07-21&quot;:8.31},{&quot;2026-07-22&quot;:8.31},{&quot;2026-07-23&quot;:8.31},{&quot;2026-07-24&quot;:8.31},{&quot;2026-07-25&quot;:8.31},{&quot;2026-07-26&quot;:7.95},{&quot;2026-07-27&quot;:7.92},{&quot;2026-07-28&quot;:7.92},{&quot;2026-07-29&quot;:7.92},{&quot;2026-07-30&quot;:7.92},{&quot;2026-07-31&quot;:7.92},{&quot;2026-08-01&quot;:7.88},{&quot;2026-08-02&quot;:7.82},{&quot;2026-08-03&quot;:7.74},{&quot;2026-08-04&quot;:7.74},{&quot;2026-08-05&quot;:7.6},{&quot;2026-08-07&quot;:7.57},{&quot;2026-08-08&quot;:7.66},{&quot;2026-08-09&quot;:7.66},{&quot;2026-08-10&quot;:7.62},{&quot;2026-08-11&quot;:7.49},{&quot;2026-08-12&quot;:7.49},{&quot;2026-08-13&quot;:7.49},{&quot;2026-08-14&quot;:7.49},{&quot;2026-08-15&quot;:7.49},{&quot;2026-08-16&quot;:7.47},{&quot;2026-08-17&quot;:7.56},{&quot;2026-08-18&quot;:7.56},{&quot;2026-08-19&quot;:7.56},{&quot;2026-08-20&quot;:7.56},{&quot;2026-08-21&quot;:7.56},{&quot;2026-08-22&quot;:7.57},{&quot;2026-08-23&quot;:7.57},{&quot;2026-08-24&quot;:7.57},{&quot;2026-08-25&quot;:7.57},{&quot;2026-08-26&quot;:7.56},{&quot;2026-08-27&quot;:7.55},{&quot;2026-08-28&quot;:7.54},{&quot;2026-08-29&quot;:7.54},{&quot;2026-08-30&quot;:7.39},{&quot;2026-08-31&quot;:7.39},{&quot;2026-09-01&quot;:7.32},{&quot;2026-09-02&quot;:7.32},{&quot;2026-09-03&quot;:7.2},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:7.21},{&quot;2026-09-06&quot;:7.21},{&quot;2026-09-07&quot;:7.21},{&quot;2026-09-08&quot;:7.21},{&quot;2026-09-09&quot;:7.21},{&quot;2026-09-10&quot;:7.21},{&quot;2026-09-11&quot;:7.21}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.8},{&quot;2026-06-14&quot;:7.85},{&quot;2026-06-15&quot;:7.83},{&quot;2026-06-16&quot;:7.84},{&quot;2026-06-17&quot;:7.84},{&quot;2026-06-18&quot;:7.85},{&quot;2026-06-19&quot;:7.88},{&quot;2026-06-20&quot;:7.76},{&quot;2026-06-21&quot;:7.76},{&quot;2026-06-22&quot;:7.67},{&quot;2026-06-23&quot;:7.67},{&quot;2026-06-24&quot;:7.67},{&quot;2026-06-25&quot;:7.6},{&quot;2026-06-26&quot;:7.6},{&quot;2026-06-27&quot;:7.57},{&quot;2026-06-28&quot;:7.54},{&quot;2026-06-29&quot;:7.51},{&quot;2026-06-30&quot;:7.36},{&quot;2026-07-01&quot;:7.38},{&quot;2026-07-02&quot;:7.31},{&quot;2026-07-03&quot;:7.36},{&quot;2026-07-04&quot;:7.19},{&quot;2026-07-05&quot;:7.1},{&quot;2026-07-06&quot;:7.2},{&quot;2026-07-07&quot;:7.12},{&quot;2026-07-08&quot;:7.03},{&quot;2026-07-09&quot;:6.9},{&quot;2026-07-10&quot;:6.83},{&quot;2026-07-11&quot;:6.88},{&quot;2026-07-12&quot;:6.87},{&quot;2026-07-13&quot;:6.84},{&quot;2026-07-14&quot;:6.86},{&quot;2026-07-15&quot;:6.86},{&quot;2026-07-16&quot;:6.82},{&quot;2026-07-17&quot;:6.89},{&quot;2026-07-18&quot;:6.91},{&quot;2026-07-19&quot;:6.91},{&quot;2026-07-20&quot;:6.95},{&quot;2026-07-21&quot;:6.78},{&quot;2026-07-22&quot;:6.86},{&quot;2026-07-23&quot;:6.67},{&quot;2026-07-24&quot;:6.67},{&quot;2026-07-25&quot;:6.61},{&quot;2026-07-26&quot;:6.57},{&quot;2026-07-27&quot;:6.57},{&quot;2026-07-28&quot;:6.75},{&quot;2026-07-29&quot;:6.67},{&quot;2026-07-30&quot;:6.64},{&quot;2026-07-31&quot;:6.64},{&quot;2026-08-01&quot;:6.57},{&quot;2026-08-02&quot;:6.53},{&quot;2026-08-03&quot;:6.62},{&quot;2026-08-04&quot;:6.44},{&quot;2026-08-05&quot;:6.28},{&quot;2026-08-07&quot;:6.18},{&quot;2026-08-08&quot;:6.21},{&quot;2026-08-09&quot;:6.1},{&quot;2026-08-10&quot;:6.09},{&quot;2026-08-11&quot;:6.37},{&quot;2026-08-12&quot;:6.38},{&quot;2026-08-13&quot;:6.38},{&quot;2026-08-14&quot;:6.41},{&quot;2026-08-15&quot;:6.33},{&quot;2026-08-16&quot;:6.53},{&quot;2026-08-17&quot;:6.68},{&quot;2026-08-18&quot;:6.68},{&quot;2026-08-19&quot;:6.58},{&quot;2026-08-20&quot;:6.45},{&quot;2026-08-21&quot;:6.03},{&quot;2026-08-22&quot;:6.1},{&quot;2026-08-23&quot;:6.24},{&quot;2026-08-24&quot;:6.15},{&quot;2026-08-25&quot;:6.14},{&quot;2026-08-26&quot;:5.97},{&quot;2026-08-27&quot;:5.74},{&quot;2026-08-28&quot;:5.85},{&quot;2026-08-29&quot;:5.85},{&quot;2026-08-30&quot;:5.85},{&quot;2026-08-31&quot;:5.98},{&quot;2026-09-01&quot;:6.35},{&quot;2026-09-02&quot;:6.76},{&quot;2026-09-03&quot;:6.91},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:7.51},{&quot;2026-09-06&quot;:7.58},{&quot;2026-09-07&quot;:7.74},{&quot;2026-09-08&quot;:7.83},{&quot;2026-09-09&quot;:7.81},{&quot;2026-09-10&quot;:7.75},{&quot;2026-09-11&quot;:7.67}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78782"
  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-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">
            Rebuff the Wicked
        </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">
              ↓
              2%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rebuff the Wicked" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/6/a6ea5111-5a5c-4c40-8686-8123c822843a.jpg?1783927866" />

        <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">
            Rebuff the Wicked
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Rebuff the Wicked" src="https://cards.scryfall.io/large/front/a/6/a6ea5111-5a5c-4c40-8686-8123c822843a.jpg?1783927866" />
    </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">
                $7.21
              </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">
                $23.25
              </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">$3.95</span>
              <span class="text-xs text-grey-text">Credit: $5.14</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:20.67},{&quot;2026-06-10&quot;:20.67},{&quot;2026-06-11&quot;:20.67},{&quot;2026-06-12&quot;:20.67},{&quot;2026-06-13&quot;:20.67},{&quot;2026-06-14&quot;:20.67},{&quot;2026-06-15&quot;:20.67},{&quot;2026-06-16&quot;:20.67},{&quot;2026-06-17&quot;:20.67},{&quot;2026-06-18&quot;:20.79},{&quot;2026-06-19&quot;:20.96},{&quot;2026-06-20&quot;:20.96},{&quot;2026-06-21&quot;:20.96},{&quot;2026-06-22&quot;:20.96},{&quot;2026-06-24&quot;:21.17},{&quot;2026-06-25&quot;:21.17},{&quot;2026-06-26&quot;:21.17},{&quot;2026-06-27&quot;:21.17},{&quot;2026-06-28&quot;:21.17},{&quot;2026-06-29&quot;:21.17},{&quot;2026-06-30&quot;:21.17},{&quot;2026-07-01&quot;:21.17},{&quot;2026-07-02&quot;:21.17},{&quot;2026-07-03&quot;:21.17},{&quot;2026-07-04&quot;:21.17},{&quot;2026-07-05&quot;:21.17},{&quot;2026-07-06&quot;:21.17},{&quot;2026-07-07&quot;:21.17},{&quot;2026-07-08&quot;:21.17},{&quot;2026-07-09&quot;:21.17},{&quot;2026-07-10&quot;:21.17},{&quot;2026-07-11&quot;:21.17},{&quot;2026-07-12&quot;:21.17},{&quot;2026-07-13&quot;:21.17},{&quot;2026-07-14&quot;:21.17},{&quot;2026-07-15&quot;:21.17},{&quot;2026-07-16&quot;:21.17},{&quot;2026-07-17&quot;:21.17},{&quot;2026-07-18&quot;:21.31},{&quot;2026-07-19&quot;:21.31},{&quot;2026-07-20&quot;:21.31},{&quot;2026-07-21&quot;:21.31},{&quot;2026-07-23&quot;:21.31},{&quot;2026-07-25&quot;:21.31},{&quot;2026-07-26&quot;:21.31},{&quot;2026-07-27&quot;:21.31},{&quot;2026-07-29&quot;:21.31},{&quot;2026-07-30&quot;:21.5},{&quot;2026-07-31&quot;:21.5},{&quot;2026-08-01&quot;:21.5},{&quot;2026-08-02&quot;:21.5},{&quot;2026-08-03&quot;:21.71},{&quot;2026-08-04&quot;:21.71},{&quot;2026-08-05&quot;:21.71},{&quot;2026-08-07&quot;:21.94},{&quot;2026-08-08&quot;:21.94},{&quot;2026-08-09&quot;:21.94},{&quot;2026-08-10&quot;:21.94},{&quot;2026-08-11&quot;:21.94},{&quot;2026-08-12&quot;:21.94},{&quot;2026-08-13&quot;:21.94},{&quot;2026-08-14&quot;:21.94},{&quot;2026-08-15&quot;:21.94},{&quot;2026-08-16&quot;:22.29},{&quot;2026-08-17&quot;:22.29},{&quot;2026-08-18&quot;:22.65},{&quot;2026-08-19&quot;:23.03},{&quot;2026-08-20&quot;:23.03},{&quot;2026-08-21&quot;:22.67},{&quot;2026-08-22&quot;:22.67},{&quot;2026-08-23&quot;:22.67},{&quot;2026-08-24&quot;:23.11},{&quot;2026-08-25&quot;:23.11},{&quot;2026-08-26&quot;:23.11},{&quot;2026-08-27&quot;:23.11},{&quot;2026-08-28&quot;:23.11},{&quot;2026-08-29&quot;:23.11},{&quot;2026-08-30&quot;:23.11},{&quot;2026-08-31&quot;:22.92},{&quot;2026-09-01&quot;:22.92},{&quot;2026-09-02&quot;:22.92},{&quot;2026-09-03&quot;:22.92},{&quot;2026-09-04&quot;:22.93},{&quot;2026-09-05&quot;:22.93},{&quot;2026-09-06&quot;:22.93},{&quot;2026-09-07&quot;:22.93},{&quot;2026-09-08&quot;:22.93},{&quot;2026-09-09&quot;:22.93},{&quot;2026-09-10&quot;:23.25},{&quot;2026-09-11&quot;:23.25}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.62},{&quot;2026-06-10&quot;:7.52},{&quot;2026-06-11&quot;:7.52},{&quot;2026-06-12&quot;:7.55},{&quot;2026-06-13&quot;:7.72},{&quot;2026-06-14&quot;:7.57},{&quot;2026-06-15&quot;:7.35},{&quot;2026-06-16&quot;:7.39},{&quot;2026-06-17&quot;:7.33},{&quot;2026-06-18&quot;:7.21},{&quot;2026-06-19&quot;:7.21},{&quot;2026-06-20&quot;:7.21},{&quot;2026-06-21&quot;:7.14},{&quot;2026-06-22&quot;:7.01},{&quot;2026-06-24&quot;:6.62},{&quot;2026-06-25&quot;:6.68},{&quot;2026-06-26&quot;:6.85},{&quot;2026-06-27&quot;:7.13},{&quot;2026-06-28&quot;:7.37},{&quot;2026-06-29&quot;:7.46},{&quot;2026-06-30&quot;:7.48},{&quot;2026-07-01&quot;:7.44},{&quot;2026-07-02&quot;:7.28},{&quot;2026-07-03&quot;:7.13},{&quot;2026-07-04&quot;:7.22},{&quot;2026-07-05&quot;:7.61},{&quot;2026-07-06&quot;:7.8},{&quot;2026-07-07&quot;:7.7},{&quot;2026-07-08&quot;:7.57},{&quot;2026-07-09&quot;:7.51},{&quot;2026-07-10&quot;:7.42},{&quot;2026-07-11&quot;:7.4},{&quot;2026-07-12&quot;:6.97},{&quot;2026-07-13&quot;:7.16},{&quot;2026-07-14&quot;:7.1},{&quot;2026-07-15&quot;:7.19},{&quot;2026-07-16&quot;:7.07},{&quot;2026-07-17&quot;:7.26},{&quot;2026-07-18&quot;:7.33},{&quot;2026-07-19&quot;:7.41},{&quot;2026-07-20&quot;:7.45},{&quot;2026-07-21&quot;:7.55},{&quot;2026-07-23&quot;:7.52},{&quot;2026-07-25&quot;:7.76},{&quot;2026-07-26&quot;:7.93},{&quot;2026-07-27&quot;:7.88},{&quot;2026-07-29&quot;:7.94},{&quot;2026-07-30&quot;:7.94},{&quot;2026-07-31&quot;:8.17},{&quot;2026-08-01&quot;:8.17},{&quot;2026-08-02&quot;:7.95},{&quot;2026-08-03&quot;:8.08},{&quot;2026-08-04&quot;:8.25},{&quot;2026-08-05&quot;:8.25},{&quot;2026-08-07&quot;:8.06},{&quot;2026-08-08&quot;:8.21},{&quot;2026-08-09&quot;:8.09},{&quot;2026-08-10&quot;:8.09},{&quot;2026-08-11&quot;:8.03},{&quot;2026-08-12&quot;:7.98},{&quot;2026-08-13&quot;:7.91},{&quot;2026-08-14&quot;:7.97},{&quot;2026-08-15&quot;:8.09},{&quot;2026-08-16&quot;:8.02},{&quot;2026-08-17&quot;:7.76},{&quot;2026-08-18&quot;:7.73},{&quot;2026-08-19&quot;:7.6},{&quot;2026-08-20&quot;:7.6},{&quot;2026-08-21&quot;:7.58},{&quot;2026-08-22&quot;:7.52},{&quot;2026-08-23&quot;:7.29},{&quot;2026-08-24&quot;:7.04},{&quot;2026-08-25&quot;:7.04},{&quot;2026-08-26&quot;:7.09},{&quot;2026-08-27&quot;:7.19},{&quot;2026-08-28&quot;:7.35},{&quot;2026-08-29&quot;:7.35},{&quot;2026-08-30&quot;:7.64},{&quot;2026-08-31&quot;:7.64},{&quot;2026-09-01&quot;:7.64},{&quot;2026-09-02&quot;:7.39},{&quot;2026-09-03&quot;:7.45},{&quot;2026-09-04&quot;:7.63},{&quot;2026-09-05&quot;:7.36},{&quot;2026-09-06&quot;:6.89},{&quot;2026-09-07&quot;:7.09},{&quot;2026-09-08&quot;:7.09},{&quot;2026-09-09&quot;:7.17},{&quot;2026-09-10&quot;:7.11},{&quot;2026-09-11&quot;:7.21}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Deafening Silence
        </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-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="Deafening Silence" src="https://cards.scryfall.io/large/front/d/0/d0269de7-f273-44ac-806b-a36a5cfc6812.jpg?1783905795" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:10.15},{&quot;2026-06-11&quot;:10.15},{&quot;2026-06-12&quot;:10.21},{&quot;2026-06-13&quot;:10.21},{&quot;2026-06-14&quot;:10.13},{&quot;2026-06-15&quot;:10.13},{&quot;2026-06-16&quot;:10.2},{&quot;2026-06-17&quot;:10.29},{&quot;2026-06-18&quot;:10.29},{&quot;2026-06-19&quot;:10.31},{&quot;2026-06-20&quot;:10.31},{&quot;2026-06-21&quot;:10.31},{&quot;2026-06-22&quot;:10.21},{&quot;2026-06-23&quot;:10.21},{&quot;2026-06-24&quot;:10.21},{&quot;2026-06-25&quot;:10.28},{&quot;2026-06-26&quot;:10.43},{&quot;2026-06-27&quot;:10.43},{&quot;2026-06-28&quot;:10.39},{&quot;2026-06-29&quot;:10.39},{&quot;2026-06-30&quot;:10.39},{&quot;2026-07-01&quot;:10.32},{&quot;2026-07-02&quot;:10.24},{&quot;2026-07-03&quot;:10.2},{&quot;2026-07-04&quot;:10.2},{&quot;2026-07-05&quot;:10.2},{&quot;2026-07-06&quot;:10.2},{&quot;2026-07-07&quot;:10.2},{&quot;2026-07-08&quot;:10.2},{&quot;2026-07-09&quot;:10.2},{&quot;2026-07-10&quot;:10.15},{&quot;2026-07-11&quot;:10.15},{&quot;2026-07-12&quot;:9.9},{&quot;2026-07-13&quot;:9.9},{&quot;2026-07-14&quot;:9.72},{&quot;2026-07-15&quot;:9.64},{&quot;2026-07-16&quot;:9.59},{&quot;2026-07-17&quot;:9.47},{&quot;2026-07-18&quot;:9.47},{&quot;2026-07-19&quot;:9.36},{&quot;2026-07-20&quot;:9.36},{&quot;2026-07-21&quot;:9.29},{&quot;2026-07-23&quot;:9.32},{&quot;2026-07-25&quot;:9.12},{&quot;2026-07-26&quot;:9.12},{&quot;2026-07-27&quot;:9.07},{&quot;2026-07-29&quot;:9.07},{&quot;2026-07-30&quot;:9.11},{&quot;2026-07-31&quot;:9.11},{&quot;2026-08-01&quot;:9.11},{&quot;2026-08-02&quot;:9.11},{&quot;2026-08-03&quot;:9.27},{&quot;2026-08-04&quot;:9.27},{&quot;2026-08-05&quot;:9.31},{&quot;2026-08-07&quot;:9.38},{&quot;2026-08-08&quot;:9.38},{&quot;2026-08-09&quot;:9.36},{&quot;2026-08-10&quot;:9.36},{&quot;2026-08-11&quot;:9.36},{&quot;2026-08-12&quot;:9.36},{&quot;2026-08-13&quot;:9.62},{&quot;2026-08-14&quot;:9.7},{&quot;2026-08-15&quot;:9.86},{&quot;2026-08-16&quot;:9.86},{&quot;2026-08-17&quot;:9.94},{&quot;2026-08-18&quot;:9.98},{&quot;2026-08-19&quot;:9.98},{&quot;2026-08-20&quot;:9.98},{&quot;2026-08-21&quot;:10.06},{&quot;2026-08-22&quot;:10.06},{&quot;2026-08-23&quot;:10.13},{&quot;2026-08-24&quot;:10.1},{&quot;2026-08-25&quot;:10.1},{&quot;2026-08-26&quot;:10.36},{&quot;2026-08-27&quot;:10.61},{&quot;2026-08-28&quot;:10.61},{&quot;2026-08-29&quot;:10.61},{&quot;2026-08-30&quot;:10.55},{&quot;2026-08-31&quot;:10.78},{&quot;2026-09-01&quot;:10.78},{&quot;2026-09-02&quot;:10.78},{&quot;2026-09-03&quot;:10.96},{&quot;2026-09-04&quot;:11.07},{&quot;2026-09-05&quot;:11.07},{&quot;2026-09-06&quot;:11.07},{&quot;2026-09-07&quot;:11.33},{&quot;2026-09-08&quot;:11.44},{&quot;2026-09-09&quot;:11.44},{&quot;2026-09-10&quot;:11.44},{&quot;2026-09-11&quot;:11.53}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.66},{&quot;2026-06-11&quot;:5.53},{&quot;2026-06-12&quot;:5.52},{&quot;2026-06-13&quot;:5.52},{&quot;2026-06-14&quot;:5.29},{&quot;2026-06-15&quot;:5.28},{&quot;2026-06-16&quot;:5.33},{&quot;2026-06-17&quot;:5.26},{&quot;2026-06-18&quot;:5.23},{&quot;2026-06-19&quot;:5.17},{&quot;2026-06-20&quot;:5.22},{&quot;2026-06-21&quot;:5.07},{&quot;2026-06-22&quot;:4.99},{&quot;2026-06-23&quot;:5.08},{&quot;2026-06-24&quot;:5.08},{&quot;2026-06-25&quot;:5.09},{&quot;2026-06-26&quot;:5.14},{&quot;2026-06-27&quot;:5.14},{&quot;2026-06-28&quot;:5.19},{&quot;2026-06-29&quot;:5.25},{&quot;2026-06-30&quot;:5.22},{&quot;2026-07-01&quot;:5.2},{&quot;2026-07-02&quot;:5.24},{&quot;2026-07-03&quot;:5.16},{&quot;2026-07-04&quot;:5.11},{&quot;2026-07-05&quot;:5.09},{&quot;2026-07-06&quot;:5.07},{&quot;2026-07-07&quot;:5.07},{&quot;2026-07-08&quot;:5.02},{&quot;2026-07-09&quot;:4.99},{&quot;2026-07-10&quot;:4.9},{&quot;2026-07-11&quot;:4.84},{&quot;2026-07-12&quot;:4.8},{&quot;2026-07-13&quot;:4.77},{&quot;2026-07-14&quot;:4.77},{&quot;2026-07-15&quot;:4.8},{&quot;2026-07-16&quot;:4.77},{&quot;2026-07-17&quot;:4.93},{&quot;2026-07-18&quot;:4.93},{&quot;2026-07-19&quot;:5.0},{&quot;2026-07-20&quot;:5.04},{&quot;2026-07-21&quot;:5.05},{&quot;2026-07-23&quot;:5.26},{&quot;2026-07-25&quot;:5.22},{&quot;2026-07-26&quot;:5.32},{&quot;2026-07-27&quot;:5.4},{&quot;2026-07-29&quot;:5.49},{&quot;2026-07-30&quot;:5.49},{&quot;2026-07-31&quot;:5.56},{&quot;2026-08-01&quot;:5.7},{&quot;2026-08-02&quot;:5.65},{&quot;2026-08-03&quot;:5.85},{&quot;2026-08-04&quot;:5.86},{&quot;2026-08-05&quot;:5.9},{&quot;2026-08-07&quot;:5.97},{&quot;2026-08-08&quot;:5.96},{&quot;2026-08-09&quot;:5.89},{&quot;2026-08-10&quot;:5.89},{&quot;2026-08-11&quot;:5.76},{&quot;2026-08-12&quot;:5.93},{&quot;2026-08-13&quot;:5.95},{&quot;2026-08-14&quot;:6.11},{&quot;2026-08-15&quot;:5.9},{&quot;2026-08-16&quot;:6.1},{&quot;2026-08-17&quot;:6.12},{&quot;2026-08-18&quot;:6.18},{&quot;2026-08-19&quot;:6.2},{&quot;2026-08-20&quot;:6.2},{&quot;2026-08-21&quot;:6.26},{&quot;2026-08-22&quot;:6.26},{&quot;2026-08-23&quot;:6.32},{&quot;2026-08-24&quot;:6.35},{&quot;2026-08-25&quot;:6.35},{&quot;2026-08-26&quot;:6.35},{&quot;2026-08-27&quot;:6.41},{&quot;2026-08-28&quot;:6.46},{&quot;2026-08-29&quot;:6.46},{&quot;2026-08-30&quot;:6.51},{&quot;2026-08-31&quot;:6.68},{&quot;2026-09-01&quot;:6.68},{&quot;2026-09-02&quot;:6.49},{&quot;2026-09-03&quot;:6.49},{&quot;2026-09-04&quot;:6.36},{&quot;2026-09-05&quot;:6.36},{&quot;2026-09-06&quot;:6.36},{&quot;2026-09-07&quot;:6.36},{&quot;2026-09-08&quot;:6.36},{&quot;2026-09-09&quot;:6.33},{&quot;2026-09-10&quot;:6.29},{&quot;2026-09-11&quot;:6.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Farewell" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e1068723-d1ef-4007-97d9-b10dccdbade4.jpg?1783923923" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Farewell" src="https://cards.scryfall.io/large/front/e/1/e1068723-d1ef-4007-97d9-b10dccdbade4.jpg?1783923923" />
    </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">
                $5.91
              </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">
                $6.91
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:6.68},{&quot;2026-06-11&quot;:6.68},{&quot;2026-06-12&quot;:6.68},{&quot;2026-06-13&quot;:6.68},{&quot;2026-06-14&quot;:6.68},{&quot;2026-06-15&quot;:6.68},{&quot;2026-06-16&quot;:6.77},{&quot;2026-06-17&quot;:6.77},{&quot;2026-06-18&quot;:6.82},{&quot;2026-06-19&quot;:6.82},{&quot;2026-06-20&quot;:6.82},{&quot;2026-06-21&quot;:6.82},{&quot;2026-06-22&quot;:6.87},{&quot;2026-06-23&quot;:6.87},{&quot;2026-06-24&quot;:6.87},{&quot;2026-06-25&quot;:6.87},{&quot;2026-06-26&quot;:6.87},{&quot;2026-06-27&quot;:6.79},{&quot;2026-06-28&quot;:6.79},{&quot;2026-06-29&quot;:6.79},{&quot;2026-06-30&quot;:6.79},{&quot;2026-07-01&quot;:6.79},{&quot;2026-07-02&quot;:6.79},{&quot;2026-07-03&quot;:6.79},{&quot;2026-07-04&quot;:6.79},{&quot;2026-07-05&quot;:6.79},{&quot;2026-07-06&quot;:6.83},{&quot;2026-07-07&quot;:6.83},{&quot;2026-07-08&quot;:6.83},{&quot;2026-07-09&quot;:6.83},{&quot;2026-07-10&quot;:6.9},{&quot;2026-07-11&quot;:6.89},{&quot;2026-07-12&quot;:6.89},{&quot;2026-07-13&quot;:6.89},{&quot;2026-07-14&quot;:7.06},{&quot;2026-07-15&quot;:7.06},{&quot;2026-07-16&quot;:7.06},{&quot;2026-07-17&quot;:7.06},{&quot;2026-07-18&quot;:7.05},{&quot;2026-07-19&quot;:7.05},{&quot;2026-07-20&quot;:7.05},{&quot;2026-07-21&quot;:6.68},{&quot;2026-07-23&quot;:6.7},{&quot;2026-07-25&quot;:6.7},{&quot;2026-07-26&quot;:6.7},{&quot;2026-07-27&quot;:6.7},{&quot;2026-07-29&quot;:6.7},{&quot;2026-07-30&quot;:6.7},{&quot;2026-07-31&quot;:6.71},{&quot;2026-08-01&quot;:6.71},{&quot;2026-08-02&quot;:6.71},{&quot;2026-08-03&quot;:6.86},{&quot;2026-08-04&quot;:6.86},{&quot;2026-08-05&quot;:6.86},{&quot;2026-08-07&quot;:6.99},{&quot;2026-08-08&quot;:7.08},{&quot;2026-08-09&quot;:7.03},{&quot;2026-08-10&quot;:6.85},{&quot;2026-08-11&quot;:6.85},{&quot;2026-08-12&quot;:6.85},{&quot;2026-08-13&quot;:6.85},{&quot;2026-08-14&quot;:6.95},{&quot;2026-08-15&quot;:6.95},{&quot;2026-08-16&quot;:6.95},{&quot;2026-08-17&quot;:6.92},{&quot;2026-08-18&quot;:6.92},{&quot;2026-08-19&quot;:6.92},{&quot;2026-08-20&quot;:6.92},{&quot;2026-08-21&quot;:6.92},{&quot;2026-08-22&quot;:6.92},{&quot;2026-08-23&quot;:6.88},{&quot;2026-08-24&quot;:6.88},{&quot;2026-08-25&quot;:6.88},{&quot;2026-08-26&quot;:6.77},{&quot;2026-08-27&quot;:6.77},{&quot;2026-08-28&quot;:6.73},{&quot;2026-08-29&quot;:6.73},{&quot;2026-08-30&quot;:6.89},{&quot;2026-08-31&quot;:6.89},{&quot;2026-09-01&quot;:6.89},{&quot;2026-09-02&quot;:6.89},{&quot;2026-09-03&quot;:6.89},{&quot;2026-09-04&quot;:6.89},{&quot;2026-09-05&quot;:6.95},{&quot;2026-09-06&quot;:6.95},{&quot;2026-09-07&quot;:6.91},{&quot;2026-09-08&quot;:6.91},{&quot;2026-09-09&quot;:6.91},{&quot;2026-09-10&quot;:6.91},{&quot;2026-09-11&quot;:6.91}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.73},{&quot;2026-06-11&quot;:5.83},{&quot;2026-06-12&quot;:5.76},{&quot;2026-06-13&quot;:6.06},{&quot;2026-06-14&quot;:5.93},{&quot;2026-06-15&quot;:5.95},{&quot;2026-06-16&quot;:5.82},{&quot;2026-06-17&quot;:5.79},{&quot;2026-06-18&quot;:5.86},{&quot;2026-06-19&quot;:5.87},{&quot;2026-06-20&quot;:5.92},{&quot;2026-06-21&quot;:5.91},{&quot;2026-06-22&quot;:5.96},{&quot;2026-06-23&quot;:5.99},{&quot;2026-06-24&quot;:5.99},{&quot;2026-06-25&quot;:5.93},{&quot;2026-06-26&quot;:5.92},{&quot;2026-06-27&quot;:5.89},{&quot;2026-06-28&quot;:5.86},{&quot;2026-06-29&quot;:5.86},{&quot;2026-06-30&quot;:5.86},{&quot;2026-07-01&quot;:5.81},{&quot;2026-07-02&quot;:5.73},{&quot;2026-07-03&quot;:5.9},{&quot;2026-07-04&quot;:5.98},{&quot;2026-07-05&quot;:6.02},{&quot;2026-07-06&quot;:5.81},{&quot;2026-07-07&quot;:5.85},{&quot;2026-07-08&quot;:5.96},{&quot;2026-07-09&quot;:6.01},{&quot;2026-07-10&quot;:6.08},{&quot;2026-07-11&quot;:5.98},{&quot;2026-07-12&quot;:5.86},{&quot;2026-07-13&quot;:5.82},{&quot;2026-07-14&quot;:5.81},{&quot;2026-07-15&quot;:5.76},{&quot;2026-07-16&quot;:5.81},{&quot;2026-07-17&quot;:5.88},{&quot;2026-07-18&quot;:5.7},{&quot;2026-07-19&quot;:5.59},{&quot;2026-07-20&quot;:5.69},{&quot;2026-07-21&quot;:5.62},{&quot;2026-07-23&quot;:5.81},{&quot;2026-07-25&quot;:5.63},{&quot;2026-07-26&quot;:5.59},{&quot;2026-07-27&quot;:5.53},{&quot;2026-07-29&quot;:5.52},{&quot;2026-07-30&quot;:5.46},{&quot;2026-07-31&quot;:5.38},{&quot;2026-08-01&quot;:5.34},{&quot;2026-08-02&quot;:5.21},{&quot;2026-08-03&quot;:5.3},{&quot;2026-08-04&quot;:5.25},{&quot;2026-08-05&quot;:5.29},{&quot;2026-08-07&quot;:5.27},{&quot;2026-08-08&quot;:5.25},{&quot;2026-08-09&quot;:5.29},{&quot;2026-08-10&quot;:5.43},{&quot;2026-08-11&quot;:5.39},{&quot;2026-08-12&quot;:5.33},{&quot;2026-08-13&quot;:5.28},{&quot;2026-08-14&quot;:5.31},{&quot;2026-08-15&quot;:5.42},{&quot;2026-08-16&quot;:5.46},{&quot;2026-08-17&quot;:5.65},{&quot;2026-08-18&quot;:5.9},{&quot;2026-08-19&quot;:5.77},{&quot;2026-08-20&quot;:5.77},{&quot;2026-08-21&quot;:5.74},{&quot;2026-08-22&quot;:5.68},{&quot;2026-08-23&quot;:5.63},{&quot;2026-08-24&quot;:5.59},{&quot;2026-08-25&quot;:5.59},{&quot;2026-08-26&quot;:5.44},{&quot;2026-08-27&quot;:5.44},{&quot;2026-08-28&quot;:5.66},{&quot;2026-08-29&quot;:5.66},{&quot;2026-08-30&quot;:5.8},{&quot;2026-08-31&quot;:5.97},{&quot;2026-09-01&quot;:5.97},{&quot;2026-09-02&quot;:6.17},{&quot;2026-09-03&quot;:6.13},{&quot;2026-09-04&quot;:5.93},{&quot;2026-09-05&quot;:6.01},{&quot;2026-09-06&quot;:5.94},{&quot;2026-09-07&quot;:6.02},{&quot;2026-09-08&quot;:5.79},{&quot;2026-09-09&quot;:5.85},{&quot;2026-09-10&quot;:5.89},{&quot;2026-09-11&quot;:5.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="83081"
  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">
            Sword of the Animist
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $5.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="Sword of the Animist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/a/9a352374-ce80-4617-b77b-3c7011915b49.jpg?1783931982" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sword of the Animist" src="https://cards.scryfall.io/large/front/9/a/9a352374-ce80-4617-b77b-3c7011915b49.jpg?1783931982" />
    </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">
                $5.59
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.09},{&quot;2026-06-11&quot;:7.09},{&quot;2026-06-12&quot;:7.09},{&quot;2026-06-13&quot;:7.09},{&quot;2026-06-14&quot;:7.03},{&quot;2026-06-15&quot;:7.03},{&quot;2026-06-16&quot;:7.03},{&quot;2026-06-17&quot;:7.03},{&quot;2026-06-18&quot;:7.01},{&quot;2026-06-19&quot;:7.01},{&quot;2026-06-20&quot;:7.04},{&quot;2026-06-21&quot;:7.03},{&quot;2026-06-22&quot;:7.03},{&quot;2026-06-23&quot;:7.03},{&quot;2026-06-24&quot;:7.03},{&quot;2026-06-25&quot;:7.03},{&quot;2026-06-26&quot;:7.03},{&quot;2026-06-27&quot;:7.03},{&quot;2026-06-28&quot;:7.03},{&quot;2026-06-29&quot;:7.12},{&quot;2026-06-30&quot;:7.18},{&quot;2026-07-01&quot;:7.18},{&quot;2026-07-02&quot;:7.18},{&quot;2026-07-03&quot;:7.18},{&quot;2026-07-04&quot;:7.18},{&quot;2026-07-05&quot;:6.81},{&quot;2026-07-06&quot;:6.81},{&quot;2026-07-07&quot;:6.81},{&quot;2026-07-08&quot;:6.81},{&quot;2026-07-09&quot;:6.81},{&quot;2026-07-10&quot;:6.88},{&quot;2026-07-11&quot;:6.88},{&quot;2026-07-12&quot;:6.88},{&quot;2026-07-13&quot;:6.85},{&quot;2026-07-14&quot;:6.85},{&quot;2026-07-15&quot;:6.85},{&quot;2026-07-16&quot;:6.85},{&quot;2026-07-17&quot;:6.8},{&quot;2026-07-18&quot;:6.8},{&quot;2026-07-19&quot;:6.8},{&quot;2026-07-20&quot;:6.89},{&quot;2026-07-21&quot;:6.83},{&quot;2026-07-23&quot;:6.83},{&quot;2026-07-25&quot;:6.62},{&quot;2026-07-26&quot;:6.62},{&quot;2026-07-27&quot;:6.62},{&quot;2026-07-29&quot;:6.62},{&quot;2026-07-30&quot;:6.62},{&quot;2026-07-31&quot;:6.5},{&quot;2026-08-01&quot;:6.5},{&quot;2026-08-02&quot;:6.5},{&quot;2026-08-03&quot;:6.5},{&quot;2026-08-04&quot;:6.43},{&quot;2026-08-05&quot;:6.14},{&quot;2026-08-07&quot;:5.96},{&quot;2026-08-08&quot;:5.96},{&quot;2026-08-09&quot;:5.85},{&quot;2026-08-10&quot;:5.76},{&quot;2026-08-11&quot;:5.65},{&quot;2026-08-12&quot;:5.63},{&quot;2026-08-13&quot;:5.53},{&quot;2026-08-14&quot;:5.56},{&quot;2026-08-15&quot;:5.56},{&quot;2026-08-16&quot;:5.6},{&quot;2026-08-17&quot;:5.82},{&quot;2026-08-18&quot;:5.82},{&quot;2026-08-19&quot;:5.82},{&quot;2026-08-20&quot;:5.82},{&quot;2026-08-21&quot;:5.82},{&quot;2026-08-22&quot;:5.82},{&quot;2026-08-23&quot;:5.82},{&quot;2026-08-24&quot;:5.82},{&quot;2026-08-25&quot;:5.82},{&quot;2026-08-26&quot;:5.68},{&quot;2026-08-27&quot;:5.68},{&quot;2026-08-28&quot;:5.68},{&quot;2026-08-29&quot;:5.68},{&quot;2026-08-30&quot;:5.68},{&quot;2026-08-31&quot;:5.68},{&quot;2026-09-01&quot;:5.68},{&quot;2026-09-02&quot;:5.68},{&quot;2026-09-03&quot;:5.68},{&quot;2026-09-04&quot;:5.62},{&quot;2026-09-05&quot;:5.59},{&quot;2026-09-06&quot;:5.59},{&quot;2026-09-07&quot;:5.59},{&quot;2026-09-08&quot;:5.59},{&quot;2026-09-09&quot;:5.59},{&quot;2026-09-10&quot;:5.59},{&quot;2026-09-11&quot;:5.59}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Herald&#39;s Horn
        </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-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="Herald&#39;s Horn" src="https://cards.scryfall.io/large/front/d/6/d6fa81d5-2ae1-433a-812b-9cf8ecb89a09.jpg?1783928090" />
    </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">
                $5.55
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.16},{&quot;2026-06-14&quot;:5.14},{&quot;2026-06-15&quot;:5.14},{&quot;2026-06-16&quot;:5.16},{&quot;2026-06-17&quot;:5.24},{&quot;2026-06-18&quot;:5.25},{&quot;2026-06-19&quot;:5.25},{&quot;2026-06-20&quot;:5.26},{&quot;2026-06-21&quot;:5.22},{&quot;2026-06-22&quot;:5.21},{&quot;2026-06-23&quot;:5.12},{&quot;2026-06-24&quot;:5.06},{&quot;2026-06-25&quot;:5.08},{&quot;2026-06-26&quot;:5.08},{&quot;2026-06-27&quot;:5.04},{&quot;2026-06-28&quot;:5.05},{&quot;2026-06-29&quot;:4.97},{&quot;2026-06-30&quot;:4.83},{&quot;2026-07-01&quot;:4.76},{&quot;2026-07-02&quot;:4.72},{&quot;2026-07-03&quot;:4.67},{&quot;2026-07-04&quot;:4.75},{&quot;2026-07-05&quot;:4.81},{&quot;2026-07-06&quot;:4.75},{&quot;2026-07-07&quot;:4.86},{&quot;2026-07-08&quot;:4.86},{&quot;2026-07-09&quot;:4.88},{&quot;2026-07-10&quot;:4.89},{&quot;2026-07-11&quot;:4.89},{&quot;2026-07-12&quot;:5.01},{&quot;2026-07-13&quot;:4.94},{&quot;2026-07-14&quot;:4.95},{&quot;2026-07-15&quot;:4.91},{&quot;2026-07-16&quot;:4.91},{&quot;2026-07-17&quot;:4.89},{&quot;2026-07-18&quot;:4.83},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.92},{&quot;2026-07-21&quot;:4.93},{&quot;2026-07-22&quot;:4.87},{&quot;2026-07-23&quot;:4.87},{&quot;2026-07-24&quot;:4.88},{&quot;2026-07-25&quot;:4.88},{&quot;2026-07-26&quot;:4.93},{&quot;2026-07-27&quot;:4.86},{&quot;2026-07-28&quot;:4.88},{&quot;2026-07-29&quot;:4.83},{&quot;2026-07-30&quot;:4.83},{&quot;2026-07-31&quot;:4.82},{&quot;2026-08-01&quot;:4.82},{&quot;2026-08-02&quot;:4.82},{&quot;2026-08-03&quot;:4.82},{&quot;2026-08-04&quot;:4.82},{&quot;2026-08-05&quot;:4.8},{&quot;2026-08-07&quot;:4.74},{&quot;2026-08-08&quot;:4.74},{&quot;2026-08-09&quot;:4.71},{&quot;2026-08-10&quot;:4.45},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.54},{&quot;2026-08-13&quot;:4.61},{&quot;2026-08-14&quot;:4.69},{&quot;2026-08-15&quot;:5.07},{&quot;2026-08-16&quot;:5.09},{&quot;2026-08-17&quot;:5.14},{&quot;2026-08-18&quot;:5.21},{&quot;2026-08-19&quot;:5.21},{&quot;2026-08-20&quot;:5.27},{&quot;2026-08-21&quot;:5.25},{&quot;2026-08-22&quot;:5.29},{&quot;2026-08-23&quot;:5.29},{&quot;2026-08-24&quot;:5.26},{&quot;2026-08-25&quot;:5.26},{&quot;2026-08-26&quot;:5.3},{&quot;2026-08-27&quot;:5.25},{&quot;2026-08-28&quot;:5.32},{&quot;2026-08-29&quot;:5.32},{&quot;2026-08-30&quot;:5.44},{&quot;2026-08-31&quot;:5.44},{&quot;2026-09-01&quot;:5.43},{&quot;2026-09-02&quot;:5.42},{&quot;2026-09-03&quot;:5.42},{&quot;2026-09-04&quot;:5.42},{&quot;2026-09-05&quot;:5.44},{&quot;2026-09-06&quot;:5.49},{&quot;2026-09-07&quot;:5.48},{&quot;2026-09-08&quot;:5.53},{&quot;2026-09-09&quot;:5.57},{&quot;2026-09-10&quot;:5.59},{&quot;2026-09-11&quot;:5.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

        <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">
            Folk Hero
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Enchantment — Background</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="Folk Hero" src="https://cards.scryfall.io/large/front/a/8/a8b3aae8-fc36-45ed-84ed-efb8f543cada.jpg?1783922517" />
    </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">
                $5.39
              </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">$1.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.73},{&quot;2026-06-14&quot;:7.8},{&quot;2026-06-15&quot;:7.7},{&quot;2026-06-16&quot;:7.66},{&quot;2026-06-17&quot;:7.57},{&quot;2026-06-18&quot;:7.6},{&quot;2026-06-19&quot;:7.6},{&quot;2026-06-20&quot;:7.6},{&quot;2026-06-21&quot;:7.6},{&quot;2026-06-22&quot;:7.56},{&quot;2026-06-23&quot;:7.61},{&quot;2026-06-24&quot;:7.61},{&quot;2026-06-25&quot;:7.73},{&quot;2026-06-26&quot;:7.85},{&quot;2026-06-27&quot;:7.97},{&quot;2026-06-28&quot;:7.97},{&quot;2026-06-29&quot;:8.06},{&quot;2026-06-30&quot;:7.99},{&quot;2026-07-01&quot;:7.91},{&quot;2026-07-02&quot;:7.91},{&quot;2026-07-03&quot;:7.91},{&quot;2026-07-04&quot;:7.68},{&quot;2026-07-05&quot;:7.68},{&quot;2026-07-06&quot;:7.63},{&quot;2026-07-07&quot;:7.63},{&quot;2026-07-08&quot;:7.44},{&quot;2026-07-09&quot;:7.51},{&quot;2026-07-10&quot;:7.51},{&quot;2026-07-11&quot;:7.32},{&quot;2026-07-12&quot;:7.15},{&quot;2026-07-13&quot;:7.03},{&quot;2026-07-14&quot;:6.95},{&quot;2026-07-15&quot;:6.86},{&quot;2026-07-16&quot;:6.71},{&quot;2026-07-17&quot;:6.71},{&quot;2026-07-18&quot;:6.63},{&quot;2026-07-19&quot;:6.63},{&quot;2026-07-20&quot;:6.65},{&quot;2026-07-21&quot;:6.53},{&quot;2026-07-22&quot;:6.53},{&quot;2026-07-23&quot;:6.17},{&quot;2026-07-24&quot;:6.11},{&quot;2026-07-25&quot;:6.11},{&quot;2026-07-26&quot;:6.11},{&quot;2026-07-27&quot;:6.11},{&quot;2026-07-28&quot;:6.11},{&quot;2026-07-29&quot;:6.11},{&quot;2026-07-30&quot;:6.11},{&quot;2026-07-31&quot;:5.97},{&quot;2026-08-01&quot;:5.97},{&quot;2026-08-02&quot;:5.91},{&quot;2026-08-03&quot;:5.94},{&quot;2026-08-04&quot;:5.83},{&quot;2026-08-05&quot;:5.83},{&quot;2026-08-07&quot;:5.71},{&quot;2026-08-08&quot;:5.71},{&quot;2026-08-09&quot;:5.71},{&quot;2026-08-10&quot;:5.71},{&quot;2026-08-11&quot;:5.71},{&quot;2026-08-12&quot;:5.71},{&quot;2026-08-13&quot;:5.71},{&quot;2026-08-14&quot;:5.66},{&quot;2026-08-15&quot;:5.73},{&quot;2026-08-16&quot;:5.73},{&quot;2026-08-17&quot;:5.62},{&quot;2026-08-18&quot;:5.68},{&quot;2026-08-19&quot;:5.61},{&quot;2026-08-20&quot;:5.61},{&quot;2026-08-21&quot;:5.61},{&quot;2026-08-22&quot;:5.57},{&quot;2026-08-23&quot;:5.46},{&quot;2026-08-24&quot;:5.35},{&quot;2026-08-25&quot;:5.35},{&quot;2026-08-26&quot;:5.35},{&quot;2026-08-27&quot;:5.32},{&quot;2026-08-28&quot;:5.24},{&quot;2026-08-29&quot;:5.24},{&quot;2026-08-30&quot;:5.19},{&quot;2026-08-31&quot;:5.24},{&quot;2026-09-01&quot;:5.24},{&quot;2026-09-02&quot;:5.35},{&quot;2026-09-03&quot;:5.3},{&quot;2026-09-04&quot;:5.3},{&quot;2026-09-05&quot;:5.3},{&quot;2026-09-06&quot;:5.3},{&quot;2026-09-07&quot;:5.27},{&quot;2026-09-08&quot;:5.34},{&quot;2026-09-09&quot;:5.41},{&quot;2026-09-10&quot;:5.38},{&quot;2026-09-11&quot;:5.39}],&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="39145"
  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-kld 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">
            Authority of the Consuls
        </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">
              ↑
              6%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Authority of the Consuls" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/324b2f55-1e09-490e-8f7e-bfde85a91ac4.jpg?1783937237" />

        <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">
            Authority of the Consuls
        </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-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="Authority of the Consuls" src="https://cards.scryfall.io/large/front/3/2/324b2f55-1e09-490e-8f7e-bfde85a91ac4.jpg?1783937237" />
    </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">
                $5.35
              </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">
                $10.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">$3.10</span>
              <span class="text-xs text-grey-text">Credit: $4.03</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:10.86},{&quot;2026-06-11&quot;:10.86},{&quot;2026-06-12&quot;:10.86},{&quot;2026-06-13&quot;:10.86},{&quot;2026-06-14&quot;:10.86},{&quot;2026-06-15&quot;:10.86},{&quot;2026-06-16&quot;:10.86},{&quot;2026-06-17&quot;:10.86},{&quot;2026-06-18&quot;:10.86},{&quot;2026-06-19&quot;:10.58},{&quot;2026-06-20&quot;:10.58},{&quot;2026-06-21&quot;:10.58},{&quot;2026-06-22&quot;:10.58},{&quot;2026-06-23&quot;:10.35},{&quot;2026-06-24&quot;:10.14},{&quot;2026-06-25&quot;:10.14},{&quot;2026-06-26&quot;:10.14},{&quot;2026-06-27&quot;:10.09},{&quot;2026-06-28&quot;:10.09},{&quot;2026-06-29&quot;:10.09},{&quot;2026-06-30&quot;:10.09},{&quot;2026-07-01&quot;:10.09},{&quot;2026-07-02&quot;:9.88},{&quot;2026-07-03&quot;:9.88},{&quot;2026-07-04&quot;:9.88},{&quot;2026-07-05&quot;:9.88},{&quot;2026-07-06&quot;:9.88},{&quot;2026-07-07&quot;:9.88},{&quot;2026-07-08&quot;:9.88},{&quot;2026-07-09&quot;:9.88},{&quot;2026-07-10&quot;:9.88},{&quot;2026-07-11&quot;:9.88},{&quot;2026-07-12&quot;:10.36},{&quot;2026-07-13&quot;:10.36},{&quot;2026-07-14&quot;:10.36},{&quot;2026-07-15&quot;:10.36},{&quot;2026-07-16&quot;:10.36},{&quot;2026-07-17&quot;:10.34},{&quot;2026-07-18&quot;:10.34},{&quot;2026-07-19&quot;:10.34},{&quot;2026-07-20&quot;:10.34},{&quot;2026-07-21&quot;:10.4},{&quot;2026-07-23&quot;:10.4},{&quot;2026-07-25&quot;:10.4},{&quot;2026-07-26&quot;:10.4},{&quot;2026-07-27&quot;:10.4},{&quot;2026-07-29&quot;:10.4},{&quot;2026-07-30&quot;:10.4},{&quot;2026-07-31&quot;:10.4},{&quot;2026-08-01&quot;:10.4},{&quot;2026-08-02&quot;:10.4},{&quot;2026-08-03&quot;:10.4},{&quot;2026-08-04&quot;:10.4},{&quot;2026-08-05&quot;:10.4},{&quot;2026-08-07&quot;:10.5},{&quot;2026-08-08&quot;:10.5},{&quot;2026-08-09&quot;:10.5},{&quot;2026-08-10&quot;:10.59},{&quot;2026-08-11&quot;:10.59},{&quot;2026-08-12&quot;:10.59},{&quot;2026-08-13&quot;:10.59},{&quot;2026-08-14&quot;:10.59},{&quot;2026-08-15&quot;:10.59},{&quot;2026-08-16&quot;:10.59},{&quot;2026-08-17&quot;:10.59},{&quot;2026-08-18&quot;:10.59},{&quot;2026-08-19&quot;:10.59},{&quot;2026-08-20&quot;:10.59},{&quot;2026-08-21&quot;:10.59},{&quot;2026-08-22&quot;:10.59},{&quot;2026-08-23&quot;:10.59},{&quot;2026-08-24&quot;:10.59},{&quot;2026-08-25&quot;:10.59},{&quot;2026-08-26&quot;:10.59},{&quot;2026-08-27&quot;:10.59},{&quot;2026-08-28&quot;:10.59},{&quot;2026-08-29&quot;:10.59},{&quot;2026-08-30&quot;:10.59},{&quot;2026-08-31&quot;:10.59},{&quot;2026-09-01&quot;:10.59},{&quot;2026-09-02&quot;:10.79},{&quot;2026-09-03&quot;:10.71},{&quot;2026-09-04&quot;:10.71},{&quot;2026-09-05&quot;:10.71},{&quot;2026-09-06&quot;:10.71},{&quot;2026-09-07&quot;:10.71},{&quot;2026-09-08&quot;:10.71},{&quot;2026-09-09&quot;:10.71},{&quot;2026-09-10&quot;:10.71},{&quot;2026-09-11&quot;:10.7}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.77},{&quot;2026-06-11&quot;:4.72},{&quot;2026-06-12&quot;:4.34},{&quot;2026-06-13&quot;:4.34},{&quot;2026-06-14&quot;:4.28},{&quot;2026-06-15&quot;:4.38},{&quot;2026-06-16&quot;:4.43},{&quot;2026-06-17&quot;:4.37},{&quot;2026-06-18&quot;:4.37},{&quot;2026-06-19&quot;:4.36},{&quot;2026-06-20&quot;:4.36},{&quot;2026-06-21&quot;:4.33},{&quot;2026-06-22&quot;:4.26},{&quot;2026-06-23&quot;:4.25},{&quot;2026-06-24&quot;:4.28},{&quot;2026-06-25&quot;:4.21},{&quot;2026-06-26&quot;:4.21},{&quot;2026-06-27&quot;:4.08},{&quot;2026-06-28&quot;:4.0},{&quot;2026-06-29&quot;:3.93},{&quot;2026-06-30&quot;:4.01},{&quot;2026-07-01&quot;:4.06},{&quot;2026-07-02&quot;:4.03},{&quot;2026-07-03&quot;:3.94},{&quot;2026-07-04&quot;:3.98},{&quot;2026-07-05&quot;:3.95},{&quot;2026-07-06&quot;:4.01},{&quot;2026-07-07&quot;:4.15},{&quot;2026-07-08&quot;:4.16},{&quot;2026-07-09&quot;:4.16},{&quot;2026-07-10&quot;:4.17},{&quot;2026-07-11&quot;:4.31},{&quot;2026-07-12&quot;:4.31},{&quot;2026-07-13&quot;:4.53},{&quot;2026-07-14&quot;:4.5},{&quot;2026-07-15&quot;:4.62},{&quot;2026-07-16&quot;:4.74},{&quot;2026-07-17&quot;:4.7},{&quot;2026-07-18&quot;:5.24},{&quot;2026-07-19&quot;:5.3},{&quot;2026-07-20&quot;:5.26},{&quot;2026-07-21&quot;:5.09},{&quot;2026-07-23&quot;:4.67},{&quot;2026-07-25&quot;:4.71},{&quot;2026-07-26&quot;:4.67},{&quot;2026-07-27&quot;:4.63},{&quot;2026-07-29&quot;:4.58},{&quot;2026-07-30&quot;:4.27},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.14},{&quot;2026-08-02&quot;:4.39},{&quot;2026-08-03&quot;:4.42},{&quot;2026-08-04&quot;:4.59},{&quot;2026-08-05&quot;:4.59},{&quot;2026-08-07&quot;:4.62},{&quot;2026-08-08&quot;:4.63},{&quot;2026-08-09&quot;:4.68},{&quot;2026-08-10&quot;:4.68},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.9},{&quot;2026-08-13&quot;:4.79},{&quot;2026-08-14&quot;:5.31},{&quot;2026-08-15&quot;:5.3},{&quot;2026-08-16&quot;:5.3},{&quot;2026-08-17&quot;:5.43},{&quot;2026-08-18&quot;:5.64},{&quot;2026-08-19&quot;:5.62},{&quot;2026-08-20&quot;:5.62},{&quot;2026-08-21&quot;:5.66},{&quot;2026-08-22&quot;:5.41},{&quot;2026-08-23&quot;:5.3},{&quot;2026-08-24&quot;:5.31},{&quot;2026-08-25&quot;:5.31},{&quot;2026-08-26&quot;:5.12},{&quot;2026-08-27&quot;:5.12},{&quot;2026-08-28&quot;:5.51},{&quot;2026-08-29&quot;:5.51},{&quot;2026-08-30&quot;:4.85},{&quot;2026-08-31&quot;:4.91},{&quot;2026-09-01&quot;:4.91},{&quot;2026-09-02&quot;:4.74},{&quot;2026-09-03&quot;:5.02},{&quot;2026-09-04&quot;:5.0},{&quot;2026-09-05&quot;:5.06},{&quot;2026-09-06&quot;:5.22},{&quot;2026-09-07&quot;:5.29},{&quot;2026-09-08&quot;:5.22},{&quot;2026-09-09&quot;:5.49},{&quot;2026-09-10&quot;:5.43},{&quot;2026-09-11&quot;:5.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12450"
  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">
            War Room
        </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">
              ↑
              10%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $5.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="War Room" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/48d6ce7c-5dc8-449b-acbd-db259ae687ed.jpg?1783928737" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            War Room
        </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="War Room" src="https://cards.scryfall.io/large/front/4/8/48d6ce7c-5dc8-449b-acbd-db259ae687ed.jpg?1783928737" />
    </div>

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.38},{&quot;2026-06-14&quot;:7.38},{&quot;2026-06-15&quot;:7.38},{&quot;2026-06-16&quot;:7.38},{&quot;2026-06-17&quot;:7.38},{&quot;2026-06-18&quot;:7.46},{&quot;2026-06-19&quot;:7.46},{&quot;2026-06-20&quot;:7.46},{&quot;2026-06-21&quot;:7.46},{&quot;2026-06-22&quot;:7.46},{&quot;2026-06-23&quot;:7.46},{&quot;2026-06-24&quot;:7.46},{&quot;2026-06-25&quot;:7.46},{&quot;2026-06-26&quot;:7.46},{&quot;2026-06-27&quot;:7.46},{&quot;2026-06-28&quot;:7.46},{&quot;2026-06-29&quot;:7.46},{&quot;2026-06-30&quot;:7.36},{&quot;2026-07-01&quot;:7.36},{&quot;2026-07-02&quot;:7.36},{&quot;2026-07-03&quot;:7.36},{&quot;2026-07-04&quot;:7.36},{&quot;2026-07-05&quot;:7.36},{&quot;2026-07-06&quot;:7.36},{&quot;2026-07-07&quot;:7.36},{&quot;2026-07-08&quot;:7.36},{&quot;2026-07-09&quot;:7.36},{&quot;2026-07-10&quot;:7.36},{&quot;2026-07-11&quot;:7.36},{&quot;2026-07-12&quot;:7.37},{&quot;2026-07-13&quot;:7.37},{&quot;2026-07-14&quot;:7.37},{&quot;2026-07-15&quot;:7.37},{&quot;2026-07-16&quot;:7.24},{&quot;2026-07-17&quot;:7.24},{&quot;2026-07-18&quot;:7.24},{&quot;2026-07-19&quot;:7.2},{&quot;2026-07-20&quot;:7.2},{&quot;2026-07-21&quot;:7.22},{&quot;2026-07-22&quot;:7.22},{&quot;2026-07-23&quot;:7.24},{&quot;2026-07-24&quot;:7.24},{&quot;2026-07-25&quot;:7.24},{&quot;2026-07-26&quot;:7.24},{&quot;2026-07-27&quot;:7.24},{&quot;2026-07-28&quot;:7.24},{&quot;2026-07-29&quot;:7.24},{&quot;2026-07-30&quot;:7.19},{&quot;2026-07-31&quot;:7.19},{&quot;2026-08-01&quot;:7.19},{&quot;2026-08-02&quot;:7.19},{&quot;2026-08-03&quot;:7.19},{&quot;2026-08-04&quot;:7.19},{&quot;2026-08-05&quot;:7.15},{&quot;2026-08-07&quot;:7.15},{&quot;2026-08-08&quot;:7.15},{&quot;2026-08-09&quot;:7.15},{&quot;2026-08-10&quot;:7.15},{&quot;2026-08-11&quot;:7.15},{&quot;2026-08-12&quot;:7.15},{&quot;2026-08-13&quot;:7.15},{&quot;2026-08-14&quot;:7.14},{&quot;2026-08-15&quot;:7.14},{&quot;2026-08-16&quot;:7.16},{&quot;2026-08-17&quot;:7.16},{&quot;2026-08-18&quot;:7.17},{&quot;2026-08-19&quot;:7.17},{&quot;2026-08-20&quot;:7.17},{&quot;2026-08-21&quot;:7.17},{&quot;2026-08-22&quot;:7.16},{&quot;2026-08-23&quot;:7.16},{&quot;2026-08-24&quot;:7.14},{&quot;2026-08-25&quot;:7.14},{&quot;2026-08-26&quot;:7.14},{&quot;2026-08-27&quot;:7.17},{&quot;2026-08-28&quot;:7.17},{&quot;2026-08-29&quot;:7.17},{&quot;2026-08-30&quot;:7.14},{&quot;2026-08-31&quot;:7.14},{&quot;2026-09-01&quot;:7.14},{&quot;2026-09-02&quot;:7.14},{&quot;2026-09-03&quot;:7.25},{&quot;2026-09-04&quot;:7.25},{&quot;2026-09-05&quot;:7.25},{&quot;2026-09-06&quot;:7.25},{&quot;2026-09-07&quot;:7.31},{&quot;2026-09-08&quot;:7.31},{&quot;2026-09-09&quot;:7.31},{&quot;2026-09-10&quot;:7.31},{&quot;2026-09-11&quot;:7.31}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.0},{&quot;2026-06-14&quot;:4.46},{&quot;2026-06-15&quot;:4.36},{&quot;2026-06-16&quot;:4.46},{&quot;2026-06-17&quot;:4.2},{&quot;2026-06-18&quot;:4.08},{&quot;2026-06-19&quot;:4.33},{&quot;2026-06-20&quot;:4.4},{&quot;2026-06-21&quot;:4.13},{&quot;2026-06-22&quot;:4.33},{&quot;2026-06-23&quot;:4.31},{&quot;2026-06-24&quot;:4.61},{&quot;2026-06-25&quot;:4.61},{&quot;2026-06-26&quot;:4.7},{&quot;2026-06-27&quot;:4.77},{&quot;2026-06-28&quot;:4.76},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.63},{&quot;2026-07-01&quot;:4.57},{&quot;2026-07-02&quot;:4.57},{&quot;2026-07-03&quot;:4.51},{&quot;2026-07-04&quot;:4.52},{&quot;2026-07-05&quot;:4.24},{&quot;2026-07-06&quot;:4.12},{&quot;2026-07-07&quot;:4.14},{&quot;2026-07-08&quot;:4.12},{&quot;2026-07-09&quot;:3.9},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.59},{&quot;2026-07-12&quot;:3.75},{&quot;2026-07-13&quot;:3.93},{&quot;2026-07-14&quot;:4.03},{&quot;2026-07-15&quot;:3.97},{&quot;2026-07-16&quot;:3.93},{&quot;2026-07-17&quot;:4.09},{&quot;2026-07-18&quot;:4.15},{&quot;2026-07-19&quot;:4.01},{&quot;2026-07-20&quot;:4.15},{&quot;2026-07-21&quot;:4.24},{&quot;2026-07-22&quot;:4.36},{&quot;2026-07-23&quot;:4.49},{&quot;2026-07-24&quot;:4.95},{&quot;2026-07-25&quot;:4.84},{&quot;2026-07-26&quot;:4.83},{&quot;2026-07-27&quot;:4.88},{&quot;2026-07-28&quot;:4.93},{&quot;2026-07-29&quot;:5.06},{&quot;2026-07-30&quot;:5.06},{&quot;2026-07-31&quot;:4.82},{&quot;2026-08-01&quot;:4.77},{&quot;2026-08-02&quot;:4.76},{&quot;2026-08-03&quot;:4.87},{&quot;2026-08-04&quot;:4.87},{&quot;2026-08-05&quot;:4.83},{&quot;2026-08-07&quot;:4.87},{&quot;2026-08-08&quot;:4.79},{&quot;2026-08-09&quot;:4.84},{&quot;2026-08-10&quot;:4.76},{&quot;2026-08-11&quot;:4.83},{&quot;2026-08-12&quot;:4.73},{&quot;2026-08-13&quot;:4.63},{&quot;2026-08-14&quot;:4.48},{&quot;2026-08-15&quot;:4.46},{&quot;2026-08-16&quot;:4.45},{&quot;2026-08-17&quot;:4.41},{&quot;2026-08-18&quot;:4.57},{&quot;2026-08-19&quot;:4.65},{&quot;2026-08-20&quot;:4.58},{&quot;2026-08-21&quot;:4.45},{&quot;2026-08-22&quot;:4.75},{&quot;2026-08-23&quot;:4.71},{&quot;2026-08-24&quot;:4.75},{&quot;2026-08-25&quot;:4.72},{&quot;2026-08-26&quot;:4.76},{&quot;2026-08-27&quot;:4.73},{&quot;2026-08-28&quot;:4.83},{&quot;2026-08-29&quot;:4.83},{&quot;2026-08-30&quot;:5.07},{&quot;2026-08-31&quot;:5.07},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.86},{&quot;2026-09-03&quot;:4.86},{&quot;2026-09-04&quot;:4.87},{&quot;2026-09-05&quot;:4.8},{&quot;2026-09-06&quot;:5.0},{&quot;2026-09-07&quot;:5.2},{&quot;2026-09-08&quot;:5.17},{&quot;2026-09-09&quot;:5.16},{&quot;2026-09-10&quot;:5.22},{&quot;2026-09-11&quot;:5.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="45040"
  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-m13 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">
            Reliquary Tower
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Reliquary Tower
        </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">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="Reliquary Tower" src="https://cards.scryfall.io/large/front/f/9/f92583e4-9749-4c11-9d32-fb81260c5b63.jpg?1783940453" />
    </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">
                $5.08
              </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">
                $6.14
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.42},{&quot;2026-06-14&quot;:5.42},{&quot;2026-06-15&quot;:5.42},{&quot;2026-06-16&quot;:5.42},{&quot;2026-06-17&quot;:5.42},{&quot;2026-06-18&quot;:5.42},{&quot;2026-06-19&quot;:5.52},{&quot;2026-06-20&quot;:5.52},{&quot;2026-06-21&quot;:5.52},{&quot;2026-06-22&quot;:5.52},{&quot;2026-06-23&quot;:5.52},{&quot;2026-06-24&quot;:5.52},{&quot;2026-06-25&quot;:5.52},{&quot;2026-06-26&quot;:5.52},{&quot;2026-06-27&quot;:5.68},{&quot;2026-06-28&quot;:5.68},{&quot;2026-06-29&quot;:5.68},{&quot;2026-06-30&quot;:5.68},{&quot;2026-07-01&quot;:5.68},{&quot;2026-07-02&quot;:5.68},{&quot;2026-07-03&quot;:5.68},{&quot;2026-07-04&quot;:5.68},{&quot;2026-07-05&quot;:5.68},{&quot;2026-07-06&quot;:5.68},{&quot;2026-07-07&quot;:5.68},{&quot;2026-07-08&quot;:5.68},{&quot;2026-07-09&quot;:5.68},{&quot;2026-07-10&quot;:5.68},{&quot;2026-07-11&quot;:5.68},{&quot;2026-07-12&quot;:5.68},{&quot;2026-07-13&quot;:5.68},{&quot;2026-07-14&quot;:5.68},{&quot;2026-07-15&quot;:5.68},{&quot;2026-07-16&quot;:5.68},{&quot;2026-07-17&quot;:5.68},{&quot;2026-07-18&quot;:5.79},{&quot;2026-07-19&quot;:5.79},{&quot;2026-07-20&quot;:5.76},{&quot;2026-07-21&quot;:5.76},{&quot;2026-07-22&quot;:5.75},{&quot;2026-07-23&quot;:5.75},{&quot;2026-07-24&quot;:5.75},{&quot;2026-07-25&quot;:5.75},{&quot;2026-07-26&quot;:5.75},{&quot;2026-07-27&quot;:5.75},{&quot;2026-07-28&quot;:5.75},{&quot;2026-07-29&quot;:5.75},{&quot;2026-07-30&quot;:5.75},{&quot;2026-07-31&quot;:5.77},{&quot;2026-08-01&quot;:5.77},{&quot;2026-08-02&quot;:5.77},{&quot;2026-08-03&quot;:5.77},{&quot;2026-08-04&quot;:5.77},{&quot;2026-08-05&quot;:5.77},{&quot;2026-08-07&quot;:5.88},{&quot;2026-08-08&quot;:5.88},{&quot;2026-08-09&quot;:5.88},{&quot;2026-08-10&quot;:5.88},{&quot;2026-08-11&quot;:5.88},{&quot;2026-08-12&quot;:6.0},{&quot;2026-08-13&quot;:6.0},{&quot;2026-08-14&quot;:6.0},{&quot;2026-08-15&quot;:6.0},{&quot;2026-08-16&quot;:6.0},{&quot;2026-08-17&quot;:6.0},{&quot;2026-08-18&quot;:6.0},{&quot;2026-08-19&quot;:6.0},{&quot;2026-08-20&quot;:6.09},{&quot;2026-08-21&quot;:6.09},{&quot;2026-08-22&quot;:6.09},{&quot;2026-08-23&quot;:6.09},{&quot;2026-08-24&quot;:6.09},{&quot;2026-08-25&quot;:6.09},{&quot;2026-08-26&quot;:6.09},{&quot;2026-08-27&quot;:6.09},{&quot;2026-08-28&quot;:6.09},{&quot;2026-08-29&quot;:6.09},{&quot;2026-08-30&quot;:6.14},{&quot;2026-08-31&quot;:6.14},{&quot;2026-09-01&quot;:6.14},{&quot;2026-09-02&quot;:6.14},{&quot;2026-09-03&quot;:6.14},{&quot;2026-09-04&quot;:6.14},{&quot;2026-09-05&quot;:6.14},{&quot;2026-09-06&quot;:6.14},{&quot;2026-09-07&quot;:6.14},{&quot;2026-09-08&quot;:6.14},{&quot;2026-09-09&quot;:6.14},{&quot;2026-09-10&quot;:6.14},{&quot;2026-09-11&quot;:6.14}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.93},{&quot;2026-06-14&quot;:3.74},{&quot;2026-06-15&quot;:3.74},{&quot;2026-06-16&quot;:3.79},{&quot;2026-06-17&quot;:3.9},{&quot;2026-06-18&quot;:4.03},{&quot;2026-06-19&quot;:4.08},{&quot;2026-06-20&quot;:4.12},{&quot;2026-06-21&quot;:4.12},{&quot;2026-06-22&quot;:3.95},{&quot;2026-06-23&quot;:3.95},{&quot;2026-06-24&quot;:4.05},{&quot;2026-06-25&quot;:4.13},{&quot;2026-06-26&quot;:4.32},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:4.42},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.47},{&quot;2026-07-01&quot;:4.4},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.6},{&quot;2026-07-04&quot;:4.6},{&quot;2026-07-05&quot;:4.55},{&quot;2026-07-06&quot;:4.42},{&quot;2026-07-07&quot;:4.46},{&quot;2026-07-08&quot;:4.32},{&quot;2026-07-09&quot;:4.31},{&quot;2026-07-10&quot;:4.29},{&quot;2026-07-11&quot;:4.18},{&quot;2026-07-12&quot;:4.13},{&quot;2026-07-13&quot;:4.1},{&quot;2026-07-14&quot;:4.0},{&quot;2026-07-15&quot;:3.79},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:3.88},{&quot;2026-07-18&quot;:3.88},{&quot;2026-07-19&quot;:3.88},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.51},{&quot;2026-07-22&quot;:3.51},{&quot;2026-07-23&quot;:3.53},{&quot;2026-07-24&quot;:3.63},{&quot;2026-07-25&quot;:3.84},{&quot;2026-07-26&quot;:3.83},{&quot;2026-07-27&quot;:4.09},{&quot;2026-07-28&quot;:4.09},{&quot;2026-07-29&quot;:4.09},{&quot;2026-07-30&quot;:4.19},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.14},{&quot;2026-08-02&quot;:4.27},{&quot;2026-08-03&quot;:4.26},{&quot;2026-08-04&quot;:4.26},{&quot;2026-08-05&quot;:4.26},{&quot;2026-08-07&quot;:4.31},{&quot;2026-08-08&quot;:4.31},{&quot;2026-08-09&quot;:4.31},{&quot;2026-08-10&quot;:4.35},{&quot;2026-08-11&quot;:4.2},{&quot;2026-08-12&quot;:4.2},{&quot;2026-08-13&quot;:4.11},{&quot;2026-08-14&quot;:4.24},{&quot;2026-08-15&quot;:4.24},{&quot;2026-08-16&quot;:4.2},{&quot;2026-08-17&quot;:4.14},{&quot;2026-08-18&quot;:4.06},{&quot;2026-08-19&quot;:4.18},{&quot;2026-08-20&quot;:4.15},{&quot;2026-08-21&quot;:4.26},{&quot;2026-08-22&quot;:4.57},{&quot;2026-08-23&quot;:4.57},{&quot;2026-08-24&quot;:4.69},{&quot;2026-08-25&quot;:4.69},{&quot;2026-08-26&quot;:4.69},{&quot;2026-08-27&quot;:4.69},{&quot;2026-08-28&quot;:4.69},{&quot;2026-08-29&quot;:4.69},{&quot;2026-08-30&quot;:4.94},{&quot;2026-08-31&quot;:4.94},{&quot;2026-09-01&quot;:4.94},{&quot;2026-09-02&quot;:4.94},{&quot;2026-09-03&quot;:4.96},{&quot;2026-09-04&quot;:4.96},{&quot;2026-09-05&quot;:4.96},{&quot;2026-09-06&quot;:4.88},{&quot;2026-09-07&quot;:4.88},{&quot;2026-09-08&quot;:4.88},{&quot;2026-09-09&quot;:5.02},{&quot;2026-09-10&quot;:5.08},{&quot;2026-09-11&quot;:5.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Lyra Dawnbringer
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Lyra Dawnbringer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a2e0c8c5-ea0e-4347-b5cb-b7b1801a523b.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">
            Lyra Dawnbringer
        </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-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="Lyra Dawnbringer" src="https://cards.scryfall.io/large/front/a/2/a2e0c8c5-ea0e-4347-b5cb-b7b1801a523b.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">
                $4.91
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:5.45},{&quot;2026-06-13&quot;:5.36},{&quot;2026-06-14&quot;:5.3},{&quot;2026-06-15&quot;:5.3},{&quot;2026-06-16&quot;:5.3},{&quot;2026-06-17&quot;:5.29},{&quot;2026-06-18&quot;:5.29},{&quot;2026-06-19&quot;:5.29},{&quot;2026-06-20&quot;:5.29},{&quot;2026-06-21&quot;:5.29},{&quot;2026-06-22&quot;:5.29},{&quot;2026-06-23&quot;:5.29},{&quot;2026-06-24&quot;:5.29},{&quot;2026-06-25&quot;:5.29},{&quot;2026-06-26&quot;:5.27},{&quot;2026-06-27&quot;:5.27},{&quot;2026-06-28&quot;:5.27},{&quot;2026-06-29&quot;:5.27},{&quot;2026-06-30&quot;:5.27},{&quot;2026-07-01&quot;:5.27},{&quot;2026-07-02&quot;:5.27},{&quot;2026-07-03&quot;:5.27},{&quot;2026-07-04&quot;:5.27},{&quot;2026-07-05&quot;:5.27},{&quot;2026-07-06&quot;:5.05},{&quot;2026-07-07&quot;:5.04},{&quot;2026-07-08&quot;:5.04},{&quot;2026-07-09&quot;:5.17},{&quot;2026-07-10&quot;:5.17},{&quot;2026-07-11&quot;:5.17},{&quot;2026-07-12&quot;:5.16},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.12},{&quot;2026-07-15&quot;:4.2},{&quot;2026-07-16&quot;:4.2},{&quot;2026-07-17&quot;:4.31},{&quot;2026-07-18&quot;:4.3},{&quot;2026-07-19&quot;:4.3},{&quot;2026-07-20&quot;:4.35},{&quot;2026-07-21&quot;:4.4},{&quot;2026-07-23&quot;:4.4},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.4},{&quot;2026-07-26&quot;:4.4},{&quot;2026-07-27&quot;:4.4},{&quot;2026-07-28&quot;:4.5},{&quot;2026-07-29&quot;:4.48},{&quot;2026-07-30&quot;:4.62},{&quot;2026-07-31&quot;:4.62},{&quot;2026-08-01&quot;:4.77},{&quot;2026-08-02&quot;:4.77},{&quot;2026-08-03&quot;:4.77},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.77},{&quot;2026-08-07&quot;:4.8},{&quot;2026-08-08&quot;:4.8},{&quot;2026-08-09&quot;:4.8},{&quot;2026-08-10&quot;:4.79},{&quot;2026-08-11&quot;:4.79},{&quot;2026-08-12&quot;:4.79},{&quot;2026-08-13&quot;:4.77},{&quot;2026-08-14&quot;:4.74},{&quot;2026-08-15&quot;:4.74},{&quot;2026-08-16&quot;:4.74},{&quot;2026-08-17&quot;:4.74},{&quot;2026-08-18&quot;:4.74},{&quot;2026-08-19&quot;:4.74},{&quot;2026-08-20&quot;:4.74},{&quot;2026-08-21&quot;:4.74},{&quot;2026-08-22&quot;:4.74},{&quot;2026-08-23&quot;:4.74},{&quot;2026-08-24&quot;:4.74},{&quot;2026-08-25&quot;:4.74},{&quot;2026-08-26&quot;:4.78},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:4.91},{&quot;2026-08-29&quot;:4.91},{&quot;2026-08-30&quot;:4.91},{&quot;2026-08-31&quot;:4.91},{&quot;2026-09-01&quot;:4.91},{&quot;2026-09-02&quot;:4.91},{&quot;2026-09-03&quot;:5.03},{&quot;2026-09-04&quot;:5.03},{&quot;2026-09-05&quot;:5.03},{&quot;2026-09-06&quot;:5.03},{&quot;2026-09-07&quot;:5.29},{&quot;2026-09-08&quot;:5.51},{&quot;2026-09-09&quot;:5.51},{&quot;2026-09-10&quot;:5.51},{&quot;2026-09-11&quot;:5.51}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.04},{&quot;2026-06-13&quot;:3.04},{&quot;2026-06-14&quot;:3.04},{&quot;2026-06-15&quot;:3.04},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.79},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:3.06},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-23&quot;:3.14},{&quot;2026-06-24&quot;:3.22},{&quot;2026-06-25&quot;:3.22},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.25},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.28},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.44},{&quot;2026-07-02&quot;:3.52},{&quot;2026-07-03&quot;:3.47},{&quot;2026-07-04&quot;:3.47},{&quot;2026-07-05&quot;:3.54},{&quot;2026-07-06&quot;:3.53},{&quot;2026-07-07&quot;:3.53},{&quot;2026-07-08&quot;:3.53},{&quot;2026-07-09&quot;:3.53},{&quot;2026-07-10&quot;:3.53},{&quot;2026-07-11&quot;:3.44},{&quot;2026-07-12&quot;:3.39},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.39},{&quot;2026-07-15&quot;:3.39},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.39},{&quot;2026-07-18&quot;:3.45},{&quot;2026-07-19&quot;:3.52},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-23&quot;:4.04},{&quot;2026-07-24&quot;:3.92},{&quot;2026-07-25&quot;:4.07},{&quot;2026-07-26&quot;:4.04},{&quot;2026-07-27&quot;:4.04},{&quot;2026-07-28&quot;:4.07},{&quot;2026-07-29&quot;:4.07},{&quot;2026-07-30&quot;:4.07},{&quot;2026-07-31&quot;:4.05},{&quot;2026-08-01&quot;:4.05},{&quot;2026-08-02&quot;:4.1},{&quot;2026-08-03&quot;:4.13},{&quot;2026-08-04&quot;:4.13},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:4.0},{&quot;2026-08-08&quot;:4.06},{&quot;2026-08-09&quot;:4.06},{&quot;2026-08-10&quot;:4.06},{&quot;2026-08-11&quot;:4.06},{&quot;2026-08-12&quot;:4.06},{&quot;2026-08-13&quot;:4.06},{&quot;2026-08-14&quot;:4.08},{&quot;2026-08-15&quot;:4.08},{&quot;2026-08-16&quot;:4.08},{&quot;2026-08-17&quot;:4.08},{&quot;2026-08-18&quot;:4.2},{&quot;2026-08-19&quot;:4.2},{&quot;2026-08-20&quot;:4.2},{&quot;2026-08-21&quot;:4.2},{&quot;2026-08-22&quot;:4.2},{&quot;2026-08-23&quot;:4.2},{&quot;2026-08-24&quot;:4.25},{&quot;2026-08-25&quot;:4.23},{&quot;2026-08-26&quot;:4.23},{&quot;2026-08-27&quot;:4.23},{&quot;2026-08-28&quot;:4.23},{&quot;2026-08-29&quot;:4.23},{&quot;2026-08-30&quot;:4.46},{&quot;2026-08-31&quot;:4.4},{&quot;2026-09-01&quot;:4.41},{&quot;2026-09-02&quot;:4.45},{&quot;2026-09-03&quot;:4.45},{&quot;2026-09-04&quot;:4.52},{&quot;2026-09-05&quot;:4.44},{&quot;2026-09-06&quot;:4.43},{&quot;2026-09-07&quot;:4.43},{&quot;2026-09-08&quot;:4.43},{&quot;2026-09-09&quot;:4.52},{&quot;2026-09-10&quot;:4.91},{&quot;2026-09-11&quot;:4.91}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Lightning Greaves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea21033a-9318-4599-a4bc-b7262621d7d8.jpg?1783908470" />

        <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">
            Lightning Greaves
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lightning Greaves" src="https://cards.scryfall.io/large/front/e/a/ea21033a-9318-4599-a4bc-b7262621d7d8.jpg?1783908470" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.52},{&quot;2026-06-14&quot;:4.52},{&quot;2026-06-15&quot;:4.51},{&quot;2026-06-16&quot;:4.51},{&quot;2026-06-17&quot;:4.51},{&quot;2026-06-18&quot;:4.45},{&quot;2026-06-19&quot;:4.45},{&quot;2026-06-20&quot;:4.45},{&quot;2026-06-21&quot;:4.44},{&quot;2026-06-22&quot;:4.47},{&quot;2026-06-23&quot;:4.48},{&quot;2026-06-24&quot;:4.49},{&quot;2026-06-25&quot;:4.49},{&quot;2026-06-26&quot;:4.49},{&quot;2026-06-27&quot;:4.5},{&quot;2026-06-28&quot;:4.51},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.52},{&quot;2026-07-01&quot;:4.53},{&quot;2026-07-02&quot;:4.53},{&quot;2026-07-03&quot;:4.53},{&quot;2026-07-04&quot;:4.54},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.61},{&quot;2026-07-07&quot;:4.61},{&quot;2026-07-08&quot;:4.61},{&quot;2026-07-09&quot;:4.61},{&quot;2026-07-10&quot;:4.61},{&quot;2026-07-11&quot;:4.61},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.51},{&quot;2026-07-14&quot;:4.51},{&quot;2026-07-15&quot;:4.51},{&quot;2026-07-16&quot;:4.51},{&quot;2026-07-17&quot;:4.51},{&quot;2026-07-18&quot;:4.51},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.51},{&quot;2026-07-21&quot;:4.45},{&quot;2026-07-22&quot;:4.45},{&quot;2026-07-23&quot;:4.45},{&quot;2026-07-24&quot;:4.45},{&quot;2026-07-25&quot;:4.45},{&quot;2026-07-26&quot;:4.45},{&quot;2026-07-27&quot;:4.45},{&quot;2026-07-28&quot;:4.45},{&quot;2026-07-29&quot;:4.45},{&quot;2026-07-30&quot;:4.45},{&quot;2026-07-31&quot;:4.45},{&quot;2026-08-01&quot;:4.45},{&quot;2026-08-02&quot;:4.45},{&quot;2026-08-03&quot;:4.45},{&quot;2026-08-04&quot;:4.4},{&quot;2026-08-05&quot;:4.35},{&quot;2026-08-07&quot;:4.29},{&quot;2026-08-08&quot;:4.29},{&quot;2026-08-09&quot;:4.3},{&quot;2026-08-10&quot;:4.31},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.32},{&quot;2026-08-13&quot;:4.32},{&quot;2026-08-14&quot;:4.29},{&quot;2026-08-15&quot;:4.24},{&quot;2026-08-16&quot;:4.18},{&quot;2026-08-17&quot;:4.1},{&quot;2026-08-18&quot;:4.35},{&quot;2026-08-19&quot;:4.48},{&quot;2026-08-20&quot;:4.54},{&quot;2026-08-21&quot;:4.57},{&quot;2026-08-22&quot;:4.57},{&quot;2026-08-23&quot;:4.57},{&quot;2026-08-24&quot;:4.64},{&quot;2026-08-25&quot;:4.64},{&quot;2026-08-26&quot;:4.64},{&quot;2026-08-27&quot;:4.64},{&quot;2026-08-28&quot;:4.77},{&quot;2026-08-29&quot;:4.77},{&quot;2026-08-30&quot;:4.87},{&quot;2026-08-31&quot;:4.87},{&quot;2026-09-01&quot;:4.87},{&quot;2026-09-02&quot;:4.84},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.84},{&quot;2026-09-05&quot;:4.84},{&quot;2026-09-06&quot;:4.84},{&quot;2026-09-07&quot;:4.84},{&quot;2026-09-08&quot;:4.84},{&quot;2026-09-09&quot;:4.84},{&quot;2026-09-10&quot;:4.85},{&quot;2026-09-11&quot;:4.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="79582"
  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">
            Path to Exile
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Path to Exile" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/e/2ee3e42e-120c-468a-988d-4441b6025bbe.jpg?1783927743" />

        <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">
            Path to Exile
        </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">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="Path to Exile" src="https://cards.scryfall.io/large/front/2/e/2ee3e42e-120c-468a-988d-4441b6025bbe.jpg?1783927743" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:40.66},{&quot;2026-06-14&quot;:40.66},{&quot;2026-06-15&quot;:40.66},{&quot;2026-06-16&quot;:40.66},{&quot;2026-06-17&quot;:40.66},{&quot;2026-06-18&quot;:40.66},{&quot;2026-06-19&quot;:40.66},{&quot;2026-06-20&quot;:40.66},{&quot;2026-06-21&quot;:40.81},{&quot;2026-06-22&quot;:40.81},{&quot;2026-06-23&quot;:40.81},{&quot;2026-06-24&quot;:40.81},{&quot;2026-06-25&quot;:40.81},{&quot;2026-06-26&quot;:40.81},{&quot;2026-06-27&quot;:40.81},{&quot;2026-06-28&quot;:40.81},{&quot;2026-06-29&quot;:40.81},{&quot;2026-06-30&quot;:40.81},{&quot;2026-07-01&quot;:40.81},{&quot;2026-07-02&quot;:40.81},{&quot;2026-07-03&quot;:40.81},{&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;:41.1},{&quot;2026-07-20&quot;:41.1},{&quot;2026-07-21&quot;:41.1},{&quot;2026-07-22&quot;:41.1},{&quot;2026-07-23&quot;:41.1},{&quot;2026-07-24&quot;:41.3},{&quot;2026-07-25&quot;:41.36},{&quot;2026-07-26&quot;:41.36},{&quot;2026-07-27&quot;:41.36},{&quot;2026-07-28&quot;:41.36},{&quot;2026-07-29&quot;:41.36},{&quot;2026-07-30&quot;:41.36},{&quot;2026-07-31&quot;:41.36},{&quot;2026-08-01&quot;:41.36},{&quot;2026-08-02&quot;:41.36},{&quot;2026-08-03&quot;:41.36},{&quot;2026-08-04&quot;:41.36},{&quot;2026-08-05&quot;:41.36},{&quot;2026-08-07&quot;:41.36},{&quot;2026-08-08&quot;:41.36},{&quot;2026-08-09&quot;:41.36},{&quot;2026-08-10&quot;:41.34},{&quot;2026-08-11&quot;:41.34},{&quot;2026-08-12&quot;:41.34},{&quot;2026-08-13&quot;:41.34},{&quot;2026-08-14&quot;:41.66},{&quot;2026-08-15&quot;:41.66},{&quot;2026-08-16&quot;:41.89},{&quot;2026-08-17&quot;:41.89},{&quot;2026-08-18&quot;:41.89},{&quot;2026-08-19&quot;:41.89},{&quot;2026-08-20&quot;:41.89},{&quot;2026-08-21&quot;:41.89},{&quot;2026-08-22&quot;:41.89},{&quot;2026-08-23&quot;:41.89},{&quot;2026-08-24&quot;:41.89},{&quot;2026-08-25&quot;:41.89},{&quot;2026-08-26&quot;:41.89},{&quot;2026-08-27&quot;:41.89},{&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.89},{&quot;2026-09-03&quot;:41.89},{&quot;2026-09-04&quot;:41.89},{&quot;2026-09-05&quot;:41.89},{&quot;2026-09-06&quot;:41.89},{&quot;2026-09-07&quot;:41.89},{&quot;2026-09-08&quot;:41.89},{&quot;2026-09-09&quot;:41.89},{&quot;2026-09-10&quot;:41.89},{&quot;2026-09-11&quot;:41.89}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.25},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:4.25},{&quot;2026-06-16&quot;:4.25},{&quot;2026-06-17&quot;:4.35},{&quot;2026-06-18&quot;:4.36},{&quot;2026-06-19&quot;:4.36},{&quot;2026-06-20&quot;:4.36},{&quot;2026-06-21&quot;:4.36},{&quot;2026-06-22&quot;:4.36},{&quot;2026-06-23&quot;:4.36},{&quot;2026-06-24&quot;:4.36},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.27},{&quot;2026-06-28&quot;:4.27},{&quot;2026-06-29&quot;:4.42},{&quot;2026-06-30&quot;:4.29},{&quot;2026-07-01&quot;:4.19},{&quot;2026-07-02&quot;:4.05},{&quot;2026-07-03&quot;:4.42},{&quot;2026-07-04&quot;:4.42},{&quot;2026-07-05&quot;:4.56},{&quot;2026-07-06&quot;:4.56},{&quot;2026-07-07&quot;:4.35},{&quot;2026-07-08&quot;:4.35},{&quot;2026-07-09&quot;:4.35},{&quot;2026-07-10&quot;:4.51},{&quot;2026-07-11&quot;:4.76},{&quot;2026-07-12&quot;:4.69},{&quot;2026-07-13&quot;:4.69},{&quot;2026-07-14&quot;:4.69},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.69},{&quot;2026-07-17&quot;:4.55},{&quot;2026-07-18&quot;:4.55},{&quot;2026-07-19&quot;:4.55},{&quot;2026-07-20&quot;:4.55},{&quot;2026-07-21&quot;:4.55},{&quot;2026-07-22&quot;:4.55},{&quot;2026-07-23&quot;:4.4},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.54},{&quot;2026-07-27&quot;:4.54},{&quot;2026-07-28&quot;:4.54},{&quot;2026-07-29&quot;:4.5},{&quot;2026-07-30&quot;:4.5},{&quot;2026-07-31&quot;:4.5},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.32},{&quot;2026-08-03&quot;:4.31},{&quot;2026-08-04&quot;:4.31},{&quot;2026-08-05&quot;:4.31},{&quot;2026-08-07&quot;:4.31},{&quot;2026-08-08&quot;:4.34},{&quot;2026-08-09&quot;:4.21},{&quot;2026-08-10&quot;:4.21},{&quot;2026-08-11&quot;:4.24},{&quot;2026-08-12&quot;:4.24},{&quot;2026-08-13&quot;:4.24},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.09},{&quot;2026-08-16&quot;:3.95},{&quot;2026-08-17&quot;:3.95},{&quot;2026-08-18&quot;:3.8},{&quot;2026-08-19&quot;:3.8},{&quot;2026-08-20&quot;:3.54},{&quot;2026-08-21&quot;:3.54},{&quot;2026-08-22&quot;:3.58},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.61},{&quot;2026-08-25&quot;:3.61},{&quot;2026-08-26&quot;:3.63},{&quot;2026-08-27&quot;:3.7},{&quot;2026-08-28&quot;:3.7},{&quot;2026-08-29&quot;:3.7},{&quot;2026-08-30&quot;:3.79},{&quot;2026-08-31&quot;:3.89},{&quot;2026-09-01&quot;:3.89},{&quot;2026-09-02&quot;:3.85},{&quot;2026-09-03&quot;:3.85},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:3.82},{&quot;2026-09-06&quot;:3.91},{&quot;2026-09-07&quot;:3.99},{&quot;2026-09-08&quot;:4.02},{&quot;2026-09-09&quot;:4.02},{&quot;2026-09-10&quot;:4.05},{&quot;2026-09-11&quot;:4.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="74389"
  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">
            Court of Grace
        </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">
            $3.80
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Court of Grace
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Court of Grace" src="https://cards.scryfall.io/large/front/f/8/f89995b9-5409-4d3a-9518-7a4354b9d02f.jpg?1783916138" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.06},{&quot;2026-06-12&quot;:3.08},{&quot;2026-06-13&quot;:3.23},{&quot;2026-06-14&quot;:3.23},{&quot;2026-06-15&quot;:3.23},{&quot;2026-06-16&quot;:3.25},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.3},{&quot;2026-06-19&quot;:3.23},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.26},{&quot;2026-06-23&quot;:3.37},{&quot;2026-06-24&quot;:3.38},{&quot;2026-06-25&quot;:3.38},{&quot;2026-06-26&quot;:3.34},{&quot;2026-06-27&quot;:3.42},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.42},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.38},{&quot;2026-07-02&quot;:3.38},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.27},{&quot;2026-07-05&quot;:3.21},{&quot;2026-07-06&quot;:3.21},{&quot;2026-07-07&quot;:3.21},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.22},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.18},{&quot;2026-07-12&quot;:3.18},{&quot;2026-07-13&quot;:3.18},{&quot;2026-07-14&quot;:3.2},{&quot;2026-07-15&quot;:3.2},{&quot;2026-07-16&quot;:3.17},{&quot;2026-07-17&quot;:3.27},{&quot;2026-07-18&quot;:3.26},{&quot;2026-07-19&quot;:3.26},{&quot;2026-07-20&quot;:3.24},{&quot;2026-07-21&quot;:3.24},{&quot;2026-07-23&quot;:3.24},{&quot;2026-07-25&quot;:3.24},{&quot;2026-07-26&quot;:3.24},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.41},{&quot;2026-07-29&quot;:3.41},{&quot;2026-07-30&quot;:3.38},{&quot;2026-07-31&quot;:3.38},{&quot;2026-08-01&quot;:3.38},{&quot;2026-08-02&quot;:3.46},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.56},{&quot;2026-08-05&quot;:3.55},{&quot;2026-08-07&quot;:3.59},{&quot;2026-08-08&quot;:3.59},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.5},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.58},{&quot;2026-08-13&quot;:3.53},{&quot;2026-08-14&quot;:3.53},{&quot;2026-08-15&quot;:3.47},{&quot;2026-08-16&quot;:3.47},{&quot;2026-08-17&quot;:3.45},{&quot;2026-08-18&quot;:3.45},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.45},{&quot;2026-08-21&quot;:3.56},{&quot;2026-08-22&quot;:3.56},{&quot;2026-08-23&quot;:3.56},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.72},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.8},{&quot;2026-08-31&quot;:3.8},{&quot;2026-09-01&quot;:3.8},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.72},{&quot;2026-09-04&quot;:3.77},{&quot;2026-09-05&quot;:3.77},{&quot;2026-09-06&quot;:3.79},{&quot;2026-09-07&quot;:3.81},{&quot;2026-09-08&quot;:3.81},{&quot;2026-09-09&quot;:3.79},{&quot;2026-09-10&quot;:3.79},{&quot;2026-09-11&quot;:3.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Dawn of a New Age" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/b/cb966ee6-bf1b-4bb6-9277-8de6f3918ae2.jpg?1783916335" />

        <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">
            Dawn of a New Age
        </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="Dawn of a New Age" src="https://cards.scryfall.io/large/front/c/b/cb966ee6-bf1b-4bb6-9277-8de6f3918ae2.jpg?1783916335" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.9},{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.88},{&quot;2026-06-15&quot;:3.88},{&quot;2026-06-16&quot;:3.88},{&quot;2026-06-17&quot;:3.88},{&quot;2026-06-18&quot;:3.88},{&quot;2026-06-19&quot;:3.88},{&quot;2026-06-20&quot;:3.98},{&quot;2026-06-21&quot;:3.98},{&quot;2026-06-22&quot;:3.97},{&quot;2026-06-23&quot;:3.93},{&quot;2026-06-24&quot;:4.05},{&quot;2026-06-25&quot;:4.05},{&quot;2026-06-26&quot;:4.09},{&quot;2026-06-27&quot;:4.09},{&quot;2026-06-28&quot;:4.27},{&quot;2026-06-29&quot;:4.27},{&quot;2026-06-30&quot;:4.26},{&quot;2026-07-01&quot;:4.26},{&quot;2026-07-02&quot;:4.26},{&quot;2026-07-03&quot;:4.26},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.15},{&quot;2026-07-06&quot;:4.15},{&quot;2026-07-07&quot;:4.13},{&quot;2026-07-08&quot;:4.13},{&quot;2026-07-09&quot;:4.13},{&quot;2026-07-10&quot;:3.91},{&quot;2026-07-11&quot;:3.91},{&quot;2026-07-12&quot;:3.91},{&quot;2026-07-13&quot;:3.91},{&quot;2026-07-14&quot;:3.87},{&quot;2026-07-15&quot;:3.87},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:3.88},{&quot;2026-07-18&quot;:3.92},{&quot;2026-07-19&quot;:3.92},{&quot;2026-07-20&quot;:3.9},{&quot;2026-07-21&quot;:3.9},{&quot;2026-07-23&quot;:3.94},{&quot;2026-07-24&quot;:3.98},{&quot;2026-07-25&quot;:3.98},{&quot;2026-07-26&quot;:3.98},{&quot;2026-07-27&quot;:3.98},{&quot;2026-07-28&quot;:3.98},{&quot;2026-07-29&quot;:3.96},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:3.96},{&quot;2026-08-01&quot;:4.0},{&quot;2026-08-02&quot;:4.0},{&quot;2026-08-03&quot;:4.0},{&quot;2026-08-04&quot;:4.0},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:3.96},{&quot;2026-08-08&quot;:4.01},{&quot;2026-08-09&quot;:4.09},{&quot;2026-08-10&quot;:4.09},{&quot;2026-08-11&quot;:4.1},{&quot;2026-08-12&quot;:4.07},{&quot;2026-08-13&quot;:4.12},{&quot;2026-08-14&quot;:4.12},{&quot;2026-08-15&quot;:4.12},{&quot;2026-08-16&quot;:4.12},{&quot;2026-08-17&quot;:4.12},{&quot;2026-08-18&quot;:4.07},{&quot;2026-08-19&quot;:4.05},{&quot;2026-08-20&quot;:4.05},{&quot;2026-08-21&quot;:3.72},{&quot;2026-08-22&quot;:3.72},{&quot;2026-08-23&quot;:3.78},{&quot;2026-08-24&quot;:3.79},{&quot;2026-08-25&quot;:3.84},{&quot;2026-08-26&quot;:4.0},{&quot;2026-08-27&quot;:4.0},{&quot;2026-08-28&quot;:4.0},{&quot;2026-08-29&quot;:4.0},{&quot;2026-08-30&quot;:4.0},{&quot;2026-08-31&quot;:4.0},{&quot;2026-09-01&quot;:4.0},{&quot;2026-09-02&quot;:4.0},{&quot;2026-09-03&quot;:3.99},{&quot;2026-09-04&quot;:3.99},{&quot;2026-09-05&quot;:4.05},{&quot;2026-09-06&quot;:4.05},{&quot;2026-09-07&quot;:4.05},{&quot;2026-09-08&quot;:4.05},{&quot;2026-09-09&quot;:4.05},{&quot;2026-09-10&quot;:4.0},{&quot;2026-09-11&quot;:4.0}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.88},{&quot;2026-06-13&quot;:3.6},{&quot;2026-06-14&quot;:3.57},{&quot;2026-06-15&quot;:3.54},{&quot;2026-06-16&quot;:3.51},{&quot;2026-06-17&quot;:3.54},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.61},{&quot;2026-06-20&quot;:3.76},{&quot;2026-06-21&quot;:3.72},{&quot;2026-06-22&quot;:3.64},{&quot;2026-06-23&quot;:3.67},{&quot;2026-06-24&quot;:3.67},{&quot;2026-06-25&quot;:3.68},{&quot;2026-06-26&quot;:3.67},{&quot;2026-06-27&quot;:3.67},{&quot;2026-06-28&quot;:3.67},{&quot;2026-06-29&quot;:3.65},{&quot;2026-06-30&quot;:3.64},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.59},{&quot;2026-07-03&quot;:3.61},{&quot;2026-07-04&quot;:3.61},{&quot;2026-07-05&quot;:3.42},{&quot;2026-07-06&quot;:3.53},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.49},{&quot;2026-07-10&quot;:3.51},{&quot;2026-07-11&quot;:3.63},{&quot;2026-07-12&quot;:3.56},{&quot;2026-07-13&quot;:3.65},{&quot;2026-07-14&quot;:3.68},{&quot;2026-07-15&quot;:3.69},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.68},{&quot;2026-07-18&quot;:3.7},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.65},{&quot;2026-07-21&quot;:3.62},{&quot;2026-07-23&quot;:3.62},{&quot;2026-07-24&quot;:3.58},{&quot;2026-07-25&quot;:3.59},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.56},{&quot;2026-07-28&quot;:3.56},{&quot;2026-07-29&quot;:3.56},{&quot;2026-07-30&quot;:3.56},{&quot;2026-07-31&quot;:3.66},{&quot;2026-08-01&quot;:3.72},{&quot;2026-08-02&quot;:3.73},{&quot;2026-08-03&quot;:3.61},{&quot;2026-08-04&quot;:3.67},{&quot;2026-08-05&quot;:3.76},{&quot;2026-08-07&quot;:3.62},{&quot;2026-08-08&quot;:3.62},{&quot;2026-08-09&quot;:3.65},{&quot;2026-08-10&quot;:3.6},{&quot;2026-08-11&quot;:3.87},{&quot;2026-08-12&quot;:3.85},{&quot;2026-08-13&quot;:3.79},{&quot;2026-08-14&quot;:3.8},{&quot;2026-08-15&quot;:3.74},{&quot;2026-08-16&quot;:3.79},{&quot;2026-08-17&quot;:3.89},{&quot;2026-08-18&quot;:3.89},{&quot;2026-08-19&quot;:3.95},{&quot;2026-08-20&quot;:3.95},{&quot;2026-08-21&quot;:3.83},{&quot;2026-08-22&quot;:3.87},{&quot;2026-08-23&quot;:3.8},{&quot;2026-08-24&quot;:3.8},{&quot;2026-08-25&quot;:3.72},{&quot;2026-08-26&quot;:3.45},{&quot;2026-08-27&quot;:3.41},{&quot;2026-08-28&quot;:3.37},{&quot;2026-08-29&quot;:3.37},{&quot;2026-08-30&quot;:3.2},{&quot;2026-08-31&quot;:3.32},{&quot;2026-09-01&quot;:3.35},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.51},{&quot;2026-09-04&quot;:3.47},{&quot;2026-09-05&quot;:3.55},{&quot;2026-09-06&quot;:3.62},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.66},{&quot;2026-09-10&quot;:3.66},{&quot;2026-09-11&quot;:3.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              20%
            </span>

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Angel</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>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Emeria Shepherd" src="https://cards.scryfall.io/large/front/a/9/a99dd58d-9fed-4d85-9bb5-f9c91834cab8.jpg?1783929490" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.08},{&quot;2026-06-10&quot;:3.27},{&quot;2026-06-11&quot;:3.25},{&quot;2026-06-12&quot;:3.29},{&quot;2026-06-13&quot;:3.24},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.37},{&quot;2026-06-17&quot;:3.37},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:3.72},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.82},{&quot;2026-06-24&quot;:4.1},{&quot;2026-06-25&quot;:4.1},{&quot;2026-06-26&quot;:4.14},{&quot;2026-06-27&quot;:4.14},{&quot;2026-06-28&quot;:4.11},{&quot;2026-06-29&quot;:4.09},{&quot;2026-06-30&quot;:4.08},{&quot;2026-07-01&quot;:4.09},{&quot;2026-07-02&quot;:4.12},{&quot;2026-07-03&quot;:3.99},{&quot;2026-07-04&quot;:3.84},{&quot;2026-07-05&quot;:3.84},{&quot;2026-07-06&quot;:3.57},{&quot;2026-07-07&quot;:3.38},{&quot;2026-07-08&quot;:3.22},{&quot;2026-07-09&quot;:3.27},{&quot;2026-07-10&quot;:3.05},{&quot;2026-07-11&quot;:3.07},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:3.41},{&quot;2026-07-14&quot;:3.16},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.16},{&quot;2026-07-18&quot;:3.26},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.07},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-23&quot;:3.11},{&quot;2026-07-25&quot;:3.11},{&quot;2026-07-26&quot;:3.11},{&quot;2026-07-27&quot;:3.11},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.11},{&quot;2026-07-31&quot;:3.38},{&quot;2026-08-01&quot;:3.38},{&quot;2026-08-02&quot;:3.52},{&quot;2026-08-03&quot;:3.52},{&quot;2026-08-04&quot;:3.61},{&quot;2026-08-05&quot;:3.68},{&quot;2026-08-07&quot;:3.65},{&quot;2026-08-08&quot;:3.54},{&quot;2026-08-09&quot;:3.27},{&quot;2026-08-10&quot;:3.32},{&quot;2026-08-11&quot;:3.32},{&quot;2026-08-12&quot;:3.25},{&quot;2026-08-13&quot;:3.37},{&quot;2026-08-14&quot;:3.37},{&quot;2026-08-15&quot;:3.37},{&quot;2026-08-16&quot;:3.42},{&quot;2026-08-17&quot;:3.2},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.03},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.11},{&quot;2026-08-24&quot;:3.01},{&quot;2026-08-25&quot;:3.01},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:2.96},{&quot;2026-08-29&quot;:2.96},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:3.21},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.17},{&quot;2026-09-05&quot;:2.87},{&quot;2026-09-06&quot;:3.21},{&quot;2026-09-07&quot;:3.21},{&quot;2026-09-08&quot;:3.44},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.43}]}"
        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="47483"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              8%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Herald of War" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18f7c44c-a21f-4b61-8f08-122a75accb00.jpg?1783925350" />

        <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">
            Herald of War
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Angel</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="Herald of War" src="https://cards.scryfall.io/large/front/1/8/18f7c44c-a21f-4b61-8f08-122a75accb00.jpg?1783925350" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.45},{&quot;2026-06-14&quot;:3.45},{&quot;2026-06-15&quot;:3.45},{&quot;2026-06-16&quot;:3.41},{&quot;2026-06-17&quot;:3.3},{&quot;2026-06-18&quot;:3.34},{&quot;2026-06-19&quot;:3.26},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.2},{&quot;2026-06-22&quot;:3.2},{&quot;2026-06-23&quot;:3.25},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.24},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.24},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.24},{&quot;2026-07-03&quot;:3.15},{&quot;2026-07-04&quot;:3.32},{&quot;2026-07-05&quot;:3.32},{&quot;2026-07-06&quot;:3.39},{&quot;2026-07-07&quot;:3.44},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.43},{&quot;2026-07-10&quot;:3.43},{&quot;2026-07-11&quot;:3.43},{&quot;2026-07-12&quot;:3.43},{&quot;2026-07-13&quot;:3.41},{&quot;2026-07-14&quot;:3.4},{&quot;2026-07-15&quot;:3.41},{&quot;2026-07-16&quot;:3.41},{&quot;2026-07-17&quot;:3.56},{&quot;2026-07-18&quot;:3.56},{&quot;2026-07-19&quot;:3.42},{&quot;2026-07-20&quot;:3.51},{&quot;2026-07-21&quot;:3.35},{&quot;2026-07-22&quot;:3.46},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-24&quot;:3.46},{&quot;2026-07-25&quot;:3.42},{&quot;2026-07-26&quot;:3.41},{&quot;2026-07-27&quot;:3.41},{&quot;2026-07-28&quot;:3.41},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.33},{&quot;2026-07-31&quot;:3.15},{&quot;2026-08-01&quot;:3.14},{&quot;2026-08-02&quot;:3.07},{&quot;2026-08-03&quot;:2.93},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:3.11},{&quot;2026-08-07&quot;:2.99},{&quot;2026-08-08&quot;:2.99},{&quot;2026-08-09&quot;:2.88},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.92},{&quot;2026-08-14&quot;:2.92},{&quot;2026-08-15&quot;:2.93},{&quot;2026-08-16&quot;:2.97},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.92},{&quot;2026-08-19&quot;:2.92},{&quot;2026-08-20&quot;:2.85},{&quot;2026-08-21&quot;:2.85},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:2.76},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.82},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:2.87},{&quot;2026-08-29&quot;:2.87},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.82},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:2.86},{&quot;2026-09-07&quot;:3.0},{&quot;2026-09-08&quot;:3.0},{&quot;2026-09-09&quot;:3.0},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/5/7/572eab93-7b1d-434b-ba92-844248e472d0.jpg?1783921247" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.25},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.61},{&quot;2026-06-16&quot;:3.3},{&quot;2026-06-17&quot;:3.47},{&quot;2026-06-18&quot;:3.47},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:4.58},{&quot;2026-06-21&quot;:4.63},{&quot;2026-06-22&quot;:4.63},{&quot;2026-06-23&quot;:4.62},{&quot;2026-06-24&quot;:4.67},{&quot;2026-06-25&quot;:4.67},{&quot;2026-06-26&quot;:4.7},{&quot;2026-06-27&quot;:4.78},{&quot;2026-06-28&quot;:4.78},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.78},{&quot;2026-07-01&quot;:4.77},{&quot;2026-07-02&quot;:4.77},{&quot;2026-07-03&quot;:4.63},{&quot;2026-07-04&quot;:4.63},{&quot;2026-07-05&quot;:4.63},{&quot;2026-07-06&quot;:4.67},{&quot;2026-07-07&quot;:4.67},{&quot;2026-07-08&quot;:4.73},{&quot;2026-07-09&quot;:4.81},{&quot;2026-07-10&quot;:4.84},{&quot;2026-07-11&quot;:4.84},{&quot;2026-07-12&quot;:4.84},{&quot;2026-07-13&quot;:4.79},{&quot;2026-07-14&quot;:4.79},{&quot;2026-07-15&quot;:4.58},{&quot;2026-07-16&quot;:4.19},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.19},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:3.97},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-22&quot;:3.77},{&quot;2026-07-23&quot;:3.77},{&quot;2026-07-24&quot;:3.81},{&quot;2026-07-25&quot;:3.81},{&quot;2026-07-26&quot;:3.79},{&quot;2026-07-27&quot;:3.85},{&quot;2026-07-28&quot;:3.91},{&quot;2026-07-29&quot;:3.99},{&quot;2026-07-30&quot;:4.32},{&quot;2026-07-31&quot;:4.26},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.34},{&quot;2026-08-03&quot;:4.34},{&quot;2026-08-04&quot;:4.34},{&quot;2026-08-05&quot;:4.3},{&quot;2026-08-07&quot;:4.28},{&quot;2026-08-08&quot;:4.2},{&quot;2026-08-09&quot;:4.15},{&quot;2026-08-10&quot;:4.16},{&quot;2026-08-11&quot;:4.28},{&quot;2026-08-12&quot;:4.38},{&quot;2026-08-13&quot;:4.38},{&quot;2026-08-14&quot;:4.38},{&quot;2026-08-15&quot;:4.38},{&quot;2026-08-16&quot;:4.4},{&quot;2026-08-17&quot;:4.43},{&quot;2026-08-18&quot;:4.56},{&quot;2026-08-19&quot;:4.59},{&quot;2026-08-20&quot;:4.59},{&quot;2026-08-21&quot;:4.59},{&quot;2026-08-22&quot;:4.59},{&quot;2026-08-23&quot;:4.59},{&quot;2026-08-24&quot;:4.59},{&quot;2026-08-25&quot;:4.57},{&quot;2026-08-26&quot;:4.65},{&quot;2026-08-27&quot;:4.65},{&quot;2026-08-28&quot;:4.52},{&quot;2026-08-29&quot;:4.52},{&quot;2026-08-30&quot;:4.01},{&quot;2026-08-31&quot;:4.3},{&quot;2026-09-01&quot;:4.3},{&quot;2026-09-02&quot;:4.34},{&quot;2026-09-03&quot;:4.32},{&quot;2026-09-04&quot;:4.32},{&quot;2026-09-05&quot;:4.36},{&quot;2026-09-06&quot;:4.36},{&quot;2026-09-07&quot;:4.41},{&quot;2026-09-08&quot;:4.52},{&quot;2026-09-09&quot;:4.5},{&quot;2026-09-10&quot;:4.5},{&quot;2026-09-11&quot;:4.5}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.84},{&quot;2026-06-14&quot;:2.92},{&quot;2026-06-15&quot;:2.76},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.64},{&quot;2026-06-18&quot;:2.64},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.64},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.69},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.55},{&quot;2026-06-25&quot;:2.6},{&quot;2026-06-26&quot;:2.6},{&quot;2026-06-27&quot;:2.62},{&quot;2026-06-28&quot;:2.63},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.65},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.65},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.64},{&quot;2026-07-06&quot;:2.61},{&quot;2026-07-07&quot;:2.58},{&quot;2026-07-08&quot;:2.54},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.44},{&quot;2026-07-12&quot;:2.39},{&quot;2026-07-13&quot;:2.47},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.65},{&quot;2026-07-16&quot;:2.71},{&quot;2026-07-17&quot;:2.72},{&quot;2026-07-18&quot;:2.72},{&quot;2026-07-19&quot;:2.72},{&quot;2026-07-20&quot;:2.72},{&quot;2026-07-21&quot;:2.69},{&quot;2026-07-22&quot;:2.74},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-24&quot;:2.8},{&quot;2026-07-25&quot;:2.75},{&quot;2026-07-26&quot;:2.77},{&quot;2026-07-27&quot;:2.81},{&quot;2026-07-28&quot;:2.81},{&quot;2026-07-29&quot;:3.05},{&quot;2026-07-30&quot;:3.06},{&quot;2026-07-31&quot;:2.98},{&quot;2026-08-01&quot;:2.98},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:3.0},{&quot;2026-08-04&quot;:2.99},{&quot;2026-08-05&quot;:3.12},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.36},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.31},{&quot;2026-08-12&quot;:3.32},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.15},{&quot;2026-08-15&quot;:3.03},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.65},{&quot;2026-08-19&quot;:2.68},{&quot;2026-08-20&quot;:2.66},{&quot;2026-08-21&quot;:2.78},{&quot;2026-08-22&quot;:2.77},{&quot;2026-08-23&quot;:2.71},{&quot;2026-08-24&quot;:2.77},{&quot;2026-08-25&quot;:2.9},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.9},{&quot;2026-08-29&quot;:2.9},{&quot;2026-08-30&quot;:2.7},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.76},{&quot;2026-09-03&quot;:2.65},{&quot;2026-09-04&quot;:2.71},{&quot;2026-09-05&quot;:2.71},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.72},{&quot;2026-09-08&quot;:2.64},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.88}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20811"
  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-dgm 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">
            Riot Control
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Riot Control" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d7886607-86db-4221-8752-296104aaaef2.jpg?1783940044" />

        <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">
            Riot Control
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Riot Control" src="https://cards.scryfall.io/large/front/d/7/d7886607-86db-4221-8752-296104aaaef2.jpg?1783940044" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.9},{&quot;2026-06-12&quot;:2.9},{&quot;2026-06-13&quot;:2.9},{&quot;2026-06-14&quot;:2.9},{&quot;2026-06-15&quot;:2.9},{&quot;2026-06-16&quot;:2.9},{&quot;2026-06-17&quot;:2.9},{&quot;2026-06-18&quot;:2.9},{&quot;2026-06-19&quot;:2.9},{&quot;2026-06-20&quot;:2.9},{&quot;2026-06-21&quot;:2.9},{&quot;2026-06-22&quot;:2.9},{&quot;2026-06-23&quot;:2.9},{&quot;2026-06-24&quot;:2.9},{&quot;2026-06-25&quot;:2.9},{&quot;2026-06-26&quot;:2.9},{&quot;2026-06-27&quot;:2.9},{&quot;2026-06-28&quot;:2.9},{&quot;2026-06-29&quot;:2.9},{&quot;2026-06-30&quot;:2.9},{&quot;2026-07-01&quot;:2.9},{&quot;2026-07-02&quot;:2.9},{&quot;2026-07-03&quot;:2.9},{&quot;2026-07-04&quot;:2.9},{&quot;2026-07-05&quot;:3.02},{&quot;2026-07-06&quot;:3.02},{&quot;2026-07-07&quot;:3.02},{&quot;2026-07-08&quot;:3.02},{&quot;2026-07-09&quot;:3.02},{&quot;2026-07-10&quot;:3.02},{&quot;2026-07-11&quot;:3.02},{&quot;2026-07-12&quot;:3.11},{&quot;2026-07-13&quot;:3.11},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.11},{&quot;2026-07-16&quot;:3.11},{&quot;2026-07-17&quot;:3.11},{&quot;2026-07-18&quot;:3.11},{&quot;2026-07-19&quot;:3.11},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-23&quot;:3.19},{&quot;2026-07-25&quot;:2.98},{&quot;2026-07-26&quot;:2.84},{&quot;2026-07-27&quot;:2.84},{&quot;2026-07-28&quot;:2.84},{&quot;2026-07-29&quot;:2.84},{&quot;2026-07-30&quot;:2.84},{&quot;2026-07-31&quot;:2.84},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.84},{&quot;2026-08-03&quot;:2.84},{&quot;2026-08-04&quot;:2.84},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.85},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:2.85},{&quot;2026-08-11&quot;:2.85},{&quot;2026-08-12&quot;:2.85},{&quot;2026-08-13&quot;:2.85},{&quot;2026-08-14&quot;:2.85},{&quot;2026-08-15&quot;:2.85},{&quot;2026-08-16&quot;:2.85},{&quot;2026-08-17&quot;:2.85},{&quot;2026-08-18&quot;:2.85},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:2.85},{&quot;2026-08-21&quot;:2.85},{&quot;2026-08-22&quot;:2.85},{&quot;2026-08-23&quot;:2.84},{&quot;2026-08-24&quot;:2.84},{&quot;2026-08-25&quot;:2.84},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.84},{&quot;2026-08-28&quot;:2.62},{&quot;2026-08-29&quot;:2.62},{&quot;2026-08-30&quot;:2.62},{&quot;2026-08-31&quot;:2.62},{&quot;2026-09-01&quot;:2.62},{&quot;2026-09-02&quot;:2.62},{&quot;2026-09-03&quot;:2.66},{&quot;2026-09-04&quot;:2.66},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.66},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.66},{&quot;2026-09-09&quot;:2.66},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.66}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.32},{&quot;2026-06-12&quot;:0.31},{&quot;2026-06-13&quot;:0.31},{&quot;2026-06-14&quot;:0.32},{&quot;2026-06-15&quot;:0.38},{&quot;2026-06-16&quot;:0.38},{&quot;2026-06-17&quot;:0.39},{&quot;2026-06-18&quot;:0.39},{&quot;2026-06-19&quot;:0.39},{&quot;2026-06-20&quot;:0.38},{&quot;2026-06-21&quot;:0.38},{&quot;2026-06-22&quot;:0.36},{&quot;2026-06-23&quot;:0.36},{&quot;2026-06-24&quot;:0.37},{&quot;2026-06-25&quot;:0.37},{&quot;2026-06-26&quot;:0.37},{&quot;2026-06-27&quot;:0.36},{&quot;2026-06-28&quot;:0.38},{&quot;2026-06-29&quot;:0.38},{&quot;2026-06-30&quot;:0.38},{&quot;2026-07-01&quot;:0.37},{&quot;2026-07-02&quot;:0.36},{&quot;2026-07-03&quot;:0.36},{&quot;2026-07-04&quot;:0.35},{&quot;2026-07-05&quot;:0.28},{&quot;2026-07-06&quot;:0.28},{&quot;2026-07-07&quot;:0.27},{&quot;2026-07-08&quot;:0.28},{&quot;2026-07-09&quot;:0.27},{&quot;2026-07-10&quot;:0.26},{&quot;2026-07-11&quot;:0.27},{&quot;2026-07-12&quot;:0.28},{&quot;2026-07-13&quot;:0.31},{&quot;2026-07-14&quot;:0.3},{&quot;2026-07-15&quot;:0.27},{&quot;2026-07-16&quot;:0.25},{&quot;2026-07-17&quot;:0.31},{&quot;2026-07-18&quot;:0.31},{&quot;2026-07-19&quot;:0.32},{&quot;2026-07-20&quot;:0.3},{&quot;2026-07-21&quot;:0.3},{&quot;2026-07-23&quot;:0.34},{&quot;2026-07-25&quot;:0.28},{&quot;2026-07-26&quot;:0.29},{&quot;2026-07-27&quot;:0.29},{&quot;2026-07-28&quot;:0.28},{&quot;2026-07-29&quot;:0.3},{&quot;2026-07-30&quot;:0.31},{&quot;2026-07-31&quot;:0.39},{&quot;2026-08-01&quot;:0.39},{&quot;2026-08-02&quot;:0.38},{&quot;2026-08-03&quot;:0.37},{&quot;2026-08-04&quot;:0.36},{&quot;2026-08-05&quot;:0.34},{&quot;2026-08-07&quot;:0.35},{&quot;2026-08-08&quot;:0.27},{&quot;2026-08-09&quot;:0.26},{&quot;2026-08-10&quot;:0.29},{&quot;2026-08-11&quot;:0.3},{&quot;2026-08-12&quot;:0.3},{&quot;2026-08-13&quot;:0.3},{&quot;2026-08-14&quot;:0.32},{&quot;2026-08-15&quot;:0.33},{&quot;2026-08-16&quot;:0.33},{&quot;2026-08-17&quot;:0.34},{&quot;2026-08-18&quot;:0.32},{&quot;2026-08-19&quot;:0.32},{&quot;2026-08-20&quot;:0.32},{&quot;2026-08-21&quot;:0.33},{&quot;2026-08-22&quot;:0.32},{&quot;2026-08-23&quot;:0.33},{&quot;2026-08-24&quot;:0.33},{&quot;2026-08-25&quot;:0.33},{&quot;2026-08-26&quot;:0.34},{&quot;2026-08-27&quot;:0.34},{&quot;2026-08-28&quot;:0.35},{&quot;2026-08-29&quot;:0.35},{&quot;2026-08-30&quot;:0.3},{&quot;2026-08-31&quot;:0.3},{&quot;2026-09-01&quot;:0.3},{&quot;2026-09-02&quot;:0.28},{&quot;2026-09-03&quot;:0.29},{&quot;2026-09-04&quot;:0.29},{&quot;2026-09-05&quot;:0.28},{&quot;2026-09-06&quot;:0.28},{&quot;2026-09-07&quot;:0.28},{&quot;2026-09-08&quot;:0.27},{&quot;2026-09-09&quot;:0.27},{&quot;2026-09-10&quot;:0.27},{&quot;2026-09-11&quot;:0.27}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.28
          </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="Reprieve" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/b/1bd3fa8a-6c50-4f7f-9ae3-0810eec5e3db.jpg?1783916330" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Reprieve" src="https://cards.scryfall.io/large/front/1/b/1bd3fa8a-6c50-4f7f-9ae3-0810eec5e3db.jpg?1783916330" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:2.08},{&quot;2026-06-10&quot;:2.01},{&quot;2026-06-11&quot;:2.01},{&quot;2026-06-12&quot;:2.01},{&quot;2026-06-13&quot;:1.97},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:1.99},{&quot;2026-06-20&quot;:1.99},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:2.03},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.07},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.03},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:1.99},{&quot;2026-07-02&quot;:2.01},{&quot;2026-07-03&quot;:1.99},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:1.96},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.92},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.93},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.9},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.91},{&quot;2026-07-18&quot;:1.9},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.9},{&quot;2026-07-21&quot;:2.0},{&quot;2026-07-23&quot;:2.05},{&quot;2026-07-25&quot;:2.01},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.22},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.44},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.44},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.47},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.64},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.63},{&quot;2026-08-20&quot;:2.63},{&quot;2026-08-21&quot;:2.91},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.87},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.59},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.59},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.5},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.57},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.62},{&quot;2026-09-09&quot;:2.6},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:2.46}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.88},{&quot;2026-06-10&quot;:1.76},{&quot;2026-06-11&quot;:1.62},{&quot;2026-06-12&quot;:1.38},{&quot;2026-06-13&quot;:1.32},{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.33},{&quot;2026-06-16&quot;:1.31},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.15},{&quot;2026-06-20&quot;:1.15},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:0.94},{&quot;2026-06-24&quot;:0.94},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:0.93},{&quot;2026-06-27&quot;:1.0},{&quot;2026-06-28&quot;:1.04},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.56},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.69},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.44},{&quot;2026-07-06&quot;:1.39},{&quot;2026-07-07&quot;:1.3},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.32},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.32},{&quot;2026-07-13&quot;:1.37},{&quot;2026-07-14&quot;:1.37},{&quot;2026-07-15&quot;:1.46},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:2.26},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.71},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.65},{&quot;2026-08-01&quot;:1.69},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.24},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.8},{&quot;2026-08-09&quot;:1.76},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.63},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:2.02},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:1.78},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.35},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.53},{&quot;2026-08-29&quot;:1.53},{&quot;2026-08-30&quot;:1.71},{&quot;2026-08-31&quot;:1.65},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.94},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.22},{&quot;2026-09-11&quot;:2.28}]}"
        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="18807"
  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-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">
            Swords to Plowshares
        </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">
            $1.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="Swords to Plowshares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5ae3067d-768b-40e7-80d6-08cc42f162b6.jpg?1783918392" />

        <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">
            Swords to Plowshares
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Swords to Plowshares" src="https://cards.scryfall.io/large/front/5/a/5ae3067d-768b-40e7-80d6-08cc42f162b6.jpg?1783918392" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:12.01},{&quot;2026-06-14&quot;:12.12},{&quot;2026-06-15&quot;:12.12},{&quot;2026-06-16&quot;:12.12},{&quot;2026-06-17&quot;:12.12},{&quot;2026-06-18&quot;:12.12},{&quot;2026-06-19&quot;:12.12},{&quot;2026-06-20&quot;:12.12},{&quot;2026-06-21&quot;:12.12},{&quot;2026-06-22&quot;:12.25},{&quot;2026-06-23&quot;:12.22},{&quot;2026-06-24&quot;:12.22},{&quot;2026-06-25&quot;:12.22},{&quot;2026-06-26&quot;:12.22},{&quot;2026-06-27&quot;:12.22},{&quot;2026-06-28&quot;:12.22},{&quot;2026-06-29&quot;:12.22},{&quot;2026-06-30&quot;:12.22},{&quot;2026-07-01&quot;:12.22},{&quot;2026-07-02&quot;:12.22},{&quot;2026-07-03&quot;:12.22},{&quot;2026-07-04&quot;:12.22},{&quot;2026-07-05&quot;:12.22},{&quot;2026-07-06&quot;:12.22},{&quot;2026-07-07&quot;:12.22},{&quot;2026-07-08&quot;:12.22},{&quot;2026-07-09&quot;:12.22},{&quot;2026-07-10&quot;:12.22},{&quot;2026-07-11&quot;:12.22},{&quot;2026-07-12&quot;:12.22},{&quot;2026-07-13&quot;:12.22},{&quot;2026-07-14&quot;:12.22},{&quot;2026-07-15&quot;:12.22},{&quot;2026-07-16&quot;:12.22},{&quot;2026-07-17&quot;:12.22},{&quot;2026-07-18&quot;:12.22},{&quot;2026-07-19&quot;:12.22},{&quot;2026-07-20&quot;:12.22},{&quot;2026-07-21&quot;:12.22},{&quot;2026-07-22&quot;:12.22},{&quot;2026-07-23&quot;:12.22},{&quot;2026-07-24&quot;:12.15},{&quot;2026-07-25&quot;:12.15},{&quot;2026-07-26&quot;:12.15},{&quot;2026-07-27&quot;:12.15},{&quot;2026-07-28&quot;:12.15},{&quot;2026-07-29&quot;:12.15},{&quot;2026-07-30&quot;:12.07},{&quot;2026-07-31&quot;:12.07},{&quot;2026-08-01&quot;:12.07},{&quot;2026-08-02&quot;:12.12},{&quot;2026-08-03&quot;:12.12},{&quot;2026-08-04&quot;:12.23},{&quot;2026-08-05&quot;:12.23},{&quot;2026-08-07&quot;:12.23},{&quot;2026-08-08&quot;:12.23},{&quot;2026-08-09&quot;:12.23},{&quot;2026-08-10&quot;:12.23},{&quot;2026-08-11&quot;:12.2},{&quot;2026-08-12&quot;:12.01},{&quot;2026-08-13&quot;:12.01},{&quot;2026-08-14&quot;:12.01},{&quot;2026-08-15&quot;:12.01},{&quot;2026-08-16&quot;:11.85},{&quot;2026-08-17&quot;:11.85},{&quot;2026-08-18&quot;:11.85},{&quot;2026-08-19&quot;:11.85},{&quot;2026-08-20&quot;:11.85},{&quot;2026-08-21&quot;:11.85},{&quot;2026-08-22&quot;:11.85},{&quot;2026-08-23&quot;:11.87},{&quot;2026-08-24&quot;:11.87},{&quot;2026-08-25&quot;:11.87},{&quot;2026-08-26&quot;:11.87},{&quot;2026-08-27&quot;:11.87},{&quot;2026-08-28&quot;:11.87},{&quot;2026-08-29&quot;:11.87},{&quot;2026-08-30&quot;:11.87},{&quot;2026-08-31&quot;:11.87},{&quot;2026-09-01&quot;:11.87},{&quot;2026-09-02&quot;:11.87},{&quot;2026-09-03&quot;:11.87},{&quot;2026-09-04&quot;:11.87},{&quot;2026-09-05&quot;:11.87},{&quot;2026-09-06&quot;:11.87},{&quot;2026-09-07&quot;:11.74},{&quot;2026-09-08&quot;:11.74},{&quot;2026-09-09&quot;:11.74},{&quot;2026-09-10&quot;:11.74},{&quot;2026-09-11&quot;:11.74}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.84},{&quot;2026-06-14&quot;:1.84},{&quot;2026-06-15&quot;:1.84},{&quot;2026-06-16&quot;:1.84},{&quot;2026-06-17&quot;:1.84},{&quot;2026-06-18&quot;:1.84},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.84},{&quot;2026-06-21&quot;:1.84},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.72},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.75},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.74},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.74},{&quot;2026-07-04&quot;:1.74},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.75},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.77},{&quot;2026-07-12&quot;:1.77},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.78},{&quot;2026-07-17&quot;:1.75},{&quot;2026-07-18&quot;:1.8},{&quot;2026-07-19&quot;:1.8},{&quot;2026-07-20&quot;:1.8},{&quot;2026-07-21&quot;:1.8},{&quot;2026-07-22&quot;:1.8},{&quot;2026-07-23&quot;:1.8},{&quot;2026-07-24&quot;:1.76},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.75},{&quot;2026-07-28&quot;:1.75},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.78},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.86},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.86},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:1.91},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.86},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.79},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.79},{&quot;2026-08-23&quot;:1.81},{&quot;2026-08-24&quot;:1.79},{&quot;2026-08-25&quot;:1.79},{&quot;2026-08-26&quot;:1.79},{&quot;2026-08-27&quot;:1.76},{&quot;2026-08-28&quot;:1.77},{&quot;2026-08-29&quot;:1.77},{&quot;2026-08-30&quot;:1.7},{&quot;2026-08-31&quot;:1.67},{&quot;2026-09-01&quot;:1.67},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.67},{&quot;2026-09-04&quot;:1.69},{&quot;2026-09-05&quot;:1.71},{&quot;2026-09-06&quot;:1.71},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.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="57748"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.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="Plains" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36ccde39-98bd-4a67-bfcf-a66d9fbd9417.jpg?1783917976" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/3/6/36ccde39-98bd-4a67-bfcf-a66d9fbd9417.jpg?1783917976" />
    </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">
            3
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:2.26},{&quot;2026-06-10&quot;:2.24},{&quot;2026-06-11&quot;:2.3},{&quot;2026-06-12&quot;:2.45},{&quot;2026-06-13&quot;:2.35},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.25},{&quot;2026-06-17&quot;:2.19},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.27},{&quot;2026-06-20&quot;:2.27},{&quot;2026-06-21&quot;:2.29},{&quot;2026-06-22&quot;:2.34},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.31},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.16},{&quot;2026-06-28&quot;:2.16},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:1.97},{&quot;2026-07-02&quot;:1.75},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.91},{&quot;2026-07-08&quot;:1.86},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.82},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.66},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.64},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.65},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.64},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.49},{&quot;2026-08-08&quot;:1.45},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.35},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.75},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.85},{&quot;2026-08-21&quot;:1.98},{&quot;2026-08-22&quot;:1.96},{&quot;2026-08-23&quot;:2.03},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.71},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.6},{&quot;2026-09-04&quot;:1.62},{&quot;2026-09-05&quot;:1.63},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.73},{&quot;2026-09-09&quot;:1.73},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.76}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.5},{&quot;2026-06-10&quot;:1.46},{&quot;2026-06-11&quot;:1.45},{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.33},{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.35},{&quot;2026-06-16&quot;:1.35},{&quot;2026-06-17&quot;:1.35},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.29},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.15},{&quot;2026-06-27&quot;:1.17},{&quot;2026-06-28&quot;:1.16},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.15},{&quot;2026-07-01&quot;:1.16},{&quot;2026-07-02&quot;:1.15},{&quot;2026-07-03&quot;:1.15},{&quot;2026-07-04&quot;:1.14},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.17},{&quot;2026-07-14&quot;:1.12},{&quot;2026-07-15&quot;:1.13},{&quot;2026-07-16&quot;:1.16},{&quot;2026-07-17&quot;:1.12},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.08},{&quot;2026-07-20&quot;:1.09},{&quot;2026-07-21&quot;:1.14},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-25&quot;:1.36},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.39},{&quot;2026-08-01&quot;:1.39},{&quot;2026-08-02&quot;:1.38},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.43},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.4},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.38},{&quot;2026-08-15&quot;:1.35},{&quot;2026-08-16&quot;:1.22},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.15},{&quot;2026-08-19&quot;:1.17},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.17},{&quot;2026-08-23&quot;:1.15},{&quot;2026-08-24&quot;:1.17},{&quot;2026-08-25&quot;:1.17},{&quot;2026-08-26&quot;:1.2},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.22},{&quot;2026-08-29&quot;:1.22},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.38},{&quot;2026-09-01&quot;:1.38},{&quot;2026-09-02&quot;:1.29},{&quot;2026-09-03&quot;:1.31},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:0.98},{&quot;2026-09-07&quot;:0.98},{&quot;2026-09-08&quot;:0.97},{&quot;2026-09-09&quot;:0.9},{&quot;2026-09-10&quot;:0.93},{&quot;2026-09-11&quot;:0.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="18257"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        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="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">
            $1.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="Serra Paragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/e/ce295f1e-fb31-4275-a5d3-8c6f29afff40.jpg?1783921359" />

        <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">
            Serra Paragon
        </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 — Angel</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="Serra Paragon" src="https://cards.scryfall.io/large/front/c/e/ce295f1e-fb31-4275-a5d3-8c6f29afff40.jpg?1783921359" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.96},{&quot;2026-06-12&quot;:4.96},{&quot;2026-06-13&quot;:4.96},{&quot;2026-06-14&quot;:4.96},{&quot;2026-06-15&quot;:4.96},{&quot;2026-06-16&quot;:4.96},{&quot;2026-06-17&quot;:4.94},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.82},{&quot;2026-06-20&quot;:4.82},{&quot;2026-06-21&quot;:4.84},{&quot;2026-06-22&quot;:4.84},{&quot;2026-06-23&quot;:4.84},{&quot;2026-06-24&quot;:4.84},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.84},{&quot;2026-06-28&quot;:4.84},{&quot;2026-06-29&quot;:4.84},{&quot;2026-06-30&quot;:4.84},{&quot;2026-07-01&quot;:4.84},{&quot;2026-07-02&quot;:4.86},{&quot;2026-07-03&quot;:4.86},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:4.86},{&quot;2026-07-06&quot;:4.86},{&quot;2026-07-07&quot;:4.86},{&quot;2026-07-08&quot;:4.86},{&quot;2026-07-09&quot;:4.86},{&quot;2026-07-10&quot;:4.86},{&quot;2026-07-11&quot;:4.86},{&quot;2026-07-12&quot;:4.86},{&quot;2026-07-13&quot;:4.86},{&quot;2026-07-14&quot;:4.86},{&quot;2026-07-15&quot;:4.86},{&quot;2026-07-16&quot;:4.86},{&quot;2026-07-17&quot;:4.86},{&quot;2026-07-18&quot;:4.86},{&quot;2026-07-19&quot;:4.86},{&quot;2026-07-20&quot;:4.86},{&quot;2026-07-21&quot;:4.86},{&quot;2026-07-23&quot;:4.87},{&quot;2026-07-25&quot;:4.87},{&quot;2026-07-26&quot;:4.87},{&quot;2026-07-27&quot;:4.87},{&quot;2026-07-28&quot;:4.65},{&quot;2026-07-29&quot;:4.87},{&quot;2026-07-30&quot;:4.87},{&quot;2026-07-31&quot;:4.87},{&quot;2026-08-01&quot;:4.87},{&quot;2026-08-02&quot;:4.87},{&quot;2026-08-03&quot;:4.87},{&quot;2026-08-04&quot;:4.71},{&quot;2026-08-05&quot;:4.71},{&quot;2026-08-07&quot;:4.71},{&quot;2026-08-08&quot;:4.71},{&quot;2026-08-09&quot;:4.7},{&quot;2026-08-10&quot;:4.7},{&quot;2026-08-11&quot;:4.7},{&quot;2026-08-12&quot;:4.7},{&quot;2026-08-13&quot;:4.7},{&quot;2026-08-14&quot;:4.7},{&quot;2026-08-15&quot;:4.7},{&quot;2026-08-16&quot;:4.7},{&quot;2026-08-17&quot;:4.7},{&quot;2026-08-18&quot;:4.7},{&quot;2026-08-19&quot;:4.67},{&quot;2026-08-20&quot;:4.67},{&quot;2026-08-21&quot;:4.67},{&quot;2026-08-22&quot;:4.67},{&quot;2026-08-23&quot;:4.67},{&quot;2026-08-24&quot;:4.67},{&quot;2026-08-25&quot;:4.67},{&quot;2026-08-26&quot;:4.67},{&quot;2026-08-27&quot;:4.67},{&quot;2026-08-28&quot;:4.68},{&quot;2026-08-29&quot;:4.68},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.74},{&quot;2026-09-01&quot;:4.74},{&quot;2026-09-02&quot;:4.68},{&quot;2026-09-03&quot;:4.68},{&quot;2026-09-04&quot;:4.74},{&quot;2026-09-05&quot;:4.74},{&quot;2026-09-06&quot;:4.74},{&quot;2026-09-07&quot;:4.74},{&quot;2026-09-08&quot;:4.74},{&quot;2026-09-09&quot;:4.77},{&quot;2026-09-10&quot;:4.77},{&quot;2026-09-11&quot;:4.77}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.4},{&quot;2026-06-12&quot;:4.41},{&quot;2026-06-13&quot;:4.45},{&quot;2026-06-14&quot;:4.43},{&quot;2026-06-15&quot;:4.43},{&quot;2026-06-16&quot;:4.4},{&quot;2026-06-17&quot;:4.39},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.36},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.3},{&quot;2026-06-22&quot;:4.36},{&quot;2026-06-23&quot;:4.36},{&quot;2026-06-24&quot;:4.36},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:4.25},{&quot;2026-06-29&quot;:4.25},{&quot;2026-06-30&quot;:4.25},{&quot;2026-07-01&quot;:4.2},{&quot;2026-07-02&quot;:4.2},{&quot;2026-07-03&quot;:4.12},{&quot;2026-07-04&quot;:4.12},{&quot;2026-07-05&quot;:3.79},{&quot;2026-07-06&quot;:3.66},{&quot;2026-07-07&quot;:3.74},{&quot;2026-07-08&quot;:3.6},{&quot;2026-07-09&quot;:3.5},{&quot;2026-07-10&quot;:3.5},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.42},{&quot;2026-07-13&quot;:3.42},{&quot;2026-07-14&quot;:3.38},{&quot;2026-07-15&quot;:3.38},{&quot;2026-07-16&quot;:3.38},{&quot;2026-07-17&quot;:3.38},{&quot;2026-07-18&quot;:3.23},{&quot;2026-07-19&quot;:3.01},{&quot;2026-07-20&quot;:3.04},{&quot;2026-07-21&quot;:3.04},{&quot;2026-07-23&quot;:2.83},{&quot;2026-07-25&quot;:2.77},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.43},{&quot;2026-08-01&quot;:2.43},{&quot;2026-08-02&quot;:2.44},{&quot;2026-08-03&quot;:2.43},{&quot;2026-08-04&quot;:2.43},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.27},{&quot;2026-08-12&quot;:2.27},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.26},{&quot;2026-08-16&quot;:2.26},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.18},{&quot;2026-08-19&quot;:2.18},{&quot;2026-08-20&quot;:2.18},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.11},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.67},{&quot;2026-09-05&quot;:1.67},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.66},{&quot;2026-09-08&quot;:1.67},{&quot;2026-09-09&quot;:1.7},{&quot;2026-09-10&quot;:1.7},{&quot;2026-09-11&quot;:1.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="19981"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Austere Command" src="https://cards.scryfall.io/large/front/d/3/d36e87ca-71e1-43d2-841f-b01a58fe27f0.jpg?1783930221" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.31},{&quot;2026-06-11&quot;:2.31},{&quot;2026-06-12&quot;:2.31},{&quot;2026-06-13&quot;:2.31},{&quot;2026-06-14&quot;:2.31},{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.31},{&quot;2026-06-17&quot;:2.31},{&quot;2026-06-18&quot;:2.31},{&quot;2026-06-19&quot;:2.31},{&quot;2026-06-20&quot;:2.31},{&quot;2026-06-21&quot;:2.31},{&quot;2026-06-22&quot;:2.31},{&quot;2026-06-23&quot;:2.31},{&quot;2026-06-24&quot;:2.31},{&quot;2026-06-25&quot;:2.31},{&quot;2026-06-26&quot;:2.31},{&quot;2026-06-27&quot;:2.31},{&quot;2026-06-28&quot;:2.34},{&quot;2026-06-29&quot;:2.34},{&quot;2026-06-30&quot;:2.34},{&quot;2026-07-01&quot;:2.34},{&quot;2026-07-02&quot;:2.34},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:2.29},{&quot;2026-07-05&quot;:2.31},{&quot;2026-07-06&quot;:2.31},{&quot;2026-07-07&quot;:2.31},{&quot;2026-07-08&quot;:2.31},{&quot;2026-07-09&quot;:2.31},{&quot;2026-07-10&quot;:2.31},{&quot;2026-07-11&quot;:2.31},{&quot;2026-07-12&quot;:2.31},{&quot;2026-07-13&quot;:2.31},{&quot;2026-07-14&quot;:2.31},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.31},{&quot;2026-07-17&quot;:2.31},{&quot;2026-07-18&quot;:2.31},{&quot;2026-07-19&quot;:2.31},{&quot;2026-07-20&quot;:2.31},{&quot;2026-07-21&quot;:2.31},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-25&quot;:2.41},{&quot;2026-07-26&quot;:2.41},{&quot;2026-07-27&quot;:2.41},{&quot;2026-07-29&quot;:2.41},{&quot;2026-07-30&quot;:2.41},{&quot;2026-07-31&quot;:2.41},{&quot;2026-08-01&quot;:2.41},{&quot;2026-08-02&quot;:2.41},{&quot;2026-08-03&quot;:2.41},{&quot;2026-08-04&quot;:2.44},{&quot;2026-08-05&quot;:2.44},{&quot;2026-08-07&quot;:2.44},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.44},{&quot;2026-08-10&quot;:2.44},{&quot;2026-08-11&quot;:2.45},{&quot;2026-08-12&quot;:2.45},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.49},{&quot;2026-08-17&quot;:2.49},{&quot;2026-08-18&quot;:2.49},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.49},{&quot;2026-08-22&quot;:2.49},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.49},{&quot;2026-08-27&quot;:2.49},{&quot;2026-08-28&quot;:2.49},{&quot;2026-08-29&quot;:2.49},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.49},{&quot;2026-09-03&quot;:2.49},{&quot;2026-09-04&quot;:2.49},{&quot;2026-09-05&quot;:2.49},{&quot;2026-09-06&quot;:2.49},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.49},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.49}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.7},{&quot;2026-06-11&quot;:1.78},{&quot;2026-06-12&quot;:1.78},{&quot;2026-06-13&quot;:1.78},{&quot;2026-06-14&quot;:1.78},{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.85},{&quot;2026-06-17&quot;:1.85},{&quot;2026-06-18&quot;:1.85},{&quot;2026-06-19&quot;:1.85},{&quot;2026-06-20&quot;:1.85},{&quot;2026-06-21&quot;:1.85},{&quot;2026-06-22&quot;:1.85},{&quot;2026-06-23&quot;:1.81},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.74},{&quot;2026-07-04&quot;:1.74},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.74},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.74},{&quot;2026-07-11&quot;:1.74},{&quot;2026-07-12&quot;:1.74},{&quot;2026-07-13&quot;:1.74},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.76},{&quot;2026-07-20&quot;:1.76},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.78},{&quot;2026-07-25&quot;:1.78},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.71},{&quot;2026-08-01&quot;:1.71},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.58},{&quot;2026-08-04&quot;:1.54},{&quot;2026-08-05&quot;:1.54},{&quot;2026-08-07&quot;:1.54},{&quot;2026-08-08&quot;:1.54},{&quot;2026-08-09&quot;:1.54},{&quot;2026-08-10&quot;:1.54},{&quot;2026-08-11&quot;:1.58},{&quot;2026-08-12&quot;:1.58},{&quot;2026-08-13&quot;:1.58},{&quot;2026-08-14&quot;:1.58},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.58},{&quot;2026-08-17&quot;:1.58},{&quot;2026-08-18&quot;:1.54},{&quot;2026-08-19&quot;:1.54},{&quot;2026-08-20&quot;:1.54},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.54},{&quot;2026-08-23&quot;:1.54},{&quot;2026-08-24&quot;:1.49},{&quot;2026-08-25&quot;:1.49},{&quot;2026-08-26&quot;:1.48},{&quot;2026-08-27&quot;:1.48},{&quot;2026-08-28&quot;:1.48},{&quot;2026-08-29&quot;:1.48},{&quot;2026-08-30&quot;:1.43},{&quot;2026-08-31&quot;:1.43},{&quot;2026-09-01&quot;:1.43},{&quot;2026-09-02&quot;:1.43},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.43},{&quot;2026-09-05&quot;:1.43},{&quot;2026-09-06&quot;:1.43},{&quot;2026-09-07&quot;:1.43},{&quot;2026-09-08&quot;:1.45},{&quot;2026-09-09&quot;:1.45},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Giada, Font 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="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Giada, Font of Hope" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8ae6fc26-cfad-4da8-98d9-49c27c24d293.jpg?1783909085" />

        <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">
            Giada, Font of Hope
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Giada, Font of Hope" src="https://cards.scryfall.io/large/front/8/a/8ae6fc26-cfad-4da8-98d9-49c27c24d293.jpg?1783909085" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:1.18},{&quot;2026-06-11&quot;:1.18},{&quot;2026-06-12&quot;:1.2},{&quot;2026-06-13&quot;:1.19},{&quot;2026-06-14&quot;:1.17},{&quot;2026-06-15&quot;:1.17},{&quot;2026-06-16&quot;:1.16},{&quot;2026-06-17&quot;:1.16},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.19},{&quot;2026-06-20&quot;:1.19},{&quot;2026-06-21&quot;:1.16},{&quot;2026-06-22&quot;:1.17},{&quot;2026-06-23&quot;:1.17},{&quot;2026-06-24&quot;:1.17},{&quot;2026-06-25&quot;:1.17},{&quot;2026-06-26&quot;:1.17},{&quot;2026-06-27&quot;:1.16},{&quot;2026-06-28&quot;:1.16},{&quot;2026-06-29&quot;:1.16},{&quot;2026-06-30&quot;:1.15},{&quot;2026-07-01&quot;:1.15},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.16},{&quot;2026-07-04&quot;:1.16},{&quot;2026-07-05&quot;:1.15},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.15},{&quot;2026-07-08&quot;:1.18},{&quot;2026-07-09&quot;:1.16},{&quot;2026-07-10&quot;:1.18},{&quot;2026-07-11&quot;:1.18},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.24},{&quot;2026-07-14&quot;:1.24},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.25},{&quot;2026-07-17&quot;:1.25},{&quot;2026-07-18&quot;:1.26},{&quot;2026-07-19&quot;:1.26},{&quot;2026-07-20&quot;:1.28},{&quot;2026-07-21&quot;:1.28},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.29},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.22},{&quot;2026-07-31&quot;:1.15},{&quot;2026-08-01&quot;:1.15},{&quot;2026-08-02&quot;:1.1},{&quot;2026-08-03&quot;:1.09},{&quot;2026-08-04&quot;:1.06},{&quot;2026-08-05&quot;:1.04},{&quot;2026-08-07&quot;:1.02},{&quot;2026-08-08&quot;:1.01},{&quot;2026-08-09&quot;:0.98},{&quot;2026-08-10&quot;:0.96},{&quot;2026-08-11&quot;:1.01},{&quot;2026-08-12&quot;:1.02},{&quot;2026-08-13&quot;:1.02},{&quot;2026-08-14&quot;:1.0},{&quot;2026-08-15&quot;:1.02},{&quot;2026-08-16&quot;:1.05},{&quot;2026-08-17&quot;:1.03},{&quot;2026-08-18&quot;:1.04},{&quot;2026-08-19&quot;:1.04},{&quot;2026-08-20&quot;:1.04},{&quot;2026-08-21&quot;:1.09},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.28},{&quot;2026-08-25&quot;:1.28},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.23},{&quot;2026-08-29&quot;:1.23},{&quot;2026-08-30&quot;:1.35},{&quot;2026-08-31&quot;:1.34},{&quot;2026-09-01&quot;:1.34},{&quot;2026-09-02&quot;:1.27},{&quot;2026-09-03&quot;:1.3},{&quot;2026-09-04&quot;:1.34},{&quot;2026-09-05&quot;:1.32},{&quot;2026-09-06&quot;:1.32},{&quot;2026-09-07&quot;:1.28},{&quot;2026-09-08&quot;:1.28},{&quot;2026-09-09&quot;:1.27},{&quot;2026-09-10&quot;:1.22},{&quot;2026-09-11&quot;:1.22}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.48},{&quot;2026-06-11&quot;:0.5},{&quot;2026-06-12&quot;:0.48},{&quot;2026-06-13&quot;:0.53},{&quot;2026-06-14&quot;:0.54},{&quot;2026-06-15&quot;:0.56},{&quot;2026-06-16&quot;:0.56},{&quot;2026-06-17&quot;:0.54},{&quot;2026-06-18&quot;:0.55},{&quot;2026-06-19&quot;:0.54},{&quot;2026-06-20&quot;:0.51},{&quot;2026-06-21&quot;:0.52},{&quot;2026-06-22&quot;:0.49},{&quot;2026-06-23&quot;:0.49},{&quot;2026-06-24&quot;:0.53},{&quot;2026-06-25&quot;:0.55},{&quot;2026-06-26&quot;:0.56},{&quot;2026-06-27&quot;:0.56},{&quot;2026-06-28&quot;:0.57},{&quot;2026-06-29&quot;:0.56},{&quot;2026-06-30&quot;:0.61},{&quot;2026-07-01&quot;:0.56},{&quot;2026-07-02&quot;:0.56},{&quot;2026-07-03&quot;:0.57},{&quot;2026-07-04&quot;:0.61},{&quot;2026-07-05&quot;:0.6},{&quot;2026-07-06&quot;:0.61},{&quot;2026-07-07&quot;:0.58},{&quot;2026-07-08&quot;:0.57},{&quot;2026-07-09&quot;:0.57},{&quot;2026-07-10&quot;:0.56},{&quot;2026-07-11&quot;:0.55},{&quot;2026-07-12&quot;:0.53},{&quot;2026-07-13&quot;:0.53},{&quot;2026-07-14&quot;:0.53},{&quot;2026-07-15&quot;:0.56},{&quot;2026-07-16&quot;:0.55},{&quot;2026-07-17&quot;:0.6},{&quot;2026-07-18&quot;:0.6},{&quot;2026-07-19&quot;:0.58},{&quot;2026-07-20&quot;:0.53},{&quot;2026-07-21&quot;:0.53},{&quot;2026-07-23&quot;:0.59},{&quot;2026-07-25&quot;:0.59},{&quot;2026-07-26&quot;:0.6},{&quot;2026-07-27&quot;:0.65},{&quot;2026-07-29&quot;:0.69},{&quot;2026-07-30&quot;:0.68},{&quot;2026-07-31&quot;:0.68},{&quot;2026-08-01&quot;:0.69},{&quot;2026-08-02&quot;:0.66},{&quot;2026-08-03&quot;:0.61},{&quot;2026-08-04&quot;:0.6},{&quot;2026-08-05&quot;:0.53},{&quot;2026-08-07&quot;:0.73},{&quot;2026-08-08&quot;:0.8},{&quot;2026-08-09&quot;:0.78},{&quot;2026-08-10&quot;:0.73},{&quot;2026-08-11&quot;:0.77},{&quot;2026-08-12&quot;:0.74},{&quot;2026-08-13&quot;:0.75},{&quot;2026-08-14&quot;:0.77},{&quot;2026-08-15&quot;:0.8},{&quot;2026-08-16&quot;:0.78},{&quot;2026-08-17&quot;:0.72},{&quot;2026-08-18&quot;:0.71},{&quot;2026-08-19&quot;:0.79},{&quot;2026-08-20&quot;:0.79},{&quot;2026-08-21&quot;:0.86},{&quot;2026-08-22&quot;:0.85},{&quot;2026-08-23&quot;:0.78},{&quot;2026-08-24&quot;:0.71},{&quot;2026-08-25&quot;:0.71},{&quot;2026-08-26&quot;:0.7},{&quot;2026-08-27&quot;:0.72},{&quot;2026-08-28&quot;:0.79},{&quot;2026-08-29&quot;:0.79},{&quot;2026-08-30&quot;:0.84},{&quot;2026-08-31&quot;:0.92},{&quot;2026-09-01&quot;:0.92},{&quot;2026-09-02&quot;:0.81},{&quot;2026-09-03&quot;:0.84},{&quot;2026-09-04&quot;:0.87},{&quot;2026-09-05&quot;:0.81},{&quot;2026-09-06&quot;:0.75},{&quot;2026-09-07&quot;:0.79},{&quot;2026-09-08&quot;:0.81},{&quot;2026-09-09&quot;:0.75},{&quot;2026-09-10&quot;:0.77},{&quot;2026-09-11&quot;:0.83}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/4/f/4ff9fbf5-de6f-4ef9-a6ab-56da4b341b77.jpg?1783916226" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  30%
                </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.19</span>
              <span class="text-xs text-grey-text">Credit: $0.25</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.97},{&quot;2026-06-14&quot;:0.97},{&quot;2026-06-15&quot;:0.97},{&quot;2026-06-16&quot;:0.97},{&quot;2026-06-17&quot;:0.97},{&quot;2026-06-18&quot;:0.92},{&quot;2026-06-19&quot;:0.88},{&quot;2026-06-20&quot;:0.88},{&quot;2026-06-21&quot;:0.84},{&quot;2026-06-22&quot;:0.81},{&quot;2026-06-23&quot;:0.79},{&quot;2026-06-24&quot;:0.77},{&quot;2026-06-25&quot;:0.77},{&quot;2026-06-26&quot;:0.7},{&quot;2026-06-27&quot;:0.66},{&quot;2026-06-28&quot;:0.7},{&quot;2026-06-29&quot;:0.78},{&quot;2026-06-30&quot;:0.8},{&quot;2026-07-01&quot;:0.78},{&quot;2026-07-02&quot;:0.78},{&quot;2026-07-03&quot;:0.79},{&quot;2026-07-04&quot;:0.77},{&quot;2026-07-05&quot;:0.78},{&quot;2026-07-06&quot;:0.78},{&quot;2026-07-07&quot;:0.78},{&quot;2026-07-08&quot;:0.8},{&quot;2026-07-09&quot;:0.78},{&quot;2026-07-10&quot;:0.77},{&quot;2026-07-11&quot;:0.78},{&quot;2026-07-12&quot;:0.78},{&quot;2026-07-13&quot;:0.84},{&quot;2026-07-14&quot;:0.83},{&quot;2026-07-15&quot;:0.89},{&quot;2026-07-16&quot;:0.89},{&quot;2026-07-17&quot;:0.89},{&quot;2026-07-18&quot;:0.81},{&quot;2026-07-19&quot;:0.84},{&quot;2026-07-20&quot;:0.84},{&quot;2026-07-21&quot;:0.79},{&quot;2026-07-22&quot;:0.8},{&quot;2026-07-23&quot;:0.8},{&quot;2026-07-24&quot;:0.8},{&quot;2026-07-25&quot;:0.8},{&quot;2026-07-26&quot;:0.82},{&quot;2026-07-27&quot;:0.82},{&quot;2026-07-28&quot;:0.84},{&quot;2026-07-29&quot;:0.84},{&quot;2026-07-30&quot;:0.8},{&quot;2026-07-31&quot;:0.78},{&quot;2026-08-01&quot;:0.78},{&quot;2026-08-02&quot;:0.78},{&quot;2026-08-03&quot;:0.68},{&quot;2026-08-04&quot;:0.7},{&quot;2026-08-05&quot;:0.74},{&quot;2026-08-07&quot;:0.76},{&quot;2026-08-08&quot;:0.73},{&quot;2026-08-09&quot;:0.77},{&quot;2026-08-10&quot;:0.76},{&quot;2026-08-11&quot;:0.79},{&quot;2026-08-12&quot;:0.79},{&quot;2026-08-13&quot;:0.84},{&quot;2026-08-14&quot;:0.84},{&quot;2026-08-15&quot;:0.81},{&quot;2026-08-16&quot;:0.82},{&quot;2026-08-17&quot;:0.82},{&quot;2026-08-18&quot;:0.81},{&quot;2026-08-19&quot;:0.83},{&quot;2026-08-20&quot;:0.84},{&quot;2026-08-21&quot;:0.84},{&quot;2026-08-22&quot;:0.85},{&quot;2026-08-23&quot;:0.86},{&quot;2026-08-24&quot;:0.95},{&quot;2026-08-25&quot;:0.97},{&quot;2026-08-26&quot;:0.97},{&quot;2026-08-27&quot;:0.97},{&quot;2026-08-28&quot;:0.97},{&quot;2026-08-29&quot;:0.97},{&quot;2026-08-30&quot;:0.93},{&quot;2026-08-31&quot;:0.93},{&quot;2026-09-01&quot;:0.89},{&quot;2026-09-02&quot;:0.89},{&quot;2026-09-03&quot;:0.89},{&quot;2026-09-04&quot;:0.9},{&quot;2026-09-05&quot;:0.91},{&quot;2026-09-06&quot;:0.89},{&quot;2026-09-07&quot;:1.01},{&quot;2026-09-08&quot;:1.01},{&quot;2026-09-09&quot;:1.16},{&quot;2026-09-10&quot;:1.18},{&quot;2026-09-11&quot;:1.18}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.44},{&quot;2026-06-14&quot;:0.44},{&quot;2026-06-15&quot;:0.44},{&quot;2026-06-16&quot;:0.42},{&quot;2026-06-17&quot;:0.41},{&quot;2026-06-18&quot;:0.38},{&quot;2026-06-19&quot;:0.37},{&quot;2026-06-20&quot;:0.35},{&quot;2026-06-21&quot;:0.35},{&quot;2026-06-22&quot;:0.35},{&quot;2026-06-23&quot;:0.35},{&quot;2026-06-24&quot;:0.34},{&quot;2026-06-25&quot;:0.34},{&quot;2026-06-26&quot;:0.34},{&quot;2026-06-27&quot;:0.33},{&quot;2026-06-28&quot;:0.34},{&quot;2026-06-29&quot;:0.34},{&quot;2026-06-30&quot;:0.34},{&quot;2026-07-01&quot;:0.38},{&quot;2026-07-02&quot;:0.39},{&quot;2026-07-03&quot;:0.38},{&quot;2026-07-04&quot;:0.4},{&quot;2026-07-05&quot;:0.42},{&quot;2026-07-06&quot;:0.42},{&quot;2026-07-07&quot;:0.41},{&quot;2026-07-08&quot;:0.4},{&quot;2026-07-09&quot;:0.44},{&quot;2026-07-10&quot;:0.42},{&quot;2026-07-11&quot;:0.4},{&quot;2026-07-12&quot;:0.44},{&quot;2026-07-13&quot;:0.48},{&quot;2026-07-14&quot;:0.49},{&quot;2026-07-15&quot;:0.47},{&quot;2026-07-16&quot;:0.47},{&quot;2026-07-17&quot;:0.48},{&quot;2026-07-18&quot;:0.5},{&quot;2026-07-19&quot;:0.52},{&quot;2026-07-20&quot;:0.52},{&quot;2026-07-21&quot;:0.51},{&quot;2026-07-22&quot;:0.46},{&quot;2026-07-23&quot;:0.47},{&quot;2026-07-24&quot;:0.47},{&quot;2026-07-25&quot;:0.47},{&quot;2026-07-26&quot;:0.46},{&quot;2026-07-27&quot;:0.46},{&quot;2026-07-28&quot;:0.5},{&quot;2026-07-29&quot;:0.53},{&quot;2026-07-30&quot;:0.52},{&quot;2026-07-31&quot;:0.5},{&quot;2026-08-01&quot;:0.48},{&quot;2026-08-02&quot;:0.44},{&quot;2026-08-03&quot;:0.45},{&quot;2026-08-04&quot;:0.41},{&quot;2026-08-05&quot;:0.41},{&quot;2026-08-07&quot;:0.43},{&quot;2026-08-08&quot;:0.44},{&quot;2026-08-09&quot;:0.45},{&quot;2026-08-10&quot;:0.47},{&quot;2026-08-11&quot;:0.48},{&quot;2026-08-12&quot;:0.54},{&quot;2026-08-13&quot;:0.52},{&quot;2026-08-14&quot;:0.53},{&quot;2026-08-15&quot;:0.53},{&quot;2026-08-16&quot;:0.58},{&quot;2026-08-17&quot;:0.57},{&quot;2026-08-18&quot;:0.46},{&quot;2026-08-19&quot;:0.49},{&quot;2026-08-20&quot;:0.5},{&quot;2026-08-21&quot;:0.5},{&quot;2026-08-22&quot;:0.49},{&quot;2026-08-23&quot;:0.51},{&quot;2026-08-24&quot;:0.49},{&quot;2026-08-25&quot;:0.52},{&quot;2026-08-26&quot;:0.49},{&quot;2026-08-27&quot;:0.52},{&quot;2026-08-28&quot;:0.54},{&quot;2026-08-29&quot;:0.54},{&quot;2026-08-30&quot;:0.61},{&quot;2026-08-31&quot;:0.59},{&quot;2026-09-01&quot;:0.55},{&quot;2026-09-02&quot;:0.56},{&quot;2026-09-03&quot;:0.54},{&quot;2026-09-04&quot;:0.53},{&quot;2026-09-05&quot;:0.48},{&quot;2026-09-06&quot;:0.49},{&quot;2026-09-07&quot;:0.49},{&quot;2026-09-08&quot;:0.52},{&quot;2026-09-09&quot;:0.5},{&quot;2026-09-10&quot;:0.5},{&quot;2026-09-11&quot;:0.5}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80404"
  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">
            Belbe&#39;s Portal
        </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">
            $1.09
          </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="Belbe&#39;s Portal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/b/6b46f93d-cdc5-4521-940d-e05d5463c30d.jpg?1783932119" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Belbe&#39;s Portal" src="https://cards.scryfall.io/large/front/6/b/6b46f93d-cdc5-4521-940d-e05d5463c30d.jpg?1783932119" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.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="Entreat the Angels" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/6/0659529d-1328-47de-9910-cce5b744aedf.jpg?1783929724" />

        <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">
            Entreat the Angels
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-x'></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="Entreat the Angels" src="https://cards.scryfall.io/large/front/0/6/0659529d-1328-47de-9910-cce5b744aedf.jpg?1783929724" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/c/c/cc3db531-3f21-49a2-8aeb-d98b7db94397.jpg?1783930063" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.15</span>
              <span class="text-xs text-grey-text">Credit: $0.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;:2.19},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.19},{&quot;2026-06-16&quot;:2.19},{&quot;2026-06-17&quot;:2.18},{&quot;2026-06-18&quot;:2.18},{&quot;2026-06-19&quot;:2.18},{&quot;2026-06-20&quot;:2.16},{&quot;2026-06-21&quot;:2.16},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.16},{&quot;2026-06-25&quot;:2.16},{&quot;2026-06-26&quot;:2.16},{&quot;2026-06-27&quot;:2.16},{&quot;2026-06-28&quot;:2.08},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.08},{&quot;2026-07-03&quot;:2.08},{&quot;2026-07-04&quot;:2.08},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:2.07},{&quot;2026-07-08&quot;:2.07},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:2.07},{&quot;2026-07-11&quot;:2.07},{&quot;2026-07-12&quot;:2.07},{&quot;2026-07-13&quot;:2.06},{&quot;2026-07-14&quot;:2.06},{&quot;2026-07-15&quot;:2.03},{&quot;2026-07-16&quot;:2.03},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:2.03},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-22&quot;:1.95},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-24&quot;:1.95},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:1.95},{&quot;2026-07-28&quot;:1.83},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.8},{&quot;2026-08-05&quot;:1.78},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.77},{&quot;2026-08-09&quot;:1.77},{&quot;2026-08-10&quot;:1.77},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.77},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.77},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.75},{&quot;2026-08-18&quot;:1.75},{&quot;2026-08-19&quot;:1.75},{&quot;2026-08-20&quot;:1.75},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.73},{&quot;2026-08-24&quot;:1.73},{&quot;2026-08-25&quot;:1.73},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.73},{&quot;2026-08-28&quot;:1.73},{&quot;2026-08-29&quot;:1.73},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.73},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.73},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.73},{&quot;2026-09-06&quot;:1.68},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.68},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.68}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.94},{&quot;2026-06-14&quot;:0.94},{&quot;2026-06-15&quot;:0.96},{&quot;2026-06-16&quot;:0.98},{&quot;2026-06-17&quot;:0.98},{&quot;2026-06-18&quot;:0.98},{&quot;2026-06-19&quot;:0.98},{&quot;2026-06-20&quot;:0.98},{&quot;2026-06-21&quot;:0.98},{&quot;2026-06-22&quot;:0.98},{&quot;2026-06-23&quot;:0.97},{&quot;2026-06-24&quot;:0.95},{&quot;2026-06-25&quot;:0.95},{&quot;2026-06-26&quot;:0.95},{&quot;2026-06-27&quot;:0.95},{&quot;2026-06-28&quot;:0.95},{&quot;2026-06-29&quot;:0.95},{&quot;2026-06-30&quot;:0.99},{&quot;2026-07-01&quot;:0.99},{&quot;2026-07-02&quot;:0.97},{&quot;2026-07-03&quot;:0.97},{&quot;2026-07-04&quot;:0.97},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:0.97},{&quot;2026-07-07&quot;:0.96},{&quot;2026-07-08&quot;:0.96},{&quot;2026-07-09&quot;:0.96},{&quot;2026-07-10&quot;:0.96},{&quot;2026-07-11&quot;:0.95},{&quot;2026-07-12&quot;:0.95},{&quot;2026-07-13&quot;:0.93},{&quot;2026-07-14&quot;:0.93},{&quot;2026-07-15&quot;:0.93},{&quot;2026-07-16&quot;:0.93},{&quot;2026-07-17&quot;:0.93},{&quot;2026-07-18&quot;:0.94},{&quot;2026-07-19&quot;:0.94},{&quot;2026-07-20&quot;:0.94},{&quot;2026-07-21&quot;:0.94},{&quot;2026-07-22&quot;:0.94},{&quot;2026-07-23&quot;:0.94},{&quot;2026-07-24&quot;:0.94},{&quot;2026-07-25&quot;:0.99},{&quot;2026-07-26&quot;:0.96},{&quot;2026-07-27&quot;:0.96},{&quot;2026-07-28&quot;:0.96},{&quot;2026-07-29&quot;:0.95},{&quot;2026-07-30&quot;:0.93},{&quot;2026-07-31&quot;:0.97},{&quot;2026-08-01&quot;:0.97},{&quot;2026-08-02&quot;:0.96},{&quot;2026-08-03&quot;:0.96},{&quot;2026-08-04&quot;:0.98},{&quot;2026-08-05&quot;:0.98},{&quot;2026-08-07&quot;:0.98},{&quot;2026-08-08&quot;:0.98},{&quot;2026-08-09&quot;:0.97},{&quot;2026-08-10&quot;:0.97},{&quot;2026-08-11&quot;:0.97},{&quot;2026-08-12&quot;:0.97},{&quot;2026-08-13&quot;:0.97},{&quot;2026-08-14&quot;:0.97},{&quot;2026-08-15&quot;:0.97},{&quot;2026-08-16&quot;:0.96},{&quot;2026-08-17&quot;:0.95},{&quot;2026-08-18&quot;:0.95},{&quot;2026-08-19&quot;:0.95},{&quot;2026-08-20&quot;:0.95},{&quot;2026-08-21&quot;:0.95},{&quot;2026-08-22&quot;:0.95},{&quot;2026-08-23&quot;:0.93},{&quot;2026-08-24&quot;:0.91},{&quot;2026-08-25&quot;:0.91},{&quot;2026-08-26&quot;:0.9},{&quot;2026-08-27&quot;:0.9},{&quot;2026-08-28&quot;:0.84},{&quot;2026-08-29&quot;:0.84},{&quot;2026-08-30&quot;:0.86},{&quot;2026-08-31&quot;:0.86},{&quot;2026-09-01&quot;:0.86},{&quot;2026-09-02&quot;:0.86},{&quot;2026-09-03&quot;:0.88},{&quot;2026-09-04&quot;:0.87},{&quot;2026-09-05&quot;:0.86},{&quot;2026-09-06&quot;:0.85},{&quot;2026-09-07&quot;:0.82},{&quot;2026-09-08&quot;:0.81},{&quot;2026-09-09&quot;:0.8},{&quot;2026-09-10&quot;:0.78},{&quot;2026-09-11&quot;:0.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        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="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">
            $0.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="Youthful Valkyrie" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/8/a8d2690b-8d73-468c-be25-576bc615069a.jpg?1783909031" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Angel</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="Youthful Valkyrie" src="https://cards.scryfall.io/large/front/a/8/a8d2690b-8d73-468c-be25-576bc615069a.jpg?1783909031" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.61},{&quot;2026-06-14&quot;:0.64},{&quot;2026-06-15&quot;:0.65},{&quot;2026-06-16&quot;:0.67},{&quot;2026-06-17&quot;:0.67},{&quot;2026-06-18&quot;:0.67},{&quot;2026-06-19&quot;:0.67},{&quot;2026-06-20&quot;:0.66},{&quot;2026-06-21&quot;:0.66},{&quot;2026-06-22&quot;:0.66},{&quot;2026-06-23&quot;:0.66},{&quot;2026-06-24&quot;:0.65},{&quot;2026-06-25&quot;:0.65},{&quot;2026-06-26&quot;:0.66},{&quot;2026-06-27&quot;:0.66},{&quot;2026-06-28&quot;:0.64},{&quot;2026-06-29&quot;:0.63},{&quot;2026-06-30&quot;:0.63},{&quot;2026-07-01&quot;:0.63},{&quot;2026-07-02&quot;:0.63},{&quot;2026-07-03&quot;:0.66},{&quot;2026-07-04&quot;:0.64},{&quot;2026-07-05&quot;:0.64},{&quot;2026-07-06&quot;:0.64},{&quot;2026-07-07&quot;:0.64},{&quot;2026-07-08&quot;:0.65},{&quot;2026-07-09&quot;:0.65},{&quot;2026-07-10&quot;:0.65},{&quot;2026-07-11&quot;:0.65},{&quot;2026-07-12&quot;:0.66},{&quot;2026-07-13&quot;:0.66},{&quot;2026-07-14&quot;:0.66},{&quot;2026-07-15&quot;:0.66},{&quot;2026-07-16&quot;:0.66},{&quot;2026-07-17&quot;:0.66},{&quot;2026-07-18&quot;:0.7},{&quot;2026-07-19&quot;:0.7},{&quot;2026-07-20&quot;:0.69},{&quot;2026-07-21&quot;:0.68},{&quot;2026-07-22&quot;:0.68},{&quot;2026-07-23&quot;:0.7},{&quot;2026-07-24&quot;:0.71},{&quot;2026-07-25&quot;:0.72},{&quot;2026-07-26&quot;:0.72},{&quot;2026-07-27&quot;:0.72},{&quot;2026-07-28&quot;:0.74},{&quot;2026-07-29&quot;:0.74},{&quot;2026-07-30&quot;:0.73},{&quot;2026-07-31&quot;:0.73},{&quot;2026-08-01&quot;:0.73},{&quot;2026-08-02&quot;:0.71},{&quot;2026-08-03&quot;:0.71},{&quot;2026-08-04&quot;:0.71},{&quot;2026-08-05&quot;:0.71},{&quot;2026-08-07&quot;:0.71},{&quot;2026-08-08&quot;:0.71},{&quot;2026-08-09&quot;:0.72},{&quot;2026-08-10&quot;:0.71},{&quot;2026-08-11&quot;:0.71},{&quot;2026-08-12&quot;:0.72},{&quot;2026-08-13&quot;:0.72},{&quot;2026-08-14&quot;:0.72},{&quot;2026-08-15&quot;:0.73},{&quot;2026-08-16&quot;:0.73},{&quot;2026-08-17&quot;:0.66},{&quot;2026-08-18&quot;:0.66},{&quot;2026-08-19&quot;:0.67},{&quot;2026-08-20&quot;:0.67},{&quot;2026-08-21&quot;:0.67},{&quot;2026-08-22&quot;:0.67},{&quot;2026-08-23&quot;:0.67},{&quot;2026-08-24&quot;:0.72},{&quot;2026-08-25&quot;:0.72},{&quot;2026-08-26&quot;:0.72},{&quot;2026-08-27&quot;:0.74},{&quot;2026-08-28&quot;:0.74},{&quot;2026-08-29&quot;:0.74},{&quot;2026-08-30&quot;:0.77},{&quot;2026-08-31&quot;:0.74},{&quot;2026-09-01&quot;:0.74},{&quot;2026-09-02&quot;:0.74},{&quot;2026-09-03&quot;:0.76},{&quot;2026-09-04&quot;:0.76},{&quot;2026-09-05&quot;:0.76},{&quot;2026-09-06&quot;:0.75},{&quot;2026-09-07&quot;:0.75},{&quot;2026-09-08&quot;:0.75},{&quot;2026-09-09&quot;:0.75},{&quot;2026-09-10&quot;:0.75},{&quot;2026-09-11&quot;:0.77}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.51},{&quot;2026-06-14&quot;:0.49},{&quot;2026-06-15&quot;:0.49},{&quot;2026-06-16&quot;:0.49},{&quot;2026-06-17&quot;:0.49},{&quot;2026-06-18&quot;:0.49},{&quot;2026-06-19&quot;:0.5},{&quot;2026-06-20&quot;:0.51},{&quot;2026-06-21&quot;:0.51},{&quot;2026-06-22&quot;:0.51},{&quot;2026-06-23&quot;:0.51},{&quot;2026-06-24&quot;:0.51},{&quot;2026-06-25&quot;:0.51},{&quot;2026-06-26&quot;:0.51},{&quot;2026-06-27&quot;:0.51},{&quot;2026-06-28&quot;:0.51},{&quot;2026-06-29&quot;:0.5},{&quot;2026-06-30&quot;:0.5},{&quot;2026-07-01&quot;:0.5},{&quot;2026-07-02&quot;:0.5},{&quot;2026-07-03&quot;:0.52},{&quot;2026-07-04&quot;:0.53},{&quot;2026-07-05&quot;:0.52},{&quot;2026-07-06&quot;:0.52},{&quot;2026-07-07&quot;:0.52},{&quot;2026-07-08&quot;:0.52},{&quot;2026-07-09&quot;:0.52},{&quot;2026-07-10&quot;:0.52},{&quot;2026-07-11&quot;:0.53},{&quot;2026-07-12&quot;:0.52},{&quot;2026-07-13&quot;:0.52},{&quot;2026-07-14&quot;:0.52},{&quot;2026-07-15&quot;:0.53},{&quot;2026-07-16&quot;:0.59},{&quot;2026-07-17&quot;:0.53},{&quot;2026-07-18&quot;:0.53},{&quot;2026-07-19&quot;:0.53},{&quot;2026-07-20&quot;:0.54},{&quot;2026-07-21&quot;:0.56},{&quot;2026-07-22&quot;:0.56},{&quot;2026-07-23&quot;:0.57},{&quot;2026-07-24&quot;:0.54},{&quot;2026-07-25&quot;:0.55},{&quot;2026-07-26&quot;:0.55},{&quot;2026-07-27&quot;:0.54},{&quot;2026-07-28&quot;:0.54},{&quot;2026-07-29&quot;:0.54},{&quot;2026-07-30&quot;:0.55},{&quot;2026-07-31&quot;:0.55},{&quot;2026-08-01&quot;:0.55},{&quot;2026-08-02&quot;:0.55},{&quot;2026-08-03&quot;:0.55},{&quot;2026-08-04&quot;:0.56},{&quot;2026-08-05&quot;:0.54},{&quot;2026-08-07&quot;:0.54},{&quot;2026-08-08&quot;:0.54},{&quot;2026-08-09&quot;:0.54},{&quot;2026-08-10&quot;:0.54},{&quot;2026-08-11&quot;:0.53},{&quot;2026-08-12&quot;:0.53},{&quot;2026-08-13&quot;:0.54},{&quot;2026-08-14&quot;:0.54},{&quot;2026-08-15&quot;:0.54},{&quot;2026-08-16&quot;:0.54},{&quot;2026-08-17&quot;:0.54},{&quot;2026-08-18&quot;:0.54},{&quot;2026-08-19&quot;:0.54},{&quot;2026-08-20&quot;:0.54},{&quot;2026-08-21&quot;:0.54},{&quot;2026-08-22&quot;:0.52},{&quot;2026-08-23&quot;:0.52},{&quot;2026-08-24&quot;:0.52},{&quot;2026-08-25&quot;:0.52},{&quot;2026-08-26&quot;:0.52},{&quot;2026-08-27&quot;:0.52},{&quot;2026-08-28&quot;:0.52},{&quot;2026-08-29&quot;:0.52},{&quot;2026-08-30&quot;:0.52},{&quot;2026-08-31&quot;:0.52},{&quot;2026-09-01&quot;:0.52},{&quot;2026-09-02&quot;:0.52},{&quot;2026-09-03&quot;:0.52},{&quot;2026-09-04&quot;:0.52},{&quot;2026-09-05&quot;:0.52},{&quot;2026-09-06&quot;:0.53},{&quot;2026-09-07&quot;:0.53},{&quot;2026-09-08&quot;:0.52},{&quot;2026-09-09&quot;:0.52},{&quot;2026-09-10&quot;:0.52},{&quot;2026-09-11&quot;:0.52}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/8/5/8538a97f-302d-468a-8a6c-50c800d614e5.jpg?1783916227" />
    </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">
                $0.72
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.11},{&quot;2026-06-14&quot;:1.11},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.17},{&quot;2026-06-17&quot;:0.98},{&quot;2026-06-18&quot;:0.94},{&quot;2026-06-19&quot;:0.88},{&quot;2026-06-20&quot;:0.88},{&quot;2026-06-21&quot;:0.92},{&quot;2026-06-22&quot;:0.92},{&quot;2026-06-23&quot;:0.91},{&quot;2026-06-24&quot;:0.9},{&quot;2026-06-25&quot;:0.9},{&quot;2026-06-26&quot;:0.87},{&quot;2026-06-27&quot;:0.84},{&quot;2026-06-28&quot;:0.86},{&quot;2026-06-29&quot;:0.98},{&quot;2026-06-30&quot;:0.88},{&quot;2026-07-01&quot;:0.88},{&quot;2026-07-02&quot;:0.88},{&quot;2026-07-03&quot;:0.9},{&quot;2026-07-04&quot;:0.86},{&quot;2026-07-05&quot;:0.78},{&quot;2026-07-06&quot;:0.78},{&quot;2026-07-07&quot;:0.78},{&quot;2026-07-08&quot;:0.76},{&quot;2026-07-09&quot;:0.77},{&quot;2026-07-10&quot;:0.77},{&quot;2026-07-11&quot;:0.72},{&quot;2026-07-12&quot;:0.72},{&quot;2026-07-13&quot;:0.72},{&quot;2026-07-14&quot;:0.71},{&quot;2026-07-15&quot;:0.72},{&quot;2026-07-16&quot;:0.72},{&quot;2026-07-17&quot;:0.72},{&quot;2026-07-18&quot;:0.71},{&quot;2026-07-19&quot;:0.72},{&quot;2026-07-20&quot;:0.72},{&quot;2026-07-21&quot;:0.69},{&quot;2026-07-22&quot;:0.7},{&quot;2026-07-23&quot;:0.69},{&quot;2026-07-24&quot;:0.68},{&quot;2026-07-25&quot;:0.67},{&quot;2026-07-26&quot;:0.67},{&quot;2026-07-27&quot;:0.72},{&quot;2026-07-28&quot;:0.72},{&quot;2026-07-29&quot;:0.74},{&quot;2026-07-30&quot;:0.74},{&quot;2026-07-31&quot;:0.75},{&quot;2026-08-01&quot;:0.75},{&quot;2026-08-02&quot;:0.78},{&quot;2026-08-03&quot;:0.8},{&quot;2026-08-04&quot;:0.82},{&quot;2026-08-05&quot;:0.89},{&quot;2026-08-07&quot;:0.89},{&quot;2026-08-08&quot;:0.92},{&quot;2026-08-09&quot;:0.94},{&quot;2026-08-10&quot;:0.98},{&quot;2026-08-11&quot;:0.99},{&quot;2026-08-12&quot;:1.02},{&quot;2026-08-13&quot;:1.03},{&quot;2026-08-14&quot;:1.09},{&quot;2026-08-15&quot;:1.14},{&quot;2026-08-16&quot;:1.1},{&quot;2026-08-17&quot;:1.12},{&quot;2026-08-18&quot;:1.08},{&quot;2026-08-19&quot;:1.07},{&quot;2026-08-20&quot;:1.07},{&quot;2026-08-21&quot;:1.1},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.09},{&quot;2026-08-24&quot;:1.21},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.22},{&quot;2026-08-29&quot;:1.22},{&quot;2026-08-30&quot;:1.1},{&quot;2026-08-31&quot;:1.06},{&quot;2026-09-01&quot;:1.02},{&quot;2026-09-02&quot;:1.0},{&quot;2026-09-03&quot;:0.96},{&quot;2026-09-04&quot;:0.97},{&quot;2026-09-05&quot;:0.91},{&quot;2026-09-06&quot;:0.87},{&quot;2026-09-07&quot;:0.9},{&quot;2026-09-08&quot;:0.9},{&quot;2026-09-09&quot;:0.92},{&quot;2026-09-10&quot;:0.92},{&quot;2026-09-11&quot;:0.93}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.55},{&quot;2026-06-14&quot;:0.56},{&quot;2026-06-15&quot;:0.59},{&quot;2026-06-16&quot;:0.62},{&quot;2026-06-17&quot;:0.58},{&quot;2026-06-18&quot;:0.58},{&quot;2026-06-19&quot;:0.52},{&quot;2026-06-20&quot;:0.53},{&quot;2026-06-21&quot;:0.51},{&quot;2026-06-22&quot;:0.47},{&quot;2026-06-23&quot;:0.5},{&quot;2026-06-24&quot;:0.51},{&quot;2026-06-25&quot;:0.48},{&quot;2026-06-26&quot;:0.5},{&quot;2026-06-27&quot;:0.5},{&quot;2026-06-28&quot;:0.5},{&quot;2026-06-29&quot;:0.52},{&quot;2026-06-30&quot;:0.51},{&quot;2026-07-01&quot;:0.56},{&quot;2026-07-02&quot;:0.56},{&quot;2026-07-03&quot;:0.57},{&quot;2026-07-04&quot;:0.57},{&quot;2026-07-05&quot;:0.58},{&quot;2026-07-06&quot;:0.6},{&quot;2026-07-07&quot;:0.62},{&quot;2026-07-08&quot;:0.6},{&quot;2026-07-09&quot;:0.6},{&quot;2026-07-10&quot;:0.6},{&quot;2026-07-11&quot;:0.59},{&quot;2026-07-12&quot;:0.57},{&quot;2026-07-13&quot;:0.56},{&quot;2026-07-14&quot;:0.56},{&quot;2026-07-15&quot;:0.53},{&quot;2026-07-16&quot;:0.53},{&quot;2026-07-17&quot;:0.51},{&quot;2026-07-18&quot;:0.51},{&quot;2026-07-19&quot;:0.5},{&quot;2026-07-20&quot;:0.48},{&quot;2026-07-21&quot;:0.48},{&quot;2026-07-22&quot;:0.47},{&quot;2026-07-23&quot;:0.5},{&quot;2026-07-24&quot;:0.49},{&quot;2026-07-25&quot;:0.48},{&quot;2026-07-26&quot;:0.49},{&quot;2026-07-27&quot;:0.49},{&quot;2026-07-28&quot;:0.51},{&quot;2026-07-29&quot;:0.56},{&quot;2026-07-30&quot;:0.56},{&quot;2026-07-31&quot;:0.54},{&quot;2026-08-01&quot;:0.54},{&quot;2026-08-02&quot;:0.5},{&quot;2026-08-03&quot;:0.49},{&quot;2026-08-04&quot;:0.46},{&quot;2026-08-05&quot;:0.47},{&quot;2026-08-07&quot;:0.47},{&quot;2026-08-08&quot;:0.46},{&quot;2026-08-09&quot;:0.48},{&quot;2026-08-10&quot;:0.48},{&quot;2026-08-11&quot;:0.55},{&quot;2026-08-12&quot;:0.61},{&quot;2026-08-13&quot;:0.61},{&quot;2026-08-14&quot;:0.61},{&quot;2026-08-15&quot;:0.63},{&quot;2026-08-16&quot;:0.67},{&quot;2026-08-17&quot;:0.6},{&quot;2026-08-18&quot;:0.58},{&quot;2026-08-19&quot;:0.6},{&quot;2026-08-20&quot;:0.67},{&quot;2026-08-21&quot;:0.66},{&quot;2026-08-22&quot;:0.68},{&quot;2026-08-23&quot;:0.67},{&quot;2026-08-24&quot;:0.8},{&quot;2026-08-25&quot;:0.82},{&quot;2026-08-26&quot;:0.83},{&quot;2026-08-27&quot;:0.9},{&quot;2026-08-28&quot;:0.94},{&quot;2026-08-29&quot;:0.94},{&quot;2026-08-30&quot;:0.97},{&quot;2026-08-31&quot;:0.96},{&quot;2026-09-01&quot;:0.91},{&quot;2026-09-02&quot;:0.72},{&quot;2026-09-03&quot;:0.69},{&quot;2026-09-04&quot;:0.68},{&quot;2026-09-05&quot;:0.8},{&quot;2026-09-06&quot;:0.77},{&quot;2026-09-07&quot;:0.76},{&quot;2026-09-08&quot;:0.76},{&quot;2026-09-09&quot;:0.71},{&quot;2026-09-10&quot;:0.75},{&quot;2026-09-11&quot;:0.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/9/f/9f015fe9-c7fa-4503-b0cc-c0e7f098882f.jpg?1783930063" />
    </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">
                $0.41
              </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">
                $0.59
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.52},{&quot;2026-06-14&quot;:0.52},{&quot;2026-06-15&quot;:0.52},{&quot;2026-06-16&quot;:0.52},{&quot;2026-06-17&quot;:0.52},{&quot;2026-06-18&quot;:0.52},{&quot;2026-06-19&quot;:0.52},{&quot;2026-06-20&quot;:0.52},{&quot;2026-06-21&quot;:0.52},{&quot;2026-06-22&quot;:0.52},{&quot;2026-06-23&quot;:0.52},{&quot;2026-06-24&quot;:0.51},{&quot;2026-06-25&quot;:0.51},{&quot;2026-06-26&quot;:0.51},{&quot;2026-06-27&quot;:0.51},{&quot;2026-06-28&quot;:0.5},{&quot;2026-06-29&quot;:0.5},{&quot;2026-06-30&quot;:0.5},{&quot;2026-07-01&quot;:0.5},{&quot;2026-07-02&quot;:0.5},{&quot;2026-07-03&quot;:0.5},{&quot;2026-07-04&quot;:0.5},{&quot;2026-07-05&quot;:0.5},{&quot;2026-07-06&quot;:0.5},{&quot;2026-07-07&quot;:0.5},{&quot;2026-07-08&quot;:0.51},{&quot;2026-07-09&quot;:0.51},{&quot;2026-07-10&quot;:0.53},{&quot;2026-07-11&quot;:0.55},{&quot;2026-07-12&quot;:0.55},{&quot;2026-07-13&quot;:0.55},{&quot;2026-07-14&quot;:0.55},{&quot;2026-07-15&quot;:0.55},{&quot;2026-07-16&quot;:0.55},{&quot;2026-07-17&quot;:0.55},{&quot;2026-07-18&quot;:0.55},{&quot;2026-07-19&quot;:0.55},{&quot;2026-07-20&quot;:0.55},{&quot;2026-07-21&quot;:0.55},{&quot;2026-07-22&quot;:0.55},{&quot;2026-07-23&quot;:0.55},{&quot;2026-07-24&quot;:0.55},{&quot;2026-07-25&quot;:0.55},{&quot;2026-07-26&quot;:0.55},{&quot;2026-07-27&quot;:0.55},{&quot;2026-07-28&quot;:0.55},{&quot;2026-07-29&quot;:0.55},{&quot;2026-07-30&quot;:0.55},{&quot;2026-07-31&quot;:0.55},{&quot;2026-08-01&quot;:0.55},{&quot;2026-08-02&quot;:0.55},{&quot;2026-08-03&quot;:0.55},{&quot;2026-08-04&quot;:0.55},{&quot;2026-08-05&quot;:0.55},{&quot;2026-08-07&quot;:0.6},{&quot;2026-08-08&quot;:0.6},{&quot;2026-08-09&quot;:0.6},{&quot;2026-08-10&quot;:0.6},{&quot;2026-08-11&quot;:0.58},{&quot;2026-08-12&quot;:0.58},{&quot;2026-08-13&quot;:0.58},{&quot;2026-08-14&quot;:0.58},{&quot;2026-08-15&quot;:0.58},{&quot;2026-08-16&quot;:0.59},{&quot;2026-08-17&quot;:0.59},{&quot;2026-08-18&quot;:0.59},{&quot;2026-08-19&quot;:0.59},{&quot;2026-08-20&quot;:0.59},{&quot;2026-08-21&quot;:0.6},{&quot;2026-08-22&quot;:0.6},{&quot;2026-08-23&quot;:0.6},{&quot;2026-08-24&quot;:0.6},{&quot;2026-08-25&quot;:0.6},{&quot;2026-08-26&quot;:0.6},{&quot;2026-08-27&quot;:0.6},{&quot;2026-08-28&quot;:0.6},{&quot;2026-08-29&quot;:0.6},{&quot;2026-08-30&quot;:0.6},{&quot;2026-08-31&quot;:0.6},{&quot;2026-09-01&quot;:0.6},{&quot;2026-09-02&quot;:0.6},{&quot;2026-09-03&quot;:0.6},{&quot;2026-09-04&quot;:0.6},{&quot;2026-09-05&quot;:0.6},{&quot;2026-09-06&quot;:0.6},{&quot;2026-09-07&quot;:0.59},{&quot;2026-09-08&quot;:0.59},{&quot;2026-09-09&quot;:0.59},{&quot;2026-09-10&quot;:0.59},{&quot;2026-09-11&quot;:0.59}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.41},{&quot;2026-06-14&quot;:0.41},{&quot;2026-06-15&quot;:0.41},{&quot;2026-06-16&quot;:0.4},{&quot;2026-06-17&quot;:0.4},{&quot;2026-06-18&quot;:0.39},{&quot;2026-06-19&quot;:0.39},{&quot;2026-06-20&quot;:0.39},{&quot;2026-06-21&quot;:0.39},{&quot;2026-06-22&quot;:0.39},{&quot;2026-06-23&quot;:0.38},{&quot;2026-06-24&quot;:0.39},{&quot;2026-06-25&quot;:0.39},{&quot;2026-06-26&quot;:0.39},{&quot;2026-06-27&quot;:0.38},{&quot;2026-06-28&quot;:0.38},{&quot;2026-06-29&quot;:0.38},{&quot;2026-06-30&quot;:0.39},{&quot;2026-07-01&quot;:0.39},{&quot;2026-07-02&quot;:0.39},{&quot;2026-07-03&quot;:0.39},{&quot;2026-07-04&quot;:0.38},{&quot;2026-07-05&quot;:0.38},{&quot;2026-07-06&quot;:0.38},{&quot;2026-07-07&quot;:0.37},{&quot;2026-07-08&quot;:0.37},{&quot;2026-07-09&quot;:0.37},{&quot;2026-07-10&quot;:0.37},{&quot;2026-07-11&quot;:0.37},{&quot;2026-07-12&quot;:0.37},{&quot;2026-07-13&quot;:0.37},{&quot;2026-07-14&quot;:0.37},{&quot;2026-07-15&quot;:0.37},{&quot;2026-07-16&quot;:0.37},{&quot;2026-07-17&quot;:0.37},{&quot;2026-07-18&quot;:0.37},{&quot;2026-07-19&quot;:0.37},{&quot;2026-07-20&quot;:0.37},{&quot;2026-07-21&quot;:0.37},{&quot;2026-07-22&quot;:0.37},{&quot;2026-07-23&quot;:0.37},{&quot;2026-07-24&quot;:0.37},{&quot;2026-07-25&quot;:0.4},{&quot;2026-07-26&quot;:0.4},{&quot;2026-07-27&quot;:0.4},{&quot;2026-07-28&quot;:0.4},{&quot;2026-07-29&quot;:0.4},{&quot;2026-07-30&quot;:0.4},{&quot;2026-07-31&quot;:0.4},{&quot;2026-08-01&quot;:0.4},{&quot;2026-08-02&quot;:0.4},{&quot;2026-08-03&quot;:0.4},{&quot;2026-08-04&quot;:0.4},{&quot;2026-08-05&quot;:0.4},{&quot;2026-08-07&quot;:0.4},{&quot;2026-08-08&quot;:0.4},{&quot;2026-08-09&quot;:0.4},{&quot;2026-08-10&quot;:0.39},{&quot;2026-08-11&quot;:0.39},{&quot;2026-08-12&quot;:0.39},{&quot;2026-08-13&quot;:0.39},{&quot;2026-08-14&quot;:0.39},{&quot;2026-08-15&quot;:0.39},{&quot;2026-08-16&quot;:0.39},{&quot;2026-08-17&quot;:0.4},{&quot;2026-08-18&quot;:0.4},{&quot;2026-08-19&quot;:0.4},{&quot;2026-08-20&quot;:0.4},{&quot;2026-08-21&quot;:0.4},{&quot;2026-08-22&quot;:0.4},{&quot;2026-08-23&quot;:0.4},{&quot;2026-08-24&quot;:0.4},{&quot;2026-08-25&quot;:0.41},{&quot;2026-08-26&quot;:0.41},{&quot;2026-08-27&quot;:0.41},{&quot;2026-08-28&quot;:0.42},{&quot;2026-08-29&quot;:0.42},{&quot;2026-08-30&quot;:0.42},{&quot;2026-08-31&quot;:0.42},{&quot;2026-09-01&quot;:0.42},{&quot;2026-09-02&quot;:0.42},{&quot;2026-09-03&quot;:0.42},{&quot;2026-09-04&quot;:0.42},{&quot;2026-09-05&quot;:0.42},{&quot;2026-09-06&quot;:0.42},{&quot;2026-09-07&quot;:0.42},{&quot;2026-09-08&quot;:0.42},{&quot;2026-09-09&quot;:0.42},{&quot;2026-09-10&quot;:0.41},{&quot;2026-09-11&quot;:0.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Plains" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/0/50958c6e-9555-42ad-9bb3-2da9faa5cb52.jpg?1783917978" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/5/0/50958c6e-9555-42ad-9bb3-2da9faa5cb52.jpg?1783917978" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.57},{&quot;2026-06-14&quot;:0.57},{&quot;2026-06-15&quot;:0.58},{&quot;2026-06-16&quot;:0.56},{&quot;2026-06-17&quot;:0.54},{&quot;2026-06-18&quot;:0.54},{&quot;2026-06-19&quot;:0.51},{&quot;2026-06-20&quot;:0.51},{&quot;2026-06-21&quot;:0.5},{&quot;2026-06-22&quot;:0.49},{&quot;2026-06-23&quot;:0.49},{&quot;2026-06-24&quot;:0.49},{&quot;2026-06-25&quot;:0.5},{&quot;2026-06-26&quot;:0.5},{&quot;2026-06-27&quot;:0.48},{&quot;2026-06-28&quot;:0.47},{&quot;2026-06-29&quot;:0.47},{&quot;2026-06-30&quot;:0.47},{&quot;2026-07-01&quot;:0.44},{&quot;2026-07-02&quot;:0.43},{&quot;2026-07-03&quot;:0.43},{&quot;2026-07-04&quot;:0.44},{&quot;2026-07-05&quot;:0.43},{&quot;2026-07-06&quot;:0.43},{&quot;2026-07-07&quot;:0.44},{&quot;2026-07-08&quot;:0.45},{&quot;2026-07-09&quot;:0.45},{&quot;2026-07-10&quot;:0.45},{&quot;2026-07-11&quot;:0.46},{&quot;2026-07-12&quot;:0.47},{&quot;2026-07-13&quot;:0.47},{&quot;2026-07-14&quot;:0.52},{&quot;2026-07-15&quot;:0.56},{&quot;2026-07-16&quot;:0.55},{&quot;2026-07-17&quot;:0.57},{&quot;2026-07-18&quot;:0.59},{&quot;2026-07-19&quot;:0.58},{&quot;2026-07-20&quot;:0.58},{&quot;2026-07-21&quot;:0.56},{&quot;2026-07-22&quot;:0.56},{&quot;2026-07-23&quot;:0.57},{&quot;2026-07-24&quot;:0.57},{&quot;2026-07-25&quot;:0.57},{&quot;2026-07-26&quot;:0.56},{&quot;2026-07-27&quot;:0.54},{&quot;2026-07-28&quot;:0.53},{&quot;2026-07-29&quot;:0.51},{&quot;2026-07-30&quot;:0.51},{&quot;2026-07-31&quot;:0.49},{&quot;2026-08-01&quot;:0.49},{&quot;2026-08-02&quot;:0.49},{&quot;2026-08-03&quot;:0.48},{&quot;2026-08-04&quot;:0.49},{&quot;2026-08-05&quot;:0.49},{&quot;2026-08-07&quot;:0.48},{&quot;2026-08-08&quot;:0.48},{&quot;2026-08-09&quot;:0.48},{&quot;2026-08-10&quot;:0.49},{&quot;2026-08-11&quot;:0.5},{&quot;2026-08-12&quot;:0.54},{&quot;2026-08-13&quot;:0.56},{&quot;2026-08-14&quot;:0.56},{&quot;2026-08-15&quot;:0.56},{&quot;2026-08-16&quot;:0.58},{&quot;2026-08-17&quot;:0.56},{&quot;2026-08-18&quot;:0.57},{&quot;2026-08-19&quot;:0.62},{&quot;2026-08-20&quot;:0.62},{&quot;2026-08-21&quot;:0.64},{&quot;2026-08-22&quot;:0.63},{&quot;2026-08-23&quot;:0.65},{&quot;2026-08-24&quot;:0.69},{&quot;2026-08-25&quot;:0.69},{&quot;2026-08-26&quot;:0.69},{&quot;2026-08-27&quot;:0.66},{&quot;2026-08-28&quot;:0.67},{&quot;2026-08-29&quot;:0.67},{&quot;2026-08-30&quot;:0.68},{&quot;2026-08-31&quot;:0.65},{&quot;2026-09-01&quot;:0.66},{&quot;2026-09-02&quot;:0.66},{&quot;2026-09-03&quot;:0.59},{&quot;2026-09-04&quot;:0.58},{&quot;2026-09-05&quot;:0.6},{&quot;2026-09-06&quot;:0.6},{&quot;2026-09-07&quot;:0.61},{&quot;2026-09-08&quot;:0.61},{&quot;2026-09-09&quot;:0.6},{&quot;2026-09-10&quot;:0.57},{&quot;2026-09-11&quot;:0.59}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.33},{&quot;2026-06-14&quot;:0.33},{&quot;2026-06-15&quot;:0.32},{&quot;2026-06-16&quot;:0.31},{&quot;2026-06-17&quot;:0.3},{&quot;2026-06-18&quot;:0.33},{&quot;2026-06-19&quot;:0.31},{&quot;2026-06-20&quot;:0.38},{&quot;2026-06-21&quot;:0.37},{&quot;2026-06-22&quot;:0.38},{&quot;2026-06-23&quot;:0.38},{&quot;2026-06-24&quot;:0.38},{&quot;2026-06-25&quot;:0.38},{&quot;2026-06-26&quot;:0.39},{&quot;2026-06-27&quot;:0.41},{&quot;2026-06-28&quot;:0.41},{&quot;2026-06-29&quot;:0.41},{&quot;2026-06-30&quot;:0.41},{&quot;2026-07-01&quot;:0.45},{&quot;2026-07-02&quot;:0.38},{&quot;2026-07-03&quot;:0.4},{&quot;2026-07-04&quot;:0.4},{&quot;2026-07-05&quot;:0.39},{&quot;2026-07-06&quot;:0.37},{&quot;2026-07-07&quot;:0.37},{&quot;2026-07-08&quot;:0.36},{&quot;2026-07-09&quot;:0.35},{&quot;2026-07-10&quot;:0.32},{&quot;2026-07-11&quot;:0.32},{&quot;2026-07-12&quot;:0.32},{&quot;2026-07-13&quot;:0.32},{&quot;2026-07-14&quot;:0.31},{&quot;2026-07-15&quot;:0.28},{&quot;2026-07-16&quot;:0.28},{&quot;2026-07-17&quot;:0.28},{&quot;2026-07-18&quot;:0.27},{&quot;2026-07-19&quot;:0.28},{&quot;2026-07-20&quot;:0.27},{&quot;2026-07-21&quot;:0.26},{&quot;2026-07-22&quot;:0.28},{&quot;2026-07-23&quot;:0.28},{&quot;2026-07-24&quot;:0.31},{&quot;2026-07-25&quot;:0.34},{&quot;2026-07-26&quot;:0.37},{&quot;2026-07-27&quot;:0.37},{&quot;2026-07-28&quot;:0.37},{&quot;2026-07-29&quot;:0.37},{&quot;2026-07-30&quot;:0.38},{&quot;2026-07-31&quot;:0.39},{&quot;2026-08-01&quot;:0.39},{&quot;2026-08-02&quot;:0.38},{&quot;2026-08-03&quot;:0.36},{&quot;2026-08-04&quot;:0.35},{&quot;2026-08-05&quot;:0.34},{&quot;2026-08-07&quot;:0.34},{&quot;2026-08-08&quot;:0.34},{&quot;2026-08-09&quot;:0.36},{&quot;2026-08-10&quot;:0.36},{&quot;2026-08-11&quot;:0.39},{&quot;2026-08-12&quot;:0.39},{&quot;2026-08-13&quot;:0.4},{&quot;2026-08-14&quot;:0.4},{&quot;2026-08-15&quot;:0.4},{&quot;2026-08-16&quot;:0.4},{&quot;2026-08-17&quot;:0.4},{&quot;2026-08-18&quot;:0.4},{&quot;2026-08-19&quot;:0.4},{&quot;2026-08-20&quot;:0.39},{&quot;2026-08-21&quot;:0.39},{&quot;2026-08-22&quot;:0.39},{&quot;2026-08-23&quot;:0.38},{&quot;2026-08-24&quot;:0.37},{&quot;2026-08-25&quot;:0.36},{&quot;2026-08-26&quot;:0.38},{&quot;2026-08-27&quot;:0.38},{&quot;2026-08-28&quot;:0.41},{&quot;2026-08-29&quot;:0.41},{&quot;2026-08-30&quot;:0.42},{&quot;2026-08-31&quot;:0.43},{&quot;2026-09-01&quot;:0.42},{&quot;2026-09-02&quot;:0.42},{&quot;2026-09-03&quot;:0.43},{&quot;2026-09-04&quot;:0.4},{&quot;2026-09-05&quot;:0.4},{&quot;2026-09-06&quot;:0.4},{&quot;2026-09-07&quot;:0.37},{&quot;2026-09-08&quot;:0.38},{&quot;2026-09-09&quot;:0.37},{&quot;2026-09-10&quot;:0.36},{&quot;2026-09-11&quot;:0.32}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73071"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-common ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Plains
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Basic Land — Plains
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            3 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $0.57
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Plains" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/e/7e134268-9ce9-4192-b548-90bedbfe654e.jpg?1783920000" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Plains
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Basic Land — Plains</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/7/e/7e134268-9ce9-4192-b548-90bedbfe654e.jpg?1783920000" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-nine-white">
            3
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.42
              </span>

            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.20</span>
              <span class="text-xs text-grey-text">Credit: $0.26</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.4},{&quot;2026-06-14&quot;:0.4},{&quot;2026-06-15&quot;:0.4},{&quot;2026-06-16&quot;:0.41},{&quot;2026-06-17&quot;:0.41},{&quot;2026-06-18&quot;:0.41},{&quot;2026-06-19&quot;:0.41},{&quot;2026-06-20&quot;:0.41},{&quot;2026-06-21&quot;:0.4},{&quot;2026-06-22&quot;:0.43},{&quot;2026-06-23&quot;:0.43},{&quot;2026-06-24&quot;:0.42},{&quot;2026-06-25&quot;:0.42},{&quot;2026-06-26&quot;:0.42},{&quot;2026-06-27&quot;:0.42},{&quot;2026-06-28&quot;:0.43},{&quot;2026-06-29&quot;:0.44},{&quot;2026-06-30&quot;:0.43},{&quot;2026-07-01&quot;:0.45},{&quot;2026-07-02&quot;:0.45},{&quot;2026-07-03&quot;:0.45},{&quot;2026-07-04&quot;:0.45},{&quot;2026-07-05&quot;:0.47},{&quot;2026-07-06&quot;:0.47},{&quot;2026-07-07&quot;:0.5},{&quot;2026-07-08&quot;:0.5},{&quot;2026-07-09&quot;:0.52},{&quot;2026-07-10&quot;:0.52},{&quot;2026-07-11&quot;:0.52},{&quot;2026-07-12&quot;:0.52},{&quot;2026-07-13&quot;:0.52},{&quot;2026-07-14&quot;:0.52},{&quot;2026-07-15&quot;:0.51},{&quot;2026-07-16&quot;:0.51},{&quot;2026-07-17&quot;:0.51},{&quot;2026-07-18&quot;:0.51},{&quot;2026-07-19&quot;:0.5},{&quot;2026-07-20&quot;:0.5},{&quot;2026-07-21&quot;:0.5},{&quot;2026-07-22&quot;:0.64},{&quot;2026-07-23&quot;:0.64},{&quot;2026-07-24&quot;:0.64},{&quot;2026-07-25&quot;:0.63},{&quot;2026-07-26&quot;:0.63},{&quot;2026-07-27&quot;:0.63},{&quot;2026-07-28&quot;:0.63},{&quot;2026-07-29&quot;:0.63},{&quot;2026-07-30&quot;:0.63},{&quot;2026-07-31&quot;:0.62},{&quot;2026-08-01&quot;:0.62},{&quot;2026-08-02&quot;:0.62},{&quot;2026-08-03&quot;:0.62},{&quot;2026-08-04&quot;:0.63},{&quot;2026-08-05&quot;:0.63},{&quot;2026-08-07&quot;:0.62},{&quot;2026-08-08&quot;:0.62},{&quot;2026-08-09&quot;:0.62},{&quot;2026-08-10&quot;:0.61},{&quot;2026-08-11&quot;:0.61},{&quot;2026-08-12&quot;:0.61},{&quot;2026-08-13&quot;:0.61},{&quot;2026-08-14&quot;:0.6},{&quot;2026-08-15&quot;:0.59},{&quot;2026-08-16&quot;:0.59},{&quot;2026-08-17&quot;:0.59},{&quot;2026-08-18&quot;:0.58},{&quot;2026-08-19&quot;:0.59},{&quot;2026-08-20&quot;:0.59},{&quot;2026-08-21&quot;:0.58},{&quot;2026-08-22&quot;:0.57},{&quot;2026-08-23&quot;:0.57},{&quot;2026-08-24&quot;:0.57},{&quot;2026-08-25&quot;:0.57},{&quot;2026-08-26&quot;:0.57},{&quot;2026-08-27&quot;:0.57},{&quot;2026-08-28&quot;:0.57},{&quot;2026-08-29&quot;:0.57},{&quot;2026-08-30&quot;:0.57},{&quot;2026-08-31&quot;:0.57},{&quot;2026-09-01&quot;:0.57},{&quot;2026-09-02&quot;:0.57},{&quot;2026-09-03&quot;:0.57},{&quot;2026-09-04&quot;:0.57},{&quot;2026-09-05&quot;:0.57},{&quot;2026-09-06&quot;:0.57},{&quot;2026-09-07&quot;:0.57},{&quot;2026-09-08&quot;:0.57},{&quot;2026-09-09&quot;:0.57},{&quot;2026-09-10&quot;:0.57},{&quot;2026-09-11&quot;:0.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.42},{&quot;2026-06-14&quot;:0.43},{&quot;2026-06-15&quot;:0.43},{&quot;2026-06-16&quot;:0.44},{&quot;2026-06-17&quot;:0.44},{&quot;2026-06-18&quot;:0.44},{&quot;2026-06-19&quot;:0.44},{&quot;2026-06-20&quot;:0.44},{&quot;2026-06-21&quot;:0.44},{&quot;2026-06-22&quot;:0.44},{&quot;2026-06-23&quot;:0.44},{&quot;2026-06-24&quot;:0.44},{&quot;2026-06-25&quot;:0.44},{&quot;2026-06-26&quot;:0.44},{&quot;2026-06-27&quot;:0.44},{&quot;2026-06-28&quot;:0.44},{&quot;2026-06-29&quot;:0.44},{&quot;2026-06-30&quot;:0.45},{&quot;2026-07-01&quot;:0.45},{&quot;2026-07-02&quot;:0.45},{&quot;2026-07-03&quot;:0.45},{&quot;2026-07-04&quot;:0.45},{&quot;2026-07-05&quot;:0.45},{&quot;2026-07-06&quot;:0.45},{&quot;2026-07-07&quot;:0.45},{&quot;2026-07-08&quot;:0.45},{&quot;2026-07-09&quot;:0.45},{&quot;2026-07-10&quot;:0.45},{&quot;2026-07-11&quot;:0.45},{&quot;2026-07-12&quot;:0.44},{&quot;2026-07-13&quot;:0.44},{&quot;2026-07-14&quot;:0.43},{&quot;2026-07-15&quot;:0.43},{&quot;2026-07-16&quot;:0.43},{&quot;2026-07-17&quot;:0.43},{&quot;2026-07-18&quot;:0.43},{&quot;2026-07-19&quot;:0.41},{&quot;2026-07-20&quot;:0.41},{&quot;2026-07-21&quot;:0.41},{&quot;2026-07-22&quot;:0.41},{&quot;2026-07-23&quot;:0.41},{&quot;2026-07-24&quot;:0.41},{&quot;2026-07-25&quot;:0.42},{&quot;2026-07-26&quot;:0.42},{&quot;2026-07-27&quot;:0.43},{&quot;2026-07-28&quot;:0.43},{&quot;2026-07-29&quot;:0.42},{&quot;2026-07-30&quot;:0.42},{&quot;2026-07-31&quot;:0.42},{&quot;2026-08-01&quot;:0.43},{&quot;2026-08-02&quot;:0.41},{&quot;2026-08-03&quot;:0.41},{&quot;2026-08-04&quot;:0.41},{&quot;2026-08-05&quot;:0.4},{&quot;2026-08-07&quot;:0.4},{&quot;2026-08-08&quot;:0.4},{&quot;2026-08-09&quot;:0.4},{&quot;2026-08-10&quot;:0.4},{&quot;2026-08-11&quot;:0.4},{&quot;2026-08-12&quot;:0.4},{&quot;2026-08-13&quot;:0.4},{&quot;2026-08-14&quot;:0.4},{&quot;2026-08-15&quot;:0.4},{&quot;2026-08-16&quot;:0.4},{&quot;2026-08-17&quot;:0.4},{&quot;2026-08-18&quot;:0.4},{&quot;2026-08-19&quot;:0.39},{&quot;2026-08-20&quot;:0.39},{&quot;2026-08-21&quot;:0.4},{&quot;2026-08-22&quot;:0.4},{&quot;2026-08-23&quot;:0.4},{&quot;2026-08-24&quot;:0.4},{&quot;2026-08-25&quot;:0.4},{&quot;2026-08-26&quot;:0.4},{&quot;2026-08-27&quot;:0.4},{&quot;2026-08-28&quot;:0.4},{&quot;2026-08-29&quot;:0.4},{&quot;2026-08-30&quot;:0.39},{&quot;2026-08-31&quot;:0.4},{&quot;2026-09-01&quot;:0.41},{&quot;2026-09-02&quot;:0.42},{&quot;2026-09-03&quot;:0.42},{&quot;2026-09-04&quot;:0.42},{&quot;2026-09-05&quot;:0.42},{&quot;2026-09-06&quot;:0.42},{&quot;2026-09-07&quot;:0.42},{&quot;2026-09-08&quot;:0.42},{&quot;2026-09-09&quot;:0.42},{&quot;2026-09-10&quot;:0.42},{&quot;2026-09-11&quot;:0.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="78799"
  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-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">
            Serra Avenger
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.54
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Serra Avenger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/e/8e5627de-fda7-4e39-a6ec-1e895bc353ed.jpg?1783927862" />

        <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">
            Serra Avenger
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Angel</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Serra Avenger" src="https://cards.scryfall.io/large/front/8/e/8e5627de-fda7-4e39-a6ec-1e895bc353ed.jpg?1783927862" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.54
              </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">
                $1.38
              </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.09</span>
              <span class="text-xs text-grey-text">Credit: $0.12</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.41},{&quot;2026-06-14&quot;:1.41},{&quot;2026-06-15&quot;:1.41},{&quot;2026-06-16&quot;:1.41},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.41},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.41},{&quot;2026-06-21&quot;:1.41},{&quot;2026-06-22&quot;:1.41},{&quot;2026-06-23&quot;:1.41},{&quot;2026-06-24&quot;:1.41},{&quot;2026-06-25&quot;:1.41},{&quot;2026-06-26&quot;:1.41},{&quot;2026-06-27&quot;:1.41},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.41},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.41},{&quot;2026-07-02&quot;:1.41},{&quot;2026-07-03&quot;:1.41},{&quot;2026-07-04&quot;:1.36},{&quot;2026-07-05&quot;:1.36},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.36},{&quot;2026-07-08&quot;:1.36},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.36},{&quot;2026-07-11&quot;:1.36},{&quot;2026-07-12&quot;:1.36},{&quot;2026-07-13&quot;:1.36},{&quot;2026-07-14&quot;:1.36},{&quot;2026-07-15&quot;:1.36},{&quot;2026-07-16&quot;:1.36},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.36},{&quot;2026-07-20&quot;:1.37},{&quot;2026-07-21&quot;:1.37},{&quot;2026-07-22&quot;:1.37},{&quot;2026-07-23&quot;:1.37},{&quot;2026-07-24&quot;:1.38},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.38},{&quot;2026-07-28&quot;:1.36},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.36},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.36},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.36},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.36},{&quot;2026-08-13&quot;:1.36},{&quot;2026-08-14&quot;:1.36},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.36},{&quot;2026-08-19&quot;:1.36},{&quot;2026-08-20&quot;:1.36},{&quot;2026-08-21&quot;:1.36},{&quot;2026-08-22&quot;:1.36},{&quot;2026-08-23&quot;:1.36},{&quot;2026-08-24&quot;:1.36},{&quot;2026-08-25&quot;:1.36},{&quot;2026-08-26&quot;:1.36},{&quot;2026-08-27&quot;:1.36},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.36},{&quot;2026-09-01&quot;:1.36},{&quot;2026-09-02&quot;:1.36},{&quot;2026-09-03&quot;:1.36},{&quot;2026-09-04&quot;:1.36},{&quot;2026-09-05&quot;:1.36},{&quot;2026-09-06&quot;:1.36},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.38},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.38}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.53},{&quot;2026-06-14&quot;:0.53},{&quot;2026-06-15&quot;:0.53},{&quot;2026-06-16&quot;:0.53},{&quot;2026-06-17&quot;:0.54},{&quot;2026-06-18&quot;:0.53},{&quot;2026-06-19&quot;:0.56},{&quot;2026-06-20&quot;:0.57},{&quot;2026-06-21&quot;:0.57},{&quot;2026-06-22&quot;:0.57},{&quot;2026-06-23&quot;:0.57},{&quot;2026-06-24&quot;:0.57},{&quot;2026-06-25&quot;:0.57},{&quot;2026-06-26&quot;:0.56},{&quot;2026-06-27&quot;:0.56},{&quot;2026-06-28&quot;:0.55},{&quot;2026-06-29&quot;:0.56},{&quot;2026-06-30&quot;:0.56},{&quot;2026-07-01&quot;:0.55},{&quot;2026-07-02&quot;:0.54},{&quot;2026-07-03&quot;:0.54},{&quot;2026-07-04&quot;:0.54},{&quot;2026-07-05&quot;:0.54},{&quot;2026-07-06&quot;:0.54},{&quot;2026-07-07&quot;:0.54},{&quot;2026-07-08&quot;:0.55},{&quot;2026-07-09&quot;:0.55},{&quot;2026-07-10&quot;:0.52},{&quot;2026-07-11&quot;:0.52},{&quot;2026-07-12&quot;:0.53},{&quot;2026-07-13&quot;:0.53},{&quot;2026-07-14&quot;:0.55},{&quot;2026-07-15&quot;:0.56},{&quot;2026-07-16&quot;:0.56},{&quot;2026-07-17&quot;:0.56},{&quot;2026-07-18&quot;:0.56},{&quot;2026-07-19&quot;:0.55},{&quot;2026-07-20&quot;:0.55},{&quot;2026-07-21&quot;:0.55},{&quot;2026-07-22&quot;:0.55},{&quot;2026-07-23&quot;:0.54},{&quot;2026-07-24&quot;:0.54},{&quot;2026-07-25&quot;:0.55},{&quot;2026-07-26&quot;:0.55},{&quot;2026-07-27&quot;:0.55},{&quot;2026-07-28&quot;:0.55},{&quot;2026-07-29&quot;:0.55},{&quot;2026-07-30&quot;:0.55},{&quot;2026-07-31&quot;:0.54},{&quot;2026-08-01&quot;:0.53},{&quot;2026-08-02&quot;:0.53},{&quot;2026-08-03&quot;:0.54},{&quot;2026-08-04&quot;:0.54},{&quot;2026-08-05&quot;:0.55},{&quot;2026-08-07&quot;:0.54},{&quot;2026-08-08&quot;:0.54},{&quot;2026-08-09&quot;:0.54},{&quot;2026-08-10&quot;:0.54},{&quot;2026-08-11&quot;:0.53},{&quot;2026-08-12&quot;:0.53},{&quot;2026-08-13&quot;:0.52},{&quot;2026-08-14&quot;:0.52},{&quot;2026-08-15&quot;:0.53},{&quot;2026-08-16&quot;:0.53},{&quot;2026-08-17&quot;:0.53},{&quot;2026-08-18&quot;:0.53},{&quot;2026-08-19&quot;:0.53},{&quot;2026-08-20&quot;:0.52},{&quot;2026-08-21&quot;:0.52},{&quot;2026-08-22&quot;:0.51},{&quot;2026-08-23&quot;:0.51},{&quot;2026-08-24&quot;:0.53},{&quot;2026-08-25&quot;:0.53},{&quot;2026-08-26&quot;:0.53},{&quot;2026-08-27&quot;:0.53},{&quot;2026-08-28&quot;:0.53},{&quot;2026-08-29&quot;:0.53},{&quot;2026-08-30&quot;:0.53},{&quot;2026-08-31&quot;:0.52},{&quot;2026-09-01&quot;:0.53},{&quot;2026-09-02&quot;:0.53},{&quot;2026-09-03&quot;:0.53},{&quot;2026-09-04&quot;:0.53},{&quot;2026-09-05&quot;:0.53},{&quot;2026-09-06&quot;:0.54},{&quot;2026-09-07&quot;:0.53},{&quot;2026-09-08&quot;:0.53},{&quot;2026-09-09&quot;:0.54},{&quot;2026-09-10&quot;:0.54},{&quot;2026-09-11&quot;:0.54}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>


    <div
      class="
        flex flex-col gap-2 w-full px-4 py-3 mt-2 bg-foreground text-sm
        rounded-xl
      "
    >
      <div class="text-grey-text"><span class="pagy info">Displaying items 1-50 of 57 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a role="link" aria-disabled="true" aria-label="Previous">&lt;</a><a role="link" aria-disabled="true" aria-current="page">1</a><a href="/load_collection?collection_id=217&amp;direction=asc&amp;username=denvermullets&amp;page=2" rel="next">2</a><a href="/load_collection?collection_id=217&amp;direction=asc&amp;username=denvermullets&amp;page=2" rel="next" aria-label="Next">&gt;</a></nav>
      </div>
    </div>
</div>

<!-- Desktop Table View -->
<div class="hidden lg:block mb-24 overflow-x-auto border rounded-3xl border-highlight">
  <table class="min-w-full divide-y table-auto divide-background">
    <thead class="bg-background" data-controller="table-sort">
      <tr>
          <th
            class="
              py-3 pl-4 pr-0 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=card_number&amp;username=denvermullets">
  #

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=name&amp;username=denvermullets">
  Name

</a>
          </th>

          <th
            class="
              hidden px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text lg:table-cell
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=card_type&amp;username=denvermullets">
  Type

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=mana_value&amp;username=denvermullets">
  Mana

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=normal_price&amp;username=denvermullets">
  Regular

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=foil_price&amp;username=denvermullets">
  Foil

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=ck_buylist_normal_price&amp;username=denvermullets">
  Sell Regular

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=ck_buylist_foil_price&amp;username=denvermullets">
  Sell Foil

</a>
          </th>

          <th
            class="
              hidden px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case lg:table-cell text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?collection_id=217&amp;direction=asc&amp;sort=edhrec_saltiness&amp;username=denvermullets">
  Salt

</a>
          </th>
      </tr>
    </thead>

    <tbody class="bg-background" data-controller="expandable-row">

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87414"
          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">
              13
            </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>
              Smothering Tithe


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $61.75

                    <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">
                $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">
                2.58
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87414"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87414" src="/boxset_card/87414?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48794"
          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">
              12
            </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>
              Esper Sentinel


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Human Soldier
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $61.20

                    <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">
                $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.67
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="48794"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_48794" src="/boxset_card/48794?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19976"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              5
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-mythic ss-fw ss-2x mr-4"></i>
              Archangel of Thune


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Angel
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $52.76

                    <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">
                $29.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.59
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19976"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19976" src="/boxset_card/19976?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21034"
          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-2x2 ss-mythic ss-fw ss-2x mr-4"></i>
              Cavern of Souls


            </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">
                  $50.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">
                $38.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.67
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21034"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21034" src="/boxset_card/21034?collection_id=217&amp;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?collection_id=217&amp;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">
            </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">
            </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?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12907"
          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">
              370
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Battle Angels of Tyr


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Angel Knight
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $23.85

                    <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">
                $18.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12907"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12907" src="/boxset_card/12907?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11397"
          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-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Akroma&#39;s Will


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $15.97

                    <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">
                $8.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="11397"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11397" src="/boxset_card/11397?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34297"
          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">
              11p
            </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>
              Drannith Magistrate


            </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-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">
                  $15.02

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $13.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                2.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34297"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34297" src="/boxset_card/34297?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85654"
          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">
              KHM-380
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Starnheim Aspirant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $9.40

                    <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">
                $6.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85654"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85654" src="/boxset_card/85654?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86930"
          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-woc ss-rare ss-fw ss-2x mr-4"></i>
              Court of Ardenvale


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $9.20

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.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.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86930"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86930" src="/boxset_card/86930?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42361"
          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">
              413
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Eiganjo, Seat of the Empire


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.56

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $7.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.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="42361"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42361" src="/boxset_card/42361?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73833"
          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">
              32
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-mythic ss-fw ss-2x mr-4"></i>
              Resplendent Angel


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              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-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">
                  $7.93

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73833"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73833" src="/boxset_card/73833?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74399"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              256
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Minas Tirith


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $7.89

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      15%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74399"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74399" src="/boxset_card/74399?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85965"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-mythic ss-fw ss-2x mr-4"></i>
              Virtue of Loyalty // Ardenvale Fealty


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $7.67

                    <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">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="85965"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85965" src="/boxset_card/85965?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78782"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-uncommon ss-fw ss-2x mr-4"></i>
              Rebuff the Wicked


            </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">
                  $7.21

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78782"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78782" src="/boxset_card/78782?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40188"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              24
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khm ss-rare ss-fw ss-2x mr-4"></i>
              Righteous Valkyrie


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Angel Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.80
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40188"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40188" src="/boxset_card/40188?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96770"
          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">
              120
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-spg ss-mythic ss-fw ss-2x mr-4"></i>
              Deafening Silence


            </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-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $6.19

                    <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">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96770"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96770" src="/boxset_card/96770?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41118"
          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">
              13
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Farewell


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $5.91

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                2.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41118"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41118" src="/boxset_card/41118?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83081"
          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">
              E01-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Sword of the Animist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.59

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83081"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83081" src="/boxset_card/83081?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86196"
          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">
              C17-53
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Herald&#39;s Horn


            </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">
                  $5.55

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86196"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86196" src="/boxset_card/86196?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13767"
          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">
              650
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Folk Hero


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment — Background
            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.39

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.75
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13767"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13767" src="/boxset_card/13767?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="39145"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              5
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-kld ss-rare ss-fw ss-2x mr-4"></i>
              Authority of the Consuls


            </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-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="39145"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_39145" src="/boxset_card/39145?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12450"
          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">
              361
            </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>
              War Room


            </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">
                  $5.26

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12450"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12450" src="/boxset_card/12450?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45040"
          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">
              227
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m13 ss-uncommon ss-fw ss-2x mr-4"></i>
              Reliquary Tower


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $5.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="45040"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_45040" src="/boxset_card/45040?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="17993"
          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">
              13
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-mythic ss-fw ss-2x mr-4"></i>
              Lyra Dawnbringer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Angel
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $4.91

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="17993"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_17993" src="/boxset_card/17993?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91469"
          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">
              CMM-398
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Lightning Greaves


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.85

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91469"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91469" src="/boxset_card/91469?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79582"
          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">
              299
            </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>
              Path to Exile


            </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">
                  $4.03

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79582"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79582" src="/boxset_card/79582?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74389"
          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">
              CMR-16
            </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>
              Court of Grace


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $3.80

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74389"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74389" src="/boxset_card/74389?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73657"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              5
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-mythic ss-fw ss-2x mr-4"></i>
              Dawn of a New Age


            </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">
                  $3.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73657"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73657" src="/boxset_card/73657?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89371"
          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">
              16
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-rare ss-fw ss-2x mr-4"></i>
              Emeria Shepherd


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      20%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="89371"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89371" src="/boxset_card/89371?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47483"
          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">
              86
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Herald of War


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Angel
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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">
                  $3.10

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47483"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47483" src="/boxset_card/47483?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18981"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              277
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-common ss-fw ss-2x mr-4"></i>
              Plains


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Plains
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.88

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18981"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18981" src="/boxset_card/18981?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20811"
          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-dgm ss-common ss-fw ss-2x mr-4"></i>
              Riot Control


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.66

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20811"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20811" src="/boxset_card/20811?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73715"
          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">
              26
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-uncommon ss-fw ss-2x mr-4"></i>
              Reprieve


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.28

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      24%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73715"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73715" src="/boxset_card/73715?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18807"
          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">
              275
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Swords to Plowshares


            </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">
                  $1.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">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18807"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18807" src="/boxset_card/18807?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57748"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              267
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-common ss-fw ss-2x mr-4"></i>
              Plains


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Plains
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.95

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      23%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.76

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57748"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57748" src="/boxset_card/57748?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18257"
          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">
              32
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Serra Paragon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              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-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">
                  $1.70

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18257"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18257" src="/boxset_card/18257?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19981"
          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">
              7
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Austere Command


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $1.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19981"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19981" src="/boxset_card/19981?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28797"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              141
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Giada, Font 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-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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.22

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28797"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28797" src="/boxset_card/28797?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74443"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              272
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-common ss-fw ss-2x mr-4"></i>
              Plains


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Plains
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.18

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      30%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </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="74443"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74443" src="/boxset_card/74443?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80404"
          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">
              NEM-127
            </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>
              Belbe&#39;s Portal


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.09

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80404"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80404" src="/boxset_card/80404?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75528"
          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">
              MM3-4
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Entreat the Angels


            </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-x'></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">
                  $0.83

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75528"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75528" src="/boxset_card/75528?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21064"
          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">
              373
            </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-common ss-fw ss-2x mr-4"></i>
              Plains


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Plains
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21064"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21064" src="/boxset_card/21064?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90482"
          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-fdn ss-uncommon ss-fw ss-2x mr-4"></i>
              Youthful Valkyrie


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              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-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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.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">
                $0.45
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="90482"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_90482" src="/boxset_card/90482?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74445"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              273
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-common ss-fw ss-2x mr-4"></i>
              Plains


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Plains
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74445"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74445" src="/boxset_card/74445?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21067"
          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">
              374
            </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-common ss-fw ss-2x mr-4"></i>
              Plains


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Plains
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.41

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.59

                    <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">
                $0.12
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </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="21067"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21067" src="/boxset_card/21067?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57733"
          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-one ss-common ss-fw ss-2x mr-4"></i>
              Plains


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Plains
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      20%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.59

                    <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">
                $0.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.12
            </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="57733"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57733" src="/boxset_card/57733?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73071"
          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">
              278
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-common ss-fw ss-2x mr-4"></i>
              Plains


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Plains
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.57

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.20
            </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="73071"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73071" src="/boxset_card/73071?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78799"
          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">
              41
            </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-rare ss-fw ss-2x mr-4"></i>
              Serra Avenger


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              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-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">
                  $0.54

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.09
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.05
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78799"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78799" src="/boxset_card/78799?collection_id=217&amp;show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>
    </tbody>
  </table>

    <div class="flex flex-row items-center justify-between w-full p-6 space-x-4">
      <span class="pagy info">Displaying items 1-50 of 57 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a role="link" aria-disabled="true" aria-label="Previous">&lt;</a><a role="link" aria-disabled="true" aria-current="page">1</a><a href="/load_collection?collection_id=217&amp;direction=asc&amp;username=denvermullets&amp;page=2" rel="next">2</a><a href="/load_collection?collection_id=217&amp;direction=asc&amp;username=denvermullets&amp;page=2" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>