:root{--bg:#f6f2ec;--surface:#fffdfa;--surface-2:#efe8de;--border:#ddd2c4;--text:#2f2822;--text-muted:#6d6157;--accent:#7a5c3e;--accent-contrast:#fffdfa;--danger:#9c3b2e;--shadow:0 10px 30px #2f28222e;--radius:12px}@media (prefers-color-scheme:dark){:root{--bg:#1d1a17;--surface:#262220;--surface-2:#322c28;--border:#443c36;--text:#f0e9e1;--text-muted:#b3a79b;--accent:#c99b6b;--accent-contrast:#211d1a;--danger:#e08a7c;--shadow:0 10px 30px #00000073}}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);overscroll-behavior:none;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.45}#app{flex-direction:column;height:100dvh;display:flex}.status{color:var(--text-muted);text-align:center;margin:0;padding:3rem 1.5rem}.status--error{color:var(--danger);font-weight:600}.topbar{z-index:20;padding:.6rem .9rem;padding-top:max(.6rem, env(safe-area-inset-top));border-bottom:1px solid var(--border);background:var(--surface);flex:none}.topbar__row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.topbar__row--controls{margin-top:.6rem}.topbar__title{letter-spacing:.01em;white-space:nowrap;margin:0;font-size:1.05rem;font-weight:700}.topbar__current{color:var(--text-muted);margin:0;font-size:.85rem}.search{flex:240px;min-width:0;position:relative}.search__input{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);width:100%;min-height:44px;color:inherit;font:inherit;padding:0 .85rem}.search__input:focus-visible{border-color:var(--accent);outline:2px solid var(--accent);outline-offset:1px}.search__results{z-index:30;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-height:min(60vh,420px);box-shadow:var(--shadow);position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto}.search-result{border:0;border-bottom:1px solid var(--border);width:100%;min-height:44px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;padding:.6rem .85rem;display:block}.search-result:last-child{border-bottom:0}.search-result:hover,.search-result:focus-visible{background:var(--surface-2);outline:none}.search-empty{color:var(--text-muted);margin:0;padding:.85rem}.segmented{border:1px solid var(--border);border-radius:var(--radius);display:flex;overflow:hidden}.segmented__btn{border:0;border-right:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--text-muted);font:inherit;cursor:pointer;padding:0 .8rem;font-size:.875rem}.segmented__btn:last-child{border-right:0}.segmented__btn[aria-pressed=true]{background:var(--accent);color:var(--accent-contrast);font-weight:600}.gens{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.gens__label{color:var(--text-muted)}.gens__input{width:110px;accent-color:var(--accent)}.gens__value{font-variant-numeric:tabular-nums;min-width:1.2em;font-weight:600}.link-btn{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;text-decoration:underline}.about{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:min(680px,100vw - 2rem);max-height:85dvh;color:var(--text);box-shadow:var(--shadow);padding:1.5rem}.about::backdrop{background:#0000008c}.about h2{margin:0 2rem 1rem 0;font-size:1.25rem}.about h3{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:1.4rem 0 .4rem;font-size:.78rem;font-weight:700}.about p{margin:0 0 .7rem}.about code{overflow-wrap:anywhere;font-size:.85em}.about a{color:var(--accent)}.about__copyright{font-weight:600}.about__alt{color:var(--text-muted);font-weight:400}.about__sep{border:0;border-top:1px solid var(--border);margin:1.6rem 0 0}.about__contributors{color:var(--text-muted);font-size:.85rem;line-height:1.6}.about__closeform{float:right}.about__close{background:var(--surface-2);width:40px;height:40px;color:var(--text);cursor:pointer;border:0;border-radius:50%;font-size:1.4rem;line-height:1}.notice{border-bottom:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);margin:0;padding:.5rem .9rem;font-size:.85rem}.viewport{background:radial-gradient(circle at 1px 1px, var(--border) 1px, transparent 0) 0 0 / 28px 28px, var(--bg);cursor:grab;touch-action:none;flex:auto;position:relative;overflow:hidden}.viewport:active{cursor:grabbing}.pan{transform-origin:0 0;will-change:transform;position:absolute;top:0;left:0}#chart text{-webkit-user-select:none;user-select:none}.zoom-controls{right:.9rem;bottom:calc(.9rem + env(safe-area-inset-bottom));flex-direction:column;gap:.4rem;display:flex;position:absolute}.zoom-btn{border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--text);box-shadow:var(--shadow);cursor:pointer;border-radius:50%;font-size:1.25rem;line-height:1}.details{z-index:40;max-height:72dvh;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0}.details__body{max-height:inherit;padding:1.1rem 1.1rem 1.4rem;overflow-y:auto}.details__close{background:var(--surface-2);width:40px;height:40px;color:var(--text);cursor:pointer;border:0;border-radius:50%;font-size:1.4rem;line-height:1;position:absolute;top:.5rem;right:.5rem}.details-header__name{margin:0 2.5rem .2rem 0;font-size:1.3rem}.details-header__maiden{color:var(--text-muted);margin:0 0 .5rem;font-size:.9rem}.details-header__actions{flex-wrap:wrap;gap:.5rem;margin:.7rem 0 1rem;display:flex}.btn{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);min-height:44px;color:var(--text);font:inherit;cursor:pointer;padding:0 1rem;font-size:.9rem}.btn--primary{border-color:var(--accent);background:var(--accent);color:var(--accent-contrast);font-weight:600}.details-facts{gap:.35rem;margin-bottom:.9rem;display:grid}.details-fact{gap:.6rem;display:flex}.details-fact__label{color:var(--text-muted);flex:0 0 6.5rem;font-size:.9rem}.details-fact__value{flex:1}.details-notice{border-radius:var(--radius);background:var(--surface-2);color:var(--text-muted);margin:0 0 .9rem;padding:.6rem .75rem;font-size:.85rem}.details-note{color:var(--text-muted);margin:0 0 .7rem;font-size:.9rem}.details-section{margin-top:1rem}.details-section__title{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;font-size:.78rem;font-weight:700}.details-list{margin:0;padding:0;list-style:none}.details-list li{border-bottom:1px solid var(--border)}.details-list li:last-child{border-bottom:0}.person-link{min-height:44px;color:var(--accent);padding:.6rem 0;text-decoration:none;display:block}.person-link:hover{text-decoration:underline}.person-link--unknown{color:var(--text-muted);font-style:italic}.details-spouse{padding-bottom:.4rem}.details-spouse__marriage{color:var(--text-muted);font-size:.85rem;display:block}@media (min-width:900px){.details{border-top:0;border-left:1px solid var(--border);border-radius:0;width:380px;max-height:100dvh;top:0;left:auto}.details__body{max-height:100dvh}}
