.vertical-tree.svelte-19iypss{max-width:800px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.generation-level.svelte-19iypss{display:flex;flex-direction:column;align-items:center;position:relative}.generation-header.svelte-19iypss{text-align:center;margin-bottom:.75rem}.generation-label.svelte-19iypss{font-size:.875rem;font-weight:600;color:#475569;background:#f8fafc;padding:.375rem .75rem;border-radius:1rem;border:1px solid rgb(226,232,240)}.person-row.svelte-19iypss{display:flex;justify-content:center}.person-card.svelte-19iypss{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;border-width:2px;transition:all .2s;cursor:pointer;font-size:.875rem;min-width:200px;max-width:300px;box-shadow:0 2px 4px #0000001a}.person-card.svelte-19iypss:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.ancestors-grid.svelte-19iypss{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;width:100%;max-width:600px}.ancestor-card.svelte-19iypss{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;border-width:1px;transition:all .2s;cursor:pointer;font-size:.75rem;box-shadow:0 1px 3px #0000001a;min-height:2.5rem}.ancestor-card.svelte-19iypss:hover{box-shadow:0 2px 8px #0000001f;transform:translateY(-1px)}.icon.svelte-19iypss{width:1.25rem;height:1.25rem;flex-shrink:0}.small-icon.svelte-19iypss{width:1rem;height:1rem;flex-shrink:0}.person-info.svelte-19iypss,.ancestor-info.svelte-19iypss{text-align:left;overflow:hidden;flex:1}.person-name.svelte-19iypss,.ancestor-name.svelte-19iypss{font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.person-dates.svelte-19iypss,.ancestor-dates.svelte-19iypss{font-size:.65rem;color:#64748b;margin-top:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.connector.svelte-19iypss{width:2px;height:1rem;background:linear-gradient(to bottom,#cbd5e1,#94a3b8);margin:.5rem 0}@media (max-width: 768px){.vertical-tree.svelte-19iypss{padding:.5rem}.ancestors-grid.svelte-19iypss{grid-template-columns:1fr 1fr;max-width:400px}.person-card.svelte-19iypss{min-width:160px;font-size:.8rem}.ancestor-card.svelte-19iypss{font-size:.7rem}}@media (max-width: 480px){.ancestors-grid.svelte-19iypss{grid-template-columns:1fr}}.visualization-container.svelte-diyd57{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.chart-header.svelte-diyd57{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(to right,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.chart-controls.svelte-diyd57{display:flex;align-items:center;gap:2rem;flex:1;justify-content:space-between}.search-container.svelte-diyd57{position:relative;display:flex;align-items:center;gap:.5rem;flex:1;max-width:400px}.search-input.svelte-diyd57{flex:1;padding:.5rem 2.5rem .5rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;transition:all .2s;background:#fff}.search-input.svelte-diyd57:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input.svelte-diyd57::-moz-placeholder{color:#94a3b8}.search-input.svelte-diyd57::placeholder{color:#94a3b8}.clear-button.svelte-diyd57{position:absolute;right:.5rem;background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;font-size:1.25rem;line-height:1;transition:color .2s}.clear-button.svelte-diyd57:hover{color:#1e293b}.search-results-count.svelte-diyd57{position:absolute;top:100%;left:0;margin-top:.25rem;padding:.25rem .5rem;background:#fbbf24;color:#78350f;border-radius:.25rem;font-size:.75rem;font-weight:600;white-space:nowrap;z-index:10;box-shadow:0 2px 4px #0000001a}.chart-title.svelte-diyd57{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.chart-info.svelte-diyd57{display:flex;gap:1.5rem}.info-item.svelte-diyd57{display:flex;align-items:center;gap:.5rem}.info-label.svelte-diyd57{font-size:.875rem;color:#64748b;font-weight:500}.info-value.svelte-diyd57{font-size:.875rem;color:#1e293b;font-weight:700}.chart-wrapper.svelte-diyd57{flex:1;width:100%;min-height:600px;position:relative;background:linear-gradient(to bottom,#fff,#f8fafc)}.chart-legend.svelte-diyd57{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem;background:#f8fafc;border-top:1px solid #e2e8f0}.legend-item.svelte-diyd57{display:flex;align-items:center;gap:.5rem}.legend-color.svelte-diyd57{width:20px;height:20px;border-radius:4px;border:2px solid}.legend-color.male.svelte-diyd57{background:#dbeafe;border-color:#3b82f6}.legend-color.female.svelte-diyd57{background:#fce7f3;border-color:#ec4899}.legend-color.unknown.svelte-diyd57{background:#f1f5f9;border-color:#64748b}.legend-line.svelte-diyd57{width:30px;height:2px;background:#94a3b8}.legend-line.dashed.svelte-diyd57{background:repeating-linear-gradient(to right,#94a3b8,#94a3b8 5px,transparent 5px,transparent 10px)}.legend-label.svelte-diyd57{font-size:.875rem;color:#475569;font-weight:500}@media (max-width: 768px){.chart-header.svelte-diyd57{flex-direction:column;gap:.75rem;align-items:flex-start}.chart-info.svelte-diyd57{width:100%;justify-content:space-between}.chart-legend.svelte-diyd57{flex-wrap:wrap;gap:1rem;padding:.75rem}.chart-wrapper.svelte-diyd57{min-height:400px}}.chart-container .node,.chart-container .link{transition:opacity .3s ease}.chart-container .node:hover{opacity:1!important}.controls rect:hover{fill:#f1f5f9!important}.visualization-wrapper.svelte-e1of61{width:100%;height:800px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0000001a}@media (max-width: 768px){.visualization-wrapper.svelte-e1of61{height:500px}}
