/* v20 · v6.2 绘本安全排版、1:1图片与单部打印导出 */

/* 所有绘本文字在浅色纸张上强制使用深色，避免低对比 */
.book-reader,.reader-card,.reader-ruby-text,.reader-page-summary,.reader-page-summary article,.reader-story-overlay,.reader-panel-captions article,.generated-story{color:#17283d!important}
.reader-card>h2{color:#17283d!important;text-shadow:none!important}
.reader-card{background:linear-gradient(145deg,#fffdf6,#f4efe5 58%,#eaf3ef)!important}
.reader-ruby-text{background:#fffdf8!important;color:#17283d!important;border:2px solid #c8d3da!important;box-shadow:inset 0 0 0 1px #fff,0 8px 20px rgba(24,45,63,.1)!important}
.reader-ruby-text rt{color:#633f75!important}
.reader-page-summary article,.reader-story-overlay{background:linear-gradient(135deg,#fff7dd,#f4e2d4)!important;color:#17283d!important;border:2px solid #d7bd91!important}
.reader-page-summary b,.reader-story-overlay b,.reader-panel-captions b{color:#17283d!important}
.reader-page-summary p,.reader-panel-captions p,.reader-status,.reader-scene-title{color:#3e5268!important}
.reader-paragraph.reading{color:#10243b!important;background:linear-gradient(transparent 48%,#ffd76b 48%)!important}
.reader-advanced-controls button,.reader-controls button{background:#f7fbff!important;color:#17324d!important;border:1px solid #9fb7ca!important}
.reader-advanced-controls button.active{background:linear-gradient(135deg,#5b477c,#765b96)!important;color:#fff!important;border-color:#5b477c!important}

/* 最终绘本封面、正文页和缩略图统一为正方形 1:1 */
.reader-panel-stage{width:min(72vh,760px)!important;max-width:100%!important;aspect-ratio:1/1!important;min-height:0!important;background:#f3efe7!important}
.reader-panel-stage img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:1/1!important;object-fit:contain!important;background:#f3efe7!important}
.reader-mosaic button,.reader-mosaic button:nth-child(n){flex:0 0 92px!important;width:92px!important;height:92px!important;aspect-ratio:1/1!important}
.reader-mosaic img{aspect-ratio:1/1!important;object-fit:cover!important}
.works-card img,.works-room-preview img{aspect-ratio:1/1!important;object-fit:cover!important}

/* 作品卡拆分为打开与一键导出两个清晰操作 */
.works-card{display:flex!important;flex-direction:column!important;padding:10px!important;background:#fffdf7!important;color:#17283d!important;border:1px solid #c9b58f!important}
.works-card-open{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;color:#17283d!important}
.works-card-open>span{position:relative;display:block}.works-card-open img{display:block;width:100%;border-radius:15px}
.works-card-open i{position:absolute;left:8px;bottom:8px;padding:5px 9px;border-radius:99px;background:#25384e;color:#fff;font-style:normal;font-size:10px}
.works-card-open>b,.works-card-open>small,.works-card-open>em{display:block;margin:7px 2px 0;color:#17283d!important}
.works-card-open>small,.works-card-open>em{font-size:11px;color:#40546a!important;font-style:normal}
.works-export{width:100%;min-height:44px;margin-top:10px;border:1px solid #9b6c24;border-radius:13px;background:linear-gradient(145deg,#ffe38a,#f2b75d);color:#35250e!important;font-weight:1000;cursor:pointer;box-shadow:0 5px 0 #b47d2d}
.works-export:hover{transform:translateY(-1px);filter:brightness(1.03)}.works-export:active{transform:translateY(3px);box-shadow:0 2px 0 #b47d2d}

/* 旧作品详情中的完整故事也使用可读纸张 */
.generated-story{padding:18px!important;border-radius:18px!important;background:#fffdf7!important;border:2px solid #c6b28f!important;font-size:17px!important;line-height:1.85!important;font-weight:650!important}

@media(max-width:760px){.reader-panel-stage{width:min(92vw,520px)!important}.reader-mosaic button,.reader-mosaic button:nth-child(n){flex-basis:76px!important;width:76px!important;height:76px!important}}
@media(max-height:720px) and (orientation:landscape){.reader-panel-stage{width:min(42vh,360px)!important}.reader-panel-stage img{height:100%!important}.reader-card{display:grid!important}.reader-ruby-text{max-height:44vh!important}}
