/* 攻略页融合块 · 欢迎条 / 金刚区 / 流内学中文&工具箱（scoped #guidePage） */

/* 攻略搜索框 · pill + 全局检索状态 */
#guidePage .gcv2-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 6px 6px 6px 16px;
  margin: 0 0 8px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#guidePage .gcv2-search:focus-within {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

#guidePage .gcv2-search .gcv2-search-input {
  flex: 1;
  min-width: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 1.35;
  padding: 7px 0;
  color: var(--text-primary, #0f172a);
}

#guidePage .gcv2-search .gcv2-search-input::placeholder {
  color: #94a3b8;
}

#guidePage .gcv2-search-submit {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 9999px;
  background: #ecfdf5;
  color: #0d9488;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease, transform 0.12s ease;
}

#guidePage .gcv2-search-submit:hover {
  background: #ccfbf1;
}

#guidePage .gcv2-search-submit:active {
  transform: scale(0.96);
}

#guidePage .gcv2-search-submit i {
  font-size: 15px;
  line-height: 1;
}

#guidePage .gcv2-search .search-panel {
  border-radius: 16px;
  margin-top: 6px;
}

#guidePage .gcv2-search-status {
  margin: -2px 0 8px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-secondary, #64748b);
}

#guidePage .gcv2-search-status:not([hidden]) + .gcv2-welcome-bar {
  display: none;
}

/* 顶栏短标题（方案 A：左标题 + 右地区） */
#guidePage .gcv2-top-bar-title {
  flex: 1 1 auto;
  min-width: 0;
  order: 0;
  margin: 0;
  padding: 0 8px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-primary, #0f172a);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#guidePage .gcv2-top-bar-title strong {
  color: var(--primary-hover, #0f766e);
  font-weight: 700;
}

#guidePage.gcv2-page .gcv2-top-bar-locale {
  order: 1;
  margin-left: 0;
  flex-shrink: 0;
}

#guidePage.gcv2-page .gcv2-top-actions {
  order: 2;
  margin-left: 6px;
  flex-shrink: 0;
}

/* 搜索框下：仅一行轻提示（无绿框卡片） */
#guidePage .gcv2-welcome-bar {
  margin: 0 0 8px;
  padding: 0 2px;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 11px;
  color: var(--text-secondary, #64748b);
  line-height: 1.45;
}

#guidePage .guide-cat-zone {
  margin-bottom: 10px;
}

#guidePage .guide-kong-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px 8px 10px;
  margin-bottom: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

@media (max-width: 1024px) {
  #guidePage .guide-kong-card {
    margin-left: var(--app-bleed-l, -12px);
    margin-right: var(--app-bleed-r, -12px);
    width: calc(100% + var(--app-gutter, 12px) + var(--app-gutter-r, 12px));
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid var(--border-light, #e2e8f0);
    padding: 10px var(--app-gutter-r, 12px) 8px var(--app-gutter, 12px);
    margin-bottom: 8px;
  }
}

#guidePage .guide-kong-card .home-kong-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  margin: 0 -2px;
  padding-bottom: 2px;
  scrollbar-width: none;
}

#guidePage .guide-kong-card .home-kong-scroll::-webkit-scrollbar {
  display: none;
}

#guidePage .guide-kong-card .home-kong-page {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding: 0 2px;
}

#guidePage .guide-kong-card .home-kong-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

#guidePage .guide-kong-card .home-kong-row.kong-row-gap {
  margin-top: 4px;
}

#guidePage .guide-kong-card .home-kong-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 6px 2px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
}

#guidePage .guide-kong-card .home-kong-item:active {
  opacity: 0.85;
}

#guidePage .guide-kong-card .home-kong-item:focus-visible {
  outline: 2px solid var(--primary, #0d9488);
  outline-offset: 2px;
}

#guidePage .guide-kong-card .home-kong-item.is-active .home-kong-icon {
  box-shadow: 0 0 0 2px var(--primary, #0d9488);
}

#guidePage .guide-kong-card .home-kong-item.is-active .home-kong-label {
  color: var(--primary-hover, #0f766e);
  font-weight: 600;
}

#guidePage .guide-kong-card .home-kong-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  transition: box-shadow 0.15s ease;
}

