/* 企业商圈首页 — 门户式布局（独立样式，不依赖 Tailwind） */

/* ========== 页面基底 ========== */
body.opp-home-page {
  background: #f0f4f8 !important;
}
body.opp-home-page .main-content {
  overflow: visible !important;
  padding: 0 !important;
}

.opp-home-root {
  min-height: 100vh;
  padding-bottom: 48px;
}

.opp-home-container {
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

.opp-home-body {
  position: relative;
  margin-top: -40px;
  padding-bottom: 32px;
}

/* ========== 通栏 Hero Banner ========== */
/* 与本地企业页同系深蓝，收尾略偏亮蓝以区分「生活信息」气质 */
.opp-home-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #0c1a3a 0%, #1e3a8a 38%, #2563eb 72%, #3b82f6 100%);
  color: #fff;
}
.opp-home-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 18% 42%, rgba(59, 130, 246, 0.26) 0%, transparent 58%),
    radial-gradient(ellipse 45% 35% at 88% 14%, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
  pointer-events: none;
}
.opp-home-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.035'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.55;
}
.opp-home-hero__inner {
  position: relative;
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 48px 24px 72px;
  box-sizing: border-box;
}
.opp-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
}
.opp-home-hero__flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}
.opp-home-hero__flag-emoji { font-size: 18px; line-height: 1; }
.opp-home-hero__title {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.opp-home-hero__desc {
  margin: 0 0 28px;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
.opp-home-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.opp-home-hero__count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1;
}
.opp-home-hero__count i {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}
.opp-home-hero__count strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.opp-home-hero__publish {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px 0 8px;
  border-radius: 999px;
  background: #fff;
  color: #1e40af !important;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.opp-home-hero__publish:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
  color: #1e3a8a !important;
}
.opp-home-hero__publish-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.opp-home-hero__publish-text {
  font-size: 14px;
  font-weight: 700;
}
.opp-home-hero__publish .fa-arrow-right {
  font-size: 12px;
  opacity: 0.7;
}

/* ========== 通用模块容器 ========== */
.opp-home-panel {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8edf2;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
}
.opp-home-panel + .opp-home-panel {
  margin-top: 20px;
}
.opp-home-panel--search {
  padding: 24px 28px 20px;
}
.opp-home-panel--feed {
  padding: 28px 28px 16px;
}

.opp-home-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  font-size: 13px;
  color: #475569;
}
.opp-home-notice a {
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  white-space: nowrap;
}
.opp-home-notice i { color: #2563eb; margin-right: 4px; }

/* ========== 搜索区 ========== */
.opp-home-search {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.opp-home-search__field {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.opp-home-search__icon {
  position: absolute;
  left: 16px;
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
}
.opp-home-search__input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 42px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  font-size: 14px;
  color: #0f172a;
  box-sizing: border-box;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.opp-home-search__input::placeholder { color: #94a3b8; }
.opp-home-search__input:focus {
  outline: none;
  border-color: #93c5fd;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.opp-home-search__btn {
  flex-shrink: 0;
  height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 12px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
  transition: background 0.15s;
}
.opp-home-search__btn:hover { background: #1d4ed8; }

/* ========== 筛选条 ========== */
.opp-home-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #e8eef5;
  overflow: visible;
  flex-wrap: nowrap;
}
.opp-home-locale-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
#oppHomeCountryWrap,
#oppHomeCityWrap {
  position: relative;
  flex-shrink: 0;
}
.opp-home-tabs-scroll {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.opp-home-tabs-scroll::-webkit-scrollbar { display: none; }

.opp-home-locale-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
}
.opp-home-locale-btn:hover {
  border-color: #93c5fd;
  color: #2563eb;
  background: #fff;
}
.opp-home-locale-btn .fa-chevron-down {
  font-size: 10px;
  opacity: 0.55;
}
.opp-home-locale-btn img,
.opp-home-locale-menu img {
  width: 22px !important;
  height: 16px !important;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.opp-home-flag-emoji {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.opp-home-locale-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 300;
  width: 200px;
  max-height: 280px;
  overflow-y: auto;
  padding: 6px 0;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
  box-sizing: border-box;
}
.opp-home-locale-menu[hidden] { display: none !important; }
.opp-home-locale-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-family: inherit;
  color: #475569;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}
.opp-home-locale-option:hover { background: #f8fafc; color: #2563eb; }
.opp-home-locale-option.is-active {
  color: #2563eb;
  font-weight: 600;
  background: #eff6ff;
}
.opp-home-locale-option-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.opp-home-locale-option .fa-check {
  font-size: 12px;
  color: #2563eb;
  flex-shrink: 0;
}

.opp-home-filter-tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  min-width: 100%;
  padding: 4px;
  border-radius: 14px;
  background: #f1f5f9;
  box-sizing: border-box;
}
.opp-home-tab {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s, border-color 0.15s;
}
.opp-home-tab i {
  font-size: 13px;
  line-height: 1;
  color: inherit;
  opacity: 0.88;
}
.opp-home-tab:hover {
  background: rgba(255, 255, 255, 0.55);
  color: #334155;
}
.opp-home-tab.is-active {
  background: #2563eb;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.28);
  font-weight: 600;
}
.opp-home-tab.is-active i {
  opacity: 1;
  color: #fff;
}
.opp-home-tab.is-active:hover {
  background: #2563eb;
  color: #fff;
}
.opp-home-tab__short { display: none; }
.opp-home-tab__full { display: inline; }

.opp-home-publish-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  height: 38px;
  padding: 0 18px;
  margin-left: auto;
  border-radius: 999px;
  background: #2563eb;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.22);
  transition: background 0.15s;
}
.opp-home-publish-btn:hover {
  background: #1d4ed8;
  color: #fff !important;
}
.opp-home-publish-btn__free {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

/* ========== 信息流区块头 ========== */
.opp-home-feed-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}
.opp-home-feed-head__title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.opp-home-feed-head__sub {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.5;
}
.opp-home-feed-head__count {
  flex-shrink: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

/* ========== 信息流卡片 ========== */
.opp-home-feed {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.opp-feed-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid #eef2f6;
  border-radius: 14px;
  background: #fafbfc;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
  box-sizing: border-box;
}
.opp-feed-card:hover {
  border-color: #dbeafe;
  background: #fff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}
.opp-feed-card--has-thumb {
  align-items: flex-start;
  gap: 18px;
}
.opp-feed-card__thumb {
  flex-shrink: 0;
  width: 112px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
  background: #e2e8f0;
}
.opp-feed-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.opp-feed-card__main {
  flex: 1;
  min-width: 0;
}
.opp-feed-card__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.opp-feed-card:hover .opp-feed-card__title { color: #2563eb; }
.opp-feed-card__desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.75;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.opp-feed-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #94a3b8;
}
.opp-tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.opp-tag-pill--green { background: #dcfce7; color: #166534; }
.opp-tag-pill--orange { background: #ffedd5; color: #9a3412; }
.opp-tag-pill--purple { background: #f3e8ff; color: #6b21a8; }
.opp-tag-pill--pink { background: #fce7f3; color: #9d174d; }
.opp-tag-pill--blue { background: #dbeafe; color: #1e40af; }
.opp-tag-pill--teal { background: #ccfbf1; color: #115e59; }
.opp-tag-pill--amber { background: #fef3c7; color: #92400e; }
.opp-tag-pill--rose { background: #ffe4e6; color: #9f1239; }
.opp-feed-card__arrow {
  flex-shrink: 0;
  margin-top: 4px;
  color: #cbd5e1;
  font-size: 13px;
}
.opp-feed-card:hover .opp-feed-card__arrow { color: #60a5fa; }

/* ========== 空状态 / 加载 ========== */
.opp-home-empty { display: none !important; }
.opp-home-empty.is-visible { display: flex !important; }
.opp-home-empty {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 20px 64px;
  text-align: center;
}
.opp-home-empty__illus {
  width: min(240px, 60vw);
  margin-bottom: 24px;
  line-height: 0;
}
.opp-home-empty__illus svg { width: 100%; height: auto; }
.opp-home-empty__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  color: #334155;
}
.opp-home-empty__hint {
  margin: 0 0 20px;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
}
.opp-home-empty__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.opp-home-empty__action:hover { background: #1d4ed8; color: #fff !important; }

.opp-home-feed.is-hidden { display: none !important; }
.opp-home-feed.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

/* ========== 底部分页 ========== */
.opp-home-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 20px 8px 8px;
  border-top: 1px solid #f1f5f9;
}
.opp-home-pager[hidden] { display: none !important; }
.opp-home-pager.is-loading { opacity: 0.6; pointer-events: none; }
.opp-home-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
}
button.opp-home-pager__btn:hover:not(.is-disabled):not(.is-active) {
  border-color: #93c5fd;
  color: #2563eb;
  background: #eff6ff;
}
.opp-home-pager__btn.is-active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
  cursor: default;
}
.opp-home-pager__btn.is-disabled {
  opacity: 0.45;
  cursor: default;
  color: #94a3b8;
  background: #f8fafc;
}
.opp-home-pager__edge {
  min-width: 48px;
  color: #2563eb;
  border-color: #bfdbfe;
}
.opp-home-pager__edge.is-disabled {
  color: #94a3b8;
  border-color: #e2e8f0;
}
.opp-home-pager__arrow {
  min-width: 36px;
  padding: 0;
}
.opp-home-pager__dots {
  border-color: transparent;
  background: transparent;
  color: #94a3b8;
  cursor: default;
  min-width: 28px;
  padding: 0;
}

/* ========== 响应式 · 手机端简约（不改 PC） ========== */
@media (max-width: 768px) {
  /* body 已为底栏留白，勿再叠一层 tabbar；也不要 100vh 撑出大块空白 */
  .opp-home-root {
    min-height: 0;
    padding-bottom: 4px;
  }

  /* Hero：略放宽字号与内边距，避免顶区两行字挤在一起 */
  .opp-home-hero__inner {
    padding: 14px 16px 22px;
  }
  .opp-home-hero__eyebrow {
    margin: 0 0 8px;
    padding: 0;
    gap: 6px;
    font-size: 12px;
    line-height: 1.35;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.72);
  }
  .opp-home-hero__flag {
    width: 15px;
    height: 11px;
  }
  .opp-home-hero__flag-emoji {
    font-size: 12px;
  }
  .opp-home-hero__title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.92);
  }
  .opp-home-hero__desc,
  .opp-home-hero__meta {
    display: none;
  }

  .opp-home-body {
    margin-top: -10px;
    padding-bottom: 4px;
  }
  .opp-home-container {
    padding: 0 10px;
  }

  /* 搜索区：主视觉；筛选区：柔化 */
  .opp-home-panel {
    box-shadow: none;
    border-color: #eef2f6;
  }
  .opp-home-panel + .opp-home-panel {
    margin-top: 8px;
  }
  .opp-home-panel--search {
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 0;
  }
  .opp-home-panel--feed {
    padding: 12px 10px 10px;
    border-radius: 12px;
  }
  .opp-home-search {
    flex-direction: row;
    gap: 8px;
    margin-bottom: 0;
  }
  .opp-home-search__icon {
    left: 12px;
    font-size: 13px;
  }
  .opp-home-search__input {
    height: 42px;
    min-height: 42px;
    /* 给左侧放大镜留位，避免与「搜」重叠 */
    padding: 0 12px 0 36px;
    font-size: 14px;
    border-radius: 10px;
    background: #fff;
    border-color: #cbd5e1;
  }
  .opp-home-search__btn {
    width: auto;
    flex: 0 0 auto;
    height: 42px;
    min-width: 64px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: none;
  }
  .opp-home-filter-row {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 6px;
    width: 100%;
  }
  .opp-home-locale-group {
    flex: 0 1 auto;
    min-width: 0;
    display: flex;
    gap: 6px;
  }
  .opp-home-locale-group.is-empty {
    display: none;
  }
  /* 手机端国家已在顶栏，筛选条只留城市 */
  #oppHomeCountryWrap {
    display: none !important;
  }
  #oppHomeCityWrap {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 42%;
  }
  .opp-home-locale-btn {
    width: auto;
    min-width: 76px;
    max-width: 100%;
    height: 34px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #93c5fd;
    background: #eff6ff;
    color: #1e40af;
    justify-content: center;
    box-sizing: border-box;
  }
  .opp-home-locale-btn img {
    width: 16px !important;
    height: 12px !important;
  }
  .opp-home-locale-btn .fa-chevron-down {
    font-size: 9px;
    opacity: 0.65;
    color: #2563eb;
  }
  .opp-home-locale-btn span,
  .opp-home-locale-btn #oppHomeCountryName,
  .opp-home-locale-btn #oppHomeCityValue {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .opp-home-tabs-scroll {
    order: 3;
    flex: 1 1 100%;
    overflow-x: visible;
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
  }
  .opp-home-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-radius: 8px;
    padding: 0;
    gap: 4px;
    background: transparent;
  }
  .opp-home-tab {
    /* 一行 3 个，完整展示「房源信息」「车辆汽摩」等 */
    flex: 1 1 calc(33.333% - 4px);
    max-width: calc(33.333% - 4px);
    justify-content: center;
    min-width: 0;
    height: 30px;
    padding: 0 4px;
    gap: 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 6px;
    color: #64748b;
    background: #f8fafc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
  }
  .opp-home-tab__full { display: inline; }
  .opp-home-tab__short { display: none; }
  .opp-home-tab i {
    display: none;
  }
  .opp-home-tab.is-active {
    font-weight: 600;
    box-shadow: none;
  }
  .opp-home-publish-btn {
    order: 2;
    flex: 1 1 auto;
    margin-left: 0;
    height: 34px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
    white-space: nowrap;
    background: #2563eb;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.35);
  }
  .opp-home-publish-btn:hover {
    background: #1d4ed8;
    color: #fff !important;
  }
  .opp-home-publish-btn i {
    font-size: 12px;
  }
  .opp-home-publish-btn__free {
    display: inline-flex;
    align-items: center;
    height: 16px;
    padding: 0 5px;
    margin-right: 2px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.22);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .opp-home-feed-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .opp-home-feed-head__title {
    font-size: 15px;
  }
  .opp-home-feed-head__sub {
    display: none;
  }
  .opp-home-feed-head__count {
    font-size: 11px;
    font-weight: 400;
    color: #94a3b8;
    background: transparent;
    padding: 0;
    white-space: nowrap;
  }
  .opp-feed-card {
    padding: 12px;
    gap: 10px;
    align-items: flex-start;
  }
  .opp-feed-card--has-thumb {
    align-items: flex-start;
    gap: 10px;
  }
  .opp-feed-card__thumb {
    width: 72px;
    height: 72px;
    margin-top: 1px;
    border-radius: 8px;
  }
  .opp-feed-card__main {
    padding-top: 0;
  }
  .opp-feed-card__title {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.35;
  }
  .opp-feed-card__desc {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }
  .opp-feed-card__meta {
    gap: 6px;
    font-size: 11px;
  }
  .opp-feed-card__arrow {
    margin-top: 2px;
  }
  /* H5 分页：强制单行，页码由 JS 收成当前±1 */
  .opp-home-pager {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4px;
    margin-top: 4px;
    padding: 10px 6px 0;
    overflow: hidden;
  }
  .opp-home-pager__btn {
    flex: 0 0 auto;
    min-width: 28px;
    height: 30px;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 12px;
  }
  .opp-home-pager__edge {
    min-width: 36px;
    padding: 0 8px;
    font-size: 11px;
  }
  .opp-home-pager__arrow {
    min-width: 28px;
  }
  .opp-home-pager__dots {
    min-width: 16px;
    padding: 0;
    border: none;
  }
}
