/* TCG EGY customer storefront v2. Every rule is scoped to .storefront-v2 so
   this layer cannot repaint the admin console that shares the document. */

.storefront-v2{
  width:100%;max-width:none;min-height:100vh;margin:0;padding:0;overflow:visible;
  color:var(--sf-text);background:var(--sf-bg);font-family:var(--k-sans);font-size:16px;line-height:1.55;
  --sf-content:min(1440px,calc(100vw - 64px));
}
.storefront-v2 *{box-sizing:border-box}
.storefront-v2 img{max-width:100%}
.storefront-v2 button,.storefront-v2 input,.storefront-v2 select,.storefront-v2 textarea{font:inherit}
.storefront-v2 a,.storefront-v2 button,.storefront-v2 input,.storefront-v2 select,.storefront-v2 textarea{outline:none}
.storefront-v2 a:focus-visible,.storefront-v2 button:focus-visible,.storefront-v2 input:focus-visible,.storefront-v2 select:focus-visible,.storefront-v2 textarea:focus-visible{outline:2px solid var(--sf-accent);outline-offset:3px}
.storefront-v2 .storefront-content{width:var(--sf-content);min-height:50vh;margin:0 auto;padding:0 0 80px}
.storefront-v2 h1,.storefront-v2 h2,.storefront-v2 h3,.storefront-v2 h4,.storefront-v2 p{margin-top:0}
.storefront-v2 h1,.storefront-v2 h2,.storefront-v2 h3{color:var(--sf-text);font-family:var(--k-sans);letter-spacing:-.035em}
.storefront-v2 h1{font-size:clamp(2.45rem,5vw,5.5rem);line-height:.98;font-weight:800}
.storefront-v2 h2{font-size:clamp(1.65rem,3vw,2.6rem);line-height:1.1;font-weight:750}
.storefront-v2 h3{font-size:1rem;line-height:1.35;font-weight:700}
.storefront-v2 .eyebrow,.storefront-v2 .section-kicker{margin:0 0 12px;color:var(--sf-accent);font-family:var(--k-mono);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.storefront-v2 .button{min-height:48px;height:auto;padding:12px 20px;border:1px solid transparent;border-radius:var(--sf-radius-sm);font-size:.9rem;font-weight:700;letter-spacing:0;text-transform:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.storefront-v2 .button:hover{transform:translateY(-1px)}
.storefront-v2 .button-primary{color:var(--sf-on-accent);background:var(--sf-accent);box-shadow:none}
.storefront-v2 .button-primary:hover{color:var(--sf-on-accent);background:var(--sf-accent-hover)}
.storefront-v2 .button-outline{color:var(--sf-text);border-color:var(--sf-border-strong);background:var(--sf-surface)}
.storefront-v2 .button-ghost{color:var(--sf-text);border-color:var(--sf-border);background:transparent}
.storefront-v2 .button:disabled{cursor:not-allowed;opacity:.45;transform:none}
.storefront-v2 .text-link{display:inline-flex;align-items:center;gap:8px;color:var(--sf-text);font-size:.9rem;font-weight:700}
.storefront-v2 .skip-link{position:fixed;z-index:200;top:12px;left:12px;padding:10px 14px;color:var(--sf-on-accent);background:var(--sf-accent);border-radius:var(--sf-radius-sm);transform:translateY(-150%)}
.storefront-v2 .skip-link:focus{transform:translateY(0)}

/* Header and search */
.storefront-v2 .site-header{position:sticky;z-index:80;top:0;display:block;min-height:0;border:0;border-bottom:1px solid var(--sf-border);background:var(--sf-overlay);backdrop-filter:blur(18px)}
.storefront-v2 .header-main{width:var(--sf-content);min-height:82px;margin:auto;display:grid;grid-template-columns:210px minmax(320px,720px) auto;align-items:center;gap:24px}
.storefront-v2 .brand{min-width:0;gap:10px}
.storefront-v2 .brand-mark{width:42px;height:42px;flex:0 0 42px}
.storefront-v2 .brand-mark:before{border-color:var(--sf-accent)}
.storefront-v2 .brand-mark i{border-color:var(--sf-accent);background:var(--sf-surface-raised)}
.storefront-v2 .brand strong{font-size:1.35rem;letter-spacing:.04em}
.storefront-v2 .brand em{color:var(--sf-accent)}
.storefront-v2 .brand small{margin-top:5px;color:var(--sf-text-muted);font-size:.62rem;letter-spacing:.15em}
.storefront-v2 .global-search{position:relative;min-height:48px;display:grid;grid-template-columns:22px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:5px 6px 5px 16px;border:1px solid var(--sf-border-strong);border-radius:12px;background:var(--sf-surface)}
.storefront-v2 .global-search>i{color:var(--sf-text-muted);font-size:1rem}
.storefront-v2 .global-search input{width:100%;height:36px;padding:0;border:0;color:var(--sf-text);background:transparent;font-size:.9rem}
.storefront-v2 .global-search input::placeholder{color:var(--sf-text-faint)}
.storefront-v2 .search-clear{width:34px;height:34px;display:grid;place-items:center;border:0;color:var(--sf-text-muted);background:transparent;border-radius:50%;cursor:pointer}
.storefront-v2 .search-submit{height:36px;display:flex;align-items:center;gap:8px;padding:0 14px;border:0;border-radius:7px;color:var(--sf-on-accent);background:var(--sf-accent);font-size:.8rem;font-weight:700;cursor:pointer}
.storefront-v2 .search-suggestions{position:absolute;z-index:90;top:calc(100% + 8px);left:0;right:0;max-height:min(620px,70vh);overflow:auto;padding:10px;border:1px solid var(--sf-border-strong);border-radius:var(--sf-radius);background:var(--sf-surface-raised);box-shadow:var(--sf-shadow)}
.storefront-v2 .search-group-label{margin:8px 8px 6px;color:var(--sf-text-faint);font-family:var(--k-mono);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.storefront-v2 .search-suggestions>button:not(.see-all-results){width:100%;min-height:58px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px;border:0;border-radius:8px;color:var(--sf-text);background:transparent;text-align:left;cursor:pointer}
.storefront-v2 .search-suggestions>button:hover{background:var(--sf-surface-hover)}
.storefront-v2 .suggestion-card{width:42px;height:50px;display:grid;place-items:center;overflow:hidden;border-radius:5px;background:var(--sf-surface)}
.storefront-v2 .suggestion-card img{width:100%;height:100%;object-fit:contain}
.storefront-v2 .search-suggestions button b{display:block;font-size:.88rem}
.storefront-v2 .search-suggestions button small{display:block;margin-top:2px;color:var(--sf-text-muted);font-size:.76rem}
.storefront-v2 .search-suggestions button strong{color:var(--sf-accent);font-family:var(--k-mono);font-size:.78rem}
.storefront-v2 .search-chip-row{display:flex;flex-wrap:wrap;gap:7px;padding:2px 8px 8px}
.storefront-v2 .search-chip-row button{min-height:34px;padding:6px 10px;border:1px solid var(--sf-border);border-radius:999px;color:var(--sf-text);background:var(--sf-surface);font-size:.76rem;cursor:pointer}
.storefront-v2 .search-suggestions>.see-all-results{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:6px;border:0;border-radius:8px;color:var(--sf-on-accent);background:var(--sf-accent);font-size:.8rem;font-weight:700;cursor:pointer}
.storefront-v2 .header-actions{justify-content:flex-end;gap:10px}
.storefront-v2 .header-action{position:relative;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 6px;border:0;border-radius:8px;color:var(--sf-text);background:transparent;cursor:pointer;text-align:left;font-size:.76rem;font-weight:700}
.storefront-v2 .header-action:hover{color:var(--sf-accent);background:var(--sf-surface-hover)}
.storefront-v2 .header-action>i{font-size:1.2rem}
.storefront-v2 .header-action span{display:block;max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.storefront-v2 .cart-button em{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;border-radius:999px;color:var(--sf-on-accent);background:var(--sf-accent);font-size:.68rem;font-style:normal;font-weight:800}
.storefront-v2 .mobile-menu-button{display:none;width:46px;height:46px;border:1px solid var(--sf-border);border-radius:10px;color:var(--sf-text);background:var(--sf-surface);font-size:1.35rem}
.storefront-v2 .mobile-menu-backdrop{display:none}
.storefront-v2 .primary-nav{width:var(--sf-content);min-height:46px;margin:auto;display:flex;align-items:center;gap:28px;padding:0;border:0;overflow:visible}
.storefront-v2 .primary-nav a{position:relative;display:flex;align-items:center;gap:7px;min-height:46px;color:var(--sf-text-muted);font-size:.78rem;font-weight:650;white-space:nowrap}
.storefront-v2 .primary-nav a:hover,.storefront-v2 .primary-nav a.active{color:var(--sf-text)}
.storefront-v2 .primary-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--sf-accent)}
.storefront-v2 .nav-live-dot{width:7px;height:7px;border-radius:50%;background:var(--sf-live);box-shadow:0 0 0 4px var(--sf-live-soft)}
.storefront-v2 .nav-assurance{margin-left:auto;display:flex;align-items:center;gap:7px;color:var(--sf-text-faint);font-size:.72rem}

/* Shared page headings, sections and states */
.storefront-v2 .page-hero{min-height:360px;margin:32px 0 52px;padding:56px clamp(28px,6vw,84px);display:flex;align-items:center;justify-content:space-between;gap:48px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:linear-gradient(135deg,var(--sf-surface-raised),var(--sf-surface));overflow:hidden}
.storefront-v2 .page-hero>div:first-child{max-width:760px}.storefront-v2 .page-hero h1{margin-bottom:20px;font-size:clamp(2.8rem,5vw,5rem)}.storefront-v2 .page-hero h1 span{color:var(--sf-accent)}.storefront-v2 .page-hero p:not(.eyebrow){max-width:650px;margin-bottom:24px;color:var(--sf-text-muted);font-size:1.05rem}
.storefront-v2 .section-heading,.storefront-v2 .tf-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.storefront-v2 .section-heading h2,.storefront-v2 .tf-heading h2{margin:0}.storefront-v2 .section-heading>div>p:last-child{margin:8px 0 0;color:var(--sf-text-muted)}
.storefront-v2 .tf-heading>a,.storefront-v2 .section-heading>a{display:flex;align-items:center;gap:8px;color:var(--sf-text);font-size:.85rem;font-weight:700}
.storefront-v2 .tf-section{padding:72px 0 0}
.storefront-v2 .empty-state{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 24px;border:1px dashed var(--sf-border-strong);border-radius:var(--sf-radius-lg);background:var(--sf-surface);text-align:center}
.storefront-v2 .empty-state>i{width:64px;height:64px;display:grid;place-items:center;margin-bottom:20px;border-radius:50%;color:var(--sf-accent);background:var(--sf-surface-raised);font-size:1.6rem}.storefront-v2 .empty-state h1,.storefront-v2 .empty-state h2{max-width:680px;margin-bottom:12px}.storefront-v2 .empty-state p:not(.section-kicker){max-width:540px;color:var(--sf-text-muted)}
.storefront-v2 .inline-empty-state{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .inline-empty-state>i{font-size:1.35rem;color:var(--sf-text-muted)}.storefront-v2 .inline-empty-state b,.storefront-v2 .inline-empty-state small{display:block}.storefront-v2 .inline-empty-state small{color:var(--sf-text-muted);font-size:.8rem}
.storefront-v2 .route-error{margin:60px 0}.storefront-v2 .route-error>div{display:flex;gap:10px;margin-top:12px}.storefront-v2 .route-error code{color:var(--sf-text-muted)}

/* Home */
.storefront-v2 .stage{min-height:650px;margin:28px 0 0;padding:clamp(36px,6vw,84px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:72px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:radial-gradient(circle at 82% 12%,var(--k-accent-soft),transparent 30%),linear-gradient(135deg,var(--sf-surface-raised),var(--sf-bg));overflow:hidden}
.storefront-v2 .collector-stage{display:block;height:clamp(600px,43vw,650px);min-height:0;padding:0;background:var(--sf-bg)}
.storefront-v2 .stage-copy{position:relative;z-index:2;text-align:left}.storefront-v2 .stage-eyebrow{margin-bottom:18px;color:var(--sf-accent);font-family:var(--k-mono);font-size:.78rem;font-weight:600;letter-spacing:.14em}.storefront-v2 .stage-copy h1{max-width:820px;margin-bottom:24px}.storefront-v2 .stage-copy h1 span{display:block;color:var(--sf-accent)}.storefront-v2 .stage-description{max-width:650px;margin-bottom:30px;color:var(--sf-text-muted);font-size:1.05rem;line-height:1.75}.storefront-v2 .stage-actions{display:flex;flex-wrap:wrap;gap:10px}
.storefront-v2 .stage-rail-controls{position:static;display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:30px}.storefront-v2 .stage-step{width:38px;height:38px;border:1px solid var(--sf-border);border-radius:50%;color:var(--sf-text);background:var(--sf-surface);cursor:pointer}.storefront-v2 .stage-count{color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .stage-progress{width:80px;height:2px;overflow:hidden;background:var(--sf-border)}.storefront-v2 .stage-progress i{display:block;width:100%;height:100%;background:var(--sf-accent)}.storefront-v2 .stage-dots{display:flex;gap:5px}.storefront-v2 .stage-dots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:var(--sf-border-strong)}.storefront-v2 .stage-dots button[aria-current=true]{background:var(--sf-accent)}
.storefront-v2 .hero-card-showcase{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center;perspective:1100px}.storefront-v2 .hero-product-card{position:absolute;width:min(240px,43%);text-align:center}.storefront-v2 .hero-product-card:nth-child(1){z-index:3;transform:translateY(-4px)}.storefront-v2 .hero-product-card:nth-child(2){z-index:2;transform:translate(-72%,24px) rotate(-8deg) scale(.9)}.storefront-v2 .hero-product-card:nth-child(3){z-index:1;transform:translate(72%,28px) rotate(8deg) scale(.88)}.storefront-v2 .hero-product-card img,.storefront-v2 .hero-product-card>span{width:100%;aspect-ratio:5/7;display:grid;place-items:center;object-fit:contain;border-radius:16px;background:var(--sf-surface);box-shadow:var(--sf-shadow)}.storefront-v2 .hero-product-card>strong,.storefront-v2 .hero-product-card>small{display:none}.storefront-v2 .hero-slide-image img{max-height:460px;object-fit:contain}.storefront-v2 .hero-empty-art{min-height:380px;display:grid;place-items:center;color:var(--sf-text-muted);text-align:center}.storefront-v2 .hero-empty-art i{font-size:6rem;color:var(--sf-border-strong)}
.storefront-v2 .trust-strip{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .trust-strip>div{display:flex;align-items:center;gap:14px;padding:20px;border-right:1px solid var(--sf-border)}.storefront-v2 .trust-strip>div:last-child{border:0}.storefront-v2 .trust-strip i{color:var(--sf-accent);font-size:1.25rem}.storefront-v2 .trust-strip b,.storefront-v2 .trust-strip small{display:block}.storefront-v2 .trust-strip b{font-size:.82rem}.storefront-v2 .trust-strip small{margin-top:3px;color:var(--sf-text-muted);font-size:.72rem}
.storefront-v2 .game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.storefront-v2 .game-card{min-height:150px;display:grid;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface);transition:border-color .18s ease,transform .18s ease}.storefront-v2 .game-card:hover{border-color:var(--sf-border-strong);transform:translateY(-3px)}.storefront-v2 .game-card-art{width:100px;height:112px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:var(--sf-surface-raised)}.storefront-v2 .game-card-art img{width:100%;height:100%;object-fit:contain}.storefront-v2 .game-card-art b{font-size:1.6rem}.storefront-v2 .game-card small,.storefront-v2 .game-card strong,.storefront-v2 .game-card em{display:block}.storefront-v2 .game-card small{color:var(--sf-text-faint);font-size:.7rem;text-transform:uppercase}.storefront-v2 .game-card strong{margin:5px 0;font-size:1.15rem}.storefront-v2 .game-card em{color:var(--sf-text-muted);font-size:.76rem;font-style:normal}.storefront-v2 .game-card>i{color:var(--sf-text-muted)}
.storefront-v2 .set-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.storefront-v2 .set-card{display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .set-card>span{width:76px;height:86px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:var(--sf-surface-raised)}.storefront-v2 .set-card img{width:100%;height:100%;object-fit:contain}.storefront-v2 .set-card small{color:var(--sf-text-faint);font-size:.7rem}.storefront-v2 .set-card h3{margin:4px 0}.storefront-v2 .set-card p{margin:0;color:var(--sf-text-muted);font-size:.76rem}
.storefront-v2 .seller-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.storefront-v2 .seller-box{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;padding:18px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .seller-avatar{width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--sf-border-strong);border-radius:50%;color:var(--sf-accent);background:var(--sf-surface-raised);font-family:var(--k-mono);font-size:.82rem}.storefront-v2 .seller-box h3{margin:0}.storefront-v2 .seller-box small{color:var(--sf-text-muted);font-size:.72rem}
.storefront-v2 .action-band{margin-top:80px;min-height:310px;display:flex;align-items:center;justify-content:space-between;gap:48px;padding:clamp(36px,6vw,80px);border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:linear-gradient(115deg,var(--sf-surface-raised),var(--k-accent-soft));text-align:left}.storefront-v2 .action-band>div:first-child{max-width:780px}.storefront-v2 .action-band h2{margin-bottom:14px}.storefront-v2 .action-band p:not(.section-kicker){margin:0;color:var(--sf-text-muted)}.storefront-v2 .action-buttons{display:flex;flex-wrap:wrap;gap:10px}

/* Product cards and grids */
.storefront-v2 .product-grid,.storefront-v2 .catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.storefront-v2 .product-card{min-width:0;display:flex;flex-direction:column;padding:0;overflow:hidden;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface);box-shadow:none;transition:border-color .18s ease,transform .18s ease}.storefront-v2 .product-card:hover{border-color:var(--sf-border-strong);transform:translateY(-4px)}
.storefront-v2 .product-image{position:relative;aspect-ratio:5/7;padding:18px;border:0;border-radius:0;background:var(--sf-surface-raised)}.storefront-v2 .card-art-shell{position:relative;isolation:isolate;overflow:hidden;border-radius:3.6%}.storefront-v2 .listing-art-shell{display:block;width:100%;height:100%}.storefront-v2 .listing-image{display:block;width:100%;height:100%;padding:0;box-sizing:border-box;object-fit:contain}.storefront-v2 .card-foil-sheen{position:absolute;z-index:1;inset:0;pointer-events:none;border-radius:inherit;opacity:.5;mix-blend-mode:color-dodge;background-image:linear-gradient(115deg,transparent 0%,var(--sf-foil-pink) 18%,var(--sf-foil-gold) 30%,var(--sf-foil-green) 42%,var(--sf-foil-blue) 54%,var(--sf-foil-violet) 66%,var(--sf-foil-pink) 78%,transparent 100%);background-size:300% 300%;animation:card-foil-sheen 7s ease-in-out infinite;transition:opacity .2s}.storefront-v2 .product-card:hover .card-foil-sheen,.storefront-v2 .detail-art-shell:hover .card-foil-sheen{opacity:.78}.storefront-v2 .slab{width:100%;height:100%;border-radius:10px}.storefront-v2 .product-card-badges{position:absolute;z-index:2;top:10px;left:10px;right:10px;display:flex;justify-content:space-between;gap:8px}.storefront-v2 .product-card-badges small{min-height:28px;display:flex;align-items:center;padding:4px 8px;border:1px solid var(--sf-border-strong);border-radius:999px;color:var(--sf-text);background:var(--sf-overlay);font-size:.66rem;font-weight:650}.storefront-v2 .product-card-badges .sold-badge{position:static;color:var(--sf-danger)}.storefront-v2 .product-card-badges .low-stock-badge{color:var(--sf-live)}
.storefront-v2 .product-info{display:flex;flex:1;flex-direction:column;padding:16px}.storefront-v2 .product-info p{margin:0}.storefront-v2 .product-info .product-set{overflow:hidden;color:var(--sf-text-muted);font-size:.75rem;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.storefront-v2 .product-info h3{min-height:44px;margin:7px 0 5px;font-size:.95rem;line-height:1.42}.storefront-v2 .product-meta{color:var(--sf-text-faint);font-size:.72rem}.storefront-v2 .product-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:15px}.storefront-v2 .product-card-foot strong{color:var(--sf-accent);font-family:var(--k-mono);font-size:.9rem}.storefront-v2 .product-card-foot button{min-width:70px;height:42px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;color:var(--sf-on-accent);background:var(--sf-accent);font-size:.76rem;font-weight:750;cursor:pointer}.storefront-v2 .product-card-foot button:disabled{color:var(--sf-text-faint);background:var(--sf-surface-raised)}

/* Shop and collection pages */
.storefront-v2 .shop-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px}.storefront-v2 .filter-panel{position:sticky;top:150px;align-self:start;padding:22px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .filter-title{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.storefront-v2 .filter-title h2{margin:0;font-size:1.35rem}.storefront-v2 .filter-close{display:none}.storefront-v2 .filter-panel>label{display:block;margin-bottom:16px;color:var(--sf-text-muted);font-size:.78rem;font-weight:650}.storefront-v2 .filter-panel input,.storefront-v2 .filter-panel select,.storefront-v2 .catalog-controls select,.storefront-v2 .catalog-mobile-bar select{width:100%;min-height:46px;margin-top:6px;padding:10px 12px;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised);font-size:.82rem}.storefront-v2 .filter-search>div{position:relative}.storefront-v2 .filter-search i{position:absolute;z-index:1;top:21px;left:12px}.storefront-v2 .filter-search input{padding-left:35px}.storefront-v2 .filter-actions{display:grid;gap:8px;margin-top:20px}.storefront-v2 .filter-backdrop{display:none}.storefront-v2 .catalog-mobile-bar{display:none}.storefront-v2 .catalog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--sf-border)}.storefront-v2 .catalog-toolbar h2{margin:0;font-size:1.45rem}.storefront-v2 .catalog-controls{display:flex;gap:10px}.storefront-v2 .catalog-controls label{color:var(--sf-text-muted);font-size:.7rem}.storefront-v2 .catalog-controls select{min-width:150px}.storefront-v2 .active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:18px}.storefront-v2 .active-filters>span{margin-right:4px;color:var(--sf-text-muted);font-size:.75rem}.storefront-v2 .active-filters button{min-height:34px;display:flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--sf-border);border-radius:999px;color:var(--sf-text);background:var(--sf-surface);font-size:.73rem;cursor:pointer}.storefront-v2 .active-filters .clear-filter-chip{color:var(--sf-accent);border-color:transparent;background:transparent}.storefront-v2 .pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:34px}.storefront-v2 .pagination button{min-height:44px;display:flex;align-items:center;gap:7px;padding:8px 14px;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface);cursor:pointer}.storefront-v2 .pagination button:disabled{opacity:.35}.storefront-v2 .pagination span{color:var(--sf-text-muted);font-size:.8rem}
.storefront-v2 .collection-hero{min-height:420px;margin:32px 0 20px;padding:54px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:center;gap:48px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:linear-gradient(135deg,var(--sf-surface-raised),var(--sf-surface))}.storefront-v2 .collection-hero h1{margin:10px 0 18px}.storefront-v2 .collection-hero p:not(.eyebrow){color:var(--sf-text-muted)}.storefront-v2 .collection-hero-cards{position:relative;min-height:280px;display:flex;align-items:center;justify-content:center}.storefront-v2 .collection-hero-cards a{position:absolute;width:160px}.storefront-v2 .collection-hero-cards a:nth-child(1){z-index:3}.storefront-v2 .collection-hero-cards a:nth-child(2){transform:translateX(-70%) rotate(-8deg) scale(.9)}.storefront-v2 .collection-hero-cards a:nth-child(3){transform:translateX(70%) rotate(8deg) scale(.9)}.storefront-v2 .collection-hero-cards img{aspect-ratio:5/7;object-fit:contain}.storefront-v2 .collection-tabs{display:flex;gap:8px;padding:12px 0;overflow-x:auto}.storefront-v2 .collection-tabs a{min-height:40px;display:flex;align-items:center;padding:7px 13px;border:1px solid var(--sf-border);border-radius:999px;color:var(--sf-text-muted);background:var(--sf-surface);font-size:.76rem;white-space:nowrap}.storefront-v2 .collection-tabs a.active{color:var(--sf-on-accent);border-color:var(--sf-accent);background:var(--sf-accent)}

