/* v34.8.24 · 绘本文字安全区与完整画面显示 */
.reader-story-overlay[hidden],.reader-cover-title[hidden]{display:none!important}
.reader-story-overlay{
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:min(30%,230px)!important;
  max-width:30%!important;
  display:grid!important;
  justify-items:start!important;
  gap:7px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.reader-panel-stage[data-text-anchor="top-left"] .reader-story-overlay{left:3.5%!important;top:3.5%!important}
.reader-panel-stage[data-text-anchor="top-right"] .reader-story-overlay{right:3.5%!important;top:3.5%!important}
.reader-panel-stage[data-text-anchor="bottom-left"] .reader-story-overlay{left:3.5%!important;bottom:3.5%!important}
.reader-panel-stage[data-text-anchor="bottom-right"] .reader-story-overlay{right:3.5%!important;bottom:3.5%!important}
.reader-panel-stage[data-text-anchor="top-left"] .reader-story-overlay,
.reader-panel-stage[data-text-anchor="bottom-right"] .reader-story-overlay{transform:rotate(-1.2deg)}
.reader-panel-stage[data-text-anchor="top-right"] .reader-story-overlay,
.reader-panel-stage[data-text-anchor="bottom-left"] .reader-story-overlay{transform:rotate(1.2deg)}
.reader-story-overlay b{
  display:block;
  max-width:100%;
  padding:8px 12px;
  border:2px solid rgba(255,255,255,.78);
  border-radius:18px 13px 20px 11px;
  background:linear-gradient(135deg,rgba(255,251,225,.94),rgba(255,232,206,.89));
  color:#293b54!important;
  box-shadow:0 5px 0 rgba(129,88,62,.15),0 8px 20px rgba(32,25,18,.16);
  backdrop-filter:blur(2px);
  font-family:"KaiTi","STKaiti","Microsoft YaHei",sans-serif;
  font-size:clamp(13px,1.35vw,17px)!important;
  font-weight:900;
  line-height:1.45!important;
  text-align:left;
  letter-spacing:.03em;
  text-shadow:0 1px 0 #fff;
}
.reader-story-overlay span{
  position:relative;
  display:block;
  max-width:92%;
  margin-inline:8px 0;
  padding:6px 10px!important;
  border:2px solid rgba(255,255,255,.88);
  border-radius:19px 19px 19px 7px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(255,237,247,.94))!important;
  color:#7a3f61!important;
  box-shadow:0 4px 0 rgba(120,70,96,.15),0 7px 16px rgba(34,24,30,.14);
  font-family:"KaiTi","STKaiti","Microsoft YaHei",sans-serif;
  font-size:clamp(11px,1.12vw,15px)!important;
  font-weight:900;
  line-height:1.35;
}
.reader-story-overlay span::after{
  content:"";
  position:absolute;
  left:8px;
  bottom:-6px;
  width:11px;
  height:11px;
  border-left:1px solid rgba(116,77,92,.22);
  border-bottom:1px solid rgba(116,77,92,.22);
  background:rgba(255,255,255,.94);
  transform:skewY(-28deg) rotate(-18deg);
}
.reader-panel-stage[data-text-mode="narration"] .reader-story-overlay b{border-radius:10px 16px 12px 9px}
.reader-panel-stage[data-text-mode="dialogue"] .reader-story-overlay b{display:none}
.reader-panel-stage[data-layout="single-page"]{
  aspect-ratio:4/3;
  background:#f4ead9!important;
}
.reader-panel-stage[data-layout="single-page"] img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:4/3!important;
  object-fit:contain!important;
  object-position:center!important;
}
.reader-panel-stage[data-layout="single-page"] .reader-story-overlay{
  width:min(30%,230px)!important;
  max-width:30%!important;
}
.reader-panel-stage[data-layout="single-page"] .reader-story-overlay b{
  background:linear-gradient(135deg,rgba(255,252,228,.94),rgba(255,231,207,.9));
}
.reader-cover-title{
  left:8%!important;
  right:8%!important;
  bottom:7%!important;
  padding:12px 18px 15px!important;
  border:3px solid rgba(255,255,255,.86)!important;
  border-radius:28px 19px 30px 17px!important;
  background:linear-gradient(135deg,rgba(255,196,111,.93),rgba(244,126,147,.92),rgba(135,113,222,.9))!important;
  color:#fffdf2!important;
  font-family:"KaiTi","STKaiti","Microsoft YaHei",sans-serif!important;
  font-size:clamp(27px,4.2vw,52px)!important;
  font-weight:1000!important;
  letter-spacing:.06em!important;
  text-shadow:0 3px 0 rgba(81,47,94,.42),0 7px 18px rgba(35,24,54,.42)!important;
  box-shadow:0 7px 0 rgba(94,56,93,.25),0 14px 30px rgba(35,24,54,.3)!important;
  transform:rotate(-1deg);
}

#home.task-center-active .lumi-home{
  transform:translateX(clamp(350px,36vw,410px)) scale(.88)!important;
}

@media(max-width:780px){
  .reader-story-overlay{width:min(42%,200px)!important;max-width:42%!important;gap:5px!important}
  .reader-story-overlay b{padding:6px 8px;font-size:11px!important;line-height:1.38!important}
  .reader-story-overlay span{padding:5px 8px!important;font-size:10px!important}
  #home.task-center-active .lumi-home{opacity:0!important;pointer-events:none!important}
}

@media(prefers-reduced-motion:reduce){
  #home.task-center-active .lumi-home{transition:none!important}
}
