@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#0e0e12;--bg-card:#16161d;--bg-hover:#1e1e28;--text:#e8e4df;--text-muted:#8a8580;--accent:#d4a556;--accent-dim:#a67c3a;--accent-glow:#d4a55626;--red:#c45b5b;--green:#6bab6b;--blue:#5b8fc4;--border:#2a2a35;--serif:"Playfair Display", "Georgia", serif;--sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:"JetBrains Mono", "Fira Code", monospace;--transition:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}h1,h2,h3{font-family:var(--serif);font-weight:700;line-height:1.2}h1{font-size:2.8rem}h2{color:var(--accent);font-size:2rem}h3{font-size:1.4rem}a{color:var(--accent);transition:color var(--transition);text-decoration:none}a:hover{color:var(--text)}.chapter{opacity:0;max-width:900px;min-height:80vh;margin:0 auto;padding:5rem 2rem;transition:opacity .8s,transform .8s;transform:translateY(30px)}.chapter.visible{opacity:1;transform:translateY(0)}.chapter-number{font-family:var(--mono);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;transition:border-color var(--transition), box-shadow var(--transition);border-radius:12px;padding:1.5rem}.stat-card:hover{border-color:var(--accent-dim);box-shadow:0 0 20px var(--accent-glow)}.stat-value{font-family:var(--serif);color:var(--accent);font-size:2.4rem;font-weight:700;display:block}.stat-label{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.book-item{transition:background var(--transition);border-radius:8px;align-items:center;gap:1rem;padding:.75rem;display:flex}.book-item:hover{background:var(--bg-hover)}.book-cover{object-fit:cover;background:var(--bg-hover);border-radius:4px;flex-shrink:0;width:48px;height:72px}.book-title{font-size:.95rem;font-weight:600}.book-author{color:var(--text-muted);font-size:.85rem}.btn{font-family:var(--sans);cursor:pointer;transition:all var(--transition);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:var(--bg)}.btn-primary:hover{background:var(--text)}.btn-ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn-ghost:hover{color:var(--text);border-color:var(--accent-dim)}@media (width<=640px){h1{font-size:2rem}h2{font-size:1.5rem}.chapter{padding:3rem 1.25rem}.stat-value{font-size:1.8rem}}.landing.svelte-1pw2byy{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.landing-content.svelte-1pw2byy{text-align:center;width:100%;max-width:560px}h1.svelte-1pw2byy{font-size:3.5rem;font-family:var(--serif);color:var(--accent);margin-bottom:.5rem}.tagline.svelte-1pw2byy{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.15rem}.dropzone.svelte-1pw2byy{border:2px dashed var(--border);cursor:pointer;background:var(--bg-card);border-radius:16px;padding:3rem 2rem;transition:all .3s}.dropzone.svelte-1pw2byy:hover,.dropzone.dragging.svelte-1pw2byy{border-color:var(--accent);background:var(--accent-glow)}.dropzone.loading.svelte-1pw2byy{pointer-events:none;opacity:.7}.drop-icon.svelte-1pw2byy{margin-bottom:1rem;font-size:2.5rem}.drop-or.svelte-1pw2byy{color:var(--text-muted);margin:.75rem 0;font-size:.85rem}.error.svelte-1pw2byy{color:var(--red);margin-top:1rem;font-size:.9rem}.how-to.svelte-1pw2byy{text-align:left;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-top:3rem;padding:1.5rem}.how-to.svelte-1pw2byy h3:where(.svelte-1pw2byy){font-family:var(--sans);color:var(--text);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.how-to.svelte-1pw2byy ol:where(.svelte-1pw2byy){color:var(--text-muted);padding-left:1.25rem;font-size:.9rem}.how-to.svelte-1pw2byy li:where(.svelte-1pw2byy){margin-bottom:.35rem}.privacy-note.svelte-1pw2byy{color:var(--text-muted);margin-top:2rem;font-size:.8rem}.lock.svelte-1pw2byy{margin-right:.3rem}.intro.svelte-1vvno7e{color:var(--text);margin:1.5rem 0;font-size:1.15rem;line-height:1.7}.intro.svelte-1vvno7e strong:where(.svelte-1vvno7e){color:var(--accent)}.intro.svelte-1vvno7e em:where(.svelte-1vvno7e){font-style:italic}.year-bars.svelte-hrw873{margin:2rem 0}.year-row.svelte-hrw873{align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.year-label.svelte-hrw873{font-family:var(--mono);color:var(--text-muted);text-align:right;flex-shrink:0;width:3rem;font-size:.85rem}.bar-track.svelte-hrw873{background:var(--bg-card);border-radius:4px;flex:1;height:24px;overflow:hidden}.bar-fill.svelte-hrw873{background:linear-gradient(90deg, var(--accent-dim), var(--accent));border-radius:4px;height:100%;transition:width 1s}.year-count.svelte-hrw873{font-family:var(--mono);color:var(--accent);text-align:left;flex-shrink:0;width:2rem;font-size:.85rem}.section-note.svelte-hrw873{color:var(--text-muted);margin:2.5rem 0 .75rem;font-size:.85rem}.heatmap-container.svelte-hrw873{padding-bottom:1rem;overflow-x:auto}.cover.svelte-p8yc93{object-fit:cover;background:var(--bg-hover);border-radius:4px;flex-shrink:0}.cover-small.svelte-p8yc93{width:32px;height:48px}.cover-medium.svelte-p8yc93{width:48px;height:72px}.cover-large.svelte-p8yc93{width:72px;height:108px}.cover-placeholder.svelte-p8yc93{background:linear-gradient(135deg, var(--bg-hover), var(--bg-card));border:1px solid var(--border);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cover-placeholder.svelte-p8yc93 span:where(.svelte-p8yc93){font-family:var(--serif);color:var(--text-muted);opacity:.6;font-size:.7rem;font-weight:700}.cover-placeholder.cover-large.svelte-p8yc93 span:where(.svelte-p8yc93){font-size:1rem}.bias.svelte-1nmi69x{color:var(--text-muted);margin:1rem 0 2rem}.bias.svelte-1nmi69x strong:where(.svelte-1nmi69x){color:var(--accent)}.scatter-wrap.svelte-1nmi69x{margin:1rem 0;overflow-x:auto}.divergence-section.svelte-1nmi69x{margin-top:2.5rem}.divergence-section.svelte-1nmi69x h3:where(.svelte-1nmi69x){font-family:var(--sans);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.sub.svelte-1nmi69x{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem}.sub-heading.svelte-f8ketu{font-family:var(--sans);color:var(--text);margin:2rem 0 1rem;font-size:1.05rem;font-weight:600}.author-bars.svelte-f8ketu{flex-direction:column;gap:.35rem;display:flex}.author-row.svelte-f8ketu{align-items:center;gap:.75rem;display:flex}.author-name.svelte-f8ketu{text-align:right;text-overflow:ellipsis;white-space:nowrap;width:160px;color:var(--text);flex-shrink:0;font-size:.85rem;overflow:hidden}.bar-track.svelte-f8ketu{background:var(--bg-card);border-radius:4px;flex:1;height:20px;overflow:hidden}.bar-fill.svelte-f8ketu{background:linear-gradient(90deg, var(--accent-dim), var(--accent));border-radius:4px;height:100%;transition:width 1s}.author-count.svelte-f8ketu{font-family:var(--mono);color:var(--text-muted);white-space:nowrap;flex-shrink:0;width:120px;font-size:.8rem}.author-rating.svelte-f8ketu{color:var(--accent)}@media (width<=640px){.author-name.svelte-f8ketu{width:100px;font-size:.8rem}.author-count.svelte-f8ketu{width:80px;font-size:.75rem}}.extremes.svelte-1oil2dv{flex-wrap:wrap;gap:1.5rem;margin:2rem 0;display:flex}.extreme-book.svelte-1oil2dv{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;flex:1;align-items:center;gap:1rem;min-width:240px;padding:1rem;display:flex}.extreme-label.svelte-1oil2dv{font-family:var(--mono);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem;font-size:.7rem}.sub-heading.svelte-1oil2dv{font-family:var(--sans);color:var(--text);margin:2.5rem 0 1rem;font-size:1.05rem;font-weight:600}.histogram.svelte-1oil2dv{align-items:flex-end;gap:4px;height:200px;margin-top:1rem;display:flex}.hist-col.svelte-1oil2dv{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.hist-bar-wrap.svelte-1oil2dv{flex:1;align-items:flex-end;width:100%;display:flex}.hist-bar.svelte-1oil2dv{background:linear-gradient(0deg, var(--accent-dim), var(--accent));border-radius:3px 3px 0 0;width:100%;min-height:2px;transition:height 1s}.hist-label.svelte-1oil2dv{font-family:var(--mono);color:var(--text-muted);white-space:nowrap;margin-top:.35rem;font-size:.65rem;transform:rotate(-45deg)}.hist-note.svelte-1oil2dv{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.8rem}.extremes.svelte-fhmmie{flex-wrap:wrap;gap:1.5rem;margin:2rem 0;display:flex}.extreme-book.svelte-fhmmie{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;flex:1;align-items:center;gap:1rem;min-width:240px;padding:1rem;display:flex}.extreme-label.svelte-fhmmie{font-family:var(--mono);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem;font-size:.7rem}.sub-heading.svelte-fhmmie{font-family:var(--sans);color:var(--text);margin:2.5rem 0 1rem;font-size:1.05rem;font-weight:600}.decade-bars.svelte-fhmmie{flex-direction:column;gap:.35rem;display:flex}.decade-row.svelte-fhmmie{align-items:center;gap:.75rem;display:flex}.decade-label.svelte-fhmmie{font-family:var(--mono);color:var(--text-muted);text-align:right;flex-shrink:0;width:3.5rem;font-size:.85rem}.bar-track.svelte-fhmmie{background:var(--bg-card);border-radius:4px;flex:1;height:20px;overflow:hidden}.bar-fill.svelte-fhmmie{background:linear-gradient(90deg, var(--accent-dim), var(--accent));border-radius:4px;height:100%;transition:width 1s}.decade-count.svelte-fhmmie{font-family:var(--mono);color:var(--accent);flex-shrink:0;width:2rem;font-size:.85rem}.empty-tbr.svelte-1a8fgf3{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:12px;margin-top:2rem;padding:2rem}.empty-tbr.svelte-1a8fgf3 p:where(.svelte-1a8fgf3){color:var(--text-muted);font-size:.95rem;line-height:1.6}.empty-tbr.svelte-1a8fgf3 .subtle:where(.svelte-1a8fgf3){opacity:.7;margin-top:.5rem;font-size:.8rem}.oldest-tbr.svelte-1a8fgf3{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;margin-top:2rem;padding:1rem 1.5rem}.oldest-tbr.svelte-1a8fgf3 p:where(.svelte-1a8fgf3){color:var(--text-muted);font-size:.9rem}.oldest-title.svelte-1a8fgf3{margin-top:.25rem;font-weight:600;color:var(--accent)!important}.sub-heading.svelte-1a8fgf3{font-family:var(--sans);color:var(--text);margin:2.5rem 0 1rem;font-size:1.05rem;font-weight:600}.mini-chart.svelte-1a8fgf3{align-items:flex-end;gap:2px;height:150px;margin-top:1rem;display:flex}.mini-bar.svelte-1a8fgf3{background:linear-gradient(0deg, var(--accent-dim), var(--accent));border-radius:2px 2px 0 0;flex:1;min-width:3px;min-height:2px;transition:height .5s}.trait-list.svelte-1p56dd6{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.trait-card.svelte-1p56dd6{background:var(--bg-card);border:1px solid var(--border);transition:border-color var(--transition), box-shadow var(--transition);border-radius:12px;padding:1.5rem}.trait-card.svelte-1p56dd6:hover{border-color:var(--accent-dim);box-shadow:0 0 20px var(--accent-glow)}.trait-label.svelte-1p56dd6{font-family:var(--serif);color:var(--accent);margin-bottom:.4rem;font-size:1.3rem}.trait-desc.svelte-1p56dd6{color:var(--text-muted);font-size:.95rem;line-height:1.5}.empty.svelte-1p56dd6{color:var(--text-muted);margin-top:1rem;font-style:italic}.desc.svelte-eijdfw{color:var(--text-muted);margin:1rem 0 2rem}.card-wrapper.svelte-eijdfw{justify-content:center;margin:1rem 0 2rem;display:flex}.card.svelte-eijdfw{border:1px solid var(--border);background:linear-gradient(145deg,#16161d,#1a1a24);border-radius:16px;width:440px;max-width:100%;padding:2rem;position:relative;overflow:hidden}.card.svelte-eijdfw:before{content:"";background:linear-gradient(90deg, var(--accent-dim), var(--accent), var(--accent-dim));height:3px;position:absolute;top:0;left:0;right:0}.card-header.svelte-eijdfw{margin-bottom:1.5rem}.card-title.svelte-eijdfw{font-family:var(--serif);color:var(--accent);font-size:1.6rem}.card-stats.svelte-eijdfw{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.card-stat.svelte-eijdfw{text-align:center}.card-val.svelte-eijdfw{font-family:var(--serif);color:var(--text);font-size:1.5rem;font-weight:700;display:block}.card-lbl.svelte-eijdfw{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.card-details.svelte-eijdfw{border-top:1px solid var(--border);margin-bottom:1rem;padding-top:1rem}.card-row.svelte-eijdfw{justify-content:space-between;padding:.3rem 0;font-size:.85rem;display:flex}.card-row-label.svelte-eijdfw{color:var(--text-muted)}.card-row-value.svelte-eijdfw{color:var(--text);font-weight:500}.card-personality.svelte-eijdfw{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.trait-badge.svelte-eijdfw{color:var(--accent);background:#d4a5561f;border:1px solid #d4a55640;border-radius:20px;padding:.3rem .7rem;font-size:.75rem;font-weight:600}.card-footer.svelte-eijdfw{border-top:1px solid var(--border);color:var(--text-muted);text-align:center;letter-spacing:.05em;margin-top:1.25rem;padding-top:.75rem;font-size:.7rem}.download-btn.svelte-eijdfw{margin-top:1rem}@media (width<=480px){.card.svelte-eijdfw{padding:1.25rem}.card-stats.svelte-eijdfw{grid-template-columns:repeat(2,1fr);gap:1rem}.card-val.svelte-eijdfw{font-size:1.3rem}}.share-option.svelte-pjptbi{margin-top:2.5rem}.share-option.svelte-pjptbi h3:where(.svelte-pjptbi){font-family:var(--sans);color:var(--text);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.desc.svelte-pjptbi{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.instructions.svelte-pjptbi{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;margin-top:1.25rem;padding:1.25rem 1.25rem 1.25rem 1.5rem}.instructions.svelte-pjptbi p:where(.svelte-pjptbi){color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}.instructions.svelte-pjptbi ol:where(.svelte-pjptbi){color:var(--text-muted);padding-left:1.25rem;font-size:.85rem}.instructions.svelte-pjptbi li:where(.svelte-pjptbi){margin-bottom:.3rem}.instructions.svelte-pjptbi code:where(.svelte-pjptbi){font-family:var(--mono);color:var(--accent);font-size:.82rem}.snippet-wrap.svelte-pjptbi{position:relative}.snippet.svelte-pjptbi{background:var(--bg-card);border:1px solid var(--border);font-family:var(--mono);color:var(--text-muted);white-space:pre-wrap;border-radius:10px;padding:1.25rem;font-size:.8rem;line-height:1.5;overflow-x:auto}.copy-btn.svelte-pjptbi{padding:.35rem .75rem;font-size:.8rem;position:absolute;top:.6rem;right:.6rem}.portrait.svelte-iu6nhw{padding-bottom:4rem}
