.BookPagePaginator-module__3OWeFq__paginatorWrapper{flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-top:1.25rem;display:flex}.BookPagePaginator-module__3OWeFq__page{color:#111;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;max-width:100%;padding:1.25rem;overflow:hidden;box-shadow:0 2px 6px #00000014}.BookPagePaginator-module__3OWeFq__controls{justify-content:center;align-items:center;gap:.75rem;display:flex}.BookPagePaginator-module__3OWeFq__navBtn{color:#fff;cursor:pointer;background:#222;border:none;border-radius:4px;min-height:40px;padding:.5rem .85rem;font-size:.85rem;transition:opacity .2s}.BookPagePaginator-module__3OWeFq__navBtn:disabled{opacity:.3;cursor:not-allowed}.BookPagePaginator-module__3OWeFq__pageIndicator{color:#444;font-size:.8rem}.BookPagePaginator-module__3OWeFq__placeholder{text-align:center;color:#666;padding:1.25rem;font-size:.9rem}@media (min-width:640px){.BookPagePaginator-module__3OWeFq__paginatorWrapper{gap:.875rem;margin-top:1.5rem}.BookPagePaginator-module__3OWeFq__page{border-radius:7px;max-width:600px;padding:1.5rem}.BookPagePaginator-module__3OWeFq__controls{gap:.875rem}.BookPagePaginator-module__3OWeFq__navBtn{padding:.4rem .925rem;font-size:.875rem}.BookPagePaginator-module__3OWeFq__pageIndicator{font-size:.85rem}.BookPagePaginator-module__3OWeFq__placeholder{padding:1.5rem;font-size:.925rem}}@media (min-width:768px){.BookPagePaginator-module__3OWeFq__paginatorWrapper{gap:1rem;margin-top:2rem}.BookPagePaginator-module__3OWeFq__page{border-radius:8px;max-width:700px;padding:2rem;box-shadow:0 2px 8px #00000014}.BookPagePaginator-module__3OWeFq__controls{gap:1rem}.BookPagePaginator-module__3OWeFq__navBtn{min-height:auto;padding:.4rem 1rem}.BookPagePaginator-module__3OWeFq__pageIndicator{font-size:.9rem}.BookPagePaginator-module__3OWeFq__placeholder{padding:2rem}}
.Reader-module__o6nLSW__wrapper{background:var(--bg);color:var(--text);flex-direction:column;transition:background-color .3s,color .3s;display:flex;position:fixed;inset:0}.Reader-module__o6nLSW__wrapper.Reader-module__o6nLSW__light{--bg:#fafafa;--text:#1a1a1a;--border:#e0e0e0;--hover:#f0f0f0;--sidebar-bg:#fff;--muted:#6b7280}.Reader-module__o6nLSW__wrapper.Reader-module__o6nLSW__dark{--bg:#1a1a1a;--text:#e0e0e0;--border:#333;--hover:#2a2a2a;--sidebar-bg:#252525;--muted:#9ca3af}.Reader-module__o6nLSW__wrapper.Reader-module__o6nLSW__sepia{--bg:#f5e6d3;--text:#3d3226;--border:#5c4b3733;--hover:#eddcc5;--sidebar-bg:#f9f0e3;--muted:#5c4b37}.Reader-module__o6nLSW__header{border-bottom:1px solid var(--border);background:var(--bg);z-index:20;flex-shrink:0}.Reader-module__o6nLSW__headerContent{justify-content:space-between;align-items:center;max-width:100%;padding:.75rem 1rem;display:flex}.Reader-module__o6nLSW__bookTitle{color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:50%;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;overflow:hidden}.Reader-module__o6nLSW__bookTitle:hover{opacity:.7}.Reader-module__o6nLSW__headerActions{align-items:center;gap:.5rem;display:flex}.Reader-module__o6nLSW__modeToggle{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.375rem;padding:.4rem .75rem;font-size:.8rem;transition:background-color .2s}.Reader-module__o6nLSW__modeToggle:hover{background:var(--hover)}.Reader-module__o6nLSW__menuButton{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.375rem;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.8rem;transition:background-color .2s;display:flex}.Reader-module__o6nLSW__menuButton:hover{background:var(--hover)}.Reader-module__o6nLSW__layout{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.Reader-module__o6nLSW__sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border);z-index:15;flex-direction:column;flex-shrink:0;width:260px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:2px 0 8px #0000001a}.Reader-module__o6nLSW__sidebarOpen{transform:translate(0)}.Reader-module__o6nLSW__sidebarHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1rem .85rem;display:flex}.Reader-module__o6nLSW__sidebarHeader h3{margin:0;font-size:.95rem;font-weight:600}.Reader-module__o6nLSW__sidebarDownload{border-bottom:1px solid var(--border);padding:.75rem 1rem}.Reader-module__o6nLSW__closeButton{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem;transition:background-color .2s;display:block}.Reader-module__o6nLSW__closeButton:hover{background:var(--hover)}.Reader-module__o6nLSW__chapterList{-webkit-overflow-scrolling:touch;flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.Reader-module__o6nLSW__chapterList li{border-bottom:1px solid var(--border)}.Reader-module__o6nLSW__chapterItem{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;padding:.85rem 1rem;transition:background-color .2s;display:flex}.Reader-module__o6nLSW__chapterItem:hover:not(:disabled){background:var(--hover)}.Reader-module__o6nLSW__chapterItem:disabled{opacity:.5;cursor:not-allowed}.Reader-module__o6nLSW__chapterActive{background:var(--hover);font-weight:600}.Reader-module__o6nLSW__chapterNum{color:#6b7280;min-width:2.5rem;font-size:.7rem;font-weight:600}.Reader-module__o6nLSW__chapterItemTitle{flex:1;font-size:.8rem}.Reader-module__o6nLSW__chapterLocked{opacity:.6}.Reader-module__o6nLSW__lockIcon{font-size:.8rem}.Reader-module__o6nLSW__readerOverlay{z-index:14;background:#00000080;display:block;position:fixed;inset:0}.Reader-module__o6nLSW__reader{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.Reader-module__o6nLSW__toolbar{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.Reader-module__o6nLSW__toolbarGroup{align-items:center;gap:.35rem;display:flex}.Reader-module__o6nLSW__fontSize{text-align:center;min-width:2.5rem;font-size:.8rem}.Reader-module__o6nLSW__chapterInfo{font-size:.8rem;font-weight:500}.Reader-module__o6nLSW__toolbar button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.25rem;padding:.4rem;transition:background-color .2s}.Reader-module__o6nLSW__toolbar button:hover{background:var(--hover)}.Reader-module__o6nLSW__progressBar{background:var(--border);flex-shrink:0;height:3px;position:relative}.Reader-module__o6nLSW__progressFill{background:#2563eb;height:100%;transition:width .3s}.Reader-module__o6nLSW__chapterHeader{border-bottom:1px solid var(--border);flex-shrink:0;padding:1.25rem 1rem .85rem}.Reader-module__o6nLSW__chapterTitle{margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.Reader-module__o6nLSW__chapterScroller{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:1rem;overflow-y:auto}.Reader-module__o6nLSW__content{max-width:42rem;margin:0 auto;font-size:.95rem;line-height:1.75}.Reader-module__o6nLSW__content p{margin-bottom:1.25em}.Reader-module__o6nLSW__content h1,.Reader-module__o6nLSW__content h2,.Reader-module__o6nLSW__content h3{margin-top:1.75em;margin-bottom:.85em}.Reader-module__o6nLSW__paginatedReader{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;min-height:0;padding:1rem;display:flex;overflow-y:auto}.Reader-module__o6nLSW__pageCard{background:var(--sidebar-bg);border:1px solid var(--border);box-sizing:border-box;border-radius:8px;width:100%;height:auto;margin-bottom:.85rem;padding:1.25rem;box-shadow:0 4px 20px #0000001a}.Reader-module__o6nLSW__pageInner{width:100%;height:auto;overflow:visible}.Reader-module__o6nLSW__rule{background:var(--border);height:1px;margin:.85rem 0}.Reader-module__o6nLSW__chapterMeta{flex-direction:column;gap:.4rem;margin:1.25rem 0;display:flex}.Reader-module__o6nLSW__chapterLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.Reader-module__o6nLSW__pageContent{height:auto;margin-top:1.5rem;overflow:visible}.Reader-module__o6nLSW__pageContent p{margin-bottom:1.25em}.Reader-module__o6nLSW__pageContent h1,.Reader-module__o6nLSW__pageContent h2,.Reader-module__o6nLSW__pageContent h3{margin-top:1.75em;margin-bottom:.85em}.Reader-module__o6nLSW__pageNavigation{flex-shrink:0;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:flex}.Reader-module__o6nLSW__pageNavBtn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.375rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:background-color .2s}.Reader-module__o6nLSW__pageNavBtn:hover:not(:disabled){background:var(--hover)}.Reader-module__o6nLSW__pageNavBtn:disabled{opacity:.3;cursor:not-allowed}.Reader-module__o6nLSW__pageIndicator{color:var(--text);opacity:.7;font-size:.8rem}.Reader-module__o6nLSW__noContent{min-height:300px;color:var(--text);opacity:.6;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;display:flex}.Reader-module__o6nLSW__navigation{border-top:1px solid var(--border);background:var(--bg);flex-shrink:0;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.Reader-module__o6nLSW__navButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.375rem;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:background-color .2s;display:flex}.Reader-module__o6nLSW__navButton:hover:not(:disabled){background:#1d4ed8}.Reader-module__o6nLSW__navButton:disabled{opacity:.5;cursor:not-allowed}.Reader-module__o6nLSW__progressText{color:var(--text);opacity:.7;font-size:.8rem;font-weight:500}.Reader-module__o6nLSW__paywall{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.Reader-module__o6nLSW__paywall h2{margin-bottom:.85rem;font-size:1.25rem}.Reader-module__o6nLSW__paywallText{color:var(--text);opacity:.8;max-width:32rem;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Reader-module__o6nLSW__paywallActions{flex-direction:column;gap:.75rem;width:100%;max-width:360px;margin-bottom:.85rem;display:flex}.Reader-module__o6nLSW__purchaseButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex}.Reader-module__o6nLSW__purchaseButton:hover{background:#1d4ed8}.Reader-module__o6nLSW__purchaseButton:disabled{opacity:.6;cursor:not-allowed}.Reader-module__o6nLSW__secondaryButton{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;font-size:.9rem;transition:background-color .2s;display:flex}.Reader-module__o6nLSW__secondaryButton:hover{background:var(--hover)}.Reader-module__o6nLSW__secondaryButton:disabled{opacity:.6;cursor:not-allowed}.Reader-module__o6nLSW__tertiaryButton{color:var(--text);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.6rem 1rem;font-size:.8rem;transition:opacity .2s;display:flex}.Reader-module__o6nLSW__tertiaryButton:hover{opacity:1}.Reader-module__o6nLSW__spinIcon{animation:1s linear infinite Reader-module__o6nLSW__spin}@keyframes Reader-module__o6nLSW__spin{to{transform:rotate(360deg)}}.Reader-module__o6nLSW__paywallNote{color:var(--text);opacity:.6;font-size:.8rem}.Reader-module__o6nLSW__loading,.Reader-module__o6nLSW__error,.Reader-module__o6nLSW__empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.85rem;padding:1.5rem;display:flex}.Reader-module__o6nLSW__spin{animation:.8s linear infinite Reader-module__o6nLSW__spin}.Reader-module__o6nLSW__loader{text-align:center;color:var(--text);opacity:.6;padding:1.5rem}.Reader-module__o6nLSW__backLink{color:#fff;background:#2563eb;border-radius:.375rem;margin-top:.85rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .2s}.Reader-module__o6nLSW__backLink:hover{background:#1d4ed8}.Reader-module__o6nLSW__editionModalOverlay{z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.2s Reader-module__o6nLSW__fadeIn;display:flex;position:fixed;inset:0}.Reader-module__o6nLSW__editionModal{background:var(--sidebar-bg);border:1px solid var(--border);border-radius:12px;width:100%;max-width:90%;padding:1.5rem;animation:.3s Reader-module__o6nLSW__slideUp;box-shadow:0 20px 60px #00000080}.Reader-module__o6nLSW__editionModal h2{color:var(--text);margin:0 0 .85rem;font-size:1.25rem}.Reader-module__o6nLSW__editionModal p{color:var(--text);opacity:.8;margin:0 0 .85rem;font-size:.95rem;line-height:1.6}.Reader-module__o6nLSW__editionWarning{opacity:.6;font-size:.85rem;font-style:italic}.Reader-module__o6nLSW__editionModalActions{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}.Reader-module__o6nLSW__editionUpgradeBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.375rem;flex:1;padding:.7rem 1.25rem;font-weight:600;transition:background-color .2s}.Reader-module__o6nLSW__editionUpgradeBtn:hover:not(:disabled){background:#1d4ed8}.Reader-module__o6nLSW__editionUpgradeBtn:disabled{opacity:.5;cursor:not-allowed}.Reader-module__o6nLSW__editionDismissBtn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.375rem;flex:1;padding:.7rem 1.25rem;font-weight:600;transition:background-color .2s}.Reader-module__o6nLSW__editionDismissBtn:hover{background:var(--hover)}.Reader-module__o6nLSW__holographic{background:linear-gradient(135deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 95%, #6366f1) 50%, var(--bg) 100%);background-size:200% 200%;animation:10s infinite Reader-module__o6nLSW__gradientShift}@keyframes Reader-module__o6nLSW__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.Reader-module__o6nLSW__holoGlowTop,.Reader-module__o6nLSW__holoGlowBottom{pointer-events:none;z-index:5;opacity:.3;height:80px;position:fixed;left:0;right:0}.Reader-module__o6nLSW__holoGlowTop{background:linear-gradient(#6366f133 0%,#0000 100%);top:0}.Reader-module__o6nLSW__holoGlowBottom{background:linear-gradient(#0000 0%,#8b5cf633 100%);bottom:0}.Reader-module__o6nLSW__holographicActive{background:linear-gradient(90deg,#6366f1,#8b5cf6,#6366f1) 0 0/200% 100%;animation:2s linear infinite Reader-module__o6nLSW__shimmer;color:#fff!important;border-color:#6366f180!important}.Reader-module__o6nLSW__bookmarked{color:#fbbf24!important;border-color:#fbbf24!important}@keyframes Reader-module__o6nLSW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Reader-module__o6nLSW__holographic .Reader-module__o6nLSW__pageCard{border:1px solid #6366f133;box-shadow:0 4px 20px #0000001a,0 0 40px #6366f11a}.Reader-module__o6nLSW__holographic .Reader-module__o6nLSW__pageContent{animation:3s ease-in-out infinite Reader-module__o6nLSW__textGlow}@keyframes Reader-module__o6nLSW__textGlow{0%,to{text-shadow:none}50%{text-shadow:0 0 1px #6366f11a}}.Reader-module__o6nLSW__chapterTransitionOverlay{pointer-events:none;z-index:1000;animation:2s Reader-module__o6nLSW__fadeInOut;position:fixed;inset:0}.Reader-module__o6nLSW__chapterTransitionShimmer{background:linear-gradient(90deg,#0000 0%,#6366f14d 50%,#0000 100%);width:100%;height:100%;animation:2s Reader-module__o6nLSW__slideShimmer;position:absolute;top:0;left:-100%}@keyframes Reader-module__o6nLSW__slideShimmer{0%{left:-100%}to{left:100%}}@keyframes Reader-module__o6nLSW__fadeInOut{0%,to{opacity:0}50%{opacity:1}}.Reader-module__o6nLSW__celebrationOverlay{pointer-events:none;z-index:1000;justify-content:center;align-items:center;animation:3s Reader-module__o6nLSW__fadeInOut;display:flex;position:fixed;inset:0}.Reader-module__o6nLSW__celebrationContent{color:#6366f1;text-shadow:0 0 20px #6366f180;flex-direction:column;align-items:center;gap:.85rem;font-size:1.25rem;font-weight:700;display:flex}.Reader-module__o6nLSW__celebrationIcon{filter:drop-shadow(0 0 10px #6366f1cc);animation:1s ease-in-out infinite Reader-module__o6nLSW__pulse,2s linear Reader-module__o6nLSW__rotate}@keyframes Reader-module__o6nLSW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes Reader-module__o6nLSW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Reader-module__o6nLSW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Reader-module__o6nLSW__fadeIn{0%{opacity:0}to{opacity:1}}.Reader-module__o6nLSW__page{width:100%;max-width:720px;min-height:var(--page-height,800px);max-height:var(--page-height,800px);background:var(--sidebar-bg);border:1px solid var(--border);box-sizing:border-box;border-radius:8px;margin:0 auto 1.25rem;padding:1.25rem;overflow:hidden}.Reader-module__o6nLSW__page .Reader-module__o6nLSW__pageInner{height:100%}.Reader-module__o6nLSW__pageIndicatorGroup{flex-direction:column;align-items:center;gap:.2rem;display:flex}.Reader-module__o6nLSW__readingTimeIndicator{color:var(--muted);background:#ffffff0d;border-radius:10px;align-items:center;gap:.3rem;padding:.2rem .4rem;font-size:.7rem;display:flex}.Reader-module__o6nLSW__readingTimeIndicator svg{color:var(--muted)}.Reader-module__o6nLSW__readingTimeIndicator .Reader-module__o6nLSW__flameIcon{color:#f97316;animation:2s ease-in-out infinite Reader-module__o6nLSW__flamePulse}@keyframes Reader-module__o6nLSW__flamePulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media (min-width:600px){.Reader-module__o6nLSW__headerContent{padding:.85rem 1.5rem}.Reader-module__o6nLSW__bookTitle{max-width:60%;font-size:1.05rem}.Reader-module__o6nLSW__modeToggle{padding:.45rem .9rem;font-size:.85rem}.Reader-module__o6nLSW__menuButton{gap:.45rem;padding:.45rem .9rem;font-size:.85rem}.Reader-module__o6nLSW__sidebar{width:270px}.Reader-module__o6nLSW__sidebarHeader{padding:1.35rem 1.25rem .9rem}.Reader-module__o6nLSW__chapterItem{gap:.7rem;padding:.9rem 1.25rem}.Reader-module__o6nLSW__chapterNum{min-width:2.75rem;font-size:.75rem}.Reader-module__o6nLSW__chapterItemTitle{font-size:.85rem}.Reader-module__o6nLSW__toolbar{padding:.75rem 1.5rem}.Reader-module__o6nLSW__fontSize{min-width:2.75rem;font-size:.85rem}.Reader-module__o6nLSW__chapterInfo{font-size:.85rem}.Reader-module__o6nLSW__chapterHeader{padding:1.5rem 1.5rem 1rem}.Reader-module__o6nLSW__chapterTitle{font-size:1.35rem}.Reader-module__o6nLSW__chapterScroller{padding:1.5rem}.Reader-module__o6nLSW__content{font-size:1rem;line-height:1.8}.Reader-module__o6nLSW__paginatedReader{padding:1.5rem}.Reader-module__o6nLSW__pageCard{padding:1.5rem 2rem}.Reader-module__o6nLSW__pageNavigation{gap:1.5rem;margin-top:1.25rem}.Reader-module__o6nLSW__pageNavBtn{padding:.6rem 1.25rem;font-size:.9rem}.Reader-module__o6nLSW__pageIndicator{font-size:.85rem}.Reader-module__o6nLSW__navigation{padding:.75rem 1.5rem}.Reader-module__o6nLSW__navButton{gap:.45rem;padding:.7rem 1.25rem;font-size:.9rem}.Reader-module__o6nLSW__paywall{padding:2rem}.Reader-module__o6nLSW__paywall h2{font-size:1.4rem}.Reader-module__o6nLSW__paywallText{font-size:1.05rem}.Reader-module__o6nLSW__paywallActions{flex-direction:row;max-width:none}.Reader-module__o6nLSW__purchaseButton,.Reader-module__o6nLSW__secondaryButton{width:auto;padding:.9rem 1.75rem;font-size:1.05rem}.Reader-module__o6nLSW__editionModal{max-width:450px;padding:1.75rem}.Reader-module__o6nLSW__editionModalActions{flex-direction:row}.Reader-module__o6nLSW__page{min-height:var(--page-height,900px);max-height:var(--page-height,900px);padding:1.5rem 2rem}.Reader-module__o6nLSW__holoGlowTop,.Reader-module__o6nLSW__holoGlowBottom{height:90px}.Reader-module__o6nLSW__celebrationContent{font-size:1.35rem}}@media (min-width:768px){.Reader-module__o6nLSW__sidebar{width:280px;box-shadow:none;position:relative;transform:translate(0)}.Reader-module__o6nLSW__closeButton,.Reader-module__o6nLSW__readerOverlay{display:none}.Reader-module__o6nLSW__headerContent{padding:1rem 2rem}.Reader-module__o6nLSW__bookTitle{max-width:none;font-size:1.125rem}.Reader-module__o6nLSW__headerActions{gap:.75rem}.Reader-module__o6nLSW__modeToggle{padding:.5rem 1rem;font-size:.875rem}.Reader-module__o6nLSW__menuButton{gap:.5rem;padding:.5rem 1rem;font-size:.875rem}.Reader-module__o6nLSW__sidebarHeader{padding:1.5rem 1.5rem 1rem}.Reader-module__o6nLSW__sidebarHeader h3{font-size:1rem}.Reader-module__o6nLSW__chapterItem{gap:.75rem;padding:1rem 1.5rem}.Reader-module__o6nLSW__chapterNum{min-width:3rem;font-size:.75rem}.Reader-module__o6nLSW__chapterItemTitle{font-size:.875rem}.Reader-module__o6nLSW__toolbar,.Reader-module__o6nLSW__navigation{padding:1rem 2rem}.Reader-module__o6nLSW__toolbarGroup{gap:.5rem}.Reader-module__o6nLSW__fontSize{min-width:3rem;font-size:.875rem}.Reader-module__o6nLSW__chapterInfo{font-size:.875rem}.Reader-module__o6nLSW__chapterHeader{padding:2rem 2rem 1rem}.Reader-module__o6nLSW__chapterTitle{font-size:1.5rem}.Reader-module__o6nLSW__chapterScroller,.Reader-module__o6nLSW__paginatedReader{padding:2rem}.Reader-module__o6nLSW__pageCard{margin-bottom:1rem;padding:1.5rem 3rem 3rem}.Reader-module__o6nLSW__chapterMeta{gap:.5rem;margin:1.5rem 0}.Reader-module__o6nLSW__chapterLabel{font-size:.85rem}.Reader-module__o6nLSW__pageContent{margin-top:2rem}.Reader-module__o6nLSW__pageNavigation{gap:2rem;margin-top:1.5rem}.Reader-module__o6nLSW__pageNavBtn{padding:.75rem 1.5rem}.Reader-module__o6nLSW__pageIndicator{font-size:.9rem}.Reader-module__o6nLSW__noContent{gap:1rem;min-height:400px}.Reader-module__o6nLSW__navButton{gap:.5rem;padding:.75rem 1.5rem}.Reader-module__o6nLSW__progressText{font-size:.875rem}.Reader-module__o6nLSW__paywall h2{margin-bottom:1rem;font-size:1.5rem}.Reader-module__o6nLSW__paywallText{margin-bottom:2rem;font-size:1.125rem}.Reader-module__o6nLSW__paywallActions{gap:1rem;margin-bottom:1rem}.Reader-module__o6nLSW__purchaseButton,.Reader-module__o6nLSW__secondaryButton{padding:1rem 2rem;font-size:1.125rem}.Reader-module__o6nLSW__paywallNote{font-size:.875rem}.Reader-module__o6nLSW__editionModal{max-width:500px;padding:2rem}.Reader-module__o6nLSW__editionModal h2{margin-bottom:1rem;font-size:1.5rem}.Reader-module__o6nLSW__editionModal p{margin-bottom:1rem;font-size:1rem}.Reader-module__o6nLSW__editionWarning{font-size:.9rem}.Reader-module__o6nLSW__editionModalActions{gap:1rem;margin-top:1.5rem}.Reader-module__o6nLSW__editionUpgradeBtn,.Reader-module__o6nLSW__editionDismissBtn{padding:.75rem 1.5rem}.Reader-module__o6nLSW__page{min-height:var(--page-height,1000px);max-height:var(--page-height,1000px);margin-bottom:1.5rem;padding:1.5rem 3rem 3rem}.Reader-module__o6nLSW__holoGlowTop,.Reader-module__o6nLSW__holoGlowBottom{height:100px}.Reader-module__o6nLSW__celebrationContent{gap:1rem;font-size:1.5rem}.Reader-module__o6nLSW__readingTimeIndicator{border-radius:12px;gap:.35rem;padding:.25rem .5rem;font-size:.75rem}.Reader-module__o6nLSW__pageIndicatorGroup{gap:.25rem}}
.ReviewPromptToast-module__KhFpxa__toast{z-index:1000;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border:1px solid #facc1533;border-radius:1rem;width:calc(100% - 2rem);max-width:420px;padding:1.25rem;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000080,inset 0 0 0 1px #ffffff0d}.ReviewPromptToast-module__KhFpxa__toast:before{content:"";background:linear-gradient(90deg,#facc15 0%,#f59e0b 50%,#facc15 100%);border-radius:1rem 1rem 0 0;height:3px;position:absolute;top:0;left:0;right:0}.ReviewPromptToast-module__KhFpxa__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem;transition:all .15s;position:absolute;top:.75rem;right:.75rem}.ReviewPromptToast-module__KhFpxa__closeBtn:hover{color:#94a3b8;background:#ffffff0d}.ReviewPromptToast-module__KhFpxa__content{gap:1rem;margin-bottom:1rem;display:flex}.ReviewPromptToast-module__KhFpxa__icon{background:linear-gradient(135deg,#facc1526 0%,#f59e0b1a 100%);border:1px solid #facc1533;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ReviewPromptToast-module__KhFpxa__starIcon{color:#facc15;fill:#facc15;width:22px;height:22px}.ReviewPromptToast-module__KhFpxa__messageIcon{color:#facc15;width:22px;height:22px}.ReviewPromptToast-module__KhFpxa__text{flex:1;min-width:0}.ReviewPromptToast-module__KhFpxa__message{color:#fff;margin:0 0 .25rem;font-size:.95rem;font-weight:500;line-height:1.4}.ReviewPromptToast-module__KhFpxa__subtext{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.4}.ReviewPromptToast-module__KhFpxa__actions{justify-content:flex-end;gap:.75rem;display:flex}.ReviewPromptToast-module__KhFpxa__notNowBtn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s}.ReviewPromptToast-module__KhFpxa__notNowBtn:hover{color:#cbd5e1;border-color:#475569}.ReviewPromptToast-module__KhFpxa__reviewBtn{color:#0f0f0f;cursor:pointer;background:linear-gradient(135deg,#facc15 0%,#f59e0b 100%);border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ReviewPromptToast-module__KhFpxa__reviewBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #facc154d}.ReviewPromptToast-module__KhFpxa__reviewBtn svg{fill:currentColor}@media (max-width:480px){.ReviewPromptToast-module__KhFpxa__toast{padding:1rem;bottom:1rem}.ReviewPromptToast-module__KhFpxa__content{gap:.75rem}.ReviewPromptToast-module__KhFpxa__icon{width:40px;height:40px}.ReviewPromptToast-module__KhFpxa__message{font-size:.9rem}.ReviewPromptToast-module__KhFpxa__actions{flex-direction:column;gap:.5rem}.ReviewPromptToast-module__KhFpxa__notNowBtn,.ReviewPromptToast-module__KhFpxa__reviewBtn{justify-content:center;width:100%}}
.PWAComponents-module__-1khYa__installBanner{z-index:1000;padding:.85rem;padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0px));background:linear-gradient(135deg,#1e293b,#0f172a);border-top:1px solid #6366f14d;flex-direction:column;align-items:stretch;gap:.85rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}.PWAComponents-module__-1khYa__bannerContent{align-items:center;gap:.85rem;width:100%;display:flex}.PWAComponents-module__-1khYa__bannerIcon{color:#a5b4fc}.PWAComponents-module__-1khYa__bannerText{flex-direction:column;gap:.1rem;display:flex}.PWAComponents-module__-1khYa__bannerText strong{color:#f8fafc;font-size:.9rem}.PWAComponents-module__-1khYa__bannerText span{color:#94a3b8;font-size:.75rem}.PWAComponents-module__-1khYa__bannerActions{justify-content:stretch;align-items:center;gap:.4rem;width:100%;display:flex}.PWAComponents-module__-1khYa__installButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.8rem;font-weight:600;transition:transform .2s;display:flex}.PWAComponents-module__-1khYa__installButton:hover{transform:scale(1.05)}.PWAComponents-module__-1khYa__dismissButton{color:#94a3b8;cursor:pointer;background:#ffffff1a;border:none;border-radius:6px;padding:.45rem;transition:all .2s}.PWAComponents-module__-1khYa__dismissButton:hover{color:#f8fafc;background:#ffffff26}.PWAComponents-module__-1khYa__modalOverlay{z-index:1001;background:#000000b3;justify-content:center;align-items:center;padding:.85rem;display:flex;position:fixed;inset:0}.PWAComponents-module__-1khYa__modal{background:#1e293b;border-radius:14px;width:100%;max-width:340px;padding:1.25rem}.PWAComponents-module__-1khYa__modal h3{color:#f8fafc;margin:0 0 .85rem;font-size:1.1rem}.PWAComponents-module__-1khYa__instructionsList{color:#94a3b8;margin:0 0 1.25rem;padding-left:1.1rem;font-size:.9rem;line-height:1.7}.PWAComponents-module__-1khYa__instructionsList li{margin-bottom:.4rem}.PWAComponents-module__-1khYa__modalClose{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;width:100%;padding:.65rem;font-size:.95rem;font-weight:600}.PWAComponents-module__-1khYa__offlineBar{color:#fbbf24;z-index:1000;background:#fbbf2426;border-bottom:1px solid #fbbf244d;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.8rem;display:flex;position:fixed;top:0;left:0;right:0}.PWAComponents-module__-1khYa__onlineToast{color:#22c55e;z-index:1000;background:#22c55e33;border:1px solid #22c55e66;border-radius:50px;align-items:center;gap:.4rem;padding:.65rem 1rem;font-size:.8rem;font-weight:500;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.PWAComponents-module__-1khYa__updateBar{color:#a5b4fc;z-index:1000;background:#6366f126;border-bottom:1px solid #6366f14d;justify-content:center;align-items:center;gap:.65rem;padding:.55rem .85rem;font-size:.8rem;display:flex;position:fixed;top:0;left:0;right:0}.PWAComponents-module__-1khYa__updateButton{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:5px;padding:.35rem .65rem;font-size:.75rem;font-weight:600;transition:background .2s}.PWAComponents-module__-1khYa__updateButton:hover{background:#4f46e5}.PWAComponents-module__-1khYa__downloadButton{color:#f8fafc;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:.4rem;padding:.65rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.PWAComponents-module__-1khYa__downloadButton:hover{background:#ffffff26}.PWAComponents-module__-1khYa__downloadButton:disabled{opacity:.6;cursor:not-allowed}.PWAComponents-module__-1khYa__downloadButton.PWAComponents-module__-1khYa__cached{color:#22c55e;background:#22c55e26;border-color:#22c55e4d}.PWAComponents-module__-1khYa__downloadButton.PWAComponents-module__-1khYa__cached:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d}.PWAComponents-module__-1khYa__downloadButton.PWAComponents-module__-1khYa__cached:hover .PWAComponents-module__-1khYa__removeIcon{display:block}.PWAComponents-module__-1khYa__downloadButton.PWAComponents-module__-1khYa__cached:hover span,.PWAComponents-module__-1khYa__downloadButton.PWAComponents-module__-1khYa__cached:hover svg:first-child,.PWAComponents-module__-1khYa__removeIcon{display:none}.PWAComponents-module__-1khYa__spinner{animation:1s linear infinite PWAComponents-module__-1khYa__spin}@keyframes PWAComponents-module__-1khYa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width:480px){.PWAComponents-module__-1khYa__installBanner{padding:1rem 1.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));flex-direction:row;justify-content:space-between;gap:1rem}.PWAComponents-module__-1khYa__bannerContent{gap:1rem;width:auto}.PWAComponents-module__-1khYa__bannerText strong{font-size:.95rem}.PWAComponents-module__-1khYa__bannerText span{font-size:.8rem}.PWAComponents-module__-1khYa__bannerActions{justify-content:flex-end;gap:.5rem;width:auto}.PWAComponents-module__-1khYa__installButton{border-radius:8px;flex:none;gap:.5rem;padding:.625rem 1rem;font-size:.875rem}.PWAComponents-module__-1khYa__dismissButton{border-radius:8px;padding:.5rem}.PWAComponents-module__-1khYa__modalOverlay{padding:1rem}.PWAComponents-module__-1khYa__modal{border-radius:16px;max-width:360px;padding:1.5rem}.PWAComponents-module__-1khYa__modal h3{margin-bottom:1rem;font-size:1.25rem}.PWAComponents-module__-1khYa__instructionsList{margin-bottom:1.5rem;padding-left:1.25rem;line-height:1.8}.PWAComponents-module__-1khYa__instructionsList li{margin-bottom:.5rem}.PWAComponents-module__-1khYa__modalClose{border-radius:10px;padding:.75rem;font-size:1rem}.PWAComponents-module__-1khYa__offlineBar{gap:.5rem;padding:.625rem 1rem;font-size:.875rem}.PWAComponents-module__-1khYa__onlineToast{gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;bottom:2rem}.PWAComponents-module__-1khYa__updateBar{gap:.75rem;padding:.625rem 1rem;font-size:.875rem}.PWAComponents-module__-1khYa__updateButton{border-radius:6px;padding:.375rem .75rem;font-size:.8rem}.PWAComponents-module__-1khYa__downloadButton{border-radius:10px;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem}}
.IOSInstallPrompt-module__-RX9Hq__overlay{z-index:9999;padding:.75rem;animation:.3s ease-out IOSInstallPrompt-module__-RX9Hq__slideUp;position:fixed;bottom:0;left:0;right:0}@keyframes IOSInstallPrompt-module__-RX9Hq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.IOSInstallPrompt-module__-RX9Hq__prompt{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #ffffff1a;border-radius:16px;max-width:400px;margin:0 auto;padding:1.25rem;position:relative;box-shadow:0 -10px 40px #0006}.IOSInstallPrompt-module__-RX9Hq__closeBtn{color:#94a3b8;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:.65rem;right:.65rem}.IOSInstallPrompt-module__-RX9Hq__closeBtn:hover{color:#f1f5f9;background:#ffffff26}.IOSInstallPrompt-module__-RX9Hq__icon{text-align:center;margin-bottom:.4rem;font-size:2rem}.IOSInstallPrompt-module__-RX9Hq__title{color:#f8fafc;text-align:center;margin:0 0 .2rem;font-size:1.1rem;font-weight:700}.IOSInstallPrompt-module__-RX9Hq__subtitle{color:#94a3b8;text-align:center;margin:0 0 1rem;font-size:.8rem}.IOSInstallPrompt-module__-RX9Hq__steps{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.IOSInstallPrompt-module__-RX9Hq__step{color:#e2e8f0;align-items:center;gap:.6rem;font-size:.8rem;display:flex}.IOSInstallPrompt-module__-RX9Hq__step strong{color:#60a5fa}.IOSInstallPrompt-module__-RX9Hq__stepIcon{color:#60a5fa;background:#60a5fa26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.IOSInstallPrompt-module__-RX9Hq__actions{flex-direction:column;gap:.6rem;display:flex}.IOSInstallPrompt-module__-RX9Hq__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d8dd7 0%,#1a7bbc 100%);border:none;border-radius:10px;width:100%;padding:.7rem;font-size:.85rem;font-weight:600;transition:all .2s}.IOSInstallPrompt-module__-RX9Hq__primaryBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #60a5fa4d}.IOSInstallPrompt-module__-RX9Hq__secondaryBtn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:.7rem;font-size:.85rem;font-weight:600;transition:all .2s}.IOSInstallPrompt-module__-RX9Hq__secondaryBtn:hover{color:#e2e8f0;background:#ffffff14}@media (min-width:480px){.IOSInstallPrompt-module__-RX9Hq__overlay{padding:1rem}.IOSInstallPrompt-module__-RX9Hq__prompt{border-radius:20px;padding:1.5rem}.IOSInstallPrompt-module__-RX9Hq__closeBtn{width:32px;height:32px;top:.75rem;right:.75rem}.IOSInstallPrompt-module__-RX9Hq__icon{margin-bottom:.5rem;font-size:2.5rem}.IOSInstallPrompt-module__-RX9Hq__title{margin-bottom:.25rem;font-size:1.25rem}.IOSInstallPrompt-module__-RX9Hq__subtitle{margin-bottom:1.25rem;font-size:.9rem}.IOSInstallPrompt-module__-RX9Hq__steps{gap:.75rem;margin-bottom:1.25rem}.IOSInstallPrompt-module__-RX9Hq__step{gap:.75rem;font-size:.9rem}.IOSInstallPrompt-module__-RX9Hq__stepIcon{border-radius:10px;width:36px;height:36px}.IOSInstallPrompt-module__-RX9Hq__actions{flex-direction:row;gap:.75rem}.IOSInstallPrompt-module__-RX9Hq__primaryBtn,.IOSInstallPrompt-module__-RX9Hq__secondaryBtn{flex:1;padding:.75rem;font-size:.9rem}}