/* Product detail */
.storefront-v2 .breadcrumb{display:flex;align-items:center;gap:8px;padding:24px 0;color:var(--sf-text-muted);font-size:.76rem}.storefront-v2 .breadcrumb i{font-size:.6rem}.storefront-v2 .breadcrumb span{overflow:hidden;color:var(--sf-text);text-overflow:ellipsis;white-space:nowrap}
.storefront-v2 .product-detail{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:64px;padding:34px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:var(--sf-surface)}.storefront-v2 .product-gallery{min-width:0}.storefront-v2 .detail-visual{min-height:clamp(420px,calc(100svh - 220px),600px);padding:28px;display:grid;place-content:center;place-items:center;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .detail-art-shell{display:grid;width:fit-content;max-width:100%;transition:transform .2s ease-out,box-shadow .2s ease-out}.storefront-v2 .detail-art-shell.is-foil:hover{transform:translateY(-2px);box-shadow:var(--sf-foil-shadow)}.storefront-v2 .detail-listing-image{display:block;width:auto;height:auto;max-width:100%;max-height:clamp(340px,calc(100svh - 280px),650px);min-height:0;object-fit:contain}.storefront-v2 .detail-card-placeholder{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.storefront-v2 .detail-card-placeholder strong{max-width:300px;font-size:2rem}.storefront-v2 .gallery-thumbnails{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.storefront-v2 .gallery-thumbnails button{width:74px;height:86px;flex:0 0 74px;padding:6px;border:1px solid var(--sf-border);border-radius:8px;background:var(--sf-surface-raised);cursor:pointer}.storefront-v2 .gallery-thumbnails button.active{border-color:var(--sf-accent)}.storefront-v2 .gallery-thumbnails img{width:100%;height:100%;object-fit:contain}
.storefront-v2 .detail-info{padding:12px 8px}.storefront-v2 .detail-info h1{margin:0;font-size:clamp(2.25rem,4vw,4rem)}.storefront-v2 .detail-price{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:20px;margin:20px 0 30px;padding:20px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .detail-price small,.storefront-v2 .detail-price strong{display:block}.storefront-v2 .detail-price small{color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .detail-price strong{margin-top:4px;color:var(--sf-accent);font-family:var(--k-mono);font-size:1.8rem}.storefront-v2 .detail-price-meta{min-width:0;display:flex;align-items:flex-end;flex-direction:column;gap:9px;text-align:right}.storefront-v2 .detail-seller{max-width:100%}.storefront-v2 .detail-seller b{display:block;margin-top:4px;overflow-wrap:anywhere;font-size:.82rem}.storefront-v2 .stock-state{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:.75rem}.storefront-v2 .stock-state.in{color:var(--sf-success);background:var(--k-ok-soft)}.storefront-v2 .stock-state.out{color:var(--sf-danger);background:var(--k-crit-soft)}.storefront-v2 .product-auction-callout{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:18px;padding:14px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-live-soft)}.storefront-v2 .product-auction-callout>i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--sf-live);background:var(--sf-surface)}.storefront-v2 .product-auction-callout small,.storefront-v2 .product-auction-callout b{display:block}.storefront-v2 .product-auction-callout small{color:var(--sf-text-muted);font-size:.7rem}.storefront-v2 .product-auction-callout b{font-size:.8rem}.storefront-v2 .product-auction-callout a{color:var(--sf-live);font-size:.75rem;font-weight:700}.storefront-v2 .purchase-panel{display:grid;grid-template-columns:128px minmax(0,1fr);gap:10px}.storefront-v2 .quantity-picker>span{display:block;margin-bottom:6px;color:var(--sf-text-muted);font-size:.7rem}.storefront-v2 .quantity-picker>div{height:48px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;border:1px solid var(--sf-border);border-radius:8px;background:var(--sf-surface-raised)}.storefront-v2 .quantity-picker button{height:100%;border:0;color:var(--sf-text);background:transparent;cursor:pointer}.storefront-v2 .quantity-picker b{text-align:center}.storefront-v2 .detail-add{align-self:end;width:100%}.storefront-v2 .added-note{display:flex;align-items:center;gap:7px;margin:12px 0 0;padding:10px 12px;border-radius:8px;color:var(--sf-success);background:var(--k-ok-soft);font-size:.8rem}.storefront-v2 .added-note a{text-decoration:underline}.storefront-v2 .detail-facts{display:grid;grid-template-columns:repeat(2,1fr);margin:28px 0 0;border:1px solid var(--sf-border);border-radius:var(--sf-radius);overflow:hidden}.storefront-v2 .detail-facts>div{padding:13px 15px;border-right:1px solid var(--sf-border);border-bottom:1px solid var(--sf-border)}.storefront-v2 .detail-facts>div:nth-child(2n){border-right:0}.storefront-v2 .detail-facts>div:nth-last-child(-n+2){border-bottom:0}.storefront-v2 .detail-facts dt{color:var(--sf-text-faint);font-size:.68rem;text-transform:uppercase}.storefront-v2 .detail-facts dd{margin:4px 0 0;color:var(--sf-text);font-size:.82rem;font-weight:650}.storefront-v2 .marketplace-assurance{display:flex;align-items:center;gap:12px;margin-top:18px;padding:14px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .marketplace-assurance>i{color:var(--sf-accent);font-size:1.25rem}.storefront-v2 .marketplace-assurance b,.storefront-v2 .marketplace-assurance small{display:block}.storefront-v2 .marketplace-assurance b{font-size:.8rem}.storefront-v2 .marketplace-assurance small{color:var(--sf-text-muted);font-size:.72rem}
.storefront-v2 .product-content-panel{margin-top:24px;padding:30px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:var(--sf-surface)}.storefront-v2 .ability-box{display:block}.storefront-v2 .ability-copy p{margin:0 0 12px;padding:14px;border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised);font-size:.9rem;line-height:1.7}.storefront-v2 .effect-help{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--sf-on-accent);background:var(--sf-accent)}.storefront-v2 .review-summary{display:grid;text-align:right;color:var(--sf-accent);font-family:var(--k-mono);font-size:1rem}.storefront-v2 .review-summary small{color:var(--sf-text-muted);font-family:var(--k-sans);font-size:.72rem}.storefront-v2 .review-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.storefront-v2 .review-card{padding:20px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .review-card header{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px}.storefront-v2 .review-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:var(--sf-accent);background:var(--sf-surface)}.storefront-v2 .review-card header b,.storefront-v2 .review-card header span{display:block}.storefront-v2 .review-stars{color:var(--sf-accent);font-size:.74rem}.storefront-v2 .review-card header small{color:var(--sf-text-faint);font-size:.7rem}.storefront-v2 .review-card h3{margin:16px 0 6px}.storefront-v2 .review-card p{margin:0;color:var(--sf-text-muted);font-size:.82rem}.storefront-v2 .review-form{margin-top:20px;padding:22px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .review-form h3{margin-bottom:16px}.storefront-v2 .review-form label{display:block;margin-bottom:12px;color:var(--sf-text-muted);font-size:.76rem}.storefront-v2 .review-form input,.storefront-v2 .review-form select,.storefront-v2 .review-form textarea{width:100%;min-height:46px;margin-top:6px;padding:10px 12px;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface)}.storefront-v2 .review-form textarea{min-height:110px}.storefront-v2 .related-section{padding-top:72px}
.storefront-v2 .market-price-panel{display:grid;gap:22px}.storefront-v2 .market-price-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.storefront-v2 .market-price-heading h2{margin:3px 0 5px}.storefront-v2 .market-price-heading p:last-child{margin:0;color:var(--sf-text-muted);font-size:.76rem}.storefront-v2 .market-source{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--sf-border);border-radius:999px;color:var(--sf-text-muted);font-family:var(--k-mono);font-size:.68rem}.storefront-v2 .market-price-pending{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:150px}.storefront-v2 .market-price-pending h2{margin:5px 0 8px}.storefront-v2 .market-price-pending p:not(.section-kicker){margin:0;color:var(--sf-text-muted);font-size:.8rem}.storefront-v2 .market-price-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.storefront-v2 .market-price-summary>article{padding:18px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .market-price-summary>article small,.storefront-v2 .market-price-summary>article strong,.storefront-v2 .market-price-summary>article span{display:block}.storefront-v2 .market-price-summary>article small{color:var(--sf-text-faint);font-family:var(--k-mono);font-size:.65rem}.storefront-v2 .market-price-summary>article strong{margin:8px 0 5px;color:var(--sf-accent);font-family:var(--k-mono);font-size:1.5rem}.storefront-v2 .market-price-summary>article span{color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .market-price-summary>p{grid-column:1/-1;display:flex;align-items:center;gap:12px;margin:0;padding:14px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--k-accent-soft)}.storefront-v2 .market-price-summary>p>i{color:var(--sf-accent);font-size:1.2rem}.storefront-v2 .market-price-summary>p b,.storefront-v2 .market-price-summary>p small{display:block}.storefront-v2 .market-price-summary>p small{margin-top:3px;color:var(--sf-text-muted);font-size:.7rem}.storefront-v2 .market-up{color:var(--sf-success)!important}.storefront-v2 .market-down{color:var(--sf-danger)!important}.storefront-v2 .market-chart-card{padding:18px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .market-range-tabs{display:flex;gap:5px;overflow-x:auto}.storefront-v2 .market-range-tabs button{min-width:46px;min-height:38px;padding:0 10px;border:1px solid transparent;border-radius:8px;color:var(--sf-text-muted);background:transparent;font-family:var(--k-mono);font-size:.68rem;cursor:pointer}.storefront-v2 .market-range-tabs button:hover,.storefront-v2 .market-range-tabs button.active{border-color:var(--sf-border);color:var(--sf-on-accent);background:var(--sf-accent)}.storefront-v2 .market-chart-value{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:18px 0}.storefront-v2 .market-chart-value>span{color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .market-chart-value>strong{font-family:var(--k-mono);font-size:1rem}.storefront-v2 .market-chart-value small{font-size:.72rem}.storefront-v2 .market-chart{height:280px}.storefront-v2 .market-chart svg{width:100%;height:245px;overflow:visible}.storefront-v2 .market-chart line{stroke:var(--sf-border);stroke-width:1}.storefront-v2 .market-chart polygon{fill:var(--k-accent-soft)}.storefront-v2 .market-chart polyline{fill:none;stroke:var(--sf-accent);stroke-width:4;vector-effect:non-scaling-stroke}.storefront-v2 .market-chart-dates{display:flex;justify-content:space-between;color:var(--sf-text-faint);font-family:var(--k-mono);font-size:.62rem}.storefront-v2 .market-chart-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:18px 0 0;border-top:1px solid var(--sf-border)}.storefront-v2 .market-chart-stats>div{padding:14px 10px 0;border-right:1px solid var(--sf-border)}.storefront-v2 .market-chart-stats>div:last-child{border:0}.storefront-v2 .market-chart-stats dt{color:var(--sf-text-faint);font-size:.62rem;text-transform:uppercase}.storefront-v2 .market-chart-stats dd{margin:5px 0 0;font-family:var(--k-mono);font-size:.76rem}.storefront-v2 .market-disclaimer{margin:0;color:var(--sf-text-faint);font-size:.68rem;line-height:1.6}

.storefront-v2 .ability-box>p{margin:0 0 12px;padding:14px;border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised);font-size:.9rem;line-height:1.7}

/* Auctions */
.storefront-v2 .auction-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:60px}.storefront-v2 .auction-benefits>div{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .auction-benefits i{color:var(--sf-live);font-size:1.25rem}.storefront-v2 .auction-benefits b,.storefront-v2 .auction-benefits small{display:block}.storefront-v2 .auction-benefits b{font-size:.82rem}.storefront-v2 .auction-benefits small{color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .auction-grid,.storefront-v2 .auction-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.storefront-v2 .auction-card,.storefront-v2 .auction-tile{overflow:hidden;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .auction-card-media,.storefront-v2 .auction-tile-art{position:relative;height:auto;aspect-ratio:5/6.6;display:grid;place-items:center;padding:18px;background:var(--sf-surface-raised)}.storefront-v2 .auction-card-media img,.storefront-v2 .auction-tile-art img{width:100%;height:100%;object-fit:contain}.storefront-v2 .auction-card-media em,.storefront-v2 .auction-tile-art .live-pill{position:absolute;top:10px;left:10px;display:flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;color:var(--sf-live);background:var(--sf-overlay);font-size:.68rem;font-style:normal}.storefront-v2 .auction-card-body,.storefront-v2 .auction-tile-body{padding:18px}.storefront-v2 .auction-card-body>p,.storefront-v2 .auction-tile-body>p{margin:0;color:var(--sf-text-muted);font-size:.74rem}.storefront-v2 .auction-card-body h2,.storefront-v2 .auction-tile-body h3{min-height:44px;margin:7px 0;font-size:1rem}.storefront-v2 .auction-end{display:flex;align-items:center;gap:6px;color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .auction-card-price,.storefront-v2 .auction-tile-body>div{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin:17px 0}.storefront-v2 .auction-card-price small,.storefront-v2 .auction-card-price strong,.storefront-v2 .auction-tile-body>div small,.storefront-v2 .auction-tile-body>div strong{display:block}.storefront-v2 .auction-card-price small,.storefront-v2 .auction-tile-body>div small{color:var(--sf-text-faint);font-size:.68rem}.storefront-v2 .auction-card-price strong,.storefront-v2 .auction-tile-body>div strong{color:var(--sf-live);font-family:var(--k-mono);font-size:.9rem}.storefront-v2 .auction-card-price>b{color:var(--sf-text-muted);font-size:.7rem}.storefront-v2 .auction-card .button,.storefront-v2 .auction-tile .button{width:100%}.storefront-v2 .skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.storefront-v2 .skeleton-card{height:480px;border-radius:var(--sf-radius);background:linear-gradient(90deg,var(--sf-surface),var(--sf-surface-raised),var(--sf-surface));background-size:220% 100%;animation:sf-shimmer 1.5s infinite}.storefront-v2 .auction-how{margin-top:70px;padding:42px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:var(--sf-surface)}.storefront-v2 .auction-how>div{margin-bottom:28px}.storefront-v2 .auction-how ol{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0;padding:0;list-style:none}.storefront-v2 .auction-how li{display:flex;gap:15px;padding:20px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .auction-how li>span{color:var(--sf-live);font-family:var(--k-mono);font-size:.8rem}.storefront-v2 .auction-how h3{margin:0 0 6px}.storefront-v2 .auction-how p{margin:0;color:var(--sf-text-muted);font-size:.78rem}
.storefront-v2 .auction-detail{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(400px,1fr) minmax(260px,.6fr);gap:24px;margin:0;padding:0;background:transparent}.storefront-v2 .auction-detail-media,.storefront-v2 .auction-detail-main,.storefront-v2 .auction-history{padding:24px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:var(--sf-surface)}.storefront-v2 .auction-detail-card{height:520px;padding:18px;border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .auction-detail-card img{width:100%;height:100%;object-fit:contain}.storefront-v2 .auction-lot-facts{display:grid;grid-template-columns:repeat(3,1fr);margin-top:12px}.storefront-v2 .auction-lot-facts span{padding:10px;border-right:1px solid var(--sf-border)}.storefront-v2 .auction-lot-facts span:last-child{border:0}.storefront-v2 .auction-lot-facts small,.storefront-v2 .auction-lot-facts b{display:block}.storefront-v2 .auction-lot-facts small{color:var(--sf-text-faint);font-size:.64rem}.storefront-v2 .auction-lot-facts b{margin-top:3px;font-size:.74rem}.storefront-v2 .auction-detail-main h1{margin-bottom:12px;font-size:clamp(2rem,3.3vw,3.4rem)}.storefront-v2 .auction-product-meta{color:var(--sf-text-muted);font-size:.82rem}.storefront-v2 .auction-current{margin:24px 0;padding:24px;border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .auction-current span,.storefront-v2 .auction-current strong,.storefront-v2 .auction-current small{display:block}.storefront-v2 .auction-current span{color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .auction-current strong{margin:5px 0;color:var(--sf-live);font-family:var(--k-mono);font-size:2rem}.storefront-v2 .auction-current small{color:var(--sf-text-muted);font-size:.73rem}.storefront-v2 .auction-timing{display:grid;grid-template-columns:1fr 1fr;gap:10px}.storefront-v2 .auction-timing>span{padding:12px;border:1px solid var(--sf-border);border-radius:8px}.storefront-v2 .auction-timing small,.storefront-v2 .auction-timing b{display:block}.storefront-v2 .auction-timing small{color:var(--sf-text-faint);font-size:.65rem}.storefront-v2 .auction-timing b{margin-top:4px;font-size:.74rem}.storefront-v2 .buy-now-note{padding:12px;border-radius:8px;color:var(--sf-live);background:var(--sf-live-soft);font-size:.78rem}.storefront-v2 .bid-form{margin-top:18px;padding:20px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .bid-form-heading{display:flex;justify-content:space-between}.storefront-v2 .bid-form-heading h2{margin:0;font-size:1.25rem}.storefront-v2 .bid-form-heading>i{color:var(--sf-accent);font-size:1.4rem}.storefront-v2 .bid-account-note{color:var(--sf-text-muted);font-size:.74rem}.storefront-v2 .bid-quick-actions{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.storefront-v2 .bid-quick-actions .button{min-height:40px;padding:8px 10px;font-size:.73rem}.storefront-v2 .custom-bid-field>span{display:block;margin-bottom:6px;color:var(--sf-text-muted);font-size:.7rem}.storefront-v2 .custom-bid-field>div{display:grid;grid-template-columns:50px 1fr;align-items:center;margin-bottom:10px;border:1px solid var(--sf-border);border-radius:8px;background:var(--sf-surface)}.storefront-v2 .custom-bid-field b{padding-left:12px;color:var(--sf-text-muted);font-family:var(--k-mono);font-size:.75rem}.storefront-v2 .custom-bid-field input{min-height:48px;border:0;color:var(--sf-text);background:transparent;font-size:1rem}.storefront-v2 .bid-form>.button{width:100%}.storefront-v2 .auction-closed{display:flex;align-items:center;gap:14px;margin-top:18px;padding:16px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .auction-closed>i{color:var(--sf-accent);font-size:1.35rem}.storefront-v2 .auction-closed p{margin:4px 0 0;color:var(--sf-text-muted);font-size:.74rem}.storefront-v2 .auction-closed .button{margin-left:auto}.storefront-v2 .auction-history>div>p:not(.section-kicker){color:var(--sf-text-muted);font-size:.75rem}.storefront-v2 .auction-history ol{margin:20px 0 0;padding:0;list-style:none}.storefront-v2 .auction-history li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid var(--sf-border)}.storefront-v2 .auction-history li b,.storefront-v2 .auction-history li small{display:block}.storefront-v2 .auction-history li b{font-size:.78rem}.storefront-v2 .auction-history li small{color:var(--sf-text-faint);font-size:.66rem}.storefront-v2 .auction-history li strong{color:var(--sf-live);font-family:var(--k-mono);font-size:.75rem}.storefront-v2 .bid-confirm-backdrop{background:var(--sf-overlay)}.storefront-v2 .bid-confirm-dialog{padding:28px;border:1px solid var(--sf-border-strong);border-radius:var(--sf-radius-lg);background:var(--sf-surface-raised)}.storefront-v2 .dialog-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;color:var(--sf-live);background:var(--sf-live-soft)}

/* Keep repeated auction actions aligned with the bottom of each grid row while titles stay fully visible. */
.storefront-v2 .auction-grid>.auction-card,.storefront-v2 .auction-rail>.auction-tile{display:flex;flex-direction:column}
.storefront-v2 .auction-card>.auction-card-body,.storefront-v2 .auction-tile>.auction-tile-body{display:flex;flex:1;flex-direction:column}
.storefront-v2 .auction-card-body>.auction-card-price,.storefront-v2 .auction-tile-body>div{margin-top:auto}

/* Cart and checkout */
.storefront-v2 .cart-page,.storefront-v2 .checkout-page{padding:52px 0 0}.storefront-v2 .cart-heading,.storefront-v2 .checkout-heading{margin-bottom:30px}.storefront-v2 .cart-heading h1,.storefront-v2 .checkout-heading h1{margin:0;font-size:clamp(2.3rem,4vw,4rem)}.storefront-v2 .cart-heading h1 span{color:var(--sf-text-muted);font-size:1rem}.storefront-v2 .cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}.storefront-v2 .cart-lines{display:grid;gap:10px}.storefront-v2 .cart-line{display:grid;grid-template-columns:100px minmax(0,1fr) 110px 130px 70px;align-items:center;gap:18px;padding:16px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .cart-thumb{width:100px;height:120px;padding:7px;border-radius:8px;background:var(--sf-surface-raised)}.storefront-v2 .cart-thumb img{width:100%;height:100%;object-fit:contain}.storefront-v2 .cart-line p{margin:0;color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .cart-line h2{margin:5px 0;font-size:1rem}.storefront-v2 .cart-line small{color:var(--sf-text-faint);font-size:.72rem}.storefront-v2 .quantity-control{height:44px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;border:1px solid var(--sf-border);border-radius:8px;background:var(--sf-surface-raised)}.storefront-v2 .quantity-control button{width:36px;height:42px;color:var(--sf-text);background:transparent}.storefront-v2 .quantity-control b{text-align:center;font-size:.82rem}.storefront-v2 .cart-line>strong{color:var(--sf-accent);font-family:var(--k-mono);font-size:.82rem;text-align:right}.storefront-v2 .remove-line{min-height:40px;color:var(--sf-danger);font-size:.72rem}.storefront-v2 .order-summary,.storefront-v2 .checkout-summary{position:sticky;top:150px;align-self:start;padding:24px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:var(--sf-surface)}.storefront-v2 .order-summary h2{font-size:1.35rem}.storefront-v2 .order-summary>div,.storefront-v2 .checkout-summary>div:not(.checkout-item):not(.checkout-coupon){display:flex;justify-content:space-between;gap:14px;padding:10px 0;color:var(--sf-text-muted);font-size:.8rem}.storefront-v2 .order-summary hr,.storefront-v2 .checkout-summary hr{border-color:var(--sf-border)}.storefront-v2 .order-summary .summary-total,.storefront-v2 .checkout-total{color:var(--sf-text)!important}.storefront-v2 .summary-total b,.storefront-v2 .checkout-total b{color:var(--sf-accent);font-family:var(--k-mono)}.storefront-v2 .checkout-button{width:100%;margin:16px 0}.storefront-v2 .order-summary>small{display:block;color:var(--sf-text-muted);font-size:.72rem;line-height:1.8}
.storefront-v2 .checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px}.storefront-v2 .checkout-form{padding:28px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:var(--sf-surface)}.storefront-v2 .checkout-form h2{margin:28px 0 14px;padding-bottom:10px;border-bottom:1px solid var(--sf-border);font-size:1.2rem}.storefront-v2 .checkout-form h2:first-of-type{margin-top:0}.storefront-v2 .checkout-form>label{display:block;margin-bottom:13px;color:var(--sf-text-muted);font-size:.76rem}.storefront-v2 .checkout-form input:not([type=radio]),.storefront-v2 .checkout-form select,.storefront-v2 .checkout-form textarea{width:100%;min-height:48px;margin-top:6px;padding:11px 13px;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised)}.storefront-v2 .checkout-form textarea{min-height:105px}.storefront-v2 .payment-choice{min-height:62px;display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:center;column-gap:10px;margin-bottom:8px!important;padding:12px;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text)!important;background:var(--sf-surface-raised)}.storefront-v2 .payment-choice small{grid-column:2;color:var(--sf-text-muted);font-size:.72rem}.storefront-v2 .place-order{width:100%;margin-top:14px}.storefront-v2 .checkout-item{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--sf-border)}.storefront-v2 .checkout-item>span{width:50px;height:62px;display:grid;place-items:center}.storefront-v2 .checkout-item img{width:100%;height:100%;object-fit:contain}.storefront-v2 .checkout-item p{margin:0}.storefront-v2 .checkout-item b,.storefront-v2 .checkout-item small{display:block}.storefront-v2 .checkout-item b{font-size:.76rem}.storefront-v2 .checkout-item small{color:var(--sf-text-faint);font-size:.68rem}.storefront-v2 .checkout-item>strong{font-family:var(--k-mono);font-size:.72rem}.storefront-v2 .checkout-coupon{display:grid;grid-template-columns:1fr auto;gap:6px;margin:14px 0}.storefront-v2 .checkout-coupon input{min-height:42px;padding:8px 10px;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised)}.storefront-v2 .checkout-coupon button{padding:0 10px;border:0;border-radius:8px;color:var(--sf-on-accent);background:var(--sf-accent);font-size:.72rem;font-weight:700}.storefront-v2 .order-success{margin:30px auto;max-width:760px;padding:60px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:var(--sf-surface);text-align:center}.storefront-v2 .order-success>span{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;color:var(--sf-on-accent);background:var(--sf-accent);font-size:1.8rem}

/* Authentication, account and seller surfaces */
.storefront-v2 .auth-page{min-height:680px;margin:42px 0 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);align-items:stretch;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:var(--sf-surface);overflow:hidden}.storefront-v2 .auth-story{padding:clamp(42px,7vw,96px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,var(--sf-surface-raised),var(--k-accent-soft))}.storefront-v2 .auth-story h1{max-width:760px;margin-bottom:22px;font-size:clamp(2.5rem,5vw,4.8rem)}.storefront-v2 .auth-story h1 span{color:var(--sf-accent)}.storefront-v2 .auth-story>p:not(.eyebrow){max-width:620px;color:var(--sf-text-muted);font-size:1rem}.storefront-v2 .auth-story ul{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.storefront-v2 .auth-story li{display:flex;align-items:center;gap:10px;color:var(--sf-text-muted);font-size:.8rem}.storefront-v2 .auth-story li i{color:var(--sf-accent)}.storefront-v2 .account-card{margin:0;padding:clamp(32px,5vw,60px);display:flex;flex-direction:column;justify-content:center;border:0;border-radius:0;background:var(--sf-surface)}.storefront-v2 .auth-card-heading{display:flex;align-items:center;gap:14px;margin-bottom:26px}.storefront-v2 .auth-card-heading>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:var(--sf-accent);background:var(--sf-surface-raised);font-size:1.2rem}.storefront-v2 .auth-card-heading h2{margin:0;font-size:1.6rem}.storefront-v2 .account-card label{display:block;margin-bottom:15px;color:var(--sf-text-muted);font-size:.76rem;font-weight:650}.storefront-v2 .auth-input{display:grid;grid-template-columns:34px 1fr;align-items:center;margin-top:6px;border:1px solid var(--sf-border-strong);border-radius:8px;background:var(--sf-surface-raised)}.storefront-v2 .auth-input:focus-within{border-color:var(--sf-accent);outline:2px solid var(--k-accent-soft);outline-offset:2px}.storefront-v2 .auth-input>i{color:var(--sf-text-faint);text-align:center}.storefront-v2 .auth-input input,.storefront-v2 .account-card>label>input{width:100%;min-height:48px;margin:0;padding:10px 10px 10px 0;border:0;color:var(--sf-text);background:transparent;font-size:.86rem}.storefront-v2 .account-card>label>small{display:block;margin-top:5px;color:var(--sf-text-faint);font-size:.7rem}.storefront-v2 .account-card>.button,.storefront-v2 .account-card form>.button{width:100%}.storefront-v2 .auth-form-meta{display:flex;justify-content:flex-end;margin:-5px 0 14px}.storefront-v2 .auth-form-meta a,.storefront-v2 .account-switch a,.storefront-v2 .auth-staff-link a{color:var(--sf-accent);font-weight:700}.storefront-v2 .account-switch{margin:20px 0 0;color:var(--sf-text-muted);font-size:.78rem;text-align:center}.storefront-v2 .auth-staff-link{margin-top:18px;padding-top:18px;border-top:1px solid var(--sf-border);color:var(--sf-text-faint);font-size:.72rem;text-align:center}.storefront-v2 .resend-form{margin-top:10px}.storefront-v2 .verification-code{width:100%;min-height:58px;margin-top:6px;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised);font-family:var(--k-mono);font-size:1.5rem;letter-spacing:.4em;text-align:center}
.storefront-v2 .account-card>label>input:not([type=checkbox]),.storefront-v2 .account-card form label>input:not([type=checkbox]){min-height:48px;margin-top:6px;padding:10px 12px;border:1px solid var(--sf-border-strong);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised)}.storefront-v2 .account-card>label>input:not([type=checkbox]):focus,.storefront-v2 .account-card form label>input:not([type=checkbox]):focus{border-color:var(--sf-accent);outline:2px solid var(--k-accent-soft);outline-offset:2px}.storefront-v2 .account-card .remember-choice>input[type=checkbox]{appearance:auto;box-sizing:border-box;flex:0 0 18px;width:18px;min-height:18px;height:18px;margin:0;padding:0;border:1px solid var(--sf-border-strong);accent-color:var(--sf-accent)}.storefront-v2 .account-card>label>input.verification-code,.storefront-v2 .account-card form label>input.verification-code{min-height:58px;margin-top:6px;padding:10px 12px;border:1px solid var(--sf-border-strong);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised);font-family:var(--k-mono);font-size:1.5rem;letter-spacing:.35em;text-align:center}.storefront-v2 .account-card>label>input.verification-code:focus,.storefront-v2 .account-card form label>input.verification-code:focus{border-color:var(--sf-accent);outline:2px solid var(--k-accent-soft);outline-offset:2px}
.storefront-v2 .account-dashboard,.storefront-v2 .sell-form-section,.storefront-v2 .seller-dashboard-heading,.storefront-v2 .editor-card,.storefront-v2 .seller-orders,.storefront-v2 .sell-steps{border-color:var(--sf-border);background:var(--sf-surface)}.storefront-v2 .account-dashboard{margin-top:42px}.storefront-v2 .account-dashboard>header{padding:32px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:linear-gradient(135deg,var(--sf-surface-raised),var(--sf-surface))}.storefront-v2 .account-dashboard>header h1{font-size:clamp(2rem,4vw,3.6rem)}.storefront-v2 .account-dashboard>header>p:last-of-type{color:var(--sf-text-muted);font-size:.82rem}.storefront-v2 .account-dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}.storefront-v2 .account-dashboard-grid>article{padding:24px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .account-dashboard-grid h2{font-size:1.25rem}.storefront-v2 .editor-fields label{color:var(--sf-text-muted);font-size:.76rem}.storefront-v2 .editor-fields input,.storefront-v2 .editor-fields select,.storefront-v2 .editor-fields textarea{min-height:46px;border-color:var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised);font-size:.82rem}.storefront-v2 .saved-address,.storefront-v2 .account-activity>div{border-color:var(--sf-border);background:var(--sf-surface-raised)}.storefront-v2 .account-activity b{font-size:.82rem}.storefront-v2 .account-activity small,.storefront-v2 .account-activity a{color:var(--sf-text-muted);font-size:.72rem}
.storefront-v2 .sell-page-shell .page-hero{margin-bottom:18px}.storefront-v2 .sell-steps{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:0;margin:0 0 24px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);overflow:hidden}.storefront-v2 .sell-steps>div,.storefront-v2 .sell-steps>article{padding:22px;border-right:1px solid var(--sf-border)}.storefront-v2 .sell-steps>article:last-child{border:0}.storefront-v2 .sell-steps article span{color:var(--sf-accent);font-family:var(--k-mono);font-size:.78rem}.storefront-v2 .sell-steps h2,.storefront-v2 .sell-steps h3{margin:5px 0 8px}.storefront-v2 .sell-steps p{margin:0;color:var(--sf-text-muted);font-size:.76rem}.storefront-v2 .sell-form-section{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:30px;padding:30px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg)}.storefront-v2 .sell-form-section form{padding:22px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .seller-status-card{border-color:var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}
.storefront-v2 .seller-dashboard-heading{margin-top:42px;padding:30px;border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg)}.storefront-v2 .seller-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.storefront-v2 .seller-kpis article{padding:16px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised)}.storefront-v2 .seller-kpis small{color:var(--sf-text-faint);font-size:.68rem}.storefront-v2 .seller-kpis b{color:var(--sf-accent);font-family:var(--k-mono)}.storefront-v2 .seller-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;margin-top:16px}.storefront-v2 .editor-card,.storefront-v2 .seller-orders{padding:24px;border:1px solid var(--sf-border);border-radius:var(--sf-radius)}.storefront-v2 .editor-card-heading{border-color:var(--sf-border)}.storefront-v2 .admin-table-wrap{border-color:var(--sf-border);border-radius:8px}.storefront-v2 table{color:var(--sf-text)}.storefront-v2 th{color:var(--sf-text-faint);background:var(--sf-surface-raised)}.storefront-v2 td{border-color:var(--sf-border)}

