/* shubazhijia.top homepage visual refresh — CSS only, 2026-09-03 */

.home-page,
.home-page[data-v-2ff41e01] {
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  min-height: 100vh !important;
  padding: 0 12px 86px !important;
  overflow-x: hidden !important;
  background: #f3f3f3 !important;
  color: #202124 !important;
}

.home-page::before,
.home-page[data-v-2ff41e01]::before {
  display: none !important;
  content: none !important;
}

/* Hero: reuse the original merchant profile content inside a red-gold banner. */
.home-page .home-profile,
.home-page .home-profile[data-v-2ff41e01] {
  order: 1;
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: calc(100% + 24px) !important;
  height: 292px !important;
  min-height: 292px !important;
  margin: 0 -12px 12px !important;
  padding: 22px 48% 20px 22px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(126, 0, 0, .16), rgba(126, 0, 0, 0) 58%),
    url('/static/home-hero-horse-20260903a.jpg') center / cover no-repeat !important;
  box-shadow: none !important;
  color: #fff7d3 !important;
}

.home-page .home-profile::before {
  content: "好料推荐";
  position: absolute;
  left: 22px;
  top: 78px;
  max-width: 56%;
  color: #ffe89a;
  font-family: "STKaiti", "KaiTi", "PingFang SC", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 1px;
  text-shadow: 0 2px 2px rgba(118, 0, 0, .7), 0 0 12px rgba(255, 213, 90, .22);
  white-space: nowrap;
}

.home-page .home-profile::after {
  content: "实时更新　权威来源　独家视角　永久有效";
  position: absolute;
  left: 22px;
  bottom: 76px;
  z-index: 1;
  width: 64%;
  color: #fff3ba;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .2px;
  white-space: nowrap;
}

.home-page .home-avatar,
.home-page .home-avatar[data-v-2ff41e01] {
  position: absolute !important;
  left: 22px !important;
  top: 20px !important;
  z-index: 2 !important;
  width: 42px !important;
  height: 42px !important;
  border: 2px solid rgba(255, 232, 154, .82) !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  box-shadow: 0 4px 14px rgba(87, 0, 0, .28) !important;
}

.home-page .home-name,
.home-page .home-name[data-v-2ff41e01] {
  position: absolute !important;
  left: 73px !important;
  top: 23px !important;
  z-index: 2 !important;
  display: block !important;
  width: 45% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff5ce !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 36px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.home-page .online-pill,
.home-page .online-pill[data-v-2ff41e01] {
  position: absolute !important;
  right: 16px !important;
  top: 20px !important;
  z-index: 2 !important;
  height: 27px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 234, 164, .78) !important;
  border-radius: 999px !important;
  background: rgba(124, 0, 0, .42) !important;
  color: #fff3c1 !important;
  font-size: 10px !important;
  line-height: 25px !important;
  box-shadow: none !important;
}

.home-page .home-intro,
.home-page .home-intro[data-v-2ff41e01] {
  position: absolute !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 14px !important;
  z-index: 2 !important;
  display: block !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-height: 54px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(241, 185, 66, .72) !important;
  border-radius: 9px !important;
  background: rgba(255, 244, 214, .9) !important;
  color: #7b2b1f !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  word-break: break-all !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  box-shadow: 0 4px 14px rgba(91, 0, 0, .12) !important;
}

/* Existing announcement keeps its original text and behavior. */
.home-page .notice-card,
.home-page .notice-card[data-v-2ff41e01] {
  order: 2;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 0 14px !important;
  padding: 0 13px !important;
  overflow: hidden !important;
  border: 1px solid #ffd67c !important;
  border-radius: 9px !important;
  background: linear-gradient(90deg, #fff2c8, #ffe0a3) !important;
  color: #b11b13 !important;
  box-shadow: none !important;
}

.home-page .notice-card img,
.home-page .notice-card img[data-v-2ff41e01] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px !important;
  opacity: .78 !important;
}

