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