/* Restored from 2026-06-25 article detail/member guide polish. Do not use as a full-site bundle. */
/* Yiyu article detail polish: Chinese body paragraphs need first-line indent. */
article.prose.prose-lg.max-w-none > div > p {
  text-indent: 2em;
}
article.prose.prose-lg.max-w-none > div > p:first-child {
  margin-top: 0;
}


/* Yiyu article detail polish v2: unify body indent and give media breathing room. */
article.prose.prose-lg.max-w-none > div p {
  text-indent: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
article.prose.prose-lg.max-w-none > div > p:first-child {
  margin-top: 0;
}
article.prose.prose-lg.max-w-none > div blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
article.prose.prose-lg.max-w-none > div blockquote p,
article.prose.prose-lg.max-w-none > div figcaption p,
article.prose.prose-lg.max-w-none > div li p {
  text-indent: 0;
}
article.prose.prose-lg.max-w-none > div figure {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
article.prose.prose-lg.max-w-none > div p + figure,
article.prose.prose-lg.max-w-none > div figure + p {
  margin-top: 2.5rem;
}


/* Yiyu article detail polish v3: stable spacing for AI illustration preface and media. */
.yiyu-ai-illustration-section {
  margin-bottom: 4rem !important;
}
.yiyu-ai-illustration-section .yiyu-ai-preface {
  margin-bottom: 2rem !important;
  border-radius: 18px;
  border: 1px solid rgba(227, 230, 241, 0.86);
  background: rgba(247, 248, 252, 0.82);
  color: rgba(86, 97, 120, 0.94);
  padding: 1rem 1.25rem;
  line-height: 1.9;
}
.yiyu-ai-illustration-section .yiyu-ai-preface p {
  margin: 0.35rem 0;
  text-indent: 0;
}
.yiyu-ai-illustration-section .yiyu-ai-preface p:first-child {
  margin-top: 0;
}
.yiyu-ai-illustration-section .yiyu-ai-preface p:last-child {
  margin-bottom: 0;
}
.yiyu-ai-illustration-section .yiyu-ai-preface-quotes {
  margin: 0.75rem 0;
  border-left: 2px solid rgba(78, 91, 196, 0.22);
  padding-left: 1rem;
}
.yiyu-ai-illustration-section figure {
  margin-top: 0;
  margin-bottom: 0;
}

/* Yiyu article detail polish v4: blockquote paragraphs should share Chinese first-line indent. */
article.prose.prose-lg.max-w-none > div blockquote {
  text-indent: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
article.prose.prose-lg.max-w-none > div > blockquote:first-child {
  margin-top: 0;
}
article.prose.prose-lg.max-w-none > div blockquote p {
  text-indent: 0;
}

/* Yiyu article detail polish v5: make emphasized article text visible in WeChat and add guest member guide. */
article.prose.prose-lg.max-w-none > div strong,
article.prose.prose-lg.max-w-none > div b {
  font-weight: 900 !important;
  color: #111827 !important;
}

.yiyu-member-guide {
  margin-top: 3rem;
  border-top: 1px solid rgba(227, 230, 241, 0.86);
  padding-top: 2rem;
}

.yiyu-member-guide__card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(227, 230, 241, 0.92);
  background:
    radial-gradient(circle at 12% 8%, rgba(78, 91, 196, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 252, 0.94));
  box-shadow: 0 22px 70px -46px rgba(15, 23, 42, 0.45);
  padding: 1.75rem;
}

.yiyu-member-guide__title {
  color: #111827;
  font-family: "Noto Serif SC", Songti SC, serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.yiyu-member-guide__subtitle {
  margin-top: 0.6rem;
  color: rgba(86, 97, 120, 0.95);
  font-size: 0.98rem;
  line-height: 1.8;
}

.yiyu-member-guide__intro {
  margin-top: 1.25rem;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 600;
}

.yiyu-member-guide__benefits {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.72rem;
  padding: 0;
  list-style: none;
}

.yiyu-member-guide__benefits li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  color: #111827;
  font-size: 0.95rem;
  line-height: 1.65;
}

.yiyu-member-guide__benefits li::before {
  content: "";
  margin-top: 0.68rem;
  height: 0.42rem;
  width: 0.42rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #4e5bc4;
  box-shadow: 0 0 0 4px rgba(78, 91, 196, 0.10);
}

.yiyu-member-guide__benefits strong {
  font-weight: 900;
  color: #111827;
}

.yiyu-member-guide__actions {
  margin-top: 1.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.yiyu-member-guide__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.yiyu-member-guide__button:hover {
  transform: translateY(-1px);
}

.yiyu-member-guide__button--primary {
  background: #16265e;
  color: #fff;
  box-shadow: 0 16px 34px -24px rgba(22, 38, 94, 0.72);
}

.yiyu-member-guide__button--secondary {
  border: 1px solid rgba(22, 38, 94, 0.16);
  background: rgba(255, 255, 255, 0.74);
  color: #16265e;
}

@media (max-width: 640px) {
  .yiyu-member-guide {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }

  .yiyu-member-guide__card {
    border-radius: 20px;
    padding: 1.35rem;
  }

  .yiyu-member-guide__title {
    font-size: 1.25rem;
  }

  .yiyu-member-guide__actions {
    flex-direction: column;
  }

  .yiyu-member-guide__button {
    width: 100%;
  }
}

/* Article detail visual normalization v2: keep restored article styles stable in the current bundle. */
[data-yiyu-page="article"] [data-yiyu-section="article-detail-hero"] div[class*="aspect-[21/9]"] {
  overflow: hidden !important;
}

[data-yiyu-page="article"] [data-yiyu-section="article-detail-hero"] div[class*="aspect-[21/9]"] > img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

[data-yiyu-page="article"] [data-yiyu-section="article-detail-hero"] h1.font-serif-display {
  font-size: clamp(28px, 7.2vw, 40px) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

[data-yiyu-page="article"] [data-yiyu-section="article-detail-hero"] h1.font-serif-display + p {
  font-size: clamp(15px, 3.85vw, 17px) !important;
  line-height: 1.72 !important;
}

[data-yiyu-page="article"] article.prose.prose-lg.max-w-none > div {
  font-size: 16px !important;
  line-height: 1.78 !important;
}

[data-yiyu-page="article"] article.prose.prose-lg.max-w-none > div p,
[data-yiyu-page="article"] article.prose.prose-lg.max-w-none > div blockquote,
[data-yiyu-page="article"] article.prose.prose-lg.max-w-none > div li {
  font-size: inherit !important;
  line-height: inherit !important;
}

[data-yiyu-page="article"] .yiyu-ai-illustration-section .yiyu-ai-preface,
[data-yiyu-page="article"] .yiyu-ai-illustration-section .yiyu-ai-preface p,
[data-yiyu-page="article"] .yiyu-ai-illustration-section blockquote,
[data-yiyu-page="article"] .yiyu-ai-illustration-section blockquote p {
  font-size: 15.5px !important;
  line-height: 1.76 !important;
}

[data-yiyu-page="article"] .yiyu-member-guide {
  margin-top: 2.5rem !important;
  padding-top: 1.5rem !important;
}

[data-yiyu-page="article"] .yiyu-member-guide__card {
  border-radius: 20px !important;
  padding: 1.35rem !important;
}

[data-yiyu-page="article"] .yiyu-member-guide__title {
  font-size: 22px !important;
  line-height: 1.32 !important;
}

[data-yiyu-page="article"] .yiyu-member-guide__subtitle,
[data-yiyu-page="article"] .yiyu-member-guide__intro,
[data-yiyu-page="article"] .yiyu-member-guide__benefits li {
  font-size: 15px !important;
  line-height: 1.62 !important;
}

[data-yiyu-page="article"] .yiyu-member-guide__benefits {
  gap: 0.5rem !important;
}

[data-yiyu-page="article"] .yiyu-member-guide__actions {
  margin-top: 1.2rem !important;
}

@media (min-width: 768px) {
  [data-yiyu-page="article"] article.prose.prose-lg.max-w-none > div {
    font-size: 17px !important;
    line-height: 1.8 !important;
  }

  [data-yiyu-page="article"] .yiyu-member-guide__card {
    padding: 1.55rem !important;
  }

  [data-yiyu-page="article"] .yiyu-member-guide__title {
    font-size: 23px !important;
  }
}
