.stores-page { background: #f0f2f5; min-height: 100vh; padding-bottom: 56px; }
.consumer-hub { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
.hub-page { display: none; }
.hub-page.active { display: block; }
.hub-user-bar { margin-top: 4px; font-size: 12px; opacity: 0.92; }
.hub-topbar-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.hub-topbar-actions .btn-outline { padding: 4px 10px; font-size: 12px; border: 1px solid #ddd; background: #fff; border-radius: 6px; }
.hub-promo-summary { margin: 12px 14px 0; padding: 14px 16px; }
.hub-promo-summary h3 { margin: 0 0 10px; font-size: 15px; }
.hub-promo-stats { display: flex; gap: 16px; margin-bottom: 8px; }
.hub-promo-stat .label { font-size: 12px; color: #888; }
.hub-promo-stat .value { font-size: 24px; font-weight: 700; color: #07c160; }
.hub-promo-stat .value.sub { font-size: 20px; color: #ff6b35; }
.hub-details { margin: 10px 14px 0; padding: 0; overflow: hidden; }
.hub-details summary {
  padding: 14px 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.hub-details summary::-webkit-details-marker { display: none; }
.hub-details > div { padding: 0 16px 14px; }
.stores-badge-muted { background: #bbb; }
.stores-action-tiered .btn-share-primary { font-size: 16px; padding: 14px; }
.stores-action-tiered .btn-share-secondary { background: #fff; border: 1px solid #07c160; color: #07c160; }
.stores-action-tiered .btn-share-ghost { color: #888; border-color: #ddd; font-size: 14px; }
#tab-promo .card { margin: 10px 14px 0; padding: 14px 16px; }
#tab-promo .card h3 { margin: 0 0 10px; font-size: 15px; }
.h5-tabbar.hidden { display: none !important; }
.stores-topbar {
  background: #fff;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 50;
}
.stores-topbar h1 {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.stores-back, .stores-back-btn {
  border: none;
  background: none;
  color: #07c160;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.stores-intro {
  margin: 12px 14px 0;
  padding: 14px 16px;
  background: linear-gradient(135deg, #e8f8ef, #fff);
  border: 1px solid #b7eb8f;
  border-radius: 12px;
}
.stores-intro strong { display: block; margin-bottom: 6px; font-size: 15px; }
.stores-loading { text-align: center; padding: 40px 16px; color: #999; }
.stores-list { padding: 12px 14px; }
.stores-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  cursor: pointer;
}
.stores-list-item:active { background: #fafafa; }
.stores-list-item .thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e8f8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #07c160;
}
.stores-list-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.stores-list-item .body { flex: 1; min-width: 0; }
.stores-list-item .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.stores-list-item .meta { font-size: 12px; color: #888; line-height: 1.45; }
.stores-list-item .arrow { color: #ccc; font-size: 20px; flex-shrink: 0; }
.stores-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #ff6b35;
  padding: 2px 6px;
  border-radius: 10px;
}
.stores-detail-view { padding: 12px 14px; }
.stores-detail-view .visit-photo-gallery-welfare { margin-bottom: 12px; }
.stores-detail-head { padding: 14px 16px; margin-bottom: 10px; }
.stores-detail-title { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 8px; }
.stores-detail-title h2 { margin: 0; font-size: 20px; line-height: 1.3; }
.stores-detail-title .store-tag {
  display: inline-block;
  background: #e8f8ef;
  color: #07c160;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}
.stores-section { padding: 14px 16px; margin-bottom: 10px; }
.stores-section h3 { margin: 0 0 10px; font-size: 15px; }
.stores-share-box .note { margin-bottom: 12px; }
.stores-action-grid { display: grid; gap: 10px; }
