/* 星座运势专题页（首页 hub + 详情） */

.zh-scope {
  --zh-purple: #a78bfa;
  --zh-purple-dim: rgba(167, 139, 250, 0.35);
  --zh-gold: #fcd34d;
  --zh-tab-active: #fbbf24;
  --zh-tab-muted: rgba(196, 181, 255, 0.55);
  --zh-panel: rgba(18, 12, 32, 0.92);
  --zh-border: rgba(167, 139, 250, 0.28);
  color: #f4f0ff;
}

/* 星座首页 hero：与塔罗页共用 bg.webp + lj-meteor-slot，覆写高度与底渐层 */
.ts-scope.zodiac-home .lj-daily-hero.zh-masthead {
  margin-bottom: 28px;
}
.ts-scope.zodiac-home .lj-daily-hero {
  min-height: clamp(420px, 56vh, 720px);
  padding-bottom: 28px;
}
.ts-scope.zodiac-home .lj-daily-hero-bg img.cover {
  transform: translate3d(-50%, -50%, 0) scale(1.12);
  object-position: center 38%;
}
.ts-scope.zodiac-home .lj-daily-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(34vh, 280px);
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(12, 8, 22, 0) 0%,
    rgba(12, 8, 22, 0.38) 48%,
    rgba(12, 8, 22, 0.9) 82%,
    rgba(12, 8, 22, 1) 100%
  );
}
.ts-scope.zodiac-home .lj-daily-hero-inner.zh-masthead-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: min(1200px, 100%);
  margin: 0 auto;
  padding: 28px clamp(12px, 3vw, 28px) 12px;
  text-align: center;
  box-sizing: border-box;
}

/* 接在星空 hero 后的玻璃卡：补回与顶栏的节奏，避免首块贴死 */
.page > .zh-page-after-hero.glass-card {
  margin-top: 22px;
}

