<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="96233"
  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">
            Plains
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/d/f/df31f72c-076e-4d8e-9975-6d6281ab71f6.jpg?1782685398" />
    </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.14
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.30
              </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.28},{&quot;2026-06-11&quot;:0.29},{&quot;2026-06-12&quot;:0.29},{&quot;2026-06-13&quot;:0.29},{&quot;2026-06-14&quot;:0.28},{&quot;2026-06-15&quot;:0.28},{&quot;2026-06-16&quot;:0.28},{&quot;2026-06-17&quot;:0.28},{&quot;2026-06-18&quot;:0.29},{&quot;2026-06-19&quot;:0.29},{&quot;2026-06-20&quot;:0.31},{&quot;2026-06-21&quot;:0.27},{&quot;2026-06-22&quot;:0.27},{&quot;2026-06-23&quot;:0.27},{&quot;2026-06-24&quot;:0.27},{&quot;2026-06-25&quot;:0.29},{&quot;2026-06-26&quot;:0.29},{&quot;2026-06-27&quot;:0.29},{&quot;2026-06-28&quot;:0.32},{&quot;2026-06-29&quot;:0.32},{&quot;2026-06-30&quot;:0.32},{&quot;2026-07-01&quot;:0.31},{&quot;2026-07-02&quot;:0.31},{&quot;2026-07-03&quot;:0.32},{&quot;2026-07-04&quot;:0.32},{&quot;2026-07-05&quot;:0.32},{&quot;2026-07-06&quot;:0.31},{&quot;2026-07-07&quot;:0.3},{&quot;2026-07-08&quot;:0.3},{&quot;2026-07-09&quot;:0.31},{&quot;2026-07-10&quot;:0.31},{&quot;2026-07-11&quot;:0.31},{&quot;2026-07-12&quot;:0.31},{&quot;2026-07-13&quot;:0.31},{&quot;2026-07-14&quot;:0.31},{&quot;2026-07-15&quot;:0.32},{&quot;2026-07-16&quot;:0.32},{&quot;2026-07-17&quot;:0.32},{&quot;2026-07-18&quot;:0.31},{&quot;2026-07-19&quot;:0.31},{&quot;2026-07-20&quot;:0.3},{&quot;2026-07-21&quot;:0.3},{&quot;2026-07-23&quot;:0.28},{&quot;2026-07-25&quot;:0.28},{&quot;2026-07-26&quot;:0.31},{&quot;2026-07-27&quot;:0.31},{&quot;2026-07-29&quot;:0.3},{&quot;2026-07-30&quot;:0.31},{&quot;2026-07-31&quot;:0.3},{&quot;2026-08-01&quot;:0.3},{&quot;2026-08-02&quot;:0.3},{&quot;2026-08-03&quot;:0.3},{&quot;2026-08-04&quot;:0.3},{&quot;2026-08-05&quot;:0.31},{&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.28},{&quot;2026-08-11&quot;:0.27},{&quot;2026-08-12&quot;:0.28},{&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.29},{&quot;2026-08-17&quot;:0.29},{&quot;2026-08-18&quot;:0.29},{&quot;2026-08-19&quot;:0.3},{&quot;2026-08-20&quot;:0.3},{&quot;2026-08-21&quot;:0.3},{&quot;2026-08-22&quot;:0.3},{&quot;2026-08-23&quot;:0.3},{&quot;2026-08-24&quot;:0.3},{&quot;2026-08-25&quot;:0.3},{&quot;2026-08-26&quot;:0.3},{&quot;2026-08-27&quot;:0.3},{&quot;2026-08-28&quot;:0.3},{&quot;2026-08-29&quot;:0.3},{&quot;2026-08-30&quot;:0.3},{&quot;2026-08-31&quot;:0.3},{&quot;2026-09-01&quot;:0.3},{&quot;2026-09-02&quot;:0.3},{&quot;2026-09-03&quot;:0.3},{&quot;2026-09-04&quot;:0.3},{&quot;2026-09-05&quot;:0.3},{&quot;2026-09-06&quot;:0.3},{&quot;2026-09-07&quot;:0.3},{&quot;2026-09-08&quot;:0.3},{&quot;2026-09-09&quot;:0.3},{&quot;2026-09-10&quot;:0.3},{&quot;2026-09-11&quot;:0.3}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.27},{&quot;2026-06-11&quot;:0.27},{&quot;2026-06-12&quot;:0.27},{&quot;2026-06-13&quot;:0.29},{&quot;2026-06-14&quot;:0.26},{&quot;2026-06-15&quot;:0.26},{&quot;2026-06-16&quot;:0.25},{&quot;2026-06-17&quot;:0.25},{&quot;2026-06-18&quot;:0.25},{&quot;2026-06-19&quot;:0.24},{&quot;2026-06-20&quot;:0.25},{&quot;2026-06-21&quot;:0.23},{&quot;2026-06-22&quot;:0.24},{&quot;2026-06-23&quot;:0.24},{&quot;2026-06-24&quot;:0.23},{&quot;2026-06-25&quot;:0.23},{&quot;2026-06-26&quot;:0.23},{&quot;2026-06-27&quot;:0.25},{&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.21},{&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.18},{&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.18},{&quot;2026-07-10&quot;:0.18},{&quot;2026-07-11&quot;:0.18},{&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.16},{&quot;2026-07-16&quot;:0.15},{&quot;2026-07-17&quot;:0.14},{&quot;2026-07-18&quot;:0.14},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.14},{&quot;2026-07-21&quot;:0.14},{&quot;2026-07-23&quot;:0.16},{&quot;2026-07-25&quot;:0.17},{&quot;2026-07-26&quot;:0.17},{&quot;2026-07-27&quot;:0.2},{&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.21},{&quot;2026-08-03&quot;:0.19},{&quot;2026-08-04&quot;:0.22},{&quot;2026-08-05&quot;:0.22},{&quot;2026-08-07&quot;:0.22},{&quot;2026-08-08&quot;:0.22},{&quot;2026-08-09&quot;:0.22},{&quot;2026-08-10&quot;:0.22},{&quot;2026-08-11&quot;:0.22},{&quot;2026-08-12&quot;:0.22},{&quot;2026-08-13&quot;:0.21},{&quot;2026-08-14&quot;:0.21},{&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.23},{&quot;2026-08-22&quot;:0.23},{&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.2},{&quot;2026-08-27&quot;:0.18},{&quot;2026-08-28&quot;:0.2},{&quot;2026-08-29&quot;:0.2},{&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.15},{&quot;2026-09-08&quot;:0.15},{&quot;2026-09-09&quot;:0.14},{&quot;2026-09-10&quot;:0.14},{&quot;2026-09-11&quot;:0.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96237"
  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">
            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">
            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.14
          </span>
        </div>
      </div>
    </div>

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

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

        <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/a/a/aaa212be-1db5-4493-86c8-c01d29348e31.jpg?1782685397" />
    </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.14
              </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.30
              </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.21},{&quot;2026-06-14&quot;:0.21},{&quot;2026-06-15&quot;:0.21},{&quot;2026-06-16&quot;:0.23},{&quot;2026-06-17&quot;:0.22},{&quot;2026-06-18&quot;:0.23},{&quot;2026-06-19&quot;:0.23},{&quot;2026-06-20&quot;:0.25},{&quot;2026-06-21&quot;:0.23},{&quot;2026-06-22&quot;:0.23},{&quot;2026-06-23&quot;:0.23},{&quot;2026-06-24&quot;:0.22},{&quot;2026-06-25&quot;:0.22},{&quot;2026-06-26&quot;:0.22},{&quot;2026-06-27&quot;:0.22},{&quot;2026-06-28&quot;:0.22},{&quot;2026-06-29&quot;:0.22},{&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.22},{&quot;2026-07-04&quot;:0.21},{&quot;2026-07-05&quot;:0.21},{&quot;2026-07-06&quot;:0.21},{&quot;2026-07-07&quot;:0.21},{&quot;2026-07-08&quot;:0.21},{&quot;2026-07-09&quot;:0.21},{&quot;2026-07-10&quot;:0.21},{&quot;2026-07-11&quot;:0.21},{&quot;2026-07-12&quot;:0.21},{&quot;2026-07-13&quot;:0.21},{&quot;2026-07-14&quot;:0.21},{&quot;2026-07-15&quot;:0.21},{&quot;2026-07-16&quot;:0.21},{&quot;2026-07-17&quot;:0.21},{&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.2},{&quot;2026-07-26&quot;:0.2},{&quot;2026-07-27&quot;:0.19},{&quot;2026-07-28&quot;:0.2},{&quot;2026-07-29&quot;:0.2},{&quot;2026-07-30&quot;:0.2},{&quot;2026-07-31&quot;:0.24},{&quot;2026-08-01&quot;:0.24},{&quot;2026-08-02&quot;:0.24},{&quot;2026-08-03&quot;:0.24},{&quot;2026-08-04&quot;:0.23},{&quot;2026-08-05&quot;:0.27},{&quot;2026-08-07&quot;:0.26},{&quot;2026-08-08&quot;:0.3},{&quot;2026-08-09&quot;:0.29},{&quot;2026-08-10&quot;:0.3},{&quot;2026-08-11&quot;:0.31},{&quot;2026-08-12&quot;:0.31},{&quot;2026-08-13&quot;:0.31},{&quot;2026-08-14&quot;:0.31},{&quot;2026-08-15&quot;:0.31},{&quot;2026-08-16&quot;:0.31},{&quot;2026-08-17&quot;:0.32},{&quot;2026-08-18&quot;:0.32},{&quot;2026-08-19&quot;:0.33},{&quot;2026-08-20&quot;:0.33},{&quot;2026-08-21&quot;:0.33},{&quot;2026-08-22&quot;:0.33},{&quot;2026-08-23&quot;:0.33},{&quot;2026-08-24&quot;:0.33},{&quot;2026-08-25&quot;:0.32},{&quot;2026-08-26&quot;:0.32},{&quot;2026-08-27&quot;:0.31},{&quot;2026-08-28&quot;:0.31},{&quot;2026-08-29&quot;:0.31},{&quot;2026-08-30&quot;:0.3},{&quot;2026-08-31&quot;:0.3},{&quot;2026-09-01&quot;:0.3},{&quot;2026-09-02&quot;:0.3},{&quot;2026-09-03&quot;:0.3},{&quot;2026-09-04&quot;:0.3},{&quot;2026-09-05&quot;:0.3},{&quot;2026-09-06&quot;:0.3},{&quot;2026-09-07&quot;:0.3},{&quot;2026-09-08&quot;:0.3},{&quot;2026-09-09&quot;:0.3},{&quot;2026-09-10&quot;:0.3},{&quot;2026-09-11&quot;:0.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.21},{&quot;2026-06-14&quot;:0.21},{&quot;2026-06-15&quot;:0.21},{&quot;2026-06-16&quot;:0.2},{&quot;2026-06-17&quot;:0.21},{&quot;2026-06-18&quot;:0.19},{&quot;2026-06-19&quot;:0.19},{&quot;2026-06-20&quot;:0.17},{&quot;2026-06-21&quot;:0.16},{&quot;2026-06-22&quot;:0.17},{&quot;2026-06-23&quot;:0.16},{&quot;2026-06-24&quot;:0.15},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.15},{&quot;2026-06-28&quot;:0.15},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.16},{&quot;2026-07-01&quot;:0.16},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.15},{&quot;2026-07-04&quot;:0.18},{&quot;2026-07-05&quot;:0.18},{&quot;2026-07-06&quot;:0.16},{&quot;2026-07-07&quot;:0.18},{&quot;2026-07-08&quot;:0.22},{&quot;2026-07-09&quot;:0.24},{&quot;2026-07-10&quot;:0.23},{&quot;2026-07-11&quot;:0.24},{&quot;2026-07-12&quot;:0.24},{&quot;2026-07-13&quot;:0.25},{&quot;2026-07-14&quot;:0.23},{&quot;2026-07-15&quot;:0.23},{&quot;2026-07-16&quot;:0.23},{&quot;2026-07-17&quot;:0.22},{&quot;2026-07-18&quot;:0.22},{&quot;2026-07-19&quot;:0.19},{&quot;2026-07-20&quot;:0.19},{&quot;2026-07-21&quot;:0.19},{&quot;2026-07-22&quot;:0.19},{&quot;2026-07-23&quot;:0.19},{&quot;2026-07-24&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.16},{&quot;2026-08-04&quot;:0.16},{&quot;2026-08-05&quot;:0.16},{&quot;2026-08-07&quot;:0.15},{&quot;2026-08-08&quot;:0.15},{&quot;2026-08-09&quot;:0.16},{&quot;2026-08-10&quot;:0.17},{&quot;2026-08-11&quot;:0.18},{&quot;2026-08-12&quot;:0.18},{&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.2},{&quot;2026-08-17&quot;:0.2},{&quot;2026-08-18&quot;:0.19},{&quot;2026-08-19&quot;:0.17},{&quot;2026-08-20&quot;:0.18},{&quot;2026-08-21&quot;:0.18},{&quot;2026-08-22&quot;:0.17},{&quot;2026-08-23&quot;:0.17},{&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.19},{&quot;2026-08-28&quot;:0.19},{&quot;2026-08-29&quot;:0.19},{&quot;2026-08-30&quot;:0.17},{&quot;2026-08-31&quot;:0.17},{&quot;2026-09-01&quot;:0.16},{&quot;2026-09-02&quot;:0.16},{&quot;2026-09-03&quot;:0.16},{&quot;2026-09-04&quot;:0.16},{&quot;2026-09-05&quot;:0.16},{&quot;2026-09-06&quot;:0.16},{&quot;2026-09-07&quot;:0.16},{&quot;2026-09-08&quot;:0.15},{&quot;2026-09-09&quot;:0.13},{&quot;2026-09-10&quot;:0.14},{&quot;2026-09-11&quot;:0.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96244"
  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">
            Centaur Vinecrasher
        </span>


      </div>

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

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

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

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

        <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">
            Centaur Vinecrasher
        </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 — Plant Centaur</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Centaur Vinecrasher" src="https://cards.scryfall.io/large/front/c/f/cf8712ba-574b-4e53-9c7e-0a1465116320.jpg?1782685654" />
    </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.14
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  36%
                </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.17},{&quot;2026-06-10&quot;:0.18},{&quot;2026-06-11&quot;:0.18},{&quot;2026-06-12&quot;:0.2},{&quot;2026-06-13&quot;:0.2},{&quot;2026-06-14&quot;:0.18},{&quot;2026-06-15&quot;:0.18},{&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.19},{&quot;2026-06-22&quot;:0.17},{&quot;2026-06-24&quot;:0.18},{&quot;2026-06-25&quot;:0.18},{&quot;2026-06-26&quot;:0.18},{&quot;2026-06-27&quot;:0.2},{&quot;2026-06-28&quot;:0.2},{&quot;2026-06-29&quot;:0.21},{&quot;2026-06-30&quot;:0.2},{&quot;2026-07-01&quot;:0.21},{&quot;2026-07-02&quot;:0.21},{&quot;2026-07-03&quot;:0.21},{&quot;2026-07-04&quot;:0.21},{&quot;2026-07-05&quot;:0.2},{&quot;2026-07-06&quot;:0.2},{&quot;2026-07-07&quot;:0.2},{&quot;2026-07-08&quot;:0.19},{&quot;2026-07-09&quot;:0.2},{&quot;2026-07-10&quot;:0.19},{&quot;2026-07-11&quot;:0.18},{&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.17},{&quot;2026-07-17&quot;:0.17},{&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-23&quot;:0.14},{&quot;2026-07-25&quot;:0.16},{&quot;2026-07-26&quot;:0.16},{&quot;2026-07-27&quot;:0.16},{&quot;2026-07-29&quot;:0.18},{&quot;2026-07-30&quot;:0.18},{&quot;2026-07-31&quot;:0.16},{&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.19},{&quot;2026-08-05&quot;:0.2},{&quot;2026-08-07&quot;:0.21},{&quot;2026-08-08&quot;:0.22},{&quot;2026-08-09&quot;:0.25},{&quot;2026-08-10&quot;:0.25},{&quot;2026-08-11&quot;:0.24},{&quot;2026-08-12&quot;:0.24},{&quot;2026-08-13&quot;:0.22},{&quot;2026-08-14&quot;:0.24},{&quot;2026-08-15&quot;:0.24},{&quot;2026-08-16&quot;:0.24},{&quot;2026-08-17&quot;:0.25},{&quot;2026-08-18&quot;:0.25},{&quot;2026-08-19&quot;:0.26},{&quot;2026-08-20&quot;:0.26},{&quot;2026-08-21&quot;:0.29},{&quot;2026-08-22&quot;:0.28},{&quot;2026-08-23&quot;:0.26},{&quot;2026-08-24&quot;:0.26},{&quot;2026-08-25&quot;:0.26},{&quot;2026-08-26&quot;:0.26},{&quot;2026-08-27&quot;:0.26},{&quot;2026-08-28&quot;:0.26},{&quot;2026-08-29&quot;:0.26},{&quot;2026-08-30&quot;:0.26},{&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.18},{&quot;2026-09-07&quot;:0.17},{&quot;2026-09-08&quot;:0.18},{&quot;2026-09-09&quot;:0.16},{&quot;2026-09-10&quot;:0.14},{&quot;2026-09-11&quot;:0.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96619"
  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">
            Titan Forge
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Titan Forge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/91a3c3ba-6dbb-454c-86ad-064875382499.jpg?1783906018" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Titan Forge" src="https://cards.scryfall.io/large/front/9/1/91a3c3ba-6dbb-454c-86ad-064875382499.jpg?1783906018" />
    </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.14
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  36%
                </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.23},{&quot;2026-06-11&quot;:0.23},{&quot;2026-06-12&quot;:0.22},{&quot;2026-06-13&quot;:0.22},{&quot;2026-06-14&quot;:0.23},{&quot;2026-06-15&quot;:0.2},{&quot;2026-06-16&quot;:0.2},{&quot;2026-06-17&quot;:0.21},{&quot;2026-06-18&quot;:0.21},{&quot;2026-06-19&quot;:0.21},{&quot;2026-06-20&quot;:0.21},{&quot;2026-06-21&quot;:0.21},{&quot;2026-06-22&quot;:0.2},{&quot;2026-06-23&quot;:0.2},{&quot;2026-06-24&quot;:0.19},{&quot;2026-06-25&quot;:0.19},{&quot;2026-06-26&quot;:0.2},{&quot;2026-06-27&quot;:0.22},{&quot;2026-06-28&quot;:0.22},{&quot;2026-06-29&quot;:0.22},{&quot;2026-06-30&quot;:0.22},{&quot;2026-07-01&quot;:0.22},{&quot;2026-07-02&quot;:0.23},{&quot;2026-07-03&quot;:0.23},{&quot;2026-07-04&quot;:0.24},{&quot;2026-07-05&quot;:0.23},{&quot;2026-07-06&quot;:0.21},{&quot;2026-07-07&quot;:0.23},{&quot;2026-07-08&quot;:0.24},{&quot;2026-07-09&quot;:0.23},{&quot;2026-07-10&quot;:0.25},{&quot;2026-07-11&quot;:0.25},{&quot;2026-07-12&quot;:0.25},{&quot;2026-07-13&quot;:0.25},{&quot;2026-07-14&quot;:0.25},{&quot;2026-07-15&quot;:0.23},{&quot;2026-07-16&quot;:0.23},{&quot;2026-07-17&quot;:0.23},{&quot;2026-07-18&quot;:0.22},{&quot;2026-07-19&quot;:0.23},{&quot;2026-07-20&quot;:0.23},{&quot;2026-07-21&quot;:0.22},{&quot;2026-07-23&quot;:0.22},{&quot;2026-07-25&quot;:0.21},{&quot;2026-07-26&quot;:0.21},{&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.17},{&quot;2026-08-01&quot;:0.17},{&quot;2026-08-02&quot;:0.19},{&quot;2026-08-03&quot;:0.19},{&quot;2026-08-04&quot;:0.2},{&quot;2026-08-05&quot;:0.2},{&quot;2026-08-07&quot;:0.19},{&quot;2026-08-08&quot;:0.19},{&quot;2026-08-09&quot;:0.21},{&quot;2026-08-10&quot;:0.22},{&quot;2026-08-11&quot;:0.23},{&quot;2026-08-12&quot;:0.24},{&quot;2026-08-13&quot;:0.22},{&quot;2026-08-14&quot;:0.23},{&quot;2026-08-15&quot;:0.23},{&quot;2026-08-16&quot;:0.22},{&quot;2026-08-17&quot;:0.21},{&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.21},{&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.23},{&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.24},{&quot;2026-08-31&quot;:0.24},{&quot;2026-09-01&quot;:0.24},{&quot;2026-09-02&quot;:0.23},{&quot;2026-09-03&quot;:0.24},{&quot;2026-09-04&quot;:0.24},{&quot;2026-09-05&quot;:0.22},{&quot;2026-09-06&quot;:0.17},{&quot;2026-09-07&quot;:0.16},{&quot;2026-09-08&quot;:0.14},{&quot;2026-09-09&quot;:0.14},{&quot;2026-09-10&quot;:0.14},{&quot;2026-09-11&quot;:0.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="108786"
  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">
            Arcane Omens
        </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="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.14
          </span>
        </div>
      </div>
    </div>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Arcane Omens" src="https://cards.scryfall.io/large/front/d/3/d357d997-9d4e-4ade-81f2-37629853f13a.jpg?1775937419" />
    </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.14
              </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.21
              </span>

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109260"
  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">
            Old-Growth Educator
        </span>


      </div>

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

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

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

        <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">
            Old-Growth Educator
        </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 — Treefolk Druid</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Old-Growth Educator" src="https://cards.scryfall.io/large/front/e/b/eb7e858a-9b85-49b2-a379-ee656b64935a.jpg?1782682857" />
    </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.14
              </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.21
              </span>

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109600"
  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">
            Inkshape Demonstrator
        </span>


      </div>

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

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

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

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

        <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">
            Inkshape Demonstrator
        </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 — Elephant Cleric</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="Inkshape Demonstrator" src="https://cards.scryfall.io/large/front/b/c/bcfac992-9984-4529-b9ff-a42d58832b34.jpg?1782683020" />
    </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">
            8
          </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.14
              </span>

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.22
              </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;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.15},{&quot;2026-06-18&quot;:0.15},{&quot;2026-06-19&quot;:0.16},{&quot;2026-06-20&quot;:0.16},{&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.17},{&quot;2026-06-30&quot;:0.17},{&quot;2026-07-01&quot;:0.17},{&quot;2026-07-02&quot;:0.18},{&quot;2026-07-03&quot;:0.18},{&quot;2026-07-04&quot;:0.18},{&quot;2026-07-05&quot;:0.18},{&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.18},{&quot;2026-07-10&quot;:0.18},{&quot;2026-07-11&quot;:0.18},{&quot;2026-07-12&quot;:0.18},{&quot;2026-07-13&quot;:0.17},{&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.17},{&quot;2026-07-22&quot;:0.17},{&quot;2026-07-23&quot;:0.17},{&quot;2026-07-24&quot;:0.18},{&quot;2026-07-25&quot;:0.18},{&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.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.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.19},{&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.19},{&quot;2026-08-22&quot;:0.19},{&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.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.24},{&quot;2026-09-01&quot;:0.24},{&quot;2026-09-02&quot;:0.24},{&quot;2026-09-03&quot;:0.24},{&quot;2026-09-04&quot;:0.24},{&quot;2026-09-05&quot;:0.24},{&quot;2026-09-06&quot;:0.24},{&quot;2026-09-07&quot;:0.24},{&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-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&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.06},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&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.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.09},{&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.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.08},{&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.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-22&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&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.15},{&quot;2026-08-05&quot;:0.15},{&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.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.16},{&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.15},{&quot;2026-08-20&quot;:0.15},{&quot;2026-08-21&quot;:0.15},{&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.15},{&quot;2026-08-27&quot;:0.16},{&quot;2026-08-28&quot;:0.16},{&quot;2026-08-29&quot;:0.16},{&quot;2026-08-30&quot;:0.16},{&quot;2026-08-31&quot;:0.14},{&quot;2026-09-01&quot;:0.14},{&quot;2026-09-02&quot;:0.15},{&quot;2026-09-03&quot;:0.14},{&quot;2026-09-04&quot;:0.14},{&quot;2026-09-05&quot;:0.14},{&quot;2026-09-06&quot;:0.15},{&quot;2026-09-07&quot;:0.15},{&quot;2026-09-08&quot;:0.14},{&quot;2026-09-09&quot;:0.14},{&quot;2026-09-10&quot;:0.14},{&quot;2026-09-11&quot;:0.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

        <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">
            Eagle of the Great Shelf
        </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 — Bird Soldier</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>
          </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="Eagle of the Great Shelf" src="https://cards.scryfall.io/large/front/3/f/3feca644-5f65-4477-bbc8-d505cec6f3a5.jpg?1784797947" />
    </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.14
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  22%
                </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.30
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  6%
                </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-08-07&quot;:0.38},{&quot;2026-08-08&quot;:0.38},{&quot;2026-08-09&quot;:0.34},{&quot;2026-08-10&quot;:0.34},{&quot;2026-08-11&quot;:0.33},{&quot;2026-08-12&quot;:0.32},{&quot;2026-08-13&quot;:0.32},{&quot;2026-08-14&quot;:0.31},{&quot;2026-08-15&quot;:0.3},{&quot;2026-08-16&quot;:0.27},{&quot;2026-08-17&quot;:0.25},{&quot;2026-08-18&quot;:0.25},{&quot;2026-08-19&quot;:0.21},{&quot;2026-08-20&quot;:0.22},{&quot;2026-08-21&quot;:0.21},{&quot;2026-08-22&quot;:0.2},{&quot;2026-08-23&quot;:0.2},{&quot;2026-08-24&quot;:0.21},{&quot;2026-08-25&quot;:0.21},{&quot;2026-08-26&quot;:0.21},{&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.21},{&quot;2026-08-31&quot;:0.22},{&quot;2026-09-01&quot;:0.23},{&quot;2026-09-02&quot;:0.21},{&quot;2026-09-03&quot;:0.22},{&quot;2026-09-04&quot;:0.26},{&quot;2026-09-05&quot;:0.32},{&quot;2026-09-06&quot;:0.32},{&quot;2026-09-07&quot;:0.32},{&quot;2026-09-08&quot;:0.31},{&quot;2026-09-09&quot;:0.31},{&quot;2026-09-10&quot;:0.29},{&quot;2026-09-11&quot;:0.3}],&quot;normal&quot;:[{&quot;2026-07-31&quot;:0.38},{&quot;2026-08-01&quot;:0.38},{&quot;2026-08-02&quot;:0.38},{&quot;2026-08-03&quot;:0.38},{&quot;2026-08-04&quot;:0.38},{&quot;2026-08-05&quot;:0.38},{&quot;2026-08-07&quot;:0.32},{&quot;2026-08-08&quot;:0.7},{&quot;2026-08-09&quot;:0.46},{&quot;2026-08-10&quot;:0.4},{&quot;2026-08-11&quot;:0.42},{&quot;2026-08-12&quot;:0.41},{&quot;2026-08-13&quot;:0.42},{&quot;2026-08-14&quot;:0.33},{&quot;2026-08-15&quot;:0.19},{&quot;2026-08-16&quot;:0.16},{&quot;2026-08-17&quot;:0.12},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.12},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.16},{&quot;2026-08-24&quot;:0.16},{&quot;2026-08-25&quot;:0.16},{&quot;2026-08-26&quot;:0.16},{&quot;2026-08-27&quot;:0.13},{&quot;2026-08-28&quot;:0.11},{&quot;2026-08-29&quot;:0.11},{&quot;2026-08-30&quot;:0.14},{&quot;2026-08-31&quot;:0.14},{&quot;2026-09-01&quot;:0.17},{&quot;2026-09-02&quot;:0.2},{&quot;2026-09-03&quot;:0.15},{&quot;2026-09-04&quot;:0.16},{&quot;2026-09-05&quot;:0.18},{&quot;2026-09-06&quot;:0.16},{&quot;2026-09-07&quot;:0.14},{&quot;2026-09-08&quot;:0.14},{&quot;2026-09-09&quot;:0.16},{&quot;2026-09-10&quot;:0.14},{&quot;2026-09-11&quot;:0.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

        <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">
            Sound the Trumpets
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sound the Trumpets" src="https://cards.scryfall.io/large/front/d/d/dd32a1dd-3541-4572-a717-1deabc14b827.jpg?1784760160" />
    </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.14
              </span>

            </div>
          </div>

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

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

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

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Gollum the Abandoned
        </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">Legendary Creature — Halfling Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Gollum the Abandoned" src="https://cards.scryfall.io/large/front/5/0/50d91ef3-6f5d-4255-8d47-be731b5dad30.jpg?1784733916" />
    </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.14
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  22%
                </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.27
              </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.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;2026-08-07&quot;:0.47},{&quot;2026-08-08&quot;:0.36},{&quot;2026-08-09&quot;:0.33},{&quot;2026-08-10&quot;:0.33},{&quot;2026-08-11&quot;:0.29},{&quot;2026-08-12&quot;:0.31},{&quot;2026-08-13&quot;:0.31},{&quot;2026-08-14&quot;:0.31},{&quot;2026-08-15&quot;:0.29},{&quot;2026-08-16&quot;:0.25},{&quot;2026-08-17&quot;:0.23},{&quot;2026-08-18&quot;:0.25},{&quot;2026-08-19&quot;:0.27},{&quot;2026-08-20&quot;:0.29},{&quot;2026-08-21&quot;:0.29},{&quot;2026-08-22&quot;:0.32},{&quot;2026-08-23&quot;:0.3},{&quot;2026-08-24&quot;:0.32},{&quot;2026-08-25&quot;:0.3},{&quot;2026-08-26&quot;:0.28},{&quot;2026-08-27&quot;:0.28},{&quot;2026-08-28&quot;:0.28},{&quot;2026-08-29&quot;:0.28},{&quot;2026-08-30&quot;:0.29},{&quot;2026-08-31&quot;:0.29},{&quot;2026-09-01&quot;:0.28},{&quot;2026-09-02&quot;:0.28},{&quot;2026-09-03&quot;:0.29},{&quot;2026-09-04&quot;:0.28},{&quot;2026-09-05&quot;:0.29},{&quot;2026-09-06&quot;:0.29},{&quot;2026-09-07&quot;:0.3},{&quot;2026-09-08&quot;:0.28},{&quot;2026-09-09&quot;:0.28},{&quot;2026-09-10&quot;:0.27},{&quot;2026-09-11&quot;:0.27}],&quot;normal&quot;:[{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.94},{&quot;2026-07-28&quot;:2.94},{&quot;2026-07-29&quot;:2.94},{&quot;2026-07-30&quot;:2.94},{&quot;2026-07-31&quot;:2.81},{&quot;2026-08-01&quot;:2.81},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.81},{&quot;2026-08-07&quot;:1.1},{&quot;2026-08-08&quot;:0.78},{&quot;2026-08-09&quot;:0.55},{&quot;2026-08-10&quot;:0.4},{&quot;2026-08-11&quot;:0.31},{&quot;2026-08-12&quot;:0.31},{&quot;2026-08-13&quot;:0.32},{&quot;2026-08-14&quot;:0.31},{&quot;2026-08-15&quot;:0.18},{&quot;2026-08-16&quot;:0.15},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.17},{&quot;2026-08-19&quot;:0.14},{&quot;2026-08-20&quot;:0.2},{&quot;2026-08-21&quot;:0.15},{&quot;2026-08-22&quot;:0.17},{&quot;2026-08-23&quot;:0.17},{&quot;2026-08-24&quot;:0.15},{&quot;2026-08-25&quot;:0.17},{&quot;2026-08-26&quot;:0.17},{&quot;2026-08-27&quot;:0.23},{&quot;2026-08-28&quot;:0.22},{&quot;2026-08-29&quot;:0.22},{&quot;2026-08-30&quot;:0.19},{&quot;2026-08-31&quot;:0.18},{&quot;2026-09-01&quot;:0.18},{&quot;2026-09-02&quot;:0.2},{&quot;2026-09-03&quot;:0.19},{&quot;2026-09-04&quot;:0.22},{&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.15},{&quot;2026-09-09&quot;:0.15},{&quot;2026-09-10&quot;:0.15},{&quot;2026-09-11&quot;:0.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Nasty Little Rabbit
        </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 — Rabbit</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="Nasty Little Rabbit" src="https://cards.scryfall.io/large/front/9/6/96bc7d25-2828-478a-8fe5-a1f4ede8c9c0.jpg?1785324620" />
    </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.14
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  46%
                </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.31
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;2026-08-01&quot;:4.0},{&quot;2026-08-02&quot;:4.0},{&quot;2026-08-03&quot;:4.0},{&quot;2026-08-04&quot;:4.0},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:0.95},{&quot;2026-08-08&quot;:0.62},{&quot;2026-08-09&quot;:0.54},{&quot;2026-08-10&quot;:0.32},{&quot;2026-08-11&quot;:0.33},{&quot;2026-08-12&quot;:0.31},{&quot;2026-08-13&quot;:0.31},{&quot;2026-08-14&quot;:0.33},{&quot;2026-08-15&quot;:0.31},{&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.23},{&quot;2026-08-20&quot;:0.24},{&quot;2026-08-21&quot;:0.28},{&quot;2026-08-22&quot;:0.3},{&quot;2026-08-23&quot;:0.31},{&quot;2026-08-24&quot;:0.29},{&quot;2026-08-25&quot;:0.26},{&quot;2026-08-26&quot;:0.27},{&quot;2026-08-27&quot;:0.25},{&quot;2026-08-28&quot;:0.25},{&quot;2026-08-29&quot;:0.25},{&quot;2026-08-30&quot;:0.26},{&quot;2026-08-31&quot;:0.25},{&quot;2026-09-01&quot;:0.25},{&quot;2026-09-02&quot;:0.26},{&quot;2026-09-03&quot;:0.27},{&quot;2026-09-04&quot;:0.28},{&quot;2026-09-05&quot;:0.3},{&quot;2026-09-06&quot;:0.3},{&quot;2026-09-07&quot;:0.29},{&quot;2026-09-08&quot;:0.31},{&quot;2026-09-09&quot;:0.3},{&quot;2026-09-10&quot;:0.29},{&quot;2026-09-11&quot;:0.31}],&quot;normal&quot;:[{&quot;2026-07-31&quot;:1.78},{&quot;2026-08-01&quot;:2.12},{&quot;2026-08-02&quot;:2.12},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.29},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:0.67},{&quot;2026-08-09&quot;:0.3},{&quot;2026-08-10&quot;:0.28},{&quot;2026-08-11&quot;:0.27},{&quot;2026-08-12&quot;:0.28},{&quot;2026-08-13&quot;:0.3},{&quot;2026-08-14&quot;:0.28},{&quot;2026-08-15&quot;:0.18},{&quot;2026-08-16&quot;:0.17},{&quot;2026-08-17&quot;:0.17},{&quot;2026-08-18&quot;:0.14},{&quot;2026-08-19&quot;:0.2},{&quot;2026-08-20&quot;:0.19},{&quot;2026-08-21&quot;:0.18},{&quot;2026-08-22&quot;:0.17},{&quot;2026-08-23&quot;:0.19},{&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.21},{&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.2},{&quot;2026-09-01&quot;:0.23},{&quot;2026-09-02&quot;:0.23},{&quot;2026-09-03&quot;:0.23},{&quot;2026-09-04&quot;:0.23},{&quot;2026-09-05&quot;:0.26},{&quot;2026-09-06&quot;:0.22},{&quot;2026-09-07&quot;:0.21},{&quot;2026-09-08&quot;:0.16},{&quot;2026-09-09&quot;:0.15},{&quot;2026-09-10&quot;:0.12},{&quot;2026-09-11&quot;:0.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Old Fat Spider" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/0/e0c0f842-40fe-4776-a988-a35216bcfd47.jpg?1785236709" />

        <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">
            Old Fat Spider
        </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 — Spider</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Old Fat Spider" src="https://cards.scryfall.io/large/front/e/0/e0c0f842-40fe-4776-a988-a35216bcfd47.jpg?1785236709" />
    </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.14
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  30%
                </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.30
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  20%
                </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-08-07&quot;:0.37},{&quot;2026-08-08&quot;:0.29},{&quot;2026-08-09&quot;:0.27},{&quot;2026-08-10&quot;:0.26},{&quot;2026-08-11&quot;:0.27},{&quot;2026-08-12&quot;:0.27},{&quot;2026-08-13&quot;:0.27},{&quot;2026-08-14&quot;:0.29},{&quot;2026-08-15&quot;:0.3},{&quot;2026-08-16&quot;:0.29},{&quot;2026-08-17&quot;:0.29},{&quot;2026-08-18&quot;:0.27},{&quot;2026-08-19&quot;:0.28},{&quot;2026-08-20&quot;:0.3},{&quot;2026-08-21&quot;:0.29},{&quot;2026-08-22&quot;:0.27},{&quot;2026-08-23&quot;:0.27},{&quot;2026-08-24&quot;:0.26},{&quot;2026-08-25&quot;:0.24},{&quot;2026-08-26&quot;:0.22},{&quot;2026-08-27&quot;:0.2},{&quot;2026-08-28&quot;:0.22},{&quot;2026-08-29&quot;:0.22},{&quot;2026-08-30&quot;:0.23},{&quot;2026-08-31&quot;:0.24},{&quot;2026-09-01&quot;:0.25},{&quot;2026-09-02&quot;:0.25},{&quot;2026-09-03&quot;:0.25},{&quot;2026-09-04&quot;:0.23},{&quot;2026-09-05&quot;:0.25},{&quot;2026-09-06&quot;:0.24},{&quot;2026-09-07&quot;:0.3},{&quot;2026-09-08&quot;:0.31},{&quot;2026-09-09&quot;:0.31},{&quot;2026-09-10&quot;:0.3},{&quot;2026-09-11&quot;:0.3}],&quot;normal&quot;:[{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:0.91},{&quot;2026-08-07&quot;:0.91},{&quot;2026-08-08&quot;:0.56},{&quot;2026-08-09&quot;:0.38},{&quot;2026-08-10&quot;:0.36},{&quot;2026-08-11&quot;:0.36},{&quot;2026-08-12&quot;:0.34},{&quot;2026-08-13&quot;:0.29},{&quot;2026-08-14&quot;:0.3},{&quot;2026-08-15&quot;:0.16},{&quot;2026-08-16&quot;:0.15},{&quot;2026-08-17&quot;:0.15},{&quot;2026-08-18&quot;:0.17},{&quot;2026-08-19&quot;:0.16},{&quot;2026-08-20&quot;:0.17},{&quot;2026-08-21&quot;:0.16},{&quot;2026-08-22&quot;:0.15},{&quot;2026-08-23&quot;:0.14},{&quot;2026-08-24&quot;:0.15},{&quot;2026-08-25&quot;:0.12},{&quot;2026-08-26&quot;:0.13},{&quot;2026-08-27&quot;:0.15},{&quot;2026-08-28&quot;:0.18},{&quot;2026-08-29&quot;:0.18},{&quot;2026-08-30&quot;:0.17},{&quot;2026-08-31&quot;:0.18},{&quot;2026-09-01&quot;:0.18},{&quot;2026-09-02&quot;:0.22},{&quot;2026-09-03&quot;:0.22},{&quot;2026-09-04&quot;:0.21},{&quot;2026-09-05&quot;:0.2},{&quot;2026-09-06&quot;:0.18},{&quot;2026-09-07&quot;:0.18},{&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.14}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="1469"
  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">
            Kjeldoran Pride
        </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="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="Kjeldoran Pride" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/8/a88d1c1a-b53e-459b-8a83-4d559177188a.jpg?1783947202" />

        <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">
            Kjeldoran Pride
        </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="Kjeldoran Pride" src="https://cards.scryfall.io/large/front/a/8/a88d1c1a-b53e-459b-8a83-4d559177188a.jpg?1783947202" />
    </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.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.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.12},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&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.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.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.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.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.14},{&quot;2026-08-29&quot;:0.14},{&quot;2026-08-30&quot;:0.14},{&quot;2026-08-31&quot;:0.14},{&quot;2026-09-01&quot;:0.14},{&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.14},{&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="1491"
  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">
            Reprisal
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              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="Reprisal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/3/839df85a-1aca-4d4b-b327-2778caa6d289.jpg?1783947199" />

        <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">
            Reprisal
        </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-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="Reprisal" src="https://cards.scryfall.io/large/front/8/3/839df85a-1aca-4d4b-b327-2778caa6d289.jpg?1783947199" />
    </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.13
              </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.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.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.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-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.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.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.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.16},{&quot;2026-07-25&quot;:0.16},{&quot;2026-07-26&quot;:0.16},{&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.17},{&quot;2026-08-03&quot;:0.17},{&quot;2026-08-04&quot;:0.17},{&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.16},{&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.16},{&quot;2026-08-14&quot;:0.16},{&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.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.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.14},{&quot;2026-09-01&quot;:0.14},{&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.14},{&quot;2026-09-06&quot;:0.14},{&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="6251"
  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">
            Remove Soul
        </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.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="Remove Soul" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/0/e0fa83df-57e8-4e4e-95af-9557869a34a3.jpg?1783947371" />

        <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">
            Remove Soul
        </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-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="Remove Soul" src="https://cards.scryfall.io/large/front/e/0/e0fa83df-57e8-4e4e-95af-9557869a34a3.jpg?1783947371" />
    </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>

            </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-08&quot;:0.15},{&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.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.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.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.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.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.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.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="6258"
  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">
            Wall of Vapor
        </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">
            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.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="Wall of Vapor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/0/309c1b2a-0230-4b66-84a0-32b8cd6d31eb.jpg?1783947370" />

        <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 Vapor
        </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wall of Vapor" src="https://cards.scryfall.io/large/front/3/0/309c1b2a-0230-4b66-84a0-32b8cd6d31eb.jpg?1783947370" />
    </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.13
              </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.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-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.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-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-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.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.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="6354"
  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">
            Cat Warriors
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Cat Warrior
      </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.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="Cat Warriors" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/9/d927c073-0198-4a32-b21a-ead7d8ac116f.jpg?1783947363" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Cat Warriors
        </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 Warrior</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cat Warriors" src="https://cards.scryfall.io/large/front/d/9/d927c073-0198-4a32-b21a-ead7d8ac116f.jpg?1783947363" />
    </div>

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

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

          <span class="text-lg font-medium text-nine-white">
            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.13
              </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.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.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.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.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.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&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.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.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="12712"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Elk
      </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">
              ↓
              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="Burnished Hart" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/98c3f711-7191-4621-b36e-6c1e281216e2.jpg?1783922681" />

        <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">
            Burnished Hart
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Elk</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="Burnished Hart" src="https://cards.scryfall.io/large/front/9/8/98c3f711-7191-4621-b36e-6c1e281216e2.jpg?1783922681" />
    </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.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.34
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  3%
                </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.31},{&quot;2026-06-14&quot;:0.31},{&quot;2026-06-15&quot;:0.31},{&quot;2026-06-16&quot;:0.31},{&quot;2026-06-17&quot;:0.31},{&quot;2026-06-18&quot;:0.33},{&quot;2026-06-19&quot;:0.33},{&quot;2026-06-20&quot;:0.33},{&quot;2026-06-21&quot;:0.33},{&quot;2026-06-22&quot;:0.33},{&quot;2026-06-23&quot;:0.33},{&quot;2026-06-24&quot;:0.33},{&quot;2026-06-25&quot;:0.33},{&quot;2026-06-26&quot;:0.33},{&quot;2026-06-27&quot;:0.33},{&quot;2026-06-28&quot;:0.33},{&quot;2026-06-29&quot;:0.33},{&quot;2026-06-30&quot;:0.33},{&quot;2026-07-01&quot;:0.33},{&quot;2026-07-02&quot;:0.33},{&quot;2026-07-03&quot;:0.33},{&quot;2026-07-04&quot;:0.33},{&quot;2026-07-05&quot;:0.33},{&quot;2026-07-06&quot;:0.33},{&quot;2026-07-07&quot;:0.33},{&quot;2026-07-08&quot;:0.33},{&quot;2026-07-09&quot;:0.33},{&quot;2026-07-10&quot;:0.33},{&quot;2026-07-11&quot;:0.34},{&quot;2026-07-12&quot;:0.34},{&quot;2026-07-13&quot;:0.34},{&quot;2026-07-14&quot;:0.34},{&quot;2026-07-15&quot;:0.34},{&quot;2026-07-16&quot;:0.34},{&quot;2026-07-17&quot;:0.34},{&quot;2026-07-18&quot;:0.34},{&quot;2026-07-19&quot;:0.35},{&quot;2026-07-20&quot;:0.35},{&quot;2026-07-21&quot;:0.35},{&quot;2026-07-22&quot;:0.35},{&quot;2026-07-23&quot;:0.35},{&quot;2026-07-24&quot;:0.35},{&quot;2026-07-25&quot;:0.35},{&quot;2026-07-26&quot;:0.35},{&quot;2026-07-27&quot;:0.35},{&quot;2026-07-28&quot;:0.35},{&quot;2026-07-29&quot;:0.35},{&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.36},{&quot;2026-08-08&quot;:0.36},{&quot;2026-08-09&quot;:0.35},{&quot;2026-08-10&quot;:0.35},{&quot;2026-08-11&quot;:0.35},{&quot;2026-08-12&quot;:0.35},{&quot;2026-08-13&quot;:0.35},{&quot;2026-08-14&quot;:0.35},{&quot;2026-08-15&quot;:0.35},{&quot;2026-08-16&quot;:0.35},{&quot;2026-08-17&quot;:0.35},{&quot;2026-08-18&quot;:0.35},{&quot;2026-08-19&quot;:0.35},{&quot;2026-08-20&quot;:0.35},{&quot;2026-08-21&quot;:0.35},{&quot;2026-08-22&quot;:0.35},{&quot;2026-08-23&quot;:0.35},{&quot;2026-08-24&quot;:0.35},{&quot;2026-08-25&quot;:0.34},{&quot;2026-08-26&quot;:0.34},{&quot;2026-08-27&quot;:0.34},{&quot;2026-08-28&quot;:0.34},{&quot;2026-08-29&quot;:0.34},{&quot;2026-08-30&quot;:0.34},{&quot;2026-08-31&quot;:0.34},{&quot;2026-09-01&quot;:0.34},{&quot;2026-09-02&quot;:0.34},{&quot;2026-09-03&quot;:0.34},{&quot;2026-09-04&quot;:0.34},{&quot;2026-09-05&quot;:0.33},{&quot;2026-09-06&quot;:0.34},{&quot;2026-09-07&quot;:0.34},{&quot;2026-09-08&quot;:0.34},{&quot;2026-09-09&quot;:0.34},{&quot;2026-09-10&quot;:0.34},{&quot;2026-09-11&quot;:0.34}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.19},{&quot;2026-06-14&quot;:0.18},{&quot;2026-06-15&quot;:0.18},{&quot;2026-06-16&quot;:0.18},{&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.16},{&quot;2026-06-22&quot;:0.16},{&quot;2026-06-23&quot;:0.16},{&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.18},{&quot;2026-06-28&quot;:0.18},{&quot;2026-06-29&quot;:0.18},{&quot;2026-06-30&quot;:0.18},{&quot;2026-07-01&quot;:0.18},{&quot;2026-07-02&quot;:0.2},{&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.19},{&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.18},{&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.17},{&quot;2026-07-20&quot;:0.18},{&quot;2026-07-21&quot;:0.18},{&quot;2026-07-22&quot;:0.17},{&quot;2026-07-23&quot;:0.18},{&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.17},{&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.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.17},{&quot;2026-08-09&quot;:0.17},{&quot;2026-08-10&quot;:0.17},{&quot;2026-08-11&quot;:0.17},{&quot;2026-08-12&quot;:0.16},{&quot;2026-08-13&quot;:0.16},{&quot;2026-08-14&quot;:0.16},{&quot;2026-08-15&quot;:0.16},{&quot;2026-08-16&quot;:0.15},{&quot;2026-08-17&quot;:0.16},{&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.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.14},{&quot;2026-08-28&quot;:0.14},{&quot;2026-08-29&quot;:0.14},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.14},{&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.15},{&quot;2026-09-06&quot;:0.15},{&quot;2026-09-07&quot;:0.15},{&quot;2026-09-08&quot;:0.15},{&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="12900"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-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">
            7 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="Island" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/9/e905b6c5-1874-4d3b-8181-bc4bfab73bd7.jpg?1783928672" />

        <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/e/9/e905b6c5-1874-4d3b-8181-bc4bfab73bd7.jpg?1783928672" />
    </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.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.15},{&quot;2026-06-14&quot;:0.15},{&quot;2026-06-15&quot;:0.16},{&quot;2026-06-16&quot;:0.16},{&quot;2026-06-17&quot;:0.16},{&quot;2026-06-18&quot;:0.16},{&quot;2026-06-19&quot;:0.16},{&quot;2026-06-20&quot;:0.16},{&quot;2026-06-21&quot;:0.16},{&quot;2026-06-22&quot;:0.16},{&quot;2026-06-23&quot;:0.16},{&quot;2026-06-24&quot;:0.16},{&quot;2026-06-25&quot;:0.16},{&quot;2026-06-26&quot;:0.16},{&quot;2026-06-27&quot;:0.16},{&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.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.15},{&quot;2026-07-19&quot;:0.14},{&quot;2026-07-20&quot;:0.14},{&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.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.14},{&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.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.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.14},{&quot;2026-09-01&quot;:0.14},{&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.14},{&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.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="20133"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-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">
            Militia Bugler
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-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="Militia Bugler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/f/5fe9413b-5702-4998-aed7-d3a1102a8d7e.jpg?1783921931" />

        <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">
            Militia Bugler
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Militia Bugler" src="https://cards.scryfall.io/large/front/5/f/5fe9413b-5702-4998-aed7-d3a1102a8d7e.jpg?1783921931" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="26181"
  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-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">
            Heroism
        </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.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="Heroism" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/08ee87a0-a7eb-4472-9045-85d11e8a1501.jpg?1783947919" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Heroism" src="https://cards.scryfall.io/large/front/0/8/08ee87a0-a7eb-4472-9045-85d11e8a1501.jpg?1783947919" />
    </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>

            </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.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.14},{&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-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.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.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.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="26271"
  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.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="Homarid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18f1cc24-a5fc-43cc-b558-ac7901c48b81.jpg?1783947912" />

        <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/1/8/18f1cc24-a5fc-43cc-b558-ac7901c48b81.jpg?1783947912" />
    </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>

            </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.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.13},{&quot;2026-07-10&quot;:0.13},{&quot;2026-07-11&quot;:0.13},{&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.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-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.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.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.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="26295"
  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">
            Merseine
        </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.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="Merseine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5c7fb804-65ba-477e-93e8-eea101c1521e.jpg?1783947910" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Merseine" src="https://cards.scryfall.io/large/front/5/c/5c7fb804-65ba-477e-93e8-eea101c1521e.jpg?1783947910" />
    </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>

            </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.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-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.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.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="26320"
  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">
            Tidal Flats
        </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.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="Tidal Flats" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/4/445c4767-6261-449c-bb57-713e2a2bb0bf.jpg?1783947908" />

        <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">
            Tidal Flats
        </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-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="Tidal Flats" src="https://cards.scryfall.io/large/front/4/4/445c4767-6261-449c-bb57-713e2a2bb0bf.jpg?1783947908" />
    </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>

            </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.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.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.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.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.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="27848"
  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">
            Flare
        </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.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="Flare" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/abc046c2-be9b-4f93-ac7d-e7dea6c4df9a.jpg?1783946913" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Flare" src="https://cards.scryfall.io/large/front/a/b/abc046c2-be9b-4f93-ac7d-e7dea6c4df9a.jpg?1783946913" />
    </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>

            </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.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.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.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.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="29645"
  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">
            Disenchant
        </span>


      </div>

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

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

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

          <span class="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="Disenchant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/9/a915f261-2cdc-499c-9163-da5b628b0127.jpg?1783947871" />

        <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">
            Disenchant
        </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-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="Disenchant" src="https://cards.scryfall.io/large/front/a/9/a915f261-2cdc-499c-9163-da5b628b0127.jpg?1783947871" />
    </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.13
              </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.12},{&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.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.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&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.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.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="29685"
  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">
            Morale
        </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">
            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.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="Morale" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/5/b52cdfe3-fca1-420c-b5c0-2366ea58345b.jpg?1783947868" />

        <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">
            Morale
        </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-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="Morale" src="https://cards.scryfall.io/large/front/b/5/b52cdfe3-fca1-420c-b5c0-2366ea58345b.jpg?1783947868" />
    </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.13
              </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.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.09},{&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.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.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.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&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.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="29691"
  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-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">
            Osai Vultures
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Bird
      </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.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="Osai Vultures" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/a/da915d3c-8d43-44c2-9052-08c1cd2afa7b.jpg?1783947867" />

        <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">
            Osai Vultures
        </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 — Bird</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="Osai Vultures" src="https://cards.scryfall.io/large/front/d/a/da915d3c-8d43-44c2-9052-08c1cd2afa7b.jpg?1783947867" />
    </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.13
              </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.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.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.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.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.14},{&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.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="29718"
  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">
            Samite Healer
        </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">
            6 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="Samite Healer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b354858f-d25b-4264-8a0b-fecc3a58db6d.jpg?1783947865" />

        <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">
            Samite Healer
        </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>
          </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="Samite Healer" src="https://cards.scryfall.io/large/front/b/3/b354858f-d25b-4264-8a0b-fecc3a58db6d.jpg?1783947865" />
    </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.13
              </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.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.1},{&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.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.15},{&quot;2026-08-31&quot;:0.14},{&quot;2026-09-01&quot;:0.14},{&quot;2026-09-02&quot;:0.14},{&quot;2026-09-03&quot;:0.14},{&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="29856"
  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">
            Power Leak
        </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="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="Power Leak" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/99f235d7-8f6b-4d17-bc36-6f2cb6d5deec.jpg?1783947855" />

        <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">
            Power Leak
        </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-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="Power Leak" src="https://cards.scryfall.io/large/front/9/9/99f235d7-8f6b-4d17-bc36-6f2cb6d5deec.jpg?1783947855" />
    </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.13
              </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.08},{&quot;2026-06-10&quot;:0.08},{&quot;2026-06-11&quot;:0.08},{&quot;2026-06-12&quot;:0.08},{&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.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-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.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-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.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.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.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.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="29868"
  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">
            Psychic Venom
        </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">
            8 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="Psychic Venom" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/3/138db623-393d-485a-8fa8-f1b1b933fce5.jpg?1783947854" />

        <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">
            Psychic Venom
        </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-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="Psychic Venom" src="https://cards.scryfall.io/large/front/1/3/138db623-393d-485a-8fa8-f1b1b933fce5.jpg?1783947854" />
    </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">
            8
          </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>


      <!-- 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.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.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.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.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.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.11},{&quot;2026-09-01&quot;:0.11},{&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="29909"
  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">
            Unsummon
        </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">
            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">
              ↑
              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="Unsummon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/338948aa-463d-4af4-a0d6-64132512334c.jpg?1783947849" />

        <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">
            Unsummon
        </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="Unsummon" src="https://cards.scryfall.io/large/front/3/3/338948aa-463d-4af4-a0d6-64132512334c.jpg?1783947849" />
    </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.13
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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-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.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.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.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.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.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="30007"
  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-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">
            Junún Efreet
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Efreet
      </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">
              ↓
              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="Junún Efreet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/9/398a2b0f-0b91-408c-8083-3bc89873b69f.jpg?1783947842" />

        <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">
            Junún Efreet
        </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 — Efreet</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="Junún Efreet" src="https://cards.scryfall.io/large/front/3/9/398a2b0f-0b91-408c-8083-3bc89873b69f.jpg?1783947842" />
    </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.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.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.13},{&quot;2026-06-26&quot;:0.13},{&quot;2026-06-27&quot;:0.13},{&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.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.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.14},{&quot;2026-09-01&quot;:0.14},{&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.14},{&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.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="30013"
  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">
            Lost Soul
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Spirit Minion
      </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="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="Lost Soul" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/6/66b875b1-e534-4ed8-9ebd-8f4d5a066e7d.jpg?1783947841" />

        <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">
            Lost Soul
        </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 Minion</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="Lost Soul" src="https://cards.scryfall.io/large/front/6/6/66b875b1-e534-4ed8-9ebd-8f4d5a066e7d.jpg?1783947841" />
    </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.13
              </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.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.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.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.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.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.12},{&quot;2026-08-27&quot;:0.12},{&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.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.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="30022"
  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">
            Murk Dwellers
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Zombie
      </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="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="Murk Dwellers" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/7/7731dc37-2eac-4e60-bb0f-6230205a5323.jpg?1783947841" />

        <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">
            Murk Dwellers
        </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 — Zombie</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Murk Dwellers" src="https://cards.scryfall.io/large/front/7/7/7731dc37-2eac-4e60-bb0f-6230205a5323.jpg?1783947841" />
    </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.13
              </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.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&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.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&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.14},{&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.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.13},{&quot;2026-08-28&quot;:0.13},{&quot;2026-08-29&quot;:0.13},{&quot;2026-08-30&quot;:0.14},{&quot;2026-08-31&quot;:0.14},{&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="30030"
  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">
            Paralyze
        </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="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="Paralyze" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/0/d0bcad9a-b69c-434a-8d48-6b727bd8e382.jpg?1783947839" />

        <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">
            Paralyze
        </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>
          </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="Paralyze" src="https://cards.scryfall.io/large/front/d/0/d0bcad9a-b69c-434a-8d48-6b727bd8e382.jpg?1783947839" />
    </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>

        <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.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-28&quot;:0.11},{&quot;2026-07-29&quot;:0.11},{&quot;2026-07-30&quot;:0.11},{&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.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.15},{&quot;2026-08-19&quot;:0.15},{&quot;2026-08-20&quot;:0.15},{&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.15},{&quot;2026-08-29&quot;:0.15},{&quot;2026-08-30&quot;:0.15},{&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.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="30115"
  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-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">
            Burrowing
        </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.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="Burrowing" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/946f1a83-6fcc-45b0-91fc-9c75504a16f3.jpg?1783947833" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Burrowing" src="https://cards.scryfall.io/large/front/9/4/946f1a83-6fcc-45b0-91fc-9c75504a16f3.jpg?1783947833" />
    </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>

            </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.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.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.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.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.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="30221"
  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-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">
            Pyrotechnics
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              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="Pyrotechnics" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/e/5e32142d-b161-4497-a6cd-ba4c67e16a6f.jpg?1783947825" />

        <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">
            Pyrotechnics
        </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-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="Pyrotechnics" src="https://cards.scryfall.io/large/front/5/e/5e32142d-b161-4497-a6cd-ba4c67e16a6f.jpg?1783947825" />
    </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-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-10&quot;:0.13},{&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.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.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.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.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.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.14},{&quot;2026-09-01&quot;:0.14},{&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.14},{&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.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="30232"
  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">
            Sisters of the Flame
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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.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="Sisters of the Flame" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a39ab53c-133a-4211-8499-aea00ed3ee1d.jpg?1783947824" />

        <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">
            Sisters of the Flame
        </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 Shaman</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sisters of the Flame" src="https://cards.scryfall.io/large/front/a/3/a39ab53c-133a-4211-8499-aea00ed3ee1d.jpg?1783947824" />
    </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.13
              </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.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.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-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-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.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.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.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="30238"
  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-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">
            Stone Giant
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Giant
      </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="Stone Giant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/265de55e-63d2-4a5d-9078-858da70f2a08.jpg?1783947823" />

        <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">
            Stone Giant
        </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 — Giant</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-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="Stone Giant" src="https://cards.scryfall.io/large/front/2/6/265de55e-63d2-4a5d-9078-858da70f2a08.jpg?1783947823" />
    </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>


      <!-- 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.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.13},{&quot;2026-07-15&quot;:0.13},{&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.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.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.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.14},{&quot;2026-08-28&quot;:0.14},{&quot;2026-08-29&quot;:0.14},{&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.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="30309"
  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 Growth
        </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">
            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.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="Giant Growth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/6/c6ce96a5-76f1-48ca-854d-a37fb6a023a0.jpg?1783947817" />

        <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 Growth
        </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="Giant Growth" src="https://cards.scryfall.io/large/front/c/6/c6ce96a5-76f1-48ca-854d-a37fb6a023a0.jpg?1783947817" />
    </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.13
              </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.13},{&quot;2026-06-10&quot;:0.13},{&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.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-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.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.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.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="30368"
  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">
            Scryb Sprites
        </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">
            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="Scryb Sprites" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/8/281e8da8-1383-460e-b74e-ad56f1b6d007.jpg?1783947813" />

        <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">
            Scryb Sprites
        </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-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="Scryb Sprites" src="https://cards.scryfall.io/large/front/2/8/281e8da8-1383-460e-b74e-ad56f1b6d007.jpg?1783947813" />
    </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>

        <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-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.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.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.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.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-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.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.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="30436"
  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">
            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">
            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.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="Amulet of Kroog" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/f/3fc1716d-5817-49f4-a9db-c162e6ceacbf.jpg?1783947809" />

        <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/3/f/3fc1716d-5817-49f4-a9db-c162e6ceacbf.jpg?1783947809" />
    </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.13
              </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.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-23&quot;:0.1},{&quot;2026-06-24&quot;:0.09},{&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.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.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-28&quot;:0.07},{&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.1},{&quot;2026-08-03&quot;:0.1},{&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.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.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.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="33143"
  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">
            Aysen Bureaucrats
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $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="Aysen Bureaucrats" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/91170faf-3143-4fa8-88d6-eef72e1f5459.jpg?1783947304" />

        <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">
            Aysen Bureaucrats
        </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 Advisor</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="Aysen Bureaucrats" src="https://cards.scryfall.io/large/front/9/1/91170faf-3143-4fa8-88d6-eef72e1f5459.jpg?1783947304" />
    </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">
                  ↑
                  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.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.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.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.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-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.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.13},{&quot;2026-09-01&quot;:0.13},{&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.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="33472"
  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">
            Folk of An-Havva
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human
      </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">
              ↑
              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="Folk of An-Havva" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/4118c563-08a7-4654-973e-ab9c454f00f9.jpg?1783947280" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Folk of An-Havva
        </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</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="Folk of An-Havva" src="https://cards.scryfall.io/large/front/4/1/4118c563-08a7-4654-973e-ab9c454f00f9.jpg?1783947280" />
    </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.13
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.14},{&quot;2026-06-11&quot;:0.14},{&quot;2026-06-12&quot;:0.14},{&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.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.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-23&quot;:0.17},{&quot;2026-07-25&quot;:0.16},{&quot;2026-07-26&quot;:0.16},{&quot;2026-07-27&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.16},{&quot;2026-08-07&quot;:0.16},{&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.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.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.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.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="33493"
  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">
            Arenson&#39;s Aura
        </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.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="Arenson&#39;s Aura" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/9/f94f3e87-1b39-49a8-ad0d-f18c854e298a.jpg?1783947530" />

        <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">
            Arenson&#39;s Aura
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Arenson&#39;s Aura" src="https://cards.scryfall.io/large/front/f/9/f94f3e87-1b39-49a8-ad0d-f18c854e298a.jpg?1783947530" />
    </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>

            </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.1},{&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.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-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.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.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.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.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.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.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="33504"
  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">
            Blessed Wine
        </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.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="Blessed Wine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/b/6b9a92f9-9bbc-4887-9fbc-0f7212fd5e66.jpg?1783947531" />

        <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">
            Blessed Wine
        </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-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="Blessed Wine" src="https://cards.scryfall.io/large/front/6/b/6b9a92f9-9bbc-4887-9fbc-0f7212fd5e66.jpg?1783947531" />
    </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.13
              </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.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.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.16},{&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.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.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.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.14},{&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.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.14},{&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.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.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.14},{&quot;2026-09-01&quot;:0.14},{&quot;2026-09-02&quot;:0.14},{&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="33538"
  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">
            Cooperation
        </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.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="Cooperation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/1/21a815ed-c8b4-4414-8b27-ea612e2977e2.jpg?1783947526" />

        <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">
            Cooperation
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cooperation" src="https://cards.scryfall.io/large/front/2/1/21a815ed-c8b4-4414-8b27-ea612e2977e2.jpg?1783947526" />
    </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.13
              </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.18},{&quot;2026-06-11&quot;:0.18},{&quot;2026-06-12&quot;:0.17},{&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.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.16},{&quot;2026-06-27&quot;:0.16},{&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.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.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.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.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.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="33656"
  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">
            Warning
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              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="Warning" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cca5b4a7-df11-4635-a147-df12cd13a67c.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">
            Warning
        </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="Warning" src="https://cards.scryfall.io/large/front/c/c/cca5b4a7-df11-4635-a147-df12cd13a67c.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">
            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.13
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.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.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.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.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.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.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="33862"
  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">
            Dark Banishing
        </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.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="Dark Banishing" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/7/f7dc2716-ed62-4797-ad2b-227eca5408d0.jpg?1783947504" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dark Banishing" src="https://cards.scryfall.io/large/front/f/7/f7dc2716-ed62-4797-ad2b-227eca5408d0.jpg?1783947504" />
    </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>

            </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.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.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.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.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.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.13},{&quot;2026-07-26&quot;:0.13},{&quot;2026-07-27&quot;:0.13},{&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.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.13},{&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.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.15},{&quot;2026-09-07&quot;:0.15},{&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
      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 8801-8850 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=176&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=176&amp;username=denvermullets" rel="prev">176</a><a role="link" aria-disabled="true" aria-current="page">177</a><a href="/load_collection?direction=asc&amp;page=178&amp;username=denvermullets" rel="next">178</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=178&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="96233"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              267
            </td>

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96244"
          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">
              94
            </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>
              Centaur Vinecrasher


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      36%
                    </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="96244"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96244" src="/boxset_card/96244?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      36%
                    </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.32
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108786"
          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">
              73
            </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>
              Arcane Omens


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109260"
          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">
              207
            </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>
              Old-Growth Educator


            </td>

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elephant 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-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.14

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112506"
          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-hob ss-uncommon ss-fw ss-2x mr-4"></i>
              Eagle of the Great Shelf


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Bird 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-4'></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.14

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      22%
                    </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="112506"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112506" src="/boxset_card/112506?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-uncommon ss-fw ss-2x mr-4"></i>
              Sound the Trumpets


            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-uncommon ss-fw ss-2x mr-4"></i>
              Gollum the Abandoned


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      22%
                    </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.00
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-uncommon ss-fw ss-2x mr-4"></i>
              Nasty Little Rabbit


            </td>

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      46%
                    </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.00
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-uncommon ss-fw ss-2x mr-4"></i>
              Old Fat Spider


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      30%
                    </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="112779"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112779" src="/boxset_card/112779?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="1469"
          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">
              9b
            </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>
              Kjeldoran Pride


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="1491"
          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">
              13b
            </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>
              Reprisal


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="6258"
          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-chr ss-common ss-fw ss-2x mr-4"></i>
              Wall of Vapor


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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Elk
            </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.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.09
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-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.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.92
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="26271"
          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">
              19d
            </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.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.20
            </td>
        </tr>

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="26320"
          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">
              27c
            </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>
              Tidal Flats


            </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-u'></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.21
            </td>
        </tr>

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

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

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


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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29685"
          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">
              36
            </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>
              Morale


            </td>

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

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

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

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

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29718"
          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-4ed ss-common ss-fw ss-2x mr-4"></i>
              Samite Healer


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29856"
          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-4ed ss-common ss-fw ss-2x mr-4"></i>
              Power Leak


            </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-u'></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.25
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29868"
          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">
              96
            </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>
              Psychic Venom


            </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-u'></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.19
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29909"
          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">
              111
            </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>
              Unsummon


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30007"
          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">
              143
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Junún Efreet


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Efreet
            </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.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.00
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30013"
          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">
              145
            </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>
              Lost Soul


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spirit Minion
            </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.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.27
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30022"
          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">
              148
            </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>
              Murk Dwellers


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30030"
          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">
              151
            </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>
              Paralyze


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30115"
          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">
              180
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Burrowing


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

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

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

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30232"
          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">
              221
            </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>
              Sisters of the Flame


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30238"
          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">
              223
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Stone Giant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Giant
            </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-r'></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.11
            </td>
        </tr>

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

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

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


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30368"
          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-4ed ss-common ss-fw ss-2x mr-4"></i>
              Scryb Sprites


            </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-g'></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">
                $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.00
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed 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.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.11
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33143"
          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">
              3a
            </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>
              Aysen Bureaucrats


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Advisor
            </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.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="33143"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33143" src="/boxset_card/33143?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33472"
          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">
              87b
            </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>
              Folk of An-Havva


            </td>

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33538"
          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">
              18
            </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>
              Cooperation


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33656"
          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">
              55
            </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>
              Warning


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33862"
          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">
              119
            </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>
              Dark Banishing


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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="33862"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33862" src="/boxset_card/33862?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 8801-8850 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=176&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=176&amp;username=denvermullets" rel="prev">176</a><a role="link" aria-disabled="true" aria-current="page">177</a><a href="/load_collection?direction=asc&amp;page=178&amp;username=denvermullets" rel="next">178</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=178&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>