#guidePage .guide-kong-card .home-kong-icon i {
  font-size: 18px;
  line-height: 1;
}

#guidePage .guide-kong-card .home-kong-label {
  font-size: 11px;
  color: #334155;
  line-height: 1.2;
  text-align: center;
}

#guidePage .guide-kong-card .home-kong-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  min-height: 0;
}

#guidePage .guide-kong-card .home-kong-dots:empty {
  display: none;
  margin: 0;
}

#guidePage .guide-kong-card .home-kong-dots span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: width 0.2s ease, background 0.2s ease;
}

#guidePage .guide-kong-card .home-kong-dots span.is-active {
  width: 16px;
  background: var(--primary, #0d9488);
}

#guidePage .guide-cat-zone .home-feed-meta-line.cat-region-hint {
  margin: 0 0 10px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  text-align: left;
}

#guidePage .guide-embed-module {
  background: var(--card, #fff);
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid var(--border, #e2e8f0);
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(0, 0, 0, 0.04));
  margin: 10px 0;
}

#guidePage .guide-embed-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}

#guidePage .guide-embed-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
}

#guidePage .guide-embed-link {
  border: none;
  background: none;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary, #0d9488);
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

#guidePage .guide-embed-tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

#guidePage .guide-embed-tabs::-webkit-scrollbar {
  display: none;
}

#guidePage .guide-embed-tab {
  padding: 4px 10px;
  border-radius: var(--radius-full, 9999px);
  border: 1px solid var(--border, #e2e8f0);
  background: var(--bg-secondary, #f1f5f9);
  font-size: 11px;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}

#guidePage .guide-embed-tab.active {
  background: var(--primary, #0d9488);
  color: #fff;
  border-color: var(--primary, #0d9488);
}

#guidePage .guide-embed-tab--tool.active {
  background: #eef2ff;
  color: #4338ca;
  border-color: rgba(99, 102, 241, 0.35);
}

#guidePage .guide-phrase-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

#guidePage .guide-phrase-scroll::-webkit-scrollbar {
  display: none;
}

#guidePage .guide-phrase-chip {
  flex-shrink: 0;
  min-width: 100px;
  max-width: 112px;
  padding: 8px 8px 6px;
  border-radius: 10px;
  background: var(--primary-lighter, #f0fdfa);
  border: 1px solid rgba(13, 148, 136, 0.18);
}

#guidePage .guide-phrase-cn {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

#guidePage .guide-phrase-en {
  font-size: 9px;
  color: var(--text-secondary);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#guidePage .guide-phrase-actions {
  display: flex;
  gap: 4px;
  margin-top: 5px;
}

#guidePage .guide-phrase-action-btn {
  flex: 1;
  padding: 3px 0;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 600;
  color: var(--primary-hover, #0f766e);
  cursor: pointer;
  font-family: inherit;
}

#guidePage .guide-chip-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin-top: 8px;
  scrollbar-width: none;
}

#guidePage .guide-chip-scroll::-webkit-scrollbar {
  display: none;
}

#guidePage .guide-mod-chip,
#guidePage .guide-tool-chip {
  flex: 0 0 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 7px 4px 6px;
  border: 1px solid var(--border-light, #f1f5f9);
  background: var(--bg-secondary, #f1f5f9);
  border-radius: 11px;
  cursor: pointer;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

#guidePage .guide-mod-chip:active,
#guidePage .guide-tool-chip:active {
  opacity: 0.9;
}

#guidePage .guide-mod-chip .icon,
#guidePage .guide-tool-chip .icon {
  font-size: 20px;
  line-height: 1;
}

#guidePage .guide-mod-chip .label,
#guidePage .guide-tool-chip .label {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 1.15;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#guidePage .guide-embed-foot {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border-light, #f1f5f9);
}

#guidePage .guide-challenge-pill {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 10px;
  border: 1px solid rgba(13, 148, 136, 0.22);
  background: var(--primary-lighter, #f0fdfa);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

#guidePage .guide-challenge-pill .txt {
  flex: 1;
  min-width: 0;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#guidePage .guide-challenge-pill .pts {
  flex-shrink: 0;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--primary, #0d9488);
  color: #fff;
}

