*{box-sizing:border-box}:root{--bg:#1a1a1a;--surface:#242424;--surface-2:#2a2a2a;--surface-3:#333;--surface-4:#3a3a3a;--surface-panel:#202020;--surface-inset:#1e1e1e;--surface-hover:#4a4a4a;--apparat-bg:#15141c;--jury-bg:#232323;--suggestion-bg:#1f1f2a;--border:#444;--border-2:#555;--border-3:#666;--text:#f0f0f0;--text-strong:#ddd;--text-2:#ccc;--text-3:#aaa;--text-4:#888;--text-5:#777;--text-6:#999;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--bg:#e9e9e9;--surface:#f5f5f5;--surface-2:#fff;--surface-3:#e4e4e4;--surface-4:#dcdcdc;--surface-panel:#ededed;--surface-inset:#fff;--surface-hover:#d6d6d6;--apparat-bg:#efeaf6;--jury-bg:#f1f1f1;--suggestion-bg:#f0eaf7;--border:#cfcfcf;--border-2:#bcbcbc;--border-3:#ababab;--text:#1a1a1a;--text-strong:#222;--text-2:#3a3a3a;--text-3:#565656;--text-4:#6a6a6a;--text-5:#7a7a7a;--text-6:#666;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body,#root{background:var(--bg);height:100%;color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{flex-direction:column;height:100vh;display:flex}.app-header{background:var(--surface);border-bottom:1px solid var(--surface-3);align-items:center;gap:16px;padding:8px 16px;display:flex}.app-header select{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:4px;padding:6px 10px}.new-project-form{gap:6px;display:flex}.new-project-form input{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:4px;padding:6px 10px}.new-project-form button{color:#fff;cursor:pointer;background:#4a90d9;border:none;border-radius:4px;padding:6px 12px}.refresh-btn{background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:4px;margin-left:auto;padding:6px 12px;font-size:16px}.refresh-btn.spinning{animation:.4s linear refresh-spin}@keyframes refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.focus-btn,.theme-btn,.window-btn{background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:6px 12px;font-size:16px}.dashboard-link{background:var(--surface-2);border:1px solid var(--border);color:var(--text);white-space:nowrap;cursor:pointer;border-radius:6px;margin-left:auto;padding:6px 12px;font-size:13px;text-decoration:none}.dashboard-link:hover{background:var(--surface-3)}.focus-exit-btn{z-index:100;color:var(--text);border:1px solid var(--border-2);cursor:pointer;background:#2a2a2ae6;border-radius:6px;padding:8px 14px;font-size:13px;position:fixed;top:12px;right:12px;box-shadow:0 2px 10px #00000080}.app-main-focus{height:100%;display:flex}.view-mode-toggle{gap:4px;display:flex}.view-mode-toggle button{background:var(--surface-2);color:var(--text-3);border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:6px 12px;font-size:13px}.view-mode-toggle button.active{color:#fff;background:#4a90d9;border-color:#4a90d9}.tag-list-view{height:100%;padding:20px;overflow-y:auto}.tag-list-group{margin-bottom:28px}.tag-list-group-header{border-bottom:2px solid var(--border);align-items:center;gap:8px;margin-bottom:12px;padding-bottom:6px;font-size:15px;font-weight:600;display:flex}.tag-list-group-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.tag-list-group-count{color:var(--text-4);font-size:13px;font-weight:400}.tag-list-cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.tag-list-card{background:var(--surface);border:1px solid var(--surface-4);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.tag-list-card-thumb{object-fit:cover;background:#000;width:100%;height:120px;display:block}.tag-list-card-audio{background:var(--bg);justify-content:center;align-items:center;font-size:28px;display:flex}.tag-list-card-body{padding:10px}.tag-list-card-content{white-space:pre-wrap;word-break:break-word;margin-bottom:8px;font-size:13px}.tag-list-card-tags{flex-wrap:wrap;gap:4px;display:flex}.app-main{flex:1;position:relative}.canvas-wrapper{width:100%;height:100%}.canvas-area{flex:1;min-width:0;height:100%;position:relative}.quick-add-fab{color:#fff;cursor:pointer;z-index:20;background:#4a90d9;border:none;border-radius:50%;width:52px;height:52px;font-size:26px;line-height:1;position:absolute;top:16px;right:16px;box-shadow:0 2px 10px #0006}.app-main-focus .quick-add-fab{top:72px}.quick-add-panel{background:var(--surface);border:1px solid var(--border);z-index:20;border-radius:10px;flex-direction:column;gap:10px;width:300px;padding:14px;display:flex;position:absolute;top:16px;right:24px;box-shadow:0 4px 20px #00000080}.quick-add-header{justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.quick-add-close{color:var(--text-4);cursor:pointer;background:0 0;border:none;font-size:18px;line-height:1}.quick-add-tags{flex-wrap:wrap;gap:6px;display:flex}.quick-add-textarea{background:var(--bg);min-height:80px;color:var(--text);border:1px solid var(--border);resize:vertical;border-radius:6px;padding:10px;font-size:13px}.quick-add-actions{gap:8px;display:flex}.quick-add-actions button{background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;flex:1;padding:10px;font-size:13px}.quick-add-save{font-weight:600;background:#5dbb63!important;border-color:#5dbb63!important}.quick-add-save:disabled{cursor:not-allowed;background:var(--border)!important;border-color:var(--border)!important}.canvas-loading{height:100%;color:var(--text-4);justify-content:center;align-items:center;display:flex}.card-node{background:var(--surface-2);border:1px solid var(--border);cursor:grab;border-radius:8px;min-width:180px;max-width:260px;padding:10px;font-size:13px;position:relative}.card-node:active{cursor:grabbing}.card-node button,.card-node .nodrag{cursor:auto}.card-node button{cursor:pointer}.react-flow__node.selected .card-node{border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d9,0 0 12px #4a90d980}.card-tags{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.tag-chip{color:#111;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600}.card-image{border-radius:4px;width:100%;margin-bottom:6px;display:block}.card-video{background:#000;border-radius:4px;width:100%;margin-bottom:6px;display:block}.card-audio{width:100%;margin-bottom:6px;display:block}.card-content{white-space:pre-wrap;word-break:break-word}.card-note-add{color:var(--text-5);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:0;font-size:11px;display:block}.card-note-add:hover{color:var(--text-3)}.card-edit{flex-direction:column;gap:6px;display:flex}.card-edit-textarea{background:var(--bg);width:100%;min-height:60px;color:var(--text);resize:vertical;border:1px solid #4a90d9;border-radius:4px;padding:6px;font-size:12px}.card-edit-actions{gap:6px;display:flex}.card-edit-actions button{cursor:pointer;color:#fff;background:#4a90d9;border:none;border-radius:4px;flex:1;padding:5px;font-size:11px}.card-edit-actions button:last-child{background:var(--border-2)}.card-analysis{border-top:1px solid var(--surface-4);margin-top:6px;padding-top:6px}.card-analysis-toggle{color:#9b59b6;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}.card-analysis-body p{color:var(--text-2);margin:4px 0;font-size:11px}.card-research{border-top:1px solid var(--surface-4);margin-top:6px;padding-top:6px}.card-research-input{flex-direction:column;gap:6px;display:flex}.card-research-input input{background:var(--bg);color:var(--text);border:1px solid #4a90d9;border-radius:4px;padding:6px;font-size:12px}.card-delete{color:var(--text-4);cursor:pointer;background:0 0;border:none;font-size:16px;line-height:1;position:absolute;top:4px;right:4px}.card-delete:hover{color:#e74c3c}.app-main-split{height:100%;display:flex}.inbox-panel{background:var(--surface-panel);border-right:1px solid var(--surface-3);flex-direction:column;flex-shrink:0;width:260px;display:flex;overflow:hidden}.inbox-header{letter-spacing:.5px;border-bottom:1px solid var(--surface-3);padding:12px 14px;font-size:13px;font-weight:600}.inbox-list{flex-direction:column;flex:1;gap:10px;padding:10px;display:flex;overflow-y:auto}.inbox-empty{color:var(--text-5);padding:10px 0;font-size:12px}.inbox-item{background:var(--surface-2);border:1px solid var(--surface-4);border-radius:6px;padding:8px;font-size:12px}.inbox-item-tags{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.inbox-item-image{border-radius:4px;width:100%;margin-bottom:6px;display:block}.inbox-item-content{white-space:pre-wrap;word-break:break-word;margin-bottom:4px}.inbox-item-date{color:var(--text-5);margin-bottom:6px;font-size:10px}.inbox-item-actions{gap:6px;display:flex}.inbox-item-actions button{color:#fff;cursor:pointer;background:#4a90d9;border:none;border-radius:4px;flex:1;padding:5px 0;font-size:11px}.inbox-item-delete{background:var(--border-2)!important}.inbox-place-all{color:#fff;cursor:pointer;background:#5dbb63;border:none;border-radius:6px;margin:10px;padding:8px;font-weight:600}.capture-view{flex-direction:column;gap:14px;height:100vh;padding:12px;display:flex}.capture-header{flex-shrink:0}.capture-project-select{background:var(--surface-2);width:100%;color:var(--text);border:1px solid var(--border);border-radius:8px;padding:10px;font-size:15px}.capture-section{flex-shrink:0}.capture-grow{flex-direction:column;flex:1;gap:10px;display:flex}.capture-label{color:var(--text-6);margin-bottom:6px;font-size:12px}.capture-tag-chips{flex-wrap:wrap;gap:8px;display:flex}.capture-tag-chip{border:2px solid var(--text-4);color:var(--text);cursor:pointer;background:0 0;border-radius:16px;padding:8px 14px;font-size:13px}.capture-tag-chip.active{color:#111;font-weight:600}.capture-tag-add{border-style:dashed}.capture-new-tag-form{gap:6px;margin-top:8px;display:flex}.capture-new-tag-form input{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:6px;flex:1;padding:8px}.capture-new-tag-form button{color:#fff;background:#4a90d9;border:none;border-radius:6px;padding:8px 14px}.capture-textarea{background:var(--surface-2);min-height:100px;color:var(--text);border:1px solid var(--border);resize:none;border-radius:8px;flex:1;padding:12px;font-size:15px}.capture-photo-preview{display:inline-block;position:relative}.capture-photo-preview img{border-radius:8px;max-width:100%;max-height:160px;display:block}.capture-photo-preview button{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;width:24px;height:24px;position:absolute;top:4px;right:4px}.capture-actions-row{gap:8px;display:flex}.capture-btn{background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:8px;flex:1;padding:12px 6px;font-size:13px}.capture-btn-voice.recording{color:#fff;background:#e74c3c;border-color:#e74c3c}.capture-save-btn{color:#fff;cursor:pointer;background:#5dbb63;border:none;border-radius:10px;width:100%;padding:18px;font-size:17px;font-weight:700}.capture-save-btn:disabled{background:var(--border);cursor:not-allowed}.capture-today-count{text-align:center;color:var(--text-4);margin-top:8px;font-size:12px}.card-expand{color:#9b59b6;cursor:pointer;background:0 0;border:none;font-size:14px;line-height:1;position:absolute;top:4px;right:26px}.card-suggestions{z-index:10;flex-direction:column;gap:6px;width:280px;margin-top:6px;display:flex;position:absolute;top:100%;left:0}.card-suggestion{background:var(--suggestion-bg);border:1px solid #9b59b6;border-radius:6px;padding:8px;font-size:11px}.card-suggestion-content{margin-bottom:4px}.card-suggestion-tags{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.card-suggestion-actions{gap:6px;display:flex}.card-suggestion-actions button{cursor:pointer;color:#fff;white-space:nowrap;background:#4a90d9;border:none;border-radius:4px;flex:1;padding:5px 4px;font-size:10px}.card-suggestion-actions button:last-child{background:var(--border-2)}.ai-panel{border-left:1px solid var(--surface-3);flex-direction:column;flex-shrink:0;gap:12px;width:300px;padding:12px;display:flex;overflow-y:auto}.ai-panel-apparat{background:var(--apparat-bg)}.ai-panel-jury{background:var(--jury-bg)}.ai-mode-toggle{gap:6px;display:flex}.ai-mode-toggle button{border:1px solid var(--border-2);color:var(--text-3);cursor:pointer;background:0 0;border-radius:6px;flex:1;padding:8px;font-size:12px;font-weight:600}.ai-mode-toggle button.active{color:#fff;background:#9b59b6;border-color:#9b59b6}.ai-panel-jury .ai-mode-toggle button.active{background:#4a90d9;border-color:#4a90d9}.ai-functions{flex-direction:column;gap:8px;margin-top:8px;display:flex}.ai-functions button{background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;text-align:left;border-radius:6px;padding:10px;font-size:13px}.ai-functions button:disabled{opacity:.5;cursor:not-allowed}.ai-concept-toggle{color:var(--text-2);align-items:center;gap:6px;font-size:12px;display:flex}.ai-functions-shared{border-top:1px solid var(--surface-4);flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;display:flex}.ai-output{flex:1;margin-top:8px}.ai-output-loading{color:var(--text-4);font-size:12px}.ai-output-title{color:#9b59b6;margin-bottom:6px;font-size:12px;font-weight:600}.ai-panel-jury .ai-output-title{color:#4a90d9}.ai-output-text{white-space:pre-wrap;color:var(--text-strong);font-size:13px;line-height:1.5}.auth-gate{justify-content:center;align-items:center;height:100vh;display:flex}.auth-gate-form{text-align:center;flex-direction:column;gap:12px;width:260px;display:flex}.auth-gate-form h1{margin:0 0 12px;font-size:20px}.auth-gate-form input{background:var(--surface-2);color:var(--text);border:1px solid var(--border);text-align:center;border-radius:8px;padding:12px;font-size:15px}.auth-gate-form button{color:#fff;cursor:pointer;background:#4a90d9;border:none;border-radius:8px;padding:12px;font-size:15px}.auth-gate-form button:disabled{opacity:.6;cursor:not-allowed}.auth-gate-error{color:#e74c3c;font-size:13px}.undo-toast{background:var(--surface-2);border:1px solid var(--border-2);color:var(--text-2);z-index:1000;white-space:nowrap;border-radius:8px;align-items:center;gap:10px;padding:10px 16px;font-size:13px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000080}.undo-toast button{background:var(--surface-4);border:1px solid var(--border-3);color:#fff;cursor:pointer;border-radius:5px;padding:4px 10px;font-size:13px}.undo-toast button:hover{background:var(--surface-hover)}.undo-toast .undo-dismiss{color:var(--text-4);background:0 0;border:none;padding:0 4px;font-size:16px}.trash-btn{background:var(--surface-2);border:1px solid var(--border);width:40px;height:40px;color:var(--text-2);cursor:pointer;z-index:20;border-radius:8px;font-size:18px;position:absolute;top:16px;left:16px}.trash-btn:hover{background:var(--surface-4)}.trash-overlay{z-index:1100;background:#0009;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.trash-panel{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;width:min(560px,90%);max-height:80%;display:flex;box-shadow:0 8px 30px #0009}.trash-header{border-bottom:1px solid var(--surface-4);justify-content:space-between;align-items:center;padding:14px 16px;font-weight:600;display:flex}.trash-close{color:var(--text-4);cursor:pointer;background:0 0;border:none;font-size:20px;line-height:1}.trash-empty{text-align:center;color:var(--text-4);padding:30px}.trash-list{flex-direction:column;gap:10px;padding:12px 16px;display:flex;overflow-y:auto}.trash-item{background:var(--surface-inset);border:1px solid var(--surface-3);border-radius:8px;align-items:center;gap:10px;padding:8px;display:flex}.trash-thumb{object-fit:cover;background:#000;border-radius:6px;flex-shrink:0;width:60px;height:60px}.trash-thumb-audio{justify-content:center;align-items:center;font-size:24px;display:flex}.trash-item-body{flex:1;min-width:0}.trash-item-tags{flex-wrap:wrap;gap:4px;margin-bottom:4px;display:flex}.trash-item-content{color:var(--text-2);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;display:-webkit-box;overflow:hidden}.trash-item-actions{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.trash-item-actions button{background:var(--surface-2);border:1px solid var(--border-2);color:#eee;cursor:pointer;white-space:nowrap;border-radius:5px;padding:5px 10px;font-size:12px}.trash-item-actions button:hover{background:var(--surface-4)}.trash-perma{color:#e87a7a!important;border-color:#5c2a2a!important}.trash-empty-all{color:#e87a7a;cursor:pointer;background:#3a1e1e;border:1px solid #5c2a2a;border-radius:6px;margin:12px 16px 16px;padding:8px;font-size:13px}.trash-empty-all:hover{background:#4a2424}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path{stroke-width:2.5px;stroke:#4a90d9!important}.edge-label-wrap{pointer-events:all;font-size:11px;position:absolute}.edge-label-add{border:1px solid var(--border-2);background:var(--surface-2);width:18px;height:18px;color:var(--text-3);cursor:pointer;opacity:.5;border-radius:50%;padding:0;font-size:13px;line-height:1}.edge-label-add:hover{opacity:1;color:var(--text);border-color:#4a90d9}.edge-label{background:var(--surface-2);border:1px solid var(--border-2);color:var(--text);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border-radius:10px;max-width:180px;padding:2px 8px;font-size:11px;overflow:hidden}.edge-label:hover{border-color:#4a90d9}.edge-label-editor{background:var(--surface-2);border:1px solid #4a90d9;border-radius:6px;align-items:center;gap:3px;padding:3px;display:flex;box-shadow:0 2px 10px #0006}.edge-label-editor input{background:var(--bg);width:150px;color:var(--text);border:1px solid var(--border);border-radius:4px;padding:3px 6px;font-size:12px}.edge-label-editor button{background:var(--surface-3);border:1px solid var(--border-2);color:var(--text);cursor:pointer;border-radius:4px;width:22px;height:22px;padding:0;font-size:12px}.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%}