.zh-masthead-inner {
  position: relative;
  z-index: 2;
  padding: 36px 16px 28px;
  text-align: center;
}
.zh-masthead-title {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', Georgia, 'Microsoft YaHei', serif;
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  background: linear-gradient(115deg, #fce7f3, #e9d5ff 35%, #c4b5fd 70%, #fbcfe8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.zh-masthead-sub {
  margin: 0 auto 26px;
  max-width: 560px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(243, 240, 255, 0.92);
}

/* 十二星座：整行均分（参考 tarotqa 一排图标）；窄屏隐藏星象以省高 */
.zh-ztab-scroller {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(2px, 0.6vw, 8px);
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 10px 0 14px;
  overflow: visible;
  box-sizing: border-box;
}

.zh-ztab {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  scroll-snap-align: unset;
  padding: 8px clamp(2px, 0.5vw, 6px) 10px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  font: inherit;
  color: var(--zh-tab-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.zh-ztab:hover {
  color: rgba(254, 249, 255, 0.92);
  background: rgba(124, 58, 237, 0.18);
  border-color: rgba(167, 139, 250, 0.25);
}
.zh-ztab.is-active {
  color: var(--zh-tab-active);
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: 0 0 28px rgba(251, 191, 36, 0.18);
  transform: translateY(-2px);
}
.zh-ztab-glyph {
  display: block;
  font-size: clamp(1rem, 2.6vw, 1.55rem);
  line-height: 1.15;
  margin-bottom: 4px;
  filter: drop-shadow(0 0 8px rgba(167, 139, 250, 0.35));
}
.zh-ztab.is-active .zh-ztab-glyph {
  filter: drop-shadow(0 0 12px rgba(251, 191, 36, 0.55));
}
.zh-ztab-cn {
  display: block;
  font-size: clamp(0.62rem, 1.65vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zh-ztab-dates {
  display: block;
  margin-top: 2px;
  font-size: clamp(0.52rem, 1.35vw, 0.64rem);
  opacity: 0.88;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zh-ztab-astro {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-size: clamp(0.5rem, 1.1vw, 0.58rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: rgba(200, 184, 255, 0.82);
  white-space: normal;
  min-height: 2.45em;
}
.zh-ztab.is-active .zh-ztab-astro {
  color: rgba(254, 243, 199, 0.95);
}
@media (max-width: 1080px) {
  .zh-ztab-astro {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .zh-ztab-scroller {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .zh-ztab-scroller::-webkit-scrollbar {
    display: none;
  }
  .zh-ztab {
    flex: 0 0 auto;
    min-width: 54px;
    max-width: 72px;
  }
}

/* 今日运势 + 宜忌：整行宽，风格对齐下方「每日星座运势」卡片区 */
.ts-scope.zodiac-home .zh-masthead-preview {
  text-align: left;
  margin: 12px 0 0;
  width: 100%;
  max-width: none;
  padding: 22px clamp(16px, 2.5vw, 24px) 24px;
  border-radius: 20px;
  border: 1px solid var(--zh-border);
  background: rgba(22, 16, 36, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
.zh-preview-title {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.zh-preview-title em {
  font-style: italic;
  font-weight: 700;
}
.zh-preview-body {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(238, 230, 255, 0.95);
}
.zh-preview-more {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e879f9;
  text-decoration: none;
}
.zh-preview-more:hover {
  color: #f0abfc;
  text-decoration: underline;
}

.ts-scope.zodiac-home .zh-luck-panel {
  text-align: left;
  margin: 16px 0 0;
  width: 100%;
  max-width: none;
  padding: 20px clamp(16px, 2.5vw, 24px) 22px;
  border-radius: 20px;
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: rgba(22, 16, 36, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
.ts-scope.zodiac-home .zh-luck-panel[hidden] {
  display: none !important;
}
.zh-luck-panel-title {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fef9c3;
  text-align: center;
}
.zh-luck-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.zh-luck-span2 {
  grid-column: 1 / -1;
}
.zh-luck-item {
  padding: 12px 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(167, 139, 250, 0.15);
}
.zh-luck-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(253, 230, 138, 0.95);
  margin-bottom: 8px;
}
.zh-luck-yi .zh-luck-label {
  color: #86efac;
}
.zh-luck-ji .zh-luck-label {
  color: #fca5a5;
}
.zh-luck-text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(237, 233, 254, 0.95);
}

.ts-scope.zodiac-home .zh-masthead-title {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.65);
}
.ts-scope.zodiac-home .zh-masthead-sub {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.zh-hero {
  text-align: center;
  padding: 36px 16px 48px;
  border-radius: 28px;
  border: 1px solid var(--zh-border);
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(124, 58, 237, 0.35), transparent 55%),
    linear-gradient(165deg, rgba(30, 18, 52, 0.95), rgba(10, 6, 18, 0.98));
  margin-bottom: 28px;
}
.zh-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 4.5vw, 2.45rem);
  font-weight: 600;
  margin: 0 0 12px;
  background: linear-gradient(120deg, #fefce8, var(--zh-purple), #e9d5ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.zh-hero .zh-kicker {
  font-size: 0.95rem;
  color: rgba(233, 213, 255, 0.88);
  max-width: 640px;
  margin: 0 auto 20px;
  line-height: 1.65;
}
.zh-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.zh-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  border: 1px solid var(--zh-border);
  background: rgba(91, 33, 182, 0.2);
  color: #e9d5ff;
}

.zh-section {
  margin-bottom: 36px;
}
.zh-section-head {
  margin-bottom: 18px;
}
.zh-section-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #fefce8;
  border-left: 4px solid var(--zh-purple);
  padding-left: 16px;
}
.zh-section-head p {
  margin: 0;
  color: rgba(216, 204, 245, 0.9);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 820px;
}

.zh-horizon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.zh-horizon-card {
  display: block;
  padding: 22px 18px;
  border-radius: 20px;
  border: 1px solid var(--zh-border);
  background: rgba(22, 16, 36, 0.85);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.zh-horizon-card:hover {
  transform: translateY(-4px);
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.zh-horizon-card .zh-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 12px;
  background: rgba(124, 58, 237, 0.35);
  color: var(--zh-gold);
}
.zh-horizon-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #fff;
}
.zh-horizon-card p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(200, 181, 255, 0.9);
  line-height: 1.5;
}
.zh-horizon-card .zh-go {
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--zh-gold);
  font-weight: 600;
}

.zh-sign-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 14px;
}
.zh-sign-card {
  display: block;
  padding: 18px 14px;
  border-radius: 18px;
  border: 1px solid var(--zh-border);
  background: rgba(20, 14, 32, 0.88);
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  text-align: center;
}
.zh-sign-card:hover {
  border-color: var(--zh-purple);
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.25);
}
.zh-sign-card .zh-cn {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}
.zh-sign-card .zh-dates {
  font-size: 0.75rem;
  color: rgba(196, 181, 255, 0.85);
  margin-bottom: 10px;
}
.zh-sign-card .zh-meta {
  font-size: 0.72rem;
  color: var(--zh-gold);
}

.zh-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.zh-feature {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--zh-border);
  background: rgba(16, 10, 28, 0.9);
}
.zh-feature i {
  font-size: 1.4rem;
  color: var(--zh-gold);
  margin-bottom: 12px;
}
.zh-feature h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}
.zh-feature p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(210, 198, 240, 0.92);
  line-height: 1.6;
}

.zh-cta-panel {
  padding: 32px 24px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: linear-gradient(135deg, rgba(91, 33, 182, 0.45), rgba(30, 18, 48, 0.95));
}
.zh-cta-panel h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.zh-cta-panel p {
  margin: 0 auto 18px;
  max-width: 560px;
  color: rgba(243, 232, 255, 0.92);
  line-height: 1.65;
}
.zh-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.zh-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.zh-btn-primary {
  background: linear-gradient(90deg, #7c3aed, #c084fc);
  color: #fff;
  box-shadow: 0 8px 28px rgba(124, 58, 237, 0.45);
}
.zh-btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}
.zh-btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fefce8;
}
.zh-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.zh-tarot-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 24px;
  border-radius: 22px;
  border: 1px solid var(--zh-border);
  background: rgba(12, 8, 22, 0.92);
}
.zh-tarot-teaser > div:first-child {
  max-width: 560px;
}
.zh-tarot-teaser h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