/* Marketplace page */
.storefront-v2 .marketplace-hero>div:first-child>div{display:flex;gap:10px}.storefront-v2 .marketplace-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.storefront-v2 .marketplace-paths article{padding:26px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}.storefront-v2 .marketplace-paths article>i{width:48px;height:48px;display:grid;place-items:center;margin-bottom:20px;border-radius:50%;color:var(--sf-accent);background:var(--sf-surface-raised);font-size:1.2rem}.storefront-v2 .marketplace-paths h2{font-size:1.35rem}.storefront-v2 .marketplace-paths p:not(.section-kicker){color:var(--sf-text-muted);font-size:.8rem}.storefront-v2 .marketplace-paths a{display:flex;align-items:center;gap:7px;color:var(--sf-accent);font-size:.8rem;font-weight:700}

/* Footer */
.storefront-v2 .site-footer{width:100%;margin:0;padding:0;background:var(--sf-surface);border-top:1px solid var(--sf-border)}
.storefront-v2 .footer-lead{width:var(--sf-content);min-height:230px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:50px 0;border-bottom:1px solid var(--sf-border)}.storefront-v2 .footer-lead>div:first-child{max-width:760px}.storefront-v2 .footer-lead h2{margin:0}.storefront-v2 .footer-lead>div:last-child{display:flex;gap:10px}.storefront-v2 .footer-columns{width:var(--sf-content);margin:auto;grid-template-columns:1.5fr repeat(3,1fr);gap:50px;padding:54px 0}.storefront-v2 .footer-brand p{max-width:360px;color:var(--sf-text-muted);font-size:.8rem;line-height:1.7}.storefront-v2 .footer-market{display:flex;align-items:center;gap:7px;color:var(--sf-text-muted);font-size:.74rem}.storefront-v2 .footer-menu h5{margin:0 0 15px;color:var(--sf-text);font-size:.82rem}.storefront-v2 .footer-menu a{display:block;margin:0 0 10px;color:var(--sf-text-muted);font-size:.78rem}.storefront-v2 .footer-menu a:hover{color:var(--sf-text)}.storefront-v2 .footer-bottom{width:var(--sf-content);margin:auto;padding:18px 0;border-top:1px solid var(--sf-border)}.storefront-v2 .footer-bottom p{color:var(--sf-text-faint);font-size:.7rem}

