/* 移动端章节阅读 - 新风格 */
.novel-reader-theme-m {
  background: #faf8f5;
  font-family: "Source Han Serif SC", "Noto Serif SC", "仿宋", "FangSong", serif;
}

.novel-reader-theme-m .header {
  background: linear-gradient(135deg, #8b7355 0%, #a08060 100%);
}

.novel-reader-theme-m .content {
  padding: 12px 14px 24px;
  min-height: 50vh;
}

/* 延迟加载骨架屏 */
.novel-reader-theme-m .chapter-skeleton {
  padding: 24px 0;
}

.novel-reader-theme-m .skeleton-title,
.novel-reader-theme-m .skeleton-line {
  background: linear-gradient(90deg, #ebe6e0 25%, #e4ded8 50%, #ebe6e0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.2s ease-in-out infinite;
  border-radius: 4px;
}

.novel-reader-theme-m .skeleton-title {
  height: 24px;
  width: 70%;
  margin: 0 auto 28px;
}

.novel-reader-theme-m .skeleton-line {
  height: 18px;
  width: 100%;
  margin-bottom: 16px;
}

.novel-reader-theme-m .skeleton-line.short {
  width: 85%;
}

@keyframes skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* 内容展示 */
.novel-reader-theme-m .chapter-content-wrap {
  animation: content-fade-in 0.35s ease-out;
}

@keyframes content-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.novel-reader-theme-m .chaptername {
  font-size: 18px;
  font-weight: 600;
  color: #3d3429;
  text-align: center;
  margin: 0 0 16px;
  line-height: 1.45;
}

.novel-reader-theme-m .txt {
  font-size: 17px;
  line-height: 2;
  color: #3d3429;
  padding: 10px 4px 20px;
}

.novel-reader-theme-m .txt>p {
  text-indent: 2em;
  padding-bottom: 1em;
}

.novel-reader-theme-m .adjacent-tip {
  font-size: 12px;
  color: #8b7765;
  text-indent: 0;
  margin-top: 12px;
}

.novel-reader-theme-m .chapter-page-btn {
  margin: 12px 0;
}
