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

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

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

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

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

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

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

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

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

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

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

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

              </dt>

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

              </dt>

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

              </dt>

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

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

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

              </dt>

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

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

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

              </dt>

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

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

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

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

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

              </dt>

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

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

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

              </dt>

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

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

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

              </dt>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    </div>
  </div>

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

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

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

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

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

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

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


  <!-- Hidden fields for selected filters -->
  <div id="filter-hidden-fields" class="hidden"></div>
</form>
</template></turbo-stream>
<turbo-stream action="update" target="table-container"><template>
    
<!-- Mobile Card View -->
<div class="lg:hidden mb-24 max-w-full">
    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94696"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-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">
            Sage&#39;s Nouliths
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sage&#39;s Nouliths" src="https://cards.scryfall.io/large/front/a/1/a12ff7c3-6ae0-4098-9240-ff3fd16a5288.jpg?1783906631" />
    </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.13
              </span>

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

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

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

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:0.21},{&quot;2026-06-11&quot;:0.23},{&quot;2026-06-12&quot;:0.23},{&quot;2026-06-13&quot;:0.23},{&quot;2026-06-14&quot;:0.23},{&quot;2026-06-15&quot;:0.23},{&quot;2026-06-16&quot;:0.23},{&quot;2026-06-17&quot;:0.23},{&quot;2026-06-18&quot;:0.23},{&quot;2026-06-19&quot;:0.23},{&quot;2026-06-20&quot;:0.23},{&quot;2026-06-21&quot;:0.24},{&quot;2026-06-22&quot;:0.24},{&quot;2026-06-23&quot;:0.24},{&quot;2026-06-24&quot;:0.24},{&quot;2026-06-25&quot;:0.24},{&quot;2026-06-26&quot;:0.24},{&quot;2026-06-27&quot;:0.23},{&quot;2026-06-28&quot;:0.23},{&quot;2026-06-29&quot;:0.23},{&quot;2026-06-30&quot;:0.23},{&quot;2026-07-01&quot;:0.23},{&quot;2026-07-02&quot;:0.22},{&quot;2026-07-03&quot;:0.2},{&quot;2026-07-04&quot;:0.2},{&quot;2026-07-05&quot;:0.19},{&quot;2026-07-06&quot;:0.2},{&quot;2026-07-07&quot;:0.2},{&quot;2026-07-08&quot;:0.2},{&quot;2026-07-09&quot;:0.2},{&quot;2026-07-10&quot;:0.22},{&quot;2026-07-11&quot;:0.22},{&quot;2026-07-12&quot;:0.22},{&quot;2026-07-13&quot;:0.22},{&quot;2026-07-14&quot;:0.2},{&quot;2026-07-15&quot;:0.2},{&quot;2026-07-16&quot;:0.2},{&quot;2026-07-17&quot;:0.19},{&quot;2026-07-18&quot;:0.19},{&quot;2026-07-19&quot;:0.19},{&quot;2026-07-20&quot;:0.19},{&quot;2026-07-21&quot;:0.19},{&quot;2026-07-23&quot;:0.2},{&quot;2026-07-25&quot;:0.19},{&quot;2026-07-26&quot;:0.19},{&quot;2026-07-27&quot;:0.19},{&quot;2026-07-29&quot;:0.18},{&quot;2026-07-30&quot;:0.17},{&quot;2026-07-31&quot;:0.17},{&quot;2026-08-01&quot;:0.17},{&quot;2026-08-02&quot;:0.17},{&quot;2026-08-03&quot;:0.17},{&quot;2026-08-04&quot;:0.17},{&quot;2026-08-05&quot;:0.18},{&quot;2026-08-07&quot;:0.19},{&quot;2026-08-08&quot;:0.19},{&quot;2026-08-09&quot;:0.19},{&quot;2026-08-10&quot;:0.19},{&quot;2026-08-11&quot;:0.19},{&quot;2026-08-12&quot;:0.19},{&quot;2026-08-13&quot;:0.2},{&quot;2026-08-14&quot;:0.2},{&quot;2026-08-15&quot;:0.2},{&quot;2026-08-16&quot;:0.2},{&quot;2026-08-17&quot;:0.18},{&quot;2026-08-18&quot;:0.18},{&quot;2026-08-19&quot;:0.18},{&quot;2026-08-20&quot;:0.18},{&quot;2026-08-21&quot;:0.18},{&quot;2026-08-22&quot;:0.18},{&quot;2026-08-23&quot;:0.2},{&quot;2026-08-24&quot;:0.19},{&quot;2026-08-25&quot;:0.19},{&quot;2026-08-26&quot;:0.18},{&quot;2026-08-27&quot;:0.2},{&quot;2026-08-28&quot;:0.2},{&quot;2026-08-29&quot;:0.2},{&quot;2026-08-30&quot;:0.2},{&quot;2026-08-31&quot;:0.2},{&quot;2026-09-01&quot;:0.2},{&quot;2026-09-02&quot;:0.2},{&quot;2026-09-03&quot;:0.2},{&quot;2026-09-04&quot;:0.2},{&quot;2026-09-05&quot;:0.2},{&quot;2026-09-06&quot;:0.2},{&quot;2026-09-07&quot;:0.2},{&quot;2026-09-08&quot;:0.22},{&quot;2026-09-09&quot;:0.22},{&quot;2026-09-10&quot;:0.22},{&quot;2026-09-11&quot;:0.22}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.15},{&quot;2026-06-11&quot;:0.15},{&quot;2026-06-12&quot;:0.15},{&quot;2026-06-13&quot;:0.15},{&quot;2026-06-14&quot;:0.15},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.15},{&quot;2026-06-22&quot;:0.15},{&quot;2026-06-23&quot;:0.15},{&quot;2026-06-24&quot;:0.14},{&quot;2026-06-25&quot;:0.13},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.13},{&quot;2026-06-28&quot;:0.13},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.16},{&quot;2026-07-14&quot;:0.17},{&quot;2026-07-15&quot;:0.16},{&quot;2026-07-16&quot;:0.16},{&quot;2026-07-17&quot;:0.16},{&quot;2026-07-18&quot;:0.15},{&quot;2026-07-19&quot;:0.15},{&quot;2026-07-20&quot;:0.18},{&quot;2026-07-21&quot;:0.18},{&quot;2026-07-23&quot;:0.17},{&quot;2026-07-25&quot;:0.17},{&quot;2026-07-26&quot;:0.2},{&quot;2026-07-27&quot;:0.17},{&quot;2026-07-29&quot;:0.18},{&quot;2026-07-30&quot;:0.18},{&quot;2026-07-31&quot;:0.18},{&quot;2026-08-01&quot;:0.18},{&quot;2026-08-02&quot;:0.18},{&quot;2026-08-03&quot;:0.13},{&quot;2026-08-04&quot;:0.13},{&quot;2026-08-05&quot;:0.13},{&quot;2026-08-07&quot;:0.15},{&quot;2026-08-08&quot;:0.16},{&quot;2026-08-09&quot;:0.16},{&quot;2026-08-10&quot;:0.16},{&quot;2026-08-11&quot;:0.14},{&quot;2026-08-12&quot;:0.14},{&quot;2026-08-13&quot;:0.14},{&quot;2026-08-14&quot;:0.14},{&quot;2026-08-15&quot;:0.14},{&quot;2026-08-16&quot;:0.14},{&quot;2026-08-17&quot;:0.14},{&quot;2026-08-18&quot;:0.14},{&quot;2026-08-19&quot;:0.14},{&quot;2026-08-20&quot;:0.14},{&quot;2026-08-21&quot;:0.14},{&quot;2026-08-22&quot;:0.15},{&quot;2026-08-23&quot;:0.15},{&quot;2026-08-24&quot;:0.15},{&quot;2026-08-25&quot;:0.15},{&quot;2026-08-26&quot;:0.14},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.11},{&quot;2026-08-31&quot;:0.1},{&quot;2026-09-01&quot;:0.1},{&quot;2026-09-02&quot;:0.1},{&quot;2026-09-03&quot;:0.1},{&quot;2026-09-04&quot;:0.1},{&quot;2026-09-05&quot;:0.11},{&quot;2026-09-06&quot;:0.14},{&quot;2026-09-07&quot;:0.14},{&quot;2026-09-08&quot;:0.14},{&quot;2026-09-09&quot;:0.14},{&quot;2026-09-10&quot;:0.13},{&quot;2026-09-11&quot;:0.13}]}"
        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="96067"
  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-eoc 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">
            Scouring Swarm
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Scouring Swarm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8fc25982-8668-43c4-93db-84e716e8783d.jpg?1782685706" />

        <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">
            Scouring Swarm
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Scouring Swarm" src="https://cards.scryfall.io/large/front/8/f/8fc25982-8668-43c4-93db-84e716e8783d.jpg?1782685706" />
    </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.13
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  7%
                </span>
            </div>
          </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.22},{&quot;2026-06-14&quot;:0.23},{&quot;2026-06-15&quot;:0.23},{&quot;2026-06-16&quot;:0.24},{&quot;2026-06-17&quot;:0.24},{&quot;2026-06-18&quot;:0.24},{&quot;2026-06-19&quot;:0.24},{&quot;2026-06-20&quot;:0.24},{&quot;2026-06-21&quot;:0.23},{&quot;2026-06-22&quot;:0.23},{&quot;2026-06-23&quot;:0.21},{&quot;2026-06-24&quot;:0.21},{&quot;2026-06-25&quot;:0.21},{&quot;2026-06-26&quot;:0.21},{&quot;2026-06-27&quot;:0.21},{&quot;2026-06-28&quot;:0.21},{&quot;2026-06-29&quot;:0.21},{&quot;2026-06-30&quot;:0.22},{&quot;2026-07-01&quot;:0.22},{&quot;2026-07-02&quot;:0.22},{&quot;2026-07-03&quot;:0.21},{&quot;2026-07-04&quot;:0.21},{&quot;2026-07-05&quot;:0.21},{&quot;2026-07-06&quot;:0.2},{&quot;2026-07-07&quot;:0.18},{&quot;2026-07-08&quot;:0.18},{&quot;2026-07-09&quot;:0.18},{&quot;2026-07-10&quot;:0.18},{&quot;2026-07-11&quot;:0.17},{&quot;2026-07-12&quot;:0.17},{&quot;2026-07-13&quot;:0.16},{&quot;2026-07-14&quot;:0.16},{&quot;2026-07-15&quot;:0.16},{&quot;2026-07-16&quot;:0.18},{&quot;2026-07-17&quot;:0.19},{&quot;2026-07-18&quot;:0.19},{&quot;2026-07-19&quot;:0.18},{&quot;2026-07-20&quot;:0.19},{&quot;2026-07-21&quot;:0.21},{&quot;2026-07-22&quot;:0.21},{&quot;2026-07-23&quot;:0.21},{&quot;2026-07-24&quot;:0.2},{&quot;2026-07-25&quot;:0.2},{&quot;2026-07-26&quot;:0.19},{&quot;2026-07-27&quot;:0.2},{&quot;2026-07-28&quot;:0.2},{&quot;2026-07-29&quot;:0.21},{&quot;2026-07-30&quot;:0.21},{&quot;2026-07-31&quot;:0.22},{&quot;2026-08-01&quot;:0.23},{&quot;2026-08-02&quot;:0.23},{&quot;2026-08-03&quot;:0.22},{&quot;2026-08-04&quot;:0.19},{&quot;2026-08-05&quot;:0.19},{&quot;2026-08-07&quot;:0.2},{&quot;2026-08-08&quot;:0.2},{&quot;2026-08-09&quot;:0.19},{&quot;2026-08-10&quot;:0.2},{&quot;2026-08-11&quot;:0.23},{&quot;2026-08-12&quot;:0.23},{&quot;2026-08-13&quot;:0.24},{&quot;2026-08-14&quot;:0.24},{&quot;2026-08-15&quot;:0.24},{&quot;2026-08-16&quot;:0.22},{&quot;2026-08-17&quot;:0.22},{&quot;2026-08-18&quot;:0.22},{&quot;2026-08-19&quot;:0.23},{&quot;2026-08-20&quot;:0.23},{&quot;2026-08-21&quot;:0.24},{&quot;2026-08-22&quot;:0.24},{&quot;2026-08-23&quot;:0.23},{&quot;2026-08-24&quot;:0.24},{&quot;2026-08-25&quot;:0.23},{&quot;2026-08-26&quot;:0.22},{&quot;2026-08-27&quot;:0.21},{&quot;2026-08-28&quot;:0.21},{&quot;2026-08-29&quot;:0.21},{&quot;2026-08-30&quot;:0.21},{&quot;2026-08-31&quot;:0.2},{&quot;2026-09-01&quot;:0.18},{&quot;2026-09-02&quot;:0.18},{&quot;2026-09-03&quot;:0.18},{&quot;2026-09-04&quot;:0.17},{&quot;2026-09-05&quot;:0.14},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.13},{&quot;2026-09-09&quot;:0.14},{&quot;2026-09-10&quot;:0.14},{&quot;2026-09-11&quot;:0.13}]}"
        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="96248"
  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-eoe ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Forest" src="https://cards.scryfall.io/large/front/f/b/fb62605c-a58e-4e53-8336-b2bee316b5a6.jpg?1782685394" />
    </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-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.13
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $0.20
              </span>

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:0.18},{&quot;2026-06-11&quot;:0.19},{&quot;2026-06-12&quot;:0.18},{&quot;2026-06-13&quot;:0.19},{&quot;2026-06-14&quot;:0.19},{&quot;2026-06-15&quot;:0.19},{&quot;2026-06-16&quot;:0.19},{&quot;2026-06-17&quot;:0.19},{&quot;2026-06-18&quot;:0.19},{&quot;2026-06-19&quot;:0.19},{&quot;2026-06-20&quot;:0.19},{&quot;2026-06-21&quot;:0.17},{&quot;2026-06-22&quot;:0.15},{&quot;2026-06-23&quot;:0.15},{&quot;2026-06-24&quot;:0.13},{&quot;2026-06-25&quot;:0.13},{&quot;2026-06-26&quot;:0.15},{&quot;2026-06-27&quot;:0.15},{&quot;2026-06-28&quot;:0.15},{&quot;2026-06-29&quot;:0.15},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&quot;2026-07-06&quot;:0.14},{&quot;2026-07-07&quot;:0.14},{&quot;2026-07-08&quot;:0.14},{&quot;2026-07-09&quot;:0.14},{&quot;2026-07-10&quot;:0.11},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.16},{&quot;2026-07-23&quot;:0.16},{&quot;2026-07-25&quot;:0.16},{&quot;2026-07-26&quot;:0.17},{&quot;2026-07-27&quot;:0.17},{&quot;2026-07-29&quot;:0.17},{&quot;2026-07-30&quot;:0.17},{&quot;2026-07-31&quot;:0.18},{&quot;2026-08-01&quot;:0.18},{&quot;2026-08-02&quot;:0.17},{&quot;2026-08-03&quot;:0.17},{&quot;2026-08-04&quot;:0.18},{&quot;2026-08-05&quot;:0.17},{&quot;2026-08-07&quot;:0.17},{&quot;2026-08-08&quot;:0.17},{&quot;2026-08-09&quot;:0.17},{&quot;2026-08-10&quot;:0.18},{&quot;2026-08-11&quot;:0.19},{&quot;2026-08-12&quot;:0.19},{&quot;2026-08-13&quot;:0.19},{&quot;2026-08-14&quot;:0.19},{&quot;2026-08-15&quot;:0.18},{&quot;2026-08-16&quot;:0.19},{&quot;2026-08-17&quot;:0.22},{&quot;2026-08-18&quot;:0.22},{&quot;2026-08-19&quot;:0.22},{&quot;2026-08-20&quot;:0.22},{&quot;2026-08-21&quot;:0.21},{&quot;2026-08-22&quot;:0.21},{&quot;2026-08-23&quot;:0.19},{&quot;2026-08-24&quot;:0.19},{&quot;2026-08-25&quot;:0.19},{&quot;2026-08-26&quot;:0.2},{&quot;2026-08-27&quot;:0.2},{&quot;2026-08-28&quot;:0.18},{&quot;2026-08-29&quot;:0.18},{&quot;2026-08-30&quot;:0.2},{&quot;2026-08-31&quot;:0.2},{&quot;2026-09-01&quot;:0.2},{&quot;2026-09-02&quot;:0.2},{&quot;2026-09-03&quot;:0.2},{&quot;2026-09-04&quot;:0.19},{&quot;2026-09-05&quot;:0.19},{&quot;2026-09-06&quot;:0.19},{&quot;2026-09-07&quot;:0.19},{&quot;2026-09-08&quot;:0.19},{&quot;2026-09-09&quot;:0.19},{&quot;2026-09-10&quot;:0.19},{&quot;2026-09-11&quot;:0.2}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.12},{&quot;2026-06-11&quot;:0.12},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.14},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.13},{&quot;2026-06-16&quot;:0.13},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.17},{&quot;2026-06-21&quot;:0.19},{&quot;2026-06-22&quot;:0.19},{&quot;2026-06-23&quot;:0.19},{&quot;2026-06-24&quot;:0.19},{&quot;2026-06-25&quot;:0.19},{&quot;2026-06-26&quot;:0.19},{&quot;2026-06-27&quot;:0.19},{&quot;2026-06-28&quot;:0.18},{&quot;2026-06-29&quot;:0.18},{&quot;2026-06-30&quot;:0.2},{&quot;2026-07-01&quot;:0.2},{&quot;2026-07-02&quot;:0.21},{&quot;2026-07-03&quot;:0.22},{&quot;2026-07-04&quot;:0.22},{&quot;2026-07-05&quot;:0.2},{&quot;2026-07-06&quot;:0.21},{&quot;2026-07-07&quot;:0.21},{&quot;2026-07-08&quot;:0.22},{&quot;2026-07-09&quot;:0.23},{&quot;2026-07-10&quot;:0.2},{&quot;2026-07-11&quot;:0.22},{&quot;2026-07-12&quot;:0.2},{&quot;2026-07-13&quot;:0.2},{&quot;2026-07-14&quot;:0.21},{&quot;2026-07-15&quot;:0.2},{&quot;2026-07-16&quot;:0.2},{&quot;2026-07-17&quot;:0.17},{&quot;2026-07-18&quot;:0.16},{&quot;2026-07-19&quot;:0.16},{&quot;2026-07-20&quot;:0.15},{&quot;2026-07-21&quot;:0.15},{&quot;2026-07-23&quot;:0.15},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-29&quot;:0.14},{&quot;2026-07-30&quot;:0.14},{&quot;2026-07-31&quot;:0.15},{&quot;2026-08-01&quot;:0.14},{&quot;2026-08-02&quot;:0.17},{&quot;2026-08-03&quot;:0.16},{&quot;2026-08-04&quot;:0.15},{&quot;2026-08-05&quot;:0.17},{&quot;2026-08-07&quot;:0.17},{&quot;2026-08-08&quot;:0.17},{&quot;2026-08-09&quot;:0.17},{&quot;2026-08-10&quot;:0.19},{&quot;2026-08-11&quot;:0.2},{&quot;2026-08-12&quot;:0.2},{&quot;2026-08-13&quot;:0.2},{&quot;2026-08-14&quot;:0.2},{&quot;2026-08-15&quot;:0.2},{&quot;2026-08-16&quot;:0.19},{&quot;2026-08-17&quot;:0.17},{&quot;2026-08-18&quot;:0.16},{&quot;2026-08-19&quot;:0.16},{&quot;2026-08-20&quot;:0.16},{&quot;2026-08-21&quot;:0.17},{&quot;2026-08-22&quot;:0.15},{&quot;2026-08-23&quot;:0.15},{&quot;2026-08-24&quot;:0.17},{&quot;2026-08-25&quot;:0.17},{&quot;2026-08-26&quot;:0.18},{&quot;2026-08-27&quot;:0.17},{&quot;2026-08-28&quot;:0.17},{&quot;2026-08-29&quot;:0.17},{&quot;2026-08-30&quot;:0.16},{&quot;2026-08-31&quot;:0.16},{&quot;2026-09-01&quot;:0.16},{&quot;2026-09-02&quot;:0.15},{&quot;2026-09-03&quot;:0.15},{&quot;2026-09-04&quot;:0.15},{&quot;2026-09-05&quot;:0.15},{&quot;2026-09-06&quot;:0.15},{&quot;2026-09-07&quot;:0.13},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.13},{&quot;2026-09-10&quot;:0.13},{&quot;2026-09-11&quot;:0.13}]}"
        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="109677"
  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-sos 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">
            Social Snub
        </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">
            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">
              ↑
              8%
            </span>

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

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

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

        <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">
            Social Snub
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Social Snub" src="https://cards.scryfall.io/large/front/a/0/a04b6900-0436-4920-a0d4-c0186d605ae3.jpg?1782682841" />
    </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-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.13
              </span>

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

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

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

            </div>
          </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.2},{&quot;2026-06-14&quot;:0.2},{&quot;2026-06-15&quot;:0.2},{&quot;2026-06-16&quot;:0.2},{&quot;2026-06-17&quot;:0.19},{&quot;2026-06-18&quot;:0.19},{&quot;2026-06-19&quot;:0.19},{&quot;2026-06-20&quot;:0.19},{&quot;2026-06-21&quot;:0.2},{&quot;2026-06-22&quot;:0.19},{&quot;2026-06-23&quot;:0.19},{&quot;2026-06-24&quot;:0.19},{&quot;2026-06-25&quot;:0.19},{&quot;2026-06-26&quot;:0.19},{&quot;2026-06-27&quot;:0.19},{&quot;2026-06-28&quot;:0.19},{&quot;2026-06-29&quot;:0.19},{&quot;2026-06-30&quot;:0.19},{&quot;2026-07-01&quot;:0.19},{&quot;2026-07-02&quot;:0.21},{&quot;2026-07-03&quot;:0.19},{&quot;2026-07-04&quot;:0.19},{&quot;2026-07-05&quot;:0.19},{&quot;2026-07-06&quot;:0.18},{&quot;2026-07-07&quot;:0.18},{&quot;2026-07-08&quot;:0.18},{&quot;2026-07-09&quot;:0.16},{&quot;2026-07-10&quot;:0.16},{&quot;2026-07-11&quot;:0.16},{&quot;2026-07-12&quot;:0.15},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.14},{&quot;2026-07-15&quot;:0.14},{&quot;2026-07-16&quot;:0.14},{&quot;2026-07-17&quot;:0.14},{&quot;2026-07-18&quot;:0.14},{&quot;2026-07-19&quot;:0.14},{&quot;2026-07-20&quot;:0.14},{&quot;2026-07-21&quot;:0.14},{&quot;2026-07-22&quot;:0.14},{&quot;2026-07-23&quot;:0.15},{&quot;2026-07-24&quot;:0.15},{&quot;2026-07-25&quot;:0.15},{&quot;2026-07-26&quot;:0.15},{&quot;2026-07-27&quot;:0.15},{&quot;2026-07-28&quot;:0.16},{&quot;2026-07-29&quot;:0.16},{&quot;2026-07-30&quot;:0.15},{&quot;2026-07-31&quot;:0.15},{&quot;2026-08-01&quot;:0.15},{&quot;2026-08-02&quot;:0.15},{&quot;2026-08-03&quot;:0.15},{&quot;2026-08-04&quot;:0.15},{&quot;2026-08-05&quot;:0.15},{&quot;2026-08-07&quot;:0.15},{&quot;2026-08-08&quot;:0.15},{&quot;2026-08-09&quot;:0.15},{&quot;2026-08-10&quot;:0.15},{&quot;2026-08-11&quot;:0.15},{&quot;2026-08-12&quot;:0.15},{&quot;2026-08-13&quot;:0.15},{&quot;2026-08-14&quot;:0.15},{&quot;2026-08-15&quot;:0.15},{&quot;2026-08-16&quot;:0.15},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.15},{&quot;2026-08-19&quot;:0.15},{&quot;2026-08-20&quot;:0.16},{&quot;2026-08-21&quot;:0.16},{&quot;2026-08-22&quot;:0.16},{&quot;2026-08-23&quot;:0.16},{&quot;2026-08-24&quot;:0.16},{&quot;2026-08-25&quot;:0.17},{&quot;2026-08-26&quot;:0.17},{&quot;2026-08-27&quot;:0.17},{&quot;2026-08-28&quot;:0.17},{&quot;2026-08-29&quot;:0.17},{&quot;2026-08-30&quot;:0.17},{&quot;2026-08-31&quot;:0.17},{&quot;2026-09-01&quot;:0.17},{&quot;2026-09-02&quot;:0.17},{&quot;2026-09-03&quot;:0.17},{&quot;2026-09-04&quot;:0.17},{&quot;2026-09-05&quot;:0.17},{&quot;2026-09-06&quot;:0.17},{&quot;2026-09-07&quot;:0.17},{&quot;2026-09-08&quot;:0.17},{&quot;2026-09-09&quot;:0.17},{&quot;2026-09-10&quot;:0.17},{&quot;2026-09-11&quot;:0.17}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.14},{&quot;2026-07-11&quot;:0.15},{&quot;2026-07-12&quot;:0.14},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.15},{&quot;2026-07-16&quot;:0.15},{&quot;2026-07-17&quot;:0.16},{&quot;2026-07-18&quot;:0.16},{&quot;2026-07-19&quot;:0.17},{&quot;2026-07-20&quot;:0.17},{&quot;2026-07-21&quot;:0.17},{&quot;2026-07-22&quot;:0.18},{&quot;2026-07-23&quot;:0.18},{&quot;2026-07-24&quot;:0.18},{&quot;2026-07-25&quot;:0.18},{&quot;2026-07-26&quot;:0.18},{&quot;2026-07-27&quot;:0.18},{&quot;2026-07-28&quot;:0.17},{&quot;2026-07-29&quot;:0.17},{&quot;2026-07-30&quot;:0.17},{&quot;2026-07-31&quot;:0.17},{&quot;2026-08-01&quot;:0.17},{&quot;2026-08-02&quot;:0.18},{&quot;2026-08-03&quot;:0.18},{&quot;2026-08-04&quot;:0.18},{&quot;2026-08-05&quot;:0.18},{&quot;2026-08-07&quot;:0.18},{&quot;2026-08-08&quot;:0.18},{&quot;2026-08-09&quot;:0.18},{&quot;2026-08-10&quot;:0.18},{&quot;2026-08-11&quot;:0.18},{&quot;2026-08-12&quot;:0.17},{&quot;2026-08-13&quot;:0.17},{&quot;2026-08-14&quot;:0.17},{&quot;2026-08-15&quot;:0.15},{&quot;2026-08-16&quot;:0.15},{&quot;2026-08-17&quot;:0.15},{&quot;2026-08-18&quot;:0.15},{&quot;2026-08-19&quot;:0.15},{&quot;2026-08-20&quot;:0.15},{&quot;2026-08-21&quot;:0.14},{&quot;2026-08-22&quot;:0.14},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.14},{&quot;2026-08-25&quot;:0.14},{&quot;2026-08-26&quot;:0.15},{&quot;2026-08-27&quot;:0.14},{&quot;2026-08-28&quot;:0.14},{&quot;2026-08-29&quot;:0.14},{&quot;2026-08-30&quot;:0.14},{&quot;2026-08-31&quot;:0.13},{&quot;2026-09-01&quot;:0.13},{&quot;2026-09-02&quot;:0.13},{&quot;2026-09-03&quot;:0.13},{&quot;2026-09-04&quot;:0.13},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.13}]}"
        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="109828"
  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-sos 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">
            Foolish Fate
        </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">
            3 owned
          </div>

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

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

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

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

        <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">
            Foolish Fate
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Foolish Fate" src="https://cards.scryfall.io/large/front/d/2/d278f4c9-d20b-4a76-8c5c-4d3e985948b9.jpg?1783903680" />
    </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.13
              </span>

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  15%
                </span>
            </div>
          </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;:0.26},{&quot;2026-06-13&quot;:0.26},{&quot;2026-06-14&quot;:0.27},{&quot;2026-06-15&quot;:0.27},{&quot;2026-06-16&quot;:0.26},{&quot;2026-06-17&quot;:0.25},{&quot;2026-06-18&quot;:0.26},{&quot;2026-06-19&quot;:0.26},{&quot;2026-06-20&quot;:0.26},{&quot;2026-06-21&quot;:0.26},{&quot;2026-06-22&quot;:0.26},{&quot;2026-06-23&quot;:0.24},{&quot;2026-06-24&quot;:0.24},{&quot;2026-06-25&quot;:0.25},{&quot;2026-06-26&quot;:0.25},{&quot;2026-06-27&quot;:0.25},{&quot;2026-06-28&quot;:0.25},{&quot;2026-06-29&quot;:0.25},{&quot;2026-06-30&quot;:0.25},{&quot;2026-07-01&quot;:0.26},{&quot;2026-07-02&quot;:0.26},{&quot;2026-07-03&quot;:0.27},{&quot;2026-07-04&quot;:0.27},{&quot;2026-07-05&quot;:0.27},{&quot;2026-07-06&quot;:0.28},{&quot;2026-07-07&quot;:0.28},{&quot;2026-07-08&quot;:0.28},{&quot;2026-07-09&quot;:0.28},{&quot;2026-07-10&quot;:0.31},{&quot;2026-07-11&quot;:0.31},{&quot;2026-07-12&quot;:0.29},{&quot;2026-07-13&quot;:0.3},{&quot;2026-07-14&quot;:0.31},{&quot;2026-07-15&quot;:0.31},{&quot;2026-07-16&quot;:0.31},{&quot;2026-07-17&quot;:0.31},{&quot;2026-07-18&quot;:0.31},{&quot;2026-07-19&quot;:0.31},{&quot;2026-07-20&quot;:0.31},{&quot;2026-07-21&quot;:0.29},{&quot;2026-07-23&quot;:0.29},{&quot;2026-07-24&quot;:0.31},{&quot;2026-07-25&quot;:0.31},{&quot;2026-07-26&quot;:0.29},{&quot;2026-07-27&quot;:0.28},{&quot;2026-07-28&quot;:0.29},{&quot;2026-07-29&quot;:0.29},{&quot;2026-07-30&quot;:0.29},{&quot;2026-07-31&quot;:0.28},{&quot;2026-08-01&quot;:0.26},{&quot;2026-08-02&quot;:0.26},{&quot;2026-08-03&quot;:0.27},{&quot;2026-08-04&quot;:0.27},{&quot;2026-08-05&quot;:0.27},{&quot;2026-08-07&quot;:0.26},{&quot;2026-08-08&quot;:0.25},{&quot;2026-08-09&quot;:0.26},{&quot;2026-08-10&quot;:0.26},{&quot;2026-08-11&quot;:0.26},{&quot;2026-08-12&quot;:0.25},{&quot;2026-08-13&quot;:0.27},{&quot;2026-08-14&quot;:0.23},{&quot;2026-08-15&quot;:0.23},{&quot;2026-08-16&quot;:0.23},{&quot;2026-08-17&quot;:0.22},{&quot;2026-08-18&quot;:0.22},{&quot;2026-08-19&quot;:0.21},{&quot;2026-08-20&quot;:0.21},{&quot;2026-08-21&quot;:0.22},{&quot;2026-08-22&quot;:0.22},{&quot;2026-08-23&quot;:0.22},{&quot;2026-08-24&quot;:0.22},{&quot;2026-08-25&quot;:0.22},{&quot;2026-08-26&quot;:0.22},{&quot;2026-08-27&quot;:0.22},{&quot;2026-08-28&quot;:0.21},{&quot;2026-08-29&quot;:0.21},{&quot;2026-08-30&quot;:0.2},{&quot;2026-08-31&quot;:0.2},{&quot;2026-09-01&quot;:0.2},{&quot;2026-09-02&quot;:0.2},{&quot;2026-09-03&quot;:0.2},{&quot;2026-09-04&quot;:0.2},{&quot;2026-09-05&quot;:0.2},{&quot;2026-09-06&quot;:0.2},{&quot;2026-09-07&quot;:0.22},{&quot;2026-09-08&quot;:0.22},{&quot;2026-09-09&quot;:0.22},{&quot;2026-09-10&quot;:0.22},{&quot;2026-09-11&quot;:0.23}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.21},{&quot;2026-06-13&quot;:0.22},{&quot;2026-06-14&quot;:0.19},{&quot;2026-06-15&quot;:0.19},{&quot;2026-06-16&quot;:0.2},{&quot;2026-06-17&quot;:0.19},{&quot;2026-06-18&quot;:0.19},{&quot;2026-06-19&quot;:0.17},{&quot;2026-06-20&quot;:0.17},{&quot;2026-06-21&quot;:0.17},{&quot;2026-06-22&quot;:0.18},{&quot;2026-06-23&quot;:0.18},{&quot;2026-06-24&quot;:0.2},{&quot;2026-06-25&quot;:0.2},{&quot;2026-06-26&quot;:0.19},{&quot;2026-06-27&quot;:0.19},{&quot;2026-06-28&quot;:0.21},{&quot;2026-06-29&quot;:0.21},{&quot;2026-06-30&quot;:0.21},{&quot;2026-07-01&quot;:0.22},{&quot;2026-07-02&quot;:0.22},{&quot;2026-07-03&quot;:0.23},{&quot;2026-07-04&quot;:0.23},{&quot;2026-07-05&quot;:0.21},{&quot;2026-07-06&quot;:0.2},{&quot;2026-07-07&quot;:0.22},{&quot;2026-07-08&quot;:0.22},{&quot;2026-07-09&quot;:0.22},{&quot;2026-07-10&quot;:0.22},{&quot;2026-07-11&quot;:0.19},{&quot;2026-07-12&quot;:0.21},{&quot;2026-07-13&quot;:0.2},{&quot;2026-07-14&quot;:0.2},{&quot;2026-07-15&quot;:0.2},{&quot;2026-07-16&quot;:0.19},{&quot;2026-07-17&quot;:0.18},{&quot;2026-07-18&quot;:0.16},{&quot;2026-07-19&quot;:0.18},{&quot;2026-07-20&quot;:0.19},{&quot;2026-07-21&quot;:0.18},{&quot;2026-07-23&quot;:0.17},{&quot;2026-07-24&quot;:0.17},{&quot;2026-07-25&quot;:0.17},{&quot;2026-07-26&quot;:0.17},{&quot;2026-07-27&quot;:0.19},{&quot;2026-07-28&quot;:0.19},{&quot;2026-07-29&quot;:0.19},{&quot;2026-07-30&quot;:0.19},{&quot;2026-07-31&quot;:0.2},{&quot;2026-08-01&quot;:0.21},{&quot;2026-08-02&quot;:0.21},{&quot;2026-08-03&quot;:0.21},{&quot;2026-08-04&quot;:0.2},{&quot;2026-08-05&quot;:0.19},{&quot;2026-08-07&quot;:0.18},{&quot;2026-08-08&quot;:0.19},{&quot;2026-08-09&quot;:0.19},{&quot;2026-08-10&quot;:0.19},{&quot;2026-08-11&quot;:0.19},{&quot;2026-08-12&quot;:0.19},{&quot;2026-08-13&quot;:0.18},{&quot;2026-08-14&quot;:0.19},{&quot;2026-08-15&quot;:0.19},{&quot;2026-08-16&quot;:0.19},{&quot;2026-08-17&quot;:0.19},{&quot;2026-08-18&quot;:0.19},{&quot;2026-08-19&quot;:0.19},{&quot;2026-08-20&quot;:0.19},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.15},{&quot;2026-08-25&quot;:0.14},{&quot;2026-08-26&quot;:0.14},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.11},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.13},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.13},{&quot;2026-09-11&quot;:0.13}]}"
        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="109906"
  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-sos 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">
            Startled Relic Sloth
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Startled Relic Sloth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/1/f143fd41-58c3-45a0-bef8-e9e4b4a502a5.jpg?1783903631" />

        <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">
            Startled Relic Sloth
        </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 — Sloth Beast</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Startled Relic Sloth" src="https://cards.scryfall.io/large/front/f/1/f143fd41-58c3-45a0-bef8-e9e4b4a502a5.jpg?1783903631" />
    </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-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.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">
                $0.19
              </span>

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:0.24},{&quot;2026-06-12&quot;:0.24},{&quot;2026-06-13&quot;:0.25},{&quot;2026-06-14&quot;:0.25},{&quot;2026-06-15&quot;:0.24},{&quot;2026-06-16&quot;:0.24},{&quot;2026-06-17&quot;:0.25},{&quot;2026-06-18&quot;:0.25},{&quot;2026-06-19&quot;:0.25},{&quot;2026-06-20&quot;:0.25},{&quot;2026-06-21&quot;:0.25},{&quot;2026-06-22&quot;:0.25},{&quot;2026-06-23&quot;:0.25},{&quot;2026-06-24&quot;:0.24},{&quot;2026-06-25&quot;:0.24},{&quot;2026-06-26&quot;:0.24},{&quot;2026-06-27&quot;:0.24},{&quot;2026-06-28&quot;:0.24},{&quot;2026-06-29&quot;:0.24},{&quot;2026-06-30&quot;:0.22},{&quot;2026-07-01&quot;:0.22},{&quot;2026-07-02&quot;:0.21},{&quot;2026-07-03&quot;:0.21},{&quot;2026-07-04&quot;:0.19},{&quot;2026-07-05&quot;:0.19},{&quot;2026-07-06&quot;:0.18},{&quot;2026-07-07&quot;:0.18},{&quot;2026-07-08&quot;:0.19},{&quot;2026-07-09&quot;:0.19},{&quot;2026-07-10&quot;:0.19},{&quot;2026-07-11&quot;:0.19},{&quot;2026-07-12&quot;:0.19},{&quot;2026-07-13&quot;:0.18},{&quot;2026-07-14&quot;:0.18},{&quot;2026-07-15&quot;:0.18},{&quot;2026-07-16&quot;:0.19},{&quot;2026-07-17&quot;:0.19},{&quot;2026-07-18&quot;:0.19},{&quot;2026-07-19&quot;:0.19},{&quot;2026-07-20&quot;:0.19},{&quot;2026-07-21&quot;:0.19},{&quot;2026-07-23&quot;:0.19},{&quot;2026-07-25&quot;:0.19},{&quot;2026-07-26&quot;:0.19},{&quot;2026-07-27&quot;:0.19},{&quot;2026-07-28&quot;:0.19},{&quot;2026-07-29&quot;:0.19},{&quot;2026-07-30&quot;:0.19},{&quot;2026-07-31&quot;:0.19},{&quot;2026-08-01&quot;:0.19},{&quot;2026-08-02&quot;:0.19},{&quot;2026-08-03&quot;:0.19},{&quot;2026-08-04&quot;:0.19},{&quot;2026-08-05&quot;:0.19},{&quot;2026-08-07&quot;:0.19},{&quot;2026-08-08&quot;:0.18},{&quot;2026-08-09&quot;:0.18},{&quot;2026-08-10&quot;:0.2},{&quot;2026-08-11&quot;:0.2},{&quot;2026-08-12&quot;:0.2},{&quot;2026-08-13&quot;:0.2},{&quot;2026-08-14&quot;:0.18},{&quot;2026-08-15&quot;:0.2},{&quot;2026-08-16&quot;:0.2},{&quot;2026-08-17&quot;:0.2},{&quot;2026-08-18&quot;:0.2},{&quot;2026-08-19&quot;:0.2},{&quot;2026-08-20&quot;:0.2},{&quot;2026-08-21&quot;:0.2},{&quot;2026-08-22&quot;:0.2},{&quot;2026-08-23&quot;:0.2},{&quot;2026-08-24&quot;:0.2},{&quot;2026-08-25&quot;:0.2},{&quot;2026-08-26&quot;:0.2},{&quot;2026-08-27&quot;:0.2},{&quot;2026-08-28&quot;:0.19},{&quot;2026-08-29&quot;:0.19},{&quot;2026-08-30&quot;:0.19},{&quot;2026-08-31&quot;:0.19},{&quot;2026-09-01&quot;:0.19},{&quot;2026-09-02&quot;:0.19},{&quot;2026-09-03&quot;:0.19},{&quot;2026-09-04&quot;:0.19},{&quot;2026-09-05&quot;:0.19},{&quot;2026-09-06&quot;:0.19},{&quot;2026-09-07&quot;:0.19},{&quot;2026-09-08&quot;:0.19},{&quot;2026-09-09&quot;:0.19},{&quot;2026-09-10&quot;:0.19},{&quot;2026-09-11&quot;:0.19}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.14},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.15},{&quot;2026-06-17&quot;:0.17},{&quot;2026-06-18&quot;:0.15},{&quot;2026-06-19&quot;:0.15},{&quot;2026-06-20&quot;:0.15},{&quot;2026-06-21&quot;:0.17},{&quot;2026-06-22&quot;:0.17},{&quot;2026-06-23&quot;:0.17},{&quot;2026-06-24&quot;:0.17},{&quot;2026-06-25&quot;:0.17},{&quot;2026-06-26&quot;:0.17},{&quot;2026-06-27&quot;:0.17},{&quot;2026-06-28&quot;:0.17},{&quot;2026-06-29&quot;:0.16},{&quot;2026-06-30&quot;:0.17},{&quot;2026-07-01&quot;:0.17},{&quot;2026-07-02&quot;:0.17},{&quot;2026-07-03&quot;:0.17},{&quot;2026-07-04&quot;:0.17},{&quot;2026-07-05&quot;:0.17},{&quot;2026-07-06&quot;:0.17},{&quot;2026-07-07&quot;:0.17},{&quot;2026-07-08&quot;:0.16},{&quot;2026-07-09&quot;:0.16},{&quot;2026-07-10&quot;:0.18},{&quot;2026-07-11&quot;:0.21},{&quot;2026-07-12&quot;:0.21},{&quot;2026-07-13&quot;:0.2},{&quot;2026-07-14&quot;:0.21},{&quot;2026-07-15&quot;:0.2},{&quot;2026-07-16&quot;:0.2},{&quot;2026-07-17&quot;:0.2},{&quot;2026-07-18&quot;:0.19},{&quot;2026-07-19&quot;:0.19},{&quot;2026-07-20&quot;:0.19},{&quot;2026-07-21&quot;:0.19},{&quot;2026-07-23&quot;:0.17},{&quot;2026-07-25&quot;:0.19},{&quot;2026-07-26&quot;:0.19},{&quot;2026-07-27&quot;:0.19},{&quot;2026-07-28&quot;:0.19},{&quot;2026-07-29&quot;:0.18},{&quot;2026-07-30&quot;:0.18},{&quot;2026-07-31&quot;:0.18},{&quot;2026-08-01&quot;:0.18},{&quot;2026-08-02&quot;:0.16},{&quot;2026-08-03&quot;:0.16},{&quot;2026-08-04&quot;:0.17},{&quot;2026-08-05&quot;:0.17},{&quot;2026-08-07&quot;:0.16},{&quot;2026-08-08&quot;:0.16},{&quot;2026-08-09&quot;:0.16},{&quot;2026-08-10&quot;:0.17},{&quot;2026-08-11&quot;:0.17},{&quot;2026-08-12&quot;:0.17},{&quot;2026-08-13&quot;:0.17},{&quot;2026-08-14&quot;:0.17},{&quot;2026-08-15&quot;:0.16},{&quot;2026-08-16&quot;:0.16},{&quot;2026-08-17&quot;:0.16},{&quot;2026-08-18&quot;:0.15},{&quot;2026-08-19&quot;:0.16},{&quot;2026-08-20&quot;:0.16},{&quot;2026-08-21&quot;:0.15},{&quot;2026-08-22&quot;:0.15},{&quot;2026-08-23&quot;:0.15},{&quot;2026-08-24&quot;:0.15},{&quot;2026-08-25&quot;:0.15},{&quot;2026-08-26&quot;:0.15},{&quot;2026-08-27&quot;:0.15},{&quot;2026-08-28&quot;:0.14},{&quot;2026-08-29&quot;:0.14},{&quot;2026-08-30&quot;:0.14},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.13},{&quot;2026-09-02&quot;:0.13},{&quot;2026-09-03&quot;:0.13},{&quot;2026-09-04&quot;:0.13},{&quot;2026-09-05&quot;:0.13},{&quot;2026-09-06&quot;:0.13},{&quot;2026-09-07&quot;:0.13},{&quot;2026-09-08&quot;:0.13},{&quot;2026-09-09&quot;:0.13},{&quot;2026-09-10&quot;:0.13},{&quot;2026-09-11&quot;:0.13}]}"
        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="109907"
  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-sos 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">
            Stirring Honormancer
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Stirring Honormancer
        </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 — Rhino Bard</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-wb'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stirring Honormancer" src="https://cards.scryfall.io/large/front/e/e/ee84b04d-78fc-416f-9166-72e5417c3e17.jpg?1783903628" />
    </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.13
              </span>

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

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

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

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


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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/a/b/ab950987-d88c-4326-98f4-1b1195788921.jpg?1783926430" />
    </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.12
              </span>

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="1719"
  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-all 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">
            Balduvian War-Makers
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Balduvian War-Makers" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/12fd561e-6a26-4140-a033-1204f5dda5f3.jpg?1783947180" />

        <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">
            Balduvian War-Makers
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Balduvian War-Makers" src="https://cards.scryfall.io/large/front/1/2/12fd561e-6a26-4140-a033-1204f5dda5f3.jpg?1783947180" />
    </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.12
              </span>

            </div>
          </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.12},{&quot;2026-06-14&quot;:0.12},{&quot;2026-06-15&quot;:0.12},{&quot;2026-06-16&quot;:0.12},{&quot;2026-06-17&quot;:0.12},{&quot;2026-06-18&quot;:0.12},{&quot;2026-06-19&quot;:0.12},{&quot;2026-06-20&quot;:0.12},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.12},{&quot;2026-07-02&quot;:0.12},{&quot;2026-07-03&quot;:0.12},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-22&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-24&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-28&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.11},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.11},{&quot;2026-09-01&quot;:0.11},{&quot;2026-09-02&quot;:0.11},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.13},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Keepers of the Faith" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a3d1ad50-c60c-46a9-b2dc-5cd2680d7263.jpg?1783947376" />

        <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">
            Keepers of the Faith
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — 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-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="Keepers of the Faith" src="https://cards.scryfall.io/large/front/a/3/a3d1ad50-c60c-46a9-b2dc-5cd2680d7263.jpg?1783947376" />
    </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.12
              </span>

            </div>
          </div>

      </div>


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

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

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Giant Slug" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d78999ab-2ccc-41ec-b808-18e40702d1c3.jpg?1783947369" />

        <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">
            Giant Slug
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Giant Slug" src="https://cards.scryfall.io/large/front/d/7/d78999ab-2ccc-41ec-b808-18e40702d1c3.jpg?1783947369" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>


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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="23453"
  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-ddp 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">
            Veteran Warleader
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Veteran Warleader" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/577d6061-c6b9-43e6-9832-6a00f3eb734e.jpg?1783938251" />

        <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">
            Veteran Warleader
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Veteran Warleader" src="https://cards.scryfall.io/large/front/5/7/577d6061-c6b9-43e6-9832-6a00f3eb734e.jpg?1783938251" />
    </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.12
              </span>

            </div>
          </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;:0.14},{&quot;2026-06-11&quot;:0.14},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.13},{&quot;2026-06-16&quot;:0.13},{&quot;2026-06-17&quot;:0.13},{&quot;2026-06-18&quot;:0.13},{&quot;2026-06-19&quot;:0.13},{&quot;2026-06-20&quot;:0.13},{&quot;2026-06-21&quot;:0.13},{&quot;2026-06-22&quot;:0.13},{&quot;2026-06-23&quot;:0.13},{&quot;2026-06-24&quot;:0.15},{&quot;2026-06-25&quot;:0.13},{&quot;2026-06-26&quot;:0.13},{&quot;2026-06-27&quot;:0.13},{&quot;2026-06-28&quot;:0.13},{&quot;2026-06-29&quot;:0.13},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.13},{&quot;2026-07-06&quot;:0.13},{&quot;2026-07-07&quot;:0.13},{&quot;2026-07-08&quot;:0.13},{&quot;2026-07-09&quot;:0.13},{&quot;2026-07-10&quot;:0.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.13},{&quot;2026-07-21&quot;:0.13},{&quot;2026-07-23&quot;:0.13},{&quot;2026-07-25&quot;:0.13},{&quot;2026-07-26&quot;:0.13},{&quot;2026-07-27&quot;:0.13},{&quot;2026-07-29&quot;:0.13},{&quot;2026-07-30&quot;:0.13},{&quot;2026-07-31&quot;:0.13},{&quot;2026-08-01&quot;:0.13},{&quot;2026-08-02&quot;:0.13},{&quot;2026-08-03&quot;:0.13},{&quot;2026-08-04&quot;:0.13},{&quot;2026-08-05&quot;:0.13},{&quot;2026-08-07&quot;:0.13},{&quot;2026-08-08&quot;:0.13},{&quot;2026-08-09&quot;:0.13},{&quot;2026-08-10&quot;:0.13},{&quot;2026-08-11&quot;:0.13},{&quot;2026-08-12&quot;:0.13},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.13},{&quot;2026-09-03&quot;:0.13},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="26264"
  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-fem 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">
            Homarid
        </span>


      </div>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Homarid" src="https://cards.scryfall.io/large/front/c/b/cbb6c13f-6019-4ad5-9de6-07844c361b41.jpg?1783947913" />
    </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.12
              </span>

            </div>
          </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.11},{&quot;2026-06-14&quot;:0.12},{&quot;2026-06-15&quot;:0.12},{&quot;2026-06-16&quot;:0.12},{&quot;2026-06-17&quot;:0.12},{&quot;2026-06-18&quot;:0.12},{&quot;2026-06-19&quot;:0.12},{&quot;2026-06-20&quot;:0.12},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.12},{&quot;2026-07-02&quot;:0.12},{&quot;2026-07-03&quot;:0.12},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-22&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-24&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-28&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.11},{&quot;2026-08-12&quot;:0.11},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.11},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="27174"
  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-5ed 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">
            Benalish Hero
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Benalish Hero" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/32dcd608-ef94-4047-841d-5c3471375d5d.jpg?1783946967" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — 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="Benalish Hero" src="https://cards.scryfall.io/large/front/3/2/32dcd608-ef94-4047-841d-5c3471375d5d.jpg?1783946967" />
    </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.12
              </span>

            </div>
          </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;:0.14},{&quot;2026-06-11&quot;:0.14},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.14},{&quot;2026-06-14&quot;:0.14},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.14},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.14},{&quot;2026-06-28&quot;:0.14},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.13},{&quot;2026-07-06&quot;:0.13},{&quot;2026-07-07&quot;:0.13},{&quot;2026-07-08&quot;:0.13},{&quot;2026-07-09&quot;:0.13},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="27529"
  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-5ed 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">
            Spell Blast
        </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">
              ↑
              9%
            </span>

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

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

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

        <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">
            Spell Blast
        </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-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Spell Blast" src="https://cards.scryfall.io/large/front/7/0/70e4584f-6e44-4ff8-8313-c8791e0156af.jpg?1783946940" />
    </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.12
              </span>

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

      </div>


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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="27660"
  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-5ed 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">
            Initiates of the Ebon Hand
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Initiates of the Ebon Hand" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c83085df-1ffb-4178-9fc0-fd347196673f.jpg?1783946928" />

        <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">
            Initiates of the Ebon Hand
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Initiates of the Ebon Hand" src="https://cards.scryfall.io/large/front/c/8/c83085df-1ffb-4178-9fc0-fd347196673f.jpg?1783946928" />
    </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.12
              </span>

            </div>
          </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;:0.11},{&quot;2026-06-11&quot;:0.11},{&quot;2026-06-12&quot;:0.11},{&quot;2026-06-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.11},{&quot;2026-07-11&quot;:0.11},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28182"
  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-5ed 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">
            Amulet of Kroog
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Amulet of Kroog" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/0/50871a5f-ad52-470a-840a-2277f43ea47b.jpg?1783946885" />

        <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">
            Amulet of Kroog
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Amulet of Kroog" src="https://cards.scryfall.io/large/front/5/0/50871a5f-ad52-470a-840a-2277f43ea47b.jpg?1783946885" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </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;:0.14},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.14},{&quot;2026-06-14&quot;:0.14},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.14},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.14},{&quot;2026-06-28&quot;:0.14},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.13},{&quot;2026-07-06&quot;:0.13},{&quot;2026-07-07&quot;:0.13},{&quot;2026-07-08&quot;:0.13},{&quot;2026-07-09&quot;:0.13},{&quot;2026-07-10&quot;:0.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-28&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.11},{&quot;2026-08-12&quot;:0.11},{&quot;2026-08-13&quot;:0.11},{&quot;2026-08-14&quot;:0.11},{&quot;2026-08-15&quot;:0.11},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.11},{&quot;2026-08-19&quot;:0.11},{&quot;2026-08-20&quot;:0.11},{&quot;2026-08-21&quot;:0.11},{&quot;2026-08-22&quot;:0.11},{&quot;2026-08-23&quot;:0.11},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.11},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.11},{&quot;2026-08-31&quot;:0.11},{&quot;2026-09-01&quot;:0.11},{&quot;2026-09-02&quot;:0.11},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.11},{&quot;2026-09-06&quot;:0.11},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

        <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">
            Brainwash
        </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">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Brainwash" src="https://cards.scryfall.io/large/front/9/0/90c6d853-dc3a-4eed-894a-b58bf6e56dc8.jpg?1783947874" />
    </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">
            7
          </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.12
              </span>

            </div>
          </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.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-22&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-24&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-28&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.11},{&quot;2026-08-12&quot;:0.11},{&quot;2026-08-13&quot;:0.11},{&quot;2026-08-14&quot;:0.11},{&quot;2026-08-15&quot;:0.11},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.11},{&quot;2026-08-19&quot;:0.11},{&quot;2026-08-20&quot;:0.11},{&quot;2026-08-21&quot;:0.11},{&quot;2026-08-22&quot;:0.11},{&quot;2026-08-23&quot;:0.11},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.11},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.11},{&quot;2026-08-31&quot;:0.11},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Jump
        </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-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jump" src="https://cards.scryfall.io/large/front/7/b/7b994bf9-5b3d-42c7-b4c6-f1029d78dd80.jpg?1783947858" />
    </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-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.12
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </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;:0.11},{&quot;2026-06-11&quot;:0.11},{&quot;2026-06-12&quot;:0.11},{&quot;2026-06-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.1},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.11},{&quot;2026-08-12&quot;:0.11},{&quot;2026-08-13&quot;:0.11},{&quot;2026-08-14&quot;:0.11},{&quot;2026-08-15&quot;:0.11},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.11},{&quot;2026-08-19&quot;:0.11},{&quot;2026-08-20&quot;:0.11},{&quot;2026-08-21&quot;:0.11},{&quot;2026-08-22&quot;:0.11},{&quot;2026-08-23&quot;:0.11},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.11},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.11},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.11},{&quot;2026-09-06&quot;:0.11},{&quot;2026-09-07&quot;:0.11},{&quot;2026-09-08&quot;:0.11},{&quot;2026-09-09&quot;:0.11},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Sea Serpent
        </h3>

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sea Serpent" src="https://cards.scryfall.io/large/front/e/4/e474391c-9ff0-4db4-9352-3fc07eeb4b51.jpg?1783947853" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </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.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.13},{&quot;2026-06-16&quot;:0.13},{&quot;2026-06-17&quot;:0.13},{&quot;2026-06-18&quot;:0.13},{&quot;2026-06-19&quot;:0.13},{&quot;2026-06-20&quot;:0.13},{&quot;2026-06-21&quot;:0.13},{&quot;2026-06-22&quot;:0.13},{&quot;2026-06-23&quot;:0.13},{&quot;2026-06-24&quot;:0.13},{&quot;2026-06-25&quot;:0.13},{&quot;2026-06-26&quot;:0.13},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-22&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-24&quot;:0.1},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.1},{&quot;2026-07-28&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.11},{&quot;2026-08-19&quot;:0.11},{&quot;2026-08-20&quot;:0.11},{&quot;2026-08-21&quot;:0.11},{&quot;2026-08-22&quot;:0.11},{&quot;2026-08-23&quot;:0.11},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.11},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.11},{&quot;2026-08-31&quot;:0.11},{&quot;2026-09-01&quot;:0.11},{&quot;2026-09-02&quot;:0.11},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.11},{&quot;2026-09-06&quot;:0.1},{&quot;2026-09-07&quot;:0.1},{&quot;2026-09-08&quot;:0.1},{&quot;2026-09-09&quot;:0.11},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Fear" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/126c1b02-01bd-4b70-9293-a89173b4cd32.jpg?1783947844" />

        <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">
            Fear
        </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">Enchantment — Aura</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fear" src="https://cards.scryfall.io/large/front/1/2/126c1b02-01bd-4b70-9293-a89173b4cd32.jpg?1783947844" />
    </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">
            5
          </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.12
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</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.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-22&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-24&quot;:0.1},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.1},{&quot;2026-07-28&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.1},{&quot;2026-08-03&quot;:0.1},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.1},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.1},{&quot;2026-08-21&quot;:0.1},{&quot;2026-08-22&quot;:0.1},{&quot;2026-08-23&quot;:0.1},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.1},{&quot;2026-08-28&quot;:0.1},{&quot;2026-08-29&quot;:0.1},{&quot;2026-08-30&quot;:0.11},{&quot;2026-08-31&quot;:0.11},{&quot;2026-09-01&quot;:0.11},{&quot;2026-09-02&quot;:0.11},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.11},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

        <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">
            Frozen Shade
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Frozen Shade" src="https://cards.scryfall.io/large/front/9/5/95547c2a-c01b-45ed-b775-f33c157b17a5.jpg?1783947843" />
    </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">
            7
          </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.12
              </span>

            </div>
          </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;:0.11},{&quot;2026-06-11&quot;:0.11},{&quot;2026-06-12&quot;:0.11},{&quot;2026-06-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.11},{&quot;2026-07-11&quot;:0.11},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.1},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.11},{&quot;2026-08-12&quot;:0.11},{&quot;2026-08-13&quot;:0.11},{&quot;2026-08-14&quot;:0.11},{&quot;2026-08-15&quot;:0.11},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.11},{&quot;2026-08-19&quot;:0.11},{&quot;2026-08-20&quot;:0.11},{&quot;2026-08-21&quot;:0.11},{&quot;2026-08-22&quot;:0.11},{&quot;2026-08-23&quot;:0.11},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.11},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.13},{&quot;2026-09-01&quot;:0.13},{&quot;2026-09-02&quot;:0.11},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Word of Binding
        </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">
            5 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.12
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Word of Binding" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/715472e1-585b-4379-b335-8f3b5e572d83.jpg?1783947835" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Word of Binding" src="https://cards.scryfall.io/large/front/7/1/715472e1-585b-4379-b335-8f3b5e572d83.jpg?1783947835" />
    </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">
            5
          </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.12
              </span>

            </div>
          </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.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.13},{&quot;2026-06-16&quot;:0.13},{&quot;2026-06-17&quot;:0.13},{&quot;2026-06-18&quot;:0.13},{&quot;2026-06-19&quot;:0.13},{&quot;2026-06-20&quot;:0.13},{&quot;2026-06-21&quot;:0.13},{&quot;2026-06-22&quot;:0.13},{&quot;2026-06-23&quot;:0.13},{&quot;2026-06-24&quot;:0.13},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.12},{&quot;2026-07-02&quot;:0.12},{&quot;2026-07-03&quot;:0.12},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-22&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-24&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-28&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

        <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">
            Giant Strength
        </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">Enchantment — Aura</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Giant Strength" src="https://cards.scryfall.io/large/front/f/1/f1aebd61-311c-4269-aa75-5c004639178d.jpg?1783947829" />
    </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-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.12
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</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.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.13},{&quot;2026-06-16&quot;:0.13},{&quot;2026-06-17&quot;:0.13},{&quot;2026-06-18&quot;:0.13},{&quot;2026-06-19&quot;:0.13},{&quot;2026-06-20&quot;:0.13},{&quot;2026-06-21&quot;:0.13},{&quot;2026-06-22&quot;:0.13},{&quot;2026-06-23&quot;:0.13},{&quot;2026-06-24&quot;:0.13},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.13},{&quot;2026-07-06&quot;:0.13},{&quot;2026-07-07&quot;:0.13},{&quot;2026-07-08&quot;:0.13},{&quot;2026-07-09&quot;:0.13},{&quot;2026-07-10&quot;:0.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-22&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-24&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-28&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.13},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.11},{&quot;2026-09-06&quot;:0.11},{&quot;2026-09-07&quot;:0.11},{&quot;2026-09-08&quot;:0.11},{&quot;2026-09-09&quot;:0.11},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Wall of Spears
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Wall</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="Wall of Spears" src="https://cards.scryfall.io/large/front/a/d/ad580bfc-8827-4a8a-a5ec-b6195b3146bb.jpg?1783947792" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>


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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33200"
  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-hml 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">
            Trade Caravan
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Trade Caravan
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Nomad</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="Trade Caravan" src="https://cards.scryfall.io/large/front/f/d/fdcc821b-8125-4585-ba44-4bf8c1873fbf.jpg?1783947300" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </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.15},{&quot;2026-06-14&quot;:0.15},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.14},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.14},{&quot;2026-06-28&quot;:0.14},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&quot;2026-07-06&quot;:0.14},{&quot;2026-07-07&quot;:0.14},{&quot;2026-07-08&quot;:0.14},{&quot;2026-07-09&quot;:0.14},{&quot;2026-07-10&quot;:0.14},{&quot;2026-07-11&quot;:0.14},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.14},{&quot;2026-07-14&quot;:0.14},{&quot;2026-07-15&quot;:0.14},{&quot;2026-07-16&quot;:0.14},{&quot;2026-07-17&quot;:0.14},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-22&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-24&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-28&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.13},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dark Maze" src="https://cards.scryfall.io/large/front/c/2/c20a8ed9-db1e-4ce8-bfb3-92604a577df7.jpg?1783947298" />
    </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.12
              </span>

            </div>
          </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;:0.13},{&quot;2026-06-12&quot;:0.13},{&quot;2026-06-13&quot;:0.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.12},{&quot;2026-06-16&quot;:0.12},{&quot;2026-06-17&quot;:0.12},{&quot;2026-06-18&quot;:0.12},{&quot;2026-06-19&quot;:0.12},{&quot;2026-06-20&quot;:0.12},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.12},{&quot;2026-07-02&quot;:0.12},{&quot;2026-07-03&quot;:0.12},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-28&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.1},{&quot;2026-08-16&quot;:0.1},{&quot;2026-08-17&quot;:0.1},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.1},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33377"
  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-hml 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">
            Ambush Party
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Ambush Party
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ambush Party" src="https://cards.scryfall.io/large/front/8/7/87e24788-cc7c-4f5d-84d8-dcb35e10626f.jpg?1783947287" />
    </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.12
              </span>

            </div>
          </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.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.12},{&quot;2026-06-18&quot;:0.12},{&quot;2026-06-19&quot;:0.12},{&quot;2026-06-20&quot;:0.12},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.11},{&quot;2026-07-11&quot;:0.11},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-22&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-24&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-28&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.13},{&quot;2026-08-11&quot;:0.13},{&quot;2026-08-12&quot;:0.13},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33502"
  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-hml 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">
            Shrink
        </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">
            $0.12
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Shrink
        </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-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shrink" src="https://cards.scryfall.io/large/front/3/0/30785867-32f7-46c9-94c2-775078e792ae.jpg?1783947277" />
    </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.12
              </span>

            </div>
          </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.17},{&quot;2026-06-14&quot;:0.17},{&quot;2026-06-15&quot;:0.16},{&quot;2026-06-16&quot;:0.16},{&quot;2026-06-17&quot;:0.15},{&quot;2026-06-18&quot;:0.15},{&quot;2026-06-19&quot;:0.15},{&quot;2026-06-20&quot;:0.15},{&quot;2026-06-21&quot;:0.15},{&quot;2026-06-22&quot;:0.15},{&quot;2026-06-23&quot;:0.15},{&quot;2026-06-24&quot;:0.15},{&quot;2026-06-25&quot;:0.15},{&quot;2026-06-26&quot;:0.15},{&quot;2026-06-27&quot;:0.15},{&quot;2026-06-28&quot;:0.15},{&quot;2026-06-29&quot;:0.15},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.15},{&quot;2026-07-02&quot;:0.15},{&quot;2026-07-03&quot;:0.15},{&quot;2026-07-04&quot;:0.15},{&quot;2026-07-05&quot;:0.15},{&quot;2026-07-06&quot;:0.15},{&quot;2026-07-07&quot;:0.15},{&quot;2026-07-08&quot;:0.15},{&quot;2026-07-09&quot;:0.15},{&quot;2026-07-10&quot;:0.15},{&quot;2026-07-11&quot;:0.15},{&quot;2026-07-12&quot;:0.15},{&quot;2026-07-13&quot;:0.15},{&quot;2026-07-14&quot;:0.15},{&quot;2026-07-15&quot;:0.15},{&quot;2026-07-16&quot;:0.15},{&quot;2026-07-17&quot;:0.15},{&quot;2026-07-18&quot;:0.14},{&quot;2026-07-19&quot;:0.14},{&quot;2026-07-20&quot;:0.14},{&quot;2026-07-21&quot;:0.14},{&quot;2026-07-22&quot;:0.14},{&quot;2026-07-23&quot;:0.14},{&quot;2026-07-24&quot;:0.14},{&quot;2026-07-25&quot;:0.14},{&quot;2026-07-26&quot;:0.14},{&quot;2026-07-27&quot;:0.14},{&quot;2026-07-28&quot;:0.14},{&quot;2026-07-29&quot;:0.14},{&quot;2026-07-30&quot;:0.13},{&quot;2026-07-31&quot;:0.13},{&quot;2026-08-01&quot;:0.13},{&quot;2026-08-02&quot;:0.13},{&quot;2026-08-03&quot;:0.13},{&quot;2026-08-04&quot;:0.13},{&quot;2026-08-05&quot;:0.13},{&quot;2026-08-07&quot;:0.13},{&quot;2026-08-08&quot;:0.13},{&quot;2026-08-09&quot;:0.13},{&quot;2026-08-10&quot;:0.13},{&quot;2026-08-11&quot;:0.13},{&quot;2026-08-12&quot;:0.13},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.13},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33505"
  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-hml 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">
            Shrink
        </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">
            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.12
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Shrink
        </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-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shrink" src="https://cards.scryfall.io/large/front/d/9/d9f4eaa1-3c2b-4f5d-8d4e-98d153899873.jpg?1783947277" />
    </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.12
              </span>

            </div>
          </div>

      </div>


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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33513"
  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-hml 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">
            Willow Faerie
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Willow Faerie
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Willow Faerie" src="https://cards.scryfall.io/large/front/0/e/0e777dfe-44ed-4e73-bf77-ef4c667092d4.jpg?1783947277" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </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.17},{&quot;2026-06-14&quot;:0.17},{&quot;2026-06-15&quot;:0.16},{&quot;2026-06-16&quot;:0.16},{&quot;2026-06-17&quot;:0.15},{&quot;2026-06-18&quot;:0.15},{&quot;2026-06-19&quot;:0.15},{&quot;2026-06-20&quot;:0.15},{&quot;2026-06-21&quot;:0.15},{&quot;2026-06-22&quot;:0.15},{&quot;2026-06-23&quot;:0.15},{&quot;2026-06-24&quot;:0.15},{&quot;2026-06-25&quot;:0.15},{&quot;2026-06-26&quot;:0.15},{&quot;2026-06-27&quot;:0.15},{&quot;2026-06-28&quot;:0.15},{&quot;2026-06-29&quot;:0.15},{&quot;2026-06-30&quot;:0.16},{&quot;2026-07-01&quot;:0.16},{&quot;2026-07-02&quot;:0.16},{&quot;2026-07-03&quot;:0.16},{&quot;2026-07-04&quot;:0.16},{&quot;2026-07-05&quot;:0.16},{&quot;2026-07-06&quot;:0.16},{&quot;2026-07-07&quot;:0.15},{&quot;2026-07-08&quot;:0.15},{&quot;2026-07-09&quot;:0.15},{&quot;2026-07-10&quot;:0.15},{&quot;2026-07-11&quot;:0.15},{&quot;2026-07-12&quot;:0.15},{&quot;2026-07-13&quot;:0.15},{&quot;2026-07-14&quot;:0.16},{&quot;2026-07-15&quot;:0.16},{&quot;2026-07-16&quot;:0.16},{&quot;2026-07-17&quot;:0.16},{&quot;2026-07-18&quot;:0.16},{&quot;2026-07-19&quot;:0.15},{&quot;2026-07-20&quot;:0.15},{&quot;2026-07-21&quot;:0.15},{&quot;2026-07-22&quot;:0.15},{&quot;2026-07-23&quot;:0.15},{&quot;2026-07-24&quot;:0.15},{&quot;2026-07-25&quot;:0.15},{&quot;2026-07-26&quot;:0.15},{&quot;2026-07-27&quot;:0.15},{&quot;2026-07-28&quot;:0.15},{&quot;2026-07-29&quot;:0.15},{&quot;2026-07-30&quot;:0.15},{&quot;2026-07-31&quot;:0.15},{&quot;2026-08-01&quot;:0.15},{&quot;2026-08-02&quot;:0.15},{&quot;2026-08-03&quot;:0.15},{&quot;2026-08-04&quot;:0.15},{&quot;2026-08-05&quot;:0.15},{&quot;2026-08-07&quot;:0.15},{&quot;2026-08-08&quot;:0.13},{&quot;2026-08-09&quot;:0.13},{&quot;2026-08-10&quot;:0.13},{&quot;2026-08-11&quot;:0.13},{&quot;2026-08-12&quot;:0.13},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33532"
  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-ice 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">
            Circle of Protection: White
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Circle of Protection: White" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/48bc4bb0-350c-424e-976e-b800915f7fb4.jpg?1783947527" />

        <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">
            Circle of Protection: White
        </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">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="Circle of Protection: White" src="https://cards.scryfall.io/large/front/4/8/48bc4bb0-350c-424e-976e-b800915f7fb4.jpg?1783947527" />
    </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.12
              </span>

            </div>
          </div>

      </div>


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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33574"
  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-ice 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">
            Heal
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Heal
        </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-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="Heal" src="https://cards.scryfall.io/large/front/9/e/9e6b2704-685e-4c74-875a-25846175e5e4.jpg?1783947524" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.12
              </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.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</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;:0.09},{&quot;2026-06-11&quot;:0.09},{&quot;2026-06-12&quot;:0.09},{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.12},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.11},{&quot;2026-07-11&quot;:0.11},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.11},{&quot;2026-08-19&quot;:0.11},{&quot;2026-08-20&quot;:0.11},{&quot;2026-08-21&quot;:0.11},{&quot;2026-08-22&quot;:0.11},{&quot;2026-08-23&quot;:0.11},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.13},{&quot;2026-09-01&quot;:0.13},{&quot;2026-09-02&quot;:0.14},{&quot;2026-09-03&quot;:0.14},{&quot;2026-09-04&quot;:0.14},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33584"
  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-ice 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">
            Kelsinko Ranger
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kelsinko Ranger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/8402543e-5406-404f-95c4-800a1dce35f1.jpg?1783947523" />

        <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">
            Kelsinko Ranger
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Ranger</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="Kelsinko Ranger" src="https://cards.scryfall.io/large/front/8/4/8402543e-5406-404f-95c4-800a1dce35f1.jpg?1783947523" />
    </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.12
              </span>

            </div>
          </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.17},{&quot;2026-06-14&quot;:0.17},{&quot;2026-06-15&quot;:0.17},{&quot;2026-06-16&quot;:0.17},{&quot;2026-06-17&quot;:0.18},{&quot;2026-06-18&quot;:0.17},{&quot;2026-06-19&quot;:0.18},{&quot;2026-06-20&quot;:0.17},{&quot;2026-06-21&quot;:0.17},{&quot;2026-06-22&quot;:0.17},{&quot;2026-06-23&quot;:0.17},{&quot;2026-06-24&quot;:0.17},{&quot;2026-06-25&quot;:0.17},{&quot;2026-06-26&quot;:0.17},{&quot;2026-06-27&quot;:0.17},{&quot;2026-06-28&quot;:0.16},{&quot;2026-06-29&quot;:0.16},{&quot;2026-06-30&quot;:0.16},{&quot;2026-07-01&quot;:0.16},{&quot;2026-07-02&quot;:0.16},{&quot;2026-07-03&quot;:0.17},{&quot;2026-07-04&quot;:0.17},{&quot;2026-07-05&quot;:0.17},{&quot;2026-07-06&quot;:0.17},{&quot;2026-07-07&quot;:0.17},{&quot;2026-07-08&quot;:0.17},{&quot;2026-07-09&quot;:0.17},{&quot;2026-07-10&quot;:0.17},{&quot;2026-07-11&quot;:0.17},{&quot;2026-07-12&quot;:0.17},{&quot;2026-07-13&quot;:0.17},{&quot;2026-07-14&quot;:0.17},{&quot;2026-07-15&quot;:0.17},{&quot;2026-07-16&quot;:0.17},{&quot;2026-07-17&quot;:0.17},{&quot;2026-07-18&quot;:0.17},{&quot;2026-07-19&quot;:0.17},{&quot;2026-07-20&quot;:0.17},{&quot;2026-07-21&quot;:0.17},{&quot;2026-07-22&quot;:0.17},{&quot;2026-07-23&quot;:0.17},{&quot;2026-07-24&quot;:0.17},{&quot;2026-07-25&quot;:0.17},{&quot;2026-07-26&quot;:0.17},{&quot;2026-07-27&quot;:0.16},{&quot;2026-07-28&quot;:0.16},{&quot;2026-07-29&quot;:0.16},{&quot;2026-07-30&quot;:0.16},{&quot;2026-07-31&quot;:0.16},{&quot;2026-08-01&quot;:0.16},{&quot;2026-08-02&quot;:0.16},{&quot;2026-08-03&quot;:0.16},{&quot;2026-08-04&quot;:0.16},{&quot;2026-08-05&quot;:0.17},{&quot;2026-08-07&quot;:0.17},{&quot;2026-08-08&quot;:0.18},{&quot;2026-08-09&quot;:0.18},{&quot;2026-08-10&quot;:0.18},{&quot;2026-08-11&quot;:0.18},{&quot;2026-08-12&quot;:0.11},{&quot;2026-08-13&quot;:0.11},{&quot;2026-08-14&quot;:0.11},{&quot;2026-08-15&quot;:0.11},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33631"
  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-ice 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">
            Prismatic Ward
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Prismatic Ward
        </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">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Prismatic Ward" src="https://cards.scryfall.io/large/front/6/f/6f8b50fd-3d1d-4ea8-a3c7-98ca7a8a455e.jpg?1783947521" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </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.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.13},{&quot;2026-06-16&quot;:0.13},{&quot;2026-06-17&quot;:0.13},{&quot;2026-06-18&quot;:0.13},{&quot;2026-06-19&quot;:0.13},{&quot;2026-06-20&quot;:0.13},{&quot;2026-06-21&quot;:0.13},{&quot;2026-06-22&quot;:0.13},{&quot;2026-06-23&quot;:0.13},{&quot;2026-06-24&quot;:0.13},{&quot;2026-06-25&quot;:0.13},{&quot;2026-06-26&quot;:0.13},{&quot;2026-06-27&quot;:0.13},{&quot;2026-06-28&quot;:0.13},{&quot;2026-06-29&quot;:0.13},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.13},{&quot;2026-07-06&quot;:0.13},{&quot;2026-07-07&quot;:0.13},{&quot;2026-07-08&quot;:0.13},{&quot;2026-07-09&quot;:0.13},{&quot;2026-07-10&quot;:0.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-22&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-24&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-28&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.13},{&quot;2026-08-07&quot;:0.13},{&quot;2026-08-08&quot;:0.13},{&quot;2026-08-09&quot;:0.13},{&quot;2026-08-10&quot;:0.13},{&quot;2026-08-11&quot;:0.13},{&quot;2026-08-12&quot;:0.13},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.14},{&quot;2026-08-26&quot;:0.14},{&quot;2026-08-27&quot;:0.14},{&quot;2026-08-28&quot;:0.14},{&quot;2026-08-29&quot;:0.14},{&quot;2026-08-30&quot;:0.14},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33668"
  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-ice 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">
            Balduvian Shaman
        </span>


      </div>

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

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

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

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

        <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">
            Balduvian Shaman
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Balduvian Shaman" src="https://cards.scryfall.io/large/front/7/4/74859723-8ddf-4ee6-a0a7-87192c84e8ad.jpg?1783947518" />
    </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-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.12
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </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.12},{&quot;2026-06-14&quot;:0.12},{&quot;2026-06-15&quot;:0.12},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-22&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-24&quot;:0.1},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.1},{&quot;2026-07-28&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.1},{&quot;2026-08-03&quot;:0.1},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.11},{&quot;2026-08-19&quot;:0.11},{&quot;2026-08-20&quot;:0.11},{&quot;2026-08-21&quot;:0.11},{&quot;2026-08-22&quot;:0.11},{&quot;2026-08-23&quot;:0.11},{&quot;2026-08-24&quot;:0.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.11},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.11},{&quot;2026-08-31&quot;:0.11},{&quot;2026-09-01&quot;:0.11},{&quot;2026-09-02&quot;:0.11},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.11},{&quot;2026-09-06&quot;:0.11},{&quot;2026-09-07&quot;:0.11},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33877"
  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-ice 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">
            Fear
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Fear
        </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">Enchantment — Aura</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fear" src="https://cards.scryfall.io/large/front/5/7/5709398f-0744-4780-a1d2-eead96c8f348.jpg?1783947503" />
    </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.12
              </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.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</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;:0.13},{&quot;2026-06-12&quot;:0.11},{&quot;2026-06-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.12},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.12},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.12},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.11},{&quot;2026-07-11&quot;:0.11},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.1},{&quot;2026-07-28&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.11},{&quot;2026-08-12&quot;:0.11},{&quot;2026-08-13&quot;:0.11},{&quot;2026-08-14&quot;:0.11},{&quot;2026-08-15&quot;:0.11},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33950"
  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-ice 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">
            Mind Ravel
        </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">
            4 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.12
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mind Ravel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/61cf3ac5-985d-4b48-b230-d5ae4ab1ace8.jpg?1783947498" />

        <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">
            Mind Ravel
        </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">Sorcery</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mind Ravel" src="https://cards.scryfall.io/large/front/6/1/61cf3ac5-985d-4b48-b230-d5ae4ab1ace8.jpg?1783947498" />
    </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-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.12
              </span>

            </div>
          </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;:0.1},{&quot;2026-06-11&quot;:0.1},{&quot;2026-06-12&quot;:0.1},{&quot;2026-06-13&quot;:0.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.11},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.11},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34071"
  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">
            Hunted Nightmare
        </span>


      </div>

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hunted Nightmare" src="https://cards.scryfall.io/large/front/5/f/5f2dddce-583e-4af3-b144-a60dd268e84f.jpg?1783931060" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:0.38},{&quot;2026-06-14&quot;:0.38},{&quot;2026-06-15&quot;:0.38},{&quot;2026-06-16&quot;:0.38},{&quot;2026-06-17&quot;:0.38},{&quot;2026-06-18&quot;:0.38},{&quot;2026-06-19&quot;:0.38},{&quot;2026-06-20&quot;:0.35},{&quot;2026-06-21&quot;:0.34},{&quot;2026-06-22&quot;:0.34},{&quot;2026-06-23&quot;:0.34},{&quot;2026-06-24&quot;:0.34},{&quot;2026-06-25&quot;:0.34},{&quot;2026-06-26&quot;:0.35},{&quot;2026-06-27&quot;:0.35},{&quot;2026-06-28&quot;:0.35},{&quot;2026-06-29&quot;:0.35},{&quot;2026-06-30&quot;:0.35},{&quot;2026-07-01&quot;:0.35},{&quot;2026-07-02&quot;:0.35},{&quot;2026-07-03&quot;:0.35},{&quot;2026-07-04&quot;:0.35},{&quot;2026-07-05&quot;:0.35},{&quot;2026-07-06&quot;:0.35},{&quot;2026-07-07&quot;:0.35},{&quot;2026-07-08&quot;:0.35},{&quot;2026-07-09&quot;:0.35},{&quot;2026-07-10&quot;:0.35},{&quot;2026-07-11&quot;:0.35},{&quot;2026-07-12&quot;:0.35},{&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.37},{&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.35},{&quot;2026-07-31&quot;:0.35},{&quot;2026-08-01&quot;:0.35},{&quot;2026-08-02&quot;:0.35},{&quot;2026-08-03&quot;:0.35},{&quot;2026-08-04&quot;:0.35},{&quot;2026-08-05&quot;:0.35},{&quot;2026-08-07&quot;:0.35},{&quot;2026-08-08&quot;:0.37},{&quot;2026-08-09&quot;:0.37},{&quot;2026-08-10&quot;:0.37},{&quot;2026-08-11&quot;:0.37},{&quot;2026-08-12&quot;:0.37},{&quot;2026-08-13&quot;:0.37},{&quot;2026-08-14&quot;:0.37},{&quot;2026-08-15&quot;:0.37},{&quot;2026-08-16&quot;:0.37},{&quot;2026-08-17&quot;:0.37},{&quot;2026-08-18&quot;:0.37},{&quot;2026-08-19&quot;:0.37},{&quot;2026-08-20&quot;:0.37},{&quot;2026-08-21&quot;:0.24},{&quot;2026-08-22&quot;:0.24},{&quot;2026-08-23&quot;:0.24},{&quot;2026-08-24&quot;:0.24},{&quot;2026-08-25&quot;:0.24},{&quot;2026-08-26&quot;:0.24},{&quot;2026-08-27&quot;:0.24},{&quot;2026-08-28&quot;:0.24},{&quot;2026-08-29&quot;:0.24},{&quot;2026-08-30&quot;:0.26},{&quot;2026-08-31&quot;:0.26},{&quot;2026-09-01&quot;:0.26},{&quot;2026-09-02&quot;:0.26},{&quot;2026-09-03&quot;:0.26},{&quot;2026-09-04&quot;:0.26},{&quot;2026-09-05&quot;:0.26},{&quot;2026-09-06&quot;:0.26},{&quot;2026-09-07&quot;:0.2},{&quot;2026-09-08&quot;:0.2},{&quot;2026-09-09&quot;:0.2},{&quot;2026-09-10&quot;:0.21},{&quot;2026-09-11&quot;:0.24}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.13},{&quot;2026-06-14&quot;:0.13},{&quot;2026-06-15&quot;:0.13},{&quot;2026-06-16&quot;:0.13},{&quot;2026-06-17&quot;:0.13},{&quot;2026-06-18&quot;:0.13},{&quot;2026-06-19&quot;:0.13},{&quot;2026-06-20&quot;:0.13},{&quot;2026-06-21&quot;:0.13},{&quot;2026-06-22&quot;:0.13},{&quot;2026-06-23&quot;:0.13},{&quot;2026-06-24&quot;:0.13},{&quot;2026-06-25&quot;:0.13},{&quot;2026-06-26&quot;:0.13},{&quot;2026-06-27&quot;:0.13},{&quot;2026-06-28&quot;:0.13},{&quot;2026-06-29&quot;:0.13},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&quot;2026-07-06&quot;:0.14},{&quot;2026-07-07&quot;:0.14},{&quot;2026-07-08&quot;:0.14},{&quot;2026-07-09&quot;:0.14},{&quot;2026-07-10&quot;:0.14},{&quot;2026-07-11&quot;:0.14},{&quot;2026-07-12&quot;:0.14},{&quot;2026-07-13&quot;:0.14},{&quot;2026-07-14&quot;:0.14},{&quot;2026-07-15&quot;:0.14},{&quot;2026-07-16&quot;:0.14},{&quot;2026-07-17&quot;:0.14},{&quot;2026-07-18&quot;:0.14},{&quot;2026-07-19&quot;:0.14},{&quot;2026-07-20&quot;:0.14},{&quot;2026-07-21&quot;:0.14},{&quot;2026-07-22&quot;:0.14},{&quot;2026-07-23&quot;:0.14},{&quot;2026-07-24&quot;:0.14},{&quot;2026-07-25&quot;:0.14},{&quot;2026-07-26&quot;:0.14},{&quot;2026-07-27&quot;:0.14},{&quot;2026-07-28&quot;:0.14},{&quot;2026-07-29&quot;:0.14},{&quot;2026-07-30&quot;:0.14},{&quot;2026-07-31&quot;:0.14},{&quot;2026-08-01&quot;:0.14},{&quot;2026-08-02&quot;:0.14},{&quot;2026-08-03&quot;:0.14},{&quot;2026-08-04&quot;:0.14},{&quot;2026-08-05&quot;:0.14},{&quot;2026-08-07&quot;:0.14},{&quot;2026-08-08&quot;:0.14},{&quot;2026-08-09&quot;:0.14},{&quot;2026-08-10&quot;:0.14},{&quot;2026-08-11&quot;:0.14},{&quot;2026-08-12&quot;:0.14},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.14},{&quot;2026-08-17&quot;:0.14},{&quot;2026-08-18&quot;:0.14},{&quot;2026-08-19&quot;:0.14},{&quot;2026-08-20&quot;:0.14},{&quot;2026-08-21&quot;:0.14},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.13},{&quot;2026-09-05&quot;:0.13},{&quot;2026-09-06&quot;:0.13},{&quot;2026-09-07&quot;:0.13},{&quot;2026-09-08&quot;:0.13},{&quot;2026-09-09&quot;:0.13},{&quot;2026-09-10&quot;:0.13},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34152"
  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-ice 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">
            Sabretooth Tiger
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sabretooth Tiger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/9/6914c5a8-2114-41c5-a471-ca97524d622f.jpg?1783947483" />

        <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">
            Sabretooth Tiger
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sabretooth Tiger" src="https://cards.scryfall.io/large/front/6/9/6914c5a8-2114-41c5-a471-ca97524d622f.jpg?1783947483" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>


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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34203"
  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-ice 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">
            Earthlore
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Earthlore
        </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">Enchantment — Aura</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Earthlore" src="https://cards.scryfall.io/large/front/3/1/319d252e-7c43-47d6-8873-f69b0e063256.jpg?1783947480" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </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.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-22&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-24&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-28&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.11},{&quot;2026-08-12&quot;:0.11},{&quot;2026-08-13&quot;:0.11},{&quot;2026-08-14&quot;:0.11},{&quot;2026-08-15&quot;:0.11},{&quot;2026-08-16&quot;:0.11},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34295"
  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-ice 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">
            Rime Dryad
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Rime Dryad
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rime Dryad" src="https://cards.scryfall.io/large/front/7/a/7a93e6ce-1295-41f8-b454-2dfe321481a6.jpg?1783947473" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>


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

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

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Island" src="https://cards.scryfall.io/large/front/4/b/4b2ad5b3-7257-4521-8916-6b1cbfb89e27.jpg?1783930996" />
    </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.12
              </span>

            </div>
          </div>

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74146"
  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">
            Blot Out
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Blot Out
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blot Out" src="https://cards.scryfall.io/large/front/9/5/958cf449-5d60-4da9-bfb5-8f38ab11189e.jpg?1783910465" />
    </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.12
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</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;:0.12},{&quot;2026-06-11&quot;:0.12},{&quot;2026-06-12&quot;:0.12},{&quot;2026-06-13&quot;:0.12},{&quot;2026-06-14&quot;:0.12},{&quot;2026-06-15&quot;:0.12},{&quot;2026-06-16&quot;:0.12},{&quot;2026-06-17&quot;:0.12},{&quot;2026-06-18&quot;:0.12},{&quot;2026-06-19&quot;:0.12},{&quot;2026-06-20&quot;:0.12},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.14},{&quot;2026-06-28&quot;:0.14},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.13},{&quot;2026-07-06&quot;:0.13},{&quot;2026-07-07&quot;:0.13},{&quot;2026-07-08&quot;:0.14},{&quot;2026-07-09&quot;:0.14},{&quot;2026-07-10&quot;:0.14},{&quot;2026-07-11&quot;:0.14},{&quot;2026-07-12&quot;:0.14},{&quot;2026-07-13&quot;:0.14},{&quot;2026-07-14&quot;:0.14},{&quot;2026-07-15&quot;:0.14},{&quot;2026-07-16&quot;:0.14},{&quot;2026-07-17&quot;:0.14},{&quot;2026-07-18&quot;:0.14},{&quot;2026-07-19&quot;:0.14},{&quot;2026-07-20&quot;:0.14},{&quot;2026-07-21&quot;:0.13},{&quot;2026-07-23&quot;:0.13},{&quot;2026-07-25&quot;:0.13},{&quot;2026-07-26&quot;:0.13},{&quot;2026-07-27&quot;:0.13},{&quot;2026-07-29&quot;:0.13},{&quot;2026-07-30&quot;:0.13},{&quot;2026-07-31&quot;:0.13},{&quot;2026-08-01&quot;:0.13},{&quot;2026-08-02&quot;:0.13},{&quot;2026-08-03&quot;:0.13},{&quot;2026-08-04&quot;:0.13},{&quot;2026-08-05&quot;:0.13},{&quot;2026-08-07&quot;:0.13},{&quot;2026-08-08&quot;:0.13},{&quot;2026-08-09&quot;:0.13},{&quot;2026-08-10&quot;:0.14},{&quot;2026-08-11&quot;:0.14},{&quot;2026-08-12&quot;:0.14},{&quot;2026-08-13&quot;:0.14},{&quot;2026-08-14&quot;:0.14},{&quot;2026-08-15&quot;:0.14},{&quot;2026-08-16&quot;:0.14},{&quot;2026-08-17&quot;:0.14},{&quot;2026-08-18&quot;:0.14},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.13},{&quot;2026-09-01&quot;:0.13},{&quot;2026-09-02&quot;:0.13},{&quot;2026-09-03&quot;:0.13},{&quot;2026-09-04&quot;:0.13},{&quot;2026-09-05&quot;:0.13},{&quot;2026-09-06&quot;:0.13},{&quot;2026-09-07&quot;:0.13},{&quot;2026-09-08&quot;:0.13},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74170"
  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-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">
            Kor Cartographer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Kor Scout
      </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.12
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Kor Cartographer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Kor Scout</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="Kor Cartographer" src="https://cards.scryfall.io/large/front/4/f/4fb7a3ad-dfe8-4d6a-9f2c-2c0f1975ea99.jpg?1783910461" />
    </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.12
              </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.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</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;:0.14},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.14},{&quot;2026-06-14&quot;:0.14},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.14},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.14},{&quot;2026-06-28&quot;:0.14},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&quot;2026-07-06&quot;:0.14},{&quot;2026-07-07&quot;:0.14},{&quot;2026-07-08&quot;:0.14},{&quot;2026-07-09&quot;:0.14},{&quot;2026-07-10&quot;:0.14},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.13},{&quot;2026-07-21&quot;:0.13},{&quot;2026-07-23&quot;:0.13},{&quot;2026-07-25&quot;:0.13},{&quot;2026-07-26&quot;:0.13},{&quot;2026-07-27&quot;:0.13},{&quot;2026-07-28&quot;:0.13},{&quot;2026-07-29&quot;:0.13},{&quot;2026-07-30&quot;:0.13},{&quot;2026-07-31&quot;:0.13},{&quot;2026-08-01&quot;:0.13},{&quot;2026-08-02&quot;:0.13},{&quot;2026-08-03&quot;:0.13},{&quot;2026-08-04&quot;:0.13},{&quot;2026-08-05&quot;:0.13},{&quot;2026-08-07&quot;:0.13},{&quot;2026-08-08&quot;:0.13},{&quot;2026-08-09&quot;:0.13},{&quot;2026-08-10&quot;:0.13},{&quot;2026-08-11&quot;:0.13},{&quot;2026-08-12&quot;:0.13},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74300"
  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">
            Mistmeadow Skulk
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Mistmeadow Skulk
        </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 — Kithkin Rogue</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="Mistmeadow Skulk" src="https://cards.scryfall.io/large/front/a/0/a0941776-ee63-4769-b78a-a8febfb33112.jpg?1783910455" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  8%
                </span>
            </div>
          </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;:0.14},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.14},{&quot;2026-06-14&quot;:0.14},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.15},{&quot;2026-06-22&quot;:0.15},{&quot;2026-06-23&quot;:0.15},{&quot;2026-06-24&quot;:0.15},{&quot;2026-06-25&quot;:0.15},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.14},{&quot;2026-06-28&quot;:0.14},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&quot;2026-07-06&quot;:0.14},{&quot;2026-07-07&quot;:0.14},{&quot;2026-07-08&quot;:0.14},{&quot;2026-07-09&quot;:0.14},{&quot;2026-07-10&quot;:0.14},{&quot;2026-07-11&quot;:0.15},{&quot;2026-07-12&quot;:0.15},{&quot;2026-07-13&quot;:0.15},{&quot;2026-07-14&quot;:0.15},{&quot;2026-07-15&quot;:0.15},{&quot;2026-07-16&quot;:0.15},{&quot;2026-07-17&quot;:0.15},{&quot;2026-07-18&quot;:0.15},{&quot;2026-07-19&quot;:0.15},{&quot;2026-07-20&quot;:0.15},{&quot;2026-07-21&quot;:0.15},{&quot;2026-07-23&quot;:0.15},{&quot;2026-07-25&quot;:0.15},{&quot;2026-07-26&quot;:0.15},{&quot;2026-07-27&quot;:0.15},{&quot;2026-07-28&quot;:0.15},{&quot;2026-07-29&quot;:0.15},{&quot;2026-07-30&quot;:0.15},{&quot;2026-07-31&quot;:0.15},{&quot;2026-08-01&quot;:0.15},{&quot;2026-08-02&quot;:0.15},{&quot;2026-08-03&quot;:0.15},{&quot;2026-08-04&quot;:0.15},{&quot;2026-08-05&quot;:0.15},{&quot;2026-08-07&quot;:0.15},{&quot;2026-08-08&quot;:0.15},{&quot;2026-08-09&quot;:0.15},{&quot;2026-08-10&quot;:0.15},{&quot;2026-08-11&quot;:0.15},{&quot;2026-08-12&quot;:0.15},{&quot;2026-08-13&quot;:0.15},{&quot;2026-08-14&quot;:0.15},{&quot;2026-08-15&quot;:0.15},{&quot;2026-08-16&quot;:0.14},{&quot;2026-08-17&quot;:0.14},{&quot;2026-08-18&quot;:0.14},{&quot;2026-08-19&quot;:0.14},{&quot;2026-08-20&quot;:0.14},{&quot;2026-08-21&quot;:0.14},{&quot;2026-08-22&quot;:0.14},{&quot;2026-08-23&quot;:0.14},{&quot;2026-08-24&quot;:0.14},{&quot;2026-08-25&quot;:0.14},{&quot;2026-08-26&quot;:0.14},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.13},{&quot;2026-09-01&quot;:0.13},{&quot;2026-09-02&quot;:0.13},{&quot;2026-09-03&quot;:0.13},{&quot;2026-09-04&quot;:0.13},{&quot;2026-09-05&quot;:0.13},{&quot;2026-09-06&quot;:0.13},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.13},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74877"
  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-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">
            Voice of the Provinces
        </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="text-sm font-medium text-nine-white">
            $0.12
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Voice of the Provinces" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c2599730-fc82-468b-bb5c-7e722dbabbe7.jpg?1783932377" />

        <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">
            Voice of the Provinces
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Angel</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="Voice of the Provinces" src="https://cards.scryfall.io/large/front/c/2/c2599730-fc82-468b-bb5c-7e722dbabbe7.jpg?1783932377" />
    </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.12
              </span>

            </div>
          </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.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-28&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.11},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.1},{&quot;2026-08-16&quot;:0.1},{&quot;2026-08-17&quot;:0.1},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.13},{&quot;2026-08-25&quot;:0.13},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75111"
  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-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">
            Cloud Spirit
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Cloud Spirit
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cloud Spirit" src="https://cards.scryfall.io/large/front/1/5/15275909-38f7-4209-a9da-cb583fabe922.jpg?1783910417" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </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.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.11},{&quot;2026-07-11&quot;:0.11},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-22&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-24&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-28&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.12},{&quot;2026-08-12&quot;:0.12},{&quot;2026-08-13&quot;:0.12},{&quot;2026-08-14&quot;:0.12},{&quot;2026-08-15&quot;:0.12},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.12},{&quot;2026-08-19&quot;:0.12},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.12},{&quot;2026-08-22&quot;:0.12},{&quot;2026-08-23&quot;:0.12},{&quot;2026-08-24&quot;:0.12},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75152"
  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">
            Phyrexian Missionary
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Phyrexian Missionary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18e6aa5e-84df-4fb2-8a52-5065383445d5.jpg?1783910416" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Phyrexian Missionary
        </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 — Phyrexian 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-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="Phyrexian Missionary" src="https://cards.scryfall.io/large/front/1/8/18e6aa5e-84df-4fb2-8a52-5065383445d5.jpg?1783910416" />
    </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.12
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  8%
                </span>
            </div>
          </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;:0.11},{&quot;2026-06-11&quot;:0.11},{&quot;2026-06-12&quot;:0.11},{&quot;2026-06-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&quot;2026-07-31&quot;:0.11},{&quot;2026-08-01&quot;:0.11},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.11},{&quot;2026-08-04&quot;:0.11},{&quot;2026-08-05&quot;:0.11},{&quot;2026-08-07&quot;:0.11},{&quot;2026-08-08&quot;:0.11},{&quot;2026-08-09&quot;:0.11},{&quot;2026-08-10&quot;:0.11},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.1},{&quot;2026-08-16&quot;:0.1},{&quot;2026-08-17&quot;:0.1},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.1},{&quot;2026-08-21&quot;:0.1},{&quot;2026-08-22&quot;:0.1},{&quot;2026-08-23&quot;:0.1},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.12},{&quot;2026-08-27&quot;:0.12},{&quot;2026-08-28&quot;:0.12},{&quot;2026-08-29&quot;:0.12},{&quot;2026-08-30&quot;:0.12},{&quot;2026-08-31&quot;:0.12},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.13},{&quot;2026-09-06&quot;:0.13},{&quot;2026-09-07&quot;:0.13},{&quot;2026-09-08&quot;:0.13},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75370"
  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-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">
            Sky Crier
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Sky Crier
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Bird Citizen</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="Sky Crier" src="https://cards.scryfall.io/large/front/0/b/0b378e00-6653-41d4-bc90-6c8edda7f7d8.jpg?1783910403" />
    </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.12
              </span>

            </div>
          </div>

      </div>


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.06},{&quot;2026-06-10&quot;:0.07},{&quot;2026-06-11&quot;:0.07},{&quot;2026-06-12&quot;:0.07},{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.1},{&quot;2026-08-21&quot;:0.1},{&quot;2026-08-22&quot;:0.1},{&quot;2026-08-23&quot;:0.1},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.1},{&quot;2026-08-28&quot;:0.1},{&quot;2026-08-29&quot;:0.1},{&quot;2026-08-30&quot;:0.1},{&quot;2026-08-31&quot;:0.1},{&quot;2026-09-01&quot;:0.1},{&quot;2026-09-02&quot;:0.1},{&quot;2026-09-03&quot;:0.11},{&quot;2026-09-04&quot;:0.12},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.13},{&quot;2026-09-07&quot;:0.12},{&quot;2026-09-08&quot;:0.12},{&quot;2026-09-09&quot;:0.12},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.12}]}"
        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 8901-8950 of 9368 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=178&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets">1</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=178&amp;username=denvermullets" rel="prev">178</a><a role="link" aria-disabled="true" aria-current="page">179</a><a href="/load_collection?direction=asc&amp;page=180&amp;username=denvermullets" rel="next">180</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=180&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
      </div>
    </div>