.storefront-v2 .form-success,.storefront-v2 .upload-error,.storefront-v2 .checkout-error{margin-top:12px;padding:11px 13px;border-radius:8px;font-size:.78rem}.storefront-v2 .form-success{color:var(--sf-success);background:var(--k-ok-soft)}.storefront-v2 .upload-error,.storefront-v2 .checkout-error{color:var(--sf-danger);background:var(--k-crit-soft)}

@keyframes sf-shimmer{to{background-position:-220% 0}}
@keyframes card-foil-sheen{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
@media(prefers-reduced-motion:reduce){.storefront-v2 *{scroll-behavior:auto!important}.storefront-v2 .product-card,.storefront-v2 .listing-image,.storefront-v2 .detail-art-shell,.storefront-v2 .card-foil-sheen,.storefront-v2 .button,.storefront-v2 .game-card,.storefront-v2 .hero-product-card{transition:none}.storefront-v2 .skeleton-card,.storefront-v2 .card-foil-sheen{animation:none}.storefront-v2 .card-foil-sheen{background-position:50% 50%}.storefront-v2 .detail-art-shell.is-foil:hover{transform:none}}

@media(max-width:1200px){
  .storefront-v2{--sf-content:min(100% - 40px,1440px)}
  .storefront-v2 .header-main{grid-template-columns:180px minmax(300px,1fr) auto;gap:16px}.storefront-v2 .primary-nav{gap:20px}.storefront-v2 .nav-assurance{display:none}
  .storefront-v2 .stage{grid-template-columns:1fr .82fr;gap:30px}.storefront-v2 .product-grid,.storefront-v2 .catalog-grid,.storefront-v2 .auction-grid,.storefront-v2 .auction-rail{grid-template-columns:repeat(3,1fr)}.storefront-v2 .seller-rail{grid-template-columns:repeat(3,1fr)}
  .storefront-v2 .auction-detail{grid-template-columns:minmax(300px,.8fr) minmax(400px,1.2fr)}.storefront-v2 .auction-history{grid-column:1/-1}.storefront-v2 .auction-history ol{display:grid;grid-template-columns:repeat(2,1fr);gap:0 20px}
}
@media(max-width:900px){
  .storefront-v2{--sf-content:min(100% - 28px,1440px)}.storefront-v2 .storefront-content{padding-bottom:60px}
  .storefront-v2 .header-main{min-height:72px;grid-template-columns:1fr auto}.storefront-v2 .global-search{grid-column:1/-1;grid-row:2;margin-bottom:10px}.storefront-v2 .account-action{width:44px;height:44px;justify-content:center;padding:0}.storefront-v2 .account-action span{display:none}.storefront-v2 .mobile-menu-button{position:relative;z-index:3;display:grid;place-items:center}.storefront-v2 .mobile-menu-backdrop{position:absolute;z-index:1;top:0;left:0;width:100vw;height:100vh;height:100dvh;display:block;border:0;background:transparent}.storefront-v2 .primary-nav{z-index:2;display:none;position:absolute;top:130px;left:14px;right:14px;width:auto;padding:10px;flex-direction:column;align-items:stretch;gap:0;border:1px solid var(--sf-border-strong);border-radius:var(--sf-radius);background:var(--sf-surface-raised);box-shadow:var(--sf-shadow)}.storefront-v2 .primary-nav.open{display:flex}.storefront-v2 .primary-nav a{padding:0 12px}.storefront-v2 .primary-nav a.active:after{left:12px;right:auto;width:24px}
  .storefront-v2 .stage{min-height:0;grid-template-columns:1fr;padding:48px 34px}.storefront-v2 .hero-card-showcase{min-height:360px}.storefront-v2 .hero-product-card{width:190px}.storefront-v2 .trust-strip{grid-template-columns:repeat(2,1fr)}.storefront-v2 .trust-strip>div:nth-child(2){border-right:0}.storefront-v2 .trust-strip>div:nth-child(-n+2){border-bottom:1px solid var(--sf-border)}
  .storefront-v2 .game-grid,.storefront-v2 .set-grid{grid-template-columns:repeat(2,1fr)}.storefront-v2 .seller-rail{grid-template-columns:repeat(2,1fr)}.storefront-v2 .action-band{align-items:flex-start;flex-direction:column}.storefront-v2 .product-grid,.storefront-v2 .catalog-grid,.storefront-v2 .auction-grid,.storefront-v2 .auction-rail{grid-template-columns:repeat(2,1fr)}
  .storefront-v2 .shop-layout{grid-template-columns:1fr}.storefront-v2 .catalog-mobile-bar{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:18px}.storefront-v2 .catalog-mobile-bar label{color:var(--sf-text-muted);font-size:.7rem}.storefront-v2 .catalog-mobile-bar select{margin:0}.storefront-v2 .catalog-mobile-bar .button b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;color:var(--sf-on-accent);background:var(--sf-accent);font-size:.68rem}.storefront-v2 .filter-panel{position:fixed;z-index:110;top:0;right:0;bottom:0;width:min(420px,92vw);padding:24px;overflow:auto;border-radius:0;transform:translateX(105%);transition:transform .2s ease}.storefront-v2 .filter-panel.open{transform:translateX(0)}.storefront-v2 .filter-close{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised)}.storefront-v2 .filter-backdrop{position:fixed;z-index:105;inset:0;display:block;border:0;background:var(--sf-overlay)}.storefront-v2 .catalog-controls{display:none}
  .storefront-v2 .product-detail{grid-template-columns:1fr;gap:28px}.storefront-v2 .detail-visual{min-height:500px}.storefront-v2 .review-list{grid-template-columns:1fr}.storefront-v2 .auction-benefits,.storefront-v2 .auction-how ol{grid-template-columns:1fr}.storefront-v2 .auction-detail{grid-template-columns:1fr}.storefront-v2 .auction-history{grid-column:auto}
  .storefront-v2 .cart-layout,.storefront-v2 .checkout-layout{grid-template-columns:1fr}.storefront-v2 .order-summary,.storefront-v2 .checkout-summary{position:static}.storefront-v2 .checkout-summary{grid-row:1}.storefront-v2 .cart-line{grid-template-columns:86px minmax(0,1fr) 100px}.storefront-v2 .cart-thumb{width:86px;height:104px}.storefront-v2 .cart-line .quantity-control{grid-column:2}.storefront-v2 .cart-line>strong{grid-column:3;grid-row:2}.storefront-v2 .cart-line .remove-line{grid-column:1;grid-row:2}
  .storefront-v2 .auth-page{grid-template-columns:1fr}.storefront-v2 .auth-story{padding:46px}.storefront-v2 .auth-story h1{font-size:2.7rem}.storefront-v2 .auth-story ul{display:none}.storefront-v2 .account-dashboard-grid,.storefront-v2 .seller-dashboard-grid{grid-template-columns:1fr}.storefront-v2 .sell-steps{grid-template-columns:1fr 1fr}.storefront-v2 .sell-steps>div{grid-column:1/-1}.storefront-v2 .sell-form-section{grid-template-columns:1fr}.storefront-v2 .seller-kpis{grid-template-columns:repeat(2,1fr)}
  .storefront-v2 .marketplace-paths{grid-template-columns:1fr}.storefront-v2 .marketplace-hero{align-items:flex-start;flex-direction:column}.storefront-v2 .collection-hero{grid-template-columns:1fr}.storefront-v2 .footer-lead{align-items:flex-start;flex-direction:column}.storefront-v2 .footer-columns{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .storefront-v2{--sf-content:calc(100% - 24px);font-size:15px}.storefront-v2 .storefront-content{padding-bottom:42px}.storefront-v2 .header-main{grid-template-columns:minmax(0,1fr) auto;gap:8px}.storefront-v2 .brand-mark{width:36px;height:36px;flex-basis:36px}.storefront-v2 .brand strong{font-size:1.12rem}.storefront-v2 .brand small{font-size:.52rem}.storefront-v2 .header-action{width:44px;padding:0;justify-content:center}.storefront-v2 .header-action>span{display:none}.storefront-v2 .search-submit span{display:none}.storefront-v2 .search-submit{width:36px;padding:0;justify-content:center}.storefront-v2 .primary-nav{top:130px}
  .storefront-v2 .page-hero{min-height:0;margin:20px 0 34px;padding:34px 22px;align-items:flex-start;flex-direction:column}.storefront-v2 .page-hero h1{font-size:2.55rem}.storefront-v2 .stage:not(.collector-stage){margin-top:16px;padding:36px 22px}.storefront-v2 .stage-copy h1{font-size:2.7rem}.storefront-v2 .stage-description{font-size:.9rem}.storefront-v2 .hero-card-showcase{min-height:300px}.storefront-v2 .hero-product-card{width:150px}.storefront-v2 .trust-strip{grid-template-columns:1fr}.storefront-v2 .trust-strip>div{border-right:0;border-bottom:1px solid var(--sf-border)!important}.storefront-v2 .trust-strip>div:last-child{border-bottom:0!important}.storefront-v2 .tf-section{padding-top:50px}.storefront-v2 .tf-heading,.storefront-v2 .section-heading{align-items:flex-start;flex-direction:column}.storefront-v2 .game-grid,.storefront-v2 .set-grid{grid-template-columns:1fr}.storefront-v2 .game-card{grid-template-columns:78px minmax(0,1fr) auto;min-height:120px}.storefront-v2 .game-card-art{width:78px;height:88px}.storefront-v2 .seller-rail{grid-template-columns:1fr}.storefront-v2 .action-band{margin-top:52px;padding:34px 22px}.storefront-v2 .action-buttons,.storefront-v2 .action-buttons .button{width:100%}
  .storefront-v2 .product-grid,.storefront-v2 .catalog-grid,.storefront-v2 .auction-grid,.storefront-v2 .auction-rail{gap:10px}.storefront-v2 .product-info{padding:12px}.storefront-v2 .product-info h3{min-height:40px;font-size:.84rem}.storefront-v2 .product-info .product-set,.storefront-v2 .product-meta{font-size:.67rem}.storefront-v2 .product-card-foot{align-items:stretch;flex-direction:column}.storefront-v2 .product-card-foot strong{font-size:.82rem}.storefront-v2 .product-card-foot button{width:100%;height:42px}.storefront-v2 .product-image{padding:10px}.storefront-v2 .product-card-badges small{font-size:.58rem}
  .storefront-v2 .catalog-toolbar{align-items:flex-start}.storefront-v2 .active-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.storefront-v2 .active-filters button,.storefront-v2 .active-filters>span{flex:0 0 auto}.storefront-v2 .pagination{gap:8px}.storefront-v2 .pagination button{padding:8px 10px;font-size:.72rem}.storefront-v2 .collection-hero{padding:30px 20px}.storefront-v2 .collection-hero-cards{min-height:220px}.storefront-v2 .collection-hero-cards a{width:125px}
  .storefront-v2 .product-detail{padding:14px}.storefront-v2 .detail-visual{min-height:390px;padding:14px}.storefront-v2 .detail-info{padding:4px}.storefront-v2 .detail-info h1{font-size:2.15rem}.storefront-v2 .detail-price{gap:12px;padding:16px 14px}.storefront-v2 .detail-price strong{font-size:1.35rem}.storefront-v2 .product-auction-callout{grid-template-columns:38px minmax(0,1fr)}.storefront-v2 .product-auction-callout a{grid-column:2}.storefront-v2 .purchase-panel{grid-template-columns:1fr}.storefront-v2 .detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.storefront-v2 .detail-facts>div{min-width:0;padding:9px 10px;border-right:1px solid var(--sf-border)!important;border-bottom:1px solid var(--sf-border)!important}.storefront-v2 .detail-facts>div:nth-child(2n){border-right:0!important}.storefront-v2 .detail-facts>div:nth-last-child(-n+2){border-bottom:0!important}.storefront-v2 .detail-facts dt{font-size:.58rem}.storefront-v2 .detail-facts dd{margin-top:2px;overflow-wrap:anywhere;font-size:.72rem}.storefront-v2 .product-content-panel{padding:20px}.storefront-v2 .related-section .product-grid{grid-template-columns:repeat(2,1fr)}
  .storefront-v2 .auction-grid,.storefront-v2 .auction-rail{grid-template-columns:1fr}.storefront-v2 .auction-detail-media,.storefront-v2 .auction-detail-main,.storefront-v2 .auction-history{padding:16px}.storefront-v2 .auction-detail-card{height:420px}.storefront-v2 .auction-lot-facts{grid-template-columns:1fr}.storefront-v2 .auction-lot-facts span{border-right:0;border-bottom:1px solid var(--sf-border)}.storefront-v2 .auction-lot-facts span:last-child{border:0}.storefront-v2 .auction-timing{grid-template-columns:1fr}.storefront-v2 .auction-history ol{grid-template-columns:1fr}.storefront-v2 .auction-closed{align-items:flex-start;flex-direction:column}.storefront-v2 .auction-closed .button{width:100%;margin:0}
  .storefront-v2 .cart-page,.storefront-v2 .checkout-page{padding-top:34px}.storefront-v2 .cart-line{grid-template-columns:70px minmax(0,1fr);gap:10px}.storefront-v2 .cart-thumb{width:70px;height:88px}.storefront-v2 .cart-line .quantity-control,.storefront-v2 .cart-line>strong,.storefront-v2 .cart-line .remove-line{grid-column:2;grid-row:auto}.storefront-v2 .cart-line>strong{text-align:left}.storefront-v2 .checkout-form,.storefront-v2 .checkout-summary,.storefront-v2 .order-summary{padding:18px}.storefront-v2 .order-success{padding:38px 20px}
  .storefront-v2 .auth-page{margin-top:20px}.storefront-v2 .auth-story{padding:34px 24px}.storefront-v2 .auth-story h1{font-size:2.3rem}.storefront-v2 .account-card{padding:30px 20px}.storefront-v2 .account-dashboard>header,.storefront-v2 .account-dashboard-grid>article{padding:20px}.storefront-v2 .sell-steps{grid-template-columns:1fr}.storefront-v2 .sell-steps>div{grid-column:auto}.storefront-v2 .sell-steps>div,.storefront-v2 .sell-steps>article{border-right:0;border-bottom:1px solid var(--sf-border)}.storefront-v2 .sell-form-section{padding:18px}.storefront-v2 .seller-kpis{grid-template-columns:1fr 1fr}
  .storefront-v2 .marketplace-hero>div:first-child>div{align-items:stretch;flex-direction:column}.storefront-v2 .footer-lead>div:last-child{align-items:stretch;flex-direction:column;width:100%}.storefront-v2 .footer-columns{grid-template-columns:1fr;gap:28px}.storefront-v2 .footer-bottom{align-items:flex-start}
}

