/* Serial Chapter Library Master Seal · 2026-09-12
   Scoped to the serial reading surfaces. Preserves the Author House palette and global navigation. */
.serial-launch{margin-top:26px;position:relative;z-index:1}
.serial-launch-actions{display:flex;gap:12px;flex-wrap:wrap}
.serial-launch-actions .btn{flex:1 1 220px}
.serial-chapter-drawer{margin-top:14px;border:1px solid rgba(214,183,114,.28);border-radius:20px;background:rgba(7,4,4,.34);overflow:hidden}
.serial-chapter-drawer summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;color:var(--ivory);font-weight:800}
.serial-chapter-drawer summary::-webkit-details-marker{display:none}
.serial-chapter-drawer summary:after{content:'+';display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:999px;border:1px solid var(--line2);color:var(--gold2);font-size:20px;font-weight:500}
.serial-chapter-drawer[open] summary:after{content:'−'}
.serial-summary-title{font-family:Georgia,"Times New Roman",serif;font-size:20px}
.serial-chapter-drawer summary small{margin-left:auto;color:var(--muted);font-size:12px;font-weight:650;letter-spacing:.04em}
.serial-chapter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 14px 14px;max-height:430px;overflow:auto;scrollbar-color:rgba(214,183,114,.45) transparent}
.serial-chapter-link{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:center;min-height:58px;padding:11px 13px;border:1px solid rgba(214,183,114,.18);border-radius:14px;background:rgba(255,255,255,.026);transition:background .16s ease,border-color .16s ease,transform .16s ease}
.serial-chapter-link:hover,.serial-chapter-link:focus-visible{background:rgba(214,183,114,.08);border-color:var(--line2);outline:none;transform:translateY(-1px)}
.serial-chapter-number{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold2);font-weight:850;white-space:nowrap}
.serial-chapter-title{font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1.18;color:var(--ivory)}
.serial-chapter-link.is-read:after{content:'✓';color:var(--gold2);font-weight:900;grid-column:3}
.serial-chapter-link.is-current{border-color:var(--line2);background:rgba(214,183,114,.09)}
.serial-memory-note{margin:11px 3px 0;color:var(--muted);font-size:12px;line-height:1.55}
.serial-smart-continue[hidden]{display:none!important}
.serial-paper>p:not(.notice){font-size:clamp(17px,2.2vw,19px);line-height:1.82;color:rgba(247,236,214,.94);margin:0 0 1.15em}
.serial-paper>p:not(.notice)+p:not(.notice){margin-top:.05em}
.serial-paper .notice{line-height:1.55}
@media(max-width:720px){
  .serial-launch-actions{display:grid;grid-template-columns:1fr}
  .serial-launch-actions .btn{width:100%;flex:none}
  .serial-chapter-grid{grid-template-columns:1fr;max-height:390px;padding:0 10px 10px}
  .serial-chapter-drawer summary{align-items:flex-start;padding:15px 14px}
  .serial-chapter-drawer summary small{display:none}
  .serial-summary-title{font-size:18px}
  .serial-chapter-link{min-height:54px;padding:10px 11px}
  .serial-paper>p:not(.notice){font-size:17px;line-height:1.78}
}
@media(prefers-reduced-motion:reduce){.serial-chapter-link{transition:none}.serial-chapter-link:hover,.serial-chapter-link:focus-visible{transform:none}}
