:root{--ink:#17201d;--muted:#6e7873;--line:#e3e8e5;--green:#12a96a;--green-dark:#087849;--surface:#fff;--canvas:#f4f6f5;--danger:#b74e3a;--reader-size:19px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;color:var(--ink);background:var(--canvas);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif;letter-spacing:0}button,input,textarea{font:inherit;letter-spacing:0}button{color:inherit;cursor:pointer}.topbar{height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:9px;border:0;background:none}.brand span{width:31px;height:31px;display:grid;place-items:center;color:#fff;background:var(--ink);border-radius:6px;font-weight:800}.connection{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.connection i{width:7px;height:7px;border-radius:50%;background:#aeb6b2}.connection.online i{background:var(--green)}.icon-button{width:38px;height:38px;border:0;background:transparent;border-radius:50%;font-size:18px}.icon-button:hover{background:#eef1ef}main{min-height:calc(100vh - 58px)}.view{display:none;max-width:920px;margin:auto;padding:28px 22px 94px}.view.active{display:block}.page-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-heading small{color:var(--green-dark);font-weight:750}.page-heading h1{margin:4px 0 0;font-size:30px}.primary{min-height:44px;padding:0 18px;color:#fff;background:var(--green);border:0;border-radius:6px;font-weight:750}.primary.compact{min-height:38px}.full{width:100%}.today-task{padding:21px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#edf8f2;border:1px solid #d3eade}.today-task small{color:var(--green-dark);font-weight:750}.today-task h2{margin:4px 0}.today-task p{margin:0;color:var(--muted);font-size:12px}.book-list{margin-top:22px}.book-card{padding:17px 0;display:grid;grid-template-columns:70px 1fr auto;gap:15px;align-items:center;border-bottom:1px solid var(--line)}.book-card img{width:70px;height:98px;object-fit:cover;background:#e8ecea;box-shadow:0 4px 14px rgba(20,35,28,.13)}.book-card h3{margin:0 0 6px;font-size:17px}.book-card p{margin:0;color:var(--muted);font-size:12px}.book-card .book-actions{display:grid;gap:7px}.secondary{height:36px;padding:0 12px;color:var(--green-dark);background:#fff;border:1px solid #bcd8ca;border-radius:5px}.empty{padding:35px 0;color:var(--muted);text-align:center}.drop-zone{min-height:240px;display:grid;place-content:center;justify-items:center;gap:8px;background:#fff;border:1px dashed #aebbb4;cursor:pointer}.drop-zone input{display:none}.drop-zone small{color:var(--muted)}.upload-symbol{font-size:38px;color:var(--green)}.job-panel{margin-top:20px;padding:18px;background:#fff;border:1px solid var(--line)}.job-title{display:flex;justify-content:space-between}.progress{height:6px;margin:13px 0;background:#e4e8e6;overflow:hidden}.progress span,.reader-progress span{display:block;height:100%;background:var(--green);width:0}.job-panel p{margin:0;color:var(--muted);font-size:12px}.reader-view{max-width:760px;padding:0 0 100px;background:#fff;min-height:calc(100vh - 58px)}.reader-header{height:58px;padding:5px 12px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;position:sticky;top:58px;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);z-index:10}.reader-header div{text-align:center;display:grid}.reader-header small{color:var(--muted);font-size:10px}.reader-header strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reader-progress{height:3px;position:sticky;top:116px;background:#edf0ee;z-index:10}.reader-content{min-height:65vh;padding:38px 32px 28px;font-family:"Songti SC","STSong",serif;-webkit-user-select:text;user-select:text}.reader-block{margin:0 0 22px;font-size:var(--reader-size);line-height:1.9;text-align:justify}.reader-block.title{margin:10px 0 28px;font-size:28px;line-height:1.45;font-weight:800}.reader-block.aside{padding:14px 15px;background:#f4f6f5;border-left:3px solid #e2765f;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif;font-size:14px;line-height:1.65}.annotation-highlight{border-radius:2px}.annotation-note{text-decoration:underline 2px #d7a51d;text-underline-offset:4px;cursor:pointer}.page-controls{padding:18px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-top:1px solid var(--line)}.page-controls button{height:40px;border:0;background:#f1f4f2}.page-controls button:last-child{justify-self:end}.page-controls span{padding:0 18px;color:var(--muted);font-size:12px}.selection-actions{position:fixed;left:50%;bottom:76px;transform:translateX(-50%);width:min(330px,calc(100vw - 34px));height:48px;grid-template-columns:repeat(3,1fr);background:#202824;z-index:35;box-shadow:0 8px 25px rgba(0,0,0,.25)}.selection-actions:not([hidden]){display:grid}.selection-actions button{color:#fff;background:transparent;border:0;border-right:1px solid #46504b}.selection-actions button:last-child{border:0}.bottom-nav{height:70px;position:fixed;left:0;right:0;bottom:0;padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.97);border-top:1px solid var(--line);z-index:15}.bottom-nav button{display:grid;place-content:center;gap:2px;color:#7c8681;background:transparent;border:0;font-size:10px}.bottom-nav button span{font-size:18px}.bottom-nav button.active{color:var(--green-dark);font-weight:750}.filter-row{display:flex;gap:8px}.filter-row button{padding:7px 12px;background:#e9edeb;border:0;border-radius:5px}.filter-row button.active{color:#fff;background:var(--ink)}.notes-list{margin-top:16px}.note-item{padding:17px 0;border-bottom:1px solid var(--line)}.note-item small{color:var(--green-dark);font-weight:700}.note-item blockquote{margin:8px 0;color:var(--muted);font-family:"Songti SC",serif}.note-item p{margin:8px 0}.settings-section{padding:20px 0;border-top:1px solid var(--line)}.settings-section h2{margin:0 0 15px;font-size:18px}.settings-section label{display:grid;gap:6px;margin-bottom:13px;color:var(--muted);font-size:12px}.settings-section input,.sheet textarea{width:100%;min-height:42px;padding:9px 11px;border:1px solid #d2d9d5;border-radius:5px;background:#fff;color:var(--ink)}.settings-section p{color:var(--muted);font-size:12px}.highlight-setting{padding:9px 0;display:grid;grid-template-columns:42px 90px 1fr;gap:8px}.highlight-setting input[type=color]{padding:2px}.backdrop{position:fixed;inset:0;background:rgba(15,24,19,.42);z-index:40}.sheet{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(520px,100%);padding:8px 22px calc(24px + env(safe-area-inset-bottom));background:#fff;border-radius:14px 14px 0 0;z-index:41;box-shadow:0 -15px 45px rgba(0,0,0,.15)}.sheet .handle{width:34px;height:4px;margin:0 auto 12px;background:#d2d8d5;border-radius:3px}.sheet header{display:flex;align-items:center;justify-content:space-between}.sheet h2{margin:0;font-size:20px}.sheet header button{width:34px;height:34px;border:0;border-radius:50%;font-size:20px}.quote{max-height:80px;overflow:hidden;padding:11px;color:#56615b;background:#f4f6f5;border-left:2px solid #d7a51d;font-family:"Songti SC",serif;font-size:13px;line-height:1.55}.highlight-choices{display:grid;grid-template-columns:1fr 1fr;gap:9px}.highlight-choice{min-height:58px;padding:9px;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:6px;text-align:left}.highlight-choice i{width:22px;height:22px;border-radius:4px}.highlight-choice span{display:grid}.highlight-choice small{color:var(--muted);font-size:9px}.sheet textarea{resize:none;line-height:1.6}.danger{width:100%;height:38px;margin-top:8px;color:var(--danger);background:transparent;border:0}.ai-answer{min-height:110px;padding:15px;background:#edf8f2;line-height:1.7}.toast{position:fixed;left:50%;bottom:88px;transform:translate(-50%,12px);padding:10px 15px;color:#fff;background:#202824;border-radius:6px;opacity:0;pointer-events:none;transition:.2s;z-index:60;font-size:12px}.toast.show{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}@media(min-width:760px){.bottom-nav{width:360px;left:50%;transform:translateX(-50%);border-left:1px solid var(--line);border-right:1px solid var(--line)}.reader-view{box-shadow:0 0 0 1px var(--line)}.drop-zone{border-radius:8px}.today-task{border-radius:7px}}@media(max-width:520px){.view{padding-left:18px;padding-right:18px}.reader-view{padding-left:0;padding-right:0}.reader-content{padding:32px 24px}.book-card{grid-template-columns:58px 1fr}.book-card img{width:58px;height:82px}.book-card .book-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.highlight-setting{grid-template-columns:40px 78px 1fr}}
