@layer quartz-base{@charset "UTF-8";.family-tree-group{flex-wrap:wrap;gap:1rem;margin:1.5rem 0;display:flex}.family-tree-group .family-tree-container{flex:320px;margin:0}.family-tree-container{border:1px solid var(--lightgray);background-color:var(--light);-webkit-user-select:none;user-select:none;border-radius:8px;margin:1.5rem 0;position:relative;overflow:hidden}.family-tree-svg{cursor:grab;display:block}.family-tree-svg:active{cursor:grabbing}.family-tree-container:after{content:"scroll to zoom · drag to pan · double-click to reset";color:var(--gray);pointer-events:none;font-size:.65rem;position:absolute;bottom:6px;right:10px}.ft-edge{stroke:var(--darkgray);stroke-width:1.5px}.ft-edge-partner{stroke:var(--gray);stroke-dasharray:5 3}.ft-edge-sibling{stroke:var(--gray);stroke-dasharray:7 3}.ft-node{fill:var(--light);stroke:var(--lightgray);stroke-width:1.5px;cursor:pointer;transition:fill .15s,stroke .15s}a:hover .ft-node{fill:var(--lightgray);stroke:var(--darkgray)}.ft-node-current{fill:var(--secondary);stroke:var(--secondary)}a:hover .ft-node-current{fill:var(--tertiary);stroke:var(--tertiary)}.ft-node-phantom{fill:var(--light);stroke:var(--lightgray);stroke-dasharray:5 3}.ft-text{fill:var(--dark);font-family:var(--bodyFont);pointer-events:none;-webkit-user-select:none;user-select:none}.ft-text-current{fill:var(--light);font-weight:600}.ft-text-phantom{fill:var(--gray);font-style:italic}.ft-nodes a{text-decoration:none}}