:root{--color-highlight: #7398FF;--color-low-emphasis: #DCDCDC;--color-high-emphasis: #212121;--color-medium-emphasis: #666666;--color-accent: #0F4FFF;--color-bg-1: #FFFFFF;--color-bg-2: #FAFAFA;--space-000: 0px;--space-050: 4px;--space-100: 8px;--space-150: 12px;--space-200: 16px;--space-300: 24px;--space-400: 32px;--space-500: 40px;--space-600: 48px;--space-700: 56px;--space-800: 64px;--space-900: 72px;--space-1000: 80px;--radius-000: 0px;--radius-025: 2px;--radius-050: 4px;--radius-200: 16px;--radius-300: 24px;--radius-700: 56px;--font-title: "IBM Plex Sans", sans-serif;--font-body: "IBM Plex Mono", monospace}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:var(--font-body);color:var(--color-high-emphasis);background-color:var(--color-bg-2);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.person-node{width:200px;background:var(--color-bg-1);border:1px solid var(--color-low-emphasis);border-radius:var(--radius-300);overflow:hidden;padding:var(--space-200);display:flex;flex-direction:column;gap:var(--space-150);cursor:pointer;transition:border-color .2s,border-width .2s}.person-node--selected{border:4px solid var(--color-highlight);padding:calc(var(--space-200) - 3px)}.person-node__photo{width:100%;aspect-ratio:1;border-radius:var(--radius-200);overflow:hidden;position:relative;background:#0000001f}.person-node__photo img{width:100%;height:100%;object-fit:cover;display:block}.person-node__labels{display:flex;flex-direction:column;gap:var(--space-100);text-align:center;width:100%}.person-node__name{font-family:var(--font-title);font-weight:500;font-size:16px;line-height:20px;color:var(--color-high-emphasis);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-node__date{font-family:var(--font-body);font-weight:400;font-size:12px;line-height:16px;color:var(--color-medium-emphasis)}.person-node .react-flow__handle{width:1px;height:1px;min-width:0;min-height:0;border:none;background:transparent;opacity:0}.expand-button{display:flex;align-items:center;justify-content:center;padding:8px 24px;background:var(--color-bg-1);border:1px solid var(--color-low-emphasis);border-radius:var(--radius-300);cursor:pointer;overflow:hidden}.expand-button:hover{background:var(--color-bg-2)}.expand-button__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.expand-button__icon svg{width:20px;height:18px;transform:rotate(180deg);color:var(--color-medium-emphasis)}.expand-button .react-flow__handle{width:1px;height:1px;min-width:0;min-height:0;border:none;background:transparent;opacity:0}.sidebar{position:fixed;top:0;right:0;width:20vw;min-width:420px;max-width:600px;height:100vh;background:var(--color-bg-1);border-left:1px solid var(--color-low-emphasis);overflow-x:hidden;overflow-y:auto;z-index:20;transform:translate(0);transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;padding:var(--space-1000) var(--space-500)}.sidebar--hidden{transform:translate(100%)}.sidebar__close{position:absolute;top:var(--space-200);left:var(--space-200);width:40px;height:40px;background:var(--color-bg-1);border:.5px solid var(--color-low-emphasis);border-radius:var(--radius-300);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-medium-emphasis);z-index:1;padding:var(--space-100)}.sidebar__close:hover{color:var(--color-high-emphasis)}.sidebar__close svg{width:24px;height:24px}.sidebar__content{display:flex;flex-direction:column;gap:var(--space-300);width:100%}.sidebar__photo{width:100%;aspect-ratio:1;border-radius:var(--radius-300);overflow:hidden;background:#0000001f;flex-shrink:0}.sidebar__photo img{width:100%;height:100%;object-fit:cover;display:block}.sidebar__header{display:flex;flex-direction:column;gap:var(--space-300);text-align:center;width:100%}.sidebar__name{font-family:var(--font-title);font-weight:500;font-size:48px;line-height:64px;color:var(--color-high-emphasis);word-wrap:break-word}.sidebar__date{font-family:var(--font-body);font-weight:400;font-size:24px;line-height:32px;color:var(--color-medium-emphasis)}.sidebar__details{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-300);padding:var(--space-150) 0;width:100%;font-family:var(--font-body);font-weight:400;font-size:18px;line-height:24px;color:var(--color-medium-emphasis)}.sidebar__label{align-self:start;text-align:left}.sidebar__value{align-self:start;text-align:left;min-width:0}.sidebar__link{color:var(--color-accent);cursor:pointer;text-decoration:none;font:inherit}.sidebar__link:hover{text-decoration:underline}.sidebar__bio{display:flex;flex-direction:column;gap:var(--space-200);padding:var(--space-150) 0;color:var(--color-medium-emphasis);width:100%;line-height:32px}.sidebar__bio-title{font-family:var(--font-title);font-weight:500;font-size:24px}.sidebar__bio-text{font-family:var(--font-body);font-weight:400;font-size:20px;white-space:pre-wrap}.search-bar{position:relative;width:280px}.search-bar__input-wrapper{display:flex;align-items:center;gap:var(--space-300);padding:var(--space-200);background:var(--color-bg-1);border:1px solid var(--color-low-emphasis);border-radius:var(--radius-700);overflow:hidden}.search-bar__icon{flex-shrink:0;width:24px;height:24px;color:var(--color-medium-emphasis)}.search-bar__icon svg{width:100%;height:100%}.search-bar__input{flex:1;border:none;outline:none;background:transparent;font-family:var(--font-body);font-weight:400;font-size:16px;line-height:24px;color:var(--color-high-emphasis)}.search-bar__input::placeholder{color:var(--color-medium-emphasis)}.search-bar__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--color-bg-1);border:1px solid var(--color-low-emphasis);border-radius:var(--radius-200);max-height:300px;overflow-y:auto;z-index:30;box-shadow:0 4px 12px #0000001a}.search-bar__result{padding:var(--space-150) var(--space-200);cursor:pointer;font-family:var(--font-body);font-size:14px;line-height:20px;color:var(--color-high-emphasis)}.search-bar__result:hover{background:var(--color-bg-2)}.search-bar__result+.search-bar__result{border-top:1px solid var(--color-bg-2)}.search-bar__no-results{padding:var(--space-150) var(--space-200);font-family:var(--font-body);font-size:14px;color:var(--color-medium-emphasis)}.control-buttons{display:flex;flex-direction:column;gap:8px;width:40px}.control-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-1);border:.5px solid var(--color-low-emphasis);cursor:pointer;padding:8px;color:var(--color-medium-emphasis)}.control-btn:hover{color:var(--color-high-emphasis);background:var(--color-bg-2)}.control-btn svg{width:24px;height:24px}.control-btn--standalone{border-radius:var(--radius-050)}.control-btn-group{display:flex;flex-direction:column}.control-btn-group .control-btn:first-child{border-radius:var(--radius-050) var(--radius-050) 0 0}.control-btn-group .control-btn:last-child{border-radius:0 0 var(--radius-050) var(--radius-050)}.app{width:100%;height:100vh;position:relative;overflow:hidden;background:var(--color-bg-2);border:1px solid var(--color-low-emphasis);border-radius:var(--radius-025)}.app__canvas{width:100%;height:100%}.app__search{position:absolute;top:12px;right:24px;z-index:10;transition:right .3s ease}.app__search--sidebar-open{right:calc(clamp(420px,20vw,600px) + 24px)}.app__controls{position:absolute;bottom:12px;right:24px;z-index:10;transition:right .3s ease}.app__controls--sidebar-open{right:calc(clamp(420px,20vw,600px) + 24px)}.app__loading,.app__error{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;font-family:var(--font-body);color:var(--color-medium-emphasis)}.app__error{color:#dc2626}
