/* Watch 专属样式 */
body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: -apple-system, sans-serif;
    font-size: 17px; /* Watch 适宜阅读字号 */
    line-height: 1.6;
    margin: 0;
    padding: 10px;
    word-wrap: break-word; /* 强制英文或长文本换行 */
    overflow-x: hidden; /* 绝对禁止横向滚动 */
}

/* 大触摸按钮 */
.watch-btn {
    display: block;
    width: 100%;
    background-color: #1C1C1E; /* 苹果表单标准深灰色 */
    color: #FFFFFF;
    text-align: center;
    padding: 14px 0;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.watch-btn-primary {
    background-color: #0A84FF; /* 苹果标准蓝色，用于醒目的“下一章” */
}

/* 章节正文排版 */
.content-box {
    margin-bottom: 20px;
    text-align: justify;
}
.content-box p {
    margin-bottom: 15px;
}