#guidePage .guide-lb-mini {
  flex: 0 0 auto;
  max-width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
}

#guidePage .guide-lb-mini-label {
  font-size: 9px;
  font-weight: 600;
  color: var(--text-tertiary);
}

#guidePage .guide-lb-mini-names {
  font-size: 10px;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

#guidePage .guide-lch-embed {
  border-left: 3px solid var(--primary, #0d9488);
}

#guidePage .guide-toolkit-embed {
  border-left: 3px solid #6366f1;
}

#guidePage .guide-toolkit-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border-light, #f1f5f9);
}

#guidePage .guide-toolkit-foot-hint {
  font-size: 10px;
  color: var(--text-tertiary);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#guidePage .guide-toolkit-foot-more {
  flex-shrink: 0;
  border: none;
  background: none;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  color: #6366f1;
  cursor: pointer;
  font-family: inherit;
}

#guidePage .guide-tool-tab-count {
  margin-left: 3px;
  font-size: 9px;
  font-weight: 700;
  opacity: 0.65;
}

#guidePage .gcv2-guide-grid .guide-embed-module {
  grid-column: 1 / -1;
  column-span: all;
  -webkit-column-span: all;
}

/* 攻略流 · 双列瀑布（不定高，封面置顶） */
#guidePage .gcv2-guide-grid {
  display: block;
  column-count: 2;
  column-gap: 10px;
}

#guidePage .gcv2-guide-grid > .gcv2-guide-card.guide-feed-card-mini,
#guidePage .gcv2-guide-grid > .guide-embed-module {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}

#guidePage .gcv2-guide-grid > .gcv2-guide-card.guide-feed-card--waterfall {
  height: auto;
  align-self: auto;
  display: block;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
}

#guidePage .gcv2-guide-grid > .guide-feed-card--waterfall > .guide-card-image-mini--hero {
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 0;
  overflow: hidden;
  flex-shrink: 0;
}

#guidePage .gcv2-guide-grid > .guide-feed-card--waterfall > .guide-card-image-mini--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#guidePage .gcv2-guide-grid > .guide-feed-card--waterfall .guide-card-image-mini--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f0fdfa 0%, #f8fafc 52%, #eef2ff 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

#guidePage .gcv2-guide-grid > .guide-feed-card--waterfall .guide-card-image-mini--placeholder .home-kong-icon {
  width: 52px;
  height: 52px;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

#guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall {
  padding: 10px 10px 10px;
  display: block;
  min-height: 0;
}

#guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-meta-mini {
  margin-bottom: 0;
}

#guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-snippet-mini {
  display: none;
}

#guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed {
  border-top: none;
  margin: 8px 0 0;
  padding: 0;
  min-height: 28px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  overflow: visible;
}

#guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed .guide-card-interact {
  flex: 0 0 auto;
  min-height: 28px;
  min-width: 0;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  gap: 3px;
}

#guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed .guide-card-interact-sep {
  display: none;
}

#guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed .guide-like-count,
#guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed .guide-mini-comment-count {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 768px) {
  #guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed .guide-card-interact {
    min-height: 32px;
    padding: 0;
  }

  #guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed .guide-card-interact .fa-heart,
  #guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed .guide-card-interact .fa-share-nodes,
  #guidePage .gcv2-guide-grid .guide-feed-card-body--waterfall .guide-card-interactions--feed .guide-card-interact .fa-thumbs-up {
    font-size: 15px;
  }
}

/* 攻略流 mini 卡 · 文字层级（标题优先、封面置顶） */
#guidePage .gcv2-guide-card.guide-feed-card--has-cover:not(.guide-feed-card--waterfall) {
  padding-top: 8px;
}

#guidePage .gcv2-guide-grid > .guide-feed-card--has-cover:not(.guide-feed-card--waterfall) > .guide-card-image-mini--hero {
  margin-top: 0;
  margin-bottom: 8px;
  height: 92px;
  border-radius: 10px;
  flex-shrink: 0;
}

