/* 旧宣纸正文阅读卡 */
.main-stage {
  overflow: visible;
}

.siming {
  border-radius: 13px 13px 0 0;
}

.story-toolbar {
  position: sticky;
  top: 74px;
  z-index: 12;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: -8px -8px 22px;
  padding: 8px 8px 14px;
  background: linear-gradient(180deg, #17130fff 0%, #17130ff5 78%, #17130f00 100%);
}

.story-heading {
  min-width: 0;
}

.story-toolbar .stage-title {
  margin: 8px 0 0;
}

.story-page-nav {
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 12px;
  padding: 0;
  border-top: 0;
}

.story-page-nav .btn {
  min-width: 92px;
}

.story-page-nav .page-count {
  min-width: 58px;
  text-align: center;
}

.story-page {
  width: min(100%, 780px);
  min-height: 430px;
  margin: 0 auto 24px;
  padding: 38px 46px;
  border: 1px solid #8f7d5b;
  border-radius: 3px;
  background:
    radial-gradient(circle at 12% 18%, #78694812 0 1px, transparent 2px),
    radial-gradient(circle at 76% 72%, #6e5e4010 0 1px, transparent 2px),
    repeating-linear-gradient(8deg, #ffffff08 0 1px, transparent 1px 7px),
    linear-gradient(112deg, #c9bb96, #bfae86 52%, #c7b993);
  color: #2b261e;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.025em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-shadow: none;
  box-shadow:
    inset 0 0 45px #6b57341f,
    inset 0 0 0 5px #fff2d815,
    0 12px 28px #0007;
}

.story-page p {
  margin: 0 0 1.05em;
  color: inherit;
  line-height: inherit;
  text-indent: 2em;
}

.story-page p:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .main-stage {
    overflow: hidden;
  }

  .story-toolbar {
    position: static;
    display: grid;
    gap: 14px;
    margin: -2px 0 18px;
    padding: 0;
    background: none;
  }

  .story-page-nav {
    justify-content: space-between;
  }

  .story-page-nav .btn {
    min-width: 86px;
  }

  .story-page {
    min-height: 330px;
    padding: 25px 21px;
    font-size: 16px;
    line-height: 1.82;
    letter-spacing: 0.015em;
  }
}