</div>

<!-- Desktop Table View -->
<div class="hidden lg:block mb-24 overflow-x-auto border rounded-3xl border-highlight">
  <table class="min-w-full divide-y table-auto divide-background">
    <thead class="bg-background" data-controller="table-sort">
      <tr>
          <th
            class="
              py-3 pl-4 pr-0 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=card_number&amp;username=denvermullets">
  #

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=name&amp;username=denvermullets">
  Name

</a>
          </th>

          <th
            class="
              hidden px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text lg:table-cell
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=card_type&amp;username=denvermullets">
  Type

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=mana_value&amp;username=denvermullets">
  Mana

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=normal_price&amp;username=denvermullets">
  Regular

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=foil_price&amp;username=denvermullets">
  Foil

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=ck_buylist_normal_price&amp;username=denvermullets">
  Sell Regular

</a>
          </th>

          <th
            class="
              px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=ck_buylist_foil_price&amp;username=denvermullets">
  Sell Foil

</a>
          </th>

          <th
            class="
              hidden px-4 py-2 text-xs font-normal tracking-wider text-left
              normal-case lg:table-cell text-grey-text
            "
          >
            <a data-turbo-stream="true" data-action="click-&gt;table-sort#sort" class="flex items-center gap-1 hover:text-white" href="/load_collection?direction=asc&amp;sort=edhrec_saltiness&amp;username=denvermullets">
  Salt

