.ChatUI-module__T7Bx9q__container{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:min(100%,880px);display:flex;position:relative}.ChatUI-module__T7Bx9q__header{text-align:center;margin-bottom:1.35rem}.ChatUI-module__T7Bx9q__heroBrand{flex-direction:column;align-items:center;gap:.35rem;margin-bottom:.7rem;display:flex}.ChatUI-module__T7Bx9q__heroMark{object-fit:contain;filter:drop-shadow(0 8px 18px #0000007a)drop-shadow(0 0 18px #cba0521f);width:clamp(72px,8vw,96px);height:clamp(72px,8vw,96px)}.ChatUI-module__T7Bx9q__eyebrow,.ChatUI-module__T7Bx9q__guidance,.ChatUI-module__T7Bx9q__characterCount,.ChatUI-module__T7Bx9q__examplesLabel{color:#f4f1ec8f;font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;font-size:.62rem;font-weight:600}.ChatUI-module__T7Bx9q__title{color:var(--ink);text-transform:uppercase;text-wrap:balance;margin-bottom:.35rem;font-family:Knight Display,sans-serif;font-size:clamp(2.6rem,6.2vw,5.6rem);font-weight:900;line-height:1.03}.ChatUI-module__T7Bx9q__subtitle{max-width:640px;color:var(--dim);text-wrap:balance;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.65}.ChatUI-module__T7Bx9q__protocol{grid-template-columns:repeat(3,1fr);width:min(100%,620px);margin-bottom:.85rem;padding:0;list-style:none;display:grid}.ChatUI-module__T7Bx9q__protocol li{color:#f4f1ecb8;font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:.64rem;display:flex;position:relative}.ChatUI-module__T7Bx9q__protocol li:after{content:"";background:linear-gradient(90deg,#e4121cb3,#ffffff0d);width:100%;height:1px;margin-left:.55rem}.ChatUI-module__T7Bx9q__protocol li:last-child:after{display:none}.ChatUI-module__T7Bx9q__protocol span{color:var(--hot-red)}.ChatUI-module__T7Bx9q__form{width:100%}.ChatUI-module__T7Bx9q__inputWrapper{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:100%;transition:border-color .3s var(--ease), box-shadow .3s var(--ease);background:linear-gradient(145deg,#141418eb,#08080ad6);border:1px solid #ffffff17;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 22px 60px #0000008c,inset 0 1px #ffffff06}.ChatUI-module__T7Bx9q__inputWrapper:before{content:"";background:linear-gradient(90deg, var(--red), #e4121c00);width:88px;height:1px;position:absolute;top:0;left:1.5rem;box-shadow:0 0 14px #e4121c8c}.ChatUI-module__T7Bx9q__inputWrapper:focus-within{border-color:#e4121c73;box-shadow:0 22px 70px #0000009e,0 0 0 3px #e4121c1a}.ChatUI-module__T7Bx9q__input{resize:vertical;width:100%;min-height:116px;color:var(--ink);caret-color:var(--red);background:0 0;border:0;outline:0;padding:1.35rem 1.5rem .85rem;font-family:Knight Display,sans-serif;font-size:1.08rem;line-height:1.55;display:block}.ChatUI-module__T7Bx9q__input::placeholder{color:#f4f1ec57}.ChatUI-module__T7Bx9q__formFooter{border-top:1px solid #ffffff0e;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.8rem;padding:.7rem .75rem .75rem 1.5rem;display:grid}.ChatUI-module__T7Bx9q__guidance,.ChatUI-module__T7Bx9q__characterCount{letter-spacing:.1em;font-size:.55rem}.ChatUI-module__T7Bx9q__submitBtn{border:1px solid var(--red);background:var(--red);color:#fff;min-height:42px;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;transition:transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);border-radius:9px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.72rem;display:inline-flex}.ChatUI-module__T7Bx9q__submitBtn:hover:not(:disabled){border-color:var(--hot-red);background:var(--hot-red);transform:translateY(-1px);box-shadow:0 8px 28px -8px #e4121cb8}.ChatUI-module__T7Bx9q__submitBtn:focus-visible,.ChatUI-module__T7Bx9q__exampleButton:focus-visible{outline:2px solid var(--hot-red);outline-offset:3px}.ChatUI-module__T7Bx9q__submitBtn:disabled,.ChatUI-module__T7Bx9q__exampleButton:disabled{cursor:not-allowed;opacity:.48}.ChatUI-module__T7Bx9q__loader{animation:1s linear infinite ChatUI-module__T7Bx9q__spin}.ChatUI-module__T7Bx9q__examples{justify-content:center;align-items:center;gap:.8rem;width:100%;margin-top:.85rem;display:flex}.ChatUI-module__T7Bx9q__exampleList{flex-wrap:wrap;gap:.45rem;display:flex}.ChatUI-module__T7Bx9q__exampleButton{color:#f4f1ecc7;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;transition:border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);background:#08080a9e;border:1px solid #ffffff14;border-radius:999px;padding:.5rem .72rem;font-size:.62rem}.ChatUI-module__T7Bx9q__exampleButton:hover:not(:disabled){color:#fff;border-color:#e4121ca6;transform:translateY(-1px)}.ChatUI-module__T7Bx9q__error{border-left:2px solid var(--red);color:#ff9ca2;width:100%;font-family:var(--mono);text-align:left;margin:.85rem 0 0;padding-left:.8rem;font-size:.75rem;line-height:1.55}@keyframes ChatUI-module__T7Bx9q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:720px){.ChatUI-module__T7Bx9q__header{margin-bottom:1rem}.ChatUI-module__T7Bx9q__heroMark{width:68px;height:68px}.ChatUI-module__T7Bx9q__eyebrow{max-width:20rem;font-size:.52rem;line-height:1.45}.ChatUI-module__T7Bx9q__title{font-size:clamp(2.45rem,13vw,3.55rem)}.ChatUI-module__T7Bx9q__subtitle{font-size:.95rem;line-height:1.5}.ChatUI-module__T7Bx9q__protocol{width:100%}.ChatUI-module__T7Bx9q__protocol li{letter-spacing:.06em;gap:.28rem;font-size:.54rem}.ChatUI-module__T7Bx9q__protocol li:after{margin-left:.3rem}.ChatUI-module__T7Bx9q__input{min-height:126px;padding:1.15rem 1.1rem .7rem;font-size:1rem}.ChatUI-module__T7Bx9q__formFooter{grid-template-columns:1fr auto;gap:.5rem;padding:.65rem}.ChatUI-module__T7Bx9q__guidance{display:none}.ChatUI-module__T7Bx9q__submitBtn{min-height:40px;font-size:.65rem}.ChatUI-module__T7Bx9q__examples{flex-direction:column;align-items:flex-start;gap:.55rem}.ChatUI-module__T7Bx9q__examplesLabel{font-size:.55rem}.ChatUI-module__T7Bx9q__exampleList{width:100%}.ChatUI-module__T7Bx9q__exampleButton{flex:auto}}
.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.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__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{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.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.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:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.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.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));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;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.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-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.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:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.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-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.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:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;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-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.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%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}
.GraphUI-module__0VMOYa__container{z-index:1;-webkit-backdrop-filter:blur(14px);background:#08080abd;border:1px solid #ffffff16;border-radius:18px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000008c,inset 0 1px #ffffff06}.GraphUI-module__0VMOYa__reportHeader{border-bottom:1px solid var(--rule);background:linear-gradient(110deg,#e4121c0e,#0000 44%);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;padding:1.5rem 1.65rem;display:grid}.GraphUI-module__0VMOYa__eyebrow{color:var(--hot-red);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;font-size:.58rem;font-weight:600}.GraphUI-module__0VMOYa__reportTitle{color:var(--ink);margin:.2rem 0 .35rem;font-size:clamp(1.8rem,3.2vw,3.2rem)}.GraphUI-module__0VMOYa__brief{max-width:760px;color:var(--dim);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;line-height:1.55;overflow:hidden}.GraphUI-module__0VMOYa__reportActions{align-items:flex-end;gap:1rem;display:flex}.GraphUI-module__0VMOYa__counts{gap:.8rem;display:flex}.GraphUI-module__0VMOYa__counts div{border-left:1px solid #e4121c6b;flex-direction:column-reverse;gap:.12rem;min-width:78px;padding-left:.65rem;display:flex}.GraphUI-module__0VMOYa__counts dt{color:var(--dim);font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;font-size:.5rem}.GraphUI-module__0VMOYa__counts dd{color:var(--ink);font-family:Knight Display,sans-serif;font-size:1.35rem;line-height:1}.GraphUI-module__0VMOYa__exportButton{min-height:40px;color:var(--ink);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;transition:border-color .2s var(--ease), background .2s var(--ease);background:#ffffff09;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.45rem;padding:.65rem .8rem;font-size:.62rem;display:inline-flex}.GraphUI-module__0VMOYa__downloadActions{gap:.5rem;display:flex}.GraphUI-module__0VMOYa__exportButton:hover{background:#e4121c1a;border-color:#e4121ca6}.GraphUI-module__0VMOYa__exportButton:focus-visible{outline:2px solid var(--hot-red);outline-offset:3px}.GraphUI-module__0VMOYa__canvas{background:radial-gradient(circle at 50% 0,#e4121c0e,#0000 38%);width:100%;height:68vh;min-height:560px}.GraphUI-module__0VMOYa__customNode{clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);width:280px;transition:border-color .3s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease);background:linear-gradient(#e4121c0f,#08080af2),#0a0a0eeb;border:1px solid #e4121c4d;border-radius:2px;padding:1.35rem 2rem;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000075}.GraphUI-module__0VMOYa__customNode:hover{border-color:var(--red);transform:translateY(-2px);box-shadow:0 12px 36px #e4121c3d}.GraphUI-module__0VMOYa__category{color:var(--red);font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;margin-bottom:.45rem;font-size:.62rem;font-weight:600}.GraphUI-module__0VMOYa__title{color:var(--ink);text-transform:uppercase;margin-bottom:.45rem;font-family:Knight Display,sans-serif;font-size:1.2rem;font-weight:900}.GraphUI-module__0VMOYa__description{color:var(--dim);font-size:.82rem;line-height:1.5}.GraphUI-module__0VMOYa__reasoning{border-top:1px solid var(--rule);gap:.65rem;margin-top:.9rem;padding-top:.8rem;display:grid}.GraphUI-module__0VMOYa__reasoning div{gap:.2rem;display:grid}.GraphUI-module__0VMOYa__reasoning dt{color:var(--hot-red);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;font-size:.5rem;font-weight:600}.GraphUI-module__0VMOYa__reasoning dd{color:#f4f1ecb8;font-size:.72rem;line-height:1.4}.GraphUI-module__0VMOYa__handle{background:var(--red)!important;border:0!important;width:8px!important;height:8px!important}.GraphUI-module__0VMOYa__canvas .react-flow__controls{border:1px solid var(--rule);background:var(--bg);border-radius:8px;overflow:hidden;box-shadow:0 8px 22px #00000059}.GraphUI-module__0VMOYa__canvas .react-flow__controls-button{border-bottom-color:var(--rule);fill:var(--ink);background:0 0}.GraphUI-module__0VMOYa__canvas .react-flow__controls-button:hover{background:#e4121c24}@media (max-width:760px){.GraphUI-module__0VMOYa__reportHeader{grid-template-columns:1fr;align-items:stretch;gap:1rem;padding:1.2rem}.GraphUI-module__0VMOYa__brief{-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;font-size:.82rem;display:-webkit-box;overflow:hidden}.GraphUI-module__0VMOYa__reportActions{justify-content:space-between;align-items:center}.GraphUI-module__0VMOYa__counts div{min-width:68px}.GraphUI-module__0VMOYa__exportButton{min-height:38px}.GraphUI-module__0VMOYa__canvas{height:64vh;min-height:520px}}@media (max-width:420px){.GraphUI-module__0VMOYa__reportActions{flex-direction:column;align-items:stretch}.GraphUI-module__0VMOYa__exportButton{justify-content:center}.GraphUI-module__0VMOYa__downloadActions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}
.page-module___8aEwW__main{width:100%;min-height:100svh;padding:calc(var(--kr-nav-h) + 2rem) var(--kr-gutter) 5rem;flex-direction:column;align-items:center;display:flex}.page-module___8aEwW__briefStage{width:100%;min-height:calc(100svh - var(--kr-nav-h) - 4rem);place-items:center;display:grid}.page-module___8aEwW__resultStage{width:min(100%,1280px);scroll-margin-top:calc(var(--kr-nav-h) + 1.5rem)}@media (max-width:720px){.page-module___8aEwW__main{padding:calc(var(--kr-nav-h) + 1.25rem) 1rem 3rem}.page-module___8aEwW__briefStage{min-height:calc(100svh - var(--kr-nav-h) - 2.5rem)}}