#guidePage .gcv2-guide-grid > .guide-feed-card--has-cover:not(.guide-feed-card--waterfall) > .guide-card-image-mini--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#guidePage .gcv2-guide-grid .guide-feed-card-body--cover-first .guide-card-snippet-mini {
  flex: 0 1 auto;
  min-height: 0;
}

#guidePage .gcv2-guide-grid .guide-card-title-mini {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  color: #0f172a;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#guidePage .gcv2-guide-grid .guide-feed-card--waterfall .guide-card-title-mini {
  font-size: 13px;
  font-weight: 600;
}

#guidePage .gcv2-guide-grid .guide-feed-card-head {
  margin-bottom: 4px;
}

#guidePage .gcv2-guide-grid .guide-feed-card-head .gcv2-badge--guide-cat {
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
}

#guidePage .gcv2-guide-grid .guide-card-meta-mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 4px;
  font-size: 11px;
  line-height: 1.4;
  color: #64748b;
  margin-bottom: 6px;
}

#guidePage .gcv2-guide-grid .guide-card-author-name {
  font-weight: 600;
  color: #475569;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#guidePage .gcv2-guide-grid .guide-card-meta-dot {
  color: #cbd5e1;
  user-select: none;
}

#guidePage .gcv2-guide-grid .guide-card-region-code {
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: 0.02em;
}

#guidePage .gcv2-guide-grid .guide-card-snippet-mini {
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
  margin-bottom: 6px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

#guidePage .gcv2-guide-grid .guide-feed-card-stack--text-only .guide-card-title-mini {
  font-size: 15px;
  line-height: 1.45;
}

#guidePage .gcv2-guide-grid .guide-feed-card-stack--text-only .guide-card-snippet-mini {
  font-size: 12px;
  line-height: 1.55;
  color: #64748b;
}

/* 信息流详情页 · 连续阅读流（信息/分类/攻略共用 #listingDetailPage） */
#listingDetailPage.active {
  background: #fff;
  min-height: 100vh;
}

#listingDetailPage.active .listing-detail-main {
  padding-top: 0;
  padding-bottom: calc(
    var(--mobile-tab-row, 56px) + var(--safe-bottom, env(safe-area-inset-bottom, 0px)) +
      var(--mobile-chrome-fab-bleed, 14px) + 4px
  );
  background: #fff;
}

#listingDetailPage.listing-detail-page--guide .listing-guide-detail-root {
  max-width: 640px;
  margin: 0 auto;
}

#listingDetailPage.listing-guide-detail-root--flow {
  background: #fff;
}

#listingDetailPage .guide-detail-card--reader,
#listingDetailPage .guide-detail-card--v3.guide-detail-card--reader {
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

#listingDetailPage .guide-detail-card--reader .guide-detail-body {
  padding: 14px 16px 16px;
}

#listingDetailPage .guide-detail-author-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

#listingDetailPage .guide-detail-author-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

#listingDetailPage .guide-detail-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f0fdfa 0%, #f1f5f9 100%);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

#listingDetailPage .guide-detail-author-avatar .guide-user-avatar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
}

#listingDetailPage .guide-detail-author-avatar img.guide-user-avatar {
  object-fit: cover;
}

#listingDetailPage .guide-detail-author-meta {
  min-width: 0;
}

#listingDetailPage .guide-detail-author-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.35;
}

#listingDetailPage .guide-detail-more-wrap {
  position: relative;
  flex-shrink: 0;
}

#listingDetailPage .guide-detail-more-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f8fafc;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#listingDetailPage .guide-detail-more-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 60;
  min-width: 148px;
  padding: 6px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

#listingDetailPage .guide-detail-more-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 10px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #475569;
  font-size: 13px;
  cursor: pointer;
  text-align: left;
}

#listingDetailPage .guide-detail-more-item:hover {
  background: #f8fafc;
}

#listingDetailPage .guide-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

#listingDetailPage .guide-detail-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

#listingDetailPage .guide-detail-tag--region {
  background: #f1f5f9;
  color: #64748b;
}

#listingDetailPage .guide-detail-hero {
  width: 100%;
  background: #f8fafc;
}

#listingDetailPage.listing-detail-page--guide .guide-detail-hero {
  background: #fff;
}

#listingDetailPage .guide-detail-hero--gallery .listing-detail-carousel {
  border-radius: 0;
}

