.sub-detail{min-height:100vh;padding:calc(var(--hug)*2) calc(var(--global-aside-width) + var(--hug)*3) calc(var(--hug)*6) calc(var(--global-nav-width) + var(--hug)*3);position:relative}.sub-detail-body{margin:0 auto;width:min(920px,100%);max-width:920px;padding:0 calc(var(--hug)*2) calc(var(--hug)*2);display:grid}.sub-detail-search{padding-top:calc(var(--hug)*.3);padding-bottom:calc(var(--hug)*.3)}.sub-detail-search .search{max-width:640px}.sub-detail-flow-shell{height:680px;position:relative;display:flex;flex-direction:column}.sub-detail-flow-shell .react-flow{flex:1 1 auto;min-height:0;width:100%;height:100%}.sub-detail-flow-shell .uml-process{--node-accent:rgba(22,26,248,0.75)}.sub-detail-flow-shell .uml-program,.sub-detail-flow-shell .uml-start{--node-accent:rgb(34 197 94/75%)}.sub-detail-flow-shell .uml-datastore{--node-accent:rgb(248 180 0/75%)}.sub-detail-flow-shell .uml-decision{--node-accent:rgb(248 113 113/75%)}.sub-detail-flow-shell .uml-transaction{--node-accent:rgb(99 102 241/75%)}.sub-detail-flow-shell .uml-group{--node-accent:rgb(107 114 128/65%)}.sub-detail-flow-shell .node-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.sub-detail-flow-shell .label{flex:1;font-size:12px;font-weight:700;line-height:1.3;color:rgb(var(--fc-rgb)/90%)}.sub-detail-flow-shell .node-description{font-size:11px;line-height:1.5;color:rgb(var(--fc-rgb)/65%);margin-bottom:10px}.sub-detail-flow-shell .node-spacer{flex:1 1 auto}.sub-detail-flow-shell .handle,.sub-detail-flow-shell .react-flow__handle{background:rgb(var(--bc-rgb)/40%);border:2px solid hsla(0,0%,100%,.8);border-radius:50%;height:10px;width:10px;transition:all .15s ease}.sub-detail-flow-shell .handle.handle-target,.sub-detail-flow-shell .react-flow__handle.handle-target{background:rgba(34,197,94,.6);border-color:rgba(34,197,94,.8)}.sub-detail-flow-shell .handle.handle-source,.sub-detail-flow-shell .react-flow__handle.handle-source{background:rgba(59,130,246,.6);border-color:rgba(59,130,246,.8)}.sub-detail-flow-shell .react-flow__controls{background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)}.sub-detail-flow-shell .react-flow__background{opacity:.7}.sub-detail-flow-shell div.uml-node{display:flex;flex-direction:column;position:relative;z-index:1;font-size:13px;max-width:380px;min-height:140px;min-width:240px;padding:16px;transition:all .2s ease-in-out;background-color:hsla(0,0%,100%,.9);background-image:linear-gradient(180deg,rgba(0,0,0,.02) 0,rgba(0,0,0,.04));border:1px solid rgba(0,0,0,.05);border-radius:0 calc(var(--c-radius)*1) calc(var(--c-radius)*1) 0;border-left:4px solid var(--node-accent);box-shadow:none}.sub-detail-flow-shell div.uml-node .handle,.sub-detail-flow-shell div.uml-node .react-flow__handle{background:rgb(var(--bc-rgb)/40%);border:2px solid hsla(0,0%,100%,.8);border-radius:50%;height:10px;width:10px;transition:all .15s ease}.sub-detail-flow-shell div.uml-node .handle.handle-target,.sub-detail-flow-shell div.uml-node .react-flow__handle.handle-target{background:rgba(34,197,94,.6);border-color:rgba(34,197,94,.8)}.sub-detail-flow-shell div.uml-node .handle.handle-source,.sub-detail-flow-shell div.uml-node .react-flow__handle.handle-source{background:rgba(59,130,246,.6);border-color:rgba(59,130,246,.8)}.sub-detail-flow-shell div.uml-node .node-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.sub-detail-flow-shell div.uml-node .node-icon{color:rgb(var(--fc-rgb)/80%);height:16px;width:16px;display:inline-flex;align-items:center;justify-content:center;opacity:.8}.sub-detail-flow-shell div.uml-node .label{flex:1;font-size:12px;font-weight:700;line-height:1.3;color:rgb(var(--fc-rgb)/90%)}.sub-detail-flow-shell div.uml-node .node-description{font-size:11px;line-height:1.5;color:rgb(var(--fc-rgb)/65%);margin-bottom:30px}.sub-detail-flow-shell div.uml-node .node-spacer{flex:1 1 auto}.sub-detail-flow-shell div.uml-node .job-flow__meta{position:absolute;right:12px;bottom:12px;display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;max-width:calc(100% - 24px)}.sub-detail-flow-shell div.uml-node .job-flow__chip{display:inline-flex;align-items:center;overflow:hidden;border-radius:999px;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:12px;font-weight:700;line-height:1.1;border:1px solid color-mix(in srgb,var(--node-accent) 55%,transparent);white-space:nowrap;padding:0;gap:0}.sub-detail-flow-shell div.uml-node .job-flow__chip .job-flow__chip-label{background:color-mix(in srgb,var(--node-accent) 82%,var(--node-accent) 100%);color:#fff;padding:4px 8px;text-transform:capitalize}.sub-detail-flow-shell div.uml-node .job-flow__chip .job-flow__chip-value{background-color:hsla(0,0%,100%,.9);background-image:linear-gradient(90deg,rgba(245,248,255,.4),rgba(225,235,255,.4)),linear-gradient(180deg,rgba(255,255,255,.3),rgba(255,255,255,.18) 40%,transparent 75%);color:color-mix(in srgb,var(--fc) 90%,black);padding:4px 8px}.sub-detail-section{display:grid;gap:calc(var(--hug)*.6)}.sub-detail-section-header{display:flex;justify-content:space-between;gap:6px}.sub-detail-section-header p{margin:0;text-align:left}.sub-detail-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.sub-detail-item{display:flex;flex-direction:column;gap:6px;scroll-margin-top:140px}.sub-detail-content{display:grid;gap:4px}.sub-detail-name{font-weight:500;color:var(--fc)}.sub-detail-summary{font-weight:400;font-size:14px;line-height:1.6;color:color-mix(in srgb,var(--fc) 78%,black)}.sub-detail-empty{margin:0;padding:calc(var(--hug)*3) 0;font-size:14px;color:color-mix(in srgb,var(--fc) 70%,black);text-align:center}.sub-detail-markdown{padding:0 calc(var(--hug)*1);margin:calc(var(--hug)*1) 0;line-height:1.75;border-left:1px solid rgba(var(--pc-rgb),50%);font-size:14px}.sub-detail-markdown :last-child{margin-bottom:0}.sub-detail-markdown ul{padding-left:18px}.sub-detail-markdown p{margin:0 0 12px}@media(max-width:900px){.sub-detail{padding:var(--hug)}.sub-detail-body{padding:0}}