.icon-close{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")}.icon-align-left{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='17' y1='10' x2='3' y2='10'/%3E%3Cline x1='21' y1='6' x2='3' y2='6'/%3E%3Cline x1='21' y1='14' x2='3' y2='14'/%3E%3Cline x1='17' y1='18' x2='3' y2='18'/%3E%3C/svg%3E")}.icon-align-center{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='10' x2='6' y2='10'/%3E%3Cline x1='21' y1='6' x2='3' y2='6'/%3E%3Cline x1='21' y1='14' x2='3' y2='14'/%3E%3Cline x1='18' y1='18' x2='6' y2='18'/%3E%3C/svg%3E")}.icon-align-right{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='21' y1='10' x2='7' y2='10'/%3E%3Cline x1='21' y1='6' x2='3' y2='6'/%3E%3Cline x1='21' y1='14' x2='3' y2='14'/%3E%3Cline x1='21' y1='18' x2='7' y2='18'/%3E%3C/svg%3E")}.icon-align-justify{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='21' y1='10' x2='3' y2='10'/%3E%3Cline x1='21' y1='6' x2='3' y2='6'/%3E%3Cline x1='21' y1='14' x2='3' y2='14'/%3E%3Cline x1='21' y1='18' x2='3' y2='18'/%3E%3C/svg%3E")}.settings-panel.svelte-12xqu8l{position:fixed;top:0;right:0;bottom:0;transform:translate(100%);transition:transform .3s ease-in-out;z-index:100;border-right:none;border-top:none;border-bottom:none;border-radius:0;display:flex;flex-direction:column;background-color:var(--bp-bg);border-left:1px solid var(--bp-border)}.settings-panel.is-open.svelte-12xqu8l{transform:translate(0)}.panel-header.svelte-12xqu8l{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--bp-border)}.panel-content.svelte-12xqu8l{overflow-y:auto;flex:1;padding:.25rem}.theme-grid.svelte-12xqu8l{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.25rem;margin-bottom:.25rem}.theme-button.svelte-12xqu8l{flex-direction:column;padding:8px;border-radius:8px;border:1px solid var(--bp-border);gap:4px}.theme-button.is-active.svelte-12xqu8l{border-color:var(--bp-accent);box-shadow:0 0 0 1px var(--bp-accent)}.theme-preview.svelte-12xqu8l{font-size:10px;opacity:.7}.weight-presets.svelte-12xqu8l{display:flex;gap:4px;width:100%}.weight-presets.svelte-12xqu8l button:where(.svelte-12xqu8l){flex:1}.align-controls.svelte-12xqu8l{display:flex;gap:4px;width:100%}.align-controls.svelte-12xqu8l button:where(.svelte-12xqu8l){flex:1}.chat-interface.svelte-deycoh{height:100%;display:flex;flex-direction:column;background:var(--bp-bg)}.chat-header.svelte-deycoh{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.chat-header.svelte-deycoh h3:where(.svelte-deycoh){font-size:16px;font-weight:600;margin:0}.chat-messages.svelte-deycoh{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.message.svelte-deycoh{display:flex;flex-direction:column;max-width:85%}.message.user.svelte-deycoh{align-self:flex-end;align-items:flex-end}.message.assistant.svelte-deycoh{align-self:flex-start}.message-content.svelte-deycoh{padding:12px;border-radius:12px;background:var(--bp-bg-secondary);font-size:14px;line-height:1.5;white-space:pre-wrap}.message.user.svelte-deycoh .message-content:where(.svelte-deycoh){background:var(--bp-accent, #3b82f6);color:var(--bp-bg)}.message.assistant.svelte-deycoh .message-content:where(.svelte-deycoh){background:var(--bp-border);color:var(--bp-text)}.message.loading.svelte-deycoh{flex-direction:row;align-items:center;gap:8px;padding:0 4px;color:var(--bp-text-secondary);font-size:14px}.citation-link.svelte-deycoh{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:20px;height:20px;border-radius:4px;background:var(--bp-accent);color:var(--bp-bg);border:none;margin:0 2px;cursor:pointer;font-size:12px}.citation-link.svelte-deycoh:hover{background:var(--bp-accent-secondary);color:var(--bp-bg)}.chat-input-area.svelte-deycoh{padding:16px}form.svelte-deycoh{display:flex;gap:8px}input.svelte-deycoh{flex:1;height:40px;border-radius:20px;border:1px solid var(--bp-border);padding:0 16px;background:var(--bp-bg);color:var(--bp-text)}input.svelte-deycoh:focus{outline:none;border-color:var(--bp-accent)}.empty-state.svelte-deycoh{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--bp-text-secondary);opacity:.6}.bp-heading.mb-4.svelte-10gnb58,.bp-alert.mb-4.svelte-10gnb58{margin-bottom:1rem}.index-status.svelte-10gnb58{font-size:12px;color:var(--bp-text-secondary);margin-left:8px}.left-actions.svelte-10gnb58,.right-actions.svelte-10gnb58{display:flex;align-items:center;gap:8px}.modal-backdrop.svelte-16bewxa{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal-content.svelte-16bewxa{background:var(--bp-bg);padding:24px;border-radius:8px;width:100%;max-width:400px;box-shadow:0 4px 6px #0000001a}h3.svelte-16bewxa{margin-top:0}.form-group.svelte-16bewxa{margin-bottom:16px}label.svelte-16bewxa{display:block;margin-bottom:8px;font-weight:500}select.svelte-16bewxa{width:100%;padding:8px;border:1px solid var(--bp-border);border-radius:4px;background:var(--bp-bg);color:var(--bp-text)}.actions.svelte-16bewxa{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.btn.svelte-16bewxa{padding:8px 16px;border-radius:4px;border:none;cursor:pointer;font-weight:500}.btn-secondary.svelte-16bewxa{background:#e5e7eb;color:#374151}.btn-primary.svelte-16bewxa{background:#3b82f6;color:#fff}.btn.svelte-16bewxa:disabled{opacity:.5;cursor:not-allowed}.progress-container.svelte-16bewxa{height:20px;background:#e5e7eb;border-radius:10px;overflow:hidden;position:relative;margin-top:16px}.progress-bar.svelte-16bewxa{height:100%;background:#3b82f6;transition:width .3s ease}.progress-text.svelte-16bewxa{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;color:#000}.error-msg.svelte-16bewxa{color:red;margin-bottom:12px}.modal-backdrop.svelte-lmi16u{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal-content.svelte-lmi16u{background:var(--bp-bg);color:var(--bp-text);padding:24px;border-radius:8px;width:100%;max-width:450px;box-shadow:0 4px 6px #0000001a}h3.svelte-lmi16u{margin-top:0}.form-group.svelte-lmi16u{margin-bottom:16px}label.svelte-lmi16u{display:block;margin-bottom:8px;font-weight:500}select.svelte-lmi16u,textarea.svelte-lmi16u{width:100%;padding:8px;border:1px solid var(--bp-border);border-radius:4px;background:var(--bp-bg);color:var(--bp-text);font-family:inherit}small.svelte-lmi16u{display:block;margin-top:4px;opacity:.7;font-size:.85em}.info-text.svelte-lmi16u{font-size:.9em;margin-bottom:16px;opacity:.8}.actions.svelte-lmi16u{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.btn.svelte-lmi16u{padding:8px 16px;border-radius:4px;border:none;cursor:pointer;font-weight:500}.btn-secondary.svelte-lmi16u{background:#e5e7eb;color:#374151}.btn-primary.svelte-lmi16u{background:#3b82f6;color:#fff}.btn.svelte-lmi16u:disabled{opacity:.5;cursor:not-allowed}.progress-container.svelte-lmi16u{height:20px;background:#e5e7eb;border-radius:10px;overflow:hidden;position:relative;margin-top:16px}.progress-bar.svelte-lmi16u{height:100%;background:#3b82f6;transition:width .3s ease}.progress-text.svelte-lmi16u{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;color:#000}.error-msg.svelte-lmi16u{color:red;margin-bottom:12px}.audio-player.svelte-shx8lv{position:fixed;bottom:10px;left:50%;transform:translate(-50%);width:60%;max-width:800px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--bp-glass-border);box-shadow:var(--bp-shadow);border-radius:var(--bp-radius-lg);padding:12px 24px;color:var(--bp-text);overflow:hidden}.audio-player.svelte-shx8lv:before{content:"";position:absolute;inset:0;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='50' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.15'/%3E%3C/svg%3E");opacity:1;pointer-events:none}.progress-bar-container.svelte-shx8lv{position:absolute;top:0;left:0;width:100%;height:3px;background:#0000001a;z-index:1}.progress-bar.svelte-shx8lv{height:100%;background:var(--bp-accent);transition:width .3s ease}.player-layout.svelte-shx8lv{display:flex;align-items:center;justify-content:space-between;width:100%}.speed-control.svelte-shx8lv{position:relative}.btn-pill.svelte-shx8lv{background:var(--bp-bg-secondary);border:1px solid var(--bp-button-border);border-radius:6px;padding:4px 12px;font-size:13px;font-weight:500;color:var(--bp-button-fg);cursor:pointer;transition:all .2s}.btn-pill.svelte-shx8lv:hover{border-color:var(--bp-button-hover-border);background:var(--bp-button-hover-bg);color:var(--bp-button-hover-fg)}.speed-menu.svelte-shx8lv{position:absolute;bottom:100%;left:0;margin-bottom:8px;background:var(--bp-popup-bg);border:1px solid var(--bp-border);border-radius:8px;box-shadow:var(--bp-shadow);padding:4px;display:flex;flex-direction:column;min-width:80px}.speed-item.svelte-shx8lv{background:none;border:none;padding:6px 12px;text-align:left;font-size:13px;cursor:pointer;border-radius:4px;color:var(--bp-text)}.speed-item.svelte-shx8lv:hover{background:var(--bp-button-hover-bg);color:var(--bp-button-hover-fg)}.speed-item.active.svelte-shx8lv{color:var(--bp-accent);font-weight:600}.controls-center.svelte-shx8lv{display:flex;align-items:center;gap:12px}.btn-control.svelte-shx8lv{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;color:var(--bp-button-fg)}.btn-control.secondary.svelte-shx8lv{width:36px;height:36px;border:1px solid var(--bp-button-border);background:transparent}.btn-control.secondary.svelte-shx8lv:hover{background:var(--bp-button-hover-bg);color:var(--bp-button-hover-fg);border-color:var(--bp-button-hover-border)}.btn-control.primary.svelte-shx8lv{width:48px;height:48px;background:transparent;border:1px solid var(--bp-button-border);color:var(--bp-title)}.btn-control.primary.svelte-shx8lv:hover{border-color:var(--bp-button-hover-border);background:var(--bp-button-hover-bg);color:var(--bp-button-hover-fg)}.btn-control.svelte-shx8lv:disabled{opacity:.3;cursor:not-allowed}.controls-right.svelte-shx8lv{display:flex;align-items:center;gap:16px}.counter.svelte-shx8lv{font-size:13px;color:var(--bp-meta);font-variant-numeric:tabular-nums}.btn-icon.close.svelte-shx8lv{background:var(--bp-bg-secondary);border:1px solid var(--bp-button-border);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--bp-button-fg);padding:0}.btn-icon.close.svelte-shx8lv:hover{background:var(--bp-button-hover-bg);color:var(--bp-button-hover-fg);border-color:var(--bp-button-hover-border)}@media(max-width:600px){.audio-player.svelte-shx8lv{width:100%;bottom:0;border-radius:12px 12px 0 0;max-width:none;left:0;transform:none}.controls-center.svelte-shx8lv{gap:8px}}.link-preview.svelte-1yz6rje{position:fixed;transform:translate(-50%,calc(-100% - 12px));background:var(--bp-bg);color:var(--bp-text);border:1px solid var(--bp-border);box-shadow:var(--bp-shadow-lg);border-radius:8px;padding:10px 12px;max-width:min(420px,80vw);max-height:min(196px,42vh);overflow:auto;z-index:90;pointer-events:none}.link-preview-body.svelte-1yz6rje{font-size:16px;line-height:1.4;word-break:break-word}.lightbox-backdrop.svelte-1q5jsr9{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:100}.lightbox-inner.svelte-1q5jsr9{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;gap:12px}.lightbox-image.svelte-1q5jsr9{max-width:90vw;max-height:80vh;object-fit:contain;-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab;will-change:transform;transition:transform .05s linear}.lightbox-image.svelte-1q5jsr9:active{cursor:grabbing}.icon-sidebar{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='18' x='3' y='3' rx='2' ry='2'/%3E%3Cpath d='M9 3v18'/%3E%3C/svg%3E")}.icon-edit{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'/%3E%3C/svg%3E")}.icon-sliders{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21v-7'/%3E%3Cpath d='M4 10V3'/%3E%3Cpath d='M12 21v-9'/%3E%3Cpath d='M12 8V3'/%3E%3Cpath d='M20 21v-5'/%3E%3Cpath d='M20 12V3'/%3E%3Cpath d='M1 14h6'/%3E%3Cpath d='M9 8h6'/%3E%3Cpath d='M17 16h6'/%3E%3C/svg%3E")}.icon-send{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'%3E%3C/line%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'%3E%3C/polygon%3E%3C/svg%3E")}.icon-bookmark{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E")}.reader-container.svelte-1hccjsm{height:100vh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:0px 1fr 0px;grid-template-areas:"header header header" "sidebar content chat" "footer footer footer";background-color:var(--bp-bg);color:var(--bp-text);overflow:hidden;transition:grid-template-columns .3s ease}.reader-container.sidebar-open.svelte-1hccjsm{grid-template-columns:320px 1fr 0px}.reader-container.chat-open.svelte-1hccjsm{grid-template-columns:0px 1fr 360px}.reader-container.sidebar-open.chat-open.svelte-1hccjsm{grid-template-columns:320px 1fr 360px}.reader-toolbar.svelte-1hccjsm{grid-area:header;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:20;border-bottom:1px solid var(--bp-border)}.toolbar-left.svelte-1hccjsm,.toolbar-right.svelte-1hccjsm{display:flex;align-items:center;gap:.5rem}.separator.svelte-1hccjsm{width:1px;height:24px;background:var(--bp-border);margin:0 8px}.book-title.svelte-1hccjsm{font-size:14px;font-weight:500;color:var(--bp-title);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:clamp(220px,35vw,460px);margin-left:8px}.reader-sidebar.svelte-1hccjsm{grid-area:sidebar;overflow:hidden;border-right:1px solid var(--bp-border)}.reader-chat.svelte-1hccjsm{grid-area:chat;overflow:hidden;border-left:1px solid var(--bp-border);background-color:var(--bp-bg)}.sidebar-inner.svelte-1hccjsm{width:320px;height:100%;display:flex;flex-direction:column}.chat-inner.svelte-1hccjsm{width:360px;height:100%}.sidebar-content.svelte-1hccjsm{flex:1;overflow-y:auto;padding:16px}.sidebar-overlay.svelte-1hccjsm,.chat-overlay.svelte-1hccjsm{display:none;position:absolute;inset:0;background:#00000080;z-index:10}.reader-content-area.svelte-1hccjsm{grid-area:content;width:100%;height:100%;overflow:hidden;position:relative;display:flex}.reader-content-area.split-view.svelte-1hccjsm{display:grid;grid-template-columns:1fr 1fr;gap:1px;background-color:var(--bp-border)}.reader-pane.svelte-1hccjsm{width:100%;height:100%;overflow-y:auto;background-color:var(--bp-bg);position:relative;scroll-behavior:auto}.content-wrapper.svelte-1hccjsm{margin:0 auto;padding:56px;min-height:100%;transition:max-width .2s ease;border:1px solid var(--bp-border);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='50' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.5'/%3E%3C/svg%3E");background-color:var(--bp-bg);background-blend-mode:multiply}.loading-state.svelte-1hccjsm{display:flex;align-items:center;justify-content:center;height:200px;opacity:.5;gap:.5rem}.bp-text-icon.svelte-1hccjsm{font-size:13px;font-weight:500;padding:0 4px}.bp-icon-btn.svelte-1hccjsm:disabled{opacity:.5;cursor:not-allowed}.lang-controls.svelte-1hccjsm{display:flex;align-items:center;gap:8px;margin-right:8px}.lang-select.svelte-1hccjsm{height:32px;border-radius:4px;border:1px solid var(--bp-border);background:var(--bp-bg);color:var(--bp-text);font-size:13px;padding:0 8px}[data-audio-id].audio-active{background-color:#3b82f61a;border-left:3px solid #3b82f6;padding-left:8px;margin-left:-11px;transition:background-color .3s ease}.bp-preview-highlight{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}@media(max-width:1024px){.reader-container.svelte-1hccjsm{grid-template-columns:1fr;grid-template-areas:"header" "content" "footer"}.reader-container.sidebar-open.svelte-1hccjsm,.reader-container.chat-open.svelte-1hccjsm{grid-template-columns:1fr}.reader-sidebar.svelte-1hccjsm{position:absolute;top:56px;bottom:0;left:0;z-index:30;width:0;transition:width .3s ease;border-right:1px solid var(--bp-border);box-shadow:var(--bp-shadow-xl);background-color:var(--bp-bg)}.reader-container.sidebar-open.svelte-1hccjsm .reader-sidebar:where(.svelte-1hccjsm){width:280px}.sidebar-inner.svelte-1hccjsm{width:280px}.reader-chat.svelte-1hccjsm{position:absolute;top:56px;bottom:0;right:0;z-index:30;width:0;transition:width .3s ease;border-left:1px solid var(--bp-border);box-shadow:var(--bp-shadow-xl);background-color:var(--bp-bg)}.reader-container.chat-open.svelte-1hccjsm .reader-chat:where(.svelte-1hccjsm){width:360px}@media(max-width:480px){.reader-container.chat-open.svelte-1hccjsm .reader-chat:where(.svelte-1hccjsm){width:100%}.chat-inner.svelte-1hccjsm{width:100%}}.sidebar-overlay.svelte-1hccjsm,.chat-overlay.svelte-1hccjsm{display:block;z-index:25}.reader-content-area.split-view.svelte-1hccjsm{grid-template-columns:1fr;grid-template-rows:1fr 1fr}}