.home-page .notice-marquee > text,
.home-page .notice-track text {
  color: #a62a1c !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* Keep the existing filter and search events; only change their appearance. */
.home-page .filter-wrap,
.home-page .filter-wrap[data-v-2ff41e01] {
  order: 3;
  position: relative !important;
  z-index: 1200 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
}

.home-page .home-search,
.home-page .home-search[data-v-2ff41e01] {
  box-sizing: border-box !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  gap: 8px !important;
  border: 1.5px solid #5f6063 !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .035) !important;
}

.home-page .home-search .filter-btn,
.home-page .home-search input,
.home-page .home-search .search-action {
  color: #333 !important;
  font-size: 12px !important;
}

.home-page .home-search input::placeholder {
  color: #a8aaae !important;
}

.home-page .home-search .search-action {
  min-width: 42px !important;
  padding: 0 !important;
  color: #b20b0b !important;
  font-weight: 700 !important;
}

.home-page .filter-panel,
.home-page .filter-panel[data-v-2ff41e01] {
  top: 48px !important;
  border: 1px solid #ececec !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12) !important;
}

/* Existing categories become the screenshot-style centered tab row. */
.home-page .category-strip,
.home-page .category-strip[data-v-2ff41e01] {
  order: 4;
  display: flex !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 62px !important;
  margin: 0 0 16px !important;
  padding: 0 4px !important;
  gap: 10px !important;
  overflow-x: auto !important;
  background: transparent !important;
}

.home-page .category-item,
.home-page .category-item[data-v-2ff41e01] {
  position: relative !important;
  display: flex !important;
  flex: 1 0 92px !important;
  width: auto !important;
  min-width: 92px !important;
  height: 58px !important;
  padding: 0 8px 9px !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

.home-page .category-icon,
.home-page .category-icon[data-v-2ff41e01] {
  display: none !important;
}

.home-page .category-name,
.home-page .category-name[data-v-2ff41e01] {
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #303033 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.home-page .category-item.active::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 4px;
  height: 4px;
  border-radius: 999px;
  background: #cf0a0a;
}

.home-page .category-item.active .category-name {
  color: #1d1d1f !important;
  font-weight: 800 !important;
}

/* Horizontal single-column product cards. The whole original card remains clickable. */
.home-page .article-card,
.home-page .article-card[data-v-ca5d9080] {
  order: 5;
  position: relative !important;
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  grid-template-rows: auto auto minmax(42px, 1fr) !important;
  column-gap: 12px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 156px !important;
  margin: 0 0 12px !important;
  padding: 12px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: 0 2px 9px rgba(24, 24, 24, .045) !important;
}

.home-page .article-card::after {
  content: "查看详情";
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  min-width: 76px;
  height: 30px;
  padding: 0 12px;
  border-radius: 18px;
  background: #c90000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}

.home-page .article-card .author-head,
.home-page .article-card .author-head[data-v-ca5d9080] {
  display: contents !important;
}

.home-page .article-card .author-avatar,
.home-page .article-card .author-avatar[data-v-ca5d9080] {
  grid-column: 1 !important;
  grid-row: 1 / 4 !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
  width: 112px !important;
  height: 132px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #be0909 !important;
  object-fit: cover !important;
  box-shadow: none !important;
}

.home-page .article-card.no-author::before {
  content: "好料\A 推荐";
  grid-column: 1;
  grid-row: 1 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 112px;
  height: 132px;
  padding-top: 32px;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(151, 0, 0, .18), rgba(102, 0, 0, .42)),
    url('/static/home-hero-horse-20260903a.jpg') 73% center / auto 100% no-repeat;
  color: #ffe693;
  font-family: "STKaiti", "KaiTi", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
  white-space: pre;
  text-shadow: 0 1px 2px #7b0000;
}

.home-page .article-card .author-name,
.home-page .article-card .author-name[data-v-ca5d9080] {
  position: absolute !important;
  left: 12px !important;
  bottom: 12px !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  width: 112px !important;
  min-height: 27px !important;
  padding: 4px 6px !important;
  overflow: hidden !important;
  border-radius: 0 0 4px 4px !important;
  background: linear-gradient(180deg, transparent, rgba(42, 0, 0, .82)) !important;
  color: #ffe9a0 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.home-page .article-card .author-head > .beans,
.home-page .article-card .article-head > .beans,
.home-page .article-card .beans {
  position: absolute !important;
  left: 136px !important;
  right: auto !important;
  top: auto !important;
  bottom: 14px !important;
  z-index: 3 !important;
  color: #c90000 !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 28px !important;
}

.home-page .article-card .article-head,
.home-page .article-card .article-head[data-v-ca5d9080] {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-page .article-card .card-title,
.home-page .article-card .card-title[data-v-ca5d9080] {
  display: -webkit-box !important;
  width: 100% !important;
  min-height: 45px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #2b2b2d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  word-break: break-all !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.home-page .article-card .pack-icon {
  display: none !important;
}

.home-page .article-card .verify-badges,
.home-page .article-card .verify-badges[data-v-ca5d9080] {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: flex !important;
  min-width: 0 !important;
  margin: 6px 0 0 !important;
  gap: 5px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.home-page .article-card .verify-badge,
.home-page .article-card .verify-badge.official {
  box-sizing: border-box !important;
  height: 20px !important;
  min-height: 20px !important;
  padding: 0 6px !important;
  border: 1px solid #d7b970 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #b27713 !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
}

.home-page .article-card .verify-badge.official::before,
.home-page .article-card .verify-badge.official::after {
  display: none !important;
  content: none !important;
}

.home-page .article-card .article-foot,
.home-page .article-card .article-foot[data-v-ca5d9080] {
  grid-column: 2 !important;
  grid-row: 3 !important;
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  min-height: 56px !important;
  margin: 4px 0 0 !important;
  padding: 0 0 34px !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  align-items: center !important;
  gap: 3px 5px !important;
  white-space: normal !important;
}

.home-page .article-card .date,
.home-page .article-card .date[data-v-ca5d9080] {
  flex: 1 0 100% !important;
  width: 100% !important;
  max-width: none !important;
  color: #87888c !important;
  font-size: 10px !important;
  line-height: 16px !important;
}

.home-page .article-card .trend-badges {
  display: inline-flex !important;
  margin: 0 !important;
  max-width: 92px !important;
}

.home-page .article-card .article-foot-right {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: 88px !important;
  margin: 0 !important;
  overflow: hidden !important;
  transform: none !important;
}

.home-page .article-card .view-count,
.home-page .article-card .cart-count {
  color: #777 !important;
  font-size: 9px !important;
}

.home-page .article-card .cart-count::before {
  width: 13px !important;
  height: 13px !important;
  background-size: 13px 13px !important;
}

.home-page .article-card .home-public-ribbon,
.home-page .article-card .home-public-ribbon[data-v-ca5d9080] {
  left: 18px !important;
  top: 18px !important;
  z-index: 4 !important;
  box-sizing: border-box !important;
  width: auto !important;
  height: 22px !important;
  padding: 0 7px !important;
  overflow: visible !important;
  border-radius: 3px !important;
  background: #c90000 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
}

.home-page .article-card .home-public-ribbon::before {
  display: none !important;
  content: none !important;
}

.home-page .article-result-stamp,
.home-page .article-card.no-author .article-result-stamp,
.home-page .article-card.has-author .article-result-stamp {
  right: 16px !important;
  top: 58% !important;
  bottom: auto !important;
  z-index: 4 !important;
  width: 56px !important;
  height: 56px !important;
  border-width: 2px !important;
  background: rgba(255, 255, 255, .9) !important;
  font-size: 21px !important;
  transform: translateY(-50%) rotate(-13deg) !important;
  opacity: .9 !important;
}

.home-page .empty-state {
  order: 5;
  min-height: 240px !important;
  color: #999 !important;
}

/* Bottom navigation follows the light reference layout on this page. */
.h5-tabbar {
  left: 50% !important;
  right: auto !important;
  width: min(100%, 480px) !important;
  height: 68px !important;
  border-top: 1px solid #e8e8e8 !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, .05) !important;
  transform: translateX(-50%) !important;
}

.h5-tabbar button {
  color: #5d5e61 !important;
  background: transparent !important;
  font-size: 11px !important;
}

.h5-tabbar button.active {
  color: #ca0808 !important;
}

@media (min-width: 481px) {
  .home-page,
  .home-page[data-v-2ff41e01] {
    max-width: 480px !important;
    margin: 0 auto !important;
    box-shadow: 0 0 34px rgba(0, 0, 0, .08) !important;
  }
}

@media (max-width: 359px) {
  .home-page .home-profile::before {
    font-size: 31px;
  }

  .home-page .home-profile::after {
    font-size: 9px;
  }

  .home-page .article-card,
  .home-page .article-card[data-v-ca5d9080] {
    grid-template-columns: 102px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  .home-page .article-card .author-avatar,
  .home-page .article-card .author-name,
  .home-page .article-card.no-author::before {
    width: 102px !important;
  }

  .home-page .article-card .author-head > .beans,
  .home-page .article-card .article-head > .beans,
  .home-page .article-card .beans {
    left: 124px !important;
  }
}

/* Final purchase-notice alignment. */
.home-page .notice-card,
.home-page .notice-card[data-v-2ff41e01] {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  padding-right: 28px !important;
}

.home-page .notice-card .notice-marquee,
.home-page .notice-card .notice-track {
  display: block !important;
  flex: 1 1 auto !important;
  height: 34px !important;
  overflow: hidden !important;
  line-height: 34px !important;
  white-space: nowrap !important;
}

.home-page .notice-card .notice-marquee > text,
.home-page .notice-card .notice-track text {
  display: block !important;
  height: 34px !important;
  overflow: hidden !important;
  line-height: 34px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Reference hero pass c — presentation only. */
.home-page .home-avatar,
.home-page .home-avatar[data-v-2ff41e01],
.home-page .online-pill,
.home-page .online-pill[data-v-2ff41e01] {
  display: none !important;
}

.home-page .home-name,
.home-page .home-name[data-v-2ff41e01] {
  left: 24px !important;
  top: 24px !important;
  width: 155px !important;
  height: 50px !important;
  overflow: visible !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.home-page .home-name::after {
  content: "携手2026\A共创辉煌";
  display: block;
  color: #ffe9a2;
  font-family: "STKaiti", "KaiTi", "PingFang SC", sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 21px;
  letter-spacing: .4px;
  white-space: pre;
  text-shadow: 0 2px 3px rgba(100, 0, 0, .65);
  transform: rotate(-4deg);
  transform-origin: left center;
}

.home-page .home-profile::before {
  left: 22px !important;
  top: 90px !important;
  font-size: 38px !important;
  letter-spacing: 2px !important;
}

.home-page .home-profile::after {
  bottom: 86px !important;
  width: 242px !important;
  height: 40px !important;
  font-size: 8.2px !important;
  line-height: 38px !important;
}

.home-page .home-intro,
.home-page .home-intro[data-v-2ff41e01] {
  left: 14px !important;
  right: 14px !important;
  bottom: 10px !important;
  max-height: 68px !important;
  min-height: 58px !important;
  padding: 7px 11px !important;
  border-color: rgba(221, 150, 24, .8) !important;
  border-radius: 10px !important;
  background: rgba(255, 239, 202, .92) !important;
  color: #6f3229 !important;
  font-size: 9.5px !important;
  line-height: 15px !important;
  -webkit-line-clamp: 3 !important;
}

/* Screenshot alignment pass b — visual rules only. */
.home-page .home-profile,
.home-page .home-profile[data-v-2ff41e01] {
  height: 318px !important;
  min-height: 318px !important;
}

.home-page .home-profile::after {
  content: "◷ 实时更新　♢ 权威来源　⌖ 独家视角　◎ 永久有效";
  left: 50% !important;
  right: auto !important;
  bottom: 90px !important;
  box-sizing: border-box !important;
  width: 236px !important;
  height: 38px !important;
  padding: 0 7px !important;
  border: 1px solid rgba(255, 241, 172, .42) !important;
  border-radius: 4px !important;
  background:
    linear-gradient(90deg,
      #14895f 0 24.4%, transparent 24.4% 25.2%,
      #14895f 25.2% 49.6%, transparent 49.6% 50.4%,
      #14895f 50.4% 74.8%, transparent 74.8% 75.6%,
      #14895f 75.6% 100%) !important;
  color: #fff6c4 !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow: none !important;
  transform: translateX(-50%) !important;
}

.home-page .home-intro,
.home-page .home-intro[data-v-2ff41e01] {
  bottom: 12px !important;
  display: -webkit-box !important;
  max-height: 66px !important;
  padding: 7px 10px !important;
  font-size: 9.5px !important;
  line-height: 16px !important;
  -webkit-line-clamp: 3 !important;
}

.home-page .article-card,
.home-page .article-card[data-v-ca5d9080] {
  grid-template-columns: 120px minmax(0, 1fr) !important;
  grid-template-rows: auto auto minmax(44px, 1fr) !important;
  column-gap: 12px !important;
  min-height: 144px !important;
  padding: 12px !important;
}

.home-page .article-card .author-avatar,
.home-page .article-card .author-avatar[data-v-ca5d9080],
.home-page .article-card.no-author::before {
  width: 120px !important;
  height: 120px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 3px !important;
  object-fit: cover !important;
}

.home-page .article-card .author-name,
.home-page .article-card .author-name[data-v-ca5d9080] {
  display: none !important;
}

.home-page .article-card .article-head,
.home-page .article-card .article-head[data-v-ca5d9080] {
  min-height: 48px !important;
}

.home-page .article-card .card-title,
.home-page .article-card .card-title[data-v-ca5d9080] {
  min-height: 44px !important;
  font-size: 13.5px !important;
  line-height: 21px !important;
}

.home-page .article-card:has(.article-result-stamp) .card-title {
  padding-right: 48px !important;
}

.home-page .article-card .verify-badges,
.home-page .article-card .verify-badges[data-v-ca5d9080] {
  margin-top: 4px !important;
  gap: 5px !important;
}

.home-page .article-card .verify-badge,
.home-page .article-card .verify-badge.official {
  height: 19px !important;
  min-height: 19px !important;
  padding: 0 6px !important;
  border: 1px solid #d6b767 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #a97819 !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.home-page .article-card .verify-badge:nth-child(2n) {
  border-color: #d49a9a !important;
  color: #c41a1a !important;
}

.home-page .article-card .article-foot,
.home-page .article-card .article-foot[data-v-ca5d9080] {
  position: static !important;
  min-height: 48px !important;
  margin-top: 2px !important;
  padding: 0 0 32px !important;
}

.home-page .article-card .date,
.home-page .article-card .date[data-v-ca5d9080] {
  color: #888b90 !important;
  font-size: 9.5px !important;
  line-height: 16px !important;
}

.home-page .article-card .trend-badges {
  display: none !important;
}

.home-page .article-card .view-count {
  display: none !important;
}

.home-page .article-card .article-foot-right {
  display: contents !important;
}

.home-page .article-card .cart-count {
  position: absolute !important;
  left: 18px !important;
  right: auto !important;
  bottom: 18px !important;
  z-index: 6 !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: 22px !important;
  padding: 0 7px !important;
  border-radius: 12px !important;
  background: rgba(43, 24, 24, .86) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  white-space: nowrap !important;
}

.home-page .article-card .cart-count::before {
  content: "销量" !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  margin: 0 2px 0 0 !important;
  background: none !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 22px !important;
  vertical-align: 0 !important;
}

.home-page .article-card .author-head > .beans,
.home-page .article-card .article-head > .beans,
.home-page .article-card .beans {
  left: 144px !important;
  bottom: 12px !important;
  font-size: 18px !important;
}

.home-page .article-card::after {
  right: 12px !important;
  bottom: 12px !important;
  min-width: 72px !important;
  height: 29px !important;
  padding: 0 10px !important;
  line-height: 29px !important;
}

.home-page .article-card .home-public-ribbon,
.home-page .article-card .home-public-ribbon[data-v-ca5d9080] {
  left: 144px !important;
  top: auto !important;
  bottom: 49px !important;
  height: 19px !important;
  padding: 0 6px !important;
  border: 1px solid #d6b767 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #a97819 !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.home-page .article-result-stamp,
.home-page .article-card.no-author .article-result-stamp,
.home-page .article-card.has-author .article-result-stamp {
  right: 14px !important;
  top: 54% !important;
  width: 60px !important;
  height: 60px !important;
  font-size: 23px !important;
}

@media (max-width: 359px) {
  .home-page .article-card,
  .home-page .article-card[data-v-ca5d9080] {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  .home-page .article-card .author-avatar,
  .home-page .article-card .author-avatar[data-v-ca5d9080],
  .home-page .article-card.no-author::before {
    width: 104px !important;
    height: 104px !important;
  }

  .home-page .article-card .author-head > .beans,
  .home-page .article-card .article-head > .beans,
  .home-page .article-card .beans,
  .home-page .article-card .home-public-ribbon {
    left: 126px !important;
  }
}

/* Keep the final reference-hero dimensions after all earlier responsive rules. */
.home-page .home-profile::after {
  bottom: 86px !important;
  width: 242px !important;
  height: 40px !important;
  font-size: 8.2px !important;
  line-height: 38px !important;
}

.home-page .home-intro,
.home-page .home-intro[data-v-2ff41e01] {
  bottom: 10px !important;
  max-height: 68px !important;
  min-height: 58px !important;
  padding: 7px 11px !important;
  line-height: 15px !important;
}

/* Exact source-home alignment pass d — display layer only. */
.home-page,
.home-page[data-v-2ff41e01] {
  padding: 0 0 86px !important;
  background: #f2f2f2 !important;
}

.home-page .home-profile,
.home-page .home-profile[data-v-2ff41e01] {
  order: 1 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 750 / 581 !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: url('/static/home-hero-source-exact-20260903d.jpeg') center / 100% 100% no-repeat !important;
}

.home-page .home-profile::before,
.home-page .home-profile::after,
.home-page .home-profile > .home-avatar,
.home-page .home-profile > .home-name,
.home-page .home-profile > .online-pill,
.home-page .home-profile > .home-intro {
  display: none !important;
  content: none !important;
}

.home-page .home-reference-complaint {
  order: 2 !important;
  box-sizing: border-box !important;
  width: calc(100% - 20px) !important;
  margin: 0 10px 10px !important;
  overflow: hidden !important;
  border-radius: 5px !important;
  background: #fbca6a !important;
}

.home-page .home-reference-complaint img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.home-page .notice-card,
.home-page .notice-card[data-v-2ff41e01] {
  order: 3 !important;
  width: calc(100% - 30px) !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 15px 11px !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #333 !important;
}

.home-page .notice-card img,
.home-page .notice-card img[data-v-2ff41e01] {
  width: 17px !important;
  height: 17px !important;
  margin-right: 9px !important;
}

.home-page .notice-marquee > text,
.home-page .notice-track text {
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.home-page .notice-card::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 11px !important;
  width: 7px !important;
  height: 7px !important;
  border: solid #ababab !important;
  border-width: 1px 1px 0 0 !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

.home-page .filter-wrap,
.home-page .filter-wrap[data-v-2ff41e01] {
  order: 4 !important;
  width: calc(100% - 30px) !important;
  margin: 0 15px !important;
}

.home-page .home-search,
.home-page .home-search[data-v-2ff41e01] {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 13px !important;
  border: 1px solid #5d5d5d !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.home-page .category-strip,
.home-page .category-strip[data-v-2ff41e01] {
  order: 5 !important;
  width: 100% !important;
  min-height: 68px !important;
  margin: 0 !important;
  padding: 7px 15px 6px !important;
  gap: 0 !important;
  overflow: visible !important;
}

.home-page .category-item,
.home-page .category-item[data-v-2ff41e01] {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  height: 55px !important;
  padding: 0 8px 10px !important;
}

.home-page .category-name,
.home-page .category-name[data-v-2ff41e01] {
  font-size: 15px !important;
  line-height: 43px !important;
}

.home-page .category-item.active .category-name {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.home-page .category-item.active::after {
  left: 28% !important;
  right: 28% !important;
  bottom: 4px !important;
  height: 4px !important;
  background: #cc0001 !important;
}

.home-page .home-list-heading {
  order: 6 !important;
  width: 100% !important;
  padding: 16px 15px 13px !important;
  color: #333 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

.home-page .article-card,
.home-page .article-card[data-v-ca5d9080] {
  order: 7 !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  grid-template-rows: auto auto minmax(42px, 1fr) !important;
  column-gap: 12px !important;
  width: calc(100% - 30px) !important;
  min-height: 140px !important;
  margin: 0 15px 10px !important;
  padding: 10px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.home-page .article-card .author-avatar,
.home-page .article-card .author-avatar[data-v-ca5d9080],
.home-page .article-card.no-author::before {
  width: 120px !important;
  height: 120px !important;
  border-radius: 5px !important;
}

.home-page .article-card .card-title,
.home-page .article-card .card-title[data-v-ca5d9080] {
  min-height: 40px !important;
  font-size: 15px !important;
  line-height: 21px !important;
}

.home-page .article-card .date,
.home-page .article-card .date[data-v-ca5d9080] {
  font-size: 12px !important;
  line-height: 15px !important;
}

.home-page .article-card .verify-badge,
.home-page .article-card .verify-badge.official,
.home-page .article-card .home-public-ribbon {
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 5px !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  line-height: 16px !important;
}

.home-page .article-card .cart-count {
  left: 15px !important;
  bottom: 15px !important;
  height: 18px !important;
  padding: 0 6px !important;
  font-size: 11px !important;
  line-height: 18px !important;
}

.home-page .article-card .cart-count::before {
  font-size: 11px !important;
  line-height: 18px !important;
}

.home-page .article-card .author-head > .beans,
.home-page .article-card .article-head > .beans,
.home-page .article-card .beans {
  left: 142px !important;
  bottom: 11px !important;
  display: block !important;
  height: 26px !important;
  color: #cc0001 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  white-space: nowrap !important;
}

.home-page .article-card::after {
  right: 10px !important;
  bottom: 10px !important;
  min-width: 71px !important;
  height: 26px !important;
  padding: 0 10px !important;
  border-radius: 16px !important;
  background: #cc0001 !important;
  font-size: 12px !important;
  line-height: 26px !important;
}

.home-page .article-result-stamp,
.home-page .article-card.no-author .article-result-stamp,
.home-page .article-card.has-author .article-result-stamp {
  right: 10px !important;
  top: 51% !important;
  width: 68px !important;
  height: 68px !important;
  font-size: 25px !important;
}

@media (max-width: 359px) {
  .home-page .article-card,
  .home-page .article-card[data-v-ca5d9080] {
    grid-template-columns: 106px minmax(0, 1fr) !important;
  }

  .home-page .article-card .author-avatar,
  .home-page .article-card .author-avatar[data-v-ca5d9080],
  .home-page .article-card.no-author::before {
    width: 106px !important;
    height: 106px !important;
  }

  .home-page .article-card .author-head > .beans,
  .home-page .article-card .article-head > .beans,
  .home-page .article-card .beans,
  .home-page .article-card .home-public-ribbon {
    left: 128px !important;
  }
}

/* Purchase notice must remain aligned after the complete pass-d cascade. */
.home-page .notice-card,
.home-page .notice-card[data-v-2ff41e01] {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  padding-right: 28px !important;
}

.home-page .notice-card .notice-marquee,
.home-page .notice-card .notice-track,
.home-page .notice-card .notice-marquee > text,
.home-page .notice-card .notice-track text {
  display: block !important;
  height: 34px !important;
  overflow: hidden !important;
  line-height: 34px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.home-page .notice-card .notice-marquee,
.home-page .notice-card .notice-track {
  flex: 1 1 auto !important;
}

/* Live merchant intro, live notice and complaint flow. */
.home-page .home-profile > .home-intro,
.home-page .home-profile > .home-intro[data-v-2ff41e01] {
  display: block !important;
  position: absolute !important;
  z-index: 3 !important;
  left: clamp(15px, 4.1vw, 20px) !important;
  right: clamp(48px, 13.8vw, 66px) !important;
  bottom: clamp(12px, 4.3vw, 21px) !important;
  box-sizing: border-box !important;
  height: clamp(58px, 16.5vw, 79px) !important;
  min-height: 58px !important;
  max-height: 79px !important;
  margin: 0 !important;
  padding: clamp(4px, 1.2vw, 6px) clamp(8px, 2.3vw, 11px) clamp(16px, 4.4vw, 21px) !important;
  overflow: hidden !important;
  border: 1px solid #dc9218 !important;
  border-radius: 9px !important;
  background: #ffedc8 !important;
  color: #4b3a2d !important;
  font-size: clamp(9px, 2.4vw, 11.5px) !important;
  font-weight: 400 !important;
  line-height: clamp(11.5px, 3.05vw, 14.5px) !important;
  text-align: left !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.home-page .home-profile > .home-intro::after,
.home-page .home-profile > .home-intro[data-v-2ff41e01]::after {
  content: "【如有发现宣传100%的，请在下方链接向平台投诉】" !important;
  position: absolute !important;
  left: clamp(8px, 2.3vw, 11px) !important;
  right: clamp(8px, 2.3vw, 11px) !important;
  bottom: clamp(3px, .9vw, 4px) !important;
  display: block !important;
  overflow: hidden !important;
  color: #e00000 !important;
  font-size: clamp(8px, 2.25vw, 10.8px) !important;
  font-weight: 800 !important;
  line-height: clamp(11px, 2.9vw, 14px) !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.home-page .home-reference-complaint {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.home-page .home-reference-complaint:active {
  opacity: .88 !important;
}

.home-page .home-list-heading {
  display: none !important;
}

.home-page .article-card,
.home-page .article-card[data-v-ca5d9080] {
  order: 6 !important;
}

/* Hide the certification badge on the home and detail pages. */
.home-page .article-card .verify-badge.official,
.detail-page .summary-meta .verify-badge.official {
  display: none !important;
}

/* Put the public badge in the label row, immediately before author labels. */
.home-page .article-card > .home-public-ribbon,
.home-page .article-card[data-v-ca5d9080] > .home-public-ribbon {
  position: relative !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: start !important;
  justify-self: start !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 4px 0 0 !important;
  padding: 0 5px !important;
  transform: none !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  line-height: 16px !important;
}

.home-page .article-card:has(> .home-public-ribbon) > .verify-badges,
.home-page .article-card[data-v-ca5d9080]:has(> .home-public-ribbon) > .verify-badges {
  box-sizing: border-box !important;
  padding-left: 42px !important;
}

/* Final card information order: title, publish time, labels, amount. */
.home-page .article-card,
.home-page .article-card[data-v-ca5d9080] {
  grid-template-rows: auto auto minmax(42px, 1fr) !important;
}

.home-page .article-card .article-foot,
.home-page .article-card .article-foot[data-v-ca5d9080] {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: block !important;
  min-height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-page .article-card .verify-badges,
.home-page .article-card .verify-badges[data-v-ca5d9080] {
  grid-column: 2 !important;
  grid-row: 3 !important;
  align-self: start !important;
  margin: 4px 0 0 !important;
}

.home-page .article-card > .home-public-ribbon,
.home-page .article-card[data-v-ca5d9080] > .home-public-ribbon {
  grid-row: 3 !important;
}

html body #app .home-page .article-card .verify-badges > .verify-badge.official,
html body #app .detail-page .summary-meta > .verify-badge.official {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Replace the legacy standalone public ribbon with a true inline label. */
html body #app .home-page .article-card > .home-public-ribbon.codex-public-source {
  display: none !important;
}

html body #app .home-page .article-card:has(> .codex-public-source) > .verify-badges {
  padding-left: 0 !important;
}

html body #app .home-page .article-card .verify-badges > .home-public-ribbon.codex-inline-public {
  position: static !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: auto !important;
  justify-self: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  box-sizing: border-box !important;
  width: auto !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 5px !important;
  transform: none !important;
  border: 1px solid #d7b970 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #b28728 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  white-space: nowrap !important;
}

/* Stable public-label layout: no DOM cloning or moving inside Vue content. */
html body #app .home-page .article-card > .home-public-ribbon,
html body #app .home-page .article-card > .home-public-ribbon.codex-public-source {
  position: absolute !important;
  display: inline-flex !important;
  grid-column: auto !important;
  grid-row: auto !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: auto !important;
  justify-self: auto !important;
  left: 142px !important;
  right: auto !important;
  top: auto !important;
  bottom: 38px !important;
  box-sizing: border-box !important;
  width: auto !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 5px !important;
  transform: none !important;
  border: 1px solid #b28728 !important;
  border-radius: 3px !important;
  background: transparent !important;
  color: #b28728 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  white-space: nowrap !important;
}

html body #app .home-page .article-card:has(> .home-public-ribbon) > .verify-badges {
  padding-left: 42px !important;
}

@media (max-width: 359px) {
  html body #app .home-page .article-card > .home-public-ribbon,
  html body #app .home-page .article-card > .home-public-ribbon.codex-public-source {
    left: 128px !important;
  }
}

.home-page .notice-card .codex-live-notice {
  display: block !important;
  flex: 1 1 auto !important;
  height: 34px !important;
  overflow: hidden !important;
  line-height: 34px !important;
  white-space: nowrap !important;
}

.home-page .notice-card .codex-live-notice-track {
  display: inline-flex !important;
  width: max-content !important;
  height: 34px !important;
  align-items: center !important;
  animation: codex-home-notice-scroll 22s linear infinite !important;
  will-change: transform !important;
}

.home-page .notice-card .codex-live-notice-track span {
  display: block !important;
  height: 34px !important;
  padding-right: 50px !important;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
  white-space: nowrap !important;
}

@keyframes codex-home-notice-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (min-width: 481px) {
  #app > .h5-tabbar,
  .h5-tabbar {
    left: 50% !important;
    right: auto !important;
    width: 480px !important;
    transform: translateX(-50%) !important;
  }
}

body.home-complaint-open {
  overflow: hidden !important;
}

.home-complaint-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: rgba(0, 0, 0, .42);
}

.home-complaint-panel {
  width: min(100%, 480px);
  min-height: 100%;
  overflow-y: auto;
  background: #f5f5f5;
  color: #333;
}

.home-complaint-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  height: 50px;
  background: #cc0001;
  color: #fff;
  text-align: center;
}

.home-complaint-head strong {
  font-size: 17px;
}

.home-complaint-back {
  width: 44px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 46px;
}

.home-complaint-form {
  padding: 12px;
}

.home-complaint-form label {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}

.home-complaint-form em {
  color: #e42424;
  font-style: normal;
}

.home-complaint-form select,
.home-complaint-form textarea,
.home-complaint-form input[type="text"],
.home-complaint-form input[name="contact"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 9px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font: inherit;
  font-weight: 400;
}

.home-complaint-form textarea {
  min-height: 125px;
  resize: vertical;
}

.home-complaint-form small {
  display: block;
  margin-top: 7px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.home-complaint-count {
  text-align: right;
}

.home-complaint-upload {
  position: relative;
  display: flex;
  width: 92px;
  height: 38px;
  margin-top: 9px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px dashed #e1251b;
  border-radius: 5px;
  color: #e1251b;
  font-size: 13px;
  font-weight: 500;
}

.home-complaint-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.home-complaint-files {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin: -2px 0 10px;
}

.home-complaint-file {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 5px;
  background: #eee;
}

.home-complaint-file img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-complaint-message {
  min-height: 21px;
  margin: 0 4px 8px;
  color: #e1251b;
  font-size: 13px;
  text-align: center;
}

.home-complaint-message.success {
  color: #188a45;
}

.home-complaint-submit {
  display: block;
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 24px;
  background: #cc0001;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.home-complaint-submit:disabled {
  opacity: .6;
}