#listingDetailPage .guide-detail-hero--gallery .listing-detail-carousel-slide {
  aspect-ratio: 4 / 5;
}

#listingDetailPage .guide-detail-hero--gallery .listing-detail-carousel-badge {
  background: rgba(15, 23, 42, 0.55);
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
}

#listingDetailPage .guide-detail-hero--placeholder .guide-detail-hero-cover {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f0fdfa 0%, #f8fafc 52%, #eef2ff 100%);
}

#listingDetailPage .guide-detail-hero--placeholder .guide-detail-hero-cover .home-kong-icon {
  width: 64px;
  height: 64px;
  font-size: 28px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
}

#listingDetailPage .guide-detail-head {
  margin-bottom: 12px;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-title,
#listingDetailPage .guide-detail-card--v3 .guide-detail-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #0f172a;
  letter-spacing: -0.015em;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-head .gcv2-badge--guide-cat {
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
}

#listingDetailPage .guide-detail-author-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
  margin-bottom: 4px;
}

#listingDetailPage .guide-detail-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 4px;
  font-size: 12px;
  line-height: 1.4;
  color: #94a3b8;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-author-row .guide-card-author-name {
  font-weight: 600;
  color: #475569;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-author-row .guide-card-meta-dot,
#listingDetailPage .guide-detail-card--v2 .guide-detail-meta-row .guide-card-meta-dot {
  color: #cbd5e1;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-author-row .guide-card-region-code,
#listingDetailPage .guide-detail-card--v3 .guide-detail-author-block .guide-card-region-code,
#listingDetailPage .guide-detail-card--v2 .guide-detail-meta-row .guide-detail-time,
#listingDetailPage .guide-detail-card--v3 .guide-detail-meta-row .guide-detail-time,
#listingDetailPage .guide-detail-card--v2 .guide-detail-meta-row .guide-detail-views,
#listingDetailPage .guide-detail-card--v3 .guide-detail-meta-row .guide-detail-views {
  color: #94a3b8;
  font-weight: 500;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-content,
#listingDetailPage .guide-detail-card--v3 .guide-detail-content {
  margin-bottom: 0;
  padding-top: 0;
  border-top: none;
}

#listingDetailPage .guide-detail-actions-bar--inline.guide-detail-fav-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 14px 0 0;
  padding: 12px 16px 4px;
  border-top: 1px solid #f1f5f9;
  overflow-x: auto;
  scrollbar-width: none;
  min-height: 52px;
}

#listingDetailPage .guide-detail-actions-bar--inline.guide-detail-fav-actions::-webkit-scrollbar {
  display: none;
}

#listingDetailPage .guide-detail-actions-bar--inline .guide-detail-interact-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

#listingDetailPage .guide-detail-actions-bar--inline .guide-detail-interact-group-sep {
  flex: 0 0 1px;
  width: 1px;
  min-height: 24px;
  margin: 0 18px;
  align-self: center;
  background: #e2e8f0;
}

#listingDetailPage .guide-detail-actions-bar--inline .guide-card-interact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}

#listingDetailPage .guide-detail-actions-bar--inline .guide-card-interact:active {
  background: #f1f5f9;
}

#listingDetailPage .guide-detail-actions-bar--inline .guide-card-interact i {
  font-size: 17px;
  line-height: 1;
  color: #64748b;
}

#listingDetailPage .guide-detail-actions-bar--inline .guide-detail-interact-sep,
#listingDetailPage .guide-detail-actions-bar--inline .guide-card-interact-sep.guide-detail-interact-sep {
  display: inline-flex;
  flex: 0 0 1px;
  align-self: center;
  width: 1px;
  min-height: 20px;
  margin: 0 4px;
  background: #e2e8f0;
}

#listingDetailPage .guide-detail-fav-actions .guide-like-btn.is-liked,
#listingDetailPage .guide-detail-fav-actions .guide-like-btn.is-liked .fa-thumbs-up {
  color: #2563eb;
}

