.family-tree-container{box-sizing:border-box;justify-content:center;width:100%;max-width:100%;padding:2rem;display:flex;overflow:visible}@media (max-width:640px){.family-tree-container{padding:1rem}.children-row{gap:1.25rem;margin-top:.75rem}.couple-row{gap:.5rem}.tree-node{transform-origin:top}}.tree-node{z-index:20;box-sizing:border-box;flex-direction:column;align-items:center;min-width:88px;min-height:44px;display:flex;position:relative}.tree-node .node-content,.tree-node button,.tree-node a{touch-action:manipulation;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.25rem .5rem;display:inline-flex}.couple-row{align-items:center;gap:1rem;display:flex;position:relative}.children-row{align-items:flex-start;gap:3rem;margin-top:1rem;display:flex;position:relative}.children-row:before{content:"";background-color:var(--border,#e5e7eb);z-index:5;pointer-events:none;height:2px;animation:.28s ease-out forwards grow-across;position:absolute;top:-12px;left:0;right:0}.vertical-line{background-color:var(--border,#e5e7eb);z-index:5;pointer-events:none;width:2px;height:20px;margin:.5rem 0;animation:.28s ease-out forwards grow-down}.child-branch{flex-direction:column;align-items:center;display:flex;position:relative}.child-branch:before{content:"";background-color:var(--border,#e5e7eb);z-index:5;pointer-events:none;width:2px;height:12px;animation:.28s ease-out forwards grow-down;position:absolute;top:-12px}.children-row:before,.child-branch:before,.vertical-line{mix-blend-mode:normal}@keyframes grow-down{0%{height:0;max-height:0}to{height:100%;max-height:100px}}@keyframes grow-across{0%{width:0}to{width:100%}}.safe-area-top{padding-top:env(safe-area-inset-top,.5rem)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,.5rem)}.no-clip{z-index:9999;overflow:visible!important}@media (max-width:420px){.children-row:before,.child-branch:before,.vertical-line{display:none}}.mobile-drawer-root{z-index:9998;pointer-events:none;position:fixed;inset:0}.mobile-drawer-root.open{pointer-events:auto}.drawer-overlay{z-index:9998;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;position:fixed;inset:0}.mobile-drawer-panel{background:var(--menu-bg,#fff);z-index:9999;-webkit-overflow-scrolling:touch;width:min(92vw,420px);padding:1rem;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #0000002e}.mobile-drawer-panel.safe-area{padding-top:calc(env(safe-area-inset-top,0) + 1rem);padding-bottom:calc(env(safe-area-inset-bottom,0) + 1rem)}.mobile-drawer-panel.translucent{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb}
