/* Garden Content Shared Styles — 共生花园文章页公共样式 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: #f5efe0; color: #3d2b1f;
  font-family: 'Noto Serif SC', 'Songti SC', 'STSong', 'SimSun', serif;
  font-size: 17px; line-height: 2; min-height: 100vh;
}
.wrapper { max-width: 680px; margin: 0 auto; padding: 48px 28px 80px; }
.back {
  display: inline-block; font-size: 13px; color: #8b7355;
  text-decoration: none; margin-bottom: 36px;
  font-family: system-ui, sans-serif; letter-spacing: 2px;
}
.back:hover { color: #b8924e; }

/* 封面图 */
.hero { margin-bottom: 32px; text-align: center; }
.hero img { max-width: 100%; border-radius: 8px; }

/* 标题区 */
.header { text-align: center; padding-bottom: 28px; margin-bottom: 36px; border-bottom: 1px solid #d4c5a9; }
.header .tag { font-size: 12px; color: #b8924e; font-family: system-ui, sans-serif; letter-spacing: 4px; margin-bottom: 8px; }
.header h1 { font-size: 26px; font-weight: 700; letter-spacing: 2px; color: #2a1a0a; margin-bottom: 8px; line-height: 1.4; }
.header .meta { font-size: 13px; color: #8b7355; font-family: system-ui, sans-serif; letter-spacing: 1px; }

/* 正文 */
.content { }
.content h2 { font-size: 20px; font-weight: 700; color: #5a3e1b; margin: 40px 0 12px; }
.content h3 { font-size: 17px; font-weight: 700; color: #6b5540; margin: 28px 0 8px; }
.content p { margin: 12px 0; }
.content blockquote {
  margin: 20px 0; padding: 12px 20px;
  border-left: 3px solid #b8924e; background: rgba(184,146,78,0.06);
  color: #5a4a3a;
}
.content strong { color: #2a1a0a; }
.content hr { border: none; border-top: 1px dashed #d4c5a9; margin: 32px 0; }
.content ul, .content ol { margin: 12px 0 12px 24px; }
.content li { margin: 4px 0; }
.content em { color: #8b7355; }
.content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 6px rgba(61,43,31,0.06); }
.content thead th { background: #5a3e1b; color: #f5efe0; font-weight: 600; padding: 12px 16px; border: none; text-align: left; font-size: 14px; letter-spacing: 1px; }
.content tbody td { padding: 12px 16px; border-bottom: 1px solid #e8ddd0; color: #3d2b1f; }
.content tbody tr:last-child td { border-bottom: none; }
.content tbody tr:nth-child(even) { background: rgba(184,146,78,0.06); }
.content tbody tr:hover { background: rgba(184,146,78,0.12); }

/* 页脚 */
.footer { text-align: center; margin-top: 64px; padding-top: 28px; border-top: 1px solid #d4c5a9; font-size: 12px; color: #a89a82; font-family: system-ui, sans-serif; letter-spacing: 2px; }

@media (max-width: 480px) {
  .wrapper { padding: 32px 16px 48px; }
  .header h1 { font-size: 22px; }
}