#listingDetailPage .guide-detail-fav-actions .favorite-btn--icon-only.favorited,
#listingDetailPage .guide-detail-fav-actions .favorite-btn--icon-only.active,
#listingDetailPage .guide-detail-fav-actions .favorite-btn--icon-only.favorited .fa-heart,
#listingDetailPage .guide-detail-fav-actions .favorite-btn--icon-only.active .fa-heart {
  color: #ef4444;
}

#listingDetailPage .guide-detail-fav-actions .guide-downvote-btn.is-down,
#listingDetailPage .guide-detail-fav-actions .guide-downvote-btn.is-down .fa-thumbs-down {
  color: #475569;
}

#listingDetailPage .guide-detail-actions-bar--inline .guide-card-arb-btn .fa-scale-balanced,
#listingDetailPage .guide-detail-actions-bar--inline .report-btn .fa-flag,
#listingDetailPage .guide-detail-actions-bar--inline .guide-card-share-btn .fa-share-nodes {
  font-size: 17px;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-content p,
#listingDetailPage .guide-detail-card--v3 .guide-detail-content p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.72;
  color: #334155;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-content p:last-child,
#listingDetailPage .guide-detail-card--v3 .guide-detail-content p:last-child {
  margin-bottom: 0;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-empty-body,
#listingDetailPage .guide-detail-card--v3 .guide-detail-empty-body {
  font-size: 14px;
  color: #94a3b8;
  font-style: italic;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-actions-bar.guide-card-interactions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: none;
  overflow-x: auto;
  scrollbar-width: none;
  min-height: 44px;
}

#listingDetailPage .guide-detail-dock {
  margin-top: 0;
}

#listingDetailPage .guide-detail-dock--v3 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 24%, #fff 100%);
  pointer-events: none;
}

#listingDetailPage .guide-detail-dock-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 640px;
  margin: 0 auto;
  pointer-events: auto;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.1);
}

#listingDetailPage .guide-detail-dock-prompt {
  flex: 1;
  min-width: 0;
  height: 36px;
  padding: 0 14px;
  border: none;
  border-radius: 999px;
  background: #f1f5f9;
  color: #94a3b8;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#listingDetailPage .guide-detail-dock-actions.guide-detail-fav-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  min-height: 36px;
}

#listingDetailPage .guide-detail-dock-actions.guide-detail-fav-actions .guide-card-interact {
  flex: 0 0 auto;
  min-width: 40px;
  padding: 0 6px;
}

#listingDetailPage .guide-detail-dock-actions .guide-mini-comment-count,
#listingDetailPage .guide-detail-dock-actions .guide-like-count {
  font-size: 11px;
  font-weight: 700;
  margin-left: 2px;
}

#listingDetailPage .guide-detail-dock .guide-card-interact-sep {
  display: none;
}

#listingDetailPage .guide-like-btn.guide-like-pop .guide-like-ico {
  animation: guide-like-pop 0.32s ease;
}

@keyframes guide-like-pop {
  0% { transform: scale(1); }
  45% { transform: scale(1.28); }
  100% { transform: scale(1); }
}

#listingDetailPage .guide-detail-dock .guide-detail-actions-bar--dock {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-actions-bar.guide-card-interactions::-webkit-scrollbar {
  display: none;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-actions-bar .guide-card-interact {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 44px;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-actions-bar .guide-card-interact-sep {
  display: inline-flex;
  flex: 0 0 1px;
  align-self: stretch;
  width: 1px;
  min-height: 18px;
  margin: 0;
  background: #e2e8f0;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-report-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
  padding-bottom: 2px;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-report-row .report-btn {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-report-row--foot {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}

#listingDetailPage .guide-related-strip {
  margin-top: 0;
  padding: 16px 0 12px;
  background: #fff;
  border: none;
  border-top: 1px solid #f1f5f9;
  border-radius: 0;
  box-shadow: none;
}

/* 相邻推荐区（相关攻略 + 同城信息）只保留第一条顶部分割线 */
#listingDetailPage .guide-related-strip + .guide-related-strip {
  border-top: none;
  padding-top: 4px;
}

#listingDetailPage .guide-related-strip--scroll {
  padding-left: 16px;
  padding-right: 0;
}

#listingDetailPage .guide-related-heading {
  margin: 0 0 12px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

#listingDetailPage .guide-related-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  padding-right: 16px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

