.list-page{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:56px 0 90px}
.list-hero{max-width:760px}
.list-hero h1{margin:0;font-size:clamp(38px,6vw,68px);line-height:1.02;letter-spacing:-.05em}
.list-hero>p:last-child{margin:20px 0 0;color:#746d76;line-height:1.8}
.list-controls{margin-top:38px;padding:20px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.status-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}
.status-tab{border:1px solid var(--line);background:#f8f5f8;color:#6f6770;padding:10px 18px;border-radius:999px;font-weight:800;cursor:pointer;white-space:nowrap}
.status-tab.active{background:#262126;color:#fff;border-color:#262126}
.filter-grid{display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:14px;margin-top:18px}
.filter-grid label{display:flex;flex-direction:column;gap:7px}
.filter-grid label>span{font-size:11px;font-weight:800;color:#8d848d}
.filter-grid select,.filter-grid input{width:100%;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);padding:0 12px;font:inherit;font-size:13px}
.list-summary-row{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:28px 2px 16px;color:#827982;font-size:12px}
.list-summary-row p{margin:0}

.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(54,39,53,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;cursor:pointer;outline:none}
.product-card:hover,.product-card:focus-visible{transform:translateY(-3px);box-shadow:0 20px 48px rgba(54,39,53,.11);border-color:#cfc4cd}
.product-card:focus-visible{box-shadow:0 0 0 3px rgba(38,33,38,.12),0 20px 48px rgba(54,39,53,.11)}
.product-image{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #f0ebef;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;padding:8px}
.product-image.missing::after{content:"IMAGE";font-size:10px;font-weight:900;letter-spacing:.15em;color:#b0a7af}
.product-body{display:flex;flex-direction:column;min-height:228px;padding:14px}
.product-work{margin:0;color:#918891;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-title{margin:8px 0 0;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.product-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:12px}
.product-status,.product-category,.product-shop-count{font-size:10px;font-weight:800;border-radius:999px;padding:5px 8px}
.product-status{background:#eef7f1;color:#397653}
.product-status.reserve{background:#f6eff8;color:#745282}
.product-category{background:#f4f1f4;color:#746c75}
.product-shop-count{background:#eef2f8;color:#53657f}
.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:16px}
.product-price{font-size:16px}
.product-release{font-size:10px;color:#918891;text-align:right}
.product-open-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:10px;border-top:1px solid #eee8ed;color:#857b84;font-size:10px;font-weight:800}
.product-open-cta b{font-size:18px;font-weight:500;color:#585057;line-height:1}

.list-loading{grid-column:1/-1;padding:60px 20px;text-align:center;color:#8d858d;border:1px dashed var(--line);border-radius:20px}
.load-more-wrap{text-align:center;margin-top:30px}
.load-more-wrap button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 28px;font-weight:800;cursor:pointer}
.load-more-wrap button:hover{background:#f7f4f7}

.product-detail-dialog{width:min(640px,calc(100vw - 28px));max-height:min(780px,calc(100dvh - 28px));padding:0;border:1px solid #313a4a;border-radius:24px;background:#111720;color:#f1f4f8;box-shadow:0 30px 90px rgba(0,0,0,.65);overflow:hidden}
.product-detail-dialog::backdrop{background:rgba(3,6,10,.80);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.product-detail-shell{position:relative;padding:22px;max-height:min(780px,calc(100dvh - 28px));overflow:auto;overscroll-behavior:contain}
.product-detail-handle{display:none}
.product-detail-close{position:absolute;z-index:3;right:16px;top:14px;width:36px;height:36px;border-radius:50%;border:1px solid #3a4557;background:#0b1118;color:#fff;font-size:24px;line-height:1;cursor:pointer}
.product-detail-head{padding:0 50px 16px 0;border-bottom:1px solid #303847}
.product-detail-head>span{display:block;margin-bottom:6px;color:#ffb86b;font-size:10px;font-weight:900;letter-spacing:.12em}
.product-detail-head strong{display:block;font-size:18px;line-height:1.5}
.product-detail-summary{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:18px 0 14px;align-items:center}
.product-detail-image{display:grid;place-items:center;aspect-ratio:1/1;border-radius:15px;overflow:hidden;background:#fff;border:1px solid #313a4a}
.product-detail-image img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.detail-image-fallback{width:100%;height:100%;display:grid;place-content:center;justify-items:center;gap:8px;background:linear-gradient(145deg,#202735,#131821);color:#98a2b2}
.detail-image-fallback span{font-size:40px;line-height:1}
.detail-image-fallback small{font-size:10px}
.product-detail-summary-text{min-width:0}
.product-detail-status{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:12px}
.detail-status-pill,.detail-shop-count{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900}
.detail-status-pill{background:#15372a;color:#65d69a}
.detail-status-pill.reserve{background:#33233b;color:#d6a7e6}
.detail-shop-count{background:#1d2a3c;color:#9db9df}
.product-detail-price{font-size:28px;font-weight:900;line-height:1.25}
.product-detail-price small{display:block;margin-top:3px;color:#8994a5;font-size:10px;font-weight:500}
.product-detail-release{margin-top:10px;color:#9ca6b6;font-size:11px;line-height:1.6}
.product-detail-release strong{color:#c8d0dc;font-size:10px}
.product-detail-tags{display:flex;gap:6px;flex-wrap:wrap;padding:0 0 14px}
.product-detail-tags span{font-size:10px;color:#d9dee7;border:1px solid #343d4d;padding:4px 7px;border-radius:8px;background:#0f141c}
.product-detail-meta{display:grid;gap:5px;padding:13px 14px;border:1px solid #343d4d;border-radius:12px;background:#0d1219;color:#adb6c4;font-size:11px;line-height:1.55}
.product-detail-meta strong{color:#d5dbe5}
.product-detail-shops{margin-top:20px}
.product-detail-shop-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:9px}
.product-detail-shop-head strong{font-size:14px}
.product-detail-shop-head small{color:#8994a5;font-size:9px;text-align:right}
.product-detail-shop-list{display:grid;gap:8px}
.product-detail-shop-link{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border:1px solid #343d4d;border-radius:12px;background:#0c121a;color:#f1f4f8;text-decoration:none;transition:border-color .15s ease,transform .15s ease}
.product-detail-shop-link:hover{border-color:#66748a;transform:translateY(-1px)}
.product-detail-shop-name{min-width:0}
.product-detail-shop-name strong{display:block;font-size:12px;line-height:1.45}
.product-detail-shop-name small{display:block;margin-top:3px;color:#ffb86b;font-size:9px;line-height:1.4}
.product-detail-shop-side{max-width:48%;color:#aeb7c5;font-size:10px;line-height:1.45;text-align:right}
.product-detail-no-shop{padding:18px;border:1px dashed #343d4d;border-radius:12px;text-align:center;color:#8994a5;font-size:11px}
.product-detail-pr{margin:14px 0 0;color:#7f8999;font-size:9px;line-height:1.6}
body.product-detail-open{overflow:hidden}

@media(max-width:900px){
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .filter-grid{grid-template-columns:1fr 1fr}
  .search-field{grid-column:1/-1}
}
@media(max-width:640px){
  .list-page{width:calc(100% - 32px);padding:38px 0 65px}
  .list-controls{padding:14px;border-radius:19px}
  .filter-grid{grid-template-columns:1fr}
  .search-field{grid-column:auto}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-body{min-height:205px;padding:11px}
  .product-title{font-size:12px}
  .product-price{font-size:14px}
  .product-open-cta{font-size:9px}
  .list-summary-row{margin-top:20px}
  .list-summary-row p:last-child{display:none}

  .product-detail-dialog{inset:auto 0 0 0;width:100%;max-width:none;max-height:88dvh;margin:0;border-left:0;border-right:0;border-bottom:0;border-radius:24px 24px 0 0}
  .product-detail-shell{max-height:88dvh;padding:10px 14px calc(18px + env(safe-area-inset-bottom))}
  .product-detail-handle{display:block;width:42px;height:4px;margin:0 auto 8px;border-radius:999px;background:#465064}
  .product-detail-close{right:12px;top:14px;width:34px;height:34px}
  .product-detail-head{padding:2px 44px 12px 2px}
  .product-detail-head strong{font-size:14px;line-height:1.45}
  .product-detail-summary{grid-template-columns:96px minmax(0,1fr);gap:13px;padding:13px 0 11px}
  .product-detail-image{border-radius:12px}
  .product-detail-price{font-size:23px}
  .product-detail-release{margin-top:7px;font-size:9px}
  .product-detail-status{margin-bottom:8px;gap:4px}
  .product-detail-tags{padding-bottom:10px}
  .product-detail-meta{padding:10px 11px;font-size:10px}
  .product-detail-shops{margin-top:15px}
  .product-detail-shop-head{align-items:flex-start;flex-direction:column;gap:2px;margin-bottom:8px}
  .product-detail-shop-head small{text-align:left}
  .product-detail-shop-link{min-height:56px;padding:11px 12px}
  .product-detail-shop-name strong{font-size:11px}
  .product-detail-shop-side{max-width:44%;font-size:9px}
}
@media(prefers-reduced-motion:reduce){
  .product-card,.product-detail-shop-link{transition:none}
}
