.catalog-panel { margin-bottom: 18px; }
.stores-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; margin-top: 18px; }
.store-card { background: #09142699; border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.store-card-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.store-card h3 { margin: 0; font-size: 15px; }
.store-card small { color: var(--muted); }
.category-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.category-chip { font-size: 10px; color: #c9d4e3; background: #17253a; border-radius: 7px; padding: 5px 8px; }
.category-more { color: #a998ff; background: #7c5cff1c; }
