:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#faf9f7;--fg:#1c1b19;--muted:#6b6862;--line:#d9d5cd;--panel:#fff;--accent:#b4532a;--accent-soft:#f5e7e0;--ok:#2f6b46;--ok-soft:#e6f1ea;--error:#a32f2f;--error-soft:#f8e6e4;font-family:system-ui,Segoe UI,Microsoft JhengHei,sans-serif;line-height:1.6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#1a1917;--fg:#ecebe8;--muted:#9a968e;--line:#3a3733;--panel:#222020;--accent:#e08a5f;--accent-soft:#35271f;--ok:#7fc79c;--ok-soft:#1e2c24;--error:#e8907f;--error-soft:#322020}}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--fg);margin:0}.shell{max-width:46rem;margin:0 auto;padding:4rem 1.5rem}h1{letter-spacing:.02em;margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem)}.lede{color:var(--muted);margin:0 0 2.5rem;font-size:1.125rem}.dropzone{background:var(--panel);border:2px dashed var(--line);text-align:center;border-radius:.75rem;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1.5rem;transition:border-color .15s,background .15s;display:flex}.dropzone.is-dragging{border-color:var(--accent);background:var(--accent-soft)}.dz-icon{width:2.5rem;height:2.5rem;color:var(--muted)}.dz-title{margin:0;font-size:1.125rem;font-weight:600}.dz-hint{color:var(--muted);margin:0;font-size:.85rem}.dz-input{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dz-button{background:var(--accent);color:#fff;cursor:pointer;border-radius:.375rem;padding:.5rem 1.25rem;font-size:.95rem;display:inline-block}.dz-button:hover{filter:brightness(1.08)}.dz-input:focus-visible~.dz-button{outline:2px solid var(--fg);outline-offset:2px}.dz-status{min-height:1.5rem;margin:1rem 0 0;padding:0;font-size:.95rem}.dz-status.is-ok,.dz-status.is-error{border-radius:.375rem;padding:.625rem .875rem}.dz-status.is-ok{background:var(--ok-soft);color:var(--ok);justify-content:space-between;gap:1rem;display:flex}.dz-status.is-ok strong{overflow-wrap:anywhere}.dz-size{color:var(--muted);flex:none}.dz-status.is-error{background:var(--error-soft);color:var(--error)}.panel{background:var(--panel);border:1px solid var(--line);text-align:center;border-radius:.75rem;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex}.panel.is-error{border-color:var(--error);background:var(--error-soft);color:var(--error)}.panel-title{margin:0;font-size:1.25rem;font-weight:600}.panel-file{color:var(--muted);overflow-wrap:anywhere;font-size:1rem;font-weight:400}.panel-note{color:var(--muted);font-variant-numeric:tabular-nums;margin:-.5rem 0 0;font-size:.9rem}.panel-foot{color:var(--muted);margin:0;font-size:.8rem}.bar{background:var(--line);border-radius:999px;width:min(100%,24rem);height:.5rem;overflow:hidden}.bar-fill{background:var(--accent);width:0;height:100%;transition:width .12s linear}.preview-img{border:1px solid var(--line);border-radius:.25rem;max-width:min(100%,18rem);height:auto}.btn{background:var(--accent);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1.25rem;font-size:.95rem}.btn:hover{filter:brightness(1.08)}#app.is-reading .shell{max-width:76rem;padding-top:2rem}#app.is-reading h1,#app.is-reading .lede{display:none}.reader-bar{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.reader-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.reader-building{color:var(--muted);font-variant-numeric:tabular-nums;flex:none;font-size:.85rem}.btn-quiet{color:var(--muted);border:1px solid var(--line);background:0 0}.btn-quiet:hover{color:var(--fg);border-color:var(--fg);filter:none}.reader-stage{align-items:center;gap:.5rem;display:flex}.reader-book{flex:1;min-width:0}.nav-btn{width:2.5rem;height:4rem;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.375rem;flex:none;place-items:center;font-size:2rem;line-height:1;display:grid}.nav-btn:hover{color:var(--fg);border-color:var(--line)}.reader .panel-foot{text-align:center;margin-top:1rem}.export-row{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.export-opt{color:var(--muted);cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.export-note{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.85rem}.btn:disabled{opacity:.45;cursor:not-allowed;filter:none}.dz-title-touch{display:none}@media (pointer:coarse){.dz-title-pointer{display:none}.dz-title-touch{display:block}.dz-button .dz-title-touch{display:inline}}@media (width<=640px){.shell{padding:1.5rem 1rem 3rem}#app.is-reading .shell{padding:.5rem .5rem 2rem}.dropzone{padding:2rem 1rem}.reader-bar{gap:.5rem;margin-bottom:.4rem}.reader-title{font-size:.85rem}.reader-building{font-size:.75rem}.reader .panel-foot{display:none}.reader-stage{position:relative}.nav-btn{z-index:5;color:#fff;background:#00000047;width:2rem;height:3rem;position:absolute;top:50%;transform:translateY(-50%)}.nav-prev{left:0}.nav-next{right:0}.export-row{gap:.5rem;margin-top:1rem;padding-top:1rem}.export-row .btn{flex:auto}}.privacy{color:var(--muted);align-items:flex-start;gap:.625rem;margin:1.5rem 0 0;font-size:.875rem;display:flex}.privacy svg{flex:none;width:1.125rem;height:1.125rem;margin-top:.15rem}.privacy strong{color:var(--fg)}.flipbook{margin:0 auto;transition:transform .35s}.flipbook.at-cover{transform:translate(-25%)}.flipbook.at-back{transform:translate(25%)}.flipbook.stf__parent{touch-action:pan-y pinch-zoom}.flip-page{background:#fff}.flip-page img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.vc{z-index:10;margin-top:1rem;position:sticky;bottom:0}.vc-bar{color:#e6e4e0;background:#1f1e1c;border-radius:.6rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;width:fit-content;max-width:100%;margin:0 auto;padding:.4rem .6rem;display:flex;box-shadow:0 4px 16px #00000040}.vc-btn{width:2.25rem;height:2.25rem;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:.375rem;place-items:center;padding:0;display:grid}.vc-btn svg{width:1.15rem;height:1.15rem}.vc-btn:hover:not(:disabled){background:#37342f}.vc-btn.is-on{background:#4a453d}.vc-btn:disabled{opacity:.35;cursor:not-allowed}.vc-btn[hidden]{display:none}.vc-sep{background:#46423b;width:1px;height:1.5rem;margin:0 .35rem}.vc-jump{font-variant-numeric:tabular-nums;align-items:center;gap:.35rem;padding:0 .25rem;font-size:.85rem;display:flex}.vc-jump-input{width:4.5rem;color:inherit;font:inherit;font-variant-numeric:tabular-nums;text-align:center;background:#2c2a27;border:1px solid #46423b;border-radius:.3rem;padding:.3rem .4rem}.vc-jump-input:focus{outline-offset:1px;outline:2px solid #b4532a}.vc-jump-total{color:#a09b93}.vc-zoom-level{text-align:center;color:#a09b93;font-variant-numeric:tabular-nums;min-width:3rem;font-size:.8rem}.vc-thumbs{background:#1f1e1c;border-radius:.6rem;max-height:42vh;margin-bottom:.5rem;padding:.75rem;overflow-y:auto;box-shadow:0 4px 16px #00000040}.vc-thumbs-grid{grid-template-columns:repeat(auto-fill,minmax(5.5rem,1fr));gap:.6rem;display:grid}.vc-thumb{color:#a09b93;font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:.35rem;flex-direction:column;align-items:center;gap:.25rem;padding:.3rem;font-size:.7rem;display:flex}.vc-thumb img{background:#fff;border-radius:.15rem;width:100%;height:auto}.vc-thumb:hover{color:#e6e4e0;border-color:#6b655c}.vc-thumb.is-current{color:#e6e4e0;border-color:#b4532a}@media (width<=640px){.vc-bar{border-radius:.5rem;flex-wrap:nowrap;gap:.1rem;padding:.3rem .4rem}.vc-btn{width:2rem;height:2rem}.vc-btn svg{width:1rem;height:1rem}.vc-sep,.vc-zoom-level{display:none}.vc-jump{gap:.2rem;padding:0;font-size:.75rem}.vc-jump-input{width:3.1rem;padding:.2rem .15rem;font-size:.75rem}.vc-thumbs{max-height:50vh;padding:.5rem}.vc-thumbs-grid{grid-template-columns:repeat(auto-fill,minmax(4rem,1fr));gap:.4rem}}.vc-fs{background:#14130f;flex-direction:column;justify-content:center;max-width:none;height:100vh;margin:0;padding:.75rem;display:flex;overflow:hidden}.vc-fs .vc{margin-top:.75rem;position:static}.vc-hide-fs{display:none}.flipbook-zoom{--zoom:1;transform:scale(var(--zoom));transform-origin:top;margin-inline:auto;transition:transform .2s}.flipbook-zoom.is-single{max-width:30rem;margin:0 auto}