/* ========= 详情页 ========= */
.zh-detail-top {
  margin-bottom: 22px;
}
.zh-breadcrumb {
  font-size: 0.8rem;
  color: rgba(189, 170, 230, 0.9);
  margin-bottom: 10px;
}
.zh-breadcrumb a {
  color: var(--zh-purple);
  text-decoration: none;
}
.zh-breadcrumb a:hover {
  text-decoration: underline;
}
.zh-detail-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  margin: 0 0 6px;
  color: #fff;
}
.zh-detail-sub {
  margin: 0;
  color: rgba(216, 204, 245, 0.9);
  font-size: 0.92rem;
}

/* 时段下拉（参考设计稿） */
.zh-hscope-dd {
  position: relative;
  max-width: 420px;
  margin: 22px 0 26px;
  z-index: 20;
}
.zh-hscope-dd-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 14px 18px;
  border-radius: 999px;
  border: 1px solid var(--zh-border);
  background: rgba(30, 20, 52, 0.95);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.12);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.zh-hscope-dd-btn:hover {
  border-color: rgba(167, 139, 250, 0.55);
}
.zh-hscope-dd-btn .zh-dd-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.45);
  color: var(--zh-gold);
  flex-shrink: 0;
}
.zh-hscope-dd-btn .zh-dd-label {
  flex: 1;
  text-align: left;
}
.zh-hscope-dd-btn .zh-dd-chev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(167, 139, 250, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9d5ff;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.zh-hscope-dd.is-open .zh-hscope-dd-btn .zh-dd-chev {
  transform: rotate(180deg);
}
.zh-hscope-dd-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  border-radius: 18px;
  border: 1px solid var(--zh-border);
  background: var(--zh-panel);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.zh-hscope-dd.is-open .zh-hscope-dd-panel {
  display: block;
}
.zh-hscope-dd-panel a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  color: #f5f3ff;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(167, 139, 250, 0.12);
  transition: background 0.15s;
}
.zh-hscope-dd-panel a:last-child {
  border-bottom: none;
}
.zh-hscope-dd-panel a:hover {
  background: rgba(124, 58, 237, 0.2);
}
.zh-hscope-dd-panel a.is-active {
  background: rgba(124, 58, 237, 0.28);
}
.zh-hscope-dd-panel a .zh-row-icon {
  width: 36px;
  text-align: center;
  color: var(--zh-gold);
  font-size: 1rem;
}
.zh-hscope-dd-panel a .zh-row-check {
  margin-left: auto;
  color: var(--zh-purple);
  font-size: 0.85rem;
}
.zh-hscope-dd-panel a .zh-row-365 {
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: var(--zh-gold);
}

