:root{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#192f40;background:#f4f6f8;font-size:16px;--ink:#162f44;--accent:#ad7335;--line:#dbe2e7;--paper:#fff;--muted:#667985;--reader-size:21px;--reader-line:2}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer;border:0;border-radius:8px;padding:11px 17px;font-weight:550;transition:background .15s}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #ba8c4b;outline-offset:3px}input,select{width:100%;padding:12px;border:1px solid var(--line);border-radius:7px;background:var(--paper);color:inherit;min-width:0}input[type=range]{padding:0}label{display:flex;flex-direction:column;gap:8px;font-size:.9rem}a{color:inherit;text-decoration:none}h1,h2,p{margin-top:0}h1,h2{font-family:"Songti SC","Noto Serif CJK SC","SimSun",serif}h1{font-size:2.3rem;margin-bottom:12px}h2{font-size:1.5rem}p{line-height:1.7}.primary{background:var(--ink);color:white}.primary:hover{background:#274b65}.secondary{background:#edf1f4;color:var(--ink)}.quiet{background:transparent;color:var(--muted)}.quiet:hover{background:#e9eef2;color:var(--ink)}.full{width:100%}.eyebrow{font-size:.75rem;letter-spacing:.15em;font-weight:600;color:var(--muted);margin-bottom:12px}.fine{font-size:.8rem;color:var(--muted);line-height:1.7;margin:12px 0 0}.error{color:#aa3631;font-size:.9rem}.mark{width:64px;height:64px;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:14px;font-family:serif;font-size:2rem}.mark.small{width:36px;height:36px;border-radius:8px;font-size:1.3rem}.auth{min-height:100dvh;display:grid;place-items:center;padding:24px;background:linear-gradient(130deg,#e5edf3,#f8fafb 60%)}.auth-card{width:100%;max-width:400px;background:#fff;padding:38px;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 60px #162f440b}.auth-card .mark{margin-bottom:30px}.auth-card h1{font-size:2.7rem}.auth-card form{display:grid;gap:18px;margin-top:28px}.topbar{height:80px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 max(24px,calc((100vw - 1160px)/2));background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-family:serif;font-size:1.4rem;font-weight:600;white-space:nowrap}.brand>span:last-child{font-family:sans-serif;font-size:.8rem;font-weight:400;color:var(--muted);border-left:1px solid var(--line);padding-left:14px;margin-left:4px}.shelf{max-width:1160px;margin:auto;padding:44px 24px}.shelf-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.shelf-head h1{margin:0;font-size:2rem}#book-count{font-family:sans-serif;font-size:.85rem;color:var(--muted);font-weight:400;margin-left:14px}.continue{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#e5edf3;border-left:4px solid var(--ink);padding:26px 30px;margin-bottom:30px;border-radius:0 12px 12px 0}.continue h2{margin-bottom:8px;overflow-wrap:anywhere}.continue p:last-child{margin:0;color:var(--muted);font-size:.85rem}.toolbar{display:flex;align-items:center;gap:16px;justify-content:space-between}.search{position:relative;max-width:380px;flex:1}.search span{position:absolute;left:14px;top:7px;font-size:1.6rem;color:var(--muted)}.search input{padding-left:42px;background:#fff}.categories{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0 28px}.categories button{border-radius:24px;background:transparent;color:var(--muted);font-size:.9rem;padding:8px 16px}.categories button.active{background:var(--ink);color:#fff}.books{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:22px}.book{border:1px solid var(--line);border-radius:12px;background:white;overflow:hidden;display:flex;flex-direction:column}.book-cover{height:170px;background:var(--cover);color:white;position:relative;padding:24px;display:flex;align-items:center;border-left:7px solid #0002}.book-cover h2{font-size:1.5rem;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.book-cover .cover-label{position:absolute;right:15px;bottom:12px;font-size:.7rem;letter-spacing:.15em;opacity:.7}.book-info{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.book-meta{color:var(--muted);font-size:.8rem;display:flex;justify-content:space-between;gap:12px}.book-actions{display:flex;gap:6px;margin-top:auto}.book-actions .secondary{flex:1}.book-actions button{font-size:.85rem}.empty{text-align:center;padding:64px 15px;border:1px dashed #c6d3dd;border-radius:12px;background:#ffffff80}.empty-icon{font-family:serif;font-size:3rem;color:#8da3b3;display:block;margin-bottom:16px}.empty p{color:var(--muted);font-size:.9rem}.shelf-footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.75rem;margin-top:36px;padding-top:20px;border-top:1px solid var(--line)}dialog{border:1px solid var(--line);border-radius:14px;padding:28px;max-width:min(600px,calc(100vw - 28px));width:100%;max-height:90dvh;color:var(--ink);background:var(--paper);box-shadow:0 20px 100px #0003}dialog::backdrop{background:#0b1d2dc0}dialog form{display:grid;gap:18px}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:4px}.dialog-head h2{margin:0}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}#upload-fields{display:grid;gap:16px}.dropzone{border:1.5px dashed #9aafbf;background:#f3f7fa;text-align:center;padding:26px 15px;border-radius:9px;align-items:center;color:var(--muted)}.dropzone strong{color:var(--ink);font-size:1rem}.dropzone input{font-size:.8rem;border:0;max-width:290px}.dropzone.drag{background:#dcebf6}.dropzone span{font-size:.8rem}pre{font: .85rem/1.8 "Songti SC",serif;white-space:pre-wrap;overflow-wrap:anywhere;background:#f6f8fa;padding:16px;border-radius:8px;max-height:160px;overflow:auto;margin:0}progress{width:100%;height:10px;accent-color:var(--ink)}hr{width:100%;border:0;border-top:1px solid var(--line)}#toast{position:fixed;z-index:100;bottom:30px;left:50%;transform:translateX(-50%);max-width:90vw;padding:13px 22px;border-radius:9px;background:#152d42;color:#fff;box-shadow:0 5px 25px #0002;font-size:.9rem}#reader{--paper:#fbfcfd;background:var(--paper);color:var(--ink);position:fixed;inset:0;z-index:10}#reader[data-theme=warm]{--paper:#f5efdf;--ink:#3a3027;--muted:#7b6b55;--line:#ddd2bb}#reader[data-theme=dark]{--paper:#18222c;--ink:#d8e0e6;--muted:#99aabb;--line:#33424e}#reader[data-theme=dark] .primary{background:#c8d7e3;color:#162f44}#reader[data-theme=dark] .secondary,#reader[data-theme=dark] .quiet:hover{background:#293b4b;color:#d8e0e6}.reader-top{height:64px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 20px}.reader-top>span{max-width:45%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.85rem;color:var(--muted)}.reader-top>div{display:flex}.reader-settings{position:absolute;z-index:3;right:20px;top:70px;border:1px solid var(--line);border-radius:10px;background:var(--paper);padding:20px;box-shadow:0 10px 30px #0002;display:grid;gap:20px;width:260px}#reading-scroll{height:calc(100dvh - 104px);overflow-y:auto;scrollbar-gutter:stable;overscroll-behavior:contain}#chapter-article{max-width:780px;margin:0 auto;padding:60px 36px 40px}#chapter-title{font-size:1.7rem;line-height:1.65;margin-bottom:40px;overflow-wrap:anywhere}#chapter-text{font-family:"Songti SC","Noto Serif CJK SC","SimSun",serif;font-size:var(--reader-size);line-height:var(--reader-line);overflow-wrap:anywhere}#chapter-text p{font-size:inherit;line-height:inherit;text-indent:2em;white-space:pre-wrap;margin:0 0 .9em}.chapter-nav{display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);margin-top:44px;padding-top:26px}.reader-bottom{height:40px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 22px;font-size:.75rem;color:var(--muted)}#toc{display:flex;flex-direction:column;margin-top:16px;max-height:60dvh;overflow:auto}#toc button{text-align:left;background:transparent;border-radius:4px;font-weight:400;font-size:.9rem;line-height:1.6}#toc button.active{background:#e6edf3;color:#162f44;font-weight:600}#toc button:hover{background:#eff3f6}#toc-search{margin-top:16px}[hidden]{display:none!important}@media(max-width:600px){.topbar{height:68px;padding:0 18px}.brand>span:last-child{display:none}.shelf{padding:30px 18px}.shelf-head{gap:10px}.shelf-head h1{font-size:1.65rem}.shelf-head .primary{font-size:.85rem;padding:11px 13px}.continue{padding:22px 18px;align-items:flex-start;flex-direction:column}.books{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.book-cover{height:155px;padding:16px}.book-cover h2{font-size:1.2rem}.book-info{padding:12px}.book-meta{flex-direction:column;gap:4px}.book-actions button{padding:9px}.categories{gap:3px}.categories button{font-size:.8rem;padding:8px 12px}.shelf-footer{line-height:1.6}.auth-card{padding:28px}.reader-top{padding:0 8px}.reader-top button{padding:11px}.reader-top>span{max-width:38%}#chapter-article{padding:36px 22px}.field-row{grid-template-columns:1fr}dialog{padding:22px}.reader-bottom{padding:0 16px}#book-count{display:block;margin:8px 0 0;font-size:.75rem}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

#pdf-controls{position:absolute;top:65px;right:20px;z-index:3;background:var(--paper,#fff);padding:8px 12px;border-radius:8px;box-shadow:0 2px 10px #0001}#pdf-controls label{display:flex;align-items:center;gap:8px;font-size:14px}#pdf-controls select{width:auto;padding:5px}.pdf-mode #chapter-article{max-width:1040px;padding-top:68px}.pdf-mode #chapter-text{overflow-x:auto}.pdf-page{display:block;background:#fff;box-shadow:0 2px 12px #0002;max-width:none}.pdf-mode #chapter-title:empty{display:none}.pdf-mode #chapter-number{margin-bottom:16px}