@media(max-width:800px){.storefront-v2 .collector-stage{height:auto;min-height:650px;padding:25px 16px 20px}}
@media(max-width:440px){.storefront-v2 .collector-stage{min-height:610px}}

/* Customer account dashboard */
.storefront-v2 .account-page-shell .account-dashboard{max-width:none;margin-top:32px;padding-bottom:0}
.storefront-v2 .account-dashboard>.account-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,.72fr);align-items:center;gap:34px;padding:34px;border-color:var(--sf-border);background:linear-gradient(125deg,var(--sf-surface-raised),var(--sf-surface))}
.storefront-v2 .account-identity{display:flex;align-items:center;gap:22px;min-width:0}
.storefront-v2 .account-avatar{width:82px;height:82px;display:grid;flex:0 0 82px;place-items:center;border:1px solid var(--sf-accent);border-radius:24px;color:var(--sf-on-accent);background:var(--sf-accent);font-family:var(--k-mono);font-size:1.45rem;font-weight:900;box-shadow:0 16px 34px var(--sf-overlay)}
.storefront-v2 .account-identity h1{margin:4px 0 12px;font-size:clamp(2rem,3.6vw,3.45rem);line-height:1.02}
.storefront-v2 .account-contact-list{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--sf-text-muted);font-size:.76rem}
.storefront-v2 .account-contact-list span{display:flex;align-items:center;gap:7px;min-width:0;overflow-wrap:anywhere}
.storefront-v2 .account-contact-list i{color:var(--sf-accent)}
.storefront-v2 .account-overview-actions{display:grid;gap:12px}
.storefront-v2 .account-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.storefront-v2 .account-stat-grid button{min-width:0;padding:14px;display:flex;align-items:center;gap:10px;border:1px solid var(--sf-border);border-radius:10px;color:var(--sf-text);background:var(--sf-surface);text-align:left;cursor:pointer}
.storefront-v2 .account-stat-grid button:hover{border-color:var(--sf-accent)}
.storefront-v2 .account-stat-grid button>i{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;border-radius:50%;color:var(--sf-accent);background:var(--sf-surface-raised)}
.storefront-v2 .account-stat-grid strong,.storefront-v2 .account-stat-grid small{display:block}
.storefront-v2 .account-stat-grid strong{font-family:var(--k-mono);font-size:1rem}
.storefront-v2 .account-stat-grid small{margin-top:2px;color:var(--sf-text-faint);font-size:.62rem;text-transform:uppercase}
.storefront-v2 .account-logout{width:100%;min-height:42px}
.storefront-v2 .account-section-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}
.storefront-v2 .account-section-nav button{min-width:0;padding:16px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);color:var(--sf-text);background:var(--sf-surface);text-align:left;cursor:pointer}
.storefront-v2 .account-section-nav button:hover,.storefront-v2 .account-section-nav button.active{border-color:var(--sf-accent);background:var(--sf-surface-raised)}
.storefront-v2 .account-section-nav button>i:first-child{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:var(--sf-accent);background:var(--sf-surface-raised)}
.storefront-v2 .account-section-nav button.active>i:first-child{color:var(--sf-on-accent);background:var(--sf-accent)}
.storefront-v2 .account-section-nav b,.storefront-v2 .account-section-nav small{display:block}
.storefront-v2 .account-section-nav b{font-size:.8rem}
.storefront-v2 .account-section-nav small{margin-top:3px;color:var(--sf-text-faint);font-size:.65rem}
.storefront-v2 .account-section-nav button>i:last-child{color:var(--sf-text-faint);font-size:.72rem}
.storefront-v2 .account-section-intro{min-height:220px;margin-top:14px;padding:36px;display:flex;align-items:center;justify-content:center;gap:18px;border:1px dashed var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface);text-align:left}
.storefront-v2 .account-section-intro>i{width:58px;height:58px;display:grid;flex:0 0 58px;place-items:center;border-radius:16px;color:var(--sf-accent);background:var(--sf-surface-raised);font-size:1.35rem}
.storefront-v2 .account-section-intro h2{margin:3px 0 8px}
.storefront-v2 .account-section-intro p:last-child{max-width:560px;margin:0;color:var(--sf-text-muted);font-size:.78rem;line-height:1.6}
.storefront-v2 .account-section-workspace{display:grid;gap:14px;margin-top:14px}
.storefront-v2 .account-settings{margin-top:28px}
.storefront-v2 .account-settings-heading,.storefront-v2 .account-history-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:14px}
.storefront-v2 .account-settings-heading h2,.storefront-v2 .account-history-heading h2{margin:3px 0 0;font-size:1.7rem}
.storefront-v2 .account-settings-heading>p{max-width:430px;margin:0;color:var(--sf-text-muted);font-size:.76rem;line-height:1.6;text-align:right}
.storefront-v2 .account-settings-grid{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(0,1.2fr);gap:14px;align-items:start}
.storefront-v2 .account-panel{min-width:0;padding:26px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface)}
.storefront-v2 .account-panel-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.storefront-v2 .account-panel-heading>span{width:42px;height:42px;display:grid;flex:0 0 42px;place-items:center;border-radius:10px;color:var(--sf-accent);background:var(--sf-surface-raised);font-size:1.05rem}
.storefront-v2 .account-panel-heading h2{margin:2px 0 0;font-size:1.15rem}
.storefront-v2 .account-panel-heading .account-secondary-action{margin-left:auto}
.storefront-v2 .account-form-grid,.storefront-v2 .account-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.storefront-v2 .account-form-grid label,.storefront-v2 .account-address-grid label{margin:0}
.storefront-v2 .account-address-line,.storefront-v2 .account-default-check{grid-column:1/-1}
.storefront-v2 .account-address-line textarea{min-height:96px;resize:vertical}
.storefront-v2 .account-default-check{min-height:42px;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--sf-border);border-radius:8px;background:var(--sf-surface-raised)}
.storefront-v2 .account-default-check input{width:16px;height:16px;min-height:0;margin:0;accent-color:var(--sf-accent)}
.storefront-v2 .account-panel-note{display:flex;align-items:flex-start;gap:8px;margin:18px 0 0;padding-top:16px;border-top:1px solid var(--sf-border);color:var(--sf-text-faint);font-size:.68rem;line-height:1.55}
.storefront-v2 .account-panel-note i{color:var(--sf-accent)}
.storefront-v2 .account-secondary-action,.storefront-v2 .account-icon-action{display:inline-grid;place-items:center;border:1px solid var(--sf-border);border-radius:8px;color:var(--sf-text);background:var(--sf-surface-raised);cursor:pointer}
.storefront-v2 .account-secondary-action{grid-auto-flow:column;gap:6px;min-height:38px;padding:0 12px;font-size:.7rem;font-weight:750}
.storefront-v2 .account-secondary-action:hover,.storefront-v2 .account-icon-action:hover{border-color:var(--sf-accent);color:var(--sf-accent)}
.storefront-v2 .address-book-list{margin-top:22px;padding-top:20px;border-top:1px solid var(--sf-border)}
.storefront-v2 .address-book-list>.section-kicker{margin-bottom:8px}
.storefront-v2 .address-book-list .saved-address{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;margin-top:8px;padding:12px;border:1px solid var(--sf-border);border-radius:9px;background:var(--sf-surface-raised)}
.storefront-v2 .address-book-list .saved-address>i{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:var(--sf-accent);background:var(--sf-surface)}
.storefront-v2 .address-book-list .saved-address>span{display:block;min-width:0}
.storefront-v2 .address-book-list .saved-address b{font-size:.76rem}
.storefront-v2 .address-book-list .saved-address b em{margin-left:6px;padding:3px 6px;border-radius:999px;color:var(--sf-on-accent);background:var(--sf-accent);font-size:.55rem;font-style:normal;text-transform:uppercase}
.storefront-v2 .address-book-list .saved-address small{overflow-wrap:anywhere;color:var(--sf-text-muted);font-size:.67rem;line-height:1.55}
.storefront-v2 .address-book-list .saved-address>div{display:flex;gap:6px}
.storefront-v2 .account-icon-action{width:34px;height:34px;padding:0}
.storefront-v2 .account-icon-action.danger{color:var(--sf-danger)}
.storefront-v2 .account-save-bar{position:sticky;z-index:8;bottom:16px;margin-top:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-surface-raised);box-shadow:0 16px 36px var(--sf-overlay)}
.storefront-v2 .account-save-bar>span{display:flex;align-items:center;gap:10px}
.storefront-v2 .account-save-bar>span>i{color:var(--sf-accent);font-size:1.2rem}
.storefront-v2 .account-save-bar b,.storefront-v2 .account-save-bar small{display:block}
.storefront-v2 .account-save-bar b{font-size:.78rem}
.storefront-v2 .account-save-bar small{margin-top:2px;color:var(--sf-text-faint);font-size:.66rem}
.storefront-v2 .account-save-bar .button{min-width:220px}
.storefront-v2 .account-history-section{padding-top:64px}
.storefront-v2 .account-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.storefront-v2 .account-history-grid .account-panel-heading{margin-bottom:14px}
.storefront-v2 .account-empty{min-height:110px;padding:18px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px dashed var(--sf-border);border-radius:9px;color:var(--sf-text-muted);background:var(--sf-surface-raised)}
.storefront-v2 .account-empty>i{color:var(--sf-accent);font-size:1.15rem}
.storefront-v2 .account-empty b,.storefront-v2 .account-empty small{display:block}
.storefront-v2 .account-empty b{color:var(--sf-text);font-size:.78rem}
.storefront-v2 .account-empty small{margin-top:3px;font-size:.68rem}
.storefront-v2 .account-activity>div:first-child{border-top:0}
.storefront-v2 .account-review-panel{margin-top:14px}