</a>
          </th>
      </tr>
    </thead>

    <tbody class="bg-background" data-controller="expandable-row">

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

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


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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96067"
          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-eoc ss-rare ss-fw ss-2x mr-4"></i>
              Scouring Swarm


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96248"
          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-eoe ss-common ss-fw ss-2x mr-4"></i>
              Forest


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </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-b'></i>
              </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-uncommon ss-fw ss-2x mr-4"></i>
              Startled Relic Sloth


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

                    <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.06
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-all ss-common ss-fw ss-2x mr-4"></i>
              Balduvian War-Makers


            </td>

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

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

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

                </div>
            </td>

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-chr ss-common ss-fw ss-2x mr-4"></i>
              Keepers of the Faith


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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="26264"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_26264" src="/boxset_card/26264?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="27174"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-5ed ss-common ss-fw ss-2x mr-4"></i>
              Benalish Hero


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Soldier
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.04
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="27174"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_27174" src="/boxset_card/27174?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="27529"
          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">
              126
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-5ed ss-common ss-fw ss-2x mr-4"></i>
              Spell Blast


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="27529"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_27529" src="/boxset_card/27529?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="27660"
          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">
              169
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-5ed ss-common ss-fw ss-2x mr-4"></i>
              Initiates of the Ebon Hand


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — 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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="27660"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_27660" src="/boxset_card/27660?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28182"
          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">
              347
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-5ed ss-common ss-fw ss-2x mr-4"></i>
              Amulet of Kroog


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="28182"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28182" src="/boxset_card/28182?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29613"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              11
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Brainwash


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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.68
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29613"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29613" src="/boxset_card/29613?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29815"
          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">
              79
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Jump


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29815"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29815" src="/boxset_card/29815?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29874"
          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">
              98
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Sea Serpent


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Serpent
            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="29874"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29874" src="/boxset_card/29874?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29990"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              137
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Fear


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29990"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29990" src="/boxset_card/29990?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29993"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              138
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Frozen Shade


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Shade
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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.07
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29993"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29993" src="/boxset_card/29993?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30091"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              172
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Word of Binding


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30091"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30091" src="/boxset_card/30091?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30161"
          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">
              196
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Giant Strength


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30161"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30161" src="/boxset_card/30161?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30610"
          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">
              356
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-common ss-fw ss-2x mr-4"></i>
              Wall of Spears


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Wall
            </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">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="30610"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30610" src="/boxset_card/30610?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33200"
          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">
              19a
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-common ss-fw ss-2x mr-4"></i>
              Trade Caravan


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Nomad
            </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">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33200"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33200" src="/boxset_card/33200?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33223"
          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">
              25a
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-common ss-fw ss-2x mr-4"></i>
              Dark Maze


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Wall
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33223"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33223" src="/boxset_card/33223?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33377"
          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">
              63a
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-common ss-fw ss-2x mr-4"></i>
              Ambush Party


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33377"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33377" src="/boxset_card/33377?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33502"
          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">
              97a
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-common ss-fw ss-2x mr-4"></i>
              Shrink


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="33502"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33502" src="/boxset_card/33502?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33505"
          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">
              97b
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-common ss-fw ss-2x mr-4"></i>
              Shrink


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="33505"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33505" src="/boxset_card/33505?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33513"
          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">
              99b
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-common ss-fw ss-2x mr-4"></i>
              Willow Faerie


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Faerie
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33513"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33513" src="/boxset_card/33513?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33532"
          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-ice ss-common ss-fw ss-2x mr-4"></i>
              Circle of Protection: White


            </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">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33532"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33532" src="/boxset_card/33532?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33574"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Heal


            </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">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </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.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33574"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33574" src="/boxset_card/33574?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33584"
          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">
              33
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Kelsinko Ranger


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Ranger
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33584"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33584" src="/boxset_card/33584?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33631"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              47
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Prismatic Ward


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.73
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33631"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33631" src="/boxset_card/33631?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33668"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              59
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Balduvian Shaman


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Cleric Shaman
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="33668"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33668" src="/boxset_card/33668?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33877"
          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">
              124
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Fear


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33877"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33877" src="/boxset_card/33877?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33950"
          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">
              147
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Mind Ravel


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33950"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33950" src="/boxset_card/33950?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34071"
          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">
              92
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-rare ss-fw ss-2x mr-4"></i>
              Hunted Nightmare


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Nightmare
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <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.03
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34071"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34071" src="/boxset_card/34071?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34152"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              215
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Sabretooth Tiger


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Cat
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="34152"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34152" src="/boxset_card/34152?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34203"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              231
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Earthlore


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="34203"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34203" src="/boxset_card/34203?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34295"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              260
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Rime Dryad


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dryad
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.71
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34295"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34295" src="/boxset_card/34295?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34579"
          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-iko ss-common ss-fw ss-2x mr-4"></i>
              Island


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Basic Land — Island
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.03
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.92
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34579"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34579" src="/boxset_card/34579?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74146"
          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">
              MAT-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Blot Out


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                    <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.01
            </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="74146"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74146" src="/boxset_card/74146?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74170"
          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">
              DDI-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Kor Cartographer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Kor Scout
            </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">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.01
            </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.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74170"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74170" src="/boxset_card/74170?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74300"
          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">
              SHM-14
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Mistmeadow Skulk


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Kithkin Rogue
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $0.12

                    <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">
            </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="74300"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74300" src="/boxset_card/74300?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74877"
          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">
              DDQ-23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Voice of the Provinces


            </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-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">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="74877"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74877" src="/boxset_card/74877?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75111"
          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">
              STH-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Cloud Spirit


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75111"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75111" src="/boxset_card/75111?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75152"
          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">
              DMU-27
            </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>
              Phyrexian Missionary


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Phyrexian 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-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">
                  $0.12

                    <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">
            </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="75152"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75152" src="/boxset_card/75152?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75370"
          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">
              SNC-31
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Sky Crier


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Bird Citizen
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $0.12

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </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="75370"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75370" src="/boxset_card/75370?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 8901-8950 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=178&amp;username=denvermullets" rel="prev" aria-label="Previous">&lt;</a><a href="/load_collection?direction=asc&amp;page=1&amp;username=denvermullets">1</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=178&amp;username=denvermullets" rel="prev">178</a><a role="link" aria-disabled="true" aria-current="page">179</a><a href="/load_collection?direction=asc&amp;page=180&amp;username=denvermullets" rel="next">180</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=180&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>