.search-bar.svelte-15jwi7u{width:100%;max-width:800px;margin:0 auto}.input-wrapper.svelte-15jwi7u{position:relative}.search-input.svelte-15jwi7u{width:100%;padding:16px;font-size:16px;font-family:inherit;border:2px solid #e2e8f0;border-radius:12px;resize:vertical;transition:all .2s;background:#fff}.search-input.svelte-15jwi7u:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input.svelte-15jwi7u:disabled{background:#f1f5f9;cursor:not-allowed}.clear-button.svelte-15jwi7u{position:absolute;top:12px;right:12px;width:24px;height:24px;border:none;background:#cbd5e1;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;transition:all .2s}.clear-button.svelte-15jwi7u:hover{background:#94a3b8}.controls.svelte-15jwi7u{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.char-count.svelte-15jwi7u{font-size:14px;color:#64748b}.char-count.warning.svelte-15jwi7u{color:#ef4444;font-weight:600}.search-button.svelte-15jwi7u{padding:12px 32px;font-size:16px;font-weight:600;color:#fff;background:#3b82f6;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.search-button.svelte-15jwi7u:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.search-button.svelte-15jwi7u:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.spinner.svelte-15jwi7u{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-15jwi7u-spin .6s linear infinite}@keyframes svelte-15jwi7u-spin{to{transform:rotate(360deg)}}.hint.svelte-15jwi7u{margin-top:8px;font-size:13px;color:#94a3b8;text-align:center}kbd.svelte-15jwi7u{padding:2px 6px;font-size:12px;font-family:monospace;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px}.image-upload.svelte-1upessx{width:100%;max-width:500px;margin:0 auto}.file-input.svelte-1upessx{display:none}.drop-zone.svelte-1upessx{border:2px dashed #cbd5e1;border-radius:12px;padding:48px 24px;text-align:center;cursor:pointer;transition:all .2s;background:#fff}.drop-zone.svelte-1upessx:hover{border-color:#3b82f6;background:#f8fafc}.drop-zone.svelte-1upessx:focus{outline:2px solid #3b82f6;outline-offset:2px}.drop-zone.drag-over.svelte-1upessx{border-color:#3b82f6;background:#eff6ff;transform:scale(1.02)}.drop-zone.has-file.svelte-1upessx{padding:0;border:none}.upload-prompt.svelte-1upessx .icon:where(.svelte-1upessx){font-size:48px;margin-bottom:16px}.upload-prompt.svelte-1upessx .title:where(.svelte-1upessx){font-size:20px;font-weight:600;color:#1e293b;margin-bottom:8px}.upload-prompt.svelte-1upessx .subtitle:where(.svelte-1upessx){font-size:14px;color:#64748b;margin-bottom:16px}.upload-prompt.svelte-1upessx .hint:where(.svelte-1upessx){font-size:13px;color:#94a3b8}.preview.svelte-1upessx{position:relative;border-radius:12px;overflow:hidden}.preview.svelte-1upessx img:where(.svelte-1upessx){width:100%;height:auto;display:block}.preview-overlay.svelte-1upessx{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.preview.svelte-1upessx:hover .preview-overlay:where(.svelte-1upessx){opacity:1}.clear-preview.svelte-1upessx{padding:12px 24px;font-size:14px;font-weight:600;color:#fff;background:#ef4444;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.clear-preview.svelte-1upessx:hover{background:#dc2626;transform:scale(1.05)}.file-info.svelte-1upessx{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:12px;background:#f8fafc;border-radius:8px;font-size:14px}.file-name.svelte-1upessx{color:#1e293b;font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size.svelte-1upessx{color:#64748b;margin-left:12px}.search-button.svelte-1upessx{width:100%;margin-top:16px;padding:16px;font-size:16px;font-weight:600;color:#fff;background:#3b82f6;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.search-button.svelte-1upessx:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.search-button.svelte-1upessx:disabled{background:#cbd5e1;cursor:not-allowed}.spinner.svelte-1upessx{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1upessx-spin .6s linear infinite}@keyframes svelte-1upessx-spin{to{transform:rotate(360deg)}}.loading-state.svelte-1hmd7l3,.error-state.svelte-1hmd7l3,.empty-state.svelte-1hmd7l3{text-align:center;padding:64px 24px}.spinner-large.svelte-1hmd7l3{width:48px;height:48px;margin:0 auto 24px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:svelte-1hmd7l3-spin .8s linear infinite}@keyframes svelte-1hmd7l3-spin{to{transform:rotate(360deg)}}.loading-text.svelte-1hmd7l3{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:8px}.loading-hint.svelte-1hmd7l3{font-size:14px;color:#64748b}.error-icon.svelte-1hmd7l3,.empty-icon.svelte-1hmd7l3{font-size:64px;margin-bottom:24px}.error-title.svelte-1hmd7l3,.empty-title.svelte-1hmd7l3{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:12px}.error-message.svelte-1hmd7l3,.empty-message.svelte-1hmd7l3{font-size:16px;color:#64748b;margin-bottom:24px}.retry-button.svelte-1hmd7l3{padding:12px 32px;font-size:16px;font-weight:600;color:#fff;background:#3b82f6;border:none;border-radius:8px;cursor:pointer}.results-container.svelte-1hmd7l3{max-width:1200px;margin:0 auto;padding:24px}.results-header.svelte-1hmd7l3{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.results-count.svelte-1hmd7l3{font-size:18px;font-weight:600;color:#1e293b}.results-meta.svelte-1hmd7l3{display:flex;gap:16px;font-size:14px}.search-time.svelte-1hmd7l3{color:#64748b}.search-method.svelte-1hmd7l3{font-weight:600}.results-list.svelte-1hmd7l3{display:grid;gap:24px}.book-card.svelte-1hmd7l3{display:flex;gap:24px;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.book-card.svelte-1hmd7l3:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.book-cover.svelte-1hmd7l3{flex-shrink:0;width:120px;height:180px;border-radius:8px;overflow:hidden;background:#f1f5f9}.book-cover.svelte-1hmd7l3 img:where(.svelte-1hmd7l3){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cover-placeholder.svelte-1hmd7l3{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px}.book-info.svelte-1hmd7l3{flex:1;min-width:0}.book-title.svelte-1hmd7l3{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 8px}.book-author.svelte-1hmd7l3{font-size:16px;color:#64748b;margin-bottom:8px}.book-year.svelte-1hmd7l3{font-size:14px;color:#94a3b8;margin-bottom:12px}.book-intro.svelte-1hmd7l3{font-size:14px;color:#475569;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.match-info.svelte-1hmd7l3{display:flex;gap:12px;align-items:center;margin-bottom:16px}.confidence-badge.svelte-1hmd7l3{padding:6px 12px;font-size:13px;font-weight:600;border-radius:6px}.confidence-badge.high.svelte-1hmd7l3{background:#d1fae5;color:#065f46}.confidence-badge.medium.svelte-1hmd7l3{background:#fef3c7;color:#92400e}.confidence-badge.low.svelte-1hmd7l3{background:#fee2e2;color:#991b1b}.match-type.svelte-1hmd7l3{font-size:12px;color:#94a3b8}.purchase-link.svelte-1hmd7l3{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:#3b82f6;text-decoration:none;transition:color .2s}.purchase-link.svelte-1hmd7l3:hover{color:#2563eb}.page-container.svelte-1uha8ag{min-height:100vh;padding:24px}.hero.svelte-1uha8ag{text-align:center;max-width:800px;margin:0 auto 48px}.hero-title.svelte-1uha8ag{font-size:56px;font-weight:700;margin:0 0 16px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle.svelte-1uha8ag{font-size:24px;font-weight:600;color:#1e293b;margin:0 0 12px}.hero-description.svelte-1uha8ag{font-size:18px;color:#64748b;margin:0}.mode-toggle.svelte-1uha8ag{display:flex;gap:12px;justify-content:center;margin-bottom:32px}.mode-button.svelte-1uha8ag{padding:12px 24px;font-size:16px;font-weight:600;color:#64748b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.mode-button.svelte-1uha8ag:hover{border-color:#cbd5e1}.mode-button.active.svelte-1uha8ag{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.search-section.svelte-1uha8ag,.results-section.svelte-1uha8ag{margin-bottom:48px}.how-it-works.svelte-1uha8ag{max-width:1200px;margin:0 auto;padding:48px 0}.how-it-works.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:32px;font-weight:700;text-align:center;margin:0 0 48px;color:#1e293b}.features-grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.feature.svelte-1uha8ag{text-align:center;padding:24px}.feature-icon.svelte-1uha8ag{font-size:48px;margin-bottom:16px}.feature.svelte-1uha8ag h3:where(.svelte-1uha8ag){font-size:20px;font-weight:600;color:#1e293b;margin:0 0 12px}.feature.svelte-1uha8ag p:where(.svelte-1uha8ag){font-size:15px;color:#64748b;line-height:1.6;margin:0}@media(max-width:768px){.hero-title.svelte-1uha8ag{font-size:40px}.hero-subtitle.svelte-1uha8ag{font-size:20px}.hero-description.svelte-1uha8ag{font-size:16px}.features-grid.svelte-1uha8ag{grid-template-columns:1fr}}