/* The legacy tooltip points right from its trigger. The v2 heading puts that trigger at the panel's right edge. */
.storefront-v2 .effect-tooltip{left:auto;right:0;width:360px;max-width:calc(100vw - 32px)}

@media(max-width:920px){
  .storefront-v2 .account-page-shell .account-dashboard>.account-overview{grid-template-columns:1fr;align-items:stretch}
  .storefront-v2 .account-page-shell .account-settings-grid,.storefront-v2 .account-page-shell .account-history-grid{grid-template-columns:1fr}
  .storefront-v2 .account-page-shell .account-overview-actions{grid-template-columns:minmax(0,1fr) 150px;align-items:center}
}
@media(max-width:620px){
  .storefront-v2 .account-page-shell .account-dashboard{margin-top:20px}
  .storefront-v2 .account-page-shell .account-dashboard>.account-overview{gap:24px;padding:24px 20px}
  .storefront-v2 .account-page-shell .account-identity{align-items:flex-start;gap:14px}
  .storefront-v2 .account-page-shell .account-avatar{width:58px;height:58px;flex-basis:58px;border-radius:16px;font-size:1rem}
  .storefront-v2 .account-page-shell .account-identity h1{font-size:2rem}
  .storefront-v2 .account-page-shell .account-contact-list{display:grid;gap:6px}
  .storefront-v2 .account-page-shell .account-overview-actions{display:grid;grid-template-columns:1fr}
  .storefront-v2 .account-page-shell .account-stat-grid{gap:6px}
  .storefront-v2 .account-page-shell .account-stat-grid button{display:grid;justify-items:center;gap:5px;padding:10px 5px;text-align:center}
  .storefront-v2 .account-page-shell .account-stat-grid button>i{width:30px;height:30px;flex-basis:30px}
  .storefront-v2 .account-page-shell .account-section-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .storefront-v2 .account-page-shell .account-section-nav button{grid-template-columns:34px minmax(0,1fr);padding:12px}
  .storefront-v2 .account-page-shell .account-section-nav button>i:last-child{display:none}
  .storefront-v2 .account-page-shell .account-section-intro{align-items:flex-start;flex-direction:column;padding:26px 20px}
  .storefront-v2 .account-page-shell .account-settings-heading,.storefront-v2 .account-page-shell .account-history-heading{align-items:flex-start;flex-direction:column;gap:8px}
  .storefront-v2 .account-page-shell .account-settings-heading>p{text-align:left}
  .storefront-v2 .account-page-shell .account-panel{padding:20px}
  .storefront-v2 .account-page-shell .account-panel-heading{align-items:flex-start}
  .storefront-v2 .account-page-shell .account-panel-heading .account-secondary-action{grid-auto-flow:row;width:38px;padding:0;font-size:0}
  .storefront-v2 .account-page-shell .account-panel-heading .account-secondary-action i{font-size:1rem}
  .storefront-v2 .account-page-shell .account-form-grid,.storefront-v2 .account-page-shell .account-address-grid{grid-template-columns:1fr}
  .storefront-v2 .account-page-shell .account-address-line,.storefront-v2 .account-page-shell .account-default-check{grid-column:auto}
  .storefront-v2 .account-page-shell .address-book-list .saved-address{grid-template-columns:34px minmax(0,1fr)}
  .storefront-v2 .account-page-shell .address-book-list .saved-address>div{grid-column:2}
  .storefront-v2 .account-page-shell .account-save-bar{position:static;align-items:stretch;flex-direction:column}
  .storefront-v2 .account-page-shell .account-save-bar .button{width:100%;min-width:0}
  .storefront-v2 .account-page-shell .account-history-section{padding-top:48px}
  .storefront-v2 .account-page-shell .account-activity>div{align-items:flex-start;flex-direction:column}
  .storefront-v2 .ability-box .effect-tooltip{position:fixed;left:12px;right:12px;bottom:12px;width:auto;max-width:none}
}