/* 运势主框 */
.zh-reading-shell {
  border-radius: 24px;
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: linear-gradient(180deg, rgba(36, 22, 62, 0.95), rgba(12, 8, 20, 0.98));
  padding: 24px 22px 26px;
  margin-bottom: 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.zh-reading-shell h2 {
  margin: 0 0 18px;
  font-size: 1.15rem;
  color: #fefce8;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zh-score-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}
@media (min-width: 640px) {
  .zh-score-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.zh-score-row {
  display: grid;
  grid-template-columns: 72px 1fr 40px;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
}
.zh-score-row .zh-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.zh-score-row .zh-bar > i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6d28d9, #c084fc, #fcd34d);
}
.zh-score-val {
  text-align: right;
  font-weight: 700;
  color: var(--zh-gold);
}
.zh-reading-body {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(230, 220, 255, 0.95);
}
.zh-reading-body p + p {
  margin-top: 12px;
}

.zh-prose {
  font-size: 0.94rem;
  line-height: 1.75;
  color: rgba(222, 211, 248, 0.95);
}
.zh-prose p + p {
  margin-top: 12px;
}

.zh-faq details {
  border: 1px solid var(--zh-border);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 10px;
  background: rgba(16, 10, 28, 0.75);
}
.zh-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #fefce8;
  list-style: none;
}
.zh-faq summary::-webkit-details-marker {
  display: none;
}
.zh-faq details[open] summary {
  margin-bottom: 10px;
  color: var(--zh-gold);
}
.zh-faq details p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(205, 194, 235, 0.95);
}

.zh-more-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.zh-more-links a {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--zh-border);
  background: rgba(30, 20, 48, 0.8);
  color: #e9d5ff;
  text-decoration: none;
  font-size: 0.85rem;
  transition: 0.2s;
}
.zh-more-links a:hover {
  border-color: var(--zh-gold);
  color: #fff;
}

.zh-muted-box {
  padding: 20px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(167, 139, 250, 0.15);
  margin-top: 14px;
}

/* ========= 详情页（优化版） ========= */
.zh-detail-page {
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
}

.zh-detail-hero {
  position: relative;
  margin: -8px -8px 24px;
  padding: 22px 20px 24px;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 90% 70% at 20% 0%, rgba(124, 58, 237, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(251, 191, 36, 0.12), transparent 50%),
    linear-gradient(155deg, rgba(28, 16, 48, 0.95), rgba(10, 6, 18, 0.98));
  border: 1px solid rgba(167, 139, 250, 0.25);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.zh-detail-page .zh-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.78rem;
}

.zh-detail-page .zh-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(196, 181, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s;
}

.zh-detail-page .zh-breadcrumb a:hover {
  color: #fde68a;
}

.zh-detail-hero-main {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.zh-detail-glyph {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.3);
  border: 1px solid rgba(251, 191, 36, 0.4);
  box-shadow:
    0 0 32px rgba(168, 85, 247, 0.35),
    inset 0 0 20px rgba(255, 255, 255, 0.06);
}

.zh-detail-hero-text {
  flex: 1;
  min-width: 0;
}

.zh-detail-title {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}

.zh-detail-sign {
  background: linear-gradient(115deg, #fce7f3, #e9d5ff 40%, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.zh-detail-type {
  font-size: 0.92em;
  font-weight: 600;
  color: #fde68a;
}

.zh-detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.zh-detail-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  color: rgba(233, 213, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(167, 139, 250, 0.2);
}

.zh-detail-pill i {
  font-size: 0.65rem;
  color: var(--zh-gold);
}

.zh-detail-insight {
  margin: 0;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fde68a;
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.2);
}

