:root{--bg: #12101a;--surface: #1c1926;--surface-2: #262233;--line: #322c42;--text: #f2eef8;--muted: #9d94b3;--accent: #ffb86b;--accent-ink: #2a1a06;--good: #7ddca4;--warn: #ffd479;--bad: #ff8f8f;--radius: 16px;--nav-h: 64px;--mini-h: 64px;--safe-b: env(safe-area-inset-bottom, 0px);font-synthesis-weight:none}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-rounded,SF Pro Rounded,Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}button,input,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}.app{min-height:100%;display:flex;flex-direction:column}.app-main{flex:1;padding:16px 16px calc(var(--nav-h) + var(--mini-h) + var(--safe-b) + 16px);max-width:900px;width:100%;margin:0 auto}.boot{height:100%;display:grid;place-items:center}.boot-mark{font-size:28px;font-weight:800;letter-spacing:.04em;color:var(--accent)}h1{font-size:24px;font-weight:800;margin:8px 0 16px}h2{font-size:18px;font-weight:700;margin:24px 0 12px}.muted{color:var(--muted)}.small{font-size:13px}.center{text-align:center}.login{min-height:100dvh;display:grid;place-items:center;padding:24px}.login-card{width:100%;max-width:340px}.login-mark{font-size:34px;font-weight:800;color:var(--accent);text-align:center;margin-bottom:4px}.login-sub{text-align:center;color:var(--muted);margin-bottom:28px}.field{display:block;margin-bottom:14px}.field span{display:block;font-size:13px;color:var(--muted);margin-bottom:6px}.field input,.field select{width:100%;padding:14px 16px;border-radius:14px;background:var(--surface);border:1px solid var(--line);outline:none}.field input:focus,.field select:focus{border-color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:14px;font-weight:700;background:var(--surface-2);color:var(--text);min-height:46px}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-block{width:100%}.btn-sm{padding:8px 12px;min-height:38px;font-size:14px;border-radius:11px}.btn-ghost{background:transparent;border:1px solid var(--line)}.btn:disabled{opacity:.5}.error-box{background:#ff8f8f1f;color:var(--bad);padding:10px 14px;border-radius:12px;margin-bottom:14px;font-size:14px}.nav{position:fixed;left:0;right:0;bottom:0;z-index:40;height:calc(var(--nav-h) + var(--safe-b));padding-bottom:var(--safe-b);display:flex;background:#12101af0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line)}.nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;color:var(--muted);font-weight:600}.nav a.active{color:var(--accent)}.nav-icon{font-size:21px;line-height:1}.nav-badge{position:absolute;transform:translate(14px,-12px);background:var(--accent);color:var(--accent-ink);border-radius:9px;font-size:10px;padding:1px 5px;font-weight:800}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px}@media(max-width:380px){.grid{grid-template-columns:repeat(2,1fr);gap:12px}}.card{display:flex;flex-direction:column;gap:7px}.cover{width:100%;aspect-ratio:1;border-radius:var(--radius);object-fit:cover;background:var(--surface-2);display:block}.cover-fallback{width:100%;aspect-ratio:1;border-radius:var(--radius);background:var(--surface-2);display:grid;place-items:center;font-size:30px}.card-title{font-size:14px;font-weight:700;line-height:1.3}.card-meta{font-size:12px;color:var(--muted);display:flex;gap:6px;flex-wrap:wrap;align-items:center}.badge{font-size:11px;padding:2px 7px;border-radius:8px;background:var(--surface-2);color:var(--muted);font-weight:700}.badge-on{background:#7ddca429;color:var(--good)}.badge-warn{background:#ffd47929;color:var(--warn)}.badge-accent{background:#ffb86b2e;color:var(--accent)}.rail{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;scrollbar-width:none}.rail::-webkit-scrollbar{display:none}.rail>*{scroll-snap-align:start}.continue-card{display:flex;gap:12px;align-items:center;min-width:270px;background:var(--surface);border-radius:var(--radius);padding:10px;text-align:left}.continue-card .cover,.continue-card .cover-fallback{width:62px;height:62px;border-radius:12px;aspect-ratio:auto;flex:none}.continue-body{min-width:0;flex:1}.continue-title{font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar{height:4px;border-radius:99px;background:var(--surface-2);overflow:hidden;margin-top:6px}.bar-fill{height:100%;background:var(--accent);border-radius:99px;transition:width .3s}.searchbar{position:relative;margin-bottom:14px}.searchbar input{width:100%;padding:14px 16px 14px 44px;border-radius:14px;background:var(--surface);border:1px solid var(--line);outline:none}.searchbar input:focus{border-color:var(--accent)}.searchbar .glyph{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--muted)}.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:none;padding:8px 14px;border-radius:99px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:600;border:1px solid var(--line)}.chip.on{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}.switch{width:48px;height:28px;border-radius:99px;background:var(--surface-2);position:relative;flex:none;transition:background .2s}.switch.on{background:var(--accent)}.switch:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .2s}.switch.on:after{transform:translate(20px)}.book-head{display:flex;gap:16px;margin-bottom:18px}.book-head .cover,.book-head .cover-fallback{width:116px;height:116px;flex:none;aspect-ratio:auto}.book-head h1{margin:0 0 6px;font-size:20px}.version{background:var(--surface);border-radius:var(--radius);padding:14px;margin-bottom:12px;border:1.5px solid transparent}.version.chosen{border-color:var(--accent)}.version-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.version-name{font-weight:800;font-size:16px}.version-meta{font-size:13px;color:var(--muted);margin-top:2px}.version-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.version-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex:none}.version-menu{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:var(--muted);font-size:18px}.chapter-list{margin-top:12px;border-top:1px solid var(--line)}.section-head{font-size:12px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;padding:12px 0 6px}.chapter{display:flex;align-items:center;gap:12px;width:100%;padding:11px 0;border-bottom:1px solid var(--line);text-align:left}.chapter:last-child{border-bottom:none}.chapter-num{width:26px;flex:none;text-align:center;font-size:13px;color:var(--muted);font-weight:700}.chapter-name{flex:1;min-width:0;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter.current .chapter-name{color:var(--accent);font-weight:700}.chapter-time{font-size:12px;color:var(--muted);flex:none}.chapter-dot{width:7px;height:7px;border-radius:50%;flex:none;background:var(--surface-2)}.chapter-dot.on{background:var(--good)}.mini{position:fixed;left:0;right:0;z-index:45;bottom:calc(var(--nav-h) + var(--safe-b));height:var(--mini-h);display:flex;align-items:center;gap:12px;padding:0 14px;background:var(--surface);border-top:1px solid var(--line)}.mini-body{flex:1;min-width:0;text-align:left}.mini-title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-sub{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini .cover,.mini .cover-fallback{width:44px;height:44px;border-radius:10px;aspect-ratio:auto;flex:none}.mini-progress{position:absolute;left:0;right:0;top:0;height:2px;background:var(--surface-2)}.mini-progress>div{height:100%;background:var(--accent)}.icon-btn{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:20px;flex:none}.icon-btn-lg{width:68px;height:68px;font-size:28px;background:var(--accent);color:var(--accent-ink)}.full{position:fixed;inset:0;z-index:60;background:var(--bg);display:flex;flex-direction:column;padding:12px 20px calc(24px + var(--safe-b));animation:rise .22s ease-out}@keyframes rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.full-head{display:flex;align-items:center;justify-content:space-between}.full-art{flex:1;display:grid;place-items:center;padding:20px 0;min-height:0}.full-art img,.full-art .cover-fallback{width:min(70vw,300px);height:min(70vw,300px);border-radius:24px;object-fit:cover;aspect-ratio:auto}.full-title{font-size:20px;font-weight:800;text-align:center;margin-bottom:4px}.full-sub{text-align:center;color:var(--muted);font-size:14px;margin-bottom:18px}.scrub{width:100%;-webkit-appearance:none;appearance:none;height:26px;background:transparent}.scrub::-webkit-slider-runnable-track{height:5px;border-radius:99px;background:var(--surface-2)}.scrub::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);margin-top:-6.5px}.scrub::-moz-range-track{height:5px;border-radius:99px;background:var(--surface-2)}.scrub::-moz-range-thumb{width:18px;height:18px;border:none;border-radius:50%;background:var(--accent)}.times{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:-4px}.controls{display:flex;align-items:center;justify-content:center;gap:14px;margin:18px 0}.full-extras{display:flex;align-items:center;justify-content:space-around}.sheet-backdrop{position:fixed;inset:0;background:#0009;z-index:70;display:flex;align-items:flex-end}.sheet{width:100%;background:var(--surface);border-radius:22px 22px 0 0;padding:18px 20px calc(22px + var(--safe-b));max-height:76vh;overflow-y:auto}.sheet h3{margin:0 0 14px;font-size:17px}.sheet-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 0;border-bottom:1px solid var(--line)}.sheet-row:last-child{border-bottom:none}.list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.list-row:last-child{border-bottom:none}.panel{background:var(--surface);border-radius:var(--radius);padding:14px;margin-bottom:14px}.empty{text-align:center;color:var(--muted);padding:44px 20px}.empty-glyph{font-size:40px;margin-bottom:10px}.spinner{width:22px;height:22px;border:2.5px solid var(--surface-2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.row{display:flex;align-items:center;gap:10px}.grow{flex:1}.stack{display:flex;flex-direction:column;gap:8px}.offline-note{background:#ffd47924;color:var(--warn);padding:9px 14px;border-radius:12px;font-size:13px;margin-bottom:12px}
