/* 寻梦记 - 传记排版样式 */

/* 中文衬线字体 */
@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7oqPcbR6PFg.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7oqOEax6PFg.woff2') format('woff2');
}

/* 传记内容区域 */
.biography-text {
    font-family: 'Noto Serif SC', '宋体', 'SimSun', '华文仿宋', 'STFangsong', serif;
    font-size: 16px;
    line-height: 2;
    color: #3D3229;
    text-align: justify;
}

.biography-text p {
    margin-bottom: 1.5em;
    text-indent: 2em;
}

.biography-text p:first-child {
    text-indent: 0;
}

.biography-text p:first-child::first-letter {
    font-size: 2.5em;
    float: left;
    line-height: 1;
    margin-right: 0.1em;
    margin-top: 0.1em;
    color: #8B6914;
}

/* 章节标题 */
.chapter-heading {
    font-family: 'Noto Serif SC', '楷体', 'KaiTi', serif;
    font-size: 22px;
    font-weight: 600;
    color: #3D3229;
    text-align: center;
    margin: 2em 0 1.5em;
    position: relative;
}

.chapter-heading::before,
.chapter-heading::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #C4A35A, transparent);
}

.chapter-heading::before {
    right: calc(50% + 80px);
}

.chapter-heading::after {
    left: calc(50% + 80px);
}

/* 小节标题 */
.section-heading {
    font-family: 'Noto Serif SC', '楷体', 'KaiTi', serif;
    font-size: 18px;
    font-weight: 600;
    color: #6B5344;
    margin: 1.5em 0 1em;
    padding-left: 12px;
    border-left: 3px solid #C4A35A;
}

/* 引用块 - 用于历史背景 */
.history-context {
    font-family: 'Noto Serif SC', '楷体', 'KaiTi', serif;
    font-size: 14px;
    line-height: 1.8;
    color: #7A6B5D;
    background: linear-gradient(135deg, #F5EDE4 0%, #FDF8F3 100%);
    padding: 16px 20px;
    margin: 1.5em 0;
    border-radius: 8px;
    border-left: 3px solid #D4A72C;
    font-style: italic;
}

.history-context::before {
    content: '📅 ';
}

/* 照片说明 */
.photo-caption {
    font-family: 'Noto Serif SC', '楷体', 'KaiTi', serif;
    font-size: 13px;
    color: #7A6B5D;
    text-align: center;
    margin-top: 8px;
    font-style: italic;
}

/* 照片容器 */
.biography-photo {
    margin: 1.5em auto;
    max-width: 280px;
    text-align: center;
}

.biography-photo img {
    width: 100%;
    border-radius: 4px;
    filter: sepia(20%) contrast(95%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 分割线 */
.section-divider {
    text-align: center;
    margin: 2em 0;
    color: #C4A35A;
    font-size: 18px;
    letter-spacing: 8px;
}

.section-divider::before {
    content: '◆ ◇ ◆';
}

/* 结尾署名 */
.biography-signature {
    font-family: 'Noto Serif SC', '楷体', 'KaiTi', serif;
    text-align: right;
    margin-top: 3em;
    padding-top: 1em;
    border-top: 1px solid #E5DCD3;
    color: #7A6B5D;
    font-size: 14px;
}

.biography-signature .name {
    font-size: 18px;
    color: #3D3229;
    margin-bottom: 4px;
}

.biography-signature .date {
    font-size: 13px;
}

/* 页面布局 - 类似《读库》风格 */
.biography-page {
    background: #FFFEF9;
    padding: 32px 24px;
    margin: 16px 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
}

.biography-page::before {
    content: '';
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, #E5DCD3 20%, #E5DCD3 80%, transparent);
}

/* 页码 */
.page-number {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Noto Serif SC', serif;
    font-size: 12px;
    color: #A99B8A;
}

/* 打印优化 */
@media print {
    .biography-text {
        font-size: 12pt;
        line-height: 1.8;
    }

    .biography-page {
        box-shadow: none;
        padding: 0;
        margin: 0;
        page-break-inside: avoid;
    }

    .chapter-heading {
        page-break-before: always;
    }
}

/* 阅读模式下的内容展示 */
.reading-content {
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
}

.reading-content .biography-text {
    font-size: 17px;
}

/* 高亮关键词 */
.keyword-highlight {
    background: linear-gradient(180deg, transparent 60%, rgba(212, 167, 44, 0.3) 60%);
    padding: 0 2px;
}

/* 人物标注 */
.person-tag {
    color: #8B6914;
    font-weight: 500;
}

/* 地点标注 */
.place-tag {
    color: #6B5344;
    border-bottom: 1px dashed #C4A35A;
}

/* 时间标注 */
.time-tag {
    font-family: 'Noto Serif SC', serif;
    color: #7A6B5D;
    font-size: 0.9em;
}