#listingDetailPage .guide-related-scroll::-webkit-scrollbar {
  display: none;
}

#listingDetailPage .guide-related-card--feed {
  flex: 0 0 132px;
  width: 132px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#listingDetailPage .guide-related-card--feed:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

#listingDetailPage .guide-related-thumb--feed {
  aspect-ratio: 4 / 5;
}

#listingDetailPage .guide-related-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f8fafc;
}

#listingDetailPage .guide-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#listingDetailPage .guide-related-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #f0fdfa 0%, #f8fafc 52%, #eef2ff 100%);
}

#listingDetailPage .guide-related-thumb-placeholder .home-kong-icon {
  width: 36px;
  height: 36px;
  font-size: 16px;
}

#listingDetailPage .guide-related-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 10px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #334155;
}

@media (max-width: 1024px) {
  #listingDetailPage.listing-detail-page--guide .listing-detail-main {
    padding-left: 0;
    padding-right: 0;
  }

  #listingDetailPage.active .listing-detail-main {
    padding-left: 0;
    padding-right: 0;
  }

  #listingDetailPage.listing-detail-page--guide .listing-guide-detail-root {
    max-width: none;
  }

  #listingDetailPage .guide-comment-section--flow {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* 详情顶栏：压缩高度，去掉厚阴影（信息/攻略共用） */
  #listingDetailPage.active > .header {
    min-height: calc(var(--safe-top) + 44px);
    height: calc(var(--safe-top) + 44px);
    padding-top: var(--safe-top);
    padding-bottom: 0;
    box-shadow: none;
    border-bottom: 1px solid #f1f5f9;
  }

  #listingDetailPage.active > .header > .container {
    height: 44px;
    min-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#listingDetailPage .guide-comment-section--flow {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  background: #fff;
  border: none;
  border-top: 1px solid #f1f5f9;
  border-radius: 0;
  box-shadow: none;
}

#listingDetailPage .guide-comment-view-all-btn {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  background: #f8fafc;
  color: #0f766e;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

#listingDetailPage .guide-comment-view-all-btn:hover {
  background: #f1f5f9;
}

#listingDetailPage .listing-guide-detail-root .guide-comment-section--card {
  margin-top: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 16px 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

#listingDetailPage .listing-guide-detail-root .guide-comment-section--card {
  border-top: none;
  padding-top: 14px;
}

#listingDetailPage .listing-guide-detail-root .guide-comment-section--card .guide-comment-header h3 {
  font-size: 16px;
}

/* 攻略详情 · 评论区 v2 */
#listingDetailPage .guide-comment-section--v2 .guide-comment-header h3 {
  display: flex;
  align-items: center;
  gap: 6px;
}

#listingDetailPage .guide-comment-section--v2 .guide-comment-header-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

#listingDetailPage .guide-comment-section--v2 .guide-comment-auth-tip--guest {
  margin: 8px 0 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

#listingDetailPage .guide-comment-composer--v2 {
  margin-top: 12px;
}

#listingDetailPage .guide-comment-compose-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#listingDetailPage .guide-comment-compose-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

#listingDetailPage .guide-comment-compose-avatar .guide-comment-avatar-icon {
  font-size: 24px;
}

#listingDetailPage .guide-comment-compose-avatar .guide-comment-avatar-emoji {
  font-size: 18px;
}

#listingDetailPage .guide-comment-compose-field {
  flex: 1;
  min-width: 0;
}

#listingDetailPage .guide-comment-input--v2 {
  width: 100%;
  min-height: 72px;
  max-height: 120px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  font-size: 14px;
  line-height: 1.5;
  color: #0f172a;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background 0.15s ease;
}

#listingDetailPage .guide-comment-input--v2:focus {
  outline: none;
  border-color: rgba(13, 148, 136, 0.45);
  background: #fff;
}

#listingDetailPage .guide-comment-compose-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

#listingDetailPage .guide-comment-char-count {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
}

#listingDetailPage .guide-comment-char-count.is-near-limit {
  color: #d97706;
}

#listingDetailPage .guide-comment-submit-btn--v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 14px;
  border: none;
  border-radius: 999px;
  background: var(--primary, #0d9488);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, transform 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}

#listingDetailPage .guide-comment-submit-btn--v2:active {
  transform: scale(0.98);
}

