@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{--color-bg:#f3f4f6;--color-surface:#fff;--color-border:#e5e7eb;--color-text:#1a1a2e;--color-text-muted:#6b7280;--color-primary:#4a3aff;--color-primary-hover:#3a2ce0;--color-primary-light:#f3f4ff;--color-danger:#f44336;--color-success:#4caf50;--color-warning:#ff9800;--color-sidebar:#1a1a2e;--color-sidebar-text:#9ca3af;--radius:8px;--radius-card:12px;--sidebar-width:220px}*{box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);margin:0;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.login-wrap{background:var(--color-sidebar);background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-brand{flex-direction:column;align-items:center;gap:10px;margin-bottom:8px;display:flex}.login-brand .logo-tile{border-radius:16px;width:64px;height:64px;font-size:32px}.login-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;gap:14px;width:360px;padding:32px;display:flex;box-shadow:0 1px 3px #00000014}.login-logo{text-align:center;margin:0;font-size:22px;font-weight:700}.login-sub{text-align:center;color:var(--color-text-muted);margin:0 0 10px;font-size:13px}.login-hint{text-align:center;color:var(--color-text-muted);margin:4px 0 0;font-size:12px}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:var(--color-sidebar);color:var(--color-sidebar-text);flex-direction:column;height:100vh;padding:20px 12px;display:flex;position:sticky;top:0}.sidebar-logo{align-items:center;gap:10px;padding:4px 8px 18px;display:flex}.logo-tile{background:var(--color-primary);color:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:flex}.logo-name{color:#fff;letter-spacing:.5px;font-size:17px;font-weight:700}.nav-section{margin-top:14px}.nav-section-title{letter-spacing:.5px;text-transform:uppercase;color:#6b7280;padding:0 12px 6px;font-size:11px;font-weight:600}.nav-link{border-radius:var(--radius);color:var(--color-sidebar-text);border-left:3px solid #0000;padding:9px 12px;font-size:13.5px;display:block}.nav-link:hover{color:#fff;background:#ffffff0f;text-decoration:none}.nav-link.active{color:#fff;border-left-color:var(--color-primary);border-radius:0 var(--radius) var(--radius) 0;background:#4a3aff33;font-weight:600}.sidebar-footer{border-top:1px solid #ffffff1a;margin-top:auto;padding:12px 10px 4px}.user-name{color:#fff;font-weight:600}.user-roles{margin:2px 0 8px;font-size:12px}.content{flex:1;max-width:1200px;padding:28px 36px}.page-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.page-header h2{margin:0}.card{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:var(--radius-card);margin-bottom:16px;padding:20px;box-shadow:0 1px 3px #00000014}.card h3{margin:0 0 12px;font-size:15px}label{flex-direction:column;gap:5px;font-size:13px;font-weight:600;display:flex}input,select,textarea{border:1px solid var(--color-border);border-radius:var(--radius);font:inherit;padding:9px 10px;font-weight:400}input:focus,select:focus,textarea:focus{outline:2px solid var(--color-primary);outline-offset:-1px}button{border-radius:var(--radius);background:var(--color-primary);color:#fff;font:inherit;cursor:pointer;border:none;padding:9px 16px;font-weight:600}button:hover{background:var(--color-primary-hover)}button:disabled{opacity:.5;cursor:default}.btn-ghost{color:inherit;border:1px solid var(--color-border);background:0 0}.btn-ghost:hover{background:#0000000d}.btn-danger{background:var(--color-danger)}.btn-danger:hover{background:#b53a3a}.form-error{color:var(--color-danger);border-radius:var(--radius);background:#fdecec;padding:9px 12px;font-size:13px}.muted{color:var(--color-text-muted)}.data-table{border-collapse:collapse;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:10px 12px}.data-table th{color:var(--color-text-muted);font-size:12px;font-weight:600}.badge{background:var(--color-bg);border:1px solid var(--color-border);border-radius:20px;padding:2px 8px;font-size:12px;display:inline-block}.status-active{color:#1d7a3d;background:#e7f6ec;border-color:#bfe5cc}.status-retired{color:var(--color-text-muted);background:#f3f4f6}.status-spare{color:#8a6d00;background:#fff7e0;border-color:#f0e0a0}.status-planned{color:var(--color-primary);background:#e8efff;border-color:#c3d4ff}.lic-oem{color:#1d7a3d;white-space:nowrap;background:#e7f6ec;border-color:#bfe5cc}.lic-retail{color:#2b50c8;white-space:nowrap;background:#e8efff;border-color:#c3d4ff}.lic-none{color:#b53a3a;white-space:nowrap;background:#fdecec;border-color:#f3bcbc;font-weight:600}.filter-bar{gap:10px;margin-bottom:14px;display:flex}.filter-bar input{flex:1}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:14px;display:flex}.detail-grid{grid-template-columns:140px 1fr;row-gap:8px;margin:0;display:grid}.detail-grid dt{color:var(--color-text-muted)}.detail-grid dd{margin:0}.detail-row{display:contents}.edge-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.modal-overlay{z-index:100;background:#0f121a8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--color-surface);border-radius:16px;flex-direction:column;gap:12px;width:420px;max-height:85vh;padding:24px;display:flex;overflow-y:auto}.modal h3{margin:0}.modal-actions{justify-content:flex-end;gap:8px;display:flex}.boot-splash{letter-spacing:4px;min-height:100vh;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.stat-row{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px;display:grid}.stat-tile{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);color:inherit;padding:18px 20px}.stat-tile:hover{border-color:var(--color-primary);text-decoration:none}.stat-value{font-size:28px;font-weight:700}.stat-label{color:var(--color-text-muted);margin-top:2px;font-size:13px}.kind-grid{flex-wrap:wrap;gap:8px;display:flex}.kind-chip{color:inherit;padding:4px 6px}.kind-chip:hover{text-decoration:none}.modal.wide{width:560px}.form-row{gap:12px;display:flex}.form-row>label{flex:1;min-width:0}.form-section{border:1px solid var(--color-border);border-radius:var(--radius);flex-direction:column;gap:10px;margin:0;padding:10px 12px 12px;display:flex}.form-section legend{color:var(--color-text-muted);padding:0 4px;font-size:12px;font-weight:600}.tabs{border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.tab{color:var(--color-text-muted);background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;padding:8px 12px;font-weight:600}.tab:hover{background:var(--color-bg);color:var(--color-text)}.tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.stat-cards{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.stat-cards .card{margin:0}.sub-cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;display:grid}.sub-card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);flex-direction:column;gap:8px;padding:14px;display:flex}.sub-card-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.sub-card-head h4{word-break:break-word;margin:0;font-size:15px}.sub-card-badges{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.sub-card-fields{grid-template-columns:max-content 1fr;align-items:baseline;gap:4px 10px;margin:0;font-size:13px;display:grid}.sub-card-fields dt{color:var(--color-text-muted);white-space:nowrap}.sub-card-fields dd{word-break:break-word;margin:0}.sub-card-actions{flex-shrink:0;gap:6px;display:flex}.tree{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:6px 4px}.tree-group{border-bottom:1px solid var(--color-border)}.tree-group:last-child{border-bottom:none}.tree-head{width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:6px;padding:8px 10px;font-weight:600;display:flex}.tree-head:hover{background:var(--color-bg)}.tree-caret{width:14px;color:var(--color-text-muted)}.tree-items{margin:0;padding:0 0 6px 32px;list-style:none}.tree-items li{align-items:center;padding:5px 10px;display:flex}.tree-items li:hover{background:var(--color-bg)}.content{max-width:1360px}button,.tab,.nav-link{transition:background .12s,color .12s,border-color .12s}.data-table{border-radius:var(--radius-card);overflow:hidden}.data-table th{z-index:1;letter-spacing:.2px;white-space:nowrap;background:#fafafd;position:sticky;top:0}.data-table tbody tr:hover{background:var(--color-primary-light)}.data-table td{vertical-align:top}.row-actions{white-space:nowrap}.row-actions .btn-ghost,.edge-list .btn-ghost{margin-left:6px;padding:3px 10px;font-size:12px}.row-actions .btn-ghost:hover,.edge-list .btn-ghost:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-light)}.group-row td{color:var(--color-text);border-top:2px solid #d9d4ff;padding-top:8px;padding-bottom:8px;font-weight:700;background:var(--color-primary-light)!important}.group-count{background:var(--color-surface);color:var(--color-primary);border:1px solid #d9d4ff;border-radius:20px;margin-left:8px;padding:1px 9px;font-size:12px;font-weight:600;display:inline-block}.peripheral-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.peripheral-grid h4{color:var(--color-text-muted);margin:0 0 8px;font-size:13.5px}.peripheral-grid select{max-width:100%;margin-top:8px}.peripheral-grid .edge-list li{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);align-items:center;padding:7px 10px;display:flex}.peripheral-grid .edge-list li .btn-ghost{margin-left:auto}.pagination button{color:var(--color-text);border:1px solid var(--color-border);background:0 0}.pagination button:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-light)}.pagination span{color:var(--color-text-muted);font-size:13px}.filter-bar{flex-wrap:wrap;align-items:center}.filter-bar select{min-width:120px}.card h3:before{content:"";background:var(--color-primary);vertical-align:2px;border-radius:50%;width:6px;height:6px;margin-right:8px;display:inline-block}.person-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));align-items:start;gap:14px;display:grid}.person-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);flex-direction:column;gap:10px;min-width:0;padding:14px 16px;display:flex;box-shadow:0 1px 3px #0000000f}.person-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.person-card.highlight{outline:2.5px solid var(--color-primary);animation:1.2s 2 card-pulse;box-shadow:0 0 0 5px #4a3aff26}@keyframes card-pulse{0%,to{box-shadow:0 0 0 5px #4a3aff26}50%{box-shadow:0 0 0 10px #4a3aff47}}.person-name{border:none;padding:2px 6px;font-size:15px;font-weight:700}.person-name:hover{color:var(--color-primary);background:var(--color-primary-light)}.hw-set{border:1px solid var(--color-border);border-radius:var(--radius);min-width:0;padding:10px 12px}.hw-set-head{font-weight:600}.person-tree{flex-direction:column;gap:10px;margin-left:10px;display:flex}.person-tree .hw-set{margin-left:18px;position:relative}.person-tree .hw-set:before{content:"";border-bottom:2px solid #d9d4ff;border-left:2px solid #d9d4ff;border-bottom-left-radius:6px;width:14px;position:absolute;top:-12px;bottom:50%;left:-18px}.person-tree .hw-set:not(:last-child):after{content:"";border-left:2px solid #d9d4ff;position:absolute;top:50%;bottom:-12px;left:-18px}.team-title{align-items:center;gap:8px;margin:20px 0 10px;display:flex}.team-title:first-of-type{margin-top:4px}select.add-device{appearance:none;color:var(--color-primary);background:var(--color-surface);cursor:pointer;border:1.5px dashed #b9b0ff;border-radius:20px;flex:none;width:auto;padding:4px 14px;font-weight:600}select.add-device:hover{background:var(--color-primary-light);border-style:solid}.set-tree{flex-direction:column;gap:4px;margin:8px 0 0 7px;padding:0;list-style:none;display:flex}.set-tree li{align-items:center;gap:6px;min-width:0;padding-left:22px;font-size:13px;display:flex;position:relative}.set-tree li:before{content:"";border-bottom:2px solid #d9d4ff;border-left:2px solid #d9d4ff;border-bottom-left-radius:6px;width:14px;position:absolute;top:-4px;bottom:50%;left:0}.set-tree li:not(:last-child):after{content:"";border-left:2px solid #d9d4ff;position:absolute;top:50%;bottom:-4px;left:0}.set-tree li a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.set-tree .btn-ghost{flex:none;margin-left:auto;padding:1px 8px;font-size:11.5px}.set-tree select{flex:1;min-width:0;max-width:100%;padding:4px 8px;font-size:12.5px}.set-tree .tree-picker{padding-right:2px}.tree-tag{min-width:52px;color:var(--color-text-muted);background:var(--color-bg);text-align:center;border-radius:4px;flex:none;padding:1px 6px;font-size:11.5px}.hw-others{flex-wrap:wrap;gap:6px;display:flex}.hw-other{border:1px dashed var(--color-border);border-radius:var(--radius);align-items:center;gap:5px;padding:3px 9px;font-size:12.5px;display:inline-flex}.sw-line{border-top:1px solid var(--color-border);padding-top:8px;font-size:12px}.sw-block{border-top:1px dashed var(--color-border);margin-top:8px;padding-top:6px}.sw-block-title{color:var(--color-text-muted);margin-bottom:4px;font-size:11.5px;font-weight:600}.sw-list{flex-direction:column;gap:4px;margin:0 0 6px;padding:0;list-style:none;display:flex}.sw-list li{align-items:center;gap:6px;min-width:0;font-size:12.5px;display:flex}.sw-list .sw-name{font-weight:600}.sw-list .sw-ref{text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.sw-icon{color:#fff;border-radius:5px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:inline-flex}.shared-title{margin:22px 0 10px}.plan-wrap{-webkit-user-select:none;user-select:none;position:relative;container-type:inline-size}.plan-wrap img{border-radius:var(--radius);width:100%;display:block}.plan-wrap.adding{cursor:crosshair;outline:2px dashed var(--color-primary);outline-offset:2px;border-radius:var(--radius)}.seat-marker{color:#fff;cursor:grab;white-space:nowrap;touch-action:none;background:#1f3b6e;border:.14cqw solid #ffffffe6;border-radius:.7cqw;flex-direction:column;justify-content:center;align-items:center;width:max-content;padding:.22cqw .6cqw;line-height:1.15;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 .16cqw .4cqw #00000059}.seat-marker .nm{font-size:1.06cqw;font-weight:700}.seat-marker .tt{opacity:.95;font-size:.94cqw;font-weight:500}.seat-marker:active{cursor:grabbing}.seat-marker.selected{outline:.2cqw solid var(--color-primary)}.seat-marker.rank-lead{background:#f1913d}.seat-marker.rank-tf{background:#29abe2}.seat-marker.empty{color:var(--color-text-muted);box-shadow:none;background:#f6f6f9;border:.14cqw dashed #b7bdc9}.seat-marker.empty .nm{font-weight:500}.input-suffix-group{border:1px solid var(--color-border);border-radius:var(--radius);align-items:stretch;display:flex;overflow:hidden}.input-suffix-group:focus-within{outline:2px solid var(--color-primary);outline-offset:-1px}.input-suffix-group input{border:none;border-radius:0;flex:1;min-width:0}.input-suffix-group input:focus{outline:none}.input-suffix{background:var(--color-bg);color:var(--color-text-muted);border-left:1px solid var(--color-border);white-space:nowrap;align-items:center;padding:0 12px;font-size:13px;display:flex}.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:#555;--xy-background-pattern-lines-color-default:#333;--xy-background-pattern-cross-color-default:#333;--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;touch-action:none}.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))}
