.app-container.svelte-e2eg8g{font-family:var(--font-sans);color:var(--c-text);min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;box-sizing:border-box}button.svelte-e2eg8g{cursor:pointer;border:none;background:none;font-family:inherit}input.svelte-e2eg8g{font-family:inherit;color:var(--c-text)}h1.svelte-e2eg8g,h2.svelte-e2eg8g,h3.svelte-e2eg8g,h4.svelte-e2eg8g{font-family:var(--font-serif);margin:0;color:var(--c-text)}.library-view.svelte-e2eg8g{width:100%}.library-header.svelte-e2eg8g{text-align:center;margin-bottom:3rem}.logo-circle.svelte-e2eg8g{width:4rem;height:4rem;background-color:var(--c-primary);color:#fff;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:var(--shadow-md)}.library-header.svelte-e2eg8g h1:where(.svelte-e2eg8g){font-size:2rem;color:var(--c-text);margin-bottom:.5rem}.library-header.svelte-e2eg8g p:where(.svelte-e2eg8g){color:var(--c-text-light);font-size:1.125rem}.upload-card.svelte-e2eg8g{background:var(--c-surface);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem;border:1px solid var(--c-border-light)}.file-input-wrapper.svelte-e2eg8g{position:relative;border:2px dashed var(--c-border-dashed);border-radius:var(--radius-md);transition:all .2s;height:150px;display:flex;align-items:center;justify-content:center;background:var(--c-bg-subtle)}.file-input-wrapper.svelte-e2eg8g:hover{border-color:var(--c-primary);background:var(--c-primary-hover-bg)}.file-input.svelte-e2eg8g{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.upload-placeholder.svelte-e2eg8g{display:flex;flex-direction:column;align-items:center;color:var(--c-text-light);pointer-events:none;text-align:center}.status-message.svelte-e2eg8g{margin-top:1rem;padding:1rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:.75rem}.status-message.loading.svelte-e2eg8g{background:var(--c-primary-light);color:var(--c-primary-dark)}.status-message.error.svelte-e2eg8g{background:var(--c-danger-bg);color:var(--c-danger);border:1px solid var(--c-danger-border)}.spinner.svelte-e2eg8g{width:1.25rem;height:1.25rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:svelte-e2eg8g-spin .75s linear infinite}@keyframes svelte-e2eg8g-spin{to{transform:rotate(360deg)}}.tip-card.svelte-e2eg8g{background:var(--c-info-bg);border:1px solid var(--c-info-border);border-radius:var(--radius-md);padding:1rem;display:flex;gap:1rem;margin-bottom:3rem;color:var(--c-info-text)}.tip-card.svelte-e2eg8g a:where(.svelte-e2eg8g){color:var(--c-info-link);font-weight:600;text-decoration:underline}.tip-header-container.svelte-e2eg8g{display:flex;flex-direction:row;align-items:center;gap:1rem}.library-header-row.svelte-e2eg8g{margin-bottom:1.5rem}.book-grid.svelte-e2eg8g{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.book-card.svelte-e2eg8g{cursor:pointer;background:var(--c-surface);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--c-border-light);position:relative;transition:all .2s ease;display:flex;flex-direction:column;gap:1rem}.book-card.svelte-e2eg8g:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--c-primary-light)}.book-title.svelte-e2eg8g{font-size:1.1rem;line-height:1.4;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--c-text)}.book-author.svelte-e2eg8g{font-family:var(--font-sans);font-size:.875rem;color:var(--c-text-light)}.progress-labels.svelte-e2eg8g{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:.25rem;color:var(--c-text-light);font-weight:500}.progress-track.svelte-e2eg8g{height:.5rem;background:var(--c-progress-track);border-radius:var(--radius-full);overflow:hidden}.progress-fill.svelte-e2eg8g{height:100%;background:linear-gradient(90deg,var(--c-primary),var(--c-primary-gradient-to));transition:width .3s ease}.book-meta.svelte-e2eg8g{display:flex;justify-content:space-between;font-size:.75rem;color:var(--c-text-muted);margin-top:auto}.book-badge.svelte-e2eg8g{position:absolute;top:-.5rem;left:1rem;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-sm)}.book-badge.completed.svelte-e2eg8g{background:var(--c-success);color:#fff}.book-badge.in-progress.svelte-e2eg8g{background:var(--c-primary);color:#fff}.delete-btn.svelte-e2eg8g{position:absolute;top:.75rem;right:.75rem;color:var(--c-text-muted);padding:.25rem;border-radius:var(--radius-full);opacity:0;transition:all .2s}.book-card.svelte-e2eg8g:hover .delete-btn:where(.svelte-e2eg8g){opacity:1}.delete-btn.svelte-e2eg8g:hover{background:var(--c-danger-bg);color:var(--c-danger)}.empty-library.svelte-e2eg8g{text-align:center;padding:4rem 0;color:var(--c-text-light)}.reader-view.svelte-e2eg8g{width:100%;display:flex;flex-direction:column;gap:2rem}.reader-stage.svelte-e2eg8g{position:relative;background:var(--c-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg),inset 0 0 0 1px var(--c-border-light);height:660px;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}@media screen and (orientation: landscape){.reader-stage.svelte-e2eg8g{height:300px}}@media screen and (display-mode: fullscreen){.reader-stage.svelte-e2eg8g{border-radius:0}}.word-display.svelte-e2eg8g{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;text-align:center}.context-words.svelte-e2eg8g{color:var(--c-context-text);font-family:var(--font-mono);font-size:1.5rem;height:12rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;opacity:.6}.current-word-container.svelte-e2eg8g{margin:2rem 0;min-height:5rem;display:flex;align-items:center}.current-word.svelte-e2eg8g{font-family:var(--font-mono);font-size:4rem;font-weight:700;color:var(--c-text);line-height:1}.chapter-progress-bar.svelte-e2eg8g{position:absolute;bottom:0;left:0;width:100%;height:4px;background:var(--c-border-light)}.chapter-fill.svelte-e2eg8g{height:100%;background:var(--c-accent);transition:width .2s linear}.chapter-time.svelte-e2eg8g{position:absolute;bottom:.75rem;left:.75rem;font-size:.75rem;background:#0009;color:#fff;padding:.2rem .5rem;border-radius:4px;pointer-events:none}.reader-overlay.svelte-e2eg8g{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.fs-toggle.svelte-e2eg8g{pointer-events:auto;position:absolute;bottom:.75rem;right:.75rem;width:2.5rem;height:2.5rem;background:var(--c-bg-input);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);color:var(--c-text);transition:background .2s;border:1px solid var(--c-border-light)}.fs-toggle.svelte-e2eg8g:hover{background:var(--c-bg-subtle);transform:scale(1.1)}.fs-controls-rewind.svelte-e2eg8g{left:.75rem}.fs-controls-play-pause.svelte-e2eg8g{right:.75rem}.fs-controls.svelte-e2eg8g{position:absolute;right:.75rem;display:flex;flex-direction:column;justify-content:center;height:100%;pointer-events:auto}.fs-btn.svelte-e2eg8g{background:var(--c-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--c-text);box-shadow:var(--shadow-lg);transition:transform .1s;border:1px solid var(--c-border-light)}.fs-btn.play.svelte-e2eg8g{width:4rem;height:4rem;color:var(--c-primary)}.fs-btn.rewind.svelte-e2eg8g{width:3rem;height:3rem;color:var(--c-accent)}.fs-btn.svelte-e2eg8g:hover{transform:scale(1.1);background:var(--c-bg-subtle)}.reader-controls-container.svelte-e2eg8g{background:var(--c-surface);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.progress-stats.svelte-e2eg8g{display:flex;justify-content:space-between;font-size:.875rem;color:var(--c-text-light);margin-bottom:.5rem}.main-stat.svelte-e2eg8g{color:var(--c-primary);font-weight:700;font-size:1.1rem}.main-progress-track.svelte-e2eg8g{height:.75rem;background:var(--c-progress-track);border-radius:var(--radius-full);margin-bottom:2rem;overflow:hidden}.main-progress-fill.svelte-e2eg8g{height:100%;background:var(--c-primary);transition:width .3s ease}.primary-controls.svelte-e2eg8g{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem}.control-btn.svelte-e2eg8g{border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.34,1.56,.64,1);box-shadow:var(--shadow-md)}.control-btn.svelte-e2eg8g:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.control-btn.svelte-e2eg8g:active:not(:disabled){transform:scale(.95)}.control-btn.rewind.svelte-e2eg8g{width:3.5rem;height:3.5rem;background:var(--c-accent-light);color:var(--c-accent);border:2px solid var(--c-accent-border)}.control-btn.rewind.svelte-e2eg8g:hover:not(:disabled){background:var(--c-accent);color:#fff;border-color:var(--c-accent)}.control-btn.play-pause.svelte-e2eg8g{width:5rem;height:5rem;background:var(--c-primary);color:#fff;box-shadow:0 10px 25px -5px var(--c-shadow-primary)}.control-btn.play-pause.svelte-e2eg8g:hover:not(:disabled){transform:scale(1.05);background:var(--c-primary-dark)}.settings-row.svelte-e2eg8g{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}@media screen and (max-width: 576px){.settings-row.svelte-e2eg8g{flex-direction:column;margin:2rem auto;width:10rem}}.setting-group.svelte-e2eg8g{display:flex;align-items:center;background:var(--c-bg-subtle);padding:.25rem .75rem;border-radius:var(--radius-full);border:1px solid var(--c-border)}.setting-group.svelte-e2eg8g input:where(.svelte-e2eg8g){width:4rem;border:none;background:transparent;font-weight:700;color:var(--c-text);text-align:center;font-size:1rem}.setting-group.svelte-e2eg8g input:where(.svelte-e2eg8g):focus{outline:none}.setting-group.svelte-e2eg8g label:where(.svelte-e2eg8g){font-size:.75rem;font-weight:600;color:var(--c-text-light);margin-left:.25rem;text-transform:uppercase}.presets-row.svelte-e2eg8g{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.preset-btn.svelte-e2eg8g{padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;background:var(--c-surface);border:1px solid var(--c-border);color:var(--c-text-light);transition:all .2s}.preset-btn.svelte-e2eg8g:hover{border-color:var(--c-primary);color:var(--c-primary)}.preset-btn.active.svelte-e2eg8g{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.extra-settings-section.svelte-e2eg8g{border-top:1px solid var(--c-border);padding-top:1.5rem;margin-bottom:1.5rem}.toggle-extras.svelte-e2eg8g{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;color:var(--c-text-light);font-weight:500;font-size:.9rem}.extras-panel.svelte-e2eg8g{margin-top:1.5rem;background:var(--c-bg-subtle);border-radius:var(--radius-md);padding:1.5rem}.extras-panel.svelte-e2eg8g h4:where(.svelte-e2eg8g){text-align:center;font-size:.9rem;color:var(--c-text);margin-bottom:1rem}.multipliers-grid.svelte-e2eg8g{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.mult-group.svelte-e2eg8g{display:flex;flex-direction:column;align-items:center}.mult-group.svelte-e2eg8g input:where(.svelte-e2eg8g){width:3.5rem;text-align:center;padding:.25rem;border-radius:.25rem;border:1px solid var(--c-border);margin-bottom:.25rem;background:var(--c-bg-input);color:var(--c-text)}.mult-group.svelte-e2eg8g label:where(.svelte-e2eg8g){font-size:.7rem;color:var(--c-text-light)}.extras-actions.svelte-e2eg8g{margin-top:1.5rem;display:flex;justify-content:center}.reset-btn.svelte-e2eg8g{display:flex;align-items:center;gap:.5rem;color:var(--c-danger);font-size:.9rem;padding:.5rem 1rem;border-radius:var(--radius-md)}.reset-btn.svelte-e2eg8g:hover{background:var(--c-danger-bg)}.toc-section.svelte-e2eg8g{border-top:1px solid var(--c-border);padding-top:1.5rem}.toc-toggle.svelte-e2eg8g{display:flex;align-items:center;gap:.75rem;width:100%;font-weight:700;color:var(--c-text);font-size:1.1rem;margin-bottom:1rem}.toc-list.svelte-e2eg8g{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.toc-item.svelte-e2eg8g{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:var(--radius-md);text-align:left;transition:background .2s}.toc-item.svelte-e2eg8g:hover{background:var(--c-bg-subtle)}.toc-item.active.svelte-e2eg8g{background:var(--c-primary-light)}.chapter-num.svelte-e2eg8g{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:var(--c-border);border-radius:.25rem;font-size:.75rem;font-weight:700;color:var(--c-text-light)}.toc-item.active.svelte-e2eg8g .chapter-num:where(.svelte-e2eg8g){background:#fff;color:var(--c-primary)}.chapter-info.svelte-e2eg8g{flex:1;min-width:0}.chapter-title.svelte-e2eg8g{display:block;font-weight:500;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--c-text)}.toc-item.active.svelte-e2eg8g .chapter-title:where(.svelte-e2eg8g){color:var(--c-primary)}.chapter-meta.svelte-e2eg8g{font-size:.75rem;color:var(--c-text-light)}.toc-item.svelte-e2eg8g .arrow{color:var(--c-text-muted)}.back-link.svelte-e2eg8g{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;margin-top:2rem;color:var(--c-text-light);background:var(--c-bg-subtle);border-radius:var(--radius-md);font-weight:500;transition:all .2s}.back-link.svelte-e2eg8g:hover{background:var(--c-border);color:var(--c-text)}.modal-overlay.svelte-e2eg8g{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-card.svelte-e2eg8g{background:var(--c-surface);padding:2rem;border-radius:var(--radius-lg);width:100%;max-width:24rem;box-shadow:var(--shadow-lg)}.modal-header.svelte-e2eg8g{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.icon-danger.svelte-e2eg8g{color:var(--c-danger);background:var(--c-danger-bg);padding:.5rem;border-radius:50%}.modal-actions.svelte-e2eg8g{display:flex;gap:1rem;margin-top:2rem}.btn-secondary.svelte-e2eg8g,.btn-danger.svelte-e2eg8g{flex:1;padding:.75rem;border-radius:var(--radius-md);font-weight:600}.btn-secondary.svelte-e2eg8g{background:var(--c-surface);border:1px solid var(--c-border);color:var(--c-text)}.btn-danger.svelte-e2eg8g{background:var(--c-danger);color:#fff}