#listingDetailPage .guide-comment-submit-btn--v2:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#listingDetailPage .guide-comment-compose-hint {
  margin: 8px 0 0 46px;
  font-size: 11px;
  line-height: 1.4;
  color: #94a3b8;
}

#listingDetailPage .guide-comment-ban-tip {
  margin: 6px 0 0 46px;
  font-size: 12px;
}

#listingDetailPage .guide-comment-list--v2 {
  margin-top: 14px;
  gap: 0;
  border-top: 1px solid #f1f5f9;
}

#listingDetailPage .guide-comment-item--feed {
  gap: 10px;
  padding: 12px 0;
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #f1f5f9;
}

#listingDetailPage .guide-comment-item--feed:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#listingDetailPage .guide-comment-item--feed .guide-comment-avatar {
  width: 34px;
  height: 34px;
}

#listingDetailPage .guide-comment-item--feed .guide-comment-avatar-icon {
  font-size: 24px;
}

#listingDetailPage .guide-comment-item--feed .guide-comment-top {
  align-items: center;
  gap: 6px;
}

#listingDetailPage .guide-comment-item--feed .guide-comment-author {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

#listingDetailPage .guide-comment-author-tag {
  display: inline-flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
}

#listingDetailPage .guide-comment-item--feed .guide-comment-time {
  margin-left: auto;
  font-size: 11px;
  color: #94a3b8;
  white-space: nowrap;
}

#listingDetailPage .guide-comment-item--feed .guide-comment-content {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.55;
  color: #1e293b;
}

#listingDetailPage .guide-comment-foot {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}

#listingDetailPage .guide-comment-link {
  border: none;
  background: none;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
  cursor: pointer;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

#listingDetailPage .guide-comment-link:hover,
#listingDetailPage .guide-comment-link:active {
  color: #64748b;
}

#listingDetailPage .guide-comment-link--danger:hover,
#listingDetailPage .guide-comment-link--danger:active {
  color: #dc2626;
}

#listingDetailPage .guide-comment-empty--v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 12px 8px;
  text-align: center;
}

#listingDetailPage .guide-comment-empty--v2 i {
  font-size: 28px;
  color: #cbd5e1;
}

#listingDetailPage .guide-comment-empty--v2 p {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
}

@media (max-width: 480px) {
  #listingDetailPage .guide-comment-compose-hint,
  #listingDetailPage .guide-comment-ban-tip {
    margin-left: 0;
  }

  #listingDetailPage .guide-comment-compose-bar {
    flex-wrap: wrap;
  }

  #listingDetailPage .guide-comment-submit-btn--v2 {
    margin-left: auto;
  }
}

#listingDetailPage .listing-guide-detail-root .guide-comment-section--card .guide-comment-input {
  border-radius: 12px;
  border-color: #e2e8f0;
  font-size: 14px;
}

/* 兼容旧 byline 选择器（弹层等） */
#listingDetailPage .guide-detail-card--v2 {
  padding: 0;
  overflow: visible;
}

#listingDetailPage .guide-detail-card--v2:not(.guide-detail-card--reader) .guide-detail-body {
  padding-top: 14px;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-byline .gcv2-badge--guide-cat {
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-byline .guide-card-author-name {
  font-weight: 600;
  color: #475569;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-byline .guide-card-meta-dot {
  color: #cbd5e1;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-byline .guide-card-region-code,
#listingDetailPage .guide-detail-card--v2 .guide-detail-byline .guide-detail-time,
#listingDetailPage .guide-detail-card--v2 .guide-detail-byline .guide-detail-views {
  color: #94a3b8;
  font-weight: 500;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-fav-actions.guide-card-interactions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2px 4px;
  margin: 14px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #f1f5f9;
  overflow-x: visible;
}

#listingDetailPage .guide-detail-card--v2 .guide-detail-fav-actions .guide-card-interact-sep {
  display: none;
}

#listingDetailPage .listing-guide-detail-root .guide-comment-section:not(.guide-comment-section--card) {
  margin-left: var(--app-gutter, 16px);
  margin-right: var(--app-gutter-r, 16px);
}
