:root{--bg:#fbfbfd;--surface:#fff6;--surface-2:#fff3;--text:#1d1d1f;--text-muted:#86868b;--border:#00000014;--accent:#0071e3;--accent-contrast:#fff;--reader-bg:#fff;--shadow:0 8px 32px #0000000f;--glass-blur:blur(24px) saturate(200%);--radius-lg:28px;--radius-md:16px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=sepia]{--bg:#f4ead5;--surface:#fbf5e666;--surface-2:#fbf5e633;--text:#5b4636;--text-muted:#8a7a63;--border:#5b46361a;--accent:#9a5b13;--accent-contrast:#fff;--reader-bg:#f6ecd6;--shadow:0 8px 32px #5b463614;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#000;--surface:#1c1c1e66;--surface-2:#2c2c2e33;--text:#f5f5f7;--text-muted:#a1a1a6;--border:#ffffff14;--accent:#0a84ff;--accent-contrast:#fff;--reader-bg:#1c1c1e;--shadow:0 8px 32px #0006;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button{font:inherit;color:inherit}.app{flex-direction:column;height:100%;display:flex}.primary-btn{background:var(--accent);color:var(--accent-contrast);cursor:pointer;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:none;border-radius:999px;padding:10px 24px;font-weight:500;transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 4px 12px #0000001a}.primary-btn:hover:not(:disabled){filter:brightness(1.1);transform:scale(1.05);box-shadow:0 8px 20px #00000026}.primary-btn:active:not(:disabled){filter:brightness(.9);transform:scale(.95)}.primary-btn:disabled{opacity:.5;cursor:default}.ghost-btn{border:1px solid var(--border);background:var(--surface);width:100%;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--text);cursor:pointer;text-align:center;border-radius:999px;margin-top:8px;padding:10px 20px;transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 2px 8px #0000000a}.ghost-btn:hover{background:var(--surface-2);transform:scale(1.02);box-shadow:0 4px 12px #00000014}.ghost-btn:active{transform:scale(.98)}.icon-btn{cursor:pointer;width:40px;height:40px;color:var(--text);background:0 0;border:none;border-radius:50%;place-items:center;font-size:18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid}.icon-btn:hover,.icon-btn.active{background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);transform:scale(1.1);box-shadow:0 4px 12px #00000014}.library{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:32px 24px 64px;overflow-y:auto}.library-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.library-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.library-title{margin:0;font-size:26px}.library-subtitle{color:var(--text-muted);margin:4px 0 0;font-size:14px}.book-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:24px 20px;margin:0;padding:0;list-style:none;display:grid}.book-card{flex-direction:column;gap:10px;display:flex;position:relative}.book-cover{aspect-ratio:2/3;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);cursor:pointer;width:100%;box-shadow:var(--shadow);place-items:center;padding:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:grid;overflow:hidden}.book-cover:hover{transform:scale(1.05)translateY(-5px);box-shadow:0 12px 24px #00000026}.book-cover img{object-fit:cover;width:100%;height:100%;display:block}.book-cover-fallback{color:var(--text-muted);font-size:48px;font-weight:700}.book-info{min-width:0}.book-open{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:2px;width:100%;padding:0;display:flex}.book-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.book-author{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.book-meta{color:var(--text-muted);justify-content:space-between;gap:8px;margin-top:8px;font-size:12px;display:flex}.book-progress{background:var(--surface-2);border-radius:999px;height:4px;margin-top:6px;overflow:hidden}.book-progress-fill{background:var(--accent);height:100%;transition:width .2s}.delete-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;opacity:0;background:#00000080;border:none;border-radius:50%;place-items:center;width:32px;height:32px;transition:all .2s;display:grid;position:absolute;top:8px;right:8px}.book-card:hover .delete-btn,.delete-btn:focus-visible{opacity:1}.delete-btn:hover{background:#dc2626cc;transform:scale(1.1)}.empty-state{text-align:center;background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:80px 24px}.empty-icon{font-size:52px}.empty-state h2{margin:16px 0 6px;font-size:20px}.empty-state p{color:var(--text-muted);margin:0 0 22px}.empty-actions{flex-direction:column;gap:10px;max-width:260px;margin:0 auto;display:flex}.empty-actions .ghost-btn{margin-top:0}.reader{background:var(--reader-bg);flex-direction:column;height:100%;display:flex;position:relative}.reader-top{border-bottom:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);z-index:20;align-items:center;gap:10px;padding:8px 16px;transition:all .3s;display:flex;position:relative}.reader-heading{flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex}.reader-title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.reader-author{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.reader-actions{gap:4px;display:flex}.reader-body{background:var(--reader-bg);flex:1;min-height:0;display:flex;position:relative}.reader-stage{flex:1;width:100%;min-width:0;margin:0 auto;position:relative}.reader-viewer{background:var(--reader-bg);width:100%;height:100%}.reader-grain{z-index:5;pointer-events:none;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px;position:absolute;inset:0}:root[data-theme=dark] .reader-grain{mix-blend-mode:screen}.reader-overlay{z-index:20;background:var(--reader-bg);color:var(--text-muted);place-items:center;display:grid;position:absolute;inset:0}.reader-overlay.error{color:#dc2626}.word-popup{z-index:60;background:var(--surface);width:max-content;max-width:min(320px,100vw - 24px);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);text-align:left;padding:12px 14px;font-size:13px;line-height:1.45;transition:all .2s;position:fixed;transform:translate(-50%,calc(-100% - 10px))}.word-popup.below{transform:translate(-50%,10px)}.word-popup-head{align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.word-popup-word{font-size:15px;font-weight:700}.word-popup-phonetic{color:var(--text-muted);font-size:12px}.word-popup-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0 2px;font-size:16px;line-height:1}.word-popup-close:hover{color:var(--text)}.word-popup-note{color:var(--text-muted);margin:0}.word-popup-skeleton{flex-direction:column;gap:8px;padding:2px 0;display:flex}.skeleton-line{background:linear-gradient(90deg, var(--surface-2) 25%, var(--border) 37%, var(--surface-2) 63%);background-size:400% 100%;border-radius:999px;height:10px;animation:1.4s infinite skeleton-shimmer;display:block}.skeleton-line.short{width:60%}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.word-popup-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.word-popup-list li{flex-direction:column;gap:2px;display:flex}.word-popup-pos{color:var(--text-muted);text-transform:lowercase;font-size:11px}.word-popup-example{color:var(--text-muted);font-size:12px;font-style:italic}.reader-sidebar{background:var(--surface);width:300px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-right:1px solid var(--border);z-index:30;flex-shrink:0;padding:18px 16px 40px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow-y:auto}.settings-sidebar{border-right:none;border-left:1px solid var(--border);width:280px}.sidebar-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 14px;font-size:13px}.reader-bottom{border-top:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);z-index:20;align-items:center;gap:12px;padding:8px 16px;transition:all .3s;display:flex;position:relative}.reader.chrome-hidden .reader-top,.reader.chrome-hidden .reader-bottom{opacity:0;pointer-events:none}.nav-btn{border:1px solid var(--border);background:var(--surface);width:42px;height:42px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding-bottom:2px;font-size:20px;line-height:1;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.nav-btn:hover{background:var(--surface-2);transform:scale(1.1);box-shadow:0 4px 12px #00000014}.nav-btn:active{transform:scale(.9)}.progress-track{background:var(--surface-2);border-radius:999px;flex:1;height:6px;overflow:hidden}.progress-fill{background:var(--accent);height:100%;transition:width .2s}.progress-label{color:var(--text-muted);text-align:right;min-width:38px;font-size:12px}.toc-list{margin:0;padding:0;list-style:none}.toc-list[data-depth="1"],.toc-list[data-depth="2"],.toc-list[data-depth="3"]{padding-left:14px}.toc-item{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:14px;line-height:1.4;display:block}.toc-item:hover{background:var(--surface-2)}.toc-item.active{background:var(--surface-2);color:var(--accent);font-weight:600}.toc-empty{color:var(--text-muted);font-size:14px}.settings{flex-direction:column;gap:20px;display:flex}.setting-group{flex-direction:column;gap:8px;display:flex}.setting-row{justify-content:space-between;align-items:baseline;display:flex}.setting-label{font-size:14px;font-weight:500}.setting-value{color:var(--text-muted);font-size:13px}.setting-group input[type=range]{width:100%;accent-color:var(--accent)}.setting-group select{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:8px;padding:8px 10px}.segmented{background:var(--surface-2);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border);border-radius:var(--radius-md);padding:2px;display:flex;overflow:hidden}.segmented button{cursor:pointer;border-radius:calc(var(--radius-md) - 2px);color:var(--text-muted);background:0 0;border:none;flex:1;padding:6px 4px;font-size:13px;transition:all .2s}.segmented button.active{background:var(--surface);color:var(--text);font-weight:600;box-shadow:0 2px 8px #0000001a}.drop-overlay{z-index:100;background:color-mix(in srgb, var(--accent) 14%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);place-items:center;display:grid;position:fixed;inset:0}.drop-box{border:2px dashed var(--accent);border-radius:var(--radius-lg);background:var(--surface);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:12px;padding:48px 64px;display:flex}.drop-icon{font-size:40px}.toast{z-index:200;color:#fff;box-shadow:var(--shadow);background:#111827;border-radius:10px;max-width:90vw;padding:12px 18px;font-size:14px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=760px){.library{padding:20px 16px 48px}.library-top{flex-direction:column;align-items:stretch}.library-actions .primary-btn{flex:1}.book-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:18px 14px}.reader-sidebar{z-index:30;width:min(85vw,320px);box-shadow:var(--shadow);position:absolute;top:0;bottom:0;left:0}.settings-sidebar{left:auto;right:0}}