.zh-detail-type-nav {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(12, 8, 22, 0.55);
  border: 1px solid rgba(167, 139, 250, 0.18);
}

.zh-detail-type-group + .zh-detail-type-group {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(167, 139, 250, 0.1);
}

.zh-detail-type-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(196, 181, 220, 0.55);
}

.zh-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zh-detail-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  color: rgba(233, 213, 255, 0.88);
  background: rgba(18, 10, 32, 0.8);
  border: 1px solid rgba(167, 139, 250, 0.22);
  transition: transform 0.15s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.zh-detail-chip:hover {
  border-color: rgba(251, 191, 36, 0.4);
  color: #fef3c7;
  transform: translateY(-1px);
}

.zh-detail-chip.is-active {
  border-color: rgba(251, 191, 36, 0.55);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.22), rgba(124, 58, 237, 0.28));
  color: #fef3c7;
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.15);
}

.zh-detail-chip i {
  font-size: 0.75rem;
  opacity: 0.9;
}

.zh-detail-core {
  margin-bottom: 24px;
  padding: 22px 20px 24px;
  border-radius: 22px;
  border: 1px solid rgba(251, 191, 36, 0.22);
  background: linear-gradient(180deg, rgba(32, 20, 54, 0.92), rgba(10, 6, 18, 0.96));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
}

.zh-detail-core-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 18px;
}

.zh-detail-core-head h2 {
  margin: 0;
  font-size: 1.05rem;
  color: #fefce8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.zh-detail-core-hint {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(196, 181, 220, 0.55);
}

.zh-detail-scores .zh-score-row.is-focus .zh-score-name {
  color: #fde68a;
}

.zh-detail-scores .zh-score-row.is-focus .zh-bar > i {
  background: linear-gradient(90deg, #f59e0b, #fde68a, #fcd34d);
  box-shadow: 0 0 12px rgba(251, 191, 36, 0.35);
}

.zh-detail-scores .zh-score-name {
  color: rgba(196, 181, 220, 0.8);
}

.zh-detail-prose {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(167, 139, 250, 0.12);
}

.zh-detail-luck {
  margin-bottom: 24px;
  padding: 20px 18px 22px;
  border-radius: 20px;
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: rgba(22, 16, 36, 0.88);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.zh-detail-luck h2 {
  margin: 0 0 16px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fef9c3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.zh-detail-luck .zh-luck-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.zh-detail-luck .zh-luck-span2 {
  grid-column: 1 / -1;
}

.zh-detail-astro {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(167, 139, 250, 0.12);
  font-size: 0.75rem;
  text-align: center;
  color: rgba(196, 181, 253, 0.8);
}

.zh-detail-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.zh-detail-card {
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(167, 139, 250, 0.2);
  background: rgba(16, 10, 28, 0.75);
  transition: border-color 0.2s;
}

.zh-detail-card:hover {
  border-color: rgba(167, 139, 250, 0.35);
}

.zh-detail-card-tip {
  border-color: rgba(251, 191, 36, 0.25);
  background: linear-gradient(135deg, rgba(91, 33, 182, 0.2), rgba(16, 10, 28, 0.85));
}

.zh-detail-card-title {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #faf5ff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.zh-detail-card-title i {
  color: var(--zh-gold);
  font-size: 0.9rem;
}

.zh-detail-faq {
  margin-bottom: 28px;
}

.zh-detail-faq-title {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  color: #fefce8;
  border-left: 4px solid var(--zh-purple);
  padding-left: 14px;
}

.zh-detail-foot {
  margin: 0 -8px -8px;
}

.zh-detail-foot .zh-hub-nav-section {
  margin-bottom: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(167, 139, 250, 0.12);
}

@media (max-width: 560px) {
  .zh-detail-hero-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .zh-detail-pills {
    justify-content: center;
  }

  .zh-detail-insight {
    text-align: left;
  }

  .zh-detail-chips {
    justify-content: center;
  }
}

/* 首页精简：星座入口 */
.zh-index-lite .zh-ztab {
  text-decoration: none;
  color: inherit;
}

.zh-index-lite .zh-ztab-dates {
  display: block;
}

.zh-index-lite .zh-ztab-astro {
  display: none;
}

.zh-index-cta {
  margin: 20px 0 0;
  text-align: center;
}

/* 详情：十二星座条 */
.zh-detail-sign-nav {
  margin-bottom: 18px;
}

.zh-detail-ztabs .zh-ztab {
  text-decoration: none;
  color: inherit;
  min-width: 56px;
}

.zh-detail-ztabs .zh-ztab-dates,
.zh-detail-ztabs .zh-ztab-astro {
  display: none;
}

.zh-detail-subperiod {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(251, 191, 36, 0.06);
  border: 1px solid rgba(251, 191, 36, 0.22);
}

.zh-detail-subchip {
  flex: 1;
  min-width: 72px;
  padding: 10px 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  color: rgba(233, 213, 255, 0.88);
  background: rgba(18, 10, 32, 0.65);
  border: 1px solid rgba(167, 139, 250, 0.2);
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
}

.zh-detail-subchip:hover {
  border-color: rgba(251, 191, 36, 0.4);
  color: #fef3c7;
}

.zh-detail-subchip.is-active {
  border-color: rgba(251, 191, 36, 0.6);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.28), rgba(124, 58, 237, 0.25));
  color: #fff;
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.2);
}

