@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Libre+Caslon+Text:wght@400&display=swap";:root{--font-mono:"IBM Plex Mono", monospace;--font-serif:"Libre Caslon Text", serif}#root{max-width:100%;min-height:100svh;font-family:var(--font-mono);box-sizing:border-box;grid-template-columns:720px 1fr;grid-template-areas:"header main""hr main""aside main";margin:0 auto;font-size:.8rem;display:grid}*{box-sizing:border-box}select{appearance:none;font-family:var(--font-mono);font-size:inherit;cursor:pointer;background-color:#fff;border:2px solid #000;border-radius:4px;padding:6px 28px 6px 8px}body{background:#e9ede9;margin:0}aside{grid-area:aside;padding:20px 20px 60px}hr{border-top:2px dashed #000000b3;border-bottom:none;grid-area:hr;height:0;margin:3em 0}#root>hr{width:calc(100% - 40px);margin:0 20px}main{box-sizing:border-box;grid-area:main;padding:20px}main>*{height:calc(100vh - 80px);position:sticky}.revise-panel h1,.revise-panel h2,.revise-panel h3,.revise-panel p,.revise-panel ul{font-family:var(--font-serif);font-weight:300}.revise-panel h1{font-size:2em}.revise-panel h2{font-size:1.6em}.revise-panel h3,.revise-panel p,.revise-panel ul{font-size:1.2em}article h1,article h2,article h3,article p,article ul{font-family:var(--font-serif);font-weight:300}article h1{font-size:2em}article h2{font-size:1.6em}article h3,article p,article ul{font-size:1.2em}h1{margin:2em 0 1em;font-size:42px}@media (width<=1024px){h1{font-size:36px}}h2{margin:1em 0;font-size:24px}@media (width<=1024px){h2{font-size:20px}}p,h3,ul,code{margin:1em 0}code,.counter{font-family:var(--font-mono);border-radius:4px;display:inline-flex}code{background:#eee;padding:4px 8px;font-size:15px;line-height:135%}header{flex-wrap:wrap;grid-area:header;align-items:center;gap:30px;padding:20px;display:flex}header>*{flex-shrink:0;width:33%;max-width:100%;height:auto}.cms-layout{grid-template-columns:1fr 1fr;grid-template-areas:"list new";align-items:start;gap:30px;display:grid}.cms-layout>:first-child{grid-area:list}.cms-layout>:nth-child(3){grid-area:new}.title{width:max-content;font-family:var(--font-mono);border-bottom:2px solid #000;margin-top:1em;margin-bottom:1em;padding-bottom:.5em;font-size:1.2em;font-weight:700;display:inline-block}.title+button{display:block!important}.list-input{background:#fff;border:2px solid #000;border-left-width:6px;border-radius:4px;width:100%;max-height:240px;overflow:auto}.list-id{flex-shrink:0;width:120px;font-weight:600}.list-tooltip{white-space:wrap;flex-grow:1;padding:0 5px;font-size:11px}.template-list{max-height:500px}.template-list .option{flex:1 1 0;align-items:normal}.template-list .template-info{width:300px}.template-list .list-id{width:auto}.concept-option .list-id{flex:none;width:auto}.graph-node{cursor:pointer;font-family:var(--font-mono);cursor:pointer;border:2px solid #000;border-radius:8px;gap:10px;padding:10px;font-size:12px;display:flex;box-shadow:0 4px 6px #0000001a}.graph-node:hover{background:#e9eded!important}.user-cursor-circle{cursor:default;box-shadow:0 4px 6px #00000026}.user-cursor-circle:hover{box-shadow:0 6px 8px #0003}button:hover,.list-input>.option:hover{color:#000!important;background-color:#eee!important}.option{font-family:var(--font-mono);cursor:pointer;border-bottom:1px solid #000;align-items:center;gap:1em;padding:.5em;display:flex}.option>:only-child{flex:1;width:auto}.template-list .option>*{flex:1 1 0}footer{margin:3em 0 5em}@media (width<=1280px){#root{grid-template-columns:1fr;grid-template-areas:"header""hr""main""aside";min-width:0}#root>*{max-width:100%}header>.logo{max-width:237px}header>*{width:100%}main{height:70vh}main>*{height:100%;position:relative}.react-flow{touch-action:none}}@media (width<=720px){.cms-layout{grid-template-columns:1fr;grid-template-areas:"list""new"}.option{display:block}.list-id{width:100%}.horizontal-divider{display:none}}@media (width<=540px){header{display:block}}.license-form-row{flex-wrap:wrap;align-items:center;margin-bottom:6px;display:flex}.license-label{color:#000;flex-shrink:0;width:150px;margin-right:10px;font-family:IBM Plex Mono,monospace}.license-value{opacity:.6;cursor:not-allowed;word-break:break-all;background:#fff;border:2px solid #000;flex:1;min-width:0;padding:6px;font-family:monospace}@media (width<=480px){.license-form-row{flex-direction:column;align-items:stretch!important}.license-label{margin-bottom:4px;width:100%!important;margin-right:0!important}.license-value{box-sizing:border-box!important;width:100%!important}.license-nowrap-hint{white-space:normal!important;display:inline!important}}.revise-panel{z-index:999;background:#e9ede9;border:2px dashed #000;flex-direction:column;margin-bottom:16px;padding:16px;display:flex;position:fixed;left:720px;right:20px;overflow:auto}.revise-panel+*{display:none}main.revise-active{animation:.3s ease-out popUp}@media (width<=1280px){.revise-panel{background:#e9ede9;border:none;margin:0;inset:0}}@keyframes popUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes panBackground{0%{background-position:0%}to{background-position:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.graph-background-fade-in{animation:3s ease-out forwards fadeIn,40s ease-in-out infinite alternate both panBackground}section,.graph-node,.loading-overlay,.loading-message{animation:1s ease-out forwards fadeIn}.llm-actions .report-archive{align-items:center;gap:8px;width:100%;display:flex}.llm-actions .report-archive label{font-family:var(--font-mono);white-space:nowrap;color:#000;font-size:12px;font-weight:600}.llm-actions .report-archive select{flex:auto;min-width:0}.card{background:#ffffff80;border:2px dashed #000;margin-top:20px;margin-bottom:20px;padding:12px}.card-header-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.card-header-row-start{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.field-label{color:#000;flex-shrink:0;min-width:140px;font-weight:600}.field-label-inline{margin-right:8px;font-weight:600}.info-row{flex-wrap:wrap;gap:12px;margin-top:6px;font-size:13px;display:flex}.info-row-tags,.info-row-compact{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.description-text{color:#222;margin-top:6px;line-height:1.5}.form-row{align-items:center;margin-bottom:6px;display:flex}.form-row-textarea{height:60px}.checkbox-label{align-items:center;gap:4px;font-family:monospace;font-size:12px;display:flex}.form-actions{gap:8px;margin-top:12px;display:flex}.editor-relations-section{margin-top:8px}.relations-title{margin-bottom:4px;font-size:13px}.relation-item{cursor:default;margin-bottom:2px;padding:4px 8px;font-size:11px}.relation-by{opacity:.6;margin-left:8px}.relation-font-bold{font-weight:700}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#e9ede9;border:2px solid #000;border-radius:4px;width:90%;max-width:500px;max-height:80vh;padding:20px;overflow-y:auto}.modal-title{margin-bottom:16px}.error-text{color:#000;margin:0 0 12px}.error-box{border:2px solid #000;margin-bottom:16px;padding:12px;position:relative}.tag{border:2px solid #000;margin-right:8px;padding:1px 8px;font-family:monospace;font-size:11px;font-weight:600;line-height:1.4;display:inline-block}.tag-risk{background:#f5c8c5}.tag-functional{background:#c8e6d0}.tag-metric{background:#f5dabf}.tag-structure{background:#dce7f5}.flex-row{align-items:center;display:flex}.flex-wrap{flex-wrap:wrap;flex:1;gap:8px;display:flex}.gap-8{gap:8px}.gap-12{gap:12px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mt-0{margin-top:0}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.text-mono{font-family:monospace}.text-bold{font-weight:600}.text-sm{font-size:11px}.text-xs{font-size:10px}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.monospace-label{font-family:monospace;font-size:12px}.collab-row{align-items:center;gap:8px;display:flex}.collab-user-name{font-weight:600}.collab-status{opacity:.7;font-size:10px}.collab-context,.collab-error{opacity:.5;font-size:10px}.graph-node-label{font-weight:700}.graph-node-type{opacity:.7}.graph-node-excerpt{box-sizing:border-box;margin-top:4px}.license-user-info-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.license-user-name-row{text-overflow:ellipsis;min-width:0;overflow:hidden}.btn-danger{background:#f2b8b5}.hidden{display:none}.cursor-pointer{cursor:pointer}.license-no-active{margin-bottom:12px}.license-status-row{align-items:center;gap:8px;margin-bottom:14px;display:flex}.license-id{opacity:.6;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:monospace;font-size:11px;overflow:hidden}.license-user-card{background:#0000000a;border:1px solid #00000026;border-radius:4px;margin-bottom:14px;padding:8px 12px}.license-user-name{font-size:14px;font-weight:600}.license-user-email{opacity:.7;margin-top:2px;font-size:12px}.usage-bar-container{margin-top:16px}.usage-bar-header{justify-content:space-between;margin-bottom:4px;font-family:monospace;font-size:11px;display:flex}.usage-bar-track{background:#fff;border:2px solid #000;border-radius:2px;width:100%;height:12px;overflow:hidden}.usage-bar-fill{height:100%;transition:width .3s}.admin-modal-overlay{z-index:10000;background:#0006;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-modal-content{background:#e9ede9;border:2px solid #000;border-left-width:6px;border-radius:8px;width:100%;max-width:min(700px,100vw - 40px);max-height:90vh;padding:min(2rem,5vw);font-family:monospace;overflow-y:auto}.admin-modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.admin-modal-title{margin:0}.btn-success{background:#bfe7c6}.btn-sm{flex-shrink:0;padding:3px 10px;font-size:11px}.license-card-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.license-card-id{opacity:.6;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.license-user-details{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.license-user-name-email{text-overflow:ellipsis;min-width:0;overflow:hidden}.license-granted-by{opacity:.7;font-size:11px}.license-bar-container{margin-top:4px}.license-bar-track{background:#fff;border:2px solid #000;border-radius:2px;width:100%;height:10px;overflow:hidden}.license-bar-fill{height:100%;transition:width .3s}.grant-form-title{margin-bottom:12px;font-weight:600}.llm-tools-header{align-items:center;display:flex}.suggestion-card{opacity:1;background:#ffffff80;border:2px dashed #000}.suggestion-card-processed{border:2px solid #000}.suggestion-importance{margin-right:8px}.suggestion-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.suggestion-graph-description{color:#333;font-family:monospace;font-size:11px}.suggestion-graph-description-empty{color:#999;font-family:monospace;font-size:11px;font-style:italic}.suggestion-divider{margin:16px 0}.suggestion-actions{gap:4px;display:flex}.suggestion-status{margin-right:8px}.suggestion-status-name{margin-left:4px;font-family:monospace;font-size:11px}.btn-xs{margin:0;padding:4px 8px;font-size:10px}.btn{all:unset;color:#000;cursor:pointer;box-sizing:border-box;background:#fff;border-style:solid;border-width:2px 2px 2px 6px;border-radius:4px;padding:8px 16px;font-family:monospace;font-weight:600}.offline-banner{z-index:10000;color:#fff;text-align:center;background:#ff5a00;border-top:2px solid #000;padding:1em;font-family:monospace;font-weight:700;position:fixed;bottom:0;left:0;right:0}.modal{z-index:10000;background:#0006;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-content{background:#e9ede9;border:2px solid #000;border-left-width:6px;border-radius:8px;width:100%;max-width:min(480px,100vw - 40px);max-height:90vh;padding:min(2rem,5vw);font-family:monospace;overflow-y:auto}:root{--diff-background-color:initial;--diff-text-color:initial;--diff-font-family:Consolas,Courier,monospace;--diff-selection-background-color:#b3d7ff;--diff-selection-text-color:var(--diff-text-color);--diff-gutter-insert-background-color:#d6fedb;--diff-gutter-insert-text-color:var(--diff-text-color);--diff-gutter-delete-background-color:#fadde0;--diff-gutter-delete-text-color:var(--diff-text-color);--diff-gutter-selected-background-color:#fffce0;--diff-gutter-selected-text-color:var(--diff-text-color);--diff-code-insert-background-color:#eaffee;--diff-code-insert-text-color:var(--diff-text-color);--diff-code-delete-background-color:#fdeff0;--diff-code-delete-text-color:var(--diff-text-color);--diff-code-insert-edit-background-color:#c0dc91;--diff-code-insert-edit-text-color:var(--diff-text-color);--diff-code-delete-edit-background-color:#f39ea2;--diff-code-delete-edit-text-color:var(--diff-text-color);--diff-code-selected-background-color:#fffce0;--diff-code-selected-text-color:var(--diff-text-color);--diff-omit-gutter-line-color:#cb2a1d}.diff{background-color:var(--diff-background-color);border-collapse:collapse;color:var(--diff-text-color);table-layout:fixed;width:100%}.diff::selection{background-color:#b3d7ff;background-color:var(--diff-selection-background-color);color:var(--diff-selection-text-color)}.diff td{vertical-align:top;padding-top:0;padding-bottom:0}.diff-line{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);line-height:1.5}.diff-gutter>a{color:inherit;display:block}.diff-gutter{cursor:pointer;text-align:right;-webkit-user-select:none;user-select:none;padding:0 1ch}.diff-gutter-insert{background-color:#d6fedb;background-color:var(--diff-gutter-insert-background-color);color:var(--diff-gutter-insert-text-color)}.diff-gutter-delete{background-color:#fadde0;background-color:var(--diff-gutter-delete-background-color);color:var(--diff-gutter-delete-text-color)}.diff-gutter-omit{cursor:default}.diff-gutter-selected{background-color:#fffce0;background-color:var(--diff-gutter-selected-background-color);color:var(--diff-gutter-selected-text-color)}.diff-code{word-wrap:break-word;white-space:pre-wrap;word-break:break-all;padding:0 0 0 .5em}.diff-code-edit{color:inherit}.diff-code-insert{background-color:#eaffee;background-color:var(--diff-code-insert-background-color);color:var(--diff-code-insert-text-color)}.diff-code-insert .diff-code-edit{background-color:#c0dc91;background-color:var(--diff-code-insert-edit-background-color);color:var(--diff-code-insert-edit-text-color)}.diff-code-delete{background-color:#fdeff0;background-color:var(--diff-code-delete-background-color);color:var(--diff-code-delete-text-color)}.diff-code-delete .diff-code-edit{background-color:#f39ea2;background-color:var(--diff-code-delete-edit-background-color);color:var(--diff-code-delete-edit-text-color)}.diff-code-selected{background-color:#fffce0;background-color:var(--diff-code-selected-background-color);color:var(--diff-code-selected-text-color)}.diff-widget-content{vertical-align:top}.diff-gutter-col{width:7ch}.diff-gutter-omit{height:0}.diff-gutter-omit:before{background-color:#cb2a1d;background-color:var(--diff-omit-gutter-line-color);content:" ";white-space:pre;width:2px;height:100%;margin-left:4.6ch;display:block;overflow:hidden}.diff-decoration{-webkit-user-select:none;user-select:none;line-height:1.5}.diff-decoration-content{font-family:Consolas,Courier,monospace;font-family:var(--diff-font-family);padding:0}.react-flow{direction:ltr}.react-flow__container{width:100%;height:100%;position:absolute;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:1px;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray: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;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background:#1a192b;border:1px solid #fff;border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-top{top:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{top:50%;right:-4px;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{z-index:5;margin:15px;position:absolute}.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{background:#ffffff80;margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute}.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{color:#222;text-align:center;background-color:#fff;border:1px solid #1a192b;border-radius:3px;width:150px;padding:10px;font-size:12px}.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 #0059dccc}.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{box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefefe;border:none;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:16px;height:16px;padding:5px;display:flex}.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{background-color:#3367d9;border:1px solid #fff;border-radius:1px;width:4px;height:4px;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.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:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}
