.stores-list-card-v2{gap:var(--jdsc-space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--jdsc-space-4);background:var(--color-surface);grid-template-columns:72px minmax(0,1fr);transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.stores-list-card-v2:hover{border-color:var(--color-brand);box-shadow:var(--jdsc-shadow-2);transform:translateY(-1px)}.stores-list-thumb{border-radius:var(--radius-md);width:72px;height:72px;color:var(--color-brand);background:var(--color-brand-tint);place-items:center;display:grid}.stores-list-content{gap:var(--jdsc-space-3);min-width:0;display:grid}.stores-list-content header{gap:var(--jdsc-space-3);grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid}.stores-list-title-line{align-items:center;gap:var(--jdsc-space-2);flex-wrap:wrap;min-width:0;display:flex}.stores-list-title-line h3{font-size:var(--jdsc-fs-h3);font-weight:var(--jdsc-fw-black);line-height:var(--jdsc-lh-h3);margin:0}.stores-list-title-line span{border-radius:var(--radius-sm);padding:var(--jdsc-space-1) var(--jdsc-space-2);color:var(--color-text-subtle);background:var(--color-surface-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black)}.stores-list-title-line .stores-list-favorite-badge{border-radius:var(--radius-pill);color:var(--color-brand);background:var(--color-brand-tint);align-items:center;gap:2px;display:inline-flex}.stores-list-content header p{align-items:center;gap:var(--jdsc-space-1);color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-bold);margin:5px 0 0;display:flex}.stores-status-badge{align-items:center;gap:var(--jdsc-space-1);border-radius:var(--radius-sm);padding:var(--jdsc-space-1) var(--jdsc-space-3);color:var(--color-success-fill);background:var(--color-success-soft);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);white-space:nowrap;display:inline-flex}.stores-status-badge:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.status-ready .stores-status-badge{color:var(--color-warning-strong);background:var(--color-warning-soft)}.status-closed .stores-status-badge{color:var(--color-danger-fill);background:var(--color-danger-soft)}.stores-list-meta{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra)}.stores-list-meta span{align-items:center;gap:var(--jdsc-space-1);display:inline-flex}.stores-list-meta svg{color:var(--color-brand)}.stores-list-card-v2.compact{gap:var(--jdsc-space-2);border-radius:var(--radius-md);width:100%;padding:var(--jdsc-space-3);box-shadow:none;border-color:#0000;grid-template-columns:44px minmax(0,1fr)}.stores-list-card-v2.compact:hover,.stores-list-card-v2.compact.active{border-color:var(--color-brand-outline-warm);background:var(--color-brand-tint);transform:none}.stores-list-card-v2.compact .stores-list-thumb{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-brand);background:var(--color-surface)}.stores-list-card-v2.compact .stores-list-content{gap:var(--jdsc-space-1)}.stores-list-card-v2.compact .stores-list-content header{gap:var(--jdsc-space-2);grid-template-columns:minmax(0,1fr) auto}.stores-list-card-v2.compact .stores-list-title-line{flex-wrap:nowrap}.stores-list-card-v2.compact .stores-list-title-line h3{min-width:0;font-size:var(--jdsc-fs-sm);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stores-list-card-v2.compact .stores-list-title-line span,.stores-list-card-v2.compact .stores-list-content header p,.stores-list-card-v2.compact .stores-list-meta span:nth-child(n+3){display:none}.stores-list-card-v2.compact .stores-list-title-line .stores-list-favorite-badge{flex:none;padding:2px 5px;font-size:10px;display:inline-flex}.stores-list-card-v2.compact .stores-list-meta{gap:var(--jdsc-space-2);display:flex}.stores-list-card-v2.compact .stores-list-meta span{min-width:0}.stores-list-card-v2.compact .stores-list-meta span:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:88px;overflow:hidden}.stores-list-card-v2.compact .stores-list-meta span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;max-width:112px;overflow:hidden}.stores-list-card-v2.compact .stores-status-badge{padding:var(--jdsc-space-1) var(--jdsc-space-2);font-size:10px}.stores-list-card-v2.compact .stores-status-badge.selected{color:var(--color-surface);background:var(--color-brand)}.stores-list-product-match{align-items:center;gap:var(--jdsc-space-2);border:1px solid var(--color-border-soft);border-radius:var(--jdsc-radius-sm);background:var(--color-surface);cursor:pointer;min-width:0;padding:7px 8px;display:flex}.stores-list-product-match:hover{border-color:var(--color-brand-outline-warm);background:var(--color-panel)}.stores-list-product-match-label{border-radius:var(--jdsc-radius-xs);color:var(--color-text-muted);background:var(--color-surface-muted);font-size:10px;font-weight:var(--jdsc-fw-black);flex:none;padding:2px 5px;line-height:1.2}.stores-list-product-match-copy{align-items:baseline;gap:var(--jdsc-space-2);flex:auto;grid-template-columns:minmax(0,1fr) auto;min-width:0;display:grid}.stores-list-product-match-action{color:var(--color-brand);font-size:10px;font-weight:var(--jdsc-fw-black);white-space:nowrap;flex:none;align-items:center;gap:1px;line-height:1;display:inline-flex}.stores-list-product-match strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-xs);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;display:block;overflow:hidden}.stores-list-product-match span{min-width:0;color:var(--color-text-subtle);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);white-space:nowrap}.stores-list-product-match .stores-list-product-match-label{color:var(--color-text-muted);font-size:10px}.stores-list-product-match .stores-list-product-match-action{color:var(--color-brand);font-size:10px}.stores-list-product-match-action svg{flex:none}.stores-list-meta{gap:var(--jdsc-space-2);color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra);flex-wrap:wrap;display:flex}.stores-list-meta span:first-child{align-items:center;gap:var(--jdsc-space-1);display:inline-flex}.stores-list-meta span:first-child:before{background:var(--color-text-disabled);content:"";border-radius:999px;width:6px;height:6px}.stores-list-meta .open{color:var(--color-success)}.stores-list-meta .ready{color:var(--color-warning)}.stores-list-meta .closed{color:var(--color-text-muted)}.stores-list-meta .holiday{color:var(--color-danger)}.stores-list-meta .unknown{color:var(--color-text-disabled)}.stores-list-meta .open:before{background:var(--color-success-fill)}.stores-list-meta .ready:before{background:var(--color-warning-fill)}.stores-list-meta .holiday:before{background:var(--color-danger-fill)}.stores-list-meta .unknown:before{background:var(--color-border-strong)}.stores-list-compact-line{gap:var(--jdsc-space-1);min-width:0;color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra);white-space:nowrap;display:flex}.stores-list-compact-line span{text-overflow:ellipsis;min-width:0;overflow:hidden}.stores-list-compact-line span+span:before{color:var(--color-text-placeholder);content:"·";margin-right:4px}