.zh-detail-type-hint {
  font-weight: 400;
  opacity: 0.65;
  font-size: 0.68rem;
}

.zh-detail-pill-accent {
  border-color: rgba(251, 191, 36, 0.35);
  color: #fde68a;
}

.zh-detail-chip-theme.is-active {
  box-shadow: 0 0 16px rgba(236, 72, 153, 0.15);
}

/* 首页预览正文 ~200字 */
.zh-index-preview-text {
  margin: 0 0 16px;
  font-size: 0.92rem;
  line-height: 1.85;
  color: rgba(238, 230, 255, 0.95);
  text-align: justify;
  letter-spacing: 0.02em;
}

.zh-hub-scores-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(8, 4, 16, 0.35);
  border: 1px solid rgba(167, 139, 250, 0.12);
}

.zh-hub-score-mini {
  flex: 1;
  min-width: 64px;
  text-align: center;
  padding: 6px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  color: rgba(196, 181, 220, 0.8);
}

.zh-hub-score-mini strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  color: #fde68a;
}

.zh-index-hub .zh-hub-subperiod {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 10px;
  padding: 0 2px;
}

.zh-index-hub .zh-hub-subperiod .zh-detail-subchip {
  flex: 1;
  min-width: 72px;
  cursor: pointer;
  font-family: inherit;
}

/* 详情 · 多维度网格 */
.zh-detail-core-prose {
  margin-bottom: 24px;
}

.zh-detail-prose-heading {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fefce8;
}

.zh-detail-disclaimer {
  margin: 16px 0 0;
  font-size: 0.72rem;
  color: rgba(196, 181, 220, 0.55);
}

.zh-detail-share-row {
  margin-top: 14px;
  text-align: center;
}

.zh-detail-dimensions {
  margin-bottom: 28px;
}

.zh-detail-dim-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 720px) {
  .zh-detail-dim-grid {
    grid-template-columns: 1fr 1fr;
  }

  .zh-detail-dim-card:first-child {
    grid-column: 1 / -1;
  }
}

.zh-detail-dim-card {
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(167, 139, 250, 0.2);
  background: rgba(16, 10, 28, 0.72);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.zh-detail-dim-card.is-highlight {
  border-color: rgba(251, 191, 36, 0.45);
  background: linear-gradient(145deg, rgba(91, 33, 182, 0.18), rgba(16, 10, 28, 0.88));
  box-shadow: 0 0 24px rgba(251, 191, 36, 0.1);
}

.zh-detail-dim-title {
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #faf5ff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.zh-detail-dim-title i {
  color: var(--zh-gold);
  font-size: 0.85rem;
}

.zh-detail-dim-card .zh-prose p {
  margin: 0 0 0.75em;
  font-size: 0.88rem;
  line-height: 1.72;
}

.zh-detail-dim-card .zh-prose p:last-child {
  margin-bottom: 0;
}