.storefront-v2 .product-detail .detail-info h1{font-size:clamp(1.875rem,2.5vw,2.75rem);line-height:1.08;letter-spacing:-.035em;overflow-wrap:anywhere}
@media(max-width:620px){
  .storefront-v2 .product-detail .detail-info h1{font-size:1.5rem}
  .storefront-v2 .market-price-panel{gap:16px;padding:18px}
  .storefront-v2 .market-price-heading{align-items:flex-start;flex-direction:column}
  .storefront-v2 .market-price-pending{align-items:flex-start;flex-direction:column}
  .storefront-v2 .market-price-summary{grid-template-columns:1fr}
  .storefront-v2 .market-price-summary>p{grid-column:auto}
  .storefront-v2 .market-chart-card{padding:14px 10px}
  .storefront-v2 .market-chart{height:230px}
  .storefront-v2 .market-chart svg{height:195px}
  .storefront-v2 .market-chart-stats{grid-template-columns:repeat(2,1fr)}
  .storefront-v2 .market-chart-stats>div:nth-child(2){border-right:0}
  .storefront-v2 .market-chart-stats>div:nth-child(-n+2){border-bottom:1px solid var(--sf-border)}
}
/* Card-rules explanation uses a labelled language action instead of the old ambiguous exclamation mark. */
.storefront-v2 .effect-help-wrap .effect-help{width:auto;height:auto;display:inline-flex;place-items:unset;border-radius:999px;color:var(--sf-accent);background:var(--k-accent-soft);white-space:nowrap}.storefront-v2 .effect-help-wrap .effect-help:hover,.storefront-v2 .effect-help-wrap .effect-help:focus-visible,.storefront-v2 .effect-help-wrap .effect-help[aria-expanded=true]{color:var(--sf-on-accent);background:var(--sf-accent)}.storefront-v2 .effect-help-wrap .effect-tooltip{right:0;left:auto;top:calc(100% + 9px);bottom:auto;width:360px;max-width:calc(100vw - 32px)}
@media(max-width:920px){.storefront-v2 .ability-box .effect-help-wrap .effect-tooltip{position:fixed;left:12px;right:12px;top:auto;bottom:12px;width:auto;max-width:none}.storefront-v2 .ability-box .effect-help-wrap:not(.is-open) .effect-tooltip{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(5px)}.storefront-v2 .card-rules-panel .section-heading{align-items:center;gap:12px}.storefront-v2 .effect-help-wrap .effect-help{min-height:40px}}
