.org-structure{--line:#d9d5ce;padding-block:clamp(40px,6vw,72px)}.org-structure .org-chart{max-width:64rem;margin-inline:auto;display:grid}.org-structure .tier-director{justify-items:center;display:grid}.org-structure .split{height:56px;position:relative}.org-structure .split span{background:var(--line);position:absolute}.org-structure .split .stub-top{width:2px;height:28px;margin-left:-1px;top:0;left:50%}.org-structure .split .rail{height:2px;top:28px;left:calc(25% - 10px);right:calc(25% - 10px)}.org-structure .split .stub-left{width:2px;height:28px;top:28px;left:calc(25% - 10px)}.org-structure .split .stub-right{width:2px;height:28px;top:28px;right:calc(25% - 12px)}.org-structure .branches{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.org-structure .branch{justify-items:center;display:grid}.org-structure .branch-label{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);background:var(--muted);border-radius:999px;margin-bottom:16px;padding:5px 14px;font-size:.6875rem}.org-structure .vline{background:var(--line);width:2px;height:28px}.org-structure .node{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);gap:6px;width:100%;max-width:340px;padding:18px 20px 20px;transition:border-color .16s,transform .16s;display:grid;position:relative}.org-structure .node:hover{border-color:var(--foreground);transform:translateY(-2px)}.org-structure .node--multi{box-shadow:7px 7px 0 -1px var(--background), 7px 7px 0 0 var(--line)}.org-structure .node-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.org-structure .node-code{font-family:var(--font-mono);letter-spacing:.1em;color:var(--muted-foreground);font-size:.6875rem}.org-structure .node-badge{font-family:var(--font-mono);letter-spacing:.04em;white-space:nowrap;border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;padding:3px 10px;font-size:.6875rem}.org-structure .node--multi .node-badge{background:var(--accent);border-color:var(--accent);color:var(--foreground);font-weight:500}.org-structure .node h2{letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:1.1875rem;font-weight:600;line-height:1.2}.org-structure .node .desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.org-structure .notes{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:24px 40px;margin-top:clamp(48px,6vw,64px);padding-top:28px;display:grid}.org-structure .note{align-items:baseline;gap:12px;display:flex}.org-structure .note:before{content:"";background:var(--accent);flex:none;width:7px;height:7px;transform:rotate(45deg)translateY(-1px)}.org-structure .note p{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.org-structure .note b{color:var(--foreground);font-weight:600}@media (max-width:719px){.org-structure .split{height:28px}.org-structure .split .rail,.org-structure .split .stub-left,.org-structure .split .stub-right{display:none}.org-structure .split .stub-top{height:28px}.org-structure .branches{grid-template-columns:1fr;gap:0}.org-structure .branch--support{margin-bottom:44px}.org-structure .branch-label{margin-bottom:14px}.org-structure .node{max-width:420px}.org-structure .notes{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.org-structure .node{transition:none}.org-structure .node:hover{transform:none}}